/**
 * Tailwind CSS - Administrativo SAPL
 * 
 * Este arquivo é o ponto de entrada para o Tailwind CSS
 * da área administrativa do sistema SAPL.
 * 
 * Build de desenvolvimento: npm run build:admin
 * Build de produção: npm run build:admin:prod
 */

*, ::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, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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: SF Mono, Monaco, Inconsolata, Fira Mono, Droid Sans Mono, 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:-ms-input-placeholder, textarea:-ms-input-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;
}

/* Garantir que o body ocupe toda a altura da viewport */

html, body {
  height: 100%;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Scrollbar personalizada (Webkit) */

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

/**
   * -------------------------------------------------------------------------
   * BOTÕES CUSTOMIZADOS
   * -------------------------------------------------------------------------
   */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 113 136 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 141 168 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.btn-secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

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

.btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-success:hover {
  background-color: rgb(16 185 129 / 0.9);
}

.btn-success:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-success:active {
  background-color: rgb(16 185 129 / 0.8);
}

.btn-success:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-danger:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.btn-danger:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-danger:active {
  background-color: rgb(239 68 68 / 0.8);
}

.btn-danger:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-warning {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-warning:hover {
  background-color: rgb(245 158 11 / 0.9);
}

.btn-warning:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-warning:active {
  background-color: rgb(245 158 11 / 0.8);
}

.btn-warning:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/**
   * -------------------------------------------------------------------------
   * CARDS E CONTAINERS
   * -------------------------------------------------------------------------
   */

.card {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-body {
  padding: 1.5rem;
}

.card-footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/**
   * -------------------------------------------------------------------------
   * FORMULÁRIOS
   * -------------------------------------------------------------------------
   */

.form-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.form-select {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-select:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 141 168 / var(--tw-ring-opacity, 1));
}

.form-select:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/**
   * -------------------------------------------------------------------------
   * ALERTAS E NOTIFICAÇÕES
   * -------------------------------------------------------------------------
   */

.\!alert {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.alert {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.alert-success {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.alert-danger,
  .alert-error {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.alert-warning {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.alert-info {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

/**
   * -------------------------------------------------------------------------
   * TABELAS
   * -------------------------------------------------------------------------
   */

.table {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table thead {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table tbody tr {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.table tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/**
   * -------------------------------------------------------------------------
   * BADGES
   * -------------------------------------------------------------------------
   */

.\!badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.badge-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(179 229 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 57 72 / var(--tw-text-opacity, 1));
}

.badge-success {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.badge-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.badge-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.badge-info {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

/**
   * -------------------------------------------------------------------------
   * SIDEBAR E NAVEGAÇÃO
   * -------------------------------------------------------------------------
   */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-left-40 {
  left: -10rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-4 {
  right: -1rem;
}

.-right-40 {
  right: -10rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-40 {
  top: -10rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[140px\] {
  bottom: 140px;
}

.bottom-\[4\.6rem\] {
  bottom: 4.6rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.left-\[-57px\] {
  left: -57px;
}

.left-\[100px\] {
  left: 100px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-3 {
  right: 0.75rem;
}

.right-32 {
  right: 8rem;
}

.right-4 {
  right: 1rem;
}

.right-40 {
  right: 10rem;
}

.right-48 {
  right: 12rem;
}

.right-5 {
  right: 1.25rem;
}

.right-56 {
  right: 14rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-2\/4 {
  top: 50%;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[68px\] {
  top: 68px;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

.z-0 {
  z-index: 0;
}

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

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-auto {
  grid-column: auto;
}

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

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

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

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

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

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

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

.col-span-9 {
  grid-column: span 9 / span 9;
}

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

.float-start {
  float: inline-start;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.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-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-auto {
  margin-bottom: auto;
}

.me-1 {
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
}

.me-2 {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.me-auto {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-\[590px\] {
  margin-top: 590px;
}

.mt-\[620px\] {
  margin-top: 620px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/5 {
  height: 40%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[1200px\] {
  height: 1200px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[130px\] {
  height: 130px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[170px\] {
  height: 170px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[225px\] {
  height: 225px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[297mm\] {
  height: 297mm;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[460px\] {
  height: 460px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[850px\] {
  height: 850px;
}

.h-\[85vh\] {
  height: 85vh;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[calc\(100\%-80px\)\] {
  height: calc(100% - 80px);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[55vh\] {
  max-height: 55vh;
}

.max-h-\[88vh\] {
  max-height: 88vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[130px\] {
  min-height: 130px;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.min-h-\[297mm\] {
  min-height: 297mm;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[138px\] {
  min-height: 138px;
}

.min-h-\[136px\] {
  min-height: 136px;
}

.min-h-\[110px\] {
  min-height: 110px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-30 {
  width: 7.5rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[210mm\] {
  width: 210mm;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[410px\] {
  width: 410px;
}

.w-\[430px\] {
  width: 430px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[85vw\] {
  width: 85vw;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[1100px\] {
  min-width: 1100px;
}

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[41px\] {
  min-width: 41px;
}

.min-w-\[55px\] {
  min-width: 55px;
}

.min-w-\[7rem\] {
  min-width: 7rem;
}

.min-w-full {
  min-width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-\[210mm\] {
  max-width: 210mm;
}

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

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

.max-w-\[95vw\] {
  max-width: 95vw;
}

.max-w-\[calc\(100\%-80px\)\] {
  max-width: calc(100% - 80px);
}

.max-w-full {
  max-width: 100%;
}

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

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

.max-w-none {
  max-width: none;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-\[0\] {
  transform-origin: 0;
}

.origin-left {
  transform-origin: left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[16deg\] {
  --tw-rotate: -16deg;
  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-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.skew-x-\[-20deg\] {
  --tw-skew-x: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.2s ease-out;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes scaleIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-scale-in {
  animation: scaleIn 0.2s ease-out;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in {
  animation: slideIn 0.3s ease-out;
}

@keyframes slideUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-up {
  animation: slideUp 0.3s ease-out;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

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

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

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

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

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-items-center {
  place-items: center;
}

.content-center {
  align-content: center;
}

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

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

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

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

.justify-around {
  justify-content: space-around;
}

.justify-items-stretch {
  justify-items: stretch;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.place-self-center {
  place-self: center;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

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

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#003F82\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 63 130 / var(--tw-border-opacity, 1));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

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

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

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-danger {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-danger-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-danger-100\/0 {
  border-color: rgb(254 226 226 / 0);
}

.border-danger-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}

.border-danger-100\/100 {
  border-color: rgb(254 226 226 / 1);
}

.border-danger-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}

.border-danger-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}

.border-danger-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}

.border-danger-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}

.border-danger-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}

.border-danger-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}

.border-danger-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}

.border-danger-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}

.border-danger-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}

.border-danger-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}

.border-danger-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}

.border-danger-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}

.border-danger-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}

.border-danger-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}

.border-danger-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}

.border-danger-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}

.border-danger-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}

.border-danger-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}

.border-danger-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-danger-200\/0 {
  border-color: rgb(254 202 202 / 0);
}

.border-danger-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}

.border-danger-200\/100 {
  border-color: rgb(254 202 202 / 1);
}

.border-danger-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}

.border-danger-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}

.border-danger-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}

.border-danger-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}

.border-danger-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}

.border-danger-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}

.border-danger-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}

.border-danger-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}

.border-danger-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}

.border-danger-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}

.border-danger-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}

.border-danger-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}

.border-danger-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}

.border-danger-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}

.border-danger-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}

.border-danger-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}

.border-danger-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}

.border-danger-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}

.border-danger-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-danger-300\/0 {
  border-color: rgb(252 165 165 / 0);
}

.border-danger-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}

.border-danger-300\/100 {
  border-color: rgb(252 165 165 / 1);
}

.border-danger-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}

.border-danger-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}

.border-danger-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}

.border-danger-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}

.border-danger-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}

.border-danger-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}

.border-danger-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}

.border-danger-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}

.border-danger-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}

.border-danger-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}

.border-danger-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}

.border-danger-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}

.border-danger-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}

.border-danger-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}

.border-danger-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}

.border-danger-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}

.border-danger-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}

.border-danger-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}

.border-danger-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-danger-400\/0 {
  border-color: rgb(248 113 113 / 0);
}

.border-danger-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}

.border-danger-400\/100 {
  border-color: rgb(248 113 113 / 1);
}

.border-danger-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}

.border-danger-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}

.border-danger-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}

.border-danger-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

.border-danger-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}

.border-danger-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}

.border-danger-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}

.border-danger-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}

.border-danger-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}

.border-danger-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}

.border-danger-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}

.border-danger-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}

.border-danger-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}

.border-danger-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}

.border-danger-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}

.border-danger-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}

.border-danger-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}

.border-danger-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}

.border-danger-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.border-danger-50\/0 {
  border-color: rgb(254 242 242 / 0);
}

.border-danger-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}

.border-danger-50\/100 {
  border-color: rgb(254 242 242 / 1);
}

.border-danger-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}

.border-danger-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}

.border-danger-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}

.border-danger-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}

.border-danger-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}

.border-danger-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}

.border-danger-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}

.border-danger-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}

.border-danger-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}

.border-danger-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}

.border-danger-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}

.border-danger-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}

.border-danger-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}

.border-danger-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}

.border-danger-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}

.border-danger-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}

.border-danger-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}

.border-danger-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}

.border-danger-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-danger-500\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-danger-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-danger-500\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-danger-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}

.border-danger-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-danger-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-danger-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-danger-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}

.border-danger-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-danger-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}

.border-danger-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-danger-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-danger-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}

.border-danger-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-danger-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}

.border-danger-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-danger-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-danger-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-danger-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}

.border-danger-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-danger-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-danger-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-danger-600\/0 {
  border-color: rgb(220 38 38 / 0);
}

.border-danger-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}

.border-danger-600\/100 {
  border-color: rgb(220 38 38 / 1);
}

.border-danger-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}

.border-danger-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}

.border-danger-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}

.border-danger-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}

.border-danger-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}

.border-danger-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}

.border-danger-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}

.border-danger-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}

.border-danger-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}

.border-danger-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}

.border-danger-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}

.border-danger-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}

.border-danger-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}

.border-danger-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}

.border-danger-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}

.border-danger-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}

.border-danger-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}

.border-danger-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}

.border-danger-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-danger-700\/0 {
  border-color: rgb(185 28 28 / 0);
}

.border-danger-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}

.border-danger-700\/100 {
  border-color: rgb(185 28 28 / 1);
}

.border-danger-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}

.border-danger-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}

.border-danger-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}

.border-danger-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}

.border-danger-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}

.border-danger-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}

.border-danger-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}

.border-danger-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}

.border-danger-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-danger-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}

.border-danger-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}

.border-danger-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}

.border-danger-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}

.border-danger-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}

.border-danger-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}

.border-danger-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}

.border-danger-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}

.border-danger-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}

.border-danger-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.border-danger-800\/0 {
  border-color: rgb(153 27 27 / 0);
}

.border-danger-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}

.border-danger-800\/100 {
  border-color: rgb(153 27 27 / 1);
}

.border-danger-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}

.border-danger-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}

.border-danger-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}

.border-danger-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}

.border-danger-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}

.border-danger-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}

.border-danger-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}

.border-danger-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}

.border-danger-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}

.border-danger-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}

.border-danger-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}

.border-danger-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}

.border-danger-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}

.border-danger-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}

.border-danger-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}

.border-danger-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}

.border-danger-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}

.border-danger-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}

.border-danger-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.border-danger-900\/0 {
  border-color: rgb(127 29 29 / 0);
}

.border-danger-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}

.border-danger-900\/100 {
  border-color: rgb(127 29 29 / 1);
}

.border-danger-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}

.border-danger-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}

.border-danger-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}

.border-danger-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}

.border-danger-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}

.border-danger-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}

.border-danger-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}

.border-danger-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}

.border-danger-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}

.border-danger-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}

.border-danger-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}

.border-danger-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}

.border-danger-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}

.border-danger-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}

.border-danger-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}

.border-danger-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}

.border-danger-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}

.border-danger-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}

.border-danger-dark {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-danger-dark\/0 {
  border-color: rgb(185 28 28 / 0);
}

.border-danger-dark\/10 {
  border-color: rgb(185 28 28 / 0.1);
}

.border-danger-dark\/100 {
  border-color: rgb(185 28 28 / 1);
}

.border-danger-dark\/15 {
  border-color: rgb(185 28 28 / 0.15);
}

.border-danger-dark\/20 {
  border-color: rgb(185 28 28 / 0.2);
}

.border-danger-dark\/25 {
  border-color: rgb(185 28 28 / 0.25);
}

.border-danger-dark\/30 {
  border-color: rgb(185 28 28 / 0.3);
}

.border-danger-dark\/35 {
  border-color: rgb(185 28 28 / 0.35);
}

.border-danger-dark\/40 {
  border-color: rgb(185 28 28 / 0.4);
}

.border-danger-dark\/45 {
  border-color: rgb(185 28 28 / 0.45);
}

.border-danger-dark\/5 {
  border-color: rgb(185 28 28 / 0.05);
}

.border-danger-dark\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-danger-dark\/55 {
  border-color: rgb(185 28 28 / 0.55);
}

.border-danger-dark\/60 {
  border-color: rgb(185 28 28 / 0.6);
}

.border-danger-dark\/65 {
  border-color: rgb(185 28 28 / 0.65);
}

.border-danger-dark\/70 {
  border-color: rgb(185 28 28 / 0.7);
}

.border-danger-dark\/75 {
  border-color: rgb(185 28 28 / 0.75);
}

.border-danger-dark\/80 {
  border-color: rgb(185 28 28 / 0.8);
}

.border-danger-dark\/85 {
  border-color: rgb(185 28 28 / 0.85);
}

.border-danger-dark\/90 {
  border-color: rgb(185 28 28 / 0.9);
}

.border-danger-dark\/95 {
  border-color: rgb(185 28 28 / 0.95);
}

.border-danger-light {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-danger-light\/0 {
  border-color: rgb(254 226 226 / 0);
}

.border-danger-light\/10 {
  border-color: rgb(254 226 226 / 0.1);
}

.border-danger-light\/100 {
  border-color: rgb(254 226 226 / 1);
}

.border-danger-light\/15 {
  border-color: rgb(254 226 226 / 0.15);
}

.border-danger-light\/20 {
  border-color: rgb(254 226 226 / 0.2);
}

.border-danger-light\/25 {
  border-color: rgb(254 226 226 / 0.25);
}

.border-danger-light\/30 {
  border-color: rgb(254 226 226 / 0.3);
}

.border-danger-light\/35 {
  border-color: rgb(254 226 226 / 0.35);
}

.border-danger-light\/40 {
  border-color: rgb(254 226 226 / 0.4);
}

.border-danger-light\/45 {
  border-color: rgb(254 226 226 / 0.45);
}

.border-danger-light\/5 {
  border-color: rgb(254 226 226 / 0.05);
}

.border-danger-light\/50 {
  border-color: rgb(254 226 226 / 0.5);
}

.border-danger-light\/55 {
  border-color: rgb(254 226 226 / 0.55);
}

.border-danger-light\/60 {
  border-color: rgb(254 226 226 / 0.6);
}

.border-danger-light\/65 {
  border-color: rgb(254 226 226 / 0.65);
}

.border-danger-light\/70 {
  border-color: rgb(254 226 226 / 0.7);
}

.border-danger-light\/75 {
  border-color: rgb(254 226 226 / 0.75);
}

.border-danger-light\/80 {
  border-color: rgb(254 226 226 / 0.8);
}

.border-danger-light\/85 {
  border-color: rgb(254 226 226 / 0.85);
}

.border-danger-light\/90 {
  border-color: rgb(254 226 226 / 0.9);
}

.border-danger-light\/95 {
  border-color: rgb(254 226 226 / 0.95);
}

.border-danger\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-danger\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-danger\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-danger\/15 {
  border-color: rgb(239 68 68 / 0.15);
}

.border-danger\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-danger\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-danger\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-danger\/35 {
  border-color: rgb(239 68 68 / 0.35);
}

.border-danger\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-danger\/45 {
  border-color: rgb(239 68 68 / 0.45);
}

.border-danger\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-danger\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-danger\/55 {
  border-color: rgb(239 68 68 / 0.55);
}

.border-danger\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-danger\/65 {
  border-color: rgb(239 68 68 / 0.65);
}

.border-danger\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-danger\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-danger\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-danger\/85 {
  border-color: rgb(239 68 68 / 0.85);
}

.border-danger\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-danger\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(24 28 50 / var(--tw-border-opacity, 1));
}

.border-dark-100 {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 243 / var(--tw-border-opacity, 1));
}

.border-dark-100\/0 {
  border-color: rgb(235 237 243 / 0);
}

.border-dark-100\/10 {
  border-color: rgb(235 237 243 / 0.1);
}

.border-dark-100\/100 {
  border-color: rgb(235 237 243 / 1);
}

.border-dark-100\/15 {
  border-color: rgb(235 237 243 / 0.15);
}

.border-dark-100\/20 {
  border-color: rgb(235 237 243 / 0.2);
}

.border-dark-100\/25 {
  border-color: rgb(235 237 243 / 0.25);
}

.border-dark-100\/30 {
  border-color: rgb(235 237 243 / 0.3);
}

.border-dark-100\/35 {
  border-color: rgb(235 237 243 / 0.35);
}

.border-dark-100\/40 {
  border-color: rgb(235 237 243 / 0.4);
}

.border-dark-100\/45 {
  border-color: rgb(235 237 243 / 0.45);
}

.border-dark-100\/5 {
  border-color: rgb(235 237 243 / 0.05);
}

.border-dark-100\/50 {
  border-color: rgb(235 237 243 / 0.5);
}

.border-dark-100\/55 {
  border-color: rgb(235 237 243 / 0.55);
}

.border-dark-100\/60 {
  border-color: rgb(235 237 243 / 0.6);
}

.border-dark-100\/65 {
  border-color: rgb(235 237 243 / 0.65);
}

.border-dark-100\/70 {
  border-color: rgb(235 237 243 / 0.7);
}

.border-dark-100\/75 {
  border-color: rgb(235 237 243 / 0.75);
}

.border-dark-100\/80 {
  border-color: rgb(235 237 243 / 0.8);
}

.border-dark-100\/85 {
  border-color: rgb(235 237 243 / 0.85);
}

.border-dark-100\/90 {
  border-color: rgb(235 237 243 / 0.9);
}

.border-dark-100\/95 {
  border-color: rgb(235 237 243 / 0.95);
}

.border-dark-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
}

.border-dark-200\/0 {
  border-color: rgb(228 230 239 / 0);
}

.border-dark-200\/10 {
  border-color: rgb(228 230 239 / 0.1);
}

.border-dark-200\/100 {
  border-color: rgb(228 230 239 / 1);
}

.border-dark-200\/15 {
  border-color: rgb(228 230 239 / 0.15);
}

.border-dark-200\/20 {
  border-color: rgb(228 230 239 / 0.2);
}

.border-dark-200\/25 {
  border-color: rgb(228 230 239 / 0.25);
}

.border-dark-200\/30 {
  border-color: rgb(228 230 239 / 0.3);
}

.border-dark-200\/35 {
  border-color: rgb(228 230 239 / 0.35);
}

.border-dark-200\/40 {
  border-color: rgb(228 230 239 / 0.4);
}

.border-dark-200\/45 {
  border-color: rgb(228 230 239 / 0.45);
}

.border-dark-200\/5 {
  border-color: rgb(228 230 239 / 0.05);
}

.border-dark-200\/50 {
  border-color: rgb(228 230 239 / 0.5);
}

.border-dark-200\/55 {
  border-color: rgb(228 230 239 / 0.55);
}

.border-dark-200\/60 {
  border-color: rgb(228 230 239 / 0.6);
}

.border-dark-200\/65 {
  border-color: rgb(228 230 239 / 0.65);
}

.border-dark-200\/70 {
  border-color: rgb(228 230 239 / 0.7);
}

.border-dark-200\/75 {
  border-color: rgb(228 230 239 / 0.75);
}

.border-dark-200\/80 {
  border-color: rgb(228 230 239 / 0.8);
}

.border-dark-200\/85 {
  border-color: rgb(228 230 239 / 0.85);
}

.border-dark-200\/90 {
  border-color: rgb(228 230 239 / 0.9);
}

.border-dark-200\/95 {
  border-color: rgb(228 230 239 / 0.95);
}

.border-dark-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 211 224 / var(--tw-border-opacity, 1));
}

.border-dark-300\/0 {
  border-color: rgb(209 211 224 / 0);
}

.border-dark-300\/10 {
  border-color: rgb(209 211 224 / 0.1);
}

.border-dark-300\/100 {
  border-color: rgb(209 211 224 / 1);
}

.border-dark-300\/15 {
  border-color: rgb(209 211 224 / 0.15);
}

.border-dark-300\/20 {
  border-color: rgb(209 211 224 / 0.2);
}

.border-dark-300\/25 {
  border-color: rgb(209 211 224 / 0.25);
}

.border-dark-300\/30 {
  border-color: rgb(209 211 224 / 0.3);
}

.border-dark-300\/35 {
  border-color: rgb(209 211 224 / 0.35);
}

.border-dark-300\/40 {
  border-color: rgb(209 211 224 / 0.4);
}

.border-dark-300\/45 {
  border-color: rgb(209 211 224 / 0.45);
}

.border-dark-300\/5 {
  border-color: rgb(209 211 224 / 0.05);
}

.border-dark-300\/50 {
  border-color: rgb(209 211 224 / 0.5);
}

.border-dark-300\/55 {
  border-color: rgb(209 211 224 / 0.55);
}

.border-dark-300\/60 {
  border-color: rgb(209 211 224 / 0.6);
}

.border-dark-300\/65 {
  border-color: rgb(209 211 224 / 0.65);
}

.border-dark-300\/70 {
  border-color: rgb(209 211 224 / 0.7);
}

.border-dark-300\/75 {
  border-color: rgb(209 211 224 / 0.75);
}

.border-dark-300\/80 {
  border-color: rgb(209 211 224 / 0.8);
}

.border-dark-300\/85 {
  border-color: rgb(209 211 224 / 0.85);
}

.border-dark-300\/90 {
  border-color: rgb(209 211 224 / 0.9);
}

.border-dark-300\/95 {
  border-color: rgb(209 211 224 / 0.95);
}

.border-dark-400 {
  --tw-border-opacity: 1;
  border-color: rgb(181 181 195 / var(--tw-border-opacity, 1));
}

.border-dark-400\/0 {
  border-color: rgb(181 181 195 / 0);
}

.border-dark-400\/10 {
  border-color: rgb(181 181 195 / 0.1);
}

.border-dark-400\/100 {
  border-color: rgb(181 181 195 / 1);
}

.border-dark-400\/15 {
  border-color: rgb(181 181 195 / 0.15);
}

.border-dark-400\/20 {
  border-color: rgb(181 181 195 / 0.2);
}

.border-dark-400\/25 {
  border-color: rgb(181 181 195 / 0.25);
}

.border-dark-400\/30 {
  border-color: rgb(181 181 195 / 0.3);
}

.border-dark-400\/35 {
  border-color: rgb(181 181 195 / 0.35);
}

.border-dark-400\/40 {
  border-color: rgb(181 181 195 / 0.4);
}

.border-dark-400\/45 {
  border-color: rgb(181 181 195 / 0.45);
}

.border-dark-400\/5 {
  border-color: rgb(181 181 195 / 0.05);
}

.border-dark-400\/50 {
  border-color: rgb(181 181 195 / 0.5);
}

.border-dark-400\/55 {
  border-color: rgb(181 181 195 / 0.55);
}

.border-dark-400\/60 {
  border-color: rgb(181 181 195 / 0.6);
}

.border-dark-400\/65 {
  border-color: rgb(181 181 195 / 0.65);
}

.border-dark-400\/70 {
  border-color: rgb(181 181 195 / 0.7);
}

.border-dark-400\/75 {
  border-color: rgb(181 181 195 / 0.75);
}

.border-dark-400\/80 {
  border-color: rgb(181 181 195 / 0.8);
}

.border-dark-400\/85 {
  border-color: rgb(181 181 195 / 0.85);
}

.border-dark-400\/90 {
  border-color: rgb(181 181 195 / 0.9);
}

.border-dark-400\/95 {
  border-color: rgb(181 181 195 / 0.95);
}

.border-dark-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 246 249 / var(--tw-border-opacity, 1));
}

.border-dark-50\/0 {
  border-color: rgb(243 246 249 / 0);
}

.border-dark-50\/10 {
  border-color: rgb(243 246 249 / 0.1);
}

.border-dark-50\/100 {
  border-color: rgb(243 246 249 / 1);
}

.border-dark-50\/15 {
  border-color: rgb(243 246 249 / 0.15);
}

.border-dark-50\/20 {
  border-color: rgb(243 246 249 / 0.2);
}

.border-dark-50\/25 {
  border-color: rgb(243 246 249 / 0.25);
}

.border-dark-50\/30 {
  border-color: rgb(243 246 249 / 0.3);
}

.border-dark-50\/35 {
  border-color: rgb(243 246 249 / 0.35);
}

.border-dark-50\/40 {
  border-color: rgb(243 246 249 / 0.4);
}

.border-dark-50\/45 {
  border-color: rgb(243 246 249 / 0.45);
}

.border-dark-50\/5 {
  border-color: rgb(243 246 249 / 0.05);
}

.border-dark-50\/50 {
  border-color: rgb(243 246 249 / 0.5);
}

.border-dark-50\/55 {
  border-color: rgb(243 246 249 / 0.55);
}

.border-dark-50\/60 {
  border-color: rgb(243 246 249 / 0.6);
}

.border-dark-50\/65 {
  border-color: rgb(243 246 249 / 0.65);
}

.border-dark-50\/70 {
  border-color: rgb(243 246 249 / 0.7);
}

.border-dark-50\/75 {
  border-color: rgb(243 246 249 / 0.75);
}

.border-dark-50\/80 {
  border-color: rgb(243 246 249 / 0.8);
}

.border-dark-50\/85 {
  border-color: rgb(243 246 249 / 0.85);
}

.border-dark-50\/90 {
  border-color: rgb(243 246 249 / 0.9);
}

.border-dark-50\/95 {
  border-color: rgb(243 246 249 / 0.95);
}

.border-dark-500 {
  --tw-border-opacity: 1;
  border-color: rgb(126 130 153 / var(--tw-border-opacity, 1));
}

.border-dark-500\/0 {
  border-color: rgb(126 130 153 / 0);
}

.border-dark-500\/10 {
  border-color: rgb(126 130 153 / 0.1);
}

.border-dark-500\/100 {
  border-color: rgb(126 130 153 / 1);
}

.border-dark-500\/15 {
  border-color: rgb(126 130 153 / 0.15);
}

.border-dark-500\/20 {
  border-color: rgb(126 130 153 / 0.2);
}

.border-dark-500\/25 {
  border-color: rgb(126 130 153 / 0.25);
}

.border-dark-500\/30 {
  border-color: rgb(126 130 153 / 0.3);
}

.border-dark-500\/35 {
  border-color: rgb(126 130 153 / 0.35);
}

.border-dark-500\/40 {
  border-color: rgb(126 130 153 / 0.4);
}

.border-dark-500\/45 {
  border-color: rgb(126 130 153 / 0.45);
}

.border-dark-500\/5 {
  border-color: rgb(126 130 153 / 0.05);
}

.border-dark-500\/50 {
  border-color: rgb(126 130 153 / 0.5);
}

.border-dark-500\/55 {
  border-color: rgb(126 130 153 / 0.55);
}

.border-dark-500\/60 {
  border-color: rgb(126 130 153 / 0.6);
}

.border-dark-500\/65 {
  border-color: rgb(126 130 153 / 0.65);
}

.border-dark-500\/70 {
  border-color: rgb(126 130 153 / 0.7);
}

.border-dark-500\/75 {
  border-color: rgb(126 130 153 / 0.75);
}

.border-dark-500\/80 {
  border-color: rgb(126 130 153 / 0.8);
}

.border-dark-500\/85 {
  border-color: rgb(126 130 153 / 0.85);
}

.border-dark-500\/90 {
  border-color: rgb(126 130 153 / 0.9);
}

.border-dark-500\/95 {
  border-color: rgb(126 130 153 / 0.95);
}

.border-dark-600 {
  --tw-border-opacity: 1;
  border-color: rgb(94 98 120 / var(--tw-border-opacity, 1));
}

.border-dark-600\/0 {
  border-color: rgb(94 98 120 / 0);
}

.border-dark-600\/10 {
  border-color: rgb(94 98 120 / 0.1);
}

.border-dark-600\/100 {
  border-color: rgb(94 98 120 / 1);
}

.border-dark-600\/15 {
  border-color: rgb(94 98 120 / 0.15);
}

.border-dark-600\/20 {
  border-color: rgb(94 98 120 / 0.2);
}

.border-dark-600\/25 {
  border-color: rgb(94 98 120 / 0.25);
}

.border-dark-600\/30 {
  border-color: rgb(94 98 120 / 0.3);
}

.border-dark-600\/35 {
  border-color: rgb(94 98 120 / 0.35);
}

.border-dark-600\/40 {
  border-color: rgb(94 98 120 / 0.4);
}

.border-dark-600\/45 {
  border-color: rgb(94 98 120 / 0.45);
}

.border-dark-600\/5 {
  border-color: rgb(94 98 120 / 0.05);
}

.border-dark-600\/50 {
  border-color: rgb(94 98 120 / 0.5);
}

.border-dark-600\/55 {
  border-color: rgb(94 98 120 / 0.55);
}

.border-dark-600\/60 {
  border-color: rgb(94 98 120 / 0.6);
}

.border-dark-600\/65 {
  border-color: rgb(94 98 120 / 0.65);
}

.border-dark-600\/70 {
  border-color: rgb(94 98 120 / 0.7);
}

.border-dark-600\/75 {
  border-color: rgb(94 98 120 / 0.75);
}

.border-dark-600\/80 {
  border-color: rgb(94 98 120 / 0.8);
}

.border-dark-600\/85 {
  border-color: rgb(94 98 120 / 0.85);
}

.border-dark-600\/90 {
  border-color: rgb(94 98 120 / 0.9);
}

.border-dark-600\/95 {
  border-color: rgb(94 98 120 / 0.95);
}

.border-dark-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 66 84 / var(--tw-border-opacity, 1));
}

.border-dark-700\/0 {
  border-color: rgb(63 66 84 / 0);
}

.border-dark-700\/10 {
  border-color: rgb(63 66 84 / 0.1);
}

.border-dark-700\/100 {
  border-color: rgb(63 66 84 / 1);
}

.border-dark-700\/15 {
  border-color: rgb(63 66 84 / 0.15);
}

.border-dark-700\/20 {
  border-color: rgb(63 66 84 / 0.2);
}

.border-dark-700\/25 {
  border-color: rgb(63 66 84 / 0.25);
}

.border-dark-700\/30 {
  border-color: rgb(63 66 84 / 0.3);
}

.border-dark-700\/35 {
  border-color: rgb(63 66 84 / 0.35);
}

.border-dark-700\/40 {
  border-color: rgb(63 66 84 / 0.4);
}

.border-dark-700\/45 {
  border-color: rgb(63 66 84 / 0.45);
}

.border-dark-700\/5 {
  border-color: rgb(63 66 84 / 0.05);
}

.border-dark-700\/50 {
  border-color: rgb(63 66 84 / 0.5);
}

.border-dark-700\/55 {
  border-color: rgb(63 66 84 / 0.55);
}

.border-dark-700\/60 {
  border-color: rgb(63 66 84 / 0.6);
}

.border-dark-700\/65 {
  border-color: rgb(63 66 84 / 0.65);
}

.border-dark-700\/70 {
  border-color: rgb(63 66 84 / 0.7);
}

.border-dark-700\/75 {
  border-color: rgb(63 66 84 / 0.75);
}

.border-dark-700\/80 {
  border-color: rgb(63 66 84 / 0.8);
}

.border-dark-700\/85 {
  border-color: rgb(63 66 84 / 0.85);
}

.border-dark-700\/90 {
  border-color: rgb(63 66 84 / 0.9);
}

.border-dark-700\/95 {
  border-color: rgb(63 66 84 / 0.95);
}

.border-dark-800 {
  --tw-border-opacity: 1;
  border-color: rgb(24 28 50 / var(--tw-border-opacity, 1));
}

.border-dark-800\/0 {
  border-color: rgb(24 28 50 / 0);
}

.border-dark-800\/10 {
  border-color: rgb(24 28 50 / 0.1);
}

.border-dark-800\/100 {
  border-color: rgb(24 28 50 / 1);
}

.border-dark-800\/15 {
  border-color: rgb(24 28 50 / 0.15);
}

.border-dark-800\/20 {
  border-color: rgb(24 28 50 / 0.2);
}

.border-dark-800\/25 {
  border-color: rgb(24 28 50 / 0.25);
}

.border-dark-800\/30 {
  border-color: rgb(24 28 50 / 0.3);
}

.border-dark-800\/35 {
  border-color: rgb(24 28 50 / 0.35);
}

.border-dark-800\/40 {
  border-color: rgb(24 28 50 / 0.4);
}

.border-dark-800\/45 {
  border-color: rgb(24 28 50 / 0.45);
}

.border-dark-800\/5 {
  border-color: rgb(24 28 50 / 0.05);
}

.border-dark-800\/50 {
  border-color: rgb(24 28 50 / 0.5);
}

.border-dark-800\/55 {
  border-color: rgb(24 28 50 / 0.55);
}

.border-dark-800\/60 {
  border-color: rgb(24 28 50 / 0.6);
}

.border-dark-800\/65 {
  border-color: rgb(24 28 50 / 0.65);
}

.border-dark-800\/70 {
  border-color: rgb(24 28 50 / 0.7);
}

.border-dark-800\/75 {
  border-color: rgb(24 28 50 / 0.75);
}

.border-dark-800\/80 {
  border-color: rgb(24 28 50 / 0.8);
}

.border-dark-800\/85 {
  border-color: rgb(24 28 50 / 0.85);
}

.border-dark-800\/90 {
  border-color: rgb(24 28 50 / 0.9);
}

.border-dark-800\/95 {
  border-color: rgb(24 28 50 / 0.95);
}

.border-dark-900 {
  --tw-border-opacity: 1;
  border-color: rgb(13 15 26 / var(--tw-border-opacity, 1));
}

.border-dark-900\/0 {
  border-color: rgb(13 15 26 / 0);
}

.border-dark-900\/10 {
  border-color: rgb(13 15 26 / 0.1);
}

.border-dark-900\/100 {
  border-color: rgb(13 15 26 / 1);
}

.border-dark-900\/15 {
  border-color: rgb(13 15 26 / 0.15);
}

.border-dark-900\/20 {
  border-color: rgb(13 15 26 / 0.2);
}

.border-dark-900\/25 {
  border-color: rgb(13 15 26 / 0.25);
}

.border-dark-900\/30 {
  border-color: rgb(13 15 26 / 0.3);
}

.border-dark-900\/35 {
  border-color: rgb(13 15 26 / 0.35);
}

.border-dark-900\/40 {
  border-color: rgb(13 15 26 / 0.4);
}

.border-dark-900\/45 {
  border-color: rgb(13 15 26 / 0.45);
}

.border-dark-900\/5 {
  border-color: rgb(13 15 26 / 0.05);
}

.border-dark-900\/50 {
  border-color: rgb(13 15 26 / 0.5);
}

.border-dark-900\/55 {
  border-color: rgb(13 15 26 / 0.55);
}

.border-dark-900\/60 {
  border-color: rgb(13 15 26 / 0.6);
}

.border-dark-900\/65 {
  border-color: rgb(13 15 26 / 0.65);
}

.border-dark-900\/70 {
  border-color: rgb(13 15 26 / 0.7);
}

.border-dark-900\/75 {
  border-color: rgb(13 15 26 / 0.75);
}

.border-dark-900\/80 {
  border-color: rgb(13 15 26 / 0.8);
}

.border-dark-900\/85 {
  border-color: rgb(13 15 26 / 0.85);
}

.border-dark-900\/90 {
  border-color: rgb(13 15 26 / 0.9);
}

.border-dark-900\/95 {
  border-color: rgb(13 15 26 / 0.95);
}

.border-dark\/0 {
  border-color: rgb(24 28 50 / 0);
}

.border-dark\/10 {
  border-color: rgb(24 28 50 / 0.1);
}

.border-dark\/100 {
  border-color: rgb(24 28 50 / 1);
}

.border-dark\/15 {
  border-color: rgb(24 28 50 / 0.15);
}

.border-dark\/20 {
  border-color: rgb(24 28 50 / 0.2);
}

.border-dark\/25 {
  border-color: rgb(24 28 50 / 0.25);
}

.border-dark\/30 {
  border-color: rgb(24 28 50 / 0.3);
}

.border-dark\/35 {
  border-color: rgb(24 28 50 / 0.35);
}

.border-dark\/40 {
  border-color: rgb(24 28 50 / 0.4);
}

.border-dark\/45 {
  border-color: rgb(24 28 50 / 0.45);
}

.border-dark\/5 {
  border-color: rgb(24 28 50 / 0.05);
}

.border-dark\/50 {
  border-color: rgb(24 28 50 / 0.5);
}

.border-dark\/55 {
  border-color: rgb(24 28 50 / 0.55);
}

.border-dark\/60 {
  border-color: rgb(24 28 50 / 0.6);
}

.border-dark\/65 {
  border-color: rgb(24 28 50 / 0.65);
}

.border-dark\/70 {
  border-color: rgb(24 28 50 / 0.7);
}

.border-dark\/75 {
  border-color: rgb(24 28 50 / 0.75);
}

.border-dark\/80 {
  border-color: rgb(24 28 50 / 0.8);
}

.border-dark\/85 {
  border-color: rgb(24 28 50 / 0.85);
}

.border-dark\/90 {
  border-color: rgb(24 28 50 / 0.9);
}

.border-dark\/95 {
  border-color: rgb(24 28 50 / 0.95);
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

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

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

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

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-info-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-info-100\/0 {
  border-color: rgb(219 234 254 / 0);
}

.border-info-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}

.border-info-100\/100 {
  border-color: rgb(219 234 254 / 1);
}

.border-info-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}

.border-info-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}

.border-info-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}

.border-info-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}

.border-info-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}

.border-info-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}

.border-info-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}

.border-info-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}

.border-info-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}

.border-info-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}

.border-info-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}

.border-info-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}

.border-info-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}

.border-info-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}

.border-info-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}

.border-info-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}

.border-info-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}

.border-info-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}

.border-info-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-info-200\/0 {
  border-color: rgb(191 219 254 / 0);
}

.border-info-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}

.border-info-200\/100 {
  border-color: rgb(191 219 254 / 1);
}

.border-info-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}

.border-info-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}

.border-info-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}

.border-info-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}

.border-info-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}

.border-info-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}

.border-info-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}

.border-info-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}

.border-info-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}

.border-info-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}

.border-info-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}

.border-info-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}

.border-info-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}

.border-info-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}

.border-info-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}

.border-info-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}

.border-info-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}

.border-info-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}

.border-info-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-info-300\/0 {
  border-color: rgb(147 197 253 / 0);
}

.border-info-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}

.border-info-300\/100 {
  border-color: rgb(147 197 253 / 1);
}

.border-info-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}

.border-info-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}

.border-info-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}

.border-info-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}

.border-info-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}

.border-info-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}

.border-info-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}

.border-info-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}

.border-info-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}

.border-info-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}

.border-info-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}

.border-info-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}

.border-info-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}

.border-info-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}

.border-info-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}

.border-info-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}

.border-info-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}

.border-info-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}

.border-info-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-info-400\/0 {
  border-color: rgb(96 165 250 / 0);
}

.border-info-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}

.border-info-400\/100 {
  border-color: rgb(96 165 250 / 1);
}

.border-info-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}

.border-info-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-info-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}

.border-info-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-info-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}

.border-info-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}

.border-info-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}

.border-info-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}

.border-info-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}

.border-info-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}

.border-info-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}

.border-info-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}

.border-info-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}

.border-info-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}

.border-info-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}

.border-info-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}

.border-info-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}

.border-info-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}

.border-info-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.border-info-50\/0 {
  border-color: rgb(239 246 255 / 0);
}

.border-info-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}

.border-info-50\/100 {
  border-color: rgb(239 246 255 / 1);
}

.border-info-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}

.border-info-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}

.border-info-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}

.border-info-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}

.border-info-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}

.border-info-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}

.border-info-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}

.border-info-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}

.border-info-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}

.border-info-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}

.border-info-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}

.border-info-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}

.border-info-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}

.border-info-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}

.border-info-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}

.border-info-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}

.border-info-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}

.border-info-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}

.border-info-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-info-500\/0 {
  border-color: rgb(59 130 246 / 0);
}

.border-info-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}

.border-info-500\/100 {
  border-color: rgb(59 130 246 / 1);
}

.border-info-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}

.border-info-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

.border-info-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}

.border-info-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}

.border-info-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}

.border-info-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}

.border-info-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}

.border-info-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}

.border-info-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}

.border-info-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}

.border-info-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}

.border-info-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}

.border-info-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}

.border-info-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}

.border-info-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}

.border-info-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}

.border-info-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}

.border-info-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}

.border-info-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-info-600\/0 {
  border-color: rgb(37 99 235 / 0);
}

.border-info-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}

.border-info-600\/100 {
  border-color: rgb(37 99 235 / 1);
}

.border-info-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}

.border-info-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}

.border-info-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}

.border-info-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}

.border-info-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}

.border-info-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}

.border-info-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}

.border-info-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}

.border-info-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}

.border-info-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}

.border-info-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}

.border-info-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}

.border-info-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}

.border-info-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}

.border-info-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}

.border-info-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}

.border-info-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}

.border-info-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}

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

.border-info-700\/0 {
  border-color: rgb(29 78 216 / 0);
}

.border-info-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}

.border-info-700\/100 {
  border-color: rgb(29 78 216 / 1);
}

.border-info-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}

.border-info-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}

.border-info-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}

.border-info-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}

.border-info-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}

.border-info-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}

.border-info-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}

.border-info-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}

.border-info-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}

.border-info-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}

.border-info-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}

.border-info-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}

.border-info-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}

.border-info-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}

.border-info-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}

.border-info-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}

.border-info-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}

.border-info-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}

.border-info-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-info-800\/0 {
  border-color: rgb(30 64 175 / 0);
}

.border-info-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}

.border-info-800\/100 {
  border-color: rgb(30 64 175 / 1);
}

.border-info-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}

.border-info-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}

.border-info-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}

.border-info-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}

.border-info-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}

.border-info-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}

.border-info-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}

.border-info-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}

.border-info-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}

.border-info-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}

.border-info-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}

.border-info-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}

.border-info-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}

.border-info-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}

.border-info-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}

.border-info-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}

.border-info-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}

.border-info-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}

.border-info-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.border-info-900\/0 {
  border-color: rgb(30 58 138 / 0);
}

.border-info-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}

.border-info-900\/100 {
  border-color: rgb(30 58 138 / 1);
}

.border-info-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}

.border-info-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}

.border-info-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}

.border-info-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}

.border-info-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}

.border-info-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}

.border-info-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}

.border-info-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}

.border-info-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}

.border-info-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}

.border-info-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}

.border-info-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}

.border-info-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}

.border-info-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}

.border-info-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}

.border-info-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}

.border-info-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}

.border-info-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}

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

.border-info-dark\/0 {
  border-color: rgb(29 78 216 / 0);
}

.border-info-dark\/10 {
  border-color: rgb(29 78 216 / 0.1);
}

.border-info-dark\/100 {
  border-color: rgb(29 78 216 / 1);
}

.border-info-dark\/15 {
  border-color: rgb(29 78 216 / 0.15);
}

.border-info-dark\/20 {
  border-color: rgb(29 78 216 / 0.2);
}

.border-info-dark\/25 {
  border-color: rgb(29 78 216 / 0.25);
}

.border-info-dark\/30 {
  border-color: rgb(29 78 216 / 0.3);
}

.border-info-dark\/35 {
  border-color: rgb(29 78 216 / 0.35);
}

.border-info-dark\/40 {
  border-color: rgb(29 78 216 / 0.4);
}

.border-info-dark\/45 {
  border-color: rgb(29 78 216 / 0.45);
}

.border-info-dark\/5 {
  border-color: rgb(29 78 216 / 0.05);
}

.border-info-dark\/50 {
  border-color: rgb(29 78 216 / 0.5);
}

.border-info-dark\/55 {
  border-color: rgb(29 78 216 / 0.55);
}

.border-info-dark\/60 {
  border-color: rgb(29 78 216 / 0.6);
}

.border-info-dark\/65 {
  border-color: rgb(29 78 216 / 0.65);
}

.border-info-dark\/70 {
  border-color: rgb(29 78 216 / 0.7);
}

.border-info-dark\/75 {
  border-color: rgb(29 78 216 / 0.75);
}

.border-info-dark\/80 {
  border-color: rgb(29 78 216 / 0.8);
}

.border-info-dark\/85 {
  border-color: rgb(29 78 216 / 0.85);
}

.border-info-dark\/90 {
  border-color: rgb(29 78 216 / 0.9);
}

.border-info-dark\/95 {
  border-color: rgb(29 78 216 / 0.95);
}

.border-info-light {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-info-light\/0 {
  border-color: rgb(219 234 254 / 0);
}

.border-info-light\/10 {
  border-color: rgb(219 234 254 / 0.1);
}

.border-info-light\/100 {
  border-color: rgb(219 234 254 / 1);
}

.border-info-light\/15 {
  border-color: rgb(219 234 254 / 0.15);
}

.border-info-light\/20 {
  border-color: rgb(219 234 254 / 0.2);
}

.border-info-light\/25 {
  border-color: rgb(219 234 254 / 0.25);
}

.border-info-light\/30 {
  border-color: rgb(219 234 254 / 0.3);
}

.border-info-light\/35 {
  border-color: rgb(219 234 254 / 0.35);
}

.border-info-light\/40 {
  border-color: rgb(219 234 254 / 0.4);
}

.border-info-light\/45 {
  border-color: rgb(219 234 254 / 0.45);
}

.border-info-light\/5 {
  border-color: rgb(219 234 254 / 0.05);
}

.border-info-light\/50 {
  border-color: rgb(219 234 254 / 0.5);
}

.border-info-light\/55 {
  border-color: rgb(219 234 254 / 0.55);
}

.border-info-light\/60 {
  border-color: rgb(219 234 254 / 0.6);
}

.border-info-light\/65 {
  border-color: rgb(219 234 254 / 0.65);
}

.border-info-light\/70 {
  border-color: rgb(219 234 254 / 0.7);
}

.border-info-light\/75 {
  border-color: rgb(219 234 254 / 0.75);
}

.border-info-light\/80 {
  border-color: rgb(219 234 254 / 0.8);
}

.border-info-light\/85 {
  border-color: rgb(219 234 254 / 0.85);
}

.border-info-light\/90 {
  border-color: rgb(219 234 254 / 0.9);
}

.border-info-light\/95 {
  border-color: rgb(219 234 254 / 0.95);
}

.border-info\/0 {
  border-color: rgb(59 130 246 / 0);
}

.border-info\/10 {
  border-color: rgb(59 130 246 / 0.1);
}

.border-info\/100 {
  border-color: rgb(59 130 246 / 1);
}

.border-info\/15 {
  border-color: rgb(59 130 246 / 0.15);
}

.border-info\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

.border-info\/25 {
  border-color: rgb(59 130 246 / 0.25);
}

.border-info\/30 {
  border-color: rgb(59 130 246 / 0.3);
}

.border-info\/35 {
  border-color: rgb(59 130 246 / 0.35);
}

.border-info\/40 {
  border-color: rgb(59 130 246 / 0.4);
}

.border-info\/45 {
  border-color: rgb(59 130 246 / 0.45);
}

.border-info\/5 {
  border-color: rgb(59 130 246 / 0.05);
}

.border-info\/50 {
  border-color: rgb(59 130 246 / 0.5);
}

.border-info\/55 {
  border-color: rgb(59 130 246 / 0.55);
}

.border-info\/60 {
  border-color: rgb(59 130 246 / 0.6);
}

.border-info\/65 {
  border-color: rgb(59 130 246 / 0.65);
}

.border-info\/70 {
  border-color: rgb(59 130 246 / 0.7);
}

.border-info\/75 {
  border-color: rgb(59 130 246 / 0.75);
}

.border-info\/80 {
  border-color: rgb(59 130 246 / 0.8);
}

.border-info\/85 {
  border-color: rgb(59 130 246 / 0.85);
}

.border-info\/90 {
  border-color: rgb(59 130 246 / 0.9);
}

.border-info\/95 {
  border-color: rgb(59 130 246 / 0.95);
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / 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-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(179 229 236 / var(--tw-border-opacity, 1));
}

.border-primary-100\/0 {
  border-color: rgb(179 229 236 / 0);
}

.border-primary-100\/10 {
  border-color: rgb(179 229 236 / 0.1);
}

.border-primary-100\/100 {
  border-color: rgb(179 229 236 / 1);
}

.border-primary-100\/15 {
  border-color: rgb(179 229 236 / 0.15);
}

.border-primary-100\/20 {
  border-color: rgb(179 229 236 / 0.2);
}

.border-primary-100\/25 {
  border-color: rgb(179 229 236 / 0.25);
}

.border-primary-100\/30 {
  border-color: rgb(179 229 236 / 0.3);
}

.border-primary-100\/35 {
  border-color: rgb(179 229 236 / 0.35);
}

.border-primary-100\/40 {
  border-color: rgb(179 229 236 / 0.4);
}

.border-primary-100\/45 {
  border-color: rgb(179 229 236 / 0.45);
}

.border-primary-100\/5 {
  border-color: rgb(179 229 236 / 0.05);
}

.border-primary-100\/50 {
  border-color: rgb(179 229 236 / 0.5);
}

.border-primary-100\/55 {
  border-color: rgb(179 229 236 / 0.55);
}

.border-primary-100\/60 {
  border-color: rgb(179 229 236 / 0.6);
}

.border-primary-100\/65 {
  border-color: rgb(179 229 236 / 0.65);
}

.border-primary-100\/70 {
  border-color: rgb(179 229 236 / 0.7);
}

.border-primary-100\/75 {
  border-color: rgb(179 229 236 / 0.75);
}

.border-primary-100\/80 {
  border-color: rgb(179 229 236 / 0.8);
}

.border-primary-100\/85 {
  border-color: rgb(179 229 236 / 0.85);
}

.border-primary-100\/90 {
  border-color: rgb(179 229 236 / 0.9);
}

.border-primary-100\/95 {
  border-color: rgb(179 229 236 / 0.95);
}

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(128 211 223 / var(--tw-border-opacity, 1));
}

.border-primary-200\/0 {
  border-color: rgb(128 211 223 / 0);
}

.border-primary-200\/10 {
  border-color: rgb(128 211 223 / 0.1);
}

.border-primary-200\/100 {
  border-color: rgb(128 211 223 / 1);
}

.border-primary-200\/15 {
  border-color: rgb(128 211 223 / 0.15);
}

.border-primary-200\/20 {
  border-color: rgb(128 211 223 / 0.2);
}

.border-primary-200\/25 {
  border-color: rgb(128 211 223 / 0.25);
}

.border-primary-200\/30 {
  border-color: rgb(128 211 223 / 0.3);
}

.border-primary-200\/35 {
  border-color: rgb(128 211 223 / 0.35);
}

.border-primary-200\/40 {
  border-color: rgb(128 211 223 / 0.4);
}

.border-primary-200\/45 {
  border-color: rgb(128 211 223 / 0.45);
}

.border-primary-200\/5 {
  border-color: rgb(128 211 223 / 0.05);
}

.border-primary-200\/50 {
  border-color: rgb(128 211 223 / 0.5);
}

.border-primary-200\/55 {
  border-color: rgb(128 211 223 / 0.55);
}

.border-primary-200\/60 {
  border-color: rgb(128 211 223 / 0.6);
}

.border-primary-200\/65 {
  border-color: rgb(128 211 223 / 0.65);
}

.border-primary-200\/70 {
  border-color: rgb(128 211 223 / 0.7);
}

.border-primary-200\/75 {
  border-color: rgb(128 211 223 / 0.75);
}

.border-primary-200\/80 {
  border-color: rgb(128 211 223 / 0.8);
}

.border-primary-200\/85 {
  border-color: rgb(128 211 223 / 0.85);
}

.border-primary-200\/90 {
  border-color: rgb(128 211 223 / 0.9);
}

.border-primary-200\/95 {
  border-color: rgb(128 211 223 / 0.95);
}

.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(77 193 210 / var(--tw-border-opacity, 1));
}

.border-primary-300\/0 {
  border-color: rgb(77 193 210 / 0);
}

.border-primary-300\/10 {
  border-color: rgb(77 193 210 / 0.1);
}

.border-primary-300\/100 {
  border-color: rgb(77 193 210 / 1);
}

.border-primary-300\/15 {
  border-color: rgb(77 193 210 / 0.15);
}

.border-primary-300\/20 {
  border-color: rgb(77 193 210 / 0.2);
}

.border-primary-300\/25 {
  border-color: rgb(77 193 210 / 0.25);
}

.border-primary-300\/30 {
  border-color: rgb(77 193 210 / 0.3);
}

.border-primary-300\/35 {
  border-color: rgb(77 193 210 / 0.35);
}

.border-primary-300\/40 {
  border-color: rgb(77 193 210 / 0.4);
}

.border-primary-300\/45 {
  border-color: rgb(77 193 210 / 0.45);
}

.border-primary-300\/5 {
  border-color: rgb(77 193 210 / 0.05);
}

.border-primary-300\/50 {
  border-color: rgb(77 193 210 / 0.5);
}

.border-primary-300\/55 {
  border-color: rgb(77 193 210 / 0.55);
}

.border-primary-300\/60 {
  border-color: rgb(77 193 210 / 0.6);
}

.border-primary-300\/65 {
  border-color: rgb(77 193 210 / 0.65);
}

.border-primary-300\/70 {
  border-color: rgb(77 193 210 / 0.7);
}

.border-primary-300\/75 {
  border-color: rgb(77 193 210 / 0.75);
}

.border-primary-300\/80 {
  border-color: rgb(77 193 210 / 0.8);
}

.border-primary-300\/85 {
  border-color: rgb(77 193 210 / 0.85);
}

.border-primary-300\/90 {
  border-color: rgb(77 193 210 / 0.9);
}

.border-primary-300\/95 {
  border-color: rgb(77 193 210 / 0.95);
}

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(26 175 197 / var(--tw-border-opacity, 1));
}

.border-primary-400\/0 {
  border-color: rgb(26 175 197 / 0);
}

.border-primary-400\/10 {
  border-color: rgb(26 175 197 / 0.1);
}

.border-primary-400\/100 {
  border-color: rgb(26 175 197 / 1);
}

.border-primary-400\/15 {
  border-color: rgb(26 175 197 / 0.15);
}

.border-primary-400\/20 {
  border-color: rgb(26 175 197 / 0.2);
}

.border-primary-400\/25 {
  border-color: rgb(26 175 197 / 0.25);
}

.border-primary-400\/30 {
  border-color: rgb(26 175 197 / 0.3);
}

.border-primary-400\/35 {
  border-color: rgb(26 175 197 / 0.35);
}

.border-primary-400\/40 {
  border-color: rgb(26 175 197 / 0.4);
}

.border-primary-400\/45 {
  border-color: rgb(26 175 197 / 0.45);
}

.border-primary-400\/5 {
  border-color: rgb(26 175 197 / 0.05);
}

.border-primary-400\/50 {
  border-color: rgb(26 175 197 / 0.5);
}

.border-primary-400\/55 {
  border-color: rgb(26 175 197 / 0.55);
}

.border-primary-400\/60 {
  border-color: rgb(26 175 197 / 0.6);
}

.border-primary-400\/65 {
  border-color: rgb(26 175 197 / 0.65);
}

.border-primary-400\/70 {
  border-color: rgb(26 175 197 / 0.7);
}

.border-primary-400\/75 {
  border-color: rgb(26 175 197 / 0.75);
}

.border-primary-400\/80 {
  border-color: rgb(26 175 197 / 0.8);
}

.border-primary-400\/85 {
  border-color: rgb(26 175 197 / 0.85);
}

.border-primary-400\/90 {
  border-color: rgb(26 175 197 / 0.9);
}

.border-primary-400\/95 {
  border-color: rgb(26 175 197 / 0.95);
}

.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(230 247 249 / var(--tw-border-opacity, 1));
}

.border-primary-50\/0 {
  border-color: rgb(230 247 249 / 0);
}

.border-primary-50\/10 {
  border-color: rgb(230 247 249 / 0.1);
}

.border-primary-50\/100 {
  border-color: rgb(230 247 249 / 1);
}

.border-primary-50\/15 {
  border-color: rgb(230 247 249 / 0.15);
}

.border-primary-50\/20 {
  border-color: rgb(230 247 249 / 0.2);
}

.border-primary-50\/25 {
  border-color: rgb(230 247 249 / 0.25);
}

.border-primary-50\/30 {
  border-color: rgb(230 247 249 / 0.3);
}

.border-primary-50\/35 {
  border-color: rgb(230 247 249 / 0.35);
}

.border-primary-50\/40 {
  border-color: rgb(230 247 249 / 0.4);
}

.border-primary-50\/45 {
  border-color: rgb(230 247 249 / 0.45);
}

.border-primary-50\/5 {
  border-color: rgb(230 247 249 / 0.05);
}

.border-primary-50\/50 {
  border-color: rgb(230 247 249 / 0.5);
}

.border-primary-50\/55 {
  border-color: rgb(230 247 249 / 0.55);
}

.border-primary-50\/60 {
  border-color: rgb(230 247 249 / 0.6);
}

.border-primary-50\/65 {
  border-color: rgb(230 247 249 / 0.65);
}

.border-primary-50\/70 {
  border-color: rgb(230 247 249 / 0.7);
}

.border-primary-50\/75 {
  border-color: rgb(230 247 249 / 0.75);
}

.border-primary-50\/80 {
  border-color: rgb(230 247 249 / 0.8);
}

.border-primary-50\/85 {
  border-color: rgb(230 247 249 / 0.85);
}

.border-primary-50\/90 {
  border-color: rgb(230 247 249 / 0.9);
}

.border-primary-50\/95 {
  border-color: rgb(230 247 249 / 0.95);
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.border-primary-500\/0 {
  border-color: rgb(25 141 168 / 0);
}

.border-primary-500\/10 {
  border-color: rgb(25 141 168 / 0.1);
}

.border-primary-500\/100 {
  border-color: rgb(25 141 168 / 1);
}

.border-primary-500\/15 {
  border-color: rgb(25 141 168 / 0.15);
}

.border-primary-500\/20 {
  border-color: rgb(25 141 168 / 0.2);
}

.border-primary-500\/25 {
  border-color: rgb(25 141 168 / 0.25);
}

.border-primary-500\/30 {
  border-color: rgb(25 141 168 / 0.3);
}

.border-primary-500\/35 {
  border-color: rgb(25 141 168 / 0.35);
}

.border-primary-500\/40 {
  border-color: rgb(25 141 168 / 0.4);
}

.border-primary-500\/45 {
  border-color: rgb(25 141 168 / 0.45);
}

.border-primary-500\/5 {
  border-color: rgb(25 141 168 / 0.05);
}

.border-primary-500\/50 {
  border-color: rgb(25 141 168 / 0.5);
}

.border-primary-500\/55 {
  border-color: rgb(25 141 168 / 0.55);
}

.border-primary-500\/60 {
  border-color: rgb(25 141 168 / 0.6);
}

.border-primary-500\/65 {
  border-color: rgb(25 141 168 / 0.65);
}

.border-primary-500\/70 {
  border-color: rgb(25 141 168 / 0.7);
}

.border-primary-500\/75 {
  border-color: rgb(25 141 168 / 0.75);
}

.border-primary-500\/80 {
  border-color: rgb(25 141 168 / 0.8);
}

.border-primary-500\/85 {
  border-color: rgb(25 141 168 / 0.85);
}

.border-primary-500\/90 {
  border-color: rgb(25 141 168 / 0.9);
}

.border-primary-500\/95 {
  border-color: rgb(25 141 168 / 0.95);
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(20 113 136 / var(--tw-border-opacity, 1));
}

.border-primary-600\/0 {
  border-color: rgb(20 113 136 / 0);
}

.border-primary-600\/10 {
  border-color: rgb(20 113 136 / 0.1);
}

.border-primary-600\/100 {
  border-color: rgb(20 113 136 / 1);
}

.border-primary-600\/15 {
  border-color: rgb(20 113 136 / 0.15);
}

.border-primary-600\/20 {
  border-color: rgb(20 113 136 / 0.2);
}

.border-primary-600\/25 {
  border-color: rgb(20 113 136 / 0.25);
}

.border-primary-600\/30 {
  border-color: rgb(20 113 136 / 0.3);
}

.border-primary-600\/35 {
  border-color: rgb(20 113 136 / 0.35);
}

.border-primary-600\/40 {
  border-color: rgb(20 113 136 / 0.4);
}

.border-primary-600\/45 {
  border-color: rgb(20 113 136 / 0.45);
}

.border-primary-600\/5 {
  border-color: rgb(20 113 136 / 0.05);
}

.border-primary-600\/50 {
  border-color: rgb(20 113 136 / 0.5);
}

.border-primary-600\/55 {
  border-color: rgb(20 113 136 / 0.55);
}

.border-primary-600\/60 {
  border-color: rgb(20 113 136 / 0.6);
}

.border-primary-600\/65 {
  border-color: rgb(20 113 136 / 0.65);
}

.border-primary-600\/70 {
  border-color: rgb(20 113 136 / 0.7);
}

.border-primary-600\/75 {
  border-color: rgb(20 113 136 / 0.75);
}

.border-primary-600\/80 {
  border-color: rgb(20 113 136 / 0.8);
}

.border-primary-600\/85 {
  border-color: rgb(20 113 136 / 0.85);
}

.border-primary-600\/90 {
  border-color: rgb(20 113 136 / 0.9);
}

.border-primary-600\/95 {
  border-color: rgb(20 113 136 / 0.95);
}

.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 85 104 / var(--tw-border-opacity, 1));
}

.border-primary-700\/0 {
  border-color: rgb(15 85 104 / 0);
}

.border-primary-700\/10 {
  border-color: rgb(15 85 104 / 0.1);
}

.border-primary-700\/100 {
  border-color: rgb(15 85 104 / 1);
}

.border-primary-700\/15 {
  border-color: rgb(15 85 104 / 0.15);
}

.border-primary-700\/20 {
  border-color: rgb(15 85 104 / 0.2);
}

.border-primary-700\/25 {
  border-color: rgb(15 85 104 / 0.25);
}

.border-primary-700\/30 {
  border-color: rgb(15 85 104 / 0.3);
}

.border-primary-700\/35 {
  border-color: rgb(15 85 104 / 0.35);
}

.border-primary-700\/40 {
  border-color: rgb(15 85 104 / 0.4);
}

.border-primary-700\/45 {
  border-color: rgb(15 85 104 / 0.45);
}

.border-primary-700\/5 {
  border-color: rgb(15 85 104 / 0.05);
}

.border-primary-700\/50 {
  border-color: rgb(15 85 104 / 0.5);
}

.border-primary-700\/55 {
  border-color: rgb(15 85 104 / 0.55);
}

.border-primary-700\/60 {
  border-color: rgb(15 85 104 / 0.6);
}

.border-primary-700\/65 {
  border-color: rgb(15 85 104 / 0.65);
}

.border-primary-700\/70 {
  border-color: rgb(15 85 104 / 0.7);
}

.border-primary-700\/75 {
  border-color: rgb(15 85 104 / 0.75);
}

.border-primary-700\/80 {
  border-color: rgb(15 85 104 / 0.8);
}

.border-primary-700\/85 {
  border-color: rgb(15 85 104 / 0.85);
}

.border-primary-700\/90 {
  border-color: rgb(15 85 104 / 0.9);
}

.border-primary-700\/95 {
  border-color: rgb(15 85 104 / 0.95);
}

.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(10 57 72 / var(--tw-border-opacity, 1));
}

.border-primary-800\/0 {
  border-color: rgb(10 57 72 / 0);
}

.border-primary-800\/10 {
  border-color: rgb(10 57 72 / 0.1);
}

.border-primary-800\/100 {
  border-color: rgb(10 57 72 / 1);
}

.border-primary-800\/15 {
  border-color: rgb(10 57 72 / 0.15);
}

.border-primary-800\/20 {
  border-color: rgb(10 57 72 / 0.2);
}

.border-primary-800\/25 {
  border-color: rgb(10 57 72 / 0.25);
}

.border-primary-800\/30 {
  border-color: rgb(10 57 72 / 0.3);
}

.border-primary-800\/35 {
  border-color: rgb(10 57 72 / 0.35);
}

.border-primary-800\/40 {
  border-color: rgb(10 57 72 / 0.4);
}

.border-primary-800\/45 {
  border-color: rgb(10 57 72 / 0.45);
}

.border-primary-800\/5 {
  border-color: rgb(10 57 72 / 0.05);
}

.border-primary-800\/50 {
  border-color: rgb(10 57 72 / 0.5);
}

.border-primary-800\/55 {
  border-color: rgb(10 57 72 / 0.55);
}

.border-primary-800\/60 {
  border-color: rgb(10 57 72 / 0.6);
}

.border-primary-800\/65 {
  border-color: rgb(10 57 72 / 0.65);
}

.border-primary-800\/70 {
  border-color: rgb(10 57 72 / 0.7);
}

.border-primary-800\/75 {
  border-color: rgb(10 57 72 / 0.75);
}

.border-primary-800\/80 {
  border-color: rgb(10 57 72 / 0.8);
}

.border-primary-800\/85 {
  border-color: rgb(10 57 72 / 0.85);
}

.border-primary-800\/90 {
  border-color: rgb(10 57 72 / 0.9);
}

.border-primary-800\/95 {
  border-color: rgb(10 57 72 / 0.95);
}

.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(5 29 40 / var(--tw-border-opacity, 1));
}

.border-primary-900\/0 {
  border-color: rgb(5 29 40 / 0);
}

.border-primary-900\/10 {
  border-color: rgb(5 29 40 / 0.1);
}

.border-primary-900\/100 {
  border-color: rgb(5 29 40 / 1);
}

.border-primary-900\/15 {
  border-color: rgb(5 29 40 / 0.15);
}

.border-primary-900\/20 {
  border-color: rgb(5 29 40 / 0.2);
}

.border-primary-900\/25 {
  border-color: rgb(5 29 40 / 0.25);
}

.border-primary-900\/30 {
  border-color: rgb(5 29 40 / 0.3);
}

.border-primary-900\/35 {
  border-color: rgb(5 29 40 / 0.35);
}

.border-primary-900\/40 {
  border-color: rgb(5 29 40 / 0.4);
}

.border-primary-900\/45 {
  border-color: rgb(5 29 40 / 0.45);
}

.border-primary-900\/5 {
  border-color: rgb(5 29 40 / 0.05);
}

.border-primary-900\/50 {
  border-color: rgb(5 29 40 / 0.5);
}

.border-primary-900\/55 {
  border-color: rgb(5 29 40 / 0.55);
}

.border-primary-900\/60 {
  border-color: rgb(5 29 40 / 0.6);
}

.border-primary-900\/65 {
  border-color: rgb(5 29 40 / 0.65);
}

.border-primary-900\/70 {
  border-color: rgb(5 29 40 / 0.7);
}

.border-primary-900\/75 {
  border-color: rgb(5 29 40 / 0.75);
}

.border-primary-900\/80 {
  border-color: rgb(5 29 40 / 0.8);
}

.border-primary-900\/85 {
  border-color: rgb(5 29 40 / 0.85);
}

.border-primary-900\/90 {
  border-color: rgb(5 29 40 / 0.9);
}

.border-primary-900\/95 {
  border-color: rgb(5 29 40 / 0.95);
}

.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(15 85 104 / var(--tw-border-opacity, 1));
}

.border-primary-dark\/0 {
  border-color: rgb(15 85 104 / 0);
}

.border-primary-dark\/10 {
  border-color: rgb(15 85 104 / 0.1);
}

.border-primary-dark\/100 {
  border-color: rgb(15 85 104 / 1);
}

.border-primary-dark\/15 {
  border-color: rgb(15 85 104 / 0.15);
}

.border-primary-dark\/20 {
  border-color: rgb(15 85 104 / 0.2);
}

.border-primary-dark\/25 {
  border-color: rgb(15 85 104 / 0.25);
}

.border-primary-dark\/30 {
  border-color: rgb(15 85 104 / 0.3);
}

.border-primary-dark\/35 {
  border-color: rgb(15 85 104 / 0.35);
}

.border-primary-dark\/40 {
  border-color: rgb(15 85 104 / 0.4);
}

.border-primary-dark\/45 {
  border-color: rgb(15 85 104 / 0.45);
}

.border-primary-dark\/5 {
  border-color: rgb(15 85 104 / 0.05);
}

.border-primary-dark\/50 {
  border-color: rgb(15 85 104 / 0.5);
}

.border-primary-dark\/55 {
  border-color: rgb(15 85 104 / 0.55);
}

.border-primary-dark\/60 {
  border-color: rgb(15 85 104 / 0.6);
}

.border-primary-dark\/65 {
  border-color: rgb(15 85 104 / 0.65);
}

.border-primary-dark\/70 {
  border-color: rgb(15 85 104 / 0.7);
}

.border-primary-dark\/75 {
  border-color: rgb(15 85 104 / 0.75);
}

.border-primary-dark\/80 {
  border-color: rgb(15 85 104 / 0.8);
}

.border-primary-dark\/85 {
  border-color: rgb(15 85 104 / 0.85);
}

.border-primary-dark\/90 {
  border-color: rgb(15 85 104 / 0.9);
}

.border-primary-dark\/95 {
  border-color: rgb(15 85 104 / 0.95);
}

.border-primary-light {
  --tw-border-opacity: 1;
  border-color: rgb(230 247 249 / var(--tw-border-opacity, 1));
}

.border-primary-light\/0 {
  border-color: rgb(230 247 249 / 0);
}

.border-primary-light\/10 {
  border-color: rgb(230 247 249 / 0.1);
}

.border-primary-light\/100 {
  border-color: rgb(230 247 249 / 1);
}

.border-primary-light\/15 {
  border-color: rgb(230 247 249 / 0.15);
}

.border-primary-light\/20 {
  border-color: rgb(230 247 249 / 0.2);
}

.border-primary-light\/25 {
  border-color: rgb(230 247 249 / 0.25);
}

.border-primary-light\/30 {
  border-color: rgb(230 247 249 / 0.3);
}

.border-primary-light\/35 {
  border-color: rgb(230 247 249 / 0.35);
}

.border-primary-light\/40 {
  border-color: rgb(230 247 249 / 0.4);
}

.border-primary-light\/45 {
  border-color: rgb(230 247 249 / 0.45);
}

.border-primary-light\/5 {
  border-color: rgb(230 247 249 / 0.05);
}

.border-primary-light\/50 {
  border-color: rgb(230 247 249 / 0.5);
}

.border-primary-light\/55 {
  border-color: rgb(230 247 249 / 0.55);
}

.border-primary-light\/60 {
  border-color: rgb(230 247 249 / 0.6);
}

.border-primary-light\/65 {
  border-color: rgb(230 247 249 / 0.65);
}

.border-primary-light\/70 {
  border-color: rgb(230 247 249 / 0.7);
}

.border-primary-light\/75 {
  border-color: rgb(230 247 249 / 0.75);
}

.border-primary-light\/80 {
  border-color: rgb(230 247 249 / 0.8);
}

.border-primary-light\/85 {
  border-color: rgb(230 247 249 / 0.85);
}

.border-primary-light\/90 {
  border-color: rgb(230 247 249 / 0.9);
}

.border-primary-light\/95 {
  border-color: rgb(230 247 249 / 0.95);
}

.border-primary\/0 {
  border-color: rgb(25 141 168 / 0);
}

.border-primary\/10 {
  border-color: rgb(25 141 168 / 0.1);
}

.border-primary\/100 {
  border-color: rgb(25 141 168 / 1);
}

.border-primary\/15 {
  border-color: rgb(25 141 168 / 0.15);
}

.border-primary\/20 {
  border-color: rgb(25 141 168 / 0.2);
}

.border-primary\/25 {
  border-color: rgb(25 141 168 / 0.25);
}

.border-primary\/30 {
  border-color: rgb(25 141 168 / 0.3);
}

.border-primary\/35 {
  border-color: rgb(25 141 168 / 0.35);
}

.border-primary\/40 {
  border-color: rgb(25 141 168 / 0.4);
}

.border-primary\/45 {
  border-color: rgb(25 141 168 / 0.45);
}

.border-primary\/5 {
  border-color: rgb(25 141 168 / 0.05);
}

.border-primary\/50 {
  border-color: rgb(25 141 168 / 0.5);
}

.border-primary\/55 {
  border-color: rgb(25 141 168 / 0.55);
}

.border-primary\/60 {
  border-color: rgb(25 141 168 / 0.6);
}

.border-primary\/65 {
  border-color: rgb(25 141 168 / 0.65);
}

.border-primary\/70 {
  border-color: rgb(25 141 168 / 0.7);
}

.border-primary\/75 {
  border-color: rgb(25 141 168 / 0.75);
}

.border-primary\/80 {
  border-color: rgb(25 141 168 / 0.8);
}

.border-primary\/85 {
  border-color: rgb(25 141 168 / 0.85);
}

.border-primary\/90 {
  border-color: rgb(25 141 168 / 0.9);
}

.border-primary\/95 {
  border-color: rgb(25 141 168 / 0.95);
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-secondary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-secondary-100\/0 {
  border-color: rgb(241 245 249 / 0);
}

.border-secondary-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}

.border-secondary-100\/100 {
  border-color: rgb(241 245 249 / 1);
}

.border-secondary-100\/15 {
  border-color: rgb(241 245 249 / 0.15);
}

.border-secondary-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}

.border-secondary-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}

.border-secondary-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}

.border-secondary-100\/35 {
  border-color: rgb(241 245 249 / 0.35);
}

.border-secondary-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}

.border-secondary-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}

.border-secondary-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}

.border-secondary-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}

.border-secondary-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}

.border-secondary-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}

.border-secondary-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}

.border-secondary-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}

.border-secondary-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}

.border-secondary-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}

.border-secondary-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}

.border-secondary-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}

.border-secondary-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}

.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-secondary-200\/0 {
  border-color: rgb(226 232 240 / 0);
}

.border-secondary-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}

.border-secondary-200\/100 {
  border-color: rgb(226 232 240 / 1);
}

.border-secondary-200\/15 {
  border-color: rgb(226 232 240 / 0.15);
}

.border-secondary-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}

.border-secondary-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}

.border-secondary-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}

.border-secondary-200\/35 {
  border-color: rgb(226 232 240 / 0.35);
}

.border-secondary-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}

.border-secondary-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}

.border-secondary-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}

.border-secondary-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}

.border-secondary-200\/55 {
  border-color: rgb(226 232 240 / 0.55);
}

.border-secondary-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}

.border-secondary-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}

.border-secondary-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}

.border-secondary-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}

.border-secondary-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}

.border-secondary-200\/85 {
  border-color: rgb(226 232 240 / 0.85);
}

.border-secondary-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}

.border-secondary-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}

.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-secondary-300\/0 {
  border-color: rgb(203 213 225 / 0);
}

.border-secondary-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}

.border-secondary-300\/100 {
  border-color: rgb(203 213 225 / 1);
}

.border-secondary-300\/15 {
  border-color: rgb(203 213 225 / 0.15);
}

.border-secondary-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}

.border-secondary-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}

.border-secondary-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}

.border-secondary-300\/35 {
  border-color: rgb(203 213 225 / 0.35);
}

.border-secondary-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}

.border-secondary-300\/45 {
  border-color: rgb(203 213 225 / 0.45);
}

.border-secondary-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}

.border-secondary-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}

.border-secondary-300\/55 {
  border-color: rgb(203 213 225 / 0.55);
}

.border-secondary-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}

.border-secondary-300\/65 {
  border-color: rgb(203 213 225 / 0.65);
}

.border-secondary-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}

.border-secondary-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}

.border-secondary-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}

.border-secondary-300\/85 {
  border-color: rgb(203 213 225 / 0.85);
}

.border-secondary-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}

.border-secondary-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}

.border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-secondary-400\/0 {
  border-color: rgb(148 163 184 / 0);
}

.border-secondary-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}

.border-secondary-400\/100 {
  border-color: rgb(148 163 184 / 1);
}

.border-secondary-400\/15 {
  border-color: rgb(148 163 184 / 0.15);
}

.border-secondary-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}

.border-secondary-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}

.border-secondary-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}

.border-secondary-400\/35 {
  border-color: rgb(148 163 184 / 0.35);
}

.border-secondary-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}

.border-secondary-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}

.border-secondary-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}

.border-secondary-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}

.border-secondary-400\/55 {
  border-color: rgb(148 163 184 / 0.55);
}

.border-secondary-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}

.border-secondary-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}

.border-secondary-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}

.border-secondary-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}

.border-secondary-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}

.border-secondary-400\/85 {
  border-color: rgb(148 163 184 / 0.85);
}

.border-secondary-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}

.border-secondary-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}

.border-secondary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.border-secondary-50\/0 {
  border-color: rgb(248 250 252 / 0);
}

.border-secondary-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}

.border-secondary-50\/100 {
  border-color: rgb(248 250 252 / 1);
}

.border-secondary-50\/15 {
  border-color: rgb(248 250 252 / 0.15);
}

.border-secondary-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}

.border-secondary-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}

.border-secondary-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}

.border-secondary-50\/35 {
  border-color: rgb(248 250 252 / 0.35);
}

.border-secondary-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}

.border-secondary-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}

.border-secondary-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}

.border-secondary-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}

.border-secondary-50\/55 {
  border-color: rgb(248 250 252 / 0.55);
}

.border-secondary-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}

.border-secondary-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}

.border-secondary-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}

.border-secondary-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}

.border-secondary-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}

.border-secondary-50\/85 {
  border-color: rgb(248 250 252 / 0.85);
}

.border-secondary-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}

.border-secondary-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}

.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-secondary-500\/0 {
  border-color: rgb(100 116 139 / 0);
}

.border-secondary-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}

.border-secondary-500\/100 {
  border-color: rgb(100 116 139 / 1);
}

.border-secondary-500\/15 {
  border-color: rgb(100 116 139 / 0.15);
}

.border-secondary-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}

.border-secondary-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}

.border-secondary-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}

.border-secondary-500\/35 {
  border-color: rgb(100 116 139 / 0.35);
}

.border-secondary-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}

.border-secondary-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}

.border-secondary-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}

.border-secondary-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}

.border-secondary-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}

.border-secondary-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}

.border-secondary-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}

.border-secondary-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}

.border-secondary-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}

.border-secondary-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}

.border-secondary-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}

.border-secondary-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}

.border-secondary-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}

.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.border-secondary-600\/0 {
  border-color: rgb(71 85 105 / 0);
}

.border-secondary-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}

.border-secondary-600\/100 {
  border-color: rgb(71 85 105 / 1);
}

.border-secondary-600\/15 {
  border-color: rgb(71 85 105 / 0.15);
}

.border-secondary-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}

.border-secondary-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}

.border-secondary-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}

.border-secondary-600\/35 {
  border-color: rgb(71 85 105 / 0.35);
}

.border-secondary-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}

.border-secondary-600\/45 {
  border-color: rgb(71 85 105 / 0.45);
}

.border-secondary-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}

.border-secondary-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}

.border-secondary-600\/55 {
  border-color: rgb(71 85 105 / 0.55);
}

.border-secondary-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}

.border-secondary-600\/65 {
  border-color: rgb(71 85 105 / 0.65);
}

.border-secondary-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}

.border-secondary-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}

.border-secondary-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}

.border-secondary-600\/85 {
  border-color: rgb(71 85 105 / 0.85);
}

.border-secondary-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}

.border-secondary-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}

.border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-secondary-700\/0 {
  border-color: rgb(51 65 85 / 0);
}

.border-secondary-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}

.border-secondary-700\/100 {
  border-color: rgb(51 65 85 / 1);
}

.border-secondary-700\/15 {
  border-color: rgb(51 65 85 / 0.15);
}

.border-secondary-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}

.border-secondary-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}

.border-secondary-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}

.border-secondary-700\/35 {
  border-color: rgb(51 65 85 / 0.35);
}

.border-secondary-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}

.border-secondary-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}

.border-secondary-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}

.border-secondary-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-secondary-700\/55 {
  border-color: rgb(51 65 85 / 0.55);
}

.border-secondary-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-secondary-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}

.border-secondary-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-secondary-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}

.border-secondary-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-secondary-700\/85 {
  border-color: rgb(51 65 85 / 0.85);
}

.border-secondary-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}

.border-secondary-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}

.border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-secondary-800\/0 {
  border-color: rgb(30 41 59 / 0);
}

.border-secondary-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}

.border-secondary-800\/100 {
  border-color: rgb(30 41 59 / 1);
}

.border-secondary-800\/15 {
  border-color: rgb(30 41 59 / 0.15);
}

.border-secondary-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}

.border-secondary-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}

.border-secondary-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}

.border-secondary-800\/35 {
  border-color: rgb(30 41 59 / 0.35);
}

.border-secondary-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}

.border-secondary-800\/45 {
  border-color: rgb(30 41 59 / 0.45);
}

.border-secondary-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}

.border-secondary-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}

.border-secondary-800\/55 {
  border-color: rgb(30 41 59 / 0.55);
}

.border-secondary-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}

.border-secondary-800\/65 {
  border-color: rgb(30 41 59 / 0.65);
}

.border-secondary-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}

.border-secondary-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}

.border-secondary-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}

.border-secondary-800\/85 {
  border-color: rgb(30 41 59 / 0.85);
}

.border-secondary-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}

.border-secondary-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}

.border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.border-secondary-900\/0 {
  border-color: rgb(15 23 42 / 0);
}

.border-secondary-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}

.border-secondary-900\/100 {
  border-color: rgb(15 23 42 / 1);
}

.border-secondary-900\/15 {
  border-color: rgb(15 23 42 / 0.15);
}

.border-secondary-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}

.border-secondary-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}

.border-secondary-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}

.border-secondary-900\/35 {
  border-color: rgb(15 23 42 / 0.35);
}

.border-secondary-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}

.border-secondary-900\/45 {
  border-color: rgb(15 23 42 / 0.45);
}

.border-secondary-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}

.border-secondary-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}

.border-secondary-900\/55 {
  border-color: rgb(15 23 42 / 0.55);
}

.border-secondary-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}

.border-secondary-900\/65 {
  border-color: rgb(15 23 42 / 0.65);
}

.border-secondary-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}

.border-secondary-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}

.border-secondary-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}

.border-secondary-900\/85 {
  border-color: rgb(15 23 42 / 0.85);
}

.border-secondary-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}

.border-secondary-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}

.border-secondary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-secondary-dark\/0 {
  border-color: rgb(51 65 85 / 0);
}

.border-secondary-dark\/10 {
  border-color: rgb(51 65 85 / 0.1);
}

.border-secondary-dark\/100 {
  border-color: rgb(51 65 85 / 1);
}

.border-secondary-dark\/15 {
  border-color: rgb(51 65 85 / 0.15);
}

.border-secondary-dark\/20 {
  border-color: rgb(51 65 85 / 0.2);
}

.border-secondary-dark\/25 {
  border-color: rgb(51 65 85 / 0.25);
}

.border-secondary-dark\/30 {
  border-color: rgb(51 65 85 / 0.3);
}

.border-secondary-dark\/35 {
  border-color: rgb(51 65 85 / 0.35);
}

.border-secondary-dark\/40 {
  border-color: rgb(51 65 85 / 0.4);
}

.border-secondary-dark\/45 {
  border-color: rgb(51 65 85 / 0.45);
}

.border-secondary-dark\/5 {
  border-color: rgb(51 65 85 / 0.05);
}

.border-secondary-dark\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-secondary-dark\/55 {
  border-color: rgb(51 65 85 / 0.55);
}

.border-secondary-dark\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-secondary-dark\/65 {
  border-color: rgb(51 65 85 / 0.65);
}

.border-secondary-dark\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-secondary-dark\/75 {
  border-color: rgb(51 65 85 / 0.75);
}

.border-secondary-dark\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-secondary-dark\/85 {
  border-color: rgb(51 65 85 / 0.85);
}

.border-secondary-dark\/90 {
  border-color: rgb(51 65 85 / 0.9);
}

.border-secondary-dark\/95 {
  border-color: rgb(51 65 85 / 0.95);
}

.border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-secondary-light\/0 {
  border-color: rgb(241 245 249 / 0);
}

.border-secondary-light\/10 {
  border-color: rgb(241 245 249 / 0.1);
}

.border-secondary-light\/100 {
  border-color: rgb(241 245 249 / 1);
}

.border-secondary-light\/15 {
  border-color: rgb(241 245 249 / 0.15);
}

.border-secondary-light\/20 {
  border-color: rgb(241 245 249 / 0.2);
}

.border-secondary-light\/25 {
  border-color: rgb(241 245 249 / 0.25);
}

.border-secondary-light\/30 {
  border-color: rgb(241 245 249 / 0.3);
}

.border-secondary-light\/35 {
  border-color: rgb(241 245 249 / 0.35);
}

.border-secondary-light\/40 {
  border-color: rgb(241 245 249 / 0.4);
}

.border-secondary-light\/45 {
  border-color: rgb(241 245 249 / 0.45);
}

.border-secondary-light\/5 {
  border-color: rgb(241 245 249 / 0.05);
}

.border-secondary-light\/50 {
  border-color: rgb(241 245 249 / 0.5);
}

.border-secondary-light\/55 {
  border-color: rgb(241 245 249 / 0.55);
}

.border-secondary-light\/60 {
  border-color: rgb(241 245 249 / 0.6);
}

.border-secondary-light\/65 {
  border-color: rgb(241 245 249 / 0.65);
}

.border-secondary-light\/70 {
  border-color: rgb(241 245 249 / 0.7);
}

.border-secondary-light\/75 {
  border-color: rgb(241 245 249 / 0.75);
}

.border-secondary-light\/80 {
  border-color: rgb(241 245 249 / 0.8);
}

.border-secondary-light\/85 {
  border-color: rgb(241 245 249 / 0.85);
}

.border-secondary-light\/90 {
  border-color: rgb(241 245 249 / 0.9);
}

.border-secondary-light\/95 {
  border-color: rgb(241 245 249 / 0.95);
}

.border-secondary\/0 {
  border-color: rgb(100 116 139 / 0);
}

.border-secondary\/10 {
  border-color: rgb(100 116 139 / 0.1);
}

.border-secondary\/100 {
  border-color: rgb(100 116 139 / 1);
}

.border-secondary\/15 {
  border-color: rgb(100 116 139 / 0.15);
}

.border-secondary\/20 {
  border-color: rgb(100 116 139 / 0.2);
}

.border-secondary\/25 {
  border-color: rgb(100 116 139 / 0.25);
}

.border-secondary\/30 {
  border-color: rgb(100 116 139 / 0.3);
}

.border-secondary\/35 {
  border-color: rgb(100 116 139 / 0.35);
}

.border-secondary\/40 {
  border-color: rgb(100 116 139 / 0.4);
}

.border-secondary\/45 {
  border-color: rgb(100 116 139 / 0.45);
}

.border-secondary\/5 {
  border-color: rgb(100 116 139 / 0.05);
}

.border-secondary\/50 {
  border-color: rgb(100 116 139 / 0.5);
}

.border-secondary\/55 {
  border-color: rgb(100 116 139 / 0.55);
}

.border-secondary\/60 {
  border-color: rgb(100 116 139 / 0.6);
}

.border-secondary\/65 {
  border-color: rgb(100 116 139 / 0.65);
}

.border-secondary\/70 {
  border-color: rgb(100 116 139 / 0.7);
}

.border-secondary\/75 {
  border-color: rgb(100 116 139 / 0.75);
}

.border-secondary\/80 {
  border-color: rgb(100 116 139 / 0.8);
}

.border-secondary\/85 {
  border-color: rgb(100 116 139 / 0.85);
}

.border-secondary\/90 {
  border-color: rgb(100 116 139 / 0.9);
}

.border-secondary\/95 {
  border-color: rgb(100 116 139 / 0.95);
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-success-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-success-100\/0 {
  border-color: rgb(209 250 229 / 0);
}

.border-success-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}

.border-success-100\/100 {
  border-color: rgb(209 250 229 / 1);
}

.border-success-100\/15 {
  border-color: rgb(209 250 229 / 0.15);
}

.border-success-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}

.border-success-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}

.border-success-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}

.border-success-100\/35 {
  border-color: rgb(209 250 229 / 0.35);
}

.border-success-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}

.border-success-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}

.border-success-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}

.border-success-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}

.border-success-100\/55 {
  border-color: rgb(209 250 229 / 0.55);
}

.border-success-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}

.border-success-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}

.border-success-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}

.border-success-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}

.border-success-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}

.border-success-100\/85 {
  border-color: rgb(209 250 229 / 0.85);
}

.border-success-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}

.border-success-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}

.border-success-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-success-200\/0 {
  border-color: rgb(167 243 208 / 0);
}

.border-success-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}

.border-success-200\/100 {
  border-color: rgb(167 243 208 / 1);
}

.border-success-200\/15 {
  border-color: rgb(167 243 208 / 0.15);
}

.border-success-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}

.border-success-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}

.border-success-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}

.border-success-200\/35 {
  border-color: rgb(167 243 208 / 0.35);
}

.border-success-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}

.border-success-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}

.border-success-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}

.border-success-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}

.border-success-200\/55 {
  border-color: rgb(167 243 208 / 0.55);
}

.border-success-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}

.border-success-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}

.border-success-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}

.border-success-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}

.border-success-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}

.border-success-200\/85 {
  border-color: rgb(167 243 208 / 0.85);
}

.border-success-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}

.border-success-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}

.border-success-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-success-300\/0 {
  border-color: rgb(110 231 183 / 0);
}

.border-success-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}

.border-success-300\/100 {
  border-color: rgb(110 231 183 / 1);
}

.border-success-300\/15 {
  border-color: rgb(110 231 183 / 0.15);
}

.border-success-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}

.border-success-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}

.border-success-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}

.border-success-300\/35 {
  border-color: rgb(110 231 183 / 0.35);
}

.border-success-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}

.border-success-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}

.border-success-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}

.border-success-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}

.border-success-300\/55 {
  border-color: rgb(110 231 183 / 0.55);
}

.border-success-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}

.border-success-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}

.border-success-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}

.border-success-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}

.border-success-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}

.border-success-300\/85 {
  border-color: rgb(110 231 183 / 0.85);
}

.border-success-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}

.border-success-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}

.border-success-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-success-400\/0 {
  border-color: rgb(52 211 153 / 0);
}

.border-success-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}

.border-success-400\/100 {
  border-color: rgb(52 211 153 / 1);
}

.border-success-400\/15 {
  border-color: rgb(52 211 153 / 0.15);
}

.border-success-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}

.border-success-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}

.border-success-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}

.border-success-400\/35 {
  border-color: rgb(52 211 153 / 0.35);
}

.border-success-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}

.border-success-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}

.border-success-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}

.border-success-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}

.border-success-400\/55 {
  border-color: rgb(52 211 153 / 0.55);
}

.border-success-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}

.border-success-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}

.border-success-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}

.border-success-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}

.border-success-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}

.border-success-400\/85 {
  border-color: rgb(52 211 153 / 0.85);
}

.border-success-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}

.border-success-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}

.border-success-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.border-success-50\/0 {
  border-color: rgb(236 253 245 / 0);
}

.border-success-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}

.border-success-50\/100 {
  border-color: rgb(236 253 245 / 1);
}

.border-success-50\/15 {
  border-color: rgb(236 253 245 / 0.15);
}

.border-success-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}

.border-success-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}

.border-success-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}

.border-success-50\/35 {
  border-color: rgb(236 253 245 / 0.35);
}

.border-success-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}

.border-success-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}

.border-success-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}

.border-success-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}

.border-success-50\/55 {
  border-color: rgb(236 253 245 / 0.55);
}

.border-success-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}

.border-success-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}

.border-success-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}

.border-success-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}

.border-success-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}

.border-success-50\/85 {
  border-color: rgb(236 253 245 / 0.85);
}

.border-success-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}

.border-success-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}

.border-success-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-success-500\/0 {
  border-color: rgb(16 185 129 / 0);
}

.border-success-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}

.border-success-500\/100 {
  border-color: rgb(16 185 129 / 1);
}

.border-success-500\/15 {
  border-color: rgb(16 185 129 / 0.15);
}

.border-success-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-success-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}

.border-success-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-success-500\/35 {
  border-color: rgb(16 185 129 / 0.35);
}

.border-success-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}

.border-success-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}

.border-success-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}

.border-success-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}

.border-success-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}

.border-success-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}

.border-success-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}

.border-success-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}

.border-success-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}

.border-success-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}

.border-success-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}

.border-success-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}

.border-success-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}

.border-success-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-success-600\/0 {
  border-color: rgb(5 150 105 / 0);
}

.border-success-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}

.border-success-600\/100 {
  border-color: rgb(5 150 105 / 1);
}

.border-success-600\/15 {
  border-color: rgb(5 150 105 / 0.15);
}

.border-success-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}

.border-success-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}

.border-success-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}

.border-success-600\/35 {
  border-color: rgb(5 150 105 / 0.35);
}

.border-success-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}

.border-success-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}

.border-success-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}

.border-success-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}

.border-success-600\/55 {
  border-color: rgb(5 150 105 / 0.55);
}

.border-success-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}

.border-success-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}

.border-success-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}

.border-success-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}

.border-success-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}

.border-success-600\/85 {
  border-color: rgb(5 150 105 / 0.85);
}

.border-success-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}

.border-success-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}

.border-success-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-success-700\/0 {
  border-color: rgb(4 120 87 / 0);
}

.border-success-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}

.border-success-700\/100 {
  border-color: rgb(4 120 87 / 1);
}

.border-success-700\/15 {
  border-color: rgb(4 120 87 / 0.15);
}

.border-success-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}

.border-success-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}

.border-success-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}

.border-success-700\/35 {
  border-color: rgb(4 120 87 / 0.35);
}

.border-success-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}

.border-success-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}

.border-success-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}

.border-success-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}

.border-success-700\/55 {
  border-color: rgb(4 120 87 / 0.55);
}

.border-success-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}

.border-success-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}

.border-success-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}

.border-success-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}

.border-success-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}

.border-success-700\/85 {
  border-color: rgb(4 120 87 / 0.85);
}

.border-success-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}

.border-success-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}

.border-success-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.border-success-800\/0 {
  border-color: rgb(6 95 70 / 0);
}

.border-success-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}

.border-success-800\/100 {
  border-color: rgb(6 95 70 / 1);
}

.border-success-800\/15 {
  border-color: rgb(6 95 70 / 0.15);
}

.border-success-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}

.border-success-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}

.border-success-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}

.border-success-800\/35 {
  border-color: rgb(6 95 70 / 0.35);
}

.border-success-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}

.border-success-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}

.border-success-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}

.border-success-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}

.border-success-800\/55 {
  border-color: rgb(6 95 70 / 0.55);
}

.border-success-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}

.border-success-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}

.border-success-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}

.border-success-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}

.border-success-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}

.border-success-800\/85 {
  border-color: rgb(6 95 70 / 0.85);
}

.border-success-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}

.border-success-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}

.border-success-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-success-900\/0 {
  border-color: rgb(6 78 59 / 0);
}

.border-success-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}

.border-success-900\/100 {
  border-color: rgb(6 78 59 / 1);
}

.border-success-900\/15 {
  border-color: rgb(6 78 59 / 0.15);
}

.border-success-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}

.border-success-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}

.border-success-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}

.border-success-900\/35 {
  border-color: rgb(6 78 59 / 0.35);
}

.border-success-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}

.border-success-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}

.border-success-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}

.border-success-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}

.border-success-900\/55 {
  border-color: rgb(6 78 59 / 0.55);
}

.border-success-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}

.border-success-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}

.border-success-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}

.border-success-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}

.border-success-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}

.border-success-900\/85 {
  border-color: rgb(6 78 59 / 0.85);
}

.border-success-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}

.border-success-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}

.border-success-dark {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-success-dark\/0 {
  border-color: rgb(4 120 87 / 0);
}

.border-success-dark\/10 {
  border-color: rgb(4 120 87 / 0.1);
}

.border-success-dark\/100 {
  border-color: rgb(4 120 87 / 1);
}

.border-success-dark\/15 {
  border-color: rgb(4 120 87 / 0.15);
}

.border-success-dark\/20 {
  border-color: rgb(4 120 87 / 0.2);
}

.border-success-dark\/25 {
  border-color: rgb(4 120 87 / 0.25);
}

.border-success-dark\/30 {
  border-color: rgb(4 120 87 / 0.3);
}

.border-success-dark\/35 {
  border-color: rgb(4 120 87 / 0.35);
}

.border-success-dark\/40 {
  border-color: rgb(4 120 87 / 0.4);
}

.border-success-dark\/45 {
  border-color: rgb(4 120 87 / 0.45);
}

.border-success-dark\/5 {
  border-color: rgb(4 120 87 / 0.05);
}

.border-success-dark\/50 {
  border-color: rgb(4 120 87 / 0.5);
}

.border-success-dark\/55 {
  border-color: rgb(4 120 87 / 0.55);
}

.border-success-dark\/60 {
  border-color: rgb(4 120 87 / 0.6);
}

.border-success-dark\/65 {
  border-color: rgb(4 120 87 / 0.65);
}

.border-success-dark\/70 {
  border-color: rgb(4 120 87 / 0.7);
}

.border-success-dark\/75 {
  border-color: rgb(4 120 87 / 0.75);
}

.border-success-dark\/80 {
  border-color: rgb(4 120 87 / 0.8);
}

.border-success-dark\/85 {
  border-color: rgb(4 120 87 / 0.85);
}

.border-success-dark\/90 {
  border-color: rgb(4 120 87 / 0.9);
}

.border-success-dark\/95 {
  border-color: rgb(4 120 87 / 0.95);
}

.border-success-light {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-success-light\/0 {
  border-color: rgb(209 250 229 / 0);
}

.border-success-light\/10 {
  border-color: rgb(209 250 229 / 0.1);
}

.border-success-light\/100 {
  border-color: rgb(209 250 229 / 1);
}

.border-success-light\/15 {
  border-color: rgb(209 250 229 / 0.15);
}

.border-success-light\/20 {
  border-color: rgb(209 250 229 / 0.2);
}

.border-success-light\/25 {
  border-color: rgb(209 250 229 / 0.25);
}

.border-success-light\/30 {
  border-color: rgb(209 250 229 / 0.3);
}

.border-success-light\/35 {
  border-color: rgb(209 250 229 / 0.35);
}

.border-success-light\/40 {
  border-color: rgb(209 250 229 / 0.4);
}

.border-success-light\/45 {
  border-color: rgb(209 250 229 / 0.45);
}

.border-success-light\/5 {
  border-color: rgb(209 250 229 / 0.05);
}

.border-success-light\/50 {
  border-color: rgb(209 250 229 / 0.5);
}

.border-success-light\/55 {
  border-color: rgb(209 250 229 / 0.55);
}

.border-success-light\/60 {
  border-color: rgb(209 250 229 / 0.6);
}

.border-success-light\/65 {
  border-color: rgb(209 250 229 / 0.65);
}

.border-success-light\/70 {
  border-color: rgb(209 250 229 / 0.7);
}

.border-success-light\/75 {
  border-color: rgb(209 250 229 / 0.75);
}

.border-success-light\/80 {
  border-color: rgb(209 250 229 / 0.8);
}

.border-success-light\/85 {
  border-color: rgb(209 250 229 / 0.85);
}

.border-success-light\/90 {
  border-color: rgb(209 250 229 / 0.9);
}

.border-success-light\/95 {
  border-color: rgb(209 250 229 / 0.95);
}

.border-success\/0 {
  border-color: rgb(16 185 129 / 0);
}

.border-success\/10 {
  border-color: rgb(16 185 129 / 0.1);
}

.border-success\/100 {
  border-color: rgb(16 185 129 / 1);
}

.border-success\/15 {
  border-color: rgb(16 185 129 / 0.15);
}

.border-success\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-success\/25 {
  border-color: rgb(16 185 129 / 0.25);
}

.border-success\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-success\/35 {
  border-color: rgb(16 185 129 / 0.35);
}

.border-success\/40 {
  border-color: rgb(16 185 129 / 0.4);
}

.border-success\/45 {
  border-color: rgb(16 185 129 / 0.45);
}

.border-success\/5 {
  border-color: rgb(16 185 129 / 0.05);
}

.border-success\/50 {
  border-color: rgb(16 185 129 / 0.5);
}

.border-success\/55 {
  border-color: rgb(16 185 129 / 0.55);
}

.border-success\/60 {
  border-color: rgb(16 185 129 / 0.6);
}

.border-success\/65 {
  border-color: rgb(16 185 129 / 0.65);
}

.border-success\/70 {
  border-color: rgb(16 185 129 / 0.7);
}

.border-success\/75 {
  border-color: rgb(16 185 129 / 0.75);
}

.border-success\/80 {
  border-color: rgb(16 185 129 / 0.8);
}

.border-success\/85 {
  border-color: rgb(16 185 129 / 0.85);
}

.border-success\/90 {
  border-color: rgb(16 185 129 / 0.9);
}

.border-success\/95 {
  border-color: rgb(16 185 129 / 0.95);
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-warning-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.border-warning-100\/0 {
  border-color: rgb(254 243 199 / 0);
}

.border-warning-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}

.border-warning-100\/100 {
  border-color: rgb(254 243 199 / 1);
}

.border-warning-100\/15 {
  border-color: rgb(254 243 199 / 0.15);
}

.border-warning-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}

.border-warning-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}

.border-warning-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}

.border-warning-100\/35 {
  border-color: rgb(254 243 199 / 0.35);
}

.border-warning-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}

.border-warning-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}

.border-warning-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}

.border-warning-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}

.border-warning-100\/55 {
  border-color: rgb(254 243 199 / 0.55);
}

.border-warning-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}

.border-warning-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}

.border-warning-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}

.border-warning-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}

.border-warning-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}

.border-warning-100\/85 {
  border-color: rgb(254 243 199 / 0.85);
}

.border-warning-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}

.border-warning-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}

.border-warning-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-warning-200\/0 {
  border-color: rgb(253 230 138 / 0);
}

.border-warning-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}

.border-warning-200\/100 {
  border-color: rgb(253 230 138 / 1);
}

.border-warning-200\/15 {
  border-color: rgb(253 230 138 / 0.15);
}

.border-warning-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}

.border-warning-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}

.border-warning-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}

.border-warning-200\/35 {
  border-color: rgb(253 230 138 / 0.35);
}

.border-warning-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}

.border-warning-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}

.border-warning-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}

.border-warning-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}

.border-warning-200\/55 {
  border-color: rgb(253 230 138 / 0.55);
}

.border-warning-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}

.border-warning-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}

.border-warning-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}

.border-warning-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}

.border-warning-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}

.border-warning-200\/85 {
  border-color: rgb(253 230 138 / 0.85);
}

.border-warning-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}

.border-warning-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}

.border-warning-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.border-warning-300\/0 {
  border-color: rgb(252 211 77 / 0);
}

.border-warning-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}

.border-warning-300\/100 {
  border-color: rgb(252 211 77 / 1);
}

.border-warning-300\/15 {
  border-color: rgb(252 211 77 / 0.15);
}

.border-warning-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}

.border-warning-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}

.border-warning-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}

.border-warning-300\/35 {
  border-color: rgb(252 211 77 / 0.35);
}

.border-warning-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}

.border-warning-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}

.border-warning-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}

.border-warning-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}

.border-warning-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}

.border-warning-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}

.border-warning-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}

.border-warning-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}

.border-warning-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}

.border-warning-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}

.border-warning-300\/85 {
  border-color: rgb(252 211 77 / 0.85);
}

.border-warning-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}

.border-warning-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}

.border-warning-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.border-warning-400\/0 {
  border-color: rgb(251 191 36 / 0);
}

.border-warning-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}

.border-warning-400\/100 {
  border-color: rgb(251 191 36 / 1);
}

.border-warning-400\/15 {
  border-color: rgb(251 191 36 / 0.15);
}

.border-warning-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}

.border-warning-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}

.border-warning-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}

.border-warning-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}

.border-warning-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}

.border-warning-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}

.border-warning-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}

.border-warning-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}

.border-warning-400\/55 {
  border-color: rgb(251 191 36 / 0.55);
}

.border-warning-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}

.border-warning-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}

.border-warning-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}

.border-warning-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}

.border-warning-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}

.border-warning-400\/85 {
  border-color: rgb(251 191 36 / 0.85);
}

.border-warning-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}

.border-warning-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}

.border-warning-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.border-warning-50\/0 {
  border-color: rgb(255 251 235 / 0);
}

.border-warning-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}

.border-warning-50\/100 {
  border-color: rgb(255 251 235 / 1);
}

.border-warning-50\/15 {
  border-color: rgb(255 251 235 / 0.15);
}

.border-warning-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}

.border-warning-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}

.border-warning-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}

.border-warning-50\/35 {
  border-color: rgb(255 251 235 / 0.35);
}

.border-warning-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}

.border-warning-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}

.border-warning-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}

.border-warning-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}

.border-warning-50\/55 {
  border-color: rgb(255 251 235 / 0.55);
}

.border-warning-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}

.border-warning-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}

.border-warning-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}

.border-warning-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}

.border-warning-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}

.border-warning-50\/85 {
  border-color: rgb(255 251 235 / 0.85);
}

.border-warning-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}

.border-warning-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}

.border-warning-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-warning-500\/0 {
  border-color: rgb(245 158 11 / 0);
}

.border-warning-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}

.border-warning-500\/100 {
  border-color: rgb(245 158 11 / 1);
}

.border-warning-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}

.border-warning-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}

.border-warning-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}

.border-warning-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-warning-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}

.border-warning-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-warning-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}

.border-warning-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}

.border-warning-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}

.border-warning-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}

.border-warning-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}

.border-warning-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}

.border-warning-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}

.border-warning-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}

.border-warning-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}

.border-warning-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}

.border-warning-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}

.border-warning-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}

.border-warning-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-warning-600\/0 {
  border-color: rgb(217 119 6 / 0);
}

.border-warning-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}

.border-warning-600\/100 {
  border-color: rgb(217 119 6 / 1);
}

.border-warning-600\/15 {
  border-color: rgb(217 119 6 / 0.15);
}

.border-warning-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}

.border-warning-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}

.border-warning-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}

.border-warning-600\/35 {
  border-color: rgb(217 119 6 / 0.35);
}

.border-warning-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}

.border-warning-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}

.border-warning-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}

.border-warning-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}

.border-warning-600\/55 {
  border-color: rgb(217 119 6 / 0.55);
}

.border-warning-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}

.border-warning-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}

.border-warning-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}

.border-warning-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}

.border-warning-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}

.border-warning-600\/85 {
  border-color: rgb(217 119 6 / 0.85);
}

.border-warning-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}

.border-warning-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}

.border-warning-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.border-warning-700\/0 {
  border-color: rgb(180 83 9 / 0);
}

.border-warning-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}

.border-warning-700\/100 {
  border-color: rgb(180 83 9 / 1);
}

.border-warning-700\/15 {
  border-color: rgb(180 83 9 / 0.15);
}

.border-warning-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}

.border-warning-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}

.border-warning-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}

.border-warning-700\/35 {
  border-color: rgb(180 83 9 / 0.35);
}

.border-warning-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}

.border-warning-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}

.border-warning-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}

.border-warning-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}

.border-warning-700\/55 {
  border-color: rgb(180 83 9 / 0.55);
}

.border-warning-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}

.border-warning-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}

.border-warning-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}

.border-warning-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}

.border-warning-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}

.border-warning-700\/85 {
  border-color: rgb(180 83 9 / 0.85);
}

.border-warning-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}

.border-warning-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}

.border-warning-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.border-warning-800\/0 {
  border-color: rgb(146 64 14 / 0);
}

.border-warning-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}

.border-warning-800\/100 {
  border-color: rgb(146 64 14 / 1);
}

.border-warning-800\/15 {
  border-color: rgb(146 64 14 / 0.15);
}

.border-warning-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}

.border-warning-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}

.border-warning-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}

.border-warning-800\/35 {
  border-color: rgb(146 64 14 / 0.35);
}

.border-warning-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}

.border-warning-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}

.border-warning-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}

.border-warning-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}

.border-warning-800\/55 {
  border-color: rgb(146 64 14 / 0.55);
}

.border-warning-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}

.border-warning-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}

.border-warning-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}

.border-warning-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}

.border-warning-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}

.border-warning-800\/85 {
  border-color: rgb(146 64 14 / 0.85);
}

.border-warning-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}

.border-warning-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}

.border-warning-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.border-warning-900\/0 {
  border-color: rgb(120 53 15 / 0);
}

.border-warning-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}

.border-warning-900\/100 {
  border-color: rgb(120 53 15 / 1);
}

.border-warning-900\/15 {
  border-color: rgb(120 53 15 / 0.15);
}

.border-warning-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}

.border-warning-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}

.border-warning-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}

.border-warning-900\/35 {
  border-color: rgb(120 53 15 / 0.35);
}

.border-warning-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}

.border-warning-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}

.border-warning-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}

.border-warning-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}

.border-warning-900\/55 {
  border-color: rgb(120 53 15 / 0.55);
}

.border-warning-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}

.border-warning-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}

.border-warning-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}

.border-warning-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}

.border-warning-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}

.border-warning-900\/85 {
  border-color: rgb(120 53 15 / 0.85);
}

.border-warning-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}

.border-warning-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}

.border-warning-dark {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.border-warning-dark\/0 {
  border-color: rgb(180 83 9 / 0);
}

.border-warning-dark\/10 {
  border-color: rgb(180 83 9 / 0.1);
}

.border-warning-dark\/100 {
  border-color: rgb(180 83 9 / 1);
}

.border-warning-dark\/15 {
  border-color: rgb(180 83 9 / 0.15);
}

.border-warning-dark\/20 {
  border-color: rgb(180 83 9 / 0.2);
}

.border-warning-dark\/25 {
  border-color: rgb(180 83 9 / 0.25);
}

.border-warning-dark\/30 {
  border-color: rgb(180 83 9 / 0.3);
}

.border-warning-dark\/35 {
  border-color: rgb(180 83 9 / 0.35);
}

.border-warning-dark\/40 {
  border-color: rgb(180 83 9 / 0.4);
}

.border-warning-dark\/45 {
  border-color: rgb(180 83 9 / 0.45);
}

.border-warning-dark\/5 {
  border-color: rgb(180 83 9 / 0.05);
}

.border-warning-dark\/50 {
  border-color: rgb(180 83 9 / 0.5);
}

.border-warning-dark\/55 {
  border-color: rgb(180 83 9 / 0.55);
}

.border-warning-dark\/60 {
  border-color: rgb(180 83 9 / 0.6);
}

.border-warning-dark\/65 {
  border-color: rgb(180 83 9 / 0.65);
}

.border-warning-dark\/70 {
  border-color: rgb(180 83 9 / 0.7);
}

.border-warning-dark\/75 {
  border-color: rgb(180 83 9 / 0.75);
}

.border-warning-dark\/80 {
  border-color: rgb(180 83 9 / 0.8);
}

.border-warning-dark\/85 {
  border-color: rgb(180 83 9 / 0.85);
}

.border-warning-dark\/90 {
  border-color: rgb(180 83 9 / 0.9);
}

.border-warning-dark\/95 {
  border-color: rgb(180 83 9 / 0.95);
}

.border-warning-light {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.border-warning-light\/0 {
  border-color: rgb(254 243 199 / 0);
}

.border-warning-light\/10 {
  border-color: rgb(254 243 199 / 0.1);
}

.border-warning-light\/100 {
  border-color: rgb(254 243 199 / 1);
}

.border-warning-light\/15 {
  border-color: rgb(254 243 199 / 0.15);
}

.border-warning-light\/20 {
  border-color: rgb(254 243 199 / 0.2);
}

.border-warning-light\/25 {
  border-color: rgb(254 243 199 / 0.25);
}

.border-warning-light\/30 {
  border-color: rgb(254 243 199 / 0.3);
}

.border-warning-light\/35 {
  border-color: rgb(254 243 199 / 0.35);
}

.border-warning-light\/40 {
  border-color: rgb(254 243 199 / 0.4);
}

.border-warning-light\/45 {
  border-color: rgb(254 243 199 / 0.45);
}

.border-warning-light\/5 {
  border-color: rgb(254 243 199 / 0.05);
}

.border-warning-light\/50 {
  border-color: rgb(254 243 199 / 0.5);
}

.border-warning-light\/55 {
  border-color: rgb(254 243 199 / 0.55);
}

.border-warning-light\/60 {
  border-color: rgb(254 243 199 / 0.6);
}

.border-warning-light\/65 {
  border-color: rgb(254 243 199 / 0.65);
}

.border-warning-light\/70 {
  border-color: rgb(254 243 199 / 0.7);
}

.border-warning-light\/75 {
  border-color: rgb(254 243 199 / 0.75);
}

.border-warning-light\/80 {
  border-color: rgb(254 243 199 / 0.8);
}

.border-warning-light\/85 {
  border-color: rgb(254 243 199 / 0.85);
}

.border-warning-light\/90 {
  border-color: rgb(254 243 199 / 0.9);
}

.border-warning-light\/95 {
  border-color: rgb(254 243 199 / 0.95);
}

.border-warning\/0 {
  border-color: rgb(245 158 11 / 0);
}

.border-warning\/10 {
  border-color: rgb(245 158 11 / 0.1);
}

.border-warning\/100 {
  border-color: rgb(245 158 11 / 1);
}

.border-warning\/15 {
  border-color: rgb(245 158 11 / 0.15);
}

.border-warning\/20 {
  border-color: rgb(245 158 11 / 0.2);
}

.border-warning\/25 {
  border-color: rgb(245 158 11 / 0.25);
}

.border-warning\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-warning\/35 {
  border-color: rgb(245 158 11 / 0.35);
}

.border-warning\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-warning\/45 {
  border-color: rgb(245 158 11 / 0.45);
}

.border-warning\/5 {
  border-color: rgb(245 158 11 / 0.05);
}

.border-warning\/50 {
  border-color: rgb(245 158 11 / 0.5);
}

.border-warning\/55 {
  border-color: rgb(245 158 11 / 0.55);
}

.border-warning\/60 {
  border-color: rgb(245 158 11 / 0.6);
}

.border-warning\/65 {
  border-color: rgb(245 158 11 / 0.65);
}

.border-warning\/70 {
  border-color: rgb(245 158 11 / 0.7);
}

.border-warning\/75 {
  border-color: rgb(245 158 11 / 0.75);
}

.border-warning\/80 {
  border-color: rgb(245 158 11 / 0.8);
}

.border-warning\/85 {
  border-color: rgb(245 158 11 / 0.85);
}

.border-warning\/90 {
  border-color: rgb(245 158 11 / 0.9);
}

.border-warning\/95 {
  border-color: rgb(245 158 11 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-l-emerald-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-l-sky-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.border-t-emerald-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#003F82\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 130 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00B039\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 176 57 / var(--tw-bg-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-danger-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-danger-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-danger-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-danger-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-danger-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-danger-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-danger-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-danger-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-danger-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-danger-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-danger-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-danger-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-danger-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-danger-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-danger-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-danger-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-danger-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-danger-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-danger-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-danger-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-danger-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-danger-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-danger-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-danger-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-danger-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}

.bg-danger-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-danger-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-danger-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-danger-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}

.bg-danger-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-danger-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}

.bg-danger-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-danger-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-danger-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}

.bg-danger-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-danger-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}

.bg-danger-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-danger-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-danger-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-danger-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}

.bg-danger-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-danger-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.bg-danger-300\/0 {
  background-color: rgb(252 165 165 / 0);
}

.bg-danger-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}

.bg-danger-300\/100 {
  background-color: rgb(252 165 165 / 1);
}

.bg-danger-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}

.bg-danger-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

.bg-danger-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}

.bg-danger-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}

.bg-danger-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}

.bg-danger-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}

.bg-danger-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}

.bg-danger-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}

.bg-danger-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}

.bg-danger-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}

.bg-danger-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}

.bg-danger-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}

.bg-danger-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}

.bg-danger-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}

.bg-danger-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}

.bg-danger-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}

.bg-danger-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}

.bg-danger-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}

.bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-danger-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-danger-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-danger-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-danger-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}

.bg-danger-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-danger-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-danger-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-danger-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}

.bg-danger-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-danger-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}

.bg-danger-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-danger-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-danger-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}

.bg-danger-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-danger-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}

.bg-danger-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-danger-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-danger-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-danger-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}

.bg-danger-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-danger-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-danger-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-danger-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-danger-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-danger-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}

.bg-danger-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-danger-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-danger-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-danger-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}

.bg-danger-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-danger-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}

.bg-danger-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-danger-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-danger-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}

.bg-danger-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-danger-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}

.bg-danger-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-danger-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-danger-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-danger-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}

.bg-danger-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-danger-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-danger-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-danger-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-danger-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-danger-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-danger-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-danger-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-danger-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-danger-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-danger-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-danger-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-danger-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-danger-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-danger-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-danger-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-danger-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-danger-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-danger-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-danger-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-danger-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-danger-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-danger-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-danger-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-danger-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-danger-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-danger-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-danger-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}

.bg-danger-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-danger-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-danger-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-danger-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}

.bg-danger-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-danger-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}

.bg-danger-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-danger-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-danger-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}

.bg-danger-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-danger-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}

.bg-danger-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-danger-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-danger-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-danger-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}

.bg-danger-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-danger-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-danger-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-danger-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-danger-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-danger-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-danger-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-danger-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-danger-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-danger-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-danger-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}

.bg-danger-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-danger-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}

.bg-danger-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-danger-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-danger-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}

.bg-danger-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-danger-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}

.bg-danger-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-danger-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-danger-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-danger-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}

.bg-danger-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-danger-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-danger-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.bg-danger-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-danger-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-danger-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-danger-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}

.bg-danger-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-danger-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-danger-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-danger-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}

.bg-danger-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-danger-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}

.bg-danger-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-danger-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-danger-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}

.bg-danger-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-danger-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}

.bg-danger-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-danger-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-danger-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-danger-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}

.bg-danger-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-danger-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-danger-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-danger-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-danger-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-danger-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-danger-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}

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

.bg-danger-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

.bg-danger-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-danger-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}

.bg-danger-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-danger-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}

.bg-danger-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-danger-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-danger-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}

.bg-danger-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-danger-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}

.bg-danger-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-danger-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-danger-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-danger-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}

.bg-danger-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-danger-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

.bg-danger-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-danger-dark\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-danger-dark\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-danger-dark\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-danger-dark\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-danger-dark\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-danger-dark\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-danger-dark\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-danger-dark\/35 {
  background-color: rgb(185 28 28 / 0.35);
}

.bg-danger-dark\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-danger-dark\/45 {
  background-color: rgb(185 28 28 / 0.45);
}

.bg-danger-dark\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-danger-dark\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-danger-dark\/55 {
  background-color: rgb(185 28 28 / 0.55);
}

.bg-danger-dark\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-danger-dark\/65 {
  background-color: rgb(185 28 28 / 0.65);
}

.bg-danger-dark\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-danger-dark\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-danger-dark\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-danger-dark\/85 {
  background-color: rgb(185 28 28 / 0.85);
}

.bg-danger-dark\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-danger-dark\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-danger-light {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-danger-light\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-danger-light\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-danger-light\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-danger-light\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-danger-light\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-danger-light\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-danger-light\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-danger-light\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-danger-light\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-danger-light\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-danger-light\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-danger-light\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-danger-light\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-danger-light\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-danger-light\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-danger-light\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-danger-light\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-danger-light\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-danger-light\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-danger-light\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-danger-light\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-danger\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-danger\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-danger\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-danger\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-danger\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-danger\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-danger\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-danger\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-danger\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-danger\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-danger\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-danger\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-danger\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-danger\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-danger\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-danger\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-danger\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-danger\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-danger\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-danger\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-danger\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.bg-dark-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 243 / var(--tw-bg-opacity, 1));
}

.bg-dark-100\/0 {
  background-color: rgb(235 237 243 / 0);
}

.bg-dark-100\/10 {
  background-color: rgb(235 237 243 / 0.1);
}

.bg-dark-100\/100 {
  background-color: rgb(235 237 243 / 1);
}

.bg-dark-100\/15 {
  background-color: rgb(235 237 243 / 0.15);
}

.bg-dark-100\/20 {
  background-color: rgb(235 237 243 / 0.2);
}

.bg-dark-100\/25 {
  background-color: rgb(235 237 243 / 0.25);
}

.bg-dark-100\/30 {
  background-color: rgb(235 237 243 / 0.3);
}

.bg-dark-100\/35 {
  background-color: rgb(235 237 243 / 0.35);
}

.bg-dark-100\/40 {
  background-color: rgb(235 237 243 / 0.4);
}

.bg-dark-100\/45 {
  background-color: rgb(235 237 243 / 0.45);
}

.bg-dark-100\/5 {
  background-color: rgb(235 237 243 / 0.05);
}

.bg-dark-100\/50 {
  background-color: rgb(235 237 243 / 0.5);
}

.bg-dark-100\/55 {
  background-color: rgb(235 237 243 / 0.55);
}

.bg-dark-100\/60 {
  background-color: rgb(235 237 243 / 0.6);
}

.bg-dark-100\/65 {
  background-color: rgb(235 237 243 / 0.65);
}

.bg-dark-100\/70 {
  background-color: rgb(235 237 243 / 0.7);
}

.bg-dark-100\/75 {
  background-color: rgb(235 237 243 / 0.75);
}

.bg-dark-100\/80 {
  background-color: rgb(235 237 243 / 0.8);
}

.bg-dark-100\/85 {
  background-color: rgb(235 237 243 / 0.85);
}

.bg-dark-100\/90 {
  background-color: rgb(235 237 243 / 0.9);
}

.bg-dark-100\/95 {
  background-color: rgb(235 237 243 / 0.95);
}

.bg-dark-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 239 / var(--tw-bg-opacity, 1));
}

.bg-dark-200\/0 {
  background-color: rgb(228 230 239 / 0);
}

.bg-dark-200\/10 {
  background-color: rgb(228 230 239 / 0.1);
}

.bg-dark-200\/100 {
  background-color: rgb(228 230 239 / 1);
}

.bg-dark-200\/15 {
  background-color: rgb(228 230 239 / 0.15);
}

.bg-dark-200\/20 {
  background-color: rgb(228 230 239 / 0.2);
}

.bg-dark-200\/25 {
  background-color: rgb(228 230 239 / 0.25);
}

.bg-dark-200\/30 {
  background-color: rgb(228 230 239 / 0.3);
}

.bg-dark-200\/35 {
  background-color: rgb(228 230 239 / 0.35);
}

.bg-dark-200\/40 {
  background-color: rgb(228 230 239 / 0.4);
}

.bg-dark-200\/45 {
  background-color: rgb(228 230 239 / 0.45);
}

.bg-dark-200\/5 {
  background-color: rgb(228 230 239 / 0.05);
}

.bg-dark-200\/50 {
  background-color: rgb(228 230 239 / 0.5);
}

.bg-dark-200\/55 {
  background-color: rgb(228 230 239 / 0.55);
}

.bg-dark-200\/60 {
  background-color: rgb(228 230 239 / 0.6);
}

.bg-dark-200\/65 {
  background-color: rgb(228 230 239 / 0.65);
}

.bg-dark-200\/70 {
  background-color: rgb(228 230 239 / 0.7);
}

.bg-dark-200\/75 {
  background-color: rgb(228 230 239 / 0.75);
}

.bg-dark-200\/80 {
  background-color: rgb(228 230 239 / 0.8);
}

.bg-dark-200\/85 {
  background-color: rgb(228 230 239 / 0.85);
}

.bg-dark-200\/90 {
  background-color: rgb(228 230 239 / 0.9);
}

.bg-dark-200\/95 {
  background-color: rgb(228 230 239 / 0.95);
}

.bg-dark-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 224 / var(--tw-bg-opacity, 1));
}

.bg-dark-300\/0 {
  background-color: rgb(209 211 224 / 0);
}

.bg-dark-300\/10 {
  background-color: rgb(209 211 224 / 0.1);
}

.bg-dark-300\/100 {
  background-color: rgb(209 211 224 / 1);
}

.bg-dark-300\/15 {
  background-color: rgb(209 211 224 / 0.15);
}

.bg-dark-300\/20 {
  background-color: rgb(209 211 224 / 0.2);
}

.bg-dark-300\/25 {
  background-color: rgb(209 211 224 / 0.25);
}

.bg-dark-300\/30 {
  background-color: rgb(209 211 224 / 0.3);
}

.bg-dark-300\/35 {
  background-color: rgb(209 211 224 / 0.35);
}

.bg-dark-300\/40 {
  background-color: rgb(209 211 224 / 0.4);
}

.bg-dark-300\/45 {
  background-color: rgb(209 211 224 / 0.45);
}

.bg-dark-300\/5 {
  background-color: rgb(209 211 224 / 0.05);
}

.bg-dark-300\/50 {
  background-color: rgb(209 211 224 / 0.5);
}

.bg-dark-300\/55 {
  background-color: rgb(209 211 224 / 0.55);
}

.bg-dark-300\/60 {
  background-color: rgb(209 211 224 / 0.6);
}

.bg-dark-300\/65 {
  background-color: rgb(209 211 224 / 0.65);
}

.bg-dark-300\/70 {
  background-color: rgb(209 211 224 / 0.7);
}

.bg-dark-300\/75 {
  background-color: rgb(209 211 224 / 0.75);
}

.bg-dark-300\/80 {
  background-color: rgb(209 211 224 / 0.8);
}

.bg-dark-300\/85 {
  background-color: rgb(209 211 224 / 0.85);
}

.bg-dark-300\/90 {
  background-color: rgb(209 211 224 / 0.9);
}

.bg-dark-300\/95 {
  background-color: rgb(209 211 224 / 0.95);
}

.bg-dark-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 195 / var(--tw-bg-opacity, 1));
}

.bg-dark-400\/0 {
  background-color: rgb(181 181 195 / 0);
}

.bg-dark-400\/10 {
  background-color: rgb(181 181 195 / 0.1);
}

.bg-dark-400\/100 {
  background-color: rgb(181 181 195 / 1);
}

.bg-dark-400\/15 {
  background-color: rgb(181 181 195 / 0.15);
}

.bg-dark-400\/20 {
  background-color: rgb(181 181 195 / 0.2);
}

.bg-dark-400\/25 {
  background-color: rgb(181 181 195 / 0.25);
}

.bg-dark-400\/30 {
  background-color: rgb(181 181 195 / 0.3);
}

.bg-dark-400\/35 {
  background-color: rgb(181 181 195 / 0.35);
}

.bg-dark-400\/40 {
  background-color: rgb(181 181 195 / 0.4);
}

.bg-dark-400\/45 {
  background-color: rgb(181 181 195 / 0.45);
}

.bg-dark-400\/5 {
  background-color: rgb(181 181 195 / 0.05);
}

.bg-dark-400\/50 {
  background-color: rgb(181 181 195 / 0.5);
}

.bg-dark-400\/55 {
  background-color: rgb(181 181 195 / 0.55);
}

.bg-dark-400\/60 {
  background-color: rgb(181 181 195 / 0.6);
}

.bg-dark-400\/65 {
  background-color: rgb(181 181 195 / 0.65);
}

.bg-dark-400\/70 {
  background-color: rgb(181 181 195 / 0.7);
}

.bg-dark-400\/75 {
  background-color: rgb(181 181 195 / 0.75);
}

.bg-dark-400\/80 {
  background-color: rgb(181 181 195 / 0.8);
}

.bg-dark-400\/85 {
  background-color: rgb(181 181 195 / 0.85);
}

.bg-dark-400\/90 {
  background-color: rgb(181 181 195 / 0.9);
}

.bg-dark-400\/95 {
  background-color: rgb(181 181 195 / 0.95);
}

.bg-dark-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity, 1));
}

.bg-dark-50\/0 {
  background-color: rgb(243 246 249 / 0);
}

.bg-dark-50\/10 {
  background-color: rgb(243 246 249 / 0.1);
}

.bg-dark-50\/100 {
  background-color: rgb(243 246 249 / 1);
}

.bg-dark-50\/15 {
  background-color: rgb(243 246 249 / 0.15);
}

.bg-dark-50\/20 {
  background-color: rgb(243 246 249 / 0.2);
}

.bg-dark-50\/25 {
  background-color: rgb(243 246 249 / 0.25);
}

.bg-dark-50\/30 {
  background-color: rgb(243 246 249 / 0.3);
}

.bg-dark-50\/35 {
  background-color: rgb(243 246 249 / 0.35);
}

.bg-dark-50\/40 {
  background-color: rgb(243 246 249 / 0.4);
}

.bg-dark-50\/45 {
  background-color: rgb(243 246 249 / 0.45);
}

.bg-dark-50\/5 {
  background-color: rgb(243 246 249 / 0.05);
}

.bg-dark-50\/50 {
  background-color: rgb(243 246 249 / 0.5);
}

.bg-dark-50\/55 {
  background-color: rgb(243 246 249 / 0.55);
}

.bg-dark-50\/60 {
  background-color: rgb(243 246 249 / 0.6);
}

.bg-dark-50\/65 {
  background-color: rgb(243 246 249 / 0.65);
}

.bg-dark-50\/70 {
  background-color: rgb(243 246 249 / 0.7);
}

.bg-dark-50\/75 {
  background-color: rgb(243 246 249 / 0.75);
}

.bg-dark-50\/80 {
  background-color: rgb(243 246 249 / 0.8);
}

.bg-dark-50\/85 {
  background-color: rgb(243 246 249 / 0.85);
}

.bg-dark-50\/90 {
  background-color: rgb(243 246 249 / 0.9);
}

.bg-dark-50\/95 {
  background-color: rgb(243 246 249 / 0.95);
}

.bg-dark-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 130 153 / var(--tw-bg-opacity, 1));
}

.bg-dark-500\/0 {
  background-color: rgb(126 130 153 / 0);
}

.bg-dark-500\/10 {
  background-color: rgb(126 130 153 / 0.1);
}

.bg-dark-500\/100 {
  background-color: rgb(126 130 153 / 1);
}

.bg-dark-500\/15 {
  background-color: rgb(126 130 153 / 0.15);
}

.bg-dark-500\/20 {
  background-color: rgb(126 130 153 / 0.2);
}

.bg-dark-500\/25 {
  background-color: rgb(126 130 153 / 0.25);
}

.bg-dark-500\/30 {
  background-color: rgb(126 130 153 / 0.3);
}

.bg-dark-500\/35 {
  background-color: rgb(126 130 153 / 0.35);
}

.bg-dark-500\/40 {
  background-color: rgb(126 130 153 / 0.4);
}

.bg-dark-500\/45 {
  background-color: rgb(126 130 153 / 0.45);
}

.bg-dark-500\/5 {
  background-color: rgb(126 130 153 / 0.05);
}

.bg-dark-500\/50 {
  background-color: rgb(126 130 153 / 0.5);
}

.bg-dark-500\/55 {
  background-color: rgb(126 130 153 / 0.55);
}

.bg-dark-500\/60 {
  background-color: rgb(126 130 153 / 0.6);
}

.bg-dark-500\/65 {
  background-color: rgb(126 130 153 / 0.65);
}

.bg-dark-500\/70 {
  background-color: rgb(126 130 153 / 0.7);
}

.bg-dark-500\/75 {
  background-color: rgb(126 130 153 / 0.75);
}

.bg-dark-500\/80 {
  background-color: rgb(126 130 153 / 0.8);
}

.bg-dark-500\/85 {
  background-color: rgb(126 130 153 / 0.85);
}

.bg-dark-500\/90 {
  background-color: rgb(126 130 153 / 0.9);
}

.bg-dark-500\/95 {
  background-color: rgb(126 130 153 / 0.95);
}

.bg-dark-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 98 120 / var(--tw-bg-opacity, 1));
}

.bg-dark-600\/0 {
  background-color: rgb(94 98 120 / 0);
}

.bg-dark-600\/10 {
  background-color: rgb(94 98 120 / 0.1);
}

.bg-dark-600\/100 {
  background-color: rgb(94 98 120 / 1);
}

.bg-dark-600\/15 {
  background-color: rgb(94 98 120 / 0.15);
}

.bg-dark-600\/20 {
  background-color: rgb(94 98 120 / 0.2);
}

.bg-dark-600\/25 {
  background-color: rgb(94 98 120 / 0.25);
}

.bg-dark-600\/30 {
  background-color: rgb(94 98 120 / 0.3);
}

.bg-dark-600\/35 {
  background-color: rgb(94 98 120 / 0.35);
}

.bg-dark-600\/40 {
  background-color: rgb(94 98 120 / 0.4);
}

.bg-dark-600\/45 {
  background-color: rgb(94 98 120 / 0.45);
}

.bg-dark-600\/5 {
  background-color: rgb(94 98 120 / 0.05);
}

.bg-dark-600\/50 {
  background-color: rgb(94 98 120 / 0.5);
}

.bg-dark-600\/55 {
  background-color: rgb(94 98 120 / 0.55);
}

.bg-dark-600\/60 {
  background-color: rgb(94 98 120 / 0.6);
}

.bg-dark-600\/65 {
  background-color: rgb(94 98 120 / 0.65);
}

.bg-dark-600\/70 {
  background-color: rgb(94 98 120 / 0.7);
}

.bg-dark-600\/75 {
  background-color: rgb(94 98 120 / 0.75);
}

.bg-dark-600\/80 {
  background-color: rgb(94 98 120 / 0.8);
}

.bg-dark-600\/85 {
  background-color: rgb(94 98 120 / 0.85);
}

.bg-dark-600\/90 {
  background-color: rgb(94 98 120 / 0.9);
}

.bg-dark-600\/95 {
  background-color: rgb(94 98 120 / 0.95);
}

.bg-dark-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 66 84 / var(--tw-bg-opacity, 1));
}

.bg-dark-700\/0 {
  background-color: rgb(63 66 84 / 0);
}

.bg-dark-700\/10 {
  background-color: rgb(63 66 84 / 0.1);
}

.bg-dark-700\/100 {
  background-color: rgb(63 66 84 / 1);
}

.bg-dark-700\/15 {
  background-color: rgb(63 66 84 / 0.15);
}

.bg-dark-700\/20 {
  background-color: rgb(63 66 84 / 0.2);
}

.bg-dark-700\/25 {
  background-color: rgb(63 66 84 / 0.25);
}

.bg-dark-700\/30 {
  background-color: rgb(63 66 84 / 0.3);
}

.bg-dark-700\/35 {
  background-color: rgb(63 66 84 / 0.35);
}

.bg-dark-700\/40 {
  background-color: rgb(63 66 84 / 0.4);
}

.bg-dark-700\/45 {
  background-color: rgb(63 66 84 / 0.45);
}

.bg-dark-700\/5 {
  background-color: rgb(63 66 84 / 0.05);
}

.bg-dark-700\/50 {
  background-color: rgb(63 66 84 / 0.5);
}

.bg-dark-700\/55 {
  background-color: rgb(63 66 84 / 0.55);
}

.bg-dark-700\/60 {
  background-color: rgb(63 66 84 / 0.6);
}

.bg-dark-700\/65 {
  background-color: rgb(63 66 84 / 0.65);
}

.bg-dark-700\/70 {
  background-color: rgb(63 66 84 / 0.7);
}

.bg-dark-700\/75 {
  background-color: rgb(63 66 84 / 0.75);
}

.bg-dark-700\/80 {
  background-color: rgb(63 66 84 / 0.8);
}

.bg-dark-700\/85 {
  background-color: rgb(63 66 84 / 0.85);
}

.bg-dark-700\/90 {
  background-color: rgb(63 66 84 / 0.9);
}

.bg-dark-700\/95 {
  background-color: rgb(63 66 84 / 0.95);
}

.bg-dark-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.bg-dark-800\/0 {
  background-color: rgb(24 28 50 / 0);
}

.bg-dark-800\/10 {
  background-color: rgb(24 28 50 / 0.1);
}

.bg-dark-800\/100 {
  background-color: rgb(24 28 50 / 1);
}

.bg-dark-800\/15 {
  background-color: rgb(24 28 50 / 0.15);
}

.bg-dark-800\/20 {
  background-color: rgb(24 28 50 / 0.2);
}

.bg-dark-800\/25 {
  background-color: rgb(24 28 50 / 0.25);
}

.bg-dark-800\/30 {
  background-color: rgb(24 28 50 / 0.3);
}

.bg-dark-800\/35 {
  background-color: rgb(24 28 50 / 0.35);
}

.bg-dark-800\/40 {
  background-color: rgb(24 28 50 / 0.4);
}

.bg-dark-800\/45 {
  background-color: rgb(24 28 50 / 0.45);
}

.bg-dark-800\/5 {
  background-color: rgb(24 28 50 / 0.05);
}

.bg-dark-800\/50 {
  background-color: rgb(24 28 50 / 0.5);
}

.bg-dark-800\/55 {
  background-color: rgb(24 28 50 / 0.55);
}

.bg-dark-800\/60 {
  background-color: rgb(24 28 50 / 0.6);
}

.bg-dark-800\/65 {
  background-color: rgb(24 28 50 / 0.65);
}

.bg-dark-800\/70 {
  background-color: rgb(24 28 50 / 0.7);
}

.bg-dark-800\/75 {
  background-color: rgb(24 28 50 / 0.75);
}

.bg-dark-800\/80 {
  background-color: rgb(24 28 50 / 0.8);
}

.bg-dark-800\/85 {
  background-color: rgb(24 28 50 / 0.85);
}

.bg-dark-800\/90 {
  background-color: rgb(24 28 50 / 0.9);
}

.bg-dark-800\/95 {
  background-color: rgb(24 28 50 / 0.95);
}

.bg-dark-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 26 / var(--tw-bg-opacity, 1));
}

.bg-dark-900\/0 {
  background-color: rgb(13 15 26 / 0);
}

.bg-dark-900\/10 {
  background-color: rgb(13 15 26 / 0.1);
}

.bg-dark-900\/100 {
  background-color: rgb(13 15 26 / 1);
}

.bg-dark-900\/15 {
  background-color: rgb(13 15 26 / 0.15);
}

.bg-dark-900\/20 {
  background-color: rgb(13 15 26 / 0.2);
}

.bg-dark-900\/25 {
  background-color: rgb(13 15 26 / 0.25);
}

.bg-dark-900\/30 {
  background-color: rgb(13 15 26 / 0.3);
}

.bg-dark-900\/35 {
  background-color: rgb(13 15 26 / 0.35);
}

.bg-dark-900\/40 {
  background-color: rgb(13 15 26 / 0.4);
}

.bg-dark-900\/45 {
  background-color: rgb(13 15 26 / 0.45);
}

.bg-dark-900\/5 {
  background-color: rgb(13 15 26 / 0.05);
}

.bg-dark-900\/50 {
  background-color: rgb(13 15 26 / 0.5);
}

.bg-dark-900\/55 {
  background-color: rgb(13 15 26 / 0.55);
}

.bg-dark-900\/60 {
  background-color: rgb(13 15 26 / 0.6);
}

.bg-dark-900\/65 {
  background-color: rgb(13 15 26 / 0.65);
}

.bg-dark-900\/70 {
  background-color: rgb(13 15 26 / 0.7);
}

.bg-dark-900\/75 {
  background-color: rgb(13 15 26 / 0.75);
}

.bg-dark-900\/80 {
  background-color: rgb(13 15 26 / 0.8);
}

.bg-dark-900\/85 {
  background-color: rgb(13 15 26 / 0.85);
}

.bg-dark-900\/90 {
  background-color: rgb(13 15 26 / 0.9);
}

.bg-dark-900\/95 {
  background-color: rgb(13 15 26 / 0.95);
}

.bg-dark\/0 {
  background-color: rgb(24 28 50 / 0);
}

.bg-dark\/10 {
  background-color: rgb(24 28 50 / 0.1);
}

.bg-dark\/100 {
  background-color: rgb(24 28 50 / 1);
}

.bg-dark\/15 {
  background-color: rgb(24 28 50 / 0.15);
}

.bg-dark\/20 {
  background-color: rgb(24 28 50 / 0.2);
}

.bg-dark\/25 {
  background-color: rgb(24 28 50 / 0.25);
}

.bg-dark\/30 {
  background-color: rgb(24 28 50 / 0.3);
}

.bg-dark\/35 {
  background-color: rgb(24 28 50 / 0.35);
}

.bg-dark\/40 {
  background-color: rgb(24 28 50 / 0.4);
}

.bg-dark\/45 {
  background-color: rgb(24 28 50 / 0.45);
}

.bg-dark\/5 {
  background-color: rgb(24 28 50 / 0.05);
}

.bg-dark\/50 {
  background-color: rgb(24 28 50 / 0.5);
}

.bg-dark\/55 {
  background-color: rgb(24 28 50 / 0.55);
}

.bg-dark\/60 {
  background-color: rgb(24 28 50 / 0.6);
}

.bg-dark\/65 {
  background-color: rgb(24 28 50 / 0.65);
}

.bg-dark\/70 {
  background-color: rgb(24 28 50 / 0.7);
}

.bg-dark\/75 {
  background-color: rgb(24 28 50 / 0.75);
}

.bg-dark\/80 {
  background-color: rgb(24 28 50 / 0.8);
}

.bg-dark\/85 {
  background-color: rgb(24 28 50 / 0.85);
}

.bg-dark\/90 {
  background-color: rgb(24 28 50 / 0.9);
}

.bg-dark\/95 {
  background-color: rgb(24 28 50 / 0.95);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}

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

.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

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

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-info-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-info-100\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-info-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-info-100\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-info-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}

.bg-info-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-info-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-info-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-info-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}

.bg-info-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-info-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}

.bg-info-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-info-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-info-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}

.bg-info-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-info-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}

.bg-info-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-info-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-info-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-info-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}

.bg-info-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-info-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

.bg-info-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-info-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-info-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-info-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-info-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}

.bg-info-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-info-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-info-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-info-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}

.bg-info-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-info-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}

.bg-info-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-info-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-info-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}

.bg-info-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-info-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}

.bg-info-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-info-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-info-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-info-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}

.bg-info-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-info-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

.bg-info-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-info-300\/0 {
  background-color: rgb(147 197 253 / 0);
}

.bg-info-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}

.bg-info-300\/100 {
  background-color: rgb(147 197 253 / 1);
}

.bg-info-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}

.bg-info-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}

.bg-info-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}

.bg-info-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}

.bg-info-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}

.bg-info-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}

.bg-info-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}

.bg-info-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}

.bg-info-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}

.bg-info-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}

.bg-info-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}

.bg-info-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}

.bg-info-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}

.bg-info-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}

.bg-info-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}

.bg-info-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}

.bg-info-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}

.bg-info-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}

.bg-info-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-info-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-info-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-info-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-info-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-info-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-info-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-info-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-info-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-info-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-info-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-info-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-info-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-info-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-info-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-info-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-info-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-info-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-info-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-info-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-info-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-info-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-info-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-info-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-info-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-info-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-info-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}

.bg-info-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-info-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-info-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-info-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}

.bg-info-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-info-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}

.bg-info-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-info-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-info-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}

.bg-info-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-info-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}

.bg-info-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-info-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-info-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-info-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}

.bg-info-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-info-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

.bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-info-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-info-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-info-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-info-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-info-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-info-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-info-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-info-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-info-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-info-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-info-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-info-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-info-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-info-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-info-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-info-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-info-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-info-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-info-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-info-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-info-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-info-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-info-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-info-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-info-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-info-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-info-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-info-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-info-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}

.bg-info-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-info-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}

.bg-info-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-info-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-info-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}

.bg-info-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-info-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}

.bg-info-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-info-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-info-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-info-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}

.bg-info-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-info-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-info-700\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-info-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-info-700\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-info-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

.bg-info-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-info-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-info-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-info-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}

.bg-info-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-info-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}

.bg-info-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-info-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-info-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}

.bg-info-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-info-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}

.bg-info-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-info-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-info-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-info-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}

.bg-info-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-info-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-info-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-info-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-info-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-info-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-info-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}

.bg-info-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-info-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-info-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-info-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}

.bg-info-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-info-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}

.bg-info-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-info-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-info-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}

.bg-info-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-info-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}

.bg-info-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-info-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-info-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-info-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}

.bg-info-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-info-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-info-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-info-900\/0 {
  background-color: rgb(30 58 138 / 0);
}

.bg-info-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}

.bg-info-900\/100 {
  background-color: rgb(30 58 138 / 1);
}

.bg-info-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}

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

.bg-info-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}

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

.bg-info-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}

.bg-info-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}

.bg-info-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}

.bg-info-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}

.bg-info-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}

.bg-info-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}

.bg-info-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}

.bg-info-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}

.bg-info-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}

.bg-info-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}

.bg-info-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}

.bg-info-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}

.bg-info-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}

.bg-info-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}

.bg-info-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-info-dark\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-info-dark\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-info-dark\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-info-dark\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

.bg-info-dark\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-info-dark\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-info-dark\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-info-dark\/35 {
  background-color: rgb(29 78 216 / 0.35);
}

.bg-info-dark\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-info-dark\/45 {
  background-color: rgb(29 78 216 / 0.45);
}

.bg-info-dark\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-info-dark\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-info-dark\/55 {
  background-color: rgb(29 78 216 / 0.55);
}

.bg-info-dark\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-info-dark\/65 {
  background-color: rgb(29 78 216 / 0.65);
}

.bg-info-dark\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-info-dark\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-info-dark\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-info-dark\/85 {
  background-color: rgb(29 78 216 / 0.85);
}

.bg-info-dark\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-info-dark\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-info-light {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-info-light\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-info-light\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-info-light\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-info-light\/15 {
  background-color: rgb(219 234 254 / 0.15);
}

.bg-info-light\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-info-light\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-info-light\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-info-light\/35 {
  background-color: rgb(219 234 254 / 0.35);
}

.bg-info-light\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-info-light\/45 {
  background-color: rgb(219 234 254 / 0.45);
}

.bg-info-light\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-info-light\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-info-light\/55 {
  background-color: rgb(219 234 254 / 0.55);
}

.bg-info-light\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-info-light\/65 {
  background-color: rgb(219 234 254 / 0.65);
}

.bg-info-light\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-info-light\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-info-light\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-info-light\/85 {
  background-color: rgb(219 234 254 / 0.85);
}

.bg-info-light\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-info-light\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

.bg-info\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-info\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-info\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-info\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-info\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-info\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-info\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-info\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-info\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-info\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-info\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-info\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-info\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-info\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-info\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-info\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-info\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-info\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-info\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-info\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-info\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

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

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 229 236 / var(--tw-bg-opacity, 1));
}

.bg-primary-100\/0 {
  background-color: rgb(179 229 236 / 0);
}

.bg-primary-100\/10 {
  background-color: rgb(179 229 236 / 0.1);
}

.bg-primary-100\/100 {
  background-color: rgb(179 229 236 / 1);
}

.bg-primary-100\/15 {
  background-color: rgb(179 229 236 / 0.15);
}

.bg-primary-100\/20 {
  background-color: rgb(179 229 236 / 0.2);
}

.bg-primary-100\/25 {
  background-color: rgb(179 229 236 / 0.25);
}

.bg-primary-100\/30 {
  background-color: rgb(179 229 236 / 0.3);
}

.bg-primary-100\/35 {
  background-color: rgb(179 229 236 / 0.35);
}

.bg-primary-100\/40 {
  background-color: rgb(179 229 236 / 0.4);
}

.bg-primary-100\/45 {
  background-color: rgb(179 229 236 / 0.45);
}

.bg-primary-100\/5 {
  background-color: rgb(179 229 236 / 0.05);
}

.bg-primary-100\/50 {
  background-color: rgb(179 229 236 / 0.5);
}

.bg-primary-100\/55 {
  background-color: rgb(179 229 236 / 0.55);
}

.bg-primary-100\/60 {
  background-color: rgb(179 229 236 / 0.6);
}

.bg-primary-100\/65 {
  background-color: rgb(179 229 236 / 0.65);
}

.bg-primary-100\/70 {
  background-color: rgb(179 229 236 / 0.7);
}

.bg-primary-100\/75 {
  background-color: rgb(179 229 236 / 0.75);
}

.bg-primary-100\/80 {
  background-color: rgb(179 229 236 / 0.8);
}

.bg-primary-100\/85 {
  background-color: rgb(179 229 236 / 0.85);
}

.bg-primary-100\/90 {
  background-color: rgb(179 229 236 / 0.9);
}

.bg-primary-100\/95 {
  background-color: rgb(179 229 236 / 0.95);
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 223 / var(--tw-bg-opacity, 1));
}

.bg-primary-200\/0 {
  background-color: rgb(128 211 223 / 0);
}

.bg-primary-200\/10 {
  background-color: rgb(128 211 223 / 0.1);
}

.bg-primary-200\/100 {
  background-color: rgb(128 211 223 / 1);
}

.bg-primary-200\/15 {
  background-color: rgb(128 211 223 / 0.15);
}

.bg-primary-200\/20 {
  background-color: rgb(128 211 223 / 0.2);
}

.bg-primary-200\/25 {
  background-color: rgb(128 211 223 / 0.25);
}

.bg-primary-200\/30 {
  background-color: rgb(128 211 223 / 0.3);
}

.bg-primary-200\/35 {
  background-color: rgb(128 211 223 / 0.35);
}

.bg-primary-200\/40 {
  background-color: rgb(128 211 223 / 0.4);
}

.bg-primary-200\/45 {
  background-color: rgb(128 211 223 / 0.45);
}

.bg-primary-200\/5 {
  background-color: rgb(128 211 223 / 0.05);
}

.bg-primary-200\/50 {
  background-color: rgb(128 211 223 / 0.5);
}

.bg-primary-200\/55 {
  background-color: rgb(128 211 223 / 0.55);
}

.bg-primary-200\/60 {
  background-color: rgb(128 211 223 / 0.6);
}

.bg-primary-200\/65 {
  background-color: rgb(128 211 223 / 0.65);
}

.bg-primary-200\/70 {
  background-color: rgb(128 211 223 / 0.7);
}

.bg-primary-200\/75 {
  background-color: rgb(128 211 223 / 0.75);
}

.bg-primary-200\/80 {
  background-color: rgb(128 211 223 / 0.8);
}

.bg-primary-200\/85 {
  background-color: rgb(128 211 223 / 0.85);
}

.bg-primary-200\/90 {
  background-color: rgb(128 211 223 / 0.9);
}

.bg-primary-200\/95 {
  background-color: rgb(128 211 223 / 0.95);
}

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 193 210 / var(--tw-bg-opacity, 1));
}

.bg-primary-300\/0 {
  background-color: rgb(77 193 210 / 0);
}

.bg-primary-300\/10 {
  background-color: rgb(77 193 210 / 0.1);
}

.bg-primary-300\/100 {
  background-color: rgb(77 193 210 / 1);
}

.bg-primary-300\/15 {
  background-color: rgb(77 193 210 / 0.15);
}

.bg-primary-300\/20 {
  background-color: rgb(77 193 210 / 0.2);
}

.bg-primary-300\/25 {
  background-color: rgb(77 193 210 / 0.25);
}

.bg-primary-300\/30 {
  background-color: rgb(77 193 210 / 0.3);
}

.bg-primary-300\/35 {
  background-color: rgb(77 193 210 / 0.35);
}

.bg-primary-300\/40 {
  background-color: rgb(77 193 210 / 0.4);
}

.bg-primary-300\/45 {
  background-color: rgb(77 193 210 / 0.45);
}

.bg-primary-300\/5 {
  background-color: rgb(77 193 210 / 0.05);
}

.bg-primary-300\/50 {
  background-color: rgb(77 193 210 / 0.5);
}

.bg-primary-300\/55 {
  background-color: rgb(77 193 210 / 0.55);
}

.bg-primary-300\/60 {
  background-color: rgb(77 193 210 / 0.6);
}

.bg-primary-300\/65 {
  background-color: rgb(77 193 210 / 0.65);
}

.bg-primary-300\/70 {
  background-color: rgb(77 193 210 / 0.7);
}

.bg-primary-300\/75 {
  background-color: rgb(77 193 210 / 0.75);
}

.bg-primary-300\/80 {
  background-color: rgb(77 193 210 / 0.8);
}

.bg-primary-300\/85 {
  background-color: rgb(77 193 210 / 0.85);
}

.bg-primary-300\/90 {
  background-color: rgb(77 193 210 / 0.9);
}

.bg-primary-300\/95 {
  background-color: rgb(77 193 210 / 0.95);
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 175 197 / var(--tw-bg-opacity, 1));
}

.bg-primary-400\/0 {
  background-color: rgb(26 175 197 / 0);
}

.bg-primary-400\/10 {
  background-color: rgb(26 175 197 / 0.1);
}

.bg-primary-400\/100 {
  background-color: rgb(26 175 197 / 1);
}

.bg-primary-400\/15 {
  background-color: rgb(26 175 197 / 0.15);
}

.bg-primary-400\/20 {
  background-color: rgb(26 175 197 / 0.2);
}

.bg-primary-400\/25 {
  background-color: rgb(26 175 197 / 0.25);
}

.bg-primary-400\/30 {
  background-color: rgb(26 175 197 / 0.3);
}

.bg-primary-400\/35 {
  background-color: rgb(26 175 197 / 0.35);
}

.bg-primary-400\/40 {
  background-color: rgb(26 175 197 / 0.4);
}

.bg-primary-400\/45 {
  background-color: rgb(26 175 197 / 0.45);
}

.bg-primary-400\/5 {
  background-color: rgb(26 175 197 / 0.05);
}

.bg-primary-400\/50 {
  background-color: rgb(26 175 197 / 0.5);
}

.bg-primary-400\/55 {
  background-color: rgb(26 175 197 / 0.55);
}

.bg-primary-400\/60 {
  background-color: rgb(26 175 197 / 0.6);
}

.bg-primary-400\/65 {
  background-color: rgb(26 175 197 / 0.65);
}

.bg-primary-400\/70 {
  background-color: rgb(26 175 197 / 0.7);
}

.bg-primary-400\/75 {
  background-color: rgb(26 175 197 / 0.75);
}

.bg-primary-400\/80 {
  background-color: rgb(26 175 197 / 0.8);
}

.bg-primary-400\/85 {
  background-color: rgb(26 175 197 / 0.85);
}

.bg-primary-400\/90 {
  background-color: rgb(26 175 197 / 0.9);
}

.bg-primary-400\/95 {
  background-color: rgb(26 175 197 / 0.95);
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.bg-primary-50\/0 {
  background-color: rgb(230 247 249 / 0);
}

.bg-primary-50\/10 {
  background-color: rgb(230 247 249 / 0.1);
}

.bg-primary-50\/100 {
  background-color: rgb(230 247 249 / 1);
}

.bg-primary-50\/15 {
  background-color: rgb(230 247 249 / 0.15);
}

.bg-primary-50\/20 {
  background-color: rgb(230 247 249 / 0.2);
}

.bg-primary-50\/25 {
  background-color: rgb(230 247 249 / 0.25);
}

.bg-primary-50\/30 {
  background-color: rgb(230 247 249 / 0.3);
}

.bg-primary-50\/35 {
  background-color: rgb(230 247 249 / 0.35);
}

.bg-primary-50\/40 {
  background-color: rgb(230 247 249 / 0.4);
}

.bg-primary-50\/45 {
  background-color: rgb(230 247 249 / 0.45);
}

.bg-primary-50\/5 {
  background-color: rgb(230 247 249 / 0.05);
}

.bg-primary-50\/50 {
  background-color: rgb(230 247 249 / 0.5);
}

.bg-primary-50\/55 {
  background-color: rgb(230 247 249 / 0.55);
}

.bg-primary-50\/60 {
  background-color: rgb(230 247 249 / 0.6);
}

.bg-primary-50\/65 {
  background-color: rgb(230 247 249 / 0.65);
}

.bg-primary-50\/70 {
  background-color: rgb(230 247 249 / 0.7);
}

.bg-primary-50\/75 {
  background-color: rgb(230 247 249 / 0.75);
}

.bg-primary-50\/80 {
  background-color: rgb(230 247 249 / 0.8);
}

.bg-primary-50\/85 {
  background-color: rgb(230 247 249 / 0.85);
}

.bg-primary-50\/90 {
  background-color: rgb(230 247 249 / 0.9);
}

.bg-primary-50\/95 {
  background-color: rgb(230 247 249 / 0.95);
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.bg-primary-500\/0 {
  background-color: rgb(25 141 168 / 0);
}

.bg-primary-500\/10 {
  background-color: rgb(25 141 168 / 0.1);
}

.bg-primary-500\/100 {
  background-color: rgb(25 141 168 / 1);
}

.bg-primary-500\/15 {
  background-color: rgb(25 141 168 / 0.15);
}

.bg-primary-500\/20 {
  background-color: rgb(25 141 168 / 0.2);
}

.bg-primary-500\/25 {
  background-color: rgb(25 141 168 / 0.25);
}

.bg-primary-500\/30 {
  background-color: rgb(25 141 168 / 0.3);
}

.bg-primary-500\/35 {
  background-color: rgb(25 141 168 / 0.35);
}

.bg-primary-500\/40 {
  background-color: rgb(25 141 168 / 0.4);
}

.bg-primary-500\/45 {
  background-color: rgb(25 141 168 / 0.45);
}

.bg-primary-500\/5 {
  background-color: rgb(25 141 168 / 0.05);
}

.bg-primary-500\/50 {
  background-color: rgb(25 141 168 / 0.5);
}

.bg-primary-500\/55 {
  background-color: rgb(25 141 168 / 0.55);
}

.bg-primary-500\/60 {
  background-color: rgb(25 141 168 / 0.6);
}

.bg-primary-500\/65 {
  background-color: rgb(25 141 168 / 0.65);
}

.bg-primary-500\/70 {
  background-color: rgb(25 141 168 / 0.7);
}

.bg-primary-500\/75 {
  background-color: rgb(25 141 168 / 0.75);
}

.bg-primary-500\/80 {
  background-color: rgb(25 141 168 / 0.8);
}

.bg-primary-500\/85 {
  background-color: rgb(25 141 168 / 0.85);
}

.bg-primary-500\/90 {
  background-color: rgb(25 141 168 / 0.9);
}

.bg-primary-500\/95 {
  background-color: rgb(25 141 168 / 0.95);
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 113 136 / var(--tw-bg-opacity, 1));
}

.bg-primary-600\/0 {
  background-color: rgb(20 113 136 / 0);
}

.bg-primary-600\/10 {
  background-color: rgb(20 113 136 / 0.1);
}

.bg-primary-600\/100 {
  background-color: rgb(20 113 136 / 1);
}

.bg-primary-600\/15 {
  background-color: rgb(20 113 136 / 0.15);
}

.bg-primary-600\/20 {
  background-color: rgb(20 113 136 / 0.2);
}

.bg-primary-600\/25 {
  background-color: rgb(20 113 136 / 0.25);
}

.bg-primary-600\/30 {
  background-color: rgb(20 113 136 / 0.3);
}

.bg-primary-600\/35 {
  background-color: rgb(20 113 136 / 0.35);
}

.bg-primary-600\/40 {
  background-color: rgb(20 113 136 / 0.4);
}

.bg-primary-600\/45 {
  background-color: rgb(20 113 136 / 0.45);
}

.bg-primary-600\/5 {
  background-color: rgb(20 113 136 / 0.05);
}

.bg-primary-600\/50 {
  background-color: rgb(20 113 136 / 0.5);
}

.bg-primary-600\/55 {
  background-color: rgb(20 113 136 / 0.55);
}

.bg-primary-600\/60 {
  background-color: rgb(20 113 136 / 0.6);
}

.bg-primary-600\/65 {
  background-color: rgb(20 113 136 / 0.65);
}

.bg-primary-600\/70 {
  background-color: rgb(20 113 136 / 0.7);
}

.bg-primary-600\/75 {
  background-color: rgb(20 113 136 / 0.75);
}

.bg-primary-600\/80 {
  background-color: rgb(20 113 136 / 0.8);
}

.bg-primary-600\/85 {
  background-color: rgb(20 113 136 / 0.85);
}

.bg-primary-600\/90 {
  background-color: rgb(20 113 136 / 0.9);
}

.bg-primary-600\/95 {
  background-color: rgb(20 113 136 / 0.95);
}

.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.bg-primary-700\/0 {
  background-color: rgb(15 85 104 / 0);
}

.bg-primary-700\/10 {
  background-color: rgb(15 85 104 / 0.1);
}

.bg-primary-700\/100 {
  background-color: rgb(15 85 104 / 1);
}

.bg-primary-700\/15 {
  background-color: rgb(15 85 104 / 0.15);
}

.bg-primary-700\/20 {
  background-color: rgb(15 85 104 / 0.2);
}

.bg-primary-700\/25 {
  background-color: rgb(15 85 104 / 0.25);
}

.bg-primary-700\/30 {
  background-color: rgb(15 85 104 / 0.3);
}

.bg-primary-700\/35 {
  background-color: rgb(15 85 104 / 0.35);
}

.bg-primary-700\/40 {
  background-color: rgb(15 85 104 / 0.4);
}

.bg-primary-700\/45 {
  background-color: rgb(15 85 104 / 0.45);
}

.bg-primary-700\/5 {
  background-color: rgb(15 85 104 / 0.05);
}

.bg-primary-700\/50 {
  background-color: rgb(15 85 104 / 0.5);
}

.bg-primary-700\/55 {
  background-color: rgb(15 85 104 / 0.55);
}

.bg-primary-700\/60 {
  background-color: rgb(15 85 104 / 0.6);
}

.bg-primary-700\/65 {
  background-color: rgb(15 85 104 / 0.65);
}

.bg-primary-700\/70 {
  background-color: rgb(15 85 104 / 0.7);
}

.bg-primary-700\/75 {
  background-color: rgb(15 85 104 / 0.75);
}

.bg-primary-700\/80 {
  background-color: rgb(15 85 104 / 0.8);
}

.bg-primary-700\/85 {
  background-color: rgb(15 85 104 / 0.85);
}

.bg-primary-700\/90 {
  background-color: rgb(15 85 104 / 0.9);
}

.bg-primary-700\/95 {
  background-color: rgb(15 85 104 / 0.95);
}

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 72 / var(--tw-bg-opacity, 1));
}

.bg-primary-800\/0 {
  background-color: rgb(10 57 72 / 0);
}

.bg-primary-800\/10 {
  background-color: rgb(10 57 72 / 0.1);
}

.bg-primary-800\/100 {
  background-color: rgb(10 57 72 / 1);
}

.bg-primary-800\/15 {
  background-color: rgb(10 57 72 / 0.15);
}

.bg-primary-800\/20 {
  background-color: rgb(10 57 72 / 0.2);
}

.bg-primary-800\/25 {
  background-color: rgb(10 57 72 / 0.25);
}

.bg-primary-800\/30 {
  background-color: rgb(10 57 72 / 0.3);
}

.bg-primary-800\/35 {
  background-color: rgb(10 57 72 / 0.35);
}

.bg-primary-800\/40 {
  background-color: rgb(10 57 72 / 0.4);
}

.bg-primary-800\/45 {
  background-color: rgb(10 57 72 / 0.45);
}

.bg-primary-800\/5 {
  background-color: rgb(10 57 72 / 0.05);
}

.bg-primary-800\/50 {
  background-color: rgb(10 57 72 / 0.5);
}

.bg-primary-800\/55 {
  background-color: rgb(10 57 72 / 0.55);
}

.bg-primary-800\/60 {
  background-color: rgb(10 57 72 / 0.6);
}

.bg-primary-800\/65 {
  background-color: rgb(10 57 72 / 0.65);
}

.bg-primary-800\/70 {
  background-color: rgb(10 57 72 / 0.7);
}

.bg-primary-800\/75 {
  background-color: rgb(10 57 72 / 0.75);
}

.bg-primary-800\/80 {
  background-color: rgb(10 57 72 / 0.8);
}

.bg-primary-800\/85 {
  background-color: rgb(10 57 72 / 0.85);
}

.bg-primary-800\/90 {
  background-color: rgb(10 57 72 / 0.9);
}

.bg-primary-800\/95 {
  background-color: rgb(10 57 72 / 0.95);
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 29 40 / var(--tw-bg-opacity, 1));
}

.bg-primary-900\/0 {
  background-color: rgb(5 29 40 / 0);
}

.bg-primary-900\/10 {
  background-color: rgb(5 29 40 / 0.1);
}

.bg-primary-900\/100 {
  background-color: rgb(5 29 40 / 1);
}

.bg-primary-900\/15 {
  background-color: rgb(5 29 40 / 0.15);
}

.bg-primary-900\/20 {
  background-color: rgb(5 29 40 / 0.2);
}

.bg-primary-900\/25 {
  background-color: rgb(5 29 40 / 0.25);
}

.bg-primary-900\/30 {
  background-color: rgb(5 29 40 / 0.3);
}

.bg-primary-900\/35 {
  background-color: rgb(5 29 40 / 0.35);
}

.bg-primary-900\/40 {
  background-color: rgb(5 29 40 / 0.4);
}

.bg-primary-900\/45 {
  background-color: rgb(5 29 40 / 0.45);
}

.bg-primary-900\/5 {
  background-color: rgb(5 29 40 / 0.05);
}

.bg-primary-900\/50 {
  background-color: rgb(5 29 40 / 0.5);
}

.bg-primary-900\/55 {
  background-color: rgb(5 29 40 / 0.55);
}

.bg-primary-900\/60 {
  background-color: rgb(5 29 40 / 0.6);
}

.bg-primary-900\/65 {
  background-color: rgb(5 29 40 / 0.65);
}

.bg-primary-900\/70 {
  background-color: rgb(5 29 40 / 0.7);
}

.bg-primary-900\/75 {
  background-color: rgb(5 29 40 / 0.75);
}

.bg-primary-900\/80 {
  background-color: rgb(5 29 40 / 0.8);
}

.bg-primary-900\/85 {
  background-color: rgb(5 29 40 / 0.85);
}

.bg-primary-900\/90 {
  background-color: rgb(5 29 40 / 0.9);
}

.bg-primary-900\/95 {
  background-color: rgb(5 29 40 / 0.95);
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.bg-primary-dark\/0 {
  background-color: rgb(15 85 104 / 0);
}

.bg-primary-dark\/10 {
  background-color: rgb(15 85 104 / 0.1);
}

.bg-primary-dark\/100 {
  background-color: rgb(15 85 104 / 1);
}

.bg-primary-dark\/15 {
  background-color: rgb(15 85 104 / 0.15);
}

.bg-primary-dark\/20 {
  background-color: rgb(15 85 104 / 0.2);
}

.bg-primary-dark\/25 {
  background-color: rgb(15 85 104 / 0.25);
}

.bg-primary-dark\/30 {
  background-color: rgb(15 85 104 / 0.3);
}

.bg-primary-dark\/35 {
  background-color: rgb(15 85 104 / 0.35);
}

.bg-primary-dark\/40 {
  background-color: rgb(15 85 104 / 0.4);
}

.bg-primary-dark\/45 {
  background-color: rgb(15 85 104 / 0.45);
}

.bg-primary-dark\/5 {
  background-color: rgb(15 85 104 / 0.05);
}

.bg-primary-dark\/50 {
  background-color: rgb(15 85 104 / 0.5);
}

.bg-primary-dark\/55 {
  background-color: rgb(15 85 104 / 0.55);
}

.bg-primary-dark\/60 {
  background-color: rgb(15 85 104 / 0.6);
}

.bg-primary-dark\/65 {
  background-color: rgb(15 85 104 / 0.65);
}

.bg-primary-dark\/70 {
  background-color: rgb(15 85 104 / 0.7);
}

.bg-primary-dark\/75 {
  background-color: rgb(15 85 104 / 0.75);
}

.bg-primary-dark\/80 {
  background-color: rgb(15 85 104 / 0.8);
}

.bg-primary-dark\/85 {
  background-color: rgb(15 85 104 / 0.85);
}

.bg-primary-dark\/90 {
  background-color: rgb(15 85 104 / 0.9);
}

.bg-primary-dark\/95 {
  background-color: rgb(15 85 104 / 0.95);
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.bg-primary-light\/0 {
  background-color: rgb(230 247 249 / 0);
}

.bg-primary-light\/10 {
  background-color: rgb(230 247 249 / 0.1);
}

.bg-primary-light\/100 {
  background-color: rgb(230 247 249 / 1);
}

.bg-primary-light\/15 {
  background-color: rgb(230 247 249 / 0.15);
}

.bg-primary-light\/20 {
  background-color: rgb(230 247 249 / 0.2);
}

.bg-primary-light\/25 {
  background-color: rgb(230 247 249 / 0.25);
}

.bg-primary-light\/30 {
  background-color: rgb(230 247 249 / 0.3);
}

.bg-primary-light\/35 {
  background-color: rgb(230 247 249 / 0.35);
}

.bg-primary-light\/40 {
  background-color: rgb(230 247 249 / 0.4);
}

.bg-primary-light\/45 {
  background-color: rgb(230 247 249 / 0.45);
}

.bg-primary-light\/5 {
  background-color: rgb(230 247 249 / 0.05);
}

.bg-primary-light\/50 {
  background-color: rgb(230 247 249 / 0.5);
}

.bg-primary-light\/55 {
  background-color: rgb(230 247 249 / 0.55);
}

.bg-primary-light\/60 {
  background-color: rgb(230 247 249 / 0.6);
}

.bg-primary-light\/65 {
  background-color: rgb(230 247 249 / 0.65);
}

.bg-primary-light\/70 {
  background-color: rgb(230 247 249 / 0.7);
}

.bg-primary-light\/75 {
  background-color: rgb(230 247 249 / 0.75);
}

.bg-primary-light\/80 {
  background-color: rgb(230 247 249 / 0.8);
}

.bg-primary-light\/85 {
  background-color: rgb(230 247 249 / 0.85);
}

.bg-primary-light\/90 {
  background-color: rgb(230 247 249 / 0.9);
}

.bg-primary-light\/95 {
  background-color: rgb(230 247 249 / 0.95);
}

.bg-primary\/0 {
  background-color: rgb(25 141 168 / 0);
}

.bg-primary\/10 {
  background-color: rgb(25 141 168 / 0.1);
}

.bg-primary\/100 {
  background-color: rgb(25 141 168 / 1);
}

.bg-primary\/15 {
  background-color: rgb(25 141 168 / 0.15);
}

.bg-primary\/20 {
  background-color: rgb(25 141 168 / 0.2);
}

.bg-primary\/25 {
  background-color: rgb(25 141 168 / 0.25);
}

.bg-primary\/30 {
  background-color: rgb(25 141 168 / 0.3);
}

.bg-primary\/35 {
  background-color: rgb(25 141 168 / 0.35);
}

.bg-primary\/40 {
  background-color: rgb(25 141 168 / 0.4);
}

.bg-primary\/45 {
  background-color: rgb(25 141 168 / 0.45);
}

.bg-primary\/5 {
  background-color: rgb(25 141 168 / 0.05);
}

.bg-primary\/50 {
  background-color: rgb(25 141 168 / 0.5);
}

.bg-primary\/55 {
  background-color: rgb(25 141 168 / 0.55);
}

.bg-primary\/60 {
  background-color: rgb(25 141 168 / 0.6);
}

.bg-primary\/65 {
  background-color: rgb(25 141 168 / 0.65);
}

.bg-primary\/70 {
  background-color: rgb(25 141 168 / 0.7);
}

.bg-primary\/75 {
  background-color: rgb(25 141 168 / 0.75);
}

.bg-primary\/80 {
  background-color: rgb(25 141 168 / 0.8);
}

.bg-primary\/85 {
  background-color: rgb(25 141 168 / 0.85);
}

.bg-primary\/90 {
  background-color: rgb(25 141 168 / 0.9);
}

.bg-primary\/95 {
  background-color: rgb(25 141 168 / 0.95);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-secondary-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-secondary-100\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-secondary-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}

.bg-secondary-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-secondary-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-secondary-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-secondary-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}

.bg-secondary-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-secondary-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}

.bg-secondary-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-secondary-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-secondary-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}

.bg-secondary-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-secondary-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}

.bg-secondary-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-secondary-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-secondary-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-secondary-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}

.bg-secondary-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-secondary-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200\/0 {
  background-color: rgb(226 232 240 / 0);
}

.bg-secondary-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}

.bg-secondary-200\/100 {
  background-color: rgb(226 232 240 / 1);
}

.bg-secondary-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}

.bg-secondary-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}

.bg-secondary-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}

.bg-secondary-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}

.bg-secondary-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}

.bg-secondary-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}

.bg-secondary-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}

.bg-secondary-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}

.bg-secondary-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}

.bg-secondary-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}

.bg-secondary-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}

.bg-secondary-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}

.bg-secondary-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}

.bg-secondary-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}

.bg-secondary-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}

.bg-secondary-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}

.bg-secondary-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}

.bg-secondary-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}

.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-secondary-300\/0 {
  background-color: rgb(203 213 225 / 0);
}

.bg-secondary-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}

.bg-secondary-300\/100 {
  background-color: rgb(203 213 225 / 1);
}

.bg-secondary-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}

.bg-secondary-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}

.bg-secondary-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}

.bg-secondary-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}

.bg-secondary-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}

.bg-secondary-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}

.bg-secondary-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}

.bg-secondary-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}

.bg-secondary-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}

.bg-secondary-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}

.bg-secondary-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}

.bg-secondary-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}

.bg-secondary-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}

.bg-secondary-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}

.bg-secondary-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}

.bg-secondary-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}

.bg-secondary-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}

.bg-secondary-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}

.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-secondary-400\/0 {
  background-color: rgb(148 163 184 / 0);
}

.bg-secondary-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}

.bg-secondary-400\/100 {
  background-color: rgb(148 163 184 / 1);
}

.bg-secondary-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}

.bg-secondary-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}

.bg-secondary-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}

.bg-secondary-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}

.bg-secondary-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}

.bg-secondary-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}

.bg-secondary-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}

.bg-secondary-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}

.bg-secondary-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}

.bg-secondary-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}

.bg-secondary-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}

.bg-secondary-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}

.bg-secondary-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}

.bg-secondary-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}

.bg-secondary-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}

.bg-secondary-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}

.bg-secondary-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}

.bg-secondary-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}

.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50\/0 {
  background-color: rgb(248 250 252 / 0);
}

.bg-secondary-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}

.bg-secondary-50\/100 {
  background-color: rgb(248 250 252 / 1);
}

.bg-secondary-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}

.bg-secondary-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}

.bg-secondary-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}

.bg-secondary-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}

.bg-secondary-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}

.bg-secondary-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}

.bg-secondary-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}

.bg-secondary-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}

.bg-secondary-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}

.bg-secondary-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}

.bg-secondary-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-secondary-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}

.bg-secondary-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-secondary-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}

.bg-secondary-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-secondary-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}

.bg-secondary-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}

.bg-secondary-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}

.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-secondary-500\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-secondary-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-secondary-500\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-secondary-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}

.bg-secondary-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-secondary-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-secondary-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-secondary-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}

.bg-secondary-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-secondary-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}

.bg-secondary-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-secondary-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-secondary-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}

.bg-secondary-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-secondary-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}

.bg-secondary-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-secondary-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-secondary-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-secondary-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}

.bg-secondary-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-secondary-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-secondary-600\/0 {
  background-color: rgb(71 85 105 / 0);
}

.bg-secondary-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}

.bg-secondary-600\/100 {
  background-color: rgb(71 85 105 / 1);
}

.bg-secondary-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}

.bg-secondary-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}

.bg-secondary-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}

.bg-secondary-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}

.bg-secondary-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}

.bg-secondary-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}

.bg-secondary-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}

.bg-secondary-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}

.bg-secondary-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}

.bg-secondary-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}

.bg-secondary-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}

.bg-secondary-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}

.bg-secondary-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}

.bg-secondary-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}

.bg-secondary-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}

.bg-secondary-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}

.bg-secondary-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}

.bg-secondary-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}

.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-secondary-700\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-secondary-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-secondary-700\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-secondary-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}

.bg-secondary-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-secondary-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-secondary-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-secondary-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}

.bg-secondary-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-secondary-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}

.bg-secondary-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-secondary-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-secondary-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}

.bg-secondary-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-secondary-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}

.bg-secondary-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-secondary-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-secondary-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-secondary-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}

.bg-secondary-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-secondary-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-secondary-800\/0 {
  background-color: rgb(30 41 59 / 0);
}

.bg-secondary-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}

.bg-secondary-800\/100 {
  background-color: rgb(30 41 59 / 1);
}

.bg-secondary-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}

.bg-secondary-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

.bg-secondary-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}

.bg-secondary-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}

.bg-secondary-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}

.bg-secondary-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-secondary-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}

.bg-secondary-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}

.bg-secondary-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}

.bg-secondary-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}

.bg-secondary-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}

.bg-secondary-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}

.bg-secondary-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}

.bg-secondary-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}

.bg-secondary-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}

.bg-secondary-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}

.bg-secondary-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}

.bg-secondary-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900\/0 {
  background-color: rgb(15 23 42 / 0);
}

.bg-secondary-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}

.bg-secondary-900\/100 {
  background-color: rgb(15 23 42 / 1);
}

.bg-secondary-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}

.bg-secondary-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}

.bg-secondary-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}

.bg-secondary-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}

.bg-secondary-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}

.bg-secondary-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-secondary-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}

.bg-secondary-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}

.bg-secondary-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-secondary-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}

.bg-secondary-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-secondary-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}

.bg-secondary-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-secondary-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}

.bg-secondary-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-secondary-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}

.bg-secondary-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}

.bg-secondary-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}

.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-secondary-dark\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-secondary-dark\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-secondary-dark\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-secondary-dark\/15 {
  background-color: rgb(51 65 85 / 0.15);
}

.bg-secondary-dark\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-secondary-dark\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-secondary-dark\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-secondary-dark\/35 {
  background-color: rgb(51 65 85 / 0.35);
}

.bg-secondary-dark\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-secondary-dark\/45 {
  background-color: rgb(51 65 85 / 0.45);
}

.bg-secondary-dark\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-secondary-dark\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-secondary-dark\/55 {
  background-color: rgb(51 65 85 / 0.55);
}

.bg-secondary-dark\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-secondary-dark\/65 {
  background-color: rgb(51 65 85 / 0.65);
}

.bg-secondary-dark\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-secondary-dark\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-secondary-dark\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-secondary-dark\/85 {
  background-color: rgb(51 65 85 / 0.85);
}

.bg-secondary-dark\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-secondary-dark\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-secondary-light\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-secondary-light\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-secondary-light\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-secondary-light\/15 {
  background-color: rgb(241 245 249 / 0.15);
}

.bg-secondary-light\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-secondary-light\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-secondary-light\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-secondary-light\/35 {
  background-color: rgb(241 245 249 / 0.35);
}

.bg-secondary-light\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-secondary-light\/45 {
  background-color: rgb(241 245 249 / 0.45);
}

.bg-secondary-light\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-secondary-light\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-secondary-light\/55 {
  background-color: rgb(241 245 249 / 0.55);
}

.bg-secondary-light\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-secondary-light\/65 {
  background-color: rgb(241 245 249 / 0.65);
}

.bg-secondary-light\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-secondary-light\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-secondary-light\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-secondary-light\/85 {
  background-color: rgb(241 245 249 / 0.85);
}

.bg-secondary-light\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-secondary-light\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-secondary\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-secondary\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-secondary\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-secondary\/15 {
  background-color: rgb(100 116 139 / 0.15);
}

.bg-secondary\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-secondary\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-secondary\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-secondary\/35 {
  background-color: rgb(100 116 139 / 0.35);
}

.bg-secondary\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-secondary\/45 {
  background-color: rgb(100 116 139 / 0.45);
}

.bg-secondary\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-secondary\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-secondary\/55 {
  background-color: rgb(100 116 139 / 0.55);
}

.bg-secondary\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-secondary\/65 {
  background-color: rgb(100 116 139 / 0.65);
}

.bg-secondary\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-secondary\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-secondary\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-secondary\/85 {
  background-color: rgb(100 116 139 / 0.85);
}

.bg-secondary\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-secondary\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-success-100\/0 {
  background-color: rgb(209 250 229 / 0);
}

.bg-success-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}

.bg-success-100\/100 {
  background-color: rgb(209 250 229 / 1);
}

.bg-success-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}

.bg-success-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}

.bg-success-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}

.bg-success-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}

.bg-success-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}

.bg-success-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}

.bg-success-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}

.bg-success-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}

.bg-success-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}

.bg-success-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}

.bg-success-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}

.bg-success-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}

.bg-success-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}

.bg-success-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}

.bg-success-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}

.bg-success-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}

.bg-success-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}

.bg-success-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}

.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-success-200\/0 {
  background-color: rgb(167 243 208 / 0);
}

.bg-success-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}

.bg-success-200\/100 {
  background-color: rgb(167 243 208 / 1);
}

.bg-success-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}

.bg-success-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}

.bg-success-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}

.bg-success-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}

.bg-success-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}

.bg-success-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}

.bg-success-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}

.bg-success-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}

.bg-success-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}

.bg-success-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}

.bg-success-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}

.bg-success-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}

.bg-success-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}

.bg-success-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}

.bg-success-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}

.bg-success-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}

.bg-success-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}

.bg-success-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}

.bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.bg-success-300\/0 {
  background-color: rgb(110 231 183 / 0);
}

.bg-success-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}

.bg-success-300\/100 {
  background-color: rgb(110 231 183 / 1);
}

.bg-success-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}

.bg-success-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}

.bg-success-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}

.bg-success-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}

.bg-success-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}

.bg-success-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}

.bg-success-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}

.bg-success-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}

.bg-success-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}

.bg-success-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}

.bg-success-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}

.bg-success-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}

.bg-success-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}

.bg-success-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}

.bg-success-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}

.bg-success-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}

.bg-success-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}

.bg-success-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}

.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-success-400\/0 {
  background-color: rgb(52 211 153 / 0);
}

.bg-success-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}

.bg-success-400\/100 {
  background-color: rgb(52 211 153 / 1);
}

.bg-success-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}

.bg-success-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}

.bg-success-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}

.bg-success-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}

.bg-success-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}

.bg-success-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}

.bg-success-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}

.bg-success-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}

.bg-success-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}

.bg-success-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}

.bg-success-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}

.bg-success-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}

.bg-success-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}

.bg-success-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}

.bg-success-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}

.bg-success-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}

.bg-success-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}

.bg-success-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}

.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-success-50\/0 {
  background-color: rgb(236 253 245 / 0);
}

.bg-success-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}

.bg-success-50\/100 {
  background-color: rgb(236 253 245 / 1);
}

.bg-success-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}

.bg-success-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}

.bg-success-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}

.bg-success-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}

.bg-success-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}

.bg-success-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}

.bg-success-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}

.bg-success-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}

.bg-success-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}

.bg-success-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}

.bg-success-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}

.bg-success-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}

.bg-success-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}

.bg-success-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}

.bg-success-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}

.bg-success-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}

.bg-success-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}

.bg-success-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}

.bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-success-500\/0 {
  background-color: rgb(16 185 129 / 0);
}

.bg-success-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-success-500\/100 {
  background-color: rgb(16 185 129 / 1);
}

.bg-success-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}

.bg-success-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-success-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}

.bg-success-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}

.bg-success-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}

.bg-success-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}

.bg-success-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}

.bg-success-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}

.bg-success-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}

.bg-success-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}

.bg-success-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}

.bg-success-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}

.bg-success-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}

.bg-success-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}

.bg-success-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}

.bg-success-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}

.bg-success-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}

.bg-success-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}

.bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-success-600\/0 {
  background-color: rgb(5 150 105 / 0);
}

.bg-success-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}

.bg-success-600\/100 {
  background-color: rgb(5 150 105 / 1);
}

.bg-success-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}

.bg-success-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}

.bg-success-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}

.bg-success-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}

.bg-success-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}

.bg-success-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}

.bg-success-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}

.bg-success-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}

.bg-success-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}

.bg-success-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}

.bg-success-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}

.bg-success-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}

.bg-success-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}

.bg-success-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}

.bg-success-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}

.bg-success-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}

.bg-success-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}

.bg-success-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}

.bg-success-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-success-700\/0 {
  background-color: rgb(4 120 87 / 0);
}

.bg-success-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}

.bg-success-700\/100 {
  background-color: rgb(4 120 87 / 1);
}

.bg-success-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}

.bg-success-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}

.bg-success-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}

.bg-success-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}

.bg-success-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}

.bg-success-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}

.bg-success-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}

.bg-success-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}

.bg-success-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}

.bg-success-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}

.bg-success-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}

.bg-success-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}

.bg-success-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}

.bg-success-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}

.bg-success-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}

.bg-success-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}

.bg-success-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}

.bg-success-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}

.bg-success-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.bg-success-800\/0 {
  background-color: rgb(6 95 70 / 0);
}

.bg-success-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}

.bg-success-800\/100 {
  background-color: rgb(6 95 70 / 1);
}

.bg-success-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}

.bg-success-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}

.bg-success-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}

.bg-success-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}

.bg-success-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}

.bg-success-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}

.bg-success-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}

.bg-success-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}

.bg-success-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}

.bg-success-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}

.bg-success-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}

.bg-success-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}

.bg-success-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}

.bg-success-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}

.bg-success-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}

.bg-success-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}

.bg-success-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}

.bg-success-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}

.bg-success-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-success-900\/0 {
  background-color: rgb(6 78 59 / 0);
}

.bg-success-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}

.bg-success-900\/100 {
  background-color: rgb(6 78 59 / 1);
}

.bg-success-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}

.bg-success-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}

.bg-success-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}

.bg-success-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}

.bg-success-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}

.bg-success-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}

.bg-success-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}

.bg-success-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}

.bg-success-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}

.bg-success-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}

.bg-success-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}

.bg-success-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}

.bg-success-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}

.bg-success-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}

.bg-success-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}

.bg-success-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}

.bg-success-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}

.bg-success-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}

.bg-success-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-success-dark\/0 {
  background-color: rgb(4 120 87 / 0);
}

.bg-success-dark\/10 {
  background-color: rgb(4 120 87 / 0.1);
}

.bg-success-dark\/100 {
  background-color: rgb(4 120 87 / 1);
}

.bg-success-dark\/15 {
  background-color: rgb(4 120 87 / 0.15);
}

.bg-success-dark\/20 {
  background-color: rgb(4 120 87 / 0.2);
}

.bg-success-dark\/25 {
  background-color: rgb(4 120 87 / 0.25);
}

.bg-success-dark\/30 {
  background-color: rgb(4 120 87 / 0.3);
}

.bg-success-dark\/35 {
  background-color: rgb(4 120 87 / 0.35);
}

.bg-success-dark\/40 {
  background-color: rgb(4 120 87 / 0.4);
}

.bg-success-dark\/45 {
  background-color: rgb(4 120 87 / 0.45);
}

.bg-success-dark\/5 {
  background-color: rgb(4 120 87 / 0.05);
}

.bg-success-dark\/50 {
  background-color: rgb(4 120 87 / 0.5);
}

.bg-success-dark\/55 {
  background-color: rgb(4 120 87 / 0.55);
}

.bg-success-dark\/60 {
  background-color: rgb(4 120 87 / 0.6);
}

.bg-success-dark\/65 {
  background-color: rgb(4 120 87 / 0.65);
}

.bg-success-dark\/70 {
  background-color: rgb(4 120 87 / 0.7);
}

.bg-success-dark\/75 {
  background-color: rgb(4 120 87 / 0.75);
}

.bg-success-dark\/80 {
  background-color: rgb(4 120 87 / 0.8);
}

.bg-success-dark\/85 {
  background-color: rgb(4 120 87 / 0.85);
}

.bg-success-dark\/90 {
  background-color: rgb(4 120 87 / 0.9);
}

.bg-success-dark\/95 {
  background-color: rgb(4 120 87 / 0.95);
}

.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-success-light\/0 {
  background-color: rgb(209 250 229 / 0);
}

.bg-success-light\/10 {
  background-color: rgb(209 250 229 / 0.1);
}

.bg-success-light\/100 {
  background-color: rgb(209 250 229 / 1);
}

.bg-success-light\/15 {
  background-color: rgb(209 250 229 / 0.15);
}

.bg-success-light\/20 {
  background-color: rgb(209 250 229 / 0.2);
}

.bg-success-light\/25 {
  background-color: rgb(209 250 229 / 0.25);
}

.bg-success-light\/30 {
  background-color: rgb(209 250 229 / 0.3);
}

.bg-success-light\/35 {
  background-color: rgb(209 250 229 / 0.35);
}

.bg-success-light\/40 {
  background-color: rgb(209 250 229 / 0.4);
}

.bg-success-light\/45 {
  background-color: rgb(209 250 229 / 0.45);
}

.bg-success-light\/5 {
  background-color: rgb(209 250 229 / 0.05);
}

.bg-success-light\/50 {
  background-color: rgb(209 250 229 / 0.5);
}

.bg-success-light\/55 {
  background-color: rgb(209 250 229 / 0.55);
}

.bg-success-light\/60 {
  background-color: rgb(209 250 229 / 0.6);
}

.bg-success-light\/65 {
  background-color: rgb(209 250 229 / 0.65);
}

.bg-success-light\/70 {
  background-color: rgb(209 250 229 / 0.7);
}

.bg-success-light\/75 {
  background-color: rgb(209 250 229 / 0.75);
}

.bg-success-light\/80 {
  background-color: rgb(209 250 229 / 0.8);
}

.bg-success-light\/85 {
  background-color: rgb(209 250 229 / 0.85);
}

.bg-success-light\/90 {
  background-color: rgb(209 250 229 / 0.9);
}

.bg-success-light\/95 {
  background-color: rgb(209 250 229 / 0.95);
}

.bg-success\/0 {
  background-color: rgb(16 185 129 / 0);
}

.bg-success\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-success\/100 {
  background-color: rgb(16 185 129 / 1);
}

.bg-success\/15 {
  background-color: rgb(16 185 129 / 0.15);
}

.bg-success\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-success\/25 {
  background-color: rgb(16 185 129 / 0.25);
}

.bg-success\/30 {
  background-color: rgb(16 185 129 / 0.3);
}

.bg-success\/35 {
  background-color: rgb(16 185 129 / 0.35);
}

.bg-success\/40 {
  background-color: rgb(16 185 129 / 0.4);
}

.bg-success\/45 {
  background-color: rgb(16 185 129 / 0.45);
}

.bg-success\/5 {
  background-color: rgb(16 185 129 / 0.05);
}

.bg-success\/50 {
  background-color: rgb(16 185 129 / 0.5);
}

.bg-success\/55 {
  background-color: rgb(16 185 129 / 0.55);
}

.bg-success\/60 {
  background-color: rgb(16 185 129 / 0.6);
}

.bg-success\/65 {
  background-color: rgb(16 185 129 / 0.65);
}

.bg-success\/70 {
  background-color: rgb(16 185 129 / 0.7);
}

.bg-success\/75 {
  background-color: rgb(16 185 129 / 0.75);
}

.bg-success\/80 {
  background-color: rgb(16 185 129 / 0.8);
}

.bg-success\/85 {
  background-color: rgb(16 185 129 / 0.85);
}

.bg-success\/90 {
  background-color: rgb(16 185 129 / 0.9);
}

.bg-success\/95 {
  background-color: rgb(16 185 129 / 0.95);
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-warning-100\/0 {
  background-color: rgb(254 243 199 / 0);
}

.bg-warning-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}

.bg-warning-100\/100 {
  background-color: rgb(254 243 199 / 1);
}

.bg-warning-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}

.bg-warning-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}

.bg-warning-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}

.bg-warning-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}

.bg-warning-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}

.bg-warning-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}

.bg-warning-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}

.bg-warning-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}

.bg-warning-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}

.bg-warning-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}

.bg-warning-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}

.bg-warning-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}

.bg-warning-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}

.bg-warning-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}

.bg-warning-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}

.bg-warning-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}

.bg-warning-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}

.bg-warning-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}

.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-warning-200\/0 {
  background-color: rgb(253 230 138 / 0);
}

.bg-warning-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}

.bg-warning-200\/100 {
  background-color: rgb(253 230 138 / 1);
}

.bg-warning-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}

.bg-warning-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}

.bg-warning-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}

.bg-warning-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}

.bg-warning-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}

.bg-warning-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}

.bg-warning-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}

.bg-warning-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}

.bg-warning-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}

.bg-warning-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}

.bg-warning-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}

.bg-warning-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}

.bg-warning-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}

.bg-warning-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}

.bg-warning-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}

.bg-warning-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}

.bg-warning-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}

.bg-warning-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}

.bg-warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-warning-300\/0 {
  background-color: rgb(252 211 77 / 0);
}

.bg-warning-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}

.bg-warning-300\/100 {
  background-color: rgb(252 211 77 / 1);
}

.bg-warning-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}

.bg-warning-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}

.bg-warning-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}

.bg-warning-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}

.bg-warning-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}

.bg-warning-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}

.bg-warning-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}

.bg-warning-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}

.bg-warning-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}

.bg-warning-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}

.bg-warning-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}

.bg-warning-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}

.bg-warning-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}

.bg-warning-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}

.bg-warning-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}

.bg-warning-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}

.bg-warning-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}

.bg-warning-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}

.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-warning-400\/0 {
  background-color: rgb(251 191 36 / 0);
}

.bg-warning-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}

.bg-warning-400\/100 {
  background-color: rgb(251 191 36 / 1);
}

.bg-warning-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}

.bg-warning-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}

.bg-warning-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}

.bg-warning-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}

.bg-warning-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}

.bg-warning-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}

.bg-warning-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}

.bg-warning-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}

.bg-warning-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}

.bg-warning-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}

.bg-warning-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}

.bg-warning-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}

.bg-warning-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}

.bg-warning-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}

.bg-warning-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}

.bg-warning-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}

.bg-warning-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}

.bg-warning-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}

.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-warning-50\/0 {
  background-color: rgb(255 251 235 / 0);
}

.bg-warning-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}

.bg-warning-50\/100 {
  background-color: rgb(255 251 235 / 1);
}

.bg-warning-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}

.bg-warning-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}

.bg-warning-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}

.bg-warning-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}

.bg-warning-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}

.bg-warning-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}

.bg-warning-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}

.bg-warning-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}

.bg-warning-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}

.bg-warning-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}

.bg-warning-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}

.bg-warning-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}

.bg-warning-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}

.bg-warning-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}

.bg-warning-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}

.bg-warning-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}

.bg-warning-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}

.bg-warning-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}

.bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-warning-500\/0 {
  background-color: rgb(245 158 11 / 0);
}

.bg-warning-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-warning-500\/100 {
  background-color: rgb(245 158 11 / 1);
}

.bg-warning-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}

.bg-warning-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-warning-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}

.bg-warning-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}

.bg-warning-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}

.bg-warning-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}

.bg-warning-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}

.bg-warning-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}

.bg-warning-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}

.bg-warning-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}

.bg-warning-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}

.bg-warning-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}

.bg-warning-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}

.bg-warning-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}

.bg-warning-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}

.bg-warning-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}

.bg-warning-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}

.bg-warning-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}

.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-warning-600\/0 {
  background-color: rgb(217 119 6 / 0);
}

.bg-warning-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}

.bg-warning-600\/100 {
  background-color: rgb(217 119 6 / 1);
}

.bg-warning-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}

.bg-warning-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}

.bg-warning-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}

.bg-warning-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}

.bg-warning-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}

.bg-warning-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}

.bg-warning-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}

.bg-warning-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}

.bg-warning-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}

.bg-warning-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}

.bg-warning-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}

.bg-warning-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}

.bg-warning-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}

.bg-warning-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}

.bg-warning-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}

.bg-warning-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}

.bg-warning-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}

.bg-warning-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}

.bg-warning-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.bg-warning-700\/0 {
  background-color: rgb(180 83 9 / 0);
}

.bg-warning-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}

.bg-warning-700\/100 {
  background-color: rgb(180 83 9 / 1);
}

.bg-warning-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}

.bg-warning-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}

.bg-warning-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}

.bg-warning-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}

.bg-warning-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}

.bg-warning-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}

.bg-warning-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}

.bg-warning-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}

.bg-warning-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}

.bg-warning-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}

.bg-warning-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}

.bg-warning-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}

.bg-warning-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}

.bg-warning-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}

.bg-warning-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}

.bg-warning-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}

.bg-warning-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}

.bg-warning-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}

.bg-warning-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.bg-warning-800\/0 {
  background-color: rgb(146 64 14 / 0);
}

.bg-warning-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}

.bg-warning-800\/100 {
  background-color: rgb(146 64 14 / 1);
}

.bg-warning-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}

.bg-warning-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}

.bg-warning-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}

.bg-warning-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}

.bg-warning-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}

.bg-warning-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}

.bg-warning-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}

.bg-warning-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}

.bg-warning-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}

.bg-warning-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}

.bg-warning-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}

.bg-warning-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}

.bg-warning-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}

.bg-warning-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}

.bg-warning-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}

.bg-warning-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}

.bg-warning-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}

.bg-warning-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}

.bg-warning-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.bg-warning-900\/0 {
  background-color: rgb(120 53 15 / 0);
}

.bg-warning-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}

.bg-warning-900\/100 {
  background-color: rgb(120 53 15 / 1);
}

.bg-warning-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}

.bg-warning-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}

.bg-warning-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}

.bg-warning-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}

.bg-warning-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}

.bg-warning-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}

.bg-warning-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}

.bg-warning-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}

.bg-warning-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}

.bg-warning-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}

.bg-warning-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}

.bg-warning-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}

.bg-warning-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}

.bg-warning-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}

.bg-warning-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}

.bg-warning-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}

.bg-warning-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}

.bg-warning-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}

.bg-warning-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.bg-warning-dark\/0 {
  background-color: rgb(180 83 9 / 0);
}

.bg-warning-dark\/10 {
  background-color: rgb(180 83 9 / 0.1);
}

.bg-warning-dark\/100 {
  background-color: rgb(180 83 9 / 1);
}

.bg-warning-dark\/15 {
  background-color: rgb(180 83 9 / 0.15);
}

.bg-warning-dark\/20 {
  background-color: rgb(180 83 9 / 0.2);
}

.bg-warning-dark\/25 {
  background-color: rgb(180 83 9 / 0.25);
}

.bg-warning-dark\/30 {
  background-color: rgb(180 83 9 / 0.3);
}

.bg-warning-dark\/35 {
  background-color: rgb(180 83 9 / 0.35);
}

.bg-warning-dark\/40 {
  background-color: rgb(180 83 9 / 0.4);
}

.bg-warning-dark\/45 {
  background-color: rgb(180 83 9 / 0.45);
}

.bg-warning-dark\/5 {
  background-color: rgb(180 83 9 / 0.05);
}

.bg-warning-dark\/50 {
  background-color: rgb(180 83 9 / 0.5);
}

.bg-warning-dark\/55 {
  background-color: rgb(180 83 9 / 0.55);
}

.bg-warning-dark\/60 {
  background-color: rgb(180 83 9 / 0.6);
}

.bg-warning-dark\/65 {
  background-color: rgb(180 83 9 / 0.65);
}

.bg-warning-dark\/70 {
  background-color: rgb(180 83 9 / 0.7);
}

.bg-warning-dark\/75 {
  background-color: rgb(180 83 9 / 0.75);
}

.bg-warning-dark\/80 {
  background-color: rgb(180 83 9 / 0.8);
}

.bg-warning-dark\/85 {
  background-color: rgb(180 83 9 / 0.85);
}

.bg-warning-dark\/90 {
  background-color: rgb(180 83 9 / 0.9);
}

.bg-warning-dark\/95 {
  background-color: rgb(180 83 9 / 0.95);
}

.bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-warning-light\/0 {
  background-color: rgb(254 243 199 / 0);
}

.bg-warning-light\/10 {
  background-color: rgb(254 243 199 / 0.1);
}

.bg-warning-light\/100 {
  background-color: rgb(254 243 199 / 1);
}

.bg-warning-light\/15 {
  background-color: rgb(254 243 199 / 0.15);
}

.bg-warning-light\/20 {
  background-color: rgb(254 243 199 / 0.2);
}

.bg-warning-light\/25 {
  background-color: rgb(254 243 199 / 0.25);
}

.bg-warning-light\/30 {
  background-color: rgb(254 243 199 / 0.3);
}

.bg-warning-light\/35 {
  background-color: rgb(254 243 199 / 0.35);
}

.bg-warning-light\/40 {
  background-color: rgb(254 243 199 / 0.4);
}

.bg-warning-light\/45 {
  background-color: rgb(254 243 199 / 0.45);
}

.bg-warning-light\/5 {
  background-color: rgb(254 243 199 / 0.05);
}

.bg-warning-light\/50 {
  background-color: rgb(254 243 199 / 0.5);
}

.bg-warning-light\/55 {
  background-color: rgb(254 243 199 / 0.55);
}

.bg-warning-light\/60 {
  background-color: rgb(254 243 199 / 0.6);
}

.bg-warning-light\/65 {
  background-color: rgb(254 243 199 / 0.65);
}

.bg-warning-light\/70 {
  background-color: rgb(254 243 199 / 0.7);
}

.bg-warning-light\/75 {
  background-color: rgb(254 243 199 / 0.75);
}

.bg-warning-light\/80 {
  background-color: rgb(254 243 199 / 0.8);
}

.bg-warning-light\/85 {
  background-color: rgb(254 243 199 / 0.85);
}

.bg-warning-light\/90 {
  background-color: rgb(254 243 199 / 0.9);
}

.bg-warning-light\/95 {
  background-color: rgb(254 243 199 / 0.95);
}

.bg-warning\/0 {
  background-color: rgb(245 158 11 / 0);
}

.bg-warning\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-warning\/100 {
  background-color: rgb(245 158 11 / 1);
}

.bg-warning\/15 {
  background-color: rgb(245 158 11 / 0.15);
}

.bg-warning\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-warning\/25 {
  background-color: rgb(245 158 11 / 0.25);
}

.bg-warning\/30 {
  background-color: rgb(245 158 11 / 0.3);
}

.bg-warning\/35 {
  background-color: rgb(245 158 11 / 0.35);
}

.bg-warning\/40 {
  background-color: rgb(245 158 11 / 0.4);
}

.bg-warning\/45 {
  background-color: rgb(245 158 11 / 0.45);
}

.bg-warning\/5 {
  background-color: rgb(245 158 11 / 0.05);
}

.bg-warning\/50 {
  background-color: rgb(245 158 11 / 0.5);
}

.bg-warning\/55 {
  background-color: rgb(245 158 11 / 0.55);
}

.bg-warning\/60 {
  background-color: rgb(245 158 11 / 0.6);
}

.bg-warning\/65 {
  background-color: rgb(245 158 11 / 0.65);
}

.bg-warning\/70 {
  background-color: rgb(245 158 11 / 0.7);
}

.bg-warning\/75 {
  background-color: rgb(245 158 11 / 0.75);
}

.bg-warning\/80 {
  background-color: rgb(245 158 11 / 0.8);
}

.bg-warning\/85 {
  background-color: rgb(245 158 11 / 0.85);
}

.bg-warning\/90 {
  background-color: rgb(245 158 11 / 0.9);
}

.bg-warning\/95 {
  background-color: rgb(245 158 11 / 0.95);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.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));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600 {
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-danger {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary {
  --tw-gradient-from: #198da8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200 {
  --tw-gradient-from: #80d3df var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 211 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
  --tw-gradient-from: #198da8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10 {
  --tw-gradient-from: rgb(25 141 168 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/20 {
  --tw-gradient-from: rgb(25 141 168 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600 {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-success {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50 {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50 {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600 {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-indigo-700 {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600 {
  --tw-gradient-to: rgb(20 113 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #147188 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark {
  --tw-gradient-to: rgb(15 85 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f5568 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/5 {
  --tw-gradient-to: rgb(25 141 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(25 141 168 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-800 {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.to-amber-700 {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.to-cyan-50 {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.to-gray-500 {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.to-green-100 {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.to-green-50 {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-green-700 {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.to-primary {
  --tw-gradient-to: #198da8 var(--tw-gradient-to-position);
}

.to-primary-500 {
  --tw-gradient-to: #198da8 var(--tw-gradient-to-position);
}

.to-primary-900 {
  --tw-gradient-to: #051d28 var(--tw-gradient-to-position);
}

.to-primary-dark {
  --tw-gradient-to: #0f5568 var(--tw-gradient-to-position);
}

.to-primary\/10 {
  --tw-gradient-to: rgb(25 141 168 / 0.1) var(--tw-gradient-to-position);
}

.to-primary\/5 {
  --tw-gradient-to: rgb(25 141 168 / 0.05) var(--tw-gradient-to-position);
}

.to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.to-purple-800 {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.to-red-50 {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-red-700 {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.to-sky-400 {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.to-sky-500 {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.to-slate-900 {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.to-teal-50 {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.fill-current {
  fill: currentColor;
}

.fill-primary-900 {
  fill: #051d28;
}

.fill-white {
  fill: #fff;
}

.stroke-current {
  stroke: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-30 {
  padding: 7.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.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-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.ps-3 {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

.pt-3\.5 {
  padding-top: 0.875rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

.pt-\[30rem\] {
  padding-top: 30rem;
}

.pt-\[40px\] {
  padding-top: 40px;
}

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

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.indent-8 {
  text-indent: 2rem;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-mono {
  font-family: SF Mono, Monaco, Inconsolata, Fira Mono, Droid Sans Mono, monospace;
}

.font-sans {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#00B039\] {
  --tw-text-opacity: 1;
  color: rgb(0 176 57 / var(--tw-text-opacity, 1));
}

.text-\[\#FF6347\] {
  --tw-text-opacity: 1;
  color: rgb(255 99 71 / var(--tw-text-opacity, 1));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / 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-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

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

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-danger-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-danger-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-danger-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-danger-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-danger-100\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-danger-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-danger-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-danger-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-danger-100\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-danger-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-danger-100\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-danger-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-danger-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-danger-100\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-danger-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-danger-100\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-danger-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-danger-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-danger-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-danger-100\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-danger-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-danger-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-danger-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-danger-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-danger-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-danger-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-danger-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-danger-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-danger-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-danger-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-danger-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-danger-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-danger-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-danger-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-danger-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-danger-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-danger-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-danger-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-danger-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-danger-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-danger-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-danger-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-danger-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-danger-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-danger-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-danger-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-danger-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-danger-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-danger-300\/15 {
  color: rgb(252 165 165 / 0.15);
}

.text-danger-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-danger-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-danger-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-danger-300\/35 {
  color: rgb(252 165 165 / 0.35);
}

.text-danger-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-danger-300\/45 {
  color: rgb(252 165 165 / 0.45);
}

.text-danger-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-danger-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-danger-300\/55 {
  color: rgb(252 165 165 / 0.55);
}

.text-danger-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-danger-300\/65 {
  color: rgb(252 165 165 / 0.65);
}

.text-danger-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-danger-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-danger-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-danger-300\/85 {
  color: rgb(252 165 165 / 0.85);
}

.text-danger-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-danger-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

.text-danger-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-danger-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-danger-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-danger-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-danger-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-danger-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-danger-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-danger-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-danger-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-danger-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-danger-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-danger-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-danger-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-danger-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-danger-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-danger-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-danger-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-danger-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-danger-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-danger-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-danger-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-danger-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-danger-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.text-danger-50\/0 {
  color: rgb(254 242 242 / 0);
}

.text-danger-50\/10 {
  color: rgb(254 242 242 / 0.1);
}

.text-danger-50\/100 {
  color: rgb(254 242 242 / 1);
}

.text-danger-50\/15 {
  color: rgb(254 242 242 / 0.15);
}

.text-danger-50\/20 {
  color: rgb(254 242 242 / 0.2);
}

.text-danger-50\/25 {
  color: rgb(254 242 242 / 0.25);
}

.text-danger-50\/30 {
  color: rgb(254 242 242 / 0.3);
}

.text-danger-50\/35 {
  color: rgb(254 242 242 / 0.35);
}

.text-danger-50\/40 {
  color: rgb(254 242 242 / 0.4);
}

.text-danger-50\/45 {
  color: rgb(254 242 242 / 0.45);
}

.text-danger-50\/5 {
  color: rgb(254 242 242 / 0.05);
}

.text-danger-50\/50 {
  color: rgb(254 242 242 / 0.5);
}

.text-danger-50\/55 {
  color: rgb(254 242 242 / 0.55);
}

.text-danger-50\/60 {
  color: rgb(254 242 242 / 0.6);
}

.text-danger-50\/65 {
  color: rgb(254 242 242 / 0.65);
}

.text-danger-50\/70 {
  color: rgb(254 242 242 / 0.7);
}

.text-danger-50\/75 {
  color: rgb(254 242 242 / 0.75);
}

.text-danger-50\/80 {
  color: rgb(254 242 242 / 0.8);
}

.text-danger-50\/85 {
  color: rgb(254 242 242 / 0.85);
}

.text-danger-50\/90 {
  color: rgb(254 242 242 / 0.9);
}

.text-danger-50\/95 {
  color: rgb(254 242 242 / 0.95);
}

.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-danger-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-danger-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-danger-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-danger-500\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-danger-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-danger-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-danger-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-danger-500\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-danger-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-danger-500\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-danger-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-danger-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-danger-500\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-danger-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-danger-500\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-danger-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-danger-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-danger-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-danger-500\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-danger-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-danger-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-danger-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-danger-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-danger-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-danger-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-danger-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-danger-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-danger-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-danger-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-danger-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-danger-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-danger-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-danger-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-danger-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-danger-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-danger-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-danger-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-danger-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-danger-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-danger-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-danger-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-danger-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-danger-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-danger-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-danger-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-danger-700\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-danger-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-danger-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-danger-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-danger-700\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-danger-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-danger-700\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-danger-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-danger-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-danger-700\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-danger-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-danger-700\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-danger-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-danger-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-danger-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-danger-700\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-danger-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-danger-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-danger-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-danger-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-danger-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-danger-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-danger-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-danger-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-danger-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-danger-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-danger-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-danger-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-danger-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-danger-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-danger-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-danger-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-danger-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-danger-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-danger-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-danger-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-danger-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-danger-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-danger-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-danger-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-danger-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-danger-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-danger-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-danger-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-danger-900\/15 {
  color: rgb(127 29 29 / 0.15);
}

.text-danger-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-danger-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-danger-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-danger-900\/35 {
  color: rgb(127 29 29 / 0.35);
}

.text-danger-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-danger-900\/45 {
  color: rgb(127 29 29 / 0.45);
}

.text-danger-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-danger-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-danger-900\/55 {
  color: rgb(127 29 29 / 0.55);
}

.text-danger-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-danger-900\/65 {
  color: rgb(127 29 29 / 0.65);
}

.text-danger-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-danger-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-danger-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-danger-900\/85 {
  color: rgb(127 29 29 / 0.85);
}

.text-danger-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-danger-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

.text-danger-dark {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-danger-dark\/0 {
  color: rgb(185 28 28 / 0);
}

.text-danger-dark\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-danger-dark\/100 {
  color: rgb(185 28 28 / 1);
}

.text-danger-dark\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-danger-dark\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-danger-dark\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-danger-dark\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-danger-dark\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-danger-dark\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-danger-dark\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-danger-dark\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-danger-dark\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-danger-dark\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-danger-dark\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-danger-dark\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-danger-dark\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-danger-dark\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-danger-dark\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-danger-dark\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-danger-dark\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-danger-dark\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-danger-light {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-danger-light\/0 {
  color: rgb(254 226 226 / 0);
}

.text-danger-light\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-danger-light\/100 {
  color: rgb(254 226 226 / 1);
}

.text-danger-light\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-danger-light\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-danger-light\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-danger-light\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-danger-light\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-danger-light\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-danger-light\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-danger-light\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-danger-light\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-danger-light\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-danger-light\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-danger-light\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-danger-light\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-danger-light\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-danger-light\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-danger-light\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-danger-light\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-danger-light\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-danger\/0 {
  color: rgb(239 68 68 / 0);
}

.text-danger\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-danger\/100 {
  color: rgb(239 68 68 / 1);
}

.text-danger\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-danger\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-danger\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-danger\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-danger\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-danger\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-danger\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-danger\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-danger\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-danger\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-danger\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-danger\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-danger\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-danger\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-danger\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-danger\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-danger\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-danger\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(24 28 50 / var(--tw-text-opacity, 1));
}

.text-dark-100 {
  --tw-text-opacity: 1;
  color: rgb(235 237 243 / var(--tw-text-opacity, 1));
}

.text-dark-100\/0 {
  color: rgb(235 237 243 / 0);
}

.text-dark-100\/10 {
  color: rgb(235 237 243 / 0.1);
}

.text-dark-100\/100 {
  color: rgb(235 237 243 / 1);
}

.text-dark-100\/15 {
  color: rgb(235 237 243 / 0.15);
}

.text-dark-100\/20 {
  color: rgb(235 237 243 / 0.2);
}

.text-dark-100\/25 {
  color: rgb(235 237 243 / 0.25);
}

.text-dark-100\/30 {
  color: rgb(235 237 243 / 0.3);
}

.text-dark-100\/35 {
  color: rgb(235 237 243 / 0.35);
}

.text-dark-100\/40 {
  color: rgb(235 237 243 / 0.4);
}

.text-dark-100\/45 {
  color: rgb(235 237 243 / 0.45);
}

.text-dark-100\/5 {
  color: rgb(235 237 243 / 0.05);
}

.text-dark-100\/50 {
  color: rgb(235 237 243 / 0.5);
}

.text-dark-100\/55 {
  color: rgb(235 237 243 / 0.55);
}

.text-dark-100\/60 {
  color: rgb(235 237 243 / 0.6);
}

.text-dark-100\/65 {
  color: rgb(235 237 243 / 0.65);
}

.text-dark-100\/70 {
  color: rgb(235 237 243 / 0.7);
}

.text-dark-100\/75 {
  color: rgb(235 237 243 / 0.75);
}

.text-dark-100\/80 {
  color: rgb(235 237 243 / 0.8);
}

.text-dark-100\/85 {
  color: rgb(235 237 243 / 0.85);
}

.text-dark-100\/90 {
  color: rgb(235 237 243 / 0.9);
}

.text-dark-100\/95 {
  color: rgb(235 237 243 / 0.95);
}

.text-dark-200 {
  --tw-text-opacity: 1;
  color: rgb(228 230 239 / var(--tw-text-opacity, 1));
}

.text-dark-200\/0 {
  color: rgb(228 230 239 / 0);
}

.text-dark-200\/10 {
  color: rgb(228 230 239 / 0.1);
}

.text-dark-200\/100 {
  color: rgb(228 230 239 / 1);
}

.text-dark-200\/15 {
  color: rgb(228 230 239 / 0.15);
}

.text-dark-200\/20 {
  color: rgb(228 230 239 / 0.2);
}

.text-dark-200\/25 {
  color: rgb(228 230 239 / 0.25);
}

.text-dark-200\/30 {
  color: rgb(228 230 239 / 0.3);
}

.text-dark-200\/35 {
  color: rgb(228 230 239 / 0.35);
}

.text-dark-200\/40 {
  color: rgb(228 230 239 / 0.4);
}

.text-dark-200\/45 {
  color: rgb(228 230 239 / 0.45);
}

.text-dark-200\/5 {
  color: rgb(228 230 239 / 0.05);
}

.text-dark-200\/50 {
  color: rgb(228 230 239 / 0.5);
}

.text-dark-200\/55 {
  color: rgb(228 230 239 / 0.55);
}

.text-dark-200\/60 {
  color: rgb(228 230 239 / 0.6);
}

.text-dark-200\/65 {
  color: rgb(228 230 239 / 0.65);
}

.text-dark-200\/70 {
  color: rgb(228 230 239 / 0.7);
}

.text-dark-200\/75 {
  color: rgb(228 230 239 / 0.75);
}

.text-dark-200\/80 {
  color: rgb(228 230 239 / 0.8);
}

.text-dark-200\/85 {
  color: rgb(228 230 239 / 0.85);
}

.text-dark-200\/90 {
  color: rgb(228 230 239 / 0.9);
}

.text-dark-200\/95 {
  color: rgb(228 230 239 / 0.95);
}

.text-dark-300 {
  --tw-text-opacity: 1;
  color: rgb(209 211 224 / var(--tw-text-opacity, 1));
}

.text-dark-300\/0 {
  color: rgb(209 211 224 / 0);
}

.text-dark-300\/10 {
  color: rgb(209 211 224 / 0.1);
}

.text-dark-300\/100 {
  color: rgb(209 211 224 / 1);
}

.text-dark-300\/15 {
  color: rgb(209 211 224 / 0.15);
}

.text-dark-300\/20 {
  color: rgb(209 211 224 / 0.2);
}

.text-dark-300\/25 {
  color: rgb(209 211 224 / 0.25);
}

.text-dark-300\/30 {
  color: rgb(209 211 224 / 0.3);
}

.text-dark-300\/35 {
  color: rgb(209 211 224 / 0.35);
}

.text-dark-300\/40 {
  color: rgb(209 211 224 / 0.4);
}

.text-dark-300\/45 {
  color: rgb(209 211 224 / 0.45);
}

.text-dark-300\/5 {
  color: rgb(209 211 224 / 0.05);
}

.text-dark-300\/50 {
  color: rgb(209 211 224 / 0.5);
}

.text-dark-300\/55 {
  color: rgb(209 211 224 / 0.55);
}

.text-dark-300\/60 {
  color: rgb(209 211 224 / 0.6);
}

.text-dark-300\/65 {
  color: rgb(209 211 224 / 0.65);
}

.text-dark-300\/70 {
  color: rgb(209 211 224 / 0.7);
}

.text-dark-300\/75 {
  color: rgb(209 211 224 / 0.75);
}

.text-dark-300\/80 {
  color: rgb(209 211 224 / 0.8);
}

.text-dark-300\/85 {
  color: rgb(209 211 224 / 0.85);
}

.text-dark-300\/90 {
  color: rgb(209 211 224 / 0.9);
}

.text-dark-300\/95 {
  color: rgb(209 211 224 / 0.95);
}

.text-dark-400 {
  --tw-text-opacity: 1;
  color: rgb(181 181 195 / var(--tw-text-opacity, 1));
}

.text-dark-400\/0 {
  color: rgb(181 181 195 / 0);
}

.text-dark-400\/10 {
  color: rgb(181 181 195 / 0.1);
}

.text-dark-400\/100 {
  color: rgb(181 181 195 / 1);
}

.text-dark-400\/15 {
  color: rgb(181 181 195 / 0.15);
}

.text-dark-400\/20 {
  color: rgb(181 181 195 / 0.2);
}

.text-dark-400\/25 {
  color: rgb(181 181 195 / 0.25);
}

.text-dark-400\/30 {
  color: rgb(181 181 195 / 0.3);
}

.text-dark-400\/35 {
  color: rgb(181 181 195 / 0.35);
}

.text-dark-400\/40 {
  color: rgb(181 181 195 / 0.4);
}

.text-dark-400\/45 {
  color: rgb(181 181 195 / 0.45);
}

.text-dark-400\/5 {
  color: rgb(181 181 195 / 0.05);
}

.text-dark-400\/50 {
  color: rgb(181 181 195 / 0.5);
}

.text-dark-400\/55 {
  color: rgb(181 181 195 / 0.55);
}

.text-dark-400\/60 {
  color: rgb(181 181 195 / 0.6);
}

.text-dark-400\/65 {
  color: rgb(181 181 195 / 0.65);
}

.text-dark-400\/70 {
  color: rgb(181 181 195 / 0.7);
}

.text-dark-400\/75 {
  color: rgb(181 181 195 / 0.75);
}

.text-dark-400\/80 {
  color: rgb(181 181 195 / 0.8);
}

.text-dark-400\/85 {
  color: rgb(181 181 195 / 0.85);
}

.text-dark-400\/90 {
  color: rgb(181 181 195 / 0.9);
}

.text-dark-400\/95 {
  color: rgb(181 181 195 / 0.95);
}

.text-dark-50 {
  --tw-text-opacity: 1;
  color: rgb(243 246 249 / var(--tw-text-opacity, 1));
}

.text-dark-50\/0 {
  color: rgb(243 246 249 / 0);
}

.text-dark-50\/10 {
  color: rgb(243 246 249 / 0.1);
}

.text-dark-50\/100 {
  color: rgb(243 246 249 / 1);
}

.text-dark-50\/15 {
  color: rgb(243 246 249 / 0.15);
}

.text-dark-50\/20 {
  color: rgb(243 246 249 / 0.2);
}

.text-dark-50\/25 {
  color: rgb(243 246 249 / 0.25);
}

.text-dark-50\/30 {
  color: rgb(243 246 249 / 0.3);
}

.text-dark-50\/35 {
  color: rgb(243 246 249 / 0.35);
}

.text-dark-50\/40 {
  color: rgb(243 246 249 / 0.4);
}

.text-dark-50\/45 {
  color: rgb(243 246 249 / 0.45);
}

.text-dark-50\/5 {
  color: rgb(243 246 249 / 0.05);
}

.text-dark-50\/50 {
  color: rgb(243 246 249 / 0.5);
}

.text-dark-50\/55 {
  color: rgb(243 246 249 / 0.55);
}

.text-dark-50\/60 {
  color: rgb(243 246 249 / 0.6);
}

.text-dark-50\/65 {
  color: rgb(243 246 249 / 0.65);
}

.text-dark-50\/70 {
  color: rgb(243 246 249 / 0.7);
}

.text-dark-50\/75 {
  color: rgb(243 246 249 / 0.75);
}

.text-dark-50\/80 {
  color: rgb(243 246 249 / 0.8);
}

.text-dark-50\/85 {
  color: rgb(243 246 249 / 0.85);
}

.text-dark-50\/90 {
  color: rgb(243 246 249 / 0.9);
}

.text-dark-50\/95 {
  color: rgb(243 246 249 / 0.95);
}

.text-dark-500 {
  --tw-text-opacity: 1;
  color: rgb(126 130 153 / var(--tw-text-opacity, 1));
}

.text-dark-500\/0 {
  color: rgb(126 130 153 / 0);
}

.text-dark-500\/10 {
  color: rgb(126 130 153 / 0.1);
}

.text-dark-500\/100 {
  color: rgb(126 130 153 / 1);
}

.text-dark-500\/15 {
  color: rgb(126 130 153 / 0.15);
}

.text-dark-500\/20 {
  color: rgb(126 130 153 / 0.2);
}

.text-dark-500\/25 {
  color: rgb(126 130 153 / 0.25);
}

.text-dark-500\/30 {
  color: rgb(126 130 153 / 0.3);
}

.text-dark-500\/35 {
  color: rgb(126 130 153 / 0.35);
}

.text-dark-500\/40 {
  color: rgb(126 130 153 / 0.4);
}

.text-dark-500\/45 {
  color: rgb(126 130 153 / 0.45);
}

.text-dark-500\/5 {
  color: rgb(126 130 153 / 0.05);
}

.text-dark-500\/50 {
  color: rgb(126 130 153 / 0.5);
}

.text-dark-500\/55 {
  color: rgb(126 130 153 / 0.55);
}

.text-dark-500\/60 {
  color: rgb(126 130 153 / 0.6);
}

.text-dark-500\/65 {
  color: rgb(126 130 153 / 0.65);
}

.text-dark-500\/70 {
  color: rgb(126 130 153 / 0.7);
}

.text-dark-500\/75 {
  color: rgb(126 130 153 / 0.75);
}

.text-dark-500\/80 {
  color: rgb(126 130 153 / 0.8);
}

.text-dark-500\/85 {
  color: rgb(126 130 153 / 0.85);
}

.text-dark-500\/90 {
  color: rgb(126 130 153 / 0.9);
}

.text-dark-500\/95 {
  color: rgb(126 130 153 / 0.95);
}

.text-dark-600 {
  --tw-text-opacity: 1;
  color: rgb(94 98 120 / var(--tw-text-opacity, 1));
}

.text-dark-600\/0 {
  color: rgb(94 98 120 / 0);
}

.text-dark-600\/10 {
  color: rgb(94 98 120 / 0.1);
}

.text-dark-600\/100 {
  color: rgb(94 98 120 / 1);
}

.text-dark-600\/15 {
  color: rgb(94 98 120 / 0.15);
}

.text-dark-600\/20 {
  color: rgb(94 98 120 / 0.2);
}

.text-dark-600\/25 {
  color: rgb(94 98 120 / 0.25);
}

.text-dark-600\/30 {
  color: rgb(94 98 120 / 0.3);
}

.text-dark-600\/35 {
  color: rgb(94 98 120 / 0.35);
}

.text-dark-600\/40 {
  color: rgb(94 98 120 / 0.4);
}

.text-dark-600\/45 {
  color: rgb(94 98 120 / 0.45);
}

.text-dark-600\/5 {
  color: rgb(94 98 120 / 0.05);
}

.text-dark-600\/50 {
  color: rgb(94 98 120 / 0.5);
}

.text-dark-600\/55 {
  color: rgb(94 98 120 / 0.55);
}

.text-dark-600\/60 {
  color: rgb(94 98 120 / 0.6);
}

.text-dark-600\/65 {
  color: rgb(94 98 120 / 0.65);
}

.text-dark-600\/70 {
  color: rgb(94 98 120 / 0.7);
}

.text-dark-600\/75 {
  color: rgb(94 98 120 / 0.75);
}

.text-dark-600\/80 {
  color: rgb(94 98 120 / 0.8);
}

.text-dark-600\/85 {
  color: rgb(94 98 120 / 0.85);
}

.text-dark-600\/90 {
  color: rgb(94 98 120 / 0.9);
}

.text-dark-600\/95 {
  color: rgb(94 98 120 / 0.95);
}

.text-dark-700 {
  --tw-text-opacity: 1;
  color: rgb(63 66 84 / var(--tw-text-opacity, 1));
}

.text-dark-700\/0 {
  color: rgb(63 66 84 / 0);
}

.text-dark-700\/10 {
  color: rgb(63 66 84 / 0.1);
}

.text-dark-700\/100 {
  color: rgb(63 66 84 / 1);
}

.text-dark-700\/15 {
  color: rgb(63 66 84 / 0.15);
}

.text-dark-700\/20 {
  color: rgb(63 66 84 / 0.2);
}

.text-dark-700\/25 {
  color: rgb(63 66 84 / 0.25);
}

.text-dark-700\/30 {
  color: rgb(63 66 84 / 0.3);
}

.text-dark-700\/35 {
  color: rgb(63 66 84 / 0.35);
}

.text-dark-700\/40 {
  color: rgb(63 66 84 / 0.4);
}

.text-dark-700\/45 {
  color: rgb(63 66 84 / 0.45);
}

.text-dark-700\/5 {
  color: rgb(63 66 84 / 0.05);
}

.text-dark-700\/50 {
  color: rgb(63 66 84 / 0.5);
}

.text-dark-700\/55 {
  color: rgb(63 66 84 / 0.55);
}

.text-dark-700\/60 {
  color: rgb(63 66 84 / 0.6);
}

.text-dark-700\/65 {
  color: rgb(63 66 84 / 0.65);
}

.text-dark-700\/70 {
  color: rgb(63 66 84 / 0.7);
}

.text-dark-700\/75 {
  color: rgb(63 66 84 / 0.75);
}

.text-dark-700\/80 {
  color: rgb(63 66 84 / 0.8);
}

.text-dark-700\/85 {
  color: rgb(63 66 84 / 0.85);
}

.text-dark-700\/90 {
  color: rgb(63 66 84 / 0.9);
}

.text-dark-700\/95 {
  color: rgb(63 66 84 / 0.95);
}

.text-dark-800 {
  --tw-text-opacity: 1;
  color: rgb(24 28 50 / var(--tw-text-opacity, 1));
}

.text-dark-800\/0 {
  color: rgb(24 28 50 / 0);
}

.text-dark-800\/10 {
  color: rgb(24 28 50 / 0.1);
}

.text-dark-800\/100 {
  color: rgb(24 28 50 / 1);
}

.text-dark-800\/15 {
  color: rgb(24 28 50 / 0.15);
}

.text-dark-800\/20 {
  color: rgb(24 28 50 / 0.2);
}

.text-dark-800\/25 {
  color: rgb(24 28 50 / 0.25);
}

.text-dark-800\/30 {
  color: rgb(24 28 50 / 0.3);
}

.text-dark-800\/35 {
  color: rgb(24 28 50 / 0.35);
}

.text-dark-800\/40 {
  color: rgb(24 28 50 / 0.4);
}

.text-dark-800\/45 {
  color: rgb(24 28 50 / 0.45);
}

.text-dark-800\/5 {
  color: rgb(24 28 50 / 0.05);
}

.text-dark-800\/50 {
  color: rgb(24 28 50 / 0.5);
}

.text-dark-800\/55 {
  color: rgb(24 28 50 / 0.55);
}

.text-dark-800\/60 {
  color: rgb(24 28 50 / 0.6);
}

.text-dark-800\/65 {
  color: rgb(24 28 50 / 0.65);
}

.text-dark-800\/70 {
  color: rgb(24 28 50 / 0.7);
}

.text-dark-800\/75 {
  color: rgb(24 28 50 / 0.75);
}

.text-dark-800\/80 {
  color: rgb(24 28 50 / 0.8);
}

.text-dark-800\/85 {
  color: rgb(24 28 50 / 0.85);
}

.text-dark-800\/90 {
  color: rgb(24 28 50 / 0.9);
}

.text-dark-800\/95 {
  color: rgb(24 28 50 / 0.95);
}

.text-dark-900 {
  --tw-text-opacity: 1;
  color: rgb(13 15 26 / var(--tw-text-opacity, 1));
}

.text-dark-900\/0 {
  color: rgb(13 15 26 / 0);
}

.text-dark-900\/10 {
  color: rgb(13 15 26 / 0.1);
}

.text-dark-900\/100 {
  color: rgb(13 15 26 / 1);
}

.text-dark-900\/15 {
  color: rgb(13 15 26 / 0.15);
}

.text-dark-900\/20 {
  color: rgb(13 15 26 / 0.2);
}

.text-dark-900\/25 {
  color: rgb(13 15 26 / 0.25);
}

.text-dark-900\/30 {
  color: rgb(13 15 26 / 0.3);
}

.text-dark-900\/35 {
  color: rgb(13 15 26 / 0.35);
}

.text-dark-900\/40 {
  color: rgb(13 15 26 / 0.4);
}

.text-dark-900\/45 {
  color: rgb(13 15 26 / 0.45);
}

.text-dark-900\/5 {
  color: rgb(13 15 26 / 0.05);
}

.text-dark-900\/50 {
  color: rgb(13 15 26 / 0.5);
}

.text-dark-900\/55 {
  color: rgb(13 15 26 / 0.55);
}

.text-dark-900\/60 {
  color: rgb(13 15 26 / 0.6);
}

.text-dark-900\/65 {
  color: rgb(13 15 26 / 0.65);
}

.text-dark-900\/70 {
  color: rgb(13 15 26 / 0.7);
}

.text-dark-900\/75 {
  color: rgb(13 15 26 / 0.75);
}

.text-dark-900\/80 {
  color: rgb(13 15 26 / 0.8);
}

.text-dark-900\/85 {
  color: rgb(13 15 26 / 0.85);
}

.text-dark-900\/90 {
  color: rgb(13 15 26 / 0.9);
}

.text-dark-900\/95 {
  color: rgb(13 15 26 / 0.95);
}

.text-dark\/0 {
  color: rgb(24 28 50 / 0);
}

.text-dark\/10 {
  color: rgb(24 28 50 / 0.1);
}

.text-dark\/100 {
  color: rgb(24 28 50 / 1);
}

.text-dark\/15 {
  color: rgb(24 28 50 / 0.15);
}

.text-dark\/20 {
  color: rgb(24 28 50 / 0.2);
}

.text-dark\/25 {
  color: rgb(24 28 50 / 0.25);
}

.text-dark\/30 {
  color: rgb(24 28 50 / 0.3);
}

.text-dark\/35 {
  color: rgb(24 28 50 / 0.35);
}

.text-dark\/40 {
  color: rgb(24 28 50 / 0.4);
}

.text-dark\/45 {
  color: rgb(24 28 50 / 0.45);
}

.text-dark\/5 {
  color: rgb(24 28 50 / 0.05);
}

.text-dark\/50 {
  color: rgb(24 28 50 / 0.5);
}

.text-dark\/55 {
  color: rgb(24 28 50 / 0.55);
}

.text-dark\/60 {
  color: rgb(24 28 50 / 0.6);
}

.text-dark\/65 {
  color: rgb(24 28 50 / 0.65);
}

.text-dark\/70 {
  color: rgb(24 28 50 / 0.7);
}

.text-dark\/75 {
  color: rgb(24 28 50 / 0.75);
}

.text-dark\/80 {
  color: rgb(24 28 50 / 0.8);
}

.text-dark\/85 {
  color: rgb(24 28 50 / 0.85);
}

.text-dark\/90 {
  color: rgb(24 28 50 / 0.9);
}

.text-dark\/95 {
  color: rgb(24 28 50 / 0.95);
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-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-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-info {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-info-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-info-100\/0 {
  color: rgb(219 234 254 / 0);
}

.text-info-100\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-info-100\/100 {
  color: rgb(219 234 254 / 1);
}

.text-info-100\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-info-100\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-info-100\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-info-100\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-info-100\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-info-100\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-info-100\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-info-100\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-info-100\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-info-100\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-info-100\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-info-100\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-info-100\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-info-100\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-info-100\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-info-100\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-info-100\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-info-100\/95 {
  color: rgb(219 234 254 / 0.95);
}

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

.text-info-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-info-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-info-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-info-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-info-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-info-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-info-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-info-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-info-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-info-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-info-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-info-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-info-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-info-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-info-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-info-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-info-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-info-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-info-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-info-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-info-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

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

.text-info-300\/0 {
  color: rgb(147 197 253 / 0);
}

.text-info-300\/10 {
  color: rgb(147 197 253 / 0.1);
}

.text-info-300\/100 {
  color: rgb(147 197 253 / 1);
}

.text-info-300\/15 {
  color: rgb(147 197 253 / 0.15);
}

.text-info-300\/20 {
  color: rgb(147 197 253 / 0.2);
}

.text-info-300\/25 {
  color: rgb(147 197 253 / 0.25);
}

.text-info-300\/30 {
  color: rgb(147 197 253 / 0.3);
}

.text-info-300\/35 {
  color: rgb(147 197 253 / 0.35);
}

.text-info-300\/40 {
  color: rgb(147 197 253 / 0.4);
}

.text-info-300\/45 {
  color: rgb(147 197 253 / 0.45);
}

.text-info-300\/5 {
  color: rgb(147 197 253 / 0.05);
}

.text-info-300\/50 {
  color: rgb(147 197 253 / 0.5);
}

.text-info-300\/55 {
  color: rgb(147 197 253 / 0.55);
}

.text-info-300\/60 {
  color: rgb(147 197 253 / 0.6);
}

.text-info-300\/65 {
  color: rgb(147 197 253 / 0.65);
}

.text-info-300\/70 {
  color: rgb(147 197 253 / 0.7);
}

.text-info-300\/75 {
  color: rgb(147 197 253 / 0.75);
}

.text-info-300\/80 {
  color: rgb(147 197 253 / 0.8);
}

.text-info-300\/85 {
  color: rgb(147 197 253 / 0.85);
}

.text-info-300\/90 {
  color: rgb(147 197 253 / 0.9);
}

.text-info-300\/95 {
  color: rgb(147 197 253 / 0.95);
}

.text-info-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-info-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-info-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-info-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-info-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-info-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-info-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-info-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-info-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-info-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-info-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-info-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-info-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-info-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-info-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-info-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-info-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-info-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-info-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-info-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-info-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-info-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

.text-info-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.text-info-50\/0 {
  color: rgb(239 246 255 / 0);
}

.text-info-50\/10 {
  color: rgb(239 246 255 / 0.1);
}

.text-info-50\/100 {
  color: rgb(239 246 255 / 1);
}

.text-info-50\/15 {
  color: rgb(239 246 255 / 0.15);
}

.text-info-50\/20 {
  color: rgb(239 246 255 / 0.2);
}

.text-info-50\/25 {
  color: rgb(239 246 255 / 0.25);
}

.text-info-50\/30 {
  color: rgb(239 246 255 / 0.3);
}

.text-info-50\/35 {
  color: rgb(239 246 255 / 0.35);
}

.text-info-50\/40 {
  color: rgb(239 246 255 / 0.4);
}

.text-info-50\/45 {
  color: rgb(239 246 255 / 0.45);
}

.text-info-50\/5 {
  color: rgb(239 246 255 / 0.05);
}

.text-info-50\/50 {
  color: rgb(239 246 255 / 0.5);
}

.text-info-50\/55 {
  color: rgb(239 246 255 / 0.55);
}

.text-info-50\/60 {
  color: rgb(239 246 255 / 0.6);
}

.text-info-50\/65 {
  color: rgb(239 246 255 / 0.65);
}

.text-info-50\/70 {
  color: rgb(239 246 255 / 0.7);
}

.text-info-50\/75 {
  color: rgb(239 246 255 / 0.75);
}

.text-info-50\/80 {
  color: rgb(239 246 255 / 0.8);
}

.text-info-50\/85 {
  color: rgb(239 246 255 / 0.85);
}

.text-info-50\/90 {
  color: rgb(239 246 255 / 0.9);
}

.text-info-50\/95 {
  color: rgb(239 246 255 / 0.95);
}

.text-info-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-info-500\/0 {
  color: rgb(59 130 246 / 0);
}

.text-info-500\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-info-500\/100 {
  color: rgb(59 130 246 / 1);
}

.text-info-500\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-info-500\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-info-500\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-info-500\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-info-500\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-info-500\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-info-500\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-info-500\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-info-500\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-info-500\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-info-500\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-info-500\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-info-500\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-info-500\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-info-500\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-info-500\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-info-500\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-info-500\/95 {
  color: rgb(59 130 246 / 0.95);
}

.text-info-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-info-600\/0 {
  color: rgb(37 99 235 / 0);
}

.text-info-600\/10 {
  color: rgb(37 99 235 / 0.1);
}

.text-info-600\/100 {
  color: rgb(37 99 235 / 1);
}

.text-info-600\/15 {
  color: rgb(37 99 235 / 0.15);
}

.text-info-600\/20 {
  color: rgb(37 99 235 / 0.2);
}

.text-info-600\/25 {
  color: rgb(37 99 235 / 0.25);
}

.text-info-600\/30 {
  color: rgb(37 99 235 / 0.3);
}

.text-info-600\/35 {
  color: rgb(37 99 235 / 0.35);
}

.text-info-600\/40 {
  color: rgb(37 99 235 / 0.4);
}

.text-info-600\/45 {
  color: rgb(37 99 235 / 0.45);
}

.text-info-600\/5 {
  color: rgb(37 99 235 / 0.05);
}

.text-info-600\/50 {
  color: rgb(37 99 235 / 0.5);
}

.text-info-600\/55 {
  color: rgb(37 99 235 / 0.55);
}

.text-info-600\/60 {
  color: rgb(37 99 235 / 0.6);
}

.text-info-600\/65 {
  color: rgb(37 99 235 / 0.65);
}

.text-info-600\/70 {
  color: rgb(37 99 235 / 0.7);
}

.text-info-600\/75 {
  color: rgb(37 99 235 / 0.75);
}

.text-info-600\/80 {
  color: rgb(37 99 235 / 0.8);
}

.text-info-600\/85 {
  color: rgb(37 99 235 / 0.85);
}

.text-info-600\/90 {
  color: rgb(37 99 235 / 0.9);
}

.text-info-600\/95 {
  color: rgb(37 99 235 / 0.95);
}

.text-info-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-info-700\/0 {
  color: rgb(29 78 216 / 0);
}

.text-info-700\/10 {
  color: rgb(29 78 216 / 0.1);
}

.text-info-700\/100 {
  color: rgb(29 78 216 / 1);
}

.text-info-700\/15 {
  color: rgb(29 78 216 / 0.15);
}

.text-info-700\/20 {
  color: rgb(29 78 216 / 0.2);
}

.text-info-700\/25 {
  color: rgb(29 78 216 / 0.25);
}

.text-info-700\/30 {
  color: rgb(29 78 216 / 0.3);
}

.text-info-700\/35 {
  color: rgb(29 78 216 / 0.35);
}

.text-info-700\/40 {
  color: rgb(29 78 216 / 0.4);
}

.text-info-700\/45 {
  color: rgb(29 78 216 / 0.45);
}

.text-info-700\/5 {
  color: rgb(29 78 216 / 0.05);
}

.text-info-700\/50 {
  color: rgb(29 78 216 / 0.5);
}

.text-info-700\/55 {
  color: rgb(29 78 216 / 0.55);
}

.text-info-700\/60 {
  color: rgb(29 78 216 / 0.6);
}

.text-info-700\/65 {
  color: rgb(29 78 216 / 0.65);
}

.text-info-700\/70 {
  color: rgb(29 78 216 / 0.7);
}

.text-info-700\/75 {
  color: rgb(29 78 216 / 0.75);
}

.text-info-700\/80 {
  color: rgb(29 78 216 / 0.8);
}

.text-info-700\/85 {
  color: rgb(29 78 216 / 0.85);
}

.text-info-700\/90 {
  color: rgb(29 78 216 / 0.9);
}

.text-info-700\/95 {
  color: rgb(29 78 216 / 0.95);
}

.text-info-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-info-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-info-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-info-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-info-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-info-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-info-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-info-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-info-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-info-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-info-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-info-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-info-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-info-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-info-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-info-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-info-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-info-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-info-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-info-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-info-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-info-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-info-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-info-900\/0 {
  color: rgb(30 58 138 / 0);
}

.text-info-900\/10 {
  color: rgb(30 58 138 / 0.1);
}

.text-info-900\/100 {
  color: rgb(30 58 138 / 1);
}

.text-info-900\/15 {
  color: rgb(30 58 138 / 0.15);
}

.text-info-900\/20 {
  color: rgb(30 58 138 / 0.2);
}

.text-info-900\/25 {
  color: rgb(30 58 138 / 0.25);
}

.text-info-900\/30 {
  color: rgb(30 58 138 / 0.3);
}

.text-info-900\/35 {
  color: rgb(30 58 138 / 0.35);
}

.text-info-900\/40 {
  color: rgb(30 58 138 / 0.4);
}

.text-info-900\/45 {
  color: rgb(30 58 138 / 0.45);
}

.text-info-900\/5 {
  color: rgb(30 58 138 / 0.05);
}

.text-info-900\/50 {
  color: rgb(30 58 138 / 0.5);
}

.text-info-900\/55 {
  color: rgb(30 58 138 / 0.55);
}

.text-info-900\/60 {
  color: rgb(30 58 138 / 0.6);
}

.text-info-900\/65 {
  color: rgb(30 58 138 / 0.65);
}

.text-info-900\/70 {
  color: rgb(30 58 138 / 0.7);
}

.text-info-900\/75 {
  color: rgb(30 58 138 / 0.75);
}

.text-info-900\/80 {
  color: rgb(30 58 138 / 0.8);
}

.text-info-900\/85 {
  color: rgb(30 58 138 / 0.85);
}

.text-info-900\/90 {
  color: rgb(30 58 138 / 0.9);
}

.text-info-900\/95 {
  color: rgb(30 58 138 / 0.95);
}

.text-info-dark {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-info-dark\/0 {
  color: rgb(29 78 216 / 0);
}

.text-info-dark\/10 {
  color: rgb(29 78 216 / 0.1);
}

.text-info-dark\/100 {
  color: rgb(29 78 216 / 1);
}

.text-info-dark\/15 {
  color: rgb(29 78 216 / 0.15);
}

.text-info-dark\/20 {
  color: rgb(29 78 216 / 0.2);
}

.text-info-dark\/25 {
  color: rgb(29 78 216 / 0.25);
}

.text-info-dark\/30 {
  color: rgb(29 78 216 / 0.3);
}

.text-info-dark\/35 {
  color: rgb(29 78 216 / 0.35);
}

.text-info-dark\/40 {
  color: rgb(29 78 216 / 0.4);
}

.text-info-dark\/45 {
  color: rgb(29 78 216 / 0.45);
}

.text-info-dark\/5 {
  color: rgb(29 78 216 / 0.05);
}

.text-info-dark\/50 {
  color: rgb(29 78 216 / 0.5);
}

.text-info-dark\/55 {
  color: rgb(29 78 216 / 0.55);
}

.text-info-dark\/60 {
  color: rgb(29 78 216 / 0.6);
}

.text-info-dark\/65 {
  color: rgb(29 78 216 / 0.65);
}

.text-info-dark\/70 {
  color: rgb(29 78 216 / 0.7);
}

.text-info-dark\/75 {
  color: rgb(29 78 216 / 0.75);
}

.text-info-dark\/80 {
  color: rgb(29 78 216 / 0.8);
}

.text-info-dark\/85 {
  color: rgb(29 78 216 / 0.85);
}

.text-info-dark\/90 {
  color: rgb(29 78 216 / 0.9);
}

.text-info-dark\/95 {
  color: rgb(29 78 216 / 0.95);
}

.text-info-light {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-info-light\/0 {
  color: rgb(219 234 254 / 0);
}

.text-info-light\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-info-light\/100 {
  color: rgb(219 234 254 / 1);
}

.text-info-light\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-info-light\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-info-light\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-info-light\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-info-light\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-info-light\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-info-light\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-info-light\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-info-light\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-info-light\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-info-light\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-info-light\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-info-light\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-info-light\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-info-light\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-info-light\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-info-light\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-info-light\/95 {
  color: rgb(219 234 254 / 0.95);
}

.text-info\/0 {
  color: rgb(59 130 246 / 0);
}

.text-info\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-info\/100 {
  color: rgb(59 130 246 / 1);
}

.text-info\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-info\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-info\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-info\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-info\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-info\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-info\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-info\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-info\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-info\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-info\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-info\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-info\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-info\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-info\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-info\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-info\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-info\/95 {
  color: rgb(59 130 246 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 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-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(179 229 236 / var(--tw-text-opacity, 1));
}

.text-primary-100\/0 {
  color: rgb(179 229 236 / 0);
}

.text-primary-100\/10 {
  color: rgb(179 229 236 / 0.1);
}

.text-primary-100\/100 {
  color: rgb(179 229 236 / 1);
}

.text-primary-100\/15 {
  color: rgb(179 229 236 / 0.15);
}

.text-primary-100\/20 {
  color: rgb(179 229 236 / 0.2);
}

.text-primary-100\/25 {
  color: rgb(179 229 236 / 0.25);
}

.text-primary-100\/30 {
  color: rgb(179 229 236 / 0.3);
}

.text-primary-100\/35 {
  color: rgb(179 229 236 / 0.35);
}

.text-primary-100\/40 {
  color: rgb(179 229 236 / 0.4);
}

.text-primary-100\/45 {
  color: rgb(179 229 236 / 0.45);
}

.text-primary-100\/5 {
  color: rgb(179 229 236 / 0.05);
}

.text-primary-100\/50 {
  color: rgb(179 229 236 / 0.5);
}

.text-primary-100\/55 {
  color: rgb(179 229 236 / 0.55);
}

.text-primary-100\/60 {
  color: rgb(179 229 236 / 0.6);
}

.text-primary-100\/65 {
  color: rgb(179 229 236 / 0.65);
}

.text-primary-100\/70 {
  color: rgb(179 229 236 / 0.7);
}

.text-primary-100\/75 {
  color: rgb(179 229 236 / 0.75);
}

.text-primary-100\/80 {
  color: rgb(179 229 236 / 0.8);
}

.text-primary-100\/85 {
  color: rgb(179 229 236 / 0.85);
}

.text-primary-100\/90 {
  color: rgb(179 229 236 / 0.9);
}

.text-primary-100\/95 {
  color: rgb(179 229 236 / 0.95);
}

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(128 211 223 / var(--tw-text-opacity, 1));
}

.text-primary-200\/0 {
  color: rgb(128 211 223 / 0);
}

.text-primary-200\/10 {
  color: rgb(128 211 223 / 0.1);
}

.text-primary-200\/100 {
  color: rgb(128 211 223 / 1);
}

.text-primary-200\/15 {
  color: rgb(128 211 223 / 0.15);
}

.text-primary-200\/20 {
  color: rgb(128 211 223 / 0.2);
}

.text-primary-200\/25 {
  color: rgb(128 211 223 / 0.25);
}

.text-primary-200\/30 {
  color: rgb(128 211 223 / 0.3);
}

.text-primary-200\/35 {
  color: rgb(128 211 223 / 0.35);
}

.text-primary-200\/40 {
  color: rgb(128 211 223 / 0.4);
}

.text-primary-200\/45 {
  color: rgb(128 211 223 / 0.45);
}

.text-primary-200\/5 {
  color: rgb(128 211 223 / 0.05);
}

.text-primary-200\/50 {
  color: rgb(128 211 223 / 0.5);
}

.text-primary-200\/55 {
  color: rgb(128 211 223 / 0.55);
}

.text-primary-200\/60 {
  color: rgb(128 211 223 / 0.6);
}

.text-primary-200\/65 {
  color: rgb(128 211 223 / 0.65);
}

.text-primary-200\/70 {
  color: rgb(128 211 223 / 0.7);
}

.text-primary-200\/75 {
  color: rgb(128 211 223 / 0.75);
}

.text-primary-200\/80 {
  color: rgb(128 211 223 / 0.8);
}

.text-primary-200\/85 {
  color: rgb(128 211 223 / 0.85);
}

.text-primary-200\/90 {
  color: rgb(128 211 223 / 0.9);
}

.text-primary-200\/95 {
  color: rgb(128 211 223 / 0.95);
}

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(77 193 210 / var(--tw-text-opacity, 1));
}

.text-primary-300\/0 {
  color: rgb(77 193 210 / 0);
}

.text-primary-300\/10 {
  color: rgb(77 193 210 / 0.1);
}

.text-primary-300\/100 {
  color: rgb(77 193 210 / 1);
}

.text-primary-300\/15 {
  color: rgb(77 193 210 / 0.15);
}

.text-primary-300\/20 {
  color: rgb(77 193 210 / 0.2);
}

.text-primary-300\/25 {
  color: rgb(77 193 210 / 0.25);
}

.text-primary-300\/30 {
  color: rgb(77 193 210 / 0.3);
}

.text-primary-300\/35 {
  color: rgb(77 193 210 / 0.35);
}

.text-primary-300\/40 {
  color: rgb(77 193 210 / 0.4);
}

.text-primary-300\/45 {
  color: rgb(77 193 210 / 0.45);
}

.text-primary-300\/5 {
  color: rgb(77 193 210 / 0.05);
}

.text-primary-300\/50 {
  color: rgb(77 193 210 / 0.5);
}

.text-primary-300\/55 {
  color: rgb(77 193 210 / 0.55);
}

.text-primary-300\/60 {
  color: rgb(77 193 210 / 0.6);
}

.text-primary-300\/65 {
  color: rgb(77 193 210 / 0.65);
}

.text-primary-300\/70 {
  color: rgb(77 193 210 / 0.7);
}

.text-primary-300\/75 {
  color: rgb(77 193 210 / 0.75);
}

.text-primary-300\/80 {
  color: rgb(77 193 210 / 0.8);
}

.text-primary-300\/85 {
  color: rgb(77 193 210 / 0.85);
}

.text-primary-300\/90 {
  color: rgb(77 193 210 / 0.9);
}

.text-primary-300\/95 {
  color: rgb(77 193 210 / 0.95);
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(26 175 197 / var(--tw-text-opacity, 1));
}

.text-primary-400\/0 {
  color: rgb(26 175 197 / 0);
}

.text-primary-400\/10 {
  color: rgb(26 175 197 / 0.1);
}

.text-primary-400\/100 {
  color: rgb(26 175 197 / 1);
}

.text-primary-400\/15 {
  color: rgb(26 175 197 / 0.15);
}

.text-primary-400\/20 {
  color: rgb(26 175 197 / 0.2);
}

.text-primary-400\/25 {
  color: rgb(26 175 197 / 0.25);
}

.text-primary-400\/30 {
  color: rgb(26 175 197 / 0.3);
}

.text-primary-400\/35 {
  color: rgb(26 175 197 / 0.35);
}

.text-primary-400\/40 {
  color: rgb(26 175 197 / 0.4);
}

.text-primary-400\/45 {
  color: rgb(26 175 197 / 0.45);
}

.text-primary-400\/5 {
  color: rgb(26 175 197 / 0.05);
}

.text-primary-400\/50 {
  color: rgb(26 175 197 / 0.5);
}

.text-primary-400\/55 {
  color: rgb(26 175 197 / 0.55);
}

.text-primary-400\/60 {
  color: rgb(26 175 197 / 0.6);
}

.text-primary-400\/65 {
  color: rgb(26 175 197 / 0.65);
}

.text-primary-400\/70 {
  color: rgb(26 175 197 / 0.7);
}

.text-primary-400\/75 {
  color: rgb(26 175 197 / 0.75);
}

.text-primary-400\/80 {
  color: rgb(26 175 197 / 0.8);
}

.text-primary-400\/85 {
  color: rgb(26 175 197 / 0.85);
}

.text-primary-400\/90 {
  color: rgb(26 175 197 / 0.9);
}

.text-primary-400\/95 {
  color: rgb(26 175 197 / 0.95);
}

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(230 247 249 / var(--tw-text-opacity, 1));
}

.text-primary-50\/0 {
  color: rgb(230 247 249 / 0);
}

.text-primary-50\/10 {
  color: rgb(230 247 249 / 0.1);
}

.text-primary-50\/100 {
  color: rgb(230 247 249 / 1);
}

.text-primary-50\/15 {
  color: rgb(230 247 249 / 0.15);
}

.text-primary-50\/20 {
  color: rgb(230 247 249 / 0.2);
}

.text-primary-50\/25 {
  color: rgb(230 247 249 / 0.25);
}

.text-primary-50\/30 {
  color: rgb(230 247 249 / 0.3);
}

.text-primary-50\/35 {
  color: rgb(230 247 249 / 0.35);
}

.text-primary-50\/40 {
  color: rgb(230 247 249 / 0.4);
}

.text-primary-50\/45 {
  color: rgb(230 247 249 / 0.45);
}

.text-primary-50\/5 {
  color: rgb(230 247 249 / 0.05);
}

.text-primary-50\/50 {
  color: rgb(230 247 249 / 0.5);
}

.text-primary-50\/55 {
  color: rgb(230 247 249 / 0.55);
}

.text-primary-50\/60 {
  color: rgb(230 247 249 / 0.6);
}

.text-primary-50\/65 {
  color: rgb(230 247 249 / 0.65);
}

.text-primary-50\/70 {
  color: rgb(230 247 249 / 0.7);
}

.text-primary-50\/75 {
  color: rgb(230 247 249 / 0.75);
}

.text-primary-50\/80 {
  color: rgb(230 247 249 / 0.8);
}

.text-primary-50\/85 {
  color: rgb(230 247 249 / 0.85);
}

.text-primary-50\/90 {
  color: rgb(230 247 249 / 0.9);
}

.text-primary-50\/95 {
  color: rgb(230 247 249 / 0.95);
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.text-primary-500\/0 {
  color: rgb(25 141 168 / 0);
}

.text-primary-500\/10 {
  color: rgb(25 141 168 / 0.1);
}

.text-primary-500\/100 {
  color: rgb(25 141 168 / 1);
}

.text-primary-500\/15 {
  color: rgb(25 141 168 / 0.15);
}

.text-primary-500\/20 {
  color: rgb(25 141 168 / 0.2);
}

.text-primary-500\/25 {
  color: rgb(25 141 168 / 0.25);
}

.text-primary-500\/30 {
  color: rgb(25 141 168 / 0.3);
}

.text-primary-500\/35 {
  color: rgb(25 141 168 / 0.35);
}

.text-primary-500\/40 {
  color: rgb(25 141 168 / 0.4);
}

.text-primary-500\/45 {
  color: rgb(25 141 168 / 0.45);
}

.text-primary-500\/5 {
  color: rgb(25 141 168 / 0.05);
}

.text-primary-500\/50 {
  color: rgb(25 141 168 / 0.5);
}

.text-primary-500\/55 {
  color: rgb(25 141 168 / 0.55);
}

.text-primary-500\/60 {
  color: rgb(25 141 168 / 0.6);
}

.text-primary-500\/65 {
  color: rgb(25 141 168 / 0.65);
}

.text-primary-500\/70 {
  color: rgb(25 141 168 / 0.7);
}

.text-primary-500\/75 {
  color: rgb(25 141 168 / 0.75);
}

.text-primary-500\/80 {
  color: rgb(25 141 168 / 0.8);
}

.text-primary-500\/85 {
  color: rgb(25 141 168 / 0.85);
}

.text-primary-500\/90 {
  color: rgb(25 141 168 / 0.9);
}

.text-primary-500\/95 {
  color: rgb(25 141 168 / 0.95);
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(20 113 136 / var(--tw-text-opacity, 1));
}

.text-primary-600\/0 {
  color: rgb(20 113 136 / 0);
}

.text-primary-600\/10 {
  color: rgb(20 113 136 / 0.1);
}

.text-primary-600\/100 {
  color: rgb(20 113 136 / 1);
}

.text-primary-600\/15 {
  color: rgb(20 113 136 / 0.15);
}

.text-primary-600\/20 {
  color: rgb(20 113 136 / 0.2);
}

.text-primary-600\/25 {
  color: rgb(20 113 136 / 0.25);
}

.text-primary-600\/30 {
  color: rgb(20 113 136 / 0.3);
}

.text-primary-600\/35 {
  color: rgb(20 113 136 / 0.35);
}

.text-primary-600\/40 {
  color: rgb(20 113 136 / 0.4);
}

.text-primary-600\/45 {
  color: rgb(20 113 136 / 0.45);
}

.text-primary-600\/5 {
  color: rgb(20 113 136 / 0.05);
}

.text-primary-600\/50 {
  color: rgb(20 113 136 / 0.5);
}

.text-primary-600\/55 {
  color: rgb(20 113 136 / 0.55);
}

.text-primary-600\/60 {
  color: rgb(20 113 136 / 0.6);
}

.text-primary-600\/65 {
  color: rgb(20 113 136 / 0.65);
}

.text-primary-600\/70 {
  color: rgb(20 113 136 / 0.7);
}

.text-primary-600\/75 {
  color: rgb(20 113 136 / 0.75);
}

.text-primary-600\/80 {
  color: rgb(20 113 136 / 0.8);
}

.text-primary-600\/85 {
  color: rgb(20 113 136 / 0.85);
}

.text-primary-600\/90 {
  color: rgb(20 113 136 / 0.9);
}

.text-primary-600\/95 {
  color: rgb(20 113 136 / 0.95);
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(15 85 104 / var(--tw-text-opacity, 1));
}

.text-primary-700\/0 {
  color: rgb(15 85 104 / 0);
}

.text-primary-700\/10 {
  color: rgb(15 85 104 / 0.1);
}

.text-primary-700\/100 {
  color: rgb(15 85 104 / 1);
}

.text-primary-700\/15 {
  color: rgb(15 85 104 / 0.15);
}

.text-primary-700\/20 {
  color: rgb(15 85 104 / 0.2);
}

.text-primary-700\/25 {
  color: rgb(15 85 104 / 0.25);
}

.text-primary-700\/30 {
  color: rgb(15 85 104 / 0.3);
}

.text-primary-700\/35 {
  color: rgb(15 85 104 / 0.35);
}

.text-primary-700\/40 {
  color: rgb(15 85 104 / 0.4);
}

.text-primary-700\/45 {
  color: rgb(15 85 104 / 0.45);
}

.text-primary-700\/5 {
  color: rgb(15 85 104 / 0.05);
}

.text-primary-700\/50 {
  color: rgb(15 85 104 / 0.5);
}

.text-primary-700\/55 {
  color: rgb(15 85 104 / 0.55);
}

.text-primary-700\/60 {
  color: rgb(15 85 104 / 0.6);
}

.text-primary-700\/65 {
  color: rgb(15 85 104 / 0.65);
}

.text-primary-700\/70 {
  color: rgb(15 85 104 / 0.7);
}

.text-primary-700\/75 {
  color: rgb(15 85 104 / 0.75);
}

.text-primary-700\/80 {
  color: rgb(15 85 104 / 0.8);
}

.text-primary-700\/85 {
  color: rgb(15 85 104 / 0.85);
}

.text-primary-700\/90 {
  color: rgb(15 85 104 / 0.9);
}

.text-primary-700\/95 {
  color: rgb(15 85 104 / 0.95);
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(10 57 72 / var(--tw-text-opacity, 1));
}

.text-primary-800\/0 {
  color: rgb(10 57 72 / 0);
}

.text-primary-800\/10 {
  color: rgb(10 57 72 / 0.1);
}

.text-primary-800\/100 {
  color: rgb(10 57 72 / 1);
}

.text-primary-800\/15 {
  color: rgb(10 57 72 / 0.15);
}

.text-primary-800\/20 {
  color: rgb(10 57 72 / 0.2);
}

.text-primary-800\/25 {
  color: rgb(10 57 72 / 0.25);
}

.text-primary-800\/30 {
  color: rgb(10 57 72 / 0.3);
}

.text-primary-800\/35 {
  color: rgb(10 57 72 / 0.35);
}

.text-primary-800\/40 {
  color: rgb(10 57 72 / 0.4);
}

.text-primary-800\/45 {
  color: rgb(10 57 72 / 0.45);
}

.text-primary-800\/5 {
  color: rgb(10 57 72 / 0.05);
}

.text-primary-800\/50 {
  color: rgb(10 57 72 / 0.5);
}

.text-primary-800\/55 {
  color: rgb(10 57 72 / 0.55);
}

.text-primary-800\/60 {
  color: rgb(10 57 72 / 0.6);
}

.text-primary-800\/65 {
  color: rgb(10 57 72 / 0.65);
}

.text-primary-800\/70 {
  color: rgb(10 57 72 / 0.7);
}

.text-primary-800\/75 {
  color: rgb(10 57 72 / 0.75);
}

.text-primary-800\/80 {
  color: rgb(10 57 72 / 0.8);
}

.text-primary-800\/85 {
  color: rgb(10 57 72 / 0.85);
}

.text-primary-800\/90 {
  color: rgb(10 57 72 / 0.9);
}

.text-primary-800\/95 {
  color: rgb(10 57 72 / 0.95);
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(5 29 40 / var(--tw-text-opacity, 1));
}

.text-primary-900\/0 {
  color: rgb(5 29 40 / 0);
}

.text-primary-900\/10 {
  color: rgb(5 29 40 / 0.1);
}

.text-primary-900\/100 {
  color: rgb(5 29 40 / 1);
}

.text-primary-900\/15 {
  color: rgb(5 29 40 / 0.15);
}

.text-primary-900\/20 {
  color: rgb(5 29 40 / 0.2);
}

.text-primary-900\/25 {
  color: rgb(5 29 40 / 0.25);
}

.text-primary-900\/30 {
  color: rgb(5 29 40 / 0.3);
}

.text-primary-900\/35 {
  color: rgb(5 29 40 / 0.35);
}

.text-primary-900\/40 {
  color: rgb(5 29 40 / 0.4);
}

.text-primary-900\/45 {
  color: rgb(5 29 40 / 0.45);
}

.text-primary-900\/5 {
  color: rgb(5 29 40 / 0.05);
}

.text-primary-900\/50 {
  color: rgb(5 29 40 / 0.5);
}

.text-primary-900\/55 {
  color: rgb(5 29 40 / 0.55);
}

.text-primary-900\/60 {
  color: rgb(5 29 40 / 0.6);
}

.text-primary-900\/65 {
  color: rgb(5 29 40 / 0.65);
}

.text-primary-900\/70 {
  color: rgb(5 29 40 / 0.7);
}

.text-primary-900\/75 {
  color: rgb(5 29 40 / 0.75);
}

.text-primary-900\/80 {
  color: rgb(5 29 40 / 0.8);
}

.text-primary-900\/85 {
  color: rgb(5 29 40 / 0.85);
}

.text-primary-900\/90 {
  color: rgb(5 29 40 / 0.9);
}

.text-primary-900\/95 {
  color: rgb(5 29 40 / 0.95);
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(15 85 104 / var(--tw-text-opacity, 1));
}

.text-primary-dark\/0 {
  color: rgb(15 85 104 / 0);
}

.text-primary-dark\/10 {
  color: rgb(15 85 104 / 0.1);
}

.text-primary-dark\/100 {
  color: rgb(15 85 104 / 1);
}

.text-primary-dark\/15 {
  color: rgb(15 85 104 / 0.15);
}

.text-primary-dark\/20 {
  color: rgb(15 85 104 / 0.2);
}

.text-primary-dark\/25 {
  color: rgb(15 85 104 / 0.25);
}

.text-primary-dark\/30 {
  color: rgb(15 85 104 / 0.3);
}

.text-primary-dark\/35 {
  color: rgb(15 85 104 / 0.35);
}

.text-primary-dark\/40 {
  color: rgb(15 85 104 / 0.4);
}

.text-primary-dark\/45 {
  color: rgb(15 85 104 / 0.45);
}

.text-primary-dark\/5 {
  color: rgb(15 85 104 / 0.05);
}

.text-primary-dark\/50 {
  color: rgb(15 85 104 / 0.5);
}

.text-primary-dark\/55 {
  color: rgb(15 85 104 / 0.55);
}

.text-primary-dark\/60 {
  color: rgb(15 85 104 / 0.6);
}

.text-primary-dark\/65 {
  color: rgb(15 85 104 / 0.65);
}

.text-primary-dark\/70 {
  color: rgb(15 85 104 / 0.7);
}

.text-primary-dark\/75 {
  color: rgb(15 85 104 / 0.75);
}

.text-primary-dark\/80 {
  color: rgb(15 85 104 / 0.8);
}

.text-primary-dark\/85 {
  color: rgb(15 85 104 / 0.85);
}

.text-primary-dark\/90 {
  color: rgb(15 85 104 / 0.9);
}

.text-primary-dark\/95 {
  color: rgb(15 85 104 / 0.95);
}

.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(230 247 249 / var(--tw-text-opacity, 1));
}

.text-primary-light\/0 {
  color: rgb(230 247 249 / 0);
}

.text-primary-light\/10 {
  color: rgb(230 247 249 / 0.1);
}

.text-primary-light\/100 {
  color: rgb(230 247 249 / 1);
}

.text-primary-light\/15 {
  color: rgb(230 247 249 / 0.15);
}

.text-primary-light\/20 {
  color: rgb(230 247 249 / 0.2);
}

.text-primary-light\/25 {
  color: rgb(230 247 249 / 0.25);
}

.text-primary-light\/30 {
  color: rgb(230 247 249 / 0.3);
}

.text-primary-light\/35 {
  color: rgb(230 247 249 / 0.35);
}

.text-primary-light\/40 {
  color: rgb(230 247 249 / 0.4);
}

.text-primary-light\/45 {
  color: rgb(230 247 249 / 0.45);
}

.text-primary-light\/5 {
  color: rgb(230 247 249 / 0.05);
}

.text-primary-light\/50 {
  color: rgb(230 247 249 / 0.5);
}

.text-primary-light\/55 {
  color: rgb(230 247 249 / 0.55);
}

.text-primary-light\/60 {
  color: rgb(230 247 249 / 0.6);
}

.text-primary-light\/65 {
  color: rgb(230 247 249 / 0.65);
}

.text-primary-light\/70 {
  color: rgb(230 247 249 / 0.7);
}

.text-primary-light\/75 {
  color: rgb(230 247 249 / 0.75);
}

.text-primary-light\/80 {
  color: rgb(230 247 249 / 0.8);
}

.text-primary-light\/85 {
  color: rgb(230 247 249 / 0.85);
}

.text-primary-light\/90 {
  color: rgb(230 247 249 / 0.9);
}

.text-primary-light\/95 {
  color: rgb(230 247 249 / 0.95);
}

.text-primary\/0 {
  color: rgb(25 141 168 / 0);
}

.text-primary\/10 {
  color: rgb(25 141 168 / 0.1);
}

.text-primary\/100 {
  color: rgb(25 141 168 / 1);
}

.text-primary\/15 {
  color: rgb(25 141 168 / 0.15);
}

.text-primary\/20 {
  color: rgb(25 141 168 / 0.2);
}

.text-primary\/25 {
  color: rgb(25 141 168 / 0.25);
}

.text-primary\/30 {
  color: rgb(25 141 168 / 0.3);
}

.text-primary\/35 {
  color: rgb(25 141 168 / 0.35);
}

.text-primary\/40 {
  color: rgb(25 141 168 / 0.4);
}

.text-primary\/45 {
  color: rgb(25 141 168 / 0.45);
}

.text-primary\/5 {
  color: rgb(25 141 168 / 0.05);
}

.text-primary\/50 {
  color: rgb(25 141 168 / 0.5);
}

.text-primary\/55 {
  color: rgb(25 141 168 / 0.55);
}

.text-primary\/60 {
  color: rgb(25 141 168 / 0.6);
}

.text-primary\/65 {
  color: rgb(25 141 168 / 0.65);
}

.text-primary\/70 {
  color: rgb(25 141 168 / 0.7);
}

.text-primary\/75 {
  color: rgb(25 141 168 / 0.75);
}

.text-primary\/80 {
  color: rgb(25 141 168 / 0.8);
}

.text-primary\/85 {
  color: rgb(25 141 168 / 0.85);
}

.text-primary\/90 {
  color: rgb(25 141 168 / 0.9);
}

.text-primary\/95 {
  color: rgb(25 141 168 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-secondary-100\/0 {
  color: rgb(241 245 249 / 0);
}

.text-secondary-100\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-secondary-100\/100 {
  color: rgb(241 245 249 / 1);
}

.text-secondary-100\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-secondary-100\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-secondary-100\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-secondary-100\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-secondary-100\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-secondary-100\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-secondary-100\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-secondary-100\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-secondary-100\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-secondary-100\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-secondary-100\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-secondary-100\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-secondary-100\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-secondary-100\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-secondary-100\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-secondary-100\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-secondary-100\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-secondary-100\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-secondary-200\/0 {
  color: rgb(226 232 240 / 0);
}

.text-secondary-200\/10 {
  color: rgb(226 232 240 / 0.1);
}

.text-secondary-200\/100 {
  color: rgb(226 232 240 / 1);
}

.text-secondary-200\/15 {
  color: rgb(226 232 240 / 0.15);
}

.text-secondary-200\/20 {
  color: rgb(226 232 240 / 0.2);
}

.text-secondary-200\/25 {
  color: rgb(226 232 240 / 0.25);
}

.text-secondary-200\/30 {
  color: rgb(226 232 240 / 0.3);
}

.text-secondary-200\/35 {
  color: rgb(226 232 240 / 0.35);
}

.text-secondary-200\/40 {
  color: rgb(226 232 240 / 0.4);
}

.text-secondary-200\/45 {
  color: rgb(226 232 240 / 0.45);
}

.text-secondary-200\/5 {
  color: rgb(226 232 240 / 0.05);
}

.text-secondary-200\/50 {
  color: rgb(226 232 240 / 0.5);
}

.text-secondary-200\/55 {
  color: rgb(226 232 240 / 0.55);
}

.text-secondary-200\/60 {
  color: rgb(226 232 240 / 0.6);
}

.text-secondary-200\/65 {
  color: rgb(226 232 240 / 0.65);
}

.text-secondary-200\/70 {
  color: rgb(226 232 240 / 0.7);
}

.text-secondary-200\/75 {
  color: rgb(226 232 240 / 0.75);
}

.text-secondary-200\/80 {
  color: rgb(226 232 240 / 0.8);
}

.text-secondary-200\/85 {
  color: rgb(226 232 240 / 0.85);
}

.text-secondary-200\/90 {
  color: rgb(226 232 240 / 0.9);
}

.text-secondary-200\/95 {
  color: rgb(226 232 240 / 0.95);
}

.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-secondary-300\/0 {
  color: rgb(203 213 225 / 0);
}

.text-secondary-300\/10 {
  color: rgb(203 213 225 / 0.1);
}

.text-secondary-300\/100 {
  color: rgb(203 213 225 / 1);
}

.text-secondary-300\/15 {
  color: rgb(203 213 225 / 0.15);
}

.text-secondary-300\/20 {
  color: rgb(203 213 225 / 0.2);
}

.text-secondary-300\/25 {
  color: rgb(203 213 225 / 0.25);
}

.text-secondary-300\/30 {
  color: rgb(203 213 225 / 0.3);
}

.text-secondary-300\/35 {
  color: rgb(203 213 225 / 0.35);
}

.text-secondary-300\/40 {
  color: rgb(203 213 225 / 0.4);
}

.text-secondary-300\/45 {
  color: rgb(203 213 225 / 0.45);
}

.text-secondary-300\/5 {
  color: rgb(203 213 225 / 0.05);
}

.text-secondary-300\/50 {
  color: rgb(203 213 225 / 0.5);
}

.text-secondary-300\/55 {
  color: rgb(203 213 225 / 0.55);
}

.text-secondary-300\/60 {
  color: rgb(203 213 225 / 0.6);
}

.text-secondary-300\/65 {
  color: rgb(203 213 225 / 0.65);
}

.text-secondary-300\/70 {
  color: rgb(203 213 225 / 0.7);
}

.text-secondary-300\/75 {
  color: rgb(203 213 225 / 0.75);
}

.text-secondary-300\/80 {
  color: rgb(203 213 225 / 0.8);
}

.text-secondary-300\/85 {
  color: rgb(203 213 225 / 0.85);
}

.text-secondary-300\/90 {
  color: rgb(203 213 225 / 0.9);
}

.text-secondary-300\/95 {
  color: rgb(203 213 225 / 0.95);
}

.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-secondary-400\/0 {
  color: rgb(148 163 184 / 0);
}

.text-secondary-400\/10 {
  color: rgb(148 163 184 / 0.1);
}

.text-secondary-400\/100 {
  color: rgb(148 163 184 / 1);
}

.text-secondary-400\/15 {
  color: rgb(148 163 184 / 0.15);
}

.text-secondary-400\/20 {
  color: rgb(148 163 184 / 0.2);
}

.text-secondary-400\/25 {
  color: rgb(148 163 184 / 0.25);
}

.text-secondary-400\/30 {
  color: rgb(148 163 184 / 0.3);
}

.text-secondary-400\/35 {
  color: rgb(148 163 184 / 0.35);
}

.text-secondary-400\/40 {
  color: rgb(148 163 184 / 0.4);
}

.text-secondary-400\/45 {
  color: rgb(148 163 184 / 0.45);
}

.text-secondary-400\/5 {
  color: rgb(148 163 184 / 0.05);
}

.text-secondary-400\/50 {
  color: rgb(148 163 184 / 0.5);
}

.text-secondary-400\/55 {
  color: rgb(148 163 184 / 0.55);
}

.text-secondary-400\/60 {
  color: rgb(148 163 184 / 0.6);
}

.text-secondary-400\/65 {
  color: rgb(148 163 184 / 0.65);
}

.text-secondary-400\/70 {
  color: rgb(148 163 184 / 0.7);
}

.text-secondary-400\/75 {
  color: rgb(148 163 184 / 0.75);
}

.text-secondary-400\/80 {
  color: rgb(148 163 184 / 0.8);
}

.text-secondary-400\/85 {
  color: rgb(148 163 184 / 0.85);
}

.text-secondary-400\/90 {
  color: rgb(148 163 184 / 0.9);
}

.text-secondary-400\/95 {
  color: rgb(148 163 184 / 0.95);
}

.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-secondary-50\/0 {
  color: rgb(248 250 252 / 0);
}

.text-secondary-50\/10 {
  color: rgb(248 250 252 / 0.1);
}

.text-secondary-50\/100 {
  color: rgb(248 250 252 / 1);
}

.text-secondary-50\/15 {
  color: rgb(248 250 252 / 0.15);
}

.text-secondary-50\/20 {
  color: rgb(248 250 252 / 0.2);
}

.text-secondary-50\/25 {
  color: rgb(248 250 252 / 0.25);
}

.text-secondary-50\/30 {
  color: rgb(248 250 252 / 0.3);
}

.text-secondary-50\/35 {
  color: rgb(248 250 252 / 0.35);
}

.text-secondary-50\/40 {
  color: rgb(248 250 252 / 0.4);
}

.text-secondary-50\/45 {
  color: rgb(248 250 252 / 0.45);
}

.text-secondary-50\/5 {
  color: rgb(248 250 252 / 0.05);
}

.text-secondary-50\/50 {
  color: rgb(248 250 252 / 0.5);
}

.text-secondary-50\/55 {
  color: rgb(248 250 252 / 0.55);
}

.text-secondary-50\/60 {
  color: rgb(248 250 252 / 0.6);
}

.text-secondary-50\/65 {
  color: rgb(248 250 252 / 0.65);
}

.text-secondary-50\/70 {
  color: rgb(248 250 252 / 0.7);
}

.text-secondary-50\/75 {
  color: rgb(248 250 252 / 0.75);
}

.text-secondary-50\/80 {
  color: rgb(248 250 252 / 0.8);
}

.text-secondary-50\/85 {
  color: rgb(248 250 252 / 0.85);
}

.text-secondary-50\/90 {
  color: rgb(248 250 252 / 0.9);
}

.text-secondary-50\/95 {
  color: rgb(248 250 252 / 0.95);
}

.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-secondary-500\/0 {
  color: rgb(100 116 139 / 0);
}

.text-secondary-500\/10 {
  color: rgb(100 116 139 / 0.1);
}

.text-secondary-500\/100 {
  color: rgb(100 116 139 / 1);
}

.text-secondary-500\/15 {
  color: rgb(100 116 139 / 0.15);
}

.text-secondary-500\/20 {
  color: rgb(100 116 139 / 0.2);
}

.text-secondary-500\/25 {
  color: rgb(100 116 139 / 0.25);
}

.text-secondary-500\/30 {
  color: rgb(100 116 139 / 0.3);
}

.text-secondary-500\/35 {
  color: rgb(100 116 139 / 0.35);
}

.text-secondary-500\/40 {
  color: rgb(100 116 139 / 0.4);
}

.text-secondary-500\/45 {
  color: rgb(100 116 139 / 0.45);
}

.text-secondary-500\/5 {
  color: rgb(100 116 139 / 0.05);
}

.text-secondary-500\/50 {
  color: rgb(100 116 139 / 0.5);
}

.text-secondary-500\/55 {
  color: rgb(100 116 139 / 0.55);
}

.text-secondary-500\/60 {
  color: rgb(100 116 139 / 0.6);
}

.text-secondary-500\/65 {
  color: rgb(100 116 139 / 0.65);
}

.text-secondary-500\/70 {
  color: rgb(100 116 139 / 0.7);
}

.text-secondary-500\/75 {
  color: rgb(100 116 139 / 0.75);
}

.text-secondary-500\/80 {
  color: rgb(100 116 139 / 0.8);
}

.text-secondary-500\/85 {
  color: rgb(100 116 139 / 0.85);
}

.text-secondary-500\/90 {
  color: rgb(100 116 139 / 0.9);
}

.text-secondary-500\/95 {
  color: rgb(100 116 139 / 0.95);
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-secondary-600\/0 {
  color: rgb(71 85 105 / 0);
}

.text-secondary-600\/10 {
  color: rgb(71 85 105 / 0.1);
}

.text-secondary-600\/100 {
  color: rgb(71 85 105 / 1);
}

.text-secondary-600\/15 {
  color: rgb(71 85 105 / 0.15);
}

.text-secondary-600\/20 {
  color: rgb(71 85 105 / 0.2);
}

.text-secondary-600\/25 {
  color: rgb(71 85 105 / 0.25);
}

.text-secondary-600\/30 {
  color: rgb(71 85 105 / 0.3);
}

.text-secondary-600\/35 {
  color: rgb(71 85 105 / 0.35);
}

.text-secondary-600\/40 {
  color: rgb(71 85 105 / 0.4);
}

.text-secondary-600\/45 {
  color: rgb(71 85 105 / 0.45);
}

.text-secondary-600\/5 {
  color: rgb(71 85 105 / 0.05);
}

.text-secondary-600\/50 {
  color: rgb(71 85 105 / 0.5);
}

.text-secondary-600\/55 {
  color: rgb(71 85 105 / 0.55);
}

.text-secondary-600\/60 {
  color: rgb(71 85 105 / 0.6);
}

.text-secondary-600\/65 {
  color: rgb(71 85 105 / 0.65);
}

.text-secondary-600\/70 {
  color: rgb(71 85 105 / 0.7);
}

.text-secondary-600\/75 {
  color: rgb(71 85 105 / 0.75);
}

.text-secondary-600\/80 {
  color: rgb(71 85 105 / 0.8);
}

.text-secondary-600\/85 {
  color: rgb(71 85 105 / 0.85);
}

.text-secondary-600\/90 {
  color: rgb(71 85 105 / 0.9);
}

.text-secondary-600\/95 {
  color: rgb(71 85 105 / 0.95);
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-secondary-700\/0 {
  color: rgb(51 65 85 / 0);
}

.text-secondary-700\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-secondary-700\/100 {
  color: rgb(51 65 85 / 1);
}

.text-secondary-700\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-secondary-700\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-secondary-700\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-secondary-700\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-secondary-700\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-secondary-700\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-secondary-700\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-secondary-700\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-secondary-700\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-secondary-700\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-secondary-700\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-secondary-700\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-secondary-700\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-secondary-700\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-secondary-700\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-secondary-700\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-secondary-700\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-secondary-700\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-secondary-800\/0 {
  color: rgb(30 41 59 / 0);
}

.text-secondary-800\/10 {
  color: rgb(30 41 59 / 0.1);
}

.text-secondary-800\/100 {
  color: rgb(30 41 59 / 1);
}

.text-secondary-800\/15 {
  color: rgb(30 41 59 / 0.15);
}

.text-secondary-800\/20 {
  color: rgb(30 41 59 / 0.2);
}

.text-secondary-800\/25 {
  color: rgb(30 41 59 / 0.25);
}

.text-secondary-800\/30 {
  color: rgb(30 41 59 / 0.3);
}

.text-secondary-800\/35 {
  color: rgb(30 41 59 / 0.35);
}

.text-secondary-800\/40 {
  color: rgb(30 41 59 / 0.4);
}

.text-secondary-800\/45 {
  color: rgb(30 41 59 / 0.45);
}

.text-secondary-800\/5 {
  color: rgb(30 41 59 / 0.05);
}

.text-secondary-800\/50 {
  color: rgb(30 41 59 / 0.5);
}

.text-secondary-800\/55 {
  color: rgb(30 41 59 / 0.55);
}

.text-secondary-800\/60 {
  color: rgb(30 41 59 / 0.6);
}

.text-secondary-800\/65 {
  color: rgb(30 41 59 / 0.65);
}

.text-secondary-800\/70 {
  color: rgb(30 41 59 / 0.7);
}

.text-secondary-800\/75 {
  color: rgb(30 41 59 / 0.75);
}

.text-secondary-800\/80 {
  color: rgb(30 41 59 / 0.8);
}

.text-secondary-800\/85 {
  color: rgb(30 41 59 / 0.85);
}

.text-secondary-800\/90 {
  color: rgb(30 41 59 / 0.9);
}

.text-secondary-800\/95 {
  color: rgb(30 41 59 / 0.95);
}

.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-secondary-900\/0 {
  color: rgb(15 23 42 / 0);
}

.text-secondary-900\/10 {
  color: rgb(15 23 42 / 0.1);
}

.text-secondary-900\/100 {
  color: rgb(15 23 42 / 1);
}

.text-secondary-900\/15 {
  color: rgb(15 23 42 / 0.15);
}

.text-secondary-900\/20 {
  color: rgb(15 23 42 / 0.2);
}

.text-secondary-900\/25 {
  color: rgb(15 23 42 / 0.25);
}

.text-secondary-900\/30 {
  color: rgb(15 23 42 / 0.3);
}

.text-secondary-900\/35 {
  color: rgb(15 23 42 / 0.35);
}

.text-secondary-900\/40 {
  color: rgb(15 23 42 / 0.4);
}

.text-secondary-900\/45 {
  color: rgb(15 23 42 / 0.45);
}

.text-secondary-900\/5 {
  color: rgb(15 23 42 / 0.05);
}

.text-secondary-900\/50 {
  color: rgb(15 23 42 / 0.5);
}

.text-secondary-900\/55 {
  color: rgb(15 23 42 / 0.55);
}

.text-secondary-900\/60 {
  color: rgb(15 23 42 / 0.6);
}

.text-secondary-900\/65 {
  color: rgb(15 23 42 / 0.65);
}

.text-secondary-900\/70 {
  color: rgb(15 23 42 / 0.7);
}

.text-secondary-900\/75 {
  color: rgb(15 23 42 / 0.75);
}

.text-secondary-900\/80 {
  color: rgb(15 23 42 / 0.8);
}

.text-secondary-900\/85 {
  color: rgb(15 23 42 / 0.85);
}

.text-secondary-900\/90 {
  color: rgb(15 23 42 / 0.9);
}

.text-secondary-900\/95 {
  color: rgb(15 23 42 / 0.95);
}

.text-secondary-dark {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-secondary-dark\/0 {
  color: rgb(51 65 85 / 0);
}

.text-secondary-dark\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-secondary-dark\/100 {
  color: rgb(51 65 85 / 1);
}

.text-secondary-dark\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-secondary-dark\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-secondary-dark\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-secondary-dark\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-secondary-dark\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-secondary-dark\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-secondary-dark\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-secondary-dark\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-secondary-dark\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-secondary-dark\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-secondary-dark\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-secondary-dark\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-secondary-dark\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-secondary-dark\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-secondary-dark\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-secondary-dark\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-secondary-dark\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-secondary-dark\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-secondary-light\/0 {
  color: rgb(241 245 249 / 0);
}

.text-secondary-light\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-secondary-light\/100 {
  color: rgb(241 245 249 / 1);
}

.text-secondary-light\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-secondary-light\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-secondary-light\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-secondary-light\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-secondary-light\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-secondary-light\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-secondary-light\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-secondary-light\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-secondary-light\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-secondary-light\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-secondary-light\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-secondary-light\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-secondary-light\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-secondary-light\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-secondary-light\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-secondary-light\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-secondary-light\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-secondary-light\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-secondary\/0 {
  color: rgb(100 116 139 / 0);
}

.text-secondary\/10 {
  color: rgb(100 116 139 / 0.1);
}

.text-secondary\/100 {
  color: rgb(100 116 139 / 1);
}

.text-secondary\/15 {
  color: rgb(100 116 139 / 0.15);
}

.text-secondary\/20 {
  color: rgb(100 116 139 / 0.2);
}

.text-secondary\/25 {
  color: rgb(100 116 139 / 0.25);
}

.text-secondary\/30 {
  color: rgb(100 116 139 / 0.3);
}

.text-secondary\/35 {
  color: rgb(100 116 139 / 0.35);
}

.text-secondary\/40 {
  color: rgb(100 116 139 / 0.4);
}

.text-secondary\/45 {
  color: rgb(100 116 139 / 0.45);
}

.text-secondary\/5 {
  color: rgb(100 116 139 / 0.05);
}

.text-secondary\/50 {
  color: rgb(100 116 139 / 0.5);
}

.text-secondary\/55 {
  color: rgb(100 116 139 / 0.55);
}

.text-secondary\/60 {
  color: rgb(100 116 139 / 0.6);
}

.text-secondary\/65 {
  color: rgb(100 116 139 / 0.65);
}

.text-secondary\/70 {
  color: rgb(100 116 139 / 0.7);
}

.text-secondary\/75 {
  color: rgb(100 116 139 / 0.75);
}

.text-secondary\/80 {
  color: rgb(100 116 139 / 0.8);
}

.text-secondary\/85 {
  color: rgb(100 116 139 / 0.85);
}

.text-secondary\/90 {
  color: rgb(100 116 139 / 0.9);
}

.text-secondary\/95 {
  color: rgb(100 116 139 / 0.95);
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-success-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-success-100\/0 {
  color: rgb(209 250 229 / 0);
}

.text-success-100\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-success-100\/100 {
  color: rgb(209 250 229 / 1);
}

.text-success-100\/15 {
  color: rgb(209 250 229 / 0.15);
}

.text-success-100\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-success-100\/25 {
  color: rgb(209 250 229 / 0.25);
}

.text-success-100\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-success-100\/35 {
  color: rgb(209 250 229 / 0.35);
}

.text-success-100\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-success-100\/45 {
  color: rgb(209 250 229 / 0.45);
}

.text-success-100\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-success-100\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-success-100\/55 {
  color: rgb(209 250 229 / 0.55);
}

.text-success-100\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-success-100\/65 {
  color: rgb(209 250 229 / 0.65);
}

.text-success-100\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-success-100\/75 {
  color: rgb(209 250 229 / 0.75);
}

.text-success-100\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-success-100\/85 {
  color: rgb(209 250 229 / 0.85);
}

.text-success-100\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-success-100\/95 {
  color: rgb(209 250 229 / 0.95);
}

.text-success-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-success-200\/0 {
  color: rgb(167 243 208 / 0);
}

.text-success-200\/10 {
  color: rgb(167 243 208 / 0.1);
}

.text-success-200\/100 {
  color: rgb(167 243 208 / 1);
}

.text-success-200\/15 {
  color: rgb(167 243 208 / 0.15);
}

.text-success-200\/20 {
  color: rgb(167 243 208 / 0.2);
}

.text-success-200\/25 {
  color: rgb(167 243 208 / 0.25);
}

.text-success-200\/30 {
  color: rgb(167 243 208 / 0.3);
}

.text-success-200\/35 {
  color: rgb(167 243 208 / 0.35);
}

.text-success-200\/40 {
  color: rgb(167 243 208 / 0.4);
}

.text-success-200\/45 {
  color: rgb(167 243 208 / 0.45);
}

.text-success-200\/5 {
  color: rgb(167 243 208 / 0.05);
}

.text-success-200\/50 {
  color: rgb(167 243 208 / 0.5);
}

.text-success-200\/55 {
  color: rgb(167 243 208 / 0.55);
}

.text-success-200\/60 {
  color: rgb(167 243 208 / 0.6);
}

.text-success-200\/65 {
  color: rgb(167 243 208 / 0.65);
}

.text-success-200\/70 {
  color: rgb(167 243 208 / 0.7);
}

.text-success-200\/75 {
  color: rgb(167 243 208 / 0.75);
}

.text-success-200\/80 {
  color: rgb(167 243 208 / 0.8);
}

.text-success-200\/85 {
  color: rgb(167 243 208 / 0.85);
}

.text-success-200\/90 {
  color: rgb(167 243 208 / 0.9);
}

.text-success-200\/95 {
  color: rgb(167 243 208 / 0.95);
}

.text-success-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-success-300\/0 {
  color: rgb(110 231 183 / 0);
}

.text-success-300\/10 {
  color: rgb(110 231 183 / 0.1);
}

.text-success-300\/100 {
  color: rgb(110 231 183 / 1);
}

.text-success-300\/15 {
  color: rgb(110 231 183 / 0.15);
}

.text-success-300\/20 {
  color: rgb(110 231 183 / 0.2);
}

.text-success-300\/25 {
  color: rgb(110 231 183 / 0.25);
}

.text-success-300\/30 {
  color: rgb(110 231 183 / 0.3);
}

.text-success-300\/35 {
  color: rgb(110 231 183 / 0.35);
}

.text-success-300\/40 {
  color: rgb(110 231 183 / 0.4);
}

.text-success-300\/45 {
  color: rgb(110 231 183 / 0.45);
}

.text-success-300\/5 {
  color: rgb(110 231 183 / 0.05);
}

.text-success-300\/50 {
  color: rgb(110 231 183 / 0.5);
}

.text-success-300\/55 {
  color: rgb(110 231 183 / 0.55);
}

.text-success-300\/60 {
  color: rgb(110 231 183 / 0.6);
}

.text-success-300\/65 {
  color: rgb(110 231 183 / 0.65);
}

.text-success-300\/70 {
  color: rgb(110 231 183 / 0.7);
}

.text-success-300\/75 {
  color: rgb(110 231 183 / 0.75);
}

.text-success-300\/80 {
  color: rgb(110 231 183 / 0.8);
}

.text-success-300\/85 {
  color: rgb(110 231 183 / 0.85);
}

.text-success-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-success-300\/95 {
  color: rgb(110 231 183 / 0.95);
}

.text-success-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-success-400\/0 {
  color: rgb(52 211 153 / 0);
}

.text-success-400\/10 {
  color: rgb(52 211 153 / 0.1);
}

.text-success-400\/100 {
  color: rgb(52 211 153 / 1);
}

.text-success-400\/15 {
  color: rgb(52 211 153 / 0.15);
}

.text-success-400\/20 {
  color: rgb(52 211 153 / 0.2);
}

.text-success-400\/25 {
  color: rgb(52 211 153 / 0.25);
}

.text-success-400\/30 {
  color: rgb(52 211 153 / 0.3);
}

.text-success-400\/35 {
  color: rgb(52 211 153 / 0.35);
}

.text-success-400\/40 {
  color: rgb(52 211 153 / 0.4);
}

.text-success-400\/45 {
  color: rgb(52 211 153 / 0.45);
}

.text-success-400\/5 {
  color: rgb(52 211 153 / 0.05);
}

.text-success-400\/50 {
  color: rgb(52 211 153 / 0.5);
}

.text-success-400\/55 {
  color: rgb(52 211 153 / 0.55);
}

.text-success-400\/60 {
  color: rgb(52 211 153 / 0.6);
}

.text-success-400\/65 {
  color: rgb(52 211 153 / 0.65);
}

.text-success-400\/70 {
  color: rgb(52 211 153 / 0.7);
}

.text-success-400\/75 {
  color: rgb(52 211 153 / 0.75);
}

.text-success-400\/80 {
  color: rgb(52 211 153 / 0.8);
}

.text-success-400\/85 {
  color: rgb(52 211 153 / 0.85);
}

.text-success-400\/90 {
  color: rgb(52 211 153 / 0.9);
}

.text-success-400\/95 {
  color: rgb(52 211 153 / 0.95);
}

.text-success-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-success-50\/0 {
  color: rgb(236 253 245 / 0);
}

.text-success-50\/10 {
  color: rgb(236 253 245 / 0.1);
}

.text-success-50\/100 {
  color: rgb(236 253 245 / 1);
}

.text-success-50\/15 {
  color: rgb(236 253 245 / 0.15);
}

.text-success-50\/20 {
  color: rgb(236 253 245 / 0.2);
}

.text-success-50\/25 {
  color: rgb(236 253 245 / 0.25);
}

.text-success-50\/30 {
  color: rgb(236 253 245 / 0.3);
}

.text-success-50\/35 {
  color: rgb(236 253 245 / 0.35);
}

.text-success-50\/40 {
  color: rgb(236 253 245 / 0.4);
}

.text-success-50\/45 {
  color: rgb(236 253 245 / 0.45);
}

.text-success-50\/5 {
  color: rgb(236 253 245 / 0.05);
}

.text-success-50\/50 {
  color: rgb(236 253 245 / 0.5);
}

.text-success-50\/55 {
  color: rgb(236 253 245 / 0.55);
}

.text-success-50\/60 {
  color: rgb(236 253 245 / 0.6);
}

.text-success-50\/65 {
  color: rgb(236 253 245 / 0.65);
}

.text-success-50\/70 {
  color: rgb(236 253 245 / 0.7);
}

.text-success-50\/75 {
  color: rgb(236 253 245 / 0.75);
}

.text-success-50\/80 {
  color: rgb(236 253 245 / 0.8);
}

.text-success-50\/85 {
  color: rgb(236 253 245 / 0.85);
}

.text-success-50\/90 {
  color: rgb(236 253 245 / 0.9);
}

.text-success-50\/95 {
  color: rgb(236 253 245 / 0.95);
}

.text-success-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-success-500\/0 {
  color: rgb(16 185 129 / 0);
}

.text-success-500\/10 {
  color: rgb(16 185 129 / 0.1);
}

.text-success-500\/100 {
  color: rgb(16 185 129 / 1);
}

.text-success-500\/15 {
  color: rgb(16 185 129 / 0.15);
}

.text-success-500\/20 {
  color: rgb(16 185 129 / 0.2);
}

.text-success-500\/25 {
  color: rgb(16 185 129 / 0.25);
}

.text-success-500\/30 {
  color: rgb(16 185 129 / 0.3);
}

.text-success-500\/35 {
  color: rgb(16 185 129 / 0.35);
}

.text-success-500\/40 {
  color: rgb(16 185 129 / 0.4);
}

.text-success-500\/45 {
  color: rgb(16 185 129 / 0.45);
}

.text-success-500\/5 {
  color: rgb(16 185 129 / 0.05);
}

.text-success-500\/50 {
  color: rgb(16 185 129 / 0.5);
}

.text-success-500\/55 {
  color: rgb(16 185 129 / 0.55);
}

.text-success-500\/60 {
  color: rgb(16 185 129 / 0.6);
}

.text-success-500\/65 {
  color: rgb(16 185 129 / 0.65);
}

.text-success-500\/70 {
  color: rgb(16 185 129 / 0.7);
}

.text-success-500\/75 {
  color: rgb(16 185 129 / 0.75);
}

.text-success-500\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-success-500\/85 {
  color: rgb(16 185 129 / 0.85);
}

.text-success-500\/90 {
  color: rgb(16 185 129 / 0.9);
}

.text-success-500\/95 {
  color: rgb(16 185 129 / 0.95);
}

.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-success-600\/0 {
  color: rgb(5 150 105 / 0);
}

.text-success-600\/10 {
  color: rgb(5 150 105 / 0.1);
}

.text-success-600\/100 {
  color: rgb(5 150 105 / 1);
}

.text-success-600\/15 {
  color: rgb(5 150 105 / 0.15);
}

.text-success-600\/20 {
  color: rgb(5 150 105 / 0.2);
}

.text-success-600\/25 {
  color: rgb(5 150 105 / 0.25);
}

.text-success-600\/30 {
  color: rgb(5 150 105 / 0.3);
}

.text-success-600\/35 {
  color: rgb(5 150 105 / 0.35);
}

.text-success-600\/40 {
  color: rgb(5 150 105 / 0.4);
}

.text-success-600\/45 {
  color: rgb(5 150 105 / 0.45);
}

.text-success-600\/5 {
  color: rgb(5 150 105 / 0.05);
}

.text-success-600\/50 {
  color: rgb(5 150 105 / 0.5);
}

.text-success-600\/55 {
  color: rgb(5 150 105 / 0.55);
}

.text-success-600\/60 {
  color: rgb(5 150 105 / 0.6);
}

.text-success-600\/65 {
  color: rgb(5 150 105 / 0.65);
}

.text-success-600\/70 {
  color: rgb(5 150 105 / 0.7);
}

.text-success-600\/75 {
  color: rgb(5 150 105 / 0.75);
}

.text-success-600\/80 {
  color: rgb(5 150 105 / 0.8);
}

.text-success-600\/85 {
  color: rgb(5 150 105 / 0.85);
}

.text-success-600\/90 {
  color: rgb(5 150 105 / 0.9);
}

.text-success-600\/95 {
  color: rgb(5 150 105 / 0.95);
}

.text-success-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-success-700\/0 {
  color: rgb(4 120 87 / 0);
}

.text-success-700\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-success-700\/100 {
  color: rgb(4 120 87 / 1);
}

.text-success-700\/15 {
  color: rgb(4 120 87 / 0.15);
}

.text-success-700\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-success-700\/25 {
  color: rgb(4 120 87 / 0.25);
}

.text-success-700\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-success-700\/35 {
  color: rgb(4 120 87 / 0.35);
}

.text-success-700\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-success-700\/45 {
  color: rgb(4 120 87 / 0.45);
}

.text-success-700\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-success-700\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-success-700\/55 {
  color: rgb(4 120 87 / 0.55);
}

.text-success-700\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-success-700\/65 {
  color: rgb(4 120 87 / 0.65);
}

.text-success-700\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-success-700\/75 {
  color: rgb(4 120 87 / 0.75);
}

.text-success-700\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-success-700\/85 {
  color: rgb(4 120 87 / 0.85);
}

.text-success-700\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-success-700\/95 {
  color: rgb(4 120 87 / 0.95);
}

.text-success-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-success-800\/0 {
  color: rgb(6 95 70 / 0);
}

.text-success-800\/10 {
  color: rgb(6 95 70 / 0.1);
}

.text-success-800\/100 {
  color: rgb(6 95 70 / 1);
}

.text-success-800\/15 {
  color: rgb(6 95 70 / 0.15);
}

.text-success-800\/20 {
  color: rgb(6 95 70 / 0.2);
}

.text-success-800\/25 {
  color: rgb(6 95 70 / 0.25);
}

.text-success-800\/30 {
  color: rgb(6 95 70 / 0.3);
}

.text-success-800\/35 {
  color: rgb(6 95 70 / 0.35);
}

.text-success-800\/40 {
  color: rgb(6 95 70 / 0.4);
}

.text-success-800\/45 {
  color: rgb(6 95 70 / 0.45);
}

.text-success-800\/5 {
  color: rgb(6 95 70 / 0.05);
}

.text-success-800\/50 {
  color: rgb(6 95 70 / 0.5);
}

.text-success-800\/55 {
  color: rgb(6 95 70 / 0.55);
}

.text-success-800\/60 {
  color: rgb(6 95 70 / 0.6);
}

.text-success-800\/65 {
  color: rgb(6 95 70 / 0.65);
}

.text-success-800\/70 {
  color: rgb(6 95 70 / 0.7);
}

.text-success-800\/75 {
  color: rgb(6 95 70 / 0.75);
}

.text-success-800\/80 {
  color: rgb(6 95 70 / 0.8);
}

.text-success-800\/85 {
  color: rgb(6 95 70 / 0.85);
}

.text-success-800\/90 {
  color: rgb(6 95 70 / 0.9);
}

.text-success-800\/95 {
  color: rgb(6 95 70 / 0.95);
}

.text-success-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-success-900\/0 {
  color: rgb(6 78 59 / 0);
}

.text-success-900\/10 {
  color: rgb(6 78 59 / 0.1);
}

.text-success-900\/100 {
  color: rgb(6 78 59 / 1);
}

.text-success-900\/15 {
  color: rgb(6 78 59 / 0.15);
}

.text-success-900\/20 {
  color: rgb(6 78 59 / 0.2);
}

.text-success-900\/25 {
  color: rgb(6 78 59 / 0.25);
}

.text-success-900\/30 {
  color: rgb(6 78 59 / 0.3);
}

.text-success-900\/35 {
  color: rgb(6 78 59 / 0.35);
}

.text-success-900\/40 {
  color: rgb(6 78 59 / 0.4);
}

.text-success-900\/45 {
  color: rgb(6 78 59 / 0.45);
}

.text-success-900\/5 {
  color: rgb(6 78 59 / 0.05);
}

.text-success-900\/50 {
  color: rgb(6 78 59 / 0.5);
}

.text-success-900\/55 {
  color: rgb(6 78 59 / 0.55);
}

.text-success-900\/60 {
  color: rgb(6 78 59 / 0.6);
}

.text-success-900\/65 {
  color: rgb(6 78 59 / 0.65);
}

.text-success-900\/70 {
  color: rgb(6 78 59 / 0.7);
}

.text-success-900\/75 {
  color: rgb(6 78 59 / 0.75);
}

.text-success-900\/80 {
  color: rgb(6 78 59 / 0.8);
}

.text-success-900\/85 {
  color: rgb(6 78 59 / 0.85);
}

.text-success-900\/90 {
  color: rgb(6 78 59 / 0.9);
}

.text-success-900\/95 {
  color: rgb(6 78 59 / 0.95);
}

.text-success-dark {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-success-dark\/0 {
  color: rgb(4 120 87 / 0);
}

.text-success-dark\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-success-dark\/100 {
  color: rgb(4 120 87 / 1);
}

.text-success-dark\/15 {
  color: rgb(4 120 87 / 0.15);
}

.text-success-dark\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-success-dark\/25 {
  color: rgb(4 120 87 / 0.25);
}

.text-success-dark\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-success-dark\/35 {
  color: rgb(4 120 87 / 0.35);
}

.text-success-dark\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-success-dark\/45 {
  color: rgb(4 120 87 / 0.45);
}

.text-success-dark\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-success-dark\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-success-dark\/55 {
  color: rgb(4 120 87 / 0.55);
}

.text-success-dark\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-success-dark\/65 {
  color: rgb(4 120 87 / 0.65);
}

.text-success-dark\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-success-dark\/75 {
  color: rgb(4 120 87 / 0.75);
}

.text-success-dark\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-success-dark\/85 {
  color: rgb(4 120 87 / 0.85);
}

.text-success-dark\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-success-dark\/95 {
  color: rgb(4 120 87 / 0.95);
}

.text-success-light {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-success-light\/0 {
  color: rgb(209 250 229 / 0);
}

.text-success-light\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-success-light\/100 {
  color: rgb(209 250 229 / 1);
}

.text-success-light\/15 {
  color: rgb(209 250 229 / 0.15);
}

.text-success-light\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-success-light\/25 {
  color: rgb(209 250 229 / 0.25);
}

.text-success-light\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-success-light\/35 {
  color: rgb(209 250 229 / 0.35);
}

.text-success-light\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-success-light\/45 {
  color: rgb(209 250 229 / 0.45);
}

.text-success-light\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-success-light\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-success-light\/55 {
  color: rgb(209 250 229 / 0.55);
}

.text-success-light\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-success-light\/65 {
  color: rgb(209 250 229 / 0.65);
}

.text-success-light\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-success-light\/75 {
  color: rgb(209 250 229 / 0.75);
}

.text-success-light\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-success-light\/85 {
  color: rgb(209 250 229 / 0.85);
}

.text-success-light\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-success-light\/95 {
  color: rgb(209 250 229 / 0.95);
}

.text-success\/0 {
  color: rgb(16 185 129 / 0);
}

.text-success\/10 {
  color: rgb(16 185 129 / 0.1);
}

.text-success\/100 {
  color: rgb(16 185 129 / 1);
}

.text-success\/15 {
  color: rgb(16 185 129 / 0.15);
}

.text-success\/20 {
  color: rgb(16 185 129 / 0.2);
}

.text-success\/25 {
  color: rgb(16 185 129 / 0.25);
}

.text-success\/30 {
  color: rgb(16 185 129 / 0.3);
}

.text-success\/35 {
  color: rgb(16 185 129 / 0.35);
}

.text-success\/40 {
  color: rgb(16 185 129 / 0.4);
}

.text-success\/45 {
  color: rgb(16 185 129 / 0.45);
}

.text-success\/5 {
  color: rgb(16 185 129 / 0.05);
}

.text-success\/50 {
  color: rgb(16 185 129 / 0.5);
}

.text-success\/55 {
  color: rgb(16 185 129 / 0.55);
}

.text-success\/60 {
  color: rgb(16 185 129 / 0.6);
}

.text-success\/65 {
  color: rgb(16 185 129 / 0.65);
}

.text-success\/70 {
  color: rgb(16 185 129 / 0.7);
}

.text-success\/75 {
  color: rgb(16 185 129 / 0.75);
}

.text-success\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-success\/85 {
  color: rgb(16 185 129 / 0.85);
}

.text-success\/90 {
  color: rgb(16 185 129 / 0.9);
}

.text-success\/95 {
  color: rgb(16 185 129 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-warning-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-warning-100\/0 {
  color: rgb(254 243 199 / 0);
}

.text-warning-100\/10 {
  color: rgb(254 243 199 / 0.1);
}

.text-warning-100\/100 {
  color: rgb(254 243 199 / 1);
}

.text-warning-100\/15 {
  color: rgb(254 243 199 / 0.15);
}

.text-warning-100\/20 {
  color: rgb(254 243 199 / 0.2);
}

.text-warning-100\/25 {
  color: rgb(254 243 199 / 0.25);
}

.text-warning-100\/30 {
  color: rgb(254 243 199 / 0.3);
}

.text-warning-100\/35 {
  color: rgb(254 243 199 / 0.35);
}

.text-warning-100\/40 {
  color: rgb(254 243 199 / 0.4);
}

.text-warning-100\/45 {
  color: rgb(254 243 199 / 0.45);
}

.text-warning-100\/5 {
  color: rgb(254 243 199 / 0.05);
}

.text-warning-100\/50 {
  color: rgb(254 243 199 / 0.5);
}

.text-warning-100\/55 {
  color: rgb(254 243 199 / 0.55);
}

.text-warning-100\/60 {
  color: rgb(254 243 199 / 0.6);
}

.text-warning-100\/65 {
  color: rgb(254 243 199 / 0.65);
}

.text-warning-100\/70 {
  color: rgb(254 243 199 / 0.7);
}

.text-warning-100\/75 {
  color: rgb(254 243 199 / 0.75);
}

.text-warning-100\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-warning-100\/85 {
  color: rgb(254 243 199 / 0.85);
}

.text-warning-100\/90 {
  color: rgb(254 243 199 / 0.9);
}

.text-warning-100\/95 {
  color: rgb(254 243 199 / 0.95);
}

.text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-warning-200\/0 {
  color: rgb(253 230 138 / 0);
}

.text-warning-200\/10 {
  color: rgb(253 230 138 / 0.1);
}

.text-warning-200\/100 {
  color: rgb(253 230 138 / 1);
}

.text-warning-200\/15 {
  color: rgb(253 230 138 / 0.15);
}

.text-warning-200\/20 {
  color: rgb(253 230 138 / 0.2);
}

.text-warning-200\/25 {
  color: rgb(253 230 138 / 0.25);
}

.text-warning-200\/30 {
  color: rgb(253 230 138 / 0.3);
}

.text-warning-200\/35 {
  color: rgb(253 230 138 / 0.35);
}

.text-warning-200\/40 {
  color: rgb(253 230 138 / 0.4);
}

.text-warning-200\/45 {
  color: rgb(253 230 138 / 0.45);
}

.text-warning-200\/5 {
  color: rgb(253 230 138 / 0.05);
}

.text-warning-200\/50 {
  color: rgb(253 230 138 / 0.5);
}

.text-warning-200\/55 {
  color: rgb(253 230 138 / 0.55);
}

.text-warning-200\/60 {
  color: rgb(253 230 138 / 0.6);
}

.text-warning-200\/65 {
  color: rgb(253 230 138 / 0.65);
}

.text-warning-200\/70 {
  color: rgb(253 230 138 / 0.7);
}

.text-warning-200\/75 {
  color: rgb(253 230 138 / 0.75);
}

.text-warning-200\/80 {
  color: rgb(253 230 138 / 0.8);
}

.text-warning-200\/85 {
  color: rgb(253 230 138 / 0.85);
}

.text-warning-200\/90 {
  color: rgb(253 230 138 / 0.9);
}

.text-warning-200\/95 {
  color: rgb(253 230 138 / 0.95);
}

.text-warning-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-warning-300\/0 {
  color: rgb(252 211 77 / 0);
}

.text-warning-300\/10 {
  color: rgb(252 211 77 / 0.1);
}

.text-warning-300\/100 {
  color: rgb(252 211 77 / 1);
}

.text-warning-300\/15 {
  color: rgb(252 211 77 / 0.15);
}

.text-warning-300\/20 {
  color: rgb(252 211 77 / 0.2);
}

.text-warning-300\/25 {
  color: rgb(252 211 77 / 0.25);
}

.text-warning-300\/30 {
  color: rgb(252 211 77 / 0.3);
}

.text-warning-300\/35 {
  color: rgb(252 211 77 / 0.35);
}

.text-warning-300\/40 {
  color: rgb(252 211 77 / 0.4);
}

.text-warning-300\/45 {
  color: rgb(252 211 77 / 0.45);
}

.text-warning-300\/5 {
  color: rgb(252 211 77 / 0.05);
}

.text-warning-300\/50 {
  color: rgb(252 211 77 / 0.5);
}

.text-warning-300\/55 {
  color: rgb(252 211 77 / 0.55);
}

.text-warning-300\/60 {
  color: rgb(252 211 77 / 0.6);
}

.text-warning-300\/65 {
  color: rgb(252 211 77 / 0.65);
}

.text-warning-300\/70 {
  color: rgb(252 211 77 / 0.7);
}

.text-warning-300\/75 {
  color: rgb(252 211 77 / 0.75);
}

.text-warning-300\/80 {
  color: rgb(252 211 77 / 0.8);
}

.text-warning-300\/85 {
  color: rgb(252 211 77 / 0.85);
}

.text-warning-300\/90 {
  color: rgb(252 211 77 / 0.9);
}

.text-warning-300\/95 {
  color: rgb(252 211 77 / 0.95);
}

.text-warning-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-warning-400\/0 {
  color: rgb(251 191 36 / 0);
}

.text-warning-400\/10 {
  color: rgb(251 191 36 / 0.1);
}

.text-warning-400\/100 {
  color: rgb(251 191 36 / 1);
}

.text-warning-400\/15 {
  color: rgb(251 191 36 / 0.15);
}

.text-warning-400\/20 {
  color: rgb(251 191 36 / 0.2);
}

.text-warning-400\/25 {
  color: rgb(251 191 36 / 0.25);
}

.text-warning-400\/30 {
  color: rgb(251 191 36 / 0.3);
}

.text-warning-400\/35 {
  color: rgb(251 191 36 / 0.35);
}

.text-warning-400\/40 {
  color: rgb(251 191 36 / 0.4);
}

.text-warning-400\/45 {
  color: rgb(251 191 36 / 0.45);
}

.text-warning-400\/5 {
  color: rgb(251 191 36 / 0.05);
}

.text-warning-400\/50 {
  color: rgb(251 191 36 / 0.5);
}

.text-warning-400\/55 {
  color: rgb(251 191 36 / 0.55);
}

.text-warning-400\/60 {
  color: rgb(251 191 36 / 0.6);
}

.text-warning-400\/65 {
  color: rgb(251 191 36 / 0.65);
}

.text-warning-400\/70 {
  color: rgb(251 191 36 / 0.7);
}

.text-warning-400\/75 {
  color: rgb(251 191 36 / 0.75);
}

.text-warning-400\/80 {
  color: rgb(251 191 36 / 0.8);
}

.text-warning-400\/85 {
  color: rgb(251 191 36 / 0.85);
}

.text-warning-400\/90 {
  color: rgb(251 191 36 / 0.9);
}

.text-warning-400\/95 {
  color: rgb(251 191 36 / 0.95);
}

.text-warning-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-warning-50\/0 {
  color: rgb(255 251 235 / 0);
}

.text-warning-50\/10 {
  color: rgb(255 251 235 / 0.1);
}

.text-warning-50\/100 {
  color: rgb(255 251 235 / 1);
}

.text-warning-50\/15 {
  color: rgb(255 251 235 / 0.15);
}

.text-warning-50\/20 {
  color: rgb(255 251 235 / 0.2);
}

.text-warning-50\/25 {
  color: rgb(255 251 235 / 0.25);
}

.text-warning-50\/30 {
  color: rgb(255 251 235 / 0.3);
}

.text-warning-50\/35 {
  color: rgb(255 251 235 / 0.35);
}

.text-warning-50\/40 {
  color: rgb(255 251 235 / 0.4);
}

.text-warning-50\/45 {
  color: rgb(255 251 235 / 0.45);
}

.text-warning-50\/5 {
  color: rgb(255 251 235 / 0.05);
}

.text-warning-50\/50 {
  color: rgb(255 251 235 / 0.5);
}

.text-warning-50\/55 {
  color: rgb(255 251 235 / 0.55);
}

.text-warning-50\/60 {
  color: rgb(255 251 235 / 0.6);
}

.text-warning-50\/65 {
  color: rgb(255 251 235 / 0.65);
}

.text-warning-50\/70 {
  color: rgb(255 251 235 / 0.7);
}

.text-warning-50\/75 {
  color: rgb(255 251 235 / 0.75);
}

.text-warning-50\/80 {
  color: rgb(255 251 235 / 0.8);
}

.text-warning-50\/85 {
  color: rgb(255 251 235 / 0.85);
}

.text-warning-50\/90 {
  color: rgb(255 251 235 / 0.9);
}

.text-warning-50\/95 {
  color: rgb(255 251 235 / 0.95);
}

.text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-warning-500\/0 {
  color: rgb(245 158 11 / 0);
}

.text-warning-500\/10 {
  color: rgb(245 158 11 / 0.1);
}

.text-warning-500\/100 {
  color: rgb(245 158 11 / 1);
}

.text-warning-500\/15 {
  color: rgb(245 158 11 / 0.15);
}

.text-warning-500\/20 {
  color: rgb(245 158 11 / 0.2);
}

.text-warning-500\/25 {
  color: rgb(245 158 11 / 0.25);
}

.text-warning-500\/30 {
  color: rgb(245 158 11 / 0.3);
}

.text-warning-500\/35 {
  color: rgb(245 158 11 / 0.35);
}

.text-warning-500\/40 {
  color: rgb(245 158 11 / 0.4);
}

.text-warning-500\/45 {
  color: rgb(245 158 11 / 0.45);
}

.text-warning-500\/5 {
  color: rgb(245 158 11 / 0.05);
}

.text-warning-500\/50 {
  color: rgb(245 158 11 / 0.5);
}

.text-warning-500\/55 {
  color: rgb(245 158 11 / 0.55);
}

.text-warning-500\/60 {
  color: rgb(245 158 11 / 0.6);
}

.text-warning-500\/65 {
  color: rgb(245 158 11 / 0.65);
}

.text-warning-500\/70 {
  color: rgb(245 158 11 / 0.7);
}

.text-warning-500\/75 {
  color: rgb(245 158 11 / 0.75);
}

.text-warning-500\/80 {
  color: rgb(245 158 11 / 0.8);
}

.text-warning-500\/85 {
  color: rgb(245 158 11 / 0.85);
}

.text-warning-500\/90 {
  color: rgb(245 158 11 / 0.9);
}

.text-warning-500\/95 {
  color: rgb(245 158 11 / 0.95);
}

.text-warning-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-warning-600\/0 {
  color: rgb(217 119 6 / 0);
}

.text-warning-600\/10 {
  color: rgb(217 119 6 / 0.1);
}

.text-warning-600\/100 {
  color: rgb(217 119 6 / 1);
}

.text-warning-600\/15 {
  color: rgb(217 119 6 / 0.15);
}

.text-warning-600\/20 {
  color: rgb(217 119 6 / 0.2);
}

.text-warning-600\/25 {
  color: rgb(217 119 6 / 0.25);
}

.text-warning-600\/30 {
  color: rgb(217 119 6 / 0.3);
}

.text-warning-600\/35 {
  color: rgb(217 119 6 / 0.35);
}

.text-warning-600\/40 {
  color: rgb(217 119 6 / 0.4);
}

.text-warning-600\/45 {
  color: rgb(217 119 6 / 0.45);
}

.text-warning-600\/5 {
  color: rgb(217 119 6 / 0.05);
}

.text-warning-600\/50 {
  color: rgb(217 119 6 / 0.5);
}

.text-warning-600\/55 {
  color: rgb(217 119 6 / 0.55);
}

.text-warning-600\/60 {
  color: rgb(217 119 6 / 0.6);
}

.text-warning-600\/65 {
  color: rgb(217 119 6 / 0.65);
}

.text-warning-600\/70 {
  color: rgb(217 119 6 / 0.7);
}

.text-warning-600\/75 {
  color: rgb(217 119 6 / 0.75);
}

.text-warning-600\/80 {
  color: rgb(217 119 6 / 0.8);
}

.text-warning-600\/85 {
  color: rgb(217 119 6 / 0.85);
}

.text-warning-600\/90 {
  color: rgb(217 119 6 / 0.9);
}

.text-warning-600\/95 {
  color: rgb(217 119 6 / 0.95);
}

.text-warning-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-warning-700\/0 {
  color: rgb(180 83 9 / 0);
}

.text-warning-700\/10 {
  color: rgb(180 83 9 / 0.1);
}

.text-warning-700\/100 {
  color: rgb(180 83 9 / 1);
}

.text-warning-700\/15 {
  color: rgb(180 83 9 / 0.15);
}

.text-warning-700\/20 {
  color: rgb(180 83 9 / 0.2);
}

.text-warning-700\/25 {
  color: rgb(180 83 9 / 0.25);
}

.text-warning-700\/30 {
  color: rgb(180 83 9 / 0.3);
}

.text-warning-700\/35 {
  color: rgb(180 83 9 / 0.35);
}

.text-warning-700\/40 {
  color: rgb(180 83 9 / 0.4);
}

.text-warning-700\/45 {
  color: rgb(180 83 9 / 0.45);
}

.text-warning-700\/5 {
  color: rgb(180 83 9 / 0.05);
}

.text-warning-700\/50 {
  color: rgb(180 83 9 / 0.5);
}

.text-warning-700\/55 {
  color: rgb(180 83 9 / 0.55);
}

.text-warning-700\/60 {
  color: rgb(180 83 9 / 0.6);
}

.text-warning-700\/65 {
  color: rgb(180 83 9 / 0.65);
}

.text-warning-700\/70 {
  color: rgb(180 83 9 / 0.7);
}

.text-warning-700\/75 {
  color: rgb(180 83 9 / 0.75);
}

.text-warning-700\/80 {
  color: rgb(180 83 9 / 0.8);
}

.text-warning-700\/85 {
  color: rgb(180 83 9 / 0.85);
}

.text-warning-700\/90 {
  color: rgb(180 83 9 / 0.9);
}

.text-warning-700\/95 {
  color: rgb(180 83 9 / 0.95);
}

.text-warning-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-warning-800\/0 {
  color: rgb(146 64 14 / 0);
}

.text-warning-800\/10 {
  color: rgb(146 64 14 / 0.1);
}

.text-warning-800\/100 {
  color: rgb(146 64 14 / 1);
}

.text-warning-800\/15 {
  color: rgb(146 64 14 / 0.15);
}

.text-warning-800\/20 {
  color: rgb(146 64 14 / 0.2);
}

.text-warning-800\/25 {
  color: rgb(146 64 14 / 0.25);
}

.text-warning-800\/30 {
  color: rgb(146 64 14 / 0.3);
}

.text-warning-800\/35 {
  color: rgb(146 64 14 / 0.35);
}

.text-warning-800\/40 {
  color: rgb(146 64 14 / 0.4);
}

.text-warning-800\/45 {
  color: rgb(146 64 14 / 0.45);
}

.text-warning-800\/5 {
  color: rgb(146 64 14 / 0.05);
}

.text-warning-800\/50 {
  color: rgb(146 64 14 / 0.5);
}

.text-warning-800\/55 {
  color: rgb(146 64 14 / 0.55);
}

.text-warning-800\/60 {
  color: rgb(146 64 14 / 0.6);
}

.text-warning-800\/65 {
  color: rgb(146 64 14 / 0.65);
}

.text-warning-800\/70 {
  color: rgb(146 64 14 / 0.7);
}

.text-warning-800\/75 {
  color: rgb(146 64 14 / 0.75);
}

.text-warning-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.text-warning-800\/85 {
  color: rgb(146 64 14 / 0.85);
}

.text-warning-800\/90 {
  color: rgb(146 64 14 / 0.9);
}

.text-warning-800\/95 {
  color: rgb(146 64 14 / 0.95);
}

.text-warning-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-warning-900\/0 {
  color: rgb(120 53 15 / 0);
}

.text-warning-900\/10 {
  color: rgb(120 53 15 / 0.1);
}

.text-warning-900\/100 {
  color: rgb(120 53 15 / 1);
}

.text-warning-900\/15 {
  color: rgb(120 53 15 / 0.15);
}

.text-warning-900\/20 {
  color: rgb(120 53 15 / 0.2);
}

.text-warning-900\/25 {
  color: rgb(120 53 15 / 0.25);
}

.text-warning-900\/30 {
  color: rgb(120 53 15 / 0.3);
}

.text-warning-900\/35 {
  color: rgb(120 53 15 / 0.35);
}

.text-warning-900\/40 {
  color: rgb(120 53 15 / 0.4);
}

.text-warning-900\/45 {
  color: rgb(120 53 15 / 0.45);
}

.text-warning-900\/5 {
  color: rgb(120 53 15 / 0.05);
}

.text-warning-900\/50 {
  color: rgb(120 53 15 / 0.5);
}

.text-warning-900\/55 {
  color: rgb(120 53 15 / 0.55);
}

.text-warning-900\/60 {
  color: rgb(120 53 15 / 0.6);
}

.text-warning-900\/65 {
  color: rgb(120 53 15 / 0.65);
}

.text-warning-900\/70 {
  color: rgb(120 53 15 / 0.7);
}

.text-warning-900\/75 {
  color: rgb(120 53 15 / 0.75);
}

.text-warning-900\/80 {
  color: rgb(120 53 15 / 0.8);
}

.text-warning-900\/85 {
  color: rgb(120 53 15 / 0.85);
}

.text-warning-900\/90 {
  color: rgb(120 53 15 / 0.9);
}

.text-warning-900\/95 {
  color: rgb(120 53 15 / 0.95);
}

.text-warning-dark {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-warning-dark\/0 {
  color: rgb(180 83 9 / 0);
}

.text-warning-dark\/10 {
  color: rgb(180 83 9 / 0.1);
}

.text-warning-dark\/100 {
  color: rgb(180 83 9 / 1);
}

.text-warning-dark\/15 {
  color: rgb(180 83 9 / 0.15);
}

.text-warning-dark\/20 {
  color: rgb(180 83 9 / 0.2);
}

.text-warning-dark\/25 {
  color: rgb(180 83 9 / 0.25);
}

.text-warning-dark\/30 {
  color: rgb(180 83 9 / 0.3);
}

.text-warning-dark\/35 {
  color: rgb(180 83 9 / 0.35);
}

.text-warning-dark\/40 {
  color: rgb(180 83 9 / 0.4);
}

.text-warning-dark\/45 {
  color: rgb(180 83 9 / 0.45);
}

.text-warning-dark\/5 {
  color: rgb(180 83 9 / 0.05);
}

.text-warning-dark\/50 {
  color: rgb(180 83 9 / 0.5);
}

.text-warning-dark\/55 {
  color: rgb(180 83 9 / 0.55);
}

.text-warning-dark\/60 {
  color: rgb(180 83 9 / 0.6);
}

.text-warning-dark\/65 {
  color: rgb(180 83 9 / 0.65);
}

.text-warning-dark\/70 {
  color: rgb(180 83 9 / 0.7);
}

.text-warning-dark\/75 {
  color: rgb(180 83 9 / 0.75);
}

.text-warning-dark\/80 {
  color: rgb(180 83 9 / 0.8);
}

.text-warning-dark\/85 {
  color: rgb(180 83 9 / 0.85);
}

.text-warning-dark\/90 {
  color: rgb(180 83 9 / 0.9);
}

.text-warning-dark\/95 {
  color: rgb(180 83 9 / 0.95);
}

.text-warning-light {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-warning-light\/0 {
  color: rgb(254 243 199 / 0);
}

.text-warning-light\/10 {
  color: rgb(254 243 199 / 0.1);
}

.text-warning-light\/100 {
  color: rgb(254 243 199 / 1);
}

.text-warning-light\/15 {
  color: rgb(254 243 199 / 0.15);
}

.text-warning-light\/20 {
  color: rgb(254 243 199 / 0.2);
}

.text-warning-light\/25 {
  color: rgb(254 243 199 / 0.25);
}

.text-warning-light\/30 {
  color: rgb(254 243 199 / 0.3);
}

.text-warning-light\/35 {
  color: rgb(254 243 199 / 0.35);
}

.text-warning-light\/40 {
  color: rgb(254 243 199 / 0.4);
}

.text-warning-light\/45 {
  color: rgb(254 243 199 / 0.45);
}

.text-warning-light\/5 {
  color: rgb(254 243 199 / 0.05);
}

.text-warning-light\/50 {
  color: rgb(254 243 199 / 0.5);
}

.text-warning-light\/55 {
  color: rgb(254 243 199 / 0.55);
}

.text-warning-light\/60 {
  color: rgb(254 243 199 / 0.6);
}

.text-warning-light\/65 {
  color: rgb(254 243 199 / 0.65);
}

.text-warning-light\/70 {
  color: rgb(254 243 199 / 0.7);
}

.text-warning-light\/75 {
  color: rgb(254 243 199 / 0.75);
}

.text-warning-light\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-warning-light\/85 {
  color: rgb(254 243 199 / 0.85);
}

.text-warning-light\/90 {
  color: rgb(254 243 199 / 0.9);
}

.text-warning-light\/95 {
  color: rgb(254 243 199 / 0.95);
}

.text-warning\/0 {
  color: rgb(245 158 11 / 0);
}

.text-warning\/10 {
  color: rgb(245 158 11 / 0.1);
}

.text-warning\/100 {
  color: rgb(245 158 11 / 1);
}

.text-warning\/15 {
  color: rgb(245 158 11 / 0.15);
}

.text-warning\/20 {
  color: rgb(245 158 11 / 0.2);
}

.text-warning\/25 {
  color: rgb(245 158 11 / 0.25);
}

.text-warning\/30 {
  color: rgb(245 158 11 / 0.3);
}

.text-warning\/35 {
  color: rgb(245 158 11 / 0.35);
}

.text-warning\/40 {
  color: rgb(245 158 11 / 0.4);
}

.text-warning\/45 {
  color: rgb(245 158 11 / 0.45);
}

.text-warning\/5 {
  color: rgb(245 158 11 / 0.05);
}

.text-warning\/50 {
  color: rgb(245 158 11 / 0.5);
}

.text-warning\/55 {
  color: rgb(245 158 11 / 0.55);
}

.text-warning\/60 {
  color: rgb(245 158 11 / 0.6);
}

.text-warning\/65 {
  color: rgb(245 158 11 / 0.65);
}

.text-warning\/70 {
  color: rgb(245 158 11 / 0.7);
}

.text-warning\/75 {
  color: rgb(245 158 11 / 0.75);
}

.text-warning\/80 {
  color: rgb(245 158 11 / 0.8);
}

.text-warning\/85 {
  color: rgb(245 158 11 / 0.85);
}

.text-warning\/90 {
  color: rgb(245 158 11 / 0.9);
}

.text-warning\/95 {
  color: rgb(245 158 11 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft {
  --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/30 {
  --tw-shadow-color: rgb(25 141 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/50 {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring-4 {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.ring-primary\/10 {
  --tw-ring-color: rgb(25 141 168 / 0.1);
}

.ring-primary\/20 {
  --tw-ring-color: rgb(25 141 168 / 0.2);
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}

.brightness-\[1\.7\] {
  --tw-brightness: brightness(1.7);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/**
   * -------------------------------------------------------------------------
   * UTILITÁRIOS CUSTOMIZADOS
   * -------------------------------------------------------------------------
   */

/**
 * ============================================================================
 * CUSTOMIZAÇÕES GLOBAIS DO ADMINISTRATIVO
 * ============================================================================
 */

/**
 * ============================================================================
 * DESIGN SYSTEM - INTGEST
 * Componentes avançados baseados no DESIGN_SYSTEM.md
 * ============================================================================
 */

/* ==========================================================================
   TIPOGRAFIA - FONTES MONTSERRAT E OPEN SANS
   ========================================================================== */

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.font-opensans {
  font-family: 'Open Sans', sans-serif;
}

/* Títulos usam Montserrat */

h1, h2, h3, h4, h5, h6,
.card-title,
.kpi-value,
.modal-title {
  font-family: 'Montserrat', sans-serif;
}

/* ==========================================================================
   KPI CARDS - CARDS DE INDICADORES
   ========================================================================== */

.kpi-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.kpi-card::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.kpi-card:hover {
  --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);
  transform: translateY(-2px);
}

.kpi-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.kpi-value {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.kpi-label {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.kpi-icon {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.kpi-icon svg {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.kpi-trend {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.kpi-trend-positive {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.kpi-trend-negative {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

/* ==========================================================================
   BOTÕES DESIGN SYSTEM
   ========================================================================== */

.btn {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-sky {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-sky:hover {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.btn-sky:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.btn-sky-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-sky-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.btn-sky-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.btn-sky-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-sky-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.btn-sky-outline:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.btn-ghost {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.btn-destructive {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-destructive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.btn-destructive:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.btn-success {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.btn-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.btn-sm {
  height: 2.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-lg {
  height: 2.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0px;
}

/* ==========================================================================
   STATUS BADGES - DESIGN SYSTEM
   ========================================================================== */

.status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
}

.status-badge-green {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

.status-badge-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.status-badge-red {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(220 38 38 / 0.1);
}

.status-badge-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(29 78 216 / 0.1);
}

.status-badge-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(126 34 206 / 0.2);
}

.status-badge-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(107 114 128 / 0.1);
}

.status-badge-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(2 132 199 / 0.2);
}

/* ==========================================================================
   CARDS DESIGN SYSTEM
   ========================================================================== */

.card-ds {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-ds:hover {
  --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);
  transform: translateY(-4px);
}

.card-ds-header {
  display: flex;
  flex-direction: column;
}

.card-ds-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.card-ds-header {
  border-bottom-width: 1px;
  border-color: rgb(243 244 246 / 0.8);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(249 250 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  padding: 1.5rem;
}

.card-ds-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.card-ds-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.card-ds-content {
  padding: 1.5rem;
}

.card-ds-footer {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  padding-top: 0px;
}

/* ==========================================================================
   SIDEBAR DESIGN SYSTEM
   ========================================================================== */

.sidebar-ds {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 256px;
}

.sidebar-ds.collapsed {
  width: 80px;
}

.sidebar-ds.collapsed .sidebar-text {
  display: none;
}

.sidebar-ds.collapsed .sidebar-item {
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sidebar-logo-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
  --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);
}

.sidebar-section-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.sidebar-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sidebar-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.sidebar-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.sidebar-item-icon {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}

/* ==========================================================================
   MODAIS DESIGN SYSTEM
   ========================================================================== */

.modal-overlay {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.modal-container {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  max-width: 32rem;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-header-light {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal-title-dark {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.modal-close {
  border-radius: 0.5rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal-close:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.modal-close-dark {
  border-radius: 0.5rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal-close-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* ==========================================================================
   DROPDOWN DESIGN SYSTEM
   ========================================================================== */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 50;
  min-width: 12rem;
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.dropdown.open .dropdown-menu {
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.dropdown-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.dropdown-divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

/* ==========================================================================
   TABELAS DESIGN SYSTEM
   ========================================================================== */

.table-ds-container {
  overflow-x: auto;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.table-ds {
  width: 100%;
  border-collapse: collapse;
}

.table-ds th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.table-ds td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.table-ds tbody tr {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.table-ds tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.table-ds tbody tr:last-child td {
  border-bottom-width: 0px;
}

/* ==========================================================================
   FORMULÁRIOS DESIGN SYSTEM
   ========================================================================== */

.form-group-ds {
  margin-bottom: 1rem;
}

.form-label-ds {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.form-input-ds {
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-input-ds::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.form-input-ds:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.form-input-ds::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.form-input-ds:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.form-input-ds:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input-ds.is-invalid {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.form-input-ds.is-invalid:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.form-error-ds {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.form-help-ds {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.form-select-ds {
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-select-ds:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.form-select-ds {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

/* ==========================================================================
   ACESSIBILIDADE
   ========================================================================== */

.skip-link {
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: 9999;
  border-bottom-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.skip-link:focus {
  left: 0px;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: #fbbf24;
}

/* Focus visible para acessibilidade */

*:focus-visible {
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: #0284c7;
}

/* Tamanhos de fonte para acessibilidade */

.font-lg {
  font-size: 112.5%;
}

.font-xl {
  font-size: 125%;
}

/* Alto contraste */

.high-contrast {
  --color-bg-primary: #000000;
  --color-text-primary: #ffffff;
  --color-primary: #ffff00;
}

/* ==========================================================================
   ANIMAÇÕES
   ========================================================================== */

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slide-in-up {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse-soft {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.animate-fade-in {
  animation: fade-in 0.5s ease-in-out;
}

.animate-slide-in-up {
  animation: slide-in-up 0.3s ease-out;
}

.animate-pulse-soft {
  animation: pulse-soft 2s infinite;
}

/* ==========================================================================
   SCROLLBAR CUSTOMIZADA
   ========================================================================== */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

/* Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: #7dd3fc #f0f9ff;
}

/* ==========================================================================
   BARRA DE ACESSIBILIDADE
   ========================================================================== */

.accessibility-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.accessibility-bar button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.accessibility-bar button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.accessibility-bar button.active {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ==========================================================================
   NOTIFICAÇÕES/TOASTS DESIGN SYSTEM
   ========================================================================== */

.notification-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 50;
}

.notification-container > :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));
}

.notification {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 28rem;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 1rem;
  --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);
  animation: slide-in-up 0.3s ease-out;
}

.notification-success {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.notification-error {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.notification-warning {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.notification-info {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

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

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

.file\:mr-4::-webkit-file-upload-button {
  margin-right: 1rem;
}

.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:cursor-pointer::-webkit-file-upload-button {
  cursor: pointer;
}

.file\:cursor-pointer::file-selector-button {
  cursor: pointer;
}

.file\:rounded-lg::-webkit-file-upload-button {
  border-radius: 0.5rem;
}

.file\:rounded-lg::file-selector-button {
  border-radius: 0.5rem;
}

.file\:border-0::-webkit-file-upload-button {
  border-width: 0px;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-primary::-webkit-file-upload-button {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.file\:bg-primary::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.file\:px-4::-webkit-file-upload-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::-webkit-file-upload-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.file\:font-semibold::-webkit-file-upload-button {
  font-weight: 600;
}

.file\:font-semibold::file-selector-button {
  font-weight: 600;
}

.file\:text-white::-webkit-file-upload-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.file\:text-white::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.file\:transition-colors::-webkit-file-upload-button {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.file\:transition-colors::file-selector-button {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.file\:duration-200::-webkit-file-upload-button {
  transition-duration: 200ms;
}

.file\:duration-200::file-selector-button {
  transition-duration: 200ms;
}

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

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

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[4px\]::after {
  content: var(--tw-content);
  left: 4px;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.after\:border-slate-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.checked\:bg-primary-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(20 113 136 / var(--tw-bg-opacity, 1));
}

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

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.hover\:border-danger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-100\/0:hover {
  border-color: rgb(254 226 226 / 0);
}

.hover\:border-danger-100\/10:hover {
  border-color: rgb(254 226 226 / 0.1);
}

.hover\:border-danger-100\/100:hover {
  border-color: rgb(254 226 226 / 1);
}

.hover\:border-danger-100\/15:hover {
  border-color: rgb(254 226 226 / 0.15);
}

.hover\:border-danger-100\/20:hover {
  border-color: rgb(254 226 226 / 0.2);
}

.hover\:border-danger-100\/25:hover {
  border-color: rgb(254 226 226 / 0.25);
}

.hover\:border-danger-100\/30:hover {
  border-color: rgb(254 226 226 / 0.3);
}

.hover\:border-danger-100\/35:hover {
  border-color: rgb(254 226 226 / 0.35);
}

.hover\:border-danger-100\/40:hover {
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-danger-100\/45:hover {
  border-color: rgb(254 226 226 / 0.45);
}

.hover\:border-danger-100\/5:hover {
  border-color: rgb(254 226 226 / 0.05);
}

.hover\:border-danger-100\/50:hover {
  border-color: rgb(254 226 226 / 0.5);
}

.hover\:border-danger-100\/55:hover {
  border-color: rgb(254 226 226 / 0.55);
}

.hover\:border-danger-100\/60:hover {
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-danger-100\/65:hover {
  border-color: rgb(254 226 226 / 0.65);
}

.hover\:border-danger-100\/70:hover {
  border-color: rgb(254 226 226 / 0.7);
}

.hover\:border-danger-100\/75:hover {
  border-color: rgb(254 226 226 / 0.75);
}

.hover\:border-danger-100\/80:hover {
  border-color: rgb(254 226 226 / 0.8);
}

.hover\:border-danger-100\/85:hover {
  border-color: rgb(254 226 226 / 0.85);
}

.hover\:border-danger-100\/90:hover {
  border-color: rgb(254 226 226 / 0.9);
}

.hover\:border-danger-100\/95:hover {
  border-color: rgb(254 226 226 / 0.95);
}

.hover\:border-danger-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-200\/0:hover {
  border-color: rgb(254 202 202 / 0);
}

.hover\:border-danger-200\/10:hover {
  border-color: rgb(254 202 202 / 0.1);
}

.hover\:border-danger-200\/100:hover {
  border-color: rgb(254 202 202 / 1);
}

.hover\:border-danger-200\/15:hover {
  border-color: rgb(254 202 202 / 0.15);
}

.hover\:border-danger-200\/20:hover {
  border-color: rgb(254 202 202 / 0.2);
}

.hover\:border-danger-200\/25:hover {
  border-color: rgb(254 202 202 / 0.25);
}

.hover\:border-danger-200\/30:hover {
  border-color: rgb(254 202 202 / 0.3);
}

.hover\:border-danger-200\/35:hover {
  border-color: rgb(254 202 202 / 0.35);
}

.hover\:border-danger-200\/40:hover {
  border-color: rgb(254 202 202 / 0.4);
}

.hover\:border-danger-200\/45:hover {
  border-color: rgb(254 202 202 / 0.45);
}

.hover\:border-danger-200\/5:hover {
  border-color: rgb(254 202 202 / 0.05);
}

.hover\:border-danger-200\/50:hover {
  border-color: rgb(254 202 202 / 0.5);
}

.hover\:border-danger-200\/55:hover {
  border-color: rgb(254 202 202 / 0.55);
}

.hover\:border-danger-200\/60:hover {
  border-color: rgb(254 202 202 / 0.6);
}

.hover\:border-danger-200\/65:hover {
  border-color: rgb(254 202 202 / 0.65);
}

.hover\:border-danger-200\/70:hover {
  border-color: rgb(254 202 202 / 0.7);
}

.hover\:border-danger-200\/75:hover {
  border-color: rgb(254 202 202 / 0.75);
}

.hover\:border-danger-200\/80:hover {
  border-color: rgb(254 202 202 / 0.8);
}

.hover\:border-danger-200\/85:hover {
  border-color: rgb(254 202 202 / 0.85);
}

.hover\:border-danger-200\/90:hover {
  border-color: rgb(254 202 202 / 0.9);
}

.hover\:border-danger-200\/95:hover {
  border-color: rgb(254 202 202 / 0.95);
}

.hover\:border-danger-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-300\/0:hover {
  border-color: rgb(252 165 165 / 0);
}

.hover\:border-danger-300\/10:hover {
  border-color: rgb(252 165 165 / 0.1);
}

.hover\:border-danger-300\/100:hover {
  border-color: rgb(252 165 165 / 1);
}

.hover\:border-danger-300\/15:hover {
  border-color: rgb(252 165 165 / 0.15);
}

.hover\:border-danger-300\/20:hover {
  border-color: rgb(252 165 165 / 0.2);
}

.hover\:border-danger-300\/25:hover {
  border-color: rgb(252 165 165 / 0.25);
}

.hover\:border-danger-300\/30:hover {
  border-color: rgb(252 165 165 / 0.3);
}

.hover\:border-danger-300\/35:hover {
  border-color: rgb(252 165 165 / 0.35);
}

.hover\:border-danger-300\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}

.hover\:border-danger-300\/45:hover {
  border-color: rgb(252 165 165 / 0.45);
}

.hover\:border-danger-300\/5:hover {
  border-color: rgb(252 165 165 / 0.05);
}

.hover\:border-danger-300\/50:hover {
  border-color: rgb(252 165 165 / 0.5);
}

.hover\:border-danger-300\/55:hover {
  border-color: rgb(252 165 165 / 0.55);
}

.hover\:border-danger-300\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}

.hover\:border-danger-300\/65:hover {
  border-color: rgb(252 165 165 / 0.65);
}

.hover\:border-danger-300\/70:hover {
  border-color: rgb(252 165 165 / 0.7);
}

.hover\:border-danger-300\/75:hover {
  border-color: rgb(252 165 165 / 0.75);
}

.hover\:border-danger-300\/80:hover {
  border-color: rgb(252 165 165 / 0.8);
}

.hover\:border-danger-300\/85:hover {
  border-color: rgb(252 165 165 / 0.85);
}

.hover\:border-danger-300\/90:hover {
  border-color: rgb(252 165 165 / 0.9);
}

.hover\:border-danger-300\/95:hover {
  border-color: rgb(252 165 165 / 0.95);
}

.hover\:border-danger-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-400\/0:hover {
  border-color: rgb(248 113 113 / 0);
}

.hover\:border-danger-400\/10:hover {
  border-color: rgb(248 113 113 / 0.1);
}

.hover\:border-danger-400\/100:hover {
  border-color: rgb(248 113 113 / 1);
}

.hover\:border-danger-400\/15:hover {
  border-color: rgb(248 113 113 / 0.15);
}

.hover\:border-danger-400\/20:hover {
  border-color: rgb(248 113 113 / 0.2);
}

.hover\:border-danger-400\/25:hover {
  border-color: rgb(248 113 113 / 0.25);
}

.hover\:border-danger-400\/30:hover {
  border-color: rgb(248 113 113 / 0.3);
}

.hover\:border-danger-400\/35:hover {
  border-color: rgb(248 113 113 / 0.35);
}

.hover\:border-danger-400\/40:hover {
  border-color: rgb(248 113 113 / 0.4);
}

.hover\:border-danger-400\/45:hover {
  border-color: rgb(248 113 113 / 0.45);
}

.hover\:border-danger-400\/5:hover {
  border-color: rgb(248 113 113 / 0.05);
}

.hover\:border-danger-400\/50:hover {
  border-color: rgb(248 113 113 / 0.5);
}

.hover\:border-danger-400\/55:hover {
  border-color: rgb(248 113 113 / 0.55);
}

.hover\:border-danger-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-danger-400\/65:hover {
  border-color: rgb(248 113 113 / 0.65);
}

.hover\:border-danger-400\/70:hover {
  border-color: rgb(248 113 113 / 0.7);
}

.hover\:border-danger-400\/75:hover {
  border-color: rgb(248 113 113 / 0.75);
}

.hover\:border-danger-400\/80:hover {
  border-color: rgb(248 113 113 / 0.8);
}

.hover\:border-danger-400\/85:hover {
  border-color: rgb(248 113 113 / 0.85);
}

.hover\:border-danger-400\/90:hover {
  border-color: rgb(248 113 113 / 0.9);
}

.hover\:border-danger-400\/95:hover {
  border-color: rgb(248 113 113 / 0.95);
}

.hover\:border-danger-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-50\/0:hover {
  border-color: rgb(254 242 242 / 0);
}

.hover\:border-danger-50\/10:hover {
  border-color: rgb(254 242 242 / 0.1);
}

.hover\:border-danger-50\/100:hover {
  border-color: rgb(254 242 242 / 1);
}

.hover\:border-danger-50\/15:hover {
  border-color: rgb(254 242 242 / 0.15);
}

.hover\:border-danger-50\/20:hover {
  border-color: rgb(254 242 242 / 0.2);
}

.hover\:border-danger-50\/25:hover {
  border-color: rgb(254 242 242 / 0.25);
}

.hover\:border-danger-50\/30:hover {
  border-color: rgb(254 242 242 / 0.3);
}

.hover\:border-danger-50\/35:hover {
  border-color: rgb(254 242 242 / 0.35);
}

.hover\:border-danger-50\/40:hover {
  border-color: rgb(254 242 242 / 0.4);
}

.hover\:border-danger-50\/45:hover {
  border-color: rgb(254 242 242 / 0.45);
}

.hover\:border-danger-50\/5:hover {
  border-color: rgb(254 242 242 / 0.05);
}

.hover\:border-danger-50\/50:hover {
  border-color: rgb(254 242 242 / 0.5);
}

.hover\:border-danger-50\/55:hover {
  border-color: rgb(254 242 242 / 0.55);
}

.hover\:border-danger-50\/60:hover {
  border-color: rgb(254 242 242 / 0.6);
}

.hover\:border-danger-50\/65:hover {
  border-color: rgb(254 242 242 / 0.65);
}

.hover\:border-danger-50\/70:hover {
  border-color: rgb(254 242 242 / 0.7);
}

.hover\:border-danger-50\/75:hover {
  border-color: rgb(254 242 242 / 0.75);
}

.hover\:border-danger-50\/80:hover {
  border-color: rgb(254 242 242 / 0.8);
}

.hover\:border-danger-50\/85:hover {
  border-color: rgb(254 242 242 / 0.85);
}

.hover\:border-danger-50\/90:hover {
  border-color: rgb(254 242 242 / 0.9);
}

.hover\:border-danger-50\/95:hover {
  border-color: rgb(254 242 242 / 0.95);
}

.hover\:border-danger-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-500\/0:hover {
  border-color: rgb(239 68 68 / 0);
}

.hover\:border-danger-500\/10:hover {
  border-color: rgb(239 68 68 / 0.1);
}

.hover\:border-danger-500\/100:hover {
  border-color: rgb(239 68 68 / 1);
}

.hover\:border-danger-500\/15:hover {
  border-color: rgb(239 68 68 / 0.15);
}

.hover\:border-danger-500\/20:hover {
  border-color: rgb(239 68 68 / 0.2);
}

.hover\:border-danger-500\/25:hover {
  border-color: rgb(239 68 68 / 0.25);
}

.hover\:border-danger-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-danger-500\/35:hover {
  border-color: rgb(239 68 68 / 0.35);
}

.hover\:border-danger-500\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}

.hover\:border-danger-500\/45:hover {
  border-color: rgb(239 68 68 / 0.45);
}

.hover\:border-danger-500\/5:hover {
  border-color: rgb(239 68 68 / 0.05);
}

.hover\:border-danger-500\/50:hover {
  border-color: rgb(239 68 68 / 0.5);
}

.hover\:border-danger-500\/55:hover {
  border-color: rgb(239 68 68 / 0.55);
}

.hover\:border-danger-500\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}

.hover\:border-danger-500\/65:hover {
  border-color: rgb(239 68 68 / 0.65);
}

.hover\:border-danger-500\/70:hover {
  border-color: rgb(239 68 68 / 0.7);
}

.hover\:border-danger-500\/75:hover {
  border-color: rgb(239 68 68 / 0.75);
}

.hover\:border-danger-500\/80:hover {
  border-color: rgb(239 68 68 / 0.8);
}

.hover\:border-danger-500\/85:hover {
  border-color: rgb(239 68 68 / 0.85);
}

.hover\:border-danger-500\/90:hover {
  border-color: rgb(239 68 68 / 0.9);
}

.hover\:border-danger-500\/95:hover {
  border-color: rgb(239 68 68 / 0.95);
}

.hover\:border-danger-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-600\/0:hover {
  border-color: rgb(220 38 38 / 0);
}

.hover\:border-danger-600\/10:hover {
  border-color: rgb(220 38 38 / 0.1);
}

.hover\:border-danger-600\/100:hover {
  border-color: rgb(220 38 38 / 1);
}

.hover\:border-danger-600\/15:hover {
  border-color: rgb(220 38 38 / 0.15);
}

.hover\:border-danger-600\/20:hover {
  border-color: rgb(220 38 38 / 0.2);
}

.hover\:border-danger-600\/25:hover {
  border-color: rgb(220 38 38 / 0.25);
}

.hover\:border-danger-600\/30:hover {
  border-color: rgb(220 38 38 / 0.3);
}

.hover\:border-danger-600\/35:hover {
  border-color: rgb(220 38 38 / 0.35);
}

.hover\:border-danger-600\/40:hover {
  border-color: rgb(220 38 38 / 0.4);
}

.hover\:border-danger-600\/45:hover {
  border-color: rgb(220 38 38 / 0.45);
}

.hover\:border-danger-600\/5:hover {
  border-color: rgb(220 38 38 / 0.05);
}

.hover\:border-danger-600\/50:hover {
  border-color: rgb(220 38 38 / 0.5);
}

.hover\:border-danger-600\/55:hover {
  border-color: rgb(220 38 38 / 0.55);
}

.hover\:border-danger-600\/60:hover {
  border-color: rgb(220 38 38 / 0.6);
}

.hover\:border-danger-600\/65:hover {
  border-color: rgb(220 38 38 / 0.65);
}

.hover\:border-danger-600\/70:hover {
  border-color: rgb(220 38 38 / 0.7);
}

.hover\:border-danger-600\/75:hover {
  border-color: rgb(220 38 38 / 0.75);
}

.hover\:border-danger-600\/80:hover {
  border-color: rgb(220 38 38 / 0.8);
}

.hover\:border-danger-600\/85:hover {
  border-color: rgb(220 38 38 / 0.85);
}

.hover\:border-danger-600\/90:hover {
  border-color: rgb(220 38 38 / 0.9);
}

.hover\:border-danger-600\/95:hover {
  border-color: rgb(220 38 38 / 0.95);
}

.hover\:border-danger-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-700\/0:hover {
  border-color: rgb(185 28 28 / 0);
}

.hover\:border-danger-700\/10:hover {
  border-color: rgb(185 28 28 / 0.1);
}

.hover\:border-danger-700\/100:hover {
  border-color: rgb(185 28 28 / 1);
}

.hover\:border-danger-700\/15:hover {
  border-color: rgb(185 28 28 / 0.15);
}

.hover\:border-danger-700\/20:hover {
  border-color: rgb(185 28 28 / 0.2);
}

.hover\:border-danger-700\/25:hover {
  border-color: rgb(185 28 28 / 0.25);
}

.hover\:border-danger-700\/30:hover {
  border-color: rgb(185 28 28 / 0.3);
}

.hover\:border-danger-700\/35:hover {
  border-color: rgb(185 28 28 / 0.35);
}

.hover\:border-danger-700\/40:hover {
  border-color: rgb(185 28 28 / 0.4);
}

.hover\:border-danger-700\/45:hover {
  border-color: rgb(185 28 28 / 0.45);
}

.hover\:border-danger-700\/5:hover {
  border-color: rgb(185 28 28 / 0.05);
}

.hover\:border-danger-700\/50:hover {
  border-color: rgb(185 28 28 / 0.5);
}

.hover\:border-danger-700\/55:hover {
  border-color: rgb(185 28 28 / 0.55);
}

.hover\:border-danger-700\/60:hover {
  border-color: rgb(185 28 28 / 0.6);
}

.hover\:border-danger-700\/65:hover {
  border-color: rgb(185 28 28 / 0.65);
}

.hover\:border-danger-700\/70:hover {
  border-color: rgb(185 28 28 / 0.7);
}

.hover\:border-danger-700\/75:hover {
  border-color: rgb(185 28 28 / 0.75);
}

.hover\:border-danger-700\/80:hover {
  border-color: rgb(185 28 28 / 0.8);
}

.hover\:border-danger-700\/85:hover {
  border-color: rgb(185 28 28 / 0.85);
}

.hover\:border-danger-700\/90:hover {
  border-color: rgb(185 28 28 / 0.9);
}

.hover\:border-danger-700\/95:hover {
  border-color: rgb(185 28 28 / 0.95);
}

.hover\:border-danger-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-800\/0:hover {
  border-color: rgb(153 27 27 / 0);
}

.hover\:border-danger-800\/10:hover {
  border-color: rgb(153 27 27 / 0.1);
}

.hover\:border-danger-800\/100:hover {
  border-color: rgb(153 27 27 / 1);
}

.hover\:border-danger-800\/15:hover {
  border-color: rgb(153 27 27 / 0.15);
}

.hover\:border-danger-800\/20:hover {
  border-color: rgb(153 27 27 / 0.2);
}

.hover\:border-danger-800\/25:hover {
  border-color: rgb(153 27 27 / 0.25);
}

.hover\:border-danger-800\/30:hover {
  border-color: rgb(153 27 27 / 0.3);
}

.hover\:border-danger-800\/35:hover {
  border-color: rgb(153 27 27 / 0.35);
}

.hover\:border-danger-800\/40:hover {
  border-color: rgb(153 27 27 / 0.4);
}

.hover\:border-danger-800\/45:hover {
  border-color: rgb(153 27 27 / 0.45);
}

.hover\:border-danger-800\/5:hover {
  border-color: rgb(153 27 27 / 0.05);
}

.hover\:border-danger-800\/50:hover {
  border-color: rgb(153 27 27 / 0.5);
}

.hover\:border-danger-800\/55:hover {
  border-color: rgb(153 27 27 / 0.55);
}

.hover\:border-danger-800\/60:hover {
  border-color: rgb(153 27 27 / 0.6);
}

.hover\:border-danger-800\/65:hover {
  border-color: rgb(153 27 27 / 0.65);
}

.hover\:border-danger-800\/70:hover {
  border-color: rgb(153 27 27 / 0.7);
}

.hover\:border-danger-800\/75:hover {
  border-color: rgb(153 27 27 / 0.75);
}

.hover\:border-danger-800\/80:hover {
  border-color: rgb(153 27 27 / 0.8);
}

.hover\:border-danger-800\/85:hover {
  border-color: rgb(153 27 27 / 0.85);
}

.hover\:border-danger-800\/90:hover {
  border-color: rgb(153 27 27 / 0.9);
}

.hover\:border-danger-800\/95:hover {
  border-color: rgb(153 27 27 / 0.95);
}

.hover\:border-danger-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-900\/0:hover {
  border-color: rgb(127 29 29 / 0);
}

.hover\:border-danger-900\/10:hover {
  border-color: rgb(127 29 29 / 0.1);
}

.hover\:border-danger-900\/100:hover {
  border-color: rgb(127 29 29 / 1);
}

.hover\:border-danger-900\/15:hover {
  border-color: rgb(127 29 29 / 0.15);
}

.hover\:border-danger-900\/20:hover {
  border-color: rgb(127 29 29 / 0.2);
}

.hover\:border-danger-900\/25:hover {
  border-color: rgb(127 29 29 / 0.25);
}

.hover\:border-danger-900\/30:hover {
  border-color: rgb(127 29 29 / 0.3);
}

.hover\:border-danger-900\/35:hover {
  border-color: rgb(127 29 29 / 0.35);
}

.hover\:border-danger-900\/40:hover {
  border-color: rgb(127 29 29 / 0.4);
}

.hover\:border-danger-900\/45:hover {
  border-color: rgb(127 29 29 / 0.45);
}

.hover\:border-danger-900\/5:hover {
  border-color: rgb(127 29 29 / 0.05);
}

.hover\:border-danger-900\/50:hover {
  border-color: rgb(127 29 29 / 0.5);
}

.hover\:border-danger-900\/55:hover {
  border-color: rgb(127 29 29 / 0.55);
}

.hover\:border-danger-900\/60:hover {
  border-color: rgb(127 29 29 / 0.6);
}

.hover\:border-danger-900\/65:hover {
  border-color: rgb(127 29 29 / 0.65);
}

.hover\:border-danger-900\/70:hover {
  border-color: rgb(127 29 29 / 0.7);
}

.hover\:border-danger-900\/75:hover {
  border-color: rgb(127 29 29 / 0.75);
}

.hover\:border-danger-900\/80:hover {
  border-color: rgb(127 29 29 / 0.8);
}

.hover\:border-danger-900\/85:hover {
  border-color: rgb(127 29 29 / 0.85);
}

.hover\:border-danger-900\/90:hover {
  border-color: rgb(127 29 29 / 0.9);
}

.hover\:border-danger-900\/95:hover {
  border-color: rgb(127 29 29 / 0.95);
}

.hover\:border-danger-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-dark\/0:hover {
  border-color: rgb(185 28 28 / 0);
}

.hover\:border-danger-dark\/10:hover {
  border-color: rgb(185 28 28 / 0.1);
}

.hover\:border-danger-dark\/100:hover {
  border-color: rgb(185 28 28 / 1);
}

.hover\:border-danger-dark\/15:hover {
  border-color: rgb(185 28 28 / 0.15);
}

.hover\:border-danger-dark\/20:hover {
  border-color: rgb(185 28 28 / 0.2);
}

.hover\:border-danger-dark\/25:hover {
  border-color: rgb(185 28 28 / 0.25);
}

.hover\:border-danger-dark\/30:hover {
  border-color: rgb(185 28 28 / 0.3);
}

.hover\:border-danger-dark\/35:hover {
  border-color: rgb(185 28 28 / 0.35);
}

.hover\:border-danger-dark\/40:hover {
  border-color: rgb(185 28 28 / 0.4);
}

.hover\:border-danger-dark\/45:hover {
  border-color: rgb(185 28 28 / 0.45);
}

.hover\:border-danger-dark\/5:hover {
  border-color: rgb(185 28 28 / 0.05);
}

.hover\:border-danger-dark\/50:hover {
  border-color: rgb(185 28 28 / 0.5);
}

.hover\:border-danger-dark\/55:hover {
  border-color: rgb(185 28 28 / 0.55);
}

.hover\:border-danger-dark\/60:hover {
  border-color: rgb(185 28 28 / 0.6);
}

.hover\:border-danger-dark\/65:hover {
  border-color: rgb(185 28 28 / 0.65);
}

.hover\:border-danger-dark\/70:hover {
  border-color: rgb(185 28 28 / 0.7);
}

.hover\:border-danger-dark\/75:hover {
  border-color: rgb(185 28 28 / 0.75);
}

.hover\:border-danger-dark\/80:hover {
  border-color: rgb(185 28 28 / 0.8);
}

.hover\:border-danger-dark\/85:hover {
  border-color: rgb(185 28 28 / 0.85);
}

.hover\:border-danger-dark\/90:hover {
  border-color: rgb(185 28 28 / 0.9);
}

.hover\:border-danger-dark\/95:hover {
  border-color: rgb(185 28 28 / 0.95);
}

.hover\:border-danger-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.hover\:border-danger-light\/0:hover {
  border-color: rgb(254 226 226 / 0);
}

.hover\:border-danger-light\/10:hover {
  border-color: rgb(254 226 226 / 0.1);
}

.hover\:border-danger-light\/100:hover {
  border-color: rgb(254 226 226 / 1);
}

.hover\:border-danger-light\/15:hover {
  border-color: rgb(254 226 226 / 0.15);
}

.hover\:border-danger-light\/20:hover {
  border-color: rgb(254 226 226 / 0.2);
}

.hover\:border-danger-light\/25:hover {
  border-color: rgb(254 226 226 / 0.25);
}

.hover\:border-danger-light\/30:hover {
  border-color: rgb(254 226 226 / 0.3);
}

.hover\:border-danger-light\/35:hover {
  border-color: rgb(254 226 226 / 0.35);
}

.hover\:border-danger-light\/40:hover {
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-danger-light\/45:hover {
  border-color: rgb(254 226 226 / 0.45);
}

.hover\:border-danger-light\/5:hover {
  border-color: rgb(254 226 226 / 0.05);
}

.hover\:border-danger-light\/50:hover {
  border-color: rgb(254 226 226 / 0.5);
}

.hover\:border-danger-light\/55:hover {
  border-color: rgb(254 226 226 / 0.55);
}

.hover\:border-danger-light\/60:hover {
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-danger-light\/65:hover {
  border-color: rgb(254 226 226 / 0.65);
}

.hover\:border-danger-light\/70:hover {
  border-color: rgb(254 226 226 / 0.7);
}

.hover\:border-danger-light\/75:hover {
  border-color: rgb(254 226 226 / 0.75);
}

.hover\:border-danger-light\/80:hover {
  border-color: rgb(254 226 226 / 0.8);
}

.hover\:border-danger-light\/85:hover {
  border-color: rgb(254 226 226 / 0.85);
}

.hover\:border-danger-light\/90:hover {
  border-color: rgb(254 226 226 / 0.9);
}

.hover\:border-danger-light\/95:hover {
  border-color: rgb(254 226 226 / 0.95);
}

.hover\:border-danger\/0:hover {
  border-color: rgb(239 68 68 / 0);
}

.hover\:border-danger\/10:hover {
  border-color: rgb(239 68 68 / 0.1);
}

.hover\:border-danger\/100:hover {
  border-color: rgb(239 68 68 / 1);
}

.hover\:border-danger\/15:hover {
  border-color: rgb(239 68 68 / 0.15);
}

.hover\:border-danger\/20:hover {
  border-color: rgb(239 68 68 / 0.2);
}

.hover\:border-danger\/25:hover {
  border-color: rgb(239 68 68 / 0.25);
}

.hover\:border-danger\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-danger\/35:hover {
  border-color: rgb(239 68 68 / 0.35);
}

.hover\:border-danger\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}

.hover\:border-danger\/45:hover {
  border-color: rgb(239 68 68 / 0.45);
}

.hover\:border-danger\/5:hover {
  border-color: rgb(239 68 68 / 0.05);
}

.hover\:border-danger\/50:hover {
  border-color: rgb(239 68 68 / 0.5);
}

.hover\:border-danger\/55:hover {
  border-color: rgb(239 68 68 / 0.55);
}

.hover\:border-danger\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}

.hover\:border-danger\/65:hover {
  border-color: rgb(239 68 68 / 0.65);
}

.hover\:border-danger\/70:hover {
  border-color: rgb(239 68 68 / 0.7);
}

.hover\:border-danger\/75:hover {
  border-color: rgb(239 68 68 / 0.75);
}

.hover\:border-danger\/80:hover {
  border-color: rgb(239 68 68 / 0.8);
}

.hover\:border-danger\/85:hover {
  border-color: rgb(239 68 68 / 0.85);
}

.hover\:border-danger\/90:hover {
  border-color: rgb(239 68 68 / 0.9);
}

.hover\:border-danger\/95:hover {
  border-color: rgb(239 68 68 / 0.95);
}

.hover\:border-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 28 50 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 243 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-100\/0:hover {
  border-color: rgb(235 237 243 / 0);
}

.hover\:border-dark-100\/10:hover {
  border-color: rgb(235 237 243 / 0.1);
}

.hover\:border-dark-100\/100:hover {
  border-color: rgb(235 237 243 / 1);
}

.hover\:border-dark-100\/15:hover {
  border-color: rgb(235 237 243 / 0.15);
}

.hover\:border-dark-100\/20:hover {
  border-color: rgb(235 237 243 / 0.2);
}

.hover\:border-dark-100\/25:hover {
  border-color: rgb(235 237 243 / 0.25);
}

.hover\:border-dark-100\/30:hover {
  border-color: rgb(235 237 243 / 0.3);
}

.hover\:border-dark-100\/35:hover {
  border-color: rgb(235 237 243 / 0.35);
}

.hover\:border-dark-100\/40:hover {
  border-color: rgb(235 237 243 / 0.4);
}

.hover\:border-dark-100\/45:hover {
  border-color: rgb(235 237 243 / 0.45);
}

.hover\:border-dark-100\/5:hover {
  border-color: rgb(235 237 243 / 0.05);
}

.hover\:border-dark-100\/50:hover {
  border-color: rgb(235 237 243 / 0.5);
}

.hover\:border-dark-100\/55:hover {
  border-color: rgb(235 237 243 / 0.55);
}

.hover\:border-dark-100\/60:hover {
  border-color: rgb(235 237 243 / 0.6);
}

.hover\:border-dark-100\/65:hover {
  border-color: rgb(235 237 243 / 0.65);
}

.hover\:border-dark-100\/70:hover {
  border-color: rgb(235 237 243 / 0.7);
}

.hover\:border-dark-100\/75:hover {
  border-color: rgb(235 237 243 / 0.75);
}

.hover\:border-dark-100\/80:hover {
  border-color: rgb(235 237 243 / 0.8);
}

.hover\:border-dark-100\/85:hover {
  border-color: rgb(235 237 243 / 0.85);
}

.hover\:border-dark-100\/90:hover {
  border-color: rgb(235 237 243 / 0.9);
}

.hover\:border-dark-100\/95:hover {
  border-color: rgb(235 237 243 / 0.95);
}

.hover\:border-dark-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-200\/0:hover {
  border-color: rgb(228 230 239 / 0);
}

.hover\:border-dark-200\/10:hover {
  border-color: rgb(228 230 239 / 0.1);
}

.hover\:border-dark-200\/100:hover {
  border-color: rgb(228 230 239 / 1);
}

.hover\:border-dark-200\/15:hover {
  border-color: rgb(228 230 239 / 0.15);
}

.hover\:border-dark-200\/20:hover {
  border-color: rgb(228 230 239 / 0.2);
}

.hover\:border-dark-200\/25:hover {
  border-color: rgb(228 230 239 / 0.25);
}

.hover\:border-dark-200\/30:hover {
  border-color: rgb(228 230 239 / 0.3);
}

.hover\:border-dark-200\/35:hover {
  border-color: rgb(228 230 239 / 0.35);
}

.hover\:border-dark-200\/40:hover {
  border-color: rgb(228 230 239 / 0.4);
}

.hover\:border-dark-200\/45:hover {
  border-color: rgb(228 230 239 / 0.45);
}

.hover\:border-dark-200\/5:hover {
  border-color: rgb(228 230 239 / 0.05);
}

.hover\:border-dark-200\/50:hover {
  border-color: rgb(228 230 239 / 0.5);
}

.hover\:border-dark-200\/55:hover {
  border-color: rgb(228 230 239 / 0.55);
}

.hover\:border-dark-200\/60:hover {
  border-color: rgb(228 230 239 / 0.6);
}

.hover\:border-dark-200\/65:hover {
  border-color: rgb(228 230 239 / 0.65);
}

.hover\:border-dark-200\/70:hover {
  border-color: rgb(228 230 239 / 0.7);
}

.hover\:border-dark-200\/75:hover {
  border-color: rgb(228 230 239 / 0.75);
}

.hover\:border-dark-200\/80:hover {
  border-color: rgb(228 230 239 / 0.8);
}

.hover\:border-dark-200\/85:hover {
  border-color: rgb(228 230 239 / 0.85);
}

.hover\:border-dark-200\/90:hover {
  border-color: rgb(228 230 239 / 0.9);
}

.hover\:border-dark-200\/95:hover {
  border-color: rgb(228 230 239 / 0.95);
}

.hover\:border-dark-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 211 224 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-300\/0:hover {
  border-color: rgb(209 211 224 / 0);
}

.hover\:border-dark-300\/10:hover {
  border-color: rgb(209 211 224 / 0.1);
}

.hover\:border-dark-300\/100:hover {
  border-color: rgb(209 211 224 / 1);
}

.hover\:border-dark-300\/15:hover {
  border-color: rgb(209 211 224 / 0.15);
}

.hover\:border-dark-300\/20:hover {
  border-color: rgb(209 211 224 / 0.2);
}

.hover\:border-dark-300\/25:hover {
  border-color: rgb(209 211 224 / 0.25);
}

.hover\:border-dark-300\/30:hover {
  border-color: rgb(209 211 224 / 0.3);
}

.hover\:border-dark-300\/35:hover {
  border-color: rgb(209 211 224 / 0.35);
}

.hover\:border-dark-300\/40:hover {
  border-color: rgb(209 211 224 / 0.4);
}

.hover\:border-dark-300\/45:hover {
  border-color: rgb(209 211 224 / 0.45);
}

.hover\:border-dark-300\/5:hover {
  border-color: rgb(209 211 224 / 0.05);
}

.hover\:border-dark-300\/50:hover {
  border-color: rgb(209 211 224 / 0.5);
}

.hover\:border-dark-300\/55:hover {
  border-color: rgb(209 211 224 / 0.55);
}

.hover\:border-dark-300\/60:hover {
  border-color: rgb(209 211 224 / 0.6);
}

.hover\:border-dark-300\/65:hover {
  border-color: rgb(209 211 224 / 0.65);
}

.hover\:border-dark-300\/70:hover {
  border-color: rgb(209 211 224 / 0.7);
}

.hover\:border-dark-300\/75:hover {
  border-color: rgb(209 211 224 / 0.75);
}

.hover\:border-dark-300\/80:hover {
  border-color: rgb(209 211 224 / 0.8);
}

.hover\:border-dark-300\/85:hover {
  border-color: rgb(209 211 224 / 0.85);
}

.hover\:border-dark-300\/90:hover {
  border-color: rgb(209 211 224 / 0.9);
}

.hover\:border-dark-300\/95:hover {
  border-color: rgb(209 211 224 / 0.95);
}

.hover\:border-dark-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(181 181 195 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-400\/0:hover {
  border-color: rgb(181 181 195 / 0);
}

.hover\:border-dark-400\/10:hover {
  border-color: rgb(181 181 195 / 0.1);
}

.hover\:border-dark-400\/100:hover {
  border-color: rgb(181 181 195 / 1);
}

.hover\:border-dark-400\/15:hover {
  border-color: rgb(181 181 195 / 0.15);
}

.hover\:border-dark-400\/20:hover {
  border-color: rgb(181 181 195 / 0.2);
}

.hover\:border-dark-400\/25:hover {
  border-color: rgb(181 181 195 / 0.25);
}

.hover\:border-dark-400\/30:hover {
  border-color: rgb(181 181 195 / 0.3);
}

.hover\:border-dark-400\/35:hover {
  border-color: rgb(181 181 195 / 0.35);
}

.hover\:border-dark-400\/40:hover {
  border-color: rgb(181 181 195 / 0.4);
}

.hover\:border-dark-400\/45:hover {
  border-color: rgb(181 181 195 / 0.45);
}

.hover\:border-dark-400\/5:hover {
  border-color: rgb(181 181 195 / 0.05);
}

.hover\:border-dark-400\/50:hover {
  border-color: rgb(181 181 195 / 0.5);
}

.hover\:border-dark-400\/55:hover {
  border-color: rgb(181 181 195 / 0.55);
}

.hover\:border-dark-400\/60:hover {
  border-color: rgb(181 181 195 / 0.6);
}

.hover\:border-dark-400\/65:hover {
  border-color: rgb(181 181 195 / 0.65);
}

.hover\:border-dark-400\/70:hover {
  border-color: rgb(181 181 195 / 0.7);
}

.hover\:border-dark-400\/75:hover {
  border-color: rgb(181 181 195 / 0.75);
}

.hover\:border-dark-400\/80:hover {
  border-color: rgb(181 181 195 / 0.8);
}

.hover\:border-dark-400\/85:hover {
  border-color: rgb(181 181 195 / 0.85);
}

.hover\:border-dark-400\/90:hover {
  border-color: rgb(181 181 195 / 0.9);
}

.hover\:border-dark-400\/95:hover {
  border-color: rgb(181 181 195 / 0.95);
}

.hover\:border-dark-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 246 249 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-50\/0:hover {
  border-color: rgb(243 246 249 / 0);
}

.hover\:border-dark-50\/10:hover {
  border-color: rgb(243 246 249 / 0.1);
}

.hover\:border-dark-50\/100:hover {
  border-color: rgb(243 246 249 / 1);
}

.hover\:border-dark-50\/15:hover {
  border-color: rgb(243 246 249 / 0.15);
}

.hover\:border-dark-50\/20:hover {
  border-color: rgb(243 246 249 / 0.2);
}

.hover\:border-dark-50\/25:hover {
  border-color: rgb(243 246 249 / 0.25);
}

.hover\:border-dark-50\/30:hover {
  border-color: rgb(243 246 249 / 0.3);
}

.hover\:border-dark-50\/35:hover {
  border-color: rgb(243 246 249 / 0.35);
}

.hover\:border-dark-50\/40:hover {
  border-color: rgb(243 246 249 / 0.4);
}

.hover\:border-dark-50\/45:hover {
  border-color: rgb(243 246 249 / 0.45);
}

.hover\:border-dark-50\/5:hover {
  border-color: rgb(243 246 249 / 0.05);
}

.hover\:border-dark-50\/50:hover {
  border-color: rgb(243 246 249 / 0.5);
}

.hover\:border-dark-50\/55:hover {
  border-color: rgb(243 246 249 / 0.55);
}

.hover\:border-dark-50\/60:hover {
  border-color: rgb(243 246 249 / 0.6);
}

.hover\:border-dark-50\/65:hover {
  border-color: rgb(243 246 249 / 0.65);
}

.hover\:border-dark-50\/70:hover {
  border-color: rgb(243 246 249 / 0.7);
}

.hover\:border-dark-50\/75:hover {
  border-color: rgb(243 246 249 / 0.75);
}

.hover\:border-dark-50\/80:hover {
  border-color: rgb(243 246 249 / 0.8);
}

.hover\:border-dark-50\/85:hover {
  border-color: rgb(243 246 249 / 0.85);
}

.hover\:border-dark-50\/90:hover {
  border-color: rgb(243 246 249 / 0.9);
}

.hover\:border-dark-50\/95:hover {
  border-color: rgb(243 246 249 / 0.95);
}

.hover\:border-dark-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 130 153 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-500\/0:hover {
  border-color: rgb(126 130 153 / 0);
}

.hover\:border-dark-500\/10:hover {
  border-color: rgb(126 130 153 / 0.1);
}

.hover\:border-dark-500\/100:hover {
  border-color: rgb(126 130 153 / 1);
}

.hover\:border-dark-500\/15:hover {
  border-color: rgb(126 130 153 / 0.15);
}

.hover\:border-dark-500\/20:hover {
  border-color: rgb(126 130 153 / 0.2);
}

.hover\:border-dark-500\/25:hover {
  border-color: rgb(126 130 153 / 0.25);
}

.hover\:border-dark-500\/30:hover {
  border-color: rgb(126 130 153 / 0.3);
}

.hover\:border-dark-500\/35:hover {
  border-color: rgb(126 130 153 / 0.35);
}

.hover\:border-dark-500\/40:hover {
  border-color: rgb(126 130 153 / 0.4);
}

.hover\:border-dark-500\/45:hover {
  border-color: rgb(126 130 153 / 0.45);
}

.hover\:border-dark-500\/5:hover {
  border-color: rgb(126 130 153 / 0.05);
}

.hover\:border-dark-500\/50:hover {
  border-color: rgb(126 130 153 / 0.5);
}

.hover\:border-dark-500\/55:hover {
  border-color: rgb(126 130 153 / 0.55);
}

.hover\:border-dark-500\/60:hover {
  border-color: rgb(126 130 153 / 0.6);
}

.hover\:border-dark-500\/65:hover {
  border-color: rgb(126 130 153 / 0.65);
}

.hover\:border-dark-500\/70:hover {
  border-color: rgb(126 130 153 / 0.7);
}

.hover\:border-dark-500\/75:hover {
  border-color: rgb(126 130 153 / 0.75);
}

.hover\:border-dark-500\/80:hover {
  border-color: rgb(126 130 153 / 0.8);
}

.hover\:border-dark-500\/85:hover {
  border-color: rgb(126 130 153 / 0.85);
}

.hover\:border-dark-500\/90:hover {
  border-color: rgb(126 130 153 / 0.9);
}

.hover\:border-dark-500\/95:hover {
  border-color: rgb(126 130 153 / 0.95);
}

.hover\:border-dark-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 98 120 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-600\/0:hover {
  border-color: rgb(94 98 120 / 0);
}

.hover\:border-dark-600\/10:hover {
  border-color: rgb(94 98 120 / 0.1);
}

.hover\:border-dark-600\/100:hover {
  border-color: rgb(94 98 120 / 1);
}

.hover\:border-dark-600\/15:hover {
  border-color: rgb(94 98 120 / 0.15);
}

.hover\:border-dark-600\/20:hover {
  border-color: rgb(94 98 120 / 0.2);
}

.hover\:border-dark-600\/25:hover {
  border-color: rgb(94 98 120 / 0.25);
}

.hover\:border-dark-600\/30:hover {
  border-color: rgb(94 98 120 / 0.3);
}

.hover\:border-dark-600\/35:hover {
  border-color: rgb(94 98 120 / 0.35);
}

.hover\:border-dark-600\/40:hover {
  border-color: rgb(94 98 120 / 0.4);
}

.hover\:border-dark-600\/45:hover {
  border-color: rgb(94 98 120 / 0.45);
}

.hover\:border-dark-600\/5:hover {
  border-color: rgb(94 98 120 / 0.05);
}

.hover\:border-dark-600\/50:hover {
  border-color: rgb(94 98 120 / 0.5);
}

.hover\:border-dark-600\/55:hover {
  border-color: rgb(94 98 120 / 0.55);
}

.hover\:border-dark-600\/60:hover {
  border-color: rgb(94 98 120 / 0.6);
}

.hover\:border-dark-600\/65:hover {
  border-color: rgb(94 98 120 / 0.65);
}

.hover\:border-dark-600\/70:hover {
  border-color: rgb(94 98 120 / 0.7);
}

.hover\:border-dark-600\/75:hover {
  border-color: rgb(94 98 120 / 0.75);
}

.hover\:border-dark-600\/80:hover {
  border-color: rgb(94 98 120 / 0.8);
}

.hover\:border-dark-600\/85:hover {
  border-color: rgb(94 98 120 / 0.85);
}

.hover\:border-dark-600\/90:hover {
  border-color: rgb(94 98 120 / 0.9);
}

.hover\:border-dark-600\/95:hover {
  border-color: rgb(94 98 120 / 0.95);
}

.hover\:border-dark-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 66 84 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-700\/0:hover {
  border-color: rgb(63 66 84 / 0);
}

.hover\:border-dark-700\/10:hover {
  border-color: rgb(63 66 84 / 0.1);
}

.hover\:border-dark-700\/100:hover {
  border-color: rgb(63 66 84 / 1);
}

.hover\:border-dark-700\/15:hover {
  border-color: rgb(63 66 84 / 0.15);
}

.hover\:border-dark-700\/20:hover {
  border-color: rgb(63 66 84 / 0.2);
}

.hover\:border-dark-700\/25:hover {
  border-color: rgb(63 66 84 / 0.25);
}

.hover\:border-dark-700\/30:hover {
  border-color: rgb(63 66 84 / 0.3);
}

.hover\:border-dark-700\/35:hover {
  border-color: rgb(63 66 84 / 0.35);
}

.hover\:border-dark-700\/40:hover {
  border-color: rgb(63 66 84 / 0.4);
}

.hover\:border-dark-700\/45:hover {
  border-color: rgb(63 66 84 / 0.45);
}

.hover\:border-dark-700\/5:hover {
  border-color: rgb(63 66 84 / 0.05);
}

.hover\:border-dark-700\/50:hover {
  border-color: rgb(63 66 84 / 0.5);
}

.hover\:border-dark-700\/55:hover {
  border-color: rgb(63 66 84 / 0.55);
}

.hover\:border-dark-700\/60:hover {
  border-color: rgb(63 66 84 / 0.6);
}

.hover\:border-dark-700\/65:hover {
  border-color: rgb(63 66 84 / 0.65);
}

.hover\:border-dark-700\/70:hover {
  border-color: rgb(63 66 84 / 0.7);
}

.hover\:border-dark-700\/75:hover {
  border-color: rgb(63 66 84 / 0.75);
}

.hover\:border-dark-700\/80:hover {
  border-color: rgb(63 66 84 / 0.8);
}

.hover\:border-dark-700\/85:hover {
  border-color: rgb(63 66 84 / 0.85);
}

.hover\:border-dark-700\/90:hover {
  border-color: rgb(63 66 84 / 0.9);
}

.hover\:border-dark-700\/95:hover {
  border-color: rgb(63 66 84 / 0.95);
}

.hover\:border-dark-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 28 50 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-800\/0:hover {
  border-color: rgb(24 28 50 / 0);
}

.hover\:border-dark-800\/10:hover {
  border-color: rgb(24 28 50 / 0.1);
}

.hover\:border-dark-800\/100:hover {
  border-color: rgb(24 28 50 / 1);
}

.hover\:border-dark-800\/15:hover {
  border-color: rgb(24 28 50 / 0.15);
}

.hover\:border-dark-800\/20:hover {
  border-color: rgb(24 28 50 / 0.2);
}

.hover\:border-dark-800\/25:hover {
  border-color: rgb(24 28 50 / 0.25);
}

.hover\:border-dark-800\/30:hover {
  border-color: rgb(24 28 50 / 0.3);
}

.hover\:border-dark-800\/35:hover {
  border-color: rgb(24 28 50 / 0.35);
}

.hover\:border-dark-800\/40:hover {
  border-color: rgb(24 28 50 / 0.4);
}

.hover\:border-dark-800\/45:hover {
  border-color: rgb(24 28 50 / 0.45);
}

.hover\:border-dark-800\/5:hover {
  border-color: rgb(24 28 50 / 0.05);
}

.hover\:border-dark-800\/50:hover {
  border-color: rgb(24 28 50 / 0.5);
}

.hover\:border-dark-800\/55:hover {
  border-color: rgb(24 28 50 / 0.55);
}

.hover\:border-dark-800\/60:hover {
  border-color: rgb(24 28 50 / 0.6);
}

.hover\:border-dark-800\/65:hover {
  border-color: rgb(24 28 50 / 0.65);
}

.hover\:border-dark-800\/70:hover {
  border-color: rgb(24 28 50 / 0.7);
}

.hover\:border-dark-800\/75:hover {
  border-color: rgb(24 28 50 / 0.75);
}

.hover\:border-dark-800\/80:hover {
  border-color: rgb(24 28 50 / 0.8);
}

.hover\:border-dark-800\/85:hover {
  border-color: rgb(24 28 50 / 0.85);
}

.hover\:border-dark-800\/90:hover {
  border-color: rgb(24 28 50 / 0.9);
}

.hover\:border-dark-800\/95:hover {
  border-color: rgb(24 28 50 / 0.95);
}

.hover\:border-dark-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 15 26 / var(--tw-border-opacity, 1));
}

.hover\:border-dark-900\/0:hover {
  border-color: rgb(13 15 26 / 0);
}

.hover\:border-dark-900\/10:hover {
  border-color: rgb(13 15 26 / 0.1);
}

.hover\:border-dark-900\/100:hover {
  border-color: rgb(13 15 26 / 1);
}

.hover\:border-dark-900\/15:hover {
  border-color: rgb(13 15 26 / 0.15);
}

.hover\:border-dark-900\/20:hover {
  border-color: rgb(13 15 26 / 0.2);
}

.hover\:border-dark-900\/25:hover {
  border-color: rgb(13 15 26 / 0.25);
}

.hover\:border-dark-900\/30:hover {
  border-color: rgb(13 15 26 / 0.3);
}

.hover\:border-dark-900\/35:hover {
  border-color: rgb(13 15 26 / 0.35);
}

.hover\:border-dark-900\/40:hover {
  border-color: rgb(13 15 26 / 0.4);
}

.hover\:border-dark-900\/45:hover {
  border-color: rgb(13 15 26 / 0.45);
}

.hover\:border-dark-900\/5:hover {
  border-color: rgb(13 15 26 / 0.05);
}

.hover\:border-dark-900\/50:hover {
  border-color: rgb(13 15 26 / 0.5);
}

.hover\:border-dark-900\/55:hover {
  border-color: rgb(13 15 26 / 0.55);
}

.hover\:border-dark-900\/60:hover {
  border-color: rgb(13 15 26 / 0.6);
}

.hover\:border-dark-900\/65:hover {
  border-color: rgb(13 15 26 / 0.65);
}

.hover\:border-dark-900\/70:hover {
  border-color: rgb(13 15 26 / 0.7);
}

.hover\:border-dark-900\/75:hover {
  border-color: rgb(13 15 26 / 0.75);
}

.hover\:border-dark-900\/80:hover {
  border-color: rgb(13 15 26 / 0.8);
}

.hover\:border-dark-900\/85:hover {
  border-color: rgb(13 15 26 / 0.85);
}

.hover\:border-dark-900\/90:hover {
  border-color: rgb(13 15 26 / 0.9);
}

.hover\:border-dark-900\/95:hover {
  border-color: rgb(13 15 26 / 0.95);
}

.hover\:border-dark\/0:hover {
  border-color: rgb(24 28 50 / 0);
}

.hover\:border-dark\/10:hover {
  border-color: rgb(24 28 50 / 0.1);
}

.hover\:border-dark\/100:hover {
  border-color: rgb(24 28 50 / 1);
}

.hover\:border-dark\/15:hover {
  border-color: rgb(24 28 50 / 0.15);
}

.hover\:border-dark\/20:hover {
  border-color: rgb(24 28 50 / 0.2);
}

.hover\:border-dark\/25:hover {
  border-color: rgb(24 28 50 / 0.25);
}

.hover\:border-dark\/30:hover {
  border-color: rgb(24 28 50 / 0.3);
}

.hover\:border-dark\/35:hover {
  border-color: rgb(24 28 50 / 0.35);
}

.hover\:border-dark\/40:hover {
  border-color: rgb(24 28 50 / 0.4);
}

.hover\:border-dark\/45:hover {
  border-color: rgb(24 28 50 / 0.45);
}

.hover\:border-dark\/5:hover {
  border-color: rgb(24 28 50 / 0.05);
}

.hover\:border-dark\/50:hover {
  border-color: rgb(24 28 50 / 0.5);
}

.hover\:border-dark\/55:hover {
  border-color: rgb(24 28 50 / 0.55);
}

.hover\:border-dark\/60:hover {
  border-color: rgb(24 28 50 / 0.6);
}

.hover\:border-dark\/65:hover {
  border-color: rgb(24 28 50 / 0.65);
}

.hover\:border-dark\/70:hover {
  border-color: rgb(24 28 50 / 0.7);
}

.hover\:border-dark\/75:hover {
  border-color: rgb(24 28 50 / 0.75);
}

.hover\:border-dark\/80:hover {
  border-color: rgb(24 28 50 / 0.8);
}

.hover\:border-dark\/85:hover {
  border-color: rgb(24 28 50 / 0.85);
}

.hover\:border-dark\/90:hover {
  border-color: rgb(24 28 50 / 0.9);
}

.hover\:border-dark\/95:hover {
  border-color: rgb(24 28 50 / 0.95);
}

.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

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

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.hover\:border-info:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-info-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.hover\:border-info-100\/0:hover {
  border-color: rgb(219 234 254 / 0);
}

.hover\:border-info-100\/10:hover {
  border-color: rgb(219 234 254 / 0.1);
}

.hover\:border-info-100\/100:hover {
  border-color: rgb(219 234 254 / 1);
}

.hover\:border-info-100\/15:hover {
  border-color: rgb(219 234 254 / 0.15);
}

.hover\:border-info-100\/20:hover {
  border-color: rgb(219 234 254 / 0.2);
}

.hover\:border-info-100\/25:hover {
  border-color: rgb(219 234 254 / 0.25);
}

.hover\:border-info-100\/30:hover {
  border-color: rgb(219 234 254 / 0.3);
}

.hover\:border-info-100\/35:hover {
  border-color: rgb(219 234 254 / 0.35);
}

.hover\:border-info-100\/40:hover {
  border-color: rgb(219 234 254 / 0.4);
}

.hover\:border-info-100\/45:hover {
  border-color: rgb(219 234 254 / 0.45);
}

.hover\:border-info-100\/5:hover {
  border-color: rgb(219 234 254 / 0.05);
}

.hover\:border-info-100\/50:hover {
  border-color: rgb(219 234 254 / 0.5);
}

.hover\:border-info-100\/55:hover {
  border-color: rgb(219 234 254 / 0.55);
}

.hover\:border-info-100\/60:hover {
  border-color: rgb(219 234 254 / 0.6);
}

.hover\:border-info-100\/65:hover {
  border-color: rgb(219 234 254 / 0.65);
}

.hover\:border-info-100\/70:hover {
  border-color: rgb(219 234 254 / 0.7);
}

.hover\:border-info-100\/75:hover {
  border-color: rgb(219 234 254 / 0.75);
}

.hover\:border-info-100\/80:hover {
  border-color: rgb(219 234 254 / 0.8);
}

.hover\:border-info-100\/85:hover {
  border-color: rgb(219 234 254 / 0.85);
}

.hover\:border-info-100\/90:hover {
  border-color: rgb(219 234 254 / 0.9);
}

.hover\:border-info-100\/95:hover {
  border-color: rgb(219 234 254 / 0.95);
}

.hover\:border-info-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:border-info-200\/0:hover {
  border-color: rgb(191 219 254 / 0);
}

.hover\:border-info-200\/10:hover {
  border-color: rgb(191 219 254 / 0.1);
}

.hover\:border-info-200\/100:hover {
  border-color: rgb(191 219 254 / 1);
}

.hover\:border-info-200\/15:hover {
  border-color: rgb(191 219 254 / 0.15);
}

.hover\:border-info-200\/20:hover {
  border-color: rgb(191 219 254 / 0.2);
}

.hover\:border-info-200\/25:hover {
  border-color: rgb(191 219 254 / 0.25);
}

.hover\:border-info-200\/30:hover {
  border-color: rgb(191 219 254 / 0.3);
}

.hover\:border-info-200\/35:hover {
  border-color: rgb(191 219 254 / 0.35);
}

.hover\:border-info-200\/40:hover {
  border-color: rgb(191 219 254 / 0.4);
}

.hover\:border-info-200\/45:hover {
  border-color: rgb(191 219 254 / 0.45);
}

.hover\:border-info-200\/5:hover {
  border-color: rgb(191 219 254 / 0.05);
}

.hover\:border-info-200\/50:hover {
  border-color: rgb(191 219 254 / 0.5);
}

.hover\:border-info-200\/55:hover {
  border-color: rgb(191 219 254 / 0.55);
}

.hover\:border-info-200\/60:hover {
  border-color: rgb(191 219 254 / 0.6);
}

.hover\:border-info-200\/65:hover {
  border-color: rgb(191 219 254 / 0.65);
}

.hover\:border-info-200\/70:hover {
  border-color: rgb(191 219 254 / 0.7);
}

.hover\:border-info-200\/75:hover {
  border-color: rgb(191 219 254 / 0.75);
}

.hover\:border-info-200\/80:hover {
  border-color: rgb(191 219 254 / 0.8);
}

.hover\:border-info-200\/85:hover {
  border-color: rgb(191 219 254 / 0.85);
}

.hover\:border-info-200\/90:hover {
  border-color: rgb(191 219 254 / 0.9);
}

.hover\:border-info-200\/95:hover {
  border-color: rgb(191 219 254 / 0.95);
}

.hover\:border-info-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.hover\:border-info-300\/0:hover {
  border-color: rgb(147 197 253 / 0);
}

.hover\:border-info-300\/10:hover {
  border-color: rgb(147 197 253 / 0.1);
}

.hover\:border-info-300\/100:hover {
  border-color: rgb(147 197 253 / 1);
}

.hover\:border-info-300\/15:hover {
  border-color: rgb(147 197 253 / 0.15);
}

.hover\:border-info-300\/20:hover {
  border-color: rgb(147 197 253 / 0.2);
}

.hover\:border-info-300\/25:hover {
  border-color: rgb(147 197 253 / 0.25);
}

.hover\:border-info-300\/30:hover {
  border-color: rgb(147 197 253 / 0.3);
}

.hover\:border-info-300\/35:hover {
  border-color: rgb(147 197 253 / 0.35);
}

.hover\:border-info-300\/40:hover {
  border-color: rgb(147 197 253 / 0.4);
}

.hover\:border-info-300\/45:hover {
  border-color: rgb(147 197 253 / 0.45);
}

.hover\:border-info-300\/5:hover {
  border-color: rgb(147 197 253 / 0.05);
}

.hover\:border-info-300\/50:hover {
  border-color: rgb(147 197 253 / 0.5);
}

.hover\:border-info-300\/55:hover {
  border-color: rgb(147 197 253 / 0.55);
}

.hover\:border-info-300\/60:hover {
  border-color: rgb(147 197 253 / 0.6);
}

.hover\:border-info-300\/65:hover {
  border-color: rgb(147 197 253 / 0.65);
}

.hover\:border-info-300\/70:hover {
  border-color: rgb(147 197 253 / 0.7);
}

.hover\:border-info-300\/75:hover {
  border-color: rgb(147 197 253 / 0.75);
}

.hover\:border-info-300\/80:hover {
  border-color: rgb(147 197 253 / 0.8);
}

.hover\:border-info-300\/85:hover {
  border-color: rgb(147 197 253 / 0.85);
}

.hover\:border-info-300\/90:hover {
  border-color: rgb(147 197 253 / 0.9);
}

.hover\:border-info-300\/95:hover {
  border-color: rgb(147 197 253 / 0.95);
}

.hover\:border-info-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-info-400\/0:hover {
  border-color: rgb(96 165 250 / 0);
}

.hover\:border-info-400\/10:hover {
  border-color: rgb(96 165 250 / 0.1);
}

.hover\:border-info-400\/100:hover {
  border-color: rgb(96 165 250 / 1);
}

.hover\:border-info-400\/15:hover {
  border-color: rgb(96 165 250 / 0.15);
}

.hover\:border-info-400\/20:hover {
  border-color: rgb(96 165 250 / 0.2);
}

.hover\:border-info-400\/25:hover {
  border-color: rgb(96 165 250 / 0.25);
}

.hover\:border-info-400\/30:hover {
  border-color: rgb(96 165 250 / 0.3);
}

.hover\:border-info-400\/35:hover {
  border-color: rgb(96 165 250 / 0.35);
}

.hover\:border-info-400\/40:hover {
  border-color: rgb(96 165 250 / 0.4);
}

.hover\:border-info-400\/45:hover {
  border-color: rgb(96 165 250 / 0.45);
}

.hover\:border-info-400\/5:hover {
  border-color: rgb(96 165 250 / 0.05);
}

.hover\:border-info-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}

.hover\:border-info-400\/55:hover {
  border-color: rgb(96 165 250 / 0.55);
}

.hover\:border-info-400\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}

.hover\:border-info-400\/65:hover {
  border-color: rgb(96 165 250 / 0.65);
}

.hover\:border-info-400\/70:hover {
  border-color: rgb(96 165 250 / 0.7);
}

.hover\:border-info-400\/75:hover {
  border-color: rgb(96 165 250 / 0.75);
}

.hover\:border-info-400\/80:hover {
  border-color: rgb(96 165 250 / 0.8);
}

.hover\:border-info-400\/85:hover {
  border-color: rgb(96 165 250 / 0.85);
}

.hover\:border-info-400\/90:hover {
  border-color: rgb(96 165 250 / 0.9);
}

.hover\:border-info-400\/95:hover {
  border-color: rgb(96 165 250 / 0.95);
}

.hover\:border-info-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.hover\:border-info-50\/0:hover {
  border-color: rgb(239 246 255 / 0);
}

.hover\:border-info-50\/10:hover {
  border-color: rgb(239 246 255 / 0.1);
}

.hover\:border-info-50\/100:hover {
  border-color: rgb(239 246 255 / 1);
}

.hover\:border-info-50\/15:hover {
  border-color: rgb(239 246 255 / 0.15);
}

.hover\:border-info-50\/20:hover {
  border-color: rgb(239 246 255 / 0.2);
}

.hover\:border-info-50\/25:hover {
  border-color: rgb(239 246 255 / 0.25);
}

.hover\:border-info-50\/30:hover {
  border-color: rgb(239 246 255 / 0.3);
}

.hover\:border-info-50\/35:hover {
  border-color: rgb(239 246 255 / 0.35);
}

.hover\:border-info-50\/40:hover {
  border-color: rgb(239 246 255 / 0.4);
}

.hover\:border-info-50\/45:hover {
  border-color: rgb(239 246 255 / 0.45);
}

.hover\:border-info-50\/5:hover {
  border-color: rgb(239 246 255 / 0.05);
}

.hover\:border-info-50\/50:hover {
  border-color: rgb(239 246 255 / 0.5);
}

.hover\:border-info-50\/55:hover {
  border-color: rgb(239 246 255 / 0.55);
}

.hover\:border-info-50\/60:hover {
  border-color: rgb(239 246 255 / 0.6);
}

.hover\:border-info-50\/65:hover {
  border-color: rgb(239 246 255 / 0.65);
}

.hover\:border-info-50\/70:hover {
  border-color: rgb(239 246 255 / 0.7);
}

.hover\:border-info-50\/75:hover {
  border-color: rgb(239 246 255 / 0.75);
}

.hover\:border-info-50\/80:hover {
  border-color: rgb(239 246 255 / 0.8);
}

.hover\:border-info-50\/85:hover {
  border-color: rgb(239 246 255 / 0.85);
}

.hover\:border-info-50\/90:hover {
  border-color: rgb(239 246 255 / 0.9);
}

.hover\:border-info-50\/95:hover {
  border-color: rgb(239 246 255 / 0.95);
}

.hover\:border-info-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-info-500\/0:hover {
  border-color: rgb(59 130 246 / 0);
}

.hover\:border-info-500\/10:hover {
  border-color: rgb(59 130 246 / 0.1);
}

.hover\:border-info-500\/100:hover {
  border-color: rgb(59 130 246 / 1);
}

.hover\:border-info-500\/15:hover {
  border-color: rgb(59 130 246 / 0.15);
}

.hover\:border-info-500\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}

.hover\:border-info-500\/25:hover {
  border-color: rgb(59 130 246 / 0.25);
}

.hover\:border-info-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-info-500\/35:hover {
  border-color: rgb(59 130 246 / 0.35);
}

.hover\:border-info-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-info-500\/45:hover {
  border-color: rgb(59 130 246 / 0.45);
}

.hover\:border-info-500\/5:hover {
  border-color: rgb(59 130 246 / 0.05);
}

.hover\:border-info-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-info-500\/55:hover {
  border-color: rgb(59 130 246 / 0.55);
}

.hover\:border-info-500\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}

.hover\:border-info-500\/65:hover {
  border-color: rgb(59 130 246 / 0.65);
}

.hover\:border-info-500\/70:hover {
  border-color: rgb(59 130 246 / 0.7);
}

.hover\:border-info-500\/75:hover {
  border-color: rgb(59 130 246 / 0.75);
}

.hover\:border-info-500\/80:hover {
  border-color: rgb(59 130 246 / 0.8);
}

.hover\:border-info-500\/85:hover {
  border-color: rgb(59 130 246 / 0.85);
}

.hover\:border-info-500\/90:hover {
  border-color: rgb(59 130 246 / 0.9);
}

.hover\:border-info-500\/95:hover {
  border-color: rgb(59 130 246 / 0.95);
}

.hover\:border-info-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.hover\:border-info-600\/0:hover {
  border-color: rgb(37 99 235 / 0);
}

.hover\:border-info-600\/10:hover {
  border-color: rgb(37 99 235 / 0.1);
}

.hover\:border-info-600\/100:hover {
  border-color: rgb(37 99 235 / 1);
}

.hover\:border-info-600\/15:hover {
  border-color: rgb(37 99 235 / 0.15);
}

.hover\:border-info-600\/20:hover {
  border-color: rgb(37 99 235 / 0.2);
}

.hover\:border-info-600\/25:hover {
  border-color: rgb(37 99 235 / 0.25);
}

.hover\:border-info-600\/30:hover {
  border-color: rgb(37 99 235 / 0.3);
}

.hover\:border-info-600\/35:hover {
  border-color: rgb(37 99 235 / 0.35);
}

.hover\:border-info-600\/40:hover {
  border-color: rgb(37 99 235 / 0.4);
}

.hover\:border-info-600\/45:hover {
  border-color: rgb(37 99 235 / 0.45);
}

.hover\:border-info-600\/5:hover {
  border-color: rgb(37 99 235 / 0.05);
}

.hover\:border-info-600\/50:hover {
  border-color: rgb(37 99 235 / 0.5);
}

.hover\:border-info-600\/55:hover {
  border-color: rgb(37 99 235 / 0.55);
}

.hover\:border-info-600\/60:hover {
  border-color: rgb(37 99 235 / 0.6);
}

.hover\:border-info-600\/65:hover {
  border-color: rgb(37 99 235 / 0.65);
}

.hover\:border-info-600\/70:hover {
  border-color: rgb(37 99 235 / 0.7);
}

.hover\:border-info-600\/75:hover {
  border-color: rgb(37 99 235 / 0.75);
}

.hover\:border-info-600\/80:hover {
  border-color: rgb(37 99 235 / 0.8);
}

.hover\:border-info-600\/85:hover {
  border-color: rgb(37 99 235 / 0.85);
}

.hover\:border-info-600\/90:hover {
  border-color: rgb(37 99 235 / 0.9);
}

.hover\:border-info-600\/95:hover {
  border-color: rgb(37 99 235 / 0.95);
}

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

.hover\:border-info-700\/0:hover {
  border-color: rgb(29 78 216 / 0);
}

.hover\:border-info-700\/10:hover {
  border-color: rgb(29 78 216 / 0.1);
}

.hover\:border-info-700\/100:hover {
  border-color: rgb(29 78 216 / 1);
}

.hover\:border-info-700\/15:hover {
  border-color: rgb(29 78 216 / 0.15);
}

.hover\:border-info-700\/20:hover {
  border-color: rgb(29 78 216 / 0.2);
}

.hover\:border-info-700\/25:hover {
  border-color: rgb(29 78 216 / 0.25);
}

.hover\:border-info-700\/30:hover {
  border-color: rgb(29 78 216 / 0.3);
}

.hover\:border-info-700\/35:hover {
  border-color: rgb(29 78 216 / 0.35);
}

.hover\:border-info-700\/40:hover {
  border-color: rgb(29 78 216 / 0.4);
}

.hover\:border-info-700\/45:hover {
  border-color: rgb(29 78 216 / 0.45);
}

.hover\:border-info-700\/5:hover {
  border-color: rgb(29 78 216 / 0.05);
}

.hover\:border-info-700\/50:hover {
  border-color: rgb(29 78 216 / 0.5);
}

.hover\:border-info-700\/55:hover {
  border-color: rgb(29 78 216 / 0.55);
}

.hover\:border-info-700\/60:hover {
  border-color: rgb(29 78 216 / 0.6);
}

.hover\:border-info-700\/65:hover {
  border-color: rgb(29 78 216 / 0.65);
}

.hover\:border-info-700\/70:hover {
  border-color: rgb(29 78 216 / 0.7);
}

.hover\:border-info-700\/75:hover {
  border-color: rgb(29 78 216 / 0.75);
}

.hover\:border-info-700\/80:hover {
  border-color: rgb(29 78 216 / 0.8);
}

.hover\:border-info-700\/85:hover {
  border-color: rgb(29 78 216 / 0.85);
}

.hover\:border-info-700\/90:hover {
  border-color: rgb(29 78 216 / 0.9);
}

.hover\:border-info-700\/95:hover {
  border-color: rgb(29 78 216 / 0.95);
}

.hover\:border-info-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.hover\:border-info-800\/0:hover {
  border-color: rgb(30 64 175 / 0);
}

.hover\:border-info-800\/10:hover {
  border-color: rgb(30 64 175 / 0.1);
}

.hover\:border-info-800\/100:hover {
  border-color: rgb(30 64 175 / 1);
}

.hover\:border-info-800\/15:hover {
  border-color: rgb(30 64 175 / 0.15);
}

.hover\:border-info-800\/20:hover {
  border-color: rgb(30 64 175 / 0.2);
}

.hover\:border-info-800\/25:hover {
  border-color: rgb(30 64 175 / 0.25);
}

.hover\:border-info-800\/30:hover {
  border-color: rgb(30 64 175 / 0.3);
}

.hover\:border-info-800\/35:hover {
  border-color: rgb(30 64 175 / 0.35);
}

.hover\:border-info-800\/40:hover {
  border-color: rgb(30 64 175 / 0.4);
}

.hover\:border-info-800\/45:hover {
  border-color: rgb(30 64 175 / 0.45);
}

.hover\:border-info-800\/5:hover {
  border-color: rgb(30 64 175 / 0.05);
}

.hover\:border-info-800\/50:hover {
  border-color: rgb(30 64 175 / 0.5);
}

.hover\:border-info-800\/55:hover {
  border-color: rgb(30 64 175 / 0.55);
}

.hover\:border-info-800\/60:hover {
  border-color: rgb(30 64 175 / 0.6);
}

.hover\:border-info-800\/65:hover {
  border-color: rgb(30 64 175 / 0.65);
}

.hover\:border-info-800\/70:hover {
  border-color: rgb(30 64 175 / 0.7);
}

.hover\:border-info-800\/75:hover {
  border-color: rgb(30 64 175 / 0.75);
}

.hover\:border-info-800\/80:hover {
  border-color: rgb(30 64 175 / 0.8);
}

.hover\:border-info-800\/85:hover {
  border-color: rgb(30 64 175 / 0.85);
}

.hover\:border-info-800\/90:hover {
  border-color: rgb(30 64 175 / 0.9);
}

.hover\:border-info-800\/95:hover {
  border-color: rgb(30 64 175 / 0.95);
}

.hover\:border-info-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.hover\:border-info-900\/0:hover {
  border-color: rgb(30 58 138 / 0);
}

.hover\:border-info-900\/10:hover {
  border-color: rgb(30 58 138 / 0.1);
}

.hover\:border-info-900\/100:hover {
  border-color: rgb(30 58 138 / 1);
}

.hover\:border-info-900\/15:hover {
  border-color: rgb(30 58 138 / 0.15);
}

.hover\:border-info-900\/20:hover {
  border-color: rgb(30 58 138 / 0.2);
}

.hover\:border-info-900\/25:hover {
  border-color: rgb(30 58 138 / 0.25);
}

.hover\:border-info-900\/30:hover {
  border-color: rgb(30 58 138 / 0.3);
}

.hover\:border-info-900\/35:hover {
  border-color: rgb(30 58 138 / 0.35);
}

.hover\:border-info-900\/40:hover {
  border-color: rgb(30 58 138 / 0.4);
}

.hover\:border-info-900\/45:hover {
  border-color: rgb(30 58 138 / 0.45);
}

.hover\:border-info-900\/5:hover {
  border-color: rgb(30 58 138 / 0.05);
}

.hover\:border-info-900\/50:hover {
  border-color: rgb(30 58 138 / 0.5);
}

.hover\:border-info-900\/55:hover {
  border-color: rgb(30 58 138 / 0.55);
}

.hover\:border-info-900\/60:hover {
  border-color: rgb(30 58 138 / 0.6);
}

.hover\:border-info-900\/65:hover {
  border-color: rgb(30 58 138 / 0.65);
}

.hover\:border-info-900\/70:hover {
  border-color: rgb(30 58 138 / 0.7);
}

.hover\:border-info-900\/75:hover {
  border-color: rgb(30 58 138 / 0.75);
}

.hover\:border-info-900\/80:hover {
  border-color: rgb(30 58 138 / 0.8);
}

.hover\:border-info-900\/85:hover {
  border-color: rgb(30 58 138 / 0.85);
}

.hover\:border-info-900\/90:hover {
  border-color: rgb(30 58 138 / 0.9);
}

.hover\:border-info-900\/95:hover {
  border-color: rgb(30 58 138 / 0.95);
}

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

.hover\:border-info-dark\/0:hover {
  border-color: rgb(29 78 216 / 0);
}

.hover\:border-info-dark\/10:hover {
  border-color: rgb(29 78 216 / 0.1);
}

.hover\:border-info-dark\/100:hover {
  border-color: rgb(29 78 216 / 1);
}

.hover\:border-info-dark\/15:hover {
  border-color: rgb(29 78 216 / 0.15);
}

.hover\:border-info-dark\/20:hover {
  border-color: rgb(29 78 216 / 0.2);
}

.hover\:border-info-dark\/25:hover {
  border-color: rgb(29 78 216 / 0.25);
}

.hover\:border-info-dark\/30:hover {
  border-color: rgb(29 78 216 / 0.3);
}

.hover\:border-info-dark\/35:hover {
  border-color: rgb(29 78 216 / 0.35);
}

.hover\:border-info-dark\/40:hover {
  border-color: rgb(29 78 216 / 0.4);
}

.hover\:border-info-dark\/45:hover {
  border-color: rgb(29 78 216 / 0.45);
}

.hover\:border-info-dark\/5:hover {
  border-color: rgb(29 78 216 / 0.05);
}

.hover\:border-info-dark\/50:hover {
  border-color: rgb(29 78 216 / 0.5);
}

.hover\:border-info-dark\/55:hover {
  border-color: rgb(29 78 216 / 0.55);
}

.hover\:border-info-dark\/60:hover {
  border-color: rgb(29 78 216 / 0.6);
}

.hover\:border-info-dark\/65:hover {
  border-color: rgb(29 78 216 / 0.65);
}

.hover\:border-info-dark\/70:hover {
  border-color: rgb(29 78 216 / 0.7);
}

.hover\:border-info-dark\/75:hover {
  border-color: rgb(29 78 216 / 0.75);
}

.hover\:border-info-dark\/80:hover {
  border-color: rgb(29 78 216 / 0.8);
}

.hover\:border-info-dark\/85:hover {
  border-color: rgb(29 78 216 / 0.85);
}

.hover\:border-info-dark\/90:hover {
  border-color: rgb(29 78 216 / 0.9);
}

.hover\:border-info-dark\/95:hover {
  border-color: rgb(29 78 216 / 0.95);
}

.hover\:border-info-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.hover\:border-info-light\/0:hover {
  border-color: rgb(219 234 254 / 0);
}

.hover\:border-info-light\/10:hover {
  border-color: rgb(219 234 254 / 0.1);
}

.hover\:border-info-light\/100:hover {
  border-color: rgb(219 234 254 / 1);
}

.hover\:border-info-light\/15:hover {
  border-color: rgb(219 234 254 / 0.15);
}

.hover\:border-info-light\/20:hover {
  border-color: rgb(219 234 254 / 0.2);
}

.hover\:border-info-light\/25:hover {
  border-color: rgb(219 234 254 / 0.25);
}

.hover\:border-info-light\/30:hover {
  border-color: rgb(219 234 254 / 0.3);
}

.hover\:border-info-light\/35:hover {
  border-color: rgb(219 234 254 / 0.35);
}

.hover\:border-info-light\/40:hover {
  border-color: rgb(219 234 254 / 0.4);
}

.hover\:border-info-light\/45:hover {
  border-color: rgb(219 234 254 / 0.45);
}

.hover\:border-info-light\/5:hover {
  border-color: rgb(219 234 254 / 0.05);
}

.hover\:border-info-light\/50:hover {
  border-color: rgb(219 234 254 / 0.5);
}

.hover\:border-info-light\/55:hover {
  border-color: rgb(219 234 254 / 0.55);
}

.hover\:border-info-light\/60:hover {
  border-color: rgb(219 234 254 / 0.6);
}

.hover\:border-info-light\/65:hover {
  border-color: rgb(219 234 254 / 0.65);
}

.hover\:border-info-light\/70:hover {
  border-color: rgb(219 234 254 / 0.7);
}

.hover\:border-info-light\/75:hover {
  border-color: rgb(219 234 254 / 0.75);
}

.hover\:border-info-light\/80:hover {
  border-color: rgb(219 234 254 / 0.8);
}

.hover\:border-info-light\/85:hover {
  border-color: rgb(219 234 254 / 0.85);
}

.hover\:border-info-light\/90:hover {
  border-color: rgb(219 234 254 / 0.9);
}

.hover\:border-info-light\/95:hover {
  border-color: rgb(219 234 254 / 0.95);
}

.hover\:border-info\/0:hover {
  border-color: rgb(59 130 246 / 0);
}

.hover\:border-info\/10:hover {
  border-color: rgb(59 130 246 / 0.1);
}

.hover\:border-info\/100:hover {
  border-color: rgb(59 130 246 / 1);
}

.hover\:border-info\/15:hover {
  border-color: rgb(59 130 246 / 0.15);
}

.hover\:border-info\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}

.hover\:border-info\/25:hover {
  border-color: rgb(59 130 246 / 0.25);
}

.hover\:border-info\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-info\/35:hover {
  border-color: rgb(59 130 246 / 0.35);
}

.hover\:border-info\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-info\/45:hover {
  border-color: rgb(59 130 246 / 0.45);
}

.hover\:border-info\/5:hover {
  border-color: rgb(59 130 246 / 0.05);
}

.hover\:border-info\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-info\/55:hover {
  border-color: rgb(59 130 246 / 0.55);
}

.hover\:border-info\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}

.hover\:border-info\/65:hover {
  border-color: rgb(59 130 246 / 0.65);
}

.hover\:border-info\/70:hover {
  border-color: rgb(59 130 246 / 0.7);
}

.hover\:border-info\/75:hover {
  border-color: rgb(59 130 246 / 0.75);
}

.hover\:border-info\/80:hover {
  border-color: rgb(59 130 246 / 0.8);
}

.hover\:border-info\/85:hover {
  border-color: rgb(59 130 246 / 0.85);
}

.hover\:border-info\/90:hover {
  border-color: rgb(59 130 246 / 0.9);
}

.hover\:border-info\/95:hover {
  border-color: rgb(59 130 246 / 0.95);
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(179 229 236 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-100\/0:hover {
  border-color: rgb(179 229 236 / 0);
}

.hover\:border-primary-100\/10:hover {
  border-color: rgb(179 229 236 / 0.1);
}

.hover\:border-primary-100\/100:hover {
  border-color: rgb(179 229 236 / 1);
}

.hover\:border-primary-100\/15:hover {
  border-color: rgb(179 229 236 / 0.15);
}

.hover\:border-primary-100\/20:hover {
  border-color: rgb(179 229 236 / 0.2);
}

.hover\:border-primary-100\/25:hover {
  border-color: rgb(179 229 236 / 0.25);
}

.hover\:border-primary-100\/30:hover {
  border-color: rgb(179 229 236 / 0.3);
}

.hover\:border-primary-100\/35:hover {
  border-color: rgb(179 229 236 / 0.35);
}

.hover\:border-primary-100\/40:hover {
  border-color: rgb(179 229 236 / 0.4);
}

.hover\:border-primary-100\/45:hover {
  border-color: rgb(179 229 236 / 0.45);
}

.hover\:border-primary-100\/5:hover {
  border-color: rgb(179 229 236 / 0.05);
}

.hover\:border-primary-100\/50:hover {
  border-color: rgb(179 229 236 / 0.5);
}

.hover\:border-primary-100\/55:hover {
  border-color: rgb(179 229 236 / 0.55);
}

.hover\:border-primary-100\/60:hover {
  border-color: rgb(179 229 236 / 0.6);
}

.hover\:border-primary-100\/65:hover {
  border-color: rgb(179 229 236 / 0.65);
}

.hover\:border-primary-100\/70:hover {
  border-color: rgb(179 229 236 / 0.7);
}

.hover\:border-primary-100\/75:hover {
  border-color: rgb(179 229 236 / 0.75);
}

.hover\:border-primary-100\/80:hover {
  border-color: rgb(179 229 236 / 0.8);
}

.hover\:border-primary-100\/85:hover {
  border-color: rgb(179 229 236 / 0.85);
}

.hover\:border-primary-100\/90:hover {
  border-color: rgb(179 229 236 / 0.9);
}

.hover\:border-primary-100\/95:hover {
  border-color: rgb(179 229 236 / 0.95);
}

.hover\:border-primary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(128 211 223 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-200\/0:hover {
  border-color: rgb(128 211 223 / 0);
}

.hover\:border-primary-200\/10:hover {
  border-color: rgb(128 211 223 / 0.1);
}

.hover\:border-primary-200\/100:hover {
  border-color: rgb(128 211 223 / 1);
}

.hover\:border-primary-200\/15:hover {
  border-color: rgb(128 211 223 / 0.15);
}

.hover\:border-primary-200\/20:hover {
  border-color: rgb(128 211 223 / 0.2);
}

.hover\:border-primary-200\/25:hover {
  border-color: rgb(128 211 223 / 0.25);
}

.hover\:border-primary-200\/30:hover {
  border-color: rgb(128 211 223 / 0.3);
}

.hover\:border-primary-200\/35:hover {
  border-color: rgb(128 211 223 / 0.35);
}

.hover\:border-primary-200\/40:hover {
  border-color: rgb(128 211 223 / 0.4);
}

.hover\:border-primary-200\/45:hover {
  border-color: rgb(128 211 223 / 0.45);
}

.hover\:border-primary-200\/5:hover {
  border-color: rgb(128 211 223 / 0.05);
}

.hover\:border-primary-200\/50:hover {
  border-color: rgb(128 211 223 / 0.5);
}

.hover\:border-primary-200\/55:hover {
  border-color: rgb(128 211 223 / 0.55);
}

.hover\:border-primary-200\/60:hover {
  border-color: rgb(128 211 223 / 0.6);
}

.hover\:border-primary-200\/65:hover {
  border-color: rgb(128 211 223 / 0.65);
}

.hover\:border-primary-200\/70:hover {
  border-color: rgb(128 211 223 / 0.7);
}

.hover\:border-primary-200\/75:hover {
  border-color: rgb(128 211 223 / 0.75);
}

.hover\:border-primary-200\/80:hover {
  border-color: rgb(128 211 223 / 0.8);
}

.hover\:border-primary-200\/85:hover {
  border-color: rgb(128 211 223 / 0.85);
}

.hover\:border-primary-200\/90:hover {
  border-color: rgb(128 211 223 / 0.9);
}

.hover\:border-primary-200\/95:hover {
  border-color: rgb(128 211 223 / 0.95);
}

.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 193 210 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-300\/0:hover {
  border-color: rgb(77 193 210 / 0);
}

.hover\:border-primary-300\/10:hover {
  border-color: rgb(77 193 210 / 0.1);
}

.hover\:border-primary-300\/100:hover {
  border-color: rgb(77 193 210 / 1);
}

.hover\:border-primary-300\/15:hover {
  border-color: rgb(77 193 210 / 0.15);
}

.hover\:border-primary-300\/20:hover {
  border-color: rgb(77 193 210 / 0.2);
}

.hover\:border-primary-300\/25:hover {
  border-color: rgb(77 193 210 / 0.25);
}

.hover\:border-primary-300\/30:hover {
  border-color: rgb(77 193 210 / 0.3);
}

.hover\:border-primary-300\/35:hover {
  border-color: rgb(77 193 210 / 0.35);
}

.hover\:border-primary-300\/40:hover {
  border-color: rgb(77 193 210 / 0.4);
}

.hover\:border-primary-300\/45:hover {
  border-color: rgb(77 193 210 / 0.45);
}

.hover\:border-primary-300\/5:hover {
  border-color: rgb(77 193 210 / 0.05);
}

.hover\:border-primary-300\/50:hover {
  border-color: rgb(77 193 210 / 0.5);
}

.hover\:border-primary-300\/55:hover {
  border-color: rgb(77 193 210 / 0.55);
}

.hover\:border-primary-300\/60:hover {
  border-color: rgb(77 193 210 / 0.6);
}

.hover\:border-primary-300\/65:hover {
  border-color: rgb(77 193 210 / 0.65);
}

.hover\:border-primary-300\/70:hover {
  border-color: rgb(77 193 210 / 0.7);
}

.hover\:border-primary-300\/75:hover {
  border-color: rgb(77 193 210 / 0.75);
}

.hover\:border-primary-300\/80:hover {
  border-color: rgb(77 193 210 / 0.8);
}

.hover\:border-primary-300\/85:hover {
  border-color: rgb(77 193 210 / 0.85);
}

.hover\:border-primary-300\/90:hover {
  border-color: rgb(77 193 210 / 0.9);
}

.hover\:border-primary-300\/95:hover {
  border-color: rgb(77 193 210 / 0.95);
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 175 197 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-400\/0:hover {
  border-color: rgb(26 175 197 / 0);
}

.hover\:border-primary-400\/10:hover {
  border-color: rgb(26 175 197 / 0.1);
}

.hover\:border-primary-400\/100:hover {
  border-color: rgb(26 175 197 / 1);
}

.hover\:border-primary-400\/15:hover {
  border-color: rgb(26 175 197 / 0.15);
}

.hover\:border-primary-400\/20:hover {
  border-color: rgb(26 175 197 / 0.2);
}

.hover\:border-primary-400\/25:hover {
  border-color: rgb(26 175 197 / 0.25);
}

.hover\:border-primary-400\/30:hover {
  border-color: rgb(26 175 197 / 0.3);
}

.hover\:border-primary-400\/35:hover {
  border-color: rgb(26 175 197 / 0.35);
}

.hover\:border-primary-400\/40:hover {
  border-color: rgb(26 175 197 / 0.4);
}

.hover\:border-primary-400\/45:hover {
  border-color: rgb(26 175 197 / 0.45);
}

.hover\:border-primary-400\/5:hover {
  border-color: rgb(26 175 197 / 0.05);
}

.hover\:border-primary-400\/50:hover {
  border-color: rgb(26 175 197 / 0.5);
}

.hover\:border-primary-400\/55:hover {
  border-color: rgb(26 175 197 / 0.55);
}

.hover\:border-primary-400\/60:hover {
  border-color: rgb(26 175 197 / 0.6);
}

.hover\:border-primary-400\/65:hover {
  border-color: rgb(26 175 197 / 0.65);
}

.hover\:border-primary-400\/70:hover {
  border-color: rgb(26 175 197 / 0.7);
}

.hover\:border-primary-400\/75:hover {
  border-color: rgb(26 175 197 / 0.75);
}

.hover\:border-primary-400\/80:hover {
  border-color: rgb(26 175 197 / 0.8);
}

.hover\:border-primary-400\/85:hover {
  border-color: rgb(26 175 197 / 0.85);
}

.hover\:border-primary-400\/90:hover {
  border-color: rgb(26 175 197 / 0.9);
}

.hover\:border-primary-400\/95:hover {
  border-color: rgb(26 175 197 / 0.95);
}

.hover\:border-primary-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 247 249 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-50\/0:hover {
  border-color: rgb(230 247 249 / 0);
}

.hover\:border-primary-50\/10:hover {
  border-color: rgb(230 247 249 / 0.1);
}

.hover\:border-primary-50\/100:hover {
  border-color: rgb(230 247 249 / 1);
}

.hover\:border-primary-50\/15:hover {
  border-color: rgb(230 247 249 / 0.15);
}

.hover\:border-primary-50\/20:hover {
  border-color: rgb(230 247 249 / 0.2);
}

.hover\:border-primary-50\/25:hover {
  border-color: rgb(230 247 249 / 0.25);
}

.hover\:border-primary-50\/30:hover {
  border-color: rgb(230 247 249 / 0.3);
}

.hover\:border-primary-50\/35:hover {
  border-color: rgb(230 247 249 / 0.35);
}

.hover\:border-primary-50\/40:hover {
  border-color: rgb(230 247 249 / 0.4);
}

.hover\:border-primary-50\/45:hover {
  border-color: rgb(230 247 249 / 0.45);
}

.hover\:border-primary-50\/5:hover {
  border-color: rgb(230 247 249 / 0.05);
}

.hover\:border-primary-50\/50:hover {
  border-color: rgb(230 247 249 / 0.5);
}

.hover\:border-primary-50\/55:hover {
  border-color: rgb(230 247 249 / 0.55);
}

.hover\:border-primary-50\/60:hover {
  border-color: rgb(230 247 249 / 0.6);
}

.hover\:border-primary-50\/65:hover {
  border-color: rgb(230 247 249 / 0.65);
}

.hover\:border-primary-50\/70:hover {
  border-color: rgb(230 247 249 / 0.7);
}

.hover\:border-primary-50\/75:hover {
  border-color: rgb(230 247 249 / 0.75);
}

.hover\:border-primary-50\/80:hover {
  border-color: rgb(230 247 249 / 0.8);
}

.hover\:border-primary-50\/85:hover {
  border-color: rgb(230 247 249 / 0.85);
}

.hover\:border-primary-50\/90:hover {
  border-color: rgb(230 247 249 / 0.9);
}

.hover\:border-primary-50\/95:hover {
  border-color: rgb(230 247 249 / 0.95);
}

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-500\/0:hover {
  border-color: rgb(25 141 168 / 0);
}

.hover\:border-primary-500\/10:hover {
  border-color: rgb(25 141 168 / 0.1);
}

.hover\:border-primary-500\/100:hover {
  border-color: rgb(25 141 168 / 1);
}

.hover\:border-primary-500\/15:hover {
  border-color: rgb(25 141 168 / 0.15);
}

.hover\:border-primary-500\/20:hover {
  border-color: rgb(25 141 168 / 0.2);
}

.hover\:border-primary-500\/25:hover {
  border-color: rgb(25 141 168 / 0.25);
}

.hover\:border-primary-500\/30:hover {
  border-color: rgb(25 141 168 / 0.3);
}

.hover\:border-primary-500\/35:hover {
  border-color: rgb(25 141 168 / 0.35);
}

.hover\:border-primary-500\/40:hover {
  border-color: rgb(25 141 168 / 0.4);
}

.hover\:border-primary-500\/45:hover {
  border-color: rgb(25 141 168 / 0.45);
}

.hover\:border-primary-500\/5:hover {
  border-color: rgb(25 141 168 / 0.05);
}

.hover\:border-primary-500\/50:hover {
  border-color: rgb(25 141 168 / 0.5);
}

.hover\:border-primary-500\/55:hover {
  border-color: rgb(25 141 168 / 0.55);
}

.hover\:border-primary-500\/60:hover {
  border-color: rgb(25 141 168 / 0.6);
}

.hover\:border-primary-500\/65:hover {
  border-color: rgb(25 141 168 / 0.65);
}

.hover\:border-primary-500\/70:hover {
  border-color: rgb(25 141 168 / 0.7);
}

.hover\:border-primary-500\/75:hover {
  border-color: rgb(25 141 168 / 0.75);
}

.hover\:border-primary-500\/80:hover {
  border-color: rgb(25 141 168 / 0.8);
}

.hover\:border-primary-500\/85:hover {
  border-color: rgb(25 141 168 / 0.85);
}

.hover\:border-primary-500\/90:hover {
  border-color: rgb(25 141 168 / 0.9);
}

.hover\:border-primary-500\/95:hover {
  border-color: rgb(25 141 168 / 0.95);
}

.hover\:border-primary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 113 136 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-600\/0:hover {
  border-color: rgb(20 113 136 / 0);
}

.hover\:border-primary-600\/10:hover {
  border-color: rgb(20 113 136 / 0.1);
}

.hover\:border-primary-600\/100:hover {
  border-color: rgb(20 113 136 / 1);
}

.hover\:border-primary-600\/15:hover {
  border-color: rgb(20 113 136 / 0.15);
}

.hover\:border-primary-600\/20:hover {
  border-color: rgb(20 113 136 / 0.2);
}

.hover\:border-primary-600\/25:hover {
  border-color: rgb(20 113 136 / 0.25);
}

.hover\:border-primary-600\/30:hover {
  border-color: rgb(20 113 136 / 0.3);
}

.hover\:border-primary-600\/35:hover {
  border-color: rgb(20 113 136 / 0.35);
}

.hover\:border-primary-600\/40:hover {
  border-color: rgb(20 113 136 / 0.4);
}

.hover\:border-primary-600\/45:hover {
  border-color: rgb(20 113 136 / 0.45);
}

.hover\:border-primary-600\/5:hover {
  border-color: rgb(20 113 136 / 0.05);
}

.hover\:border-primary-600\/50:hover {
  border-color: rgb(20 113 136 / 0.5);
}

.hover\:border-primary-600\/55:hover {
  border-color: rgb(20 113 136 / 0.55);
}

.hover\:border-primary-600\/60:hover {
  border-color: rgb(20 113 136 / 0.6);
}

.hover\:border-primary-600\/65:hover {
  border-color: rgb(20 113 136 / 0.65);
}

.hover\:border-primary-600\/70:hover {
  border-color: rgb(20 113 136 / 0.7);
}

.hover\:border-primary-600\/75:hover {
  border-color: rgb(20 113 136 / 0.75);
}

.hover\:border-primary-600\/80:hover {
  border-color: rgb(20 113 136 / 0.8);
}

.hover\:border-primary-600\/85:hover {
  border-color: rgb(20 113 136 / 0.85);
}

.hover\:border-primary-600\/90:hover {
  border-color: rgb(20 113 136 / 0.9);
}

.hover\:border-primary-600\/95:hover {
  border-color: rgb(20 113 136 / 0.95);
}

.hover\:border-primary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 85 104 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-700\/0:hover {
  border-color: rgb(15 85 104 / 0);
}

.hover\:border-primary-700\/10:hover {
  border-color: rgb(15 85 104 / 0.1);
}

.hover\:border-primary-700\/100:hover {
  border-color: rgb(15 85 104 / 1);
}

.hover\:border-primary-700\/15:hover {
  border-color: rgb(15 85 104 / 0.15);
}

.hover\:border-primary-700\/20:hover {
  border-color: rgb(15 85 104 / 0.2);
}

.hover\:border-primary-700\/25:hover {
  border-color: rgb(15 85 104 / 0.25);
}

.hover\:border-primary-700\/30:hover {
  border-color: rgb(15 85 104 / 0.3);
}

.hover\:border-primary-700\/35:hover {
  border-color: rgb(15 85 104 / 0.35);
}

.hover\:border-primary-700\/40:hover {
  border-color: rgb(15 85 104 / 0.4);
}

.hover\:border-primary-700\/45:hover {
  border-color: rgb(15 85 104 / 0.45);
}

.hover\:border-primary-700\/5:hover {
  border-color: rgb(15 85 104 / 0.05);
}

.hover\:border-primary-700\/50:hover {
  border-color: rgb(15 85 104 / 0.5);
}

.hover\:border-primary-700\/55:hover {
  border-color: rgb(15 85 104 / 0.55);
}

.hover\:border-primary-700\/60:hover {
  border-color: rgb(15 85 104 / 0.6);
}

.hover\:border-primary-700\/65:hover {
  border-color: rgb(15 85 104 / 0.65);
}

.hover\:border-primary-700\/70:hover {
  border-color: rgb(15 85 104 / 0.7);
}

.hover\:border-primary-700\/75:hover {
  border-color: rgb(15 85 104 / 0.75);
}

.hover\:border-primary-700\/80:hover {
  border-color: rgb(15 85 104 / 0.8);
}

.hover\:border-primary-700\/85:hover {
  border-color: rgb(15 85 104 / 0.85);
}

.hover\:border-primary-700\/90:hover {
  border-color: rgb(15 85 104 / 0.9);
}

.hover\:border-primary-700\/95:hover {
  border-color: rgb(15 85 104 / 0.95);
}

.hover\:border-primary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 57 72 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-800\/0:hover {
  border-color: rgb(10 57 72 / 0);
}

.hover\:border-primary-800\/10:hover {
  border-color: rgb(10 57 72 / 0.1);
}

.hover\:border-primary-800\/100:hover {
  border-color: rgb(10 57 72 / 1);
}

.hover\:border-primary-800\/15:hover {
  border-color: rgb(10 57 72 / 0.15);
}

.hover\:border-primary-800\/20:hover {
  border-color: rgb(10 57 72 / 0.2);
}

.hover\:border-primary-800\/25:hover {
  border-color: rgb(10 57 72 / 0.25);
}

.hover\:border-primary-800\/30:hover {
  border-color: rgb(10 57 72 / 0.3);
}

.hover\:border-primary-800\/35:hover {
  border-color: rgb(10 57 72 / 0.35);
}

.hover\:border-primary-800\/40:hover {
  border-color: rgb(10 57 72 / 0.4);
}

.hover\:border-primary-800\/45:hover {
  border-color: rgb(10 57 72 / 0.45);
}

.hover\:border-primary-800\/5:hover {
  border-color: rgb(10 57 72 / 0.05);
}

.hover\:border-primary-800\/50:hover {
  border-color: rgb(10 57 72 / 0.5);
}

.hover\:border-primary-800\/55:hover {
  border-color: rgb(10 57 72 / 0.55);
}

.hover\:border-primary-800\/60:hover {
  border-color: rgb(10 57 72 / 0.6);
}

.hover\:border-primary-800\/65:hover {
  border-color: rgb(10 57 72 / 0.65);
}

.hover\:border-primary-800\/70:hover {
  border-color: rgb(10 57 72 / 0.7);
}

.hover\:border-primary-800\/75:hover {
  border-color: rgb(10 57 72 / 0.75);
}

.hover\:border-primary-800\/80:hover {
  border-color: rgb(10 57 72 / 0.8);
}

.hover\:border-primary-800\/85:hover {
  border-color: rgb(10 57 72 / 0.85);
}

.hover\:border-primary-800\/90:hover {
  border-color: rgb(10 57 72 / 0.9);
}

.hover\:border-primary-800\/95:hover {
  border-color: rgb(10 57 72 / 0.95);
}

.hover\:border-primary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 29 40 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-900\/0:hover {
  border-color: rgb(5 29 40 / 0);
}

.hover\:border-primary-900\/10:hover {
  border-color: rgb(5 29 40 / 0.1);
}

.hover\:border-primary-900\/100:hover {
  border-color: rgb(5 29 40 / 1);
}

.hover\:border-primary-900\/15:hover {
  border-color: rgb(5 29 40 / 0.15);
}

.hover\:border-primary-900\/20:hover {
  border-color: rgb(5 29 40 / 0.2);
}

.hover\:border-primary-900\/25:hover {
  border-color: rgb(5 29 40 / 0.25);
}

.hover\:border-primary-900\/30:hover {
  border-color: rgb(5 29 40 / 0.3);
}

.hover\:border-primary-900\/35:hover {
  border-color: rgb(5 29 40 / 0.35);
}

.hover\:border-primary-900\/40:hover {
  border-color: rgb(5 29 40 / 0.4);
}

.hover\:border-primary-900\/45:hover {
  border-color: rgb(5 29 40 / 0.45);
}

.hover\:border-primary-900\/5:hover {
  border-color: rgb(5 29 40 / 0.05);
}

.hover\:border-primary-900\/50:hover {
  border-color: rgb(5 29 40 / 0.5);
}

.hover\:border-primary-900\/55:hover {
  border-color: rgb(5 29 40 / 0.55);
}

.hover\:border-primary-900\/60:hover {
  border-color: rgb(5 29 40 / 0.6);
}

.hover\:border-primary-900\/65:hover {
  border-color: rgb(5 29 40 / 0.65);
}

.hover\:border-primary-900\/70:hover {
  border-color: rgb(5 29 40 / 0.7);
}

.hover\:border-primary-900\/75:hover {
  border-color: rgb(5 29 40 / 0.75);
}

.hover\:border-primary-900\/80:hover {
  border-color: rgb(5 29 40 / 0.8);
}

.hover\:border-primary-900\/85:hover {
  border-color: rgb(5 29 40 / 0.85);
}

.hover\:border-primary-900\/90:hover {
  border-color: rgb(5 29 40 / 0.9);
}

.hover\:border-primary-900\/95:hover {
  border-color: rgb(5 29 40 / 0.95);
}

.hover\:border-primary-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 85 104 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-dark\/0:hover {
  border-color: rgb(15 85 104 / 0);
}

.hover\:border-primary-dark\/10:hover {
  border-color: rgb(15 85 104 / 0.1);
}

.hover\:border-primary-dark\/100:hover {
  border-color: rgb(15 85 104 / 1);
}

.hover\:border-primary-dark\/15:hover {
  border-color: rgb(15 85 104 / 0.15);
}

.hover\:border-primary-dark\/20:hover {
  border-color: rgb(15 85 104 / 0.2);
}

.hover\:border-primary-dark\/25:hover {
  border-color: rgb(15 85 104 / 0.25);
}

.hover\:border-primary-dark\/30:hover {
  border-color: rgb(15 85 104 / 0.3);
}

.hover\:border-primary-dark\/35:hover {
  border-color: rgb(15 85 104 / 0.35);
}

.hover\:border-primary-dark\/40:hover {
  border-color: rgb(15 85 104 / 0.4);
}

.hover\:border-primary-dark\/45:hover {
  border-color: rgb(15 85 104 / 0.45);
}

.hover\:border-primary-dark\/5:hover {
  border-color: rgb(15 85 104 / 0.05);
}

.hover\:border-primary-dark\/50:hover {
  border-color: rgb(15 85 104 / 0.5);
}

.hover\:border-primary-dark\/55:hover {
  border-color: rgb(15 85 104 / 0.55);
}

.hover\:border-primary-dark\/60:hover {
  border-color: rgb(15 85 104 / 0.6);
}

.hover\:border-primary-dark\/65:hover {
  border-color: rgb(15 85 104 / 0.65);
}

.hover\:border-primary-dark\/70:hover {
  border-color: rgb(15 85 104 / 0.7);
}

.hover\:border-primary-dark\/75:hover {
  border-color: rgb(15 85 104 / 0.75);
}

.hover\:border-primary-dark\/80:hover {
  border-color: rgb(15 85 104 / 0.8);
}

.hover\:border-primary-dark\/85:hover {
  border-color: rgb(15 85 104 / 0.85);
}

.hover\:border-primary-dark\/90:hover {
  border-color: rgb(15 85 104 / 0.9);
}

.hover\:border-primary-dark\/95:hover {
  border-color: rgb(15 85 104 / 0.95);
}

.hover\:border-primary-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 247 249 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-light\/0:hover {
  border-color: rgb(230 247 249 / 0);
}

.hover\:border-primary-light\/10:hover {
  border-color: rgb(230 247 249 / 0.1);
}

.hover\:border-primary-light\/100:hover {
  border-color: rgb(230 247 249 / 1);
}

.hover\:border-primary-light\/15:hover {
  border-color: rgb(230 247 249 / 0.15);
}

.hover\:border-primary-light\/20:hover {
  border-color: rgb(230 247 249 / 0.2);
}

.hover\:border-primary-light\/25:hover {
  border-color: rgb(230 247 249 / 0.25);
}

.hover\:border-primary-light\/30:hover {
  border-color: rgb(230 247 249 / 0.3);
}

.hover\:border-primary-light\/35:hover {
  border-color: rgb(230 247 249 / 0.35);
}

.hover\:border-primary-light\/40:hover {
  border-color: rgb(230 247 249 / 0.4);
}

.hover\:border-primary-light\/45:hover {
  border-color: rgb(230 247 249 / 0.45);
}

.hover\:border-primary-light\/5:hover {
  border-color: rgb(230 247 249 / 0.05);
}

.hover\:border-primary-light\/50:hover {
  border-color: rgb(230 247 249 / 0.5);
}

.hover\:border-primary-light\/55:hover {
  border-color: rgb(230 247 249 / 0.55);
}

.hover\:border-primary-light\/60:hover {
  border-color: rgb(230 247 249 / 0.6);
}

.hover\:border-primary-light\/65:hover {
  border-color: rgb(230 247 249 / 0.65);
}

.hover\:border-primary-light\/70:hover {
  border-color: rgb(230 247 249 / 0.7);
}

.hover\:border-primary-light\/75:hover {
  border-color: rgb(230 247 249 / 0.75);
}

.hover\:border-primary-light\/80:hover {
  border-color: rgb(230 247 249 / 0.8);
}

.hover\:border-primary-light\/85:hover {
  border-color: rgb(230 247 249 / 0.85);
}

.hover\:border-primary-light\/90:hover {
  border-color: rgb(230 247 249 / 0.9);
}

.hover\:border-primary-light\/95:hover {
  border-color: rgb(230 247 249 / 0.95);
}

.hover\:border-primary\/0:hover {
  border-color: rgb(25 141 168 / 0);
}

.hover\:border-primary\/10:hover {
  border-color: rgb(25 141 168 / 0.1);
}

.hover\:border-primary\/100:hover {
  border-color: rgb(25 141 168 / 1);
}

.hover\:border-primary\/15:hover {
  border-color: rgb(25 141 168 / 0.15);
}

.hover\:border-primary\/20:hover {
  border-color: rgb(25 141 168 / 0.2);
}

.hover\:border-primary\/25:hover {
  border-color: rgb(25 141 168 / 0.25);
}

.hover\:border-primary\/30:hover {
  border-color: rgb(25 141 168 / 0.3);
}

.hover\:border-primary\/35:hover {
  border-color: rgb(25 141 168 / 0.35);
}

.hover\:border-primary\/40:hover {
  border-color: rgb(25 141 168 / 0.4);
}

.hover\:border-primary\/45:hover {
  border-color: rgb(25 141 168 / 0.45);
}

.hover\:border-primary\/5:hover {
  border-color: rgb(25 141 168 / 0.05);
}

.hover\:border-primary\/50:hover {
  border-color: rgb(25 141 168 / 0.5);
}

.hover\:border-primary\/55:hover {
  border-color: rgb(25 141 168 / 0.55);
}

.hover\:border-primary\/60:hover {
  border-color: rgb(25 141 168 / 0.6);
}

.hover\:border-primary\/65:hover {
  border-color: rgb(25 141 168 / 0.65);
}

.hover\:border-primary\/70:hover {
  border-color: rgb(25 141 168 / 0.7);
}

.hover\:border-primary\/75:hover {
  border-color: rgb(25 141 168 / 0.75);
}

.hover\:border-primary\/80:hover {
  border-color: rgb(25 141 168 / 0.8);
}

.hover\:border-primary\/85:hover {
  border-color: rgb(25 141 168 / 0.85);
}

.hover\:border-primary\/90:hover {
  border-color: rgb(25 141 168 / 0.9);
}

.hover\:border-primary\/95:hover {
  border-color: rgb(25 141 168 / 0.95);
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-100\/0:hover {
  border-color: rgb(241 245 249 / 0);
}

.hover\:border-secondary-100\/10:hover {
  border-color: rgb(241 245 249 / 0.1);
}

.hover\:border-secondary-100\/100:hover {
  border-color: rgb(241 245 249 / 1);
}

.hover\:border-secondary-100\/15:hover {
  border-color: rgb(241 245 249 / 0.15);
}

.hover\:border-secondary-100\/20:hover {
  border-color: rgb(241 245 249 / 0.2);
}

.hover\:border-secondary-100\/25:hover {
  border-color: rgb(241 245 249 / 0.25);
}

.hover\:border-secondary-100\/30:hover {
  border-color: rgb(241 245 249 / 0.3);
}

.hover\:border-secondary-100\/35:hover {
  border-color: rgb(241 245 249 / 0.35);
}

.hover\:border-secondary-100\/40:hover {
  border-color: rgb(241 245 249 / 0.4);
}

.hover\:border-secondary-100\/45:hover {
  border-color: rgb(241 245 249 / 0.45);
}

.hover\:border-secondary-100\/5:hover {
  border-color: rgb(241 245 249 / 0.05);
}

.hover\:border-secondary-100\/50:hover {
  border-color: rgb(241 245 249 / 0.5);
}

.hover\:border-secondary-100\/55:hover {
  border-color: rgb(241 245 249 / 0.55);
}

.hover\:border-secondary-100\/60:hover {
  border-color: rgb(241 245 249 / 0.6);
}

.hover\:border-secondary-100\/65:hover {
  border-color: rgb(241 245 249 / 0.65);
}

.hover\:border-secondary-100\/70:hover {
  border-color: rgb(241 245 249 / 0.7);
}

.hover\:border-secondary-100\/75:hover {
  border-color: rgb(241 245 249 / 0.75);
}

.hover\:border-secondary-100\/80:hover {
  border-color: rgb(241 245 249 / 0.8);
}

.hover\:border-secondary-100\/85:hover {
  border-color: rgb(241 245 249 / 0.85);
}

.hover\:border-secondary-100\/90:hover {
  border-color: rgb(241 245 249 / 0.9);
}

.hover\:border-secondary-100\/95:hover {
  border-color: rgb(241 245 249 / 0.95);
}

.hover\:border-secondary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-200\/0:hover {
  border-color: rgb(226 232 240 / 0);
}

.hover\:border-secondary-200\/10:hover {
  border-color: rgb(226 232 240 / 0.1);
}

.hover\:border-secondary-200\/100:hover {
  border-color: rgb(226 232 240 / 1);
}

.hover\:border-secondary-200\/15:hover {
  border-color: rgb(226 232 240 / 0.15);
}

.hover\:border-secondary-200\/20:hover {
  border-color: rgb(226 232 240 / 0.2);
}

.hover\:border-secondary-200\/25:hover {
  border-color: rgb(226 232 240 / 0.25);
}

.hover\:border-secondary-200\/30:hover {
  border-color: rgb(226 232 240 / 0.3);
}

.hover\:border-secondary-200\/35:hover {
  border-color: rgb(226 232 240 / 0.35);
}

.hover\:border-secondary-200\/40:hover {
  border-color: rgb(226 232 240 / 0.4);
}

.hover\:border-secondary-200\/45:hover {
  border-color: rgb(226 232 240 / 0.45);
}

.hover\:border-secondary-200\/5:hover {
  border-color: rgb(226 232 240 / 0.05);
}

.hover\:border-secondary-200\/50:hover {
  border-color: rgb(226 232 240 / 0.5);
}

.hover\:border-secondary-200\/55:hover {
  border-color: rgb(226 232 240 / 0.55);
}

.hover\:border-secondary-200\/60:hover {
  border-color: rgb(226 232 240 / 0.6);
}

.hover\:border-secondary-200\/65:hover {
  border-color: rgb(226 232 240 / 0.65);
}

.hover\:border-secondary-200\/70:hover {
  border-color: rgb(226 232 240 / 0.7);
}

.hover\:border-secondary-200\/75:hover {
  border-color: rgb(226 232 240 / 0.75);
}

.hover\:border-secondary-200\/80:hover {
  border-color: rgb(226 232 240 / 0.8);
}

.hover\:border-secondary-200\/85:hover {
  border-color: rgb(226 232 240 / 0.85);
}

.hover\:border-secondary-200\/90:hover {
  border-color: rgb(226 232 240 / 0.9);
}

.hover\:border-secondary-200\/95:hover {
  border-color: rgb(226 232 240 / 0.95);
}

.hover\:border-secondary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-300\/0:hover {
  border-color: rgb(203 213 225 / 0);
}

.hover\:border-secondary-300\/10:hover {
  border-color: rgb(203 213 225 / 0.1);
}

.hover\:border-secondary-300\/100:hover {
  border-color: rgb(203 213 225 / 1);
}

.hover\:border-secondary-300\/15:hover {
  border-color: rgb(203 213 225 / 0.15);
}

.hover\:border-secondary-300\/20:hover {
  border-color: rgb(203 213 225 / 0.2);
}

.hover\:border-secondary-300\/25:hover {
  border-color: rgb(203 213 225 / 0.25);
}

.hover\:border-secondary-300\/30:hover {
  border-color: rgb(203 213 225 / 0.3);
}

.hover\:border-secondary-300\/35:hover {
  border-color: rgb(203 213 225 / 0.35);
}

.hover\:border-secondary-300\/40:hover {
  border-color: rgb(203 213 225 / 0.4);
}

.hover\:border-secondary-300\/45:hover {
  border-color: rgb(203 213 225 / 0.45);
}

.hover\:border-secondary-300\/5:hover {
  border-color: rgb(203 213 225 / 0.05);
}

.hover\:border-secondary-300\/50:hover {
  border-color: rgb(203 213 225 / 0.5);
}

.hover\:border-secondary-300\/55:hover {
  border-color: rgb(203 213 225 / 0.55);
}

.hover\:border-secondary-300\/60:hover {
  border-color: rgb(203 213 225 / 0.6);
}

.hover\:border-secondary-300\/65:hover {
  border-color: rgb(203 213 225 / 0.65);
}

.hover\:border-secondary-300\/70:hover {
  border-color: rgb(203 213 225 / 0.7);
}

.hover\:border-secondary-300\/75:hover {
  border-color: rgb(203 213 225 / 0.75);
}

.hover\:border-secondary-300\/80:hover {
  border-color: rgb(203 213 225 / 0.8);
}

.hover\:border-secondary-300\/85:hover {
  border-color: rgb(203 213 225 / 0.85);
}

.hover\:border-secondary-300\/90:hover {
  border-color: rgb(203 213 225 / 0.9);
}

.hover\:border-secondary-300\/95:hover {
  border-color: rgb(203 213 225 / 0.95);
}

.hover\:border-secondary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-400\/0:hover {
  border-color: rgb(148 163 184 / 0);
}

.hover\:border-secondary-400\/10:hover {
  border-color: rgb(148 163 184 / 0.1);
}

.hover\:border-secondary-400\/100:hover {
  border-color: rgb(148 163 184 / 1);
}

.hover\:border-secondary-400\/15:hover {
  border-color: rgb(148 163 184 / 0.15);
}

.hover\:border-secondary-400\/20:hover {
  border-color: rgb(148 163 184 / 0.2);
}

.hover\:border-secondary-400\/25:hover {
  border-color: rgb(148 163 184 / 0.25);
}

.hover\:border-secondary-400\/30:hover {
  border-color: rgb(148 163 184 / 0.3);
}

.hover\:border-secondary-400\/35:hover {
  border-color: rgb(148 163 184 / 0.35);
}

.hover\:border-secondary-400\/40:hover {
  border-color: rgb(148 163 184 / 0.4);
}

.hover\:border-secondary-400\/45:hover {
  border-color: rgb(148 163 184 / 0.45);
}

.hover\:border-secondary-400\/5:hover {
  border-color: rgb(148 163 184 / 0.05);
}

.hover\:border-secondary-400\/50:hover {
  border-color: rgb(148 163 184 / 0.5);
}

.hover\:border-secondary-400\/55:hover {
  border-color: rgb(148 163 184 / 0.55);
}

.hover\:border-secondary-400\/60:hover {
  border-color: rgb(148 163 184 / 0.6);
}

.hover\:border-secondary-400\/65:hover {
  border-color: rgb(148 163 184 / 0.65);
}

.hover\:border-secondary-400\/70:hover {
  border-color: rgb(148 163 184 / 0.7);
}

.hover\:border-secondary-400\/75:hover {
  border-color: rgb(148 163 184 / 0.75);
}

.hover\:border-secondary-400\/80:hover {
  border-color: rgb(148 163 184 / 0.8);
}

.hover\:border-secondary-400\/85:hover {
  border-color: rgb(148 163 184 / 0.85);
}

.hover\:border-secondary-400\/90:hover {
  border-color: rgb(148 163 184 / 0.9);
}

.hover\:border-secondary-400\/95:hover {
  border-color: rgb(148 163 184 / 0.95);
}

.hover\:border-secondary-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-50\/0:hover {
  border-color: rgb(248 250 252 / 0);
}

.hover\:border-secondary-50\/10:hover {
  border-color: rgb(248 250 252 / 0.1);
}

.hover\:border-secondary-50\/100:hover {
  border-color: rgb(248 250 252 / 1);
}

.hover\:border-secondary-50\/15:hover {
  border-color: rgb(248 250 252 / 0.15);
}

.hover\:border-secondary-50\/20:hover {
  border-color: rgb(248 250 252 / 0.2);
}

.hover\:border-secondary-50\/25:hover {
  border-color: rgb(248 250 252 / 0.25);
}

.hover\:border-secondary-50\/30:hover {
  border-color: rgb(248 250 252 / 0.3);
}

.hover\:border-secondary-50\/35:hover {
  border-color: rgb(248 250 252 / 0.35);
}

.hover\:border-secondary-50\/40:hover {
  border-color: rgb(248 250 252 / 0.4);
}

.hover\:border-secondary-50\/45:hover {
  border-color: rgb(248 250 252 / 0.45);
}

.hover\:border-secondary-50\/5:hover {
  border-color: rgb(248 250 252 / 0.05);
}

.hover\:border-secondary-50\/50:hover {
  border-color: rgb(248 250 252 / 0.5);
}

.hover\:border-secondary-50\/55:hover {
  border-color: rgb(248 250 252 / 0.55);
}

.hover\:border-secondary-50\/60:hover {
  border-color: rgb(248 250 252 / 0.6);
}

.hover\:border-secondary-50\/65:hover {
  border-color: rgb(248 250 252 / 0.65);
}

.hover\:border-secondary-50\/70:hover {
  border-color: rgb(248 250 252 / 0.7);
}

.hover\:border-secondary-50\/75:hover {
  border-color: rgb(248 250 252 / 0.75);
}

.hover\:border-secondary-50\/80:hover {
  border-color: rgb(248 250 252 / 0.8);
}

.hover\:border-secondary-50\/85:hover {
  border-color: rgb(248 250 252 / 0.85);
}

.hover\:border-secondary-50\/90:hover {
  border-color: rgb(248 250 252 / 0.9);
}

.hover\:border-secondary-50\/95:hover {
  border-color: rgb(248 250 252 / 0.95);
}

.hover\:border-secondary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-500\/0:hover {
  border-color: rgb(100 116 139 / 0);
}

.hover\:border-secondary-500\/10:hover {
  border-color: rgb(100 116 139 / 0.1);
}

.hover\:border-secondary-500\/100:hover {
  border-color: rgb(100 116 139 / 1);
}

.hover\:border-secondary-500\/15:hover {
  border-color: rgb(100 116 139 / 0.15);
}

.hover\:border-secondary-500\/20:hover {
  border-color: rgb(100 116 139 / 0.2);
}

.hover\:border-secondary-500\/25:hover {
  border-color: rgb(100 116 139 / 0.25);
}

.hover\:border-secondary-500\/30:hover {
  border-color: rgb(100 116 139 / 0.3);
}

.hover\:border-secondary-500\/35:hover {
  border-color: rgb(100 116 139 / 0.35);
}

.hover\:border-secondary-500\/40:hover {
  border-color: rgb(100 116 139 / 0.4);
}

.hover\:border-secondary-500\/45:hover {
  border-color: rgb(100 116 139 / 0.45);
}

.hover\:border-secondary-500\/5:hover {
  border-color: rgb(100 116 139 / 0.05);
}

.hover\:border-secondary-500\/50:hover {
  border-color: rgb(100 116 139 / 0.5);
}

.hover\:border-secondary-500\/55:hover {
  border-color: rgb(100 116 139 / 0.55);
}

.hover\:border-secondary-500\/60:hover {
  border-color: rgb(100 116 139 / 0.6);
}

.hover\:border-secondary-500\/65:hover {
  border-color: rgb(100 116 139 / 0.65);
}

.hover\:border-secondary-500\/70:hover {
  border-color: rgb(100 116 139 / 0.7);
}

.hover\:border-secondary-500\/75:hover {
  border-color: rgb(100 116 139 / 0.75);
}

.hover\:border-secondary-500\/80:hover {
  border-color: rgb(100 116 139 / 0.8);
}

.hover\:border-secondary-500\/85:hover {
  border-color: rgb(100 116 139 / 0.85);
}

.hover\:border-secondary-500\/90:hover {
  border-color: rgb(100 116 139 / 0.9);
}

.hover\:border-secondary-500\/95:hover {
  border-color: rgb(100 116 139 / 0.95);
}

.hover\:border-secondary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-600\/0:hover {
  border-color: rgb(71 85 105 / 0);
}

.hover\:border-secondary-600\/10:hover {
  border-color: rgb(71 85 105 / 0.1);
}

.hover\:border-secondary-600\/100:hover {
  border-color: rgb(71 85 105 / 1);
}

.hover\:border-secondary-600\/15:hover {
  border-color: rgb(71 85 105 / 0.15);
}

.hover\:border-secondary-600\/20:hover {
  border-color: rgb(71 85 105 / 0.2);
}

.hover\:border-secondary-600\/25:hover {
  border-color: rgb(71 85 105 / 0.25);
}

.hover\:border-secondary-600\/30:hover {
  border-color: rgb(71 85 105 / 0.3);
}

.hover\:border-secondary-600\/35:hover {
  border-color: rgb(71 85 105 / 0.35);
}

.hover\:border-secondary-600\/40:hover {
  border-color: rgb(71 85 105 / 0.4);
}

.hover\:border-secondary-600\/45:hover {
  border-color: rgb(71 85 105 / 0.45);
}

.hover\:border-secondary-600\/5:hover {
  border-color: rgb(71 85 105 / 0.05);
}

.hover\:border-secondary-600\/50:hover {
  border-color: rgb(71 85 105 / 0.5);
}

.hover\:border-secondary-600\/55:hover {
  border-color: rgb(71 85 105 / 0.55);
}

.hover\:border-secondary-600\/60:hover {
  border-color: rgb(71 85 105 / 0.6);
}

.hover\:border-secondary-600\/65:hover {
  border-color: rgb(71 85 105 / 0.65);
}

.hover\:border-secondary-600\/70:hover {
  border-color: rgb(71 85 105 / 0.7);
}

.hover\:border-secondary-600\/75:hover {
  border-color: rgb(71 85 105 / 0.75);
}

.hover\:border-secondary-600\/80:hover {
  border-color: rgb(71 85 105 / 0.8);
}

.hover\:border-secondary-600\/85:hover {
  border-color: rgb(71 85 105 / 0.85);
}

.hover\:border-secondary-600\/90:hover {
  border-color: rgb(71 85 105 / 0.9);
}

.hover\:border-secondary-600\/95:hover {
  border-color: rgb(71 85 105 / 0.95);
}

.hover\:border-secondary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-700\/0:hover {
  border-color: rgb(51 65 85 / 0);
}

.hover\:border-secondary-700\/10:hover {
  border-color: rgb(51 65 85 / 0.1);
}

.hover\:border-secondary-700\/100:hover {
  border-color: rgb(51 65 85 / 1);
}

.hover\:border-secondary-700\/15:hover {
  border-color: rgb(51 65 85 / 0.15);
}

.hover\:border-secondary-700\/20:hover {
  border-color: rgb(51 65 85 / 0.2);
}

.hover\:border-secondary-700\/25:hover {
  border-color: rgb(51 65 85 / 0.25);
}

.hover\:border-secondary-700\/30:hover {
  border-color: rgb(51 65 85 / 0.3);
}

.hover\:border-secondary-700\/35:hover {
  border-color: rgb(51 65 85 / 0.35);
}

.hover\:border-secondary-700\/40:hover {
  border-color: rgb(51 65 85 / 0.4);
}

.hover\:border-secondary-700\/45:hover {
  border-color: rgb(51 65 85 / 0.45);
}

.hover\:border-secondary-700\/5:hover {
  border-color: rgb(51 65 85 / 0.05);
}

.hover\:border-secondary-700\/50:hover {
  border-color: rgb(51 65 85 / 0.5);
}

.hover\:border-secondary-700\/55:hover {
  border-color: rgb(51 65 85 / 0.55);
}

.hover\:border-secondary-700\/60:hover {
  border-color: rgb(51 65 85 / 0.6);
}

.hover\:border-secondary-700\/65:hover {
  border-color: rgb(51 65 85 / 0.65);
}

.hover\:border-secondary-700\/70:hover {
  border-color: rgb(51 65 85 / 0.7);
}

.hover\:border-secondary-700\/75:hover {
  border-color: rgb(51 65 85 / 0.75);
}

.hover\:border-secondary-700\/80:hover {
  border-color: rgb(51 65 85 / 0.8);
}

.hover\:border-secondary-700\/85:hover {
  border-color: rgb(51 65 85 / 0.85);
}

.hover\:border-secondary-700\/90:hover {
  border-color: rgb(51 65 85 / 0.9);
}

.hover\:border-secondary-700\/95:hover {
  border-color: rgb(51 65 85 / 0.95);
}

.hover\:border-secondary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-800\/0:hover {
  border-color: rgb(30 41 59 / 0);
}

.hover\:border-secondary-800\/10:hover {
  border-color: rgb(30 41 59 / 0.1);
}

.hover\:border-secondary-800\/100:hover {
  border-color: rgb(30 41 59 / 1);
}

.hover\:border-secondary-800\/15:hover {
  border-color: rgb(30 41 59 / 0.15);
}

.hover\:border-secondary-800\/20:hover {
  border-color: rgb(30 41 59 / 0.2);
}

.hover\:border-secondary-800\/25:hover {
  border-color: rgb(30 41 59 / 0.25);
}

.hover\:border-secondary-800\/30:hover {
  border-color: rgb(30 41 59 / 0.3);
}

.hover\:border-secondary-800\/35:hover {
  border-color: rgb(30 41 59 / 0.35);
}

.hover\:border-secondary-800\/40:hover {
  border-color: rgb(30 41 59 / 0.4);
}

.hover\:border-secondary-800\/45:hover {
  border-color: rgb(30 41 59 / 0.45);
}

.hover\:border-secondary-800\/5:hover {
  border-color: rgb(30 41 59 / 0.05);
}

.hover\:border-secondary-800\/50:hover {
  border-color: rgb(30 41 59 / 0.5);
}

.hover\:border-secondary-800\/55:hover {
  border-color: rgb(30 41 59 / 0.55);
}

.hover\:border-secondary-800\/60:hover {
  border-color: rgb(30 41 59 / 0.6);
}

.hover\:border-secondary-800\/65:hover {
  border-color: rgb(30 41 59 / 0.65);
}

.hover\:border-secondary-800\/70:hover {
  border-color: rgb(30 41 59 / 0.7);
}

.hover\:border-secondary-800\/75:hover {
  border-color: rgb(30 41 59 / 0.75);
}

.hover\:border-secondary-800\/80:hover {
  border-color: rgb(30 41 59 / 0.8);
}

.hover\:border-secondary-800\/85:hover {
  border-color: rgb(30 41 59 / 0.85);
}

.hover\:border-secondary-800\/90:hover {
  border-color: rgb(30 41 59 / 0.9);
}

.hover\:border-secondary-800\/95:hover {
  border-color: rgb(30 41 59 / 0.95);
}

.hover\:border-secondary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-900\/0:hover {
  border-color: rgb(15 23 42 / 0);
}

.hover\:border-secondary-900\/10:hover {
  border-color: rgb(15 23 42 / 0.1);
}

.hover\:border-secondary-900\/100:hover {
  border-color: rgb(15 23 42 / 1);
}

.hover\:border-secondary-900\/15:hover {
  border-color: rgb(15 23 42 / 0.15);
}

.hover\:border-secondary-900\/20:hover {
  border-color: rgb(15 23 42 / 0.2);
}

.hover\:border-secondary-900\/25:hover {
  border-color: rgb(15 23 42 / 0.25);
}

.hover\:border-secondary-900\/30:hover {
  border-color: rgb(15 23 42 / 0.3);
}

.hover\:border-secondary-900\/35:hover {
  border-color: rgb(15 23 42 / 0.35);
}

.hover\:border-secondary-900\/40:hover {
  border-color: rgb(15 23 42 / 0.4);
}

.hover\:border-secondary-900\/45:hover {
  border-color: rgb(15 23 42 / 0.45);
}

.hover\:border-secondary-900\/5:hover {
  border-color: rgb(15 23 42 / 0.05);
}

.hover\:border-secondary-900\/50:hover {
  border-color: rgb(15 23 42 / 0.5);
}

.hover\:border-secondary-900\/55:hover {
  border-color: rgb(15 23 42 / 0.55);
}

.hover\:border-secondary-900\/60:hover {
  border-color: rgb(15 23 42 / 0.6);
}

.hover\:border-secondary-900\/65:hover {
  border-color: rgb(15 23 42 / 0.65);
}

.hover\:border-secondary-900\/70:hover {
  border-color: rgb(15 23 42 / 0.7);
}

.hover\:border-secondary-900\/75:hover {
  border-color: rgb(15 23 42 / 0.75);
}

.hover\:border-secondary-900\/80:hover {
  border-color: rgb(15 23 42 / 0.8);
}

.hover\:border-secondary-900\/85:hover {
  border-color: rgb(15 23 42 / 0.85);
}

.hover\:border-secondary-900\/90:hover {
  border-color: rgb(15 23 42 / 0.9);
}

.hover\:border-secondary-900\/95:hover {
  border-color: rgb(15 23 42 / 0.95);
}

.hover\:border-secondary-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-dark\/0:hover {
  border-color: rgb(51 65 85 / 0);
}

.hover\:border-secondary-dark\/10:hover {
  border-color: rgb(51 65 85 / 0.1);
}

.hover\:border-secondary-dark\/100:hover {
  border-color: rgb(51 65 85 / 1);
}

.hover\:border-secondary-dark\/15:hover {
  border-color: rgb(51 65 85 / 0.15);
}

.hover\:border-secondary-dark\/20:hover {
  border-color: rgb(51 65 85 / 0.2);
}

.hover\:border-secondary-dark\/25:hover {
  border-color: rgb(51 65 85 / 0.25);
}

.hover\:border-secondary-dark\/30:hover {
  border-color: rgb(51 65 85 / 0.3);
}

.hover\:border-secondary-dark\/35:hover {
  border-color: rgb(51 65 85 / 0.35);
}

.hover\:border-secondary-dark\/40:hover {
  border-color: rgb(51 65 85 / 0.4);
}

.hover\:border-secondary-dark\/45:hover {
  border-color: rgb(51 65 85 / 0.45);
}

.hover\:border-secondary-dark\/5:hover {
  border-color: rgb(51 65 85 / 0.05);
}

.hover\:border-secondary-dark\/50:hover {
  border-color: rgb(51 65 85 / 0.5);
}

.hover\:border-secondary-dark\/55:hover {
  border-color: rgb(51 65 85 / 0.55);
}

.hover\:border-secondary-dark\/60:hover {
  border-color: rgb(51 65 85 / 0.6);
}

.hover\:border-secondary-dark\/65:hover {
  border-color: rgb(51 65 85 / 0.65);
}

.hover\:border-secondary-dark\/70:hover {
  border-color: rgb(51 65 85 / 0.7);
}

.hover\:border-secondary-dark\/75:hover {
  border-color: rgb(51 65 85 / 0.75);
}

.hover\:border-secondary-dark\/80:hover {
  border-color: rgb(51 65 85 / 0.8);
}

.hover\:border-secondary-dark\/85:hover {
  border-color: rgb(51 65 85 / 0.85);
}

.hover\:border-secondary-dark\/90:hover {
  border-color: rgb(51 65 85 / 0.9);
}

.hover\:border-secondary-dark\/95:hover {
  border-color: rgb(51 65 85 / 0.95);
}

.hover\:border-secondary-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-light\/0:hover {
  border-color: rgb(241 245 249 / 0);
}

.hover\:border-secondary-light\/10:hover {
  border-color: rgb(241 245 249 / 0.1);
}

.hover\:border-secondary-light\/100:hover {
  border-color: rgb(241 245 249 / 1);
}

.hover\:border-secondary-light\/15:hover {
  border-color: rgb(241 245 249 / 0.15);
}

.hover\:border-secondary-light\/20:hover {
  border-color: rgb(241 245 249 / 0.2);
}

.hover\:border-secondary-light\/25:hover {
  border-color: rgb(241 245 249 / 0.25);
}

.hover\:border-secondary-light\/30:hover {
  border-color: rgb(241 245 249 / 0.3);
}

.hover\:border-secondary-light\/35:hover {
  border-color: rgb(241 245 249 / 0.35);
}

.hover\:border-secondary-light\/40:hover {
  border-color: rgb(241 245 249 / 0.4);
}

.hover\:border-secondary-light\/45:hover {
  border-color: rgb(241 245 249 / 0.45);
}

.hover\:border-secondary-light\/5:hover {
  border-color: rgb(241 245 249 / 0.05);
}

.hover\:border-secondary-light\/50:hover {
  border-color: rgb(241 245 249 / 0.5);
}

.hover\:border-secondary-light\/55:hover {
  border-color: rgb(241 245 249 / 0.55);
}

.hover\:border-secondary-light\/60:hover {
  border-color: rgb(241 245 249 / 0.6);
}

.hover\:border-secondary-light\/65:hover {
  border-color: rgb(241 245 249 / 0.65);
}

.hover\:border-secondary-light\/70:hover {
  border-color: rgb(241 245 249 / 0.7);
}

.hover\:border-secondary-light\/75:hover {
  border-color: rgb(241 245 249 / 0.75);
}

.hover\:border-secondary-light\/80:hover {
  border-color: rgb(241 245 249 / 0.8);
}

.hover\:border-secondary-light\/85:hover {
  border-color: rgb(241 245 249 / 0.85);
}

.hover\:border-secondary-light\/90:hover {
  border-color: rgb(241 245 249 / 0.9);
}

.hover\:border-secondary-light\/95:hover {
  border-color: rgb(241 245 249 / 0.95);
}

.hover\:border-secondary\/0:hover {
  border-color: rgb(100 116 139 / 0);
}

.hover\:border-secondary\/10:hover {
  border-color: rgb(100 116 139 / 0.1);
}

.hover\:border-secondary\/100:hover {
  border-color: rgb(100 116 139 / 1);
}

.hover\:border-secondary\/15:hover {
  border-color: rgb(100 116 139 / 0.15);
}

.hover\:border-secondary\/20:hover {
  border-color: rgb(100 116 139 / 0.2);
}

.hover\:border-secondary\/25:hover {
  border-color: rgb(100 116 139 / 0.25);
}

.hover\:border-secondary\/30:hover {
  border-color: rgb(100 116 139 / 0.3);
}

.hover\:border-secondary\/35:hover {
  border-color: rgb(100 116 139 / 0.35);
}

.hover\:border-secondary\/40:hover {
  border-color: rgb(100 116 139 / 0.4);
}

.hover\:border-secondary\/45:hover {
  border-color: rgb(100 116 139 / 0.45);
}

.hover\:border-secondary\/5:hover {
  border-color: rgb(100 116 139 / 0.05);
}

.hover\:border-secondary\/50:hover {
  border-color: rgb(100 116 139 / 0.5);
}

.hover\:border-secondary\/55:hover {
  border-color: rgb(100 116 139 / 0.55);
}

.hover\:border-secondary\/60:hover {
  border-color: rgb(100 116 139 / 0.6);
}

.hover\:border-secondary\/65:hover {
  border-color: rgb(100 116 139 / 0.65);
}

.hover\:border-secondary\/70:hover {
  border-color: rgb(100 116 139 / 0.7);
}

.hover\:border-secondary\/75:hover {
  border-color: rgb(100 116 139 / 0.75);
}

.hover\:border-secondary\/80:hover {
  border-color: rgb(100 116 139 / 0.8);
}

.hover\:border-secondary\/85:hover {
  border-color: rgb(100 116 139 / 0.85);
}

.hover\:border-secondary\/90:hover {
  border-color: rgb(100 116 139 / 0.9);
}

.hover\:border-secondary\/95:hover {
  border-color: rgb(100 116 139 / 0.95);
}

.hover\:border-sky-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.hover\:border-success:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.hover\:border-success-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.hover\:border-success-100\/0:hover {
  border-color: rgb(209 250 229 / 0);
}

.hover\:border-success-100\/10:hover {
  border-color: rgb(209 250 229 / 0.1);
}

.hover\:border-success-100\/100:hover {
  border-color: rgb(209 250 229 / 1);
}

.hover\:border-success-100\/15:hover {
  border-color: rgb(209 250 229 / 0.15);
}

.hover\:border-success-100\/20:hover {
  border-color: rgb(209 250 229 / 0.2);
}

.hover\:border-success-100\/25:hover {
  border-color: rgb(209 250 229 / 0.25);
}

.hover\:border-success-100\/30:hover {
  border-color: rgb(209 250 229 / 0.3);
}

.hover\:border-success-100\/35:hover {
  border-color: rgb(209 250 229 / 0.35);
}

.hover\:border-success-100\/40:hover {
  border-color: rgb(209 250 229 / 0.4);
}

.hover\:border-success-100\/45:hover {
  border-color: rgb(209 250 229 / 0.45);
}

.hover\:border-success-100\/5:hover {
  border-color: rgb(209 250 229 / 0.05);
}

.hover\:border-success-100\/50:hover {
  border-color: rgb(209 250 229 / 0.5);
}

.hover\:border-success-100\/55:hover {
  border-color: rgb(209 250 229 / 0.55);
}

.hover\:border-success-100\/60:hover {
  border-color: rgb(209 250 229 / 0.6);
}

.hover\:border-success-100\/65:hover {
  border-color: rgb(209 250 229 / 0.65);
}

.hover\:border-success-100\/70:hover {
  border-color: rgb(209 250 229 / 0.7);
}

.hover\:border-success-100\/75:hover {
  border-color: rgb(209 250 229 / 0.75);
}

.hover\:border-success-100\/80:hover {
  border-color: rgb(209 250 229 / 0.8);
}

.hover\:border-success-100\/85:hover {
  border-color: rgb(209 250 229 / 0.85);
}

.hover\:border-success-100\/90:hover {
  border-color: rgb(209 250 229 / 0.9);
}

.hover\:border-success-100\/95:hover {
  border-color: rgb(209 250 229 / 0.95);
}

.hover\:border-success-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.hover\:border-success-200\/0:hover {
  border-color: rgb(167 243 208 / 0);
}

.hover\:border-success-200\/10:hover {
  border-color: rgb(167 243 208 / 0.1);
}

.hover\:border-success-200\/100:hover {
  border-color: rgb(167 243 208 / 1);
}

.hover\:border-success-200\/15:hover {
  border-color: rgb(167 243 208 / 0.15);
}

.hover\:border-success-200\/20:hover {
  border-color: rgb(167 243 208 / 0.2);
}

.hover\:border-success-200\/25:hover {
  border-color: rgb(167 243 208 / 0.25);
}

.hover\:border-success-200\/30:hover {
  border-color: rgb(167 243 208 / 0.3);
}

.hover\:border-success-200\/35:hover {
  border-color: rgb(167 243 208 / 0.35);
}

.hover\:border-success-200\/40:hover {
  border-color: rgb(167 243 208 / 0.4);
}

.hover\:border-success-200\/45:hover {
  border-color: rgb(167 243 208 / 0.45);
}

.hover\:border-success-200\/5:hover {
  border-color: rgb(167 243 208 / 0.05);
}

.hover\:border-success-200\/50:hover {
  border-color: rgb(167 243 208 / 0.5);
}

.hover\:border-success-200\/55:hover {
  border-color: rgb(167 243 208 / 0.55);
}

.hover\:border-success-200\/60:hover {
  border-color: rgb(167 243 208 / 0.6);
}

.hover\:border-success-200\/65:hover {
  border-color: rgb(167 243 208 / 0.65);
}

.hover\:border-success-200\/70:hover {
  border-color: rgb(167 243 208 / 0.7);
}

.hover\:border-success-200\/75:hover {
  border-color: rgb(167 243 208 / 0.75);
}

.hover\:border-success-200\/80:hover {
  border-color: rgb(167 243 208 / 0.8);
}

.hover\:border-success-200\/85:hover {
  border-color: rgb(167 243 208 / 0.85);
}

.hover\:border-success-200\/90:hover {
  border-color: rgb(167 243 208 / 0.9);
}

.hover\:border-success-200\/95:hover {
  border-color: rgb(167 243 208 / 0.95);
}

.hover\:border-success-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.hover\:border-success-300\/0:hover {
  border-color: rgb(110 231 183 / 0);
}

.hover\:border-success-300\/10:hover {
  border-color: rgb(110 231 183 / 0.1);
}

.hover\:border-success-300\/100:hover {
  border-color: rgb(110 231 183 / 1);
}

.hover\:border-success-300\/15:hover {
  border-color: rgb(110 231 183 / 0.15);
}

.hover\:border-success-300\/20:hover {
  border-color: rgb(110 231 183 / 0.2);
}

.hover\:border-success-300\/25:hover {
  border-color: rgb(110 231 183 / 0.25);
}

.hover\:border-success-300\/30:hover {
  border-color: rgb(110 231 183 / 0.3);
}

.hover\:border-success-300\/35:hover {
  border-color: rgb(110 231 183 / 0.35);
}

.hover\:border-success-300\/40:hover {
  border-color: rgb(110 231 183 / 0.4);
}

.hover\:border-success-300\/45:hover {
  border-color: rgb(110 231 183 / 0.45);
}

.hover\:border-success-300\/5:hover {
  border-color: rgb(110 231 183 / 0.05);
}

.hover\:border-success-300\/50:hover {
  border-color: rgb(110 231 183 / 0.5);
}

.hover\:border-success-300\/55:hover {
  border-color: rgb(110 231 183 / 0.55);
}

.hover\:border-success-300\/60:hover {
  border-color: rgb(110 231 183 / 0.6);
}

.hover\:border-success-300\/65:hover {
  border-color: rgb(110 231 183 / 0.65);
}

.hover\:border-success-300\/70:hover {
  border-color: rgb(110 231 183 / 0.7);
}

.hover\:border-success-300\/75:hover {
  border-color: rgb(110 231 183 / 0.75);
}

.hover\:border-success-300\/80:hover {
  border-color: rgb(110 231 183 / 0.8);
}

.hover\:border-success-300\/85:hover {
  border-color: rgb(110 231 183 / 0.85);
}

.hover\:border-success-300\/90:hover {
  border-color: rgb(110 231 183 / 0.9);
}

.hover\:border-success-300\/95:hover {
  border-color: rgb(110 231 183 / 0.95);
}

.hover\:border-success-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.hover\:border-success-400\/0:hover {
  border-color: rgb(52 211 153 / 0);
}

.hover\:border-success-400\/10:hover {
  border-color: rgb(52 211 153 / 0.1);
}

.hover\:border-success-400\/100:hover {
  border-color: rgb(52 211 153 / 1);
}

.hover\:border-success-400\/15:hover {
  border-color: rgb(52 211 153 / 0.15);
}

.hover\:border-success-400\/20:hover {
  border-color: rgb(52 211 153 / 0.2);
}

.hover\:border-success-400\/25:hover {
  border-color: rgb(52 211 153 / 0.25);
}

.hover\:border-success-400\/30:hover {
  border-color: rgb(52 211 153 / 0.3);
}

.hover\:border-success-400\/35:hover {
  border-color: rgb(52 211 153 / 0.35);
}

.hover\:border-success-400\/40:hover {
  border-color: rgb(52 211 153 / 0.4);
}

.hover\:border-success-400\/45:hover {
  border-color: rgb(52 211 153 / 0.45);
}

.hover\:border-success-400\/5:hover {
  border-color: rgb(52 211 153 / 0.05);
}

.hover\:border-success-400\/50:hover {
  border-color: rgb(52 211 153 / 0.5);
}

.hover\:border-success-400\/55:hover {
  border-color: rgb(52 211 153 / 0.55);
}

.hover\:border-success-400\/60:hover {
  border-color: rgb(52 211 153 / 0.6);
}

.hover\:border-success-400\/65:hover {
  border-color: rgb(52 211 153 / 0.65);
}

.hover\:border-success-400\/70:hover {
  border-color: rgb(52 211 153 / 0.7);
}

.hover\:border-success-400\/75:hover {
  border-color: rgb(52 211 153 / 0.75);
}

.hover\:border-success-400\/80:hover {
  border-color: rgb(52 211 153 / 0.8);
}

.hover\:border-success-400\/85:hover {
  border-color: rgb(52 211 153 / 0.85);
}

.hover\:border-success-400\/90:hover {
  border-color: rgb(52 211 153 / 0.9);
}

.hover\:border-success-400\/95:hover {
  border-color: rgb(52 211 153 / 0.95);
}

.hover\:border-success-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.hover\:border-success-50\/0:hover {
  border-color: rgb(236 253 245 / 0);
}

.hover\:border-success-50\/10:hover {
  border-color: rgb(236 253 245 / 0.1);
}

.hover\:border-success-50\/100:hover {
  border-color: rgb(236 253 245 / 1);
}

.hover\:border-success-50\/15:hover {
  border-color: rgb(236 253 245 / 0.15);
}

.hover\:border-success-50\/20:hover {
  border-color: rgb(236 253 245 / 0.2);
}

.hover\:border-success-50\/25:hover {
  border-color: rgb(236 253 245 / 0.25);
}

.hover\:border-success-50\/30:hover {
  border-color: rgb(236 253 245 / 0.3);
}

.hover\:border-success-50\/35:hover {
  border-color: rgb(236 253 245 / 0.35);
}

.hover\:border-success-50\/40:hover {
  border-color: rgb(236 253 245 / 0.4);
}

.hover\:border-success-50\/45:hover {
  border-color: rgb(236 253 245 / 0.45);
}

.hover\:border-success-50\/5:hover {
  border-color: rgb(236 253 245 / 0.05);
}

.hover\:border-success-50\/50:hover {
  border-color: rgb(236 253 245 / 0.5);
}

.hover\:border-success-50\/55:hover {
  border-color: rgb(236 253 245 / 0.55);
}

.hover\:border-success-50\/60:hover {
  border-color: rgb(236 253 245 / 0.6);
}

.hover\:border-success-50\/65:hover {
  border-color: rgb(236 253 245 / 0.65);
}

.hover\:border-success-50\/70:hover {
  border-color: rgb(236 253 245 / 0.7);
}

.hover\:border-success-50\/75:hover {
  border-color: rgb(236 253 245 / 0.75);
}

.hover\:border-success-50\/80:hover {
  border-color: rgb(236 253 245 / 0.8);
}

.hover\:border-success-50\/85:hover {
  border-color: rgb(236 253 245 / 0.85);
}

.hover\:border-success-50\/90:hover {
  border-color: rgb(236 253 245 / 0.9);
}

.hover\:border-success-50\/95:hover {
  border-color: rgb(236 253 245 / 0.95);
}

.hover\:border-success-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.hover\:border-success-500\/0:hover {
  border-color: rgb(16 185 129 / 0);
}

.hover\:border-success-500\/10:hover {
  border-color: rgb(16 185 129 / 0.1);
}

.hover\:border-success-500\/100:hover {
  border-color: rgb(16 185 129 / 1);
}

.hover\:border-success-500\/15:hover {
  border-color: rgb(16 185 129 / 0.15);
}

.hover\:border-success-500\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}

.hover\:border-success-500\/25:hover {
  border-color: rgb(16 185 129 / 0.25);
}

.hover\:border-success-500\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}

.hover\:border-success-500\/35:hover {
  border-color: rgb(16 185 129 / 0.35);
}

.hover\:border-success-500\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-success-500\/45:hover {
  border-color: rgb(16 185 129 / 0.45);
}

.hover\:border-success-500\/5:hover {
  border-color: rgb(16 185 129 / 0.05);
}

.hover\:border-success-500\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}

.hover\:border-success-500\/55:hover {
  border-color: rgb(16 185 129 / 0.55);
}

.hover\:border-success-500\/60:hover {
  border-color: rgb(16 185 129 / 0.6);
}

.hover\:border-success-500\/65:hover {
  border-color: rgb(16 185 129 / 0.65);
}

.hover\:border-success-500\/70:hover {
  border-color: rgb(16 185 129 / 0.7);
}

.hover\:border-success-500\/75:hover {
  border-color: rgb(16 185 129 / 0.75);
}

.hover\:border-success-500\/80:hover {
  border-color: rgb(16 185 129 / 0.8);
}

.hover\:border-success-500\/85:hover {
  border-color: rgb(16 185 129 / 0.85);
}

.hover\:border-success-500\/90:hover {
  border-color: rgb(16 185 129 / 0.9);
}

.hover\:border-success-500\/95:hover {
  border-color: rgb(16 185 129 / 0.95);
}

.hover\:border-success-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.hover\:border-success-600\/0:hover {
  border-color: rgb(5 150 105 / 0);
}

.hover\:border-success-600\/10:hover {
  border-color: rgb(5 150 105 / 0.1);
}

.hover\:border-success-600\/100:hover {
  border-color: rgb(5 150 105 / 1);
}

.hover\:border-success-600\/15:hover {
  border-color: rgb(5 150 105 / 0.15);
}

.hover\:border-success-600\/20:hover {
  border-color: rgb(5 150 105 / 0.2);
}

.hover\:border-success-600\/25:hover {
  border-color: rgb(5 150 105 / 0.25);
}

.hover\:border-success-600\/30:hover {
  border-color: rgb(5 150 105 / 0.3);
}

.hover\:border-success-600\/35:hover {
  border-color: rgb(5 150 105 / 0.35);
}

.hover\:border-success-600\/40:hover {
  border-color: rgb(5 150 105 / 0.4);
}

.hover\:border-success-600\/45:hover {
  border-color: rgb(5 150 105 / 0.45);
}

.hover\:border-success-600\/5:hover {
  border-color: rgb(5 150 105 / 0.05);
}

.hover\:border-success-600\/50:hover {
  border-color: rgb(5 150 105 / 0.5);
}

.hover\:border-success-600\/55:hover {
  border-color: rgb(5 150 105 / 0.55);
}

.hover\:border-success-600\/60:hover {
  border-color: rgb(5 150 105 / 0.6);
}

.hover\:border-success-600\/65:hover {
  border-color: rgb(5 150 105 / 0.65);
}

.hover\:border-success-600\/70:hover {
  border-color: rgb(5 150 105 / 0.7);
}

.hover\:border-success-600\/75:hover {
  border-color: rgb(5 150 105 / 0.75);
}

.hover\:border-success-600\/80:hover {
  border-color: rgb(5 150 105 / 0.8);
}

.hover\:border-success-600\/85:hover {
  border-color: rgb(5 150 105 / 0.85);
}

.hover\:border-success-600\/90:hover {
  border-color: rgb(5 150 105 / 0.9);
}

.hover\:border-success-600\/95:hover {
  border-color: rgb(5 150 105 / 0.95);
}

.hover\:border-success-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.hover\:border-success-700\/0:hover {
  border-color: rgb(4 120 87 / 0);
}

.hover\:border-success-700\/10:hover {
  border-color: rgb(4 120 87 / 0.1);
}

.hover\:border-success-700\/100:hover {
  border-color: rgb(4 120 87 / 1);
}

.hover\:border-success-700\/15:hover {
  border-color: rgb(4 120 87 / 0.15);
}

.hover\:border-success-700\/20:hover {
  border-color: rgb(4 120 87 / 0.2);
}

.hover\:border-success-700\/25:hover {
  border-color: rgb(4 120 87 / 0.25);
}

.hover\:border-success-700\/30:hover {
  border-color: rgb(4 120 87 / 0.3);
}

.hover\:border-success-700\/35:hover {
  border-color: rgb(4 120 87 / 0.35);
}

.hover\:border-success-700\/40:hover {
  border-color: rgb(4 120 87 / 0.4);
}

.hover\:border-success-700\/45:hover {
  border-color: rgb(4 120 87 / 0.45);
}

.hover\:border-success-700\/5:hover {
  border-color: rgb(4 120 87 / 0.05);
}

.hover\:border-success-700\/50:hover {
  border-color: rgb(4 120 87 / 0.5);
}

.hover\:border-success-700\/55:hover {
  border-color: rgb(4 120 87 / 0.55);
}

.hover\:border-success-700\/60:hover {
  border-color: rgb(4 120 87 / 0.6);
}

.hover\:border-success-700\/65:hover {
  border-color: rgb(4 120 87 / 0.65);
}

.hover\:border-success-700\/70:hover {
  border-color: rgb(4 120 87 / 0.7);
}

.hover\:border-success-700\/75:hover {
  border-color: rgb(4 120 87 / 0.75);
}

.hover\:border-success-700\/80:hover {
  border-color: rgb(4 120 87 / 0.8);
}

.hover\:border-success-700\/85:hover {
  border-color: rgb(4 120 87 / 0.85);
}

.hover\:border-success-700\/90:hover {
  border-color: rgb(4 120 87 / 0.9);
}

.hover\:border-success-700\/95:hover {
  border-color: rgb(4 120 87 / 0.95);
}

.hover\:border-success-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.hover\:border-success-800\/0:hover {
  border-color: rgb(6 95 70 / 0);
}

.hover\:border-success-800\/10:hover {
  border-color: rgb(6 95 70 / 0.1);
}

.hover\:border-success-800\/100:hover {
  border-color: rgb(6 95 70 / 1);
}

.hover\:border-success-800\/15:hover {
  border-color: rgb(6 95 70 / 0.15);
}

.hover\:border-success-800\/20:hover {
  border-color: rgb(6 95 70 / 0.2);
}

.hover\:border-success-800\/25:hover {
  border-color: rgb(6 95 70 / 0.25);
}

.hover\:border-success-800\/30:hover {
  border-color: rgb(6 95 70 / 0.3);
}

.hover\:border-success-800\/35:hover {
  border-color: rgb(6 95 70 / 0.35);
}

.hover\:border-success-800\/40:hover {
  border-color: rgb(6 95 70 / 0.4);
}

.hover\:border-success-800\/45:hover {
  border-color: rgb(6 95 70 / 0.45);
}

.hover\:border-success-800\/5:hover {
  border-color: rgb(6 95 70 / 0.05);
}

.hover\:border-success-800\/50:hover {
  border-color: rgb(6 95 70 / 0.5);
}

.hover\:border-success-800\/55:hover {
  border-color: rgb(6 95 70 / 0.55);
}

.hover\:border-success-800\/60:hover {
  border-color: rgb(6 95 70 / 0.6);
}

.hover\:border-success-800\/65:hover {
  border-color: rgb(6 95 70 / 0.65);
}

.hover\:border-success-800\/70:hover {
  border-color: rgb(6 95 70 / 0.7);
}

.hover\:border-success-800\/75:hover {
  border-color: rgb(6 95 70 / 0.75);
}

.hover\:border-success-800\/80:hover {
  border-color: rgb(6 95 70 / 0.8);
}

.hover\:border-success-800\/85:hover {
  border-color: rgb(6 95 70 / 0.85);
}

.hover\:border-success-800\/90:hover {
  border-color: rgb(6 95 70 / 0.9);
}

.hover\:border-success-800\/95:hover {
  border-color: rgb(6 95 70 / 0.95);
}

.hover\:border-success-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.hover\:border-success-900\/0:hover {
  border-color: rgb(6 78 59 / 0);
}

.hover\:border-success-900\/10:hover {
  border-color: rgb(6 78 59 / 0.1);
}

.hover\:border-success-900\/100:hover {
  border-color: rgb(6 78 59 / 1);
}

.hover\:border-success-900\/15:hover {
  border-color: rgb(6 78 59 / 0.15);
}

.hover\:border-success-900\/20:hover {
  border-color: rgb(6 78 59 / 0.2);
}

.hover\:border-success-900\/25:hover {
  border-color: rgb(6 78 59 / 0.25);
}

.hover\:border-success-900\/30:hover {
  border-color: rgb(6 78 59 / 0.3);
}

.hover\:border-success-900\/35:hover {
  border-color: rgb(6 78 59 / 0.35);
}

.hover\:border-success-900\/40:hover {
  border-color: rgb(6 78 59 / 0.4);
}

.hover\:border-success-900\/45:hover {
  border-color: rgb(6 78 59 / 0.45);
}

.hover\:border-success-900\/5:hover {
  border-color: rgb(6 78 59 / 0.05);
}

.hover\:border-success-900\/50:hover {
  border-color: rgb(6 78 59 / 0.5);
}

.hover\:border-success-900\/55:hover {
  border-color: rgb(6 78 59 / 0.55);
}

.hover\:border-success-900\/60:hover {
  border-color: rgb(6 78 59 / 0.6);
}

.hover\:border-success-900\/65:hover {
  border-color: rgb(6 78 59 / 0.65);
}

.hover\:border-success-900\/70:hover {
  border-color: rgb(6 78 59 / 0.7);
}

.hover\:border-success-900\/75:hover {
  border-color: rgb(6 78 59 / 0.75);
}

.hover\:border-success-900\/80:hover {
  border-color: rgb(6 78 59 / 0.8);
}

.hover\:border-success-900\/85:hover {
  border-color: rgb(6 78 59 / 0.85);
}

.hover\:border-success-900\/90:hover {
  border-color: rgb(6 78 59 / 0.9);
}

.hover\:border-success-900\/95:hover {
  border-color: rgb(6 78 59 / 0.95);
}

.hover\:border-success-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.hover\:border-success-dark\/0:hover {
  border-color: rgb(4 120 87 / 0);
}

.hover\:border-success-dark\/10:hover {
  border-color: rgb(4 120 87 / 0.1);
}

.hover\:border-success-dark\/100:hover {
  border-color: rgb(4 120 87 / 1);
}

.hover\:border-success-dark\/15:hover {
  border-color: rgb(4 120 87 / 0.15);
}

.hover\:border-success-dark\/20:hover {
  border-color: rgb(4 120 87 / 0.2);
}

.hover\:border-success-dark\/25:hover {
  border-color: rgb(4 120 87 / 0.25);
}

.hover\:border-success-dark\/30:hover {
  border-color: rgb(4 120 87 / 0.3);
}

.hover\:border-success-dark\/35:hover {
  border-color: rgb(4 120 87 / 0.35);
}

.hover\:border-success-dark\/40:hover {
  border-color: rgb(4 120 87 / 0.4);
}

.hover\:border-success-dark\/45:hover {
  border-color: rgb(4 120 87 / 0.45);
}

.hover\:border-success-dark\/5:hover {
  border-color: rgb(4 120 87 / 0.05);
}

.hover\:border-success-dark\/50:hover {
  border-color: rgb(4 120 87 / 0.5);
}

.hover\:border-success-dark\/55:hover {
  border-color: rgb(4 120 87 / 0.55);
}

.hover\:border-success-dark\/60:hover {
  border-color: rgb(4 120 87 / 0.6);
}

.hover\:border-success-dark\/65:hover {
  border-color: rgb(4 120 87 / 0.65);
}

.hover\:border-success-dark\/70:hover {
  border-color: rgb(4 120 87 / 0.7);
}

.hover\:border-success-dark\/75:hover {
  border-color: rgb(4 120 87 / 0.75);
}

.hover\:border-success-dark\/80:hover {
  border-color: rgb(4 120 87 / 0.8);
}

.hover\:border-success-dark\/85:hover {
  border-color: rgb(4 120 87 / 0.85);
}

.hover\:border-success-dark\/90:hover {
  border-color: rgb(4 120 87 / 0.9);
}

.hover\:border-success-dark\/95:hover {
  border-color: rgb(4 120 87 / 0.95);
}

.hover\:border-success-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.hover\:border-success-light\/0:hover {
  border-color: rgb(209 250 229 / 0);
}

.hover\:border-success-light\/10:hover {
  border-color: rgb(209 250 229 / 0.1);
}

.hover\:border-success-light\/100:hover {
  border-color: rgb(209 250 229 / 1);
}

.hover\:border-success-light\/15:hover {
  border-color: rgb(209 250 229 / 0.15);
}

.hover\:border-success-light\/20:hover {
  border-color: rgb(209 250 229 / 0.2);
}

.hover\:border-success-light\/25:hover {
  border-color: rgb(209 250 229 / 0.25);
}

.hover\:border-success-light\/30:hover {
  border-color: rgb(209 250 229 / 0.3);
}

.hover\:border-success-light\/35:hover {
  border-color: rgb(209 250 229 / 0.35);
}

.hover\:border-success-light\/40:hover {
  border-color: rgb(209 250 229 / 0.4);
}

.hover\:border-success-light\/45:hover {
  border-color: rgb(209 250 229 / 0.45);
}

.hover\:border-success-light\/5:hover {
  border-color: rgb(209 250 229 / 0.05);
}

.hover\:border-success-light\/50:hover {
  border-color: rgb(209 250 229 / 0.5);
}

.hover\:border-success-light\/55:hover {
  border-color: rgb(209 250 229 / 0.55);
}

.hover\:border-success-light\/60:hover {
  border-color: rgb(209 250 229 / 0.6);
}

.hover\:border-success-light\/65:hover {
  border-color: rgb(209 250 229 / 0.65);
}

.hover\:border-success-light\/70:hover {
  border-color: rgb(209 250 229 / 0.7);
}

.hover\:border-success-light\/75:hover {
  border-color: rgb(209 250 229 / 0.75);
}

.hover\:border-success-light\/80:hover {
  border-color: rgb(209 250 229 / 0.8);
}

.hover\:border-success-light\/85:hover {
  border-color: rgb(209 250 229 / 0.85);
}

.hover\:border-success-light\/90:hover {
  border-color: rgb(209 250 229 / 0.9);
}

.hover\:border-success-light\/95:hover {
  border-color: rgb(209 250 229 / 0.95);
}

.hover\:border-success\/0:hover {
  border-color: rgb(16 185 129 / 0);
}

.hover\:border-success\/10:hover {
  border-color: rgb(16 185 129 / 0.1);
}

.hover\:border-success\/100:hover {
  border-color: rgb(16 185 129 / 1);
}

.hover\:border-success\/15:hover {
  border-color: rgb(16 185 129 / 0.15);
}

.hover\:border-success\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}

.hover\:border-success\/25:hover {
  border-color: rgb(16 185 129 / 0.25);
}

.hover\:border-success\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}

.hover\:border-success\/35:hover {
  border-color: rgb(16 185 129 / 0.35);
}

.hover\:border-success\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-success\/45:hover {
  border-color: rgb(16 185 129 / 0.45);
}

.hover\:border-success\/5:hover {
  border-color: rgb(16 185 129 / 0.05);
}

.hover\:border-success\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}

.hover\:border-success\/55:hover {
  border-color: rgb(16 185 129 / 0.55);
}

.hover\:border-success\/60:hover {
  border-color: rgb(16 185 129 / 0.6);
}

.hover\:border-success\/65:hover {
  border-color: rgb(16 185 129 / 0.65);
}

.hover\:border-success\/70:hover {
  border-color: rgb(16 185 129 / 0.7);
}

.hover\:border-success\/75:hover {
  border-color: rgb(16 185 129 / 0.75);
}

.hover\:border-success\/80:hover {
  border-color: rgb(16 185 129 / 0.8);
}

.hover\:border-success\/85:hover {
  border-color: rgb(16 185 129 / 0.85);
}

.hover\:border-success\/90:hover {
  border-color: rgb(16 185 129 / 0.9);
}

.hover\:border-success\/95:hover {
  border-color: rgb(16 185 129 / 0.95);
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.hover\:border-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-100\/0:hover {
  border-color: rgb(254 243 199 / 0);
}

.hover\:border-warning-100\/10:hover {
  border-color: rgb(254 243 199 / 0.1);
}

.hover\:border-warning-100\/100:hover {
  border-color: rgb(254 243 199 / 1);
}

.hover\:border-warning-100\/15:hover {
  border-color: rgb(254 243 199 / 0.15);
}

.hover\:border-warning-100\/20:hover {
  border-color: rgb(254 243 199 / 0.2);
}

.hover\:border-warning-100\/25:hover {
  border-color: rgb(254 243 199 / 0.25);
}

.hover\:border-warning-100\/30:hover {
  border-color: rgb(254 243 199 / 0.3);
}

.hover\:border-warning-100\/35:hover {
  border-color: rgb(254 243 199 / 0.35);
}

.hover\:border-warning-100\/40:hover {
  border-color: rgb(254 243 199 / 0.4);
}

.hover\:border-warning-100\/45:hover {
  border-color: rgb(254 243 199 / 0.45);
}

.hover\:border-warning-100\/5:hover {
  border-color: rgb(254 243 199 / 0.05);
}

.hover\:border-warning-100\/50:hover {
  border-color: rgb(254 243 199 / 0.5);
}

.hover\:border-warning-100\/55:hover {
  border-color: rgb(254 243 199 / 0.55);
}

.hover\:border-warning-100\/60:hover {
  border-color: rgb(254 243 199 / 0.6);
}

.hover\:border-warning-100\/65:hover {
  border-color: rgb(254 243 199 / 0.65);
}

.hover\:border-warning-100\/70:hover {
  border-color: rgb(254 243 199 / 0.7);
}

.hover\:border-warning-100\/75:hover {
  border-color: rgb(254 243 199 / 0.75);
}

.hover\:border-warning-100\/80:hover {
  border-color: rgb(254 243 199 / 0.8);
}

.hover\:border-warning-100\/85:hover {
  border-color: rgb(254 243 199 / 0.85);
}

.hover\:border-warning-100\/90:hover {
  border-color: rgb(254 243 199 / 0.9);
}

.hover\:border-warning-100\/95:hover {
  border-color: rgb(254 243 199 / 0.95);
}

.hover\:border-warning-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-200\/0:hover {
  border-color: rgb(253 230 138 / 0);
}

.hover\:border-warning-200\/10:hover {
  border-color: rgb(253 230 138 / 0.1);
}

.hover\:border-warning-200\/100:hover {
  border-color: rgb(253 230 138 / 1);
}

.hover\:border-warning-200\/15:hover {
  border-color: rgb(253 230 138 / 0.15);
}

.hover\:border-warning-200\/20:hover {
  border-color: rgb(253 230 138 / 0.2);
}

.hover\:border-warning-200\/25:hover {
  border-color: rgb(253 230 138 / 0.25);
}

.hover\:border-warning-200\/30:hover {
  border-color: rgb(253 230 138 / 0.3);
}

.hover\:border-warning-200\/35:hover {
  border-color: rgb(253 230 138 / 0.35);
}

.hover\:border-warning-200\/40:hover {
  border-color: rgb(253 230 138 / 0.4);
}

.hover\:border-warning-200\/45:hover {
  border-color: rgb(253 230 138 / 0.45);
}

.hover\:border-warning-200\/5:hover {
  border-color: rgb(253 230 138 / 0.05);
}

.hover\:border-warning-200\/50:hover {
  border-color: rgb(253 230 138 / 0.5);
}

.hover\:border-warning-200\/55:hover {
  border-color: rgb(253 230 138 / 0.55);
}

.hover\:border-warning-200\/60:hover {
  border-color: rgb(253 230 138 / 0.6);
}

.hover\:border-warning-200\/65:hover {
  border-color: rgb(253 230 138 / 0.65);
}

.hover\:border-warning-200\/70:hover {
  border-color: rgb(253 230 138 / 0.7);
}

.hover\:border-warning-200\/75:hover {
  border-color: rgb(253 230 138 / 0.75);
}

.hover\:border-warning-200\/80:hover {
  border-color: rgb(253 230 138 / 0.8);
}

.hover\:border-warning-200\/85:hover {
  border-color: rgb(253 230 138 / 0.85);
}

.hover\:border-warning-200\/90:hover {
  border-color: rgb(253 230 138 / 0.9);
}

.hover\:border-warning-200\/95:hover {
  border-color: rgb(253 230 138 / 0.95);
}

.hover\:border-warning-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-300\/0:hover {
  border-color: rgb(252 211 77 / 0);
}

.hover\:border-warning-300\/10:hover {
  border-color: rgb(252 211 77 / 0.1);
}

.hover\:border-warning-300\/100:hover {
  border-color: rgb(252 211 77 / 1);
}

.hover\:border-warning-300\/15:hover {
  border-color: rgb(252 211 77 / 0.15);
}

.hover\:border-warning-300\/20:hover {
  border-color: rgb(252 211 77 / 0.2);
}

.hover\:border-warning-300\/25:hover {
  border-color: rgb(252 211 77 / 0.25);
}

.hover\:border-warning-300\/30:hover {
  border-color: rgb(252 211 77 / 0.3);
}

.hover\:border-warning-300\/35:hover {
  border-color: rgb(252 211 77 / 0.35);
}

.hover\:border-warning-300\/40:hover {
  border-color: rgb(252 211 77 / 0.4);
}

.hover\:border-warning-300\/45:hover {
  border-color: rgb(252 211 77 / 0.45);
}

.hover\:border-warning-300\/5:hover {
  border-color: rgb(252 211 77 / 0.05);
}

.hover\:border-warning-300\/50:hover {
  border-color: rgb(252 211 77 / 0.5);
}

.hover\:border-warning-300\/55:hover {
  border-color: rgb(252 211 77 / 0.55);
}

.hover\:border-warning-300\/60:hover {
  border-color: rgb(252 211 77 / 0.6);
}

.hover\:border-warning-300\/65:hover {
  border-color: rgb(252 211 77 / 0.65);
}

.hover\:border-warning-300\/70:hover {
  border-color: rgb(252 211 77 / 0.7);
}

.hover\:border-warning-300\/75:hover {
  border-color: rgb(252 211 77 / 0.75);
}

.hover\:border-warning-300\/80:hover {
  border-color: rgb(252 211 77 / 0.8);
}

.hover\:border-warning-300\/85:hover {
  border-color: rgb(252 211 77 / 0.85);
}

.hover\:border-warning-300\/90:hover {
  border-color: rgb(252 211 77 / 0.9);
}

.hover\:border-warning-300\/95:hover {
  border-color: rgb(252 211 77 / 0.95);
}

.hover\:border-warning-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-400\/0:hover {
  border-color: rgb(251 191 36 / 0);
}

.hover\:border-warning-400\/10:hover {
  border-color: rgb(251 191 36 / 0.1);
}

.hover\:border-warning-400\/100:hover {
  border-color: rgb(251 191 36 / 1);
}

.hover\:border-warning-400\/15:hover {
  border-color: rgb(251 191 36 / 0.15);
}

.hover\:border-warning-400\/20:hover {
  border-color: rgb(251 191 36 / 0.2);
}

.hover\:border-warning-400\/25:hover {
  border-color: rgb(251 191 36 / 0.25);
}

.hover\:border-warning-400\/30:hover {
  border-color: rgb(251 191 36 / 0.3);
}

.hover\:border-warning-400\/35:hover {
  border-color: rgb(251 191 36 / 0.35);
}

.hover\:border-warning-400\/40:hover {
  border-color: rgb(251 191 36 / 0.4);
}

.hover\:border-warning-400\/45:hover {
  border-color: rgb(251 191 36 / 0.45);
}

.hover\:border-warning-400\/5:hover {
  border-color: rgb(251 191 36 / 0.05);
}

.hover\:border-warning-400\/50:hover {
  border-color: rgb(251 191 36 / 0.5);
}

.hover\:border-warning-400\/55:hover {
  border-color: rgb(251 191 36 / 0.55);
}

.hover\:border-warning-400\/60:hover {
  border-color: rgb(251 191 36 / 0.6);
}

.hover\:border-warning-400\/65:hover {
  border-color: rgb(251 191 36 / 0.65);
}

.hover\:border-warning-400\/70:hover {
  border-color: rgb(251 191 36 / 0.7);
}

.hover\:border-warning-400\/75:hover {
  border-color: rgb(251 191 36 / 0.75);
}

.hover\:border-warning-400\/80:hover {
  border-color: rgb(251 191 36 / 0.8);
}

.hover\:border-warning-400\/85:hover {
  border-color: rgb(251 191 36 / 0.85);
}

.hover\:border-warning-400\/90:hover {
  border-color: rgb(251 191 36 / 0.9);
}

.hover\:border-warning-400\/95:hover {
  border-color: rgb(251 191 36 / 0.95);
}

.hover\:border-warning-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-50\/0:hover {
  border-color: rgb(255 251 235 / 0);
}

.hover\:border-warning-50\/10:hover {
  border-color: rgb(255 251 235 / 0.1);
}

.hover\:border-warning-50\/100:hover {
  border-color: rgb(255 251 235 / 1);
}

.hover\:border-warning-50\/15:hover {
  border-color: rgb(255 251 235 / 0.15);
}

.hover\:border-warning-50\/20:hover {
  border-color: rgb(255 251 235 / 0.2);
}

.hover\:border-warning-50\/25:hover {
  border-color: rgb(255 251 235 / 0.25);
}

.hover\:border-warning-50\/30:hover {
  border-color: rgb(255 251 235 / 0.3);
}

.hover\:border-warning-50\/35:hover {
  border-color: rgb(255 251 235 / 0.35);
}

.hover\:border-warning-50\/40:hover {
  border-color: rgb(255 251 235 / 0.4);
}

.hover\:border-warning-50\/45:hover {
  border-color: rgb(255 251 235 / 0.45);
}

.hover\:border-warning-50\/5:hover {
  border-color: rgb(255 251 235 / 0.05);
}

.hover\:border-warning-50\/50:hover {
  border-color: rgb(255 251 235 / 0.5);
}

.hover\:border-warning-50\/55:hover {
  border-color: rgb(255 251 235 / 0.55);
}

.hover\:border-warning-50\/60:hover {
  border-color: rgb(255 251 235 / 0.6);
}

.hover\:border-warning-50\/65:hover {
  border-color: rgb(255 251 235 / 0.65);
}

.hover\:border-warning-50\/70:hover {
  border-color: rgb(255 251 235 / 0.7);
}

.hover\:border-warning-50\/75:hover {
  border-color: rgb(255 251 235 / 0.75);
}

.hover\:border-warning-50\/80:hover {
  border-color: rgb(255 251 235 / 0.8);
}

.hover\:border-warning-50\/85:hover {
  border-color: rgb(255 251 235 / 0.85);
}

.hover\:border-warning-50\/90:hover {
  border-color: rgb(255 251 235 / 0.9);
}

.hover\:border-warning-50\/95:hover {
  border-color: rgb(255 251 235 / 0.95);
}

.hover\:border-warning-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-500\/0:hover {
  border-color: rgb(245 158 11 / 0);
}

.hover\:border-warning-500\/10:hover {
  border-color: rgb(245 158 11 / 0.1);
}

.hover\:border-warning-500\/100:hover {
  border-color: rgb(245 158 11 / 1);
}

.hover\:border-warning-500\/15:hover {
  border-color: rgb(245 158 11 / 0.15);
}

.hover\:border-warning-500\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}

.hover\:border-warning-500\/25:hover {
  border-color: rgb(245 158 11 / 0.25);
}

.hover\:border-warning-500\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}

.hover\:border-warning-500\/35:hover {
  border-color: rgb(245 158 11 / 0.35);
}

.hover\:border-warning-500\/40:hover {
  border-color: rgb(245 158 11 / 0.4);
}

.hover\:border-warning-500\/45:hover {
  border-color: rgb(245 158 11 / 0.45);
}

.hover\:border-warning-500\/5:hover {
  border-color: rgb(245 158 11 / 0.05);
}

.hover\:border-warning-500\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}

.hover\:border-warning-500\/55:hover {
  border-color: rgb(245 158 11 / 0.55);
}

.hover\:border-warning-500\/60:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.hover\:border-warning-500\/65:hover {
  border-color: rgb(245 158 11 / 0.65);
}

.hover\:border-warning-500\/70:hover {
  border-color: rgb(245 158 11 / 0.7);
}

.hover\:border-warning-500\/75:hover {
  border-color: rgb(245 158 11 / 0.75);
}

.hover\:border-warning-500\/80:hover {
  border-color: rgb(245 158 11 / 0.8);
}

.hover\:border-warning-500\/85:hover {
  border-color: rgb(245 158 11 / 0.85);
}

.hover\:border-warning-500\/90:hover {
  border-color: rgb(245 158 11 / 0.9);
}

.hover\:border-warning-500\/95:hover {
  border-color: rgb(245 158 11 / 0.95);
}

.hover\:border-warning-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-600\/0:hover {
  border-color: rgb(217 119 6 / 0);
}

.hover\:border-warning-600\/10:hover {
  border-color: rgb(217 119 6 / 0.1);
}

.hover\:border-warning-600\/100:hover {
  border-color: rgb(217 119 6 / 1);
}

.hover\:border-warning-600\/15:hover {
  border-color: rgb(217 119 6 / 0.15);
}

.hover\:border-warning-600\/20:hover {
  border-color: rgb(217 119 6 / 0.2);
}

.hover\:border-warning-600\/25:hover {
  border-color: rgb(217 119 6 / 0.25);
}

.hover\:border-warning-600\/30:hover {
  border-color: rgb(217 119 6 / 0.3);
}

.hover\:border-warning-600\/35:hover {
  border-color: rgb(217 119 6 / 0.35);
}

.hover\:border-warning-600\/40:hover {
  border-color: rgb(217 119 6 / 0.4);
}

.hover\:border-warning-600\/45:hover {
  border-color: rgb(217 119 6 / 0.45);
}

.hover\:border-warning-600\/5:hover {
  border-color: rgb(217 119 6 / 0.05);
}

.hover\:border-warning-600\/50:hover {
  border-color: rgb(217 119 6 / 0.5);
}

.hover\:border-warning-600\/55:hover {
  border-color: rgb(217 119 6 / 0.55);
}

.hover\:border-warning-600\/60:hover {
  border-color: rgb(217 119 6 / 0.6);
}

.hover\:border-warning-600\/65:hover {
  border-color: rgb(217 119 6 / 0.65);
}

.hover\:border-warning-600\/70:hover {
  border-color: rgb(217 119 6 / 0.7);
}

.hover\:border-warning-600\/75:hover {
  border-color: rgb(217 119 6 / 0.75);
}

.hover\:border-warning-600\/80:hover {
  border-color: rgb(217 119 6 / 0.8);
}

.hover\:border-warning-600\/85:hover {
  border-color: rgb(217 119 6 / 0.85);
}

.hover\:border-warning-600\/90:hover {
  border-color: rgb(217 119 6 / 0.9);
}

.hover\:border-warning-600\/95:hover {
  border-color: rgb(217 119 6 / 0.95);
}

.hover\:border-warning-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-700\/0:hover {
  border-color: rgb(180 83 9 / 0);
}

.hover\:border-warning-700\/10:hover {
  border-color: rgb(180 83 9 / 0.1);
}

.hover\:border-warning-700\/100:hover {
  border-color: rgb(180 83 9 / 1);
}

.hover\:border-warning-700\/15:hover {
  border-color: rgb(180 83 9 / 0.15);
}

.hover\:border-warning-700\/20:hover {
  border-color: rgb(180 83 9 / 0.2);
}

.hover\:border-warning-700\/25:hover {
  border-color: rgb(180 83 9 / 0.25);
}

.hover\:border-warning-700\/30:hover {
  border-color: rgb(180 83 9 / 0.3);
}

.hover\:border-warning-700\/35:hover {
  border-color: rgb(180 83 9 / 0.35);
}

.hover\:border-warning-700\/40:hover {
  border-color: rgb(180 83 9 / 0.4);
}

.hover\:border-warning-700\/45:hover {
  border-color: rgb(180 83 9 / 0.45);
}

.hover\:border-warning-700\/5:hover {
  border-color: rgb(180 83 9 / 0.05);
}

.hover\:border-warning-700\/50:hover {
  border-color: rgb(180 83 9 / 0.5);
}

.hover\:border-warning-700\/55:hover {
  border-color: rgb(180 83 9 / 0.55);
}

.hover\:border-warning-700\/60:hover {
  border-color: rgb(180 83 9 / 0.6);
}

.hover\:border-warning-700\/65:hover {
  border-color: rgb(180 83 9 / 0.65);
}

.hover\:border-warning-700\/70:hover {
  border-color: rgb(180 83 9 / 0.7);
}

.hover\:border-warning-700\/75:hover {
  border-color: rgb(180 83 9 / 0.75);
}

.hover\:border-warning-700\/80:hover {
  border-color: rgb(180 83 9 / 0.8);
}

.hover\:border-warning-700\/85:hover {
  border-color: rgb(180 83 9 / 0.85);
}

.hover\:border-warning-700\/90:hover {
  border-color: rgb(180 83 9 / 0.9);
}

.hover\:border-warning-700\/95:hover {
  border-color: rgb(180 83 9 / 0.95);
}

.hover\:border-warning-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-800\/0:hover {
  border-color: rgb(146 64 14 / 0);
}

.hover\:border-warning-800\/10:hover {
  border-color: rgb(146 64 14 / 0.1);
}

.hover\:border-warning-800\/100:hover {
  border-color: rgb(146 64 14 / 1);
}

.hover\:border-warning-800\/15:hover {
  border-color: rgb(146 64 14 / 0.15);
}

.hover\:border-warning-800\/20:hover {
  border-color: rgb(146 64 14 / 0.2);
}

.hover\:border-warning-800\/25:hover {
  border-color: rgb(146 64 14 / 0.25);
}

.hover\:border-warning-800\/30:hover {
  border-color: rgb(146 64 14 / 0.3);
}

.hover\:border-warning-800\/35:hover {
  border-color: rgb(146 64 14 / 0.35);
}

.hover\:border-warning-800\/40:hover {
  border-color: rgb(146 64 14 / 0.4);
}

.hover\:border-warning-800\/45:hover {
  border-color: rgb(146 64 14 / 0.45);
}

.hover\:border-warning-800\/5:hover {
  border-color: rgb(146 64 14 / 0.05);
}

.hover\:border-warning-800\/50:hover {
  border-color: rgb(146 64 14 / 0.5);
}

.hover\:border-warning-800\/55:hover {
  border-color: rgb(146 64 14 / 0.55);
}

.hover\:border-warning-800\/60:hover {
  border-color: rgb(146 64 14 / 0.6);
}

.hover\:border-warning-800\/65:hover {
  border-color: rgb(146 64 14 / 0.65);
}

.hover\:border-warning-800\/70:hover {
  border-color: rgb(146 64 14 / 0.7);
}

.hover\:border-warning-800\/75:hover {
  border-color: rgb(146 64 14 / 0.75);
}

.hover\:border-warning-800\/80:hover {
  border-color: rgb(146 64 14 / 0.8);
}

.hover\:border-warning-800\/85:hover {
  border-color: rgb(146 64 14 / 0.85);
}

.hover\:border-warning-800\/90:hover {
  border-color: rgb(146 64 14 / 0.9);
}

.hover\:border-warning-800\/95:hover {
  border-color: rgb(146 64 14 / 0.95);
}

.hover\:border-warning-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-900\/0:hover {
  border-color: rgb(120 53 15 / 0);
}

.hover\:border-warning-900\/10:hover {
  border-color: rgb(120 53 15 / 0.1);
}

.hover\:border-warning-900\/100:hover {
  border-color: rgb(120 53 15 / 1);
}

.hover\:border-warning-900\/15:hover {
  border-color: rgb(120 53 15 / 0.15);
}

.hover\:border-warning-900\/20:hover {
  border-color: rgb(120 53 15 / 0.2);
}

.hover\:border-warning-900\/25:hover {
  border-color: rgb(120 53 15 / 0.25);
}

.hover\:border-warning-900\/30:hover {
  border-color: rgb(120 53 15 / 0.3);
}

.hover\:border-warning-900\/35:hover {
  border-color: rgb(120 53 15 / 0.35);
}

.hover\:border-warning-900\/40:hover {
  border-color: rgb(120 53 15 / 0.4);
}

.hover\:border-warning-900\/45:hover {
  border-color: rgb(120 53 15 / 0.45);
}

.hover\:border-warning-900\/5:hover {
  border-color: rgb(120 53 15 / 0.05);
}

.hover\:border-warning-900\/50:hover {
  border-color: rgb(120 53 15 / 0.5);
}

.hover\:border-warning-900\/55:hover {
  border-color: rgb(120 53 15 / 0.55);
}

.hover\:border-warning-900\/60:hover {
  border-color: rgb(120 53 15 / 0.6);
}

.hover\:border-warning-900\/65:hover {
  border-color: rgb(120 53 15 / 0.65);
}

.hover\:border-warning-900\/70:hover {
  border-color: rgb(120 53 15 / 0.7);
}

.hover\:border-warning-900\/75:hover {
  border-color: rgb(120 53 15 / 0.75);
}

.hover\:border-warning-900\/80:hover {
  border-color: rgb(120 53 15 / 0.8);
}

.hover\:border-warning-900\/85:hover {
  border-color: rgb(120 53 15 / 0.85);
}

.hover\:border-warning-900\/90:hover {
  border-color: rgb(120 53 15 / 0.9);
}

.hover\:border-warning-900\/95:hover {
  border-color: rgb(120 53 15 / 0.95);
}

.hover\:border-warning-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-dark\/0:hover {
  border-color: rgb(180 83 9 / 0);
}

.hover\:border-warning-dark\/10:hover {
  border-color: rgb(180 83 9 / 0.1);
}

.hover\:border-warning-dark\/100:hover {
  border-color: rgb(180 83 9 / 1);
}

.hover\:border-warning-dark\/15:hover {
  border-color: rgb(180 83 9 / 0.15);
}

.hover\:border-warning-dark\/20:hover {
  border-color: rgb(180 83 9 / 0.2);
}

.hover\:border-warning-dark\/25:hover {
  border-color: rgb(180 83 9 / 0.25);
}

.hover\:border-warning-dark\/30:hover {
  border-color: rgb(180 83 9 / 0.3);
}

.hover\:border-warning-dark\/35:hover {
  border-color: rgb(180 83 9 / 0.35);
}

.hover\:border-warning-dark\/40:hover {
  border-color: rgb(180 83 9 / 0.4);
}

.hover\:border-warning-dark\/45:hover {
  border-color: rgb(180 83 9 / 0.45);
}

.hover\:border-warning-dark\/5:hover {
  border-color: rgb(180 83 9 / 0.05);
}

.hover\:border-warning-dark\/50:hover {
  border-color: rgb(180 83 9 / 0.5);
}

.hover\:border-warning-dark\/55:hover {
  border-color: rgb(180 83 9 / 0.55);
}

.hover\:border-warning-dark\/60:hover {
  border-color: rgb(180 83 9 / 0.6);
}

.hover\:border-warning-dark\/65:hover {
  border-color: rgb(180 83 9 / 0.65);
}

.hover\:border-warning-dark\/70:hover {
  border-color: rgb(180 83 9 / 0.7);
}

.hover\:border-warning-dark\/75:hover {
  border-color: rgb(180 83 9 / 0.75);
}

.hover\:border-warning-dark\/80:hover {
  border-color: rgb(180 83 9 / 0.8);
}

.hover\:border-warning-dark\/85:hover {
  border-color: rgb(180 83 9 / 0.85);
}

.hover\:border-warning-dark\/90:hover {
  border-color: rgb(180 83 9 / 0.9);
}

.hover\:border-warning-dark\/95:hover {
  border-color: rgb(180 83 9 / 0.95);
}

.hover\:border-warning-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-light\/0:hover {
  border-color: rgb(254 243 199 / 0);
}

.hover\:border-warning-light\/10:hover {
  border-color: rgb(254 243 199 / 0.1);
}

.hover\:border-warning-light\/100:hover {
  border-color: rgb(254 243 199 / 1);
}

.hover\:border-warning-light\/15:hover {
  border-color: rgb(254 243 199 / 0.15);
}

.hover\:border-warning-light\/20:hover {
  border-color: rgb(254 243 199 / 0.2);
}

.hover\:border-warning-light\/25:hover {
  border-color: rgb(254 243 199 / 0.25);
}

.hover\:border-warning-light\/30:hover {
  border-color: rgb(254 243 199 / 0.3);
}

.hover\:border-warning-light\/35:hover {
  border-color: rgb(254 243 199 / 0.35);
}

.hover\:border-warning-light\/40:hover {
  border-color: rgb(254 243 199 / 0.4);
}

.hover\:border-warning-light\/45:hover {
  border-color: rgb(254 243 199 / 0.45);
}

.hover\:border-warning-light\/5:hover {
  border-color: rgb(254 243 199 / 0.05);
}

.hover\:border-warning-light\/50:hover {
  border-color: rgb(254 243 199 / 0.5);
}

.hover\:border-warning-light\/55:hover {
  border-color: rgb(254 243 199 / 0.55);
}

.hover\:border-warning-light\/60:hover {
  border-color: rgb(254 243 199 / 0.6);
}

.hover\:border-warning-light\/65:hover {
  border-color: rgb(254 243 199 / 0.65);
}

.hover\:border-warning-light\/70:hover {
  border-color: rgb(254 243 199 / 0.7);
}

.hover\:border-warning-light\/75:hover {
  border-color: rgb(254 243 199 / 0.75);
}

.hover\:border-warning-light\/80:hover {
  border-color: rgb(254 243 199 / 0.8);
}

.hover\:border-warning-light\/85:hover {
  border-color: rgb(254 243 199 / 0.85);
}

.hover\:border-warning-light\/90:hover {
  border-color: rgb(254 243 199 / 0.9);
}

.hover\:border-warning-light\/95:hover {
  border-color: rgb(254 243 199 / 0.95);
}

.hover\:border-warning\/0:hover {
  border-color: rgb(245 158 11 / 0);
}

.hover\:border-warning\/10:hover {
  border-color: rgb(245 158 11 / 0.1);
}

.hover\:border-warning\/100:hover {
  border-color: rgb(245 158 11 / 1);
}

.hover\:border-warning\/15:hover {
  border-color: rgb(245 158 11 / 0.15);
}

.hover\:border-warning\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}

.hover\:border-warning\/25:hover {
  border-color: rgb(245 158 11 / 0.25);
}

.hover\:border-warning\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}

.hover\:border-warning\/35:hover {
  border-color: rgb(245 158 11 / 0.35);
}

.hover\:border-warning\/40:hover {
  border-color: rgb(245 158 11 / 0.4);
}

.hover\:border-warning\/45:hover {
  border-color: rgb(245 158 11 / 0.45);
}

.hover\:border-warning\/5:hover {
  border-color: rgb(245 158 11 / 0.05);
}

.hover\:border-warning\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}

.hover\:border-warning\/55:hover {
  border-color: rgb(245 158 11 / 0.55);
}

.hover\:border-warning\/60:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.hover\:border-warning\/65:hover {
  border-color: rgb(245 158 11 / 0.65);
}

.hover\:border-warning\/70:hover {
  border-color: rgb(245 158 11 / 0.7);
}

.hover\:border-warning\/75:hover {
  border-color: rgb(245 158 11 / 0.75);
}

.hover\:border-warning\/80:hover {
  border-color: rgb(245 158 11 / 0.8);
}

.hover\:border-warning\/85:hover {
  border-color: rgb(245 158 11 / 0.85);
}

.hover\:border-warning\/90:hover {
  border-color: rgb(245 158 11 / 0.9);
}

.hover\:border-warning\/95:hover {
  border-color: rgb(245 158 11 / 0.95);
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-100\/0:hover {
  background-color: rgb(254 226 226 / 0);
}

.hover\:bg-danger-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}

.hover\:bg-danger-100\/100:hover {
  background-color: rgb(254 226 226 / 1);
}

.hover\:bg-danger-100\/15:hover {
  background-color: rgb(254 226 226 / 0.15);
}

.hover\:bg-danger-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}

.hover\:bg-danger-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}

.hover\:bg-danger-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}

.hover\:bg-danger-100\/35:hover {
  background-color: rgb(254 226 226 / 0.35);
}

.hover\:bg-danger-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-danger-100\/45:hover {
  background-color: rgb(254 226 226 / 0.45);
}

.hover\:bg-danger-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}

.hover\:bg-danger-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}

.hover\:bg-danger-100\/55:hover {
  background-color: rgb(254 226 226 / 0.55);
}

.hover\:bg-danger-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-danger-100\/65:hover {
  background-color: rgb(254 226 226 / 0.65);
}

.hover\:bg-danger-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}

.hover\:bg-danger-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}

.hover\:bg-danger-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}

.hover\:bg-danger-100\/85:hover {
  background-color: rgb(254 226 226 / 0.85);
}

.hover\:bg-danger-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}

.hover\:bg-danger-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}

.hover\:bg-danger-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-200\/0:hover {
  background-color: rgb(254 202 202 / 0);
}

.hover\:bg-danger-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1);
}

.hover\:bg-danger-200\/100:hover {
  background-color: rgb(254 202 202 / 1);
}

.hover\:bg-danger-200\/15:hover {
  background-color: rgb(254 202 202 / 0.15);
}

.hover\:bg-danger-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2);
}

.hover\:bg-danger-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25);
}

.hover\:bg-danger-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3);
}

.hover\:bg-danger-200\/35:hover {
  background-color: rgb(254 202 202 / 0.35);
}

.hover\:bg-danger-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}

.hover\:bg-danger-200\/45:hover {
  background-color: rgb(254 202 202 / 0.45);
}

.hover\:bg-danger-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05);
}

.hover\:bg-danger-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5);
}

.hover\:bg-danger-200\/55:hover {
  background-color: rgb(254 202 202 / 0.55);
}

.hover\:bg-danger-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}

.hover\:bg-danger-200\/65:hover {
  background-color: rgb(254 202 202 / 0.65);
}

.hover\:bg-danger-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7);
}

.hover\:bg-danger-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75);
}

.hover\:bg-danger-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8);
}

.hover\:bg-danger-200\/85:hover {
  background-color: rgb(254 202 202 / 0.85);
}

.hover\:bg-danger-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9);
}

.hover\:bg-danger-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95);
}

.hover\:bg-danger-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-300\/0:hover {
  background-color: rgb(252 165 165 / 0);
}

.hover\:bg-danger-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1);
}

.hover\:bg-danger-300\/100:hover {
  background-color: rgb(252 165 165 / 1);
}

.hover\:bg-danger-300\/15:hover {
  background-color: rgb(252 165 165 / 0.15);
}

.hover\:bg-danger-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2);
}

.hover\:bg-danger-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25);
}

.hover\:bg-danger-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3);
}

.hover\:bg-danger-300\/35:hover {
  background-color: rgb(252 165 165 / 0.35);
}

.hover\:bg-danger-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}

.hover\:bg-danger-300\/45:hover {
  background-color: rgb(252 165 165 / 0.45);
}

.hover\:bg-danger-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05);
}

.hover\:bg-danger-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5);
}

.hover\:bg-danger-300\/55:hover {
  background-color: rgb(252 165 165 / 0.55);
}

.hover\:bg-danger-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}

.hover\:bg-danger-300\/65:hover {
  background-color: rgb(252 165 165 / 0.65);
}

.hover\:bg-danger-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7);
}

.hover\:bg-danger-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75);
}

.hover\:bg-danger-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8);
}

.hover\:bg-danger-300\/85:hover {
  background-color: rgb(252 165 165 / 0.85);
}

.hover\:bg-danger-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9);
}

.hover\:bg-danger-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95);
}

.hover\:bg-danger-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-400\/0:hover {
  background-color: rgb(248 113 113 / 0);
}

.hover\:bg-danger-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}

.hover\:bg-danger-400\/100:hover {
  background-color: rgb(248 113 113 / 1);
}

.hover\:bg-danger-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15);
}

.hover\:bg-danger-400\/20:hover {
  background-color: rgb(248 113 113 / 0.2);
}

.hover\:bg-danger-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25);
}

.hover\:bg-danger-400\/30:hover {
  background-color: rgb(248 113 113 / 0.3);
}

.hover\:bg-danger-400\/35:hover {
  background-color: rgb(248 113 113 / 0.35);
}

.hover\:bg-danger-400\/40:hover {
  background-color: rgb(248 113 113 / 0.4);
}

.hover\:bg-danger-400\/45:hover {
  background-color: rgb(248 113 113 / 0.45);
}

.hover\:bg-danger-400\/5:hover {
  background-color: rgb(248 113 113 / 0.05);
}

.hover\:bg-danger-400\/50:hover {
  background-color: rgb(248 113 113 / 0.5);
}

.hover\:bg-danger-400\/55:hover {
  background-color: rgb(248 113 113 / 0.55);
}

.hover\:bg-danger-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}

.hover\:bg-danger-400\/65:hover {
  background-color: rgb(248 113 113 / 0.65);
}

.hover\:bg-danger-400\/70:hover {
  background-color: rgb(248 113 113 / 0.7);
}

.hover\:bg-danger-400\/75:hover {
  background-color: rgb(248 113 113 / 0.75);
}

.hover\:bg-danger-400\/80:hover {
  background-color: rgb(248 113 113 / 0.8);
}

.hover\:bg-danger-400\/85:hover {
  background-color: rgb(248 113 113 / 0.85);
}

.hover\:bg-danger-400\/90:hover {
  background-color: rgb(248 113 113 / 0.9);
}

.hover\:bg-danger-400\/95:hover {
  background-color: rgb(248 113 113 / 0.95);
}

.hover\:bg-danger-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-50\/0:hover {
  background-color: rgb(254 242 242 / 0);
}

.hover\:bg-danger-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1);
}

.hover\:bg-danger-50\/100:hover {
  background-color: rgb(254 242 242 / 1);
}

.hover\:bg-danger-50\/15:hover {
  background-color: rgb(254 242 242 / 0.15);
}

.hover\:bg-danger-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2);
}

.hover\:bg-danger-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25);
}

.hover\:bg-danger-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3);
}

.hover\:bg-danger-50\/35:hover {
  background-color: rgb(254 242 242 / 0.35);
}

.hover\:bg-danger-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}

.hover\:bg-danger-50\/45:hover {
  background-color: rgb(254 242 242 / 0.45);
}

.hover\:bg-danger-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05);
}

.hover\:bg-danger-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}

.hover\:bg-danger-50\/55:hover {
  background-color: rgb(254 242 242 / 0.55);
}

.hover\:bg-danger-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}

.hover\:bg-danger-50\/65:hover {
  background-color: rgb(254 242 242 / 0.65);
}

.hover\:bg-danger-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7);
}

.hover\:bg-danger-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75);
}

.hover\:bg-danger-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8);
}

.hover\:bg-danger-50\/85:hover {
  background-color: rgb(254 242 242 / 0.85);
}

.hover\:bg-danger-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9);
}

.hover\:bg-danger-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95);
}

.hover\:bg-danger-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-500\/0:hover {
  background-color: rgb(239 68 68 / 0);
}

.hover\:bg-danger-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-danger-500\/100:hover {
  background-color: rgb(239 68 68 / 1);
}

.hover\:bg-danger-500\/15:hover {
  background-color: rgb(239 68 68 / 0.15);
}

.hover\:bg-danger-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-danger-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}

.hover\:bg-danger-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-danger-500\/35:hover {
  background-color: rgb(239 68 68 / 0.35);
}

.hover\:bg-danger-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-danger-500\/45:hover {
  background-color: rgb(239 68 68 / 0.45);
}

.hover\:bg-danger-500\/5:hover {
  background-color: rgb(239 68 68 / 0.05);
}

.hover\:bg-danger-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}

.hover\:bg-danger-500\/55:hover {
  background-color: rgb(239 68 68 / 0.55);
}

.hover\:bg-danger-500\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}

.hover\:bg-danger-500\/65:hover {
  background-color: rgb(239 68 68 / 0.65);
}

.hover\:bg-danger-500\/70:hover {
  background-color: rgb(239 68 68 / 0.7);
}

.hover\:bg-danger-500\/75:hover {
  background-color: rgb(239 68 68 / 0.75);
}

.hover\:bg-danger-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}

.hover\:bg-danger-500\/85:hover {
  background-color: rgb(239 68 68 / 0.85);
}

.hover\:bg-danger-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:bg-danger-500\/95:hover {
  background-color: rgb(239 68 68 / 0.95);
}

.hover\:bg-danger-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-600\/0:hover {
  background-color: rgb(220 38 38 / 0);
}

.hover\:bg-danger-600\/10:hover {
  background-color: rgb(220 38 38 / 0.1);
}

.hover\:bg-danger-600\/100:hover {
  background-color: rgb(220 38 38 / 1);
}

.hover\:bg-danger-600\/15:hover {
  background-color: rgb(220 38 38 / 0.15);
}

.hover\:bg-danger-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2);
}

.hover\:bg-danger-600\/25:hover {
  background-color: rgb(220 38 38 / 0.25);
}

.hover\:bg-danger-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}

.hover\:bg-danger-600\/35:hover {
  background-color: rgb(220 38 38 / 0.35);
}

.hover\:bg-danger-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}

.hover\:bg-danger-600\/45:hover {
  background-color: rgb(220 38 38 / 0.45);
}

.hover\:bg-danger-600\/5:hover {
  background-color: rgb(220 38 38 / 0.05);
}

.hover\:bg-danger-600\/50:hover {
  background-color: rgb(220 38 38 / 0.5);
}

.hover\:bg-danger-600\/55:hover {
  background-color: rgb(220 38 38 / 0.55);
}

.hover\:bg-danger-600\/60:hover {
  background-color: rgb(220 38 38 / 0.6);
}

.hover\:bg-danger-600\/65:hover {
  background-color: rgb(220 38 38 / 0.65);
}

.hover\:bg-danger-600\/70:hover {
  background-color: rgb(220 38 38 / 0.7);
}

.hover\:bg-danger-600\/75:hover {
  background-color: rgb(220 38 38 / 0.75);
}

.hover\:bg-danger-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8);
}

.hover\:bg-danger-600\/85:hover {
  background-color: rgb(220 38 38 / 0.85);
}

.hover\:bg-danger-600\/90:hover {
  background-color: rgb(220 38 38 / 0.9);
}

.hover\:bg-danger-600\/95:hover {
  background-color: rgb(220 38 38 / 0.95);
}

.hover\:bg-danger-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-700\/0:hover {
  background-color: rgb(185 28 28 / 0);
}

.hover\:bg-danger-700\/10:hover {
  background-color: rgb(185 28 28 / 0.1);
}

.hover\:bg-danger-700\/100:hover {
  background-color: rgb(185 28 28 / 1);
}

.hover\:bg-danger-700\/15:hover {
  background-color: rgb(185 28 28 / 0.15);
}

.hover\:bg-danger-700\/20:hover {
  background-color: rgb(185 28 28 / 0.2);
}

.hover\:bg-danger-700\/25:hover {
  background-color: rgb(185 28 28 / 0.25);
}

.hover\:bg-danger-700\/30:hover {
  background-color: rgb(185 28 28 / 0.3);
}

.hover\:bg-danger-700\/35:hover {
  background-color: rgb(185 28 28 / 0.35);
}

.hover\:bg-danger-700\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}

.hover\:bg-danger-700\/45:hover {
  background-color: rgb(185 28 28 / 0.45);
}

.hover\:bg-danger-700\/5:hover {
  background-color: rgb(185 28 28 / 0.05);
}

.hover\:bg-danger-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}

.hover\:bg-danger-700\/55:hover {
  background-color: rgb(185 28 28 / 0.55);
}

.hover\:bg-danger-700\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}

.hover\:bg-danger-700\/65:hover {
  background-color: rgb(185 28 28 / 0.65);
}

.hover\:bg-danger-700\/70:hover {
  background-color: rgb(185 28 28 / 0.7);
}

.hover\:bg-danger-700\/75:hover {
  background-color: rgb(185 28 28 / 0.75);
}

.hover\:bg-danger-700\/80:hover {
  background-color: rgb(185 28 28 / 0.8);
}

.hover\:bg-danger-700\/85:hover {
  background-color: rgb(185 28 28 / 0.85);
}

.hover\:bg-danger-700\/90:hover {
  background-color: rgb(185 28 28 / 0.9);
}

.hover\:bg-danger-700\/95:hover {
  background-color: rgb(185 28 28 / 0.95);
}

.hover\:bg-danger-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-800\/0:hover {
  background-color: rgb(153 27 27 / 0);
}

.hover\:bg-danger-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1);
}

.hover\:bg-danger-800\/100:hover {
  background-color: rgb(153 27 27 / 1);
}

.hover\:bg-danger-800\/15:hover {
  background-color: rgb(153 27 27 / 0.15);
}

.hover\:bg-danger-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2);
}

.hover\:bg-danger-800\/25:hover {
  background-color: rgb(153 27 27 / 0.25);
}

.hover\:bg-danger-800\/30:hover {
  background-color: rgb(153 27 27 / 0.3);
}

.hover\:bg-danger-800\/35:hover {
  background-color: rgb(153 27 27 / 0.35);
}

.hover\:bg-danger-800\/40:hover {
  background-color: rgb(153 27 27 / 0.4);
}

.hover\:bg-danger-800\/45:hover {
  background-color: rgb(153 27 27 / 0.45);
}

.hover\:bg-danger-800\/5:hover {
  background-color: rgb(153 27 27 / 0.05);
}

.hover\:bg-danger-800\/50:hover {
  background-color: rgb(153 27 27 / 0.5);
}

.hover\:bg-danger-800\/55:hover {
  background-color: rgb(153 27 27 / 0.55);
}

.hover\:bg-danger-800\/60:hover {
  background-color: rgb(153 27 27 / 0.6);
}

.hover\:bg-danger-800\/65:hover {
  background-color: rgb(153 27 27 / 0.65);
}

.hover\:bg-danger-800\/70:hover {
  background-color: rgb(153 27 27 / 0.7);
}

.hover\:bg-danger-800\/75:hover {
  background-color: rgb(153 27 27 / 0.75);
}

.hover\:bg-danger-800\/80:hover {
  background-color: rgb(153 27 27 / 0.8);
}

.hover\:bg-danger-800\/85:hover {
  background-color: rgb(153 27 27 / 0.85);
}

.hover\:bg-danger-800\/90:hover {
  background-color: rgb(153 27 27 / 0.9);
}

.hover\:bg-danger-800\/95:hover {
  background-color: rgb(153 27 27 / 0.95);
}

.hover\:bg-danger-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-900\/0:hover {
  background-color: rgb(127 29 29 / 0);
}

.hover\:bg-danger-900\/10:hover {
  background-color: rgb(127 29 29 / 0.1);
}

.hover\:bg-danger-900\/100:hover {
  background-color: rgb(127 29 29 / 1);
}

.hover\:bg-danger-900\/15:hover {
  background-color: rgb(127 29 29 / 0.15);
}

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

.hover\:bg-danger-900\/25:hover {
  background-color: rgb(127 29 29 / 0.25);
}

.hover\:bg-danger-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3);
}

.hover\:bg-danger-900\/35:hover {
  background-color: rgb(127 29 29 / 0.35);
}

.hover\:bg-danger-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-danger-900\/45:hover {
  background-color: rgb(127 29 29 / 0.45);
}

.hover\:bg-danger-900\/5:hover {
  background-color: rgb(127 29 29 / 0.05);
}

.hover\:bg-danger-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5);
}

.hover\:bg-danger-900\/55:hover {
  background-color: rgb(127 29 29 / 0.55);
}

.hover\:bg-danger-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}

.hover\:bg-danger-900\/65:hover {
  background-color: rgb(127 29 29 / 0.65);
}

.hover\:bg-danger-900\/70:hover {
  background-color: rgb(127 29 29 / 0.7);
}

.hover\:bg-danger-900\/75:hover {
  background-color: rgb(127 29 29 / 0.75);
}

.hover\:bg-danger-900\/80:hover {
  background-color: rgb(127 29 29 / 0.8);
}

.hover\:bg-danger-900\/85:hover {
  background-color: rgb(127 29 29 / 0.85);
}

.hover\:bg-danger-900\/90:hover {
  background-color: rgb(127 29 29 / 0.9);
}

.hover\:bg-danger-900\/95:hover {
  background-color: rgb(127 29 29 / 0.95);
}

.hover\:bg-danger-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-dark\/0:hover {
  background-color: rgb(185 28 28 / 0);
}

.hover\:bg-danger-dark\/10:hover {
  background-color: rgb(185 28 28 / 0.1);
}

.hover\:bg-danger-dark\/100:hover {
  background-color: rgb(185 28 28 / 1);
}

.hover\:bg-danger-dark\/15:hover {
  background-color: rgb(185 28 28 / 0.15);
}

.hover\:bg-danger-dark\/20:hover {
  background-color: rgb(185 28 28 / 0.2);
}

.hover\:bg-danger-dark\/25:hover {
  background-color: rgb(185 28 28 / 0.25);
}

.hover\:bg-danger-dark\/30:hover {
  background-color: rgb(185 28 28 / 0.3);
}

.hover\:bg-danger-dark\/35:hover {
  background-color: rgb(185 28 28 / 0.35);
}

.hover\:bg-danger-dark\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}

.hover\:bg-danger-dark\/45:hover {
  background-color: rgb(185 28 28 / 0.45);
}

.hover\:bg-danger-dark\/5:hover {
  background-color: rgb(185 28 28 / 0.05);
}

.hover\:bg-danger-dark\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}

.hover\:bg-danger-dark\/55:hover {
  background-color: rgb(185 28 28 / 0.55);
}

.hover\:bg-danger-dark\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}

.hover\:bg-danger-dark\/65:hover {
  background-color: rgb(185 28 28 / 0.65);
}

.hover\:bg-danger-dark\/70:hover {
  background-color: rgb(185 28 28 / 0.7);
}

.hover\:bg-danger-dark\/75:hover {
  background-color: rgb(185 28 28 / 0.75);
}

.hover\:bg-danger-dark\/80:hover {
  background-color: rgb(185 28 28 / 0.8);
}

.hover\:bg-danger-dark\/85:hover {
  background-color: rgb(185 28 28 / 0.85);
}

.hover\:bg-danger-dark\/90:hover {
  background-color: rgb(185 28 28 / 0.9);
}

.hover\:bg-danger-dark\/95:hover {
  background-color: rgb(185 28 28 / 0.95);
}

.hover\:bg-danger-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-light\/0:hover {
  background-color: rgb(254 226 226 / 0);
}

.hover\:bg-danger-light\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}

.hover\:bg-danger-light\/100:hover {
  background-color: rgb(254 226 226 / 1);
}

.hover\:bg-danger-light\/15:hover {
  background-color: rgb(254 226 226 / 0.15);
}

.hover\:bg-danger-light\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}

.hover\:bg-danger-light\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}

.hover\:bg-danger-light\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}

.hover\:bg-danger-light\/35:hover {
  background-color: rgb(254 226 226 / 0.35);
}

.hover\:bg-danger-light\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-danger-light\/45:hover {
  background-color: rgb(254 226 226 / 0.45);
}

.hover\:bg-danger-light\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}

.hover\:bg-danger-light\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}

.hover\:bg-danger-light\/55:hover {
  background-color: rgb(254 226 226 / 0.55);
}

.hover\:bg-danger-light\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-danger-light\/65:hover {
  background-color: rgb(254 226 226 / 0.65);
}

.hover\:bg-danger-light\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}

.hover\:bg-danger-light\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}

.hover\:bg-danger-light\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}

.hover\:bg-danger-light\/85:hover {
  background-color: rgb(254 226 226 / 0.85);
}

.hover\:bg-danger-light\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}

.hover\:bg-danger-light\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}

.hover\:bg-danger\/0:hover {
  background-color: rgb(239 68 68 / 0);
}

.hover\:bg-danger\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-danger\/100:hover {
  background-color: rgb(239 68 68 / 1);
}

.hover\:bg-danger\/15:hover {
  background-color: rgb(239 68 68 / 0.15);
}

.hover\:bg-danger\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-danger\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}

.hover\:bg-danger\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-danger\/35:hover {
  background-color: rgb(239 68 68 / 0.35);
}

.hover\:bg-danger\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-danger\/45:hover {
  background-color: rgb(239 68 68 / 0.45);
}

.hover\:bg-danger\/5:hover {
  background-color: rgb(239 68 68 / 0.05);
}

.hover\:bg-danger\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}

.hover\:bg-danger\/55:hover {
  background-color: rgb(239 68 68 / 0.55);
}

.hover\:bg-danger\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}

.hover\:bg-danger\/65:hover {
  background-color: rgb(239 68 68 / 0.65);
}

.hover\:bg-danger\/70:hover {
  background-color: rgb(239 68 68 / 0.7);
}

.hover\:bg-danger\/75:hover {
  background-color: rgb(239 68 68 / 0.75);
}

.hover\:bg-danger\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}

.hover\:bg-danger\/85:hover {
  background-color: rgb(239 68 68 / 0.85);
}

.hover\:bg-danger\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:bg-danger\/95:hover {
  background-color: rgb(239 68 68 / 0.95);
}

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-100\/0:hover {
  background-color: rgb(235 237 243 / 0);
}

.hover\:bg-dark-100\/10:hover {
  background-color: rgb(235 237 243 / 0.1);
}

.hover\:bg-dark-100\/100:hover {
  background-color: rgb(235 237 243 / 1);
}

.hover\:bg-dark-100\/15:hover {
  background-color: rgb(235 237 243 / 0.15);
}

.hover\:bg-dark-100\/20:hover {
  background-color: rgb(235 237 243 / 0.2);
}

.hover\:bg-dark-100\/25:hover {
  background-color: rgb(235 237 243 / 0.25);
}

.hover\:bg-dark-100\/30:hover {
  background-color: rgb(235 237 243 / 0.3);
}

.hover\:bg-dark-100\/35:hover {
  background-color: rgb(235 237 243 / 0.35);
}

.hover\:bg-dark-100\/40:hover {
  background-color: rgb(235 237 243 / 0.4);
}

.hover\:bg-dark-100\/45:hover {
  background-color: rgb(235 237 243 / 0.45);
}

.hover\:bg-dark-100\/5:hover {
  background-color: rgb(235 237 243 / 0.05);
}

.hover\:bg-dark-100\/50:hover {
  background-color: rgb(235 237 243 / 0.5);
}

.hover\:bg-dark-100\/55:hover {
  background-color: rgb(235 237 243 / 0.55);
}

.hover\:bg-dark-100\/60:hover {
  background-color: rgb(235 237 243 / 0.6);
}

.hover\:bg-dark-100\/65:hover {
  background-color: rgb(235 237 243 / 0.65);
}

.hover\:bg-dark-100\/70:hover {
  background-color: rgb(235 237 243 / 0.7);
}

.hover\:bg-dark-100\/75:hover {
  background-color: rgb(235 237 243 / 0.75);
}

.hover\:bg-dark-100\/80:hover {
  background-color: rgb(235 237 243 / 0.8);
}

.hover\:bg-dark-100\/85:hover {
  background-color: rgb(235 237 243 / 0.85);
}

.hover\:bg-dark-100\/90:hover {
  background-color: rgb(235 237 243 / 0.9);
}

.hover\:bg-dark-100\/95:hover {
  background-color: rgb(235 237 243 / 0.95);
}

.hover\:bg-dark-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-200\/0:hover {
  background-color: rgb(228 230 239 / 0);
}

.hover\:bg-dark-200\/10:hover {
  background-color: rgb(228 230 239 / 0.1);
}

.hover\:bg-dark-200\/100:hover {
  background-color: rgb(228 230 239 / 1);
}

.hover\:bg-dark-200\/15:hover {
  background-color: rgb(228 230 239 / 0.15);
}

.hover\:bg-dark-200\/20:hover {
  background-color: rgb(228 230 239 / 0.2);
}

.hover\:bg-dark-200\/25:hover {
  background-color: rgb(228 230 239 / 0.25);
}

.hover\:bg-dark-200\/30:hover {
  background-color: rgb(228 230 239 / 0.3);
}

.hover\:bg-dark-200\/35:hover {
  background-color: rgb(228 230 239 / 0.35);
}

.hover\:bg-dark-200\/40:hover {
  background-color: rgb(228 230 239 / 0.4);
}

.hover\:bg-dark-200\/45:hover {
  background-color: rgb(228 230 239 / 0.45);
}

.hover\:bg-dark-200\/5:hover {
  background-color: rgb(228 230 239 / 0.05);
}

.hover\:bg-dark-200\/50:hover {
  background-color: rgb(228 230 239 / 0.5);
}

.hover\:bg-dark-200\/55:hover {
  background-color: rgb(228 230 239 / 0.55);
}

.hover\:bg-dark-200\/60:hover {
  background-color: rgb(228 230 239 / 0.6);
}

.hover\:bg-dark-200\/65:hover {
  background-color: rgb(228 230 239 / 0.65);
}

.hover\:bg-dark-200\/70:hover {
  background-color: rgb(228 230 239 / 0.7);
}

.hover\:bg-dark-200\/75:hover {
  background-color: rgb(228 230 239 / 0.75);
}

.hover\:bg-dark-200\/80:hover {
  background-color: rgb(228 230 239 / 0.8);
}

.hover\:bg-dark-200\/85:hover {
  background-color: rgb(228 230 239 / 0.85);
}

.hover\:bg-dark-200\/90:hover {
  background-color: rgb(228 230 239 / 0.9);
}

.hover\:bg-dark-200\/95:hover {
  background-color: rgb(228 230 239 / 0.95);
}

.hover\:bg-dark-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-300\/0:hover {
  background-color: rgb(209 211 224 / 0);
}

.hover\:bg-dark-300\/10:hover {
  background-color: rgb(209 211 224 / 0.1);
}

.hover\:bg-dark-300\/100:hover {
  background-color: rgb(209 211 224 / 1);
}

.hover\:bg-dark-300\/15:hover {
  background-color: rgb(209 211 224 / 0.15);
}

.hover\:bg-dark-300\/20:hover {
  background-color: rgb(209 211 224 / 0.2);
}

.hover\:bg-dark-300\/25:hover {
  background-color: rgb(209 211 224 / 0.25);
}

.hover\:bg-dark-300\/30:hover {
  background-color: rgb(209 211 224 / 0.3);
}

.hover\:bg-dark-300\/35:hover {
  background-color: rgb(209 211 224 / 0.35);
}

.hover\:bg-dark-300\/40:hover {
  background-color: rgb(209 211 224 / 0.4);
}

.hover\:bg-dark-300\/45:hover {
  background-color: rgb(209 211 224 / 0.45);
}

.hover\:bg-dark-300\/5:hover {
  background-color: rgb(209 211 224 / 0.05);
}

.hover\:bg-dark-300\/50:hover {
  background-color: rgb(209 211 224 / 0.5);
}

.hover\:bg-dark-300\/55:hover {
  background-color: rgb(209 211 224 / 0.55);
}

.hover\:bg-dark-300\/60:hover {
  background-color: rgb(209 211 224 / 0.6);
}

.hover\:bg-dark-300\/65:hover {
  background-color: rgb(209 211 224 / 0.65);
}

.hover\:bg-dark-300\/70:hover {
  background-color: rgb(209 211 224 / 0.7);
}

.hover\:bg-dark-300\/75:hover {
  background-color: rgb(209 211 224 / 0.75);
}

.hover\:bg-dark-300\/80:hover {
  background-color: rgb(209 211 224 / 0.8);
}

.hover\:bg-dark-300\/85:hover {
  background-color: rgb(209 211 224 / 0.85);
}

.hover\:bg-dark-300\/90:hover {
  background-color: rgb(209 211 224 / 0.9);
}

.hover\:bg-dark-300\/95:hover {
  background-color: rgb(209 211 224 / 0.95);
}

.hover\:bg-dark-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-400\/0:hover {
  background-color: rgb(181 181 195 / 0);
}

.hover\:bg-dark-400\/10:hover {
  background-color: rgb(181 181 195 / 0.1);
}

.hover\:bg-dark-400\/100:hover {
  background-color: rgb(181 181 195 / 1);
}

.hover\:bg-dark-400\/15:hover {
  background-color: rgb(181 181 195 / 0.15);
}

.hover\:bg-dark-400\/20:hover {
  background-color: rgb(181 181 195 / 0.2);
}

.hover\:bg-dark-400\/25:hover {
  background-color: rgb(181 181 195 / 0.25);
}

.hover\:bg-dark-400\/30:hover {
  background-color: rgb(181 181 195 / 0.3);
}

.hover\:bg-dark-400\/35:hover {
  background-color: rgb(181 181 195 / 0.35);
}

.hover\:bg-dark-400\/40:hover {
  background-color: rgb(181 181 195 / 0.4);
}

.hover\:bg-dark-400\/45:hover {
  background-color: rgb(181 181 195 / 0.45);
}

.hover\:bg-dark-400\/5:hover {
  background-color: rgb(181 181 195 / 0.05);
}

.hover\:bg-dark-400\/50:hover {
  background-color: rgb(181 181 195 / 0.5);
}

.hover\:bg-dark-400\/55:hover {
  background-color: rgb(181 181 195 / 0.55);
}

.hover\:bg-dark-400\/60:hover {
  background-color: rgb(181 181 195 / 0.6);
}

.hover\:bg-dark-400\/65:hover {
  background-color: rgb(181 181 195 / 0.65);
}

.hover\:bg-dark-400\/70:hover {
  background-color: rgb(181 181 195 / 0.7);
}

.hover\:bg-dark-400\/75:hover {
  background-color: rgb(181 181 195 / 0.75);
}

.hover\:bg-dark-400\/80:hover {
  background-color: rgb(181 181 195 / 0.8);
}

.hover\:bg-dark-400\/85:hover {
  background-color: rgb(181 181 195 / 0.85);
}

.hover\:bg-dark-400\/90:hover {
  background-color: rgb(181 181 195 / 0.9);
}

.hover\:bg-dark-400\/95:hover {
  background-color: rgb(181 181 195 / 0.95);
}

.hover\:bg-dark-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-50\/0:hover {
  background-color: rgb(243 246 249 / 0);
}

.hover\:bg-dark-50\/10:hover {
  background-color: rgb(243 246 249 / 0.1);
}

.hover\:bg-dark-50\/100:hover {
  background-color: rgb(243 246 249 / 1);
}

.hover\:bg-dark-50\/15:hover {
  background-color: rgb(243 246 249 / 0.15);
}

.hover\:bg-dark-50\/20:hover {
  background-color: rgb(243 246 249 / 0.2);
}

.hover\:bg-dark-50\/25:hover {
  background-color: rgb(243 246 249 / 0.25);
}

.hover\:bg-dark-50\/30:hover {
  background-color: rgb(243 246 249 / 0.3);
}

.hover\:bg-dark-50\/35:hover {
  background-color: rgb(243 246 249 / 0.35);
}

.hover\:bg-dark-50\/40:hover {
  background-color: rgb(243 246 249 / 0.4);
}

.hover\:bg-dark-50\/45:hover {
  background-color: rgb(243 246 249 / 0.45);
}

.hover\:bg-dark-50\/5:hover {
  background-color: rgb(243 246 249 / 0.05);
}

.hover\:bg-dark-50\/50:hover {
  background-color: rgb(243 246 249 / 0.5);
}

.hover\:bg-dark-50\/55:hover {
  background-color: rgb(243 246 249 / 0.55);
}

.hover\:bg-dark-50\/60:hover {
  background-color: rgb(243 246 249 / 0.6);
}

.hover\:bg-dark-50\/65:hover {
  background-color: rgb(243 246 249 / 0.65);
}

.hover\:bg-dark-50\/70:hover {
  background-color: rgb(243 246 249 / 0.7);
}

.hover\:bg-dark-50\/75:hover {
  background-color: rgb(243 246 249 / 0.75);
}

.hover\:bg-dark-50\/80:hover {
  background-color: rgb(243 246 249 / 0.8);
}

.hover\:bg-dark-50\/85:hover {
  background-color: rgb(243 246 249 / 0.85);
}

.hover\:bg-dark-50\/90:hover {
  background-color: rgb(243 246 249 / 0.9);
}

.hover\:bg-dark-50\/95:hover {
  background-color: rgb(243 246 249 / 0.95);
}

.hover\:bg-dark-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 130 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-500\/0:hover {
  background-color: rgb(126 130 153 / 0);
}

.hover\:bg-dark-500\/10:hover {
  background-color: rgb(126 130 153 / 0.1);
}

.hover\:bg-dark-500\/100:hover {
  background-color: rgb(126 130 153 / 1);
}

.hover\:bg-dark-500\/15:hover {
  background-color: rgb(126 130 153 / 0.15);
}

.hover\:bg-dark-500\/20:hover {
  background-color: rgb(126 130 153 / 0.2);
}

.hover\:bg-dark-500\/25:hover {
  background-color: rgb(126 130 153 / 0.25);
}

.hover\:bg-dark-500\/30:hover {
  background-color: rgb(126 130 153 / 0.3);
}

.hover\:bg-dark-500\/35:hover {
  background-color: rgb(126 130 153 / 0.35);
}

.hover\:bg-dark-500\/40:hover {
  background-color: rgb(126 130 153 / 0.4);
}

.hover\:bg-dark-500\/45:hover {
  background-color: rgb(126 130 153 / 0.45);
}

.hover\:bg-dark-500\/5:hover {
  background-color: rgb(126 130 153 / 0.05);
}

.hover\:bg-dark-500\/50:hover {
  background-color: rgb(126 130 153 / 0.5);
}

.hover\:bg-dark-500\/55:hover {
  background-color: rgb(126 130 153 / 0.55);
}

.hover\:bg-dark-500\/60:hover {
  background-color: rgb(126 130 153 / 0.6);
}

.hover\:bg-dark-500\/65:hover {
  background-color: rgb(126 130 153 / 0.65);
}

.hover\:bg-dark-500\/70:hover {
  background-color: rgb(126 130 153 / 0.7);
}

.hover\:bg-dark-500\/75:hover {
  background-color: rgb(126 130 153 / 0.75);
}

.hover\:bg-dark-500\/80:hover {
  background-color: rgb(126 130 153 / 0.8);
}

.hover\:bg-dark-500\/85:hover {
  background-color: rgb(126 130 153 / 0.85);
}

.hover\:bg-dark-500\/90:hover {
  background-color: rgb(126 130 153 / 0.9);
}

.hover\:bg-dark-500\/95:hover {
  background-color: rgb(126 130 153 / 0.95);
}

.hover\:bg-dark-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 98 120 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-600\/0:hover {
  background-color: rgb(94 98 120 / 0);
}

.hover\:bg-dark-600\/10:hover {
  background-color: rgb(94 98 120 / 0.1);
}

.hover\:bg-dark-600\/100:hover {
  background-color: rgb(94 98 120 / 1);
}

.hover\:bg-dark-600\/15:hover {
  background-color: rgb(94 98 120 / 0.15);
}

.hover\:bg-dark-600\/20:hover {
  background-color: rgb(94 98 120 / 0.2);
}

.hover\:bg-dark-600\/25:hover {
  background-color: rgb(94 98 120 / 0.25);
}

.hover\:bg-dark-600\/30:hover {
  background-color: rgb(94 98 120 / 0.3);
}

.hover\:bg-dark-600\/35:hover {
  background-color: rgb(94 98 120 / 0.35);
}

.hover\:bg-dark-600\/40:hover {
  background-color: rgb(94 98 120 / 0.4);
}

.hover\:bg-dark-600\/45:hover {
  background-color: rgb(94 98 120 / 0.45);
}

.hover\:bg-dark-600\/5:hover {
  background-color: rgb(94 98 120 / 0.05);
}

.hover\:bg-dark-600\/50:hover {
  background-color: rgb(94 98 120 / 0.5);
}

.hover\:bg-dark-600\/55:hover {
  background-color: rgb(94 98 120 / 0.55);
}

.hover\:bg-dark-600\/60:hover {
  background-color: rgb(94 98 120 / 0.6);
}

.hover\:bg-dark-600\/65:hover {
  background-color: rgb(94 98 120 / 0.65);
}

.hover\:bg-dark-600\/70:hover {
  background-color: rgb(94 98 120 / 0.7);
}

.hover\:bg-dark-600\/75:hover {
  background-color: rgb(94 98 120 / 0.75);
}

.hover\:bg-dark-600\/80:hover {
  background-color: rgb(94 98 120 / 0.8);
}

.hover\:bg-dark-600\/85:hover {
  background-color: rgb(94 98 120 / 0.85);
}

.hover\:bg-dark-600\/90:hover {
  background-color: rgb(94 98 120 / 0.9);
}

.hover\:bg-dark-600\/95:hover {
  background-color: rgb(94 98 120 / 0.95);
}

.hover\:bg-dark-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 66 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-700\/0:hover {
  background-color: rgb(63 66 84 / 0);
}

.hover\:bg-dark-700\/10:hover {
  background-color: rgb(63 66 84 / 0.1);
}

.hover\:bg-dark-700\/100:hover {
  background-color: rgb(63 66 84 / 1);
}

.hover\:bg-dark-700\/15:hover {
  background-color: rgb(63 66 84 / 0.15);
}

.hover\:bg-dark-700\/20:hover {
  background-color: rgb(63 66 84 / 0.2);
}

.hover\:bg-dark-700\/25:hover {
  background-color: rgb(63 66 84 / 0.25);
}

.hover\:bg-dark-700\/30:hover {
  background-color: rgb(63 66 84 / 0.3);
}

.hover\:bg-dark-700\/35:hover {
  background-color: rgb(63 66 84 / 0.35);
}

.hover\:bg-dark-700\/40:hover {
  background-color: rgb(63 66 84 / 0.4);
}

.hover\:bg-dark-700\/45:hover {
  background-color: rgb(63 66 84 / 0.45);
}

.hover\:bg-dark-700\/5:hover {
  background-color: rgb(63 66 84 / 0.05);
}

.hover\:bg-dark-700\/50:hover {
  background-color: rgb(63 66 84 / 0.5);
}

.hover\:bg-dark-700\/55:hover {
  background-color: rgb(63 66 84 / 0.55);
}

.hover\:bg-dark-700\/60:hover {
  background-color: rgb(63 66 84 / 0.6);
}

.hover\:bg-dark-700\/65:hover {
  background-color: rgb(63 66 84 / 0.65);
}

.hover\:bg-dark-700\/70:hover {
  background-color: rgb(63 66 84 / 0.7);
}

.hover\:bg-dark-700\/75:hover {
  background-color: rgb(63 66 84 / 0.75);
}

.hover\:bg-dark-700\/80:hover {
  background-color: rgb(63 66 84 / 0.8);
}

.hover\:bg-dark-700\/85:hover {
  background-color: rgb(63 66 84 / 0.85);
}

.hover\:bg-dark-700\/90:hover {
  background-color: rgb(63 66 84 / 0.9);
}

.hover\:bg-dark-700\/95:hover {
  background-color: rgb(63 66 84 / 0.95);
}

.hover\:bg-dark-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-800\/0:hover {
  background-color: rgb(24 28 50 / 0);
}

.hover\:bg-dark-800\/10:hover {
  background-color: rgb(24 28 50 / 0.1);
}

.hover\:bg-dark-800\/100:hover {
  background-color: rgb(24 28 50 / 1);
}

.hover\:bg-dark-800\/15:hover {
  background-color: rgb(24 28 50 / 0.15);
}

.hover\:bg-dark-800\/20:hover {
  background-color: rgb(24 28 50 / 0.2);
}

.hover\:bg-dark-800\/25:hover {
  background-color: rgb(24 28 50 / 0.25);
}

.hover\:bg-dark-800\/30:hover {
  background-color: rgb(24 28 50 / 0.3);
}

.hover\:bg-dark-800\/35:hover {
  background-color: rgb(24 28 50 / 0.35);
}

.hover\:bg-dark-800\/40:hover {
  background-color: rgb(24 28 50 / 0.4);
}

.hover\:bg-dark-800\/45:hover {
  background-color: rgb(24 28 50 / 0.45);
}

.hover\:bg-dark-800\/5:hover {
  background-color: rgb(24 28 50 / 0.05);
}

.hover\:bg-dark-800\/50:hover {
  background-color: rgb(24 28 50 / 0.5);
}

.hover\:bg-dark-800\/55:hover {
  background-color: rgb(24 28 50 / 0.55);
}

.hover\:bg-dark-800\/60:hover {
  background-color: rgb(24 28 50 / 0.6);
}

.hover\:bg-dark-800\/65:hover {
  background-color: rgb(24 28 50 / 0.65);
}

.hover\:bg-dark-800\/70:hover {
  background-color: rgb(24 28 50 / 0.7);
}

.hover\:bg-dark-800\/75:hover {
  background-color: rgb(24 28 50 / 0.75);
}

.hover\:bg-dark-800\/80:hover {
  background-color: rgb(24 28 50 / 0.8);
}

.hover\:bg-dark-800\/85:hover {
  background-color: rgb(24 28 50 / 0.85);
}

.hover\:bg-dark-800\/90:hover {
  background-color: rgb(24 28 50 / 0.9);
}

.hover\:bg-dark-800\/95:hover {
  background-color: rgb(24 28 50 / 0.95);
}

.hover\:bg-dark-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-900\/0:hover {
  background-color: rgb(13 15 26 / 0);
}

.hover\:bg-dark-900\/10:hover {
  background-color: rgb(13 15 26 / 0.1);
}

.hover\:bg-dark-900\/100:hover {
  background-color: rgb(13 15 26 / 1);
}

.hover\:bg-dark-900\/15:hover {
  background-color: rgb(13 15 26 / 0.15);
}

.hover\:bg-dark-900\/20:hover {
  background-color: rgb(13 15 26 / 0.2);
}

.hover\:bg-dark-900\/25:hover {
  background-color: rgb(13 15 26 / 0.25);
}

.hover\:bg-dark-900\/30:hover {
  background-color: rgb(13 15 26 / 0.3);
}

.hover\:bg-dark-900\/35:hover {
  background-color: rgb(13 15 26 / 0.35);
}

.hover\:bg-dark-900\/40:hover {
  background-color: rgb(13 15 26 / 0.4);
}

.hover\:bg-dark-900\/45:hover {
  background-color: rgb(13 15 26 / 0.45);
}

.hover\:bg-dark-900\/5:hover {
  background-color: rgb(13 15 26 / 0.05);
}

.hover\:bg-dark-900\/50:hover {
  background-color: rgb(13 15 26 / 0.5);
}

.hover\:bg-dark-900\/55:hover {
  background-color: rgb(13 15 26 / 0.55);
}

.hover\:bg-dark-900\/60:hover {
  background-color: rgb(13 15 26 / 0.6);
}

.hover\:bg-dark-900\/65:hover {
  background-color: rgb(13 15 26 / 0.65);
}

.hover\:bg-dark-900\/70:hover {
  background-color: rgb(13 15 26 / 0.7);
}

.hover\:bg-dark-900\/75:hover {
  background-color: rgb(13 15 26 / 0.75);
}

.hover\:bg-dark-900\/80:hover {
  background-color: rgb(13 15 26 / 0.8);
}

.hover\:bg-dark-900\/85:hover {
  background-color: rgb(13 15 26 / 0.85);
}

.hover\:bg-dark-900\/90:hover {
  background-color: rgb(13 15 26 / 0.9);
}

.hover\:bg-dark-900\/95:hover {
  background-color: rgb(13 15 26 / 0.95);
}

.hover\:bg-dark\/0:hover {
  background-color: rgb(24 28 50 / 0);
}

.hover\:bg-dark\/10:hover {
  background-color: rgb(24 28 50 / 0.1);
}

.hover\:bg-dark\/100:hover {
  background-color: rgb(24 28 50 / 1);
}

.hover\:bg-dark\/15:hover {
  background-color: rgb(24 28 50 / 0.15);
}

.hover\:bg-dark\/20:hover {
  background-color: rgb(24 28 50 / 0.2);
}

.hover\:bg-dark\/25:hover {
  background-color: rgb(24 28 50 / 0.25);
}

.hover\:bg-dark\/30:hover {
  background-color: rgb(24 28 50 / 0.3);
}

.hover\:bg-dark\/35:hover {
  background-color: rgb(24 28 50 / 0.35);
}

.hover\:bg-dark\/40:hover {
  background-color: rgb(24 28 50 / 0.4);
}

.hover\:bg-dark\/45:hover {
  background-color: rgb(24 28 50 / 0.45);
}

.hover\:bg-dark\/5:hover {
  background-color: rgb(24 28 50 / 0.05);
}

.hover\:bg-dark\/50:hover {
  background-color: rgb(24 28 50 / 0.5);
}

.hover\:bg-dark\/55:hover {
  background-color: rgb(24 28 50 / 0.55);
}

.hover\:bg-dark\/60:hover {
  background-color: rgb(24 28 50 / 0.6);
}

.hover\:bg-dark\/65:hover {
  background-color: rgb(24 28 50 / 0.65);
}

.hover\:bg-dark\/70:hover {
  background-color: rgb(24 28 50 / 0.7);
}

.hover\:bg-dark\/75:hover {
  background-color: rgb(24 28 50 / 0.75);
}

.hover\:bg-dark\/80:hover {
  background-color: rgb(24 28 50 / 0.8);
}

.hover\:bg-dark\/85:hover {
  background-color: rgb(24 28 50 / 0.85);
}

.hover\:bg-dark\/90:hover {
  background-color: rgb(24 28 50 / 0.9);
}

.hover\:bg-dark\/95:hover {
  background-color: rgb(24 28 50 / 0.95);
}

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 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-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-100\/0:hover {
  background-color: rgb(219 234 254 / 0);
}

.hover\:bg-info-100\/10:hover {
  background-color: rgb(219 234 254 / 0.1);
}

.hover\:bg-info-100\/100:hover {
  background-color: rgb(219 234 254 / 1);
}

.hover\:bg-info-100\/15:hover {
  background-color: rgb(219 234 254 / 0.15);
}

.hover\:bg-info-100\/20:hover {
  background-color: rgb(219 234 254 / 0.2);
}

.hover\:bg-info-100\/25:hover {
  background-color: rgb(219 234 254 / 0.25);
}

.hover\:bg-info-100\/30:hover {
  background-color: rgb(219 234 254 / 0.3);
}

.hover\:bg-info-100\/35:hover {
  background-color: rgb(219 234 254 / 0.35);
}

.hover\:bg-info-100\/40:hover {
  background-color: rgb(219 234 254 / 0.4);
}

.hover\:bg-info-100\/45:hover {
  background-color: rgb(219 234 254 / 0.45);
}

.hover\:bg-info-100\/5:hover {
  background-color: rgb(219 234 254 / 0.05);
}

.hover\:bg-info-100\/50:hover {
  background-color: rgb(219 234 254 / 0.5);
}

.hover\:bg-info-100\/55:hover {
  background-color: rgb(219 234 254 / 0.55);
}

.hover\:bg-info-100\/60:hover {
  background-color: rgb(219 234 254 / 0.6);
}

.hover\:bg-info-100\/65:hover {
  background-color: rgb(219 234 254 / 0.65);
}

.hover\:bg-info-100\/70:hover {
  background-color: rgb(219 234 254 / 0.7);
}

.hover\:bg-info-100\/75:hover {
  background-color: rgb(219 234 254 / 0.75);
}

.hover\:bg-info-100\/80:hover {
  background-color: rgb(219 234 254 / 0.8);
}

.hover\:bg-info-100\/85:hover {
  background-color: rgb(219 234 254 / 0.85);
}

.hover\:bg-info-100\/90:hover {
  background-color: rgb(219 234 254 / 0.9);
}

.hover\:bg-info-100\/95:hover {
  background-color: rgb(219 234 254 / 0.95);
}

.hover\:bg-info-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-200\/0:hover {
  background-color: rgb(191 219 254 / 0);
}

.hover\:bg-info-200\/10:hover {
  background-color: rgb(191 219 254 / 0.1);
}

.hover\:bg-info-200\/100:hover {
  background-color: rgb(191 219 254 / 1);
}

.hover\:bg-info-200\/15:hover {
  background-color: rgb(191 219 254 / 0.15);
}

.hover\:bg-info-200\/20:hover {
  background-color: rgb(191 219 254 / 0.2);
}

.hover\:bg-info-200\/25:hover {
  background-color: rgb(191 219 254 / 0.25);
}

.hover\:bg-info-200\/30:hover {
  background-color: rgb(191 219 254 / 0.3);
}

.hover\:bg-info-200\/35:hover {
  background-color: rgb(191 219 254 / 0.35);
}

.hover\:bg-info-200\/40:hover {
  background-color: rgb(191 219 254 / 0.4);
}

.hover\:bg-info-200\/45:hover {
  background-color: rgb(191 219 254 / 0.45);
}

.hover\:bg-info-200\/5:hover {
  background-color: rgb(191 219 254 / 0.05);
}

.hover\:bg-info-200\/50:hover {
  background-color: rgb(191 219 254 / 0.5);
}

.hover\:bg-info-200\/55:hover {
  background-color: rgb(191 219 254 / 0.55);
}

.hover\:bg-info-200\/60:hover {
  background-color: rgb(191 219 254 / 0.6);
}

.hover\:bg-info-200\/65:hover {
  background-color: rgb(191 219 254 / 0.65);
}

.hover\:bg-info-200\/70:hover {
  background-color: rgb(191 219 254 / 0.7);
}

.hover\:bg-info-200\/75:hover {
  background-color: rgb(191 219 254 / 0.75);
}

.hover\:bg-info-200\/80:hover {
  background-color: rgb(191 219 254 / 0.8);
}

.hover\:bg-info-200\/85:hover {
  background-color: rgb(191 219 254 / 0.85);
}

.hover\:bg-info-200\/90:hover {
  background-color: rgb(191 219 254 / 0.9);
}

.hover\:bg-info-200\/95:hover {
  background-color: rgb(191 219 254 / 0.95);
}

.hover\:bg-info-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-300\/0:hover {
  background-color: rgb(147 197 253 / 0);
}

.hover\:bg-info-300\/10:hover {
  background-color: rgb(147 197 253 / 0.1);
}

.hover\:bg-info-300\/100:hover {
  background-color: rgb(147 197 253 / 1);
}

.hover\:bg-info-300\/15:hover {
  background-color: rgb(147 197 253 / 0.15);
}

.hover\:bg-info-300\/20:hover {
  background-color: rgb(147 197 253 / 0.2);
}

.hover\:bg-info-300\/25:hover {
  background-color: rgb(147 197 253 / 0.25);
}

.hover\:bg-info-300\/30:hover {
  background-color: rgb(147 197 253 / 0.3);
}

.hover\:bg-info-300\/35:hover {
  background-color: rgb(147 197 253 / 0.35);
}

.hover\:bg-info-300\/40:hover {
  background-color: rgb(147 197 253 / 0.4);
}

.hover\:bg-info-300\/45:hover {
  background-color: rgb(147 197 253 / 0.45);
}

.hover\:bg-info-300\/5:hover {
  background-color: rgb(147 197 253 / 0.05);
}

.hover\:bg-info-300\/50:hover {
  background-color: rgb(147 197 253 / 0.5);
}

.hover\:bg-info-300\/55:hover {
  background-color: rgb(147 197 253 / 0.55);
}

.hover\:bg-info-300\/60:hover {
  background-color: rgb(147 197 253 / 0.6);
}

.hover\:bg-info-300\/65:hover {
  background-color: rgb(147 197 253 / 0.65);
}

.hover\:bg-info-300\/70:hover {
  background-color: rgb(147 197 253 / 0.7);
}

.hover\:bg-info-300\/75:hover {
  background-color: rgb(147 197 253 / 0.75);
}

.hover\:bg-info-300\/80:hover {
  background-color: rgb(147 197 253 / 0.8);
}

.hover\:bg-info-300\/85:hover {
  background-color: rgb(147 197 253 / 0.85);
}

.hover\:bg-info-300\/90:hover {
  background-color: rgb(147 197 253 / 0.9);
}

.hover\:bg-info-300\/95:hover {
  background-color: rgb(147 197 253 / 0.95);
}

.hover\:bg-info-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-400\/0:hover {
  background-color: rgb(96 165 250 / 0);
}

.hover\:bg-info-400\/10:hover {
  background-color: rgb(96 165 250 / 0.1);
}

.hover\:bg-info-400\/100:hover {
  background-color: rgb(96 165 250 / 1);
}

.hover\:bg-info-400\/15:hover {
  background-color: rgb(96 165 250 / 0.15);
}

.hover\:bg-info-400\/20:hover {
  background-color: rgb(96 165 250 / 0.2);
}

.hover\:bg-info-400\/25:hover {
  background-color: rgb(96 165 250 / 0.25);
}

.hover\:bg-info-400\/30:hover {
  background-color: rgb(96 165 250 / 0.3);
}

.hover\:bg-info-400\/35:hover {
  background-color: rgb(96 165 250 / 0.35);
}

.hover\:bg-info-400\/40:hover {
  background-color: rgb(96 165 250 / 0.4);
}

.hover\:bg-info-400\/45:hover {
  background-color: rgb(96 165 250 / 0.45);
}

.hover\:bg-info-400\/5:hover {
  background-color: rgb(96 165 250 / 0.05);
}

.hover\:bg-info-400\/50:hover {
  background-color: rgb(96 165 250 / 0.5);
}

.hover\:bg-info-400\/55:hover {
  background-color: rgb(96 165 250 / 0.55);
}

.hover\:bg-info-400\/60:hover {
  background-color: rgb(96 165 250 / 0.6);
}

.hover\:bg-info-400\/65:hover {
  background-color: rgb(96 165 250 / 0.65);
}

.hover\:bg-info-400\/70:hover {
  background-color: rgb(96 165 250 / 0.7);
}

.hover\:bg-info-400\/75:hover {
  background-color: rgb(96 165 250 / 0.75);
}

.hover\:bg-info-400\/80:hover {
  background-color: rgb(96 165 250 / 0.8);
}

.hover\:bg-info-400\/85:hover {
  background-color: rgb(96 165 250 / 0.85);
}

.hover\:bg-info-400\/90:hover {
  background-color: rgb(96 165 250 / 0.9);
}

.hover\:bg-info-400\/95:hover {
  background-color: rgb(96 165 250 / 0.95);
}

.hover\:bg-info-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-50\/0:hover {
  background-color: rgb(239 246 255 / 0);
}

.hover\:bg-info-50\/10:hover {
  background-color: rgb(239 246 255 / 0.1);
}

.hover\:bg-info-50\/100:hover {
  background-color: rgb(239 246 255 / 1);
}

.hover\:bg-info-50\/15:hover {
  background-color: rgb(239 246 255 / 0.15);
}

.hover\:bg-info-50\/20:hover {
  background-color: rgb(239 246 255 / 0.2);
}

.hover\:bg-info-50\/25:hover {
  background-color: rgb(239 246 255 / 0.25);
}

.hover\:bg-info-50\/30:hover {
  background-color: rgb(239 246 255 / 0.3);
}

.hover\:bg-info-50\/35:hover {
  background-color: rgb(239 246 255 / 0.35);
}

.hover\:bg-info-50\/40:hover {
  background-color: rgb(239 246 255 / 0.4);
}

.hover\:bg-info-50\/45:hover {
  background-color: rgb(239 246 255 / 0.45);
}

.hover\:bg-info-50\/5:hover {
  background-color: rgb(239 246 255 / 0.05);
}

.hover\:bg-info-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}

.hover\:bg-info-50\/55:hover {
  background-color: rgb(239 246 255 / 0.55);
}

.hover\:bg-info-50\/60:hover {
  background-color: rgb(239 246 255 / 0.6);
}

.hover\:bg-info-50\/65:hover {
  background-color: rgb(239 246 255 / 0.65);
}

.hover\:bg-info-50\/70:hover {
  background-color: rgb(239 246 255 / 0.7);
}

.hover\:bg-info-50\/75:hover {
  background-color: rgb(239 246 255 / 0.75);
}

.hover\:bg-info-50\/80:hover {
  background-color: rgb(239 246 255 / 0.8);
}

.hover\:bg-info-50\/85:hover {
  background-color: rgb(239 246 255 / 0.85);
}

.hover\:bg-info-50\/90:hover {
  background-color: rgb(239 246 255 / 0.9);
}

.hover\:bg-info-50\/95:hover {
  background-color: rgb(239 246 255 / 0.95);
}

.hover\:bg-info-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-500\/0:hover {
  background-color: rgb(59 130 246 / 0);
}

.hover\:bg-info-500\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}

.hover\:bg-info-500\/100:hover {
  background-color: rgb(59 130 246 / 1);
}

.hover\:bg-info-500\/15:hover {
  background-color: rgb(59 130 246 / 0.15);
}

.hover\:bg-info-500\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-info-500\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}

.hover\:bg-info-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-info-500\/35:hover {
  background-color: rgb(59 130 246 / 0.35);
}

.hover\:bg-info-500\/40:hover {
  background-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-info-500\/45:hover {
  background-color: rgb(59 130 246 / 0.45);
}

.hover\:bg-info-500\/5:hover {
  background-color: rgb(59 130 246 / 0.05);
}

.hover\:bg-info-500\/50:hover {
  background-color: rgb(59 130 246 / 0.5);
}

.hover\:bg-info-500\/55:hover {
  background-color: rgb(59 130 246 / 0.55);
}

.hover\:bg-info-500\/60:hover {
  background-color: rgb(59 130 246 / 0.6);
}

.hover\:bg-info-500\/65:hover {
  background-color: rgb(59 130 246 / 0.65);
}

.hover\:bg-info-500\/70:hover {
  background-color: rgb(59 130 246 / 0.7);
}

.hover\:bg-info-500\/75:hover {
  background-color: rgb(59 130 246 / 0.75);
}

.hover\:bg-info-500\/80:hover {
  background-color: rgb(59 130 246 / 0.8);
}

.hover\:bg-info-500\/85:hover {
  background-color: rgb(59 130 246 / 0.85);
}

.hover\:bg-info-500\/90:hover {
  background-color: rgb(59 130 246 / 0.9);
}

.hover\:bg-info-500\/95:hover {
  background-color: rgb(59 130 246 / 0.95);
}

.hover\:bg-info-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-600\/0:hover {
  background-color: rgb(37 99 235 / 0);
}

.hover\:bg-info-600\/10:hover {
  background-color: rgb(37 99 235 / 0.1);
}

.hover\:bg-info-600\/100:hover {
  background-color: rgb(37 99 235 / 1);
}

.hover\:bg-info-600\/15:hover {
  background-color: rgb(37 99 235 / 0.15);
}

.hover\:bg-info-600\/20:hover {
  background-color: rgb(37 99 235 / 0.2);
}

.hover\:bg-info-600\/25:hover {
  background-color: rgb(37 99 235 / 0.25);
}

.hover\:bg-info-600\/30:hover {
  background-color: rgb(37 99 235 / 0.3);
}

.hover\:bg-info-600\/35:hover {
  background-color: rgb(37 99 235 / 0.35);
}

.hover\:bg-info-600\/40:hover {
  background-color: rgb(37 99 235 / 0.4);
}

.hover\:bg-info-600\/45:hover {
  background-color: rgb(37 99 235 / 0.45);
}

.hover\:bg-info-600\/5:hover {
  background-color: rgb(37 99 235 / 0.05);
}

.hover\:bg-info-600\/50:hover {
  background-color: rgb(37 99 235 / 0.5);
}

.hover\:bg-info-600\/55:hover {
  background-color: rgb(37 99 235 / 0.55);
}

.hover\:bg-info-600\/60:hover {
  background-color: rgb(37 99 235 / 0.6);
}

.hover\:bg-info-600\/65:hover {
  background-color: rgb(37 99 235 / 0.65);
}

.hover\:bg-info-600\/70:hover {
  background-color: rgb(37 99 235 / 0.7);
}

.hover\:bg-info-600\/75:hover {
  background-color: rgb(37 99 235 / 0.75);
}

.hover\:bg-info-600\/80:hover {
  background-color: rgb(37 99 235 / 0.8);
}

.hover\:bg-info-600\/85:hover {
  background-color: rgb(37 99 235 / 0.85);
}

.hover\:bg-info-600\/90:hover {
  background-color: rgb(37 99 235 / 0.9);
}

.hover\:bg-info-600\/95:hover {
  background-color: rgb(37 99 235 / 0.95);
}

.hover\:bg-info-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-700\/0:hover {
  background-color: rgb(29 78 216 / 0);
}

.hover\:bg-info-700\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-info-700\/100:hover {
  background-color: rgb(29 78 216 / 1);
}

.hover\:bg-info-700\/15:hover {
  background-color: rgb(29 78 216 / 0.15);
}

.hover\:bg-info-700\/20:hover {
  background-color: rgb(29 78 216 / 0.2);
}

.hover\:bg-info-700\/25:hover {
  background-color: rgb(29 78 216 / 0.25);
}

.hover\:bg-info-700\/30:hover {
  background-color: rgb(29 78 216 / 0.3);
}

.hover\:bg-info-700\/35:hover {
  background-color: rgb(29 78 216 / 0.35);
}

.hover\:bg-info-700\/40:hover {
  background-color: rgb(29 78 216 / 0.4);
}

.hover\:bg-info-700\/45:hover {
  background-color: rgb(29 78 216 / 0.45);
}

.hover\:bg-info-700\/5:hover {
  background-color: rgb(29 78 216 / 0.05);
}

.hover\:bg-info-700\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}

.hover\:bg-info-700\/55:hover {
  background-color: rgb(29 78 216 / 0.55);
}

.hover\:bg-info-700\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-info-700\/65:hover {
  background-color: rgb(29 78 216 / 0.65);
}

.hover\:bg-info-700\/70:hover {
  background-color: rgb(29 78 216 / 0.7);
}

.hover\:bg-info-700\/75:hover {
  background-color: rgb(29 78 216 / 0.75);
}

.hover\:bg-info-700\/80:hover {
  background-color: rgb(29 78 216 / 0.8);
}

.hover\:bg-info-700\/85:hover {
  background-color: rgb(29 78 216 / 0.85);
}

.hover\:bg-info-700\/90:hover {
  background-color: rgb(29 78 216 / 0.9);
}

.hover\:bg-info-700\/95:hover {
  background-color: rgb(29 78 216 / 0.95);
}

.hover\:bg-info-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-800\/0:hover {
  background-color: rgb(30 64 175 / 0);
}

.hover\:bg-info-800\/10:hover {
  background-color: rgb(30 64 175 / 0.1);
}

.hover\:bg-info-800\/100:hover {
  background-color: rgb(30 64 175 / 1);
}

.hover\:bg-info-800\/15:hover {
  background-color: rgb(30 64 175 / 0.15);
}

.hover\:bg-info-800\/20:hover {
  background-color: rgb(30 64 175 / 0.2);
}

.hover\:bg-info-800\/25:hover {
  background-color: rgb(30 64 175 / 0.25);
}

.hover\:bg-info-800\/30:hover {
  background-color: rgb(30 64 175 / 0.3);
}

.hover\:bg-info-800\/35:hover {
  background-color: rgb(30 64 175 / 0.35);
}

.hover\:bg-info-800\/40:hover {
  background-color: rgb(30 64 175 / 0.4);
}

.hover\:bg-info-800\/45:hover {
  background-color: rgb(30 64 175 / 0.45);
}

.hover\:bg-info-800\/5:hover {
  background-color: rgb(30 64 175 / 0.05);
}

.hover\:bg-info-800\/50:hover {
  background-color: rgb(30 64 175 / 0.5);
}

.hover\:bg-info-800\/55:hover {
  background-color: rgb(30 64 175 / 0.55);
}

.hover\:bg-info-800\/60:hover {
  background-color: rgb(30 64 175 / 0.6);
}

.hover\:bg-info-800\/65:hover {
  background-color: rgb(30 64 175 / 0.65);
}

.hover\:bg-info-800\/70:hover {
  background-color: rgb(30 64 175 / 0.7);
}

.hover\:bg-info-800\/75:hover {
  background-color: rgb(30 64 175 / 0.75);
}

.hover\:bg-info-800\/80:hover {
  background-color: rgb(30 64 175 / 0.8);
}

.hover\:bg-info-800\/85:hover {
  background-color: rgb(30 64 175 / 0.85);
}

.hover\:bg-info-800\/90:hover {
  background-color: rgb(30 64 175 / 0.9);
}

.hover\:bg-info-800\/95:hover {
  background-color: rgb(30 64 175 / 0.95);
}

.hover\:bg-info-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-900\/0:hover {
  background-color: rgb(30 58 138 / 0);
}

.hover\:bg-info-900\/10:hover {
  background-color: rgb(30 58 138 / 0.1);
}

.hover\:bg-info-900\/100:hover {
  background-color: rgb(30 58 138 / 1);
}

.hover\:bg-info-900\/15:hover {
  background-color: rgb(30 58 138 / 0.15);
}

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

.hover\:bg-info-900\/25:hover {
  background-color: rgb(30 58 138 / 0.25);
}

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

.hover\:bg-info-900\/35:hover {
  background-color: rgb(30 58 138 / 0.35);
}

.hover\:bg-info-900\/40:hover {
  background-color: rgb(30 58 138 / 0.4);
}

.hover\:bg-info-900\/45:hover {
  background-color: rgb(30 58 138 / 0.45);
}

.hover\:bg-info-900\/5:hover {
  background-color: rgb(30 58 138 / 0.05);
}

.hover\:bg-info-900\/50:hover {
  background-color: rgb(30 58 138 / 0.5);
}

.hover\:bg-info-900\/55:hover {
  background-color: rgb(30 58 138 / 0.55);
}

.hover\:bg-info-900\/60:hover {
  background-color: rgb(30 58 138 / 0.6);
}

.hover\:bg-info-900\/65:hover {
  background-color: rgb(30 58 138 / 0.65);
}

.hover\:bg-info-900\/70:hover {
  background-color: rgb(30 58 138 / 0.7);
}

.hover\:bg-info-900\/75:hover {
  background-color: rgb(30 58 138 / 0.75);
}

.hover\:bg-info-900\/80:hover {
  background-color: rgb(30 58 138 / 0.8);
}

.hover\:bg-info-900\/85:hover {
  background-color: rgb(30 58 138 / 0.85);
}

.hover\:bg-info-900\/90:hover {
  background-color: rgb(30 58 138 / 0.9);
}

.hover\:bg-info-900\/95:hover {
  background-color: rgb(30 58 138 / 0.95);
}

.hover\:bg-info-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-dark\/0:hover {
  background-color: rgb(29 78 216 / 0);
}

.hover\:bg-info-dark\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-info-dark\/100:hover {
  background-color: rgb(29 78 216 / 1);
}

.hover\:bg-info-dark\/15:hover {
  background-color: rgb(29 78 216 / 0.15);
}

.hover\:bg-info-dark\/20:hover {
  background-color: rgb(29 78 216 / 0.2);
}

.hover\:bg-info-dark\/25:hover {
  background-color: rgb(29 78 216 / 0.25);
}

.hover\:bg-info-dark\/30:hover {
  background-color: rgb(29 78 216 / 0.3);
}

.hover\:bg-info-dark\/35:hover {
  background-color: rgb(29 78 216 / 0.35);
}

.hover\:bg-info-dark\/40:hover {
  background-color: rgb(29 78 216 / 0.4);
}

.hover\:bg-info-dark\/45:hover {
  background-color: rgb(29 78 216 / 0.45);
}

.hover\:bg-info-dark\/5:hover {
  background-color: rgb(29 78 216 / 0.05);
}

.hover\:bg-info-dark\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}

.hover\:bg-info-dark\/55:hover {
  background-color: rgb(29 78 216 / 0.55);
}

.hover\:bg-info-dark\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-info-dark\/65:hover {
  background-color: rgb(29 78 216 / 0.65);
}

.hover\:bg-info-dark\/70:hover {
  background-color: rgb(29 78 216 / 0.7);
}

.hover\:bg-info-dark\/75:hover {
  background-color: rgb(29 78 216 / 0.75);
}

.hover\:bg-info-dark\/80:hover {
  background-color: rgb(29 78 216 / 0.8);
}

.hover\:bg-info-dark\/85:hover {
  background-color: rgb(29 78 216 / 0.85);
}

.hover\:bg-info-dark\/90:hover {
  background-color: rgb(29 78 216 / 0.9);
}

.hover\:bg-info-dark\/95:hover {
  background-color: rgb(29 78 216 / 0.95);
}

.hover\:bg-info-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-light\/0:hover {
  background-color: rgb(219 234 254 / 0);
}

.hover\:bg-info-light\/10:hover {
  background-color: rgb(219 234 254 / 0.1);
}

.hover\:bg-info-light\/100:hover {
  background-color: rgb(219 234 254 / 1);
}

.hover\:bg-info-light\/15:hover {
  background-color: rgb(219 234 254 / 0.15);
}

.hover\:bg-info-light\/20:hover {
  background-color: rgb(219 234 254 / 0.2);
}

.hover\:bg-info-light\/25:hover {
  background-color: rgb(219 234 254 / 0.25);
}

.hover\:bg-info-light\/30:hover {
  background-color: rgb(219 234 254 / 0.3);
}

.hover\:bg-info-light\/35:hover {
  background-color: rgb(219 234 254 / 0.35);
}

.hover\:bg-info-light\/40:hover {
  background-color: rgb(219 234 254 / 0.4);
}

.hover\:bg-info-light\/45:hover {
  background-color: rgb(219 234 254 / 0.45);
}

.hover\:bg-info-light\/5:hover {
  background-color: rgb(219 234 254 / 0.05);
}

.hover\:bg-info-light\/50:hover {
  background-color: rgb(219 234 254 / 0.5);
}

.hover\:bg-info-light\/55:hover {
  background-color: rgb(219 234 254 / 0.55);
}

.hover\:bg-info-light\/60:hover {
  background-color: rgb(219 234 254 / 0.6);
}

.hover\:bg-info-light\/65:hover {
  background-color: rgb(219 234 254 / 0.65);
}

.hover\:bg-info-light\/70:hover {
  background-color: rgb(219 234 254 / 0.7);
}

.hover\:bg-info-light\/75:hover {
  background-color: rgb(219 234 254 / 0.75);
}

.hover\:bg-info-light\/80:hover {
  background-color: rgb(219 234 254 / 0.8);
}

.hover\:bg-info-light\/85:hover {
  background-color: rgb(219 234 254 / 0.85);
}

.hover\:bg-info-light\/90:hover {
  background-color: rgb(219 234 254 / 0.9);
}

.hover\:bg-info-light\/95:hover {
  background-color: rgb(219 234 254 / 0.95);
}

.hover\:bg-info\/0:hover {
  background-color: rgb(59 130 246 / 0);
}

.hover\:bg-info\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}

.hover\:bg-info\/100:hover {
  background-color: rgb(59 130 246 / 1);
}

.hover\:bg-info\/15:hover {
  background-color: rgb(59 130 246 / 0.15);
}

.hover\:bg-info\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-info\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}

.hover\:bg-info\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-info\/35:hover {
  background-color: rgb(59 130 246 / 0.35);
}

.hover\:bg-info\/40:hover {
  background-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-info\/45:hover {
  background-color: rgb(59 130 246 / 0.45);
}

.hover\:bg-info\/5:hover {
  background-color: rgb(59 130 246 / 0.05);
}

.hover\:bg-info\/50:hover {
  background-color: rgb(59 130 246 / 0.5);
}

.hover\:bg-info\/55:hover {
  background-color: rgb(59 130 246 / 0.55);
}

.hover\:bg-info\/60:hover {
  background-color: rgb(59 130 246 / 0.6);
}

.hover\:bg-info\/65:hover {
  background-color: rgb(59 130 246 / 0.65);
}

.hover\:bg-info\/70:hover {
  background-color: rgb(59 130 246 / 0.7);
}

.hover\:bg-info\/75:hover {
  background-color: rgb(59 130 246 / 0.75);
}

.hover\:bg-info\/80:hover {
  background-color: rgb(59 130 246 / 0.8);
}

.hover\:bg-info\/85:hover {
  background-color: rgb(59 130 246 / 0.85);
}

.hover\:bg-info\/90:hover {
  background-color: rgb(59 130 246 / 0.9);
}

.hover\:bg-info\/95:hover {
  background-color: rgb(59 130 246 / 0.95);
}

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

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

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

.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / 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-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 229 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-100\/0:hover {
  background-color: rgb(179 229 236 / 0);
}

.hover\:bg-primary-100\/10:hover {
  background-color: rgb(179 229 236 / 0.1);
}

.hover\:bg-primary-100\/100:hover {
  background-color: rgb(179 229 236 / 1);
}

.hover\:bg-primary-100\/15:hover {
  background-color: rgb(179 229 236 / 0.15);
}

.hover\:bg-primary-100\/20:hover {
  background-color: rgb(179 229 236 / 0.2);
}

.hover\:bg-primary-100\/25:hover {
  background-color: rgb(179 229 236 / 0.25);
}

.hover\:bg-primary-100\/30:hover {
  background-color: rgb(179 229 236 / 0.3);
}

.hover\:bg-primary-100\/35:hover {
  background-color: rgb(179 229 236 / 0.35);
}

.hover\:bg-primary-100\/40:hover {
  background-color: rgb(179 229 236 / 0.4);
}

.hover\:bg-primary-100\/45:hover {
  background-color: rgb(179 229 236 / 0.45);
}

.hover\:bg-primary-100\/5:hover {
  background-color: rgb(179 229 236 / 0.05);
}

.hover\:bg-primary-100\/50:hover {
  background-color: rgb(179 229 236 / 0.5);
}

.hover\:bg-primary-100\/55:hover {
  background-color: rgb(179 229 236 / 0.55);
}

.hover\:bg-primary-100\/60:hover {
  background-color: rgb(179 229 236 / 0.6);
}

.hover\:bg-primary-100\/65:hover {
  background-color: rgb(179 229 236 / 0.65);
}

.hover\:bg-primary-100\/70:hover {
  background-color: rgb(179 229 236 / 0.7);
}

.hover\:bg-primary-100\/75:hover {
  background-color: rgb(179 229 236 / 0.75);
}

.hover\:bg-primary-100\/80:hover {
  background-color: rgb(179 229 236 / 0.8);
}

.hover\:bg-primary-100\/85:hover {
  background-color: rgb(179 229 236 / 0.85);
}

.hover\:bg-primary-100\/90:hover {
  background-color: rgb(179 229 236 / 0.9);
}

.hover\:bg-primary-100\/95:hover {
  background-color: rgb(179 229 236 / 0.95);
}

.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 223 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-200\/0:hover {
  background-color: rgb(128 211 223 / 0);
}

.hover\:bg-primary-200\/10:hover {
  background-color: rgb(128 211 223 / 0.1);
}

.hover\:bg-primary-200\/100:hover {
  background-color: rgb(128 211 223 / 1);
}

.hover\:bg-primary-200\/15:hover {
  background-color: rgb(128 211 223 / 0.15);
}

.hover\:bg-primary-200\/20:hover {
  background-color: rgb(128 211 223 / 0.2);
}

.hover\:bg-primary-200\/25:hover {
  background-color: rgb(128 211 223 / 0.25);
}

.hover\:bg-primary-200\/30:hover {
  background-color: rgb(128 211 223 / 0.3);
}

.hover\:bg-primary-200\/35:hover {
  background-color: rgb(128 211 223 / 0.35);
}

.hover\:bg-primary-200\/40:hover {
  background-color: rgb(128 211 223 / 0.4);
}

.hover\:bg-primary-200\/45:hover {
  background-color: rgb(128 211 223 / 0.45);
}

.hover\:bg-primary-200\/5:hover {
  background-color: rgb(128 211 223 / 0.05);
}

.hover\:bg-primary-200\/50:hover {
  background-color: rgb(128 211 223 / 0.5);
}

.hover\:bg-primary-200\/55:hover {
  background-color: rgb(128 211 223 / 0.55);
}

.hover\:bg-primary-200\/60:hover {
  background-color: rgb(128 211 223 / 0.6);
}

.hover\:bg-primary-200\/65:hover {
  background-color: rgb(128 211 223 / 0.65);
}

.hover\:bg-primary-200\/70:hover {
  background-color: rgb(128 211 223 / 0.7);
}

.hover\:bg-primary-200\/75:hover {
  background-color: rgb(128 211 223 / 0.75);
}

.hover\:bg-primary-200\/80:hover {
  background-color: rgb(128 211 223 / 0.8);
}

.hover\:bg-primary-200\/85:hover {
  background-color: rgb(128 211 223 / 0.85);
}

.hover\:bg-primary-200\/90:hover {
  background-color: rgb(128 211 223 / 0.9);
}

.hover\:bg-primary-200\/95:hover {
  background-color: rgb(128 211 223 / 0.95);
}

.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 193 210 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-300\/0:hover {
  background-color: rgb(77 193 210 / 0);
}

.hover\:bg-primary-300\/10:hover {
  background-color: rgb(77 193 210 / 0.1);
}

.hover\:bg-primary-300\/100:hover {
  background-color: rgb(77 193 210 / 1);
}

.hover\:bg-primary-300\/15:hover {
  background-color: rgb(77 193 210 / 0.15);
}

.hover\:bg-primary-300\/20:hover {
  background-color: rgb(77 193 210 / 0.2);
}

.hover\:bg-primary-300\/25:hover {
  background-color: rgb(77 193 210 / 0.25);
}

.hover\:bg-primary-300\/30:hover {
  background-color: rgb(77 193 210 / 0.3);
}

.hover\:bg-primary-300\/35:hover {
  background-color: rgb(77 193 210 / 0.35);
}

.hover\:bg-primary-300\/40:hover {
  background-color: rgb(77 193 210 / 0.4);
}

.hover\:bg-primary-300\/45:hover {
  background-color: rgb(77 193 210 / 0.45);
}

.hover\:bg-primary-300\/5:hover {
  background-color: rgb(77 193 210 / 0.05);
}

.hover\:bg-primary-300\/50:hover {
  background-color: rgb(77 193 210 / 0.5);
}

.hover\:bg-primary-300\/55:hover {
  background-color: rgb(77 193 210 / 0.55);
}

.hover\:bg-primary-300\/60:hover {
  background-color: rgb(77 193 210 / 0.6);
}

.hover\:bg-primary-300\/65:hover {
  background-color: rgb(77 193 210 / 0.65);
}

.hover\:bg-primary-300\/70:hover {
  background-color: rgb(77 193 210 / 0.7);
}

.hover\:bg-primary-300\/75:hover {
  background-color: rgb(77 193 210 / 0.75);
}

.hover\:bg-primary-300\/80:hover {
  background-color: rgb(77 193 210 / 0.8);
}

.hover\:bg-primary-300\/85:hover {
  background-color: rgb(77 193 210 / 0.85);
}

.hover\:bg-primary-300\/90:hover {
  background-color: rgb(77 193 210 / 0.9);
}

.hover\:bg-primary-300\/95:hover {
  background-color: rgb(77 193 210 / 0.95);
}

.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 175 197 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-400\/0:hover {
  background-color: rgb(26 175 197 / 0);
}

.hover\:bg-primary-400\/10:hover {
  background-color: rgb(26 175 197 / 0.1);
}

.hover\:bg-primary-400\/100:hover {
  background-color: rgb(26 175 197 / 1);
}

.hover\:bg-primary-400\/15:hover {
  background-color: rgb(26 175 197 / 0.15);
}

.hover\:bg-primary-400\/20:hover {
  background-color: rgb(26 175 197 / 0.2);
}

.hover\:bg-primary-400\/25:hover {
  background-color: rgb(26 175 197 / 0.25);
}

.hover\:bg-primary-400\/30:hover {
  background-color: rgb(26 175 197 / 0.3);
}

.hover\:bg-primary-400\/35:hover {
  background-color: rgb(26 175 197 / 0.35);
}

.hover\:bg-primary-400\/40:hover {
  background-color: rgb(26 175 197 / 0.4);
}

.hover\:bg-primary-400\/45:hover {
  background-color: rgb(26 175 197 / 0.45);
}

.hover\:bg-primary-400\/5:hover {
  background-color: rgb(26 175 197 / 0.05);
}

.hover\:bg-primary-400\/50:hover {
  background-color: rgb(26 175 197 / 0.5);
}

.hover\:bg-primary-400\/55:hover {
  background-color: rgb(26 175 197 / 0.55);
}

.hover\:bg-primary-400\/60:hover {
  background-color: rgb(26 175 197 / 0.6);
}

.hover\:bg-primary-400\/65:hover {
  background-color: rgb(26 175 197 / 0.65);
}

.hover\:bg-primary-400\/70:hover {
  background-color: rgb(26 175 197 / 0.7);
}

.hover\:bg-primary-400\/75:hover {
  background-color: rgb(26 175 197 / 0.75);
}

.hover\:bg-primary-400\/80:hover {
  background-color: rgb(26 175 197 / 0.8);
}

.hover\:bg-primary-400\/85:hover {
  background-color: rgb(26 175 197 / 0.85);
}

.hover\:bg-primary-400\/90:hover {
  background-color: rgb(26 175 197 / 0.9);
}

.hover\:bg-primary-400\/95:hover {
  background-color: rgb(26 175 197 / 0.95);
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50\/0:hover {
  background-color: rgb(230 247 249 / 0);
}

.hover\:bg-primary-50\/10:hover {
  background-color: rgb(230 247 249 / 0.1);
}

.hover\:bg-primary-50\/100:hover {
  background-color: rgb(230 247 249 / 1);
}

.hover\:bg-primary-50\/15:hover {
  background-color: rgb(230 247 249 / 0.15);
}

.hover\:bg-primary-50\/20:hover {
  background-color: rgb(230 247 249 / 0.2);
}

.hover\:bg-primary-50\/25:hover {
  background-color: rgb(230 247 249 / 0.25);
}

.hover\:bg-primary-50\/30:hover {
  background-color: rgb(230 247 249 / 0.3);
}

.hover\:bg-primary-50\/35:hover {
  background-color: rgb(230 247 249 / 0.35);
}

.hover\:bg-primary-50\/40:hover {
  background-color: rgb(230 247 249 / 0.4);
}

.hover\:bg-primary-50\/45:hover {
  background-color: rgb(230 247 249 / 0.45);
}

.hover\:bg-primary-50\/5:hover {
  background-color: rgb(230 247 249 / 0.05);
}

.hover\:bg-primary-50\/50:hover {
  background-color: rgb(230 247 249 / 0.5);
}

.hover\:bg-primary-50\/55:hover {
  background-color: rgb(230 247 249 / 0.55);
}

.hover\:bg-primary-50\/60:hover {
  background-color: rgb(230 247 249 / 0.6);
}

.hover\:bg-primary-50\/65:hover {
  background-color: rgb(230 247 249 / 0.65);
}

.hover\:bg-primary-50\/70:hover {
  background-color: rgb(230 247 249 / 0.7);
}

.hover\:bg-primary-50\/75:hover {
  background-color: rgb(230 247 249 / 0.75);
}

.hover\:bg-primary-50\/80:hover {
  background-color: rgb(230 247 249 / 0.8);
}

.hover\:bg-primary-50\/85:hover {
  background-color: rgb(230 247 249 / 0.85);
}

.hover\:bg-primary-50\/90:hover {
  background-color: rgb(230 247 249 / 0.9);
}

.hover\:bg-primary-50\/95:hover {
  background-color: rgb(230 247 249 / 0.95);
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-500\/0:hover {
  background-color: rgb(25 141 168 / 0);
}

.hover\:bg-primary-500\/10:hover {
  background-color: rgb(25 141 168 / 0.1);
}

.hover\:bg-primary-500\/100:hover {
  background-color: rgb(25 141 168 / 1);
}

.hover\:bg-primary-500\/15:hover {
  background-color: rgb(25 141 168 / 0.15);
}

.hover\:bg-primary-500\/20:hover {
  background-color: rgb(25 141 168 / 0.2);
}

.hover\:bg-primary-500\/25:hover {
  background-color: rgb(25 141 168 / 0.25);
}

.hover\:bg-primary-500\/30:hover {
  background-color: rgb(25 141 168 / 0.3);
}

.hover\:bg-primary-500\/35:hover {
  background-color: rgb(25 141 168 / 0.35);
}

.hover\:bg-primary-500\/40:hover {
  background-color: rgb(25 141 168 / 0.4);
}

.hover\:bg-primary-500\/45:hover {
  background-color: rgb(25 141 168 / 0.45);
}

.hover\:bg-primary-500\/5:hover {
  background-color: rgb(25 141 168 / 0.05);
}

.hover\:bg-primary-500\/50:hover {
  background-color: rgb(25 141 168 / 0.5);
}

.hover\:bg-primary-500\/55:hover {
  background-color: rgb(25 141 168 / 0.55);
}

.hover\:bg-primary-500\/60:hover {
  background-color: rgb(25 141 168 / 0.6);
}

.hover\:bg-primary-500\/65:hover {
  background-color: rgb(25 141 168 / 0.65);
}

.hover\:bg-primary-500\/70:hover {
  background-color: rgb(25 141 168 / 0.7);
}

.hover\:bg-primary-500\/75:hover {
  background-color: rgb(25 141 168 / 0.75);
}

.hover\:bg-primary-500\/80:hover {
  background-color: rgb(25 141 168 / 0.8);
}

.hover\:bg-primary-500\/85:hover {
  background-color: rgb(25 141 168 / 0.85);
}

.hover\:bg-primary-500\/90:hover {
  background-color: rgb(25 141 168 / 0.9);
}

.hover\:bg-primary-500\/95:hover {
  background-color: rgb(25 141 168 / 0.95);
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 113 136 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600\/0:hover {
  background-color: rgb(20 113 136 / 0);
}

.hover\:bg-primary-600\/10:hover {
  background-color: rgb(20 113 136 / 0.1);
}

.hover\:bg-primary-600\/100:hover {
  background-color: rgb(20 113 136 / 1);
}

.hover\:bg-primary-600\/15:hover {
  background-color: rgb(20 113 136 / 0.15);
}

.hover\:bg-primary-600\/20:hover {
  background-color: rgb(20 113 136 / 0.2);
}

.hover\:bg-primary-600\/25:hover {
  background-color: rgb(20 113 136 / 0.25);
}

.hover\:bg-primary-600\/30:hover {
  background-color: rgb(20 113 136 / 0.3);
}

.hover\:bg-primary-600\/35:hover {
  background-color: rgb(20 113 136 / 0.35);
}

.hover\:bg-primary-600\/40:hover {
  background-color: rgb(20 113 136 / 0.4);
}

.hover\:bg-primary-600\/45:hover {
  background-color: rgb(20 113 136 / 0.45);
}

.hover\:bg-primary-600\/5:hover {
  background-color: rgb(20 113 136 / 0.05);
}

.hover\:bg-primary-600\/50:hover {
  background-color: rgb(20 113 136 / 0.5);
}

.hover\:bg-primary-600\/55:hover {
  background-color: rgb(20 113 136 / 0.55);
}

.hover\:bg-primary-600\/60:hover {
  background-color: rgb(20 113 136 / 0.6);
}

.hover\:bg-primary-600\/65:hover {
  background-color: rgb(20 113 136 / 0.65);
}

.hover\:bg-primary-600\/70:hover {
  background-color: rgb(20 113 136 / 0.7);
}

.hover\:bg-primary-600\/75:hover {
  background-color: rgb(20 113 136 / 0.75);
}

.hover\:bg-primary-600\/80:hover {
  background-color: rgb(20 113 136 / 0.8);
}

.hover\:bg-primary-600\/85:hover {
  background-color: rgb(20 113 136 / 0.85);
}

.hover\:bg-primary-600\/90:hover {
  background-color: rgb(20 113 136 / 0.9);
}

.hover\:bg-primary-600\/95:hover {
  background-color: rgb(20 113 136 / 0.95);
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700\/0:hover {
  background-color: rgb(15 85 104 / 0);
}

.hover\:bg-primary-700\/10:hover {
  background-color: rgb(15 85 104 / 0.1);
}

.hover\:bg-primary-700\/100:hover {
  background-color: rgb(15 85 104 / 1);
}

.hover\:bg-primary-700\/15:hover {
  background-color: rgb(15 85 104 / 0.15);
}

.hover\:bg-primary-700\/20:hover {
  background-color: rgb(15 85 104 / 0.2);
}

.hover\:bg-primary-700\/25:hover {
  background-color: rgb(15 85 104 / 0.25);
}

.hover\:bg-primary-700\/30:hover {
  background-color: rgb(15 85 104 / 0.3);
}

.hover\:bg-primary-700\/35:hover {
  background-color: rgb(15 85 104 / 0.35);
}

.hover\:bg-primary-700\/40:hover {
  background-color: rgb(15 85 104 / 0.4);
}

.hover\:bg-primary-700\/45:hover {
  background-color: rgb(15 85 104 / 0.45);
}

.hover\:bg-primary-700\/5:hover {
  background-color: rgb(15 85 104 / 0.05);
}

.hover\:bg-primary-700\/50:hover {
  background-color: rgb(15 85 104 / 0.5);
}

.hover\:bg-primary-700\/55:hover {
  background-color: rgb(15 85 104 / 0.55);
}

.hover\:bg-primary-700\/60:hover {
  background-color: rgb(15 85 104 / 0.6);
}

.hover\:bg-primary-700\/65:hover {
  background-color: rgb(15 85 104 / 0.65);
}

.hover\:bg-primary-700\/70:hover {
  background-color: rgb(15 85 104 / 0.7);
}

.hover\:bg-primary-700\/75:hover {
  background-color: rgb(15 85 104 / 0.75);
}

.hover\:bg-primary-700\/80:hover {
  background-color: rgb(15 85 104 / 0.8);
}

.hover\:bg-primary-700\/85:hover {
  background-color: rgb(15 85 104 / 0.85);
}

.hover\:bg-primary-700\/90:hover {
  background-color: rgb(15 85 104 / 0.9);
}

.hover\:bg-primary-700\/95:hover {
  background-color: rgb(15 85 104 / 0.95);
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 72 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-800\/0:hover {
  background-color: rgb(10 57 72 / 0);
}

.hover\:bg-primary-800\/10:hover {
  background-color: rgb(10 57 72 / 0.1);
}

.hover\:bg-primary-800\/100:hover {
  background-color: rgb(10 57 72 / 1);
}

.hover\:bg-primary-800\/15:hover {
  background-color: rgb(10 57 72 / 0.15);
}

.hover\:bg-primary-800\/20:hover {
  background-color: rgb(10 57 72 / 0.2);
}

.hover\:bg-primary-800\/25:hover {
  background-color: rgb(10 57 72 / 0.25);
}

.hover\:bg-primary-800\/30:hover {
  background-color: rgb(10 57 72 / 0.3);
}

.hover\:bg-primary-800\/35:hover {
  background-color: rgb(10 57 72 / 0.35);
}

.hover\:bg-primary-800\/40:hover {
  background-color: rgb(10 57 72 / 0.4);
}

.hover\:bg-primary-800\/45:hover {
  background-color: rgb(10 57 72 / 0.45);
}

.hover\:bg-primary-800\/5:hover {
  background-color: rgb(10 57 72 / 0.05);
}

.hover\:bg-primary-800\/50:hover {
  background-color: rgb(10 57 72 / 0.5);
}

.hover\:bg-primary-800\/55:hover {
  background-color: rgb(10 57 72 / 0.55);
}

.hover\:bg-primary-800\/60:hover {
  background-color: rgb(10 57 72 / 0.6);
}

.hover\:bg-primary-800\/65:hover {
  background-color: rgb(10 57 72 / 0.65);
}

.hover\:bg-primary-800\/70:hover {
  background-color: rgb(10 57 72 / 0.7);
}

.hover\:bg-primary-800\/75:hover {
  background-color: rgb(10 57 72 / 0.75);
}

.hover\:bg-primary-800\/80:hover {
  background-color: rgb(10 57 72 / 0.8);
}

.hover\:bg-primary-800\/85:hover {
  background-color: rgb(10 57 72 / 0.85);
}

.hover\:bg-primary-800\/90:hover {
  background-color: rgb(10 57 72 / 0.9);
}

.hover\:bg-primary-800\/95:hover {
  background-color: rgb(10 57 72 / 0.95);
}

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 29 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-900\/0:hover {
  background-color: rgb(5 29 40 / 0);
}

.hover\:bg-primary-900\/10:hover {
  background-color: rgb(5 29 40 / 0.1);
}

.hover\:bg-primary-900\/100:hover {
  background-color: rgb(5 29 40 / 1);
}

.hover\:bg-primary-900\/15:hover {
  background-color: rgb(5 29 40 / 0.15);
}

.hover\:bg-primary-900\/20:hover {
  background-color: rgb(5 29 40 / 0.2);
}

.hover\:bg-primary-900\/25:hover {
  background-color: rgb(5 29 40 / 0.25);
}

.hover\:bg-primary-900\/30:hover {
  background-color: rgb(5 29 40 / 0.3);
}

.hover\:bg-primary-900\/35:hover {
  background-color: rgb(5 29 40 / 0.35);
}

.hover\:bg-primary-900\/40:hover {
  background-color: rgb(5 29 40 / 0.4);
}

.hover\:bg-primary-900\/45:hover {
  background-color: rgb(5 29 40 / 0.45);
}

.hover\:bg-primary-900\/5:hover {
  background-color: rgb(5 29 40 / 0.05);
}

.hover\:bg-primary-900\/50:hover {
  background-color: rgb(5 29 40 / 0.5);
}

.hover\:bg-primary-900\/55:hover {
  background-color: rgb(5 29 40 / 0.55);
}

.hover\:bg-primary-900\/60:hover {
  background-color: rgb(5 29 40 / 0.6);
}

.hover\:bg-primary-900\/65:hover {
  background-color: rgb(5 29 40 / 0.65);
}

.hover\:bg-primary-900\/70:hover {
  background-color: rgb(5 29 40 / 0.7);
}

.hover\:bg-primary-900\/75:hover {
  background-color: rgb(5 29 40 / 0.75);
}

.hover\:bg-primary-900\/80:hover {
  background-color: rgb(5 29 40 / 0.8);
}

.hover\:bg-primary-900\/85:hover {
  background-color: rgb(5 29 40 / 0.85);
}

.hover\:bg-primary-900\/90:hover {
  background-color: rgb(5 29 40 / 0.9);
}

.hover\:bg-primary-900\/95:hover {
  background-color: rgb(5 29 40 / 0.95);
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark\/0:hover {
  background-color: rgb(15 85 104 / 0);
}

.hover\:bg-primary-dark\/10:hover {
  background-color: rgb(15 85 104 / 0.1);
}

.hover\:bg-primary-dark\/100:hover {
  background-color: rgb(15 85 104 / 1);
}

.hover\:bg-primary-dark\/15:hover {
  background-color: rgb(15 85 104 / 0.15);
}

.hover\:bg-primary-dark\/20:hover {
  background-color: rgb(15 85 104 / 0.2);
}

.hover\:bg-primary-dark\/25:hover {
  background-color: rgb(15 85 104 / 0.25);
}

.hover\:bg-primary-dark\/30:hover {
  background-color: rgb(15 85 104 / 0.3);
}

.hover\:bg-primary-dark\/35:hover {
  background-color: rgb(15 85 104 / 0.35);
}

.hover\:bg-primary-dark\/40:hover {
  background-color: rgb(15 85 104 / 0.4);
}

.hover\:bg-primary-dark\/45:hover {
  background-color: rgb(15 85 104 / 0.45);
}

.hover\:bg-primary-dark\/5:hover {
  background-color: rgb(15 85 104 / 0.05);
}

.hover\:bg-primary-dark\/50:hover {
  background-color: rgb(15 85 104 / 0.5);
}

.hover\:bg-primary-dark\/55:hover {
  background-color: rgb(15 85 104 / 0.55);
}

.hover\:bg-primary-dark\/60:hover {
  background-color: rgb(15 85 104 / 0.6);
}

.hover\:bg-primary-dark\/65:hover {
  background-color: rgb(15 85 104 / 0.65);
}

.hover\:bg-primary-dark\/70:hover {
  background-color: rgb(15 85 104 / 0.7);
}

.hover\:bg-primary-dark\/75:hover {
  background-color: rgb(15 85 104 / 0.75);
}

.hover\:bg-primary-dark\/80:hover {
  background-color: rgb(15 85 104 / 0.8);
}

.hover\:bg-primary-dark\/85:hover {
  background-color: rgb(15 85 104 / 0.85);
}

.hover\:bg-primary-dark\/90:hover {
  background-color: rgb(15 85 104 / 0.9);
}

.hover\:bg-primary-dark\/95:hover {
  background-color: rgb(15 85 104 / 0.95);
}

.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-light\/0:hover {
  background-color: rgb(230 247 249 / 0);
}

.hover\:bg-primary-light\/10:hover {
  background-color: rgb(230 247 249 / 0.1);
}

.hover\:bg-primary-light\/100:hover {
  background-color: rgb(230 247 249 / 1);
}

.hover\:bg-primary-light\/15:hover {
  background-color: rgb(230 247 249 / 0.15);
}

.hover\:bg-primary-light\/20:hover {
  background-color: rgb(230 247 249 / 0.2);
}

.hover\:bg-primary-light\/25:hover {
  background-color: rgb(230 247 249 / 0.25);
}

.hover\:bg-primary-light\/30:hover {
  background-color: rgb(230 247 249 / 0.3);
}

.hover\:bg-primary-light\/35:hover {
  background-color: rgb(230 247 249 / 0.35);
}

.hover\:bg-primary-light\/40:hover {
  background-color: rgb(230 247 249 / 0.4);
}

.hover\:bg-primary-light\/45:hover {
  background-color: rgb(230 247 249 / 0.45);
}

.hover\:bg-primary-light\/5:hover {
  background-color: rgb(230 247 249 / 0.05);
}

.hover\:bg-primary-light\/50:hover {
  background-color: rgb(230 247 249 / 0.5);
}

.hover\:bg-primary-light\/55:hover {
  background-color: rgb(230 247 249 / 0.55);
}

.hover\:bg-primary-light\/60:hover {
  background-color: rgb(230 247 249 / 0.6);
}

.hover\:bg-primary-light\/65:hover {
  background-color: rgb(230 247 249 / 0.65);
}

.hover\:bg-primary-light\/70:hover {
  background-color: rgb(230 247 249 / 0.7);
}

.hover\:bg-primary-light\/75:hover {
  background-color: rgb(230 247 249 / 0.75);
}

.hover\:bg-primary-light\/80:hover {
  background-color: rgb(230 247 249 / 0.8);
}

.hover\:bg-primary-light\/85:hover {
  background-color: rgb(230 247 249 / 0.85);
}

.hover\:bg-primary-light\/90:hover {
  background-color: rgb(230 247 249 / 0.9);
}

.hover\:bg-primary-light\/95:hover {
  background-color: rgb(230 247 249 / 0.95);
}

.hover\:bg-primary\/0:hover {
  background-color: rgb(25 141 168 / 0);
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(25 141 168 / 0.1);
}

.hover\:bg-primary\/100:hover {
  background-color: rgb(25 141 168 / 1);
}

.hover\:bg-primary\/15:hover {
  background-color: rgb(25 141 168 / 0.15);
}

.hover\:bg-primary\/20:hover {
  background-color: rgb(25 141 168 / 0.2);
}

.hover\:bg-primary\/25:hover {
  background-color: rgb(25 141 168 / 0.25);
}

.hover\:bg-primary\/30:hover {
  background-color: rgb(25 141 168 / 0.3);
}

.hover\:bg-primary\/35:hover {
  background-color: rgb(25 141 168 / 0.35);
}

.hover\:bg-primary\/40:hover {
  background-color: rgb(25 141 168 / 0.4);
}

.hover\:bg-primary\/45:hover {
  background-color: rgb(25 141 168 / 0.45);
}

.hover\:bg-primary\/5:hover {
  background-color: rgb(25 141 168 / 0.05);
}

.hover\:bg-primary\/50:hover {
  background-color: rgb(25 141 168 / 0.5);
}

.hover\:bg-primary\/55:hover {
  background-color: rgb(25 141 168 / 0.55);
}

.hover\:bg-primary\/60:hover {
  background-color: rgb(25 141 168 / 0.6);
}

.hover\:bg-primary\/65:hover {
  background-color: rgb(25 141 168 / 0.65);
}

.hover\:bg-primary\/70:hover {
  background-color: rgb(25 141 168 / 0.7);
}

.hover\:bg-primary\/75:hover {
  background-color: rgb(25 141 168 / 0.75);
}

.hover\:bg-primary\/80:hover {
  background-color: rgb(25 141 168 / 0.8);
}

.hover\:bg-primary\/85:hover {
  background-color: rgb(25 141 168 / 0.85);
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(25 141 168 / 0.9);
}

.hover\:bg-primary\/95:hover {
  background-color: rgb(25 141 168 / 0.95);
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-secondary-100\/0:hover {
  background-color: rgb(241 245 249 / 0);
}

.hover\:bg-secondary-100\/10:hover {
  background-color: rgb(241 245 249 / 0.1);
}

.hover\:bg-secondary-100\/100:hover {
  background-color: rgb(241 245 249 / 1);
}

.hover\:bg-secondary-100\/15:hover {
  background-color: rgb(241 245 249 / 0.15);
}

.hover\:bg-secondary-100\/20:hover {
  background-color: rgb(241 245 249 / 0.2);
}

.hover\:bg-secondary-100\/25:hover {
  background-color: rgb(241 245 249 / 0.25);
}

.hover\:bg-secondary-100\/30:hover {
  background-color: rgb(241 245 249 / 0.3);
}

.hover\:bg-secondary-100\/35:hover {
  background-color: rgb(241 245 249 / 0.35);
}

.hover\:bg-secondary-100\/40:hover {
  background-color: rgb(241 245 249 / 0.4);
}

.hover\:bg-secondary-100\/45:hover {
  background-color: rgb(241 245 249 / 0.45);
}

.hover\:bg-secondary-100\/5:hover {
  background-color: rgb(241 245 249 / 0.05);
}

.hover\:bg-secondary-100\/50:hover {
  background-color: rgb(241 245 249 / 0.5);
}

.hover\:bg-secondary-100\/55:hover {
  background-color: rgb(241 245 249 / 0.55);
}

.hover\:bg-secondary-100\/60:hover {
  background-color: rgb(241 245 249 / 0.6);
}

.hover\:bg-secondary-100\/65:hover {
  background-color: rgb(241 245 249 / 0.65);
}

.hover\:bg-secondary-100\/70:hover {
  background-color: rgb(241 245 249 / 0.7);
}

.hover\:bg-secondary-100\/75:hover {
  background-color: rgb(241 245 249 / 0.75);
}

.hover\:bg-secondary-100\/80:hover {
  background-color: rgb(241 245 249 / 0.8);
}

.hover\:bg-secondary-100\/85:hover {
  background-color: rgb(241 245 249 / 0.85);
}

.hover\:bg-secondary-100\/90:hover {
  background-color: rgb(241 245 249 / 0.9);
}

.hover\:bg-secondary-100\/95:hover {
  background-color: rgb(241 245 249 / 0.95);
}

.hover\:bg-secondary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-200\/0:hover {
  background-color: rgb(226 232 240 / 0);
}

.hover\:bg-secondary-200\/10:hover {
  background-color: rgb(226 232 240 / 0.1);
}

.hover\:bg-secondary-200\/100:hover {
  background-color: rgb(226 232 240 / 1);
}

.hover\:bg-secondary-200\/15:hover {
  background-color: rgb(226 232 240 / 0.15);
}

.hover\:bg-secondary-200\/20:hover {
  background-color: rgb(226 232 240 / 0.2);
}

.hover\:bg-secondary-200\/25:hover {
  background-color: rgb(226 232 240 / 0.25);
}

.hover\:bg-secondary-200\/30:hover {
  background-color: rgb(226 232 240 / 0.3);
}

.hover\:bg-secondary-200\/35:hover {
  background-color: rgb(226 232 240 / 0.35);
}

.hover\:bg-secondary-200\/40:hover {
  background-color: rgb(226 232 240 / 0.4);
}

.hover\:bg-secondary-200\/45:hover {
  background-color: rgb(226 232 240 / 0.45);
}

.hover\:bg-secondary-200\/5:hover {
  background-color: rgb(226 232 240 / 0.05);
}

.hover\:bg-secondary-200\/50:hover {
  background-color: rgb(226 232 240 / 0.5);
}

.hover\:bg-secondary-200\/55:hover {
  background-color: rgb(226 232 240 / 0.55);
}

.hover\:bg-secondary-200\/60:hover {
  background-color: rgb(226 232 240 / 0.6);
}

.hover\:bg-secondary-200\/65:hover {
  background-color: rgb(226 232 240 / 0.65);
}

.hover\:bg-secondary-200\/70:hover {
  background-color: rgb(226 232 240 / 0.7);
}

.hover\:bg-secondary-200\/75:hover {
  background-color: rgb(226 232 240 / 0.75);
}

.hover\:bg-secondary-200\/80:hover {
  background-color: rgb(226 232 240 / 0.8);
}

.hover\:bg-secondary-200\/85:hover {
  background-color: rgb(226 232 240 / 0.85);
}

.hover\:bg-secondary-200\/90:hover {
  background-color: rgb(226 232 240 / 0.9);
}

.hover\:bg-secondary-200\/95:hover {
  background-color: rgb(226 232 240 / 0.95);
}

.hover\:bg-secondary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-300\/0:hover {
  background-color: rgb(203 213 225 / 0);
}

.hover\:bg-secondary-300\/10:hover {
  background-color: rgb(203 213 225 / 0.1);
}

.hover\:bg-secondary-300\/100:hover {
  background-color: rgb(203 213 225 / 1);
}

.hover\:bg-secondary-300\/15:hover {
  background-color: rgb(203 213 225 / 0.15);
}

.hover\:bg-secondary-300\/20:hover {
  background-color: rgb(203 213 225 / 0.2);
}

.hover\:bg-secondary-300\/25:hover {
  background-color: rgb(203 213 225 / 0.25);
}

.hover\:bg-secondary-300\/30:hover {
  background-color: rgb(203 213 225 / 0.3);
}

.hover\:bg-secondary-300\/35:hover {
  background-color: rgb(203 213 225 / 0.35);
}

.hover\:bg-secondary-300\/40:hover {
  background-color: rgb(203 213 225 / 0.4);
}

.hover\:bg-secondary-300\/45:hover {
  background-color: rgb(203 213 225 / 0.45);
}

.hover\:bg-secondary-300\/5:hover {
  background-color: rgb(203 213 225 / 0.05);
}

.hover\:bg-secondary-300\/50:hover {
  background-color: rgb(203 213 225 / 0.5);
}

.hover\:bg-secondary-300\/55:hover {
  background-color: rgb(203 213 225 / 0.55);
}

.hover\:bg-secondary-300\/60:hover {
  background-color: rgb(203 213 225 / 0.6);
}

.hover\:bg-secondary-300\/65:hover {
  background-color: rgb(203 213 225 / 0.65);
}

.hover\:bg-secondary-300\/70:hover {
  background-color: rgb(203 213 225 / 0.7);
}

.hover\:bg-secondary-300\/75:hover {
  background-color: rgb(203 213 225 / 0.75);
}

.hover\:bg-secondary-300\/80:hover {
  background-color: rgb(203 213 225 / 0.8);
}

.hover\:bg-secondary-300\/85:hover {
  background-color: rgb(203 213 225 / 0.85);
}

.hover\:bg-secondary-300\/90:hover {
  background-color: rgb(203 213 225 / 0.9);
}

.hover\:bg-secondary-300\/95:hover {
  background-color: rgb(203 213 225 / 0.95);
}

.hover\:bg-secondary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-400\/0:hover {
  background-color: rgb(148 163 184 / 0);
}

.hover\:bg-secondary-400\/10:hover {
  background-color: rgb(148 163 184 / 0.1);
}

.hover\:bg-secondary-400\/100:hover {
  background-color: rgb(148 163 184 / 1);
}

.hover\:bg-secondary-400\/15:hover {
  background-color: rgb(148 163 184 / 0.15);
}

.hover\:bg-secondary-400\/20:hover {
  background-color: rgb(148 163 184 / 0.2);
}

.hover\:bg-secondary-400\/25:hover {
  background-color: rgb(148 163 184 / 0.25);
}

.hover\:bg-secondary-400\/30:hover {
  background-color: rgb(148 163 184 / 0.3);
}

.hover\:bg-secondary-400\/35:hover {
  background-color: rgb(148 163 184 / 0.35);
}

.hover\:bg-secondary-400\/40:hover {
  background-color: rgb(148 163 184 / 0.4);
}

.hover\:bg-secondary-400\/45:hover {
  background-color: rgb(148 163 184 / 0.45);
}

.hover\:bg-secondary-400\/5:hover {
  background-color: rgb(148 163 184 / 0.05);
}

.hover\:bg-secondary-400\/50:hover {
  background-color: rgb(148 163 184 / 0.5);
}

.hover\:bg-secondary-400\/55:hover {
  background-color: rgb(148 163 184 / 0.55);
}

.hover\:bg-secondary-400\/60:hover {
  background-color: rgb(148 163 184 / 0.6);
}

.hover\:bg-secondary-400\/65:hover {
  background-color: rgb(148 163 184 / 0.65);
}

.hover\:bg-secondary-400\/70:hover {
  background-color: rgb(148 163 184 / 0.7);
}

.hover\:bg-secondary-400\/75:hover {
  background-color: rgb(148 163 184 / 0.75);
}

.hover\:bg-secondary-400\/80:hover {
  background-color: rgb(148 163 184 / 0.8);
}

.hover\:bg-secondary-400\/85:hover {
  background-color: rgb(148 163 184 / 0.85);
}

.hover\:bg-secondary-400\/90:hover {
  background-color: rgb(148 163 184 / 0.9);
}

.hover\:bg-secondary-400\/95:hover {
  background-color: rgb(148 163 184 / 0.95);
}

.hover\:bg-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-50\/0:hover {
  background-color: rgb(248 250 252 / 0);
}

.hover\:bg-secondary-50\/10:hover {
  background-color: rgb(248 250 252 / 0.1);
}

.hover\:bg-secondary-50\/100:hover {
  background-color: rgb(248 250 252 / 1);
}

.hover\:bg-secondary-50\/15:hover {
  background-color: rgb(248 250 252 / 0.15);
}

.hover\:bg-secondary-50\/20:hover {
  background-color: rgb(248 250 252 / 0.2);
}

.hover\:bg-secondary-50\/25:hover {
  background-color: rgb(248 250 252 / 0.25);
}

.hover\:bg-secondary-50\/30:hover {
  background-color: rgb(248 250 252 / 0.3);
}

.hover\:bg-secondary-50\/35:hover {
  background-color: rgb(248 250 252 / 0.35);
}

.hover\:bg-secondary-50\/40:hover {
  background-color: rgb(248 250 252 / 0.4);
}

.hover\:bg-secondary-50\/45:hover {
  background-color: rgb(248 250 252 / 0.45);
}

.hover\:bg-secondary-50\/5:hover {
  background-color: rgb(248 250 252 / 0.05);
}

.hover\:bg-secondary-50\/50:hover {
  background-color: rgb(248 250 252 / 0.5);
}

.hover\:bg-secondary-50\/55:hover {
  background-color: rgb(248 250 252 / 0.55);
}

.hover\:bg-secondary-50\/60:hover {
  background-color: rgb(248 250 252 / 0.6);
}

.hover\:bg-secondary-50\/65:hover {
  background-color: rgb(248 250 252 / 0.65);
}

.hover\:bg-secondary-50\/70:hover {
  background-color: rgb(248 250 252 / 0.7);
}

.hover\:bg-secondary-50\/75:hover {
  background-color: rgb(248 250 252 / 0.75);
}

.hover\:bg-secondary-50\/80:hover {
  background-color: rgb(248 250 252 / 0.8);
}

.hover\:bg-secondary-50\/85:hover {
  background-color: rgb(248 250 252 / 0.85);
}

.hover\:bg-secondary-50\/90:hover {
  background-color: rgb(248 250 252 / 0.9);
}

.hover\:bg-secondary-50\/95:hover {
  background-color: rgb(248 250 252 / 0.95);
}

.hover\:bg-secondary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-500\/0:hover {
  background-color: rgb(100 116 139 / 0);
}

.hover\:bg-secondary-500\/10:hover {
  background-color: rgb(100 116 139 / 0.1);
}

.hover\:bg-secondary-500\/100:hover {
  background-color: rgb(100 116 139 / 1);
}

.hover\:bg-secondary-500\/15:hover {
  background-color: rgb(100 116 139 / 0.15);
}

.hover\:bg-secondary-500\/20:hover {
  background-color: rgb(100 116 139 / 0.2);
}

.hover\:bg-secondary-500\/25:hover {
  background-color: rgb(100 116 139 / 0.25);
}

.hover\:bg-secondary-500\/30:hover {
  background-color: rgb(100 116 139 / 0.3);
}

.hover\:bg-secondary-500\/35:hover {
  background-color: rgb(100 116 139 / 0.35);
}

.hover\:bg-secondary-500\/40:hover {
  background-color: rgb(100 116 139 / 0.4);
}

.hover\:bg-secondary-500\/45:hover {
  background-color: rgb(100 116 139 / 0.45);
}

.hover\:bg-secondary-500\/5:hover {
  background-color: rgb(100 116 139 / 0.05);
}

.hover\:bg-secondary-500\/50:hover {
  background-color: rgb(100 116 139 / 0.5);
}

.hover\:bg-secondary-500\/55:hover {
  background-color: rgb(100 116 139 / 0.55);
}

.hover\:bg-secondary-500\/60:hover {
  background-color: rgb(100 116 139 / 0.6);
}

.hover\:bg-secondary-500\/65:hover {
  background-color: rgb(100 116 139 / 0.65);
}

.hover\:bg-secondary-500\/70:hover {
  background-color: rgb(100 116 139 / 0.7);
}

.hover\:bg-secondary-500\/75:hover {
  background-color: rgb(100 116 139 / 0.75);
}

.hover\:bg-secondary-500\/80:hover {
  background-color: rgb(100 116 139 / 0.8);
}

.hover\:bg-secondary-500\/85:hover {
  background-color: rgb(100 116 139 / 0.85);
}

.hover\:bg-secondary-500\/90:hover {
  background-color: rgb(100 116 139 / 0.9);
}

.hover\:bg-secondary-500\/95:hover {
  background-color: rgb(100 116 139 / 0.95);
}

.hover\:bg-secondary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-600\/0:hover {
  background-color: rgb(71 85 105 / 0);
}

.hover\:bg-secondary-600\/10:hover {
  background-color: rgb(71 85 105 / 0.1);
}

.hover\:bg-secondary-600\/100:hover {
  background-color: rgb(71 85 105 / 1);
}

.hover\:bg-secondary-600\/15:hover {
  background-color: rgb(71 85 105 / 0.15);
}

.hover\:bg-secondary-600\/20:hover {
  background-color: rgb(71 85 105 / 0.2);
}

.hover\:bg-secondary-600\/25:hover {
  background-color: rgb(71 85 105 / 0.25);
}

.hover\:bg-secondary-600\/30:hover {
  background-color: rgb(71 85 105 / 0.3);
}

.hover\:bg-secondary-600\/35:hover {
  background-color: rgb(71 85 105 / 0.35);
}

.hover\:bg-secondary-600\/40:hover {
  background-color: rgb(71 85 105 / 0.4);
}

.hover\:bg-secondary-600\/45:hover {
  background-color: rgb(71 85 105 / 0.45);
}

.hover\:bg-secondary-600\/5:hover {
  background-color: rgb(71 85 105 / 0.05);
}

.hover\:bg-secondary-600\/50:hover {
  background-color: rgb(71 85 105 / 0.5);
}

.hover\:bg-secondary-600\/55:hover {
  background-color: rgb(71 85 105 / 0.55);
}

.hover\:bg-secondary-600\/60:hover {
  background-color: rgb(71 85 105 / 0.6);
}

.hover\:bg-secondary-600\/65:hover {
  background-color: rgb(71 85 105 / 0.65);
}

.hover\:bg-secondary-600\/70:hover {
  background-color: rgb(71 85 105 / 0.7);
}

.hover\:bg-secondary-600\/75:hover {
  background-color: rgb(71 85 105 / 0.75);
}

.hover\:bg-secondary-600\/80:hover {
  background-color: rgb(71 85 105 / 0.8);
}

.hover\:bg-secondary-600\/85:hover {
  background-color: rgb(71 85 105 / 0.85);
}

.hover\:bg-secondary-600\/90:hover {
  background-color: rgb(71 85 105 / 0.9);
}

.hover\:bg-secondary-600\/95:hover {
  background-color: rgb(71 85 105 / 0.95);
}

.hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-700\/0:hover {
  background-color: rgb(51 65 85 / 0);
}

.hover\:bg-secondary-700\/10:hover {
  background-color: rgb(51 65 85 / 0.1);
}

.hover\:bg-secondary-700\/100:hover {
  background-color: rgb(51 65 85 / 1);
}

.hover\:bg-secondary-700\/15:hover {
  background-color: rgb(51 65 85 / 0.15);
}

.hover\:bg-secondary-700\/20:hover {
  background-color: rgb(51 65 85 / 0.2);
}

.hover\:bg-secondary-700\/25:hover {
  background-color: rgb(51 65 85 / 0.25);
}

.hover\:bg-secondary-700\/30:hover {
  background-color: rgb(51 65 85 / 0.3);
}

.hover\:bg-secondary-700\/35:hover {
  background-color: rgb(51 65 85 / 0.35);
}

.hover\:bg-secondary-700\/40:hover {
  background-color: rgb(51 65 85 / 0.4);
}

.hover\:bg-secondary-700\/45:hover {
  background-color: rgb(51 65 85 / 0.45);
}

.hover\:bg-secondary-700\/5:hover {
  background-color: rgb(51 65 85 / 0.05);
}

.hover\:bg-secondary-700\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}

.hover\:bg-secondary-700\/55:hover {
  background-color: rgb(51 65 85 / 0.55);
}

.hover\:bg-secondary-700\/60:hover {
  background-color: rgb(51 65 85 / 0.6);
}

.hover\:bg-secondary-700\/65:hover {
  background-color: rgb(51 65 85 / 0.65);
}

.hover\:bg-secondary-700\/70:hover {
  background-color: rgb(51 65 85 / 0.7);
}

.hover\:bg-secondary-700\/75:hover {
  background-color: rgb(51 65 85 / 0.75);
}

.hover\:bg-secondary-700\/80:hover {
  background-color: rgb(51 65 85 / 0.8);
}

.hover\:bg-secondary-700\/85:hover {
  background-color: rgb(51 65 85 / 0.85);
}

.hover\:bg-secondary-700\/90:hover {
  background-color: rgb(51 65 85 / 0.9);
}

.hover\:bg-secondary-700\/95:hover {
  background-color: rgb(51 65 85 / 0.95);
}

.hover\:bg-secondary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-800\/0:hover {
  background-color: rgb(30 41 59 / 0);
}

.hover\:bg-secondary-800\/10:hover {
  background-color: rgb(30 41 59 / 0.1);
}

.hover\:bg-secondary-800\/100:hover {
  background-color: rgb(30 41 59 / 1);
}

.hover\:bg-secondary-800\/15:hover {
  background-color: rgb(30 41 59 / 0.15);
}

.hover\:bg-secondary-800\/20:hover {
  background-color: rgb(30 41 59 / 0.2);
}

.hover\:bg-secondary-800\/25:hover {
  background-color: rgb(30 41 59 / 0.25);
}

.hover\:bg-secondary-800\/30:hover {
  background-color: rgb(30 41 59 / 0.3);
}

.hover\:bg-secondary-800\/35:hover {
  background-color: rgb(30 41 59 / 0.35);
}

.hover\:bg-secondary-800\/40:hover {
  background-color: rgb(30 41 59 / 0.4);
}

.hover\:bg-secondary-800\/45:hover {
  background-color: rgb(30 41 59 / 0.45);
}

.hover\:bg-secondary-800\/5:hover {
  background-color: rgb(30 41 59 / 0.05);
}

.hover\:bg-secondary-800\/50:hover {
  background-color: rgb(30 41 59 / 0.5);
}

.hover\:bg-secondary-800\/55:hover {
  background-color: rgb(30 41 59 / 0.55);
}

.hover\:bg-secondary-800\/60:hover {
  background-color: rgb(30 41 59 / 0.6);
}

.hover\:bg-secondary-800\/65:hover {
  background-color: rgb(30 41 59 / 0.65);
}

.hover\:bg-secondary-800\/70:hover {
  background-color: rgb(30 41 59 / 0.7);
}

.hover\:bg-secondary-800\/75:hover {
  background-color: rgb(30 41 59 / 0.75);
}

.hover\:bg-secondary-800\/80:hover {
  background-color: rgb(30 41 59 / 0.8);
}

.hover\:bg-secondary-800\/85:hover {
  background-color: rgb(30 41 59 / 0.85);
}

.hover\:bg-secondary-800\/90:hover {
  background-color: rgb(30 41 59 / 0.9);
}

.hover\:bg-secondary-800\/95:hover {
  background-color: rgb(30 41 59 / 0.95);
}

.hover\:bg-secondary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-900\/0:hover {
  background-color: rgb(15 23 42 / 0);
}

.hover\:bg-secondary-900\/10:hover {
  background-color: rgb(15 23 42 / 0.1);
}

.hover\:bg-secondary-900\/100:hover {
  background-color: rgb(15 23 42 / 1);
}

.hover\:bg-secondary-900\/15:hover {
  background-color: rgb(15 23 42 / 0.15);
}

.hover\:bg-secondary-900\/20:hover {
  background-color: rgb(15 23 42 / 0.2);
}

.hover\:bg-secondary-900\/25:hover {
  background-color: rgb(15 23 42 / 0.25);
}

.hover\:bg-secondary-900\/30:hover {
  background-color: rgb(15 23 42 / 0.3);
}

.hover\:bg-secondary-900\/35:hover {
  background-color: rgb(15 23 42 / 0.35);
}

.hover\:bg-secondary-900\/40:hover {
  background-color: rgb(15 23 42 / 0.4);
}

.hover\:bg-secondary-900\/45:hover {
  background-color: rgb(15 23 42 / 0.45);
}

.hover\:bg-secondary-900\/5:hover {
  background-color: rgb(15 23 42 / 0.05);
}

.hover\:bg-secondary-900\/50:hover {
  background-color: rgb(15 23 42 / 0.5);
}

.hover\:bg-secondary-900\/55:hover {
  background-color: rgb(15 23 42 / 0.55);
}

.hover\:bg-secondary-900\/60:hover {
  background-color: rgb(15 23 42 / 0.6);
}

.hover\:bg-secondary-900\/65:hover {
  background-color: rgb(15 23 42 / 0.65);
}

.hover\:bg-secondary-900\/70:hover {
  background-color: rgb(15 23 42 / 0.7);
}

.hover\:bg-secondary-900\/75:hover {
  background-color: rgb(15 23 42 / 0.75);
}

.hover\:bg-secondary-900\/80:hover {
  background-color: rgb(15 23 42 / 0.8);
}

.hover\:bg-secondary-900\/85:hover {
  background-color: rgb(15 23 42 / 0.85);
}

.hover\:bg-secondary-900\/90:hover {
  background-color: rgb(15 23 42 / 0.9);
}

.hover\:bg-secondary-900\/95:hover {
  background-color: rgb(15 23 42 / 0.95);
}

.hover\:bg-secondary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-dark\/0:hover {
  background-color: rgb(51 65 85 / 0);
}

.hover\:bg-secondary-dark\/10:hover {
  background-color: rgb(51 65 85 / 0.1);
}

.hover\:bg-secondary-dark\/100:hover {
  background-color: rgb(51 65 85 / 1);
}

.hover\:bg-secondary-dark\/15:hover {
  background-color: rgb(51 65 85 / 0.15);
}

.hover\:bg-secondary-dark\/20:hover {
  background-color: rgb(51 65 85 / 0.2);
}

.hover\:bg-secondary-dark\/25:hover {
  background-color: rgb(51 65 85 / 0.25);
}

.hover\:bg-secondary-dark\/30:hover {
  background-color: rgb(51 65 85 / 0.3);
}

.hover\:bg-secondary-dark\/35:hover {
  background-color: rgb(51 65 85 / 0.35);
}

.hover\:bg-secondary-dark\/40:hover {
  background-color: rgb(51 65 85 / 0.4);
}

.hover\:bg-secondary-dark\/45:hover {
  background-color: rgb(51 65 85 / 0.45);
}

.hover\:bg-secondary-dark\/5:hover {
  background-color: rgb(51 65 85 / 0.05);
}

.hover\:bg-secondary-dark\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}

.hover\:bg-secondary-dark\/55:hover {
  background-color: rgb(51 65 85 / 0.55);
}

.hover\:bg-secondary-dark\/60:hover {
  background-color: rgb(51 65 85 / 0.6);
}

.hover\:bg-secondary-dark\/65:hover {
  background-color: rgb(51 65 85 / 0.65);
}

.hover\:bg-secondary-dark\/70:hover {
  background-color: rgb(51 65 85 / 0.7);
}

.hover\:bg-secondary-dark\/75:hover {
  background-color: rgb(51 65 85 / 0.75);
}

.hover\:bg-secondary-dark\/80:hover {
  background-color: rgb(51 65 85 / 0.8);
}

.hover\:bg-secondary-dark\/85:hover {
  background-color: rgb(51 65 85 / 0.85);
}

.hover\:bg-secondary-dark\/90:hover {
  background-color: rgb(51 65 85 / 0.9);
}

.hover\:bg-secondary-dark\/95:hover {
  background-color: rgb(51 65 85 / 0.95);
}

.hover\:bg-secondary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-light\/0:hover {
  background-color: rgb(241 245 249 / 0);
}

.hover\:bg-secondary-light\/10:hover {
  background-color: rgb(241 245 249 / 0.1);
}

.hover\:bg-secondary-light\/100:hover {
  background-color: rgb(241 245 249 / 1);
}

.hover\:bg-secondary-light\/15:hover {
  background-color: rgb(241 245 249 / 0.15);
}

.hover\:bg-secondary-light\/20:hover {
  background-color: rgb(241 245 249 / 0.2);
}

.hover\:bg-secondary-light\/25:hover {
  background-color: rgb(241 245 249 / 0.25);
}

.hover\:bg-secondary-light\/30:hover {
  background-color: rgb(241 245 249 / 0.3);
}

.hover\:bg-secondary-light\/35:hover {
  background-color: rgb(241 245 249 / 0.35);
}

.hover\:bg-secondary-light\/40:hover {
  background-color: rgb(241 245 249 / 0.4);
}

.hover\:bg-secondary-light\/45:hover {
  background-color: rgb(241 245 249 / 0.45);
}

.hover\:bg-secondary-light\/5:hover {
  background-color: rgb(241 245 249 / 0.05);
}

.hover\:bg-secondary-light\/50:hover {
  background-color: rgb(241 245 249 / 0.5);
}

.hover\:bg-secondary-light\/55:hover {
  background-color: rgb(241 245 249 / 0.55);
}

.hover\:bg-secondary-light\/60:hover {
  background-color: rgb(241 245 249 / 0.6);
}

.hover\:bg-secondary-light\/65:hover {
  background-color: rgb(241 245 249 / 0.65);
}

.hover\:bg-secondary-light\/70:hover {
  background-color: rgb(241 245 249 / 0.7);
}

.hover\:bg-secondary-light\/75:hover {
  background-color: rgb(241 245 249 / 0.75);
}

.hover\:bg-secondary-light\/80:hover {
  background-color: rgb(241 245 249 / 0.8);
}

.hover\:bg-secondary-light\/85:hover {
  background-color: rgb(241 245 249 / 0.85);
}

.hover\:bg-secondary-light\/90:hover {
  background-color: rgb(241 245 249 / 0.9);
}

.hover\:bg-secondary-light\/95:hover {
  background-color: rgb(241 245 249 / 0.95);
}

.hover\:bg-secondary\/0:hover {
  background-color: rgb(100 116 139 / 0);
}

.hover\:bg-secondary\/10:hover {
  background-color: rgb(100 116 139 / 0.1);
}

.hover\:bg-secondary\/100:hover {
  background-color: rgb(100 116 139 / 1);
}

.hover\:bg-secondary\/15:hover {
  background-color: rgb(100 116 139 / 0.15);
}

.hover\:bg-secondary\/20:hover {
  background-color: rgb(100 116 139 / 0.2);
}

.hover\:bg-secondary\/25:hover {
  background-color: rgb(100 116 139 / 0.25);
}

.hover\:bg-secondary\/30:hover {
  background-color: rgb(100 116 139 / 0.3);
}

.hover\:bg-secondary\/35:hover {
  background-color: rgb(100 116 139 / 0.35);
}

.hover\:bg-secondary\/40:hover {
  background-color: rgb(100 116 139 / 0.4);
}

.hover\:bg-secondary\/45:hover {
  background-color: rgb(100 116 139 / 0.45);
}

.hover\:bg-secondary\/5:hover {
  background-color: rgb(100 116 139 / 0.05);
}

.hover\:bg-secondary\/50:hover {
  background-color: rgb(100 116 139 / 0.5);
}

.hover\:bg-secondary\/55:hover {
  background-color: rgb(100 116 139 / 0.55);
}

.hover\:bg-secondary\/60:hover {
  background-color: rgb(100 116 139 / 0.6);
}

.hover\:bg-secondary\/65:hover {
  background-color: rgb(100 116 139 / 0.65);
}

.hover\:bg-secondary\/70:hover {
  background-color: rgb(100 116 139 / 0.7);
}

.hover\:bg-secondary\/75:hover {
  background-color: rgb(100 116 139 / 0.75);
}

.hover\:bg-secondary\/80:hover {
  background-color: rgb(100 116 139 / 0.8);
}

.hover\:bg-secondary\/85:hover {
  background-color: rgb(100 116 139 / 0.85);
}

.hover\:bg-secondary\/90:hover {
  background-color: rgb(100 116 139 / 0.9);
}

.hover\:bg-secondary\/95:hover {
  background-color: rgb(100 116 139 / 0.95);
}

.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-100\/0:hover {
  background-color: rgb(209 250 229 / 0);
}

.hover\:bg-success-100\/10:hover {
  background-color: rgb(209 250 229 / 0.1);
}

.hover\:bg-success-100\/100:hover {
  background-color: rgb(209 250 229 / 1);
}

.hover\:bg-success-100\/15:hover {
  background-color: rgb(209 250 229 / 0.15);
}

.hover\:bg-success-100\/20:hover {
  background-color: rgb(209 250 229 / 0.2);
}

.hover\:bg-success-100\/25:hover {
  background-color: rgb(209 250 229 / 0.25);
}

.hover\:bg-success-100\/30:hover {
  background-color: rgb(209 250 229 / 0.3);
}

.hover\:bg-success-100\/35:hover {
  background-color: rgb(209 250 229 / 0.35);
}

.hover\:bg-success-100\/40:hover {
  background-color: rgb(209 250 229 / 0.4);
}

.hover\:bg-success-100\/45:hover {
  background-color: rgb(209 250 229 / 0.45);
}

.hover\:bg-success-100\/5:hover {
  background-color: rgb(209 250 229 / 0.05);
}

.hover\:bg-success-100\/50:hover {
  background-color: rgb(209 250 229 / 0.5);
}

.hover\:bg-success-100\/55:hover {
  background-color: rgb(209 250 229 / 0.55);
}

.hover\:bg-success-100\/60:hover {
  background-color: rgb(209 250 229 / 0.6);
}

.hover\:bg-success-100\/65:hover {
  background-color: rgb(209 250 229 / 0.65);
}

.hover\:bg-success-100\/70:hover {
  background-color: rgb(209 250 229 / 0.7);
}

.hover\:bg-success-100\/75:hover {
  background-color: rgb(209 250 229 / 0.75);
}

.hover\:bg-success-100\/80:hover {
  background-color: rgb(209 250 229 / 0.8);
}

.hover\:bg-success-100\/85:hover {
  background-color: rgb(209 250 229 / 0.85);
}

.hover\:bg-success-100\/90:hover {
  background-color: rgb(209 250 229 / 0.9);
}

.hover\:bg-success-100\/95:hover {
  background-color: rgb(209 250 229 / 0.95);
}

.hover\:bg-success-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-200\/0:hover {
  background-color: rgb(167 243 208 / 0);
}

.hover\:bg-success-200\/10:hover {
  background-color: rgb(167 243 208 / 0.1);
}

.hover\:bg-success-200\/100:hover {
  background-color: rgb(167 243 208 / 1);
}

.hover\:bg-success-200\/15:hover {
  background-color: rgb(167 243 208 / 0.15);
}

.hover\:bg-success-200\/20:hover {
  background-color: rgb(167 243 208 / 0.2);
}

.hover\:bg-success-200\/25:hover {
  background-color: rgb(167 243 208 / 0.25);
}

.hover\:bg-success-200\/30:hover {
  background-color: rgb(167 243 208 / 0.3);
}

.hover\:bg-success-200\/35:hover {
  background-color: rgb(167 243 208 / 0.35);
}

.hover\:bg-success-200\/40:hover {
  background-color: rgb(167 243 208 / 0.4);
}

.hover\:bg-success-200\/45:hover {
  background-color: rgb(167 243 208 / 0.45);
}

.hover\:bg-success-200\/5:hover {
  background-color: rgb(167 243 208 / 0.05);
}

.hover\:bg-success-200\/50:hover {
  background-color: rgb(167 243 208 / 0.5);
}

.hover\:bg-success-200\/55:hover {
  background-color: rgb(167 243 208 / 0.55);
}

.hover\:bg-success-200\/60:hover {
  background-color: rgb(167 243 208 / 0.6);
}

.hover\:bg-success-200\/65:hover {
  background-color: rgb(167 243 208 / 0.65);
}

.hover\:bg-success-200\/70:hover {
  background-color: rgb(167 243 208 / 0.7);
}

.hover\:bg-success-200\/75:hover {
  background-color: rgb(167 243 208 / 0.75);
}

.hover\:bg-success-200\/80:hover {
  background-color: rgb(167 243 208 / 0.8);
}

.hover\:bg-success-200\/85:hover {
  background-color: rgb(167 243 208 / 0.85);
}

.hover\:bg-success-200\/90:hover {
  background-color: rgb(167 243 208 / 0.9);
}

.hover\:bg-success-200\/95:hover {
  background-color: rgb(167 243 208 / 0.95);
}

.hover\:bg-success-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-300\/0:hover {
  background-color: rgb(110 231 183 / 0);
}

.hover\:bg-success-300\/10:hover {
  background-color: rgb(110 231 183 / 0.1);
}

.hover\:bg-success-300\/100:hover {
  background-color: rgb(110 231 183 / 1);
}

.hover\:bg-success-300\/15:hover {
  background-color: rgb(110 231 183 / 0.15);
}

.hover\:bg-success-300\/20:hover {
  background-color: rgb(110 231 183 / 0.2);
}

.hover\:bg-success-300\/25:hover {
  background-color: rgb(110 231 183 / 0.25);
}

.hover\:bg-success-300\/30:hover {
  background-color: rgb(110 231 183 / 0.3);
}

.hover\:bg-success-300\/35:hover {
  background-color: rgb(110 231 183 / 0.35);
}

.hover\:bg-success-300\/40:hover {
  background-color: rgb(110 231 183 / 0.4);
}

.hover\:bg-success-300\/45:hover {
  background-color: rgb(110 231 183 / 0.45);
}

.hover\:bg-success-300\/5:hover {
  background-color: rgb(110 231 183 / 0.05);
}

.hover\:bg-success-300\/50:hover {
  background-color: rgb(110 231 183 / 0.5);
}

.hover\:bg-success-300\/55:hover {
  background-color: rgb(110 231 183 / 0.55);
}

.hover\:bg-success-300\/60:hover {
  background-color: rgb(110 231 183 / 0.6);
}

.hover\:bg-success-300\/65:hover {
  background-color: rgb(110 231 183 / 0.65);
}

.hover\:bg-success-300\/70:hover {
  background-color: rgb(110 231 183 / 0.7);
}

.hover\:bg-success-300\/75:hover {
  background-color: rgb(110 231 183 / 0.75);
}

.hover\:bg-success-300\/80:hover {
  background-color: rgb(110 231 183 / 0.8);
}

.hover\:bg-success-300\/85:hover {
  background-color: rgb(110 231 183 / 0.85);
}

.hover\:bg-success-300\/90:hover {
  background-color: rgb(110 231 183 / 0.9);
}

.hover\:bg-success-300\/95:hover {
  background-color: rgb(110 231 183 / 0.95);
}

.hover\:bg-success-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-400\/0:hover {
  background-color: rgb(52 211 153 / 0);
}

.hover\:bg-success-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}

.hover\:bg-success-400\/100:hover {
  background-color: rgb(52 211 153 / 1);
}

.hover\:bg-success-400\/15:hover {
  background-color: rgb(52 211 153 / 0.15);
}

.hover\:bg-success-400\/20:hover {
  background-color: rgb(52 211 153 / 0.2);
}

.hover\:bg-success-400\/25:hover {
  background-color: rgb(52 211 153 / 0.25);
}

.hover\:bg-success-400\/30:hover {
  background-color: rgb(52 211 153 / 0.3);
}

.hover\:bg-success-400\/35:hover {
  background-color: rgb(52 211 153 / 0.35);
}

.hover\:bg-success-400\/40:hover {
  background-color: rgb(52 211 153 / 0.4);
}

.hover\:bg-success-400\/45:hover {
  background-color: rgb(52 211 153 / 0.45);
}

.hover\:bg-success-400\/5:hover {
  background-color: rgb(52 211 153 / 0.05);
}

.hover\:bg-success-400\/50:hover {
  background-color: rgb(52 211 153 / 0.5);
}

.hover\:bg-success-400\/55:hover {
  background-color: rgb(52 211 153 / 0.55);
}

.hover\:bg-success-400\/60:hover {
  background-color: rgb(52 211 153 / 0.6);
}

.hover\:bg-success-400\/65:hover {
  background-color: rgb(52 211 153 / 0.65);
}

.hover\:bg-success-400\/70:hover {
  background-color: rgb(52 211 153 / 0.7);
}

.hover\:bg-success-400\/75:hover {
  background-color: rgb(52 211 153 / 0.75);
}

.hover\:bg-success-400\/80:hover {
  background-color: rgb(52 211 153 / 0.8);
}

.hover\:bg-success-400\/85:hover {
  background-color: rgb(52 211 153 / 0.85);
}

.hover\:bg-success-400\/90:hover {
  background-color: rgb(52 211 153 / 0.9);
}

.hover\:bg-success-400\/95:hover {
  background-color: rgb(52 211 153 / 0.95);
}

.hover\:bg-success-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-50\/0:hover {
  background-color: rgb(236 253 245 / 0);
}

.hover\:bg-success-50\/10:hover {
  background-color: rgb(236 253 245 / 0.1);
}

.hover\:bg-success-50\/100:hover {
  background-color: rgb(236 253 245 / 1);
}

.hover\:bg-success-50\/15:hover {
  background-color: rgb(236 253 245 / 0.15);
}

.hover\:bg-success-50\/20:hover {
  background-color: rgb(236 253 245 / 0.2);
}

.hover\:bg-success-50\/25:hover {
  background-color: rgb(236 253 245 / 0.25);
}

.hover\:bg-success-50\/30:hover {
  background-color: rgb(236 253 245 / 0.3);
}

.hover\:bg-success-50\/35:hover {
  background-color: rgb(236 253 245 / 0.35);
}

.hover\:bg-success-50\/40:hover {
  background-color: rgb(236 253 245 / 0.4);
}

.hover\:bg-success-50\/45:hover {
  background-color: rgb(236 253 245 / 0.45);
}

.hover\:bg-success-50\/5:hover {
  background-color: rgb(236 253 245 / 0.05);
}

.hover\:bg-success-50\/50:hover {
  background-color: rgb(236 253 245 / 0.5);
}

.hover\:bg-success-50\/55:hover {
  background-color: rgb(236 253 245 / 0.55);
}

.hover\:bg-success-50\/60:hover {
  background-color: rgb(236 253 245 / 0.6);
}

.hover\:bg-success-50\/65:hover {
  background-color: rgb(236 253 245 / 0.65);
}

.hover\:bg-success-50\/70:hover {
  background-color: rgb(236 253 245 / 0.7);
}

.hover\:bg-success-50\/75:hover {
  background-color: rgb(236 253 245 / 0.75);
}

.hover\:bg-success-50\/80:hover {
  background-color: rgb(236 253 245 / 0.8);
}

.hover\:bg-success-50\/85:hover {
  background-color: rgb(236 253 245 / 0.85);
}

.hover\:bg-success-50\/90:hover {
  background-color: rgb(236 253 245 / 0.9);
}

.hover\:bg-success-50\/95:hover {
  background-color: rgb(236 253 245 / 0.95);
}

.hover\:bg-success-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-500\/0:hover {
  background-color: rgb(16 185 129 / 0);
}

.hover\:bg-success-500\/10:hover {
  background-color: rgb(16 185 129 / 0.1);
}

.hover\:bg-success-500\/100:hover {
  background-color: rgb(16 185 129 / 1);
}

.hover\:bg-success-500\/15:hover {
  background-color: rgb(16 185 129 / 0.15);
}

.hover\:bg-success-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-success-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-success-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}

.hover\:bg-success-500\/35:hover {
  background-color: rgb(16 185 129 / 0.35);
}

.hover\:bg-success-500\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}

.hover\:bg-success-500\/45:hover {
  background-color: rgb(16 185 129 / 0.45);
}

.hover\:bg-success-500\/5:hover {
  background-color: rgb(16 185 129 / 0.05);
}

.hover\:bg-success-500\/50:hover {
  background-color: rgb(16 185 129 / 0.5);
}

.hover\:bg-success-500\/55:hover {
  background-color: rgb(16 185 129 / 0.55);
}

.hover\:bg-success-500\/60:hover {
  background-color: rgb(16 185 129 / 0.6);
}

.hover\:bg-success-500\/65:hover {
  background-color: rgb(16 185 129 / 0.65);
}

.hover\:bg-success-500\/70:hover {
  background-color: rgb(16 185 129 / 0.7);
}

.hover\:bg-success-500\/75:hover {
  background-color: rgb(16 185 129 / 0.75);
}

.hover\:bg-success-500\/80:hover {
  background-color: rgb(16 185 129 / 0.8);
}

.hover\:bg-success-500\/85:hover {
  background-color: rgb(16 185 129 / 0.85);
}

.hover\:bg-success-500\/90:hover {
  background-color: rgb(16 185 129 / 0.9);
}

.hover\:bg-success-500\/95:hover {
  background-color: rgb(16 185 129 / 0.95);
}

.hover\:bg-success-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-600\/0:hover {
  background-color: rgb(5 150 105 / 0);
}

.hover\:bg-success-600\/10:hover {
  background-color: rgb(5 150 105 / 0.1);
}

.hover\:bg-success-600\/100:hover {
  background-color: rgb(5 150 105 / 1);
}

.hover\:bg-success-600\/15:hover {
  background-color: rgb(5 150 105 / 0.15);
}

.hover\:bg-success-600\/20:hover {
  background-color: rgb(5 150 105 / 0.2);
}

.hover\:bg-success-600\/25:hover {
  background-color: rgb(5 150 105 / 0.25);
}

.hover\:bg-success-600\/30:hover {
  background-color: rgb(5 150 105 / 0.3);
}

.hover\:bg-success-600\/35:hover {
  background-color: rgb(5 150 105 / 0.35);
}

.hover\:bg-success-600\/40:hover {
  background-color: rgb(5 150 105 / 0.4);
}

.hover\:bg-success-600\/45:hover {
  background-color: rgb(5 150 105 / 0.45);
}

.hover\:bg-success-600\/5:hover {
  background-color: rgb(5 150 105 / 0.05);
}

.hover\:bg-success-600\/50:hover {
  background-color: rgb(5 150 105 / 0.5);
}

.hover\:bg-success-600\/55:hover {
  background-color: rgb(5 150 105 / 0.55);
}

.hover\:bg-success-600\/60:hover {
  background-color: rgb(5 150 105 / 0.6);
}

.hover\:bg-success-600\/65:hover {
  background-color: rgb(5 150 105 / 0.65);
}

.hover\:bg-success-600\/70:hover {
  background-color: rgb(5 150 105 / 0.7);
}

.hover\:bg-success-600\/75:hover {
  background-color: rgb(5 150 105 / 0.75);
}

.hover\:bg-success-600\/80:hover {
  background-color: rgb(5 150 105 / 0.8);
}

.hover\:bg-success-600\/85:hover {
  background-color: rgb(5 150 105 / 0.85);
}

.hover\:bg-success-600\/90:hover {
  background-color: rgb(5 150 105 / 0.9);
}

.hover\:bg-success-600\/95:hover {
  background-color: rgb(5 150 105 / 0.95);
}

.hover\:bg-success-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-700\/0:hover {
  background-color: rgb(4 120 87 / 0);
}

.hover\:bg-success-700\/10:hover {
  background-color: rgb(4 120 87 / 0.1);
}

.hover\:bg-success-700\/100:hover {
  background-color: rgb(4 120 87 / 1);
}

.hover\:bg-success-700\/15:hover {
  background-color: rgb(4 120 87 / 0.15);
}

.hover\:bg-success-700\/20:hover {
  background-color: rgb(4 120 87 / 0.2);
}

.hover\:bg-success-700\/25:hover {
  background-color: rgb(4 120 87 / 0.25);
}

.hover\:bg-success-700\/30:hover {
  background-color: rgb(4 120 87 / 0.3);
}

.hover\:bg-success-700\/35:hover {
  background-color: rgb(4 120 87 / 0.35);
}

.hover\:bg-success-700\/40:hover {
  background-color: rgb(4 120 87 / 0.4);
}

.hover\:bg-success-700\/45:hover {
  background-color: rgb(4 120 87 / 0.45);
}

.hover\:bg-success-700\/5:hover {
  background-color: rgb(4 120 87 / 0.05);
}

.hover\:bg-success-700\/50:hover {
  background-color: rgb(4 120 87 / 0.5);
}

.hover\:bg-success-700\/55:hover {
  background-color: rgb(4 120 87 / 0.55);
}

.hover\:bg-success-700\/60:hover {
  background-color: rgb(4 120 87 / 0.6);
}

.hover\:bg-success-700\/65:hover {
  background-color: rgb(4 120 87 / 0.65);
}

.hover\:bg-success-700\/70:hover {
  background-color: rgb(4 120 87 / 0.7);
}

.hover\:bg-success-700\/75:hover {
  background-color: rgb(4 120 87 / 0.75);
}

.hover\:bg-success-700\/80:hover {
  background-color: rgb(4 120 87 / 0.8);
}

.hover\:bg-success-700\/85:hover {
  background-color: rgb(4 120 87 / 0.85);
}

.hover\:bg-success-700\/90:hover {
  background-color: rgb(4 120 87 / 0.9);
}

.hover\:bg-success-700\/95:hover {
  background-color: rgb(4 120 87 / 0.95);
}

.hover\:bg-success-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-800\/0:hover {
  background-color: rgb(6 95 70 / 0);
}

.hover\:bg-success-800\/10:hover {
  background-color: rgb(6 95 70 / 0.1);
}

.hover\:bg-success-800\/100:hover {
  background-color: rgb(6 95 70 / 1);
}

.hover\:bg-success-800\/15:hover {
  background-color: rgb(6 95 70 / 0.15);
}

.hover\:bg-success-800\/20:hover {
  background-color: rgb(6 95 70 / 0.2);
}

.hover\:bg-success-800\/25:hover {
  background-color: rgb(6 95 70 / 0.25);
}

.hover\:bg-success-800\/30:hover {
  background-color: rgb(6 95 70 / 0.3);
}

.hover\:bg-success-800\/35:hover {
  background-color: rgb(6 95 70 / 0.35);
}

.hover\:bg-success-800\/40:hover {
  background-color: rgb(6 95 70 / 0.4);
}

.hover\:bg-success-800\/45:hover {
  background-color: rgb(6 95 70 / 0.45);
}

.hover\:bg-success-800\/5:hover {
  background-color: rgb(6 95 70 / 0.05);
}

.hover\:bg-success-800\/50:hover {
  background-color: rgb(6 95 70 / 0.5);
}

.hover\:bg-success-800\/55:hover {
  background-color: rgb(6 95 70 / 0.55);
}

.hover\:bg-success-800\/60:hover {
  background-color: rgb(6 95 70 / 0.6);
}

.hover\:bg-success-800\/65:hover {
  background-color: rgb(6 95 70 / 0.65);
}

.hover\:bg-success-800\/70:hover {
  background-color: rgb(6 95 70 / 0.7);
}

.hover\:bg-success-800\/75:hover {
  background-color: rgb(6 95 70 / 0.75);
}

.hover\:bg-success-800\/80:hover {
  background-color: rgb(6 95 70 / 0.8);
}

.hover\:bg-success-800\/85:hover {
  background-color: rgb(6 95 70 / 0.85);
}

.hover\:bg-success-800\/90:hover {
  background-color: rgb(6 95 70 / 0.9);
}

.hover\:bg-success-800\/95:hover {
  background-color: rgb(6 95 70 / 0.95);
}

.hover\:bg-success-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-900\/0:hover {
  background-color: rgb(6 78 59 / 0);
}

.hover\:bg-success-900\/10:hover {
  background-color: rgb(6 78 59 / 0.1);
}

.hover\:bg-success-900\/100:hover {
  background-color: rgb(6 78 59 / 1);
}

.hover\:bg-success-900\/15:hover {
  background-color: rgb(6 78 59 / 0.15);
}

.hover\:bg-success-900\/20:hover {
  background-color: rgb(6 78 59 / 0.2);
}

.hover\:bg-success-900\/25:hover {
  background-color: rgb(6 78 59 / 0.25);
}

.hover\:bg-success-900\/30:hover {
  background-color: rgb(6 78 59 / 0.3);
}

.hover\:bg-success-900\/35:hover {
  background-color: rgb(6 78 59 / 0.35);
}

.hover\:bg-success-900\/40:hover {
  background-color: rgb(6 78 59 / 0.4);
}

.hover\:bg-success-900\/45:hover {
  background-color: rgb(6 78 59 / 0.45);
}

.hover\:bg-success-900\/5:hover {
  background-color: rgb(6 78 59 / 0.05);
}

.hover\:bg-success-900\/50:hover {
  background-color: rgb(6 78 59 / 0.5);
}

.hover\:bg-success-900\/55:hover {
  background-color: rgb(6 78 59 / 0.55);
}

.hover\:bg-success-900\/60:hover {
  background-color: rgb(6 78 59 / 0.6);
}

.hover\:bg-success-900\/65:hover {
  background-color: rgb(6 78 59 / 0.65);
}

.hover\:bg-success-900\/70:hover {
  background-color: rgb(6 78 59 / 0.7);
}

.hover\:bg-success-900\/75:hover {
  background-color: rgb(6 78 59 / 0.75);
}

.hover\:bg-success-900\/80:hover {
  background-color: rgb(6 78 59 / 0.8);
}

.hover\:bg-success-900\/85:hover {
  background-color: rgb(6 78 59 / 0.85);
}

.hover\:bg-success-900\/90:hover {
  background-color: rgb(6 78 59 / 0.9);
}

.hover\:bg-success-900\/95:hover {
  background-color: rgb(6 78 59 / 0.95);
}

.hover\:bg-success-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-dark\/0:hover {
  background-color: rgb(4 120 87 / 0);
}

.hover\:bg-success-dark\/10:hover {
  background-color: rgb(4 120 87 / 0.1);
}

.hover\:bg-success-dark\/100:hover {
  background-color: rgb(4 120 87 / 1);
}

.hover\:bg-success-dark\/15:hover {
  background-color: rgb(4 120 87 / 0.15);
}

.hover\:bg-success-dark\/20:hover {
  background-color: rgb(4 120 87 / 0.2);
}

.hover\:bg-success-dark\/25:hover {
  background-color: rgb(4 120 87 / 0.25);
}

.hover\:bg-success-dark\/30:hover {
  background-color: rgb(4 120 87 / 0.3);
}

.hover\:bg-success-dark\/35:hover {
  background-color: rgb(4 120 87 / 0.35);
}

.hover\:bg-success-dark\/40:hover {
  background-color: rgb(4 120 87 / 0.4);
}

.hover\:bg-success-dark\/45:hover {
  background-color: rgb(4 120 87 / 0.45);
}

.hover\:bg-success-dark\/5:hover {
  background-color: rgb(4 120 87 / 0.05);
}

.hover\:bg-success-dark\/50:hover {
  background-color: rgb(4 120 87 / 0.5);
}

.hover\:bg-success-dark\/55:hover {
  background-color: rgb(4 120 87 / 0.55);
}

.hover\:bg-success-dark\/60:hover {
  background-color: rgb(4 120 87 / 0.6);
}

.hover\:bg-success-dark\/65:hover {
  background-color: rgb(4 120 87 / 0.65);
}

.hover\:bg-success-dark\/70:hover {
  background-color: rgb(4 120 87 / 0.7);
}

.hover\:bg-success-dark\/75:hover {
  background-color: rgb(4 120 87 / 0.75);
}

.hover\:bg-success-dark\/80:hover {
  background-color: rgb(4 120 87 / 0.8);
}

.hover\:bg-success-dark\/85:hover {
  background-color: rgb(4 120 87 / 0.85);
}

.hover\:bg-success-dark\/90:hover {
  background-color: rgb(4 120 87 / 0.9);
}

.hover\:bg-success-dark\/95:hover {
  background-color: rgb(4 120 87 / 0.95);
}

.hover\:bg-success-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-light\/0:hover {
  background-color: rgb(209 250 229 / 0);
}

.hover\:bg-success-light\/10:hover {
  background-color: rgb(209 250 229 / 0.1);
}

.hover\:bg-success-light\/100:hover {
  background-color: rgb(209 250 229 / 1);
}

.hover\:bg-success-light\/15:hover {
  background-color: rgb(209 250 229 / 0.15);
}

.hover\:bg-success-light\/20:hover {
  background-color: rgb(209 250 229 / 0.2);
}

.hover\:bg-success-light\/25:hover {
  background-color: rgb(209 250 229 / 0.25);
}

.hover\:bg-success-light\/30:hover {
  background-color: rgb(209 250 229 / 0.3);
}

.hover\:bg-success-light\/35:hover {
  background-color: rgb(209 250 229 / 0.35);
}

.hover\:bg-success-light\/40:hover {
  background-color: rgb(209 250 229 / 0.4);
}

.hover\:bg-success-light\/45:hover {
  background-color: rgb(209 250 229 / 0.45);
}

.hover\:bg-success-light\/5:hover {
  background-color: rgb(209 250 229 / 0.05);
}

.hover\:bg-success-light\/50:hover {
  background-color: rgb(209 250 229 / 0.5);
}

.hover\:bg-success-light\/55:hover {
  background-color: rgb(209 250 229 / 0.55);
}

.hover\:bg-success-light\/60:hover {
  background-color: rgb(209 250 229 / 0.6);
}

.hover\:bg-success-light\/65:hover {
  background-color: rgb(209 250 229 / 0.65);
}

.hover\:bg-success-light\/70:hover {
  background-color: rgb(209 250 229 / 0.7);
}

.hover\:bg-success-light\/75:hover {
  background-color: rgb(209 250 229 / 0.75);
}

.hover\:bg-success-light\/80:hover {
  background-color: rgb(209 250 229 / 0.8);
}

.hover\:bg-success-light\/85:hover {
  background-color: rgb(209 250 229 / 0.85);
}

.hover\:bg-success-light\/90:hover {
  background-color: rgb(209 250 229 / 0.9);
}

.hover\:bg-success-light\/95:hover {
  background-color: rgb(209 250 229 / 0.95);
}

.hover\:bg-success\/0:hover {
  background-color: rgb(16 185 129 / 0);
}

.hover\:bg-success\/10:hover {
  background-color: rgb(16 185 129 / 0.1);
}

.hover\:bg-success\/100:hover {
  background-color: rgb(16 185 129 / 1);
}

.hover\:bg-success\/15:hover {
  background-color: rgb(16 185 129 / 0.15);
}

.hover\:bg-success\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-success\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-success\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}

.hover\:bg-success\/35:hover {
  background-color: rgb(16 185 129 / 0.35);
}

.hover\:bg-success\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}

.hover\:bg-success\/45:hover {
  background-color: rgb(16 185 129 / 0.45);
}

.hover\:bg-success\/5:hover {
  background-color: rgb(16 185 129 / 0.05);
}

.hover\:bg-success\/50:hover {
  background-color: rgb(16 185 129 / 0.5);
}

.hover\:bg-success\/55:hover {
  background-color: rgb(16 185 129 / 0.55);
}

.hover\:bg-success\/60:hover {
  background-color: rgb(16 185 129 / 0.6);
}

.hover\:bg-success\/65:hover {
  background-color: rgb(16 185 129 / 0.65);
}

.hover\:bg-success\/70:hover {
  background-color: rgb(16 185 129 / 0.7);
}

.hover\:bg-success\/75:hover {
  background-color: rgb(16 185 129 / 0.75);
}

.hover\:bg-success\/80:hover {
  background-color: rgb(16 185 129 / 0.8);
}

.hover\:bg-success\/85:hover {
  background-color: rgb(16 185 129 / 0.85);
}

.hover\:bg-success\/90:hover {
  background-color: rgb(16 185 129 / 0.9);
}

.hover\:bg-success\/95:hover {
  background-color: rgb(16 185 129 / 0.95);
}

.hover\:bg-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-100\/0:hover {
  background-color: rgb(254 243 199 / 0);
}

.hover\:bg-warning-100\/10:hover {
  background-color: rgb(254 243 199 / 0.1);
}

.hover\:bg-warning-100\/100:hover {
  background-color: rgb(254 243 199 / 1);
}

.hover\:bg-warning-100\/15:hover {
  background-color: rgb(254 243 199 / 0.15);
}

.hover\:bg-warning-100\/20:hover {
  background-color: rgb(254 243 199 / 0.2);
}

.hover\:bg-warning-100\/25:hover {
  background-color: rgb(254 243 199 / 0.25);
}

.hover\:bg-warning-100\/30:hover {
  background-color: rgb(254 243 199 / 0.3);
}

.hover\:bg-warning-100\/35:hover {
  background-color: rgb(254 243 199 / 0.35);
}

.hover\:bg-warning-100\/40:hover {
  background-color: rgb(254 243 199 / 0.4);
}

.hover\:bg-warning-100\/45:hover {
  background-color: rgb(254 243 199 / 0.45);
}

.hover\:bg-warning-100\/5:hover {
  background-color: rgb(254 243 199 / 0.05);
}

.hover\:bg-warning-100\/50:hover {
  background-color: rgb(254 243 199 / 0.5);
}

.hover\:bg-warning-100\/55:hover {
  background-color: rgb(254 243 199 / 0.55);
}

.hover\:bg-warning-100\/60:hover {
  background-color: rgb(254 243 199 / 0.6);
}

.hover\:bg-warning-100\/65:hover {
  background-color: rgb(254 243 199 / 0.65);
}

.hover\:bg-warning-100\/70:hover {
  background-color: rgb(254 243 199 / 0.7);
}

.hover\:bg-warning-100\/75:hover {
  background-color: rgb(254 243 199 / 0.75);
}

.hover\:bg-warning-100\/80:hover {
  background-color: rgb(254 243 199 / 0.8);
}

.hover\:bg-warning-100\/85:hover {
  background-color: rgb(254 243 199 / 0.85);
}

.hover\:bg-warning-100\/90:hover {
  background-color: rgb(254 243 199 / 0.9);
}

.hover\:bg-warning-100\/95:hover {
  background-color: rgb(254 243 199 / 0.95);
}

.hover\:bg-warning-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-200\/0:hover {
  background-color: rgb(253 230 138 / 0);
}

.hover\:bg-warning-200\/10:hover {
  background-color: rgb(253 230 138 / 0.1);
}

.hover\:bg-warning-200\/100:hover {
  background-color: rgb(253 230 138 / 1);
}

.hover\:bg-warning-200\/15:hover {
  background-color: rgb(253 230 138 / 0.15);
}

.hover\:bg-warning-200\/20:hover {
  background-color: rgb(253 230 138 / 0.2);
}

.hover\:bg-warning-200\/25:hover {
  background-color: rgb(253 230 138 / 0.25);
}

.hover\:bg-warning-200\/30:hover {
  background-color: rgb(253 230 138 / 0.3);
}

.hover\:bg-warning-200\/35:hover {
  background-color: rgb(253 230 138 / 0.35);
}

.hover\:bg-warning-200\/40:hover {
  background-color: rgb(253 230 138 / 0.4);
}

.hover\:bg-warning-200\/45:hover {
  background-color: rgb(253 230 138 / 0.45);
}

.hover\:bg-warning-200\/5:hover {
  background-color: rgb(253 230 138 / 0.05);
}

.hover\:bg-warning-200\/50:hover {
  background-color: rgb(253 230 138 / 0.5);
}

.hover\:bg-warning-200\/55:hover {
  background-color: rgb(253 230 138 / 0.55);
}

.hover\:bg-warning-200\/60:hover {
  background-color: rgb(253 230 138 / 0.6);
}

.hover\:bg-warning-200\/65:hover {
  background-color: rgb(253 230 138 / 0.65);
}

.hover\:bg-warning-200\/70:hover {
  background-color: rgb(253 230 138 / 0.7);
}

.hover\:bg-warning-200\/75:hover {
  background-color: rgb(253 230 138 / 0.75);
}

.hover\:bg-warning-200\/80:hover {
  background-color: rgb(253 230 138 / 0.8);
}

.hover\:bg-warning-200\/85:hover {
  background-color: rgb(253 230 138 / 0.85);
}

.hover\:bg-warning-200\/90:hover {
  background-color: rgb(253 230 138 / 0.9);
}

.hover\:bg-warning-200\/95:hover {
  background-color: rgb(253 230 138 / 0.95);
}

.hover\:bg-warning-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-300\/0:hover {
  background-color: rgb(252 211 77 / 0);
}

.hover\:bg-warning-300\/10:hover {
  background-color: rgb(252 211 77 / 0.1);
}

.hover\:bg-warning-300\/100:hover {
  background-color: rgb(252 211 77 / 1);
}

.hover\:bg-warning-300\/15:hover {
  background-color: rgb(252 211 77 / 0.15);
}

.hover\:bg-warning-300\/20:hover {
  background-color: rgb(252 211 77 / 0.2);
}

.hover\:bg-warning-300\/25:hover {
  background-color: rgb(252 211 77 / 0.25);
}

.hover\:bg-warning-300\/30:hover {
  background-color: rgb(252 211 77 / 0.3);
}

.hover\:bg-warning-300\/35:hover {
  background-color: rgb(252 211 77 / 0.35);
}

.hover\:bg-warning-300\/40:hover {
  background-color: rgb(252 211 77 / 0.4);
}

.hover\:bg-warning-300\/45:hover {
  background-color: rgb(252 211 77 / 0.45);
}

.hover\:bg-warning-300\/5:hover {
  background-color: rgb(252 211 77 / 0.05);
}

.hover\:bg-warning-300\/50:hover {
  background-color: rgb(252 211 77 / 0.5);
}

.hover\:bg-warning-300\/55:hover {
  background-color: rgb(252 211 77 / 0.55);
}

.hover\:bg-warning-300\/60:hover {
  background-color: rgb(252 211 77 / 0.6);
}

.hover\:bg-warning-300\/65:hover {
  background-color: rgb(252 211 77 / 0.65);
}

.hover\:bg-warning-300\/70:hover {
  background-color: rgb(252 211 77 / 0.7);
}

.hover\:bg-warning-300\/75:hover {
  background-color: rgb(252 211 77 / 0.75);
}

.hover\:bg-warning-300\/80:hover {
  background-color: rgb(252 211 77 / 0.8);
}

.hover\:bg-warning-300\/85:hover {
  background-color: rgb(252 211 77 / 0.85);
}

.hover\:bg-warning-300\/90:hover {
  background-color: rgb(252 211 77 / 0.9);
}

.hover\:bg-warning-300\/95:hover {
  background-color: rgb(252 211 77 / 0.95);
}

.hover\:bg-warning-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-400\/0:hover {
  background-color: rgb(251 191 36 / 0);
}

.hover\:bg-warning-400\/10:hover {
  background-color: rgb(251 191 36 / 0.1);
}

.hover\:bg-warning-400\/100:hover {
  background-color: rgb(251 191 36 / 1);
}

.hover\:bg-warning-400\/15:hover {
  background-color: rgb(251 191 36 / 0.15);
}

.hover\:bg-warning-400\/20:hover {
  background-color: rgb(251 191 36 / 0.2);
}

.hover\:bg-warning-400\/25:hover {
  background-color: rgb(251 191 36 / 0.25);
}

.hover\:bg-warning-400\/30:hover {
  background-color: rgb(251 191 36 / 0.3);
}

.hover\:bg-warning-400\/35:hover {
  background-color: rgb(251 191 36 / 0.35);
}

.hover\:bg-warning-400\/40:hover {
  background-color: rgb(251 191 36 / 0.4);
}

.hover\:bg-warning-400\/45:hover {
  background-color: rgb(251 191 36 / 0.45);
}

.hover\:bg-warning-400\/5:hover {
  background-color: rgb(251 191 36 / 0.05);
}

.hover\:bg-warning-400\/50:hover {
  background-color: rgb(251 191 36 / 0.5);
}

.hover\:bg-warning-400\/55:hover {
  background-color: rgb(251 191 36 / 0.55);
}

.hover\:bg-warning-400\/60:hover {
  background-color: rgb(251 191 36 / 0.6);
}

.hover\:bg-warning-400\/65:hover {
  background-color: rgb(251 191 36 / 0.65);
}

.hover\:bg-warning-400\/70:hover {
  background-color: rgb(251 191 36 / 0.7);
}

.hover\:bg-warning-400\/75:hover {
  background-color: rgb(251 191 36 / 0.75);
}

.hover\:bg-warning-400\/80:hover {
  background-color: rgb(251 191 36 / 0.8);
}

.hover\:bg-warning-400\/85:hover {
  background-color: rgb(251 191 36 / 0.85);
}

.hover\:bg-warning-400\/90:hover {
  background-color: rgb(251 191 36 / 0.9);
}

.hover\:bg-warning-400\/95:hover {
  background-color: rgb(251 191 36 / 0.95);
}

.hover\:bg-warning-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-50\/0:hover {
  background-color: rgb(255 251 235 / 0);
}

.hover\:bg-warning-50\/10:hover {
  background-color: rgb(255 251 235 / 0.1);
}

.hover\:bg-warning-50\/100:hover {
  background-color: rgb(255 251 235 / 1);
}

.hover\:bg-warning-50\/15:hover {
  background-color: rgb(255 251 235 / 0.15);
}

.hover\:bg-warning-50\/20:hover {
  background-color: rgb(255 251 235 / 0.2);
}

.hover\:bg-warning-50\/25:hover {
  background-color: rgb(255 251 235 / 0.25);
}

.hover\:bg-warning-50\/30:hover {
  background-color: rgb(255 251 235 / 0.3);
}

.hover\:bg-warning-50\/35:hover {
  background-color: rgb(255 251 235 / 0.35);
}

.hover\:bg-warning-50\/40:hover {
  background-color: rgb(255 251 235 / 0.4);
}

.hover\:bg-warning-50\/45:hover {
  background-color: rgb(255 251 235 / 0.45);
}

.hover\:bg-warning-50\/5:hover {
  background-color: rgb(255 251 235 / 0.05);
}

.hover\:bg-warning-50\/50:hover {
  background-color: rgb(255 251 235 / 0.5);
}

.hover\:bg-warning-50\/55:hover {
  background-color: rgb(255 251 235 / 0.55);
}

.hover\:bg-warning-50\/60:hover {
  background-color: rgb(255 251 235 / 0.6);
}

.hover\:bg-warning-50\/65:hover {
  background-color: rgb(255 251 235 / 0.65);
}

.hover\:bg-warning-50\/70:hover {
  background-color: rgb(255 251 235 / 0.7);
}

.hover\:bg-warning-50\/75:hover {
  background-color: rgb(255 251 235 / 0.75);
}

.hover\:bg-warning-50\/80:hover {
  background-color: rgb(255 251 235 / 0.8);
}

.hover\:bg-warning-50\/85:hover {
  background-color: rgb(255 251 235 / 0.85);
}

.hover\:bg-warning-50\/90:hover {
  background-color: rgb(255 251 235 / 0.9);
}

.hover\:bg-warning-50\/95:hover {
  background-color: rgb(255 251 235 / 0.95);
}

.hover\:bg-warning-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-500\/0:hover {
  background-color: rgb(245 158 11 / 0);
}

.hover\:bg-warning-500\/10:hover {
  background-color: rgb(245 158 11 / 0.1);
}

.hover\:bg-warning-500\/100:hover {
  background-color: rgb(245 158 11 / 1);
}

.hover\:bg-warning-500\/15:hover {
  background-color: rgb(245 158 11 / 0.15);
}

.hover\:bg-warning-500\/20:hover {
  background-color: rgb(245 158 11 / 0.2);
}

.hover\:bg-warning-500\/25:hover {
  background-color: rgb(245 158 11 / 0.25);
}

.hover\:bg-warning-500\/30:hover {
  background-color: rgb(245 158 11 / 0.3);
}

.hover\:bg-warning-500\/35:hover {
  background-color: rgb(245 158 11 / 0.35);
}

.hover\:bg-warning-500\/40:hover {
  background-color: rgb(245 158 11 / 0.4);
}

.hover\:bg-warning-500\/45:hover {
  background-color: rgb(245 158 11 / 0.45);
}

.hover\:bg-warning-500\/5:hover {
  background-color: rgb(245 158 11 / 0.05);
}

.hover\:bg-warning-500\/50:hover {
  background-color: rgb(245 158 11 / 0.5);
}

.hover\:bg-warning-500\/55:hover {
  background-color: rgb(245 158 11 / 0.55);
}

.hover\:bg-warning-500\/60:hover {
  background-color: rgb(245 158 11 / 0.6);
}

.hover\:bg-warning-500\/65:hover {
  background-color: rgb(245 158 11 / 0.65);
}

.hover\:bg-warning-500\/70:hover {
  background-color: rgb(245 158 11 / 0.7);
}

.hover\:bg-warning-500\/75:hover {
  background-color: rgb(245 158 11 / 0.75);
}

.hover\:bg-warning-500\/80:hover {
  background-color: rgb(245 158 11 / 0.8);
}

.hover\:bg-warning-500\/85:hover {
  background-color: rgb(245 158 11 / 0.85);
}

.hover\:bg-warning-500\/90:hover {
  background-color: rgb(245 158 11 / 0.9);
}

.hover\:bg-warning-500\/95:hover {
  background-color: rgb(245 158 11 / 0.95);
}

.hover\:bg-warning-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-600\/0:hover {
  background-color: rgb(217 119 6 / 0);
}

.hover\:bg-warning-600\/10:hover {
  background-color: rgb(217 119 6 / 0.1);
}

.hover\:bg-warning-600\/100:hover {
  background-color: rgb(217 119 6 / 1);
}

.hover\:bg-warning-600\/15:hover {
  background-color: rgb(217 119 6 / 0.15);
}

.hover\:bg-warning-600\/20:hover {
  background-color: rgb(217 119 6 / 0.2);
}

.hover\:bg-warning-600\/25:hover {
  background-color: rgb(217 119 6 / 0.25);
}

.hover\:bg-warning-600\/30:hover {
  background-color: rgb(217 119 6 / 0.3);
}

.hover\:bg-warning-600\/35:hover {
  background-color: rgb(217 119 6 / 0.35);
}

.hover\:bg-warning-600\/40:hover {
  background-color: rgb(217 119 6 / 0.4);
}

.hover\:bg-warning-600\/45:hover {
  background-color: rgb(217 119 6 / 0.45);
}

.hover\:bg-warning-600\/5:hover {
  background-color: rgb(217 119 6 / 0.05);
}

.hover\:bg-warning-600\/50:hover {
  background-color: rgb(217 119 6 / 0.5);
}

.hover\:bg-warning-600\/55:hover {
  background-color: rgb(217 119 6 / 0.55);
}

.hover\:bg-warning-600\/60:hover {
  background-color: rgb(217 119 6 / 0.6);
}

.hover\:bg-warning-600\/65:hover {
  background-color: rgb(217 119 6 / 0.65);
}

.hover\:bg-warning-600\/70:hover {
  background-color: rgb(217 119 6 / 0.7);
}

.hover\:bg-warning-600\/75:hover {
  background-color: rgb(217 119 6 / 0.75);
}

.hover\:bg-warning-600\/80:hover {
  background-color: rgb(217 119 6 / 0.8);
}

.hover\:bg-warning-600\/85:hover {
  background-color: rgb(217 119 6 / 0.85);
}

.hover\:bg-warning-600\/90:hover {
  background-color: rgb(217 119 6 / 0.9);
}

.hover\:bg-warning-600\/95:hover {
  background-color: rgb(217 119 6 / 0.95);
}

.hover\:bg-warning-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-700\/0:hover {
  background-color: rgb(180 83 9 / 0);
}

.hover\:bg-warning-700\/10:hover {
  background-color: rgb(180 83 9 / 0.1);
}

.hover\:bg-warning-700\/100:hover {
  background-color: rgb(180 83 9 / 1);
}

.hover\:bg-warning-700\/15:hover {
  background-color: rgb(180 83 9 / 0.15);
}

.hover\:bg-warning-700\/20:hover {
  background-color: rgb(180 83 9 / 0.2);
}

.hover\:bg-warning-700\/25:hover {
  background-color: rgb(180 83 9 / 0.25);
}

.hover\:bg-warning-700\/30:hover {
  background-color: rgb(180 83 9 / 0.3);
}

.hover\:bg-warning-700\/35:hover {
  background-color: rgb(180 83 9 / 0.35);
}

.hover\:bg-warning-700\/40:hover {
  background-color: rgb(180 83 9 / 0.4);
}

.hover\:bg-warning-700\/45:hover {
  background-color: rgb(180 83 9 / 0.45);
}

.hover\:bg-warning-700\/5:hover {
  background-color: rgb(180 83 9 / 0.05);
}

.hover\:bg-warning-700\/50:hover {
  background-color: rgb(180 83 9 / 0.5);
}

.hover\:bg-warning-700\/55:hover {
  background-color: rgb(180 83 9 / 0.55);
}

.hover\:bg-warning-700\/60:hover {
  background-color: rgb(180 83 9 / 0.6);
}

.hover\:bg-warning-700\/65:hover {
  background-color: rgb(180 83 9 / 0.65);
}

.hover\:bg-warning-700\/70:hover {
  background-color: rgb(180 83 9 / 0.7);
}

.hover\:bg-warning-700\/75:hover {
  background-color: rgb(180 83 9 / 0.75);
}

.hover\:bg-warning-700\/80:hover {
  background-color: rgb(180 83 9 / 0.8);
}

.hover\:bg-warning-700\/85:hover {
  background-color: rgb(180 83 9 / 0.85);
}

.hover\:bg-warning-700\/90:hover {
  background-color: rgb(180 83 9 / 0.9);
}

.hover\:bg-warning-700\/95:hover {
  background-color: rgb(180 83 9 / 0.95);
}

.hover\:bg-warning-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-800\/0:hover {
  background-color: rgb(146 64 14 / 0);
}

.hover\:bg-warning-800\/10:hover {
  background-color: rgb(146 64 14 / 0.1);
}

.hover\:bg-warning-800\/100:hover {
  background-color: rgb(146 64 14 / 1);
}

.hover\:bg-warning-800\/15:hover {
  background-color: rgb(146 64 14 / 0.15);
}

.hover\:bg-warning-800\/20:hover {
  background-color: rgb(146 64 14 / 0.2);
}

.hover\:bg-warning-800\/25:hover {
  background-color: rgb(146 64 14 / 0.25);
}

.hover\:bg-warning-800\/30:hover {
  background-color: rgb(146 64 14 / 0.3);
}

.hover\:bg-warning-800\/35:hover {
  background-color: rgb(146 64 14 / 0.35);
}

.hover\:bg-warning-800\/40:hover {
  background-color: rgb(146 64 14 / 0.4);
}

.hover\:bg-warning-800\/45:hover {
  background-color: rgb(146 64 14 / 0.45);
}

.hover\:bg-warning-800\/5:hover {
  background-color: rgb(146 64 14 / 0.05);
}

.hover\:bg-warning-800\/50:hover {
  background-color: rgb(146 64 14 / 0.5);
}

.hover\:bg-warning-800\/55:hover {
  background-color: rgb(146 64 14 / 0.55);
}

.hover\:bg-warning-800\/60:hover {
  background-color: rgb(146 64 14 / 0.6);
}

.hover\:bg-warning-800\/65:hover {
  background-color: rgb(146 64 14 / 0.65);
}

.hover\:bg-warning-800\/70:hover {
  background-color: rgb(146 64 14 / 0.7);
}

.hover\:bg-warning-800\/75:hover {
  background-color: rgb(146 64 14 / 0.75);
}

.hover\:bg-warning-800\/80:hover {
  background-color: rgb(146 64 14 / 0.8);
}

.hover\:bg-warning-800\/85:hover {
  background-color: rgb(146 64 14 / 0.85);
}

.hover\:bg-warning-800\/90:hover {
  background-color: rgb(146 64 14 / 0.9);
}

.hover\:bg-warning-800\/95:hover {
  background-color: rgb(146 64 14 / 0.95);
}

.hover\:bg-warning-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-900\/0:hover {
  background-color: rgb(120 53 15 / 0);
}

.hover\:bg-warning-900\/10:hover {
  background-color: rgb(120 53 15 / 0.1);
}

.hover\:bg-warning-900\/100:hover {
  background-color: rgb(120 53 15 / 1);
}

.hover\:bg-warning-900\/15:hover {
  background-color: rgb(120 53 15 / 0.15);
}

.hover\:bg-warning-900\/20:hover {
  background-color: rgb(120 53 15 / 0.2);
}

.hover\:bg-warning-900\/25:hover {
  background-color: rgb(120 53 15 / 0.25);
}

.hover\:bg-warning-900\/30:hover {
  background-color: rgb(120 53 15 / 0.3);
}

.hover\:bg-warning-900\/35:hover {
  background-color: rgb(120 53 15 / 0.35);
}

.hover\:bg-warning-900\/40:hover {
  background-color: rgb(120 53 15 / 0.4);
}

.hover\:bg-warning-900\/45:hover {
  background-color: rgb(120 53 15 / 0.45);
}

.hover\:bg-warning-900\/5:hover {
  background-color: rgb(120 53 15 / 0.05);
}

.hover\:bg-warning-900\/50:hover {
  background-color: rgb(120 53 15 / 0.5);
}

.hover\:bg-warning-900\/55:hover {
  background-color: rgb(120 53 15 / 0.55);
}

.hover\:bg-warning-900\/60:hover {
  background-color: rgb(120 53 15 / 0.6);
}

.hover\:bg-warning-900\/65:hover {
  background-color: rgb(120 53 15 / 0.65);
}

.hover\:bg-warning-900\/70:hover {
  background-color: rgb(120 53 15 / 0.7);
}

.hover\:bg-warning-900\/75:hover {
  background-color: rgb(120 53 15 / 0.75);
}

.hover\:bg-warning-900\/80:hover {
  background-color: rgb(120 53 15 / 0.8);
}

.hover\:bg-warning-900\/85:hover {
  background-color: rgb(120 53 15 / 0.85);
}

.hover\:bg-warning-900\/90:hover {
  background-color: rgb(120 53 15 / 0.9);
}

.hover\:bg-warning-900\/95:hover {
  background-color: rgb(120 53 15 / 0.95);
}

.hover\:bg-warning-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-dark\/0:hover {
  background-color: rgb(180 83 9 / 0);
}

.hover\:bg-warning-dark\/10:hover {
  background-color: rgb(180 83 9 / 0.1);
}

.hover\:bg-warning-dark\/100:hover {
  background-color: rgb(180 83 9 / 1);
}

.hover\:bg-warning-dark\/15:hover {
  background-color: rgb(180 83 9 / 0.15);
}

.hover\:bg-warning-dark\/20:hover {
  background-color: rgb(180 83 9 / 0.2);
}

.hover\:bg-warning-dark\/25:hover {
  background-color: rgb(180 83 9 / 0.25);
}

.hover\:bg-warning-dark\/30:hover {
  background-color: rgb(180 83 9 / 0.3);
}

.hover\:bg-warning-dark\/35:hover {
  background-color: rgb(180 83 9 / 0.35);
}

.hover\:bg-warning-dark\/40:hover {
  background-color: rgb(180 83 9 / 0.4);
}

.hover\:bg-warning-dark\/45:hover {
  background-color: rgb(180 83 9 / 0.45);
}

.hover\:bg-warning-dark\/5:hover {
  background-color: rgb(180 83 9 / 0.05);
}

.hover\:bg-warning-dark\/50:hover {
  background-color: rgb(180 83 9 / 0.5);
}

.hover\:bg-warning-dark\/55:hover {
  background-color: rgb(180 83 9 / 0.55);
}

.hover\:bg-warning-dark\/60:hover {
  background-color: rgb(180 83 9 / 0.6);
}

.hover\:bg-warning-dark\/65:hover {
  background-color: rgb(180 83 9 / 0.65);
}

.hover\:bg-warning-dark\/70:hover {
  background-color: rgb(180 83 9 / 0.7);
}

.hover\:bg-warning-dark\/75:hover {
  background-color: rgb(180 83 9 / 0.75);
}

.hover\:bg-warning-dark\/80:hover {
  background-color: rgb(180 83 9 / 0.8);
}

.hover\:bg-warning-dark\/85:hover {
  background-color: rgb(180 83 9 / 0.85);
}

.hover\:bg-warning-dark\/90:hover {
  background-color: rgb(180 83 9 / 0.9);
}

.hover\:bg-warning-dark\/95:hover {
  background-color: rgb(180 83 9 / 0.95);
}

.hover\:bg-warning-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-light\/0:hover {
  background-color: rgb(254 243 199 / 0);
}

.hover\:bg-warning-light\/10:hover {
  background-color: rgb(254 243 199 / 0.1);
}

.hover\:bg-warning-light\/100:hover {
  background-color: rgb(254 243 199 / 1);
}

.hover\:bg-warning-light\/15:hover {
  background-color: rgb(254 243 199 / 0.15);
}

.hover\:bg-warning-light\/20:hover {
  background-color: rgb(254 243 199 / 0.2);
}

.hover\:bg-warning-light\/25:hover {
  background-color: rgb(254 243 199 / 0.25);
}

.hover\:bg-warning-light\/30:hover {
  background-color: rgb(254 243 199 / 0.3);
}

.hover\:bg-warning-light\/35:hover {
  background-color: rgb(254 243 199 / 0.35);
}

.hover\:bg-warning-light\/40:hover {
  background-color: rgb(254 243 199 / 0.4);
}

.hover\:bg-warning-light\/45:hover {
  background-color: rgb(254 243 199 / 0.45);
}

.hover\:bg-warning-light\/5:hover {
  background-color: rgb(254 243 199 / 0.05);
}

.hover\:bg-warning-light\/50:hover {
  background-color: rgb(254 243 199 / 0.5);
}

.hover\:bg-warning-light\/55:hover {
  background-color: rgb(254 243 199 / 0.55);
}

.hover\:bg-warning-light\/60:hover {
  background-color: rgb(254 243 199 / 0.6);
}

.hover\:bg-warning-light\/65:hover {
  background-color: rgb(254 243 199 / 0.65);
}

.hover\:bg-warning-light\/70:hover {
  background-color: rgb(254 243 199 / 0.7);
}

.hover\:bg-warning-light\/75:hover {
  background-color: rgb(254 243 199 / 0.75);
}

.hover\:bg-warning-light\/80:hover {
  background-color: rgb(254 243 199 / 0.8);
}

.hover\:bg-warning-light\/85:hover {
  background-color: rgb(254 243 199 / 0.85);
}

.hover\:bg-warning-light\/90:hover {
  background-color: rgb(254 243 199 / 0.9);
}

.hover\:bg-warning-light\/95:hover {
  background-color: rgb(254 243 199 / 0.95);
}

.hover\:bg-warning\/0:hover {
  background-color: rgb(245 158 11 / 0);
}

.hover\:bg-warning\/10:hover {
  background-color: rgb(245 158 11 / 0.1);
}

.hover\:bg-warning\/100:hover {
  background-color: rgb(245 158 11 / 1);
}

.hover\:bg-warning\/15:hover {
  background-color: rgb(245 158 11 / 0.15);
}

.hover\:bg-warning\/20:hover {
  background-color: rgb(245 158 11 / 0.2);
}

.hover\:bg-warning\/25:hover {
  background-color: rgb(245 158 11 / 0.25);
}

.hover\:bg-warning\/30:hover {
  background-color: rgb(245 158 11 / 0.3);
}

.hover\:bg-warning\/35:hover {
  background-color: rgb(245 158 11 / 0.35);
}

.hover\:bg-warning\/40:hover {
  background-color: rgb(245 158 11 / 0.4);
}

.hover\:bg-warning\/45:hover {
  background-color: rgb(245 158 11 / 0.45);
}

.hover\:bg-warning\/5:hover {
  background-color: rgb(245 158 11 / 0.05);
}

.hover\:bg-warning\/50:hover {
  background-color: rgb(245 158 11 / 0.5);
}

.hover\:bg-warning\/55:hover {
  background-color: rgb(245 158 11 / 0.55);
}

.hover\:bg-warning\/60:hover {
  background-color: rgb(245 158 11 / 0.6);
}

.hover\:bg-warning\/65:hover {
  background-color: rgb(245 158 11 / 0.65);
}

.hover\:bg-warning\/70:hover {
  background-color: rgb(245 158 11 / 0.7);
}

.hover\:bg-warning\/75:hover {
  background-color: rgb(245 158 11 / 0.75);
}

.hover\:bg-warning\/80:hover {
  background-color: rgb(245 158 11 / 0.8);
}

.hover\:bg-warning\/85:hover {
  background-color: rgb(245 158 11 / 0.85);
}

.hover\:bg-warning\/90:hover {
  background-color: rgb(245 158 11 / 0.9);
}

.hover\:bg-warning\/95:hover {
  background-color: rgb(245 158 11 / 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-amber-700:hover {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-700:hover {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary:hover {
  --tw-gradient-from: #198da8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-dark:hover {
  --tw-gradient-from: #0f5568 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 85 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary\/5:hover {
  --tw-gradient-from: rgb(25 141 168 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-700:hover {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-amber-700:hover {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.hover\:to-orange-700:hover {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.hover\:to-primary:hover {
  --tw-gradient-to: #198da8 var(--tw-gradient-to-position);
}

.hover\:to-primary-dark:hover {
  --tw-gradient-to: #0f5568 var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.hover\:to-rose-700:hover {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.hover\:to-teal-700:hover {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-danger:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-100\/0:hover {
  color: rgb(254 226 226 / 0);
}

.hover\:text-danger-100\/10:hover {
  color: rgb(254 226 226 / 0.1);
}

.hover\:text-danger-100\/100:hover {
  color: rgb(254 226 226 / 1);
}

.hover\:text-danger-100\/15:hover {
  color: rgb(254 226 226 / 0.15);
}

.hover\:text-danger-100\/20:hover {
  color: rgb(254 226 226 / 0.2);
}

.hover\:text-danger-100\/25:hover {
  color: rgb(254 226 226 / 0.25);
}

.hover\:text-danger-100\/30:hover {
  color: rgb(254 226 226 / 0.3);
}

.hover\:text-danger-100\/35:hover {
  color: rgb(254 226 226 / 0.35);
}

.hover\:text-danger-100\/40:hover {
  color: rgb(254 226 226 / 0.4);
}

.hover\:text-danger-100\/45:hover {
  color: rgb(254 226 226 / 0.45);
}

.hover\:text-danger-100\/5:hover {
  color: rgb(254 226 226 / 0.05);
}

.hover\:text-danger-100\/50:hover {
  color: rgb(254 226 226 / 0.5);
}

.hover\:text-danger-100\/55:hover {
  color: rgb(254 226 226 / 0.55);
}

.hover\:text-danger-100\/60:hover {
  color: rgb(254 226 226 / 0.6);
}

.hover\:text-danger-100\/65:hover {
  color: rgb(254 226 226 / 0.65);
}

.hover\:text-danger-100\/70:hover {
  color: rgb(254 226 226 / 0.7);
}

.hover\:text-danger-100\/75:hover {
  color: rgb(254 226 226 / 0.75);
}

.hover\:text-danger-100\/80:hover {
  color: rgb(254 226 226 / 0.8);
}

.hover\:text-danger-100\/85:hover {
  color: rgb(254 226 226 / 0.85);
}

.hover\:text-danger-100\/90:hover {
  color: rgb(254 226 226 / 0.9);
}

.hover\:text-danger-100\/95:hover {
  color: rgb(254 226 226 / 0.95);
}

.hover\:text-danger-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-200\/0:hover {
  color: rgb(254 202 202 / 0);
}

.hover\:text-danger-200\/10:hover {
  color: rgb(254 202 202 / 0.1);
}

.hover\:text-danger-200\/100:hover {
  color: rgb(254 202 202 / 1);
}

.hover\:text-danger-200\/15:hover {
  color: rgb(254 202 202 / 0.15);
}

.hover\:text-danger-200\/20:hover {
  color: rgb(254 202 202 / 0.2);
}

.hover\:text-danger-200\/25:hover {
  color: rgb(254 202 202 / 0.25);
}

.hover\:text-danger-200\/30:hover {
  color: rgb(254 202 202 / 0.3);
}

.hover\:text-danger-200\/35:hover {
  color: rgb(254 202 202 / 0.35);
}

.hover\:text-danger-200\/40:hover {
  color: rgb(254 202 202 / 0.4);
}

.hover\:text-danger-200\/45:hover {
  color: rgb(254 202 202 / 0.45);
}

.hover\:text-danger-200\/5:hover {
  color: rgb(254 202 202 / 0.05);
}

.hover\:text-danger-200\/50:hover {
  color: rgb(254 202 202 / 0.5);
}

.hover\:text-danger-200\/55:hover {
  color: rgb(254 202 202 / 0.55);
}

.hover\:text-danger-200\/60:hover {
  color: rgb(254 202 202 / 0.6);
}

.hover\:text-danger-200\/65:hover {
  color: rgb(254 202 202 / 0.65);
}

.hover\:text-danger-200\/70:hover {
  color: rgb(254 202 202 / 0.7);
}

.hover\:text-danger-200\/75:hover {
  color: rgb(254 202 202 / 0.75);
}

.hover\:text-danger-200\/80:hover {
  color: rgb(254 202 202 / 0.8);
}

.hover\:text-danger-200\/85:hover {
  color: rgb(254 202 202 / 0.85);
}

.hover\:text-danger-200\/90:hover {
  color: rgb(254 202 202 / 0.9);
}

.hover\:text-danger-200\/95:hover {
  color: rgb(254 202 202 / 0.95);
}

.hover\:text-danger-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-300\/0:hover {
  color: rgb(252 165 165 / 0);
}

.hover\:text-danger-300\/10:hover {
  color: rgb(252 165 165 / 0.1);
}

.hover\:text-danger-300\/100:hover {
  color: rgb(252 165 165 / 1);
}

.hover\:text-danger-300\/15:hover {
  color: rgb(252 165 165 / 0.15);
}

.hover\:text-danger-300\/20:hover {
  color: rgb(252 165 165 / 0.2);
}

.hover\:text-danger-300\/25:hover {
  color: rgb(252 165 165 / 0.25);
}

.hover\:text-danger-300\/30:hover {
  color: rgb(252 165 165 / 0.3);
}

.hover\:text-danger-300\/35:hover {
  color: rgb(252 165 165 / 0.35);
}

.hover\:text-danger-300\/40:hover {
  color: rgb(252 165 165 / 0.4);
}

.hover\:text-danger-300\/45:hover {
  color: rgb(252 165 165 / 0.45);
}

.hover\:text-danger-300\/5:hover {
  color: rgb(252 165 165 / 0.05);
}

.hover\:text-danger-300\/50:hover {
  color: rgb(252 165 165 / 0.5);
}

.hover\:text-danger-300\/55:hover {
  color: rgb(252 165 165 / 0.55);
}

.hover\:text-danger-300\/60:hover {
  color: rgb(252 165 165 / 0.6);
}

.hover\:text-danger-300\/65:hover {
  color: rgb(252 165 165 / 0.65);
}

.hover\:text-danger-300\/70:hover {
  color: rgb(252 165 165 / 0.7);
}

.hover\:text-danger-300\/75:hover {
  color: rgb(252 165 165 / 0.75);
}

.hover\:text-danger-300\/80:hover {
  color: rgb(252 165 165 / 0.8);
}

.hover\:text-danger-300\/85:hover {
  color: rgb(252 165 165 / 0.85);
}

.hover\:text-danger-300\/90:hover {
  color: rgb(252 165 165 / 0.9);
}

.hover\:text-danger-300\/95:hover {
  color: rgb(252 165 165 / 0.95);
}

.hover\:text-danger-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-400\/0:hover {
  color: rgb(248 113 113 / 0);
}

.hover\:text-danger-400\/10:hover {
  color: rgb(248 113 113 / 0.1);
}

.hover\:text-danger-400\/100:hover {
  color: rgb(248 113 113 / 1);
}

.hover\:text-danger-400\/15:hover {
  color: rgb(248 113 113 / 0.15);
}

.hover\:text-danger-400\/20:hover {
  color: rgb(248 113 113 / 0.2);
}

.hover\:text-danger-400\/25:hover {
  color: rgb(248 113 113 / 0.25);
}

.hover\:text-danger-400\/30:hover {
  color: rgb(248 113 113 / 0.3);
}

.hover\:text-danger-400\/35:hover {
  color: rgb(248 113 113 / 0.35);
}

.hover\:text-danger-400\/40:hover {
  color: rgb(248 113 113 / 0.4);
}

.hover\:text-danger-400\/45:hover {
  color: rgb(248 113 113 / 0.45);
}

.hover\:text-danger-400\/5:hover {
  color: rgb(248 113 113 / 0.05);
}

.hover\:text-danger-400\/50:hover {
  color: rgb(248 113 113 / 0.5);
}

.hover\:text-danger-400\/55:hover {
  color: rgb(248 113 113 / 0.55);
}

.hover\:text-danger-400\/60:hover {
  color: rgb(248 113 113 / 0.6);
}

.hover\:text-danger-400\/65:hover {
  color: rgb(248 113 113 / 0.65);
}

.hover\:text-danger-400\/70:hover {
  color: rgb(248 113 113 / 0.7);
}

.hover\:text-danger-400\/75:hover {
  color: rgb(248 113 113 / 0.75);
}

.hover\:text-danger-400\/80:hover {
  color: rgb(248 113 113 / 0.8);
}

.hover\:text-danger-400\/85:hover {
  color: rgb(248 113 113 / 0.85);
}

.hover\:text-danger-400\/90:hover {
  color: rgb(248 113 113 / 0.9);
}

.hover\:text-danger-400\/95:hover {
  color: rgb(248 113 113 / 0.95);
}

.hover\:text-danger-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-50\/0:hover {
  color: rgb(254 242 242 / 0);
}

.hover\:text-danger-50\/10:hover {
  color: rgb(254 242 242 / 0.1);
}

.hover\:text-danger-50\/100:hover {
  color: rgb(254 242 242 / 1);
}

.hover\:text-danger-50\/15:hover {
  color: rgb(254 242 242 / 0.15);
}

.hover\:text-danger-50\/20:hover {
  color: rgb(254 242 242 / 0.2);
}

.hover\:text-danger-50\/25:hover {
  color: rgb(254 242 242 / 0.25);
}

.hover\:text-danger-50\/30:hover {
  color: rgb(254 242 242 / 0.3);
}

.hover\:text-danger-50\/35:hover {
  color: rgb(254 242 242 / 0.35);
}

.hover\:text-danger-50\/40:hover {
  color: rgb(254 242 242 / 0.4);
}

.hover\:text-danger-50\/45:hover {
  color: rgb(254 242 242 / 0.45);
}

.hover\:text-danger-50\/5:hover {
  color: rgb(254 242 242 / 0.05);
}

.hover\:text-danger-50\/50:hover {
  color: rgb(254 242 242 / 0.5);
}

.hover\:text-danger-50\/55:hover {
  color: rgb(254 242 242 / 0.55);
}

.hover\:text-danger-50\/60:hover {
  color: rgb(254 242 242 / 0.6);
}

.hover\:text-danger-50\/65:hover {
  color: rgb(254 242 242 / 0.65);
}

.hover\:text-danger-50\/70:hover {
  color: rgb(254 242 242 / 0.7);
}

.hover\:text-danger-50\/75:hover {
  color: rgb(254 242 242 / 0.75);
}

.hover\:text-danger-50\/80:hover {
  color: rgb(254 242 242 / 0.8);
}

.hover\:text-danger-50\/85:hover {
  color: rgb(254 242 242 / 0.85);
}

.hover\:text-danger-50\/90:hover {
  color: rgb(254 242 242 / 0.9);
}

.hover\:text-danger-50\/95:hover {
  color: rgb(254 242 242 / 0.95);
}

.hover\:text-danger-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-500\/0:hover {
  color: rgb(239 68 68 / 0);
}

.hover\:text-danger-500\/10:hover {
  color: rgb(239 68 68 / 0.1);
}

.hover\:text-danger-500\/100:hover {
  color: rgb(239 68 68 / 1);
}

.hover\:text-danger-500\/15:hover {
  color: rgb(239 68 68 / 0.15);
}

.hover\:text-danger-500\/20:hover {
  color: rgb(239 68 68 / 0.2);
}

.hover\:text-danger-500\/25:hover {
  color: rgb(239 68 68 / 0.25);
}

.hover\:text-danger-500\/30:hover {
  color: rgb(239 68 68 / 0.3);
}

.hover\:text-danger-500\/35:hover {
  color: rgb(239 68 68 / 0.35);
}

.hover\:text-danger-500\/40:hover {
  color: rgb(239 68 68 / 0.4);
}

.hover\:text-danger-500\/45:hover {
  color: rgb(239 68 68 / 0.45);
}

.hover\:text-danger-500\/5:hover {
  color: rgb(239 68 68 / 0.05);
}

.hover\:text-danger-500\/50:hover {
  color: rgb(239 68 68 / 0.5);
}

.hover\:text-danger-500\/55:hover {
  color: rgb(239 68 68 / 0.55);
}

.hover\:text-danger-500\/60:hover {
  color: rgb(239 68 68 / 0.6);
}

.hover\:text-danger-500\/65:hover {
  color: rgb(239 68 68 / 0.65);
}

.hover\:text-danger-500\/70:hover {
  color: rgb(239 68 68 / 0.7);
}

.hover\:text-danger-500\/75:hover {
  color: rgb(239 68 68 / 0.75);
}

.hover\:text-danger-500\/80:hover {
  color: rgb(239 68 68 / 0.8);
}

.hover\:text-danger-500\/85:hover {
  color: rgb(239 68 68 / 0.85);
}

.hover\:text-danger-500\/90:hover {
  color: rgb(239 68 68 / 0.9);
}

.hover\:text-danger-500\/95:hover {
  color: rgb(239 68 68 / 0.95);
}

.hover\:text-danger-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-600\/0:hover {
  color: rgb(220 38 38 / 0);
}

.hover\:text-danger-600\/10:hover {
  color: rgb(220 38 38 / 0.1);
}

.hover\:text-danger-600\/100:hover {
  color: rgb(220 38 38 / 1);
}

.hover\:text-danger-600\/15:hover {
  color: rgb(220 38 38 / 0.15);
}

.hover\:text-danger-600\/20:hover {
  color: rgb(220 38 38 / 0.2);
}

.hover\:text-danger-600\/25:hover {
  color: rgb(220 38 38 / 0.25);
}

.hover\:text-danger-600\/30:hover {
  color: rgb(220 38 38 / 0.3);
}

.hover\:text-danger-600\/35:hover {
  color: rgb(220 38 38 / 0.35);
}

.hover\:text-danger-600\/40:hover {
  color: rgb(220 38 38 / 0.4);
}

.hover\:text-danger-600\/45:hover {
  color: rgb(220 38 38 / 0.45);
}

.hover\:text-danger-600\/5:hover {
  color: rgb(220 38 38 / 0.05);
}

.hover\:text-danger-600\/50:hover {
  color: rgb(220 38 38 / 0.5);
}

.hover\:text-danger-600\/55:hover {
  color: rgb(220 38 38 / 0.55);
}

.hover\:text-danger-600\/60:hover {
  color: rgb(220 38 38 / 0.6);
}

.hover\:text-danger-600\/65:hover {
  color: rgb(220 38 38 / 0.65);
}

.hover\:text-danger-600\/70:hover {
  color: rgb(220 38 38 / 0.7);
}

.hover\:text-danger-600\/75:hover {
  color: rgb(220 38 38 / 0.75);
}

.hover\:text-danger-600\/80:hover {
  color: rgb(220 38 38 / 0.8);
}

.hover\:text-danger-600\/85:hover {
  color: rgb(220 38 38 / 0.85);
}

.hover\:text-danger-600\/90:hover {
  color: rgb(220 38 38 / 0.9);
}

.hover\:text-danger-600\/95:hover {
  color: rgb(220 38 38 / 0.95);
}

.hover\:text-danger-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-700\/0:hover {
  color: rgb(185 28 28 / 0);
}

.hover\:text-danger-700\/10:hover {
  color: rgb(185 28 28 / 0.1);
}

.hover\:text-danger-700\/100:hover {
  color: rgb(185 28 28 / 1);
}

.hover\:text-danger-700\/15:hover {
  color: rgb(185 28 28 / 0.15);
}

.hover\:text-danger-700\/20:hover {
  color: rgb(185 28 28 / 0.2);
}

.hover\:text-danger-700\/25:hover {
  color: rgb(185 28 28 / 0.25);
}

.hover\:text-danger-700\/30:hover {
  color: rgb(185 28 28 / 0.3);
}

.hover\:text-danger-700\/35:hover {
  color: rgb(185 28 28 / 0.35);
}

.hover\:text-danger-700\/40:hover {
  color: rgb(185 28 28 / 0.4);
}

.hover\:text-danger-700\/45:hover {
  color: rgb(185 28 28 / 0.45);
}

.hover\:text-danger-700\/5:hover {
  color: rgb(185 28 28 / 0.05);
}

.hover\:text-danger-700\/50:hover {
  color: rgb(185 28 28 / 0.5);
}

.hover\:text-danger-700\/55:hover {
  color: rgb(185 28 28 / 0.55);
}

.hover\:text-danger-700\/60:hover {
  color: rgb(185 28 28 / 0.6);
}

.hover\:text-danger-700\/65:hover {
  color: rgb(185 28 28 / 0.65);
}

.hover\:text-danger-700\/70:hover {
  color: rgb(185 28 28 / 0.7);
}

.hover\:text-danger-700\/75:hover {
  color: rgb(185 28 28 / 0.75);
}

.hover\:text-danger-700\/80:hover {
  color: rgb(185 28 28 / 0.8);
}

.hover\:text-danger-700\/85:hover {
  color: rgb(185 28 28 / 0.85);
}

.hover\:text-danger-700\/90:hover {
  color: rgb(185 28 28 / 0.9);
}

.hover\:text-danger-700\/95:hover {
  color: rgb(185 28 28 / 0.95);
}

.hover\:text-danger-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-800\/0:hover {
  color: rgb(153 27 27 / 0);
}

.hover\:text-danger-800\/10:hover {
  color: rgb(153 27 27 / 0.1);
}

.hover\:text-danger-800\/100:hover {
  color: rgb(153 27 27 / 1);
}

.hover\:text-danger-800\/15:hover {
  color: rgb(153 27 27 / 0.15);
}

.hover\:text-danger-800\/20:hover {
  color: rgb(153 27 27 / 0.2);
}

.hover\:text-danger-800\/25:hover {
  color: rgb(153 27 27 / 0.25);
}

.hover\:text-danger-800\/30:hover {
  color: rgb(153 27 27 / 0.3);
}

.hover\:text-danger-800\/35:hover {
  color: rgb(153 27 27 / 0.35);
}

.hover\:text-danger-800\/40:hover {
  color: rgb(153 27 27 / 0.4);
}

.hover\:text-danger-800\/45:hover {
  color: rgb(153 27 27 / 0.45);
}

.hover\:text-danger-800\/5:hover {
  color: rgb(153 27 27 / 0.05);
}

.hover\:text-danger-800\/50:hover {
  color: rgb(153 27 27 / 0.5);
}

.hover\:text-danger-800\/55:hover {
  color: rgb(153 27 27 / 0.55);
}

.hover\:text-danger-800\/60:hover {
  color: rgb(153 27 27 / 0.6);
}

.hover\:text-danger-800\/65:hover {
  color: rgb(153 27 27 / 0.65);
}

.hover\:text-danger-800\/70:hover {
  color: rgb(153 27 27 / 0.7);
}

.hover\:text-danger-800\/75:hover {
  color: rgb(153 27 27 / 0.75);
}

.hover\:text-danger-800\/80:hover {
  color: rgb(153 27 27 / 0.8);
}

.hover\:text-danger-800\/85:hover {
  color: rgb(153 27 27 / 0.85);
}

.hover\:text-danger-800\/90:hover {
  color: rgb(153 27 27 / 0.9);
}

.hover\:text-danger-800\/95:hover {
  color: rgb(153 27 27 / 0.95);
}

.hover\:text-danger-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-900\/0:hover {
  color: rgb(127 29 29 / 0);
}

.hover\:text-danger-900\/10:hover {
  color: rgb(127 29 29 / 0.1);
}

.hover\:text-danger-900\/100:hover {
  color: rgb(127 29 29 / 1);
}

.hover\:text-danger-900\/15:hover {
  color: rgb(127 29 29 / 0.15);
}

.hover\:text-danger-900\/20:hover {
  color: rgb(127 29 29 / 0.2);
}

.hover\:text-danger-900\/25:hover {
  color: rgb(127 29 29 / 0.25);
}

.hover\:text-danger-900\/30:hover {
  color: rgb(127 29 29 / 0.3);
}

.hover\:text-danger-900\/35:hover {
  color: rgb(127 29 29 / 0.35);
}

.hover\:text-danger-900\/40:hover {
  color: rgb(127 29 29 / 0.4);
}

.hover\:text-danger-900\/45:hover {
  color: rgb(127 29 29 / 0.45);
}

.hover\:text-danger-900\/5:hover {
  color: rgb(127 29 29 / 0.05);
}

.hover\:text-danger-900\/50:hover {
  color: rgb(127 29 29 / 0.5);
}

.hover\:text-danger-900\/55:hover {
  color: rgb(127 29 29 / 0.55);
}

.hover\:text-danger-900\/60:hover {
  color: rgb(127 29 29 / 0.6);
}

.hover\:text-danger-900\/65:hover {
  color: rgb(127 29 29 / 0.65);
}

.hover\:text-danger-900\/70:hover {
  color: rgb(127 29 29 / 0.7);
}

.hover\:text-danger-900\/75:hover {
  color: rgb(127 29 29 / 0.75);
}

.hover\:text-danger-900\/80:hover {
  color: rgb(127 29 29 / 0.8);
}

.hover\:text-danger-900\/85:hover {
  color: rgb(127 29 29 / 0.85);
}

.hover\:text-danger-900\/90:hover {
  color: rgb(127 29 29 / 0.9);
}

.hover\:text-danger-900\/95:hover {
  color: rgb(127 29 29 / 0.95);
}

.hover\:text-danger-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-dark\/0:hover {
  color: rgb(185 28 28 / 0);
}

.hover\:text-danger-dark\/10:hover {
  color: rgb(185 28 28 / 0.1);
}

.hover\:text-danger-dark\/100:hover {
  color: rgb(185 28 28 / 1);
}

.hover\:text-danger-dark\/15:hover {
  color: rgb(185 28 28 / 0.15);
}

.hover\:text-danger-dark\/20:hover {
  color: rgb(185 28 28 / 0.2);
}

.hover\:text-danger-dark\/25:hover {
  color: rgb(185 28 28 / 0.25);
}

.hover\:text-danger-dark\/30:hover {
  color: rgb(185 28 28 / 0.3);
}

.hover\:text-danger-dark\/35:hover {
  color: rgb(185 28 28 / 0.35);
}

.hover\:text-danger-dark\/40:hover {
  color: rgb(185 28 28 / 0.4);
}

.hover\:text-danger-dark\/45:hover {
  color: rgb(185 28 28 / 0.45);
}

.hover\:text-danger-dark\/5:hover {
  color: rgb(185 28 28 / 0.05);
}

.hover\:text-danger-dark\/50:hover {
  color: rgb(185 28 28 / 0.5);
}

.hover\:text-danger-dark\/55:hover {
  color: rgb(185 28 28 / 0.55);
}

.hover\:text-danger-dark\/60:hover {
  color: rgb(185 28 28 / 0.6);
}

.hover\:text-danger-dark\/65:hover {
  color: rgb(185 28 28 / 0.65);
}

.hover\:text-danger-dark\/70:hover {
  color: rgb(185 28 28 / 0.7);
}

.hover\:text-danger-dark\/75:hover {
  color: rgb(185 28 28 / 0.75);
}

.hover\:text-danger-dark\/80:hover {
  color: rgb(185 28 28 / 0.8);
}

.hover\:text-danger-dark\/85:hover {
  color: rgb(185 28 28 / 0.85);
}

.hover\:text-danger-dark\/90:hover {
  color: rgb(185 28 28 / 0.9);
}

.hover\:text-danger-dark\/95:hover {
  color: rgb(185 28 28 / 0.95);
}

.hover\:text-danger-light:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-light\/0:hover {
  color: rgb(254 226 226 / 0);
}

.hover\:text-danger-light\/10:hover {
  color: rgb(254 226 226 / 0.1);
}

.hover\:text-danger-light\/100:hover {
  color: rgb(254 226 226 / 1);
}

.hover\:text-danger-light\/15:hover {
  color: rgb(254 226 226 / 0.15);
}

.hover\:text-danger-light\/20:hover {
  color: rgb(254 226 226 / 0.2);
}

.hover\:text-danger-light\/25:hover {
  color: rgb(254 226 226 / 0.25);
}

.hover\:text-danger-light\/30:hover {
  color: rgb(254 226 226 / 0.3);
}

.hover\:text-danger-light\/35:hover {
  color: rgb(254 226 226 / 0.35);
}

.hover\:text-danger-light\/40:hover {
  color: rgb(254 226 226 / 0.4);
}

.hover\:text-danger-light\/45:hover {
  color: rgb(254 226 226 / 0.45);
}

.hover\:text-danger-light\/5:hover {
  color: rgb(254 226 226 / 0.05);
}

.hover\:text-danger-light\/50:hover {
  color: rgb(254 226 226 / 0.5);
}

.hover\:text-danger-light\/55:hover {
  color: rgb(254 226 226 / 0.55);
}

.hover\:text-danger-light\/60:hover {
  color: rgb(254 226 226 / 0.6);
}

.hover\:text-danger-light\/65:hover {
  color: rgb(254 226 226 / 0.65);
}

.hover\:text-danger-light\/70:hover {
  color: rgb(254 226 226 / 0.7);
}

.hover\:text-danger-light\/75:hover {
  color: rgb(254 226 226 / 0.75);
}

.hover\:text-danger-light\/80:hover {
  color: rgb(254 226 226 / 0.8);
}

.hover\:text-danger-light\/85:hover {
  color: rgb(254 226 226 / 0.85);
}

.hover\:text-danger-light\/90:hover {
  color: rgb(254 226 226 / 0.9);
}

.hover\:text-danger-light\/95:hover {
  color: rgb(254 226 226 / 0.95);
}

.hover\:text-danger\/0:hover {
  color: rgb(239 68 68 / 0);
}

.hover\:text-danger\/10:hover {
  color: rgb(239 68 68 / 0.1);
}

.hover\:text-danger\/100:hover {
  color: rgb(239 68 68 / 1);
}

.hover\:text-danger\/15:hover {
  color: rgb(239 68 68 / 0.15);
}

.hover\:text-danger\/20:hover {
  color: rgb(239 68 68 / 0.2);
}

.hover\:text-danger\/25:hover {
  color: rgb(239 68 68 / 0.25);
}

.hover\:text-danger\/30:hover {
  color: rgb(239 68 68 / 0.3);
}

.hover\:text-danger\/35:hover {
  color: rgb(239 68 68 / 0.35);
}

.hover\:text-danger\/40:hover {
  color: rgb(239 68 68 / 0.4);
}

.hover\:text-danger\/45:hover {
  color: rgb(239 68 68 / 0.45);
}

.hover\:text-danger\/5:hover {
  color: rgb(239 68 68 / 0.05);
}

.hover\:text-danger\/50:hover {
  color: rgb(239 68 68 / 0.5);
}

.hover\:text-danger\/55:hover {
  color: rgb(239 68 68 / 0.55);
}

.hover\:text-danger\/60:hover {
  color: rgb(239 68 68 / 0.6);
}

.hover\:text-danger\/65:hover {
  color: rgb(239 68 68 / 0.65);
}

.hover\:text-danger\/70:hover {
  color: rgb(239 68 68 / 0.7);
}

.hover\:text-danger\/75:hover {
  color: rgb(239 68 68 / 0.75);
}

.hover\:text-danger\/80:hover {
  color: rgb(239 68 68 / 0.8);
}

.hover\:text-danger\/85:hover {
  color: rgb(239 68 68 / 0.85);
}

.hover\:text-danger\/90:hover {
  color: rgb(239 68 68 / 0.9);
}

.hover\:text-danger\/95:hover {
  color: rgb(239 68 68 / 0.95);
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(24 28 50 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-100:hover {
  --tw-text-opacity: 1;
  color: rgb(235 237 243 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-100\/0:hover {
  color: rgb(235 237 243 / 0);
}

.hover\:text-dark-100\/10:hover {
  color: rgb(235 237 243 / 0.1);
}

.hover\:text-dark-100\/100:hover {
  color: rgb(235 237 243 / 1);
}

.hover\:text-dark-100\/15:hover {
  color: rgb(235 237 243 / 0.15);
}

.hover\:text-dark-100\/20:hover {
  color: rgb(235 237 243 / 0.2);
}

.hover\:text-dark-100\/25:hover {
  color: rgb(235 237 243 / 0.25);
}

.hover\:text-dark-100\/30:hover {
  color: rgb(235 237 243 / 0.3);
}

.hover\:text-dark-100\/35:hover {
  color: rgb(235 237 243 / 0.35);
}

.hover\:text-dark-100\/40:hover {
  color: rgb(235 237 243 / 0.4);
}

.hover\:text-dark-100\/45:hover {
  color: rgb(235 237 243 / 0.45);
}

.hover\:text-dark-100\/5:hover {
  color: rgb(235 237 243 / 0.05);
}

.hover\:text-dark-100\/50:hover {
  color: rgb(235 237 243 / 0.5);
}

.hover\:text-dark-100\/55:hover {
  color: rgb(235 237 243 / 0.55);
}

.hover\:text-dark-100\/60:hover {
  color: rgb(235 237 243 / 0.6);
}

.hover\:text-dark-100\/65:hover {
  color: rgb(235 237 243 / 0.65);
}

.hover\:text-dark-100\/70:hover {
  color: rgb(235 237 243 / 0.7);
}

.hover\:text-dark-100\/75:hover {
  color: rgb(235 237 243 / 0.75);
}

.hover\:text-dark-100\/80:hover {
  color: rgb(235 237 243 / 0.8);
}

.hover\:text-dark-100\/85:hover {
  color: rgb(235 237 243 / 0.85);
}

.hover\:text-dark-100\/90:hover {
  color: rgb(235 237 243 / 0.9);
}

.hover\:text-dark-100\/95:hover {
  color: rgb(235 237 243 / 0.95);
}

.hover\:text-dark-200:hover {
  --tw-text-opacity: 1;
  color: rgb(228 230 239 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-200\/0:hover {
  color: rgb(228 230 239 / 0);
}

.hover\:text-dark-200\/10:hover {
  color: rgb(228 230 239 / 0.1);
}

.hover\:text-dark-200\/100:hover {
  color: rgb(228 230 239 / 1);
}

.hover\:text-dark-200\/15:hover {
  color: rgb(228 230 239 / 0.15);
}

.hover\:text-dark-200\/20:hover {
  color: rgb(228 230 239 / 0.2);
}

.hover\:text-dark-200\/25:hover {
  color: rgb(228 230 239 / 0.25);
}

.hover\:text-dark-200\/30:hover {
  color: rgb(228 230 239 / 0.3);
}

.hover\:text-dark-200\/35:hover {
  color: rgb(228 230 239 / 0.35);
}

.hover\:text-dark-200\/40:hover {
  color: rgb(228 230 239 / 0.4);
}

.hover\:text-dark-200\/45:hover {
  color: rgb(228 230 239 / 0.45);
}

.hover\:text-dark-200\/5:hover {
  color: rgb(228 230 239 / 0.05);
}

.hover\:text-dark-200\/50:hover {
  color: rgb(228 230 239 / 0.5);
}

.hover\:text-dark-200\/55:hover {
  color: rgb(228 230 239 / 0.55);
}

.hover\:text-dark-200\/60:hover {
  color: rgb(228 230 239 / 0.6);
}

.hover\:text-dark-200\/65:hover {
  color: rgb(228 230 239 / 0.65);
}

.hover\:text-dark-200\/70:hover {
  color: rgb(228 230 239 / 0.7);
}

.hover\:text-dark-200\/75:hover {
  color: rgb(228 230 239 / 0.75);
}

.hover\:text-dark-200\/80:hover {
  color: rgb(228 230 239 / 0.8);
}

.hover\:text-dark-200\/85:hover {
  color: rgb(228 230 239 / 0.85);
}

.hover\:text-dark-200\/90:hover {
  color: rgb(228 230 239 / 0.9);
}

.hover\:text-dark-200\/95:hover {
  color: rgb(228 230 239 / 0.95);
}

.hover\:text-dark-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 211 224 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-300\/0:hover {
  color: rgb(209 211 224 / 0);
}

.hover\:text-dark-300\/10:hover {
  color: rgb(209 211 224 / 0.1);
}

.hover\:text-dark-300\/100:hover {
  color: rgb(209 211 224 / 1);
}

.hover\:text-dark-300\/15:hover {
  color: rgb(209 211 224 / 0.15);
}

.hover\:text-dark-300\/20:hover {
  color: rgb(209 211 224 / 0.2);
}

.hover\:text-dark-300\/25:hover {
  color: rgb(209 211 224 / 0.25);
}

.hover\:text-dark-300\/30:hover {
  color: rgb(209 211 224 / 0.3);
}

.hover\:text-dark-300\/35:hover {
  color: rgb(209 211 224 / 0.35);
}

.hover\:text-dark-300\/40:hover {
  color: rgb(209 211 224 / 0.4);
}

.hover\:text-dark-300\/45:hover {
  color: rgb(209 211 224 / 0.45);
}

.hover\:text-dark-300\/5:hover {
  color: rgb(209 211 224 / 0.05);
}

.hover\:text-dark-300\/50:hover {
  color: rgb(209 211 224 / 0.5);
}

.hover\:text-dark-300\/55:hover {
  color: rgb(209 211 224 / 0.55);
}

.hover\:text-dark-300\/60:hover {
  color: rgb(209 211 224 / 0.6);
}

.hover\:text-dark-300\/65:hover {
  color: rgb(209 211 224 / 0.65);
}

.hover\:text-dark-300\/70:hover {
  color: rgb(209 211 224 / 0.7);
}

.hover\:text-dark-300\/75:hover {
  color: rgb(209 211 224 / 0.75);
}

.hover\:text-dark-300\/80:hover {
  color: rgb(209 211 224 / 0.8);
}

.hover\:text-dark-300\/85:hover {
  color: rgb(209 211 224 / 0.85);
}

.hover\:text-dark-300\/90:hover {
  color: rgb(209 211 224 / 0.9);
}

.hover\:text-dark-300\/95:hover {
  color: rgb(209 211 224 / 0.95);
}

.hover\:text-dark-400:hover {
  --tw-text-opacity: 1;
  color: rgb(181 181 195 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-400\/0:hover {
  color: rgb(181 181 195 / 0);
}

.hover\:text-dark-400\/10:hover {
  color: rgb(181 181 195 / 0.1);
}

.hover\:text-dark-400\/100:hover {
  color: rgb(181 181 195 / 1);
}

.hover\:text-dark-400\/15:hover {
  color: rgb(181 181 195 / 0.15);
}

.hover\:text-dark-400\/20:hover {
  color: rgb(181 181 195 / 0.2);
}

.hover\:text-dark-400\/25:hover {
  color: rgb(181 181 195 / 0.25);
}

.hover\:text-dark-400\/30:hover {
  color: rgb(181 181 195 / 0.3);
}

.hover\:text-dark-400\/35:hover {
  color: rgb(181 181 195 / 0.35);
}

.hover\:text-dark-400\/40:hover {
  color: rgb(181 181 195 / 0.4);
}

.hover\:text-dark-400\/45:hover {
  color: rgb(181 181 195 / 0.45);
}

.hover\:text-dark-400\/5:hover {
  color: rgb(181 181 195 / 0.05);
}

.hover\:text-dark-400\/50:hover {
  color: rgb(181 181 195 / 0.5);
}

.hover\:text-dark-400\/55:hover {
  color: rgb(181 181 195 / 0.55);
}

.hover\:text-dark-400\/60:hover {
  color: rgb(181 181 195 / 0.6);
}

.hover\:text-dark-400\/65:hover {
  color: rgb(181 181 195 / 0.65);
}

.hover\:text-dark-400\/70:hover {
  color: rgb(181 181 195 / 0.7);
}

.hover\:text-dark-400\/75:hover {
  color: rgb(181 181 195 / 0.75);
}

.hover\:text-dark-400\/80:hover {
  color: rgb(181 181 195 / 0.8);
}

.hover\:text-dark-400\/85:hover {
  color: rgb(181 181 195 / 0.85);
}

.hover\:text-dark-400\/90:hover {
  color: rgb(181 181 195 / 0.9);
}

.hover\:text-dark-400\/95:hover {
  color: rgb(181 181 195 / 0.95);
}

.hover\:text-dark-50:hover {
  --tw-text-opacity: 1;
  color: rgb(243 246 249 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-50\/0:hover {
  color: rgb(243 246 249 / 0);
}

.hover\:text-dark-50\/10:hover {
  color: rgb(243 246 249 / 0.1);
}

.hover\:text-dark-50\/100:hover {
  color: rgb(243 246 249 / 1);
}

.hover\:text-dark-50\/15:hover {
  color: rgb(243 246 249 / 0.15);
}

.hover\:text-dark-50\/20:hover {
  color: rgb(243 246 249 / 0.2);
}

.hover\:text-dark-50\/25:hover {
  color: rgb(243 246 249 / 0.25);
}

.hover\:text-dark-50\/30:hover {
  color: rgb(243 246 249 / 0.3);
}

.hover\:text-dark-50\/35:hover {
  color: rgb(243 246 249 / 0.35);
}

.hover\:text-dark-50\/40:hover {
  color: rgb(243 246 249 / 0.4);
}

.hover\:text-dark-50\/45:hover {
  color: rgb(243 246 249 / 0.45);
}

.hover\:text-dark-50\/5:hover {
  color: rgb(243 246 249 / 0.05);
}

.hover\:text-dark-50\/50:hover {
  color: rgb(243 246 249 / 0.5);
}

.hover\:text-dark-50\/55:hover {
  color: rgb(243 246 249 / 0.55);
}

.hover\:text-dark-50\/60:hover {
  color: rgb(243 246 249 / 0.6);
}

.hover\:text-dark-50\/65:hover {
  color: rgb(243 246 249 / 0.65);
}

.hover\:text-dark-50\/70:hover {
  color: rgb(243 246 249 / 0.7);
}

.hover\:text-dark-50\/75:hover {
  color: rgb(243 246 249 / 0.75);
}

.hover\:text-dark-50\/80:hover {
  color: rgb(243 246 249 / 0.8);
}

.hover\:text-dark-50\/85:hover {
  color: rgb(243 246 249 / 0.85);
}

.hover\:text-dark-50\/90:hover {
  color: rgb(243 246 249 / 0.9);
}

.hover\:text-dark-50\/95:hover {
  color: rgb(243 246 249 / 0.95);
}

.hover\:text-dark-500:hover {
  --tw-text-opacity: 1;
  color: rgb(126 130 153 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-500\/0:hover {
  color: rgb(126 130 153 / 0);
}

.hover\:text-dark-500\/10:hover {
  color: rgb(126 130 153 / 0.1);
}

.hover\:text-dark-500\/100:hover {
  color: rgb(126 130 153 / 1);
}

.hover\:text-dark-500\/15:hover {
  color: rgb(126 130 153 / 0.15);
}

.hover\:text-dark-500\/20:hover {
  color: rgb(126 130 153 / 0.2);
}

.hover\:text-dark-500\/25:hover {
  color: rgb(126 130 153 / 0.25);
}

.hover\:text-dark-500\/30:hover {
  color: rgb(126 130 153 / 0.3);
}

.hover\:text-dark-500\/35:hover {
  color: rgb(126 130 153 / 0.35);
}

.hover\:text-dark-500\/40:hover {
  color: rgb(126 130 153 / 0.4);
}

.hover\:text-dark-500\/45:hover {
  color: rgb(126 130 153 / 0.45);
}

.hover\:text-dark-500\/5:hover {
  color: rgb(126 130 153 / 0.05);
}

.hover\:text-dark-500\/50:hover {
  color: rgb(126 130 153 / 0.5);
}

.hover\:text-dark-500\/55:hover {
  color: rgb(126 130 153 / 0.55);
}

.hover\:text-dark-500\/60:hover {
  color: rgb(126 130 153 / 0.6);
}

.hover\:text-dark-500\/65:hover {
  color: rgb(126 130 153 / 0.65);
}

.hover\:text-dark-500\/70:hover {
  color: rgb(126 130 153 / 0.7);
}

.hover\:text-dark-500\/75:hover {
  color: rgb(126 130 153 / 0.75);
}

.hover\:text-dark-500\/80:hover {
  color: rgb(126 130 153 / 0.8);
}

.hover\:text-dark-500\/85:hover {
  color: rgb(126 130 153 / 0.85);
}

.hover\:text-dark-500\/90:hover {
  color: rgb(126 130 153 / 0.9);
}

.hover\:text-dark-500\/95:hover {
  color: rgb(126 130 153 / 0.95);
}

.hover\:text-dark-600:hover {
  --tw-text-opacity: 1;
  color: rgb(94 98 120 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-600\/0:hover {
  color: rgb(94 98 120 / 0);
}

.hover\:text-dark-600\/10:hover {
  color: rgb(94 98 120 / 0.1);
}

.hover\:text-dark-600\/100:hover {
  color: rgb(94 98 120 / 1);
}

.hover\:text-dark-600\/15:hover {
  color: rgb(94 98 120 / 0.15);
}

.hover\:text-dark-600\/20:hover {
  color: rgb(94 98 120 / 0.2);
}

.hover\:text-dark-600\/25:hover {
  color: rgb(94 98 120 / 0.25);
}

.hover\:text-dark-600\/30:hover {
  color: rgb(94 98 120 / 0.3);
}

.hover\:text-dark-600\/35:hover {
  color: rgb(94 98 120 / 0.35);
}

.hover\:text-dark-600\/40:hover {
  color: rgb(94 98 120 / 0.4);
}

.hover\:text-dark-600\/45:hover {
  color: rgb(94 98 120 / 0.45);
}

.hover\:text-dark-600\/5:hover {
  color: rgb(94 98 120 / 0.05);
}

.hover\:text-dark-600\/50:hover {
  color: rgb(94 98 120 / 0.5);
}

.hover\:text-dark-600\/55:hover {
  color: rgb(94 98 120 / 0.55);
}

.hover\:text-dark-600\/60:hover {
  color: rgb(94 98 120 / 0.6);
}

.hover\:text-dark-600\/65:hover {
  color: rgb(94 98 120 / 0.65);
}

.hover\:text-dark-600\/70:hover {
  color: rgb(94 98 120 / 0.7);
}

.hover\:text-dark-600\/75:hover {
  color: rgb(94 98 120 / 0.75);
}

.hover\:text-dark-600\/80:hover {
  color: rgb(94 98 120 / 0.8);
}

.hover\:text-dark-600\/85:hover {
  color: rgb(94 98 120 / 0.85);
}

.hover\:text-dark-600\/90:hover {
  color: rgb(94 98 120 / 0.9);
}

.hover\:text-dark-600\/95:hover {
  color: rgb(94 98 120 / 0.95);
}

.hover\:text-dark-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 66 84 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-700\/0:hover {
  color: rgb(63 66 84 / 0);
}

.hover\:text-dark-700\/10:hover {
  color: rgb(63 66 84 / 0.1);
}

.hover\:text-dark-700\/100:hover {
  color: rgb(63 66 84 / 1);
}

.hover\:text-dark-700\/15:hover {
  color: rgb(63 66 84 / 0.15);
}

.hover\:text-dark-700\/20:hover {
  color: rgb(63 66 84 / 0.2);
}

.hover\:text-dark-700\/25:hover {
  color: rgb(63 66 84 / 0.25);
}

.hover\:text-dark-700\/30:hover {
  color: rgb(63 66 84 / 0.3);
}

.hover\:text-dark-700\/35:hover {
  color: rgb(63 66 84 / 0.35);
}

.hover\:text-dark-700\/40:hover {
  color: rgb(63 66 84 / 0.4);
}

.hover\:text-dark-700\/45:hover {
  color: rgb(63 66 84 / 0.45);
}

.hover\:text-dark-700\/5:hover {
  color: rgb(63 66 84 / 0.05);
}

.hover\:text-dark-700\/50:hover {
  color: rgb(63 66 84 / 0.5);
}

.hover\:text-dark-700\/55:hover {
  color: rgb(63 66 84 / 0.55);
}

.hover\:text-dark-700\/60:hover {
  color: rgb(63 66 84 / 0.6);
}

.hover\:text-dark-700\/65:hover {
  color: rgb(63 66 84 / 0.65);
}

.hover\:text-dark-700\/70:hover {
  color: rgb(63 66 84 / 0.7);
}

.hover\:text-dark-700\/75:hover {
  color: rgb(63 66 84 / 0.75);
}

.hover\:text-dark-700\/80:hover {
  color: rgb(63 66 84 / 0.8);
}

.hover\:text-dark-700\/85:hover {
  color: rgb(63 66 84 / 0.85);
}

.hover\:text-dark-700\/90:hover {
  color: rgb(63 66 84 / 0.9);
}

.hover\:text-dark-700\/95:hover {
  color: rgb(63 66 84 / 0.95);
}

.hover\:text-dark-800:hover {
  --tw-text-opacity: 1;
  color: rgb(24 28 50 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-800\/0:hover {
  color: rgb(24 28 50 / 0);
}

.hover\:text-dark-800\/10:hover {
  color: rgb(24 28 50 / 0.1);
}

.hover\:text-dark-800\/100:hover {
  color: rgb(24 28 50 / 1);
}

.hover\:text-dark-800\/15:hover {
  color: rgb(24 28 50 / 0.15);
}

.hover\:text-dark-800\/20:hover {
  color: rgb(24 28 50 / 0.2);
}

.hover\:text-dark-800\/25:hover {
  color: rgb(24 28 50 / 0.25);
}

.hover\:text-dark-800\/30:hover {
  color: rgb(24 28 50 / 0.3);
}

.hover\:text-dark-800\/35:hover {
  color: rgb(24 28 50 / 0.35);
}

.hover\:text-dark-800\/40:hover {
  color: rgb(24 28 50 / 0.4);
}

.hover\:text-dark-800\/45:hover {
  color: rgb(24 28 50 / 0.45);
}

.hover\:text-dark-800\/5:hover {
  color: rgb(24 28 50 / 0.05);
}

.hover\:text-dark-800\/50:hover {
  color: rgb(24 28 50 / 0.5);
}

.hover\:text-dark-800\/55:hover {
  color: rgb(24 28 50 / 0.55);
}

.hover\:text-dark-800\/60:hover {
  color: rgb(24 28 50 / 0.6);
}

.hover\:text-dark-800\/65:hover {
  color: rgb(24 28 50 / 0.65);
}

.hover\:text-dark-800\/70:hover {
  color: rgb(24 28 50 / 0.7);
}

.hover\:text-dark-800\/75:hover {
  color: rgb(24 28 50 / 0.75);
}

.hover\:text-dark-800\/80:hover {
  color: rgb(24 28 50 / 0.8);
}

.hover\:text-dark-800\/85:hover {
  color: rgb(24 28 50 / 0.85);
}

.hover\:text-dark-800\/90:hover {
  color: rgb(24 28 50 / 0.9);
}

.hover\:text-dark-800\/95:hover {
  color: rgb(24 28 50 / 0.95);
}

.hover\:text-dark-900:hover {
  --tw-text-opacity: 1;
  color: rgb(13 15 26 / var(--tw-text-opacity, 1));
}

.hover\:text-dark-900\/0:hover {
  color: rgb(13 15 26 / 0);
}

.hover\:text-dark-900\/10:hover {
  color: rgb(13 15 26 / 0.1);
}

.hover\:text-dark-900\/100:hover {
  color: rgb(13 15 26 / 1);
}

.hover\:text-dark-900\/15:hover {
  color: rgb(13 15 26 / 0.15);
}

.hover\:text-dark-900\/20:hover {
  color: rgb(13 15 26 / 0.2);
}

.hover\:text-dark-900\/25:hover {
  color: rgb(13 15 26 / 0.25);
}

.hover\:text-dark-900\/30:hover {
  color: rgb(13 15 26 / 0.3);
}

.hover\:text-dark-900\/35:hover {
  color: rgb(13 15 26 / 0.35);
}

.hover\:text-dark-900\/40:hover {
  color: rgb(13 15 26 / 0.4);
}

.hover\:text-dark-900\/45:hover {
  color: rgb(13 15 26 / 0.45);
}

.hover\:text-dark-900\/5:hover {
  color: rgb(13 15 26 / 0.05);
}

.hover\:text-dark-900\/50:hover {
  color: rgb(13 15 26 / 0.5);
}

.hover\:text-dark-900\/55:hover {
  color: rgb(13 15 26 / 0.55);
}

.hover\:text-dark-900\/60:hover {
  color: rgb(13 15 26 / 0.6);
}

.hover\:text-dark-900\/65:hover {
  color: rgb(13 15 26 / 0.65);
}

.hover\:text-dark-900\/70:hover {
  color: rgb(13 15 26 / 0.7);
}

.hover\:text-dark-900\/75:hover {
  color: rgb(13 15 26 / 0.75);
}

.hover\:text-dark-900\/80:hover {
  color: rgb(13 15 26 / 0.8);
}

.hover\:text-dark-900\/85:hover {
  color: rgb(13 15 26 / 0.85);
}

.hover\:text-dark-900\/90:hover {
  color: rgb(13 15 26 / 0.9);
}

.hover\:text-dark-900\/95:hover {
  color: rgb(13 15 26 / 0.95);
}

.hover\:text-dark\/0:hover {
  color: rgb(24 28 50 / 0);
}

.hover\:text-dark\/10:hover {
  color: rgb(24 28 50 / 0.1);
}

.hover\:text-dark\/100:hover {
  color: rgb(24 28 50 / 1);
}

.hover\:text-dark\/15:hover {
  color: rgb(24 28 50 / 0.15);
}

.hover\:text-dark\/20:hover {
  color: rgb(24 28 50 / 0.2);
}

.hover\:text-dark\/25:hover {
  color: rgb(24 28 50 / 0.25);
}

.hover\:text-dark\/30:hover {
  color: rgb(24 28 50 / 0.3);
}

.hover\:text-dark\/35:hover {
  color: rgb(24 28 50 / 0.35);
}

.hover\:text-dark\/40:hover {
  color: rgb(24 28 50 / 0.4);
}

.hover\:text-dark\/45:hover {
  color: rgb(24 28 50 / 0.45);
}

.hover\:text-dark\/5:hover {
  color: rgb(24 28 50 / 0.05);
}

.hover\:text-dark\/50:hover {
  color: rgb(24 28 50 / 0.5);
}

.hover\:text-dark\/55:hover {
  color: rgb(24 28 50 / 0.55);
}

.hover\:text-dark\/60:hover {
  color: rgb(24 28 50 / 0.6);
}

.hover\:text-dark\/65:hover {
  color: rgb(24 28 50 / 0.65);
}

.hover\:text-dark\/70:hover {
  color: rgb(24 28 50 / 0.7);
}

.hover\:text-dark\/75:hover {
  color: rgb(24 28 50 / 0.75);
}

.hover\:text-dark\/80:hover {
  color: rgb(24 28 50 / 0.8);
}

.hover\:text-dark\/85:hover {
  color: rgb(24 28 50 / 0.85);
}

.hover\:text-dark\/90:hover {
  color: rgb(24 28 50 / 0.9);
}

.hover\:text-dark\/95:hover {
  color: rgb(24 28 50 / 0.95);
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.hover\:text-info:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-info-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.hover\:text-info-100\/0:hover {
  color: rgb(219 234 254 / 0);
}

.hover\:text-info-100\/10:hover {
  color: rgb(219 234 254 / 0.1);
}

.hover\:text-info-100\/100:hover {
  color: rgb(219 234 254 / 1);
}

.hover\:text-info-100\/15:hover {
  color: rgb(219 234 254 / 0.15);
}

.hover\:text-info-100\/20:hover {
  color: rgb(219 234 254 / 0.2);
}

.hover\:text-info-100\/25:hover {
  color: rgb(219 234 254 / 0.25);
}

.hover\:text-info-100\/30:hover {
  color: rgb(219 234 254 / 0.3);
}

.hover\:text-info-100\/35:hover {
  color: rgb(219 234 254 / 0.35);
}

.hover\:text-info-100\/40:hover {
  color: rgb(219 234 254 / 0.4);
}

.hover\:text-info-100\/45:hover {
  color: rgb(219 234 254 / 0.45);
}

.hover\:text-info-100\/5:hover {
  color: rgb(219 234 254 / 0.05);
}

.hover\:text-info-100\/50:hover {
  color: rgb(219 234 254 / 0.5);
}

.hover\:text-info-100\/55:hover {
  color: rgb(219 234 254 / 0.55);
}

.hover\:text-info-100\/60:hover {
  color: rgb(219 234 254 / 0.6);
}

.hover\:text-info-100\/65:hover {
  color: rgb(219 234 254 / 0.65);
}

.hover\:text-info-100\/70:hover {
  color: rgb(219 234 254 / 0.7);
}

.hover\:text-info-100\/75:hover {
  color: rgb(219 234 254 / 0.75);
}

.hover\:text-info-100\/80:hover {
  color: rgb(219 234 254 / 0.8);
}

.hover\:text-info-100\/85:hover {
  color: rgb(219 234 254 / 0.85);
}

.hover\:text-info-100\/90:hover {
  color: rgb(219 234 254 / 0.9);
}

.hover\:text-info-100\/95:hover {
  color: rgb(219 234 254 / 0.95);
}

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

.hover\:text-info-200\/0:hover {
  color: rgb(191 219 254 / 0);
}

.hover\:text-info-200\/10:hover {
  color: rgb(191 219 254 / 0.1);
}

.hover\:text-info-200\/100:hover {
  color: rgb(191 219 254 / 1);
}

.hover\:text-info-200\/15:hover {
  color: rgb(191 219 254 / 0.15);
}

.hover\:text-info-200\/20:hover {
  color: rgb(191 219 254 / 0.2);
}

.hover\:text-info-200\/25:hover {
  color: rgb(191 219 254 / 0.25);
}

.hover\:text-info-200\/30:hover {
  color: rgb(191 219 254 / 0.3);
}

.hover\:text-info-200\/35:hover {
  color: rgb(191 219 254 / 0.35);
}

.hover\:text-info-200\/40:hover {
  color: rgb(191 219 254 / 0.4);
}

.hover\:text-info-200\/45:hover {
  color: rgb(191 219 254 / 0.45);
}

.hover\:text-info-200\/5:hover {
  color: rgb(191 219 254 / 0.05);
}

.hover\:text-info-200\/50:hover {
  color: rgb(191 219 254 / 0.5);
}

.hover\:text-info-200\/55:hover {
  color: rgb(191 219 254 / 0.55);
}

.hover\:text-info-200\/60:hover {
  color: rgb(191 219 254 / 0.6);
}

.hover\:text-info-200\/65:hover {
  color: rgb(191 219 254 / 0.65);
}

.hover\:text-info-200\/70:hover {
  color: rgb(191 219 254 / 0.7);
}

.hover\:text-info-200\/75:hover {
  color: rgb(191 219 254 / 0.75);
}

.hover\:text-info-200\/80:hover {
  color: rgb(191 219 254 / 0.8);
}

.hover\:text-info-200\/85:hover {
  color: rgb(191 219 254 / 0.85);
}

.hover\:text-info-200\/90:hover {
  color: rgb(191 219 254 / 0.9);
}

.hover\:text-info-200\/95:hover {
  color: rgb(191 219 254 / 0.95);
}

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

.hover\:text-info-300\/0:hover {
  color: rgb(147 197 253 / 0);
}

.hover\:text-info-300\/10:hover {
  color: rgb(147 197 253 / 0.1);
}

.hover\:text-info-300\/100:hover {
  color: rgb(147 197 253 / 1);
}

.hover\:text-info-300\/15:hover {
  color: rgb(147 197 253 / 0.15);
}

.hover\:text-info-300\/20:hover {
  color: rgb(147 197 253 / 0.2);
}

.hover\:text-info-300\/25:hover {
  color: rgb(147 197 253 / 0.25);
}

.hover\:text-info-300\/30:hover {
  color: rgb(147 197 253 / 0.3);
}

.hover\:text-info-300\/35:hover {
  color: rgb(147 197 253 / 0.35);
}

.hover\:text-info-300\/40:hover {
  color: rgb(147 197 253 / 0.4);
}

.hover\:text-info-300\/45:hover {
  color: rgb(147 197 253 / 0.45);
}

.hover\:text-info-300\/5:hover {
  color: rgb(147 197 253 / 0.05);
}

.hover\:text-info-300\/50:hover {
  color: rgb(147 197 253 / 0.5);
}

.hover\:text-info-300\/55:hover {
  color: rgb(147 197 253 / 0.55);
}

.hover\:text-info-300\/60:hover {
  color: rgb(147 197 253 / 0.6);
}

.hover\:text-info-300\/65:hover {
  color: rgb(147 197 253 / 0.65);
}

.hover\:text-info-300\/70:hover {
  color: rgb(147 197 253 / 0.7);
}

.hover\:text-info-300\/75:hover {
  color: rgb(147 197 253 / 0.75);
}

.hover\:text-info-300\/80:hover {
  color: rgb(147 197 253 / 0.8);
}

.hover\:text-info-300\/85:hover {
  color: rgb(147 197 253 / 0.85);
}

.hover\:text-info-300\/90:hover {
  color: rgb(147 197 253 / 0.9);
}

.hover\:text-info-300\/95:hover {
  color: rgb(147 197 253 / 0.95);
}

.hover\:text-info-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.hover\:text-info-400\/0:hover {
  color: rgb(96 165 250 / 0);
}

.hover\:text-info-400\/10:hover {
  color: rgb(96 165 250 / 0.1);
}

.hover\:text-info-400\/100:hover {
  color: rgb(96 165 250 / 1);
}

.hover\:text-info-400\/15:hover {
  color: rgb(96 165 250 / 0.15);
}

.hover\:text-info-400\/20:hover {
  color: rgb(96 165 250 / 0.2);
}

.hover\:text-info-400\/25:hover {
  color: rgb(96 165 250 / 0.25);
}

.hover\:text-info-400\/30:hover {
  color: rgb(96 165 250 / 0.3);
}

.hover\:text-info-400\/35:hover {
  color: rgb(96 165 250 / 0.35);
}

.hover\:text-info-400\/40:hover {
  color: rgb(96 165 250 / 0.4);
}

.hover\:text-info-400\/45:hover {
  color: rgb(96 165 250 / 0.45);
}

.hover\:text-info-400\/5:hover {
  color: rgb(96 165 250 / 0.05);
}

.hover\:text-info-400\/50:hover {
  color: rgb(96 165 250 / 0.5);
}

.hover\:text-info-400\/55:hover {
  color: rgb(96 165 250 / 0.55);
}

.hover\:text-info-400\/60:hover {
  color: rgb(96 165 250 / 0.6);
}

.hover\:text-info-400\/65:hover {
  color: rgb(96 165 250 / 0.65);
}

.hover\:text-info-400\/70:hover {
  color: rgb(96 165 250 / 0.7);
}

.hover\:text-info-400\/75:hover {
  color: rgb(96 165 250 / 0.75);
}

.hover\:text-info-400\/80:hover {
  color: rgb(96 165 250 / 0.8);
}

.hover\:text-info-400\/85:hover {
  color: rgb(96 165 250 / 0.85);
}

.hover\:text-info-400\/90:hover {
  color: rgb(96 165 250 / 0.9);
}

.hover\:text-info-400\/95:hover {
  color: rgb(96 165 250 / 0.95);
}

.hover\:text-info-50:hover {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.hover\:text-info-50\/0:hover {
  color: rgb(239 246 255 / 0);
}

.hover\:text-info-50\/10:hover {
  color: rgb(239 246 255 / 0.1);
}

.hover\:text-info-50\/100:hover {
  color: rgb(239 246 255 / 1);
}

.hover\:text-info-50\/15:hover {
  color: rgb(239 246 255 / 0.15);
}

.hover\:text-info-50\/20:hover {
  color: rgb(239 246 255 / 0.2);
}

.hover\:text-info-50\/25:hover {
  color: rgb(239 246 255 / 0.25);
}

.hover\:text-info-50\/30:hover {
  color: rgb(239 246 255 / 0.3);
}

.hover\:text-info-50\/35:hover {
  color: rgb(239 246 255 / 0.35);
}

.hover\:text-info-50\/40:hover {
  color: rgb(239 246 255 / 0.4);
}

.hover\:text-info-50\/45:hover {
  color: rgb(239 246 255 / 0.45);
}

.hover\:text-info-50\/5:hover {
  color: rgb(239 246 255 / 0.05);
}

.hover\:text-info-50\/50:hover {
  color: rgb(239 246 255 / 0.5);
}

.hover\:text-info-50\/55:hover {
  color: rgb(239 246 255 / 0.55);
}

.hover\:text-info-50\/60:hover {
  color: rgb(239 246 255 / 0.6);
}

.hover\:text-info-50\/65:hover {
  color: rgb(239 246 255 / 0.65);
}

.hover\:text-info-50\/70:hover {
  color: rgb(239 246 255 / 0.7);
}

.hover\:text-info-50\/75:hover {
  color: rgb(239 246 255 / 0.75);
}

.hover\:text-info-50\/80:hover {
  color: rgb(239 246 255 / 0.8);
}

.hover\:text-info-50\/85:hover {
  color: rgb(239 246 255 / 0.85);
}

.hover\:text-info-50\/90:hover {
  color: rgb(239 246 255 / 0.9);
}

.hover\:text-info-50\/95:hover {
  color: rgb(239 246 255 / 0.95);
}

.hover\:text-info-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-info-500\/0:hover {
  color: rgb(59 130 246 / 0);
}

.hover\:text-info-500\/10:hover {
  color: rgb(59 130 246 / 0.1);
}

.hover\:text-info-500\/100:hover {
  color: rgb(59 130 246 / 1);
}

.hover\:text-info-500\/15:hover {
  color: rgb(59 130 246 / 0.15);
}

.hover\:text-info-500\/20:hover {
  color: rgb(59 130 246 / 0.2);
}

.hover\:text-info-500\/25:hover {
  color: rgb(59 130 246 / 0.25);
}

.hover\:text-info-500\/30:hover {
  color: rgb(59 130 246 / 0.3);
}

.hover\:text-info-500\/35:hover {
  color: rgb(59 130 246 / 0.35);
}

.hover\:text-info-500\/40:hover {
  color: rgb(59 130 246 / 0.4);
}

.hover\:text-info-500\/45:hover {
  color: rgb(59 130 246 / 0.45);
}

.hover\:text-info-500\/5:hover {
  color: rgb(59 130 246 / 0.05);
}

.hover\:text-info-500\/50:hover {
  color: rgb(59 130 246 / 0.5);
}

.hover\:text-info-500\/55:hover {
  color: rgb(59 130 246 / 0.55);
}

.hover\:text-info-500\/60:hover {
  color: rgb(59 130 246 / 0.6);
}

.hover\:text-info-500\/65:hover {
  color: rgb(59 130 246 / 0.65);
}

.hover\:text-info-500\/70:hover {
  color: rgb(59 130 246 / 0.7);
}

.hover\:text-info-500\/75:hover {
  color: rgb(59 130 246 / 0.75);
}

.hover\:text-info-500\/80:hover {
  color: rgb(59 130 246 / 0.8);
}

.hover\:text-info-500\/85:hover {
  color: rgb(59 130 246 / 0.85);
}

.hover\:text-info-500\/90:hover {
  color: rgb(59 130 246 / 0.9);
}

.hover\:text-info-500\/95:hover {
  color: rgb(59 130 246 / 0.95);
}

.hover\:text-info-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-info-600\/0:hover {
  color: rgb(37 99 235 / 0);
}

.hover\:text-info-600\/10:hover {
  color: rgb(37 99 235 / 0.1);
}

.hover\:text-info-600\/100:hover {
  color: rgb(37 99 235 / 1);
}

.hover\:text-info-600\/15:hover {
  color: rgb(37 99 235 / 0.15);
}

.hover\:text-info-600\/20:hover {
  color: rgb(37 99 235 / 0.2);
}

.hover\:text-info-600\/25:hover {
  color: rgb(37 99 235 / 0.25);
}

.hover\:text-info-600\/30:hover {
  color: rgb(37 99 235 / 0.3);
}

.hover\:text-info-600\/35:hover {
  color: rgb(37 99 235 / 0.35);
}

.hover\:text-info-600\/40:hover {
  color: rgb(37 99 235 / 0.4);
}

.hover\:text-info-600\/45:hover {
  color: rgb(37 99 235 / 0.45);
}

.hover\:text-info-600\/5:hover {
  color: rgb(37 99 235 / 0.05);
}

.hover\:text-info-600\/50:hover {
  color: rgb(37 99 235 / 0.5);
}

.hover\:text-info-600\/55:hover {
  color: rgb(37 99 235 / 0.55);
}

.hover\:text-info-600\/60:hover {
  color: rgb(37 99 235 / 0.6);
}

.hover\:text-info-600\/65:hover {
  color: rgb(37 99 235 / 0.65);
}

.hover\:text-info-600\/70:hover {
  color: rgb(37 99 235 / 0.7);
}

.hover\:text-info-600\/75:hover {
  color: rgb(37 99 235 / 0.75);
}

.hover\:text-info-600\/80:hover {
  color: rgb(37 99 235 / 0.8);
}

.hover\:text-info-600\/85:hover {
  color: rgb(37 99 235 / 0.85);
}

.hover\:text-info-600\/90:hover {
  color: rgb(37 99 235 / 0.9);
}

.hover\:text-info-600\/95:hover {
  color: rgb(37 99 235 / 0.95);
}

.hover\:text-info-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-info-700\/0:hover {
  color: rgb(29 78 216 / 0);
}

.hover\:text-info-700\/10:hover {
  color: rgb(29 78 216 / 0.1);
}

.hover\:text-info-700\/100:hover {
  color: rgb(29 78 216 / 1);
}

.hover\:text-info-700\/15:hover {
  color: rgb(29 78 216 / 0.15);
}

.hover\:text-info-700\/20:hover {
  color: rgb(29 78 216 / 0.2);
}

.hover\:text-info-700\/25:hover {
  color: rgb(29 78 216 / 0.25);
}

.hover\:text-info-700\/30:hover {
  color: rgb(29 78 216 / 0.3);
}

.hover\:text-info-700\/35:hover {
  color: rgb(29 78 216 / 0.35);
}

.hover\:text-info-700\/40:hover {
  color: rgb(29 78 216 / 0.4);
}

.hover\:text-info-700\/45:hover {
  color: rgb(29 78 216 / 0.45);
}

.hover\:text-info-700\/5:hover {
  color: rgb(29 78 216 / 0.05);
}

.hover\:text-info-700\/50:hover {
  color: rgb(29 78 216 / 0.5);
}

.hover\:text-info-700\/55:hover {
  color: rgb(29 78 216 / 0.55);
}

.hover\:text-info-700\/60:hover {
  color: rgb(29 78 216 / 0.6);
}

.hover\:text-info-700\/65:hover {
  color: rgb(29 78 216 / 0.65);
}

.hover\:text-info-700\/70:hover {
  color: rgb(29 78 216 / 0.7);
}

.hover\:text-info-700\/75:hover {
  color: rgb(29 78 216 / 0.75);
}

.hover\:text-info-700\/80:hover {
  color: rgb(29 78 216 / 0.8);
}

.hover\:text-info-700\/85:hover {
  color: rgb(29 78 216 / 0.85);
}

.hover\:text-info-700\/90:hover {
  color: rgb(29 78 216 / 0.9);
}

.hover\:text-info-700\/95:hover {
  color: rgb(29 78 216 / 0.95);
}

.hover\:text-info-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-info-800\/0:hover {
  color: rgb(30 64 175 / 0);
}

.hover\:text-info-800\/10:hover {
  color: rgb(30 64 175 / 0.1);
}

.hover\:text-info-800\/100:hover {
  color: rgb(30 64 175 / 1);
}

.hover\:text-info-800\/15:hover {
  color: rgb(30 64 175 / 0.15);
}

.hover\:text-info-800\/20:hover {
  color: rgb(30 64 175 / 0.2);
}

.hover\:text-info-800\/25:hover {
  color: rgb(30 64 175 / 0.25);
}

.hover\:text-info-800\/30:hover {
  color: rgb(30 64 175 / 0.3);
}

.hover\:text-info-800\/35:hover {
  color: rgb(30 64 175 / 0.35);
}

.hover\:text-info-800\/40:hover {
  color: rgb(30 64 175 / 0.4);
}

.hover\:text-info-800\/45:hover {
  color: rgb(30 64 175 / 0.45);
}

.hover\:text-info-800\/5:hover {
  color: rgb(30 64 175 / 0.05);
}

.hover\:text-info-800\/50:hover {
  color: rgb(30 64 175 / 0.5);
}

.hover\:text-info-800\/55:hover {
  color: rgb(30 64 175 / 0.55);
}

.hover\:text-info-800\/60:hover {
  color: rgb(30 64 175 / 0.6);
}

.hover\:text-info-800\/65:hover {
  color: rgb(30 64 175 / 0.65);
}

.hover\:text-info-800\/70:hover {
  color: rgb(30 64 175 / 0.7);
}

.hover\:text-info-800\/75:hover {
  color: rgb(30 64 175 / 0.75);
}

.hover\:text-info-800\/80:hover {
  color: rgb(30 64 175 / 0.8);
}

.hover\:text-info-800\/85:hover {
  color: rgb(30 64 175 / 0.85);
}

.hover\:text-info-800\/90:hover {
  color: rgb(30 64 175 / 0.9);
}

.hover\:text-info-800\/95:hover {
  color: rgb(30 64 175 / 0.95);
}

.hover\:text-info-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-info-900\/0:hover {
  color: rgb(30 58 138 / 0);
}

.hover\:text-info-900\/10:hover {
  color: rgb(30 58 138 / 0.1);
}

.hover\:text-info-900\/100:hover {
  color: rgb(30 58 138 / 1);
}

.hover\:text-info-900\/15:hover {
  color: rgb(30 58 138 / 0.15);
}

.hover\:text-info-900\/20:hover {
  color: rgb(30 58 138 / 0.2);
}

.hover\:text-info-900\/25:hover {
  color: rgb(30 58 138 / 0.25);
}

.hover\:text-info-900\/30:hover {
  color: rgb(30 58 138 / 0.3);
}

.hover\:text-info-900\/35:hover {
  color: rgb(30 58 138 / 0.35);
}

.hover\:text-info-900\/40:hover {
  color: rgb(30 58 138 / 0.4);
}

.hover\:text-info-900\/45:hover {
  color: rgb(30 58 138 / 0.45);
}

.hover\:text-info-900\/5:hover {
  color: rgb(30 58 138 / 0.05);
}

.hover\:text-info-900\/50:hover {
  color: rgb(30 58 138 / 0.5);
}

.hover\:text-info-900\/55:hover {
  color: rgb(30 58 138 / 0.55);
}

.hover\:text-info-900\/60:hover {
  color: rgb(30 58 138 / 0.6);
}

.hover\:text-info-900\/65:hover {
  color: rgb(30 58 138 / 0.65);
}

.hover\:text-info-900\/70:hover {
  color: rgb(30 58 138 / 0.7);
}

.hover\:text-info-900\/75:hover {
  color: rgb(30 58 138 / 0.75);
}

.hover\:text-info-900\/80:hover {
  color: rgb(30 58 138 / 0.8);
}

.hover\:text-info-900\/85:hover {
  color: rgb(30 58 138 / 0.85);
}

.hover\:text-info-900\/90:hover {
  color: rgb(30 58 138 / 0.9);
}

.hover\:text-info-900\/95:hover {
  color: rgb(30 58 138 / 0.95);
}

.hover\:text-info-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-info-dark\/0:hover {
  color: rgb(29 78 216 / 0);
}

.hover\:text-info-dark\/10:hover {
  color: rgb(29 78 216 / 0.1);
}

.hover\:text-info-dark\/100:hover {
  color: rgb(29 78 216 / 1);
}

.hover\:text-info-dark\/15:hover {
  color: rgb(29 78 216 / 0.15);
}

.hover\:text-info-dark\/20:hover {
  color: rgb(29 78 216 / 0.2);
}

.hover\:text-info-dark\/25:hover {
  color: rgb(29 78 216 / 0.25);
}

.hover\:text-info-dark\/30:hover {
  color: rgb(29 78 216 / 0.3);
}

.hover\:text-info-dark\/35:hover {
  color: rgb(29 78 216 / 0.35);
}

.hover\:text-info-dark\/40:hover {
  color: rgb(29 78 216 / 0.4);
}

.hover\:text-info-dark\/45:hover {
  color: rgb(29 78 216 / 0.45);
}

.hover\:text-info-dark\/5:hover {
  color: rgb(29 78 216 / 0.05);
}

.hover\:text-info-dark\/50:hover {
  color: rgb(29 78 216 / 0.5);
}

.hover\:text-info-dark\/55:hover {
  color: rgb(29 78 216 / 0.55);
}

.hover\:text-info-dark\/60:hover {
  color: rgb(29 78 216 / 0.6);
}

.hover\:text-info-dark\/65:hover {
  color: rgb(29 78 216 / 0.65);
}

.hover\:text-info-dark\/70:hover {
  color: rgb(29 78 216 / 0.7);
}

.hover\:text-info-dark\/75:hover {
  color: rgb(29 78 216 / 0.75);
}

.hover\:text-info-dark\/80:hover {
  color: rgb(29 78 216 / 0.8);
}

.hover\:text-info-dark\/85:hover {
  color: rgb(29 78 216 / 0.85);
}

.hover\:text-info-dark\/90:hover {
  color: rgb(29 78 216 / 0.9);
}

.hover\:text-info-dark\/95:hover {
  color: rgb(29 78 216 / 0.95);
}

.hover\:text-info-light:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.hover\:text-info-light\/0:hover {
  color: rgb(219 234 254 / 0);
}

.hover\:text-info-light\/10:hover {
  color: rgb(219 234 254 / 0.1);
}

.hover\:text-info-light\/100:hover {
  color: rgb(219 234 254 / 1);
}

.hover\:text-info-light\/15:hover {
  color: rgb(219 234 254 / 0.15);
}

.hover\:text-info-light\/20:hover {
  color: rgb(219 234 254 / 0.2);
}

.hover\:text-info-light\/25:hover {
  color: rgb(219 234 254 / 0.25);
}

.hover\:text-info-light\/30:hover {
  color: rgb(219 234 254 / 0.3);
}

.hover\:text-info-light\/35:hover {
  color: rgb(219 234 254 / 0.35);
}

.hover\:text-info-light\/40:hover {
  color: rgb(219 234 254 / 0.4);
}

.hover\:text-info-light\/45:hover {
  color: rgb(219 234 254 / 0.45);
}

.hover\:text-info-light\/5:hover {
  color: rgb(219 234 254 / 0.05);
}

.hover\:text-info-light\/50:hover {
  color: rgb(219 234 254 / 0.5);
}

.hover\:text-info-light\/55:hover {
  color: rgb(219 234 254 / 0.55);
}

.hover\:text-info-light\/60:hover {
  color: rgb(219 234 254 / 0.6);
}

.hover\:text-info-light\/65:hover {
  color: rgb(219 234 254 / 0.65);
}

.hover\:text-info-light\/70:hover {
  color: rgb(219 234 254 / 0.7);
}

.hover\:text-info-light\/75:hover {
  color: rgb(219 234 254 / 0.75);
}

.hover\:text-info-light\/80:hover {
  color: rgb(219 234 254 / 0.8);
}

.hover\:text-info-light\/85:hover {
  color: rgb(219 234 254 / 0.85);
}

.hover\:text-info-light\/90:hover {
  color: rgb(219 234 254 / 0.9);
}

.hover\:text-info-light\/95:hover {
  color: rgb(219 234 254 / 0.95);
}

.hover\:text-info\/0:hover {
  color: rgb(59 130 246 / 0);
}

.hover\:text-info\/10:hover {
  color: rgb(59 130 246 / 0.1);
}

.hover\:text-info\/100:hover {
  color: rgb(59 130 246 / 1);
}

.hover\:text-info\/15:hover {
  color: rgb(59 130 246 / 0.15);
}

.hover\:text-info\/20:hover {
  color: rgb(59 130 246 / 0.2);
}

.hover\:text-info\/25:hover {
  color: rgb(59 130 246 / 0.25);
}

.hover\:text-info\/30:hover {
  color: rgb(59 130 246 / 0.3);
}

.hover\:text-info\/35:hover {
  color: rgb(59 130 246 / 0.35);
}

.hover\:text-info\/40:hover {
  color: rgb(59 130 246 / 0.4);
}

.hover\:text-info\/45:hover {
  color: rgb(59 130 246 / 0.45);
}

.hover\:text-info\/5:hover {
  color: rgb(59 130 246 / 0.05);
}

.hover\:text-info\/50:hover {
  color: rgb(59 130 246 / 0.5);
}

.hover\:text-info\/55:hover {
  color: rgb(59 130 246 / 0.55);
}

.hover\:text-info\/60:hover {
  color: rgb(59 130 246 / 0.6);
}

.hover\:text-info\/65:hover {
  color: rgb(59 130 246 / 0.65);
}

.hover\:text-info\/70:hover {
  color: rgb(59 130 246 / 0.7);
}

.hover\:text-info\/75:hover {
  color: rgb(59 130 246 / 0.75);
}

.hover\:text-info\/80:hover {
  color: rgb(59 130 246 / 0.8);
}

.hover\:text-info\/85:hover {
  color: rgb(59 130 246 / 0.85);
}

.hover\:text-info\/90:hover {
  color: rgb(59 130 246 / 0.9);
}

.hover\:text-info\/95:hover {
  color: rgb(59 130 246 / 0.95);
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(179 229 236 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-100\/0:hover {
  color: rgb(179 229 236 / 0);
}

.hover\:text-primary-100\/10:hover {
  color: rgb(179 229 236 / 0.1);
}

.hover\:text-primary-100\/100:hover {
  color: rgb(179 229 236 / 1);
}

.hover\:text-primary-100\/15:hover {
  color: rgb(179 229 236 / 0.15);
}

.hover\:text-primary-100\/20:hover {
  color: rgb(179 229 236 / 0.2);
}

.hover\:text-primary-100\/25:hover {
  color: rgb(179 229 236 / 0.25);
}

.hover\:text-primary-100\/30:hover {
  color: rgb(179 229 236 / 0.3);
}

.hover\:text-primary-100\/35:hover {
  color: rgb(179 229 236 / 0.35);
}

.hover\:text-primary-100\/40:hover {
  color: rgb(179 229 236 / 0.4);
}

.hover\:text-primary-100\/45:hover {
  color: rgb(179 229 236 / 0.45);
}

.hover\:text-primary-100\/5:hover {
  color: rgb(179 229 236 / 0.05);
}

.hover\:text-primary-100\/50:hover {
  color: rgb(179 229 236 / 0.5);
}

.hover\:text-primary-100\/55:hover {
  color: rgb(179 229 236 / 0.55);
}

.hover\:text-primary-100\/60:hover {
  color: rgb(179 229 236 / 0.6);
}

.hover\:text-primary-100\/65:hover {
  color: rgb(179 229 236 / 0.65);
}

.hover\:text-primary-100\/70:hover {
  color: rgb(179 229 236 / 0.7);
}

.hover\:text-primary-100\/75:hover {
  color: rgb(179 229 236 / 0.75);
}

.hover\:text-primary-100\/80:hover {
  color: rgb(179 229 236 / 0.8);
}

.hover\:text-primary-100\/85:hover {
  color: rgb(179 229 236 / 0.85);
}

.hover\:text-primary-100\/90:hover {
  color: rgb(179 229 236 / 0.9);
}

.hover\:text-primary-100\/95:hover {
  color: rgb(179 229 236 / 0.95);
}

.hover\:text-primary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(128 211 223 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-200\/0:hover {
  color: rgb(128 211 223 / 0);
}

.hover\:text-primary-200\/10:hover {
  color: rgb(128 211 223 / 0.1);
}

.hover\:text-primary-200\/100:hover {
  color: rgb(128 211 223 / 1);
}

.hover\:text-primary-200\/15:hover {
  color: rgb(128 211 223 / 0.15);
}

.hover\:text-primary-200\/20:hover {
  color: rgb(128 211 223 / 0.2);
}

.hover\:text-primary-200\/25:hover {
  color: rgb(128 211 223 / 0.25);
}

.hover\:text-primary-200\/30:hover {
  color: rgb(128 211 223 / 0.3);
}

.hover\:text-primary-200\/35:hover {
  color: rgb(128 211 223 / 0.35);
}

.hover\:text-primary-200\/40:hover {
  color: rgb(128 211 223 / 0.4);
}

.hover\:text-primary-200\/45:hover {
  color: rgb(128 211 223 / 0.45);
}

.hover\:text-primary-200\/5:hover {
  color: rgb(128 211 223 / 0.05);
}

.hover\:text-primary-200\/50:hover {
  color: rgb(128 211 223 / 0.5);
}

.hover\:text-primary-200\/55:hover {
  color: rgb(128 211 223 / 0.55);
}

.hover\:text-primary-200\/60:hover {
  color: rgb(128 211 223 / 0.6);
}

.hover\:text-primary-200\/65:hover {
  color: rgb(128 211 223 / 0.65);
}

.hover\:text-primary-200\/70:hover {
  color: rgb(128 211 223 / 0.7);
}

.hover\:text-primary-200\/75:hover {
  color: rgb(128 211 223 / 0.75);
}

.hover\:text-primary-200\/80:hover {
  color: rgb(128 211 223 / 0.8);
}

.hover\:text-primary-200\/85:hover {
  color: rgb(128 211 223 / 0.85);
}

.hover\:text-primary-200\/90:hover {
  color: rgb(128 211 223 / 0.9);
}

.hover\:text-primary-200\/95:hover {
  color: rgb(128 211 223 / 0.95);
}

.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(77 193 210 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-300\/0:hover {
  color: rgb(77 193 210 / 0);
}

.hover\:text-primary-300\/10:hover {
  color: rgb(77 193 210 / 0.1);
}

.hover\:text-primary-300\/100:hover {
  color: rgb(77 193 210 / 1);
}

.hover\:text-primary-300\/15:hover {
  color: rgb(77 193 210 / 0.15);
}

.hover\:text-primary-300\/20:hover {
  color: rgb(77 193 210 / 0.2);
}

.hover\:text-primary-300\/25:hover {
  color: rgb(77 193 210 / 0.25);
}

.hover\:text-primary-300\/30:hover {
  color: rgb(77 193 210 / 0.3);
}

.hover\:text-primary-300\/35:hover {
  color: rgb(77 193 210 / 0.35);
}

.hover\:text-primary-300\/40:hover {
  color: rgb(77 193 210 / 0.4);
}

.hover\:text-primary-300\/45:hover {
  color: rgb(77 193 210 / 0.45);
}

.hover\:text-primary-300\/5:hover {
  color: rgb(77 193 210 / 0.05);
}

.hover\:text-primary-300\/50:hover {
  color: rgb(77 193 210 / 0.5);
}

.hover\:text-primary-300\/55:hover {
  color: rgb(77 193 210 / 0.55);
}

.hover\:text-primary-300\/60:hover {
  color: rgb(77 193 210 / 0.6);
}

.hover\:text-primary-300\/65:hover {
  color: rgb(77 193 210 / 0.65);
}

.hover\:text-primary-300\/70:hover {
  color: rgb(77 193 210 / 0.7);
}

.hover\:text-primary-300\/75:hover {
  color: rgb(77 193 210 / 0.75);
}

.hover\:text-primary-300\/80:hover {
  color: rgb(77 193 210 / 0.8);
}

.hover\:text-primary-300\/85:hover {
  color: rgb(77 193 210 / 0.85);
}

.hover\:text-primary-300\/90:hover {
  color: rgb(77 193 210 / 0.9);
}

.hover\:text-primary-300\/95:hover {
  color: rgb(77 193 210 / 0.95);
}

.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(26 175 197 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-400\/0:hover {
  color: rgb(26 175 197 / 0);
}

.hover\:text-primary-400\/10:hover {
  color: rgb(26 175 197 / 0.1);
}

.hover\:text-primary-400\/100:hover {
  color: rgb(26 175 197 / 1);
}

.hover\:text-primary-400\/15:hover {
  color: rgb(26 175 197 / 0.15);
}

.hover\:text-primary-400\/20:hover {
  color: rgb(26 175 197 / 0.2);
}

.hover\:text-primary-400\/25:hover {
  color: rgb(26 175 197 / 0.25);
}

.hover\:text-primary-400\/30:hover {
  color: rgb(26 175 197 / 0.3);
}

.hover\:text-primary-400\/35:hover {
  color: rgb(26 175 197 / 0.35);
}

.hover\:text-primary-400\/40:hover {
  color: rgb(26 175 197 / 0.4);
}

.hover\:text-primary-400\/45:hover {
  color: rgb(26 175 197 / 0.45);
}

.hover\:text-primary-400\/5:hover {
  color: rgb(26 175 197 / 0.05);
}

.hover\:text-primary-400\/50:hover {
  color: rgb(26 175 197 / 0.5);
}

.hover\:text-primary-400\/55:hover {
  color: rgb(26 175 197 / 0.55);
}

.hover\:text-primary-400\/60:hover {
  color: rgb(26 175 197 / 0.6);
}

.hover\:text-primary-400\/65:hover {
  color: rgb(26 175 197 / 0.65);
}

.hover\:text-primary-400\/70:hover {
  color: rgb(26 175 197 / 0.7);
}

.hover\:text-primary-400\/75:hover {
  color: rgb(26 175 197 / 0.75);
}

.hover\:text-primary-400\/80:hover {
  color: rgb(26 175 197 / 0.8);
}

.hover\:text-primary-400\/85:hover {
  color: rgb(26 175 197 / 0.85);
}

.hover\:text-primary-400\/90:hover {
  color: rgb(26 175 197 / 0.9);
}

.hover\:text-primary-400\/95:hover {
  color: rgb(26 175 197 / 0.95);
}

.hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(230 247 249 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-50\/0:hover {
  color: rgb(230 247 249 / 0);
}

.hover\:text-primary-50\/10:hover {
  color: rgb(230 247 249 / 0.1);
}

.hover\:text-primary-50\/100:hover {
  color: rgb(230 247 249 / 1);
}

.hover\:text-primary-50\/15:hover {
  color: rgb(230 247 249 / 0.15);
}

.hover\:text-primary-50\/20:hover {
  color: rgb(230 247 249 / 0.2);
}

.hover\:text-primary-50\/25:hover {
  color: rgb(230 247 249 / 0.25);
}

.hover\:text-primary-50\/30:hover {
  color: rgb(230 247 249 / 0.3);
}

.hover\:text-primary-50\/35:hover {
  color: rgb(230 247 249 / 0.35);
}

.hover\:text-primary-50\/40:hover {
  color: rgb(230 247 249 / 0.4);
}

.hover\:text-primary-50\/45:hover {
  color: rgb(230 247 249 / 0.45);
}

.hover\:text-primary-50\/5:hover {
  color: rgb(230 247 249 / 0.05);
}

.hover\:text-primary-50\/50:hover {
  color: rgb(230 247 249 / 0.5);
}

.hover\:text-primary-50\/55:hover {
  color: rgb(230 247 249 / 0.55);
}

.hover\:text-primary-50\/60:hover {
  color: rgb(230 247 249 / 0.6);
}

.hover\:text-primary-50\/65:hover {
  color: rgb(230 247 249 / 0.65);
}

.hover\:text-primary-50\/70:hover {
  color: rgb(230 247 249 / 0.7);
}

.hover\:text-primary-50\/75:hover {
  color: rgb(230 247 249 / 0.75);
}

.hover\:text-primary-50\/80:hover {
  color: rgb(230 247 249 / 0.8);
}

.hover\:text-primary-50\/85:hover {
  color: rgb(230 247 249 / 0.85);
}

.hover\:text-primary-50\/90:hover {
  color: rgb(230 247 249 / 0.9);
}

.hover\:text-primary-50\/95:hover {
  color: rgb(230 247 249 / 0.95);
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500\/0:hover {
  color: rgb(25 141 168 / 0);
}

.hover\:text-primary-500\/10:hover {
  color: rgb(25 141 168 / 0.1);
}

.hover\:text-primary-500\/100:hover {
  color: rgb(25 141 168 / 1);
}

.hover\:text-primary-500\/15:hover {
  color: rgb(25 141 168 / 0.15);
}

.hover\:text-primary-500\/20:hover {
  color: rgb(25 141 168 / 0.2);
}

.hover\:text-primary-500\/25:hover {
  color: rgb(25 141 168 / 0.25);
}

.hover\:text-primary-500\/30:hover {
  color: rgb(25 141 168 / 0.3);
}

.hover\:text-primary-500\/35:hover {
  color: rgb(25 141 168 / 0.35);
}

.hover\:text-primary-500\/40:hover {
  color: rgb(25 141 168 / 0.4);
}

.hover\:text-primary-500\/45:hover {
  color: rgb(25 141 168 / 0.45);
}

.hover\:text-primary-500\/5:hover {
  color: rgb(25 141 168 / 0.05);
}

.hover\:text-primary-500\/50:hover {
  color: rgb(25 141 168 / 0.5);
}

.hover\:text-primary-500\/55:hover {
  color: rgb(25 141 168 / 0.55);
}

.hover\:text-primary-500\/60:hover {
  color: rgb(25 141 168 / 0.6);
}

.hover\:text-primary-500\/65:hover {
  color: rgb(25 141 168 / 0.65);
}

.hover\:text-primary-500\/70:hover {
  color: rgb(25 141 168 / 0.7);
}

.hover\:text-primary-500\/75:hover {
  color: rgb(25 141 168 / 0.75);
}

.hover\:text-primary-500\/80:hover {
  color: rgb(25 141 168 / 0.8);
}

.hover\:text-primary-500\/85:hover {
  color: rgb(25 141 168 / 0.85);
}

.hover\:text-primary-500\/90:hover {
  color: rgb(25 141 168 / 0.9);
}

.hover\:text-primary-500\/95:hover {
  color: rgb(25 141 168 / 0.95);
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(20 113 136 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-600\/0:hover {
  color: rgb(20 113 136 / 0);
}

.hover\:text-primary-600\/10:hover {
  color: rgb(20 113 136 / 0.1);
}

.hover\:text-primary-600\/100:hover {
  color: rgb(20 113 136 / 1);
}

.hover\:text-primary-600\/15:hover {
  color: rgb(20 113 136 / 0.15);
}

.hover\:text-primary-600\/20:hover {
  color: rgb(20 113 136 / 0.2);
}

.hover\:text-primary-600\/25:hover {
  color: rgb(20 113 136 / 0.25);
}

.hover\:text-primary-600\/30:hover {
  color: rgb(20 113 136 / 0.3);
}

.hover\:text-primary-600\/35:hover {
  color: rgb(20 113 136 / 0.35);
}

.hover\:text-primary-600\/40:hover {
  color: rgb(20 113 136 / 0.4);
}

.hover\:text-primary-600\/45:hover {
  color: rgb(20 113 136 / 0.45);
}

.hover\:text-primary-600\/5:hover {
  color: rgb(20 113 136 / 0.05);
}

.hover\:text-primary-600\/50:hover {
  color: rgb(20 113 136 / 0.5);
}

.hover\:text-primary-600\/55:hover {
  color: rgb(20 113 136 / 0.55);
}

.hover\:text-primary-600\/60:hover {
  color: rgb(20 113 136 / 0.6);
}

.hover\:text-primary-600\/65:hover {
  color: rgb(20 113 136 / 0.65);
}

.hover\:text-primary-600\/70:hover {
  color: rgb(20 113 136 / 0.7);
}

.hover\:text-primary-600\/75:hover {
  color: rgb(20 113 136 / 0.75);
}

.hover\:text-primary-600\/80:hover {
  color: rgb(20 113 136 / 0.8);
}

.hover\:text-primary-600\/85:hover {
  color: rgb(20 113 136 / 0.85);
}

.hover\:text-primary-600\/90:hover {
  color: rgb(20 113 136 / 0.9);
}

.hover\:text-primary-600\/95:hover {
  color: rgb(20 113 136 / 0.95);
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 85 104 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700\/0:hover {
  color: rgb(15 85 104 / 0);
}

.hover\:text-primary-700\/10:hover {
  color: rgb(15 85 104 / 0.1);
}

.hover\:text-primary-700\/100:hover {
  color: rgb(15 85 104 / 1);
}

.hover\:text-primary-700\/15:hover {
  color: rgb(15 85 104 / 0.15);
}

.hover\:text-primary-700\/20:hover {
  color: rgb(15 85 104 / 0.2);
}

.hover\:text-primary-700\/25:hover {
  color: rgb(15 85 104 / 0.25);
}

.hover\:text-primary-700\/30:hover {
  color: rgb(15 85 104 / 0.3);
}

.hover\:text-primary-700\/35:hover {
  color: rgb(15 85 104 / 0.35);
}

.hover\:text-primary-700\/40:hover {
  color: rgb(15 85 104 / 0.4);
}

.hover\:text-primary-700\/45:hover {
  color: rgb(15 85 104 / 0.45);
}

.hover\:text-primary-700\/5:hover {
  color: rgb(15 85 104 / 0.05);
}

.hover\:text-primary-700\/50:hover {
  color: rgb(15 85 104 / 0.5);
}

.hover\:text-primary-700\/55:hover {
  color: rgb(15 85 104 / 0.55);
}

.hover\:text-primary-700\/60:hover {
  color: rgb(15 85 104 / 0.6);
}

.hover\:text-primary-700\/65:hover {
  color: rgb(15 85 104 / 0.65);
}

.hover\:text-primary-700\/70:hover {
  color: rgb(15 85 104 / 0.7);
}

.hover\:text-primary-700\/75:hover {
  color: rgb(15 85 104 / 0.75);
}

.hover\:text-primary-700\/80:hover {
  color: rgb(15 85 104 / 0.8);
}

.hover\:text-primary-700\/85:hover {
  color: rgb(15 85 104 / 0.85);
}

.hover\:text-primary-700\/90:hover {
  color: rgb(15 85 104 / 0.9);
}

.hover\:text-primary-700\/95:hover {
  color: rgb(15 85 104 / 0.95);
}

.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(10 57 72 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-800\/0:hover {
  color: rgb(10 57 72 / 0);
}

.hover\:text-primary-800\/10:hover {
  color: rgb(10 57 72 / 0.1);
}

.hover\:text-primary-800\/100:hover {
  color: rgb(10 57 72 / 1);
}

.hover\:text-primary-800\/15:hover {
  color: rgb(10 57 72 / 0.15);
}

.hover\:text-primary-800\/20:hover {
  color: rgb(10 57 72 / 0.2);
}

.hover\:text-primary-800\/25:hover {
  color: rgb(10 57 72 / 0.25);
}

.hover\:text-primary-800\/30:hover {
  color: rgb(10 57 72 / 0.3);
}

.hover\:text-primary-800\/35:hover {
  color: rgb(10 57 72 / 0.35);
}

.hover\:text-primary-800\/40:hover {
  color: rgb(10 57 72 / 0.4);
}

.hover\:text-primary-800\/45:hover {
  color: rgb(10 57 72 / 0.45);
}

.hover\:text-primary-800\/5:hover {
  color: rgb(10 57 72 / 0.05);
}

.hover\:text-primary-800\/50:hover {
  color: rgb(10 57 72 / 0.5);
}

.hover\:text-primary-800\/55:hover {
  color: rgb(10 57 72 / 0.55);
}

.hover\:text-primary-800\/60:hover {
  color: rgb(10 57 72 / 0.6);
}

.hover\:text-primary-800\/65:hover {
  color: rgb(10 57 72 / 0.65);
}

.hover\:text-primary-800\/70:hover {
  color: rgb(10 57 72 / 0.7);
}

.hover\:text-primary-800\/75:hover {
  color: rgb(10 57 72 / 0.75);
}

.hover\:text-primary-800\/80:hover {
  color: rgb(10 57 72 / 0.8);
}

.hover\:text-primary-800\/85:hover {
  color: rgb(10 57 72 / 0.85);
}

.hover\:text-primary-800\/90:hover {
  color: rgb(10 57 72 / 0.9);
}

.hover\:text-primary-800\/95:hover {
  color: rgb(10 57 72 / 0.95);
}

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(5 29 40 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-900\/0:hover {
  color: rgb(5 29 40 / 0);
}

.hover\:text-primary-900\/10:hover {
  color: rgb(5 29 40 / 0.1);
}

.hover\:text-primary-900\/100:hover {
  color: rgb(5 29 40 / 1);
}

.hover\:text-primary-900\/15:hover {
  color: rgb(5 29 40 / 0.15);
}

.hover\:text-primary-900\/20:hover {
  color: rgb(5 29 40 / 0.2);
}

.hover\:text-primary-900\/25:hover {
  color: rgb(5 29 40 / 0.25);
}

.hover\:text-primary-900\/30:hover {
  color: rgb(5 29 40 / 0.3);
}

.hover\:text-primary-900\/35:hover {
  color: rgb(5 29 40 / 0.35);
}

.hover\:text-primary-900\/40:hover {
  color: rgb(5 29 40 / 0.4);
}

.hover\:text-primary-900\/45:hover {
  color: rgb(5 29 40 / 0.45);
}

.hover\:text-primary-900\/5:hover {
  color: rgb(5 29 40 / 0.05);
}

.hover\:text-primary-900\/50:hover {
  color: rgb(5 29 40 / 0.5);
}

.hover\:text-primary-900\/55:hover {
  color: rgb(5 29 40 / 0.55);
}

.hover\:text-primary-900\/60:hover {
  color: rgb(5 29 40 / 0.6);
}

.hover\:text-primary-900\/65:hover {
  color: rgb(5 29 40 / 0.65);
}

.hover\:text-primary-900\/70:hover {
  color: rgb(5 29 40 / 0.7);
}

.hover\:text-primary-900\/75:hover {
  color: rgb(5 29 40 / 0.75);
}

.hover\:text-primary-900\/80:hover {
  color: rgb(5 29 40 / 0.8);
}

.hover\:text-primary-900\/85:hover {
  color: rgb(5 29 40 / 0.85);
}

.hover\:text-primary-900\/90:hover {
  color: rgb(5 29 40 / 0.9);
}

.hover\:text-primary-900\/95:hover {
  color: rgb(5 29 40 / 0.95);
}

.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(15 85 104 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark\/0:hover {
  color: rgb(15 85 104 / 0);
}

.hover\:text-primary-dark\/10:hover {
  color: rgb(15 85 104 / 0.1);
}

.hover\:text-primary-dark\/100:hover {
  color: rgb(15 85 104 / 1);
}

.hover\:text-primary-dark\/15:hover {
  color: rgb(15 85 104 / 0.15);
}

.hover\:text-primary-dark\/20:hover {
  color: rgb(15 85 104 / 0.2);
}

.hover\:text-primary-dark\/25:hover {
  color: rgb(15 85 104 / 0.25);
}

.hover\:text-primary-dark\/30:hover {
  color: rgb(15 85 104 / 0.3);
}

.hover\:text-primary-dark\/35:hover {
  color: rgb(15 85 104 / 0.35);
}

.hover\:text-primary-dark\/40:hover {
  color: rgb(15 85 104 / 0.4);
}

.hover\:text-primary-dark\/45:hover {
  color: rgb(15 85 104 / 0.45);
}

.hover\:text-primary-dark\/5:hover {
  color: rgb(15 85 104 / 0.05);
}

.hover\:text-primary-dark\/50:hover {
  color: rgb(15 85 104 / 0.5);
}

.hover\:text-primary-dark\/55:hover {
  color: rgb(15 85 104 / 0.55);
}

.hover\:text-primary-dark\/60:hover {
  color: rgb(15 85 104 / 0.6);
}

.hover\:text-primary-dark\/65:hover {
  color: rgb(15 85 104 / 0.65);
}

.hover\:text-primary-dark\/70:hover {
  color: rgb(15 85 104 / 0.7);
}

.hover\:text-primary-dark\/75:hover {
  color: rgb(15 85 104 / 0.75);
}

.hover\:text-primary-dark\/80:hover {
  color: rgb(15 85 104 / 0.8);
}

.hover\:text-primary-dark\/85:hover {
  color: rgb(15 85 104 / 0.85);
}

.hover\:text-primary-dark\/90:hover {
  color: rgb(15 85 104 / 0.9);
}

.hover\:text-primary-dark\/95:hover {
  color: rgb(15 85 104 / 0.95);
}

.hover\:text-primary-light:hover {
  --tw-text-opacity: 1;
  color: rgb(230 247 249 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-light\/0:hover {
  color: rgb(230 247 249 / 0);
}

.hover\:text-primary-light\/10:hover {
  color: rgb(230 247 249 / 0.1);
}

.hover\:text-primary-light\/100:hover {
  color: rgb(230 247 249 / 1);
}

.hover\:text-primary-light\/15:hover {
  color: rgb(230 247 249 / 0.15);
}

.hover\:text-primary-light\/20:hover {
  color: rgb(230 247 249 / 0.2);
}

.hover\:text-primary-light\/25:hover {
  color: rgb(230 247 249 / 0.25);
}

.hover\:text-primary-light\/30:hover {
  color: rgb(230 247 249 / 0.3);
}

.hover\:text-primary-light\/35:hover {
  color: rgb(230 247 249 / 0.35);
}

.hover\:text-primary-light\/40:hover {
  color: rgb(230 247 249 / 0.4);
}

.hover\:text-primary-light\/45:hover {
  color: rgb(230 247 249 / 0.45);
}

.hover\:text-primary-light\/5:hover {
  color: rgb(230 247 249 / 0.05);
}

.hover\:text-primary-light\/50:hover {
  color: rgb(230 247 249 / 0.5);
}

.hover\:text-primary-light\/55:hover {
  color: rgb(230 247 249 / 0.55);
}

.hover\:text-primary-light\/60:hover {
  color: rgb(230 247 249 / 0.6);
}

.hover\:text-primary-light\/65:hover {
  color: rgb(230 247 249 / 0.65);
}

.hover\:text-primary-light\/70:hover {
  color: rgb(230 247 249 / 0.7);
}

.hover\:text-primary-light\/75:hover {
  color: rgb(230 247 249 / 0.75);
}

.hover\:text-primary-light\/80:hover {
  color: rgb(230 247 249 / 0.8);
}

.hover\:text-primary-light\/85:hover {
  color: rgb(230 247 249 / 0.85);
}

.hover\:text-primary-light\/90:hover {
  color: rgb(230 247 249 / 0.9);
}

.hover\:text-primary-light\/95:hover {
  color: rgb(230 247 249 / 0.95);
}

.hover\:text-primary\/0:hover {
  color: rgb(25 141 168 / 0);
}

.hover\:text-primary\/10:hover {
  color: rgb(25 141 168 / 0.1);
}

.hover\:text-primary\/100:hover {
  color: rgb(25 141 168 / 1);
}

.hover\:text-primary\/15:hover {
  color: rgb(25 141 168 / 0.15);
}

.hover\:text-primary\/20:hover {
  color: rgb(25 141 168 / 0.2);
}

.hover\:text-primary\/25:hover {
  color: rgb(25 141 168 / 0.25);
}

.hover\:text-primary\/30:hover {
  color: rgb(25 141 168 / 0.3);
}

.hover\:text-primary\/35:hover {
  color: rgb(25 141 168 / 0.35);
}

.hover\:text-primary\/40:hover {
  color: rgb(25 141 168 / 0.4);
}

.hover\:text-primary\/45:hover {
  color: rgb(25 141 168 / 0.45);
}

.hover\:text-primary\/5:hover {
  color: rgb(25 141 168 / 0.05);
}

.hover\:text-primary\/50:hover {
  color: rgb(25 141 168 / 0.5);
}

.hover\:text-primary\/55:hover {
  color: rgb(25 141 168 / 0.55);
}

.hover\:text-primary\/60:hover {
  color: rgb(25 141 168 / 0.6);
}

.hover\:text-primary\/65:hover {
  color: rgb(25 141 168 / 0.65);
}

.hover\:text-primary\/70:hover {
  color: rgb(25 141 168 / 0.7);
}

.hover\:text-primary\/75:hover {
  color: rgb(25 141 168 / 0.75);
}

.hover\:text-primary\/80:hover {
  color: rgb(25 141 168 / 0.8);
}

.hover\:text-primary\/85:hover {
  color: rgb(25 141 168 / 0.85);
}

.hover\:text-primary\/90:hover {
  color: rgb(25 141 168 / 0.9);
}

.hover\:text-primary\/95:hover {
  color: rgb(25 141 168 / 0.95);
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-100\/0:hover {
  color: rgb(241 245 249 / 0);
}

.hover\:text-secondary-100\/10:hover {
  color: rgb(241 245 249 / 0.1);
}

.hover\:text-secondary-100\/100:hover {
  color: rgb(241 245 249 / 1);
}

.hover\:text-secondary-100\/15:hover {
  color: rgb(241 245 249 / 0.15);
}

.hover\:text-secondary-100\/20:hover {
  color: rgb(241 245 249 / 0.2);
}

.hover\:text-secondary-100\/25:hover {
  color: rgb(241 245 249 / 0.25);
}

.hover\:text-secondary-100\/30:hover {
  color: rgb(241 245 249 / 0.3);
}

.hover\:text-secondary-100\/35:hover {
  color: rgb(241 245 249 / 0.35);
}

.hover\:text-secondary-100\/40:hover {
  color: rgb(241 245 249 / 0.4);
}

.hover\:text-secondary-100\/45:hover {
  color: rgb(241 245 249 / 0.45);
}

.hover\:text-secondary-100\/5:hover {
  color: rgb(241 245 249 / 0.05);
}

.hover\:text-secondary-100\/50:hover {
  color: rgb(241 245 249 / 0.5);
}

.hover\:text-secondary-100\/55:hover {
  color: rgb(241 245 249 / 0.55);
}

.hover\:text-secondary-100\/60:hover {
  color: rgb(241 245 249 / 0.6);
}

.hover\:text-secondary-100\/65:hover {
  color: rgb(241 245 249 / 0.65);
}

.hover\:text-secondary-100\/70:hover {
  color: rgb(241 245 249 / 0.7);
}

.hover\:text-secondary-100\/75:hover {
  color: rgb(241 245 249 / 0.75);
}

.hover\:text-secondary-100\/80:hover {
  color: rgb(241 245 249 / 0.8);
}

.hover\:text-secondary-100\/85:hover {
  color: rgb(241 245 249 / 0.85);
}

.hover\:text-secondary-100\/90:hover {
  color: rgb(241 245 249 / 0.9);
}

.hover\:text-secondary-100\/95:hover {
  color: rgb(241 245 249 / 0.95);
}

.hover\:text-secondary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-200\/0:hover {
  color: rgb(226 232 240 / 0);
}

.hover\:text-secondary-200\/10:hover {
  color: rgb(226 232 240 / 0.1);
}

.hover\:text-secondary-200\/100:hover {
  color: rgb(226 232 240 / 1);
}

.hover\:text-secondary-200\/15:hover {
  color: rgb(226 232 240 / 0.15);
}

.hover\:text-secondary-200\/20:hover {
  color: rgb(226 232 240 / 0.2);
}

.hover\:text-secondary-200\/25:hover {
  color: rgb(226 232 240 / 0.25);
}

.hover\:text-secondary-200\/30:hover {
  color: rgb(226 232 240 / 0.3);
}

.hover\:text-secondary-200\/35:hover {
  color: rgb(226 232 240 / 0.35);
}

.hover\:text-secondary-200\/40:hover {
  color: rgb(226 232 240 / 0.4);
}

.hover\:text-secondary-200\/45:hover {
  color: rgb(226 232 240 / 0.45);
}

.hover\:text-secondary-200\/5:hover {
  color: rgb(226 232 240 / 0.05);
}

.hover\:text-secondary-200\/50:hover {
  color: rgb(226 232 240 / 0.5);
}

.hover\:text-secondary-200\/55:hover {
  color: rgb(226 232 240 / 0.55);
}

.hover\:text-secondary-200\/60:hover {
  color: rgb(226 232 240 / 0.6);
}

.hover\:text-secondary-200\/65:hover {
  color: rgb(226 232 240 / 0.65);
}

.hover\:text-secondary-200\/70:hover {
  color: rgb(226 232 240 / 0.7);
}

.hover\:text-secondary-200\/75:hover {
  color: rgb(226 232 240 / 0.75);
}

.hover\:text-secondary-200\/80:hover {
  color: rgb(226 232 240 / 0.8);
}

.hover\:text-secondary-200\/85:hover {
  color: rgb(226 232 240 / 0.85);
}

.hover\:text-secondary-200\/90:hover {
  color: rgb(226 232 240 / 0.9);
}

.hover\:text-secondary-200\/95:hover {
  color: rgb(226 232 240 / 0.95);
}

.hover\:text-secondary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-300\/0:hover {
  color: rgb(203 213 225 / 0);
}

.hover\:text-secondary-300\/10:hover {
  color: rgb(203 213 225 / 0.1);
}

.hover\:text-secondary-300\/100:hover {
  color: rgb(203 213 225 / 1);
}

.hover\:text-secondary-300\/15:hover {
  color: rgb(203 213 225 / 0.15);
}

.hover\:text-secondary-300\/20:hover {
  color: rgb(203 213 225 / 0.2);
}

.hover\:text-secondary-300\/25:hover {
  color: rgb(203 213 225 / 0.25);
}

.hover\:text-secondary-300\/30:hover {
  color: rgb(203 213 225 / 0.3);
}

.hover\:text-secondary-300\/35:hover {
  color: rgb(203 213 225 / 0.35);
}

.hover\:text-secondary-300\/40:hover {
  color: rgb(203 213 225 / 0.4);
}

.hover\:text-secondary-300\/45:hover {
  color: rgb(203 213 225 / 0.45);
}

.hover\:text-secondary-300\/5:hover {
  color: rgb(203 213 225 / 0.05);
}

.hover\:text-secondary-300\/50:hover {
  color: rgb(203 213 225 / 0.5);
}

.hover\:text-secondary-300\/55:hover {
  color: rgb(203 213 225 / 0.55);
}

.hover\:text-secondary-300\/60:hover {
  color: rgb(203 213 225 / 0.6);
}

.hover\:text-secondary-300\/65:hover {
  color: rgb(203 213 225 / 0.65);
}

.hover\:text-secondary-300\/70:hover {
  color: rgb(203 213 225 / 0.7);
}

.hover\:text-secondary-300\/75:hover {
  color: rgb(203 213 225 / 0.75);
}

.hover\:text-secondary-300\/80:hover {
  color: rgb(203 213 225 / 0.8);
}

.hover\:text-secondary-300\/85:hover {
  color: rgb(203 213 225 / 0.85);
}

.hover\:text-secondary-300\/90:hover {
  color: rgb(203 213 225 / 0.9);
}

.hover\:text-secondary-300\/95:hover {
  color: rgb(203 213 225 / 0.95);
}

.hover\:text-secondary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-400\/0:hover {
  color: rgb(148 163 184 / 0);
}

.hover\:text-secondary-400\/10:hover {
  color: rgb(148 163 184 / 0.1);
}

.hover\:text-secondary-400\/100:hover {
  color: rgb(148 163 184 / 1);
}

.hover\:text-secondary-400\/15:hover {
  color: rgb(148 163 184 / 0.15);
}

.hover\:text-secondary-400\/20:hover {
  color: rgb(148 163 184 / 0.2);
}

.hover\:text-secondary-400\/25:hover {
  color: rgb(148 163 184 / 0.25);
}

.hover\:text-secondary-400\/30:hover {
  color: rgb(148 163 184 / 0.3);
}

.hover\:text-secondary-400\/35:hover {
  color: rgb(148 163 184 / 0.35);
}

.hover\:text-secondary-400\/40:hover {
  color: rgb(148 163 184 / 0.4);
}

.hover\:text-secondary-400\/45:hover {
  color: rgb(148 163 184 / 0.45);
}

.hover\:text-secondary-400\/5:hover {
  color: rgb(148 163 184 / 0.05);
}

.hover\:text-secondary-400\/50:hover {
  color: rgb(148 163 184 / 0.5);
}

.hover\:text-secondary-400\/55:hover {
  color: rgb(148 163 184 / 0.55);
}

.hover\:text-secondary-400\/60:hover {
  color: rgb(148 163 184 / 0.6);
}

.hover\:text-secondary-400\/65:hover {
  color: rgb(148 163 184 / 0.65);
}

.hover\:text-secondary-400\/70:hover {
  color: rgb(148 163 184 / 0.7);
}

.hover\:text-secondary-400\/75:hover {
  color: rgb(148 163 184 / 0.75);
}

.hover\:text-secondary-400\/80:hover {
  color: rgb(148 163 184 / 0.8);
}

.hover\:text-secondary-400\/85:hover {
  color: rgb(148 163 184 / 0.85);
}

.hover\:text-secondary-400\/90:hover {
  color: rgb(148 163 184 / 0.9);
}

.hover\:text-secondary-400\/95:hover {
  color: rgb(148 163 184 / 0.95);
}

.hover\:text-secondary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-50\/0:hover {
  color: rgb(248 250 252 / 0);
}

.hover\:text-secondary-50\/10:hover {
  color: rgb(248 250 252 / 0.1);
}

.hover\:text-secondary-50\/100:hover {
  color: rgb(248 250 252 / 1);
}

.hover\:text-secondary-50\/15:hover {
  color: rgb(248 250 252 / 0.15);
}

.hover\:text-secondary-50\/20:hover {
  color: rgb(248 250 252 / 0.2);
}

.hover\:text-secondary-50\/25:hover {
  color: rgb(248 250 252 / 0.25);
}

.hover\:text-secondary-50\/30:hover {
  color: rgb(248 250 252 / 0.3);
}

.hover\:text-secondary-50\/35:hover {
  color: rgb(248 250 252 / 0.35);
}

.hover\:text-secondary-50\/40:hover {
  color: rgb(248 250 252 / 0.4);
}

.hover\:text-secondary-50\/45:hover {
  color: rgb(248 250 252 / 0.45);
}

.hover\:text-secondary-50\/5:hover {
  color: rgb(248 250 252 / 0.05);
}

.hover\:text-secondary-50\/50:hover {
  color: rgb(248 250 252 / 0.5);
}

.hover\:text-secondary-50\/55:hover {
  color: rgb(248 250 252 / 0.55);
}

.hover\:text-secondary-50\/60:hover {
  color: rgb(248 250 252 / 0.6);
}

.hover\:text-secondary-50\/65:hover {
  color: rgb(248 250 252 / 0.65);
}

.hover\:text-secondary-50\/70:hover {
  color: rgb(248 250 252 / 0.7);
}

.hover\:text-secondary-50\/75:hover {
  color: rgb(248 250 252 / 0.75);
}

.hover\:text-secondary-50\/80:hover {
  color: rgb(248 250 252 / 0.8);
}

.hover\:text-secondary-50\/85:hover {
  color: rgb(248 250 252 / 0.85);
}

.hover\:text-secondary-50\/90:hover {
  color: rgb(248 250 252 / 0.9);
}

.hover\:text-secondary-50\/95:hover {
  color: rgb(248 250 252 / 0.95);
}

.hover\:text-secondary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-500\/0:hover {
  color: rgb(100 116 139 / 0);
}

.hover\:text-secondary-500\/10:hover {
  color: rgb(100 116 139 / 0.1);
}

.hover\:text-secondary-500\/100:hover {
  color: rgb(100 116 139 / 1);
}

.hover\:text-secondary-500\/15:hover {
  color: rgb(100 116 139 / 0.15);
}

.hover\:text-secondary-500\/20:hover {
  color: rgb(100 116 139 / 0.2);
}

.hover\:text-secondary-500\/25:hover {
  color: rgb(100 116 139 / 0.25);
}

.hover\:text-secondary-500\/30:hover {
  color: rgb(100 116 139 / 0.3);
}

.hover\:text-secondary-500\/35:hover {
  color: rgb(100 116 139 / 0.35);
}

.hover\:text-secondary-500\/40:hover {
  color: rgb(100 116 139 / 0.4);
}

.hover\:text-secondary-500\/45:hover {
  color: rgb(100 116 139 / 0.45);
}

.hover\:text-secondary-500\/5:hover {
  color: rgb(100 116 139 / 0.05);
}

.hover\:text-secondary-500\/50:hover {
  color: rgb(100 116 139 / 0.5);
}

.hover\:text-secondary-500\/55:hover {
  color: rgb(100 116 139 / 0.55);
}

.hover\:text-secondary-500\/60:hover {
  color: rgb(100 116 139 / 0.6);
}

.hover\:text-secondary-500\/65:hover {
  color: rgb(100 116 139 / 0.65);
}

.hover\:text-secondary-500\/70:hover {
  color: rgb(100 116 139 / 0.7);
}

.hover\:text-secondary-500\/75:hover {
  color: rgb(100 116 139 / 0.75);
}

.hover\:text-secondary-500\/80:hover {
  color: rgb(100 116 139 / 0.8);
}

.hover\:text-secondary-500\/85:hover {
  color: rgb(100 116 139 / 0.85);
}

.hover\:text-secondary-500\/90:hover {
  color: rgb(100 116 139 / 0.9);
}

.hover\:text-secondary-500\/95:hover {
  color: rgb(100 116 139 / 0.95);
}

.hover\:text-secondary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-600\/0:hover {
  color: rgb(71 85 105 / 0);
}

.hover\:text-secondary-600\/10:hover {
  color: rgb(71 85 105 / 0.1);
}

.hover\:text-secondary-600\/100:hover {
  color: rgb(71 85 105 / 1);
}

.hover\:text-secondary-600\/15:hover {
  color: rgb(71 85 105 / 0.15);
}

.hover\:text-secondary-600\/20:hover {
  color: rgb(71 85 105 / 0.2);
}

.hover\:text-secondary-600\/25:hover {
  color: rgb(71 85 105 / 0.25);
}

.hover\:text-secondary-600\/30:hover {
  color: rgb(71 85 105 / 0.3);
}

.hover\:text-secondary-600\/35:hover {
  color: rgb(71 85 105 / 0.35);
}

.hover\:text-secondary-600\/40:hover {
  color: rgb(71 85 105 / 0.4);
}

.hover\:text-secondary-600\/45:hover {
  color: rgb(71 85 105 / 0.45);
}

.hover\:text-secondary-600\/5:hover {
  color: rgb(71 85 105 / 0.05);
}

.hover\:text-secondary-600\/50:hover {
  color: rgb(71 85 105 / 0.5);
}

.hover\:text-secondary-600\/55:hover {
  color: rgb(71 85 105 / 0.55);
}

.hover\:text-secondary-600\/60:hover {
  color: rgb(71 85 105 / 0.6);
}

.hover\:text-secondary-600\/65:hover {
  color: rgb(71 85 105 / 0.65);
}

.hover\:text-secondary-600\/70:hover {
  color: rgb(71 85 105 / 0.7);
}

.hover\:text-secondary-600\/75:hover {
  color: rgb(71 85 105 / 0.75);
}

.hover\:text-secondary-600\/80:hover {
  color: rgb(71 85 105 / 0.8);
}

.hover\:text-secondary-600\/85:hover {
  color: rgb(71 85 105 / 0.85);
}

.hover\:text-secondary-600\/90:hover {
  color: rgb(71 85 105 / 0.9);
}

.hover\:text-secondary-600\/95:hover {
  color: rgb(71 85 105 / 0.95);
}

.hover\:text-secondary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-700\/0:hover {
  color: rgb(51 65 85 / 0);
}

.hover\:text-secondary-700\/10:hover {
  color: rgb(51 65 85 / 0.1);
}

.hover\:text-secondary-700\/100:hover {
  color: rgb(51 65 85 / 1);
}

.hover\:text-secondary-700\/15:hover {
  color: rgb(51 65 85 / 0.15);
}

.hover\:text-secondary-700\/20:hover {
  color: rgb(51 65 85 / 0.2);
}

.hover\:text-secondary-700\/25:hover {
  color: rgb(51 65 85 / 0.25);
}

.hover\:text-secondary-700\/30:hover {
  color: rgb(51 65 85 / 0.3);
}

.hover\:text-secondary-700\/35:hover {
  color: rgb(51 65 85 / 0.35);
}

.hover\:text-secondary-700\/40:hover {
  color: rgb(51 65 85 / 0.4);
}

.hover\:text-secondary-700\/45:hover {
  color: rgb(51 65 85 / 0.45);
}

.hover\:text-secondary-700\/5:hover {
  color: rgb(51 65 85 / 0.05);
}

.hover\:text-secondary-700\/50:hover {
  color: rgb(51 65 85 / 0.5);
}

.hover\:text-secondary-700\/55:hover {
  color: rgb(51 65 85 / 0.55);
}

.hover\:text-secondary-700\/60:hover {
  color: rgb(51 65 85 / 0.6);
}

.hover\:text-secondary-700\/65:hover {
  color: rgb(51 65 85 / 0.65);
}

.hover\:text-secondary-700\/70:hover {
  color: rgb(51 65 85 / 0.7);
}

.hover\:text-secondary-700\/75:hover {
  color: rgb(51 65 85 / 0.75);
}

.hover\:text-secondary-700\/80:hover {
  color: rgb(51 65 85 / 0.8);
}

.hover\:text-secondary-700\/85:hover {
  color: rgb(51 65 85 / 0.85);
}

.hover\:text-secondary-700\/90:hover {
  color: rgb(51 65 85 / 0.9);
}

.hover\:text-secondary-700\/95:hover {
  color: rgb(51 65 85 / 0.95);
}

.hover\:text-secondary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-800\/0:hover {
  color: rgb(30 41 59 / 0);
}

.hover\:text-secondary-800\/10:hover {
  color: rgb(30 41 59 / 0.1);
}

.hover\:text-secondary-800\/100:hover {
  color: rgb(30 41 59 / 1);
}

.hover\:text-secondary-800\/15:hover {
  color: rgb(30 41 59 / 0.15);
}

.hover\:text-secondary-800\/20:hover {
  color: rgb(30 41 59 / 0.2);
}

.hover\:text-secondary-800\/25:hover {
  color: rgb(30 41 59 / 0.25);
}

.hover\:text-secondary-800\/30:hover {
  color: rgb(30 41 59 / 0.3);
}

.hover\:text-secondary-800\/35:hover {
  color: rgb(30 41 59 / 0.35);
}

.hover\:text-secondary-800\/40:hover {
  color: rgb(30 41 59 / 0.4);
}

.hover\:text-secondary-800\/45:hover {
  color: rgb(30 41 59 / 0.45);
}

.hover\:text-secondary-800\/5:hover {
  color: rgb(30 41 59 / 0.05);
}

.hover\:text-secondary-800\/50:hover {
  color: rgb(30 41 59 / 0.5);
}

.hover\:text-secondary-800\/55:hover {
  color: rgb(30 41 59 / 0.55);
}

.hover\:text-secondary-800\/60:hover {
  color: rgb(30 41 59 / 0.6);
}

.hover\:text-secondary-800\/65:hover {
  color: rgb(30 41 59 / 0.65);
}

.hover\:text-secondary-800\/70:hover {
  color: rgb(30 41 59 / 0.7);
}

.hover\:text-secondary-800\/75:hover {
  color: rgb(30 41 59 / 0.75);
}

.hover\:text-secondary-800\/80:hover {
  color: rgb(30 41 59 / 0.8);
}

.hover\:text-secondary-800\/85:hover {
  color: rgb(30 41 59 / 0.85);
}

.hover\:text-secondary-800\/90:hover {
  color: rgb(30 41 59 / 0.9);
}

.hover\:text-secondary-800\/95:hover {
  color: rgb(30 41 59 / 0.95);
}

.hover\:text-secondary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-900\/0:hover {
  color: rgb(15 23 42 / 0);
}

.hover\:text-secondary-900\/10:hover {
  color: rgb(15 23 42 / 0.1);
}

.hover\:text-secondary-900\/100:hover {
  color: rgb(15 23 42 / 1);
}

.hover\:text-secondary-900\/15:hover {
  color: rgb(15 23 42 / 0.15);
}

.hover\:text-secondary-900\/20:hover {
  color: rgb(15 23 42 / 0.2);
}

.hover\:text-secondary-900\/25:hover {
  color: rgb(15 23 42 / 0.25);
}

.hover\:text-secondary-900\/30:hover {
  color: rgb(15 23 42 / 0.3);
}

.hover\:text-secondary-900\/35:hover {
  color: rgb(15 23 42 / 0.35);
}

.hover\:text-secondary-900\/40:hover {
  color: rgb(15 23 42 / 0.4);
}

.hover\:text-secondary-900\/45:hover {
  color: rgb(15 23 42 / 0.45);
}

.hover\:text-secondary-900\/5:hover {
  color: rgb(15 23 42 / 0.05);
}

.hover\:text-secondary-900\/50:hover {
  color: rgb(15 23 42 / 0.5);
}

.hover\:text-secondary-900\/55:hover {
  color: rgb(15 23 42 / 0.55);
}

.hover\:text-secondary-900\/60:hover {
  color: rgb(15 23 42 / 0.6);
}

.hover\:text-secondary-900\/65:hover {
  color: rgb(15 23 42 / 0.65);
}

.hover\:text-secondary-900\/70:hover {
  color: rgb(15 23 42 / 0.7);
}

.hover\:text-secondary-900\/75:hover {
  color: rgb(15 23 42 / 0.75);
}

.hover\:text-secondary-900\/80:hover {
  color: rgb(15 23 42 / 0.8);
}

.hover\:text-secondary-900\/85:hover {
  color: rgb(15 23 42 / 0.85);
}

.hover\:text-secondary-900\/90:hover {
  color: rgb(15 23 42 / 0.9);
}

.hover\:text-secondary-900\/95:hover {
  color: rgb(15 23 42 / 0.95);
}

.hover\:text-secondary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-dark\/0:hover {
  color: rgb(51 65 85 / 0);
}

.hover\:text-secondary-dark\/10:hover {
  color: rgb(51 65 85 / 0.1);
}

.hover\:text-secondary-dark\/100:hover {
  color: rgb(51 65 85 / 1);
}

.hover\:text-secondary-dark\/15:hover {
  color: rgb(51 65 85 / 0.15);
}

.hover\:text-secondary-dark\/20:hover {
  color: rgb(51 65 85 / 0.2);
}

.hover\:text-secondary-dark\/25:hover {
  color: rgb(51 65 85 / 0.25);
}

.hover\:text-secondary-dark\/30:hover {
  color: rgb(51 65 85 / 0.3);
}

.hover\:text-secondary-dark\/35:hover {
  color: rgb(51 65 85 / 0.35);
}

.hover\:text-secondary-dark\/40:hover {
  color: rgb(51 65 85 / 0.4);
}

.hover\:text-secondary-dark\/45:hover {
  color: rgb(51 65 85 / 0.45);
}

.hover\:text-secondary-dark\/5:hover {
  color: rgb(51 65 85 / 0.05);
}

.hover\:text-secondary-dark\/50:hover {
  color: rgb(51 65 85 / 0.5);
}

.hover\:text-secondary-dark\/55:hover {
  color: rgb(51 65 85 / 0.55);
}

.hover\:text-secondary-dark\/60:hover {
  color: rgb(51 65 85 / 0.6);
}

.hover\:text-secondary-dark\/65:hover {
  color: rgb(51 65 85 / 0.65);
}

.hover\:text-secondary-dark\/70:hover {
  color: rgb(51 65 85 / 0.7);
}

.hover\:text-secondary-dark\/75:hover {
  color: rgb(51 65 85 / 0.75);
}

.hover\:text-secondary-dark\/80:hover {
  color: rgb(51 65 85 / 0.8);
}

.hover\:text-secondary-dark\/85:hover {
  color: rgb(51 65 85 / 0.85);
}

.hover\:text-secondary-dark\/90:hover {
  color: rgb(51 65 85 / 0.9);
}

.hover\:text-secondary-dark\/95:hover {
  color: rgb(51 65 85 / 0.95);
}

.hover\:text-secondary-light:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-light\/0:hover {
  color: rgb(241 245 249 / 0);
}

.hover\:text-secondary-light\/10:hover {
  color: rgb(241 245 249 / 0.1);
}

.hover\:text-secondary-light\/100:hover {
  color: rgb(241 245 249 / 1);
}

.hover\:text-secondary-light\/15:hover {
  color: rgb(241 245 249 / 0.15);
}

.hover\:text-secondary-light\/20:hover {
  color: rgb(241 245 249 / 0.2);
}

.hover\:text-secondary-light\/25:hover {
  color: rgb(241 245 249 / 0.25);
}

.hover\:text-secondary-light\/30:hover {
  color: rgb(241 245 249 / 0.3);
}

.hover\:text-secondary-light\/35:hover {
  color: rgb(241 245 249 / 0.35);
}

.hover\:text-secondary-light\/40:hover {
  color: rgb(241 245 249 / 0.4);
}

.hover\:text-secondary-light\/45:hover {
  color: rgb(241 245 249 / 0.45);
}

.hover\:text-secondary-light\/5:hover {
  color: rgb(241 245 249 / 0.05);
}

.hover\:text-secondary-light\/50:hover {
  color: rgb(241 245 249 / 0.5);
}

.hover\:text-secondary-light\/55:hover {
  color: rgb(241 245 249 / 0.55);
}

.hover\:text-secondary-light\/60:hover {
  color: rgb(241 245 249 / 0.6);
}

.hover\:text-secondary-light\/65:hover {
  color: rgb(241 245 249 / 0.65);
}

.hover\:text-secondary-light\/70:hover {
  color: rgb(241 245 249 / 0.7);
}

.hover\:text-secondary-light\/75:hover {
  color: rgb(241 245 249 / 0.75);
}

.hover\:text-secondary-light\/80:hover {
  color: rgb(241 245 249 / 0.8);
}

.hover\:text-secondary-light\/85:hover {
  color: rgb(241 245 249 / 0.85);
}

.hover\:text-secondary-light\/90:hover {
  color: rgb(241 245 249 / 0.9);
}

.hover\:text-secondary-light\/95:hover {
  color: rgb(241 245 249 / 0.95);
}

.hover\:text-secondary\/0:hover {
  color: rgb(100 116 139 / 0);
}

.hover\:text-secondary\/10:hover {
  color: rgb(100 116 139 / 0.1);
}

.hover\:text-secondary\/100:hover {
  color: rgb(100 116 139 / 1);
}

.hover\:text-secondary\/15:hover {
  color: rgb(100 116 139 / 0.15);
}

.hover\:text-secondary\/20:hover {
  color: rgb(100 116 139 / 0.2);
}

.hover\:text-secondary\/25:hover {
  color: rgb(100 116 139 / 0.25);
}

.hover\:text-secondary\/30:hover {
  color: rgb(100 116 139 / 0.3);
}

.hover\:text-secondary\/35:hover {
  color: rgb(100 116 139 / 0.35);
}

.hover\:text-secondary\/40:hover {
  color: rgb(100 116 139 / 0.4);
}

.hover\:text-secondary\/45:hover {
  color: rgb(100 116 139 / 0.45);
}

.hover\:text-secondary\/5:hover {
  color: rgb(100 116 139 / 0.05);
}

.hover\:text-secondary\/50:hover {
  color: rgb(100 116 139 / 0.5);
}

.hover\:text-secondary\/55:hover {
  color: rgb(100 116 139 / 0.55);
}

.hover\:text-secondary\/60:hover {
  color: rgb(100 116 139 / 0.6);
}

.hover\:text-secondary\/65:hover {
  color: rgb(100 116 139 / 0.65);
}

.hover\:text-secondary\/70:hover {
  color: rgb(100 116 139 / 0.7);
}

.hover\:text-secondary\/75:hover {
  color: rgb(100 116 139 / 0.75);
}

.hover\:text-secondary\/80:hover {
  color: rgb(100 116 139 / 0.8);
}

.hover\:text-secondary\/85:hover {
  color: rgb(100 116 139 / 0.85);
}

.hover\:text-secondary\/90:hover {
  color: rgb(100 116 139 / 0.9);
}

.hover\:text-secondary\/95:hover {
  color: rgb(100 116 139 / 0.95);
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-success:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.hover\:text-success-100:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.hover\:text-success-100\/0:hover {
  color: rgb(209 250 229 / 0);
}

.hover\:text-success-100\/10:hover {
  color: rgb(209 250 229 / 0.1);
}

.hover\:text-success-100\/100:hover {
  color: rgb(209 250 229 / 1);
}

.hover\:text-success-100\/15:hover {
  color: rgb(209 250 229 / 0.15);
}

.hover\:text-success-100\/20:hover {
  color: rgb(209 250 229 / 0.2);
}

.hover\:text-success-100\/25:hover {
  color: rgb(209 250 229 / 0.25);
}

.hover\:text-success-100\/30:hover {
  color: rgb(209 250 229 / 0.3);
}

.hover\:text-success-100\/35:hover {
  color: rgb(209 250 229 / 0.35);
}

.hover\:text-success-100\/40:hover {
  color: rgb(209 250 229 / 0.4);
}

.hover\:text-success-100\/45:hover {
  color: rgb(209 250 229 / 0.45);
}

.hover\:text-success-100\/5:hover {
  color: rgb(209 250 229 / 0.05);
}

.hover\:text-success-100\/50:hover {
  color: rgb(209 250 229 / 0.5);
}

.hover\:text-success-100\/55:hover {
  color: rgb(209 250 229 / 0.55);
}

.hover\:text-success-100\/60:hover {
  color: rgb(209 250 229 / 0.6);
}

.hover\:text-success-100\/65:hover {
  color: rgb(209 250 229 / 0.65);
}

.hover\:text-success-100\/70:hover {
  color: rgb(209 250 229 / 0.7);
}

.hover\:text-success-100\/75:hover {
  color: rgb(209 250 229 / 0.75);
}

.hover\:text-success-100\/80:hover {
  color: rgb(209 250 229 / 0.8);
}

.hover\:text-success-100\/85:hover {
  color: rgb(209 250 229 / 0.85);
}

.hover\:text-success-100\/90:hover {
  color: rgb(209 250 229 / 0.9);
}

.hover\:text-success-100\/95:hover {
  color: rgb(209 250 229 / 0.95);
}

.hover\:text-success-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.hover\:text-success-200\/0:hover {
  color: rgb(167 243 208 / 0);
}

.hover\:text-success-200\/10:hover {
  color: rgb(167 243 208 / 0.1);
}

.hover\:text-success-200\/100:hover {
  color: rgb(167 243 208 / 1);
}

.hover\:text-success-200\/15:hover {
  color: rgb(167 243 208 / 0.15);
}

.hover\:text-success-200\/20:hover {
  color: rgb(167 243 208 / 0.2);
}

.hover\:text-success-200\/25:hover {
  color: rgb(167 243 208 / 0.25);
}

.hover\:text-success-200\/30:hover {
  color: rgb(167 243 208 / 0.3);
}

.hover\:text-success-200\/35:hover {
  color: rgb(167 243 208 / 0.35);
}

.hover\:text-success-200\/40:hover {
  color: rgb(167 243 208 / 0.4);
}

.hover\:text-success-200\/45:hover {
  color: rgb(167 243 208 / 0.45);
}

.hover\:text-success-200\/5:hover {
  color: rgb(167 243 208 / 0.05);
}

.hover\:text-success-200\/50:hover {
  color: rgb(167 243 208 / 0.5);
}

.hover\:text-success-200\/55:hover {
  color: rgb(167 243 208 / 0.55);
}

.hover\:text-success-200\/60:hover {
  color: rgb(167 243 208 / 0.6);
}

.hover\:text-success-200\/65:hover {
  color: rgb(167 243 208 / 0.65);
}

.hover\:text-success-200\/70:hover {
  color: rgb(167 243 208 / 0.7);
}

.hover\:text-success-200\/75:hover {
  color: rgb(167 243 208 / 0.75);
}

.hover\:text-success-200\/80:hover {
  color: rgb(167 243 208 / 0.8);
}

.hover\:text-success-200\/85:hover {
  color: rgb(167 243 208 / 0.85);
}

.hover\:text-success-200\/90:hover {
  color: rgb(167 243 208 / 0.9);
}

.hover\:text-success-200\/95:hover {
  color: rgb(167 243 208 / 0.95);
}

.hover\:text-success-300:hover {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.hover\:text-success-300\/0:hover {
  color: rgb(110 231 183 / 0);
}

.hover\:text-success-300\/10:hover {
  color: rgb(110 231 183 / 0.1);
}

.hover\:text-success-300\/100:hover {
  color: rgb(110 231 183 / 1);
}

.hover\:text-success-300\/15:hover {
  color: rgb(110 231 183 / 0.15);
}

.hover\:text-success-300\/20:hover {
  color: rgb(110 231 183 / 0.2);
}

.hover\:text-success-300\/25:hover {
  color: rgb(110 231 183 / 0.25);
}

.hover\:text-success-300\/30:hover {
  color: rgb(110 231 183 / 0.3);
}

.hover\:text-success-300\/35:hover {
  color: rgb(110 231 183 / 0.35);
}

.hover\:text-success-300\/40:hover {
  color: rgb(110 231 183 / 0.4);
}

.hover\:text-success-300\/45:hover {
  color: rgb(110 231 183 / 0.45);
}

.hover\:text-success-300\/5:hover {
  color: rgb(110 231 183 / 0.05);
}

.hover\:text-success-300\/50:hover {
  color: rgb(110 231 183 / 0.5);
}

.hover\:text-success-300\/55:hover {
  color: rgb(110 231 183 / 0.55);
}

.hover\:text-success-300\/60:hover {
  color: rgb(110 231 183 / 0.6);
}

.hover\:text-success-300\/65:hover {
  color: rgb(110 231 183 / 0.65);
}

.hover\:text-success-300\/70:hover {
  color: rgb(110 231 183 / 0.7);
}

.hover\:text-success-300\/75:hover {
  color: rgb(110 231 183 / 0.75);
}

.hover\:text-success-300\/80:hover {
  color: rgb(110 231 183 / 0.8);
}

.hover\:text-success-300\/85:hover {
  color: rgb(110 231 183 / 0.85);
}

.hover\:text-success-300\/90:hover {
  color: rgb(110 231 183 / 0.9);
}

.hover\:text-success-300\/95:hover {
  color: rgb(110 231 183 / 0.95);
}

.hover\:text-success-400:hover {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.hover\:text-success-400\/0:hover {
  color: rgb(52 211 153 / 0);
}

.hover\:text-success-400\/10:hover {
  color: rgb(52 211 153 / 0.1);
}

.hover\:text-success-400\/100:hover {
  color: rgb(52 211 153 / 1);
}

.hover\:text-success-400\/15:hover {
  color: rgb(52 211 153 / 0.15);
}

.hover\:text-success-400\/20:hover {
  color: rgb(52 211 153 / 0.2);
}

.hover\:text-success-400\/25:hover {
  color: rgb(52 211 153 / 0.25);
}

.hover\:text-success-400\/30:hover {
  color: rgb(52 211 153 / 0.3);
}

.hover\:text-success-400\/35:hover {
  color: rgb(52 211 153 / 0.35);
}

.hover\:text-success-400\/40:hover {
  color: rgb(52 211 153 / 0.4);
}

.hover\:text-success-400\/45:hover {
  color: rgb(52 211 153 / 0.45);
}

.hover\:text-success-400\/5:hover {
  color: rgb(52 211 153 / 0.05);
}

.hover\:text-success-400\/50:hover {
  color: rgb(52 211 153 / 0.5);
}

.hover\:text-success-400\/55:hover {
  color: rgb(52 211 153 / 0.55);
}

.hover\:text-success-400\/60:hover {
  color: rgb(52 211 153 / 0.6);
}

.hover\:text-success-400\/65:hover {
  color: rgb(52 211 153 / 0.65);
}

.hover\:text-success-400\/70:hover {
  color: rgb(52 211 153 / 0.7);
}

.hover\:text-success-400\/75:hover {
  color: rgb(52 211 153 / 0.75);
}

.hover\:text-success-400\/80:hover {
  color: rgb(52 211 153 / 0.8);
}

.hover\:text-success-400\/85:hover {
  color: rgb(52 211 153 / 0.85);
}

.hover\:text-success-400\/90:hover {
  color: rgb(52 211 153 / 0.9);
}

.hover\:text-success-400\/95:hover {
  color: rgb(52 211 153 / 0.95);
}

.hover\:text-success-50:hover {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.hover\:text-success-50\/0:hover {
  color: rgb(236 253 245 / 0);
}

.hover\:text-success-50\/10:hover {
  color: rgb(236 253 245 / 0.1);
}

.hover\:text-success-50\/100:hover {
  color: rgb(236 253 245 / 1);
}

.hover\:text-success-50\/15:hover {
  color: rgb(236 253 245 / 0.15);
}

.hover\:text-success-50\/20:hover {
  color: rgb(236 253 245 / 0.2);
}

.hover\:text-success-50\/25:hover {
  color: rgb(236 253 245 / 0.25);
}

.hover\:text-success-50\/30:hover {
  color: rgb(236 253 245 / 0.3);
}

.hover\:text-success-50\/35:hover {
  color: rgb(236 253 245 / 0.35);
}

.hover\:text-success-50\/40:hover {
  color: rgb(236 253 245 / 0.4);
}

.hover\:text-success-50\/45:hover {
  color: rgb(236 253 245 / 0.45);
}

.hover\:text-success-50\/5:hover {
  color: rgb(236 253 245 / 0.05);
}

.hover\:text-success-50\/50:hover {
  color: rgb(236 253 245 / 0.5);
}

.hover\:text-success-50\/55:hover {
  color: rgb(236 253 245 / 0.55);
}

.hover\:text-success-50\/60:hover {
  color: rgb(236 253 245 / 0.6);
}

.hover\:text-success-50\/65:hover {
  color: rgb(236 253 245 / 0.65);
}

.hover\:text-success-50\/70:hover {
  color: rgb(236 253 245 / 0.7);
}

.hover\:text-success-50\/75:hover {
  color: rgb(236 253 245 / 0.75);
}

.hover\:text-success-50\/80:hover {
  color: rgb(236 253 245 / 0.8);
}

.hover\:text-success-50\/85:hover {
  color: rgb(236 253 245 / 0.85);
}

.hover\:text-success-50\/90:hover {
  color: rgb(236 253 245 / 0.9);
}

.hover\:text-success-50\/95:hover {
  color: rgb(236 253 245 / 0.95);
}

.hover\:text-success-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.hover\:text-success-500\/0:hover {
  color: rgb(16 185 129 / 0);
}

.hover\:text-success-500\/10:hover {
  color: rgb(16 185 129 / 0.1);
}

.hover\:text-success-500\/100:hover {
  color: rgb(16 185 129 / 1);
}

.hover\:text-success-500\/15:hover {
  color: rgb(16 185 129 / 0.15);
}

.hover\:text-success-500\/20:hover {
  color: rgb(16 185 129 / 0.2);
}

.hover\:text-success-500\/25:hover {
  color: rgb(16 185 129 / 0.25);
}

.hover\:text-success-500\/30:hover {
  color: rgb(16 185 129 / 0.3);
}

.hover\:text-success-500\/35:hover {
  color: rgb(16 185 129 / 0.35);
}

.hover\:text-success-500\/40:hover {
  color: rgb(16 185 129 / 0.4);
}

.hover\:text-success-500\/45:hover {
  color: rgb(16 185 129 / 0.45);
}

.hover\:text-success-500\/5:hover {
  color: rgb(16 185 129 / 0.05);
}

.hover\:text-success-500\/50:hover {
  color: rgb(16 185 129 / 0.5);
}

.hover\:text-success-500\/55:hover {
  color: rgb(16 185 129 / 0.55);
}

.hover\:text-success-500\/60:hover {
  color: rgb(16 185 129 / 0.6);
}

.hover\:text-success-500\/65:hover {
  color: rgb(16 185 129 / 0.65);
}

.hover\:text-success-500\/70:hover {
  color: rgb(16 185 129 / 0.7);
}

.hover\:text-success-500\/75:hover {
  color: rgb(16 185 129 / 0.75);
}

.hover\:text-success-500\/80:hover {
  color: rgb(16 185 129 / 0.8);
}

.hover\:text-success-500\/85:hover {
  color: rgb(16 185 129 / 0.85);
}

.hover\:text-success-500\/90:hover {
  color: rgb(16 185 129 / 0.9);
}

.hover\:text-success-500\/95:hover {
  color: rgb(16 185 129 / 0.95);
}

.hover\:text-success-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.hover\:text-success-600\/0:hover {
  color: rgb(5 150 105 / 0);
}

.hover\:text-success-600\/10:hover {
  color: rgb(5 150 105 / 0.1);
}

.hover\:text-success-600\/100:hover {
  color: rgb(5 150 105 / 1);
}

.hover\:text-success-600\/15:hover {
  color: rgb(5 150 105 / 0.15);
}

.hover\:text-success-600\/20:hover {
  color: rgb(5 150 105 / 0.2);
}

.hover\:text-success-600\/25:hover {
  color: rgb(5 150 105 / 0.25);
}

.hover\:text-success-600\/30:hover {
  color: rgb(5 150 105 / 0.3);
}

.hover\:text-success-600\/35:hover {
  color: rgb(5 150 105 / 0.35);
}

.hover\:text-success-600\/40:hover {
  color: rgb(5 150 105 / 0.4);
}

.hover\:text-success-600\/45:hover {
  color: rgb(5 150 105 / 0.45);
}

.hover\:text-success-600\/5:hover {
  color: rgb(5 150 105 / 0.05);
}

.hover\:text-success-600\/50:hover {
  color: rgb(5 150 105 / 0.5);
}

.hover\:text-success-600\/55:hover {
  color: rgb(5 150 105 / 0.55);
}

.hover\:text-success-600\/60:hover {
  color: rgb(5 150 105 / 0.6);
}

.hover\:text-success-600\/65:hover {
  color: rgb(5 150 105 / 0.65);
}

.hover\:text-success-600\/70:hover {
  color: rgb(5 150 105 / 0.7);
}

.hover\:text-success-600\/75:hover {
  color: rgb(5 150 105 / 0.75);
}

.hover\:text-success-600\/80:hover {
  color: rgb(5 150 105 / 0.8);
}

.hover\:text-success-600\/85:hover {
  color: rgb(5 150 105 / 0.85);
}

.hover\:text-success-600\/90:hover {
  color: rgb(5 150 105 / 0.9);
}

.hover\:text-success-600\/95:hover {
  color: rgb(5 150 105 / 0.95);
}

.hover\:text-success-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-success-700\/0:hover {
  color: rgb(4 120 87 / 0);
}

.hover\:text-success-700\/10:hover {
  color: rgb(4 120 87 / 0.1);
}

.hover\:text-success-700\/100:hover {
  color: rgb(4 120 87 / 1);
}

.hover\:text-success-700\/15:hover {
  color: rgb(4 120 87 / 0.15);
}

.hover\:text-success-700\/20:hover {
  color: rgb(4 120 87 / 0.2);
}

.hover\:text-success-700\/25:hover {
  color: rgb(4 120 87 / 0.25);
}

.hover\:text-success-700\/30:hover {
  color: rgb(4 120 87 / 0.3);
}

.hover\:text-success-700\/35:hover {
  color: rgb(4 120 87 / 0.35);
}

.hover\:text-success-700\/40:hover {
  color: rgb(4 120 87 / 0.4);
}

.hover\:text-success-700\/45:hover {
  color: rgb(4 120 87 / 0.45);
}

.hover\:text-success-700\/5:hover {
  color: rgb(4 120 87 / 0.05);
}

.hover\:text-success-700\/50:hover {
  color: rgb(4 120 87 / 0.5);
}

.hover\:text-success-700\/55:hover {
  color: rgb(4 120 87 / 0.55);
}

.hover\:text-success-700\/60:hover {
  color: rgb(4 120 87 / 0.6);
}

.hover\:text-success-700\/65:hover {
  color: rgb(4 120 87 / 0.65);
}

.hover\:text-success-700\/70:hover {
  color: rgb(4 120 87 / 0.7);
}

.hover\:text-success-700\/75:hover {
  color: rgb(4 120 87 / 0.75);
}

.hover\:text-success-700\/80:hover {
  color: rgb(4 120 87 / 0.8);
}

.hover\:text-success-700\/85:hover {
  color: rgb(4 120 87 / 0.85);
}

.hover\:text-success-700\/90:hover {
  color: rgb(4 120 87 / 0.9);
}

.hover\:text-success-700\/95:hover {
  color: rgb(4 120 87 / 0.95);
}

.hover\:text-success-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.hover\:text-success-800\/0:hover {
  color: rgb(6 95 70 / 0);
}

.hover\:text-success-800\/10:hover {
  color: rgb(6 95 70 / 0.1);
}

.hover\:text-success-800\/100:hover {
  color: rgb(6 95 70 / 1);
}

.hover\:text-success-800\/15:hover {
  color: rgb(6 95 70 / 0.15);
}

.hover\:text-success-800\/20:hover {
  color: rgb(6 95 70 / 0.2);
}

.hover\:text-success-800\/25:hover {
  color: rgb(6 95 70 / 0.25);
}

.hover\:text-success-800\/30:hover {
  color: rgb(6 95 70 / 0.3);
}

.hover\:text-success-800\/35:hover {
  color: rgb(6 95 70 / 0.35);
}

.hover\:text-success-800\/40:hover {
  color: rgb(6 95 70 / 0.4);
}

.hover\:text-success-800\/45:hover {
  color: rgb(6 95 70 / 0.45);
}

.hover\:text-success-800\/5:hover {
  color: rgb(6 95 70 / 0.05);
}

.hover\:text-success-800\/50:hover {
  color: rgb(6 95 70 / 0.5);
}

.hover\:text-success-800\/55:hover {
  color: rgb(6 95 70 / 0.55);
}

.hover\:text-success-800\/60:hover {
  color: rgb(6 95 70 / 0.6);
}

.hover\:text-success-800\/65:hover {
  color: rgb(6 95 70 / 0.65);
}

.hover\:text-success-800\/70:hover {
  color: rgb(6 95 70 / 0.7);
}

.hover\:text-success-800\/75:hover {
  color: rgb(6 95 70 / 0.75);
}

.hover\:text-success-800\/80:hover {
  color: rgb(6 95 70 / 0.8);
}

.hover\:text-success-800\/85:hover {
  color: rgb(6 95 70 / 0.85);
}

.hover\:text-success-800\/90:hover {
  color: rgb(6 95 70 / 0.9);
}

.hover\:text-success-800\/95:hover {
  color: rgb(6 95 70 / 0.95);
}

.hover\:text-success-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.hover\:text-success-900\/0:hover {
  color: rgb(6 78 59 / 0);
}

.hover\:text-success-900\/10:hover {
  color: rgb(6 78 59 / 0.1);
}

.hover\:text-success-900\/100:hover {
  color: rgb(6 78 59 / 1);
}

.hover\:text-success-900\/15:hover {
  color: rgb(6 78 59 / 0.15);
}

.hover\:text-success-900\/20:hover {
  color: rgb(6 78 59 / 0.2);
}

.hover\:text-success-900\/25:hover {
  color: rgb(6 78 59 / 0.25);
}

.hover\:text-success-900\/30:hover {
  color: rgb(6 78 59 / 0.3);
}

.hover\:text-success-900\/35:hover {
  color: rgb(6 78 59 / 0.35);
}

.hover\:text-success-900\/40:hover {
  color: rgb(6 78 59 / 0.4);
}

.hover\:text-success-900\/45:hover {
  color: rgb(6 78 59 / 0.45);
}

.hover\:text-success-900\/5:hover {
  color: rgb(6 78 59 / 0.05);
}

.hover\:text-success-900\/50:hover {
  color: rgb(6 78 59 / 0.5);
}

.hover\:text-success-900\/55:hover {
  color: rgb(6 78 59 / 0.55);
}

.hover\:text-success-900\/60:hover {
  color: rgb(6 78 59 / 0.6);
}

.hover\:text-success-900\/65:hover {
  color: rgb(6 78 59 / 0.65);
}

.hover\:text-success-900\/70:hover {
  color: rgb(6 78 59 / 0.7);
}

.hover\:text-success-900\/75:hover {
  color: rgb(6 78 59 / 0.75);
}

.hover\:text-success-900\/80:hover {
  color: rgb(6 78 59 / 0.8);
}

.hover\:text-success-900\/85:hover {
  color: rgb(6 78 59 / 0.85);
}

.hover\:text-success-900\/90:hover {
  color: rgb(6 78 59 / 0.9);
}

.hover\:text-success-900\/95:hover {
  color: rgb(6 78 59 / 0.95);
}

.hover\:text-success-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-success-dark\/0:hover {
  color: rgb(4 120 87 / 0);
}

.hover\:text-success-dark\/10:hover {
  color: rgb(4 120 87 / 0.1);
}

.hover\:text-success-dark\/100:hover {
  color: rgb(4 120 87 / 1);
}

.hover\:text-success-dark\/15:hover {
  color: rgb(4 120 87 / 0.15);
}

.hover\:text-success-dark\/20:hover {
  color: rgb(4 120 87 / 0.2);
}

.hover\:text-success-dark\/25:hover {
  color: rgb(4 120 87 / 0.25);
}

.hover\:text-success-dark\/30:hover {
  color: rgb(4 120 87 / 0.3);
}

.hover\:text-success-dark\/35:hover {
  color: rgb(4 120 87 / 0.35);
}

.hover\:text-success-dark\/40:hover {
  color: rgb(4 120 87 / 0.4);
}

.hover\:text-success-dark\/45:hover {
  color: rgb(4 120 87 / 0.45);
}

.hover\:text-success-dark\/5:hover {
  color: rgb(4 120 87 / 0.05);
}

.hover\:text-success-dark\/50:hover {
  color: rgb(4 120 87 / 0.5);
}

.hover\:text-success-dark\/55:hover {
  color: rgb(4 120 87 / 0.55);
}

.hover\:text-success-dark\/60:hover {
  color: rgb(4 120 87 / 0.6);
}

.hover\:text-success-dark\/65:hover {
  color: rgb(4 120 87 / 0.65);
}

.hover\:text-success-dark\/70:hover {
  color: rgb(4 120 87 / 0.7);
}

.hover\:text-success-dark\/75:hover {
  color: rgb(4 120 87 / 0.75);
}

.hover\:text-success-dark\/80:hover {
  color: rgb(4 120 87 / 0.8);
}

.hover\:text-success-dark\/85:hover {
  color: rgb(4 120 87 / 0.85);
}

.hover\:text-success-dark\/90:hover {
  color: rgb(4 120 87 / 0.9);
}

.hover\:text-success-dark\/95:hover {
  color: rgb(4 120 87 / 0.95);
}

.hover\:text-success-light:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.hover\:text-success-light\/0:hover {
  color: rgb(209 250 229 / 0);
}

.hover\:text-success-light\/10:hover {
  color: rgb(209 250 229 / 0.1);
}

.hover\:text-success-light\/100:hover {
  color: rgb(209 250 229 / 1);
}

.hover\:text-success-light\/15:hover {
  color: rgb(209 250 229 / 0.15);
}

.hover\:text-success-light\/20:hover {
  color: rgb(209 250 229 / 0.2);
}

.hover\:text-success-light\/25:hover {
  color: rgb(209 250 229 / 0.25);
}

.hover\:text-success-light\/30:hover {
  color: rgb(209 250 229 / 0.3);
}

.hover\:text-success-light\/35:hover {
  color: rgb(209 250 229 / 0.35);
}

.hover\:text-success-light\/40:hover {
  color: rgb(209 250 229 / 0.4);
}

.hover\:text-success-light\/45:hover {
  color: rgb(209 250 229 / 0.45);
}

.hover\:text-success-light\/5:hover {
  color: rgb(209 250 229 / 0.05);
}

.hover\:text-success-light\/50:hover {
  color: rgb(209 250 229 / 0.5);
}

.hover\:text-success-light\/55:hover {
  color: rgb(209 250 229 / 0.55);
}

.hover\:text-success-light\/60:hover {
  color: rgb(209 250 229 / 0.6);
}

.hover\:text-success-light\/65:hover {
  color: rgb(209 250 229 / 0.65);
}

.hover\:text-success-light\/70:hover {
  color: rgb(209 250 229 / 0.7);
}

.hover\:text-success-light\/75:hover {
  color: rgb(209 250 229 / 0.75);
}

.hover\:text-success-light\/80:hover {
  color: rgb(209 250 229 / 0.8);
}

.hover\:text-success-light\/85:hover {
  color: rgb(209 250 229 / 0.85);
}

.hover\:text-success-light\/90:hover {
  color: rgb(209 250 229 / 0.9);
}

.hover\:text-success-light\/95:hover {
  color: rgb(209 250 229 / 0.95);
}

.hover\:text-success\/0:hover {
  color: rgb(16 185 129 / 0);
}

.hover\:text-success\/10:hover {
  color: rgb(16 185 129 / 0.1);
}

.hover\:text-success\/100:hover {
  color: rgb(16 185 129 / 1);
}

.hover\:text-success\/15:hover {
  color: rgb(16 185 129 / 0.15);
}

.hover\:text-success\/20:hover {
  color: rgb(16 185 129 / 0.2);
}

.hover\:text-success\/25:hover {
  color: rgb(16 185 129 / 0.25);
}

.hover\:text-success\/30:hover {
  color: rgb(16 185 129 / 0.3);
}

.hover\:text-success\/35:hover {
  color: rgb(16 185 129 / 0.35);
}

.hover\:text-success\/40:hover {
  color: rgb(16 185 129 / 0.4);
}

.hover\:text-success\/45:hover {
  color: rgb(16 185 129 / 0.45);
}

.hover\:text-success\/5:hover {
  color: rgb(16 185 129 / 0.05);
}

.hover\:text-success\/50:hover {
  color: rgb(16 185 129 / 0.5);
}

.hover\:text-success\/55:hover {
  color: rgb(16 185 129 / 0.55);
}

.hover\:text-success\/60:hover {
  color: rgb(16 185 129 / 0.6);
}

.hover\:text-success\/65:hover {
  color: rgb(16 185 129 / 0.65);
}

.hover\:text-success\/70:hover {
  color: rgb(16 185 129 / 0.7);
}

.hover\:text-success\/75:hover {
  color: rgb(16 185 129 / 0.75);
}

.hover\:text-success\/80:hover {
  color: rgb(16 185 129 / 0.8);
}

.hover\:text-success\/85:hover {
  color: rgb(16 185 129 / 0.85);
}

.hover\:text-success\/90:hover {
  color: rgb(16 185 129 / 0.9);
}

.hover\:text-success\/95:hover {
  color: rgb(16 185 129 / 0.95);
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.hover\:text-warning:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-100\/0:hover {
  color: rgb(254 243 199 / 0);
}

.hover\:text-warning-100\/10:hover {
  color: rgb(254 243 199 / 0.1);
}

.hover\:text-warning-100\/100:hover {
  color: rgb(254 243 199 / 1);
}

.hover\:text-warning-100\/15:hover {
  color: rgb(254 243 199 / 0.15);
}

.hover\:text-warning-100\/20:hover {
  color: rgb(254 243 199 / 0.2);
}

.hover\:text-warning-100\/25:hover {
  color: rgb(254 243 199 / 0.25);
}

.hover\:text-warning-100\/30:hover {
  color: rgb(254 243 199 / 0.3);
}

.hover\:text-warning-100\/35:hover {
  color: rgb(254 243 199 / 0.35);
}

.hover\:text-warning-100\/40:hover {
  color: rgb(254 243 199 / 0.4);
}

.hover\:text-warning-100\/45:hover {
  color: rgb(254 243 199 / 0.45);
}

.hover\:text-warning-100\/5:hover {
  color: rgb(254 243 199 / 0.05);
}

.hover\:text-warning-100\/50:hover {
  color: rgb(254 243 199 / 0.5);
}

.hover\:text-warning-100\/55:hover {
  color: rgb(254 243 199 / 0.55);
}

.hover\:text-warning-100\/60:hover {
  color: rgb(254 243 199 / 0.6);
}

.hover\:text-warning-100\/65:hover {
  color: rgb(254 243 199 / 0.65);
}

.hover\:text-warning-100\/70:hover {
  color: rgb(254 243 199 / 0.7);
}

.hover\:text-warning-100\/75:hover {
  color: rgb(254 243 199 / 0.75);
}

.hover\:text-warning-100\/80:hover {
  color: rgb(254 243 199 / 0.8);
}

.hover\:text-warning-100\/85:hover {
  color: rgb(254 243 199 / 0.85);
}

.hover\:text-warning-100\/90:hover {
  color: rgb(254 243 199 / 0.9);
}

.hover\:text-warning-100\/95:hover {
  color: rgb(254 243 199 / 0.95);
}

.hover\:text-warning-200:hover {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-200\/0:hover {
  color: rgb(253 230 138 / 0);
}

.hover\:text-warning-200\/10:hover {
  color: rgb(253 230 138 / 0.1);
}

.hover\:text-warning-200\/100:hover {
  color: rgb(253 230 138 / 1);
}

.hover\:text-warning-200\/15:hover {
  color: rgb(253 230 138 / 0.15);
}

.hover\:text-warning-200\/20:hover {
  color: rgb(253 230 138 / 0.2);
}

.hover\:text-warning-200\/25:hover {
  color: rgb(253 230 138 / 0.25);
}

.hover\:text-warning-200\/30:hover {
  color: rgb(253 230 138 / 0.3);
}

.hover\:text-warning-200\/35:hover {
  color: rgb(253 230 138 / 0.35);
}

.hover\:text-warning-200\/40:hover {
  color: rgb(253 230 138 / 0.4);
}

.hover\:text-warning-200\/45:hover {
  color: rgb(253 230 138 / 0.45);
}

.hover\:text-warning-200\/5:hover {
  color: rgb(253 230 138 / 0.05);
}

.hover\:text-warning-200\/50:hover {
  color: rgb(253 230 138 / 0.5);
}

.hover\:text-warning-200\/55:hover {
  color: rgb(253 230 138 / 0.55);
}

.hover\:text-warning-200\/60:hover {
  color: rgb(253 230 138 / 0.6);
}

.hover\:text-warning-200\/65:hover {
  color: rgb(253 230 138 / 0.65);
}

.hover\:text-warning-200\/70:hover {
  color: rgb(253 230 138 / 0.7);
}

.hover\:text-warning-200\/75:hover {
  color: rgb(253 230 138 / 0.75);
}

.hover\:text-warning-200\/80:hover {
  color: rgb(253 230 138 / 0.8);
}

.hover\:text-warning-200\/85:hover {
  color: rgb(253 230 138 / 0.85);
}

.hover\:text-warning-200\/90:hover {
  color: rgb(253 230 138 / 0.9);
}

.hover\:text-warning-200\/95:hover {
  color: rgb(253 230 138 / 0.95);
}

.hover\:text-warning-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-300\/0:hover {
  color: rgb(252 211 77 / 0);
}

.hover\:text-warning-300\/10:hover {
  color: rgb(252 211 77 / 0.1);
}

.hover\:text-warning-300\/100:hover {
  color: rgb(252 211 77 / 1);
}

.hover\:text-warning-300\/15:hover {
  color: rgb(252 211 77 / 0.15);
}

.hover\:text-warning-300\/20:hover {
  color: rgb(252 211 77 / 0.2);
}

.hover\:text-warning-300\/25:hover {
  color: rgb(252 211 77 / 0.25);
}

.hover\:text-warning-300\/30:hover {
  color: rgb(252 211 77 / 0.3);
}

.hover\:text-warning-300\/35:hover {
  color: rgb(252 211 77 / 0.35);
}

.hover\:text-warning-300\/40:hover {
  color: rgb(252 211 77 / 0.4);
}

.hover\:text-warning-300\/45:hover {
  color: rgb(252 211 77 / 0.45);
}

.hover\:text-warning-300\/5:hover {
  color: rgb(252 211 77 / 0.05);
}

.hover\:text-warning-300\/50:hover {
  color: rgb(252 211 77 / 0.5);
}

.hover\:text-warning-300\/55:hover {
  color: rgb(252 211 77 / 0.55);
}

.hover\:text-warning-300\/60:hover {
  color: rgb(252 211 77 / 0.6);
}

.hover\:text-warning-300\/65:hover {
  color: rgb(252 211 77 / 0.65);
}

.hover\:text-warning-300\/70:hover {
  color: rgb(252 211 77 / 0.7);
}

.hover\:text-warning-300\/75:hover {
  color: rgb(252 211 77 / 0.75);
}

.hover\:text-warning-300\/80:hover {
  color: rgb(252 211 77 / 0.8);
}

.hover\:text-warning-300\/85:hover {
  color: rgb(252 211 77 / 0.85);
}

.hover\:text-warning-300\/90:hover {
  color: rgb(252 211 77 / 0.9);
}

.hover\:text-warning-300\/95:hover {
  color: rgb(252 211 77 / 0.95);
}

.hover\:text-warning-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-400\/0:hover {
  color: rgb(251 191 36 / 0);
}

.hover\:text-warning-400\/10:hover {
  color: rgb(251 191 36 / 0.1);
}

.hover\:text-warning-400\/100:hover {
  color: rgb(251 191 36 / 1);
}

.hover\:text-warning-400\/15:hover {
  color: rgb(251 191 36 / 0.15);
}

.hover\:text-warning-400\/20:hover {
  color: rgb(251 191 36 / 0.2);
}

.hover\:text-warning-400\/25:hover {
  color: rgb(251 191 36 / 0.25);
}

.hover\:text-warning-400\/30:hover {
  color: rgb(251 191 36 / 0.3);
}

.hover\:text-warning-400\/35:hover {
  color: rgb(251 191 36 / 0.35);
}

.hover\:text-warning-400\/40:hover {
  color: rgb(251 191 36 / 0.4);
}

.hover\:text-warning-400\/45:hover {
  color: rgb(251 191 36 / 0.45);
}

.hover\:text-warning-400\/5:hover {
  color: rgb(251 191 36 / 0.05);
}

.hover\:text-warning-400\/50:hover {
  color: rgb(251 191 36 / 0.5);
}

.hover\:text-warning-400\/55:hover {
  color: rgb(251 191 36 / 0.55);
}

.hover\:text-warning-400\/60:hover {
  color: rgb(251 191 36 / 0.6);
}

.hover\:text-warning-400\/65:hover {
  color: rgb(251 191 36 / 0.65);
}

.hover\:text-warning-400\/70:hover {
  color: rgb(251 191 36 / 0.7);
}

.hover\:text-warning-400\/75:hover {
  color: rgb(251 191 36 / 0.75);
}

.hover\:text-warning-400\/80:hover {
  color: rgb(251 191 36 / 0.8);
}

.hover\:text-warning-400\/85:hover {
  color: rgb(251 191 36 / 0.85);
}

.hover\:text-warning-400\/90:hover {
  color: rgb(251 191 36 / 0.9);
}

.hover\:text-warning-400\/95:hover {
  color: rgb(251 191 36 / 0.95);
}

.hover\:text-warning-50:hover {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-50\/0:hover {
  color: rgb(255 251 235 / 0);
}

.hover\:text-warning-50\/10:hover {
  color: rgb(255 251 235 / 0.1);
}

.hover\:text-warning-50\/100:hover {
  color: rgb(255 251 235 / 1);
}

.hover\:text-warning-50\/15:hover {
  color: rgb(255 251 235 / 0.15);
}

.hover\:text-warning-50\/20:hover {
  color: rgb(255 251 235 / 0.2);
}

.hover\:text-warning-50\/25:hover {
  color: rgb(255 251 235 / 0.25);
}

.hover\:text-warning-50\/30:hover {
  color: rgb(255 251 235 / 0.3);
}

.hover\:text-warning-50\/35:hover {
  color: rgb(255 251 235 / 0.35);
}

.hover\:text-warning-50\/40:hover {
  color: rgb(255 251 235 / 0.4);
}

.hover\:text-warning-50\/45:hover {
  color: rgb(255 251 235 / 0.45);
}

.hover\:text-warning-50\/5:hover {
  color: rgb(255 251 235 / 0.05);
}

.hover\:text-warning-50\/50:hover {
  color: rgb(255 251 235 / 0.5);
}

.hover\:text-warning-50\/55:hover {
  color: rgb(255 251 235 / 0.55);
}

.hover\:text-warning-50\/60:hover {
  color: rgb(255 251 235 / 0.6);
}

.hover\:text-warning-50\/65:hover {
  color: rgb(255 251 235 / 0.65);
}

.hover\:text-warning-50\/70:hover {
  color: rgb(255 251 235 / 0.7);
}

.hover\:text-warning-50\/75:hover {
  color: rgb(255 251 235 / 0.75);
}

.hover\:text-warning-50\/80:hover {
  color: rgb(255 251 235 / 0.8);
}

.hover\:text-warning-50\/85:hover {
  color: rgb(255 251 235 / 0.85);
}

.hover\:text-warning-50\/90:hover {
  color: rgb(255 251 235 / 0.9);
}

.hover\:text-warning-50\/95:hover {
  color: rgb(255 251 235 / 0.95);
}

.hover\:text-warning-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-500\/0:hover {
  color: rgb(245 158 11 / 0);
}

.hover\:text-warning-500\/10:hover {
  color: rgb(245 158 11 / 0.1);
}

.hover\:text-warning-500\/100:hover {
  color: rgb(245 158 11 / 1);
}

.hover\:text-warning-500\/15:hover {
  color: rgb(245 158 11 / 0.15);
}

.hover\:text-warning-500\/20:hover {
  color: rgb(245 158 11 / 0.2);
}

.hover\:text-warning-500\/25:hover {
  color: rgb(245 158 11 / 0.25);
}

.hover\:text-warning-500\/30:hover {
  color: rgb(245 158 11 / 0.3);
}

.hover\:text-warning-500\/35:hover {
  color: rgb(245 158 11 / 0.35);
}

.hover\:text-warning-500\/40:hover {
  color: rgb(245 158 11 / 0.4);
}

.hover\:text-warning-500\/45:hover {
  color: rgb(245 158 11 / 0.45);
}

.hover\:text-warning-500\/5:hover {
  color: rgb(245 158 11 / 0.05);
}

.hover\:text-warning-500\/50:hover {
  color: rgb(245 158 11 / 0.5);
}

.hover\:text-warning-500\/55:hover {
  color: rgb(245 158 11 / 0.55);
}

.hover\:text-warning-500\/60:hover {
  color: rgb(245 158 11 / 0.6);
}

.hover\:text-warning-500\/65:hover {
  color: rgb(245 158 11 / 0.65);
}

.hover\:text-warning-500\/70:hover {
  color: rgb(245 158 11 / 0.7);
}

.hover\:text-warning-500\/75:hover {
  color: rgb(245 158 11 / 0.75);
}

.hover\:text-warning-500\/80:hover {
  color: rgb(245 158 11 / 0.8);
}

.hover\:text-warning-500\/85:hover {
  color: rgb(245 158 11 / 0.85);
}

.hover\:text-warning-500\/90:hover {
  color: rgb(245 158 11 / 0.9);
}

.hover\:text-warning-500\/95:hover {
  color: rgb(245 158 11 / 0.95);
}

.hover\:text-warning-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-600\/0:hover {
  color: rgb(217 119 6 / 0);
}

.hover\:text-warning-600\/10:hover {
  color: rgb(217 119 6 / 0.1);
}

.hover\:text-warning-600\/100:hover {
  color: rgb(217 119 6 / 1);
}

.hover\:text-warning-600\/15:hover {
  color: rgb(217 119 6 / 0.15);
}

.hover\:text-warning-600\/20:hover {
  color: rgb(217 119 6 / 0.2);
}

.hover\:text-warning-600\/25:hover {
  color: rgb(217 119 6 / 0.25);
}

.hover\:text-warning-600\/30:hover {
  color: rgb(217 119 6 / 0.3);
}

.hover\:text-warning-600\/35:hover {
  color: rgb(217 119 6 / 0.35);
}

.hover\:text-warning-600\/40:hover {
  color: rgb(217 119 6 / 0.4);
}

.hover\:text-warning-600\/45:hover {
  color: rgb(217 119 6 / 0.45);
}

.hover\:text-warning-600\/5:hover {
  color: rgb(217 119 6 / 0.05);
}

.hover\:text-warning-600\/50:hover {
  color: rgb(217 119 6 / 0.5);
}

.hover\:text-warning-600\/55:hover {
  color: rgb(217 119 6 / 0.55);
}

.hover\:text-warning-600\/60:hover {
  color: rgb(217 119 6 / 0.6);
}

.hover\:text-warning-600\/65:hover {
  color: rgb(217 119 6 / 0.65);
}

.hover\:text-warning-600\/70:hover {
  color: rgb(217 119 6 / 0.7);
}

.hover\:text-warning-600\/75:hover {
  color: rgb(217 119 6 / 0.75);
}

.hover\:text-warning-600\/80:hover {
  color: rgb(217 119 6 / 0.8);
}

.hover\:text-warning-600\/85:hover {
  color: rgb(217 119 6 / 0.85);
}

.hover\:text-warning-600\/90:hover {
  color: rgb(217 119 6 / 0.9);
}

.hover\:text-warning-600\/95:hover {
  color: rgb(217 119 6 / 0.95);
}

.hover\:text-warning-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-700\/0:hover {
  color: rgb(180 83 9 / 0);
}

.hover\:text-warning-700\/10:hover {
  color: rgb(180 83 9 / 0.1);
}

.hover\:text-warning-700\/100:hover {
  color: rgb(180 83 9 / 1);
}

.hover\:text-warning-700\/15:hover {
  color: rgb(180 83 9 / 0.15);
}

.hover\:text-warning-700\/20:hover {
  color: rgb(180 83 9 / 0.2);
}

.hover\:text-warning-700\/25:hover {
  color: rgb(180 83 9 / 0.25);
}

.hover\:text-warning-700\/30:hover {
  color: rgb(180 83 9 / 0.3);
}

.hover\:text-warning-700\/35:hover {
  color: rgb(180 83 9 / 0.35);
}

.hover\:text-warning-700\/40:hover {
  color: rgb(180 83 9 / 0.4);
}

.hover\:text-warning-700\/45:hover {
  color: rgb(180 83 9 / 0.45);
}

.hover\:text-warning-700\/5:hover {
  color: rgb(180 83 9 / 0.05);
}

.hover\:text-warning-700\/50:hover {
  color: rgb(180 83 9 / 0.5);
}

.hover\:text-warning-700\/55:hover {
  color: rgb(180 83 9 / 0.55);
}

.hover\:text-warning-700\/60:hover {
  color: rgb(180 83 9 / 0.6);
}

.hover\:text-warning-700\/65:hover {
  color: rgb(180 83 9 / 0.65);
}

.hover\:text-warning-700\/70:hover {
  color: rgb(180 83 9 / 0.7);
}

.hover\:text-warning-700\/75:hover {
  color: rgb(180 83 9 / 0.75);
}

.hover\:text-warning-700\/80:hover {
  color: rgb(180 83 9 / 0.8);
}

.hover\:text-warning-700\/85:hover {
  color: rgb(180 83 9 / 0.85);
}

.hover\:text-warning-700\/90:hover {
  color: rgb(180 83 9 / 0.9);
}

.hover\:text-warning-700\/95:hover {
  color: rgb(180 83 9 / 0.95);
}

.hover\:text-warning-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-800\/0:hover {
  color: rgb(146 64 14 / 0);
}

.hover\:text-warning-800\/10:hover {
  color: rgb(146 64 14 / 0.1);
}

.hover\:text-warning-800\/100:hover {
  color: rgb(146 64 14 / 1);
}

.hover\:text-warning-800\/15:hover {
  color: rgb(146 64 14 / 0.15);
}

.hover\:text-warning-800\/20:hover {
  color: rgb(146 64 14 / 0.2);
}

.hover\:text-warning-800\/25:hover {
  color: rgb(146 64 14 / 0.25);
}

.hover\:text-warning-800\/30:hover {
  color: rgb(146 64 14 / 0.3);
}

.hover\:text-warning-800\/35:hover {
  color: rgb(146 64 14 / 0.35);
}

.hover\:text-warning-800\/40:hover {
  color: rgb(146 64 14 / 0.4);
}

.hover\:text-warning-800\/45:hover {
  color: rgb(146 64 14 / 0.45);
}

.hover\:text-warning-800\/5:hover {
  color: rgb(146 64 14 / 0.05);
}

.hover\:text-warning-800\/50:hover {
  color: rgb(146 64 14 / 0.5);
}

.hover\:text-warning-800\/55:hover {
  color: rgb(146 64 14 / 0.55);
}

.hover\:text-warning-800\/60:hover {
  color: rgb(146 64 14 / 0.6);
}

.hover\:text-warning-800\/65:hover {
  color: rgb(146 64 14 / 0.65);
}

.hover\:text-warning-800\/70:hover {
  color: rgb(146 64 14 / 0.7);
}

.hover\:text-warning-800\/75:hover {
  color: rgb(146 64 14 / 0.75);
}

.hover\:text-warning-800\/80:hover {
  color: rgb(146 64 14 / 0.8);
}

.hover\:text-warning-800\/85:hover {
  color: rgb(146 64 14 / 0.85);
}

.hover\:text-warning-800\/90:hover {
  color: rgb(146 64 14 / 0.9);
}

.hover\:text-warning-800\/95:hover {
  color: rgb(146 64 14 / 0.95);
}

.hover\:text-warning-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-900\/0:hover {
  color: rgb(120 53 15 / 0);
}

.hover\:text-warning-900\/10:hover {
  color: rgb(120 53 15 / 0.1);
}

.hover\:text-warning-900\/100:hover {
  color: rgb(120 53 15 / 1);
}

.hover\:text-warning-900\/15:hover {
  color: rgb(120 53 15 / 0.15);
}

.hover\:text-warning-900\/20:hover {
  color: rgb(120 53 15 / 0.2);
}

.hover\:text-warning-900\/25:hover {
  color: rgb(120 53 15 / 0.25);
}

.hover\:text-warning-900\/30:hover {
  color: rgb(120 53 15 / 0.3);
}

.hover\:text-warning-900\/35:hover {
  color: rgb(120 53 15 / 0.35);
}

.hover\:text-warning-900\/40:hover {
  color: rgb(120 53 15 / 0.4);
}

.hover\:text-warning-900\/45:hover {
  color: rgb(120 53 15 / 0.45);
}

.hover\:text-warning-900\/5:hover {
  color: rgb(120 53 15 / 0.05);
}

.hover\:text-warning-900\/50:hover {
  color: rgb(120 53 15 / 0.5);
}

.hover\:text-warning-900\/55:hover {
  color: rgb(120 53 15 / 0.55);
}

.hover\:text-warning-900\/60:hover {
  color: rgb(120 53 15 / 0.6);
}

.hover\:text-warning-900\/65:hover {
  color: rgb(120 53 15 / 0.65);
}

.hover\:text-warning-900\/70:hover {
  color: rgb(120 53 15 / 0.7);
}

.hover\:text-warning-900\/75:hover {
  color: rgb(120 53 15 / 0.75);
}

.hover\:text-warning-900\/80:hover {
  color: rgb(120 53 15 / 0.8);
}

.hover\:text-warning-900\/85:hover {
  color: rgb(120 53 15 / 0.85);
}

.hover\:text-warning-900\/90:hover {
  color: rgb(120 53 15 / 0.9);
}

.hover\:text-warning-900\/95:hover {
  color: rgb(120 53 15 / 0.95);
}

.hover\:text-warning-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-dark\/0:hover {
  color: rgb(180 83 9 / 0);
}

.hover\:text-warning-dark\/10:hover {
  color: rgb(180 83 9 / 0.1);
}

.hover\:text-warning-dark\/100:hover {
  color: rgb(180 83 9 / 1);
}

.hover\:text-warning-dark\/15:hover {
  color: rgb(180 83 9 / 0.15);
}

.hover\:text-warning-dark\/20:hover {
  color: rgb(180 83 9 / 0.2);
}

.hover\:text-warning-dark\/25:hover {
  color: rgb(180 83 9 / 0.25);
}

.hover\:text-warning-dark\/30:hover {
  color: rgb(180 83 9 / 0.3);
}

.hover\:text-warning-dark\/35:hover {
  color: rgb(180 83 9 / 0.35);
}

.hover\:text-warning-dark\/40:hover {
  color: rgb(180 83 9 / 0.4);
}

.hover\:text-warning-dark\/45:hover {
  color: rgb(180 83 9 / 0.45);
}

.hover\:text-warning-dark\/5:hover {
  color: rgb(180 83 9 / 0.05);
}

.hover\:text-warning-dark\/50:hover {
  color: rgb(180 83 9 / 0.5);
}

.hover\:text-warning-dark\/55:hover {
  color: rgb(180 83 9 / 0.55);
}

.hover\:text-warning-dark\/60:hover {
  color: rgb(180 83 9 / 0.6);
}

.hover\:text-warning-dark\/65:hover {
  color: rgb(180 83 9 / 0.65);
}

.hover\:text-warning-dark\/70:hover {
  color: rgb(180 83 9 / 0.7);
}

.hover\:text-warning-dark\/75:hover {
  color: rgb(180 83 9 / 0.75);
}

.hover\:text-warning-dark\/80:hover {
  color: rgb(180 83 9 / 0.8);
}

.hover\:text-warning-dark\/85:hover {
  color: rgb(180 83 9 / 0.85);
}

.hover\:text-warning-dark\/90:hover {
  color: rgb(180 83 9 / 0.9);
}

.hover\:text-warning-dark\/95:hover {
  color: rgb(180 83 9 / 0.95);
}

.hover\:text-warning-light:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-light\/0:hover {
  color: rgb(254 243 199 / 0);
}

.hover\:text-warning-light\/10:hover {
  color: rgb(254 243 199 / 0.1);
}

.hover\:text-warning-light\/100:hover {
  color: rgb(254 243 199 / 1);
}

.hover\:text-warning-light\/15:hover {
  color: rgb(254 243 199 / 0.15);
}

.hover\:text-warning-light\/20:hover {
  color: rgb(254 243 199 / 0.2);
}

.hover\:text-warning-light\/25:hover {
  color: rgb(254 243 199 / 0.25);
}

.hover\:text-warning-light\/30:hover {
  color: rgb(254 243 199 / 0.3);
}

.hover\:text-warning-light\/35:hover {
  color: rgb(254 243 199 / 0.35);
}

.hover\:text-warning-light\/40:hover {
  color: rgb(254 243 199 / 0.4);
}

.hover\:text-warning-light\/45:hover {
  color: rgb(254 243 199 / 0.45);
}

.hover\:text-warning-light\/5:hover {
  color: rgb(254 243 199 / 0.05);
}

.hover\:text-warning-light\/50:hover {
  color: rgb(254 243 199 / 0.5);
}

.hover\:text-warning-light\/55:hover {
  color: rgb(254 243 199 / 0.55);
}

.hover\:text-warning-light\/60:hover {
  color: rgb(254 243 199 / 0.6);
}

.hover\:text-warning-light\/65:hover {
  color: rgb(254 243 199 / 0.65);
}

.hover\:text-warning-light\/70:hover {
  color: rgb(254 243 199 / 0.7);
}

.hover\:text-warning-light\/75:hover {
  color: rgb(254 243 199 / 0.75);
}

.hover\:text-warning-light\/80:hover {
  color: rgb(254 243 199 / 0.8);
}

.hover\:text-warning-light\/85:hover {
  color: rgb(254 243 199 / 0.85);
}

.hover\:text-warning-light\/90:hover {
  color: rgb(254 243 199 / 0.9);
}

.hover\:text-warning-light\/95:hover {
  color: rgb(254 243 199 / 0.95);
}

.hover\:text-warning\/0:hover {
  color: rgb(245 158 11 / 0);
}

.hover\:text-warning\/10:hover {
  color: rgb(245 158 11 / 0.1);
}

.hover\:text-warning\/100:hover {
  color: rgb(245 158 11 / 1);
}

.hover\:text-warning\/15:hover {
  color: rgb(245 158 11 / 0.15);
}

.hover\:text-warning\/20:hover {
  color: rgb(245 158 11 / 0.2);
}

.hover\:text-warning\/25:hover {
  color: rgb(245 158 11 / 0.25);
}

.hover\:text-warning\/30:hover {
  color: rgb(245 158 11 / 0.3);
}

.hover\:text-warning\/35:hover {
  color: rgb(245 158 11 / 0.35);
}

.hover\:text-warning\/40:hover {
  color: rgb(245 158 11 / 0.4);
}

.hover\:text-warning\/45:hover {
  color: rgb(245 158 11 / 0.45);
}

.hover\:text-warning\/5:hover {
  color: rgb(245 158 11 / 0.05);
}

.hover\:text-warning\/50:hover {
  color: rgb(245 158 11 / 0.5);
}

.hover\:text-warning\/55:hover {
  color: rgb(245 158 11 / 0.55);
}

.hover\:text-warning\/60:hover {
  color: rgb(245 158 11 / 0.6);
}

.hover\:text-warning\/65:hover {
  color: rgb(245 158 11 / 0.65);
}

.hover\:text-warning\/70:hover {
  color: rgb(245 158 11 / 0.7);
}

.hover\:text-warning\/75:hover {
  color: rgb(245 158 11 / 0.75);
}

.hover\:text-warning\/80:hover {
  color: rgb(245 158 11 / 0.8);
}

.hover\:text-warning\/85:hover {
  color: rgb(245 158 11 / 0.85);
}

.hover\:text-warning\/90:hover {
  color: rgb(245 158 11 / 0.9);
}

.hover\:text-warning\/95:hover {
  color: rgb(245 158 11 / 0.95);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

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

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow:hover {
  --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);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-md:hover {
  --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);
}

.hover\:shadow-sm:hover {
  --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);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary\/30:hover {
  --tw-shadow-color: rgb(25 141 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:file\:bg-primary\/90::-webkit-file-upload-button:hover {
  background-color: rgb(25 141 168 / 0.9);
}

.hover\:file\:bg-primary\/90::file-selector-button:hover {
  background-color: rgb(25 141 168 / 0.9);
}

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

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-danger:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-100\/0:focus {
  border-color: rgb(254 226 226 / 0);
}

.focus\:border-danger-100\/10:focus {
  border-color: rgb(254 226 226 / 0.1);
}

.focus\:border-danger-100\/100:focus {
  border-color: rgb(254 226 226 / 1);
}

.focus\:border-danger-100\/15:focus {
  border-color: rgb(254 226 226 / 0.15);
}

.focus\:border-danger-100\/20:focus {
  border-color: rgb(254 226 226 / 0.2);
}

.focus\:border-danger-100\/25:focus {
  border-color: rgb(254 226 226 / 0.25);
}

.focus\:border-danger-100\/30:focus {
  border-color: rgb(254 226 226 / 0.3);
}

.focus\:border-danger-100\/35:focus {
  border-color: rgb(254 226 226 / 0.35);
}

.focus\:border-danger-100\/40:focus {
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-danger-100\/45:focus {
  border-color: rgb(254 226 226 / 0.45);
}

.focus\:border-danger-100\/5:focus {
  border-color: rgb(254 226 226 / 0.05);
}

.focus\:border-danger-100\/50:focus {
  border-color: rgb(254 226 226 / 0.5);
}

.focus\:border-danger-100\/55:focus {
  border-color: rgb(254 226 226 / 0.55);
}

.focus\:border-danger-100\/60:focus {
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-danger-100\/65:focus {
  border-color: rgb(254 226 226 / 0.65);
}

.focus\:border-danger-100\/70:focus {
  border-color: rgb(254 226 226 / 0.7);
}

.focus\:border-danger-100\/75:focus {
  border-color: rgb(254 226 226 / 0.75);
}

.focus\:border-danger-100\/80:focus {
  border-color: rgb(254 226 226 / 0.8);
}

.focus\:border-danger-100\/85:focus {
  border-color: rgb(254 226 226 / 0.85);
}

.focus\:border-danger-100\/90:focus {
  border-color: rgb(254 226 226 / 0.9);
}

.focus\:border-danger-100\/95:focus {
  border-color: rgb(254 226 226 / 0.95);
}

.focus\:border-danger-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-200\/0:focus {
  border-color: rgb(254 202 202 / 0);
}

.focus\:border-danger-200\/10:focus {
  border-color: rgb(254 202 202 / 0.1);
}

.focus\:border-danger-200\/100:focus {
  border-color: rgb(254 202 202 / 1);
}

.focus\:border-danger-200\/15:focus {
  border-color: rgb(254 202 202 / 0.15);
}

.focus\:border-danger-200\/20:focus {
  border-color: rgb(254 202 202 / 0.2);
}

.focus\:border-danger-200\/25:focus {
  border-color: rgb(254 202 202 / 0.25);
}

.focus\:border-danger-200\/30:focus {
  border-color: rgb(254 202 202 / 0.3);
}

.focus\:border-danger-200\/35:focus {
  border-color: rgb(254 202 202 / 0.35);
}

.focus\:border-danger-200\/40:focus {
  border-color: rgb(254 202 202 / 0.4);
}

.focus\:border-danger-200\/45:focus {
  border-color: rgb(254 202 202 / 0.45);
}

.focus\:border-danger-200\/5:focus {
  border-color: rgb(254 202 202 / 0.05);
}

.focus\:border-danger-200\/50:focus {
  border-color: rgb(254 202 202 / 0.5);
}

.focus\:border-danger-200\/55:focus {
  border-color: rgb(254 202 202 / 0.55);
}

.focus\:border-danger-200\/60:focus {
  border-color: rgb(254 202 202 / 0.6);
}

.focus\:border-danger-200\/65:focus {
  border-color: rgb(254 202 202 / 0.65);
}

.focus\:border-danger-200\/70:focus {
  border-color: rgb(254 202 202 / 0.7);
}

.focus\:border-danger-200\/75:focus {
  border-color: rgb(254 202 202 / 0.75);
}

.focus\:border-danger-200\/80:focus {
  border-color: rgb(254 202 202 / 0.8);
}

.focus\:border-danger-200\/85:focus {
  border-color: rgb(254 202 202 / 0.85);
}

.focus\:border-danger-200\/90:focus {
  border-color: rgb(254 202 202 / 0.9);
}

.focus\:border-danger-200\/95:focus {
  border-color: rgb(254 202 202 / 0.95);
}

.focus\:border-danger-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-300\/0:focus {
  border-color: rgb(252 165 165 / 0);
}

.focus\:border-danger-300\/10:focus {
  border-color: rgb(252 165 165 / 0.1);
}

.focus\:border-danger-300\/100:focus {
  border-color: rgb(252 165 165 / 1);
}

.focus\:border-danger-300\/15:focus {
  border-color: rgb(252 165 165 / 0.15);
}

.focus\:border-danger-300\/20:focus {
  border-color: rgb(252 165 165 / 0.2);
}

.focus\:border-danger-300\/25:focus {
  border-color: rgb(252 165 165 / 0.25);
}

.focus\:border-danger-300\/30:focus {
  border-color: rgb(252 165 165 / 0.3);
}

.focus\:border-danger-300\/35:focus {
  border-color: rgb(252 165 165 / 0.35);
}

.focus\:border-danger-300\/40:focus {
  border-color: rgb(252 165 165 / 0.4);
}

.focus\:border-danger-300\/45:focus {
  border-color: rgb(252 165 165 / 0.45);
}

.focus\:border-danger-300\/5:focus {
  border-color: rgb(252 165 165 / 0.05);
}

.focus\:border-danger-300\/50:focus {
  border-color: rgb(252 165 165 / 0.5);
}

.focus\:border-danger-300\/55:focus {
  border-color: rgb(252 165 165 / 0.55);
}

.focus\:border-danger-300\/60:focus {
  border-color: rgb(252 165 165 / 0.6);
}

.focus\:border-danger-300\/65:focus {
  border-color: rgb(252 165 165 / 0.65);
}

.focus\:border-danger-300\/70:focus {
  border-color: rgb(252 165 165 / 0.7);
}

.focus\:border-danger-300\/75:focus {
  border-color: rgb(252 165 165 / 0.75);
}

.focus\:border-danger-300\/80:focus {
  border-color: rgb(252 165 165 / 0.8);
}

.focus\:border-danger-300\/85:focus {
  border-color: rgb(252 165 165 / 0.85);
}

.focus\:border-danger-300\/90:focus {
  border-color: rgb(252 165 165 / 0.9);
}

.focus\:border-danger-300\/95:focus {
  border-color: rgb(252 165 165 / 0.95);
}

.focus\:border-danger-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-400\/0:focus {
  border-color: rgb(248 113 113 / 0);
}

.focus\:border-danger-400\/10:focus {
  border-color: rgb(248 113 113 / 0.1);
}

.focus\:border-danger-400\/100:focus {
  border-color: rgb(248 113 113 / 1);
}

.focus\:border-danger-400\/15:focus {
  border-color: rgb(248 113 113 / 0.15);
}

.focus\:border-danger-400\/20:focus {
  border-color: rgb(248 113 113 / 0.2);
}

.focus\:border-danger-400\/25:focus {
  border-color: rgb(248 113 113 / 0.25);
}

.focus\:border-danger-400\/30:focus {
  border-color: rgb(248 113 113 / 0.3);
}

.focus\:border-danger-400\/35:focus {
  border-color: rgb(248 113 113 / 0.35);
}

.focus\:border-danger-400\/40:focus {
  border-color: rgb(248 113 113 / 0.4);
}

.focus\:border-danger-400\/45:focus {
  border-color: rgb(248 113 113 / 0.45);
}

.focus\:border-danger-400\/5:focus {
  border-color: rgb(248 113 113 / 0.05);
}

.focus\:border-danger-400\/50:focus {
  border-color: rgb(248 113 113 / 0.5);
}

.focus\:border-danger-400\/55:focus {
  border-color: rgb(248 113 113 / 0.55);
}

.focus\:border-danger-400\/60:focus {
  border-color: rgb(248 113 113 / 0.6);
}

.focus\:border-danger-400\/65:focus {
  border-color: rgb(248 113 113 / 0.65);
}

.focus\:border-danger-400\/70:focus {
  border-color: rgb(248 113 113 / 0.7);
}

.focus\:border-danger-400\/75:focus {
  border-color: rgb(248 113 113 / 0.75);
}

.focus\:border-danger-400\/80:focus {
  border-color: rgb(248 113 113 / 0.8);
}

.focus\:border-danger-400\/85:focus {
  border-color: rgb(248 113 113 / 0.85);
}

.focus\:border-danger-400\/90:focus {
  border-color: rgb(248 113 113 / 0.9);
}

.focus\:border-danger-400\/95:focus {
  border-color: rgb(248 113 113 / 0.95);
}

.focus\:border-danger-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-50\/0:focus {
  border-color: rgb(254 242 242 / 0);
}

.focus\:border-danger-50\/10:focus {
  border-color: rgb(254 242 242 / 0.1);
}

.focus\:border-danger-50\/100:focus {
  border-color: rgb(254 242 242 / 1);
}

.focus\:border-danger-50\/15:focus {
  border-color: rgb(254 242 242 / 0.15);
}

.focus\:border-danger-50\/20:focus {
  border-color: rgb(254 242 242 / 0.2);
}

.focus\:border-danger-50\/25:focus {
  border-color: rgb(254 242 242 / 0.25);
}

.focus\:border-danger-50\/30:focus {
  border-color: rgb(254 242 242 / 0.3);
}

.focus\:border-danger-50\/35:focus {
  border-color: rgb(254 242 242 / 0.35);
}

.focus\:border-danger-50\/40:focus {
  border-color: rgb(254 242 242 / 0.4);
}

.focus\:border-danger-50\/45:focus {
  border-color: rgb(254 242 242 / 0.45);
}

.focus\:border-danger-50\/5:focus {
  border-color: rgb(254 242 242 / 0.05);
}

.focus\:border-danger-50\/50:focus {
  border-color: rgb(254 242 242 / 0.5);
}

.focus\:border-danger-50\/55:focus {
  border-color: rgb(254 242 242 / 0.55);
}

.focus\:border-danger-50\/60:focus {
  border-color: rgb(254 242 242 / 0.6);
}

.focus\:border-danger-50\/65:focus {
  border-color: rgb(254 242 242 / 0.65);
}

.focus\:border-danger-50\/70:focus {
  border-color: rgb(254 242 242 / 0.7);
}

.focus\:border-danger-50\/75:focus {
  border-color: rgb(254 242 242 / 0.75);
}

.focus\:border-danger-50\/80:focus {
  border-color: rgb(254 242 242 / 0.8);
}

.focus\:border-danger-50\/85:focus {
  border-color: rgb(254 242 242 / 0.85);
}

.focus\:border-danger-50\/90:focus {
  border-color: rgb(254 242 242 / 0.9);
}

.focus\:border-danger-50\/95:focus {
  border-color: rgb(254 242 242 / 0.95);
}

.focus\:border-danger-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-500\/0:focus {
  border-color: rgb(239 68 68 / 0);
}

.focus\:border-danger-500\/10:focus {
  border-color: rgb(239 68 68 / 0.1);
}

.focus\:border-danger-500\/100:focus {
  border-color: rgb(239 68 68 / 1);
}

.focus\:border-danger-500\/15:focus {
  border-color: rgb(239 68 68 / 0.15);
}

.focus\:border-danger-500\/20:focus {
  border-color: rgb(239 68 68 / 0.2);
}

.focus\:border-danger-500\/25:focus {
  border-color: rgb(239 68 68 / 0.25);
}

.focus\:border-danger-500\/30:focus {
  border-color: rgb(239 68 68 / 0.3);
}

.focus\:border-danger-500\/35:focus {
  border-color: rgb(239 68 68 / 0.35);
}

.focus\:border-danger-500\/40:focus {
  border-color: rgb(239 68 68 / 0.4);
}

.focus\:border-danger-500\/45:focus {
  border-color: rgb(239 68 68 / 0.45);
}

.focus\:border-danger-500\/5:focus {
  border-color: rgb(239 68 68 / 0.05);
}

.focus\:border-danger-500\/50:focus {
  border-color: rgb(239 68 68 / 0.5);
}

.focus\:border-danger-500\/55:focus {
  border-color: rgb(239 68 68 / 0.55);
}

.focus\:border-danger-500\/60:focus {
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:border-danger-500\/65:focus {
  border-color: rgb(239 68 68 / 0.65);
}

.focus\:border-danger-500\/70:focus {
  border-color: rgb(239 68 68 / 0.7);
}

.focus\:border-danger-500\/75:focus {
  border-color: rgb(239 68 68 / 0.75);
}

.focus\:border-danger-500\/80:focus {
  border-color: rgb(239 68 68 / 0.8);
}

.focus\:border-danger-500\/85:focus {
  border-color: rgb(239 68 68 / 0.85);
}

.focus\:border-danger-500\/90:focus {
  border-color: rgb(239 68 68 / 0.9);
}

.focus\:border-danger-500\/95:focus {
  border-color: rgb(239 68 68 / 0.95);
}

.focus\:border-danger-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-600\/0:focus {
  border-color: rgb(220 38 38 / 0);
}

.focus\:border-danger-600\/10:focus {
  border-color: rgb(220 38 38 / 0.1);
}

.focus\:border-danger-600\/100:focus {
  border-color: rgb(220 38 38 / 1);
}

.focus\:border-danger-600\/15:focus {
  border-color: rgb(220 38 38 / 0.15);
}

.focus\:border-danger-600\/20:focus {
  border-color: rgb(220 38 38 / 0.2);
}

.focus\:border-danger-600\/25:focus {
  border-color: rgb(220 38 38 / 0.25);
}

.focus\:border-danger-600\/30:focus {
  border-color: rgb(220 38 38 / 0.3);
}

.focus\:border-danger-600\/35:focus {
  border-color: rgb(220 38 38 / 0.35);
}

.focus\:border-danger-600\/40:focus {
  border-color: rgb(220 38 38 / 0.4);
}

.focus\:border-danger-600\/45:focus {
  border-color: rgb(220 38 38 / 0.45);
}

.focus\:border-danger-600\/5:focus {
  border-color: rgb(220 38 38 / 0.05);
}

.focus\:border-danger-600\/50:focus {
  border-color: rgb(220 38 38 / 0.5);
}

.focus\:border-danger-600\/55:focus {
  border-color: rgb(220 38 38 / 0.55);
}

.focus\:border-danger-600\/60:focus {
  border-color: rgb(220 38 38 / 0.6);
}

.focus\:border-danger-600\/65:focus {
  border-color: rgb(220 38 38 / 0.65);
}

.focus\:border-danger-600\/70:focus {
  border-color: rgb(220 38 38 / 0.7);
}

.focus\:border-danger-600\/75:focus {
  border-color: rgb(220 38 38 / 0.75);
}

.focus\:border-danger-600\/80:focus {
  border-color: rgb(220 38 38 / 0.8);
}

.focus\:border-danger-600\/85:focus {
  border-color: rgb(220 38 38 / 0.85);
}

.focus\:border-danger-600\/90:focus {
  border-color: rgb(220 38 38 / 0.9);
}

.focus\:border-danger-600\/95:focus {
  border-color: rgb(220 38 38 / 0.95);
}

.focus\:border-danger-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-700\/0:focus {
  border-color: rgb(185 28 28 / 0);
}

.focus\:border-danger-700\/10:focus {
  border-color: rgb(185 28 28 / 0.1);
}

.focus\:border-danger-700\/100:focus {
  border-color: rgb(185 28 28 / 1);
}

.focus\:border-danger-700\/15:focus {
  border-color: rgb(185 28 28 / 0.15);
}

.focus\:border-danger-700\/20:focus {
  border-color: rgb(185 28 28 / 0.2);
}

.focus\:border-danger-700\/25:focus {
  border-color: rgb(185 28 28 / 0.25);
}

.focus\:border-danger-700\/30:focus {
  border-color: rgb(185 28 28 / 0.3);
}

.focus\:border-danger-700\/35:focus {
  border-color: rgb(185 28 28 / 0.35);
}

.focus\:border-danger-700\/40:focus {
  border-color: rgb(185 28 28 / 0.4);
}

.focus\:border-danger-700\/45:focus {
  border-color: rgb(185 28 28 / 0.45);
}

.focus\:border-danger-700\/5:focus {
  border-color: rgb(185 28 28 / 0.05);
}

.focus\:border-danger-700\/50:focus {
  border-color: rgb(185 28 28 / 0.5);
}

.focus\:border-danger-700\/55:focus {
  border-color: rgb(185 28 28 / 0.55);
}

.focus\:border-danger-700\/60:focus {
  border-color: rgb(185 28 28 / 0.6);
}

.focus\:border-danger-700\/65:focus {
  border-color: rgb(185 28 28 / 0.65);
}

.focus\:border-danger-700\/70:focus {
  border-color: rgb(185 28 28 / 0.7);
}

.focus\:border-danger-700\/75:focus {
  border-color: rgb(185 28 28 / 0.75);
}

.focus\:border-danger-700\/80:focus {
  border-color: rgb(185 28 28 / 0.8);
}

.focus\:border-danger-700\/85:focus {
  border-color: rgb(185 28 28 / 0.85);
}

.focus\:border-danger-700\/90:focus {
  border-color: rgb(185 28 28 / 0.9);
}

.focus\:border-danger-700\/95:focus {
  border-color: rgb(185 28 28 / 0.95);
}

.focus\:border-danger-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-800\/0:focus {
  border-color: rgb(153 27 27 / 0);
}

.focus\:border-danger-800\/10:focus {
  border-color: rgb(153 27 27 / 0.1);
}

.focus\:border-danger-800\/100:focus {
  border-color: rgb(153 27 27 / 1);
}

.focus\:border-danger-800\/15:focus {
  border-color: rgb(153 27 27 / 0.15);
}

.focus\:border-danger-800\/20:focus {
  border-color: rgb(153 27 27 / 0.2);
}

.focus\:border-danger-800\/25:focus {
  border-color: rgb(153 27 27 / 0.25);
}

.focus\:border-danger-800\/30:focus {
  border-color: rgb(153 27 27 / 0.3);
}

.focus\:border-danger-800\/35:focus {
  border-color: rgb(153 27 27 / 0.35);
}

.focus\:border-danger-800\/40:focus {
  border-color: rgb(153 27 27 / 0.4);
}

.focus\:border-danger-800\/45:focus {
  border-color: rgb(153 27 27 / 0.45);
}

.focus\:border-danger-800\/5:focus {
  border-color: rgb(153 27 27 / 0.05);
}

.focus\:border-danger-800\/50:focus {
  border-color: rgb(153 27 27 / 0.5);
}

.focus\:border-danger-800\/55:focus {
  border-color: rgb(153 27 27 / 0.55);
}

.focus\:border-danger-800\/60:focus {
  border-color: rgb(153 27 27 / 0.6);
}

.focus\:border-danger-800\/65:focus {
  border-color: rgb(153 27 27 / 0.65);
}

.focus\:border-danger-800\/70:focus {
  border-color: rgb(153 27 27 / 0.7);
}

.focus\:border-danger-800\/75:focus {
  border-color: rgb(153 27 27 / 0.75);
}

.focus\:border-danger-800\/80:focus {
  border-color: rgb(153 27 27 / 0.8);
}

.focus\:border-danger-800\/85:focus {
  border-color: rgb(153 27 27 / 0.85);
}

.focus\:border-danger-800\/90:focus {
  border-color: rgb(153 27 27 / 0.9);
}

.focus\:border-danger-800\/95:focus {
  border-color: rgb(153 27 27 / 0.95);
}

.focus\:border-danger-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-900\/0:focus {
  border-color: rgb(127 29 29 / 0);
}

.focus\:border-danger-900\/10:focus {
  border-color: rgb(127 29 29 / 0.1);
}

.focus\:border-danger-900\/100:focus {
  border-color: rgb(127 29 29 / 1);
}

.focus\:border-danger-900\/15:focus {
  border-color: rgb(127 29 29 / 0.15);
}

.focus\:border-danger-900\/20:focus {
  border-color: rgb(127 29 29 / 0.2);
}

.focus\:border-danger-900\/25:focus {
  border-color: rgb(127 29 29 / 0.25);
}

.focus\:border-danger-900\/30:focus {
  border-color: rgb(127 29 29 / 0.3);
}

.focus\:border-danger-900\/35:focus {
  border-color: rgb(127 29 29 / 0.35);
}

.focus\:border-danger-900\/40:focus {
  border-color: rgb(127 29 29 / 0.4);
}

.focus\:border-danger-900\/45:focus {
  border-color: rgb(127 29 29 / 0.45);
}

.focus\:border-danger-900\/5:focus {
  border-color: rgb(127 29 29 / 0.05);
}

.focus\:border-danger-900\/50:focus {
  border-color: rgb(127 29 29 / 0.5);
}

.focus\:border-danger-900\/55:focus {
  border-color: rgb(127 29 29 / 0.55);
}

.focus\:border-danger-900\/60:focus {
  border-color: rgb(127 29 29 / 0.6);
}

.focus\:border-danger-900\/65:focus {
  border-color: rgb(127 29 29 / 0.65);
}

.focus\:border-danger-900\/70:focus {
  border-color: rgb(127 29 29 / 0.7);
}

.focus\:border-danger-900\/75:focus {
  border-color: rgb(127 29 29 / 0.75);
}

.focus\:border-danger-900\/80:focus {
  border-color: rgb(127 29 29 / 0.8);
}

.focus\:border-danger-900\/85:focus {
  border-color: rgb(127 29 29 / 0.85);
}

.focus\:border-danger-900\/90:focus {
  border-color: rgb(127 29 29 / 0.9);
}

.focus\:border-danger-900\/95:focus {
  border-color: rgb(127 29 29 / 0.95);
}

.focus\:border-danger-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-dark\/0:focus {
  border-color: rgb(185 28 28 / 0);
}

.focus\:border-danger-dark\/10:focus {
  border-color: rgb(185 28 28 / 0.1);
}

.focus\:border-danger-dark\/100:focus {
  border-color: rgb(185 28 28 / 1);
}

.focus\:border-danger-dark\/15:focus {
  border-color: rgb(185 28 28 / 0.15);
}

.focus\:border-danger-dark\/20:focus {
  border-color: rgb(185 28 28 / 0.2);
}

.focus\:border-danger-dark\/25:focus {
  border-color: rgb(185 28 28 / 0.25);
}

.focus\:border-danger-dark\/30:focus {
  border-color: rgb(185 28 28 / 0.3);
}

.focus\:border-danger-dark\/35:focus {
  border-color: rgb(185 28 28 / 0.35);
}

.focus\:border-danger-dark\/40:focus {
  border-color: rgb(185 28 28 / 0.4);
}

.focus\:border-danger-dark\/45:focus {
  border-color: rgb(185 28 28 / 0.45);
}

.focus\:border-danger-dark\/5:focus {
  border-color: rgb(185 28 28 / 0.05);
}

.focus\:border-danger-dark\/50:focus {
  border-color: rgb(185 28 28 / 0.5);
}

.focus\:border-danger-dark\/55:focus {
  border-color: rgb(185 28 28 / 0.55);
}

.focus\:border-danger-dark\/60:focus {
  border-color: rgb(185 28 28 / 0.6);
}

.focus\:border-danger-dark\/65:focus {
  border-color: rgb(185 28 28 / 0.65);
}

.focus\:border-danger-dark\/70:focus {
  border-color: rgb(185 28 28 / 0.7);
}

.focus\:border-danger-dark\/75:focus {
  border-color: rgb(185 28 28 / 0.75);
}

.focus\:border-danger-dark\/80:focus {
  border-color: rgb(185 28 28 / 0.8);
}

.focus\:border-danger-dark\/85:focus {
  border-color: rgb(185 28 28 / 0.85);
}

.focus\:border-danger-dark\/90:focus {
  border-color: rgb(185 28 28 / 0.9);
}

.focus\:border-danger-dark\/95:focus {
  border-color: rgb(185 28 28 / 0.95);
}

.focus\:border-danger-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.focus\:border-danger-light\/0:focus {
  border-color: rgb(254 226 226 / 0);
}

.focus\:border-danger-light\/10:focus {
  border-color: rgb(254 226 226 / 0.1);
}

.focus\:border-danger-light\/100:focus {
  border-color: rgb(254 226 226 / 1);
}

.focus\:border-danger-light\/15:focus {
  border-color: rgb(254 226 226 / 0.15);
}

.focus\:border-danger-light\/20:focus {
  border-color: rgb(254 226 226 / 0.2);
}

.focus\:border-danger-light\/25:focus {
  border-color: rgb(254 226 226 / 0.25);
}

.focus\:border-danger-light\/30:focus {
  border-color: rgb(254 226 226 / 0.3);
}

.focus\:border-danger-light\/35:focus {
  border-color: rgb(254 226 226 / 0.35);
}

.focus\:border-danger-light\/40:focus {
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-danger-light\/45:focus {
  border-color: rgb(254 226 226 / 0.45);
}

.focus\:border-danger-light\/5:focus {
  border-color: rgb(254 226 226 / 0.05);
}

.focus\:border-danger-light\/50:focus {
  border-color: rgb(254 226 226 / 0.5);
}

.focus\:border-danger-light\/55:focus {
  border-color: rgb(254 226 226 / 0.55);
}

.focus\:border-danger-light\/60:focus {
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-danger-light\/65:focus {
  border-color: rgb(254 226 226 / 0.65);
}

.focus\:border-danger-light\/70:focus {
  border-color: rgb(254 226 226 / 0.7);
}

.focus\:border-danger-light\/75:focus {
  border-color: rgb(254 226 226 / 0.75);
}

.focus\:border-danger-light\/80:focus {
  border-color: rgb(254 226 226 / 0.8);
}

.focus\:border-danger-light\/85:focus {
  border-color: rgb(254 226 226 / 0.85);
}

.focus\:border-danger-light\/90:focus {
  border-color: rgb(254 226 226 / 0.9);
}

.focus\:border-danger-light\/95:focus {
  border-color: rgb(254 226 226 / 0.95);
}

.focus\:border-danger\/0:focus {
  border-color: rgb(239 68 68 / 0);
}

.focus\:border-danger\/10:focus {
  border-color: rgb(239 68 68 / 0.1);
}

.focus\:border-danger\/100:focus {
  border-color: rgb(239 68 68 / 1);
}

.focus\:border-danger\/15:focus {
  border-color: rgb(239 68 68 / 0.15);
}

.focus\:border-danger\/20:focus {
  border-color: rgb(239 68 68 / 0.2);
}

.focus\:border-danger\/25:focus {
  border-color: rgb(239 68 68 / 0.25);
}

.focus\:border-danger\/30:focus {
  border-color: rgb(239 68 68 / 0.3);
}

.focus\:border-danger\/35:focus {
  border-color: rgb(239 68 68 / 0.35);
}

.focus\:border-danger\/40:focus {
  border-color: rgb(239 68 68 / 0.4);
}

.focus\:border-danger\/45:focus {
  border-color: rgb(239 68 68 / 0.45);
}

.focus\:border-danger\/5:focus {
  border-color: rgb(239 68 68 / 0.05);
}

.focus\:border-danger\/50:focus {
  border-color: rgb(239 68 68 / 0.5);
}

.focus\:border-danger\/55:focus {
  border-color: rgb(239 68 68 / 0.55);
}

.focus\:border-danger\/60:focus {
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:border-danger\/65:focus {
  border-color: rgb(239 68 68 / 0.65);
}

.focus\:border-danger\/70:focus {
  border-color: rgb(239 68 68 / 0.7);
}

.focus\:border-danger\/75:focus {
  border-color: rgb(239 68 68 / 0.75);
}

.focus\:border-danger\/80:focus {
  border-color: rgb(239 68 68 / 0.8);
}

.focus\:border-danger\/85:focus {
  border-color: rgb(239 68 68 / 0.85);
}

.focus\:border-danger\/90:focus {
  border-color: rgb(239 68 68 / 0.9);
}

.focus\:border-danger\/95:focus {
  border-color: rgb(239 68 68 / 0.95);
}

.focus\:border-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 28 50 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 243 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-100\/0:focus {
  border-color: rgb(235 237 243 / 0);
}

.focus\:border-dark-100\/10:focus {
  border-color: rgb(235 237 243 / 0.1);
}

.focus\:border-dark-100\/100:focus {
  border-color: rgb(235 237 243 / 1);
}

.focus\:border-dark-100\/15:focus {
  border-color: rgb(235 237 243 / 0.15);
}

.focus\:border-dark-100\/20:focus {
  border-color: rgb(235 237 243 / 0.2);
}

.focus\:border-dark-100\/25:focus {
  border-color: rgb(235 237 243 / 0.25);
}

.focus\:border-dark-100\/30:focus {
  border-color: rgb(235 237 243 / 0.3);
}

.focus\:border-dark-100\/35:focus {
  border-color: rgb(235 237 243 / 0.35);
}

.focus\:border-dark-100\/40:focus {
  border-color: rgb(235 237 243 / 0.4);
}

.focus\:border-dark-100\/45:focus {
  border-color: rgb(235 237 243 / 0.45);
}

.focus\:border-dark-100\/5:focus {
  border-color: rgb(235 237 243 / 0.05);
}

.focus\:border-dark-100\/50:focus {
  border-color: rgb(235 237 243 / 0.5);
}

.focus\:border-dark-100\/55:focus {
  border-color: rgb(235 237 243 / 0.55);
}

.focus\:border-dark-100\/60:focus {
  border-color: rgb(235 237 243 / 0.6);
}

.focus\:border-dark-100\/65:focus {
  border-color: rgb(235 237 243 / 0.65);
}

.focus\:border-dark-100\/70:focus {
  border-color: rgb(235 237 243 / 0.7);
}

.focus\:border-dark-100\/75:focus {
  border-color: rgb(235 237 243 / 0.75);
}

.focus\:border-dark-100\/80:focus {
  border-color: rgb(235 237 243 / 0.8);
}

.focus\:border-dark-100\/85:focus {
  border-color: rgb(235 237 243 / 0.85);
}

.focus\:border-dark-100\/90:focus {
  border-color: rgb(235 237 243 / 0.9);
}

.focus\:border-dark-100\/95:focus {
  border-color: rgb(235 237 243 / 0.95);
}

.focus\:border-dark-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-200\/0:focus {
  border-color: rgb(228 230 239 / 0);
}

.focus\:border-dark-200\/10:focus {
  border-color: rgb(228 230 239 / 0.1);
}

.focus\:border-dark-200\/100:focus {
  border-color: rgb(228 230 239 / 1);
}

.focus\:border-dark-200\/15:focus {
  border-color: rgb(228 230 239 / 0.15);
}

.focus\:border-dark-200\/20:focus {
  border-color: rgb(228 230 239 / 0.2);
}

.focus\:border-dark-200\/25:focus {
  border-color: rgb(228 230 239 / 0.25);
}

.focus\:border-dark-200\/30:focus {
  border-color: rgb(228 230 239 / 0.3);
}

.focus\:border-dark-200\/35:focus {
  border-color: rgb(228 230 239 / 0.35);
}

.focus\:border-dark-200\/40:focus {
  border-color: rgb(228 230 239 / 0.4);
}

.focus\:border-dark-200\/45:focus {
  border-color: rgb(228 230 239 / 0.45);
}

.focus\:border-dark-200\/5:focus {
  border-color: rgb(228 230 239 / 0.05);
}

.focus\:border-dark-200\/50:focus {
  border-color: rgb(228 230 239 / 0.5);
}

.focus\:border-dark-200\/55:focus {
  border-color: rgb(228 230 239 / 0.55);
}

.focus\:border-dark-200\/60:focus {
  border-color: rgb(228 230 239 / 0.6);
}

.focus\:border-dark-200\/65:focus {
  border-color: rgb(228 230 239 / 0.65);
}

.focus\:border-dark-200\/70:focus {
  border-color: rgb(228 230 239 / 0.7);
}

.focus\:border-dark-200\/75:focus {
  border-color: rgb(228 230 239 / 0.75);
}

.focus\:border-dark-200\/80:focus {
  border-color: rgb(228 230 239 / 0.8);
}

.focus\:border-dark-200\/85:focus {
  border-color: rgb(228 230 239 / 0.85);
}

.focus\:border-dark-200\/90:focus {
  border-color: rgb(228 230 239 / 0.9);
}

.focus\:border-dark-200\/95:focus {
  border-color: rgb(228 230 239 / 0.95);
}

.focus\:border-dark-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 211 224 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-300\/0:focus {
  border-color: rgb(209 211 224 / 0);
}

.focus\:border-dark-300\/10:focus {
  border-color: rgb(209 211 224 / 0.1);
}

.focus\:border-dark-300\/100:focus {
  border-color: rgb(209 211 224 / 1);
}

.focus\:border-dark-300\/15:focus {
  border-color: rgb(209 211 224 / 0.15);
}

.focus\:border-dark-300\/20:focus {
  border-color: rgb(209 211 224 / 0.2);
}

.focus\:border-dark-300\/25:focus {
  border-color: rgb(209 211 224 / 0.25);
}

.focus\:border-dark-300\/30:focus {
  border-color: rgb(209 211 224 / 0.3);
}

.focus\:border-dark-300\/35:focus {
  border-color: rgb(209 211 224 / 0.35);
}

.focus\:border-dark-300\/40:focus {
  border-color: rgb(209 211 224 / 0.4);
}

.focus\:border-dark-300\/45:focus {
  border-color: rgb(209 211 224 / 0.45);
}

.focus\:border-dark-300\/5:focus {
  border-color: rgb(209 211 224 / 0.05);
}

.focus\:border-dark-300\/50:focus {
  border-color: rgb(209 211 224 / 0.5);
}

.focus\:border-dark-300\/55:focus {
  border-color: rgb(209 211 224 / 0.55);
}

.focus\:border-dark-300\/60:focus {
  border-color: rgb(209 211 224 / 0.6);
}

.focus\:border-dark-300\/65:focus {
  border-color: rgb(209 211 224 / 0.65);
}

.focus\:border-dark-300\/70:focus {
  border-color: rgb(209 211 224 / 0.7);
}

.focus\:border-dark-300\/75:focus {
  border-color: rgb(209 211 224 / 0.75);
}

.focus\:border-dark-300\/80:focus {
  border-color: rgb(209 211 224 / 0.8);
}

.focus\:border-dark-300\/85:focus {
  border-color: rgb(209 211 224 / 0.85);
}

.focus\:border-dark-300\/90:focus {
  border-color: rgb(209 211 224 / 0.9);
}

.focus\:border-dark-300\/95:focus {
  border-color: rgb(209 211 224 / 0.95);
}

.focus\:border-dark-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(181 181 195 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-400\/0:focus {
  border-color: rgb(181 181 195 / 0);
}

.focus\:border-dark-400\/10:focus {
  border-color: rgb(181 181 195 / 0.1);
}

.focus\:border-dark-400\/100:focus {
  border-color: rgb(181 181 195 / 1);
}

.focus\:border-dark-400\/15:focus {
  border-color: rgb(181 181 195 / 0.15);
}

.focus\:border-dark-400\/20:focus {
  border-color: rgb(181 181 195 / 0.2);
}

.focus\:border-dark-400\/25:focus {
  border-color: rgb(181 181 195 / 0.25);
}

.focus\:border-dark-400\/30:focus {
  border-color: rgb(181 181 195 / 0.3);
}

.focus\:border-dark-400\/35:focus {
  border-color: rgb(181 181 195 / 0.35);
}

.focus\:border-dark-400\/40:focus {
  border-color: rgb(181 181 195 / 0.4);
}

.focus\:border-dark-400\/45:focus {
  border-color: rgb(181 181 195 / 0.45);
}

.focus\:border-dark-400\/5:focus {
  border-color: rgb(181 181 195 / 0.05);
}

.focus\:border-dark-400\/50:focus {
  border-color: rgb(181 181 195 / 0.5);
}

.focus\:border-dark-400\/55:focus {
  border-color: rgb(181 181 195 / 0.55);
}

.focus\:border-dark-400\/60:focus {
  border-color: rgb(181 181 195 / 0.6);
}

.focus\:border-dark-400\/65:focus {
  border-color: rgb(181 181 195 / 0.65);
}

.focus\:border-dark-400\/70:focus {
  border-color: rgb(181 181 195 / 0.7);
}

.focus\:border-dark-400\/75:focus {
  border-color: rgb(181 181 195 / 0.75);
}

.focus\:border-dark-400\/80:focus {
  border-color: rgb(181 181 195 / 0.8);
}

.focus\:border-dark-400\/85:focus {
  border-color: rgb(181 181 195 / 0.85);
}

.focus\:border-dark-400\/90:focus {
  border-color: rgb(181 181 195 / 0.9);
}

.focus\:border-dark-400\/95:focus {
  border-color: rgb(181 181 195 / 0.95);
}

.focus\:border-dark-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 246 249 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-50\/0:focus {
  border-color: rgb(243 246 249 / 0);
}

.focus\:border-dark-50\/10:focus {
  border-color: rgb(243 246 249 / 0.1);
}

.focus\:border-dark-50\/100:focus {
  border-color: rgb(243 246 249 / 1);
}

.focus\:border-dark-50\/15:focus {
  border-color: rgb(243 246 249 / 0.15);
}

.focus\:border-dark-50\/20:focus {
  border-color: rgb(243 246 249 / 0.2);
}

.focus\:border-dark-50\/25:focus {
  border-color: rgb(243 246 249 / 0.25);
}

.focus\:border-dark-50\/30:focus {
  border-color: rgb(243 246 249 / 0.3);
}

.focus\:border-dark-50\/35:focus {
  border-color: rgb(243 246 249 / 0.35);
}

.focus\:border-dark-50\/40:focus {
  border-color: rgb(243 246 249 / 0.4);
}

.focus\:border-dark-50\/45:focus {
  border-color: rgb(243 246 249 / 0.45);
}

.focus\:border-dark-50\/5:focus {
  border-color: rgb(243 246 249 / 0.05);
}

.focus\:border-dark-50\/50:focus {
  border-color: rgb(243 246 249 / 0.5);
}

.focus\:border-dark-50\/55:focus {
  border-color: rgb(243 246 249 / 0.55);
}

.focus\:border-dark-50\/60:focus {
  border-color: rgb(243 246 249 / 0.6);
}

.focus\:border-dark-50\/65:focus {
  border-color: rgb(243 246 249 / 0.65);
}

.focus\:border-dark-50\/70:focus {
  border-color: rgb(243 246 249 / 0.7);
}

.focus\:border-dark-50\/75:focus {
  border-color: rgb(243 246 249 / 0.75);
}

.focus\:border-dark-50\/80:focus {
  border-color: rgb(243 246 249 / 0.8);
}

.focus\:border-dark-50\/85:focus {
  border-color: rgb(243 246 249 / 0.85);
}

.focus\:border-dark-50\/90:focus {
  border-color: rgb(243 246 249 / 0.9);
}

.focus\:border-dark-50\/95:focus {
  border-color: rgb(243 246 249 / 0.95);
}

.focus\:border-dark-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(126 130 153 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-500\/0:focus {
  border-color: rgb(126 130 153 / 0);
}

.focus\:border-dark-500\/10:focus {
  border-color: rgb(126 130 153 / 0.1);
}

.focus\:border-dark-500\/100:focus {
  border-color: rgb(126 130 153 / 1);
}

.focus\:border-dark-500\/15:focus {
  border-color: rgb(126 130 153 / 0.15);
}

.focus\:border-dark-500\/20:focus {
  border-color: rgb(126 130 153 / 0.2);
}

.focus\:border-dark-500\/25:focus {
  border-color: rgb(126 130 153 / 0.25);
}

.focus\:border-dark-500\/30:focus {
  border-color: rgb(126 130 153 / 0.3);
}

.focus\:border-dark-500\/35:focus {
  border-color: rgb(126 130 153 / 0.35);
}

.focus\:border-dark-500\/40:focus {
  border-color: rgb(126 130 153 / 0.4);
}

.focus\:border-dark-500\/45:focus {
  border-color: rgb(126 130 153 / 0.45);
}

.focus\:border-dark-500\/5:focus {
  border-color: rgb(126 130 153 / 0.05);
}

.focus\:border-dark-500\/50:focus {
  border-color: rgb(126 130 153 / 0.5);
}

.focus\:border-dark-500\/55:focus {
  border-color: rgb(126 130 153 / 0.55);
}

.focus\:border-dark-500\/60:focus {
  border-color: rgb(126 130 153 / 0.6);
}

.focus\:border-dark-500\/65:focus {
  border-color: rgb(126 130 153 / 0.65);
}

.focus\:border-dark-500\/70:focus {
  border-color: rgb(126 130 153 / 0.7);
}

.focus\:border-dark-500\/75:focus {
  border-color: rgb(126 130 153 / 0.75);
}

.focus\:border-dark-500\/80:focus {
  border-color: rgb(126 130 153 / 0.8);
}

.focus\:border-dark-500\/85:focus {
  border-color: rgb(126 130 153 / 0.85);
}

.focus\:border-dark-500\/90:focus {
  border-color: rgb(126 130 153 / 0.9);
}

.focus\:border-dark-500\/95:focus {
  border-color: rgb(126 130 153 / 0.95);
}

.focus\:border-dark-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(94 98 120 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-600\/0:focus {
  border-color: rgb(94 98 120 / 0);
}

.focus\:border-dark-600\/10:focus {
  border-color: rgb(94 98 120 / 0.1);
}

.focus\:border-dark-600\/100:focus {
  border-color: rgb(94 98 120 / 1);
}

.focus\:border-dark-600\/15:focus {
  border-color: rgb(94 98 120 / 0.15);
}

.focus\:border-dark-600\/20:focus {
  border-color: rgb(94 98 120 / 0.2);
}

.focus\:border-dark-600\/25:focus {
  border-color: rgb(94 98 120 / 0.25);
}

.focus\:border-dark-600\/30:focus {
  border-color: rgb(94 98 120 / 0.3);
}

.focus\:border-dark-600\/35:focus {
  border-color: rgb(94 98 120 / 0.35);
}

.focus\:border-dark-600\/40:focus {
  border-color: rgb(94 98 120 / 0.4);
}

.focus\:border-dark-600\/45:focus {
  border-color: rgb(94 98 120 / 0.45);
}

.focus\:border-dark-600\/5:focus {
  border-color: rgb(94 98 120 / 0.05);
}

.focus\:border-dark-600\/50:focus {
  border-color: rgb(94 98 120 / 0.5);
}

.focus\:border-dark-600\/55:focus {
  border-color: rgb(94 98 120 / 0.55);
}

.focus\:border-dark-600\/60:focus {
  border-color: rgb(94 98 120 / 0.6);
}

.focus\:border-dark-600\/65:focus {
  border-color: rgb(94 98 120 / 0.65);
}

.focus\:border-dark-600\/70:focus {
  border-color: rgb(94 98 120 / 0.7);
}

.focus\:border-dark-600\/75:focus {
  border-color: rgb(94 98 120 / 0.75);
}

.focus\:border-dark-600\/80:focus {
  border-color: rgb(94 98 120 / 0.8);
}

.focus\:border-dark-600\/85:focus {
  border-color: rgb(94 98 120 / 0.85);
}

.focus\:border-dark-600\/90:focus {
  border-color: rgb(94 98 120 / 0.9);
}

.focus\:border-dark-600\/95:focus {
  border-color: rgb(94 98 120 / 0.95);
}

.focus\:border-dark-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 66 84 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-700\/0:focus {
  border-color: rgb(63 66 84 / 0);
}

.focus\:border-dark-700\/10:focus {
  border-color: rgb(63 66 84 / 0.1);
}

.focus\:border-dark-700\/100:focus {
  border-color: rgb(63 66 84 / 1);
}

.focus\:border-dark-700\/15:focus {
  border-color: rgb(63 66 84 / 0.15);
}

.focus\:border-dark-700\/20:focus {
  border-color: rgb(63 66 84 / 0.2);
}

.focus\:border-dark-700\/25:focus {
  border-color: rgb(63 66 84 / 0.25);
}

.focus\:border-dark-700\/30:focus {
  border-color: rgb(63 66 84 / 0.3);
}

.focus\:border-dark-700\/35:focus {
  border-color: rgb(63 66 84 / 0.35);
}

.focus\:border-dark-700\/40:focus {
  border-color: rgb(63 66 84 / 0.4);
}

.focus\:border-dark-700\/45:focus {
  border-color: rgb(63 66 84 / 0.45);
}

.focus\:border-dark-700\/5:focus {
  border-color: rgb(63 66 84 / 0.05);
}

.focus\:border-dark-700\/50:focus {
  border-color: rgb(63 66 84 / 0.5);
}

.focus\:border-dark-700\/55:focus {
  border-color: rgb(63 66 84 / 0.55);
}

.focus\:border-dark-700\/60:focus {
  border-color: rgb(63 66 84 / 0.6);
}

.focus\:border-dark-700\/65:focus {
  border-color: rgb(63 66 84 / 0.65);
}

.focus\:border-dark-700\/70:focus {
  border-color: rgb(63 66 84 / 0.7);
}

.focus\:border-dark-700\/75:focus {
  border-color: rgb(63 66 84 / 0.75);
}

.focus\:border-dark-700\/80:focus {
  border-color: rgb(63 66 84 / 0.8);
}

.focus\:border-dark-700\/85:focus {
  border-color: rgb(63 66 84 / 0.85);
}

.focus\:border-dark-700\/90:focus {
  border-color: rgb(63 66 84 / 0.9);
}

.focus\:border-dark-700\/95:focus {
  border-color: rgb(63 66 84 / 0.95);
}

.focus\:border-dark-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 28 50 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-800\/0:focus {
  border-color: rgb(24 28 50 / 0);
}

.focus\:border-dark-800\/10:focus {
  border-color: rgb(24 28 50 / 0.1);
}

.focus\:border-dark-800\/100:focus {
  border-color: rgb(24 28 50 / 1);
}

.focus\:border-dark-800\/15:focus {
  border-color: rgb(24 28 50 / 0.15);
}

.focus\:border-dark-800\/20:focus {
  border-color: rgb(24 28 50 / 0.2);
}

.focus\:border-dark-800\/25:focus {
  border-color: rgb(24 28 50 / 0.25);
}

.focus\:border-dark-800\/30:focus {
  border-color: rgb(24 28 50 / 0.3);
}

.focus\:border-dark-800\/35:focus {
  border-color: rgb(24 28 50 / 0.35);
}

.focus\:border-dark-800\/40:focus {
  border-color: rgb(24 28 50 / 0.4);
}

.focus\:border-dark-800\/45:focus {
  border-color: rgb(24 28 50 / 0.45);
}

.focus\:border-dark-800\/5:focus {
  border-color: rgb(24 28 50 / 0.05);
}

.focus\:border-dark-800\/50:focus {
  border-color: rgb(24 28 50 / 0.5);
}

.focus\:border-dark-800\/55:focus {
  border-color: rgb(24 28 50 / 0.55);
}

.focus\:border-dark-800\/60:focus {
  border-color: rgb(24 28 50 / 0.6);
}

.focus\:border-dark-800\/65:focus {
  border-color: rgb(24 28 50 / 0.65);
}

.focus\:border-dark-800\/70:focus {
  border-color: rgb(24 28 50 / 0.7);
}

.focus\:border-dark-800\/75:focus {
  border-color: rgb(24 28 50 / 0.75);
}

.focus\:border-dark-800\/80:focus {
  border-color: rgb(24 28 50 / 0.8);
}

.focus\:border-dark-800\/85:focus {
  border-color: rgb(24 28 50 / 0.85);
}

.focus\:border-dark-800\/90:focus {
  border-color: rgb(24 28 50 / 0.9);
}

.focus\:border-dark-800\/95:focus {
  border-color: rgb(24 28 50 / 0.95);
}

.focus\:border-dark-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 15 26 / var(--tw-border-opacity, 1));
}

.focus\:border-dark-900\/0:focus {
  border-color: rgb(13 15 26 / 0);
}

.focus\:border-dark-900\/10:focus {
  border-color: rgb(13 15 26 / 0.1);
}

.focus\:border-dark-900\/100:focus {
  border-color: rgb(13 15 26 / 1);
}

.focus\:border-dark-900\/15:focus {
  border-color: rgb(13 15 26 / 0.15);
}

.focus\:border-dark-900\/20:focus {
  border-color: rgb(13 15 26 / 0.2);
}

.focus\:border-dark-900\/25:focus {
  border-color: rgb(13 15 26 / 0.25);
}

.focus\:border-dark-900\/30:focus {
  border-color: rgb(13 15 26 / 0.3);
}

.focus\:border-dark-900\/35:focus {
  border-color: rgb(13 15 26 / 0.35);
}

.focus\:border-dark-900\/40:focus {
  border-color: rgb(13 15 26 / 0.4);
}

.focus\:border-dark-900\/45:focus {
  border-color: rgb(13 15 26 / 0.45);
}

.focus\:border-dark-900\/5:focus {
  border-color: rgb(13 15 26 / 0.05);
}

.focus\:border-dark-900\/50:focus {
  border-color: rgb(13 15 26 / 0.5);
}

.focus\:border-dark-900\/55:focus {
  border-color: rgb(13 15 26 / 0.55);
}

.focus\:border-dark-900\/60:focus {
  border-color: rgb(13 15 26 / 0.6);
}

.focus\:border-dark-900\/65:focus {
  border-color: rgb(13 15 26 / 0.65);
}

.focus\:border-dark-900\/70:focus {
  border-color: rgb(13 15 26 / 0.7);
}

.focus\:border-dark-900\/75:focus {
  border-color: rgb(13 15 26 / 0.75);
}

.focus\:border-dark-900\/80:focus {
  border-color: rgb(13 15 26 / 0.8);
}

.focus\:border-dark-900\/85:focus {
  border-color: rgb(13 15 26 / 0.85);
}

.focus\:border-dark-900\/90:focus {
  border-color: rgb(13 15 26 / 0.9);
}

.focus\:border-dark-900\/95:focus {
  border-color: rgb(13 15 26 / 0.95);
}

.focus\:border-dark\/0:focus {
  border-color: rgb(24 28 50 / 0);
}

.focus\:border-dark\/10:focus {
  border-color: rgb(24 28 50 / 0.1);
}

.focus\:border-dark\/100:focus {
  border-color: rgb(24 28 50 / 1);
}

.focus\:border-dark\/15:focus {
  border-color: rgb(24 28 50 / 0.15);
}

.focus\:border-dark\/20:focus {
  border-color: rgb(24 28 50 / 0.2);
}

.focus\:border-dark\/25:focus {
  border-color: rgb(24 28 50 / 0.25);
}

.focus\:border-dark\/30:focus {
  border-color: rgb(24 28 50 / 0.3);
}

.focus\:border-dark\/35:focus {
  border-color: rgb(24 28 50 / 0.35);
}

.focus\:border-dark\/40:focus {
  border-color: rgb(24 28 50 / 0.4);
}

.focus\:border-dark\/45:focus {
  border-color: rgb(24 28 50 / 0.45);
}

.focus\:border-dark\/5:focus {
  border-color: rgb(24 28 50 / 0.05);
}

.focus\:border-dark\/50:focus {
  border-color: rgb(24 28 50 / 0.5);
}

.focus\:border-dark\/55:focus {
  border-color: rgb(24 28 50 / 0.55);
}

.focus\:border-dark\/60:focus {
  border-color: rgb(24 28 50 / 0.6);
}

.focus\:border-dark\/65:focus {
  border-color: rgb(24 28 50 / 0.65);
}

.focus\:border-dark\/70:focus {
  border-color: rgb(24 28 50 / 0.7);
}

.focus\:border-dark\/75:focus {
  border-color: rgb(24 28 50 / 0.75);
}

.focus\:border-dark\/80:focus {
  border-color: rgb(24 28 50 / 0.8);
}

.focus\:border-dark\/85:focus {
  border-color: rgb(24 28 50 / 0.85);
}

.focus\:border-dark\/90:focus {
  border-color: rgb(24 28 50 / 0.9);
}

.focus\:border-dark\/95:focus {
  border-color: rgb(24 28 50 / 0.95);
}

.focus\:border-emerald-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-info:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-info-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.focus\:border-info-100\/0:focus {
  border-color: rgb(219 234 254 / 0);
}

.focus\:border-info-100\/10:focus {
  border-color: rgb(219 234 254 / 0.1);
}

.focus\:border-info-100\/100:focus {
  border-color: rgb(219 234 254 / 1);
}

.focus\:border-info-100\/15:focus {
  border-color: rgb(219 234 254 / 0.15);
}

.focus\:border-info-100\/20:focus {
  border-color: rgb(219 234 254 / 0.2);
}

.focus\:border-info-100\/25:focus {
  border-color: rgb(219 234 254 / 0.25);
}

.focus\:border-info-100\/30:focus {
  border-color: rgb(219 234 254 / 0.3);
}

.focus\:border-info-100\/35:focus {
  border-color: rgb(219 234 254 / 0.35);
}

.focus\:border-info-100\/40:focus {
  border-color: rgb(219 234 254 / 0.4);
}

.focus\:border-info-100\/45:focus {
  border-color: rgb(219 234 254 / 0.45);
}

.focus\:border-info-100\/5:focus {
  border-color: rgb(219 234 254 / 0.05);
}

.focus\:border-info-100\/50:focus {
  border-color: rgb(219 234 254 / 0.5);
}

.focus\:border-info-100\/55:focus {
  border-color: rgb(219 234 254 / 0.55);
}

.focus\:border-info-100\/60:focus {
  border-color: rgb(219 234 254 / 0.6);
}

.focus\:border-info-100\/65:focus {
  border-color: rgb(219 234 254 / 0.65);
}

.focus\:border-info-100\/70:focus {
  border-color: rgb(219 234 254 / 0.7);
}

.focus\:border-info-100\/75:focus {
  border-color: rgb(219 234 254 / 0.75);
}

.focus\:border-info-100\/80:focus {
  border-color: rgb(219 234 254 / 0.8);
}

.focus\:border-info-100\/85:focus {
  border-color: rgb(219 234 254 / 0.85);
}

.focus\:border-info-100\/90:focus {
  border-color: rgb(219 234 254 / 0.9);
}

.focus\:border-info-100\/95:focus {
  border-color: rgb(219 234 254 / 0.95);
}

.focus\:border-info-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.focus\:border-info-200\/0:focus {
  border-color: rgb(191 219 254 / 0);
}

.focus\:border-info-200\/10:focus {
  border-color: rgb(191 219 254 / 0.1);
}

.focus\:border-info-200\/100:focus {
  border-color: rgb(191 219 254 / 1);
}

.focus\:border-info-200\/15:focus {
  border-color: rgb(191 219 254 / 0.15);
}

.focus\:border-info-200\/20:focus {
  border-color: rgb(191 219 254 / 0.2);
}

.focus\:border-info-200\/25:focus {
  border-color: rgb(191 219 254 / 0.25);
}

.focus\:border-info-200\/30:focus {
  border-color: rgb(191 219 254 / 0.3);
}

.focus\:border-info-200\/35:focus {
  border-color: rgb(191 219 254 / 0.35);
}

.focus\:border-info-200\/40:focus {
  border-color: rgb(191 219 254 / 0.4);
}

.focus\:border-info-200\/45:focus {
  border-color: rgb(191 219 254 / 0.45);
}

.focus\:border-info-200\/5:focus {
  border-color: rgb(191 219 254 / 0.05);
}

.focus\:border-info-200\/50:focus {
  border-color: rgb(191 219 254 / 0.5);
}

.focus\:border-info-200\/55:focus {
  border-color: rgb(191 219 254 / 0.55);
}

.focus\:border-info-200\/60:focus {
  border-color: rgb(191 219 254 / 0.6);
}

.focus\:border-info-200\/65:focus {
  border-color: rgb(191 219 254 / 0.65);
}

.focus\:border-info-200\/70:focus {
  border-color: rgb(191 219 254 / 0.7);
}

.focus\:border-info-200\/75:focus {
  border-color: rgb(191 219 254 / 0.75);
}

.focus\:border-info-200\/80:focus {
  border-color: rgb(191 219 254 / 0.8);
}

.focus\:border-info-200\/85:focus {
  border-color: rgb(191 219 254 / 0.85);
}

.focus\:border-info-200\/90:focus {
  border-color: rgb(191 219 254 / 0.9);
}

.focus\:border-info-200\/95:focus {
  border-color: rgb(191 219 254 / 0.95);
}

.focus\:border-info-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-info-300\/0:focus {
  border-color: rgb(147 197 253 / 0);
}

.focus\:border-info-300\/10:focus {
  border-color: rgb(147 197 253 / 0.1);
}

.focus\:border-info-300\/100:focus {
  border-color: rgb(147 197 253 / 1);
}

.focus\:border-info-300\/15:focus {
  border-color: rgb(147 197 253 / 0.15);
}

.focus\:border-info-300\/20:focus {
  border-color: rgb(147 197 253 / 0.2);
}

.focus\:border-info-300\/25:focus {
  border-color: rgb(147 197 253 / 0.25);
}

.focus\:border-info-300\/30:focus {
  border-color: rgb(147 197 253 / 0.3);
}

.focus\:border-info-300\/35:focus {
  border-color: rgb(147 197 253 / 0.35);
}

.focus\:border-info-300\/40:focus {
  border-color: rgb(147 197 253 / 0.4);
}

.focus\:border-info-300\/45:focus {
  border-color: rgb(147 197 253 / 0.45);
}

.focus\:border-info-300\/5:focus {
  border-color: rgb(147 197 253 / 0.05);
}

.focus\:border-info-300\/50:focus {
  border-color: rgb(147 197 253 / 0.5);
}

.focus\:border-info-300\/55:focus {
  border-color: rgb(147 197 253 / 0.55);
}

.focus\:border-info-300\/60:focus {
  border-color: rgb(147 197 253 / 0.6);
}

.focus\:border-info-300\/65:focus {
  border-color: rgb(147 197 253 / 0.65);
}

.focus\:border-info-300\/70:focus {
  border-color: rgb(147 197 253 / 0.7);
}

.focus\:border-info-300\/75:focus {
  border-color: rgb(147 197 253 / 0.75);
}

.focus\:border-info-300\/80:focus {
  border-color: rgb(147 197 253 / 0.8);
}

.focus\:border-info-300\/85:focus {
  border-color: rgb(147 197 253 / 0.85);
}

.focus\:border-info-300\/90:focus {
  border-color: rgb(147 197 253 / 0.9);
}

.focus\:border-info-300\/95:focus {
  border-color: rgb(147 197 253 / 0.95);
}

.focus\:border-info-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.focus\:border-info-400\/0:focus {
  border-color: rgb(96 165 250 / 0);
}

.focus\:border-info-400\/10:focus {
  border-color: rgb(96 165 250 / 0.1);
}

.focus\:border-info-400\/100:focus {
  border-color: rgb(96 165 250 / 1);
}

.focus\:border-info-400\/15:focus {
  border-color: rgb(96 165 250 / 0.15);
}

.focus\:border-info-400\/20:focus {
  border-color: rgb(96 165 250 / 0.2);
}

.focus\:border-info-400\/25:focus {
  border-color: rgb(96 165 250 / 0.25);
}

.focus\:border-info-400\/30:focus {
  border-color: rgb(96 165 250 / 0.3);
}

.focus\:border-info-400\/35:focus {
  border-color: rgb(96 165 250 / 0.35);
}

.focus\:border-info-400\/40:focus {
  border-color: rgb(96 165 250 / 0.4);
}

.focus\:border-info-400\/45:focus {
  border-color: rgb(96 165 250 / 0.45);
}

.focus\:border-info-400\/5:focus {
  border-color: rgb(96 165 250 / 0.05);
}

.focus\:border-info-400\/50:focus {
  border-color: rgb(96 165 250 / 0.5);
}

.focus\:border-info-400\/55:focus {
  border-color: rgb(96 165 250 / 0.55);
}

.focus\:border-info-400\/60:focus {
  border-color: rgb(96 165 250 / 0.6);
}

.focus\:border-info-400\/65:focus {
  border-color: rgb(96 165 250 / 0.65);
}

.focus\:border-info-400\/70:focus {
  border-color: rgb(96 165 250 / 0.7);
}

.focus\:border-info-400\/75:focus {
  border-color: rgb(96 165 250 / 0.75);
}

.focus\:border-info-400\/80:focus {
  border-color: rgb(96 165 250 / 0.8);
}

.focus\:border-info-400\/85:focus {
  border-color: rgb(96 165 250 / 0.85);
}

.focus\:border-info-400\/90:focus {
  border-color: rgb(96 165 250 / 0.9);
}

.focus\:border-info-400\/95:focus {
  border-color: rgb(96 165 250 / 0.95);
}

.focus\:border-info-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.focus\:border-info-50\/0:focus {
  border-color: rgb(239 246 255 / 0);
}

.focus\:border-info-50\/10:focus {
  border-color: rgb(239 246 255 / 0.1);
}

.focus\:border-info-50\/100:focus {
  border-color: rgb(239 246 255 / 1);
}

.focus\:border-info-50\/15:focus {
  border-color: rgb(239 246 255 / 0.15);
}

.focus\:border-info-50\/20:focus {
  border-color: rgb(239 246 255 / 0.2);
}

.focus\:border-info-50\/25:focus {
  border-color: rgb(239 246 255 / 0.25);
}

.focus\:border-info-50\/30:focus {
  border-color: rgb(239 246 255 / 0.3);
}

.focus\:border-info-50\/35:focus {
  border-color: rgb(239 246 255 / 0.35);
}

.focus\:border-info-50\/40:focus {
  border-color: rgb(239 246 255 / 0.4);
}

.focus\:border-info-50\/45:focus {
  border-color: rgb(239 246 255 / 0.45);
}

.focus\:border-info-50\/5:focus {
  border-color: rgb(239 246 255 / 0.05);
}

.focus\:border-info-50\/50:focus {
  border-color: rgb(239 246 255 / 0.5);
}

.focus\:border-info-50\/55:focus {
  border-color: rgb(239 246 255 / 0.55);
}

.focus\:border-info-50\/60:focus {
  border-color: rgb(239 246 255 / 0.6);
}

.focus\:border-info-50\/65:focus {
  border-color: rgb(239 246 255 / 0.65);
}

.focus\:border-info-50\/70:focus {
  border-color: rgb(239 246 255 / 0.7);
}

.focus\:border-info-50\/75:focus {
  border-color: rgb(239 246 255 / 0.75);
}

.focus\:border-info-50\/80:focus {
  border-color: rgb(239 246 255 / 0.8);
}

.focus\:border-info-50\/85:focus {
  border-color: rgb(239 246 255 / 0.85);
}

.focus\:border-info-50\/90:focus {
  border-color: rgb(239 246 255 / 0.9);
}

.focus\:border-info-50\/95:focus {
  border-color: rgb(239 246 255 / 0.95);
}

.focus\:border-info-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-info-500\/0:focus {
  border-color: rgb(59 130 246 / 0);
}

.focus\:border-info-500\/10:focus {
  border-color: rgb(59 130 246 / 0.1);
}

.focus\:border-info-500\/100:focus {
  border-color: rgb(59 130 246 / 1);
}

.focus\:border-info-500\/15:focus {
  border-color: rgb(59 130 246 / 0.15);
}

.focus\:border-info-500\/20:focus {
  border-color: rgb(59 130 246 / 0.2);
}

.focus\:border-info-500\/25:focus {
  border-color: rgb(59 130 246 / 0.25);
}

.focus\:border-info-500\/30:focus {
  border-color: rgb(59 130 246 / 0.3);
}

.focus\:border-info-500\/35:focus {
  border-color: rgb(59 130 246 / 0.35);
}

.focus\:border-info-500\/40:focus {
  border-color: rgb(59 130 246 / 0.4);
}

.focus\:border-info-500\/45:focus {
  border-color: rgb(59 130 246 / 0.45);
}

.focus\:border-info-500\/5:focus {
  border-color: rgb(59 130 246 / 0.05);
}

.focus\:border-info-500\/50:focus {
  border-color: rgb(59 130 246 / 0.5);
}

.focus\:border-info-500\/55:focus {
  border-color: rgb(59 130 246 / 0.55);
}

.focus\:border-info-500\/60:focus {
  border-color: rgb(59 130 246 / 0.6);
}

.focus\:border-info-500\/65:focus {
  border-color: rgb(59 130 246 / 0.65);
}

.focus\:border-info-500\/70:focus {
  border-color: rgb(59 130 246 / 0.7);
}

.focus\:border-info-500\/75:focus {
  border-color: rgb(59 130 246 / 0.75);
}

.focus\:border-info-500\/80:focus {
  border-color: rgb(59 130 246 / 0.8);
}

.focus\:border-info-500\/85:focus {
  border-color: rgb(59 130 246 / 0.85);
}

.focus\:border-info-500\/90:focus {
  border-color: rgb(59 130 246 / 0.9);
}

.focus\:border-info-500\/95:focus {
  border-color: rgb(59 130 246 / 0.95);
}

.focus\:border-info-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.focus\:border-info-600\/0:focus {
  border-color: rgb(37 99 235 / 0);
}

.focus\:border-info-600\/10:focus {
  border-color: rgb(37 99 235 / 0.1);
}

.focus\:border-info-600\/100:focus {
  border-color: rgb(37 99 235 / 1);
}

.focus\:border-info-600\/15:focus {
  border-color: rgb(37 99 235 / 0.15);
}

.focus\:border-info-600\/20:focus {
  border-color: rgb(37 99 235 / 0.2);
}

.focus\:border-info-600\/25:focus {
  border-color: rgb(37 99 235 / 0.25);
}

.focus\:border-info-600\/30:focus {
  border-color: rgb(37 99 235 / 0.3);
}

.focus\:border-info-600\/35:focus {
  border-color: rgb(37 99 235 / 0.35);
}

.focus\:border-info-600\/40:focus {
  border-color: rgb(37 99 235 / 0.4);
}

.focus\:border-info-600\/45:focus {
  border-color: rgb(37 99 235 / 0.45);
}

.focus\:border-info-600\/5:focus {
  border-color: rgb(37 99 235 / 0.05);
}

.focus\:border-info-600\/50:focus {
  border-color: rgb(37 99 235 / 0.5);
}

.focus\:border-info-600\/55:focus {
  border-color: rgb(37 99 235 / 0.55);
}

.focus\:border-info-600\/60:focus {
  border-color: rgb(37 99 235 / 0.6);
}

.focus\:border-info-600\/65:focus {
  border-color: rgb(37 99 235 / 0.65);
}

.focus\:border-info-600\/70:focus {
  border-color: rgb(37 99 235 / 0.7);
}

.focus\:border-info-600\/75:focus {
  border-color: rgb(37 99 235 / 0.75);
}

.focus\:border-info-600\/80:focus {
  border-color: rgb(37 99 235 / 0.8);
}

.focus\:border-info-600\/85:focus {
  border-color: rgb(37 99 235 / 0.85);
}

.focus\:border-info-600\/90:focus {
  border-color: rgb(37 99 235 / 0.9);
}

.focus\:border-info-600\/95:focus {
  border-color: rgb(37 99 235 / 0.95);
}

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

.focus\:border-info-700\/0:focus {
  border-color: rgb(29 78 216 / 0);
}

.focus\:border-info-700\/10:focus {
  border-color: rgb(29 78 216 / 0.1);
}

.focus\:border-info-700\/100:focus {
  border-color: rgb(29 78 216 / 1);
}

.focus\:border-info-700\/15:focus {
  border-color: rgb(29 78 216 / 0.15);
}

.focus\:border-info-700\/20:focus {
  border-color: rgb(29 78 216 / 0.2);
}

.focus\:border-info-700\/25:focus {
  border-color: rgb(29 78 216 / 0.25);
}

.focus\:border-info-700\/30:focus {
  border-color: rgb(29 78 216 / 0.3);
}

.focus\:border-info-700\/35:focus {
  border-color: rgb(29 78 216 / 0.35);
}

.focus\:border-info-700\/40:focus {
  border-color: rgb(29 78 216 / 0.4);
}

.focus\:border-info-700\/45:focus {
  border-color: rgb(29 78 216 / 0.45);
}

.focus\:border-info-700\/5:focus {
  border-color: rgb(29 78 216 / 0.05);
}

.focus\:border-info-700\/50:focus {
  border-color: rgb(29 78 216 / 0.5);
}

.focus\:border-info-700\/55:focus {
  border-color: rgb(29 78 216 / 0.55);
}

.focus\:border-info-700\/60:focus {
  border-color: rgb(29 78 216 / 0.6);
}

.focus\:border-info-700\/65:focus {
  border-color: rgb(29 78 216 / 0.65);
}

.focus\:border-info-700\/70:focus {
  border-color: rgb(29 78 216 / 0.7);
}

.focus\:border-info-700\/75:focus {
  border-color: rgb(29 78 216 / 0.75);
}

.focus\:border-info-700\/80:focus {
  border-color: rgb(29 78 216 / 0.8);
}

.focus\:border-info-700\/85:focus {
  border-color: rgb(29 78 216 / 0.85);
}

.focus\:border-info-700\/90:focus {
  border-color: rgb(29 78 216 / 0.9);
}

.focus\:border-info-700\/95:focus {
  border-color: rgb(29 78 216 / 0.95);
}

.focus\:border-info-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.focus\:border-info-800\/0:focus {
  border-color: rgb(30 64 175 / 0);
}

.focus\:border-info-800\/10:focus {
  border-color: rgb(30 64 175 / 0.1);
}

.focus\:border-info-800\/100:focus {
  border-color: rgb(30 64 175 / 1);
}

.focus\:border-info-800\/15:focus {
  border-color: rgb(30 64 175 / 0.15);
}

.focus\:border-info-800\/20:focus {
  border-color: rgb(30 64 175 / 0.2);
}

.focus\:border-info-800\/25:focus {
  border-color: rgb(30 64 175 / 0.25);
}

.focus\:border-info-800\/30:focus {
  border-color: rgb(30 64 175 / 0.3);
}

.focus\:border-info-800\/35:focus {
  border-color: rgb(30 64 175 / 0.35);
}

.focus\:border-info-800\/40:focus {
  border-color: rgb(30 64 175 / 0.4);
}

.focus\:border-info-800\/45:focus {
  border-color: rgb(30 64 175 / 0.45);
}

.focus\:border-info-800\/5:focus {
  border-color: rgb(30 64 175 / 0.05);
}

.focus\:border-info-800\/50:focus {
  border-color: rgb(30 64 175 / 0.5);
}

.focus\:border-info-800\/55:focus {
  border-color: rgb(30 64 175 / 0.55);
}

.focus\:border-info-800\/60:focus {
  border-color: rgb(30 64 175 / 0.6);
}

.focus\:border-info-800\/65:focus {
  border-color: rgb(30 64 175 / 0.65);
}

.focus\:border-info-800\/70:focus {
  border-color: rgb(30 64 175 / 0.7);
}

.focus\:border-info-800\/75:focus {
  border-color: rgb(30 64 175 / 0.75);
}

.focus\:border-info-800\/80:focus {
  border-color: rgb(30 64 175 / 0.8);
}

.focus\:border-info-800\/85:focus {
  border-color: rgb(30 64 175 / 0.85);
}

.focus\:border-info-800\/90:focus {
  border-color: rgb(30 64 175 / 0.9);
}

.focus\:border-info-800\/95:focus {
  border-color: rgb(30 64 175 / 0.95);
}

.focus\:border-info-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.focus\:border-info-900\/0:focus {
  border-color: rgb(30 58 138 / 0);
}

.focus\:border-info-900\/10:focus {
  border-color: rgb(30 58 138 / 0.1);
}

.focus\:border-info-900\/100:focus {
  border-color: rgb(30 58 138 / 1);
}

.focus\:border-info-900\/15:focus {
  border-color: rgb(30 58 138 / 0.15);
}

.focus\:border-info-900\/20:focus {
  border-color: rgb(30 58 138 / 0.2);
}

.focus\:border-info-900\/25:focus {
  border-color: rgb(30 58 138 / 0.25);
}

.focus\:border-info-900\/30:focus {
  border-color: rgb(30 58 138 / 0.3);
}

.focus\:border-info-900\/35:focus {
  border-color: rgb(30 58 138 / 0.35);
}

.focus\:border-info-900\/40:focus {
  border-color: rgb(30 58 138 / 0.4);
}

.focus\:border-info-900\/45:focus {
  border-color: rgb(30 58 138 / 0.45);
}

.focus\:border-info-900\/5:focus {
  border-color: rgb(30 58 138 / 0.05);
}

.focus\:border-info-900\/50:focus {
  border-color: rgb(30 58 138 / 0.5);
}

.focus\:border-info-900\/55:focus {
  border-color: rgb(30 58 138 / 0.55);
}

.focus\:border-info-900\/60:focus {
  border-color: rgb(30 58 138 / 0.6);
}

.focus\:border-info-900\/65:focus {
  border-color: rgb(30 58 138 / 0.65);
}

.focus\:border-info-900\/70:focus {
  border-color: rgb(30 58 138 / 0.7);
}

.focus\:border-info-900\/75:focus {
  border-color: rgb(30 58 138 / 0.75);
}

.focus\:border-info-900\/80:focus {
  border-color: rgb(30 58 138 / 0.8);
}

.focus\:border-info-900\/85:focus {
  border-color: rgb(30 58 138 / 0.85);
}

.focus\:border-info-900\/90:focus {
  border-color: rgb(30 58 138 / 0.9);
}

.focus\:border-info-900\/95:focus {
  border-color: rgb(30 58 138 / 0.95);
}

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

.focus\:border-info-dark\/0:focus {
  border-color: rgb(29 78 216 / 0);
}

.focus\:border-info-dark\/10:focus {
  border-color: rgb(29 78 216 / 0.1);
}

.focus\:border-info-dark\/100:focus {
  border-color: rgb(29 78 216 / 1);
}

.focus\:border-info-dark\/15:focus {
  border-color: rgb(29 78 216 / 0.15);
}

.focus\:border-info-dark\/20:focus {
  border-color: rgb(29 78 216 / 0.2);
}

.focus\:border-info-dark\/25:focus {
  border-color: rgb(29 78 216 / 0.25);
}

.focus\:border-info-dark\/30:focus {
  border-color: rgb(29 78 216 / 0.3);
}

.focus\:border-info-dark\/35:focus {
  border-color: rgb(29 78 216 / 0.35);
}

.focus\:border-info-dark\/40:focus {
  border-color: rgb(29 78 216 / 0.4);
}

.focus\:border-info-dark\/45:focus {
  border-color: rgb(29 78 216 / 0.45);
}

.focus\:border-info-dark\/5:focus {
  border-color: rgb(29 78 216 / 0.05);
}

.focus\:border-info-dark\/50:focus {
  border-color: rgb(29 78 216 / 0.5);
}

.focus\:border-info-dark\/55:focus {
  border-color: rgb(29 78 216 / 0.55);
}

.focus\:border-info-dark\/60:focus {
  border-color: rgb(29 78 216 / 0.6);
}

.focus\:border-info-dark\/65:focus {
  border-color: rgb(29 78 216 / 0.65);
}

.focus\:border-info-dark\/70:focus {
  border-color: rgb(29 78 216 / 0.7);
}

.focus\:border-info-dark\/75:focus {
  border-color: rgb(29 78 216 / 0.75);
}

.focus\:border-info-dark\/80:focus {
  border-color: rgb(29 78 216 / 0.8);
}

.focus\:border-info-dark\/85:focus {
  border-color: rgb(29 78 216 / 0.85);
}

.focus\:border-info-dark\/90:focus {
  border-color: rgb(29 78 216 / 0.9);
}

.focus\:border-info-dark\/95:focus {
  border-color: rgb(29 78 216 / 0.95);
}

.focus\:border-info-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.focus\:border-info-light\/0:focus {
  border-color: rgb(219 234 254 / 0);
}

.focus\:border-info-light\/10:focus {
  border-color: rgb(219 234 254 / 0.1);
}

.focus\:border-info-light\/100:focus {
  border-color: rgb(219 234 254 / 1);
}

.focus\:border-info-light\/15:focus {
  border-color: rgb(219 234 254 / 0.15);
}

.focus\:border-info-light\/20:focus {
  border-color: rgb(219 234 254 / 0.2);
}

.focus\:border-info-light\/25:focus {
  border-color: rgb(219 234 254 / 0.25);
}

.focus\:border-info-light\/30:focus {
  border-color: rgb(219 234 254 / 0.3);
}

.focus\:border-info-light\/35:focus {
  border-color: rgb(219 234 254 / 0.35);
}

.focus\:border-info-light\/40:focus {
  border-color: rgb(219 234 254 / 0.4);
}

.focus\:border-info-light\/45:focus {
  border-color: rgb(219 234 254 / 0.45);
}

.focus\:border-info-light\/5:focus {
  border-color: rgb(219 234 254 / 0.05);
}

.focus\:border-info-light\/50:focus {
  border-color: rgb(219 234 254 / 0.5);
}

.focus\:border-info-light\/55:focus {
  border-color: rgb(219 234 254 / 0.55);
}

.focus\:border-info-light\/60:focus {
  border-color: rgb(219 234 254 / 0.6);
}

.focus\:border-info-light\/65:focus {
  border-color: rgb(219 234 254 / 0.65);
}

.focus\:border-info-light\/70:focus {
  border-color: rgb(219 234 254 / 0.7);
}

.focus\:border-info-light\/75:focus {
  border-color: rgb(219 234 254 / 0.75);
}

.focus\:border-info-light\/80:focus {
  border-color: rgb(219 234 254 / 0.8);
}

.focus\:border-info-light\/85:focus {
  border-color: rgb(219 234 254 / 0.85);
}

.focus\:border-info-light\/90:focus {
  border-color: rgb(219 234 254 / 0.9);
}

.focus\:border-info-light\/95:focus {
  border-color: rgb(219 234 254 / 0.95);
}

.focus\:border-info\/0:focus {
  border-color: rgb(59 130 246 / 0);
}

.focus\:border-info\/10:focus {
  border-color: rgb(59 130 246 / 0.1);
}

.focus\:border-info\/100:focus {
  border-color: rgb(59 130 246 / 1);
}

.focus\:border-info\/15:focus {
  border-color: rgb(59 130 246 / 0.15);
}

.focus\:border-info\/20:focus {
  border-color: rgb(59 130 246 / 0.2);
}

.focus\:border-info\/25:focus {
  border-color: rgb(59 130 246 / 0.25);
}

.focus\:border-info\/30:focus {
  border-color: rgb(59 130 246 / 0.3);
}

.focus\:border-info\/35:focus {
  border-color: rgb(59 130 246 / 0.35);
}

.focus\:border-info\/40:focus {
  border-color: rgb(59 130 246 / 0.4);
}

.focus\:border-info\/45:focus {
  border-color: rgb(59 130 246 / 0.45);
}

.focus\:border-info\/5:focus {
  border-color: rgb(59 130 246 / 0.05);
}

.focus\:border-info\/50:focus {
  border-color: rgb(59 130 246 / 0.5);
}

.focus\:border-info\/55:focus {
  border-color: rgb(59 130 246 / 0.55);
}

.focus\:border-info\/60:focus {
  border-color: rgb(59 130 246 / 0.6);
}

.focus\:border-info\/65:focus {
  border-color: rgb(59 130 246 / 0.65);
}

.focus\:border-info\/70:focus {
  border-color: rgb(59 130 246 / 0.7);
}

.focus\:border-info\/75:focus {
  border-color: rgb(59 130 246 / 0.75);
}

.focus\:border-info\/80:focus {
  border-color: rgb(59 130 246 / 0.8);
}

.focus\:border-info\/85:focus {
  border-color: rgb(59 130 246 / 0.85);
}

.focus\:border-info\/90:focus {
  border-color: rgb(59 130 246 / 0.9);
}

.focus\:border-info\/95:focus {
  border-color: rgb(59 130 246 / 0.95);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(179 229 236 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-100\/0:focus {
  border-color: rgb(179 229 236 / 0);
}

.focus\:border-primary-100\/10:focus {
  border-color: rgb(179 229 236 / 0.1);
}

.focus\:border-primary-100\/100:focus {
  border-color: rgb(179 229 236 / 1);
}

.focus\:border-primary-100\/15:focus {
  border-color: rgb(179 229 236 / 0.15);
}

.focus\:border-primary-100\/20:focus {
  border-color: rgb(179 229 236 / 0.2);
}

.focus\:border-primary-100\/25:focus {
  border-color: rgb(179 229 236 / 0.25);
}

.focus\:border-primary-100\/30:focus {
  border-color: rgb(179 229 236 / 0.3);
}

.focus\:border-primary-100\/35:focus {
  border-color: rgb(179 229 236 / 0.35);
}

.focus\:border-primary-100\/40:focus {
  border-color: rgb(179 229 236 / 0.4);
}

.focus\:border-primary-100\/45:focus {
  border-color: rgb(179 229 236 / 0.45);
}

.focus\:border-primary-100\/5:focus {
  border-color: rgb(179 229 236 / 0.05);
}

.focus\:border-primary-100\/50:focus {
  border-color: rgb(179 229 236 / 0.5);
}

.focus\:border-primary-100\/55:focus {
  border-color: rgb(179 229 236 / 0.55);
}

.focus\:border-primary-100\/60:focus {
  border-color: rgb(179 229 236 / 0.6);
}

.focus\:border-primary-100\/65:focus {
  border-color: rgb(179 229 236 / 0.65);
}

.focus\:border-primary-100\/70:focus {
  border-color: rgb(179 229 236 / 0.7);
}

.focus\:border-primary-100\/75:focus {
  border-color: rgb(179 229 236 / 0.75);
}

.focus\:border-primary-100\/80:focus {
  border-color: rgb(179 229 236 / 0.8);
}

.focus\:border-primary-100\/85:focus {
  border-color: rgb(179 229 236 / 0.85);
}

.focus\:border-primary-100\/90:focus {
  border-color: rgb(179 229 236 / 0.9);
}

.focus\:border-primary-100\/95:focus {
  border-color: rgb(179 229 236 / 0.95);
}

.focus\:border-primary-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(128 211 223 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-200\/0:focus {
  border-color: rgb(128 211 223 / 0);
}

.focus\:border-primary-200\/10:focus {
  border-color: rgb(128 211 223 / 0.1);
}

.focus\:border-primary-200\/100:focus {
  border-color: rgb(128 211 223 / 1);
}

.focus\:border-primary-200\/15:focus {
  border-color: rgb(128 211 223 / 0.15);
}

.focus\:border-primary-200\/20:focus {
  border-color: rgb(128 211 223 / 0.2);
}

.focus\:border-primary-200\/25:focus {
  border-color: rgb(128 211 223 / 0.25);
}

.focus\:border-primary-200\/30:focus {
  border-color: rgb(128 211 223 / 0.3);
}

.focus\:border-primary-200\/35:focus {
  border-color: rgb(128 211 223 / 0.35);
}

.focus\:border-primary-200\/40:focus {
  border-color: rgb(128 211 223 / 0.4);
}

.focus\:border-primary-200\/45:focus {
  border-color: rgb(128 211 223 / 0.45);
}

.focus\:border-primary-200\/5:focus {
  border-color: rgb(128 211 223 / 0.05);
}

.focus\:border-primary-200\/50:focus {
  border-color: rgb(128 211 223 / 0.5);
}

.focus\:border-primary-200\/55:focus {
  border-color: rgb(128 211 223 / 0.55);
}

.focus\:border-primary-200\/60:focus {
  border-color: rgb(128 211 223 / 0.6);
}

.focus\:border-primary-200\/65:focus {
  border-color: rgb(128 211 223 / 0.65);
}

.focus\:border-primary-200\/70:focus {
  border-color: rgb(128 211 223 / 0.7);
}

.focus\:border-primary-200\/75:focus {
  border-color: rgb(128 211 223 / 0.75);
}

.focus\:border-primary-200\/80:focus {
  border-color: rgb(128 211 223 / 0.8);
}

.focus\:border-primary-200\/85:focus {
  border-color: rgb(128 211 223 / 0.85);
}

.focus\:border-primary-200\/90:focus {
  border-color: rgb(128 211 223 / 0.9);
}

.focus\:border-primary-200\/95:focus {
  border-color: rgb(128 211 223 / 0.95);
}

.focus\:border-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(77 193 210 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-300\/0:focus {
  border-color: rgb(77 193 210 / 0);
}

.focus\:border-primary-300\/10:focus {
  border-color: rgb(77 193 210 / 0.1);
}

.focus\:border-primary-300\/100:focus {
  border-color: rgb(77 193 210 / 1);
}

.focus\:border-primary-300\/15:focus {
  border-color: rgb(77 193 210 / 0.15);
}

.focus\:border-primary-300\/20:focus {
  border-color: rgb(77 193 210 / 0.2);
}

.focus\:border-primary-300\/25:focus {
  border-color: rgb(77 193 210 / 0.25);
}

.focus\:border-primary-300\/30:focus {
  border-color: rgb(77 193 210 / 0.3);
}

.focus\:border-primary-300\/35:focus {
  border-color: rgb(77 193 210 / 0.35);
}

.focus\:border-primary-300\/40:focus {
  border-color: rgb(77 193 210 / 0.4);
}

.focus\:border-primary-300\/45:focus {
  border-color: rgb(77 193 210 / 0.45);
}

.focus\:border-primary-300\/5:focus {
  border-color: rgb(77 193 210 / 0.05);
}

.focus\:border-primary-300\/50:focus {
  border-color: rgb(77 193 210 / 0.5);
}

.focus\:border-primary-300\/55:focus {
  border-color: rgb(77 193 210 / 0.55);
}

.focus\:border-primary-300\/60:focus {
  border-color: rgb(77 193 210 / 0.6);
}

.focus\:border-primary-300\/65:focus {
  border-color: rgb(77 193 210 / 0.65);
}

.focus\:border-primary-300\/70:focus {
  border-color: rgb(77 193 210 / 0.7);
}

.focus\:border-primary-300\/75:focus {
  border-color: rgb(77 193 210 / 0.75);
}

.focus\:border-primary-300\/80:focus {
  border-color: rgb(77 193 210 / 0.8);
}

.focus\:border-primary-300\/85:focus {
  border-color: rgb(77 193 210 / 0.85);
}

.focus\:border-primary-300\/90:focus {
  border-color: rgb(77 193 210 / 0.9);
}

.focus\:border-primary-300\/95:focus {
  border-color: rgb(77 193 210 / 0.95);
}

.focus\:border-primary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 175 197 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-400\/0:focus {
  border-color: rgb(26 175 197 / 0);
}

.focus\:border-primary-400\/10:focus {
  border-color: rgb(26 175 197 / 0.1);
}

.focus\:border-primary-400\/100:focus {
  border-color: rgb(26 175 197 / 1);
}

.focus\:border-primary-400\/15:focus {
  border-color: rgb(26 175 197 / 0.15);
}

.focus\:border-primary-400\/20:focus {
  border-color: rgb(26 175 197 / 0.2);
}

.focus\:border-primary-400\/25:focus {
  border-color: rgb(26 175 197 / 0.25);
}

.focus\:border-primary-400\/30:focus {
  border-color: rgb(26 175 197 / 0.3);
}

.focus\:border-primary-400\/35:focus {
  border-color: rgb(26 175 197 / 0.35);
}

.focus\:border-primary-400\/40:focus {
  border-color: rgb(26 175 197 / 0.4);
}

.focus\:border-primary-400\/45:focus {
  border-color: rgb(26 175 197 / 0.45);
}

.focus\:border-primary-400\/5:focus {
  border-color: rgb(26 175 197 / 0.05);
}

.focus\:border-primary-400\/50:focus {
  border-color: rgb(26 175 197 / 0.5);
}

.focus\:border-primary-400\/55:focus {
  border-color: rgb(26 175 197 / 0.55);
}

.focus\:border-primary-400\/60:focus {
  border-color: rgb(26 175 197 / 0.6);
}

.focus\:border-primary-400\/65:focus {
  border-color: rgb(26 175 197 / 0.65);
}

.focus\:border-primary-400\/70:focus {
  border-color: rgb(26 175 197 / 0.7);
}

.focus\:border-primary-400\/75:focus {
  border-color: rgb(26 175 197 / 0.75);
}

.focus\:border-primary-400\/80:focus {
  border-color: rgb(26 175 197 / 0.8);
}

.focus\:border-primary-400\/85:focus {
  border-color: rgb(26 175 197 / 0.85);
}

.focus\:border-primary-400\/90:focus {
  border-color: rgb(26 175 197 / 0.9);
}

.focus\:border-primary-400\/95:focus {
  border-color: rgb(26 175 197 / 0.95);
}

.focus\:border-primary-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 247 249 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-50\/0:focus {
  border-color: rgb(230 247 249 / 0);
}

.focus\:border-primary-50\/10:focus {
  border-color: rgb(230 247 249 / 0.1);
}

.focus\:border-primary-50\/100:focus {
  border-color: rgb(230 247 249 / 1);
}

.focus\:border-primary-50\/15:focus {
  border-color: rgb(230 247 249 / 0.15);
}

.focus\:border-primary-50\/20:focus {
  border-color: rgb(230 247 249 / 0.2);
}

.focus\:border-primary-50\/25:focus {
  border-color: rgb(230 247 249 / 0.25);
}

.focus\:border-primary-50\/30:focus {
  border-color: rgb(230 247 249 / 0.3);
}

.focus\:border-primary-50\/35:focus {
  border-color: rgb(230 247 249 / 0.35);
}

.focus\:border-primary-50\/40:focus {
  border-color: rgb(230 247 249 / 0.4);
}

.focus\:border-primary-50\/45:focus {
  border-color: rgb(230 247 249 / 0.45);
}

.focus\:border-primary-50\/5:focus {
  border-color: rgb(230 247 249 / 0.05);
}

.focus\:border-primary-50\/50:focus {
  border-color: rgb(230 247 249 / 0.5);
}

.focus\:border-primary-50\/55:focus {
  border-color: rgb(230 247 249 / 0.55);
}

.focus\:border-primary-50\/60:focus {
  border-color: rgb(230 247 249 / 0.6);
}

.focus\:border-primary-50\/65:focus {
  border-color: rgb(230 247 249 / 0.65);
}

.focus\:border-primary-50\/70:focus {
  border-color: rgb(230 247 249 / 0.7);
}

.focus\:border-primary-50\/75:focus {
  border-color: rgb(230 247 249 / 0.75);
}

.focus\:border-primary-50\/80:focus {
  border-color: rgb(230 247 249 / 0.8);
}

.focus\:border-primary-50\/85:focus {
  border-color: rgb(230 247 249 / 0.85);
}

.focus\:border-primary-50\/90:focus {
  border-color: rgb(230 247 249 / 0.9);
}

.focus\:border-primary-50\/95:focus {
  border-color: rgb(230 247 249 / 0.95);
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-500\/0:focus {
  border-color: rgb(25 141 168 / 0);
}

.focus\:border-primary-500\/10:focus {
  border-color: rgb(25 141 168 / 0.1);
}

.focus\:border-primary-500\/100:focus {
  border-color: rgb(25 141 168 / 1);
}

.focus\:border-primary-500\/15:focus {
  border-color: rgb(25 141 168 / 0.15);
}

.focus\:border-primary-500\/20:focus {
  border-color: rgb(25 141 168 / 0.2);
}

.focus\:border-primary-500\/25:focus {
  border-color: rgb(25 141 168 / 0.25);
}

.focus\:border-primary-500\/30:focus {
  border-color: rgb(25 141 168 / 0.3);
}

.focus\:border-primary-500\/35:focus {
  border-color: rgb(25 141 168 / 0.35);
}

.focus\:border-primary-500\/40:focus {
  border-color: rgb(25 141 168 / 0.4);
}

.focus\:border-primary-500\/45:focus {
  border-color: rgb(25 141 168 / 0.45);
}

.focus\:border-primary-500\/5:focus {
  border-color: rgb(25 141 168 / 0.05);
}

.focus\:border-primary-500\/50:focus {
  border-color: rgb(25 141 168 / 0.5);
}

.focus\:border-primary-500\/55:focus {
  border-color: rgb(25 141 168 / 0.55);
}

.focus\:border-primary-500\/60:focus {
  border-color: rgb(25 141 168 / 0.6);
}

.focus\:border-primary-500\/65:focus {
  border-color: rgb(25 141 168 / 0.65);
}

.focus\:border-primary-500\/70:focus {
  border-color: rgb(25 141 168 / 0.7);
}

.focus\:border-primary-500\/75:focus {
  border-color: rgb(25 141 168 / 0.75);
}

.focus\:border-primary-500\/80:focus {
  border-color: rgb(25 141 168 / 0.8);
}

.focus\:border-primary-500\/85:focus {
  border-color: rgb(25 141 168 / 0.85);
}

.focus\:border-primary-500\/90:focus {
  border-color: rgb(25 141 168 / 0.9);
}

.focus\:border-primary-500\/95:focus {
  border-color: rgb(25 141 168 / 0.95);
}

.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 113 136 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-600\/0:focus {
  border-color: rgb(20 113 136 / 0);
}

.focus\:border-primary-600\/10:focus {
  border-color: rgb(20 113 136 / 0.1);
}

.focus\:border-primary-600\/100:focus {
  border-color: rgb(20 113 136 / 1);
}

.focus\:border-primary-600\/15:focus {
  border-color: rgb(20 113 136 / 0.15);
}

.focus\:border-primary-600\/20:focus {
  border-color: rgb(20 113 136 / 0.2);
}

.focus\:border-primary-600\/25:focus {
  border-color: rgb(20 113 136 / 0.25);
}

.focus\:border-primary-600\/30:focus {
  border-color: rgb(20 113 136 / 0.3);
}

.focus\:border-primary-600\/35:focus {
  border-color: rgb(20 113 136 / 0.35);
}

.focus\:border-primary-600\/40:focus {
  border-color: rgb(20 113 136 / 0.4);
}

.focus\:border-primary-600\/45:focus {
  border-color: rgb(20 113 136 / 0.45);
}

.focus\:border-primary-600\/5:focus {
  border-color: rgb(20 113 136 / 0.05);
}

.focus\:border-primary-600\/50:focus {
  border-color: rgb(20 113 136 / 0.5);
}

.focus\:border-primary-600\/55:focus {
  border-color: rgb(20 113 136 / 0.55);
}

.focus\:border-primary-600\/60:focus {
  border-color: rgb(20 113 136 / 0.6);
}

.focus\:border-primary-600\/65:focus {
  border-color: rgb(20 113 136 / 0.65);
}

.focus\:border-primary-600\/70:focus {
  border-color: rgb(20 113 136 / 0.7);
}

.focus\:border-primary-600\/75:focus {
  border-color: rgb(20 113 136 / 0.75);
}

.focus\:border-primary-600\/80:focus {
  border-color: rgb(20 113 136 / 0.8);
}

.focus\:border-primary-600\/85:focus {
  border-color: rgb(20 113 136 / 0.85);
}

.focus\:border-primary-600\/90:focus {
  border-color: rgb(20 113 136 / 0.9);
}

.focus\:border-primary-600\/95:focus {
  border-color: rgb(20 113 136 / 0.95);
}

.focus\:border-primary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 85 104 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-700\/0:focus {
  border-color: rgb(15 85 104 / 0);
}

.focus\:border-primary-700\/10:focus {
  border-color: rgb(15 85 104 / 0.1);
}

.focus\:border-primary-700\/100:focus {
  border-color: rgb(15 85 104 / 1);
}

.focus\:border-primary-700\/15:focus {
  border-color: rgb(15 85 104 / 0.15);
}

.focus\:border-primary-700\/20:focus {
  border-color: rgb(15 85 104 / 0.2);
}

.focus\:border-primary-700\/25:focus {
  border-color: rgb(15 85 104 / 0.25);
}

.focus\:border-primary-700\/30:focus {
  border-color: rgb(15 85 104 / 0.3);
}

.focus\:border-primary-700\/35:focus {
  border-color: rgb(15 85 104 / 0.35);
}

.focus\:border-primary-700\/40:focus {
  border-color: rgb(15 85 104 / 0.4);
}

.focus\:border-primary-700\/45:focus {
  border-color: rgb(15 85 104 / 0.45);
}

.focus\:border-primary-700\/5:focus {
  border-color: rgb(15 85 104 / 0.05);
}

.focus\:border-primary-700\/50:focus {
  border-color: rgb(15 85 104 / 0.5);
}

.focus\:border-primary-700\/55:focus {
  border-color: rgb(15 85 104 / 0.55);
}

.focus\:border-primary-700\/60:focus {
  border-color: rgb(15 85 104 / 0.6);
}

.focus\:border-primary-700\/65:focus {
  border-color: rgb(15 85 104 / 0.65);
}

.focus\:border-primary-700\/70:focus {
  border-color: rgb(15 85 104 / 0.7);
}

.focus\:border-primary-700\/75:focus {
  border-color: rgb(15 85 104 / 0.75);
}

.focus\:border-primary-700\/80:focus {
  border-color: rgb(15 85 104 / 0.8);
}

.focus\:border-primary-700\/85:focus {
  border-color: rgb(15 85 104 / 0.85);
}

.focus\:border-primary-700\/90:focus {
  border-color: rgb(15 85 104 / 0.9);
}

.focus\:border-primary-700\/95:focus {
  border-color: rgb(15 85 104 / 0.95);
}

.focus\:border-primary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 57 72 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-800\/0:focus {
  border-color: rgb(10 57 72 / 0);
}

.focus\:border-primary-800\/10:focus {
  border-color: rgb(10 57 72 / 0.1);
}

.focus\:border-primary-800\/100:focus {
  border-color: rgb(10 57 72 / 1);
}

.focus\:border-primary-800\/15:focus {
  border-color: rgb(10 57 72 / 0.15);
}

.focus\:border-primary-800\/20:focus {
  border-color: rgb(10 57 72 / 0.2);
}

.focus\:border-primary-800\/25:focus {
  border-color: rgb(10 57 72 / 0.25);
}

.focus\:border-primary-800\/30:focus {
  border-color: rgb(10 57 72 / 0.3);
}

.focus\:border-primary-800\/35:focus {
  border-color: rgb(10 57 72 / 0.35);
}

.focus\:border-primary-800\/40:focus {
  border-color: rgb(10 57 72 / 0.4);
}

.focus\:border-primary-800\/45:focus {
  border-color: rgb(10 57 72 / 0.45);
}

.focus\:border-primary-800\/5:focus {
  border-color: rgb(10 57 72 / 0.05);
}

.focus\:border-primary-800\/50:focus {
  border-color: rgb(10 57 72 / 0.5);
}

.focus\:border-primary-800\/55:focus {
  border-color: rgb(10 57 72 / 0.55);
}

.focus\:border-primary-800\/60:focus {
  border-color: rgb(10 57 72 / 0.6);
}

.focus\:border-primary-800\/65:focus {
  border-color: rgb(10 57 72 / 0.65);
}

.focus\:border-primary-800\/70:focus {
  border-color: rgb(10 57 72 / 0.7);
}

.focus\:border-primary-800\/75:focus {
  border-color: rgb(10 57 72 / 0.75);
}

.focus\:border-primary-800\/80:focus {
  border-color: rgb(10 57 72 / 0.8);
}

.focus\:border-primary-800\/85:focus {
  border-color: rgb(10 57 72 / 0.85);
}

.focus\:border-primary-800\/90:focus {
  border-color: rgb(10 57 72 / 0.9);
}

.focus\:border-primary-800\/95:focus {
  border-color: rgb(10 57 72 / 0.95);
}

.focus\:border-primary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 29 40 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-900\/0:focus {
  border-color: rgb(5 29 40 / 0);
}

.focus\:border-primary-900\/10:focus {
  border-color: rgb(5 29 40 / 0.1);
}

.focus\:border-primary-900\/100:focus {
  border-color: rgb(5 29 40 / 1);
}

.focus\:border-primary-900\/15:focus {
  border-color: rgb(5 29 40 / 0.15);
}

.focus\:border-primary-900\/20:focus {
  border-color: rgb(5 29 40 / 0.2);
}

.focus\:border-primary-900\/25:focus {
  border-color: rgb(5 29 40 / 0.25);
}

.focus\:border-primary-900\/30:focus {
  border-color: rgb(5 29 40 / 0.3);
}

.focus\:border-primary-900\/35:focus {
  border-color: rgb(5 29 40 / 0.35);
}

.focus\:border-primary-900\/40:focus {
  border-color: rgb(5 29 40 / 0.4);
}

.focus\:border-primary-900\/45:focus {
  border-color: rgb(5 29 40 / 0.45);
}

.focus\:border-primary-900\/5:focus {
  border-color: rgb(5 29 40 / 0.05);
}

.focus\:border-primary-900\/50:focus {
  border-color: rgb(5 29 40 / 0.5);
}

.focus\:border-primary-900\/55:focus {
  border-color: rgb(5 29 40 / 0.55);
}

.focus\:border-primary-900\/60:focus {
  border-color: rgb(5 29 40 / 0.6);
}

.focus\:border-primary-900\/65:focus {
  border-color: rgb(5 29 40 / 0.65);
}

.focus\:border-primary-900\/70:focus {
  border-color: rgb(5 29 40 / 0.7);
}

.focus\:border-primary-900\/75:focus {
  border-color: rgb(5 29 40 / 0.75);
}

.focus\:border-primary-900\/80:focus {
  border-color: rgb(5 29 40 / 0.8);
}

.focus\:border-primary-900\/85:focus {
  border-color: rgb(5 29 40 / 0.85);
}

.focus\:border-primary-900\/90:focus {
  border-color: rgb(5 29 40 / 0.9);
}

.focus\:border-primary-900\/95:focus {
  border-color: rgb(5 29 40 / 0.95);
}

.focus\:border-primary-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 85 104 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-dark\/0:focus {
  border-color: rgb(15 85 104 / 0);
}

.focus\:border-primary-dark\/10:focus {
  border-color: rgb(15 85 104 / 0.1);
}

.focus\:border-primary-dark\/100:focus {
  border-color: rgb(15 85 104 / 1);
}

.focus\:border-primary-dark\/15:focus {
  border-color: rgb(15 85 104 / 0.15);
}

.focus\:border-primary-dark\/20:focus {
  border-color: rgb(15 85 104 / 0.2);
}

.focus\:border-primary-dark\/25:focus {
  border-color: rgb(15 85 104 / 0.25);
}

.focus\:border-primary-dark\/30:focus {
  border-color: rgb(15 85 104 / 0.3);
}

.focus\:border-primary-dark\/35:focus {
  border-color: rgb(15 85 104 / 0.35);
}

.focus\:border-primary-dark\/40:focus {
  border-color: rgb(15 85 104 / 0.4);
}

.focus\:border-primary-dark\/45:focus {
  border-color: rgb(15 85 104 / 0.45);
}

.focus\:border-primary-dark\/5:focus {
  border-color: rgb(15 85 104 / 0.05);
}

.focus\:border-primary-dark\/50:focus {
  border-color: rgb(15 85 104 / 0.5);
}

.focus\:border-primary-dark\/55:focus {
  border-color: rgb(15 85 104 / 0.55);
}

.focus\:border-primary-dark\/60:focus {
  border-color: rgb(15 85 104 / 0.6);
}

.focus\:border-primary-dark\/65:focus {
  border-color: rgb(15 85 104 / 0.65);
}

.focus\:border-primary-dark\/70:focus {
  border-color: rgb(15 85 104 / 0.7);
}

.focus\:border-primary-dark\/75:focus {
  border-color: rgb(15 85 104 / 0.75);
}

.focus\:border-primary-dark\/80:focus {
  border-color: rgb(15 85 104 / 0.8);
}

.focus\:border-primary-dark\/85:focus {
  border-color: rgb(15 85 104 / 0.85);
}

.focus\:border-primary-dark\/90:focus {
  border-color: rgb(15 85 104 / 0.9);
}

.focus\:border-primary-dark\/95:focus {
  border-color: rgb(15 85 104 / 0.95);
}

.focus\:border-primary-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 247 249 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-light\/0:focus {
  border-color: rgb(230 247 249 / 0);
}

.focus\:border-primary-light\/10:focus {
  border-color: rgb(230 247 249 / 0.1);
}

.focus\:border-primary-light\/100:focus {
  border-color: rgb(230 247 249 / 1);
}

.focus\:border-primary-light\/15:focus {
  border-color: rgb(230 247 249 / 0.15);
}

.focus\:border-primary-light\/20:focus {
  border-color: rgb(230 247 249 / 0.2);
}

.focus\:border-primary-light\/25:focus {
  border-color: rgb(230 247 249 / 0.25);
}

.focus\:border-primary-light\/30:focus {
  border-color: rgb(230 247 249 / 0.3);
}

.focus\:border-primary-light\/35:focus {
  border-color: rgb(230 247 249 / 0.35);
}

.focus\:border-primary-light\/40:focus {
  border-color: rgb(230 247 249 / 0.4);
}

.focus\:border-primary-light\/45:focus {
  border-color: rgb(230 247 249 / 0.45);
}

.focus\:border-primary-light\/5:focus {
  border-color: rgb(230 247 249 / 0.05);
}

.focus\:border-primary-light\/50:focus {
  border-color: rgb(230 247 249 / 0.5);
}

.focus\:border-primary-light\/55:focus {
  border-color: rgb(230 247 249 / 0.55);
}

.focus\:border-primary-light\/60:focus {
  border-color: rgb(230 247 249 / 0.6);
}

.focus\:border-primary-light\/65:focus {
  border-color: rgb(230 247 249 / 0.65);
}

.focus\:border-primary-light\/70:focus {
  border-color: rgb(230 247 249 / 0.7);
}

.focus\:border-primary-light\/75:focus {
  border-color: rgb(230 247 249 / 0.75);
}

.focus\:border-primary-light\/80:focus {
  border-color: rgb(230 247 249 / 0.8);
}

.focus\:border-primary-light\/85:focus {
  border-color: rgb(230 247 249 / 0.85);
}

.focus\:border-primary-light\/90:focus {
  border-color: rgb(230 247 249 / 0.9);
}

.focus\:border-primary-light\/95:focus {
  border-color: rgb(230 247 249 / 0.95);
}

.focus\:border-primary\/0:focus {
  border-color: rgb(25 141 168 / 0);
}

.focus\:border-primary\/10:focus {
  border-color: rgb(25 141 168 / 0.1);
}

.focus\:border-primary\/100:focus {
  border-color: rgb(25 141 168 / 1);
}

.focus\:border-primary\/15:focus {
  border-color: rgb(25 141 168 / 0.15);
}

.focus\:border-primary\/20:focus {
  border-color: rgb(25 141 168 / 0.2);
}

.focus\:border-primary\/25:focus {
  border-color: rgb(25 141 168 / 0.25);
}

.focus\:border-primary\/30:focus {
  border-color: rgb(25 141 168 / 0.3);
}

.focus\:border-primary\/35:focus {
  border-color: rgb(25 141 168 / 0.35);
}

.focus\:border-primary\/40:focus {
  border-color: rgb(25 141 168 / 0.4);
}

.focus\:border-primary\/45:focus {
  border-color: rgb(25 141 168 / 0.45);
}

.focus\:border-primary\/5:focus {
  border-color: rgb(25 141 168 / 0.05);
}

.focus\:border-primary\/50:focus {
  border-color: rgb(25 141 168 / 0.5);
}

.focus\:border-primary\/55:focus {
  border-color: rgb(25 141 168 / 0.55);
}

.focus\:border-primary\/60:focus {
  border-color: rgb(25 141 168 / 0.6);
}

.focus\:border-primary\/65:focus {
  border-color: rgb(25 141 168 / 0.65);
}

.focus\:border-primary\/70:focus {
  border-color: rgb(25 141 168 / 0.7);
}

.focus\:border-primary\/75:focus {
  border-color: rgb(25 141 168 / 0.75);
}

.focus\:border-primary\/80:focus {
  border-color: rgb(25 141 168 / 0.8);
}

.focus\:border-primary\/85:focus {
  border-color: rgb(25 141 168 / 0.85);
}

.focus\:border-primary\/90:focus {
  border-color: rgb(25 141 168 / 0.9);
}

.focus\:border-primary\/95:focus {
  border-color: rgb(25 141 168 / 0.95);
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-100\/0:focus {
  border-color: rgb(241 245 249 / 0);
}

.focus\:border-secondary-100\/10:focus {
  border-color: rgb(241 245 249 / 0.1);
}

.focus\:border-secondary-100\/100:focus {
  border-color: rgb(241 245 249 / 1);
}

.focus\:border-secondary-100\/15:focus {
  border-color: rgb(241 245 249 / 0.15);
}

.focus\:border-secondary-100\/20:focus {
  border-color: rgb(241 245 249 / 0.2);
}

.focus\:border-secondary-100\/25:focus {
  border-color: rgb(241 245 249 / 0.25);
}

.focus\:border-secondary-100\/30:focus {
  border-color: rgb(241 245 249 / 0.3);
}

.focus\:border-secondary-100\/35:focus {
  border-color: rgb(241 245 249 / 0.35);
}

.focus\:border-secondary-100\/40:focus {
  border-color: rgb(241 245 249 / 0.4);
}

.focus\:border-secondary-100\/45:focus {
  border-color: rgb(241 245 249 / 0.45);
}

.focus\:border-secondary-100\/5:focus {
  border-color: rgb(241 245 249 / 0.05);
}

.focus\:border-secondary-100\/50:focus {
  border-color: rgb(241 245 249 / 0.5);
}

.focus\:border-secondary-100\/55:focus {
  border-color: rgb(241 245 249 / 0.55);
}

.focus\:border-secondary-100\/60:focus {
  border-color: rgb(241 245 249 / 0.6);
}

.focus\:border-secondary-100\/65:focus {
  border-color: rgb(241 245 249 / 0.65);
}

.focus\:border-secondary-100\/70:focus {
  border-color: rgb(241 245 249 / 0.7);
}

.focus\:border-secondary-100\/75:focus {
  border-color: rgb(241 245 249 / 0.75);
}

.focus\:border-secondary-100\/80:focus {
  border-color: rgb(241 245 249 / 0.8);
}

.focus\:border-secondary-100\/85:focus {
  border-color: rgb(241 245 249 / 0.85);
}

.focus\:border-secondary-100\/90:focus {
  border-color: rgb(241 245 249 / 0.9);
}

.focus\:border-secondary-100\/95:focus {
  border-color: rgb(241 245 249 / 0.95);
}

.focus\:border-secondary-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-200\/0:focus {
  border-color: rgb(226 232 240 / 0);
}

.focus\:border-secondary-200\/10:focus {
  border-color: rgb(226 232 240 / 0.1);
}

.focus\:border-secondary-200\/100:focus {
  border-color: rgb(226 232 240 / 1);
}

.focus\:border-secondary-200\/15:focus {
  border-color: rgb(226 232 240 / 0.15);
}

.focus\:border-secondary-200\/20:focus {
  border-color: rgb(226 232 240 / 0.2);
}

.focus\:border-secondary-200\/25:focus {
  border-color: rgb(226 232 240 / 0.25);
}

.focus\:border-secondary-200\/30:focus {
  border-color: rgb(226 232 240 / 0.3);
}

.focus\:border-secondary-200\/35:focus {
  border-color: rgb(226 232 240 / 0.35);
}

.focus\:border-secondary-200\/40:focus {
  border-color: rgb(226 232 240 / 0.4);
}

.focus\:border-secondary-200\/45:focus {
  border-color: rgb(226 232 240 / 0.45);
}

.focus\:border-secondary-200\/5:focus {
  border-color: rgb(226 232 240 / 0.05);
}

.focus\:border-secondary-200\/50:focus {
  border-color: rgb(226 232 240 / 0.5);
}

.focus\:border-secondary-200\/55:focus {
  border-color: rgb(226 232 240 / 0.55);
}

.focus\:border-secondary-200\/60:focus {
  border-color: rgb(226 232 240 / 0.6);
}

.focus\:border-secondary-200\/65:focus {
  border-color: rgb(226 232 240 / 0.65);
}

.focus\:border-secondary-200\/70:focus {
  border-color: rgb(226 232 240 / 0.7);
}

.focus\:border-secondary-200\/75:focus {
  border-color: rgb(226 232 240 / 0.75);
}

.focus\:border-secondary-200\/80:focus {
  border-color: rgb(226 232 240 / 0.8);
}

.focus\:border-secondary-200\/85:focus {
  border-color: rgb(226 232 240 / 0.85);
}

.focus\:border-secondary-200\/90:focus {
  border-color: rgb(226 232 240 / 0.9);
}

.focus\:border-secondary-200\/95:focus {
  border-color: rgb(226 232 240 / 0.95);
}

.focus\:border-secondary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-300\/0:focus {
  border-color: rgb(203 213 225 / 0);
}

.focus\:border-secondary-300\/10:focus {
  border-color: rgb(203 213 225 / 0.1);
}

.focus\:border-secondary-300\/100:focus {
  border-color: rgb(203 213 225 / 1);
}

.focus\:border-secondary-300\/15:focus {
  border-color: rgb(203 213 225 / 0.15);
}

.focus\:border-secondary-300\/20:focus {
  border-color: rgb(203 213 225 / 0.2);
}

.focus\:border-secondary-300\/25:focus {
  border-color: rgb(203 213 225 / 0.25);
}

.focus\:border-secondary-300\/30:focus {
  border-color: rgb(203 213 225 / 0.3);
}

.focus\:border-secondary-300\/35:focus {
  border-color: rgb(203 213 225 / 0.35);
}

.focus\:border-secondary-300\/40:focus {
  border-color: rgb(203 213 225 / 0.4);
}

.focus\:border-secondary-300\/45:focus {
  border-color: rgb(203 213 225 / 0.45);
}

.focus\:border-secondary-300\/5:focus {
  border-color: rgb(203 213 225 / 0.05);
}

.focus\:border-secondary-300\/50:focus {
  border-color: rgb(203 213 225 / 0.5);
}

.focus\:border-secondary-300\/55:focus {
  border-color: rgb(203 213 225 / 0.55);
}

.focus\:border-secondary-300\/60:focus {
  border-color: rgb(203 213 225 / 0.6);
}

.focus\:border-secondary-300\/65:focus {
  border-color: rgb(203 213 225 / 0.65);
}

.focus\:border-secondary-300\/70:focus {
  border-color: rgb(203 213 225 / 0.7);
}

.focus\:border-secondary-300\/75:focus {
  border-color: rgb(203 213 225 / 0.75);
}

.focus\:border-secondary-300\/80:focus {
  border-color: rgb(203 213 225 / 0.8);
}

.focus\:border-secondary-300\/85:focus {
  border-color: rgb(203 213 225 / 0.85);
}

.focus\:border-secondary-300\/90:focus {
  border-color: rgb(203 213 225 / 0.9);
}

.focus\:border-secondary-300\/95:focus {
  border-color: rgb(203 213 225 / 0.95);
}

.focus\:border-secondary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-400\/0:focus {
  border-color: rgb(148 163 184 / 0);
}

.focus\:border-secondary-400\/10:focus {
  border-color: rgb(148 163 184 / 0.1);
}

.focus\:border-secondary-400\/100:focus {
  border-color: rgb(148 163 184 / 1);
}

.focus\:border-secondary-400\/15:focus {
  border-color: rgb(148 163 184 / 0.15);
}

.focus\:border-secondary-400\/20:focus {
  border-color: rgb(148 163 184 / 0.2);
}

.focus\:border-secondary-400\/25:focus {
  border-color: rgb(148 163 184 / 0.25);
}

.focus\:border-secondary-400\/30:focus {
  border-color: rgb(148 163 184 / 0.3);
}

.focus\:border-secondary-400\/35:focus {
  border-color: rgb(148 163 184 / 0.35);
}

.focus\:border-secondary-400\/40:focus {
  border-color: rgb(148 163 184 / 0.4);
}

.focus\:border-secondary-400\/45:focus {
  border-color: rgb(148 163 184 / 0.45);
}

.focus\:border-secondary-400\/5:focus {
  border-color: rgb(148 163 184 / 0.05);
}

.focus\:border-secondary-400\/50:focus {
  border-color: rgb(148 163 184 / 0.5);
}

.focus\:border-secondary-400\/55:focus {
  border-color: rgb(148 163 184 / 0.55);
}

.focus\:border-secondary-400\/60:focus {
  border-color: rgb(148 163 184 / 0.6);
}

.focus\:border-secondary-400\/65:focus {
  border-color: rgb(148 163 184 / 0.65);
}

.focus\:border-secondary-400\/70:focus {
  border-color: rgb(148 163 184 / 0.7);
}

.focus\:border-secondary-400\/75:focus {
  border-color: rgb(148 163 184 / 0.75);
}

.focus\:border-secondary-400\/80:focus {
  border-color: rgb(148 163 184 / 0.8);
}

.focus\:border-secondary-400\/85:focus {
  border-color: rgb(148 163 184 / 0.85);
}

.focus\:border-secondary-400\/90:focus {
  border-color: rgb(148 163 184 / 0.9);
}

.focus\:border-secondary-400\/95:focus {
  border-color: rgb(148 163 184 / 0.95);
}

.focus\:border-secondary-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-50\/0:focus {
  border-color: rgb(248 250 252 / 0);
}

.focus\:border-secondary-50\/10:focus {
  border-color: rgb(248 250 252 / 0.1);
}

.focus\:border-secondary-50\/100:focus {
  border-color: rgb(248 250 252 / 1);
}

.focus\:border-secondary-50\/15:focus {
  border-color: rgb(248 250 252 / 0.15);
}

.focus\:border-secondary-50\/20:focus {
  border-color: rgb(248 250 252 / 0.2);
}

.focus\:border-secondary-50\/25:focus {
  border-color: rgb(248 250 252 / 0.25);
}

.focus\:border-secondary-50\/30:focus {
  border-color: rgb(248 250 252 / 0.3);
}

.focus\:border-secondary-50\/35:focus {
  border-color: rgb(248 250 252 / 0.35);
}

.focus\:border-secondary-50\/40:focus {
  border-color: rgb(248 250 252 / 0.4);
}

.focus\:border-secondary-50\/45:focus {
  border-color: rgb(248 250 252 / 0.45);
}

.focus\:border-secondary-50\/5:focus {
  border-color: rgb(248 250 252 / 0.05);
}

.focus\:border-secondary-50\/50:focus {
  border-color: rgb(248 250 252 / 0.5);
}

.focus\:border-secondary-50\/55:focus {
  border-color: rgb(248 250 252 / 0.55);
}

.focus\:border-secondary-50\/60:focus {
  border-color: rgb(248 250 252 / 0.6);
}

.focus\:border-secondary-50\/65:focus {
  border-color: rgb(248 250 252 / 0.65);
}

.focus\:border-secondary-50\/70:focus {
  border-color: rgb(248 250 252 / 0.7);
}

.focus\:border-secondary-50\/75:focus {
  border-color: rgb(248 250 252 / 0.75);
}

.focus\:border-secondary-50\/80:focus {
  border-color: rgb(248 250 252 / 0.8);
}

.focus\:border-secondary-50\/85:focus {
  border-color: rgb(248 250 252 / 0.85);
}

.focus\:border-secondary-50\/90:focus {
  border-color: rgb(248 250 252 / 0.9);
}

.focus\:border-secondary-50\/95:focus {
  border-color: rgb(248 250 252 / 0.95);
}

.focus\:border-secondary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-500\/0:focus {
  border-color: rgb(100 116 139 / 0);
}

.focus\:border-secondary-500\/10:focus {
  border-color: rgb(100 116 139 / 0.1);
}

.focus\:border-secondary-500\/100:focus {
  border-color: rgb(100 116 139 / 1);
}

.focus\:border-secondary-500\/15:focus {
  border-color: rgb(100 116 139 / 0.15);
}

.focus\:border-secondary-500\/20:focus {
  border-color: rgb(100 116 139 / 0.2);
}

.focus\:border-secondary-500\/25:focus {
  border-color: rgb(100 116 139 / 0.25);
}

.focus\:border-secondary-500\/30:focus {
  border-color: rgb(100 116 139 / 0.3);
}

.focus\:border-secondary-500\/35:focus {
  border-color: rgb(100 116 139 / 0.35);
}

.focus\:border-secondary-500\/40:focus {
  border-color: rgb(100 116 139 / 0.4);
}

.focus\:border-secondary-500\/45:focus {
  border-color: rgb(100 116 139 / 0.45);
}

.focus\:border-secondary-500\/5:focus {
  border-color: rgb(100 116 139 / 0.05);
}

.focus\:border-secondary-500\/50:focus {
  border-color: rgb(100 116 139 / 0.5);
}

.focus\:border-secondary-500\/55:focus {
  border-color: rgb(100 116 139 / 0.55);
}

.focus\:border-secondary-500\/60:focus {
  border-color: rgb(100 116 139 / 0.6);
}

.focus\:border-secondary-500\/65:focus {
  border-color: rgb(100 116 139 / 0.65);
}

.focus\:border-secondary-500\/70:focus {
  border-color: rgb(100 116 139 / 0.7);
}

.focus\:border-secondary-500\/75:focus {
  border-color: rgb(100 116 139 / 0.75);
}

.focus\:border-secondary-500\/80:focus {
  border-color: rgb(100 116 139 / 0.8);
}

.focus\:border-secondary-500\/85:focus {
  border-color: rgb(100 116 139 / 0.85);
}

.focus\:border-secondary-500\/90:focus {
  border-color: rgb(100 116 139 / 0.9);
}

.focus\:border-secondary-500\/95:focus {
  border-color: rgb(100 116 139 / 0.95);
}

.focus\:border-secondary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-600\/0:focus {
  border-color: rgb(71 85 105 / 0);
}

.focus\:border-secondary-600\/10:focus {
  border-color: rgb(71 85 105 / 0.1);
}

.focus\:border-secondary-600\/100:focus {
  border-color: rgb(71 85 105 / 1);
}

.focus\:border-secondary-600\/15:focus {
  border-color: rgb(71 85 105 / 0.15);
}

.focus\:border-secondary-600\/20:focus {
  border-color: rgb(71 85 105 / 0.2);
}

.focus\:border-secondary-600\/25:focus {
  border-color: rgb(71 85 105 / 0.25);
}

.focus\:border-secondary-600\/30:focus {
  border-color: rgb(71 85 105 / 0.3);
}

.focus\:border-secondary-600\/35:focus {
  border-color: rgb(71 85 105 / 0.35);
}

.focus\:border-secondary-600\/40:focus {
  border-color: rgb(71 85 105 / 0.4);
}

.focus\:border-secondary-600\/45:focus {
  border-color: rgb(71 85 105 / 0.45);
}

.focus\:border-secondary-600\/5:focus {
  border-color: rgb(71 85 105 / 0.05);
}

.focus\:border-secondary-600\/50:focus {
  border-color: rgb(71 85 105 / 0.5);
}

.focus\:border-secondary-600\/55:focus {
  border-color: rgb(71 85 105 / 0.55);
}

.focus\:border-secondary-600\/60:focus {
  border-color: rgb(71 85 105 / 0.6);
}

.focus\:border-secondary-600\/65:focus {
  border-color: rgb(71 85 105 / 0.65);
}

.focus\:border-secondary-600\/70:focus {
  border-color: rgb(71 85 105 / 0.7);
}

.focus\:border-secondary-600\/75:focus {
  border-color: rgb(71 85 105 / 0.75);
}

.focus\:border-secondary-600\/80:focus {
  border-color: rgb(71 85 105 / 0.8);
}

.focus\:border-secondary-600\/85:focus {
  border-color: rgb(71 85 105 / 0.85);
}

.focus\:border-secondary-600\/90:focus {
  border-color: rgb(71 85 105 / 0.9);
}

.focus\:border-secondary-600\/95:focus {
  border-color: rgb(71 85 105 / 0.95);
}

.focus\:border-secondary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-700\/0:focus {
  border-color: rgb(51 65 85 / 0);
}

.focus\:border-secondary-700\/10:focus {
  border-color: rgb(51 65 85 / 0.1);
}

.focus\:border-secondary-700\/100:focus {
  border-color: rgb(51 65 85 / 1);
}

.focus\:border-secondary-700\/15:focus {
  border-color: rgb(51 65 85 / 0.15);
}

.focus\:border-secondary-700\/20:focus {
  border-color: rgb(51 65 85 / 0.2);
}

.focus\:border-secondary-700\/25:focus {
  border-color: rgb(51 65 85 / 0.25);
}

.focus\:border-secondary-700\/30:focus {
  border-color: rgb(51 65 85 / 0.3);
}

.focus\:border-secondary-700\/35:focus {
  border-color: rgb(51 65 85 / 0.35);
}

.focus\:border-secondary-700\/40:focus {
  border-color: rgb(51 65 85 / 0.4);
}

.focus\:border-secondary-700\/45:focus {
  border-color: rgb(51 65 85 / 0.45);
}

.focus\:border-secondary-700\/5:focus {
  border-color: rgb(51 65 85 / 0.05);
}

.focus\:border-secondary-700\/50:focus {
  border-color: rgb(51 65 85 / 0.5);
}

.focus\:border-secondary-700\/55:focus {
  border-color: rgb(51 65 85 / 0.55);
}

.focus\:border-secondary-700\/60:focus {
  border-color: rgb(51 65 85 / 0.6);
}

.focus\:border-secondary-700\/65:focus {
  border-color: rgb(51 65 85 / 0.65);
}

.focus\:border-secondary-700\/70:focus {
  border-color: rgb(51 65 85 / 0.7);
}

.focus\:border-secondary-700\/75:focus {
  border-color: rgb(51 65 85 / 0.75);
}

.focus\:border-secondary-700\/80:focus {
  border-color: rgb(51 65 85 / 0.8);
}

.focus\:border-secondary-700\/85:focus {
  border-color: rgb(51 65 85 / 0.85);
}

.focus\:border-secondary-700\/90:focus {
  border-color: rgb(51 65 85 / 0.9);
}

.focus\:border-secondary-700\/95:focus {
  border-color: rgb(51 65 85 / 0.95);
}

.focus\:border-secondary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-800\/0:focus {
  border-color: rgb(30 41 59 / 0);
}

.focus\:border-secondary-800\/10:focus {
  border-color: rgb(30 41 59 / 0.1);
}

.focus\:border-secondary-800\/100:focus {
  border-color: rgb(30 41 59 / 1);
}

.focus\:border-secondary-800\/15:focus {
  border-color: rgb(30 41 59 / 0.15);
}

.focus\:border-secondary-800\/20:focus {
  border-color: rgb(30 41 59 / 0.2);
}

.focus\:border-secondary-800\/25:focus {
  border-color: rgb(30 41 59 / 0.25);
}

.focus\:border-secondary-800\/30:focus {
  border-color: rgb(30 41 59 / 0.3);
}

.focus\:border-secondary-800\/35:focus {
  border-color: rgb(30 41 59 / 0.35);
}

.focus\:border-secondary-800\/40:focus {
  border-color: rgb(30 41 59 / 0.4);
}

.focus\:border-secondary-800\/45:focus {
  border-color: rgb(30 41 59 / 0.45);
}

.focus\:border-secondary-800\/5:focus {
  border-color: rgb(30 41 59 / 0.05);
}

.focus\:border-secondary-800\/50:focus {
  border-color: rgb(30 41 59 / 0.5);
}

.focus\:border-secondary-800\/55:focus {
  border-color: rgb(30 41 59 / 0.55);
}

.focus\:border-secondary-800\/60:focus {
  border-color: rgb(30 41 59 / 0.6);
}

.focus\:border-secondary-800\/65:focus {
  border-color: rgb(30 41 59 / 0.65);
}

.focus\:border-secondary-800\/70:focus {
  border-color: rgb(30 41 59 / 0.7);
}

.focus\:border-secondary-800\/75:focus {
  border-color: rgb(30 41 59 / 0.75);
}

.focus\:border-secondary-800\/80:focus {
  border-color: rgb(30 41 59 / 0.8);
}

.focus\:border-secondary-800\/85:focus {
  border-color: rgb(30 41 59 / 0.85);
}

.focus\:border-secondary-800\/90:focus {
  border-color: rgb(30 41 59 / 0.9);
}

.focus\:border-secondary-800\/95:focus {
  border-color: rgb(30 41 59 / 0.95);
}

.focus\:border-secondary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-900\/0:focus {
  border-color: rgb(15 23 42 / 0);
}

.focus\:border-secondary-900\/10:focus {
  border-color: rgb(15 23 42 / 0.1);
}

.focus\:border-secondary-900\/100:focus {
  border-color: rgb(15 23 42 / 1);
}

.focus\:border-secondary-900\/15:focus {
  border-color: rgb(15 23 42 / 0.15);
}

.focus\:border-secondary-900\/20:focus {
  border-color: rgb(15 23 42 / 0.2);
}

.focus\:border-secondary-900\/25:focus {
  border-color: rgb(15 23 42 / 0.25);
}

.focus\:border-secondary-900\/30:focus {
  border-color: rgb(15 23 42 / 0.3);
}

.focus\:border-secondary-900\/35:focus {
  border-color: rgb(15 23 42 / 0.35);
}

.focus\:border-secondary-900\/40:focus {
  border-color: rgb(15 23 42 / 0.4);
}

.focus\:border-secondary-900\/45:focus {
  border-color: rgb(15 23 42 / 0.45);
}

.focus\:border-secondary-900\/5:focus {
  border-color: rgb(15 23 42 / 0.05);
}

.focus\:border-secondary-900\/50:focus {
  border-color: rgb(15 23 42 / 0.5);
}

.focus\:border-secondary-900\/55:focus {
  border-color: rgb(15 23 42 / 0.55);
}

.focus\:border-secondary-900\/60:focus {
  border-color: rgb(15 23 42 / 0.6);
}

.focus\:border-secondary-900\/65:focus {
  border-color: rgb(15 23 42 / 0.65);
}

.focus\:border-secondary-900\/70:focus {
  border-color: rgb(15 23 42 / 0.7);
}

.focus\:border-secondary-900\/75:focus {
  border-color: rgb(15 23 42 / 0.75);
}

.focus\:border-secondary-900\/80:focus {
  border-color: rgb(15 23 42 / 0.8);
}

.focus\:border-secondary-900\/85:focus {
  border-color: rgb(15 23 42 / 0.85);
}

.focus\:border-secondary-900\/90:focus {
  border-color: rgb(15 23 42 / 0.9);
}

.focus\:border-secondary-900\/95:focus {
  border-color: rgb(15 23 42 / 0.95);
}

.focus\:border-secondary-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-dark\/0:focus {
  border-color: rgb(51 65 85 / 0);
}

.focus\:border-secondary-dark\/10:focus {
  border-color: rgb(51 65 85 / 0.1);
}

.focus\:border-secondary-dark\/100:focus {
  border-color: rgb(51 65 85 / 1);
}

.focus\:border-secondary-dark\/15:focus {
  border-color: rgb(51 65 85 / 0.15);
}

.focus\:border-secondary-dark\/20:focus {
  border-color: rgb(51 65 85 / 0.2);
}

.focus\:border-secondary-dark\/25:focus {
  border-color: rgb(51 65 85 / 0.25);
}

.focus\:border-secondary-dark\/30:focus {
  border-color: rgb(51 65 85 / 0.3);
}

.focus\:border-secondary-dark\/35:focus {
  border-color: rgb(51 65 85 / 0.35);
}

.focus\:border-secondary-dark\/40:focus {
  border-color: rgb(51 65 85 / 0.4);
}

.focus\:border-secondary-dark\/45:focus {
  border-color: rgb(51 65 85 / 0.45);
}

.focus\:border-secondary-dark\/5:focus {
  border-color: rgb(51 65 85 / 0.05);
}

.focus\:border-secondary-dark\/50:focus {
  border-color: rgb(51 65 85 / 0.5);
}

.focus\:border-secondary-dark\/55:focus {
  border-color: rgb(51 65 85 / 0.55);
}

.focus\:border-secondary-dark\/60:focus {
  border-color: rgb(51 65 85 / 0.6);
}

.focus\:border-secondary-dark\/65:focus {
  border-color: rgb(51 65 85 / 0.65);
}

.focus\:border-secondary-dark\/70:focus {
  border-color: rgb(51 65 85 / 0.7);
}

.focus\:border-secondary-dark\/75:focus {
  border-color: rgb(51 65 85 / 0.75);
}

.focus\:border-secondary-dark\/80:focus {
  border-color: rgb(51 65 85 / 0.8);
}

.focus\:border-secondary-dark\/85:focus {
  border-color: rgb(51 65 85 / 0.85);
}

.focus\:border-secondary-dark\/90:focus {
  border-color: rgb(51 65 85 / 0.9);
}

.focus\:border-secondary-dark\/95:focus {
  border-color: rgb(51 65 85 / 0.95);
}

.focus\:border-secondary-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-light\/0:focus {
  border-color: rgb(241 245 249 / 0);
}

.focus\:border-secondary-light\/10:focus {
  border-color: rgb(241 245 249 / 0.1);
}

.focus\:border-secondary-light\/100:focus {
  border-color: rgb(241 245 249 / 1);
}

.focus\:border-secondary-light\/15:focus {
  border-color: rgb(241 245 249 / 0.15);
}

.focus\:border-secondary-light\/20:focus {
  border-color: rgb(241 245 249 / 0.2);
}

.focus\:border-secondary-light\/25:focus {
  border-color: rgb(241 245 249 / 0.25);
}

.focus\:border-secondary-light\/30:focus {
  border-color: rgb(241 245 249 / 0.3);
}

.focus\:border-secondary-light\/35:focus {
  border-color: rgb(241 245 249 / 0.35);
}

.focus\:border-secondary-light\/40:focus {
  border-color: rgb(241 245 249 / 0.4);
}

.focus\:border-secondary-light\/45:focus {
  border-color: rgb(241 245 249 / 0.45);
}

.focus\:border-secondary-light\/5:focus {
  border-color: rgb(241 245 249 / 0.05);
}

.focus\:border-secondary-light\/50:focus {
  border-color: rgb(241 245 249 / 0.5);
}

.focus\:border-secondary-light\/55:focus {
  border-color: rgb(241 245 249 / 0.55);
}

.focus\:border-secondary-light\/60:focus {
  border-color: rgb(241 245 249 / 0.6);
}

.focus\:border-secondary-light\/65:focus {
  border-color: rgb(241 245 249 / 0.65);
}

.focus\:border-secondary-light\/70:focus {
  border-color: rgb(241 245 249 / 0.7);
}

.focus\:border-secondary-light\/75:focus {
  border-color: rgb(241 245 249 / 0.75);
}

.focus\:border-secondary-light\/80:focus {
  border-color: rgb(241 245 249 / 0.8);
}

.focus\:border-secondary-light\/85:focus {
  border-color: rgb(241 245 249 / 0.85);
}

.focus\:border-secondary-light\/90:focus {
  border-color: rgb(241 245 249 / 0.9);
}

.focus\:border-secondary-light\/95:focus {
  border-color: rgb(241 245 249 / 0.95);
}

.focus\:border-secondary\/0:focus {
  border-color: rgb(100 116 139 / 0);
}

.focus\:border-secondary\/10:focus {
  border-color: rgb(100 116 139 / 0.1);
}

.focus\:border-secondary\/100:focus {
  border-color: rgb(100 116 139 / 1);
}

.focus\:border-secondary\/15:focus {
  border-color: rgb(100 116 139 / 0.15);
}

.focus\:border-secondary\/20:focus {
  border-color: rgb(100 116 139 / 0.2);
}

.focus\:border-secondary\/25:focus {
  border-color: rgb(100 116 139 / 0.25);
}

.focus\:border-secondary\/30:focus {
  border-color: rgb(100 116 139 / 0.3);
}

.focus\:border-secondary\/35:focus {
  border-color: rgb(100 116 139 / 0.35);
}

.focus\:border-secondary\/40:focus {
  border-color: rgb(100 116 139 / 0.4);
}

.focus\:border-secondary\/45:focus {
  border-color: rgb(100 116 139 / 0.45);
}

.focus\:border-secondary\/5:focus {
  border-color: rgb(100 116 139 / 0.05);
}

.focus\:border-secondary\/50:focus {
  border-color: rgb(100 116 139 / 0.5);
}

.focus\:border-secondary\/55:focus {
  border-color: rgb(100 116 139 / 0.55);
}

.focus\:border-secondary\/60:focus {
  border-color: rgb(100 116 139 / 0.6);
}

.focus\:border-secondary\/65:focus {
  border-color: rgb(100 116 139 / 0.65);
}

.focus\:border-secondary\/70:focus {
  border-color: rgb(100 116 139 / 0.7);
}

.focus\:border-secondary\/75:focus {
  border-color: rgb(100 116 139 / 0.75);
}

.focus\:border-secondary\/80:focus {
  border-color: rgb(100 116 139 / 0.8);
}

.focus\:border-secondary\/85:focus {
  border-color: rgb(100 116 139 / 0.85);
}

.focus\:border-secondary\/90:focus {
  border-color: rgb(100 116 139 / 0.9);
}

.focus\:border-secondary\/95:focus {
  border-color: rgb(100 116 139 / 0.95);
}

.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-success-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.focus\:border-success-100\/0:focus {
  border-color: rgb(209 250 229 / 0);
}

.focus\:border-success-100\/10:focus {
  border-color: rgb(209 250 229 / 0.1);
}

.focus\:border-success-100\/100:focus {
  border-color: rgb(209 250 229 / 1);
}

.focus\:border-success-100\/15:focus {
  border-color: rgb(209 250 229 / 0.15);
}

.focus\:border-success-100\/20:focus {
  border-color: rgb(209 250 229 / 0.2);
}

.focus\:border-success-100\/25:focus {
  border-color: rgb(209 250 229 / 0.25);
}

.focus\:border-success-100\/30:focus {
  border-color: rgb(209 250 229 / 0.3);
}

.focus\:border-success-100\/35:focus {
  border-color: rgb(209 250 229 / 0.35);
}

.focus\:border-success-100\/40:focus {
  border-color: rgb(209 250 229 / 0.4);
}

.focus\:border-success-100\/45:focus {
  border-color: rgb(209 250 229 / 0.45);
}

.focus\:border-success-100\/5:focus {
  border-color: rgb(209 250 229 / 0.05);
}

.focus\:border-success-100\/50:focus {
  border-color: rgb(209 250 229 / 0.5);
}

.focus\:border-success-100\/55:focus {
  border-color: rgb(209 250 229 / 0.55);
}

.focus\:border-success-100\/60:focus {
  border-color: rgb(209 250 229 / 0.6);
}

.focus\:border-success-100\/65:focus {
  border-color: rgb(209 250 229 / 0.65);
}

.focus\:border-success-100\/70:focus {
  border-color: rgb(209 250 229 / 0.7);
}

.focus\:border-success-100\/75:focus {
  border-color: rgb(209 250 229 / 0.75);
}

.focus\:border-success-100\/80:focus {
  border-color: rgb(209 250 229 / 0.8);
}

.focus\:border-success-100\/85:focus {
  border-color: rgb(209 250 229 / 0.85);
}

.focus\:border-success-100\/90:focus {
  border-color: rgb(209 250 229 / 0.9);
}

.focus\:border-success-100\/95:focus {
  border-color: rgb(209 250 229 / 0.95);
}

.focus\:border-success-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.focus\:border-success-200\/0:focus {
  border-color: rgb(167 243 208 / 0);
}

.focus\:border-success-200\/10:focus {
  border-color: rgb(167 243 208 / 0.1);
}

.focus\:border-success-200\/100:focus {
  border-color: rgb(167 243 208 / 1);
}

.focus\:border-success-200\/15:focus {
  border-color: rgb(167 243 208 / 0.15);
}

.focus\:border-success-200\/20:focus {
  border-color: rgb(167 243 208 / 0.2);
}

.focus\:border-success-200\/25:focus {
  border-color: rgb(167 243 208 / 0.25);
}

.focus\:border-success-200\/30:focus {
  border-color: rgb(167 243 208 / 0.3);
}

.focus\:border-success-200\/35:focus {
  border-color: rgb(167 243 208 / 0.35);
}

.focus\:border-success-200\/40:focus {
  border-color: rgb(167 243 208 / 0.4);
}

.focus\:border-success-200\/45:focus {
  border-color: rgb(167 243 208 / 0.45);
}

.focus\:border-success-200\/5:focus {
  border-color: rgb(167 243 208 / 0.05);
}

.focus\:border-success-200\/50:focus {
  border-color: rgb(167 243 208 / 0.5);
}

.focus\:border-success-200\/55:focus {
  border-color: rgb(167 243 208 / 0.55);
}

.focus\:border-success-200\/60:focus {
  border-color: rgb(167 243 208 / 0.6);
}

.focus\:border-success-200\/65:focus {
  border-color: rgb(167 243 208 / 0.65);
}

.focus\:border-success-200\/70:focus {
  border-color: rgb(167 243 208 / 0.7);
}

.focus\:border-success-200\/75:focus {
  border-color: rgb(167 243 208 / 0.75);
}

.focus\:border-success-200\/80:focus {
  border-color: rgb(167 243 208 / 0.8);
}

.focus\:border-success-200\/85:focus {
  border-color: rgb(167 243 208 / 0.85);
}

.focus\:border-success-200\/90:focus {
  border-color: rgb(167 243 208 / 0.9);
}

.focus\:border-success-200\/95:focus {
  border-color: rgb(167 243 208 / 0.95);
}

.focus\:border-success-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.focus\:border-success-300\/0:focus {
  border-color: rgb(110 231 183 / 0);
}

.focus\:border-success-300\/10:focus {
  border-color: rgb(110 231 183 / 0.1);
}

.focus\:border-success-300\/100:focus {
  border-color: rgb(110 231 183 / 1);
}

.focus\:border-success-300\/15:focus {
  border-color: rgb(110 231 183 / 0.15);
}

.focus\:border-success-300\/20:focus {
  border-color: rgb(110 231 183 / 0.2);
}

.focus\:border-success-300\/25:focus {
  border-color: rgb(110 231 183 / 0.25);
}

.focus\:border-success-300\/30:focus {
  border-color: rgb(110 231 183 / 0.3);
}

.focus\:border-success-300\/35:focus {
  border-color: rgb(110 231 183 / 0.35);
}

.focus\:border-success-300\/40:focus {
  border-color: rgb(110 231 183 / 0.4);
}

.focus\:border-success-300\/45:focus {
  border-color: rgb(110 231 183 / 0.45);
}

.focus\:border-success-300\/5:focus {
  border-color: rgb(110 231 183 / 0.05);
}

.focus\:border-success-300\/50:focus {
  border-color: rgb(110 231 183 / 0.5);
}

.focus\:border-success-300\/55:focus {
  border-color: rgb(110 231 183 / 0.55);
}

.focus\:border-success-300\/60:focus {
  border-color: rgb(110 231 183 / 0.6);
}

.focus\:border-success-300\/65:focus {
  border-color: rgb(110 231 183 / 0.65);
}

.focus\:border-success-300\/70:focus {
  border-color: rgb(110 231 183 / 0.7);
}

.focus\:border-success-300\/75:focus {
  border-color: rgb(110 231 183 / 0.75);
}

.focus\:border-success-300\/80:focus {
  border-color: rgb(110 231 183 / 0.8);
}

.focus\:border-success-300\/85:focus {
  border-color: rgb(110 231 183 / 0.85);
}

.focus\:border-success-300\/90:focus {
  border-color: rgb(110 231 183 / 0.9);
}

.focus\:border-success-300\/95:focus {
  border-color: rgb(110 231 183 / 0.95);
}

.focus\:border-success-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.focus\:border-success-400\/0:focus {
  border-color: rgb(52 211 153 / 0);
}

.focus\:border-success-400\/10:focus {
  border-color: rgb(52 211 153 / 0.1);
}

.focus\:border-success-400\/100:focus {
  border-color: rgb(52 211 153 / 1);
}

.focus\:border-success-400\/15:focus {
  border-color: rgb(52 211 153 / 0.15);
}

.focus\:border-success-400\/20:focus {
  border-color: rgb(52 211 153 / 0.2);
}

.focus\:border-success-400\/25:focus {
  border-color: rgb(52 211 153 / 0.25);
}

.focus\:border-success-400\/30:focus {
  border-color: rgb(52 211 153 / 0.3);
}

.focus\:border-success-400\/35:focus {
  border-color: rgb(52 211 153 / 0.35);
}

.focus\:border-success-400\/40:focus {
  border-color: rgb(52 211 153 / 0.4);
}

.focus\:border-success-400\/45:focus {
  border-color: rgb(52 211 153 / 0.45);
}

.focus\:border-success-400\/5:focus {
  border-color: rgb(52 211 153 / 0.05);
}

.focus\:border-success-400\/50:focus {
  border-color: rgb(52 211 153 / 0.5);
}

.focus\:border-success-400\/55:focus {
  border-color: rgb(52 211 153 / 0.55);
}

.focus\:border-success-400\/60:focus {
  border-color: rgb(52 211 153 / 0.6);
}

.focus\:border-success-400\/65:focus {
  border-color: rgb(52 211 153 / 0.65);
}

.focus\:border-success-400\/70:focus {
  border-color: rgb(52 211 153 / 0.7);
}

.focus\:border-success-400\/75:focus {
  border-color: rgb(52 211 153 / 0.75);
}

.focus\:border-success-400\/80:focus {
  border-color: rgb(52 211 153 / 0.8);
}

.focus\:border-success-400\/85:focus {
  border-color: rgb(52 211 153 / 0.85);
}

.focus\:border-success-400\/90:focus {
  border-color: rgb(52 211 153 / 0.9);
}

.focus\:border-success-400\/95:focus {
  border-color: rgb(52 211 153 / 0.95);
}

.focus\:border-success-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.focus\:border-success-50\/0:focus {
  border-color: rgb(236 253 245 / 0);
}

.focus\:border-success-50\/10:focus {
  border-color: rgb(236 253 245 / 0.1);
}

.focus\:border-success-50\/100:focus {
  border-color: rgb(236 253 245 / 1);
}

.focus\:border-success-50\/15:focus {
  border-color: rgb(236 253 245 / 0.15);
}

.focus\:border-success-50\/20:focus {
  border-color: rgb(236 253 245 / 0.2);
}

.focus\:border-success-50\/25:focus {
  border-color: rgb(236 253 245 / 0.25);
}

.focus\:border-success-50\/30:focus {
  border-color: rgb(236 253 245 / 0.3);
}

.focus\:border-success-50\/35:focus {
  border-color: rgb(236 253 245 / 0.35);
}

.focus\:border-success-50\/40:focus {
  border-color: rgb(236 253 245 / 0.4);
}

.focus\:border-success-50\/45:focus {
  border-color: rgb(236 253 245 / 0.45);
}

.focus\:border-success-50\/5:focus {
  border-color: rgb(236 253 245 / 0.05);
}

.focus\:border-success-50\/50:focus {
  border-color: rgb(236 253 245 / 0.5);
}

.focus\:border-success-50\/55:focus {
  border-color: rgb(236 253 245 / 0.55);
}

.focus\:border-success-50\/60:focus {
  border-color: rgb(236 253 245 / 0.6);
}

.focus\:border-success-50\/65:focus {
  border-color: rgb(236 253 245 / 0.65);
}

.focus\:border-success-50\/70:focus {
  border-color: rgb(236 253 245 / 0.7);
}

.focus\:border-success-50\/75:focus {
  border-color: rgb(236 253 245 / 0.75);
}

.focus\:border-success-50\/80:focus {
  border-color: rgb(236 253 245 / 0.8);
}

.focus\:border-success-50\/85:focus {
  border-color: rgb(236 253 245 / 0.85);
}

.focus\:border-success-50\/90:focus {
  border-color: rgb(236 253 245 / 0.9);
}

.focus\:border-success-50\/95:focus {
  border-color: rgb(236 253 245 / 0.95);
}

.focus\:border-success-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-success-500\/0:focus {
  border-color: rgb(16 185 129 / 0);
}

.focus\:border-success-500\/10:focus {
  border-color: rgb(16 185 129 / 0.1);
}

.focus\:border-success-500\/100:focus {
  border-color: rgb(16 185 129 / 1);
}

.focus\:border-success-500\/15:focus {
  border-color: rgb(16 185 129 / 0.15);
}

.focus\:border-success-500\/20:focus {
  border-color: rgb(16 185 129 / 0.2);
}

.focus\:border-success-500\/25:focus {
  border-color: rgb(16 185 129 / 0.25);
}

.focus\:border-success-500\/30:focus {
  border-color: rgb(16 185 129 / 0.3);
}

.focus\:border-success-500\/35:focus {
  border-color: rgb(16 185 129 / 0.35);
}

.focus\:border-success-500\/40:focus {
  border-color: rgb(16 185 129 / 0.4);
}

.focus\:border-success-500\/45:focus {
  border-color: rgb(16 185 129 / 0.45);
}

.focus\:border-success-500\/5:focus {
  border-color: rgb(16 185 129 / 0.05);
}

.focus\:border-success-500\/50:focus {
  border-color: rgb(16 185 129 / 0.5);
}

.focus\:border-success-500\/55:focus {
  border-color: rgb(16 185 129 / 0.55);
}

.focus\:border-success-500\/60:focus {
  border-color: rgb(16 185 129 / 0.6);
}

.focus\:border-success-500\/65:focus {
  border-color: rgb(16 185 129 / 0.65);
}

.focus\:border-success-500\/70:focus {
  border-color: rgb(16 185 129 / 0.7);
}

.focus\:border-success-500\/75:focus {
  border-color: rgb(16 185 129 / 0.75);
}

.focus\:border-success-500\/80:focus {
  border-color: rgb(16 185 129 / 0.8);
}

.focus\:border-success-500\/85:focus {
  border-color: rgb(16 185 129 / 0.85);
}

.focus\:border-success-500\/90:focus {
  border-color: rgb(16 185 129 / 0.9);
}

.focus\:border-success-500\/95:focus {
  border-color: rgb(16 185 129 / 0.95);
}

.focus\:border-success-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.focus\:border-success-600\/0:focus {
  border-color: rgb(5 150 105 / 0);
}

.focus\:border-success-600\/10:focus {
  border-color: rgb(5 150 105 / 0.1);
}

.focus\:border-success-600\/100:focus {
  border-color: rgb(5 150 105 / 1);
}

.focus\:border-success-600\/15:focus {
  border-color: rgb(5 150 105 / 0.15);
}

.focus\:border-success-600\/20:focus {
  border-color: rgb(5 150 105 / 0.2);
}

.focus\:border-success-600\/25:focus {
  border-color: rgb(5 150 105 / 0.25);
}

.focus\:border-success-600\/30:focus {
  border-color: rgb(5 150 105 / 0.3);
}

.focus\:border-success-600\/35:focus {
  border-color: rgb(5 150 105 / 0.35);
}

.focus\:border-success-600\/40:focus {
  border-color: rgb(5 150 105 / 0.4);
}

.focus\:border-success-600\/45:focus {
  border-color: rgb(5 150 105 / 0.45);
}

.focus\:border-success-600\/5:focus {
  border-color: rgb(5 150 105 / 0.05);
}

.focus\:border-success-600\/50:focus {
  border-color: rgb(5 150 105 / 0.5);
}

.focus\:border-success-600\/55:focus {
  border-color: rgb(5 150 105 / 0.55);
}

.focus\:border-success-600\/60:focus {
  border-color: rgb(5 150 105 / 0.6);
}

.focus\:border-success-600\/65:focus {
  border-color: rgb(5 150 105 / 0.65);
}

.focus\:border-success-600\/70:focus {
  border-color: rgb(5 150 105 / 0.7);
}

.focus\:border-success-600\/75:focus {
  border-color: rgb(5 150 105 / 0.75);
}

.focus\:border-success-600\/80:focus {
  border-color: rgb(5 150 105 / 0.8);
}

.focus\:border-success-600\/85:focus {
  border-color: rgb(5 150 105 / 0.85);
}

.focus\:border-success-600\/90:focus {
  border-color: rgb(5 150 105 / 0.9);
}

.focus\:border-success-600\/95:focus {
  border-color: rgb(5 150 105 / 0.95);
}

.focus\:border-success-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.focus\:border-success-700\/0:focus {
  border-color: rgb(4 120 87 / 0);
}

.focus\:border-success-700\/10:focus {
  border-color: rgb(4 120 87 / 0.1);
}

.focus\:border-success-700\/100:focus {
  border-color: rgb(4 120 87 / 1);
}

.focus\:border-success-700\/15:focus {
  border-color: rgb(4 120 87 / 0.15);
}

.focus\:border-success-700\/20:focus {
  border-color: rgb(4 120 87 / 0.2);
}

.focus\:border-success-700\/25:focus {
  border-color: rgb(4 120 87 / 0.25);
}

.focus\:border-success-700\/30:focus {
  border-color: rgb(4 120 87 / 0.3);
}

.focus\:border-success-700\/35:focus {
  border-color: rgb(4 120 87 / 0.35);
}

.focus\:border-success-700\/40:focus {
  border-color: rgb(4 120 87 / 0.4);
}

.focus\:border-success-700\/45:focus {
  border-color: rgb(4 120 87 / 0.45);
}

.focus\:border-success-700\/5:focus {
  border-color: rgb(4 120 87 / 0.05);
}

.focus\:border-success-700\/50:focus {
  border-color: rgb(4 120 87 / 0.5);
}

.focus\:border-success-700\/55:focus {
  border-color: rgb(4 120 87 / 0.55);
}

.focus\:border-success-700\/60:focus {
  border-color: rgb(4 120 87 / 0.6);
}

.focus\:border-success-700\/65:focus {
  border-color: rgb(4 120 87 / 0.65);
}

.focus\:border-success-700\/70:focus {
  border-color: rgb(4 120 87 / 0.7);
}

.focus\:border-success-700\/75:focus {
  border-color: rgb(4 120 87 / 0.75);
}

.focus\:border-success-700\/80:focus {
  border-color: rgb(4 120 87 / 0.8);
}

.focus\:border-success-700\/85:focus {
  border-color: rgb(4 120 87 / 0.85);
}

.focus\:border-success-700\/90:focus {
  border-color: rgb(4 120 87 / 0.9);
}

.focus\:border-success-700\/95:focus {
  border-color: rgb(4 120 87 / 0.95);
}

.focus\:border-success-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.focus\:border-success-800\/0:focus {
  border-color: rgb(6 95 70 / 0);
}

.focus\:border-success-800\/10:focus {
  border-color: rgb(6 95 70 / 0.1);
}

.focus\:border-success-800\/100:focus {
  border-color: rgb(6 95 70 / 1);
}

.focus\:border-success-800\/15:focus {
  border-color: rgb(6 95 70 / 0.15);
}

.focus\:border-success-800\/20:focus {
  border-color: rgb(6 95 70 / 0.2);
}

.focus\:border-success-800\/25:focus {
  border-color: rgb(6 95 70 / 0.25);
}

.focus\:border-success-800\/30:focus {
  border-color: rgb(6 95 70 / 0.3);
}

.focus\:border-success-800\/35:focus {
  border-color: rgb(6 95 70 / 0.35);
}

.focus\:border-success-800\/40:focus {
  border-color: rgb(6 95 70 / 0.4);
}

.focus\:border-success-800\/45:focus {
  border-color: rgb(6 95 70 / 0.45);
}

.focus\:border-success-800\/5:focus {
  border-color: rgb(6 95 70 / 0.05);
}

.focus\:border-success-800\/50:focus {
  border-color: rgb(6 95 70 / 0.5);
}

.focus\:border-success-800\/55:focus {
  border-color: rgb(6 95 70 / 0.55);
}

.focus\:border-success-800\/60:focus {
  border-color: rgb(6 95 70 / 0.6);
}

.focus\:border-success-800\/65:focus {
  border-color: rgb(6 95 70 / 0.65);
}

.focus\:border-success-800\/70:focus {
  border-color: rgb(6 95 70 / 0.7);
}

.focus\:border-success-800\/75:focus {
  border-color: rgb(6 95 70 / 0.75);
}

.focus\:border-success-800\/80:focus {
  border-color: rgb(6 95 70 / 0.8);
}

.focus\:border-success-800\/85:focus {
  border-color: rgb(6 95 70 / 0.85);
}

.focus\:border-success-800\/90:focus {
  border-color: rgb(6 95 70 / 0.9);
}

.focus\:border-success-800\/95:focus {
  border-color: rgb(6 95 70 / 0.95);
}

.focus\:border-success-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.focus\:border-success-900\/0:focus {
  border-color: rgb(6 78 59 / 0);
}

.focus\:border-success-900\/10:focus {
  border-color: rgb(6 78 59 / 0.1);
}

.focus\:border-success-900\/100:focus {
  border-color: rgb(6 78 59 / 1);
}

.focus\:border-success-900\/15:focus {
  border-color: rgb(6 78 59 / 0.15);
}

.focus\:border-success-900\/20:focus {
  border-color: rgb(6 78 59 / 0.2);
}

.focus\:border-success-900\/25:focus {
  border-color: rgb(6 78 59 / 0.25);
}

.focus\:border-success-900\/30:focus {
  border-color: rgb(6 78 59 / 0.3);
}

.focus\:border-success-900\/35:focus {
  border-color: rgb(6 78 59 / 0.35);
}

.focus\:border-success-900\/40:focus {
  border-color: rgb(6 78 59 / 0.4);
}

.focus\:border-success-900\/45:focus {
  border-color: rgb(6 78 59 / 0.45);
}

.focus\:border-success-900\/5:focus {
  border-color: rgb(6 78 59 / 0.05);
}

.focus\:border-success-900\/50:focus {
  border-color: rgb(6 78 59 / 0.5);
}

.focus\:border-success-900\/55:focus {
  border-color: rgb(6 78 59 / 0.55);
}

.focus\:border-success-900\/60:focus {
  border-color: rgb(6 78 59 / 0.6);
}

.focus\:border-success-900\/65:focus {
  border-color: rgb(6 78 59 / 0.65);
}

.focus\:border-success-900\/70:focus {
  border-color: rgb(6 78 59 / 0.7);
}

.focus\:border-success-900\/75:focus {
  border-color: rgb(6 78 59 / 0.75);
}

.focus\:border-success-900\/80:focus {
  border-color: rgb(6 78 59 / 0.8);
}

.focus\:border-success-900\/85:focus {
  border-color: rgb(6 78 59 / 0.85);
}

.focus\:border-success-900\/90:focus {
  border-color: rgb(6 78 59 / 0.9);
}

.focus\:border-success-900\/95:focus {
  border-color: rgb(6 78 59 / 0.95);
}

.focus\:border-success-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.focus\:border-success-dark\/0:focus {
  border-color: rgb(4 120 87 / 0);
}

.focus\:border-success-dark\/10:focus {
  border-color: rgb(4 120 87 / 0.1);
}

.focus\:border-success-dark\/100:focus {
  border-color: rgb(4 120 87 / 1);
}

.focus\:border-success-dark\/15:focus {
  border-color: rgb(4 120 87 / 0.15);
}

.focus\:border-success-dark\/20:focus {
  border-color: rgb(4 120 87 / 0.2);
}

.focus\:border-success-dark\/25:focus {
  border-color: rgb(4 120 87 / 0.25);
}

.focus\:border-success-dark\/30:focus {
  border-color: rgb(4 120 87 / 0.3);
}

.focus\:border-success-dark\/35:focus {
  border-color: rgb(4 120 87 / 0.35);
}

.focus\:border-success-dark\/40:focus {
  border-color: rgb(4 120 87 / 0.4);
}

.focus\:border-success-dark\/45:focus {
  border-color: rgb(4 120 87 / 0.45);
}

.focus\:border-success-dark\/5:focus {
  border-color: rgb(4 120 87 / 0.05);
}

.focus\:border-success-dark\/50:focus {
  border-color: rgb(4 120 87 / 0.5);
}

.focus\:border-success-dark\/55:focus {
  border-color: rgb(4 120 87 / 0.55);
}

.focus\:border-success-dark\/60:focus {
  border-color: rgb(4 120 87 / 0.6);
}

.focus\:border-success-dark\/65:focus {
  border-color: rgb(4 120 87 / 0.65);
}

.focus\:border-success-dark\/70:focus {
  border-color: rgb(4 120 87 / 0.7);
}

.focus\:border-success-dark\/75:focus {
  border-color: rgb(4 120 87 / 0.75);
}

.focus\:border-success-dark\/80:focus {
  border-color: rgb(4 120 87 / 0.8);
}

.focus\:border-success-dark\/85:focus {
  border-color: rgb(4 120 87 / 0.85);
}

.focus\:border-success-dark\/90:focus {
  border-color: rgb(4 120 87 / 0.9);
}

.focus\:border-success-dark\/95:focus {
  border-color: rgb(4 120 87 / 0.95);
}

.focus\:border-success-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.focus\:border-success-light\/0:focus {
  border-color: rgb(209 250 229 / 0);
}

.focus\:border-success-light\/10:focus {
  border-color: rgb(209 250 229 / 0.1);
}

.focus\:border-success-light\/100:focus {
  border-color: rgb(209 250 229 / 1);
}

.focus\:border-success-light\/15:focus {
  border-color: rgb(209 250 229 / 0.15);
}

.focus\:border-success-light\/20:focus {
  border-color: rgb(209 250 229 / 0.2);
}

.focus\:border-success-light\/25:focus {
  border-color: rgb(209 250 229 / 0.25);
}

.focus\:border-success-light\/30:focus {
  border-color: rgb(209 250 229 / 0.3);
}

.focus\:border-success-light\/35:focus {
  border-color: rgb(209 250 229 / 0.35);
}

.focus\:border-success-light\/40:focus {
  border-color: rgb(209 250 229 / 0.4);
}

.focus\:border-success-light\/45:focus {
  border-color: rgb(209 250 229 / 0.45);
}

.focus\:border-success-light\/5:focus {
  border-color: rgb(209 250 229 / 0.05);
}

.focus\:border-success-light\/50:focus {
  border-color: rgb(209 250 229 / 0.5);
}

.focus\:border-success-light\/55:focus {
  border-color: rgb(209 250 229 / 0.55);
}

.focus\:border-success-light\/60:focus {
  border-color: rgb(209 250 229 / 0.6);
}

.focus\:border-success-light\/65:focus {
  border-color: rgb(209 250 229 / 0.65);
}

.focus\:border-success-light\/70:focus {
  border-color: rgb(209 250 229 / 0.7);
}

.focus\:border-success-light\/75:focus {
  border-color: rgb(209 250 229 / 0.75);
}

.focus\:border-success-light\/80:focus {
  border-color: rgb(209 250 229 / 0.8);
}

.focus\:border-success-light\/85:focus {
  border-color: rgb(209 250 229 / 0.85);
}

.focus\:border-success-light\/90:focus {
  border-color: rgb(209 250 229 / 0.9);
}

.focus\:border-success-light\/95:focus {
  border-color: rgb(209 250 229 / 0.95);
}

.focus\:border-success\/0:focus {
  border-color: rgb(16 185 129 / 0);
}

.focus\:border-success\/10:focus {
  border-color: rgb(16 185 129 / 0.1);
}

.focus\:border-success\/100:focus {
  border-color: rgb(16 185 129 / 1);
}

.focus\:border-success\/15:focus {
  border-color: rgb(16 185 129 / 0.15);
}

.focus\:border-success\/20:focus {
  border-color: rgb(16 185 129 / 0.2);
}

.focus\:border-success\/25:focus {
  border-color: rgb(16 185 129 / 0.25);
}

.focus\:border-success\/30:focus {
  border-color: rgb(16 185 129 / 0.3);
}

.focus\:border-success\/35:focus {
  border-color: rgb(16 185 129 / 0.35);
}

.focus\:border-success\/40:focus {
  border-color: rgb(16 185 129 / 0.4);
}

.focus\:border-success\/45:focus {
  border-color: rgb(16 185 129 / 0.45);
}

.focus\:border-success\/5:focus {
  border-color: rgb(16 185 129 / 0.05);
}

.focus\:border-success\/50:focus {
  border-color: rgb(16 185 129 / 0.5);
}

.focus\:border-success\/55:focus {
  border-color: rgb(16 185 129 / 0.55);
}

.focus\:border-success\/60:focus {
  border-color: rgb(16 185 129 / 0.6);
}

.focus\:border-success\/65:focus {
  border-color: rgb(16 185 129 / 0.65);
}

.focus\:border-success\/70:focus {
  border-color: rgb(16 185 129 / 0.7);
}

.focus\:border-success\/75:focus {
  border-color: rgb(16 185 129 / 0.75);
}

.focus\:border-success\/80:focus {
  border-color: rgb(16 185 129 / 0.8);
}

.focus\:border-success\/85:focus {
  border-color: rgb(16 185 129 / 0.85);
}

.focus\:border-success\/90:focus {
  border-color: rgb(16 185 129 / 0.9);
}

.focus\:border-success\/95:focus {
  border-color: rgb(16 185 129 / 0.95);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-100\/0:focus {
  border-color: rgb(254 243 199 / 0);
}

.focus\:border-warning-100\/10:focus {
  border-color: rgb(254 243 199 / 0.1);
}

.focus\:border-warning-100\/100:focus {
  border-color: rgb(254 243 199 / 1);
}

.focus\:border-warning-100\/15:focus {
  border-color: rgb(254 243 199 / 0.15);
}

.focus\:border-warning-100\/20:focus {
  border-color: rgb(254 243 199 / 0.2);
}

.focus\:border-warning-100\/25:focus {
  border-color: rgb(254 243 199 / 0.25);
}

.focus\:border-warning-100\/30:focus {
  border-color: rgb(254 243 199 / 0.3);
}

.focus\:border-warning-100\/35:focus {
  border-color: rgb(254 243 199 / 0.35);
}

.focus\:border-warning-100\/40:focus {
  border-color: rgb(254 243 199 / 0.4);
}

.focus\:border-warning-100\/45:focus {
  border-color: rgb(254 243 199 / 0.45);
}

.focus\:border-warning-100\/5:focus {
  border-color: rgb(254 243 199 / 0.05);
}

.focus\:border-warning-100\/50:focus {
  border-color: rgb(254 243 199 / 0.5);
}

.focus\:border-warning-100\/55:focus {
  border-color: rgb(254 243 199 / 0.55);
}

.focus\:border-warning-100\/60:focus {
  border-color: rgb(254 243 199 / 0.6);
}

.focus\:border-warning-100\/65:focus {
  border-color: rgb(254 243 199 / 0.65);
}

.focus\:border-warning-100\/70:focus {
  border-color: rgb(254 243 199 / 0.7);
}

.focus\:border-warning-100\/75:focus {
  border-color: rgb(254 243 199 / 0.75);
}

.focus\:border-warning-100\/80:focus {
  border-color: rgb(254 243 199 / 0.8);
}

.focus\:border-warning-100\/85:focus {
  border-color: rgb(254 243 199 / 0.85);
}

.focus\:border-warning-100\/90:focus {
  border-color: rgb(254 243 199 / 0.9);
}

.focus\:border-warning-100\/95:focus {
  border-color: rgb(254 243 199 / 0.95);
}

.focus\:border-warning-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-200\/0:focus {
  border-color: rgb(253 230 138 / 0);
}

.focus\:border-warning-200\/10:focus {
  border-color: rgb(253 230 138 / 0.1);
}

.focus\:border-warning-200\/100:focus {
  border-color: rgb(253 230 138 / 1);
}

.focus\:border-warning-200\/15:focus {
  border-color: rgb(253 230 138 / 0.15);
}

.focus\:border-warning-200\/20:focus {
  border-color: rgb(253 230 138 / 0.2);
}

.focus\:border-warning-200\/25:focus {
  border-color: rgb(253 230 138 / 0.25);
}

.focus\:border-warning-200\/30:focus {
  border-color: rgb(253 230 138 / 0.3);
}

.focus\:border-warning-200\/35:focus {
  border-color: rgb(253 230 138 / 0.35);
}

.focus\:border-warning-200\/40:focus {
  border-color: rgb(253 230 138 / 0.4);
}

.focus\:border-warning-200\/45:focus {
  border-color: rgb(253 230 138 / 0.45);
}

.focus\:border-warning-200\/5:focus {
  border-color: rgb(253 230 138 / 0.05);
}

.focus\:border-warning-200\/50:focus {
  border-color: rgb(253 230 138 / 0.5);
}

.focus\:border-warning-200\/55:focus {
  border-color: rgb(253 230 138 / 0.55);
}

.focus\:border-warning-200\/60:focus {
  border-color: rgb(253 230 138 / 0.6);
}

.focus\:border-warning-200\/65:focus {
  border-color: rgb(253 230 138 / 0.65);
}

.focus\:border-warning-200\/70:focus {
  border-color: rgb(253 230 138 / 0.7);
}

.focus\:border-warning-200\/75:focus {
  border-color: rgb(253 230 138 / 0.75);
}

.focus\:border-warning-200\/80:focus {
  border-color: rgb(253 230 138 / 0.8);
}

.focus\:border-warning-200\/85:focus {
  border-color: rgb(253 230 138 / 0.85);
}

.focus\:border-warning-200\/90:focus {
  border-color: rgb(253 230 138 / 0.9);
}

.focus\:border-warning-200\/95:focus {
  border-color: rgb(253 230 138 / 0.95);
}

.focus\:border-warning-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-300\/0:focus {
  border-color: rgb(252 211 77 / 0);
}

.focus\:border-warning-300\/10:focus {
  border-color: rgb(252 211 77 / 0.1);
}

.focus\:border-warning-300\/100:focus {
  border-color: rgb(252 211 77 / 1);
}

.focus\:border-warning-300\/15:focus {
  border-color: rgb(252 211 77 / 0.15);
}

.focus\:border-warning-300\/20:focus {
  border-color: rgb(252 211 77 / 0.2);
}

.focus\:border-warning-300\/25:focus {
  border-color: rgb(252 211 77 / 0.25);
}

.focus\:border-warning-300\/30:focus {
  border-color: rgb(252 211 77 / 0.3);
}

.focus\:border-warning-300\/35:focus {
  border-color: rgb(252 211 77 / 0.35);
}

.focus\:border-warning-300\/40:focus {
  border-color: rgb(252 211 77 / 0.4);
}

.focus\:border-warning-300\/45:focus {
  border-color: rgb(252 211 77 / 0.45);
}

.focus\:border-warning-300\/5:focus {
  border-color: rgb(252 211 77 / 0.05);
}

.focus\:border-warning-300\/50:focus {
  border-color: rgb(252 211 77 / 0.5);
}

.focus\:border-warning-300\/55:focus {
  border-color: rgb(252 211 77 / 0.55);
}

.focus\:border-warning-300\/60:focus {
  border-color: rgb(252 211 77 / 0.6);
}

.focus\:border-warning-300\/65:focus {
  border-color: rgb(252 211 77 / 0.65);
}

.focus\:border-warning-300\/70:focus {
  border-color: rgb(252 211 77 / 0.7);
}

.focus\:border-warning-300\/75:focus {
  border-color: rgb(252 211 77 / 0.75);
}

.focus\:border-warning-300\/80:focus {
  border-color: rgb(252 211 77 / 0.8);
}

.focus\:border-warning-300\/85:focus {
  border-color: rgb(252 211 77 / 0.85);
}

.focus\:border-warning-300\/90:focus {
  border-color: rgb(252 211 77 / 0.9);
}

.focus\:border-warning-300\/95:focus {
  border-color: rgb(252 211 77 / 0.95);
}

.focus\:border-warning-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-400\/0:focus {
  border-color: rgb(251 191 36 / 0);
}

.focus\:border-warning-400\/10:focus {
  border-color: rgb(251 191 36 / 0.1);
}

.focus\:border-warning-400\/100:focus {
  border-color: rgb(251 191 36 / 1);
}

.focus\:border-warning-400\/15:focus {
  border-color: rgb(251 191 36 / 0.15);
}

.focus\:border-warning-400\/20:focus {
  border-color: rgb(251 191 36 / 0.2);
}

.focus\:border-warning-400\/25:focus {
  border-color: rgb(251 191 36 / 0.25);
}

.focus\:border-warning-400\/30:focus {
  border-color: rgb(251 191 36 / 0.3);
}

.focus\:border-warning-400\/35:focus {
  border-color: rgb(251 191 36 / 0.35);
}

.focus\:border-warning-400\/40:focus {
  border-color: rgb(251 191 36 / 0.4);
}

.focus\:border-warning-400\/45:focus {
  border-color: rgb(251 191 36 / 0.45);
}

.focus\:border-warning-400\/5:focus {
  border-color: rgb(251 191 36 / 0.05);
}

.focus\:border-warning-400\/50:focus {
  border-color: rgb(251 191 36 / 0.5);
}

.focus\:border-warning-400\/55:focus {
  border-color: rgb(251 191 36 / 0.55);
}

.focus\:border-warning-400\/60:focus {
  border-color: rgb(251 191 36 / 0.6);
}

.focus\:border-warning-400\/65:focus {
  border-color: rgb(251 191 36 / 0.65);
}

.focus\:border-warning-400\/70:focus {
  border-color: rgb(251 191 36 / 0.7);
}

.focus\:border-warning-400\/75:focus {
  border-color: rgb(251 191 36 / 0.75);
}

.focus\:border-warning-400\/80:focus {
  border-color: rgb(251 191 36 / 0.8);
}

.focus\:border-warning-400\/85:focus {
  border-color: rgb(251 191 36 / 0.85);
}

.focus\:border-warning-400\/90:focus {
  border-color: rgb(251 191 36 / 0.9);
}

.focus\:border-warning-400\/95:focus {
  border-color: rgb(251 191 36 / 0.95);
}

.focus\:border-warning-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-50\/0:focus {
  border-color: rgb(255 251 235 / 0);
}

.focus\:border-warning-50\/10:focus {
  border-color: rgb(255 251 235 / 0.1);
}

.focus\:border-warning-50\/100:focus {
  border-color: rgb(255 251 235 / 1);
}

.focus\:border-warning-50\/15:focus {
  border-color: rgb(255 251 235 / 0.15);
}

.focus\:border-warning-50\/20:focus {
  border-color: rgb(255 251 235 / 0.2);
}

.focus\:border-warning-50\/25:focus {
  border-color: rgb(255 251 235 / 0.25);
}

.focus\:border-warning-50\/30:focus {
  border-color: rgb(255 251 235 / 0.3);
}

.focus\:border-warning-50\/35:focus {
  border-color: rgb(255 251 235 / 0.35);
}

.focus\:border-warning-50\/40:focus {
  border-color: rgb(255 251 235 / 0.4);
}

.focus\:border-warning-50\/45:focus {
  border-color: rgb(255 251 235 / 0.45);
}

.focus\:border-warning-50\/5:focus {
  border-color: rgb(255 251 235 / 0.05);
}

.focus\:border-warning-50\/50:focus {
  border-color: rgb(255 251 235 / 0.5);
}

.focus\:border-warning-50\/55:focus {
  border-color: rgb(255 251 235 / 0.55);
}

.focus\:border-warning-50\/60:focus {
  border-color: rgb(255 251 235 / 0.6);
}

.focus\:border-warning-50\/65:focus {
  border-color: rgb(255 251 235 / 0.65);
}

.focus\:border-warning-50\/70:focus {
  border-color: rgb(255 251 235 / 0.7);
}

.focus\:border-warning-50\/75:focus {
  border-color: rgb(255 251 235 / 0.75);
}

.focus\:border-warning-50\/80:focus {
  border-color: rgb(255 251 235 / 0.8);
}

.focus\:border-warning-50\/85:focus {
  border-color: rgb(255 251 235 / 0.85);
}

.focus\:border-warning-50\/90:focus {
  border-color: rgb(255 251 235 / 0.9);
}

.focus\:border-warning-50\/95:focus {
  border-color: rgb(255 251 235 / 0.95);
}

.focus\:border-warning-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-500\/0:focus {
  border-color: rgb(245 158 11 / 0);
}

.focus\:border-warning-500\/10:focus {
  border-color: rgb(245 158 11 / 0.1);
}

.focus\:border-warning-500\/100:focus {
  border-color: rgb(245 158 11 / 1);
}

.focus\:border-warning-500\/15:focus {
  border-color: rgb(245 158 11 / 0.15);
}

.focus\:border-warning-500\/20:focus {
  border-color: rgb(245 158 11 / 0.2);
}

.focus\:border-warning-500\/25:focus {
  border-color: rgb(245 158 11 / 0.25);
}

.focus\:border-warning-500\/30:focus {
  border-color: rgb(245 158 11 / 0.3);
}

.focus\:border-warning-500\/35:focus {
  border-color: rgb(245 158 11 / 0.35);
}

.focus\:border-warning-500\/40:focus {
  border-color: rgb(245 158 11 / 0.4);
}

.focus\:border-warning-500\/45:focus {
  border-color: rgb(245 158 11 / 0.45);
}

.focus\:border-warning-500\/5:focus {
  border-color: rgb(245 158 11 / 0.05);
}

.focus\:border-warning-500\/50:focus {
  border-color: rgb(245 158 11 / 0.5);
}

.focus\:border-warning-500\/55:focus {
  border-color: rgb(245 158 11 / 0.55);
}

.focus\:border-warning-500\/60:focus {
  border-color: rgb(245 158 11 / 0.6);
}

.focus\:border-warning-500\/65:focus {
  border-color: rgb(245 158 11 / 0.65);
}

.focus\:border-warning-500\/70:focus {
  border-color: rgb(245 158 11 / 0.7);
}

.focus\:border-warning-500\/75:focus {
  border-color: rgb(245 158 11 / 0.75);
}

.focus\:border-warning-500\/80:focus {
  border-color: rgb(245 158 11 / 0.8);
}

.focus\:border-warning-500\/85:focus {
  border-color: rgb(245 158 11 / 0.85);
}

.focus\:border-warning-500\/90:focus {
  border-color: rgb(245 158 11 / 0.9);
}

.focus\:border-warning-500\/95:focus {
  border-color: rgb(245 158 11 / 0.95);
}

.focus\:border-warning-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-600\/0:focus {
  border-color: rgb(217 119 6 / 0);
}

.focus\:border-warning-600\/10:focus {
  border-color: rgb(217 119 6 / 0.1);
}

.focus\:border-warning-600\/100:focus {
  border-color: rgb(217 119 6 / 1);
}

.focus\:border-warning-600\/15:focus {
  border-color: rgb(217 119 6 / 0.15);
}

.focus\:border-warning-600\/20:focus {
  border-color: rgb(217 119 6 / 0.2);
}

.focus\:border-warning-600\/25:focus {
  border-color: rgb(217 119 6 / 0.25);
}

.focus\:border-warning-600\/30:focus {
  border-color: rgb(217 119 6 / 0.3);
}

.focus\:border-warning-600\/35:focus {
  border-color: rgb(217 119 6 / 0.35);
}

.focus\:border-warning-600\/40:focus {
  border-color: rgb(217 119 6 / 0.4);
}

.focus\:border-warning-600\/45:focus {
  border-color: rgb(217 119 6 / 0.45);
}

.focus\:border-warning-600\/5:focus {
  border-color: rgb(217 119 6 / 0.05);
}

.focus\:border-warning-600\/50:focus {
  border-color: rgb(217 119 6 / 0.5);
}

.focus\:border-warning-600\/55:focus {
  border-color: rgb(217 119 6 / 0.55);
}

.focus\:border-warning-600\/60:focus {
  border-color: rgb(217 119 6 / 0.6);
}

.focus\:border-warning-600\/65:focus {
  border-color: rgb(217 119 6 / 0.65);
}

.focus\:border-warning-600\/70:focus {
  border-color: rgb(217 119 6 / 0.7);
}

.focus\:border-warning-600\/75:focus {
  border-color: rgb(217 119 6 / 0.75);
}

.focus\:border-warning-600\/80:focus {
  border-color: rgb(217 119 6 / 0.8);
}

.focus\:border-warning-600\/85:focus {
  border-color: rgb(217 119 6 / 0.85);
}

.focus\:border-warning-600\/90:focus {
  border-color: rgb(217 119 6 / 0.9);
}

.focus\:border-warning-600\/95:focus {
  border-color: rgb(217 119 6 / 0.95);
}

.focus\:border-warning-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-700\/0:focus {
  border-color: rgb(180 83 9 / 0);
}

.focus\:border-warning-700\/10:focus {
  border-color: rgb(180 83 9 / 0.1);
}

.focus\:border-warning-700\/100:focus {
  border-color: rgb(180 83 9 / 1);
}

.focus\:border-warning-700\/15:focus {
  border-color: rgb(180 83 9 / 0.15);
}

.focus\:border-warning-700\/20:focus {
  border-color: rgb(180 83 9 / 0.2);
}

.focus\:border-warning-700\/25:focus {
  border-color: rgb(180 83 9 / 0.25);
}

.focus\:border-warning-700\/30:focus {
  border-color: rgb(180 83 9 / 0.3);
}

.focus\:border-warning-700\/35:focus {
  border-color: rgb(180 83 9 / 0.35);
}

.focus\:border-warning-700\/40:focus {
  border-color: rgb(180 83 9 / 0.4);
}

.focus\:border-warning-700\/45:focus {
  border-color: rgb(180 83 9 / 0.45);
}

.focus\:border-warning-700\/5:focus {
  border-color: rgb(180 83 9 / 0.05);
}

.focus\:border-warning-700\/50:focus {
  border-color: rgb(180 83 9 / 0.5);
}

.focus\:border-warning-700\/55:focus {
  border-color: rgb(180 83 9 / 0.55);
}

.focus\:border-warning-700\/60:focus {
  border-color: rgb(180 83 9 / 0.6);
}

.focus\:border-warning-700\/65:focus {
  border-color: rgb(180 83 9 / 0.65);
}

.focus\:border-warning-700\/70:focus {
  border-color: rgb(180 83 9 / 0.7);
}

.focus\:border-warning-700\/75:focus {
  border-color: rgb(180 83 9 / 0.75);
}

.focus\:border-warning-700\/80:focus {
  border-color: rgb(180 83 9 / 0.8);
}

.focus\:border-warning-700\/85:focus {
  border-color: rgb(180 83 9 / 0.85);
}

.focus\:border-warning-700\/90:focus {
  border-color: rgb(180 83 9 / 0.9);
}

.focus\:border-warning-700\/95:focus {
  border-color: rgb(180 83 9 / 0.95);
}

.focus\:border-warning-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-800\/0:focus {
  border-color: rgb(146 64 14 / 0);
}

.focus\:border-warning-800\/10:focus {
  border-color: rgb(146 64 14 / 0.1);
}

.focus\:border-warning-800\/100:focus {
  border-color: rgb(146 64 14 / 1);
}

.focus\:border-warning-800\/15:focus {
  border-color: rgb(146 64 14 / 0.15);
}

.focus\:border-warning-800\/20:focus {
  border-color: rgb(146 64 14 / 0.2);
}

.focus\:border-warning-800\/25:focus {
  border-color: rgb(146 64 14 / 0.25);
}

.focus\:border-warning-800\/30:focus {
  border-color: rgb(146 64 14 / 0.3);
}

.focus\:border-warning-800\/35:focus {
  border-color: rgb(146 64 14 / 0.35);
}

.focus\:border-warning-800\/40:focus {
  border-color: rgb(146 64 14 / 0.4);
}

.focus\:border-warning-800\/45:focus {
  border-color: rgb(146 64 14 / 0.45);
}

.focus\:border-warning-800\/5:focus {
  border-color: rgb(146 64 14 / 0.05);
}

.focus\:border-warning-800\/50:focus {
  border-color: rgb(146 64 14 / 0.5);
}

.focus\:border-warning-800\/55:focus {
  border-color: rgb(146 64 14 / 0.55);
}

.focus\:border-warning-800\/60:focus {
  border-color: rgb(146 64 14 / 0.6);
}

.focus\:border-warning-800\/65:focus {
  border-color: rgb(146 64 14 / 0.65);
}

.focus\:border-warning-800\/70:focus {
  border-color: rgb(146 64 14 / 0.7);
}

.focus\:border-warning-800\/75:focus {
  border-color: rgb(146 64 14 / 0.75);
}

.focus\:border-warning-800\/80:focus {
  border-color: rgb(146 64 14 / 0.8);
}

.focus\:border-warning-800\/85:focus {
  border-color: rgb(146 64 14 / 0.85);
}

.focus\:border-warning-800\/90:focus {
  border-color: rgb(146 64 14 / 0.9);
}

.focus\:border-warning-800\/95:focus {
  border-color: rgb(146 64 14 / 0.95);
}

.focus\:border-warning-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-900\/0:focus {
  border-color: rgb(120 53 15 / 0);
}

.focus\:border-warning-900\/10:focus {
  border-color: rgb(120 53 15 / 0.1);
}

.focus\:border-warning-900\/100:focus {
  border-color: rgb(120 53 15 / 1);
}

.focus\:border-warning-900\/15:focus {
  border-color: rgb(120 53 15 / 0.15);
}

.focus\:border-warning-900\/20:focus {
  border-color: rgb(120 53 15 / 0.2);
}

.focus\:border-warning-900\/25:focus {
  border-color: rgb(120 53 15 / 0.25);
}

.focus\:border-warning-900\/30:focus {
  border-color: rgb(120 53 15 / 0.3);
}

.focus\:border-warning-900\/35:focus {
  border-color: rgb(120 53 15 / 0.35);
}

.focus\:border-warning-900\/40:focus {
  border-color: rgb(120 53 15 / 0.4);
}

.focus\:border-warning-900\/45:focus {
  border-color: rgb(120 53 15 / 0.45);
}

.focus\:border-warning-900\/5:focus {
  border-color: rgb(120 53 15 / 0.05);
}

.focus\:border-warning-900\/50:focus {
  border-color: rgb(120 53 15 / 0.5);
}

.focus\:border-warning-900\/55:focus {
  border-color: rgb(120 53 15 / 0.55);
}

.focus\:border-warning-900\/60:focus {
  border-color: rgb(120 53 15 / 0.6);
}

.focus\:border-warning-900\/65:focus {
  border-color: rgb(120 53 15 / 0.65);
}

.focus\:border-warning-900\/70:focus {
  border-color: rgb(120 53 15 / 0.7);
}

.focus\:border-warning-900\/75:focus {
  border-color: rgb(120 53 15 / 0.75);
}

.focus\:border-warning-900\/80:focus {
  border-color: rgb(120 53 15 / 0.8);
}

.focus\:border-warning-900\/85:focus {
  border-color: rgb(120 53 15 / 0.85);
}

.focus\:border-warning-900\/90:focus {
  border-color: rgb(120 53 15 / 0.9);
}

.focus\:border-warning-900\/95:focus {
  border-color: rgb(120 53 15 / 0.95);
}

.focus\:border-warning-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-dark\/0:focus {
  border-color: rgb(180 83 9 / 0);
}

.focus\:border-warning-dark\/10:focus {
  border-color: rgb(180 83 9 / 0.1);
}

.focus\:border-warning-dark\/100:focus {
  border-color: rgb(180 83 9 / 1);
}

.focus\:border-warning-dark\/15:focus {
  border-color: rgb(180 83 9 / 0.15);
}

.focus\:border-warning-dark\/20:focus {
  border-color: rgb(180 83 9 / 0.2);
}

.focus\:border-warning-dark\/25:focus {
  border-color: rgb(180 83 9 / 0.25);
}

.focus\:border-warning-dark\/30:focus {
  border-color: rgb(180 83 9 / 0.3);
}

.focus\:border-warning-dark\/35:focus {
  border-color: rgb(180 83 9 / 0.35);
}

.focus\:border-warning-dark\/40:focus {
  border-color: rgb(180 83 9 / 0.4);
}

.focus\:border-warning-dark\/45:focus {
  border-color: rgb(180 83 9 / 0.45);
}

.focus\:border-warning-dark\/5:focus {
  border-color: rgb(180 83 9 / 0.05);
}

.focus\:border-warning-dark\/50:focus {
  border-color: rgb(180 83 9 / 0.5);
}

.focus\:border-warning-dark\/55:focus {
  border-color: rgb(180 83 9 / 0.55);
}

.focus\:border-warning-dark\/60:focus {
  border-color: rgb(180 83 9 / 0.6);
}

.focus\:border-warning-dark\/65:focus {
  border-color: rgb(180 83 9 / 0.65);
}

.focus\:border-warning-dark\/70:focus {
  border-color: rgb(180 83 9 / 0.7);
}

.focus\:border-warning-dark\/75:focus {
  border-color: rgb(180 83 9 / 0.75);
}

.focus\:border-warning-dark\/80:focus {
  border-color: rgb(180 83 9 / 0.8);
}

.focus\:border-warning-dark\/85:focus {
  border-color: rgb(180 83 9 / 0.85);
}

.focus\:border-warning-dark\/90:focus {
  border-color: rgb(180 83 9 / 0.9);
}

.focus\:border-warning-dark\/95:focus {
  border-color: rgb(180 83 9 / 0.95);
}

.focus\:border-warning-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-light\/0:focus {
  border-color: rgb(254 243 199 / 0);
}

.focus\:border-warning-light\/10:focus {
  border-color: rgb(254 243 199 / 0.1);
}

.focus\:border-warning-light\/100:focus {
  border-color: rgb(254 243 199 / 1);
}

.focus\:border-warning-light\/15:focus {
  border-color: rgb(254 243 199 / 0.15);
}

.focus\:border-warning-light\/20:focus {
  border-color: rgb(254 243 199 / 0.2);
}

.focus\:border-warning-light\/25:focus {
  border-color: rgb(254 243 199 / 0.25);
}

.focus\:border-warning-light\/30:focus {
  border-color: rgb(254 243 199 / 0.3);
}

.focus\:border-warning-light\/35:focus {
  border-color: rgb(254 243 199 / 0.35);
}

.focus\:border-warning-light\/40:focus {
  border-color: rgb(254 243 199 / 0.4);
}

.focus\:border-warning-light\/45:focus {
  border-color: rgb(254 243 199 / 0.45);
}

.focus\:border-warning-light\/5:focus {
  border-color: rgb(254 243 199 / 0.05);
}

.focus\:border-warning-light\/50:focus {
  border-color: rgb(254 243 199 / 0.5);
}

.focus\:border-warning-light\/55:focus {
  border-color: rgb(254 243 199 / 0.55);
}

.focus\:border-warning-light\/60:focus {
  border-color: rgb(254 243 199 / 0.6);
}

.focus\:border-warning-light\/65:focus {
  border-color: rgb(254 243 199 / 0.65);
}

.focus\:border-warning-light\/70:focus {
  border-color: rgb(254 243 199 / 0.7);
}

.focus\:border-warning-light\/75:focus {
  border-color: rgb(254 243 199 / 0.75);
}

.focus\:border-warning-light\/80:focus {
  border-color: rgb(254 243 199 / 0.8);
}

.focus\:border-warning-light\/85:focus {
  border-color: rgb(254 243 199 / 0.85);
}

.focus\:border-warning-light\/90:focus {
  border-color: rgb(254 243 199 / 0.9);
}

.focus\:border-warning-light\/95:focus {
  border-color: rgb(254 243 199 / 0.95);
}

.focus\:border-warning\/0:focus {
  border-color: rgb(245 158 11 / 0);
}

.focus\:border-warning\/10:focus {
  border-color: rgb(245 158 11 / 0.1);
}

.focus\:border-warning\/100:focus {
  border-color: rgb(245 158 11 / 1);
}

.focus\:border-warning\/15:focus {
  border-color: rgb(245 158 11 / 0.15);
}

.focus\:border-warning\/20:focus {
  border-color: rgb(245 158 11 / 0.2);
}

.focus\:border-warning\/25:focus {
  border-color: rgb(245 158 11 / 0.25);
}

.focus\:border-warning\/30:focus {
  border-color: rgb(245 158 11 / 0.3);
}

.focus\:border-warning\/35:focus {
  border-color: rgb(245 158 11 / 0.35);
}

.focus\:border-warning\/40:focus {
  border-color: rgb(245 158 11 / 0.4);
}

.focus\:border-warning\/45:focus {
  border-color: rgb(245 158 11 / 0.45);
}

.focus\:border-warning\/5:focus {
  border-color: rgb(245 158 11 / 0.05);
}

.focus\:border-warning\/50:focus {
  border-color: rgb(245 158 11 / 0.5);
}

.focus\:border-warning\/55:focus {
  border-color: rgb(245 158 11 / 0.55);
}

.focus\:border-warning\/60:focus {
  border-color: rgb(245 158 11 / 0.6);
}

.focus\:border-warning\/65:focus {
  border-color: rgb(245 158 11 / 0.65);
}

.focus\:border-warning\/70:focus {
  border-color: rgb(245 158 11 / 0.7);
}

.focus\:border-warning\/75:focus {
  border-color: rgb(245 158 11 / 0.75);
}

.focus\:border-warning\/80:focus {
  border-color: rgb(245 158 11 / 0.8);
}

.focus\:border-warning\/85:focus {
  border-color: rgb(245 158 11 / 0.85);
}

.focus\:border-warning\/90:focus {
  border-color: rgb(245 158 11 / 0.9);
}

.focus\:border-warning\/95:focus {
  border-color: rgb(245 158 11 / 0.95);
}

.focus\:bg-danger:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-100\/0:focus {
  background-color: rgb(254 226 226 / 0);
}

.focus\:bg-danger-100\/10:focus {
  background-color: rgb(254 226 226 / 0.1);
}

.focus\:bg-danger-100\/100:focus {
  background-color: rgb(254 226 226 / 1);
}

.focus\:bg-danger-100\/15:focus {
  background-color: rgb(254 226 226 / 0.15);
}

.focus\:bg-danger-100\/20:focus {
  background-color: rgb(254 226 226 / 0.2);
}

.focus\:bg-danger-100\/25:focus {
  background-color: rgb(254 226 226 / 0.25);
}

.focus\:bg-danger-100\/30:focus {
  background-color: rgb(254 226 226 / 0.3);
}

.focus\:bg-danger-100\/35:focus {
  background-color: rgb(254 226 226 / 0.35);
}

.focus\:bg-danger-100\/40:focus {
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-danger-100\/45:focus {
  background-color: rgb(254 226 226 / 0.45);
}

.focus\:bg-danger-100\/5:focus {
  background-color: rgb(254 226 226 / 0.05);
}

.focus\:bg-danger-100\/50:focus {
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-danger-100\/55:focus {
  background-color: rgb(254 226 226 / 0.55);
}

.focus\:bg-danger-100\/60:focus {
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-danger-100\/65:focus {
  background-color: rgb(254 226 226 / 0.65);
}

.focus\:bg-danger-100\/70:focus {
  background-color: rgb(254 226 226 / 0.7);
}

.focus\:bg-danger-100\/75:focus {
  background-color: rgb(254 226 226 / 0.75);
}

.focus\:bg-danger-100\/80:focus {
  background-color: rgb(254 226 226 / 0.8);
}

.focus\:bg-danger-100\/85:focus {
  background-color: rgb(254 226 226 / 0.85);
}

.focus\:bg-danger-100\/90:focus {
  background-color: rgb(254 226 226 / 0.9);
}

.focus\:bg-danger-100\/95:focus {
  background-color: rgb(254 226 226 / 0.95);
}

.focus\:bg-danger-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-200\/0:focus {
  background-color: rgb(254 202 202 / 0);
}

.focus\:bg-danger-200\/10:focus {
  background-color: rgb(254 202 202 / 0.1);
}

.focus\:bg-danger-200\/100:focus {
  background-color: rgb(254 202 202 / 1);
}

.focus\:bg-danger-200\/15:focus {
  background-color: rgb(254 202 202 / 0.15);
}

.focus\:bg-danger-200\/20:focus {
  background-color: rgb(254 202 202 / 0.2);
}

.focus\:bg-danger-200\/25:focus {
  background-color: rgb(254 202 202 / 0.25);
}

.focus\:bg-danger-200\/30:focus {
  background-color: rgb(254 202 202 / 0.3);
}

.focus\:bg-danger-200\/35:focus {
  background-color: rgb(254 202 202 / 0.35);
}

.focus\:bg-danger-200\/40:focus {
  background-color: rgb(254 202 202 / 0.4);
}

.focus\:bg-danger-200\/45:focus {
  background-color: rgb(254 202 202 / 0.45);
}

.focus\:bg-danger-200\/5:focus {
  background-color: rgb(254 202 202 / 0.05);
}

.focus\:bg-danger-200\/50:focus {
  background-color: rgb(254 202 202 / 0.5);
}

.focus\:bg-danger-200\/55:focus {
  background-color: rgb(254 202 202 / 0.55);
}

.focus\:bg-danger-200\/60:focus {
  background-color: rgb(254 202 202 / 0.6);
}

.focus\:bg-danger-200\/65:focus {
  background-color: rgb(254 202 202 / 0.65);
}

.focus\:bg-danger-200\/70:focus {
  background-color: rgb(254 202 202 / 0.7);
}

.focus\:bg-danger-200\/75:focus {
  background-color: rgb(254 202 202 / 0.75);
}

.focus\:bg-danger-200\/80:focus {
  background-color: rgb(254 202 202 / 0.8);
}

.focus\:bg-danger-200\/85:focus {
  background-color: rgb(254 202 202 / 0.85);
}

.focus\:bg-danger-200\/90:focus {
  background-color: rgb(254 202 202 / 0.9);
}

.focus\:bg-danger-200\/95:focus {
  background-color: rgb(254 202 202 / 0.95);
}

.focus\:bg-danger-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-300\/0:focus {
  background-color: rgb(252 165 165 / 0);
}

.focus\:bg-danger-300\/10:focus {
  background-color: rgb(252 165 165 / 0.1);
}

.focus\:bg-danger-300\/100:focus {
  background-color: rgb(252 165 165 / 1);
}

.focus\:bg-danger-300\/15:focus {
  background-color: rgb(252 165 165 / 0.15);
}

.focus\:bg-danger-300\/20:focus {
  background-color: rgb(252 165 165 / 0.2);
}

.focus\:bg-danger-300\/25:focus {
  background-color: rgb(252 165 165 / 0.25);
}

.focus\:bg-danger-300\/30:focus {
  background-color: rgb(252 165 165 / 0.3);
}

.focus\:bg-danger-300\/35:focus {
  background-color: rgb(252 165 165 / 0.35);
}

.focus\:bg-danger-300\/40:focus {
  background-color: rgb(252 165 165 / 0.4);
}

.focus\:bg-danger-300\/45:focus {
  background-color: rgb(252 165 165 / 0.45);
}

.focus\:bg-danger-300\/5:focus {
  background-color: rgb(252 165 165 / 0.05);
}

.focus\:bg-danger-300\/50:focus {
  background-color: rgb(252 165 165 / 0.5);
}

.focus\:bg-danger-300\/55:focus {
  background-color: rgb(252 165 165 / 0.55);
}

.focus\:bg-danger-300\/60:focus {
  background-color: rgb(252 165 165 / 0.6);
}

.focus\:bg-danger-300\/65:focus {
  background-color: rgb(252 165 165 / 0.65);
}

.focus\:bg-danger-300\/70:focus {
  background-color: rgb(252 165 165 / 0.7);
}

.focus\:bg-danger-300\/75:focus {
  background-color: rgb(252 165 165 / 0.75);
}

.focus\:bg-danger-300\/80:focus {
  background-color: rgb(252 165 165 / 0.8);
}

.focus\:bg-danger-300\/85:focus {
  background-color: rgb(252 165 165 / 0.85);
}

.focus\:bg-danger-300\/90:focus {
  background-color: rgb(252 165 165 / 0.9);
}

.focus\:bg-danger-300\/95:focus {
  background-color: rgb(252 165 165 / 0.95);
}

.focus\:bg-danger-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-400\/0:focus {
  background-color: rgb(248 113 113 / 0);
}

.focus\:bg-danger-400\/10:focus {
  background-color: rgb(248 113 113 / 0.1);
}

.focus\:bg-danger-400\/100:focus {
  background-color: rgb(248 113 113 / 1);
}

.focus\:bg-danger-400\/15:focus {
  background-color: rgb(248 113 113 / 0.15);
}

.focus\:bg-danger-400\/20:focus {
  background-color: rgb(248 113 113 / 0.2);
}

.focus\:bg-danger-400\/25:focus {
  background-color: rgb(248 113 113 / 0.25);
}

.focus\:bg-danger-400\/30:focus {
  background-color: rgb(248 113 113 / 0.3);
}

.focus\:bg-danger-400\/35:focus {
  background-color: rgb(248 113 113 / 0.35);
}

.focus\:bg-danger-400\/40:focus {
  background-color: rgb(248 113 113 / 0.4);
}

.focus\:bg-danger-400\/45:focus {
  background-color: rgb(248 113 113 / 0.45);
}

.focus\:bg-danger-400\/5:focus {
  background-color: rgb(248 113 113 / 0.05);
}

.focus\:bg-danger-400\/50:focus {
  background-color: rgb(248 113 113 / 0.5);
}

.focus\:bg-danger-400\/55:focus {
  background-color: rgb(248 113 113 / 0.55);
}

.focus\:bg-danger-400\/60:focus {
  background-color: rgb(248 113 113 / 0.6);
}

.focus\:bg-danger-400\/65:focus {
  background-color: rgb(248 113 113 / 0.65);
}

.focus\:bg-danger-400\/70:focus {
  background-color: rgb(248 113 113 / 0.7);
}

.focus\:bg-danger-400\/75:focus {
  background-color: rgb(248 113 113 / 0.75);
}

.focus\:bg-danger-400\/80:focus {
  background-color: rgb(248 113 113 / 0.8);
}

.focus\:bg-danger-400\/85:focus {
  background-color: rgb(248 113 113 / 0.85);
}

.focus\:bg-danger-400\/90:focus {
  background-color: rgb(248 113 113 / 0.9);
}

.focus\:bg-danger-400\/95:focus {
  background-color: rgb(248 113 113 / 0.95);
}

.focus\:bg-danger-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-50\/0:focus {
  background-color: rgb(254 242 242 / 0);
}

.focus\:bg-danger-50\/10:focus {
  background-color: rgb(254 242 242 / 0.1);
}

.focus\:bg-danger-50\/100:focus {
  background-color: rgb(254 242 242 / 1);
}

.focus\:bg-danger-50\/15:focus {
  background-color: rgb(254 242 242 / 0.15);
}

.focus\:bg-danger-50\/20:focus {
  background-color: rgb(254 242 242 / 0.2);
}

.focus\:bg-danger-50\/25:focus {
  background-color: rgb(254 242 242 / 0.25);
}

.focus\:bg-danger-50\/30:focus {
  background-color: rgb(254 242 242 / 0.3);
}

.focus\:bg-danger-50\/35:focus {
  background-color: rgb(254 242 242 / 0.35);
}

.focus\:bg-danger-50\/40:focus {
  background-color: rgb(254 242 242 / 0.4);
}

.focus\:bg-danger-50\/45:focus {
  background-color: rgb(254 242 242 / 0.45);
}

.focus\:bg-danger-50\/5:focus {
  background-color: rgb(254 242 242 / 0.05);
}

.focus\:bg-danger-50\/50:focus {
  background-color: rgb(254 242 242 / 0.5);
}

.focus\:bg-danger-50\/55:focus {
  background-color: rgb(254 242 242 / 0.55);
}

.focus\:bg-danger-50\/60:focus {
  background-color: rgb(254 242 242 / 0.6);
}

.focus\:bg-danger-50\/65:focus {
  background-color: rgb(254 242 242 / 0.65);
}

.focus\:bg-danger-50\/70:focus {
  background-color: rgb(254 242 242 / 0.7);
}

.focus\:bg-danger-50\/75:focus {
  background-color: rgb(254 242 242 / 0.75);
}

.focus\:bg-danger-50\/80:focus {
  background-color: rgb(254 242 242 / 0.8);
}

.focus\:bg-danger-50\/85:focus {
  background-color: rgb(254 242 242 / 0.85);
}

.focus\:bg-danger-50\/90:focus {
  background-color: rgb(254 242 242 / 0.9);
}

.focus\:bg-danger-50\/95:focus {
  background-color: rgb(254 242 242 / 0.95);
}

.focus\:bg-danger-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-500\/0:focus {
  background-color: rgb(239 68 68 / 0);
}

.focus\:bg-danger-500\/10:focus {
  background-color: rgb(239 68 68 / 0.1);
}

.focus\:bg-danger-500\/100:focus {
  background-color: rgb(239 68 68 / 1);
}

.focus\:bg-danger-500\/15:focus {
  background-color: rgb(239 68 68 / 0.15);
}

.focus\:bg-danger-500\/20:focus {
  background-color: rgb(239 68 68 / 0.2);
}

.focus\:bg-danger-500\/25:focus {
  background-color: rgb(239 68 68 / 0.25);
}

.focus\:bg-danger-500\/30:focus {
  background-color: rgb(239 68 68 / 0.3);
}

.focus\:bg-danger-500\/35:focus {
  background-color: rgb(239 68 68 / 0.35);
}

.focus\:bg-danger-500\/40:focus {
  background-color: rgb(239 68 68 / 0.4);
}

.focus\:bg-danger-500\/45:focus {
  background-color: rgb(239 68 68 / 0.45);
}

.focus\:bg-danger-500\/5:focus {
  background-color: rgb(239 68 68 / 0.05);
}

.focus\:bg-danger-500\/50:focus {
  background-color: rgb(239 68 68 / 0.5);
}

.focus\:bg-danger-500\/55:focus {
  background-color: rgb(239 68 68 / 0.55);
}

.focus\:bg-danger-500\/60:focus {
  background-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-danger-500\/65:focus {
  background-color: rgb(239 68 68 / 0.65);
}

.focus\:bg-danger-500\/70:focus {
  background-color: rgb(239 68 68 / 0.7);
}

.focus\:bg-danger-500\/75:focus {
  background-color: rgb(239 68 68 / 0.75);
}

.focus\:bg-danger-500\/80:focus {
  background-color: rgb(239 68 68 / 0.8);
}

.focus\:bg-danger-500\/85:focus {
  background-color: rgb(239 68 68 / 0.85);
}

.focus\:bg-danger-500\/90:focus {
  background-color: rgb(239 68 68 / 0.9);
}

.focus\:bg-danger-500\/95:focus {
  background-color: rgb(239 68 68 / 0.95);
}

.focus\:bg-danger-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-600\/0:focus {
  background-color: rgb(220 38 38 / 0);
}

.focus\:bg-danger-600\/10:focus {
  background-color: rgb(220 38 38 / 0.1);
}

.focus\:bg-danger-600\/100:focus {
  background-color: rgb(220 38 38 / 1);
}

.focus\:bg-danger-600\/15:focus {
  background-color: rgb(220 38 38 / 0.15);
}

.focus\:bg-danger-600\/20:focus {
  background-color: rgb(220 38 38 / 0.2);
}

.focus\:bg-danger-600\/25:focus {
  background-color: rgb(220 38 38 / 0.25);
}

.focus\:bg-danger-600\/30:focus {
  background-color: rgb(220 38 38 / 0.3);
}

.focus\:bg-danger-600\/35:focus {
  background-color: rgb(220 38 38 / 0.35);
}

.focus\:bg-danger-600\/40:focus {
  background-color: rgb(220 38 38 / 0.4);
}

.focus\:bg-danger-600\/45:focus {
  background-color: rgb(220 38 38 / 0.45);
}

.focus\:bg-danger-600\/5:focus {
  background-color: rgb(220 38 38 / 0.05);
}

.focus\:bg-danger-600\/50:focus {
  background-color: rgb(220 38 38 / 0.5);
}

.focus\:bg-danger-600\/55:focus {
  background-color: rgb(220 38 38 / 0.55);
}

.focus\:bg-danger-600\/60:focus {
  background-color: rgb(220 38 38 / 0.6);
}

.focus\:bg-danger-600\/65:focus {
  background-color: rgb(220 38 38 / 0.65);
}

.focus\:bg-danger-600\/70:focus {
  background-color: rgb(220 38 38 / 0.7);
}

.focus\:bg-danger-600\/75:focus {
  background-color: rgb(220 38 38 / 0.75);
}

.focus\:bg-danger-600\/80:focus {
  background-color: rgb(220 38 38 / 0.8);
}

.focus\:bg-danger-600\/85:focus {
  background-color: rgb(220 38 38 / 0.85);
}

.focus\:bg-danger-600\/90:focus {
  background-color: rgb(220 38 38 / 0.9);
}

.focus\:bg-danger-600\/95:focus {
  background-color: rgb(220 38 38 / 0.95);
}

.focus\:bg-danger-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-700\/0:focus {
  background-color: rgb(185 28 28 / 0);
}

.focus\:bg-danger-700\/10:focus {
  background-color: rgb(185 28 28 / 0.1);
}

.focus\:bg-danger-700\/100:focus {
  background-color: rgb(185 28 28 / 1);
}

.focus\:bg-danger-700\/15:focus {
  background-color: rgb(185 28 28 / 0.15);
}

.focus\:bg-danger-700\/20:focus {
  background-color: rgb(185 28 28 / 0.2);
}

.focus\:bg-danger-700\/25:focus {
  background-color: rgb(185 28 28 / 0.25);
}

.focus\:bg-danger-700\/30:focus {
  background-color: rgb(185 28 28 / 0.3);
}

.focus\:bg-danger-700\/35:focus {
  background-color: rgb(185 28 28 / 0.35);
}

.focus\:bg-danger-700\/40:focus {
  background-color: rgb(185 28 28 / 0.4);
}

.focus\:bg-danger-700\/45:focus {
  background-color: rgb(185 28 28 / 0.45);
}

.focus\:bg-danger-700\/5:focus {
  background-color: rgb(185 28 28 / 0.05);
}

.focus\:bg-danger-700\/50:focus {
  background-color: rgb(185 28 28 / 0.5);
}

.focus\:bg-danger-700\/55:focus {
  background-color: rgb(185 28 28 / 0.55);
}

.focus\:bg-danger-700\/60:focus {
  background-color: rgb(185 28 28 / 0.6);
}

.focus\:bg-danger-700\/65:focus {
  background-color: rgb(185 28 28 / 0.65);
}

.focus\:bg-danger-700\/70:focus {
  background-color: rgb(185 28 28 / 0.7);
}

.focus\:bg-danger-700\/75:focus {
  background-color: rgb(185 28 28 / 0.75);
}

.focus\:bg-danger-700\/80:focus {
  background-color: rgb(185 28 28 / 0.8);
}

.focus\:bg-danger-700\/85:focus {
  background-color: rgb(185 28 28 / 0.85);
}

.focus\:bg-danger-700\/90:focus {
  background-color: rgb(185 28 28 / 0.9);
}

.focus\:bg-danger-700\/95:focus {
  background-color: rgb(185 28 28 / 0.95);
}

.focus\:bg-danger-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-800\/0:focus {
  background-color: rgb(153 27 27 / 0);
}

.focus\:bg-danger-800\/10:focus {
  background-color: rgb(153 27 27 / 0.1);
}

.focus\:bg-danger-800\/100:focus {
  background-color: rgb(153 27 27 / 1);
}

.focus\:bg-danger-800\/15:focus {
  background-color: rgb(153 27 27 / 0.15);
}

.focus\:bg-danger-800\/20:focus {
  background-color: rgb(153 27 27 / 0.2);
}

.focus\:bg-danger-800\/25:focus {
  background-color: rgb(153 27 27 / 0.25);
}

.focus\:bg-danger-800\/30:focus {
  background-color: rgb(153 27 27 / 0.3);
}

.focus\:bg-danger-800\/35:focus {
  background-color: rgb(153 27 27 / 0.35);
}

.focus\:bg-danger-800\/40:focus {
  background-color: rgb(153 27 27 / 0.4);
}

.focus\:bg-danger-800\/45:focus {
  background-color: rgb(153 27 27 / 0.45);
}

.focus\:bg-danger-800\/5:focus {
  background-color: rgb(153 27 27 / 0.05);
}

.focus\:bg-danger-800\/50:focus {
  background-color: rgb(153 27 27 / 0.5);
}

.focus\:bg-danger-800\/55:focus {
  background-color: rgb(153 27 27 / 0.55);
}

.focus\:bg-danger-800\/60:focus {
  background-color: rgb(153 27 27 / 0.6);
}

.focus\:bg-danger-800\/65:focus {
  background-color: rgb(153 27 27 / 0.65);
}

.focus\:bg-danger-800\/70:focus {
  background-color: rgb(153 27 27 / 0.7);
}

.focus\:bg-danger-800\/75:focus {
  background-color: rgb(153 27 27 / 0.75);
}

.focus\:bg-danger-800\/80:focus {
  background-color: rgb(153 27 27 / 0.8);
}

.focus\:bg-danger-800\/85:focus {
  background-color: rgb(153 27 27 / 0.85);
}

.focus\:bg-danger-800\/90:focus {
  background-color: rgb(153 27 27 / 0.9);
}

.focus\:bg-danger-800\/95:focus {
  background-color: rgb(153 27 27 / 0.95);
}

.focus\:bg-danger-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-900\/0:focus {
  background-color: rgb(127 29 29 / 0);
}

.focus\:bg-danger-900\/10:focus {
  background-color: rgb(127 29 29 / 0.1);
}

.focus\:bg-danger-900\/100:focus {
  background-color: rgb(127 29 29 / 1);
}

.focus\:bg-danger-900\/15:focus {
  background-color: rgb(127 29 29 / 0.15);
}

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

.focus\:bg-danger-900\/25:focus {
  background-color: rgb(127 29 29 / 0.25);
}

.focus\:bg-danger-900\/30:focus {
  background-color: rgb(127 29 29 / 0.3);
}

.focus\:bg-danger-900\/35:focus {
  background-color: rgb(127 29 29 / 0.35);
}

.focus\:bg-danger-900\/40:focus {
  background-color: rgb(127 29 29 / 0.4);
}

.focus\:bg-danger-900\/45:focus {
  background-color: rgb(127 29 29 / 0.45);
}

.focus\:bg-danger-900\/5:focus {
  background-color: rgb(127 29 29 / 0.05);
}

.focus\:bg-danger-900\/50:focus {
  background-color: rgb(127 29 29 / 0.5);
}

.focus\:bg-danger-900\/55:focus {
  background-color: rgb(127 29 29 / 0.55);
}

.focus\:bg-danger-900\/60:focus {
  background-color: rgb(127 29 29 / 0.6);
}

.focus\:bg-danger-900\/65:focus {
  background-color: rgb(127 29 29 / 0.65);
}

.focus\:bg-danger-900\/70:focus {
  background-color: rgb(127 29 29 / 0.7);
}

.focus\:bg-danger-900\/75:focus {
  background-color: rgb(127 29 29 / 0.75);
}

.focus\:bg-danger-900\/80:focus {
  background-color: rgb(127 29 29 / 0.8);
}

.focus\:bg-danger-900\/85:focus {
  background-color: rgb(127 29 29 / 0.85);
}

.focus\:bg-danger-900\/90:focus {
  background-color: rgb(127 29 29 / 0.9);
}

.focus\:bg-danger-900\/95:focus {
  background-color: rgb(127 29 29 / 0.95);
}

.focus\:bg-danger-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-dark\/0:focus {
  background-color: rgb(185 28 28 / 0);
}

.focus\:bg-danger-dark\/10:focus {
  background-color: rgb(185 28 28 / 0.1);
}

.focus\:bg-danger-dark\/100:focus {
  background-color: rgb(185 28 28 / 1);
}

.focus\:bg-danger-dark\/15:focus {
  background-color: rgb(185 28 28 / 0.15);
}

.focus\:bg-danger-dark\/20:focus {
  background-color: rgb(185 28 28 / 0.2);
}

.focus\:bg-danger-dark\/25:focus {
  background-color: rgb(185 28 28 / 0.25);
}

.focus\:bg-danger-dark\/30:focus {
  background-color: rgb(185 28 28 / 0.3);
}

.focus\:bg-danger-dark\/35:focus {
  background-color: rgb(185 28 28 / 0.35);
}

.focus\:bg-danger-dark\/40:focus {
  background-color: rgb(185 28 28 / 0.4);
}

.focus\:bg-danger-dark\/45:focus {
  background-color: rgb(185 28 28 / 0.45);
}

.focus\:bg-danger-dark\/5:focus {
  background-color: rgb(185 28 28 / 0.05);
}

.focus\:bg-danger-dark\/50:focus {
  background-color: rgb(185 28 28 / 0.5);
}

.focus\:bg-danger-dark\/55:focus {
  background-color: rgb(185 28 28 / 0.55);
}

.focus\:bg-danger-dark\/60:focus {
  background-color: rgb(185 28 28 / 0.6);
}

.focus\:bg-danger-dark\/65:focus {
  background-color: rgb(185 28 28 / 0.65);
}

.focus\:bg-danger-dark\/70:focus {
  background-color: rgb(185 28 28 / 0.7);
}

.focus\:bg-danger-dark\/75:focus {
  background-color: rgb(185 28 28 / 0.75);
}

.focus\:bg-danger-dark\/80:focus {
  background-color: rgb(185 28 28 / 0.8);
}

.focus\:bg-danger-dark\/85:focus {
  background-color: rgb(185 28 28 / 0.85);
}

.focus\:bg-danger-dark\/90:focus {
  background-color: rgb(185 28 28 / 0.9);
}

.focus\:bg-danger-dark\/95:focus {
  background-color: rgb(185 28 28 / 0.95);
}

.focus\:bg-danger-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.focus\:bg-danger-light\/0:focus {
  background-color: rgb(254 226 226 / 0);
}

.focus\:bg-danger-light\/10:focus {
  background-color: rgb(254 226 226 / 0.1);
}

.focus\:bg-danger-light\/100:focus {
  background-color: rgb(254 226 226 / 1);
}

.focus\:bg-danger-light\/15:focus {
  background-color: rgb(254 226 226 / 0.15);
}

.focus\:bg-danger-light\/20:focus {
  background-color: rgb(254 226 226 / 0.2);
}

.focus\:bg-danger-light\/25:focus {
  background-color: rgb(254 226 226 / 0.25);
}

.focus\:bg-danger-light\/30:focus {
  background-color: rgb(254 226 226 / 0.3);
}

.focus\:bg-danger-light\/35:focus {
  background-color: rgb(254 226 226 / 0.35);
}

.focus\:bg-danger-light\/40:focus {
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-danger-light\/45:focus {
  background-color: rgb(254 226 226 / 0.45);
}

.focus\:bg-danger-light\/5:focus {
  background-color: rgb(254 226 226 / 0.05);
}

.focus\:bg-danger-light\/50:focus {
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-danger-light\/55:focus {
  background-color: rgb(254 226 226 / 0.55);
}

.focus\:bg-danger-light\/60:focus {
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-danger-light\/65:focus {
  background-color: rgb(254 226 226 / 0.65);
}

.focus\:bg-danger-light\/70:focus {
  background-color: rgb(254 226 226 / 0.7);
}

.focus\:bg-danger-light\/75:focus {
  background-color: rgb(254 226 226 / 0.75);
}

.focus\:bg-danger-light\/80:focus {
  background-color: rgb(254 226 226 / 0.8);
}

.focus\:bg-danger-light\/85:focus {
  background-color: rgb(254 226 226 / 0.85);
}

.focus\:bg-danger-light\/90:focus {
  background-color: rgb(254 226 226 / 0.9);
}

.focus\:bg-danger-light\/95:focus {
  background-color: rgb(254 226 226 / 0.95);
}

.focus\:bg-danger\/0:focus {
  background-color: rgb(239 68 68 / 0);
}

.focus\:bg-danger\/10:focus {
  background-color: rgb(239 68 68 / 0.1);
}

.focus\:bg-danger\/100:focus {
  background-color: rgb(239 68 68 / 1);
}

.focus\:bg-danger\/15:focus {
  background-color: rgb(239 68 68 / 0.15);
}

.focus\:bg-danger\/20:focus {
  background-color: rgb(239 68 68 / 0.2);
}

.focus\:bg-danger\/25:focus {
  background-color: rgb(239 68 68 / 0.25);
}

.focus\:bg-danger\/30:focus {
  background-color: rgb(239 68 68 / 0.3);
}

.focus\:bg-danger\/35:focus {
  background-color: rgb(239 68 68 / 0.35);
}

.focus\:bg-danger\/40:focus {
  background-color: rgb(239 68 68 / 0.4);
}

.focus\:bg-danger\/45:focus {
  background-color: rgb(239 68 68 / 0.45);
}

.focus\:bg-danger\/5:focus {
  background-color: rgb(239 68 68 / 0.05);
}

.focus\:bg-danger\/50:focus {
  background-color: rgb(239 68 68 / 0.5);
}

.focus\:bg-danger\/55:focus {
  background-color: rgb(239 68 68 / 0.55);
}

.focus\:bg-danger\/60:focus {
  background-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-danger\/65:focus {
  background-color: rgb(239 68 68 / 0.65);
}

.focus\:bg-danger\/70:focus {
  background-color: rgb(239 68 68 / 0.7);
}

.focus\:bg-danger\/75:focus {
  background-color: rgb(239 68 68 / 0.75);
}

.focus\:bg-danger\/80:focus {
  background-color: rgb(239 68 68 / 0.8);
}

.focus\:bg-danger\/85:focus {
  background-color: rgb(239 68 68 / 0.85);
}

.focus\:bg-danger\/90:focus {
  background-color: rgb(239 68 68 / 0.9);
}

.focus\:bg-danger\/95:focus {
  background-color: rgb(239 68 68 / 0.95);
}

.focus\:bg-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 243 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-100\/0:focus {
  background-color: rgb(235 237 243 / 0);
}

.focus\:bg-dark-100\/10:focus {
  background-color: rgb(235 237 243 / 0.1);
}

.focus\:bg-dark-100\/100:focus {
  background-color: rgb(235 237 243 / 1);
}

.focus\:bg-dark-100\/15:focus {
  background-color: rgb(235 237 243 / 0.15);
}

.focus\:bg-dark-100\/20:focus {
  background-color: rgb(235 237 243 / 0.2);
}

.focus\:bg-dark-100\/25:focus {
  background-color: rgb(235 237 243 / 0.25);
}

.focus\:bg-dark-100\/30:focus {
  background-color: rgb(235 237 243 / 0.3);
}

.focus\:bg-dark-100\/35:focus {
  background-color: rgb(235 237 243 / 0.35);
}

.focus\:bg-dark-100\/40:focus {
  background-color: rgb(235 237 243 / 0.4);
}

.focus\:bg-dark-100\/45:focus {
  background-color: rgb(235 237 243 / 0.45);
}

.focus\:bg-dark-100\/5:focus {
  background-color: rgb(235 237 243 / 0.05);
}

.focus\:bg-dark-100\/50:focus {
  background-color: rgb(235 237 243 / 0.5);
}

.focus\:bg-dark-100\/55:focus {
  background-color: rgb(235 237 243 / 0.55);
}

.focus\:bg-dark-100\/60:focus {
  background-color: rgb(235 237 243 / 0.6);
}

.focus\:bg-dark-100\/65:focus {
  background-color: rgb(235 237 243 / 0.65);
}

.focus\:bg-dark-100\/70:focus {
  background-color: rgb(235 237 243 / 0.7);
}

.focus\:bg-dark-100\/75:focus {
  background-color: rgb(235 237 243 / 0.75);
}

.focus\:bg-dark-100\/80:focus {
  background-color: rgb(235 237 243 / 0.8);
}

.focus\:bg-dark-100\/85:focus {
  background-color: rgb(235 237 243 / 0.85);
}

.focus\:bg-dark-100\/90:focus {
  background-color: rgb(235 237 243 / 0.9);
}

.focus\:bg-dark-100\/95:focus {
  background-color: rgb(235 237 243 / 0.95);
}

.focus\:bg-dark-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 239 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-200\/0:focus {
  background-color: rgb(228 230 239 / 0);
}

.focus\:bg-dark-200\/10:focus {
  background-color: rgb(228 230 239 / 0.1);
}

.focus\:bg-dark-200\/100:focus {
  background-color: rgb(228 230 239 / 1);
}

.focus\:bg-dark-200\/15:focus {
  background-color: rgb(228 230 239 / 0.15);
}

.focus\:bg-dark-200\/20:focus {
  background-color: rgb(228 230 239 / 0.2);
}

.focus\:bg-dark-200\/25:focus {
  background-color: rgb(228 230 239 / 0.25);
}

.focus\:bg-dark-200\/30:focus {
  background-color: rgb(228 230 239 / 0.3);
}

.focus\:bg-dark-200\/35:focus {
  background-color: rgb(228 230 239 / 0.35);
}

.focus\:bg-dark-200\/40:focus {
  background-color: rgb(228 230 239 / 0.4);
}

.focus\:bg-dark-200\/45:focus {
  background-color: rgb(228 230 239 / 0.45);
}

.focus\:bg-dark-200\/5:focus {
  background-color: rgb(228 230 239 / 0.05);
}

.focus\:bg-dark-200\/50:focus {
  background-color: rgb(228 230 239 / 0.5);
}

.focus\:bg-dark-200\/55:focus {
  background-color: rgb(228 230 239 / 0.55);
}

.focus\:bg-dark-200\/60:focus {
  background-color: rgb(228 230 239 / 0.6);
}

.focus\:bg-dark-200\/65:focus {
  background-color: rgb(228 230 239 / 0.65);
}

.focus\:bg-dark-200\/70:focus {
  background-color: rgb(228 230 239 / 0.7);
}

.focus\:bg-dark-200\/75:focus {
  background-color: rgb(228 230 239 / 0.75);
}

.focus\:bg-dark-200\/80:focus {
  background-color: rgb(228 230 239 / 0.8);
}

.focus\:bg-dark-200\/85:focus {
  background-color: rgb(228 230 239 / 0.85);
}

.focus\:bg-dark-200\/90:focus {
  background-color: rgb(228 230 239 / 0.9);
}

.focus\:bg-dark-200\/95:focus {
  background-color: rgb(228 230 239 / 0.95);
}

.focus\:bg-dark-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 224 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-300\/0:focus {
  background-color: rgb(209 211 224 / 0);
}

.focus\:bg-dark-300\/10:focus {
  background-color: rgb(209 211 224 / 0.1);
}

.focus\:bg-dark-300\/100:focus {
  background-color: rgb(209 211 224 / 1);
}

.focus\:bg-dark-300\/15:focus {
  background-color: rgb(209 211 224 / 0.15);
}

.focus\:bg-dark-300\/20:focus {
  background-color: rgb(209 211 224 / 0.2);
}

.focus\:bg-dark-300\/25:focus {
  background-color: rgb(209 211 224 / 0.25);
}

.focus\:bg-dark-300\/30:focus {
  background-color: rgb(209 211 224 / 0.3);
}

.focus\:bg-dark-300\/35:focus {
  background-color: rgb(209 211 224 / 0.35);
}

.focus\:bg-dark-300\/40:focus {
  background-color: rgb(209 211 224 / 0.4);
}

.focus\:bg-dark-300\/45:focus {
  background-color: rgb(209 211 224 / 0.45);
}

.focus\:bg-dark-300\/5:focus {
  background-color: rgb(209 211 224 / 0.05);
}

.focus\:bg-dark-300\/50:focus {
  background-color: rgb(209 211 224 / 0.5);
}

.focus\:bg-dark-300\/55:focus {
  background-color: rgb(209 211 224 / 0.55);
}

.focus\:bg-dark-300\/60:focus {
  background-color: rgb(209 211 224 / 0.6);
}

.focus\:bg-dark-300\/65:focus {
  background-color: rgb(209 211 224 / 0.65);
}

.focus\:bg-dark-300\/70:focus {
  background-color: rgb(209 211 224 / 0.7);
}

.focus\:bg-dark-300\/75:focus {
  background-color: rgb(209 211 224 / 0.75);
}

.focus\:bg-dark-300\/80:focus {
  background-color: rgb(209 211 224 / 0.8);
}

.focus\:bg-dark-300\/85:focus {
  background-color: rgb(209 211 224 / 0.85);
}

.focus\:bg-dark-300\/90:focus {
  background-color: rgb(209 211 224 / 0.9);
}

.focus\:bg-dark-300\/95:focus {
  background-color: rgb(209 211 224 / 0.95);
}

.focus\:bg-dark-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 195 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-400\/0:focus {
  background-color: rgb(181 181 195 / 0);
}

.focus\:bg-dark-400\/10:focus {
  background-color: rgb(181 181 195 / 0.1);
}

.focus\:bg-dark-400\/100:focus {
  background-color: rgb(181 181 195 / 1);
}

.focus\:bg-dark-400\/15:focus {
  background-color: rgb(181 181 195 / 0.15);
}

.focus\:bg-dark-400\/20:focus {
  background-color: rgb(181 181 195 / 0.2);
}

.focus\:bg-dark-400\/25:focus {
  background-color: rgb(181 181 195 / 0.25);
}

.focus\:bg-dark-400\/30:focus {
  background-color: rgb(181 181 195 / 0.3);
}

.focus\:bg-dark-400\/35:focus {
  background-color: rgb(181 181 195 / 0.35);
}

.focus\:bg-dark-400\/40:focus {
  background-color: rgb(181 181 195 / 0.4);
}

.focus\:bg-dark-400\/45:focus {
  background-color: rgb(181 181 195 / 0.45);
}

.focus\:bg-dark-400\/5:focus {
  background-color: rgb(181 181 195 / 0.05);
}

.focus\:bg-dark-400\/50:focus {
  background-color: rgb(181 181 195 / 0.5);
}

.focus\:bg-dark-400\/55:focus {
  background-color: rgb(181 181 195 / 0.55);
}

.focus\:bg-dark-400\/60:focus {
  background-color: rgb(181 181 195 / 0.6);
}

.focus\:bg-dark-400\/65:focus {
  background-color: rgb(181 181 195 / 0.65);
}

.focus\:bg-dark-400\/70:focus {
  background-color: rgb(181 181 195 / 0.7);
}

.focus\:bg-dark-400\/75:focus {
  background-color: rgb(181 181 195 / 0.75);
}

.focus\:bg-dark-400\/80:focus {
  background-color: rgb(181 181 195 / 0.8);
}

.focus\:bg-dark-400\/85:focus {
  background-color: rgb(181 181 195 / 0.85);
}

.focus\:bg-dark-400\/90:focus {
  background-color: rgb(181 181 195 / 0.9);
}

.focus\:bg-dark-400\/95:focus {
  background-color: rgb(181 181 195 / 0.95);
}

.focus\:bg-dark-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-50\/0:focus {
  background-color: rgb(243 246 249 / 0);
}

.focus\:bg-dark-50\/10:focus {
  background-color: rgb(243 246 249 / 0.1);
}

.focus\:bg-dark-50\/100:focus {
  background-color: rgb(243 246 249 / 1);
}

.focus\:bg-dark-50\/15:focus {
  background-color: rgb(243 246 249 / 0.15);
}

.focus\:bg-dark-50\/20:focus {
  background-color: rgb(243 246 249 / 0.2);
}

.focus\:bg-dark-50\/25:focus {
  background-color: rgb(243 246 249 / 0.25);
}

.focus\:bg-dark-50\/30:focus {
  background-color: rgb(243 246 249 / 0.3);
}

.focus\:bg-dark-50\/35:focus {
  background-color: rgb(243 246 249 / 0.35);
}

.focus\:bg-dark-50\/40:focus {
  background-color: rgb(243 246 249 / 0.4);
}

.focus\:bg-dark-50\/45:focus {
  background-color: rgb(243 246 249 / 0.45);
}

.focus\:bg-dark-50\/5:focus {
  background-color: rgb(243 246 249 / 0.05);
}

.focus\:bg-dark-50\/50:focus {
  background-color: rgb(243 246 249 / 0.5);
}

.focus\:bg-dark-50\/55:focus {
  background-color: rgb(243 246 249 / 0.55);
}

.focus\:bg-dark-50\/60:focus {
  background-color: rgb(243 246 249 / 0.6);
}

.focus\:bg-dark-50\/65:focus {
  background-color: rgb(243 246 249 / 0.65);
}

.focus\:bg-dark-50\/70:focus {
  background-color: rgb(243 246 249 / 0.7);
}

.focus\:bg-dark-50\/75:focus {
  background-color: rgb(243 246 249 / 0.75);
}

.focus\:bg-dark-50\/80:focus {
  background-color: rgb(243 246 249 / 0.8);
}

.focus\:bg-dark-50\/85:focus {
  background-color: rgb(243 246 249 / 0.85);
}

.focus\:bg-dark-50\/90:focus {
  background-color: rgb(243 246 249 / 0.9);
}

.focus\:bg-dark-50\/95:focus {
  background-color: rgb(243 246 249 / 0.95);
}

.focus\:bg-dark-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 130 153 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-500\/0:focus {
  background-color: rgb(126 130 153 / 0);
}

.focus\:bg-dark-500\/10:focus {
  background-color: rgb(126 130 153 / 0.1);
}

.focus\:bg-dark-500\/100:focus {
  background-color: rgb(126 130 153 / 1);
}

.focus\:bg-dark-500\/15:focus {
  background-color: rgb(126 130 153 / 0.15);
}

.focus\:bg-dark-500\/20:focus {
  background-color: rgb(126 130 153 / 0.2);
}

.focus\:bg-dark-500\/25:focus {
  background-color: rgb(126 130 153 / 0.25);
}

.focus\:bg-dark-500\/30:focus {
  background-color: rgb(126 130 153 / 0.3);
}

.focus\:bg-dark-500\/35:focus {
  background-color: rgb(126 130 153 / 0.35);
}

.focus\:bg-dark-500\/40:focus {
  background-color: rgb(126 130 153 / 0.4);
}

.focus\:bg-dark-500\/45:focus {
  background-color: rgb(126 130 153 / 0.45);
}

.focus\:bg-dark-500\/5:focus {
  background-color: rgb(126 130 153 / 0.05);
}

.focus\:bg-dark-500\/50:focus {
  background-color: rgb(126 130 153 / 0.5);
}

.focus\:bg-dark-500\/55:focus {
  background-color: rgb(126 130 153 / 0.55);
}

.focus\:bg-dark-500\/60:focus {
  background-color: rgb(126 130 153 / 0.6);
}

.focus\:bg-dark-500\/65:focus {
  background-color: rgb(126 130 153 / 0.65);
}

.focus\:bg-dark-500\/70:focus {
  background-color: rgb(126 130 153 / 0.7);
}

.focus\:bg-dark-500\/75:focus {
  background-color: rgb(126 130 153 / 0.75);
}

.focus\:bg-dark-500\/80:focus {
  background-color: rgb(126 130 153 / 0.8);
}

.focus\:bg-dark-500\/85:focus {
  background-color: rgb(126 130 153 / 0.85);
}

.focus\:bg-dark-500\/90:focus {
  background-color: rgb(126 130 153 / 0.9);
}

.focus\:bg-dark-500\/95:focus {
  background-color: rgb(126 130 153 / 0.95);
}

.focus\:bg-dark-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(94 98 120 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-600\/0:focus {
  background-color: rgb(94 98 120 / 0);
}

.focus\:bg-dark-600\/10:focus {
  background-color: rgb(94 98 120 / 0.1);
}

.focus\:bg-dark-600\/100:focus {
  background-color: rgb(94 98 120 / 1);
}

.focus\:bg-dark-600\/15:focus {
  background-color: rgb(94 98 120 / 0.15);
}

.focus\:bg-dark-600\/20:focus {
  background-color: rgb(94 98 120 / 0.2);
}

.focus\:bg-dark-600\/25:focus {
  background-color: rgb(94 98 120 / 0.25);
}

.focus\:bg-dark-600\/30:focus {
  background-color: rgb(94 98 120 / 0.3);
}

.focus\:bg-dark-600\/35:focus {
  background-color: rgb(94 98 120 / 0.35);
}

.focus\:bg-dark-600\/40:focus {
  background-color: rgb(94 98 120 / 0.4);
}

.focus\:bg-dark-600\/45:focus {
  background-color: rgb(94 98 120 / 0.45);
}

.focus\:bg-dark-600\/5:focus {
  background-color: rgb(94 98 120 / 0.05);
}

.focus\:bg-dark-600\/50:focus {
  background-color: rgb(94 98 120 / 0.5);
}

.focus\:bg-dark-600\/55:focus {
  background-color: rgb(94 98 120 / 0.55);
}

.focus\:bg-dark-600\/60:focus {
  background-color: rgb(94 98 120 / 0.6);
}

.focus\:bg-dark-600\/65:focus {
  background-color: rgb(94 98 120 / 0.65);
}

.focus\:bg-dark-600\/70:focus {
  background-color: rgb(94 98 120 / 0.7);
}

.focus\:bg-dark-600\/75:focus {
  background-color: rgb(94 98 120 / 0.75);
}

.focus\:bg-dark-600\/80:focus {
  background-color: rgb(94 98 120 / 0.8);
}

.focus\:bg-dark-600\/85:focus {
  background-color: rgb(94 98 120 / 0.85);
}

.focus\:bg-dark-600\/90:focus {
  background-color: rgb(94 98 120 / 0.9);
}

.focus\:bg-dark-600\/95:focus {
  background-color: rgb(94 98 120 / 0.95);
}

.focus\:bg-dark-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 66 84 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-700\/0:focus {
  background-color: rgb(63 66 84 / 0);
}

.focus\:bg-dark-700\/10:focus {
  background-color: rgb(63 66 84 / 0.1);
}

.focus\:bg-dark-700\/100:focus {
  background-color: rgb(63 66 84 / 1);
}

.focus\:bg-dark-700\/15:focus {
  background-color: rgb(63 66 84 / 0.15);
}

.focus\:bg-dark-700\/20:focus {
  background-color: rgb(63 66 84 / 0.2);
}

.focus\:bg-dark-700\/25:focus {
  background-color: rgb(63 66 84 / 0.25);
}

.focus\:bg-dark-700\/30:focus {
  background-color: rgb(63 66 84 / 0.3);
}

.focus\:bg-dark-700\/35:focus {
  background-color: rgb(63 66 84 / 0.35);
}

.focus\:bg-dark-700\/40:focus {
  background-color: rgb(63 66 84 / 0.4);
}

.focus\:bg-dark-700\/45:focus {
  background-color: rgb(63 66 84 / 0.45);
}

.focus\:bg-dark-700\/5:focus {
  background-color: rgb(63 66 84 / 0.05);
}

.focus\:bg-dark-700\/50:focus {
  background-color: rgb(63 66 84 / 0.5);
}

.focus\:bg-dark-700\/55:focus {
  background-color: rgb(63 66 84 / 0.55);
}

.focus\:bg-dark-700\/60:focus {
  background-color: rgb(63 66 84 / 0.6);
}

.focus\:bg-dark-700\/65:focus {
  background-color: rgb(63 66 84 / 0.65);
}

.focus\:bg-dark-700\/70:focus {
  background-color: rgb(63 66 84 / 0.7);
}

.focus\:bg-dark-700\/75:focus {
  background-color: rgb(63 66 84 / 0.75);
}

.focus\:bg-dark-700\/80:focus {
  background-color: rgb(63 66 84 / 0.8);
}

.focus\:bg-dark-700\/85:focus {
  background-color: rgb(63 66 84 / 0.85);
}

.focus\:bg-dark-700\/90:focus {
  background-color: rgb(63 66 84 / 0.9);
}

.focus\:bg-dark-700\/95:focus {
  background-color: rgb(63 66 84 / 0.95);
}

.focus\:bg-dark-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-800\/0:focus {
  background-color: rgb(24 28 50 / 0);
}

.focus\:bg-dark-800\/10:focus {
  background-color: rgb(24 28 50 / 0.1);
}

.focus\:bg-dark-800\/100:focus {
  background-color: rgb(24 28 50 / 1);
}

.focus\:bg-dark-800\/15:focus {
  background-color: rgb(24 28 50 / 0.15);
}

.focus\:bg-dark-800\/20:focus {
  background-color: rgb(24 28 50 / 0.2);
}

.focus\:bg-dark-800\/25:focus {
  background-color: rgb(24 28 50 / 0.25);
}

.focus\:bg-dark-800\/30:focus {
  background-color: rgb(24 28 50 / 0.3);
}

.focus\:bg-dark-800\/35:focus {
  background-color: rgb(24 28 50 / 0.35);
}

.focus\:bg-dark-800\/40:focus {
  background-color: rgb(24 28 50 / 0.4);
}

.focus\:bg-dark-800\/45:focus {
  background-color: rgb(24 28 50 / 0.45);
}

.focus\:bg-dark-800\/5:focus {
  background-color: rgb(24 28 50 / 0.05);
}

.focus\:bg-dark-800\/50:focus {
  background-color: rgb(24 28 50 / 0.5);
}

.focus\:bg-dark-800\/55:focus {
  background-color: rgb(24 28 50 / 0.55);
}

.focus\:bg-dark-800\/60:focus {
  background-color: rgb(24 28 50 / 0.6);
}

.focus\:bg-dark-800\/65:focus {
  background-color: rgb(24 28 50 / 0.65);
}

.focus\:bg-dark-800\/70:focus {
  background-color: rgb(24 28 50 / 0.7);
}

.focus\:bg-dark-800\/75:focus {
  background-color: rgb(24 28 50 / 0.75);
}

.focus\:bg-dark-800\/80:focus {
  background-color: rgb(24 28 50 / 0.8);
}

.focus\:bg-dark-800\/85:focus {
  background-color: rgb(24 28 50 / 0.85);
}

.focus\:bg-dark-800\/90:focus {
  background-color: rgb(24 28 50 / 0.9);
}

.focus\:bg-dark-800\/95:focus {
  background-color: rgb(24 28 50 / 0.95);
}

.focus\:bg-dark-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 26 / var(--tw-bg-opacity, 1));
}

.focus\:bg-dark-900\/0:focus {
  background-color: rgb(13 15 26 / 0);
}

.focus\:bg-dark-900\/10:focus {
  background-color: rgb(13 15 26 / 0.1);
}

.focus\:bg-dark-900\/100:focus {
  background-color: rgb(13 15 26 / 1);
}

.focus\:bg-dark-900\/15:focus {
  background-color: rgb(13 15 26 / 0.15);
}

.focus\:bg-dark-900\/20:focus {
  background-color: rgb(13 15 26 / 0.2);
}

.focus\:bg-dark-900\/25:focus {
  background-color: rgb(13 15 26 / 0.25);
}

.focus\:bg-dark-900\/30:focus {
  background-color: rgb(13 15 26 / 0.3);
}

.focus\:bg-dark-900\/35:focus {
  background-color: rgb(13 15 26 / 0.35);
}

.focus\:bg-dark-900\/40:focus {
  background-color: rgb(13 15 26 / 0.4);
}

.focus\:bg-dark-900\/45:focus {
  background-color: rgb(13 15 26 / 0.45);
}

.focus\:bg-dark-900\/5:focus {
  background-color: rgb(13 15 26 / 0.05);
}

.focus\:bg-dark-900\/50:focus {
  background-color: rgb(13 15 26 / 0.5);
}

.focus\:bg-dark-900\/55:focus {
  background-color: rgb(13 15 26 / 0.55);
}

.focus\:bg-dark-900\/60:focus {
  background-color: rgb(13 15 26 / 0.6);
}

.focus\:bg-dark-900\/65:focus {
  background-color: rgb(13 15 26 / 0.65);
}

.focus\:bg-dark-900\/70:focus {
  background-color: rgb(13 15 26 / 0.7);
}

.focus\:bg-dark-900\/75:focus {
  background-color: rgb(13 15 26 / 0.75);
}

.focus\:bg-dark-900\/80:focus {
  background-color: rgb(13 15 26 / 0.8);
}

.focus\:bg-dark-900\/85:focus {
  background-color: rgb(13 15 26 / 0.85);
}

.focus\:bg-dark-900\/90:focus {
  background-color: rgb(13 15 26 / 0.9);
}

.focus\:bg-dark-900\/95:focus {
  background-color: rgb(13 15 26 / 0.95);
}

.focus\:bg-dark\/0:focus {
  background-color: rgb(24 28 50 / 0);
}

.focus\:bg-dark\/10:focus {
  background-color: rgb(24 28 50 / 0.1);
}

.focus\:bg-dark\/100:focus {
  background-color: rgb(24 28 50 / 1);
}

.focus\:bg-dark\/15:focus {
  background-color: rgb(24 28 50 / 0.15);
}

.focus\:bg-dark\/20:focus {
  background-color: rgb(24 28 50 / 0.2);
}

.focus\:bg-dark\/25:focus {
  background-color: rgb(24 28 50 / 0.25);
}

.focus\:bg-dark\/30:focus {
  background-color: rgb(24 28 50 / 0.3);
}

.focus\:bg-dark\/35:focus {
  background-color: rgb(24 28 50 / 0.35);
}

.focus\:bg-dark\/40:focus {
  background-color: rgb(24 28 50 / 0.4);
}

.focus\:bg-dark\/45:focus {
  background-color: rgb(24 28 50 / 0.45);
}

.focus\:bg-dark\/5:focus {
  background-color: rgb(24 28 50 / 0.05);
}

.focus\:bg-dark\/50:focus {
  background-color: rgb(24 28 50 / 0.5);
}

.focus\:bg-dark\/55:focus {
  background-color: rgb(24 28 50 / 0.55);
}

.focus\:bg-dark\/60:focus {
  background-color: rgb(24 28 50 / 0.6);
}

.focus\:bg-dark\/65:focus {
  background-color: rgb(24 28 50 / 0.65);
}

.focus\:bg-dark\/70:focus {
  background-color: rgb(24 28 50 / 0.7);
}

.focus\:bg-dark\/75:focus {
  background-color: rgb(24 28 50 / 0.75);
}

.focus\:bg-dark\/80:focus {
  background-color: rgb(24 28 50 / 0.8);
}

.focus\:bg-dark\/85:focus {
  background-color: rgb(24 28 50 / 0.85);
}

.focus\:bg-dark\/90:focus {
  background-color: rgb(24 28 50 / 0.9);
}

.focus\:bg-dark\/95:focus {
  background-color: rgb(24 28 50 / 0.95);
}

.focus\:bg-info:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-100\/0:focus {
  background-color: rgb(219 234 254 / 0);
}

.focus\:bg-info-100\/10:focus {
  background-color: rgb(219 234 254 / 0.1);
}

.focus\:bg-info-100\/100:focus {
  background-color: rgb(219 234 254 / 1);
}

.focus\:bg-info-100\/15:focus {
  background-color: rgb(219 234 254 / 0.15);
}

.focus\:bg-info-100\/20:focus {
  background-color: rgb(219 234 254 / 0.2);
}

.focus\:bg-info-100\/25:focus {
  background-color: rgb(219 234 254 / 0.25);
}

.focus\:bg-info-100\/30:focus {
  background-color: rgb(219 234 254 / 0.3);
}

.focus\:bg-info-100\/35:focus {
  background-color: rgb(219 234 254 / 0.35);
}

.focus\:bg-info-100\/40:focus {
  background-color: rgb(219 234 254 / 0.4);
}

.focus\:bg-info-100\/45:focus {
  background-color: rgb(219 234 254 / 0.45);
}

.focus\:bg-info-100\/5:focus {
  background-color: rgb(219 234 254 / 0.05);
}

.focus\:bg-info-100\/50:focus {
  background-color: rgb(219 234 254 / 0.5);
}

.focus\:bg-info-100\/55:focus {
  background-color: rgb(219 234 254 / 0.55);
}

.focus\:bg-info-100\/60:focus {
  background-color: rgb(219 234 254 / 0.6);
}

.focus\:bg-info-100\/65:focus {
  background-color: rgb(219 234 254 / 0.65);
}

.focus\:bg-info-100\/70:focus {
  background-color: rgb(219 234 254 / 0.7);
}

.focus\:bg-info-100\/75:focus {
  background-color: rgb(219 234 254 / 0.75);
}

.focus\:bg-info-100\/80:focus {
  background-color: rgb(219 234 254 / 0.8);
}

.focus\:bg-info-100\/85:focus {
  background-color: rgb(219 234 254 / 0.85);
}

.focus\:bg-info-100\/90:focus {
  background-color: rgb(219 234 254 / 0.9);
}

.focus\:bg-info-100\/95:focus {
  background-color: rgb(219 234 254 / 0.95);
}

.focus\:bg-info-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-200\/0:focus {
  background-color: rgb(191 219 254 / 0);
}

.focus\:bg-info-200\/10:focus {
  background-color: rgb(191 219 254 / 0.1);
}

.focus\:bg-info-200\/100:focus {
  background-color: rgb(191 219 254 / 1);
}

.focus\:bg-info-200\/15:focus {
  background-color: rgb(191 219 254 / 0.15);
}

.focus\:bg-info-200\/20:focus {
  background-color: rgb(191 219 254 / 0.2);
}

.focus\:bg-info-200\/25:focus {
  background-color: rgb(191 219 254 / 0.25);
}

.focus\:bg-info-200\/30:focus {
  background-color: rgb(191 219 254 / 0.3);
}

.focus\:bg-info-200\/35:focus {
  background-color: rgb(191 219 254 / 0.35);
}

.focus\:bg-info-200\/40:focus {
  background-color: rgb(191 219 254 / 0.4);
}

.focus\:bg-info-200\/45:focus {
  background-color: rgb(191 219 254 / 0.45);
}

.focus\:bg-info-200\/5:focus {
  background-color: rgb(191 219 254 / 0.05);
}

.focus\:bg-info-200\/50:focus {
  background-color: rgb(191 219 254 / 0.5);
}

.focus\:bg-info-200\/55:focus {
  background-color: rgb(191 219 254 / 0.55);
}

.focus\:bg-info-200\/60:focus {
  background-color: rgb(191 219 254 / 0.6);
}

.focus\:bg-info-200\/65:focus {
  background-color: rgb(191 219 254 / 0.65);
}

.focus\:bg-info-200\/70:focus {
  background-color: rgb(191 219 254 / 0.7);
}

.focus\:bg-info-200\/75:focus {
  background-color: rgb(191 219 254 / 0.75);
}

.focus\:bg-info-200\/80:focus {
  background-color: rgb(191 219 254 / 0.8);
}

.focus\:bg-info-200\/85:focus {
  background-color: rgb(191 219 254 / 0.85);
}

.focus\:bg-info-200\/90:focus {
  background-color: rgb(191 219 254 / 0.9);
}

.focus\:bg-info-200\/95:focus {
  background-color: rgb(191 219 254 / 0.95);
}

.focus\:bg-info-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-300\/0:focus {
  background-color: rgb(147 197 253 / 0);
}

.focus\:bg-info-300\/10:focus {
  background-color: rgb(147 197 253 / 0.1);
}

.focus\:bg-info-300\/100:focus {
  background-color: rgb(147 197 253 / 1);
}

.focus\:bg-info-300\/15:focus {
  background-color: rgb(147 197 253 / 0.15);
}

.focus\:bg-info-300\/20:focus {
  background-color: rgb(147 197 253 / 0.2);
}

.focus\:bg-info-300\/25:focus {
  background-color: rgb(147 197 253 / 0.25);
}

.focus\:bg-info-300\/30:focus {
  background-color: rgb(147 197 253 / 0.3);
}

.focus\:bg-info-300\/35:focus {
  background-color: rgb(147 197 253 / 0.35);
}

.focus\:bg-info-300\/40:focus {
  background-color: rgb(147 197 253 / 0.4);
}

.focus\:bg-info-300\/45:focus {
  background-color: rgb(147 197 253 / 0.45);
}

.focus\:bg-info-300\/5:focus {
  background-color: rgb(147 197 253 / 0.05);
}

.focus\:bg-info-300\/50:focus {
  background-color: rgb(147 197 253 / 0.5);
}

.focus\:bg-info-300\/55:focus {
  background-color: rgb(147 197 253 / 0.55);
}

.focus\:bg-info-300\/60:focus {
  background-color: rgb(147 197 253 / 0.6);
}

.focus\:bg-info-300\/65:focus {
  background-color: rgb(147 197 253 / 0.65);
}

.focus\:bg-info-300\/70:focus {
  background-color: rgb(147 197 253 / 0.7);
}

.focus\:bg-info-300\/75:focus {
  background-color: rgb(147 197 253 / 0.75);
}

.focus\:bg-info-300\/80:focus {
  background-color: rgb(147 197 253 / 0.8);
}

.focus\:bg-info-300\/85:focus {
  background-color: rgb(147 197 253 / 0.85);
}

.focus\:bg-info-300\/90:focus {
  background-color: rgb(147 197 253 / 0.9);
}

.focus\:bg-info-300\/95:focus {
  background-color: rgb(147 197 253 / 0.95);
}

.focus\:bg-info-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-400\/0:focus {
  background-color: rgb(96 165 250 / 0);
}

.focus\:bg-info-400\/10:focus {
  background-color: rgb(96 165 250 / 0.1);
}

.focus\:bg-info-400\/100:focus {
  background-color: rgb(96 165 250 / 1);
}

.focus\:bg-info-400\/15:focus {
  background-color: rgb(96 165 250 / 0.15);
}

.focus\:bg-info-400\/20:focus {
  background-color: rgb(96 165 250 / 0.2);
}

.focus\:bg-info-400\/25:focus {
  background-color: rgb(96 165 250 / 0.25);
}

.focus\:bg-info-400\/30:focus {
  background-color: rgb(96 165 250 / 0.3);
}

.focus\:bg-info-400\/35:focus {
  background-color: rgb(96 165 250 / 0.35);
}

.focus\:bg-info-400\/40:focus {
  background-color: rgb(96 165 250 / 0.4);
}

.focus\:bg-info-400\/45:focus {
  background-color: rgb(96 165 250 / 0.45);
}

.focus\:bg-info-400\/5:focus {
  background-color: rgb(96 165 250 / 0.05);
}

.focus\:bg-info-400\/50:focus {
  background-color: rgb(96 165 250 / 0.5);
}

.focus\:bg-info-400\/55:focus {
  background-color: rgb(96 165 250 / 0.55);
}

.focus\:bg-info-400\/60:focus {
  background-color: rgb(96 165 250 / 0.6);
}

.focus\:bg-info-400\/65:focus {
  background-color: rgb(96 165 250 / 0.65);
}

.focus\:bg-info-400\/70:focus {
  background-color: rgb(96 165 250 / 0.7);
}

.focus\:bg-info-400\/75:focus {
  background-color: rgb(96 165 250 / 0.75);
}

.focus\:bg-info-400\/80:focus {
  background-color: rgb(96 165 250 / 0.8);
}

.focus\:bg-info-400\/85:focus {
  background-color: rgb(96 165 250 / 0.85);
}

.focus\:bg-info-400\/90:focus {
  background-color: rgb(96 165 250 / 0.9);
}

.focus\:bg-info-400\/95:focus {
  background-color: rgb(96 165 250 / 0.95);
}

.focus\:bg-info-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-50\/0:focus {
  background-color: rgb(239 246 255 / 0);
}

.focus\:bg-info-50\/10:focus {
  background-color: rgb(239 246 255 / 0.1);
}

.focus\:bg-info-50\/100:focus {
  background-color: rgb(239 246 255 / 1);
}

.focus\:bg-info-50\/15:focus {
  background-color: rgb(239 246 255 / 0.15);
}

.focus\:bg-info-50\/20:focus {
  background-color: rgb(239 246 255 / 0.2);
}

.focus\:bg-info-50\/25:focus {
  background-color: rgb(239 246 255 / 0.25);
}

.focus\:bg-info-50\/30:focus {
  background-color: rgb(239 246 255 / 0.3);
}

.focus\:bg-info-50\/35:focus {
  background-color: rgb(239 246 255 / 0.35);
}

.focus\:bg-info-50\/40:focus {
  background-color: rgb(239 246 255 / 0.4);
}

.focus\:bg-info-50\/45:focus {
  background-color: rgb(239 246 255 / 0.45);
}

.focus\:bg-info-50\/5:focus {
  background-color: rgb(239 246 255 / 0.05);
}

.focus\:bg-info-50\/50:focus {
  background-color: rgb(239 246 255 / 0.5);
}

.focus\:bg-info-50\/55:focus {
  background-color: rgb(239 246 255 / 0.55);
}

.focus\:bg-info-50\/60:focus {
  background-color: rgb(239 246 255 / 0.6);
}

.focus\:bg-info-50\/65:focus {
  background-color: rgb(239 246 255 / 0.65);
}

.focus\:bg-info-50\/70:focus {
  background-color: rgb(239 246 255 / 0.7);
}

.focus\:bg-info-50\/75:focus {
  background-color: rgb(239 246 255 / 0.75);
}

.focus\:bg-info-50\/80:focus {
  background-color: rgb(239 246 255 / 0.8);
}

.focus\:bg-info-50\/85:focus {
  background-color: rgb(239 246 255 / 0.85);
}

.focus\:bg-info-50\/90:focus {
  background-color: rgb(239 246 255 / 0.9);
}

.focus\:bg-info-50\/95:focus {
  background-color: rgb(239 246 255 / 0.95);
}

.focus\:bg-info-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-500\/0:focus {
  background-color: rgb(59 130 246 / 0);
}

.focus\:bg-info-500\/10:focus {
  background-color: rgb(59 130 246 / 0.1);
}

.focus\:bg-info-500\/100:focus {
  background-color: rgb(59 130 246 / 1);
}

.focus\:bg-info-500\/15:focus {
  background-color: rgb(59 130 246 / 0.15);
}

.focus\:bg-info-500\/20:focus {
  background-color: rgb(59 130 246 / 0.2);
}

.focus\:bg-info-500\/25:focus {
  background-color: rgb(59 130 246 / 0.25);
}

.focus\:bg-info-500\/30:focus {
  background-color: rgb(59 130 246 / 0.3);
}

.focus\:bg-info-500\/35:focus {
  background-color: rgb(59 130 246 / 0.35);
}

.focus\:bg-info-500\/40:focus {
  background-color: rgb(59 130 246 / 0.4);
}

.focus\:bg-info-500\/45:focus {
  background-color: rgb(59 130 246 / 0.45);
}

.focus\:bg-info-500\/5:focus {
  background-color: rgb(59 130 246 / 0.05);
}

.focus\:bg-info-500\/50:focus {
  background-color: rgb(59 130 246 / 0.5);
}

.focus\:bg-info-500\/55:focus {
  background-color: rgb(59 130 246 / 0.55);
}

.focus\:bg-info-500\/60:focus {
  background-color: rgb(59 130 246 / 0.6);
}

.focus\:bg-info-500\/65:focus {
  background-color: rgb(59 130 246 / 0.65);
}

.focus\:bg-info-500\/70:focus {
  background-color: rgb(59 130 246 / 0.7);
}

.focus\:bg-info-500\/75:focus {
  background-color: rgb(59 130 246 / 0.75);
}

.focus\:bg-info-500\/80:focus {
  background-color: rgb(59 130 246 / 0.8);
}

.focus\:bg-info-500\/85:focus {
  background-color: rgb(59 130 246 / 0.85);
}

.focus\:bg-info-500\/90:focus {
  background-color: rgb(59 130 246 / 0.9);
}

.focus\:bg-info-500\/95:focus {
  background-color: rgb(59 130 246 / 0.95);
}

.focus\:bg-info-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-600\/0:focus {
  background-color: rgb(37 99 235 / 0);
}

.focus\:bg-info-600\/10:focus {
  background-color: rgb(37 99 235 / 0.1);
}

.focus\:bg-info-600\/100:focus {
  background-color: rgb(37 99 235 / 1);
}

.focus\:bg-info-600\/15:focus {
  background-color: rgb(37 99 235 / 0.15);
}

.focus\:bg-info-600\/20:focus {
  background-color: rgb(37 99 235 / 0.2);
}

.focus\:bg-info-600\/25:focus {
  background-color: rgb(37 99 235 / 0.25);
}

.focus\:bg-info-600\/30:focus {
  background-color: rgb(37 99 235 / 0.3);
}

.focus\:bg-info-600\/35:focus {
  background-color: rgb(37 99 235 / 0.35);
}

.focus\:bg-info-600\/40:focus {
  background-color: rgb(37 99 235 / 0.4);
}

.focus\:bg-info-600\/45:focus {
  background-color: rgb(37 99 235 / 0.45);
}

.focus\:bg-info-600\/5:focus {
  background-color: rgb(37 99 235 / 0.05);
}

.focus\:bg-info-600\/50:focus {
  background-color: rgb(37 99 235 / 0.5);
}

.focus\:bg-info-600\/55:focus {
  background-color: rgb(37 99 235 / 0.55);
}

.focus\:bg-info-600\/60:focus {
  background-color: rgb(37 99 235 / 0.6);
}

.focus\:bg-info-600\/65:focus {
  background-color: rgb(37 99 235 / 0.65);
}

.focus\:bg-info-600\/70:focus {
  background-color: rgb(37 99 235 / 0.7);
}

.focus\:bg-info-600\/75:focus {
  background-color: rgb(37 99 235 / 0.75);
}

.focus\:bg-info-600\/80:focus {
  background-color: rgb(37 99 235 / 0.8);
}

.focus\:bg-info-600\/85:focus {
  background-color: rgb(37 99 235 / 0.85);
}

.focus\:bg-info-600\/90:focus {
  background-color: rgb(37 99 235 / 0.9);
}

.focus\:bg-info-600\/95:focus {
  background-color: rgb(37 99 235 / 0.95);
}

.focus\:bg-info-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-700\/0:focus {
  background-color: rgb(29 78 216 / 0);
}

.focus\:bg-info-700\/10:focus {
  background-color: rgb(29 78 216 / 0.1);
}

.focus\:bg-info-700\/100:focus {
  background-color: rgb(29 78 216 / 1);
}

.focus\:bg-info-700\/15:focus {
  background-color: rgb(29 78 216 / 0.15);
}

.focus\:bg-info-700\/20:focus {
  background-color: rgb(29 78 216 / 0.2);
}

.focus\:bg-info-700\/25:focus {
  background-color: rgb(29 78 216 / 0.25);
}

.focus\:bg-info-700\/30:focus {
  background-color: rgb(29 78 216 / 0.3);
}

.focus\:bg-info-700\/35:focus {
  background-color: rgb(29 78 216 / 0.35);
}

.focus\:bg-info-700\/40:focus {
  background-color: rgb(29 78 216 / 0.4);
}

.focus\:bg-info-700\/45:focus {
  background-color: rgb(29 78 216 / 0.45);
}

.focus\:bg-info-700\/5:focus {
  background-color: rgb(29 78 216 / 0.05);
}

.focus\:bg-info-700\/50:focus {
  background-color: rgb(29 78 216 / 0.5);
}

.focus\:bg-info-700\/55:focus {
  background-color: rgb(29 78 216 / 0.55);
}

.focus\:bg-info-700\/60:focus {
  background-color: rgb(29 78 216 / 0.6);
}

.focus\:bg-info-700\/65:focus {
  background-color: rgb(29 78 216 / 0.65);
}

.focus\:bg-info-700\/70:focus {
  background-color: rgb(29 78 216 / 0.7);
}

.focus\:bg-info-700\/75:focus {
  background-color: rgb(29 78 216 / 0.75);
}

.focus\:bg-info-700\/80:focus {
  background-color: rgb(29 78 216 / 0.8);
}

.focus\:bg-info-700\/85:focus {
  background-color: rgb(29 78 216 / 0.85);
}

.focus\:bg-info-700\/90:focus {
  background-color: rgb(29 78 216 / 0.9);
}

.focus\:bg-info-700\/95:focus {
  background-color: rgb(29 78 216 / 0.95);
}

.focus\:bg-info-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-800\/0:focus {
  background-color: rgb(30 64 175 / 0);
}

.focus\:bg-info-800\/10:focus {
  background-color: rgb(30 64 175 / 0.1);
}

.focus\:bg-info-800\/100:focus {
  background-color: rgb(30 64 175 / 1);
}

.focus\:bg-info-800\/15:focus {
  background-color: rgb(30 64 175 / 0.15);
}

.focus\:bg-info-800\/20:focus {
  background-color: rgb(30 64 175 / 0.2);
}

.focus\:bg-info-800\/25:focus {
  background-color: rgb(30 64 175 / 0.25);
}

.focus\:bg-info-800\/30:focus {
  background-color: rgb(30 64 175 / 0.3);
}

.focus\:bg-info-800\/35:focus {
  background-color: rgb(30 64 175 / 0.35);
}

.focus\:bg-info-800\/40:focus {
  background-color: rgb(30 64 175 / 0.4);
}

.focus\:bg-info-800\/45:focus {
  background-color: rgb(30 64 175 / 0.45);
}

.focus\:bg-info-800\/5:focus {
  background-color: rgb(30 64 175 / 0.05);
}

.focus\:bg-info-800\/50:focus {
  background-color: rgb(30 64 175 / 0.5);
}

.focus\:bg-info-800\/55:focus {
  background-color: rgb(30 64 175 / 0.55);
}

.focus\:bg-info-800\/60:focus {
  background-color: rgb(30 64 175 / 0.6);
}

.focus\:bg-info-800\/65:focus {
  background-color: rgb(30 64 175 / 0.65);
}

.focus\:bg-info-800\/70:focus {
  background-color: rgb(30 64 175 / 0.7);
}

.focus\:bg-info-800\/75:focus {
  background-color: rgb(30 64 175 / 0.75);
}

.focus\:bg-info-800\/80:focus {
  background-color: rgb(30 64 175 / 0.8);
}

.focus\:bg-info-800\/85:focus {
  background-color: rgb(30 64 175 / 0.85);
}

.focus\:bg-info-800\/90:focus {
  background-color: rgb(30 64 175 / 0.9);
}

.focus\:bg-info-800\/95:focus {
  background-color: rgb(30 64 175 / 0.95);
}

.focus\:bg-info-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-900\/0:focus {
  background-color: rgb(30 58 138 / 0);
}

.focus\:bg-info-900\/10:focus {
  background-color: rgb(30 58 138 / 0.1);
}

.focus\:bg-info-900\/100:focus {
  background-color: rgb(30 58 138 / 1);
}

.focus\:bg-info-900\/15:focus {
  background-color: rgb(30 58 138 / 0.15);
}

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

.focus\:bg-info-900\/25:focus {
  background-color: rgb(30 58 138 / 0.25);
}

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

.focus\:bg-info-900\/35:focus {
  background-color: rgb(30 58 138 / 0.35);
}

.focus\:bg-info-900\/40:focus {
  background-color: rgb(30 58 138 / 0.4);
}

.focus\:bg-info-900\/45:focus {
  background-color: rgb(30 58 138 / 0.45);
}

.focus\:bg-info-900\/5:focus {
  background-color: rgb(30 58 138 / 0.05);
}

.focus\:bg-info-900\/50:focus {
  background-color: rgb(30 58 138 / 0.5);
}

.focus\:bg-info-900\/55:focus {
  background-color: rgb(30 58 138 / 0.55);
}

.focus\:bg-info-900\/60:focus {
  background-color: rgb(30 58 138 / 0.6);
}

.focus\:bg-info-900\/65:focus {
  background-color: rgb(30 58 138 / 0.65);
}

.focus\:bg-info-900\/70:focus {
  background-color: rgb(30 58 138 / 0.7);
}

.focus\:bg-info-900\/75:focus {
  background-color: rgb(30 58 138 / 0.75);
}

.focus\:bg-info-900\/80:focus {
  background-color: rgb(30 58 138 / 0.8);
}

.focus\:bg-info-900\/85:focus {
  background-color: rgb(30 58 138 / 0.85);
}

.focus\:bg-info-900\/90:focus {
  background-color: rgb(30 58 138 / 0.9);
}

.focus\:bg-info-900\/95:focus {
  background-color: rgb(30 58 138 / 0.95);
}

.focus\:bg-info-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-dark\/0:focus {
  background-color: rgb(29 78 216 / 0);
}

.focus\:bg-info-dark\/10:focus {
  background-color: rgb(29 78 216 / 0.1);
}

.focus\:bg-info-dark\/100:focus {
  background-color: rgb(29 78 216 / 1);
}

.focus\:bg-info-dark\/15:focus {
  background-color: rgb(29 78 216 / 0.15);
}

.focus\:bg-info-dark\/20:focus {
  background-color: rgb(29 78 216 / 0.2);
}

.focus\:bg-info-dark\/25:focus {
  background-color: rgb(29 78 216 / 0.25);
}

.focus\:bg-info-dark\/30:focus {
  background-color: rgb(29 78 216 / 0.3);
}

.focus\:bg-info-dark\/35:focus {
  background-color: rgb(29 78 216 / 0.35);
}

.focus\:bg-info-dark\/40:focus {
  background-color: rgb(29 78 216 / 0.4);
}

.focus\:bg-info-dark\/45:focus {
  background-color: rgb(29 78 216 / 0.45);
}

.focus\:bg-info-dark\/5:focus {
  background-color: rgb(29 78 216 / 0.05);
}

.focus\:bg-info-dark\/50:focus {
  background-color: rgb(29 78 216 / 0.5);
}

.focus\:bg-info-dark\/55:focus {
  background-color: rgb(29 78 216 / 0.55);
}

.focus\:bg-info-dark\/60:focus {
  background-color: rgb(29 78 216 / 0.6);
}

.focus\:bg-info-dark\/65:focus {
  background-color: rgb(29 78 216 / 0.65);
}

.focus\:bg-info-dark\/70:focus {
  background-color: rgb(29 78 216 / 0.7);
}

.focus\:bg-info-dark\/75:focus {
  background-color: rgb(29 78 216 / 0.75);
}

.focus\:bg-info-dark\/80:focus {
  background-color: rgb(29 78 216 / 0.8);
}

.focus\:bg-info-dark\/85:focus {
  background-color: rgb(29 78 216 / 0.85);
}

.focus\:bg-info-dark\/90:focus {
  background-color: rgb(29 78 216 / 0.9);
}

.focus\:bg-info-dark\/95:focus {
  background-color: rgb(29 78 216 / 0.95);
}

.focus\:bg-info-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-info-light\/0:focus {
  background-color: rgb(219 234 254 / 0);
}

.focus\:bg-info-light\/10:focus {
  background-color: rgb(219 234 254 / 0.1);
}

.focus\:bg-info-light\/100:focus {
  background-color: rgb(219 234 254 / 1);
}

.focus\:bg-info-light\/15:focus {
  background-color: rgb(219 234 254 / 0.15);
}

.focus\:bg-info-light\/20:focus {
  background-color: rgb(219 234 254 / 0.2);
}

.focus\:bg-info-light\/25:focus {
  background-color: rgb(219 234 254 / 0.25);
}

.focus\:bg-info-light\/30:focus {
  background-color: rgb(219 234 254 / 0.3);
}

.focus\:bg-info-light\/35:focus {
  background-color: rgb(219 234 254 / 0.35);
}

.focus\:bg-info-light\/40:focus {
  background-color: rgb(219 234 254 / 0.4);
}

.focus\:bg-info-light\/45:focus {
  background-color: rgb(219 234 254 / 0.45);
}

.focus\:bg-info-light\/5:focus {
  background-color: rgb(219 234 254 / 0.05);
}

.focus\:bg-info-light\/50:focus {
  background-color: rgb(219 234 254 / 0.5);
}

.focus\:bg-info-light\/55:focus {
  background-color: rgb(219 234 254 / 0.55);
}

.focus\:bg-info-light\/60:focus {
  background-color: rgb(219 234 254 / 0.6);
}

.focus\:bg-info-light\/65:focus {
  background-color: rgb(219 234 254 / 0.65);
}

.focus\:bg-info-light\/70:focus {
  background-color: rgb(219 234 254 / 0.7);
}

.focus\:bg-info-light\/75:focus {
  background-color: rgb(219 234 254 / 0.75);
}

.focus\:bg-info-light\/80:focus {
  background-color: rgb(219 234 254 / 0.8);
}

.focus\:bg-info-light\/85:focus {
  background-color: rgb(219 234 254 / 0.85);
}

.focus\:bg-info-light\/90:focus {
  background-color: rgb(219 234 254 / 0.9);
}

.focus\:bg-info-light\/95:focus {
  background-color: rgb(219 234 254 / 0.95);
}

.focus\:bg-info\/0:focus {
  background-color: rgb(59 130 246 / 0);
}

.focus\:bg-info\/10:focus {
  background-color: rgb(59 130 246 / 0.1);
}

.focus\:bg-info\/100:focus {
  background-color: rgb(59 130 246 / 1);
}

.focus\:bg-info\/15:focus {
  background-color: rgb(59 130 246 / 0.15);
}

.focus\:bg-info\/20:focus {
  background-color: rgb(59 130 246 / 0.2);
}

.focus\:bg-info\/25:focus {
  background-color: rgb(59 130 246 / 0.25);
}

.focus\:bg-info\/30:focus {
  background-color: rgb(59 130 246 / 0.3);
}

.focus\:bg-info\/35:focus {
  background-color: rgb(59 130 246 / 0.35);
}

.focus\:bg-info\/40:focus {
  background-color: rgb(59 130 246 / 0.4);
}

.focus\:bg-info\/45:focus {
  background-color: rgb(59 130 246 / 0.45);
}

.focus\:bg-info\/5:focus {
  background-color: rgb(59 130 246 / 0.05);
}

.focus\:bg-info\/50:focus {
  background-color: rgb(59 130 246 / 0.5);
}

.focus\:bg-info\/55:focus {
  background-color: rgb(59 130 246 / 0.55);
}

.focus\:bg-info\/60:focus {
  background-color: rgb(59 130 246 / 0.6);
}

.focus\:bg-info\/65:focus {
  background-color: rgb(59 130 246 / 0.65);
}

.focus\:bg-info\/70:focus {
  background-color: rgb(59 130 246 / 0.7);
}

.focus\:bg-info\/75:focus {
  background-color: rgb(59 130 246 / 0.75);
}

.focus\:bg-info\/80:focus {
  background-color: rgb(59 130 246 / 0.8);
}

.focus\:bg-info\/85:focus {
  background-color: rgb(59 130 246 / 0.85);
}

.focus\:bg-info\/90:focus {
  background-color: rgb(59 130 246 / 0.9);
}

.focus\:bg-info\/95:focus {
  background-color: rgb(59 130 246 / 0.95);
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(179 229 236 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-100\/0:focus {
  background-color: rgb(179 229 236 / 0);
}

.focus\:bg-primary-100\/10:focus {
  background-color: rgb(179 229 236 / 0.1);
}

.focus\:bg-primary-100\/100:focus {
  background-color: rgb(179 229 236 / 1);
}

.focus\:bg-primary-100\/15:focus {
  background-color: rgb(179 229 236 / 0.15);
}

.focus\:bg-primary-100\/20:focus {
  background-color: rgb(179 229 236 / 0.2);
}

.focus\:bg-primary-100\/25:focus {
  background-color: rgb(179 229 236 / 0.25);
}

.focus\:bg-primary-100\/30:focus {
  background-color: rgb(179 229 236 / 0.3);
}

.focus\:bg-primary-100\/35:focus {
  background-color: rgb(179 229 236 / 0.35);
}

.focus\:bg-primary-100\/40:focus {
  background-color: rgb(179 229 236 / 0.4);
}

.focus\:bg-primary-100\/45:focus {
  background-color: rgb(179 229 236 / 0.45);
}

.focus\:bg-primary-100\/5:focus {
  background-color: rgb(179 229 236 / 0.05);
}

.focus\:bg-primary-100\/50:focus {
  background-color: rgb(179 229 236 / 0.5);
}

.focus\:bg-primary-100\/55:focus {
  background-color: rgb(179 229 236 / 0.55);
}

.focus\:bg-primary-100\/60:focus {
  background-color: rgb(179 229 236 / 0.6);
}

.focus\:bg-primary-100\/65:focus {
  background-color: rgb(179 229 236 / 0.65);
}

.focus\:bg-primary-100\/70:focus {
  background-color: rgb(179 229 236 / 0.7);
}

.focus\:bg-primary-100\/75:focus {
  background-color: rgb(179 229 236 / 0.75);
}

.focus\:bg-primary-100\/80:focus {
  background-color: rgb(179 229 236 / 0.8);
}

.focus\:bg-primary-100\/85:focus {
  background-color: rgb(179 229 236 / 0.85);
}

.focus\:bg-primary-100\/90:focus {
  background-color: rgb(179 229 236 / 0.9);
}

.focus\:bg-primary-100\/95:focus {
  background-color: rgb(179 229 236 / 0.95);
}

.focus\:bg-primary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 223 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-200\/0:focus {
  background-color: rgb(128 211 223 / 0);
}

.focus\:bg-primary-200\/10:focus {
  background-color: rgb(128 211 223 / 0.1);
}

.focus\:bg-primary-200\/100:focus {
  background-color: rgb(128 211 223 / 1);
}

.focus\:bg-primary-200\/15:focus {
  background-color: rgb(128 211 223 / 0.15);
}

.focus\:bg-primary-200\/20:focus {
  background-color: rgb(128 211 223 / 0.2);
}

.focus\:bg-primary-200\/25:focus {
  background-color: rgb(128 211 223 / 0.25);
}

.focus\:bg-primary-200\/30:focus {
  background-color: rgb(128 211 223 / 0.3);
}

.focus\:bg-primary-200\/35:focus {
  background-color: rgb(128 211 223 / 0.35);
}

.focus\:bg-primary-200\/40:focus {
  background-color: rgb(128 211 223 / 0.4);
}

.focus\:bg-primary-200\/45:focus {
  background-color: rgb(128 211 223 / 0.45);
}

.focus\:bg-primary-200\/5:focus {
  background-color: rgb(128 211 223 / 0.05);
}

.focus\:bg-primary-200\/50:focus {
  background-color: rgb(128 211 223 / 0.5);
}

.focus\:bg-primary-200\/55:focus {
  background-color: rgb(128 211 223 / 0.55);
}

.focus\:bg-primary-200\/60:focus {
  background-color: rgb(128 211 223 / 0.6);
}

.focus\:bg-primary-200\/65:focus {
  background-color: rgb(128 211 223 / 0.65);
}

.focus\:bg-primary-200\/70:focus {
  background-color: rgb(128 211 223 / 0.7);
}

.focus\:bg-primary-200\/75:focus {
  background-color: rgb(128 211 223 / 0.75);
}

.focus\:bg-primary-200\/80:focus {
  background-color: rgb(128 211 223 / 0.8);
}

.focus\:bg-primary-200\/85:focus {
  background-color: rgb(128 211 223 / 0.85);
}

.focus\:bg-primary-200\/90:focus {
  background-color: rgb(128 211 223 / 0.9);
}

.focus\:bg-primary-200\/95:focus {
  background-color: rgb(128 211 223 / 0.95);
}

.focus\:bg-primary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(77 193 210 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-300\/0:focus {
  background-color: rgb(77 193 210 / 0);
}

.focus\:bg-primary-300\/10:focus {
  background-color: rgb(77 193 210 / 0.1);
}

.focus\:bg-primary-300\/100:focus {
  background-color: rgb(77 193 210 / 1);
}

.focus\:bg-primary-300\/15:focus {
  background-color: rgb(77 193 210 / 0.15);
}

.focus\:bg-primary-300\/20:focus {
  background-color: rgb(77 193 210 / 0.2);
}

.focus\:bg-primary-300\/25:focus {
  background-color: rgb(77 193 210 / 0.25);
}

.focus\:bg-primary-300\/30:focus {
  background-color: rgb(77 193 210 / 0.3);
}

.focus\:bg-primary-300\/35:focus {
  background-color: rgb(77 193 210 / 0.35);
}

.focus\:bg-primary-300\/40:focus {
  background-color: rgb(77 193 210 / 0.4);
}

.focus\:bg-primary-300\/45:focus {
  background-color: rgb(77 193 210 / 0.45);
}

.focus\:bg-primary-300\/5:focus {
  background-color: rgb(77 193 210 / 0.05);
}

.focus\:bg-primary-300\/50:focus {
  background-color: rgb(77 193 210 / 0.5);
}

.focus\:bg-primary-300\/55:focus {
  background-color: rgb(77 193 210 / 0.55);
}

.focus\:bg-primary-300\/60:focus {
  background-color: rgb(77 193 210 / 0.6);
}

.focus\:bg-primary-300\/65:focus {
  background-color: rgb(77 193 210 / 0.65);
}

.focus\:bg-primary-300\/70:focus {
  background-color: rgb(77 193 210 / 0.7);
}

.focus\:bg-primary-300\/75:focus {
  background-color: rgb(77 193 210 / 0.75);
}

.focus\:bg-primary-300\/80:focus {
  background-color: rgb(77 193 210 / 0.8);
}

.focus\:bg-primary-300\/85:focus {
  background-color: rgb(77 193 210 / 0.85);
}

.focus\:bg-primary-300\/90:focus {
  background-color: rgb(77 193 210 / 0.9);
}

.focus\:bg-primary-300\/95:focus {
  background-color: rgb(77 193 210 / 0.95);
}

.focus\:bg-primary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 175 197 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-400\/0:focus {
  background-color: rgb(26 175 197 / 0);
}

.focus\:bg-primary-400\/10:focus {
  background-color: rgb(26 175 197 / 0.1);
}

.focus\:bg-primary-400\/100:focus {
  background-color: rgb(26 175 197 / 1);
}

.focus\:bg-primary-400\/15:focus {
  background-color: rgb(26 175 197 / 0.15);
}

.focus\:bg-primary-400\/20:focus {
  background-color: rgb(26 175 197 / 0.2);
}

.focus\:bg-primary-400\/25:focus {
  background-color: rgb(26 175 197 / 0.25);
}

.focus\:bg-primary-400\/30:focus {
  background-color: rgb(26 175 197 / 0.3);
}

.focus\:bg-primary-400\/35:focus {
  background-color: rgb(26 175 197 / 0.35);
}

.focus\:bg-primary-400\/40:focus {
  background-color: rgb(26 175 197 / 0.4);
}

.focus\:bg-primary-400\/45:focus {
  background-color: rgb(26 175 197 / 0.45);
}

.focus\:bg-primary-400\/5:focus {
  background-color: rgb(26 175 197 / 0.05);
}

.focus\:bg-primary-400\/50:focus {
  background-color: rgb(26 175 197 / 0.5);
}

.focus\:bg-primary-400\/55:focus {
  background-color: rgb(26 175 197 / 0.55);
}

.focus\:bg-primary-400\/60:focus {
  background-color: rgb(26 175 197 / 0.6);
}

.focus\:bg-primary-400\/65:focus {
  background-color: rgb(26 175 197 / 0.65);
}

.focus\:bg-primary-400\/70:focus {
  background-color: rgb(26 175 197 / 0.7);
}

.focus\:bg-primary-400\/75:focus {
  background-color: rgb(26 175 197 / 0.75);
}

.focus\:bg-primary-400\/80:focus {
  background-color: rgb(26 175 197 / 0.8);
}

.focus\:bg-primary-400\/85:focus {
  background-color: rgb(26 175 197 / 0.85);
}

.focus\:bg-primary-400\/90:focus {
  background-color: rgb(26 175 197 / 0.9);
}

.focus\:bg-primary-400\/95:focus {
  background-color: rgb(26 175 197 / 0.95);
}

.focus\:bg-primary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-50\/0:focus {
  background-color: rgb(230 247 249 / 0);
}

.focus\:bg-primary-50\/10:focus {
  background-color: rgb(230 247 249 / 0.1);
}

.focus\:bg-primary-50\/100:focus {
  background-color: rgb(230 247 249 / 1);
}

.focus\:bg-primary-50\/15:focus {
  background-color: rgb(230 247 249 / 0.15);
}

.focus\:bg-primary-50\/20:focus {
  background-color: rgb(230 247 249 / 0.2);
}

.focus\:bg-primary-50\/25:focus {
  background-color: rgb(230 247 249 / 0.25);
}

.focus\:bg-primary-50\/30:focus {
  background-color: rgb(230 247 249 / 0.3);
}

.focus\:bg-primary-50\/35:focus {
  background-color: rgb(230 247 249 / 0.35);
}

.focus\:bg-primary-50\/40:focus {
  background-color: rgb(230 247 249 / 0.4);
}

.focus\:bg-primary-50\/45:focus {
  background-color: rgb(230 247 249 / 0.45);
}

.focus\:bg-primary-50\/5:focus {
  background-color: rgb(230 247 249 / 0.05);
}

.focus\:bg-primary-50\/50:focus {
  background-color: rgb(230 247 249 / 0.5);
}

.focus\:bg-primary-50\/55:focus {
  background-color: rgb(230 247 249 / 0.55);
}

.focus\:bg-primary-50\/60:focus {
  background-color: rgb(230 247 249 / 0.6);
}

.focus\:bg-primary-50\/65:focus {
  background-color: rgb(230 247 249 / 0.65);
}

.focus\:bg-primary-50\/70:focus {
  background-color: rgb(230 247 249 / 0.7);
}

.focus\:bg-primary-50\/75:focus {
  background-color: rgb(230 247 249 / 0.75);
}

.focus\:bg-primary-50\/80:focus {
  background-color: rgb(230 247 249 / 0.8);
}

.focus\:bg-primary-50\/85:focus {
  background-color: rgb(230 247 249 / 0.85);
}

.focus\:bg-primary-50\/90:focus {
  background-color: rgb(230 247 249 / 0.9);
}

.focus\:bg-primary-50\/95:focus {
  background-color: rgb(230 247 249 / 0.95);
}

.focus\:bg-primary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-500\/0:focus {
  background-color: rgb(25 141 168 / 0);
}

.focus\:bg-primary-500\/10:focus {
  background-color: rgb(25 141 168 / 0.1);
}

.focus\:bg-primary-500\/100:focus {
  background-color: rgb(25 141 168 / 1);
}

.focus\:bg-primary-500\/15:focus {
  background-color: rgb(25 141 168 / 0.15);
}

.focus\:bg-primary-500\/20:focus {
  background-color: rgb(25 141 168 / 0.2);
}

.focus\:bg-primary-500\/25:focus {
  background-color: rgb(25 141 168 / 0.25);
}

.focus\:bg-primary-500\/30:focus {
  background-color: rgb(25 141 168 / 0.3);
}

.focus\:bg-primary-500\/35:focus {
  background-color: rgb(25 141 168 / 0.35);
}

.focus\:bg-primary-500\/40:focus {
  background-color: rgb(25 141 168 / 0.4);
}

.focus\:bg-primary-500\/45:focus {
  background-color: rgb(25 141 168 / 0.45);
}

.focus\:bg-primary-500\/5:focus {
  background-color: rgb(25 141 168 / 0.05);
}

.focus\:bg-primary-500\/50:focus {
  background-color: rgb(25 141 168 / 0.5);
}

.focus\:bg-primary-500\/55:focus {
  background-color: rgb(25 141 168 / 0.55);
}

.focus\:bg-primary-500\/60:focus {
  background-color: rgb(25 141 168 / 0.6);
}

.focus\:bg-primary-500\/65:focus {
  background-color: rgb(25 141 168 / 0.65);
}

.focus\:bg-primary-500\/70:focus {
  background-color: rgb(25 141 168 / 0.7);
}

.focus\:bg-primary-500\/75:focus {
  background-color: rgb(25 141 168 / 0.75);
}

.focus\:bg-primary-500\/80:focus {
  background-color: rgb(25 141 168 / 0.8);
}

.focus\:bg-primary-500\/85:focus {
  background-color: rgb(25 141 168 / 0.85);
}

.focus\:bg-primary-500\/90:focus {
  background-color: rgb(25 141 168 / 0.9);
}

.focus\:bg-primary-500\/95:focus {
  background-color: rgb(25 141 168 / 0.95);
}

.focus\:bg-primary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 113 136 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-600\/0:focus {
  background-color: rgb(20 113 136 / 0);
}

.focus\:bg-primary-600\/10:focus {
  background-color: rgb(20 113 136 / 0.1);
}

.focus\:bg-primary-600\/100:focus {
  background-color: rgb(20 113 136 / 1);
}

.focus\:bg-primary-600\/15:focus {
  background-color: rgb(20 113 136 / 0.15);
}

.focus\:bg-primary-600\/20:focus {
  background-color: rgb(20 113 136 / 0.2);
}

.focus\:bg-primary-600\/25:focus {
  background-color: rgb(20 113 136 / 0.25);
}

.focus\:bg-primary-600\/30:focus {
  background-color: rgb(20 113 136 / 0.3);
}

.focus\:bg-primary-600\/35:focus {
  background-color: rgb(20 113 136 / 0.35);
}

.focus\:bg-primary-600\/40:focus {
  background-color: rgb(20 113 136 / 0.4);
}

.focus\:bg-primary-600\/45:focus {
  background-color: rgb(20 113 136 / 0.45);
}

.focus\:bg-primary-600\/5:focus {
  background-color: rgb(20 113 136 / 0.05);
}

.focus\:bg-primary-600\/50:focus {
  background-color: rgb(20 113 136 / 0.5);
}

.focus\:bg-primary-600\/55:focus {
  background-color: rgb(20 113 136 / 0.55);
}

.focus\:bg-primary-600\/60:focus {
  background-color: rgb(20 113 136 / 0.6);
}

.focus\:bg-primary-600\/65:focus {
  background-color: rgb(20 113 136 / 0.65);
}

.focus\:bg-primary-600\/70:focus {
  background-color: rgb(20 113 136 / 0.7);
}

.focus\:bg-primary-600\/75:focus {
  background-color: rgb(20 113 136 / 0.75);
}

.focus\:bg-primary-600\/80:focus {
  background-color: rgb(20 113 136 / 0.8);
}

.focus\:bg-primary-600\/85:focus {
  background-color: rgb(20 113 136 / 0.85);
}

.focus\:bg-primary-600\/90:focus {
  background-color: rgb(20 113 136 / 0.9);
}

.focus\:bg-primary-600\/95:focus {
  background-color: rgb(20 113 136 / 0.95);
}

.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-700\/0:focus {
  background-color: rgb(15 85 104 / 0);
}

.focus\:bg-primary-700\/10:focus {
  background-color: rgb(15 85 104 / 0.1);
}

.focus\:bg-primary-700\/100:focus {
  background-color: rgb(15 85 104 / 1);
}

.focus\:bg-primary-700\/15:focus {
  background-color: rgb(15 85 104 / 0.15);
}

.focus\:bg-primary-700\/20:focus {
  background-color: rgb(15 85 104 / 0.2);
}

.focus\:bg-primary-700\/25:focus {
  background-color: rgb(15 85 104 / 0.25);
}

.focus\:bg-primary-700\/30:focus {
  background-color: rgb(15 85 104 / 0.3);
}

.focus\:bg-primary-700\/35:focus {
  background-color: rgb(15 85 104 / 0.35);
}

.focus\:bg-primary-700\/40:focus {
  background-color: rgb(15 85 104 / 0.4);
}

.focus\:bg-primary-700\/45:focus {
  background-color: rgb(15 85 104 / 0.45);
}

.focus\:bg-primary-700\/5:focus {
  background-color: rgb(15 85 104 / 0.05);
}

.focus\:bg-primary-700\/50:focus {
  background-color: rgb(15 85 104 / 0.5);
}

.focus\:bg-primary-700\/55:focus {
  background-color: rgb(15 85 104 / 0.55);
}

.focus\:bg-primary-700\/60:focus {
  background-color: rgb(15 85 104 / 0.6);
}

.focus\:bg-primary-700\/65:focus {
  background-color: rgb(15 85 104 / 0.65);
}

.focus\:bg-primary-700\/70:focus {
  background-color: rgb(15 85 104 / 0.7);
}

.focus\:bg-primary-700\/75:focus {
  background-color: rgb(15 85 104 / 0.75);
}

.focus\:bg-primary-700\/80:focus {
  background-color: rgb(15 85 104 / 0.8);
}

.focus\:bg-primary-700\/85:focus {
  background-color: rgb(15 85 104 / 0.85);
}

.focus\:bg-primary-700\/90:focus {
  background-color: rgb(15 85 104 / 0.9);
}

.focus\:bg-primary-700\/95:focus {
  background-color: rgb(15 85 104 / 0.95);
}

.focus\:bg-primary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 72 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-800\/0:focus {
  background-color: rgb(10 57 72 / 0);
}

.focus\:bg-primary-800\/10:focus {
  background-color: rgb(10 57 72 / 0.1);
}

.focus\:bg-primary-800\/100:focus {
  background-color: rgb(10 57 72 / 1);
}

.focus\:bg-primary-800\/15:focus {
  background-color: rgb(10 57 72 / 0.15);
}

.focus\:bg-primary-800\/20:focus {
  background-color: rgb(10 57 72 / 0.2);
}

.focus\:bg-primary-800\/25:focus {
  background-color: rgb(10 57 72 / 0.25);
}

.focus\:bg-primary-800\/30:focus {
  background-color: rgb(10 57 72 / 0.3);
}

.focus\:bg-primary-800\/35:focus {
  background-color: rgb(10 57 72 / 0.35);
}

.focus\:bg-primary-800\/40:focus {
  background-color: rgb(10 57 72 / 0.4);
}

.focus\:bg-primary-800\/45:focus {
  background-color: rgb(10 57 72 / 0.45);
}

.focus\:bg-primary-800\/5:focus {
  background-color: rgb(10 57 72 / 0.05);
}

.focus\:bg-primary-800\/50:focus {
  background-color: rgb(10 57 72 / 0.5);
}

.focus\:bg-primary-800\/55:focus {
  background-color: rgb(10 57 72 / 0.55);
}

.focus\:bg-primary-800\/60:focus {
  background-color: rgb(10 57 72 / 0.6);
}

.focus\:bg-primary-800\/65:focus {
  background-color: rgb(10 57 72 / 0.65);
}

.focus\:bg-primary-800\/70:focus {
  background-color: rgb(10 57 72 / 0.7);
}

.focus\:bg-primary-800\/75:focus {
  background-color: rgb(10 57 72 / 0.75);
}

.focus\:bg-primary-800\/80:focus {
  background-color: rgb(10 57 72 / 0.8);
}

.focus\:bg-primary-800\/85:focus {
  background-color: rgb(10 57 72 / 0.85);
}

.focus\:bg-primary-800\/90:focus {
  background-color: rgb(10 57 72 / 0.9);
}

.focus\:bg-primary-800\/95:focus {
  background-color: rgb(10 57 72 / 0.95);
}

.focus\:bg-primary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 29 40 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-900\/0:focus {
  background-color: rgb(5 29 40 / 0);
}

.focus\:bg-primary-900\/10:focus {
  background-color: rgb(5 29 40 / 0.1);
}

.focus\:bg-primary-900\/100:focus {
  background-color: rgb(5 29 40 / 1);
}

.focus\:bg-primary-900\/15:focus {
  background-color: rgb(5 29 40 / 0.15);
}

.focus\:bg-primary-900\/20:focus {
  background-color: rgb(5 29 40 / 0.2);
}

.focus\:bg-primary-900\/25:focus {
  background-color: rgb(5 29 40 / 0.25);
}

.focus\:bg-primary-900\/30:focus {
  background-color: rgb(5 29 40 / 0.3);
}

.focus\:bg-primary-900\/35:focus {
  background-color: rgb(5 29 40 / 0.35);
}

.focus\:bg-primary-900\/40:focus {
  background-color: rgb(5 29 40 / 0.4);
}

.focus\:bg-primary-900\/45:focus {
  background-color: rgb(5 29 40 / 0.45);
}

.focus\:bg-primary-900\/5:focus {
  background-color: rgb(5 29 40 / 0.05);
}

.focus\:bg-primary-900\/50:focus {
  background-color: rgb(5 29 40 / 0.5);
}

.focus\:bg-primary-900\/55:focus {
  background-color: rgb(5 29 40 / 0.55);
}

.focus\:bg-primary-900\/60:focus {
  background-color: rgb(5 29 40 / 0.6);
}

.focus\:bg-primary-900\/65:focus {
  background-color: rgb(5 29 40 / 0.65);
}

.focus\:bg-primary-900\/70:focus {
  background-color: rgb(5 29 40 / 0.7);
}

.focus\:bg-primary-900\/75:focus {
  background-color: rgb(5 29 40 / 0.75);
}

.focus\:bg-primary-900\/80:focus {
  background-color: rgb(5 29 40 / 0.8);
}

.focus\:bg-primary-900\/85:focus {
  background-color: rgb(5 29 40 / 0.85);
}

.focus\:bg-primary-900\/90:focus {
  background-color: rgb(5 29 40 / 0.9);
}

.focus\:bg-primary-900\/95:focus {
  background-color: rgb(5 29 40 / 0.95);
}

.focus\:bg-primary-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-dark\/0:focus {
  background-color: rgb(15 85 104 / 0);
}

.focus\:bg-primary-dark\/10:focus {
  background-color: rgb(15 85 104 / 0.1);
}

.focus\:bg-primary-dark\/100:focus {
  background-color: rgb(15 85 104 / 1);
}

.focus\:bg-primary-dark\/15:focus {
  background-color: rgb(15 85 104 / 0.15);
}

.focus\:bg-primary-dark\/20:focus {
  background-color: rgb(15 85 104 / 0.2);
}

.focus\:bg-primary-dark\/25:focus {
  background-color: rgb(15 85 104 / 0.25);
}

.focus\:bg-primary-dark\/30:focus {
  background-color: rgb(15 85 104 / 0.3);
}

.focus\:bg-primary-dark\/35:focus {
  background-color: rgb(15 85 104 / 0.35);
}

.focus\:bg-primary-dark\/40:focus {
  background-color: rgb(15 85 104 / 0.4);
}

.focus\:bg-primary-dark\/45:focus {
  background-color: rgb(15 85 104 / 0.45);
}

.focus\:bg-primary-dark\/5:focus {
  background-color: rgb(15 85 104 / 0.05);
}

.focus\:bg-primary-dark\/50:focus {
  background-color: rgb(15 85 104 / 0.5);
}

.focus\:bg-primary-dark\/55:focus {
  background-color: rgb(15 85 104 / 0.55);
}

.focus\:bg-primary-dark\/60:focus {
  background-color: rgb(15 85 104 / 0.6);
}

.focus\:bg-primary-dark\/65:focus {
  background-color: rgb(15 85 104 / 0.65);
}

.focus\:bg-primary-dark\/70:focus {
  background-color: rgb(15 85 104 / 0.7);
}

.focus\:bg-primary-dark\/75:focus {
  background-color: rgb(15 85 104 / 0.75);
}

.focus\:bg-primary-dark\/80:focus {
  background-color: rgb(15 85 104 / 0.8);
}

.focus\:bg-primary-dark\/85:focus {
  background-color: rgb(15 85 104 / 0.85);
}

.focus\:bg-primary-dark\/90:focus {
  background-color: rgb(15 85 104 / 0.9);
}

.focus\:bg-primary-dark\/95:focus {
  background-color: rgb(15 85 104 / 0.95);
}

.focus\:bg-primary-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-light\/0:focus {
  background-color: rgb(230 247 249 / 0);
}

.focus\:bg-primary-light\/10:focus {
  background-color: rgb(230 247 249 / 0.1);
}

.focus\:bg-primary-light\/100:focus {
  background-color: rgb(230 247 249 / 1);
}

.focus\:bg-primary-light\/15:focus {
  background-color: rgb(230 247 249 / 0.15);
}

.focus\:bg-primary-light\/20:focus {
  background-color: rgb(230 247 249 / 0.2);
}

.focus\:bg-primary-light\/25:focus {
  background-color: rgb(230 247 249 / 0.25);
}

.focus\:bg-primary-light\/30:focus {
  background-color: rgb(230 247 249 / 0.3);
}

.focus\:bg-primary-light\/35:focus {
  background-color: rgb(230 247 249 / 0.35);
}

.focus\:bg-primary-light\/40:focus {
  background-color: rgb(230 247 249 / 0.4);
}

.focus\:bg-primary-light\/45:focus {
  background-color: rgb(230 247 249 / 0.45);
}

.focus\:bg-primary-light\/5:focus {
  background-color: rgb(230 247 249 / 0.05);
}

.focus\:bg-primary-light\/50:focus {
  background-color: rgb(230 247 249 / 0.5);
}

.focus\:bg-primary-light\/55:focus {
  background-color: rgb(230 247 249 / 0.55);
}

.focus\:bg-primary-light\/60:focus {
  background-color: rgb(230 247 249 / 0.6);
}

.focus\:bg-primary-light\/65:focus {
  background-color: rgb(230 247 249 / 0.65);
}

.focus\:bg-primary-light\/70:focus {
  background-color: rgb(230 247 249 / 0.7);
}

.focus\:bg-primary-light\/75:focus {
  background-color: rgb(230 247 249 / 0.75);
}

.focus\:bg-primary-light\/80:focus {
  background-color: rgb(230 247 249 / 0.8);
}

.focus\:bg-primary-light\/85:focus {
  background-color: rgb(230 247 249 / 0.85);
}

.focus\:bg-primary-light\/90:focus {
  background-color: rgb(230 247 249 / 0.9);
}

.focus\:bg-primary-light\/95:focus {
  background-color: rgb(230 247 249 / 0.95);
}

.focus\:bg-primary\/0:focus {
  background-color: rgb(25 141 168 / 0);
}

.focus\:bg-primary\/10:focus {
  background-color: rgb(25 141 168 / 0.1);
}

.focus\:bg-primary\/100:focus {
  background-color: rgb(25 141 168 / 1);
}

.focus\:bg-primary\/15:focus {
  background-color: rgb(25 141 168 / 0.15);
}

.focus\:bg-primary\/20:focus {
  background-color: rgb(25 141 168 / 0.2);
}

.focus\:bg-primary\/25:focus {
  background-color: rgb(25 141 168 / 0.25);
}

.focus\:bg-primary\/30:focus {
  background-color: rgb(25 141 168 / 0.3);
}

.focus\:bg-primary\/35:focus {
  background-color: rgb(25 141 168 / 0.35);
}

.focus\:bg-primary\/40:focus {
  background-color: rgb(25 141 168 / 0.4);
}

.focus\:bg-primary\/45:focus {
  background-color: rgb(25 141 168 / 0.45);
}

.focus\:bg-primary\/5:focus {
  background-color: rgb(25 141 168 / 0.05);
}

.focus\:bg-primary\/50:focus {
  background-color: rgb(25 141 168 / 0.5);
}

.focus\:bg-primary\/55:focus {
  background-color: rgb(25 141 168 / 0.55);
}

.focus\:bg-primary\/60:focus {
  background-color: rgb(25 141 168 / 0.6);
}

.focus\:bg-primary\/65:focus {
  background-color: rgb(25 141 168 / 0.65);
}

.focus\:bg-primary\/70:focus {
  background-color: rgb(25 141 168 / 0.7);
}

.focus\:bg-primary\/75:focus {
  background-color: rgb(25 141 168 / 0.75);
}

.focus\:bg-primary\/80:focus {
  background-color: rgb(25 141 168 / 0.8);
}

.focus\:bg-primary\/85:focus {
  background-color: rgb(25 141 168 / 0.85);
}

.focus\:bg-primary\/90:focus {
  background-color: rgb(25 141 168 / 0.9);
}

.focus\:bg-primary\/95:focus {
  background-color: rgb(25 141 168 / 0.95);
}

.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-100\/0:focus {
  background-color: rgb(241 245 249 / 0);
}

.focus\:bg-secondary-100\/10:focus {
  background-color: rgb(241 245 249 / 0.1);
}

.focus\:bg-secondary-100\/100:focus {
  background-color: rgb(241 245 249 / 1);
}

.focus\:bg-secondary-100\/15:focus {
  background-color: rgb(241 245 249 / 0.15);
}

.focus\:bg-secondary-100\/20:focus {
  background-color: rgb(241 245 249 / 0.2);
}

.focus\:bg-secondary-100\/25:focus {
  background-color: rgb(241 245 249 / 0.25);
}

.focus\:bg-secondary-100\/30:focus {
  background-color: rgb(241 245 249 / 0.3);
}

.focus\:bg-secondary-100\/35:focus {
  background-color: rgb(241 245 249 / 0.35);
}

.focus\:bg-secondary-100\/40:focus {
  background-color: rgb(241 245 249 / 0.4);
}

.focus\:bg-secondary-100\/45:focus {
  background-color: rgb(241 245 249 / 0.45);
}

.focus\:bg-secondary-100\/5:focus {
  background-color: rgb(241 245 249 / 0.05);
}

.focus\:bg-secondary-100\/50:focus {
  background-color: rgb(241 245 249 / 0.5);
}

.focus\:bg-secondary-100\/55:focus {
  background-color: rgb(241 245 249 / 0.55);
}

.focus\:bg-secondary-100\/60:focus {
  background-color: rgb(241 245 249 / 0.6);
}

.focus\:bg-secondary-100\/65:focus {
  background-color: rgb(241 245 249 / 0.65);
}

.focus\:bg-secondary-100\/70:focus {
  background-color: rgb(241 245 249 / 0.7);
}

.focus\:bg-secondary-100\/75:focus {
  background-color: rgb(241 245 249 / 0.75);
}

.focus\:bg-secondary-100\/80:focus {
  background-color: rgb(241 245 249 / 0.8);
}

.focus\:bg-secondary-100\/85:focus {
  background-color: rgb(241 245 249 / 0.85);
}

.focus\:bg-secondary-100\/90:focus {
  background-color: rgb(241 245 249 / 0.9);
}

.focus\:bg-secondary-100\/95:focus {
  background-color: rgb(241 245 249 / 0.95);
}

.focus\:bg-secondary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-200\/0:focus {
  background-color: rgb(226 232 240 / 0);
}

.focus\:bg-secondary-200\/10:focus {
  background-color: rgb(226 232 240 / 0.1);
}

.focus\:bg-secondary-200\/100:focus {
  background-color: rgb(226 232 240 / 1);
}

.focus\:bg-secondary-200\/15:focus {
  background-color: rgb(226 232 240 / 0.15);
}

.focus\:bg-secondary-200\/20:focus {
  background-color: rgb(226 232 240 / 0.2);
}

.focus\:bg-secondary-200\/25:focus {
  background-color: rgb(226 232 240 / 0.25);
}

.focus\:bg-secondary-200\/30:focus {
  background-color: rgb(226 232 240 / 0.3);
}

.focus\:bg-secondary-200\/35:focus {
  background-color: rgb(226 232 240 / 0.35);
}

.focus\:bg-secondary-200\/40:focus {
  background-color: rgb(226 232 240 / 0.4);
}

.focus\:bg-secondary-200\/45:focus {
  background-color: rgb(226 232 240 / 0.45);
}

.focus\:bg-secondary-200\/5:focus {
  background-color: rgb(226 232 240 / 0.05);
}

.focus\:bg-secondary-200\/50:focus {
  background-color: rgb(226 232 240 / 0.5);
}

.focus\:bg-secondary-200\/55:focus {
  background-color: rgb(226 232 240 / 0.55);
}

.focus\:bg-secondary-200\/60:focus {
  background-color: rgb(226 232 240 / 0.6);
}

.focus\:bg-secondary-200\/65:focus {
  background-color: rgb(226 232 240 / 0.65);
}

.focus\:bg-secondary-200\/70:focus {
  background-color: rgb(226 232 240 / 0.7);
}

.focus\:bg-secondary-200\/75:focus {
  background-color: rgb(226 232 240 / 0.75);
}

.focus\:bg-secondary-200\/80:focus {
  background-color: rgb(226 232 240 / 0.8);
}

.focus\:bg-secondary-200\/85:focus {
  background-color: rgb(226 232 240 / 0.85);
}

.focus\:bg-secondary-200\/90:focus {
  background-color: rgb(226 232 240 / 0.9);
}

.focus\:bg-secondary-200\/95:focus {
  background-color: rgb(226 232 240 / 0.95);
}

.focus\:bg-secondary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-300\/0:focus {
  background-color: rgb(203 213 225 / 0);
}

.focus\:bg-secondary-300\/10:focus {
  background-color: rgb(203 213 225 / 0.1);
}

.focus\:bg-secondary-300\/100:focus {
  background-color: rgb(203 213 225 / 1);
}

.focus\:bg-secondary-300\/15:focus {
  background-color: rgb(203 213 225 / 0.15);
}

.focus\:bg-secondary-300\/20:focus {
  background-color: rgb(203 213 225 / 0.2);
}

.focus\:bg-secondary-300\/25:focus {
  background-color: rgb(203 213 225 / 0.25);
}

.focus\:bg-secondary-300\/30:focus {
  background-color: rgb(203 213 225 / 0.3);
}

.focus\:bg-secondary-300\/35:focus {
  background-color: rgb(203 213 225 / 0.35);
}

.focus\:bg-secondary-300\/40:focus {
  background-color: rgb(203 213 225 / 0.4);
}

.focus\:bg-secondary-300\/45:focus {
  background-color: rgb(203 213 225 / 0.45);
}

.focus\:bg-secondary-300\/5:focus {
  background-color: rgb(203 213 225 / 0.05);
}

.focus\:bg-secondary-300\/50:focus {
  background-color: rgb(203 213 225 / 0.5);
}

.focus\:bg-secondary-300\/55:focus {
  background-color: rgb(203 213 225 / 0.55);
}

.focus\:bg-secondary-300\/60:focus {
  background-color: rgb(203 213 225 / 0.6);
}

.focus\:bg-secondary-300\/65:focus {
  background-color: rgb(203 213 225 / 0.65);
}

.focus\:bg-secondary-300\/70:focus {
  background-color: rgb(203 213 225 / 0.7);
}

.focus\:bg-secondary-300\/75:focus {
  background-color: rgb(203 213 225 / 0.75);
}

.focus\:bg-secondary-300\/80:focus {
  background-color: rgb(203 213 225 / 0.8);
}

.focus\:bg-secondary-300\/85:focus {
  background-color: rgb(203 213 225 / 0.85);
}

.focus\:bg-secondary-300\/90:focus {
  background-color: rgb(203 213 225 / 0.9);
}

.focus\:bg-secondary-300\/95:focus {
  background-color: rgb(203 213 225 / 0.95);
}

.focus\:bg-secondary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-400\/0:focus {
  background-color: rgb(148 163 184 / 0);
}

.focus\:bg-secondary-400\/10:focus {
  background-color: rgb(148 163 184 / 0.1);
}

.focus\:bg-secondary-400\/100:focus {
  background-color: rgb(148 163 184 / 1);
}

.focus\:bg-secondary-400\/15:focus {
  background-color: rgb(148 163 184 / 0.15);
}

.focus\:bg-secondary-400\/20:focus {
  background-color: rgb(148 163 184 / 0.2);
}

.focus\:bg-secondary-400\/25:focus {
  background-color: rgb(148 163 184 / 0.25);
}

.focus\:bg-secondary-400\/30:focus {
  background-color: rgb(148 163 184 / 0.3);
}

.focus\:bg-secondary-400\/35:focus {
  background-color: rgb(148 163 184 / 0.35);
}

.focus\:bg-secondary-400\/40:focus {
  background-color: rgb(148 163 184 / 0.4);
}

.focus\:bg-secondary-400\/45:focus {
  background-color: rgb(148 163 184 / 0.45);
}

.focus\:bg-secondary-400\/5:focus {
  background-color: rgb(148 163 184 / 0.05);
}

.focus\:bg-secondary-400\/50:focus {
  background-color: rgb(148 163 184 / 0.5);
}

.focus\:bg-secondary-400\/55:focus {
  background-color: rgb(148 163 184 / 0.55);
}

.focus\:bg-secondary-400\/60:focus {
  background-color: rgb(148 163 184 / 0.6);
}

.focus\:bg-secondary-400\/65:focus {
  background-color: rgb(148 163 184 / 0.65);
}

.focus\:bg-secondary-400\/70:focus {
  background-color: rgb(148 163 184 / 0.7);
}

.focus\:bg-secondary-400\/75:focus {
  background-color: rgb(148 163 184 / 0.75);
}

.focus\:bg-secondary-400\/80:focus {
  background-color: rgb(148 163 184 / 0.8);
}

.focus\:bg-secondary-400\/85:focus {
  background-color: rgb(148 163 184 / 0.85);
}

.focus\:bg-secondary-400\/90:focus {
  background-color: rgb(148 163 184 / 0.9);
}

.focus\:bg-secondary-400\/95:focus {
  background-color: rgb(148 163 184 / 0.95);
}

.focus\:bg-secondary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-50\/0:focus {
  background-color: rgb(248 250 252 / 0);
}

.focus\:bg-secondary-50\/10:focus {
  background-color: rgb(248 250 252 / 0.1);
}

.focus\:bg-secondary-50\/100:focus {
  background-color: rgb(248 250 252 / 1);
}

.focus\:bg-secondary-50\/15:focus {
  background-color: rgb(248 250 252 / 0.15);
}

.focus\:bg-secondary-50\/20:focus {
  background-color: rgb(248 250 252 / 0.2);
}

.focus\:bg-secondary-50\/25:focus {
  background-color: rgb(248 250 252 / 0.25);
}

.focus\:bg-secondary-50\/30:focus {
  background-color: rgb(248 250 252 / 0.3);
}

.focus\:bg-secondary-50\/35:focus {
  background-color: rgb(248 250 252 / 0.35);
}

.focus\:bg-secondary-50\/40:focus {
  background-color: rgb(248 250 252 / 0.4);
}

.focus\:bg-secondary-50\/45:focus {
  background-color: rgb(248 250 252 / 0.45);
}

.focus\:bg-secondary-50\/5:focus {
  background-color: rgb(248 250 252 / 0.05);
}

.focus\:bg-secondary-50\/50:focus {
  background-color: rgb(248 250 252 / 0.5);
}

.focus\:bg-secondary-50\/55:focus {
  background-color: rgb(248 250 252 / 0.55);
}

.focus\:bg-secondary-50\/60:focus {
  background-color: rgb(248 250 252 / 0.6);
}

.focus\:bg-secondary-50\/65:focus {
  background-color: rgb(248 250 252 / 0.65);
}

.focus\:bg-secondary-50\/70:focus {
  background-color: rgb(248 250 252 / 0.7);
}

.focus\:bg-secondary-50\/75:focus {
  background-color: rgb(248 250 252 / 0.75);
}

.focus\:bg-secondary-50\/80:focus {
  background-color: rgb(248 250 252 / 0.8);
}

.focus\:bg-secondary-50\/85:focus {
  background-color: rgb(248 250 252 / 0.85);
}

.focus\:bg-secondary-50\/90:focus {
  background-color: rgb(248 250 252 / 0.9);
}

.focus\:bg-secondary-50\/95:focus {
  background-color: rgb(248 250 252 / 0.95);
}

.focus\:bg-secondary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-500\/0:focus {
  background-color: rgb(100 116 139 / 0);
}

.focus\:bg-secondary-500\/10:focus {
  background-color: rgb(100 116 139 / 0.1);
}

.focus\:bg-secondary-500\/100:focus {
  background-color: rgb(100 116 139 / 1);
}

.focus\:bg-secondary-500\/15:focus {
  background-color: rgb(100 116 139 / 0.15);
}

.focus\:bg-secondary-500\/20:focus {
  background-color: rgb(100 116 139 / 0.2);
}

.focus\:bg-secondary-500\/25:focus {
  background-color: rgb(100 116 139 / 0.25);
}

.focus\:bg-secondary-500\/30:focus {
  background-color: rgb(100 116 139 / 0.3);
}

.focus\:bg-secondary-500\/35:focus {
  background-color: rgb(100 116 139 / 0.35);
}

.focus\:bg-secondary-500\/40:focus {
  background-color: rgb(100 116 139 / 0.4);
}

.focus\:bg-secondary-500\/45:focus {
  background-color: rgb(100 116 139 / 0.45);
}

.focus\:bg-secondary-500\/5:focus {
  background-color: rgb(100 116 139 / 0.05);
}

.focus\:bg-secondary-500\/50:focus {
  background-color: rgb(100 116 139 / 0.5);
}

.focus\:bg-secondary-500\/55:focus {
  background-color: rgb(100 116 139 / 0.55);
}

.focus\:bg-secondary-500\/60:focus {
  background-color: rgb(100 116 139 / 0.6);
}

.focus\:bg-secondary-500\/65:focus {
  background-color: rgb(100 116 139 / 0.65);
}

.focus\:bg-secondary-500\/70:focus {
  background-color: rgb(100 116 139 / 0.7);
}

.focus\:bg-secondary-500\/75:focus {
  background-color: rgb(100 116 139 / 0.75);
}

.focus\:bg-secondary-500\/80:focus {
  background-color: rgb(100 116 139 / 0.8);
}

.focus\:bg-secondary-500\/85:focus {
  background-color: rgb(100 116 139 / 0.85);
}

.focus\:bg-secondary-500\/90:focus {
  background-color: rgb(100 116 139 / 0.9);
}

.focus\:bg-secondary-500\/95:focus {
  background-color: rgb(100 116 139 / 0.95);
}

.focus\:bg-secondary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-600\/0:focus {
  background-color: rgb(71 85 105 / 0);
}

.focus\:bg-secondary-600\/10:focus {
  background-color: rgb(71 85 105 / 0.1);
}

.focus\:bg-secondary-600\/100:focus {
  background-color: rgb(71 85 105 / 1);
}

.focus\:bg-secondary-600\/15:focus {
  background-color: rgb(71 85 105 / 0.15);
}

.focus\:bg-secondary-600\/20:focus {
  background-color: rgb(71 85 105 / 0.2);
}

.focus\:bg-secondary-600\/25:focus {
  background-color: rgb(71 85 105 / 0.25);
}

.focus\:bg-secondary-600\/30:focus {
  background-color: rgb(71 85 105 / 0.3);
}

.focus\:bg-secondary-600\/35:focus {
  background-color: rgb(71 85 105 / 0.35);
}

.focus\:bg-secondary-600\/40:focus {
  background-color: rgb(71 85 105 / 0.4);
}

.focus\:bg-secondary-600\/45:focus {
  background-color: rgb(71 85 105 / 0.45);
}

.focus\:bg-secondary-600\/5:focus {
  background-color: rgb(71 85 105 / 0.05);
}

.focus\:bg-secondary-600\/50:focus {
  background-color: rgb(71 85 105 / 0.5);
}

.focus\:bg-secondary-600\/55:focus {
  background-color: rgb(71 85 105 / 0.55);
}

.focus\:bg-secondary-600\/60:focus {
  background-color: rgb(71 85 105 / 0.6);
}

.focus\:bg-secondary-600\/65:focus {
  background-color: rgb(71 85 105 / 0.65);
}

.focus\:bg-secondary-600\/70:focus {
  background-color: rgb(71 85 105 / 0.7);
}

.focus\:bg-secondary-600\/75:focus {
  background-color: rgb(71 85 105 / 0.75);
}

.focus\:bg-secondary-600\/80:focus {
  background-color: rgb(71 85 105 / 0.8);
}

.focus\:bg-secondary-600\/85:focus {
  background-color: rgb(71 85 105 / 0.85);
}

.focus\:bg-secondary-600\/90:focus {
  background-color: rgb(71 85 105 / 0.9);
}

.focus\:bg-secondary-600\/95:focus {
  background-color: rgb(71 85 105 / 0.95);
}

.focus\:bg-secondary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-700\/0:focus {
  background-color: rgb(51 65 85 / 0);
}

.focus\:bg-secondary-700\/10:focus {
  background-color: rgb(51 65 85 / 0.1);
}

.focus\:bg-secondary-700\/100:focus {
  background-color: rgb(51 65 85 / 1);
}

.focus\:bg-secondary-700\/15:focus {
  background-color: rgb(51 65 85 / 0.15);
}

.focus\:bg-secondary-700\/20:focus {
  background-color: rgb(51 65 85 / 0.2);
}

.focus\:bg-secondary-700\/25:focus {
  background-color: rgb(51 65 85 / 0.25);
}

.focus\:bg-secondary-700\/30:focus {
  background-color: rgb(51 65 85 / 0.3);
}

.focus\:bg-secondary-700\/35:focus {
  background-color: rgb(51 65 85 / 0.35);
}

.focus\:bg-secondary-700\/40:focus {
  background-color: rgb(51 65 85 / 0.4);
}

.focus\:bg-secondary-700\/45:focus {
  background-color: rgb(51 65 85 / 0.45);
}

.focus\:bg-secondary-700\/5:focus {
  background-color: rgb(51 65 85 / 0.05);
}

.focus\:bg-secondary-700\/50:focus {
  background-color: rgb(51 65 85 / 0.5);
}

.focus\:bg-secondary-700\/55:focus {
  background-color: rgb(51 65 85 / 0.55);
}

.focus\:bg-secondary-700\/60:focus {
  background-color: rgb(51 65 85 / 0.6);
}

.focus\:bg-secondary-700\/65:focus {
  background-color: rgb(51 65 85 / 0.65);
}

.focus\:bg-secondary-700\/70:focus {
  background-color: rgb(51 65 85 / 0.7);
}

.focus\:bg-secondary-700\/75:focus {
  background-color: rgb(51 65 85 / 0.75);
}

.focus\:bg-secondary-700\/80:focus {
  background-color: rgb(51 65 85 / 0.8);
}

.focus\:bg-secondary-700\/85:focus {
  background-color: rgb(51 65 85 / 0.85);
}

.focus\:bg-secondary-700\/90:focus {
  background-color: rgb(51 65 85 / 0.9);
}

.focus\:bg-secondary-700\/95:focus {
  background-color: rgb(51 65 85 / 0.95);
}

.focus\:bg-secondary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-800\/0:focus {
  background-color: rgb(30 41 59 / 0);
}

.focus\:bg-secondary-800\/10:focus {
  background-color: rgb(30 41 59 / 0.1);
}

.focus\:bg-secondary-800\/100:focus {
  background-color: rgb(30 41 59 / 1);
}

.focus\:bg-secondary-800\/15:focus {
  background-color: rgb(30 41 59 / 0.15);
}

.focus\:bg-secondary-800\/20:focus {
  background-color: rgb(30 41 59 / 0.2);
}

.focus\:bg-secondary-800\/25:focus {
  background-color: rgb(30 41 59 / 0.25);
}

.focus\:bg-secondary-800\/30:focus {
  background-color: rgb(30 41 59 / 0.3);
}

.focus\:bg-secondary-800\/35:focus {
  background-color: rgb(30 41 59 / 0.35);
}

.focus\:bg-secondary-800\/40:focus {
  background-color: rgb(30 41 59 / 0.4);
}

.focus\:bg-secondary-800\/45:focus {
  background-color: rgb(30 41 59 / 0.45);
}

.focus\:bg-secondary-800\/5:focus {
  background-color: rgb(30 41 59 / 0.05);
}

.focus\:bg-secondary-800\/50:focus {
  background-color: rgb(30 41 59 / 0.5);
}

.focus\:bg-secondary-800\/55:focus {
  background-color: rgb(30 41 59 / 0.55);
}

.focus\:bg-secondary-800\/60:focus {
  background-color: rgb(30 41 59 / 0.6);
}

.focus\:bg-secondary-800\/65:focus {
  background-color: rgb(30 41 59 / 0.65);
}

.focus\:bg-secondary-800\/70:focus {
  background-color: rgb(30 41 59 / 0.7);
}

.focus\:bg-secondary-800\/75:focus {
  background-color: rgb(30 41 59 / 0.75);
}

.focus\:bg-secondary-800\/80:focus {
  background-color: rgb(30 41 59 / 0.8);
}

.focus\:bg-secondary-800\/85:focus {
  background-color: rgb(30 41 59 / 0.85);
}

.focus\:bg-secondary-800\/90:focus {
  background-color: rgb(30 41 59 / 0.9);
}

.focus\:bg-secondary-800\/95:focus {
  background-color: rgb(30 41 59 / 0.95);
}

.focus\:bg-secondary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-900\/0:focus {
  background-color: rgb(15 23 42 / 0);
}

.focus\:bg-secondary-900\/10:focus {
  background-color: rgb(15 23 42 / 0.1);
}

.focus\:bg-secondary-900\/100:focus {
  background-color: rgb(15 23 42 / 1);
}

.focus\:bg-secondary-900\/15:focus {
  background-color: rgb(15 23 42 / 0.15);
}

.focus\:bg-secondary-900\/20:focus {
  background-color: rgb(15 23 42 / 0.2);
}

.focus\:bg-secondary-900\/25:focus {
  background-color: rgb(15 23 42 / 0.25);
}

.focus\:bg-secondary-900\/30:focus {
  background-color: rgb(15 23 42 / 0.3);
}

.focus\:bg-secondary-900\/35:focus {
  background-color: rgb(15 23 42 / 0.35);
}

.focus\:bg-secondary-900\/40:focus {
  background-color: rgb(15 23 42 / 0.4);
}

.focus\:bg-secondary-900\/45:focus {
  background-color: rgb(15 23 42 / 0.45);
}

.focus\:bg-secondary-900\/5:focus {
  background-color: rgb(15 23 42 / 0.05);
}

.focus\:bg-secondary-900\/50:focus {
  background-color: rgb(15 23 42 / 0.5);
}

.focus\:bg-secondary-900\/55:focus {
  background-color: rgb(15 23 42 / 0.55);
}

.focus\:bg-secondary-900\/60:focus {
  background-color: rgb(15 23 42 / 0.6);
}

.focus\:bg-secondary-900\/65:focus {
  background-color: rgb(15 23 42 / 0.65);
}

.focus\:bg-secondary-900\/70:focus {
  background-color: rgb(15 23 42 / 0.7);
}

.focus\:bg-secondary-900\/75:focus {
  background-color: rgb(15 23 42 / 0.75);
}

.focus\:bg-secondary-900\/80:focus {
  background-color: rgb(15 23 42 / 0.8);
}

.focus\:bg-secondary-900\/85:focus {
  background-color: rgb(15 23 42 / 0.85);
}

.focus\:bg-secondary-900\/90:focus {
  background-color: rgb(15 23 42 / 0.9);
}

.focus\:bg-secondary-900\/95:focus {
  background-color: rgb(15 23 42 / 0.95);
}

.focus\:bg-secondary-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-dark\/0:focus {
  background-color: rgb(51 65 85 / 0);
}

.focus\:bg-secondary-dark\/10:focus {
  background-color: rgb(51 65 85 / 0.1);
}

.focus\:bg-secondary-dark\/100:focus {
  background-color: rgb(51 65 85 / 1);
}

.focus\:bg-secondary-dark\/15:focus {
  background-color: rgb(51 65 85 / 0.15);
}

.focus\:bg-secondary-dark\/20:focus {
  background-color: rgb(51 65 85 / 0.2);
}

.focus\:bg-secondary-dark\/25:focus {
  background-color: rgb(51 65 85 / 0.25);
}

.focus\:bg-secondary-dark\/30:focus {
  background-color: rgb(51 65 85 / 0.3);
}

.focus\:bg-secondary-dark\/35:focus {
  background-color: rgb(51 65 85 / 0.35);
}

.focus\:bg-secondary-dark\/40:focus {
  background-color: rgb(51 65 85 / 0.4);
}

.focus\:bg-secondary-dark\/45:focus {
  background-color: rgb(51 65 85 / 0.45);
}

.focus\:bg-secondary-dark\/5:focus {
  background-color: rgb(51 65 85 / 0.05);
}

.focus\:bg-secondary-dark\/50:focus {
  background-color: rgb(51 65 85 / 0.5);
}

.focus\:bg-secondary-dark\/55:focus {
  background-color: rgb(51 65 85 / 0.55);
}

.focus\:bg-secondary-dark\/60:focus {
  background-color: rgb(51 65 85 / 0.6);
}

.focus\:bg-secondary-dark\/65:focus {
  background-color: rgb(51 65 85 / 0.65);
}

.focus\:bg-secondary-dark\/70:focus {
  background-color: rgb(51 65 85 / 0.7);
}

.focus\:bg-secondary-dark\/75:focus {
  background-color: rgb(51 65 85 / 0.75);
}

.focus\:bg-secondary-dark\/80:focus {
  background-color: rgb(51 65 85 / 0.8);
}

.focus\:bg-secondary-dark\/85:focus {
  background-color: rgb(51 65 85 / 0.85);
}

.focus\:bg-secondary-dark\/90:focus {
  background-color: rgb(51 65 85 / 0.9);
}

.focus\:bg-secondary-dark\/95:focus {
  background-color: rgb(51 65 85 / 0.95);
}

.focus\:bg-secondary-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-light\/0:focus {
  background-color: rgb(241 245 249 / 0);
}

.focus\:bg-secondary-light\/10:focus {
  background-color: rgb(241 245 249 / 0.1);
}

.focus\:bg-secondary-light\/100:focus {
  background-color: rgb(241 245 249 / 1);
}

.focus\:bg-secondary-light\/15:focus {
  background-color: rgb(241 245 249 / 0.15);
}

.focus\:bg-secondary-light\/20:focus {
  background-color: rgb(241 245 249 / 0.2);
}

.focus\:bg-secondary-light\/25:focus {
  background-color: rgb(241 245 249 / 0.25);
}

.focus\:bg-secondary-light\/30:focus {
  background-color: rgb(241 245 249 / 0.3);
}

.focus\:bg-secondary-light\/35:focus {
  background-color: rgb(241 245 249 / 0.35);
}

.focus\:bg-secondary-light\/40:focus {
  background-color: rgb(241 245 249 / 0.4);
}

.focus\:bg-secondary-light\/45:focus {
  background-color: rgb(241 245 249 / 0.45);
}

.focus\:bg-secondary-light\/5:focus {
  background-color: rgb(241 245 249 / 0.05);
}

.focus\:bg-secondary-light\/50:focus {
  background-color: rgb(241 245 249 / 0.5);
}

.focus\:bg-secondary-light\/55:focus {
  background-color: rgb(241 245 249 / 0.55);
}

.focus\:bg-secondary-light\/60:focus {
  background-color: rgb(241 245 249 / 0.6);
}

.focus\:bg-secondary-light\/65:focus {
  background-color: rgb(241 245 249 / 0.65);
}

.focus\:bg-secondary-light\/70:focus {
  background-color: rgb(241 245 249 / 0.7);
}

.focus\:bg-secondary-light\/75:focus {
  background-color: rgb(241 245 249 / 0.75);
}

.focus\:bg-secondary-light\/80:focus {
  background-color: rgb(241 245 249 / 0.8);
}

.focus\:bg-secondary-light\/85:focus {
  background-color: rgb(241 245 249 / 0.85);
}

.focus\:bg-secondary-light\/90:focus {
  background-color: rgb(241 245 249 / 0.9);
}

.focus\:bg-secondary-light\/95:focus {
  background-color: rgb(241 245 249 / 0.95);
}

.focus\:bg-secondary\/0:focus {
  background-color: rgb(100 116 139 / 0);
}

.focus\:bg-secondary\/10:focus {
  background-color: rgb(100 116 139 / 0.1);
}

.focus\:bg-secondary\/100:focus {
  background-color: rgb(100 116 139 / 1);
}

.focus\:bg-secondary\/15:focus {
  background-color: rgb(100 116 139 / 0.15);
}

.focus\:bg-secondary\/20:focus {
  background-color: rgb(100 116 139 / 0.2);
}

.focus\:bg-secondary\/25:focus {
  background-color: rgb(100 116 139 / 0.25);
}

.focus\:bg-secondary\/30:focus {
  background-color: rgb(100 116 139 / 0.3);
}

.focus\:bg-secondary\/35:focus {
  background-color: rgb(100 116 139 / 0.35);
}

.focus\:bg-secondary\/40:focus {
  background-color: rgb(100 116 139 / 0.4);
}

.focus\:bg-secondary\/45:focus {
  background-color: rgb(100 116 139 / 0.45);
}

.focus\:bg-secondary\/5:focus {
  background-color: rgb(100 116 139 / 0.05);
}

.focus\:bg-secondary\/50:focus {
  background-color: rgb(100 116 139 / 0.5);
}

.focus\:bg-secondary\/55:focus {
  background-color: rgb(100 116 139 / 0.55);
}

.focus\:bg-secondary\/60:focus {
  background-color: rgb(100 116 139 / 0.6);
}

.focus\:bg-secondary\/65:focus {
  background-color: rgb(100 116 139 / 0.65);
}

.focus\:bg-secondary\/70:focus {
  background-color: rgb(100 116 139 / 0.7);
}

.focus\:bg-secondary\/75:focus {
  background-color: rgb(100 116 139 / 0.75);
}

.focus\:bg-secondary\/80:focus {
  background-color: rgb(100 116 139 / 0.8);
}

.focus\:bg-secondary\/85:focus {
  background-color: rgb(100 116 139 / 0.85);
}

.focus\:bg-secondary\/90:focus {
  background-color: rgb(100 116 139 / 0.9);
}

.focus\:bg-secondary\/95:focus {
  background-color: rgb(100 116 139 / 0.95);
}

.focus\:bg-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-100\/0:focus {
  background-color: rgb(209 250 229 / 0);
}

.focus\:bg-success-100\/10:focus {
  background-color: rgb(209 250 229 / 0.1);
}

.focus\:bg-success-100\/100:focus {
  background-color: rgb(209 250 229 / 1);
}

.focus\:bg-success-100\/15:focus {
  background-color: rgb(209 250 229 / 0.15);
}

.focus\:bg-success-100\/20:focus {
  background-color: rgb(209 250 229 / 0.2);
}

.focus\:bg-success-100\/25:focus {
  background-color: rgb(209 250 229 / 0.25);
}

.focus\:bg-success-100\/30:focus {
  background-color: rgb(209 250 229 / 0.3);
}

.focus\:bg-success-100\/35:focus {
  background-color: rgb(209 250 229 / 0.35);
}

.focus\:bg-success-100\/40:focus {
  background-color: rgb(209 250 229 / 0.4);
}

.focus\:bg-success-100\/45:focus {
  background-color: rgb(209 250 229 / 0.45);
}

.focus\:bg-success-100\/5:focus {
  background-color: rgb(209 250 229 / 0.05);
}

.focus\:bg-success-100\/50:focus {
  background-color: rgb(209 250 229 / 0.5);
}

.focus\:bg-success-100\/55:focus {
  background-color: rgb(209 250 229 / 0.55);
}

.focus\:bg-success-100\/60:focus {
  background-color: rgb(209 250 229 / 0.6);
}

.focus\:bg-success-100\/65:focus {
  background-color: rgb(209 250 229 / 0.65);
}

.focus\:bg-success-100\/70:focus {
  background-color: rgb(209 250 229 / 0.7);
}

.focus\:bg-success-100\/75:focus {
  background-color: rgb(209 250 229 / 0.75);
}

.focus\:bg-success-100\/80:focus {
  background-color: rgb(209 250 229 / 0.8);
}

.focus\:bg-success-100\/85:focus {
  background-color: rgb(209 250 229 / 0.85);
}

.focus\:bg-success-100\/90:focus {
  background-color: rgb(209 250 229 / 0.9);
}

.focus\:bg-success-100\/95:focus {
  background-color: rgb(209 250 229 / 0.95);
}

.focus\:bg-success-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-200\/0:focus {
  background-color: rgb(167 243 208 / 0);
}

.focus\:bg-success-200\/10:focus {
  background-color: rgb(167 243 208 / 0.1);
}

.focus\:bg-success-200\/100:focus {
  background-color: rgb(167 243 208 / 1);
}

.focus\:bg-success-200\/15:focus {
  background-color: rgb(167 243 208 / 0.15);
}

.focus\:bg-success-200\/20:focus {
  background-color: rgb(167 243 208 / 0.2);
}

.focus\:bg-success-200\/25:focus {
  background-color: rgb(167 243 208 / 0.25);
}

.focus\:bg-success-200\/30:focus {
  background-color: rgb(167 243 208 / 0.3);
}

.focus\:bg-success-200\/35:focus {
  background-color: rgb(167 243 208 / 0.35);
}

.focus\:bg-success-200\/40:focus {
  background-color: rgb(167 243 208 / 0.4);
}

.focus\:bg-success-200\/45:focus {
  background-color: rgb(167 243 208 / 0.45);
}

.focus\:bg-success-200\/5:focus {
  background-color: rgb(167 243 208 / 0.05);
}

.focus\:bg-success-200\/50:focus {
  background-color: rgb(167 243 208 / 0.5);
}

.focus\:bg-success-200\/55:focus {
  background-color: rgb(167 243 208 / 0.55);
}

.focus\:bg-success-200\/60:focus {
  background-color: rgb(167 243 208 / 0.6);
}

.focus\:bg-success-200\/65:focus {
  background-color: rgb(167 243 208 / 0.65);
}

.focus\:bg-success-200\/70:focus {
  background-color: rgb(167 243 208 / 0.7);
}

.focus\:bg-success-200\/75:focus {
  background-color: rgb(167 243 208 / 0.75);
}

.focus\:bg-success-200\/80:focus {
  background-color: rgb(167 243 208 / 0.8);
}

.focus\:bg-success-200\/85:focus {
  background-color: rgb(167 243 208 / 0.85);
}

.focus\:bg-success-200\/90:focus {
  background-color: rgb(167 243 208 / 0.9);
}

.focus\:bg-success-200\/95:focus {
  background-color: rgb(167 243 208 / 0.95);
}

.focus\:bg-success-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-300\/0:focus {
  background-color: rgb(110 231 183 / 0);
}

.focus\:bg-success-300\/10:focus {
  background-color: rgb(110 231 183 / 0.1);
}

.focus\:bg-success-300\/100:focus {
  background-color: rgb(110 231 183 / 1);
}

.focus\:bg-success-300\/15:focus {
  background-color: rgb(110 231 183 / 0.15);
}

.focus\:bg-success-300\/20:focus {
  background-color: rgb(110 231 183 / 0.2);
}

.focus\:bg-success-300\/25:focus {
  background-color: rgb(110 231 183 / 0.25);
}

.focus\:bg-success-300\/30:focus {
  background-color: rgb(110 231 183 / 0.3);
}

.focus\:bg-success-300\/35:focus {
  background-color: rgb(110 231 183 / 0.35);
}

.focus\:bg-success-300\/40:focus {
  background-color: rgb(110 231 183 / 0.4);
}

.focus\:bg-success-300\/45:focus {
  background-color: rgb(110 231 183 / 0.45);
}

.focus\:bg-success-300\/5:focus {
  background-color: rgb(110 231 183 / 0.05);
}

.focus\:bg-success-300\/50:focus {
  background-color: rgb(110 231 183 / 0.5);
}

.focus\:bg-success-300\/55:focus {
  background-color: rgb(110 231 183 / 0.55);
}

.focus\:bg-success-300\/60:focus {
  background-color: rgb(110 231 183 / 0.6);
}

.focus\:bg-success-300\/65:focus {
  background-color: rgb(110 231 183 / 0.65);
}

.focus\:bg-success-300\/70:focus {
  background-color: rgb(110 231 183 / 0.7);
}

.focus\:bg-success-300\/75:focus {
  background-color: rgb(110 231 183 / 0.75);
}

.focus\:bg-success-300\/80:focus {
  background-color: rgb(110 231 183 / 0.8);
}

.focus\:bg-success-300\/85:focus {
  background-color: rgb(110 231 183 / 0.85);
}

.focus\:bg-success-300\/90:focus {
  background-color: rgb(110 231 183 / 0.9);
}

.focus\:bg-success-300\/95:focus {
  background-color: rgb(110 231 183 / 0.95);
}

.focus\:bg-success-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-400\/0:focus {
  background-color: rgb(52 211 153 / 0);
}

.focus\:bg-success-400\/10:focus {
  background-color: rgb(52 211 153 / 0.1);
}

.focus\:bg-success-400\/100:focus {
  background-color: rgb(52 211 153 / 1);
}

.focus\:bg-success-400\/15:focus {
  background-color: rgb(52 211 153 / 0.15);
}

.focus\:bg-success-400\/20:focus {
  background-color: rgb(52 211 153 / 0.2);
}

.focus\:bg-success-400\/25:focus {
  background-color: rgb(52 211 153 / 0.25);
}

.focus\:bg-success-400\/30:focus {
  background-color: rgb(52 211 153 / 0.3);
}

.focus\:bg-success-400\/35:focus {
  background-color: rgb(52 211 153 / 0.35);
}

.focus\:bg-success-400\/40:focus {
  background-color: rgb(52 211 153 / 0.4);
}

.focus\:bg-success-400\/45:focus {
  background-color: rgb(52 211 153 / 0.45);
}

.focus\:bg-success-400\/5:focus {
  background-color: rgb(52 211 153 / 0.05);
}

.focus\:bg-success-400\/50:focus {
  background-color: rgb(52 211 153 / 0.5);
}

.focus\:bg-success-400\/55:focus {
  background-color: rgb(52 211 153 / 0.55);
}

.focus\:bg-success-400\/60:focus {
  background-color: rgb(52 211 153 / 0.6);
}

.focus\:bg-success-400\/65:focus {
  background-color: rgb(52 211 153 / 0.65);
}

.focus\:bg-success-400\/70:focus {
  background-color: rgb(52 211 153 / 0.7);
}

.focus\:bg-success-400\/75:focus {
  background-color: rgb(52 211 153 / 0.75);
}

.focus\:bg-success-400\/80:focus {
  background-color: rgb(52 211 153 / 0.8);
}

.focus\:bg-success-400\/85:focus {
  background-color: rgb(52 211 153 / 0.85);
}

.focus\:bg-success-400\/90:focus {
  background-color: rgb(52 211 153 / 0.9);
}

.focus\:bg-success-400\/95:focus {
  background-color: rgb(52 211 153 / 0.95);
}

.focus\:bg-success-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-50\/0:focus {
  background-color: rgb(236 253 245 / 0);
}

.focus\:bg-success-50\/10:focus {
  background-color: rgb(236 253 245 / 0.1);
}

.focus\:bg-success-50\/100:focus {
  background-color: rgb(236 253 245 / 1);
}

.focus\:bg-success-50\/15:focus {
  background-color: rgb(236 253 245 / 0.15);
}

.focus\:bg-success-50\/20:focus {
  background-color: rgb(236 253 245 / 0.2);
}

.focus\:bg-success-50\/25:focus {
  background-color: rgb(236 253 245 / 0.25);
}

.focus\:bg-success-50\/30:focus {
  background-color: rgb(236 253 245 / 0.3);
}

.focus\:bg-success-50\/35:focus {
  background-color: rgb(236 253 245 / 0.35);
}

.focus\:bg-success-50\/40:focus {
  background-color: rgb(236 253 245 / 0.4);
}

.focus\:bg-success-50\/45:focus {
  background-color: rgb(236 253 245 / 0.45);
}

.focus\:bg-success-50\/5:focus {
  background-color: rgb(236 253 245 / 0.05);
}

.focus\:bg-success-50\/50:focus {
  background-color: rgb(236 253 245 / 0.5);
}

.focus\:bg-success-50\/55:focus {
  background-color: rgb(236 253 245 / 0.55);
}

.focus\:bg-success-50\/60:focus {
  background-color: rgb(236 253 245 / 0.6);
}

.focus\:bg-success-50\/65:focus {
  background-color: rgb(236 253 245 / 0.65);
}

.focus\:bg-success-50\/70:focus {
  background-color: rgb(236 253 245 / 0.7);
}

.focus\:bg-success-50\/75:focus {
  background-color: rgb(236 253 245 / 0.75);
}

.focus\:bg-success-50\/80:focus {
  background-color: rgb(236 253 245 / 0.8);
}

.focus\:bg-success-50\/85:focus {
  background-color: rgb(236 253 245 / 0.85);
}

.focus\:bg-success-50\/90:focus {
  background-color: rgb(236 253 245 / 0.9);
}

.focus\:bg-success-50\/95:focus {
  background-color: rgb(236 253 245 / 0.95);
}

.focus\:bg-success-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-500\/0:focus {
  background-color: rgb(16 185 129 / 0);
}

.focus\:bg-success-500\/10:focus {
  background-color: rgb(16 185 129 / 0.1);
}

.focus\:bg-success-500\/100:focus {
  background-color: rgb(16 185 129 / 1);
}

.focus\:bg-success-500\/15:focus {
  background-color: rgb(16 185 129 / 0.15);
}

.focus\:bg-success-500\/20:focus {
  background-color: rgb(16 185 129 / 0.2);
}

.focus\:bg-success-500\/25:focus {
  background-color: rgb(16 185 129 / 0.25);
}

.focus\:bg-success-500\/30:focus {
  background-color: rgb(16 185 129 / 0.3);
}

.focus\:bg-success-500\/35:focus {
  background-color: rgb(16 185 129 / 0.35);
}

.focus\:bg-success-500\/40:focus {
  background-color: rgb(16 185 129 / 0.4);
}

.focus\:bg-success-500\/45:focus {
  background-color: rgb(16 185 129 / 0.45);
}

.focus\:bg-success-500\/5:focus {
  background-color: rgb(16 185 129 / 0.05);
}

.focus\:bg-success-500\/50:focus {
  background-color: rgb(16 185 129 / 0.5);
}

.focus\:bg-success-500\/55:focus {
  background-color: rgb(16 185 129 / 0.55);
}

.focus\:bg-success-500\/60:focus {
  background-color: rgb(16 185 129 / 0.6);
}

.focus\:bg-success-500\/65:focus {
  background-color: rgb(16 185 129 / 0.65);
}

.focus\:bg-success-500\/70:focus {
  background-color: rgb(16 185 129 / 0.7);
}

.focus\:bg-success-500\/75:focus {
  background-color: rgb(16 185 129 / 0.75);
}

.focus\:bg-success-500\/80:focus {
  background-color: rgb(16 185 129 / 0.8);
}

.focus\:bg-success-500\/85:focus {
  background-color: rgb(16 185 129 / 0.85);
}

.focus\:bg-success-500\/90:focus {
  background-color: rgb(16 185 129 / 0.9);
}

.focus\:bg-success-500\/95:focus {
  background-color: rgb(16 185 129 / 0.95);
}

.focus\:bg-success-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-600\/0:focus {
  background-color: rgb(5 150 105 / 0);
}

.focus\:bg-success-600\/10:focus {
  background-color: rgb(5 150 105 / 0.1);
}

.focus\:bg-success-600\/100:focus {
  background-color: rgb(5 150 105 / 1);
}

.focus\:bg-success-600\/15:focus {
  background-color: rgb(5 150 105 / 0.15);
}

.focus\:bg-success-600\/20:focus {
  background-color: rgb(5 150 105 / 0.2);
}

.focus\:bg-success-600\/25:focus {
  background-color: rgb(5 150 105 / 0.25);
}

.focus\:bg-success-600\/30:focus {
  background-color: rgb(5 150 105 / 0.3);
}

.focus\:bg-success-600\/35:focus {
  background-color: rgb(5 150 105 / 0.35);
}

.focus\:bg-success-600\/40:focus {
  background-color: rgb(5 150 105 / 0.4);
}

.focus\:bg-success-600\/45:focus {
  background-color: rgb(5 150 105 / 0.45);
}

.focus\:bg-success-600\/5:focus {
  background-color: rgb(5 150 105 / 0.05);
}

.focus\:bg-success-600\/50:focus {
  background-color: rgb(5 150 105 / 0.5);
}

.focus\:bg-success-600\/55:focus {
  background-color: rgb(5 150 105 / 0.55);
}

.focus\:bg-success-600\/60:focus {
  background-color: rgb(5 150 105 / 0.6);
}

.focus\:bg-success-600\/65:focus {
  background-color: rgb(5 150 105 / 0.65);
}

.focus\:bg-success-600\/70:focus {
  background-color: rgb(5 150 105 / 0.7);
}

.focus\:bg-success-600\/75:focus {
  background-color: rgb(5 150 105 / 0.75);
}

.focus\:bg-success-600\/80:focus {
  background-color: rgb(5 150 105 / 0.8);
}

.focus\:bg-success-600\/85:focus {
  background-color: rgb(5 150 105 / 0.85);
}

.focus\:bg-success-600\/90:focus {
  background-color: rgb(5 150 105 / 0.9);
}

.focus\:bg-success-600\/95:focus {
  background-color: rgb(5 150 105 / 0.95);
}

.focus\:bg-success-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-700\/0:focus {
  background-color: rgb(4 120 87 / 0);
}

.focus\:bg-success-700\/10:focus {
  background-color: rgb(4 120 87 / 0.1);
}

.focus\:bg-success-700\/100:focus {
  background-color: rgb(4 120 87 / 1);
}

.focus\:bg-success-700\/15:focus {
  background-color: rgb(4 120 87 / 0.15);
}

.focus\:bg-success-700\/20:focus {
  background-color: rgb(4 120 87 / 0.2);
}

.focus\:bg-success-700\/25:focus {
  background-color: rgb(4 120 87 / 0.25);
}

.focus\:bg-success-700\/30:focus {
  background-color: rgb(4 120 87 / 0.3);
}

.focus\:bg-success-700\/35:focus {
  background-color: rgb(4 120 87 / 0.35);
}

.focus\:bg-success-700\/40:focus {
  background-color: rgb(4 120 87 / 0.4);
}

.focus\:bg-success-700\/45:focus {
  background-color: rgb(4 120 87 / 0.45);
}

.focus\:bg-success-700\/5:focus {
  background-color: rgb(4 120 87 / 0.05);
}

.focus\:bg-success-700\/50:focus {
  background-color: rgb(4 120 87 / 0.5);
}

.focus\:bg-success-700\/55:focus {
  background-color: rgb(4 120 87 / 0.55);
}

.focus\:bg-success-700\/60:focus {
  background-color: rgb(4 120 87 / 0.6);
}

.focus\:bg-success-700\/65:focus {
  background-color: rgb(4 120 87 / 0.65);
}

.focus\:bg-success-700\/70:focus {
  background-color: rgb(4 120 87 / 0.7);
}

.focus\:bg-success-700\/75:focus {
  background-color: rgb(4 120 87 / 0.75);
}

.focus\:bg-success-700\/80:focus {
  background-color: rgb(4 120 87 / 0.8);
}

.focus\:bg-success-700\/85:focus {
  background-color: rgb(4 120 87 / 0.85);
}

.focus\:bg-success-700\/90:focus {
  background-color: rgb(4 120 87 / 0.9);
}

.focus\:bg-success-700\/95:focus {
  background-color: rgb(4 120 87 / 0.95);
}

.focus\:bg-success-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-800\/0:focus {
  background-color: rgb(6 95 70 / 0);
}

.focus\:bg-success-800\/10:focus {
  background-color: rgb(6 95 70 / 0.1);
}

.focus\:bg-success-800\/100:focus {
  background-color: rgb(6 95 70 / 1);
}

.focus\:bg-success-800\/15:focus {
  background-color: rgb(6 95 70 / 0.15);
}

.focus\:bg-success-800\/20:focus {
  background-color: rgb(6 95 70 / 0.2);
}

.focus\:bg-success-800\/25:focus {
  background-color: rgb(6 95 70 / 0.25);
}

.focus\:bg-success-800\/30:focus {
  background-color: rgb(6 95 70 / 0.3);
}

.focus\:bg-success-800\/35:focus {
  background-color: rgb(6 95 70 / 0.35);
}

.focus\:bg-success-800\/40:focus {
  background-color: rgb(6 95 70 / 0.4);
}

.focus\:bg-success-800\/45:focus {
  background-color: rgb(6 95 70 / 0.45);
}

.focus\:bg-success-800\/5:focus {
  background-color: rgb(6 95 70 / 0.05);
}

.focus\:bg-success-800\/50:focus {
  background-color: rgb(6 95 70 / 0.5);
}

.focus\:bg-success-800\/55:focus {
  background-color: rgb(6 95 70 / 0.55);
}

.focus\:bg-success-800\/60:focus {
  background-color: rgb(6 95 70 / 0.6);
}

.focus\:bg-success-800\/65:focus {
  background-color: rgb(6 95 70 / 0.65);
}

.focus\:bg-success-800\/70:focus {
  background-color: rgb(6 95 70 / 0.7);
}

.focus\:bg-success-800\/75:focus {
  background-color: rgb(6 95 70 / 0.75);
}

.focus\:bg-success-800\/80:focus {
  background-color: rgb(6 95 70 / 0.8);
}

.focus\:bg-success-800\/85:focus {
  background-color: rgb(6 95 70 / 0.85);
}

.focus\:bg-success-800\/90:focus {
  background-color: rgb(6 95 70 / 0.9);
}

.focus\:bg-success-800\/95:focus {
  background-color: rgb(6 95 70 / 0.95);
}

.focus\:bg-success-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-900\/0:focus {
  background-color: rgb(6 78 59 / 0);
}

.focus\:bg-success-900\/10:focus {
  background-color: rgb(6 78 59 / 0.1);
}

.focus\:bg-success-900\/100:focus {
  background-color: rgb(6 78 59 / 1);
}

.focus\:bg-success-900\/15:focus {
  background-color: rgb(6 78 59 / 0.15);
}

.focus\:bg-success-900\/20:focus {
  background-color: rgb(6 78 59 / 0.2);
}

.focus\:bg-success-900\/25:focus {
  background-color: rgb(6 78 59 / 0.25);
}

.focus\:bg-success-900\/30:focus {
  background-color: rgb(6 78 59 / 0.3);
}

.focus\:bg-success-900\/35:focus {
  background-color: rgb(6 78 59 / 0.35);
}

.focus\:bg-success-900\/40:focus {
  background-color: rgb(6 78 59 / 0.4);
}

.focus\:bg-success-900\/45:focus {
  background-color: rgb(6 78 59 / 0.45);
}

.focus\:bg-success-900\/5:focus {
  background-color: rgb(6 78 59 / 0.05);
}

.focus\:bg-success-900\/50:focus {
  background-color: rgb(6 78 59 / 0.5);
}

.focus\:bg-success-900\/55:focus {
  background-color: rgb(6 78 59 / 0.55);
}

.focus\:bg-success-900\/60:focus {
  background-color: rgb(6 78 59 / 0.6);
}

.focus\:bg-success-900\/65:focus {
  background-color: rgb(6 78 59 / 0.65);
}

.focus\:bg-success-900\/70:focus {
  background-color: rgb(6 78 59 / 0.7);
}

.focus\:bg-success-900\/75:focus {
  background-color: rgb(6 78 59 / 0.75);
}

.focus\:bg-success-900\/80:focus {
  background-color: rgb(6 78 59 / 0.8);
}

.focus\:bg-success-900\/85:focus {
  background-color: rgb(6 78 59 / 0.85);
}

.focus\:bg-success-900\/90:focus {
  background-color: rgb(6 78 59 / 0.9);
}

.focus\:bg-success-900\/95:focus {
  background-color: rgb(6 78 59 / 0.95);
}

.focus\:bg-success-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-dark\/0:focus {
  background-color: rgb(4 120 87 / 0);
}

.focus\:bg-success-dark\/10:focus {
  background-color: rgb(4 120 87 / 0.1);
}

.focus\:bg-success-dark\/100:focus {
  background-color: rgb(4 120 87 / 1);
}

.focus\:bg-success-dark\/15:focus {
  background-color: rgb(4 120 87 / 0.15);
}

.focus\:bg-success-dark\/20:focus {
  background-color: rgb(4 120 87 / 0.2);
}

.focus\:bg-success-dark\/25:focus {
  background-color: rgb(4 120 87 / 0.25);
}

.focus\:bg-success-dark\/30:focus {
  background-color: rgb(4 120 87 / 0.3);
}

.focus\:bg-success-dark\/35:focus {
  background-color: rgb(4 120 87 / 0.35);
}

.focus\:bg-success-dark\/40:focus {
  background-color: rgb(4 120 87 / 0.4);
}

.focus\:bg-success-dark\/45:focus {
  background-color: rgb(4 120 87 / 0.45);
}

.focus\:bg-success-dark\/5:focus {
  background-color: rgb(4 120 87 / 0.05);
}

.focus\:bg-success-dark\/50:focus {
  background-color: rgb(4 120 87 / 0.5);
}

.focus\:bg-success-dark\/55:focus {
  background-color: rgb(4 120 87 / 0.55);
}

.focus\:bg-success-dark\/60:focus {
  background-color: rgb(4 120 87 / 0.6);
}

.focus\:bg-success-dark\/65:focus {
  background-color: rgb(4 120 87 / 0.65);
}

.focus\:bg-success-dark\/70:focus {
  background-color: rgb(4 120 87 / 0.7);
}

.focus\:bg-success-dark\/75:focus {
  background-color: rgb(4 120 87 / 0.75);
}

.focus\:bg-success-dark\/80:focus {
  background-color: rgb(4 120 87 / 0.8);
}

.focus\:bg-success-dark\/85:focus {
  background-color: rgb(4 120 87 / 0.85);
}

.focus\:bg-success-dark\/90:focus {
  background-color: rgb(4 120 87 / 0.9);
}

.focus\:bg-success-dark\/95:focus {
  background-color: rgb(4 120 87 / 0.95);
}

.focus\:bg-success-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-light\/0:focus {
  background-color: rgb(209 250 229 / 0);
}

.focus\:bg-success-light\/10:focus {
  background-color: rgb(209 250 229 / 0.1);
}

.focus\:bg-success-light\/100:focus {
  background-color: rgb(209 250 229 / 1);
}

.focus\:bg-success-light\/15:focus {
  background-color: rgb(209 250 229 / 0.15);
}

.focus\:bg-success-light\/20:focus {
  background-color: rgb(209 250 229 / 0.2);
}

.focus\:bg-success-light\/25:focus {
  background-color: rgb(209 250 229 / 0.25);
}

.focus\:bg-success-light\/30:focus {
  background-color: rgb(209 250 229 / 0.3);
}

.focus\:bg-success-light\/35:focus {
  background-color: rgb(209 250 229 / 0.35);
}

.focus\:bg-success-light\/40:focus {
  background-color: rgb(209 250 229 / 0.4);
}

.focus\:bg-success-light\/45:focus {
  background-color: rgb(209 250 229 / 0.45);
}

.focus\:bg-success-light\/5:focus {
  background-color: rgb(209 250 229 / 0.05);
}

.focus\:bg-success-light\/50:focus {
  background-color: rgb(209 250 229 / 0.5);
}

.focus\:bg-success-light\/55:focus {
  background-color: rgb(209 250 229 / 0.55);
}

.focus\:bg-success-light\/60:focus {
  background-color: rgb(209 250 229 / 0.6);
}

.focus\:bg-success-light\/65:focus {
  background-color: rgb(209 250 229 / 0.65);
}

.focus\:bg-success-light\/70:focus {
  background-color: rgb(209 250 229 / 0.7);
}

.focus\:bg-success-light\/75:focus {
  background-color: rgb(209 250 229 / 0.75);
}

.focus\:bg-success-light\/80:focus {
  background-color: rgb(209 250 229 / 0.8);
}

.focus\:bg-success-light\/85:focus {
  background-color: rgb(209 250 229 / 0.85);
}

.focus\:bg-success-light\/90:focus {
  background-color: rgb(209 250 229 / 0.9);
}

.focus\:bg-success-light\/95:focus {
  background-color: rgb(209 250 229 / 0.95);
}

.focus\:bg-success\/0:focus {
  background-color: rgb(16 185 129 / 0);
}

.focus\:bg-success\/10:focus {
  background-color: rgb(16 185 129 / 0.1);
}

.focus\:bg-success\/100:focus {
  background-color: rgb(16 185 129 / 1);
}

.focus\:bg-success\/15:focus {
  background-color: rgb(16 185 129 / 0.15);
}

.focus\:bg-success\/20:focus {
  background-color: rgb(16 185 129 / 0.2);
}

.focus\:bg-success\/25:focus {
  background-color: rgb(16 185 129 / 0.25);
}

.focus\:bg-success\/30:focus {
  background-color: rgb(16 185 129 / 0.3);
}

.focus\:bg-success\/35:focus {
  background-color: rgb(16 185 129 / 0.35);
}

.focus\:bg-success\/40:focus {
  background-color: rgb(16 185 129 / 0.4);
}

.focus\:bg-success\/45:focus {
  background-color: rgb(16 185 129 / 0.45);
}

.focus\:bg-success\/5:focus {
  background-color: rgb(16 185 129 / 0.05);
}

.focus\:bg-success\/50:focus {
  background-color: rgb(16 185 129 / 0.5);
}

.focus\:bg-success\/55:focus {
  background-color: rgb(16 185 129 / 0.55);
}

.focus\:bg-success\/60:focus {
  background-color: rgb(16 185 129 / 0.6);
}

.focus\:bg-success\/65:focus {
  background-color: rgb(16 185 129 / 0.65);
}

.focus\:bg-success\/70:focus {
  background-color: rgb(16 185 129 / 0.7);
}

.focus\:bg-success\/75:focus {
  background-color: rgb(16 185 129 / 0.75);
}

.focus\:bg-success\/80:focus {
  background-color: rgb(16 185 129 / 0.8);
}

.focus\:bg-success\/85:focus {
  background-color: rgb(16 185 129 / 0.85);
}

.focus\:bg-success\/90:focus {
  background-color: rgb(16 185 129 / 0.9);
}

.focus\:bg-success\/95:focus {
  background-color: rgb(16 185 129 / 0.95);
}

.focus\:bg-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-100\/0:focus {
  background-color: rgb(254 243 199 / 0);
}

.focus\:bg-warning-100\/10:focus {
  background-color: rgb(254 243 199 / 0.1);
}

.focus\:bg-warning-100\/100:focus {
  background-color: rgb(254 243 199 / 1);
}

.focus\:bg-warning-100\/15:focus {
  background-color: rgb(254 243 199 / 0.15);
}

.focus\:bg-warning-100\/20:focus {
  background-color: rgb(254 243 199 / 0.2);
}

.focus\:bg-warning-100\/25:focus {
  background-color: rgb(254 243 199 / 0.25);
}

.focus\:bg-warning-100\/30:focus {
  background-color: rgb(254 243 199 / 0.3);
}

.focus\:bg-warning-100\/35:focus {
  background-color: rgb(254 243 199 / 0.35);
}

.focus\:bg-warning-100\/40:focus {
  background-color: rgb(254 243 199 / 0.4);
}

.focus\:bg-warning-100\/45:focus {
  background-color: rgb(254 243 199 / 0.45);
}

.focus\:bg-warning-100\/5:focus {
  background-color: rgb(254 243 199 / 0.05);
}

.focus\:bg-warning-100\/50:focus {
  background-color: rgb(254 243 199 / 0.5);
}

.focus\:bg-warning-100\/55:focus {
  background-color: rgb(254 243 199 / 0.55);
}

.focus\:bg-warning-100\/60:focus {
  background-color: rgb(254 243 199 / 0.6);
}

.focus\:bg-warning-100\/65:focus {
  background-color: rgb(254 243 199 / 0.65);
}

.focus\:bg-warning-100\/70:focus {
  background-color: rgb(254 243 199 / 0.7);
}

.focus\:bg-warning-100\/75:focus {
  background-color: rgb(254 243 199 / 0.75);
}

.focus\:bg-warning-100\/80:focus {
  background-color: rgb(254 243 199 / 0.8);
}

.focus\:bg-warning-100\/85:focus {
  background-color: rgb(254 243 199 / 0.85);
}

.focus\:bg-warning-100\/90:focus {
  background-color: rgb(254 243 199 / 0.9);
}

.focus\:bg-warning-100\/95:focus {
  background-color: rgb(254 243 199 / 0.95);
}

.focus\:bg-warning-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-200\/0:focus {
  background-color: rgb(253 230 138 / 0);
}

.focus\:bg-warning-200\/10:focus {
  background-color: rgb(253 230 138 / 0.1);
}

.focus\:bg-warning-200\/100:focus {
  background-color: rgb(253 230 138 / 1);
}

.focus\:bg-warning-200\/15:focus {
  background-color: rgb(253 230 138 / 0.15);
}

.focus\:bg-warning-200\/20:focus {
  background-color: rgb(253 230 138 / 0.2);
}

.focus\:bg-warning-200\/25:focus {
  background-color: rgb(253 230 138 / 0.25);
}

.focus\:bg-warning-200\/30:focus {
  background-color: rgb(253 230 138 / 0.3);
}

.focus\:bg-warning-200\/35:focus {
  background-color: rgb(253 230 138 / 0.35);
}

.focus\:bg-warning-200\/40:focus {
  background-color: rgb(253 230 138 / 0.4);
}

.focus\:bg-warning-200\/45:focus {
  background-color: rgb(253 230 138 / 0.45);
}

.focus\:bg-warning-200\/5:focus {
  background-color: rgb(253 230 138 / 0.05);
}

.focus\:bg-warning-200\/50:focus {
  background-color: rgb(253 230 138 / 0.5);
}

.focus\:bg-warning-200\/55:focus {
  background-color: rgb(253 230 138 / 0.55);
}

.focus\:bg-warning-200\/60:focus {
  background-color: rgb(253 230 138 / 0.6);
}

.focus\:bg-warning-200\/65:focus {
  background-color: rgb(253 230 138 / 0.65);
}

.focus\:bg-warning-200\/70:focus {
  background-color: rgb(253 230 138 / 0.7);
}

.focus\:bg-warning-200\/75:focus {
  background-color: rgb(253 230 138 / 0.75);
}

.focus\:bg-warning-200\/80:focus {
  background-color: rgb(253 230 138 / 0.8);
}

.focus\:bg-warning-200\/85:focus {
  background-color: rgb(253 230 138 / 0.85);
}

.focus\:bg-warning-200\/90:focus {
  background-color: rgb(253 230 138 / 0.9);
}

.focus\:bg-warning-200\/95:focus {
  background-color: rgb(253 230 138 / 0.95);
}

.focus\:bg-warning-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-300\/0:focus {
  background-color: rgb(252 211 77 / 0);
}

.focus\:bg-warning-300\/10:focus {
  background-color: rgb(252 211 77 / 0.1);
}

.focus\:bg-warning-300\/100:focus {
  background-color: rgb(252 211 77 / 1);
}

.focus\:bg-warning-300\/15:focus {
  background-color: rgb(252 211 77 / 0.15);
}

.focus\:bg-warning-300\/20:focus {
  background-color: rgb(252 211 77 / 0.2);
}

.focus\:bg-warning-300\/25:focus {
  background-color: rgb(252 211 77 / 0.25);
}

.focus\:bg-warning-300\/30:focus {
  background-color: rgb(252 211 77 / 0.3);
}

.focus\:bg-warning-300\/35:focus {
  background-color: rgb(252 211 77 / 0.35);
}

.focus\:bg-warning-300\/40:focus {
  background-color: rgb(252 211 77 / 0.4);
}

.focus\:bg-warning-300\/45:focus {
  background-color: rgb(252 211 77 / 0.45);
}

.focus\:bg-warning-300\/5:focus {
  background-color: rgb(252 211 77 / 0.05);
}

.focus\:bg-warning-300\/50:focus {
  background-color: rgb(252 211 77 / 0.5);
}

.focus\:bg-warning-300\/55:focus {
  background-color: rgb(252 211 77 / 0.55);
}

.focus\:bg-warning-300\/60:focus {
  background-color: rgb(252 211 77 / 0.6);
}

.focus\:bg-warning-300\/65:focus {
  background-color: rgb(252 211 77 / 0.65);
}

.focus\:bg-warning-300\/70:focus {
  background-color: rgb(252 211 77 / 0.7);
}

.focus\:bg-warning-300\/75:focus {
  background-color: rgb(252 211 77 / 0.75);
}

.focus\:bg-warning-300\/80:focus {
  background-color: rgb(252 211 77 / 0.8);
}

.focus\:bg-warning-300\/85:focus {
  background-color: rgb(252 211 77 / 0.85);
}

.focus\:bg-warning-300\/90:focus {
  background-color: rgb(252 211 77 / 0.9);
}

.focus\:bg-warning-300\/95:focus {
  background-color: rgb(252 211 77 / 0.95);
}

.focus\:bg-warning-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-400\/0:focus {
  background-color: rgb(251 191 36 / 0);
}

.focus\:bg-warning-400\/10:focus {
  background-color: rgb(251 191 36 / 0.1);
}

.focus\:bg-warning-400\/100:focus {
  background-color: rgb(251 191 36 / 1);
}

.focus\:bg-warning-400\/15:focus {
  background-color: rgb(251 191 36 / 0.15);
}

.focus\:bg-warning-400\/20:focus {
  background-color: rgb(251 191 36 / 0.2);
}

.focus\:bg-warning-400\/25:focus {
  background-color: rgb(251 191 36 / 0.25);
}

.focus\:bg-warning-400\/30:focus {
  background-color: rgb(251 191 36 / 0.3);
}

.focus\:bg-warning-400\/35:focus {
  background-color: rgb(251 191 36 / 0.35);
}

.focus\:bg-warning-400\/40:focus {
  background-color: rgb(251 191 36 / 0.4);
}

.focus\:bg-warning-400\/45:focus {
  background-color: rgb(251 191 36 / 0.45);
}

.focus\:bg-warning-400\/5:focus {
  background-color: rgb(251 191 36 / 0.05);
}

.focus\:bg-warning-400\/50:focus {
  background-color: rgb(251 191 36 / 0.5);
}

.focus\:bg-warning-400\/55:focus {
  background-color: rgb(251 191 36 / 0.55);
}

.focus\:bg-warning-400\/60:focus {
  background-color: rgb(251 191 36 / 0.6);
}

.focus\:bg-warning-400\/65:focus {
  background-color: rgb(251 191 36 / 0.65);
}

.focus\:bg-warning-400\/70:focus {
  background-color: rgb(251 191 36 / 0.7);
}

.focus\:bg-warning-400\/75:focus {
  background-color: rgb(251 191 36 / 0.75);
}

.focus\:bg-warning-400\/80:focus {
  background-color: rgb(251 191 36 / 0.8);
}

.focus\:bg-warning-400\/85:focus {
  background-color: rgb(251 191 36 / 0.85);
}

.focus\:bg-warning-400\/90:focus {
  background-color: rgb(251 191 36 / 0.9);
}

.focus\:bg-warning-400\/95:focus {
  background-color: rgb(251 191 36 / 0.95);
}

.focus\:bg-warning-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-50\/0:focus {
  background-color: rgb(255 251 235 / 0);
}

.focus\:bg-warning-50\/10:focus {
  background-color: rgb(255 251 235 / 0.1);
}

.focus\:bg-warning-50\/100:focus {
  background-color: rgb(255 251 235 / 1);
}

.focus\:bg-warning-50\/15:focus {
  background-color: rgb(255 251 235 / 0.15);
}

.focus\:bg-warning-50\/20:focus {
  background-color: rgb(255 251 235 / 0.2);
}

.focus\:bg-warning-50\/25:focus {
  background-color: rgb(255 251 235 / 0.25);
}

.focus\:bg-warning-50\/30:focus {
  background-color: rgb(255 251 235 / 0.3);
}

.focus\:bg-warning-50\/35:focus {
  background-color: rgb(255 251 235 / 0.35);
}

.focus\:bg-warning-50\/40:focus {
  background-color: rgb(255 251 235 / 0.4);
}

.focus\:bg-warning-50\/45:focus {
  background-color: rgb(255 251 235 / 0.45);
}

.focus\:bg-warning-50\/5:focus {
  background-color: rgb(255 251 235 / 0.05);
}

.focus\:bg-warning-50\/50:focus {
  background-color: rgb(255 251 235 / 0.5);
}

.focus\:bg-warning-50\/55:focus {
  background-color: rgb(255 251 235 / 0.55);
}

.focus\:bg-warning-50\/60:focus {
  background-color: rgb(255 251 235 / 0.6);
}

.focus\:bg-warning-50\/65:focus {
  background-color: rgb(255 251 235 / 0.65);
}

.focus\:bg-warning-50\/70:focus {
  background-color: rgb(255 251 235 / 0.7);
}

.focus\:bg-warning-50\/75:focus {
  background-color: rgb(255 251 235 / 0.75);
}

.focus\:bg-warning-50\/80:focus {
  background-color: rgb(255 251 235 / 0.8);
}

.focus\:bg-warning-50\/85:focus {
  background-color: rgb(255 251 235 / 0.85);
}

.focus\:bg-warning-50\/90:focus {
  background-color: rgb(255 251 235 / 0.9);
}

.focus\:bg-warning-50\/95:focus {
  background-color: rgb(255 251 235 / 0.95);
}

.focus\:bg-warning-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-500\/0:focus {
  background-color: rgb(245 158 11 / 0);
}

.focus\:bg-warning-500\/10:focus {
  background-color: rgb(245 158 11 / 0.1);
}

.focus\:bg-warning-500\/100:focus {
  background-color: rgb(245 158 11 / 1);
}

.focus\:bg-warning-500\/15:focus {
  background-color: rgb(245 158 11 / 0.15);
}

.focus\:bg-warning-500\/20:focus {
  background-color: rgb(245 158 11 / 0.2);
}

.focus\:bg-warning-500\/25:focus {
  background-color: rgb(245 158 11 / 0.25);
}

.focus\:bg-warning-500\/30:focus {
  background-color: rgb(245 158 11 / 0.3);
}

.focus\:bg-warning-500\/35:focus {
  background-color: rgb(245 158 11 / 0.35);
}

.focus\:bg-warning-500\/40:focus {
  background-color: rgb(245 158 11 / 0.4);
}

.focus\:bg-warning-500\/45:focus {
  background-color: rgb(245 158 11 / 0.45);
}

.focus\:bg-warning-500\/5:focus {
  background-color: rgb(245 158 11 / 0.05);
}

.focus\:bg-warning-500\/50:focus {
  background-color: rgb(245 158 11 / 0.5);
}

.focus\:bg-warning-500\/55:focus {
  background-color: rgb(245 158 11 / 0.55);
}

.focus\:bg-warning-500\/60:focus {
  background-color: rgb(245 158 11 / 0.6);
}

.focus\:bg-warning-500\/65:focus {
  background-color: rgb(245 158 11 / 0.65);
}

.focus\:bg-warning-500\/70:focus {
  background-color: rgb(245 158 11 / 0.7);
}

.focus\:bg-warning-500\/75:focus {
  background-color: rgb(245 158 11 / 0.75);
}

.focus\:bg-warning-500\/80:focus {
  background-color: rgb(245 158 11 / 0.8);
}

.focus\:bg-warning-500\/85:focus {
  background-color: rgb(245 158 11 / 0.85);
}

.focus\:bg-warning-500\/90:focus {
  background-color: rgb(245 158 11 / 0.9);
}

.focus\:bg-warning-500\/95:focus {
  background-color: rgb(245 158 11 / 0.95);
}

.focus\:bg-warning-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-600\/0:focus {
  background-color: rgb(217 119 6 / 0);
}

.focus\:bg-warning-600\/10:focus {
  background-color: rgb(217 119 6 / 0.1);
}

.focus\:bg-warning-600\/100:focus {
  background-color: rgb(217 119 6 / 1);
}

.focus\:bg-warning-600\/15:focus {
  background-color: rgb(217 119 6 / 0.15);
}

.focus\:bg-warning-600\/20:focus {
  background-color: rgb(217 119 6 / 0.2);
}

.focus\:bg-warning-600\/25:focus {
  background-color: rgb(217 119 6 / 0.25);
}

.focus\:bg-warning-600\/30:focus {
  background-color: rgb(217 119 6 / 0.3);
}

.focus\:bg-warning-600\/35:focus {
  background-color: rgb(217 119 6 / 0.35);
}

.focus\:bg-warning-600\/40:focus {
  background-color: rgb(217 119 6 / 0.4);
}

.focus\:bg-warning-600\/45:focus {
  background-color: rgb(217 119 6 / 0.45);
}

.focus\:bg-warning-600\/5:focus {
  background-color: rgb(217 119 6 / 0.05);
}

.focus\:bg-warning-600\/50:focus {
  background-color: rgb(217 119 6 / 0.5);
}

.focus\:bg-warning-600\/55:focus {
  background-color: rgb(217 119 6 / 0.55);
}

.focus\:bg-warning-600\/60:focus {
  background-color: rgb(217 119 6 / 0.6);
}

.focus\:bg-warning-600\/65:focus {
  background-color: rgb(217 119 6 / 0.65);
}

.focus\:bg-warning-600\/70:focus {
  background-color: rgb(217 119 6 / 0.7);
}

.focus\:bg-warning-600\/75:focus {
  background-color: rgb(217 119 6 / 0.75);
}

.focus\:bg-warning-600\/80:focus {
  background-color: rgb(217 119 6 / 0.8);
}

.focus\:bg-warning-600\/85:focus {
  background-color: rgb(217 119 6 / 0.85);
}

.focus\:bg-warning-600\/90:focus {
  background-color: rgb(217 119 6 / 0.9);
}

.focus\:bg-warning-600\/95:focus {
  background-color: rgb(217 119 6 / 0.95);
}

.focus\:bg-warning-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-700\/0:focus {
  background-color: rgb(180 83 9 / 0);
}

.focus\:bg-warning-700\/10:focus {
  background-color: rgb(180 83 9 / 0.1);
}

.focus\:bg-warning-700\/100:focus {
  background-color: rgb(180 83 9 / 1);
}

.focus\:bg-warning-700\/15:focus {
  background-color: rgb(180 83 9 / 0.15);
}

.focus\:bg-warning-700\/20:focus {
  background-color: rgb(180 83 9 / 0.2);
}

.focus\:bg-warning-700\/25:focus {
  background-color: rgb(180 83 9 / 0.25);
}

.focus\:bg-warning-700\/30:focus {
  background-color: rgb(180 83 9 / 0.3);
}

.focus\:bg-warning-700\/35:focus {
  background-color: rgb(180 83 9 / 0.35);
}

.focus\:bg-warning-700\/40:focus {
  background-color: rgb(180 83 9 / 0.4);
}

.focus\:bg-warning-700\/45:focus {
  background-color: rgb(180 83 9 / 0.45);
}

.focus\:bg-warning-700\/5:focus {
  background-color: rgb(180 83 9 / 0.05);
}

.focus\:bg-warning-700\/50:focus {
  background-color: rgb(180 83 9 / 0.5);
}

.focus\:bg-warning-700\/55:focus {
  background-color: rgb(180 83 9 / 0.55);
}

.focus\:bg-warning-700\/60:focus {
  background-color: rgb(180 83 9 / 0.6);
}

.focus\:bg-warning-700\/65:focus {
  background-color: rgb(180 83 9 / 0.65);
}

.focus\:bg-warning-700\/70:focus {
  background-color: rgb(180 83 9 / 0.7);
}

.focus\:bg-warning-700\/75:focus {
  background-color: rgb(180 83 9 / 0.75);
}

.focus\:bg-warning-700\/80:focus {
  background-color: rgb(180 83 9 / 0.8);
}

.focus\:bg-warning-700\/85:focus {
  background-color: rgb(180 83 9 / 0.85);
}

.focus\:bg-warning-700\/90:focus {
  background-color: rgb(180 83 9 / 0.9);
}

.focus\:bg-warning-700\/95:focus {
  background-color: rgb(180 83 9 / 0.95);
}

.focus\:bg-warning-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-800\/0:focus {
  background-color: rgb(146 64 14 / 0);
}

.focus\:bg-warning-800\/10:focus {
  background-color: rgb(146 64 14 / 0.1);
}

.focus\:bg-warning-800\/100:focus {
  background-color: rgb(146 64 14 / 1);
}

.focus\:bg-warning-800\/15:focus {
  background-color: rgb(146 64 14 / 0.15);
}

.focus\:bg-warning-800\/20:focus {
  background-color: rgb(146 64 14 / 0.2);
}

.focus\:bg-warning-800\/25:focus {
  background-color: rgb(146 64 14 / 0.25);
}

.focus\:bg-warning-800\/30:focus {
  background-color: rgb(146 64 14 / 0.3);
}

.focus\:bg-warning-800\/35:focus {
  background-color: rgb(146 64 14 / 0.35);
}

.focus\:bg-warning-800\/40:focus {
  background-color: rgb(146 64 14 / 0.4);
}

.focus\:bg-warning-800\/45:focus {
  background-color: rgb(146 64 14 / 0.45);
}

.focus\:bg-warning-800\/5:focus {
  background-color: rgb(146 64 14 / 0.05);
}

.focus\:bg-warning-800\/50:focus {
  background-color: rgb(146 64 14 / 0.5);
}

.focus\:bg-warning-800\/55:focus {
  background-color: rgb(146 64 14 / 0.55);
}

.focus\:bg-warning-800\/60:focus {
  background-color: rgb(146 64 14 / 0.6);
}

.focus\:bg-warning-800\/65:focus {
  background-color: rgb(146 64 14 / 0.65);
}

.focus\:bg-warning-800\/70:focus {
  background-color: rgb(146 64 14 / 0.7);
}

.focus\:bg-warning-800\/75:focus {
  background-color: rgb(146 64 14 / 0.75);
}

.focus\:bg-warning-800\/80:focus {
  background-color: rgb(146 64 14 / 0.8);
}

.focus\:bg-warning-800\/85:focus {
  background-color: rgb(146 64 14 / 0.85);
}

.focus\:bg-warning-800\/90:focus {
  background-color: rgb(146 64 14 / 0.9);
}

.focus\:bg-warning-800\/95:focus {
  background-color: rgb(146 64 14 / 0.95);
}

.focus\:bg-warning-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-900\/0:focus {
  background-color: rgb(120 53 15 / 0);
}

.focus\:bg-warning-900\/10:focus {
  background-color: rgb(120 53 15 / 0.1);
}

.focus\:bg-warning-900\/100:focus {
  background-color: rgb(120 53 15 / 1);
}

.focus\:bg-warning-900\/15:focus {
  background-color: rgb(120 53 15 / 0.15);
}

.focus\:bg-warning-900\/20:focus {
  background-color: rgb(120 53 15 / 0.2);
}

.focus\:bg-warning-900\/25:focus {
  background-color: rgb(120 53 15 / 0.25);
}

.focus\:bg-warning-900\/30:focus {
  background-color: rgb(120 53 15 / 0.3);
}

.focus\:bg-warning-900\/35:focus {
  background-color: rgb(120 53 15 / 0.35);
}

.focus\:bg-warning-900\/40:focus {
  background-color: rgb(120 53 15 / 0.4);
}

.focus\:bg-warning-900\/45:focus {
  background-color: rgb(120 53 15 / 0.45);
}

.focus\:bg-warning-900\/5:focus {
  background-color: rgb(120 53 15 / 0.05);
}

.focus\:bg-warning-900\/50:focus {
  background-color: rgb(120 53 15 / 0.5);
}

.focus\:bg-warning-900\/55:focus {
  background-color: rgb(120 53 15 / 0.55);
}

.focus\:bg-warning-900\/60:focus {
  background-color: rgb(120 53 15 / 0.6);
}

.focus\:bg-warning-900\/65:focus {
  background-color: rgb(120 53 15 / 0.65);
}

.focus\:bg-warning-900\/70:focus {
  background-color: rgb(120 53 15 / 0.7);
}

.focus\:bg-warning-900\/75:focus {
  background-color: rgb(120 53 15 / 0.75);
}

.focus\:bg-warning-900\/80:focus {
  background-color: rgb(120 53 15 / 0.8);
}

.focus\:bg-warning-900\/85:focus {
  background-color: rgb(120 53 15 / 0.85);
}

.focus\:bg-warning-900\/90:focus {
  background-color: rgb(120 53 15 / 0.9);
}

.focus\:bg-warning-900\/95:focus {
  background-color: rgb(120 53 15 / 0.95);
}

.focus\:bg-warning-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-dark\/0:focus {
  background-color: rgb(180 83 9 / 0);
}

.focus\:bg-warning-dark\/10:focus {
  background-color: rgb(180 83 9 / 0.1);
}

.focus\:bg-warning-dark\/100:focus {
  background-color: rgb(180 83 9 / 1);
}

.focus\:bg-warning-dark\/15:focus {
  background-color: rgb(180 83 9 / 0.15);
}

.focus\:bg-warning-dark\/20:focus {
  background-color: rgb(180 83 9 / 0.2);
}

.focus\:bg-warning-dark\/25:focus {
  background-color: rgb(180 83 9 / 0.25);
}

.focus\:bg-warning-dark\/30:focus {
  background-color: rgb(180 83 9 / 0.3);
}

.focus\:bg-warning-dark\/35:focus {
  background-color: rgb(180 83 9 / 0.35);
}

.focus\:bg-warning-dark\/40:focus {
  background-color: rgb(180 83 9 / 0.4);
}

.focus\:bg-warning-dark\/45:focus {
  background-color: rgb(180 83 9 / 0.45);
}

.focus\:bg-warning-dark\/5:focus {
  background-color: rgb(180 83 9 / 0.05);
}

.focus\:bg-warning-dark\/50:focus {
  background-color: rgb(180 83 9 / 0.5);
}

.focus\:bg-warning-dark\/55:focus {
  background-color: rgb(180 83 9 / 0.55);
}

.focus\:bg-warning-dark\/60:focus {
  background-color: rgb(180 83 9 / 0.6);
}

.focus\:bg-warning-dark\/65:focus {
  background-color: rgb(180 83 9 / 0.65);
}

.focus\:bg-warning-dark\/70:focus {
  background-color: rgb(180 83 9 / 0.7);
}

.focus\:bg-warning-dark\/75:focus {
  background-color: rgb(180 83 9 / 0.75);
}

.focus\:bg-warning-dark\/80:focus {
  background-color: rgb(180 83 9 / 0.8);
}

.focus\:bg-warning-dark\/85:focus {
  background-color: rgb(180 83 9 / 0.85);
}

.focus\:bg-warning-dark\/90:focus {
  background-color: rgb(180 83 9 / 0.9);
}

.focus\:bg-warning-dark\/95:focus {
  background-color: rgb(180 83 9 / 0.95);
}

.focus\:bg-warning-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-light\/0:focus {
  background-color: rgb(254 243 199 / 0);
}

.focus\:bg-warning-light\/10:focus {
  background-color: rgb(254 243 199 / 0.1);
}

.focus\:bg-warning-light\/100:focus {
  background-color: rgb(254 243 199 / 1);
}

.focus\:bg-warning-light\/15:focus {
  background-color: rgb(254 243 199 / 0.15);
}

.focus\:bg-warning-light\/20:focus {
  background-color: rgb(254 243 199 / 0.2);
}

.focus\:bg-warning-light\/25:focus {
  background-color: rgb(254 243 199 / 0.25);
}

.focus\:bg-warning-light\/30:focus {
  background-color: rgb(254 243 199 / 0.3);
}

.focus\:bg-warning-light\/35:focus {
  background-color: rgb(254 243 199 / 0.35);
}

.focus\:bg-warning-light\/40:focus {
  background-color: rgb(254 243 199 / 0.4);
}

.focus\:bg-warning-light\/45:focus {
  background-color: rgb(254 243 199 / 0.45);
}

.focus\:bg-warning-light\/5:focus {
  background-color: rgb(254 243 199 / 0.05);
}

.focus\:bg-warning-light\/50:focus {
  background-color: rgb(254 243 199 / 0.5);
}

.focus\:bg-warning-light\/55:focus {
  background-color: rgb(254 243 199 / 0.55);
}

.focus\:bg-warning-light\/60:focus {
  background-color: rgb(254 243 199 / 0.6);
}

.focus\:bg-warning-light\/65:focus {
  background-color: rgb(254 243 199 / 0.65);
}

.focus\:bg-warning-light\/70:focus {
  background-color: rgb(254 243 199 / 0.7);
}

.focus\:bg-warning-light\/75:focus {
  background-color: rgb(254 243 199 / 0.75);
}

.focus\:bg-warning-light\/80:focus {
  background-color: rgb(254 243 199 / 0.8);
}

.focus\:bg-warning-light\/85:focus {
  background-color: rgb(254 243 199 / 0.85);
}

.focus\:bg-warning-light\/90:focus {
  background-color: rgb(254 243 199 / 0.9);
}

.focus\:bg-warning-light\/95:focus {
  background-color: rgb(254 243 199 / 0.95);
}

.focus\:bg-warning\/0:focus {
  background-color: rgb(245 158 11 / 0);
}

.focus\:bg-warning\/10:focus {
  background-color: rgb(245 158 11 / 0.1);
}

.focus\:bg-warning\/100:focus {
  background-color: rgb(245 158 11 / 1);
}

.focus\:bg-warning\/15:focus {
  background-color: rgb(245 158 11 / 0.15);
}

.focus\:bg-warning\/20:focus {
  background-color: rgb(245 158 11 / 0.2);
}

.focus\:bg-warning\/25:focus {
  background-color: rgb(245 158 11 / 0.25);
}

.focus\:bg-warning\/30:focus {
  background-color: rgb(245 158 11 / 0.3);
}

.focus\:bg-warning\/35:focus {
  background-color: rgb(245 158 11 / 0.35);
}

.focus\:bg-warning\/40:focus {
  background-color: rgb(245 158 11 / 0.4);
}

.focus\:bg-warning\/45:focus {
  background-color: rgb(245 158 11 / 0.45);
}

.focus\:bg-warning\/5:focus {
  background-color: rgb(245 158 11 / 0.05);
}

.focus\:bg-warning\/50:focus {
  background-color: rgb(245 158 11 / 0.5);
}

.focus\:bg-warning\/55:focus {
  background-color: rgb(245 158 11 / 0.55);
}

.focus\:bg-warning\/60:focus {
  background-color: rgb(245 158 11 / 0.6);
}

.focus\:bg-warning\/65:focus {
  background-color: rgb(245 158 11 / 0.65);
}

.focus\:bg-warning\/70:focus {
  background-color: rgb(245 158 11 / 0.7);
}

.focus\:bg-warning\/75:focus {
  background-color: rgb(245 158 11 / 0.75);
}

.focus\:bg-warning\/80:focus {
  background-color: rgb(245 158 11 / 0.8);
}

.focus\:bg-warning\/85:focus {
  background-color: rgb(245 158 11 / 0.85);
}

.focus\:bg-warning\/90:focus {
  background-color: rgb(245 158 11 / 0.9);
}

.focus\:bg-warning\/95:focus {
  background-color: rgb(245 158 11 / 0.95);
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:text-danger:focus {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-100\/0:focus {
  color: rgb(254 226 226 / 0);
}

.focus\:text-danger-100\/10:focus {
  color: rgb(254 226 226 / 0.1);
}

.focus\:text-danger-100\/100:focus {
  color: rgb(254 226 226 / 1);
}

.focus\:text-danger-100\/15:focus {
  color: rgb(254 226 226 / 0.15);
}

.focus\:text-danger-100\/20:focus {
  color: rgb(254 226 226 / 0.2);
}

.focus\:text-danger-100\/25:focus {
  color: rgb(254 226 226 / 0.25);
}

.focus\:text-danger-100\/30:focus {
  color: rgb(254 226 226 / 0.3);
}

.focus\:text-danger-100\/35:focus {
  color: rgb(254 226 226 / 0.35);
}

.focus\:text-danger-100\/40:focus {
  color: rgb(254 226 226 / 0.4);
}

.focus\:text-danger-100\/45:focus {
  color: rgb(254 226 226 / 0.45);
}

.focus\:text-danger-100\/5:focus {
  color: rgb(254 226 226 / 0.05);
}

.focus\:text-danger-100\/50:focus {
  color: rgb(254 226 226 / 0.5);
}

.focus\:text-danger-100\/55:focus {
  color: rgb(254 226 226 / 0.55);
}

.focus\:text-danger-100\/60:focus {
  color: rgb(254 226 226 / 0.6);
}

.focus\:text-danger-100\/65:focus {
  color: rgb(254 226 226 / 0.65);
}

.focus\:text-danger-100\/70:focus {
  color: rgb(254 226 226 / 0.7);
}

.focus\:text-danger-100\/75:focus {
  color: rgb(254 226 226 / 0.75);
}

.focus\:text-danger-100\/80:focus {
  color: rgb(254 226 226 / 0.8);
}

.focus\:text-danger-100\/85:focus {
  color: rgb(254 226 226 / 0.85);
}

.focus\:text-danger-100\/90:focus {
  color: rgb(254 226 226 / 0.9);
}

.focus\:text-danger-100\/95:focus {
  color: rgb(254 226 226 / 0.95);
}

.focus\:text-danger-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-200\/0:focus {
  color: rgb(254 202 202 / 0);
}

.focus\:text-danger-200\/10:focus {
  color: rgb(254 202 202 / 0.1);
}

.focus\:text-danger-200\/100:focus {
  color: rgb(254 202 202 / 1);
}

.focus\:text-danger-200\/15:focus {
  color: rgb(254 202 202 / 0.15);
}

.focus\:text-danger-200\/20:focus {
  color: rgb(254 202 202 / 0.2);
}

.focus\:text-danger-200\/25:focus {
  color: rgb(254 202 202 / 0.25);
}

.focus\:text-danger-200\/30:focus {
  color: rgb(254 202 202 / 0.3);
}

.focus\:text-danger-200\/35:focus {
  color: rgb(254 202 202 / 0.35);
}

.focus\:text-danger-200\/40:focus {
  color: rgb(254 202 202 / 0.4);
}

.focus\:text-danger-200\/45:focus {
  color: rgb(254 202 202 / 0.45);
}

.focus\:text-danger-200\/5:focus {
  color: rgb(254 202 202 / 0.05);
}

.focus\:text-danger-200\/50:focus {
  color: rgb(254 202 202 / 0.5);
}

.focus\:text-danger-200\/55:focus {
  color: rgb(254 202 202 / 0.55);
}

.focus\:text-danger-200\/60:focus {
  color: rgb(254 202 202 / 0.6);
}

.focus\:text-danger-200\/65:focus {
  color: rgb(254 202 202 / 0.65);
}

.focus\:text-danger-200\/70:focus {
  color: rgb(254 202 202 / 0.7);
}

.focus\:text-danger-200\/75:focus {
  color: rgb(254 202 202 / 0.75);
}

.focus\:text-danger-200\/80:focus {
  color: rgb(254 202 202 / 0.8);
}

.focus\:text-danger-200\/85:focus {
  color: rgb(254 202 202 / 0.85);
}

.focus\:text-danger-200\/90:focus {
  color: rgb(254 202 202 / 0.9);
}

.focus\:text-danger-200\/95:focus {
  color: rgb(254 202 202 / 0.95);
}

.focus\:text-danger-300:focus {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-300\/0:focus {
  color: rgb(252 165 165 / 0);
}

.focus\:text-danger-300\/10:focus {
  color: rgb(252 165 165 / 0.1);
}

.focus\:text-danger-300\/100:focus {
  color: rgb(252 165 165 / 1);
}

.focus\:text-danger-300\/15:focus {
  color: rgb(252 165 165 / 0.15);
}

.focus\:text-danger-300\/20:focus {
  color: rgb(252 165 165 / 0.2);
}

.focus\:text-danger-300\/25:focus {
  color: rgb(252 165 165 / 0.25);
}

.focus\:text-danger-300\/30:focus {
  color: rgb(252 165 165 / 0.3);
}

.focus\:text-danger-300\/35:focus {
  color: rgb(252 165 165 / 0.35);
}

.focus\:text-danger-300\/40:focus {
  color: rgb(252 165 165 / 0.4);
}

.focus\:text-danger-300\/45:focus {
  color: rgb(252 165 165 / 0.45);
}

.focus\:text-danger-300\/5:focus {
  color: rgb(252 165 165 / 0.05);
}

.focus\:text-danger-300\/50:focus {
  color: rgb(252 165 165 / 0.5);
}

.focus\:text-danger-300\/55:focus {
  color: rgb(252 165 165 / 0.55);
}

.focus\:text-danger-300\/60:focus {
  color: rgb(252 165 165 / 0.6);
}

.focus\:text-danger-300\/65:focus {
  color: rgb(252 165 165 / 0.65);
}

.focus\:text-danger-300\/70:focus {
  color: rgb(252 165 165 / 0.7);
}

.focus\:text-danger-300\/75:focus {
  color: rgb(252 165 165 / 0.75);
}

.focus\:text-danger-300\/80:focus {
  color: rgb(252 165 165 / 0.8);
}

.focus\:text-danger-300\/85:focus {
  color: rgb(252 165 165 / 0.85);
}

.focus\:text-danger-300\/90:focus {
  color: rgb(252 165 165 / 0.9);
}

.focus\:text-danger-300\/95:focus {
  color: rgb(252 165 165 / 0.95);
}

.focus\:text-danger-400:focus {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-400\/0:focus {
  color: rgb(248 113 113 / 0);
}

.focus\:text-danger-400\/10:focus {
  color: rgb(248 113 113 / 0.1);
}

.focus\:text-danger-400\/100:focus {
  color: rgb(248 113 113 / 1);
}

.focus\:text-danger-400\/15:focus {
  color: rgb(248 113 113 / 0.15);
}

.focus\:text-danger-400\/20:focus {
  color: rgb(248 113 113 / 0.2);
}

.focus\:text-danger-400\/25:focus {
  color: rgb(248 113 113 / 0.25);
}

.focus\:text-danger-400\/30:focus {
  color: rgb(248 113 113 / 0.3);
}

.focus\:text-danger-400\/35:focus {
  color: rgb(248 113 113 / 0.35);
}

.focus\:text-danger-400\/40:focus {
  color: rgb(248 113 113 / 0.4);
}

.focus\:text-danger-400\/45:focus {
  color: rgb(248 113 113 / 0.45);
}

.focus\:text-danger-400\/5:focus {
  color: rgb(248 113 113 / 0.05);
}

.focus\:text-danger-400\/50:focus {
  color: rgb(248 113 113 / 0.5);
}

.focus\:text-danger-400\/55:focus {
  color: rgb(248 113 113 / 0.55);
}

.focus\:text-danger-400\/60:focus {
  color: rgb(248 113 113 / 0.6);
}

.focus\:text-danger-400\/65:focus {
  color: rgb(248 113 113 / 0.65);
}

.focus\:text-danger-400\/70:focus {
  color: rgb(248 113 113 / 0.7);
}

.focus\:text-danger-400\/75:focus {
  color: rgb(248 113 113 / 0.75);
}

.focus\:text-danger-400\/80:focus {
  color: rgb(248 113 113 / 0.8);
}

.focus\:text-danger-400\/85:focus {
  color: rgb(248 113 113 / 0.85);
}

.focus\:text-danger-400\/90:focus {
  color: rgb(248 113 113 / 0.9);
}

.focus\:text-danger-400\/95:focus {
  color: rgb(248 113 113 / 0.95);
}

.focus\:text-danger-50:focus {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-50\/0:focus {
  color: rgb(254 242 242 / 0);
}

.focus\:text-danger-50\/10:focus {
  color: rgb(254 242 242 / 0.1);
}

.focus\:text-danger-50\/100:focus {
  color: rgb(254 242 242 / 1);
}

.focus\:text-danger-50\/15:focus {
  color: rgb(254 242 242 / 0.15);
}

.focus\:text-danger-50\/20:focus {
  color: rgb(254 242 242 / 0.2);
}

.focus\:text-danger-50\/25:focus {
  color: rgb(254 242 242 / 0.25);
}

.focus\:text-danger-50\/30:focus {
  color: rgb(254 242 242 / 0.3);
}

.focus\:text-danger-50\/35:focus {
  color: rgb(254 242 242 / 0.35);
}

.focus\:text-danger-50\/40:focus {
  color: rgb(254 242 242 / 0.4);
}

.focus\:text-danger-50\/45:focus {
  color: rgb(254 242 242 / 0.45);
}

.focus\:text-danger-50\/5:focus {
  color: rgb(254 242 242 / 0.05);
}

.focus\:text-danger-50\/50:focus {
  color: rgb(254 242 242 / 0.5);
}

.focus\:text-danger-50\/55:focus {
  color: rgb(254 242 242 / 0.55);
}

.focus\:text-danger-50\/60:focus {
  color: rgb(254 242 242 / 0.6);
}

.focus\:text-danger-50\/65:focus {
  color: rgb(254 242 242 / 0.65);
}

.focus\:text-danger-50\/70:focus {
  color: rgb(254 242 242 / 0.7);
}

.focus\:text-danger-50\/75:focus {
  color: rgb(254 242 242 / 0.75);
}

.focus\:text-danger-50\/80:focus {
  color: rgb(254 242 242 / 0.8);
}

.focus\:text-danger-50\/85:focus {
  color: rgb(254 242 242 / 0.85);
}

.focus\:text-danger-50\/90:focus {
  color: rgb(254 242 242 / 0.9);
}

.focus\:text-danger-50\/95:focus {
  color: rgb(254 242 242 / 0.95);
}

.focus\:text-danger-500:focus {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-500\/0:focus {
  color: rgb(239 68 68 / 0);
}

.focus\:text-danger-500\/10:focus {
  color: rgb(239 68 68 / 0.1);
}

.focus\:text-danger-500\/100:focus {
  color: rgb(239 68 68 / 1);
}

.focus\:text-danger-500\/15:focus {
  color: rgb(239 68 68 / 0.15);
}

.focus\:text-danger-500\/20:focus {
  color: rgb(239 68 68 / 0.2);
}

.focus\:text-danger-500\/25:focus {
  color: rgb(239 68 68 / 0.25);
}

.focus\:text-danger-500\/30:focus {
  color: rgb(239 68 68 / 0.3);
}

.focus\:text-danger-500\/35:focus {
  color: rgb(239 68 68 / 0.35);
}

.focus\:text-danger-500\/40:focus {
  color: rgb(239 68 68 / 0.4);
}

.focus\:text-danger-500\/45:focus {
  color: rgb(239 68 68 / 0.45);
}

.focus\:text-danger-500\/5:focus {
  color: rgb(239 68 68 / 0.05);
}

.focus\:text-danger-500\/50:focus {
  color: rgb(239 68 68 / 0.5);
}

.focus\:text-danger-500\/55:focus {
  color: rgb(239 68 68 / 0.55);
}

.focus\:text-danger-500\/60:focus {
  color: rgb(239 68 68 / 0.6);
}

.focus\:text-danger-500\/65:focus {
  color: rgb(239 68 68 / 0.65);
}

.focus\:text-danger-500\/70:focus {
  color: rgb(239 68 68 / 0.7);
}

.focus\:text-danger-500\/75:focus {
  color: rgb(239 68 68 / 0.75);
}

.focus\:text-danger-500\/80:focus {
  color: rgb(239 68 68 / 0.8);
}

.focus\:text-danger-500\/85:focus {
  color: rgb(239 68 68 / 0.85);
}

.focus\:text-danger-500\/90:focus {
  color: rgb(239 68 68 / 0.9);
}

.focus\:text-danger-500\/95:focus {
  color: rgb(239 68 68 / 0.95);
}

.focus\:text-danger-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-600\/0:focus {
  color: rgb(220 38 38 / 0);
}

.focus\:text-danger-600\/10:focus {
  color: rgb(220 38 38 / 0.1);
}

.focus\:text-danger-600\/100:focus {
  color: rgb(220 38 38 / 1);
}

.focus\:text-danger-600\/15:focus {
  color: rgb(220 38 38 / 0.15);
}

.focus\:text-danger-600\/20:focus {
  color: rgb(220 38 38 / 0.2);
}

.focus\:text-danger-600\/25:focus {
  color: rgb(220 38 38 / 0.25);
}

.focus\:text-danger-600\/30:focus {
  color: rgb(220 38 38 / 0.3);
}

.focus\:text-danger-600\/35:focus {
  color: rgb(220 38 38 / 0.35);
}

.focus\:text-danger-600\/40:focus {
  color: rgb(220 38 38 / 0.4);
}

.focus\:text-danger-600\/45:focus {
  color: rgb(220 38 38 / 0.45);
}

.focus\:text-danger-600\/5:focus {
  color: rgb(220 38 38 / 0.05);
}

.focus\:text-danger-600\/50:focus {
  color: rgb(220 38 38 / 0.5);
}

.focus\:text-danger-600\/55:focus {
  color: rgb(220 38 38 / 0.55);
}

.focus\:text-danger-600\/60:focus {
  color: rgb(220 38 38 / 0.6);
}

.focus\:text-danger-600\/65:focus {
  color: rgb(220 38 38 / 0.65);
}

.focus\:text-danger-600\/70:focus {
  color: rgb(220 38 38 / 0.7);
}

.focus\:text-danger-600\/75:focus {
  color: rgb(220 38 38 / 0.75);
}

.focus\:text-danger-600\/80:focus {
  color: rgb(220 38 38 / 0.8);
}

.focus\:text-danger-600\/85:focus {
  color: rgb(220 38 38 / 0.85);
}

.focus\:text-danger-600\/90:focus {
  color: rgb(220 38 38 / 0.9);
}

.focus\:text-danger-600\/95:focus {
  color: rgb(220 38 38 / 0.95);
}

.focus\:text-danger-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-700\/0:focus {
  color: rgb(185 28 28 / 0);
}

.focus\:text-danger-700\/10:focus {
  color: rgb(185 28 28 / 0.1);
}

.focus\:text-danger-700\/100:focus {
  color: rgb(185 28 28 / 1);
}

.focus\:text-danger-700\/15:focus {
  color: rgb(185 28 28 / 0.15);
}

.focus\:text-danger-700\/20:focus {
  color: rgb(185 28 28 / 0.2);
}

.focus\:text-danger-700\/25:focus {
  color: rgb(185 28 28 / 0.25);
}

.focus\:text-danger-700\/30:focus {
  color: rgb(185 28 28 / 0.3);
}

.focus\:text-danger-700\/35:focus {
  color: rgb(185 28 28 / 0.35);
}

.focus\:text-danger-700\/40:focus {
  color: rgb(185 28 28 / 0.4);
}

.focus\:text-danger-700\/45:focus {
  color: rgb(185 28 28 / 0.45);
}

.focus\:text-danger-700\/5:focus {
  color: rgb(185 28 28 / 0.05);
}

.focus\:text-danger-700\/50:focus {
  color: rgb(185 28 28 / 0.5);
}

.focus\:text-danger-700\/55:focus {
  color: rgb(185 28 28 / 0.55);
}

.focus\:text-danger-700\/60:focus {
  color: rgb(185 28 28 / 0.6);
}

.focus\:text-danger-700\/65:focus {
  color: rgb(185 28 28 / 0.65);
}

.focus\:text-danger-700\/70:focus {
  color: rgb(185 28 28 / 0.7);
}

.focus\:text-danger-700\/75:focus {
  color: rgb(185 28 28 / 0.75);
}

.focus\:text-danger-700\/80:focus {
  color: rgb(185 28 28 / 0.8);
}

.focus\:text-danger-700\/85:focus {
  color: rgb(185 28 28 / 0.85);
}

.focus\:text-danger-700\/90:focus {
  color: rgb(185 28 28 / 0.9);
}

.focus\:text-danger-700\/95:focus {
  color: rgb(185 28 28 / 0.95);
}

.focus\:text-danger-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-800\/0:focus {
  color: rgb(153 27 27 / 0);
}

.focus\:text-danger-800\/10:focus {
  color: rgb(153 27 27 / 0.1);
}

.focus\:text-danger-800\/100:focus {
  color: rgb(153 27 27 / 1);
}

.focus\:text-danger-800\/15:focus {
  color: rgb(153 27 27 / 0.15);
}

.focus\:text-danger-800\/20:focus {
  color: rgb(153 27 27 / 0.2);
}

.focus\:text-danger-800\/25:focus {
  color: rgb(153 27 27 / 0.25);
}

.focus\:text-danger-800\/30:focus {
  color: rgb(153 27 27 / 0.3);
}

.focus\:text-danger-800\/35:focus {
  color: rgb(153 27 27 / 0.35);
}

.focus\:text-danger-800\/40:focus {
  color: rgb(153 27 27 / 0.4);
}

.focus\:text-danger-800\/45:focus {
  color: rgb(153 27 27 / 0.45);
}

.focus\:text-danger-800\/5:focus {
  color: rgb(153 27 27 / 0.05);
}

.focus\:text-danger-800\/50:focus {
  color: rgb(153 27 27 / 0.5);
}

.focus\:text-danger-800\/55:focus {
  color: rgb(153 27 27 / 0.55);
}

.focus\:text-danger-800\/60:focus {
  color: rgb(153 27 27 / 0.6);
}

.focus\:text-danger-800\/65:focus {
  color: rgb(153 27 27 / 0.65);
}

.focus\:text-danger-800\/70:focus {
  color: rgb(153 27 27 / 0.7);
}

.focus\:text-danger-800\/75:focus {
  color: rgb(153 27 27 / 0.75);
}

.focus\:text-danger-800\/80:focus {
  color: rgb(153 27 27 / 0.8);
}

.focus\:text-danger-800\/85:focus {
  color: rgb(153 27 27 / 0.85);
}

.focus\:text-danger-800\/90:focus {
  color: rgb(153 27 27 / 0.9);
}

.focus\:text-danger-800\/95:focus {
  color: rgb(153 27 27 / 0.95);
}

.focus\:text-danger-900:focus {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-900\/0:focus {
  color: rgb(127 29 29 / 0);
}

.focus\:text-danger-900\/10:focus {
  color: rgb(127 29 29 / 0.1);
}

.focus\:text-danger-900\/100:focus {
  color: rgb(127 29 29 / 1);
}

.focus\:text-danger-900\/15:focus {
  color: rgb(127 29 29 / 0.15);
}

.focus\:text-danger-900\/20:focus {
  color: rgb(127 29 29 / 0.2);
}

.focus\:text-danger-900\/25:focus {
  color: rgb(127 29 29 / 0.25);
}

.focus\:text-danger-900\/30:focus {
  color: rgb(127 29 29 / 0.3);
}

.focus\:text-danger-900\/35:focus {
  color: rgb(127 29 29 / 0.35);
}

.focus\:text-danger-900\/40:focus {
  color: rgb(127 29 29 / 0.4);
}

.focus\:text-danger-900\/45:focus {
  color: rgb(127 29 29 / 0.45);
}

.focus\:text-danger-900\/5:focus {
  color: rgb(127 29 29 / 0.05);
}

.focus\:text-danger-900\/50:focus {
  color: rgb(127 29 29 / 0.5);
}

.focus\:text-danger-900\/55:focus {
  color: rgb(127 29 29 / 0.55);
}

.focus\:text-danger-900\/60:focus {
  color: rgb(127 29 29 / 0.6);
}

.focus\:text-danger-900\/65:focus {
  color: rgb(127 29 29 / 0.65);
}

.focus\:text-danger-900\/70:focus {
  color: rgb(127 29 29 / 0.7);
}

.focus\:text-danger-900\/75:focus {
  color: rgb(127 29 29 / 0.75);
}

.focus\:text-danger-900\/80:focus {
  color: rgb(127 29 29 / 0.8);
}

.focus\:text-danger-900\/85:focus {
  color: rgb(127 29 29 / 0.85);
}

.focus\:text-danger-900\/90:focus {
  color: rgb(127 29 29 / 0.9);
}

.focus\:text-danger-900\/95:focus {
  color: rgb(127 29 29 / 0.95);
}

.focus\:text-danger-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-dark\/0:focus {
  color: rgb(185 28 28 / 0);
}

.focus\:text-danger-dark\/10:focus {
  color: rgb(185 28 28 / 0.1);
}

.focus\:text-danger-dark\/100:focus {
  color: rgb(185 28 28 / 1);
}

.focus\:text-danger-dark\/15:focus {
  color: rgb(185 28 28 / 0.15);
}

.focus\:text-danger-dark\/20:focus {
  color: rgb(185 28 28 / 0.2);
}

.focus\:text-danger-dark\/25:focus {
  color: rgb(185 28 28 / 0.25);
}

.focus\:text-danger-dark\/30:focus {
  color: rgb(185 28 28 / 0.3);
}

.focus\:text-danger-dark\/35:focus {
  color: rgb(185 28 28 / 0.35);
}

.focus\:text-danger-dark\/40:focus {
  color: rgb(185 28 28 / 0.4);
}

.focus\:text-danger-dark\/45:focus {
  color: rgb(185 28 28 / 0.45);
}

.focus\:text-danger-dark\/5:focus {
  color: rgb(185 28 28 / 0.05);
}

.focus\:text-danger-dark\/50:focus {
  color: rgb(185 28 28 / 0.5);
}

.focus\:text-danger-dark\/55:focus {
  color: rgb(185 28 28 / 0.55);
}

.focus\:text-danger-dark\/60:focus {
  color: rgb(185 28 28 / 0.6);
}

.focus\:text-danger-dark\/65:focus {
  color: rgb(185 28 28 / 0.65);
}

.focus\:text-danger-dark\/70:focus {
  color: rgb(185 28 28 / 0.7);
}

.focus\:text-danger-dark\/75:focus {
  color: rgb(185 28 28 / 0.75);
}

.focus\:text-danger-dark\/80:focus {
  color: rgb(185 28 28 / 0.8);
}

.focus\:text-danger-dark\/85:focus {
  color: rgb(185 28 28 / 0.85);
}

.focus\:text-danger-dark\/90:focus {
  color: rgb(185 28 28 / 0.9);
}

.focus\:text-danger-dark\/95:focus {
  color: rgb(185 28 28 / 0.95);
}

.focus\:text-danger-light:focus {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.focus\:text-danger-light\/0:focus {
  color: rgb(254 226 226 / 0);
}

.focus\:text-danger-light\/10:focus {
  color: rgb(254 226 226 / 0.1);
}

.focus\:text-danger-light\/100:focus {
  color: rgb(254 226 226 / 1);
}

.focus\:text-danger-light\/15:focus {
  color: rgb(254 226 226 / 0.15);
}

.focus\:text-danger-light\/20:focus {
  color: rgb(254 226 226 / 0.2);
}

.focus\:text-danger-light\/25:focus {
  color: rgb(254 226 226 / 0.25);
}

.focus\:text-danger-light\/30:focus {
  color: rgb(254 226 226 / 0.3);
}

.focus\:text-danger-light\/35:focus {
  color: rgb(254 226 226 / 0.35);
}

.focus\:text-danger-light\/40:focus {
  color: rgb(254 226 226 / 0.4);
}

.focus\:text-danger-light\/45:focus {
  color: rgb(254 226 226 / 0.45);
}

.focus\:text-danger-light\/5:focus {
  color: rgb(254 226 226 / 0.05);
}

.focus\:text-danger-light\/50:focus {
  color: rgb(254 226 226 / 0.5);
}

.focus\:text-danger-light\/55:focus {
  color: rgb(254 226 226 / 0.55);
}

.focus\:text-danger-light\/60:focus {
  color: rgb(254 226 226 / 0.6);
}

.focus\:text-danger-light\/65:focus {
  color: rgb(254 226 226 / 0.65);
}

.focus\:text-danger-light\/70:focus {
  color: rgb(254 226 226 / 0.7);
}

.focus\:text-danger-light\/75:focus {
  color: rgb(254 226 226 / 0.75);
}

.focus\:text-danger-light\/80:focus {
  color: rgb(254 226 226 / 0.8);
}

.focus\:text-danger-light\/85:focus {
  color: rgb(254 226 226 / 0.85);
}

.focus\:text-danger-light\/90:focus {
  color: rgb(254 226 226 / 0.9);
}

.focus\:text-danger-light\/95:focus {
  color: rgb(254 226 226 / 0.95);
}

.focus\:text-danger\/0:focus {
  color: rgb(239 68 68 / 0);
}

.focus\:text-danger\/10:focus {
  color: rgb(239 68 68 / 0.1);
}

.focus\:text-danger\/100:focus {
  color: rgb(239 68 68 / 1);
}

.focus\:text-danger\/15:focus {
  color: rgb(239 68 68 / 0.15);
}

.focus\:text-danger\/20:focus {
  color: rgb(239 68 68 / 0.2);
}

.focus\:text-danger\/25:focus {
  color: rgb(239 68 68 / 0.25);
}

.focus\:text-danger\/30:focus {
  color: rgb(239 68 68 / 0.3);
}

.focus\:text-danger\/35:focus {
  color: rgb(239 68 68 / 0.35);
}

.focus\:text-danger\/40:focus {
  color: rgb(239 68 68 / 0.4);
}

.focus\:text-danger\/45:focus {
  color: rgb(239 68 68 / 0.45);
}

.focus\:text-danger\/5:focus {
  color: rgb(239 68 68 / 0.05);
}

.focus\:text-danger\/50:focus {
  color: rgb(239 68 68 / 0.5);
}

.focus\:text-danger\/55:focus {
  color: rgb(239 68 68 / 0.55);
}

.focus\:text-danger\/60:focus {
  color: rgb(239 68 68 / 0.6);
}

.focus\:text-danger\/65:focus {
  color: rgb(239 68 68 / 0.65);
}

.focus\:text-danger\/70:focus {
  color: rgb(239 68 68 / 0.7);
}

.focus\:text-danger\/75:focus {
  color: rgb(239 68 68 / 0.75);
}

.focus\:text-danger\/80:focus {
  color: rgb(239 68 68 / 0.8);
}

.focus\:text-danger\/85:focus {
  color: rgb(239 68 68 / 0.85);
}

.focus\:text-danger\/90:focus {
  color: rgb(239 68 68 / 0.9);
}

.focus\:text-danger\/95:focus {
  color: rgb(239 68 68 / 0.95);
}

.focus\:text-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(24 28 50 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-100:focus {
  --tw-text-opacity: 1;
  color: rgb(235 237 243 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-100\/0:focus {
  color: rgb(235 237 243 / 0);
}

.focus\:text-dark-100\/10:focus {
  color: rgb(235 237 243 / 0.1);
}

.focus\:text-dark-100\/100:focus {
  color: rgb(235 237 243 / 1);
}

.focus\:text-dark-100\/15:focus {
  color: rgb(235 237 243 / 0.15);
}

.focus\:text-dark-100\/20:focus {
  color: rgb(235 237 243 / 0.2);
}

.focus\:text-dark-100\/25:focus {
  color: rgb(235 237 243 / 0.25);
}

.focus\:text-dark-100\/30:focus {
  color: rgb(235 237 243 / 0.3);
}

.focus\:text-dark-100\/35:focus {
  color: rgb(235 237 243 / 0.35);
}

.focus\:text-dark-100\/40:focus {
  color: rgb(235 237 243 / 0.4);
}

.focus\:text-dark-100\/45:focus {
  color: rgb(235 237 243 / 0.45);
}

.focus\:text-dark-100\/5:focus {
  color: rgb(235 237 243 / 0.05);
}

.focus\:text-dark-100\/50:focus {
  color: rgb(235 237 243 / 0.5);
}

.focus\:text-dark-100\/55:focus {
  color: rgb(235 237 243 / 0.55);
}

.focus\:text-dark-100\/60:focus {
  color: rgb(235 237 243 / 0.6);
}

.focus\:text-dark-100\/65:focus {
  color: rgb(235 237 243 / 0.65);
}

.focus\:text-dark-100\/70:focus {
  color: rgb(235 237 243 / 0.7);
}

.focus\:text-dark-100\/75:focus {
  color: rgb(235 237 243 / 0.75);
}

.focus\:text-dark-100\/80:focus {
  color: rgb(235 237 243 / 0.8);
}

.focus\:text-dark-100\/85:focus {
  color: rgb(235 237 243 / 0.85);
}

.focus\:text-dark-100\/90:focus {
  color: rgb(235 237 243 / 0.9);
}

.focus\:text-dark-100\/95:focus {
  color: rgb(235 237 243 / 0.95);
}

.focus\:text-dark-200:focus {
  --tw-text-opacity: 1;
  color: rgb(228 230 239 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-200\/0:focus {
  color: rgb(228 230 239 / 0);
}

.focus\:text-dark-200\/10:focus {
  color: rgb(228 230 239 / 0.1);
}

.focus\:text-dark-200\/100:focus {
  color: rgb(228 230 239 / 1);
}

.focus\:text-dark-200\/15:focus {
  color: rgb(228 230 239 / 0.15);
}

.focus\:text-dark-200\/20:focus {
  color: rgb(228 230 239 / 0.2);
}

.focus\:text-dark-200\/25:focus {
  color: rgb(228 230 239 / 0.25);
}

.focus\:text-dark-200\/30:focus {
  color: rgb(228 230 239 / 0.3);
}

.focus\:text-dark-200\/35:focus {
  color: rgb(228 230 239 / 0.35);
}

.focus\:text-dark-200\/40:focus {
  color: rgb(228 230 239 / 0.4);
}

.focus\:text-dark-200\/45:focus {
  color: rgb(228 230 239 / 0.45);
}

.focus\:text-dark-200\/5:focus {
  color: rgb(228 230 239 / 0.05);
}

.focus\:text-dark-200\/50:focus {
  color: rgb(228 230 239 / 0.5);
}

.focus\:text-dark-200\/55:focus {
  color: rgb(228 230 239 / 0.55);
}

.focus\:text-dark-200\/60:focus {
  color: rgb(228 230 239 / 0.6);
}

.focus\:text-dark-200\/65:focus {
  color: rgb(228 230 239 / 0.65);
}

.focus\:text-dark-200\/70:focus {
  color: rgb(228 230 239 / 0.7);
}

.focus\:text-dark-200\/75:focus {
  color: rgb(228 230 239 / 0.75);
}

.focus\:text-dark-200\/80:focus {
  color: rgb(228 230 239 / 0.8);
}

.focus\:text-dark-200\/85:focus {
  color: rgb(228 230 239 / 0.85);
}

.focus\:text-dark-200\/90:focus {
  color: rgb(228 230 239 / 0.9);
}

.focus\:text-dark-200\/95:focus {
  color: rgb(228 230 239 / 0.95);
}

.focus\:text-dark-300:focus {
  --tw-text-opacity: 1;
  color: rgb(209 211 224 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-300\/0:focus {
  color: rgb(209 211 224 / 0);
}

.focus\:text-dark-300\/10:focus {
  color: rgb(209 211 224 / 0.1);
}

.focus\:text-dark-300\/100:focus {
  color: rgb(209 211 224 / 1);
}

.focus\:text-dark-300\/15:focus {
  color: rgb(209 211 224 / 0.15);
}

.focus\:text-dark-300\/20:focus {
  color: rgb(209 211 224 / 0.2);
}

.focus\:text-dark-300\/25:focus {
  color: rgb(209 211 224 / 0.25);
}

.focus\:text-dark-300\/30:focus {
  color: rgb(209 211 224 / 0.3);
}

.focus\:text-dark-300\/35:focus {
  color: rgb(209 211 224 / 0.35);
}

.focus\:text-dark-300\/40:focus {
  color: rgb(209 211 224 / 0.4);
}

.focus\:text-dark-300\/45:focus {
  color: rgb(209 211 224 / 0.45);
}

.focus\:text-dark-300\/5:focus {
  color: rgb(209 211 224 / 0.05);
}

.focus\:text-dark-300\/50:focus {
  color: rgb(209 211 224 / 0.5);
}

.focus\:text-dark-300\/55:focus {
  color: rgb(209 211 224 / 0.55);
}

.focus\:text-dark-300\/60:focus {
  color: rgb(209 211 224 / 0.6);
}

.focus\:text-dark-300\/65:focus {
  color: rgb(209 211 224 / 0.65);
}

.focus\:text-dark-300\/70:focus {
  color: rgb(209 211 224 / 0.7);
}

.focus\:text-dark-300\/75:focus {
  color: rgb(209 211 224 / 0.75);
}

.focus\:text-dark-300\/80:focus {
  color: rgb(209 211 224 / 0.8);
}

.focus\:text-dark-300\/85:focus {
  color: rgb(209 211 224 / 0.85);
}

.focus\:text-dark-300\/90:focus {
  color: rgb(209 211 224 / 0.9);
}

.focus\:text-dark-300\/95:focus {
  color: rgb(209 211 224 / 0.95);
}

.focus\:text-dark-400:focus {
  --tw-text-opacity: 1;
  color: rgb(181 181 195 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-400\/0:focus {
  color: rgb(181 181 195 / 0);
}

.focus\:text-dark-400\/10:focus {
  color: rgb(181 181 195 / 0.1);
}

.focus\:text-dark-400\/100:focus {
  color: rgb(181 181 195 / 1);
}

.focus\:text-dark-400\/15:focus {
  color: rgb(181 181 195 / 0.15);
}

.focus\:text-dark-400\/20:focus {
  color: rgb(181 181 195 / 0.2);
}

.focus\:text-dark-400\/25:focus {
  color: rgb(181 181 195 / 0.25);
}

.focus\:text-dark-400\/30:focus {
  color: rgb(181 181 195 / 0.3);
}

.focus\:text-dark-400\/35:focus {
  color: rgb(181 181 195 / 0.35);
}

.focus\:text-dark-400\/40:focus {
  color: rgb(181 181 195 / 0.4);
}

.focus\:text-dark-400\/45:focus {
  color: rgb(181 181 195 / 0.45);
}

.focus\:text-dark-400\/5:focus {
  color: rgb(181 181 195 / 0.05);
}

.focus\:text-dark-400\/50:focus {
  color: rgb(181 181 195 / 0.5);
}

.focus\:text-dark-400\/55:focus {
  color: rgb(181 181 195 / 0.55);
}

.focus\:text-dark-400\/60:focus {
  color: rgb(181 181 195 / 0.6);
}

.focus\:text-dark-400\/65:focus {
  color: rgb(181 181 195 / 0.65);
}

.focus\:text-dark-400\/70:focus {
  color: rgb(181 181 195 / 0.7);
}

.focus\:text-dark-400\/75:focus {
  color: rgb(181 181 195 / 0.75);
}

.focus\:text-dark-400\/80:focus {
  color: rgb(181 181 195 / 0.8);
}

.focus\:text-dark-400\/85:focus {
  color: rgb(181 181 195 / 0.85);
}

.focus\:text-dark-400\/90:focus {
  color: rgb(181 181 195 / 0.9);
}

.focus\:text-dark-400\/95:focus {
  color: rgb(181 181 195 / 0.95);
}

.focus\:text-dark-50:focus {
  --tw-text-opacity: 1;
  color: rgb(243 246 249 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-50\/0:focus {
  color: rgb(243 246 249 / 0);
}

.focus\:text-dark-50\/10:focus {
  color: rgb(243 246 249 / 0.1);
}

.focus\:text-dark-50\/100:focus {
  color: rgb(243 246 249 / 1);
}

.focus\:text-dark-50\/15:focus {
  color: rgb(243 246 249 / 0.15);
}

.focus\:text-dark-50\/20:focus {
  color: rgb(243 246 249 / 0.2);
}

.focus\:text-dark-50\/25:focus {
  color: rgb(243 246 249 / 0.25);
}

.focus\:text-dark-50\/30:focus {
  color: rgb(243 246 249 / 0.3);
}

.focus\:text-dark-50\/35:focus {
  color: rgb(243 246 249 / 0.35);
}

.focus\:text-dark-50\/40:focus {
  color: rgb(243 246 249 / 0.4);
}

.focus\:text-dark-50\/45:focus {
  color: rgb(243 246 249 / 0.45);
}

.focus\:text-dark-50\/5:focus {
  color: rgb(243 246 249 / 0.05);
}

.focus\:text-dark-50\/50:focus {
  color: rgb(243 246 249 / 0.5);
}

.focus\:text-dark-50\/55:focus {
  color: rgb(243 246 249 / 0.55);
}

.focus\:text-dark-50\/60:focus {
  color: rgb(243 246 249 / 0.6);
}

.focus\:text-dark-50\/65:focus {
  color: rgb(243 246 249 / 0.65);
}

.focus\:text-dark-50\/70:focus {
  color: rgb(243 246 249 / 0.7);
}

.focus\:text-dark-50\/75:focus {
  color: rgb(243 246 249 / 0.75);
}

.focus\:text-dark-50\/80:focus {
  color: rgb(243 246 249 / 0.8);
}

.focus\:text-dark-50\/85:focus {
  color: rgb(243 246 249 / 0.85);
}

.focus\:text-dark-50\/90:focus {
  color: rgb(243 246 249 / 0.9);
}

.focus\:text-dark-50\/95:focus {
  color: rgb(243 246 249 / 0.95);
}

.focus\:text-dark-500:focus {
  --tw-text-opacity: 1;
  color: rgb(126 130 153 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-500\/0:focus {
  color: rgb(126 130 153 / 0);
}

.focus\:text-dark-500\/10:focus {
  color: rgb(126 130 153 / 0.1);
}

.focus\:text-dark-500\/100:focus {
  color: rgb(126 130 153 / 1);
}

.focus\:text-dark-500\/15:focus {
  color: rgb(126 130 153 / 0.15);
}

.focus\:text-dark-500\/20:focus {
  color: rgb(126 130 153 / 0.2);
}

.focus\:text-dark-500\/25:focus {
  color: rgb(126 130 153 / 0.25);
}

.focus\:text-dark-500\/30:focus {
  color: rgb(126 130 153 / 0.3);
}

.focus\:text-dark-500\/35:focus {
  color: rgb(126 130 153 / 0.35);
}

.focus\:text-dark-500\/40:focus {
  color: rgb(126 130 153 / 0.4);
}

.focus\:text-dark-500\/45:focus {
  color: rgb(126 130 153 / 0.45);
}

.focus\:text-dark-500\/5:focus {
  color: rgb(126 130 153 / 0.05);
}

.focus\:text-dark-500\/50:focus {
  color: rgb(126 130 153 / 0.5);
}

.focus\:text-dark-500\/55:focus {
  color: rgb(126 130 153 / 0.55);
}

.focus\:text-dark-500\/60:focus {
  color: rgb(126 130 153 / 0.6);
}

.focus\:text-dark-500\/65:focus {
  color: rgb(126 130 153 / 0.65);
}

.focus\:text-dark-500\/70:focus {
  color: rgb(126 130 153 / 0.7);
}

.focus\:text-dark-500\/75:focus {
  color: rgb(126 130 153 / 0.75);
}

.focus\:text-dark-500\/80:focus {
  color: rgb(126 130 153 / 0.8);
}

.focus\:text-dark-500\/85:focus {
  color: rgb(126 130 153 / 0.85);
}

.focus\:text-dark-500\/90:focus {
  color: rgb(126 130 153 / 0.9);
}

.focus\:text-dark-500\/95:focus {
  color: rgb(126 130 153 / 0.95);
}

.focus\:text-dark-600:focus {
  --tw-text-opacity: 1;
  color: rgb(94 98 120 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-600\/0:focus {
  color: rgb(94 98 120 / 0);
}

.focus\:text-dark-600\/10:focus {
  color: rgb(94 98 120 / 0.1);
}

.focus\:text-dark-600\/100:focus {
  color: rgb(94 98 120 / 1);
}

.focus\:text-dark-600\/15:focus {
  color: rgb(94 98 120 / 0.15);
}

.focus\:text-dark-600\/20:focus {
  color: rgb(94 98 120 / 0.2);
}

.focus\:text-dark-600\/25:focus {
  color: rgb(94 98 120 / 0.25);
}

.focus\:text-dark-600\/30:focus {
  color: rgb(94 98 120 / 0.3);
}

.focus\:text-dark-600\/35:focus {
  color: rgb(94 98 120 / 0.35);
}

.focus\:text-dark-600\/40:focus {
  color: rgb(94 98 120 / 0.4);
}

.focus\:text-dark-600\/45:focus {
  color: rgb(94 98 120 / 0.45);
}

.focus\:text-dark-600\/5:focus {
  color: rgb(94 98 120 / 0.05);
}

.focus\:text-dark-600\/50:focus {
  color: rgb(94 98 120 / 0.5);
}

.focus\:text-dark-600\/55:focus {
  color: rgb(94 98 120 / 0.55);
}

.focus\:text-dark-600\/60:focus {
  color: rgb(94 98 120 / 0.6);
}

.focus\:text-dark-600\/65:focus {
  color: rgb(94 98 120 / 0.65);
}

.focus\:text-dark-600\/70:focus {
  color: rgb(94 98 120 / 0.7);
}

.focus\:text-dark-600\/75:focus {
  color: rgb(94 98 120 / 0.75);
}

.focus\:text-dark-600\/80:focus {
  color: rgb(94 98 120 / 0.8);
}

.focus\:text-dark-600\/85:focus {
  color: rgb(94 98 120 / 0.85);
}

.focus\:text-dark-600\/90:focus {
  color: rgb(94 98 120 / 0.9);
}

.focus\:text-dark-600\/95:focus {
  color: rgb(94 98 120 / 0.95);
}

.focus\:text-dark-700:focus {
  --tw-text-opacity: 1;
  color: rgb(63 66 84 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-700\/0:focus {
  color: rgb(63 66 84 / 0);
}

.focus\:text-dark-700\/10:focus {
  color: rgb(63 66 84 / 0.1);
}

.focus\:text-dark-700\/100:focus {
  color: rgb(63 66 84 / 1);
}

.focus\:text-dark-700\/15:focus {
  color: rgb(63 66 84 / 0.15);
}

.focus\:text-dark-700\/20:focus {
  color: rgb(63 66 84 / 0.2);
}

.focus\:text-dark-700\/25:focus {
  color: rgb(63 66 84 / 0.25);
}

.focus\:text-dark-700\/30:focus {
  color: rgb(63 66 84 / 0.3);
}

.focus\:text-dark-700\/35:focus {
  color: rgb(63 66 84 / 0.35);
}

.focus\:text-dark-700\/40:focus {
  color: rgb(63 66 84 / 0.4);
}

.focus\:text-dark-700\/45:focus {
  color: rgb(63 66 84 / 0.45);
}

.focus\:text-dark-700\/5:focus {
  color: rgb(63 66 84 / 0.05);
}

.focus\:text-dark-700\/50:focus {
  color: rgb(63 66 84 / 0.5);
}

.focus\:text-dark-700\/55:focus {
  color: rgb(63 66 84 / 0.55);
}

.focus\:text-dark-700\/60:focus {
  color: rgb(63 66 84 / 0.6);
}

.focus\:text-dark-700\/65:focus {
  color: rgb(63 66 84 / 0.65);
}

.focus\:text-dark-700\/70:focus {
  color: rgb(63 66 84 / 0.7);
}

.focus\:text-dark-700\/75:focus {
  color: rgb(63 66 84 / 0.75);
}

.focus\:text-dark-700\/80:focus {
  color: rgb(63 66 84 / 0.8);
}

.focus\:text-dark-700\/85:focus {
  color: rgb(63 66 84 / 0.85);
}

.focus\:text-dark-700\/90:focus {
  color: rgb(63 66 84 / 0.9);
}

.focus\:text-dark-700\/95:focus {
  color: rgb(63 66 84 / 0.95);
}

.focus\:text-dark-800:focus {
  --tw-text-opacity: 1;
  color: rgb(24 28 50 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-800\/0:focus {
  color: rgb(24 28 50 / 0);
}

.focus\:text-dark-800\/10:focus {
  color: rgb(24 28 50 / 0.1);
}

.focus\:text-dark-800\/100:focus {
  color: rgb(24 28 50 / 1);
}

.focus\:text-dark-800\/15:focus {
  color: rgb(24 28 50 / 0.15);
}

.focus\:text-dark-800\/20:focus {
  color: rgb(24 28 50 / 0.2);
}

.focus\:text-dark-800\/25:focus {
  color: rgb(24 28 50 / 0.25);
}

.focus\:text-dark-800\/30:focus {
  color: rgb(24 28 50 / 0.3);
}

.focus\:text-dark-800\/35:focus {
  color: rgb(24 28 50 / 0.35);
}

.focus\:text-dark-800\/40:focus {
  color: rgb(24 28 50 / 0.4);
}

.focus\:text-dark-800\/45:focus {
  color: rgb(24 28 50 / 0.45);
}

.focus\:text-dark-800\/5:focus {
  color: rgb(24 28 50 / 0.05);
}

.focus\:text-dark-800\/50:focus {
  color: rgb(24 28 50 / 0.5);
}

.focus\:text-dark-800\/55:focus {
  color: rgb(24 28 50 / 0.55);
}

.focus\:text-dark-800\/60:focus {
  color: rgb(24 28 50 / 0.6);
}

.focus\:text-dark-800\/65:focus {
  color: rgb(24 28 50 / 0.65);
}

.focus\:text-dark-800\/70:focus {
  color: rgb(24 28 50 / 0.7);
}

.focus\:text-dark-800\/75:focus {
  color: rgb(24 28 50 / 0.75);
}

.focus\:text-dark-800\/80:focus {
  color: rgb(24 28 50 / 0.8);
}

.focus\:text-dark-800\/85:focus {
  color: rgb(24 28 50 / 0.85);
}

.focus\:text-dark-800\/90:focus {
  color: rgb(24 28 50 / 0.9);
}

.focus\:text-dark-800\/95:focus {
  color: rgb(24 28 50 / 0.95);
}

.focus\:text-dark-900:focus {
  --tw-text-opacity: 1;
  color: rgb(13 15 26 / var(--tw-text-opacity, 1));
}

.focus\:text-dark-900\/0:focus {
  color: rgb(13 15 26 / 0);
}

.focus\:text-dark-900\/10:focus {
  color: rgb(13 15 26 / 0.1);
}

.focus\:text-dark-900\/100:focus {
  color: rgb(13 15 26 / 1);
}

.focus\:text-dark-900\/15:focus {
  color: rgb(13 15 26 / 0.15);
}

.focus\:text-dark-900\/20:focus {
  color: rgb(13 15 26 / 0.2);
}

.focus\:text-dark-900\/25:focus {
  color: rgb(13 15 26 / 0.25);
}

.focus\:text-dark-900\/30:focus {
  color: rgb(13 15 26 / 0.3);
}

.focus\:text-dark-900\/35:focus {
  color: rgb(13 15 26 / 0.35);
}

.focus\:text-dark-900\/40:focus {
  color: rgb(13 15 26 / 0.4);
}

.focus\:text-dark-900\/45:focus {
  color: rgb(13 15 26 / 0.45);
}

.focus\:text-dark-900\/5:focus {
  color: rgb(13 15 26 / 0.05);
}

.focus\:text-dark-900\/50:focus {
  color: rgb(13 15 26 / 0.5);
}

.focus\:text-dark-900\/55:focus {
  color: rgb(13 15 26 / 0.55);
}

.focus\:text-dark-900\/60:focus {
  color: rgb(13 15 26 / 0.6);
}

.focus\:text-dark-900\/65:focus {
  color: rgb(13 15 26 / 0.65);
}

.focus\:text-dark-900\/70:focus {
  color: rgb(13 15 26 / 0.7);
}

.focus\:text-dark-900\/75:focus {
  color: rgb(13 15 26 / 0.75);
}

.focus\:text-dark-900\/80:focus {
  color: rgb(13 15 26 / 0.8);
}

.focus\:text-dark-900\/85:focus {
  color: rgb(13 15 26 / 0.85);
}

.focus\:text-dark-900\/90:focus {
  color: rgb(13 15 26 / 0.9);
}

.focus\:text-dark-900\/95:focus {
  color: rgb(13 15 26 / 0.95);
}

.focus\:text-dark\/0:focus {
  color: rgb(24 28 50 / 0);
}

.focus\:text-dark\/10:focus {
  color: rgb(24 28 50 / 0.1);
}

.focus\:text-dark\/100:focus {
  color: rgb(24 28 50 / 1);
}

.focus\:text-dark\/15:focus {
  color: rgb(24 28 50 / 0.15);
}

.focus\:text-dark\/20:focus {
  color: rgb(24 28 50 / 0.2);
}

.focus\:text-dark\/25:focus {
  color: rgb(24 28 50 / 0.25);
}

.focus\:text-dark\/30:focus {
  color: rgb(24 28 50 / 0.3);
}

.focus\:text-dark\/35:focus {
  color: rgb(24 28 50 / 0.35);
}

.focus\:text-dark\/40:focus {
  color: rgb(24 28 50 / 0.4);
}

.focus\:text-dark\/45:focus {
  color: rgb(24 28 50 / 0.45);
}

.focus\:text-dark\/5:focus {
  color: rgb(24 28 50 / 0.05);
}

.focus\:text-dark\/50:focus {
  color: rgb(24 28 50 / 0.5);
}

.focus\:text-dark\/55:focus {
  color: rgb(24 28 50 / 0.55);
}

.focus\:text-dark\/60:focus {
  color: rgb(24 28 50 / 0.6);
}

.focus\:text-dark\/65:focus {
  color: rgb(24 28 50 / 0.65);
}

.focus\:text-dark\/70:focus {
  color: rgb(24 28 50 / 0.7);
}

.focus\:text-dark\/75:focus {
  color: rgb(24 28 50 / 0.75);
}

.focus\:text-dark\/80:focus {
  color: rgb(24 28 50 / 0.8);
}

.focus\:text-dark\/85:focus {
  color: rgb(24 28 50 / 0.85);
}

.focus\:text-dark\/90:focus {
  color: rgb(24 28 50 / 0.9);
}

.focus\:text-dark\/95:focus {
  color: rgb(24 28 50 / 0.95);
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.focus\:text-info:focus {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.focus\:text-info-100:focus {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.focus\:text-info-100\/0:focus {
  color: rgb(219 234 254 / 0);
}

.focus\:text-info-100\/10:focus {
  color: rgb(219 234 254 / 0.1);
}

.focus\:text-info-100\/100:focus {
  color: rgb(219 234 254 / 1);
}

.focus\:text-info-100\/15:focus {
  color: rgb(219 234 254 / 0.15);
}

.focus\:text-info-100\/20:focus {
  color: rgb(219 234 254 / 0.2);
}

.focus\:text-info-100\/25:focus {
  color: rgb(219 234 254 / 0.25);
}

.focus\:text-info-100\/30:focus {
  color: rgb(219 234 254 / 0.3);
}

.focus\:text-info-100\/35:focus {
  color: rgb(219 234 254 / 0.35);
}

.focus\:text-info-100\/40:focus {
  color: rgb(219 234 254 / 0.4);
}

.focus\:text-info-100\/45:focus {
  color: rgb(219 234 254 / 0.45);
}

.focus\:text-info-100\/5:focus {
  color: rgb(219 234 254 / 0.05);
}

.focus\:text-info-100\/50:focus {
  color: rgb(219 234 254 / 0.5);
}

.focus\:text-info-100\/55:focus {
  color: rgb(219 234 254 / 0.55);
}

.focus\:text-info-100\/60:focus {
  color: rgb(219 234 254 / 0.6);
}

.focus\:text-info-100\/65:focus {
  color: rgb(219 234 254 / 0.65);
}

.focus\:text-info-100\/70:focus {
  color: rgb(219 234 254 / 0.7);
}

.focus\:text-info-100\/75:focus {
  color: rgb(219 234 254 / 0.75);
}

.focus\:text-info-100\/80:focus {
  color: rgb(219 234 254 / 0.8);
}

.focus\:text-info-100\/85:focus {
  color: rgb(219 234 254 / 0.85);
}

.focus\:text-info-100\/90:focus {
  color: rgb(219 234 254 / 0.9);
}

.focus\:text-info-100\/95:focus {
  color: rgb(219 234 254 / 0.95);
}

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

.focus\:text-info-200\/0:focus {
  color: rgb(191 219 254 / 0);
}

.focus\:text-info-200\/10:focus {
  color: rgb(191 219 254 / 0.1);
}

.focus\:text-info-200\/100:focus {
  color: rgb(191 219 254 / 1);
}

.focus\:text-info-200\/15:focus {
  color: rgb(191 219 254 / 0.15);
}

.focus\:text-info-200\/20:focus {
  color: rgb(191 219 254 / 0.2);
}

.focus\:text-info-200\/25:focus {
  color: rgb(191 219 254 / 0.25);
}

.focus\:text-info-200\/30:focus {
  color: rgb(191 219 254 / 0.3);
}

.focus\:text-info-200\/35:focus {
  color: rgb(191 219 254 / 0.35);
}

.focus\:text-info-200\/40:focus {
  color: rgb(191 219 254 / 0.4);
}

.focus\:text-info-200\/45:focus {
  color: rgb(191 219 254 / 0.45);
}

.focus\:text-info-200\/5:focus {
  color: rgb(191 219 254 / 0.05);
}

.focus\:text-info-200\/50:focus {
  color: rgb(191 219 254 / 0.5);
}

.focus\:text-info-200\/55:focus {
  color: rgb(191 219 254 / 0.55);
}

.focus\:text-info-200\/60:focus {
  color: rgb(191 219 254 / 0.6);
}

.focus\:text-info-200\/65:focus {
  color: rgb(191 219 254 / 0.65);
}

.focus\:text-info-200\/70:focus {
  color: rgb(191 219 254 / 0.7);
}

.focus\:text-info-200\/75:focus {
  color: rgb(191 219 254 / 0.75);
}

.focus\:text-info-200\/80:focus {
  color: rgb(191 219 254 / 0.8);
}

.focus\:text-info-200\/85:focus {
  color: rgb(191 219 254 / 0.85);
}

.focus\:text-info-200\/90:focus {
  color: rgb(191 219 254 / 0.9);
}

.focus\:text-info-200\/95:focus {
  color: rgb(191 219 254 / 0.95);
}

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

.focus\:text-info-300\/0:focus {
  color: rgb(147 197 253 / 0);
}

.focus\:text-info-300\/10:focus {
  color: rgb(147 197 253 / 0.1);
}

.focus\:text-info-300\/100:focus {
  color: rgb(147 197 253 / 1);
}

.focus\:text-info-300\/15:focus {
  color: rgb(147 197 253 / 0.15);
}

.focus\:text-info-300\/20:focus {
  color: rgb(147 197 253 / 0.2);
}

.focus\:text-info-300\/25:focus {
  color: rgb(147 197 253 / 0.25);
}

.focus\:text-info-300\/30:focus {
  color: rgb(147 197 253 / 0.3);
}

.focus\:text-info-300\/35:focus {
  color: rgb(147 197 253 / 0.35);
}

.focus\:text-info-300\/40:focus {
  color: rgb(147 197 253 / 0.4);
}

.focus\:text-info-300\/45:focus {
  color: rgb(147 197 253 / 0.45);
}

.focus\:text-info-300\/5:focus {
  color: rgb(147 197 253 / 0.05);
}

.focus\:text-info-300\/50:focus {
  color: rgb(147 197 253 / 0.5);
}

.focus\:text-info-300\/55:focus {
  color: rgb(147 197 253 / 0.55);
}

.focus\:text-info-300\/60:focus {
  color: rgb(147 197 253 / 0.6);
}

.focus\:text-info-300\/65:focus {
  color: rgb(147 197 253 / 0.65);
}

.focus\:text-info-300\/70:focus {
  color: rgb(147 197 253 / 0.7);
}

.focus\:text-info-300\/75:focus {
  color: rgb(147 197 253 / 0.75);
}

.focus\:text-info-300\/80:focus {
  color: rgb(147 197 253 / 0.8);
}

.focus\:text-info-300\/85:focus {
  color: rgb(147 197 253 / 0.85);
}

.focus\:text-info-300\/90:focus {
  color: rgb(147 197 253 / 0.9);
}

.focus\:text-info-300\/95:focus {
  color: rgb(147 197 253 / 0.95);
}

.focus\:text-info-400:focus {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.focus\:text-info-400\/0:focus {
  color: rgb(96 165 250 / 0);
}

.focus\:text-info-400\/10:focus {
  color: rgb(96 165 250 / 0.1);
}

.focus\:text-info-400\/100:focus {
  color: rgb(96 165 250 / 1);
}

.focus\:text-info-400\/15:focus {
  color: rgb(96 165 250 / 0.15);
}

.focus\:text-info-400\/20:focus {
  color: rgb(96 165 250 / 0.2);
}

.focus\:text-info-400\/25:focus {
  color: rgb(96 165 250 / 0.25);
}

.focus\:text-info-400\/30:focus {
  color: rgb(96 165 250 / 0.3);
}

.focus\:text-info-400\/35:focus {
  color: rgb(96 165 250 / 0.35);
}

.focus\:text-info-400\/40:focus {
  color: rgb(96 165 250 / 0.4);
}

.focus\:text-info-400\/45:focus {
  color: rgb(96 165 250 / 0.45);
}

.focus\:text-info-400\/5:focus {
  color: rgb(96 165 250 / 0.05);
}

.focus\:text-info-400\/50:focus {
  color: rgb(96 165 250 / 0.5);
}

.focus\:text-info-400\/55:focus {
  color: rgb(96 165 250 / 0.55);
}

.focus\:text-info-400\/60:focus {
  color: rgb(96 165 250 / 0.6);
}

.focus\:text-info-400\/65:focus {
  color: rgb(96 165 250 / 0.65);
}

.focus\:text-info-400\/70:focus {
  color: rgb(96 165 250 / 0.7);
}

.focus\:text-info-400\/75:focus {
  color: rgb(96 165 250 / 0.75);
}

.focus\:text-info-400\/80:focus {
  color: rgb(96 165 250 / 0.8);
}

.focus\:text-info-400\/85:focus {
  color: rgb(96 165 250 / 0.85);
}

.focus\:text-info-400\/90:focus {
  color: rgb(96 165 250 / 0.9);
}

.focus\:text-info-400\/95:focus {
  color: rgb(96 165 250 / 0.95);
}

.focus\:text-info-50:focus {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.focus\:text-info-50\/0:focus {
  color: rgb(239 246 255 / 0);
}

.focus\:text-info-50\/10:focus {
  color: rgb(239 246 255 / 0.1);
}

.focus\:text-info-50\/100:focus {
  color: rgb(239 246 255 / 1);
}

.focus\:text-info-50\/15:focus {
  color: rgb(239 246 255 / 0.15);
}

.focus\:text-info-50\/20:focus {
  color: rgb(239 246 255 / 0.2);
}

.focus\:text-info-50\/25:focus {
  color: rgb(239 246 255 / 0.25);
}

.focus\:text-info-50\/30:focus {
  color: rgb(239 246 255 / 0.3);
}

.focus\:text-info-50\/35:focus {
  color: rgb(239 246 255 / 0.35);
}

.focus\:text-info-50\/40:focus {
  color: rgb(239 246 255 / 0.4);
}

.focus\:text-info-50\/45:focus {
  color: rgb(239 246 255 / 0.45);
}

.focus\:text-info-50\/5:focus {
  color: rgb(239 246 255 / 0.05);
}

.focus\:text-info-50\/50:focus {
  color: rgb(239 246 255 / 0.5);
}

.focus\:text-info-50\/55:focus {
  color: rgb(239 246 255 / 0.55);
}

.focus\:text-info-50\/60:focus {
  color: rgb(239 246 255 / 0.6);
}

.focus\:text-info-50\/65:focus {
  color: rgb(239 246 255 / 0.65);
}

.focus\:text-info-50\/70:focus {
  color: rgb(239 246 255 / 0.7);
}

.focus\:text-info-50\/75:focus {
  color: rgb(239 246 255 / 0.75);
}

.focus\:text-info-50\/80:focus {
  color: rgb(239 246 255 / 0.8);
}

.focus\:text-info-50\/85:focus {
  color: rgb(239 246 255 / 0.85);
}

.focus\:text-info-50\/90:focus {
  color: rgb(239 246 255 / 0.9);
}

.focus\:text-info-50\/95:focus {
  color: rgb(239 246 255 / 0.95);
}

.focus\:text-info-500:focus {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.focus\:text-info-500\/0:focus {
  color: rgb(59 130 246 / 0);
}

.focus\:text-info-500\/10:focus {
  color: rgb(59 130 246 / 0.1);
}

.focus\:text-info-500\/100:focus {
  color: rgb(59 130 246 / 1);
}

.focus\:text-info-500\/15:focus {
  color: rgb(59 130 246 / 0.15);
}

.focus\:text-info-500\/20:focus {
  color: rgb(59 130 246 / 0.2);
}

.focus\:text-info-500\/25:focus {
  color: rgb(59 130 246 / 0.25);
}

.focus\:text-info-500\/30:focus {
  color: rgb(59 130 246 / 0.3);
}

.focus\:text-info-500\/35:focus {
  color: rgb(59 130 246 / 0.35);
}

.focus\:text-info-500\/40:focus {
  color: rgb(59 130 246 / 0.4);
}

.focus\:text-info-500\/45:focus {
  color: rgb(59 130 246 / 0.45);
}

.focus\:text-info-500\/5:focus {
  color: rgb(59 130 246 / 0.05);
}

.focus\:text-info-500\/50:focus {
  color: rgb(59 130 246 / 0.5);
}

.focus\:text-info-500\/55:focus {
  color: rgb(59 130 246 / 0.55);
}

.focus\:text-info-500\/60:focus {
  color: rgb(59 130 246 / 0.6);
}

.focus\:text-info-500\/65:focus {
  color: rgb(59 130 246 / 0.65);
}

.focus\:text-info-500\/70:focus {
  color: rgb(59 130 246 / 0.7);
}

.focus\:text-info-500\/75:focus {
  color: rgb(59 130 246 / 0.75);
}

.focus\:text-info-500\/80:focus {
  color: rgb(59 130 246 / 0.8);
}

.focus\:text-info-500\/85:focus {
  color: rgb(59 130 246 / 0.85);
}

.focus\:text-info-500\/90:focus {
  color: rgb(59 130 246 / 0.9);
}

.focus\:text-info-500\/95:focus {
  color: rgb(59 130 246 / 0.95);
}

.focus\:text-info-600:focus {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.focus\:text-info-600\/0:focus {
  color: rgb(37 99 235 / 0);
}

.focus\:text-info-600\/10:focus {
  color: rgb(37 99 235 / 0.1);
}

.focus\:text-info-600\/100:focus {
  color: rgb(37 99 235 / 1);
}

.focus\:text-info-600\/15:focus {
  color: rgb(37 99 235 / 0.15);
}

.focus\:text-info-600\/20:focus {
  color: rgb(37 99 235 / 0.2);
}

.focus\:text-info-600\/25:focus {
  color: rgb(37 99 235 / 0.25);
}

.focus\:text-info-600\/30:focus {
  color: rgb(37 99 235 / 0.3);
}

.focus\:text-info-600\/35:focus {
  color: rgb(37 99 235 / 0.35);
}

.focus\:text-info-600\/40:focus {
  color: rgb(37 99 235 / 0.4);
}

.focus\:text-info-600\/45:focus {
  color: rgb(37 99 235 / 0.45);
}

.focus\:text-info-600\/5:focus {
  color: rgb(37 99 235 / 0.05);
}

.focus\:text-info-600\/50:focus {
  color: rgb(37 99 235 / 0.5);
}

.focus\:text-info-600\/55:focus {
  color: rgb(37 99 235 / 0.55);
}

.focus\:text-info-600\/60:focus {
  color: rgb(37 99 235 / 0.6);
}

.focus\:text-info-600\/65:focus {
  color: rgb(37 99 235 / 0.65);
}

.focus\:text-info-600\/70:focus {
  color: rgb(37 99 235 / 0.7);
}

.focus\:text-info-600\/75:focus {
  color: rgb(37 99 235 / 0.75);
}

.focus\:text-info-600\/80:focus {
  color: rgb(37 99 235 / 0.8);
}

.focus\:text-info-600\/85:focus {
  color: rgb(37 99 235 / 0.85);
}

.focus\:text-info-600\/90:focus {
  color: rgb(37 99 235 / 0.9);
}

.focus\:text-info-600\/95:focus {
  color: rgb(37 99 235 / 0.95);
}

.focus\:text-info-700:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.focus\:text-info-700\/0:focus {
  color: rgb(29 78 216 / 0);
}

.focus\:text-info-700\/10:focus {
  color: rgb(29 78 216 / 0.1);
}

.focus\:text-info-700\/100:focus {
  color: rgb(29 78 216 / 1);
}

.focus\:text-info-700\/15:focus {
  color: rgb(29 78 216 / 0.15);
}

.focus\:text-info-700\/20:focus {
  color: rgb(29 78 216 / 0.2);
}

.focus\:text-info-700\/25:focus {
  color: rgb(29 78 216 / 0.25);
}

.focus\:text-info-700\/30:focus {
  color: rgb(29 78 216 / 0.3);
}

.focus\:text-info-700\/35:focus {
  color: rgb(29 78 216 / 0.35);
}

.focus\:text-info-700\/40:focus {
  color: rgb(29 78 216 / 0.4);
}

.focus\:text-info-700\/45:focus {
  color: rgb(29 78 216 / 0.45);
}

.focus\:text-info-700\/5:focus {
  color: rgb(29 78 216 / 0.05);
}

.focus\:text-info-700\/50:focus {
  color: rgb(29 78 216 / 0.5);
}

.focus\:text-info-700\/55:focus {
  color: rgb(29 78 216 / 0.55);
}

.focus\:text-info-700\/60:focus {
  color: rgb(29 78 216 / 0.6);
}

.focus\:text-info-700\/65:focus {
  color: rgb(29 78 216 / 0.65);
}

.focus\:text-info-700\/70:focus {
  color: rgb(29 78 216 / 0.7);
}

.focus\:text-info-700\/75:focus {
  color: rgb(29 78 216 / 0.75);
}

.focus\:text-info-700\/80:focus {
  color: rgb(29 78 216 / 0.8);
}

.focus\:text-info-700\/85:focus {
  color: rgb(29 78 216 / 0.85);
}

.focus\:text-info-700\/90:focus {
  color: rgb(29 78 216 / 0.9);
}

.focus\:text-info-700\/95:focus {
  color: rgb(29 78 216 / 0.95);
}

.focus\:text-info-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.focus\:text-info-800\/0:focus {
  color: rgb(30 64 175 / 0);
}

.focus\:text-info-800\/10:focus {
  color: rgb(30 64 175 / 0.1);
}

.focus\:text-info-800\/100:focus {
  color: rgb(30 64 175 / 1);
}

.focus\:text-info-800\/15:focus {
  color: rgb(30 64 175 / 0.15);
}

.focus\:text-info-800\/20:focus {
  color: rgb(30 64 175 / 0.2);
}

.focus\:text-info-800\/25:focus {
  color: rgb(30 64 175 / 0.25);
}

.focus\:text-info-800\/30:focus {
  color: rgb(30 64 175 / 0.3);
}

.focus\:text-info-800\/35:focus {
  color: rgb(30 64 175 / 0.35);
}

.focus\:text-info-800\/40:focus {
  color: rgb(30 64 175 / 0.4);
}

.focus\:text-info-800\/45:focus {
  color: rgb(30 64 175 / 0.45);
}

.focus\:text-info-800\/5:focus {
  color: rgb(30 64 175 / 0.05);
}

.focus\:text-info-800\/50:focus {
  color: rgb(30 64 175 / 0.5);
}

.focus\:text-info-800\/55:focus {
  color: rgb(30 64 175 / 0.55);
}

.focus\:text-info-800\/60:focus {
  color: rgb(30 64 175 / 0.6);
}

.focus\:text-info-800\/65:focus {
  color: rgb(30 64 175 / 0.65);
}

.focus\:text-info-800\/70:focus {
  color: rgb(30 64 175 / 0.7);
}

.focus\:text-info-800\/75:focus {
  color: rgb(30 64 175 / 0.75);
}

.focus\:text-info-800\/80:focus {
  color: rgb(30 64 175 / 0.8);
}

.focus\:text-info-800\/85:focus {
  color: rgb(30 64 175 / 0.85);
}

.focus\:text-info-800\/90:focus {
  color: rgb(30 64 175 / 0.9);
}

.focus\:text-info-800\/95:focus {
  color: rgb(30 64 175 / 0.95);
}

.focus\:text-info-900:focus {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.focus\:text-info-900\/0:focus {
  color: rgb(30 58 138 / 0);
}

.focus\:text-info-900\/10:focus {
  color: rgb(30 58 138 / 0.1);
}

.focus\:text-info-900\/100:focus {
  color: rgb(30 58 138 / 1);
}

.focus\:text-info-900\/15:focus {
  color: rgb(30 58 138 / 0.15);
}

.focus\:text-info-900\/20:focus {
  color: rgb(30 58 138 / 0.2);
}

.focus\:text-info-900\/25:focus {
  color: rgb(30 58 138 / 0.25);
}

.focus\:text-info-900\/30:focus {
  color: rgb(30 58 138 / 0.3);
}

.focus\:text-info-900\/35:focus {
  color: rgb(30 58 138 / 0.35);
}

.focus\:text-info-900\/40:focus {
  color: rgb(30 58 138 / 0.4);
}

.focus\:text-info-900\/45:focus {
  color: rgb(30 58 138 / 0.45);
}

.focus\:text-info-900\/5:focus {
  color: rgb(30 58 138 / 0.05);
}

.focus\:text-info-900\/50:focus {
  color: rgb(30 58 138 / 0.5);
}

.focus\:text-info-900\/55:focus {
  color: rgb(30 58 138 / 0.55);
}

.focus\:text-info-900\/60:focus {
  color: rgb(30 58 138 / 0.6);
}

.focus\:text-info-900\/65:focus {
  color: rgb(30 58 138 / 0.65);
}

.focus\:text-info-900\/70:focus {
  color: rgb(30 58 138 / 0.7);
}

.focus\:text-info-900\/75:focus {
  color: rgb(30 58 138 / 0.75);
}

.focus\:text-info-900\/80:focus {
  color: rgb(30 58 138 / 0.8);
}

.focus\:text-info-900\/85:focus {
  color: rgb(30 58 138 / 0.85);
}

.focus\:text-info-900\/90:focus {
  color: rgb(30 58 138 / 0.9);
}

.focus\:text-info-900\/95:focus {
  color: rgb(30 58 138 / 0.95);
}

.focus\:text-info-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.focus\:text-info-dark\/0:focus {
  color: rgb(29 78 216 / 0);
}

.focus\:text-info-dark\/10:focus {
  color: rgb(29 78 216 / 0.1);
}

.focus\:text-info-dark\/100:focus {
  color: rgb(29 78 216 / 1);
}

.focus\:text-info-dark\/15:focus {
  color: rgb(29 78 216 / 0.15);
}

.focus\:text-info-dark\/20:focus {
  color: rgb(29 78 216 / 0.2);
}

.focus\:text-info-dark\/25:focus {
  color: rgb(29 78 216 / 0.25);
}

.focus\:text-info-dark\/30:focus {
  color: rgb(29 78 216 / 0.3);
}

.focus\:text-info-dark\/35:focus {
  color: rgb(29 78 216 / 0.35);
}

.focus\:text-info-dark\/40:focus {
  color: rgb(29 78 216 / 0.4);
}

.focus\:text-info-dark\/45:focus {
  color: rgb(29 78 216 / 0.45);
}

.focus\:text-info-dark\/5:focus {
  color: rgb(29 78 216 / 0.05);
}

.focus\:text-info-dark\/50:focus {
  color: rgb(29 78 216 / 0.5);
}

.focus\:text-info-dark\/55:focus {
  color: rgb(29 78 216 / 0.55);
}

.focus\:text-info-dark\/60:focus {
  color: rgb(29 78 216 / 0.6);
}

.focus\:text-info-dark\/65:focus {
  color: rgb(29 78 216 / 0.65);
}

.focus\:text-info-dark\/70:focus {
  color: rgb(29 78 216 / 0.7);
}

.focus\:text-info-dark\/75:focus {
  color: rgb(29 78 216 / 0.75);
}

.focus\:text-info-dark\/80:focus {
  color: rgb(29 78 216 / 0.8);
}

.focus\:text-info-dark\/85:focus {
  color: rgb(29 78 216 / 0.85);
}

.focus\:text-info-dark\/90:focus {
  color: rgb(29 78 216 / 0.9);
}

.focus\:text-info-dark\/95:focus {
  color: rgb(29 78 216 / 0.95);
}

.focus\:text-info-light:focus {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.focus\:text-info-light\/0:focus {
  color: rgb(219 234 254 / 0);
}

.focus\:text-info-light\/10:focus {
  color: rgb(219 234 254 / 0.1);
}

.focus\:text-info-light\/100:focus {
  color: rgb(219 234 254 / 1);
}

.focus\:text-info-light\/15:focus {
  color: rgb(219 234 254 / 0.15);
}

.focus\:text-info-light\/20:focus {
  color: rgb(219 234 254 / 0.2);
}

.focus\:text-info-light\/25:focus {
  color: rgb(219 234 254 / 0.25);
}

.focus\:text-info-light\/30:focus {
  color: rgb(219 234 254 / 0.3);
}

.focus\:text-info-light\/35:focus {
  color: rgb(219 234 254 / 0.35);
}

.focus\:text-info-light\/40:focus {
  color: rgb(219 234 254 / 0.4);
}

.focus\:text-info-light\/45:focus {
  color: rgb(219 234 254 / 0.45);
}

.focus\:text-info-light\/5:focus {
  color: rgb(219 234 254 / 0.05);
}

.focus\:text-info-light\/50:focus {
  color: rgb(219 234 254 / 0.5);
}

.focus\:text-info-light\/55:focus {
  color: rgb(219 234 254 / 0.55);
}

.focus\:text-info-light\/60:focus {
  color: rgb(219 234 254 / 0.6);
}

.focus\:text-info-light\/65:focus {
  color: rgb(219 234 254 / 0.65);
}

.focus\:text-info-light\/70:focus {
  color: rgb(219 234 254 / 0.7);
}

.focus\:text-info-light\/75:focus {
  color: rgb(219 234 254 / 0.75);
}

.focus\:text-info-light\/80:focus {
  color: rgb(219 234 254 / 0.8);
}

.focus\:text-info-light\/85:focus {
  color: rgb(219 234 254 / 0.85);
}

.focus\:text-info-light\/90:focus {
  color: rgb(219 234 254 / 0.9);
}

.focus\:text-info-light\/95:focus {
  color: rgb(219 234 254 / 0.95);
}

.focus\:text-info\/0:focus {
  color: rgb(59 130 246 / 0);
}

.focus\:text-info\/10:focus {
  color: rgb(59 130 246 / 0.1);
}

.focus\:text-info\/100:focus {
  color: rgb(59 130 246 / 1);
}

.focus\:text-info\/15:focus {
  color: rgb(59 130 246 / 0.15);
}

.focus\:text-info\/20:focus {
  color: rgb(59 130 246 / 0.2);
}

.focus\:text-info\/25:focus {
  color: rgb(59 130 246 / 0.25);
}

.focus\:text-info\/30:focus {
  color: rgb(59 130 246 / 0.3);
}

.focus\:text-info\/35:focus {
  color: rgb(59 130 246 / 0.35);
}

.focus\:text-info\/40:focus {
  color: rgb(59 130 246 / 0.4);
}

.focus\:text-info\/45:focus {
  color: rgb(59 130 246 / 0.45);
}

.focus\:text-info\/5:focus {
  color: rgb(59 130 246 / 0.05);
}

.focus\:text-info\/50:focus {
  color: rgb(59 130 246 / 0.5);
}

.focus\:text-info\/55:focus {
  color: rgb(59 130 246 / 0.55);
}

.focus\:text-info\/60:focus {
  color: rgb(59 130 246 / 0.6);
}

.focus\:text-info\/65:focus {
  color: rgb(59 130 246 / 0.65);
}

.focus\:text-info\/70:focus {
  color: rgb(59 130 246 / 0.7);
}

.focus\:text-info\/75:focus {
  color: rgb(59 130 246 / 0.75);
}

.focus\:text-info\/80:focus {
  color: rgb(59 130 246 / 0.8);
}

.focus\:text-info\/85:focus {
  color: rgb(59 130 246 / 0.85);
}

.focus\:text-info\/90:focus {
  color: rgb(59 130 246 / 0.9);
}

.focus\:text-info\/95:focus {
  color: rgb(59 130 246 / 0.95);
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-100:focus {
  --tw-text-opacity: 1;
  color: rgb(179 229 236 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-100\/0:focus {
  color: rgb(179 229 236 / 0);
}

.focus\:text-primary-100\/10:focus {
  color: rgb(179 229 236 / 0.1);
}

.focus\:text-primary-100\/100:focus {
  color: rgb(179 229 236 / 1);
}

.focus\:text-primary-100\/15:focus {
  color: rgb(179 229 236 / 0.15);
}

.focus\:text-primary-100\/20:focus {
  color: rgb(179 229 236 / 0.2);
}

.focus\:text-primary-100\/25:focus {
  color: rgb(179 229 236 / 0.25);
}

.focus\:text-primary-100\/30:focus {
  color: rgb(179 229 236 / 0.3);
}

.focus\:text-primary-100\/35:focus {
  color: rgb(179 229 236 / 0.35);
}

.focus\:text-primary-100\/40:focus {
  color: rgb(179 229 236 / 0.4);
}

.focus\:text-primary-100\/45:focus {
  color: rgb(179 229 236 / 0.45);
}

.focus\:text-primary-100\/5:focus {
  color: rgb(179 229 236 / 0.05);
}

.focus\:text-primary-100\/50:focus {
  color: rgb(179 229 236 / 0.5);
}

.focus\:text-primary-100\/55:focus {
  color: rgb(179 229 236 / 0.55);
}

.focus\:text-primary-100\/60:focus {
  color: rgb(179 229 236 / 0.6);
}

.focus\:text-primary-100\/65:focus {
  color: rgb(179 229 236 / 0.65);
}

.focus\:text-primary-100\/70:focus {
  color: rgb(179 229 236 / 0.7);
}

.focus\:text-primary-100\/75:focus {
  color: rgb(179 229 236 / 0.75);
}

.focus\:text-primary-100\/80:focus {
  color: rgb(179 229 236 / 0.8);
}

.focus\:text-primary-100\/85:focus {
  color: rgb(179 229 236 / 0.85);
}

.focus\:text-primary-100\/90:focus {
  color: rgb(179 229 236 / 0.9);
}

.focus\:text-primary-100\/95:focus {
  color: rgb(179 229 236 / 0.95);
}

.focus\:text-primary-200:focus {
  --tw-text-opacity: 1;
  color: rgb(128 211 223 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-200\/0:focus {
  color: rgb(128 211 223 / 0);
}

.focus\:text-primary-200\/10:focus {
  color: rgb(128 211 223 / 0.1);
}

.focus\:text-primary-200\/100:focus {
  color: rgb(128 211 223 / 1);
}

.focus\:text-primary-200\/15:focus {
  color: rgb(128 211 223 / 0.15);
}

.focus\:text-primary-200\/20:focus {
  color: rgb(128 211 223 / 0.2);
}

.focus\:text-primary-200\/25:focus {
  color: rgb(128 211 223 / 0.25);
}

.focus\:text-primary-200\/30:focus {
  color: rgb(128 211 223 / 0.3);
}

.focus\:text-primary-200\/35:focus {
  color: rgb(128 211 223 / 0.35);
}

.focus\:text-primary-200\/40:focus {
  color: rgb(128 211 223 / 0.4);
}

.focus\:text-primary-200\/45:focus {
  color: rgb(128 211 223 / 0.45);
}

.focus\:text-primary-200\/5:focus {
  color: rgb(128 211 223 / 0.05);
}

.focus\:text-primary-200\/50:focus {
  color: rgb(128 211 223 / 0.5);
}

.focus\:text-primary-200\/55:focus {
  color: rgb(128 211 223 / 0.55);
}

.focus\:text-primary-200\/60:focus {
  color: rgb(128 211 223 / 0.6);
}

.focus\:text-primary-200\/65:focus {
  color: rgb(128 211 223 / 0.65);
}

.focus\:text-primary-200\/70:focus {
  color: rgb(128 211 223 / 0.7);
}

.focus\:text-primary-200\/75:focus {
  color: rgb(128 211 223 / 0.75);
}

.focus\:text-primary-200\/80:focus {
  color: rgb(128 211 223 / 0.8);
}

.focus\:text-primary-200\/85:focus {
  color: rgb(128 211 223 / 0.85);
}

.focus\:text-primary-200\/90:focus {
  color: rgb(128 211 223 / 0.9);
}

.focus\:text-primary-200\/95:focus {
  color: rgb(128 211 223 / 0.95);
}

.focus\:text-primary-300:focus {
  --tw-text-opacity: 1;
  color: rgb(77 193 210 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-300\/0:focus {
  color: rgb(77 193 210 / 0);
}

.focus\:text-primary-300\/10:focus {
  color: rgb(77 193 210 / 0.1);
}

.focus\:text-primary-300\/100:focus {
  color: rgb(77 193 210 / 1);
}

.focus\:text-primary-300\/15:focus {
  color: rgb(77 193 210 / 0.15);
}

.focus\:text-primary-300\/20:focus {
  color: rgb(77 193 210 / 0.2);
}

.focus\:text-primary-300\/25:focus {
  color: rgb(77 193 210 / 0.25);
}

.focus\:text-primary-300\/30:focus {
  color: rgb(77 193 210 / 0.3);
}

.focus\:text-primary-300\/35:focus {
  color: rgb(77 193 210 / 0.35);
}

.focus\:text-primary-300\/40:focus {
  color: rgb(77 193 210 / 0.4);
}

.focus\:text-primary-300\/45:focus {
  color: rgb(77 193 210 / 0.45);
}

.focus\:text-primary-300\/5:focus {
  color: rgb(77 193 210 / 0.05);
}

.focus\:text-primary-300\/50:focus {
  color: rgb(77 193 210 / 0.5);
}

.focus\:text-primary-300\/55:focus {
  color: rgb(77 193 210 / 0.55);
}

.focus\:text-primary-300\/60:focus {
  color: rgb(77 193 210 / 0.6);
}

.focus\:text-primary-300\/65:focus {
  color: rgb(77 193 210 / 0.65);
}

.focus\:text-primary-300\/70:focus {
  color: rgb(77 193 210 / 0.7);
}

.focus\:text-primary-300\/75:focus {
  color: rgb(77 193 210 / 0.75);
}

.focus\:text-primary-300\/80:focus {
  color: rgb(77 193 210 / 0.8);
}

.focus\:text-primary-300\/85:focus {
  color: rgb(77 193 210 / 0.85);
}

.focus\:text-primary-300\/90:focus {
  color: rgb(77 193 210 / 0.9);
}

.focus\:text-primary-300\/95:focus {
  color: rgb(77 193 210 / 0.95);
}

.focus\:text-primary-400:focus {
  --tw-text-opacity: 1;
  color: rgb(26 175 197 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-400\/0:focus {
  color: rgb(26 175 197 / 0);
}

.focus\:text-primary-400\/10:focus {
  color: rgb(26 175 197 / 0.1);
}

.focus\:text-primary-400\/100:focus {
  color: rgb(26 175 197 / 1);
}

.focus\:text-primary-400\/15:focus {
  color: rgb(26 175 197 / 0.15);
}

.focus\:text-primary-400\/20:focus {
  color: rgb(26 175 197 / 0.2);
}

.focus\:text-primary-400\/25:focus {
  color: rgb(26 175 197 / 0.25);
}

.focus\:text-primary-400\/30:focus {
  color: rgb(26 175 197 / 0.3);
}

.focus\:text-primary-400\/35:focus {
  color: rgb(26 175 197 / 0.35);
}

.focus\:text-primary-400\/40:focus {
  color: rgb(26 175 197 / 0.4);
}

.focus\:text-primary-400\/45:focus {
  color: rgb(26 175 197 / 0.45);
}

.focus\:text-primary-400\/5:focus {
  color: rgb(26 175 197 / 0.05);
}

.focus\:text-primary-400\/50:focus {
  color: rgb(26 175 197 / 0.5);
}

.focus\:text-primary-400\/55:focus {
  color: rgb(26 175 197 / 0.55);
}

.focus\:text-primary-400\/60:focus {
  color: rgb(26 175 197 / 0.6);
}

.focus\:text-primary-400\/65:focus {
  color: rgb(26 175 197 / 0.65);
}

.focus\:text-primary-400\/70:focus {
  color: rgb(26 175 197 / 0.7);
}

.focus\:text-primary-400\/75:focus {
  color: rgb(26 175 197 / 0.75);
}

.focus\:text-primary-400\/80:focus {
  color: rgb(26 175 197 / 0.8);
}

.focus\:text-primary-400\/85:focus {
  color: rgb(26 175 197 / 0.85);
}

.focus\:text-primary-400\/90:focus {
  color: rgb(26 175 197 / 0.9);
}

.focus\:text-primary-400\/95:focus {
  color: rgb(26 175 197 / 0.95);
}

.focus\:text-primary-50:focus {
  --tw-text-opacity: 1;
  color: rgb(230 247 249 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-50\/0:focus {
  color: rgb(230 247 249 / 0);
}

.focus\:text-primary-50\/10:focus {
  color: rgb(230 247 249 / 0.1);
}

.focus\:text-primary-50\/100:focus {
  color: rgb(230 247 249 / 1);
}

.focus\:text-primary-50\/15:focus {
  color: rgb(230 247 249 / 0.15);
}

.focus\:text-primary-50\/20:focus {
  color: rgb(230 247 249 / 0.2);
}

.focus\:text-primary-50\/25:focus {
  color: rgb(230 247 249 / 0.25);
}

.focus\:text-primary-50\/30:focus {
  color: rgb(230 247 249 / 0.3);
}

.focus\:text-primary-50\/35:focus {
  color: rgb(230 247 249 / 0.35);
}

.focus\:text-primary-50\/40:focus {
  color: rgb(230 247 249 / 0.4);
}

.focus\:text-primary-50\/45:focus {
  color: rgb(230 247 249 / 0.45);
}

.focus\:text-primary-50\/5:focus {
  color: rgb(230 247 249 / 0.05);
}

.focus\:text-primary-50\/50:focus {
  color: rgb(230 247 249 / 0.5);
}

.focus\:text-primary-50\/55:focus {
  color: rgb(230 247 249 / 0.55);
}

.focus\:text-primary-50\/60:focus {
  color: rgb(230 247 249 / 0.6);
}

.focus\:text-primary-50\/65:focus {
  color: rgb(230 247 249 / 0.65);
}

.focus\:text-primary-50\/70:focus {
  color: rgb(230 247 249 / 0.7);
}

.focus\:text-primary-50\/75:focus {
  color: rgb(230 247 249 / 0.75);
}

.focus\:text-primary-50\/80:focus {
  color: rgb(230 247 249 / 0.8);
}

.focus\:text-primary-50\/85:focus {
  color: rgb(230 247 249 / 0.85);
}

.focus\:text-primary-50\/90:focus {
  color: rgb(230 247 249 / 0.9);
}

.focus\:text-primary-50\/95:focus {
  color: rgb(230 247 249 / 0.95);
}

.focus\:text-primary-500:focus {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-500\/0:focus {
  color: rgb(25 141 168 / 0);
}

.focus\:text-primary-500\/10:focus {
  color: rgb(25 141 168 / 0.1);
}

.focus\:text-primary-500\/100:focus {
  color: rgb(25 141 168 / 1);
}

.focus\:text-primary-500\/15:focus {
  color: rgb(25 141 168 / 0.15);
}

.focus\:text-primary-500\/20:focus {
  color: rgb(25 141 168 / 0.2);
}

.focus\:text-primary-500\/25:focus {
  color: rgb(25 141 168 / 0.25);
}

.focus\:text-primary-500\/30:focus {
  color: rgb(25 141 168 / 0.3);
}

.focus\:text-primary-500\/35:focus {
  color: rgb(25 141 168 / 0.35);
}

.focus\:text-primary-500\/40:focus {
  color: rgb(25 141 168 / 0.4);
}

.focus\:text-primary-500\/45:focus {
  color: rgb(25 141 168 / 0.45);
}

.focus\:text-primary-500\/5:focus {
  color: rgb(25 141 168 / 0.05);
}

.focus\:text-primary-500\/50:focus {
  color: rgb(25 141 168 / 0.5);
}

.focus\:text-primary-500\/55:focus {
  color: rgb(25 141 168 / 0.55);
}

.focus\:text-primary-500\/60:focus {
  color: rgb(25 141 168 / 0.6);
}

.focus\:text-primary-500\/65:focus {
  color: rgb(25 141 168 / 0.65);
}

.focus\:text-primary-500\/70:focus {
  color: rgb(25 141 168 / 0.7);
}

.focus\:text-primary-500\/75:focus {
  color: rgb(25 141 168 / 0.75);
}

.focus\:text-primary-500\/80:focus {
  color: rgb(25 141 168 / 0.8);
}

.focus\:text-primary-500\/85:focus {
  color: rgb(25 141 168 / 0.85);
}

.focus\:text-primary-500\/90:focus {
  color: rgb(25 141 168 / 0.9);
}

.focus\:text-primary-500\/95:focus {
  color: rgb(25 141 168 / 0.95);
}

.focus\:text-primary-600:focus {
  --tw-text-opacity: 1;
  color: rgb(20 113 136 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-600\/0:focus {
  color: rgb(20 113 136 / 0);
}

.focus\:text-primary-600\/10:focus {
  color: rgb(20 113 136 / 0.1);
}

.focus\:text-primary-600\/100:focus {
  color: rgb(20 113 136 / 1);
}

.focus\:text-primary-600\/15:focus {
  color: rgb(20 113 136 / 0.15);
}

.focus\:text-primary-600\/20:focus {
  color: rgb(20 113 136 / 0.2);
}

.focus\:text-primary-600\/25:focus {
  color: rgb(20 113 136 / 0.25);
}

.focus\:text-primary-600\/30:focus {
  color: rgb(20 113 136 / 0.3);
}

.focus\:text-primary-600\/35:focus {
  color: rgb(20 113 136 / 0.35);
}

.focus\:text-primary-600\/40:focus {
  color: rgb(20 113 136 / 0.4);
}

.focus\:text-primary-600\/45:focus {
  color: rgb(20 113 136 / 0.45);
}

.focus\:text-primary-600\/5:focus {
  color: rgb(20 113 136 / 0.05);
}

.focus\:text-primary-600\/50:focus {
  color: rgb(20 113 136 / 0.5);
}

.focus\:text-primary-600\/55:focus {
  color: rgb(20 113 136 / 0.55);
}

.focus\:text-primary-600\/60:focus {
  color: rgb(20 113 136 / 0.6);
}

.focus\:text-primary-600\/65:focus {
  color: rgb(20 113 136 / 0.65);
}

.focus\:text-primary-600\/70:focus {
  color: rgb(20 113 136 / 0.7);
}

.focus\:text-primary-600\/75:focus {
  color: rgb(20 113 136 / 0.75);
}

.focus\:text-primary-600\/80:focus {
  color: rgb(20 113 136 / 0.8);
}

.focus\:text-primary-600\/85:focus {
  color: rgb(20 113 136 / 0.85);
}

.focus\:text-primary-600\/90:focus {
  color: rgb(20 113 136 / 0.9);
}

.focus\:text-primary-600\/95:focus {
  color: rgb(20 113 136 / 0.95);
}

.focus\:text-primary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(15 85 104 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-700\/0:focus {
  color: rgb(15 85 104 / 0);
}

.focus\:text-primary-700\/10:focus {
  color: rgb(15 85 104 / 0.1);
}

.focus\:text-primary-700\/100:focus {
  color: rgb(15 85 104 / 1);
}

.focus\:text-primary-700\/15:focus {
  color: rgb(15 85 104 / 0.15);
}

.focus\:text-primary-700\/20:focus {
  color: rgb(15 85 104 / 0.2);
}

.focus\:text-primary-700\/25:focus {
  color: rgb(15 85 104 / 0.25);
}

.focus\:text-primary-700\/30:focus {
  color: rgb(15 85 104 / 0.3);
}

.focus\:text-primary-700\/35:focus {
  color: rgb(15 85 104 / 0.35);
}

.focus\:text-primary-700\/40:focus {
  color: rgb(15 85 104 / 0.4);
}

.focus\:text-primary-700\/45:focus {
  color: rgb(15 85 104 / 0.45);
}

.focus\:text-primary-700\/5:focus {
  color: rgb(15 85 104 / 0.05);
}

.focus\:text-primary-700\/50:focus {
  color: rgb(15 85 104 / 0.5);
}

.focus\:text-primary-700\/55:focus {
  color: rgb(15 85 104 / 0.55);
}

.focus\:text-primary-700\/60:focus {
  color: rgb(15 85 104 / 0.6);
}

.focus\:text-primary-700\/65:focus {
  color: rgb(15 85 104 / 0.65);
}

.focus\:text-primary-700\/70:focus {
  color: rgb(15 85 104 / 0.7);
}

.focus\:text-primary-700\/75:focus {
  color: rgb(15 85 104 / 0.75);
}

.focus\:text-primary-700\/80:focus {
  color: rgb(15 85 104 / 0.8);
}

.focus\:text-primary-700\/85:focus {
  color: rgb(15 85 104 / 0.85);
}

.focus\:text-primary-700\/90:focus {
  color: rgb(15 85 104 / 0.9);
}

.focus\:text-primary-700\/95:focus {
  color: rgb(15 85 104 / 0.95);
}

.focus\:text-primary-800:focus {
  --tw-text-opacity: 1;
  color: rgb(10 57 72 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-800\/0:focus {
  color: rgb(10 57 72 / 0);
}

.focus\:text-primary-800\/10:focus {
  color: rgb(10 57 72 / 0.1);
}

.focus\:text-primary-800\/100:focus {
  color: rgb(10 57 72 / 1);
}

.focus\:text-primary-800\/15:focus {
  color: rgb(10 57 72 / 0.15);
}

.focus\:text-primary-800\/20:focus {
  color: rgb(10 57 72 / 0.2);
}

.focus\:text-primary-800\/25:focus {
  color: rgb(10 57 72 / 0.25);
}

.focus\:text-primary-800\/30:focus {
  color: rgb(10 57 72 / 0.3);
}

.focus\:text-primary-800\/35:focus {
  color: rgb(10 57 72 / 0.35);
}

.focus\:text-primary-800\/40:focus {
  color: rgb(10 57 72 / 0.4);
}

.focus\:text-primary-800\/45:focus {
  color: rgb(10 57 72 / 0.45);
}

.focus\:text-primary-800\/5:focus {
  color: rgb(10 57 72 / 0.05);
}

.focus\:text-primary-800\/50:focus {
  color: rgb(10 57 72 / 0.5);
}

.focus\:text-primary-800\/55:focus {
  color: rgb(10 57 72 / 0.55);
}

.focus\:text-primary-800\/60:focus {
  color: rgb(10 57 72 / 0.6);
}

.focus\:text-primary-800\/65:focus {
  color: rgb(10 57 72 / 0.65);
}

.focus\:text-primary-800\/70:focus {
  color: rgb(10 57 72 / 0.7);
}

.focus\:text-primary-800\/75:focus {
  color: rgb(10 57 72 / 0.75);
}

.focus\:text-primary-800\/80:focus {
  color: rgb(10 57 72 / 0.8);
}

.focus\:text-primary-800\/85:focus {
  color: rgb(10 57 72 / 0.85);
}

.focus\:text-primary-800\/90:focus {
  color: rgb(10 57 72 / 0.9);
}

.focus\:text-primary-800\/95:focus {
  color: rgb(10 57 72 / 0.95);
}

.focus\:text-primary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(5 29 40 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-900\/0:focus {
  color: rgb(5 29 40 / 0);
}

.focus\:text-primary-900\/10:focus {
  color: rgb(5 29 40 / 0.1);
}

.focus\:text-primary-900\/100:focus {
  color: rgb(5 29 40 / 1);
}

.focus\:text-primary-900\/15:focus {
  color: rgb(5 29 40 / 0.15);
}

.focus\:text-primary-900\/20:focus {
  color: rgb(5 29 40 / 0.2);
}

.focus\:text-primary-900\/25:focus {
  color: rgb(5 29 40 / 0.25);
}

.focus\:text-primary-900\/30:focus {
  color: rgb(5 29 40 / 0.3);
}

.focus\:text-primary-900\/35:focus {
  color: rgb(5 29 40 / 0.35);
}

.focus\:text-primary-900\/40:focus {
  color: rgb(5 29 40 / 0.4);
}

.focus\:text-primary-900\/45:focus {
  color: rgb(5 29 40 / 0.45);
}

.focus\:text-primary-900\/5:focus {
  color: rgb(5 29 40 / 0.05);
}

.focus\:text-primary-900\/50:focus {
  color: rgb(5 29 40 / 0.5);
}

.focus\:text-primary-900\/55:focus {
  color: rgb(5 29 40 / 0.55);
}

.focus\:text-primary-900\/60:focus {
  color: rgb(5 29 40 / 0.6);
}

.focus\:text-primary-900\/65:focus {
  color: rgb(5 29 40 / 0.65);
}

.focus\:text-primary-900\/70:focus {
  color: rgb(5 29 40 / 0.7);
}

.focus\:text-primary-900\/75:focus {
  color: rgb(5 29 40 / 0.75);
}

.focus\:text-primary-900\/80:focus {
  color: rgb(5 29 40 / 0.8);
}

.focus\:text-primary-900\/85:focus {
  color: rgb(5 29 40 / 0.85);
}

.focus\:text-primary-900\/90:focus {
  color: rgb(5 29 40 / 0.9);
}

.focus\:text-primary-900\/95:focus {
  color: rgb(5 29 40 / 0.95);
}

.focus\:text-primary-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(15 85 104 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-dark\/0:focus {
  color: rgb(15 85 104 / 0);
}

.focus\:text-primary-dark\/10:focus {
  color: rgb(15 85 104 / 0.1);
}

.focus\:text-primary-dark\/100:focus {
  color: rgb(15 85 104 / 1);
}

.focus\:text-primary-dark\/15:focus {
  color: rgb(15 85 104 / 0.15);
}

.focus\:text-primary-dark\/20:focus {
  color: rgb(15 85 104 / 0.2);
}

.focus\:text-primary-dark\/25:focus {
  color: rgb(15 85 104 / 0.25);
}

.focus\:text-primary-dark\/30:focus {
  color: rgb(15 85 104 / 0.3);
}

.focus\:text-primary-dark\/35:focus {
  color: rgb(15 85 104 / 0.35);
}

.focus\:text-primary-dark\/40:focus {
  color: rgb(15 85 104 / 0.4);
}

.focus\:text-primary-dark\/45:focus {
  color: rgb(15 85 104 / 0.45);
}

.focus\:text-primary-dark\/5:focus {
  color: rgb(15 85 104 / 0.05);
}

.focus\:text-primary-dark\/50:focus {
  color: rgb(15 85 104 / 0.5);
}

.focus\:text-primary-dark\/55:focus {
  color: rgb(15 85 104 / 0.55);
}

.focus\:text-primary-dark\/60:focus {
  color: rgb(15 85 104 / 0.6);
}

.focus\:text-primary-dark\/65:focus {
  color: rgb(15 85 104 / 0.65);
}

.focus\:text-primary-dark\/70:focus {
  color: rgb(15 85 104 / 0.7);
}

.focus\:text-primary-dark\/75:focus {
  color: rgb(15 85 104 / 0.75);
}

.focus\:text-primary-dark\/80:focus {
  color: rgb(15 85 104 / 0.8);
}

.focus\:text-primary-dark\/85:focus {
  color: rgb(15 85 104 / 0.85);
}

.focus\:text-primary-dark\/90:focus {
  color: rgb(15 85 104 / 0.9);
}

.focus\:text-primary-dark\/95:focus {
  color: rgb(15 85 104 / 0.95);
}

.focus\:text-primary-light:focus {
  --tw-text-opacity: 1;
  color: rgb(230 247 249 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-light\/0:focus {
  color: rgb(230 247 249 / 0);
}

.focus\:text-primary-light\/10:focus {
  color: rgb(230 247 249 / 0.1);
}

.focus\:text-primary-light\/100:focus {
  color: rgb(230 247 249 / 1);
}

.focus\:text-primary-light\/15:focus {
  color: rgb(230 247 249 / 0.15);
}

.focus\:text-primary-light\/20:focus {
  color: rgb(230 247 249 / 0.2);
}

.focus\:text-primary-light\/25:focus {
  color: rgb(230 247 249 / 0.25);
}

.focus\:text-primary-light\/30:focus {
  color: rgb(230 247 249 / 0.3);
}

.focus\:text-primary-light\/35:focus {
  color: rgb(230 247 249 / 0.35);
}

.focus\:text-primary-light\/40:focus {
  color: rgb(230 247 249 / 0.4);
}

.focus\:text-primary-light\/45:focus {
  color: rgb(230 247 249 / 0.45);
}

.focus\:text-primary-light\/5:focus {
  color: rgb(230 247 249 / 0.05);
}

.focus\:text-primary-light\/50:focus {
  color: rgb(230 247 249 / 0.5);
}

.focus\:text-primary-light\/55:focus {
  color: rgb(230 247 249 / 0.55);
}

.focus\:text-primary-light\/60:focus {
  color: rgb(230 247 249 / 0.6);
}

.focus\:text-primary-light\/65:focus {
  color: rgb(230 247 249 / 0.65);
}

.focus\:text-primary-light\/70:focus {
  color: rgb(230 247 249 / 0.7);
}

.focus\:text-primary-light\/75:focus {
  color: rgb(230 247 249 / 0.75);
}

.focus\:text-primary-light\/80:focus {
  color: rgb(230 247 249 / 0.8);
}

.focus\:text-primary-light\/85:focus {
  color: rgb(230 247 249 / 0.85);
}

.focus\:text-primary-light\/90:focus {
  color: rgb(230 247 249 / 0.9);
}

.focus\:text-primary-light\/95:focus {
  color: rgb(230 247 249 / 0.95);
}

.focus\:text-primary\/0:focus {
  color: rgb(25 141 168 / 0);
}

.focus\:text-primary\/10:focus {
  color: rgb(25 141 168 / 0.1);
}

.focus\:text-primary\/100:focus {
  color: rgb(25 141 168 / 1);
}

.focus\:text-primary\/15:focus {
  color: rgb(25 141 168 / 0.15);
}

.focus\:text-primary\/20:focus {
  color: rgb(25 141 168 / 0.2);
}

.focus\:text-primary\/25:focus {
  color: rgb(25 141 168 / 0.25);
}

.focus\:text-primary\/30:focus {
  color: rgb(25 141 168 / 0.3);
}

.focus\:text-primary\/35:focus {
  color: rgb(25 141 168 / 0.35);
}

.focus\:text-primary\/40:focus {
  color: rgb(25 141 168 / 0.4);
}

.focus\:text-primary\/45:focus {
  color: rgb(25 141 168 / 0.45);
}

.focus\:text-primary\/5:focus {
  color: rgb(25 141 168 / 0.05);
}

.focus\:text-primary\/50:focus {
  color: rgb(25 141 168 / 0.5);
}

.focus\:text-primary\/55:focus {
  color: rgb(25 141 168 / 0.55);
}

.focus\:text-primary\/60:focus {
  color: rgb(25 141 168 / 0.6);
}

.focus\:text-primary\/65:focus {
  color: rgb(25 141 168 / 0.65);
}

.focus\:text-primary\/70:focus {
  color: rgb(25 141 168 / 0.7);
}

.focus\:text-primary\/75:focus {
  color: rgb(25 141 168 / 0.75);
}

.focus\:text-primary\/80:focus {
  color: rgb(25 141 168 / 0.8);
}

.focus\:text-primary\/85:focus {
  color: rgb(25 141 168 / 0.85);
}

.focus\:text-primary\/90:focus {
  color: rgb(25 141 168 / 0.9);
}

.focus\:text-primary\/95:focus {
  color: rgb(25 141 168 / 0.95);
}

.focus\:text-secondary:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-100:focus {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-100\/0:focus {
  color: rgb(241 245 249 / 0);
}

.focus\:text-secondary-100\/10:focus {
  color: rgb(241 245 249 / 0.1);
}

.focus\:text-secondary-100\/100:focus {
  color: rgb(241 245 249 / 1);
}

.focus\:text-secondary-100\/15:focus {
  color: rgb(241 245 249 / 0.15);
}

.focus\:text-secondary-100\/20:focus {
  color: rgb(241 245 249 / 0.2);
}

.focus\:text-secondary-100\/25:focus {
  color: rgb(241 245 249 / 0.25);
}

.focus\:text-secondary-100\/30:focus {
  color: rgb(241 245 249 / 0.3);
}

.focus\:text-secondary-100\/35:focus {
  color: rgb(241 245 249 / 0.35);
}

.focus\:text-secondary-100\/40:focus {
  color: rgb(241 245 249 / 0.4);
}

.focus\:text-secondary-100\/45:focus {
  color: rgb(241 245 249 / 0.45);
}

.focus\:text-secondary-100\/5:focus {
  color: rgb(241 245 249 / 0.05);
}

.focus\:text-secondary-100\/50:focus {
  color: rgb(241 245 249 / 0.5);
}

.focus\:text-secondary-100\/55:focus {
  color: rgb(241 245 249 / 0.55);
}

.focus\:text-secondary-100\/60:focus {
  color: rgb(241 245 249 / 0.6);
}

.focus\:text-secondary-100\/65:focus {
  color: rgb(241 245 249 / 0.65);
}

.focus\:text-secondary-100\/70:focus {
  color: rgb(241 245 249 / 0.7);
}

.focus\:text-secondary-100\/75:focus {
  color: rgb(241 245 249 / 0.75);
}

.focus\:text-secondary-100\/80:focus {
  color: rgb(241 245 249 / 0.8);
}

.focus\:text-secondary-100\/85:focus {
  color: rgb(241 245 249 / 0.85);
}

.focus\:text-secondary-100\/90:focus {
  color: rgb(241 245 249 / 0.9);
}

.focus\:text-secondary-100\/95:focus {
  color: rgb(241 245 249 / 0.95);
}

.focus\:text-secondary-200:focus {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-200\/0:focus {
  color: rgb(226 232 240 / 0);
}

.focus\:text-secondary-200\/10:focus {
  color: rgb(226 232 240 / 0.1);
}

.focus\:text-secondary-200\/100:focus {
  color: rgb(226 232 240 / 1);
}

.focus\:text-secondary-200\/15:focus {
  color: rgb(226 232 240 / 0.15);
}

.focus\:text-secondary-200\/20:focus {
  color: rgb(226 232 240 / 0.2);
}

.focus\:text-secondary-200\/25:focus {
  color: rgb(226 232 240 / 0.25);
}

.focus\:text-secondary-200\/30:focus {
  color: rgb(226 232 240 / 0.3);
}

.focus\:text-secondary-200\/35:focus {
  color: rgb(226 232 240 / 0.35);
}

.focus\:text-secondary-200\/40:focus {
  color: rgb(226 232 240 / 0.4);
}

.focus\:text-secondary-200\/45:focus {
  color: rgb(226 232 240 / 0.45);
}

.focus\:text-secondary-200\/5:focus {
  color: rgb(226 232 240 / 0.05);
}

.focus\:text-secondary-200\/50:focus {
  color: rgb(226 232 240 / 0.5);
}

.focus\:text-secondary-200\/55:focus {
  color: rgb(226 232 240 / 0.55);
}

.focus\:text-secondary-200\/60:focus {
  color: rgb(226 232 240 / 0.6);
}

.focus\:text-secondary-200\/65:focus {
  color: rgb(226 232 240 / 0.65);
}

.focus\:text-secondary-200\/70:focus {
  color: rgb(226 232 240 / 0.7);
}

.focus\:text-secondary-200\/75:focus {
  color: rgb(226 232 240 / 0.75);
}

.focus\:text-secondary-200\/80:focus {
  color: rgb(226 232 240 / 0.8);
}

.focus\:text-secondary-200\/85:focus {
  color: rgb(226 232 240 / 0.85);
}

.focus\:text-secondary-200\/90:focus {
  color: rgb(226 232 240 / 0.9);
}

.focus\:text-secondary-200\/95:focus {
  color: rgb(226 232 240 / 0.95);
}

.focus\:text-secondary-300:focus {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-300\/0:focus {
  color: rgb(203 213 225 / 0);
}

.focus\:text-secondary-300\/10:focus {
  color: rgb(203 213 225 / 0.1);
}

.focus\:text-secondary-300\/100:focus {
  color: rgb(203 213 225 / 1);
}

.focus\:text-secondary-300\/15:focus {
  color: rgb(203 213 225 / 0.15);
}

.focus\:text-secondary-300\/20:focus {
  color: rgb(203 213 225 / 0.2);
}

.focus\:text-secondary-300\/25:focus {
  color: rgb(203 213 225 / 0.25);
}

.focus\:text-secondary-300\/30:focus {
  color: rgb(203 213 225 / 0.3);
}

.focus\:text-secondary-300\/35:focus {
  color: rgb(203 213 225 / 0.35);
}

.focus\:text-secondary-300\/40:focus {
  color: rgb(203 213 225 / 0.4);
}

.focus\:text-secondary-300\/45:focus {
  color: rgb(203 213 225 / 0.45);
}

.focus\:text-secondary-300\/5:focus {
  color: rgb(203 213 225 / 0.05);
}

.focus\:text-secondary-300\/50:focus {
  color: rgb(203 213 225 / 0.5);
}

.focus\:text-secondary-300\/55:focus {
  color: rgb(203 213 225 / 0.55);
}

.focus\:text-secondary-300\/60:focus {
  color: rgb(203 213 225 / 0.6);
}

.focus\:text-secondary-300\/65:focus {
  color: rgb(203 213 225 / 0.65);
}

.focus\:text-secondary-300\/70:focus {
  color: rgb(203 213 225 / 0.7);
}

.focus\:text-secondary-300\/75:focus {
  color: rgb(203 213 225 / 0.75);
}

.focus\:text-secondary-300\/80:focus {
  color: rgb(203 213 225 / 0.8);
}

.focus\:text-secondary-300\/85:focus {
  color: rgb(203 213 225 / 0.85);
}

.focus\:text-secondary-300\/90:focus {
  color: rgb(203 213 225 / 0.9);
}

.focus\:text-secondary-300\/95:focus {
  color: rgb(203 213 225 / 0.95);
}

.focus\:text-secondary-400:focus {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-400\/0:focus {
  color: rgb(148 163 184 / 0);
}

.focus\:text-secondary-400\/10:focus {
  color: rgb(148 163 184 / 0.1);
}

.focus\:text-secondary-400\/100:focus {
  color: rgb(148 163 184 / 1);
}

.focus\:text-secondary-400\/15:focus {
  color: rgb(148 163 184 / 0.15);
}

.focus\:text-secondary-400\/20:focus {
  color: rgb(148 163 184 / 0.2);
}

.focus\:text-secondary-400\/25:focus {
  color: rgb(148 163 184 / 0.25);
}

.focus\:text-secondary-400\/30:focus {
  color: rgb(148 163 184 / 0.3);
}

.focus\:text-secondary-400\/35:focus {
  color: rgb(148 163 184 / 0.35);
}

.focus\:text-secondary-400\/40:focus {
  color: rgb(148 163 184 / 0.4);
}

.focus\:text-secondary-400\/45:focus {
  color: rgb(148 163 184 / 0.45);
}

.focus\:text-secondary-400\/5:focus {
  color: rgb(148 163 184 / 0.05);
}

.focus\:text-secondary-400\/50:focus {
  color: rgb(148 163 184 / 0.5);
}

.focus\:text-secondary-400\/55:focus {
  color: rgb(148 163 184 / 0.55);
}

.focus\:text-secondary-400\/60:focus {
  color: rgb(148 163 184 / 0.6);
}

.focus\:text-secondary-400\/65:focus {
  color: rgb(148 163 184 / 0.65);
}

.focus\:text-secondary-400\/70:focus {
  color: rgb(148 163 184 / 0.7);
}

.focus\:text-secondary-400\/75:focus {
  color: rgb(148 163 184 / 0.75);
}

.focus\:text-secondary-400\/80:focus {
  color: rgb(148 163 184 / 0.8);
}

.focus\:text-secondary-400\/85:focus {
  color: rgb(148 163 184 / 0.85);
}

.focus\:text-secondary-400\/90:focus {
  color: rgb(148 163 184 / 0.9);
}

.focus\:text-secondary-400\/95:focus {
  color: rgb(148 163 184 / 0.95);
}

.focus\:text-secondary-50:focus {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-50\/0:focus {
  color: rgb(248 250 252 / 0);
}

.focus\:text-secondary-50\/10:focus {
  color: rgb(248 250 252 / 0.1);
}

.focus\:text-secondary-50\/100:focus {
  color: rgb(248 250 252 / 1);
}

.focus\:text-secondary-50\/15:focus {
  color: rgb(248 250 252 / 0.15);
}

.focus\:text-secondary-50\/20:focus {
  color: rgb(248 250 252 / 0.2);
}

.focus\:text-secondary-50\/25:focus {
  color: rgb(248 250 252 / 0.25);
}

.focus\:text-secondary-50\/30:focus {
  color: rgb(248 250 252 / 0.3);
}

.focus\:text-secondary-50\/35:focus {
  color: rgb(248 250 252 / 0.35);
}

.focus\:text-secondary-50\/40:focus {
  color: rgb(248 250 252 / 0.4);
}

.focus\:text-secondary-50\/45:focus {
  color: rgb(248 250 252 / 0.45);
}

.focus\:text-secondary-50\/5:focus {
  color: rgb(248 250 252 / 0.05);
}

.focus\:text-secondary-50\/50:focus {
  color: rgb(248 250 252 / 0.5);
}

.focus\:text-secondary-50\/55:focus {
  color: rgb(248 250 252 / 0.55);
}

.focus\:text-secondary-50\/60:focus {
  color: rgb(248 250 252 / 0.6);
}

.focus\:text-secondary-50\/65:focus {
  color: rgb(248 250 252 / 0.65);
}

.focus\:text-secondary-50\/70:focus {
  color: rgb(248 250 252 / 0.7);
}

.focus\:text-secondary-50\/75:focus {
  color: rgb(248 250 252 / 0.75);
}

.focus\:text-secondary-50\/80:focus {
  color: rgb(248 250 252 / 0.8);
}

.focus\:text-secondary-50\/85:focus {
  color: rgb(248 250 252 / 0.85);
}

.focus\:text-secondary-50\/90:focus {
  color: rgb(248 250 252 / 0.9);
}

.focus\:text-secondary-50\/95:focus {
  color: rgb(248 250 252 / 0.95);
}

.focus\:text-secondary-500:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-500\/0:focus {
  color: rgb(100 116 139 / 0);
}

.focus\:text-secondary-500\/10:focus {
  color: rgb(100 116 139 / 0.1);
}

.focus\:text-secondary-500\/100:focus {
  color: rgb(100 116 139 / 1);
}

.focus\:text-secondary-500\/15:focus {
  color: rgb(100 116 139 / 0.15);
}

.focus\:text-secondary-500\/20:focus {
  color: rgb(100 116 139 / 0.2);
}

.focus\:text-secondary-500\/25:focus {
  color: rgb(100 116 139 / 0.25);
}

.focus\:text-secondary-500\/30:focus {
  color: rgb(100 116 139 / 0.3);
}

.focus\:text-secondary-500\/35:focus {
  color: rgb(100 116 139 / 0.35);
}

.focus\:text-secondary-500\/40:focus {
  color: rgb(100 116 139 / 0.4);
}

.focus\:text-secondary-500\/45:focus {
  color: rgb(100 116 139 / 0.45);
}

.focus\:text-secondary-500\/5:focus {
  color: rgb(100 116 139 / 0.05);
}

.focus\:text-secondary-500\/50:focus {
  color: rgb(100 116 139 / 0.5);
}

.focus\:text-secondary-500\/55:focus {
  color: rgb(100 116 139 / 0.55);
}

.focus\:text-secondary-500\/60:focus {
  color: rgb(100 116 139 / 0.6);
}

.focus\:text-secondary-500\/65:focus {
  color: rgb(100 116 139 / 0.65);
}

.focus\:text-secondary-500\/70:focus {
  color: rgb(100 116 139 / 0.7);
}

.focus\:text-secondary-500\/75:focus {
  color: rgb(100 116 139 / 0.75);
}

.focus\:text-secondary-500\/80:focus {
  color: rgb(100 116 139 / 0.8);
}

.focus\:text-secondary-500\/85:focus {
  color: rgb(100 116 139 / 0.85);
}

.focus\:text-secondary-500\/90:focus {
  color: rgb(100 116 139 / 0.9);
}

.focus\:text-secondary-500\/95:focus {
  color: rgb(100 116 139 / 0.95);
}

.focus\:text-secondary-600:focus {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-600\/0:focus {
  color: rgb(71 85 105 / 0);
}

.focus\:text-secondary-600\/10:focus {
  color: rgb(71 85 105 / 0.1);
}

.focus\:text-secondary-600\/100:focus {
  color: rgb(71 85 105 / 1);
}

.focus\:text-secondary-600\/15:focus {
  color: rgb(71 85 105 / 0.15);
}

.focus\:text-secondary-600\/20:focus {
  color: rgb(71 85 105 / 0.2);
}

.focus\:text-secondary-600\/25:focus {
  color: rgb(71 85 105 / 0.25);
}

.focus\:text-secondary-600\/30:focus {
  color: rgb(71 85 105 / 0.3);
}

.focus\:text-secondary-600\/35:focus {
  color: rgb(71 85 105 / 0.35);
}

.focus\:text-secondary-600\/40:focus {
  color: rgb(71 85 105 / 0.4);
}

.focus\:text-secondary-600\/45:focus {
  color: rgb(71 85 105 / 0.45);
}

.focus\:text-secondary-600\/5:focus {
  color: rgb(71 85 105 / 0.05);
}

.focus\:text-secondary-600\/50:focus {
  color: rgb(71 85 105 / 0.5);
}

.focus\:text-secondary-600\/55:focus {
  color: rgb(71 85 105 / 0.55);
}

.focus\:text-secondary-600\/60:focus {
  color: rgb(71 85 105 / 0.6);
}

.focus\:text-secondary-600\/65:focus {
  color: rgb(71 85 105 / 0.65);
}

.focus\:text-secondary-600\/70:focus {
  color: rgb(71 85 105 / 0.7);
}

.focus\:text-secondary-600\/75:focus {
  color: rgb(71 85 105 / 0.75);
}

.focus\:text-secondary-600\/80:focus {
  color: rgb(71 85 105 / 0.8);
}

.focus\:text-secondary-600\/85:focus {
  color: rgb(71 85 105 / 0.85);
}

.focus\:text-secondary-600\/90:focus {
  color: rgb(71 85 105 / 0.9);
}

.focus\:text-secondary-600\/95:focus {
  color: rgb(71 85 105 / 0.95);
}

.focus\:text-secondary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-700\/0:focus {
  color: rgb(51 65 85 / 0);
}

.focus\:text-secondary-700\/10:focus {
  color: rgb(51 65 85 / 0.1);
}

.focus\:text-secondary-700\/100:focus {
  color: rgb(51 65 85 / 1);
}

.focus\:text-secondary-700\/15:focus {
  color: rgb(51 65 85 / 0.15);
}

.focus\:text-secondary-700\/20:focus {
  color: rgb(51 65 85 / 0.2);
}

.focus\:text-secondary-700\/25:focus {
  color: rgb(51 65 85 / 0.25);
}

.focus\:text-secondary-700\/30:focus {
  color: rgb(51 65 85 / 0.3);
}

.focus\:text-secondary-700\/35:focus {
  color: rgb(51 65 85 / 0.35);
}

.focus\:text-secondary-700\/40:focus {
  color: rgb(51 65 85 / 0.4);
}

.focus\:text-secondary-700\/45:focus {
  color: rgb(51 65 85 / 0.45);
}

.focus\:text-secondary-700\/5:focus {
  color: rgb(51 65 85 / 0.05);
}

.focus\:text-secondary-700\/50:focus {
  color: rgb(51 65 85 / 0.5);
}

.focus\:text-secondary-700\/55:focus {
  color: rgb(51 65 85 / 0.55);
}

.focus\:text-secondary-700\/60:focus {
  color: rgb(51 65 85 / 0.6);
}

.focus\:text-secondary-700\/65:focus {
  color: rgb(51 65 85 / 0.65);
}

.focus\:text-secondary-700\/70:focus {
  color: rgb(51 65 85 / 0.7);
}

.focus\:text-secondary-700\/75:focus {
  color: rgb(51 65 85 / 0.75);
}

.focus\:text-secondary-700\/80:focus {
  color: rgb(51 65 85 / 0.8);
}

.focus\:text-secondary-700\/85:focus {
  color: rgb(51 65 85 / 0.85);
}

.focus\:text-secondary-700\/90:focus {
  color: rgb(51 65 85 / 0.9);
}

.focus\:text-secondary-700\/95:focus {
  color: rgb(51 65 85 / 0.95);
}

.focus\:text-secondary-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-800\/0:focus {
  color: rgb(30 41 59 / 0);
}

.focus\:text-secondary-800\/10:focus {
  color: rgb(30 41 59 / 0.1);
}

.focus\:text-secondary-800\/100:focus {
  color: rgb(30 41 59 / 1);
}

.focus\:text-secondary-800\/15:focus {
  color: rgb(30 41 59 / 0.15);
}

.focus\:text-secondary-800\/20:focus {
  color: rgb(30 41 59 / 0.2);
}

.focus\:text-secondary-800\/25:focus {
  color: rgb(30 41 59 / 0.25);
}

.focus\:text-secondary-800\/30:focus {
  color: rgb(30 41 59 / 0.3);
}

.focus\:text-secondary-800\/35:focus {
  color: rgb(30 41 59 / 0.35);
}

.focus\:text-secondary-800\/40:focus {
  color: rgb(30 41 59 / 0.4);
}

.focus\:text-secondary-800\/45:focus {
  color: rgb(30 41 59 / 0.45);
}

.focus\:text-secondary-800\/5:focus {
  color: rgb(30 41 59 / 0.05);
}

.focus\:text-secondary-800\/50:focus {
  color: rgb(30 41 59 / 0.5);
}

.focus\:text-secondary-800\/55:focus {
  color: rgb(30 41 59 / 0.55);
}

.focus\:text-secondary-800\/60:focus {
  color: rgb(30 41 59 / 0.6);
}

.focus\:text-secondary-800\/65:focus {
  color: rgb(30 41 59 / 0.65);
}

.focus\:text-secondary-800\/70:focus {
  color: rgb(30 41 59 / 0.7);
}

.focus\:text-secondary-800\/75:focus {
  color: rgb(30 41 59 / 0.75);
}

.focus\:text-secondary-800\/80:focus {
  color: rgb(30 41 59 / 0.8);
}

.focus\:text-secondary-800\/85:focus {
  color: rgb(30 41 59 / 0.85);
}

.focus\:text-secondary-800\/90:focus {
  color: rgb(30 41 59 / 0.9);
}

.focus\:text-secondary-800\/95:focus {
  color: rgb(30 41 59 / 0.95);
}

.focus\:text-secondary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-900\/0:focus {
  color: rgb(15 23 42 / 0);
}

.focus\:text-secondary-900\/10:focus {
  color: rgb(15 23 42 / 0.1);
}

.focus\:text-secondary-900\/100:focus {
  color: rgb(15 23 42 / 1);
}

.focus\:text-secondary-900\/15:focus {
  color: rgb(15 23 42 / 0.15);
}

.focus\:text-secondary-900\/20:focus {
  color: rgb(15 23 42 / 0.2);
}

.focus\:text-secondary-900\/25:focus {
  color: rgb(15 23 42 / 0.25);
}

.focus\:text-secondary-900\/30:focus {
  color: rgb(15 23 42 / 0.3);
}

.focus\:text-secondary-900\/35:focus {
  color: rgb(15 23 42 / 0.35);
}

.focus\:text-secondary-900\/40:focus {
  color: rgb(15 23 42 / 0.4);
}

.focus\:text-secondary-900\/45:focus {
  color: rgb(15 23 42 / 0.45);
}

.focus\:text-secondary-900\/5:focus {
  color: rgb(15 23 42 / 0.05);
}

.focus\:text-secondary-900\/50:focus {
  color: rgb(15 23 42 / 0.5);
}

.focus\:text-secondary-900\/55:focus {
  color: rgb(15 23 42 / 0.55);
}

.focus\:text-secondary-900\/60:focus {
  color: rgb(15 23 42 / 0.6);
}

.focus\:text-secondary-900\/65:focus {
  color: rgb(15 23 42 / 0.65);
}

.focus\:text-secondary-900\/70:focus {
  color: rgb(15 23 42 / 0.7);
}

.focus\:text-secondary-900\/75:focus {
  color: rgb(15 23 42 / 0.75);
}

.focus\:text-secondary-900\/80:focus {
  color: rgb(15 23 42 / 0.8);
}

.focus\:text-secondary-900\/85:focus {
  color: rgb(15 23 42 / 0.85);
}

.focus\:text-secondary-900\/90:focus {
  color: rgb(15 23 42 / 0.9);
}

.focus\:text-secondary-900\/95:focus {
  color: rgb(15 23 42 / 0.95);
}

.focus\:text-secondary-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-dark\/0:focus {
  color: rgb(51 65 85 / 0);
}

.focus\:text-secondary-dark\/10:focus {
  color: rgb(51 65 85 / 0.1);
}

.focus\:text-secondary-dark\/100:focus {
  color: rgb(51 65 85 / 1);
}

.focus\:text-secondary-dark\/15:focus {
  color: rgb(51 65 85 / 0.15);
}

.focus\:text-secondary-dark\/20:focus {
  color: rgb(51 65 85 / 0.2);
}

.focus\:text-secondary-dark\/25:focus {
  color: rgb(51 65 85 / 0.25);
}

.focus\:text-secondary-dark\/30:focus {
  color: rgb(51 65 85 / 0.3);
}

.focus\:text-secondary-dark\/35:focus {
  color: rgb(51 65 85 / 0.35);
}

.focus\:text-secondary-dark\/40:focus {
  color: rgb(51 65 85 / 0.4);
}

.focus\:text-secondary-dark\/45:focus {
  color: rgb(51 65 85 / 0.45);
}

.focus\:text-secondary-dark\/5:focus {
  color: rgb(51 65 85 / 0.05);
}

.focus\:text-secondary-dark\/50:focus {
  color: rgb(51 65 85 / 0.5);
}

.focus\:text-secondary-dark\/55:focus {
  color: rgb(51 65 85 / 0.55);
}

.focus\:text-secondary-dark\/60:focus {
  color: rgb(51 65 85 / 0.6);
}

.focus\:text-secondary-dark\/65:focus {
  color: rgb(51 65 85 / 0.65);
}

.focus\:text-secondary-dark\/70:focus {
  color: rgb(51 65 85 / 0.7);
}

.focus\:text-secondary-dark\/75:focus {
  color: rgb(51 65 85 / 0.75);
}

.focus\:text-secondary-dark\/80:focus {
  color: rgb(51 65 85 / 0.8);
}

.focus\:text-secondary-dark\/85:focus {
  color: rgb(51 65 85 / 0.85);
}

.focus\:text-secondary-dark\/90:focus {
  color: rgb(51 65 85 / 0.9);
}

.focus\:text-secondary-dark\/95:focus {
  color: rgb(51 65 85 / 0.95);
}

.focus\:text-secondary-light:focus {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-light\/0:focus {
  color: rgb(241 245 249 / 0);
}

.focus\:text-secondary-light\/10:focus {
  color: rgb(241 245 249 / 0.1);
}

.focus\:text-secondary-light\/100:focus {
  color: rgb(241 245 249 / 1);
}

.focus\:text-secondary-light\/15:focus {
  color: rgb(241 245 249 / 0.15);
}

.focus\:text-secondary-light\/20:focus {
  color: rgb(241 245 249 / 0.2);
}

.focus\:text-secondary-light\/25:focus {
  color: rgb(241 245 249 / 0.25);
}

.focus\:text-secondary-light\/30:focus {
  color: rgb(241 245 249 / 0.3);
}

.focus\:text-secondary-light\/35:focus {
  color: rgb(241 245 249 / 0.35);
}

.focus\:text-secondary-light\/40:focus {
  color: rgb(241 245 249 / 0.4);
}

.focus\:text-secondary-light\/45:focus {
  color: rgb(241 245 249 / 0.45);
}

.focus\:text-secondary-light\/5:focus {
  color: rgb(241 245 249 / 0.05);
}

.focus\:text-secondary-light\/50:focus {
  color: rgb(241 245 249 / 0.5);
}

.focus\:text-secondary-light\/55:focus {
  color: rgb(241 245 249 / 0.55);
}

.focus\:text-secondary-light\/60:focus {
  color: rgb(241 245 249 / 0.6);
}

.focus\:text-secondary-light\/65:focus {
  color: rgb(241 245 249 / 0.65);
}

.focus\:text-secondary-light\/70:focus {
  color: rgb(241 245 249 / 0.7);
}

.focus\:text-secondary-light\/75:focus {
  color: rgb(241 245 249 / 0.75);
}

.focus\:text-secondary-light\/80:focus {
  color: rgb(241 245 249 / 0.8);
}

.focus\:text-secondary-light\/85:focus {
  color: rgb(241 245 249 / 0.85);
}

.focus\:text-secondary-light\/90:focus {
  color: rgb(241 245 249 / 0.9);
}

.focus\:text-secondary-light\/95:focus {
  color: rgb(241 245 249 / 0.95);
}

.focus\:text-secondary\/0:focus {
  color: rgb(100 116 139 / 0);
}

.focus\:text-secondary\/10:focus {
  color: rgb(100 116 139 / 0.1);
}

.focus\:text-secondary\/100:focus {
  color: rgb(100 116 139 / 1);
}

.focus\:text-secondary\/15:focus {
  color: rgb(100 116 139 / 0.15);
}

.focus\:text-secondary\/20:focus {
  color: rgb(100 116 139 / 0.2);
}

.focus\:text-secondary\/25:focus {
  color: rgb(100 116 139 / 0.25);
}

.focus\:text-secondary\/30:focus {
  color: rgb(100 116 139 / 0.3);
}

.focus\:text-secondary\/35:focus {
  color: rgb(100 116 139 / 0.35);
}

.focus\:text-secondary\/40:focus {
  color: rgb(100 116 139 / 0.4);
}

.focus\:text-secondary\/45:focus {
  color: rgb(100 116 139 / 0.45);
}

.focus\:text-secondary\/5:focus {
  color: rgb(100 116 139 / 0.05);
}

.focus\:text-secondary\/50:focus {
  color: rgb(100 116 139 / 0.5);
}

.focus\:text-secondary\/55:focus {
  color: rgb(100 116 139 / 0.55);
}

.focus\:text-secondary\/60:focus {
  color: rgb(100 116 139 / 0.6);
}

.focus\:text-secondary\/65:focus {
  color: rgb(100 116 139 / 0.65);
}

.focus\:text-secondary\/70:focus {
  color: rgb(100 116 139 / 0.7);
}

.focus\:text-secondary\/75:focus {
  color: rgb(100 116 139 / 0.75);
}

.focus\:text-secondary\/80:focus {
  color: rgb(100 116 139 / 0.8);
}

.focus\:text-secondary\/85:focus {
  color: rgb(100 116 139 / 0.85);
}

.focus\:text-secondary\/90:focus {
  color: rgb(100 116 139 / 0.9);
}

.focus\:text-secondary\/95:focus {
  color: rgb(100 116 139 / 0.95);
}

.focus\:text-success:focus {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.focus\:text-success-100:focus {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.focus\:text-success-100\/0:focus {
  color: rgb(209 250 229 / 0);
}

.focus\:text-success-100\/10:focus {
  color: rgb(209 250 229 / 0.1);
}

.focus\:text-success-100\/100:focus {
  color: rgb(209 250 229 / 1);
}

.focus\:text-success-100\/15:focus {
  color: rgb(209 250 229 / 0.15);
}

.focus\:text-success-100\/20:focus {
  color: rgb(209 250 229 / 0.2);
}

.focus\:text-success-100\/25:focus {
  color: rgb(209 250 229 / 0.25);
}

.focus\:text-success-100\/30:focus {
  color: rgb(209 250 229 / 0.3);
}

.focus\:text-success-100\/35:focus {
  color: rgb(209 250 229 / 0.35);
}

.focus\:text-success-100\/40:focus {
  color: rgb(209 250 229 / 0.4);
}

.focus\:text-success-100\/45:focus {
  color: rgb(209 250 229 / 0.45);
}

.focus\:text-success-100\/5:focus {
  color: rgb(209 250 229 / 0.05);
}

.focus\:text-success-100\/50:focus {
  color: rgb(209 250 229 / 0.5);
}

.focus\:text-success-100\/55:focus {
  color: rgb(209 250 229 / 0.55);
}

.focus\:text-success-100\/60:focus {
  color: rgb(209 250 229 / 0.6);
}

.focus\:text-success-100\/65:focus {
  color: rgb(209 250 229 / 0.65);
}

.focus\:text-success-100\/70:focus {
  color: rgb(209 250 229 / 0.7);
}

.focus\:text-success-100\/75:focus {
  color: rgb(209 250 229 / 0.75);
}

.focus\:text-success-100\/80:focus {
  color: rgb(209 250 229 / 0.8);
}

.focus\:text-success-100\/85:focus {
  color: rgb(209 250 229 / 0.85);
}

.focus\:text-success-100\/90:focus {
  color: rgb(209 250 229 / 0.9);
}

.focus\:text-success-100\/95:focus {
  color: rgb(209 250 229 / 0.95);
}

.focus\:text-success-200:focus {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.focus\:text-success-200\/0:focus {
  color: rgb(167 243 208 / 0);
}

.focus\:text-success-200\/10:focus {
  color: rgb(167 243 208 / 0.1);
}

.focus\:text-success-200\/100:focus {
  color: rgb(167 243 208 / 1);
}

.focus\:text-success-200\/15:focus {
  color: rgb(167 243 208 / 0.15);
}

.focus\:text-success-200\/20:focus {
  color: rgb(167 243 208 / 0.2);
}

.focus\:text-success-200\/25:focus {
  color: rgb(167 243 208 / 0.25);
}

.focus\:text-success-200\/30:focus {
  color: rgb(167 243 208 / 0.3);
}

.focus\:text-success-200\/35:focus {
  color: rgb(167 243 208 / 0.35);
}

.focus\:text-success-200\/40:focus {
  color: rgb(167 243 208 / 0.4);
}

.focus\:text-success-200\/45:focus {
  color: rgb(167 243 208 / 0.45);
}

.focus\:text-success-200\/5:focus {
  color: rgb(167 243 208 / 0.05);
}

.focus\:text-success-200\/50:focus {
  color: rgb(167 243 208 / 0.5);
}

.focus\:text-success-200\/55:focus {
  color: rgb(167 243 208 / 0.55);
}

.focus\:text-success-200\/60:focus {
  color: rgb(167 243 208 / 0.6);
}

.focus\:text-success-200\/65:focus {
  color: rgb(167 243 208 / 0.65);
}

.focus\:text-success-200\/70:focus {
  color: rgb(167 243 208 / 0.7);
}

.focus\:text-success-200\/75:focus {
  color: rgb(167 243 208 / 0.75);
}

.focus\:text-success-200\/80:focus {
  color: rgb(167 243 208 / 0.8);
}

.focus\:text-success-200\/85:focus {
  color: rgb(167 243 208 / 0.85);
}

.focus\:text-success-200\/90:focus {
  color: rgb(167 243 208 / 0.9);
}

.focus\:text-success-200\/95:focus {
  color: rgb(167 243 208 / 0.95);
}

.focus\:text-success-300:focus {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.focus\:text-success-300\/0:focus {
  color: rgb(110 231 183 / 0);
}

.focus\:text-success-300\/10:focus {
  color: rgb(110 231 183 / 0.1);
}

.focus\:text-success-300\/100:focus {
  color: rgb(110 231 183 / 1);
}

.focus\:text-success-300\/15:focus {
  color: rgb(110 231 183 / 0.15);
}

.focus\:text-success-300\/20:focus {
  color: rgb(110 231 183 / 0.2);
}

.focus\:text-success-300\/25:focus {
  color: rgb(110 231 183 / 0.25);
}

.focus\:text-success-300\/30:focus {
  color: rgb(110 231 183 / 0.3);
}

.focus\:text-success-300\/35:focus {
  color: rgb(110 231 183 / 0.35);
}

.focus\:text-success-300\/40:focus {
  color: rgb(110 231 183 / 0.4);
}

.focus\:text-success-300\/45:focus {
  color: rgb(110 231 183 / 0.45);
}

.focus\:text-success-300\/5:focus {
  color: rgb(110 231 183 / 0.05);
}

.focus\:text-success-300\/50:focus {
  color: rgb(110 231 183 / 0.5);
}

.focus\:text-success-300\/55:focus {
  color: rgb(110 231 183 / 0.55);
}

.focus\:text-success-300\/60:focus {
  color: rgb(110 231 183 / 0.6);
}

.focus\:text-success-300\/65:focus {
  color: rgb(110 231 183 / 0.65);
}

.focus\:text-success-300\/70:focus {
  color: rgb(110 231 183 / 0.7);
}

.focus\:text-success-300\/75:focus {
  color: rgb(110 231 183 / 0.75);
}

.focus\:text-success-300\/80:focus {
  color: rgb(110 231 183 / 0.8);
}

.focus\:text-success-300\/85:focus {
  color: rgb(110 231 183 / 0.85);
}

.focus\:text-success-300\/90:focus {
  color: rgb(110 231 183 / 0.9);
}

.focus\:text-success-300\/95:focus {
  color: rgb(110 231 183 / 0.95);
}

.focus\:text-success-400:focus {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.focus\:text-success-400\/0:focus {
  color: rgb(52 211 153 / 0);
}

.focus\:text-success-400\/10:focus {
  color: rgb(52 211 153 / 0.1);
}

.focus\:text-success-400\/100:focus {
  color: rgb(52 211 153 / 1);
}

.focus\:text-success-400\/15:focus {
  color: rgb(52 211 153 / 0.15);
}

.focus\:text-success-400\/20:focus {
  color: rgb(52 211 153 / 0.2);
}

.focus\:text-success-400\/25:focus {
  color: rgb(52 211 153 / 0.25);
}

.focus\:text-success-400\/30:focus {
  color: rgb(52 211 153 / 0.3);
}

.focus\:text-success-400\/35:focus {
  color: rgb(52 211 153 / 0.35);
}

.focus\:text-success-400\/40:focus {
  color: rgb(52 211 153 / 0.4);
}

.focus\:text-success-400\/45:focus {
  color: rgb(52 211 153 / 0.45);
}

.focus\:text-success-400\/5:focus {
  color: rgb(52 211 153 / 0.05);
}

.focus\:text-success-400\/50:focus {
  color: rgb(52 211 153 / 0.5);
}

.focus\:text-success-400\/55:focus {
  color: rgb(52 211 153 / 0.55);
}

.focus\:text-success-400\/60:focus {
  color: rgb(52 211 153 / 0.6);
}

.focus\:text-success-400\/65:focus {
  color: rgb(52 211 153 / 0.65);
}

.focus\:text-success-400\/70:focus {
  color: rgb(52 211 153 / 0.7);
}

.focus\:text-success-400\/75:focus {
  color: rgb(52 211 153 / 0.75);
}

.focus\:text-success-400\/80:focus {
  color: rgb(52 211 153 / 0.8);
}

.focus\:text-success-400\/85:focus {
  color: rgb(52 211 153 / 0.85);
}

.focus\:text-success-400\/90:focus {
  color: rgb(52 211 153 / 0.9);
}

.focus\:text-success-400\/95:focus {
  color: rgb(52 211 153 / 0.95);
}

.focus\:text-success-50:focus {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.focus\:text-success-50\/0:focus {
  color: rgb(236 253 245 / 0);
}

.focus\:text-success-50\/10:focus {
  color: rgb(236 253 245 / 0.1);
}

.focus\:text-success-50\/100:focus {
  color: rgb(236 253 245 / 1);
}

.focus\:text-success-50\/15:focus {
  color: rgb(236 253 245 / 0.15);
}

.focus\:text-success-50\/20:focus {
  color: rgb(236 253 245 / 0.2);
}

.focus\:text-success-50\/25:focus {
  color: rgb(236 253 245 / 0.25);
}

.focus\:text-success-50\/30:focus {
  color: rgb(236 253 245 / 0.3);
}

.focus\:text-success-50\/35:focus {
  color: rgb(236 253 245 / 0.35);
}

.focus\:text-success-50\/40:focus {
  color: rgb(236 253 245 / 0.4);
}

.focus\:text-success-50\/45:focus {
  color: rgb(236 253 245 / 0.45);
}

.focus\:text-success-50\/5:focus {
  color: rgb(236 253 245 / 0.05);
}

.focus\:text-success-50\/50:focus {
  color: rgb(236 253 245 / 0.5);
}

.focus\:text-success-50\/55:focus {
  color: rgb(236 253 245 / 0.55);
}

.focus\:text-success-50\/60:focus {
  color: rgb(236 253 245 / 0.6);
}

.focus\:text-success-50\/65:focus {
  color: rgb(236 253 245 / 0.65);
}

.focus\:text-success-50\/70:focus {
  color: rgb(236 253 245 / 0.7);
}

.focus\:text-success-50\/75:focus {
  color: rgb(236 253 245 / 0.75);
}

.focus\:text-success-50\/80:focus {
  color: rgb(236 253 245 / 0.8);
}

.focus\:text-success-50\/85:focus {
  color: rgb(236 253 245 / 0.85);
}

.focus\:text-success-50\/90:focus {
  color: rgb(236 253 245 / 0.9);
}

.focus\:text-success-50\/95:focus {
  color: rgb(236 253 245 / 0.95);
}

.focus\:text-success-500:focus {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.focus\:text-success-500\/0:focus {
  color: rgb(16 185 129 / 0);
}

.focus\:text-success-500\/10:focus {
  color: rgb(16 185 129 / 0.1);
}

.focus\:text-success-500\/100:focus {
  color: rgb(16 185 129 / 1);
}

.focus\:text-success-500\/15:focus {
  color: rgb(16 185 129 / 0.15);
}

.focus\:text-success-500\/20:focus {
  color: rgb(16 185 129 / 0.2);
}

.focus\:text-success-500\/25:focus {
  color: rgb(16 185 129 / 0.25);
}

.focus\:text-success-500\/30:focus {
  color: rgb(16 185 129 / 0.3);
}

.focus\:text-success-500\/35:focus {
  color: rgb(16 185 129 / 0.35);
}

.focus\:text-success-500\/40:focus {
  color: rgb(16 185 129 / 0.4);
}

.focus\:text-success-500\/45:focus {
  color: rgb(16 185 129 / 0.45);
}

.focus\:text-success-500\/5:focus {
  color: rgb(16 185 129 / 0.05);
}

.focus\:text-success-500\/50:focus {
  color: rgb(16 185 129 / 0.5);
}

.focus\:text-success-500\/55:focus {
  color: rgb(16 185 129 / 0.55);
}

.focus\:text-success-500\/60:focus {
  color: rgb(16 185 129 / 0.6);
}

.focus\:text-success-500\/65:focus {
  color: rgb(16 185 129 / 0.65);
}

.focus\:text-success-500\/70:focus {
  color: rgb(16 185 129 / 0.7);
}

.focus\:text-success-500\/75:focus {
  color: rgb(16 185 129 / 0.75);
}

.focus\:text-success-500\/80:focus {
  color: rgb(16 185 129 / 0.8);
}

.focus\:text-success-500\/85:focus {
  color: rgb(16 185 129 / 0.85);
}

.focus\:text-success-500\/90:focus {
  color: rgb(16 185 129 / 0.9);
}

.focus\:text-success-500\/95:focus {
  color: rgb(16 185 129 / 0.95);
}

.focus\:text-success-600:focus {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.focus\:text-success-600\/0:focus {
  color: rgb(5 150 105 / 0);
}

.focus\:text-success-600\/10:focus {
  color: rgb(5 150 105 / 0.1);
}

.focus\:text-success-600\/100:focus {
  color: rgb(5 150 105 / 1);
}

.focus\:text-success-600\/15:focus {
  color: rgb(5 150 105 / 0.15);
}

.focus\:text-success-600\/20:focus {
  color: rgb(5 150 105 / 0.2);
}

.focus\:text-success-600\/25:focus {
  color: rgb(5 150 105 / 0.25);
}

.focus\:text-success-600\/30:focus {
  color: rgb(5 150 105 / 0.3);
}

.focus\:text-success-600\/35:focus {
  color: rgb(5 150 105 / 0.35);
}

.focus\:text-success-600\/40:focus {
  color: rgb(5 150 105 / 0.4);
}

.focus\:text-success-600\/45:focus {
  color: rgb(5 150 105 / 0.45);
}

.focus\:text-success-600\/5:focus {
  color: rgb(5 150 105 / 0.05);
}

.focus\:text-success-600\/50:focus {
  color: rgb(5 150 105 / 0.5);
}

.focus\:text-success-600\/55:focus {
  color: rgb(5 150 105 / 0.55);
}

.focus\:text-success-600\/60:focus {
  color: rgb(5 150 105 / 0.6);
}

.focus\:text-success-600\/65:focus {
  color: rgb(5 150 105 / 0.65);
}

.focus\:text-success-600\/70:focus {
  color: rgb(5 150 105 / 0.7);
}

.focus\:text-success-600\/75:focus {
  color: rgb(5 150 105 / 0.75);
}

.focus\:text-success-600\/80:focus {
  color: rgb(5 150 105 / 0.8);
}

.focus\:text-success-600\/85:focus {
  color: rgb(5 150 105 / 0.85);
}

.focus\:text-success-600\/90:focus {
  color: rgb(5 150 105 / 0.9);
}

.focus\:text-success-600\/95:focus {
  color: rgb(5 150 105 / 0.95);
}

.focus\:text-success-700:focus {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.focus\:text-success-700\/0:focus {
  color: rgb(4 120 87 / 0);
}

.focus\:text-success-700\/10:focus {
  color: rgb(4 120 87 / 0.1);
}

.focus\:text-success-700\/100:focus {
  color: rgb(4 120 87 / 1);
}

.focus\:text-success-700\/15:focus {
  color: rgb(4 120 87 / 0.15);
}

.focus\:text-success-700\/20:focus {
  color: rgb(4 120 87 / 0.2);
}

.focus\:text-success-700\/25:focus {
  color: rgb(4 120 87 / 0.25);
}

.focus\:text-success-700\/30:focus {
  color: rgb(4 120 87 / 0.3);
}

.focus\:text-success-700\/35:focus {
  color: rgb(4 120 87 / 0.35);
}

.focus\:text-success-700\/40:focus {
  color: rgb(4 120 87 / 0.4);
}

.focus\:text-success-700\/45:focus {
  color: rgb(4 120 87 / 0.45);
}

.focus\:text-success-700\/5:focus {
  color: rgb(4 120 87 / 0.05);
}

.focus\:text-success-700\/50:focus {
  color: rgb(4 120 87 / 0.5);
}

.focus\:text-success-700\/55:focus {
  color: rgb(4 120 87 / 0.55);
}

.focus\:text-success-700\/60:focus {
  color: rgb(4 120 87 / 0.6);
}

.focus\:text-success-700\/65:focus {
  color: rgb(4 120 87 / 0.65);
}

.focus\:text-success-700\/70:focus {
  color: rgb(4 120 87 / 0.7);
}

.focus\:text-success-700\/75:focus {
  color: rgb(4 120 87 / 0.75);
}

.focus\:text-success-700\/80:focus {
  color: rgb(4 120 87 / 0.8);
}

.focus\:text-success-700\/85:focus {
  color: rgb(4 120 87 / 0.85);
}

.focus\:text-success-700\/90:focus {
  color: rgb(4 120 87 / 0.9);
}

.focus\:text-success-700\/95:focus {
  color: rgb(4 120 87 / 0.95);
}

.focus\:text-success-800:focus {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.focus\:text-success-800\/0:focus {
  color: rgb(6 95 70 / 0);
}

.focus\:text-success-800\/10:focus {
  color: rgb(6 95 70 / 0.1);
}

.focus\:text-success-800\/100:focus {
  color: rgb(6 95 70 / 1);
}

.focus\:text-success-800\/15:focus {
  color: rgb(6 95 70 / 0.15);
}

.focus\:text-success-800\/20:focus {
  color: rgb(6 95 70 / 0.2);
}

.focus\:text-success-800\/25:focus {
  color: rgb(6 95 70 / 0.25);
}

.focus\:text-success-800\/30:focus {
  color: rgb(6 95 70 / 0.3);
}

.focus\:text-success-800\/35:focus {
  color: rgb(6 95 70 / 0.35);
}

.focus\:text-success-800\/40:focus {
  color: rgb(6 95 70 / 0.4);
}

.focus\:text-success-800\/45:focus {
  color: rgb(6 95 70 / 0.45);
}

.focus\:text-success-800\/5:focus {
  color: rgb(6 95 70 / 0.05);
}

.focus\:text-success-800\/50:focus {
  color: rgb(6 95 70 / 0.5);
}

.focus\:text-success-800\/55:focus {
  color: rgb(6 95 70 / 0.55);
}

.focus\:text-success-800\/60:focus {
  color: rgb(6 95 70 / 0.6);
}

.focus\:text-success-800\/65:focus {
  color: rgb(6 95 70 / 0.65);
}

.focus\:text-success-800\/70:focus {
  color: rgb(6 95 70 / 0.7);
}

.focus\:text-success-800\/75:focus {
  color: rgb(6 95 70 / 0.75);
}

.focus\:text-success-800\/80:focus {
  color: rgb(6 95 70 / 0.8);
}

.focus\:text-success-800\/85:focus {
  color: rgb(6 95 70 / 0.85);
}

.focus\:text-success-800\/90:focus {
  color: rgb(6 95 70 / 0.9);
}

.focus\:text-success-800\/95:focus {
  color: rgb(6 95 70 / 0.95);
}

.focus\:text-success-900:focus {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.focus\:text-success-900\/0:focus {
  color: rgb(6 78 59 / 0);
}

.focus\:text-success-900\/10:focus {
  color: rgb(6 78 59 / 0.1);
}

.focus\:text-success-900\/100:focus {
  color: rgb(6 78 59 / 1);
}

.focus\:text-success-900\/15:focus {
  color: rgb(6 78 59 / 0.15);
}

.focus\:text-success-900\/20:focus {
  color: rgb(6 78 59 / 0.2);
}

.focus\:text-success-900\/25:focus {
  color: rgb(6 78 59 / 0.25);
}

.focus\:text-success-900\/30:focus {
  color: rgb(6 78 59 / 0.3);
}

.focus\:text-success-900\/35:focus {
  color: rgb(6 78 59 / 0.35);
}

.focus\:text-success-900\/40:focus {
  color: rgb(6 78 59 / 0.4);
}

.focus\:text-success-900\/45:focus {
  color: rgb(6 78 59 / 0.45);
}

.focus\:text-success-900\/5:focus {
  color: rgb(6 78 59 / 0.05);
}

.focus\:text-success-900\/50:focus {
  color: rgb(6 78 59 / 0.5);
}

.focus\:text-success-900\/55:focus {
  color: rgb(6 78 59 / 0.55);
}

.focus\:text-success-900\/60:focus {
  color: rgb(6 78 59 / 0.6);
}

.focus\:text-success-900\/65:focus {
  color: rgb(6 78 59 / 0.65);
}

.focus\:text-success-900\/70:focus {
  color: rgb(6 78 59 / 0.7);
}

.focus\:text-success-900\/75:focus {
  color: rgb(6 78 59 / 0.75);
}

.focus\:text-success-900\/80:focus {
  color: rgb(6 78 59 / 0.8);
}

.focus\:text-success-900\/85:focus {
  color: rgb(6 78 59 / 0.85);
}

.focus\:text-success-900\/90:focus {
  color: rgb(6 78 59 / 0.9);
}

.focus\:text-success-900\/95:focus {
  color: rgb(6 78 59 / 0.95);
}

.focus\:text-success-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.focus\:text-success-dark\/0:focus {
  color: rgb(4 120 87 / 0);
}

.focus\:text-success-dark\/10:focus {
  color: rgb(4 120 87 / 0.1);
}

.focus\:text-success-dark\/100:focus {
  color: rgb(4 120 87 / 1);
}

.focus\:text-success-dark\/15:focus {
  color: rgb(4 120 87 / 0.15);
}

.focus\:text-success-dark\/20:focus {
  color: rgb(4 120 87 / 0.2);
}

.focus\:text-success-dark\/25:focus {
  color: rgb(4 120 87 / 0.25);
}

.focus\:text-success-dark\/30:focus {
  color: rgb(4 120 87 / 0.3);
}

.focus\:text-success-dark\/35:focus {
  color: rgb(4 120 87 / 0.35);
}

.focus\:text-success-dark\/40:focus {
  color: rgb(4 120 87 / 0.4);
}

.focus\:text-success-dark\/45:focus {
  color: rgb(4 120 87 / 0.45);
}

.focus\:text-success-dark\/5:focus {
  color: rgb(4 120 87 / 0.05);
}

.focus\:text-success-dark\/50:focus {
  color: rgb(4 120 87 / 0.5);
}

.focus\:text-success-dark\/55:focus {
  color: rgb(4 120 87 / 0.55);
}

.focus\:text-success-dark\/60:focus {
  color: rgb(4 120 87 / 0.6);
}

.focus\:text-success-dark\/65:focus {
  color: rgb(4 120 87 / 0.65);
}

.focus\:text-success-dark\/70:focus {
  color: rgb(4 120 87 / 0.7);
}

.focus\:text-success-dark\/75:focus {
  color: rgb(4 120 87 / 0.75);
}

.focus\:text-success-dark\/80:focus {
  color: rgb(4 120 87 / 0.8);
}

.focus\:text-success-dark\/85:focus {
  color: rgb(4 120 87 / 0.85);
}

.focus\:text-success-dark\/90:focus {
  color: rgb(4 120 87 / 0.9);
}

.focus\:text-success-dark\/95:focus {
  color: rgb(4 120 87 / 0.95);
}

.focus\:text-success-light:focus {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.focus\:text-success-light\/0:focus {
  color: rgb(209 250 229 / 0);
}

.focus\:text-success-light\/10:focus {
  color: rgb(209 250 229 / 0.1);
}

.focus\:text-success-light\/100:focus {
  color: rgb(209 250 229 / 1);
}

.focus\:text-success-light\/15:focus {
  color: rgb(209 250 229 / 0.15);
}

.focus\:text-success-light\/20:focus {
  color: rgb(209 250 229 / 0.2);
}

.focus\:text-success-light\/25:focus {
  color: rgb(209 250 229 / 0.25);
}

.focus\:text-success-light\/30:focus {
  color: rgb(209 250 229 / 0.3);
}

.focus\:text-success-light\/35:focus {
  color: rgb(209 250 229 / 0.35);
}

.focus\:text-success-light\/40:focus {
  color: rgb(209 250 229 / 0.4);
}

.focus\:text-success-light\/45:focus {
  color: rgb(209 250 229 / 0.45);
}

.focus\:text-success-light\/5:focus {
  color: rgb(209 250 229 / 0.05);
}

.focus\:text-success-light\/50:focus {
  color: rgb(209 250 229 / 0.5);
}

.focus\:text-success-light\/55:focus {
  color: rgb(209 250 229 / 0.55);
}

.focus\:text-success-light\/60:focus {
  color: rgb(209 250 229 / 0.6);
}

.focus\:text-success-light\/65:focus {
  color: rgb(209 250 229 / 0.65);
}

.focus\:text-success-light\/70:focus {
  color: rgb(209 250 229 / 0.7);
}

.focus\:text-success-light\/75:focus {
  color: rgb(209 250 229 / 0.75);
}

.focus\:text-success-light\/80:focus {
  color: rgb(209 250 229 / 0.8);
}

.focus\:text-success-light\/85:focus {
  color: rgb(209 250 229 / 0.85);
}

.focus\:text-success-light\/90:focus {
  color: rgb(209 250 229 / 0.9);
}

.focus\:text-success-light\/95:focus {
  color: rgb(209 250 229 / 0.95);
}

.focus\:text-success\/0:focus {
  color: rgb(16 185 129 / 0);
}

.focus\:text-success\/10:focus {
  color: rgb(16 185 129 / 0.1);
}

.focus\:text-success\/100:focus {
  color: rgb(16 185 129 / 1);
}

.focus\:text-success\/15:focus {
  color: rgb(16 185 129 / 0.15);
}

.focus\:text-success\/20:focus {
  color: rgb(16 185 129 / 0.2);
}

.focus\:text-success\/25:focus {
  color: rgb(16 185 129 / 0.25);
}

.focus\:text-success\/30:focus {
  color: rgb(16 185 129 / 0.3);
}

.focus\:text-success\/35:focus {
  color: rgb(16 185 129 / 0.35);
}

.focus\:text-success\/40:focus {
  color: rgb(16 185 129 / 0.4);
}

.focus\:text-success\/45:focus {
  color: rgb(16 185 129 / 0.45);
}

.focus\:text-success\/5:focus {
  color: rgb(16 185 129 / 0.05);
}

.focus\:text-success\/50:focus {
  color: rgb(16 185 129 / 0.5);
}

.focus\:text-success\/55:focus {
  color: rgb(16 185 129 / 0.55);
}

.focus\:text-success\/60:focus {
  color: rgb(16 185 129 / 0.6);
}

.focus\:text-success\/65:focus {
  color: rgb(16 185 129 / 0.65);
}

.focus\:text-success\/70:focus {
  color: rgb(16 185 129 / 0.7);
}

.focus\:text-success\/75:focus {
  color: rgb(16 185 129 / 0.75);
}

.focus\:text-success\/80:focus {
  color: rgb(16 185 129 / 0.8);
}

.focus\:text-success\/85:focus {
  color: rgb(16 185 129 / 0.85);
}

.focus\:text-success\/90:focus {
  color: rgb(16 185 129 / 0.9);
}

.focus\:text-success\/95:focus {
  color: rgb(16 185 129 / 0.95);
}

.focus\:text-warning:focus {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-100\/0:focus {
  color: rgb(254 243 199 / 0);
}

.focus\:text-warning-100\/10:focus {
  color: rgb(254 243 199 / 0.1);
}

.focus\:text-warning-100\/100:focus {
  color: rgb(254 243 199 / 1);
}

.focus\:text-warning-100\/15:focus {
  color: rgb(254 243 199 / 0.15);
}

.focus\:text-warning-100\/20:focus {
  color: rgb(254 243 199 / 0.2);
}

.focus\:text-warning-100\/25:focus {
  color: rgb(254 243 199 / 0.25);
}

.focus\:text-warning-100\/30:focus {
  color: rgb(254 243 199 / 0.3);
}

.focus\:text-warning-100\/35:focus {
  color: rgb(254 243 199 / 0.35);
}

.focus\:text-warning-100\/40:focus {
  color: rgb(254 243 199 / 0.4);
}

.focus\:text-warning-100\/45:focus {
  color: rgb(254 243 199 / 0.45);
}

.focus\:text-warning-100\/5:focus {
  color: rgb(254 243 199 / 0.05);
}

.focus\:text-warning-100\/50:focus {
  color: rgb(254 243 199 / 0.5);
}

.focus\:text-warning-100\/55:focus {
  color: rgb(254 243 199 / 0.55);
}

.focus\:text-warning-100\/60:focus {
  color: rgb(254 243 199 / 0.6);
}

.focus\:text-warning-100\/65:focus {
  color: rgb(254 243 199 / 0.65);
}

.focus\:text-warning-100\/70:focus {
  color: rgb(254 243 199 / 0.7);
}

.focus\:text-warning-100\/75:focus {
  color: rgb(254 243 199 / 0.75);
}

.focus\:text-warning-100\/80:focus {
  color: rgb(254 243 199 / 0.8);
}

.focus\:text-warning-100\/85:focus {
  color: rgb(254 243 199 / 0.85);
}

.focus\:text-warning-100\/90:focus {
  color: rgb(254 243 199 / 0.9);
}

.focus\:text-warning-100\/95:focus {
  color: rgb(254 243 199 / 0.95);
}

.focus\:text-warning-200:focus {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-200\/0:focus {
  color: rgb(253 230 138 / 0);
}

.focus\:text-warning-200\/10:focus {
  color: rgb(253 230 138 / 0.1);
}

.focus\:text-warning-200\/100:focus {
  color: rgb(253 230 138 / 1);
}

.focus\:text-warning-200\/15:focus {
  color: rgb(253 230 138 / 0.15);
}

.focus\:text-warning-200\/20:focus {
  color: rgb(253 230 138 / 0.2);
}

.focus\:text-warning-200\/25:focus {
  color: rgb(253 230 138 / 0.25);
}

.focus\:text-warning-200\/30:focus {
  color: rgb(253 230 138 / 0.3);
}

.focus\:text-warning-200\/35:focus {
  color: rgb(253 230 138 / 0.35);
}

.focus\:text-warning-200\/40:focus {
  color: rgb(253 230 138 / 0.4);
}

.focus\:text-warning-200\/45:focus {
  color: rgb(253 230 138 / 0.45);
}

.focus\:text-warning-200\/5:focus {
  color: rgb(253 230 138 / 0.05);
}

.focus\:text-warning-200\/50:focus {
  color: rgb(253 230 138 / 0.5);
}

.focus\:text-warning-200\/55:focus {
  color: rgb(253 230 138 / 0.55);
}

.focus\:text-warning-200\/60:focus {
  color: rgb(253 230 138 / 0.6);
}

.focus\:text-warning-200\/65:focus {
  color: rgb(253 230 138 / 0.65);
}

.focus\:text-warning-200\/70:focus {
  color: rgb(253 230 138 / 0.7);
}

.focus\:text-warning-200\/75:focus {
  color: rgb(253 230 138 / 0.75);
}

.focus\:text-warning-200\/80:focus {
  color: rgb(253 230 138 / 0.8);
}

.focus\:text-warning-200\/85:focus {
  color: rgb(253 230 138 / 0.85);
}

.focus\:text-warning-200\/90:focus {
  color: rgb(253 230 138 / 0.9);
}

.focus\:text-warning-200\/95:focus {
  color: rgb(253 230 138 / 0.95);
}

.focus\:text-warning-300:focus {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-300\/0:focus {
  color: rgb(252 211 77 / 0);
}

.focus\:text-warning-300\/10:focus {
  color: rgb(252 211 77 / 0.1);
}

.focus\:text-warning-300\/100:focus {
  color: rgb(252 211 77 / 1);
}

.focus\:text-warning-300\/15:focus {
  color: rgb(252 211 77 / 0.15);
}

.focus\:text-warning-300\/20:focus {
  color: rgb(252 211 77 / 0.2);
}

.focus\:text-warning-300\/25:focus {
  color: rgb(252 211 77 / 0.25);
}

.focus\:text-warning-300\/30:focus {
  color: rgb(252 211 77 / 0.3);
}

.focus\:text-warning-300\/35:focus {
  color: rgb(252 211 77 / 0.35);
}

.focus\:text-warning-300\/40:focus {
  color: rgb(252 211 77 / 0.4);
}

.focus\:text-warning-300\/45:focus {
  color: rgb(252 211 77 / 0.45);
}

.focus\:text-warning-300\/5:focus {
  color: rgb(252 211 77 / 0.05);
}

.focus\:text-warning-300\/50:focus {
  color: rgb(252 211 77 / 0.5);
}

.focus\:text-warning-300\/55:focus {
  color: rgb(252 211 77 / 0.55);
}

.focus\:text-warning-300\/60:focus {
  color: rgb(252 211 77 / 0.6);
}

.focus\:text-warning-300\/65:focus {
  color: rgb(252 211 77 / 0.65);
}

.focus\:text-warning-300\/70:focus {
  color: rgb(252 211 77 / 0.7);
}

.focus\:text-warning-300\/75:focus {
  color: rgb(252 211 77 / 0.75);
}

.focus\:text-warning-300\/80:focus {
  color: rgb(252 211 77 / 0.8);
}

.focus\:text-warning-300\/85:focus {
  color: rgb(252 211 77 / 0.85);
}

.focus\:text-warning-300\/90:focus {
  color: rgb(252 211 77 / 0.9);
}

.focus\:text-warning-300\/95:focus {
  color: rgb(252 211 77 / 0.95);
}

.focus\:text-warning-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-400\/0:focus {
  color: rgb(251 191 36 / 0);
}

.focus\:text-warning-400\/10:focus {
  color: rgb(251 191 36 / 0.1);
}

.focus\:text-warning-400\/100:focus {
  color: rgb(251 191 36 / 1);
}

.focus\:text-warning-400\/15:focus {
  color: rgb(251 191 36 / 0.15);
}

.focus\:text-warning-400\/20:focus {
  color: rgb(251 191 36 / 0.2);
}

.focus\:text-warning-400\/25:focus {
  color: rgb(251 191 36 / 0.25);
}

.focus\:text-warning-400\/30:focus {
  color: rgb(251 191 36 / 0.3);
}

.focus\:text-warning-400\/35:focus {
  color: rgb(251 191 36 / 0.35);
}

.focus\:text-warning-400\/40:focus {
  color: rgb(251 191 36 / 0.4);
}

.focus\:text-warning-400\/45:focus {
  color: rgb(251 191 36 / 0.45);
}

.focus\:text-warning-400\/5:focus {
  color: rgb(251 191 36 / 0.05);
}

.focus\:text-warning-400\/50:focus {
  color: rgb(251 191 36 / 0.5);
}

.focus\:text-warning-400\/55:focus {
  color: rgb(251 191 36 / 0.55);
}

.focus\:text-warning-400\/60:focus {
  color: rgb(251 191 36 / 0.6);
}

.focus\:text-warning-400\/65:focus {
  color: rgb(251 191 36 / 0.65);
}

.focus\:text-warning-400\/70:focus {
  color: rgb(251 191 36 / 0.7);
}

.focus\:text-warning-400\/75:focus {
  color: rgb(251 191 36 / 0.75);
}

.focus\:text-warning-400\/80:focus {
  color: rgb(251 191 36 / 0.8);
}

.focus\:text-warning-400\/85:focus {
  color: rgb(251 191 36 / 0.85);
}

.focus\:text-warning-400\/90:focus {
  color: rgb(251 191 36 / 0.9);
}

.focus\:text-warning-400\/95:focus {
  color: rgb(251 191 36 / 0.95);
}

.focus\:text-warning-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-50\/0:focus {
  color: rgb(255 251 235 / 0);
}

.focus\:text-warning-50\/10:focus {
  color: rgb(255 251 235 / 0.1);
}

.focus\:text-warning-50\/100:focus {
  color: rgb(255 251 235 / 1);
}

.focus\:text-warning-50\/15:focus {
  color: rgb(255 251 235 / 0.15);
}

.focus\:text-warning-50\/20:focus {
  color: rgb(255 251 235 / 0.2);
}

.focus\:text-warning-50\/25:focus {
  color: rgb(255 251 235 / 0.25);
}

.focus\:text-warning-50\/30:focus {
  color: rgb(255 251 235 / 0.3);
}

.focus\:text-warning-50\/35:focus {
  color: rgb(255 251 235 / 0.35);
}

.focus\:text-warning-50\/40:focus {
  color: rgb(255 251 235 / 0.4);
}

.focus\:text-warning-50\/45:focus {
  color: rgb(255 251 235 / 0.45);
}

.focus\:text-warning-50\/5:focus {
  color: rgb(255 251 235 / 0.05);
}

.focus\:text-warning-50\/50:focus {
  color: rgb(255 251 235 / 0.5);
}

.focus\:text-warning-50\/55:focus {
  color: rgb(255 251 235 / 0.55);
}

.focus\:text-warning-50\/60:focus {
  color: rgb(255 251 235 / 0.6);
}

.focus\:text-warning-50\/65:focus {
  color: rgb(255 251 235 / 0.65);
}

.focus\:text-warning-50\/70:focus {
  color: rgb(255 251 235 / 0.7);
}

.focus\:text-warning-50\/75:focus {
  color: rgb(255 251 235 / 0.75);
}

.focus\:text-warning-50\/80:focus {
  color: rgb(255 251 235 / 0.8);
}

.focus\:text-warning-50\/85:focus {
  color: rgb(255 251 235 / 0.85);
}

.focus\:text-warning-50\/90:focus {
  color: rgb(255 251 235 / 0.9);
}

.focus\:text-warning-50\/95:focus {
  color: rgb(255 251 235 / 0.95);
}

.focus\:text-warning-500:focus {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-500\/0:focus {
  color: rgb(245 158 11 / 0);
}

.focus\:text-warning-500\/10:focus {
  color: rgb(245 158 11 / 0.1);
}

.focus\:text-warning-500\/100:focus {
  color: rgb(245 158 11 / 1);
}

.focus\:text-warning-500\/15:focus {
  color: rgb(245 158 11 / 0.15);
}

.focus\:text-warning-500\/20:focus {
  color: rgb(245 158 11 / 0.2);
}

.focus\:text-warning-500\/25:focus {
  color: rgb(245 158 11 / 0.25);
}

.focus\:text-warning-500\/30:focus {
  color: rgb(245 158 11 / 0.3);
}

.focus\:text-warning-500\/35:focus {
  color: rgb(245 158 11 / 0.35);
}

.focus\:text-warning-500\/40:focus {
  color: rgb(245 158 11 / 0.4);
}

.focus\:text-warning-500\/45:focus {
  color: rgb(245 158 11 / 0.45);
}

.focus\:text-warning-500\/5:focus {
  color: rgb(245 158 11 / 0.05);
}

.focus\:text-warning-500\/50:focus {
  color: rgb(245 158 11 / 0.5);
}

.focus\:text-warning-500\/55:focus {
  color: rgb(245 158 11 / 0.55);
}

.focus\:text-warning-500\/60:focus {
  color: rgb(245 158 11 / 0.6);
}

.focus\:text-warning-500\/65:focus {
  color: rgb(245 158 11 / 0.65);
}

.focus\:text-warning-500\/70:focus {
  color: rgb(245 158 11 / 0.7);
}

.focus\:text-warning-500\/75:focus {
  color: rgb(245 158 11 / 0.75);
}

.focus\:text-warning-500\/80:focus {
  color: rgb(245 158 11 / 0.8);
}

.focus\:text-warning-500\/85:focus {
  color: rgb(245 158 11 / 0.85);
}

.focus\:text-warning-500\/90:focus {
  color: rgb(245 158 11 / 0.9);
}

.focus\:text-warning-500\/95:focus {
  color: rgb(245 158 11 / 0.95);
}

.focus\:text-warning-600:focus {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-600\/0:focus {
  color: rgb(217 119 6 / 0);
}

.focus\:text-warning-600\/10:focus {
  color: rgb(217 119 6 / 0.1);
}

.focus\:text-warning-600\/100:focus {
  color: rgb(217 119 6 / 1);
}

.focus\:text-warning-600\/15:focus {
  color: rgb(217 119 6 / 0.15);
}

.focus\:text-warning-600\/20:focus {
  color: rgb(217 119 6 / 0.2);
}

.focus\:text-warning-600\/25:focus {
  color: rgb(217 119 6 / 0.25);
}

.focus\:text-warning-600\/30:focus {
  color: rgb(217 119 6 / 0.3);
}

.focus\:text-warning-600\/35:focus {
  color: rgb(217 119 6 / 0.35);
}

.focus\:text-warning-600\/40:focus {
  color: rgb(217 119 6 / 0.4);
}

.focus\:text-warning-600\/45:focus {
  color: rgb(217 119 6 / 0.45);
}

.focus\:text-warning-600\/5:focus {
  color: rgb(217 119 6 / 0.05);
}

.focus\:text-warning-600\/50:focus {
  color: rgb(217 119 6 / 0.5);
}

.focus\:text-warning-600\/55:focus {
  color: rgb(217 119 6 / 0.55);
}

.focus\:text-warning-600\/60:focus {
  color: rgb(217 119 6 / 0.6);
}

.focus\:text-warning-600\/65:focus {
  color: rgb(217 119 6 / 0.65);
}

.focus\:text-warning-600\/70:focus {
  color: rgb(217 119 6 / 0.7);
}

.focus\:text-warning-600\/75:focus {
  color: rgb(217 119 6 / 0.75);
}

.focus\:text-warning-600\/80:focus {
  color: rgb(217 119 6 / 0.8);
}

.focus\:text-warning-600\/85:focus {
  color: rgb(217 119 6 / 0.85);
}

.focus\:text-warning-600\/90:focus {
  color: rgb(217 119 6 / 0.9);
}

.focus\:text-warning-600\/95:focus {
  color: rgb(217 119 6 / 0.95);
}

.focus\:text-warning-700:focus {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-700\/0:focus {
  color: rgb(180 83 9 / 0);
}

.focus\:text-warning-700\/10:focus {
  color: rgb(180 83 9 / 0.1);
}

.focus\:text-warning-700\/100:focus {
  color: rgb(180 83 9 / 1);
}

.focus\:text-warning-700\/15:focus {
  color: rgb(180 83 9 / 0.15);
}

.focus\:text-warning-700\/20:focus {
  color: rgb(180 83 9 / 0.2);
}

.focus\:text-warning-700\/25:focus {
  color: rgb(180 83 9 / 0.25);
}

.focus\:text-warning-700\/30:focus {
  color: rgb(180 83 9 / 0.3);
}

.focus\:text-warning-700\/35:focus {
  color: rgb(180 83 9 / 0.35);
}

.focus\:text-warning-700\/40:focus {
  color: rgb(180 83 9 / 0.4);
}

.focus\:text-warning-700\/45:focus {
  color: rgb(180 83 9 / 0.45);
}

.focus\:text-warning-700\/5:focus {
  color: rgb(180 83 9 / 0.05);
}

.focus\:text-warning-700\/50:focus {
  color: rgb(180 83 9 / 0.5);
}

.focus\:text-warning-700\/55:focus {
  color: rgb(180 83 9 / 0.55);
}

.focus\:text-warning-700\/60:focus {
  color: rgb(180 83 9 / 0.6);
}

.focus\:text-warning-700\/65:focus {
  color: rgb(180 83 9 / 0.65);
}

.focus\:text-warning-700\/70:focus {
  color: rgb(180 83 9 / 0.7);
}

.focus\:text-warning-700\/75:focus {
  color: rgb(180 83 9 / 0.75);
}

.focus\:text-warning-700\/80:focus {
  color: rgb(180 83 9 / 0.8);
}

.focus\:text-warning-700\/85:focus {
  color: rgb(180 83 9 / 0.85);
}

.focus\:text-warning-700\/90:focus {
  color: rgb(180 83 9 / 0.9);
}

.focus\:text-warning-700\/95:focus {
  color: rgb(180 83 9 / 0.95);
}

.focus\:text-warning-800:focus {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-800\/0:focus {
  color: rgb(146 64 14 / 0);
}

.focus\:text-warning-800\/10:focus {
  color: rgb(146 64 14 / 0.1);
}

.focus\:text-warning-800\/100:focus {
  color: rgb(146 64 14 / 1);
}

.focus\:text-warning-800\/15:focus {
  color: rgb(146 64 14 / 0.15);
}

.focus\:text-warning-800\/20:focus {
  color: rgb(146 64 14 / 0.2);
}

.focus\:text-warning-800\/25:focus {
  color: rgb(146 64 14 / 0.25);
}

.focus\:text-warning-800\/30:focus {
  color: rgb(146 64 14 / 0.3);
}

.focus\:text-warning-800\/35:focus {
  color: rgb(146 64 14 / 0.35);
}

.focus\:text-warning-800\/40:focus {
  color: rgb(146 64 14 / 0.4);
}

.focus\:text-warning-800\/45:focus {
  color: rgb(146 64 14 / 0.45);
}

.focus\:text-warning-800\/5:focus {
  color: rgb(146 64 14 / 0.05);
}

.focus\:text-warning-800\/50:focus {
  color: rgb(146 64 14 / 0.5);
}

.focus\:text-warning-800\/55:focus {
  color: rgb(146 64 14 / 0.55);
}

.focus\:text-warning-800\/60:focus {
  color: rgb(146 64 14 / 0.6);
}

.focus\:text-warning-800\/65:focus {
  color: rgb(146 64 14 / 0.65);
}

.focus\:text-warning-800\/70:focus {
  color: rgb(146 64 14 / 0.7);
}

.focus\:text-warning-800\/75:focus {
  color: rgb(146 64 14 / 0.75);
}

.focus\:text-warning-800\/80:focus {
  color: rgb(146 64 14 / 0.8);
}

.focus\:text-warning-800\/85:focus {
  color: rgb(146 64 14 / 0.85);
}

.focus\:text-warning-800\/90:focus {
  color: rgb(146 64 14 / 0.9);
}

.focus\:text-warning-800\/95:focus {
  color: rgb(146 64 14 / 0.95);
}

.focus\:text-warning-900:focus {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-900\/0:focus {
  color: rgb(120 53 15 / 0);
}

.focus\:text-warning-900\/10:focus {
  color: rgb(120 53 15 / 0.1);
}

.focus\:text-warning-900\/100:focus {
  color: rgb(120 53 15 / 1);
}

.focus\:text-warning-900\/15:focus {
  color: rgb(120 53 15 / 0.15);
}

.focus\:text-warning-900\/20:focus {
  color: rgb(120 53 15 / 0.2);
}

.focus\:text-warning-900\/25:focus {
  color: rgb(120 53 15 / 0.25);
}

.focus\:text-warning-900\/30:focus {
  color: rgb(120 53 15 / 0.3);
}

.focus\:text-warning-900\/35:focus {
  color: rgb(120 53 15 / 0.35);
}

.focus\:text-warning-900\/40:focus {
  color: rgb(120 53 15 / 0.4);
}

.focus\:text-warning-900\/45:focus {
  color: rgb(120 53 15 / 0.45);
}

.focus\:text-warning-900\/5:focus {
  color: rgb(120 53 15 / 0.05);
}

.focus\:text-warning-900\/50:focus {
  color: rgb(120 53 15 / 0.5);
}

.focus\:text-warning-900\/55:focus {
  color: rgb(120 53 15 / 0.55);
}

.focus\:text-warning-900\/60:focus {
  color: rgb(120 53 15 / 0.6);
}

.focus\:text-warning-900\/65:focus {
  color: rgb(120 53 15 / 0.65);
}

.focus\:text-warning-900\/70:focus {
  color: rgb(120 53 15 / 0.7);
}

.focus\:text-warning-900\/75:focus {
  color: rgb(120 53 15 / 0.75);
}

.focus\:text-warning-900\/80:focus {
  color: rgb(120 53 15 / 0.8);
}

.focus\:text-warning-900\/85:focus {
  color: rgb(120 53 15 / 0.85);
}

.focus\:text-warning-900\/90:focus {
  color: rgb(120 53 15 / 0.9);
}

.focus\:text-warning-900\/95:focus {
  color: rgb(120 53 15 / 0.95);
}

.focus\:text-warning-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-dark\/0:focus {
  color: rgb(180 83 9 / 0);
}

.focus\:text-warning-dark\/10:focus {
  color: rgb(180 83 9 / 0.1);
}

.focus\:text-warning-dark\/100:focus {
  color: rgb(180 83 9 / 1);
}

.focus\:text-warning-dark\/15:focus {
  color: rgb(180 83 9 / 0.15);
}

.focus\:text-warning-dark\/20:focus {
  color: rgb(180 83 9 / 0.2);
}

.focus\:text-warning-dark\/25:focus {
  color: rgb(180 83 9 / 0.25);
}

.focus\:text-warning-dark\/30:focus {
  color: rgb(180 83 9 / 0.3);
}

.focus\:text-warning-dark\/35:focus {
  color: rgb(180 83 9 / 0.35);
}

.focus\:text-warning-dark\/40:focus {
  color: rgb(180 83 9 / 0.4);
}

.focus\:text-warning-dark\/45:focus {
  color: rgb(180 83 9 / 0.45);
}

.focus\:text-warning-dark\/5:focus {
  color: rgb(180 83 9 / 0.05);
}

.focus\:text-warning-dark\/50:focus {
  color: rgb(180 83 9 / 0.5);
}

.focus\:text-warning-dark\/55:focus {
  color: rgb(180 83 9 / 0.55);
}

.focus\:text-warning-dark\/60:focus {
  color: rgb(180 83 9 / 0.6);
}

.focus\:text-warning-dark\/65:focus {
  color: rgb(180 83 9 / 0.65);
}

.focus\:text-warning-dark\/70:focus {
  color: rgb(180 83 9 / 0.7);
}

.focus\:text-warning-dark\/75:focus {
  color: rgb(180 83 9 / 0.75);
}

.focus\:text-warning-dark\/80:focus {
  color: rgb(180 83 9 / 0.8);
}

.focus\:text-warning-dark\/85:focus {
  color: rgb(180 83 9 / 0.85);
}

.focus\:text-warning-dark\/90:focus {
  color: rgb(180 83 9 / 0.9);
}

.focus\:text-warning-dark\/95:focus {
  color: rgb(180 83 9 / 0.95);
}

.focus\:text-warning-light:focus {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-light\/0:focus {
  color: rgb(254 243 199 / 0);
}

.focus\:text-warning-light\/10:focus {
  color: rgb(254 243 199 / 0.1);
}

.focus\:text-warning-light\/100:focus {
  color: rgb(254 243 199 / 1);
}

.focus\:text-warning-light\/15:focus {
  color: rgb(254 243 199 / 0.15);
}

.focus\:text-warning-light\/20:focus {
  color: rgb(254 243 199 / 0.2);
}

.focus\:text-warning-light\/25:focus {
  color: rgb(254 243 199 / 0.25);
}

.focus\:text-warning-light\/30:focus {
  color: rgb(254 243 199 / 0.3);
}

.focus\:text-warning-light\/35:focus {
  color: rgb(254 243 199 / 0.35);
}

.focus\:text-warning-light\/40:focus {
  color: rgb(254 243 199 / 0.4);
}

.focus\:text-warning-light\/45:focus {
  color: rgb(254 243 199 / 0.45);
}

.focus\:text-warning-light\/5:focus {
  color: rgb(254 243 199 / 0.05);
}

.focus\:text-warning-light\/50:focus {
  color: rgb(254 243 199 / 0.5);
}

.focus\:text-warning-light\/55:focus {
  color: rgb(254 243 199 / 0.55);
}

.focus\:text-warning-light\/60:focus {
  color: rgb(254 243 199 / 0.6);
}

.focus\:text-warning-light\/65:focus {
  color: rgb(254 243 199 / 0.65);
}

.focus\:text-warning-light\/70:focus {
  color: rgb(254 243 199 / 0.7);
}

.focus\:text-warning-light\/75:focus {
  color: rgb(254 243 199 / 0.75);
}

.focus\:text-warning-light\/80:focus {
  color: rgb(254 243 199 / 0.8);
}

.focus\:text-warning-light\/85:focus {
  color: rgb(254 243 199 / 0.85);
}

.focus\:text-warning-light\/90:focus {
  color: rgb(254 243 199 / 0.9);
}

.focus\:text-warning-light\/95:focus {
  color: rgb(254 243 199 / 0.95);
}

.focus\:text-warning\/0:focus {
  color: rgb(245 158 11 / 0);
}

.focus\:text-warning\/10:focus {
  color: rgb(245 158 11 / 0.1);
}

.focus\:text-warning\/100:focus {
  color: rgb(245 158 11 / 1);
}

.focus\:text-warning\/15:focus {
  color: rgb(245 158 11 / 0.15);
}

.focus\:text-warning\/20:focus {
  color: rgb(245 158 11 / 0.2);
}

.focus\:text-warning\/25:focus {
  color: rgb(245 158 11 / 0.25);
}

.focus\:text-warning\/30:focus {
  color: rgb(245 158 11 / 0.3);
}

.focus\:text-warning\/35:focus {
  color: rgb(245 158 11 / 0.35);
}

.focus\:text-warning\/40:focus {
  color: rgb(245 158 11 / 0.4);
}

.focus\:text-warning\/45:focus {
  color: rgb(245 158 11 / 0.45);
}

.focus\:text-warning\/5:focus {
  color: rgb(245 158 11 / 0.05);
}

.focus\:text-warning\/50:focus {
  color: rgb(245 158 11 / 0.5);
}

.focus\:text-warning\/55:focus {
  color: rgb(245 158 11 / 0.55);
}

.focus\:text-warning\/60:focus {
  color: rgb(245 158 11 / 0.6);
}

.focus\:text-warning\/65:focus {
  color: rgb(245 158 11 / 0.65);
}

.focus\:text-warning\/70:focus {
  color: rgb(245 158 11 / 0.7);
}

.focus\:text-warning\/75:focus {
  color: rgb(245 158 11 / 0.75);
}

.focus\:text-warning\/80:focus {
  color: rgb(245 158 11 / 0.8);
}

.focus\:text-warning\/85:focus {
  color: rgb(245 158 11 / 0.85);
}

.focus\:text-warning\/90:focus {
  color: rgb(245 158 11 / 0.9);
}

.focus\:text-warning\/95:focus {
  color: rgb(245 158 11 / 0.95);
}

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

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-4: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(4px + 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-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-danger:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 141 168 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 141 168 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary\/20:focus {
  --tw-ring-color: rgb(25 141 168 / 0.2);
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.focus\:ring-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-warning:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white\/50:focus {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-slate-900:focus {
  --tw-ring-offset-color: #0f172a;
}

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

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

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.active\:bg-danger:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-100\/0:active {
  background-color: rgb(254 226 226 / 0);
}

.active\:bg-danger-100\/10:active {
  background-color: rgb(254 226 226 / 0.1);
}

.active\:bg-danger-100\/100:active {
  background-color: rgb(254 226 226 / 1);
}

.active\:bg-danger-100\/15:active {
  background-color: rgb(254 226 226 / 0.15);
}

.active\:bg-danger-100\/20:active {
  background-color: rgb(254 226 226 / 0.2);
}

.active\:bg-danger-100\/25:active {
  background-color: rgb(254 226 226 / 0.25);
}

.active\:bg-danger-100\/30:active {
  background-color: rgb(254 226 226 / 0.3);
}

.active\:bg-danger-100\/35:active {
  background-color: rgb(254 226 226 / 0.35);
}

.active\:bg-danger-100\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}

.active\:bg-danger-100\/45:active {
  background-color: rgb(254 226 226 / 0.45);
}

.active\:bg-danger-100\/5:active {
  background-color: rgb(254 226 226 / 0.05);
}

.active\:bg-danger-100\/50:active {
  background-color: rgb(254 226 226 / 0.5);
}

.active\:bg-danger-100\/55:active {
  background-color: rgb(254 226 226 / 0.55);
}

.active\:bg-danger-100\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}

.active\:bg-danger-100\/65:active {
  background-color: rgb(254 226 226 / 0.65);
}

.active\:bg-danger-100\/70:active {
  background-color: rgb(254 226 226 / 0.7);
}

.active\:bg-danger-100\/75:active {
  background-color: rgb(254 226 226 / 0.75);
}

.active\:bg-danger-100\/80:active {
  background-color: rgb(254 226 226 / 0.8);
}

.active\:bg-danger-100\/85:active {
  background-color: rgb(254 226 226 / 0.85);
}

.active\:bg-danger-100\/90:active {
  background-color: rgb(254 226 226 / 0.9);
}

.active\:bg-danger-100\/95:active {
  background-color: rgb(254 226 226 / 0.95);
}

.active\:bg-danger-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-200\/0:active {
  background-color: rgb(254 202 202 / 0);
}

.active\:bg-danger-200\/10:active {
  background-color: rgb(254 202 202 / 0.1);
}

.active\:bg-danger-200\/100:active {
  background-color: rgb(254 202 202 / 1);
}

.active\:bg-danger-200\/15:active {
  background-color: rgb(254 202 202 / 0.15);
}

.active\:bg-danger-200\/20:active {
  background-color: rgb(254 202 202 / 0.2);
}

.active\:bg-danger-200\/25:active {
  background-color: rgb(254 202 202 / 0.25);
}

.active\:bg-danger-200\/30:active {
  background-color: rgb(254 202 202 / 0.3);
}

.active\:bg-danger-200\/35:active {
  background-color: rgb(254 202 202 / 0.35);
}

.active\:bg-danger-200\/40:active {
  background-color: rgb(254 202 202 / 0.4);
}

.active\:bg-danger-200\/45:active {
  background-color: rgb(254 202 202 / 0.45);
}

.active\:bg-danger-200\/5:active {
  background-color: rgb(254 202 202 / 0.05);
}

.active\:bg-danger-200\/50:active {
  background-color: rgb(254 202 202 / 0.5);
}

.active\:bg-danger-200\/55:active {
  background-color: rgb(254 202 202 / 0.55);
}

.active\:bg-danger-200\/60:active {
  background-color: rgb(254 202 202 / 0.6);
}

.active\:bg-danger-200\/65:active {
  background-color: rgb(254 202 202 / 0.65);
}

.active\:bg-danger-200\/70:active {
  background-color: rgb(254 202 202 / 0.7);
}

.active\:bg-danger-200\/75:active {
  background-color: rgb(254 202 202 / 0.75);
}

.active\:bg-danger-200\/80:active {
  background-color: rgb(254 202 202 / 0.8);
}

.active\:bg-danger-200\/85:active {
  background-color: rgb(254 202 202 / 0.85);
}

.active\:bg-danger-200\/90:active {
  background-color: rgb(254 202 202 / 0.9);
}

.active\:bg-danger-200\/95:active {
  background-color: rgb(254 202 202 / 0.95);
}

.active\:bg-danger-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-300\/0:active {
  background-color: rgb(252 165 165 / 0);
}

.active\:bg-danger-300\/10:active {
  background-color: rgb(252 165 165 / 0.1);
}

.active\:bg-danger-300\/100:active {
  background-color: rgb(252 165 165 / 1);
}

.active\:bg-danger-300\/15:active {
  background-color: rgb(252 165 165 / 0.15);
}

.active\:bg-danger-300\/20:active {
  background-color: rgb(252 165 165 / 0.2);
}

.active\:bg-danger-300\/25:active {
  background-color: rgb(252 165 165 / 0.25);
}

.active\:bg-danger-300\/30:active {
  background-color: rgb(252 165 165 / 0.3);
}

.active\:bg-danger-300\/35:active {
  background-color: rgb(252 165 165 / 0.35);
}

.active\:bg-danger-300\/40:active {
  background-color: rgb(252 165 165 / 0.4);
}

.active\:bg-danger-300\/45:active {
  background-color: rgb(252 165 165 / 0.45);
}

.active\:bg-danger-300\/5:active {
  background-color: rgb(252 165 165 / 0.05);
}

.active\:bg-danger-300\/50:active {
  background-color: rgb(252 165 165 / 0.5);
}

.active\:bg-danger-300\/55:active {
  background-color: rgb(252 165 165 / 0.55);
}

.active\:bg-danger-300\/60:active {
  background-color: rgb(252 165 165 / 0.6);
}

.active\:bg-danger-300\/65:active {
  background-color: rgb(252 165 165 / 0.65);
}

.active\:bg-danger-300\/70:active {
  background-color: rgb(252 165 165 / 0.7);
}

.active\:bg-danger-300\/75:active {
  background-color: rgb(252 165 165 / 0.75);
}

.active\:bg-danger-300\/80:active {
  background-color: rgb(252 165 165 / 0.8);
}

.active\:bg-danger-300\/85:active {
  background-color: rgb(252 165 165 / 0.85);
}

.active\:bg-danger-300\/90:active {
  background-color: rgb(252 165 165 / 0.9);
}

.active\:bg-danger-300\/95:active {
  background-color: rgb(252 165 165 / 0.95);
}

.active\:bg-danger-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-400\/0:active {
  background-color: rgb(248 113 113 / 0);
}

.active\:bg-danger-400\/10:active {
  background-color: rgb(248 113 113 / 0.1);
}

.active\:bg-danger-400\/100:active {
  background-color: rgb(248 113 113 / 1);
}

.active\:bg-danger-400\/15:active {
  background-color: rgb(248 113 113 / 0.15);
}

.active\:bg-danger-400\/20:active {
  background-color: rgb(248 113 113 / 0.2);
}

.active\:bg-danger-400\/25:active {
  background-color: rgb(248 113 113 / 0.25);
}

.active\:bg-danger-400\/30:active {
  background-color: rgb(248 113 113 / 0.3);
}

.active\:bg-danger-400\/35:active {
  background-color: rgb(248 113 113 / 0.35);
}

.active\:bg-danger-400\/40:active {
  background-color: rgb(248 113 113 / 0.4);
}

.active\:bg-danger-400\/45:active {
  background-color: rgb(248 113 113 / 0.45);
}

.active\:bg-danger-400\/5:active {
  background-color: rgb(248 113 113 / 0.05);
}

.active\:bg-danger-400\/50:active {
  background-color: rgb(248 113 113 / 0.5);
}

.active\:bg-danger-400\/55:active {
  background-color: rgb(248 113 113 / 0.55);
}

.active\:bg-danger-400\/60:active {
  background-color: rgb(248 113 113 / 0.6);
}

.active\:bg-danger-400\/65:active {
  background-color: rgb(248 113 113 / 0.65);
}

.active\:bg-danger-400\/70:active {
  background-color: rgb(248 113 113 / 0.7);
}

.active\:bg-danger-400\/75:active {
  background-color: rgb(248 113 113 / 0.75);
}

.active\:bg-danger-400\/80:active {
  background-color: rgb(248 113 113 / 0.8);
}

.active\:bg-danger-400\/85:active {
  background-color: rgb(248 113 113 / 0.85);
}

.active\:bg-danger-400\/90:active {
  background-color: rgb(248 113 113 / 0.9);
}

.active\:bg-danger-400\/95:active {
  background-color: rgb(248 113 113 / 0.95);
}

.active\:bg-danger-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-50\/0:active {
  background-color: rgb(254 242 242 / 0);
}

.active\:bg-danger-50\/10:active {
  background-color: rgb(254 242 242 / 0.1);
}

.active\:bg-danger-50\/100:active {
  background-color: rgb(254 242 242 / 1);
}

.active\:bg-danger-50\/15:active {
  background-color: rgb(254 242 242 / 0.15);
}

.active\:bg-danger-50\/20:active {
  background-color: rgb(254 242 242 / 0.2);
}

.active\:bg-danger-50\/25:active {
  background-color: rgb(254 242 242 / 0.25);
}

.active\:bg-danger-50\/30:active {
  background-color: rgb(254 242 242 / 0.3);
}

.active\:bg-danger-50\/35:active {
  background-color: rgb(254 242 242 / 0.35);
}

.active\:bg-danger-50\/40:active {
  background-color: rgb(254 242 242 / 0.4);
}

.active\:bg-danger-50\/45:active {
  background-color: rgb(254 242 242 / 0.45);
}

.active\:bg-danger-50\/5:active {
  background-color: rgb(254 242 242 / 0.05);
}

.active\:bg-danger-50\/50:active {
  background-color: rgb(254 242 242 / 0.5);
}

.active\:bg-danger-50\/55:active {
  background-color: rgb(254 242 242 / 0.55);
}

.active\:bg-danger-50\/60:active {
  background-color: rgb(254 242 242 / 0.6);
}

.active\:bg-danger-50\/65:active {
  background-color: rgb(254 242 242 / 0.65);
}

.active\:bg-danger-50\/70:active {
  background-color: rgb(254 242 242 / 0.7);
}

.active\:bg-danger-50\/75:active {
  background-color: rgb(254 242 242 / 0.75);
}

.active\:bg-danger-50\/80:active {
  background-color: rgb(254 242 242 / 0.8);
}

.active\:bg-danger-50\/85:active {
  background-color: rgb(254 242 242 / 0.85);
}

.active\:bg-danger-50\/90:active {
  background-color: rgb(254 242 242 / 0.9);
}

.active\:bg-danger-50\/95:active {
  background-color: rgb(254 242 242 / 0.95);
}

.active\:bg-danger-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-500\/0:active {
  background-color: rgb(239 68 68 / 0);
}

.active\:bg-danger-500\/10:active {
  background-color: rgb(239 68 68 / 0.1);
}

.active\:bg-danger-500\/100:active {
  background-color: rgb(239 68 68 / 1);
}

.active\:bg-danger-500\/15:active {
  background-color: rgb(239 68 68 / 0.15);
}

.active\:bg-danger-500\/20:active {
  background-color: rgb(239 68 68 / 0.2);
}

.active\:bg-danger-500\/25:active {
  background-color: rgb(239 68 68 / 0.25);
}

.active\:bg-danger-500\/30:active {
  background-color: rgb(239 68 68 / 0.3);
}

.active\:bg-danger-500\/35:active {
  background-color: rgb(239 68 68 / 0.35);
}

.active\:bg-danger-500\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}

.active\:bg-danger-500\/45:active {
  background-color: rgb(239 68 68 / 0.45);
}

.active\:bg-danger-500\/5:active {
  background-color: rgb(239 68 68 / 0.05);
}

.active\:bg-danger-500\/50:active {
  background-color: rgb(239 68 68 / 0.5);
}

.active\:bg-danger-500\/55:active {
  background-color: rgb(239 68 68 / 0.55);
}

.active\:bg-danger-500\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}

.active\:bg-danger-500\/65:active {
  background-color: rgb(239 68 68 / 0.65);
}

.active\:bg-danger-500\/70:active {
  background-color: rgb(239 68 68 / 0.7);
}

.active\:bg-danger-500\/75:active {
  background-color: rgb(239 68 68 / 0.75);
}

.active\:bg-danger-500\/80:active {
  background-color: rgb(239 68 68 / 0.8);
}

.active\:bg-danger-500\/85:active {
  background-color: rgb(239 68 68 / 0.85);
}

.active\:bg-danger-500\/90:active {
  background-color: rgb(239 68 68 / 0.9);
}

.active\:bg-danger-500\/95:active {
  background-color: rgb(239 68 68 / 0.95);
}

.active\:bg-danger-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-600\/0:active {
  background-color: rgb(220 38 38 / 0);
}

.active\:bg-danger-600\/10:active {
  background-color: rgb(220 38 38 / 0.1);
}

.active\:bg-danger-600\/100:active {
  background-color: rgb(220 38 38 / 1);
}

.active\:bg-danger-600\/15:active {
  background-color: rgb(220 38 38 / 0.15);
}

.active\:bg-danger-600\/20:active {
  background-color: rgb(220 38 38 / 0.2);
}

.active\:bg-danger-600\/25:active {
  background-color: rgb(220 38 38 / 0.25);
}

.active\:bg-danger-600\/30:active {
  background-color: rgb(220 38 38 / 0.3);
}

.active\:bg-danger-600\/35:active {
  background-color: rgb(220 38 38 / 0.35);
}

.active\:bg-danger-600\/40:active {
  background-color: rgb(220 38 38 / 0.4);
}

.active\:bg-danger-600\/45:active {
  background-color: rgb(220 38 38 / 0.45);
}

.active\:bg-danger-600\/5:active {
  background-color: rgb(220 38 38 / 0.05);
}

.active\:bg-danger-600\/50:active {
  background-color: rgb(220 38 38 / 0.5);
}

.active\:bg-danger-600\/55:active {
  background-color: rgb(220 38 38 / 0.55);
}

.active\:bg-danger-600\/60:active {
  background-color: rgb(220 38 38 / 0.6);
}

.active\:bg-danger-600\/65:active {
  background-color: rgb(220 38 38 / 0.65);
}

.active\:bg-danger-600\/70:active {
  background-color: rgb(220 38 38 / 0.7);
}

.active\:bg-danger-600\/75:active {
  background-color: rgb(220 38 38 / 0.75);
}

.active\:bg-danger-600\/80:active {
  background-color: rgb(220 38 38 / 0.8);
}

.active\:bg-danger-600\/85:active {
  background-color: rgb(220 38 38 / 0.85);
}

.active\:bg-danger-600\/90:active {
  background-color: rgb(220 38 38 / 0.9);
}

.active\:bg-danger-600\/95:active {
  background-color: rgb(220 38 38 / 0.95);
}

.active\:bg-danger-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-700\/0:active {
  background-color: rgb(185 28 28 / 0);
}

.active\:bg-danger-700\/10:active {
  background-color: rgb(185 28 28 / 0.1);
}

.active\:bg-danger-700\/100:active {
  background-color: rgb(185 28 28 / 1);
}

.active\:bg-danger-700\/15:active {
  background-color: rgb(185 28 28 / 0.15);
}

.active\:bg-danger-700\/20:active {
  background-color: rgb(185 28 28 / 0.2);
}

.active\:bg-danger-700\/25:active {
  background-color: rgb(185 28 28 / 0.25);
}

.active\:bg-danger-700\/30:active {
  background-color: rgb(185 28 28 / 0.3);
}

.active\:bg-danger-700\/35:active {
  background-color: rgb(185 28 28 / 0.35);
}

.active\:bg-danger-700\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}

.active\:bg-danger-700\/45:active {
  background-color: rgb(185 28 28 / 0.45);
}

.active\:bg-danger-700\/5:active {
  background-color: rgb(185 28 28 / 0.05);
}

.active\:bg-danger-700\/50:active {
  background-color: rgb(185 28 28 / 0.5);
}

.active\:bg-danger-700\/55:active {
  background-color: rgb(185 28 28 / 0.55);
}

.active\:bg-danger-700\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}

.active\:bg-danger-700\/65:active {
  background-color: rgb(185 28 28 / 0.65);
}

.active\:bg-danger-700\/70:active {
  background-color: rgb(185 28 28 / 0.7);
}

.active\:bg-danger-700\/75:active {
  background-color: rgb(185 28 28 / 0.75);
}

.active\:bg-danger-700\/80:active {
  background-color: rgb(185 28 28 / 0.8);
}

.active\:bg-danger-700\/85:active {
  background-color: rgb(185 28 28 / 0.85);
}

.active\:bg-danger-700\/90:active {
  background-color: rgb(185 28 28 / 0.9);
}

.active\:bg-danger-700\/95:active {
  background-color: rgb(185 28 28 / 0.95);
}

.active\:bg-danger-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-800\/0:active {
  background-color: rgb(153 27 27 / 0);
}

.active\:bg-danger-800\/10:active {
  background-color: rgb(153 27 27 / 0.1);
}

.active\:bg-danger-800\/100:active {
  background-color: rgb(153 27 27 / 1);
}

.active\:bg-danger-800\/15:active {
  background-color: rgb(153 27 27 / 0.15);
}

.active\:bg-danger-800\/20:active {
  background-color: rgb(153 27 27 / 0.2);
}

.active\:bg-danger-800\/25:active {
  background-color: rgb(153 27 27 / 0.25);
}

.active\:bg-danger-800\/30:active {
  background-color: rgb(153 27 27 / 0.3);
}

.active\:bg-danger-800\/35:active {
  background-color: rgb(153 27 27 / 0.35);
}

.active\:bg-danger-800\/40:active {
  background-color: rgb(153 27 27 / 0.4);
}

.active\:bg-danger-800\/45:active {
  background-color: rgb(153 27 27 / 0.45);
}

.active\:bg-danger-800\/5:active {
  background-color: rgb(153 27 27 / 0.05);
}

.active\:bg-danger-800\/50:active {
  background-color: rgb(153 27 27 / 0.5);
}

.active\:bg-danger-800\/55:active {
  background-color: rgb(153 27 27 / 0.55);
}

.active\:bg-danger-800\/60:active {
  background-color: rgb(153 27 27 / 0.6);
}

.active\:bg-danger-800\/65:active {
  background-color: rgb(153 27 27 / 0.65);
}

.active\:bg-danger-800\/70:active {
  background-color: rgb(153 27 27 / 0.7);
}

.active\:bg-danger-800\/75:active {
  background-color: rgb(153 27 27 / 0.75);
}

.active\:bg-danger-800\/80:active {
  background-color: rgb(153 27 27 / 0.8);
}

.active\:bg-danger-800\/85:active {
  background-color: rgb(153 27 27 / 0.85);
}

.active\:bg-danger-800\/90:active {
  background-color: rgb(153 27 27 / 0.9);
}

.active\:bg-danger-800\/95:active {
  background-color: rgb(153 27 27 / 0.95);
}

.active\:bg-danger-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-900\/0:active {
  background-color: rgb(127 29 29 / 0);
}

.active\:bg-danger-900\/10:active {
  background-color: rgb(127 29 29 / 0.1);
}

.active\:bg-danger-900\/100:active {
  background-color: rgb(127 29 29 / 1);
}

.active\:bg-danger-900\/15:active {
  background-color: rgb(127 29 29 / 0.15);
}

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

.active\:bg-danger-900\/25:active {
  background-color: rgb(127 29 29 / 0.25);
}

.active\:bg-danger-900\/30:active {
  background-color: rgb(127 29 29 / 0.3);
}

.active\:bg-danger-900\/35:active {
  background-color: rgb(127 29 29 / 0.35);
}

.active\:bg-danger-900\/40:active {
  background-color: rgb(127 29 29 / 0.4);
}

.active\:bg-danger-900\/45:active {
  background-color: rgb(127 29 29 / 0.45);
}

.active\:bg-danger-900\/5:active {
  background-color: rgb(127 29 29 / 0.05);
}

.active\:bg-danger-900\/50:active {
  background-color: rgb(127 29 29 / 0.5);
}

.active\:bg-danger-900\/55:active {
  background-color: rgb(127 29 29 / 0.55);
}

.active\:bg-danger-900\/60:active {
  background-color: rgb(127 29 29 / 0.6);
}

.active\:bg-danger-900\/65:active {
  background-color: rgb(127 29 29 / 0.65);
}

.active\:bg-danger-900\/70:active {
  background-color: rgb(127 29 29 / 0.7);
}

.active\:bg-danger-900\/75:active {
  background-color: rgb(127 29 29 / 0.75);
}

.active\:bg-danger-900\/80:active {
  background-color: rgb(127 29 29 / 0.8);
}

.active\:bg-danger-900\/85:active {
  background-color: rgb(127 29 29 / 0.85);
}

.active\:bg-danger-900\/90:active {
  background-color: rgb(127 29 29 / 0.9);
}

.active\:bg-danger-900\/95:active {
  background-color: rgb(127 29 29 / 0.95);
}

.active\:bg-danger-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-dark\/0:active {
  background-color: rgb(185 28 28 / 0);
}

.active\:bg-danger-dark\/10:active {
  background-color: rgb(185 28 28 / 0.1);
}

.active\:bg-danger-dark\/100:active {
  background-color: rgb(185 28 28 / 1);
}

.active\:bg-danger-dark\/15:active {
  background-color: rgb(185 28 28 / 0.15);
}

.active\:bg-danger-dark\/20:active {
  background-color: rgb(185 28 28 / 0.2);
}

.active\:bg-danger-dark\/25:active {
  background-color: rgb(185 28 28 / 0.25);
}

.active\:bg-danger-dark\/30:active {
  background-color: rgb(185 28 28 / 0.3);
}

.active\:bg-danger-dark\/35:active {
  background-color: rgb(185 28 28 / 0.35);
}

.active\:bg-danger-dark\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}

.active\:bg-danger-dark\/45:active {
  background-color: rgb(185 28 28 / 0.45);
}

.active\:bg-danger-dark\/5:active {
  background-color: rgb(185 28 28 / 0.05);
}

.active\:bg-danger-dark\/50:active {
  background-color: rgb(185 28 28 / 0.5);
}

.active\:bg-danger-dark\/55:active {
  background-color: rgb(185 28 28 / 0.55);
}

.active\:bg-danger-dark\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}

.active\:bg-danger-dark\/65:active {
  background-color: rgb(185 28 28 / 0.65);
}

.active\:bg-danger-dark\/70:active {
  background-color: rgb(185 28 28 / 0.7);
}

.active\:bg-danger-dark\/75:active {
  background-color: rgb(185 28 28 / 0.75);
}

.active\:bg-danger-dark\/80:active {
  background-color: rgb(185 28 28 / 0.8);
}

.active\:bg-danger-dark\/85:active {
  background-color: rgb(185 28 28 / 0.85);
}

.active\:bg-danger-dark\/90:active {
  background-color: rgb(185 28 28 / 0.9);
}

.active\:bg-danger-dark\/95:active {
  background-color: rgb(185 28 28 / 0.95);
}

.active\:bg-danger-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.active\:bg-danger-light\/0:active {
  background-color: rgb(254 226 226 / 0);
}

.active\:bg-danger-light\/10:active {
  background-color: rgb(254 226 226 / 0.1);
}

.active\:bg-danger-light\/100:active {
  background-color: rgb(254 226 226 / 1);
}

.active\:bg-danger-light\/15:active {
  background-color: rgb(254 226 226 / 0.15);
}

.active\:bg-danger-light\/20:active {
  background-color: rgb(254 226 226 / 0.2);
}

.active\:bg-danger-light\/25:active {
  background-color: rgb(254 226 226 / 0.25);
}

.active\:bg-danger-light\/30:active {
  background-color: rgb(254 226 226 / 0.3);
}

.active\:bg-danger-light\/35:active {
  background-color: rgb(254 226 226 / 0.35);
}

.active\:bg-danger-light\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}

.active\:bg-danger-light\/45:active {
  background-color: rgb(254 226 226 / 0.45);
}

.active\:bg-danger-light\/5:active {
  background-color: rgb(254 226 226 / 0.05);
}

.active\:bg-danger-light\/50:active {
  background-color: rgb(254 226 226 / 0.5);
}

.active\:bg-danger-light\/55:active {
  background-color: rgb(254 226 226 / 0.55);
}

.active\:bg-danger-light\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}

.active\:bg-danger-light\/65:active {
  background-color: rgb(254 226 226 / 0.65);
}

.active\:bg-danger-light\/70:active {
  background-color: rgb(254 226 226 / 0.7);
}

.active\:bg-danger-light\/75:active {
  background-color: rgb(254 226 226 / 0.75);
}

.active\:bg-danger-light\/80:active {
  background-color: rgb(254 226 226 / 0.8);
}

.active\:bg-danger-light\/85:active {
  background-color: rgb(254 226 226 / 0.85);
}

.active\:bg-danger-light\/90:active {
  background-color: rgb(254 226 226 / 0.9);
}

.active\:bg-danger-light\/95:active {
  background-color: rgb(254 226 226 / 0.95);
}

.active\:bg-danger\/0:active {
  background-color: rgb(239 68 68 / 0);
}

.active\:bg-danger\/10:active {
  background-color: rgb(239 68 68 / 0.1);
}

.active\:bg-danger\/100:active {
  background-color: rgb(239 68 68 / 1);
}

.active\:bg-danger\/15:active {
  background-color: rgb(239 68 68 / 0.15);
}

.active\:bg-danger\/20:active {
  background-color: rgb(239 68 68 / 0.2);
}

.active\:bg-danger\/25:active {
  background-color: rgb(239 68 68 / 0.25);
}

.active\:bg-danger\/30:active {
  background-color: rgb(239 68 68 / 0.3);
}

.active\:bg-danger\/35:active {
  background-color: rgb(239 68 68 / 0.35);
}

.active\:bg-danger\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}

.active\:bg-danger\/45:active {
  background-color: rgb(239 68 68 / 0.45);
}

.active\:bg-danger\/5:active {
  background-color: rgb(239 68 68 / 0.05);
}

.active\:bg-danger\/50:active {
  background-color: rgb(239 68 68 / 0.5);
}

.active\:bg-danger\/55:active {
  background-color: rgb(239 68 68 / 0.55);
}

.active\:bg-danger\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}

.active\:bg-danger\/65:active {
  background-color: rgb(239 68 68 / 0.65);
}

.active\:bg-danger\/70:active {
  background-color: rgb(239 68 68 / 0.7);
}

.active\:bg-danger\/75:active {
  background-color: rgb(239 68 68 / 0.75);
}

.active\:bg-danger\/80:active {
  background-color: rgb(239 68 68 / 0.8);
}

.active\:bg-danger\/85:active {
  background-color: rgb(239 68 68 / 0.85);
}

.active\:bg-danger\/90:active {
  background-color: rgb(239 68 68 / 0.9);
}

.active\:bg-danger\/95:active {
  background-color: rgb(239 68 68 / 0.95);
}

.active\:bg-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 243 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-100\/0:active {
  background-color: rgb(235 237 243 / 0);
}

.active\:bg-dark-100\/10:active {
  background-color: rgb(235 237 243 / 0.1);
}

.active\:bg-dark-100\/100:active {
  background-color: rgb(235 237 243 / 1);
}

.active\:bg-dark-100\/15:active {
  background-color: rgb(235 237 243 / 0.15);
}

.active\:bg-dark-100\/20:active {
  background-color: rgb(235 237 243 / 0.2);
}

.active\:bg-dark-100\/25:active {
  background-color: rgb(235 237 243 / 0.25);
}

.active\:bg-dark-100\/30:active {
  background-color: rgb(235 237 243 / 0.3);
}

.active\:bg-dark-100\/35:active {
  background-color: rgb(235 237 243 / 0.35);
}

.active\:bg-dark-100\/40:active {
  background-color: rgb(235 237 243 / 0.4);
}

.active\:bg-dark-100\/45:active {
  background-color: rgb(235 237 243 / 0.45);
}

.active\:bg-dark-100\/5:active {
  background-color: rgb(235 237 243 / 0.05);
}

.active\:bg-dark-100\/50:active {
  background-color: rgb(235 237 243 / 0.5);
}

.active\:bg-dark-100\/55:active {
  background-color: rgb(235 237 243 / 0.55);
}

.active\:bg-dark-100\/60:active {
  background-color: rgb(235 237 243 / 0.6);
}

.active\:bg-dark-100\/65:active {
  background-color: rgb(235 237 243 / 0.65);
}

.active\:bg-dark-100\/70:active {
  background-color: rgb(235 237 243 / 0.7);
}

.active\:bg-dark-100\/75:active {
  background-color: rgb(235 237 243 / 0.75);
}

.active\:bg-dark-100\/80:active {
  background-color: rgb(235 237 243 / 0.8);
}

.active\:bg-dark-100\/85:active {
  background-color: rgb(235 237 243 / 0.85);
}

.active\:bg-dark-100\/90:active {
  background-color: rgb(235 237 243 / 0.9);
}

.active\:bg-dark-100\/95:active {
  background-color: rgb(235 237 243 / 0.95);
}

.active\:bg-dark-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 239 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-200\/0:active {
  background-color: rgb(228 230 239 / 0);
}

.active\:bg-dark-200\/10:active {
  background-color: rgb(228 230 239 / 0.1);
}

.active\:bg-dark-200\/100:active {
  background-color: rgb(228 230 239 / 1);
}

.active\:bg-dark-200\/15:active {
  background-color: rgb(228 230 239 / 0.15);
}

.active\:bg-dark-200\/20:active {
  background-color: rgb(228 230 239 / 0.2);
}

.active\:bg-dark-200\/25:active {
  background-color: rgb(228 230 239 / 0.25);
}

.active\:bg-dark-200\/30:active {
  background-color: rgb(228 230 239 / 0.3);
}

.active\:bg-dark-200\/35:active {
  background-color: rgb(228 230 239 / 0.35);
}

.active\:bg-dark-200\/40:active {
  background-color: rgb(228 230 239 / 0.4);
}

.active\:bg-dark-200\/45:active {
  background-color: rgb(228 230 239 / 0.45);
}

.active\:bg-dark-200\/5:active {
  background-color: rgb(228 230 239 / 0.05);
}

.active\:bg-dark-200\/50:active {
  background-color: rgb(228 230 239 / 0.5);
}

.active\:bg-dark-200\/55:active {
  background-color: rgb(228 230 239 / 0.55);
}

.active\:bg-dark-200\/60:active {
  background-color: rgb(228 230 239 / 0.6);
}

.active\:bg-dark-200\/65:active {
  background-color: rgb(228 230 239 / 0.65);
}

.active\:bg-dark-200\/70:active {
  background-color: rgb(228 230 239 / 0.7);
}

.active\:bg-dark-200\/75:active {
  background-color: rgb(228 230 239 / 0.75);
}

.active\:bg-dark-200\/80:active {
  background-color: rgb(228 230 239 / 0.8);
}

.active\:bg-dark-200\/85:active {
  background-color: rgb(228 230 239 / 0.85);
}

.active\:bg-dark-200\/90:active {
  background-color: rgb(228 230 239 / 0.9);
}

.active\:bg-dark-200\/95:active {
  background-color: rgb(228 230 239 / 0.95);
}

.active\:bg-dark-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 224 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-300\/0:active {
  background-color: rgb(209 211 224 / 0);
}

.active\:bg-dark-300\/10:active {
  background-color: rgb(209 211 224 / 0.1);
}

.active\:bg-dark-300\/100:active {
  background-color: rgb(209 211 224 / 1);
}

.active\:bg-dark-300\/15:active {
  background-color: rgb(209 211 224 / 0.15);
}

.active\:bg-dark-300\/20:active {
  background-color: rgb(209 211 224 / 0.2);
}

.active\:bg-dark-300\/25:active {
  background-color: rgb(209 211 224 / 0.25);
}

.active\:bg-dark-300\/30:active {
  background-color: rgb(209 211 224 / 0.3);
}

.active\:bg-dark-300\/35:active {
  background-color: rgb(209 211 224 / 0.35);
}

.active\:bg-dark-300\/40:active {
  background-color: rgb(209 211 224 / 0.4);
}

.active\:bg-dark-300\/45:active {
  background-color: rgb(209 211 224 / 0.45);
}

.active\:bg-dark-300\/5:active {
  background-color: rgb(209 211 224 / 0.05);
}

.active\:bg-dark-300\/50:active {
  background-color: rgb(209 211 224 / 0.5);
}

.active\:bg-dark-300\/55:active {
  background-color: rgb(209 211 224 / 0.55);
}

.active\:bg-dark-300\/60:active {
  background-color: rgb(209 211 224 / 0.6);
}

.active\:bg-dark-300\/65:active {
  background-color: rgb(209 211 224 / 0.65);
}

.active\:bg-dark-300\/70:active {
  background-color: rgb(209 211 224 / 0.7);
}

.active\:bg-dark-300\/75:active {
  background-color: rgb(209 211 224 / 0.75);
}

.active\:bg-dark-300\/80:active {
  background-color: rgb(209 211 224 / 0.8);
}

.active\:bg-dark-300\/85:active {
  background-color: rgb(209 211 224 / 0.85);
}

.active\:bg-dark-300\/90:active {
  background-color: rgb(209 211 224 / 0.9);
}

.active\:bg-dark-300\/95:active {
  background-color: rgb(209 211 224 / 0.95);
}

.active\:bg-dark-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 195 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-400\/0:active {
  background-color: rgb(181 181 195 / 0);
}

.active\:bg-dark-400\/10:active {
  background-color: rgb(181 181 195 / 0.1);
}

.active\:bg-dark-400\/100:active {
  background-color: rgb(181 181 195 / 1);
}

.active\:bg-dark-400\/15:active {
  background-color: rgb(181 181 195 / 0.15);
}

.active\:bg-dark-400\/20:active {
  background-color: rgb(181 181 195 / 0.2);
}

.active\:bg-dark-400\/25:active {
  background-color: rgb(181 181 195 / 0.25);
}

.active\:bg-dark-400\/30:active {
  background-color: rgb(181 181 195 / 0.3);
}

.active\:bg-dark-400\/35:active {
  background-color: rgb(181 181 195 / 0.35);
}

.active\:bg-dark-400\/40:active {
  background-color: rgb(181 181 195 / 0.4);
}

.active\:bg-dark-400\/45:active {
  background-color: rgb(181 181 195 / 0.45);
}

.active\:bg-dark-400\/5:active {
  background-color: rgb(181 181 195 / 0.05);
}

.active\:bg-dark-400\/50:active {
  background-color: rgb(181 181 195 / 0.5);
}

.active\:bg-dark-400\/55:active {
  background-color: rgb(181 181 195 / 0.55);
}

.active\:bg-dark-400\/60:active {
  background-color: rgb(181 181 195 / 0.6);
}

.active\:bg-dark-400\/65:active {
  background-color: rgb(181 181 195 / 0.65);
}

.active\:bg-dark-400\/70:active {
  background-color: rgb(181 181 195 / 0.7);
}

.active\:bg-dark-400\/75:active {
  background-color: rgb(181 181 195 / 0.75);
}

.active\:bg-dark-400\/80:active {
  background-color: rgb(181 181 195 / 0.8);
}

.active\:bg-dark-400\/85:active {
  background-color: rgb(181 181 195 / 0.85);
}

.active\:bg-dark-400\/90:active {
  background-color: rgb(181 181 195 / 0.9);
}

.active\:bg-dark-400\/95:active {
  background-color: rgb(181 181 195 / 0.95);
}

.active\:bg-dark-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-50\/0:active {
  background-color: rgb(243 246 249 / 0);
}

.active\:bg-dark-50\/10:active {
  background-color: rgb(243 246 249 / 0.1);
}

.active\:bg-dark-50\/100:active {
  background-color: rgb(243 246 249 / 1);
}

.active\:bg-dark-50\/15:active {
  background-color: rgb(243 246 249 / 0.15);
}

.active\:bg-dark-50\/20:active {
  background-color: rgb(243 246 249 / 0.2);
}

.active\:bg-dark-50\/25:active {
  background-color: rgb(243 246 249 / 0.25);
}

.active\:bg-dark-50\/30:active {
  background-color: rgb(243 246 249 / 0.3);
}

.active\:bg-dark-50\/35:active {
  background-color: rgb(243 246 249 / 0.35);
}

.active\:bg-dark-50\/40:active {
  background-color: rgb(243 246 249 / 0.4);
}

.active\:bg-dark-50\/45:active {
  background-color: rgb(243 246 249 / 0.45);
}

.active\:bg-dark-50\/5:active {
  background-color: rgb(243 246 249 / 0.05);
}

.active\:bg-dark-50\/50:active {
  background-color: rgb(243 246 249 / 0.5);
}

.active\:bg-dark-50\/55:active {
  background-color: rgb(243 246 249 / 0.55);
}

.active\:bg-dark-50\/60:active {
  background-color: rgb(243 246 249 / 0.6);
}

.active\:bg-dark-50\/65:active {
  background-color: rgb(243 246 249 / 0.65);
}

.active\:bg-dark-50\/70:active {
  background-color: rgb(243 246 249 / 0.7);
}

.active\:bg-dark-50\/75:active {
  background-color: rgb(243 246 249 / 0.75);
}

.active\:bg-dark-50\/80:active {
  background-color: rgb(243 246 249 / 0.8);
}

.active\:bg-dark-50\/85:active {
  background-color: rgb(243 246 249 / 0.85);
}

.active\:bg-dark-50\/90:active {
  background-color: rgb(243 246 249 / 0.9);
}

.active\:bg-dark-50\/95:active {
  background-color: rgb(243 246 249 / 0.95);
}

.active\:bg-dark-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(126 130 153 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-500\/0:active {
  background-color: rgb(126 130 153 / 0);
}

.active\:bg-dark-500\/10:active {
  background-color: rgb(126 130 153 / 0.1);
}

.active\:bg-dark-500\/100:active {
  background-color: rgb(126 130 153 / 1);
}

.active\:bg-dark-500\/15:active {
  background-color: rgb(126 130 153 / 0.15);
}

.active\:bg-dark-500\/20:active {
  background-color: rgb(126 130 153 / 0.2);
}

.active\:bg-dark-500\/25:active {
  background-color: rgb(126 130 153 / 0.25);
}

.active\:bg-dark-500\/30:active {
  background-color: rgb(126 130 153 / 0.3);
}

.active\:bg-dark-500\/35:active {
  background-color: rgb(126 130 153 / 0.35);
}

.active\:bg-dark-500\/40:active {
  background-color: rgb(126 130 153 / 0.4);
}

.active\:bg-dark-500\/45:active {
  background-color: rgb(126 130 153 / 0.45);
}

.active\:bg-dark-500\/5:active {
  background-color: rgb(126 130 153 / 0.05);
}

.active\:bg-dark-500\/50:active {
  background-color: rgb(126 130 153 / 0.5);
}

.active\:bg-dark-500\/55:active {
  background-color: rgb(126 130 153 / 0.55);
}

.active\:bg-dark-500\/60:active {
  background-color: rgb(126 130 153 / 0.6);
}

.active\:bg-dark-500\/65:active {
  background-color: rgb(126 130 153 / 0.65);
}

.active\:bg-dark-500\/70:active {
  background-color: rgb(126 130 153 / 0.7);
}

.active\:bg-dark-500\/75:active {
  background-color: rgb(126 130 153 / 0.75);
}

.active\:bg-dark-500\/80:active {
  background-color: rgb(126 130 153 / 0.8);
}

.active\:bg-dark-500\/85:active {
  background-color: rgb(126 130 153 / 0.85);
}

.active\:bg-dark-500\/90:active {
  background-color: rgb(126 130 153 / 0.9);
}

.active\:bg-dark-500\/95:active {
  background-color: rgb(126 130 153 / 0.95);
}

.active\:bg-dark-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(94 98 120 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-600\/0:active {
  background-color: rgb(94 98 120 / 0);
}

.active\:bg-dark-600\/10:active {
  background-color: rgb(94 98 120 / 0.1);
}

.active\:bg-dark-600\/100:active {
  background-color: rgb(94 98 120 / 1);
}

.active\:bg-dark-600\/15:active {
  background-color: rgb(94 98 120 / 0.15);
}

.active\:bg-dark-600\/20:active {
  background-color: rgb(94 98 120 / 0.2);
}

.active\:bg-dark-600\/25:active {
  background-color: rgb(94 98 120 / 0.25);
}

.active\:bg-dark-600\/30:active {
  background-color: rgb(94 98 120 / 0.3);
}

.active\:bg-dark-600\/35:active {
  background-color: rgb(94 98 120 / 0.35);
}

.active\:bg-dark-600\/40:active {
  background-color: rgb(94 98 120 / 0.4);
}

.active\:bg-dark-600\/45:active {
  background-color: rgb(94 98 120 / 0.45);
}

.active\:bg-dark-600\/5:active {
  background-color: rgb(94 98 120 / 0.05);
}

.active\:bg-dark-600\/50:active {
  background-color: rgb(94 98 120 / 0.5);
}

.active\:bg-dark-600\/55:active {
  background-color: rgb(94 98 120 / 0.55);
}

.active\:bg-dark-600\/60:active {
  background-color: rgb(94 98 120 / 0.6);
}

.active\:bg-dark-600\/65:active {
  background-color: rgb(94 98 120 / 0.65);
}

.active\:bg-dark-600\/70:active {
  background-color: rgb(94 98 120 / 0.7);
}

.active\:bg-dark-600\/75:active {
  background-color: rgb(94 98 120 / 0.75);
}

.active\:bg-dark-600\/80:active {
  background-color: rgb(94 98 120 / 0.8);
}

.active\:bg-dark-600\/85:active {
  background-color: rgb(94 98 120 / 0.85);
}

.active\:bg-dark-600\/90:active {
  background-color: rgb(94 98 120 / 0.9);
}

.active\:bg-dark-600\/95:active {
  background-color: rgb(94 98 120 / 0.95);
}

.active\:bg-dark-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 66 84 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-700\/0:active {
  background-color: rgb(63 66 84 / 0);
}

.active\:bg-dark-700\/10:active {
  background-color: rgb(63 66 84 / 0.1);
}

.active\:bg-dark-700\/100:active {
  background-color: rgb(63 66 84 / 1);
}

.active\:bg-dark-700\/15:active {
  background-color: rgb(63 66 84 / 0.15);
}

.active\:bg-dark-700\/20:active {
  background-color: rgb(63 66 84 / 0.2);
}

.active\:bg-dark-700\/25:active {
  background-color: rgb(63 66 84 / 0.25);
}

.active\:bg-dark-700\/30:active {
  background-color: rgb(63 66 84 / 0.3);
}

.active\:bg-dark-700\/35:active {
  background-color: rgb(63 66 84 / 0.35);
}

.active\:bg-dark-700\/40:active {
  background-color: rgb(63 66 84 / 0.4);
}

.active\:bg-dark-700\/45:active {
  background-color: rgb(63 66 84 / 0.45);
}

.active\:bg-dark-700\/5:active {
  background-color: rgb(63 66 84 / 0.05);
}

.active\:bg-dark-700\/50:active {
  background-color: rgb(63 66 84 / 0.5);
}

.active\:bg-dark-700\/55:active {
  background-color: rgb(63 66 84 / 0.55);
}

.active\:bg-dark-700\/60:active {
  background-color: rgb(63 66 84 / 0.6);
}

.active\:bg-dark-700\/65:active {
  background-color: rgb(63 66 84 / 0.65);
}

.active\:bg-dark-700\/70:active {
  background-color: rgb(63 66 84 / 0.7);
}

.active\:bg-dark-700\/75:active {
  background-color: rgb(63 66 84 / 0.75);
}

.active\:bg-dark-700\/80:active {
  background-color: rgb(63 66 84 / 0.8);
}

.active\:bg-dark-700\/85:active {
  background-color: rgb(63 66 84 / 0.85);
}

.active\:bg-dark-700\/90:active {
  background-color: rgb(63 66 84 / 0.9);
}

.active\:bg-dark-700\/95:active {
  background-color: rgb(63 66 84 / 0.95);
}

.active\:bg-dark-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 28 50 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-800\/0:active {
  background-color: rgb(24 28 50 / 0);
}

.active\:bg-dark-800\/10:active {
  background-color: rgb(24 28 50 / 0.1);
}

.active\:bg-dark-800\/100:active {
  background-color: rgb(24 28 50 / 1);
}

.active\:bg-dark-800\/15:active {
  background-color: rgb(24 28 50 / 0.15);
}

.active\:bg-dark-800\/20:active {
  background-color: rgb(24 28 50 / 0.2);
}

.active\:bg-dark-800\/25:active {
  background-color: rgb(24 28 50 / 0.25);
}

.active\:bg-dark-800\/30:active {
  background-color: rgb(24 28 50 / 0.3);
}

.active\:bg-dark-800\/35:active {
  background-color: rgb(24 28 50 / 0.35);
}

.active\:bg-dark-800\/40:active {
  background-color: rgb(24 28 50 / 0.4);
}

.active\:bg-dark-800\/45:active {
  background-color: rgb(24 28 50 / 0.45);
}

.active\:bg-dark-800\/5:active {
  background-color: rgb(24 28 50 / 0.05);
}

.active\:bg-dark-800\/50:active {
  background-color: rgb(24 28 50 / 0.5);
}

.active\:bg-dark-800\/55:active {
  background-color: rgb(24 28 50 / 0.55);
}

.active\:bg-dark-800\/60:active {
  background-color: rgb(24 28 50 / 0.6);
}

.active\:bg-dark-800\/65:active {
  background-color: rgb(24 28 50 / 0.65);
}

.active\:bg-dark-800\/70:active {
  background-color: rgb(24 28 50 / 0.7);
}

.active\:bg-dark-800\/75:active {
  background-color: rgb(24 28 50 / 0.75);
}

.active\:bg-dark-800\/80:active {
  background-color: rgb(24 28 50 / 0.8);
}

.active\:bg-dark-800\/85:active {
  background-color: rgb(24 28 50 / 0.85);
}

.active\:bg-dark-800\/90:active {
  background-color: rgb(24 28 50 / 0.9);
}

.active\:bg-dark-800\/95:active {
  background-color: rgb(24 28 50 / 0.95);
}

.active\:bg-dark-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 26 / var(--tw-bg-opacity, 1));
}

.active\:bg-dark-900\/0:active {
  background-color: rgb(13 15 26 / 0);
}

.active\:bg-dark-900\/10:active {
  background-color: rgb(13 15 26 / 0.1);
}

.active\:bg-dark-900\/100:active {
  background-color: rgb(13 15 26 / 1);
}

.active\:bg-dark-900\/15:active {
  background-color: rgb(13 15 26 / 0.15);
}

.active\:bg-dark-900\/20:active {
  background-color: rgb(13 15 26 / 0.2);
}

.active\:bg-dark-900\/25:active {
  background-color: rgb(13 15 26 / 0.25);
}

.active\:bg-dark-900\/30:active {
  background-color: rgb(13 15 26 / 0.3);
}

.active\:bg-dark-900\/35:active {
  background-color: rgb(13 15 26 / 0.35);
}

.active\:bg-dark-900\/40:active {
  background-color: rgb(13 15 26 / 0.4);
}

.active\:bg-dark-900\/45:active {
  background-color: rgb(13 15 26 / 0.45);
}

.active\:bg-dark-900\/5:active {
  background-color: rgb(13 15 26 / 0.05);
}

.active\:bg-dark-900\/50:active {
  background-color: rgb(13 15 26 / 0.5);
}

.active\:bg-dark-900\/55:active {
  background-color: rgb(13 15 26 / 0.55);
}

.active\:bg-dark-900\/60:active {
  background-color: rgb(13 15 26 / 0.6);
}

.active\:bg-dark-900\/65:active {
  background-color: rgb(13 15 26 / 0.65);
}

.active\:bg-dark-900\/70:active {
  background-color: rgb(13 15 26 / 0.7);
}

.active\:bg-dark-900\/75:active {
  background-color: rgb(13 15 26 / 0.75);
}

.active\:bg-dark-900\/80:active {
  background-color: rgb(13 15 26 / 0.8);
}

.active\:bg-dark-900\/85:active {
  background-color: rgb(13 15 26 / 0.85);
}

.active\:bg-dark-900\/90:active {
  background-color: rgb(13 15 26 / 0.9);
}

.active\:bg-dark-900\/95:active {
  background-color: rgb(13 15 26 / 0.95);
}

.active\:bg-dark\/0:active {
  background-color: rgb(24 28 50 / 0);
}

.active\:bg-dark\/10:active {
  background-color: rgb(24 28 50 / 0.1);
}

.active\:bg-dark\/100:active {
  background-color: rgb(24 28 50 / 1);
}

.active\:bg-dark\/15:active {
  background-color: rgb(24 28 50 / 0.15);
}

.active\:bg-dark\/20:active {
  background-color: rgb(24 28 50 / 0.2);
}

.active\:bg-dark\/25:active {
  background-color: rgb(24 28 50 / 0.25);
}

.active\:bg-dark\/30:active {
  background-color: rgb(24 28 50 / 0.3);
}

.active\:bg-dark\/35:active {
  background-color: rgb(24 28 50 / 0.35);
}

.active\:bg-dark\/40:active {
  background-color: rgb(24 28 50 / 0.4);
}

.active\:bg-dark\/45:active {
  background-color: rgb(24 28 50 / 0.45);
}

.active\:bg-dark\/5:active {
  background-color: rgb(24 28 50 / 0.05);
}

.active\:bg-dark\/50:active {
  background-color: rgb(24 28 50 / 0.5);
}

.active\:bg-dark\/55:active {
  background-color: rgb(24 28 50 / 0.55);
}

.active\:bg-dark\/60:active {
  background-color: rgb(24 28 50 / 0.6);
}

.active\:bg-dark\/65:active {
  background-color: rgb(24 28 50 / 0.65);
}

.active\:bg-dark\/70:active {
  background-color: rgb(24 28 50 / 0.7);
}

.active\:bg-dark\/75:active {
  background-color: rgb(24 28 50 / 0.75);
}

.active\:bg-dark\/80:active {
  background-color: rgb(24 28 50 / 0.8);
}

.active\:bg-dark\/85:active {
  background-color: rgb(24 28 50 / 0.85);
}

.active\:bg-dark\/90:active {
  background-color: rgb(24 28 50 / 0.9);
}

.active\:bg-dark\/95:active {
  background-color: rgb(24 28 50 / 0.95);
}

.active\:bg-info:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-100\/0:active {
  background-color: rgb(219 234 254 / 0);
}

.active\:bg-info-100\/10:active {
  background-color: rgb(219 234 254 / 0.1);
}

.active\:bg-info-100\/100:active {
  background-color: rgb(219 234 254 / 1);
}

.active\:bg-info-100\/15:active {
  background-color: rgb(219 234 254 / 0.15);
}

.active\:bg-info-100\/20:active {
  background-color: rgb(219 234 254 / 0.2);
}

.active\:bg-info-100\/25:active {
  background-color: rgb(219 234 254 / 0.25);
}

.active\:bg-info-100\/30:active {
  background-color: rgb(219 234 254 / 0.3);
}

.active\:bg-info-100\/35:active {
  background-color: rgb(219 234 254 / 0.35);
}

.active\:bg-info-100\/40:active {
  background-color: rgb(219 234 254 / 0.4);
}

.active\:bg-info-100\/45:active {
  background-color: rgb(219 234 254 / 0.45);
}

.active\:bg-info-100\/5:active {
  background-color: rgb(219 234 254 / 0.05);
}

.active\:bg-info-100\/50:active {
  background-color: rgb(219 234 254 / 0.5);
}

.active\:bg-info-100\/55:active {
  background-color: rgb(219 234 254 / 0.55);
}

.active\:bg-info-100\/60:active {
  background-color: rgb(219 234 254 / 0.6);
}

.active\:bg-info-100\/65:active {
  background-color: rgb(219 234 254 / 0.65);
}

.active\:bg-info-100\/70:active {
  background-color: rgb(219 234 254 / 0.7);
}

.active\:bg-info-100\/75:active {
  background-color: rgb(219 234 254 / 0.75);
}

.active\:bg-info-100\/80:active {
  background-color: rgb(219 234 254 / 0.8);
}

.active\:bg-info-100\/85:active {
  background-color: rgb(219 234 254 / 0.85);
}

.active\:bg-info-100\/90:active {
  background-color: rgb(219 234 254 / 0.9);
}

.active\:bg-info-100\/95:active {
  background-color: rgb(219 234 254 / 0.95);
}

.active\:bg-info-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-200\/0:active {
  background-color: rgb(191 219 254 / 0);
}

.active\:bg-info-200\/10:active {
  background-color: rgb(191 219 254 / 0.1);
}

.active\:bg-info-200\/100:active {
  background-color: rgb(191 219 254 / 1);
}

.active\:bg-info-200\/15:active {
  background-color: rgb(191 219 254 / 0.15);
}

.active\:bg-info-200\/20:active {
  background-color: rgb(191 219 254 / 0.2);
}

.active\:bg-info-200\/25:active {
  background-color: rgb(191 219 254 / 0.25);
}

.active\:bg-info-200\/30:active {
  background-color: rgb(191 219 254 / 0.3);
}

.active\:bg-info-200\/35:active {
  background-color: rgb(191 219 254 / 0.35);
}

.active\:bg-info-200\/40:active {
  background-color: rgb(191 219 254 / 0.4);
}

.active\:bg-info-200\/45:active {
  background-color: rgb(191 219 254 / 0.45);
}

.active\:bg-info-200\/5:active {
  background-color: rgb(191 219 254 / 0.05);
}

.active\:bg-info-200\/50:active {
  background-color: rgb(191 219 254 / 0.5);
}

.active\:bg-info-200\/55:active {
  background-color: rgb(191 219 254 / 0.55);
}

.active\:bg-info-200\/60:active {
  background-color: rgb(191 219 254 / 0.6);
}

.active\:bg-info-200\/65:active {
  background-color: rgb(191 219 254 / 0.65);
}

.active\:bg-info-200\/70:active {
  background-color: rgb(191 219 254 / 0.7);
}

.active\:bg-info-200\/75:active {
  background-color: rgb(191 219 254 / 0.75);
}

.active\:bg-info-200\/80:active {
  background-color: rgb(191 219 254 / 0.8);
}

.active\:bg-info-200\/85:active {
  background-color: rgb(191 219 254 / 0.85);
}

.active\:bg-info-200\/90:active {
  background-color: rgb(191 219 254 / 0.9);
}

.active\:bg-info-200\/95:active {
  background-color: rgb(191 219 254 / 0.95);
}

.active\:bg-info-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-300\/0:active {
  background-color: rgb(147 197 253 / 0);
}

.active\:bg-info-300\/10:active {
  background-color: rgb(147 197 253 / 0.1);
}

.active\:bg-info-300\/100:active {
  background-color: rgb(147 197 253 / 1);
}

.active\:bg-info-300\/15:active {
  background-color: rgb(147 197 253 / 0.15);
}

.active\:bg-info-300\/20:active {
  background-color: rgb(147 197 253 / 0.2);
}

.active\:bg-info-300\/25:active {
  background-color: rgb(147 197 253 / 0.25);
}

.active\:bg-info-300\/30:active {
  background-color: rgb(147 197 253 / 0.3);
}

.active\:bg-info-300\/35:active {
  background-color: rgb(147 197 253 / 0.35);
}

.active\:bg-info-300\/40:active {
  background-color: rgb(147 197 253 / 0.4);
}

.active\:bg-info-300\/45:active {
  background-color: rgb(147 197 253 / 0.45);
}

.active\:bg-info-300\/5:active {
  background-color: rgb(147 197 253 / 0.05);
}

.active\:bg-info-300\/50:active {
  background-color: rgb(147 197 253 / 0.5);
}

.active\:bg-info-300\/55:active {
  background-color: rgb(147 197 253 / 0.55);
}

.active\:bg-info-300\/60:active {
  background-color: rgb(147 197 253 / 0.6);
}

.active\:bg-info-300\/65:active {
  background-color: rgb(147 197 253 / 0.65);
}

.active\:bg-info-300\/70:active {
  background-color: rgb(147 197 253 / 0.7);
}

.active\:bg-info-300\/75:active {
  background-color: rgb(147 197 253 / 0.75);
}

.active\:bg-info-300\/80:active {
  background-color: rgb(147 197 253 / 0.8);
}

.active\:bg-info-300\/85:active {
  background-color: rgb(147 197 253 / 0.85);
}

.active\:bg-info-300\/90:active {
  background-color: rgb(147 197 253 / 0.9);
}

.active\:bg-info-300\/95:active {
  background-color: rgb(147 197 253 / 0.95);
}

.active\:bg-info-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-400\/0:active {
  background-color: rgb(96 165 250 / 0);
}

.active\:bg-info-400\/10:active {
  background-color: rgb(96 165 250 / 0.1);
}

.active\:bg-info-400\/100:active {
  background-color: rgb(96 165 250 / 1);
}

.active\:bg-info-400\/15:active {
  background-color: rgb(96 165 250 / 0.15);
}

.active\:bg-info-400\/20:active {
  background-color: rgb(96 165 250 / 0.2);
}

.active\:bg-info-400\/25:active {
  background-color: rgb(96 165 250 / 0.25);
}

.active\:bg-info-400\/30:active {
  background-color: rgb(96 165 250 / 0.3);
}

.active\:bg-info-400\/35:active {
  background-color: rgb(96 165 250 / 0.35);
}

.active\:bg-info-400\/40:active {
  background-color: rgb(96 165 250 / 0.4);
}

.active\:bg-info-400\/45:active {
  background-color: rgb(96 165 250 / 0.45);
}

.active\:bg-info-400\/5:active {
  background-color: rgb(96 165 250 / 0.05);
}

.active\:bg-info-400\/50:active {
  background-color: rgb(96 165 250 / 0.5);
}

.active\:bg-info-400\/55:active {
  background-color: rgb(96 165 250 / 0.55);
}

.active\:bg-info-400\/60:active {
  background-color: rgb(96 165 250 / 0.6);
}

.active\:bg-info-400\/65:active {
  background-color: rgb(96 165 250 / 0.65);
}

.active\:bg-info-400\/70:active {
  background-color: rgb(96 165 250 / 0.7);
}

.active\:bg-info-400\/75:active {
  background-color: rgb(96 165 250 / 0.75);
}

.active\:bg-info-400\/80:active {
  background-color: rgb(96 165 250 / 0.8);
}

.active\:bg-info-400\/85:active {
  background-color: rgb(96 165 250 / 0.85);
}

.active\:bg-info-400\/90:active {
  background-color: rgb(96 165 250 / 0.9);
}

.active\:bg-info-400\/95:active {
  background-color: rgb(96 165 250 / 0.95);
}

.active\:bg-info-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-50\/0:active {
  background-color: rgb(239 246 255 / 0);
}

.active\:bg-info-50\/10:active {
  background-color: rgb(239 246 255 / 0.1);
}

.active\:bg-info-50\/100:active {
  background-color: rgb(239 246 255 / 1);
}

.active\:bg-info-50\/15:active {
  background-color: rgb(239 246 255 / 0.15);
}

.active\:bg-info-50\/20:active {
  background-color: rgb(239 246 255 / 0.2);
}

.active\:bg-info-50\/25:active {
  background-color: rgb(239 246 255 / 0.25);
}

.active\:bg-info-50\/30:active {
  background-color: rgb(239 246 255 / 0.3);
}

.active\:bg-info-50\/35:active {
  background-color: rgb(239 246 255 / 0.35);
}

.active\:bg-info-50\/40:active {
  background-color: rgb(239 246 255 / 0.4);
}

.active\:bg-info-50\/45:active {
  background-color: rgb(239 246 255 / 0.45);
}

.active\:bg-info-50\/5:active {
  background-color: rgb(239 246 255 / 0.05);
}

.active\:bg-info-50\/50:active {
  background-color: rgb(239 246 255 / 0.5);
}

.active\:bg-info-50\/55:active {
  background-color: rgb(239 246 255 / 0.55);
}

.active\:bg-info-50\/60:active {
  background-color: rgb(239 246 255 / 0.6);
}

.active\:bg-info-50\/65:active {
  background-color: rgb(239 246 255 / 0.65);
}

.active\:bg-info-50\/70:active {
  background-color: rgb(239 246 255 / 0.7);
}

.active\:bg-info-50\/75:active {
  background-color: rgb(239 246 255 / 0.75);
}

.active\:bg-info-50\/80:active {
  background-color: rgb(239 246 255 / 0.8);
}

.active\:bg-info-50\/85:active {
  background-color: rgb(239 246 255 / 0.85);
}

.active\:bg-info-50\/90:active {
  background-color: rgb(239 246 255 / 0.9);
}

.active\:bg-info-50\/95:active {
  background-color: rgb(239 246 255 / 0.95);
}

.active\:bg-info-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-500\/0:active {
  background-color: rgb(59 130 246 / 0);
}

.active\:bg-info-500\/10:active {
  background-color: rgb(59 130 246 / 0.1);
}

.active\:bg-info-500\/100:active {
  background-color: rgb(59 130 246 / 1);
}

.active\:bg-info-500\/15:active {
  background-color: rgb(59 130 246 / 0.15);
}

.active\:bg-info-500\/20:active {
  background-color: rgb(59 130 246 / 0.2);
}

.active\:bg-info-500\/25:active {
  background-color: rgb(59 130 246 / 0.25);
}

.active\:bg-info-500\/30:active {
  background-color: rgb(59 130 246 / 0.3);
}

.active\:bg-info-500\/35:active {
  background-color: rgb(59 130 246 / 0.35);
}

.active\:bg-info-500\/40:active {
  background-color: rgb(59 130 246 / 0.4);
}

.active\:bg-info-500\/45:active {
  background-color: rgb(59 130 246 / 0.45);
}

.active\:bg-info-500\/5:active {
  background-color: rgb(59 130 246 / 0.05);
}

.active\:bg-info-500\/50:active {
  background-color: rgb(59 130 246 / 0.5);
}

.active\:bg-info-500\/55:active {
  background-color: rgb(59 130 246 / 0.55);
}

.active\:bg-info-500\/60:active {
  background-color: rgb(59 130 246 / 0.6);
}

.active\:bg-info-500\/65:active {
  background-color: rgb(59 130 246 / 0.65);
}

.active\:bg-info-500\/70:active {
  background-color: rgb(59 130 246 / 0.7);
}

.active\:bg-info-500\/75:active {
  background-color: rgb(59 130 246 / 0.75);
}

.active\:bg-info-500\/80:active {
  background-color: rgb(59 130 246 / 0.8);
}

.active\:bg-info-500\/85:active {
  background-color: rgb(59 130 246 / 0.85);
}

.active\:bg-info-500\/90:active {
  background-color: rgb(59 130 246 / 0.9);
}

.active\:bg-info-500\/95:active {
  background-color: rgb(59 130 246 / 0.95);
}

.active\:bg-info-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-600\/0:active {
  background-color: rgb(37 99 235 / 0);
}

.active\:bg-info-600\/10:active {
  background-color: rgb(37 99 235 / 0.1);
}

.active\:bg-info-600\/100:active {
  background-color: rgb(37 99 235 / 1);
}

.active\:bg-info-600\/15:active {
  background-color: rgb(37 99 235 / 0.15);
}

.active\:bg-info-600\/20:active {
  background-color: rgb(37 99 235 / 0.2);
}

.active\:bg-info-600\/25:active {
  background-color: rgb(37 99 235 / 0.25);
}

.active\:bg-info-600\/30:active {
  background-color: rgb(37 99 235 / 0.3);
}

.active\:bg-info-600\/35:active {
  background-color: rgb(37 99 235 / 0.35);
}

.active\:bg-info-600\/40:active {
  background-color: rgb(37 99 235 / 0.4);
}

.active\:bg-info-600\/45:active {
  background-color: rgb(37 99 235 / 0.45);
}

.active\:bg-info-600\/5:active {
  background-color: rgb(37 99 235 / 0.05);
}

.active\:bg-info-600\/50:active {
  background-color: rgb(37 99 235 / 0.5);
}

.active\:bg-info-600\/55:active {
  background-color: rgb(37 99 235 / 0.55);
}

.active\:bg-info-600\/60:active {
  background-color: rgb(37 99 235 / 0.6);
}

.active\:bg-info-600\/65:active {
  background-color: rgb(37 99 235 / 0.65);
}

.active\:bg-info-600\/70:active {
  background-color: rgb(37 99 235 / 0.7);
}

.active\:bg-info-600\/75:active {
  background-color: rgb(37 99 235 / 0.75);
}

.active\:bg-info-600\/80:active {
  background-color: rgb(37 99 235 / 0.8);
}

.active\:bg-info-600\/85:active {
  background-color: rgb(37 99 235 / 0.85);
}

.active\:bg-info-600\/90:active {
  background-color: rgb(37 99 235 / 0.9);
}

.active\:bg-info-600\/95:active {
  background-color: rgb(37 99 235 / 0.95);
}

.active\:bg-info-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-700\/0:active {
  background-color: rgb(29 78 216 / 0);
}

.active\:bg-info-700\/10:active {
  background-color: rgb(29 78 216 / 0.1);
}

.active\:bg-info-700\/100:active {
  background-color: rgb(29 78 216 / 1);
}

.active\:bg-info-700\/15:active {
  background-color: rgb(29 78 216 / 0.15);
}

.active\:bg-info-700\/20:active {
  background-color: rgb(29 78 216 / 0.2);
}

.active\:bg-info-700\/25:active {
  background-color: rgb(29 78 216 / 0.25);
}

.active\:bg-info-700\/30:active {
  background-color: rgb(29 78 216 / 0.3);
}

.active\:bg-info-700\/35:active {
  background-color: rgb(29 78 216 / 0.35);
}

.active\:bg-info-700\/40:active {
  background-color: rgb(29 78 216 / 0.4);
}

.active\:bg-info-700\/45:active {
  background-color: rgb(29 78 216 / 0.45);
}

.active\:bg-info-700\/5:active {
  background-color: rgb(29 78 216 / 0.05);
}

.active\:bg-info-700\/50:active {
  background-color: rgb(29 78 216 / 0.5);
}

.active\:bg-info-700\/55:active {
  background-color: rgb(29 78 216 / 0.55);
}

.active\:bg-info-700\/60:active {
  background-color: rgb(29 78 216 / 0.6);
}

.active\:bg-info-700\/65:active {
  background-color: rgb(29 78 216 / 0.65);
}

.active\:bg-info-700\/70:active {
  background-color: rgb(29 78 216 / 0.7);
}

.active\:bg-info-700\/75:active {
  background-color: rgb(29 78 216 / 0.75);
}

.active\:bg-info-700\/80:active {
  background-color: rgb(29 78 216 / 0.8);
}

.active\:bg-info-700\/85:active {
  background-color: rgb(29 78 216 / 0.85);
}

.active\:bg-info-700\/90:active {
  background-color: rgb(29 78 216 / 0.9);
}

.active\:bg-info-700\/95:active {
  background-color: rgb(29 78 216 / 0.95);
}

.active\:bg-info-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-800\/0:active {
  background-color: rgb(30 64 175 / 0);
}

.active\:bg-info-800\/10:active {
  background-color: rgb(30 64 175 / 0.1);
}

.active\:bg-info-800\/100:active {
  background-color: rgb(30 64 175 / 1);
}

.active\:bg-info-800\/15:active {
  background-color: rgb(30 64 175 / 0.15);
}

.active\:bg-info-800\/20:active {
  background-color: rgb(30 64 175 / 0.2);
}

.active\:bg-info-800\/25:active {
  background-color: rgb(30 64 175 / 0.25);
}

.active\:bg-info-800\/30:active {
  background-color: rgb(30 64 175 / 0.3);
}

.active\:bg-info-800\/35:active {
  background-color: rgb(30 64 175 / 0.35);
}

.active\:bg-info-800\/40:active {
  background-color: rgb(30 64 175 / 0.4);
}

.active\:bg-info-800\/45:active {
  background-color: rgb(30 64 175 / 0.45);
}

.active\:bg-info-800\/5:active {
  background-color: rgb(30 64 175 / 0.05);
}

.active\:bg-info-800\/50:active {
  background-color: rgb(30 64 175 / 0.5);
}

.active\:bg-info-800\/55:active {
  background-color: rgb(30 64 175 / 0.55);
}

.active\:bg-info-800\/60:active {
  background-color: rgb(30 64 175 / 0.6);
}

.active\:bg-info-800\/65:active {
  background-color: rgb(30 64 175 / 0.65);
}

.active\:bg-info-800\/70:active {
  background-color: rgb(30 64 175 / 0.7);
}

.active\:bg-info-800\/75:active {
  background-color: rgb(30 64 175 / 0.75);
}

.active\:bg-info-800\/80:active {
  background-color: rgb(30 64 175 / 0.8);
}

.active\:bg-info-800\/85:active {
  background-color: rgb(30 64 175 / 0.85);
}

.active\:bg-info-800\/90:active {
  background-color: rgb(30 64 175 / 0.9);
}

.active\:bg-info-800\/95:active {
  background-color: rgb(30 64 175 / 0.95);
}

.active\:bg-info-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-900\/0:active {
  background-color: rgb(30 58 138 / 0);
}

.active\:bg-info-900\/10:active {
  background-color: rgb(30 58 138 / 0.1);
}

.active\:bg-info-900\/100:active {
  background-color: rgb(30 58 138 / 1);
}

.active\:bg-info-900\/15:active {
  background-color: rgb(30 58 138 / 0.15);
}

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

.active\:bg-info-900\/25:active {
  background-color: rgb(30 58 138 / 0.25);
}

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

.active\:bg-info-900\/35:active {
  background-color: rgb(30 58 138 / 0.35);
}

.active\:bg-info-900\/40:active {
  background-color: rgb(30 58 138 / 0.4);
}

.active\:bg-info-900\/45:active {
  background-color: rgb(30 58 138 / 0.45);
}

.active\:bg-info-900\/5:active {
  background-color: rgb(30 58 138 / 0.05);
}

.active\:bg-info-900\/50:active {
  background-color: rgb(30 58 138 / 0.5);
}

.active\:bg-info-900\/55:active {
  background-color: rgb(30 58 138 / 0.55);
}

.active\:bg-info-900\/60:active {
  background-color: rgb(30 58 138 / 0.6);
}

.active\:bg-info-900\/65:active {
  background-color: rgb(30 58 138 / 0.65);
}

.active\:bg-info-900\/70:active {
  background-color: rgb(30 58 138 / 0.7);
}

.active\:bg-info-900\/75:active {
  background-color: rgb(30 58 138 / 0.75);
}

.active\:bg-info-900\/80:active {
  background-color: rgb(30 58 138 / 0.8);
}

.active\:bg-info-900\/85:active {
  background-color: rgb(30 58 138 / 0.85);
}

.active\:bg-info-900\/90:active {
  background-color: rgb(30 58 138 / 0.9);
}

.active\:bg-info-900\/95:active {
  background-color: rgb(30 58 138 / 0.95);
}

.active\:bg-info-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-dark\/0:active {
  background-color: rgb(29 78 216 / 0);
}

.active\:bg-info-dark\/10:active {
  background-color: rgb(29 78 216 / 0.1);
}

.active\:bg-info-dark\/100:active {
  background-color: rgb(29 78 216 / 1);
}

.active\:bg-info-dark\/15:active {
  background-color: rgb(29 78 216 / 0.15);
}

.active\:bg-info-dark\/20:active {
  background-color: rgb(29 78 216 / 0.2);
}

.active\:bg-info-dark\/25:active {
  background-color: rgb(29 78 216 / 0.25);
}

.active\:bg-info-dark\/30:active {
  background-color: rgb(29 78 216 / 0.3);
}

.active\:bg-info-dark\/35:active {
  background-color: rgb(29 78 216 / 0.35);
}

.active\:bg-info-dark\/40:active {
  background-color: rgb(29 78 216 / 0.4);
}

.active\:bg-info-dark\/45:active {
  background-color: rgb(29 78 216 / 0.45);
}

.active\:bg-info-dark\/5:active {
  background-color: rgb(29 78 216 / 0.05);
}

.active\:bg-info-dark\/50:active {
  background-color: rgb(29 78 216 / 0.5);
}

.active\:bg-info-dark\/55:active {
  background-color: rgb(29 78 216 / 0.55);
}

.active\:bg-info-dark\/60:active {
  background-color: rgb(29 78 216 / 0.6);
}

.active\:bg-info-dark\/65:active {
  background-color: rgb(29 78 216 / 0.65);
}

.active\:bg-info-dark\/70:active {
  background-color: rgb(29 78 216 / 0.7);
}

.active\:bg-info-dark\/75:active {
  background-color: rgb(29 78 216 / 0.75);
}

.active\:bg-info-dark\/80:active {
  background-color: rgb(29 78 216 / 0.8);
}

.active\:bg-info-dark\/85:active {
  background-color: rgb(29 78 216 / 0.85);
}

.active\:bg-info-dark\/90:active {
  background-color: rgb(29 78 216 / 0.9);
}

.active\:bg-info-dark\/95:active {
  background-color: rgb(29 78 216 / 0.95);
}

.active\:bg-info-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-info-light\/0:active {
  background-color: rgb(219 234 254 / 0);
}

.active\:bg-info-light\/10:active {
  background-color: rgb(219 234 254 / 0.1);
}

.active\:bg-info-light\/100:active {
  background-color: rgb(219 234 254 / 1);
}

.active\:bg-info-light\/15:active {
  background-color: rgb(219 234 254 / 0.15);
}

.active\:bg-info-light\/20:active {
  background-color: rgb(219 234 254 / 0.2);
}

.active\:bg-info-light\/25:active {
  background-color: rgb(219 234 254 / 0.25);
}

.active\:bg-info-light\/30:active {
  background-color: rgb(219 234 254 / 0.3);
}

.active\:bg-info-light\/35:active {
  background-color: rgb(219 234 254 / 0.35);
}

.active\:bg-info-light\/40:active {
  background-color: rgb(219 234 254 / 0.4);
}

.active\:bg-info-light\/45:active {
  background-color: rgb(219 234 254 / 0.45);
}

.active\:bg-info-light\/5:active {
  background-color: rgb(219 234 254 / 0.05);
}

.active\:bg-info-light\/50:active {
  background-color: rgb(219 234 254 / 0.5);
}

.active\:bg-info-light\/55:active {
  background-color: rgb(219 234 254 / 0.55);
}

.active\:bg-info-light\/60:active {
  background-color: rgb(219 234 254 / 0.6);
}

.active\:bg-info-light\/65:active {
  background-color: rgb(219 234 254 / 0.65);
}

.active\:bg-info-light\/70:active {
  background-color: rgb(219 234 254 / 0.7);
}

.active\:bg-info-light\/75:active {
  background-color: rgb(219 234 254 / 0.75);
}

.active\:bg-info-light\/80:active {
  background-color: rgb(219 234 254 / 0.8);
}

.active\:bg-info-light\/85:active {
  background-color: rgb(219 234 254 / 0.85);
}

.active\:bg-info-light\/90:active {
  background-color: rgb(219 234 254 / 0.9);
}

.active\:bg-info-light\/95:active {
  background-color: rgb(219 234 254 / 0.95);
}

.active\:bg-info\/0:active {
  background-color: rgb(59 130 246 / 0);
}

.active\:bg-info\/10:active {
  background-color: rgb(59 130 246 / 0.1);
}

.active\:bg-info\/100:active {
  background-color: rgb(59 130 246 / 1);
}

.active\:bg-info\/15:active {
  background-color: rgb(59 130 246 / 0.15);
}

.active\:bg-info\/20:active {
  background-color: rgb(59 130 246 / 0.2);
}

.active\:bg-info\/25:active {
  background-color: rgb(59 130 246 / 0.25);
}

.active\:bg-info\/30:active {
  background-color: rgb(59 130 246 / 0.3);
}

.active\:bg-info\/35:active {
  background-color: rgb(59 130 246 / 0.35);
}

.active\:bg-info\/40:active {
  background-color: rgb(59 130 246 / 0.4);
}

.active\:bg-info\/45:active {
  background-color: rgb(59 130 246 / 0.45);
}

.active\:bg-info\/5:active {
  background-color: rgb(59 130 246 / 0.05);
}

.active\:bg-info\/50:active {
  background-color: rgb(59 130 246 / 0.5);
}

.active\:bg-info\/55:active {
  background-color: rgb(59 130 246 / 0.55);
}

.active\:bg-info\/60:active {
  background-color: rgb(59 130 246 / 0.6);
}

.active\:bg-info\/65:active {
  background-color: rgb(59 130 246 / 0.65);
}

.active\:bg-info\/70:active {
  background-color: rgb(59 130 246 / 0.7);
}

.active\:bg-info\/75:active {
  background-color: rgb(59 130 246 / 0.75);
}

.active\:bg-info\/80:active {
  background-color: rgb(59 130 246 / 0.8);
}

.active\:bg-info\/85:active {
  background-color: rgb(59 130 246 / 0.85);
}

.active\:bg-info\/90:active {
  background-color: rgb(59 130 246 / 0.9);
}

.active\:bg-info\/95:active {
  background-color: rgb(59 130 246 / 0.95);
}

.active\:bg-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(179 229 236 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-100\/0:active {
  background-color: rgb(179 229 236 / 0);
}

.active\:bg-primary-100\/10:active {
  background-color: rgb(179 229 236 / 0.1);
}

.active\:bg-primary-100\/100:active {
  background-color: rgb(179 229 236 / 1);
}

.active\:bg-primary-100\/15:active {
  background-color: rgb(179 229 236 / 0.15);
}

.active\:bg-primary-100\/20:active {
  background-color: rgb(179 229 236 / 0.2);
}

.active\:bg-primary-100\/25:active {
  background-color: rgb(179 229 236 / 0.25);
}

.active\:bg-primary-100\/30:active {
  background-color: rgb(179 229 236 / 0.3);
}

.active\:bg-primary-100\/35:active {
  background-color: rgb(179 229 236 / 0.35);
}

.active\:bg-primary-100\/40:active {
  background-color: rgb(179 229 236 / 0.4);
}

.active\:bg-primary-100\/45:active {
  background-color: rgb(179 229 236 / 0.45);
}

.active\:bg-primary-100\/5:active {
  background-color: rgb(179 229 236 / 0.05);
}

.active\:bg-primary-100\/50:active {
  background-color: rgb(179 229 236 / 0.5);
}

.active\:bg-primary-100\/55:active {
  background-color: rgb(179 229 236 / 0.55);
}

.active\:bg-primary-100\/60:active {
  background-color: rgb(179 229 236 / 0.6);
}

.active\:bg-primary-100\/65:active {
  background-color: rgb(179 229 236 / 0.65);
}

.active\:bg-primary-100\/70:active {
  background-color: rgb(179 229 236 / 0.7);
}

.active\:bg-primary-100\/75:active {
  background-color: rgb(179 229 236 / 0.75);
}

.active\:bg-primary-100\/80:active {
  background-color: rgb(179 229 236 / 0.8);
}

.active\:bg-primary-100\/85:active {
  background-color: rgb(179 229 236 / 0.85);
}

.active\:bg-primary-100\/90:active {
  background-color: rgb(179 229 236 / 0.9);
}

.active\:bg-primary-100\/95:active {
  background-color: rgb(179 229 236 / 0.95);
}

.active\:bg-primary-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 223 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-200\/0:active {
  background-color: rgb(128 211 223 / 0);
}

.active\:bg-primary-200\/10:active {
  background-color: rgb(128 211 223 / 0.1);
}

.active\:bg-primary-200\/100:active {
  background-color: rgb(128 211 223 / 1);
}

.active\:bg-primary-200\/15:active {
  background-color: rgb(128 211 223 / 0.15);
}

.active\:bg-primary-200\/20:active {
  background-color: rgb(128 211 223 / 0.2);
}

.active\:bg-primary-200\/25:active {
  background-color: rgb(128 211 223 / 0.25);
}

.active\:bg-primary-200\/30:active {
  background-color: rgb(128 211 223 / 0.3);
}

.active\:bg-primary-200\/35:active {
  background-color: rgb(128 211 223 / 0.35);
}

.active\:bg-primary-200\/40:active {
  background-color: rgb(128 211 223 / 0.4);
}

.active\:bg-primary-200\/45:active {
  background-color: rgb(128 211 223 / 0.45);
}

.active\:bg-primary-200\/5:active {
  background-color: rgb(128 211 223 / 0.05);
}

.active\:bg-primary-200\/50:active {
  background-color: rgb(128 211 223 / 0.5);
}

.active\:bg-primary-200\/55:active {
  background-color: rgb(128 211 223 / 0.55);
}

.active\:bg-primary-200\/60:active {
  background-color: rgb(128 211 223 / 0.6);
}

.active\:bg-primary-200\/65:active {
  background-color: rgb(128 211 223 / 0.65);
}

.active\:bg-primary-200\/70:active {
  background-color: rgb(128 211 223 / 0.7);
}

.active\:bg-primary-200\/75:active {
  background-color: rgb(128 211 223 / 0.75);
}

.active\:bg-primary-200\/80:active {
  background-color: rgb(128 211 223 / 0.8);
}

.active\:bg-primary-200\/85:active {
  background-color: rgb(128 211 223 / 0.85);
}

.active\:bg-primary-200\/90:active {
  background-color: rgb(128 211 223 / 0.9);
}

.active\:bg-primary-200\/95:active {
  background-color: rgb(128 211 223 / 0.95);
}

.active\:bg-primary-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(77 193 210 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-300\/0:active {
  background-color: rgb(77 193 210 / 0);
}

.active\:bg-primary-300\/10:active {
  background-color: rgb(77 193 210 / 0.1);
}

.active\:bg-primary-300\/100:active {
  background-color: rgb(77 193 210 / 1);
}

.active\:bg-primary-300\/15:active {
  background-color: rgb(77 193 210 / 0.15);
}

.active\:bg-primary-300\/20:active {
  background-color: rgb(77 193 210 / 0.2);
}

.active\:bg-primary-300\/25:active {
  background-color: rgb(77 193 210 / 0.25);
}

.active\:bg-primary-300\/30:active {
  background-color: rgb(77 193 210 / 0.3);
}

.active\:bg-primary-300\/35:active {
  background-color: rgb(77 193 210 / 0.35);
}

.active\:bg-primary-300\/40:active {
  background-color: rgb(77 193 210 / 0.4);
}

.active\:bg-primary-300\/45:active {
  background-color: rgb(77 193 210 / 0.45);
}

.active\:bg-primary-300\/5:active {
  background-color: rgb(77 193 210 / 0.05);
}

.active\:bg-primary-300\/50:active {
  background-color: rgb(77 193 210 / 0.5);
}

.active\:bg-primary-300\/55:active {
  background-color: rgb(77 193 210 / 0.55);
}

.active\:bg-primary-300\/60:active {
  background-color: rgb(77 193 210 / 0.6);
}

.active\:bg-primary-300\/65:active {
  background-color: rgb(77 193 210 / 0.65);
}

.active\:bg-primary-300\/70:active {
  background-color: rgb(77 193 210 / 0.7);
}

.active\:bg-primary-300\/75:active {
  background-color: rgb(77 193 210 / 0.75);
}

.active\:bg-primary-300\/80:active {
  background-color: rgb(77 193 210 / 0.8);
}

.active\:bg-primary-300\/85:active {
  background-color: rgb(77 193 210 / 0.85);
}

.active\:bg-primary-300\/90:active {
  background-color: rgb(77 193 210 / 0.9);
}

.active\:bg-primary-300\/95:active {
  background-color: rgb(77 193 210 / 0.95);
}

.active\:bg-primary-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(26 175 197 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-400\/0:active {
  background-color: rgb(26 175 197 / 0);
}

.active\:bg-primary-400\/10:active {
  background-color: rgb(26 175 197 / 0.1);
}

.active\:bg-primary-400\/100:active {
  background-color: rgb(26 175 197 / 1);
}

.active\:bg-primary-400\/15:active {
  background-color: rgb(26 175 197 / 0.15);
}

.active\:bg-primary-400\/20:active {
  background-color: rgb(26 175 197 / 0.2);
}

.active\:bg-primary-400\/25:active {
  background-color: rgb(26 175 197 / 0.25);
}

.active\:bg-primary-400\/30:active {
  background-color: rgb(26 175 197 / 0.3);
}

.active\:bg-primary-400\/35:active {
  background-color: rgb(26 175 197 / 0.35);
}

.active\:bg-primary-400\/40:active {
  background-color: rgb(26 175 197 / 0.4);
}

.active\:bg-primary-400\/45:active {
  background-color: rgb(26 175 197 / 0.45);
}

.active\:bg-primary-400\/5:active {
  background-color: rgb(26 175 197 / 0.05);
}

.active\:bg-primary-400\/50:active {
  background-color: rgb(26 175 197 / 0.5);
}

.active\:bg-primary-400\/55:active {
  background-color: rgb(26 175 197 / 0.55);
}

.active\:bg-primary-400\/60:active {
  background-color: rgb(26 175 197 / 0.6);
}

.active\:bg-primary-400\/65:active {
  background-color: rgb(26 175 197 / 0.65);
}

.active\:bg-primary-400\/70:active {
  background-color: rgb(26 175 197 / 0.7);
}

.active\:bg-primary-400\/75:active {
  background-color: rgb(26 175 197 / 0.75);
}

.active\:bg-primary-400\/80:active {
  background-color: rgb(26 175 197 / 0.8);
}

.active\:bg-primary-400\/85:active {
  background-color: rgb(26 175 197 / 0.85);
}

.active\:bg-primary-400\/90:active {
  background-color: rgb(26 175 197 / 0.9);
}

.active\:bg-primary-400\/95:active {
  background-color: rgb(26 175 197 / 0.95);
}

.active\:bg-primary-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-50\/0:active {
  background-color: rgb(230 247 249 / 0);
}

.active\:bg-primary-50\/10:active {
  background-color: rgb(230 247 249 / 0.1);
}

.active\:bg-primary-50\/100:active {
  background-color: rgb(230 247 249 / 1);
}

.active\:bg-primary-50\/15:active {
  background-color: rgb(230 247 249 / 0.15);
}

.active\:bg-primary-50\/20:active {
  background-color: rgb(230 247 249 / 0.2);
}

.active\:bg-primary-50\/25:active {
  background-color: rgb(230 247 249 / 0.25);
}

.active\:bg-primary-50\/30:active {
  background-color: rgb(230 247 249 / 0.3);
}

.active\:bg-primary-50\/35:active {
  background-color: rgb(230 247 249 / 0.35);
}

.active\:bg-primary-50\/40:active {
  background-color: rgb(230 247 249 / 0.4);
}

.active\:bg-primary-50\/45:active {
  background-color: rgb(230 247 249 / 0.45);
}

.active\:bg-primary-50\/5:active {
  background-color: rgb(230 247 249 / 0.05);
}

.active\:bg-primary-50\/50:active {
  background-color: rgb(230 247 249 / 0.5);
}

.active\:bg-primary-50\/55:active {
  background-color: rgb(230 247 249 / 0.55);
}

.active\:bg-primary-50\/60:active {
  background-color: rgb(230 247 249 / 0.6);
}

.active\:bg-primary-50\/65:active {
  background-color: rgb(230 247 249 / 0.65);
}

.active\:bg-primary-50\/70:active {
  background-color: rgb(230 247 249 / 0.7);
}

.active\:bg-primary-50\/75:active {
  background-color: rgb(230 247 249 / 0.75);
}

.active\:bg-primary-50\/80:active {
  background-color: rgb(230 247 249 / 0.8);
}

.active\:bg-primary-50\/85:active {
  background-color: rgb(230 247 249 / 0.85);
}

.active\:bg-primary-50\/90:active {
  background-color: rgb(230 247 249 / 0.9);
}

.active\:bg-primary-50\/95:active {
  background-color: rgb(230 247 249 / 0.95);
}

.active\:bg-primary-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(25 141 168 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-500\/0:active {
  background-color: rgb(25 141 168 / 0);
}

.active\:bg-primary-500\/10:active {
  background-color: rgb(25 141 168 / 0.1);
}

.active\:bg-primary-500\/100:active {
  background-color: rgb(25 141 168 / 1);
}

.active\:bg-primary-500\/15:active {
  background-color: rgb(25 141 168 / 0.15);
}

.active\:bg-primary-500\/20:active {
  background-color: rgb(25 141 168 / 0.2);
}

.active\:bg-primary-500\/25:active {
  background-color: rgb(25 141 168 / 0.25);
}

.active\:bg-primary-500\/30:active {
  background-color: rgb(25 141 168 / 0.3);
}

.active\:bg-primary-500\/35:active {
  background-color: rgb(25 141 168 / 0.35);
}

.active\:bg-primary-500\/40:active {
  background-color: rgb(25 141 168 / 0.4);
}

.active\:bg-primary-500\/45:active {
  background-color: rgb(25 141 168 / 0.45);
}

.active\:bg-primary-500\/5:active {
  background-color: rgb(25 141 168 / 0.05);
}

.active\:bg-primary-500\/50:active {
  background-color: rgb(25 141 168 / 0.5);
}

.active\:bg-primary-500\/55:active {
  background-color: rgb(25 141 168 / 0.55);
}

.active\:bg-primary-500\/60:active {
  background-color: rgb(25 141 168 / 0.6);
}

.active\:bg-primary-500\/65:active {
  background-color: rgb(25 141 168 / 0.65);
}

.active\:bg-primary-500\/70:active {
  background-color: rgb(25 141 168 / 0.7);
}

.active\:bg-primary-500\/75:active {
  background-color: rgb(25 141 168 / 0.75);
}

.active\:bg-primary-500\/80:active {
  background-color: rgb(25 141 168 / 0.8);
}

.active\:bg-primary-500\/85:active {
  background-color: rgb(25 141 168 / 0.85);
}

.active\:bg-primary-500\/90:active {
  background-color: rgb(25 141 168 / 0.9);
}

.active\:bg-primary-500\/95:active {
  background-color: rgb(25 141 168 / 0.95);
}

.active\:bg-primary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 113 136 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-600\/0:active {
  background-color: rgb(20 113 136 / 0);
}

.active\:bg-primary-600\/10:active {
  background-color: rgb(20 113 136 / 0.1);
}

.active\:bg-primary-600\/100:active {
  background-color: rgb(20 113 136 / 1);
}

.active\:bg-primary-600\/15:active {
  background-color: rgb(20 113 136 / 0.15);
}

.active\:bg-primary-600\/20:active {
  background-color: rgb(20 113 136 / 0.2);
}

.active\:bg-primary-600\/25:active {
  background-color: rgb(20 113 136 / 0.25);
}

.active\:bg-primary-600\/30:active {
  background-color: rgb(20 113 136 / 0.3);
}

.active\:bg-primary-600\/35:active {
  background-color: rgb(20 113 136 / 0.35);
}

.active\:bg-primary-600\/40:active {
  background-color: rgb(20 113 136 / 0.4);
}

.active\:bg-primary-600\/45:active {
  background-color: rgb(20 113 136 / 0.45);
}

.active\:bg-primary-600\/5:active {
  background-color: rgb(20 113 136 / 0.05);
}

.active\:bg-primary-600\/50:active {
  background-color: rgb(20 113 136 / 0.5);
}

.active\:bg-primary-600\/55:active {
  background-color: rgb(20 113 136 / 0.55);
}

.active\:bg-primary-600\/60:active {
  background-color: rgb(20 113 136 / 0.6);
}

.active\:bg-primary-600\/65:active {
  background-color: rgb(20 113 136 / 0.65);
}

.active\:bg-primary-600\/70:active {
  background-color: rgb(20 113 136 / 0.7);
}

.active\:bg-primary-600\/75:active {
  background-color: rgb(20 113 136 / 0.75);
}

.active\:bg-primary-600\/80:active {
  background-color: rgb(20 113 136 / 0.8);
}

.active\:bg-primary-600\/85:active {
  background-color: rgb(20 113 136 / 0.85);
}

.active\:bg-primary-600\/90:active {
  background-color: rgb(20 113 136 / 0.9);
}

.active\:bg-primary-600\/95:active {
  background-color: rgb(20 113 136 / 0.95);
}

.active\:bg-primary-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-700\/0:active {
  background-color: rgb(15 85 104 / 0);
}

.active\:bg-primary-700\/10:active {
  background-color: rgb(15 85 104 / 0.1);
}

.active\:bg-primary-700\/100:active {
  background-color: rgb(15 85 104 / 1);
}

.active\:bg-primary-700\/15:active {
  background-color: rgb(15 85 104 / 0.15);
}

.active\:bg-primary-700\/20:active {
  background-color: rgb(15 85 104 / 0.2);
}

.active\:bg-primary-700\/25:active {
  background-color: rgb(15 85 104 / 0.25);
}

.active\:bg-primary-700\/30:active {
  background-color: rgb(15 85 104 / 0.3);
}

.active\:bg-primary-700\/35:active {
  background-color: rgb(15 85 104 / 0.35);
}

.active\:bg-primary-700\/40:active {
  background-color: rgb(15 85 104 / 0.4);
}

.active\:bg-primary-700\/45:active {
  background-color: rgb(15 85 104 / 0.45);
}

.active\:bg-primary-700\/5:active {
  background-color: rgb(15 85 104 / 0.05);
}

.active\:bg-primary-700\/50:active {
  background-color: rgb(15 85 104 / 0.5);
}

.active\:bg-primary-700\/55:active {
  background-color: rgb(15 85 104 / 0.55);
}

.active\:bg-primary-700\/60:active {
  background-color: rgb(15 85 104 / 0.6);
}

.active\:bg-primary-700\/65:active {
  background-color: rgb(15 85 104 / 0.65);
}

.active\:bg-primary-700\/70:active {
  background-color: rgb(15 85 104 / 0.7);
}

.active\:bg-primary-700\/75:active {
  background-color: rgb(15 85 104 / 0.75);
}

.active\:bg-primary-700\/80:active {
  background-color: rgb(15 85 104 / 0.8);
}

.active\:bg-primary-700\/85:active {
  background-color: rgb(15 85 104 / 0.85);
}

.active\:bg-primary-700\/90:active {
  background-color: rgb(15 85 104 / 0.9);
}

.active\:bg-primary-700\/95:active {
  background-color: rgb(15 85 104 / 0.95);
}

.active\:bg-primary-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 72 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-800\/0:active {
  background-color: rgb(10 57 72 / 0);
}

.active\:bg-primary-800\/10:active {
  background-color: rgb(10 57 72 / 0.1);
}

.active\:bg-primary-800\/100:active {
  background-color: rgb(10 57 72 / 1);
}

.active\:bg-primary-800\/15:active {
  background-color: rgb(10 57 72 / 0.15);
}

.active\:bg-primary-800\/20:active {
  background-color: rgb(10 57 72 / 0.2);
}

.active\:bg-primary-800\/25:active {
  background-color: rgb(10 57 72 / 0.25);
}

.active\:bg-primary-800\/30:active {
  background-color: rgb(10 57 72 / 0.3);
}

.active\:bg-primary-800\/35:active {
  background-color: rgb(10 57 72 / 0.35);
}

.active\:bg-primary-800\/40:active {
  background-color: rgb(10 57 72 / 0.4);
}

.active\:bg-primary-800\/45:active {
  background-color: rgb(10 57 72 / 0.45);
}

.active\:bg-primary-800\/5:active {
  background-color: rgb(10 57 72 / 0.05);
}

.active\:bg-primary-800\/50:active {
  background-color: rgb(10 57 72 / 0.5);
}

.active\:bg-primary-800\/55:active {
  background-color: rgb(10 57 72 / 0.55);
}

.active\:bg-primary-800\/60:active {
  background-color: rgb(10 57 72 / 0.6);
}

.active\:bg-primary-800\/65:active {
  background-color: rgb(10 57 72 / 0.65);
}

.active\:bg-primary-800\/70:active {
  background-color: rgb(10 57 72 / 0.7);
}

.active\:bg-primary-800\/75:active {
  background-color: rgb(10 57 72 / 0.75);
}

.active\:bg-primary-800\/80:active {
  background-color: rgb(10 57 72 / 0.8);
}

.active\:bg-primary-800\/85:active {
  background-color: rgb(10 57 72 / 0.85);
}

.active\:bg-primary-800\/90:active {
  background-color: rgb(10 57 72 / 0.9);
}

.active\:bg-primary-800\/95:active {
  background-color: rgb(10 57 72 / 0.95);
}

.active\:bg-primary-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 29 40 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-900\/0:active {
  background-color: rgb(5 29 40 / 0);
}

.active\:bg-primary-900\/10:active {
  background-color: rgb(5 29 40 / 0.1);
}

.active\:bg-primary-900\/100:active {
  background-color: rgb(5 29 40 / 1);
}

.active\:bg-primary-900\/15:active {
  background-color: rgb(5 29 40 / 0.15);
}

.active\:bg-primary-900\/20:active {
  background-color: rgb(5 29 40 / 0.2);
}

.active\:bg-primary-900\/25:active {
  background-color: rgb(5 29 40 / 0.25);
}

.active\:bg-primary-900\/30:active {
  background-color: rgb(5 29 40 / 0.3);
}

.active\:bg-primary-900\/35:active {
  background-color: rgb(5 29 40 / 0.35);
}

.active\:bg-primary-900\/40:active {
  background-color: rgb(5 29 40 / 0.4);
}

.active\:bg-primary-900\/45:active {
  background-color: rgb(5 29 40 / 0.45);
}

.active\:bg-primary-900\/5:active {
  background-color: rgb(5 29 40 / 0.05);
}

.active\:bg-primary-900\/50:active {
  background-color: rgb(5 29 40 / 0.5);
}

.active\:bg-primary-900\/55:active {
  background-color: rgb(5 29 40 / 0.55);
}

.active\:bg-primary-900\/60:active {
  background-color: rgb(5 29 40 / 0.6);
}

.active\:bg-primary-900\/65:active {
  background-color: rgb(5 29 40 / 0.65);
}

.active\:bg-primary-900\/70:active {
  background-color: rgb(5 29 40 / 0.7);
}

.active\:bg-primary-900\/75:active {
  background-color: rgb(5 29 40 / 0.75);
}

.active\:bg-primary-900\/80:active {
  background-color: rgb(5 29 40 / 0.8);
}

.active\:bg-primary-900\/85:active {
  background-color: rgb(5 29 40 / 0.85);
}

.active\:bg-primary-900\/90:active {
  background-color: rgb(5 29 40 / 0.9);
}

.active\:bg-primary-900\/95:active {
  background-color: rgb(5 29 40 / 0.95);
}

.active\:bg-primary-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 85 104 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-dark\/0:active {
  background-color: rgb(15 85 104 / 0);
}

.active\:bg-primary-dark\/10:active {
  background-color: rgb(15 85 104 / 0.1);
}

.active\:bg-primary-dark\/100:active {
  background-color: rgb(15 85 104 / 1);
}

.active\:bg-primary-dark\/15:active {
  background-color: rgb(15 85 104 / 0.15);
}

.active\:bg-primary-dark\/20:active {
  background-color: rgb(15 85 104 / 0.2);
}

.active\:bg-primary-dark\/25:active {
  background-color: rgb(15 85 104 / 0.25);
}

.active\:bg-primary-dark\/30:active {
  background-color: rgb(15 85 104 / 0.3);
}

.active\:bg-primary-dark\/35:active {
  background-color: rgb(15 85 104 / 0.35);
}

.active\:bg-primary-dark\/40:active {
  background-color: rgb(15 85 104 / 0.4);
}

.active\:bg-primary-dark\/45:active {
  background-color: rgb(15 85 104 / 0.45);
}

.active\:bg-primary-dark\/5:active {
  background-color: rgb(15 85 104 / 0.05);
}

.active\:bg-primary-dark\/50:active {
  background-color: rgb(15 85 104 / 0.5);
}

.active\:bg-primary-dark\/55:active {
  background-color: rgb(15 85 104 / 0.55);
}

.active\:bg-primary-dark\/60:active {
  background-color: rgb(15 85 104 / 0.6);
}

.active\:bg-primary-dark\/65:active {
  background-color: rgb(15 85 104 / 0.65);
}

.active\:bg-primary-dark\/70:active {
  background-color: rgb(15 85 104 / 0.7);
}

.active\:bg-primary-dark\/75:active {
  background-color: rgb(15 85 104 / 0.75);
}

.active\:bg-primary-dark\/80:active {
  background-color: rgb(15 85 104 / 0.8);
}

.active\:bg-primary-dark\/85:active {
  background-color: rgb(15 85 104 / 0.85);
}

.active\:bg-primary-dark\/90:active {
  background-color: rgb(15 85 104 / 0.9);
}

.active\:bg-primary-dark\/95:active {
  background-color: rgb(15 85 104 / 0.95);
}

.active\:bg-primary-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-light\/0:active {
  background-color: rgb(230 247 249 / 0);
}

.active\:bg-primary-light\/10:active {
  background-color: rgb(230 247 249 / 0.1);
}

.active\:bg-primary-light\/100:active {
  background-color: rgb(230 247 249 / 1);
}

.active\:bg-primary-light\/15:active {
  background-color: rgb(230 247 249 / 0.15);
}

.active\:bg-primary-light\/20:active {
  background-color: rgb(230 247 249 / 0.2);
}

.active\:bg-primary-light\/25:active {
  background-color: rgb(230 247 249 / 0.25);
}

.active\:bg-primary-light\/30:active {
  background-color: rgb(230 247 249 / 0.3);
}

.active\:bg-primary-light\/35:active {
  background-color: rgb(230 247 249 / 0.35);
}

.active\:bg-primary-light\/40:active {
  background-color: rgb(230 247 249 / 0.4);
}

.active\:bg-primary-light\/45:active {
  background-color: rgb(230 247 249 / 0.45);
}

.active\:bg-primary-light\/5:active {
  background-color: rgb(230 247 249 / 0.05);
}

.active\:bg-primary-light\/50:active {
  background-color: rgb(230 247 249 / 0.5);
}

.active\:bg-primary-light\/55:active {
  background-color: rgb(230 247 249 / 0.55);
}

.active\:bg-primary-light\/60:active {
  background-color: rgb(230 247 249 / 0.6);
}

.active\:bg-primary-light\/65:active {
  background-color: rgb(230 247 249 / 0.65);
}

.active\:bg-primary-light\/70:active {
  background-color: rgb(230 247 249 / 0.7);
}

.active\:bg-primary-light\/75:active {
  background-color: rgb(230 247 249 / 0.75);
}

.active\:bg-primary-light\/80:active {
  background-color: rgb(230 247 249 / 0.8);
}

.active\:bg-primary-light\/85:active {
  background-color: rgb(230 247 249 / 0.85);
}

.active\:bg-primary-light\/90:active {
  background-color: rgb(230 247 249 / 0.9);
}

.active\:bg-primary-light\/95:active {
  background-color: rgb(230 247 249 / 0.95);
}

.active\:bg-primary\/0:active {
  background-color: rgb(25 141 168 / 0);
}

.active\:bg-primary\/10:active {
  background-color: rgb(25 141 168 / 0.1);
}

.active\:bg-primary\/100:active {
  background-color: rgb(25 141 168 / 1);
}

.active\:bg-primary\/15:active {
  background-color: rgb(25 141 168 / 0.15);
}

.active\:bg-primary\/20:active {
  background-color: rgb(25 141 168 / 0.2);
}

.active\:bg-primary\/25:active {
  background-color: rgb(25 141 168 / 0.25);
}

.active\:bg-primary\/30:active {
  background-color: rgb(25 141 168 / 0.3);
}

.active\:bg-primary\/35:active {
  background-color: rgb(25 141 168 / 0.35);
}

.active\:bg-primary\/40:active {
  background-color: rgb(25 141 168 / 0.4);
}

.active\:bg-primary\/45:active {
  background-color: rgb(25 141 168 / 0.45);
}

.active\:bg-primary\/5:active {
  background-color: rgb(25 141 168 / 0.05);
}

.active\:bg-primary\/50:active {
  background-color: rgb(25 141 168 / 0.5);
}

.active\:bg-primary\/55:active {
  background-color: rgb(25 141 168 / 0.55);
}

.active\:bg-primary\/60:active {
  background-color: rgb(25 141 168 / 0.6);
}

.active\:bg-primary\/65:active {
  background-color: rgb(25 141 168 / 0.65);
}

.active\:bg-primary\/70:active {
  background-color: rgb(25 141 168 / 0.7);
}

.active\:bg-primary\/75:active {
  background-color: rgb(25 141 168 / 0.75);
}

.active\:bg-primary\/80:active {
  background-color: rgb(25 141 168 / 0.8);
}

.active\:bg-primary\/85:active {
  background-color: rgb(25 141 168 / 0.85);
}

.active\:bg-primary\/90:active {
  background-color: rgb(25 141 168 / 0.9);
}

.active\:bg-primary\/95:active {
  background-color: rgb(25 141 168 / 0.95);
}

.active\:bg-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-100\/0:active {
  background-color: rgb(241 245 249 / 0);
}

.active\:bg-secondary-100\/10:active {
  background-color: rgb(241 245 249 / 0.1);
}

.active\:bg-secondary-100\/100:active {
  background-color: rgb(241 245 249 / 1);
}

.active\:bg-secondary-100\/15:active {
  background-color: rgb(241 245 249 / 0.15);
}

.active\:bg-secondary-100\/20:active {
  background-color: rgb(241 245 249 / 0.2);
}

.active\:bg-secondary-100\/25:active {
  background-color: rgb(241 245 249 / 0.25);
}

.active\:bg-secondary-100\/30:active {
  background-color: rgb(241 245 249 / 0.3);
}

.active\:bg-secondary-100\/35:active {
  background-color: rgb(241 245 249 / 0.35);
}

.active\:bg-secondary-100\/40:active {
  background-color: rgb(241 245 249 / 0.4);
}

.active\:bg-secondary-100\/45:active {
  background-color: rgb(241 245 249 / 0.45);
}

.active\:bg-secondary-100\/5:active {
  background-color: rgb(241 245 249 / 0.05);
}

.active\:bg-secondary-100\/50:active {
  background-color: rgb(241 245 249 / 0.5);
}

.active\:bg-secondary-100\/55:active {
  background-color: rgb(241 245 249 / 0.55);
}

.active\:bg-secondary-100\/60:active {
  background-color: rgb(241 245 249 / 0.6);
}

.active\:bg-secondary-100\/65:active {
  background-color: rgb(241 245 249 / 0.65);
}

.active\:bg-secondary-100\/70:active {
  background-color: rgb(241 245 249 / 0.7);
}

.active\:bg-secondary-100\/75:active {
  background-color: rgb(241 245 249 / 0.75);
}

.active\:bg-secondary-100\/80:active {
  background-color: rgb(241 245 249 / 0.8);
}

.active\:bg-secondary-100\/85:active {
  background-color: rgb(241 245 249 / 0.85);
}

.active\:bg-secondary-100\/90:active {
  background-color: rgb(241 245 249 / 0.9);
}

.active\:bg-secondary-100\/95:active {
  background-color: rgb(241 245 249 / 0.95);
}

.active\:bg-secondary-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-200\/0:active {
  background-color: rgb(226 232 240 / 0);
}

.active\:bg-secondary-200\/10:active {
  background-color: rgb(226 232 240 / 0.1);
}

.active\:bg-secondary-200\/100:active {
  background-color: rgb(226 232 240 / 1);
}

.active\:bg-secondary-200\/15:active {
  background-color: rgb(226 232 240 / 0.15);
}

.active\:bg-secondary-200\/20:active {
  background-color: rgb(226 232 240 / 0.2);
}

.active\:bg-secondary-200\/25:active {
  background-color: rgb(226 232 240 / 0.25);
}

.active\:bg-secondary-200\/30:active {
  background-color: rgb(226 232 240 / 0.3);
}

.active\:bg-secondary-200\/35:active {
  background-color: rgb(226 232 240 / 0.35);
}

.active\:bg-secondary-200\/40:active {
  background-color: rgb(226 232 240 / 0.4);
}

.active\:bg-secondary-200\/45:active {
  background-color: rgb(226 232 240 / 0.45);
}

.active\:bg-secondary-200\/5:active {
  background-color: rgb(226 232 240 / 0.05);
}

.active\:bg-secondary-200\/50:active {
  background-color: rgb(226 232 240 / 0.5);
}

.active\:bg-secondary-200\/55:active {
  background-color: rgb(226 232 240 / 0.55);
}

.active\:bg-secondary-200\/60:active {
  background-color: rgb(226 232 240 / 0.6);
}

.active\:bg-secondary-200\/65:active {
  background-color: rgb(226 232 240 / 0.65);
}

.active\:bg-secondary-200\/70:active {
  background-color: rgb(226 232 240 / 0.7);
}

.active\:bg-secondary-200\/75:active {
  background-color: rgb(226 232 240 / 0.75);
}

.active\:bg-secondary-200\/80:active {
  background-color: rgb(226 232 240 / 0.8);
}

.active\:bg-secondary-200\/85:active {
  background-color: rgb(226 232 240 / 0.85);
}

.active\:bg-secondary-200\/90:active {
  background-color: rgb(226 232 240 / 0.9);
}

.active\:bg-secondary-200\/95:active {
  background-color: rgb(226 232 240 / 0.95);
}

.active\:bg-secondary-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-300\/0:active {
  background-color: rgb(203 213 225 / 0);
}

.active\:bg-secondary-300\/10:active {
  background-color: rgb(203 213 225 / 0.1);
}

.active\:bg-secondary-300\/100:active {
  background-color: rgb(203 213 225 / 1);
}

.active\:bg-secondary-300\/15:active {
  background-color: rgb(203 213 225 / 0.15);
}

.active\:bg-secondary-300\/20:active {
  background-color: rgb(203 213 225 / 0.2);
}

.active\:bg-secondary-300\/25:active {
  background-color: rgb(203 213 225 / 0.25);
}

.active\:bg-secondary-300\/30:active {
  background-color: rgb(203 213 225 / 0.3);
}

.active\:bg-secondary-300\/35:active {
  background-color: rgb(203 213 225 / 0.35);
}

.active\:bg-secondary-300\/40:active {
  background-color: rgb(203 213 225 / 0.4);
}

.active\:bg-secondary-300\/45:active {
  background-color: rgb(203 213 225 / 0.45);
}

.active\:bg-secondary-300\/5:active {
  background-color: rgb(203 213 225 / 0.05);
}

.active\:bg-secondary-300\/50:active {
  background-color: rgb(203 213 225 / 0.5);
}

.active\:bg-secondary-300\/55:active {
  background-color: rgb(203 213 225 / 0.55);
}

.active\:bg-secondary-300\/60:active {
  background-color: rgb(203 213 225 / 0.6);
}

.active\:bg-secondary-300\/65:active {
  background-color: rgb(203 213 225 / 0.65);
}

.active\:bg-secondary-300\/70:active {
  background-color: rgb(203 213 225 / 0.7);
}

.active\:bg-secondary-300\/75:active {
  background-color: rgb(203 213 225 / 0.75);
}

.active\:bg-secondary-300\/80:active {
  background-color: rgb(203 213 225 / 0.8);
}

.active\:bg-secondary-300\/85:active {
  background-color: rgb(203 213 225 / 0.85);
}

.active\:bg-secondary-300\/90:active {
  background-color: rgb(203 213 225 / 0.9);
}

.active\:bg-secondary-300\/95:active {
  background-color: rgb(203 213 225 / 0.95);
}

.active\:bg-secondary-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-400\/0:active {
  background-color: rgb(148 163 184 / 0);
}

.active\:bg-secondary-400\/10:active {
  background-color: rgb(148 163 184 / 0.1);
}

.active\:bg-secondary-400\/100:active {
  background-color: rgb(148 163 184 / 1);
}

.active\:bg-secondary-400\/15:active {
  background-color: rgb(148 163 184 / 0.15);
}

.active\:bg-secondary-400\/20:active {
  background-color: rgb(148 163 184 / 0.2);
}

.active\:bg-secondary-400\/25:active {
  background-color: rgb(148 163 184 / 0.25);
}

.active\:bg-secondary-400\/30:active {
  background-color: rgb(148 163 184 / 0.3);
}

.active\:bg-secondary-400\/35:active {
  background-color: rgb(148 163 184 / 0.35);
}

.active\:bg-secondary-400\/40:active {
  background-color: rgb(148 163 184 / 0.4);
}

.active\:bg-secondary-400\/45:active {
  background-color: rgb(148 163 184 / 0.45);
}

.active\:bg-secondary-400\/5:active {
  background-color: rgb(148 163 184 / 0.05);
}

.active\:bg-secondary-400\/50:active {
  background-color: rgb(148 163 184 / 0.5);
}

.active\:bg-secondary-400\/55:active {
  background-color: rgb(148 163 184 / 0.55);
}

.active\:bg-secondary-400\/60:active {
  background-color: rgb(148 163 184 / 0.6);
}

.active\:bg-secondary-400\/65:active {
  background-color: rgb(148 163 184 / 0.65);
}

.active\:bg-secondary-400\/70:active {
  background-color: rgb(148 163 184 / 0.7);
}

.active\:bg-secondary-400\/75:active {
  background-color: rgb(148 163 184 / 0.75);
}

.active\:bg-secondary-400\/80:active {
  background-color: rgb(148 163 184 / 0.8);
}

.active\:bg-secondary-400\/85:active {
  background-color: rgb(148 163 184 / 0.85);
}

.active\:bg-secondary-400\/90:active {
  background-color: rgb(148 163 184 / 0.9);
}

.active\:bg-secondary-400\/95:active {
  background-color: rgb(148 163 184 / 0.95);
}

.active\:bg-secondary-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-50\/0:active {
  background-color: rgb(248 250 252 / 0);
}

.active\:bg-secondary-50\/10:active {
  background-color: rgb(248 250 252 / 0.1);
}

.active\:bg-secondary-50\/100:active {
  background-color: rgb(248 250 252 / 1);
}

.active\:bg-secondary-50\/15:active {
  background-color: rgb(248 250 252 / 0.15);
}

.active\:bg-secondary-50\/20:active {
  background-color: rgb(248 250 252 / 0.2);
}

.active\:bg-secondary-50\/25:active {
  background-color: rgb(248 250 252 / 0.25);
}

.active\:bg-secondary-50\/30:active {
  background-color: rgb(248 250 252 / 0.3);
}

.active\:bg-secondary-50\/35:active {
  background-color: rgb(248 250 252 / 0.35);
}

.active\:bg-secondary-50\/40:active {
  background-color: rgb(248 250 252 / 0.4);
}

.active\:bg-secondary-50\/45:active {
  background-color: rgb(248 250 252 / 0.45);
}

.active\:bg-secondary-50\/5:active {
  background-color: rgb(248 250 252 / 0.05);
}

.active\:bg-secondary-50\/50:active {
  background-color: rgb(248 250 252 / 0.5);
}

.active\:bg-secondary-50\/55:active {
  background-color: rgb(248 250 252 / 0.55);
}

.active\:bg-secondary-50\/60:active {
  background-color: rgb(248 250 252 / 0.6);
}

.active\:bg-secondary-50\/65:active {
  background-color: rgb(248 250 252 / 0.65);
}

.active\:bg-secondary-50\/70:active {
  background-color: rgb(248 250 252 / 0.7);
}

.active\:bg-secondary-50\/75:active {
  background-color: rgb(248 250 252 / 0.75);
}

.active\:bg-secondary-50\/80:active {
  background-color: rgb(248 250 252 / 0.8);
}

.active\:bg-secondary-50\/85:active {
  background-color: rgb(248 250 252 / 0.85);
}

.active\:bg-secondary-50\/90:active {
  background-color: rgb(248 250 252 / 0.9);
}

.active\:bg-secondary-50\/95:active {
  background-color: rgb(248 250 252 / 0.95);
}

.active\:bg-secondary-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-500\/0:active {
  background-color: rgb(100 116 139 / 0);
}

.active\:bg-secondary-500\/10:active {
  background-color: rgb(100 116 139 / 0.1);
}

.active\:bg-secondary-500\/100:active {
  background-color: rgb(100 116 139 / 1);
}

.active\:bg-secondary-500\/15:active {
  background-color: rgb(100 116 139 / 0.15);
}

.active\:bg-secondary-500\/20:active {
  background-color: rgb(100 116 139 / 0.2);
}

.active\:bg-secondary-500\/25:active {
  background-color: rgb(100 116 139 / 0.25);
}

.active\:bg-secondary-500\/30:active {
  background-color: rgb(100 116 139 / 0.3);
}

.active\:bg-secondary-500\/35:active {
  background-color: rgb(100 116 139 / 0.35);
}

.active\:bg-secondary-500\/40:active {
  background-color: rgb(100 116 139 / 0.4);
}

.active\:bg-secondary-500\/45:active {
  background-color: rgb(100 116 139 / 0.45);
}

.active\:bg-secondary-500\/5:active {
  background-color: rgb(100 116 139 / 0.05);
}

.active\:bg-secondary-500\/50:active {
  background-color: rgb(100 116 139 / 0.5);
}

.active\:bg-secondary-500\/55:active {
  background-color: rgb(100 116 139 / 0.55);
}

.active\:bg-secondary-500\/60:active {
  background-color: rgb(100 116 139 / 0.6);
}

.active\:bg-secondary-500\/65:active {
  background-color: rgb(100 116 139 / 0.65);
}

.active\:bg-secondary-500\/70:active {
  background-color: rgb(100 116 139 / 0.7);
}

.active\:bg-secondary-500\/75:active {
  background-color: rgb(100 116 139 / 0.75);
}

.active\:bg-secondary-500\/80:active {
  background-color: rgb(100 116 139 / 0.8);
}

.active\:bg-secondary-500\/85:active {
  background-color: rgb(100 116 139 / 0.85);
}

.active\:bg-secondary-500\/90:active {
  background-color: rgb(100 116 139 / 0.9);
}

.active\:bg-secondary-500\/95:active {
  background-color: rgb(100 116 139 / 0.95);
}

.active\:bg-secondary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-600\/0:active {
  background-color: rgb(71 85 105 / 0);
}

.active\:bg-secondary-600\/10:active {
  background-color: rgb(71 85 105 / 0.1);
}

.active\:bg-secondary-600\/100:active {
  background-color: rgb(71 85 105 / 1);
}

.active\:bg-secondary-600\/15:active {
  background-color: rgb(71 85 105 / 0.15);
}

.active\:bg-secondary-600\/20:active {
  background-color: rgb(71 85 105 / 0.2);
}

.active\:bg-secondary-600\/25:active {
  background-color: rgb(71 85 105 / 0.25);
}

.active\:bg-secondary-600\/30:active {
  background-color: rgb(71 85 105 / 0.3);
}

.active\:bg-secondary-600\/35:active {
  background-color: rgb(71 85 105 / 0.35);
}

.active\:bg-secondary-600\/40:active {
  background-color: rgb(71 85 105 / 0.4);
}

.active\:bg-secondary-600\/45:active {
  background-color: rgb(71 85 105 / 0.45);
}

.active\:bg-secondary-600\/5:active {
  background-color: rgb(71 85 105 / 0.05);
}

.active\:bg-secondary-600\/50:active {
  background-color: rgb(71 85 105 / 0.5);
}

.active\:bg-secondary-600\/55:active {
  background-color: rgb(71 85 105 / 0.55);
}

.active\:bg-secondary-600\/60:active {
  background-color: rgb(71 85 105 / 0.6);
}

.active\:bg-secondary-600\/65:active {
  background-color: rgb(71 85 105 / 0.65);
}

.active\:bg-secondary-600\/70:active {
  background-color: rgb(71 85 105 / 0.7);
}

.active\:bg-secondary-600\/75:active {
  background-color: rgb(71 85 105 / 0.75);
}

.active\:bg-secondary-600\/80:active {
  background-color: rgb(71 85 105 / 0.8);
}

.active\:bg-secondary-600\/85:active {
  background-color: rgb(71 85 105 / 0.85);
}

.active\:bg-secondary-600\/90:active {
  background-color: rgb(71 85 105 / 0.9);
}

.active\:bg-secondary-600\/95:active {
  background-color: rgb(71 85 105 / 0.95);
}

.active\:bg-secondary-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-700\/0:active {
  background-color: rgb(51 65 85 / 0);
}

.active\:bg-secondary-700\/10:active {
  background-color: rgb(51 65 85 / 0.1);
}

.active\:bg-secondary-700\/100:active {
  background-color: rgb(51 65 85 / 1);
}

.active\:bg-secondary-700\/15:active {
  background-color: rgb(51 65 85 / 0.15);
}

.active\:bg-secondary-700\/20:active {
  background-color: rgb(51 65 85 / 0.2);
}

.active\:bg-secondary-700\/25:active {
  background-color: rgb(51 65 85 / 0.25);
}

.active\:bg-secondary-700\/30:active {
  background-color: rgb(51 65 85 / 0.3);
}

.active\:bg-secondary-700\/35:active {
  background-color: rgb(51 65 85 / 0.35);
}

.active\:bg-secondary-700\/40:active {
  background-color: rgb(51 65 85 / 0.4);
}

.active\:bg-secondary-700\/45:active {
  background-color: rgb(51 65 85 / 0.45);
}

.active\:bg-secondary-700\/5:active {
  background-color: rgb(51 65 85 / 0.05);
}

.active\:bg-secondary-700\/50:active {
  background-color: rgb(51 65 85 / 0.5);
}

.active\:bg-secondary-700\/55:active {
  background-color: rgb(51 65 85 / 0.55);
}

.active\:bg-secondary-700\/60:active {
  background-color: rgb(51 65 85 / 0.6);
}

.active\:bg-secondary-700\/65:active {
  background-color: rgb(51 65 85 / 0.65);
}

.active\:bg-secondary-700\/70:active {
  background-color: rgb(51 65 85 / 0.7);
}

.active\:bg-secondary-700\/75:active {
  background-color: rgb(51 65 85 / 0.75);
}

.active\:bg-secondary-700\/80:active {
  background-color: rgb(51 65 85 / 0.8);
}

.active\:bg-secondary-700\/85:active {
  background-color: rgb(51 65 85 / 0.85);
}

.active\:bg-secondary-700\/90:active {
  background-color: rgb(51 65 85 / 0.9);
}

.active\:bg-secondary-700\/95:active {
  background-color: rgb(51 65 85 / 0.95);
}

.active\:bg-secondary-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-800\/0:active {
  background-color: rgb(30 41 59 / 0);
}

.active\:bg-secondary-800\/10:active {
  background-color: rgb(30 41 59 / 0.1);
}

.active\:bg-secondary-800\/100:active {
  background-color: rgb(30 41 59 / 1);
}

.active\:bg-secondary-800\/15:active {
  background-color: rgb(30 41 59 / 0.15);
}

.active\:bg-secondary-800\/20:active {
  background-color: rgb(30 41 59 / 0.2);
}

.active\:bg-secondary-800\/25:active {
  background-color: rgb(30 41 59 / 0.25);
}

.active\:bg-secondary-800\/30:active {
  background-color: rgb(30 41 59 / 0.3);
}

.active\:bg-secondary-800\/35:active {
  background-color: rgb(30 41 59 / 0.35);
}

.active\:bg-secondary-800\/40:active {
  background-color: rgb(30 41 59 / 0.4);
}

.active\:bg-secondary-800\/45:active {
  background-color: rgb(30 41 59 / 0.45);
}

.active\:bg-secondary-800\/5:active {
  background-color: rgb(30 41 59 / 0.05);
}

.active\:bg-secondary-800\/50:active {
  background-color: rgb(30 41 59 / 0.5);
}

.active\:bg-secondary-800\/55:active {
  background-color: rgb(30 41 59 / 0.55);
}

.active\:bg-secondary-800\/60:active {
  background-color: rgb(30 41 59 / 0.6);
}

.active\:bg-secondary-800\/65:active {
  background-color: rgb(30 41 59 / 0.65);
}

.active\:bg-secondary-800\/70:active {
  background-color: rgb(30 41 59 / 0.7);
}

.active\:bg-secondary-800\/75:active {
  background-color: rgb(30 41 59 / 0.75);
}

.active\:bg-secondary-800\/80:active {
  background-color: rgb(30 41 59 / 0.8);
}

.active\:bg-secondary-800\/85:active {
  background-color: rgb(30 41 59 / 0.85);
}

.active\:bg-secondary-800\/90:active {
  background-color: rgb(30 41 59 / 0.9);
}

.active\:bg-secondary-800\/95:active {
  background-color: rgb(30 41 59 / 0.95);
}

.active\:bg-secondary-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-900\/0:active {
  background-color: rgb(15 23 42 / 0);
}

.active\:bg-secondary-900\/10:active {
  background-color: rgb(15 23 42 / 0.1);
}

.active\:bg-secondary-900\/100:active {
  background-color: rgb(15 23 42 / 1);
}

.active\:bg-secondary-900\/15:active {
  background-color: rgb(15 23 42 / 0.15);
}

.active\:bg-secondary-900\/20:active {
  background-color: rgb(15 23 42 / 0.2);
}

.active\:bg-secondary-900\/25:active {
  background-color: rgb(15 23 42 / 0.25);
}

.active\:bg-secondary-900\/30:active {
  background-color: rgb(15 23 42 / 0.3);
}

.active\:bg-secondary-900\/35:active {
  background-color: rgb(15 23 42 / 0.35);
}

.active\:bg-secondary-900\/40:active {
  background-color: rgb(15 23 42 / 0.4);
}

.active\:bg-secondary-900\/45:active {
  background-color: rgb(15 23 42 / 0.45);
}

.active\:bg-secondary-900\/5:active {
  background-color: rgb(15 23 42 / 0.05);
}

.active\:bg-secondary-900\/50:active {
  background-color: rgb(15 23 42 / 0.5);
}

.active\:bg-secondary-900\/55:active {
  background-color: rgb(15 23 42 / 0.55);
}

.active\:bg-secondary-900\/60:active {
  background-color: rgb(15 23 42 / 0.6);
}

.active\:bg-secondary-900\/65:active {
  background-color: rgb(15 23 42 / 0.65);
}

.active\:bg-secondary-900\/70:active {
  background-color: rgb(15 23 42 / 0.7);
}

.active\:bg-secondary-900\/75:active {
  background-color: rgb(15 23 42 / 0.75);
}

.active\:bg-secondary-900\/80:active {
  background-color: rgb(15 23 42 / 0.8);
}

.active\:bg-secondary-900\/85:active {
  background-color: rgb(15 23 42 / 0.85);
}

.active\:bg-secondary-900\/90:active {
  background-color: rgb(15 23 42 / 0.9);
}

.active\:bg-secondary-900\/95:active {
  background-color: rgb(15 23 42 / 0.95);
}

.active\:bg-secondary-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-dark\/0:active {
  background-color: rgb(51 65 85 / 0);
}

.active\:bg-secondary-dark\/10:active {
  background-color: rgb(51 65 85 / 0.1);
}

.active\:bg-secondary-dark\/100:active {
  background-color: rgb(51 65 85 / 1);
}

.active\:bg-secondary-dark\/15:active {
  background-color: rgb(51 65 85 / 0.15);
}

.active\:bg-secondary-dark\/20:active {
  background-color: rgb(51 65 85 / 0.2);
}

.active\:bg-secondary-dark\/25:active {
  background-color: rgb(51 65 85 / 0.25);
}

.active\:bg-secondary-dark\/30:active {
  background-color: rgb(51 65 85 / 0.3);
}

.active\:bg-secondary-dark\/35:active {
  background-color: rgb(51 65 85 / 0.35);
}

.active\:bg-secondary-dark\/40:active {
  background-color: rgb(51 65 85 / 0.4);
}

.active\:bg-secondary-dark\/45:active {
  background-color: rgb(51 65 85 / 0.45);
}

.active\:bg-secondary-dark\/5:active {
  background-color: rgb(51 65 85 / 0.05);
}

.active\:bg-secondary-dark\/50:active {
  background-color: rgb(51 65 85 / 0.5);
}

.active\:bg-secondary-dark\/55:active {
  background-color: rgb(51 65 85 / 0.55);
}

.active\:bg-secondary-dark\/60:active {
  background-color: rgb(51 65 85 / 0.6);
}

.active\:bg-secondary-dark\/65:active {
  background-color: rgb(51 65 85 / 0.65);
}

.active\:bg-secondary-dark\/70:active {
  background-color: rgb(51 65 85 / 0.7);
}

.active\:bg-secondary-dark\/75:active {
  background-color: rgb(51 65 85 / 0.75);
}

.active\:bg-secondary-dark\/80:active {
  background-color: rgb(51 65 85 / 0.8);
}

.active\:bg-secondary-dark\/85:active {
  background-color: rgb(51 65 85 / 0.85);
}

.active\:bg-secondary-dark\/90:active {
  background-color: rgb(51 65 85 / 0.9);
}

.active\:bg-secondary-dark\/95:active {
  background-color: rgb(51 65 85 / 0.95);
}

.active\:bg-secondary-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-light\/0:active {
  background-color: rgb(241 245 249 / 0);
}

.active\:bg-secondary-light\/10:active {
  background-color: rgb(241 245 249 / 0.1);
}

.active\:bg-secondary-light\/100:active {
  background-color: rgb(241 245 249 / 1);
}

.active\:bg-secondary-light\/15:active {
  background-color: rgb(241 245 249 / 0.15);
}

.active\:bg-secondary-light\/20:active {
  background-color: rgb(241 245 249 / 0.2);
}

.active\:bg-secondary-light\/25:active {
  background-color: rgb(241 245 249 / 0.25);
}

.active\:bg-secondary-light\/30:active {
  background-color: rgb(241 245 249 / 0.3);
}

.active\:bg-secondary-light\/35:active {
  background-color: rgb(241 245 249 / 0.35);
}

.active\:bg-secondary-light\/40:active {
  background-color: rgb(241 245 249 / 0.4);
}

.active\:bg-secondary-light\/45:active {
  background-color: rgb(241 245 249 / 0.45);
}

.active\:bg-secondary-light\/5:active {
  background-color: rgb(241 245 249 / 0.05);
}

.active\:bg-secondary-light\/50:active {
  background-color: rgb(241 245 249 / 0.5);
}

.active\:bg-secondary-light\/55:active {
  background-color: rgb(241 245 249 / 0.55);
}

.active\:bg-secondary-light\/60:active {
  background-color: rgb(241 245 249 / 0.6);
}

.active\:bg-secondary-light\/65:active {
  background-color: rgb(241 245 249 / 0.65);
}

.active\:bg-secondary-light\/70:active {
  background-color: rgb(241 245 249 / 0.7);
}

.active\:bg-secondary-light\/75:active {
  background-color: rgb(241 245 249 / 0.75);
}

.active\:bg-secondary-light\/80:active {
  background-color: rgb(241 245 249 / 0.8);
}

.active\:bg-secondary-light\/85:active {
  background-color: rgb(241 245 249 / 0.85);
}

.active\:bg-secondary-light\/90:active {
  background-color: rgb(241 245 249 / 0.9);
}

.active\:bg-secondary-light\/95:active {
  background-color: rgb(241 245 249 / 0.95);
}

.active\:bg-secondary\/0:active {
  background-color: rgb(100 116 139 / 0);
}

.active\:bg-secondary\/10:active {
  background-color: rgb(100 116 139 / 0.1);
}

.active\:bg-secondary\/100:active {
  background-color: rgb(100 116 139 / 1);
}

.active\:bg-secondary\/15:active {
  background-color: rgb(100 116 139 / 0.15);
}

.active\:bg-secondary\/20:active {
  background-color: rgb(100 116 139 / 0.2);
}

.active\:bg-secondary\/25:active {
  background-color: rgb(100 116 139 / 0.25);
}

.active\:bg-secondary\/30:active {
  background-color: rgb(100 116 139 / 0.3);
}

.active\:bg-secondary\/35:active {
  background-color: rgb(100 116 139 / 0.35);
}

.active\:bg-secondary\/40:active {
  background-color: rgb(100 116 139 / 0.4);
}

.active\:bg-secondary\/45:active {
  background-color: rgb(100 116 139 / 0.45);
}

.active\:bg-secondary\/5:active {
  background-color: rgb(100 116 139 / 0.05);
}

.active\:bg-secondary\/50:active {
  background-color: rgb(100 116 139 / 0.5);
}

.active\:bg-secondary\/55:active {
  background-color: rgb(100 116 139 / 0.55);
}

.active\:bg-secondary\/60:active {
  background-color: rgb(100 116 139 / 0.6);
}

.active\:bg-secondary\/65:active {
  background-color: rgb(100 116 139 / 0.65);
}

.active\:bg-secondary\/70:active {
  background-color: rgb(100 116 139 / 0.7);
}

.active\:bg-secondary\/75:active {
  background-color: rgb(100 116 139 / 0.75);
}

.active\:bg-secondary\/80:active {
  background-color: rgb(100 116 139 / 0.8);
}

.active\:bg-secondary\/85:active {
  background-color: rgb(100 116 139 / 0.85);
}

.active\:bg-secondary\/90:active {
  background-color: rgb(100 116 139 / 0.9);
}

.active\:bg-secondary\/95:active {
  background-color: rgb(100 116 139 / 0.95);
}

.active\:bg-success:active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-100\/0:active {
  background-color: rgb(209 250 229 / 0);
}

.active\:bg-success-100\/10:active {
  background-color: rgb(209 250 229 / 0.1);
}

.active\:bg-success-100\/100:active {
  background-color: rgb(209 250 229 / 1);
}

.active\:bg-success-100\/15:active {
  background-color: rgb(209 250 229 / 0.15);
}

.active\:bg-success-100\/20:active {
  background-color: rgb(209 250 229 / 0.2);
}

.active\:bg-success-100\/25:active {
  background-color: rgb(209 250 229 / 0.25);
}

.active\:bg-success-100\/30:active {
  background-color: rgb(209 250 229 / 0.3);
}

.active\:bg-success-100\/35:active {
  background-color: rgb(209 250 229 / 0.35);
}

.active\:bg-success-100\/40:active {
  background-color: rgb(209 250 229 / 0.4);
}

.active\:bg-success-100\/45:active {
  background-color: rgb(209 250 229 / 0.45);
}

.active\:bg-success-100\/5:active {
  background-color: rgb(209 250 229 / 0.05);
}

.active\:bg-success-100\/50:active {
  background-color: rgb(209 250 229 / 0.5);
}

.active\:bg-success-100\/55:active {
  background-color: rgb(209 250 229 / 0.55);
}

.active\:bg-success-100\/60:active {
  background-color: rgb(209 250 229 / 0.6);
}

.active\:bg-success-100\/65:active {
  background-color: rgb(209 250 229 / 0.65);
}

.active\:bg-success-100\/70:active {
  background-color: rgb(209 250 229 / 0.7);
}

.active\:bg-success-100\/75:active {
  background-color: rgb(209 250 229 / 0.75);
}

.active\:bg-success-100\/80:active {
  background-color: rgb(209 250 229 / 0.8);
}

.active\:bg-success-100\/85:active {
  background-color: rgb(209 250 229 / 0.85);
}

.active\:bg-success-100\/90:active {
  background-color: rgb(209 250 229 / 0.9);
}

.active\:bg-success-100\/95:active {
  background-color: rgb(209 250 229 / 0.95);
}

.active\:bg-success-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-200\/0:active {
  background-color: rgb(167 243 208 / 0);
}

.active\:bg-success-200\/10:active {
  background-color: rgb(167 243 208 / 0.1);
}

.active\:bg-success-200\/100:active {
  background-color: rgb(167 243 208 / 1);
}

.active\:bg-success-200\/15:active {
  background-color: rgb(167 243 208 / 0.15);
}

.active\:bg-success-200\/20:active {
  background-color: rgb(167 243 208 / 0.2);
}

.active\:bg-success-200\/25:active {
  background-color: rgb(167 243 208 / 0.25);
}

.active\:bg-success-200\/30:active {
  background-color: rgb(167 243 208 / 0.3);
}

.active\:bg-success-200\/35:active {
  background-color: rgb(167 243 208 / 0.35);
}

.active\:bg-success-200\/40:active {
  background-color: rgb(167 243 208 / 0.4);
}

.active\:bg-success-200\/45:active {
  background-color: rgb(167 243 208 / 0.45);
}

.active\:bg-success-200\/5:active {
  background-color: rgb(167 243 208 / 0.05);
}

.active\:bg-success-200\/50:active {
  background-color: rgb(167 243 208 / 0.5);
}

.active\:bg-success-200\/55:active {
  background-color: rgb(167 243 208 / 0.55);
}

.active\:bg-success-200\/60:active {
  background-color: rgb(167 243 208 / 0.6);
}

.active\:bg-success-200\/65:active {
  background-color: rgb(167 243 208 / 0.65);
}

.active\:bg-success-200\/70:active {
  background-color: rgb(167 243 208 / 0.7);
}

.active\:bg-success-200\/75:active {
  background-color: rgb(167 243 208 / 0.75);
}

.active\:bg-success-200\/80:active {
  background-color: rgb(167 243 208 / 0.8);
}

.active\:bg-success-200\/85:active {
  background-color: rgb(167 243 208 / 0.85);
}

.active\:bg-success-200\/90:active {
  background-color: rgb(167 243 208 / 0.9);
}

.active\:bg-success-200\/95:active {
  background-color: rgb(167 243 208 / 0.95);
}

.active\:bg-success-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-300\/0:active {
  background-color: rgb(110 231 183 / 0);
}

.active\:bg-success-300\/10:active {
  background-color: rgb(110 231 183 / 0.1);
}

.active\:bg-success-300\/100:active {
  background-color: rgb(110 231 183 / 1);
}

.active\:bg-success-300\/15:active {
  background-color: rgb(110 231 183 / 0.15);
}

.active\:bg-success-300\/20:active {
  background-color: rgb(110 231 183 / 0.2);
}

.active\:bg-success-300\/25:active {
  background-color: rgb(110 231 183 / 0.25);
}

.active\:bg-success-300\/30:active {
  background-color: rgb(110 231 183 / 0.3);
}

.active\:bg-success-300\/35:active {
  background-color: rgb(110 231 183 / 0.35);
}

.active\:bg-success-300\/40:active {
  background-color: rgb(110 231 183 / 0.4);
}

.active\:bg-success-300\/45:active {
  background-color: rgb(110 231 183 / 0.45);
}

.active\:bg-success-300\/5:active {
  background-color: rgb(110 231 183 / 0.05);
}

.active\:bg-success-300\/50:active {
  background-color: rgb(110 231 183 / 0.5);
}

.active\:bg-success-300\/55:active {
  background-color: rgb(110 231 183 / 0.55);
}

.active\:bg-success-300\/60:active {
  background-color: rgb(110 231 183 / 0.6);
}

.active\:bg-success-300\/65:active {
  background-color: rgb(110 231 183 / 0.65);
}

.active\:bg-success-300\/70:active {
  background-color: rgb(110 231 183 / 0.7);
}

.active\:bg-success-300\/75:active {
  background-color: rgb(110 231 183 / 0.75);
}

.active\:bg-success-300\/80:active {
  background-color: rgb(110 231 183 / 0.8);
}

.active\:bg-success-300\/85:active {
  background-color: rgb(110 231 183 / 0.85);
}

.active\:bg-success-300\/90:active {
  background-color: rgb(110 231 183 / 0.9);
}

.active\:bg-success-300\/95:active {
  background-color: rgb(110 231 183 / 0.95);
}

.active\:bg-success-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-400\/0:active {
  background-color: rgb(52 211 153 / 0);
}

.active\:bg-success-400\/10:active {
  background-color: rgb(52 211 153 / 0.1);
}

.active\:bg-success-400\/100:active {
  background-color: rgb(52 211 153 / 1);
}

.active\:bg-success-400\/15:active {
  background-color: rgb(52 211 153 / 0.15);
}

.active\:bg-success-400\/20:active {
  background-color: rgb(52 211 153 / 0.2);
}

.active\:bg-success-400\/25:active {
  background-color: rgb(52 211 153 / 0.25);
}

.active\:bg-success-400\/30:active {
  background-color: rgb(52 211 153 / 0.3);
}

.active\:bg-success-400\/35:active {
  background-color: rgb(52 211 153 / 0.35);
}

.active\:bg-success-400\/40:active {
  background-color: rgb(52 211 153 / 0.4);
}

.active\:bg-success-400\/45:active {
  background-color: rgb(52 211 153 / 0.45);
}

.active\:bg-success-400\/5:active {
  background-color: rgb(52 211 153 / 0.05);
}

.active\:bg-success-400\/50:active {
  background-color: rgb(52 211 153 / 0.5);
}

.active\:bg-success-400\/55:active {
  background-color: rgb(52 211 153 / 0.55);
}

.active\:bg-success-400\/60:active {
  background-color: rgb(52 211 153 / 0.6);
}

.active\:bg-success-400\/65:active {
  background-color: rgb(52 211 153 / 0.65);
}

.active\:bg-success-400\/70:active {
  background-color: rgb(52 211 153 / 0.7);
}

.active\:bg-success-400\/75:active {
  background-color: rgb(52 211 153 / 0.75);
}

.active\:bg-success-400\/80:active {
  background-color: rgb(52 211 153 / 0.8);
}

.active\:bg-success-400\/85:active {
  background-color: rgb(52 211 153 / 0.85);
}

.active\:bg-success-400\/90:active {
  background-color: rgb(52 211 153 / 0.9);
}

.active\:bg-success-400\/95:active {
  background-color: rgb(52 211 153 / 0.95);
}

.active\:bg-success-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-50\/0:active {
  background-color: rgb(236 253 245 / 0);
}

.active\:bg-success-50\/10:active {
  background-color: rgb(236 253 245 / 0.1);
}

.active\:bg-success-50\/100:active {
  background-color: rgb(236 253 245 / 1);
}

.active\:bg-success-50\/15:active {
  background-color: rgb(236 253 245 / 0.15);
}

.active\:bg-success-50\/20:active {
  background-color: rgb(236 253 245 / 0.2);
}

.active\:bg-success-50\/25:active {
  background-color: rgb(236 253 245 / 0.25);
}

.active\:bg-success-50\/30:active {
  background-color: rgb(236 253 245 / 0.3);
}

.active\:bg-success-50\/35:active {
  background-color: rgb(236 253 245 / 0.35);
}

.active\:bg-success-50\/40:active {
  background-color: rgb(236 253 245 / 0.4);
}

.active\:bg-success-50\/45:active {
  background-color: rgb(236 253 245 / 0.45);
}

.active\:bg-success-50\/5:active {
  background-color: rgb(236 253 245 / 0.05);
}

.active\:bg-success-50\/50:active {
  background-color: rgb(236 253 245 / 0.5);
}

.active\:bg-success-50\/55:active {
  background-color: rgb(236 253 245 / 0.55);
}

.active\:bg-success-50\/60:active {
  background-color: rgb(236 253 245 / 0.6);
}

.active\:bg-success-50\/65:active {
  background-color: rgb(236 253 245 / 0.65);
}

.active\:bg-success-50\/70:active {
  background-color: rgb(236 253 245 / 0.7);
}

.active\:bg-success-50\/75:active {
  background-color: rgb(236 253 245 / 0.75);
}

.active\:bg-success-50\/80:active {
  background-color: rgb(236 253 245 / 0.8);
}

.active\:bg-success-50\/85:active {
  background-color: rgb(236 253 245 / 0.85);
}

.active\:bg-success-50\/90:active {
  background-color: rgb(236 253 245 / 0.9);
}

.active\:bg-success-50\/95:active {
  background-color: rgb(236 253 245 / 0.95);
}

.active\:bg-success-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-500\/0:active {
  background-color: rgb(16 185 129 / 0);
}

.active\:bg-success-500\/10:active {
  background-color: rgb(16 185 129 / 0.1);
}

.active\:bg-success-500\/100:active {
  background-color: rgb(16 185 129 / 1);
}

.active\:bg-success-500\/15:active {
  background-color: rgb(16 185 129 / 0.15);
}

.active\:bg-success-500\/20:active {
  background-color: rgb(16 185 129 / 0.2);
}

.active\:bg-success-500\/25:active {
  background-color: rgb(16 185 129 / 0.25);
}

.active\:bg-success-500\/30:active {
  background-color: rgb(16 185 129 / 0.3);
}

.active\:bg-success-500\/35:active {
  background-color: rgb(16 185 129 / 0.35);
}

.active\:bg-success-500\/40:active {
  background-color: rgb(16 185 129 / 0.4);
}

.active\:bg-success-500\/45:active {
  background-color: rgb(16 185 129 / 0.45);
}

.active\:bg-success-500\/5:active {
  background-color: rgb(16 185 129 / 0.05);
}

.active\:bg-success-500\/50:active {
  background-color: rgb(16 185 129 / 0.5);
}

.active\:bg-success-500\/55:active {
  background-color: rgb(16 185 129 / 0.55);
}

.active\:bg-success-500\/60:active {
  background-color: rgb(16 185 129 / 0.6);
}

.active\:bg-success-500\/65:active {
  background-color: rgb(16 185 129 / 0.65);
}

.active\:bg-success-500\/70:active {
  background-color: rgb(16 185 129 / 0.7);
}

.active\:bg-success-500\/75:active {
  background-color: rgb(16 185 129 / 0.75);
}

.active\:bg-success-500\/80:active {
  background-color: rgb(16 185 129 / 0.8);
}

.active\:bg-success-500\/85:active {
  background-color: rgb(16 185 129 / 0.85);
}

.active\:bg-success-500\/90:active {
  background-color: rgb(16 185 129 / 0.9);
}

.active\:bg-success-500\/95:active {
  background-color: rgb(16 185 129 / 0.95);
}

.active\:bg-success-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-600\/0:active {
  background-color: rgb(5 150 105 / 0);
}

.active\:bg-success-600\/10:active {
  background-color: rgb(5 150 105 / 0.1);
}

.active\:bg-success-600\/100:active {
  background-color: rgb(5 150 105 / 1);
}

.active\:bg-success-600\/15:active {
  background-color: rgb(5 150 105 / 0.15);
}

.active\:bg-success-600\/20:active {
  background-color: rgb(5 150 105 / 0.2);
}

.active\:bg-success-600\/25:active {
  background-color: rgb(5 150 105 / 0.25);
}

.active\:bg-success-600\/30:active {
  background-color: rgb(5 150 105 / 0.3);
}

.active\:bg-success-600\/35:active {
  background-color: rgb(5 150 105 / 0.35);
}

.active\:bg-success-600\/40:active {
  background-color: rgb(5 150 105 / 0.4);
}

.active\:bg-success-600\/45:active {
  background-color: rgb(5 150 105 / 0.45);
}

.active\:bg-success-600\/5:active {
  background-color: rgb(5 150 105 / 0.05);
}

.active\:bg-success-600\/50:active {
  background-color: rgb(5 150 105 / 0.5);
}

.active\:bg-success-600\/55:active {
  background-color: rgb(5 150 105 / 0.55);
}

.active\:bg-success-600\/60:active {
  background-color: rgb(5 150 105 / 0.6);
}

.active\:bg-success-600\/65:active {
  background-color: rgb(5 150 105 / 0.65);
}

.active\:bg-success-600\/70:active {
  background-color: rgb(5 150 105 / 0.7);
}

.active\:bg-success-600\/75:active {
  background-color: rgb(5 150 105 / 0.75);
}

.active\:bg-success-600\/80:active {
  background-color: rgb(5 150 105 / 0.8);
}

.active\:bg-success-600\/85:active {
  background-color: rgb(5 150 105 / 0.85);
}

.active\:bg-success-600\/90:active {
  background-color: rgb(5 150 105 / 0.9);
}

.active\:bg-success-600\/95:active {
  background-color: rgb(5 150 105 / 0.95);
}

.active\:bg-success-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-700\/0:active {
  background-color: rgb(4 120 87 / 0);
}

.active\:bg-success-700\/10:active {
  background-color: rgb(4 120 87 / 0.1);
}

.active\:bg-success-700\/100:active {
  background-color: rgb(4 120 87 / 1);
}

.active\:bg-success-700\/15:active {
  background-color: rgb(4 120 87 / 0.15);
}

.active\:bg-success-700\/20:active {
  background-color: rgb(4 120 87 / 0.2);
}

.active\:bg-success-700\/25:active {
  background-color: rgb(4 120 87 / 0.25);
}

.active\:bg-success-700\/30:active {
  background-color: rgb(4 120 87 / 0.3);
}

.active\:bg-success-700\/35:active {
  background-color: rgb(4 120 87 / 0.35);
}

.active\:bg-success-700\/40:active {
  background-color: rgb(4 120 87 / 0.4);
}

.active\:bg-success-700\/45:active {
  background-color: rgb(4 120 87 / 0.45);
}

.active\:bg-success-700\/5:active {
  background-color: rgb(4 120 87 / 0.05);
}

.active\:bg-success-700\/50:active {
  background-color: rgb(4 120 87 / 0.5);
}

.active\:bg-success-700\/55:active {
  background-color: rgb(4 120 87 / 0.55);
}

.active\:bg-success-700\/60:active {
  background-color: rgb(4 120 87 / 0.6);
}

.active\:bg-success-700\/65:active {
  background-color: rgb(4 120 87 / 0.65);
}

.active\:bg-success-700\/70:active {
  background-color: rgb(4 120 87 / 0.7);
}

.active\:bg-success-700\/75:active {
  background-color: rgb(4 120 87 / 0.75);
}

.active\:bg-success-700\/80:active {
  background-color: rgb(4 120 87 / 0.8);
}

.active\:bg-success-700\/85:active {
  background-color: rgb(4 120 87 / 0.85);
}

.active\:bg-success-700\/90:active {
  background-color: rgb(4 120 87 / 0.9);
}

.active\:bg-success-700\/95:active {
  background-color: rgb(4 120 87 / 0.95);
}

.active\:bg-success-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-800\/0:active {
  background-color: rgb(6 95 70 / 0);
}

.active\:bg-success-800\/10:active {
  background-color: rgb(6 95 70 / 0.1);
}

.active\:bg-success-800\/100:active {
  background-color: rgb(6 95 70 / 1);
}

.active\:bg-success-800\/15:active {
  background-color: rgb(6 95 70 / 0.15);
}

.active\:bg-success-800\/20:active {
  background-color: rgb(6 95 70 / 0.2);
}

.active\:bg-success-800\/25:active {
  background-color: rgb(6 95 70 / 0.25);
}

.active\:bg-success-800\/30:active {
  background-color: rgb(6 95 70 / 0.3);
}

.active\:bg-success-800\/35:active {
  background-color: rgb(6 95 70 / 0.35);
}

.active\:bg-success-800\/40:active {
  background-color: rgb(6 95 70 / 0.4);
}

.active\:bg-success-800\/45:active {
  background-color: rgb(6 95 70 / 0.45);
}

.active\:bg-success-800\/5:active {
  background-color: rgb(6 95 70 / 0.05);
}

.active\:bg-success-800\/50:active {
  background-color: rgb(6 95 70 / 0.5);
}

.active\:bg-success-800\/55:active {
  background-color: rgb(6 95 70 / 0.55);
}

.active\:bg-success-800\/60:active {
  background-color: rgb(6 95 70 / 0.6);
}

.active\:bg-success-800\/65:active {
  background-color: rgb(6 95 70 / 0.65);
}

.active\:bg-success-800\/70:active {
  background-color: rgb(6 95 70 / 0.7);
}

.active\:bg-success-800\/75:active {
  background-color: rgb(6 95 70 / 0.75);
}

.active\:bg-success-800\/80:active {
  background-color: rgb(6 95 70 / 0.8);
}

.active\:bg-success-800\/85:active {
  background-color: rgb(6 95 70 / 0.85);
}

.active\:bg-success-800\/90:active {
  background-color: rgb(6 95 70 / 0.9);
}

.active\:bg-success-800\/95:active {
  background-color: rgb(6 95 70 / 0.95);
}

.active\:bg-success-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-900\/0:active {
  background-color: rgb(6 78 59 / 0);
}

.active\:bg-success-900\/10:active {
  background-color: rgb(6 78 59 / 0.1);
}

.active\:bg-success-900\/100:active {
  background-color: rgb(6 78 59 / 1);
}

.active\:bg-success-900\/15:active {
  background-color: rgb(6 78 59 / 0.15);
}

.active\:bg-success-900\/20:active {
  background-color: rgb(6 78 59 / 0.2);
}

.active\:bg-success-900\/25:active {
  background-color: rgb(6 78 59 / 0.25);
}

.active\:bg-success-900\/30:active {
  background-color: rgb(6 78 59 / 0.3);
}

.active\:bg-success-900\/35:active {
  background-color: rgb(6 78 59 / 0.35);
}

.active\:bg-success-900\/40:active {
  background-color: rgb(6 78 59 / 0.4);
}

.active\:bg-success-900\/45:active {
  background-color: rgb(6 78 59 / 0.45);
}

.active\:bg-success-900\/5:active {
  background-color: rgb(6 78 59 / 0.05);
}

.active\:bg-success-900\/50:active {
  background-color: rgb(6 78 59 / 0.5);
}

.active\:bg-success-900\/55:active {
  background-color: rgb(6 78 59 / 0.55);
}

.active\:bg-success-900\/60:active {
  background-color: rgb(6 78 59 / 0.6);
}

.active\:bg-success-900\/65:active {
  background-color: rgb(6 78 59 / 0.65);
}

.active\:bg-success-900\/70:active {
  background-color: rgb(6 78 59 / 0.7);
}

.active\:bg-success-900\/75:active {
  background-color: rgb(6 78 59 / 0.75);
}

.active\:bg-success-900\/80:active {
  background-color: rgb(6 78 59 / 0.8);
}

.active\:bg-success-900\/85:active {
  background-color: rgb(6 78 59 / 0.85);
}

.active\:bg-success-900\/90:active {
  background-color: rgb(6 78 59 / 0.9);
}

.active\:bg-success-900\/95:active {
  background-color: rgb(6 78 59 / 0.95);
}

.active\:bg-success-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-dark\/0:active {
  background-color: rgb(4 120 87 / 0);
}

.active\:bg-success-dark\/10:active {
  background-color: rgb(4 120 87 / 0.1);
}

.active\:bg-success-dark\/100:active {
  background-color: rgb(4 120 87 / 1);
}

.active\:bg-success-dark\/15:active {
  background-color: rgb(4 120 87 / 0.15);
}

.active\:bg-success-dark\/20:active {
  background-color: rgb(4 120 87 / 0.2);
}

.active\:bg-success-dark\/25:active {
  background-color: rgb(4 120 87 / 0.25);
}

.active\:bg-success-dark\/30:active {
  background-color: rgb(4 120 87 / 0.3);
}

.active\:bg-success-dark\/35:active {
  background-color: rgb(4 120 87 / 0.35);
}

.active\:bg-success-dark\/40:active {
  background-color: rgb(4 120 87 / 0.4);
}

.active\:bg-success-dark\/45:active {
  background-color: rgb(4 120 87 / 0.45);
}

.active\:bg-success-dark\/5:active {
  background-color: rgb(4 120 87 / 0.05);
}

.active\:bg-success-dark\/50:active {
  background-color: rgb(4 120 87 / 0.5);
}

.active\:bg-success-dark\/55:active {
  background-color: rgb(4 120 87 / 0.55);
}

.active\:bg-success-dark\/60:active {
  background-color: rgb(4 120 87 / 0.6);
}

.active\:bg-success-dark\/65:active {
  background-color: rgb(4 120 87 / 0.65);
}

.active\:bg-success-dark\/70:active {
  background-color: rgb(4 120 87 / 0.7);
}

.active\:bg-success-dark\/75:active {
  background-color: rgb(4 120 87 / 0.75);
}

.active\:bg-success-dark\/80:active {
  background-color: rgb(4 120 87 / 0.8);
}

.active\:bg-success-dark\/85:active {
  background-color: rgb(4 120 87 / 0.85);
}

.active\:bg-success-dark\/90:active {
  background-color: rgb(4 120 87 / 0.9);
}

.active\:bg-success-dark\/95:active {
  background-color: rgb(4 120 87 / 0.95);
}

.active\:bg-success-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-light\/0:active {
  background-color: rgb(209 250 229 / 0);
}

.active\:bg-success-light\/10:active {
  background-color: rgb(209 250 229 / 0.1);
}

.active\:bg-success-light\/100:active {
  background-color: rgb(209 250 229 / 1);
}

.active\:bg-success-light\/15:active {
  background-color: rgb(209 250 229 / 0.15);
}

.active\:bg-success-light\/20:active {
  background-color: rgb(209 250 229 / 0.2);
}

.active\:bg-success-light\/25:active {
  background-color: rgb(209 250 229 / 0.25);
}

.active\:bg-success-light\/30:active {
  background-color: rgb(209 250 229 / 0.3);
}

.active\:bg-success-light\/35:active {
  background-color: rgb(209 250 229 / 0.35);
}

.active\:bg-success-light\/40:active {
  background-color: rgb(209 250 229 / 0.4);
}

.active\:bg-success-light\/45:active {
  background-color: rgb(209 250 229 / 0.45);
}

.active\:bg-success-light\/5:active {
  background-color: rgb(209 250 229 / 0.05);
}

.active\:bg-success-light\/50:active {
  background-color: rgb(209 250 229 / 0.5);
}

.active\:bg-success-light\/55:active {
  background-color: rgb(209 250 229 / 0.55);
}

.active\:bg-success-light\/60:active {
  background-color: rgb(209 250 229 / 0.6);
}

.active\:bg-success-light\/65:active {
  background-color: rgb(209 250 229 / 0.65);
}

.active\:bg-success-light\/70:active {
  background-color: rgb(209 250 229 / 0.7);
}

.active\:bg-success-light\/75:active {
  background-color: rgb(209 250 229 / 0.75);
}

.active\:bg-success-light\/80:active {
  background-color: rgb(209 250 229 / 0.8);
}

.active\:bg-success-light\/85:active {
  background-color: rgb(209 250 229 / 0.85);
}

.active\:bg-success-light\/90:active {
  background-color: rgb(209 250 229 / 0.9);
}

.active\:bg-success-light\/95:active {
  background-color: rgb(209 250 229 / 0.95);
}

.active\:bg-success\/0:active {
  background-color: rgb(16 185 129 / 0);
}

.active\:bg-success\/10:active {
  background-color: rgb(16 185 129 / 0.1);
}

.active\:bg-success\/100:active {
  background-color: rgb(16 185 129 / 1);
}

.active\:bg-success\/15:active {
  background-color: rgb(16 185 129 / 0.15);
}

.active\:bg-success\/20:active {
  background-color: rgb(16 185 129 / 0.2);
}

.active\:bg-success\/25:active {
  background-color: rgb(16 185 129 / 0.25);
}

.active\:bg-success\/30:active {
  background-color: rgb(16 185 129 / 0.3);
}

.active\:bg-success\/35:active {
  background-color: rgb(16 185 129 / 0.35);
}

.active\:bg-success\/40:active {
  background-color: rgb(16 185 129 / 0.4);
}

.active\:bg-success\/45:active {
  background-color: rgb(16 185 129 / 0.45);
}

.active\:bg-success\/5:active {
  background-color: rgb(16 185 129 / 0.05);
}

.active\:bg-success\/50:active {
  background-color: rgb(16 185 129 / 0.5);
}

.active\:bg-success\/55:active {
  background-color: rgb(16 185 129 / 0.55);
}

.active\:bg-success\/60:active {
  background-color: rgb(16 185 129 / 0.6);
}

.active\:bg-success\/65:active {
  background-color: rgb(16 185 129 / 0.65);
}

.active\:bg-success\/70:active {
  background-color: rgb(16 185 129 / 0.7);
}

.active\:bg-success\/75:active {
  background-color: rgb(16 185 129 / 0.75);
}

.active\:bg-success\/80:active {
  background-color: rgb(16 185 129 / 0.8);
}

.active\:bg-success\/85:active {
  background-color: rgb(16 185 129 / 0.85);
}

.active\:bg-success\/90:active {
  background-color: rgb(16 185 129 / 0.9);
}

.active\:bg-success\/95:active {
  background-color: rgb(16 185 129 / 0.95);
}

.active\:bg-warning:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-100\/0:active {
  background-color: rgb(254 243 199 / 0);
}

.active\:bg-warning-100\/10:active {
  background-color: rgb(254 243 199 / 0.1);
}

.active\:bg-warning-100\/100:active {
  background-color: rgb(254 243 199 / 1);
}

.active\:bg-warning-100\/15:active {
  background-color: rgb(254 243 199 / 0.15);
}

.active\:bg-warning-100\/20:active {
  background-color: rgb(254 243 199 / 0.2);
}

.active\:bg-warning-100\/25:active {
  background-color: rgb(254 243 199 / 0.25);
}

.active\:bg-warning-100\/30:active {
  background-color: rgb(254 243 199 / 0.3);
}

.active\:bg-warning-100\/35:active {
  background-color: rgb(254 243 199 / 0.35);
}

.active\:bg-warning-100\/40:active {
  background-color: rgb(254 243 199 / 0.4);
}

.active\:bg-warning-100\/45:active {
  background-color: rgb(254 243 199 / 0.45);
}

.active\:bg-warning-100\/5:active {
  background-color: rgb(254 243 199 / 0.05);
}

.active\:bg-warning-100\/50:active {
  background-color: rgb(254 243 199 / 0.5);
}

.active\:bg-warning-100\/55:active {
  background-color: rgb(254 243 199 / 0.55);
}

.active\:bg-warning-100\/60:active {
  background-color: rgb(254 243 199 / 0.6);
}

.active\:bg-warning-100\/65:active {
  background-color: rgb(254 243 199 / 0.65);
}

.active\:bg-warning-100\/70:active {
  background-color: rgb(254 243 199 / 0.7);
}

.active\:bg-warning-100\/75:active {
  background-color: rgb(254 243 199 / 0.75);
}

.active\:bg-warning-100\/80:active {
  background-color: rgb(254 243 199 / 0.8);
}

.active\:bg-warning-100\/85:active {
  background-color: rgb(254 243 199 / 0.85);
}

.active\:bg-warning-100\/90:active {
  background-color: rgb(254 243 199 / 0.9);
}

.active\:bg-warning-100\/95:active {
  background-color: rgb(254 243 199 / 0.95);
}

.active\:bg-warning-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-200\/0:active {
  background-color: rgb(253 230 138 / 0);
}

.active\:bg-warning-200\/10:active {
  background-color: rgb(253 230 138 / 0.1);
}

.active\:bg-warning-200\/100:active {
  background-color: rgb(253 230 138 / 1);
}

.active\:bg-warning-200\/15:active {
  background-color: rgb(253 230 138 / 0.15);
}

.active\:bg-warning-200\/20:active {
  background-color: rgb(253 230 138 / 0.2);
}

.active\:bg-warning-200\/25:active {
  background-color: rgb(253 230 138 / 0.25);
}

.active\:bg-warning-200\/30:active {
  background-color: rgb(253 230 138 / 0.3);
}

.active\:bg-warning-200\/35:active {
  background-color: rgb(253 230 138 / 0.35);
}

.active\:bg-warning-200\/40:active {
  background-color: rgb(253 230 138 / 0.4);
}

.active\:bg-warning-200\/45:active {
  background-color: rgb(253 230 138 / 0.45);
}

.active\:bg-warning-200\/5:active {
  background-color: rgb(253 230 138 / 0.05);
}

.active\:bg-warning-200\/50:active {
  background-color: rgb(253 230 138 / 0.5);
}

.active\:bg-warning-200\/55:active {
  background-color: rgb(253 230 138 / 0.55);
}

.active\:bg-warning-200\/60:active {
  background-color: rgb(253 230 138 / 0.6);
}

.active\:bg-warning-200\/65:active {
  background-color: rgb(253 230 138 / 0.65);
}

.active\:bg-warning-200\/70:active {
  background-color: rgb(253 230 138 / 0.7);
}

.active\:bg-warning-200\/75:active {
  background-color: rgb(253 230 138 / 0.75);
}

.active\:bg-warning-200\/80:active {
  background-color: rgb(253 230 138 / 0.8);
}

.active\:bg-warning-200\/85:active {
  background-color: rgb(253 230 138 / 0.85);
}

.active\:bg-warning-200\/90:active {
  background-color: rgb(253 230 138 / 0.9);
}

.active\:bg-warning-200\/95:active {
  background-color: rgb(253 230 138 / 0.95);
}

.active\:bg-warning-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-300\/0:active {
  background-color: rgb(252 211 77 / 0);
}

.active\:bg-warning-300\/10:active {
  background-color: rgb(252 211 77 / 0.1);
}

.active\:bg-warning-300\/100:active {
  background-color: rgb(252 211 77 / 1);
}

.active\:bg-warning-300\/15:active {
  background-color: rgb(252 211 77 / 0.15);
}

.active\:bg-warning-300\/20:active {
  background-color: rgb(252 211 77 / 0.2);
}

.active\:bg-warning-300\/25:active {
  background-color: rgb(252 211 77 / 0.25);
}

.active\:bg-warning-300\/30:active {
  background-color: rgb(252 211 77 / 0.3);
}

.active\:bg-warning-300\/35:active {
  background-color: rgb(252 211 77 / 0.35);
}

.active\:bg-warning-300\/40:active {
  background-color: rgb(252 211 77 / 0.4);
}

.active\:bg-warning-300\/45:active {
  background-color: rgb(252 211 77 / 0.45);
}

.active\:bg-warning-300\/5:active {
  background-color: rgb(252 211 77 / 0.05);
}

.active\:bg-warning-300\/50:active {
  background-color: rgb(252 211 77 / 0.5);
}

.active\:bg-warning-300\/55:active {
  background-color: rgb(252 211 77 / 0.55);
}

.active\:bg-warning-300\/60:active {
  background-color: rgb(252 211 77 / 0.6);
}

.active\:bg-warning-300\/65:active {
  background-color: rgb(252 211 77 / 0.65);
}

.active\:bg-warning-300\/70:active {
  background-color: rgb(252 211 77 / 0.7);
}

.active\:bg-warning-300\/75:active {
  background-color: rgb(252 211 77 / 0.75);
}

.active\:bg-warning-300\/80:active {
  background-color: rgb(252 211 77 / 0.8);
}

.active\:bg-warning-300\/85:active {
  background-color: rgb(252 211 77 / 0.85);
}

.active\:bg-warning-300\/90:active {
  background-color: rgb(252 211 77 / 0.9);
}

.active\:bg-warning-300\/95:active {
  background-color: rgb(252 211 77 / 0.95);
}

.active\:bg-warning-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-400\/0:active {
  background-color: rgb(251 191 36 / 0);
}

.active\:bg-warning-400\/10:active {
  background-color: rgb(251 191 36 / 0.1);
}

.active\:bg-warning-400\/100:active {
  background-color: rgb(251 191 36 / 1);
}

.active\:bg-warning-400\/15:active {
  background-color: rgb(251 191 36 / 0.15);
}

.active\:bg-warning-400\/20:active {
  background-color: rgb(251 191 36 / 0.2);
}

.active\:bg-warning-400\/25:active {
  background-color: rgb(251 191 36 / 0.25);
}

.active\:bg-warning-400\/30:active {
  background-color: rgb(251 191 36 / 0.3);
}

.active\:bg-warning-400\/35:active {
  background-color: rgb(251 191 36 / 0.35);
}

.active\:bg-warning-400\/40:active {
  background-color: rgb(251 191 36 / 0.4);
}

.active\:bg-warning-400\/45:active {
  background-color: rgb(251 191 36 / 0.45);
}

.active\:bg-warning-400\/5:active {
  background-color: rgb(251 191 36 / 0.05);
}

.active\:bg-warning-400\/50:active {
  background-color: rgb(251 191 36 / 0.5);
}

.active\:bg-warning-400\/55:active {
  background-color: rgb(251 191 36 / 0.55);
}

.active\:bg-warning-400\/60:active {
  background-color: rgb(251 191 36 / 0.6);
}

.active\:bg-warning-400\/65:active {
  background-color: rgb(251 191 36 / 0.65);
}

.active\:bg-warning-400\/70:active {
  background-color: rgb(251 191 36 / 0.7);
}

.active\:bg-warning-400\/75:active {
  background-color: rgb(251 191 36 / 0.75);
}

.active\:bg-warning-400\/80:active {
  background-color: rgb(251 191 36 / 0.8);
}

.active\:bg-warning-400\/85:active {
  background-color: rgb(251 191 36 / 0.85);
}

.active\:bg-warning-400\/90:active {
  background-color: rgb(251 191 36 / 0.9);
}

.active\:bg-warning-400\/95:active {
  background-color: rgb(251 191 36 / 0.95);
}

.active\:bg-warning-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-50\/0:active {
  background-color: rgb(255 251 235 / 0);
}

.active\:bg-warning-50\/10:active {
  background-color: rgb(255 251 235 / 0.1);
}

.active\:bg-warning-50\/100:active {
  background-color: rgb(255 251 235 / 1);
}

.active\:bg-warning-50\/15:active {
  background-color: rgb(255 251 235 / 0.15);
}

.active\:bg-warning-50\/20:active {
  background-color: rgb(255 251 235 / 0.2);
}

.active\:bg-warning-50\/25:active {
  background-color: rgb(255 251 235 / 0.25);
}

.active\:bg-warning-50\/30:active {
  background-color: rgb(255 251 235 / 0.3);
}

.active\:bg-warning-50\/35:active {
  background-color: rgb(255 251 235 / 0.35);
}

.active\:bg-warning-50\/40:active {
  background-color: rgb(255 251 235 / 0.4);
}

.active\:bg-warning-50\/45:active {
  background-color: rgb(255 251 235 / 0.45);
}

.active\:bg-warning-50\/5:active {
  background-color: rgb(255 251 235 / 0.05);
}

.active\:bg-warning-50\/50:active {
  background-color: rgb(255 251 235 / 0.5);
}

.active\:bg-warning-50\/55:active {
  background-color: rgb(255 251 235 / 0.55);
}

.active\:bg-warning-50\/60:active {
  background-color: rgb(255 251 235 / 0.6);
}

.active\:bg-warning-50\/65:active {
  background-color: rgb(255 251 235 / 0.65);
}

.active\:bg-warning-50\/70:active {
  background-color: rgb(255 251 235 / 0.7);
}

.active\:bg-warning-50\/75:active {
  background-color: rgb(255 251 235 / 0.75);
}

.active\:bg-warning-50\/80:active {
  background-color: rgb(255 251 235 / 0.8);
}

.active\:bg-warning-50\/85:active {
  background-color: rgb(255 251 235 / 0.85);
}

.active\:bg-warning-50\/90:active {
  background-color: rgb(255 251 235 / 0.9);
}

.active\:bg-warning-50\/95:active {
  background-color: rgb(255 251 235 / 0.95);
}

.active\:bg-warning-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-500\/0:active {
  background-color: rgb(245 158 11 / 0);
}

.active\:bg-warning-500\/10:active {
  background-color: rgb(245 158 11 / 0.1);
}

.active\:bg-warning-500\/100:active {
  background-color: rgb(245 158 11 / 1);
}

.active\:bg-warning-500\/15:active {
  background-color: rgb(245 158 11 / 0.15);
}

.active\:bg-warning-500\/20:active {
  background-color: rgb(245 158 11 / 0.2);
}

.active\:bg-warning-500\/25:active {
  background-color: rgb(245 158 11 / 0.25);
}

.active\:bg-warning-500\/30:active {
  background-color: rgb(245 158 11 / 0.3);
}

.active\:bg-warning-500\/35:active {
  background-color: rgb(245 158 11 / 0.35);
}

.active\:bg-warning-500\/40:active {
  background-color: rgb(245 158 11 / 0.4);
}

.active\:bg-warning-500\/45:active {
  background-color: rgb(245 158 11 / 0.45);
}

.active\:bg-warning-500\/5:active {
  background-color: rgb(245 158 11 / 0.05);
}

.active\:bg-warning-500\/50:active {
  background-color: rgb(245 158 11 / 0.5);
}

.active\:bg-warning-500\/55:active {
  background-color: rgb(245 158 11 / 0.55);
}

.active\:bg-warning-500\/60:active {
  background-color: rgb(245 158 11 / 0.6);
}

.active\:bg-warning-500\/65:active {
  background-color: rgb(245 158 11 / 0.65);
}

.active\:bg-warning-500\/70:active {
  background-color: rgb(245 158 11 / 0.7);
}

.active\:bg-warning-500\/75:active {
  background-color: rgb(245 158 11 / 0.75);
}

.active\:bg-warning-500\/80:active {
  background-color: rgb(245 158 11 / 0.8);
}

.active\:bg-warning-500\/85:active {
  background-color: rgb(245 158 11 / 0.85);
}

.active\:bg-warning-500\/90:active {
  background-color: rgb(245 158 11 / 0.9);
}

.active\:bg-warning-500\/95:active {
  background-color: rgb(245 158 11 / 0.95);
}

.active\:bg-warning-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-600\/0:active {
  background-color: rgb(217 119 6 / 0);
}

.active\:bg-warning-600\/10:active {
  background-color: rgb(217 119 6 / 0.1);
}

.active\:bg-warning-600\/100:active {
  background-color: rgb(217 119 6 / 1);
}

.active\:bg-warning-600\/15:active {
  background-color: rgb(217 119 6 / 0.15);
}

.active\:bg-warning-600\/20:active {
  background-color: rgb(217 119 6 / 0.2);
}

.active\:bg-warning-600\/25:active {
  background-color: rgb(217 119 6 / 0.25);
}

.active\:bg-warning-600\/30:active {
  background-color: rgb(217 119 6 / 0.3);
}

.active\:bg-warning-600\/35:active {
  background-color: rgb(217 119 6 / 0.35);
}

.active\:bg-warning-600\/40:active {
  background-color: rgb(217 119 6 / 0.4);
}

.active\:bg-warning-600\/45:active {
  background-color: rgb(217 119 6 / 0.45);
}

.active\:bg-warning-600\/5:active {
  background-color: rgb(217 119 6 / 0.05);
}

.active\:bg-warning-600\/50:active {
  background-color: rgb(217 119 6 / 0.5);
}

.active\:bg-warning-600\/55:active {
  background-color: rgb(217 119 6 / 0.55);
}

.active\:bg-warning-600\/60:active {
  background-color: rgb(217 119 6 / 0.6);
}

.active\:bg-warning-600\/65:active {
  background-color: rgb(217 119 6 / 0.65);
}

.active\:bg-warning-600\/70:active {
  background-color: rgb(217 119 6 / 0.7);
}

.active\:bg-warning-600\/75:active {
  background-color: rgb(217 119 6 / 0.75);
}

.active\:bg-warning-600\/80:active {
  background-color: rgb(217 119 6 / 0.8);
}

.active\:bg-warning-600\/85:active {
  background-color: rgb(217 119 6 / 0.85);
}

.active\:bg-warning-600\/90:active {
  background-color: rgb(217 119 6 / 0.9);
}

.active\:bg-warning-600\/95:active {
  background-color: rgb(217 119 6 / 0.95);
}

.active\:bg-warning-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-700\/0:active {
  background-color: rgb(180 83 9 / 0);
}

.active\:bg-warning-700\/10:active {
  background-color: rgb(180 83 9 / 0.1);
}

.active\:bg-warning-700\/100:active {
  background-color: rgb(180 83 9 / 1);
}

.active\:bg-warning-700\/15:active {
  background-color: rgb(180 83 9 / 0.15);
}

.active\:bg-warning-700\/20:active {
  background-color: rgb(180 83 9 / 0.2);
}

.active\:bg-warning-700\/25:active {
  background-color: rgb(180 83 9 / 0.25);
}

.active\:bg-warning-700\/30:active {
  background-color: rgb(180 83 9 / 0.3);
}

.active\:bg-warning-700\/35:active {
  background-color: rgb(180 83 9 / 0.35);
}

.active\:bg-warning-700\/40:active {
  background-color: rgb(180 83 9 / 0.4);
}

.active\:bg-warning-700\/45:active {
  background-color: rgb(180 83 9 / 0.45);
}

.active\:bg-warning-700\/5:active {
  background-color: rgb(180 83 9 / 0.05);
}

.active\:bg-warning-700\/50:active {
  background-color: rgb(180 83 9 / 0.5);
}

.active\:bg-warning-700\/55:active {
  background-color: rgb(180 83 9 / 0.55);
}

.active\:bg-warning-700\/60:active {
  background-color: rgb(180 83 9 / 0.6);
}

.active\:bg-warning-700\/65:active {
  background-color: rgb(180 83 9 / 0.65);
}

.active\:bg-warning-700\/70:active {
  background-color: rgb(180 83 9 / 0.7);
}

.active\:bg-warning-700\/75:active {
  background-color: rgb(180 83 9 / 0.75);
}

.active\:bg-warning-700\/80:active {
  background-color: rgb(180 83 9 / 0.8);
}

.active\:bg-warning-700\/85:active {
  background-color: rgb(180 83 9 / 0.85);
}

.active\:bg-warning-700\/90:active {
  background-color: rgb(180 83 9 / 0.9);
}

.active\:bg-warning-700\/95:active {
  background-color: rgb(180 83 9 / 0.95);
}

.active\:bg-warning-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-800\/0:active {
  background-color: rgb(146 64 14 / 0);
}

.active\:bg-warning-800\/10:active {
  background-color: rgb(146 64 14 / 0.1);
}

.active\:bg-warning-800\/100:active {
  background-color: rgb(146 64 14 / 1);
}

.active\:bg-warning-800\/15:active {
  background-color: rgb(146 64 14 / 0.15);
}

.active\:bg-warning-800\/20:active {
  background-color: rgb(146 64 14 / 0.2);
}

.active\:bg-warning-800\/25:active {
  background-color: rgb(146 64 14 / 0.25);
}

.active\:bg-warning-800\/30:active {
  background-color: rgb(146 64 14 / 0.3);
}

.active\:bg-warning-800\/35:active {
  background-color: rgb(146 64 14 / 0.35);
}

.active\:bg-warning-800\/40:active {
  background-color: rgb(146 64 14 / 0.4);
}

.active\:bg-warning-800\/45:active {
  background-color: rgb(146 64 14 / 0.45);
}

.active\:bg-warning-800\/5:active {
  background-color: rgb(146 64 14 / 0.05);
}

.active\:bg-warning-800\/50:active {
  background-color: rgb(146 64 14 / 0.5);
}

.active\:bg-warning-800\/55:active {
  background-color: rgb(146 64 14 / 0.55);
}

.active\:bg-warning-800\/60:active {
  background-color: rgb(146 64 14 / 0.6);
}

.active\:bg-warning-800\/65:active {
  background-color: rgb(146 64 14 / 0.65);
}

.active\:bg-warning-800\/70:active {
  background-color: rgb(146 64 14 / 0.7);
}

.active\:bg-warning-800\/75:active {
  background-color: rgb(146 64 14 / 0.75);
}

.active\:bg-warning-800\/80:active {
  background-color: rgb(146 64 14 / 0.8);
}

.active\:bg-warning-800\/85:active {
  background-color: rgb(146 64 14 / 0.85);
}

.active\:bg-warning-800\/90:active {
  background-color: rgb(146 64 14 / 0.9);
}

.active\:bg-warning-800\/95:active {
  background-color: rgb(146 64 14 / 0.95);
}

.active\:bg-warning-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-900\/0:active {
  background-color: rgb(120 53 15 / 0);
}

.active\:bg-warning-900\/10:active {
  background-color: rgb(120 53 15 / 0.1);
}

.active\:bg-warning-900\/100:active {
  background-color: rgb(120 53 15 / 1);
}

.active\:bg-warning-900\/15:active {
  background-color: rgb(120 53 15 / 0.15);
}

.active\:bg-warning-900\/20:active {
  background-color: rgb(120 53 15 / 0.2);
}

.active\:bg-warning-900\/25:active {
  background-color: rgb(120 53 15 / 0.25);
}

.active\:bg-warning-900\/30:active {
  background-color: rgb(120 53 15 / 0.3);
}

.active\:bg-warning-900\/35:active {
  background-color: rgb(120 53 15 / 0.35);
}

.active\:bg-warning-900\/40:active {
  background-color: rgb(120 53 15 / 0.4);
}

.active\:bg-warning-900\/45:active {
  background-color: rgb(120 53 15 / 0.45);
}

.active\:bg-warning-900\/5:active {
  background-color: rgb(120 53 15 / 0.05);
}

.active\:bg-warning-900\/50:active {
  background-color: rgb(120 53 15 / 0.5);
}

.active\:bg-warning-900\/55:active {
  background-color: rgb(120 53 15 / 0.55);
}

.active\:bg-warning-900\/60:active {
  background-color: rgb(120 53 15 / 0.6);
}

.active\:bg-warning-900\/65:active {
  background-color: rgb(120 53 15 / 0.65);
}

.active\:bg-warning-900\/70:active {
  background-color: rgb(120 53 15 / 0.7);
}

.active\:bg-warning-900\/75:active {
  background-color: rgb(120 53 15 / 0.75);
}

.active\:bg-warning-900\/80:active {
  background-color: rgb(120 53 15 / 0.8);
}

.active\:bg-warning-900\/85:active {
  background-color: rgb(120 53 15 / 0.85);
}

.active\:bg-warning-900\/90:active {
  background-color: rgb(120 53 15 / 0.9);
}

.active\:bg-warning-900\/95:active {
  background-color: rgb(120 53 15 / 0.95);
}

.active\:bg-warning-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-dark\/0:active {
  background-color: rgb(180 83 9 / 0);
}

.active\:bg-warning-dark\/10:active {
  background-color: rgb(180 83 9 / 0.1);
}

.active\:bg-warning-dark\/100:active {
  background-color: rgb(180 83 9 / 1);
}

.active\:bg-warning-dark\/15:active {
  background-color: rgb(180 83 9 / 0.15);
}

.active\:bg-warning-dark\/20:active {
  background-color: rgb(180 83 9 / 0.2);
}

.active\:bg-warning-dark\/25:active {
  background-color: rgb(180 83 9 / 0.25);
}

.active\:bg-warning-dark\/30:active {
  background-color: rgb(180 83 9 / 0.3);
}

.active\:bg-warning-dark\/35:active {
  background-color: rgb(180 83 9 / 0.35);
}

.active\:bg-warning-dark\/40:active {
  background-color: rgb(180 83 9 / 0.4);
}

.active\:bg-warning-dark\/45:active {
  background-color: rgb(180 83 9 / 0.45);
}

.active\:bg-warning-dark\/5:active {
  background-color: rgb(180 83 9 / 0.05);
}

.active\:bg-warning-dark\/50:active {
  background-color: rgb(180 83 9 / 0.5);
}

.active\:bg-warning-dark\/55:active {
  background-color: rgb(180 83 9 / 0.55);
}

.active\:bg-warning-dark\/60:active {
  background-color: rgb(180 83 9 / 0.6);
}

.active\:bg-warning-dark\/65:active {
  background-color: rgb(180 83 9 / 0.65);
}

.active\:bg-warning-dark\/70:active {
  background-color: rgb(180 83 9 / 0.7);
}

.active\:bg-warning-dark\/75:active {
  background-color: rgb(180 83 9 / 0.75);
}

.active\:bg-warning-dark\/80:active {
  background-color: rgb(180 83 9 / 0.8);
}

.active\:bg-warning-dark\/85:active {
  background-color: rgb(180 83 9 / 0.85);
}

.active\:bg-warning-dark\/90:active {
  background-color: rgb(180 83 9 / 0.9);
}

.active\:bg-warning-dark\/95:active {
  background-color: rgb(180 83 9 / 0.95);
}

.active\:bg-warning-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-light\/0:active {
  background-color: rgb(254 243 199 / 0);
}

.active\:bg-warning-light\/10:active {
  background-color: rgb(254 243 199 / 0.1);
}

.active\:bg-warning-light\/100:active {
  background-color: rgb(254 243 199 / 1);
}

.active\:bg-warning-light\/15:active {
  background-color: rgb(254 243 199 / 0.15);
}

.active\:bg-warning-light\/20:active {
  background-color: rgb(254 243 199 / 0.2);
}

.active\:bg-warning-light\/25:active {
  background-color: rgb(254 243 199 / 0.25);
}

.active\:bg-warning-light\/30:active {
  background-color: rgb(254 243 199 / 0.3);
}

.active\:bg-warning-light\/35:active {
  background-color: rgb(254 243 199 / 0.35);
}

.active\:bg-warning-light\/40:active {
  background-color: rgb(254 243 199 / 0.4);
}

.active\:bg-warning-light\/45:active {
  background-color: rgb(254 243 199 / 0.45);
}

.active\:bg-warning-light\/5:active {
  background-color: rgb(254 243 199 / 0.05);
}

.active\:bg-warning-light\/50:active {
  background-color: rgb(254 243 199 / 0.5);
}

.active\:bg-warning-light\/55:active {
  background-color: rgb(254 243 199 / 0.55);
}

.active\:bg-warning-light\/60:active {
  background-color: rgb(254 243 199 / 0.6);
}

.active\:bg-warning-light\/65:active {
  background-color: rgb(254 243 199 / 0.65);
}

.active\:bg-warning-light\/70:active {
  background-color: rgb(254 243 199 / 0.7);
}

.active\:bg-warning-light\/75:active {
  background-color: rgb(254 243 199 / 0.75);
}

.active\:bg-warning-light\/80:active {
  background-color: rgb(254 243 199 / 0.8);
}

.active\:bg-warning-light\/85:active {
  background-color: rgb(254 243 199 / 0.85);
}

.active\:bg-warning-light\/90:active {
  background-color: rgb(254 243 199 / 0.9);
}

.active\:bg-warning-light\/95:active {
  background-color: rgb(254 243 199 / 0.95);
}

.active\:bg-warning\/0:active {
  background-color: rgb(245 158 11 / 0);
}

.active\:bg-warning\/10:active {
  background-color: rgb(245 158 11 / 0.1);
}

.active\:bg-warning\/100:active {
  background-color: rgb(245 158 11 / 1);
}

.active\:bg-warning\/15:active {
  background-color: rgb(245 158 11 / 0.15);
}

.active\:bg-warning\/20:active {
  background-color: rgb(245 158 11 / 0.2);
}

.active\:bg-warning\/25:active {
  background-color: rgb(245 158 11 / 0.25);
}

.active\:bg-warning\/30:active {
  background-color: rgb(245 158 11 / 0.3);
}

.active\:bg-warning\/35:active {
  background-color: rgb(245 158 11 / 0.35);
}

.active\:bg-warning\/40:active {
  background-color: rgb(245 158 11 / 0.4);
}

.active\:bg-warning\/45:active {
  background-color: rgb(245 158 11 / 0.45);
}

.active\:bg-warning\/5:active {
  background-color: rgb(245 158 11 / 0.05);
}

.active\:bg-warning\/50:active {
  background-color: rgb(245 158 11 / 0.5);
}

.active\:bg-warning\/55:active {
  background-color: rgb(245 158 11 / 0.55);
}

.active\:bg-warning\/60:active {
  background-color: rgb(245 158 11 / 0.6);
}

.active\:bg-warning\/65:active {
  background-color: rgb(245 158 11 / 0.65);
}

.active\:bg-warning\/70:active {
  background-color: rgb(245 158 11 / 0.7);
}

.active\:bg-warning\/75:active {
  background-color: rgb(245 158 11 / 0.75);
}

.active\:bg-warning\/80:active {
  background-color: rgb(245 158 11 / 0.8);
}

.active\:bg-warning\/85:active {
  background-color: rgb(245 158 11 / 0.85);
}

.active\:bg-warning\/90:active {
  background-color: rgb(245 158 11 / 0.9);
}

.active\:bg-warning\/95:active {
  background-color: rgb(245 158 11 / 0.95);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:hover\:scale-100:hover:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/item:hover .group-hover\/item\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  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));
}

.group:hover .group-hover\: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));
}

.group\/btn:hover .group-hover\/btn\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/foto:hover .group-hover\/foto\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(25 141 168 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.group\/item:hover .group-hover\/item\:bg-primary\/10 {
  background-color: rgb(25 141 168 / 0.1);
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:from-primary\/10 {
  --tw-gradient-from: rgb(25 141 168 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 141 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-primary\/5 {
  --tw-gradient-to: rgb(25 141 168 / 0.05) var(--tw-gradient-to-position);
}

.group\/item:hover .group-hover\/item\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 141 168 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:left-0 {
  left: 0px;
}

.peer:focus ~ .peer-focus\:-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.peer:focus ~ .peer-focus\:font-medium {
  font-weight: 500;
}

.peer:focus ~ .peer-focus\:text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(179 229 236 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\:ring-4 {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-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-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-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-primary-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(179 229 236 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:inset-1\/4 {
    inset: 25%;
  }

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

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

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

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

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

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

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

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

  .sm\:mr-4 {
    margin-right: 1rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:min-h-\[200px\] {
    min-height: 200px;
  }

  .sm\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-\[100px\] {
    width: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

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

  .sm\:bg-transparent {
    background-color: transparent;
  }

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

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

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:font-light {
    font-weight: 300;
  }
}

@media (min-width: 768px) {
  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-first {
    order: -9999;
  }

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

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

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

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

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

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

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

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[150px\] {
    height: 150px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

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

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

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

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

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

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

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

  .md\: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));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .md\:border-r {
    border-right-width: 1px;
  }

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

  .md\:p-14 {
    padding: 3.5rem;
  }

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

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

  .md\:text-center {
    text-align: center;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(20 113 136 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

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

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

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

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

  .lg\:order-5 {
    order: 5;
  }

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

  .lg\:order-none {
    order: 0;
  }

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

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

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

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

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

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

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-\[100px\] {
    margin-left: 100px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-\[98px\] {
    margin-right: 98px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

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

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-\[15rem\] {
    height: 15rem;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[450px\] {
    height: 450px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-\[85px\] {
    height: 85px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-\[15rem\] {
    width: 15rem;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

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

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

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

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

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\: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)));
  }

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

  .lg\: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)));
  }

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

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

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

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

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

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

  .lg\:text-center {
    text-align: center;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[200px\] {
    font-size: 200px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(20 113 136 / var(--tw-text-opacity, 1));
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:top-\[20\%\] {
    top: 20%;
  }

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

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

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

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

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

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

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

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[20rem\] {
    height: 20rem;
  }

  .xl\:h-\[350px\] {
    height: 350px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-\[20rem\] {
    width: 20rem;
  }

  .xl\:w-\[220px\] {
    width: 220px;
  }

  .xl\:w-\[60px\] {
    width: 60px;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

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

  .xl\:max-w-\[140px\] {
    max-width: 140px;
  }

  .xl\:max-w-\[160px\] {
    max-width: 160px;
  }

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

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

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

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

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

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

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

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

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

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

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

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

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

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

  .xl\:text-center {
    text-align: center;
  }

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

  .xl\:text-start {
    text-align: start;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[200px\] {
    font-size: 200px;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:top-\[25\%\] {
    top: 25%;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

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

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-\[120px\] {
    height: 120px;
  }

  .\32xl\:h-\[150px\] {
    height: 150px;
  }

  .\32xl\:h-\[250px\] {
    height: 250px;
  }

  .\32xl\:h-\[370px\] {
    height: 370px;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

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

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  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));
}

@media print {
  .print\:border-none {
    border-style: none;
  }

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

  .print\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
