/* ./src/index.css */

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

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

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 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;
}

input[type='number']::-webkit-outer-spin-button,
    input[type='number']::-webkit-inner-spin-button,
    input[type='number'] {
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield !important;
    }
.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;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-\[10px\] {
  left: 10px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[26px\] {
  right: 26px;
}
.right-\[32px\] {
  right: 32px;
}
.right-\[34px\] {
  right: 34px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.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-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.\!mr-3 {
  margin-right: 0.75rem !important;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-7px\] {
  margin-bottom: -7px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[\'\+tabHeight\+\'px\] {
  height: '+tabHeight+'px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[40px\] {
  height: 40px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[75\%\] {
  max-height: 75%;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-28 {
  width: 7rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[1000px\] {
  width: 1000px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[800px\] {
  width: 800px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[1000px\] {
  min-width: 1000px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[500px\] {
  min-width: 500px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.\!flex-1 {
  flex: 1 1 0% !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-\[7px\] {
  --tw-translate-y: -7px;
  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-\[8px\] {
  --tw-translate-y: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-1px\] {
  --tw-translate-x: -1px;
  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-\[-1px\] {
  --tw-translate-y: -1px;
  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-\[-2px\] {
  --tw-translate-y: -2px;
  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-\[-5px\] {
  --tw-translate-y: -5px;
  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-\[1px\] {
  --tw-translate-y: 1px;
  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-\[4px\] {
  --tw-translate-y: 4px;
  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-90 {
  --tw-rotate: 90deg;
  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));
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-all {
  word-break: break-all;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.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-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.\!border {
  border-width: 1px !important;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0) !important;
}
.\!border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1) !important;
}
.\!border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1) !important;
}
.\!border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15) !important;
}
.\!border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2) !important;
}
.\!border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25) !important;
}
.\!border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3) !important;
}
.\!border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35) !important;
}
.\!border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4) !important;
}
.\!border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45) !important;
}
.\!border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05) !important;
}
.\!border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5) !important;
}
.\!border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55) !important;
}
.\!border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6) !important;
}
.\!border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65) !important;
}
.\!border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7) !important;
}
.\!border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75) !important;
}
.\!border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8) !important;
}
.\!border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85) !important;
}
.\!border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9) !important;
}
.\!border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95) !important;
}
.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0) !important;
}
.\!border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1) !important;
}
.\!border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1) !important;
}
.\!border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15) !important;
}
.\!border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2) !important;
}
.\!border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25) !important;
}
.\!border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3) !important;
}
.\!border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35) !important;
}
.\!border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4) !important;
}
.\!border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45) !important;
}
.\!border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05) !important;
}
.\!border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5) !important;
}
.\!border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55) !important;
}
.\!border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6) !important;
}
.\!border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65) !important;
}
.\!border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7) !important;
}
.\!border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75) !important;
}
.\!border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8) !important;
}
.\!border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85) !important;
}
.\!border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9) !important;
}
.\!border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95) !important;
}
.\!border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0) !important;
}
.\!border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1) !important;
}
.\!border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1) !important;
}
.\!border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15) !important;
}
.\!border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2) !important;
}
.\!border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25) !important;
}
.\!border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3) !important;
}
.\!border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35) !important;
}
.\!border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4) !important;
}
.\!border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45) !important;
}
.\!border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05) !important;
}
.\!border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5) !important;
}
.\!border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55) !important;
}
.\!border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6) !important;
}
.\!border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65) !important;
}
.\!border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7) !important;
}
.\!border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75) !important;
}
.\!border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8) !important;
}
.\!border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85) !important;
}
.\!border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9) !important;
}
.\!border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95) !important;
}
.\!border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0) !important;
}
.\!border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1) !important;
}
.\!border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1) !important;
}
.\!border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15) !important;
}
.\!border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2) !important;
}
.\!border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25) !important;
}
.\!border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3) !important;
}
.\!border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35) !important;
}
.\!border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4) !important;
}
.\!border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45) !important;
}
.\!border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05) !important;
}
.\!border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5) !important;
}
.\!border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55) !important;
}
.\!border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6) !important;
}
.\!border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65) !important;
}
.\!border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7) !important;
}
.\!border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75) !important;
}
.\!border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8) !important;
}
.\!border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85) !important;
}
.\!border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9) !important;
}
.\!border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95) !important;
}
.\!border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0) !important;
}
.\!border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1) !important;
}
.\!border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1) !important;
}
.\!border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15) !important;
}
.\!border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2) !important;
}
.\!border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25) !important;
}
.\!border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3) !important;
}
.\!border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35) !important;
}
.\!border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4) !important;
}
.\!border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45) !important;
}
.\!border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05) !important;
}
.\!border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5) !important;
}
.\!border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55) !important;
}
.\!border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6) !important;
}
.\!border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65) !important;
}
.\!border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7) !important;
}
.\!border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75) !important;
}
.\!border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8) !important;
}
.\!border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85) !important;
}
.\!border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9) !important;
}
.\!border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95) !important;
}
.\!border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0) !important;
}
.\!border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1) !important;
}
.\!border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1) !important;
}
.\!border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15) !important;
}
.\!border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2) !important;
}
.\!border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25) !important;
}
.\!border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3) !important;
}
.\!border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35) !important;
}
.\!border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4) !important;
}
.\!border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45) !important;
}
.\!border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05) !important;
}
.\!border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5) !important;
}
.\!border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55) !important;
}
.\!border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6) !important;
}
.\!border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65) !important;
}
.\!border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7) !important;
}
.\!border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75) !important;
}
.\!border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8) !important;
}
.\!border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85) !important;
}
.\!border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9) !important;
}
.\!border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95) !important;
}
.\!border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0) !important;
}
.\!border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1) !important;
}
.\!border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1) !important;
}
.\!border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15) !important;
}
.\!border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2) !important;
}
.\!border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25) !important;
}
.\!border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3) !important;
}
.\!border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35) !important;
}
.\!border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4) !important;
}
.\!border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45) !important;
}
.\!border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05) !important;
}
.\!border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5) !important;
}
.\!border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55) !important;
}
.\!border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6) !important;
}
.\!border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65) !important;
}
.\!border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7) !important;
}
.\!border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75) !important;
}
.\!border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8) !important;
}
.\!border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85) !important;
}
.\!border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9) !important;
}
.\!border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95) !important;
}
.\!border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0) !important;
}
.\!border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1) !important;
}
.\!border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1) !important;
}
.\!border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15) !important;
}
.\!border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2) !important;
}
.\!border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25) !important;
}
.\!border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3) !important;
}
.\!border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35) !important;
}
.\!border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4) !important;
}
.\!border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45) !important;
}
.\!border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05) !important;
}
.\!border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5) !important;
}
.\!border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55) !important;
}
.\!border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6) !important;
}
.\!border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65) !important;
}
.\!border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7) !important;
}
.\!border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75) !important;
}
.\!border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8) !important;
}
.\!border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85) !important;
}
.\!border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9) !important;
}
.\!border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95) !important;
}
.\!border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0) !important;
}
.\!border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1) !important;
}
.\!border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1) !important;
}
.\!border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15) !important;
}
.\!border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2) !important;
}
.\!border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25) !important;
}
.\!border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3) !important;
}
.\!border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35) !important;
}
.\!border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4) !important;
}
.\!border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45) !important;
}
.\!border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05) !important;
}
.\!border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5) !important;
}
.\!border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55) !important;
}
.\!border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6) !important;
}
.\!border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65) !important;
}
.\!border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7) !important;
}
.\!border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75) !important;
}
.\!border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8) !important;
}
.\!border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85) !important;
}
.\!border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9) !important;
}
.\!border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95) !important;
}
.\!border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0) !important;
}
.\!border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1) !important;
}
.\!border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1) !important;
}
.\!border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15) !important;
}
.\!border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2) !important;
}
.\!border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25) !important;
}
.\!border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3) !important;
}
.\!border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35) !important;
}
.\!border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4) !important;
}
.\!border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45) !important;
}
.\!border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05) !important;
}
.\!border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5) !important;
}
.\!border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55) !important;
}
.\!border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6) !important;
}
.\!border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65) !important;
}
.\!border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7) !important;
}
.\!border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75) !important;
}
.\!border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8) !important;
}
.\!border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85) !important;
}
.\!border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9) !important;
}
.\!border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95) !important;
}
.\!border-gray-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0) !important;
}
.\!border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1) !important;
}
.\!border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1) !important;
}
.\!border-gray-950\/15 {
  border-color: rgb(3 7 18 / 0.15) !important;
}
.\!border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2) !important;
}
.\!border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25) !important;
}
.\!border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3) !important;
}
.\!border-gray-950\/35 {
  border-color: rgb(3 7 18 / 0.35) !important;
}
.\!border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4) !important;
}
.\!border-gray-950\/45 {
  border-color: rgb(3 7 18 / 0.45) !important;
}
.\!border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05) !important;
}
.\!border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5) !important;
}
.\!border-gray-950\/55 {
  border-color: rgb(3 7 18 / 0.55) !important;
}
.\!border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6) !important;
}
.\!border-gray-950\/65 {
  border-color: rgb(3 7 18 / 0.65) !important;
}
.\!border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7) !important;
}
.\!border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75) !important;
}
.\!border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8) !important;
}
.\!border-gray-950\/85 {
  border-color: rgb(3 7 18 / 0.85) !important;
}
.\!border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9) !important;
}
.\!border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95) !important;
}
.\!border-primary-100 {
  border-color: var(--primary-color-100) !important;
}
.\!border-primary-200 {
  border-color: var(--primary-color-200) !important;
}
.\!border-primary-300 {
  border-color: var(--primary-color-300) !important;
}
.\!border-primary-400 {
  border-color: var(--primary-color-400) !important;
}
.\!border-primary-50 {
  border-color: var(--primary-color-50) !important;
}
.\!border-primary-500 {
  border-color: var(--primary-color-500) !important;
}
.\!border-primary-600 {
  border-color: var(--primary-color-600) !important;
}
.\!border-primary-700 {
  border-color: var(--primary-color-700) !important;
}
.\!border-primary-800 {
  border-color: var(--primary-color-800) !important;
}
.\!border-primary-900 {
  border-color: var(--primary-color-900) !important;
}
.\!border-primary-950 {
  border-color: var(--primary-color-950) !important;
}
.\!border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-100\/0 {
  border-color: rgb(254 226 226 / 0) !important;
}
.\!border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1) !important;
}
.\!border-red-100\/100 {
  border-color: rgb(254 226 226 / 1) !important;
}
.\!border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15) !important;
}
.\!border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2) !important;
}
.\!border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25) !important;
}
.\!border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3) !important;
}
.\!border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35) !important;
}
.\!border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4) !important;
}
.\!border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45) !important;
}
.\!border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05) !important;
}
.\!border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5) !important;
}
.\!border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55) !important;
}
.\!border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6) !important;
}
.\!border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65) !important;
}
.\!border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7) !important;
}
.\!border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75) !important;
}
.\!border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8) !important;
}
.\!border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85) !important;
}
.\!border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9) !important;
}
.\!border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95) !important;
}
.\!border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-200\/0 {
  border-color: rgb(254 202 202 / 0) !important;
}
.\!border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1) !important;
}
.\!border-red-200\/100 {
  border-color: rgb(254 202 202 / 1) !important;
}
.\!border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15) !important;
}
.\!border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2) !important;
}
.\!border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25) !important;
}
.\!border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3) !important;
}
.\!border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35) !important;
}
.\!border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4) !important;
}
.\!border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45) !important;
}
.\!border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05) !important;
}
.\!border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5) !important;
}
.\!border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55) !important;
}
.\!border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6) !important;
}
.\!border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65) !important;
}
.\!border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7) !important;
}
.\!border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75) !important;
}
.\!border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8) !important;
}
.\!border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85) !important;
}
.\!border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9) !important;
}
.\!border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95) !important;
}
.\!border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-300\/0 {
  border-color: rgb(252 165 165 / 0) !important;
}
.\!border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1) !important;
}
.\!border-red-300\/100 {
  border-color: rgb(252 165 165 / 1) !important;
}
.\!border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15) !important;
}
.\!border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2) !important;
}
.\!border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25) !important;
}
.\!border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3) !important;
}
.\!border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35) !important;
}
.\!border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4) !important;
}
.\!border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45) !important;
}
.\!border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05) !important;
}
.\!border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5) !important;
}
.\!border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55) !important;
}
.\!border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6) !important;
}
.\!border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65) !important;
}
.\!border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7) !important;
}
.\!border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75) !important;
}
.\!border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8) !important;
}
.\!border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85) !important;
}
.\!border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9) !important;
}
.\!border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95) !important;
}
.\!border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-400\/0 {
  border-color: rgb(248 113 113 / 0) !important;
}
.\!border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1) !important;
}
.\!border-red-400\/100 {
  border-color: rgb(248 113 113 / 1) !important;
}
.\!border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15) !important;
}
.\!border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2) !important;
}
.\!border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25) !important;
}
.\!border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3) !important;
}
.\!border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35) !important;
}
.\!border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4) !important;
}
.\!border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45) !important;
}
.\!border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05) !important;
}
.\!border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5) !important;
}
.\!border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55) !important;
}
.\!border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6) !important;
}
.\!border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65) !important;
}
.\!border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7) !important;
}
.\!border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75) !important;
}
.\!border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8) !important;
}
.\!border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85) !important;
}
.\!border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9) !important;
}
.\!border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95) !important;
}
.\!border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-50\/0 {
  border-color: rgb(254 242 242 / 0) !important;
}
.\!border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1) !important;
}
.\!border-red-50\/100 {
  border-color: rgb(254 242 242 / 1) !important;
}
.\!border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15) !important;
}
.\!border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2) !important;
}
.\!border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25) !important;
}
.\!border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3) !important;
}
.\!border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35) !important;
}
.\!border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4) !important;
}
.\!border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45) !important;
}
.\!border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05) !important;
}
.\!border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5) !important;
}
.\!border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55) !important;
}
.\!border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6) !important;
}
.\!border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65) !important;
}
.\!border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7) !important;
}
.\!border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75) !important;
}
.\!border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8) !important;
}
.\!border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85) !important;
}
.\!border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9) !important;
}
.\!border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95) !important;
}
.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-500\/0 {
  border-color: rgb(239 68 68 / 0) !important;
}
.\!border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1) !important;
}
.\!border-red-500\/100 {
  border-color: rgb(239 68 68 / 1) !important;
}
.\!border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15) !important;
}
.\!border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2) !important;
}
.\!border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25) !important;
}
.\!border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3) !important;
}
.\!border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35) !important;
}
.\!border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4) !important;
}
.\!border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45) !important;
}
.\!border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05) !important;
}
.\!border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5) !important;
}
.\!border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55) !important;
}
.\!border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6) !important;
}
.\!border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65) !important;
}
.\!border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7) !important;
}
.\!border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75) !important;
}
.\!border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8) !important;
}
.\!border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85) !important;
}
.\!border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9) !important;
}
.\!border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95) !important;
}
.\!border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-600\/0 {
  border-color: rgb(220 38 38 / 0) !important;
}
.\!border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1) !important;
}
.\!border-red-600\/100 {
  border-color: rgb(220 38 38 / 1) !important;
}
.\!border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15) !important;
}
.\!border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2) !important;
}
.\!border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25) !important;
}
.\!border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3) !important;
}
.\!border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35) !important;
}
.\!border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4) !important;
}
.\!border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45) !important;
}
.\!border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05) !important;
}
.\!border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5) !important;
}
.\!border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55) !important;
}
.\!border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6) !important;
}
.\!border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65) !important;
}
.\!border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7) !important;
}
.\!border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75) !important;
}
.\!border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8) !important;
}
.\!border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85) !important;
}
.\!border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9) !important;
}
.\!border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95) !important;
}
.\!border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-700\/0 {
  border-color: rgb(185 28 28 / 0) !important;
}
.\!border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1) !important;
}
.\!border-red-700\/100 {
  border-color: rgb(185 28 28 / 1) !important;
}
.\!border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15) !important;
}
.\!border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2) !important;
}
.\!border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25) !important;
}
.\!border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3) !important;
}
.\!border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35) !important;
}
.\!border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4) !important;
}
.\!border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45) !important;
}
.\!border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05) !important;
}
.\!border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5) !important;
}
.\!border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55) !important;
}
.\!border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6) !important;
}
.\!border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65) !important;
}
.\!border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7) !important;
}
.\!border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75) !important;
}
.\!border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8) !important;
}
.\!border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85) !important;
}
.\!border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9) !important;
}
.\!border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95) !important;
}
.\!border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-800\/0 {
  border-color: rgb(153 27 27 / 0) !important;
}
.\!border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1) !important;
}
.\!border-red-800\/100 {
  border-color: rgb(153 27 27 / 1) !important;
}
.\!border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15) !important;
}
.\!border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2) !important;
}
.\!border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25) !important;
}
.\!border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3) !important;
}
.\!border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35) !important;
}
.\!border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4) !important;
}
.\!border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45) !important;
}
.\!border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05) !important;
}
.\!border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5) !important;
}
.\!border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55) !important;
}
.\!border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6) !important;
}
.\!border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65) !important;
}
.\!border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7) !important;
}
.\!border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75) !important;
}
.\!border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8) !important;
}
.\!border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85) !important;
}
.\!border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9) !important;
}
.\!border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95) !important;
}
.\!border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-900\/0 {
  border-color: rgb(127 29 29 / 0) !important;
}
.\!border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1) !important;
}
.\!border-red-900\/100 {
  border-color: rgb(127 29 29 / 1) !important;
}
.\!border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15) !important;
}
.\!border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2) !important;
}
.\!border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25) !important;
}
.\!border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3) !important;
}
.\!border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35) !important;
}
.\!border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4) !important;
}
.\!border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45) !important;
}
.\!border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05) !important;
}
.\!border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5) !important;
}
.\!border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55) !important;
}
.\!border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6) !important;
}
.\!border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65) !important;
}
.\!border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7) !important;
}
.\!border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75) !important;
}
.\!border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8) !important;
}
.\!border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85) !important;
}
.\!border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9) !important;
}
.\!border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95) !important;
}
.\!border-red-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-950\/0 {
  border-color: rgb(69 10 10 / 0) !important;
}
.\!border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1) !important;
}
.\!border-red-950\/100 {
  border-color: rgb(69 10 10 / 1) !important;
}
.\!border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15) !important;
}
.\!border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2) !important;
}
.\!border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25) !important;
}
.\!border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3) !important;
}
.\!border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35) !important;
}
.\!border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4) !important;
}
.\!border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45) !important;
}
.\!border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05) !important;
}
.\!border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5) !important;
}
.\!border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55) !important;
}
.\!border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6) !important;
}
.\!border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65) !important;
}
.\!border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7) !important;
}
.\!border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75) !important;
}
.\!border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8) !important;
}
.\!border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85) !important;
}
.\!border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9) !important;
}
.\!border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95) !important;
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 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-100\/0 {
  border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15);
}
.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}
.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}
.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}
.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}
.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}
.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}
.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}
.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}
.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}
.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}
.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}
.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}
.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}
.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}
.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}
.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}
.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}
.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}
.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}
.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}
.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}
.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}
.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}
.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}
.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}
.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}
.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}
.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}
.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}
.border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15);
}
.border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}
.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}
.border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}
.border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}
.border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}
.border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}
.border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}
.border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}
.border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}
.border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}
.border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85);
}
.border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}
.border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}
.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0);
}
.border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1);
}
.border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1);
}
.border-gray-950\/15 {
  border-color: rgb(3 7 18 / 0.15);
}
.border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2);
}
.border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25);
}
.border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3);
}
.border-gray-950\/35 {
  border-color: rgb(3 7 18 / 0.35);
}
.border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.border-gray-950\/45 {
  border-color: rgb(3 7 18 / 0.45);
}
.border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05);
}
.border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5);
}
.border-gray-950\/55 {
  border-color: rgb(3 7 18 / 0.55);
}
.border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.border-gray-950\/65 {
  border-color: rgb(3 7 18 / 0.65);
}
.border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7);
}
.border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75);
}
.border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8);
}
.border-gray-950\/85 {
  border-color: rgb(3 7 18 / 0.85);
}
.border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9);
}
.border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-primary-100 {
  border-color: var(--primary-color-100);
}
.border-primary-200 {
  border-color: var(--primary-color-200);
}
.border-primary-300 {
  border-color: var(--primary-color-300);
}
.border-primary-400 {
  border-color: var(--primary-color-400);
}
.border-primary-50 {
  border-color: var(--primary-color-50);
}
.border-primary-500 {
  border-color: var(--primary-color-500);
}
.border-primary-600 {
  border-color: var(--primary-color-600);
}
.border-primary-700 {
  border-color: var(--primary-color-700);
}
.border-primary-800 {
  border-color: var(--primary-color-800);
}
.border-primary-900 {
  border-color: var(--primary-color-900);
}
.border-primary-950 {
  border-color: var(--primary-color-950);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-red-950\/0 {
  border-color: rgb(69 10 10 / 0);
}
.border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}
.border-red-950\/100 {
  border-color: rgb(69 10 10 / 1);
}
.border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15);
}
.border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}
.border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}
.border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}
.border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35);
}
.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}
.border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}
.border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}
.border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55);
}
.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}
.border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}
.border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}
.border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}
.border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85);
}
.border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.border-b-primary-600 {
  border-bottom-color: var(--primary-color-600);
}
.border-l-primary-600 {
  border-left-color: var(--primary-color-600);
}
.border-r-gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-primary-600 {
  border-top-color: var(--primary-color-600);
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0) !important;
}
.\!bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1) !important;
}
.\!bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1) !important;
}
.\!bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15) !important;
}
.\!bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2) !important;
}
.\!bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25) !important;
}
.\!bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3) !important;
}
.\!bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35) !important;
}
.\!bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4) !important;
}
.\!bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45) !important;
}
.\!bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05) !important;
}
.\!bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5) !important;
}
.\!bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55) !important;
}
.\!bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6) !important;
}
.\!bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65) !important;
}
.\!bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7) !important;
}
.\!bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75) !important;
}
.\!bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8) !important;
}
.\!bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85) !important;
}
.\!bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9) !important;
}
.\!bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95) !important;
}
.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0) !important;
}
.\!bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1) !important;
}
.\!bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1) !important;
}
.\!bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15) !important;
}
.\!bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2) !important;
}
.\!bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25) !important;
}
.\!bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3) !important;
}
.\!bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35) !important;
}
.\!bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4) !important;
}
.\!bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45) !important;
}
.\!bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05) !important;
}
.\!bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5) !important;
}
.\!bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55) !important;
}
.\!bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6) !important;
}
.\!bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65) !important;
}
.\!bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7) !important;
}
.\!bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75) !important;
}
.\!bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8) !important;
}
.\!bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85) !important;
}
.\!bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9) !important;
}
.\!bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95) !important;
}
.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0) !important;
}
.\!bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1) !important;
}
.\!bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1) !important;
}
.\!bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15) !important;
}
.\!bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2) !important;
}
.\!bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25) !important;
}
.\!bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3) !important;
}
.\!bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35) !important;
}
.\!bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4) !important;
}
.\!bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45) !important;
}
.\!bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05) !important;
}
.\!bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5) !important;
}
.\!bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55) !important;
}
.\!bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6) !important;
}
.\!bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65) !important;
}
.\!bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7) !important;
}
.\!bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75) !important;
}
.\!bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8) !important;
}
.\!bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85) !important;
}
.\!bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9) !important;
}
.\!bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95) !important;
}
.\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0) !important;
}
.\!bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1) !important;
}
.\!bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1) !important;
}
.\!bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15) !important;
}
.\!bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2) !important;
}
.\!bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25) !important;
}
.\!bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3) !important;
}
.\!bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35) !important;
}
.\!bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4) !important;
}
.\!bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45) !important;
}
.\!bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05) !important;
}
.\!bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5) !important;
}
.\!bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55) !important;
}
.\!bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6) !important;
}
.\!bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65) !important;
}
.\!bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7) !important;
}
.\!bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75) !important;
}
.\!bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8) !important;
}
.\!bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85) !important;
}
.\!bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9) !important;
}
.\!bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95) !important;
}
.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0) !important;
}
.\!bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1) !important;
}
.\!bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1) !important;
}
.\!bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15) !important;
}
.\!bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2) !important;
}
.\!bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25) !important;
}
.\!bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3) !important;
}
.\!bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35) !important;
}
.\!bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4) !important;
}
.\!bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45) !important;
}
.\!bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05) !important;
}
.\!bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5) !important;
}
.\!bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55) !important;
}
.\!bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6) !important;
}
.\!bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65) !important;
}
.\!bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7) !important;
}
.\!bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75) !important;
}
.\!bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8) !important;
}
.\!bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85) !important;
}
.\!bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9) !important;
}
.\!bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95) !important;
}
.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0) !important;
}
.\!bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1) !important;
}
.\!bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1) !important;
}
.\!bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15) !important;
}
.\!bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2) !important;
}
.\!bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25) !important;
}
.\!bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3) !important;
}
.\!bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35) !important;
}
.\!bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4) !important;
}
.\!bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45) !important;
}
.\!bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05) !important;
}
.\!bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5) !important;
}
.\!bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55) !important;
}
.\!bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6) !important;
}
.\!bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65) !important;
}
.\!bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7) !important;
}
.\!bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75) !important;
}
.\!bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8) !important;
}
.\!bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85) !important;
}
.\!bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9) !important;
}
.\!bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95) !important;
}
.\!bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0) !important;
}
.\!bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1) !important;
}
.\!bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1) !important;
}
.\!bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15) !important;
}
.\!bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2) !important;
}
.\!bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25) !important;
}
.\!bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3) !important;
}
.\!bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35) !important;
}
.\!bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4) !important;
}
.\!bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45) !important;
}
.\!bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05) !important;
}
.\!bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5) !important;
}
.\!bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55) !important;
}
.\!bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6) !important;
}
.\!bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65) !important;
}
.\!bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7) !important;
}
.\!bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75) !important;
}
.\!bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8) !important;
}
.\!bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85) !important;
}
.\!bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9) !important;
}
.\!bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95) !important;
}
.\!bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0) !important;
}
.\!bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1) !important;
}
.\!bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1) !important;
}
.\!bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15) !important;
}
.\!bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2) !important;
}
.\!bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25) !important;
}
.\!bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3) !important;
}
.\!bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35) !important;
}
.\!bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4) !important;
}
.\!bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45) !important;
}
.\!bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05) !important;
}
.\!bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5) !important;
}
.\!bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55) !important;
}
.\!bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6) !important;
}
.\!bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65) !important;
}
.\!bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7) !important;
}
.\!bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75) !important;
}
.\!bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8) !important;
}
.\!bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85) !important;
}
.\!bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9) !important;
}
.\!bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95) !important;
}
.\!bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0) !important;
}
.\!bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1) !important;
}
.\!bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1) !important;
}
.\!bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15) !important;
}
.\!bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2) !important;
}
.\!bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25) !important;
}
.\!bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3) !important;
}
.\!bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35) !important;
}
.\!bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4) !important;
}
.\!bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45) !important;
}
.\!bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05) !important;
}
.\!bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5) !important;
}
.\!bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55) !important;
}
.\!bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6) !important;
}
.\!bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65) !important;
}
.\!bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7) !important;
}
.\!bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75) !important;
}
.\!bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8) !important;
}
.\!bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85) !important;
}
.\!bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9) !important;
}
.\!bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95) !important;
}
.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0) !important;
}
.\!bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1) !important;
}
.\!bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1) !important;
}
.\!bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15) !important;
}
.\!bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2) !important;
}
.\!bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25) !important;
}
.\!bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3) !important;
}
.\!bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35) !important;
}
.\!bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4) !important;
}
.\!bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45) !important;
}
.\!bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05) !important;
}
.\!bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5) !important;
}
.\!bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55) !important;
}
.\!bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6) !important;
}
.\!bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65) !important;
}
.\!bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7) !important;
}
.\!bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75) !important;
}
.\!bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8) !important;
}
.\!bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85) !important;
}
.\!bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9) !important;
}
.\!bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95) !important;
}
.\!bg-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0) !important;
}
.\!bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1) !important;
}
.\!bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1) !important;
}
.\!bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15) !important;
}
.\!bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2) !important;
}
.\!bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25) !important;
}
.\!bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3) !important;
}
.\!bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35) !important;
}
.\!bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4) !important;
}
.\!bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45) !important;
}
.\!bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05) !important;
}
.\!bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5) !important;
}
.\!bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55) !important;
}
.\!bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6) !important;
}
.\!bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65) !important;
}
.\!bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7) !important;
}
.\!bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75) !important;
}
.\!bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8) !important;
}
.\!bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85) !important;
}
.\!bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9) !important;
}
.\!bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95) !important;
}
.\!bg-primary-100 {
  background-color: var(--primary-color-100) !important;
}
.\!bg-primary-200 {
  background-color: var(--primary-color-200) !important;
}
.\!bg-primary-300 {
  background-color: var(--primary-color-300) !important;
}
.\!bg-primary-400 {
  background-color: var(--primary-color-400) !important;
}
.\!bg-primary-50 {
  background-color: var(--primary-color-50) !important;
}
.\!bg-primary-500 {
  background-color: var(--primary-color-500) !important;
}
.\!bg-primary-600 {
  background-color: var(--primary-color-600) !important;
}
.\!bg-primary-700 {
  background-color: var(--primary-color-700) !important;
}
.\!bg-primary-800 {
  background-color: var(--primary-color-800) !important;
}
.\!bg-primary-900 {
  background-color: var(--primary-color-900) !important;
}
.\!bg-primary-950 {
  background-color: var(--primary-color-950) !important;
}
.\!bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0) !important;
}
.\!bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1) !important;
}
.\!bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1) !important;
}
.\!bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15) !important;
}
.\!bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2) !important;
}
.\!bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25) !important;
}
.\!bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3) !important;
}
.\!bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35) !important;
}
.\!bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4) !important;
}
.\!bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45) !important;
}
.\!bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05) !important;
}
.\!bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5) !important;
}
.\!bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55) !important;
}
.\!bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6) !important;
}
.\!bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65) !important;
}
.\!bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7) !important;
}
.\!bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75) !important;
}
.\!bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8) !important;
}
.\!bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85) !important;
}
.\!bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9) !important;
}
.\!bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95) !important;
}
.\!bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}
.\!bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}
.\!bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}
.\!bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15) !important;
}
.\!bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}
.\!bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}
.\!bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}
.\!bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35) !important;
}
.\!bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}
.\!bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45) !important;
}
.\!bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}
.\!bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}
.\!bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55) !important;
}
.\!bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}
.\!bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65) !important;
}
.\!bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}
.\!bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}
.\!bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}
.\!bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85) !important;
}
.\!bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}
.\!bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}
.\!bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0) !important;
}
.\!bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1) !important;
}
.\!bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1) !important;
}
.\!bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15) !important;
}
.\!bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2) !important;
}
.\!bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25) !important;
}
.\!bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3) !important;
}
.\!bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35) !important;
}
.\!bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4) !important;
}
.\!bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45) !important;
}
.\!bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05) !important;
}
.\!bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5) !important;
}
.\!bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55) !important;
}
.\!bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6) !important;
}
.\!bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65) !important;
}
.\!bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7) !important;
}
.\!bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75) !important;
}
.\!bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8) !important;
}
.\!bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85) !important;
}
.\!bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9) !important;
}
.\!bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95) !important;
}
.\!bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0) !important;
}
.\!bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1) !important;
}
.\!bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1) !important;
}
.\!bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15) !important;
}
.\!bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2) !important;
}
.\!bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25) !important;
}
.\!bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3) !important;
}
.\!bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35) !important;
}
.\!bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4) !important;
}
.\!bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45) !important;
}
.\!bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05) !important;
}
.\!bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5) !important;
}
.\!bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55) !important;
}
.\!bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6) !important;
}
.\!bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65) !important;
}
.\!bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7) !important;
}
.\!bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75) !important;
}
.\!bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8) !important;
}
.\!bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85) !important;
}
.\!bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9) !important;
}
.\!bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95) !important;
}
.\!bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0) !important;
}
.\!bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1) !important;
}
.\!bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1) !important;
}
.\!bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15) !important;
}
.\!bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2) !important;
}
.\!bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25) !important;
}
.\!bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3) !important;
}
.\!bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35) !important;
}
.\!bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4) !important;
}
.\!bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45) !important;
}
.\!bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05) !important;
}
.\!bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5) !important;
}
.\!bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55) !important;
}
.\!bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6) !important;
}
.\!bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65) !important;
}
.\!bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}
.\!bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75) !important;
}
.\!bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}
.\!bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85) !important;
}
.\!bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9) !important;
}
.\!bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}
.\!bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}
.\!bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}
.\!bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15) !important;
}
.\!bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}
.\!bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}
.\!bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}
.\!bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35) !important;
}
.\!bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}
.\!bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45) !important;
}
.\!bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}
.\!bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}
.\!bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55) !important;
}
.\!bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}
.\!bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65) !important;
}
.\!bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}
.\!bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}
.\!bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}
.\!bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85) !important;
}
.\!bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}
.\!bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}
.\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0) !important;
}
.\!bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1) !important;
}
.\!bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1) !important;
}
.\!bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15) !important;
}
.\!bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2) !important;
}
.\!bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25) !important;
}
.\!bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3) !important;
}
.\!bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35) !important;
}
.\!bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4) !important;
}
.\!bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45) !important;
}
.\!bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05) !important;
}
.\!bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5) !important;
}
.\!bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55) !important;
}
.\!bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6) !important;
}
.\!bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65) !important;
}
.\!bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7) !important;
}
.\!bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75) !important;
}
.\!bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8) !important;
}
.\!bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85) !important;
}
.\!bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9) !important;
}
.\!bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95) !important;
}
.\!bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0) !important;
}
.\!bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1) !important;
}
.\!bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1) !important;
}
.\!bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15) !important;
}
.\!bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2) !important;
}
.\!bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25) !important;
}
.\!bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3) !important;
}
.\!bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35) !important;
}
.\!bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4) !important;
}
.\!bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45) !important;
}
.\!bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05) !important;
}
.\!bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5) !important;
}
.\!bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55) !important;
}
.\!bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6) !important;
}
.\!bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65) !important;
}
.\!bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7) !important;
}
.\!bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75) !important;
}
.\!bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8) !important;
}
.\!bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85) !important;
}
.\!bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9) !important;
}
.\!bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95) !important;
}
.\!bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}
.\!bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}
.\!bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}
.\!bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15) !important;
}
.\!bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}
.\!bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}
.\!bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}
.\!bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35) !important;
}
.\!bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}
.\!bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45) !important;
}
.\!bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}
.\!bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}
.\!bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55) !important;
}
.\!bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}
.\!bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65) !important;
}
.\!bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}
.\!bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}
.\!bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}
.\!bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85) !important;
}
.\!bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}
.\!bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}
.\!bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0) !important;
}
.\!bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1) !important;
}
.\!bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1) !important;
}
.\!bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15) !important;
}
.\!bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2) !important;
}
.\!bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25) !important;
}
.\!bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3) !important;
}
.\!bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35) !important;
}
.\!bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4) !important;
}
.\!bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45) !important;
}
.\!bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05) !important;
}
.\!bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5) !important;
}
.\!bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55) !important;
}
.\!bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6) !important;
}
.\!bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65) !important;
}
.\!bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7) !important;
}
.\!bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75) !important;
}
.\!bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8) !important;
}
.\!bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85) !important;
}
.\!bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9) !important;
}
.\!bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95) !important;
}
.\!bg-red-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0) !important;
}
.\!bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1) !important;
}
.\!bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1) !important;
}
.\!bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15) !important;
}
.\!bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2) !important;
}
.\!bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25) !important;
}
.\!bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3) !important;
}
.\!bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35) !important;
}
.\!bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4) !important;
}
.\!bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45) !important;
}
.\!bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05) !important;
}
.\!bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5) !important;
}
.\!bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55) !important;
}
.\!bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6) !important;
}
.\!bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65) !important;
}
.\!bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7) !important;
}
.\!bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75) !important;
}
.\!bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8) !important;
}
.\!bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85) !important;
}
.\!bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9) !important;
}
.\!bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / 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-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}
.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}
.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / 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-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / 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-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-primary-100 {
  background-color: var(--primary-color-100);
}
.bg-primary-200 {
  background-color: var(--primary-color-200);
}
.bg-primary-300 {
  background-color: var(--primary-color-300);
}
.bg-primary-400 {
  background-color: var(--primary-color-400);
}
.bg-primary-50 {
  background-color: var(--primary-color-50);
}
.bg-primary-500 {
  background-color: var(--primary-color-500);
}
.bg-primary-600 {
  background-color: var(--primary-color-600);
}
.bg-primary-700 {
  background-color: var(--primary-color-700);
}
.bg-primary-800 {
  background-color: var(--primary-color-800);
}
.bg-primary-900 {
  background-color: var(--primary-color-900);
}
.bg-primary-950 {
  background-color: var(--primary-color-950);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-1 {
  padding: 0.25rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[6px\] {
  padding: 6px;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.\!pr-2 {
  padding-right: 0.5rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[52px\] {
  padding-right: 52px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-middle {
  vertical-align: middle;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.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 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-100\/0 {
  color: rgb(243 244 246 / 0) !important;
}
.\!text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1) !important;
}
.\!text-gray-100\/100 {
  color: rgb(243 244 246 / 1) !important;
}
.\!text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15) !important;
}
.\!text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2) !important;
}
.\!text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25) !important;
}
.\!text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3) !important;
}
.\!text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35) !important;
}
.\!text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4) !important;
}
.\!text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45) !important;
}
.\!text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05) !important;
}
.\!text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5) !important;
}
.\!text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55) !important;
}
.\!text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6) !important;
}
.\!text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65) !important;
}
.\!text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7) !important;
}
.\!text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75) !important;
}
.\!text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8) !important;
}
.\!text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85) !important;
}
.\!text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9) !important;
}
.\!text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95) !important;
}
.\!text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-200\/0 {
  color: rgb(229 231 235 / 0) !important;
}
.\!text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1) !important;
}
.\!text-gray-200\/100 {
  color: rgb(229 231 235 / 1) !important;
}
.\!text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15) !important;
}
.\!text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2) !important;
}
.\!text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25) !important;
}
.\!text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3) !important;
}
.\!text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35) !important;
}
.\!text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4) !important;
}
.\!text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45) !important;
}
.\!text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05) !important;
}
.\!text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5) !important;
}
.\!text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55) !important;
}
.\!text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6) !important;
}
.\!text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65) !important;
}
.\!text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7) !important;
}
.\!text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75) !important;
}
.\!text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8) !important;
}
.\!text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85) !important;
}
.\!text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9) !important;
}
.\!text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95) !important;
}
.\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-300\/0 {
  color: rgb(209 213 219 / 0) !important;
}
.\!text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1) !important;
}
.\!text-gray-300\/100 {
  color: rgb(209 213 219 / 1) !important;
}
.\!text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15) !important;
}
.\!text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2) !important;
}
.\!text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25) !important;
}
.\!text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3) !important;
}
.\!text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35) !important;
}
.\!text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4) !important;
}
.\!text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45) !important;
}
.\!text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05) !important;
}
.\!text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5) !important;
}
.\!text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55) !important;
}
.\!text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6) !important;
}
.\!text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65) !important;
}
.\!text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7) !important;
}
.\!text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75) !important;
}
.\!text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8) !important;
}
.\!text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85) !important;
}
.\!text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9) !important;
}
.\!text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-400\/0 {
  color: rgb(156 163 175 / 0) !important;
}
.\!text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1) !important;
}
.\!text-gray-400\/100 {
  color: rgb(156 163 175 / 1) !important;
}
.\!text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15) !important;
}
.\!text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2) !important;
}
.\!text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25) !important;
}
.\!text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3) !important;
}
.\!text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35) !important;
}
.\!text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4) !important;
}
.\!text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45) !important;
}
.\!text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05) !important;
}
.\!text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5) !important;
}
.\!text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55) !important;
}
.\!text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6) !important;
}
.\!text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65) !important;
}
.\!text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7) !important;
}
.\!text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75) !important;
}
.\!text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8) !important;
}
.\!text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85) !important;
}
.\!text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9) !important;
}
.\!text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95) !important;
}
.\!text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-50\/0 {
  color: rgb(249 250 251 / 0) !important;
}
.\!text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1) !important;
}
.\!text-gray-50\/100 {
  color: rgb(249 250 251 / 1) !important;
}
.\!text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15) !important;
}
.\!text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2) !important;
}
.\!text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25) !important;
}
.\!text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3) !important;
}
.\!text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35) !important;
}
.\!text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4) !important;
}
.\!text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45) !important;
}
.\!text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05) !important;
}
.\!text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5) !important;
}
.\!text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55) !important;
}
.\!text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6) !important;
}
.\!text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65) !important;
}
.\!text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7) !important;
}
.\!text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75) !important;
}
.\!text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8) !important;
}
.\!text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85) !important;
}
.\!text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9) !important;
}
.\!text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-500\/0 {
  color: rgb(107 114 128 / 0) !important;
}
.\!text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1) !important;
}
.\!text-gray-500\/100 {
  color: rgb(107 114 128 / 1) !important;
}
.\!text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15) !important;
}
.\!text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2) !important;
}
.\!text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25) !important;
}
.\!text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3) !important;
}
.\!text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35) !important;
}
.\!text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4) !important;
}
.\!text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45) !important;
}
.\!text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05) !important;
}
.\!text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5) !important;
}
.\!text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55) !important;
}
.\!text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6) !important;
}
.\!text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65) !important;
}
.\!text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7) !important;
}
.\!text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75) !important;
}
.\!text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8) !important;
}
.\!text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85) !important;
}
.\!text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9) !important;
}
.\!text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-600\/0 {
  color: rgb(75 85 99 / 0) !important;
}
.\!text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1) !important;
}
.\!text-gray-600\/100 {
  color: rgb(75 85 99 / 1) !important;
}
.\!text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15) !important;
}
.\!text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2) !important;
}
.\!text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25) !important;
}
.\!text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3) !important;
}
.\!text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35) !important;
}
.\!text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4) !important;
}
.\!text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45) !important;
}
.\!text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05) !important;
}
.\!text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5) !important;
}
.\!text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55) !important;
}
.\!text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6) !important;
}
.\!text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65) !important;
}
.\!text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7) !important;
}
.\!text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75) !important;
}
.\!text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8) !important;
}
.\!text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85) !important;
}
.\!text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9) !important;
}
.\!text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95) !important;
}
.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-700\/0 {
  color: rgb(55 65 81 / 0) !important;
}
.\!text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1) !important;
}
.\!text-gray-700\/100 {
  color: rgb(55 65 81 / 1) !important;
}
.\!text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15) !important;
}
.\!text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2) !important;
}
.\!text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25) !important;
}
.\!text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3) !important;
}
.\!text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35) !important;
}
.\!text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4) !important;
}
.\!text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45) !important;
}
.\!text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05) !important;
}
.\!text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5) !important;
}
.\!text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55) !important;
}
.\!text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6) !important;
}
.\!text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65) !important;
}
.\!text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7) !important;
}
.\!text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75) !important;
}
.\!text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8) !important;
}
.\!text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85) !important;
}
.\!text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9) !important;
}
.\!text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95) !important;
}
.\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-800\/0 {
  color: rgb(31 41 55 / 0) !important;
}
.\!text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1) !important;
}
.\!text-gray-800\/100 {
  color: rgb(31 41 55 / 1) !important;
}
.\!text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15) !important;
}
.\!text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2) !important;
}
.\!text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25) !important;
}
.\!text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3) !important;
}
.\!text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35) !important;
}
.\!text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4) !important;
}
.\!text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45) !important;
}
.\!text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05) !important;
}
.\!text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5) !important;
}
.\!text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55) !important;
}
.\!text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6) !important;
}
.\!text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65) !important;
}
.\!text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7) !important;
}
.\!text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75) !important;
}
.\!text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8) !important;
}
.\!text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85) !important;
}
.\!text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9) !important;
}
.\!text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95) !important;
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-900\/0 {
  color: rgb(17 24 39 / 0) !important;
}
.\!text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1) !important;
}
.\!text-gray-900\/100 {
  color: rgb(17 24 39 / 1) !important;
}
.\!text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15) !important;
}
.\!text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2) !important;
}
.\!text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25) !important;
}
.\!text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3) !important;
}
.\!text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35) !important;
}
.\!text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4) !important;
}
.\!text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45) !important;
}
.\!text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05) !important;
}
.\!text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5) !important;
}
.\!text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55) !important;
}
.\!text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6) !important;
}
.\!text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65) !important;
}
.\!text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7) !important;
}
.\!text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75) !important;
}
.\!text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8) !important;
}
.\!text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85) !important;
}
.\!text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9) !important;
}
.\!text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95) !important;
}
.\!text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-950\/0 {
  color: rgb(3 7 18 / 0) !important;
}
.\!text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1) !important;
}
.\!text-gray-950\/100 {
  color: rgb(3 7 18 / 1) !important;
}
.\!text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15) !important;
}
.\!text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2) !important;
}
.\!text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25) !important;
}
.\!text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3) !important;
}
.\!text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35) !important;
}
.\!text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4) !important;
}
.\!text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45) !important;
}
.\!text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05) !important;
}
.\!text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5) !important;
}
.\!text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55) !important;
}
.\!text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6) !important;
}
.\!text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65) !important;
}
.\!text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7) !important;
}
.\!text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75) !important;
}
.\!text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8) !important;
}
.\!text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85) !important;
}
.\!text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9) !important;
}
.\!text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95) !important;
}
.\!text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-100 {
  color: var(--primary-color-100) !important;
}
.\!text-primary-200 {
  color: var(--primary-color-200) !important;
}
.\!text-primary-300 {
  color: var(--primary-color-300) !important;
}
.\!text-primary-400 {
  color: var(--primary-color-400) !important;
}
.\!text-primary-50 {
  color: var(--primary-color-50) !important;
}
.\!text-primary-500 {
  color: var(--primary-color-500) !important;
}
.\!text-primary-600 {
  color: var(--primary-color-600) !important;
}
.\!text-primary-700 {
  color: var(--primary-color-700) !important;
}
.\!text-primary-800 {
  color: var(--primary-color-800) !important;
}
.\!text-primary-900 {
  color: var(--primary-color-900) !important;
}
.\!text-primary-950 {
  color: var(--primary-color-950) !important;
}
.\!text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-100\/0 {
  color: rgb(254 226 226 / 0) !important;
}
.\!text-red-100\/10 {
  color: rgb(254 226 226 / 0.1) !important;
}
.\!text-red-100\/100 {
  color: rgb(254 226 226 / 1) !important;
}
.\!text-red-100\/15 {
  color: rgb(254 226 226 / 0.15) !important;
}
.\!text-red-100\/20 {
  color: rgb(254 226 226 / 0.2) !important;
}
.\!text-red-100\/25 {
  color: rgb(254 226 226 / 0.25) !important;
}
.\!text-red-100\/30 {
  color: rgb(254 226 226 / 0.3) !important;
}
.\!text-red-100\/35 {
  color: rgb(254 226 226 / 0.35) !important;
}
.\!text-red-100\/40 {
  color: rgb(254 226 226 / 0.4) !important;
}
.\!text-red-100\/45 {
  color: rgb(254 226 226 / 0.45) !important;
}
.\!text-red-100\/5 {
  color: rgb(254 226 226 / 0.05) !important;
}
.\!text-red-100\/50 {
  color: rgb(254 226 226 / 0.5) !important;
}
.\!text-red-100\/55 {
  color: rgb(254 226 226 / 0.55) !important;
}
.\!text-red-100\/60 {
  color: rgb(254 226 226 / 0.6) !important;
}
.\!text-red-100\/65 {
  color: rgb(254 226 226 / 0.65) !important;
}
.\!text-red-100\/70 {
  color: rgb(254 226 226 / 0.7) !important;
}
.\!text-red-100\/75 {
  color: rgb(254 226 226 / 0.75) !important;
}
.\!text-red-100\/80 {
  color: rgb(254 226 226 / 0.8) !important;
}
.\!text-red-100\/85 {
  color: rgb(254 226 226 / 0.85) !important;
}
.\!text-red-100\/90 {
  color: rgb(254 226 226 / 0.9) !important;
}
.\!text-red-100\/95 {
  color: rgb(254 226 226 / 0.95) !important;
}
.\!text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}
.\!text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}
.\!text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}
.\!text-red-200\/15 {
  color: rgb(254 202 202 / 0.15) !important;
}
.\!text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}
.\!text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}
.\!text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}
.\!text-red-200\/35 {
  color: rgb(254 202 202 / 0.35) !important;
}
.\!text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}
.\!text-red-200\/45 {
  color: rgb(254 202 202 / 0.45) !important;
}
.\!text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}
.\!text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}
.\!text-red-200\/55 {
  color: rgb(254 202 202 / 0.55) !important;
}
.\!text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}
.\!text-red-200\/65 {
  color: rgb(254 202 202 / 0.65) !important;
}
.\!text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}
.\!text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}
.\!text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}
.\!text-red-200\/85 {
  color: rgb(254 202 202 / 0.85) !important;
}
.\!text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}
.\!text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}
.\!text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-300\/0 {
  color: rgb(252 165 165 / 0) !important;
}
.\!text-red-300\/10 {
  color: rgb(252 165 165 / 0.1) !important;
}
.\!text-red-300\/100 {
  color: rgb(252 165 165 / 1) !important;
}
.\!text-red-300\/15 {
  color: rgb(252 165 165 / 0.15) !important;
}
.\!text-red-300\/20 {
  color: rgb(252 165 165 / 0.2) !important;
}
.\!text-red-300\/25 {
  color: rgb(252 165 165 / 0.25) !important;
}
.\!text-red-300\/30 {
  color: rgb(252 165 165 / 0.3) !important;
}
.\!text-red-300\/35 {
  color: rgb(252 165 165 / 0.35) !important;
}
.\!text-red-300\/40 {
  color: rgb(252 165 165 / 0.4) !important;
}
.\!text-red-300\/45 {
  color: rgb(252 165 165 / 0.45) !important;
}
.\!text-red-300\/5 {
  color: rgb(252 165 165 / 0.05) !important;
}
.\!text-red-300\/50 {
  color: rgb(252 165 165 / 0.5) !important;
}
.\!text-red-300\/55 {
  color: rgb(252 165 165 / 0.55) !important;
}
.\!text-red-300\/60 {
  color: rgb(252 165 165 / 0.6) !important;
}
.\!text-red-300\/65 {
  color: rgb(252 165 165 / 0.65) !important;
}
.\!text-red-300\/70 {
  color: rgb(252 165 165 / 0.7) !important;
}
.\!text-red-300\/75 {
  color: rgb(252 165 165 / 0.75) !important;
}
.\!text-red-300\/80 {
  color: rgb(252 165 165 / 0.8) !important;
}
.\!text-red-300\/85 {
  color: rgb(252 165 165 / 0.85) !important;
}
.\!text-red-300\/90 {
  color: rgb(252 165 165 / 0.9) !important;
}
.\!text-red-300\/95 {
  color: rgb(252 165 165 / 0.95) !important;
}
.\!text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-400\/0 {
  color: rgb(248 113 113 / 0) !important;
}
.\!text-red-400\/10 {
  color: rgb(248 113 113 / 0.1) !important;
}
.\!text-red-400\/100 {
  color: rgb(248 113 113 / 1) !important;
}
.\!text-red-400\/15 {
  color: rgb(248 113 113 / 0.15) !important;
}
.\!text-red-400\/20 {
  color: rgb(248 113 113 / 0.2) !important;
}
.\!text-red-400\/25 {
  color: rgb(248 113 113 / 0.25) !important;
}
.\!text-red-400\/30 {
  color: rgb(248 113 113 / 0.3) !important;
}
.\!text-red-400\/35 {
  color: rgb(248 113 113 / 0.35) !important;
}
.\!text-red-400\/40 {
  color: rgb(248 113 113 / 0.4) !important;
}
.\!text-red-400\/45 {
  color: rgb(248 113 113 / 0.45) !important;
}
.\!text-red-400\/5 {
  color: rgb(248 113 113 / 0.05) !important;
}
.\!text-red-400\/50 {
  color: rgb(248 113 113 / 0.5) !important;
}
.\!text-red-400\/55 {
  color: rgb(248 113 113 / 0.55) !important;
}
.\!text-red-400\/60 {
  color: rgb(248 113 113 / 0.6) !important;
}
.\!text-red-400\/65 {
  color: rgb(248 113 113 / 0.65) !important;
}
.\!text-red-400\/70 {
  color: rgb(248 113 113 / 0.7) !important;
}
.\!text-red-400\/75 {
  color: rgb(248 113 113 / 0.75) !important;
}
.\!text-red-400\/80 {
  color: rgb(248 113 113 / 0.8) !important;
}
.\!text-red-400\/85 {
  color: rgb(248 113 113 / 0.85) !important;
}
.\!text-red-400\/90 {
  color: rgb(248 113 113 / 0.9) !important;
}
.\!text-red-400\/95 {
  color: rgb(248 113 113 / 0.95) !important;
}
.\!text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-50\/0 {
  color: rgb(254 242 242 / 0) !important;
}
.\!text-red-50\/10 {
  color: rgb(254 242 242 / 0.1) !important;
}
.\!text-red-50\/100 {
  color: rgb(254 242 242 / 1) !important;
}
.\!text-red-50\/15 {
  color: rgb(254 242 242 / 0.15) !important;
}
.\!text-red-50\/20 {
  color: rgb(254 242 242 / 0.2) !important;
}
.\!text-red-50\/25 {
  color: rgb(254 242 242 / 0.25) !important;
}
.\!text-red-50\/30 {
  color: rgb(254 242 242 / 0.3) !important;
}
.\!text-red-50\/35 {
  color: rgb(254 242 242 / 0.35) !important;
}
.\!text-red-50\/40 {
  color: rgb(254 242 242 / 0.4) !important;
}
.\!text-red-50\/45 {
  color: rgb(254 242 242 / 0.45) !important;
}
.\!text-red-50\/5 {
  color: rgb(254 242 242 / 0.05) !important;
}
.\!text-red-50\/50 {
  color: rgb(254 242 242 / 0.5) !important;
}
.\!text-red-50\/55 {
  color: rgb(254 242 242 / 0.55) !important;
}
.\!text-red-50\/60 {
  color: rgb(254 242 242 / 0.6) !important;
}
.\!text-red-50\/65 {
  color: rgb(254 242 242 / 0.65) !important;
}
.\!text-red-50\/70 {
  color: rgb(254 242 242 / 0.7) !important;
}
.\!text-red-50\/75 {
  color: rgb(254 242 242 / 0.75) !important;
}
.\!text-red-50\/80 {
  color: rgb(254 242 242 / 0.8) !important;
}
.\!text-red-50\/85 {
  color: rgb(254 242 242 / 0.85) !important;
}
.\!text-red-50\/90 {
  color: rgb(254 242 242 / 0.9) !important;
}
.\!text-red-50\/95 {
  color: rgb(254 242 242 / 0.95) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}
.\!text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}
.\!text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}
.\!text-red-500\/15 {
  color: rgb(239 68 68 / 0.15) !important;
}
.\!text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}
.\!text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}
.\!text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}
.\!text-red-500\/35 {
  color: rgb(239 68 68 / 0.35) !important;
}
.\!text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}
.\!text-red-500\/45 {
  color: rgb(239 68 68 / 0.45) !important;
}
.\!text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}
.\!text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}
.\!text-red-500\/55 {
  color: rgb(239 68 68 / 0.55) !important;
}
.\!text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}
.\!text-red-500\/65 {
  color: rgb(239 68 68 / 0.65) !important;
}
.\!text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}
.\!text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}
.\!text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}
.\!text-red-500\/85 {
  color: rgb(239 68 68 / 0.85) !important;
}
.\!text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}
.\!text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}
.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-600\/0 {
  color: rgb(220 38 38 / 0) !important;
}
.\!text-red-600\/10 {
  color: rgb(220 38 38 / 0.1) !important;
}
.\!text-red-600\/100 {
  color: rgb(220 38 38 / 1) !important;
}
.\!text-red-600\/15 {
  color: rgb(220 38 38 / 0.15) !important;
}
.\!text-red-600\/20 {
  color: rgb(220 38 38 / 0.2) !important;
}
.\!text-red-600\/25 {
  color: rgb(220 38 38 / 0.25) !important;
}
.\!text-red-600\/30 {
  color: rgb(220 38 38 / 0.3) !important;
}
.\!text-red-600\/35 {
  color: rgb(220 38 38 / 0.35) !important;
}
.\!text-red-600\/40 {
  color: rgb(220 38 38 / 0.4) !important;
}
.\!text-red-600\/45 {
  color: rgb(220 38 38 / 0.45) !important;
}
.\!text-red-600\/5 {
  color: rgb(220 38 38 / 0.05) !important;
}
.\!text-red-600\/50 {
  color: rgb(220 38 38 / 0.5) !important;
}
.\!text-red-600\/55 {
  color: rgb(220 38 38 / 0.55) !important;
}
.\!text-red-600\/60 {
  color: rgb(220 38 38 / 0.6) !important;
}
.\!text-red-600\/65 {
  color: rgb(220 38 38 / 0.65) !important;
}
.\!text-red-600\/70 {
  color: rgb(220 38 38 / 0.7) !important;
}
.\!text-red-600\/75 {
  color: rgb(220 38 38 / 0.75) !important;
}
.\!text-red-600\/80 {
  color: rgb(220 38 38 / 0.8) !important;
}
.\!text-red-600\/85 {
  color: rgb(220 38 38 / 0.85) !important;
}
.\!text-red-600\/90 {
  color: rgb(220 38 38 / 0.9) !important;
}
.\!text-red-600\/95 {
  color: rgb(220 38 38 / 0.95) !important;
}
.\!text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-700\/0 {
  color: rgb(185 28 28 / 0) !important;
}
.\!text-red-700\/10 {
  color: rgb(185 28 28 / 0.1) !important;
}
.\!text-red-700\/100 {
  color: rgb(185 28 28 / 1) !important;
}
.\!text-red-700\/15 {
  color: rgb(185 28 28 / 0.15) !important;
}
.\!text-red-700\/20 {
  color: rgb(185 28 28 / 0.2) !important;
}
.\!text-red-700\/25 {
  color: rgb(185 28 28 / 0.25) !important;
}
.\!text-red-700\/30 {
  color: rgb(185 28 28 / 0.3) !important;
}
.\!text-red-700\/35 {
  color: rgb(185 28 28 / 0.35) !important;
}
.\!text-red-700\/40 {
  color: rgb(185 28 28 / 0.4) !important;
}
.\!text-red-700\/45 {
  color: rgb(185 28 28 / 0.45) !important;
}
.\!text-red-700\/5 {
  color: rgb(185 28 28 / 0.05) !important;
}
.\!text-red-700\/50 {
  color: rgb(185 28 28 / 0.5) !important;
}
.\!text-red-700\/55 {
  color: rgb(185 28 28 / 0.55) !important;
}
.\!text-red-700\/60 {
  color: rgb(185 28 28 / 0.6) !important;
}
.\!text-red-700\/65 {
  color: rgb(185 28 28 / 0.65) !important;
}
.\!text-red-700\/70 {
  color: rgb(185 28 28 / 0.7) !important;
}
.\!text-red-700\/75 {
  color: rgb(185 28 28 / 0.75) !important;
}
.\!text-red-700\/80 {
  color: rgb(185 28 28 / 0.8) !important;
}
.\!text-red-700\/85 {
  color: rgb(185 28 28 / 0.85) !important;
}
.\!text-red-700\/90 {
  color: rgb(185 28 28 / 0.9) !important;
}
.\!text-red-700\/95 {
  color: rgb(185 28 28 / 0.95) !important;
}
.\!text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-800\/0 {
  color: rgb(153 27 27 / 0) !important;
}
.\!text-red-800\/10 {
  color: rgb(153 27 27 / 0.1) !important;
}
.\!text-red-800\/100 {
  color: rgb(153 27 27 / 1) !important;
}
.\!text-red-800\/15 {
  color: rgb(153 27 27 / 0.15) !important;
}
.\!text-red-800\/20 {
  color: rgb(153 27 27 / 0.2) !important;
}
.\!text-red-800\/25 {
  color: rgb(153 27 27 / 0.25) !important;
}
.\!text-red-800\/30 {
  color: rgb(153 27 27 / 0.3) !important;
}
.\!text-red-800\/35 {
  color: rgb(153 27 27 / 0.35) !important;
}
.\!text-red-800\/40 {
  color: rgb(153 27 27 / 0.4) !important;
}
.\!text-red-800\/45 {
  color: rgb(153 27 27 / 0.45) !important;
}
.\!text-red-800\/5 {
  color: rgb(153 27 27 / 0.05) !important;
}
.\!text-red-800\/50 {
  color: rgb(153 27 27 / 0.5) !important;
}
.\!text-red-800\/55 {
  color: rgb(153 27 27 / 0.55) !important;
}
.\!text-red-800\/60 {
  color: rgb(153 27 27 / 0.6) !important;
}
.\!text-red-800\/65 {
  color: rgb(153 27 27 / 0.65) !important;
}
.\!text-red-800\/70 {
  color: rgb(153 27 27 / 0.7) !important;
}
.\!text-red-800\/75 {
  color: rgb(153 27 27 / 0.75) !important;
}
.\!text-red-800\/80 {
  color: rgb(153 27 27 / 0.8) !important;
}
.\!text-red-800\/85 {
  color: rgb(153 27 27 / 0.85) !important;
}
.\!text-red-800\/90 {
  color: rgb(153 27 27 / 0.9) !important;
}
.\!text-red-800\/95 {
  color: rgb(153 27 27 / 0.95) !important;
}
.\!text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-900\/0 {
  color: rgb(127 29 29 / 0) !important;
}
.\!text-red-900\/10 {
  color: rgb(127 29 29 / 0.1) !important;
}
.\!text-red-900\/100 {
  color: rgb(127 29 29 / 1) !important;
}
.\!text-red-900\/15 {
  color: rgb(127 29 29 / 0.15) !important;
}
.\!text-red-900\/20 {
  color: rgb(127 29 29 / 0.2) !important;
}
.\!text-red-900\/25 {
  color: rgb(127 29 29 / 0.25) !important;
}
.\!text-red-900\/30 {
  color: rgb(127 29 29 / 0.3) !important;
}
.\!text-red-900\/35 {
  color: rgb(127 29 29 / 0.35) !important;
}
.\!text-red-900\/40 {
  color: rgb(127 29 29 / 0.4) !important;
}
.\!text-red-900\/45 {
  color: rgb(127 29 29 / 0.45) !important;
}
.\!text-red-900\/5 {
  color: rgb(127 29 29 / 0.05) !important;
}
.\!text-red-900\/50 {
  color: rgb(127 29 29 / 0.5) !important;
}
.\!text-red-900\/55 {
  color: rgb(127 29 29 / 0.55) !important;
}
.\!text-red-900\/60 {
  color: rgb(127 29 29 / 0.6) !important;
}
.\!text-red-900\/65 {
  color: rgb(127 29 29 / 0.65) !important;
}
.\!text-red-900\/70 {
  color: rgb(127 29 29 / 0.7) !important;
}
.\!text-red-900\/75 {
  color: rgb(127 29 29 / 0.75) !important;
}
.\!text-red-900\/80 {
  color: rgb(127 29 29 / 0.8) !important;
}
.\!text-red-900\/85 {
  color: rgb(127 29 29 / 0.85) !important;
}
.\!text-red-900\/90 {
  color: rgb(127 29 29 / 0.9) !important;
}
.\!text-red-900\/95 {
  color: rgb(127 29 29 / 0.95) !important;
}
.\!text-red-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-950\/0 {
  color: rgb(69 10 10 / 0) !important;
}
.\!text-red-950\/10 {
  color: rgb(69 10 10 / 0.1) !important;
}
.\!text-red-950\/100 {
  color: rgb(69 10 10 / 1) !important;
}
.\!text-red-950\/15 {
  color: rgb(69 10 10 / 0.15) !important;
}
.\!text-red-950\/20 {
  color: rgb(69 10 10 / 0.2) !important;
}
.\!text-red-950\/25 {
  color: rgb(69 10 10 / 0.25) !important;
}
.\!text-red-950\/30 {
  color: rgb(69 10 10 / 0.3) !important;
}
.\!text-red-950\/35 {
  color: rgb(69 10 10 / 0.35) !important;
}
.\!text-red-950\/40 {
  color: rgb(69 10 10 / 0.4) !important;
}
.\!text-red-950\/45 {
  color: rgb(69 10 10 / 0.45) !important;
}
.\!text-red-950\/5 {
  color: rgb(69 10 10 / 0.05) !important;
}
.\!text-red-950\/50 {
  color: rgb(69 10 10 / 0.5) !important;
}
.\!text-red-950\/55 {
  color: rgb(69 10 10 / 0.55) !important;
}
.\!text-red-950\/60 {
  color: rgb(69 10 10 / 0.6) !important;
}
.\!text-red-950\/65 {
  color: rgb(69 10 10 / 0.65) !important;
}
.\!text-red-950\/70 {
  color: rgb(69 10 10 / 0.7) !important;
}
.\!text-red-950\/75 {
  color: rgb(69 10 10 / 0.75) !important;
}
.\!text-red-950\/80 {
  color: rgb(69 10 10 / 0.8) !important;
}
.\!text-red-950\/85 {
  color: rgb(69 10 10 / 0.85) !important;
}
.\!text-red-950\/90 {
  color: rgb(69 10 10 / 0.9) !important;
}
.\!text-red-950\/95 {
  color: rgb(69 10 10 / 0.95) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}
.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}
.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}
.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}
.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}
.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}
.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / 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-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-primary-100 {
  color: var(--primary-color-100);
}
.text-primary-200 {
  color: var(--primary-color-200);
}
.text-primary-300 {
  color: var(--primary-color-300);
}
.text-primary-400 {
  color: var(--primary-color-400);
}
.text-primary-50 {
  color: var(--primary-color-50);
}
.text-primary-500 {
  color: var(--primary-color-500);
}
.text-primary-600 {
  color: var(--primary-color-600);
}
.text-primary-700 {
  color: var(--primary-color-700);
}
.text-primary-800 {
  color: var(--primary-color-800);
}
.text-primary-900 {
  color: var(--primary-color-900);
}
.text-primary-950 {
  color: var(--primary-color-950);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(252 115 118 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.\!outline-0 {
  outline-width: 0px !important;
}
.outline-0 {
  outline-width: 0px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-offset-\[-2px\] {
  outline-offset: -2px;
}
.\!outline-black {
  outline-color: #000 !important;
}
.outline-emerald-600 {
  outline-color: #059669;
}
.outline-primary-500 {
  outline-color: var(--primary-color-500);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invalid\:rounded-lg:invalid {
  border-radius: 0.5rem;
}
.invalid\:border:invalid {
  border-width: 1px;
}
.invalid\:border-red-400:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.hover\:\!border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-100\/0:hover {
  border-color: rgb(243 244 246 / 0) !important;
}
.hover\:\!border-gray-100\/10:hover {
  border-color: rgb(243 244 246 / 0.1) !important;
}
.hover\:\!border-gray-100\/100:hover {
  border-color: rgb(243 244 246 / 1) !important;
}
.hover\:\!border-gray-100\/15:hover {
  border-color: rgb(243 244 246 / 0.15) !important;
}
.hover\:\!border-gray-100\/20:hover {
  border-color: rgb(243 244 246 / 0.2) !important;
}
.hover\:\!border-gray-100\/25:hover {
  border-color: rgb(243 244 246 / 0.25) !important;
}
.hover\:\!border-gray-100\/30:hover {
  border-color: rgb(243 244 246 / 0.3) !important;
}
.hover\:\!border-gray-100\/35:hover {
  border-color: rgb(243 244 246 / 0.35) !important;
}
.hover\:\!border-gray-100\/40:hover {
  border-color: rgb(243 244 246 / 0.4) !important;
}
.hover\:\!border-gray-100\/45:hover {
  border-color: rgb(243 244 246 / 0.45) !important;
}
.hover\:\!border-gray-100\/5:hover {
  border-color: rgb(243 244 246 / 0.05) !important;
}
.hover\:\!border-gray-100\/50:hover {
  border-color: rgb(243 244 246 / 0.5) !important;
}
.hover\:\!border-gray-100\/55:hover {
  border-color: rgb(243 244 246 / 0.55) !important;
}
.hover\:\!border-gray-100\/60:hover {
  border-color: rgb(243 244 246 / 0.6) !important;
}
.hover\:\!border-gray-100\/65:hover {
  border-color: rgb(243 244 246 / 0.65) !important;
}
.hover\:\!border-gray-100\/70:hover {
  border-color: rgb(243 244 246 / 0.7) !important;
}
.hover\:\!border-gray-100\/75:hover {
  border-color: rgb(243 244 246 / 0.75) !important;
}
.hover\:\!border-gray-100\/80:hover {
  border-color: rgb(243 244 246 / 0.8) !important;
}
.hover\:\!border-gray-100\/85:hover {
  border-color: rgb(243 244 246 / 0.85) !important;
}
.hover\:\!border-gray-100\/90:hover {
  border-color: rgb(243 244 246 / 0.9) !important;
}
.hover\:\!border-gray-100\/95:hover {
  border-color: rgb(243 244 246 / 0.95) !important;
}
.hover\:\!border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-200\/0:hover {
  border-color: rgb(229 231 235 / 0) !important;
}
.hover\:\!border-gray-200\/10:hover {
  border-color: rgb(229 231 235 / 0.1) !important;
}
.hover\:\!border-gray-200\/100:hover {
  border-color: rgb(229 231 235 / 1) !important;
}
.hover\:\!border-gray-200\/15:hover {
  border-color: rgb(229 231 235 / 0.15) !important;
}
.hover\:\!border-gray-200\/20:hover {
  border-color: rgb(229 231 235 / 0.2) !important;
}
.hover\:\!border-gray-200\/25:hover {
  border-color: rgb(229 231 235 / 0.25) !important;
}
.hover\:\!border-gray-200\/30:hover {
  border-color: rgb(229 231 235 / 0.3) !important;
}
.hover\:\!border-gray-200\/35:hover {
  border-color: rgb(229 231 235 / 0.35) !important;
}
.hover\:\!border-gray-200\/40:hover {
  border-color: rgb(229 231 235 / 0.4) !important;
}
.hover\:\!border-gray-200\/45:hover {
  border-color: rgb(229 231 235 / 0.45) !important;
}
.hover\:\!border-gray-200\/5:hover {
  border-color: rgb(229 231 235 / 0.05) !important;
}
.hover\:\!border-gray-200\/50:hover {
  border-color: rgb(229 231 235 / 0.5) !important;
}
.hover\:\!border-gray-200\/55:hover {
  border-color: rgb(229 231 235 / 0.55) !important;
}
.hover\:\!border-gray-200\/60:hover {
  border-color: rgb(229 231 235 / 0.6) !important;
}
.hover\:\!border-gray-200\/65:hover {
  border-color: rgb(229 231 235 / 0.65) !important;
}
.hover\:\!border-gray-200\/70:hover {
  border-color: rgb(229 231 235 / 0.7) !important;
}
.hover\:\!border-gray-200\/75:hover {
  border-color: rgb(229 231 235 / 0.75) !important;
}
.hover\:\!border-gray-200\/80:hover {
  border-color: rgb(229 231 235 / 0.8) !important;
}
.hover\:\!border-gray-200\/85:hover {
  border-color: rgb(229 231 235 / 0.85) !important;
}
.hover\:\!border-gray-200\/90:hover {
  border-color: rgb(229 231 235 / 0.9) !important;
}
.hover\:\!border-gray-200\/95:hover {
  border-color: rgb(229 231 235 / 0.95) !important;
}
.hover\:\!border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-300\/0:hover {
  border-color: rgb(209 213 219 / 0) !important;
}
.hover\:\!border-gray-300\/10:hover {
  border-color: rgb(209 213 219 / 0.1) !important;
}
.hover\:\!border-gray-300\/100:hover {
  border-color: rgb(209 213 219 / 1) !important;
}
.hover\:\!border-gray-300\/15:hover {
  border-color: rgb(209 213 219 / 0.15) !important;
}
.hover\:\!border-gray-300\/20:hover {
  border-color: rgb(209 213 219 / 0.2) !important;
}
.hover\:\!border-gray-300\/25:hover {
  border-color: rgb(209 213 219 / 0.25) !important;
}
.hover\:\!border-gray-300\/30:hover {
  border-color: rgb(209 213 219 / 0.3) !important;
}
.hover\:\!border-gray-300\/35:hover {
  border-color: rgb(209 213 219 / 0.35) !important;
}
.hover\:\!border-gray-300\/40:hover {
  border-color: rgb(209 213 219 / 0.4) !important;
}
.hover\:\!border-gray-300\/45:hover {
  border-color: rgb(209 213 219 / 0.45) !important;
}
.hover\:\!border-gray-300\/5:hover {
  border-color: rgb(209 213 219 / 0.05) !important;
}
.hover\:\!border-gray-300\/50:hover {
  border-color: rgb(209 213 219 / 0.5) !important;
}
.hover\:\!border-gray-300\/55:hover {
  border-color: rgb(209 213 219 / 0.55) !important;
}
.hover\:\!border-gray-300\/60:hover {
  border-color: rgb(209 213 219 / 0.6) !important;
}
.hover\:\!border-gray-300\/65:hover {
  border-color: rgb(209 213 219 / 0.65) !important;
}
.hover\:\!border-gray-300\/70:hover {
  border-color: rgb(209 213 219 / 0.7) !important;
}
.hover\:\!border-gray-300\/75:hover {
  border-color: rgb(209 213 219 / 0.75) !important;
}
.hover\:\!border-gray-300\/80:hover {
  border-color: rgb(209 213 219 / 0.8) !important;
}
.hover\:\!border-gray-300\/85:hover {
  border-color: rgb(209 213 219 / 0.85) !important;
}
.hover\:\!border-gray-300\/90:hover {
  border-color: rgb(209 213 219 / 0.9) !important;
}
.hover\:\!border-gray-300\/95:hover {
  border-color: rgb(209 213 219 / 0.95) !important;
}
.hover\:\!border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-400\/0:hover {
  border-color: rgb(156 163 175 / 0) !important;
}
.hover\:\!border-gray-400\/10:hover {
  border-color: rgb(156 163 175 / 0.1) !important;
}
.hover\:\!border-gray-400\/100:hover {
  border-color: rgb(156 163 175 / 1) !important;
}
.hover\:\!border-gray-400\/15:hover {
  border-color: rgb(156 163 175 / 0.15) !important;
}
.hover\:\!border-gray-400\/20:hover {
  border-color: rgb(156 163 175 / 0.2) !important;
}
.hover\:\!border-gray-400\/25:hover {
  border-color: rgb(156 163 175 / 0.25) !important;
}
.hover\:\!border-gray-400\/30:hover {
  border-color: rgb(156 163 175 / 0.3) !important;
}
.hover\:\!border-gray-400\/35:hover {
  border-color: rgb(156 163 175 / 0.35) !important;
}
.hover\:\!border-gray-400\/40:hover {
  border-color: rgb(156 163 175 / 0.4) !important;
}
.hover\:\!border-gray-400\/45:hover {
  border-color: rgb(156 163 175 / 0.45) !important;
}
.hover\:\!border-gray-400\/5:hover {
  border-color: rgb(156 163 175 / 0.05) !important;
}
.hover\:\!border-gray-400\/50:hover {
  border-color: rgb(156 163 175 / 0.5) !important;
}
.hover\:\!border-gray-400\/55:hover {
  border-color: rgb(156 163 175 / 0.55) !important;
}
.hover\:\!border-gray-400\/60:hover {
  border-color: rgb(156 163 175 / 0.6) !important;
}
.hover\:\!border-gray-400\/65:hover {
  border-color: rgb(156 163 175 / 0.65) !important;
}
.hover\:\!border-gray-400\/70:hover {
  border-color: rgb(156 163 175 / 0.7) !important;
}
.hover\:\!border-gray-400\/75:hover {
  border-color: rgb(156 163 175 / 0.75) !important;
}
.hover\:\!border-gray-400\/80:hover {
  border-color: rgb(156 163 175 / 0.8) !important;
}
.hover\:\!border-gray-400\/85:hover {
  border-color: rgb(156 163 175 / 0.85) !important;
}
.hover\:\!border-gray-400\/90:hover {
  border-color: rgb(156 163 175 / 0.9) !important;
}
.hover\:\!border-gray-400\/95:hover {
  border-color: rgb(156 163 175 / 0.95) !important;
}
.hover\:\!border-gray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-50\/0:hover {
  border-color: rgb(249 250 251 / 0) !important;
}
.hover\:\!border-gray-50\/10:hover {
  border-color: rgb(249 250 251 / 0.1) !important;
}
.hover\:\!border-gray-50\/100:hover {
  border-color: rgb(249 250 251 / 1) !important;
}
.hover\:\!border-gray-50\/15:hover {
  border-color: rgb(249 250 251 / 0.15) !important;
}
.hover\:\!border-gray-50\/20:hover {
  border-color: rgb(249 250 251 / 0.2) !important;
}
.hover\:\!border-gray-50\/25:hover {
  border-color: rgb(249 250 251 / 0.25) !important;
}
.hover\:\!border-gray-50\/30:hover {
  border-color: rgb(249 250 251 / 0.3) !important;
}
.hover\:\!border-gray-50\/35:hover {
  border-color: rgb(249 250 251 / 0.35) !important;
}
.hover\:\!border-gray-50\/40:hover {
  border-color: rgb(249 250 251 / 0.4) !important;
}
.hover\:\!border-gray-50\/45:hover {
  border-color: rgb(249 250 251 / 0.45) !important;
}
.hover\:\!border-gray-50\/5:hover {
  border-color: rgb(249 250 251 / 0.05) !important;
}
.hover\:\!border-gray-50\/50:hover {
  border-color: rgb(249 250 251 / 0.5) !important;
}
.hover\:\!border-gray-50\/55:hover {
  border-color: rgb(249 250 251 / 0.55) !important;
}
.hover\:\!border-gray-50\/60:hover {
  border-color: rgb(249 250 251 / 0.6) !important;
}
.hover\:\!border-gray-50\/65:hover {
  border-color: rgb(249 250 251 / 0.65) !important;
}
.hover\:\!border-gray-50\/70:hover {
  border-color: rgb(249 250 251 / 0.7) !important;
}
.hover\:\!border-gray-50\/75:hover {
  border-color: rgb(249 250 251 / 0.75) !important;
}
.hover\:\!border-gray-50\/80:hover {
  border-color: rgb(249 250 251 / 0.8) !important;
}
.hover\:\!border-gray-50\/85:hover {
  border-color: rgb(249 250 251 / 0.85) !important;
}
.hover\:\!border-gray-50\/90:hover {
  border-color: rgb(249 250 251 / 0.9) !important;
}
.hover\:\!border-gray-50\/95:hover {
  border-color: rgb(249 250 251 / 0.95) !important;
}
.hover\:\!border-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-500\/0:hover {
  border-color: rgb(107 114 128 / 0) !important;
}
.hover\:\!border-gray-500\/10:hover {
  border-color: rgb(107 114 128 / 0.1) !important;
}
.hover\:\!border-gray-500\/100:hover {
  border-color: rgb(107 114 128 / 1) !important;
}
.hover\:\!border-gray-500\/15:hover {
  border-color: rgb(107 114 128 / 0.15) !important;
}
.hover\:\!border-gray-500\/20:hover {
  border-color: rgb(107 114 128 / 0.2) !important;
}
.hover\:\!border-gray-500\/25:hover {
  border-color: rgb(107 114 128 / 0.25) !important;
}
.hover\:\!border-gray-500\/30:hover {
  border-color: rgb(107 114 128 / 0.3) !important;
}
.hover\:\!border-gray-500\/35:hover {
  border-color: rgb(107 114 128 / 0.35) !important;
}
.hover\:\!border-gray-500\/40:hover {
  border-color: rgb(107 114 128 / 0.4) !important;
}
.hover\:\!border-gray-500\/45:hover {
  border-color: rgb(107 114 128 / 0.45) !important;
}
.hover\:\!border-gray-500\/5:hover {
  border-color: rgb(107 114 128 / 0.05) !important;
}
.hover\:\!border-gray-500\/50:hover {
  border-color: rgb(107 114 128 / 0.5) !important;
}
.hover\:\!border-gray-500\/55:hover {
  border-color: rgb(107 114 128 / 0.55) !important;
}
.hover\:\!border-gray-500\/60:hover {
  border-color: rgb(107 114 128 / 0.6) !important;
}
.hover\:\!border-gray-500\/65:hover {
  border-color: rgb(107 114 128 / 0.65) !important;
}
.hover\:\!border-gray-500\/70:hover {
  border-color: rgb(107 114 128 / 0.7) !important;
}
.hover\:\!border-gray-500\/75:hover {
  border-color: rgb(107 114 128 / 0.75) !important;
}
.hover\:\!border-gray-500\/80:hover {
  border-color: rgb(107 114 128 / 0.8) !important;
}
.hover\:\!border-gray-500\/85:hover {
  border-color: rgb(107 114 128 / 0.85) !important;
}
.hover\:\!border-gray-500\/90:hover {
  border-color: rgb(107 114 128 / 0.9) !important;
}
.hover\:\!border-gray-500\/95:hover {
  border-color: rgb(107 114 128 / 0.95) !important;
}
.hover\:\!border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-600\/0:hover {
  border-color: rgb(75 85 99 / 0) !important;
}
.hover\:\!border-gray-600\/10:hover {
  border-color: rgb(75 85 99 / 0.1) !important;
}
.hover\:\!border-gray-600\/100:hover {
  border-color: rgb(75 85 99 / 1) !important;
}
.hover\:\!border-gray-600\/15:hover {
  border-color: rgb(75 85 99 / 0.15) !important;
}
.hover\:\!border-gray-600\/20:hover {
  border-color: rgb(75 85 99 / 0.2) !important;
}
.hover\:\!border-gray-600\/25:hover {
  border-color: rgb(75 85 99 / 0.25) !important;
}
.hover\:\!border-gray-600\/30:hover {
  border-color: rgb(75 85 99 / 0.3) !important;
}
.hover\:\!border-gray-600\/35:hover {
  border-color: rgb(75 85 99 / 0.35) !important;
}
.hover\:\!border-gray-600\/40:hover {
  border-color: rgb(75 85 99 / 0.4) !important;
}
.hover\:\!border-gray-600\/45:hover {
  border-color: rgb(75 85 99 / 0.45) !important;
}
.hover\:\!border-gray-600\/5:hover {
  border-color: rgb(75 85 99 / 0.05) !important;
}
.hover\:\!border-gray-600\/50:hover {
  border-color: rgb(75 85 99 / 0.5) !important;
}
.hover\:\!border-gray-600\/55:hover {
  border-color: rgb(75 85 99 / 0.55) !important;
}
.hover\:\!border-gray-600\/60:hover {
  border-color: rgb(75 85 99 / 0.6) !important;
}
.hover\:\!border-gray-600\/65:hover {
  border-color: rgb(75 85 99 / 0.65) !important;
}
.hover\:\!border-gray-600\/70:hover {
  border-color: rgb(75 85 99 / 0.7) !important;
}
.hover\:\!border-gray-600\/75:hover {
  border-color: rgb(75 85 99 / 0.75) !important;
}
.hover\:\!border-gray-600\/80:hover {
  border-color: rgb(75 85 99 / 0.8) !important;
}
.hover\:\!border-gray-600\/85:hover {
  border-color: rgb(75 85 99 / 0.85) !important;
}
.hover\:\!border-gray-600\/90:hover {
  border-color: rgb(75 85 99 / 0.9) !important;
}
.hover\:\!border-gray-600\/95:hover {
  border-color: rgb(75 85 99 / 0.95) !important;
}
.hover\:\!border-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-700\/0:hover {
  border-color: rgb(55 65 81 / 0) !important;
}
.hover\:\!border-gray-700\/10:hover {
  border-color: rgb(55 65 81 / 0.1) !important;
}
.hover\:\!border-gray-700\/100:hover {
  border-color: rgb(55 65 81 / 1) !important;
}
.hover\:\!border-gray-700\/15:hover {
  border-color: rgb(55 65 81 / 0.15) !important;
}
.hover\:\!border-gray-700\/20:hover {
  border-color: rgb(55 65 81 / 0.2) !important;
}
.hover\:\!border-gray-700\/25:hover {
  border-color: rgb(55 65 81 / 0.25) !important;
}
.hover\:\!border-gray-700\/30:hover {
  border-color: rgb(55 65 81 / 0.3) !important;
}
.hover\:\!border-gray-700\/35:hover {
  border-color: rgb(55 65 81 / 0.35) !important;
}
.hover\:\!border-gray-700\/40:hover {
  border-color: rgb(55 65 81 / 0.4) !important;
}
.hover\:\!border-gray-700\/45:hover {
  border-color: rgb(55 65 81 / 0.45) !important;
}
.hover\:\!border-gray-700\/5:hover {
  border-color: rgb(55 65 81 / 0.05) !important;
}
.hover\:\!border-gray-700\/50:hover {
  border-color: rgb(55 65 81 / 0.5) !important;
}
.hover\:\!border-gray-700\/55:hover {
  border-color: rgb(55 65 81 / 0.55) !important;
}
.hover\:\!border-gray-700\/60:hover {
  border-color: rgb(55 65 81 / 0.6) !important;
}
.hover\:\!border-gray-700\/65:hover {
  border-color: rgb(55 65 81 / 0.65) !important;
}
.hover\:\!border-gray-700\/70:hover {
  border-color: rgb(55 65 81 / 0.7) !important;
}
.hover\:\!border-gray-700\/75:hover {
  border-color: rgb(55 65 81 / 0.75) !important;
}
.hover\:\!border-gray-700\/80:hover {
  border-color: rgb(55 65 81 / 0.8) !important;
}
.hover\:\!border-gray-700\/85:hover {
  border-color: rgb(55 65 81 / 0.85) !important;
}
.hover\:\!border-gray-700\/90:hover {
  border-color: rgb(55 65 81 / 0.9) !important;
}
.hover\:\!border-gray-700\/95:hover {
  border-color: rgb(55 65 81 / 0.95) !important;
}
.hover\:\!border-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-800\/0:hover {
  border-color: rgb(31 41 55 / 0) !important;
}
.hover\:\!border-gray-800\/10:hover {
  border-color: rgb(31 41 55 / 0.1) !important;
}
.hover\:\!border-gray-800\/100:hover {
  border-color: rgb(31 41 55 / 1) !important;
}
.hover\:\!border-gray-800\/15:hover {
  border-color: rgb(31 41 55 / 0.15) !important;
}
.hover\:\!border-gray-800\/20:hover {
  border-color: rgb(31 41 55 / 0.2) !important;
}
.hover\:\!border-gray-800\/25:hover {
  border-color: rgb(31 41 55 / 0.25) !important;
}
.hover\:\!border-gray-800\/30:hover {
  border-color: rgb(31 41 55 / 0.3) !important;
}
.hover\:\!border-gray-800\/35:hover {
  border-color: rgb(31 41 55 / 0.35) !important;
}
.hover\:\!border-gray-800\/40:hover {
  border-color: rgb(31 41 55 / 0.4) !important;
}
.hover\:\!border-gray-800\/45:hover {
  border-color: rgb(31 41 55 / 0.45) !important;
}
.hover\:\!border-gray-800\/5:hover {
  border-color: rgb(31 41 55 / 0.05) !important;
}
.hover\:\!border-gray-800\/50:hover {
  border-color: rgb(31 41 55 / 0.5) !important;
}
.hover\:\!border-gray-800\/55:hover {
  border-color: rgb(31 41 55 / 0.55) !important;
}
.hover\:\!border-gray-800\/60:hover {
  border-color: rgb(31 41 55 / 0.6) !important;
}
.hover\:\!border-gray-800\/65:hover {
  border-color: rgb(31 41 55 / 0.65) !important;
}
.hover\:\!border-gray-800\/70:hover {
  border-color: rgb(31 41 55 / 0.7) !important;
}
.hover\:\!border-gray-800\/75:hover {
  border-color: rgb(31 41 55 / 0.75) !important;
}
.hover\:\!border-gray-800\/80:hover {
  border-color: rgb(31 41 55 / 0.8) !important;
}
.hover\:\!border-gray-800\/85:hover {
  border-color: rgb(31 41 55 / 0.85) !important;
}
.hover\:\!border-gray-800\/90:hover {
  border-color: rgb(31 41 55 / 0.9) !important;
}
.hover\:\!border-gray-800\/95:hover {
  border-color: rgb(31 41 55 / 0.95) !important;
}
.hover\:\!border-gray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-900\/0:hover {
  border-color: rgb(17 24 39 / 0) !important;
}
.hover\:\!border-gray-900\/10:hover {
  border-color: rgb(17 24 39 / 0.1) !important;
}
.hover\:\!border-gray-900\/100:hover {
  border-color: rgb(17 24 39 / 1) !important;
}
.hover\:\!border-gray-900\/15:hover {
  border-color: rgb(17 24 39 / 0.15) !important;
}
.hover\:\!border-gray-900\/20:hover {
  border-color: rgb(17 24 39 / 0.2) !important;
}
.hover\:\!border-gray-900\/25:hover {
  border-color: rgb(17 24 39 / 0.25) !important;
}
.hover\:\!border-gray-900\/30:hover {
  border-color: rgb(17 24 39 / 0.3) !important;
}
.hover\:\!border-gray-900\/35:hover {
  border-color: rgb(17 24 39 / 0.35) !important;
}
.hover\:\!border-gray-900\/40:hover {
  border-color: rgb(17 24 39 / 0.4) !important;
}
.hover\:\!border-gray-900\/45:hover {
  border-color: rgb(17 24 39 / 0.45) !important;
}
.hover\:\!border-gray-900\/5:hover {
  border-color: rgb(17 24 39 / 0.05) !important;
}
.hover\:\!border-gray-900\/50:hover {
  border-color: rgb(17 24 39 / 0.5) !important;
}
.hover\:\!border-gray-900\/55:hover {
  border-color: rgb(17 24 39 / 0.55) !important;
}
.hover\:\!border-gray-900\/60:hover {
  border-color: rgb(17 24 39 / 0.6) !important;
}
.hover\:\!border-gray-900\/65:hover {
  border-color: rgb(17 24 39 / 0.65) !important;
}
.hover\:\!border-gray-900\/70:hover {
  border-color: rgb(17 24 39 / 0.7) !important;
}
.hover\:\!border-gray-900\/75:hover {
  border-color: rgb(17 24 39 / 0.75) !important;
}
.hover\:\!border-gray-900\/80:hover {
  border-color: rgb(17 24 39 / 0.8) !important;
}
.hover\:\!border-gray-900\/85:hover {
  border-color: rgb(17 24 39 / 0.85) !important;
}
.hover\:\!border-gray-900\/90:hover {
  border-color: rgb(17 24 39 / 0.9) !important;
}
.hover\:\!border-gray-900\/95:hover {
  border-color: rgb(17 24 39 / 0.95) !important;
}
.hover\:\!border-gray-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-gray-950\/0:hover {
  border-color: rgb(3 7 18 / 0) !important;
}
.hover\:\!border-gray-950\/10:hover {
  border-color: rgb(3 7 18 / 0.1) !important;
}
.hover\:\!border-gray-950\/100:hover {
  border-color: rgb(3 7 18 / 1) !important;
}
.hover\:\!border-gray-950\/15:hover {
  border-color: rgb(3 7 18 / 0.15) !important;
}
.hover\:\!border-gray-950\/20:hover {
  border-color: rgb(3 7 18 / 0.2) !important;
}
.hover\:\!border-gray-950\/25:hover {
  border-color: rgb(3 7 18 / 0.25) !important;
}
.hover\:\!border-gray-950\/30:hover {
  border-color: rgb(3 7 18 / 0.3) !important;
}
.hover\:\!border-gray-950\/35:hover {
  border-color: rgb(3 7 18 / 0.35) !important;
}
.hover\:\!border-gray-950\/40:hover {
  border-color: rgb(3 7 18 / 0.4) !important;
}
.hover\:\!border-gray-950\/45:hover {
  border-color: rgb(3 7 18 / 0.45) !important;
}
.hover\:\!border-gray-950\/5:hover {
  border-color: rgb(3 7 18 / 0.05) !important;
}
.hover\:\!border-gray-950\/50:hover {
  border-color: rgb(3 7 18 / 0.5) !important;
}
.hover\:\!border-gray-950\/55:hover {
  border-color: rgb(3 7 18 / 0.55) !important;
}
.hover\:\!border-gray-950\/60:hover {
  border-color: rgb(3 7 18 / 0.6) !important;
}
.hover\:\!border-gray-950\/65:hover {
  border-color: rgb(3 7 18 / 0.65) !important;
}
.hover\:\!border-gray-950\/70:hover {
  border-color: rgb(3 7 18 / 0.7) !important;
}
.hover\:\!border-gray-950\/75:hover {
  border-color: rgb(3 7 18 / 0.75) !important;
}
.hover\:\!border-gray-950\/80:hover {
  border-color: rgb(3 7 18 / 0.8) !important;
}
.hover\:\!border-gray-950\/85:hover {
  border-color: rgb(3 7 18 / 0.85) !important;
}
.hover\:\!border-gray-950\/90:hover {
  border-color: rgb(3 7 18 / 0.9) !important;
}
.hover\:\!border-gray-950\/95:hover {
  border-color: rgb(3 7 18 / 0.95) !important;
}
.hover\:\!border-primary-100:hover {
  border-color: var(--primary-color-100) !important;
}
.hover\:\!border-primary-200:hover {
  border-color: var(--primary-color-200) !important;
}
.hover\:\!border-primary-300:hover {
  border-color: var(--primary-color-300) !important;
}
.hover\:\!border-primary-400:hover {
  border-color: var(--primary-color-400) !important;
}
.hover\:\!border-primary-50:hover {
  border-color: var(--primary-color-50) !important;
}
.hover\:\!border-primary-500:hover {
  border-color: var(--primary-color-500) !important;
}
.hover\:\!border-primary-600:hover {
  border-color: var(--primary-color-600) !important;
}
.hover\:\!border-primary-700:hover {
  border-color: var(--primary-color-700) !important;
}
.hover\:\!border-primary-800:hover {
  border-color: var(--primary-color-800) !important;
}
.hover\:\!border-primary-900:hover {
  border-color: var(--primary-color-900) !important;
}
.hover\:\!border-primary-950:hover {
  border-color: var(--primary-color-950) !important;
}
.hover\:\!border-red-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-100\/0:hover {
  border-color: rgb(254 226 226 / 0) !important;
}
.hover\:\!border-red-100\/10:hover {
  border-color: rgb(254 226 226 / 0.1) !important;
}
.hover\:\!border-red-100\/100:hover {
  border-color: rgb(254 226 226 / 1) !important;
}
.hover\:\!border-red-100\/15:hover {
  border-color: rgb(254 226 226 / 0.15) !important;
}
.hover\:\!border-red-100\/20:hover {
  border-color: rgb(254 226 226 / 0.2) !important;
}
.hover\:\!border-red-100\/25:hover {
  border-color: rgb(254 226 226 / 0.25) !important;
}
.hover\:\!border-red-100\/30:hover {
  border-color: rgb(254 226 226 / 0.3) !important;
}
.hover\:\!border-red-100\/35:hover {
  border-color: rgb(254 226 226 / 0.35) !important;
}
.hover\:\!border-red-100\/40:hover {
  border-color: rgb(254 226 226 / 0.4) !important;
}
.hover\:\!border-red-100\/45:hover {
  border-color: rgb(254 226 226 / 0.45) !important;
}
.hover\:\!border-red-100\/5:hover {
  border-color: rgb(254 226 226 / 0.05) !important;
}
.hover\:\!border-red-100\/50:hover {
  border-color: rgb(254 226 226 / 0.5) !important;
}
.hover\:\!border-red-100\/55:hover {
  border-color: rgb(254 226 226 / 0.55) !important;
}
.hover\:\!border-red-100\/60:hover {
  border-color: rgb(254 226 226 / 0.6) !important;
}
.hover\:\!border-red-100\/65:hover {
  border-color: rgb(254 226 226 / 0.65) !important;
}
.hover\:\!border-red-100\/70:hover {
  border-color: rgb(254 226 226 / 0.7) !important;
}
.hover\:\!border-red-100\/75:hover {
  border-color: rgb(254 226 226 / 0.75) !important;
}
.hover\:\!border-red-100\/80:hover {
  border-color: rgb(254 226 226 / 0.8) !important;
}
.hover\:\!border-red-100\/85:hover {
  border-color: rgb(254 226 226 / 0.85) !important;
}
.hover\:\!border-red-100\/90:hover {
  border-color: rgb(254 226 226 / 0.9) !important;
}
.hover\:\!border-red-100\/95:hover {
  border-color: rgb(254 226 226 / 0.95) !important;
}
.hover\:\!border-red-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-200\/0:hover {
  border-color: rgb(254 202 202 / 0) !important;
}
.hover\:\!border-red-200\/10:hover {
  border-color: rgb(254 202 202 / 0.1) !important;
}
.hover\:\!border-red-200\/100:hover {
  border-color: rgb(254 202 202 / 1) !important;
}
.hover\:\!border-red-200\/15:hover {
  border-color: rgb(254 202 202 / 0.15) !important;
}
.hover\:\!border-red-200\/20:hover {
  border-color: rgb(254 202 202 / 0.2) !important;
}
.hover\:\!border-red-200\/25:hover {
  border-color: rgb(254 202 202 / 0.25) !important;
}
.hover\:\!border-red-200\/30:hover {
  border-color: rgb(254 202 202 / 0.3) !important;
}
.hover\:\!border-red-200\/35:hover {
  border-color: rgb(254 202 202 / 0.35) !important;
}
.hover\:\!border-red-200\/40:hover {
  border-color: rgb(254 202 202 / 0.4) !important;
}
.hover\:\!border-red-200\/45:hover {
  border-color: rgb(254 202 202 / 0.45) !important;
}
.hover\:\!border-red-200\/5:hover {
  border-color: rgb(254 202 202 / 0.05) !important;
}
.hover\:\!border-red-200\/50:hover {
  border-color: rgb(254 202 202 / 0.5) !important;
}
.hover\:\!border-red-200\/55:hover {
  border-color: rgb(254 202 202 / 0.55) !important;
}
.hover\:\!border-red-200\/60:hover {
  border-color: rgb(254 202 202 / 0.6) !important;
}
.hover\:\!border-red-200\/65:hover {
  border-color: rgb(254 202 202 / 0.65) !important;
}
.hover\:\!border-red-200\/70:hover {
  border-color: rgb(254 202 202 / 0.7) !important;
}
.hover\:\!border-red-200\/75:hover {
  border-color: rgb(254 202 202 / 0.75) !important;
}
.hover\:\!border-red-200\/80:hover {
  border-color: rgb(254 202 202 / 0.8) !important;
}
.hover\:\!border-red-200\/85:hover {
  border-color: rgb(254 202 202 / 0.85) !important;
}
.hover\:\!border-red-200\/90:hover {
  border-color: rgb(254 202 202 / 0.9) !important;
}
.hover\:\!border-red-200\/95:hover {
  border-color: rgb(254 202 202 / 0.95) !important;
}
.hover\:\!border-red-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-300\/0:hover {
  border-color: rgb(252 165 165 / 0) !important;
}
.hover\:\!border-red-300\/10:hover {
  border-color: rgb(252 165 165 / 0.1) !important;
}
.hover\:\!border-red-300\/100:hover {
  border-color: rgb(252 165 165 / 1) !important;
}
.hover\:\!border-red-300\/15:hover {
  border-color: rgb(252 165 165 / 0.15) !important;
}
.hover\:\!border-red-300\/20:hover {
  border-color: rgb(252 165 165 / 0.2) !important;
}
.hover\:\!border-red-300\/25:hover {
  border-color: rgb(252 165 165 / 0.25) !important;
}
.hover\:\!border-red-300\/30:hover {
  border-color: rgb(252 165 165 / 0.3) !important;
}
.hover\:\!border-red-300\/35:hover {
  border-color: rgb(252 165 165 / 0.35) !important;
}
.hover\:\!border-red-300\/40:hover {
  border-color: rgb(252 165 165 / 0.4) !important;
}
.hover\:\!border-red-300\/45:hover {
  border-color: rgb(252 165 165 / 0.45) !important;
}
.hover\:\!border-red-300\/5:hover {
  border-color: rgb(252 165 165 / 0.05) !important;
}
.hover\:\!border-red-300\/50:hover {
  border-color: rgb(252 165 165 / 0.5) !important;
}
.hover\:\!border-red-300\/55:hover {
  border-color: rgb(252 165 165 / 0.55) !important;
}
.hover\:\!border-red-300\/60:hover {
  border-color: rgb(252 165 165 / 0.6) !important;
}
.hover\:\!border-red-300\/65:hover {
  border-color: rgb(252 165 165 / 0.65) !important;
}
.hover\:\!border-red-300\/70:hover {
  border-color: rgb(252 165 165 / 0.7) !important;
}
.hover\:\!border-red-300\/75:hover {
  border-color: rgb(252 165 165 / 0.75) !important;
}
.hover\:\!border-red-300\/80:hover {
  border-color: rgb(252 165 165 / 0.8) !important;
}
.hover\:\!border-red-300\/85:hover {
  border-color: rgb(252 165 165 / 0.85) !important;
}
.hover\:\!border-red-300\/90:hover {
  border-color: rgb(252 165 165 / 0.9) !important;
}
.hover\:\!border-red-300\/95:hover {
  border-color: rgb(252 165 165 / 0.95) !important;
}
.hover\:\!border-red-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-400\/0:hover {
  border-color: rgb(248 113 113 / 0) !important;
}
.hover\:\!border-red-400\/10:hover {
  border-color: rgb(248 113 113 / 0.1) !important;
}
.hover\:\!border-red-400\/100:hover {
  border-color: rgb(248 113 113 / 1) !important;
}
.hover\:\!border-red-400\/15:hover {
  border-color: rgb(248 113 113 / 0.15) !important;
}
.hover\:\!border-red-400\/20:hover {
  border-color: rgb(248 113 113 / 0.2) !important;
}
.hover\:\!border-red-400\/25:hover {
  border-color: rgb(248 113 113 / 0.25) !important;
}
.hover\:\!border-red-400\/30:hover {
  border-color: rgb(248 113 113 / 0.3) !important;
}
.hover\:\!border-red-400\/35:hover {
  border-color: rgb(248 113 113 / 0.35) !important;
}
.hover\:\!border-red-400\/40:hover {
  border-color: rgb(248 113 113 / 0.4) !important;
}
.hover\:\!border-red-400\/45:hover {
  border-color: rgb(248 113 113 / 0.45) !important;
}
.hover\:\!border-red-400\/5:hover {
  border-color: rgb(248 113 113 / 0.05) !important;
}
.hover\:\!border-red-400\/50:hover {
  border-color: rgb(248 113 113 / 0.5) !important;
}
.hover\:\!border-red-400\/55:hover {
  border-color: rgb(248 113 113 / 0.55) !important;
}
.hover\:\!border-red-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6) !important;
}
.hover\:\!border-red-400\/65:hover {
  border-color: rgb(248 113 113 / 0.65) !important;
}
.hover\:\!border-red-400\/70:hover {
  border-color: rgb(248 113 113 / 0.7) !important;
}
.hover\:\!border-red-400\/75:hover {
  border-color: rgb(248 113 113 / 0.75) !important;
}
.hover\:\!border-red-400\/80:hover {
  border-color: rgb(248 113 113 / 0.8) !important;
}
.hover\:\!border-red-400\/85:hover {
  border-color: rgb(248 113 113 / 0.85) !important;
}
.hover\:\!border-red-400\/90:hover {
  border-color: rgb(248 113 113 / 0.9) !important;
}
.hover\:\!border-red-400\/95:hover {
  border-color: rgb(248 113 113 / 0.95) !important;
}
.hover\:\!border-red-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-50\/0:hover {
  border-color: rgb(254 242 242 / 0) !important;
}
.hover\:\!border-red-50\/10:hover {
  border-color: rgb(254 242 242 / 0.1) !important;
}
.hover\:\!border-red-50\/100:hover {
  border-color: rgb(254 242 242 / 1) !important;
}
.hover\:\!border-red-50\/15:hover {
  border-color: rgb(254 242 242 / 0.15) !important;
}
.hover\:\!border-red-50\/20:hover {
  border-color: rgb(254 242 242 / 0.2) !important;
}
.hover\:\!border-red-50\/25:hover {
  border-color: rgb(254 242 242 / 0.25) !important;
}
.hover\:\!border-red-50\/30:hover {
  border-color: rgb(254 242 242 / 0.3) !important;
}
.hover\:\!border-red-50\/35:hover {
  border-color: rgb(254 242 242 / 0.35) !important;
}
.hover\:\!border-red-50\/40:hover {
  border-color: rgb(254 242 242 / 0.4) !important;
}
.hover\:\!border-red-50\/45:hover {
  border-color: rgb(254 242 242 / 0.45) !important;
}
.hover\:\!border-red-50\/5:hover {
  border-color: rgb(254 242 242 / 0.05) !important;
}
.hover\:\!border-red-50\/50:hover {
  border-color: rgb(254 242 242 / 0.5) !important;
}
.hover\:\!border-red-50\/55:hover {
  border-color: rgb(254 242 242 / 0.55) !important;
}
.hover\:\!border-red-50\/60:hover {
  border-color: rgb(254 242 242 / 0.6) !important;
}
.hover\:\!border-red-50\/65:hover {
  border-color: rgb(254 242 242 / 0.65) !important;
}
.hover\:\!border-red-50\/70:hover {
  border-color: rgb(254 242 242 / 0.7) !important;
}
.hover\:\!border-red-50\/75:hover {
  border-color: rgb(254 242 242 / 0.75) !important;
}
.hover\:\!border-red-50\/80:hover {
  border-color: rgb(254 242 242 / 0.8) !important;
}
.hover\:\!border-red-50\/85:hover {
  border-color: rgb(254 242 242 / 0.85) !important;
}
.hover\:\!border-red-50\/90:hover {
  border-color: rgb(254 242 242 / 0.9) !important;
}
.hover\:\!border-red-50\/95:hover {
  border-color: rgb(254 242 242 / 0.95) !important;
}
.hover\:\!border-red-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-500\/0:hover {
  border-color: rgb(239 68 68 / 0) !important;
}
.hover\:\!border-red-500\/10:hover {
  border-color: rgb(239 68 68 / 0.1) !important;
}
.hover\:\!border-red-500\/100:hover {
  border-color: rgb(239 68 68 / 1) !important;
}
.hover\:\!border-red-500\/15:hover {
  border-color: rgb(239 68 68 / 0.15) !important;
}
.hover\:\!border-red-500\/20:hover {
  border-color: rgb(239 68 68 / 0.2) !important;
}
.hover\:\!border-red-500\/25:hover {
  border-color: rgb(239 68 68 / 0.25) !important;
}
.hover\:\!border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3) !important;
}
.hover\:\!border-red-500\/35:hover {
  border-color: rgb(239 68 68 / 0.35) !important;
}
.hover\:\!border-red-500\/40:hover {
  border-color: rgb(239 68 68 / 0.4) !important;
}
.hover\:\!border-red-500\/45:hover {
  border-color: rgb(239 68 68 / 0.45) !important;
}
.hover\:\!border-red-500\/5:hover {
  border-color: rgb(239 68 68 / 0.05) !important;
}
.hover\:\!border-red-500\/50:hover {
  border-color: rgb(239 68 68 / 0.5) !important;
}
.hover\:\!border-red-500\/55:hover {
  border-color: rgb(239 68 68 / 0.55) !important;
}
.hover\:\!border-red-500\/60:hover {
  border-color: rgb(239 68 68 / 0.6) !important;
}
.hover\:\!border-red-500\/65:hover {
  border-color: rgb(239 68 68 / 0.65) !important;
}
.hover\:\!border-red-500\/70:hover {
  border-color: rgb(239 68 68 / 0.7) !important;
}
.hover\:\!border-red-500\/75:hover {
  border-color: rgb(239 68 68 / 0.75) !important;
}
.hover\:\!border-red-500\/80:hover {
  border-color: rgb(239 68 68 / 0.8) !important;
}
.hover\:\!border-red-500\/85:hover {
  border-color: rgb(239 68 68 / 0.85) !important;
}
.hover\:\!border-red-500\/90:hover {
  border-color: rgb(239 68 68 / 0.9) !important;
}
.hover\:\!border-red-500\/95:hover {
  border-color: rgb(239 68 68 / 0.95) !important;
}
.hover\:\!border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-600\/0:hover {
  border-color: rgb(220 38 38 / 0) !important;
}
.hover\:\!border-red-600\/10:hover {
  border-color: rgb(220 38 38 / 0.1) !important;
}
.hover\:\!border-red-600\/100:hover {
  border-color: rgb(220 38 38 / 1) !important;
}
.hover\:\!border-red-600\/15:hover {
  border-color: rgb(220 38 38 / 0.15) !important;
}
.hover\:\!border-red-600\/20:hover {
  border-color: rgb(220 38 38 / 0.2) !important;
}
.hover\:\!border-red-600\/25:hover {
  border-color: rgb(220 38 38 / 0.25) !important;
}
.hover\:\!border-red-600\/30:hover {
  border-color: rgb(220 38 38 / 0.3) !important;
}
.hover\:\!border-red-600\/35:hover {
  border-color: rgb(220 38 38 / 0.35) !important;
}
.hover\:\!border-red-600\/40:hover {
  border-color: rgb(220 38 38 / 0.4) !important;
}
.hover\:\!border-red-600\/45:hover {
  border-color: rgb(220 38 38 / 0.45) !important;
}
.hover\:\!border-red-600\/5:hover {
  border-color: rgb(220 38 38 / 0.05) !important;
}
.hover\:\!border-red-600\/50:hover {
  border-color: rgb(220 38 38 / 0.5) !important;
}
.hover\:\!border-red-600\/55:hover {
  border-color: rgb(220 38 38 / 0.55) !important;
}
.hover\:\!border-red-600\/60:hover {
  border-color: rgb(220 38 38 / 0.6) !important;
}
.hover\:\!border-red-600\/65:hover {
  border-color: rgb(220 38 38 / 0.65) !important;
}
.hover\:\!border-red-600\/70:hover {
  border-color: rgb(220 38 38 / 0.7) !important;
}
.hover\:\!border-red-600\/75:hover {
  border-color: rgb(220 38 38 / 0.75) !important;
}
.hover\:\!border-red-600\/80:hover {
  border-color: rgb(220 38 38 / 0.8) !important;
}
.hover\:\!border-red-600\/85:hover {
  border-color: rgb(220 38 38 / 0.85) !important;
}
.hover\:\!border-red-600\/90:hover {
  border-color: rgb(220 38 38 / 0.9) !important;
}
.hover\:\!border-red-600\/95:hover {
  border-color: rgb(220 38 38 / 0.95) !important;
}
.hover\:\!border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-700\/0:hover {
  border-color: rgb(185 28 28 / 0) !important;
}
.hover\:\!border-red-700\/10:hover {
  border-color: rgb(185 28 28 / 0.1) !important;
}
.hover\:\!border-red-700\/100:hover {
  border-color: rgb(185 28 28 / 1) !important;
}
.hover\:\!border-red-700\/15:hover {
  border-color: rgb(185 28 28 / 0.15) !important;
}
.hover\:\!border-red-700\/20:hover {
  border-color: rgb(185 28 28 / 0.2) !important;
}
.hover\:\!border-red-700\/25:hover {
  border-color: rgb(185 28 28 / 0.25) !important;
}
.hover\:\!border-red-700\/30:hover {
  border-color: rgb(185 28 28 / 0.3) !important;
}
.hover\:\!border-red-700\/35:hover {
  border-color: rgb(185 28 28 / 0.35) !important;
}
.hover\:\!border-red-700\/40:hover {
  border-color: rgb(185 28 28 / 0.4) !important;
}
.hover\:\!border-red-700\/45:hover {
  border-color: rgb(185 28 28 / 0.45) !important;
}
.hover\:\!border-red-700\/5:hover {
  border-color: rgb(185 28 28 / 0.05) !important;
}
.hover\:\!border-red-700\/50:hover {
  border-color: rgb(185 28 28 / 0.5) !important;
}
.hover\:\!border-red-700\/55:hover {
  border-color: rgb(185 28 28 / 0.55) !important;
}
.hover\:\!border-red-700\/60:hover {
  border-color: rgb(185 28 28 / 0.6) !important;
}
.hover\:\!border-red-700\/65:hover {
  border-color: rgb(185 28 28 / 0.65) !important;
}
.hover\:\!border-red-700\/70:hover {
  border-color: rgb(185 28 28 / 0.7) !important;
}
.hover\:\!border-red-700\/75:hover {
  border-color: rgb(185 28 28 / 0.75) !important;
}
.hover\:\!border-red-700\/80:hover {
  border-color: rgb(185 28 28 / 0.8) !important;
}
.hover\:\!border-red-700\/85:hover {
  border-color: rgb(185 28 28 / 0.85) !important;
}
.hover\:\!border-red-700\/90:hover {
  border-color: rgb(185 28 28 / 0.9) !important;
}
.hover\:\!border-red-700\/95:hover {
  border-color: rgb(185 28 28 / 0.95) !important;
}
.hover\:\!border-red-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-800\/0:hover {
  border-color: rgb(153 27 27 / 0) !important;
}
.hover\:\!border-red-800\/10:hover {
  border-color: rgb(153 27 27 / 0.1) !important;
}
.hover\:\!border-red-800\/100:hover {
  border-color: rgb(153 27 27 / 1) !important;
}
.hover\:\!border-red-800\/15:hover {
  border-color: rgb(153 27 27 / 0.15) !important;
}
.hover\:\!border-red-800\/20:hover {
  border-color: rgb(153 27 27 / 0.2) !important;
}
.hover\:\!border-red-800\/25:hover {
  border-color: rgb(153 27 27 / 0.25) !important;
}
.hover\:\!border-red-800\/30:hover {
  border-color: rgb(153 27 27 / 0.3) !important;
}
.hover\:\!border-red-800\/35:hover {
  border-color: rgb(153 27 27 / 0.35) !important;
}
.hover\:\!border-red-800\/40:hover {
  border-color: rgb(153 27 27 / 0.4) !important;
}
.hover\:\!border-red-800\/45:hover {
  border-color: rgb(153 27 27 / 0.45) !important;
}
.hover\:\!border-red-800\/5:hover {
  border-color: rgb(153 27 27 / 0.05) !important;
}
.hover\:\!border-red-800\/50:hover {
  border-color: rgb(153 27 27 / 0.5) !important;
}
.hover\:\!border-red-800\/55:hover {
  border-color: rgb(153 27 27 / 0.55) !important;
}
.hover\:\!border-red-800\/60:hover {
  border-color: rgb(153 27 27 / 0.6) !important;
}
.hover\:\!border-red-800\/65:hover {
  border-color: rgb(153 27 27 / 0.65) !important;
}
.hover\:\!border-red-800\/70:hover {
  border-color: rgb(153 27 27 / 0.7) !important;
}
.hover\:\!border-red-800\/75:hover {
  border-color: rgb(153 27 27 / 0.75) !important;
}
.hover\:\!border-red-800\/80:hover {
  border-color: rgb(153 27 27 / 0.8) !important;
}
.hover\:\!border-red-800\/85:hover {
  border-color: rgb(153 27 27 / 0.85) !important;
}
.hover\:\!border-red-800\/90:hover {
  border-color: rgb(153 27 27 / 0.9) !important;
}
.hover\:\!border-red-800\/95:hover {
  border-color: rgb(153 27 27 / 0.95) !important;
}
.hover\:\!border-red-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-900\/0:hover {
  border-color: rgb(127 29 29 / 0) !important;
}
.hover\:\!border-red-900\/10:hover {
  border-color: rgb(127 29 29 / 0.1) !important;
}
.hover\:\!border-red-900\/100:hover {
  border-color: rgb(127 29 29 / 1) !important;
}
.hover\:\!border-red-900\/15:hover {
  border-color: rgb(127 29 29 / 0.15) !important;
}
.hover\:\!border-red-900\/20:hover {
  border-color: rgb(127 29 29 / 0.2) !important;
}
.hover\:\!border-red-900\/25:hover {
  border-color: rgb(127 29 29 / 0.25) !important;
}
.hover\:\!border-red-900\/30:hover {
  border-color: rgb(127 29 29 / 0.3) !important;
}
.hover\:\!border-red-900\/35:hover {
  border-color: rgb(127 29 29 / 0.35) !important;
}
.hover\:\!border-red-900\/40:hover {
  border-color: rgb(127 29 29 / 0.4) !important;
}
.hover\:\!border-red-900\/45:hover {
  border-color: rgb(127 29 29 / 0.45) !important;
}
.hover\:\!border-red-900\/5:hover {
  border-color: rgb(127 29 29 / 0.05) !important;
}
.hover\:\!border-red-900\/50:hover {
  border-color: rgb(127 29 29 / 0.5) !important;
}
.hover\:\!border-red-900\/55:hover {
  border-color: rgb(127 29 29 / 0.55) !important;
}
.hover\:\!border-red-900\/60:hover {
  border-color: rgb(127 29 29 / 0.6) !important;
}
.hover\:\!border-red-900\/65:hover {
  border-color: rgb(127 29 29 / 0.65) !important;
}
.hover\:\!border-red-900\/70:hover {
  border-color: rgb(127 29 29 / 0.7) !important;
}
.hover\:\!border-red-900\/75:hover {
  border-color: rgb(127 29 29 / 0.75) !important;
}
.hover\:\!border-red-900\/80:hover {
  border-color: rgb(127 29 29 / 0.8) !important;
}
.hover\:\!border-red-900\/85:hover {
  border-color: rgb(127 29 29 / 0.85) !important;
}
.hover\:\!border-red-900\/90:hover {
  border-color: rgb(127 29 29 / 0.9) !important;
}
.hover\:\!border-red-900\/95:hover {
  border-color: rgb(127 29 29 / 0.95) !important;
}
.hover\:\!border-red-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red-950\/0:hover {
  border-color: rgb(69 10 10 / 0) !important;
}
.hover\:\!border-red-950\/10:hover {
  border-color: rgb(69 10 10 / 0.1) !important;
}
.hover\:\!border-red-950\/100:hover {
  border-color: rgb(69 10 10 / 1) !important;
}
.hover\:\!border-red-950\/15:hover {
  border-color: rgb(69 10 10 / 0.15) !important;
}
.hover\:\!border-red-950\/20:hover {
  border-color: rgb(69 10 10 / 0.2) !important;
}
.hover\:\!border-red-950\/25:hover {
  border-color: rgb(69 10 10 / 0.25) !important;
}
.hover\:\!border-red-950\/30:hover {
  border-color: rgb(69 10 10 / 0.3) !important;
}
.hover\:\!border-red-950\/35:hover {
  border-color: rgb(69 10 10 / 0.35) !important;
}
.hover\:\!border-red-950\/40:hover {
  border-color: rgb(69 10 10 / 0.4) !important;
}
.hover\:\!border-red-950\/45:hover {
  border-color: rgb(69 10 10 / 0.45) !important;
}
.hover\:\!border-red-950\/5:hover {
  border-color: rgb(69 10 10 / 0.05) !important;
}
.hover\:\!border-red-950\/50:hover {
  border-color: rgb(69 10 10 / 0.5) !important;
}
.hover\:\!border-red-950\/55:hover {
  border-color: rgb(69 10 10 / 0.55) !important;
}
.hover\:\!border-red-950\/60:hover {
  border-color: rgb(69 10 10 / 0.6) !important;
}
.hover\:\!border-red-950\/65:hover {
  border-color: rgb(69 10 10 / 0.65) !important;
}
.hover\:\!border-red-950\/70:hover {
  border-color: rgb(69 10 10 / 0.7) !important;
}
.hover\:\!border-red-950\/75:hover {
  border-color: rgb(69 10 10 / 0.75) !important;
}
.hover\:\!border-red-950\/80:hover {
  border-color: rgb(69 10 10 / 0.8) !important;
}
.hover\:\!border-red-950\/85:hover {
  border-color: rgb(69 10 10 / 0.85) !important;
}
.hover\:\!border-red-950\/90:hover {
  border-color: rgb(69 10 10 / 0.9) !important;
}
.hover\:\!border-red-950\/95:hover {
  border-color: rgb(69 10 10 / 0.95) !important;
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-100\/0:hover {
  border-color: rgb(243 244 246 / 0);
}
.hover\:border-gray-100\/10:hover {
  border-color: rgb(243 244 246 / 0.1);
}
.hover\:border-gray-100\/100:hover {
  border-color: rgb(243 244 246 / 1);
}
.hover\:border-gray-100\/15:hover {
  border-color: rgb(243 244 246 / 0.15);
}
.hover\:border-gray-100\/20:hover {
  border-color: rgb(243 244 246 / 0.2);
}
.hover\:border-gray-100\/25:hover {
  border-color: rgb(243 244 246 / 0.25);
}
.hover\:border-gray-100\/30:hover {
  border-color: rgb(243 244 246 / 0.3);
}
.hover\:border-gray-100\/35:hover {
  border-color: rgb(243 244 246 / 0.35);
}
.hover\:border-gray-100\/40:hover {
  border-color: rgb(243 244 246 / 0.4);
}
.hover\:border-gray-100\/45:hover {
  border-color: rgb(243 244 246 / 0.45);
}
.hover\:border-gray-100\/5:hover {
  border-color: rgb(243 244 246 / 0.05);
}
.hover\:border-gray-100\/50:hover {
  border-color: rgb(243 244 246 / 0.5);
}
.hover\:border-gray-100\/55:hover {
  border-color: rgb(243 244 246 / 0.55);
}
.hover\:border-gray-100\/60:hover {
  border-color: rgb(243 244 246 / 0.6);
}
.hover\:border-gray-100\/65:hover {
  border-color: rgb(243 244 246 / 0.65);
}
.hover\:border-gray-100\/70:hover {
  border-color: rgb(243 244 246 / 0.7);
}
.hover\:border-gray-100\/75:hover {
  border-color: rgb(243 244 246 / 0.75);
}
.hover\:border-gray-100\/80:hover {
  border-color: rgb(243 244 246 / 0.8);
}
.hover\:border-gray-100\/85:hover {
  border-color: rgb(243 244 246 / 0.85);
}
.hover\:border-gray-100\/90:hover {
  border-color: rgb(243 244 246 / 0.9);
}
.hover\:border-gray-100\/95:hover {
  border-color: rgb(243 244 246 / 0.95);
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200\/0:hover {
  border-color: rgb(229 231 235 / 0);
}
.hover\:border-gray-200\/10:hover {
  border-color: rgb(229 231 235 / 0.1);
}
.hover\:border-gray-200\/100:hover {
  border-color: rgb(229 231 235 / 1);
}
.hover\:border-gray-200\/15:hover {
  border-color: rgb(229 231 235 / 0.15);
}
.hover\:border-gray-200\/20:hover {
  border-color: rgb(229 231 235 / 0.2);
}
.hover\:border-gray-200\/25:hover {
  border-color: rgb(229 231 235 / 0.25);
}
.hover\:border-gray-200\/30:hover {
  border-color: rgb(229 231 235 / 0.3);
}
.hover\:border-gray-200\/35:hover {
  border-color: rgb(229 231 235 / 0.35);
}
.hover\:border-gray-200\/40:hover {
  border-color: rgb(229 231 235 / 0.4);
}
.hover\:border-gray-200\/45:hover {
  border-color: rgb(229 231 235 / 0.45);
}
.hover\:border-gray-200\/5:hover {
  border-color: rgb(229 231 235 / 0.05);
}
.hover\:border-gray-200\/50:hover {
  border-color: rgb(229 231 235 / 0.5);
}
.hover\:border-gray-200\/55:hover {
  border-color: rgb(229 231 235 / 0.55);
}
.hover\:border-gray-200\/60:hover {
  border-color: rgb(229 231 235 / 0.6);
}
.hover\:border-gray-200\/65:hover {
  border-color: rgb(229 231 235 / 0.65);
}
.hover\:border-gray-200\/70:hover {
  border-color: rgb(229 231 235 / 0.7);
}
.hover\:border-gray-200\/75:hover {
  border-color: rgb(229 231 235 / 0.75);
}
.hover\:border-gray-200\/80:hover {
  border-color: rgb(229 231 235 / 0.8);
}
.hover\:border-gray-200\/85:hover {
  border-color: rgb(229 231 235 / 0.85);
}
.hover\:border-gray-200\/90:hover {
  border-color: rgb(229 231 235 / 0.9);
}
.hover\:border-gray-200\/95:hover {
  border-color: rgb(229 231 235 / 0.95);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300\/0:hover {
  border-color: rgb(209 213 219 / 0);
}
.hover\:border-gray-300\/10:hover {
  border-color: rgb(209 213 219 / 0.1);
}
.hover\:border-gray-300\/100:hover {
  border-color: rgb(209 213 219 / 1);
}
.hover\:border-gray-300\/15:hover {
  border-color: rgb(209 213 219 / 0.15);
}
.hover\:border-gray-300\/20:hover {
  border-color: rgb(209 213 219 / 0.2);
}
.hover\:border-gray-300\/25:hover {
  border-color: rgb(209 213 219 / 0.25);
}
.hover\:border-gray-300\/30:hover {
  border-color: rgb(209 213 219 / 0.3);
}
.hover\:border-gray-300\/35:hover {
  border-color: rgb(209 213 219 / 0.35);
}
.hover\:border-gray-300\/40:hover {
  border-color: rgb(209 213 219 / 0.4);
}
.hover\:border-gray-300\/45:hover {
  border-color: rgb(209 213 219 / 0.45);
}
.hover\:border-gray-300\/5:hover {
  border-color: rgb(209 213 219 / 0.05);
}
.hover\:border-gray-300\/50:hover {
  border-color: rgb(209 213 219 / 0.5);
}
.hover\:border-gray-300\/55:hover {
  border-color: rgb(209 213 219 / 0.55);
}
.hover\:border-gray-300\/60:hover {
  border-color: rgb(209 213 219 / 0.6);
}
.hover\:border-gray-300\/65:hover {
  border-color: rgb(209 213 219 / 0.65);
}
.hover\:border-gray-300\/70:hover {
  border-color: rgb(209 213 219 / 0.7);
}
.hover\:border-gray-300\/75:hover {
  border-color: rgb(209 213 219 / 0.75);
}
.hover\:border-gray-300\/80:hover {
  border-color: rgb(209 213 219 / 0.8);
}
.hover\:border-gray-300\/85:hover {
  border-color: rgb(209 213 219 / 0.85);
}
.hover\:border-gray-300\/90:hover {
  border-color: rgb(209 213 219 / 0.9);
}
.hover\:border-gray-300\/95:hover {
  border-color: rgb(209 213 219 / 0.95);
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400\/0:hover {
  border-color: rgb(156 163 175 / 0);
}
.hover\:border-gray-400\/10:hover {
  border-color: rgb(156 163 175 / 0.1);
}
.hover\:border-gray-400\/100:hover {
  border-color: rgb(156 163 175 / 1);
}
.hover\:border-gray-400\/15:hover {
  border-color: rgb(156 163 175 / 0.15);
}
.hover\:border-gray-400\/20:hover {
  border-color: rgb(156 163 175 / 0.2);
}
.hover\:border-gray-400\/25:hover {
  border-color: rgb(156 163 175 / 0.25);
}
.hover\:border-gray-400\/30:hover {
  border-color: rgb(156 163 175 / 0.3);
}
.hover\:border-gray-400\/35:hover {
  border-color: rgb(156 163 175 / 0.35);
}
.hover\:border-gray-400\/40:hover {
  border-color: rgb(156 163 175 / 0.4);
}
.hover\:border-gray-400\/45:hover {
  border-color: rgb(156 163 175 / 0.45);
}
.hover\:border-gray-400\/5:hover {
  border-color: rgb(156 163 175 / 0.05);
}
.hover\:border-gray-400\/50:hover {
  border-color: rgb(156 163 175 / 0.5);
}
.hover\:border-gray-400\/55:hover {
  border-color: rgb(156 163 175 / 0.55);
}
.hover\:border-gray-400\/60:hover {
  border-color: rgb(156 163 175 / 0.6);
}
.hover\:border-gray-400\/65:hover {
  border-color: rgb(156 163 175 / 0.65);
}
.hover\:border-gray-400\/70:hover {
  border-color: rgb(156 163 175 / 0.7);
}
.hover\:border-gray-400\/75:hover {
  border-color: rgb(156 163 175 / 0.75);
}
.hover\:border-gray-400\/80:hover {
  border-color: rgb(156 163 175 / 0.8);
}
.hover\:border-gray-400\/85:hover {
  border-color: rgb(156 163 175 / 0.85);
}
.hover\:border-gray-400\/90:hover {
  border-color: rgb(156 163 175 / 0.9);
}
.hover\:border-gray-400\/95:hover {
  border-color: rgb(156 163 175 / 0.95);
}
.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-50\/0:hover {
  border-color: rgb(249 250 251 / 0);
}
.hover\:border-gray-50\/10:hover {
  border-color: rgb(249 250 251 / 0.1);
}
.hover\:border-gray-50\/100:hover {
  border-color: rgb(249 250 251 / 1);
}
.hover\:border-gray-50\/15:hover {
  border-color: rgb(249 250 251 / 0.15);
}
.hover\:border-gray-50\/20:hover {
  border-color: rgb(249 250 251 / 0.2);
}
.hover\:border-gray-50\/25:hover {
  border-color: rgb(249 250 251 / 0.25);
}
.hover\:border-gray-50\/30:hover {
  border-color: rgb(249 250 251 / 0.3);
}
.hover\:border-gray-50\/35:hover {
  border-color: rgb(249 250 251 / 0.35);
}
.hover\:border-gray-50\/40:hover {
  border-color: rgb(249 250 251 / 0.4);
}
.hover\:border-gray-50\/45:hover {
  border-color: rgb(249 250 251 / 0.45);
}
.hover\:border-gray-50\/5:hover {
  border-color: rgb(249 250 251 / 0.05);
}
.hover\:border-gray-50\/50:hover {
  border-color: rgb(249 250 251 / 0.5);
}
.hover\:border-gray-50\/55:hover {
  border-color: rgb(249 250 251 / 0.55);
}
.hover\:border-gray-50\/60:hover {
  border-color: rgb(249 250 251 / 0.6);
}
.hover\:border-gray-50\/65:hover {
  border-color: rgb(249 250 251 / 0.65);
}
.hover\:border-gray-50\/70:hover {
  border-color: rgb(249 250 251 / 0.7);
}
.hover\:border-gray-50\/75:hover {
  border-color: rgb(249 250 251 / 0.75);
}
.hover\:border-gray-50\/80:hover {
  border-color: rgb(249 250 251 / 0.8);
}
.hover\:border-gray-50\/85:hover {
  border-color: rgb(249 250 251 / 0.85);
}
.hover\:border-gray-50\/90:hover {
  border-color: rgb(249 250 251 / 0.9);
}
.hover\:border-gray-50\/95:hover {
  border-color: rgb(249 250 251 / 0.95);
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-500\/0:hover {
  border-color: rgb(107 114 128 / 0);
}
.hover\:border-gray-500\/10:hover {
  border-color: rgb(107 114 128 / 0.1);
}
.hover\:border-gray-500\/100:hover {
  border-color: rgb(107 114 128 / 1);
}
.hover\:border-gray-500\/15:hover {
  border-color: rgb(107 114 128 / 0.15);
}
.hover\:border-gray-500\/20:hover {
  border-color: rgb(107 114 128 / 0.2);
}
.hover\:border-gray-500\/25:hover {
  border-color: rgb(107 114 128 / 0.25);
}
.hover\:border-gray-500\/30:hover {
  border-color: rgb(107 114 128 / 0.3);
}
.hover\:border-gray-500\/35:hover {
  border-color: rgb(107 114 128 / 0.35);
}
.hover\:border-gray-500\/40:hover {
  border-color: rgb(107 114 128 / 0.4);
}
.hover\:border-gray-500\/45:hover {
  border-color: rgb(107 114 128 / 0.45);
}
.hover\:border-gray-500\/5:hover {
  border-color: rgb(107 114 128 / 0.05);
}
.hover\:border-gray-500\/50:hover {
  border-color: rgb(107 114 128 / 0.5);
}
.hover\:border-gray-500\/55:hover {
  border-color: rgb(107 114 128 / 0.55);
}
.hover\:border-gray-500\/60:hover {
  border-color: rgb(107 114 128 / 0.6);
}
.hover\:border-gray-500\/65:hover {
  border-color: rgb(107 114 128 / 0.65);
}
.hover\:border-gray-500\/70:hover {
  border-color: rgb(107 114 128 / 0.7);
}
.hover\:border-gray-500\/75:hover {
  border-color: rgb(107 114 128 / 0.75);
}
.hover\:border-gray-500\/80:hover {
  border-color: rgb(107 114 128 / 0.8);
}
.hover\:border-gray-500\/85:hover {
  border-color: rgb(107 114 128 / 0.85);
}
.hover\:border-gray-500\/90:hover {
  border-color: rgb(107 114 128 / 0.9);
}
.hover\:border-gray-500\/95:hover {
  border-color: rgb(107 114 128 / 0.95);
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-600\/0:hover {
  border-color: rgb(75 85 99 / 0);
}
.hover\:border-gray-600\/10:hover {
  border-color: rgb(75 85 99 / 0.1);
}
.hover\:border-gray-600\/100:hover {
  border-color: rgb(75 85 99 / 1);
}
.hover\:border-gray-600\/15:hover {
  border-color: rgb(75 85 99 / 0.15);
}
.hover\:border-gray-600\/20:hover {
  border-color: rgb(75 85 99 / 0.2);
}
.hover\:border-gray-600\/25:hover {
  border-color: rgb(75 85 99 / 0.25);
}
.hover\:border-gray-600\/30:hover {
  border-color: rgb(75 85 99 / 0.3);
}
.hover\:border-gray-600\/35:hover {
  border-color: rgb(75 85 99 / 0.35);
}
.hover\:border-gray-600\/40:hover {
  border-color: rgb(75 85 99 / 0.4);
}
.hover\:border-gray-600\/45:hover {
  border-color: rgb(75 85 99 / 0.45);
}
.hover\:border-gray-600\/5:hover {
  border-color: rgb(75 85 99 / 0.05);
}
.hover\:border-gray-600\/50:hover {
  border-color: rgb(75 85 99 / 0.5);
}
.hover\:border-gray-600\/55:hover {
  border-color: rgb(75 85 99 / 0.55);
}
.hover\:border-gray-600\/60:hover {
  border-color: rgb(75 85 99 / 0.6);
}
.hover\:border-gray-600\/65:hover {
  border-color: rgb(75 85 99 / 0.65);
}
.hover\:border-gray-600\/70:hover {
  border-color: rgb(75 85 99 / 0.7);
}
.hover\:border-gray-600\/75:hover {
  border-color: rgb(75 85 99 / 0.75);
}
.hover\:border-gray-600\/80:hover {
  border-color: rgb(75 85 99 / 0.8);
}
.hover\:border-gray-600\/85:hover {
  border-color: rgb(75 85 99 / 0.85);
}
.hover\:border-gray-600\/90:hover {
  border-color: rgb(75 85 99 / 0.9);
}
.hover\:border-gray-600\/95:hover {
  border-color: rgb(75 85 99 / 0.95);
}
.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-700\/0:hover {
  border-color: rgb(55 65 81 / 0);
}
.hover\:border-gray-700\/10:hover {
  border-color: rgb(55 65 81 / 0.1);
}
.hover\:border-gray-700\/100:hover {
  border-color: rgb(55 65 81 / 1);
}
.hover\:border-gray-700\/15:hover {
  border-color: rgb(55 65 81 / 0.15);
}
.hover\:border-gray-700\/20:hover {
  border-color: rgb(55 65 81 / 0.2);
}
.hover\:border-gray-700\/25:hover {
  border-color: rgb(55 65 81 / 0.25);
}
.hover\:border-gray-700\/30:hover {
  border-color: rgb(55 65 81 / 0.3);
}
.hover\:border-gray-700\/35:hover {
  border-color: rgb(55 65 81 / 0.35);
}
.hover\:border-gray-700\/40:hover {
  border-color: rgb(55 65 81 / 0.4);
}
.hover\:border-gray-700\/45:hover {
  border-color: rgb(55 65 81 / 0.45);
}
.hover\:border-gray-700\/5:hover {
  border-color: rgb(55 65 81 / 0.05);
}
.hover\:border-gray-700\/50:hover {
  border-color: rgb(55 65 81 / 0.5);
}
.hover\:border-gray-700\/55:hover {
  border-color: rgb(55 65 81 / 0.55);
}
.hover\:border-gray-700\/60:hover {
  border-color: rgb(55 65 81 / 0.6);
}
.hover\:border-gray-700\/65:hover {
  border-color: rgb(55 65 81 / 0.65);
}
.hover\:border-gray-700\/70:hover {
  border-color: rgb(55 65 81 / 0.7);
}
.hover\:border-gray-700\/75:hover {
  border-color: rgb(55 65 81 / 0.75);
}
.hover\:border-gray-700\/80:hover {
  border-color: rgb(55 65 81 / 0.8);
}
.hover\:border-gray-700\/85:hover {
  border-color: rgb(55 65 81 / 0.85);
}
.hover\:border-gray-700\/90:hover {
  border-color: rgb(55 65 81 / 0.9);
}
.hover\:border-gray-700\/95:hover {
  border-color: rgb(55 65 81 / 0.95);
}
.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-800\/0:hover {
  border-color: rgb(31 41 55 / 0);
}
.hover\:border-gray-800\/10:hover {
  border-color: rgb(31 41 55 / 0.1);
}
.hover\:border-gray-800\/100:hover {
  border-color: rgb(31 41 55 / 1);
}
.hover\:border-gray-800\/15:hover {
  border-color: rgb(31 41 55 / 0.15);
}
.hover\:border-gray-800\/20:hover {
  border-color: rgb(31 41 55 / 0.2);
}
.hover\:border-gray-800\/25:hover {
  border-color: rgb(31 41 55 / 0.25);
}
.hover\:border-gray-800\/30:hover {
  border-color: rgb(31 41 55 / 0.3);
}
.hover\:border-gray-800\/35:hover {
  border-color: rgb(31 41 55 / 0.35);
}
.hover\:border-gray-800\/40:hover {
  border-color: rgb(31 41 55 / 0.4);
}
.hover\:border-gray-800\/45:hover {
  border-color: rgb(31 41 55 / 0.45);
}
.hover\:border-gray-800\/5:hover {
  border-color: rgb(31 41 55 / 0.05);
}
.hover\:border-gray-800\/50:hover {
  border-color: rgb(31 41 55 / 0.5);
}
.hover\:border-gray-800\/55:hover {
  border-color: rgb(31 41 55 / 0.55);
}
.hover\:border-gray-800\/60:hover {
  border-color: rgb(31 41 55 / 0.6);
}
.hover\:border-gray-800\/65:hover {
  border-color: rgb(31 41 55 / 0.65);
}
.hover\:border-gray-800\/70:hover {
  border-color: rgb(31 41 55 / 0.7);
}
.hover\:border-gray-800\/75:hover {
  border-color: rgb(31 41 55 / 0.75);
}
.hover\:border-gray-800\/80:hover {
  border-color: rgb(31 41 55 / 0.8);
}
.hover\:border-gray-800\/85:hover {
  border-color: rgb(31 41 55 / 0.85);
}
.hover\:border-gray-800\/90:hover {
  border-color: rgb(31 41 55 / 0.9);
}
.hover\:border-gray-800\/95:hover {
  border-color: rgb(31 41 55 / 0.95);
}
.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-900\/0:hover {
  border-color: rgb(17 24 39 / 0);
}
.hover\:border-gray-900\/10:hover {
  border-color: rgb(17 24 39 / 0.1);
}
.hover\:border-gray-900\/100:hover {
  border-color: rgb(17 24 39 / 1);
}
.hover\:border-gray-900\/15:hover {
  border-color: rgb(17 24 39 / 0.15);
}
.hover\:border-gray-900\/20:hover {
  border-color: rgb(17 24 39 / 0.2);
}
.hover\:border-gray-900\/25:hover {
  border-color: rgb(17 24 39 / 0.25);
}
.hover\:border-gray-900\/30:hover {
  border-color: rgb(17 24 39 / 0.3);
}
.hover\:border-gray-900\/35:hover {
  border-color: rgb(17 24 39 / 0.35);
}
.hover\:border-gray-900\/40:hover {
  border-color: rgb(17 24 39 / 0.4);
}
.hover\:border-gray-900\/45:hover {
  border-color: rgb(17 24 39 / 0.45);
}
.hover\:border-gray-900\/5:hover {
  border-color: rgb(17 24 39 / 0.05);
}
.hover\:border-gray-900\/50:hover {
  border-color: rgb(17 24 39 / 0.5);
}
.hover\:border-gray-900\/55:hover {
  border-color: rgb(17 24 39 / 0.55);
}
.hover\:border-gray-900\/60:hover {
  border-color: rgb(17 24 39 / 0.6);
}
.hover\:border-gray-900\/65:hover {
  border-color: rgb(17 24 39 / 0.65);
}
.hover\:border-gray-900\/70:hover {
  border-color: rgb(17 24 39 / 0.7);
}
.hover\:border-gray-900\/75:hover {
  border-color: rgb(17 24 39 / 0.75);
}
.hover\:border-gray-900\/80:hover {
  border-color: rgb(17 24 39 / 0.8);
}
.hover\:border-gray-900\/85:hover {
  border-color: rgb(17 24 39 / 0.85);
}
.hover\:border-gray-900\/90:hover {
  border-color: rgb(17 24 39 / 0.9);
}
.hover\:border-gray-900\/95:hover {
  border-color: rgb(17 24 39 / 0.95);
}
.hover\:border-gray-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-950\/0:hover {
  border-color: rgb(3 7 18 / 0);
}
.hover\:border-gray-950\/10:hover {
  border-color: rgb(3 7 18 / 0.1);
}
.hover\:border-gray-950\/100:hover {
  border-color: rgb(3 7 18 / 1);
}
.hover\:border-gray-950\/15:hover {
  border-color: rgb(3 7 18 / 0.15);
}
.hover\:border-gray-950\/20:hover {
  border-color: rgb(3 7 18 / 0.2);
}
.hover\:border-gray-950\/25:hover {
  border-color: rgb(3 7 18 / 0.25);
}
.hover\:border-gray-950\/30:hover {
  border-color: rgb(3 7 18 / 0.3);
}
.hover\:border-gray-950\/35:hover {
  border-color: rgb(3 7 18 / 0.35);
}
.hover\:border-gray-950\/40:hover {
  border-color: rgb(3 7 18 / 0.4);
}
.hover\:border-gray-950\/45:hover {
  border-color: rgb(3 7 18 / 0.45);
}
.hover\:border-gray-950\/5:hover {
  border-color: rgb(3 7 18 / 0.05);
}
.hover\:border-gray-950\/50:hover {
  border-color: rgb(3 7 18 / 0.5);
}
.hover\:border-gray-950\/55:hover {
  border-color: rgb(3 7 18 / 0.55);
}
.hover\:border-gray-950\/60:hover {
  border-color: rgb(3 7 18 / 0.6);
}
.hover\:border-gray-950\/65:hover {
  border-color: rgb(3 7 18 / 0.65);
}
.hover\:border-gray-950\/70:hover {
  border-color: rgb(3 7 18 / 0.7);
}
.hover\:border-gray-950\/75:hover {
  border-color: rgb(3 7 18 / 0.75);
}
.hover\:border-gray-950\/80:hover {
  border-color: rgb(3 7 18 / 0.8);
}
.hover\:border-gray-950\/85:hover {
  border-color: rgb(3 7 18 / 0.85);
}
.hover\:border-gray-950\/90:hover {
  border-color: rgb(3 7 18 / 0.9);
}
.hover\:border-gray-950\/95:hover {
  border-color: rgb(3 7 18 / 0.95);
}
.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-100:hover {
  border-color: var(--primary-color-100);
}
.hover\:border-primary-200:hover {
  border-color: var(--primary-color-200);
}
.hover\:border-primary-300:hover {
  border-color: var(--primary-color-300);
}
.hover\:border-primary-400:hover {
  border-color: var(--primary-color-400);
}
.hover\:border-primary-50:hover {
  border-color: var(--primary-color-50);
}
.hover\:border-primary-500:hover {
  border-color: var(--primary-color-500);
}
.hover\:border-primary-600:hover {
  border-color: var(--primary-color-600);
}
.hover\:border-primary-700:hover {
  border-color: var(--primary-color-700);
}
.hover\:border-primary-800:hover {
  border-color: var(--primary-color-800);
}
.hover\:border-primary-900:hover {
  border-color: var(--primary-color-900);
}
.hover\:border-primary-950:hover {
  border-color: var(--primary-color-950);
}
.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.hover\:border-red-100\/0:hover {
  border-color: rgb(254 226 226 / 0);
}
.hover\:border-red-100\/10:hover {
  border-color: rgb(254 226 226 / 0.1);
}
.hover\:border-red-100\/100:hover {
  border-color: rgb(254 226 226 / 1);
}
.hover\:border-red-100\/15:hover {
  border-color: rgb(254 226 226 / 0.15);
}
.hover\:border-red-100\/20:hover {
  border-color: rgb(254 226 226 / 0.2);
}
.hover\:border-red-100\/25:hover {
  border-color: rgb(254 226 226 / 0.25);
}
.hover\:border-red-100\/30:hover {
  border-color: rgb(254 226 226 / 0.3);
}
.hover\:border-red-100\/35:hover {
  border-color: rgb(254 226 226 / 0.35);
}
.hover\:border-red-100\/40:hover {
  border-color: rgb(254 226 226 / 0.4);
}
.hover\:border-red-100\/45:hover {
  border-color: rgb(254 226 226 / 0.45);
}
.hover\:border-red-100\/5:hover {
  border-color: rgb(254 226 226 / 0.05);
}
.hover\:border-red-100\/50:hover {
  border-color: rgb(254 226 226 / 0.5);
}
.hover\:border-red-100\/55:hover {
  border-color: rgb(254 226 226 / 0.55);
}
.hover\:border-red-100\/60:hover {
  border-color: rgb(254 226 226 / 0.6);
}
.hover\:border-red-100\/65:hover {
  border-color: rgb(254 226 226 / 0.65);
}
.hover\:border-red-100\/70:hover {
  border-color: rgb(254 226 226 / 0.7);
}
.hover\:border-red-100\/75:hover {
  border-color: rgb(254 226 226 / 0.75);
}
.hover\:border-red-100\/80:hover {
  border-color: rgb(254 226 226 / 0.8);
}
.hover\:border-red-100\/85:hover {
  border-color: rgb(254 226 226 / 0.85);
}
.hover\:border-red-100\/90:hover {
  border-color: rgb(254 226 226 / 0.9);
}
.hover\:border-red-100\/95:hover {
  border-color: rgb(254 226 226 / 0.95);
}
.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.hover\:border-red-200\/0:hover {
  border-color: rgb(254 202 202 / 0);
}
.hover\:border-red-200\/10:hover {
  border-color: rgb(254 202 202 / 0.1);
}
.hover\:border-red-200\/100:hover {
  border-color: rgb(254 202 202 / 1);
}
.hover\:border-red-200\/15:hover {
  border-color: rgb(254 202 202 / 0.15);
}
.hover\:border-red-200\/20:hover {
  border-color: rgb(254 202 202 / 0.2);
}
.hover\:border-red-200\/25:hover {
  border-color: rgb(254 202 202 / 0.25);
}
.hover\:border-red-200\/30:hover {
  border-color: rgb(254 202 202 / 0.3);
}
.hover\:border-red-200\/35:hover {
  border-color: rgb(254 202 202 / 0.35);
}
.hover\:border-red-200\/40:hover {
  border-color: rgb(254 202 202 / 0.4);
}
.hover\:border-red-200\/45:hover {
  border-color: rgb(254 202 202 / 0.45);
}
.hover\:border-red-200\/5:hover {
  border-color: rgb(254 202 202 / 0.05);
}
.hover\:border-red-200\/50:hover {
  border-color: rgb(254 202 202 / 0.5);
}
.hover\:border-red-200\/55:hover {
  border-color: rgb(254 202 202 / 0.55);
}
.hover\:border-red-200\/60:hover {
  border-color: rgb(254 202 202 / 0.6);
}
.hover\:border-red-200\/65:hover {
  border-color: rgb(254 202 202 / 0.65);
}
.hover\:border-red-200\/70:hover {
  border-color: rgb(254 202 202 / 0.7);
}
.hover\:border-red-200\/75:hover {
  border-color: rgb(254 202 202 / 0.75);
}
.hover\:border-red-200\/80:hover {
  border-color: rgb(254 202 202 / 0.8);
}
.hover\:border-red-200\/85:hover {
  border-color: rgb(254 202 202 / 0.85);
}
.hover\:border-red-200\/90:hover {
  border-color: rgb(254 202 202 / 0.9);
}
.hover\:border-red-200\/95:hover {
  border-color: rgb(254 202 202 / 0.95);
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:border-red-300\/0:hover {
  border-color: rgb(252 165 165 / 0);
}
.hover\:border-red-300\/10:hover {
  border-color: rgb(252 165 165 / 0.1);
}
.hover\:border-red-300\/100:hover {
  border-color: rgb(252 165 165 / 1);
}
.hover\:border-red-300\/15:hover {
  border-color: rgb(252 165 165 / 0.15);
}
.hover\:border-red-300\/20:hover {
  border-color: rgb(252 165 165 / 0.2);
}
.hover\:border-red-300\/25:hover {
  border-color: rgb(252 165 165 / 0.25);
}
.hover\:border-red-300\/30:hover {
  border-color: rgb(252 165 165 / 0.3);
}
.hover\:border-red-300\/35:hover {
  border-color: rgb(252 165 165 / 0.35);
}
.hover\:border-red-300\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}
.hover\:border-red-300\/45:hover {
  border-color: rgb(252 165 165 / 0.45);
}
.hover\:border-red-300\/5:hover {
  border-color: rgb(252 165 165 / 0.05);
}
.hover\:border-red-300\/50:hover {
  border-color: rgb(252 165 165 / 0.5);
}
.hover\:border-red-300\/55:hover {
  border-color: rgb(252 165 165 / 0.55);
}
.hover\:border-red-300\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}
.hover\:border-red-300\/65:hover {
  border-color: rgb(252 165 165 / 0.65);
}
.hover\:border-red-300\/70:hover {
  border-color: rgb(252 165 165 / 0.7);
}
.hover\:border-red-300\/75:hover {
  border-color: rgb(252 165 165 / 0.75);
}
.hover\:border-red-300\/80:hover {
  border-color: rgb(252 165 165 / 0.8);
}
.hover\:border-red-300\/85:hover {
  border-color: rgb(252 165 165 / 0.85);
}
.hover\:border-red-300\/90:hover {
  border-color: rgb(252 165 165 / 0.9);
}
.hover\:border-red-300\/95:hover {
  border-color: rgb(252 165 165 / 0.95);
}
.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.hover\:border-red-400\/0:hover {
  border-color: rgb(248 113 113 / 0);
}
.hover\:border-red-400\/10:hover {
  border-color: rgb(248 113 113 / 0.1);
}
.hover\:border-red-400\/100:hover {
  border-color: rgb(248 113 113 / 1);
}
.hover\:border-red-400\/15:hover {
  border-color: rgb(248 113 113 / 0.15);
}
.hover\:border-red-400\/20:hover {
  border-color: rgb(248 113 113 / 0.2);
}
.hover\:border-red-400\/25:hover {
  border-color: rgb(248 113 113 / 0.25);
}
.hover\:border-red-400\/30:hover {
  border-color: rgb(248 113 113 / 0.3);
}
.hover\:border-red-400\/35:hover {
  border-color: rgb(248 113 113 / 0.35);
}
.hover\:border-red-400\/40:hover {
  border-color: rgb(248 113 113 / 0.4);
}
.hover\:border-red-400\/45:hover {
  border-color: rgb(248 113 113 / 0.45);
}
.hover\:border-red-400\/5:hover {
  border-color: rgb(248 113 113 / 0.05);
}
.hover\:border-red-400\/50:hover {
  border-color: rgb(248 113 113 / 0.5);
}
.hover\:border-red-400\/55:hover {
  border-color: rgb(248 113 113 / 0.55);
}
.hover\:border-red-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}
.hover\:border-red-400\/65:hover {
  border-color: rgb(248 113 113 / 0.65);
}
.hover\:border-red-400\/70:hover {
  border-color: rgb(248 113 113 / 0.7);
}
.hover\:border-red-400\/75:hover {
  border-color: rgb(248 113 113 / 0.75);
}
.hover\:border-red-400\/80:hover {
  border-color: rgb(248 113 113 / 0.8);
}
.hover\:border-red-400\/85:hover {
  border-color: rgb(248 113 113 / 0.85);
}
.hover\:border-red-400\/90:hover {
  border-color: rgb(248 113 113 / 0.9);
}
.hover\:border-red-400\/95:hover {
  border-color: rgb(248 113 113 / 0.95);
}
.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.hover\:border-red-50\/0:hover {
  border-color: rgb(254 242 242 / 0);
}
.hover\:border-red-50\/10:hover {
  border-color: rgb(254 242 242 / 0.1);
}
.hover\:border-red-50\/100:hover {
  border-color: rgb(254 242 242 / 1);
}
.hover\:border-red-50\/15:hover {
  border-color: rgb(254 242 242 / 0.15);
}
.hover\:border-red-50\/20:hover {
  border-color: rgb(254 242 242 / 0.2);
}
.hover\:border-red-50\/25:hover {
  border-color: rgb(254 242 242 / 0.25);
}
.hover\:border-red-50\/30:hover {
  border-color: rgb(254 242 242 / 0.3);
}
.hover\:border-red-50\/35:hover {
  border-color: rgb(254 242 242 / 0.35);
}
.hover\:border-red-50\/40:hover {
  border-color: rgb(254 242 242 / 0.4);
}
.hover\:border-red-50\/45:hover {
  border-color: rgb(254 242 242 / 0.45);
}
.hover\:border-red-50\/5:hover {
  border-color: rgb(254 242 242 / 0.05);
}
.hover\:border-red-50\/50:hover {
  border-color: rgb(254 242 242 / 0.5);
}
.hover\:border-red-50\/55:hover {
  border-color: rgb(254 242 242 / 0.55);
}
.hover\:border-red-50\/60:hover {
  border-color: rgb(254 242 242 / 0.6);
}
.hover\:border-red-50\/65:hover {
  border-color: rgb(254 242 242 / 0.65);
}
.hover\:border-red-50\/70:hover {
  border-color: rgb(254 242 242 / 0.7);
}
.hover\:border-red-50\/75:hover {
  border-color: rgb(254 242 242 / 0.75);
}
.hover\:border-red-50\/80:hover {
  border-color: rgb(254 242 242 / 0.8);
}
.hover\:border-red-50\/85:hover {
  border-color: rgb(254 242 242 / 0.85);
}
.hover\:border-red-50\/90:hover {
  border-color: rgb(254 242 242 / 0.9);
}
.hover\:border-red-50\/95:hover {
  border-color: rgb(254 242 242 / 0.95);
}
.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.hover\:border-red-500\/0:hover {
  border-color: rgb(239 68 68 / 0);
}
.hover\:border-red-500\/10:hover {
  border-color: rgb(239 68 68 / 0.1);
}
.hover\:border-red-500\/100:hover {
  border-color: rgb(239 68 68 / 1);
}
.hover\:border-red-500\/15:hover {
  border-color: rgb(239 68 68 / 0.15);
}
.hover\:border-red-500\/20:hover {
  border-color: rgb(239 68 68 / 0.2);
}
.hover\:border-red-500\/25:hover {
  border-color: rgb(239 68 68 / 0.25);
}
.hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}
.hover\:border-red-500\/35:hover {
  border-color: rgb(239 68 68 / 0.35);
}
.hover\:border-red-500\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}
.hover\:border-red-500\/45:hover {
  border-color: rgb(239 68 68 / 0.45);
}
.hover\:border-red-500\/5:hover {
  border-color: rgb(239 68 68 / 0.05);
}
.hover\:border-red-500\/50:hover {
  border-color: rgb(239 68 68 / 0.5);
}
.hover\:border-red-500\/55:hover {
  border-color: rgb(239 68 68 / 0.55);
}
.hover\:border-red-500\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}
.hover\:border-red-500\/65:hover {
  border-color: rgb(239 68 68 / 0.65);
}
.hover\:border-red-500\/70:hover {
  border-color: rgb(239 68 68 / 0.7);
}
.hover\:border-red-500\/75:hover {
  border-color: rgb(239 68 68 / 0.75);
}
.hover\:border-red-500\/80:hover {
  border-color: rgb(239 68 68 / 0.8);
}
.hover\:border-red-500\/85:hover {
  border-color: rgb(239 68 68 / 0.85);
}
.hover\:border-red-500\/90:hover {
  border-color: rgb(239 68 68 / 0.9);
}
.hover\:border-red-500\/95:hover {
  border-color: rgb(239 68 68 / 0.95);
}
.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.hover\:border-red-600\/0:hover {
  border-color: rgb(220 38 38 / 0);
}
.hover\:border-red-600\/10:hover {
  border-color: rgb(220 38 38 / 0.1);
}
.hover\:border-red-600\/100:hover {
  border-color: rgb(220 38 38 / 1);
}
.hover\:border-red-600\/15:hover {
  border-color: rgb(220 38 38 / 0.15);
}
.hover\:border-red-600\/20:hover {
  border-color: rgb(220 38 38 / 0.2);
}
.hover\:border-red-600\/25:hover {
  border-color: rgb(220 38 38 / 0.25);
}
.hover\:border-red-600\/30:hover {
  border-color: rgb(220 38 38 / 0.3);
}
.hover\:border-red-600\/35:hover {
  border-color: rgb(220 38 38 / 0.35);
}
.hover\:border-red-600\/40:hover {
  border-color: rgb(220 38 38 / 0.4);
}
.hover\:border-red-600\/45:hover {
  border-color: rgb(220 38 38 / 0.45);
}
.hover\:border-red-600\/5:hover {
  border-color: rgb(220 38 38 / 0.05);
}
.hover\:border-red-600\/50:hover {
  border-color: rgb(220 38 38 / 0.5);
}
.hover\:border-red-600\/55:hover {
  border-color: rgb(220 38 38 / 0.55);
}
.hover\:border-red-600\/60:hover {
  border-color: rgb(220 38 38 / 0.6);
}
.hover\:border-red-600\/65:hover {
  border-color: rgb(220 38 38 / 0.65);
}
.hover\:border-red-600\/70:hover {
  border-color: rgb(220 38 38 / 0.7);
}
.hover\:border-red-600\/75:hover {
  border-color: rgb(220 38 38 / 0.75);
}
.hover\:border-red-600\/80:hover {
  border-color: rgb(220 38 38 / 0.8);
}
.hover\:border-red-600\/85:hover {
  border-color: rgb(220 38 38 / 0.85);
}
.hover\:border-red-600\/90:hover {
  border-color: rgb(220 38 38 / 0.9);
}
.hover\:border-red-600\/95:hover {
  border-color: rgb(220 38 38 / 0.95);
}
.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.hover\:border-red-700\/0:hover {
  border-color: rgb(185 28 28 / 0);
}
.hover\:border-red-700\/10:hover {
  border-color: rgb(185 28 28 / 0.1);
}
.hover\:border-red-700\/100:hover {
  border-color: rgb(185 28 28 / 1);
}
.hover\:border-red-700\/15:hover {
  border-color: rgb(185 28 28 / 0.15);
}
.hover\:border-red-700\/20:hover {
  border-color: rgb(185 28 28 / 0.2);
}
.hover\:border-red-700\/25:hover {
  border-color: rgb(185 28 28 / 0.25);
}
.hover\:border-red-700\/30:hover {
  border-color: rgb(185 28 28 / 0.3);
}
.hover\:border-red-700\/35:hover {
  border-color: rgb(185 28 28 / 0.35);
}
.hover\:border-red-700\/40:hover {
  border-color: rgb(185 28 28 / 0.4);
}
.hover\:border-red-700\/45:hover {
  border-color: rgb(185 28 28 / 0.45);
}
.hover\:border-red-700\/5:hover {
  border-color: rgb(185 28 28 / 0.05);
}
.hover\:border-red-700\/50:hover {
  border-color: rgb(185 28 28 / 0.5);
}
.hover\:border-red-700\/55:hover {
  border-color: rgb(185 28 28 / 0.55);
}
.hover\:border-red-700\/60:hover {
  border-color: rgb(185 28 28 / 0.6);
}
.hover\:border-red-700\/65:hover {
  border-color: rgb(185 28 28 / 0.65);
}
.hover\:border-red-700\/70:hover {
  border-color: rgb(185 28 28 / 0.7);
}
.hover\:border-red-700\/75:hover {
  border-color: rgb(185 28 28 / 0.75);
}
.hover\:border-red-700\/80:hover {
  border-color: rgb(185 28 28 / 0.8);
}
.hover\:border-red-700\/85:hover {
  border-color: rgb(185 28 28 / 0.85);
}
.hover\:border-red-700\/90:hover {
  border-color: rgb(185 28 28 / 0.9);
}
.hover\:border-red-700\/95:hover {
  border-color: rgb(185 28 28 / 0.95);
}
.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.hover\:border-red-800\/0:hover {
  border-color: rgb(153 27 27 / 0);
}
.hover\:border-red-800\/10:hover {
  border-color: rgb(153 27 27 / 0.1);
}
.hover\:border-red-800\/100:hover {
  border-color: rgb(153 27 27 / 1);
}
.hover\:border-red-800\/15:hover {
  border-color: rgb(153 27 27 / 0.15);
}
.hover\:border-red-800\/20:hover {
  border-color: rgb(153 27 27 / 0.2);
}
.hover\:border-red-800\/25:hover {
  border-color: rgb(153 27 27 / 0.25);
}
.hover\:border-red-800\/30:hover {
  border-color: rgb(153 27 27 / 0.3);
}
.hover\:border-red-800\/35:hover {
  border-color: rgb(153 27 27 / 0.35);
}
.hover\:border-red-800\/40:hover {
  border-color: rgb(153 27 27 / 0.4);
}
.hover\:border-red-800\/45:hover {
  border-color: rgb(153 27 27 / 0.45);
}
.hover\:border-red-800\/5:hover {
  border-color: rgb(153 27 27 / 0.05);
}
.hover\:border-red-800\/50:hover {
  border-color: rgb(153 27 27 / 0.5);
}
.hover\:border-red-800\/55:hover {
  border-color: rgb(153 27 27 / 0.55);
}
.hover\:border-red-800\/60:hover {
  border-color: rgb(153 27 27 / 0.6);
}
.hover\:border-red-800\/65:hover {
  border-color: rgb(153 27 27 / 0.65);
}
.hover\:border-red-800\/70:hover {
  border-color: rgb(153 27 27 / 0.7);
}
.hover\:border-red-800\/75:hover {
  border-color: rgb(153 27 27 / 0.75);
}
.hover\:border-red-800\/80:hover {
  border-color: rgb(153 27 27 / 0.8);
}
.hover\:border-red-800\/85:hover {
  border-color: rgb(153 27 27 / 0.85);
}
.hover\:border-red-800\/90:hover {
  border-color: rgb(153 27 27 / 0.9);
}
.hover\:border-red-800\/95:hover {
  border-color: rgb(153 27 27 / 0.95);
}
.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.hover\:border-red-900\/0:hover {
  border-color: rgb(127 29 29 / 0);
}
.hover\:border-red-900\/10:hover {
  border-color: rgb(127 29 29 / 0.1);
}
.hover\:border-red-900\/100:hover {
  border-color: rgb(127 29 29 / 1);
}
.hover\:border-red-900\/15:hover {
  border-color: rgb(127 29 29 / 0.15);
}
.hover\:border-red-900\/20:hover {
  border-color: rgb(127 29 29 / 0.2);
}
.hover\:border-red-900\/25:hover {
  border-color: rgb(127 29 29 / 0.25);
}
.hover\:border-red-900\/30:hover {
  border-color: rgb(127 29 29 / 0.3);
}
.hover\:border-red-900\/35:hover {
  border-color: rgb(127 29 29 / 0.35);
}
.hover\:border-red-900\/40:hover {
  border-color: rgb(127 29 29 / 0.4);
}
.hover\:border-red-900\/45:hover {
  border-color: rgb(127 29 29 / 0.45);
}
.hover\:border-red-900\/5:hover {
  border-color: rgb(127 29 29 / 0.05);
}
.hover\:border-red-900\/50:hover {
  border-color: rgb(127 29 29 / 0.5);
}
.hover\:border-red-900\/55:hover {
  border-color: rgb(127 29 29 / 0.55);
}
.hover\:border-red-900\/60:hover {
  border-color: rgb(127 29 29 / 0.6);
}
.hover\:border-red-900\/65:hover {
  border-color: rgb(127 29 29 / 0.65);
}
.hover\:border-red-900\/70:hover {
  border-color: rgb(127 29 29 / 0.7);
}
.hover\:border-red-900\/75:hover {
  border-color: rgb(127 29 29 / 0.75);
}
.hover\:border-red-900\/80:hover {
  border-color: rgb(127 29 29 / 0.8);
}
.hover\:border-red-900\/85:hover {
  border-color: rgb(127 29 29 / 0.85);
}
.hover\:border-red-900\/90:hover {
  border-color: rgb(127 29 29 / 0.9);
}
.hover\:border-red-900\/95:hover {
  border-color: rgb(127 29 29 / 0.95);
}
.hover\:border-red-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.hover\:border-red-950\/0:hover {
  border-color: rgb(69 10 10 / 0);
}
.hover\:border-red-950\/10:hover {
  border-color: rgb(69 10 10 / 0.1);
}
.hover\:border-red-950\/100:hover {
  border-color: rgb(69 10 10 / 1);
}
.hover\:border-red-950\/15:hover {
  border-color: rgb(69 10 10 / 0.15);
}
.hover\:border-red-950\/20:hover {
  border-color: rgb(69 10 10 / 0.2);
}
.hover\:border-red-950\/25:hover {
  border-color: rgb(69 10 10 / 0.25);
}
.hover\:border-red-950\/30:hover {
  border-color: rgb(69 10 10 / 0.3);
}
.hover\:border-red-950\/35:hover {
  border-color: rgb(69 10 10 / 0.35);
}
.hover\:border-red-950\/40:hover {
  border-color: rgb(69 10 10 / 0.4);
}
.hover\:border-red-950\/45:hover {
  border-color: rgb(69 10 10 / 0.45);
}
.hover\:border-red-950\/5:hover {
  border-color: rgb(69 10 10 / 0.05);
}
.hover\:border-red-950\/50:hover {
  border-color: rgb(69 10 10 / 0.5);
}
.hover\:border-red-950\/55:hover {
  border-color: rgb(69 10 10 / 0.55);
}
.hover\:border-red-950\/60:hover {
  border-color: rgb(69 10 10 / 0.6);
}
.hover\:border-red-950\/65:hover {
  border-color: rgb(69 10 10 / 0.65);
}
.hover\:border-red-950\/70:hover {
  border-color: rgb(69 10 10 / 0.7);
}
.hover\:border-red-950\/75:hover {
  border-color: rgb(69 10 10 / 0.75);
}
.hover\:border-red-950\/80:hover {
  border-color: rgb(69 10 10 / 0.8);
}
.hover\:border-red-950\/85:hover {
  border-color: rgb(69 10 10 / 0.85);
}
.hover\:border-red-950\/90:hover {
  border-color: rgb(69 10 10 / 0.9);
}
.hover\:border-red-950\/95:hover {
  border-color: rgb(69 10 10 / 0.95);
}
.hover\:border-opacity-45:hover {
  --tw-border-opacity: 0.45;
}
.hover\:\!bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-100\/0:hover {
  background-color: rgb(243 244 246 / 0) !important;
}
.hover\:\!bg-gray-100\/10:hover {
  background-color: rgb(243 244 246 / 0.1) !important;
}
.hover\:\!bg-gray-100\/100:hover {
  background-color: rgb(243 244 246 / 1) !important;
}
.hover\:\!bg-gray-100\/15:hover {
  background-color: rgb(243 244 246 / 0.15) !important;
}
.hover\:\!bg-gray-100\/20:hover {
  background-color: rgb(243 244 246 / 0.2) !important;
}
.hover\:\!bg-gray-100\/25:hover {
  background-color: rgb(243 244 246 / 0.25) !important;
}
.hover\:\!bg-gray-100\/30:hover {
  background-color: rgb(243 244 246 / 0.3) !important;
}
.hover\:\!bg-gray-100\/35:hover {
  background-color: rgb(243 244 246 / 0.35) !important;
}
.hover\:\!bg-gray-100\/40:hover {
  background-color: rgb(243 244 246 / 0.4) !important;
}
.hover\:\!bg-gray-100\/45:hover {
  background-color: rgb(243 244 246 / 0.45) !important;
}
.hover\:\!bg-gray-100\/5:hover {
  background-color: rgb(243 244 246 / 0.05) !important;
}
.hover\:\!bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5) !important;
}
.hover\:\!bg-gray-100\/55:hover {
  background-color: rgb(243 244 246 / 0.55) !important;
}
.hover\:\!bg-gray-100\/60:hover {
  background-color: rgb(243 244 246 / 0.6) !important;
}
.hover\:\!bg-gray-100\/65:hover {
  background-color: rgb(243 244 246 / 0.65) !important;
}
.hover\:\!bg-gray-100\/70:hover {
  background-color: rgb(243 244 246 / 0.7) !important;
}
.hover\:\!bg-gray-100\/75:hover {
  background-color: rgb(243 244 246 / 0.75) !important;
}
.hover\:\!bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8) !important;
}
.hover\:\!bg-gray-100\/85:hover {
  background-color: rgb(243 244 246 / 0.85) !important;
}
.hover\:\!bg-gray-100\/90:hover {
  background-color: rgb(243 244 246 / 0.9) !important;
}
.hover\:\!bg-gray-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95) !important;
}
.hover\:\!bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-200\/0:hover {
  background-color: rgb(229 231 235 / 0) !important;
}
.hover\:\!bg-gray-200\/10:hover {
  background-color: rgb(229 231 235 / 0.1) !important;
}
.hover\:\!bg-gray-200\/100:hover {
  background-color: rgb(229 231 235 / 1) !important;
}
.hover\:\!bg-gray-200\/15:hover {
  background-color: rgb(229 231 235 / 0.15) !important;
}
.hover\:\!bg-gray-200\/20:hover {
  background-color: rgb(229 231 235 / 0.2) !important;
}
.hover\:\!bg-gray-200\/25:hover {
  background-color: rgb(229 231 235 / 0.25) !important;
}
.hover\:\!bg-gray-200\/30:hover {
  background-color: rgb(229 231 235 / 0.3) !important;
}
.hover\:\!bg-gray-200\/35:hover {
  background-color: rgb(229 231 235 / 0.35) !important;
}
.hover\:\!bg-gray-200\/40:hover {
  background-color: rgb(229 231 235 / 0.4) !important;
}
.hover\:\!bg-gray-200\/45:hover {
  background-color: rgb(229 231 235 / 0.45) !important;
}
.hover\:\!bg-gray-200\/5:hover {
  background-color: rgb(229 231 235 / 0.05) !important;
}
.hover\:\!bg-gray-200\/50:hover {
  background-color: rgb(229 231 235 / 0.5) !important;
}
.hover\:\!bg-gray-200\/55:hover {
  background-color: rgb(229 231 235 / 0.55) !important;
}
.hover\:\!bg-gray-200\/60:hover {
  background-color: rgb(229 231 235 / 0.6) !important;
}
.hover\:\!bg-gray-200\/65:hover {
  background-color: rgb(229 231 235 / 0.65) !important;
}
.hover\:\!bg-gray-200\/70:hover {
  background-color: rgb(229 231 235 / 0.7) !important;
}
.hover\:\!bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75) !important;
}
.hover\:\!bg-gray-200\/80:hover {
  background-color: rgb(229 231 235 / 0.8) !important;
}
.hover\:\!bg-gray-200\/85:hover {
  background-color: rgb(229 231 235 / 0.85) !important;
}
.hover\:\!bg-gray-200\/90:hover {
  background-color: rgb(229 231 235 / 0.9) !important;
}
.hover\:\!bg-gray-200\/95:hover {
  background-color: rgb(229 231 235 / 0.95) !important;
}
.hover\:\!bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-300\/0:hover {
  background-color: rgb(209 213 219 / 0) !important;
}
.hover\:\!bg-gray-300\/10:hover {
  background-color: rgb(209 213 219 / 0.1) !important;
}
.hover\:\!bg-gray-300\/100:hover {
  background-color: rgb(209 213 219 / 1) !important;
}
.hover\:\!bg-gray-300\/15:hover {
  background-color: rgb(209 213 219 / 0.15) !important;
}
.hover\:\!bg-gray-300\/20:hover {
  background-color: rgb(209 213 219 / 0.2) !important;
}
.hover\:\!bg-gray-300\/25:hover {
  background-color: rgb(209 213 219 / 0.25) !important;
}
.hover\:\!bg-gray-300\/30:hover {
  background-color: rgb(209 213 219 / 0.3) !important;
}
.hover\:\!bg-gray-300\/35:hover {
  background-color: rgb(209 213 219 / 0.35) !important;
}
.hover\:\!bg-gray-300\/40:hover {
  background-color: rgb(209 213 219 / 0.4) !important;
}
.hover\:\!bg-gray-300\/45:hover {
  background-color: rgb(209 213 219 / 0.45) !important;
}
.hover\:\!bg-gray-300\/5:hover {
  background-color: rgb(209 213 219 / 0.05) !important;
}
.hover\:\!bg-gray-300\/50:hover {
  background-color: rgb(209 213 219 / 0.5) !important;
}
.hover\:\!bg-gray-300\/55:hover {
  background-color: rgb(209 213 219 / 0.55) !important;
}
.hover\:\!bg-gray-300\/60:hover {
  background-color: rgb(209 213 219 / 0.6) !important;
}
.hover\:\!bg-gray-300\/65:hover {
  background-color: rgb(209 213 219 / 0.65) !important;
}
.hover\:\!bg-gray-300\/70:hover {
  background-color: rgb(209 213 219 / 0.7) !important;
}
.hover\:\!bg-gray-300\/75:hover {
  background-color: rgb(209 213 219 / 0.75) !important;
}
.hover\:\!bg-gray-300\/80:hover {
  background-color: rgb(209 213 219 / 0.8) !important;
}
.hover\:\!bg-gray-300\/85:hover {
  background-color: rgb(209 213 219 / 0.85) !important;
}
.hover\:\!bg-gray-300\/90:hover {
  background-color: rgb(209 213 219 / 0.9) !important;
}
.hover\:\!bg-gray-300\/95:hover {
  background-color: rgb(209 213 219 / 0.95) !important;
}
.hover\:\!bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-400\/0:hover {
  background-color: rgb(156 163 175 / 0) !important;
}
.hover\:\!bg-gray-400\/10:hover {
  background-color: rgb(156 163 175 / 0.1) !important;
}
.hover\:\!bg-gray-400\/100:hover {
  background-color: rgb(156 163 175 / 1) !important;
}
.hover\:\!bg-gray-400\/15:hover {
  background-color: rgb(156 163 175 / 0.15) !important;
}
.hover\:\!bg-gray-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2) !important;
}
.hover\:\!bg-gray-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25) !important;
}
.hover\:\!bg-gray-400\/30:hover {
  background-color: rgb(156 163 175 / 0.3) !important;
}
.hover\:\!bg-gray-400\/35:hover {
  background-color: rgb(156 163 175 / 0.35) !important;
}
.hover\:\!bg-gray-400\/40:hover {
  background-color: rgb(156 163 175 / 0.4) !important;
}
.hover\:\!bg-gray-400\/45:hover {
  background-color: rgb(156 163 175 / 0.45) !important;
}
.hover\:\!bg-gray-400\/5:hover {
  background-color: rgb(156 163 175 / 0.05) !important;
}
.hover\:\!bg-gray-400\/50:hover {
  background-color: rgb(156 163 175 / 0.5) !important;
}
.hover\:\!bg-gray-400\/55:hover {
  background-color: rgb(156 163 175 / 0.55) !important;
}
.hover\:\!bg-gray-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6) !important;
}
.hover\:\!bg-gray-400\/65:hover {
  background-color: rgb(156 163 175 / 0.65) !important;
}
.hover\:\!bg-gray-400\/70:hover {
  background-color: rgb(156 163 175 / 0.7) !important;
}
.hover\:\!bg-gray-400\/75:hover {
  background-color: rgb(156 163 175 / 0.75) !important;
}
.hover\:\!bg-gray-400\/80:hover {
  background-color: rgb(156 163 175 / 0.8) !important;
}
.hover\:\!bg-gray-400\/85:hover {
  background-color: rgb(156 163 175 / 0.85) !important;
}
.hover\:\!bg-gray-400\/90:hover {
  background-color: rgb(156 163 175 / 0.9) !important;
}
.hover\:\!bg-gray-400\/95:hover {
  background-color: rgb(156 163 175 / 0.95) !important;
}
.hover\:\!bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-50\/0:hover {
  background-color: rgb(249 250 251 / 0) !important;
}
.hover\:\!bg-gray-50\/10:hover {
  background-color: rgb(249 250 251 / 0.1) !important;
}
.hover\:\!bg-gray-50\/100:hover {
  background-color: rgb(249 250 251 / 1) !important;
}
.hover\:\!bg-gray-50\/15:hover {
  background-color: rgb(249 250 251 / 0.15) !important;
}
.hover\:\!bg-gray-50\/20:hover {
  background-color: rgb(249 250 251 / 0.2) !important;
}
.hover\:\!bg-gray-50\/25:hover {
  background-color: rgb(249 250 251 / 0.25) !important;
}
.hover\:\!bg-gray-50\/30:hover {
  background-color: rgb(249 250 251 / 0.3) !important;
}
.hover\:\!bg-gray-50\/35:hover {
  background-color: rgb(249 250 251 / 0.35) !important;
}
.hover\:\!bg-gray-50\/40:hover {
  background-color: rgb(249 250 251 / 0.4) !important;
}
.hover\:\!bg-gray-50\/45:hover {
  background-color: rgb(249 250 251 / 0.45) !important;
}
.hover\:\!bg-gray-50\/5:hover {
  background-color: rgb(249 250 251 / 0.05) !important;
}
.hover\:\!bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5) !important;
}
.hover\:\!bg-gray-50\/55:hover {
  background-color: rgb(249 250 251 / 0.55) !important;
}
.hover\:\!bg-gray-50\/60:hover {
  background-color: rgb(249 250 251 / 0.6) !important;
}
.hover\:\!bg-gray-50\/65:hover {
  background-color: rgb(249 250 251 / 0.65) !important;
}
.hover\:\!bg-gray-50\/70:hover {
  background-color: rgb(249 250 251 / 0.7) !important;
}
.hover\:\!bg-gray-50\/75:hover {
  background-color: rgb(249 250 251 / 0.75) !important;
}
.hover\:\!bg-gray-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8) !important;
}
.hover\:\!bg-gray-50\/85:hover {
  background-color: rgb(249 250 251 / 0.85) !important;
}
.hover\:\!bg-gray-50\/90:hover {
  background-color: rgb(249 250 251 / 0.9) !important;
}
.hover\:\!bg-gray-50\/95:hover {
  background-color: rgb(249 250 251 / 0.95) !important;
}
.hover\:\!bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-500\/0:hover {
  background-color: rgb(107 114 128 / 0) !important;
}
.hover\:\!bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1) !important;
}
.hover\:\!bg-gray-500\/100:hover {
  background-color: rgb(107 114 128 / 1) !important;
}
.hover\:\!bg-gray-500\/15:hover {
  background-color: rgb(107 114 128 / 0.15) !important;
}
.hover\:\!bg-gray-500\/20:hover {
  background-color: rgb(107 114 128 / 0.2) !important;
}
.hover\:\!bg-gray-500\/25:hover {
  background-color: rgb(107 114 128 / 0.25) !important;
}
.hover\:\!bg-gray-500\/30:hover {
  background-color: rgb(107 114 128 / 0.3) !important;
}
.hover\:\!bg-gray-500\/35:hover {
  background-color: rgb(107 114 128 / 0.35) !important;
}
.hover\:\!bg-gray-500\/40:hover {
  background-color: rgb(107 114 128 / 0.4) !important;
}
.hover\:\!bg-gray-500\/45:hover {
  background-color: rgb(107 114 128 / 0.45) !important;
}
.hover\:\!bg-gray-500\/5:hover {
  background-color: rgb(107 114 128 / 0.05) !important;
}
.hover\:\!bg-gray-500\/50:hover {
  background-color: rgb(107 114 128 / 0.5) !important;
}
.hover\:\!bg-gray-500\/55:hover {
  background-color: rgb(107 114 128 / 0.55) !important;
}
.hover\:\!bg-gray-500\/60:hover {
  background-color: rgb(107 114 128 / 0.6) !important;
}
.hover\:\!bg-gray-500\/65:hover {
  background-color: rgb(107 114 128 / 0.65) !important;
}
.hover\:\!bg-gray-500\/70:hover {
  background-color: rgb(107 114 128 / 0.7) !important;
}
.hover\:\!bg-gray-500\/75:hover {
  background-color: rgb(107 114 128 / 0.75) !important;
}
.hover\:\!bg-gray-500\/80:hover {
  background-color: rgb(107 114 128 / 0.8) !important;
}
.hover\:\!bg-gray-500\/85:hover {
  background-color: rgb(107 114 128 / 0.85) !important;
}
.hover\:\!bg-gray-500\/90:hover {
  background-color: rgb(107 114 128 / 0.9) !important;
}
.hover\:\!bg-gray-500\/95:hover {
  background-color: rgb(107 114 128 / 0.95) !important;
}
.hover\:\!bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-600\/0:hover {
  background-color: rgb(75 85 99 / 0) !important;
}
.hover\:\!bg-gray-600\/10:hover {
  background-color: rgb(75 85 99 / 0.1) !important;
}
.hover\:\!bg-gray-600\/100:hover {
  background-color: rgb(75 85 99 / 1) !important;
}
.hover\:\!bg-gray-600\/15:hover {
  background-color: rgb(75 85 99 / 0.15) !important;
}
.hover\:\!bg-gray-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2) !important;
}
.hover\:\!bg-gray-600\/25:hover {
  background-color: rgb(75 85 99 / 0.25) !important;
}
.hover\:\!bg-gray-600\/30:hover {
  background-color: rgb(75 85 99 / 0.3) !important;
}
.hover\:\!bg-gray-600\/35:hover {
  background-color: rgb(75 85 99 / 0.35) !important;
}
.hover\:\!bg-gray-600\/40:hover {
  background-color: rgb(75 85 99 / 0.4) !important;
}
.hover\:\!bg-gray-600\/45:hover {
  background-color: rgb(75 85 99 / 0.45) !important;
}
.hover\:\!bg-gray-600\/5:hover {
  background-color: rgb(75 85 99 / 0.05) !important;
}
.hover\:\!bg-gray-600\/50:hover {
  background-color: rgb(75 85 99 / 0.5) !important;
}
.hover\:\!bg-gray-600\/55:hover {
  background-color: rgb(75 85 99 / 0.55) !important;
}
.hover\:\!bg-gray-600\/60:hover {
  background-color: rgb(75 85 99 / 0.6) !important;
}
.hover\:\!bg-gray-600\/65:hover {
  background-color: rgb(75 85 99 / 0.65) !important;
}
.hover\:\!bg-gray-600\/70:hover {
  background-color: rgb(75 85 99 / 0.7) !important;
}
.hover\:\!bg-gray-600\/75:hover {
  background-color: rgb(75 85 99 / 0.75) !important;
}
.hover\:\!bg-gray-600\/80:hover {
  background-color: rgb(75 85 99 / 0.8) !important;
}
.hover\:\!bg-gray-600\/85:hover {
  background-color: rgb(75 85 99 / 0.85) !important;
}
.hover\:\!bg-gray-600\/90:hover {
  background-color: rgb(75 85 99 / 0.9) !important;
}
.hover\:\!bg-gray-600\/95:hover {
  background-color: rgb(75 85 99 / 0.95) !important;
}
.hover\:\!bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-700\/0:hover {
  background-color: rgb(55 65 81 / 0) !important;
}
.hover\:\!bg-gray-700\/10:hover {
  background-color: rgb(55 65 81 / 0.1) !important;
}
.hover\:\!bg-gray-700\/100:hover {
  background-color: rgb(55 65 81 / 1) !important;
}
.hover\:\!bg-gray-700\/15:hover {
  background-color: rgb(55 65 81 / 0.15) !important;
}
.hover\:\!bg-gray-700\/20:hover {
  background-color: rgb(55 65 81 / 0.2) !important;
}
.hover\:\!bg-gray-700\/25:hover {
  background-color: rgb(55 65 81 / 0.25) !important;
}
.hover\:\!bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3) !important;
}
.hover\:\!bg-gray-700\/35:hover {
  background-color: rgb(55 65 81 / 0.35) !important;
}
.hover\:\!bg-gray-700\/40:hover {
  background-color: rgb(55 65 81 / 0.4) !important;
}
.hover\:\!bg-gray-700\/45:hover {
  background-color: rgb(55 65 81 / 0.45) !important;
}
.hover\:\!bg-gray-700\/5:hover {
  background-color: rgb(55 65 81 / 0.05) !important;
}
.hover\:\!bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5) !important;
}
.hover\:\!bg-gray-700\/55:hover {
  background-color: rgb(55 65 81 / 0.55) !important;
}
.hover\:\!bg-gray-700\/60:hover {
  background-color: rgb(55 65 81 / 0.6) !important;
}
.hover\:\!bg-gray-700\/65:hover {
  background-color: rgb(55 65 81 / 0.65) !important;
}
.hover\:\!bg-gray-700\/70:hover {
  background-color: rgb(55 65 81 / 0.7) !important;
}
.hover\:\!bg-gray-700\/75:hover {
  background-color: rgb(55 65 81 / 0.75) !important;
}
.hover\:\!bg-gray-700\/80:hover {
  background-color: rgb(55 65 81 / 0.8) !important;
}
.hover\:\!bg-gray-700\/85:hover {
  background-color: rgb(55 65 81 / 0.85) !important;
}
.hover\:\!bg-gray-700\/90:hover {
  background-color: rgb(55 65 81 / 0.9) !important;
}
.hover\:\!bg-gray-700\/95:hover {
  background-color: rgb(55 65 81 / 0.95) !important;
}
.hover\:\!bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-800\/0:hover {
  background-color: rgb(31 41 55 / 0) !important;
}
.hover\:\!bg-gray-800\/10:hover {
  background-color: rgb(31 41 55 / 0.1) !important;
}
.hover\:\!bg-gray-800\/100:hover {
  background-color: rgb(31 41 55 / 1) !important;
}
.hover\:\!bg-gray-800\/15:hover {
  background-color: rgb(31 41 55 / 0.15) !important;
}
.hover\:\!bg-gray-800\/20:hover {
  background-color: rgb(31 41 55 / 0.2) !important;
}
.hover\:\!bg-gray-800\/25:hover {
  background-color: rgb(31 41 55 / 0.25) !important;
}
.hover\:\!bg-gray-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3) !important;
}
.hover\:\!bg-gray-800\/35:hover {
  background-color: rgb(31 41 55 / 0.35) !important;
}
.hover\:\!bg-gray-800\/40:hover {
  background-color: rgb(31 41 55 / 0.4) !important;
}
.hover\:\!bg-gray-800\/45:hover {
  background-color: rgb(31 41 55 / 0.45) !important;
}
.hover\:\!bg-gray-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05) !important;
}
.hover\:\!bg-gray-800\/50:hover {
  background-color: rgb(31 41 55 / 0.5) !important;
}
.hover\:\!bg-gray-800\/55:hover {
  background-color: rgb(31 41 55 / 0.55) !important;
}
.hover\:\!bg-gray-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6) !important;
}
.hover\:\!bg-gray-800\/65:hover {
  background-color: rgb(31 41 55 / 0.65) !important;
}
.hover\:\!bg-gray-800\/70:hover {
  background-color: rgb(31 41 55 / 0.7) !important;
}
.hover\:\!bg-gray-800\/75:hover {
  background-color: rgb(31 41 55 / 0.75) !important;
}
.hover\:\!bg-gray-800\/80:hover {
  background-color: rgb(31 41 55 / 0.8) !important;
}
.hover\:\!bg-gray-800\/85:hover {
  background-color: rgb(31 41 55 / 0.85) !important;
}
.hover\:\!bg-gray-800\/90:hover {
  background-color: rgb(31 41 55 / 0.9) !important;
}
.hover\:\!bg-gray-800\/95:hover {
  background-color: rgb(31 41 55 / 0.95) !important;
}
.hover\:\!bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-900\/0:hover {
  background-color: rgb(17 24 39 / 0) !important;
}
.hover\:\!bg-gray-900\/10:hover {
  background-color: rgb(17 24 39 / 0.1) !important;
}
.hover\:\!bg-gray-900\/100:hover {
  background-color: rgb(17 24 39 / 1) !important;
}
.hover\:\!bg-gray-900\/15:hover {
  background-color: rgb(17 24 39 / 0.15) !important;
}
.hover\:\!bg-gray-900\/20:hover {
  background-color: rgb(17 24 39 / 0.2) !important;
}
.hover\:\!bg-gray-900\/25:hover {
  background-color: rgb(17 24 39 / 0.25) !important;
}
.hover\:\!bg-gray-900\/30:hover {
  background-color: rgb(17 24 39 / 0.3) !important;
}
.hover\:\!bg-gray-900\/35:hover {
  background-color: rgb(17 24 39 / 0.35) !important;
}
.hover\:\!bg-gray-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4) !important;
}
.hover\:\!bg-gray-900\/45:hover {
  background-color: rgb(17 24 39 / 0.45) !important;
}
.hover\:\!bg-gray-900\/5:hover {
  background-color: rgb(17 24 39 / 0.05) !important;
}
.hover\:\!bg-gray-900\/50:hover {
  background-color: rgb(17 24 39 / 0.5) !important;
}
.hover\:\!bg-gray-900\/55:hover {
  background-color: rgb(17 24 39 / 0.55) !important;
}
.hover\:\!bg-gray-900\/60:hover {
  background-color: rgb(17 24 39 / 0.6) !important;
}
.hover\:\!bg-gray-900\/65:hover {
  background-color: rgb(17 24 39 / 0.65) !important;
}
.hover\:\!bg-gray-900\/70:hover {
  background-color: rgb(17 24 39 / 0.7) !important;
}
.hover\:\!bg-gray-900\/75:hover {
  background-color: rgb(17 24 39 / 0.75) !important;
}
.hover\:\!bg-gray-900\/80:hover {
  background-color: rgb(17 24 39 / 0.8) !important;
}
.hover\:\!bg-gray-900\/85:hover {
  background-color: rgb(17 24 39 / 0.85) !important;
}
.hover\:\!bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9) !important;
}
.hover\:\!bg-gray-900\/95:hover {
  background-color: rgb(17 24 39 / 0.95) !important;
}
.hover\:\!bg-gray-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-gray-950\/0:hover {
  background-color: rgb(3 7 18 / 0) !important;
}
.hover\:\!bg-gray-950\/10:hover {
  background-color: rgb(3 7 18 / 0.1) !important;
}
.hover\:\!bg-gray-950\/100:hover {
  background-color: rgb(3 7 18 / 1) !important;
}
.hover\:\!bg-gray-950\/15:hover {
  background-color: rgb(3 7 18 / 0.15) !important;
}
.hover\:\!bg-gray-950\/20:hover {
  background-color: rgb(3 7 18 / 0.2) !important;
}
.hover\:\!bg-gray-950\/25:hover {
  background-color: rgb(3 7 18 / 0.25) !important;
}
.hover\:\!bg-gray-950\/30:hover {
  background-color: rgb(3 7 18 / 0.3) !important;
}
.hover\:\!bg-gray-950\/35:hover {
  background-color: rgb(3 7 18 / 0.35) !important;
}
.hover\:\!bg-gray-950\/40:hover {
  background-color: rgb(3 7 18 / 0.4) !important;
}
.hover\:\!bg-gray-950\/45:hover {
  background-color: rgb(3 7 18 / 0.45) !important;
}
.hover\:\!bg-gray-950\/5:hover {
  background-color: rgb(3 7 18 / 0.05) !important;
}
.hover\:\!bg-gray-950\/50:hover {
  background-color: rgb(3 7 18 / 0.5) !important;
}
.hover\:\!bg-gray-950\/55:hover {
  background-color: rgb(3 7 18 / 0.55) !important;
}
.hover\:\!bg-gray-950\/60:hover {
  background-color: rgb(3 7 18 / 0.6) !important;
}
.hover\:\!bg-gray-950\/65:hover {
  background-color: rgb(3 7 18 / 0.65) !important;
}
.hover\:\!bg-gray-950\/70:hover {
  background-color: rgb(3 7 18 / 0.7) !important;
}
.hover\:\!bg-gray-950\/75:hover {
  background-color: rgb(3 7 18 / 0.75) !important;
}
.hover\:\!bg-gray-950\/80:hover {
  background-color: rgb(3 7 18 / 0.8) !important;
}
.hover\:\!bg-gray-950\/85:hover {
  background-color: rgb(3 7 18 / 0.85) !important;
}
.hover\:\!bg-gray-950\/90:hover {
  background-color: rgb(3 7 18 / 0.9) !important;
}
.hover\:\!bg-gray-950\/95:hover {
  background-color: rgb(3 7 18 / 0.95) !important;
}
.hover\:\!bg-primary-100:hover {
  background-color: var(--primary-color-100) !important;
}
.hover\:\!bg-primary-200:hover {
  background-color: var(--primary-color-200) !important;
}
.hover\:\!bg-primary-300:hover {
  background-color: var(--primary-color-300) !important;
}
.hover\:\!bg-primary-400:hover {
  background-color: var(--primary-color-400) !important;
}
.hover\:\!bg-primary-50:hover {
  background-color: var(--primary-color-50) !important;
}
.hover\:\!bg-primary-500:hover {
  background-color: var(--primary-color-500) !important;
}
.hover\:\!bg-primary-600:hover {
  background-color: var(--primary-color-600) !important;
}
.hover\:\!bg-primary-700:hover {
  background-color: var(--primary-color-700) !important;
}
.hover\:\!bg-primary-800:hover {
  background-color: var(--primary-color-800) !important;
}
.hover\:\!bg-primary-900:hover {
  background-color: var(--primary-color-900) !important;
}
.hover\:\!bg-primary-950:hover {
  background-color: var(--primary-color-950) !important;
}
.hover\:\!bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-100\/0:hover {
  background-color: rgb(254 226 226 / 0) !important;
}
.hover\:\!bg-red-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1) !important;
}
.hover\:\!bg-red-100\/100:hover {
  background-color: rgb(254 226 226 / 1) !important;
}
.hover\:\!bg-red-100\/15:hover {
  background-color: rgb(254 226 226 / 0.15) !important;
}
.hover\:\!bg-red-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2) !important;
}
.hover\:\!bg-red-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25) !important;
}
.hover\:\!bg-red-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3) !important;
}
.hover\:\!bg-red-100\/35:hover {
  background-color: rgb(254 226 226 / 0.35) !important;
}
.hover\:\!bg-red-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4) !important;
}
.hover\:\!bg-red-100\/45:hover {
  background-color: rgb(254 226 226 / 0.45) !important;
}
.hover\:\!bg-red-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05) !important;
}
.hover\:\!bg-red-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5) !important;
}
.hover\:\!bg-red-100\/55:hover {
  background-color: rgb(254 226 226 / 0.55) !important;
}
.hover\:\!bg-red-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6) !important;
}
.hover\:\!bg-red-100\/65:hover {
  background-color: rgb(254 226 226 / 0.65) !important;
}
.hover\:\!bg-red-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7) !important;
}
.hover\:\!bg-red-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75) !important;
}
.hover\:\!bg-red-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8) !important;
}
.hover\:\!bg-red-100\/85:hover {
  background-color: rgb(254 226 226 / 0.85) !important;
}
.hover\:\!bg-red-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9) !important;
}
.hover\:\!bg-red-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95) !important;
}
.hover\:\!bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-200\/0:hover {
  background-color: rgb(254 202 202 / 0) !important;
}
.hover\:\!bg-red-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1) !important;
}
.hover\:\!bg-red-200\/100:hover {
  background-color: rgb(254 202 202 / 1) !important;
}
.hover\:\!bg-red-200\/15:hover {
  background-color: rgb(254 202 202 / 0.15) !important;
}
.hover\:\!bg-red-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2) !important;
}
.hover\:\!bg-red-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25) !important;
}
.hover\:\!bg-red-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3) !important;
}
.hover\:\!bg-red-200\/35:hover {
  background-color: rgb(254 202 202 / 0.35) !important;
}
.hover\:\!bg-red-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4) !important;
}
.hover\:\!bg-red-200\/45:hover {
  background-color: rgb(254 202 202 / 0.45) !important;
}
.hover\:\!bg-red-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05) !important;
}
.hover\:\!bg-red-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5) !important;
}
.hover\:\!bg-red-200\/55:hover {
  background-color: rgb(254 202 202 / 0.55) !important;
}
.hover\:\!bg-red-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6) !important;
}
.hover\:\!bg-red-200\/65:hover {
  background-color: rgb(254 202 202 / 0.65) !important;
}
.hover\:\!bg-red-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7) !important;
}
.hover\:\!bg-red-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75) !important;
}
.hover\:\!bg-red-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8) !important;
}
.hover\:\!bg-red-200\/85:hover {
  background-color: rgb(254 202 202 / 0.85) !important;
}
.hover\:\!bg-red-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9) !important;
}
.hover\:\!bg-red-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95) !important;
}
.hover\:\!bg-red-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-300\/0:hover {
  background-color: rgb(252 165 165 / 0) !important;
}
.hover\:\!bg-red-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1) !important;
}
.hover\:\!bg-red-300\/100:hover {
  background-color: rgb(252 165 165 / 1) !important;
}
.hover\:\!bg-red-300\/15:hover {
  background-color: rgb(252 165 165 / 0.15) !important;
}
.hover\:\!bg-red-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2) !important;
}
.hover\:\!bg-red-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25) !important;
}
.hover\:\!bg-red-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3) !important;
}
.hover\:\!bg-red-300\/35:hover {
  background-color: rgb(252 165 165 / 0.35) !important;
}
.hover\:\!bg-red-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4) !important;
}
.hover\:\!bg-red-300\/45:hover {
  background-color: rgb(252 165 165 / 0.45) !important;
}
.hover\:\!bg-red-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05) !important;
}
.hover\:\!bg-red-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5) !important;
}
.hover\:\!bg-red-300\/55:hover {
  background-color: rgb(252 165 165 / 0.55) !important;
}
.hover\:\!bg-red-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6) !important;
}
.hover\:\!bg-red-300\/65:hover {
  background-color: rgb(252 165 165 / 0.65) !important;
}
.hover\:\!bg-red-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7) !important;
}
.hover\:\!bg-red-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75) !important;
}
.hover\:\!bg-red-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8) !important;
}
.hover\:\!bg-red-300\/85:hover {
  background-color: rgb(252 165 165 / 0.85) !important;
}
.hover\:\!bg-red-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9) !important;
}
.hover\:\!bg-red-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95) !important;
}
.hover\:\!bg-red-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-400\/0:hover {
  background-color: rgb(248 113 113 / 0) !important;
}
.hover\:\!bg-red-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1) !important;
}
.hover\:\!bg-red-400\/100:hover {
  background-color: rgb(248 113 113 / 1) !important;
}
.hover\:\!bg-red-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15) !important;
}
.hover\:\!bg-red-400\/20:hover {
  background-color: rgb(248 113 113 / 0.2) !important;
}
.hover\:\!bg-red-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25) !important;
}
.hover\:\!bg-red-400\/30:hover {
  background-color: rgb(248 113 113 / 0.3) !important;
}
.hover\:\!bg-red-400\/35:hover {
  background-color: rgb(248 113 113 / 0.35) !important;
}
.hover\:\!bg-red-400\/40:hover {
  background-color: rgb(248 113 113 / 0.4) !important;
}
.hover\:\!bg-red-400\/45:hover {
  background-color: rgb(248 113 113 / 0.45) !important;
}
.hover\:\!bg-red-400\/5:hover {
  background-color: rgb(248 113 113 / 0.05) !important;
}
.hover\:\!bg-red-400\/50:hover {
  background-color: rgb(248 113 113 / 0.5) !important;
}
.hover\:\!bg-red-400\/55:hover {
  background-color: rgb(248 113 113 / 0.55) !important;
}
.hover\:\!bg-red-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6) !important;
}
.hover\:\!bg-red-400\/65:hover {
  background-color: rgb(248 113 113 / 0.65) !important;
}
.hover\:\!bg-red-400\/70:hover {
  background-color: rgb(248 113 113 / 0.7) !important;
}
.hover\:\!bg-red-400\/75:hover {
  background-color: rgb(248 113 113 / 0.75) !important;
}
.hover\:\!bg-red-400\/80:hover {
  background-color: rgb(248 113 113 / 0.8) !important;
}
.hover\:\!bg-red-400\/85:hover {
  background-color: rgb(248 113 113 / 0.85) !important;
}
.hover\:\!bg-red-400\/90:hover {
  background-color: rgb(248 113 113 / 0.9) !important;
}
.hover\:\!bg-red-400\/95:hover {
  background-color: rgb(248 113 113 / 0.95) !important;
}
.hover\:\!bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-50\/0:hover {
  background-color: rgb(254 242 242 / 0) !important;
}
.hover\:\!bg-red-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1) !important;
}
.hover\:\!bg-red-50\/100:hover {
  background-color: rgb(254 242 242 / 1) !important;
}
.hover\:\!bg-red-50\/15:hover {
  background-color: rgb(254 242 242 / 0.15) !important;
}
.hover\:\!bg-red-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2) !important;
}
.hover\:\!bg-red-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25) !important;
}
.hover\:\!bg-red-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3) !important;
}
.hover\:\!bg-red-50\/35:hover {
  background-color: rgb(254 242 242 / 0.35) !important;
}
.hover\:\!bg-red-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4) !important;
}
.hover\:\!bg-red-50\/45:hover {
  background-color: rgb(254 242 242 / 0.45) !important;
}
.hover\:\!bg-red-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05) !important;
}
.hover\:\!bg-red-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5) !important;
}
.hover\:\!bg-red-50\/55:hover {
  background-color: rgb(254 242 242 / 0.55) !important;
}
.hover\:\!bg-red-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6) !important;
}
.hover\:\!bg-red-50\/65:hover {
  background-color: rgb(254 242 242 / 0.65) !important;
}
.hover\:\!bg-red-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7) !important;
}
.hover\:\!bg-red-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75) !important;
}
.hover\:\!bg-red-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8) !important;
}
.hover\:\!bg-red-50\/85:hover {
  background-color: rgb(254 242 242 / 0.85) !important;
}
.hover\:\!bg-red-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9) !important;
}
.hover\:\!bg-red-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95) !important;
}
.hover\:\!bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-500\/0:hover {
  background-color: rgb(239 68 68 / 0) !important;
}
.hover\:\!bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1) !important;
}
.hover\:\!bg-red-500\/100:hover {
  background-color: rgb(239 68 68 / 1) !important;
}
.hover\:\!bg-red-500\/15:hover {
  background-color: rgb(239 68 68 / 0.15) !important;
}
.hover\:\!bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2) !important;
}
.hover\:\!bg-red-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25) !important;
}
.hover\:\!bg-red-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3) !important;
}
.hover\:\!bg-red-500\/35:hover {
  background-color: rgb(239 68 68 / 0.35) !important;
}
.hover\:\!bg-red-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4) !important;
}
.hover\:\!bg-red-500\/45:hover {
  background-color: rgb(239 68 68 / 0.45) !important;
}
.hover\:\!bg-red-500\/5:hover {
  background-color: rgb(239 68 68 / 0.05) !important;
}
.hover\:\!bg-red-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5) !important;
}
.hover\:\!bg-red-500\/55:hover {
  background-color: rgb(239 68 68 / 0.55) !important;
}
.hover\:\!bg-red-500\/60:hover {
  background-color: rgb(239 68 68 / 0.6) !important;
}
.hover\:\!bg-red-500\/65:hover {
  background-color: rgb(239 68 68 / 0.65) !important;
}
.hover\:\!bg-red-500\/70:hover {
  background-color: rgb(239 68 68 / 0.7) !important;
}
.hover\:\!bg-red-500\/75:hover {
  background-color: rgb(239 68 68 / 0.75) !important;
}
.hover\:\!bg-red-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8) !important;
}
.hover\:\!bg-red-500\/85:hover {
  background-color: rgb(239 68 68 / 0.85) !important;
}
.hover\:\!bg-red-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9) !important;
}
.hover\:\!bg-red-500\/95:hover {
  background-color: rgb(239 68 68 / 0.95) !important;
}
.hover\:\!bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-600\/0:hover {
  background-color: rgb(220 38 38 / 0) !important;
}
.hover\:\!bg-red-600\/10:hover {
  background-color: rgb(220 38 38 / 0.1) !important;
}
.hover\:\!bg-red-600\/100:hover {
  background-color: rgb(220 38 38 / 1) !important;
}
.hover\:\!bg-red-600\/15:hover {
  background-color: rgb(220 38 38 / 0.15) !important;
}
.hover\:\!bg-red-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2) !important;
}
.hover\:\!bg-red-600\/25:hover {
  background-color: rgb(220 38 38 / 0.25) !important;
}
.hover\:\!bg-red-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3) !important;
}
.hover\:\!bg-red-600\/35:hover {
  background-color: rgb(220 38 38 / 0.35) !important;
}
.hover\:\!bg-red-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4) !important;
}
.hover\:\!bg-red-600\/45:hover {
  background-color: rgb(220 38 38 / 0.45) !important;
}
.hover\:\!bg-red-600\/5:hover {
  background-color: rgb(220 38 38 / 0.05) !important;
}
.hover\:\!bg-red-600\/50:hover {
  background-color: rgb(220 38 38 / 0.5) !important;
}
.hover\:\!bg-red-600\/55:hover {
  background-color: rgb(220 38 38 / 0.55) !important;
}
.hover\:\!bg-red-600\/60:hover {
  background-color: rgb(220 38 38 / 0.6) !important;
}
.hover\:\!bg-red-600\/65:hover {
  background-color: rgb(220 38 38 / 0.65) !important;
}
.hover\:\!bg-red-600\/70:hover {
  background-color: rgb(220 38 38 / 0.7) !important;
}
.hover\:\!bg-red-600\/75:hover {
  background-color: rgb(220 38 38 / 0.75) !important;
}
.hover\:\!bg-red-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8) !important;
}
.hover\:\!bg-red-600\/85:hover {
  background-color: rgb(220 38 38 / 0.85) !important;
}
.hover\:\!bg-red-600\/90:hover {
  background-color: rgb(220 38 38 / 0.9) !important;
}
.hover\:\!bg-red-600\/95:hover {
  background-color: rgb(220 38 38 / 0.95) !important;
}
.hover\:\!bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-700\/0:hover {
  background-color: rgb(185 28 28 / 0) !important;
}
.hover\:\!bg-red-700\/10:hover {
  background-color: rgb(185 28 28 / 0.1) !important;
}
.hover\:\!bg-red-700\/100:hover {
  background-color: rgb(185 28 28 / 1) !important;
}
.hover\:\!bg-red-700\/15:hover {
  background-color: rgb(185 28 28 / 0.15) !important;
}
.hover\:\!bg-red-700\/20:hover {
  background-color: rgb(185 28 28 / 0.2) !important;
}
.hover\:\!bg-red-700\/25:hover {
  background-color: rgb(185 28 28 / 0.25) !important;
}
.hover\:\!bg-red-700\/30:hover {
  background-color: rgb(185 28 28 / 0.3) !important;
}
.hover\:\!bg-red-700\/35:hover {
  background-color: rgb(185 28 28 / 0.35) !important;
}
.hover\:\!bg-red-700\/40:hover {
  background-color: rgb(185 28 28 / 0.4) !important;
}
.hover\:\!bg-red-700\/45:hover {
  background-color: rgb(185 28 28 / 0.45) !important;
}
.hover\:\!bg-red-700\/5:hover {
  background-color: rgb(185 28 28 / 0.05) !important;
}
.hover\:\!bg-red-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5) !important;
}
.hover\:\!bg-red-700\/55:hover {
  background-color: rgb(185 28 28 / 0.55) !important;
}
.hover\:\!bg-red-700\/60:hover {
  background-color: rgb(185 28 28 / 0.6) !important;
}
.hover\:\!bg-red-700\/65:hover {
  background-color: rgb(185 28 28 / 0.65) !important;
}
.hover\:\!bg-red-700\/70:hover {
  background-color: rgb(185 28 28 / 0.7) !important;
}
.hover\:\!bg-red-700\/75:hover {
  background-color: rgb(185 28 28 / 0.75) !important;
}
.hover\:\!bg-red-700\/80:hover {
  background-color: rgb(185 28 28 / 0.8) !important;
}
.hover\:\!bg-red-700\/85:hover {
  background-color: rgb(185 28 28 / 0.85) !important;
}
.hover\:\!bg-red-700\/90:hover {
  background-color: rgb(185 28 28 / 0.9) !important;
}
.hover\:\!bg-red-700\/95:hover {
  background-color: rgb(185 28 28 / 0.95) !important;
}
.hover\:\!bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-800\/0:hover {
  background-color: rgb(153 27 27 / 0) !important;
}
.hover\:\!bg-red-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1) !important;
}
.hover\:\!bg-red-800\/100:hover {
  background-color: rgb(153 27 27 / 1) !important;
}
.hover\:\!bg-red-800\/15:hover {
  background-color: rgb(153 27 27 / 0.15) !important;
}
.hover\:\!bg-red-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2) !important;
}
.hover\:\!bg-red-800\/25:hover {
  background-color: rgb(153 27 27 / 0.25) !important;
}
.hover\:\!bg-red-800\/30:hover {
  background-color: rgb(153 27 27 / 0.3) !important;
}
.hover\:\!bg-red-800\/35:hover {
  background-color: rgb(153 27 27 / 0.35) !important;
}
.hover\:\!bg-red-800\/40:hover {
  background-color: rgb(153 27 27 / 0.4) !important;
}
.hover\:\!bg-red-800\/45:hover {
  background-color: rgb(153 27 27 / 0.45) !important;
}
.hover\:\!bg-red-800\/5:hover {
  background-color: rgb(153 27 27 / 0.05) !important;
}
.hover\:\!bg-red-800\/50:hover {
  background-color: rgb(153 27 27 / 0.5) !important;
}
.hover\:\!bg-red-800\/55:hover {
  background-color: rgb(153 27 27 / 0.55) !important;
}
.hover\:\!bg-red-800\/60:hover {
  background-color: rgb(153 27 27 / 0.6) !important;
}
.hover\:\!bg-red-800\/65:hover {
  background-color: rgb(153 27 27 / 0.65) !important;
}
.hover\:\!bg-red-800\/70:hover {
  background-color: rgb(153 27 27 / 0.7) !important;
}
.hover\:\!bg-red-800\/75:hover {
  background-color: rgb(153 27 27 / 0.75) !important;
}
.hover\:\!bg-red-800\/80:hover {
  background-color: rgb(153 27 27 / 0.8) !important;
}
.hover\:\!bg-red-800\/85:hover {
  background-color: rgb(153 27 27 / 0.85) !important;
}
.hover\:\!bg-red-800\/90:hover {
  background-color: rgb(153 27 27 / 0.9) !important;
}
.hover\:\!bg-red-800\/95:hover {
  background-color: rgb(153 27 27 / 0.95) !important;
}
.hover\:\!bg-red-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-900\/0:hover {
  background-color: rgb(127 29 29 / 0) !important;
}
.hover\:\!bg-red-900\/10:hover {
  background-color: rgb(127 29 29 / 0.1) !important;
}
.hover\:\!bg-red-900\/100:hover {
  background-color: rgb(127 29 29 / 1) !important;
}
.hover\:\!bg-red-900\/15:hover {
  background-color: rgb(127 29 29 / 0.15) !important;
}
.hover\:\!bg-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2) !important;
}
.hover\:\!bg-red-900\/25:hover {
  background-color: rgb(127 29 29 / 0.25) !important;
}
.hover\:\!bg-red-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3) !important;
}
.hover\:\!bg-red-900\/35:hover {
  background-color: rgb(127 29 29 / 0.35) !important;
}
.hover\:\!bg-red-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4) !important;
}
.hover\:\!bg-red-900\/45:hover {
  background-color: rgb(127 29 29 / 0.45) !important;
}
.hover\:\!bg-red-900\/5:hover {
  background-color: rgb(127 29 29 / 0.05) !important;
}
.hover\:\!bg-red-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5) !important;
}
.hover\:\!bg-red-900\/55:hover {
  background-color: rgb(127 29 29 / 0.55) !important;
}
.hover\:\!bg-red-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6) !important;
}
.hover\:\!bg-red-900\/65:hover {
  background-color: rgb(127 29 29 / 0.65) !important;
}
.hover\:\!bg-red-900\/70:hover {
  background-color: rgb(127 29 29 / 0.7) !important;
}
.hover\:\!bg-red-900\/75:hover {
  background-color: rgb(127 29 29 / 0.75) !important;
}
.hover\:\!bg-red-900\/80:hover {
  background-color: rgb(127 29 29 / 0.8) !important;
}
.hover\:\!bg-red-900\/85:hover {
  background-color: rgb(127 29 29 / 0.85) !important;
}
.hover\:\!bg-red-900\/90:hover {
  background-color: rgb(127 29 29 / 0.9) !important;
}
.hover\:\!bg-red-900\/95:hover {
  background-color: rgb(127 29 29 / 0.95) !important;
}
.hover\:\!bg-red-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-950\/0:hover {
  background-color: rgb(69 10 10 / 0) !important;
}
.hover\:\!bg-red-950\/10:hover {
  background-color: rgb(69 10 10 / 0.1) !important;
}
.hover\:\!bg-red-950\/100:hover {
  background-color: rgb(69 10 10 / 1) !important;
}
.hover\:\!bg-red-950\/15:hover {
  background-color: rgb(69 10 10 / 0.15) !important;
}
.hover\:\!bg-red-950\/20:hover {
  background-color: rgb(69 10 10 / 0.2) !important;
}
.hover\:\!bg-red-950\/25:hover {
  background-color: rgb(69 10 10 / 0.25) !important;
}
.hover\:\!bg-red-950\/30:hover {
  background-color: rgb(69 10 10 / 0.3) !important;
}
.hover\:\!bg-red-950\/35:hover {
  background-color: rgb(69 10 10 / 0.35) !important;
}
.hover\:\!bg-red-950\/40:hover {
  background-color: rgb(69 10 10 / 0.4) !important;
}
.hover\:\!bg-red-950\/45:hover {
  background-color: rgb(69 10 10 / 0.45) !important;
}
.hover\:\!bg-red-950\/5:hover {
  background-color: rgb(69 10 10 / 0.05) !important;
}
.hover\:\!bg-red-950\/50:hover {
  background-color: rgb(69 10 10 / 0.5) !important;
}
.hover\:\!bg-red-950\/55:hover {
  background-color: rgb(69 10 10 / 0.55) !important;
}
.hover\:\!bg-red-950\/60:hover {
  background-color: rgb(69 10 10 / 0.6) !important;
}
.hover\:\!bg-red-950\/65:hover {
  background-color: rgb(69 10 10 / 0.65) !important;
}
.hover\:\!bg-red-950\/70:hover {
  background-color: rgb(69 10 10 / 0.7) !important;
}
.hover\:\!bg-red-950\/75:hover {
  background-color: rgb(69 10 10 / 0.75) !important;
}
.hover\:\!bg-red-950\/80:hover {
  background-color: rgb(69 10 10 / 0.8) !important;
}
.hover\:\!bg-red-950\/85:hover {
  background-color: rgb(69 10 10 / 0.85) !important;
}
.hover\:\!bg-red-950\/90:hover {
  background-color: rgb(69 10 10 / 0.9) !important;
}
.hover\:\!bg-red-950\/95:hover {
  background-color: rgb(69 10 10 / 0.95) !important;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100\/0:hover {
  background-color: rgb(243 244 246 / 0);
}
.hover\:bg-gray-100\/10:hover {
  background-color: rgb(243 244 246 / 0.1);
}
.hover\:bg-gray-100\/100:hover {
  background-color: rgb(243 244 246 / 1);
}
.hover\:bg-gray-100\/15:hover {
  background-color: rgb(243 244 246 / 0.15);
}
.hover\:bg-gray-100\/20:hover {
  background-color: rgb(243 244 246 / 0.2);
}
.hover\:bg-gray-100\/25:hover {
  background-color: rgb(243 244 246 / 0.25);
}
.hover\:bg-gray-100\/30:hover {
  background-color: rgb(243 244 246 / 0.3);
}
.hover\:bg-gray-100\/35:hover {
  background-color: rgb(243 244 246 / 0.35);
}
.hover\:bg-gray-100\/40:hover {
  background-color: rgb(243 244 246 / 0.4);
}
.hover\:bg-gray-100\/45:hover {
  background-color: rgb(243 244 246 / 0.45);
}
.hover\:bg-gray-100\/5:hover {
  background-color: rgb(243 244 246 / 0.05);
}
.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}
.hover\:bg-gray-100\/55:hover {
  background-color: rgb(243 244 246 / 0.55);
}
.hover\:bg-gray-100\/60:hover {
  background-color: rgb(243 244 246 / 0.6);
}
.hover\:bg-gray-100\/65:hover {
  background-color: rgb(243 244 246 / 0.65);
}
.hover\:bg-gray-100\/70:hover {
  background-color: rgb(243 244 246 / 0.7);
}
.hover\:bg-gray-100\/75:hover {
  background-color: rgb(243 244 246 / 0.75);
}
.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}
.hover\:bg-gray-100\/85:hover {
  background-color: rgb(243 244 246 / 0.85);
}
.hover\:bg-gray-100\/90:hover {
  background-color: rgb(243 244 246 / 0.9);
}
.hover\:bg-gray-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95);
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200\/0:hover {
  background-color: rgb(229 231 235 / 0);
}
.hover\:bg-gray-200\/10:hover {
  background-color: rgb(229 231 235 / 0.1);
}
.hover\:bg-gray-200\/100:hover {
  background-color: rgb(229 231 235 / 1);
}
.hover\:bg-gray-200\/15:hover {
  background-color: rgb(229 231 235 / 0.15);
}
.hover\:bg-gray-200\/20:hover {
  background-color: rgb(229 231 235 / 0.2);
}
.hover\:bg-gray-200\/25:hover {
  background-color: rgb(229 231 235 / 0.25);
}
.hover\:bg-gray-200\/30:hover {
  background-color: rgb(229 231 235 / 0.3);
}
.hover\:bg-gray-200\/35:hover {
  background-color: rgb(229 231 235 / 0.35);
}
.hover\:bg-gray-200\/40:hover {
  background-color: rgb(229 231 235 / 0.4);
}
.hover\:bg-gray-200\/45:hover {
  background-color: rgb(229 231 235 / 0.45);
}
.hover\:bg-gray-200\/5:hover {
  background-color: rgb(229 231 235 / 0.05);
}
.hover\:bg-gray-200\/50:hover {
  background-color: rgb(229 231 235 / 0.5);
}
.hover\:bg-gray-200\/55:hover {
  background-color: rgb(229 231 235 / 0.55);
}
.hover\:bg-gray-200\/60:hover {
  background-color: rgb(229 231 235 / 0.6);
}
.hover\:bg-gray-200\/65:hover {
  background-color: rgb(229 231 235 / 0.65);
}
.hover\:bg-gray-200\/70:hover {
  background-color: rgb(229 231 235 / 0.7);
}
.hover\:bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}
.hover\:bg-gray-200\/80:hover {
  background-color: rgb(229 231 235 / 0.8);
}
.hover\:bg-gray-200\/85:hover {
  background-color: rgb(229 231 235 / 0.85);
}
.hover\:bg-gray-200\/90:hover {
  background-color: rgb(229 231 235 / 0.9);
}
.hover\:bg-gray-200\/95:hover {
  background-color: rgb(229 231 235 / 0.95);
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300\/0:hover {
  background-color: rgb(209 213 219 / 0);
}
.hover\:bg-gray-300\/10:hover {
  background-color: rgb(209 213 219 / 0.1);
}
.hover\:bg-gray-300\/100:hover {
  background-color: rgb(209 213 219 / 1);
}
.hover\:bg-gray-300\/15:hover {
  background-color: rgb(209 213 219 / 0.15);
}
.hover\:bg-gray-300\/20:hover {
  background-color: rgb(209 213 219 / 0.2);
}
.hover\:bg-gray-300\/25:hover {
  background-color: rgb(209 213 219 / 0.25);
}
.hover\:bg-gray-300\/30:hover {
  background-color: rgb(209 213 219 / 0.3);
}
.hover\:bg-gray-300\/35:hover {
  background-color: rgb(209 213 219 / 0.35);
}
.hover\:bg-gray-300\/40:hover {
  background-color: rgb(209 213 219 / 0.4);
}
.hover\:bg-gray-300\/45:hover {
  background-color: rgb(209 213 219 / 0.45);
}
.hover\:bg-gray-300\/5:hover {
  background-color: rgb(209 213 219 / 0.05);
}
.hover\:bg-gray-300\/50:hover {
  background-color: rgb(209 213 219 / 0.5);
}
.hover\:bg-gray-300\/55:hover {
  background-color: rgb(209 213 219 / 0.55);
}
.hover\:bg-gray-300\/60:hover {
  background-color: rgb(209 213 219 / 0.6);
}
.hover\:bg-gray-300\/65:hover {
  background-color: rgb(209 213 219 / 0.65);
}
.hover\:bg-gray-300\/70:hover {
  background-color: rgb(209 213 219 / 0.7);
}
.hover\:bg-gray-300\/75:hover {
  background-color: rgb(209 213 219 / 0.75);
}
.hover\:bg-gray-300\/80:hover {
  background-color: rgb(209 213 219 / 0.8);
}
.hover\:bg-gray-300\/85:hover {
  background-color: rgb(209 213 219 / 0.85);
}
.hover\:bg-gray-300\/90:hover {
  background-color: rgb(209 213 219 / 0.9);
}
.hover\:bg-gray-300\/95:hover {
  background-color: rgb(209 213 219 / 0.95);
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400\/0:hover {
  background-color: rgb(156 163 175 / 0);
}
.hover\:bg-gray-400\/10:hover {
  background-color: rgb(156 163 175 / 0.1);
}
.hover\:bg-gray-400\/100:hover {
  background-color: rgb(156 163 175 / 1);
}
.hover\:bg-gray-400\/15:hover {
  background-color: rgb(156 163 175 / 0.15);
}
.hover\:bg-gray-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2);
}
.hover\:bg-gray-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25);
}
.hover\:bg-gray-400\/30:hover {
  background-color: rgb(156 163 175 / 0.3);
}
.hover\:bg-gray-400\/35:hover {
  background-color: rgb(156 163 175 / 0.35);
}
.hover\:bg-gray-400\/40:hover {
  background-color: rgb(156 163 175 / 0.4);
}
.hover\:bg-gray-400\/45:hover {
  background-color: rgb(156 163 175 / 0.45);
}
.hover\:bg-gray-400\/5:hover {
  background-color: rgb(156 163 175 / 0.05);
}
.hover\:bg-gray-400\/50:hover {
  background-color: rgb(156 163 175 / 0.5);
}
.hover\:bg-gray-400\/55:hover {
  background-color: rgb(156 163 175 / 0.55);
}
.hover\:bg-gray-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}
.hover\:bg-gray-400\/65:hover {
  background-color: rgb(156 163 175 / 0.65);
}
.hover\:bg-gray-400\/70:hover {
  background-color: rgb(156 163 175 / 0.7);
}
.hover\:bg-gray-400\/75:hover {
  background-color: rgb(156 163 175 / 0.75);
}
.hover\:bg-gray-400\/80:hover {
  background-color: rgb(156 163 175 / 0.8);
}
.hover\:bg-gray-400\/85:hover {
  background-color: rgb(156 163 175 / 0.85);
}
.hover\:bg-gray-400\/90:hover {
  background-color: rgb(156 163 175 / 0.9);
}
.hover\:bg-gray-400\/95:hover {
  background-color: rgb(156 163 175 / 0.95);
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50\/0:hover {
  background-color: rgb(249 250 251 / 0);
}
.hover\:bg-gray-50\/10:hover {
  background-color: rgb(249 250 251 / 0.1);
}
.hover\:bg-gray-50\/100:hover {
  background-color: rgb(249 250 251 / 1);
}
.hover\:bg-gray-50\/15:hover {
  background-color: rgb(249 250 251 / 0.15);
}
.hover\:bg-gray-50\/20:hover {
  background-color: rgb(249 250 251 / 0.2);
}
.hover\:bg-gray-50\/25:hover {
  background-color: rgb(249 250 251 / 0.25);
}
.hover\:bg-gray-50\/30:hover {
  background-color: rgb(249 250 251 / 0.3);
}
.hover\:bg-gray-50\/35:hover {
  background-color: rgb(249 250 251 / 0.35);
}
.hover\:bg-gray-50\/40:hover {
  background-color: rgb(249 250 251 / 0.4);
}
.hover\:bg-gray-50\/45:hover {
  background-color: rgb(249 250 251 / 0.45);
}
.hover\:bg-gray-50\/5:hover {
  background-color: rgb(249 250 251 / 0.05);
}
.hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.hover\:bg-gray-50\/55:hover {
  background-color: rgb(249 250 251 / 0.55);
}
.hover\:bg-gray-50\/60:hover {
  background-color: rgb(249 250 251 / 0.6);
}
.hover\:bg-gray-50\/65:hover {
  background-color: rgb(249 250 251 / 0.65);
}
.hover\:bg-gray-50\/70:hover {
  background-color: rgb(249 250 251 / 0.7);
}
.hover\:bg-gray-50\/75:hover {
  background-color: rgb(249 250 251 / 0.75);
}
.hover\:bg-gray-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8);
}
.hover\:bg-gray-50\/85:hover {
  background-color: rgb(249 250 251 / 0.85);
}
.hover\:bg-gray-50\/90:hover {
  background-color: rgb(249 250 251 / 0.9);
}
.hover\:bg-gray-50\/95:hover {
  background-color: rgb(249 250 251 / 0.95);
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-500\/0:hover {
  background-color: rgb(107 114 128 / 0);
}
.hover\:bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}
.hover\:bg-gray-500\/100:hover {
  background-color: rgb(107 114 128 / 1);
}
.hover\:bg-gray-500\/15:hover {
  background-color: rgb(107 114 128 / 0.15);
}
.hover\:bg-gray-500\/20:hover {
  background-color: rgb(107 114 128 / 0.2);
}
.hover\:bg-gray-500\/25:hover {
  background-color: rgb(107 114 128 / 0.25);
}
.hover\:bg-gray-500\/30:hover {
  background-color: rgb(107 114 128 / 0.3);
}
.hover\:bg-gray-500\/35:hover {
  background-color: rgb(107 114 128 / 0.35);
}
.hover\:bg-gray-500\/40:hover {
  background-color: rgb(107 114 128 / 0.4);
}
.hover\:bg-gray-500\/45:hover {
  background-color: rgb(107 114 128 / 0.45);
}
.hover\:bg-gray-500\/5:hover {
  background-color: rgb(107 114 128 / 0.05);
}
.hover\:bg-gray-500\/50:hover {
  background-color: rgb(107 114 128 / 0.5);
}
.hover\:bg-gray-500\/55:hover {
  background-color: rgb(107 114 128 / 0.55);
}
.hover\:bg-gray-500\/60:hover {
  background-color: rgb(107 114 128 / 0.6);
}
.hover\:bg-gray-500\/65:hover {
  background-color: rgb(107 114 128 / 0.65);
}
.hover\:bg-gray-500\/70:hover {
  background-color: rgb(107 114 128 / 0.7);
}
.hover\:bg-gray-500\/75:hover {
  background-color: rgb(107 114 128 / 0.75);
}
.hover\:bg-gray-500\/80:hover {
  background-color: rgb(107 114 128 / 0.8);
}
.hover\:bg-gray-500\/85:hover {
  background-color: rgb(107 114 128 / 0.85);
}
.hover\:bg-gray-500\/90:hover {
  background-color: rgb(107 114 128 / 0.9);
}
.hover\:bg-gray-500\/95:hover {
  background-color: rgb(107 114 128 / 0.95);
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600\/0:hover {
  background-color: rgb(75 85 99 / 0);
}
.hover\:bg-gray-600\/10:hover {
  background-color: rgb(75 85 99 / 0.1);
}
.hover\:bg-gray-600\/100:hover {
  background-color: rgb(75 85 99 / 1);
}
.hover\:bg-gray-600\/15:hover {
  background-color: rgb(75 85 99 / 0.15);
}
.hover\:bg-gray-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2);
}
.hover\:bg-gray-600\/25:hover {
  background-color: rgb(75 85 99 / 0.25);
}
.hover\:bg-gray-600\/30:hover {
  background-color: rgb(75 85 99 / 0.3);
}
.hover\:bg-gray-600\/35:hover {
  background-color: rgb(75 85 99 / 0.35);
}
.hover\:bg-gray-600\/40:hover {
  background-color: rgb(75 85 99 / 0.4);
}
.hover\:bg-gray-600\/45:hover {
  background-color: rgb(75 85 99 / 0.45);
}
.hover\:bg-gray-600\/5:hover {
  background-color: rgb(75 85 99 / 0.05);
}
.hover\:bg-gray-600\/50:hover {
  background-color: rgb(75 85 99 / 0.5);
}
.hover\:bg-gray-600\/55:hover {
  background-color: rgb(75 85 99 / 0.55);
}
.hover\:bg-gray-600\/60:hover {
  background-color: rgb(75 85 99 / 0.6);
}
.hover\:bg-gray-600\/65:hover {
  background-color: rgb(75 85 99 / 0.65);
}
.hover\:bg-gray-600\/70:hover {
  background-color: rgb(75 85 99 / 0.7);
}
.hover\:bg-gray-600\/75:hover {
  background-color: rgb(75 85 99 / 0.75);
}
.hover\:bg-gray-600\/80:hover {
  background-color: rgb(75 85 99 / 0.8);
}
.hover\:bg-gray-600\/85:hover {
  background-color: rgb(75 85 99 / 0.85);
}
.hover\:bg-gray-600\/90:hover {
  background-color: rgb(75 85 99 / 0.9);
}
.hover\:bg-gray-600\/95:hover {
  background-color: rgb(75 85 99 / 0.95);
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700\/0:hover {
  background-color: rgb(55 65 81 / 0);
}
.hover\:bg-gray-700\/10:hover {
  background-color: rgb(55 65 81 / 0.1);
}
.hover\:bg-gray-700\/100:hover {
  background-color: rgb(55 65 81 / 1);
}
.hover\:bg-gray-700\/15:hover {
  background-color: rgb(55 65 81 / 0.15);
}
.hover\:bg-gray-700\/20:hover {
  background-color: rgb(55 65 81 / 0.2);
}
.hover\:bg-gray-700\/25:hover {
  background-color: rgb(55 65 81 / 0.25);
}
.hover\:bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}
.hover\:bg-gray-700\/35:hover {
  background-color: rgb(55 65 81 / 0.35);
}
.hover\:bg-gray-700\/40:hover {
  background-color: rgb(55 65 81 / 0.4);
}
.hover\:bg-gray-700\/45:hover {
  background-color: rgb(55 65 81 / 0.45);
}
.hover\:bg-gray-700\/5:hover {
  background-color: rgb(55 65 81 / 0.05);
}
.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}
.hover\:bg-gray-700\/55:hover {
  background-color: rgb(55 65 81 / 0.55);
}
.hover\:bg-gray-700\/60:hover {
  background-color: rgb(55 65 81 / 0.6);
}
.hover\:bg-gray-700\/65:hover {
  background-color: rgb(55 65 81 / 0.65);
}
.hover\:bg-gray-700\/70:hover {
  background-color: rgb(55 65 81 / 0.7);
}
.hover\:bg-gray-700\/75:hover {
  background-color: rgb(55 65 81 / 0.75);
}
.hover\:bg-gray-700\/80:hover {
  background-color: rgb(55 65 81 / 0.8);
}
.hover\:bg-gray-700\/85:hover {
  background-color: rgb(55 65 81 / 0.85);
}
.hover\:bg-gray-700\/90:hover {
  background-color: rgb(55 65 81 / 0.9);
}
.hover\:bg-gray-700\/95:hover {
  background-color: rgb(55 65 81 / 0.95);
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800\/0:hover {
  background-color: rgb(31 41 55 / 0);
}
.hover\:bg-gray-800\/10:hover {
  background-color: rgb(31 41 55 / 0.1);
}
.hover\:bg-gray-800\/100:hover {
  background-color: rgb(31 41 55 / 1);
}
.hover\:bg-gray-800\/15:hover {
  background-color: rgb(31 41 55 / 0.15);
}
.hover\:bg-gray-800\/20:hover {
  background-color: rgb(31 41 55 / 0.2);
}
.hover\:bg-gray-800\/25:hover {
  background-color: rgb(31 41 55 / 0.25);
}
.hover\:bg-gray-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3);
}
.hover\:bg-gray-800\/35:hover {
  background-color: rgb(31 41 55 / 0.35);
}
.hover\:bg-gray-800\/40:hover {
  background-color: rgb(31 41 55 / 0.4);
}
.hover\:bg-gray-800\/45:hover {
  background-color: rgb(31 41 55 / 0.45);
}
.hover\:bg-gray-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05);
}
.hover\:bg-gray-800\/50:hover {
  background-color: rgb(31 41 55 / 0.5);
}
.hover\:bg-gray-800\/55:hover {
  background-color: rgb(31 41 55 / 0.55);
}
.hover\:bg-gray-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}
.hover\:bg-gray-800\/65:hover {
  background-color: rgb(31 41 55 / 0.65);
}
.hover\:bg-gray-800\/70:hover {
  background-color: rgb(31 41 55 / 0.7);
}
.hover\:bg-gray-800\/75:hover {
  background-color: rgb(31 41 55 / 0.75);
}
.hover\:bg-gray-800\/80:hover {
  background-color: rgb(31 41 55 / 0.8);
}
.hover\:bg-gray-800\/85:hover {
  background-color: rgb(31 41 55 / 0.85);
}
.hover\:bg-gray-800\/90:hover {
  background-color: rgb(31 41 55 / 0.9);
}
.hover\:bg-gray-800\/95:hover {
  background-color: rgb(31 41 55 / 0.95);
}
.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900\/0:hover {
  background-color: rgb(17 24 39 / 0);
}
.hover\:bg-gray-900\/10:hover {
  background-color: rgb(17 24 39 / 0.1);
}
.hover\:bg-gray-900\/100:hover {
  background-color: rgb(17 24 39 / 1);
}
.hover\:bg-gray-900\/15:hover {
  background-color: rgb(17 24 39 / 0.15);
}
.hover\:bg-gray-900\/20:hover {
  background-color: rgb(17 24 39 / 0.2);
}
.hover\:bg-gray-900\/25:hover {
  background-color: rgb(17 24 39 / 0.25);
}
.hover\:bg-gray-900\/30:hover {
  background-color: rgb(17 24 39 / 0.3);
}
.hover\:bg-gray-900\/35:hover {
  background-color: rgb(17 24 39 / 0.35);
}
.hover\:bg-gray-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-gray-900\/45:hover {
  background-color: rgb(17 24 39 / 0.45);
}
.hover\:bg-gray-900\/5:hover {
  background-color: rgb(17 24 39 / 0.05);
}
.hover\:bg-gray-900\/50:hover {
  background-color: rgb(17 24 39 / 0.5);
}
.hover\:bg-gray-900\/55:hover {
  background-color: rgb(17 24 39 / 0.55);
}
.hover\:bg-gray-900\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}
.hover\:bg-gray-900\/65:hover {
  background-color: rgb(17 24 39 / 0.65);
}
.hover\:bg-gray-900\/70:hover {
  background-color: rgb(17 24 39 / 0.7);
}
.hover\:bg-gray-900\/75:hover {
  background-color: rgb(17 24 39 / 0.75);
}
.hover\:bg-gray-900\/80:hover {
  background-color: rgb(17 24 39 / 0.8);
}
.hover\:bg-gray-900\/85:hover {
  background-color: rgb(17 24 39 / 0.85);
}
.hover\:bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}
.hover\:bg-gray-900\/95:hover {
  background-color: rgb(17 24 39 / 0.95);
}
.hover\:bg-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-950\/0:hover {
  background-color: rgb(3 7 18 / 0);
}
.hover\:bg-gray-950\/10:hover {
  background-color: rgb(3 7 18 / 0.1);
}
.hover\:bg-gray-950\/100:hover {
  background-color: rgb(3 7 18 / 1);
}
.hover\:bg-gray-950\/15:hover {
  background-color: rgb(3 7 18 / 0.15);
}
.hover\:bg-gray-950\/20:hover {
  background-color: rgb(3 7 18 / 0.2);
}
.hover\:bg-gray-950\/25:hover {
  background-color: rgb(3 7 18 / 0.25);
}
.hover\:bg-gray-950\/30:hover {
  background-color: rgb(3 7 18 / 0.3);
}
.hover\:bg-gray-950\/35:hover {
  background-color: rgb(3 7 18 / 0.35);
}
.hover\:bg-gray-950\/40:hover {
  background-color: rgb(3 7 18 / 0.4);
}
.hover\:bg-gray-950\/45:hover {
  background-color: rgb(3 7 18 / 0.45);
}
.hover\:bg-gray-950\/5:hover {
  background-color: rgb(3 7 18 / 0.05);
}
.hover\:bg-gray-950\/50:hover {
  background-color: rgb(3 7 18 / 0.5);
}
.hover\:bg-gray-950\/55:hover {
  background-color: rgb(3 7 18 / 0.55);
}
.hover\:bg-gray-950\/60:hover {
  background-color: rgb(3 7 18 / 0.6);
}
.hover\:bg-gray-950\/65:hover {
  background-color: rgb(3 7 18 / 0.65);
}
.hover\:bg-gray-950\/70:hover {
  background-color: rgb(3 7 18 / 0.7);
}
.hover\:bg-gray-950\/75:hover {
  background-color: rgb(3 7 18 / 0.75);
}
.hover\:bg-gray-950\/80:hover {
  background-color: rgb(3 7 18 / 0.8);
}
.hover\:bg-gray-950\/85:hover {
  background-color: rgb(3 7 18 / 0.85);
}
.hover\:bg-gray-950\/90:hover {
  background-color: rgb(3 7 18 / 0.9);
}
.hover\:bg-gray-950\/95:hover {
  background-color: rgb(3 7 18 / 0.95);
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-100:hover {
  background-color: var(--primary-color-100);
}
.hover\:bg-primary-200:hover {
  background-color: var(--primary-color-200);
}
.hover\:bg-primary-300:hover {
  background-color: var(--primary-color-300);
}
.hover\:bg-primary-400:hover {
  background-color: var(--primary-color-400);
}
.hover\:bg-primary-50:hover {
  background-color: var(--primary-color-50);
}
.hover\:bg-primary-500:hover {
  background-color: var(--primary-color-500);
}
.hover\:bg-primary-600:hover {
  background-color: var(--primary-color-600);
}
.hover\:bg-primary-700:hover {
  background-color: var(--primary-color-700);
}
.hover\:bg-primary-800:hover {
  background-color: var(--primary-color-800);
}
.hover\:bg-primary-900:hover {
  background-color: var(--primary-color-900);
}
.hover\:bg-primary-950:hover {
  background-color: var(--primary-color-950);
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100\/0:hover {
  background-color: rgb(254 226 226 / 0);
}
.hover\:bg-red-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}
.hover\:bg-red-100\/100:hover {
  background-color: rgb(254 226 226 / 1);
}
.hover\:bg-red-100\/15:hover {
  background-color: rgb(254 226 226 / 0.15);
}
.hover\:bg-red-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}
.hover\:bg-red-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}
.hover\:bg-red-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}
.hover\:bg-red-100\/35:hover {
  background-color: rgb(254 226 226 / 0.35);
}
.hover\:bg-red-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}
.hover\:bg-red-100\/45:hover {
  background-color: rgb(254 226 226 / 0.45);
}
.hover\:bg-red-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}
.hover\:bg-red-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}
.hover\:bg-red-100\/55:hover {
  background-color: rgb(254 226 226 / 0.55);
}
.hover\:bg-red-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}
.hover\:bg-red-100\/65:hover {
  background-color: rgb(254 226 226 / 0.65);
}
.hover\:bg-red-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}
.hover\:bg-red-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}
.hover\:bg-red-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}
.hover\:bg-red-100\/85:hover {
  background-color: rgb(254 226 226 / 0.85);
}
.hover\:bg-red-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}
.hover\:bg-red-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-200\/0:hover {
  background-color: rgb(254 202 202 / 0);
}
.hover\:bg-red-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1);
}
.hover\:bg-red-200\/100:hover {
  background-color: rgb(254 202 202 / 1);
}
.hover\:bg-red-200\/15:hover {
  background-color: rgb(254 202 202 / 0.15);
}
.hover\:bg-red-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2);
}
.hover\:bg-red-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25);
}
.hover\:bg-red-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3);
}
.hover\:bg-red-200\/35:hover {
  background-color: rgb(254 202 202 / 0.35);
}
.hover\:bg-red-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}
.hover\:bg-red-200\/45:hover {
  background-color: rgb(254 202 202 / 0.45);
}
.hover\:bg-red-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05);
}
.hover\:bg-red-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5);
}
.hover\:bg-red-200\/55:hover {
  background-color: rgb(254 202 202 / 0.55);
}
.hover\:bg-red-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}
.hover\:bg-red-200\/65:hover {
  background-color: rgb(254 202 202 / 0.65);
}
.hover\:bg-red-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7);
}
.hover\:bg-red-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75);
}
.hover\:bg-red-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8);
}
.hover\:bg-red-200\/85:hover {
  background-color: rgb(254 202 202 / 0.85);
}
.hover\:bg-red-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9);
}
.hover\:bg-red-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95);
}
.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-300\/0:hover {
  background-color: rgb(252 165 165 / 0);
}
.hover\:bg-red-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1);
}
.hover\:bg-red-300\/100:hover {
  background-color: rgb(252 165 165 / 1);
}
.hover\:bg-red-300\/15:hover {
  background-color: rgb(252 165 165 / 0.15);
}
.hover\:bg-red-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2);
}
.hover\:bg-red-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25);
}
.hover\:bg-red-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3);
}
.hover\:bg-red-300\/35:hover {
  background-color: rgb(252 165 165 / 0.35);
}
.hover\:bg-red-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}
.hover\:bg-red-300\/45:hover {
  background-color: rgb(252 165 165 / 0.45);
}
.hover\:bg-red-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05);
}
.hover\:bg-red-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5);
}
.hover\:bg-red-300\/55:hover {
  background-color: rgb(252 165 165 / 0.55);
}
.hover\:bg-red-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}
.hover\:bg-red-300\/65:hover {
  background-color: rgb(252 165 165 / 0.65);
}
.hover\:bg-red-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7);
}
.hover\:bg-red-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75);
}
.hover\:bg-red-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8);
}
.hover\:bg-red-300\/85:hover {
  background-color: rgb(252 165 165 / 0.85);
}
.hover\:bg-red-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9);
}
.hover\:bg-red-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95);
}
.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-400\/0:hover {
  background-color: rgb(248 113 113 / 0);
}
.hover\:bg-red-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}
.hover\:bg-red-400\/100:hover {
  background-color: rgb(248 113 113 / 1);
}
.hover\:bg-red-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15);
}
.hover\:bg-red-400\/20:hover {
  background-color: rgb(248 113 113 / 0.2);
}
.hover\:bg-red-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25);
}
.hover\:bg-red-400\/30:hover {
  background-color: rgb(248 113 113 / 0.3);
}
.hover\:bg-red-400\/35:hover {
  background-color: rgb(248 113 113 / 0.35);
}
.hover\:bg-red-400\/40:hover {
  background-color: rgb(248 113 113 / 0.4);
}
.hover\:bg-red-400\/45:hover {
  background-color: rgb(248 113 113 / 0.45);
}
.hover\:bg-red-400\/5:hover {
  background-color: rgb(248 113 113 / 0.05);
}
.hover\:bg-red-400\/50:hover {
  background-color: rgb(248 113 113 / 0.5);
}
.hover\:bg-red-400\/55:hover {
  background-color: rgb(248 113 113 / 0.55);
}
.hover\:bg-red-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}
.hover\:bg-red-400\/65:hover {
  background-color: rgb(248 113 113 / 0.65);
}
.hover\:bg-red-400\/70:hover {
  background-color: rgb(248 113 113 / 0.7);
}
.hover\:bg-red-400\/75:hover {
  background-color: rgb(248 113 113 / 0.75);
}
.hover\:bg-red-400\/80:hover {
  background-color: rgb(248 113 113 / 0.8);
}
.hover\:bg-red-400\/85:hover {
  background-color: rgb(248 113 113 / 0.85);
}
.hover\:bg-red-400\/90:hover {
  background-color: rgb(248 113 113 / 0.9);
}
.hover\:bg-red-400\/95:hover {
  background-color: rgb(248 113 113 / 0.95);
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50\/0:hover {
  background-color: rgb(254 242 242 / 0);
}
.hover\:bg-red-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1);
}
.hover\:bg-red-50\/100:hover {
  background-color: rgb(254 242 242 / 1);
}
.hover\:bg-red-50\/15:hover {
  background-color: rgb(254 242 242 / 0.15);
}
.hover\:bg-red-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2);
}
.hover\:bg-red-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25);
}
.hover\:bg-red-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3);
}
.hover\:bg-red-50\/35:hover {
  background-color: rgb(254 242 242 / 0.35);
}
.hover\:bg-red-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}
.hover\:bg-red-50\/45:hover {
  background-color: rgb(254 242 242 / 0.45);
}
.hover\:bg-red-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05);
}
.hover\:bg-red-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}
.hover\:bg-red-50\/55:hover {
  background-color: rgb(254 242 242 / 0.55);
}
.hover\:bg-red-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}
.hover\:bg-red-50\/65:hover {
  background-color: rgb(254 242 242 / 0.65);
}
.hover\:bg-red-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7);
}
.hover\:bg-red-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75);
}
.hover\:bg-red-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8);
}
.hover\:bg-red-50\/85:hover {
  background-color: rgb(254 242 242 / 0.85);
}
.hover\:bg-red-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9);
}
.hover\:bg-red-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95);
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500\/0:hover {
  background-color: rgb(239 68 68 / 0);
}
.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}
.hover\:bg-red-500\/100:hover {
  background-color: rgb(239 68 68 / 1);
}
.hover\:bg-red-500\/15:hover {
  background-color: rgb(239 68 68 / 0.15);
}
.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}
.hover\:bg-red-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}
.hover\:bg-red-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}
.hover\:bg-red-500\/35:hover {
  background-color: rgb(239 68 68 / 0.35);
}
.hover\:bg-red-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}
.hover\:bg-red-500\/45:hover {
  background-color: rgb(239 68 68 / 0.45);
}
.hover\:bg-red-500\/5:hover {
  background-color: rgb(239 68 68 / 0.05);
}
.hover\:bg-red-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}
.hover\:bg-red-500\/55:hover {
  background-color: rgb(239 68 68 / 0.55);
}
.hover\:bg-red-500\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}
.hover\:bg-red-500\/65:hover {
  background-color: rgb(239 68 68 / 0.65);
}
.hover\:bg-red-500\/70:hover {
  background-color: rgb(239 68 68 / 0.7);
}
.hover\:bg-red-500\/75:hover {
  background-color: rgb(239 68 68 / 0.75);
}
.hover\:bg-red-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}
.hover\:bg-red-500\/85:hover {
  background-color: rgb(239 68 68 / 0.85);
}
.hover\:bg-red-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}
.hover\:bg-red-500\/95:hover {
  background-color: rgb(239 68 68 / 0.95);
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600\/0:hover {
  background-color: rgb(220 38 38 / 0);
}
.hover\:bg-red-600\/10:hover {
  background-color: rgb(220 38 38 / 0.1);
}
.hover\:bg-red-600\/100:hover {
  background-color: rgb(220 38 38 / 1);
}
.hover\:bg-red-600\/15:hover {
  background-color: rgb(220 38 38 / 0.15);
}
.hover\:bg-red-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2);
}
.hover\:bg-red-600\/25:hover {
  background-color: rgb(220 38 38 / 0.25);
}
.hover\:bg-red-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}
.hover\:bg-red-600\/35:hover {
  background-color: rgb(220 38 38 / 0.35);
}
.hover\:bg-red-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}
.hover\:bg-red-600\/45:hover {
  background-color: rgb(220 38 38 / 0.45);
}
.hover\:bg-red-600\/5:hover {
  background-color: rgb(220 38 38 / 0.05);
}
.hover\:bg-red-600\/50:hover {
  background-color: rgb(220 38 38 / 0.5);
}
.hover\:bg-red-600\/55:hover {
  background-color: rgb(220 38 38 / 0.55);
}
.hover\:bg-red-600\/60:hover {
  background-color: rgb(220 38 38 / 0.6);
}
.hover\:bg-red-600\/65:hover {
  background-color: rgb(220 38 38 / 0.65);
}
.hover\:bg-red-600\/70:hover {
  background-color: rgb(220 38 38 / 0.7);
}
.hover\:bg-red-600\/75:hover {
  background-color: rgb(220 38 38 / 0.75);
}
.hover\:bg-red-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8);
}
.hover\:bg-red-600\/85:hover {
  background-color: rgb(220 38 38 / 0.85);
}
.hover\:bg-red-600\/90:hover {
  background-color: rgb(220 38 38 / 0.9);
}
.hover\:bg-red-600\/95:hover {
  background-color: rgb(220 38 38 / 0.95);
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700\/0:hover {
  background-color: rgb(185 28 28 / 0);
}
.hover\:bg-red-700\/10:hover {
  background-color: rgb(185 28 28 / 0.1);
}
.hover\:bg-red-700\/100:hover {
  background-color: rgb(185 28 28 / 1);
}
.hover\:bg-red-700\/15:hover {
  background-color: rgb(185 28 28 / 0.15);
}
.hover\:bg-red-700\/20:hover {
  background-color: rgb(185 28 28 / 0.2);
}
.hover\:bg-red-700\/25:hover {
  background-color: rgb(185 28 28 / 0.25);
}
.hover\:bg-red-700\/30:hover {
  background-color: rgb(185 28 28 / 0.3);
}
.hover\:bg-red-700\/35:hover {
  background-color: rgb(185 28 28 / 0.35);
}
.hover\:bg-red-700\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}
.hover\:bg-red-700\/45:hover {
  background-color: rgb(185 28 28 / 0.45);
}
.hover\:bg-red-700\/5:hover {
  background-color: rgb(185 28 28 / 0.05);
}
.hover\:bg-red-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}
.hover\:bg-red-700\/55:hover {
  background-color: rgb(185 28 28 / 0.55);
}
.hover\:bg-red-700\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}
.hover\:bg-red-700\/65:hover {
  background-color: rgb(185 28 28 / 0.65);
}
.hover\:bg-red-700\/70:hover {
  background-color: rgb(185 28 28 / 0.7);
}
.hover\:bg-red-700\/75:hover {
  background-color: rgb(185 28 28 / 0.75);
}
.hover\:bg-red-700\/80:hover {
  background-color: rgb(185 28 28 / 0.8);
}
.hover\:bg-red-700\/85:hover {
  background-color: rgb(185 28 28 / 0.85);
}
.hover\:bg-red-700\/90:hover {
  background-color: rgb(185 28 28 / 0.9);
}
.hover\:bg-red-700\/95:hover {
  background-color: rgb(185 28 28 / 0.95);
}
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-800\/0:hover {
  background-color: rgb(153 27 27 / 0);
}
.hover\:bg-red-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1);
}
.hover\:bg-red-800\/100:hover {
  background-color: rgb(153 27 27 / 1);
}
.hover\:bg-red-800\/15:hover {
  background-color: rgb(153 27 27 / 0.15);
}
.hover\:bg-red-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2);
}
.hover\:bg-red-800\/25:hover {
  background-color: rgb(153 27 27 / 0.25);
}
.hover\:bg-red-800\/30:hover {
  background-color: rgb(153 27 27 / 0.3);
}
.hover\:bg-red-800\/35:hover {
  background-color: rgb(153 27 27 / 0.35);
}
.hover\:bg-red-800\/40:hover {
  background-color: rgb(153 27 27 / 0.4);
}
.hover\:bg-red-800\/45:hover {
  background-color: rgb(153 27 27 / 0.45);
}
.hover\:bg-red-800\/5:hover {
  background-color: rgb(153 27 27 / 0.05);
}
.hover\:bg-red-800\/50:hover {
  background-color: rgb(153 27 27 / 0.5);
}
.hover\:bg-red-800\/55:hover {
  background-color: rgb(153 27 27 / 0.55);
}
.hover\:bg-red-800\/60:hover {
  background-color: rgb(153 27 27 / 0.6);
}
.hover\:bg-red-800\/65:hover {
  background-color: rgb(153 27 27 / 0.65);
}
.hover\:bg-red-800\/70:hover {
  background-color: rgb(153 27 27 / 0.7);
}
.hover\:bg-red-800\/75:hover {
  background-color: rgb(153 27 27 / 0.75);
}
.hover\:bg-red-800\/80:hover {
  background-color: rgb(153 27 27 / 0.8);
}
.hover\:bg-red-800\/85:hover {
  background-color: rgb(153 27 27 / 0.85);
}
.hover\:bg-red-800\/90:hover {
  background-color: rgb(153 27 27 / 0.9);
}
.hover\:bg-red-800\/95:hover {
  background-color: rgb(153 27 27 / 0.95);
}
.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-900\/0:hover {
  background-color: rgb(127 29 29 / 0);
}
.hover\:bg-red-900\/10:hover {
  background-color: rgb(127 29 29 / 0.1);
}
.hover\:bg-red-900\/100:hover {
  background-color: rgb(127 29 29 / 1);
}
.hover\:bg-red-900\/15:hover {
  background-color: rgb(127 29 29 / 0.15);
}
.hover\:bg-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}
.hover\:bg-red-900\/25:hover {
  background-color: rgb(127 29 29 / 0.25);
}
.hover\:bg-red-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3);
}
.hover\:bg-red-900\/35:hover {
  background-color: rgb(127 29 29 / 0.35);
}
.hover\:bg-red-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}
.hover\:bg-red-900\/45:hover {
  background-color: rgb(127 29 29 / 0.45);
}
.hover\:bg-red-900\/5:hover {
  background-color: rgb(127 29 29 / 0.05);
}
.hover\:bg-red-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5);
}
.hover\:bg-red-900\/55:hover {
  background-color: rgb(127 29 29 / 0.55);
}
.hover\:bg-red-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}
.hover\:bg-red-900\/65:hover {
  background-color: rgb(127 29 29 / 0.65);
}
.hover\:bg-red-900\/70:hover {
  background-color: rgb(127 29 29 / 0.7);
}
.hover\:bg-red-900\/75:hover {
  background-color: rgb(127 29 29 / 0.75);
}
.hover\:bg-red-900\/80:hover {
  background-color: rgb(127 29 29 / 0.8);
}
.hover\:bg-red-900\/85:hover {
  background-color: rgb(127 29 29 / 0.85);
}
.hover\:bg-red-900\/90:hover {
  background-color: rgb(127 29 29 / 0.9);
}
.hover\:bg-red-900\/95:hover {
  background-color: rgb(127 29 29 / 0.95);
}
.hover\:bg-red-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-950\/0:hover {
  background-color: rgb(69 10 10 / 0);
}
.hover\:bg-red-950\/10:hover {
  background-color: rgb(69 10 10 / 0.1);
}
.hover\:bg-red-950\/100:hover {
  background-color: rgb(69 10 10 / 1);
}
.hover\:bg-red-950\/15:hover {
  background-color: rgb(69 10 10 / 0.15);
}
.hover\:bg-red-950\/20:hover {
  background-color: rgb(69 10 10 / 0.2);
}
.hover\:bg-red-950\/25:hover {
  background-color: rgb(69 10 10 / 0.25);
}
.hover\:bg-red-950\/30:hover {
  background-color: rgb(69 10 10 / 0.3);
}
.hover\:bg-red-950\/35:hover {
  background-color: rgb(69 10 10 / 0.35);
}
.hover\:bg-red-950\/40:hover {
  background-color: rgb(69 10 10 / 0.4);
}
.hover\:bg-red-950\/45:hover {
  background-color: rgb(69 10 10 / 0.45);
}
.hover\:bg-red-950\/5:hover {
  background-color: rgb(69 10 10 / 0.05);
}
.hover\:bg-red-950\/50:hover {
  background-color: rgb(69 10 10 / 0.5);
}
.hover\:bg-red-950\/55:hover {
  background-color: rgb(69 10 10 / 0.55);
}
.hover\:bg-red-950\/60:hover {
  background-color: rgb(69 10 10 / 0.6);
}
.hover\:bg-red-950\/65:hover {
  background-color: rgb(69 10 10 / 0.65);
}
.hover\:bg-red-950\/70:hover {
  background-color: rgb(69 10 10 / 0.7);
}
.hover\:bg-red-950\/75:hover {
  background-color: rgb(69 10 10 / 0.75);
}
.hover\:bg-red-950\/80:hover {
  background-color: rgb(69 10 10 / 0.8);
}
.hover\:bg-red-950\/85:hover {
  background-color: rgb(69 10 10 / 0.85);
}
.hover\:bg-red-950\/90:hover {
  background-color: rgb(69 10 10 / 0.9);
}
.hover\:bg-red-950\/95:hover {
  background-color: rgb(69 10 10 / 0.95);
}
.hover\:\!text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-100\/0:hover {
  color: rgb(243 244 246 / 0) !important;
}
.hover\:\!text-gray-100\/10:hover {
  color: rgb(243 244 246 / 0.1) !important;
}
.hover\:\!text-gray-100\/100:hover {
  color: rgb(243 244 246 / 1) !important;
}
.hover\:\!text-gray-100\/15:hover {
  color: rgb(243 244 246 / 0.15) !important;
}
.hover\:\!text-gray-100\/20:hover {
  color: rgb(243 244 246 / 0.2) !important;
}
.hover\:\!text-gray-100\/25:hover {
  color: rgb(243 244 246 / 0.25) !important;
}
.hover\:\!text-gray-100\/30:hover {
  color: rgb(243 244 246 / 0.3) !important;
}
.hover\:\!text-gray-100\/35:hover {
  color: rgb(243 244 246 / 0.35) !important;
}
.hover\:\!text-gray-100\/40:hover {
  color: rgb(243 244 246 / 0.4) !important;
}
.hover\:\!text-gray-100\/45:hover {
  color: rgb(243 244 246 / 0.45) !important;
}
.hover\:\!text-gray-100\/5:hover {
  color: rgb(243 244 246 / 0.05) !important;
}
.hover\:\!text-gray-100\/50:hover {
  color: rgb(243 244 246 / 0.5) !important;
}
.hover\:\!text-gray-100\/55:hover {
  color: rgb(243 244 246 / 0.55) !important;
}
.hover\:\!text-gray-100\/60:hover {
  color: rgb(243 244 246 / 0.6) !important;
}
.hover\:\!text-gray-100\/65:hover {
  color: rgb(243 244 246 / 0.65) !important;
}
.hover\:\!text-gray-100\/70:hover {
  color: rgb(243 244 246 / 0.7) !important;
}
.hover\:\!text-gray-100\/75:hover {
  color: rgb(243 244 246 / 0.75) !important;
}
.hover\:\!text-gray-100\/80:hover {
  color: rgb(243 244 246 / 0.8) !important;
}
.hover\:\!text-gray-100\/85:hover {
  color: rgb(243 244 246 / 0.85) !important;
}
.hover\:\!text-gray-100\/90:hover {
  color: rgb(243 244 246 / 0.9) !important;
}
.hover\:\!text-gray-100\/95:hover {
  color: rgb(243 244 246 / 0.95) !important;
}
.hover\:\!text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-200\/0:hover {
  color: rgb(229 231 235 / 0) !important;
}
.hover\:\!text-gray-200\/10:hover {
  color: rgb(229 231 235 / 0.1) !important;
}
.hover\:\!text-gray-200\/100:hover {
  color: rgb(229 231 235 / 1) !important;
}
.hover\:\!text-gray-200\/15:hover {
  color: rgb(229 231 235 / 0.15) !important;
}
.hover\:\!text-gray-200\/20:hover {
  color: rgb(229 231 235 / 0.2) !important;
}
.hover\:\!text-gray-200\/25:hover {
  color: rgb(229 231 235 / 0.25) !important;
}
.hover\:\!text-gray-200\/30:hover {
  color: rgb(229 231 235 / 0.3) !important;
}
.hover\:\!text-gray-200\/35:hover {
  color: rgb(229 231 235 / 0.35) !important;
}
.hover\:\!text-gray-200\/40:hover {
  color: rgb(229 231 235 / 0.4) !important;
}
.hover\:\!text-gray-200\/45:hover {
  color: rgb(229 231 235 / 0.45) !important;
}
.hover\:\!text-gray-200\/5:hover {
  color: rgb(229 231 235 / 0.05) !important;
}
.hover\:\!text-gray-200\/50:hover {
  color: rgb(229 231 235 / 0.5) !important;
}
.hover\:\!text-gray-200\/55:hover {
  color: rgb(229 231 235 / 0.55) !important;
}
.hover\:\!text-gray-200\/60:hover {
  color: rgb(229 231 235 / 0.6) !important;
}
.hover\:\!text-gray-200\/65:hover {
  color: rgb(229 231 235 / 0.65) !important;
}
.hover\:\!text-gray-200\/70:hover {
  color: rgb(229 231 235 / 0.7) !important;
}
.hover\:\!text-gray-200\/75:hover {
  color: rgb(229 231 235 / 0.75) !important;
}
.hover\:\!text-gray-200\/80:hover {
  color: rgb(229 231 235 / 0.8) !important;
}
.hover\:\!text-gray-200\/85:hover {
  color: rgb(229 231 235 / 0.85) !important;
}
.hover\:\!text-gray-200\/90:hover {
  color: rgb(229 231 235 / 0.9) !important;
}
.hover\:\!text-gray-200\/95:hover {
  color: rgb(229 231 235 / 0.95) !important;
}
.hover\:\!text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-300\/0:hover {
  color: rgb(209 213 219 / 0) !important;
}
.hover\:\!text-gray-300\/10:hover {
  color: rgb(209 213 219 / 0.1) !important;
}
.hover\:\!text-gray-300\/100:hover {
  color: rgb(209 213 219 / 1) !important;
}
.hover\:\!text-gray-300\/15:hover {
  color: rgb(209 213 219 / 0.15) !important;
}
.hover\:\!text-gray-300\/20:hover {
  color: rgb(209 213 219 / 0.2) !important;
}
.hover\:\!text-gray-300\/25:hover {
  color: rgb(209 213 219 / 0.25) !important;
}
.hover\:\!text-gray-300\/30:hover {
  color: rgb(209 213 219 / 0.3) !important;
}
.hover\:\!text-gray-300\/35:hover {
  color: rgb(209 213 219 / 0.35) !important;
}
.hover\:\!text-gray-300\/40:hover {
  color: rgb(209 213 219 / 0.4) !important;
}
.hover\:\!text-gray-300\/45:hover {
  color: rgb(209 213 219 / 0.45) !important;
}
.hover\:\!text-gray-300\/5:hover {
  color: rgb(209 213 219 / 0.05) !important;
}
.hover\:\!text-gray-300\/50:hover {
  color: rgb(209 213 219 / 0.5) !important;
}
.hover\:\!text-gray-300\/55:hover {
  color: rgb(209 213 219 / 0.55) !important;
}
.hover\:\!text-gray-300\/60:hover {
  color: rgb(209 213 219 / 0.6) !important;
}
.hover\:\!text-gray-300\/65:hover {
  color: rgb(209 213 219 / 0.65) !important;
}
.hover\:\!text-gray-300\/70:hover {
  color: rgb(209 213 219 / 0.7) !important;
}
.hover\:\!text-gray-300\/75:hover {
  color: rgb(209 213 219 / 0.75) !important;
}
.hover\:\!text-gray-300\/80:hover {
  color: rgb(209 213 219 / 0.8) !important;
}
.hover\:\!text-gray-300\/85:hover {
  color: rgb(209 213 219 / 0.85) !important;
}
.hover\:\!text-gray-300\/90:hover {
  color: rgb(209 213 219 / 0.9) !important;
}
.hover\:\!text-gray-300\/95:hover {
  color: rgb(209 213 219 / 0.95) !important;
}
.hover\:\!text-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-400\/0:hover {
  color: rgb(156 163 175 / 0) !important;
}
.hover\:\!text-gray-400\/10:hover {
  color: rgb(156 163 175 / 0.1) !important;
}
.hover\:\!text-gray-400\/100:hover {
  color: rgb(156 163 175 / 1) !important;
}
.hover\:\!text-gray-400\/15:hover {
  color: rgb(156 163 175 / 0.15) !important;
}
.hover\:\!text-gray-400\/20:hover {
  color: rgb(156 163 175 / 0.2) !important;
}
.hover\:\!text-gray-400\/25:hover {
  color: rgb(156 163 175 / 0.25) !important;
}
.hover\:\!text-gray-400\/30:hover {
  color: rgb(156 163 175 / 0.3) !important;
}
.hover\:\!text-gray-400\/35:hover {
  color: rgb(156 163 175 / 0.35) !important;
}
.hover\:\!text-gray-400\/40:hover {
  color: rgb(156 163 175 / 0.4) !important;
}
.hover\:\!text-gray-400\/45:hover {
  color: rgb(156 163 175 / 0.45) !important;
}
.hover\:\!text-gray-400\/5:hover {
  color: rgb(156 163 175 / 0.05) !important;
}
.hover\:\!text-gray-400\/50:hover {
  color: rgb(156 163 175 / 0.5) !important;
}
.hover\:\!text-gray-400\/55:hover {
  color: rgb(156 163 175 / 0.55) !important;
}
.hover\:\!text-gray-400\/60:hover {
  color: rgb(156 163 175 / 0.6) !important;
}
.hover\:\!text-gray-400\/65:hover {
  color: rgb(156 163 175 / 0.65) !important;
}
.hover\:\!text-gray-400\/70:hover {
  color: rgb(156 163 175 / 0.7) !important;
}
.hover\:\!text-gray-400\/75:hover {
  color: rgb(156 163 175 / 0.75) !important;
}
.hover\:\!text-gray-400\/80:hover {
  color: rgb(156 163 175 / 0.8) !important;
}
.hover\:\!text-gray-400\/85:hover {
  color: rgb(156 163 175 / 0.85) !important;
}
.hover\:\!text-gray-400\/90:hover {
  color: rgb(156 163 175 / 0.9) !important;
}
.hover\:\!text-gray-400\/95:hover {
  color: rgb(156 163 175 / 0.95) !important;
}
.hover\:\!text-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-50\/0:hover {
  color: rgb(249 250 251 / 0) !important;
}
.hover\:\!text-gray-50\/10:hover {
  color: rgb(249 250 251 / 0.1) !important;
}
.hover\:\!text-gray-50\/100:hover {
  color: rgb(249 250 251 / 1) !important;
}
.hover\:\!text-gray-50\/15:hover {
  color: rgb(249 250 251 / 0.15) !important;
}
.hover\:\!text-gray-50\/20:hover {
  color: rgb(249 250 251 / 0.2) !important;
}
.hover\:\!text-gray-50\/25:hover {
  color: rgb(249 250 251 / 0.25) !important;
}
.hover\:\!text-gray-50\/30:hover {
  color: rgb(249 250 251 / 0.3) !important;
}
.hover\:\!text-gray-50\/35:hover {
  color: rgb(249 250 251 / 0.35) !important;
}
.hover\:\!text-gray-50\/40:hover {
  color: rgb(249 250 251 / 0.4) !important;
}
.hover\:\!text-gray-50\/45:hover {
  color: rgb(249 250 251 / 0.45) !important;
}
.hover\:\!text-gray-50\/5:hover {
  color: rgb(249 250 251 / 0.05) !important;
}
.hover\:\!text-gray-50\/50:hover {
  color: rgb(249 250 251 / 0.5) !important;
}
.hover\:\!text-gray-50\/55:hover {
  color: rgb(249 250 251 / 0.55) !important;
}
.hover\:\!text-gray-50\/60:hover {
  color: rgb(249 250 251 / 0.6) !important;
}
.hover\:\!text-gray-50\/65:hover {
  color: rgb(249 250 251 / 0.65) !important;
}
.hover\:\!text-gray-50\/70:hover {
  color: rgb(249 250 251 / 0.7) !important;
}
.hover\:\!text-gray-50\/75:hover {
  color: rgb(249 250 251 / 0.75) !important;
}
.hover\:\!text-gray-50\/80:hover {
  color: rgb(249 250 251 / 0.8) !important;
}
.hover\:\!text-gray-50\/85:hover {
  color: rgb(249 250 251 / 0.85) !important;
}
.hover\:\!text-gray-50\/90:hover {
  color: rgb(249 250 251 / 0.9) !important;
}
.hover\:\!text-gray-50\/95:hover {
  color: rgb(249 250 251 / 0.95) !important;
}
.hover\:\!text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-500\/0:hover {
  color: rgb(107 114 128 / 0) !important;
}
.hover\:\!text-gray-500\/10:hover {
  color: rgb(107 114 128 / 0.1) !important;
}
.hover\:\!text-gray-500\/100:hover {
  color: rgb(107 114 128 / 1) !important;
}
.hover\:\!text-gray-500\/15:hover {
  color: rgb(107 114 128 / 0.15) !important;
}
.hover\:\!text-gray-500\/20:hover {
  color: rgb(107 114 128 / 0.2) !important;
}
.hover\:\!text-gray-500\/25:hover {
  color: rgb(107 114 128 / 0.25) !important;
}
.hover\:\!text-gray-500\/30:hover {
  color: rgb(107 114 128 / 0.3) !important;
}
.hover\:\!text-gray-500\/35:hover {
  color: rgb(107 114 128 / 0.35) !important;
}
.hover\:\!text-gray-500\/40:hover {
  color: rgb(107 114 128 / 0.4) !important;
}
.hover\:\!text-gray-500\/45:hover {
  color: rgb(107 114 128 / 0.45) !important;
}
.hover\:\!text-gray-500\/5:hover {
  color: rgb(107 114 128 / 0.05) !important;
}
.hover\:\!text-gray-500\/50:hover {
  color: rgb(107 114 128 / 0.5) !important;
}
.hover\:\!text-gray-500\/55:hover {
  color: rgb(107 114 128 / 0.55) !important;
}
.hover\:\!text-gray-500\/60:hover {
  color: rgb(107 114 128 / 0.6) !important;
}
.hover\:\!text-gray-500\/65:hover {
  color: rgb(107 114 128 / 0.65) !important;
}
.hover\:\!text-gray-500\/70:hover {
  color: rgb(107 114 128 / 0.7) !important;
}
.hover\:\!text-gray-500\/75:hover {
  color: rgb(107 114 128 / 0.75) !important;
}
.hover\:\!text-gray-500\/80:hover {
  color: rgb(107 114 128 / 0.8) !important;
}
.hover\:\!text-gray-500\/85:hover {
  color: rgb(107 114 128 / 0.85) !important;
}
.hover\:\!text-gray-500\/90:hover {
  color: rgb(107 114 128 / 0.9) !important;
}
.hover\:\!text-gray-500\/95:hover {
  color: rgb(107 114 128 / 0.95) !important;
}
.hover\:\!text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-600\/0:hover {
  color: rgb(75 85 99 / 0) !important;
}
.hover\:\!text-gray-600\/10:hover {
  color: rgb(75 85 99 / 0.1) !important;
}
.hover\:\!text-gray-600\/100:hover {
  color: rgb(75 85 99 / 1) !important;
}
.hover\:\!text-gray-600\/15:hover {
  color: rgb(75 85 99 / 0.15) !important;
}
.hover\:\!text-gray-600\/20:hover {
  color: rgb(75 85 99 / 0.2) !important;
}
.hover\:\!text-gray-600\/25:hover {
  color: rgb(75 85 99 / 0.25) !important;
}
.hover\:\!text-gray-600\/30:hover {
  color: rgb(75 85 99 / 0.3) !important;
}
.hover\:\!text-gray-600\/35:hover {
  color: rgb(75 85 99 / 0.35) !important;
}
.hover\:\!text-gray-600\/40:hover {
  color: rgb(75 85 99 / 0.4) !important;
}
.hover\:\!text-gray-600\/45:hover {
  color: rgb(75 85 99 / 0.45) !important;
}
.hover\:\!text-gray-600\/5:hover {
  color: rgb(75 85 99 / 0.05) !important;
}
.hover\:\!text-gray-600\/50:hover {
  color: rgb(75 85 99 / 0.5) !important;
}
.hover\:\!text-gray-600\/55:hover {
  color: rgb(75 85 99 / 0.55) !important;
}
.hover\:\!text-gray-600\/60:hover {
  color: rgb(75 85 99 / 0.6) !important;
}
.hover\:\!text-gray-600\/65:hover {
  color: rgb(75 85 99 / 0.65) !important;
}
.hover\:\!text-gray-600\/70:hover {
  color: rgb(75 85 99 / 0.7) !important;
}
.hover\:\!text-gray-600\/75:hover {
  color: rgb(75 85 99 / 0.75) !important;
}
.hover\:\!text-gray-600\/80:hover {
  color: rgb(75 85 99 / 0.8) !important;
}
.hover\:\!text-gray-600\/85:hover {
  color: rgb(75 85 99 / 0.85) !important;
}
.hover\:\!text-gray-600\/90:hover {
  color: rgb(75 85 99 / 0.9) !important;
}
.hover\:\!text-gray-600\/95:hover {
  color: rgb(75 85 99 / 0.95) !important;
}
.hover\:\!text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-700\/0:hover {
  color: rgb(55 65 81 / 0) !important;
}
.hover\:\!text-gray-700\/10:hover {
  color: rgb(55 65 81 / 0.1) !important;
}
.hover\:\!text-gray-700\/100:hover {
  color: rgb(55 65 81 / 1) !important;
}
.hover\:\!text-gray-700\/15:hover {
  color: rgb(55 65 81 / 0.15) !important;
}
.hover\:\!text-gray-700\/20:hover {
  color: rgb(55 65 81 / 0.2) !important;
}
.hover\:\!text-gray-700\/25:hover {
  color: rgb(55 65 81 / 0.25) !important;
}
.hover\:\!text-gray-700\/30:hover {
  color: rgb(55 65 81 / 0.3) !important;
}
.hover\:\!text-gray-700\/35:hover {
  color: rgb(55 65 81 / 0.35) !important;
}
.hover\:\!text-gray-700\/40:hover {
  color: rgb(55 65 81 / 0.4) !important;
}
.hover\:\!text-gray-700\/45:hover {
  color: rgb(55 65 81 / 0.45) !important;
}
.hover\:\!text-gray-700\/5:hover {
  color: rgb(55 65 81 / 0.05) !important;
}
.hover\:\!text-gray-700\/50:hover {
  color: rgb(55 65 81 / 0.5) !important;
}
.hover\:\!text-gray-700\/55:hover {
  color: rgb(55 65 81 / 0.55) !important;
}
.hover\:\!text-gray-700\/60:hover {
  color: rgb(55 65 81 / 0.6) !important;
}
.hover\:\!text-gray-700\/65:hover {
  color: rgb(55 65 81 / 0.65) !important;
}
.hover\:\!text-gray-700\/70:hover {
  color: rgb(55 65 81 / 0.7) !important;
}
.hover\:\!text-gray-700\/75:hover {
  color: rgb(55 65 81 / 0.75) !important;
}
.hover\:\!text-gray-700\/80:hover {
  color: rgb(55 65 81 / 0.8) !important;
}
.hover\:\!text-gray-700\/85:hover {
  color: rgb(55 65 81 / 0.85) !important;
}
.hover\:\!text-gray-700\/90:hover {
  color: rgb(55 65 81 / 0.9) !important;
}
.hover\:\!text-gray-700\/95:hover {
  color: rgb(55 65 81 / 0.95) !important;
}
.hover\:\!text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-800\/0:hover {
  color: rgb(31 41 55 / 0) !important;
}
.hover\:\!text-gray-800\/10:hover {
  color: rgb(31 41 55 / 0.1) !important;
}
.hover\:\!text-gray-800\/100:hover {
  color: rgb(31 41 55 / 1) !important;
}
.hover\:\!text-gray-800\/15:hover {
  color: rgb(31 41 55 / 0.15) !important;
}
.hover\:\!text-gray-800\/20:hover {
  color: rgb(31 41 55 / 0.2) !important;
}
.hover\:\!text-gray-800\/25:hover {
  color: rgb(31 41 55 / 0.25) !important;
}
.hover\:\!text-gray-800\/30:hover {
  color: rgb(31 41 55 / 0.3) !important;
}
.hover\:\!text-gray-800\/35:hover {
  color: rgb(31 41 55 / 0.35) !important;
}
.hover\:\!text-gray-800\/40:hover {
  color: rgb(31 41 55 / 0.4) !important;
}
.hover\:\!text-gray-800\/45:hover {
  color: rgb(31 41 55 / 0.45) !important;
}
.hover\:\!text-gray-800\/5:hover {
  color: rgb(31 41 55 / 0.05) !important;
}
.hover\:\!text-gray-800\/50:hover {
  color: rgb(31 41 55 / 0.5) !important;
}
.hover\:\!text-gray-800\/55:hover {
  color: rgb(31 41 55 / 0.55) !important;
}
.hover\:\!text-gray-800\/60:hover {
  color: rgb(31 41 55 / 0.6) !important;
}
.hover\:\!text-gray-800\/65:hover {
  color: rgb(31 41 55 / 0.65) !important;
}
.hover\:\!text-gray-800\/70:hover {
  color: rgb(31 41 55 / 0.7) !important;
}
.hover\:\!text-gray-800\/75:hover {
  color: rgb(31 41 55 / 0.75) !important;
}
.hover\:\!text-gray-800\/80:hover {
  color: rgb(31 41 55 / 0.8) !important;
}
.hover\:\!text-gray-800\/85:hover {
  color: rgb(31 41 55 / 0.85) !important;
}
.hover\:\!text-gray-800\/90:hover {
  color: rgb(31 41 55 / 0.9) !important;
}
.hover\:\!text-gray-800\/95:hover {
  color: rgb(31 41 55 / 0.95) !important;
}
.hover\:\!text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-900\/0:hover {
  color: rgb(17 24 39 / 0) !important;
}
.hover\:\!text-gray-900\/10:hover {
  color: rgb(17 24 39 / 0.1) !important;
}
.hover\:\!text-gray-900\/100:hover {
  color: rgb(17 24 39 / 1) !important;
}
.hover\:\!text-gray-900\/15:hover {
  color: rgb(17 24 39 / 0.15) !important;
}
.hover\:\!text-gray-900\/20:hover {
  color: rgb(17 24 39 / 0.2) !important;
}
.hover\:\!text-gray-900\/25:hover {
  color: rgb(17 24 39 / 0.25) !important;
}
.hover\:\!text-gray-900\/30:hover {
  color: rgb(17 24 39 / 0.3) !important;
}
.hover\:\!text-gray-900\/35:hover {
  color: rgb(17 24 39 / 0.35) !important;
}
.hover\:\!text-gray-900\/40:hover {
  color: rgb(17 24 39 / 0.4) !important;
}
.hover\:\!text-gray-900\/45:hover {
  color: rgb(17 24 39 / 0.45) !important;
}
.hover\:\!text-gray-900\/5:hover {
  color: rgb(17 24 39 / 0.05) !important;
}
.hover\:\!text-gray-900\/50:hover {
  color: rgb(17 24 39 / 0.5) !important;
}
.hover\:\!text-gray-900\/55:hover {
  color: rgb(17 24 39 / 0.55) !important;
}
.hover\:\!text-gray-900\/60:hover {
  color: rgb(17 24 39 / 0.6) !important;
}
.hover\:\!text-gray-900\/65:hover {
  color: rgb(17 24 39 / 0.65) !important;
}
.hover\:\!text-gray-900\/70:hover {
  color: rgb(17 24 39 / 0.7) !important;
}
.hover\:\!text-gray-900\/75:hover {
  color: rgb(17 24 39 / 0.75) !important;
}
.hover\:\!text-gray-900\/80:hover {
  color: rgb(17 24 39 / 0.8) !important;
}
.hover\:\!text-gray-900\/85:hover {
  color: rgb(17 24 39 / 0.85) !important;
}
.hover\:\!text-gray-900\/90:hover {
  color: rgb(17 24 39 / 0.9) !important;
}
.hover\:\!text-gray-900\/95:hover {
  color: rgb(17 24 39 / 0.95) !important;
}
.hover\:\!text-gray-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-950\/0:hover {
  color: rgb(3 7 18 / 0) !important;
}
.hover\:\!text-gray-950\/10:hover {
  color: rgb(3 7 18 / 0.1) !important;
}
.hover\:\!text-gray-950\/100:hover {
  color: rgb(3 7 18 / 1) !important;
}
.hover\:\!text-gray-950\/15:hover {
  color: rgb(3 7 18 / 0.15) !important;
}
.hover\:\!text-gray-950\/20:hover {
  color: rgb(3 7 18 / 0.2) !important;
}
.hover\:\!text-gray-950\/25:hover {
  color: rgb(3 7 18 / 0.25) !important;
}
.hover\:\!text-gray-950\/30:hover {
  color: rgb(3 7 18 / 0.3) !important;
}
.hover\:\!text-gray-950\/35:hover {
  color: rgb(3 7 18 / 0.35) !important;
}
.hover\:\!text-gray-950\/40:hover {
  color: rgb(3 7 18 / 0.4) !important;
}
.hover\:\!text-gray-950\/45:hover {
  color: rgb(3 7 18 / 0.45) !important;
}
.hover\:\!text-gray-950\/5:hover {
  color: rgb(3 7 18 / 0.05) !important;
}
.hover\:\!text-gray-950\/50:hover {
  color: rgb(3 7 18 / 0.5) !important;
}
.hover\:\!text-gray-950\/55:hover {
  color: rgb(3 7 18 / 0.55) !important;
}
.hover\:\!text-gray-950\/60:hover {
  color: rgb(3 7 18 / 0.6) !important;
}
.hover\:\!text-gray-950\/65:hover {
  color: rgb(3 7 18 / 0.65) !important;
}
.hover\:\!text-gray-950\/70:hover {
  color: rgb(3 7 18 / 0.7) !important;
}
.hover\:\!text-gray-950\/75:hover {
  color: rgb(3 7 18 / 0.75) !important;
}
.hover\:\!text-gray-950\/80:hover {
  color: rgb(3 7 18 / 0.8) !important;
}
.hover\:\!text-gray-950\/85:hover {
  color: rgb(3 7 18 / 0.85) !important;
}
.hover\:\!text-gray-950\/90:hover {
  color: rgb(3 7 18 / 0.9) !important;
}
.hover\:\!text-gray-950\/95:hover {
  color: rgb(3 7 18 / 0.95) !important;
}
.hover\:\!text-primary-100:hover {
  color: var(--primary-color-100) !important;
}
.hover\:\!text-primary-200:hover {
  color: var(--primary-color-200) !important;
}
.hover\:\!text-primary-300:hover {
  color: var(--primary-color-300) !important;
}
.hover\:\!text-primary-400:hover {
  color: var(--primary-color-400) !important;
}
.hover\:\!text-primary-50:hover {
  color: var(--primary-color-50) !important;
}
.hover\:\!text-primary-500:hover {
  color: var(--primary-color-500) !important;
}
.hover\:\!text-primary-600:hover {
  color: var(--primary-color-600) !important;
}
.hover\:\!text-primary-700:hover {
  color: var(--primary-color-700) !important;
}
.hover\:\!text-primary-800:hover {
  color: var(--primary-color-800) !important;
}
.hover\:\!text-primary-900:hover {
  color: var(--primary-color-900) !important;
}
.hover\:\!text-primary-950:hover {
  color: var(--primary-color-950) !important;
}
.hover\:\!text-red-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-100\/0:hover {
  color: rgb(254 226 226 / 0) !important;
}
.hover\:\!text-red-100\/10:hover {
  color: rgb(254 226 226 / 0.1) !important;
}
.hover\:\!text-red-100\/100:hover {
  color: rgb(254 226 226 / 1) !important;
}
.hover\:\!text-red-100\/15:hover {
  color: rgb(254 226 226 / 0.15) !important;
}
.hover\:\!text-red-100\/20:hover {
  color: rgb(254 226 226 / 0.2) !important;
}
.hover\:\!text-red-100\/25:hover {
  color: rgb(254 226 226 / 0.25) !important;
}
.hover\:\!text-red-100\/30:hover {
  color: rgb(254 226 226 / 0.3) !important;
}
.hover\:\!text-red-100\/35:hover {
  color: rgb(254 226 226 / 0.35) !important;
}
.hover\:\!text-red-100\/40:hover {
  color: rgb(254 226 226 / 0.4) !important;
}
.hover\:\!text-red-100\/45:hover {
  color: rgb(254 226 226 / 0.45) !important;
}
.hover\:\!text-red-100\/5:hover {
  color: rgb(254 226 226 / 0.05) !important;
}
.hover\:\!text-red-100\/50:hover {
  color: rgb(254 226 226 / 0.5) !important;
}
.hover\:\!text-red-100\/55:hover {
  color: rgb(254 226 226 / 0.55) !important;
}
.hover\:\!text-red-100\/60:hover {
  color: rgb(254 226 226 / 0.6) !important;
}
.hover\:\!text-red-100\/65:hover {
  color: rgb(254 226 226 / 0.65) !important;
}
.hover\:\!text-red-100\/70:hover {
  color: rgb(254 226 226 / 0.7) !important;
}
.hover\:\!text-red-100\/75:hover {
  color: rgb(254 226 226 / 0.75) !important;
}
.hover\:\!text-red-100\/80:hover {
  color: rgb(254 226 226 / 0.8) !important;
}
.hover\:\!text-red-100\/85:hover {
  color: rgb(254 226 226 / 0.85) !important;
}
.hover\:\!text-red-100\/90:hover {
  color: rgb(254 226 226 / 0.9) !important;
}
.hover\:\!text-red-100\/95:hover {
  color: rgb(254 226 226 / 0.95) !important;
}
.hover\:\!text-red-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-200\/0:hover {
  color: rgb(254 202 202 / 0) !important;
}
.hover\:\!text-red-200\/10:hover {
  color: rgb(254 202 202 / 0.1) !important;
}
.hover\:\!text-red-200\/100:hover {
  color: rgb(254 202 202 / 1) !important;
}
.hover\:\!text-red-200\/15:hover {
  color: rgb(254 202 202 / 0.15) !important;
}
.hover\:\!text-red-200\/20:hover {
  color: rgb(254 202 202 / 0.2) !important;
}
.hover\:\!text-red-200\/25:hover {
  color: rgb(254 202 202 / 0.25) !important;
}
.hover\:\!text-red-200\/30:hover {
  color: rgb(254 202 202 / 0.3) !important;
}
.hover\:\!text-red-200\/35:hover {
  color: rgb(254 202 202 / 0.35) !important;
}
.hover\:\!text-red-200\/40:hover {
  color: rgb(254 202 202 / 0.4) !important;
}
.hover\:\!text-red-200\/45:hover {
  color: rgb(254 202 202 / 0.45) !important;
}
.hover\:\!text-red-200\/5:hover {
  color: rgb(254 202 202 / 0.05) !important;
}
.hover\:\!text-red-200\/50:hover {
  color: rgb(254 202 202 / 0.5) !important;
}
.hover\:\!text-red-200\/55:hover {
  color: rgb(254 202 202 / 0.55) !important;
}
.hover\:\!text-red-200\/60:hover {
  color: rgb(254 202 202 / 0.6) !important;
}
.hover\:\!text-red-200\/65:hover {
  color: rgb(254 202 202 / 0.65) !important;
}
.hover\:\!text-red-200\/70:hover {
  color: rgb(254 202 202 / 0.7) !important;
}
.hover\:\!text-red-200\/75:hover {
  color: rgb(254 202 202 / 0.75) !important;
}
.hover\:\!text-red-200\/80:hover {
  color: rgb(254 202 202 / 0.8) !important;
}
.hover\:\!text-red-200\/85:hover {
  color: rgb(254 202 202 / 0.85) !important;
}
.hover\:\!text-red-200\/90:hover {
  color: rgb(254 202 202 / 0.9) !important;
}
.hover\:\!text-red-200\/95:hover {
  color: rgb(254 202 202 / 0.95) !important;
}
.hover\:\!text-red-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-300\/0:hover {
  color: rgb(252 165 165 / 0) !important;
}
.hover\:\!text-red-300\/10:hover {
  color: rgb(252 165 165 / 0.1) !important;
}
.hover\:\!text-red-300\/100:hover {
  color: rgb(252 165 165 / 1) !important;
}
.hover\:\!text-red-300\/15:hover {
  color: rgb(252 165 165 / 0.15) !important;
}
.hover\:\!text-red-300\/20:hover {
  color: rgb(252 165 165 / 0.2) !important;
}
.hover\:\!text-red-300\/25:hover {
  color: rgb(252 165 165 / 0.25) !important;
}
.hover\:\!text-red-300\/30:hover {
  color: rgb(252 165 165 / 0.3) !important;
}
.hover\:\!text-red-300\/35:hover {
  color: rgb(252 165 165 / 0.35) !important;
}
.hover\:\!text-red-300\/40:hover {
  color: rgb(252 165 165 / 0.4) !important;
}
.hover\:\!text-red-300\/45:hover {
  color: rgb(252 165 165 / 0.45) !important;
}
.hover\:\!text-red-300\/5:hover {
  color: rgb(252 165 165 / 0.05) !important;
}
.hover\:\!text-red-300\/50:hover {
  color: rgb(252 165 165 / 0.5) !important;
}
.hover\:\!text-red-300\/55:hover {
  color: rgb(252 165 165 / 0.55) !important;
}
.hover\:\!text-red-300\/60:hover {
  color: rgb(252 165 165 / 0.6) !important;
}
.hover\:\!text-red-300\/65:hover {
  color: rgb(252 165 165 / 0.65) !important;
}
.hover\:\!text-red-300\/70:hover {
  color: rgb(252 165 165 / 0.7) !important;
}
.hover\:\!text-red-300\/75:hover {
  color: rgb(252 165 165 / 0.75) !important;
}
.hover\:\!text-red-300\/80:hover {
  color: rgb(252 165 165 / 0.8) !important;
}
.hover\:\!text-red-300\/85:hover {
  color: rgb(252 165 165 / 0.85) !important;
}
.hover\:\!text-red-300\/90:hover {
  color: rgb(252 165 165 / 0.9) !important;
}
.hover\:\!text-red-300\/95:hover {
  color: rgb(252 165 165 / 0.95) !important;
}
.hover\:\!text-red-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-400\/0:hover {
  color: rgb(248 113 113 / 0) !important;
}
.hover\:\!text-red-400\/10:hover {
  color: rgb(248 113 113 / 0.1) !important;
}
.hover\:\!text-red-400\/100:hover {
  color: rgb(248 113 113 / 1) !important;
}
.hover\:\!text-red-400\/15:hover {
  color: rgb(248 113 113 / 0.15) !important;
}
.hover\:\!text-red-400\/20:hover {
  color: rgb(248 113 113 / 0.2) !important;
}
.hover\:\!text-red-400\/25:hover {
  color: rgb(248 113 113 / 0.25) !important;
}
.hover\:\!text-red-400\/30:hover {
  color: rgb(248 113 113 / 0.3) !important;
}
.hover\:\!text-red-400\/35:hover {
  color: rgb(248 113 113 / 0.35) !important;
}
.hover\:\!text-red-400\/40:hover {
  color: rgb(248 113 113 / 0.4) !important;
}
.hover\:\!text-red-400\/45:hover {
  color: rgb(248 113 113 / 0.45) !important;
}
.hover\:\!text-red-400\/5:hover {
  color: rgb(248 113 113 / 0.05) !important;
}
.hover\:\!text-red-400\/50:hover {
  color: rgb(248 113 113 / 0.5) !important;
}
.hover\:\!text-red-400\/55:hover {
  color: rgb(248 113 113 / 0.55) !important;
}
.hover\:\!text-red-400\/60:hover {
  color: rgb(248 113 113 / 0.6) !important;
}
.hover\:\!text-red-400\/65:hover {
  color: rgb(248 113 113 / 0.65) !important;
}
.hover\:\!text-red-400\/70:hover {
  color: rgb(248 113 113 / 0.7) !important;
}
.hover\:\!text-red-400\/75:hover {
  color: rgb(248 113 113 / 0.75) !important;
}
.hover\:\!text-red-400\/80:hover {
  color: rgb(248 113 113 / 0.8) !important;
}
.hover\:\!text-red-400\/85:hover {
  color: rgb(248 113 113 / 0.85) !important;
}
.hover\:\!text-red-400\/90:hover {
  color: rgb(248 113 113 / 0.9) !important;
}
.hover\:\!text-red-400\/95:hover {
  color: rgb(248 113 113 / 0.95) !important;
}
.hover\:\!text-red-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-50\/0:hover {
  color: rgb(254 242 242 / 0) !important;
}
.hover\:\!text-red-50\/10:hover {
  color: rgb(254 242 242 / 0.1) !important;
}
.hover\:\!text-red-50\/100:hover {
  color: rgb(254 242 242 / 1) !important;
}
.hover\:\!text-red-50\/15:hover {
  color: rgb(254 242 242 / 0.15) !important;
}
.hover\:\!text-red-50\/20:hover {
  color: rgb(254 242 242 / 0.2) !important;
}
.hover\:\!text-red-50\/25:hover {
  color: rgb(254 242 242 / 0.25) !important;
}
.hover\:\!text-red-50\/30:hover {
  color: rgb(254 242 242 / 0.3) !important;
}
.hover\:\!text-red-50\/35:hover {
  color: rgb(254 242 242 / 0.35) !important;
}
.hover\:\!text-red-50\/40:hover {
  color: rgb(254 242 242 / 0.4) !important;
}
.hover\:\!text-red-50\/45:hover {
  color: rgb(254 242 242 / 0.45) !important;
}
.hover\:\!text-red-50\/5:hover {
  color: rgb(254 242 242 / 0.05) !important;
}
.hover\:\!text-red-50\/50:hover {
  color: rgb(254 242 242 / 0.5) !important;
}
.hover\:\!text-red-50\/55:hover {
  color: rgb(254 242 242 / 0.55) !important;
}
.hover\:\!text-red-50\/60:hover {
  color: rgb(254 242 242 / 0.6) !important;
}
.hover\:\!text-red-50\/65:hover {
  color: rgb(254 242 242 / 0.65) !important;
}
.hover\:\!text-red-50\/70:hover {
  color: rgb(254 242 242 / 0.7) !important;
}
.hover\:\!text-red-50\/75:hover {
  color: rgb(254 242 242 / 0.75) !important;
}
.hover\:\!text-red-50\/80:hover {
  color: rgb(254 242 242 / 0.8) !important;
}
.hover\:\!text-red-50\/85:hover {
  color: rgb(254 242 242 / 0.85) !important;
}
.hover\:\!text-red-50\/90:hover {
  color: rgb(254 242 242 / 0.9) !important;
}
.hover\:\!text-red-50\/95:hover {
  color: rgb(254 242 242 / 0.95) !important;
}
.hover\:\!text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-500\/0:hover {
  color: rgb(239 68 68 / 0) !important;
}
.hover\:\!text-red-500\/10:hover {
  color: rgb(239 68 68 / 0.1) !important;
}
.hover\:\!text-red-500\/100:hover {
  color: rgb(239 68 68 / 1) !important;
}
.hover\:\!text-red-500\/15:hover {
  color: rgb(239 68 68 / 0.15) !important;
}
.hover\:\!text-red-500\/20:hover {
  color: rgb(239 68 68 / 0.2) !important;
}
.hover\:\!text-red-500\/25:hover {
  color: rgb(239 68 68 / 0.25) !important;
}
.hover\:\!text-red-500\/30:hover {
  color: rgb(239 68 68 / 0.3) !important;
}
.hover\:\!text-red-500\/35:hover {
  color: rgb(239 68 68 / 0.35) !important;
}
.hover\:\!text-red-500\/40:hover {
  color: rgb(239 68 68 / 0.4) !important;
}
.hover\:\!text-red-500\/45:hover {
  color: rgb(239 68 68 / 0.45) !important;
}
.hover\:\!text-red-500\/5:hover {
  color: rgb(239 68 68 / 0.05) !important;
}
.hover\:\!text-red-500\/50:hover {
  color: rgb(239 68 68 / 0.5) !important;
}
.hover\:\!text-red-500\/55:hover {
  color: rgb(239 68 68 / 0.55) !important;
}
.hover\:\!text-red-500\/60:hover {
  color: rgb(239 68 68 / 0.6) !important;
}
.hover\:\!text-red-500\/65:hover {
  color: rgb(239 68 68 / 0.65) !important;
}
.hover\:\!text-red-500\/70:hover {
  color: rgb(239 68 68 / 0.7) !important;
}
.hover\:\!text-red-500\/75:hover {
  color: rgb(239 68 68 / 0.75) !important;
}
.hover\:\!text-red-500\/80:hover {
  color: rgb(239 68 68 / 0.8) !important;
}
.hover\:\!text-red-500\/85:hover {
  color: rgb(239 68 68 / 0.85) !important;
}
.hover\:\!text-red-500\/90:hover {
  color: rgb(239 68 68 / 0.9) !important;
}
.hover\:\!text-red-500\/95:hover {
  color: rgb(239 68 68 / 0.95) !important;
}
.hover\:\!text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-600\/0:hover {
  color: rgb(220 38 38 / 0) !important;
}
.hover\:\!text-red-600\/10:hover {
  color: rgb(220 38 38 / 0.1) !important;
}
.hover\:\!text-red-600\/100:hover {
  color: rgb(220 38 38 / 1) !important;
}
.hover\:\!text-red-600\/15:hover {
  color: rgb(220 38 38 / 0.15) !important;
}
.hover\:\!text-red-600\/20:hover {
  color: rgb(220 38 38 / 0.2) !important;
}
.hover\:\!text-red-600\/25:hover {
  color: rgb(220 38 38 / 0.25) !important;
}
.hover\:\!text-red-600\/30:hover {
  color: rgb(220 38 38 / 0.3) !important;
}
.hover\:\!text-red-600\/35:hover {
  color: rgb(220 38 38 / 0.35) !important;
}
.hover\:\!text-red-600\/40:hover {
  color: rgb(220 38 38 / 0.4) !important;
}
.hover\:\!text-red-600\/45:hover {
  color: rgb(220 38 38 / 0.45) !important;
}
.hover\:\!text-red-600\/5:hover {
  color: rgb(220 38 38 / 0.05) !important;
}
.hover\:\!text-red-600\/50:hover {
  color: rgb(220 38 38 / 0.5) !important;
}
.hover\:\!text-red-600\/55:hover {
  color: rgb(220 38 38 / 0.55) !important;
}
.hover\:\!text-red-600\/60:hover {
  color: rgb(220 38 38 / 0.6) !important;
}
.hover\:\!text-red-600\/65:hover {
  color: rgb(220 38 38 / 0.65) !important;
}
.hover\:\!text-red-600\/70:hover {
  color: rgb(220 38 38 / 0.7) !important;
}
.hover\:\!text-red-600\/75:hover {
  color: rgb(220 38 38 / 0.75) !important;
}
.hover\:\!text-red-600\/80:hover {
  color: rgb(220 38 38 / 0.8) !important;
}
.hover\:\!text-red-600\/85:hover {
  color: rgb(220 38 38 / 0.85) !important;
}
.hover\:\!text-red-600\/90:hover {
  color: rgb(220 38 38 / 0.9) !important;
}
.hover\:\!text-red-600\/95:hover {
  color: rgb(220 38 38 / 0.95) !important;
}
.hover\:\!text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-700\/0:hover {
  color: rgb(185 28 28 / 0) !important;
}
.hover\:\!text-red-700\/10:hover {
  color: rgb(185 28 28 / 0.1) !important;
}
.hover\:\!text-red-700\/100:hover {
  color: rgb(185 28 28 / 1) !important;
}
.hover\:\!text-red-700\/15:hover {
  color: rgb(185 28 28 / 0.15) !important;
}
.hover\:\!text-red-700\/20:hover {
  color: rgb(185 28 28 / 0.2) !important;
}
.hover\:\!text-red-700\/25:hover {
  color: rgb(185 28 28 / 0.25) !important;
}
.hover\:\!text-red-700\/30:hover {
  color: rgb(185 28 28 / 0.3) !important;
}
.hover\:\!text-red-700\/35:hover {
  color: rgb(185 28 28 / 0.35) !important;
}
.hover\:\!text-red-700\/40:hover {
  color: rgb(185 28 28 / 0.4) !important;
}
.hover\:\!text-red-700\/45:hover {
  color: rgb(185 28 28 / 0.45) !important;
}
.hover\:\!text-red-700\/5:hover {
  color: rgb(185 28 28 / 0.05) !important;
}
.hover\:\!text-red-700\/50:hover {
  color: rgb(185 28 28 / 0.5) !important;
}
.hover\:\!text-red-700\/55:hover {
  color: rgb(185 28 28 / 0.55) !important;
}
.hover\:\!text-red-700\/60:hover {
  color: rgb(185 28 28 / 0.6) !important;
}
.hover\:\!text-red-700\/65:hover {
  color: rgb(185 28 28 / 0.65) !important;
}
.hover\:\!text-red-700\/70:hover {
  color: rgb(185 28 28 / 0.7) !important;
}
.hover\:\!text-red-700\/75:hover {
  color: rgb(185 28 28 / 0.75) !important;
}
.hover\:\!text-red-700\/80:hover {
  color: rgb(185 28 28 / 0.8) !important;
}
.hover\:\!text-red-700\/85:hover {
  color: rgb(185 28 28 / 0.85) !important;
}
.hover\:\!text-red-700\/90:hover {
  color: rgb(185 28 28 / 0.9) !important;
}
.hover\:\!text-red-700\/95:hover {
  color: rgb(185 28 28 / 0.95) !important;
}
.hover\:\!text-red-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-800\/0:hover {
  color: rgb(153 27 27 / 0) !important;
}
.hover\:\!text-red-800\/10:hover {
  color: rgb(153 27 27 / 0.1) !important;
}
.hover\:\!text-red-800\/100:hover {
  color: rgb(153 27 27 / 1) !important;
}
.hover\:\!text-red-800\/15:hover {
  color: rgb(153 27 27 / 0.15) !important;
}
.hover\:\!text-red-800\/20:hover {
  color: rgb(153 27 27 / 0.2) !important;
}
.hover\:\!text-red-800\/25:hover {
  color: rgb(153 27 27 / 0.25) !important;
}
.hover\:\!text-red-800\/30:hover {
  color: rgb(153 27 27 / 0.3) !important;
}
.hover\:\!text-red-800\/35:hover {
  color: rgb(153 27 27 / 0.35) !important;
}
.hover\:\!text-red-800\/40:hover {
  color: rgb(153 27 27 / 0.4) !important;
}
.hover\:\!text-red-800\/45:hover {
  color: rgb(153 27 27 / 0.45) !important;
}
.hover\:\!text-red-800\/5:hover {
  color: rgb(153 27 27 / 0.05) !important;
}
.hover\:\!text-red-800\/50:hover {
  color: rgb(153 27 27 / 0.5) !important;
}
.hover\:\!text-red-800\/55:hover {
  color: rgb(153 27 27 / 0.55) !important;
}
.hover\:\!text-red-800\/60:hover {
  color: rgb(153 27 27 / 0.6) !important;
}
.hover\:\!text-red-800\/65:hover {
  color: rgb(153 27 27 / 0.65) !important;
}
.hover\:\!text-red-800\/70:hover {
  color: rgb(153 27 27 / 0.7) !important;
}
.hover\:\!text-red-800\/75:hover {
  color: rgb(153 27 27 / 0.75) !important;
}
.hover\:\!text-red-800\/80:hover {
  color: rgb(153 27 27 / 0.8) !important;
}
.hover\:\!text-red-800\/85:hover {
  color: rgb(153 27 27 / 0.85) !important;
}
.hover\:\!text-red-800\/90:hover {
  color: rgb(153 27 27 / 0.9) !important;
}
.hover\:\!text-red-800\/95:hover {
  color: rgb(153 27 27 / 0.95) !important;
}
.hover\:\!text-red-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-900\/0:hover {
  color: rgb(127 29 29 / 0) !important;
}
.hover\:\!text-red-900\/10:hover {
  color: rgb(127 29 29 / 0.1) !important;
}
.hover\:\!text-red-900\/100:hover {
  color: rgb(127 29 29 / 1) !important;
}
.hover\:\!text-red-900\/15:hover {
  color: rgb(127 29 29 / 0.15) !important;
}
.hover\:\!text-red-900\/20:hover {
  color: rgb(127 29 29 / 0.2) !important;
}
.hover\:\!text-red-900\/25:hover {
  color: rgb(127 29 29 / 0.25) !important;
}
.hover\:\!text-red-900\/30:hover {
  color: rgb(127 29 29 / 0.3) !important;
}
.hover\:\!text-red-900\/35:hover {
  color: rgb(127 29 29 / 0.35) !important;
}
.hover\:\!text-red-900\/40:hover {
  color: rgb(127 29 29 / 0.4) !important;
}
.hover\:\!text-red-900\/45:hover {
  color: rgb(127 29 29 / 0.45) !important;
}
.hover\:\!text-red-900\/5:hover {
  color: rgb(127 29 29 / 0.05) !important;
}
.hover\:\!text-red-900\/50:hover {
  color: rgb(127 29 29 / 0.5) !important;
}
.hover\:\!text-red-900\/55:hover {
  color: rgb(127 29 29 / 0.55) !important;
}
.hover\:\!text-red-900\/60:hover {
  color: rgb(127 29 29 / 0.6) !important;
}
.hover\:\!text-red-900\/65:hover {
  color: rgb(127 29 29 / 0.65) !important;
}
.hover\:\!text-red-900\/70:hover {
  color: rgb(127 29 29 / 0.7) !important;
}
.hover\:\!text-red-900\/75:hover {
  color: rgb(127 29 29 / 0.75) !important;
}
.hover\:\!text-red-900\/80:hover {
  color: rgb(127 29 29 / 0.8) !important;
}
.hover\:\!text-red-900\/85:hover {
  color: rgb(127 29 29 / 0.85) !important;
}
.hover\:\!text-red-900\/90:hover {
  color: rgb(127 29 29 / 0.9) !important;
}
.hover\:\!text-red-900\/95:hover {
  color: rgb(127 29 29 / 0.95) !important;
}
.hover\:\!text-red-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red-950\/0:hover {
  color: rgb(69 10 10 / 0) !important;
}
.hover\:\!text-red-950\/10:hover {
  color: rgb(69 10 10 / 0.1) !important;
}
.hover\:\!text-red-950\/100:hover {
  color: rgb(69 10 10 / 1) !important;
}
.hover\:\!text-red-950\/15:hover {
  color: rgb(69 10 10 / 0.15) !important;
}
.hover\:\!text-red-950\/20:hover {
  color: rgb(69 10 10 / 0.2) !important;
}
.hover\:\!text-red-950\/25:hover {
  color: rgb(69 10 10 / 0.25) !important;
}
.hover\:\!text-red-950\/30:hover {
  color: rgb(69 10 10 / 0.3) !important;
}
.hover\:\!text-red-950\/35:hover {
  color: rgb(69 10 10 / 0.35) !important;
}
.hover\:\!text-red-950\/40:hover {
  color: rgb(69 10 10 / 0.4) !important;
}
.hover\:\!text-red-950\/45:hover {
  color: rgb(69 10 10 / 0.45) !important;
}
.hover\:\!text-red-950\/5:hover {
  color: rgb(69 10 10 / 0.05) !important;
}
.hover\:\!text-red-950\/50:hover {
  color: rgb(69 10 10 / 0.5) !important;
}
.hover\:\!text-red-950\/55:hover {
  color: rgb(69 10 10 / 0.55) !important;
}
.hover\:\!text-red-950\/60:hover {
  color: rgb(69 10 10 / 0.6) !important;
}
.hover\:\!text-red-950\/65:hover {
  color: rgb(69 10 10 / 0.65) !important;
}
.hover\:\!text-red-950\/70:hover {
  color: rgb(69 10 10 / 0.7) !important;
}
.hover\:\!text-red-950\/75:hover {
  color: rgb(69 10 10 / 0.75) !important;
}
.hover\:\!text-red-950\/80:hover {
  color: rgb(69 10 10 / 0.8) !important;
}
.hover\:\!text-red-950\/85:hover {
  color: rgb(69 10 10 / 0.85) !important;
}
.hover\:\!text-red-950\/90:hover {
  color: rgb(69 10 10 / 0.9) !important;
}
.hover\:\!text-red-950\/95:hover {
  color: rgb(69 10 10 / 0.95) !important;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-100\/0:hover {
  color: rgb(243 244 246 / 0);
}
.hover\:text-gray-100\/10:hover {
  color: rgb(243 244 246 / 0.1);
}
.hover\:text-gray-100\/100:hover {
  color: rgb(243 244 246 / 1);
}
.hover\:text-gray-100\/15:hover {
  color: rgb(243 244 246 / 0.15);
}
.hover\:text-gray-100\/20:hover {
  color: rgb(243 244 246 / 0.2);
}
.hover\:text-gray-100\/25:hover {
  color: rgb(243 244 246 / 0.25);
}
.hover\:text-gray-100\/30:hover {
  color: rgb(243 244 246 / 0.3);
}
.hover\:text-gray-100\/35:hover {
  color: rgb(243 244 246 / 0.35);
}
.hover\:text-gray-100\/40:hover {
  color: rgb(243 244 246 / 0.4);
}
.hover\:text-gray-100\/45:hover {
  color: rgb(243 244 246 / 0.45);
}
.hover\:text-gray-100\/5:hover {
  color: rgb(243 244 246 / 0.05);
}
.hover\:text-gray-100\/50:hover {
  color: rgb(243 244 246 / 0.5);
}
.hover\:text-gray-100\/55:hover {
  color: rgb(243 244 246 / 0.55);
}
.hover\:text-gray-100\/60:hover {
  color: rgb(243 244 246 / 0.6);
}
.hover\:text-gray-100\/65:hover {
  color: rgb(243 244 246 / 0.65);
}
.hover\:text-gray-100\/70:hover {
  color: rgb(243 244 246 / 0.7);
}
.hover\:text-gray-100\/75:hover {
  color: rgb(243 244 246 / 0.75);
}
.hover\:text-gray-100\/80:hover {
  color: rgb(243 244 246 / 0.8);
}
.hover\:text-gray-100\/85:hover {
  color: rgb(243 244 246 / 0.85);
}
.hover\:text-gray-100\/90:hover {
  color: rgb(243 244 246 / 0.9);
}
.hover\:text-gray-100\/95:hover {
  color: rgb(243 244 246 / 0.95);
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200\/0:hover {
  color: rgb(229 231 235 / 0);
}
.hover\:text-gray-200\/10:hover {
  color: rgb(229 231 235 / 0.1);
}
.hover\:text-gray-200\/100:hover {
  color: rgb(229 231 235 / 1);
}
.hover\:text-gray-200\/15:hover {
  color: rgb(229 231 235 / 0.15);
}
.hover\:text-gray-200\/20:hover {
  color: rgb(229 231 235 / 0.2);
}
.hover\:text-gray-200\/25:hover {
  color: rgb(229 231 235 / 0.25);
}
.hover\:text-gray-200\/30:hover {
  color: rgb(229 231 235 / 0.3);
}
.hover\:text-gray-200\/35:hover {
  color: rgb(229 231 235 / 0.35);
}
.hover\:text-gray-200\/40:hover {
  color: rgb(229 231 235 / 0.4);
}
.hover\:text-gray-200\/45:hover {
  color: rgb(229 231 235 / 0.45);
}
.hover\:text-gray-200\/5:hover {
  color: rgb(229 231 235 / 0.05);
}
.hover\:text-gray-200\/50:hover {
  color: rgb(229 231 235 / 0.5);
}
.hover\:text-gray-200\/55:hover {
  color: rgb(229 231 235 / 0.55);
}
.hover\:text-gray-200\/60:hover {
  color: rgb(229 231 235 / 0.6);
}
.hover\:text-gray-200\/65:hover {
  color: rgb(229 231 235 / 0.65);
}
.hover\:text-gray-200\/70:hover {
  color: rgb(229 231 235 / 0.7);
}
.hover\:text-gray-200\/75:hover {
  color: rgb(229 231 235 / 0.75);
}
.hover\:text-gray-200\/80:hover {
  color: rgb(229 231 235 / 0.8);
}
.hover\:text-gray-200\/85:hover {
  color: rgb(229 231 235 / 0.85);
}
.hover\:text-gray-200\/90:hover {
  color: rgb(229 231 235 / 0.9);
}
.hover\:text-gray-200\/95:hover {
  color: rgb(229 231 235 / 0.95);
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300\/0:hover {
  color: rgb(209 213 219 / 0);
}
.hover\:text-gray-300\/10:hover {
  color: rgb(209 213 219 / 0.1);
}
.hover\:text-gray-300\/100:hover {
  color: rgb(209 213 219 / 1);
}
.hover\:text-gray-300\/15:hover {
  color: rgb(209 213 219 / 0.15);
}
.hover\:text-gray-300\/20:hover {
  color: rgb(209 213 219 / 0.2);
}
.hover\:text-gray-300\/25:hover {
  color: rgb(209 213 219 / 0.25);
}
.hover\:text-gray-300\/30:hover {
  color: rgb(209 213 219 / 0.3);
}
.hover\:text-gray-300\/35:hover {
  color: rgb(209 213 219 / 0.35);
}
.hover\:text-gray-300\/40:hover {
  color: rgb(209 213 219 / 0.4);
}
.hover\:text-gray-300\/45:hover {
  color: rgb(209 213 219 / 0.45);
}
.hover\:text-gray-300\/5:hover {
  color: rgb(209 213 219 / 0.05);
}
.hover\:text-gray-300\/50:hover {
  color: rgb(209 213 219 / 0.5);
}
.hover\:text-gray-300\/55:hover {
  color: rgb(209 213 219 / 0.55);
}
.hover\:text-gray-300\/60:hover {
  color: rgb(209 213 219 / 0.6);
}
.hover\:text-gray-300\/65:hover {
  color: rgb(209 213 219 / 0.65);
}
.hover\:text-gray-300\/70:hover {
  color: rgb(209 213 219 / 0.7);
}
.hover\:text-gray-300\/75:hover {
  color: rgb(209 213 219 / 0.75);
}
.hover\:text-gray-300\/80:hover {
  color: rgb(209 213 219 / 0.8);
}
.hover\:text-gray-300\/85:hover {
  color: rgb(209 213 219 / 0.85);
}
.hover\:text-gray-300\/90:hover {
  color: rgb(209 213 219 / 0.9);
}
.hover\:text-gray-300\/95:hover {
  color: rgb(209 213 219 / 0.95);
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400\/0:hover {
  color: rgb(156 163 175 / 0);
}
.hover\:text-gray-400\/10:hover {
  color: rgb(156 163 175 / 0.1);
}
.hover\:text-gray-400\/100:hover {
  color: rgb(156 163 175 / 1);
}
.hover\:text-gray-400\/15:hover {
  color: rgb(156 163 175 / 0.15);
}
.hover\:text-gray-400\/20:hover {
  color: rgb(156 163 175 / 0.2);
}
.hover\:text-gray-400\/25:hover {
  color: rgb(156 163 175 / 0.25);
}
.hover\:text-gray-400\/30:hover {
  color: rgb(156 163 175 / 0.3);
}
.hover\:text-gray-400\/35:hover {
  color: rgb(156 163 175 / 0.35);
}
.hover\:text-gray-400\/40:hover {
  color: rgb(156 163 175 / 0.4);
}
.hover\:text-gray-400\/45:hover {
  color: rgb(156 163 175 / 0.45);
}
.hover\:text-gray-400\/5:hover {
  color: rgb(156 163 175 / 0.05);
}
.hover\:text-gray-400\/50:hover {
  color: rgb(156 163 175 / 0.5);
}
.hover\:text-gray-400\/55:hover {
  color: rgb(156 163 175 / 0.55);
}
.hover\:text-gray-400\/60:hover {
  color: rgb(156 163 175 / 0.6);
}
.hover\:text-gray-400\/65:hover {
  color: rgb(156 163 175 / 0.65);
}
.hover\:text-gray-400\/70:hover {
  color: rgb(156 163 175 / 0.7);
}
.hover\:text-gray-400\/75:hover {
  color: rgb(156 163 175 / 0.75);
}
.hover\:text-gray-400\/80:hover {
  color: rgb(156 163 175 / 0.8);
}
.hover\:text-gray-400\/85:hover {
  color: rgb(156 163 175 / 0.85);
}
.hover\:text-gray-400\/90:hover {
  color: rgb(156 163 175 / 0.9);
}
.hover\:text-gray-400\/95:hover {
  color: rgb(156 163 175 / 0.95);
}
.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-50\/0:hover {
  color: rgb(249 250 251 / 0);
}
.hover\:text-gray-50\/10:hover {
  color: rgb(249 250 251 / 0.1);
}
.hover\:text-gray-50\/100:hover {
  color: rgb(249 250 251 / 1);
}
.hover\:text-gray-50\/15:hover {
  color: rgb(249 250 251 / 0.15);
}
.hover\:text-gray-50\/20:hover {
  color: rgb(249 250 251 / 0.2);
}
.hover\:text-gray-50\/25:hover {
  color: rgb(249 250 251 / 0.25);
}
.hover\:text-gray-50\/30:hover {
  color: rgb(249 250 251 / 0.3);
}
.hover\:text-gray-50\/35:hover {
  color: rgb(249 250 251 / 0.35);
}
.hover\:text-gray-50\/40:hover {
  color: rgb(249 250 251 / 0.4);
}
.hover\:text-gray-50\/45:hover {
  color: rgb(249 250 251 / 0.45);
}
.hover\:text-gray-50\/5:hover {
  color: rgb(249 250 251 / 0.05);
}
.hover\:text-gray-50\/50:hover {
  color: rgb(249 250 251 / 0.5);
}
.hover\:text-gray-50\/55:hover {
  color: rgb(249 250 251 / 0.55);
}
.hover\:text-gray-50\/60:hover {
  color: rgb(249 250 251 / 0.6);
}
.hover\:text-gray-50\/65:hover {
  color: rgb(249 250 251 / 0.65);
}
.hover\:text-gray-50\/70:hover {
  color: rgb(249 250 251 / 0.7);
}
.hover\:text-gray-50\/75:hover {
  color: rgb(249 250 251 / 0.75);
}
.hover\:text-gray-50\/80:hover {
  color: rgb(249 250 251 / 0.8);
}
.hover\:text-gray-50\/85:hover {
  color: rgb(249 250 251 / 0.85);
}
.hover\:text-gray-50\/90:hover {
  color: rgb(249 250 251 / 0.9);
}
.hover\:text-gray-50\/95:hover {
  color: rgb(249 250 251 / 0.95);
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500\/0:hover {
  color: rgb(107 114 128 / 0);
}
.hover\:text-gray-500\/10:hover {
  color: rgb(107 114 128 / 0.1);
}
.hover\:text-gray-500\/100:hover {
  color: rgb(107 114 128 / 1);
}
.hover\:text-gray-500\/15:hover {
  color: rgb(107 114 128 / 0.15);
}
.hover\:text-gray-500\/20:hover {
  color: rgb(107 114 128 / 0.2);
}
.hover\:text-gray-500\/25:hover {
  color: rgb(107 114 128 / 0.25);
}
.hover\:text-gray-500\/30:hover {
  color: rgb(107 114 128 / 0.3);
}
.hover\:text-gray-500\/35:hover {
  color: rgb(107 114 128 / 0.35);
}
.hover\:text-gray-500\/40:hover {
  color: rgb(107 114 128 / 0.4);
}
.hover\:text-gray-500\/45:hover {
  color: rgb(107 114 128 / 0.45);
}
.hover\:text-gray-500\/5:hover {
  color: rgb(107 114 128 / 0.05);
}
.hover\:text-gray-500\/50:hover {
  color: rgb(107 114 128 / 0.5);
}
.hover\:text-gray-500\/55:hover {
  color: rgb(107 114 128 / 0.55);
}
.hover\:text-gray-500\/60:hover {
  color: rgb(107 114 128 / 0.6);
}
.hover\:text-gray-500\/65:hover {
  color: rgb(107 114 128 / 0.65);
}
.hover\:text-gray-500\/70:hover {
  color: rgb(107 114 128 / 0.7);
}
.hover\:text-gray-500\/75:hover {
  color: rgb(107 114 128 / 0.75);
}
.hover\:text-gray-500\/80:hover {
  color: rgb(107 114 128 / 0.8);
}
.hover\:text-gray-500\/85:hover {
  color: rgb(107 114 128 / 0.85);
}
.hover\:text-gray-500\/90:hover {
  color: rgb(107 114 128 / 0.9);
}
.hover\:text-gray-500\/95:hover {
  color: rgb(107 114 128 / 0.95);
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600\/0:hover {
  color: rgb(75 85 99 / 0);
}
.hover\:text-gray-600\/10:hover {
  color: rgb(75 85 99 / 0.1);
}
.hover\:text-gray-600\/100:hover {
  color: rgb(75 85 99 / 1);
}
.hover\:text-gray-600\/15:hover {
  color: rgb(75 85 99 / 0.15);
}
.hover\:text-gray-600\/20:hover {
  color: rgb(75 85 99 / 0.2);
}
.hover\:text-gray-600\/25:hover {
  color: rgb(75 85 99 / 0.25);
}
.hover\:text-gray-600\/30:hover {
  color: rgb(75 85 99 / 0.3);
}
.hover\:text-gray-600\/35:hover {
  color: rgb(75 85 99 / 0.35);
}
.hover\:text-gray-600\/40:hover {
  color: rgb(75 85 99 / 0.4);
}
.hover\:text-gray-600\/45:hover {
  color: rgb(75 85 99 / 0.45);
}
.hover\:text-gray-600\/5:hover {
  color: rgb(75 85 99 / 0.05);
}
.hover\:text-gray-600\/50:hover {
  color: rgb(75 85 99 / 0.5);
}
.hover\:text-gray-600\/55:hover {
  color: rgb(75 85 99 / 0.55);
}
.hover\:text-gray-600\/60:hover {
  color: rgb(75 85 99 / 0.6);
}
.hover\:text-gray-600\/65:hover {
  color: rgb(75 85 99 / 0.65);
}
.hover\:text-gray-600\/70:hover {
  color: rgb(75 85 99 / 0.7);
}
.hover\:text-gray-600\/75:hover {
  color: rgb(75 85 99 / 0.75);
}
.hover\:text-gray-600\/80:hover {
  color: rgb(75 85 99 / 0.8);
}
.hover\:text-gray-600\/85:hover {
  color: rgb(75 85 99 / 0.85);
}
.hover\:text-gray-600\/90:hover {
  color: rgb(75 85 99 / 0.9);
}
.hover\:text-gray-600\/95:hover {
  color: rgb(75 85 99 / 0.95);
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700\/0:hover {
  color: rgb(55 65 81 / 0);
}
.hover\:text-gray-700\/10:hover {
  color: rgb(55 65 81 / 0.1);
}
.hover\:text-gray-700\/100:hover {
  color: rgb(55 65 81 / 1);
}
.hover\:text-gray-700\/15:hover {
  color: rgb(55 65 81 / 0.15);
}
.hover\:text-gray-700\/20:hover {
  color: rgb(55 65 81 / 0.2);
}
.hover\:text-gray-700\/25:hover {
  color: rgb(55 65 81 / 0.25);
}
.hover\:text-gray-700\/30:hover {
  color: rgb(55 65 81 / 0.3);
}
.hover\:text-gray-700\/35:hover {
  color: rgb(55 65 81 / 0.35);
}
.hover\:text-gray-700\/40:hover {
  color: rgb(55 65 81 / 0.4);
}
.hover\:text-gray-700\/45:hover {
  color: rgb(55 65 81 / 0.45);
}
.hover\:text-gray-700\/5:hover {
  color: rgb(55 65 81 / 0.05);
}
.hover\:text-gray-700\/50:hover {
  color: rgb(55 65 81 / 0.5);
}
.hover\:text-gray-700\/55:hover {
  color: rgb(55 65 81 / 0.55);
}
.hover\:text-gray-700\/60:hover {
  color: rgb(55 65 81 / 0.6);
}
.hover\:text-gray-700\/65:hover {
  color: rgb(55 65 81 / 0.65);
}
.hover\:text-gray-700\/70:hover {
  color: rgb(55 65 81 / 0.7);
}
.hover\:text-gray-700\/75:hover {
  color: rgb(55 65 81 / 0.75);
}
.hover\:text-gray-700\/80:hover {
  color: rgb(55 65 81 / 0.8);
}
.hover\:text-gray-700\/85:hover {
  color: rgb(55 65 81 / 0.85);
}
.hover\:text-gray-700\/90:hover {
  color: rgb(55 65 81 / 0.9);
}
.hover\:text-gray-700\/95:hover {
  color: rgb(55 65 81 / 0.95);
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800\/0:hover {
  color: rgb(31 41 55 / 0);
}
.hover\:text-gray-800\/10:hover {
  color: rgb(31 41 55 / 0.1);
}
.hover\:text-gray-800\/100:hover {
  color: rgb(31 41 55 / 1);
}
.hover\:text-gray-800\/15:hover {
  color: rgb(31 41 55 / 0.15);
}
.hover\:text-gray-800\/20:hover {
  color: rgb(31 41 55 / 0.2);
}
.hover\:text-gray-800\/25:hover {
  color: rgb(31 41 55 / 0.25);
}
.hover\:text-gray-800\/30:hover {
  color: rgb(31 41 55 / 0.3);
}
.hover\:text-gray-800\/35:hover {
  color: rgb(31 41 55 / 0.35);
}
.hover\:text-gray-800\/40:hover {
  color: rgb(31 41 55 / 0.4);
}
.hover\:text-gray-800\/45:hover {
  color: rgb(31 41 55 / 0.45);
}
.hover\:text-gray-800\/5:hover {
  color: rgb(31 41 55 / 0.05);
}
.hover\:text-gray-800\/50:hover {
  color: rgb(31 41 55 / 0.5);
}
.hover\:text-gray-800\/55:hover {
  color: rgb(31 41 55 / 0.55);
}
.hover\:text-gray-800\/60:hover {
  color: rgb(31 41 55 / 0.6);
}
.hover\:text-gray-800\/65:hover {
  color: rgb(31 41 55 / 0.65);
}
.hover\:text-gray-800\/70:hover {
  color: rgb(31 41 55 / 0.7);
}
.hover\:text-gray-800\/75:hover {
  color: rgb(31 41 55 / 0.75);
}
.hover\:text-gray-800\/80:hover {
  color: rgb(31 41 55 / 0.8);
}
.hover\:text-gray-800\/85:hover {
  color: rgb(31 41 55 / 0.85);
}
.hover\:text-gray-800\/90:hover {
  color: rgb(31 41 55 / 0.9);
}
.hover\:text-gray-800\/95:hover {
  color: rgb(31 41 55 / 0.95);
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900\/0:hover {
  color: rgb(17 24 39 / 0);
}
.hover\:text-gray-900\/10:hover {
  color: rgb(17 24 39 / 0.1);
}
.hover\:text-gray-900\/100:hover {
  color: rgb(17 24 39 / 1);
}
.hover\:text-gray-900\/15:hover {
  color: rgb(17 24 39 / 0.15);
}
.hover\:text-gray-900\/20:hover {
  color: rgb(17 24 39 / 0.2);
}
.hover\:text-gray-900\/25:hover {
  color: rgb(17 24 39 / 0.25);
}
.hover\:text-gray-900\/30:hover {
  color: rgb(17 24 39 / 0.3);
}
.hover\:text-gray-900\/35:hover {
  color: rgb(17 24 39 / 0.35);
}
.hover\:text-gray-900\/40:hover {
  color: rgb(17 24 39 / 0.4);
}
.hover\:text-gray-900\/45:hover {
  color: rgb(17 24 39 / 0.45);
}
.hover\:text-gray-900\/5:hover {
  color: rgb(17 24 39 / 0.05);
}
.hover\:text-gray-900\/50:hover {
  color: rgb(17 24 39 / 0.5);
}
.hover\:text-gray-900\/55:hover {
  color: rgb(17 24 39 / 0.55);
}
.hover\:text-gray-900\/60:hover {
  color: rgb(17 24 39 / 0.6);
}
.hover\:text-gray-900\/65:hover {
  color: rgb(17 24 39 / 0.65);
}
.hover\:text-gray-900\/70:hover {
  color: rgb(17 24 39 / 0.7);
}
.hover\:text-gray-900\/75:hover {
  color: rgb(17 24 39 / 0.75);
}
.hover\:text-gray-900\/80:hover {
  color: rgb(17 24 39 / 0.8);
}
.hover\:text-gray-900\/85:hover {
  color: rgb(17 24 39 / 0.85);
}
.hover\:text-gray-900\/90:hover {
  color: rgb(17 24 39 / 0.9);
}
.hover\:text-gray-900\/95:hover {
  color: rgb(17 24 39 / 0.95);
}
.hover\:text-gray-950:hover {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-950\/0:hover {
  color: rgb(3 7 18 / 0);
}
.hover\:text-gray-950\/10:hover {
  color: rgb(3 7 18 / 0.1);
}
.hover\:text-gray-950\/100:hover {
  color: rgb(3 7 18 / 1);
}
.hover\:text-gray-950\/15:hover {
  color: rgb(3 7 18 / 0.15);
}
.hover\:text-gray-950\/20:hover {
  color: rgb(3 7 18 / 0.2);
}
.hover\:text-gray-950\/25:hover {
  color: rgb(3 7 18 / 0.25);
}
.hover\:text-gray-950\/30:hover {
  color: rgb(3 7 18 / 0.3);
}
.hover\:text-gray-950\/35:hover {
  color: rgb(3 7 18 / 0.35);
}
.hover\:text-gray-950\/40:hover {
  color: rgb(3 7 18 / 0.4);
}
.hover\:text-gray-950\/45:hover {
  color: rgb(3 7 18 / 0.45);
}
.hover\:text-gray-950\/5:hover {
  color: rgb(3 7 18 / 0.05);
}
.hover\:text-gray-950\/50:hover {
  color: rgb(3 7 18 / 0.5);
}
.hover\:text-gray-950\/55:hover {
  color: rgb(3 7 18 / 0.55);
}
.hover\:text-gray-950\/60:hover {
  color: rgb(3 7 18 / 0.6);
}
.hover\:text-gray-950\/65:hover {
  color: rgb(3 7 18 / 0.65);
}
.hover\:text-gray-950\/70:hover {
  color: rgb(3 7 18 / 0.7);
}
.hover\:text-gray-950\/75:hover {
  color: rgb(3 7 18 / 0.75);
}
.hover\:text-gray-950\/80:hover {
  color: rgb(3 7 18 / 0.8);
}
.hover\:text-gray-950\/85:hover {
  color: rgb(3 7 18 / 0.85);
}
.hover\:text-gray-950\/90:hover {
  color: rgb(3 7 18 / 0.9);
}
.hover\:text-gray-950\/95:hover {
  color: rgb(3 7 18 / 0.95);
}
.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-100:hover {
  color: var(--primary-color-100);
}
.hover\:text-primary-200:hover {
  color: var(--primary-color-200);
}
.hover\:text-primary-300:hover {
  color: var(--primary-color-300);
}
.hover\:text-primary-400:hover {
  color: var(--primary-color-400);
}
.hover\:text-primary-50:hover {
  color: var(--primary-color-50);
}
.hover\:text-primary-500:hover {
  color: var(--primary-color-500);
}
.hover\:text-primary-600:hover {
  color: var(--primary-color-600);
}
.hover\:text-primary-700:hover {
  color: var(--primary-color-700);
}
.hover\:text-primary-800:hover {
  color: var(--primary-color-800);
}
.hover\:text-primary-900:hover {
  color: var(--primary-color-900);
}
.hover\:text-primary-950:hover {
  color: var(--primary-color-950);
}
.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.hover\:text-red-100\/0:hover {
  color: rgb(254 226 226 / 0);
}
.hover\:text-red-100\/10:hover {
  color: rgb(254 226 226 / 0.1);
}
.hover\:text-red-100\/100:hover {
  color: rgb(254 226 226 / 1);
}
.hover\:text-red-100\/15:hover {
  color: rgb(254 226 226 / 0.15);
}
.hover\:text-red-100\/20:hover {
  color: rgb(254 226 226 / 0.2);
}
.hover\:text-red-100\/25:hover {
  color: rgb(254 226 226 / 0.25);
}
.hover\:text-red-100\/30:hover {
  color: rgb(254 226 226 / 0.3);
}
.hover\:text-red-100\/35:hover {
  color: rgb(254 226 226 / 0.35);
}
.hover\:text-red-100\/40:hover {
  color: rgb(254 226 226 / 0.4);
}
.hover\:text-red-100\/45:hover {
  color: rgb(254 226 226 / 0.45);
}
.hover\:text-red-100\/5:hover {
  color: rgb(254 226 226 / 0.05);
}
.hover\:text-red-100\/50:hover {
  color: rgb(254 226 226 / 0.5);
}
.hover\:text-red-100\/55:hover {
  color: rgb(254 226 226 / 0.55);
}
.hover\:text-red-100\/60:hover {
  color: rgb(254 226 226 / 0.6);
}
.hover\:text-red-100\/65:hover {
  color: rgb(254 226 226 / 0.65);
}
.hover\:text-red-100\/70:hover {
  color: rgb(254 226 226 / 0.7);
}
.hover\:text-red-100\/75:hover {
  color: rgb(254 226 226 / 0.75);
}
.hover\:text-red-100\/80:hover {
  color: rgb(254 226 226 / 0.8);
}
.hover\:text-red-100\/85:hover {
  color: rgb(254 226 226 / 0.85);
}
.hover\:text-red-100\/90:hover {
  color: rgb(254 226 226 / 0.9);
}
.hover\:text-red-100\/95:hover {
  color: rgb(254 226 226 / 0.95);
}
.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.hover\:text-red-200\/0:hover {
  color: rgb(254 202 202 / 0);
}
.hover\:text-red-200\/10:hover {
  color: rgb(254 202 202 / 0.1);
}
.hover\:text-red-200\/100:hover {
  color: rgb(254 202 202 / 1);
}
.hover\:text-red-200\/15:hover {
  color: rgb(254 202 202 / 0.15);
}
.hover\:text-red-200\/20:hover {
  color: rgb(254 202 202 / 0.2);
}
.hover\:text-red-200\/25:hover {
  color: rgb(254 202 202 / 0.25);
}
.hover\:text-red-200\/30:hover {
  color: rgb(254 202 202 / 0.3);
}
.hover\:text-red-200\/35:hover {
  color: rgb(254 202 202 / 0.35);
}
.hover\:text-red-200\/40:hover {
  color: rgb(254 202 202 / 0.4);
}
.hover\:text-red-200\/45:hover {
  color: rgb(254 202 202 / 0.45);
}
.hover\:text-red-200\/5:hover {
  color: rgb(254 202 202 / 0.05);
}
.hover\:text-red-200\/50:hover {
  color: rgb(254 202 202 / 0.5);
}
.hover\:text-red-200\/55:hover {
  color: rgb(254 202 202 / 0.55);
}
.hover\:text-red-200\/60:hover {
  color: rgb(254 202 202 / 0.6);
}
.hover\:text-red-200\/65:hover {
  color: rgb(254 202 202 / 0.65);
}
.hover\:text-red-200\/70:hover {
  color: rgb(254 202 202 / 0.7);
}
.hover\:text-red-200\/75:hover {
  color: rgb(254 202 202 / 0.75);
}
.hover\:text-red-200\/80:hover {
  color: rgb(254 202 202 / 0.8);
}
.hover\:text-red-200\/85:hover {
  color: rgb(254 202 202 / 0.85);
}
.hover\:text-red-200\/90:hover {
  color: rgb(254 202 202 / 0.9);
}
.hover\:text-red-200\/95:hover {
  color: rgb(254 202 202 / 0.95);
}
.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.hover\:text-red-300\/0:hover {
  color: rgb(252 165 165 / 0);
}
.hover\:text-red-300\/10:hover {
  color: rgb(252 165 165 / 0.1);
}
.hover\:text-red-300\/100:hover {
  color: rgb(252 165 165 / 1);
}
.hover\:text-red-300\/15:hover {
  color: rgb(252 165 165 / 0.15);
}
.hover\:text-red-300\/20:hover {
  color: rgb(252 165 165 / 0.2);
}
.hover\:text-red-300\/25:hover {
  color: rgb(252 165 165 / 0.25);
}
.hover\:text-red-300\/30:hover {
  color: rgb(252 165 165 / 0.3);
}
.hover\:text-red-300\/35:hover {
  color: rgb(252 165 165 / 0.35);
}
.hover\:text-red-300\/40:hover {
  color: rgb(252 165 165 / 0.4);
}
.hover\:text-red-300\/45:hover {
  color: rgb(252 165 165 / 0.45);
}
.hover\:text-red-300\/5:hover {
  color: rgb(252 165 165 / 0.05);
}
.hover\:text-red-300\/50:hover {
  color: rgb(252 165 165 / 0.5);
}
.hover\:text-red-300\/55:hover {
  color: rgb(252 165 165 / 0.55);
}
.hover\:text-red-300\/60:hover {
  color: rgb(252 165 165 / 0.6);
}
.hover\:text-red-300\/65:hover {
  color: rgb(252 165 165 / 0.65);
}
.hover\:text-red-300\/70:hover {
  color: rgb(252 165 165 / 0.7);
}
.hover\:text-red-300\/75:hover {
  color: rgb(252 165 165 / 0.75);
}
.hover\:text-red-300\/80:hover {
  color: rgb(252 165 165 / 0.8);
}
.hover\:text-red-300\/85:hover {
  color: rgb(252 165 165 / 0.85);
}
.hover\:text-red-300\/90:hover {
  color: rgb(252 165 165 / 0.9);
}
.hover\:text-red-300\/95:hover {
  color: rgb(252 165 165 / 0.95);
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400\/0:hover {
  color: rgb(248 113 113 / 0);
}
.hover\:text-red-400\/10:hover {
  color: rgb(248 113 113 / 0.1);
}
.hover\:text-red-400\/100:hover {
  color: rgb(248 113 113 / 1);
}
.hover\:text-red-400\/15:hover {
  color: rgb(248 113 113 / 0.15);
}
.hover\:text-red-400\/20:hover {
  color: rgb(248 113 113 / 0.2);
}
.hover\:text-red-400\/25:hover {
  color: rgb(248 113 113 / 0.25);
}
.hover\:text-red-400\/30:hover {
  color: rgb(248 113 113 / 0.3);
}
.hover\:text-red-400\/35:hover {
  color: rgb(248 113 113 / 0.35);
}
.hover\:text-red-400\/40:hover {
  color: rgb(248 113 113 / 0.4);
}
.hover\:text-red-400\/45:hover {
  color: rgb(248 113 113 / 0.45);
}
.hover\:text-red-400\/5:hover {
  color: rgb(248 113 113 / 0.05);
}
.hover\:text-red-400\/50:hover {
  color: rgb(248 113 113 / 0.5);
}
.hover\:text-red-400\/55:hover {
  color: rgb(248 113 113 / 0.55);
}
.hover\:text-red-400\/60:hover {
  color: rgb(248 113 113 / 0.6);
}
.hover\:text-red-400\/65:hover {
  color: rgb(248 113 113 / 0.65);
}
.hover\:text-red-400\/70:hover {
  color: rgb(248 113 113 / 0.7);
}
.hover\:text-red-400\/75:hover {
  color: rgb(248 113 113 / 0.75);
}
.hover\:text-red-400\/80:hover {
  color: rgb(248 113 113 / 0.8);
}
.hover\:text-red-400\/85:hover {
  color: rgb(248 113 113 / 0.85);
}
.hover\:text-red-400\/90:hover {
  color: rgb(248 113 113 / 0.9);
}
.hover\:text-red-400\/95:hover {
  color: rgb(248 113 113 / 0.95);
}
.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.hover\:text-red-50\/0:hover {
  color: rgb(254 242 242 / 0);
}
.hover\:text-red-50\/10:hover {
  color: rgb(254 242 242 / 0.1);
}
.hover\:text-red-50\/100:hover {
  color: rgb(254 242 242 / 1);
}
.hover\:text-red-50\/15:hover {
  color: rgb(254 242 242 / 0.15);
}
.hover\:text-red-50\/20:hover {
  color: rgb(254 242 242 / 0.2);
}
.hover\:text-red-50\/25:hover {
  color: rgb(254 242 242 / 0.25);
}
.hover\:text-red-50\/30:hover {
  color: rgb(254 242 242 / 0.3);
}
.hover\:text-red-50\/35:hover {
  color: rgb(254 242 242 / 0.35);
}
.hover\:text-red-50\/40:hover {
  color: rgb(254 242 242 / 0.4);
}
.hover\:text-red-50\/45:hover {
  color: rgb(254 242 242 / 0.45);
}
.hover\:text-red-50\/5:hover {
  color: rgb(254 242 242 / 0.05);
}
.hover\:text-red-50\/50:hover {
  color: rgb(254 242 242 / 0.5);
}
.hover\:text-red-50\/55:hover {
  color: rgb(254 242 242 / 0.55);
}
.hover\:text-red-50\/60:hover {
  color: rgb(254 242 242 / 0.6);
}
.hover\:text-red-50\/65:hover {
  color: rgb(254 242 242 / 0.65);
}
.hover\:text-red-50\/70:hover {
  color: rgb(254 242 242 / 0.7);
}
.hover\:text-red-50\/75:hover {
  color: rgb(254 242 242 / 0.75);
}
.hover\:text-red-50\/80:hover {
  color: rgb(254 242 242 / 0.8);
}
.hover\:text-red-50\/85:hover {
  color: rgb(254 242 242 / 0.85);
}
.hover\:text-red-50\/90:hover {
  color: rgb(254 242 242 / 0.9);
}
.hover\:text-red-50\/95:hover {
  color: rgb(254 242 242 / 0.95);
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500\/0:hover {
  color: rgb(239 68 68 / 0);
}
.hover\:text-red-500\/10:hover {
  color: rgb(239 68 68 / 0.1);
}
.hover\:text-red-500\/100:hover {
  color: rgb(239 68 68 / 1);
}
.hover\:text-red-500\/15:hover {
  color: rgb(239 68 68 / 0.15);
}
.hover\:text-red-500\/20:hover {
  color: rgb(239 68 68 / 0.2);
}
.hover\:text-red-500\/25:hover {
  color: rgb(239 68 68 / 0.25);
}
.hover\:text-red-500\/30:hover {
  color: rgb(239 68 68 / 0.3);
}
.hover\:text-red-500\/35:hover {
  color: rgb(239 68 68 / 0.35);
}
.hover\:text-red-500\/40:hover {
  color: rgb(239 68 68 / 0.4);
}
.hover\:text-red-500\/45:hover {
  color: rgb(239 68 68 / 0.45);
}
.hover\:text-red-500\/5:hover {
  color: rgb(239 68 68 / 0.05);
}
.hover\:text-red-500\/50:hover {
  color: rgb(239 68 68 / 0.5);
}
.hover\:text-red-500\/55:hover {
  color: rgb(239 68 68 / 0.55);
}
.hover\:text-red-500\/60:hover {
  color: rgb(239 68 68 / 0.6);
}
.hover\:text-red-500\/65:hover {
  color: rgb(239 68 68 / 0.65);
}
.hover\:text-red-500\/70:hover {
  color: rgb(239 68 68 / 0.7);
}
.hover\:text-red-500\/75:hover {
  color: rgb(239 68 68 / 0.75);
}
.hover\:text-red-500\/80:hover {
  color: rgb(239 68 68 / 0.8);
}
.hover\:text-red-500\/85:hover {
  color: rgb(239 68 68 / 0.85);
}
.hover\:text-red-500\/90:hover {
  color: rgb(239 68 68 / 0.9);
}
.hover\:text-red-500\/95:hover {
  color: rgb(239 68 68 / 0.95);
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600\/0:hover {
  color: rgb(220 38 38 / 0);
}
.hover\:text-red-600\/10:hover {
  color: rgb(220 38 38 / 0.1);
}
.hover\:text-red-600\/100:hover {
  color: rgb(220 38 38 / 1);
}
.hover\:text-red-600\/15:hover {
  color: rgb(220 38 38 / 0.15);
}
.hover\:text-red-600\/20:hover {
  color: rgb(220 38 38 / 0.2);
}
.hover\:text-red-600\/25:hover {
  color: rgb(220 38 38 / 0.25);
}
.hover\:text-red-600\/30:hover {
  color: rgb(220 38 38 / 0.3);
}
.hover\:text-red-600\/35:hover {
  color: rgb(220 38 38 / 0.35);
}
.hover\:text-red-600\/40:hover {
  color: rgb(220 38 38 / 0.4);
}
.hover\:text-red-600\/45:hover {
  color: rgb(220 38 38 / 0.45);
}
.hover\:text-red-600\/5:hover {
  color: rgb(220 38 38 / 0.05);
}
.hover\:text-red-600\/50:hover {
  color: rgb(220 38 38 / 0.5);
}
.hover\:text-red-600\/55:hover {
  color: rgb(220 38 38 / 0.55);
}
.hover\:text-red-600\/60:hover {
  color: rgb(220 38 38 / 0.6);
}
.hover\:text-red-600\/65:hover {
  color: rgb(220 38 38 / 0.65);
}
.hover\:text-red-600\/70:hover {
  color: rgb(220 38 38 / 0.7);
}
.hover\:text-red-600\/75:hover {
  color: rgb(220 38 38 / 0.75);
}
.hover\:text-red-600\/80:hover {
  color: rgb(220 38 38 / 0.8);
}
.hover\:text-red-600\/85:hover {
  color: rgb(220 38 38 / 0.85);
}
.hover\:text-red-600\/90:hover {
  color: rgb(220 38 38 / 0.9);
}
.hover\:text-red-600\/95:hover {
  color: rgb(220 38 38 / 0.95);
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700\/0:hover {
  color: rgb(185 28 28 / 0);
}
.hover\:text-red-700\/10:hover {
  color: rgb(185 28 28 / 0.1);
}
.hover\:text-red-700\/100:hover {
  color: rgb(185 28 28 / 1);
}
.hover\:text-red-700\/15:hover {
  color: rgb(185 28 28 / 0.15);
}
.hover\:text-red-700\/20:hover {
  color: rgb(185 28 28 / 0.2);
}
.hover\:text-red-700\/25:hover {
  color: rgb(185 28 28 / 0.25);
}
.hover\:text-red-700\/30:hover {
  color: rgb(185 28 28 / 0.3);
}
.hover\:text-red-700\/35:hover {
  color: rgb(185 28 28 / 0.35);
}
.hover\:text-red-700\/40:hover {
  color: rgb(185 28 28 / 0.4);
}
.hover\:text-red-700\/45:hover {
  color: rgb(185 28 28 / 0.45);
}
.hover\:text-red-700\/5:hover {
  color: rgb(185 28 28 / 0.05);
}
.hover\:text-red-700\/50:hover {
  color: rgb(185 28 28 / 0.5);
}
.hover\:text-red-700\/55:hover {
  color: rgb(185 28 28 / 0.55);
}
.hover\:text-red-700\/60:hover {
  color: rgb(185 28 28 / 0.6);
}
.hover\:text-red-700\/65:hover {
  color: rgb(185 28 28 / 0.65);
}
.hover\:text-red-700\/70:hover {
  color: rgb(185 28 28 / 0.7);
}
.hover\:text-red-700\/75:hover {
  color: rgb(185 28 28 / 0.75);
}
.hover\:text-red-700\/80:hover {
  color: rgb(185 28 28 / 0.8);
}
.hover\:text-red-700\/85:hover {
  color: rgb(185 28 28 / 0.85);
}
.hover\:text-red-700\/90:hover {
  color: rgb(185 28 28 / 0.9);
}
.hover\:text-red-700\/95:hover {
  color: rgb(185 28 28 / 0.95);
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800\/0:hover {
  color: rgb(153 27 27 / 0);
}
.hover\:text-red-800\/10:hover {
  color: rgb(153 27 27 / 0.1);
}
.hover\:text-red-800\/100:hover {
  color: rgb(153 27 27 / 1);
}
.hover\:text-red-800\/15:hover {
  color: rgb(153 27 27 / 0.15);
}
.hover\:text-red-800\/20:hover {
  color: rgb(153 27 27 / 0.2);
}
.hover\:text-red-800\/25:hover {
  color: rgb(153 27 27 / 0.25);
}
.hover\:text-red-800\/30:hover {
  color: rgb(153 27 27 / 0.3);
}
.hover\:text-red-800\/35:hover {
  color: rgb(153 27 27 / 0.35);
}
.hover\:text-red-800\/40:hover {
  color: rgb(153 27 27 / 0.4);
}
.hover\:text-red-800\/45:hover {
  color: rgb(153 27 27 / 0.45);
}
.hover\:text-red-800\/5:hover {
  color: rgb(153 27 27 / 0.05);
}
.hover\:text-red-800\/50:hover {
  color: rgb(153 27 27 / 0.5);
}
.hover\:text-red-800\/55:hover {
  color: rgb(153 27 27 / 0.55);
}
.hover\:text-red-800\/60:hover {
  color: rgb(153 27 27 / 0.6);
}
.hover\:text-red-800\/65:hover {
  color: rgb(153 27 27 / 0.65);
}
.hover\:text-red-800\/70:hover {
  color: rgb(153 27 27 / 0.7);
}
.hover\:text-red-800\/75:hover {
  color: rgb(153 27 27 / 0.75);
}
.hover\:text-red-800\/80:hover {
  color: rgb(153 27 27 / 0.8);
}
.hover\:text-red-800\/85:hover {
  color: rgb(153 27 27 / 0.85);
}
.hover\:text-red-800\/90:hover {
  color: rgb(153 27 27 / 0.9);
}
.hover\:text-red-800\/95:hover {
  color: rgb(153 27 27 / 0.95);
}
.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.hover\:text-red-900\/0:hover {
  color: rgb(127 29 29 / 0);
}
.hover\:text-red-900\/10:hover {
  color: rgb(127 29 29 / 0.1);
}
.hover\:text-red-900\/100:hover {
  color: rgb(127 29 29 / 1);
}
.hover\:text-red-900\/15:hover {
  color: rgb(127 29 29 / 0.15);
}
.hover\:text-red-900\/20:hover {
  color: rgb(127 29 29 / 0.2);
}
.hover\:text-red-900\/25:hover {
  color: rgb(127 29 29 / 0.25);
}
.hover\:text-red-900\/30:hover {
  color: rgb(127 29 29 / 0.3);
}
.hover\:text-red-900\/35:hover {
  color: rgb(127 29 29 / 0.35);
}
.hover\:text-red-900\/40:hover {
  color: rgb(127 29 29 / 0.4);
}
.hover\:text-red-900\/45:hover {
  color: rgb(127 29 29 / 0.45);
}
.hover\:text-red-900\/5:hover {
  color: rgb(127 29 29 / 0.05);
}
.hover\:text-red-900\/50:hover {
  color: rgb(127 29 29 / 0.5);
}
.hover\:text-red-900\/55:hover {
  color: rgb(127 29 29 / 0.55);
}
.hover\:text-red-900\/60:hover {
  color: rgb(127 29 29 / 0.6);
}
.hover\:text-red-900\/65:hover {
  color: rgb(127 29 29 / 0.65);
}
.hover\:text-red-900\/70:hover {
  color: rgb(127 29 29 / 0.7);
}
.hover\:text-red-900\/75:hover {
  color: rgb(127 29 29 / 0.75);
}
.hover\:text-red-900\/80:hover {
  color: rgb(127 29 29 / 0.8);
}
.hover\:text-red-900\/85:hover {
  color: rgb(127 29 29 / 0.85);
}
.hover\:text-red-900\/90:hover {
  color: rgb(127 29 29 / 0.9);
}
.hover\:text-red-900\/95:hover {
  color: rgb(127 29 29 / 0.95);
}
.hover\:text-red-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.hover\:text-red-950\/0:hover {
  color: rgb(69 10 10 / 0);
}
.hover\:text-red-950\/10:hover {
  color: rgb(69 10 10 / 0.1);
}
.hover\:text-red-950\/100:hover {
  color: rgb(69 10 10 / 1);
}
.hover\:text-red-950\/15:hover {
  color: rgb(69 10 10 / 0.15);
}
.hover\:text-red-950\/20:hover {
  color: rgb(69 10 10 / 0.2);
}
.hover\:text-red-950\/25:hover {
  color: rgb(69 10 10 / 0.25);
}
.hover\:text-red-950\/30:hover {
  color: rgb(69 10 10 / 0.3);
}
.hover\:text-red-950\/35:hover {
  color: rgb(69 10 10 / 0.35);
}
.hover\:text-red-950\/40:hover {
  color: rgb(69 10 10 / 0.4);
}
.hover\:text-red-950\/45:hover {
  color: rgb(69 10 10 / 0.45);
}
.hover\:text-red-950\/5:hover {
  color: rgb(69 10 10 / 0.05);
}
.hover\:text-red-950\/50:hover {
  color: rgb(69 10 10 / 0.5);
}
.hover\:text-red-950\/55:hover {
  color: rgb(69 10 10 / 0.55);
}
.hover\:text-red-950\/60:hover {
  color: rgb(69 10 10 / 0.6);
}
.hover\:text-red-950\/65:hover {
  color: rgb(69 10 10 / 0.65);
}
.hover\:text-red-950\/70:hover {
  color: rgb(69 10 10 / 0.7);
}
.hover\:text-red-950\/75:hover {
  color: rgb(69 10 10 / 0.75);
}
.hover\:text-red-950\/80:hover {
  color: rgb(69 10 10 / 0.8);
}
.hover\:text-red-950\/85:hover {
  color: rgb(69 10 10 / 0.85);
}
.hover\:text-red-950\/90:hover {
  color: rgb(69 10 10 / 0.9);
}
.hover\:text-red-950\/95:hover {
  color: rgb(69 10 10 / 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:border-primary-500:focus {
  border-color: var(--primary-color-500);
}
.focus\:bg-primary-50:focus {
  background-color: var(--primary-color-50);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline:focus {
  outline-style: solid;
}
.focus\:outline-primary-500:focus {
  outline-color: var(--primary-color-500);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.active\:\!border-gray-100:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-100\/0:active {
  border-color: rgb(243 244 246 / 0) !important;
}
.active\:\!border-gray-100\/10:active {
  border-color: rgb(243 244 246 / 0.1) !important;
}
.active\:\!border-gray-100\/100:active {
  border-color: rgb(243 244 246 / 1) !important;
}
.active\:\!border-gray-100\/15:active {
  border-color: rgb(243 244 246 / 0.15) !important;
}
.active\:\!border-gray-100\/20:active {
  border-color: rgb(243 244 246 / 0.2) !important;
}
.active\:\!border-gray-100\/25:active {
  border-color: rgb(243 244 246 / 0.25) !important;
}
.active\:\!border-gray-100\/30:active {
  border-color: rgb(243 244 246 / 0.3) !important;
}
.active\:\!border-gray-100\/35:active {
  border-color: rgb(243 244 246 / 0.35) !important;
}
.active\:\!border-gray-100\/40:active {
  border-color: rgb(243 244 246 / 0.4) !important;
}
.active\:\!border-gray-100\/45:active {
  border-color: rgb(243 244 246 / 0.45) !important;
}
.active\:\!border-gray-100\/5:active {
  border-color: rgb(243 244 246 / 0.05) !important;
}
.active\:\!border-gray-100\/50:active {
  border-color: rgb(243 244 246 / 0.5) !important;
}
.active\:\!border-gray-100\/55:active {
  border-color: rgb(243 244 246 / 0.55) !important;
}
.active\:\!border-gray-100\/60:active {
  border-color: rgb(243 244 246 / 0.6) !important;
}
.active\:\!border-gray-100\/65:active {
  border-color: rgb(243 244 246 / 0.65) !important;
}
.active\:\!border-gray-100\/70:active {
  border-color: rgb(243 244 246 / 0.7) !important;
}
.active\:\!border-gray-100\/75:active {
  border-color: rgb(243 244 246 / 0.75) !important;
}
.active\:\!border-gray-100\/80:active {
  border-color: rgb(243 244 246 / 0.8) !important;
}
.active\:\!border-gray-100\/85:active {
  border-color: rgb(243 244 246 / 0.85) !important;
}
.active\:\!border-gray-100\/90:active {
  border-color: rgb(243 244 246 / 0.9) !important;
}
.active\:\!border-gray-100\/95:active {
  border-color: rgb(243 244 246 / 0.95) !important;
}
.active\:\!border-gray-200:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-200\/0:active {
  border-color: rgb(229 231 235 / 0) !important;
}
.active\:\!border-gray-200\/10:active {
  border-color: rgb(229 231 235 / 0.1) !important;
}
.active\:\!border-gray-200\/100:active {
  border-color: rgb(229 231 235 / 1) !important;
}
.active\:\!border-gray-200\/15:active {
  border-color: rgb(229 231 235 / 0.15) !important;
}
.active\:\!border-gray-200\/20:active {
  border-color: rgb(229 231 235 / 0.2) !important;
}
.active\:\!border-gray-200\/25:active {
  border-color: rgb(229 231 235 / 0.25) !important;
}
.active\:\!border-gray-200\/30:active {
  border-color: rgb(229 231 235 / 0.3) !important;
}
.active\:\!border-gray-200\/35:active {
  border-color: rgb(229 231 235 / 0.35) !important;
}
.active\:\!border-gray-200\/40:active {
  border-color: rgb(229 231 235 / 0.4) !important;
}
.active\:\!border-gray-200\/45:active {
  border-color: rgb(229 231 235 / 0.45) !important;
}
.active\:\!border-gray-200\/5:active {
  border-color: rgb(229 231 235 / 0.05) !important;
}
.active\:\!border-gray-200\/50:active {
  border-color: rgb(229 231 235 / 0.5) !important;
}
.active\:\!border-gray-200\/55:active {
  border-color: rgb(229 231 235 / 0.55) !important;
}
.active\:\!border-gray-200\/60:active {
  border-color: rgb(229 231 235 / 0.6) !important;
}
.active\:\!border-gray-200\/65:active {
  border-color: rgb(229 231 235 / 0.65) !important;
}
.active\:\!border-gray-200\/70:active {
  border-color: rgb(229 231 235 / 0.7) !important;
}
.active\:\!border-gray-200\/75:active {
  border-color: rgb(229 231 235 / 0.75) !important;
}
.active\:\!border-gray-200\/80:active {
  border-color: rgb(229 231 235 / 0.8) !important;
}
.active\:\!border-gray-200\/85:active {
  border-color: rgb(229 231 235 / 0.85) !important;
}
.active\:\!border-gray-200\/90:active {
  border-color: rgb(229 231 235 / 0.9) !important;
}
.active\:\!border-gray-200\/95:active {
  border-color: rgb(229 231 235 / 0.95) !important;
}
.active\:\!border-gray-300:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-300\/0:active {
  border-color: rgb(209 213 219 / 0) !important;
}
.active\:\!border-gray-300\/10:active {
  border-color: rgb(209 213 219 / 0.1) !important;
}
.active\:\!border-gray-300\/100:active {
  border-color: rgb(209 213 219 / 1) !important;
}
.active\:\!border-gray-300\/15:active {
  border-color: rgb(209 213 219 / 0.15) !important;
}
.active\:\!border-gray-300\/20:active {
  border-color: rgb(209 213 219 / 0.2) !important;
}
.active\:\!border-gray-300\/25:active {
  border-color: rgb(209 213 219 / 0.25) !important;
}
.active\:\!border-gray-300\/30:active {
  border-color: rgb(209 213 219 / 0.3) !important;
}
.active\:\!border-gray-300\/35:active {
  border-color: rgb(209 213 219 / 0.35) !important;
}
.active\:\!border-gray-300\/40:active {
  border-color: rgb(209 213 219 / 0.4) !important;
}
.active\:\!border-gray-300\/45:active {
  border-color: rgb(209 213 219 / 0.45) !important;
}
.active\:\!border-gray-300\/5:active {
  border-color: rgb(209 213 219 / 0.05) !important;
}
.active\:\!border-gray-300\/50:active {
  border-color: rgb(209 213 219 / 0.5) !important;
}
.active\:\!border-gray-300\/55:active {
  border-color: rgb(209 213 219 / 0.55) !important;
}
.active\:\!border-gray-300\/60:active {
  border-color: rgb(209 213 219 / 0.6) !important;
}
.active\:\!border-gray-300\/65:active {
  border-color: rgb(209 213 219 / 0.65) !important;
}
.active\:\!border-gray-300\/70:active {
  border-color: rgb(209 213 219 / 0.7) !important;
}
.active\:\!border-gray-300\/75:active {
  border-color: rgb(209 213 219 / 0.75) !important;
}
.active\:\!border-gray-300\/80:active {
  border-color: rgb(209 213 219 / 0.8) !important;
}
.active\:\!border-gray-300\/85:active {
  border-color: rgb(209 213 219 / 0.85) !important;
}
.active\:\!border-gray-300\/90:active {
  border-color: rgb(209 213 219 / 0.9) !important;
}
.active\:\!border-gray-300\/95:active {
  border-color: rgb(209 213 219 / 0.95) !important;
}
.active\:\!border-gray-400:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-400\/0:active {
  border-color: rgb(156 163 175 / 0) !important;
}
.active\:\!border-gray-400\/10:active {
  border-color: rgb(156 163 175 / 0.1) !important;
}
.active\:\!border-gray-400\/100:active {
  border-color: rgb(156 163 175 / 1) !important;
}
.active\:\!border-gray-400\/15:active {
  border-color: rgb(156 163 175 / 0.15) !important;
}
.active\:\!border-gray-400\/20:active {
  border-color: rgb(156 163 175 / 0.2) !important;
}
.active\:\!border-gray-400\/25:active {
  border-color: rgb(156 163 175 / 0.25) !important;
}
.active\:\!border-gray-400\/30:active {
  border-color: rgb(156 163 175 / 0.3) !important;
}
.active\:\!border-gray-400\/35:active {
  border-color: rgb(156 163 175 / 0.35) !important;
}
.active\:\!border-gray-400\/40:active {
  border-color: rgb(156 163 175 / 0.4) !important;
}
.active\:\!border-gray-400\/45:active {
  border-color: rgb(156 163 175 / 0.45) !important;
}
.active\:\!border-gray-400\/5:active {
  border-color: rgb(156 163 175 / 0.05) !important;
}
.active\:\!border-gray-400\/50:active {
  border-color: rgb(156 163 175 / 0.5) !important;
}
.active\:\!border-gray-400\/55:active {
  border-color: rgb(156 163 175 / 0.55) !important;
}
.active\:\!border-gray-400\/60:active {
  border-color: rgb(156 163 175 / 0.6) !important;
}
.active\:\!border-gray-400\/65:active {
  border-color: rgb(156 163 175 / 0.65) !important;
}
.active\:\!border-gray-400\/70:active {
  border-color: rgb(156 163 175 / 0.7) !important;
}
.active\:\!border-gray-400\/75:active {
  border-color: rgb(156 163 175 / 0.75) !important;
}
.active\:\!border-gray-400\/80:active {
  border-color: rgb(156 163 175 / 0.8) !important;
}
.active\:\!border-gray-400\/85:active {
  border-color: rgb(156 163 175 / 0.85) !important;
}
.active\:\!border-gray-400\/90:active {
  border-color: rgb(156 163 175 / 0.9) !important;
}
.active\:\!border-gray-400\/95:active {
  border-color: rgb(156 163 175 / 0.95) !important;
}
.active\:\!border-gray-50:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-50\/0:active {
  border-color: rgb(249 250 251 / 0) !important;
}
.active\:\!border-gray-50\/10:active {
  border-color: rgb(249 250 251 / 0.1) !important;
}
.active\:\!border-gray-50\/100:active {
  border-color: rgb(249 250 251 / 1) !important;
}
.active\:\!border-gray-50\/15:active {
  border-color: rgb(249 250 251 / 0.15) !important;
}
.active\:\!border-gray-50\/20:active {
  border-color: rgb(249 250 251 / 0.2) !important;
}
.active\:\!border-gray-50\/25:active {
  border-color: rgb(249 250 251 / 0.25) !important;
}
.active\:\!border-gray-50\/30:active {
  border-color: rgb(249 250 251 / 0.3) !important;
}
.active\:\!border-gray-50\/35:active {
  border-color: rgb(249 250 251 / 0.35) !important;
}
.active\:\!border-gray-50\/40:active {
  border-color: rgb(249 250 251 / 0.4) !important;
}
.active\:\!border-gray-50\/45:active {
  border-color: rgb(249 250 251 / 0.45) !important;
}
.active\:\!border-gray-50\/5:active {
  border-color: rgb(249 250 251 / 0.05) !important;
}
.active\:\!border-gray-50\/50:active {
  border-color: rgb(249 250 251 / 0.5) !important;
}
.active\:\!border-gray-50\/55:active {
  border-color: rgb(249 250 251 / 0.55) !important;
}
.active\:\!border-gray-50\/60:active {
  border-color: rgb(249 250 251 / 0.6) !important;
}
.active\:\!border-gray-50\/65:active {
  border-color: rgb(249 250 251 / 0.65) !important;
}
.active\:\!border-gray-50\/70:active {
  border-color: rgb(249 250 251 / 0.7) !important;
}
.active\:\!border-gray-50\/75:active {
  border-color: rgb(249 250 251 / 0.75) !important;
}
.active\:\!border-gray-50\/80:active {
  border-color: rgb(249 250 251 / 0.8) !important;
}
.active\:\!border-gray-50\/85:active {
  border-color: rgb(249 250 251 / 0.85) !important;
}
.active\:\!border-gray-50\/90:active {
  border-color: rgb(249 250 251 / 0.9) !important;
}
.active\:\!border-gray-50\/95:active {
  border-color: rgb(249 250 251 / 0.95) !important;
}
.active\:\!border-gray-500:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-500\/0:active {
  border-color: rgb(107 114 128 / 0) !important;
}
.active\:\!border-gray-500\/10:active {
  border-color: rgb(107 114 128 / 0.1) !important;
}
.active\:\!border-gray-500\/100:active {
  border-color: rgb(107 114 128 / 1) !important;
}
.active\:\!border-gray-500\/15:active {
  border-color: rgb(107 114 128 / 0.15) !important;
}
.active\:\!border-gray-500\/20:active {
  border-color: rgb(107 114 128 / 0.2) !important;
}
.active\:\!border-gray-500\/25:active {
  border-color: rgb(107 114 128 / 0.25) !important;
}
.active\:\!border-gray-500\/30:active {
  border-color: rgb(107 114 128 / 0.3) !important;
}
.active\:\!border-gray-500\/35:active {
  border-color: rgb(107 114 128 / 0.35) !important;
}
.active\:\!border-gray-500\/40:active {
  border-color: rgb(107 114 128 / 0.4) !important;
}
.active\:\!border-gray-500\/45:active {
  border-color: rgb(107 114 128 / 0.45) !important;
}
.active\:\!border-gray-500\/5:active {
  border-color: rgb(107 114 128 / 0.05) !important;
}
.active\:\!border-gray-500\/50:active {
  border-color: rgb(107 114 128 / 0.5) !important;
}
.active\:\!border-gray-500\/55:active {
  border-color: rgb(107 114 128 / 0.55) !important;
}
.active\:\!border-gray-500\/60:active {
  border-color: rgb(107 114 128 / 0.6) !important;
}
.active\:\!border-gray-500\/65:active {
  border-color: rgb(107 114 128 / 0.65) !important;
}
.active\:\!border-gray-500\/70:active {
  border-color: rgb(107 114 128 / 0.7) !important;
}
.active\:\!border-gray-500\/75:active {
  border-color: rgb(107 114 128 / 0.75) !important;
}
.active\:\!border-gray-500\/80:active {
  border-color: rgb(107 114 128 / 0.8) !important;
}
.active\:\!border-gray-500\/85:active {
  border-color: rgb(107 114 128 / 0.85) !important;
}
.active\:\!border-gray-500\/90:active {
  border-color: rgb(107 114 128 / 0.9) !important;
}
.active\:\!border-gray-500\/95:active {
  border-color: rgb(107 114 128 / 0.95) !important;
}
.active\:\!border-gray-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-600\/0:active {
  border-color: rgb(75 85 99 / 0) !important;
}
.active\:\!border-gray-600\/10:active {
  border-color: rgb(75 85 99 / 0.1) !important;
}
.active\:\!border-gray-600\/100:active {
  border-color: rgb(75 85 99 / 1) !important;
}
.active\:\!border-gray-600\/15:active {
  border-color: rgb(75 85 99 / 0.15) !important;
}
.active\:\!border-gray-600\/20:active {
  border-color: rgb(75 85 99 / 0.2) !important;
}
.active\:\!border-gray-600\/25:active {
  border-color: rgb(75 85 99 / 0.25) !important;
}
.active\:\!border-gray-600\/30:active {
  border-color: rgb(75 85 99 / 0.3) !important;
}
.active\:\!border-gray-600\/35:active {
  border-color: rgb(75 85 99 / 0.35) !important;
}
.active\:\!border-gray-600\/40:active {
  border-color: rgb(75 85 99 / 0.4) !important;
}
.active\:\!border-gray-600\/45:active {
  border-color: rgb(75 85 99 / 0.45) !important;
}
.active\:\!border-gray-600\/5:active {
  border-color: rgb(75 85 99 / 0.05) !important;
}
.active\:\!border-gray-600\/50:active {
  border-color: rgb(75 85 99 / 0.5) !important;
}
.active\:\!border-gray-600\/55:active {
  border-color: rgb(75 85 99 / 0.55) !important;
}
.active\:\!border-gray-600\/60:active {
  border-color: rgb(75 85 99 / 0.6) !important;
}
.active\:\!border-gray-600\/65:active {
  border-color: rgb(75 85 99 / 0.65) !important;
}
.active\:\!border-gray-600\/70:active {
  border-color: rgb(75 85 99 / 0.7) !important;
}
.active\:\!border-gray-600\/75:active {
  border-color: rgb(75 85 99 / 0.75) !important;
}
.active\:\!border-gray-600\/80:active {
  border-color: rgb(75 85 99 / 0.8) !important;
}
.active\:\!border-gray-600\/85:active {
  border-color: rgb(75 85 99 / 0.85) !important;
}
.active\:\!border-gray-600\/90:active {
  border-color: rgb(75 85 99 / 0.9) !important;
}
.active\:\!border-gray-600\/95:active {
  border-color: rgb(75 85 99 / 0.95) !important;
}
.active\:\!border-gray-700:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-700\/0:active {
  border-color: rgb(55 65 81 / 0) !important;
}
.active\:\!border-gray-700\/10:active {
  border-color: rgb(55 65 81 / 0.1) !important;
}
.active\:\!border-gray-700\/100:active {
  border-color: rgb(55 65 81 / 1) !important;
}
.active\:\!border-gray-700\/15:active {
  border-color: rgb(55 65 81 / 0.15) !important;
}
.active\:\!border-gray-700\/20:active {
  border-color: rgb(55 65 81 / 0.2) !important;
}
.active\:\!border-gray-700\/25:active {
  border-color: rgb(55 65 81 / 0.25) !important;
}
.active\:\!border-gray-700\/30:active {
  border-color: rgb(55 65 81 / 0.3) !important;
}
.active\:\!border-gray-700\/35:active {
  border-color: rgb(55 65 81 / 0.35) !important;
}
.active\:\!border-gray-700\/40:active {
  border-color: rgb(55 65 81 / 0.4) !important;
}
.active\:\!border-gray-700\/45:active {
  border-color: rgb(55 65 81 / 0.45) !important;
}
.active\:\!border-gray-700\/5:active {
  border-color: rgb(55 65 81 / 0.05) !important;
}
.active\:\!border-gray-700\/50:active {
  border-color: rgb(55 65 81 / 0.5) !important;
}
.active\:\!border-gray-700\/55:active {
  border-color: rgb(55 65 81 / 0.55) !important;
}
.active\:\!border-gray-700\/60:active {
  border-color: rgb(55 65 81 / 0.6) !important;
}
.active\:\!border-gray-700\/65:active {
  border-color: rgb(55 65 81 / 0.65) !important;
}
.active\:\!border-gray-700\/70:active {
  border-color: rgb(55 65 81 / 0.7) !important;
}
.active\:\!border-gray-700\/75:active {
  border-color: rgb(55 65 81 / 0.75) !important;
}
.active\:\!border-gray-700\/80:active {
  border-color: rgb(55 65 81 / 0.8) !important;
}
.active\:\!border-gray-700\/85:active {
  border-color: rgb(55 65 81 / 0.85) !important;
}
.active\:\!border-gray-700\/90:active {
  border-color: rgb(55 65 81 / 0.9) !important;
}
.active\:\!border-gray-700\/95:active {
  border-color: rgb(55 65 81 / 0.95) !important;
}
.active\:\!border-gray-800:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-800\/0:active {
  border-color: rgb(31 41 55 / 0) !important;
}
.active\:\!border-gray-800\/10:active {
  border-color: rgb(31 41 55 / 0.1) !important;
}
.active\:\!border-gray-800\/100:active {
  border-color: rgb(31 41 55 / 1) !important;
}
.active\:\!border-gray-800\/15:active {
  border-color: rgb(31 41 55 / 0.15) !important;
}
.active\:\!border-gray-800\/20:active {
  border-color: rgb(31 41 55 / 0.2) !important;
}
.active\:\!border-gray-800\/25:active {
  border-color: rgb(31 41 55 / 0.25) !important;
}
.active\:\!border-gray-800\/30:active {
  border-color: rgb(31 41 55 / 0.3) !important;
}
.active\:\!border-gray-800\/35:active {
  border-color: rgb(31 41 55 / 0.35) !important;
}
.active\:\!border-gray-800\/40:active {
  border-color: rgb(31 41 55 / 0.4) !important;
}
.active\:\!border-gray-800\/45:active {
  border-color: rgb(31 41 55 / 0.45) !important;
}
.active\:\!border-gray-800\/5:active {
  border-color: rgb(31 41 55 / 0.05) !important;
}
.active\:\!border-gray-800\/50:active {
  border-color: rgb(31 41 55 / 0.5) !important;
}
.active\:\!border-gray-800\/55:active {
  border-color: rgb(31 41 55 / 0.55) !important;
}
.active\:\!border-gray-800\/60:active {
  border-color: rgb(31 41 55 / 0.6) !important;
}
.active\:\!border-gray-800\/65:active {
  border-color: rgb(31 41 55 / 0.65) !important;
}
.active\:\!border-gray-800\/70:active {
  border-color: rgb(31 41 55 / 0.7) !important;
}
.active\:\!border-gray-800\/75:active {
  border-color: rgb(31 41 55 / 0.75) !important;
}
.active\:\!border-gray-800\/80:active {
  border-color: rgb(31 41 55 / 0.8) !important;
}
.active\:\!border-gray-800\/85:active {
  border-color: rgb(31 41 55 / 0.85) !important;
}
.active\:\!border-gray-800\/90:active {
  border-color: rgb(31 41 55 / 0.9) !important;
}
.active\:\!border-gray-800\/95:active {
  border-color: rgb(31 41 55 / 0.95) !important;
}
.active\:\!border-gray-900:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-900\/0:active {
  border-color: rgb(17 24 39 / 0) !important;
}
.active\:\!border-gray-900\/10:active {
  border-color: rgb(17 24 39 / 0.1) !important;
}
.active\:\!border-gray-900\/100:active {
  border-color: rgb(17 24 39 / 1) !important;
}
.active\:\!border-gray-900\/15:active {
  border-color: rgb(17 24 39 / 0.15) !important;
}
.active\:\!border-gray-900\/20:active {
  border-color: rgb(17 24 39 / 0.2) !important;
}
.active\:\!border-gray-900\/25:active {
  border-color: rgb(17 24 39 / 0.25) !important;
}
.active\:\!border-gray-900\/30:active {
  border-color: rgb(17 24 39 / 0.3) !important;
}
.active\:\!border-gray-900\/35:active {
  border-color: rgb(17 24 39 / 0.35) !important;
}
.active\:\!border-gray-900\/40:active {
  border-color: rgb(17 24 39 / 0.4) !important;
}
.active\:\!border-gray-900\/45:active {
  border-color: rgb(17 24 39 / 0.45) !important;
}
.active\:\!border-gray-900\/5:active {
  border-color: rgb(17 24 39 / 0.05) !important;
}
.active\:\!border-gray-900\/50:active {
  border-color: rgb(17 24 39 / 0.5) !important;
}
.active\:\!border-gray-900\/55:active {
  border-color: rgb(17 24 39 / 0.55) !important;
}
.active\:\!border-gray-900\/60:active {
  border-color: rgb(17 24 39 / 0.6) !important;
}
.active\:\!border-gray-900\/65:active {
  border-color: rgb(17 24 39 / 0.65) !important;
}
.active\:\!border-gray-900\/70:active {
  border-color: rgb(17 24 39 / 0.7) !important;
}
.active\:\!border-gray-900\/75:active {
  border-color: rgb(17 24 39 / 0.75) !important;
}
.active\:\!border-gray-900\/80:active {
  border-color: rgb(17 24 39 / 0.8) !important;
}
.active\:\!border-gray-900\/85:active {
  border-color: rgb(17 24 39 / 0.85) !important;
}
.active\:\!border-gray-900\/90:active {
  border-color: rgb(17 24 39 / 0.9) !important;
}
.active\:\!border-gray-900\/95:active {
  border-color: rgb(17 24 39 / 0.95) !important;
}
.active\:\!border-gray-950:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-gray-950\/0:active {
  border-color: rgb(3 7 18 / 0) !important;
}
.active\:\!border-gray-950\/10:active {
  border-color: rgb(3 7 18 / 0.1) !important;
}
.active\:\!border-gray-950\/100:active {
  border-color: rgb(3 7 18 / 1) !important;
}
.active\:\!border-gray-950\/15:active {
  border-color: rgb(3 7 18 / 0.15) !important;
}
.active\:\!border-gray-950\/20:active {
  border-color: rgb(3 7 18 / 0.2) !important;
}
.active\:\!border-gray-950\/25:active {
  border-color: rgb(3 7 18 / 0.25) !important;
}
.active\:\!border-gray-950\/30:active {
  border-color: rgb(3 7 18 / 0.3) !important;
}
.active\:\!border-gray-950\/35:active {
  border-color: rgb(3 7 18 / 0.35) !important;
}
.active\:\!border-gray-950\/40:active {
  border-color: rgb(3 7 18 / 0.4) !important;
}
.active\:\!border-gray-950\/45:active {
  border-color: rgb(3 7 18 / 0.45) !important;
}
.active\:\!border-gray-950\/5:active {
  border-color: rgb(3 7 18 / 0.05) !important;
}
.active\:\!border-gray-950\/50:active {
  border-color: rgb(3 7 18 / 0.5) !important;
}
.active\:\!border-gray-950\/55:active {
  border-color: rgb(3 7 18 / 0.55) !important;
}
.active\:\!border-gray-950\/60:active {
  border-color: rgb(3 7 18 / 0.6) !important;
}
.active\:\!border-gray-950\/65:active {
  border-color: rgb(3 7 18 / 0.65) !important;
}
.active\:\!border-gray-950\/70:active {
  border-color: rgb(3 7 18 / 0.7) !important;
}
.active\:\!border-gray-950\/75:active {
  border-color: rgb(3 7 18 / 0.75) !important;
}
.active\:\!border-gray-950\/80:active {
  border-color: rgb(3 7 18 / 0.8) !important;
}
.active\:\!border-gray-950\/85:active {
  border-color: rgb(3 7 18 / 0.85) !important;
}
.active\:\!border-gray-950\/90:active {
  border-color: rgb(3 7 18 / 0.9) !important;
}
.active\:\!border-gray-950\/95:active {
  border-color: rgb(3 7 18 / 0.95) !important;
}
.active\:\!border-primary-100:active {
  border-color: var(--primary-color-100) !important;
}
.active\:\!border-primary-200:active {
  border-color: var(--primary-color-200) !important;
}
.active\:\!border-primary-300:active {
  border-color: var(--primary-color-300) !important;
}
.active\:\!border-primary-400:active {
  border-color: var(--primary-color-400) !important;
}
.active\:\!border-primary-50:active {
  border-color: var(--primary-color-50) !important;
}
.active\:\!border-primary-500:active {
  border-color: var(--primary-color-500) !important;
}
.active\:\!border-primary-600:active {
  border-color: var(--primary-color-600) !important;
}
.active\:\!border-primary-700:active {
  border-color: var(--primary-color-700) !important;
}
.active\:\!border-primary-800:active {
  border-color: var(--primary-color-800) !important;
}
.active\:\!border-primary-900:active {
  border-color: var(--primary-color-900) !important;
}
.active\:\!border-primary-950:active {
  border-color: var(--primary-color-950) !important;
}
.active\:\!border-red-100:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-100\/0:active {
  border-color: rgb(254 226 226 / 0) !important;
}
.active\:\!border-red-100\/10:active {
  border-color: rgb(254 226 226 / 0.1) !important;
}
.active\:\!border-red-100\/100:active {
  border-color: rgb(254 226 226 / 1) !important;
}
.active\:\!border-red-100\/15:active {
  border-color: rgb(254 226 226 / 0.15) !important;
}
.active\:\!border-red-100\/20:active {
  border-color: rgb(254 226 226 / 0.2) !important;
}
.active\:\!border-red-100\/25:active {
  border-color: rgb(254 226 226 / 0.25) !important;
}
.active\:\!border-red-100\/30:active {
  border-color: rgb(254 226 226 / 0.3) !important;
}
.active\:\!border-red-100\/35:active {
  border-color: rgb(254 226 226 / 0.35) !important;
}
.active\:\!border-red-100\/40:active {
  border-color: rgb(254 226 226 / 0.4) !important;
}
.active\:\!border-red-100\/45:active {
  border-color: rgb(254 226 226 / 0.45) !important;
}
.active\:\!border-red-100\/5:active {
  border-color: rgb(254 226 226 / 0.05) !important;
}
.active\:\!border-red-100\/50:active {
  border-color: rgb(254 226 226 / 0.5) !important;
}
.active\:\!border-red-100\/55:active {
  border-color: rgb(254 226 226 / 0.55) !important;
}
.active\:\!border-red-100\/60:active {
  border-color: rgb(254 226 226 / 0.6) !important;
}
.active\:\!border-red-100\/65:active {
  border-color: rgb(254 226 226 / 0.65) !important;
}
.active\:\!border-red-100\/70:active {
  border-color: rgb(254 226 226 / 0.7) !important;
}
.active\:\!border-red-100\/75:active {
  border-color: rgb(254 226 226 / 0.75) !important;
}
.active\:\!border-red-100\/80:active {
  border-color: rgb(254 226 226 / 0.8) !important;
}
.active\:\!border-red-100\/85:active {
  border-color: rgb(254 226 226 / 0.85) !important;
}
.active\:\!border-red-100\/90:active {
  border-color: rgb(254 226 226 / 0.9) !important;
}
.active\:\!border-red-100\/95:active {
  border-color: rgb(254 226 226 / 0.95) !important;
}
.active\:\!border-red-200:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-200\/0:active {
  border-color: rgb(254 202 202 / 0) !important;
}
.active\:\!border-red-200\/10:active {
  border-color: rgb(254 202 202 / 0.1) !important;
}
.active\:\!border-red-200\/100:active {
  border-color: rgb(254 202 202 / 1) !important;
}
.active\:\!border-red-200\/15:active {
  border-color: rgb(254 202 202 / 0.15) !important;
}
.active\:\!border-red-200\/20:active {
  border-color: rgb(254 202 202 / 0.2) !important;
}
.active\:\!border-red-200\/25:active {
  border-color: rgb(254 202 202 / 0.25) !important;
}
.active\:\!border-red-200\/30:active {
  border-color: rgb(254 202 202 / 0.3) !important;
}
.active\:\!border-red-200\/35:active {
  border-color: rgb(254 202 202 / 0.35) !important;
}
.active\:\!border-red-200\/40:active {
  border-color: rgb(254 202 202 / 0.4) !important;
}
.active\:\!border-red-200\/45:active {
  border-color: rgb(254 202 202 / 0.45) !important;
}
.active\:\!border-red-200\/5:active {
  border-color: rgb(254 202 202 / 0.05) !important;
}
.active\:\!border-red-200\/50:active {
  border-color: rgb(254 202 202 / 0.5) !important;
}
.active\:\!border-red-200\/55:active {
  border-color: rgb(254 202 202 / 0.55) !important;
}
.active\:\!border-red-200\/60:active {
  border-color: rgb(254 202 202 / 0.6) !important;
}
.active\:\!border-red-200\/65:active {
  border-color: rgb(254 202 202 / 0.65) !important;
}
.active\:\!border-red-200\/70:active {
  border-color: rgb(254 202 202 / 0.7) !important;
}
.active\:\!border-red-200\/75:active {
  border-color: rgb(254 202 202 / 0.75) !important;
}
.active\:\!border-red-200\/80:active {
  border-color: rgb(254 202 202 / 0.8) !important;
}
.active\:\!border-red-200\/85:active {
  border-color: rgb(254 202 202 / 0.85) !important;
}
.active\:\!border-red-200\/90:active {
  border-color: rgb(254 202 202 / 0.9) !important;
}
.active\:\!border-red-200\/95:active {
  border-color: rgb(254 202 202 / 0.95) !important;
}
.active\:\!border-red-300:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-300\/0:active {
  border-color: rgb(252 165 165 / 0) !important;
}
.active\:\!border-red-300\/10:active {
  border-color: rgb(252 165 165 / 0.1) !important;
}
.active\:\!border-red-300\/100:active {
  border-color: rgb(252 165 165 / 1) !important;
}
.active\:\!border-red-300\/15:active {
  border-color: rgb(252 165 165 / 0.15) !important;
}
.active\:\!border-red-300\/20:active {
  border-color: rgb(252 165 165 / 0.2) !important;
}
.active\:\!border-red-300\/25:active {
  border-color: rgb(252 165 165 / 0.25) !important;
}
.active\:\!border-red-300\/30:active {
  border-color: rgb(252 165 165 / 0.3) !important;
}
.active\:\!border-red-300\/35:active {
  border-color: rgb(252 165 165 / 0.35) !important;
}
.active\:\!border-red-300\/40:active {
  border-color: rgb(252 165 165 / 0.4) !important;
}
.active\:\!border-red-300\/45:active {
  border-color: rgb(252 165 165 / 0.45) !important;
}
.active\:\!border-red-300\/5:active {
  border-color: rgb(252 165 165 / 0.05) !important;
}
.active\:\!border-red-300\/50:active {
  border-color: rgb(252 165 165 / 0.5) !important;
}
.active\:\!border-red-300\/55:active {
  border-color: rgb(252 165 165 / 0.55) !important;
}
.active\:\!border-red-300\/60:active {
  border-color: rgb(252 165 165 / 0.6) !important;
}
.active\:\!border-red-300\/65:active {
  border-color: rgb(252 165 165 / 0.65) !important;
}
.active\:\!border-red-300\/70:active {
  border-color: rgb(252 165 165 / 0.7) !important;
}
.active\:\!border-red-300\/75:active {
  border-color: rgb(252 165 165 / 0.75) !important;
}
.active\:\!border-red-300\/80:active {
  border-color: rgb(252 165 165 / 0.8) !important;
}
.active\:\!border-red-300\/85:active {
  border-color: rgb(252 165 165 / 0.85) !important;
}
.active\:\!border-red-300\/90:active {
  border-color: rgb(252 165 165 / 0.9) !important;
}
.active\:\!border-red-300\/95:active {
  border-color: rgb(252 165 165 / 0.95) !important;
}
.active\:\!border-red-400:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-400\/0:active {
  border-color: rgb(248 113 113 / 0) !important;
}
.active\:\!border-red-400\/10:active {
  border-color: rgb(248 113 113 / 0.1) !important;
}
.active\:\!border-red-400\/100:active {
  border-color: rgb(248 113 113 / 1) !important;
}
.active\:\!border-red-400\/15:active {
  border-color: rgb(248 113 113 / 0.15) !important;
}
.active\:\!border-red-400\/20:active {
  border-color: rgb(248 113 113 / 0.2) !important;
}
.active\:\!border-red-400\/25:active {
  border-color: rgb(248 113 113 / 0.25) !important;
}
.active\:\!border-red-400\/30:active {
  border-color: rgb(248 113 113 / 0.3) !important;
}
.active\:\!border-red-400\/35:active {
  border-color: rgb(248 113 113 / 0.35) !important;
}
.active\:\!border-red-400\/40:active {
  border-color: rgb(248 113 113 / 0.4) !important;
}
.active\:\!border-red-400\/45:active {
  border-color: rgb(248 113 113 / 0.45) !important;
}
.active\:\!border-red-400\/5:active {
  border-color: rgb(248 113 113 / 0.05) !important;
}
.active\:\!border-red-400\/50:active {
  border-color: rgb(248 113 113 / 0.5) !important;
}
.active\:\!border-red-400\/55:active {
  border-color: rgb(248 113 113 / 0.55) !important;
}
.active\:\!border-red-400\/60:active {
  border-color: rgb(248 113 113 / 0.6) !important;
}
.active\:\!border-red-400\/65:active {
  border-color: rgb(248 113 113 / 0.65) !important;
}
.active\:\!border-red-400\/70:active {
  border-color: rgb(248 113 113 / 0.7) !important;
}
.active\:\!border-red-400\/75:active {
  border-color: rgb(248 113 113 / 0.75) !important;
}
.active\:\!border-red-400\/80:active {
  border-color: rgb(248 113 113 / 0.8) !important;
}
.active\:\!border-red-400\/85:active {
  border-color: rgb(248 113 113 / 0.85) !important;
}
.active\:\!border-red-400\/90:active {
  border-color: rgb(248 113 113 / 0.9) !important;
}
.active\:\!border-red-400\/95:active {
  border-color: rgb(248 113 113 / 0.95) !important;
}
.active\:\!border-red-50:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-50\/0:active {
  border-color: rgb(254 242 242 / 0) !important;
}
.active\:\!border-red-50\/10:active {
  border-color: rgb(254 242 242 / 0.1) !important;
}
.active\:\!border-red-50\/100:active {
  border-color: rgb(254 242 242 / 1) !important;
}
.active\:\!border-red-50\/15:active {
  border-color: rgb(254 242 242 / 0.15) !important;
}
.active\:\!border-red-50\/20:active {
  border-color: rgb(254 242 242 / 0.2) !important;
}
.active\:\!border-red-50\/25:active {
  border-color: rgb(254 242 242 / 0.25) !important;
}
.active\:\!border-red-50\/30:active {
  border-color: rgb(254 242 242 / 0.3) !important;
}
.active\:\!border-red-50\/35:active {
  border-color: rgb(254 242 242 / 0.35) !important;
}
.active\:\!border-red-50\/40:active {
  border-color: rgb(254 242 242 / 0.4) !important;
}
.active\:\!border-red-50\/45:active {
  border-color: rgb(254 242 242 / 0.45) !important;
}
.active\:\!border-red-50\/5:active {
  border-color: rgb(254 242 242 / 0.05) !important;
}
.active\:\!border-red-50\/50:active {
  border-color: rgb(254 242 242 / 0.5) !important;
}
.active\:\!border-red-50\/55:active {
  border-color: rgb(254 242 242 / 0.55) !important;
}
.active\:\!border-red-50\/60:active {
  border-color: rgb(254 242 242 / 0.6) !important;
}
.active\:\!border-red-50\/65:active {
  border-color: rgb(254 242 242 / 0.65) !important;
}
.active\:\!border-red-50\/70:active {
  border-color: rgb(254 242 242 / 0.7) !important;
}
.active\:\!border-red-50\/75:active {
  border-color: rgb(254 242 242 / 0.75) !important;
}
.active\:\!border-red-50\/80:active {
  border-color: rgb(254 242 242 / 0.8) !important;
}
.active\:\!border-red-50\/85:active {
  border-color: rgb(254 242 242 / 0.85) !important;
}
.active\:\!border-red-50\/90:active {
  border-color: rgb(254 242 242 / 0.9) !important;
}
.active\:\!border-red-50\/95:active {
  border-color: rgb(254 242 242 / 0.95) !important;
}
.active\:\!border-red-500:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-500\/0:active {
  border-color: rgb(239 68 68 / 0) !important;
}
.active\:\!border-red-500\/10:active {
  border-color: rgb(239 68 68 / 0.1) !important;
}
.active\:\!border-red-500\/100:active {
  border-color: rgb(239 68 68 / 1) !important;
}
.active\:\!border-red-500\/15:active {
  border-color: rgb(239 68 68 / 0.15) !important;
}
.active\:\!border-red-500\/20:active {
  border-color: rgb(239 68 68 / 0.2) !important;
}
.active\:\!border-red-500\/25:active {
  border-color: rgb(239 68 68 / 0.25) !important;
}
.active\:\!border-red-500\/30:active {
  border-color: rgb(239 68 68 / 0.3) !important;
}
.active\:\!border-red-500\/35:active {
  border-color: rgb(239 68 68 / 0.35) !important;
}
.active\:\!border-red-500\/40:active {
  border-color: rgb(239 68 68 / 0.4) !important;
}
.active\:\!border-red-500\/45:active {
  border-color: rgb(239 68 68 / 0.45) !important;
}
.active\:\!border-red-500\/5:active {
  border-color: rgb(239 68 68 / 0.05) !important;
}
.active\:\!border-red-500\/50:active {
  border-color: rgb(239 68 68 / 0.5) !important;
}
.active\:\!border-red-500\/55:active {
  border-color: rgb(239 68 68 / 0.55) !important;
}
.active\:\!border-red-500\/60:active {
  border-color: rgb(239 68 68 / 0.6) !important;
}
.active\:\!border-red-500\/65:active {
  border-color: rgb(239 68 68 / 0.65) !important;
}
.active\:\!border-red-500\/70:active {
  border-color: rgb(239 68 68 / 0.7) !important;
}
.active\:\!border-red-500\/75:active {
  border-color: rgb(239 68 68 / 0.75) !important;
}
.active\:\!border-red-500\/80:active {
  border-color: rgb(239 68 68 / 0.8) !important;
}
.active\:\!border-red-500\/85:active {
  border-color: rgb(239 68 68 / 0.85) !important;
}
.active\:\!border-red-500\/90:active {
  border-color: rgb(239 68 68 / 0.9) !important;
}
.active\:\!border-red-500\/95:active {
  border-color: rgb(239 68 68 / 0.95) !important;
}
.active\:\!border-red-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-600\/0:active {
  border-color: rgb(220 38 38 / 0) !important;
}
.active\:\!border-red-600\/10:active {
  border-color: rgb(220 38 38 / 0.1) !important;
}
.active\:\!border-red-600\/100:active {
  border-color: rgb(220 38 38 / 1) !important;
}
.active\:\!border-red-600\/15:active {
  border-color: rgb(220 38 38 / 0.15) !important;
}
.active\:\!border-red-600\/20:active {
  border-color: rgb(220 38 38 / 0.2) !important;
}
.active\:\!border-red-600\/25:active {
  border-color: rgb(220 38 38 / 0.25) !important;
}
.active\:\!border-red-600\/30:active {
  border-color: rgb(220 38 38 / 0.3) !important;
}
.active\:\!border-red-600\/35:active {
  border-color: rgb(220 38 38 / 0.35) !important;
}
.active\:\!border-red-600\/40:active {
  border-color: rgb(220 38 38 / 0.4) !important;
}
.active\:\!border-red-600\/45:active {
  border-color: rgb(220 38 38 / 0.45) !important;
}
.active\:\!border-red-600\/5:active {
  border-color: rgb(220 38 38 / 0.05) !important;
}
.active\:\!border-red-600\/50:active {
  border-color: rgb(220 38 38 / 0.5) !important;
}
.active\:\!border-red-600\/55:active {
  border-color: rgb(220 38 38 / 0.55) !important;
}
.active\:\!border-red-600\/60:active {
  border-color: rgb(220 38 38 / 0.6) !important;
}
.active\:\!border-red-600\/65:active {
  border-color: rgb(220 38 38 / 0.65) !important;
}
.active\:\!border-red-600\/70:active {
  border-color: rgb(220 38 38 / 0.7) !important;
}
.active\:\!border-red-600\/75:active {
  border-color: rgb(220 38 38 / 0.75) !important;
}
.active\:\!border-red-600\/80:active {
  border-color: rgb(220 38 38 / 0.8) !important;
}
.active\:\!border-red-600\/85:active {
  border-color: rgb(220 38 38 / 0.85) !important;
}
.active\:\!border-red-600\/90:active {
  border-color: rgb(220 38 38 / 0.9) !important;
}
.active\:\!border-red-600\/95:active {
  border-color: rgb(220 38 38 / 0.95) !important;
}
.active\:\!border-red-700:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-700\/0:active {
  border-color: rgb(185 28 28 / 0) !important;
}
.active\:\!border-red-700\/10:active {
  border-color: rgb(185 28 28 / 0.1) !important;
}
.active\:\!border-red-700\/100:active {
  border-color: rgb(185 28 28 / 1) !important;
}
.active\:\!border-red-700\/15:active {
  border-color: rgb(185 28 28 / 0.15) !important;
}
.active\:\!border-red-700\/20:active {
  border-color: rgb(185 28 28 / 0.2) !important;
}
.active\:\!border-red-700\/25:active {
  border-color: rgb(185 28 28 / 0.25) !important;
}
.active\:\!border-red-700\/30:active {
  border-color: rgb(185 28 28 / 0.3) !important;
}
.active\:\!border-red-700\/35:active {
  border-color: rgb(185 28 28 / 0.35) !important;
}
.active\:\!border-red-700\/40:active {
  border-color: rgb(185 28 28 / 0.4) !important;
}
.active\:\!border-red-700\/45:active {
  border-color: rgb(185 28 28 / 0.45) !important;
}
.active\:\!border-red-700\/5:active {
  border-color: rgb(185 28 28 / 0.05) !important;
}
.active\:\!border-red-700\/50:active {
  border-color: rgb(185 28 28 / 0.5) !important;
}
.active\:\!border-red-700\/55:active {
  border-color: rgb(185 28 28 / 0.55) !important;
}
.active\:\!border-red-700\/60:active {
  border-color: rgb(185 28 28 / 0.6) !important;
}
.active\:\!border-red-700\/65:active {
  border-color: rgb(185 28 28 / 0.65) !important;
}
.active\:\!border-red-700\/70:active {
  border-color: rgb(185 28 28 / 0.7) !important;
}
.active\:\!border-red-700\/75:active {
  border-color: rgb(185 28 28 / 0.75) !important;
}
.active\:\!border-red-700\/80:active {
  border-color: rgb(185 28 28 / 0.8) !important;
}
.active\:\!border-red-700\/85:active {
  border-color: rgb(185 28 28 / 0.85) !important;
}
.active\:\!border-red-700\/90:active {
  border-color: rgb(185 28 28 / 0.9) !important;
}
.active\:\!border-red-700\/95:active {
  border-color: rgb(185 28 28 / 0.95) !important;
}
.active\:\!border-red-800:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-800\/0:active {
  border-color: rgb(153 27 27 / 0) !important;
}
.active\:\!border-red-800\/10:active {
  border-color: rgb(153 27 27 / 0.1) !important;
}
.active\:\!border-red-800\/100:active {
  border-color: rgb(153 27 27 / 1) !important;
}
.active\:\!border-red-800\/15:active {
  border-color: rgb(153 27 27 / 0.15) !important;
}
.active\:\!border-red-800\/20:active {
  border-color: rgb(153 27 27 / 0.2) !important;
}
.active\:\!border-red-800\/25:active {
  border-color: rgb(153 27 27 / 0.25) !important;
}
.active\:\!border-red-800\/30:active {
  border-color: rgb(153 27 27 / 0.3) !important;
}
.active\:\!border-red-800\/35:active {
  border-color: rgb(153 27 27 / 0.35) !important;
}
.active\:\!border-red-800\/40:active {
  border-color: rgb(153 27 27 / 0.4) !important;
}
.active\:\!border-red-800\/45:active {
  border-color: rgb(153 27 27 / 0.45) !important;
}
.active\:\!border-red-800\/5:active {
  border-color: rgb(153 27 27 / 0.05) !important;
}
.active\:\!border-red-800\/50:active {
  border-color: rgb(153 27 27 / 0.5) !important;
}
.active\:\!border-red-800\/55:active {
  border-color: rgb(153 27 27 / 0.55) !important;
}
.active\:\!border-red-800\/60:active {
  border-color: rgb(153 27 27 / 0.6) !important;
}
.active\:\!border-red-800\/65:active {
  border-color: rgb(153 27 27 / 0.65) !important;
}
.active\:\!border-red-800\/70:active {
  border-color: rgb(153 27 27 / 0.7) !important;
}
.active\:\!border-red-800\/75:active {
  border-color: rgb(153 27 27 / 0.75) !important;
}
.active\:\!border-red-800\/80:active {
  border-color: rgb(153 27 27 / 0.8) !important;
}
.active\:\!border-red-800\/85:active {
  border-color: rgb(153 27 27 / 0.85) !important;
}
.active\:\!border-red-800\/90:active {
  border-color: rgb(153 27 27 / 0.9) !important;
}
.active\:\!border-red-800\/95:active {
  border-color: rgb(153 27 27 / 0.95) !important;
}
.active\:\!border-red-900:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-900\/0:active {
  border-color: rgb(127 29 29 / 0) !important;
}
.active\:\!border-red-900\/10:active {
  border-color: rgb(127 29 29 / 0.1) !important;
}
.active\:\!border-red-900\/100:active {
  border-color: rgb(127 29 29 / 1) !important;
}
.active\:\!border-red-900\/15:active {
  border-color: rgb(127 29 29 / 0.15) !important;
}
.active\:\!border-red-900\/20:active {
  border-color: rgb(127 29 29 / 0.2) !important;
}
.active\:\!border-red-900\/25:active {
  border-color: rgb(127 29 29 / 0.25) !important;
}
.active\:\!border-red-900\/30:active {
  border-color: rgb(127 29 29 / 0.3) !important;
}
.active\:\!border-red-900\/35:active {
  border-color: rgb(127 29 29 / 0.35) !important;
}
.active\:\!border-red-900\/40:active {
  border-color: rgb(127 29 29 / 0.4) !important;
}
.active\:\!border-red-900\/45:active {
  border-color: rgb(127 29 29 / 0.45) !important;
}
.active\:\!border-red-900\/5:active {
  border-color: rgb(127 29 29 / 0.05) !important;
}
.active\:\!border-red-900\/50:active {
  border-color: rgb(127 29 29 / 0.5) !important;
}
.active\:\!border-red-900\/55:active {
  border-color: rgb(127 29 29 / 0.55) !important;
}
.active\:\!border-red-900\/60:active {
  border-color: rgb(127 29 29 / 0.6) !important;
}
.active\:\!border-red-900\/65:active {
  border-color: rgb(127 29 29 / 0.65) !important;
}
.active\:\!border-red-900\/70:active {
  border-color: rgb(127 29 29 / 0.7) !important;
}
.active\:\!border-red-900\/75:active {
  border-color: rgb(127 29 29 / 0.75) !important;
}
.active\:\!border-red-900\/80:active {
  border-color: rgb(127 29 29 / 0.8) !important;
}
.active\:\!border-red-900\/85:active {
  border-color: rgb(127 29 29 / 0.85) !important;
}
.active\:\!border-red-900\/90:active {
  border-color: rgb(127 29 29 / 0.9) !important;
}
.active\:\!border-red-900\/95:active {
  border-color: rgb(127 29 29 / 0.95) !important;
}
.active\:\!border-red-950:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1)) !important;
}
.active\:\!border-red-950\/0:active {
  border-color: rgb(69 10 10 / 0) !important;
}
.active\:\!border-red-950\/10:active {
  border-color: rgb(69 10 10 / 0.1) !important;
}
.active\:\!border-red-950\/100:active {
  border-color: rgb(69 10 10 / 1) !important;
}
.active\:\!border-red-950\/15:active {
  border-color: rgb(69 10 10 / 0.15) !important;
}
.active\:\!border-red-950\/20:active {
  border-color: rgb(69 10 10 / 0.2) !important;
}
.active\:\!border-red-950\/25:active {
  border-color: rgb(69 10 10 / 0.25) !important;
}
.active\:\!border-red-950\/30:active {
  border-color: rgb(69 10 10 / 0.3) !important;
}
.active\:\!border-red-950\/35:active {
  border-color: rgb(69 10 10 / 0.35) !important;
}
.active\:\!border-red-950\/40:active {
  border-color: rgb(69 10 10 / 0.4) !important;
}
.active\:\!border-red-950\/45:active {
  border-color: rgb(69 10 10 / 0.45) !important;
}
.active\:\!border-red-950\/5:active {
  border-color: rgb(69 10 10 / 0.05) !important;
}
.active\:\!border-red-950\/50:active {
  border-color: rgb(69 10 10 / 0.5) !important;
}
.active\:\!border-red-950\/55:active {
  border-color: rgb(69 10 10 / 0.55) !important;
}
.active\:\!border-red-950\/60:active {
  border-color: rgb(69 10 10 / 0.6) !important;
}
.active\:\!border-red-950\/65:active {
  border-color: rgb(69 10 10 / 0.65) !important;
}
.active\:\!border-red-950\/70:active {
  border-color: rgb(69 10 10 / 0.7) !important;
}
.active\:\!border-red-950\/75:active {
  border-color: rgb(69 10 10 / 0.75) !important;
}
.active\:\!border-red-950\/80:active {
  border-color: rgb(69 10 10 / 0.8) !important;
}
.active\:\!border-red-950\/85:active {
  border-color: rgb(69 10 10 / 0.85) !important;
}
.active\:\!border-red-950\/90:active {
  border-color: rgb(69 10 10 / 0.9) !important;
}
.active\:\!border-red-950\/95:active {
  border-color: rgb(69 10 10 / 0.95) !important;
}
.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.active\:border-gray-100\/0:active {
  border-color: rgb(243 244 246 / 0);
}
.active\:border-gray-100\/10:active {
  border-color: rgb(243 244 246 / 0.1);
}
.active\:border-gray-100\/100:active {
  border-color: rgb(243 244 246 / 1);
}
.active\:border-gray-100\/15:active {
  border-color: rgb(243 244 246 / 0.15);
}
.active\:border-gray-100\/20:active {
  border-color: rgb(243 244 246 / 0.2);
}
.active\:border-gray-100\/25:active {
  border-color: rgb(243 244 246 / 0.25);
}
.active\:border-gray-100\/30:active {
  border-color: rgb(243 244 246 / 0.3);
}
.active\:border-gray-100\/35:active {
  border-color: rgb(243 244 246 / 0.35);
}
.active\:border-gray-100\/40:active {
  border-color: rgb(243 244 246 / 0.4);
}
.active\:border-gray-100\/45:active {
  border-color: rgb(243 244 246 / 0.45);
}
.active\:border-gray-100\/5:active {
  border-color: rgb(243 244 246 / 0.05);
}
.active\:border-gray-100\/50:active {
  border-color: rgb(243 244 246 / 0.5);
}
.active\:border-gray-100\/55:active {
  border-color: rgb(243 244 246 / 0.55);
}
.active\:border-gray-100\/60:active {
  border-color: rgb(243 244 246 / 0.6);
}
.active\:border-gray-100\/65:active {
  border-color: rgb(243 244 246 / 0.65);
}
.active\:border-gray-100\/70:active {
  border-color: rgb(243 244 246 / 0.7);
}
.active\:border-gray-100\/75:active {
  border-color: rgb(243 244 246 / 0.75);
}
.active\:border-gray-100\/80:active {
  border-color: rgb(243 244 246 / 0.8);
}
.active\:border-gray-100\/85:active {
  border-color: rgb(243 244 246 / 0.85);
}
.active\:border-gray-100\/90:active {
  border-color: rgb(243 244 246 / 0.9);
}
.active\:border-gray-100\/95:active {
  border-color: rgb(243 244 246 / 0.95);
}
.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.active\:border-gray-200\/0:active {
  border-color: rgb(229 231 235 / 0);
}
.active\:border-gray-200\/10:active {
  border-color: rgb(229 231 235 / 0.1);
}
.active\:border-gray-200\/100:active {
  border-color: rgb(229 231 235 / 1);
}
.active\:border-gray-200\/15:active {
  border-color: rgb(229 231 235 / 0.15);
}
.active\:border-gray-200\/20:active {
  border-color: rgb(229 231 235 / 0.2);
}
.active\:border-gray-200\/25:active {
  border-color: rgb(229 231 235 / 0.25);
}
.active\:border-gray-200\/30:active {
  border-color: rgb(229 231 235 / 0.3);
}
.active\:border-gray-200\/35:active {
  border-color: rgb(229 231 235 / 0.35);
}
.active\:border-gray-200\/40:active {
  border-color: rgb(229 231 235 / 0.4);
}
.active\:border-gray-200\/45:active {
  border-color: rgb(229 231 235 / 0.45);
}
.active\:border-gray-200\/5:active {
  border-color: rgb(229 231 235 / 0.05);
}
.active\:border-gray-200\/50:active {
  border-color: rgb(229 231 235 / 0.5);
}
.active\:border-gray-200\/55:active {
  border-color: rgb(229 231 235 / 0.55);
}
.active\:border-gray-200\/60:active {
  border-color: rgb(229 231 235 / 0.6);
}
.active\:border-gray-200\/65:active {
  border-color: rgb(229 231 235 / 0.65);
}
.active\:border-gray-200\/70:active {
  border-color: rgb(229 231 235 / 0.7);
}
.active\:border-gray-200\/75:active {
  border-color: rgb(229 231 235 / 0.75);
}
.active\:border-gray-200\/80:active {
  border-color: rgb(229 231 235 / 0.8);
}
.active\:border-gray-200\/85:active {
  border-color: rgb(229 231 235 / 0.85);
}
.active\:border-gray-200\/90:active {
  border-color: rgb(229 231 235 / 0.9);
}
.active\:border-gray-200\/95:active {
  border-color: rgb(229 231 235 / 0.95);
}
.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.active\:border-gray-300\/0:active {
  border-color: rgb(209 213 219 / 0);
}
.active\:border-gray-300\/10:active {
  border-color: rgb(209 213 219 / 0.1);
}
.active\:border-gray-300\/100:active {
  border-color: rgb(209 213 219 / 1);
}
.active\:border-gray-300\/15:active {
  border-color: rgb(209 213 219 / 0.15);
}
.active\:border-gray-300\/20:active {
  border-color: rgb(209 213 219 / 0.2);
}
.active\:border-gray-300\/25:active {
  border-color: rgb(209 213 219 / 0.25);
}
.active\:border-gray-300\/30:active {
  border-color: rgb(209 213 219 / 0.3);
}
.active\:border-gray-300\/35:active {
  border-color: rgb(209 213 219 / 0.35);
}
.active\:border-gray-300\/40:active {
  border-color: rgb(209 213 219 / 0.4);
}
.active\:border-gray-300\/45:active {
  border-color: rgb(209 213 219 / 0.45);
}
.active\:border-gray-300\/5:active {
  border-color: rgb(209 213 219 / 0.05);
}
.active\:border-gray-300\/50:active {
  border-color: rgb(209 213 219 / 0.5);
}
.active\:border-gray-300\/55:active {
  border-color: rgb(209 213 219 / 0.55);
}
.active\:border-gray-300\/60:active {
  border-color: rgb(209 213 219 / 0.6);
}
.active\:border-gray-300\/65:active {
  border-color: rgb(209 213 219 / 0.65);
}
.active\:border-gray-300\/70:active {
  border-color: rgb(209 213 219 / 0.7);
}
.active\:border-gray-300\/75:active {
  border-color: rgb(209 213 219 / 0.75);
}
.active\:border-gray-300\/80:active {
  border-color: rgb(209 213 219 / 0.8);
}
.active\:border-gray-300\/85:active {
  border-color: rgb(209 213 219 / 0.85);
}
.active\:border-gray-300\/90:active {
  border-color: rgb(209 213 219 / 0.9);
}
.active\:border-gray-300\/95:active {
  border-color: rgb(209 213 219 / 0.95);
}
.active\:border-gray-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.active\:border-gray-400\/0:active {
  border-color: rgb(156 163 175 / 0);
}
.active\:border-gray-400\/10:active {
  border-color: rgb(156 163 175 / 0.1);
}
.active\:border-gray-400\/100:active {
  border-color: rgb(156 163 175 / 1);
}
.active\:border-gray-400\/15:active {
  border-color: rgb(156 163 175 / 0.15);
}
.active\:border-gray-400\/20:active {
  border-color: rgb(156 163 175 / 0.2);
}
.active\:border-gray-400\/25:active {
  border-color: rgb(156 163 175 / 0.25);
}
.active\:border-gray-400\/30:active {
  border-color: rgb(156 163 175 / 0.3);
}
.active\:border-gray-400\/35:active {
  border-color: rgb(156 163 175 / 0.35);
}
.active\:border-gray-400\/40:active {
  border-color: rgb(156 163 175 / 0.4);
}
.active\:border-gray-400\/45:active {
  border-color: rgb(156 163 175 / 0.45);
}
.active\:border-gray-400\/5:active {
  border-color: rgb(156 163 175 / 0.05);
}
.active\:border-gray-400\/50:active {
  border-color: rgb(156 163 175 / 0.5);
}
.active\:border-gray-400\/55:active {
  border-color: rgb(156 163 175 / 0.55);
}
.active\:border-gray-400\/60:active {
  border-color: rgb(156 163 175 / 0.6);
}
.active\:border-gray-400\/65:active {
  border-color: rgb(156 163 175 / 0.65);
}
.active\:border-gray-400\/70:active {
  border-color: rgb(156 163 175 / 0.7);
}
.active\:border-gray-400\/75:active {
  border-color: rgb(156 163 175 / 0.75);
}
.active\:border-gray-400\/80:active {
  border-color: rgb(156 163 175 / 0.8);
}
.active\:border-gray-400\/85:active {
  border-color: rgb(156 163 175 / 0.85);
}
.active\:border-gray-400\/90:active {
  border-color: rgb(156 163 175 / 0.9);
}
.active\:border-gray-400\/95:active {
  border-color: rgb(156 163 175 / 0.95);
}
.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.active\:border-gray-50\/0:active {
  border-color: rgb(249 250 251 / 0);
}
.active\:border-gray-50\/10:active {
  border-color: rgb(249 250 251 / 0.1);
}
.active\:border-gray-50\/100:active {
  border-color: rgb(249 250 251 / 1);
}
.active\:border-gray-50\/15:active {
  border-color: rgb(249 250 251 / 0.15);
}
.active\:border-gray-50\/20:active {
  border-color: rgb(249 250 251 / 0.2);
}
.active\:border-gray-50\/25:active {
  border-color: rgb(249 250 251 / 0.25);
}
.active\:border-gray-50\/30:active {
  border-color: rgb(249 250 251 / 0.3);
}
.active\:border-gray-50\/35:active {
  border-color: rgb(249 250 251 / 0.35);
}
.active\:border-gray-50\/40:active {
  border-color: rgb(249 250 251 / 0.4);
}
.active\:border-gray-50\/45:active {
  border-color: rgb(249 250 251 / 0.45);
}
.active\:border-gray-50\/5:active {
  border-color: rgb(249 250 251 / 0.05);
}
.active\:border-gray-50\/50:active {
  border-color: rgb(249 250 251 / 0.5);
}
.active\:border-gray-50\/55:active {
  border-color: rgb(249 250 251 / 0.55);
}
.active\:border-gray-50\/60:active {
  border-color: rgb(249 250 251 / 0.6);
}
.active\:border-gray-50\/65:active {
  border-color: rgb(249 250 251 / 0.65);
}
.active\:border-gray-50\/70:active {
  border-color: rgb(249 250 251 / 0.7);
}
.active\:border-gray-50\/75:active {
  border-color: rgb(249 250 251 / 0.75);
}
.active\:border-gray-50\/80:active {
  border-color: rgb(249 250 251 / 0.8);
}
.active\:border-gray-50\/85:active {
  border-color: rgb(249 250 251 / 0.85);
}
.active\:border-gray-50\/90:active {
  border-color: rgb(249 250 251 / 0.9);
}
.active\:border-gray-50\/95:active {
  border-color: rgb(249 250 251 / 0.95);
}
.active\:border-gray-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.active\:border-gray-500\/0:active {
  border-color: rgb(107 114 128 / 0);
}
.active\:border-gray-500\/10:active {
  border-color: rgb(107 114 128 / 0.1);
}
.active\:border-gray-500\/100:active {
  border-color: rgb(107 114 128 / 1);
}
.active\:border-gray-500\/15:active {
  border-color: rgb(107 114 128 / 0.15);
}
.active\:border-gray-500\/20:active {
  border-color: rgb(107 114 128 / 0.2);
}
.active\:border-gray-500\/25:active {
  border-color: rgb(107 114 128 / 0.25);
}
.active\:border-gray-500\/30:active {
  border-color: rgb(107 114 128 / 0.3);
}
.active\:border-gray-500\/35:active {
  border-color: rgb(107 114 128 / 0.35);
}
.active\:border-gray-500\/40:active {
  border-color: rgb(107 114 128 / 0.4);
}
.active\:border-gray-500\/45:active {
  border-color: rgb(107 114 128 / 0.45);
}
.active\:border-gray-500\/5:active {
  border-color: rgb(107 114 128 / 0.05);
}
.active\:border-gray-500\/50:active {
  border-color: rgb(107 114 128 / 0.5);
}
.active\:border-gray-500\/55:active {
  border-color: rgb(107 114 128 / 0.55);
}
.active\:border-gray-500\/60:active {
  border-color: rgb(107 114 128 / 0.6);
}
.active\:border-gray-500\/65:active {
  border-color: rgb(107 114 128 / 0.65);
}
.active\:border-gray-500\/70:active {
  border-color: rgb(107 114 128 / 0.7);
}
.active\:border-gray-500\/75:active {
  border-color: rgb(107 114 128 / 0.75);
}
.active\:border-gray-500\/80:active {
  border-color: rgb(107 114 128 / 0.8);
}
.active\:border-gray-500\/85:active {
  border-color: rgb(107 114 128 / 0.85);
}
.active\:border-gray-500\/90:active {
  border-color: rgb(107 114 128 / 0.9);
}
.active\:border-gray-500\/95:active {
  border-color: rgb(107 114 128 / 0.95);
}
.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.active\:border-gray-600\/0:active {
  border-color: rgb(75 85 99 / 0);
}
.active\:border-gray-600\/10:active {
  border-color: rgb(75 85 99 / 0.1);
}
.active\:border-gray-600\/100:active {
  border-color: rgb(75 85 99 / 1);
}
.active\:border-gray-600\/15:active {
  border-color: rgb(75 85 99 / 0.15);
}
.active\:border-gray-600\/20:active {
  border-color: rgb(75 85 99 / 0.2);
}
.active\:border-gray-600\/25:active {
  border-color: rgb(75 85 99 / 0.25);
}
.active\:border-gray-600\/30:active {
  border-color: rgb(75 85 99 / 0.3);
}
.active\:border-gray-600\/35:active {
  border-color: rgb(75 85 99 / 0.35);
}
.active\:border-gray-600\/40:active {
  border-color: rgb(75 85 99 / 0.4);
}
.active\:border-gray-600\/45:active {
  border-color: rgb(75 85 99 / 0.45);
}
.active\:border-gray-600\/5:active {
  border-color: rgb(75 85 99 / 0.05);
}
.active\:border-gray-600\/50:active {
  border-color: rgb(75 85 99 / 0.5);
}
.active\:border-gray-600\/55:active {
  border-color: rgb(75 85 99 / 0.55);
}
.active\:border-gray-600\/60:active {
  border-color: rgb(75 85 99 / 0.6);
}
.active\:border-gray-600\/65:active {
  border-color: rgb(75 85 99 / 0.65);
}
.active\:border-gray-600\/70:active {
  border-color: rgb(75 85 99 / 0.7);
}
.active\:border-gray-600\/75:active {
  border-color: rgb(75 85 99 / 0.75);
}
.active\:border-gray-600\/80:active {
  border-color: rgb(75 85 99 / 0.8);
}
.active\:border-gray-600\/85:active {
  border-color: rgb(75 85 99 / 0.85);
}
.active\:border-gray-600\/90:active {
  border-color: rgb(75 85 99 / 0.9);
}
.active\:border-gray-600\/95:active {
  border-color: rgb(75 85 99 / 0.95);
}
.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.active\:border-gray-700\/0:active {
  border-color: rgb(55 65 81 / 0);
}
.active\:border-gray-700\/10:active {
  border-color: rgb(55 65 81 / 0.1);
}
.active\:border-gray-700\/100:active {
  border-color: rgb(55 65 81 / 1);
}
.active\:border-gray-700\/15:active {
  border-color: rgb(55 65 81 / 0.15);
}
.active\:border-gray-700\/20:active {
  border-color: rgb(55 65 81 / 0.2);
}
.active\:border-gray-700\/25:active {
  border-color: rgb(55 65 81 / 0.25);
}
.active\:border-gray-700\/30:active {
  border-color: rgb(55 65 81 / 0.3);
}
.active\:border-gray-700\/35:active {
  border-color: rgb(55 65 81 / 0.35);
}
.active\:border-gray-700\/40:active {
  border-color: rgb(55 65 81 / 0.4);
}
.active\:border-gray-700\/45:active {
  border-color: rgb(55 65 81 / 0.45);
}
.active\:border-gray-700\/5:active {
  border-color: rgb(55 65 81 / 0.05);
}
.active\:border-gray-700\/50:active {
  border-color: rgb(55 65 81 / 0.5);
}
.active\:border-gray-700\/55:active {
  border-color: rgb(55 65 81 / 0.55);
}
.active\:border-gray-700\/60:active {
  border-color: rgb(55 65 81 / 0.6);
}
.active\:border-gray-700\/65:active {
  border-color: rgb(55 65 81 / 0.65);
}
.active\:border-gray-700\/70:active {
  border-color: rgb(55 65 81 / 0.7);
}
.active\:border-gray-700\/75:active {
  border-color: rgb(55 65 81 / 0.75);
}
.active\:border-gray-700\/80:active {
  border-color: rgb(55 65 81 / 0.8);
}
.active\:border-gray-700\/85:active {
  border-color: rgb(55 65 81 / 0.85);
}
.active\:border-gray-700\/90:active {
  border-color: rgb(55 65 81 / 0.9);
}
.active\:border-gray-700\/95:active {
  border-color: rgb(55 65 81 / 0.95);
}
.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.active\:border-gray-800\/0:active {
  border-color: rgb(31 41 55 / 0);
}
.active\:border-gray-800\/10:active {
  border-color: rgb(31 41 55 / 0.1);
}
.active\:border-gray-800\/100:active {
  border-color: rgb(31 41 55 / 1);
}
.active\:border-gray-800\/15:active {
  border-color: rgb(31 41 55 / 0.15);
}
.active\:border-gray-800\/20:active {
  border-color: rgb(31 41 55 / 0.2);
}
.active\:border-gray-800\/25:active {
  border-color: rgb(31 41 55 / 0.25);
}
.active\:border-gray-800\/30:active {
  border-color: rgb(31 41 55 / 0.3);
}
.active\:border-gray-800\/35:active {
  border-color: rgb(31 41 55 / 0.35);
}
.active\:border-gray-800\/40:active {
  border-color: rgb(31 41 55 / 0.4);
}
.active\:border-gray-800\/45:active {
  border-color: rgb(31 41 55 / 0.45);
}
.active\:border-gray-800\/5:active {
  border-color: rgb(31 41 55 / 0.05);
}
.active\:border-gray-800\/50:active {
  border-color: rgb(31 41 55 / 0.5);
}
.active\:border-gray-800\/55:active {
  border-color: rgb(31 41 55 / 0.55);
}
.active\:border-gray-800\/60:active {
  border-color: rgb(31 41 55 / 0.6);
}
.active\:border-gray-800\/65:active {
  border-color: rgb(31 41 55 / 0.65);
}
.active\:border-gray-800\/70:active {
  border-color: rgb(31 41 55 / 0.7);
}
.active\:border-gray-800\/75:active {
  border-color: rgb(31 41 55 / 0.75);
}
.active\:border-gray-800\/80:active {
  border-color: rgb(31 41 55 / 0.8);
}
.active\:border-gray-800\/85:active {
  border-color: rgb(31 41 55 / 0.85);
}
.active\:border-gray-800\/90:active {
  border-color: rgb(31 41 55 / 0.9);
}
.active\:border-gray-800\/95:active {
  border-color: rgb(31 41 55 / 0.95);
}
.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.active\:border-gray-900\/0:active {
  border-color: rgb(17 24 39 / 0);
}
.active\:border-gray-900\/10:active {
  border-color: rgb(17 24 39 / 0.1);
}
.active\:border-gray-900\/100:active {
  border-color: rgb(17 24 39 / 1);
}
.active\:border-gray-900\/15:active {
  border-color: rgb(17 24 39 / 0.15);
}
.active\:border-gray-900\/20:active {
  border-color: rgb(17 24 39 / 0.2);
}
.active\:border-gray-900\/25:active {
  border-color: rgb(17 24 39 / 0.25);
}
.active\:border-gray-900\/30:active {
  border-color: rgb(17 24 39 / 0.3);
}
.active\:border-gray-900\/35:active {
  border-color: rgb(17 24 39 / 0.35);
}
.active\:border-gray-900\/40:active {
  border-color: rgb(17 24 39 / 0.4);
}
.active\:border-gray-900\/45:active {
  border-color: rgb(17 24 39 / 0.45);
}
.active\:border-gray-900\/5:active {
  border-color: rgb(17 24 39 / 0.05);
}
.active\:border-gray-900\/50:active {
  border-color: rgb(17 24 39 / 0.5);
}
.active\:border-gray-900\/55:active {
  border-color: rgb(17 24 39 / 0.55);
}
.active\:border-gray-900\/60:active {
  border-color: rgb(17 24 39 / 0.6);
}
.active\:border-gray-900\/65:active {
  border-color: rgb(17 24 39 / 0.65);
}
.active\:border-gray-900\/70:active {
  border-color: rgb(17 24 39 / 0.7);
}
.active\:border-gray-900\/75:active {
  border-color: rgb(17 24 39 / 0.75);
}
.active\:border-gray-900\/80:active {
  border-color: rgb(17 24 39 / 0.8);
}
.active\:border-gray-900\/85:active {
  border-color: rgb(17 24 39 / 0.85);
}
.active\:border-gray-900\/90:active {
  border-color: rgb(17 24 39 / 0.9);
}
.active\:border-gray-900\/95:active {
  border-color: rgb(17 24 39 / 0.95);
}
.active\:border-gray-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.active\:border-gray-950\/0:active {
  border-color: rgb(3 7 18 / 0);
}
.active\:border-gray-950\/10:active {
  border-color: rgb(3 7 18 / 0.1);
}
.active\:border-gray-950\/100:active {
  border-color: rgb(3 7 18 / 1);
}
.active\:border-gray-950\/15:active {
  border-color: rgb(3 7 18 / 0.15);
}
.active\:border-gray-950\/20:active {
  border-color: rgb(3 7 18 / 0.2);
}
.active\:border-gray-950\/25:active {
  border-color: rgb(3 7 18 / 0.25);
}
.active\:border-gray-950\/30:active {
  border-color: rgb(3 7 18 / 0.3);
}
.active\:border-gray-950\/35:active {
  border-color: rgb(3 7 18 / 0.35);
}
.active\:border-gray-950\/40:active {
  border-color: rgb(3 7 18 / 0.4);
}
.active\:border-gray-950\/45:active {
  border-color: rgb(3 7 18 / 0.45);
}
.active\:border-gray-950\/5:active {
  border-color: rgb(3 7 18 / 0.05);
}
.active\:border-gray-950\/50:active {
  border-color: rgb(3 7 18 / 0.5);
}
.active\:border-gray-950\/55:active {
  border-color: rgb(3 7 18 / 0.55);
}
.active\:border-gray-950\/60:active {
  border-color: rgb(3 7 18 / 0.6);
}
.active\:border-gray-950\/65:active {
  border-color: rgb(3 7 18 / 0.65);
}
.active\:border-gray-950\/70:active {
  border-color: rgb(3 7 18 / 0.7);
}
.active\:border-gray-950\/75:active {
  border-color: rgb(3 7 18 / 0.75);
}
.active\:border-gray-950\/80:active {
  border-color: rgb(3 7 18 / 0.8);
}
.active\:border-gray-950\/85:active {
  border-color: rgb(3 7 18 / 0.85);
}
.active\:border-gray-950\/90:active {
  border-color: rgb(3 7 18 / 0.9);
}
.active\:border-gray-950\/95:active {
  border-color: rgb(3 7 18 / 0.95);
}
.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.active\:border-primary-100:active {
  border-color: var(--primary-color-100);
}
.active\:border-primary-200:active {
  border-color: var(--primary-color-200);
}
.active\:border-primary-300:active {
  border-color: var(--primary-color-300);
}
.active\:border-primary-400:active {
  border-color: var(--primary-color-400);
}
.active\:border-primary-50:active {
  border-color: var(--primary-color-50);
}
.active\:border-primary-500:active {
  border-color: var(--primary-color-500);
}
.active\:border-primary-600:active {
  border-color: var(--primary-color-600);
}
.active\:border-primary-700:active {
  border-color: var(--primary-color-700);
}
.active\:border-primary-800:active {
  border-color: var(--primary-color-800);
}
.active\:border-primary-900:active {
  border-color: var(--primary-color-900);
}
.active\:border-primary-950:active {
  border-color: var(--primary-color-950);
}
.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.active\:border-red-100\/0:active {
  border-color: rgb(254 226 226 / 0);
}
.active\:border-red-100\/10:active {
  border-color: rgb(254 226 226 / 0.1);
}
.active\:border-red-100\/100:active {
  border-color: rgb(254 226 226 / 1);
}
.active\:border-red-100\/15:active {
  border-color: rgb(254 226 226 / 0.15);
}
.active\:border-red-100\/20:active {
  border-color: rgb(254 226 226 / 0.2);
}
.active\:border-red-100\/25:active {
  border-color: rgb(254 226 226 / 0.25);
}
.active\:border-red-100\/30:active {
  border-color: rgb(254 226 226 / 0.3);
}
.active\:border-red-100\/35:active {
  border-color: rgb(254 226 226 / 0.35);
}
.active\:border-red-100\/40:active {
  border-color: rgb(254 226 226 / 0.4);
}
.active\:border-red-100\/45:active {
  border-color: rgb(254 226 226 / 0.45);
}
.active\:border-red-100\/5:active {
  border-color: rgb(254 226 226 / 0.05);
}
.active\:border-red-100\/50:active {
  border-color: rgb(254 226 226 / 0.5);
}
.active\:border-red-100\/55:active {
  border-color: rgb(254 226 226 / 0.55);
}
.active\:border-red-100\/60:active {
  border-color: rgb(254 226 226 / 0.6);
}
.active\:border-red-100\/65:active {
  border-color: rgb(254 226 226 / 0.65);
}
.active\:border-red-100\/70:active {
  border-color: rgb(254 226 226 / 0.7);
}
.active\:border-red-100\/75:active {
  border-color: rgb(254 226 226 / 0.75);
}
.active\:border-red-100\/80:active {
  border-color: rgb(254 226 226 / 0.8);
}
.active\:border-red-100\/85:active {
  border-color: rgb(254 226 226 / 0.85);
}
.active\:border-red-100\/90:active {
  border-color: rgb(254 226 226 / 0.9);
}
.active\:border-red-100\/95:active {
  border-color: rgb(254 226 226 / 0.95);
}
.active\:border-red-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.active\:border-red-200\/0:active {
  border-color: rgb(254 202 202 / 0);
}
.active\:border-red-200\/10:active {
  border-color: rgb(254 202 202 / 0.1);
}
.active\:border-red-200\/100:active {
  border-color: rgb(254 202 202 / 1);
}
.active\:border-red-200\/15:active {
  border-color: rgb(254 202 202 / 0.15);
}
.active\:border-red-200\/20:active {
  border-color: rgb(254 202 202 / 0.2);
}
.active\:border-red-200\/25:active {
  border-color: rgb(254 202 202 / 0.25);
}
.active\:border-red-200\/30:active {
  border-color: rgb(254 202 202 / 0.3);
}
.active\:border-red-200\/35:active {
  border-color: rgb(254 202 202 / 0.35);
}
.active\:border-red-200\/40:active {
  border-color: rgb(254 202 202 / 0.4);
}
.active\:border-red-200\/45:active {
  border-color: rgb(254 202 202 / 0.45);
}
.active\:border-red-200\/5:active {
  border-color: rgb(254 202 202 / 0.05);
}
.active\:border-red-200\/50:active {
  border-color: rgb(254 202 202 / 0.5);
}
.active\:border-red-200\/55:active {
  border-color: rgb(254 202 202 / 0.55);
}
.active\:border-red-200\/60:active {
  border-color: rgb(254 202 202 / 0.6);
}
.active\:border-red-200\/65:active {
  border-color: rgb(254 202 202 / 0.65);
}
.active\:border-red-200\/70:active {
  border-color: rgb(254 202 202 / 0.7);
}
.active\:border-red-200\/75:active {
  border-color: rgb(254 202 202 / 0.75);
}
.active\:border-red-200\/80:active {
  border-color: rgb(254 202 202 / 0.8);
}
.active\:border-red-200\/85:active {
  border-color: rgb(254 202 202 / 0.85);
}
.active\:border-red-200\/90:active {
  border-color: rgb(254 202 202 / 0.9);
}
.active\:border-red-200\/95:active {
  border-color: rgb(254 202 202 / 0.95);
}
.active\:border-red-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.active\:border-red-300\/0:active {
  border-color: rgb(252 165 165 / 0);
}
.active\:border-red-300\/10:active {
  border-color: rgb(252 165 165 / 0.1);
}
.active\:border-red-300\/100:active {
  border-color: rgb(252 165 165 / 1);
}
.active\:border-red-300\/15:active {
  border-color: rgb(252 165 165 / 0.15);
}
.active\:border-red-300\/20:active {
  border-color: rgb(252 165 165 / 0.2);
}
.active\:border-red-300\/25:active {
  border-color: rgb(252 165 165 / 0.25);
}
.active\:border-red-300\/30:active {
  border-color: rgb(252 165 165 / 0.3);
}
.active\:border-red-300\/35:active {
  border-color: rgb(252 165 165 / 0.35);
}
.active\:border-red-300\/40:active {
  border-color: rgb(252 165 165 / 0.4);
}
.active\:border-red-300\/45:active {
  border-color: rgb(252 165 165 / 0.45);
}
.active\:border-red-300\/5:active {
  border-color: rgb(252 165 165 / 0.05);
}
.active\:border-red-300\/50:active {
  border-color: rgb(252 165 165 / 0.5);
}
.active\:border-red-300\/55:active {
  border-color: rgb(252 165 165 / 0.55);
}
.active\:border-red-300\/60:active {
  border-color: rgb(252 165 165 / 0.6);
}
.active\:border-red-300\/65:active {
  border-color: rgb(252 165 165 / 0.65);
}
.active\:border-red-300\/70:active {
  border-color: rgb(252 165 165 / 0.7);
}
.active\:border-red-300\/75:active {
  border-color: rgb(252 165 165 / 0.75);
}
.active\:border-red-300\/80:active {
  border-color: rgb(252 165 165 / 0.8);
}
.active\:border-red-300\/85:active {
  border-color: rgb(252 165 165 / 0.85);
}
.active\:border-red-300\/90:active {
  border-color: rgb(252 165 165 / 0.9);
}
.active\:border-red-300\/95:active {
  border-color: rgb(252 165 165 / 0.95);
}
.active\:border-red-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.active\:border-red-400\/0:active {
  border-color: rgb(248 113 113 / 0);
}
.active\:border-red-400\/10:active {
  border-color: rgb(248 113 113 / 0.1);
}
.active\:border-red-400\/100:active {
  border-color: rgb(248 113 113 / 1);
}
.active\:border-red-400\/15:active {
  border-color: rgb(248 113 113 / 0.15);
}
.active\:border-red-400\/20:active {
  border-color: rgb(248 113 113 / 0.2);
}
.active\:border-red-400\/25:active {
  border-color: rgb(248 113 113 / 0.25);
}
.active\:border-red-400\/30:active {
  border-color: rgb(248 113 113 / 0.3);
}
.active\:border-red-400\/35:active {
  border-color: rgb(248 113 113 / 0.35);
}
.active\:border-red-400\/40:active {
  border-color: rgb(248 113 113 / 0.4);
}
.active\:border-red-400\/45:active {
  border-color: rgb(248 113 113 / 0.45);
}
.active\:border-red-400\/5:active {
  border-color: rgb(248 113 113 / 0.05);
}
.active\:border-red-400\/50:active {
  border-color: rgb(248 113 113 / 0.5);
}
.active\:border-red-400\/55:active {
  border-color: rgb(248 113 113 / 0.55);
}
.active\:border-red-400\/60:active {
  border-color: rgb(248 113 113 / 0.6);
}
.active\:border-red-400\/65:active {
  border-color: rgb(248 113 113 / 0.65);
}
.active\:border-red-400\/70:active {
  border-color: rgb(248 113 113 / 0.7);
}
.active\:border-red-400\/75:active {
  border-color: rgb(248 113 113 / 0.75);
}
.active\:border-red-400\/80:active {
  border-color: rgb(248 113 113 / 0.8);
}
.active\:border-red-400\/85:active {
  border-color: rgb(248 113 113 / 0.85);
}
.active\:border-red-400\/90:active {
  border-color: rgb(248 113 113 / 0.9);
}
.active\:border-red-400\/95:active {
  border-color: rgb(248 113 113 / 0.95);
}
.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.active\:border-red-50\/0:active {
  border-color: rgb(254 242 242 / 0);
}
.active\:border-red-50\/10:active {
  border-color: rgb(254 242 242 / 0.1);
}
.active\:border-red-50\/100:active {
  border-color: rgb(254 242 242 / 1);
}
.active\:border-red-50\/15:active {
  border-color: rgb(254 242 242 / 0.15);
}
.active\:border-red-50\/20:active {
  border-color: rgb(254 242 242 / 0.2);
}
.active\:border-red-50\/25:active {
  border-color: rgb(254 242 242 / 0.25);
}
.active\:border-red-50\/30:active {
  border-color: rgb(254 242 242 / 0.3);
}
.active\:border-red-50\/35:active {
  border-color: rgb(254 242 242 / 0.35);
}
.active\:border-red-50\/40:active {
  border-color: rgb(254 242 242 / 0.4);
}
.active\:border-red-50\/45:active {
  border-color: rgb(254 242 242 / 0.45);
}
.active\:border-red-50\/5:active {
  border-color: rgb(254 242 242 / 0.05);
}
.active\:border-red-50\/50:active {
  border-color: rgb(254 242 242 / 0.5);
}
.active\:border-red-50\/55:active {
  border-color: rgb(254 242 242 / 0.55);
}
.active\:border-red-50\/60:active {
  border-color: rgb(254 242 242 / 0.6);
}
.active\:border-red-50\/65:active {
  border-color: rgb(254 242 242 / 0.65);
}
.active\:border-red-50\/70:active {
  border-color: rgb(254 242 242 / 0.7);
}
.active\:border-red-50\/75:active {
  border-color: rgb(254 242 242 / 0.75);
}
.active\:border-red-50\/80:active {
  border-color: rgb(254 242 242 / 0.8);
}
.active\:border-red-50\/85:active {
  border-color: rgb(254 242 242 / 0.85);
}
.active\:border-red-50\/90:active {
  border-color: rgb(254 242 242 / 0.9);
}
.active\:border-red-50\/95:active {
  border-color: rgb(254 242 242 / 0.95);
}
.active\:border-red-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.active\:border-red-500\/0:active {
  border-color: rgb(239 68 68 / 0);
}
.active\:border-red-500\/10:active {
  border-color: rgb(239 68 68 / 0.1);
}
.active\:border-red-500\/100:active {
  border-color: rgb(239 68 68 / 1);
}
.active\:border-red-500\/15:active {
  border-color: rgb(239 68 68 / 0.15);
}
.active\:border-red-500\/20:active {
  border-color: rgb(239 68 68 / 0.2);
}
.active\:border-red-500\/25:active {
  border-color: rgb(239 68 68 / 0.25);
}
.active\:border-red-500\/30:active {
  border-color: rgb(239 68 68 / 0.3);
}
.active\:border-red-500\/35:active {
  border-color: rgb(239 68 68 / 0.35);
}
.active\:border-red-500\/40:active {
  border-color: rgb(239 68 68 / 0.4);
}
.active\:border-red-500\/45:active {
  border-color: rgb(239 68 68 / 0.45);
}
.active\:border-red-500\/5:active {
  border-color: rgb(239 68 68 / 0.05);
}
.active\:border-red-500\/50:active {
  border-color: rgb(239 68 68 / 0.5);
}
.active\:border-red-500\/55:active {
  border-color: rgb(239 68 68 / 0.55);
}
.active\:border-red-500\/60:active {
  border-color: rgb(239 68 68 / 0.6);
}
.active\:border-red-500\/65:active {
  border-color: rgb(239 68 68 / 0.65);
}
.active\:border-red-500\/70:active {
  border-color: rgb(239 68 68 / 0.7);
}
.active\:border-red-500\/75:active {
  border-color: rgb(239 68 68 / 0.75);
}
.active\:border-red-500\/80:active {
  border-color: rgb(239 68 68 / 0.8);
}
.active\:border-red-500\/85:active {
  border-color: rgb(239 68 68 / 0.85);
}
.active\:border-red-500\/90:active {
  border-color: rgb(239 68 68 / 0.9);
}
.active\:border-red-500\/95:active {
  border-color: rgb(239 68 68 / 0.95);
}
.active\:border-red-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.active\:border-red-600\/0:active {
  border-color: rgb(220 38 38 / 0);
}
.active\:border-red-600\/10:active {
  border-color: rgb(220 38 38 / 0.1);
}
.active\:border-red-600\/100:active {
  border-color: rgb(220 38 38 / 1);
}
.active\:border-red-600\/15:active {
  border-color: rgb(220 38 38 / 0.15);
}
.active\:border-red-600\/20:active {
  border-color: rgb(220 38 38 / 0.2);
}
.active\:border-red-600\/25:active {
  border-color: rgb(220 38 38 / 0.25);
}
.active\:border-red-600\/30:active {
  border-color: rgb(220 38 38 / 0.3);
}
.active\:border-red-600\/35:active {
  border-color: rgb(220 38 38 / 0.35);
}
.active\:border-red-600\/40:active {
  border-color: rgb(220 38 38 / 0.4);
}
.active\:border-red-600\/45:active {
  border-color: rgb(220 38 38 / 0.45);
}
.active\:border-red-600\/5:active {
  border-color: rgb(220 38 38 / 0.05);
}
.active\:border-red-600\/50:active {
  border-color: rgb(220 38 38 / 0.5);
}
.active\:border-red-600\/55:active {
  border-color: rgb(220 38 38 / 0.55);
}
.active\:border-red-600\/60:active {
  border-color: rgb(220 38 38 / 0.6);
}
.active\:border-red-600\/65:active {
  border-color: rgb(220 38 38 / 0.65);
}
.active\:border-red-600\/70:active {
  border-color: rgb(220 38 38 / 0.7);
}
.active\:border-red-600\/75:active {
  border-color: rgb(220 38 38 / 0.75);
}
.active\:border-red-600\/80:active {
  border-color: rgb(220 38 38 / 0.8);
}
.active\:border-red-600\/85:active {
  border-color: rgb(220 38 38 / 0.85);
}
.active\:border-red-600\/90:active {
  border-color: rgb(220 38 38 / 0.9);
}
.active\:border-red-600\/95:active {
  border-color: rgb(220 38 38 / 0.95);
}
.active\:border-red-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.active\:border-red-700\/0:active {
  border-color: rgb(185 28 28 / 0);
}
.active\:border-red-700\/10:active {
  border-color: rgb(185 28 28 / 0.1);
}
.active\:border-red-700\/100:active {
  border-color: rgb(185 28 28 / 1);
}
.active\:border-red-700\/15:active {
  border-color: rgb(185 28 28 / 0.15);
}
.active\:border-red-700\/20:active {
  border-color: rgb(185 28 28 / 0.2);
}
.active\:border-red-700\/25:active {
  border-color: rgb(185 28 28 / 0.25);
}
.active\:border-red-700\/30:active {
  border-color: rgb(185 28 28 / 0.3);
}
.active\:border-red-700\/35:active {
  border-color: rgb(185 28 28 / 0.35);
}
.active\:border-red-700\/40:active {
  border-color: rgb(185 28 28 / 0.4);
}
.active\:border-red-700\/45:active {
  border-color: rgb(185 28 28 / 0.45);
}
.active\:border-red-700\/5:active {
  border-color: rgb(185 28 28 / 0.05);
}
.active\:border-red-700\/50:active {
  border-color: rgb(185 28 28 / 0.5);
}
.active\:border-red-700\/55:active {
  border-color: rgb(185 28 28 / 0.55);
}
.active\:border-red-700\/60:active {
  border-color: rgb(185 28 28 / 0.6);
}
.active\:border-red-700\/65:active {
  border-color: rgb(185 28 28 / 0.65);
}
.active\:border-red-700\/70:active {
  border-color: rgb(185 28 28 / 0.7);
}
.active\:border-red-700\/75:active {
  border-color: rgb(185 28 28 / 0.75);
}
.active\:border-red-700\/80:active {
  border-color: rgb(185 28 28 / 0.8);
}
.active\:border-red-700\/85:active {
  border-color: rgb(185 28 28 / 0.85);
}
.active\:border-red-700\/90:active {
  border-color: rgb(185 28 28 / 0.9);
}
.active\:border-red-700\/95:active {
  border-color: rgb(185 28 28 / 0.95);
}
.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.active\:border-red-800\/0:active {
  border-color: rgb(153 27 27 / 0);
}
.active\:border-red-800\/10:active {
  border-color: rgb(153 27 27 / 0.1);
}
.active\:border-red-800\/100:active {
  border-color: rgb(153 27 27 / 1);
}
.active\:border-red-800\/15:active {
  border-color: rgb(153 27 27 / 0.15);
}
.active\:border-red-800\/20:active {
  border-color: rgb(153 27 27 / 0.2);
}
.active\:border-red-800\/25:active {
  border-color: rgb(153 27 27 / 0.25);
}
.active\:border-red-800\/30:active {
  border-color: rgb(153 27 27 / 0.3);
}
.active\:border-red-800\/35:active {
  border-color: rgb(153 27 27 / 0.35);
}
.active\:border-red-800\/40:active {
  border-color: rgb(153 27 27 / 0.4);
}
.active\:border-red-800\/45:active {
  border-color: rgb(153 27 27 / 0.45);
}
.active\:border-red-800\/5:active {
  border-color: rgb(153 27 27 / 0.05);
}
.active\:border-red-800\/50:active {
  border-color: rgb(153 27 27 / 0.5);
}
.active\:border-red-800\/55:active {
  border-color: rgb(153 27 27 / 0.55);
}
.active\:border-red-800\/60:active {
  border-color: rgb(153 27 27 / 0.6);
}
.active\:border-red-800\/65:active {
  border-color: rgb(153 27 27 / 0.65);
}
.active\:border-red-800\/70:active {
  border-color: rgb(153 27 27 / 0.7);
}
.active\:border-red-800\/75:active {
  border-color: rgb(153 27 27 / 0.75);
}
.active\:border-red-800\/80:active {
  border-color: rgb(153 27 27 / 0.8);
}
.active\:border-red-800\/85:active {
  border-color: rgb(153 27 27 / 0.85);
}
.active\:border-red-800\/90:active {
  border-color: rgb(153 27 27 / 0.9);
}
.active\:border-red-800\/95:active {
  border-color: rgb(153 27 27 / 0.95);
}
.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.active\:border-red-900\/0:active {
  border-color: rgb(127 29 29 / 0);
}
.active\:border-red-900\/10:active {
  border-color: rgb(127 29 29 / 0.1);
}
.active\:border-red-900\/100:active {
  border-color: rgb(127 29 29 / 1);
}
.active\:border-red-900\/15:active {
  border-color: rgb(127 29 29 / 0.15);
}
.active\:border-red-900\/20:active {
  border-color: rgb(127 29 29 / 0.2);
}
.active\:border-red-900\/25:active {
  border-color: rgb(127 29 29 / 0.25);
}
.active\:border-red-900\/30:active {
  border-color: rgb(127 29 29 / 0.3);
}
.active\:border-red-900\/35:active {
  border-color: rgb(127 29 29 / 0.35);
}
.active\:border-red-900\/40:active {
  border-color: rgb(127 29 29 / 0.4);
}
.active\:border-red-900\/45:active {
  border-color: rgb(127 29 29 / 0.45);
}
.active\:border-red-900\/5:active {
  border-color: rgb(127 29 29 / 0.05);
}
.active\:border-red-900\/50:active {
  border-color: rgb(127 29 29 / 0.5);
}
.active\:border-red-900\/55:active {
  border-color: rgb(127 29 29 / 0.55);
}
.active\:border-red-900\/60:active {
  border-color: rgb(127 29 29 / 0.6);
}
.active\:border-red-900\/65:active {
  border-color: rgb(127 29 29 / 0.65);
}
.active\:border-red-900\/70:active {
  border-color: rgb(127 29 29 / 0.7);
}
.active\:border-red-900\/75:active {
  border-color: rgb(127 29 29 / 0.75);
}
.active\:border-red-900\/80:active {
  border-color: rgb(127 29 29 / 0.8);
}
.active\:border-red-900\/85:active {
  border-color: rgb(127 29 29 / 0.85);
}
.active\:border-red-900\/90:active {
  border-color: rgb(127 29 29 / 0.9);
}
.active\:border-red-900\/95:active {
  border-color: rgb(127 29 29 / 0.95);
}
.active\:border-red-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.active\:border-red-950\/0:active {
  border-color: rgb(69 10 10 / 0);
}
.active\:border-red-950\/10:active {
  border-color: rgb(69 10 10 / 0.1);
}
.active\:border-red-950\/100:active {
  border-color: rgb(69 10 10 / 1);
}
.active\:border-red-950\/15:active {
  border-color: rgb(69 10 10 / 0.15);
}
.active\:border-red-950\/20:active {
  border-color: rgb(69 10 10 / 0.2);
}
.active\:border-red-950\/25:active {
  border-color: rgb(69 10 10 / 0.25);
}
.active\:border-red-950\/30:active {
  border-color: rgb(69 10 10 / 0.3);
}
.active\:border-red-950\/35:active {
  border-color: rgb(69 10 10 / 0.35);
}
.active\:border-red-950\/40:active {
  border-color: rgb(69 10 10 / 0.4);
}
.active\:border-red-950\/45:active {
  border-color: rgb(69 10 10 / 0.45);
}
.active\:border-red-950\/5:active {
  border-color: rgb(69 10 10 / 0.05);
}
.active\:border-red-950\/50:active {
  border-color: rgb(69 10 10 / 0.5);
}
.active\:border-red-950\/55:active {
  border-color: rgb(69 10 10 / 0.55);
}
.active\:border-red-950\/60:active {
  border-color: rgb(69 10 10 / 0.6);
}
.active\:border-red-950\/65:active {
  border-color: rgb(69 10 10 / 0.65);
}
.active\:border-red-950\/70:active {
  border-color: rgb(69 10 10 / 0.7);
}
.active\:border-red-950\/75:active {
  border-color: rgb(69 10 10 / 0.75);
}
.active\:border-red-950\/80:active {
  border-color: rgb(69 10 10 / 0.8);
}
.active\:border-red-950\/85:active {
  border-color: rgb(69 10 10 / 0.85);
}
.active\:border-red-950\/90:active {
  border-color: rgb(69 10 10 / 0.9);
}
.active\:border-red-950\/95:active {
  border-color: rgb(69 10 10 / 0.95);
}
.active\:\!bg-gray-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-100\/0:active {
  background-color: rgb(243 244 246 / 0) !important;
}
.active\:\!bg-gray-100\/10:active {
  background-color: rgb(243 244 246 / 0.1) !important;
}
.active\:\!bg-gray-100\/100:active {
  background-color: rgb(243 244 246 / 1) !important;
}
.active\:\!bg-gray-100\/15:active {
  background-color: rgb(243 244 246 / 0.15) !important;
}
.active\:\!bg-gray-100\/20:active {
  background-color: rgb(243 244 246 / 0.2) !important;
}
.active\:\!bg-gray-100\/25:active {
  background-color: rgb(243 244 246 / 0.25) !important;
}
.active\:\!bg-gray-100\/30:active {
  background-color: rgb(243 244 246 / 0.3) !important;
}
.active\:\!bg-gray-100\/35:active {
  background-color: rgb(243 244 246 / 0.35) !important;
}
.active\:\!bg-gray-100\/40:active {
  background-color: rgb(243 244 246 / 0.4) !important;
}
.active\:\!bg-gray-100\/45:active {
  background-color: rgb(243 244 246 / 0.45) !important;
}
.active\:\!bg-gray-100\/5:active {
  background-color: rgb(243 244 246 / 0.05) !important;
}
.active\:\!bg-gray-100\/50:active {
  background-color: rgb(243 244 246 / 0.5) !important;
}
.active\:\!bg-gray-100\/55:active {
  background-color: rgb(243 244 246 / 0.55) !important;
}
.active\:\!bg-gray-100\/60:active {
  background-color: rgb(243 244 246 / 0.6) !important;
}
.active\:\!bg-gray-100\/65:active {
  background-color: rgb(243 244 246 / 0.65) !important;
}
.active\:\!bg-gray-100\/70:active {
  background-color: rgb(243 244 246 / 0.7) !important;
}
.active\:\!bg-gray-100\/75:active {
  background-color: rgb(243 244 246 / 0.75) !important;
}
.active\:\!bg-gray-100\/80:active {
  background-color: rgb(243 244 246 / 0.8) !important;
}
.active\:\!bg-gray-100\/85:active {
  background-color: rgb(243 244 246 / 0.85) !important;
}
.active\:\!bg-gray-100\/90:active {
  background-color: rgb(243 244 246 / 0.9) !important;
}
.active\:\!bg-gray-100\/95:active {
  background-color: rgb(243 244 246 / 0.95) !important;
}
.active\:\!bg-gray-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-200\/0:active {
  background-color: rgb(229 231 235 / 0) !important;
}
.active\:\!bg-gray-200\/10:active {
  background-color: rgb(229 231 235 / 0.1) !important;
}
.active\:\!bg-gray-200\/100:active {
  background-color: rgb(229 231 235 / 1) !important;
}
.active\:\!bg-gray-200\/15:active {
  background-color: rgb(229 231 235 / 0.15) !important;
}
.active\:\!bg-gray-200\/20:active {
  background-color: rgb(229 231 235 / 0.2) !important;
}
.active\:\!bg-gray-200\/25:active {
  background-color: rgb(229 231 235 / 0.25) !important;
}
.active\:\!bg-gray-200\/30:active {
  background-color: rgb(229 231 235 / 0.3) !important;
}
.active\:\!bg-gray-200\/35:active {
  background-color: rgb(229 231 235 / 0.35) !important;
}
.active\:\!bg-gray-200\/40:active {
  background-color: rgb(229 231 235 / 0.4) !important;
}
.active\:\!bg-gray-200\/45:active {
  background-color: rgb(229 231 235 / 0.45) !important;
}
.active\:\!bg-gray-200\/5:active {
  background-color: rgb(229 231 235 / 0.05) !important;
}
.active\:\!bg-gray-200\/50:active {
  background-color: rgb(229 231 235 / 0.5) !important;
}
.active\:\!bg-gray-200\/55:active {
  background-color: rgb(229 231 235 / 0.55) !important;
}
.active\:\!bg-gray-200\/60:active {
  background-color: rgb(229 231 235 / 0.6) !important;
}
.active\:\!bg-gray-200\/65:active {
  background-color: rgb(229 231 235 / 0.65) !important;
}
.active\:\!bg-gray-200\/70:active {
  background-color: rgb(229 231 235 / 0.7) !important;
}
.active\:\!bg-gray-200\/75:active {
  background-color: rgb(229 231 235 / 0.75) !important;
}
.active\:\!bg-gray-200\/80:active {
  background-color: rgb(229 231 235 / 0.8) !important;
}
.active\:\!bg-gray-200\/85:active {
  background-color: rgb(229 231 235 / 0.85) !important;
}
.active\:\!bg-gray-200\/90:active {
  background-color: rgb(229 231 235 / 0.9) !important;
}
.active\:\!bg-gray-200\/95:active {
  background-color: rgb(229 231 235 / 0.95) !important;
}
.active\:\!bg-gray-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-300\/0:active {
  background-color: rgb(209 213 219 / 0) !important;
}
.active\:\!bg-gray-300\/10:active {
  background-color: rgb(209 213 219 / 0.1) !important;
}
.active\:\!bg-gray-300\/100:active {
  background-color: rgb(209 213 219 / 1) !important;
}
.active\:\!bg-gray-300\/15:active {
  background-color: rgb(209 213 219 / 0.15) !important;
}
.active\:\!bg-gray-300\/20:active {
  background-color: rgb(209 213 219 / 0.2) !important;
}
.active\:\!bg-gray-300\/25:active {
  background-color: rgb(209 213 219 / 0.25) !important;
}
.active\:\!bg-gray-300\/30:active {
  background-color: rgb(209 213 219 / 0.3) !important;
}
.active\:\!bg-gray-300\/35:active {
  background-color: rgb(209 213 219 / 0.35) !important;
}
.active\:\!bg-gray-300\/40:active {
  background-color: rgb(209 213 219 / 0.4) !important;
}
.active\:\!bg-gray-300\/45:active {
  background-color: rgb(209 213 219 / 0.45) !important;
}
.active\:\!bg-gray-300\/5:active {
  background-color: rgb(209 213 219 / 0.05) !important;
}
.active\:\!bg-gray-300\/50:active {
  background-color: rgb(209 213 219 / 0.5) !important;
}
.active\:\!bg-gray-300\/55:active {
  background-color: rgb(209 213 219 / 0.55) !important;
}
.active\:\!bg-gray-300\/60:active {
  background-color: rgb(209 213 219 / 0.6) !important;
}
.active\:\!bg-gray-300\/65:active {
  background-color: rgb(209 213 219 / 0.65) !important;
}
.active\:\!bg-gray-300\/70:active {
  background-color: rgb(209 213 219 / 0.7) !important;
}
.active\:\!bg-gray-300\/75:active {
  background-color: rgb(209 213 219 / 0.75) !important;
}
.active\:\!bg-gray-300\/80:active {
  background-color: rgb(209 213 219 / 0.8) !important;
}
.active\:\!bg-gray-300\/85:active {
  background-color: rgb(209 213 219 / 0.85) !important;
}
.active\:\!bg-gray-300\/90:active {
  background-color: rgb(209 213 219 / 0.9) !important;
}
.active\:\!bg-gray-300\/95:active {
  background-color: rgb(209 213 219 / 0.95) !important;
}
.active\:\!bg-gray-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-400\/0:active {
  background-color: rgb(156 163 175 / 0) !important;
}
.active\:\!bg-gray-400\/10:active {
  background-color: rgb(156 163 175 / 0.1) !important;
}
.active\:\!bg-gray-400\/100:active {
  background-color: rgb(156 163 175 / 1) !important;
}
.active\:\!bg-gray-400\/15:active {
  background-color: rgb(156 163 175 / 0.15) !important;
}
.active\:\!bg-gray-400\/20:active {
  background-color: rgb(156 163 175 / 0.2) !important;
}
.active\:\!bg-gray-400\/25:active {
  background-color: rgb(156 163 175 / 0.25) !important;
}
.active\:\!bg-gray-400\/30:active {
  background-color: rgb(156 163 175 / 0.3) !important;
}
.active\:\!bg-gray-400\/35:active {
  background-color: rgb(156 163 175 / 0.35) !important;
}
.active\:\!bg-gray-400\/40:active {
  background-color: rgb(156 163 175 / 0.4) !important;
}
.active\:\!bg-gray-400\/45:active {
  background-color: rgb(156 163 175 / 0.45) !important;
}
.active\:\!bg-gray-400\/5:active {
  background-color: rgb(156 163 175 / 0.05) !important;
}
.active\:\!bg-gray-400\/50:active {
  background-color: rgb(156 163 175 / 0.5) !important;
}
.active\:\!bg-gray-400\/55:active {
  background-color: rgb(156 163 175 / 0.55) !important;
}
.active\:\!bg-gray-400\/60:active {
  background-color: rgb(156 163 175 / 0.6) !important;
}
.active\:\!bg-gray-400\/65:active {
  background-color: rgb(156 163 175 / 0.65) !important;
}
.active\:\!bg-gray-400\/70:active {
  background-color: rgb(156 163 175 / 0.7) !important;
}
.active\:\!bg-gray-400\/75:active {
  background-color: rgb(156 163 175 / 0.75) !important;
}
.active\:\!bg-gray-400\/80:active {
  background-color: rgb(156 163 175 / 0.8) !important;
}
.active\:\!bg-gray-400\/85:active {
  background-color: rgb(156 163 175 / 0.85) !important;
}
.active\:\!bg-gray-400\/90:active {
  background-color: rgb(156 163 175 / 0.9) !important;
}
.active\:\!bg-gray-400\/95:active {
  background-color: rgb(156 163 175 / 0.95) !important;
}
.active\:\!bg-gray-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-50\/0:active {
  background-color: rgb(249 250 251 / 0) !important;
}
.active\:\!bg-gray-50\/10:active {
  background-color: rgb(249 250 251 / 0.1) !important;
}
.active\:\!bg-gray-50\/100:active {
  background-color: rgb(249 250 251 / 1) !important;
}
.active\:\!bg-gray-50\/15:active {
  background-color: rgb(249 250 251 / 0.15) !important;
}
.active\:\!bg-gray-50\/20:active {
  background-color: rgb(249 250 251 / 0.2) !important;
}
.active\:\!bg-gray-50\/25:active {
  background-color: rgb(249 250 251 / 0.25) !important;
}
.active\:\!bg-gray-50\/30:active {
  background-color: rgb(249 250 251 / 0.3) !important;
}
.active\:\!bg-gray-50\/35:active {
  background-color: rgb(249 250 251 / 0.35) !important;
}
.active\:\!bg-gray-50\/40:active {
  background-color: rgb(249 250 251 / 0.4) !important;
}
.active\:\!bg-gray-50\/45:active {
  background-color: rgb(249 250 251 / 0.45) !important;
}
.active\:\!bg-gray-50\/5:active {
  background-color: rgb(249 250 251 / 0.05) !important;
}
.active\:\!bg-gray-50\/50:active {
  background-color: rgb(249 250 251 / 0.5) !important;
}
.active\:\!bg-gray-50\/55:active {
  background-color: rgb(249 250 251 / 0.55) !important;
}
.active\:\!bg-gray-50\/60:active {
  background-color: rgb(249 250 251 / 0.6) !important;
}
.active\:\!bg-gray-50\/65:active {
  background-color: rgb(249 250 251 / 0.65) !important;
}
.active\:\!bg-gray-50\/70:active {
  background-color: rgb(249 250 251 / 0.7) !important;
}
.active\:\!bg-gray-50\/75:active {
  background-color: rgb(249 250 251 / 0.75) !important;
}
.active\:\!bg-gray-50\/80:active {
  background-color: rgb(249 250 251 / 0.8) !important;
}
.active\:\!bg-gray-50\/85:active {
  background-color: rgb(249 250 251 / 0.85) !important;
}
.active\:\!bg-gray-50\/90:active {
  background-color: rgb(249 250 251 / 0.9) !important;
}
.active\:\!bg-gray-50\/95:active {
  background-color: rgb(249 250 251 / 0.95) !important;
}
.active\:\!bg-gray-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-500\/0:active {
  background-color: rgb(107 114 128 / 0) !important;
}
.active\:\!bg-gray-500\/10:active {
  background-color: rgb(107 114 128 / 0.1) !important;
}
.active\:\!bg-gray-500\/100:active {
  background-color: rgb(107 114 128 / 1) !important;
}
.active\:\!bg-gray-500\/15:active {
  background-color: rgb(107 114 128 / 0.15) !important;
}
.active\:\!bg-gray-500\/20:active {
  background-color: rgb(107 114 128 / 0.2) !important;
}
.active\:\!bg-gray-500\/25:active {
  background-color: rgb(107 114 128 / 0.25) !important;
}
.active\:\!bg-gray-500\/30:active {
  background-color: rgb(107 114 128 / 0.3) !important;
}
.active\:\!bg-gray-500\/35:active {
  background-color: rgb(107 114 128 / 0.35) !important;
}
.active\:\!bg-gray-500\/40:active {
  background-color: rgb(107 114 128 / 0.4) !important;
}
.active\:\!bg-gray-500\/45:active {
  background-color: rgb(107 114 128 / 0.45) !important;
}
.active\:\!bg-gray-500\/5:active {
  background-color: rgb(107 114 128 / 0.05) !important;
}
.active\:\!bg-gray-500\/50:active {
  background-color: rgb(107 114 128 / 0.5) !important;
}
.active\:\!bg-gray-500\/55:active {
  background-color: rgb(107 114 128 / 0.55) !important;
}
.active\:\!bg-gray-500\/60:active {
  background-color: rgb(107 114 128 / 0.6) !important;
}
.active\:\!bg-gray-500\/65:active {
  background-color: rgb(107 114 128 / 0.65) !important;
}
.active\:\!bg-gray-500\/70:active {
  background-color: rgb(107 114 128 / 0.7) !important;
}
.active\:\!bg-gray-500\/75:active {
  background-color: rgb(107 114 128 / 0.75) !important;
}
.active\:\!bg-gray-500\/80:active {
  background-color: rgb(107 114 128 / 0.8) !important;
}
.active\:\!bg-gray-500\/85:active {
  background-color: rgb(107 114 128 / 0.85) !important;
}
.active\:\!bg-gray-500\/90:active {
  background-color: rgb(107 114 128 / 0.9) !important;
}
.active\:\!bg-gray-500\/95:active {
  background-color: rgb(107 114 128 / 0.95) !important;
}
.active\:\!bg-gray-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-600\/0:active {
  background-color: rgb(75 85 99 / 0) !important;
}
.active\:\!bg-gray-600\/10:active {
  background-color: rgb(75 85 99 / 0.1) !important;
}
.active\:\!bg-gray-600\/100:active {
  background-color: rgb(75 85 99 / 1) !important;
}
.active\:\!bg-gray-600\/15:active {
  background-color: rgb(75 85 99 / 0.15) !important;
}
.active\:\!bg-gray-600\/20:active {
  background-color: rgb(75 85 99 / 0.2) !important;
}
.active\:\!bg-gray-600\/25:active {
  background-color: rgb(75 85 99 / 0.25) !important;
}
.active\:\!bg-gray-600\/30:active {
  background-color: rgb(75 85 99 / 0.3) !important;
}
.active\:\!bg-gray-600\/35:active {
  background-color: rgb(75 85 99 / 0.35) !important;
}
.active\:\!bg-gray-600\/40:active {
  background-color: rgb(75 85 99 / 0.4) !important;
}
.active\:\!bg-gray-600\/45:active {
  background-color: rgb(75 85 99 / 0.45) !important;
}
.active\:\!bg-gray-600\/5:active {
  background-color: rgb(75 85 99 / 0.05) !important;
}
.active\:\!bg-gray-600\/50:active {
  background-color: rgb(75 85 99 / 0.5) !important;
}
.active\:\!bg-gray-600\/55:active {
  background-color: rgb(75 85 99 / 0.55) !important;
}
.active\:\!bg-gray-600\/60:active {
  background-color: rgb(75 85 99 / 0.6) !important;
}
.active\:\!bg-gray-600\/65:active {
  background-color: rgb(75 85 99 / 0.65) !important;
}
.active\:\!bg-gray-600\/70:active {
  background-color: rgb(75 85 99 / 0.7) !important;
}
.active\:\!bg-gray-600\/75:active {
  background-color: rgb(75 85 99 / 0.75) !important;
}
.active\:\!bg-gray-600\/80:active {
  background-color: rgb(75 85 99 / 0.8) !important;
}
.active\:\!bg-gray-600\/85:active {
  background-color: rgb(75 85 99 / 0.85) !important;
}
.active\:\!bg-gray-600\/90:active {
  background-color: rgb(75 85 99 / 0.9) !important;
}
.active\:\!bg-gray-600\/95:active {
  background-color: rgb(75 85 99 / 0.95) !important;
}
.active\:\!bg-gray-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-700\/0:active {
  background-color: rgb(55 65 81 / 0) !important;
}
.active\:\!bg-gray-700\/10:active {
  background-color: rgb(55 65 81 / 0.1) !important;
}
.active\:\!bg-gray-700\/100:active {
  background-color: rgb(55 65 81 / 1) !important;
}
.active\:\!bg-gray-700\/15:active {
  background-color: rgb(55 65 81 / 0.15) !important;
}
.active\:\!bg-gray-700\/20:active {
  background-color: rgb(55 65 81 / 0.2) !important;
}
.active\:\!bg-gray-700\/25:active {
  background-color: rgb(55 65 81 / 0.25) !important;
}
.active\:\!bg-gray-700\/30:active {
  background-color: rgb(55 65 81 / 0.3) !important;
}
.active\:\!bg-gray-700\/35:active {
  background-color: rgb(55 65 81 / 0.35) !important;
}
.active\:\!bg-gray-700\/40:active {
  background-color: rgb(55 65 81 / 0.4) !important;
}
.active\:\!bg-gray-700\/45:active {
  background-color: rgb(55 65 81 / 0.45) !important;
}
.active\:\!bg-gray-700\/5:active {
  background-color: rgb(55 65 81 / 0.05) !important;
}
.active\:\!bg-gray-700\/50:active {
  background-color: rgb(55 65 81 / 0.5) !important;
}
.active\:\!bg-gray-700\/55:active {
  background-color: rgb(55 65 81 / 0.55) !important;
}
.active\:\!bg-gray-700\/60:active {
  background-color: rgb(55 65 81 / 0.6) !important;
}
.active\:\!bg-gray-700\/65:active {
  background-color: rgb(55 65 81 / 0.65) !important;
}
.active\:\!bg-gray-700\/70:active {
  background-color: rgb(55 65 81 / 0.7) !important;
}
.active\:\!bg-gray-700\/75:active {
  background-color: rgb(55 65 81 / 0.75) !important;
}
.active\:\!bg-gray-700\/80:active {
  background-color: rgb(55 65 81 / 0.8) !important;
}
.active\:\!bg-gray-700\/85:active {
  background-color: rgb(55 65 81 / 0.85) !important;
}
.active\:\!bg-gray-700\/90:active {
  background-color: rgb(55 65 81 / 0.9) !important;
}
.active\:\!bg-gray-700\/95:active {
  background-color: rgb(55 65 81 / 0.95) !important;
}
.active\:\!bg-gray-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-800\/0:active {
  background-color: rgb(31 41 55 / 0) !important;
}
.active\:\!bg-gray-800\/10:active {
  background-color: rgb(31 41 55 / 0.1) !important;
}
.active\:\!bg-gray-800\/100:active {
  background-color: rgb(31 41 55 / 1) !important;
}
.active\:\!bg-gray-800\/15:active {
  background-color: rgb(31 41 55 / 0.15) !important;
}
.active\:\!bg-gray-800\/20:active {
  background-color: rgb(31 41 55 / 0.2) !important;
}
.active\:\!bg-gray-800\/25:active {
  background-color: rgb(31 41 55 / 0.25) !important;
}
.active\:\!bg-gray-800\/30:active {
  background-color: rgb(31 41 55 / 0.3) !important;
}
.active\:\!bg-gray-800\/35:active {
  background-color: rgb(31 41 55 / 0.35) !important;
}
.active\:\!bg-gray-800\/40:active {
  background-color: rgb(31 41 55 / 0.4) !important;
}
.active\:\!bg-gray-800\/45:active {
  background-color: rgb(31 41 55 / 0.45) !important;
}
.active\:\!bg-gray-800\/5:active {
  background-color: rgb(31 41 55 / 0.05) !important;
}
.active\:\!bg-gray-800\/50:active {
  background-color: rgb(31 41 55 / 0.5) !important;
}
.active\:\!bg-gray-800\/55:active {
  background-color: rgb(31 41 55 / 0.55) !important;
}
.active\:\!bg-gray-800\/60:active {
  background-color: rgb(31 41 55 / 0.6) !important;
}
.active\:\!bg-gray-800\/65:active {
  background-color: rgb(31 41 55 / 0.65) !important;
}
.active\:\!bg-gray-800\/70:active {
  background-color: rgb(31 41 55 / 0.7) !important;
}
.active\:\!bg-gray-800\/75:active {
  background-color: rgb(31 41 55 / 0.75) !important;
}
.active\:\!bg-gray-800\/80:active {
  background-color: rgb(31 41 55 / 0.8) !important;
}
.active\:\!bg-gray-800\/85:active {
  background-color: rgb(31 41 55 / 0.85) !important;
}
.active\:\!bg-gray-800\/90:active {
  background-color: rgb(31 41 55 / 0.9) !important;
}
.active\:\!bg-gray-800\/95:active {
  background-color: rgb(31 41 55 / 0.95) !important;
}
.active\:\!bg-gray-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-900\/0:active {
  background-color: rgb(17 24 39 / 0) !important;
}
.active\:\!bg-gray-900\/10:active {
  background-color: rgb(17 24 39 / 0.1) !important;
}
.active\:\!bg-gray-900\/100:active {
  background-color: rgb(17 24 39 / 1) !important;
}
.active\:\!bg-gray-900\/15:active {
  background-color: rgb(17 24 39 / 0.15) !important;
}
.active\:\!bg-gray-900\/20:active {
  background-color: rgb(17 24 39 / 0.2) !important;
}
.active\:\!bg-gray-900\/25:active {
  background-color: rgb(17 24 39 / 0.25) !important;
}
.active\:\!bg-gray-900\/30:active {
  background-color: rgb(17 24 39 / 0.3) !important;
}
.active\:\!bg-gray-900\/35:active {
  background-color: rgb(17 24 39 / 0.35) !important;
}
.active\:\!bg-gray-900\/40:active {
  background-color: rgb(17 24 39 / 0.4) !important;
}
.active\:\!bg-gray-900\/45:active {
  background-color: rgb(17 24 39 / 0.45) !important;
}
.active\:\!bg-gray-900\/5:active {
  background-color: rgb(17 24 39 / 0.05) !important;
}
.active\:\!bg-gray-900\/50:active {
  background-color: rgb(17 24 39 / 0.5) !important;
}
.active\:\!bg-gray-900\/55:active {
  background-color: rgb(17 24 39 / 0.55) !important;
}
.active\:\!bg-gray-900\/60:active {
  background-color: rgb(17 24 39 / 0.6) !important;
}
.active\:\!bg-gray-900\/65:active {
  background-color: rgb(17 24 39 / 0.65) !important;
}
.active\:\!bg-gray-900\/70:active {
  background-color: rgb(17 24 39 / 0.7) !important;
}
.active\:\!bg-gray-900\/75:active {
  background-color: rgb(17 24 39 / 0.75) !important;
}
.active\:\!bg-gray-900\/80:active {
  background-color: rgb(17 24 39 / 0.8) !important;
}
.active\:\!bg-gray-900\/85:active {
  background-color: rgb(17 24 39 / 0.85) !important;
}
.active\:\!bg-gray-900\/90:active {
  background-color: rgb(17 24 39 / 0.9) !important;
}
.active\:\!bg-gray-900\/95:active {
  background-color: rgb(17 24 39 / 0.95) !important;
}
.active\:\!bg-gray-950:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-gray-950\/0:active {
  background-color: rgb(3 7 18 / 0) !important;
}
.active\:\!bg-gray-950\/10:active {
  background-color: rgb(3 7 18 / 0.1) !important;
}
.active\:\!bg-gray-950\/100:active {
  background-color: rgb(3 7 18 / 1) !important;
}
.active\:\!bg-gray-950\/15:active {
  background-color: rgb(3 7 18 / 0.15) !important;
}
.active\:\!bg-gray-950\/20:active {
  background-color: rgb(3 7 18 / 0.2) !important;
}
.active\:\!bg-gray-950\/25:active {
  background-color: rgb(3 7 18 / 0.25) !important;
}
.active\:\!bg-gray-950\/30:active {
  background-color: rgb(3 7 18 / 0.3) !important;
}
.active\:\!bg-gray-950\/35:active {
  background-color: rgb(3 7 18 / 0.35) !important;
}
.active\:\!bg-gray-950\/40:active {
  background-color: rgb(3 7 18 / 0.4) !important;
}
.active\:\!bg-gray-950\/45:active {
  background-color: rgb(3 7 18 / 0.45) !important;
}
.active\:\!bg-gray-950\/5:active {
  background-color: rgb(3 7 18 / 0.05) !important;
}
.active\:\!bg-gray-950\/50:active {
  background-color: rgb(3 7 18 / 0.5) !important;
}
.active\:\!bg-gray-950\/55:active {
  background-color: rgb(3 7 18 / 0.55) !important;
}
.active\:\!bg-gray-950\/60:active {
  background-color: rgb(3 7 18 / 0.6) !important;
}
.active\:\!bg-gray-950\/65:active {
  background-color: rgb(3 7 18 / 0.65) !important;
}
.active\:\!bg-gray-950\/70:active {
  background-color: rgb(3 7 18 / 0.7) !important;
}
.active\:\!bg-gray-950\/75:active {
  background-color: rgb(3 7 18 / 0.75) !important;
}
.active\:\!bg-gray-950\/80:active {
  background-color: rgb(3 7 18 / 0.8) !important;
}
.active\:\!bg-gray-950\/85:active {
  background-color: rgb(3 7 18 / 0.85) !important;
}
.active\:\!bg-gray-950\/90:active {
  background-color: rgb(3 7 18 / 0.9) !important;
}
.active\:\!bg-gray-950\/95:active {
  background-color: rgb(3 7 18 / 0.95) !important;
}
.active\:\!bg-primary-100:active {
  background-color: var(--primary-color-100) !important;
}
.active\:\!bg-primary-200:active {
  background-color: var(--primary-color-200) !important;
}
.active\:\!bg-primary-300:active {
  background-color: var(--primary-color-300) !important;
}
.active\:\!bg-primary-400:active {
  background-color: var(--primary-color-400) !important;
}
.active\:\!bg-primary-50:active {
  background-color: var(--primary-color-50) !important;
}
.active\:\!bg-primary-500:active {
  background-color: var(--primary-color-500) !important;
}
.active\:\!bg-primary-600:active {
  background-color: var(--primary-color-600) !important;
}
.active\:\!bg-primary-700:active {
  background-color: var(--primary-color-700) !important;
}
.active\:\!bg-primary-800:active {
  background-color: var(--primary-color-800) !important;
}
.active\:\!bg-primary-900:active {
  background-color: var(--primary-color-900) !important;
}
.active\:\!bg-primary-950:active {
  background-color: var(--primary-color-950) !important;
}
.active\:\!bg-red-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-100\/0:active {
  background-color: rgb(254 226 226 / 0) !important;
}
.active\:\!bg-red-100\/10:active {
  background-color: rgb(254 226 226 / 0.1) !important;
}
.active\:\!bg-red-100\/100:active {
  background-color: rgb(254 226 226 / 1) !important;
}
.active\:\!bg-red-100\/15:active {
  background-color: rgb(254 226 226 / 0.15) !important;
}
.active\:\!bg-red-100\/20:active {
  background-color: rgb(254 226 226 / 0.2) !important;
}
.active\:\!bg-red-100\/25:active {
  background-color: rgb(254 226 226 / 0.25) !important;
}
.active\:\!bg-red-100\/30:active {
  background-color: rgb(254 226 226 / 0.3) !important;
}
.active\:\!bg-red-100\/35:active {
  background-color: rgb(254 226 226 / 0.35) !important;
}
.active\:\!bg-red-100\/40:active {
  background-color: rgb(254 226 226 / 0.4) !important;
}
.active\:\!bg-red-100\/45:active {
  background-color: rgb(254 226 226 / 0.45) !important;
}
.active\:\!bg-red-100\/5:active {
  background-color: rgb(254 226 226 / 0.05) !important;
}
.active\:\!bg-red-100\/50:active {
  background-color: rgb(254 226 226 / 0.5) !important;
}
.active\:\!bg-red-100\/55:active {
  background-color: rgb(254 226 226 / 0.55) !important;
}
.active\:\!bg-red-100\/60:active {
  background-color: rgb(254 226 226 / 0.6) !important;
}
.active\:\!bg-red-100\/65:active {
  background-color: rgb(254 226 226 / 0.65) !important;
}
.active\:\!bg-red-100\/70:active {
  background-color: rgb(254 226 226 / 0.7) !important;
}
.active\:\!bg-red-100\/75:active {
  background-color: rgb(254 226 226 / 0.75) !important;
}
.active\:\!bg-red-100\/80:active {
  background-color: rgb(254 226 226 / 0.8) !important;
}
.active\:\!bg-red-100\/85:active {
  background-color: rgb(254 226 226 / 0.85) !important;
}
.active\:\!bg-red-100\/90:active {
  background-color: rgb(254 226 226 / 0.9) !important;
}
.active\:\!bg-red-100\/95:active {
  background-color: rgb(254 226 226 / 0.95) !important;
}
.active\:\!bg-red-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-200\/0:active {
  background-color: rgb(254 202 202 / 0) !important;
}
.active\:\!bg-red-200\/10:active {
  background-color: rgb(254 202 202 / 0.1) !important;
}
.active\:\!bg-red-200\/100:active {
  background-color: rgb(254 202 202 / 1) !important;
}
.active\:\!bg-red-200\/15:active {
  background-color: rgb(254 202 202 / 0.15) !important;
}
.active\:\!bg-red-200\/20:active {
  background-color: rgb(254 202 202 / 0.2) !important;
}
.active\:\!bg-red-200\/25:active {
  background-color: rgb(254 202 202 / 0.25) !important;
}
.active\:\!bg-red-200\/30:active {
  background-color: rgb(254 202 202 / 0.3) !important;
}
.active\:\!bg-red-200\/35:active {
  background-color: rgb(254 202 202 / 0.35) !important;
}
.active\:\!bg-red-200\/40:active {
  background-color: rgb(254 202 202 / 0.4) !important;
}
.active\:\!bg-red-200\/45:active {
  background-color: rgb(254 202 202 / 0.45) !important;
}
.active\:\!bg-red-200\/5:active {
  background-color: rgb(254 202 202 / 0.05) !important;
}
.active\:\!bg-red-200\/50:active {
  background-color: rgb(254 202 202 / 0.5) !important;
}
.active\:\!bg-red-200\/55:active {
  background-color: rgb(254 202 202 / 0.55) !important;
}
.active\:\!bg-red-200\/60:active {
  background-color: rgb(254 202 202 / 0.6) !important;
}
.active\:\!bg-red-200\/65:active {
  background-color: rgb(254 202 202 / 0.65) !important;
}
.active\:\!bg-red-200\/70:active {
  background-color: rgb(254 202 202 / 0.7) !important;
}
.active\:\!bg-red-200\/75:active {
  background-color: rgb(254 202 202 / 0.75) !important;
}
.active\:\!bg-red-200\/80:active {
  background-color: rgb(254 202 202 / 0.8) !important;
}
.active\:\!bg-red-200\/85:active {
  background-color: rgb(254 202 202 / 0.85) !important;
}
.active\:\!bg-red-200\/90:active {
  background-color: rgb(254 202 202 / 0.9) !important;
}
.active\:\!bg-red-200\/95:active {
  background-color: rgb(254 202 202 / 0.95) !important;
}
.active\:\!bg-red-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-300\/0:active {
  background-color: rgb(252 165 165 / 0) !important;
}
.active\:\!bg-red-300\/10:active {
  background-color: rgb(252 165 165 / 0.1) !important;
}
.active\:\!bg-red-300\/100:active {
  background-color: rgb(252 165 165 / 1) !important;
}
.active\:\!bg-red-300\/15:active {
  background-color: rgb(252 165 165 / 0.15) !important;
}
.active\:\!bg-red-300\/20:active {
  background-color: rgb(252 165 165 / 0.2) !important;
}
.active\:\!bg-red-300\/25:active {
  background-color: rgb(252 165 165 / 0.25) !important;
}
.active\:\!bg-red-300\/30:active {
  background-color: rgb(252 165 165 / 0.3) !important;
}
.active\:\!bg-red-300\/35:active {
  background-color: rgb(252 165 165 / 0.35) !important;
}
.active\:\!bg-red-300\/40:active {
  background-color: rgb(252 165 165 / 0.4) !important;
}
.active\:\!bg-red-300\/45:active {
  background-color: rgb(252 165 165 / 0.45) !important;
}
.active\:\!bg-red-300\/5:active {
  background-color: rgb(252 165 165 / 0.05) !important;
}
.active\:\!bg-red-300\/50:active {
  background-color: rgb(252 165 165 / 0.5) !important;
}
.active\:\!bg-red-300\/55:active {
  background-color: rgb(252 165 165 / 0.55) !important;
}
.active\:\!bg-red-300\/60:active {
  background-color: rgb(252 165 165 / 0.6) !important;
}
.active\:\!bg-red-300\/65:active {
  background-color: rgb(252 165 165 / 0.65) !important;
}
.active\:\!bg-red-300\/70:active {
  background-color: rgb(252 165 165 / 0.7) !important;
}
.active\:\!bg-red-300\/75:active {
  background-color: rgb(252 165 165 / 0.75) !important;
}
.active\:\!bg-red-300\/80:active {
  background-color: rgb(252 165 165 / 0.8) !important;
}
.active\:\!bg-red-300\/85:active {
  background-color: rgb(252 165 165 / 0.85) !important;
}
.active\:\!bg-red-300\/90:active {
  background-color: rgb(252 165 165 / 0.9) !important;
}
.active\:\!bg-red-300\/95:active {
  background-color: rgb(252 165 165 / 0.95) !important;
}
.active\:\!bg-red-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-400\/0:active {
  background-color: rgb(248 113 113 / 0) !important;
}
.active\:\!bg-red-400\/10:active {
  background-color: rgb(248 113 113 / 0.1) !important;
}
.active\:\!bg-red-400\/100:active {
  background-color: rgb(248 113 113 / 1) !important;
}
.active\:\!bg-red-400\/15:active {
  background-color: rgb(248 113 113 / 0.15) !important;
}
.active\:\!bg-red-400\/20:active {
  background-color: rgb(248 113 113 / 0.2) !important;
}
.active\:\!bg-red-400\/25:active {
  background-color: rgb(248 113 113 / 0.25) !important;
}
.active\:\!bg-red-400\/30:active {
  background-color: rgb(248 113 113 / 0.3) !important;
}
.active\:\!bg-red-400\/35:active {
  background-color: rgb(248 113 113 / 0.35) !important;
}
.active\:\!bg-red-400\/40:active {
  background-color: rgb(248 113 113 / 0.4) !important;
}
.active\:\!bg-red-400\/45:active {
  background-color: rgb(248 113 113 / 0.45) !important;
}
.active\:\!bg-red-400\/5:active {
  background-color: rgb(248 113 113 / 0.05) !important;
}
.active\:\!bg-red-400\/50:active {
  background-color: rgb(248 113 113 / 0.5) !important;
}
.active\:\!bg-red-400\/55:active {
  background-color: rgb(248 113 113 / 0.55) !important;
}
.active\:\!bg-red-400\/60:active {
  background-color: rgb(248 113 113 / 0.6) !important;
}
.active\:\!bg-red-400\/65:active {
  background-color: rgb(248 113 113 / 0.65) !important;
}
.active\:\!bg-red-400\/70:active {
  background-color: rgb(248 113 113 / 0.7) !important;
}
.active\:\!bg-red-400\/75:active {
  background-color: rgb(248 113 113 / 0.75) !important;
}
.active\:\!bg-red-400\/80:active {
  background-color: rgb(248 113 113 / 0.8) !important;
}
.active\:\!bg-red-400\/85:active {
  background-color: rgb(248 113 113 / 0.85) !important;
}
.active\:\!bg-red-400\/90:active {
  background-color: rgb(248 113 113 / 0.9) !important;
}
.active\:\!bg-red-400\/95:active {
  background-color: rgb(248 113 113 / 0.95) !important;
}
.active\:\!bg-red-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-50\/0:active {
  background-color: rgb(254 242 242 / 0) !important;
}
.active\:\!bg-red-50\/10:active {
  background-color: rgb(254 242 242 / 0.1) !important;
}
.active\:\!bg-red-50\/100:active {
  background-color: rgb(254 242 242 / 1) !important;
}
.active\:\!bg-red-50\/15:active {
  background-color: rgb(254 242 242 / 0.15) !important;
}
.active\:\!bg-red-50\/20:active {
  background-color: rgb(254 242 242 / 0.2) !important;
}
.active\:\!bg-red-50\/25:active {
  background-color: rgb(254 242 242 / 0.25) !important;
}
.active\:\!bg-red-50\/30:active {
  background-color: rgb(254 242 242 / 0.3) !important;
}
.active\:\!bg-red-50\/35:active {
  background-color: rgb(254 242 242 / 0.35) !important;
}
.active\:\!bg-red-50\/40:active {
  background-color: rgb(254 242 242 / 0.4) !important;
}
.active\:\!bg-red-50\/45:active {
  background-color: rgb(254 242 242 / 0.45) !important;
}
.active\:\!bg-red-50\/5:active {
  background-color: rgb(254 242 242 / 0.05) !important;
}
.active\:\!bg-red-50\/50:active {
  background-color: rgb(254 242 242 / 0.5) !important;
}
.active\:\!bg-red-50\/55:active {
  background-color: rgb(254 242 242 / 0.55) !important;
}
.active\:\!bg-red-50\/60:active {
  background-color: rgb(254 242 242 / 0.6) !important;
}
.active\:\!bg-red-50\/65:active {
  background-color: rgb(254 242 242 / 0.65) !important;
}
.active\:\!bg-red-50\/70:active {
  background-color: rgb(254 242 242 / 0.7) !important;
}
.active\:\!bg-red-50\/75:active {
  background-color: rgb(254 242 242 / 0.75) !important;
}
.active\:\!bg-red-50\/80:active {
  background-color: rgb(254 242 242 / 0.8) !important;
}
.active\:\!bg-red-50\/85:active {
  background-color: rgb(254 242 242 / 0.85) !important;
}
.active\:\!bg-red-50\/90:active {
  background-color: rgb(254 242 242 / 0.9) !important;
}
.active\:\!bg-red-50\/95:active {
  background-color: rgb(254 242 242 / 0.95) !important;
}
.active\:\!bg-red-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-500\/0:active {
  background-color: rgb(239 68 68 / 0) !important;
}
.active\:\!bg-red-500\/10:active {
  background-color: rgb(239 68 68 / 0.1) !important;
}
.active\:\!bg-red-500\/100:active {
  background-color: rgb(239 68 68 / 1) !important;
}
.active\:\!bg-red-500\/15:active {
  background-color: rgb(239 68 68 / 0.15) !important;
}
.active\:\!bg-red-500\/20:active {
  background-color: rgb(239 68 68 / 0.2) !important;
}
.active\:\!bg-red-500\/25:active {
  background-color: rgb(239 68 68 / 0.25) !important;
}
.active\:\!bg-red-500\/30:active {
  background-color: rgb(239 68 68 / 0.3) !important;
}
.active\:\!bg-red-500\/35:active {
  background-color: rgb(239 68 68 / 0.35) !important;
}
.active\:\!bg-red-500\/40:active {
  background-color: rgb(239 68 68 / 0.4) !important;
}
.active\:\!bg-red-500\/45:active {
  background-color: rgb(239 68 68 / 0.45) !important;
}
.active\:\!bg-red-500\/5:active {
  background-color: rgb(239 68 68 / 0.05) !important;
}
.active\:\!bg-red-500\/50:active {
  background-color: rgb(239 68 68 / 0.5) !important;
}
.active\:\!bg-red-500\/55:active {
  background-color: rgb(239 68 68 / 0.55) !important;
}
.active\:\!bg-red-500\/60:active {
  background-color: rgb(239 68 68 / 0.6) !important;
}
.active\:\!bg-red-500\/65:active {
  background-color: rgb(239 68 68 / 0.65) !important;
}
.active\:\!bg-red-500\/70:active {
  background-color: rgb(239 68 68 / 0.7) !important;
}
.active\:\!bg-red-500\/75:active {
  background-color: rgb(239 68 68 / 0.75) !important;
}
.active\:\!bg-red-500\/80:active {
  background-color: rgb(239 68 68 / 0.8) !important;
}
.active\:\!bg-red-500\/85:active {
  background-color: rgb(239 68 68 / 0.85) !important;
}
.active\:\!bg-red-500\/90:active {
  background-color: rgb(239 68 68 / 0.9) !important;
}
.active\:\!bg-red-500\/95:active {
  background-color: rgb(239 68 68 / 0.95) !important;
}
.active\:\!bg-red-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-600\/0:active {
  background-color: rgb(220 38 38 / 0) !important;
}
.active\:\!bg-red-600\/10:active {
  background-color: rgb(220 38 38 / 0.1) !important;
}
.active\:\!bg-red-600\/100:active {
  background-color: rgb(220 38 38 / 1) !important;
}
.active\:\!bg-red-600\/15:active {
  background-color: rgb(220 38 38 / 0.15) !important;
}
.active\:\!bg-red-600\/20:active {
  background-color: rgb(220 38 38 / 0.2) !important;
}
.active\:\!bg-red-600\/25:active {
  background-color: rgb(220 38 38 / 0.25) !important;
}
.active\:\!bg-red-600\/30:active {
  background-color: rgb(220 38 38 / 0.3) !important;
}
.active\:\!bg-red-600\/35:active {
  background-color: rgb(220 38 38 / 0.35) !important;
}
.active\:\!bg-red-600\/40:active {
  background-color: rgb(220 38 38 / 0.4) !important;
}
.active\:\!bg-red-600\/45:active {
  background-color: rgb(220 38 38 / 0.45) !important;
}
.active\:\!bg-red-600\/5:active {
  background-color: rgb(220 38 38 / 0.05) !important;
}
.active\:\!bg-red-600\/50:active {
  background-color: rgb(220 38 38 / 0.5) !important;
}
.active\:\!bg-red-600\/55:active {
  background-color: rgb(220 38 38 / 0.55) !important;
}
.active\:\!bg-red-600\/60:active {
  background-color: rgb(220 38 38 / 0.6) !important;
}
.active\:\!bg-red-600\/65:active {
  background-color: rgb(220 38 38 / 0.65) !important;
}
.active\:\!bg-red-600\/70:active {
  background-color: rgb(220 38 38 / 0.7) !important;
}
.active\:\!bg-red-600\/75:active {
  background-color: rgb(220 38 38 / 0.75) !important;
}
.active\:\!bg-red-600\/80:active {
  background-color: rgb(220 38 38 / 0.8) !important;
}
.active\:\!bg-red-600\/85:active {
  background-color: rgb(220 38 38 / 0.85) !important;
}
.active\:\!bg-red-600\/90:active {
  background-color: rgb(220 38 38 / 0.9) !important;
}
.active\:\!bg-red-600\/95:active {
  background-color: rgb(220 38 38 / 0.95) !important;
}
.active\:\!bg-red-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-700\/0:active {
  background-color: rgb(185 28 28 / 0) !important;
}
.active\:\!bg-red-700\/10:active {
  background-color: rgb(185 28 28 / 0.1) !important;
}
.active\:\!bg-red-700\/100:active {
  background-color: rgb(185 28 28 / 1) !important;
}
.active\:\!bg-red-700\/15:active {
  background-color: rgb(185 28 28 / 0.15) !important;
}
.active\:\!bg-red-700\/20:active {
  background-color: rgb(185 28 28 / 0.2) !important;
}
.active\:\!bg-red-700\/25:active {
  background-color: rgb(185 28 28 / 0.25) !important;
}
.active\:\!bg-red-700\/30:active {
  background-color: rgb(185 28 28 / 0.3) !important;
}
.active\:\!bg-red-700\/35:active {
  background-color: rgb(185 28 28 / 0.35) !important;
}
.active\:\!bg-red-700\/40:active {
  background-color: rgb(185 28 28 / 0.4) !important;
}
.active\:\!bg-red-700\/45:active {
  background-color: rgb(185 28 28 / 0.45) !important;
}
.active\:\!bg-red-700\/5:active {
  background-color: rgb(185 28 28 / 0.05) !important;
}
.active\:\!bg-red-700\/50:active {
  background-color: rgb(185 28 28 / 0.5) !important;
}
.active\:\!bg-red-700\/55:active {
  background-color: rgb(185 28 28 / 0.55) !important;
}
.active\:\!bg-red-700\/60:active {
  background-color: rgb(185 28 28 / 0.6) !important;
}
.active\:\!bg-red-700\/65:active {
  background-color: rgb(185 28 28 / 0.65) !important;
}
.active\:\!bg-red-700\/70:active {
  background-color: rgb(185 28 28 / 0.7) !important;
}
.active\:\!bg-red-700\/75:active {
  background-color: rgb(185 28 28 / 0.75) !important;
}
.active\:\!bg-red-700\/80:active {
  background-color: rgb(185 28 28 / 0.8) !important;
}
.active\:\!bg-red-700\/85:active {
  background-color: rgb(185 28 28 / 0.85) !important;
}
.active\:\!bg-red-700\/90:active {
  background-color: rgb(185 28 28 / 0.9) !important;
}
.active\:\!bg-red-700\/95:active {
  background-color: rgb(185 28 28 / 0.95) !important;
}
.active\:\!bg-red-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-800\/0:active {
  background-color: rgb(153 27 27 / 0) !important;
}
.active\:\!bg-red-800\/10:active {
  background-color: rgb(153 27 27 / 0.1) !important;
}
.active\:\!bg-red-800\/100:active {
  background-color: rgb(153 27 27 / 1) !important;
}
.active\:\!bg-red-800\/15:active {
  background-color: rgb(153 27 27 / 0.15) !important;
}
.active\:\!bg-red-800\/20:active {
  background-color: rgb(153 27 27 / 0.2) !important;
}
.active\:\!bg-red-800\/25:active {
  background-color: rgb(153 27 27 / 0.25) !important;
}
.active\:\!bg-red-800\/30:active {
  background-color: rgb(153 27 27 / 0.3) !important;
}
.active\:\!bg-red-800\/35:active {
  background-color: rgb(153 27 27 / 0.35) !important;
}
.active\:\!bg-red-800\/40:active {
  background-color: rgb(153 27 27 / 0.4) !important;
}
.active\:\!bg-red-800\/45:active {
  background-color: rgb(153 27 27 / 0.45) !important;
}
.active\:\!bg-red-800\/5:active {
  background-color: rgb(153 27 27 / 0.05) !important;
}
.active\:\!bg-red-800\/50:active {
  background-color: rgb(153 27 27 / 0.5) !important;
}
.active\:\!bg-red-800\/55:active {
  background-color: rgb(153 27 27 / 0.55) !important;
}
.active\:\!bg-red-800\/60:active {
  background-color: rgb(153 27 27 / 0.6) !important;
}
.active\:\!bg-red-800\/65:active {
  background-color: rgb(153 27 27 / 0.65) !important;
}
.active\:\!bg-red-800\/70:active {
  background-color: rgb(153 27 27 / 0.7) !important;
}
.active\:\!bg-red-800\/75:active {
  background-color: rgb(153 27 27 / 0.75) !important;
}
.active\:\!bg-red-800\/80:active {
  background-color: rgb(153 27 27 / 0.8) !important;
}
.active\:\!bg-red-800\/85:active {
  background-color: rgb(153 27 27 / 0.85) !important;
}
.active\:\!bg-red-800\/90:active {
  background-color: rgb(153 27 27 / 0.9) !important;
}
.active\:\!bg-red-800\/95:active {
  background-color: rgb(153 27 27 / 0.95) !important;
}
.active\:\!bg-red-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-900\/0:active {
  background-color: rgb(127 29 29 / 0) !important;
}
.active\:\!bg-red-900\/10:active {
  background-color: rgb(127 29 29 / 0.1) !important;
}
.active\:\!bg-red-900\/100:active {
  background-color: rgb(127 29 29 / 1) !important;
}
.active\:\!bg-red-900\/15:active {
  background-color: rgb(127 29 29 / 0.15) !important;
}
.active\:\!bg-red-900\/20:active {
  background-color: rgb(127 29 29 / 0.2) !important;
}
.active\:\!bg-red-900\/25:active {
  background-color: rgb(127 29 29 / 0.25) !important;
}
.active\:\!bg-red-900\/30:active {
  background-color: rgb(127 29 29 / 0.3) !important;
}
.active\:\!bg-red-900\/35:active {
  background-color: rgb(127 29 29 / 0.35) !important;
}
.active\:\!bg-red-900\/40:active {
  background-color: rgb(127 29 29 / 0.4) !important;
}
.active\:\!bg-red-900\/45:active {
  background-color: rgb(127 29 29 / 0.45) !important;
}
.active\:\!bg-red-900\/5:active {
  background-color: rgb(127 29 29 / 0.05) !important;
}
.active\:\!bg-red-900\/50:active {
  background-color: rgb(127 29 29 / 0.5) !important;
}
.active\:\!bg-red-900\/55:active {
  background-color: rgb(127 29 29 / 0.55) !important;
}
.active\:\!bg-red-900\/60:active {
  background-color: rgb(127 29 29 / 0.6) !important;
}
.active\:\!bg-red-900\/65:active {
  background-color: rgb(127 29 29 / 0.65) !important;
}
.active\:\!bg-red-900\/70:active {
  background-color: rgb(127 29 29 / 0.7) !important;
}
.active\:\!bg-red-900\/75:active {
  background-color: rgb(127 29 29 / 0.75) !important;
}
.active\:\!bg-red-900\/80:active {
  background-color: rgb(127 29 29 / 0.8) !important;
}
.active\:\!bg-red-900\/85:active {
  background-color: rgb(127 29 29 / 0.85) !important;
}
.active\:\!bg-red-900\/90:active {
  background-color: rgb(127 29 29 / 0.9) !important;
}
.active\:\!bg-red-900\/95:active {
  background-color: rgb(127 29 29 / 0.95) !important;
}
.active\:\!bg-red-950:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.active\:\!bg-red-950\/0:active {
  background-color: rgb(69 10 10 / 0) !important;
}
.active\:\!bg-red-950\/10:active {
  background-color: rgb(69 10 10 / 0.1) !important;
}
.active\:\!bg-red-950\/100:active {
  background-color: rgb(69 10 10 / 1) !important;
}
.active\:\!bg-red-950\/15:active {
  background-color: rgb(69 10 10 / 0.15) !important;
}
.active\:\!bg-red-950\/20:active {
  background-color: rgb(69 10 10 / 0.2) !important;
}
.active\:\!bg-red-950\/25:active {
  background-color: rgb(69 10 10 / 0.25) !important;
}
.active\:\!bg-red-950\/30:active {
  background-color: rgb(69 10 10 / 0.3) !important;
}
.active\:\!bg-red-950\/35:active {
  background-color: rgb(69 10 10 / 0.35) !important;
}
.active\:\!bg-red-950\/40:active {
  background-color: rgb(69 10 10 / 0.4) !important;
}
.active\:\!bg-red-950\/45:active {
  background-color: rgb(69 10 10 / 0.45) !important;
}
.active\:\!bg-red-950\/5:active {
  background-color: rgb(69 10 10 / 0.05) !important;
}
.active\:\!bg-red-950\/50:active {
  background-color: rgb(69 10 10 / 0.5) !important;
}
.active\:\!bg-red-950\/55:active {
  background-color: rgb(69 10 10 / 0.55) !important;
}
.active\:\!bg-red-950\/60:active {
  background-color: rgb(69 10 10 / 0.6) !important;
}
.active\:\!bg-red-950\/65:active {
  background-color: rgb(69 10 10 / 0.65) !important;
}
.active\:\!bg-red-950\/70:active {
  background-color: rgb(69 10 10 / 0.7) !important;
}
.active\:\!bg-red-950\/75:active {
  background-color: rgb(69 10 10 / 0.75) !important;
}
.active\:\!bg-red-950\/80:active {
  background-color: rgb(69 10 10 / 0.8) !important;
}
.active\:\!bg-red-950\/85:active {
  background-color: rgb(69 10 10 / 0.85) !important;
}
.active\:\!bg-red-950\/90:active {
  background-color: rgb(69 10 10 / 0.9) !important;
}
.active\:\!bg-red-950\/95:active {
  background-color: rgb(69 10 10 / 0.95) !important;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-100\/0:active {
  background-color: rgb(243 244 246 / 0);
}
.active\:bg-gray-100\/10:active {
  background-color: rgb(243 244 246 / 0.1);
}
.active\:bg-gray-100\/100:active {
  background-color: rgb(243 244 246 / 1);
}
.active\:bg-gray-100\/15:active {
  background-color: rgb(243 244 246 / 0.15);
}
.active\:bg-gray-100\/20:active {
  background-color: rgb(243 244 246 / 0.2);
}
.active\:bg-gray-100\/25:active {
  background-color: rgb(243 244 246 / 0.25);
}
.active\:bg-gray-100\/30:active {
  background-color: rgb(243 244 246 / 0.3);
}
.active\:bg-gray-100\/35:active {
  background-color: rgb(243 244 246 / 0.35);
}
.active\:bg-gray-100\/40:active {
  background-color: rgb(243 244 246 / 0.4);
}
.active\:bg-gray-100\/45:active {
  background-color: rgb(243 244 246 / 0.45);
}
.active\:bg-gray-100\/5:active {
  background-color: rgb(243 244 246 / 0.05);
}
.active\:bg-gray-100\/50:active {
  background-color: rgb(243 244 246 / 0.5);
}
.active\:bg-gray-100\/55:active {
  background-color: rgb(243 244 246 / 0.55);
}
.active\:bg-gray-100\/60:active {
  background-color: rgb(243 244 246 / 0.6);
}
.active\:bg-gray-100\/65:active {
  background-color: rgb(243 244 246 / 0.65);
}
.active\:bg-gray-100\/70:active {
  background-color: rgb(243 244 246 / 0.7);
}
.active\:bg-gray-100\/75:active {
  background-color: rgb(243 244 246 / 0.75);
}
.active\:bg-gray-100\/80:active {
  background-color: rgb(243 244 246 / 0.8);
}
.active\:bg-gray-100\/85:active {
  background-color: rgb(243 244 246 / 0.85);
}
.active\:bg-gray-100\/90:active {
  background-color: rgb(243 244 246 / 0.9);
}
.active\:bg-gray-100\/95:active {
  background-color: rgb(243 244 246 / 0.95);
}
.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-200\/0:active {
  background-color: rgb(229 231 235 / 0);
}
.active\:bg-gray-200\/10:active {
  background-color: rgb(229 231 235 / 0.1);
}
.active\:bg-gray-200\/100:active {
  background-color: rgb(229 231 235 / 1);
}
.active\:bg-gray-200\/15:active {
  background-color: rgb(229 231 235 / 0.15);
}
.active\:bg-gray-200\/20:active {
  background-color: rgb(229 231 235 / 0.2);
}
.active\:bg-gray-200\/25:active {
  background-color: rgb(229 231 235 / 0.25);
}
.active\:bg-gray-200\/30:active {
  background-color: rgb(229 231 235 / 0.3);
}
.active\:bg-gray-200\/35:active {
  background-color: rgb(229 231 235 / 0.35);
}
.active\:bg-gray-200\/40:active {
  background-color: rgb(229 231 235 / 0.4);
}
.active\:bg-gray-200\/45:active {
  background-color: rgb(229 231 235 / 0.45);
}
.active\:bg-gray-200\/5:active {
  background-color: rgb(229 231 235 / 0.05);
}
.active\:bg-gray-200\/50:active {
  background-color: rgb(229 231 235 / 0.5);
}
.active\:bg-gray-200\/55:active {
  background-color: rgb(229 231 235 / 0.55);
}
.active\:bg-gray-200\/60:active {
  background-color: rgb(229 231 235 / 0.6);
}
.active\:bg-gray-200\/65:active {
  background-color: rgb(229 231 235 / 0.65);
}
.active\:bg-gray-200\/70:active {
  background-color: rgb(229 231 235 / 0.7);
}
.active\:bg-gray-200\/75:active {
  background-color: rgb(229 231 235 / 0.75);
}
.active\:bg-gray-200\/80:active {
  background-color: rgb(229 231 235 / 0.8);
}
.active\:bg-gray-200\/85:active {
  background-color: rgb(229 231 235 / 0.85);
}
.active\:bg-gray-200\/90:active {
  background-color: rgb(229 231 235 / 0.9);
}
.active\:bg-gray-200\/95:active {
  background-color: rgb(229 231 235 / 0.95);
}
.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-300\/0:active {
  background-color: rgb(209 213 219 / 0);
}
.active\:bg-gray-300\/10:active {
  background-color: rgb(209 213 219 / 0.1);
}
.active\:bg-gray-300\/100:active {
  background-color: rgb(209 213 219 / 1);
}
.active\:bg-gray-300\/15:active {
  background-color: rgb(209 213 219 / 0.15);
}
.active\:bg-gray-300\/20:active {
  background-color: rgb(209 213 219 / 0.2);
}
.active\:bg-gray-300\/25:active {
  background-color: rgb(209 213 219 / 0.25);
}
.active\:bg-gray-300\/30:active {
  background-color: rgb(209 213 219 / 0.3);
}
.active\:bg-gray-300\/35:active {
  background-color: rgb(209 213 219 / 0.35);
}
.active\:bg-gray-300\/40:active {
  background-color: rgb(209 213 219 / 0.4);
}
.active\:bg-gray-300\/45:active {
  background-color: rgb(209 213 219 / 0.45);
}
.active\:bg-gray-300\/5:active {
  background-color: rgb(209 213 219 / 0.05);
}
.active\:bg-gray-300\/50:active {
  background-color: rgb(209 213 219 / 0.5);
}
.active\:bg-gray-300\/55:active {
  background-color: rgb(209 213 219 / 0.55);
}
.active\:bg-gray-300\/60:active {
  background-color: rgb(209 213 219 / 0.6);
}
.active\:bg-gray-300\/65:active {
  background-color: rgb(209 213 219 / 0.65);
}
.active\:bg-gray-300\/70:active {
  background-color: rgb(209 213 219 / 0.7);
}
.active\:bg-gray-300\/75:active {
  background-color: rgb(209 213 219 / 0.75);
}
.active\:bg-gray-300\/80:active {
  background-color: rgb(209 213 219 / 0.8);
}
.active\:bg-gray-300\/85:active {
  background-color: rgb(209 213 219 / 0.85);
}
.active\:bg-gray-300\/90:active {
  background-color: rgb(209 213 219 / 0.9);
}
.active\:bg-gray-300\/95:active {
  background-color: rgb(209 213 219 / 0.95);
}
.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-400\/0:active {
  background-color: rgb(156 163 175 / 0);
}
.active\:bg-gray-400\/10:active {
  background-color: rgb(156 163 175 / 0.1);
}
.active\:bg-gray-400\/100:active {
  background-color: rgb(156 163 175 / 1);
}
.active\:bg-gray-400\/15:active {
  background-color: rgb(156 163 175 / 0.15);
}
.active\:bg-gray-400\/20:active {
  background-color: rgb(156 163 175 / 0.2);
}
.active\:bg-gray-400\/25:active {
  background-color: rgb(156 163 175 / 0.25);
}
.active\:bg-gray-400\/30:active {
  background-color: rgb(156 163 175 / 0.3);
}
.active\:bg-gray-400\/35:active {
  background-color: rgb(156 163 175 / 0.35);
}
.active\:bg-gray-400\/40:active {
  background-color: rgb(156 163 175 / 0.4);
}
.active\:bg-gray-400\/45:active {
  background-color: rgb(156 163 175 / 0.45);
}
.active\:bg-gray-400\/5:active {
  background-color: rgb(156 163 175 / 0.05);
}
.active\:bg-gray-400\/50:active {
  background-color: rgb(156 163 175 / 0.5);
}
.active\:bg-gray-400\/55:active {
  background-color: rgb(156 163 175 / 0.55);
}
.active\:bg-gray-400\/60:active {
  background-color: rgb(156 163 175 / 0.6);
}
.active\:bg-gray-400\/65:active {
  background-color: rgb(156 163 175 / 0.65);
}
.active\:bg-gray-400\/70:active {
  background-color: rgb(156 163 175 / 0.7);
}
.active\:bg-gray-400\/75:active {
  background-color: rgb(156 163 175 / 0.75);
}
.active\:bg-gray-400\/80:active {
  background-color: rgb(156 163 175 / 0.8);
}
.active\:bg-gray-400\/85:active {
  background-color: rgb(156 163 175 / 0.85);
}
.active\:bg-gray-400\/90:active {
  background-color: rgb(156 163 175 / 0.9);
}
.active\:bg-gray-400\/95:active {
  background-color: rgb(156 163 175 / 0.95);
}
.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-50\/0:active {
  background-color: rgb(249 250 251 / 0);
}
.active\:bg-gray-50\/10:active {
  background-color: rgb(249 250 251 / 0.1);
}
.active\:bg-gray-50\/100:active {
  background-color: rgb(249 250 251 / 1);
}
.active\:bg-gray-50\/15:active {
  background-color: rgb(249 250 251 / 0.15);
}
.active\:bg-gray-50\/20:active {
  background-color: rgb(249 250 251 / 0.2);
}
.active\:bg-gray-50\/25:active {
  background-color: rgb(249 250 251 / 0.25);
}
.active\:bg-gray-50\/30:active {
  background-color: rgb(249 250 251 / 0.3);
}
.active\:bg-gray-50\/35:active {
  background-color: rgb(249 250 251 / 0.35);
}
.active\:bg-gray-50\/40:active {
  background-color: rgb(249 250 251 / 0.4);
}
.active\:bg-gray-50\/45:active {
  background-color: rgb(249 250 251 / 0.45);
}
.active\:bg-gray-50\/5:active {
  background-color: rgb(249 250 251 / 0.05);
}
.active\:bg-gray-50\/50:active {
  background-color: rgb(249 250 251 / 0.5);
}
.active\:bg-gray-50\/55:active {
  background-color: rgb(249 250 251 / 0.55);
}
.active\:bg-gray-50\/60:active {
  background-color: rgb(249 250 251 / 0.6);
}
.active\:bg-gray-50\/65:active {
  background-color: rgb(249 250 251 / 0.65);
}
.active\:bg-gray-50\/70:active {
  background-color: rgb(249 250 251 / 0.7);
}
.active\:bg-gray-50\/75:active {
  background-color: rgb(249 250 251 / 0.75);
}
.active\:bg-gray-50\/80:active {
  background-color: rgb(249 250 251 / 0.8);
}
.active\:bg-gray-50\/85:active {
  background-color: rgb(249 250 251 / 0.85);
}
.active\:bg-gray-50\/90:active {
  background-color: rgb(249 250 251 / 0.9);
}
.active\:bg-gray-50\/95:active {
  background-color: rgb(249 250 251 / 0.95);
}
.active\:bg-gray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-500\/0:active {
  background-color: rgb(107 114 128 / 0);
}
.active\:bg-gray-500\/10:active {
  background-color: rgb(107 114 128 / 0.1);
}
.active\:bg-gray-500\/100:active {
  background-color: rgb(107 114 128 / 1);
}
.active\:bg-gray-500\/15:active {
  background-color: rgb(107 114 128 / 0.15);
}
.active\:bg-gray-500\/20:active {
  background-color: rgb(107 114 128 / 0.2);
}
.active\:bg-gray-500\/25:active {
  background-color: rgb(107 114 128 / 0.25);
}
.active\:bg-gray-500\/30:active {
  background-color: rgb(107 114 128 / 0.3);
}
.active\:bg-gray-500\/35:active {
  background-color: rgb(107 114 128 / 0.35);
}
.active\:bg-gray-500\/40:active {
  background-color: rgb(107 114 128 / 0.4);
}
.active\:bg-gray-500\/45:active {
  background-color: rgb(107 114 128 / 0.45);
}
.active\:bg-gray-500\/5:active {
  background-color: rgb(107 114 128 / 0.05);
}
.active\:bg-gray-500\/50:active {
  background-color: rgb(107 114 128 / 0.5);
}
.active\:bg-gray-500\/55:active {
  background-color: rgb(107 114 128 / 0.55);
}
.active\:bg-gray-500\/60:active {
  background-color: rgb(107 114 128 / 0.6);
}
.active\:bg-gray-500\/65:active {
  background-color: rgb(107 114 128 / 0.65);
}
.active\:bg-gray-500\/70:active {
  background-color: rgb(107 114 128 / 0.7);
}
.active\:bg-gray-500\/75:active {
  background-color: rgb(107 114 128 / 0.75);
}
.active\:bg-gray-500\/80:active {
  background-color: rgb(107 114 128 / 0.8);
}
.active\:bg-gray-500\/85:active {
  background-color: rgb(107 114 128 / 0.85);
}
.active\:bg-gray-500\/90:active {
  background-color: rgb(107 114 128 / 0.9);
}
.active\:bg-gray-500\/95:active {
  background-color: rgb(107 114 128 / 0.95);
}
.active\:bg-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-600\/0:active {
  background-color: rgb(75 85 99 / 0);
}
.active\:bg-gray-600\/10:active {
  background-color: rgb(75 85 99 / 0.1);
}
.active\:bg-gray-600\/100:active {
  background-color: rgb(75 85 99 / 1);
}
.active\:bg-gray-600\/15:active {
  background-color: rgb(75 85 99 / 0.15);
}
.active\:bg-gray-600\/20:active {
  background-color: rgb(75 85 99 / 0.2);
}
.active\:bg-gray-600\/25:active {
  background-color: rgb(75 85 99 / 0.25);
}
.active\:bg-gray-600\/30:active {
  background-color: rgb(75 85 99 / 0.3);
}
.active\:bg-gray-600\/35:active {
  background-color: rgb(75 85 99 / 0.35);
}
.active\:bg-gray-600\/40:active {
  background-color: rgb(75 85 99 / 0.4);
}
.active\:bg-gray-600\/45:active {
  background-color: rgb(75 85 99 / 0.45);
}
.active\:bg-gray-600\/5:active {
  background-color: rgb(75 85 99 / 0.05);
}
.active\:bg-gray-600\/50:active {
  background-color: rgb(75 85 99 / 0.5);
}
.active\:bg-gray-600\/55:active {
  background-color: rgb(75 85 99 / 0.55);
}
.active\:bg-gray-600\/60:active {
  background-color: rgb(75 85 99 / 0.6);
}
.active\:bg-gray-600\/65:active {
  background-color: rgb(75 85 99 / 0.65);
}
.active\:bg-gray-600\/70:active {
  background-color: rgb(75 85 99 / 0.7);
}
.active\:bg-gray-600\/75:active {
  background-color: rgb(75 85 99 / 0.75);
}
.active\:bg-gray-600\/80:active {
  background-color: rgb(75 85 99 / 0.8);
}
.active\:bg-gray-600\/85:active {
  background-color: rgb(75 85 99 / 0.85);
}
.active\:bg-gray-600\/90:active {
  background-color: rgb(75 85 99 / 0.9);
}
.active\:bg-gray-600\/95:active {
  background-color: rgb(75 85 99 / 0.95);
}
.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-700\/0:active {
  background-color: rgb(55 65 81 / 0);
}
.active\:bg-gray-700\/10:active {
  background-color: rgb(55 65 81 / 0.1);
}
.active\:bg-gray-700\/100:active {
  background-color: rgb(55 65 81 / 1);
}
.active\:bg-gray-700\/15:active {
  background-color: rgb(55 65 81 / 0.15);
}
.active\:bg-gray-700\/20:active {
  background-color: rgb(55 65 81 / 0.2);
}
.active\:bg-gray-700\/25:active {
  background-color: rgb(55 65 81 / 0.25);
}
.active\:bg-gray-700\/30:active {
  background-color: rgb(55 65 81 / 0.3);
}
.active\:bg-gray-700\/35:active {
  background-color: rgb(55 65 81 / 0.35);
}
.active\:bg-gray-700\/40:active {
  background-color: rgb(55 65 81 / 0.4);
}
.active\:bg-gray-700\/45:active {
  background-color: rgb(55 65 81 / 0.45);
}
.active\:bg-gray-700\/5:active {
  background-color: rgb(55 65 81 / 0.05);
}
.active\:bg-gray-700\/50:active {
  background-color: rgb(55 65 81 / 0.5);
}
.active\:bg-gray-700\/55:active {
  background-color: rgb(55 65 81 / 0.55);
}
.active\:bg-gray-700\/60:active {
  background-color: rgb(55 65 81 / 0.6);
}
.active\:bg-gray-700\/65:active {
  background-color: rgb(55 65 81 / 0.65);
}
.active\:bg-gray-700\/70:active {
  background-color: rgb(55 65 81 / 0.7);
}
.active\:bg-gray-700\/75:active {
  background-color: rgb(55 65 81 / 0.75);
}
.active\:bg-gray-700\/80:active {
  background-color: rgb(55 65 81 / 0.8);
}
.active\:bg-gray-700\/85:active {
  background-color: rgb(55 65 81 / 0.85);
}
.active\:bg-gray-700\/90:active {
  background-color: rgb(55 65 81 / 0.9);
}
.active\:bg-gray-700\/95:active {
  background-color: rgb(55 65 81 / 0.95);
}
.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-800\/0:active {
  background-color: rgb(31 41 55 / 0);
}
.active\:bg-gray-800\/10:active {
  background-color: rgb(31 41 55 / 0.1);
}
.active\:bg-gray-800\/100:active {
  background-color: rgb(31 41 55 / 1);
}
.active\:bg-gray-800\/15:active {
  background-color: rgb(31 41 55 / 0.15);
}
.active\:bg-gray-800\/20:active {
  background-color: rgb(31 41 55 / 0.2);
}
.active\:bg-gray-800\/25:active {
  background-color: rgb(31 41 55 / 0.25);
}
.active\:bg-gray-800\/30:active {
  background-color: rgb(31 41 55 / 0.3);
}
.active\:bg-gray-800\/35:active {
  background-color: rgb(31 41 55 / 0.35);
}
.active\:bg-gray-800\/40:active {
  background-color: rgb(31 41 55 / 0.4);
}
.active\:bg-gray-800\/45:active {
  background-color: rgb(31 41 55 / 0.45);
}
.active\:bg-gray-800\/5:active {
  background-color: rgb(31 41 55 / 0.05);
}
.active\:bg-gray-800\/50:active {
  background-color: rgb(31 41 55 / 0.5);
}
.active\:bg-gray-800\/55:active {
  background-color: rgb(31 41 55 / 0.55);
}
.active\:bg-gray-800\/60:active {
  background-color: rgb(31 41 55 / 0.6);
}
.active\:bg-gray-800\/65:active {
  background-color: rgb(31 41 55 / 0.65);
}
.active\:bg-gray-800\/70:active {
  background-color: rgb(31 41 55 / 0.7);
}
.active\:bg-gray-800\/75:active {
  background-color: rgb(31 41 55 / 0.75);
}
.active\:bg-gray-800\/80:active {
  background-color: rgb(31 41 55 / 0.8);
}
.active\:bg-gray-800\/85:active {
  background-color: rgb(31 41 55 / 0.85);
}
.active\:bg-gray-800\/90:active {
  background-color: rgb(31 41 55 / 0.9);
}
.active\:bg-gray-800\/95:active {
  background-color: rgb(31 41 55 / 0.95);
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-900\/0:active {
  background-color: rgb(17 24 39 / 0);
}
.active\:bg-gray-900\/10:active {
  background-color: rgb(17 24 39 / 0.1);
}
.active\:bg-gray-900\/100:active {
  background-color: rgb(17 24 39 / 1);
}
.active\:bg-gray-900\/15:active {
  background-color: rgb(17 24 39 / 0.15);
}
.active\:bg-gray-900\/20:active {
  background-color: rgb(17 24 39 / 0.2);
}
.active\:bg-gray-900\/25:active {
  background-color: rgb(17 24 39 / 0.25);
}
.active\:bg-gray-900\/30:active {
  background-color: rgb(17 24 39 / 0.3);
}
.active\:bg-gray-900\/35:active {
  background-color: rgb(17 24 39 / 0.35);
}
.active\:bg-gray-900\/40:active {
  background-color: rgb(17 24 39 / 0.4);
}
.active\:bg-gray-900\/45:active {
  background-color: rgb(17 24 39 / 0.45);
}
.active\:bg-gray-900\/5:active {
  background-color: rgb(17 24 39 / 0.05);
}
.active\:bg-gray-900\/50:active {
  background-color: rgb(17 24 39 / 0.5);
}
.active\:bg-gray-900\/55:active {
  background-color: rgb(17 24 39 / 0.55);
}
.active\:bg-gray-900\/60:active {
  background-color: rgb(17 24 39 / 0.6);
}
.active\:bg-gray-900\/65:active {
  background-color: rgb(17 24 39 / 0.65);
}
.active\:bg-gray-900\/70:active {
  background-color: rgb(17 24 39 / 0.7);
}
.active\:bg-gray-900\/75:active {
  background-color: rgb(17 24 39 / 0.75);
}
.active\:bg-gray-900\/80:active {
  background-color: rgb(17 24 39 / 0.8);
}
.active\:bg-gray-900\/85:active {
  background-color: rgb(17 24 39 / 0.85);
}
.active\:bg-gray-900\/90:active {
  background-color: rgb(17 24 39 / 0.9);
}
.active\:bg-gray-900\/95:active {
  background-color: rgb(17 24 39 / 0.95);
}
.active\:bg-gray-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-950\/0:active {
  background-color: rgb(3 7 18 / 0);
}
.active\:bg-gray-950\/10:active {
  background-color: rgb(3 7 18 / 0.1);
}
.active\:bg-gray-950\/100:active {
  background-color: rgb(3 7 18 / 1);
}
.active\:bg-gray-950\/15:active {
  background-color: rgb(3 7 18 / 0.15);
}
.active\:bg-gray-950\/20:active {
  background-color: rgb(3 7 18 / 0.2);
}
.active\:bg-gray-950\/25:active {
  background-color: rgb(3 7 18 / 0.25);
}
.active\:bg-gray-950\/30:active {
  background-color: rgb(3 7 18 / 0.3);
}
.active\:bg-gray-950\/35:active {
  background-color: rgb(3 7 18 / 0.35);
}
.active\:bg-gray-950\/40:active {
  background-color: rgb(3 7 18 / 0.4);
}
.active\:bg-gray-950\/45:active {
  background-color: rgb(3 7 18 / 0.45);
}
.active\:bg-gray-950\/5:active {
  background-color: rgb(3 7 18 / 0.05);
}
.active\:bg-gray-950\/50:active {
  background-color: rgb(3 7 18 / 0.5);
}
.active\:bg-gray-950\/55:active {
  background-color: rgb(3 7 18 / 0.55);
}
.active\:bg-gray-950\/60:active {
  background-color: rgb(3 7 18 / 0.6);
}
.active\:bg-gray-950\/65:active {
  background-color: rgb(3 7 18 / 0.65);
}
.active\:bg-gray-950\/70:active {
  background-color: rgb(3 7 18 / 0.7);
}
.active\:bg-gray-950\/75:active {
  background-color: rgb(3 7 18 / 0.75);
}
.active\:bg-gray-950\/80:active {
  background-color: rgb(3 7 18 / 0.8);
}
.active\:bg-gray-950\/85:active {
  background-color: rgb(3 7 18 / 0.85);
}
.active\:bg-gray-950\/90:active {
  background-color: rgb(3 7 18 / 0.9);
}
.active\:bg-gray-950\/95:active {
  background-color: rgb(3 7 18 / 0.95);
}
.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-100:active {
  background-color: var(--primary-color-100);
}
.active\:bg-primary-200:active {
  background-color: var(--primary-color-200);
}
.active\:bg-primary-300:active {
  background-color: var(--primary-color-300);
}
.active\:bg-primary-400:active {
  background-color: var(--primary-color-400);
}
.active\:bg-primary-50:active {
  background-color: var(--primary-color-50);
}
.active\:bg-primary-500:active {
  background-color: var(--primary-color-500);
}
.active\:bg-primary-600:active {
  background-color: var(--primary-color-600);
}
.active\:bg-primary-700:active {
  background-color: var(--primary-color-700);
}
.active\:bg-primary-800:active {
  background-color: var(--primary-color-800);
}
.active\:bg-primary-900:active {
  background-color: var(--primary-color-900);
}
.active\:bg-primary-950:active {
  background-color: var(--primary-color-950);
}
.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-100\/0:active {
  background-color: rgb(254 226 226 / 0);
}
.active\:bg-red-100\/10:active {
  background-color: rgb(254 226 226 / 0.1);
}
.active\:bg-red-100\/100:active {
  background-color: rgb(254 226 226 / 1);
}
.active\:bg-red-100\/15:active {
  background-color: rgb(254 226 226 / 0.15);
}
.active\:bg-red-100\/20:active {
  background-color: rgb(254 226 226 / 0.2);
}
.active\:bg-red-100\/25:active {
  background-color: rgb(254 226 226 / 0.25);
}
.active\:bg-red-100\/30:active {
  background-color: rgb(254 226 226 / 0.3);
}
.active\:bg-red-100\/35:active {
  background-color: rgb(254 226 226 / 0.35);
}
.active\:bg-red-100\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}
.active\:bg-red-100\/45:active {
  background-color: rgb(254 226 226 / 0.45);
}
.active\:bg-red-100\/5:active {
  background-color: rgb(254 226 226 / 0.05);
}
.active\:bg-red-100\/50:active {
  background-color: rgb(254 226 226 / 0.5);
}
.active\:bg-red-100\/55:active {
  background-color: rgb(254 226 226 / 0.55);
}
.active\:bg-red-100\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}
.active\:bg-red-100\/65:active {
  background-color: rgb(254 226 226 / 0.65);
}
.active\:bg-red-100\/70:active {
  background-color: rgb(254 226 226 / 0.7);
}
.active\:bg-red-100\/75:active {
  background-color: rgb(254 226 226 / 0.75);
}
.active\:bg-red-100\/80:active {
  background-color: rgb(254 226 226 / 0.8);
}
.active\:bg-red-100\/85:active {
  background-color: rgb(254 226 226 / 0.85);
}
.active\:bg-red-100\/90:active {
  background-color: rgb(254 226 226 / 0.9);
}
.active\:bg-red-100\/95:active {
  background-color: rgb(254 226 226 / 0.95);
}
.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-200\/0:active {
  background-color: rgb(254 202 202 / 0);
}
.active\:bg-red-200\/10:active {
  background-color: rgb(254 202 202 / 0.1);
}
.active\:bg-red-200\/100:active {
  background-color: rgb(254 202 202 / 1);
}
.active\:bg-red-200\/15:active {
  background-color: rgb(254 202 202 / 0.15);
}
.active\:bg-red-200\/20:active {
  background-color: rgb(254 202 202 / 0.2);
}
.active\:bg-red-200\/25:active {
  background-color: rgb(254 202 202 / 0.25);
}
.active\:bg-red-200\/30:active {
  background-color: rgb(254 202 202 / 0.3);
}
.active\:bg-red-200\/35:active {
  background-color: rgb(254 202 202 / 0.35);
}
.active\:bg-red-200\/40:active {
  background-color: rgb(254 202 202 / 0.4);
}
.active\:bg-red-200\/45:active {
  background-color: rgb(254 202 202 / 0.45);
}
.active\:bg-red-200\/5:active {
  background-color: rgb(254 202 202 / 0.05);
}
.active\:bg-red-200\/50:active {
  background-color: rgb(254 202 202 / 0.5);
}
.active\:bg-red-200\/55:active {
  background-color: rgb(254 202 202 / 0.55);
}
.active\:bg-red-200\/60:active {
  background-color: rgb(254 202 202 / 0.6);
}
.active\:bg-red-200\/65:active {
  background-color: rgb(254 202 202 / 0.65);
}
.active\:bg-red-200\/70:active {
  background-color: rgb(254 202 202 / 0.7);
}
.active\:bg-red-200\/75:active {
  background-color: rgb(254 202 202 / 0.75);
}
.active\:bg-red-200\/80:active {
  background-color: rgb(254 202 202 / 0.8);
}
.active\:bg-red-200\/85:active {
  background-color: rgb(254 202 202 / 0.85);
}
.active\:bg-red-200\/90:active {
  background-color: rgb(254 202 202 / 0.9);
}
.active\:bg-red-200\/95:active {
  background-color: rgb(254 202 202 / 0.95);
}
.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-300\/0:active {
  background-color: rgb(252 165 165 / 0);
}
.active\:bg-red-300\/10:active {
  background-color: rgb(252 165 165 / 0.1);
}
.active\:bg-red-300\/100:active {
  background-color: rgb(252 165 165 / 1);
}
.active\:bg-red-300\/15:active {
  background-color: rgb(252 165 165 / 0.15);
}
.active\:bg-red-300\/20:active {
  background-color: rgb(252 165 165 / 0.2);
}
.active\:bg-red-300\/25:active {
  background-color: rgb(252 165 165 / 0.25);
}
.active\:bg-red-300\/30:active {
  background-color: rgb(252 165 165 / 0.3);
}
.active\:bg-red-300\/35:active {
  background-color: rgb(252 165 165 / 0.35);
}
.active\:bg-red-300\/40:active {
  background-color: rgb(252 165 165 / 0.4);
}
.active\:bg-red-300\/45:active {
  background-color: rgb(252 165 165 / 0.45);
}
.active\:bg-red-300\/5:active {
  background-color: rgb(252 165 165 / 0.05);
}
.active\:bg-red-300\/50:active {
  background-color: rgb(252 165 165 / 0.5);
}
.active\:bg-red-300\/55:active {
  background-color: rgb(252 165 165 / 0.55);
}
.active\:bg-red-300\/60:active {
  background-color: rgb(252 165 165 / 0.6);
}
.active\:bg-red-300\/65:active {
  background-color: rgb(252 165 165 / 0.65);
}
.active\:bg-red-300\/70:active {
  background-color: rgb(252 165 165 / 0.7);
}
.active\:bg-red-300\/75:active {
  background-color: rgb(252 165 165 / 0.75);
}
.active\:bg-red-300\/80:active {
  background-color: rgb(252 165 165 / 0.8);
}
.active\:bg-red-300\/85:active {
  background-color: rgb(252 165 165 / 0.85);
}
.active\:bg-red-300\/90:active {
  background-color: rgb(252 165 165 / 0.9);
}
.active\:bg-red-300\/95:active {
  background-color: rgb(252 165 165 / 0.95);
}
.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-400\/0:active {
  background-color: rgb(248 113 113 / 0);
}
.active\:bg-red-400\/10:active {
  background-color: rgb(248 113 113 / 0.1);
}
.active\:bg-red-400\/100:active {
  background-color: rgb(248 113 113 / 1);
}
.active\:bg-red-400\/15:active {
  background-color: rgb(248 113 113 / 0.15);
}
.active\:bg-red-400\/20:active {
  background-color: rgb(248 113 113 / 0.2);
}
.active\:bg-red-400\/25:active {
  background-color: rgb(248 113 113 / 0.25);
}
.active\:bg-red-400\/30:active {
  background-color: rgb(248 113 113 / 0.3);
}
.active\:bg-red-400\/35:active {
  background-color: rgb(248 113 113 / 0.35);
}
.active\:bg-red-400\/40:active {
  background-color: rgb(248 113 113 / 0.4);
}
.active\:bg-red-400\/45:active {
  background-color: rgb(248 113 113 / 0.45);
}
.active\:bg-red-400\/5:active {
  background-color: rgb(248 113 113 / 0.05);
}
.active\:bg-red-400\/50:active {
  background-color: rgb(248 113 113 / 0.5);
}
.active\:bg-red-400\/55:active {
  background-color: rgb(248 113 113 / 0.55);
}
.active\:bg-red-400\/60:active {
  background-color: rgb(248 113 113 / 0.6);
}
.active\:bg-red-400\/65:active {
  background-color: rgb(248 113 113 / 0.65);
}
.active\:bg-red-400\/70:active {
  background-color: rgb(248 113 113 / 0.7);
}
.active\:bg-red-400\/75:active {
  background-color: rgb(248 113 113 / 0.75);
}
.active\:bg-red-400\/80:active {
  background-color: rgb(248 113 113 / 0.8);
}
.active\:bg-red-400\/85:active {
  background-color: rgb(248 113 113 / 0.85);
}
.active\:bg-red-400\/90:active {
  background-color: rgb(248 113 113 / 0.9);
}
.active\:bg-red-400\/95:active {
  background-color: rgb(248 113 113 / 0.95);
}
.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-50\/0:active {
  background-color: rgb(254 242 242 / 0);
}
.active\:bg-red-50\/10:active {
  background-color: rgb(254 242 242 / 0.1);
}
.active\:bg-red-50\/100:active {
  background-color: rgb(254 242 242 / 1);
}
.active\:bg-red-50\/15:active {
  background-color: rgb(254 242 242 / 0.15);
}
.active\:bg-red-50\/20:active {
  background-color: rgb(254 242 242 / 0.2);
}
.active\:bg-red-50\/25:active {
  background-color: rgb(254 242 242 / 0.25);
}
.active\:bg-red-50\/30:active {
  background-color: rgb(254 242 242 / 0.3);
}
.active\:bg-red-50\/35:active {
  background-color: rgb(254 242 242 / 0.35);
}
.active\:bg-red-50\/40:active {
  background-color: rgb(254 242 242 / 0.4);
}
.active\:bg-red-50\/45:active {
  background-color: rgb(254 242 242 / 0.45);
}
.active\:bg-red-50\/5:active {
  background-color: rgb(254 242 242 / 0.05);
}
.active\:bg-red-50\/50:active {
  background-color: rgb(254 242 242 / 0.5);
}
.active\:bg-red-50\/55:active {
  background-color: rgb(254 242 242 / 0.55);
}
.active\:bg-red-50\/60:active {
  background-color: rgb(254 242 242 / 0.6);
}
.active\:bg-red-50\/65:active {
  background-color: rgb(254 242 242 / 0.65);
}
.active\:bg-red-50\/70:active {
  background-color: rgb(254 242 242 / 0.7);
}
.active\:bg-red-50\/75:active {
  background-color: rgb(254 242 242 / 0.75);
}
.active\:bg-red-50\/80:active {
  background-color: rgb(254 242 242 / 0.8);
}
.active\:bg-red-50\/85:active {
  background-color: rgb(254 242 242 / 0.85);
}
.active\:bg-red-50\/90:active {
  background-color: rgb(254 242 242 / 0.9);
}
.active\:bg-red-50\/95:active {
  background-color: rgb(254 242 242 / 0.95);
}
.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-500\/0:active {
  background-color: rgb(239 68 68 / 0);
}
.active\:bg-red-500\/10:active {
  background-color: rgb(239 68 68 / 0.1);
}
.active\:bg-red-500\/100:active {
  background-color: rgb(239 68 68 / 1);
}
.active\:bg-red-500\/15:active {
  background-color: rgb(239 68 68 / 0.15);
}
.active\:bg-red-500\/20:active {
  background-color: rgb(239 68 68 / 0.2);
}
.active\:bg-red-500\/25:active {
  background-color: rgb(239 68 68 / 0.25);
}
.active\:bg-red-500\/30:active {
  background-color: rgb(239 68 68 / 0.3);
}
.active\:bg-red-500\/35:active {
  background-color: rgb(239 68 68 / 0.35);
}
.active\:bg-red-500\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}
.active\:bg-red-500\/45:active {
  background-color: rgb(239 68 68 / 0.45);
}
.active\:bg-red-500\/5:active {
  background-color: rgb(239 68 68 / 0.05);
}
.active\:bg-red-500\/50:active {
  background-color: rgb(239 68 68 / 0.5);
}
.active\:bg-red-500\/55:active {
  background-color: rgb(239 68 68 / 0.55);
}
.active\:bg-red-500\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}
.active\:bg-red-500\/65:active {
  background-color: rgb(239 68 68 / 0.65);
}
.active\:bg-red-500\/70:active {
  background-color: rgb(239 68 68 / 0.7);
}
.active\:bg-red-500\/75:active {
  background-color: rgb(239 68 68 / 0.75);
}
.active\:bg-red-500\/80:active {
  background-color: rgb(239 68 68 / 0.8);
}
.active\:bg-red-500\/85:active {
  background-color: rgb(239 68 68 / 0.85);
}
.active\:bg-red-500\/90:active {
  background-color: rgb(239 68 68 / 0.9);
}
.active\:bg-red-500\/95:active {
  background-color: rgb(239 68 68 / 0.95);
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-600\/0:active {
  background-color: rgb(220 38 38 / 0);
}
.active\:bg-red-600\/10:active {
  background-color: rgb(220 38 38 / 0.1);
}
.active\:bg-red-600\/100:active {
  background-color: rgb(220 38 38 / 1);
}
.active\:bg-red-600\/15:active {
  background-color: rgb(220 38 38 / 0.15);
}
.active\:bg-red-600\/20:active {
  background-color: rgb(220 38 38 / 0.2);
}
.active\:bg-red-600\/25:active {
  background-color: rgb(220 38 38 / 0.25);
}
.active\:bg-red-600\/30:active {
  background-color: rgb(220 38 38 / 0.3);
}
.active\:bg-red-600\/35:active {
  background-color: rgb(220 38 38 / 0.35);
}
.active\:bg-red-600\/40:active {
  background-color: rgb(220 38 38 / 0.4);
}
.active\:bg-red-600\/45:active {
  background-color: rgb(220 38 38 / 0.45);
}
.active\:bg-red-600\/5:active {
  background-color: rgb(220 38 38 / 0.05);
}
.active\:bg-red-600\/50:active {
  background-color: rgb(220 38 38 / 0.5);
}
.active\:bg-red-600\/55:active {
  background-color: rgb(220 38 38 / 0.55);
}
.active\:bg-red-600\/60:active {
  background-color: rgb(220 38 38 / 0.6);
}
.active\:bg-red-600\/65:active {
  background-color: rgb(220 38 38 / 0.65);
}
.active\:bg-red-600\/70:active {
  background-color: rgb(220 38 38 / 0.7);
}
.active\:bg-red-600\/75:active {
  background-color: rgb(220 38 38 / 0.75);
}
.active\:bg-red-600\/80:active {
  background-color: rgb(220 38 38 / 0.8);
}
.active\:bg-red-600\/85:active {
  background-color: rgb(220 38 38 / 0.85);
}
.active\:bg-red-600\/90:active {
  background-color: rgb(220 38 38 / 0.9);
}
.active\:bg-red-600\/95:active {
  background-color: rgb(220 38 38 / 0.95);
}
.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-700\/0:active {
  background-color: rgb(185 28 28 / 0);
}
.active\:bg-red-700\/10:active {
  background-color: rgb(185 28 28 / 0.1);
}
.active\:bg-red-700\/100:active {
  background-color: rgb(185 28 28 / 1);
}
.active\:bg-red-700\/15:active {
  background-color: rgb(185 28 28 / 0.15);
}
.active\:bg-red-700\/20:active {
  background-color: rgb(185 28 28 / 0.2);
}
.active\:bg-red-700\/25:active {
  background-color: rgb(185 28 28 / 0.25);
}
.active\:bg-red-700\/30:active {
  background-color: rgb(185 28 28 / 0.3);
}
.active\:bg-red-700\/35:active {
  background-color: rgb(185 28 28 / 0.35);
}
.active\:bg-red-700\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}
.active\:bg-red-700\/45:active {
  background-color: rgb(185 28 28 / 0.45);
}
.active\:bg-red-700\/5:active {
  background-color: rgb(185 28 28 / 0.05);
}
.active\:bg-red-700\/50:active {
  background-color: rgb(185 28 28 / 0.5);
}
.active\:bg-red-700\/55:active {
  background-color: rgb(185 28 28 / 0.55);
}
.active\:bg-red-700\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}
.active\:bg-red-700\/65:active {
  background-color: rgb(185 28 28 / 0.65);
}
.active\:bg-red-700\/70:active {
  background-color: rgb(185 28 28 / 0.7);
}
.active\:bg-red-700\/75:active {
  background-color: rgb(185 28 28 / 0.75);
}
.active\:bg-red-700\/80:active {
  background-color: rgb(185 28 28 / 0.8);
}
.active\:bg-red-700\/85:active {
  background-color: rgb(185 28 28 / 0.85);
}
.active\:bg-red-700\/90:active {
  background-color: rgb(185 28 28 / 0.9);
}
.active\:bg-red-700\/95:active {
  background-color: rgb(185 28 28 / 0.95);
}
.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-800\/0:active {
  background-color: rgb(153 27 27 / 0);
}
.active\:bg-red-800\/10:active {
  background-color: rgb(153 27 27 / 0.1);
}
.active\:bg-red-800\/100:active {
  background-color: rgb(153 27 27 / 1);
}
.active\:bg-red-800\/15:active {
  background-color: rgb(153 27 27 / 0.15);
}
.active\:bg-red-800\/20:active {
  background-color: rgb(153 27 27 / 0.2);
}
.active\:bg-red-800\/25:active {
  background-color: rgb(153 27 27 / 0.25);
}
.active\:bg-red-800\/30:active {
  background-color: rgb(153 27 27 / 0.3);
}
.active\:bg-red-800\/35:active {
  background-color: rgb(153 27 27 / 0.35);
}
.active\:bg-red-800\/40:active {
  background-color: rgb(153 27 27 / 0.4);
}
.active\:bg-red-800\/45:active {
  background-color: rgb(153 27 27 / 0.45);
}
.active\:bg-red-800\/5:active {
  background-color: rgb(153 27 27 / 0.05);
}
.active\:bg-red-800\/50:active {
  background-color: rgb(153 27 27 / 0.5);
}
.active\:bg-red-800\/55:active {
  background-color: rgb(153 27 27 / 0.55);
}
.active\:bg-red-800\/60:active {
  background-color: rgb(153 27 27 / 0.6);
}
.active\:bg-red-800\/65:active {
  background-color: rgb(153 27 27 / 0.65);
}
.active\:bg-red-800\/70:active {
  background-color: rgb(153 27 27 / 0.7);
}
.active\:bg-red-800\/75:active {
  background-color: rgb(153 27 27 / 0.75);
}
.active\:bg-red-800\/80:active {
  background-color: rgb(153 27 27 / 0.8);
}
.active\:bg-red-800\/85:active {
  background-color: rgb(153 27 27 / 0.85);
}
.active\:bg-red-800\/90:active {
  background-color: rgb(153 27 27 / 0.9);
}
.active\:bg-red-800\/95:active {
  background-color: rgb(153 27 27 / 0.95);
}
.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-900\/0:active {
  background-color: rgb(127 29 29 / 0);
}
.active\:bg-red-900\/10:active {
  background-color: rgb(127 29 29 / 0.1);
}
.active\:bg-red-900\/100:active {
  background-color: rgb(127 29 29 / 1);
}
.active\:bg-red-900\/15:active {
  background-color: rgb(127 29 29 / 0.15);
}
.active\:bg-red-900\/20:active {
  background-color: rgb(127 29 29 / 0.2);
}
.active\:bg-red-900\/25:active {
  background-color: rgb(127 29 29 / 0.25);
}
.active\:bg-red-900\/30:active {
  background-color: rgb(127 29 29 / 0.3);
}
.active\:bg-red-900\/35:active {
  background-color: rgb(127 29 29 / 0.35);
}
.active\:bg-red-900\/40:active {
  background-color: rgb(127 29 29 / 0.4);
}
.active\:bg-red-900\/45:active {
  background-color: rgb(127 29 29 / 0.45);
}
.active\:bg-red-900\/5:active {
  background-color: rgb(127 29 29 / 0.05);
}
.active\:bg-red-900\/50:active {
  background-color: rgb(127 29 29 / 0.5);
}
.active\:bg-red-900\/55:active {
  background-color: rgb(127 29 29 / 0.55);
}
.active\:bg-red-900\/60:active {
  background-color: rgb(127 29 29 / 0.6);
}
.active\:bg-red-900\/65:active {
  background-color: rgb(127 29 29 / 0.65);
}
.active\:bg-red-900\/70:active {
  background-color: rgb(127 29 29 / 0.7);
}
.active\:bg-red-900\/75:active {
  background-color: rgb(127 29 29 / 0.75);
}
.active\:bg-red-900\/80:active {
  background-color: rgb(127 29 29 / 0.8);
}
.active\:bg-red-900\/85:active {
  background-color: rgb(127 29 29 / 0.85);
}
.active\:bg-red-900\/90:active {
  background-color: rgb(127 29 29 / 0.9);
}
.active\:bg-red-900\/95:active {
  background-color: rgb(127 29 29 / 0.95);
}
.active\:bg-red-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-950\/0:active {
  background-color: rgb(69 10 10 / 0);
}
.active\:bg-red-950\/10:active {
  background-color: rgb(69 10 10 / 0.1);
}
.active\:bg-red-950\/100:active {
  background-color: rgb(69 10 10 / 1);
}
.active\:bg-red-950\/15:active {
  background-color: rgb(69 10 10 / 0.15);
}
.active\:bg-red-950\/20:active {
  background-color: rgb(69 10 10 / 0.2);
}
.active\:bg-red-950\/25:active {
  background-color: rgb(69 10 10 / 0.25);
}
.active\:bg-red-950\/30:active {
  background-color: rgb(69 10 10 / 0.3);
}
.active\:bg-red-950\/35:active {
  background-color: rgb(69 10 10 / 0.35);
}
.active\:bg-red-950\/40:active {
  background-color: rgb(69 10 10 / 0.4);
}
.active\:bg-red-950\/45:active {
  background-color: rgb(69 10 10 / 0.45);
}
.active\:bg-red-950\/5:active {
  background-color: rgb(69 10 10 / 0.05);
}
.active\:bg-red-950\/50:active {
  background-color: rgb(69 10 10 / 0.5);
}
.active\:bg-red-950\/55:active {
  background-color: rgb(69 10 10 / 0.55);
}
.active\:bg-red-950\/60:active {
  background-color: rgb(69 10 10 / 0.6);
}
.active\:bg-red-950\/65:active {
  background-color: rgb(69 10 10 / 0.65);
}
.active\:bg-red-950\/70:active {
  background-color: rgb(69 10 10 / 0.7);
}
.active\:bg-red-950\/75:active {
  background-color: rgb(69 10 10 / 0.75);
}
.active\:bg-red-950\/80:active {
  background-color: rgb(69 10 10 / 0.8);
}
.active\:bg-red-950\/85:active {
  background-color: rgb(69 10 10 / 0.85);
}
.active\:bg-red-950\/90:active {
  background-color: rgb(69 10 10 / 0.9);
}
.active\:bg-red-950\/95:active {
  background-color: rgb(69 10 10 / 0.95);
}
.active\:\!text-gray-100:active {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-100\/0:active {
  color: rgb(243 244 246 / 0) !important;
}
.active\:\!text-gray-100\/10:active {
  color: rgb(243 244 246 / 0.1) !important;
}
.active\:\!text-gray-100\/100:active {
  color: rgb(243 244 246 / 1) !important;
}
.active\:\!text-gray-100\/15:active {
  color: rgb(243 244 246 / 0.15) !important;
}
.active\:\!text-gray-100\/20:active {
  color: rgb(243 244 246 / 0.2) !important;
}
.active\:\!text-gray-100\/25:active {
  color: rgb(243 244 246 / 0.25) !important;
}
.active\:\!text-gray-100\/30:active {
  color: rgb(243 244 246 / 0.3) !important;
}
.active\:\!text-gray-100\/35:active {
  color: rgb(243 244 246 / 0.35) !important;
}
.active\:\!text-gray-100\/40:active {
  color: rgb(243 244 246 / 0.4) !important;
}
.active\:\!text-gray-100\/45:active {
  color: rgb(243 244 246 / 0.45) !important;
}
.active\:\!text-gray-100\/5:active {
  color: rgb(243 244 246 / 0.05) !important;
}
.active\:\!text-gray-100\/50:active {
  color: rgb(243 244 246 / 0.5) !important;
}
.active\:\!text-gray-100\/55:active {
  color: rgb(243 244 246 / 0.55) !important;
}
.active\:\!text-gray-100\/60:active {
  color: rgb(243 244 246 / 0.6) !important;
}
.active\:\!text-gray-100\/65:active {
  color: rgb(243 244 246 / 0.65) !important;
}
.active\:\!text-gray-100\/70:active {
  color: rgb(243 244 246 / 0.7) !important;
}
.active\:\!text-gray-100\/75:active {
  color: rgb(243 244 246 / 0.75) !important;
}
.active\:\!text-gray-100\/80:active {
  color: rgb(243 244 246 / 0.8) !important;
}
.active\:\!text-gray-100\/85:active {
  color: rgb(243 244 246 / 0.85) !important;
}
.active\:\!text-gray-100\/90:active {
  color: rgb(243 244 246 / 0.9) !important;
}
.active\:\!text-gray-100\/95:active {
  color: rgb(243 244 246 / 0.95) !important;
}
.active\:\!text-gray-200:active {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-200\/0:active {
  color: rgb(229 231 235 / 0) !important;
}
.active\:\!text-gray-200\/10:active {
  color: rgb(229 231 235 / 0.1) !important;
}
.active\:\!text-gray-200\/100:active {
  color: rgb(229 231 235 / 1) !important;
}
.active\:\!text-gray-200\/15:active {
  color: rgb(229 231 235 / 0.15) !important;
}
.active\:\!text-gray-200\/20:active {
  color: rgb(229 231 235 / 0.2) !important;
}
.active\:\!text-gray-200\/25:active {
  color: rgb(229 231 235 / 0.25) !important;
}
.active\:\!text-gray-200\/30:active {
  color: rgb(229 231 235 / 0.3) !important;
}
.active\:\!text-gray-200\/35:active {
  color: rgb(229 231 235 / 0.35) !important;
}
.active\:\!text-gray-200\/40:active {
  color: rgb(229 231 235 / 0.4) !important;
}
.active\:\!text-gray-200\/45:active {
  color: rgb(229 231 235 / 0.45) !important;
}
.active\:\!text-gray-200\/5:active {
  color: rgb(229 231 235 / 0.05) !important;
}
.active\:\!text-gray-200\/50:active {
  color: rgb(229 231 235 / 0.5) !important;
}
.active\:\!text-gray-200\/55:active {
  color: rgb(229 231 235 / 0.55) !important;
}
.active\:\!text-gray-200\/60:active {
  color: rgb(229 231 235 / 0.6) !important;
}
.active\:\!text-gray-200\/65:active {
  color: rgb(229 231 235 / 0.65) !important;
}
.active\:\!text-gray-200\/70:active {
  color: rgb(229 231 235 / 0.7) !important;
}
.active\:\!text-gray-200\/75:active {
  color: rgb(229 231 235 / 0.75) !important;
}
.active\:\!text-gray-200\/80:active {
  color: rgb(229 231 235 / 0.8) !important;
}
.active\:\!text-gray-200\/85:active {
  color: rgb(229 231 235 / 0.85) !important;
}
.active\:\!text-gray-200\/90:active {
  color: rgb(229 231 235 / 0.9) !important;
}
.active\:\!text-gray-200\/95:active {
  color: rgb(229 231 235 / 0.95) !important;
}
.active\:\!text-gray-300:active {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-300\/0:active {
  color: rgb(209 213 219 / 0) !important;
}
.active\:\!text-gray-300\/10:active {
  color: rgb(209 213 219 / 0.1) !important;
}
.active\:\!text-gray-300\/100:active {
  color: rgb(209 213 219 / 1) !important;
}
.active\:\!text-gray-300\/15:active {
  color: rgb(209 213 219 / 0.15) !important;
}
.active\:\!text-gray-300\/20:active {
  color: rgb(209 213 219 / 0.2) !important;
}
.active\:\!text-gray-300\/25:active {
  color: rgb(209 213 219 / 0.25) !important;
}
.active\:\!text-gray-300\/30:active {
  color: rgb(209 213 219 / 0.3) !important;
}
.active\:\!text-gray-300\/35:active {
  color: rgb(209 213 219 / 0.35) !important;
}
.active\:\!text-gray-300\/40:active {
  color: rgb(209 213 219 / 0.4) !important;
}
.active\:\!text-gray-300\/45:active {
  color: rgb(209 213 219 / 0.45) !important;
}
.active\:\!text-gray-300\/5:active {
  color: rgb(209 213 219 / 0.05) !important;
}
.active\:\!text-gray-300\/50:active {
  color: rgb(209 213 219 / 0.5) !important;
}
.active\:\!text-gray-300\/55:active {
  color: rgb(209 213 219 / 0.55) !important;
}
.active\:\!text-gray-300\/60:active {
  color: rgb(209 213 219 / 0.6) !important;
}
.active\:\!text-gray-300\/65:active {
  color: rgb(209 213 219 / 0.65) !important;
}
.active\:\!text-gray-300\/70:active {
  color: rgb(209 213 219 / 0.7) !important;
}
.active\:\!text-gray-300\/75:active {
  color: rgb(209 213 219 / 0.75) !important;
}
.active\:\!text-gray-300\/80:active {
  color: rgb(209 213 219 / 0.8) !important;
}
.active\:\!text-gray-300\/85:active {
  color: rgb(209 213 219 / 0.85) !important;
}
.active\:\!text-gray-300\/90:active {
  color: rgb(209 213 219 / 0.9) !important;
}
.active\:\!text-gray-300\/95:active {
  color: rgb(209 213 219 / 0.95) !important;
}
.active\:\!text-gray-400:active {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-400\/0:active {
  color: rgb(156 163 175 / 0) !important;
}
.active\:\!text-gray-400\/10:active {
  color: rgb(156 163 175 / 0.1) !important;
}
.active\:\!text-gray-400\/100:active {
  color: rgb(156 163 175 / 1) !important;
}
.active\:\!text-gray-400\/15:active {
  color: rgb(156 163 175 / 0.15) !important;
}
.active\:\!text-gray-400\/20:active {
  color: rgb(156 163 175 / 0.2) !important;
}
.active\:\!text-gray-400\/25:active {
  color: rgb(156 163 175 / 0.25) !important;
}
.active\:\!text-gray-400\/30:active {
  color: rgb(156 163 175 / 0.3) !important;
}
.active\:\!text-gray-400\/35:active {
  color: rgb(156 163 175 / 0.35) !important;
}
.active\:\!text-gray-400\/40:active {
  color: rgb(156 163 175 / 0.4) !important;
}
.active\:\!text-gray-400\/45:active {
  color: rgb(156 163 175 / 0.45) !important;
}
.active\:\!text-gray-400\/5:active {
  color: rgb(156 163 175 / 0.05) !important;
}
.active\:\!text-gray-400\/50:active {
  color: rgb(156 163 175 / 0.5) !important;
}
.active\:\!text-gray-400\/55:active {
  color: rgb(156 163 175 / 0.55) !important;
}
.active\:\!text-gray-400\/60:active {
  color: rgb(156 163 175 / 0.6) !important;
}
.active\:\!text-gray-400\/65:active {
  color: rgb(156 163 175 / 0.65) !important;
}
.active\:\!text-gray-400\/70:active {
  color: rgb(156 163 175 / 0.7) !important;
}
.active\:\!text-gray-400\/75:active {
  color: rgb(156 163 175 / 0.75) !important;
}
.active\:\!text-gray-400\/80:active {
  color: rgb(156 163 175 / 0.8) !important;
}
.active\:\!text-gray-400\/85:active {
  color: rgb(156 163 175 / 0.85) !important;
}
.active\:\!text-gray-400\/90:active {
  color: rgb(156 163 175 / 0.9) !important;
}
.active\:\!text-gray-400\/95:active {
  color: rgb(156 163 175 / 0.95) !important;
}
.active\:\!text-gray-50:active {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-50\/0:active {
  color: rgb(249 250 251 / 0) !important;
}
.active\:\!text-gray-50\/10:active {
  color: rgb(249 250 251 / 0.1) !important;
}
.active\:\!text-gray-50\/100:active {
  color: rgb(249 250 251 / 1) !important;
}
.active\:\!text-gray-50\/15:active {
  color: rgb(249 250 251 / 0.15) !important;
}
.active\:\!text-gray-50\/20:active {
  color: rgb(249 250 251 / 0.2) !important;
}
.active\:\!text-gray-50\/25:active {
  color: rgb(249 250 251 / 0.25) !important;
}
.active\:\!text-gray-50\/30:active {
  color: rgb(249 250 251 / 0.3) !important;
}
.active\:\!text-gray-50\/35:active {
  color: rgb(249 250 251 / 0.35) !important;
}
.active\:\!text-gray-50\/40:active {
  color: rgb(249 250 251 / 0.4) !important;
}
.active\:\!text-gray-50\/45:active {
  color: rgb(249 250 251 / 0.45) !important;
}
.active\:\!text-gray-50\/5:active {
  color: rgb(249 250 251 / 0.05) !important;
}
.active\:\!text-gray-50\/50:active {
  color: rgb(249 250 251 / 0.5) !important;
}
.active\:\!text-gray-50\/55:active {
  color: rgb(249 250 251 / 0.55) !important;
}
.active\:\!text-gray-50\/60:active {
  color: rgb(249 250 251 / 0.6) !important;
}
.active\:\!text-gray-50\/65:active {
  color: rgb(249 250 251 / 0.65) !important;
}
.active\:\!text-gray-50\/70:active {
  color: rgb(249 250 251 / 0.7) !important;
}
.active\:\!text-gray-50\/75:active {
  color: rgb(249 250 251 / 0.75) !important;
}
.active\:\!text-gray-50\/80:active {
  color: rgb(249 250 251 / 0.8) !important;
}
.active\:\!text-gray-50\/85:active {
  color: rgb(249 250 251 / 0.85) !important;
}
.active\:\!text-gray-50\/90:active {
  color: rgb(249 250 251 / 0.9) !important;
}
.active\:\!text-gray-50\/95:active {
  color: rgb(249 250 251 / 0.95) !important;
}
.active\:\!text-gray-500:active {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-500\/0:active {
  color: rgb(107 114 128 / 0) !important;
}
.active\:\!text-gray-500\/10:active {
  color: rgb(107 114 128 / 0.1) !important;
}
.active\:\!text-gray-500\/100:active {
  color: rgb(107 114 128 / 1) !important;
}
.active\:\!text-gray-500\/15:active {
  color: rgb(107 114 128 / 0.15) !important;
}
.active\:\!text-gray-500\/20:active {
  color: rgb(107 114 128 / 0.2) !important;
}
.active\:\!text-gray-500\/25:active {
  color: rgb(107 114 128 / 0.25) !important;
}
.active\:\!text-gray-500\/30:active {
  color: rgb(107 114 128 / 0.3) !important;
}
.active\:\!text-gray-500\/35:active {
  color: rgb(107 114 128 / 0.35) !important;
}
.active\:\!text-gray-500\/40:active {
  color: rgb(107 114 128 / 0.4) !important;
}
.active\:\!text-gray-500\/45:active {
  color: rgb(107 114 128 / 0.45) !important;
}
.active\:\!text-gray-500\/5:active {
  color: rgb(107 114 128 / 0.05) !important;
}
.active\:\!text-gray-500\/50:active {
  color: rgb(107 114 128 / 0.5) !important;
}
.active\:\!text-gray-500\/55:active {
  color: rgb(107 114 128 / 0.55) !important;
}
.active\:\!text-gray-500\/60:active {
  color: rgb(107 114 128 / 0.6) !important;
}
.active\:\!text-gray-500\/65:active {
  color: rgb(107 114 128 / 0.65) !important;
}
.active\:\!text-gray-500\/70:active {
  color: rgb(107 114 128 / 0.7) !important;
}
.active\:\!text-gray-500\/75:active {
  color: rgb(107 114 128 / 0.75) !important;
}
.active\:\!text-gray-500\/80:active {
  color: rgb(107 114 128 / 0.8) !important;
}
.active\:\!text-gray-500\/85:active {
  color: rgb(107 114 128 / 0.85) !important;
}
.active\:\!text-gray-500\/90:active {
  color: rgb(107 114 128 / 0.9) !important;
}
.active\:\!text-gray-500\/95:active {
  color: rgb(107 114 128 / 0.95) !important;
}
.active\:\!text-gray-600:active {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-600\/0:active {
  color: rgb(75 85 99 / 0) !important;
}
.active\:\!text-gray-600\/10:active {
  color: rgb(75 85 99 / 0.1) !important;
}
.active\:\!text-gray-600\/100:active {
  color: rgb(75 85 99 / 1) !important;
}
.active\:\!text-gray-600\/15:active {
  color: rgb(75 85 99 / 0.15) !important;
}
.active\:\!text-gray-600\/20:active {
  color: rgb(75 85 99 / 0.2) !important;
}
.active\:\!text-gray-600\/25:active {
  color: rgb(75 85 99 / 0.25) !important;
}
.active\:\!text-gray-600\/30:active {
  color: rgb(75 85 99 / 0.3) !important;
}
.active\:\!text-gray-600\/35:active {
  color: rgb(75 85 99 / 0.35) !important;
}
.active\:\!text-gray-600\/40:active {
  color: rgb(75 85 99 / 0.4) !important;
}
.active\:\!text-gray-600\/45:active {
  color: rgb(75 85 99 / 0.45) !important;
}
.active\:\!text-gray-600\/5:active {
  color: rgb(75 85 99 / 0.05) !important;
}
.active\:\!text-gray-600\/50:active {
  color: rgb(75 85 99 / 0.5) !important;
}
.active\:\!text-gray-600\/55:active {
  color: rgb(75 85 99 / 0.55) !important;
}
.active\:\!text-gray-600\/60:active {
  color: rgb(75 85 99 / 0.6) !important;
}
.active\:\!text-gray-600\/65:active {
  color: rgb(75 85 99 / 0.65) !important;
}
.active\:\!text-gray-600\/70:active {
  color: rgb(75 85 99 / 0.7) !important;
}
.active\:\!text-gray-600\/75:active {
  color: rgb(75 85 99 / 0.75) !important;
}
.active\:\!text-gray-600\/80:active {
  color: rgb(75 85 99 / 0.8) !important;
}
.active\:\!text-gray-600\/85:active {
  color: rgb(75 85 99 / 0.85) !important;
}
.active\:\!text-gray-600\/90:active {
  color: rgb(75 85 99 / 0.9) !important;
}
.active\:\!text-gray-600\/95:active {
  color: rgb(75 85 99 / 0.95) !important;
}
.active\:\!text-gray-700:active {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-700\/0:active {
  color: rgb(55 65 81 / 0) !important;
}
.active\:\!text-gray-700\/10:active {
  color: rgb(55 65 81 / 0.1) !important;
}
.active\:\!text-gray-700\/100:active {
  color: rgb(55 65 81 / 1) !important;
}
.active\:\!text-gray-700\/15:active {
  color: rgb(55 65 81 / 0.15) !important;
}
.active\:\!text-gray-700\/20:active {
  color: rgb(55 65 81 / 0.2) !important;
}
.active\:\!text-gray-700\/25:active {
  color: rgb(55 65 81 / 0.25) !important;
}
.active\:\!text-gray-700\/30:active {
  color: rgb(55 65 81 / 0.3) !important;
}
.active\:\!text-gray-700\/35:active {
  color: rgb(55 65 81 / 0.35) !important;
}
.active\:\!text-gray-700\/40:active {
  color: rgb(55 65 81 / 0.4) !important;
}
.active\:\!text-gray-700\/45:active {
  color: rgb(55 65 81 / 0.45) !important;
}
.active\:\!text-gray-700\/5:active {
  color: rgb(55 65 81 / 0.05) !important;
}
.active\:\!text-gray-700\/50:active {
  color: rgb(55 65 81 / 0.5) !important;
}
.active\:\!text-gray-700\/55:active {
  color: rgb(55 65 81 / 0.55) !important;
}
.active\:\!text-gray-700\/60:active {
  color: rgb(55 65 81 / 0.6) !important;
}
.active\:\!text-gray-700\/65:active {
  color: rgb(55 65 81 / 0.65) !important;
}
.active\:\!text-gray-700\/70:active {
  color: rgb(55 65 81 / 0.7) !important;
}
.active\:\!text-gray-700\/75:active {
  color: rgb(55 65 81 / 0.75) !important;
}
.active\:\!text-gray-700\/80:active {
  color: rgb(55 65 81 / 0.8) !important;
}
.active\:\!text-gray-700\/85:active {
  color: rgb(55 65 81 / 0.85) !important;
}
.active\:\!text-gray-700\/90:active {
  color: rgb(55 65 81 / 0.9) !important;
}
.active\:\!text-gray-700\/95:active {
  color: rgb(55 65 81 / 0.95) !important;
}
.active\:\!text-gray-800:active {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-800\/0:active {
  color: rgb(31 41 55 / 0) !important;
}
.active\:\!text-gray-800\/10:active {
  color: rgb(31 41 55 / 0.1) !important;
}
.active\:\!text-gray-800\/100:active {
  color: rgb(31 41 55 / 1) !important;
}
.active\:\!text-gray-800\/15:active {
  color: rgb(31 41 55 / 0.15) !important;
}
.active\:\!text-gray-800\/20:active {
  color: rgb(31 41 55 / 0.2) !important;
}
.active\:\!text-gray-800\/25:active {
  color: rgb(31 41 55 / 0.25) !important;
}
.active\:\!text-gray-800\/30:active {
  color: rgb(31 41 55 / 0.3) !important;
}
.active\:\!text-gray-800\/35:active {
  color: rgb(31 41 55 / 0.35) !important;
}
.active\:\!text-gray-800\/40:active {
  color: rgb(31 41 55 / 0.4) !important;
}
.active\:\!text-gray-800\/45:active {
  color: rgb(31 41 55 / 0.45) !important;
}
.active\:\!text-gray-800\/5:active {
  color: rgb(31 41 55 / 0.05) !important;
}
.active\:\!text-gray-800\/50:active {
  color: rgb(31 41 55 / 0.5) !important;
}
.active\:\!text-gray-800\/55:active {
  color: rgb(31 41 55 / 0.55) !important;
}
.active\:\!text-gray-800\/60:active {
  color: rgb(31 41 55 / 0.6) !important;
}
.active\:\!text-gray-800\/65:active {
  color: rgb(31 41 55 / 0.65) !important;
}
.active\:\!text-gray-800\/70:active {
  color: rgb(31 41 55 / 0.7) !important;
}
.active\:\!text-gray-800\/75:active {
  color: rgb(31 41 55 / 0.75) !important;
}
.active\:\!text-gray-800\/80:active {
  color: rgb(31 41 55 / 0.8) !important;
}
.active\:\!text-gray-800\/85:active {
  color: rgb(31 41 55 / 0.85) !important;
}
.active\:\!text-gray-800\/90:active {
  color: rgb(31 41 55 / 0.9) !important;
}
.active\:\!text-gray-800\/95:active {
  color: rgb(31 41 55 / 0.95) !important;
}
.active\:\!text-gray-900:active {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-900\/0:active {
  color: rgb(17 24 39 / 0) !important;
}
.active\:\!text-gray-900\/10:active {
  color: rgb(17 24 39 / 0.1) !important;
}
.active\:\!text-gray-900\/100:active {
  color: rgb(17 24 39 / 1) !important;
}
.active\:\!text-gray-900\/15:active {
  color: rgb(17 24 39 / 0.15) !important;
}
.active\:\!text-gray-900\/20:active {
  color: rgb(17 24 39 / 0.2) !important;
}
.active\:\!text-gray-900\/25:active {
  color: rgb(17 24 39 / 0.25) !important;
}
.active\:\!text-gray-900\/30:active {
  color: rgb(17 24 39 / 0.3) !important;
}
.active\:\!text-gray-900\/35:active {
  color: rgb(17 24 39 / 0.35) !important;
}
.active\:\!text-gray-900\/40:active {
  color: rgb(17 24 39 / 0.4) !important;
}
.active\:\!text-gray-900\/45:active {
  color: rgb(17 24 39 / 0.45) !important;
}
.active\:\!text-gray-900\/5:active {
  color: rgb(17 24 39 / 0.05) !important;
}
.active\:\!text-gray-900\/50:active {
  color: rgb(17 24 39 / 0.5) !important;
}
.active\:\!text-gray-900\/55:active {
  color: rgb(17 24 39 / 0.55) !important;
}
.active\:\!text-gray-900\/60:active {
  color: rgb(17 24 39 / 0.6) !important;
}
.active\:\!text-gray-900\/65:active {
  color: rgb(17 24 39 / 0.65) !important;
}
.active\:\!text-gray-900\/70:active {
  color: rgb(17 24 39 / 0.7) !important;
}
.active\:\!text-gray-900\/75:active {
  color: rgb(17 24 39 / 0.75) !important;
}
.active\:\!text-gray-900\/80:active {
  color: rgb(17 24 39 / 0.8) !important;
}
.active\:\!text-gray-900\/85:active {
  color: rgb(17 24 39 / 0.85) !important;
}
.active\:\!text-gray-900\/90:active {
  color: rgb(17 24 39 / 0.9) !important;
}
.active\:\!text-gray-900\/95:active {
  color: rgb(17 24 39 / 0.95) !important;
}
.active\:\!text-gray-950:active {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-gray-950\/0:active {
  color: rgb(3 7 18 / 0) !important;
}
.active\:\!text-gray-950\/10:active {
  color: rgb(3 7 18 / 0.1) !important;
}
.active\:\!text-gray-950\/100:active {
  color: rgb(3 7 18 / 1) !important;
}
.active\:\!text-gray-950\/15:active {
  color: rgb(3 7 18 / 0.15) !important;
}
.active\:\!text-gray-950\/20:active {
  color: rgb(3 7 18 / 0.2) !important;
}
.active\:\!text-gray-950\/25:active {
  color: rgb(3 7 18 / 0.25) !important;
}
.active\:\!text-gray-950\/30:active {
  color: rgb(3 7 18 / 0.3) !important;
}
.active\:\!text-gray-950\/35:active {
  color: rgb(3 7 18 / 0.35) !important;
}
.active\:\!text-gray-950\/40:active {
  color: rgb(3 7 18 / 0.4) !important;
}
.active\:\!text-gray-950\/45:active {
  color: rgb(3 7 18 / 0.45) !important;
}
.active\:\!text-gray-950\/5:active {
  color: rgb(3 7 18 / 0.05) !important;
}
.active\:\!text-gray-950\/50:active {
  color: rgb(3 7 18 / 0.5) !important;
}
.active\:\!text-gray-950\/55:active {
  color: rgb(3 7 18 / 0.55) !important;
}
.active\:\!text-gray-950\/60:active {
  color: rgb(3 7 18 / 0.6) !important;
}
.active\:\!text-gray-950\/65:active {
  color: rgb(3 7 18 / 0.65) !important;
}
.active\:\!text-gray-950\/70:active {
  color: rgb(3 7 18 / 0.7) !important;
}
.active\:\!text-gray-950\/75:active {
  color: rgb(3 7 18 / 0.75) !important;
}
.active\:\!text-gray-950\/80:active {
  color: rgb(3 7 18 / 0.8) !important;
}
.active\:\!text-gray-950\/85:active {
  color: rgb(3 7 18 / 0.85) !important;
}
.active\:\!text-gray-950\/90:active {
  color: rgb(3 7 18 / 0.9) !important;
}
.active\:\!text-gray-950\/95:active {
  color: rgb(3 7 18 / 0.95) !important;
}
.active\:\!text-primary-100:active {
  color: var(--primary-color-100) !important;
}
.active\:\!text-primary-200:active {
  color: var(--primary-color-200) !important;
}
.active\:\!text-primary-300:active {
  color: var(--primary-color-300) !important;
}
.active\:\!text-primary-400:active {
  color: var(--primary-color-400) !important;
}
.active\:\!text-primary-50:active {
  color: var(--primary-color-50) !important;
}
.active\:\!text-primary-500:active {
  color: var(--primary-color-500) !important;
}
.active\:\!text-primary-600:active {
  color: var(--primary-color-600) !important;
}
.active\:\!text-primary-700:active {
  color: var(--primary-color-700) !important;
}
.active\:\!text-primary-800:active {
  color: var(--primary-color-800) !important;
}
.active\:\!text-primary-900:active {
  color: var(--primary-color-900) !important;
}
.active\:\!text-primary-950:active {
  color: var(--primary-color-950) !important;
}
.active\:\!text-red-100:active {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-100\/0:active {
  color: rgb(254 226 226 / 0) !important;
}
.active\:\!text-red-100\/10:active {
  color: rgb(254 226 226 / 0.1) !important;
}
.active\:\!text-red-100\/100:active {
  color: rgb(254 226 226 / 1) !important;
}
.active\:\!text-red-100\/15:active {
  color: rgb(254 226 226 / 0.15) !important;
}
.active\:\!text-red-100\/20:active {
  color: rgb(254 226 226 / 0.2) !important;
}
.active\:\!text-red-100\/25:active {
  color: rgb(254 226 226 / 0.25) !important;
}
.active\:\!text-red-100\/30:active {
  color: rgb(254 226 226 / 0.3) !important;
}
.active\:\!text-red-100\/35:active {
  color: rgb(254 226 226 / 0.35) !important;
}
.active\:\!text-red-100\/40:active {
  color: rgb(254 226 226 / 0.4) !important;
}
.active\:\!text-red-100\/45:active {
  color: rgb(254 226 226 / 0.45) !important;
}
.active\:\!text-red-100\/5:active {
  color: rgb(254 226 226 / 0.05) !important;
}
.active\:\!text-red-100\/50:active {
  color: rgb(254 226 226 / 0.5) !important;
}
.active\:\!text-red-100\/55:active {
  color: rgb(254 226 226 / 0.55) !important;
}
.active\:\!text-red-100\/60:active {
  color: rgb(254 226 226 / 0.6) !important;
}
.active\:\!text-red-100\/65:active {
  color: rgb(254 226 226 / 0.65) !important;
}
.active\:\!text-red-100\/70:active {
  color: rgb(254 226 226 / 0.7) !important;
}
.active\:\!text-red-100\/75:active {
  color: rgb(254 226 226 / 0.75) !important;
}
.active\:\!text-red-100\/80:active {
  color: rgb(254 226 226 / 0.8) !important;
}
.active\:\!text-red-100\/85:active {
  color: rgb(254 226 226 / 0.85) !important;
}
.active\:\!text-red-100\/90:active {
  color: rgb(254 226 226 / 0.9) !important;
}
.active\:\!text-red-100\/95:active {
  color: rgb(254 226 226 / 0.95) !important;
}
.active\:\!text-red-200:active {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-200\/0:active {
  color: rgb(254 202 202 / 0) !important;
}
.active\:\!text-red-200\/10:active {
  color: rgb(254 202 202 / 0.1) !important;
}
.active\:\!text-red-200\/100:active {
  color: rgb(254 202 202 / 1) !important;
}
.active\:\!text-red-200\/15:active {
  color: rgb(254 202 202 / 0.15) !important;
}
.active\:\!text-red-200\/20:active {
  color: rgb(254 202 202 / 0.2) !important;
}
.active\:\!text-red-200\/25:active {
  color: rgb(254 202 202 / 0.25) !important;
}
.active\:\!text-red-200\/30:active {
  color: rgb(254 202 202 / 0.3) !important;
}
.active\:\!text-red-200\/35:active {
  color: rgb(254 202 202 / 0.35) !important;
}
.active\:\!text-red-200\/40:active {
  color: rgb(254 202 202 / 0.4) !important;
}
.active\:\!text-red-200\/45:active {
  color: rgb(254 202 202 / 0.45) !important;
}
.active\:\!text-red-200\/5:active {
  color: rgb(254 202 202 / 0.05) !important;
}
.active\:\!text-red-200\/50:active {
  color: rgb(254 202 202 / 0.5) !important;
}
.active\:\!text-red-200\/55:active {
  color: rgb(254 202 202 / 0.55) !important;
}
.active\:\!text-red-200\/60:active {
  color: rgb(254 202 202 / 0.6) !important;
}
.active\:\!text-red-200\/65:active {
  color: rgb(254 202 202 / 0.65) !important;
}
.active\:\!text-red-200\/70:active {
  color: rgb(254 202 202 / 0.7) !important;
}
.active\:\!text-red-200\/75:active {
  color: rgb(254 202 202 / 0.75) !important;
}
.active\:\!text-red-200\/80:active {
  color: rgb(254 202 202 / 0.8) !important;
}
.active\:\!text-red-200\/85:active {
  color: rgb(254 202 202 / 0.85) !important;
}
.active\:\!text-red-200\/90:active {
  color: rgb(254 202 202 / 0.9) !important;
}
.active\:\!text-red-200\/95:active {
  color: rgb(254 202 202 / 0.95) !important;
}
.active\:\!text-red-300:active {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-300\/0:active {
  color: rgb(252 165 165 / 0) !important;
}
.active\:\!text-red-300\/10:active {
  color: rgb(252 165 165 / 0.1) !important;
}
.active\:\!text-red-300\/100:active {
  color: rgb(252 165 165 / 1) !important;
}
.active\:\!text-red-300\/15:active {
  color: rgb(252 165 165 / 0.15) !important;
}
.active\:\!text-red-300\/20:active {
  color: rgb(252 165 165 / 0.2) !important;
}
.active\:\!text-red-300\/25:active {
  color: rgb(252 165 165 / 0.25) !important;
}
.active\:\!text-red-300\/30:active {
  color: rgb(252 165 165 / 0.3) !important;
}
.active\:\!text-red-300\/35:active {
  color: rgb(252 165 165 / 0.35) !important;
}
.active\:\!text-red-300\/40:active {
  color: rgb(252 165 165 / 0.4) !important;
}
.active\:\!text-red-300\/45:active {
  color: rgb(252 165 165 / 0.45) !important;
}
.active\:\!text-red-300\/5:active {
  color: rgb(252 165 165 / 0.05) !important;
}
.active\:\!text-red-300\/50:active {
  color: rgb(252 165 165 / 0.5) !important;
}
.active\:\!text-red-300\/55:active {
  color: rgb(252 165 165 / 0.55) !important;
}
.active\:\!text-red-300\/60:active {
  color: rgb(252 165 165 / 0.6) !important;
}
.active\:\!text-red-300\/65:active {
  color: rgb(252 165 165 / 0.65) !important;
}
.active\:\!text-red-300\/70:active {
  color: rgb(252 165 165 / 0.7) !important;
}
.active\:\!text-red-300\/75:active {
  color: rgb(252 165 165 / 0.75) !important;
}
.active\:\!text-red-300\/80:active {
  color: rgb(252 165 165 / 0.8) !important;
}
.active\:\!text-red-300\/85:active {
  color: rgb(252 165 165 / 0.85) !important;
}
.active\:\!text-red-300\/90:active {
  color: rgb(252 165 165 / 0.9) !important;
}
.active\:\!text-red-300\/95:active {
  color: rgb(252 165 165 / 0.95) !important;
}
.active\:\!text-red-400:active {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-400\/0:active {
  color: rgb(248 113 113 / 0) !important;
}
.active\:\!text-red-400\/10:active {
  color: rgb(248 113 113 / 0.1) !important;
}
.active\:\!text-red-400\/100:active {
  color: rgb(248 113 113 / 1) !important;
}
.active\:\!text-red-400\/15:active {
  color: rgb(248 113 113 / 0.15) !important;
}
.active\:\!text-red-400\/20:active {
  color: rgb(248 113 113 / 0.2) !important;
}
.active\:\!text-red-400\/25:active {
  color: rgb(248 113 113 / 0.25) !important;
}
.active\:\!text-red-400\/30:active {
  color: rgb(248 113 113 / 0.3) !important;
}
.active\:\!text-red-400\/35:active {
  color: rgb(248 113 113 / 0.35) !important;
}
.active\:\!text-red-400\/40:active {
  color: rgb(248 113 113 / 0.4) !important;
}
.active\:\!text-red-400\/45:active {
  color: rgb(248 113 113 / 0.45) !important;
}
.active\:\!text-red-400\/5:active {
  color: rgb(248 113 113 / 0.05) !important;
}
.active\:\!text-red-400\/50:active {
  color: rgb(248 113 113 / 0.5) !important;
}
.active\:\!text-red-400\/55:active {
  color: rgb(248 113 113 / 0.55) !important;
}
.active\:\!text-red-400\/60:active {
  color: rgb(248 113 113 / 0.6) !important;
}
.active\:\!text-red-400\/65:active {
  color: rgb(248 113 113 / 0.65) !important;
}
.active\:\!text-red-400\/70:active {
  color: rgb(248 113 113 / 0.7) !important;
}
.active\:\!text-red-400\/75:active {
  color: rgb(248 113 113 / 0.75) !important;
}
.active\:\!text-red-400\/80:active {
  color: rgb(248 113 113 / 0.8) !important;
}
.active\:\!text-red-400\/85:active {
  color: rgb(248 113 113 / 0.85) !important;
}
.active\:\!text-red-400\/90:active {
  color: rgb(248 113 113 / 0.9) !important;
}
.active\:\!text-red-400\/95:active {
  color: rgb(248 113 113 / 0.95) !important;
}
.active\:\!text-red-50:active {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-50\/0:active {
  color: rgb(254 242 242 / 0) !important;
}
.active\:\!text-red-50\/10:active {
  color: rgb(254 242 242 / 0.1) !important;
}
.active\:\!text-red-50\/100:active {
  color: rgb(254 242 242 / 1) !important;
}
.active\:\!text-red-50\/15:active {
  color: rgb(254 242 242 / 0.15) !important;
}
.active\:\!text-red-50\/20:active {
  color: rgb(254 242 242 / 0.2) !important;
}
.active\:\!text-red-50\/25:active {
  color: rgb(254 242 242 / 0.25) !important;
}
.active\:\!text-red-50\/30:active {
  color: rgb(254 242 242 / 0.3) !important;
}
.active\:\!text-red-50\/35:active {
  color: rgb(254 242 242 / 0.35) !important;
}
.active\:\!text-red-50\/40:active {
  color: rgb(254 242 242 / 0.4) !important;
}
.active\:\!text-red-50\/45:active {
  color: rgb(254 242 242 / 0.45) !important;
}
.active\:\!text-red-50\/5:active {
  color: rgb(254 242 242 / 0.05) !important;
}
.active\:\!text-red-50\/50:active {
  color: rgb(254 242 242 / 0.5) !important;
}
.active\:\!text-red-50\/55:active {
  color: rgb(254 242 242 / 0.55) !important;
}
.active\:\!text-red-50\/60:active {
  color: rgb(254 242 242 / 0.6) !important;
}
.active\:\!text-red-50\/65:active {
  color: rgb(254 242 242 / 0.65) !important;
}
.active\:\!text-red-50\/70:active {
  color: rgb(254 242 242 / 0.7) !important;
}
.active\:\!text-red-50\/75:active {
  color: rgb(254 242 242 / 0.75) !important;
}
.active\:\!text-red-50\/80:active {
  color: rgb(254 242 242 / 0.8) !important;
}
.active\:\!text-red-50\/85:active {
  color: rgb(254 242 242 / 0.85) !important;
}
.active\:\!text-red-50\/90:active {
  color: rgb(254 242 242 / 0.9) !important;
}
.active\:\!text-red-50\/95:active {
  color: rgb(254 242 242 / 0.95) !important;
}
.active\:\!text-red-500:active {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-500\/0:active {
  color: rgb(239 68 68 / 0) !important;
}
.active\:\!text-red-500\/10:active {
  color: rgb(239 68 68 / 0.1) !important;
}
.active\:\!text-red-500\/100:active {
  color: rgb(239 68 68 / 1) !important;
}
.active\:\!text-red-500\/15:active {
  color: rgb(239 68 68 / 0.15) !important;
}
.active\:\!text-red-500\/20:active {
  color: rgb(239 68 68 / 0.2) !important;
}
.active\:\!text-red-500\/25:active {
  color: rgb(239 68 68 / 0.25) !important;
}
.active\:\!text-red-500\/30:active {
  color: rgb(239 68 68 / 0.3) !important;
}
.active\:\!text-red-500\/35:active {
  color: rgb(239 68 68 / 0.35) !important;
}
.active\:\!text-red-500\/40:active {
  color: rgb(239 68 68 / 0.4) !important;
}
.active\:\!text-red-500\/45:active {
  color: rgb(239 68 68 / 0.45) !important;
}
.active\:\!text-red-500\/5:active {
  color: rgb(239 68 68 / 0.05) !important;
}
.active\:\!text-red-500\/50:active {
  color: rgb(239 68 68 / 0.5) !important;
}
.active\:\!text-red-500\/55:active {
  color: rgb(239 68 68 / 0.55) !important;
}
.active\:\!text-red-500\/60:active {
  color: rgb(239 68 68 / 0.6) !important;
}
.active\:\!text-red-500\/65:active {
  color: rgb(239 68 68 / 0.65) !important;
}
.active\:\!text-red-500\/70:active {
  color: rgb(239 68 68 / 0.7) !important;
}
.active\:\!text-red-500\/75:active {
  color: rgb(239 68 68 / 0.75) !important;
}
.active\:\!text-red-500\/80:active {
  color: rgb(239 68 68 / 0.8) !important;
}
.active\:\!text-red-500\/85:active {
  color: rgb(239 68 68 / 0.85) !important;
}
.active\:\!text-red-500\/90:active {
  color: rgb(239 68 68 / 0.9) !important;
}
.active\:\!text-red-500\/95:active {
  color: rgb(239 68 68 / 0.95) !important;
}
.active\:\!text-red-600:active {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-600\/0:active {
  color: rgb(220 38 38 / 0) !important;
}
.active\:\!text-red-600\/10:active {
  color: rgb(220 38 38 / 0.1) !important;
}
.active\:\!text-red-600\/100:active {
  color: rgb(220 38 38 / 1) !important;
}
.active\:\!text-red-600\/15:active {
  color: rgb(220 38 38 / 0.15) !important;
}
.active\:\!text-red-600\/20:active {
  color: rgb(220 38 38 / 0.2) !important;
}
.active\:\!text-red-600\/25:active {
  color: rgb(220 38 38 / 0.25) !important;
}
.active\:\!text-red-600\/30:active {
  color: rgb(220 38 38 / 0.3) !important;
}
.active\:\!text-red-600\/35:active {
  color: rgb(220 38 38 / 0.35) !important;
}
.active\:\!text-red-600\/40:active {
  color: rgb(220 38 38 / 0.4) !important;
}
.active\:\!text-red-600\/45:active {
  color: rgb(220 38 38 / 0.45) !important;
}
.active\:\!text-red-600\/5:active {
  color: rgb(220 38 38 / 0.05) !important;
}
.active\:\!text-red-600\/50:active {
  color: rgb(220 38 38 / 0.5) !important;
}
.active\:\!text-red-600\/55:active {
  color: rgb(220 38 38 / 0.55) !important;
}
.active\:\!text-red-600\/60:active {
  color: rgb(220 38 38 / 0.6) !important;
}
.active\:\!text-red-600\/65:active {
  color: rgb(220 38 38 / 0.65) !important;
}
.active\:\!text-red-600\/70:active {
  color: rgb(220 38 38 / 0.7) !important;
}
.active\:\!text-red-600\/75:active {
  color: rgb(220 38 38 / 0.75) !important;
}
.active\:\!text-red-600\/80:active {
  color: rgb(220 38 38 / 0.8) !important;
}
.active\:\!text-red-600\/85:active {
  color: rgb(220 38 38 / 0.85) !important;
}
.active\:\!text-red-600\/90:active {
  color: rgb(220 38 38 / 0.9) !important;
}
.active\:\!text-red-600\/95:active {
  color: rgb(220 38 38 / 0.95) !important;
}
.active\:\!text-red-700:active {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-700\/0:active {
  color: rgb(185 28 28 / 0) !important;
}
.active\:\!text-red-700\/10:active {
  color: rgb(185 28 28 / 0.1) !important;
}
.active\:\!text-red-700\/100:active {
  color: rgb(185 28 28 / 1) !important;
}
.active\:\!text-red-700\/15:active {
  color: rgb(185 28 28 / 0.15) !important;
}
.active\:\!text-red-700\/20:active {
  color: rgb(185 28 28 / 0.2) !important;
}
.active\:\!text-red-700\/25:active {
  color: rgb(185 28 28 / 0.25) !important;
}
.active\:\!text-red-700\/30:active {
  color: rgb(185 28 28 / 0.3) !important;
}
.active\:\!text-red-700\/35:active {
  color: rgb(185 28 28 / 0.35) !important;
}
.active\:\!text-red-700\/40:active {
  color: rgb(185 28 28 / 0.4) !important;
}
.active\:\!text-red-700\/45:active {
  color: rgb(185 28 28 / 0.45) !important;
}
.active\:\!text-red-700\/5:active {
  color: rgb(185 28 28 / 0.05) !important;
}
.active\:\!text-red-700\/50:active {
  color: rgb(185 28 28 / 0.5) !important;
}
.active\:\!text-red-700\/55:active {
  color: rgb(185 28 28 / 0.55) !important;
}
.active\:\!text-red-700\/60:active {
  color: rgb(185 28 28 / 0.6) !important;
}
.active\:\!text-red-700\/65:active {
  color: rgb(185 28 28 / 0.65) !important;
}
.active\:\!text-red-700\/70:active {
  color: rgb(185 28 28 / 0.7) !important;
}
.active\:\!text-red-700\/75:active {
  color: rgb(185 28 28 / 0.75) !important;
}
.active\:\!text-red-700\/80:active {
  color: rgb(185 28 28 / 0.8) !important;
}
.active\:\!text-red-700\/85:active {
  color: rgb(185 28 28 / 0.85) !important;
}
.active\:\!text-red-700\/90:active {
  color: rgb(185 28 28 / 0.9) !important;
}
.active\:\!text-red-700\/95:active {
  color: rgb(185 28 28 / 0.95) !important;
}
.active\:\!text-red-800:active {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-800\/0:active {
  color: rgb(153 27 27 / 0) !important;
}
.active\:\!text-red-800\/10:active {
  color: rgb(153 27 27 / 0.1) !important;
}
.active\:\!text-red-800\/100:active {
  color: rgb(153 27 27 / 1) !important;
}
.active\:\!text-red-800\/15:active {
  color: rgb(153 27 27 / 0.15) !important;
}
.active\:\!text-red-800\/20:active {
  color: rgb(153 27 27 / 0.2) !important;
}
.active\:\!text-red-800\/25:active {
  color: rgb(153 27 27 / 0.25) !important;
}
.active\:\!text-red-800\/30:active {
  color: rgb(153 27 27 / 0.3) !important;
}
.active\:\!text-red-800\/35:active {
  color: rgb(153 27 27 / 0.35) !important;
}
.active\:\!text-red-800\/40:active {
  color: rgb(153 27 27 / 0.4) !important;
}
.active\:\!text-red-800\/45:active {
  color: rgb(153 27 27 / 0.45) !important;
}
.active\:\!text-red-800\/5:active {
  color: rgb(153 27 27 / 0.05) !important;
}
.active\:\!text-red-800\/50:active {
  color: rgb(153 27 27 / 0.5) !important;
}
.active\:\!text-red-800\/55:active {
  color: rgb(153 27 27 / 0.55) !important;
}
.active\:\!text-red-800\/60:active {
  color: rgb(153 27 27 / 0.6) !important;
}
.active\:\!text-red-800\/65:active {
  color: rgb(153 27 27 / 0.65) !important;
}
.active\:\!text-red-800\/70:active {
  color: rgb(153 27 27 / 0.7) !important;
}
.active\:\!text-red-800\/75:active {
  color: rgb(153 27 27 / 0.75) !important;
}
.active\:\!text-red-800\/80:active {
  color: rgb(153 27 27 / 0.8) !important;
}
.active\:\!text-red-800\/85:active {
  color: rgb(153 27 27 / 0.85) !important;
}
.active\:\!text-red-800\/90:active {
  color: rgb(153 27 27 / 0.9) !important;
}
.active\:\!text-red-800\/95:active {
  color: rgb(153 27 27 / 0.95) !important;
}
.active\:\!text-red-900:active {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-900\/0:active {
  color: rgb(127 29 29 / 0) !important;
}
.active\:\!text-red-900\/10:active {
  color: rgb(127 29 29 / 0.1) !important;
}
.active\:\!text-red-900\/100:active {
  color: rgb(127 29 29 / 1) !important;
}
.active\:\!text-red-900\/15:active {
  color: rgb(127 29 29 / 0.15) !important;
}
.active\:\!text-red-900\/20:active {
  color: rgb(127 29 29 / 0.2) !important;
}
.active\:\!text-red-900\/25:active {
  color: rgb(127 29 29 / 0.25) !important;
}
.active\:\!text-red-900\/30:active {
  color: rgb(127 29 29 / 0.3) !important;
}
.active\:\!text-red-900\/35:active {
  color: rgb(127 29 29 / 0.35) !important;
}
.active\:\!text-red-900\/40:active {
  color: rgb(127 29 29 / 0.4) !important;
}
.active\:\!text-red-900\/45:active {
  color: rgb(127 29 29 / 0.45) !important;
}
.active\:\!text-red-900\/5:active {
  color: rgb(127 29 29 / 0.05) !important;
}
.active\:\!text-red-900\/50:active {
  color: rgb(127 29 29 / 0.5) !important;
}
.active\:\!text-red-900\/55:active {
  color: rgb(127 29 29 / 0.55) !important;
}
.active\:\!text-red-900\/60:active {
  color: rgb(127 29 29 / 0.6) !important;
}
.active\:\!text-red-900\/65:active {
  color: rgb(127 29 29 / 0.65) !important;
}
.active\:\!text-red-900\/70:active {
  color: rgb(127 29 29 / 0.7) !important;
}
.active\:\!text-red-900\/75:active {
  color: rgb(127 29 29 / 0.75) !important;
}
.active\:\!text-red-900\/80:active {
  color: rgb(127 29 29 / 0.8) !important;
}
.active\:\!text-red-900\/85:active {
  color: rgb(127 29 29 / 0.85) !important;
}
.active\:\!text-red-900\/90:active {
  color: rgb(127 29 29 / 0.9) !important;
}
.active\:\!text-red-900\/95:active {
  color: rgb(127 29 29 / 0.95) !important;
}
.active\:\!text-red-950:active {
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1)) !important;
}
.active\:\!text-red-950\/0:active {
  color: rgb(69 10 10 / 0) !important;
}
.active\:\!text-red-950\/10:active {
  color: rgb(69 10 10 / 0.1) !important;
}
.active\:\!text-red-950\/100:active {
  color: rgb(69 10 10 / 1) !important;
}
.active\:\!text-red-950\/15:active {
  color: rgb(69 10 10 / 0.15) !important;
}
.active\:\!text-red-950\/20:active {
  color: rgb(69 10 10 / 0.2) !important;
}
.active\:\!text-red-950\/25:active {
  color: rgb(69 10 10 / 0.25) !important;
}
.active\:\!text-red-950\/30:active {
  color: rgb(69 10 10 / 0.3) !important;
}
.active\:\!text-red-950\/35:active {
  color: rgb(69 10 10 / 0.35) !important;
}
.active\:\!text-red-950\/40:active {
  color: rgb(69 10 10 / 0.4) !important;
}
.active\:\!text-red-950\/45:active {
  color: rgb(69 10 10 / 0.45) !important;
}
.active\:\!text-red-950\/5:active {
  color: rgb(69 10 10 / 0.05) !important;
}
.active\:\!text-red-950\/50:active {
  color: rgb(69 10 10 / 0.5) !important;
}
.active\:\!text-red-950\/55:active {
  color: rgb(69 10 10 / 0.55) !important;
}
.active\:\!text-red-950\/60:active {
  color: rgb(69 10 10 / 0.6) !important;
}
.active\:\!text-red-950\/65:active {
  color: rgb(69 10 10 / 0.65) !important;
}
.active\:\!text-red-950\/70:active {
  color: rgb(69 10 10 / 0.7) !important;
}
.active\:\!text-red-950\/75:active {
  color: rgb(69 10 10 / 0.75) !important;
}
.active\:\!text-red-950\/80:active {
  color: rgb(69 10 10 / 0.8) !important;
}
.active\:\!text-red-950\/85:active {
  color: rgb(69 10 10 / 0.85) !important;
}
.active\:\!text-red-950\/90:active {
  color: rgb(69 10 10 / 0.9) !important;
}
.active\:\!text-red-950\/95:active {
  color: rgb(69 10 10 / 0.95) !important;
}
.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.active\:text-gray-100\/0:active {
  color: rgb(243 244 246 / 0);
}
.active\:text-gray-100\/10:active {
  color: rgb(243 244 246 / 0.1);
}
.active\:text-gray-100\/100:active {
  color: rgb(243 244 246 / 1);
}
.active\:text-gray-100\/15:active {
  color: rgb(243 244 246 / 0.15);
}
.active\:text-gray-100\/20:active {
  color: rgb(243 244 246 / 0.2);
}
.active\:text-gray-100\/25:active {
  color: rgb(243 244 246 / 0.25);
}
.active\:text-gray-100\/30:active {
  color: rgb(243 244 246 / 0.3);
}
.active\:text-gray-100\/35:active {
  color: rgb(243 244 246 / 0.35);
}
.active\:text-gray-100\/40:active {
  color: rgb(243 244 246 / 0.4);
}
.active\:text-gray-100\/45:active {
  color: rgb(243 244 246 / 0.45);
}
.active\:text-gray-100\/5:active {
  color: rgb(243 244 246 / 0.05);
}
.active\:text-gray-100\/50:active {
  color: rgb(243 244 246 / 0.5);
}
.active\:text-gray-100\/55:active {
  color: rgb(243 244 246 / 0.55);
}
.active\:text-gray-100\/60:active {
  color: rgb(243 244 246 / 0.6);
}
.active\:text-gray-100\/65:active {
  color: rgb(243 244 246 / 0.65);
}
.active\:text-gray-100\/70:active {
  color: rgb(243 244 246 / 0.7);
}
.active\:text-gray-100\/75:active {
  color: rgb(243 244 246 / 0.75);
}
.active\:text-gray-100\/80:active {
  color: rgb(243 244 246 / 0.8);
}
.active\:text-gray-100\/85:active {
  color: rgb(243 244 246 / 0.85);
}
.active\:text-gray-100\/90:active {
  color: rgb(243 244 246 / 0.9);
}
.active\:text-gray-100\/95:active {
  color: rgb(243 244 246 / 0.95);
}
.active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.active\:text-gray-200\/0:active {
  color: rgb(229 231 235 / 0);
}
.active\:text-gray-200\/10:active {
  color: rgb(229 231 235 / 0.1);
}
.active\:text-gray-200\/100:active {
  color: rgb(229 231 235 / 1);
}
.active\:text-gray-200\/15:active {
  color: rgb(229 231 235 / 0.15);
}
.active\:text-gray-200\/20:active {
  color: rgb(229 231 235 / 0.2);
}
.active\:text-gray-200\/25:active {
  color: rgb(229 231 235 / 0.25);
}
.active\:text-gray-200\/30:active {
  color: rgb(229 231 235 / 0.3);
}
.active\:text-gray-200\/35:active {
  color: rgb(229 231 235 / 0.35);
}
.active\:text-gray-200\/40:active {
  color: rgb(229 231 235 / 0.4);
}
.active\:text-gray-200\/45:active {
  color: rgb(229 231 235 / 0.45);
}
.active\:text-gray-200\/5:active {
  color: rgb(229 231 235 / 0.05);
}
.active\:text-gray-200\/50:active {
  color: rgb(229 231 235 / 0.5);
}
.active\:text-gray-200\/55:active {
  color: rgb(229 231 235 / 0.55);
}
.active\:text-gray-200\/60:active {
  color: rgb(229 231 235 / 0.6);
}
.active\:text-gray-200\/65:active {
  color: rgb(229 231 235 / 0.65);
}
.active\:text-gray-200\/70:active {
  color: rgb(229 231 235 / 0.7);
}
.active\:text-gray-200\/75:active {
  color: rgb(229 231 235 / 0.75);
}
.active\:text-gray-200\/80:active {
  color: rgb(229 231 235 / 0.8);
}
.active\:text-gray-200\/85:active {
  color: rgb(229 231 235 / 0.85);
}
.active\:text-gray-200\/90:active {
  color: rgb(229 231 235 / 0.9);
}
.active\:text-gray-200\/95:active {
  color: rgb(229 231 235 / 0.95);
}
.active\:text-gray-300:active {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.active\:text-gray-300\/0:active {
  color: rgb(209 213 219 / 0);
}
.active\:text-gray-300\/10:active {
  color: rgb(209 213 219 / 0.1);
}
.active\:text-gray-300\/100:active {
  color: rgb(209 213 219 / 1);
}
.active\:text-gray-300\/15:active {
  color: rgb(209 213 219 / 0.15);
}
.active\:text-gray-300\/20:active {
  color: rgb(209 213 219 / 0.2);
}
.active\:text-gray-300\/25:active {
  color: rgb(209 213 219 / 0.25);
}
.active\:text-gray-300\/30:active {
  color: rgb(209 213 219 / 0.3);
}
.active\:text-gray-300\/35:active {
  color: rgb(209 213 219 / 0.35);
}
.active\:text-gray-300\/40:active {
  color: rgb(209 213 219 / 0.4);
}
.active\:text-gray-300\/45:active {
  color: rgb(209 213 219 / 0.45);
}
.active\:text-gray-300\/5:active {
  color: rgb(209 213 219 / 0.05);
}
.active\:text-gray-300\/50:active {
  color: rgb(209 213 219 / 0.5);
}
.active\:text-gray-300\/55:active {
  color: rgb(209 213 219 / 0.55);
}
.active\:text-gray-300\/60:active {
  color: rgb(209 213 219 / 0.6);
}
.active\:text-gray-300\/65:active {
  color: rgb(209 213 219 / 0.65);
}
.active\:text-gray-300\/70:active {
  color: rgb(209 213 219 / 0.7);
}
.active\:text-gray-300\/75:active {
  color: rgb(209 213 219 / 0.75);
}
.active\:text-gray-300\/80:active {
  color: rgb(209 213 219 / 0.8);
}
.active\:text-gray-300\/85:active {
  color: rgb(209 213 219 / 0.85);
}
.active\:text-gray-300\/90:active {
  color: rgb(209 213 219 / 0.9);
}
.active\:text-gray-300\/95:active {
  color: rgb(209 213 219 / 0.95);
}
.active\:text-gray-400:active {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.active\:text-gray-400\/0:active {
  color: rgb(156 163 175 / 0);
}
.active\:text-gray-400\/10:active {
  color: rgb(156 163 175 / 0.1);
}
.active\:text-gray-400\/100:active {
  color: rgb(156 163 175 / 1);
}
.active\:text-gray-400\/15:active {
  color: rgb(156 163 175 / 0.15);
}
.active\:text-gray-400\/20:active {
  color: rgb(156 163 175 / 0.2);
}
.active\:text-gray-400\/25:active {
  color: rgb(156 163 175 / 0.25);
}
.active\:text-gray-400\/30:active {
  color: rgb(156 163 175 / 0.3);
}
.active\:text-gray-400\/35:active {
  color: rgb(156 163 175 / 0.35);
}
.active\:text-gray-400\/40:active {
  color: rgb(156 163 175 / 0.4);
}
.active\:text-gray-400\/45:active {
  color: rgb(156 163 175 / 0.45);
}
.active\:text-gray-400\/5:active {
  color: rgb(156 163 175 / 0.05);
}
.active\:text-gray-400\/50:active {
  color: rgb(156 163 175 / 0.5);
}
.active\:text-gray-400\/55:active {
  color: rgb(156 163 175 / 0.55);
}
.active\:text-gray-400\/60:active {
  color: rgb(156 163 175 / 0.6);
}
.active\:text-gray-400\/65:active {
  color: rgb(156 163 175 / 0.65);
}
.active\:text-gray-400\/70:active {
  color: rgb(156 163 175 / 0.7);
}
.active\:text-gray-400\/75:active {
  color: rgb(156 163 175 / 0.75);
}
.active\:text-gray-400\/80:active {
  color: rgb(156 163 175 / 0.8);
}
.active\:text-gray-400\/85:active {
  color: rgb(156 163 175 / 0.85);
}
.active\:text-gray-400\/90:active {
  color: rgb(156 163 175 / 0.9);
}
.active\:text-gray-400\/95:active {
  color: rgb(156 163 175 / 0.95);
}
.active\:text-gray-50:active {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.active\:text-gray-50\/0:active {
  color: rgb(249 250 251 / 0);
}
.active\:text-gray-50\/10:active {
  color: rgb(249 250 251 / 0.1);
}
.active\:text-gray-50\/100:active {
  color: rgb(249 250 251 / 1);
}
.active\:text-gray-50\/15:active {
  color: rgb(249 250 251 / 0.15);
}
.active\:text-gray-50\/20:active {
  color: rgb(249 250 251 / 0.2);
}
.active\:text-gray-50\/25:active {
  color: rgb(249 250 251 / 0.25);
}
.active\:text-gray-50\/30:active {
  color: rgb(249 250 251 / 0.3);
}
.active\:text-gray-50\/35:active {
  color: rgb(249 250 251 / 0.35);
}
.active\:text-gray-50\/40:active {
  color: rgb(249 250 251 / 0.4);
}
.active\:text-gray-50\/45:active {
  color: rgb(249 250 251 / 0.45);
}
.active\:text-gray-50\/5:active {
  color: rgb(249 250 251 / 0.05);
}
.active\:text-gray-50\/50:active {
  color: rgb(249 250 251 / 0.5);
}
.active\:text-gray-50\/55:active {
  color: rgb(249 250 251 / 0.55);
}
.active\:text-gray-50\/60:active {
  color: rgb(249 250 251 / 0.6);
}
.active\:text-gray-50\/65:active {
  color: rgb(249 250 251 / 0.65);
}
.active\:text-gray-50\/70:active {
  color: rgb(249 250 251 / 0.7);
}
.active\:text-gray-50\/75:active {
  color: rgb(249 250 251 / 0.75);
}
.active\:text-gray-50\/80:active {
  color: rgb(249 250 251 / 0.8);
}
.active\:text-gray-50\/85:active {
  color: rgb(249 250 251 / 0.85);
}
.active\:text-gray-50\/90:active {
  color: rgb(249 250 251 / 0.9);
}
.active\:text-gray-50\/95:active {
  color: rgb(249 250 251 / 0.95);
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-500\/0:active {
  color: rgb(107 114 128 / 0);
}
.active\:text-gray-500\/10:active {
  color: rgb(107 114 128 / 0.1);
}
.active\:text-gray-500\/100:active {
  color: rgb(107 114 128 / 1);
}
.active\:text-gray-500\/15:active {
  color: rgb(107 114 128 / 0.15);
}
.active\:text-gray-500\/20:active {
  color: rgb(107 114 128 / 0.2);
}
.active\:text-gray-500\/25:active {
  color: rgb(107 114 128 / 0.25);
}
.active\:text-gray-500\/30:active {
  color: rgb(107 114 128 / 0.3);
}
.active\:text-gray-500\/35:active {
  color: rgb(107 114 128 / 0.35);
}
.active\:text-gray-500\/40:active {
  color: rgb(107 114 128 / 0.4);
}
.active\:text-gray-500\/45:active {
  color: rgb(107 114 128 / 0.45);
}
.active\:text-gray-500\/5:active {
  color: rgb(107 114 128 / 0.05);
}
.active\:text-gray-500\/50:active {
  color: rgb(107 114 128 / 0.5);
}
.active\:text-gray-500\/55:active {
  color: rgb(107 114 128 / 0.55);
}
.active\:text-gray-500\/60:active {
  color: rgb(107 114 128 / 0.6);
}
.active\:text-gray-500\/65:active {
  color: rgb(107 114 128 / 0.65);
}
.active\:text-gray-500\/70:active {
  color: rgb(107 114 128 / 0.7);
}
.active\:text-gray-500\/75:active {
  color: rgb(107 114 128 / 0.75);
}
.active\:text-gray-500\/80:active {
  color: rgb(107 114 128 / 0.8);
}
.active\:text-gray-500\/85:active {
  color: rgb(107 114 128 / 0.85);
}
.active\:text-gray-500\/90:active {
  color: rgb(107 114 128 / 0.9);
}
.active\:text-gray-500\/95:active {
  color: rgb(107 114 128 / 0.95);
}
.active\:text-gray-600:active {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.active\:text-gray-600\/0:active {
  color: rgb(75 85 99 / 0);
}
.active\:text-gray-600\/10:active {
  color: rgb(75 85 99 / 0.1);
}
.active\:text-gray-600\/100:active {
  color: rgb(75 85 99 / 1);
}
.active\:text-gray-600\/15:active {
  color: rgb(75 85 99 / 0.15);
}
.active\:text-gray-600\/20:active {
  color: rgb(75 85 99 / 0.2);
}
.active\:text-gray-600\/25:active {
  color: rgb(75 85 99 / 0.25);
}
.active\:text-gray-600\/30:active {
  color: rgb(75 85 99 / 0.3);
}
.active\:text-gray-600\/35:active {
  color: rgb(75 85 99 / 0.35);
}
.active\:text-gray-600\/40:active {
  color: rgb(75 85 99 / 0.4);
}
.active\:text-gray-600\/45:active {
  color: rgb(75 85 99 / 0.45);
}
.active\:text-gray-600\/5:active {
  color: rgb(75 85 99 / 0.05);
}
.active\:text-gray-600\/50:active {
  color: rgb(75 85 99 / 0.5);
}
.active\:text-gray-600\/55:active {
  color: rgb(75 85 99 / 0.55);
}
.active\:text-gray-600\/60:active {
  color: rgb(75 85 99 / 0.6);
}
.active\:text-gray-600\/65:active {
  color: rgb(75 85 99 / 0.65);
}
.active\:text-gray-600\/70:active {
  color: rgb(75 85 99 / 0.7);
}
.active\:text-gray-600\/75:active {
  color: rgb(75 85 99 / 0.75);
}
.active\:text-gray-600\/80:active {
  color: rgb(75 85 99 / 0.8);
}
.active\:text-gray-600\/85:active {
  color: rgb(75 85 99 / 0.85);
}
.active\:text-gray-600\/90:active {
  color: rgb(75 85 99 / 0.9);
}
.active\:text-gray-600\/95:active {
  color: rgb(75 85 99 / 0.95);
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700\/0:active {
  color: rgb(55 65 81 / 0);
}
.active\:text-gray-700\/10:active {
  color: rgb(55 65 81 / 0.1);
}
.active\:text-gray-700\/100:active {
  color: rgb(55 65 81 / 1);
}
.active\:text-gray-700\/15:active {
  color: rgb(55 65 81 / 0.15);
}
.active\:text-gray-700\/20:active {
  color: rgb(55 65 81 / 0.2);
}
.active\:text-gray-700\/25:active {
  color: rgb(55 65 81 / 0.25);
}
.active\:text-gray-700\/30:active {
  color: rgb(55 65 81 / 0.3);
}
.active\:text-gray-700\/35:active {
  color: rgb(55 65 81 / 0.35);
}
.active\:text-gray-700\/40:active {
  color: rgb(55 65 81 / 0.4);
}
.active\:text-gray-700\/45:active {
  color: rgb(55 65 81 / 0.45);
}
.active\:text-gray-700\/5:active {
  color: rgb(55 65 81 / 0.05);
}
.active\:text-gray-700\/50:active {
  color: rgb(55 65 81 / 0.5);
}
.active\:text-gray-700\/55:active {
  color: rgb(55 65 81 / 0.55);
}
.active\:text-gray-700\/60:active {
  color: rgb(55 65 81 / 0.6);
}
.active\:text-gray-700\/65:active {
  color: rgb(55 65 81 / 0.65);
}
.active\:text-gray-700\/70:active {
  color: rgb(55 65 81 / 0.7);
}
.active\:text-gray-700\/75:active {
  color: rgb(55 65 81 / 0.75);
}
.active\:text-gray-700\/80:active {
  color: rgb(55 65 81 / 0.8);
}
.active\:text-gray-700\/85:active {
  color: rgb(55 65 81 / 0.85);
}
.active\:text-gray-700\/90:active {
  color: rgb(55 65 81 / 0.9);
}
.active\:text-gray-700\/95:active {
  color: rgb(55 65 81 / 0.95);
}
.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.active\:text-gray-800\/0:active {
  color: rgb(31 41 55 / 0);
}
.active\:text-gray-800\/10:active {
  color: rgb(31 41 55 / 0.1);
}
.active\:text-gray-800\/100:active {
  color: rgb(31 41 55 / 1);
}
.active\:text-gray-800\/15:active {
  color: rgb(31 41 55 / 0.15);
}
.active\:text-gray-800\/20:active {
  color: rgb(31 41 55 / 0.2);
}
.active\:text-gray-800\/25:active {
  color: rgb(31 41 55 / 0.25);
}
.active\:text-gray-800\/30:active {
  color: rgb(31 41 55 / 0.3);
}
.active\:text-gray-800\/35:active {
  color: rgb(31 41 55 / 0.35);
}
.active\:text-gray-800\/40:active {
  color: rgb(31 41 55 / 0.4);
}
.active\:text-gray-800\/45:active {
  color: rgb(31 41 55 / 0.45);
}
.active\:text-gray-800\/5:active {
  color: rgb(31 41 55 / 0.05);
}
.active\:text-gray-800\/50:active {
  color: rgb(31 41 55 / 0.5);
}
.active\:text-gray-800\/55:active {
  color: rgb(31 41 55 / 0.55);
}
.active\:text-gray-800\/60:active {
  color: rgb(31 41 55 / 0.6);
}
.active\:text-gray-800\/65:active {
  color: rgb(31 41 55 / 0.65);
}
.active\:text-gray-800\/70:active {
  color: rgb(31 41 55 / 0.7);
}
.active\:text-gray-800\/75:active {
  color: rgb(31 41 55 / 0.75);
}
.active\:text-gray-800\/80:active {
  color: rgb(31 41 55 / 0.8);
}
.active\:text-gray-800\/85:active {
  color: rgb(31 41 55 / 0.85);
}
.active\:text-gray-800\/90:active {
  color: rgb(31 41 55 / 0.9);
}
.active\:text-gray-800\/95:active {
  color: rgb(31 41 55 / 0.95);
}
.active\:text-gray-900:active {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.active\:text-gray-900\/0:active {
  color: rgb(17 24 39 / 0);
}
.active\:text-gray-900\/10:active {
  color: rgb(17 24 39 / 0.1);
}
.active\:text-gray-900\/100:active {
  color: rgb(17 24 39 / 1);
}
.active\:text-gray-900\/15:active {
  color: rgb(17 24 39 / 0.15);
}
.active\:text-gray-900\/20:active {
  color: rgb(17 24 39 / 0.2);
}
.active\:text-gray-900\/25:active {
  color: rgb(17 24 39 / 0.25);
}
.active\:text-gray-900\/30:active {
  color: rgb(17 24 39 / 0.3);
}
.active\:text-gray-900\/35:active {
  color: rgb(17 24 39 / 0.35);
}
.active\:text-gray-900\/40:active {
  color: rgb(17 24 39 / 0.4);
}
.active\:text-gray-900\/45:active {
  color: rgb(17 24 39 / 0.45);
}
.active\:text-gray-900\/5:active {
  color: rgb(17 24 39 / 0.05);
}
.active\:text-gray-900\/50:active {
  color: rgb(17 24 39 / 0.5);
}
.active\:text-gray-900\/55:active {
  color: rgb(17 24 39 / 0.55);
}
.active\:text-gray-900\/60:active {
  color: rgb(17 24 39 / 0.6);
}
.active\:text-gray-900\/65:active {
  color: rgb(17 24 39 / 0.65);
}
.active\:text-gray-900\/70:active {
  color: rgb(17 24 39 / 0.7);
}
.active\:text-gray-900\/75:active {
  color: rgb(17 24 39 / 0.75);
}
.active\:text-gray-900\/80:active {
  color: rgb(17 24 39 / 0.8);
}
.active\:text-gray-900\/85:active {
  color: rgb(17 24 39 / 0.85);
}
.active\:text-gray-900\/90:active {
  color: rgb(17 24 39 / 0.9);
}
.active\:text-gray-900\/95:active {
  color: rgb(17 24 39 / 0.95);
}
.active\:text-gray-950:active {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.active\:text-gray-950\/0:active {
  color: rgb(3 7 18 / 0);
}
.active\:text-gray-950\/10:active {
  color: rgb(3 7 18 / 0.1);
}
.active\:text-gray-950\/100:active {
  color: rgb(3 7 18 / 1);
}
.active\:text-gray-950\/15:active {
  color: rgb(3 7 18 / 0.15);
}
.active\:text-gray-950\/20:active {
  color: rgb(3 7 18 / 0.2);
}
.active\:text-gray-950\/25:active {
  color: rgb(3 7 18 / 0.25);
}
.active\:text-gray-950\/30:active {
  color: rgb(3 7 18 / 0.3);
}
.active\:text-gray-950\/35:active {
  color: rgb(3 7 18 / 0.35);
}
.active\:text-gray-950\/40:active {
  color: rgb(3 7 18 / 0.4);
}
.active\:text-gray-950\/45:active {
  color: rgb(3 7 18 / 0.45);
}
.active\:text-gray-950\/5:active {
  color: rgb(3 7 18 / 0.05);
}
.active\:text-gray-950\/50:active {
  color: rgb(3 7 18 / 0.5);
}
.active\:text-gray-950\/55:active {
  color: rgb(3 7 18 / 0.55);
}
.active\:text-gray-950\/60:active {
  color: rgb(3 7 18 / 0.6);
}
.active\:text-gray-950\/65:active {
  color: rgb(3 7 18 / 0.65);
}
.active\:text-gray-950\/70:active {
  color: rgb(3 7 18 / 0.7);
}
.active\:text-gray-950\/75:active {
  color: rgb(3 7 18 / 0.75);
}
.active\:text-gray-950\/80:active {
  color: rgb(3 7 18 / 0.8);
}
.active\:text-gray-950\/85:active {
  color: rgb(3 7 18 / 0.85);
}
.active\:text-gray-950\/90:active {
  color: rgb(3 7 18 / 0.9);
}
.active\:text-gray-950\/95:active {
  color: rgb(3 7 18 / 0.95);
}
.active\:text-orange-950:active {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}
.active\:text-primary-100:active {
  color: var(--primary-color-100);
}
.active\:text-primary-200:active {
  color: var(--primary-color-200);
}
.active\:text-primary-300:active {
  color: var(--primary-color-300);
}
.active\:text-primary-400:active {
  color: var(--primary-color-400);
}
.active\:text-primary-50:active {
  color: var(--primary-color-50);
}
.active\:text-primary-500:active {
  color: var(--primary-color-500);
}
.active\:text-primary-600:active {
  color: var(--primary-color-600);
}
.active\:text-primary-700:active {
  color: var(--primary-color-700);
}
.active\:text-primary-800:active {
  color: var(--primary-color-800);
}
.active\:text-primary-900:active {
  color: var(--primary-color-900);
}
.active\:text-primary-950:active {
  color: var(--primary-color-950);
}
.active\:text-red-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.active\:text-red-100\/0:active {
  color: rgb(254 226 226 / 0);
}
.active\:text-red-100\/10:active {
  color: rgb(254 226 226 / 0.1);
}
.active\:text-red-100\/100:active {
  color: rgb(254 226 226 / 1);
}
.active\:text-red-100\/15:active {
  color: rgb(254 226 226 / 0.15);
}
.active\:text-red-100\/20:active {
  color: rgb(254 226 226 / 0.2);
}
.active\:text-red-100\/25:active {
  color: rgb(254 226 226 / 0.25);
}
.active\:text-red-100\/30:active {
  color: rgb(254 226 226 / 0.3);
}
.active\:text-red-100\/35:active {
  color: rgb(254 226 226 / 0.35);
}
.active\:text-red-100\/40:active {
  color: rgb(254 226 226 / 0.4);
}
.active\:text-red-100\/45:active {
  color: rgb(254 226 226 / 0.45);
}
.active\:text-red-100\/5:active {
  color: rgb(254 226 226 / 0.05);
}
.active\:text-red-100\/50:active {
  color: rgb(254 226 226 / 0.5);
}
.active\:text-red-100\/55:active {
  color: rgb(254 226 226 / 0.55);
}
.active\:text-red-100\/60:active {
  color: rgb(254 226 226 / 0.6);
}
.active\:text-red-100\/65:active {
  color: rgb(254 226 226 / 0.65);
}
.active\:text-red-100\/70:active {
  color: rgb(254 226 226 / 0.7);
}
.active\:text-red-100\/75:active {
  color: rgb(254 226 226 / 0.75);
}
.active\:text-red-100\/80:active {
  color: rgb(254 226 226 / 0.8);
}
.active\:text-red-100\/85:active {
  color: rgb(254 226 226 / 0.85);
}
.active\:text-red-100\/90:active {
  color: rgb(254 226 226 / 0.9);
}
.active\:text-red-100\/95:active {
  color: rgb(254 226 226 / 0.95);
}
.active\:text-red-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.active\:text-red-200\/0:active {
  color: rgb(254 202 202 / 0);
}
.active\:text-red-200\/10:active {
  color: rgb(254 202 202 / 0.1);
}
.active\:text-red-200\/100:active {
  color: rgb(254 202 202 / 1);
}
.active\:text-red-200\/15:active {
  color: rgb(254 202 202 / 0.15);
}
.active\:text-red-200\/20:active {
  color: rgb(254 202 202 / 0.2);
}
.active\:text-red-200\/25:active {
  color: rgb(254 202 202 / 0.25);
}
.active\:text-red-200\/30:active {
  color: rgb(254 202 202 / 0.3);
}
.active\:text-red-200\/35:active {
  color: rgb(254 202 202 / 0.35);
}
.active\:text-red-200\/40:active {
  color: rgb(254 202 202 / 0.4);
}
.active\:text-red-200\/45:active {
  color: rgb(254 202 202 / 0.45);
}
.active\:text-red-200\/5:active {
  color: rgb(254 202 202 / 0.05);
}
.active\:text-red-200\/50:active {
  color: rgb(254 202 202 / 0.5);
}
.active\:text-red-200\/55:active {
  color: rgb(254 202 202 / 0.55);
}
.active\:text-red-200\/60:active {
  color: rgb(254 202 202 / 0.6);
}
.active\:text-red-200\/65:active {
  color: rgb(254 202 202 / 0.65);
}
.active\:text-red-200\/70:active {
  color: rgb(254 202 202 / 0.7);
}
.active\:text-red-200\/75:active {
  color: rgb(254 202 202 / 0.75);
}
.active\:text-red-200\/80:active {
  color: rgb(254 202 202 / 0.8);
}
.active\:text-red-200\/85:active {
  color: rgb(254 202 202 / 0.85);
}
.active\:text-red-200\/90:active {
  color: rgb(254 202 202 / 0.9);
}
.active\:text-red-200\/95:active {
  color: rgb(254 202 202 / 0.95);
}
.active\:text-red-300:active {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.active\:text-red-300\/0:active {
  color: rgb(252 165 165 / 0);
}
.active\:text-red-300\/10:active {
  color: rgb(252 165 165 / 0.1);
}
.active\:text-red-300\/100:active {
  color: rgb(252 165 165 / 1);
}
.active\:text-red-300\/15:active {
  color: rgb(252 165 165 / 0.15);
}
.active\:text-red-300\/20:active {
  color: rgb(252 165 165 / 0.2);
}
.active\:text-red-300\/25:active {
  color: rgb(252 165 165 / 0.25);
}
.active\:text-red-300\/30:active {
  color: rgb(252 165 165 / 0.3);
}
.active\:text-red-300\/35:active {
  color: rgb(252 165 165 / 0.35);
}
.active\:text-red-300\/40:active {
  color: rgb(252 165 165 / 0.4);
}
.active\:text-red-300\/45:active {
  color: rgb(252 165 165 / 0.45);
}
.active\:text-red-300\/5:active {
  color: rgb(252 165 165 / 0.05);
}
.active\:text-red-300\/50:active {
  color: rgb(252 165 165 / 0.5);
}
.active\:text-red-300\/55:active {
  color: rgb(252 165 165 / 0.55);
}
.active\:text-red-300\/60:active {
  color: rgb(252 165 165 / 0.6);
}
.active\:text-red-300\/65:active {
  color: rgb(252 165 165 / 0.65);
}
.active\:text-red-300\/70:active {
  color: rgb(252 165 165 / 0.7);
}
.active\:text-red-300\/75:active {
  color: rgb(252 165 165 / 0.75);
}
.active\:text-red-300\/80:active {
  color: rgb(252 165 165 / 0.8);
}
.active\:text-red-300\/85:active {
  color: rgb(252 165 165 / 0.85);
}
.active\:text-red-300\/90:active {
  color: rgb(252 165 165 / 0.9);
}
.active\:text-red-300\/95:active {
  color: rgb(252 165 165 / 0.95);
}
.active\:text-red-400:active {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.active\:text-red-400\/0:active {
  color: rgb(248 113 113 / 0);
}
.active\:text-red-400\/10:active {
  color: rgb(248 113 113 / 0.1);
}
.active\:text-red-400\/100:active {
  color: rgb(248 113 113 / 1);
}
.active\:text-red-400\/15:active {
  color: rgb(248 113 113 / 0.15);
}
.active\:text-red-400\/20:active {
  color: rgb(248 113 113 / 0.2);
}
.active\:text-red-400\/25:active {
  color: rgb(248 113 113 / 0.25);
}
.active\:text-red-400\/30:active {
  color: rgb(248 113 113 / 0.3);
}
.active\:text-red-400\/35:active {
  color: rgb(248 113 113 / 0.35);
}
.active\:text-red-400\/40:active {
  color: rgb(248 113 113 / 0.4);
}
.active\:text-red-400\/45:active {
  color: rgb(248 113 113 / 0.45);
}
.active\:text-red-400\/5:active {
  color: rgb(248 113 113 / 0.05);
}
.active\:text-red-400\/50:active {
  color: rgb(248 113 113 / 0.5);
}
.active\:text-red-400\/55:active {
  color: rgb(248 113 113 / 0.55);
}
.active\:text-red-400\/60:active {
  color: rgb(248 113 113 / 0.6);
}
.active\:text-red-400\/65:active {
  color: rgb(248 113 113 / 0.65);
}
.active\:text-red-400\/70:active {
  color: rgb(248 113 113 / 0.7);
}
.active\:text-red-400\/75:active {
  color: rgb(248 113 113 / 0.75);
}
.active\:text-red-400\/80:active {
  color: rgb(248 113 113 / 0.8);
}
.active\:text-red-400\/85:active {
  color: rgb(248 113 113 / 0.85);
}
.active\:text-red-400\/90:active {
  color: rgb(248 113 113 / 0.9);
}
.active\:text-red-400\/95:active {
  color: rgb(248 113 113 / 0.95);
}
.active\:text-red-50:active {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.active\:text-red-50\/0:active {
  color: rgb(254 242 242 / 0);
}
.active\:text-red-50\/10:active {
  color: rgb(254 242 242 / 0.1);
}
.active\:text-red-50\/100:active {
  color: rgb(254 242 242 / 1);
}
.active\:text-red-50\/15:active {
  color: rgb(254 242 242 / 0.15);
}
.active\:text-red-50\/20:active {
  color: rgb(254 242 242 / 0.2);
}
.active\:text-red-50\/25:active {
  color: rgb(254 242 242 / 0.25);
}
.active\:text-red-50\/30:active {
  color: rgb(254 242 242 / 0.3);
}
.active\:text-red-50\/35:active {
  color: rgb(254 242 242 / 0.35);
}
.active\:text-red-50\/40:active {
  color: rgb(254 242 242 / 0.4);
}
.active\:text-red-50\/45:active {
  color: rgb(254 242 242 / 0.45);
}
.active\:text-red-50\/5:active {
  color: rgb(254 242 242 / 0.05);
}
.active\:text-red-50\/50:active {
  color: rgb(254 242 242 / 0.5);
}
.active\:text-red-50\/55:active {
  color: rgb(254 242 242 / 0.55);
}
.active\:text-red-50\/60:active {
  color: rgb(254 242 242 / 0.6);
}
.active\:text-red-50\/65:active {
  color: rgb(254 242 242 / 0.65);
}
.active\:text-red-50\/70:active {
  color: rgb(254 242 242 / 0.7);
}
.active\:text-red-50\/75:active {
  color: rgb(254 242 242 / 0.75);
}
.active\:text-red-50\/80:active {
  color: rgb(254 242 242 / 0.8);
}
.active\:text-red-50\/85:active {
  color: rgb(254 242 242 / 0.85);
}
.active\:text-red-50\/90:active {
  color: rgb(254 242 242 / 0.9);
}
.active\:text-red-50\/95:active {
  color: rgb(254 242 242 / 0.95);
}
.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.active\:text-red-500\/0:active {
  color: rgb(239 68 68 / 0);
}
.active\:text-red-500\/10:active {
  color: rgb(239 68 68 / 0.1);
}
.active\:text-red-500\/100:active {
  color: rgb(239 68 68 / 1);
}
.active\:text-red-500\/15:active {
  color: rgb(239 68 68 / 0.15);
}
.active\:text-red-500\/20:active {
  color: rgb(239 68 68 / 0.2);
}
.active\:text-red-500\/25:active {
  color: rgb(239 68 68 / 0.25);
}
.active\:text-red-500\/30:active {
  color: rgb(239 68 68 / 0.3);
}
.active\:text-red-500\/35:active {
  color: rgb(239 68 68 / 0.35);
}
.active\:text-red-500\/40:active {
  color: rgb(239 68 68 / 0.4);
}
.active\:text-red-500\/45:active {
  color: rgb(239 68 68 / 0.45);
}
.active\:text-red-500\/5:active {
  color: rgb(239 68 68 / 0.05);
}
.active\:text-red-500\/50:active {
  color: rgb(239 68 68 / 0.5);
}
.active\:text-red-500\/55:active {
  color: rgb(239 68 68 / 0.55);
}
.active\:text-red-500\/60:active {
  color: rgb(239 68 68 / 0.6);
}
.active\:text-red-500\/65:active {
  color: rgb(239 68 68 / 0.65);
}
.active\:text-red-500\/70:active {
  color: rgb(239 68 68 / 0.7);
}
.active\:text-red-500\/75:active {
  color: rgb(239 68 68 / 0.75);
}
.active\:text-red-500\/80:active {
  color: rgb(239 68 68 / 0.8);
}
.active\:text-red-500\/85:active {
  color: rgb(239 68 68 / 0.85);
}
.active\:text-red-500\/90:active {
  color: rgb(239 68 68 / 0.9);
}
.active\:text-red-500\/95:active {
  color: rgb(239 68 68 / 0.95);
}
.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.active\:text-red-600\/0:active {
  color: rgb(220 38 38 / 0);
}
.active\:text-red-600\/10:active {
  color: rgb(220 38 38 / 0.1);
}
.active\:text-red-600\/100:active {
  color: rgb(220 38 38 / 1);
}
.active\:text-red-600\/15:active {
  color: rgb(220 38 38 / 0.15);
}
.active\:text-red-600\/20:active {
  color: rgb(220 38 38 / 0.2);
}
.active\:text-red-600\/25:active {
  color: rgb(220 38 38 / 0.25);
}
.active\:text-red-600\/30:active {
  color: rgb(220 38 38 / 0.3);
}
.active\:text-red-600\/35:active {
  color: rgb(220 38 38 / 0.35);
}
.active\:text-red-600\/40:active {
  color: rgb(220 38 38 / 0.4);
}
.active\:text-red-600\/45:active {
  color: rgb(220 38 38 / 0.45);
}
.active\:text-red-600\/5:active {
  color: rgb(220 38 38 / 0.05);
}
.active\:text-red-600\/50:active {
  color: rgb(220 38 38 / 0.5);
}
.active\:text-red-600\/55:active {
  color: rgb(220 38 38 / 0.55);
}
.active\:text-red-600\/60:active {
  color: rgb(220 38 38 / 0.6);
}
.active\:text-red-600\/65:active {
  color: rgb(220 38 38 / 0.65);
}
.active\:text-red-600\/70:active {
  color: rgb(220 38 38 / 0.7);
}
.active\:text-red-600\/75:active {
  color: rgb(220 38 38 / 0.75);
}
.active\:text-red-600\/80:active {
  color: rgb(220 38 38 / 0.8);
}
.active\:text-red-600\/85:active {
  color: rgb(220 38 38 / 0.85);
}
.active\:text-red-600\/90:active {
  color: rgb(220 38 38 / 0.9);
}
.active\:text-red-600\/95:active {
  color: rgb(220 38 38 / 0.95);
}
.active\:text-red-700:active {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.active\:text-red-700\/0:active {
  color: rgb(185 28 28 / 0);
}
.active\:text-red-700\/10:active {
  color: rgb(185 28 28 / 0.1);
}
.active\:text-red-700\/100:active {
  color: rgb(185 28 28 / 1);
}
.active\:text-red-700\/15:active {
  color: rgb(185 28 28 / 0.15);
}
.active\:text-red-700\/20:active {
  color: rgb(185 28 28 / 0.2);
}
.active\:text-red-700\/25:active {
  color: rgb(185 28 28 / 0.25);
}
.active\:text-red-700\/30:active {
  color: rgb(185 28 28 / 0.3);
}
.active\:text-red-700\/35:active {
  color: rgb(185 28 28 / 0.35);
}
.active\:text-red-700\/40:active {
  color: rgb(185 28 28 / 0.4);
}
.active\:text-red-700\/45:active {
  color: rgb(185 28 28 / 0.45);
}
.active\:text-red-700\/5:active {
  color: rgb(185 28 28 / 0.05);
}
.active\:text-red-700\/50:active {
  color: rgb(185 28 28 / 0.5);
}
.active\:text-red-700\/55:active {
  color: rgb(185 28 28 / 0.55);
}
.active\:text-red-700\/60:active {
  color: rgb(185 28 28 / 0.6);
}
.active\:text-red-700\/65:active {
  color: rgb(185 28 28 / 0.65);
}
.active\:text-red-700\/70:active {
  color: rgb(185 28 28 / 0.7);
}
.active\:text-red-700\/75:active {
  color: rgb(185 28 28 / 0.75);
}
.active\:text-red-700\/80:active {
  color: rgb(185 28 28 / 0.8);
}
.active\:text-red-700\/85:active {
  color: rgb(185 28 28 / 0.85);
}
.active\:text-red-700\/90:active {
  color: rgb(185 28 28 / 0.9);
}
.active\:text-red-700\/95:active {
  color: rgb(185 28 28 / 0.95);
}
.active\:text-red-800:active {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.active\:text-red-800\/0:active {
  color: rgb(153 27 27 / 0);
}
.active\:text-red-800\/10:active {
  color: rgb(153 27 27 / 0.1);
}
.active\:text-red-800\/100:active {
  color: rgb(153 27 27 / 1);
}
.active\:text-red-800\/15:active {
  color: rgb(153 27 27 / 0.15);
}
.active\:text-red-800\/20:active {
  color: rgb(153 27 27 / 0.2);
}
.active\:text-red-800\/25:active {
  color: rgb(153 27 27 / 0.25);
}
.active\:text-red-800\/30:active {
  color: rgb(153 27 27 / 0.3);
}
.active\:text-red-800\/35:active {
  color: rgb(153 27 27 / 0.35);
}
.active\:text-red-800\/40:active {
  color: rgb(153 27 27 / 0.4);
}
.active\:text-red-800\/45:active {
  color: rgb(153 27 27 / 0.45);
}
.active\:text-red-800\/5:active {
  color: rgb(153 27 27 / 0.05);
}
.active\:text-red-800\/50:active {
  color: rgb(153 27 27 / 0.5);
}
.active\:text-red-800\/55:active {
  color: rgb(153 27 27 / 0.55);
}
.active\:text-red-800\/60:active {
  color: rgb(153 27 27 / 0.6);
}
.active\:text-red-800\/65:active {
  color: rgb(153 27 27 / 0.65);
}
.active\:text-red-800\/70:active {
  color: rgb(153 27 27 / 0.7);
}
.active\:text-red-800\/75:active {
  color: rgb(153 27 27 / 0.75);
}
.active\:text-red-800\/80:active {
  color: rgb(153 27 27 / 0.8);
}
.active\:text-red-800\/85:active {
  color: rgb(153 27 27 / 0.85);
}
.active\:text-red-800\/90:active {
  color: rgb(153 27 27 / 0.9);
}
.active\:text-red-800\/95:active {
  color: rgb(153 27 27 / 0.95);
}
.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.active\:text-red-900\/0:active {
  color: rgb(127 29 29 / 0);
}
.active\:text-red-900\/10:active {
  color: rgb(127 29 29 / 0.1);
}
.active\:text-red-900\/100:active {
  color: rgb(127 29 29 / 1);
}
.active\:text-red-900\/15:active {
  color: rgb(127 29 29 / 0.15);
}
.active\:text-red-900\/20:active {
  color: rgb(127 29 29 / 0.2);
}
.active\:text-red-900\/25:active {
  color: rgb(127 29 29 / 0.25);
}
.active\:text-red-900\/30:active {
  color: rgb(127 29 29 / 0.3);
}
.active\:text-red-900\/35:active {
  color: rgb(127 29 29 / 0.35);
}
.active\:text-red-900\/40:active {
  color: rgb(127 29 29 / 0.4);
}
.active\:text-red-900\/45:active {
  color: rgb(127 29 29 / 0.45);
}
.active\:text-red-900\/5:active {
  color: rgb(127 29 29 / 0.05);
}
.active\:text-red-900\/50:active {
  color: rgb(127 29 29 / 0.5);
}
.active\:text-red-900\/55:active {
  color: rgb(127 29 29 / 0.55);
}
.active\:text-red-900\/60:active {
  color: rgb(127 29 29 / 0.6);
}
.active\:text-red-900\/65:active {
  color: rgb(127 29 29 / 0.65);
}
.active\:text-red-900\/70:active {
  color: rgb(127 29 29 / 0.7);
}
.active\:text-red-900\/75:active {
  color: rgb(127 29 29 / 0.75);
}
.active\:text-red-900\/80:active {
  color: rgb(127 29 29 / 0.8);
}
.active\:text-red-900\/85:active {
  color: rgb(127 29 29 / 0.85);
}
.active\:text-red-900\/90:active {
  color: rgb(127 29 29 / 0.9);
}
.active\:text-red-900\/95:active {
  color: rgb(127 29 29 / 0.95);
}
.active\:text-red-950:active {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.active\:text-red-950\/0:active {
  color: rgb(69 10 10 / 0);
}
.active\:text-red-950\/10:active {
  color: rgb(69 10 10 / 0.1);
}
.active\:text-red-950\/100:active {
  color: rgb(69 10 10 / 1);
}
.active\:text-red-950\/15:active {
  color: rgb(69 10 10 / 0.15);
}
.active\:text-red-950\/20:active {
  color: rgb(69 10 10 / 0.2);
}
.active\:text-red-950\/25:active {
  color: rgb(69 10 10 / 0.25);
}
.active\:text-red-950\/30:active {
  color: rgb(69 10 10 / 0.3);
}
.active\:text-red-950\/35:active {
  color: rgb(69 10 10 / 0.35);
}
.active\:text-red-950\/40:active {
  color: rgb(69 10 10 / 0.4);
}
.active\:text-red-950\/45:active {
  color: rgb(69 10 10 / 0.45);
}
.active\:text-red-950\/5:active {
  color: rgb(69 10 10 / 0.05);
}
.active\:text-red-950\/50:active {
  color: rgb(69 10 10 / 0.5);
}
.active\:text-red-950\/55:active {
  color: rgb(69 10 10 / 0.55);
}
.active\:text-red-950\/60:active {
  color: rgb(69 10 10 / 0.6);
}
.active\:text-red-950\/65:active {
  color: rgb(69 10 10 / 0.65);
}
.active\:text-red-950\/70:active {
  color: rgb(69 10 10 / 0.7);
}
.active\:text-red-950\/75:active {
  color: rgb(69 10 10 / 0.75);
}
.active\:text-red-950\/80:active {
  color: rgb(69 10 10 / 0.8);
}
.active\:text-red-950\/85:active {
  color: rgb(69 10 10 / 0.85);
}
.active\:text-red-950\/90:active {
  color: rgb(69 10 10 / 0.9);
}
.active\:text-red-950\/95:active {
  color: rgb(69 10 10 / 0.95);
}
.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:hover\:bg-gray-400:hover:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.active\:hover\:bg-gray-500:hover:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.enabled\:focus\:border-opacity-85:focus:enabled {
  --tw-border-opacity: 0.85;
}
.enabled\:focus\:outline-none:focus:enabled {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:border-gray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.disabled\:hover\:border-0:hover:disabled {
  border-width: 0px;
}
.disabled\:hover\:bg-gray-300:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:bg-white:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:active\:bg-gray-200:active:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.aria-selected\:border-0[aria-selected="true"] {
  border-width: 0px;
}
.aria-selected\:\!border-gray-700[aria-selected="true"] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}
.aria-selected\:border-primary-500[aria-selected="true"] {
  border-color: var(--primary-color-500);
}
.aria-selected\:\!bg-gray-800[aria-selected="true"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}
.aria-selected\:bg-blue-100[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.aria-selected\:bg-gray-100[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.aria-selected\:bg-green-200[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.aria-selected\:bg-indigo-400[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.aria-selected\:bg-primary-400[aria-selected="true"] {
  background-color: var(--primary-color-400);
}
.aria-selected\:\!text-gray-200[aria-selected="true"] {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}
.aria-selected\:text-gray-700[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.aria-selected\:hover\:\!bg-gray-700:hover[aria-selected="true"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.aria-selected\:active\:\!bg-gray-600:active[aria-selected="true"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.dark\:border-orange-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.dark\:\!bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-gray-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.dark\:bg-green-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}
.dark\:bg-orange-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.dark\:bg-red-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.dark\:\!text-gray-100:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-amber-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.dark\:text-orange-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:text-red-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:hover\:border-gray-500:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.dark\:hover\:\!bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-gray-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:active\:border-gray-500:active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.dark\:active\:\!bg-gray-600:active:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:active\:bg-gray-600:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:active\:bg-gray-700:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:active\:text-gray-100:active:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.dark\:disabled\:bg-gray-600:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:disabled\:text-gray-500:disabled:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dark\:disabled\:hover\:bg-gray-600:hover:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:aria-selected\:bg-gray-800[aria-selected="true"]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:aria-selected\:\!text-gray-700[aria-selected="true"]:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.dark\:aria-selected\:text-gray-200[aria-selected="true"]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:aria-selected\:hover\:\!bg-gray-400:hover[aria-selected="true"]:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:aria-selected\:active\:\!bg-gray-500:active[aria-selected="true"]:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}
@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }
}
@media (min-width: 1536px) {

  .\32xl\:block {
    display: block;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }
}@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('/assets/primeicons-DMOk5skT.eot');
    src: url('/assets/primeicons-DMOk5skT.eot?#iefix') format('embedded-opentype'), url('/assets/primeicons-C6QP2o4f.woff2') format('woff2'), url('/assets/primeicons-WjwUDZjB.woff') format('woff'), url('/assets/primeicons-MpK4pl85.ttf') format('truetype'), url('/assets/primeicons-Dr5RGzOO.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-folder-plus:before {
    content: "\ea05";
}

.pi-receipt:before {
    content: "\ea06";
}

.pi-asterisk:before {
    content: "\ea07";
}

.pi-face-smile:before {
    content: "\ea08";
}

.pi-pinterest:before {
    content: "\ea09";
}

.pi-expand:before {
    content: "\ea0a";
}

.pi-pen-to-square:before {
    content: "\ea0b";
}

.pi-wave-pulse:before {
    content: "\ea0c";
}

.pi-turkish-lira:before {
    content: "\ea0d";
}

.pi-spinner-dotted:before {
    content: "\ea0e";
}

.pi-crown:before {
    content: "\ea0f";
}

.pi-pause-circle:before {
    content: "\ea10";
}

.pi-warehouse:before {
    content: "\ea11";
}

.pi-objects-column:before {
    content: "\ea12";
}

.pi-clipboard:before {
    content: "\ea13";
}

.pi-play-circle:before {
    content: "\ea14";
}

.pi-venus:before {
    content: "\ea15";
}

.pi-cart-minus:before {
    content: "\ea16";
}

.pi-file-plus:before {
    content: "\ea17";
}

.pi-microchip:before {
    content: "\ea18";
}

.pi-twitch:before {
    content: "\ea19";
}

.pi-building-columns:before {
    content: "\ea1a";
}

.pi-file-check:before {
    content: "\ea1b";
}

.pi-microchip-ai:before {
    content: "\ea1c";
}

.pi-trophy:before {
    content: "\ea1d";
}

.pi-barcode:before {
    content: "\ea1e";
}

.pi-file-arrow-up:before {
    content: "\ea1f";
}

.pi-mars:before {
    content: "\ea20";
}

.pi-tiktok:before {
    content: "\ea21";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
}

.pi-ethereum:before {
    content: "\ea23";
}

.pi-list-check:before {
    content: "\ea24";
}

.pi-thumbtack:before {
    content: "\ea25";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
}

.pi-equals:before {
    content: "\ea27";
}

.pi-lightbulb:before {
    content: "\ea28";
}

.pi-star-half:before {
    content: "\ea29";
}

.pi-address-book:before {
    content: "\ea2a";
}

.pi-chart-scatter:before {
    content: "\ea2b";
}

.pi-indian-rupee:before {
    content: "\ea2c";
}

.pi-star-half-fill:before {
    content: "\ea2d";
}

.pi-cart-arrow-down:before {
    content: "\ea2e";
}

.pi-calendar-clock:before {
    content: "\ea2f";
}

.pi-sort-up-fill:before {
    content: "\ea30";
}

.pi-sparkles:before {
    content: "\ea31";
}

.pi-bullseye:before {
    content: "\ea32";
}

.pi-sort-down-fill:before {
    content: "\ea33";
}

.pi-graduation-cap:before {
    content: "\ea34";
}

.pi-hammer:before {
    content: "\ea35";
}

.pi-bell-slash:before {
    content: "\ea36";
}

.pi-gauge:before {
    content: "\ea37";
}

.pi-shop:before {
    content: "\ea38";
}

.pi-headphones:before {
    content: "\ea39";
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}
.vcron-p-row{display:flex;flex-wrap:nowrap;border:0px!important;box-shadow:none!important}.vcron-p-col{flex-basis:100%;min-width:0;text-align:center;cursor:pointer;overflow:hidden;padding:var(--p-listbox-option-padding);border:0 none;border-radius:var(--p-listbox-option-border-radius);color:var(--p-listbox-option-color);transition:background var(--p-listbox-transition-duration),color var(--p-listbox-transition-duration),border-color var(--p-listbox-transition-duration),box-shadow var(--p-listbox-transition-duration),outline-color var(--p-listbox-transition-duration)}.vcron-p-col:not(.vcron-p-col-selected):hover{background:var(--p-listbox-option-focus-background);color:var(--p-listbox-option-focus-color)}.vcron-p-col-selected{background:var(--p-listbox-option-selected-background);color:var(--p-listbox-option-selected-color)}
