/*
! tailwindcss v3.4.6 | 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: currentColor; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

html {
  line-height: normal;
  word-break: break-word;
}

a, img, svg {
  display: inline-block;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

img, svg {
  vertical-align: bottom;
}

button {
  line-height: 1;
}

td, th {
  padding: 0;
}

:root {
  color-scheme: light dark;
  --background-canvas: #ffffff;
  --background-canvas-secondary: #fafafa;
  --background-canvas-tertiary: #f2f2f2;
  --background-menu: #ffffff;
  --background-neutral: #ffffff;
  --background-neutral-hover: #f1f1f1;
  --background-neutral-pressed: #d9d9d9;
  --background-neutral-active: #f1f1f1;
  --background-neutral-disabled: #f0f0f0;
  --background-neutral-secondary: #f4f4f4;
  --background-neutral-secondary-hover: #e5e5e5;
  --background-neutral-secondary-pressed: #dbdbdb;
  --background-neutral-tertiary: #dbdbdb;
  --background-neutral-tertiary-hover: #c7c7c7;
  --background-inverse: #111111;
  --background-inverse-hover: #4d4d4d;
  --background-inverse-pressed: #707070;
  --background-inverse-secondary: #323232;
  --background-inverse-tertiary: #676767;
  --background-inverse-tertiary-hover: #5a5a5a;
  --background-inverse-tertiary-pressed: #4d4d4d;
  --background-critical: #c44c44;
  --background-critical-hover: #b01c1c;
  --background-critical-pressed: #841515;
  --background-critical-secondary: #ffece5;
  --background-critical-secondary-hover: #fceded;
  --background-critical-secondary-pressed: #f8d3d3;
  --background-accent: #111111;
  --background-accent-hover: #707070;
  --background-accent-pressed: #999999;
  --background-accent-secondary: #f4f4f4;
  --background-accent-secondary-hover: #f0f0f0;
  --background-accent-secondary-pressed: #dbdbdb;
  --background-accent-tertiary: #f4f4f4;
  --background-accent-tertiary-hover: #f0f0f0;
  --background-accent-tertiary-pressed: #dbdbdb;
  --background-positive: #57a57a;
  --background-positive-hover: #198057;
  --background-positive-pressed: #156b48;
  --background-positive-secondary: #d4f7e9;
  --background-positive-secondary-hover: #bbf2dc;
  --background-positive-secondary-pressed: #a1ecce;
  --background-caution: #e27e27;
  --background-caution-hover: #cc7c00;
  --background-caution-pressed: #995d00;
  --background-caution-secondary: #fdf6ed;
  --background-avatar: #e7e7e7;
  --background-avatar-hover: #dddddd;
  --background-calendar: #ffffff;
  --background-calendar-disabled: #f0f0f0;
  --background-modal-overlay: #11111199;
  --border-secondary: #dbdbdb;
  --border-tertiary: #f0f0f0;
  --border-hover: #c7c7c7;
  --border-input: #dbdbdb;
  --border-input-hover: #949494;
  --border-input-active: #111111;
  --border-input-active-hover: #424242;
  --border-input-active-pressed: #545454;
  --border-input-disabled: #dbdbdb;
  --border-input-critical: #c44c44;
  --border-input-critical-hover: #b01c1c;
  --border-input-critical-pressed: #841515;
  --border-input-caution: #e27e27;
  --border-input-caution-hover: #cb7024;
  --border-input-caution-pressed: #b4641f;
  --border-focus: #111111;
  --border-accent: #111111;
  --border-primary: #111111;
  --border-calendar: #e4e4e4;
  --icon-accent: #111111;
  --icon-critical: #c44c44;
  --icon-critical-onPrimary: #ffffff;
  --icon-onPrimary: #eeeeee;
  --icon-primary: #111111;
  --icon-secondary: #676767;
  --icon-tertiary: #9c9c9c;
  --icon-positive: #198057;
  --icon-positive-hover: #198057;
  --icon-caution: #e27e27;
  --icon-inverse: #eeeeee;
  --symbol-primary: #111111;
  --symbol-zendesk: #07363D;
  --symbol-od-inner-ring: #111111;
  --symbol-od-outer-ring: #2b5e5f;
  --symbol-serviceforge: #192525;
  --symbol-setmore: #1B3D32;
  --symbol-answerconnect-body: #455C64;
  --text-accent: #111111;
  --text-accent-hover: #707070;
  --text-accent-pressed: #999999;
  --text-primary: #111111;
  --text-primary-hover: #6f6f71;
  --text-secondary: #676767;
  --text-secondary-hover: #323232;
  --text-tertiary: #9c9c9c;
  --text-disabled: #b2b2b2;
  --text-disabled-secondary: #676767;
  --text-onPrimary: #ffffff;
  --text-onPrimary-disabled: #9c9c9c;
  --text-positive: #57a57a;
  --text-positive-secondary: #0d442e;
  --text-caution: #e27e27;
  --text-caution-secondary: #523100;
  --text-inverse: #f0f0f0;
  --text-inverse-secondary: #dbdbdb;
  --text-inverse-caution: #ffc257;
  --text-inverse-positive: #83d3b2;
  --text-inverse-critical: #ce6b64;
  --text-inverse-accent: #eeeeee;
  --text-link: #1d90f5;
  --text-link-hover: #096cc3;
  --text-link-pressed: #075192;
  --text-critical: #c44c44;
  --text-critical-onPrimary: #ffffff;
  --text-critical-secondary: #470b0b;
  --status-available: #57a57a;
  --status-away: #e27e27;
  --status-busy: #c44c44;
  --status-offline: #c7c7c7;
  --status-icon: #ffffff;
  --status-border: #ffffff;
  --decoration-brand: #1d90f6;
  --decoration-facebook: #1877f2;
  --decoration-instagram: #e4405f;
  --decoration-teleport: #6285ff;
  --decoration-twitter: #1d9bf0;
  --decoration-whatsapp: #25d366;
  --decoration-youtube: #ff0000;
  --general-constant-white: #ffffff;
  --general-constant-black: #111111;
  --chart-accent-100: #ebebeb;
  --chart-accent-200: #dbdbdb;
  --chart-accent-300: #c7c7c7;
  --chart-accent-400: #b2b2b2;
  --chart-accent-500: #999999;
  --chart-accent-600: #666666;
  --chart-accent-700: #474747;
  --chart-accent-800: #111111;
  --chart-neutral-100: #ebebeb;
  --chart-neutral-200: #dbdbdb;
  --chart-neutral-300: #c7c7c7;
  --chart-neutral-400: #b2b2b2;
  --chart-neutral-500: #999999;
  --chart-neutral-600: #666666;
  --chart-neutral-700: #474747;
  --chart-neutral-800: #111111;
  --palette-gray-background: #f6f6f6;
  --palette-gray-background-hover: #efefef;
  --palette-gray-background-active: #c0c0c0;
  --palette-gray-border: #c0c0c0;
  --palette-gray-text: #202020;
  --palette-gray-text-active: #ffffff;
  --palette-gray-text-secondary: #404040;
  --palette-dark-gray-background: #f6f6f6;
  --palette-dark-gray-background-hover: #e7ebed;
  --palette-dark-gray-background-active: #9daeb6;
  --palette-dark-gray-border: #9daeb6;
  --palette-dark-gray-text: #202020;
  --palette-dark-gray-text-active: #ffffff;
  --palette-dark-gray-text-secondary: #404040;
  --palette-light-pink-background: #fef6f8;
  --palette-light-pink-background-hover: #fce6e9;
  --palette-light-pink-background-active: #ea556c;
  --palette-light-pink-border: #ea556c;
  --palette-light-pink-text: #421c21;
  --palette-light-pink-text-active: #ffffff;
  --palette-light-pink-text-secondary: #68494d;
  --palette-pink-background: #f8e2ef;
  --palette-pink-background-hover: #f3cee4;
  --palette-pink-background-active: #ce3b93;
  --palette-pink-border: #ce3b93;
  --palette-pink-text: #451231;
  --palette-pink-text-active: #ffffff;
  --palette-pink-text-secondary: #6a415a;
  --palette-red-background: #f9e1d9;
  --palette-red-background-hover: #f6cebf;
  --palette-red-background-active: #da3a00;
  --palette-red-border: #da3a00;
  --palette-red-text: #2d0c00;
  --palette-red-text-active: #ffffff;
  --palette-red-text-secondary: #573c33;
  --palette-maroon-background: #eee4dd;
  --palette-maroon-background-hover: #e3d2c6;
  --palette-maroon-background-active: #8e4c1b;
  --palette-maroon-border: #8e4c1b;
  --palette-maroon-text: #271407;
  --palette-maroon-text-active: #ffffff;
  --palette-maroon-text-secondary: #524339;
  --palette-orange-background: #ffede1;
  --palette-orange-background-hover: #ffe2cc;
  --palette-orange-background-active: #ff8a35;
  --palette-orange-border: #ff8a35;
  --palette-orange-text: #351600;
  --palette-orange-text-active: #ffffff;
  --palette-orange-text-secondary: #5d4533;
  --palette-violet-background: #e5e0f3;
  --palette-violet-background-hover: #d3cbeb;
  --palette-violet-background-active: #512fb1;
  --palette-violet-border: #512fb1;
  --palette-violet-text: #110837;
  --palette-violet-text-active: #ffffff;
  --palette-violet-text-secondary: #3f375e;
  --palette-yellow-background: #fff7d9;
  --palette-yellow-background-hover: #fff1bf;
  --palette-yellow-background-active: #ffc700;
  --palette-yellow-border: #ffc700;
  --palette-yellow-text: #2c2200;
  --palette-yellow-text-active: #ffffff;
  --palette-yellow-text-secondary: #564e33;
  --palette-green-background: #e2f3ed;
  --palette-green-background-hover: #cfebe1;
  --palette-green-background-active: #3ead85;
  --palette-green-border: #3ead85;
  --palette-green-text: #3b594e;
  --palette-green-text-active: #ffffff;
  --palette-green-text-secondary: #3b594e;
  --palette-dark-green-background: #d9eaeb;
  --palette-dark-green-background-hover: #bfdbdd;
  --palette-dark-green-background-active: #007178;
  --palette-dark-green-border: #007178;
  --palette-dark-green-text: #002022;
  --palette-dark-green-text-active: #ffffff;
  --palette-dark-green-text-secondary: #334d4e;
  --palette-blue-background: #e7f3fe;
  --palette-blue-background-hover: #d7ebfd;
  --palette-blue-background-active: #5eb0f8;
  --palette-blue-border: #5eb0f8;
  --palette-blue-text: #001d36;
  --palette-blue-text-active: #111111;
  --palette-blue-text-secondary: #31485c;
  --palette-dark-blue-background: #d9ebfc;
  --palette-dark-blue-background-hover: #bfdefa;
  --palette-dark-blue-background-active: #007cea;
  --palette-dark-blue-border: #1c8bec;
  --palette-dark-blue-text: #001f3a;
  --palette-dark-blue-text-active: #ffffff;
  --palette-dark-blue-text-secondary: #334c62;
  --shadow-10: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 1px 4px 0px rgba(88, 104, 116, 0.12);
  --shadow-20: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 4px 12px 0px rgba(88, 104, 116, 0.16);
  --shadow-30: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 8px 16px 0px rgba(88, 104, 116, 0.16);
  --shadow-40: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 16px 32px 0px rgba(88, 104, 116, 0.20);
  --shadow-50: 0px 0px 0px 4px rgba(0, 0, 0, 0.15);
}

@media (prefers-color-scheme: dark) {

  :root {
    color-scheme: dark;
    --background-canvas: #1a1a1a;
    --background-canvas-secondary: #212121;
    --background-canvas-tertiary: #292929;
    --background-menu: #1e1e1e;
    --background-neutral: #1a1a1a;
    --background-neutral-hover: #333333;
    --background-neutral-pressed: #666666;
    --background-neutral-active: #333333;
    --background-neutral-disabled: #2e2e2e;
    --background-neutral-secondary: #292929;
    --background-neutral-secondary-hover: #333333;
    --background-neutral-secondary-pressed: #3d3d3d;
    --background-neutral-tertiary: #525252;
    --background-neutral-tertiary-hover: #5c5c5c;
    --background-inverse: #eeeeee;
    --background-inverse-hover: #e5e5e5;
    --background-inverse-pressed: #b2b2b2;
    --background-inverse-secondary: #eaeaea;
    --background-inverse-tertiary: #616161;
    --background-inverse-tertiary-hover: #585858;
    --background-inverse-tertiary-pressed: #4d4d4d;
    --background-critical: #c44c44;
    --background-critical-hover: #b01c1c;
    --background-critical-pressed: #841515;
    --background-critical-secondary: #421e1e;
    --background-critical-secondary-hover: #4e1818;
    --background-critical-secondary-pressed: #6e2121;
    --background-accent: #eeeeee;
    --background-accent-hover: #b2b2b2;
    --background-accent-pressed: #808080;
    --background-accent-secondary: #292929;
    --background-accent-secondary-hover: #2e2e2e;
    --background-accent-secondary-pressed: #3d3d3d;
    --background-accent-tertiary: #292929;
    --background-accent-tertiary-hover: #2e2e2e;
    --background-accent-tertiary-pressed: #3d3d3d;
    --background-positive: #57a57a;
    --background-positive-hover: #198057;
    --background-positive-pressed: #156b48;
    --background-positive-secondary: #19382e;
    --background-positive-secondary-hover: #234d40;
    --background-positive-secondary-pressed: #2e6151;
    --background-caution: #e27e27;
    --background-caution-hover: #cc7c00;
    --background-caution-pressed: #995d00;
    --background-caution-secondary: #302821;
    --background-avatar: #292929;
    --background-avatar-hover: #383838;
    --background-calendar: #1a1a1a;
    --background-calendar-disabled: #222222;
    --background-modal-overlay: #11111199;
    --border-secondary: #3d3d3d;
    --border-tertiary: #2a2a2a;
    --border-hover: #5c5c5c;
    --border-input: #3d3d3d;
    --border-input-hover: #5c5c5c;
    --border-input-active: #eeeeee;
    --border-input-active-hover: #dbdbdb;
    --border-input-active-pressed: #cacaca;
    --border-input-disabled: #3d3d3d;
    --border-input-critical: #ce6b64;
    --border-input-critical-hover: #e84a4a;
    --border-input-critical-pressed: #e42f2f;
    --border-input-caution: #ffc257;
    --border-input-caution-hover: #e2ac4d;
    --border-input-caution-pressed: #e2ac4d;
    --border-focus: #eeeeee;
    --border-accent: #eeeeee;
    --border-primary: #eeeeee;
    --border-calendar: #303030;
    --icon-accent: #eeeeee;
    --icon-critical: #ce6b64;
    --icon-critical-onPrimary: #ffffff;
    --icon-onPrimary: #111111;
    --icon-primary: #eeeeee;
    --icon-secondary: #8c8c8c;
    --icon-tertiary: #737373;
    --icon-positive: #83d3b2;
    --icon-positive-hover: #198057;
    --icon-caution: #ffc257;
    --icon-inverse: #111111;
    --symbol-primary: #eeeeee;
    --symbol-zendesk: #e4e6e7;
    --symbol-od-inner-ring: #a2aaaf;
    --symbol-od-outer-ring: #e4e6e7;
    --symbol-serviceforge: #eeeeee;
    --symbol-setmore: #eeeeee;
    --symbol-answerconnect-body: #eeeeee;
    --text-primary: #eeeeee;
    --text-primary-hover: #949494;
    --text-secondary: #949494;
    --text-secondary-hover: #a0a0a0;
    --text-tertiary: #737373;
    --text-caution: #ffc257;
    --text-caution-secondary: #e4c79b;
    --text-critical: #ce6b64;
    --text-critical-onPrimary: #ffffff;
    --text-critical-secondary: #ff8585;
    --text-disabled: #737373;
    --text-disabled-secondary: #949494;
    --text-inverse: #1e1e1e;
    --text-inverse-accent: #1e1e1e;
    --text-inverse-caution: #e78c00;
    --text-inverse-critical: #c44c44;
    --text-inverse-positive: #57a57a;
    --text-inverse-secondary: #666666;
    --text-accent: #eeeeee;
    --text-accent-hover: #a3a3a3;
    --text-accent-pressed: #737373;
    --text-link: #5eb0f8;
    --text-link-hover: #94cafa;
    --text-link-pressed: #a7d4fb;
    --text-onPrimary: #1e1e1e;
    --text-onPrimary-disabled: #666666;
    --text-positive-secondary: #58b285;
    --text-positive: #83d3b2;
    --status-available: #83d3b2;
    --status-away: #ffc257;
    --status-busy: #ce6b64;
    --status-offline: #6b6b6b;
    --status-icon: #ffffff;
    --status-border: #1a1a1a;
    --decoration-brand: #1d90f6;
    --decoration-facebook: #1877f2;
    --decoration-instagram: #e4405f;
    --decoration-teleport: #6285ff;
    --decoration-twitter: #1d9bf0;
    --decoration-whatsapp: #25d366;
    --decoration-youtube: #ff0000;
    --general-constant-white: #ffffff;
    --general-constant-black: #111111;
    --chart-accent-100: #ebebeb;
    --chart-accent-200: #dbdbdb;
    --chart-accent-300: #c7c7c7;
    --chart-accent-400: #b2b2b2;
    --chart-accent-500: #999999;
    --chart-accent-600: #666666;
    --chart-accent-700: #474747;
    --chart-accent-800: #111111;
    --chart-neutral-100: #ebebeb;
    --chart-neutral-200: #dbdbdb;
    --chart-neutral-300: #c7c7c7;
    --chart-neutral-400: #b2b2b2;
    --chart-neutral-500: #999999;
    --chart-neutral-600: #666666;
    --chart-neutral-700: #474747;
    --chart-neutral-800: #111111;
    --palette-gray-background: #2e3337;
    --palette-gray-background-hover: #464d53;
    --palette-gray-background-active: #c0c0c0;
    --palette-gray-border: #c0c0c0;
    --palette-gray-text: #f2f2f2;
    --palette-gray-text-active: #ffffff;
    --palette-gray-text-secondary: #e5e5e5;
    --palette-dark-gray-background: #3d4449;
    --palette-dark-gray-background-hover: #586168;
    --palette-dark-gray-background-active: #d6d6d6;
    --palette-dark-gray-border: #d6d6d6;
    --palette-dark-gray-text: #f2f2f2;
    --palette-dark-gray-text-active: #111111;
    --palette-dark-gray-text-secondary: #e5e5e5;
    --palette-light-pink-background: #34232b;
    --palette-light-pink-background-hover: #523744;
    --palette-light-pink-background-active: #ea556c;
    --palette-light-pink-border: #ea556c;
    --palette-light-pink-text: #f0cfde;
    --palette-light-pink-text-active: #ffffff;
    --palette-light-pink-text-secondary: #ccb8c1;
    --palette-pink-background: #301f30;
    --palette-pink-background-hover: #4d324d;
    --palette-pink-background-active: #ce3b93;
    --palette-pink-border: #ce3b93;
    --palette-pink-text: #eedbee;
    --palette-pink-text-active: #ffffff;
    --palette-pink-text-secondary: #c8becb;
    --palette-red-background: #321f1a;
    --palette-red-background-hover: #54342c;
    --palette-red-background-active: #da3a00;
    --palette-red-border: #da3a00;
    --palette-red-text: #eecdc4;
    --palette-red-text-active: #ffffff;
    --palette-red-text-secondary: #cab5b0;
    --palette-maroon-background: #26221e;
    --palette-maroon-background-hover: #423834;
    --palette-maroon-background-active: #af6b39;
    --palette-maroon-border: #af6b39;
    --palette-maroon-text: #ead8cb;
    --palette-maroon-text-active: #ffffff;
    --palette-maroon-text-secondary: #c5bbb4;
    --palette-orange-background: #372b22;
    --palette-orange-background-hover: #554335;
    --palette-orange-background-active: #ff8a35;
    --palette-orange-border: #ff8a35;
    --palette-orange-text: #f7d8c1;
    --palette-orange-text-active: #111111;
    --palette-orange-text-secondary: #d1bfb3;
    --palette-violet-background: #22202f;
    --palette-violet-background-hover: #37344c;
    --palette-violet-background-active: #9c83e5;
    --palette-violet-border: #9c83e5;
    --palette-violet-text: #d6d0ee;
    --palette-violet-text-active: #ffffff;
    --palette-violet-text-secondary: #bcb9cb;
    --palette-yellow-background: #2d2b15;
    --palette-yellow-background-hover: #504c25;
    --palette-yellow-background-active: #ffc700;
    --palette-yellow-border: #ffc700;
    --palette-yellow-text: #f9efcc;
    --palette-yellow-text-active: #111111;
    --palette-yellow-text-secondary: #d0cab4;
    --palette-green-background: #1a302e;
    --palette-green-background-hover: #203c39;
    --palette-green-background-active: #3ead85;
    --palette-green-border: #3ead85;
    --palette-green-text: #c3ecde;
    --palette-green-text-active: #ffffff;
    --palette-green-text-secondary: #b0cac2;
    --palette-dark-green-background: #1e2c2c;
    --palette-dark-green-background-hover: #344c4c;
    --palette-dark-green-background-active: #53a9ae;
    --palette-dark-green-border: #53a9ae;
    --palette-dark-green-text: #b2dcdc;
    --palette-dark-green-text-active: #111111;
    --palette-dark-green-text-secondary: #a3bdbd;
    --palette-blue-background: #1f2830;
    --palette-blue-background-hover: #32414d;
    --palette-blue-background-active: #67adeb;
    --palette-blue-border: #67adeb;
    --palette-blue-text: #bdd3ea;
    --palette-blue-text-active: #111111;
    --palette-blue-text-secondary: #adb9c7;
    --palette-dark-blue-background: #152532;
    --palette-dark-blue-background-hover: #244056;
    --palette-dark-blue-background-active: #007cea;
    --palette-dark-blue-border: #1c8bec;
    --palette-dark-blue-text: #b2d5f2;
    --palette-dark-blue-text-active: #ffffff;
    --palette-dark-blue-text-secondary: #adb9c7;
    --shadow-10: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    --shadow-20: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    --shadow-30: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
    --shadow-40: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
    --shadow-50: 0px 0px 0px 4px rgba(255, 255, 255, 0.20);
  }
}

.light {
  color-scheme: light;
  --background-canvas: #ffffff;
  --background-canvas-secondary: #fafafa;
  --background-canvas-tertiary: #f2f2f2;
  --background-menu: #ffffff;
  --background-neutral: #ffffff;
  --background-neutral-hover: #f1f1f1;
  --background-neutral-pressed: #d9d9d9;
  --background-neutral-active: #f1f1f1;
  --background-neutral-disabled: #f0f0f0;
  --background-neutral-secondary: #f4f4f4;
  --background-neutral-secondary-hover: #e5e5e5;
  --background-neutral-secondary-pressed: #dbdbdb;
  --background-neutral-tertiary: #dbdbdb;
  --background-neutral-tertiary-hover: #c7c7c7;
  --background-inverse: #111111;
  --background-inverse-hover: #4d4d4d;
  --background-inverse-pressed: #707070;
  --background-inverse-secondary: #323232;
  --background-inverse-tertiary: #676767;
  --background-inverse-tertiary-hover: #5a5a5a;
  --background-inverse-tertiary-pressed: #4d4d4d;
  --background-critical: #c44c44;
  --background-critical-hover: #b01c1c;
  --background-critical-pressed: #841515;
  --background-critical-secondary: #ffece5;
  --background-critical-secondary-hover: #fceded;
  --background-critical-secondary-pressed: #f8d3d3;
  --background-accent: #111111;
  --background-accent-hover: #707070;
  --background-accent-pressed: #999999;
  --background-accent-secondary: #f4f4f4;
  --background-accent-secondary-hover: #f0f0f0;
  --background-accent-secondary-pressed: #dbdbdb;
  --background-accent-tertiary: #f4f4f4;
  --background-accent-tertiary-hover: #f0f0f0;
  --background-accent-tertiary-pressed: #dbdbdb;
  --background-positive: #57a57a;
  --background-positive-hover: #198057;
  --background-positive-pressed: #156b48;
  --background-positive-secondary: #d4f7e9;
  --background-positive-secondary-hover: #bbf2dc;
  --background-positive-secondary-pressed: #a1ecce;
  --background-caution: #e27e27;
  --background-caution-hover: #cc7c00;
  --background-caution-pressed: #995d00;
  --background-caution-secondary: #fdf6ed;
  --background-avatar: #e7e7e7;
  --background-avatar-hover: #dddddd;
  --background-calendar: #ffffff;
  --background-calendar-disabled: #f0f0f0;
  --background-modal-overlay: #11111199;
  --border-secondary: #dbdbdb;
  --border-tertiary: #f0f0f0;
  --border-hover: #c7c7c7;
  --border-input: #dbdbdb;
  --border-input-hover: #949494;
  --border-input-active: #111111;
  --border-input-active-hover: #424242;
  --border-input-active-pressed: #545454;
  --border-input-disabled: #dbdbdb;
  --border-input-critical: #c44c44;
  --border-input-critical-hover: #b01c1c;
  --border-input-critical-pressed: #841515;
  --border-input-caution: #e27e27;
  --border-input-caution-hover: #cb7024;
  --border-input-caution-pressed: #b4641f;
  --border-focus: #111111;
  --border-accent: #111111;
  --border-primary: #111111;
  --border-calendar: #e4e4e4;
  --icon-accent: #111111;
  --icon-critical: #c44c44;
  --icon-critical-onPrimary: #ffffff;
  --icon-onPrimary: #eeeeee;
  --icon-primary: #111111;
  --icon-secondary: #676767;
  --icon-tertiary: #9c9c9c;
  --icon-positive: #198057;
  --icon-positive-hover: #198057;
  --icon-caution: #e27e27;
  --icon-inverse: #eeeeee;
  --symbol-primary: #111111;
  --symbol-zendesk: #07363D;
  --symbol-od-inner-ring: #111111;
  --symbol-od-outer-ring: #2b5e5f;
  --symbol-serviceforge: #192525;
  --symbol-setmore: #1B3D32;
  --symbol-answerconnect-body: #455C64;
  --text-accent: #111111;
  --text-accent-hover: #707070;
  --text-accent-pressed: #999999;
  --text-primary: #111111;
  --text-primary-hover: #6f6f71;
  --text-secondary: #676767;
  --text-secondary-hover: #323232;
  --text-tertiary: #9c9c9c;
  --text-disabled: #b2b2b2;
  --text-disabled-secondary: #676767;
  --text-onPrimary: #ffffff;
  --text-onPrimary-disabled: #9c9c9c;
  --text-positive: #57a57a;
  --text-positive-secondary: #0d442e;
  --text-caution: #e27e27;
  --text-caution-secondary: #523100;
  --text-inverse: #f0f0f0;
  --text-inverse-secondary: #dbdbdb;
  --text-inverse-caution: #ffc257;
  --text-inverse-positive: #83d3b2;
  --text-inverse-critical: #ce6b64;
  --text-inverse-accent: #eeeeee;
  --text-link: #1d90f5;
  --text-link-hover: #096cc3;
  --text-link-pressed: #075192;
  --text-critical: #c44c44;
  --text-critical-onPrimary: #ffffff;
  --text-critical-secondary: #470b0b;
  --status-available: #57a57a;
  --status-away: #e27e27;
  --status-busy: #c44c44;
  --status-offline: #c7c7c7;
  --status-icon: #ffffff;
  --status-border: #ffffff;
  --decoration-brand: #1d90f6;
  --decoration-facebook: #1877f2;
  --decoration-instagram: #e4405f;
  --decoration-teleport: #6285ff;
  --decoration-twitter: #1d9bf0;
  --decoration-whatsapp: #25d366;
  --decoration-youtube: #ff0000;
  --general-constant-white: #ffffff;
  --general-constant-black: #111111;
  --chart-accent-100: #ebebeb;
  --chart-accent-200: #dbdbdb;
  --chart-accent-300: #c7c7c7;
  --chart-accent-400: #b2b2b2;
  --chart-accent-500: #999999;
  --chart-accent-600: #666666;
  --chart-accent-700: #474747;
  --chart-accent-800: #111111;
  --chart-neutral-100: #ebebeb;
  --chart-neutral-200: #dbdbdb;
  --chart-neutral-300: #c7c7c7;
  --chart-neutral-400: #b2b2b2;
  --chart-neutral-500: #999999;
  --chart-neutral-600: #666666;
  --chart-neutral-700: #474747;
  --chart-neutral-800: #111111;
  --palette-gray-background: #f6f6f6;
  --palette-gray-background-hover: #efefef;
  --palette-gray-background-active: #c0c0c0;
  --palette-gray-border: #c0c0c0;
  --palette-gray-text: #202020;
  --palette-gray-text-active: #ffffff;
  --palette-gray-text-secondary: #404040;
  --palette-dark-gray-background: #f6f6f6;
  --palette-dark-gray-background-hover: #e7ebed;
  --palette-dark-gray-background-active: #9daeb6;
  --palette-dark-gray-border: #9daeb6;
  --palette-dark-gray-text: #202020;
  --palette-dark-gray-text-active: #ffffff;
  --palette-dark-gray-text-secondary: #404040;
  --palette-light-pink-background: #fef6f8;
  --palette-light-pink-background-hover: #fce6e9;
  --palette-light-pink-background-active: #ea556c;
  --palette-light-pink-border: #ea556c;
  --palette-light-pink-text: #421c21;
  --palette-light-pink-text-active: #ffffff;
  --palette-light-pink-text-secondary: #68494d;
  --palette-pink-background: #f8e2ef;
  --palette-pink-background-hover: #f3cee4;
  --palette-pink-background-active: #ce3b93;
  --palette-pink-border: #ce3b93;
  --palette-pink-text: #451231;
  --palette-pink-text-active: #ffffff;
  --palette-pink-text-secondary: #6a415a;
  --palette-red-background: #f9e1d9;
  --palette-red-background-hover: #f6cebf;
  --palette-red-background-active: #da3a00;
  --palette-red-border: #da3a00;
  --palette-red-text: #2d0c00;
  --palette-red-text-active: #ffffff;
  --palette-red-text-secondary: #573c33;
  --palette-maroon-background: #eee4dd;
  --palette-maroon-background-hover: #e3d2c6;
  --palette-maroon-background-active: #8e4c1b;
  --palette-maroon-border: #8e4c1b;
  --palette-maroon-text: #271407;
  --palette-maroon-text-active: #ffffff;
  --palette-maroon-text-secondary: #524339;
  --palette-orange-background: #ffede1;
  --palette-orange-background-hover: #ffe2cc;
  --palette-orange-background-active: #ff8a35;
  --palette-orange-border: #ff8a35;
  --palette-orange-text: #351600;
  --palette-orange-text-active: #ffffff;
  --palette-orange-text-secondary: #5d4533;
  --palette-violet-background: #e5e0f3;
  --palette-violet-background-hover: #d3cbeb;
  --palette-violet-background-active: #512fb1;
  --palette-violet-border: #512fb1;
  --palette-violet-text: #110837;
  --palette-violet-text-active: #ffffff;
  --palette-violet-text-secondary: #3f375e;
  --palette-yellow-background: #fff7d9;
  --palette-yellow-background-hover: #fff1bf;
  --palette-yellow-background-active: #ffc700;
  --palette-yellow-border: #ffc700;
  --palette-yellow-text: #2c2200;
  --palette-yellow-text-active: #ffffff;
  --palette-yellow-text-secondary: #564e33;
  --palette-green-background: #e2f3ed;
  --palette-green-background-hover: #cfebe1;
  --palette-green-background-active: #3ead85;
  --palette-green-border: #3ead85;
  --palette-green-text: #3b594e;
  --palette-green-text-active: #ffffff;
  --palette-green-text-secondary: #3b594e;
  --palette-dark-green-background: #d9eaeb;
  --palette-dark-green-background-hover: #bfdbdd;
  --palette-dark-green-background-active: #007178;
  --palette-dark-green-border: #007178;
  --palette-dark-green-text: #002022;
  --palette-dark-green-text-active: #ffffff;
  --palette-dark-green-text-secondary: #334d4e;
  --palette-blue-background: #e7f3fe;
  --palette-blue-background-hover: #d7ebfd;
  --palette-blue-background-active: #5eb0f8;
  --palette-blue-border: #5eb0f8;
  --palette-blue-text: #001d36;
  --palette-blue-text-active: #111111;
  --palette-blue-text-secondary: #31485c;
  --palette-dark-blue-background: #d9ebfc;
  --palette-dark-blue-background-hover: #bfdefa;
  --palette-dark-blue-background-active: #007cea;
  --palette-dark-blue-border: #1c8bec;
  --palette-dark-blue-text: #001f3a;
  --palette-dark-blue-text-active: #ffffff;
  --palette-dark-blue-text-secondary: #334c62;
  --shadow-10: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 1px 4px 0px rgba(88, 104, 116, 0.12);
  --shadow-20: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 4px 12px 0px rgba(88, 104, 116, 0.16);
  --shadow-30: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 8px 16px 0px rgba(88, 104, 116, 0.16);
  --shadow-40: 0px -1px 4px 0px rgba(88, 104, 116, 0.12), 0px 16px 32px 0px rgba(88, 104, 116, 0.20);
  --shadow-50: 0px 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.dark {
  color-scheme: dark;
  --background-canvas: #1a1a1a;
  --background-canvas-secondary: #212121;
  --background-canvas-tertiary: #292929;
  --background-menu: #1e1e1e;
  --background-neutral: #1a1a1a;
  --background-neutral-hover: #333333;
  --background-neutral-pressed: #666666;
  --background-neutral-active: #333333;
  --background-neutral-disabled: #2e2e2e;
  --background-neutral-secondary: #292929;
  --background-neutral-secondary-hover: #333333;
  --background-neutral-secondary-pressed: #3d3d3d;
  --background-neutral-tertiary: #525252;
  --background-neutral-tertiary-hover: #5c5c5c;
  --background-inverse: #eeeeee;
  --background-inverse-hover: #e5e5e5;
  --background-inverse-pressed: #b2b2b2;
  --background-inverse-secondary: #eaeaea;
  --background-inverse-tertiary: #616161;
  --background-inverse-tertiary-hover: #585858;
  --background-inverse-tertiary-pressed: #4d4d4d;
  --background-critical: #c44c44;
  --background-critical-hover: #b01c1c;
  --background-critical-pressed: #841515;
  --background-critical-secondary: #421e1e;
  --background-critical-secondary-hover: #4e1818;
  --background-critical-secondary-pressed: #6e2121;
  --background-accent: #eeeeee;
  --background-accent-hover: #b2b2b2;
  --background-accent-pressed: #808080;
  --background-accent-secondary: #292929;
  --background-accent-secondary-hover: #2e2e2e;
  --background-accent-secondary-pressed: #3d3d3d;
  --background-accent-tertiary: #292929;
  --background-accent-tertiary-hover: #2e2e2e;
  --background-accent-tertiary-pressed: #3d3d3d;
  --background-positive: #57a57a;
  --background-positive-hover: #198057;
  --background-positive-pressed: #156b48;
  --background-positive-secondary: #19382e;
  --background-positive-secondary-hover: #234d40;
  --background-positive-secondary-pressed: #2e6151;
  --background-caution: #e27e27;
  --background-caution-hover: #cc7c00;
  --background-caution-pressed: #995d00;
  --background-caution-secondary: #302821;
  --background-avatar: #292929;
  --background-avatar-hover: #383838;
  --background-calendar: #1a1a1a;
  --background-calendar-disabled: #222222;
  --background-modal-overlay: #11111199;
  --border-secondary: #3d3d3d;
  --border-tertiary: #2a2a2a;
  --border-hover: #5c5c5c;
  --border-input: #3d3d3d;
  --border-input-hover: #5c5c5c;
  --border-input-active: #eeeeee;
  --border-input-active-hover: #dbdbdb;
  --border-input-active-pressed: #cacaca;
  --border-input-disabled: #3d3d3d;
  --border-input-critical: #ce6b64;
  --border-input-critical-hover: #e84a4a;
  --border-input-critical-pressed: #e42f2f;
  --border-input-caution: #ffc257;
  --border-input-caution-hover: #e2ac4d;
  --border-input-caution-pressed: #e2ac4d;
  --border-focus: #eeeeee;
  --border-accent: #eeeeee;
  --border-primary: #eeeeee;
  --border-calendar: #303030;
  --icon-accent: #eeeeee;
  --icon-critical: #ce6b64;
  --icon-critical-onPrimary: #ffffff;
  --icon-onPrimary: #111111;
  --icon-primary: #eeeeee;
  --icon-secondary: #8c8c8c;
  --icon-tertiary: #737373;
  --icon-positive: #83d3b2;
  --icon-positive-hover: #198057;
  --icon-caution: #ffc257;
  --icon-inverse: #111111;
  --symbol-primary: #eeeeee;
  --symbol-zendesk: #e4e6e7;
  --symbol-od-inner-ring: #a2aaaf;
  --symbol-od-outer-ring: #e4e6e7;
  --symbol-serviceforge: #eeeeee;
  --symbol-setmore: #eeeeee;
  --symbol-answerconnect-body: #eeeeee;
  --text-primary: #eeeeee;
  --text-primary-hover: #949494;
  --text-secondary: #949494;
  --text-secondary-hover: #a0a0a0;
  --text-tertiary: #737373;
  --text-caution: #ffc257;
  --text-caution-secondary: #e4c79b;
  --text-critical: #ce6b64;
  --text-critical-onPrimary: #ffffff;
  --text-critical-secondary: #ff8585;
  --text-disabled: #737373;
  --text-disabled-secondary: #949494;
  --text-inverse: #1e1e1e;
  --text-inverse-accent: #1e1e1e;
  --text-inverse-caution: #e78c00;
  --text-inverse-critical: #c44c44;
  --text-inverse-positive: #57a57a;
  --text-inverse-secondary: #666666;
  --text-accent: #eeeeee;
  --text-accent-hover: #a3a3a3;
  --text-accent-pressed: #737373;
  --text-link: #5eb0f8;
  --text-link-hover: #94cafa;
  --text-link-pressed: #a7d4fb;
  --text-onPrimary: #1e1e1e;
  --text-onPrimary-disabled: #666666;
  --text-positive-secondary: #58b285;
  --text-positive: #83d3b2;
  --status-available: #83d3b2;
  --status-away: #ffc257;
  --status-busy: #ce6b64;
  --status-offline: #6b6b6b;
  --status-icon: #ffffff;
  --status-border: #1a1a1a;
  --decoration-brand: #1d90f6;
  --decoration-facebook: #1877f2;
  --decoration-instagram: #e4405f;
  --decoration-teleport: #6285ff;
  --decoration-twitter: #1d9bf0;
  --decoration-whatsapp: #25d366;
  --decoration-youtube: #ff0000;
  --general-constant-white: #ffffff;
  --general-constant-black: #111111;
  --chart-accent-100: #ebebeb;
  --chart-accent-200: #dbdbdb;
  --chart-accent-300: #c7c7c7;
  --chart-accent-400: #b2b2b2;
  --chart-accent-500: #999999;
  --chart-accent-600: #666666;
  --chart-accent-700: #474747;
  --chart-accent-800: #111111;
  --chart-neutral-100: #ebebeb;
  --chart-neutral-200: #dbdbdb;
  --chart-neutral-300: #c7c7c7;
  --chart-neutral-400: #b2b2b2;
  --chart-neutral-500: #999999;
  --chart-neutral-600: #666666;
  --chart-neutral-700: #474747;
  --chart-neutral-800: #111111;
  --palette-gray-background: #2e3337;
  --palette-gray-background-hover: #464d53;
  --palette-gray-background-active: #c0c0c0;
  --palette-gray-border: #c0c0c0;
  --palette-gray-text: #f2f2f2;
  --palette-gray-text-active: #ffffff;
  --palette-gray-text-secondary: #e5e5e5;
  --palette-dark-gray-background: #3d4449;
  --palette-dark-gray-background-hover: #586168;
  --palette-dark-gray-background-active: #d6d6d6;
  --palette-dark-gray-border: #d6d6d6;
  --palette-dark-gray-text: #f2f2f2;
  --palette-dark-gray-text-active: #111111;
  --palette-dark-gray-text-secondary: #e5e5e5;
  --palette-light-pink-background: #34232b;
  --palette-light-pink-background-hover: #523744;
  --palette-light-pink-background-active: #ea556c;
  --palette-light-pink-border: #ea556c;
  --palette-light-pink-text: #f0cfde;
  --palette-light-pink-text-active: #ffffff;
  --palette-light-pink-text-secondary: #ccb8c1;
  --palette-pink-background: #301f30;
  --palette-pink-background-hover: #4d324d;
  --palette-pink-background-active: #ce3b93;
  --palette-pink-border: #ce3b93;
  --palette-pink-text: #eedbee;
  --palette-pink-text-active: #ffffff;
  --palette-pink-text-secondary: #c8becb;
  --palette-red-background: #321f1a;
  --palette-red-background-hover: #54342c;
  --palette-red-background-active: #da3a00;
  --palette-red-border: #da3a00;
  --palette-red-text: #eecdc4;
  --palette-red-text-active: #ffffff;
  --palette-red-text-secondary: #cab5b0;
  --palette-maroon-background: #26221e;
  --palette-maroon-background-hover: #423834;
  --palette-maroon-background-active: #af6b39;
  --palette-maroon-border: #af6b39;
  --palette-maroon-text: #ead8cb;
  --palette-maroon-text-active: #ffffff;
  --palette-maroon-text-secondary: #c5bbb4;
  --palette-orange-background: #372b22;
  --palette-orange-background-hover: #554335;
  --palette-orange-background-active: #ff8a35;
  --palette-orange-border: #ff8a35;
  --palette-orange-text: #f7d8c1;
  --palette-orange-text-active: #111111;
  --palette-orange-text-secondary: #d1bfb3;
  --palette-violet-background: #22202f;
  --palette-violet-background-hover: #37344c;
  --palette-violet-background-active: #9c83e5;
  --palette-violet-border: #9c83e5;
  --palette-violet-text: #d6d0ee;
  --palette-violet-text-active: #ffffff;
  --palette-violet-text-secondary: #bcb9cb;
  --palette-yellow-background: #2d2b15;
  --palette-yellow-background-hover: #504c25;
  --palette-yellow-background-active: #ffc700;
  --palette-yellow-border: #ffc700;
  --palette-yellow-text: #f9efcc;
  --palette-yellow-text-active: #111111;
  --palette-yellow-text-secondary: #d0cab4;
  --palette-green-background: #1a302e;
  --palette-green-background-hover: #203c39;
  --palette-green-background-active: #3ead85;
  --palette-green-border: #3ead85;
  --palette-green-text: #c3ecde;
  --palette-green-text-active: #ffffff;
  --palette-green-text-secondary: #b0cac2;
  --palette-dark-green-background: #1e2c2c;
  --palette-dark-green-background-hover: #344c4c;
  --palette-dark-green-background-active: #53a9ae;
  --palette-dark-green-border: #53a9ae;
  --palette-dark-green-text: #b2dcdc;
  --palette-dark-green-text-active: #111111;
  --palette-dark-green-text-secondary: #a3bdbd;
  --palette-blue-background: #1f2830;
  --palette-blue-background-hover: #32414d;
  --palette-blue-background-active: #67adeb;
  --palette-blue-border: #67adeb;
  --palette-blue-text: #bdd3ea;
  --palette-blue-text-active: #111111;
  --palette-blue-text-secondary: #adb9c7;
  --palette-dark-blue-background: #152532;
  --palette-dark-blue-background-hover: #244056;
  --palette-dark-blue-background-active: #007cea;
  --palette-dark-blue-border: #1c8bec;
  --palette-dark-blue-text: #b2d5f2;
  --palette-dark-blue-text-active: #ffffff;
  --palette-dark-blue-text-secondary: #adb9c7;
  --shadow-10: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  --shadow-20: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  --shadow-30: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  --shadow-40: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
  --shadow-50: 0px 0px 0px 4px rgba(255, 255, 255, 0.20);
}

*, ::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(147 197 253 / 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(147 197 253 / 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:  ;
}
.\!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;
  }
}
.focus-ring {
  outline: none;
  --tw-ring-color: var(--border-focus);
  --tw-ring-offset-color: var(--background-neutral);
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: 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);
}
@media (-ms-high-contrast: active), (forced-colors: active) {

  .focus-ring {
    outline-color: transparent;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
}
.no-focus-ring {
  outline: revert;
  box-shadow: revert;
}
@media (-ms-high-contrast: active), (forced-colors: active) {

  .no-focus-ring {
    outline-color: revert;
    outline-offset: revert;
    outline-style: revert;
    outline-width: revert;
  }
}
.scrollbar-hidden {
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.text-heading-12 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
}
.text-heading-14 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
}
.\!text-heading-16 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
}
.text-heading-16 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}
.\!text-heading-18 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  letter-spacing: 0px !important;
}
.text-heading-18 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
.text-heading-20 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}
.text-heading-24 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
}
.text-heading-28 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
}
.text-heading-32 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
}
.text-body-8 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
}
.text-body-10 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.text-body-12 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.text-body-14 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
.text-body-16 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.text-body-20 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -moz-user-select: none;
       user-select: none;
  border-radius: 8px;
  overflow: hidden;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  position: absolute;
  inset: 0;
}
.cropper-wrap-box, .cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.6;
}
.cropper-view-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cropper-view-box::after {
  content: " ";
  display: block;
  position: absolute;
  inset: 0;
  border: 2px solid #007cea;
  z-index: 1;
  pointer-events: none;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}
.cropper-center {
  display: none;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before {
  background-color: #eee;
  content: " ";
  display: block;
  height: 1px;
  left: -3px;
  position: absolute;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 1px;
}
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-color: #d9d9d9;
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.cropper-circle-view-box .cropper-view-box {
  border-radius: 50%;
}
.cropper-circle-view-box .cropper-view-box::after {
  border-radius: 50%;
}
.cropper-rounded-view-box .cropper-view-box {
  border-radius: 16px;
}
.cropper-rounded-view-box .cropper-view-box::after {
  border-radius: 16px;
}
.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-1 {
  inset: -0.25rem;
}
.-inset-px {
  inset: -1px;
}
.inset-0 {
  inset: 0px;
}
.inset-0\.5 {
  inset: 0.125rem;
}
.inset-1 {
  inset: 0.25rem;
}
.inset-1\.5 {
  inset: 0.375rem;
}
.inset-1\/2 {
  inset: 50%;
}
.inset-1\/3 {
  inset: 33.333333%;
}
.inset-1\/4 {
  inset: 25%;
}
.inset-10 {
  inset: 2.5rem;
}
.inset-11 {
  inset: 2.75rem;
}
.inset-12 {
  inset: 3rem;
}
.inset-14 {
  inset: 3.5rem;
}
.inset-16 {
  inset: 4rem;
}
.inset-2 {
  inset: 0.5rem;
}
.inset-2\.5 {
  inset: 0.625rem;
}
.inset-2\/3 {
  inset: 66.666667%;
}
.inset-2\/4 {
  inset: 50%;
}
.inset-20 {
  inset: 5rem;
}
.inset-24 {
  inset: 6rem;
}
.inset-28 {
  inset: 7rem;
}
.inset-3 {
  inset: 0.75rem;
}
.inset-3\.5 {
  inset: 0.875rem;
}
.inset-3\/4 {
  inset: 75%;
}
.inset-32 {
  inset: 8rem;
}
.inset-36 {
  inset: 9rem;
}
.inset-4 {
  inset: 1rem;
}
.inset-40 {
  inset: 10rem;
}
.inset-44 {
  inset: 11rem;
}
.inset-48 {
  inset: 12rem;
}
.inset-5 {
  inset: 1.25rem;
}
.inset-52 {
  inset: 13rem;
}
.inset-56 {
  inset: 14rem;
}
.inset-6 {
  inset: 1.5rem;
}
.inset-60 {
  inset: 15rem;
}
.inset-64 {
  inset: 16rem;
}
.inset-7 {
  inset: 1.75rem;
}
.inset-72 {
  inset: 18rem;
}
.inset-8 {
  inset: 2rem;
}
.inset-80 {
  inset: 20rem;
}
.inset-9 {
  inset: 2.25rem;
}
.inset-96 {
  inset: 24rem;
}
.inset-auto {
  inset: auto;
}
.inset-full {
  inset: 100%;
}
.inset-px {
  inset: 1px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}
.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}
.inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}
.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}
.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}
.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}
.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}
.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}
.inset-x-12 {
  left: 3rem;
  right: 3rem;
}
.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}
.inset-x-16 {
  left: 4rem;
  right: 4rem;
}
.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}
.inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}
.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}
.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}
.inset-x-20 {
  left: 5rem;
  right: 5rem;
}
.inset-x-24 {
  left: 6rem;
  right: 6rem;
}
.inset-x-28 {
  left: 7rem;
  right: 7rem;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}
.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}
.inset-x-32 {
  left: 8rem;
  right: 8rem;
}
.inset-x-36 {
  left: 9rem;
  right: 9rem;
}
.inset-x-4 {
  left: 1rem;
  right: 1rem;
}
.inset-x-40 {
  left: 10rem;
  right: 10rem;
}
.inset-x-44 {
  left: 11rem;
  right: 11rem;
}
.inset-x-48 {
  left: 12rem;
  right: 12rem;
}
.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}
.inset-x-52 {
  left: 13rem;
  right: 13rem;
}
.inset-x-56 {
  left: 14rem;
  right: 14rem;
}
.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}
.inset-x-60 {
  left: 15rem;
  right: 15rem;
}
.inset-x-64 {
  left: 16rem;
  right: 16rem;
}
.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}
.inset-x-72 {
  left: 18rem;
  right: 18rem;
}
.inset-x-8 {
  left: 2rem;
  right: 2rem;
}
.inset-x-80 {
  left: 20rem;
  right: 20rem;
}
.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}
.inset-x-96 {
  left: 24rem;
  right: 24rem;
}
.inset-x-auto {
  left: auto;
  right: auto;
}
.inset-x-full {
  left: 100%;
  right: 100%;
}
.inset-x-px {
  left: 1px;
  right: 1px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}
.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}
.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}
.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}
.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}
.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}
.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}
.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}
.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}
.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}
.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}
.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}
.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}
.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}
.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}
.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}
.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}
.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}
.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}
.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}
.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}
.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}
.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}
.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}
.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}
.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}
.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}
.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}
.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}
.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}
.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}
.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}
.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}
.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}
.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}
.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}
.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}
.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}
.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}
.inset-y-auto {
  top: auto;
  bottom: auto;
}
.inset-y-full {
  top: 100%;
  bottom: 100%;
}
.inset-y-px {
  top: 1px;
  bottom: 1px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-end-0\.5 {
  inset-inline-end: -0.125rem;
}
.-start-2 {
  inset-inline-start: -0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-11 {
  bottom: 2.75rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-2\/3 {
  bottom: 66.666667%;
}
.bottom-2\/4 {
  bottom: 50%;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-3\.5 {
  bottom: 0.875rem;
}
.bottom-3\/4 {
  bottom: 75%;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-36 {
  bottom: 9rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-44 {
  bottom: 11rem;
}
.bottom-48 {
  bottom: 12rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-52 {
  bottom: 13rem;
}
.bottom-56 {
  bottom: 14rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-60 {
  bottom: 15rem;
}
.bottom-64 {
  bottom: 16rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-72 {
  bottom: 18rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-80 {
  bottom: 20rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-96 {
  bottom: 24rem;
}
.bottom-auto {
  bottom: auto;
}
.bottom-full {
  bottom: 100%;
}
.bottom-px {
  bottom: 1px;
}
.end-0 {
  inset-inline-end: 0px;
}
.end-3 {
  inset-inline-end: 0.75rem;
}
.end-4 {
  inset-inline-end: 1rem;
}
.end-5 {
  inset-inline-end: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-11 {
  left: 2.75rem;
}
.left-12 {
  left: 3rem;
}
.left-14 {
  left: 3.5rem;
}
.left-16 {
  left: 4rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-2\/3 {
  left: 66.666667%;
}
.left-2\/4 {
  left: 50%;
}
.left-20 {
  left: 5rem;
}
.left-24 {
  left: 6rem;
}
.left-28 {
  left: 7rem;
}
.left-3 {
  left: 0.75rem;
}
.left-3\.5 {
  left: 0.875rem;
}
.left-3\/4 {
  left: 75%;
}
.left-32 {
  left: 8rem;
}
.left-36 {
  left: 9rem;
}
.left-4 {
  left: 1rem;
}
.left-40 {
  left: 10rem;
}
.left-44 {
  left: 11rem;
}
.left-48 {
  left: 12rem;
}
.left-5 {
  left: 1.25rem;
}
.left-52 {
  left: 13rem;
}
.left-56 {
  left: 14rem;
}
.left-6 {
  left: 1.5rem;
}
.left-60 {
  left: 15rem;
}
.left-64 {
  left: 16rem;
}
.left-7 {
  left: 1.75rem;
}
.left-72 {
  left: 18rem;
}
.left-8 {
  left: 2rem;
}
.left-80 {
  left: 20rem;
}
.left-9 {
  left: 2.25rem;
}
.left-96 {
  left: 24rem;
}
.left-auto {
  left: auto;
}
.left-full {
  left: 100%;
}
.left-px {
  left: 1px;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-1\/2 {
  right: 50%;
}
.right-1\/3 {
  right: 33.333333%;
}
.right-1\/4 {
  right: 25%;
}
.right-10 {
  right: 2.5rem;
}
.right-11 {
  right: 2.75rem;
}
.right-12 {
  right: 3rem;
}
.right-14 {
  right: 3.5rem;
}
.right-16 {
  right: 4rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-2\/3 {
  right: 66.666667%;
}
.right-2\/4 {
  right: 50%;
}
.right-20 {
  right: 5rem;
}
.right-24 {
  right: 6rem;
}
.right-28 {
  right: 7rem;
}
.right-3 {
  right: 0.75rem;
}
.right-3\.5 {
  right: 0.875rem;
}
.right-3\/4 {
  right: 75%;
}
.right-32 {
  right: 8rem;
}
.right-36 {
  right: 9rem;
}
.right-4 {
  right: 1rem;
}
.right-40 {
  right: 10rem;
}
.right-44 {
  right: 11rem;
}
.right-48 {
  right: 12rem;
}
.right-5 {
  right: 1.25rem;
}
.right-52 {
  right: 13rem;
}
.right-56 {
  right: 14rem;
}
.right-6 {
  right: 1.5rem;
}
.right-60 {
  right: 15rem;
}
.right-64 {
  right: 16rem;
}
.right-7 {
  right: 1.75rem;
}
.right-72 {
  right: 18rem;
}
.right-8 {
  right: 2rem;
}
.right-80 {
  right: 20rem;
}
.right-9 {
  right: 2.25rem;
}
.right-96 {
  right: 24rem;
}
.right-auto {
  right: auto;
}
.right-full {
  right: 100%;
}
.right-px {
  right: 1px;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-11 {
  top: 2.75rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-2\/4 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-3\/4 {
  top: 75%;
}
.top-32 {
  top: 8rem;
}
.top-36 {
  top: 9rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-44 {
  top: 11rem;
}
.top-48 {
  top: 12rem;
}
.top-5 {
  top: 1.25rem;
}
.top-52 {
  top: 13rem;
}
.top-56 {
  top: 14rem;
}
.top-6 {
  top: 1.5rem;
}
.top-60 {
  top: 15rem;
}
.top-64 {
  top: 16rem;
}
.top-7 {
  top: 1.75rem;
}
.top-72 {
  top: 18rem;
}
.top-8 {
  top: 2rem;
}
.top-80 {
  top: 20rem;
}
.top-9 {
  top: 2.25rem;
}
.top-96 {
  top: 24rem;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.top-px {
  top: 1px;
}
.isolate {
  isolation: isolate;
}
.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-\[1200\] {
  z-index: 1200;
}
.z-\[1202\] {
  z-index: 1202;
}
.z-\[1220\] {
  z-index: 1220;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[9\] {
  z-index: 9;
}
.z-auto {
  z-index: auto;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.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-9 {
  order: 9;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.order-none {
  order: 0;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.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-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.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;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-end-9 {
  grid-column-end: 9;
}
.col-end-auto {
  grid-column-end: auto;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-auto {
  grid-row-start: auto;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-10 {
  grid-row-end: 10;
}
.row-end-11 {
  grid-row-end: 11;
}
.row-end-12 {
  grid-row-end: 12;
}
.row-end-13 {
  grid-row-end: 13;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
.row-end-7 {
  grid-row-end: 7;
}
.row-end-8 {
  grid-row-end: 8;
}
.row-end-9 {
  grid-row-end: 9;
}
.row-end-auto {
  grid-row-end: auto;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-4 {
  margin: -1rem;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-11 {
  margin: 2.75rem;
}
.m-12 {
  margin: 3rem;
}
.m-14 {
  margin: 3.5rem;
}
.m-16 {
  margin: 4rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-2\.5 {
  margin: 0.625rem;
}
.m-20 {
  margin: 5rem;
}
.m-24 {
  margin: 6rem;
}
.m-28 {
  margin: 7rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-3\.5 {
  margin: 0.875rem;
}
.m-32 {
  margin: 8rem;
}
.m-36 {
  margin: 9rem;
}
.m-4 {
  margin: 1rem;
}
.m-40 {
  margin: 10rem;
}
.m-44 {
  margin: 11rem;
}
.m-48 {
  margin: 12rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-52 {
  margin: 13rem;
}
.m-56 {
  margin: 14rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-60 {
  margin: 15rem;
}
.m-64 {
  margin: 16rem;
}
.m-7 {
  margin: 1.75rem;
}
.m-72 {
  margin: 18rem;
}
.m-8 {
  margin: 2rem;
}
.m-80 {
  margin: 20rem;
}
.m-9 {
  margin: 2.25rem;
}
.m-96 {
  margin: 24rem;
}
.m-auto {
  margin: auto;
}
.m-px {
  margin: 1px;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-me-1 {
  margin-inline-end: -0.25rem;
}
.-me-1\.5 {
  margin-inline-end: -0.375rem;
}
.-me-2 {
  margin-inline-end: -0.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-ms-1 {
  margin-inline-start: -0.25rem;
}
.-ms-1\.5 {
  margin-inline-start: -0.375rem;
}
.-ms-2 {
  margin-inline-start: -0.5rem;
}
.-ms-4 {
  margin-inline-start: -1rem;
}
.-ms-px {
  margin-inline-start: -1px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.me-0 {
  margin-inline-end: 0px;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[4rem\] {
  margin-left: 4rem;
}
.ml-\[60ch\] {
  margin-left: 60ch;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.ms-1\.5 {
  margin-inline-start: 0.375rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.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;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-1\/5 {
  height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.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\/3 {
  height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
}
.h-2\/5 {
  height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[0\.75em\] {
  height: 0.75em;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[calc\(100\%-44px\)\] {
  height: calc(100% - 44px);
}
.h-\[calc\(100dvh-var\(--header-height\)\)\] {
  height: calc(100dvh - var(--header-height));
}
.h-\[var\(--header-height\)\] {
  height: var(--header-height);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-lvh {
  height: 100lvh;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-0\.5 {
  max-height: 0.125rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.max-h-1\.5 {
  max-height: 0.375rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.max-h-2\.5 {
  max-height: 0.625rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-3\.5 {
  max-height: 0.875rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[1\.25rem\] {
  max-height: 1.25rem;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[75\%\] {
  max-height: 75%;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-lvh {
  max-height: 100lvh;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}
.max-h-none {
  max-height: none;
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-svh {
  max-height: 100svh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-0\.5 {
  min-height: 0.125rem;
}
.min-h-1 {
  min-height: 0.25rem;
}
.min-h-1\.5 {
  min-height: 0.375rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-2\.5 {
  min-height: 0.625rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-3\.5 {
  min-height: 0.875rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-60 {
  min-height: 15rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[210px\] {
  min-height: 210px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.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-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/6 {
  width: 33.333333%;
}
.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-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.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-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[0\.75em\] {
  width: 0.75em;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[calc\(\.\.\.\)\] {
  width: calc(...);
}
.w-\[calc\(100\%-16px\)\] {
  width: calc(100% - 16px);
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-\[calc\(100vw-40px\)\] {
  width: calc(100vw - 40px);
}
.w-auto {
  width: auto;
}
.w-dvw {
  width: 100dvw;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-lvw {
  width: 100lvw;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.w-svw {
  width: 100svw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-0\.5 {
  min-width: 0.125rem;
}
.min-w-1 {
  min-width: 0.25rem;
}
.min-w-1\.5 {
  min-width: 0.375rem;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-11 {
  min-width: 2.75rem;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-2\.5 {
  min-width: 0.625rem;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-3 {
  min-width: 0.75rem;
}
.min-w-3\.5 {
  min-width: 0.875rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-96 {
  min-width: 24rem;
}
.min-w-\[1\.5rem\] {
  min-width: 1.5rem;
}
.min-w-\[104px\] {
  min-width: 104px;
}
.min-w-\[128px\] {
  min-width: 128px;
}
.min-w-\[154px\] {
  min-width: 154px;
}
.min-w-\[162px\] {
  min-width: 162px;
}
.min-w-\[174px\] {
  min-width: 174px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[400px\] {
  min-width: 400px;
}
.min-w-\[58px\] {
  min-width: 58px;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[92px\] {
  min-width: 92px;
}
.min-w-\[calc\(\.\.\.\)\] {
  min-width: calc(...);
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.min-w-px {
  min-width: 1px;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-0\.5 {
  max-width: 0.125rem;
}
.max-w-1 {
  max-width: 0.25rem;
}
.max-w-1\.5 {
  max-width: 0.375rem;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-11 {
  max-width: 2.75rem;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-2 {
  max-width: 0.5rem;
}
.max-w-2\.5 {
  max-width: 0.625rem;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3 {
  max-width: 0.75rem;
}
.max-w-3\.5 {
  max-width: 0.875rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-56 {
  max-width: 14rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7 {
  max-width: 1.75rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-9 {
  max-width: 2.25rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[1\.25rem\] {
  max-width: 1.25rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[256px\] {
  max-width: 256px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[calc\(\.\.\.\)\] {
  max-width: calc(...);
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-px {
  max-width: 1px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-16 {
  flex-basis: 4rem;
}
.basis-full {
  flex-basis: 100%;
}
.caption-top {
  caption-side: top;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1 {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11 {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14 {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20 {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28 {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3 {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36 {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44 {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5 {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52 {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60 {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72 {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96 {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-px {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-px {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0\.5 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-left {
  transform-origin: left;
}
.-translate-x-0\.5 {
  --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));
}
.-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-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));
}
.-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-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0\.5 {
  --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));
}
.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-\[--translate-x\] {
  --tw-translate-x: var(--translate-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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-full {
  --tw-translate-y: 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));
}
.-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));
}
.-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));
}
.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));
}
.transform-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}
@keyframes snackbar-transition {

  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-\[snackbar-transition_0\.3s_cubic-bezier\(0\.16\2c _1\2c _0\.3\2c _1\)\] {
  animation: snackbar-transition 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@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.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes fadeOut {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.animate-fade-out {
  animation: fadeOut 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes slideIn {

  100% {
    transform: translateY(0%);
  }
}
.animate-getpro-slide-in {
  animation: slideIn 0.25s ease-out 0.15s forwards;
}
@keyframes slideUp {

  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}
.animate-getpro-slide-up {
  animation: slideUp 0.35s cubic-bezier(0, -0.02, 0.66, -0.56) forwards;
}
@keyframes dash {

  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.animate-loading-dash {
  animation: dash 1.7s linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-loading-spin {
  animation: spin 1.7s linear infinite;
}
.animate-none {
  animation: none;
}
@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 inBottom {

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

  100% {
    transform: translateY(0);
  }
}
.animate-sheet-in-bottom {
  animation: inBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes inLeft {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}
.animate-sheet-in-left {
  animation: inLeft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes inRight {

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

  100% {
    transform: translateX(0);
  }
}
.animate-sheet-in-right {
  animation: inRight 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes inTop {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
.animate-sheet-in-top {
  animation: inTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes outBottom {

  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}
.animate-sheet-out-bottom {
  animation: outBottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes outLeft {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
.animate-sheet-out-left {
  animation: outLeft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes outRight {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}
.animate-sheet-out-right {
  animation: outRight 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes outTop {

  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}
.animate-sheet-out-top {
  animation: outTop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-\[unset\] {
  cursor: unset;
}
.cursor-alias {
  cursor: alias;
}
.cursor-all-scroll {
  cursor: all-scroll;
}
.cursor-auto {
  cursor: auto;
}
.cursor-cell {
  cursor: cell;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-copy {
  cursor: copy;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-default {
  cursor: default;
}
.cursor-e-resize {
  cursor: e-resize;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-help {
  cursor: help;
}
.cursor-move {
  cursor: move;
}
.cursor-n-resize {
  cursor: n-resize;
}
.cursor-ne-resize {
  cursor: ne-resize;
}
.cursor-nesw-resize {
  cursor: nesw-resize;
}
.cursor-no-drop {
  cursor: no-drop;
}
.cursor-none {
  cursor: none;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-ns-resize {
  cursor: ns-resize;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-nwse-resize {
  cursor: nwse-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-progress {
  cursor: progress;
}
.cursor-row-resize {
  cursor: row-resize;
}
.cursor-s-resize {
  cursor: s-resize;
}
.cursor-se-resize {
  cursor: se-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-text {
  cursor: text;
}
.cursor-vertical-text {
  cursor: vertical-text;
}
.cursor-w-resize {
  cursor: w-resize;
}
.cursor-wait {
  cursor: wait;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -moz-user-select: none;
       user-select: none;
}
.select-all {
  -moz-user-select: all;
       user-select: all;
}
.resize-none {
  resize: none;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}
.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}
.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}
.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}
.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}
.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}
.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}
.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}
.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.break-inside-avoid-page {
  break-inside: avoid-page;
}
.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}
.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}
.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}
.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}
.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}
.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}
.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}
.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, 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-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.grid-rows-\[repeat\(4\2c 24px\)\] {
  grid-template-rows: repeat(4,24px);
}
.grid-rows-\[repeat\(4\2c 36px\)\] {
  grid-template-rows: repeat(4,36px);
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.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-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-normal {
  align-content: normal;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}
.content-baseline {
  align-content: baseline;
}
.content-stretch {
  align-content: stretch;
}
.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-normal {
  justify-content: normal;
}
.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-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-36 {
  gap: 9rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-56 {
  gap: 14rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-72 {
  gap: 18rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-80 {
  gap: 20rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-96 {
  gap: 24rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
.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-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}
.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}
.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}
.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}
.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-11 {
  row-gap: 2.75rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-24 {
  row-gap: 6rem;
}
.gap-y-28 {
  row-gap: 7rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-y-32 {
  row-gap: 8rem;
}
.gap-y-36 {
  row-gap: 9rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-40 {
  row-gap: 10rem;
}
.gap-y-44 {
  row-gap: 11rem;
}
.gap-y-48 {
  row-gap: 12rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-52 {
  row-gap: 13rem;
}
.gap-y-56 {
  row-gap: 14rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-60 {
  row-gap: 15rem;
}
.gap-y-64 {
  row-gap: 16rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-72 {
  row-gap: 18rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-80 {
  row-gap: 20rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.gap-y-96 {
  row-gap: 24rem;
}
.gap-y-px {
  row-gap: 1px;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * 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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * 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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * 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-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));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * 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-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * 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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}
.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * 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-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}
.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * 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-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * 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-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}
.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * 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-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * 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-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}
.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.\!overflow-x-clip {
  overflow-x: clip !important;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-normal {
  white-space: normal;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.rounded-12px {
  border-radius: 12px;
}
.rounded-16px {
  border-radius: 16px;
}
.rounded-4px {
  border-radius: 4px;
}
.rounded-6px {
  border-radius: 6px;
}
.rounded-8px {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b-12px {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rounded-b-16px {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-b-4px {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-b-6px {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-b-8px {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-e-12px {
  border-start-end-radius: 12px;
  border-end-end-radius: 12px;
}
.rounded-e-16px {
  border-start-end-radius: 16px;
  border-end-end-radius: 16px;
}
.rounded-e-4px {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.rounded-e-6px {
  border-start-end-radius: 6px;
  border-end-end-radius: 6px;
}
.rounded-e-8px {
  border-start-end-radius: 8px;
  border-end-end-radius: 8px;
}
.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.rounded-l-12px {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rounded-l-16px {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-l-4px {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-6px {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-l-8px {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-12px {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rounded-r-16px {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.rounded-r-4px {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-r-6px {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rounded-r-8px {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-s-12px {
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
}
.rounded-s-16px {
  border-start-start-radius: 16px;
  border-end-start-radius: 16px;
}
.rounded-s-4px {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.rounded-s-6px {
  border-start-start-radius: 6px;
  border-end-start-radius: 6px;
}
.rounded-s-8px {
  border-start-start-radius: 8px;
  border-end-start-radius: 8px;
}
.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.rounded-t-12px {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-16px {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-t-4px {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-6px {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-t-8px {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-12px {
  border-bottom-left-radius: 12px;
}
.rounded-bl-16px {
  border-bottom-left-radius: 16px;
}
.rounded-bl-4px {
  border-bottom-left-radius: 4px;
}
.rounded-bl-6px {
  border-bottom-left-radius: 6px;
}
.rounded-bl-8px {
  border-bottom-left-radius: 8px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-12px {
  border-bottom-right-radius: 12px;
}
.rounded-br-16px {
  border-bottom-right-radius: 16px;
}
.rounded-br-4px {
  border-bottom-right-radius: 4px;
}
.rounded-br-6px {
  border-bottom-right-radius: 6px;
}
.rounded-br-8px {
  border-bottom-right-radius: 8px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-ee-12px {
  border-end-end-radius: 12px;
}
.rounded-ee-16px {
  border-end-end-radius: 16px;
}
.rounded-ee-4px {
  border-end-end-radius: 4px;
}
.rounded-ee-6px {
  border-end-end-radius: 6px;
}
.rounded-ee-8px {
  border-end-end-radius: 8px;
}
.rounded-ee-full {
  border-end-end-radius: 9999px;
}
.rounded-ee-none {
  border-end-end-radius: 0px;
}
.rounded-es-12px {
  border-end-start-radius: 12px;
}
.rounded-es-16px {
  border-end-start-radius: 16px;
}
.rounded-es-4px {
  border-end-start-radius: 4px;
}
.rounded-es-6px {
  border-end-start-radius: 6px;
}
.rounded-es-8px {
  border-end-start-radius: 8px;
}
.rounded-es-full {
  border-end-start-radius: 9999px;
}
.rounded-es-none {
  border-end-start-radius: 0px;
}
.rounded-se-12px {
  border-start-end-radius: 12px;
}
.rounded-se-16px {
  border-start-end-radius: 16px;
}
.rounded-se-4px {
  border-start-end-radius: 4px;
}
.rounded-se-6px {
  border-start-end-radius: 6px;
}
.rounded-se-8px {
  border-start-end-radius: 8px;
}
.rounded-se-full {
  border-start-end-radius: 9999px;
}
.rounded-se-none {
  border-start-end-radius: 0px;
}
.rounded-ss-12px {
  border-start-start-radius: 12px;
}
.rounded-ss-16px {
  border-start-start-radius: 16px;
}
.rounded-ss-4px {
  border-start-start-radius: 4px;
}
.rounded-ss-6px {
  border-start-start-radius: 6px;
}
.rounded-ss-8px {
  border-start-start-radius: 8px;
}
.rounded-ss-full {
  border-start-start-radius: 9999px;
}
.rounded-ss-none {
  border-start-start-radius: 0px;
}
.rounded-tl-12px {
  border-top-left-radius: 12px;
}
.rounded-tl-16px {
  border-top-left-radius: 16px;
}
.rounded-tl-4px {
  border-top-left-radius: 4px;
}
.rounded-tl-6px {
  border-top-left-radius: 6px;
}
.rounded-tl-8px {
  border-top-left-radius: 8px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-12px {
  border-top-right-radius: 12px;
}
.rounded-tr-16px {
  border-top-right-radius: 16px;
}
.rounded-tr-4px {
  border-top-right-radius: 4px;
}
.rounded-tr-6px {
  border-top-right-radius: 6px;
}
.rounded-tr-8px {
  border-top-right-radius: 8px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-e {
  border-inline-end-width: 1px;
}
.border-e-0 {
  border-inline-end-width: 0px;
}
.border-e-2 {
  border-inline-end-width: 2px;
}
.border-e-4 {
  border-inline-end-width: 4px;
}
.border-e-8 {
  border-inline-end-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.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-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-s {
  border-inline-start-width: 1px;
}
.border-s-0 {
  border-inline-start-width: 0px;
}
.border-s-2 {
  border-inline-start-width: 2px;
}
.border-s-4 {
  border-inline-start-width: 4px;
}
.border-s-8 {
  border-inline-start-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.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-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-hidden {
  border-style: hidden;
}
.border-none {
  border-style: none;
}
.border-\[\#7298f8\] {
  --tw-border-opacity: 1;
  border-color: rgb(114 152 248 / var(--tw-border-opacity));
}
.border-\[orange\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 0 / var(--tw-border-opacity));
}
.border-accent {
  border-color: var(--border-accent);
}
.border-calendar {
  border-color: var(--border-calendar);
}
.border-constant-black {
  border-color: var(--general-constant-black);
}
.border-constant-white {
  border-color: var(--general-constant-white);
}
.border-current {
  border-color: currentColor;
}
.border-focus {
  border-color: var(--border-focus);
}
.border-hover {
  border-color: var(--border-hover);
}
.border-inherit {
  border-color: inherit;
}
.border-input {
  border-color: var(--border-input);
}
.border-input-active {
  border-color: var(--border-input-active);
}
.border-input-active-hover {
  border-color: var(--border-input-active-hover);
}
.border-input-active-pressed {
  border-color: var(--border-input-active-pressed);
}
.border-input-caution {
  border-color: var(--border-input-caution);
}
.border-input-caution-hover {
  border-color: var(--border-input-caution-hover);
}
.border-input-caution-pressed {
  border-color: var(--border-input-caution-pressed);
}
.border-input-critical {
  border-color: var(--border-input-critical);
}
.border-input-critical-hover {
  border-color: var(--border-input-critical-hover);
}
.border-input-critical-pressed {
  border-color: var(--border-input-critical-pressed);
}
.border-input-disabled {
  border-color: var(--border-input-disabled);
}
.border-input-hover {
  border-color: var(--border-input-hover);
}
.border-palette-blue-border {
  border-color: var(--palette-blue-border);
}
.border-palette-dark-blue-border {
  border-color: var(--palette-dark-blue-border);
}
.border-palette-dark-gray-border {
  border-color: var(--palette-dark-gray-border);
}
.border-palette-dark-green-border {
  border-color: var(--palette-dark-green-border);
}
.border-palette-gray-border {
  border-color: var(--palette-gray-border);
}
.border-palette-green-border {
  border-color: var(--palette-green-border);
}
.border-palette-light-pink-border {
  border-color: var(--palette-light-pink-border);
}
.border-palette-maroon-border {
  border-color: var(--palette-maroon-border);
}
.border-palette-orange-border {
  border-color: var(--palette-orange-border);
}
.border-palette-pink-border {
  border-color: var(--palette-pink-border);
}
.border-palette-red-border {
  border-color: var(--palette-red-border);
}
.border-palette-violet-border {
  border-color: var(--palette-violet-border);
}
.border-palette-yellow-border {
  border-color: var(--palette-yellow-border);
}
.border-primary {
  border-color: var(--border-primary);
}
.border-secondary {
  border-color: var(--border-secondary);
}
.border-status-available {
  border-color: var(--status-available);
}
.border-status-away {
  border-color: var(--status-away);
}
.border-status-border {
  border-color: var(--status-border);
}
.border-status-busy {
  border-color: var(--status-busy);
}
.border-status-icon {
  border-color: var(--status-icon);
}
.border-status-offline {
  border-color: var(--status-offline);
}
.border-tertiary {
  border-color: var(--border-tertiary);
}
.border-transparent {
  border-color: transparent;
}
.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-x-accent {
  border-left-color: var(--border-accent);
  border-right-color: var(--border-accent);
}
.border-x-calendar {
  border-left-color: var(--border-calendar);
  border-right-color: var(--border-calendar);
}
.border-x-constant-black {
  border-left-color: var(--general-constant-black);
  border-right-color: var(--general-constant-black);
}
.border-x-constant-white {
  border-left-color: var(--general-constant-white);
  border-right-color: var(--general-constant-white);
}
.border-x-current {
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.border-x-focus {
  border-left-color: var(--border-focus);
  border-right-color: var(--border-focus);
}
.border-x-hover {
  border-left-color: var(--border-hover);
  border-right-color: var(--border-hover);
}
.border-x-inherit {
  border-left-color: inherit;
  border-right-color: inherit;
}
.border-x-input {
  border-left-color: var(--border-input);
  border-right-color: var(--border-input);
}
.border-x-input-active {
  border-left-color: var(--border-input-active);
  border-right-color: var(--border-input-active);
}
.border-x-input-active-hover {
  border-left-color: var(--border-input-active-hover);
  border-right-color: var(--border-input-active-hover);
}
.border-x-input-active-pressed {
  border-left-color: var(--border-input-active-pressed);
  border-right-color: var(--border-input-active-pressed);
}
.border-x-input-caution {
  border-left-color: var(--border-input-caution);
  border-right-color: var(--border-input-caution);
}
.border-x-input-caution-hover {
  border-left-color: var(--border-input-caution-hover);
  border-right-color: var(--border-input-caution-hover);
}
.border-x-input-caution-pressed {
  border-left-color: var(--border-input-caution-pressed);
  border-right-color: var(--border-input-caution-pressed);
}
.border-x-input-critical {
  border-left-color: var(--border-input-critical);
  border-right-color: var(--border-input-critical);
}
.border-x-input-critical-hover {
  border-left-color: var(--border-input-critical-hover);
  border-right-color: var(--border-input-critical-hover);
}
.border-x-input-critical-pressed {
  border-left-color: var(--border-input-critical-pressed);
  border-right-color: var(--border-input-critical-pressed);
}
.border-x-input-disabled {
  border-left-color: var(--border-input-disabled);
  border-right-color: var(--border-input-disabled);
}
.border-x-input-hover {
  border-left-color: var(--border-input-hover);
  border-right-color: var(--border-input-hover);
}
.border-x-palette-blue-border {
  border-left-color: var(--palette-blue-border);
  border-right-color: var(--palette-blue-border);
}
.border-x-palette-dark-blue-border {
  border-left-color: var(--palette-dark-blue-border);
  border-right-color: var(--palette-dark-blue-border);
}
.border-x-palette-dark-gray-border {
  border-left-color: var(--palette-dark-gray-border);
  border-right-color: var(--palette-dark-gray-border);
}
.border-x-palette-dark-green-border {
  border-left-color: var(--palette-dark-green-border);
  border-right-color: var(--palette-dark-green-border);
}
.border-x-palette-gray-border {
  border-left-color: var(--palette-gray-border);
  border-right-color: var(--palette-gray-border);
}
.border-x-palette-green-border {
  border-left-color: var(--palette-green-border);
  border-right-color: var(--palette-green-border);
}
.border-x-palette-light-pink-border {
  border-left-color: var(--palette-light-pink-border);
  border-right-color: var(--palette-light-pink-border);
}
.border-x-palette-maroon-border {
  border-left-color: var(--palette-maroon-border);
  border-right-color: var(--palette-maroon-border);
}
.border-x-palette-orange-border {
  border-left-color: var(--palette-orange-border);
  border-right-color: var(--palette-orange-border);
}
.border-x-palette-pink-border {
  border-left-color: var(--palette-pink-border);
  border-right-color: var(--palette-pink-border);
}
.border-x-palette-red-border {
  border-left-color: var(--palette-red-border);
  border-right-color: var(--palette-red-border);
}
.border-x-palette-violet-border {
  border-left-color: var(--palette-violet-border);
  border-right-color: var(--palette-violet-border);
}
.border-x-palette-yellow-border {
  border-left-color: var(--palette-yellow-border);
  border-right-color: var(--palette-yellow-border);
}
.border-x-primary {
  border-left-color: var(--border-primary);
  border-right-color: var(--border-primary);
}
.border-x-secondary {
  border-left-color: var(--border-secondary);
  border-right-color: var(--border-secondary);
}
.border-x-status-available {
  border-left-color: var(--status-available);
  border-right-color: var(--status-available);
}
.border-x-status-away {
  border-left-color: var(--status-away);
  border-right-color: var(--status-away);
}
.border-x-status-border {
  border-left-color: var(--status-border);
  border-right-color: var(--status-border);
}
.border-x-status-busy {
  border-left-color: var(--status-busy);
  border-right-color: var(--status-busy);
}
.border-x-status-icon {
  border-left-color: var(--status-icon);
  border-right-color: var(--status-icon);
}
.border-x-status-offline {
  border-left-color: var(--status-offline);
  border-right-color: var(--status-offline);
}
.border-x-tertiary {
  border-left-color: var(--border-tertiary);
  border-right-color: var(--border-tertiary);
}
.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-x-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-y-accent {
  border-top-color: var(--border-accent);
  border-bottom-color: var(--border-accent);
}
.border-y-calendar {
  border-top-color: var(--border-calendar);
  border-bottom-color: var(--border-calendar);
}
.border-y-constant-black {
  border-top-color: var(--general-constant-black);
  border-bottom-color: var(--general-constant-black);
}
.border-y-constant-white {
  border-top-color: var(--general-constant-white);
  border-bottom-color: var(--general-constant-white);
}
.border-y-current {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.border-y-focus {
  border-top-color: var(--border-focus);
  border-bottom-color: var(--border-focus);
}
.border-y-hover {
  border-top-color: var(--border-hover);
  border-bottom-color: var(--border-hover);
}
.border-y-inherit {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.border-y-input {
  border-top-color: var(--border-input);
  border-bottom-color: var(--border-input);
}
.border-y-input-active {
  border-top-color: var(--border-input-active);
  border-bottom-color: var(--border-input-active);
}
.border-y-input-active-hover {
  border-top-color: var(--border-input-active-hover);
  border-bottom-color: var(--border-input-active-hover);
}
.border-y-input-active-pressed {
  border-top-color: var(--border-input-active-pressed);
  border-bottom-color: var(--border-input-active-pressed);
}
.border-y-input-caution {
  border-top-color: var(--border-input-caution);
  border-bottom-color: var(--border-input-caution);
}
.border-y-input-caution-hover {
  border-top-color: var(--border-input-caution-hover);
  border-bottom-color: var(--border-input-caution-hover);
}
.border-y-input-caution-pressed {
  border-top-color: var(--border-input-caution-pressed);
  border-bottom-color: var(--border-input-caution-pressed);
}
.border-y-input-critical {
  border-top-color: var(--border-input-critical);
  border-bottom-color: var(--border-input-critical);
}
.border-y-input-critical-hover {
  border-top-color: var(--border-input-critical-hover);
  border-bottom-color: var(--border-input-critical-hover);
}
.border-y-input-critical-pressed {
  border-top-color: var(--border-input-critical-pressed);
  border-bottom-color: var(--border-input-critical-pressed);
}
.border-y-input-disabled {
  border-top-color: var(--border-input-disabled);
  border-bottom-color: var(--border-input-disabled);
}
.border-y-input-hover {
  border-top-color: var(--border-input-hover);
  border-bottom-color: var(--border-input-hover);
}
.border-y-palette-blue-border {
  border-top-color: var(--palette-blue-border);
  border-bottom-color: var(--palette-blue-border);
}
.border-y-palette-dark-blue-border {
  border-top-color: var(--palette-dark-blue-border);
  border-bottom-color: var(--palette-dark-blue-border);
}
.border-y-palette-dark-gray-border {
  border-top-color: var(--palette-dark-gray-border);
  border-bottom-color: var(--palette-dark-gray-border);
}
.border-y-palette-dark-green-border {
  border-top-color: var(--palette-dark-green-border);
  border-bottom-color: var(--palette-dark-green-border);
}
.border-y-palette-gray-border {
  border-top-color: var(--palette-gray-border);
  border-bottom-color: var(--palette-gray-border);
}
.border-y-palette-green-border {
  border-top-color: var(--palette-green-border);
  border-bottom-color: var(--palette-green-border);
}
.border-y-palette-light-pink-border {
  border-top-color: var(--palette-light-pink-border);
  border-bottom-color: var(--palette-light-pink-border);
}
.border-y-palette-maroon-border {
  border-top-color: var(--palette-maroon-border);
  border-bottom-color: var(--palette-maroon-border);
}
.border-y-palette-orange-border {
  border-top-color: var(--palette-orange-border);
  border-bottom-color: var(--palette-orange-border);
}
.border-y-palette-pink-border {
  border-top-color: var(--palette-pink-border);
  border-bottom-color: var(--palette-pink-border);
}
.border-y-palette-red-border {
  border-top-color: var(--palette-red-border);
  border-bottom-color: var(--palette-red-border);
}
.border-y-palette-violet-border {
  border-top-color: var(--palette-violet-border);
  border-bottom-color: var(--palette-violet-border);
}
.border-y-palette-yellow-border {
  border-top-color: var(--palette-yellow-border);
  border-bottom-color: var(--palette-yellow-border);
}
.border-y-primary {
  border-top-color: var(--border-primary);
  border-bottom-color: var(--border-primary);
}
.border-y-secondary {
  border-top-color: var(--border-secondary);
  border-bottom-color: var(--border-secondary);
}
.border-y-status-available {
  border-top-color: var(--status-available);
  border-bottom-color: var(--status-available);
}
.border-y-status-away {
  border-top-color: var(--status-away);
  border-bottom-color: var(--status-away);
}
.border-y-status-border {
  border-top-color: var(--status-border);
  border-bottom-color: var(--status-border);
}
.border-y-status-busy {
  border-top-color: var(--status-busy);
  border-bottom-color: var(--status-busy);
}
.border-y-status-icon {
  border-top-color: var(--status-icon);
  border-bottom-color: var(--status-icon);
}
.border-y-status-offline {
  border-top-color: var(--status-offline);
  border-bottom-color: var(--status-offline);
}
.border-y-tertiary {
  border-top-color: var(--border-tertiary);
  border-bottom-color: var(--border-tertiary);
}
.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-y-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-accent {
  border-bottom-color: var(--border-accent);
}
.border-b-calendar {
  border-bottom-color: var(--border-calendar);
}
.border-b-constant-black {
  border-bottom-color: var(--general-constant-black);
}
.border-b-constant-white {
  border-bottom-color: var(--general-constant-white);
}
.border-b-current {
  border-bottom-color: currentColor;
}
.border-b-focus {
  border-bottom-color: var(--border-focus);
}
.border-b-hover {
  border-bottom-color: var(--border-hover);
}
.border-b-inherit {
  border-bottom-color: inherit;
}
.border-b-input {
  border-bottom-color: var(--border-input);
}
.border-b-input-active {
  border-bottom-color: var(--border-input-active);
}
.border-b-input-active-hover {
  border-bottom-color: var(--border-input-active-hover);
}
.border-b-input-active-pressed {
  border-bottom-color: var(--border-input-active-pressed);
}
.border-b-input-caution {
  border-bottom-color: var(--border-input-caution);
}
.border-b-input-caution-hover {
  border-bottom-color: var(--border-input-caution-hover);
}
.border-b-input-caution-pressed {
  border-bottom-color: var(--border-input-caution-pressed);
}
.border-b-input-critical {
  border-bottom-color: var(--border-input-critical);
}
.border-b-input-critical-hover {
  border-bottom-color: var(--border-input-critical-hover);
}
.border-b-input-critical-pressed {
  border-bottom-color: var(--border-input-critical-pressed);
}
.border-b-input-disabled {
  border-bottom-color: var(--border-input-disabled);
}
.border-b-input-hover {
  border-bottom-color: var(--border-input-hover);
}
.border-b-palette-blue-border {
  border-bottom-color: var(--palette-blue-border);
}
.border-b-palette-dark-blue-border {
  border-bottom-color: var(--palette-dark-blue-border);
}
.border-b-palette-dark-gray-border {
  border-bottom-color: var(--palette-dark-gray-border);
}
.border-b-palette-dark-green-border {
  border-bottom-color: var(--palette-dark-green-border);
}
.border-b-palette-gray-border {
  border-bottom-color: var(--palette-gray-border);
}
.border-b-palette-green-border {
  border-bottom-color: var(--palette-green-border);
}
.border-b-palette-light-pink-border {
  border-bottom-color: var(--palette-light-pink-border);
}
.border-b-palette-maroon-border {
  border-bottom-color: var(--palette-maroon-border);
}
.border-b-palette-orange-border {
  border-bottom-color: var(--palette-orange-border);
}
.border-b-palette-pink-border {
  border-bottom-color: var(--palette-pink-border);
}
.border-b-palette-red-border {
  border-bottom-color: var(--palette-red-border);
}
.border-b-palette-violet-border {
  border-bottom-color: var(--palette-violet-border);
}
.border-b-palette-yellow-border {
  border-bottom-color: var(--palette-yellow-border);
}
.border-b-primary {
  border-bottom-color: var(--border-primary);
}
.border-b-secondary {
  border-bottom-color: var(--border-secondary);
}
.border-b-status-available {
  border-bottom-color: var(--status-available);
}
.border-b-status-away {
  border-bottom-color: var(--status-away);
}
.border-b-status-border {
  border-bottom-color: var(--status-border);
}
.border-b-status-busy {
  border-bottom-color: var(--status-busy);
}
.border-b-status-icon {
  border-bottom-color: var(--status-icon);
}
.border-b-status-offline {
  border-bottom-color: var(--status-offline);
}
.border-b-tertiary {
  border-bottom-color: var(--border-tertiary);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-transparent\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-transparent\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-transparent\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-transparent\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-e-accent {
  border-inline-end-color: var(--border-accent);
}
.border-e-calendar {
  border-inline-end-color: var(--border-calendar);
}
.border-e-constant-black {
  border-inline-end-color: var(--general-constant-black);
}
.border-e-constant-white {
  border-inline-end-color: var(--general-constant-white);
}
.border-e-current {
  border-inline-end-color: currentColor;
}
.border-e-focus {
  border-inline-end-color: var(--border-focus);
}
.border-e-hover {
  border-inline-end-color: var(--border-hover);
}
.border-e-inherit {
  border-inline-end-color: inherit;
}
.border-e-input {
  border-inline-end-color: var(--border-input);
}
.border-e-input-active {
  border-inline-end-color: var(--border-input-active);
}
.border-e-input-active-hover {
  border-inline-end-color: var(--border-input-active-hover);
}
.border-e-input-active-pressed {
  border-inline-end-color: var(--border-input-active-pressed);
}
.border-e-input-caution {
  border-inline-end-color: var(--border-input-caution);
}
.border-e-input-caution-hover {
  border-inline-end-color: var(--border-input-caution-hover);
}
.border-e-input-caution-pressed {
  border-inline-end-color: var(--border-input-caution-pressed);
}
.border-e-input-critical {
  border-inline-end-color: var(--border-input-critical);
}
.border-e-input-critical-hover {
  border-inline-end-color: var(--border-input-critical-hover);
}
.border-e-input-critical-pressed {
  border-inline-end-color: var(--border-input-critical-pressed);
}
.border-e-input-disabled {
  border-inline-end-color: var(--border-input-disabled);
}
.border-e-input-hover {
  border-inline-end-color: var(--border-input-hover);
}
.border-e-palette-blue-border {
  border-inline-end-color: var(--palette-blue-border);
}
.border-e-palette-dark-blue-border {
  border-inline-end-color: var(--palette-dark-blue-border);
}
.border-e-palette-dark-gray-border {
  border-inline-end-color: var(--palette-dark-gray-border);
}
.border-e-palette-dark-green-border {
  border-inline-end-color: var(--palette-dark-green-border);
}
.border-e-palette-gray-border {
  border-inline-end-color: var(--palette-gray-border);
}
.border-e-palette-green-border {
  border-inline-end-color: var(--palette-green-border);
}
.border-e-palette-light-pink-border {
  border-inline-end-color: var(--palette-light-pink-border);
}
.border-e-palette-maroon-border {
  border-inline-end-color: var(--palette-maroon-border);
}
.border-e-palette-orange-border {
  border-inline-end-color: var(--palette-orange-border);
}
.border-e-palette-pink-border {
  border-inline-end-color: var(--palette-pink-border);
}
.border-e-palette-red-border {
  border-inline-end-color: var(--palette-red-border);
}
.border-e-palette-violet-border {
  border-inline-end-color: var(--palette-violet-border);
}
.border-e-palette-yellow-border {
  border-inline-end-color: var(--palette-yellow-border);
}
.border-e-primary {
  border-inline-end-color: var(--border-primary);
}
.border-e-secondary {
  border-inline-end-color: var(--border-secondary);
}
.border-e-status-available {
  border-inline-end-color: var(--status-available);
}
.border-e-status-away {
  border-inline-end-color: var(--status-away);
}
.border-e-status-border {
  border-inline-end-color: var(--status-border);
}
.border-e-status-busy {
  border-inline-end-color: var(--status-busy);
}
.border-e-status-icon {
  border-inline-end-color: var(--status-icon);
}
.border-e-status-offline {
  border-inline-end-color: var(--status-offline);
}
.border-e-tertiary {
  border-inline-end-color: var(--border-tertiary);
}
.border-e-transparent {
  border-inline-end-color: transparent;
}
.border-e-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-transparent\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-transparent\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-transparent\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-transparent\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-l-accent {
  border-left-color: var(--border-accent);
}
.border-l-calendar {
  border-left-color: var(--border-calendar);
}
.border-l-constant-black {
  border-left-color: var(--general-constant-black);
}
.border-l-constant-white {
  border-left-color: var(--general-constant-white);
}
.border-l-current {
  border-left-color: currentColor;
}
.border-l-focus {
  border-left-color: var(--border-focus);
}
.border-l-hover {
  border-left-color: var(--border-hover);
}
.border-l-inherit {
  border-left-color: inherit;
}
.border-l-input {
  border-left-color: var(--border-input);
}
.border-l-input-active {
  border-left-color: var(--border-input-active);
}
.border-l-input-active-hover {
  border-left-color: var(--border-input-active-hover);
}
.border-l-input-active-pressed {
  border-left-color: var(--border-input-active-pressed);
}
.border-l-input-caution {
  border-left-color: var(--border-input-caution);
}
.border-l-input-caution-hover {
  border-left-color: var(--border-input-caution-hover);
}
.border-l-input-caution-pressed {
  border-left-color: var(--border-input-caution-pressed);
}
.border-l-input-critical {
  border-left-color: var(--border-input-critical);
}
.border-l-input-critical-hover {
  border-left-color: var(--border-input-critical-hover);
}
.border-l-input-critical-pressed {
  border-left-color: var(--border-input-critical-pressed);
}
.border-l-input-disabled {
  border-left-color: var(--border-input-disabled);
}
.border-l-input-hover {
  border-left-color: var(--border-input-hover);
}
.border-l-palette-blue-border {
  border-left-color: var(--palette-blue-border);
}
.border-l-palette-dark-blue-border {
  border-left-color: var(--palette-dark-blue-border);
}
.border-l-palette-dark-gray-border {
  border-left-color: var(--palette-dark-gray-border);
}
.border-l-palette-dark-green-border {
  border-left-color: var(--palette-dark-green-border);
}
.border-l-palette-gray-border {
  border-left-color: var(--palette-gray-border);
}
.border-l-palette-green-border {
  border-left-color: var(--palette-green-border);
}
.border-l-palette-light-pink-border {
  border-left-color: var(--palette-light-pink-border);
}
.border-l-palette-maroon-border {
  border-left-color: var(--palette-maroon-border);
}
.border-l-palette-orange-border {
  border-left-color: var(--palette-orange-border);
}
.border-l-palette-pink-border {
  border-left-color: var(--palette-pink-border);
}
.border-l-palette-red-border {
  border-left-color: var(--palette-red-border);
}
.border-l-palette-violet-border {
  border-left-color: var(--palette-violet-border);
}
.border-l-palette-yellow-border {
  border-left-color: var(--palette-yellow-border);
}
.border-l-primary {
  border-left-color: var(--border-primary);
}
.border-l-secondary {
  border-left-color: var(--border-secondary);
}
.border-l-status-available {
  border-left-color: var(--status-available);
}
.border-l-status-away {
  border-left-color: var(--status-away);
}
.border-l-status-border {
  border-left-color: var(--status-border);
}
.border-l-status-busy {
  border-left-color: var(--status-busy);
}
.border-l-status-icon {
  border-left-color: var(--status-icon);
}
.border-l-status-offline {
  border-left-color: var(--status-offline);
}
.border-l-tertiary {
  border-left-color: var(--border-tertiary);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-r-accent {
  border-right-color: var(--border-accent);
}
.border-r-calendar {
  border-right-color: var(--border-calendar);
}
.border-r-constant-black {
  border-right-color: var(--general-constant-black);
}
.border-r-constant-white {
  border-right-color: var(--general-constant-white);
}
.border-r-current {
  border-right-color: currentColor;
}
.border-r-focus {
  border-right-color: var(--border-focus);
}
.border-r-hover {
  border-right-color: var(--border-hover);
}
.border-r-inherit {
  border-right-color: inherit;
}
.border-r-input {
  border-right-color: var(--border-input);
}
.border-r-input-active {
  border-right-color: var(--border-input-active);
}
.border-r-input-active-hover {
  border-right-color: var(--border-input-active-hover);
}
.border-r-input-active-pressed {
  border-right-color: var(--border-input-active-pressed);
}
.border-r-input-caution {
  border-right-color: var(--border-input-caution);
}
.border-r-input-caution-hover {
  border-right-color: var(--border-input-caution-hover);
}
.border-r-input-caution-pressed {
  border-right-color: var(--border-input-caution-pressed);
}
.border-r-input-critical {
  border-right-color: var(--border-input-critical);
}
.border-r-input-critical-hover {
  border-right-color: var(--border-input-critical-hover);
}
.border-r-input-critical-pressed {
  border-right-color: var(--border-input-critical-pressed);
}
.border-r-input-disabled {
  border-right-color: var(--border-input-disabled);
}
.border-r-input-hover {
  border-right-color: var(--border-input-hover);
}
.border-r-palette-blue-border {
  border-right-color: var(--palette-blue-border);
}
.border-r-palette-dark-blue-border {
  border-right-color: var(--palette-dark-blue-border);
}
.border-r-palette-dark-gray-border {
  border-right-color: var(--palette-dark-gray-border);
}
.border-r-palette-dark-green-border {
  border-right-color: var(--palette-dark-green-border);
}
.border-r-palette-gray-border {
  border-right-color: var(--palette-gray-border);
}
.border-r-palette-green-border {
  border-right-color: var(--palette-green-border);
}
.border-r-palette-light-pink-border {
  border-right-color: var(--palette-light-pink-border);
}
.border-r-palette-maroon-border {
  border-right-color: var(--palette-maroon-border);
}
.border-r-palette-orange-border {
  border-right-color: var(--palette-orange-border);
}
.border-r-palette-pink-border {
  border-right-color: var(--palette-pink-border);
}
.border-r-palette-red-border {
  border-right-color: var(--palette-red-border);
}
.border-r-palette-violet-border {
  border-right-color: var(--palette-violet-border);
}
.border-r-palette-yellow-border {
  border-right-color: var(--palette-yellow-border);
}
.border-r-primary {
  border-right-color: var(--border-primary);
}
.border-r-secondary {
  border-right-color: var(--border-secondary);
}
.border-r-status-available {
  border-right-color: var(--status-available);
}
.border-r-status-away {
  border-right-color: var(--status-away);
}
.border-r-status-border {
  border-right-color: var(--status-border);
}
.border-r-status-busy {
  border-right-color: var(--status-busy);
}
.border-r-status-icon {
  border-right-color: var(--status-icon);
}
.border-r-status-offline {
  border-right-color: var(--status-offline);
}
.border-r-tertiary {
  border-right-color: var(--border-tertiary);
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-transparent\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-transparent\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-transparent\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-transparent\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-s-accent {
  border-inline-start-color: var(--border-accent);
}
.border-s-calendar {
  border-inline-start-color: var(--border-calendar);
}
.border-s-constant-black {
  border-inline-start-color: var(--general-constant-black);
}
.border-s-constant-white {
  border-inline-start-color: var(--general-constant-white);
}
.border-s-current {
  border-inline-start-color: currentColor;
}
.border-s-focus {
  border-inline-start-color: var(--border-focus);
}
.border-s-hover {
  border-inline-start-color: var(--border-hover);
}
.border-s-inherit {
  border-inline-start-color: inherit;
}
.border-s-input {
  border-inline-start-color: var(--border-input);
}
.border-s-input-active {
  border-inline-start-color: var(--border-input-active);
}
.border-s-input-active-hover {
  border-inline-start-color: var(--border-input-active-hover);
}
.border-s-input-active-pressed {
  border-inline-start-color: var(--border-input-active-pressed);
}
.border-s-input-caution {
  border-inline-start-color: var(--border-input-caution);
}
.border-s-input-caution-hover {
  border-inline-start-color: var(--border-input-caution-hover);
}
.border-s-input-caution-pressed {
  border-inline-start-color: var(--border-input-caution-pressed);
}
.border-s-input-critical {
  border-inline-start-color: var(--border-input-critical);
}
.border-s-input-critical-hover {
  border-inline-start-color: var(--border-input-critical-hover);
}
.border-s-input-critical-pressed {
  border-inline-start-color: var(--border-input-critical-pressed);
}
.border-s-input-disabled {
  border-inline-start-color: var(--border-input-disabled);
}
.border-s-input-hover {
  border-inline-start-color: var(--border-input-hover);
}
.border-s-palette-blue-border {
  border-inline-start-color: var(--palette-blue-border);
}
.border-s-palette-dark-blue-border {
  border-inline-start-color: var(--palette-dark-blue-border);
}
.border-s-palette-dark-gray-border {
  border-inline-start-color: var(--palette-dark-gray-border);
}
.border-s-palette-dark-green-border {
  border-inline-start-color: var(--palette-dark-green-border);
}
.border-s-palette-gray-border {
  border-inline-start-color: var(--palette-gray-border);
}
.border-s-palette-green-border {
  border-inline-start-color: var(--palette-green-border);
}
.border-s-palette-light-pink-border {
  border-inline-start-color: var(--palette-light-pink-border);
}
.border-s-palette-maroon-border {
  border-inline-start-color: var(--palette-maroon-border);
}
.border-s-palette-orange-border {
  border-inline-start-color: var(--palette-orange-border);
}
.border-s-palette-pink-border {
  border-inline-start-color: var(--palette-pink-border);
}
.border-s-palette-red-border {
  border-inline-start-color: var(--palette-red-border);
}
.border-s-palette-violet-border {
  border-inline-start-color: var(--palette-violet-border);
}
.border-s-palette-yellow-border {
  border-inline-start-color: var(--palette-yellow-border);
}
.border-s-primary {
  border-inline-start-color: var(--border-primary);
}
.border-s-secondary {
  border-inline-start-color: var(--border-secondary);
}
.border-s-status-available {
  border-inline-start-color: var(--status-available);
}
.border-s-status-away {
  border-inline-start-color: var(--status-away);
}
.border-s-status-border {
  border-inline-start-color: var(--status-border);
}
.border-s-status-busy {
  border-inline-start-color: var(--status-busy);
}
.border-s-status-icon {
  border-inline-start-color: var(--status-icon);
}
.border-s-status-offline {
  border-inline-start-color: var(--status-offline);
}
.border-s-tertiary {
  border-inline-start-color: var(--border-tertiary);
}
.border-s-transparent {
  border-inline-start-color: transparent;
}
.border-s-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-transparent\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-transparent\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-transparent\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-transparent\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-t-accent {
  border-top-color: var(--border-accent);
}
.border-t-calendar {
  border-top-color: var(--border-calendar);
}
.border-t-constant-black {
  border-top-color: var(--general-constant-black);
}
.border-t-constant-white {
  border-top-color: var(--general-constant-white);
}
.border-t-current {
  border-top-color: currentColor;
}
.border-t-focus {
  border-top-color: var(--border-focus);
}
.border-t-hover {
  border-top-color: var(--border-hover);
}
.border-t-inherit {
  border-top-color: inherit;
}
.border-t-input {
  border-top-color: var(--border-input);
}
.border-t-input-active {
  border-top-color: var(--border-input-active);
}
.border-t-input-active-hover {
  border-top-color: var(--border-input-active-hover);
}
.border-t-input-active-pressed {
  border-top-color: var(--border-input-active-pressed);
}
.border-t-input-caution {
  border-top-color: var(--border-input-caution);
}
.border-t-input-caution-hover {
  border-top-color: var(--border-input-caution-hover);
}
.border-t-input-caution-pressed {
  border-top-color: var(--border-input-caution-pressed);
}
.border-t-input-critical {
  border-top-color: var(--border-input-critical);
}
.border-t-input-critical-hover {
  border-top-color: var(--border-input-critical-hover);
}
.border-t-input-critical-pressed {
  border-top-color: var(--border-input-critical-pressed);
}
.border-t-input-disabled {
  border-top-color: var(--border-input-disabled);
}
.border-t-input-hover {
  border-top-color: var(--border-input-hover);
}
.border-t-palette-blue-border {
  border-top-color: var(--palette-blue-border);
}
.border-t-palette-dark-blue-border {
  border-top-color: var(--palette-dark-blue-border);
}
.border-t-palette-dark-gray-border {
  border-top-color: var(--palette-dark-gray-border);
}
.border-t-palette-dark-green-border {
  border-top-color: var(--palette-dark-green-border);
}
.border-t-palette-gray-border {
  border-top-color: var(--palette-gray-border);
}
.border-t-palette-green-border {
  border-top-color: var(--palette-green-border);
}
.border-t-palette-light-pink-border {
  border-top-color: var(--palette-light-pink-border);
}
.border-t-palette-maroon-border {
  border-top-color: var(--palette-maroon-border);
}
.border-t-palette-orange-border {
  border-top-color: var(--palette-orange-border);
}
.border-t-palette-pink-border {
  border-top-color: var(--palette-pink-border);
}
.border-t-palette-red-border {
  border-top-color: var(--palette-red-border);
}
.border-t-palette-violet-border {
  border-top-color: var(--palette-violet-border);
}
.border-t-palette-yellow-border {
  border-top-color: var(--palette-yellow-border);
}
.border-t-primary {
  border-top-color: var(--border-primary);
}
.border-t-secondary {
  border-top-color: var(--border-secondary);
}
.border-t-status-available {
  border-top-color: var(--status-available);
}
.border-t-status-away {
  border-top-color: var(--status-away);
}
.border-t-status-border {
  border-top-color: var(--status-border);
}
.border-t-status-busy {
  border-top-color: var(--status-busy);
}
.border-t-status-icon {
  border-top-color: var(--status-icon);
}
.border-t-status-offline {
  border-top-color: var(--status-offline);
}
.border-t-tertiary {
  border-top-color: var(--border-tertiary);
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-100 {
  --tw-border-opacity: 1;
}
.border-opacity-15 {
  --tw-border-opacity: 0.15;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-35 {
  --tw-border-opacity: 0.35;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-45 {
  --tw-border-opacity: 0.45;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-55 {
  --tw-border-opacity: 0.55;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.border-opacity-65 {
  --tw-border-opacity: 0.65;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.border-opacity-75 {
  --tw-border-opacity: 0.75;
}
.border-opacity-80 {
  --tw-border-opacity: 0.8;
}
.border-opacity-85 {
  --tw-border-opacity: 0.85;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9;
}
.border-opacity-95 {
  --tw-border-opacity: 0.95;
}
.bg-\[\#198057\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 128 87 / var(--tw-bg-opacity));
}
.bg-\[\#1b1e28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 30 40 / var(--tw-bg-opacity));
}
.bg-\[\#F7F9FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 250 / var(--tw-bg-opacity));
}
.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#edeeef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 239 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[green\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity));
}
.bg-\[red\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-accent {
  background-color: var(--background-accent);
}
.bg-accent-hover {
  background-color: var(--background-accent-hover);
}
.bg-accent-pressed {
  background-color: var(--background-accent-pressed);
}
.bg-accent-secondary {
  background-color: var(--background-accent-secondary);
}
.bg-accent-secondary-hover {
  background-color: var(--background-accent-secondary-hover);
}
.bg-accent-secondary-pressed {
  background-color: var(--background-accent-secondary-pressed);
}
.bg-accent-tertiary {
  background-color: var(--background-accent-tertiary);
}
.bg-accent-tertiary-hover {
  background-color: var(--background-accent-tertiary-hover);
}
.bg-accent-tertiary-pressed {
  background-color: var(--background-accent-tertiary-pressed);
}
.bg-avatar {
  background-color: var(--background-avatar);
}
.bg-avatar-hover {
  background-color: var(--background-avatar-hover);
}
.bg-calendar {
  background-color: var(--background-calendar);
}
.bg-calendar-disabled {
  background-color: var(--background-calendar-disabled);
}
.bg-canvas {
  background-color: var(--background-canvas);
}
.bg-canvas-secondary {
  background-color: var(--background-canvas-secondary);
}
.bg-canvas-tertiary {
  background-color: var(--background-canvas-tertiary);
}
.bg-caution {
  background-color: var(--background-caution);
}
.bg-caution-hover {
  background-color: var(--background-caution-hover);
}
.bg-caution-pressed {
  background-color: var(--background-caution-pressed);
}
.bg-caution-secondary {
  background-color: var(--background-caution-secondary);
}
.bg-constant-black {
  background-color: var(--general-constant-black);
}
.bg-constant-white {
  background-color: var(--general-constant-white);
}
.bg-critical {
  background-color: var(--background-critical);
}
.bg-critical-hover {
  background-color: var(--background-critical-hover);
}
.bg-critical-pressed {
  background-color: var(--background-critical-pressed);
}
.bg-critical-secondary {
  background-color: var(--background-critical-secondary);
}
.bg-critical-secondary-hover {
  background-color: var(--background-critical-secondary-hover);
}
.bg-critical-secondary-pressed {
  background-color: var(--background-critical-secondary-pressed);
}
.bg-current {
  background-color: currentColor;
}
.bg-decoration-brand {
  background-color: var(--decoration-brand);
}
.bg-decoration-facebook {
  background-color: var(--decoration-facebook);
}
.bg-decoration-instagram {
  background-color: var(--decoration-instagram);
}
.bg-decoration-teleport {
  background-color: var(--decoration-teleport);
}
.bg-decoration-twitter {
  background-color: var(--decoration-twitter);
}
.bg-decoration-whatsapp {
  background-color: var(--decoration-whatsapp);
}
.bg-decoration-youtube {
  background-color: var(--decoration-youtube);
}
.bg-inherit {
  background-color: inherit;
}
.bg-inverse {
  background-color: var(--background-inverse);
}
.bg-inverse-hover {
  background-color: var(--background-inverse-hover);
}
.bg-inverse-pressed {
  background-color: var(--background-inverse-pressed);
}
.bg-inverse-secondary {
  background-color: var(--background-inverse-secondary);
}
.bg-inverse-tertiary {
  background-color: var(--background-inverse-tertiary);
}
.bg-inverse-tertiary-hover {
  background-color: var(--background-inverse-tertiary-hover);
}
.bg-inverse-tertiary-pressed {
  background-color: var(--background-inverse-tertiary-pressed);
}
.bg-menu {
  background-color: var(--background-menu);
}
.bg-modal-overlay {
  background-color: var(--background-modal-overlay);
}
.bg-neutral {
  background-color: var(--background-neutral);
}
.bg-neutral-active {
  background-color: var(--background-neutral-active);
}
.bg-neutral-disabled {
  background-color: var(--background-neutral-disabled);
}
.bg-neutral-hover {
  background-color: var(--background-neutral-hover);
}
.bg-neutral-pressed {
  background-color: var(--background-neutral-pressed);
}
.bg-neutral-secondary {
  background-color: var(--background-neutral-secondary);
}
.bg-neutral-secondary-hover {
  background-color: var(--background-neutral-secondary-hover);
}
.bg-neutral-secondary-pressed {
  background-color: var(--background-neutral-secondary-pressed);
}
.bg-neutral-tertiary {
  background-color: var(--background-neutral-tertiary);
}
.bg-neutral-tertiary-hover {
  background-color: var(--background-neutral-tertiary-hover);
}
.bg-palette-blue-background {
  background-color: var(--palette-blue-background);
}
.bg-palette-blue-background-active {
  background-color: var(--palette-blue-background-active);
}
.bg-palette-blue-background-hover {
  background-color: var(--palette-blue-background-hover);
}
.bg-palette-dark-blue-background {
  background-color: var(--palette-dark-blue-background);
}
.bg-palette-dark-blue-background-active {
  background-color: var(--palette-dark-blue-background-active);
}
.bg-palette-dark-blue-background-hover {
  background-color: var(--palette-dark-blue-background-hover);
}
.bg-palette-dark-gray-background {
  background-color: var(--palette-dark-gray-background);
}
.bg-palette-dark-gray-background-active {
  background-color: var(--palette-dark-gray-background-active);
}
.bg-palette-dark-gray-background-hover {
  background-color: var(--palette-dark-gray-background-hover);
}
.bg-palette-dark-green-background {
  background-color: var(--palette-dark-green-background);
}
.bg-palette-dark-green-background-active {
  background-color: var(--palette-dark-green-background-active);
}
.bg-palette-dark-green-background-hover {
  background-color: var(--palette-dark-green-background-hover);
}
.bg-palette-gray-background {
  background-color: var(--palette-gray-background);
}
.bg-palette-gray-background-active {
  background-color: var(--palette-gray-background-active);
}
.bg-palette-gray-background-hover {
  background-color: var(--palette-gray-background-hover);
}
.bg-palette-green-background {
  background-color: var(--palette-green-background);
}
.bg-palette-green-background-active {
  background-color: var(--palette-green-background-active);
}
.bg-palette-green-background-hover {
  background-color: var(--palette-green-background-hover);
}
.bg-palette-light-pink-background {
  background-color: var(--palette-light-pink-background);
}
.bg-palette-light-pink-background-active {
  background-color: var(--palette-light-pink-background-active);
}
.bg-palette-light-pink-background-hover {
  background-color: var(--palette-light-pink-background-hover);
}
.bg-palette-maroon-background {
  background-color: var(--palette-maroon-background);
}
.bg-palette-maroon-background-active {
  background-color: var(--palette-maroon-background-active);
}
.bg-palette-maroon-background-hover {
  background-color: var(--palette-maroon-background-hover);
}
.bg-palette-orange-background {
  background-color: var(--palette-orange-background);
}
.bg-palette-orange-background-active {
  background-color: var(--palette-orange-background-active);
}
.bg-palette-orange-background-hover {
  background-color: var(--palette-orange-background-hover);
}
.bg-palette-pink-background {
  background-color: var(--palette-pink-background);
}
.bg-palette-pink-background-active {
  background-color: var(--palette-pink-background-active);
}
.bg-palette-pink-background-hover {
  background-color: var(--palette-pink-background-hover);
}
.bg-palette-red-background {
  background-color: var(--palette-red-background);
}
.bg-palette-red-background-active {
  background-color: var(--palette-red-background-active);
}
.bg-palette-red-background-hover {
  background-color: var(--palette-red-background-hover);
}
.bg-palette-violet-background {
  background-color: var(--palette-violet-background);
}
.bg-palette-violet-background-active {
  background-color: var(--palette-violet-background-active);
}
.bg-palette-violet-background-hover {
  background-color: var(--palette-violet-background-hover);
}
.bg-palette-yellow-background {
  background-color: var(--palette-yellow-background);
}
.bg-palette-yellow-background-active {
  background-color: var(--palette-yellow-background-active);
}
.bg-palette-yellow-background-hover {
  background-color: var(--palette-yellow-background-hover);
}
.bg-positive {
  background-color: var(--background-positive);
}
.bg-positive-hover {
  background-color: var(--background-positive-hover);
}
.bg-positive-pressed {
  background-color: var(--background-positive-pressed);
}
.bg-positive-secondary {
  background-color: var(--background-positive-secondary);
}
.bg-positive-secondary-hover {
  background-color: var(--background-positive-secondary-hover);
}
.bg-positive-secondary-pressed {
  background-color: var(--background-positive-secondary-pressed);
}
.bg-status-available {
  background-color: var(--status-available);
}
.bg-status-away {
  background-color: var(--status-away);
}
.bg-status-border {
  background-color: var(--status-border);
}
.bg-status-busy {
  background-color: var(--status-busy);
}
.bg-status-icon {
  background-color: var(--status-icon);
}
.bg-status-offline {
  background-color: var(--status-offline);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#383C4614\] {
  --tw-gradient-from: #383C4614 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 60 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 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-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-700 {
  --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);
}
.from-white {
  --tw-gradient-from: #fff 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);
}
.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);
}
.to-\[\#00000014\] {
  --tw-gradient-to: #00000014 var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-gray-500 {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-\[\#2c343a\] {
  fill: #2c343a;
}
.fill-accent {
  fill: var(--icon-accent);
}
.fill-caution {
  fill: var(--icon-caution);
}
.fill-chart-accent-100 {
  fill: var(--chart-accent-100);
}
.fill-chart-accent-200 {
  fill: var(--chart-accent-200);
}
.fill-chart-accent-300 {
  fill: var(--chart-accent-300);
}
.fill-chart-accent-400 {
  fill: var(--chart-accent-400);
}
.fill-chart-accent-500 {
  fill: var(--chart-accent-500);
}
.fill-chart-accent-600 {
  fill: var(--chart-accent-600);
}
.fill-chart-accent-700 {
  fill: var(--chart-accent-700);
}
.fill-chart-accent-800 {
  fill: var(--chart-accent-800);
}
.fill-chart-neutral-100 {
  fill: var(--chart-neutral-100);
}
.fill-chart-neutral-200 {
  fill: var(--chart-neutral-200);
}
.fill-chart-neutral-300 {
  fill: var(--chart-neutral-300);
}
.fill-chart-neutral-400 {
  fill: var(--chart-neutral-400);
}
.fill-chart-neutral-500 {
  fill: var(--chart-neutral-500);
}
.fill-chart-neutral-600 {
  fill: var(--chart-neutral-600);
}
.fill-chart-neutral-700 {
  fill: var(--chart-neutral-700);
}
.fill-chart-neutral-800 {
  fill: var(--chart-neutral-800);
}
.fill-constant-black {
  fill: var(--general-constant-black);
}
.fill-constant-white {
  fill: var(--general-constant-white);
}
.fill-critical {
  fill: var(--icon-critical);
}
.fill-critical-onPrimary {
  fill: var(--icon-critical-onPrimary);
}
.fill-current {
  fill: currentColor;
}
.fill-decoration-brand {
  fill: var(--decoration-brand);
}
.fill-decoration-facebook {
  fill: var(--decoration-facebook);
}
.fill-decoration-instagram {
  fill: var(--decoration-instagram);
}
.fill-decoration-teleport {
  fill: var(--decoration-teleport);
}
.fill-decoration-twitter {
  fill: var(--decoration-twitter);
}
.fill-decoration-whatsapp {
  fill: var(--decoration-whatsapp);
}
.fill-decoration-youtube {
  fill: var(--decoration-youtube);
}
.fill-inherit {
  fill: inherit;
}
.fill-inverse {
  fill: var(--icon-inverse);
}
.fill-od-inner-ring {
  fill: var(--symbol-od-inner-ring);
}
.fill-od-outer-ring {
  fill: var(--symbol-od-outer-ring);
}
.fill-onPrimary {
  fill: var(--icon-onPrimary);
}
.fill-positive {
  fill: var(--icon-positive);
}
.fill-positive-hover {
  fill: var(--icon-positive-hover);
}
.fill-primary {
  fill: var(--symbol-primary);
}
.fill-secondary {
  fill: var(--icon-secondary);
}
.fill-status-available {
  fill: var(--status-available);
}
.fill-status-away {
  fill: var(--status-away);
}
.fill-status-border {
  fill: var(--status-border);
}
.fill-status-busy {
  fill: var(--status-busy);
}
.fill-status-icon {
  fill: var(--status-icon);
}
.fill-status-offline {
  fill: var(--status-offline);
}
.fill-tertiary {
  fill: var(--icon-tertiary);
}
.fill-text-inverse {
  fill: var(--text-inverse);
}
.fill-text-inverse-critical {
  fill: var(--text-inverse-critical);
}
.fill-text-inverse-positive {
  fill: var(--text-inverse-positive);
}
.fill-text-inverse-secondary {
  fill: var(--text-inverse-secondary);
}
.fill-transparent {
  fill: transparent;
}
.fill-transparent\/0 {
  fill: rgb(0 0 0 / 0);
}
.fill-transparent\/10 {
  fill: rgb(0 0 0 / 0.1);
}
.fill-transparent\/100 {
  fill: rgb(0 0 0 / 1);
}
.fill-transparent\/15 {
  fill: rgb(0 0 0 / 0.15);
}
.fill-transparent\/20 {
  fill: rgb(0 0 0 / 0.2);
}
.fill-transparent\/25 {
  fill: rgb(0 0 0 / 0.25);
}
.fill-transparent\/30 {
  fill: rgb(0 0 0 / 0.3);
}
.fill-transparent\/35 {
  fill: rgb(0 0 0 / 0.35);
}
.fill-transparent\/40 {
  fill: rgb(0 0 0 / 0.4);
}
.fill-transparent\/45 {
  fill: rgb(0 0 0 / 0.45);
}
.fill-transparent\/5 {
  fill: rgb(0 0 0 / 0.05);
}
.fill-transparent\/50 {
  fill: rgb(0 0 0 / 0.5);
}
.fill-transparent\/55 {
  fill: rgb(0 0 0 / 0.55);
}
.fill-transparent\/60 {
  fill: rgb(0 0 0 / 0.6);
}
.fill-transparent\/65 {
  fill: rgb(0 0 0 / 0.65);
}
.fill-transparent\/70 {
  fill: rgb(0 0 0 / 0.7);
}
.fill-transparent\/75 {
  fill: rgb(0 0 0 / 0.75);
}
.fill-transparent\/80 {
  fill: rgb(0 0 0 / 0.8);
}
.fill-transparent\/85 {
  fill: rgb(0 0 0 / 0.85);
}
.fill-transparent\/90 {
  fill: rgb(0 0 0 / 0.9);
}
.fill-transparent\/95 {
  fill: rgb(0 0 0 / 0.95);
}
.fill-zendesk {
  fill: var(--symbol-zendesk);
}
.stroke-\[\#2c343a\] {
  stroke: #2c343a;
}
.stroke-\[\#8596a3\] {
  stroke: #8596a3;
}
.stroke-accent {
  stroke: var(--icon-accent);
}
.stroke-caution {
  stroke: var(--icon-caution);
}
.stroke-chart-accent-100 {
  stroke: var(--chart-accent-100);
}
.stroke-chart-accent-200 {
  stroke: var(--chart-accent-200);
}
.stroke-chart-accent-300 {
  stroke: var(--chart-accent-300);
}
.stroke-chart-accent-400 {
  stroke: var(--chart-accent-400);
}
.stroke-chart-accent-500 {
  stroke: var(--chart-accent-500);
}
.stroke-chart-accent-600 {
  stroke: var(--chart-accent-600);
}
.stroke-chart-accent-700 {
  stroke: var(--chart-accent-700);
}
.stroke-chart-accent-800 {
  stroke: var(--chart-accent-800);
}
.stroke-chart-neutral-100 {
  stroke: var(--chart-neutral-100);
}
.stroke-chart-neutral-200 {
  stroke: var(--chart-neutral-200);
}
.stroke-chart-neutral-300 {
  stroke: var(--chart-neutral-300);
}
.stroke-chart-neutral-400 {
  stroke: var(--chart-neutral-400);
}
.stroke-chart-neutral-500 {
  stroke: var(--chart-neutral-500);
}
.stroke-chart-neutral-600 {
  stroke: var(--chart-neutral-600);
}
.stroke-chart-neutral-700 {
  stroke: var(--chart-neutral-700);
}
.stroke-chart-neutral-800 {
  stroke: var(--chart-neutral-800);
}
.stroke-constant-black {
  stroke: var(--general-constant-black);
}
.stroke-constant-white {
  stroke: var(--general-constant-white);
}
.stroke-critical {
  stroke: var(--icon-critical);
}
.stroke-critical-onPrimary {
  stroke: var(--icon-critical-onPrimary);
}
.stroke-current {
  stroke: currentColor;
}
.stroke-decoration-brand {
  stroke: var(--decoration-brand);
}
.stroke-decoration-facebook {
  stroke: var(--decoration-facebook);
}
.stroke-decoration-instagram {
  stroke: var(--decoration-instagram);
}
.stroke-decoration-teleport {
  stroke: var(--decoration-teleport);
}
.stroke-decoration-twitter {
  stroke: var(--decoration-twitter);
}
.stroke-decoration-whatsapp {
  stroke: var(--decoration-whatsapp);
}
.stroke-decoration-youtube {
  stroke: var(--decoration-youtube);
}
.stroke-inherit {
  stroke: inherit;
}
.stroke-inverse {
  stroke: var(--icon-inverse);
}
.stroke-od-inner-ring {
  stroke: var(--symbol-od-inner-ring);
}
.stroke-od-outer-ring {
  stroke: var(--symbol-od-outer-ring);
}
.stroke-onPrimary {
  stroke: var(--icon-onPrimary);
}
.stroke-positive {
  stroke: var(--icon-positive);
}
.stroke-positive-hover {
  stroke: var(--icon-positive-hover);
}
.stroke-primary {
  stroke: var(--symbol-primary);
}
.stroke-secondary {
  stroke: var(--icon-secondary);
}
.stroke-status-available {
  stroke: var(--status-available);
}
.stroke-status-away {
  stroke: var(--status-away);
}
.stroke-status-border {
  stroke: var(--status-border);
}
.stroke-status-busy {
  stroke: var(--status-busy);
}
.stroke-status-icon {
  stroke: var(--status-icon);
}
.stroke-status-offline {
  stroke: var(--status-offline);
}
.stroke-tertiary {
  stroke: var(--icon-tertiary);
}
.stroke-text-inverse {
  stroke: var(--text-inverse);
}
.stroke-text-inverse-critical {
  stroke: var(--text-inverse-critical);
}
.stroke-text-inverse-positive {
  stroke: var(--text-inverse-positive);
}
.stroke-text-inverse-secondary {
  stroke: var(--text-inverse-secondary);
}
.stroke-transparent {
  stroke: transparent;
}
.stroke-transparent\/0 {
  stroke: rgb(0 0 0 / 0);
}
.stroke-transparent\/10 {
  stroke: rgb(0 0 0 / 0.1);
}
.stroke-transparent\/100 {
  stroke: rgb(0 0 0 / 1);
}
.stroke-transparent\/15 {
  stroke: rgb(0 0 0 / 0.15);
}
.stroke-transparent\/20 {
  stroke: rgb(0 0 0 / 0.2);
}
.stroke-transparent\/25 {
  stroke: rgb(0 0 0 / 0.25);
}
.stroke-transparent\/30 {
  stroke: rgb(0 0 0 / 0.3);
}
.stroke-transparent\/35 {
  stroke: rgb(0 0 0 / 0.35);
}
.stroke-transparent\/40 {
  stroke: rgb(0 0 0 / 0.4);
}
.stroke-transparent\/45 {
  stroke: rgb(0 0 0 / 0.45);
}
.stroke-transparent\/5 {
  stroke: rgb(0 0 0 / 0.05);
}
.stroke-transparent\/50 {
  stroke: rgb(0 0 0 / 0.5);
}
.stroke-transparent\/55 {
  stroke: rgb(0 0 0 / 0.55);
}
.stroke-transparent\/60 {
  stroke: rgb(0 0 0 / 0.6);
}
.stroke-transparent\/65 {
  stroke: rgb(0 0 0 / 0.65);
}
.stroke-transparent\/70 {
  stroke: rgb(0 0 0 / 0.7);
}
.stroke-transparent\/75 {
  stroke: rgb(0 0 0 / 0.75);
}
.stroke-transparent\/80 {
  stroke: rgb(0 0 0 / 0.8);
}
.stroke-transparent\/85 {
  stroke: rgb(0 0 0 / 0.85);
}
.stroke-transparent\/90 {
  stroke: rgb(0 0 0 / 0.9);
}
.stroke-transparent\/95 {
  stroke: rgb(0 0 0 / 0.95);
}
.stroke-zendesk {
  stroke: var(--symbol-zendesk);
}
.stroke-0 {
  stroke-width: 0;
}
.stroke-1 {
  stroke-width: 1;
}
.stroke-2 {
  stroke-width: 2;
}
.stroke-\[2px\] {
  stroke-width: 2px;
}
.stroke-\[3px\] {
  stroke-width: 3px;
}
.stroke-\[4px\] {
  stroke-width: 4px;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-12 {
  padding: 3rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-28 {
  padding: 7rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-32 {
  padding: 8rem;
}
.p-36 {
  padding: 9rem;
}
.p-4 {
  padding: 1rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-52 {
  padding: 13rem;
}
.p-56 {
  padding: 14rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-60 {
  padding: 15rem;
}
.p-64 {
  padding: 16rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-72 {
  padding: 18rem;
}
.p-8 {
  padding: 2rem;
}
.p-80 {
  padding: 20rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-96 {
  padding: 24rem;
}
.p-px {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.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-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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.py-\[var\(--padding\2c theme\(spacing\[1\.5\]\)\)\] {
  padding-top: var(--padding,0.375rem);
  padding-bottom: var(--padding,0.375rem);
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-\[calc\(env\(safe-area-inset-bottom\)\+24px\)\] {
  padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
}
.pb-\[calc\(env\(safe-area-inset-bottom\)\+8px\)\] {
  padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
}
.pb-\[env\(safe-area-inset-bottom\)\] {
  padding-bottom: env(safe-area-inset-bottom);
}
.pb-\[env\(safe-area-inset-bottom\2c 24px\)\] {
  padding-bottom: env(safe-area-inset-bottom,24px);
}
.pe-0 {
  padding-inline-end: 0px;
}
.pe-0\.5 {
  padding-inline-end: 0.125rem;
}
.pe-1 {
  padding-inline-end: 0.25rem;
}
.pe-1\.5 {
  padding-inline-end: 0.375rem;
}
.pe-12 {
  padding-inline-end: 3rem;
}
.pe-14 {
  padding-inline-end: 3.5rem;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pe-2\.5 {
  padding-inline-end: 0.625rem;
}
.pe-3 {
  padding-inline-end: 0.75rem;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pe-5 {
  padding-inline-end: 1.25rem;
}
.pe-6 {
  padding-inline-end: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.ps-0\.5 {
  padding-inline-start: 0.125rem;
}
.ps-1 {
  padding-inline-start: 0.25rem;
}
.ps-1\.5 {
  padding-inline-start: 0.375rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-2\.5 {
  padding-inline-start: 0.625rem;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.ps-5 {
  padding-inline-start: 1.25rem;
}
.ps-6 {
  padding-inline-start: 1.5rem;
}
.ps-8 {
  padding-inline-start: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pt-\[calc\(env\(safe-area-inset-top\)\+16px\)\] {
  padding-top: calc(env(safe-area-inset-top) + 16px);
}
.pt-\[max\(env\(safe-area-inset-top\)\2c 0px\)\] {
  padding-top: max(env(safe-area-inset-top),0px);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.normal-nums {
  font-variant-numeric: 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-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.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-\[\#1d90f5\] {
  --tw-text-opacity: 1;
  color: rgb(29 144 245 / var(--tw-text-opacity));
}
.text-\[\#586874\] {
  --tw-text-opacity: 1;
  color: rgb(88 104 116 / var(--tw-text-opacity));
}
.text-\[\#dd7f58\] {
  --tw-text-opacity: 1;
  color: rgb(221 127 88 / var(--tw-text-opacity));
}
.text-\[min\(20vw\2c 12rem\)\] {
  color: min(20vw,12rem);
}
.text-accent {
  color: var(--text-accent);
}
.text-accent-hover {
  color: var(--text-accent-hover);
}
.text-accent-pressed {
  color: var(--text-accent-pressed);
}
.text-caution {
  color: var(--text-caution);
}
.text-caution-secondary {
  color: var(--text-caution-secondary);
}
.text-constant-black {
  color: var(--general-constant-black);
}
.text-constant-white {
  color: var(--general-constant-white);
}
.text-critical {
  color: var(--text-critical);
}
.text-critical-onPrimary {
  color: var(--text-critical-onPrimary);
}
.text-critical-secondary {
  color: var(--text-critical-secondary);
}
.text-current {
  color: currentColor;
}
.text-disabled {
  color: var(--text-disabled);
}
.text-disabled-secondary {
  color: var(--text-disabled-secondary);
}
.text-inherit {
  color: inherit;
}
.text-inverse {
  color: var(--text-inverse);
}
.text-inverse-accent {
  color: var(--text-inverse-accent);
}
.text-inverse-caution {
  color: var(--text-inverse-caution);
}
.text-inverse-critical {
  color: var(--text-inverse-critical);
}
.text-inverse-positive {
  color: var(--text-inverse-positive);
}
.text-inverse-secondary {
  color: var(--text-inverse-secondary);
}
.text-link {
  color: var(--text-link);
}
.text-link-hover {
  color: var(--text-link-hover);
}
.text-link-pressed {
  color: var(--text-link-pressed);
}
.text-onPrimary {
  color: var(--text-onPrimary);
}
.text-onPrimary-disabled {
  color: var(--text-onPrimary-disabled);
}
.text-palette-blue-text {
  color: var(--palette-blue-text);
}
.text-palette-blue-text-active {
  color: var(--palette-blue-text-active);
}
.text-palette-blue-text-secondary {
  color: var(--palette-blue-text-secondary);
}
.text-palette-dark-blue-text {
  color: var(--palette-dark-blue-text);
}
.text-palette-dark-blue-text-active {
  color: var(--palette-dark-blue-text-active);
}
.text-palette-dark-blue-text-secondary {
  color: var(--palette-dark-blue-text-secondary);
}
.text-palette-dark-gray-text {
  color: var(--palette-dark-gray-text);
}
.text-palette-dark-gray-text-active {
  color: var(--palette-dark-gray-text-active);
}
.text-palette-dark-gray-text-secondary {
  color: var(--palette-dark-gray-text-secondary);
}
.text-palette-dark-green-text {
  color: var(--palette-dark-green-text);
}
.text-palette-dark-green-text-active {
  color: var(--palette-dark-green-text-active);
}
.text-palette-dark-green-text-secondary {
  color: var(--palette-dark-green-text-secondary);
}
.text-palette-gray-text {
  color: var(--palette-gray-text);
}
.text-palette-gray-text-active {
  color: var(--palette-gray-text-active);
}
.text-palette-gray-text-secondary {
  color: var(--palette-gray-text-secondary);
}
.text-palette-green-text {
  color: var(--palette-green-text);
}
.text-palette-green-text-active {
  color: var(--palette-green-text-active);
}
.text-palette-green-text-secondary {
  color: var(--palette-green-text-secondary);
}
.text-palette-light-pink-text {
  color: var(--palette-light-pink-text);
}
.text-palette-light-pink-text-active {
  color: var(--palette-light-pink-text-active);
}
.text-palette-light-pink-text-secondary {
  color: var(--palette-light-pink-text-secondary);
}
.text-palette-maroon-text {
  color: var(--palette-maroon-text);
}
.text-palette-maroon-text-active {
  color: var(--palette-maroon-text-active);
}
.text-palette-maroon-text-secondary {
  color: var(--palette-maroon-text-secondary);
}
.text-palette-orange-text {
  color: var(--palette-orange-text);
}
.text-palette-orange-text-active {
  color: var(--palette-orange-text-active);
}
.text-palette-orange-text-secondary {
  color: var(--palette-orange-text-secondary);
}
.text-palette-pink-text {
  color: var(--palette-pink-text);
}
.text-palette-pink-text-active {
  color: var(--palette-pink-text-active);
}
.text-palette-pink-text-secondary {
  color: var(--palette-pink-text-secondary);
}
.text-palette-red-text {
  color: var(--palette-red-text);
}
.text-palette-red-text-active {
  color: var(--palette-red-text-active);
}
.text-palette-red-text-secondary {
  color: var(--palette-red-text-secondary);
}
.text-palette-violet-text {
  color: var(--palette-violet-text);
}
.text-palette-violet-text-active {
  color: var(--palette-violet-text-active);
}
.text-palette-violet-text-secondary {
  color: var(--palette-violet-text-secondary);
}
.text-palette-yellow-text {
  color: var(--palette-yellow-text);
}
.text-palette-yellow-text-active {
  color: var(--palette-yellow-text-active);
}
.text-palette-yellow-text-secondary {
  color: var(--palette-yellow-text-secondary);
}
.text-positive {
  color: var(--text-positive);
}
.text-positive-secondary {
  color: var(--text-positive-secondary);
}
.text-primary {
  color: var(--text-primary);
}
.text-primary-hover {
  color: var(--text-primary-hover);
}
.text-secondary {
  color: var(--text-secondary);
}
.text-secondary-hover {
  color: var(--text-secondary-hover);
}
.text-tertiary {
  color: var(--text-tertiary);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-dashed {
  outline-style: dashed;
}
.outline-dotted {
  outline-style: dotted;
}
.outline-double {
  outline-style: double;
}
.outline-0 {
  outline-width: 0px;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-4 {
  outline-width: 4px;
}
.outline-8 {
  outline-width: 8px;
}
.outline-offset-0 {
  outline-offset: 0px;
}
.outline-offset-1 {
  outline-offset: 1px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-offset-4 {
  outline-offset: 4px;
}
.outline-offset-8 {
  outline-offset: 8px;
}
.outline-amber-100 {
  outline-color: #fef3c7;
}
.outline-amber-100\/0 {
  outline-color: rgb(254 243 199 / 0);
}
.outline-amber-100\/10 {
  outline-color: rgb(254 243 199 / 0.1);
}
.outline-amber-100\/100 {
  outline-color: rgb(254 243 199 / 1);
}
.outline-amber-100\/15 {
  outline-color: rgb(254 243 199 / 0.15);
}
.outline-amber-100\/20 {
  outline-color: rgb(254 243 199 / 0.2);
}
.outline-amber-100\/25 {
  outline-color: rgb(254 243 199 / 0.25);
}
.outline-amber-100\/30 {
  outline-color: rgb(254 243 199 / 0.3);
}
.outline-amber-100\/35 {
  outline-color: rgb(254 243 199 / 0.35);
}
.outline-amber-100\/40 {
  outline-color: rgb(254 243 199 / 0.4);
}
.outline-amber-100\/45 {
  outline-color: rgb(254 243 199 / 0.45);
}
.outline-amber-100\/5 {
  outline-color: rgb(254 243 199 / 0.05);
}
.outline-amber-100\/50 {
  outline-color: rgb(254 243 199 / 0.5);
}
.outline-amber-100\/55 {
  outline-color: rgb(254 243 199 / 0.55);
}
.outline-amber-100\/60 {
  outline-color: rgb(254 243 199 / 0.6);
}
.outline-amber-100\/65 {
  outline-color: rgb(254 243 199 / 0.65);
}
.outline-amber-100\/70 {
  outline-color: rgb(254 243 199 / 0.7);
}
.outline-amber-100\/75 {
  outline-color: rgb(254 243 199 / 0.75);
}
.outline-amber-100\/80 {
  outline-color: rgb(254 243 199 / 0.8);
}
.outline-amber-100\/85 {
  outline-color: rgb(254 243 199 / 0.85);
}
.outline-amber-100\/90 {
  outline-color: rgb(254 243 199 / 0.9);
}
.outline-amber-100\/95 {
  outline-color: rgb(254 243 199 / 0.95);
}
.outline-amber-200 {
  outline-color: #fde68a;
}
.outline-amber-200\/0 {
  outline-color: rgb(253 230 138 / 0);
}
.outline-amber-200\/10 {
  outline-color: rgb(253 230 138 / 0.1);
}
.outline-amber-200\/100 {
  outline-color: rgb(253 230 138 / 1);
}
.outline-amber-200\/15 {
  outline-color: rgb(253 230 138 / 0.15);
}
.outline-amber-200\/20 {
  outline-color: rgb(253 230 138 / 0.2);
}
.outline-amber-200\/25 {
  outline-color: rgb(253 230 138 / 0.25);
}
.outline-amber-200\/30 {
  outline-color: rgb(253 230 138 / 0.3);
}
.outline-amber-200\/35 {
  outline-color: rgb(253 230 138 / 0.35);
}
.outline-amber-200\/40 {
  outline-color: rgb(253 230 138 / 0.4);
}
.outline-amber-200\/45 {
  outline-color: rgb(253 230 138 / 0.45);
}
.outline-amber-200\/5 {
  outline-color: rgb(253 230 138 / 0.05);
}
.outline-amber-200\/50 {
  outline-color: rgb(253 230 138 / 0.5);
}
.outline-amber-200\/55 {
  outline-color: rgb(253 230 138 / 0.55);
}
.outline-amber-200\/60 {
  outline-color: rgb(253 230 138 / 0.6);
}
.outline-amber-200\/65 {
  outline-color: rgb(253 230 138 / 0.65);
}
.outline-amber-200\/70 {
  outline-color: rgb(253 230 138 / 0.7);
}
.outline-amber-200\/75 {
  outline-color: rgb(253 230 138 / 0.75);
}
.outline-amber-200\/80 {
  outline-color: rgb(253 230 138 / 0.8);
}
.outline-amber-200\/85 {
  outline-color: rgb(253 230 138 / 0.85);
}
.outline-amber-200\/90 {
  outline-color: rgb(253 230 138 / 0.9);
}
.outline-amber-200\/95 {
  outline-color: rgb(253 230 138 / 0.95);
}
.outline-amber-300 {
  outline-color: #fcd34d;
}
.outline-amber-300\/0 {
  outline-color: rgb(252 211 77 / 0);
}
.outline-amber-300\/10 {
  outline-color: rgb(252 211 77 / 0.1);
}
.outline-amber-300\/100 {
  outline-color: rgb(252 211 77 / 1);
}
.outline-amber-300\/15 {
  outline-color: rgb(252 211 77 / 0.15);
}
.outline-amber-300\/20 {
  outline-color: rgb(252 211 77 / 0.2);
}
.outline-amber-300\/25 {
  outline-color: rgb(252 211 77 / 0.25);
}
.outline-amber-300\/30 {
  outline-color: rgb(252 211 77 / 0.3);
}
.outline-amber-300\/35 {
  outline-color: rgb(252 211 77 / 0.35);
}
.outline-amber-300\/40 {
  outline-color: rgb(252 211 77 / 0.4);
}
.outline-amber-300\/45 {
  outline-color: rgb(252 211 77 / 0.45);
}
.outline-amber-300\/5 {
  outline-color: rgb(252 211 77 / 0.05);
}
.outline-amber-300\/50 {
  outline-color: rgb(252 211 77 / 0.5);
}
.outline-amber-300\/55 {
  outline-color: rgb(252 211 77 / 0.55);
}
.outline-amber-300\/60 {
  outline-color: rgb(252 211 77 / 0.6);
}
.outline-amber-300\/65 {
  outline-color: rgb(252 211 77 / 0.65);
}
.outline-amber-300\/70 {
  outline-color: rgb(252 211 77 / 0.7);
}
.outline-amber-300\/75 {
  outline-color: rgb(252 211 77 / 0.75);
}
.outline-amber-300\/80 {
  outline-color: rgb(252 211 77 / 0.8);
}
.outline-amber-300\/85 {
  outline-color: rgb(252 211 77 / 0.85);
}
.outline-amber-300\/90 {
  outline-color: rgb(252 211 77 / 0.9);
}
.outline-amber-300\/95 {
  outline-color: rgb(252 211 77 / 0.95);
}
.outline-amber-400 {
  outline-color: #fbbf24;
}
.outline-amber-400\/0 {
  outline-color: rgb(251 191 36 / 0);
}
.outline-amber-400\/10 {
  outline-color: rgb(251 191 36 / 0.1);
}
.outline-amber-400\/100 {
  outline-color: rgb(251 191 36 / 1);
}
.outline-amber-400\/15 {
  outline-color: rgb(251 191 36 / 0.15);
}
.outline-amber-400\/20 {
  outline-color: rgb(251 191 36 / 0.2);
}
.outline-amber-400\/25 {
  outline-color: rgb(251 191 36 / 0.25);
}
.outline-amber-400\/30 {
  outline-color: rgb(251 191 36 / 0.3);
}
.outline-amber-400\/35 {
  outline-color: rgb(251 191 36 / 0.35);
}
.outline-amber-400\/40 {
  outline-color: rgb(251 191 36 / 0.4);
}
.outline-amber-400\/45 {
  outline-color: rgb(251 191 36 / 0.45);
}
.outline-amber-400\/5 {
  outline-color: rgb(251 191 36 / 0.05);
}
.outline-amber-400\/50 {
  outline-color: rgb(251 191 36 / 0.5);
}
.outline-amber-400\/55 {
  outline-color: rgb(251 191 36 / 0.55);
}
.outline-amber-400\/60 {
  outline-color: rgb(251 191 36 / 0.6);
}
.outline-amber-400\/65 {
  outline-color: rgb(251 191 36 / 0.65);
}
.outline-amber-400\/70 {
  outline-color: rgb(251 191 36 / 0.7);
}
.outline-amber-400\/75 {
  outline-color: rgb(251 191 36 / 0.75);
}
.outline-amber-400\/80 {
  outline-color: rgb(251 191 36 / 0.8);
}
.outline-amber-400\/85 {
  outline-color: rgb(251 191 36 / 0.85);
}
.outline-amber-400\/90 {
  outline-color: rgb(251 191 36 / 0.9);
}
.outline-amber-400\/95 {
  outline-color: rgb(251 191 36 / 0.95);
}
.outline-amber-50 {
  outline-color: #fffbeb;
}
.outline-amber-50\/0 {
  outline-color: rgb(255 251 235 / 0);
}
.outline-amber-50\/10 {
  outline-color: rgb(255 251 235 / 0.1);
}
.outline-amber-50\/100 {
  outline-color: rgb(255 251 235 / 1);
}
.outline-amber-50\/15 {
  outline-color: rgb(255 251 235 / 0.15);
}
.outline-amber-50\/20 {
  outline-color: rgb(255 251 235 / 0.2);
}
.outline-amber-50\/25 {
  outline-color: rgb(255 251 235 / 0.25);
}
.outline-amber-50\/30 {
  outline-color: rgb(255 251 235 / 0.3);
}
.outline-amber-50\/35 {
  outline-color: rgb(255 251 235 / 0.35);
}
.outline-amber-50\/40 {
  outline-color: rgb(255 251 235 / 0.4);
}
.outline-amber-50\/45 {
  outline-color: rgb(255 251 235 / 0.45);
}
.outline-amber-50\/5 {
  outline-color: rgb(255 251 235 / 0.05);
}
.outline-amber-50\/50 {
  outline-color: rgb(255 251 235 / 0.5);
}
.outline-amber-50\/55 {
  outline-color: rgb(255 251 235 / 0.55);
}
.outline-amber-50\/60 {
  outline-color: rgb(255 251 235 / 0.6);
}
.outline-amber-50\/65 {
  outline-color: rgb(255 251 235 / 0.65);
}
.outline-amber-50\/70 {
  outline-color: rgb(255 251 235 / 0.7);
}
.outline-amber-50\/75 {
  outline-color: rgb(255 251 235 / 0.75);
}
.outline-amber-50\/80 {
  outline-color: rgb(255 251 235 / 0.8);
}
.outline-amber-50\/85 {
  outline-color: rgb(255 251 235 / 0.85);
}
.outline-amber-50\/90 {
  outline-color: rgb(255 251 235 / 0.9);
}
.outline-amber-50\/95 {
  outline-color: rgb(255 251 235 / 0.95);
}
.outline-amber-500 {
  outline-color: #f59e0b;
}
.outline-amber-500\/0 {
  outline-color: rgb(245 158 11 / 0);
}
.outline-amber-500\/10 {
  outline-color: rgb(245 158 11 / 0.1);
}
.outline-amber-500\/100 {
  outline-color: rgb(245 158 11 / 1);
}
.outline-amber-500\/15 {
  outline-color: rgb(245 158 11 / 0.15);
}
.outline-amber-500\/20 {
  outline-color: rgb(245 158 11 / 0.2);
}
.outline-amber-500\/25 {
  outline-color: rgb(245 158 11 / 0.25);
}
.outline-amber-500\/30 {
  outline-color: rgb(245 158 11 / 0.3);
}
.outline-amber-500\/35 {
  outline-color: rgb(245 158 11 / 0.35);
}
.outline-amber-500\/40 {
  outline-color: rgb(245 158 11 / 0.4);
}
.outline-amber-500\/45 {
  outline-color: rgb(245 158 11 / 0.45);
}
.outline-amber-500\/5 {
  outline-color: rgb(245 158 11 / 0.05);
}
.outline-amber-500\/50 {
  outline-color: rgb(245 158 11 / 0.5);
}
.outline-amber-500\/55 {
  outline-color: rgb(245 158 11 / 0.55);
}
.outline-amber-500\/60 {
  outline-color: rgb(245 158 11 / 0.6);
}
.outline-amber-500\/65 {
  outline-color: rgb(245 158 11 / 0.65);
}
.outline-amber-500\/70 {
  outline-color: rgb(245 158 11 / 0.7);
}
.outline-amber-500\/75 {
  outline-color: rgb(245 158 11 / 0.75);
}
.outline-amber-500\/80 {
  outline-color: rgb(245 158 11 / 0.8);
}
.outline-amber-500\/85 {
  outline-color: rgb(245 158 11 / 0.85);
}
.outline-amber-500\/90 {
  outline-color: rgb(245 158 11 / 0.9);
}
.outline-amber-500\/95 {
  outline-color: rgb(245 158 11 / 0.95);
}
.outline-amber-600 {
  outline-color: #d97706;
}
.outline-amber-600\/0 {
  outline-color: rgb(217 119 6 / 0);
}
.outline-amber-600\/10 {
  outline-color: rgb(217 119 6 / 0.1);
}
.outline-amber-600\/100 {
  outline-color: rgb(217 119 6 / 1);
}
.outline-amber-600\/15 {
  outline-color: rgb(217 119 6 / 0.15);
}
.outline-amber-600\/20 {
  outline-color: rgb(217 119 6 / 0.2);
}
.outline-amber-600\/25 {
  outline-color: rgb(217 119 6 / 0.25);
}
.outline-amber-600\/30 {
  outline-color: rgb(217 119 6 / 0.3);
}
.outline-amber-600\/35 {
  outline-color: rgb(217 119 6 / 0.35);
}
.outline-amber-600\/40 {
  outline-color: rgb(217 119 6 / 0.4);
}
.outline-amber-600\/45 {
  outline-color: rgb(217 119 6 / 0.45);
}
.outline-amber-600\/5 {
  outline-color: rgb(217 119 6 / 0.05);
}
.outline-amber-600\/50 {
  outline-color: rgb(217 119 6 / 0.5);
}
.outline-amber-600\/55 {
  outline-color: rgb(217 119 6 / 0.55);
}
.outline-amber-600\/60 {
  outline-color: rgb(217 119 6 / 0.6);
}
.outline-amber-600\/65 {
  outline-color: rgb(217 119 6 / 0.65);
}
.outline-amber-600\/70 {
  outline-color: rgb(217 119 6 / 0.7);
}
.outline-amber-600\/75 {
  outline-color: rgb(217 119 6 / 0.75);
}
.outline-amber-600\/80 {
  outline-color: rgb(217 119 6 / 0.8);
}
.outline-amber-600\/85 {
  outline-color: rgb(217 119 6 / 0.85);
}
.outline-amber-600\/90 {
  outline-color: rgb(217 119 6 / 0.9);
}
.outline-amber-600\/95 {
  outline-color: rgb(217 119 6 / 0.95);
}
.outline-amber-700 {
  outline-color: #b45309;
}
.outline-amber-700\/0 {
  outline-color: rgb(180 83 9 / 0);
}
.outline-amber-700\/10 {
  outline-color: rgb(180 83 9 / 0.1);
}
.outline-amber-700\/100 {
  outline-color: rgb(180 83 9 / 1);
}
.outline-amber-700\/15 {
  outline-color: rgb(180 83 9 / 0.15);
}
.outline-amber-700\/20 {
  outline-color: rgb(180 83 9 / 0.2);
}
.outline-amber-700\/25 {
  outline-color: rgb(180 83 9 / 0.25);
}
.outline-amber-700\/30 {
  outline-color: rgb(180 83 9 / 0.3);
}
.outline-amber-700\/35 {
  outline-color: rgb(180 83 9 / 0.35);
}
.outline-amber-700\/40 {
  outline-color: rgb(180 83 9 / 0.4);
}
.outline-amber-700\/45 {
  outline-color: rgb(180 83 9 / 0.45);
}
.outline-amber-700\/5 {
  outline-color: rgb(180 83 9 / 0.05);
}
.outline-amber-700\/50 {
  outline-color: rgb(180 83 9 / 0.5);
}
.outline-amber-700\/55 {
  outline-color: rgb(180 83 9 / 0.55);
}
.outline-amber-700\/60 {
  outline-color: rgb(180 83 9 / 0.6);
}
.outline-amber-700\/65 {
  outline-color: rgb(180 83 9 / 0.65);
}
.outline-amber-700\/70 {
  outline-color: rgb(180 83 9 / 0.7);
}
.outline-amber-700\/75 {
  outline-color: rgb(180 83 9 / 0.75);
}
.outline-amber-700\/80 {
  outline-color: rgb(180 83 9 / 0.8);
}
.outline-amber-700\/85 {
  outline-color: rgb(180 83 9 / 0.85);
}
.outline-amber-700\/90 {
  outline-color: rgb(180 83 9 / 0.9);
}
.outline-amber-700\/95 {
  outline-color: rgb(180 83 9 / 0.95);
}
.outline-amber-800 {
  outline-color: #92400e;
}
.outline-amber-800\/0 {
  outline-color: rgb(146 64 14 / 0);
}
.outline-amber-800\/10 {
  outline-color: rgb(146 64 14 / 0.1);
}
.outline-amber-800\/100 {
  outline-color: rgb(146 64 14 / 1);
}
.outline-amber-800\/15 {
  outline-color: rgb(146 64 14 / 0.15);
}
.outline-amber-800\/20 {
  outline-color: rgb(146 64 14 / 0.2);
}
.outline-amber-800\/25 {
  outline-color: rgb(146 64 14 / 0.25);
}
.outline-amber-800\/30 {
  outline-color: rgb(146 64 14 / 0.3);
}
.outline-amber-800\/35 {
  outline-color: rgb(146 64 14 / 0.35);
}
.outline-amber-800\/40 {
  outline-color: rgb(146 64 14 / 0.4);
}
.outline-amber-800\/45 {
  outline-color: rgb(146 64 14 / 0.45);
}
.outline-amber-800\/5 {
  outline-color: rgb(146 64 14 / 0.05);
}
.outline-amber-800\/50 {
  outline-color: rgb(146 64 14 / 0.5);
}
.outline-amber-800\/55 {
  outline-color: rgb(146 64 14 / 0.55);
}
.outline-amber-800\/60 {
  outline-color: rgb(146 64 14 / 0.6);
}
.outline-amber-800\/65 {
  outline-color: rgb(146 64 14 / 0.65);
}
.outline-amber-800\/70 {
  outline-color: rgb(146 64 14 / 0.7);
}
.outline-amber-800\/75 {
  outline-color: rgb(146 64 14 / 0.75);
}
.outline-amber-800\/80 {
  outline-color: rgb(146 64 14 / 0.8);
}
.outline-amber-800\/85 {
  outline-color: rgb(146 64 14 / 0.85);
}
.outline-amber-800\/90 {
  outline-color: rgb(146 64 14 / 0.9);
}
.outline-amber-800\/95 {
  outline-color: rgb(146 64 14 / 0.95);
}
.outline-amber-900 {
  outline-color: #78350f;
}
.outline-amber-900\/0 {
  outline-color: rgb(120 53 15 / 0);
}
.outline-amber-900\/10 {
  outline-color: rgb(120 53 15 / 0.1);
}
.outline-amber-900\/100 {
  outline-color: rgb(120 53 15 / 1);
}
.outline-amber-900\/15 {
  outline-color: rgb(120 53 15 / 0.15);
}
.outline-amber-900\/20 {
  outline-color: rgb(120 53 15 / 0.2);
}
.outline-amber-900\/25 {
  outline-color: rgb(120 53 15 / 0.25);
}
.outline-amber-900\/30 {
  outline-color: rgb(120 53 15 / 0.3);
}
.outline-amber-900\/35 {
  outline-color: rgb(120 53 15 / 0.35);
}
.outline-amber-900\/40 {
  outline-color: rgb(120 53 15 / 0.4);
}
.outline-amber-900\/45 {
  outline-color: rgb(120 53 15 / 0.45);
}
.outline-amber-900\/5 {
  outline-color: rgb(120 53 15 / 0.05);
}
.outline-amber-900\/50 {
  outline-color: rgb(120 53 15 / 0.5);
}
.outline-amber-900\/55 {
  outline-color: rgb(120 53 15 / 0.55);
}
.outline-amber-900\/60 {
  outline-color: rgb(120 53 15 / 0.6);
}
.outline-amber-900\/65 {
  outline-color: rgb(120 53 15 / 0.65);
}
.outline-amber-900\/70 {
  outline-color: rgb(120 53 15 / 0.7);
}
.outline-amber-900\/75 {
  outline-color: rgb(120 53 15 / 0.75);
}
.outline-amber-900\/80 {
  outline-color: rgb(120 53 15 / 0.8);
}
.outline-amber-900\/85 {
  outline-color: rgb(120 53 15 / 0.85);
}
.outline-amber-900\/90 {
  outline-color: rgb(120 53 15 / 0.9);
}
.outline-amber-900\/95 {
  outline-color: rgb(120 53 15 / 0.95);
}
.outline-amber-950 {
  outline-color: #451a03;
}
.outline-amber-950\/0 {
  outline-color: rgb(69 26 3 / 0);
}
.outline-amber-950\/10 {
  outline-color: rgb(69 26 3 / 0.1);
}
.outline-amber-950\/100 {
  outline-color: rgb(69 26 3 / 1);
}
.outline-amber-950\/15 {
  outline-color: rgb(69 26 3 / 0.15);
}
.outline-amber-950\/20 {
  outline-color: rgb(69 26 3 / 0.2);
}
.outline-amber-950\/25 {
  outline-color: rgb(69 26 3 / 0.25);
}
.outline-amber-950\/30 {
  outline-color: rgb(69 26 3 / 0.3);
}
.outline-amber-950\/35 {
  outline-color: rgb(69 26 3 / 0.35);
}
.outline-amber-950\/40 {
  outline-color: rgb(69 26 3 / 0.4);
}
.outline-amber-950\/45 {
  outline-color: rgb(69 26 3 / 0.45);
}
.outline-amber-950\/5 {
  outline-color: rgb(69 26 3 / 0.05);
}
.outline-amber-950\/50 {
  outline-color: rgb(69 26 3 / 0.5);
}
.outline-amber-950\/55 {
  outline-color: rgb(69 26 3 / 0.55);
}
.outline-amber-950\/60 {
  outline-color: rgb(69 26 3 / 0.6);
}
.outline-amber-950\/65 {
  outline-color: rgb(69 26 3 / 0.65);
}
.outline-amber-950\/70 {
  outline-color: rgb(69 26 3 / 0.7);
}
.outline-amber-950\/75 {
  outline-color: rgb(69 26 3 / 0.75);
}
.outline-amber-950\/80 {
  outline-color: rgb(69 26 3 / 0.8);
}
.outline-amber-950\/85 {
  outline-color: rgb(69 26 3 / 0.85);
}
.outline-amber-950\/90 {
  outline-color: rgb(69 26 3 / 0.9);
}
.outline-amber-950\/95 {
  outline-color: rgb(69 26 3 / 0.95);
}
.outline-black {
  outline-color: #000;
}
.outline-black\/0 {
  outline-color: rgb(0 0 0 / 0);
}
.outline-black\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}
.outline-black\/100 {
  outline-color: rgb(0 0 0 / 1);
}
.outline-black\/15 {
  outline-color: rgb(0 0 0 / 0.15);
}
.outline-black\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}
.outline-black\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}
.outline-black\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}
.outline-black\/35 {
  outline-color: rgb(0 0 0 / 0.35);
}
.outline-black\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}
.outline-black\/45 {
  outline-color: rgb(0 0 0 / 0.45);
}
.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}
.outline-black\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}
.outline-black\/55 {
  outline-color: rgb(0 0 0 / 0.55);
}
.outline-black\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}
.outline-black\/65 {
  outline-color: rgb(0 0 0 / 0.65);
}
.outline-black\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}
.outline-black\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}
.outline-black\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}
.outline-black\/85 {
  outline-color: rgb(0 0 0 / 0.85);
}
.outline-black\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}
.outline-black\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}
.outline-blue-100 {
  outline-color: #dbeafe;
}
.outline-blue-100\/0 {
  outline-color: rgb(219 234 254 / 0);
}
.outline-blue-100\/10 {
  outline-color: rgb(219 234 254 / 0.1);
}
.outline-blue-100\/100 {
  outline-color: rgb(219 234 254 / 1);
}
.outline-blue-100\/15 {
  outline-color: rgb(219 234 254 / 0.15);
}
.outline-blue-100\/20 {
  outline-color: rgb(219 234 254 / 0.2);
}
.outline-blue-100\/25 {
  outline-color: rgb(219 234 254 / 0.25);
}
.outline-blue-100\/30 {
  outline-color: rgb(219 234 254 / 0.3);
}
.outline-blue-100\/35 {
  outline-color: rgb(219 234 254 / 0.35);
}
.outline-blue-100\/40 {
  outline-color: rgb(219 234 254 / 0.4);
}
.outline-blue-100\/45 {
  outline-color: rgb(219 234 254 / 0.45);
}
.outline-blue-100\/5 {
  outline-color: rgb(219 234 254 / 0.05);
}
.outline-blue-100\/50 {
  outline-color: rgb(219 234 254 / 0.5);
}
.outline-blue-100\/55 {
  outline-color: rgb(219 234 254 / 0.55);
}
.outline-blue-100\/60 {
  outline-color: rgb(219 234 254 / 0.6);
}
.outline-blue-100\/65 {
  outline-color: rgb(219 234 254 / 0.65);
}
.outline-blue-100\/70 {
  outline-color: rgb(219 234 254 / 0.7);
}
.outline-blue-100\/75 {
  outline-color: rgb(219 234 254 / 0.75);
}
.outline-blue-100\/80 {
  outline-color: rgb(219 234 254 / 0.8);
}
.outline-blue-100\/85 {
  outline-color: rgb(219 234 254 / 0.85);
}
.outline-blue-100\/90 {
  outline-color: rgb(219 234 254 / 0.9);
}
.outline-blue-100\/95 {
  outline-color: rgb(219 234 254 / 0.95);
}
.outline-blue-200 {
  outline-color: #bfdbfe;
}
.outline-blue-200\/0 {
  outline-color: rgb(191 219 254 / 0);
}
.outline-blue-200\/10 {
  outline-color: rgb(191 219 254 / 0.1);
}
.outline-blue-200\/100 {
  outline-color: rgb(191 219 254 / 1);
}
.outline-blue-200\/15 {
  outline-color: rgb(191 219 254 / 0.15);
}
.outline-blue-200\/20 {
  outline-color: rgb(191 219 254 / 0.2);
}
.outline-blue-200\/25 {
  outline-color: rgb(191 219 254 / 0.25);
}
.outline-blue-200\/30 {
  outline-color: rgb(191 219 254 / 0.3);
}
.outline-blue-200\/35 {
  outline-color: rgb(191 219 254 / 0.35);
}
.outline-blue-200\/40 {
  outline-color: rgb(191 219 254 / 0.4);
}
.outline-blue-200\/45 {
  outline-color: rgb(191 219 254 / 0.45);
}
.outline-blue-200\/5 {
  outline-color: rgb(191 219 254 / 0.05);
}
.outline-blue-200\/50 {
  outline-color: rgb(191 219 254 / 0.5);
}
.outline-blue-200\/55 {
  outline-color: rgb(191 219 254 / 0.55);
}
.outline-blue-200\/60 {
  outline-color: rgb(191 219 254 / 0.6);
}
.outline-blue-200\/65 {
  outline-color: rgb(191 219 254 / 0.65);
}
.outline-blue-200\/70 {
  outline-color: rgb(191 219 254 / 0.7);
}
.outline-blue-200\/75 {
  outline-color: rgb(191 219 254 / 0.75);
}
.outline-blue-200\/80 {
  outline-color: rgb(191 219 254 / 0.8);
}
.outline-blue-200\/85 {
  outline-color: rgb(191 219 254 / 0.85);
}
.outline-blue-200\/90 {
  outline-color: rgb(191 219 254 / 0.9);
}
.outline-blue-200\/95 {
  outline-color: rgb(191 219 254 / 0.95);
}
.outline-blue-300 {
  outline-color: #93c5fd;
}
.outline-blue-300\/0 {
  outline-color: rgb(147 197 253 / 0);
}
.outline-blue-300\/10 {
  outline-color: rgb(147 197 253 / 0.1);
}
.outline-blue-300\/100 {
  outline-color: rgb(147 197 253 / 1);
}
.outline-blue-300\/15 {
  outline-color: rgb(147 197 253 / 0.15);
}
.outline-blue-300\/20 {
  outline-color: rgb(147 197 253 / 0.2);
}
.outline-blue-300\/25 {
  outline-color: rgb(147 197 253 / 0.25);
}
.outline-blue-300\/30 {
  outline-color: rgb(147 197 253 / 0.3);
}
.outline-blue-300\/35 {
  outline-color: rgb(147 197 253 / 0.35);
}
.outline-blue-300\/40 {
  outline-color: rgb(147 197 253 / 0.4);
}
.outline-blue-300\/45 {
  outline-color: rgb(147 197 253 / 0.45);
}
.outline-blue-300\/5 {
  outline-color: rgb(147 197 253 / 0.05);
}
.outline-blue-300\/50 {
  outline-color: rgb(147 197 253 / 0.5);
}
.outline-blue-300\/55 {
  outline-color: rgb(147 197 253 / 0.55);
}
.outline-blue-300\/60 {
  outline-color: rgb(147 197 253 / 0.6);
}
.outline-blue-300\/65 {
  outline-color: rgb(147 197 253 / 0.65);
}
.outline-blue-300\/70 {
  outline-color: rgb(147 197 253 / 0.7);
}
.outline-blue-300\/75 {
  outline-color: rgb(147 197 253 / 0.75);
}
.outline-blue-300\/80 {
  outline-color: rgb(147 197 253 / 0.8);
}
.outline-blue-300\/85 {
  outline-color: rgb(147 197 253 / 0.85);
}
.outline-blue-300\/90 {
  outline-color: rgb(147 197 253 / 0.9);
}
.outline-blue-300\/95 {
  outline-color: rgb(147 197 253 / 0.95);
}
.outline-blue-400 {
  outline-color: #60a5fa;
}
.outline-blue-400\/0 {
  outline-color: rgb(96 165 250 / 0);
}
.outline-blue-400\/10 {
  outline-color: rgb(96 165 250 / 0.1);
}
.outline-blue-400\/100 {
  outline-color: rgb(96 165 250 / 1);
}
.outline-blue-400\/15 {
  outline-color: rgb(96 165 250 / 0.15);
}
.outline-blue-400\/20 {
  outline-color: rgb(96 165 250 / 0.2);
}
.outline-blue-400\/25 {
  outline-color: rgb(96 165 250 / 0.25);
}
.outline-blue-400\/30 {
  outline-color: rgb(96 165 250 / 0.3);
}
.outline-blue-400\/35 {
  outline-color: rgb(96 165 250 / 0.35);
}
.outline-blue-400\/40 {
  outline-color: rgb(96 165 250 / 0.4);
}
.outline-blue-400\/45 {
  outline-color: rgb(96 165 250 / 0.45);
}
.outline-blue-400\/5 {
  outline-color: rgb(96 165 250 / 0.05);
}
.outline-blue-400\/50 {
  outline-color: rgb(96 165 250 / 0.5);
}
.outline-blue-400\/55 {
  outline-color: rgb(96 165 250 / 0.55);
}
.outline-blue-400\/60 {
  outline-color: rgb(96 165 250 / 0.6);
}
.outline-blue-400\/65 {
  outline-color: rgb(96 165 250 / 0.65);
}
.outline-blue-400\/70 {
  outline-color: rgb(96 165 250 / 0.7);
}
.outline-blue-400\/75 {
  outline-color: rgb(96 165 250 / 0.75);
}
.outline-blue-400\/80 {
  outline-color: rgb(96 165 250 / 0.8);
}
.outline-blue-400\/85 {
  outline-color: rgb(96 165 250 / 0.85);
}
.outline-blue-400\/90 {
  outline-color: rgb(96 165 250 / 0.9);
}
.outline-blue-400\/95 {
  outline-color: rgb(96 165 250 / 0.95);
}
.outline-blue-50 {
  outline-color: #eff6ff;
}
.outline-blue-50\/0 {
  outline-color: rgb(239 246 255 / 0);
}
.outline-blue-50\/10 {
  outline-color: rgb(239 246 255 / 0.1);
}
.outline-blue-50\/100 {
  outline-color: rgb(239 246 255 / 1);
}
.outline-blue-50\/15 {
  outline-color: rgb(239 246 255 / 0.15);
}
.outline-blue-50\/20 {
  outline-color: rgb(239 246 255 / 0.2);
}
.outline-blue-50\/25 {
  outline-color: rgb(239 246 255 / 0.25);
}
.outline-blue-50\/30 {
  outline-color: rgb(239 246 255 / 0.3);
}
.outline-blue-50\/35 {
  outline-color: rgb(239 246 255 / 0.35);
}
.outline-blue-50\/40 {
  outline-color: rgb(239 246 255 / 0.4);
}
.outline-blue-50\/45 {
  outline-color: rgb(239 246 255 / 0.45);
}
.outline-blue-50\/5 {
  outline-color: rgb(239 246 255 / 0.05);
}
.outline-blue-50\/50 {
  outline-color: rgb(239 246 255 / 0.5);
}
.outline-blue-50\/55 {
  outline-color: rgb(239 246 255 / 0.55);
}
.outline-blue-50\/60 {
  outline-color: rgb(239 246 255 / 0.6);
}
.outline-blue-50\/65 {
  outline-color: rgb(239 246 255 / 0.65);
}
.outline-blue-50\/70 {
  outline-color: rgb(239 246 255 / 0.7);
}
.outline-blue-50\/75 {
  outline-color: rgb(239 246 255 / 0.75);
}
.outline-blue-50\/80 {
  outline-color: rgb(239 246 255 / 0.8);
}
.outline-blue-50\/85 {
  outline-color: rgb(239 246 255 / 0.85);
}
.outline-blue-50\/90 {
  outline-color: rgb(239 246 255 / 0.9);
}
.outline-blue-50\/95 {
  outline-color: rgb(239 246 255 / 0.95);
}
.outline-blue-500 {
  outline-color: #3b82f6;
}
.outline-blue-500\/0 {
  outline-color: rgb(59 130 246 / 0);
}
.outline-blue-500\/10 {
  outline-color: rgb(59 130 246 / 0.1);
}
.outline-blue-500\/100 {
  outline-color: rgb(59 130 246 / 1);
}
.outline-blue-500\/15 {
  outline-color: rgb(59 130 246 / 0.15);
}
.outline-blue-500\/20 {
  outline-color: rgb(59 130 246 / 0.2);
}
.outline-blue-500\/25 {
  outline-color: rgb(59 130 246 / 0.25);
}
.outline-blue-500\/30 {
  outline-color: rgb(59 130 246 / 0.3);
}
.outline-blue-500\/35 {
  outline-color: rgb(59 130 246 / 0.35);
}
.outline-blue-500\/40 {
  outline-color: rgb(59 130 246 / 0.4);
}
.outline-blue-500\/45 {
  outline-color: rgb(59 130 246 / 0.45);
}
.outline-blue-500\/5 {
  outline-color: rgb(59 130 246 / 0.05);
}
.outline-blue-500\/50 {
  outline-color: rgb(59 130 246 / 0.5);
}
.outline-blue-500\/55 {
  outline-color: rgb(59 130 246 / 0.55);
}
.outline-blue-500\/60 {
  outline-color: rgb(59 130 246 / 0.6);
}
.outline-blue-500\/65 {
  outline-color: rgb(59 130 246 / 0.65);
}
.outline-blue-500\/70 {
  outline-color: rgb(59 130 246 / 0.7);
}
.outline-blue-500\/75 {
  outline-color: rgb(59 130 246 / 0.75);
}
.outline-blue-500\/80 {
  outline-color: rgb(59 130 246 / 0.8);
}
.outline-blue-500\/85 {
  outline-color: rgb(59 130 246 / 0.85);
}
.outline-blue-500\/90 {
  outline-color: rgb(59 130 246 / 0.9);
}
.outline-blue-500\/95 {
  outline-color: rgb(59 130 246 / 0.95);
}
.outline-blue-600 {
  outline-color: #2563eb;
}
.outline-blue-600\/0 {
  outline-color: rgb(37 99 235 / 0);
}
.outline-blue-600\/10 {
  outline-color: rgb(37 99 235 / 0.1);
}
.outline-blue-600\/100 {
  outline-color: rgb(37 99 235 / 1);
}
.outline-blue-600\/15 {
  outline-color: rgb(37 99 235 / 0.15);
}
.outline-blue-600\/20 {
  outline-color: rgb(37 99 235 / 0.2);
}
.outline-blue-600\/25 {
  outline-color: rgb(37 99 235 / 0.25);
}
.outline-blue-600\/30 {
  outline-color: rgb(37 99 235 / 0.3);
}
.outline-blue-600\/35 {
  outline-color: rgb(37 99 235 / 0.35);
}
.outline-blue-600\/40 {
  outline-color: rgb(37 99 235 / 0.4);
}
.outline-blue-600\/45 {
  outline-color: rgb(37 99 235 / 0.45);
}
.outline-blue-600\/5 {
  outline-color: rgb(37 99 235 / 0.05);
}
.outline-blue-600\/50 {
  outline-color: rgb(37 99 235 / 0.5);
}
.outline-blue-600\/55 {
  outline-color: rgb(37 99 235 / 0.55);
}
.outline-blue-600\/60 {
  outline-color: rgb(37 99 235 / 0.6);
}
.outline-blue-600\/65 {
  outline-color: rgb(37 99 235 / 0.65);
}
.outline-blue-600\/70 {
  outline-color: rgb(37 99 235 / 0.7);
}
.outline-blue-600\/75 {
  outline-color: rgb(37 99 235 / 0.75);
}
.outline-blue-600\/80 {
  outline-color: rgb(37 99 235 / 0.8);
}
.outline-blue-600\/85 {
  outline-color: rgb(37 99 235 / 0.85);
}
.outline-blue-600\/90 {
  outline-color: rgb(37 99 235 / 0.9);
}
.outline-blue-600\/95 {
  outline-color: rgb(37 99 235 / 0.95);
}
.outline-blue-700 {
  outline-color: #1d4ed8;
}
.outline-blue-700\/0 {
  outline-color: rgb(29 78 216 / 0);
}
.outline-blue-700\/10 {
  outline-color: rgb(29 78 216 / 0.1);
}
.outline-blue-700\/100 {
  outline-color: rgb(29 78 216 / 1);
}
.outline-blue-700\/15 {
  outline-color: rgb(29 78 216 / 0.15);
}
.outline-blue-700\/20 {
  outline-color: rgb(29 78 216 / 0.2);
}
.outline-blue-700\/25 {
  outline-color: rgb(29 78 216 / 0.25);
}
.outline-blue-700\/30 {
  outline-color: rgb(29 78 216 / 0.3);
}
.outline-blue-700\/35 {
  outline-color: rgb(29 78 216 / 0.35);
}
.outline-blue-700\/40 {
  outline-color: rgb(29 78 216 / 0.4);
}
.outline-blue-700\/45 {
  outline-color: rgb(29 78 216 / 0.45);
}
.outline-blue-700\/5 {
  outline-color: rgb(29 78 216 / 0.05);
}
.outline-blue-700\/50 {
  outline-color: rgb(29 78 216 / 0.5);
}
.outline-blue-700\/55 {
  outline-color: rgb(29 78 216 / 0.55);
}
.outline-blue-700\/60 {
  outline-color: rgb(29 78 216 / 0.6);
}
.outline-blue-700\/65 {
  outline-color: rgb(29 78 216 / 0.65);
}
.outline-blue-700\/70 {
  outline-color: rgb(29 78 216 / 0.7);
}
.outline-blue-700\/75 {
  outline-color: rgb(29 78 216 / 0.75);
}
.outline-blue-700\/80 {
  outline-color: rgb(29 78 216 / 0.8);
}
.outline-blue-700\/85 {
  outline-color: rgb(29 78 216 / 0.85);
}
.outline-blue-700\/90 {
  outline-color: rgb(29 78 216 / 0.9);
}
.outline-blue-700\/95 {
  outline-color: rgb(29 78 216 / 0.95);
}
.outline-blue-800 {
  outline-color: #1e40af;
}
.outline-blue-800\/0 {
  outline-color: rgb(30 64 175 / 0);
}
.outline-blue-800\/10 {
  outline-color: rgb(30 64 175 / 0.1);
}
.outline-blue-800\/100 {
  outline-color: rgb(30 64 175 / 1);
}
.outline-blue-800\/15 {
  outline-color: rgb(30 64 175 / 0.15);
}
.outline-blue-800\/20 {
  outline-color: rgb(30 64 175 / 0.2);
}
.outline-blue-800\/25 {
  outline-color: rgb(30 64 175 / 0.25);
}
.outline-blue-800\/30 {
  outline-color: rgb(30 64 175 / 0.3);
}
.outline-blue-800\/35 {
  outline-color: rgb(30 64 175 / 0.35);
}
.outline-blue-800\/40 {
  outline-color: rgb(30 64 175 / 0.4);
}
.outline-blue-800\/45 {
  outline-color: rgb(30 64 175 / 0.45);
}
.outline-blue-800\/5 {
  outline-color: rgb(30 64 175 / 0.05);
}
.outline-blue-800\/50 {
  outline-color: rgb(30 64 175 / 0.5);
}
.outline-blue-800\/55 {
  outline-color: rgb(30 64 175 / 0.55);
}
.outline-blue-800\/60 {
  outline-color: rgb(30 64 175 / 0.6);
}
.outline-blue-800\/65 {
  outline-color: rgb(30 64 175 / 0.65);
}
.outline-blue-800\/70 {
  outline-color: rgb(30 64 175 / 0.7);
}
.outline-blue-800\/75 {
  outline-color: rgb(30 64 175 / 0.75);
}
.outline-blue-800\/80 {
  outline-color: rgb(30 64 175 / 0.8);
}
.outline-blue-800\/85 {
  outline-color: rgb(30 64 175 / 0.85);
}
.outline-blue-800\/90 {
  outline-color: rgb(30 64 175 / 0.9);
}
.outline-blue-800\/95 {
  outline-color: rgb(30 64 175 / 0.95);
}
.outline-blue-900 {
  outline-color: #1e3a8a;
}
.outline-blue-900\/0 {
  outline-color: rgb(30 58 138 / 0);
}
.outline-blue-900\/10 {
  outline-color: rgb(30 58 138 / 0.1);
}
.outline-blue-900\/100 {
  outline-color: rgb(30 58 138 / 1);
}
.outline-blue-900\/15 {
  outline-color: rgb(30 58 138 / 0.15);
}
.outline-blue-900\/20 {
  outline-color: rgb(30 58 138 / 0.2);
}
.outline-blue-900\/25 {
  outline-color: rgb(30 58 138 / 0.25);
}
.outline-blue-900\/30 {
  outline-color: rgb(30 58 138 / 0.3);
}
.outline-blue-900\/35 {
  outline-color: rgb(30 58 138 / 0.35);
}
.outline-blue-900\/40 {
  outline-color: rgb(30 58 138 / 0.4);
}
.outline-blue-900\/45 {
  outline-color: rgb(30 58 138 / 0.45);
}
.outline-blue-900\/5 {
  outline-color: rgb(30 58 138 / 0.05);
}
.outline-blue-900\/50 {
  outline-color: rgb(30 58 138 / 0.5);
}
.outline-blue-900\/55 {
  outline-color: rgb(30 58 138 / 0.55);
}
.outline-blue-900\/60 {
  outline-color: rgb(30 58 138 / 0.6);
}
.outline-blue-900\/65 {
  outline-color: rgb(30 58 138 / 0.65);
}
.outline-blue-900\/70 {
  outline-color: rgb(30 58 138 / 0.7);
}
.outline-blue-900\/75 {
  outline-color: rgb(30 58 138 / 0.75);
}
.outline-blue-900\/80 {
  outline-color: rgb(30 58 138 / 0.8);
}
.outline-blue-900\/85 {
  outline-color: rgb(30 58 138 / 0.85);
}
.outline-blue-900\/90 {
  outline-color: rgb(30 58 138 / 0.9);
}
.outline-blue-900\/95 {
  outline-color: rgb(30 58 138 / 0.95);
}
.outline-blue-950 {
  outline-color: #172554;
}
.outline-blue-950\/0 {
  outline-color: rgb(23 37 84 / 0);
}
.outline-blue-950\/10 {
  outline-color: rgb(23 37 84 / 0.1);
}
.outline-blue-950\/100 {
  outline-color: rgb(23 37 84 / 1);
}
.outline-blue-950\/15 {
  outline-color: rgb(23 37 84 / 0.15);
}
.outline-blue-950\/20 {
  outline-color: rgb(23 37 84 / 0.2);
}
.outline-blue-950\/25 {
  outline-color: rgb(23 37 84 / 0.25);
}
.outline-blue-950\/30 {
  outline-color: rgb(23 37 84 / 0.3);
}
.outline-blue-950\/35 {
  outline-color: rgb(23 37 84 / 0.35);
}
.outline-blue-950\/40 {
  outline-color: rgb(23 37 84 / 0.4);
}
.outline-blue-950\/45 {
  outline-color: rgb(23 37 84 / 0.45);
}
.outline-blue-950\/5 {
  outline-color: rgb(23 37 84 / 0.05);
}
.outline-blue-950\/50 {
  outline-color: rgb(23 37 84 / 0.5);
}
.outline-blue-950\/55 {
  outline-color: rgb(23 37 84 / 0.55);
}
.outline-blue-950\/60 {
  outline-color: rgb(23 37 84 / 0.6);
}
.outline-blue-950\/65 {
  outline-color: rgb(23 37 84 / 0.65);
}
.outline-blue-950\/70 {
  outline-color: rgb(23 37 84 / 0.7);
}
.outline-blue-950\/75 {
  outline-color: rgb(23 37 84 / 0.75);
}
.outline-blue-950\/80 {
  outline-color: rgb(23 37 84 / 0.8);
}
.outline-blue-950\/85 {
  outline-color: rgb(23 37 84 / 0.85);
}
.outline-blue-950\/90 {
  outline-color: rgb(23 37 84 / 0.9);
}
.outline-blue-950\/95 {
  outline-color: rgb(23 37 84 / 0.95);
}
.outline-current {
  outline-color: currentColor;
}
.outline-cyan-100 {
  outline-color: #cffafe;
}
.outline-cyan-100\/0 {
  outline-color: rgb(207 250 254 / 0);
}
.outline-cyan-100\/10 {
  outline-color: rgb(207 250 254 / 0.1);
}
.outline-cyan-100\/100 {
  outline-color: rgb(207 250 254 / 1);
}
.outline-cyan-100\/15 {
  outline-color: rgb(207 250 254 / 0.15);
}
.outline-cyan-100\/20 {
  outline-color: rgb(207 250 254 / 0.2);
}
.outline-cyan-100\/25 {
  outline-color: rgb(207 250 254 / 0.25);
}
.outline-cyan-100\/30 {
  outline-color: rgb(207 250 254 / 0.3);
}
.outline-cyan-100\/35 {
  outline-color: rgb(207 250 254 / 0.35);
}
.outline-cyan-100\/40 {
  outline-color: rgb(207 250 254 / 0.4);
}
.outline-cyan-100\/45 {
  outline-color: rgb(207 250 254 / 0.45);
}
.outline-cyan-100\/5 {
  outline-color: rgb(207 250 254 / 0.05);
}
.outline-cyan-100\/50 {
  outline-color: rgb(207 250 254 / 0.5);
}
.outline-cyan-100\/55 {
  outline-color: rgb(207 250 254 / 0.55);
}
.outline-cyan-100\/60 {
  outline-color: rgb(207 250 254 / 0.6);
}
.outline-cyan-100\/65 {
  outline-color: rgb(207 250 254 / 0.65);
}
.outline-cyan-100\/70 {
  outline-color: rgb(207 250 254 / 0.7);
}
.outline-cyan-100\/75 {
  outline-color: rgb(207 250 254 / 0.75);
}
.outline-cyan-100\/80 {
  outline-color: rgb(207 250 254 / 0.8);
}
.outline-cyan-100\/85 {
  outline-color: rgb(207 250 254 / 0.85);
}
.outline-cyan-100\/90 {
  outline-color: rgb(207 250 254 / 0.9);
}
.outline-cyan-100\/95 {
  outline-color: rgb(207 250 254 / 0.95);
}
.outline-cyan-200 {
  outline-color: #a5f3fc;
}
.outline-cyan-200\/0 {
  outline-color: rgb(165 243 252 / 0);
}
.outline-cyan-200\/10 {
  outline-color: rgb(165 243 252 / 0.1);
}
.outline-cyan-200\/100 {
  outline-color: rgb(165 243 252 / 1);
}
.outline-cyan-200\/15 {
  outline-color: rgb(165 243 252 / 0.15);
}
.outline-cyan-200\/20 {
  outline-color: rgb(165 243 252 / 0.2);
}
.outline-cyan-200\/25 {
  outline-color: rgb(165 243 252 / 0.25);
}
.outline-cyan-200\/30 {
  outline-color: rgb(165 243 252 / 0.3);
}
.outline-cyan-200\/35 {
  outline-color: rgb(165 243 252 / 0.35);
}
.outline-cyan-200\/40 {
  outline-color: rgb(165 243 252 / 0.4);
}
.outline-cyan-200\/45 {
  outline-color: rgb(165 243 252 / 0.45);
}
.outline-cyan-200\/5 {
  outline-color: rgb(165 243 252 / 0.05);
}
.outline-cyan-200\/50 {
  outline-color: rgb(165 243 252 / 0.5);
}
.outline-cyan-200\/55 {
  outline-color: rgb(165 243 252 / 0.55);
}
.outline-cyan-200\/60 {
  outline-color: rgb(165 243 252 / 0.6);
}
.outline-cyan-200\/65 {
  outline-color: rgb(165 243 252 / 0.65);
}
.outline-cyan-200\/70 {
  outline-color: rgb(165 243 252 / 0.7);
}
.outline-cyan-200\/75 {
  outline-color: rgb(165 243 252 / 0.75);
}
.outline-cyan-200\/80 {
  outline-color: rgb(165 243 252 / 0.8);
}
.outline-cyan-200\/85 {
  outline-color: rgb(165 243 252 / 0.85);
}
.outline-cyan-200\/90 {
  outline-color: rgb(165 243 252 / 0.9);
}
.outline-cyan-200\/95 {
  outline-color: rgb(165 243 252 / 0.95);
}
.outline-cyan-300 {
  outline-color: #67e8f9;
}
.outline-cyan-300\/0 {
  outline-color: rgb(103 232 249 / 0);
}
.outline-cyan-300\/10 {
  outline-color: rgb(103 232 249 / 0.1);
}
.outline-cyan-300\/100 {
  outline-color: rgb(103 232 249 / 1);
}
.outline-cyan-300\/15 {
  outline-color: rgb(103 232 249 / 0.15);
}
.outline-cyan-300\/20 {
  outline-color: rgb(103 232 249 / 0.2);
}
.outline-cyan-300\/25 {
  outline-color: rgb(103 232 249 / 0.25);
}
.outline-cyan-300\/30 {
  outline-color: rgb(103 232 249 / 0.3);
}
.outline-cyan-300\/35 {
  outline-color: rgb(103 232 249 / 0.35);
}
.outline-cyan-300\/40 {
  outline-color: rgb(103 232 249 / 0.4);
}
.outline-cyan-300\/45 {
  outline-color: rgb(103 232 249 / 0.45);
}
.outline-cyan-300\/5 {
  outline-color: rgb(103 232 249 / 0.05);
}
.outline-cyan-300\/50 {
  outline-color: rgb(103 232 249 / 0.5);
}
.outline-cyan-300\/55 {
  outline-color: rgb(103 232 249 / 0.55);
}
.outline-cyan-300\/60 {
  outline-color: rgb(103 232 249 / 0.6);
}
.outline-cyan-300\/65 {
  outline-color: rgb(103 232 249 / 0.65);
}
.outline-cyan-300\/70 {
  outline-color: rgb(103 232 249 / 0.7);
}
.outline-cyan-300\/75 {
  outline-color: rgb(103 232 249 / 0.75);
}
.outline-cyan-300\/80 {
  outline-color: rgb(103 232 249 / 0.8);
}
.outline-cyan-300\/85 {
  outline-color: rgb(103 232 249 / 0.85);
}
.outline-cyan-300\/90 {
  outline-color: rgb(103 232 249 / 0.9);
}
.outline-cyan-300\/95 {
  outline-color: rgb(103 232 249 / 0.95);
}
.outline-cyan-400 {
  outline-color: #22d3ee;
}
.outline-cyan-400\/0 {
  outline-color: rgb(34 211 238 / 0);
}
.outline-cyan-400\/10 {
  outline-color: rgb(34 211 238 / 0.1);
}
.outline-cyan-400\/100 {
  outline-color: rgb(34 211 238 / 1);
}
.outline-cyan-400\/15 {
  outline-color: rgb(34 211 238 / 0.15);
}
.outline-cyan-400\/20 {
  outline-color: rgb(34 211 238 / 0.2);
}
.outline-cyan-400\/25 {
  outline-color: rgb(34 211 238 / 0.25);
}
.outline-cyan-400\/30 {
  outline-color: rgb(34 211 238 / 0.3);
}
.outline-cyan-400\/35 {
  outline-color: rgb(34 211 238 / 0.35);
}
.outline-cyan-400\/40 {
  outline-color: rgb(34 211 238 / 0.4);
}
.outline-cyan-400\/45 {
  outline-color: rgb(34 211 238 / 0.45);
}
.outline-cyan-400\/5 {
  outline-color: rgb(34 211 238 / 0.05);
}
.outline-cyan-400\/50 {
  outline-color: rgb(34 211 238 / 0.5);
}
.outline-cyan-400\/55 {
  outline-color: rgb(34 211 238 / 0.55);
}
.outline-cyan-400\/60 {
  outline-color: rgb(34 211 238 / 0.6);
}
.outline-cyan-400\/65 {
  outline-color: rgb(34 211 238 / 0.65);
}
.outline-cyan-400\/70 {
  outline-color: rgb(34 211 238 / 0.7);
}
.outline-cyan-400\/75 {
  outline-color: rgb(34 211 238 / 0.75);
}
.outline-cyan-400\/80 {
  outline-color: rgb(34 211 238 / 0.8);
}
.outline-cyan-400\/85 {
  outline-color: rgb(34 211 238 / 0.85);
}
.outline-cyan-400\/90 {
  outline-color: rgb(34 211 238 / 0.9);
}
.outline-cyan-400\/95 {
  outline-color: rgb(34 211 238 / 0.95);
}
.outline-cyan-50 {
  outline-color: #ecfeff;
}
.outline-cyan-50\/0 {
  outline-color: rgb(236 254 255 / 0);
}
.outline-cyan-50\/10 {
  outline-color: rgb(236 254 255 / 0.1);
}
.outline-cyan-50\/100 {
  outline-color: rgb(236 254 255 / 1);
}
.outline-cyan-50\/15 {
  outline-color: rgb(236 254 255 / 0.15);
}
.outline-cyan-50\/20 {
  outline-color: rgb(236 254 255 / 0.2);
}
.outline-cyan-50\/25 {
  outline-color: rgb(236 254 255 / 0.25);
}
.outline-cyan-50\/30 {
  outline-color: rgb(236 254 255 / 0.3);
}
.outline-cyan-50\/35 {
  outline-color: rgb(236 254 255 / 0.35);
}
.outline-cyan-50\/40 {
  outline-color: rgb(236 254 255 / 0.4);
}
.outline-cyan-50\/45 {
  outline-color: rgb(236 254 255 / 0.45);
}
.outline-cyan-50\/5 {
  outline-color: rgb(236 254 255 / 0.05);
}
.outline-cyan-50\/50 {
  outline-color: rgb(236 254 255 / 0.5);
}
.outline-cyan-50\/55 {
  outline-color: rgb(236 254 255 / 0.55);
}
.outline-cyan-50\/60 {
  outline-color: rgb(236 254 255 / 0.6);
}
.outline-cyan-50\/65 {
  outline-color: rgb(236 254 255 / 0.65);
}
.outline-cyan-50\/70 {
  outline-color: rgb(236 254 255 / 0.7);
}
.outline-cyan-50\/75 {
  outline-color: rgb(236 254 255 / 0.75);
}
.outline-cyan-50\/80 {
  outline-color: rgb(236 254 255 / 0.8);
}
.outline-cyan-50\/85 {
  outline-color: rgb(236 254 255 / 0.85);
}
.outline-cyan-50\/90 {
  outline-color: rgb(236 254 255 / 0.9);
}
.outline-cyan-50\/95 {
  outline-color: rgb(236 254 255 / 0.95);
}
.outline-cyan-500 {
  outline-color: #06b6d4;
}
.outline-cyan-500\/0 {
  outline-color: rgb(6 182 212 / 0);
}
.outline-cyan-500\/10 {
  outline-color: rgb(6 182 212 / 0.1);
}
.outline-cyan-500\/100 {
  outline-color: rgb(6 182 212 / 1);
}
.outline-cyan-500\/15 {
  outline-color: rgb(6 182 212 / 0.15);
}
.outline-cyan-500\/20 {
  outline-color: rgb(6 182 212 / 0.2);
}
.outline-cyan-500\/25 {
  outline-color: rgb(6 182 212 / 0.25);
}
.outline-cyan-500\/30 {
  outline-color: rgb(6 182 212 / 0.3);
}
.outline-cyan-500\/35 {
  outline-color: rgb(6 182 212 / 0.35);
}
.outline-cyan-500\/40 {
  outline-color: rgb(6 182 212 / 0.4);
}
.outline-cyan-500\/45 {
  outline-color: rgb(6 182 212 / 0.45);
}
.outline-cyan-500\/5 {
  outline-color: rgb(6 182 212 / 0.05);
}
.outline-cyan-500\/50 {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-cyan-500\/55 {
  outline-color: rgb(6 182 212 / 0.55);
}
.outline-cyan-500\/60 {
  outline-color: rgb(6 182 212 / 0.6);
}
.outline-cyan-500\/65 {
  outline-color: rgb(6 182 212 / 0.65);
}
.outline-cyan-500\/70 {
  outline-color: rgb(6 182 212 / 0.7);
}
.outline-cyan-500\/75 {
  outline-color: rgb(6 182 212 / 0.75);
}
.outline-cyan-500\/80 {
  outline-color: rgb(6 182 212 / 0.8);
}
.outline-cyan-500\/85 {
  outline-color: rgb(6 182 212 / 0.85);
}
.outline-cyan-500\/90 {
  outline-color: rgb(6 182 212 / 0.9);
}
.outline-cyan-500\/95 {
  outline-color: rgb(6 182 212 / 0.95);
}
.outline-cyan-600 {
  outline-color: #0891b2;
}
.outline-cyan-600\/0 {
  outline-color: rgb(8 145 178 / 0);
}
.outline-cyan-600\/10 {
  outline-color: rgb(8 145 178 / 0.1);
}
.outline-cyan-600\/100 {
  outline-color: rgb(8 145 178 / 1);
}
.outline-cyan-600\/15 {
  outline-color: rgb(8 145 178 / 0.15);
}
.outline-cyan-600\/20 {
  outline-color: rgb(8 145 178 / 0.2);
}
.outline-cyan-600\/25 {
  outline-color: rgb(8 145 178 / 0.25);
}
.outline-cyan-600\/30 {
  outline-color: rgb(8 145 178 / 0.3);
}
.outline-cyan-600\/35 {
  outline-color: rgb(8 145 178 / 0.35);
}
.outline-cyan-600\/40 {
  outline-color: rgb(8 145 178 / 0.4);
}
.outline-cyan-600\/45 {
  outline-color: rgb(8 145 178 / 0.45);
}
.outline-cyan-600\/5 {
  outline-color: rgb(8 145 178 / 0.05);
}
.outline-cyan-600\/50 {
  outline-color: rgb(8 145 178 / 0.5);
}
.outline-cyan-600\/55 {
  outline-color: rgb(8 145 178 / 0.55);
}
.outline-cyan-600\/60 {
  outline-color: rgb(8 145 178 / 0.6);
}
.outline-cyan-600\/65 {
  outline-color: rgb(8 145 178 / 0.65);
}
.outline-cyan-600\/70 {
  outline-color: rgb(8 145 178 / 0.7);
}
.outline-cyan-600\/75 {
  outline-color: rgb(8 145 178 / 0.75);
}
.outline-cyan-600\/80 {
  outline-color: rgb(8 145 178 / 0.8);
}
.outline-cyan-600\/85 {
  outline-color: rgb(8 145 178 / 0.85);
}
.outline-cyan-600\/90 {
  outline-color: rgb(8 145 178 / 0.9);
}
.outline-cyan-600\/95 {
  outline-color: rgb(8 145 178 / 0.95);
}
.outline-cyan-700 {
  outline-color: #0e7490;
}
.outline-cyan-700\/0 {
  outline-color: rgb(14 116 144 / 0);
}
.outline-cyan-700\/10 {
  outline-color: rgb(14 116 144 / 0.1);
}
.outline-cyan-700\/100 {
  outline-color: rgb(14 116 144 / 1);
}
.outline-cyan-700\/15 {
  outline-color: rgb(14 116 144 / 0.15);
}
.outline-cyan-700\/20 {
  outline-color: rgb(14 116 144 / 0.2);
}
.outline-cyan-700\/25 {
  outline-color: rgb(14 116 144 / 0.25);
}
.outline-cyan-700\/30 {
  outline-color: rgb(14 116 144 / 0.3);
}
.outline-cyan-700\/35 {
  outline-color: rgb(14 116 144 / 0.35);
}
.outline-cyan-700\/40 {
  outline-color: rgb(14 116 144 / 0.4);
}
.outline-cyan-700\/45 {
  outline-color: rgb(14 116 144 / 0.45);
}
.outline-cyan-700\/5 {
  outline-color: rgb(14 116 144 / 0.05);
}
.outline-cyan-700\/50 {
  outline-color: rgb(14 116 144 / 0.5);
}
.outline-cyan-700\/55 {
  outline-color: rgb(14 116 144 / 0.55);
}
.outline-cyan-700\/60 {
  outline-color: rgb(14 116 144 / 0.6);
}
.outline-cyan-700\/65 {
  outline-color: rgb(14 116 144 / 0.65);
}
.outline-cyan-700\/70 {
  outline-color: rgb(14 116 144 / 0.7);
}
.outline-cyan-700\/75 {
  outline-color: rgb(14 116 144 / 0.75);
}
.outline-cyan-700\/80 {
  outline-color: rgb(14 116 144 / 0.8);
}
.outline-cyan-700\/85 {
  outline-color: rgb(14 116 144 / 0.85);
}
.outline-cyan-700\/90 {
  outline-color: rgb(14 116 144 / 0.9);
}
.outline-cyan-700\/95 {
  outline-color: rgb(14 116 144 / 0.95);
}
.outline-cyan-800 {
  outline-color: #155e75;
}
.outline-cyan-800\/0 {
  outline-color: rgb(21 94 117 / 0);
}
.outline-cyan-800\/10 {
  outline-color: rgb(21 94 117 / 0.1);
}
.outline-cyan-800\/100 {
  outline-color: rgb(21 94 117 / 1);
}
.outline-cyan-800\/15 {
  outline-color: rgb(21 94 117 / 0.15);
}
.outline-cyan-800\/20 {
  outline-color: rgb(21 94 117 / 0.2);
}
.outline-cyan-800\/25 {
  outline-color: rgb(21 94 117 / 0.25);
}
.outline-cyan-800\/30 {
  outline-color: rgb(21 94 117 / 0.3);
}
.outline-cyan-800\/35 {
  outline-color: rgb(21 94 117 / 0.35);
}
.outline-cyan-800\/40 {
  outline-color: rgb(21 94 117 / 0.4);
}
.outline-cyan-800\/45 {
  outline-color: rgb(21 94 117 / 0.45);
}
.outline-cyan-800\/5 {
  outline-color: rgb(21 94 117 / 0.05);
}
.outline-cyan-800\/50 {
  outline-color: rgb(21 94 117 / 0.5);
}
.outline-cyan-800\/55 {
  outline-color: rgb(21 94 117 / 0.55);
}
.outline-cyan-800\/60 {
  outline-color: rgb(21 94 117 / 0.6);
}
.outline-cyan-800\/65 {
  outline-color: rgb(21 94 117 / 0.65);
}
.outline-cyan-800\/70 {
  outline-color: rgb(21 94 117 / 0.7);
}
.outline-cyan-800\/75 {
  outline-color: rgb(21 94 117 / 0.75);
}
.outline-cyan-800\/80 {
  outline-color: rgb(21 94 117 / 0.8);
}
.outline-cyan-800\/85 {
  outline-color: rgb(21 94 117 / 0.85);
}
.outline-cyan-800\/90 {
  outline-color: rgb(21 94 117 / 0.9);
}
.outline-cyan-800\/95 {
  outline-color: rgb(21 94 117 / 0.95);
}
.outline-cyan-900 {
  outline-color: #164e63;
}
.outline-cyan-900\/0 {
  outline-color: rgb(22 78 99 / 0);
}
.outline-cyan-900\/10 {
  outline-color: rgb(22 78 99 / 0.1);
}
.outline-cyan-900\/100 {
  outline-color: rgb(22 78 99 / 1);
}
.outline-cyan-900\/15 {
  outline-color: rgb(22 78 99 / 0.15);
}
.outline-cyan-900\/20 {
  outline-color: rgb(22 78 99 / 0.2);
}
.outline-cyan-900\/25 {
  outline-color: rgb(22 78 99 / 0.25);
}
.outline-cyan-900\/30 {
  outline-color: rgb(22 78 99 / 0.3);
}
.outline-cyan-900\/35 {
  outline-color: rgb(22 78 99 / 0.35);
}
.outline-cyan-900\/40 {
  outline-color: rgb(22 78 99 / 0.4);
}
.outline-cyan-900\/45 {
  outline-color: rgb(22 78 99 / 0.45);
}
.outline-cyan-900\/5 {
  outline-color: rgb(22 78 99 / 0.05);
}
.outline-cyan-900\/50 {
  outline-color: rgb(22 78 99 / 0.5);
}
.outline-cyan-900\/55 {
  outline-color: rgb(22 78 99 / 0.55);
}
.outline-cyan-900\/60 {
  outline-color: rgb(22 78 99 / 0.6);
}
.outline-cyan-900\/65 {
  outline-color: rgb(22 78 99 / 0.65);
}
.outline-cyan-900\/70 {
  outline-color: rgb(22 78 99 / 0.7);
}
.outline-cyan-900\/75 {
  outline-color: rgb(22 78 99 / 0.75);
}
.outline-cyan-900\/80 {
  outline-color: rgb(22 78 99 / 0.8);
}
.outline-cyan-900\/85 {
  outline-color: rgb(22 78 99 / 0.85);
}
.outline-cyan-900\/90 {
  outline-color: rgb(22 78 99 / 0.9);
}
.outline-cyan-900\/95 {
  outline-color: rgb(22 78 99 / 0.95);
}
.outline-cyan-950 {
  outline-color: #083344;
}
.outline-cyan-950\/0 {
  outline-color: rgb(8 51 68 / 0);
}
.outline-cyan-950\/10 {
  outline-color: rgb(8 51 68 / 0.1);
}
.outline-cyan-950\/100 {
  outline-color: rgb(8 51 68 / 1);
}
.outline-cyan-950\/15 {
  outline-color: rgb(8 51 68 / 0.15);
}
.outline-cyan-950\/20 {
  outline-color: rgb(8 51 68 / 0.2);
}
.outline-cyan-950\/25 {
  outline-color: rgb(8 51 68 / 0.25);
}
.outline-cyan-950\/30 {
  outline-color: rgb(8 51 68 / 0.3);
}
.outline-cyan-950\/35 {
  outline-color: rgb(8 51 68 / 0.35);
}
.outline-cyan-950\/40 {
  outline-color: rgb(8 51 68 / 0.4);
}
.outline-cyan-950\/45 {
  outline-color: rgb(8 51 68 / 0.45);
}
.outline-cyan-950\/5 {
  outline-color: rgb(8 51 68 / 0.05);
}
.outline-cyan-950\/50 {
  outline-color: rgb(8 51 68 / 0.5);
}
.outline-cyan-950\/55 {
  outline-color: rgb(8 51 68 / 0.55);
}
.outline-cyan-950\/60 {
  outline-color: rgb(8 51 68 / 0.6);
}
.outline-cyan-950\/65 {
  outline-color: rgb(8 51 68 / 0.65);
}
.outline-cyan-950\/70 {
  outline-color: rgb(8 51 68 / 0.7);
}
.outline-cyan-950\/75 {
  outline-color: rgb(8 51 68 / 0.75);
}
.outline-cyan-950\/80 {
  outline-color: rgb(8 51 68 / 0.8);
}
.outline-cyan-950\/85 {
  outline-color: rgb(8 51 68 / 0.85);
}
.outline-cyan-950\/90 {
  outline-color: rgb(8 51 68 / 0.9);
}
.outline-cyan-950\/95 {
  outline-color: rgb(8 51 68 / 0.95);
}
.outline-emerald-100 {
  outline-color: #d1fae5;
}
.outline-emerald-100\/0 {
  outline-color: rgb(209 250 229 / 0);
}
.outline-emerald-100\/10 {
  outline-color: rgb(209 250 229 / 0.1);
}
.outline-emerald-100\/100 {
  outline-color: rgb(209 250 229 / 1);
}
.outline-emerald-100\/15 {
  outline-color: rgb(209 250 229 / 0.15);
}
.outline-emerald-100\/20 {
  outline-color: rgb(209 250 229 / 0.2);
}
.outline-emerald-100\/25 {
  outline-color: rgb(209 250 229 / 0.25);
}
.outline-emerald-100\/30 {
  outline-color: rgb(209 250 229 / 0.3);
}
.outline-emerald-100\/35 {
  outline-color: rgb(209 250 229 / 0.35);
}
.outline-emerald-100\/40 {
  outline-color: rgb(209 250 229 / 0.4);
}
.outline-emerald-100\/45 {
  outline-color: rgb(209 250 229 / 0.45);
}
.outline-emerald-100\/5 {
  outline-color: rgb(209 250 229 / 0.05);
}
.outline-emerald-100\/50 {
  outline-color: rgb(209 250 229 / 0.5);
}
.outline-emerald-100\/55 {
  outline-color: rgb(209 250 229 / 0.55);
}
.outline-emerald-100\/60 {
  outline-color: rgb(209 250 229 / 0.6);
}
.outline-emerald-100\/65 {
  outline-color: rgb(209 250 229 / 0.65);
}
.outline-emerald-100\/70 {
  outline-color: rgb(209 250 229 / 0.7);
}
.outline-emerald-100\/75 {
  outline-color: rgb(209 250 229 / 0.75);
}
.outline-emerald-100\/80 {
  outline-color: rgb(209 250 229 / 0.8);
}
.outline-emerald-100\/85 {
  outline-color: rgb(209 250 229 / 0.85);
}
.outline-emerald-100\/90 {
  outline-color: rgb(209 250 229 / 0.9);
}
.outline-emerald-100\/95 {
  outline-color: rgb(209 250 229 / 0.95);
}
.outline-emerald-200 {
  outline-color: #a7f3d0;
}
.outline-emerald-200\/0 {
  outline-color: rgb(167 243 208 / 0);
}
.outline-emerald-200\/10 {
  outline-color: rgb(167 243 208 / 0.1);
}
.outline-emerald-200\/100 {
  outline-color: rgb(167 243 208 / 1);
}
.outline-emerald-200\/15 {
  outline-color: rgb(167 243 208 / 0.15);
}
.outline-emerald-200\/20 {
  outline-color: rgb(167 243 208 / 0.2);
}
.outline-emerald-200\/25 {
  outline-color: rgb(167 243 208 / 0.25);
}
.outline-emerald-200\/30 {
  outline-color: rgb(167 243 208 / 0.3);
}
.outline-emerald-200\/35 {
  outline-color: rgb(167 243 208 / 0.35);
}
.outline-emerald-200\/40 {
  outline-color: rgb(167 243 208 / 0.4);
}
.outline-emerald-200\/45 {
  outline-color: rgb(167 243 208 / 0.45);
}
.outline-emerald-200\/5 {
  outline-color: rgb(167 243 208 / 0.05);
}
.outline-emerald-200\/50 {
  outline-color: rgb(167 243 208 / 0.5);
}
.outline-emerald-200\/55 {
  outline-color: rgb(167 243 208 / 0.55);
}
.outline-emerald-200\/60 {
  outline-color: rgb(167 243 208 / 0.6);
}
.outline-emerald-200\/65 {
  outline-color: rgb(167 243 208 / 0.65);
}
.outline-emerald-200\/70 {
  outline-color: rgb(167 243 208 / 0.7);
}
.outline-emerald-200\/75 {
  outline-color: rgb(167 243 208 / 0.75);
}
.outline-emerald-200\/80 {
  outline-color: rgb(167 243 208 / 0.8);
}
.outline-emerald-200\/85 {
  outline-color: rgb(167 243 208 / 0.85);
}
.outline-emerald-200\/90 {
  outline-color: rgb(167 243 208 / 0.9);
}
.outline-emerald-200\/95 {
  outline-color: rgb(167 243 208 / 0.95);
}
.outline-emerald-300 {
  outline-color: #6ee7b7;
}
.outline-emerald-300\/0 {
  outline-color: rgb(110 231 183 / 0);
}
.outline-emerald-300\/10 {
  outline-color: rgb(110 231 183 / 0.1);
}
.outline-emerald-300\/100 {
  outline-color: rgb(110 231 183 / 1);
}
.outline-emerald-300\/15 {
  outline-color: rgb(110 231 183 / 0.15);
}
.outline-emerald-300\/20 {
  outline-color: rgb(110 231 183 / 0.2);
}
.outline-emerald-300\/25 {
  outline-color: rgb(110 231 183 / 0.25);
}
.outline-emerald-300\/30 {
  outline-color: rgb(110 231 183 / 0.3);
}
.outline-emerald-300\/35 {
  outline-color: rgb(110 231 183 / 0.35);
}
.outline-emerald-300\/40 {
  outline-color: rgb(110 231 183 / 0.4);
}
.outline-emerald-300\/45 {
  outline-color: rgb(110 231 183 / 0.45);
}
.outline-emerald-300\/5 {
  outline-color: rgb(110 231 183 / 0.05);
}
.outline-emerald-300\/50 {
  outline-color: rgb(110 231 183 / 0.5);
}
.outline-emerald-300\/55 {
  outline-color: rgb(110 231 183 / 0.55);
}
.outline-emerald-300\/60 {
  outline-color: rgb(110 231 183 / 0.6);
}
.outline-emerald-300\/65 {
  outline-color: rgb(110 231 183 / 0.65);
}
.outline-emerald-300\/70 {
  outline-color: rgb(110 231 183 / 0.7);
}
.outline-emerald-300\/75 {
  outline-color: rgb(110 231 183 / 0.75);
}
.outline-emerald-300\/80 {
  outline-color: rgb(110 231 183 / 0.8);
}
.outline-emerald-300\/85 {
  outline-color: rgb(110 231 183 / 0.85);
}
.outline-emerald-300\/90 {
  outline-color: rgb(110 231 183 / 0.9);
}
.outline-emerald-300\/95 {
  outline-color: rgb(110 231 183 / 0.95);
}
.outline-emerald-400 {
  outline-color: #34d399;
}
.outline-emerald-400\/0 {
  outline-color: rgb(52 211 153 / 0);
}
.outline-emerald-400\/10 {
  outline-color: rgb(52 211 153 / 0.1);
}
.outline-emerald-400\/100 {
  outline-color: rgb(52 211 153 / 1);
}
.outline-emerald-400\/15 {
  outline-color: rgb(52 211 153 / 0.15);
}
.outline-emerald-400\/20 {
  outline-color: rgb(52 211 153 / 0.2);
}
.outline-emerald-400\/25 {
  outline-color: rgb(52 211 153 / 0.25);
}
.outline-emerald-400\/30 {
  outline-color: rgb(52 211 153 / 0.3);
}
.outline-emerald-400\/35 {
  outline-color: rgb(52 211 153 / 0.35);
}
.outline-emerald-400\/40 {
  outline-color: rgb(52 211 153 / 0.4);
}
.outline-emerald-400\/45 {
  outline-color: rgb(52 211 153 / 0.45);
}
.outline-emerald-400\/5 {
  outline-color: rgb(52 211 153 / 0.05);
}
.outline-emerald-400\/50 {
  outline-color: rgb(52 211 153 / 0.5);
}
.outline-emerald-400\/55 {
  outline-color: rgb(52 211 153 / 0.55);
}
.outline-emerald-400\/60 {
  outline-color: rgb(52 211 153 / 0.6);
}
.outline-emerald-400\/65 {
  outline-color: rgb(52 211 153 / 0.65);
}
.outline-emerald-400\/70 {
  outline-color: rgb(52 211 153 / 0.7);
}
.outline-emerald-400\/75 {
  outline-color: rgb(52 211 153 / 0.75);
}
.outline-emerald-400\/80 {
  outline-color: rgb(52 211 153 / 0.8);
}
.outline-emerald-400\/85 {
  outline-color: rgb(52 211 153 / 0.85);
}
.outline-emerald-400\/90 {
  outline-color: rgb(52 211 153 / 0.9);
}
.outline-emerald-400\/95 {
  outline-color: rgb(52 211 153 / 0.95);
}
.outline-emerald-50 {
  outline-color: #ecfdf5;
}
.outline-emerald-50\/0 {
  outline-color: rgb(236 253 245 / 0);
}
.outline-emerald-50\/10 {
  outline-color: rgb(236 253 245 / 0.1);
}
.outline-emerald-50\/100 {
  outline-color: rgb(236 253 245 / 1);
}
.outline-emerald-50\/15 {
  outline-color: rgb(236 253 245 / 0.15);
}
.outline-emerald-50\/20 {
  outline-color: rgb(236 253 245 / 0.2);
}
.outline-emerald-50\/25 {
  outline-color: rgb(236 253 245 / 0.25);
}
.outline-emerald-50\/30 {
  outline-color: rgb(236 253 245 / 0.3);
}
.outline-emerald-50\/35 {
  outline-color: rgb(236 253 245 / 0.35);
}
.outline-emerald-50\/40 {
  outline-color: rgb(236 253 245 / 0.4);
}
.outline-emerald-50\/45 {
  outline-color: rgb(236 253 245 / 0.45);
}
.outline-emerald-50\/5 {
  outline-color: rgb(236 253 245 / 0.05);
}
.outline-emerald-50\/50 {
  outline-color: rgb(236 253 245 / 0.5);
}
.outline-emerald-50\/55 {
  outline-color: rgb(236 253 245 / 0.55);
}
.outline-emerald-50\/60 {
  outline-color: rgb(236 253 245 / 0.6);
}
.outline-emerald-50\/65 {
  outline-color: rgb(236 253 245 / 0.65);
}
.outline-emerald-50\/70 {
  outline-color: rgb(236 253 245 / 0.7);
}
.outline-emerald-50\/75 {
  outline-color: rgb(236 253 245 / 0.75);
}
.outline-emerald-50\/80 {
  outline-color: rgb(236 253 245 / 0.8);
}
.outline-emerald-50\/85 {
  outline-color: rgb(236 253 245 / 0.85);
}
.outline-emerald-50\/90 {
  outline-color: rgb(236 253 245 / 0.9);
}
.outline-emerald-50\/95 {
  outline-color: rgb(236 253 245 / 0.95);
}
.outline-emerald-500 {
  outline-color: #10b981;
}
.outline-emerald-500\/0 {
  outline-color: rgb(16 185 129 / 0);
}
.outline-emerald-500\/10 {
  outline-color: rgb(16 185 129 / 0.1);
}
.outline-emerald-500\/100 {
  outline-color: rgb(16 185 129 / 1);
}
.outline-emerald-500\/15 {
  outline-color: rgb(16 185 129 / 0.15);
}
.outline-emerald-500\/20 {
  outline-color: rgb(16 185 129 / 0.2);
}
.outline-emerald-500\/25 {
  outline-color: rgb(16 185 129 / 0.25);
}
.outline-emerald-500\/30 {
  outline-color: rgb(16 185 129 / 0.3);
}
.outline-emerald-500\/35 {
  outline-color: rgb(16 185 129 / 0.35);
}
.outline-emerald-500\/40 {
  outline-color: rgb(16 185 129 / 0.4);
}
.outline-emerald-500\/45 {
  outline-color: rgb(16 185 129 / 0.45);
}
.outline-emerald-500\/5 {
  outline-color: rgb(16 185 129 / 0.05);
}
.outline-emerald-500\/50 {
  outline-color: rgb(16 185 129 / 0.5);
}
.outline-emerald-500\/55 {
  outline-color: rgb(16 185 129 / 0.55);
}
.outline-emerald-500\/60 {
  outline-color: rgb(16 185 129 / 0.6);
}
.outline-emerald-500\/65 {
  outline-color: rgb(16 185 129 / 0.65);
}
.outline-emerald-500\/70 {
  outline-color: rgb(16 185 129 / 0.7);
}
.outline-emerald-500\/75 {
  outline-color: rgb(16 185 129 / 0.75);
}
.outline-emerald-500\/80 {
  outline-color: rgb(16 185 129 / 0.8);
}
.outline-emerald-500\/85 {
  outline-color: rgb(16 185 129 / 0.85);
}
.outline-emerald-500\/90 {
  outline-color: rgb(16 185 129 / 0.9);
}
.outline-emerald-500\/95 {
  outline-color: rgb(16 185 129 / 0.95);
}
.outline-emerald-600 {
  outline-color: #059669;
}
.outline-emerald-600\/0 {
  outline-color: rgb(5 150 105 / 0);
}
.outline-emerald-600\/10 {
  outline-color: rgb(5 150 105 / 0.1);
}
.outline-emerald-600\/100 {
  outline-color: rgb(5 150 105 / 1);
}
.outline-emerald-600\/15 {
  outline-color: rgb(5 150 105 / 0.15);
}
.outline-emerald-600\/20 {
  outline-color: rgb(5 150 105 / 0.2);
}
.outline-emerald-600\/25 {
  outline-color: rgb(5 150 105 / 0.25);
}
.outline-emerald-600\/30 {
  outline-color: rgb(5 150 105 / 0.3);
}
.outline-emerald-600\/35 {
  outline-color: rgb(5 150 105 / 0.35);
}
.outline-emerald-600\/40 {
  outline-color: rgb(5 150 105 / 0.4);
}
.outline-emerald-600\/45 {
  outline-color: rgb(5 150 105 / 0.45);
}
.outline-emerald-600\/5 {
  outline-color: rgb(5 150 105 / 0.05);
}
.outline-emerald-600\/50 {
  outline-color: rgb(5 150 105 / 0.5);
}
.outline-emerald-600\/55 {
  outline-color: rgb(5 150 105 / 0.55);
}
.outline-emerald-600\/60 {
  outline-color: rgb(5 150 105 / 0.6);
}
.outline-emerald-600\/65 {
  outline-color: rgb(5 150 105 / 0.65);
}
.outline-emerald-600\/70 {
  outline-color: rgb(5 150 105 / 0.7);
}
.outline-emerald-600\/75 {
  outline-color: rgb(5 150 105 / 0.75);
}
.outline-emerald-600\/80 {
  outline-color: rgb(5 150 105 / 0.8);
}
.outline-emerald-600\/85 {
  outline-color: rgb(5 150 105 / 0.85);
}
.outline-emerald-600\/90 {
  outline-color: rgb(5 150 105 / 0.9);
}
.outline-emerald-600\/95 {
  outline-color: rgb(5 150 105 / 0.95);
}
.outline-emerald-700 {
  outline-color: #047857;
}
.outline-emerald-700\/0 {
  outline-color: rgb(4 120 87 / 0);
}
.outline-emerald-700\/10 {
  outline-color: rgb(4 120 87 / 0.1);
}
.outline-emerald-700\/100 {
  outline-color: rgb(4 120 87 / 1);
}
.outline-emerald-700\/15 {
  outline-color: rgb(4 120 87 / 0.15);
}
.outline-emerald-700\/20 {
  outline-color: rgb(4 120 87 / 0.2);
}
.outline-emerald-700\/25 {
  outline-color: rgb(4 120 87 / 0.25);
}
.outline-emerald-700\/30 {
  outline-color: rgb(4 120 87 / 0.3);
}
.outline-emerald-700\/35 {
  outline-color: rgb(4 120 87 / 0.35);
}
.outline-emerald-700\/40 {
  outline-color: rgb(4 120 87 / 0.4);
}
.outline-emerald-700\/45 {
  outline-color: rgb(4 120 87 / 0.45);
}
.outline-emerald-700\/5 {
  outline-color: rgb(4 120 87 / 0.05);
}
.outline-emerald-700\/50 {
  outline-color: rgb(4 120 87 / 0.5);
}
.outline-emerald-700\/55 {
  outline-color: rgb(4 120 87 / 0.55);
}
.outline-emerald-700\/60 {
  outline-color: rgb(4 120 87 / 0.6);
}
.outline-emerald-700\/65 {
  outline-color: rgb(4 120 87 / 0.65);
}
.outline-emerald-700\/70 {
  outline-color: rgb(4 120 87 / 0.7);
}
.outline-emerald-700\/75 {
  outline-color: rgb(4 120 87 / 0.75);
}
.outline-emerald-700\/80 {
  outline-color: rgb(4 120 87 / 0.8);
}
.outline-emerald-700\/85 {
  outline-color: rgb(4 120 87 / 0.85);
}
.outline-emerald-700\/90 {
  outline-color: rgb(4 120 87 / 0.9);
}
.outline-emerald-700\/95 {
  outline-color: rgb(4 120 87 / 0.95);
}
.outline-emerald-800 {
  outline-color: #065f46;
}
.outline-emerald-800\/0 {
  outline-color: rgb(6 95 70 / 0);
}
.outline-emerald-800\/10 {
  outline-color: rgb(6 95 70 / 0.1);
}
.outline-emerald-800\/100 {
  outline-color: rgb(6 95 70 / 1);
}
.outline-emerald-800\/15 {
  outline-color: rgb(6 95 70 / 0.15);
}
.outline-emerald-800\/20 {
  outline-color: rgb(6 95 70 / 0.2);
}
.outline-emerald-800\/25 {
  outline-color: rgb(6 95 70 / 0.25);
}
.outline-emerald-800\/30 {
  outline-color: rgb(6 95 70 / 0.3);
}
.outline-emerald-800\/35 {
  outline-color: rgb(6 95 70 / 0.35);
}
.outline-emerald-800\/40 {
  outline-color: rgb(6 95 70 / 0.4);
}
.outline-emerald-800\/45 {
  outline-color: rgb(6 95 70 / 0.45);
}
.outline-emerald-800\/5 {
  outline-color: rgb(6 95 70 / 0.05);
}
.outline-emerald-800\/50 {
  outline-color: rgb(6 95 70 / 0.5);
}
.outline-emerald-800\/55 {
  outline-color: rgb(6 95 70 / 0.55);
}
.outline-emerald-800\/60 {
  outline-color: rgb(6 95 70 / 0.6);
}
.outline-emerald-800\/65 {
  outline-color: rgb(6 95 70 / 0.65);
}
.outline-emerald-800\/70 {
  outline-color: rgb(6 95 70 / 0.7);
}
.outline-emerald-800\/75 {
  outline-color: rgb(6 95 70 / 0.75);
}
.outline-emerald-800\/80 {
  outline-color: rgb(6 95 70 / 0.8);
}
.outline-emerald-800\/85 {
  outline-color: rgb(6 95 70 / 0.85);
}
.outline-emerald-800\/90 {
  outline-color: rgb(6 95 70 / 0.9);
}
.outline-emerald-800\/95 {
  outline-color: rgb(6 95 70 / 0.95);
}
.outline-emerald-900 {
  outline-color: #064e3b;
}
.outline-emerald-900\/0 {
  outline-color: rgb(6 78 59 / 0);
}
.outline-emerald-900\/10 {
  outline-color: rgb(6 78 59 / 0.1);
}
.outline-emerald-900\/100 {
  outline-color: rgb(6 78 59 / 1);
}
.outline-emerald-900\/15 {
  outline-color: rgb(6 78 59 / 0.15);
}
.outline-emerald-900\/20 {
  outline-color: rgb(6 78 59 / 0.2);
}
.outline-emerald-900\/25 {
  outline-color: rgb(6 78 59 / 0.25);
}
.outline-emerald-900\/30 {
  outline-color: rgb(6 78 59 / 0.3);
}
.outline-emerald-900\/35 {
  outline-color: rgb(6 78 59 / 0.35);
}
.outline-emerald-900\/40 {
  outline-color: rgb(6 78 59 / 0.4);
}
.outline-emerald-900\/45 {
  outline-color: rgb(6 78 59 / 0.45);
}
.outline-emerald-900\/5 {
  outline-color: rgb(6 78 59 / 0.05);
}
.outline-emerald-900\/50 {
  outline-color: rgb(6 78 59 / 0.5);
}
.outline-emerald-900\/55 {
  outline-color: rgb(6 78 59 / 0.55);
}
.outline-emerald-900\/60 {
  outline-color: rgb(6 78 59 / 0.6);
}
.outline-emerald-900\/65 {
  outline-color: rgb(6 78 59 / 0.65);
}
.outline-emerald-900\/70 {
  outline-color: rgb(6 78 59 / 0.7);
}
.outline-emerald-900\/75 {
  outline-color: rgb(6 78 59 / 0.75);
}
.outline-emerald-900\/80 {
  outline-color: rgb(6 78 59 / 0.8);
}
.outline-emerald-900\/85 {
  outline-color: rgb(6 78 59 / 0.85);
}
.outline-emerald-900\/90 {
  outline-color: rgb(6 78 59 / 0.9);
}
.outline-emerald-900\/95 {
  outline-color: rgb(6 78 59 / 0.95);
}
.outline-emerald-950 {
  outline-color: #022c22;
}
.outline-emerald-950\/0 {
  outline-color: rgb(2 44 34 / 0);
}
.outline-emerald-950\/10 {
  outline-color: rgb(2 44 34 / 0.1);
}
.outline-emerald-950\/100 {
  outline-color: rgb(2 44 34 / 1);
}
.outline-emerald-950\/15 {
  outline-color: rgb(2 44 34 / 0.15);
}
.outline-emerald-950\/20 {
  outline-color: rgb(2 44 34 / 0.2);
}
.outline-emerald-950\/25 {
  outline-color: rgb(2 44 34 / 0.25);
}
.outline-emerald-950\/30 {
  outline-color: rgb(2 44 34 / 0.3);
}
.outline-emerald-950\/35 {
  outline-color: rgb(2 44 34 / 0.35);
}
.outline-emerald-950\/40 {
  outline-color: rgb(2 44 34 / 0.4);
}
.outline-emerald-950\/45 {
  outline-color: rgb(2 44 34 / 0.45);
}
.outline-emerald-950\/5 {
  outline-color: rgb(2 44 34 / 0.05);
}
.outline-emerald-950\/50 {
  outline-color: rgb(2 44 34 / 0.5);
}
.outline-emerald-950\/55 {
  outline-color: rgb(2 44 34 / 0.55);
}
.outline-emerald-950\/60 {
  outline-color: rgb(2 44 34 / 0.6);
}
.outline-emerald-950\/65 {
  outline-color: rgb(2 44 34 / 0.65);
}
.outline-emerald-950\/70 {
  outline-color: rgb(2 44 34 / 0.7);
}
.outline-emerald-950\/75 {
  outline-color: rgb(2 44 34 / 0.75);
}
.outline-emerald-950\/80 {
  outline-color: rgb(2 44 34 / 0.8);
}
.outline-emerald-950\/85 {
  outline-color: rgb(2 44 34 / 0.85);
}
.outline-emerald-950\/90 {
  outline-color: rgb(2 44 34 / 0.9);
}
.outline-emerald-950\/95 {
  outline-color: rgb(2 44 34 / 0.95);
}
.outline-fuchsia-100 {
  outline-color: #fae8ff;
}
.outline-fuchsia-100\/0 {
  outline-color: rgb(250 232 255 / 0);
}
.outline-fuchsia-100\/10 {
  outline-color: rgb(250 232 255 / 0.1);
}
.outline-fuchsia-100\/100 {
  outline-color: rgb(250 232 255 / 1);
}
.outline-fuchsia-100\/15 {
  outline-color: rgb(250 232 255 / 0.15);
}
.outline-fuchsia-100\/20 {
  outline-color: rgb(250 232 255 / 0.2);
}
.outline-fuchsia-100\/25 {
  outline-color: rgb(250 232 255 / 0.25);
}
.outline-fuchsia-100\/30 {
  outline-color: rgb(250 232 255 / 0.3);
}
.outline-fuchsia-100\/35 {
  outline-color: rgb(250 232 255 / 0.35);
}
.outline-fuchsia-100\/40 {
  outline-color: rgb(250 232 255 / 0.4);
}
.outline-fuchsia-100\/45 {
  outline-color: rgb(250 232 255 / 0.45);
}
.outline-fuchsia-100\/5 {
  outline-color: rgb(250 232 255 / 0.05);
}
.outline-fuchsia-100\/50 {
  outline-color: rgb(250 232 255 / 0.5);
}
.outline-fuchsia-100\/55 {
  outline-color: rgb(250 232 255 / 0.55);
}
.outline-fuchsia-100\/60 {
  outline-color: rgb(250 232 255 / 0.6);
}
.outline-fuchsia-100\/65 {
  outline-color: rgb(250 232 255 / 0.65);
}
.outline-fuchsia-100\/70 {
  outline-color: rgb(250 232 255 / 0.7);
}
.outline-fuchsia-100\/75 {
  outline-color: rgb(250 232 255 / 0.75);
}
.outline-fuchsia-100\/80 {
  outline-color: rgb(250 232 255 / 0.8);
}
.outline-fuchsia-100\/85 {
  outline-color: rgb(250 232 255 / 0.85);
}
.outline-fuchsia-100\/90 {
  outline-color: rgb(250 232 255 / 0.9);
}
.outline-fuchsia-100\/95 {
  outline-color: rgb(250 232 255 / 0.95);
}
.outline-fuchsia-200 {
  outline-color: #f5d0fe;
}
.outline-fuchsia-200\/0 {
  outline-color: rgb(245 208 254 / 0);
}
.outline-fuchsia-200\/10 {
  outline-color: rgb(245 208 254 / 0.1);
}
.outline-fuchsia-200\/100 {
  outline-color: rgb(245 208 254 / 1);
}
.outline-fuchsia-200\/15 {
  outline-color: rgb(245 208 254 / 0.15);
}
.outline-fuchsia-200\/20 {
  outline-color: rgb(245 208 254 / 0.2);
}
.outline-fuchsia-200\/25 {
  outline-color: rgb(245 208 254 / 0.25);
}
.outline-fuchsia-200\/30 {
  outline-color: rgb(245 208 254 / 0.3);
}
.outline-fuchsia-200\/35 {
  outline-color: rgb(245 208 254 / 0.35);
}
.outline-fuchsia-200\/40 {
  outline-color: rgb(245 208 254 / 0.4);
}
.outline-fuchsia-200\/45 {
  outline-color: rgb(245 208 254 / 0.45);
}
.outline-fuchsia-200\/5 {
  outline-color: rgb(245 208 254 / 0.05);
}
.outline-fuchsia-200\/50 {
  outline-color: rgb(245 208 254 / 0.5);
}
.outline-fuchsia-200\/55 {
  outline-color: rgb(245 208 254 / 0.55);
}
.outline-fuchsia-200\/60 {
  outline-color: rgb(245 208 254 / 0.6);
}
.outline-fuchsia-200\/65 {
  outline-color: rgb(245 208 254 / 0.65);
}
.outline-fuchsia-200\/70 {
  outline-color: rgb(245 208 254 / 0.7);
}
.outline-fuchsia-200\/75 {
  outline-color: rgb(245 208 254 / 0.75);
}
.outline-fuchsia-200\/80 {
  outline-color: rgb(245 208 254 / 0.8);
}
.outline-fuchsia-200\/85 {
  outline-color: rgb(245 208 254 / 0.85);
}
.outline-fuchsia-200\/90 {
  outline-color: rgb(245 208 254 / 0.9);
}
.outline-fuchsia-200\/95 {
  outline-color: rgb(245 208 254 / 0.95);
}
.outline-fuchsia-300 {
  outline-color: #f0abfc;
}
.outline-fuchsia-300\/0 {
  outline-color: rgb(240 171 252 / 0);
}
.outline-fuchsia-300\/10 {
  outline-color: rgb(240 171 252 / 0.1);
}
.outline-fuchsia-300\/100 {
  outline-color: rgb(240 171 252 / 1);
}
.outline-fuchsia-300\/15 {
  outline-color: rgb(240 171 252 / 0.15);
}
.outline-fuchsia-300\/20 {
  outline-color: rgb(240 171 252 / 0.2);
}
.outline-fuchsia-300\/25 {
  outline-color: rgb(240 171 252 / 0.25);
}
.outline-fuchsia-300\/30 {
  outline-color: rgb(240 171 252 / 0.3);
}
.outline-fuchsia-300\/35 {
  outline-color: rgb(240 171 252 / 0.35);
}
.outline-fuchsia-300\/40 {
  outline-color: rgb(240 171 252 / 0.4);
}
.outline-fuchsia-300\/45 {
  outline-color: rgb(240 171 252 / 0.45);
}
.outline-fuchsia-300\/5 {
  outline-color: rgb(240 171 252 / 0.05);
}
.outline-fuchsia-300\/50 {
  outline-color: rgb(240 171 252 / 0.5);
}
.outline-fuchsia-300\/55 {
  outline-color: rgb(240 171 252 / 0.55);
}
.outline-fuchsia-300\/60 {
  outline-color: rgb(240 171 252 / 0.6);
}
.outline-fuchsia-300\/65 {
  outline-color: rgb(240 171 252 / 0.65);
}
.outline-fuchsia-300\/70 {
  outline-color: rgb(240 171 252 / 0.7);
}
.outline-fuchsia-300\/75 {
  outline-color: rgb(240 171 252 / 0.75);
}
.outline-fuchsia-300\/80 {
  outline-color: rgb(240 171 252 / 0.8);
}
.outline-fuchsia-300\/85 {
  outline-color: rgb(240 171 252 / 0.85);
}
.outline-fuchsia-300\/90 {
  outline-color: rgb(240 171 252 / 0.9);
}
.outline-fuchsia-300\/95 {
  outline-color: rgb(240 171 252 / 0.95);
}
.outline-fuchsia-400 {
  outline-color: #e879f9;
}
.outline-fuchsia-400\/0 {
  outline-color: rgb(232 121 249 / 0);
}
.outline-fuchsia-400\/10 {
  outline-color: rgb(232 121 249 / 0.1);
}
.outline-fuchsia-400\/100 {
  outline-color: rgb(232 121 249 / 1);
}
.outline-fuchsia-400\/15 {
  outline-color: rgb(232 121 249 / 0.15);
}
.outline-fuchsia-400\/20 {
  outline-color: rgb(232 121 249 / 0.2);
}
.outline-fuchsia-400\/25 {
  outline-color: rgb(232 121 249 / 0.25);
}
.outline-fuchsia-400\/30 {
  outline-color: rgb(232 121 249 / 0.3);
}
.outline-fuchsia-400\/35 {
  outline-color: rgb(232 121 249 / 0.35);
}
.outline-fuchsia-400\/40 {
  outline-color: rgb(232 121 249 / 0.4);
}
.outline-fuchsia-400\/45 {
  outline-color: rgb(232 121 249 / 0.45);
}
.outline-fuchsia-400\/5 {
  outline-color: rgb(232 121 249 / 0.05);
}
.outline-fuchsia-400\/50 {
  outline-color: rgb(232 121 249 / 0.5);
}
.outline-fuchsia-400\/55 {
  outline-color: rgb(232 121 249 / 0.55);
}
.outline-fuchsia-400\/60 {
  outline-color: rgb(232 121 249 / 0.6);
}
.outline-fuchsia-400\/65 {
  outline-color: rgb(232 121 249 / 0.65);
}
.outline-fuchsia-400\/70 {
  outline-color: rgb(232 121 249 / 0.7);
}
.outline-fuchsia-400\/75 {
  outline-color: rgb(232 121 249 / 0.75);
}
.outline-fuchsia-400\/80 {
  outline-color: rgb(232 121 249 / 0.8);
}
.outline-fuchsia-400\/85 {
  outline-color: rgb(232 121 249 / 0.85);
}
.outline-fuchsia-400\/90 {
  outline-color: rgb(232 121 249 / 0.9);
}
.outline-fuchsia-400\/95 {
  outline-color: rgb(232 121 249 / 0.95);
}
.outline-fuchsia-50 {
  outline-color: #fdf4ff;
}
.outline-fuchsia-50\/0 {
  outline-color: rgb(253 244 255 / 0);
}
.outline-fuchsia-50\/10 {
  outline-color: rgb(253 244 255 / 0.1);
}
.outline-fuchsia-50\/100 {
  outline-color: rgb(253 244 255 / 1);
}
.outline-fuchsia-50\/15 {
  outline-color: rgb(253 244 255 / 0.15);
}
.outline-fuchsia-50\/20 {
  outline-color: rgb(253 244 255 / 0.2);
}
.outline-fuchsia-50\/25 {
  outline-color: rgb(253 244 255 / 0.25);
}
.outline-fuchsia-50\/30 {
  outline-color: rgb(253 244 255 / 0.3);
}
.outline-fuchsia-50\/35 {
  outline-color: rgb(253 244 255 / 0.35);
}
.outline-fuchsia-50\/40 {
  outline-color: rgb(253 244 255 / 0.4);
}
.outline-fuchsia-50\/45 {
  outline-color: rgb(253 244 255 / 0.45);
}
.outline-fuchsia-50\/5 {
  outline-color: rgb(253 244 255 / 0.05);
}
.outline-fuchsia-50\/50 {
  outline-color: rgb(253 244 255 / 0.5);
}
.outline-fuchsia-50\/55 {
  outline-color: rgb(253 244 255 / 0.55);
}
.outline-fuchsia-50\/60 {
  outline-color: rgb(253 244 255 / 0.6);
}
.outline-fuchsia-50\/65 {
  outline-color: rgb(253 244 255 / 0.65);
}
.outline-fuchsia-50\/70 {
  outline-color: rgb(253 244 255 / 0.7);
}
.outline-fuchsia-50\/75 {
  outline-color: rgb(253 244 255 / 0.75);
}
.outline-fuchsia-50\/80 {
  outline-color: rgb(253 244 255 / 0.8);
}
.outline-fuchsia-50\/85 {
  outline-color: rgb(253 244 255 / 0.85);
}
.outline-fuchsia-50\/90 {
  outline-color: rgb(253 244 255 / 0.9);
}
.outline-fuchsia-50\/95 {
  outline-color: rgb(253 244 255 / 0.95);
}
.outline-fuchsia-500 {
  outline-color: #d946ef;
}
.outline-fuchsia-500\/0 {
  outline-color: rgb(217 70 239 / 0);
}
.outline-fuchsia-500\/10 {
  outline-color: rgb(217 70 239 / 0.1);
}
.outline-fuchsia-500\/100 {
  outline-color: rgb(217 70 239 / 1);
}
.outline-fuchsia-500\/15 {
  outline-color: rgb(217 70 239 / 0.15);
}
.outline-fuchsia-500\/20 {
  outline-color: rgb(217 70 239 / 0.2);
}
.outline-fuchsia-500\/25 {
  outline-color: rgb(217 70 239 / 0.25);
}
.outline-fuchsia-500\/30 {
  outline-color: rgb(217 70 239 / 0.3);
}
.outline-fuchsia-500\/35 {
  outline-color: rgb(217 70 239 / 0.35);
}
.outline-fuchsia-500\/40 {
  outline-color: rgb(217 70 239 / 0.4);
}
.outline-fuchsia-500\/45 {
  outline-color: rgb(217 70 239 / 0.45);
}
.outline-fuchsia-500\/5 {
  outline-color: rgb(217 70 239 / 0.05);
}
.outline-fuchsia-500\/50 {
  outline-color: rgb(217 70 239 / 0.5);
}
.outline-fuchsia-500\/55 {
  outline-color: rgb(217 70 239 / 0.55);
}
.outline-fuchsia-500\/60 {
  outline-color: rgb(217 70 239 / 0.6);
}
.outline-fuchsia-500\/65 {
  outline-color: rgb(217 70 239 / 0.65);
}
.outline-fuchsia-500\/70 {
  outline-color: rgb(217 70 239 / 0.7);
}
.outline-fuchsia-500\/75 {
  outline-color: rgb(217 70 239 / 0.75);
}
.outline-fuchsia-500\/80 {
  outline-color: rgb(217 70 239 / 0.8);
}
.outline-fuchsia-500\/85 {
  outline-color: rgb(217 70 239 / 0.85);
}
.outline-fuchsia-500\/90 {
  outline-color: rgb(217 70 239 / 0.9);
}
.outline-fuchsia-500\/95 {
  outline-color: rgb(217 70 239 / 0.95);
}
.outline-fuchsia-600 {
  outline-color: #c026d3;
}
.outline-fuchsia-600\/0 {
  outline-color: rgb(192 38 211 / 0);
}
.outline-fuchsia-600\/10 {
  outline-color: rgb(192 38 211 / 0.1);
}
.outline-fuchsia-600\/100 {
  outline-color: rgb(192 38 211 / 1);
}
.outline-fuchsia-600\/15 {
  outline-color: rgb(192 38 211 / 0.15);
}
.outline-fuchsia-600\/20 {
  outline-color: rgb(192 38 211 / 0.2);
}
.outline-fuchsia-600\/25 {
  outline-color: rgb(192 38 211 / 0.25);
}
.outline-fuchsia-600\/30 {
  outline-color: rgb(192 38 211 / 0.3);
}
.outline-fuchsia-600\/35 {
  outline-color: rgb(192 38 211 / 0.35);
}
.outline-fuchsia-600\/40 {
  outline-color: rgb(192 38 211 / 0.4);
}
.outline-fuchsia-600\/45 {
  outline-color: rgb(192 38 211 / 0.45);
}
.outline-fuchsia-600\/5 {
  outline-color: rgb(192 38 211 / 0.05);
}
.outline-fuchsia-600\/50 {
  outline-color: rgb(192 38 211 / 0.5);
}
.outline-fuchsia-600\/55 {
  outline-color: rgb(192 38 211 / 0.55);
}
.outline-fuchsia-600\/60 {
  outline-color: rgb(192 38 211 / 0.6);
}
.outline-fuchsia-600\/65 {
  outline-color: rgb(192 38 211 / 0.65);
}
.outline-fuchsia-600\/70 {
  outline-color: rgb(192 38 211 / 0.7);
}
.outline-fuchsia-600\/75 {
  outline-color: rgb(192 38 211 / 0.75);
}
.outline-fuchsia-600\/80 {
  outline-color: rgb(192 38 211 / 0.8);
}
.outline-fuchsia-600\/85 {
  outline-color: rgb(192 38 211 / 0.85);
}
.outline-fuchsia-600\/90 {
  outline-color: rgb(192 38 211 / 0.9);
}
.outline-fuchsia-600\/95 {
  outline-color: rgb(192 38 211 / 0.95);
}
.outline-fuchsia-700 {
  outline-color: #a21caf;
}
.outline-fuchsia-700\/0 {
  outline-color: rgb(162 28 175 / 0);
}
.outline-fuchsia-700\/10 {
  outline-color: rgb(162 28 175 / 0.1);
}
.outline-fuchsia-700\/100 {
  outline-color: rgb(162 28 175 / 1);
}
.outline-fuchsia-700\/15 {
  outline-color: rgb(162 28 175 / 0.15);
}
.outline-fuchsia-700\/20 {
  outline-color: rgb(162 28 175 / 0.2);
}
.outline-fuchsia-700\/25 {
  outline-color: rgb(162 28 175 / 0.25);
}
.outline-fuchsia-700\/30 {
  outline-color: rgb(162 28 175 / 0.3);
}
.outline-fuchsia-700\/35 {
  outline-color: rgb(162 28 175 / 0.35);
}
.outline-fuchsia-700\/40 {
  outline-color: rgb(162 28 175 / 0.4);
}
.outline-fuchsia-700\/45 {
  outline-color: rgb(162 28 175 / 0.45);
}
.outline-fuchsia-700\/5 {
  outline-color: rgb(162 28 175 / 0.05);
}
.outline-fuchsia-700\/50 {
  outline-color: rgb(162 28 175 / 0.5);
}
.outline-fuchsia-700\/55 {
  outline-color: rgb(162 28 175 / 0.55);
}
.outline-fuchsia-700\/60 {
  outline-color: rgb(162 28 175 / 0.6);
}
.outline-fuchsia-700\/65 {
  outline-color: rgb(162 28 175 / 0.65);
}
.outline-fuchsia-700\/70 {
  outline-color: rgb(162 28 175 / 0.7);
}
.outline-fuchsia-700\/75 {
  outline-color: rgb(162 28 175 / 0.75);
}
.outline-fuchsia-700\/80 {
  outline-color: rgb(162 28 175 / 0.8);
}
.outline-fuchsia-700\/85 {
  outline-color: rgb(162 28 175 / 0.85);
}
.outline-fuchsia-700\/90 {
  outline-color: rgb(162 28 175 / 0.9);
}
.outline-fuchsia-700\/95 {
  outline-color: rgb(162 28 175 / 0.95);
}
.outline-fuchsia-800 {
  outline-color: #86198f;
}
.outline-fuchsia-800\/0 {
  outline-color: rgb(134 25 143 / 0);
}
.outline-fuchsia-800\/10 {
  outline-color: rgb(134 25 143 / 0.1);
}
.outline-fuchsia-800\/100 {
  outline-color: rgb(134 25 143 / 1);
}
.outline-fuchsia-800\/15 {
  outline-color: rgb(134 25 143 / 0.15);
}
.outline-fuchsia-800\/20 {
  outline-color: rgb(134 25 143 / 0.2);
}
.outline-fuchsia-800\/25 {
  outline-color: rgb(134 25 143 / 0.25);
}
.outline-fuchsia-800\/30 {
  outline-color: rgb(134 25 143 / 0.3);
}
.outline-fuchsia-800\/35 {
  outline-color: rgb(134 25 143 / 0.35);
}
.outline-fuchsia-800\/40 {
  outline-color: rgb(134 25 143 / 0.4);
}
.outline-fuchsia-800\/45 {
  outline-color: rgb(134 25 143 / 0.45);
}
.outline-fuchsia-800\/5 {
  outline-color: rgb(134 25 143 / 0.05);
}
.outline-fuchsia-800\/50 {
  outline-color: rgb(134 25 143 / 0.5);
}
.outline-fuchsia-800\/55 {
  outline-color: rgb(134 25 143 / 0.55);
}
.outline-fuchsia-800\/60 {
  outline-color: rgb(134 25 143 / 0.6);
}
.outline-fuchsia-800\/65 {
  outline-color: rgb(134 25 143 / 0.65);
}
.outline-fuchsia-800\/70 {
  outline-color: rgb(134 25 143 / 0.7);
}
.outline-fuchsia-800\/75 {
  outline-color: rgb(134 25 143 / 0.75);
}
.outline-fuchsia-800\/80 {
  outline-color: rgb(134 25 143 / 0.8);
}
.outline-fuchsia-800\/85 {
  outline-color: rgb(134 25 143 / 0.85);
}
.outline-fuchsia-800\/90 {
  outline-color: rgb(134 25 143 / 0.9);
}
.outline-fuchsia-800\/95 {
  outline-color: rgb(134 25 143 / 0.95);
}
.outline-fuchsia-900 {
  outline-color: #701a75;
}
.outline-fuchsia-900\/0 {
  outline-color: rgb(112 26 117 / 0);
}
.outline-fuchsia-900\/10 {
  outline-color: rgb(112 26 117 / 0.1);
}
.outline-fuchsia-900\/100 {
  outline-color: rgb(112 26 117 / 1);
}
.outline-fuchsia-900\/15 {
  outline-color: rgb(112 26 117 / 0.15);
}
.outline-fuchsia-900\/20 {
  outline-color: rgb(112 26 117 / 0.2);
}
.outline-fuchsia-900\/25 {
  outline-color: rgb(112 26 117 / 0.25);
}
.outline-fuchsia-900\/30 {
  outline-color: rgb(112 26 117 / 0.3);
}
.outline-fuchsia-900\/35 {
  outline-color: rgb(112 26 117 / 0.35);
}
.outline-fuchsia-900\/40 {
  outline-color: rgb(112 26 117 / 0.4);
}
.outline-fuchsia-900\/45 {
  outline-color: rgb(112 26 117 / 0.45);
}
.outline-fuchsia-900\/5 {
  outline-color: rgb(112 26 117 / 0.05);
}
.outline-fuchsia-900\/50 {
  outline-color: rgb(112 26 117 / 0.5);
}
.outline-fuchsia-900\/55 {
  outline-color: rgb(112 26 117 / 0.55);
}
.outline-fuchsia-900\/60 {
  outline-color: rgb(112 26 117 / 0.6);
}
.outline-fuchsia-900\/65 {
  outline-color: rgb(112 26 117 / 0.65);
}
.outline-fuchsia-900\/70 {
  outline-color: rgb(112 26 117 / 0.7);
}
.outline-fuchsia-900\/75 {
  outline-color: rgb(112 26 117 / 0.75);
}
.outline-fuchsia-900\/80 {
  outline-color: rgb(112 26 117 / 0.8);
}
.outline-fuchsia-900\/85 {
  outline-color: rgb(112 26 117 / 0.85);
}
.outline-fuchsia-900\/90 {
  outline-color: rgb(112 26 117 / 0.9);
}
.outline-fuchsia-900\/95 {
  outline-color: rgb(112 26 117 / 0.95);
}
.outline-fuchsia-950 {
  outline-color: #4a044e;
}
.outline-fuchsia-950\/0 {
  outline-color: rgb(74 4 78 / 0);
}
.outline-fuchsia-950\/10 {
  outline-color: rgb(74 4 78 / 0.1);
}
.outline-fuchsia-950\/100 {
  outline-color: rgb(74 4 78 / 1);
}
.outline-fuchsia-950\/15 {
  outline-color: rgb(74 4 78 / 0.15);
}
.outline-fuchsia-950\/20 {
  outline-color: rgb(74 4 78 / 0.2);
}
.outline-fuchsia-950\/25 {
  outline-color: rgb(74 4 78 / 0.25);
}
.outline-fuchsia-950\/30 {
  outline-color: rgb(74 4 78 / 0.3);
}
.outline-fuchsia-950\/35 {
  outline-color: rgb(74 4 78 / 0.35);
}
.outline-fuchsia-950\/40 {
  outline-color: rgb(74 4 78 / 0.4);
}
.outline-fuchsia-950\/45 {
  outline-color: rgb(74 4 78 / 0.45);
}
.outline-fuchsia-950\/5 {
  outline-color: rgb(74 4 78 / 0.05);
}
.outline-fuchsia-950\/50 {
  outline-color: rgb(74 4 78 / 0.5);
}
.outline-fuchsia-950\/55 {
  outline-color: rgb(74 4 78 / 0.55);
}
.outline-fuchsia-950\/60 {
  outline-color: rgb(74 4 78 / 0.6);
}
.outline-fuchsia-950\/65 {
  outline-color: rgb(74 4 78 / 0.65);
}
.outline-fuchsia-950\/70 {
  outline-color: rgb(74 4 78 / 0.7);
}
.outline-fuchsia-950\/75 {
  outline-color: rgb(74 4 78 / 0.75);
}
.outline-fuchsia-950\/80 {
  outline-color: rgb(74 4 78 / 0.8);
}
.outline-fuchsia-950\/85 {
  outline-color: rgb(74 4 78 / 0.85);
}
.outline-fuchsia-950\/90 {
  outline-color: rgb(74 4 78 / 0.9);
}
.outline-fuchsia-950\/95 {
  outline-color: rgb(74 4 78 / 0.95);
}
.outline-gray-100 {
  outline-color: #f3f4f6;
}
.outline-gray-100\/0 {
  outline-color: rgb(243 244 246 / 0);
}
.outline-gray-100\/10 {
  outline-color: rgb(243 244 246 / 0.1);
}
.outline-gray-100\/100 {
  outline-color: rgb(243 244 246 / 1);
}
.outline-gray-100\/15 {
  outline-color: rgb(243 244 246 / 0.15);
}
.outline-gray-100\/20 {
  outline-color: rgb(243 244 246 / 0.2);
}
.outline-gray-100\/25 {
  outline-color: rgb(243 244 246 / 0.25);
}
.outline-gray-100\/30 {
  outline-color: rgb(243 244 246 / 0.3);
}
.outline-gray-100\/35 {
  outline-color: rgb(243 244 246 / 0.35);
}
.outline-gray-100\/40 {
  outline-color: rgb(243 244 246 / 0.4);
}
.outline-gray-100\/45 {
  outline-color: rgb(243 244 246 / 0.45);
}
.outline-gray-100\/5 {
  outline-color: rgb(243 244 246 / 0.05);
}
.outline-gray-100\/50 {
  outline-color: rgb(243 244 246 / 0.5);
}
.outline-gray-100\/55 {
  outline-color: rgb(243 244 246 / 0.55);
}
.outline-gray-100\/60 {
  outline-color: rgb(243 244 246 / 0.6);
}
.outline-gray-100\/65 {
  outline-color: rgb(243 244 246 / 0.65);
}
.outline-gray-100\/70 {
  outline-color: rgb(243 244 246 / 0.7);
}
.outline-gray-100\/75 {
  outline-color: rgb(243 244 246 / 0.75);
}
.outline-gray-100\/80 {
  outline-color: rgb(243 244 246 / 0.8);
}
.outline-gray-100\/85 {
  outline-color: rgb(243 244 246 / 0.85);
}
.outline-gray-100\/90 {
  outline-color: rgb(243 244 246 / 0.9);
}
.outline-gray-100\/95 {
  outline-color: rgb(243 244 246 / 0.95);
}
.outline-gray-200 {
  outline-color: #e5e7eb;
}
.outline-gray-200\/0 {
  outline-color: rgb(229 231 235 / 0);
}
.outline-gray-200\/10 {
  outline-color: rgb(229 231 235 / 0.1);
}
.outline-gray-200\/100 {
  outline-color: rgb(229 231 235 / 1);
}
.outline-gray-200\/15 {
  outline-color: rgb(229 231 235 / 0.15);
}
.outline-gray-200\/20 {
  outline-color: rgb(229 231 235 / 0.2);
}
.outline-gray-200\/25 {
  outline-color: rgb(229 231 235 / 0.25);
}
.outline-gray-200\/30 {
  outline-color: rgb(229 231 235 / 0.3);
}
.outline-gray-200\/35 {
  outline-color: rgb(229 231 235 / 0.35);
}
.outline-gray-200\/40 {
  outline-color: rgb(229 231 235 / 0.4);
}
.outline-gray-200\/45 {
  outline-color: rgb(229 231 235 / 0.45);
}
.outline-gray-200\/5 {
  outline-color: rgb(229 231 235 / 0.05);
}
.outline-gray-200\/50 {
  outline-color: rgb(229 231 235 / 0.5);
}
.outline-gray-200\/55 {
  outline-color: rgb(229 231 235 / 0.55);
}
.outline-gray-200\/60 {
  outline-color: rgb(229 231 235 / 0.6);
}
.outline-gray-200\/65 {
  outline-color: rgb(229 231 235 / 0.65);
}
.outline-gray-200\/70 {
  outline-color: rgb(229 231 235 / 0.7);
}
.outline-gray-200\/75 {
  outline-color: rgb(229 231 235 / 0.75);
}
.outline-gray-200\/80 {
  outline-color: rgb(229 231 235 / 0.8);
}
.outline-gray-200\/85 {
  outline-color: rgb(229 231 235 / 0.85);
}
.outline-gray-200\/90 {
  outline-color: rgb(229 231 235 / 0.9);
}
.outline-gray-200\/95 {
  outline-color: rgb(229 231 235 / 0.95);
}
.outline-gray-300 {
  outline-color: #d1d5db;
}
.outline-gray-300\/0 {
  outline-color: rgb(209 213 219 / 0);
}
.outline-gray-300\/10 {
  outline-color: rgb(209 213 219 / 0.1);
}
.outline-gray-300\/100 {
  outline-color: rgb(209 213 219 / 1);
}
.outline-gray-300\/15 {
  outline-color: rgb(209 213 219 / 0.15);
}
.outline-gray-300\/20 {
  outline-color: rgb(209 213 219 / 0.2);
}
.outline-gray-300\/25 {
  outline-color: rgb(209 213 219 / 0.25);
}
.outline-gray-300\/30 {
  outline-color: rgb(209 213 219 / 0.3);
}
.outline-gray-300\/35 {
  outline-color: rgb(209 213 219 / 0.35);
}
.outline-gray-300\/40 {
  outline-color: rgb(209 213 219 / 0.4);
}
.outline-gray-300\/45 {
  outline-color: rgb(209 213 219 / 0.45);
}
.outline-gray-300\/5 {
  outline-color: rgb(209 213 219 / 0.05);
}
.outline-gray-300\/50 {
  outline-color: rgb(209 213 219 / 0.5);
}
.outline-gray-300\/55 {
  outline-color: rgb(209 213 219 / 0.55);
}
.outline-gray-300\/60 {
  outline-color: rgb(209 213 219 / 0.6);
}
.outline-gray-300\/65 {
  outline-color: rgb(209 213 219 / 0.65);
}
.outline-gray-300\/70 {
  outline-color: rgb(209 213 219 / 0.7);
}
.outline-gray-300\/75 {
  outline-color: rgb(209 213 219 / 0.75);
}
.outline-gray-300\/80 {
  outline-color: rgb(209 213 219 / 0.8);
}
.outline-gray-300\/85 {
  outline-color: rgb(209 213 219 / 0.85);
}
.outline-gray-300\/90 {
  outline-color: rgb(209 213 219 / 0.9);
}
.outline-gray-300\/95 {
  outline-color: rgb(209 213 219 / 0.95);
}
.outline-gray-400 {
  outline-color: #9ca3af;
}
.outline-gray-400\/0 {
  outline-color: rgb(156 163 175 / 0);
}
.outline-gray-400\/10 {
  outline-color: rgb(156 163 175 / 0.1);
}
.outline-gray-400\/100 {
  outline-color: rgb(156 163 175 / 1);
}
.outline-gray-400\/15 {
  outline-color: rgb(156 163 175 / 0.15);
}
.outline-gray-400\/20 {
  outline-color: rgb(156 163 175 / 0.2);
}
.outline-gray-400\/25 {
  outline-color: rgb(156 163 175 / 0.25);
}
.outline-gray-400\/30 {
  outline-color: rgb(156 163 175 / 0.3);
}
.outline-gray-400\/35 {
  outline-color: rgb(156 163 175 / 0.35);
}
.outline-gray-400\/40 {
  outline-color: rgb(156 163 175 / 0.4);
}
.outline-gray-400\/45 {
  outline-color: rgb(156 163 175 / 0.45);
}
.outline-gray-400\/5 {
  outline-color: rgb(156 163 175 / 0.05);
}
.outline-gray-400\/50 {
  outline-color: rgb(156 163 175 / 0.5);
}
.outline-gray-400\/55 {
  outline-color: rgb(156 163 175 / 0.55);
}
.outline-gray-400\/60 {
  outline-color: rgb(156 163 175 / 0.6);
}
.outline-gray-400\/65 {
  outline-color: rgb(156 163 175 / 0.65);
}
.outline-gray-400\/70 {
  outline-color: rgb(156 163 175 / 0.7);
}
.outline-gray-400\/75 {
  outline-color: rgb(156 163 175 / 0.75);
}
.outline-gray-400\/80 {
  outline-color: rgb(156 163 175 / 0.8);
}
.outline-gray-400\/85 {
  outline-color: rgb(156 163 175 / 0.85);
}
.outline-gray-400\/90 {
  outline-color: rgb(156 163 175 / 0.9);
}
.outline-gray-400\/95 {
  outline-color: rgb(156 163 175 / 0.95);
}
.outline-gray-50 {
  outline-color: #f9fafb;
}
.outline-gray-50\/0 {
  outline-color: rgb(249 250 251 / 0);
}
.outline-gray-50\/10 {
  outline-color: rgb(249 250 251 / 0.1);
}
.outline-gray-50\/100 {
  outline-color: rgb(249 250 251 / 1);
}
.outline-gray-50\/15 {
  outline-color: rgb(249 250 251 / 0.15);
}
.outline-gray-50\/20 {
  outline-color: rgb(249 250 251 / 0.2);
}
.outline-gray-50\/25 {
  outline-color: rgb(249 250 251 / 0.25);
}
.outline-gray-50\/30 {
  outline-color: rgb(249 250 251 / 0.3);
}
.outline-gray-50\/35 {
  outline-color: rgb(249 250 251 / 0.35);
}
.outline-gray-50\/40 {
  outline-color: rgb(249 250 251 / 0.4);
}
.outline-gray-50\/45 {
  outline-color: rgb(249 250 251 / 0.45);
}
.outline-gray-50\/5 {
  outline-color: rgb(249 250 251 / 0.05);
}
.outline-gray-50\/50 {
  outline-color: rgb(249 250 251 / 0.5);
}
.outline-gray-50\/55 {
  outline-color: rgb(249 250 251 / 0.55);
}
.outline-gray-50\/60 {
  outline-color: rgb(249 250 251 / 0.6);
}
.outline-gray-50\/65 {
  outline-color: rgb(249 250 251 / 0.65);
}
.outline-gray-50\/70 {
  outline-color: rgb(249 250 251 / 0.7);
}
.outline-gray-50\/75 {
  outline-color: rgb(249 250 251 / 0.75);
}
.outline-gray-50\/80 {
  outline-color: rgb(249 250 251 / 0.8);
}
.outline-gray-50\/85 {
  outline-color: rgb(249 250 251 / 0.85);
}
.outline-gray-50\/90 {
  outline-color: rgb(249 250 251 / 0.9);
}
.outline-gray-50\/95 {
  outline-color: rgb(249 250 251 / 0.95);
}
.outline-gray-500 {
  outline-color: #6b7280;
}
.outline-gray-500\/0 {
  outline-color: rgb(107 114 128 / 0);
}
.outline-gray-500\/10 {
  outline-color: rgb(107 114 128 / 0.1);
}
.outline-gray-500\/100 {
  outline-color: rgb(107 114 128 / 1);
}
.outline-gray-500\/15 {
  outline-color: rgb(107 114 128 / 0.15);
}
.outline-gray-500\/20 {
  outline-color: rgb(107 114 128 / 0.2);
}
.outline-gray-500\/25 {
  outline-color: rgb(107 114 128 / 0.25);
}
.outline-gray-500\/30 {
  outline-color: rgb(107 114 128 / 0.3);
}
.outline-gray-500\/35 {
  outline-color: rgb(107 114 128 / 0.35);
}
.outline-gray-500\/40 {
  outline-color: rgb(107 114 128 / 0.4);
}
.outline-gray-500\/45 {
  outline-color: rgb(107 114 128 / 0.45);
}
.outline-gray-500\/5 {
  outline-color: rgb(107 114 128 / 0.05);
}
.outline-gray-500\/50 {
  outline-color: rgb(107 114 128 / 0.5);
}
.outline-gray-500\/55 {
  outline-color: rgb(107 114 128 / 0.55);
}
.outline-gray-500\/60 {
  outline-color: rgb(107 114 128 / 0.6);
}
.outline-gray-500\/65 {
  outline-color: rgb(107 114 128 / 0.65);
}
.outline-gray-500\/70 {
  outline-color: rgb(107 114 128 / 0.7);
}
.outline-gray-500\/75 {
  outline-color: rgb(107 114 128 / 0.75);
}
.outline-gray-500\/80 {
  outline-color: rgb(107 114 128 / 0.8);
}
.outline-gray-500\/85 {
  outline-color: rgb(107 114 128 / 0.85);
}
.outline-gray-500\/90 {
  outline-color: rgb(107 114 128 / 0.9);
}
.outline-gray-500\/95 {
  outline-color: rgb(107 114 128 / 0.95);
}
.outline-gray-600 {
  outline-color: #4b5563;
}
.outline-gray-600\/0 {
  outline-color: rgb(75 85 99 / 0);
}
.outline-gray-600\/10 {
  outline-color: rgb(75 85 99 / 0.1);
}
.outline-gray-600\/100 {
  outline-color: rgb(75 85 99 / 1);
}
.outline-gray-600\/15 {
  outline-color: rgb(75 85 99 / 0.15);
}
.outline-gray-600\/20 {
  outline-color: rgb(75 85 99 / 0.2);
}
.outline-gray-600\/25 {
  outline-color: rgb(75 85 99 / 0.25);
}
.outline-gray-600\/30 {
  outline-color: rgb(75 85 99 / 0.3);
}
.outline-gray-600\/35 {
  outline-color: rgb(75 85 99 / 0.35);
}
.outline-gray-600\/40 {
  outline-color: rgb(75 85 99 / 0.4);
}
.outline-gray-600\/45 {
  outline-color: rgb(75 85 99 / 0.45);
}
.outline-gray-600\/5 {
  outline-color: rgb(75 85 99 / 0.05);
}
.outline-gray-600\/50 {
  outline-color: rgb(75 85 99 / 0.5);
}
.outline-gray-600\/55 {
  outline-color: rgb(75 85 99 / 0.55);
}
.outline-gray-600\/60 {
  outline-color: rgb(75 85 99 / 0.6);
}
.outline-gray-600\/65 {
  outline-color: rgb(75 85 99 / 0.65);
}
.outline-gray-600\/70 {
  outline-color: rgb(75 85 99 / 0.7);
}
.outline-gray-600\/75 {
  outline-color: rgb(75 85 99 / 0.75);
}
.outline-gray-600\/80 {
  outline-color: rgb(75 85 99 / 0.8);
}
.outline-gray-600\/85 {
  outline-color: rgb(75 85 99 / 0.85);
}
.outline-gray-600\/90 {
  outline-color: rgb(75 85 99 / 0.9);
}
.outline-gray-600\/95 {
  outline-color: rgb(75 85 99 / 0.95);
}
.outline-gray-700 {
  outline-color: #374151;
}
.outline-gray-700\/0 {
  outline-color: rgb(55 65 81 / 0);
}
.outline-gray-700\/10 {
  outline-color: rgb(55 65 81 / 0.1);
}
.outline-gray-700\/100 {
  outline-color: rgb(55 65 81 / 1);
}
.outline-gray-700\/15 {
  outline-color: rgb(55 65 81 / 0.15);
}
.outline-gray-700\/20 {
  outline-color: rgb(55 65 81 / 0.2);
}
.outline-gray-700\/25 {
  outline-color: rgb(55 65 81 / 0.25);
}
.outline-gray-700\/30 {
  outline-color: rgb(55 65 81 / 0.3);
}
.outline-gray-700\/35 {
  outline-color: rgb(55 65 81 / 0.35);
}
.outline-gray-700\/40 {
  outline-color: rgb(55 65 81 / 0.4);
}
.outline-gray-700\/45 {
  outline-color: rgb(55 65 81 / 0.45);
}
.outline-gray-700\/5 {
  outline-color: rgb(55 65 81 / 0.05);
}
.outline-gray-700\/50 {
  outline-color: rgb(55 65 81 / 0.5);
}
.outline-gray-700\/55 {
  outline-color: rgb(55 65 81 / 0.55);
}
.outline-gray-700\/60 {
  outline-color: rgb(55 65 81 / 0.6);
}
.outline-gray-700\/65 {
  outline-color: rgb(55 65 81 / 0.65);
}
.outline-gray-700\/70 {
  outline-color: rgb(55 65 81 / 0.7);
}
.outline-gray-700\/75 {
  outline-color: rgb(55 65 81 / 0.75);
}
.outline-gray-700\/80 {
  outline-color: rgb(55 65 81 / 0.8);
}
.outline-gray-700\/85 {
  outline-color: rgb(55 65 81 / 0.85);
}
.outline-gray-700\/90 {
  outline-color: rgb(55 65 81 / 0.9);
}
.outline-gray-700\/95 {
  outline-color: rgb(55 65 81 / 0.95);
}
.outline-gray-800 {
  outline-color: #1f2937;
}
.outline-gray-800\/0 {
  outline-color: rgb(31 41 55 / 0);
}
.outline-gray-800\/10 {
  outline-color: rgb(31 41 55 / 0.1);
}
.outline-gray-800\/100 {
  outline-color: rgb(31 41 55 / 1);
}
.outline-gray-800\/15 {
  outline-color: rgb(31 41 55 / 0.15);
}
.outline-gray-800\/20 {
  outline-color: rgb(31 41 55 / 0.2);
}
.outline-gray-800\/25 {
  outline-color: rgb(31 41 55 / 0.25);
}
.outline-gray-800\/30 {
  outline-color: rgb(31 41 55 / 0.3);
}
.outline-gray-800\/35 {
  outline-color: rgb(31 41 55 / 0.35);
}
.outline-gray-800\/40 {
  outline-color: rgb(31 41 55 / 0.4);
}
.outline-gray-800\/45 {
  outline-color: rgb(31 41 55 / 0.45);
}
.outline-gray-800\/5 {
  outline-color: rgb(31 41 55 / 0.05);
}
.outline-gray-800\/50 {
  outline-color: rgb(31 41 55 / 0.5);
}
.outline-gray-800\/55 {
  outline-color: rgb(31 41 55 / 0.55);
}
.outline-gray-800\/60 {
  outline-color: rgb(31 41 55 / 0.6);
}
.outline-gray-800\/65 {
  outline-color: rgb(31 41 55 / 0.65);
}
.outline-gray-800\/70 {
  outline-color: rgb(31 41 55 / 0.7);
}
.outline-gray-800\/75 {
  outline-color: rgb(31 41 55 / 0.75);
}
.outline-gray-800\/80 {
  outline-color: rgb(31 41 55 / 0.8);
}
.outline-gray-800\/85 {
  outline-color: rgb(31 41 55 / 0.85);
}
.outline-gray-800\/90 {
  outline-color: rgb(31 41 55 / 0.9);
}
.outline-gray-800\/95 {
  outline-color: rgb(31 41 55 / 0.95);
}
.outline-gray-900 {
  outline-color: #111827;
}
.outline-gray-900\/0 {
  outline-color: rgb(17 24 39 / 0);
}
.outline-gray-900\/10 {
  outline-color: rgb(17 24 39 / 0.1);
}
.outline-gray-900\/100 {
  outline-color: rgb(17 24 39 / 1);
}
.outline-gray-900\/15 {
  outline-color: rgb(17 24 39 / 0.15);
}
.outline-gray-900\/20 {
  outline-color: rgb(17 24 39 / 0.2);
}
.outline-gray-900\/25 {
  outline-color: rgb(17 24 39 / 0.25);
}
.outline-gray-900\/30 {
  outline-color: rgb(17 24 39 / 0.3);
}
.outline-gray-900\/35 {
  outline-color: rgb(17 24 39 / 0.35);
}
.outline-gray-900\/40 {
  outline-color: rgb(17 24 39 / 0.4);
}
.outline-gray-900\/45 {
  outline-color: rgb(17 24 39 / 0.45);
}
.outline-gray-900\/5 {
  outline-color: rgb(17 24 39 / 0.05);
}
.outline-gray-900\/50 {
  outline-color: rgb(17 24 39 / 0.5);
}
.outline-gray-900\/55 {
  outline-color: rgb(17 24 39 / 0.55);
}
.outline-gray-900\/60 {
  outline-color: rgb(17 24 39 / 0.6);
}
.outline-gray-900\/65 {
  outline-color: rgb(17 24 39 / 0.65);
}
.outline-gray-900\/70 {
  outline-color: rgb(17 24 39 / 0.7);
}
.outline-gray-900\/75 {
  outline-color: rgb(17 24 39 / 0.75);
}
.outline-gray-900\/80 {
  outline-color: rgb(17 24 39 / 0.8);
}
.outline-gray-900\/85 {
  outline-color: rgb(17 24 39 / 0.85);
}
.outline-gray-900\/90 {
  outline-color: rgb(17 24 39 / 0.9);
}
.outline-gray-900\/95 {
  outline-color: rgb(17 24 39 / 0.95);
}
.outline-gray-950 {
  outline-color: #030712;
}
.outline-gray-950\/0 {
  outline-color: rgb(3 7 18 / 0);
}
.outline-gray-950\/10 {
  outline-color: rgb(3 7 18 / 0.1);
}
.outline-gray-950\/100 {
  outline-color: rgb(3 7 18 / 1);
}
.outline-gray-950\/15 {
  outline-color: rgb(3 7 18 / 0.15);
}
.outline-gray-950\/20 {
  outline-color: rgb(3 7 18 / 0.2);
}
.outline-gray-950\/25 {
  outline-color: rgb(3 7 18 / 0.25);
}
.outline-gray-950\/30 {
  outline-color: rgb(3 7 18 / 0.3);
}
.outline-gray-950\/35 {
  outline-color: rgb(3 7 18 / 0.35);
}
.outline-gray-950\/40 {
  outline-color: rgb(3 7 18 / 0.4);
}
.outline-gray-950\/45 {
  outline-color: rgb(3 7 18 / 0.45);
}
.outline-gray-950\/5 {
  outline-color: rgb(3 7 18 / 0.05);
}
.outline-gray-950\/50 {
  outline-color: rgb(3 7 18 / 0.5);
}
.outline-gray-950\/55 {
  outline-color: rgb(3 7 18 / 0.55);
}
.outline-gray-950\/60 {
  outline-color: rgb(3 7 18 / 0.6);
}
.outline-gray-950\/65 {
  outline-color: rgb(3 7 18 / 0.65);
}
.outline-gray-950\/70 {
  outline-color: rgb(3 7 18 / 0.7);
}
.outline-gray-950\/75 {
  outline-color: rgb(3 7 18 / 0.75);
}
.outline-gray-950\/80 {
  outline-color: rgb(3 7 18 / 0.8);
}
.outline-gray-950\/85 {
  outline-color: rgb(3 7 18 / 0.85);
}
.outline-gray-950\/90 {
  outline-color: rgb(3 7 18 / 0.9);
}
.outline-gray-950\/95 {
  outline-color: rgb(3 7 18 / 0.95);
}
.outline-green-100 {
  outline-color: #dcfce7;
}
.outline-green-100\/0 {
  outline-color: rgb(220 252 231 / 0);
}
.outline-green-100\/10 {
  outline-color: rgb(220 252 231 / 0.1);
}
.outline-green-100\/100 {
  outline-color: rgb(220 252 231 / 1);
}
.outline-green-100\/15 {
  outline-color: rgb(220 252 231 / 0.15);
}
.outline-green-100\/20 {
  outline-color: rgb(220 252 231 / 0.2);
}
.outline-green-100\/25 {
  outline-color: rgb(220 252 231 / 0.25);
}
.outline-green-100\/30 {
  outline-color: rgb(220 252 231 / 0.3);
}
.outline-green-100\/35 {
  outline-color: rgb(220 252 231 / 0.35);
}
.outline-green-100\/40 {
  outline-color: rgb(220 252 231 / 0.4);
}
.outline-green-100\/45 {
  outline-color: rgb(220 252 231 / 0.45);
}
.outline-green-100\/5 {
  outline-color: rgb(220 252 231 / 0.05);
}
.outline-green-100\/50 {
  outline-color: rgb(220 252 231 / 0.5);
}
.outline-green-100\/55 {
  outline-color: rgb(220 252 231 / 0.55);
}
.outline-green-100\/60 {
  outline-color: rgb(220 252 231 / 0.6);
}
.outline-green-100\/65 {
  outline-color: rgb(220 252 231 / 0.65);
}
.outline-green-100\/70 {
  outline-color: rgb(220 252 231 / 0.7);
}
.outline-green-100\/75 {
  outline-color: rgb(220 252 231 / 0.75);
}
.outline-green-100\/80 {
  outline-color: rgb(220 252 231 / 0.8);
}
.outline-green-100\/85 {
  outline-color: rgb(220 252 231 / 0.85);
}
.outline-green-100\/90 {
  outline-color: rgb(220 252 231 / 0.9);
}
.outline-green-100\/95 {
  outline-color: rgb(220 252 231 / 0.95);
}
.outline-green-200 {
  outline-color: #bbf7d0;
}
.outline-green-200\/0 {
  outline-color: rgb(187 247 208 / 0);
}
.outline-green-200\/10 {
  outline-color: rgb(187 247 208 / 0.1);
}
.outline-green-200\/100 {
  outline-color: rgb(187 247 208 / 1);
}
.outline-green-200\/15 {
  outline-color: rgb(187 247 208 / 0.15);
}
.outline-green-200\/20 {
  outline-color: rgb(187 247 208 / 0.2);
}
.outline-green-200\/25 {
  outline-color: rgb(187 247 208 / 0.25);
}
.outline-green-200\/30 {
  outline-color: rgb(187 247 208 / 0.3);
}
.outline-green-200\/35 {
  outline-color: rgb(187 247 208 / 0.35);
}
.outline-green-200\/40 {
  outline-color: rgb(187 247 208 / 0.4);
}
.outline-green-200\/45 {
  outline-color: rgb(187 247 208 / 0.45);
}
.outline-green-200\/5 {
  outline-color: rgb(187 247 208 / 0.05);
}
.outline-green-200\/50 {
  outline-color: rgb(187 247 208 / 0.5);
}
.outline-green-200\/55 {
  outline-color: rgb(187 247 208 / 0.55);
}
.outline-green-200\/60 {
  outline-color: rgb(187 247 208 / 0.6);
}
.outline-green-200\/65 {
  outline-color: rgb(187 247 208 / 0.65);
}
.outline-green-200\/70 {
  outline-color: rgb(187 247 208 / 0.7);
}
.outline-green-200\/75 {
  outline-color: rgb(187 247 208 / 0.75);
}
.outline-green-200\/80 {
  outline-color: rgb(187 247 208 / 0.8);
}
.outline-green-200\/85 {
  outline-color: rgb(187 247 208 / 0.85);
}
.outline-green-200\/90 {
  outline-color: rgb(187 247 208 / 0.9);
}
.outline-green-200\/95 {
  outline-color: rgb(187 247 208 / 0.95);
}
.outline-green-300 {
  outline-color: #86efac;
}
.outline-green-300\/0 {
  outline-color: rgb(134 239 172 / 0);
}
.outline-green-300\/10 {
  outline-color: rgb(134 239 172 / 0.1);
}
.outline-green-300\/100 {
  outline-color: rgb(134 239 172 / 1);
}
.outline-green-300\/15 {
  outline-color: rgb(134 239 172 / 0.15);
}
.outline-green-300\/20 {
  outline-color: rgb(134 239 172 / 0.2);
}
.outline-green-300\/25 {
  outline-color: rgb(134 239 172 / 0.25);
}
.outline-green-300\/30 {
  outline-color: rgb(134 239 172 / 0.3);
}
.outline-green-300\/35 {
  outline-color: rgb(134 239 172 / 0.35);
}
.outline-green-300\/40 {
  outline-color: rgb(134 239 172 / 0.4);
}
.outline-green-300\/45 {
  outline-color: rgb(134 239 172 / 0.45);
}
.outline-green-300\/5 {
  outline-color: rgb(134 239 172 / 0.05);
}
.outline-green-300\/50 {
  outline-color: rgb(134 239 172 / 0.5);
}
.outline-green-300\/55 {
  outline-color: rgb(134 239 172 / 0.55);
}
.outline-green-300\/60 {
  outline-color: rgb(134 239 172 / 0.6);
}
.outline-green-300\/65 {
  outline-color: rgb(134 239 172 / 0.65);
}
.outline-green-300\/70 {
  outline-color: rgb(134 239 172 / 0.7);
}
.outline-green-300\/75 {
  outline-color: rgb(134 239 172 / 0.75);
}
.outline-green-300\/80 {
  outline-color: rgb(134 239 172 / 0.8);
}
.outline-green-300\/85 {
  outline-color: rgb(134 239 172 / 0.85);
}
.outline-green-300\/90 {
  outline-color: rgb(134 239 172 / 0.9);
}
.outline-green-300\/95 {
  outline-color: rgb(134 239 172 / 0.95);
}
.outline-green-400 {
  outline-color: #4ade80;
}
.outline-green-400\/0 {
  outline-color: rgb(74 222 128 / 0);
}
.outline-green-400\/10 {
  outline-color: rgb(74 222 128 / 0.1);
}
.outline-green-400\/100 {
  outline-color: rgb(74 222 128 / 1);
}
.outline-green-400\/15 {
  outline-color: rgb(74 222 128 / 0.15);
}
.outline-green-400\/20 {
  outline-color: rgb(74 222 128 / 0.2);
}
.outline-green-400\/25 {
  outline-color: rgb(74 222 128 / 0.25);
}
.outline-green-400\/30 {
  outline-color: rgb(74 222 128 / 0.3);
}
.outline-green-400\/35 {
  outline-color: rgb(74 222 128 / 0.35);
}
.outline-green-400\/40 {
  outline-color: rgb(74 222 128 / 0.4);
}
.outline-green-400\/45 {
  outline-color: rgb(74 222 128 / 0.45);
}
.outline-green-400\/5 {
  outline-color: rgb(74 222 128 / 0.05);
}
.outline-green-400\/50 {
  outline-color: rgb(74 222 128 / 0.5);
}
.outline-green-400\/55 {
  outline-color: rgb(74 222 128 / 0.55);
}
.outline-green-400\/60 {
  outline-color: rgb(74 222 128 / 0.6);
}
.outline-green-400\/65 {
  outline-color: rgb(74 222 128 / 0.65);
}
.outline-green-400\/70 {
  outline-color: rgb(74 222 128 / 0.7);
}
.outline-green-400\/75 {
  outline-color: rgb(74 222 128 / 0.75);
}
.outline-green-400\/80 {
  outline-color: rgb(74 222 128 / 0.8);
}
.outline-green-400\/85 {
  outline-color: rgb(74 222 128 / 0.85);
}
.outline-green-400\/90 {
  outline-color: rgb(74 222 128 / 0.9);
}
.outline-green-400\/95 {
  outline-color: rgb(74 222 128 / 0.95);
}
.outline-green-50 {
  outline-color: #f0fdf4;
}
.outline-green-50\/0 {
  outline-color: rgb(240 253 244 / 0);
}
.outline-green-50\/10 {
  outline-color: rgb(240 253 244 / 0.1);
}
.outline-green-50\/100 {
  outline-color: rgb(240 253 244 / 1);
}
.outline-green-50\/15 {
  outline-color: rgb(240 253 244 / 0.15);
}
.outline-green-50\/20 {
  outline-color: rgb(240 253 244 / 0.2);
}
.outline-green-50\/25 {
  outline-color: rgb(240 253 244 / 0.25);
}
.outline-green-50\/30 {
  outline-color: rgb(240 253 244 / 0.3);
}
.outline-green-50\/35 {
  outline-color: rgb(240 253 244 / 0.35);
}
.outline-green-50\/40 {
  outline-color: rgb(240 253 244 / 0.4);
}
.outline-green-50\/45 {
  outline-color: rgb(240 253 244 / 0.45);
}
.outline-green-50\/5 {
  outline-color: rgb(240 253 244 / 0.05);
}
.outline-green-50\/50 {
  outline-color: rgb(240 253 244 / 0.5);
}
.outline-green-50\/55 {
  outline-color: rgb(240 253 244 / 0.55);
}
.outline-green-50\/60 {
  outline-color: rgb(240 253 244 / 0.6);
}
.outline-green-50\/65 {
  outline-color: rgb(240 253 244 / 0.65);
}
.outline-green-50\/70 {
  outline-color: rgb(240 253 244 / 0.7);
}
.outline-green-50\/75 {
  outline-color: rgb(240 253 244 / 0.75);
}
.outline-green-50\/80 {
  outline-color: rgb(240 253 244 / 0.8);
}
.outline-green-50\/85 {
  outline-color: rgb(240 253 244 / 0.85);
}
.outline-green-50\/90 {
  outline-color: rgb(240 253 244 / 0.9);
}
.outline-green-50\/95 {
  outline-color: rgb(240 253 244 / 0.95);
}
.outline-green-500 {
  outline-color: #22c55e;
}
.outline-green-500\/0 {
  outline-color: rgb(34 197 94 / 0);
}
.outline-green-500\/10 {
  outline-color: rgb(34 197 94 / 0.1);
}
.outline-green-500\/100 {
  outline-color: rgb(34 197 94 / 1);
}
.outline-green-500\/15 {
  outline-color: rgb(34 197 94 / 0.15);
}
.outline-green-500\/20 {
  outline-color: rgb(34 197 94 / 0.2);
}
.outline-green-500\/25 {
  outline-color: rgb(34 197 94 / 0.25);
}
.outline-green-500\/30 {
  outline-color: rgb(34 197 94 / 0.3);
}
.outline-green-500\/35 {
  outline-color: rgb(34 197 94 / 0.35);
}
.outline-green-500\/40 {
  outline-color: rgb(34 197 94 / 0.4);
}
.outline-green-500\/45 {
  outline-color: rgb(34 197 94 / 0.45);
}
.outline-green-500\/5 {
  outline-color: rgb(34 197 94 / 0.05);
}
.outline-green-500\/50 {
  outline-color: rgb(34 197 94 / 0.5);
}
.outline-green-500\/55 {
  outline-color: rgb(34 197 94 / 0.55);
}
.outline-green-500\/60 {
  outline-color: rgb(34 197 94 / 0.6);
}
.outline-green-500\/65 {
  outline-color: rgb(34 197 94 / 0.65);
}
.outline-green-500\/70 {
  outline-color: rgb(34 197 94 / 0.7);
}
.outline-green-500\/75 {
  outline-color: rgb(34 197 94 / 0.75);
}
.outline-green-500\/80 {
  outline-color: rgb(34 197 94 / 0.8);
}
.outline-green-500\/85 {
  outline-color: rgb(34 197 94 / 0.85);
}
.outline-green-500\/90 {
  outline-color: rgb(34 197 94 / 0.9);
}
.outline-green-500\/95 {
  outline-color: rgb(34 197 94 / 0.95);
}
.outline-green-600 {
  outline-color: #16a34a;
}
.outline-green-600\/0 {
  outline-color: rgb(22 163 74 / 0);
}
.outline-green-600\/10 {
  outline-color: rgb(22 163 74 / 0.1);
}
.outline-green-600\/100 {
  outline-color: rgb(22 163 74 / 1);
}
.outline-green-600\/15 {
  outline-color: rgb(22 163 74 / 0.15);
}
.outline-green-600\/20 {
  outline-color: rgb(22 163 74 / 0.2);
}
.outline-green-600\/25 {
  outline-color: rgb(22 163 74 / 0.25);
}
.outline-green-600\/30 {
  outline-color: rgb(22 163 74 / 0.3);
}
.outline-green-600\/35 {
  outline-color: rgb(22 163 74 / 0.35);
}
.outline-green-600\/40 {
  outline-color: rgb(22 163 74 / 0.4);
}
.outline-green-600\/45 {
  outline-color: rgb(22 163 74 / 0.45);
}
.outline-green-600\/5 {
  outline-color: rgb(22 163 74 / 0.05);
}
.outline-green-600\/50 {
  outline-color: rgb(22 163 74 / 0.5);
}
.outline-green-600\/55 {
  outline-color: rgb(22 163 74 / 0.55);
}
.outline-green-600\/60 {
  outline-color: rgb(22 163 74 / 0.6);
}
.outline-green-600\/65 {
  outline-color: rgb(22 163 74 / 0.65);
}
.outline-green-600\/70 {
  outline-color: rgb(22 163 74 / 0.7);
}
.outline-green-600\/75 {
  outline-color: rgb(22 163 74 / 0.75);
}
.outline-green-600\/80 {
  outline-color: rgb(22 163 74 / 0.8);
}
.outline-green-600\/85 {
  outline-color: rgb(22 163 74 / 0.85);
}
.outline-green-600\/90 {
  outline-color: rgb(22 163 74 / 0.9);
}
.outline-green-600\/95 {
  outline-color: rgb(22 163 74 / 0.95);
}
.outline-green-700 {
  outline-color: #15803d;
}
.outline-green-700\/0 {
  outline-color: rgb(21 128 61 / 0);
}
.outline-green-700\/10 {
  outline-color: rgb(21 128 61 / 0.1);
}
.outline-green-700\/100 {
  outline-color: rgb(21 128 61 / 1);
}
.outline-green-700\/15 {
  outline-color: rgb(21 128 61 / 0.15);
}
.outline-green-700\/20 {
  outline-color: rgb(21 128 61 / 0.2);
}
.outline-green-700\/25 {
  outline-color: rgb(21 128 61 / 0.25);
}
.outline-green-700\/30 {
  outline-color: rgb(21 128 61 / 0.3);
}
.outline-green-700\/35 {
  outline-color: rgb(21 128 61 / 0.35);
}
.outline-green-700\/40 {
  outline-color: rgb(21 128 61 / 0.4);
}
.outline-green-700\/45 {
  outline-color: rgb(21 128 61 / 0.45);
}
.outline-green-700\/5 {
  outline-color: rgb(21 128 61 / 0.05);
}
.outline-green-700\/50 {
  outline-color: rgb(21 128 61 / 0.5);
}
.outline-green-700\/55 {
  outline-color: rgb(21 128 61 / 0.55);
}
.outline-green-700\/60 {
  outline-color: rgb(21 128 61 / 0.6);
}
.outline-green-700\/65 {
  outline-color: rgb(21 128 61 / 0.65);
}
.outline-green-700\/70 {
  outline-color: rgb(21 128 61 / 0.7);
}
.outline-green-700\/75 {
  outline-color: rgb(21 128 61 / 0.75);
}
.outline-green-700\/80 {
  outline-color: rgb(21 128 61 / 0.8);
}
.outline-green-700\/85 {
  outline-color: rgb(21 128 61 / 0.85);
}
.outline-green-700\/90 {
  outline-color: rgb(21 128 61 / 0.9);
}
.outline-green-700\/95 {
  outline-color: rgb(21 128 61 / 0.95);
}
.outline-green-800 {
  outline-color: #166534;
}
.outline-green-800\/0 {
  outline-color: rgb(22 101 52 / 0);
}
.outline-green-800\/10 {
  outline-color: rgb(22 101 52 / 0.1);
}
.outline-green-800\/100 {
  outline-color: rgb(22 101 52 / 1);
}
.outline-green-800\/15 {
  outline-color: rgb(22 101 52 / 0.15);
}
.outline-green-800\/20 {
  outline-color: rgb(22 101 52 / 0.2);
}
.outline-green-800\/25 {
  outline-color: rgb(22 101 52 / 0.25);
}
.outline-green-800\/30 {
  outline-color: rgb(22 101 52 / 0.3);
}
.outline-green-800\/35 {
  outline-color: rgb(22 101 52 / 0.35);
}
.outline-green-800\/40 {
  outline-color: rgb(22 101 52 / 0.4);
}
.outline-green-800\/45 {
  outline-color: rgb(22 101 52 / 0.45);
}
.outline-green-800\/5 {
  outline-color: rgb(22 101 52 / 0.05);
}
.outline-green-800\/50 {
  outline-color: rgb(22 101 52 / 0.5);
}
.outline-green-800\/55 {
  outline-color: rgb(22 101 52 / 0.55);
}
.outline-green-800\/60 {
  outline-color: rgb(22 101 52 / 0.6);
}
.outline-green-800\/65 {
  outline-color: rgb(22 101 52 / 0.65);
}
.outline-green-800\/70 {
  outline-color: rgb(22 101 52 / 0.7);
}
.outline-green-800\/75 {
  outline-color: rgb(22 101 52 / 0.75);
}
.outline-green-800\/80 {
  outline-color: rgb(22 101 52 / 0.8);
}
.outline-green-800\/85 {
  outline-color: rgb(22 101 52 / 0.85);
}
.outline-green-800\/90 {
  outline-color: rgb(22 101 52 / 0.9);
}
.outline-green-800\/95 {
  outline-color: rgb(22 101 52 / 0.95);
}
.outline-green-900 {
  outline-color: #14532d;
}
.outline-green-900\/0 {
  outline-color: rgb(20 83 45 / 0);
}
.outline-green-900\/10 {
  outline-color: rgb(20 83 45 / 0.1);
}
.outline-green-900\/100 {
  outline-color: rgb(20 83 45 / 1);
}
.outline-green-900\/15 {
  outline-color: rgb(20 83 45 / 0.15);
}
.outline-green-900\/20 {
  outline-color: rgb(20 83 45 / 0.2);
}
.outline-green-900\/25 {
  outline-color: rgb(20 83 45 / 0.25);
}
.outline-green-900\/30 {
  outline-color: rgb(20 83 45 / 0.3);
}
.outline-green-900\/35 {
  outline-color: rgb(20 83 45 / 0.35);
}
.outline-green-900\/40 {
  outline-color: rgb(20 83 45 / 0.4);
}
.outline-green-900\/45 {
  outline-color: rgb(20 83 45 / 0.45);
}
.outline-green-900\/5 {
  outline-color: rgb(20 83 45 / 0.05);
}
.outline-green-900\/50 {
  outline-color: rgb(20 83 45 / 0.5);
}
.outline-green-900\/55 {
  outline-color: rgb(20 83 45 / 0.55);
}
.outline-green-900\/60 {
  outline-color: rgb(20 83 45 / 0.6);
}
.outline-green-900\/65 {
  outline-color: rgb(20 83 45 / 0.65);
}
.outline-green-900\/70 {
  outline-color: rgb(20 83 45 / 0.7);
}
.outline-green-900\/75 {
  outline-color: rgb(20 83 45 / 0.75);
}
.outline-green-900\/80 {
  outline-color: rgb(20 83 45 / 0.8);
}
.outline-green-900\/85 {
  outline-color: rgb(20 83 45 / 0.85);
}
.outline-green-900\/90 {
  outline-color: rgb(20 83 45 / 0.9);
}
.outline-green-900\/95 {
  outline-color: rgb(20 83 45 / 0.95);
}
.outline-green-950 {
  outline-color: #052e16;
}
.outline-green-950\/0 {
  outline-color: rgb(5 46 22 / 0);
}
.outline-green-950\/10 {
  outline-color: rgb(5 46 22 / 0.1);
}
.outline-green-950\/100 {
  outline-color: rgb(5 46 22 / 1);
}
.outline-green-950\/15 {
  outline-color: rgb(5 46 22 / 0.15);
}
.outline-green-950\/20 {
  outline-color: rgb(5 46 22 / 0.2);
}
.outline-green-950\/25 {
  outline-color: rgb(5 46 22 / 0.25);
}
.outline-green-950\/30 {
  outline-color: rgb(5 46 22 / 0.3);
}
.outline-green-950\/35 {
  outline-color: rgb(5 46 22 / 0.35);
}
.outline-green-950\/40 {
  outline-color: rgb(5 46 22 / 0.4);
}
.outline-green-950\/45 {
  outline-color: rgb(5 46 22 / 0.45);
}
.outline-green-950\/5 {
  outline-color: rgb(5 46 22 / 0.05);
}
.outline-green-950\/50 {
  outline-color: rgb(5 46 22 / 0.5);
}
.outline-green-950\/55 {
  outline-color: rgb(5 46 22 / 0.55);
}
.outline-green-950\/60 {
  outline-color: rgb(5 46 22 / 0.6);
}
.outline-green-950\/65 {
  outline-color: rgb(5 46 22 / 0.65);
}
.outline-green-950\/70 {
  outline-color: rgb(5 46 22 / 0.7);
}
.outline-green-950\/75 {
  outline-color: rgb(5 46 22 / 0.75);
}
.outline-green-950\/80 {
  outline-color: rgb(5 46 22 / 0.8);
}
.outline-green-950\/85 {
  outline-color: rgb(5 46 22 / 0.85);
}
.outline-green-950\/90 {
  outline-color: rgb(5 46 22 / 0.9);
}
.outline-green-950\/95 {
  outline-color: rgb(5 46 22 / 0.95);
}
.outline-indigo-100 {
  outline-color: #e0e7ff;
}
.outline-indigo-100\/0 {
  outline-color: rgb(224 231 255 / 0);
}
.outline-indigo-100\/10 {
  outline-color: rgb(224 231 255 / 0.1);
}
.outline-indigo-100\/100 {
  outline-color: rgb(224 231 255 / 1);
}
.outline-indigo-100\/15 {
  outline-color: rgb(224 231 255 / 0.15);
}
.outline-indigo-100\/20 {
  outline-color: rgb(224 231 255 / 0.2);
}
.outline-indigo-100\/25 {
  outline-color: rgb(224 231 255 / 0.25);
}
.outline-indigo-100\/30 {
  outline-color: rgb(224 231 255 / 0.3);
}
.outline-indigo-100\/35 {
  outline-color: rgb(224 231 255 / 0.35);
}
.outline-indigo-100\/40 {
  outline-color: rgb(224 231 255 / 0.4);
}
.outline-indigo-100\/45 {
  outline-color: rgb(224 231 255 / 0.45);
}
.outline-indigo-100\/5 {
  outline-color: rgb(224 231 255 / 0.05);
}
.outline-indigo-100\/50 {
  outline-color: rgb(224 231 255 / 0.5);
}
.outline-indigo-100\/55 {
  outline-color: rgb(224 231 255 / 0.55);
}
.outline-indigo-100\/60 {
  outline-color: rgb(224 231 255 / 0.6);
}
.outline-indigo-100\/65 {
  outline-color: rgb(224 231 255 / 0.65);
}
.outline-indigo-100\/70 {
  outline-color: rgb(224 231 255 / 0.7);
}
.outline-indigo-100\/75 {
  outline-color: rgb(224 231 255 / 0.75);
}
.outline-indigo-100\/80 {
  outline-color: rgb(224 231 255 / 0.8);
}
.outline-indigo-100\/85 {
  outline-color: rgb(224 231 255 / 0.85);
}
.outline-indigo-100\/90 {
  outline-color: rgb(224 231 255 / 0.9);
}
.outline-indigo-100\/95 {
  outline-color: rgb(224 231 255 / 0.95);
}
.outline-indigo-200 {
  outline-color: #c7d2fe;
}
.outline-indigo-200\/0 {
  outline-color: rgb(199 210 254 / 0);
}
.outline-indigo-200\/10 {
  outline-color: rgb(199 210 254 / 0.1);
}
.outline-indigo-200\/100 {
  outline-color: rgb(199 210 254 / 1);
}
.outline-indigo-200\/15 {
  outline-color: rgb(199 210 254 / 0.15);
}
.outline-indigo-200\/20 {
  outline-color: rgb(199 210 254 / 0.2);
}
.outline-indigo-200\/25 {
  outline-color: rgb(199 210 254 / 0.25);
}
.outline-indigo-200\/30 {
  outline-color: rgb(199 210 254 / 0.3);
}
.outline-indigo-200\/35 {
  outline-color: rgb(199 210 254 / 0.35);
}
.outline-indigo-200\/40 {
  outline-color: rgb(199 210 254 / 0.4);
}
.outline-indigo-200\/45 {
  outline-color: rgb(199 210 254 / 0.45);
}
.outline-indigo-200\/5 {
  outline-color: rgb(199 210 254 / 0.05);
}
.outline-indigo-200\/50 {
  outline-color: rgb(199 210 254 / 0.5);
}
.outline-indigo-200\/55 {
  outline-color: rgb(199 210 254 / 0.55);
}
.outline-indigo-200\/60 {
  outline-color: rgb(199 210 254 / 0.6);
}
.outline-indigo-200\/65 {
  outline-color: rgb(199 210 254 / 0.65);
}
.outline-indigo-200\/70 {
  outline-color: rgb(199 210 254 / 0.7);
}
.outline-indigo-200\/75 {
  outline-color: rgb(199 210 254 / 0.75);
}
.outline-indigo-200\/80 {
  outline-color: rgb(199 210 254 / 0.8);
}
.outline-indigo-200\/85 {
  outline-color: rgb(199 210 254 / 0.85);
}
.outline-indigo-200\/90 {
  outline-color: rgb(199 210 254 / 0.9);
}
.outline-indigo-200\/95 {
  outline-color: rgb(199 210 254 / 0.95);
}
.outline-indigo-300 {
  outline-color: #a5b4fc;
}
.outline-indigo-300\/0 {
  outline-color: rgb(165 180 252 / 0);
}
.outline-indigo-300\/10 {
  outline-color: rgb(165 180 252 / 0.1);
}
.outline-indigo-300\/100 {
  outline-color: rgb(165 180 252 / 1);
}
.outline-indigo-300\/15 {
  outline-color: rgb(165 180 252 / 0.15);
}
.outline-indigo-300\/20 {
  outline-color: rgb(165 180 252 / 0.2);
}
.outline-indigo-300\/25 {
  outline-color: rgb(165 180 252 / 0.25);
}
.outline-indigo-300\/30 {
  outline-color: rgb(165 180 252 / 0.3);
}
.outline-indigo-300\/35 {
  outline-color: rgb(165 180 252 / 0.35);
}
.outline-indigo-300\/40 {
  outline-color: rgb(165 180 252 / 0.4);
}
.outline-indigo-300\/45 {
  outline-color: rgb(165 180 252 / 0.45);
}
.outline-indigo-300\/5 {
  outline-color: rgb(165 180 252 / 0.05);
}
.outline-indigo-300\/50 {
  outline-color: rgb(165 180 252 / 0.5);
}
.outline-indigo-300\/55 {
  outline-color: rgb(165 180 252 / 0.55);
}
.outline-indigo-300\/60 {
  outline-color: rgb(165 180 252 / 0.6);
}
.outline-indigo-300\/65 {
  outline-color: rgb(165 180 252 / 0.65);
}
.outline-indigo-300\/70 {
  outline-color: rgb(165 180 252 / 0.7);
}
.outline-indigo-300\/75 {
  outline-color: rgb(165 180 252 / 0.75);
}
.outline-indigo-300\/80 {
  outline-color: rgb(165 180 252 / 0.8);
}
.outline-indigo-300\/85 {
  outline-color: rgb(165 180 252 / 0.85);
}
.outline-indigo-300\/90 {
  outline-color: rgb(165 180 252 / 0.9);
}
.outline-indigo-300\/95 {
  outline-color: rgb(165 180 252 / 0.95);
}
.outline-indigo-400 {
  outline-color: #818cf8;
}
.outline-indigo-400\/0 {
  outline-color: rgb(129 140 248 / 0);
}
.outline-indigo-400\/10 {
  outline-color: rgb(129 140 248 / 0.1);
}
.outline-indigo-400\/100 {
  outline-color: rgb(129 140 248 / 1);
}
.outline-indigo-400\/15 {
  outline-color: rgb(129 140 248 / 0.15);
}
.outline-indigo-400\/20 {
  outline-color: rgb(129 140 248 / 0.2);
}
.outline-indigo-400\/25 {
  outline-color: rgb(129 140 248 / 0.25);
}
.outline-indigo-400\/30 {
  outline-color: rgb(129 140 248 / 0.3);
}
.outline-indigo-400\/35 {
  outline-color: rgb(129 140 248 / 0.35);
}
.outline-indigo-400\/40 {
  outline-color: rgb(129 140 248 / 0.4);
}
.outline-indigo-400\/45 {
  outline-color: rgb(129 140 248 / 0.45);
}
.outline-indigo-400\/5 {
  outline-color: rgb(129 140 248 / 0.05);
}
.outline-indigo-400\/50 {
  outline-color: rgb(129 140 248 / 0.5);
}
.outline-indigo-400\/55 {
  outline-color: rgb(129 140 248 / 0.55);
}
.outline-indigo-400\/60 {
  outline-color: rgb(129 140 248 / 0.6);
}
.outline-indigo-400\/65 {
  outline-color: rgb(129 140 248 / 0.65);
}
.outline-indigo-400\/70 {
  outline-color: rgb(129 140 248 / 0.7);
}
.outline-indigo-400\/75 {
  outline-color: rgb(129 140 248 / 0.75);
}
.outline-indigo-400\/80 {
  outline-color: rgb(129 140 248 / 0.8);
}
.outline-indigo-400\/85 {
  outline-color: rgb(129 140 248 / 0.85);
}
.outline-indigo-400\/90 {
  outline-color: rgb(129 140 248 / 0.9);
}
.outline-indigo-400\/95 {
  outline-color: rgb(129 140 248 / 0.95);
}
.outline-indigo-50 {
  outline-color: #eef2ff;
}
.outline-indigo-50\/0 {
  outline-color: rgb(238 242 255 / 0);
}
.outline-indigo-50\/10 {
  outline-color: rgb(238 242 255 / 0.1);
}
.outline-indigo-50\/100 {
  outline-color: rgb(238 242 255 / 1);
}
.outline-indigo-50\/15 {
  outline-color: rgb(238 242 255 / 0.15);
}
.outline-indigo-50\/20 {
  outline-color: rgb(238 242 255 / 0.2);
}
.outline-indigo-50\/25 {
  outline-color: rgb(238 242 255 / 0.25);
}
.outline-indigo-50\/30 {
  outline-color: rgb(238 242 255 / 0.3);
}
.outline-indigo-50\/35 {
  outline-color: rgb(238 242 255 / 0.35);
}
.outline-indigo-50\/40 {
  outline-color: rgb(238 242 255 / 0.4);
}
.outline-indigo-50\/45 {
  outline-color: rgb(238 242 255 / 0.45);
}
.outline-indigo-50\/5 {
  outline-color: rgb(238 242 255 / 0.05);
}
.outline-indigo-50\/50 {
  outline-color: rgb(238 242 255 / 0.5);
}
.outline-indigo-50\/55 {
  outline-color: rgb(238 242 255 / 0.55);
}
.outline-indigo-50\/60 {
  outline-color: rgb(238 242 255 / 0.6);
}
.outline-indigo-50\/65 {
  outline-color: rgb(238 242 255 / 0.65);
}
.outline-indigo-50\/70 {
  outline-color: rgb(238 242 255 / 0.7);
}
.outline-indigo-50\/75 {
  outline-color: rgb(238 242 255 / 0.75);
}
.outline-indigo-50\/80 {
  outline-color: rgb(238 242 255 / 0.8);
}
.outline-indigo-50\/85 {
  outline-color: rgb(238 242 255 / 0.85);
}
.outline-indigo-50\/90 {
  outline-color: rgb(238 242 255 / 0.9);
}
.outline-indigo-50\/95 {
  outline-color: rgb(238 242 255 / 0.95);
}
.outline-indigo-500 {
  outline-color: #6366f1;
}
.outline-indigo-500\/0 {
  outline-color: rgb(99 102 241 / 0);
}
.outline-indigo-500\/10 {
  outline-color: rgb(99 102 241 / 0.1);
}
.outline-indigo-500\/100 {
  outline-color: rgb(99 102 241 / 1);
}
.outline-indigo-500\/15 {
  outline-color: rgb(99 102 241 / 0.15);
}
.outline-indigo-500\/20 {
  outline-color: rgb(99 102 241 / 0.2);
}
.outline-indigo-500\/25 {
  outline-color: rgb(99 102 241 / 0.25);
}
.outline-indigo-500\/30 {
  outline-color: rgb(99 102 241 / 0.3);
}
.outline-indigo-500\/35 {
  outline-color: rgb(99 102 241 / 0.35);
}
.outline-indigo-500\/40 {
  outline-color: rgb(99 102 241 / 0.4);
}
.outline-indigo-500\/45 {
  outline-color: rgb(99 102 241 / 0.45);
}
.outline-indigo-500\/5 {
  outline-color: rgb(99 102 241 / 0.05);
}
.outline-indigo-500\/50 {
  outline-color: rgb(99 102 241 / 0.5);
}
.outline-indigo-500\/55 {
  outline-color: rgb(99 102 241 / 0.55);
}
.outline-indigo-500\/60 {
  outline-color: rgb(99 102 241 / 0.6);
}
.outline-indigo-500\/65 {
  outline-color: rgb(99 102 241 / 0.65);
}
.outline-indigo-500\/70 {
  outline-color: rgb(99 102 241 / 0.7);
}
.outline-indigo-500\/75 {
  outline-color: rgb(99 102 241 / 0.75);
}
.outline-indigo-500\/80 {
  outline-color: rgb(99 102 241 / 0.8);
}
.outline-indigo-500\/85 {
  outline-color: rgb(99 102 241 / 0.85);
}
.outline-indigo-500\/90 {
  outline-color: rgb(99 102 241 / 0.9);
}
.outline-indigo-500\/95 {
  outline-color: rgb(99 102 241 / 0.95);
}
.outline-indigo-600 {
  outline-color: #4f46e5;
}
.outline-indigo-600\/0 {
  outline-color: rgb(79 70 229 / 0);
}
.outline-indigo-600\/10 {
  outline-color: rgb(79 70 229 / 0.1);
}
.outline-indigo-600\/100 {
  outline-color: rgb(79 70 229 / 1);
}
.outline-indigo-600\/15 {
  outline-color: rgb(79 70 229 / 0.15);
}
.outline-indigo-600\/20 {
  outline-color: rgb(79 70 229 / 0.2);
}
.outline-indigo-600\/25 {
  outline-color: rgb(79 70 229 / 0.25);
}
.outline-indigo-600\/30 {
  outline-color: rgb(79 70 229 / 0.3);
}
.outline-indigo-600\/35 {
  outline-color: rgb(79 70 229 / 0.35);
}
.outline-indigo-600\/40 {
  outline-color: rgb(79 70 229 / 0.4);
}
.outline-indigo-600\/45 {
  outline-color: rgb(79 70 229 / 0.45);
}
.outline-indigo-600\/5 {
  outline-color: rgb(79 70 229 / 0.05);
}
.outline-indigo-600\/50 {
  outline-color: rgb(79 70 229 / 0.5);
}
.outline-indigo-600\/55 {
  outline-color: rgb(79 70 229 / 0.55);
}
.outline-indigo-600\/60 {
  outline-color: rgb(79 70 229 / 0.6);
}
.outline-indigo-600\/65 {
  outline-color: rgb(79 70 229 / 0.65);
}
.outline-indigo-600\/70 {
  outline-color: rgb(79 70 229 / 0.7);
}
.outline-indigo-600\/75 {
  outline-color: rgb(79 70 229 / 0.75);
}
.outline-indigo-600\/80 {
  outline-color: rgb(79 70 229 / 0.8);
}
.outline-indigo-600\/85 {
  outline-color: rgb(79 70 229 / 0.85);
}
.outline-indigo-600\/90 {
  outline-color: rgb(79 70 229 / 0.9);
}
.outline-indigo-600\/95 {
  outline-color: rgb(79 70 229 / 0.95);
}
.outline-indigo-700 {
  outline-color: #4338ca;
}
.outline-indigo-700\/0 {
  outline-color: rgb(67 56 202 / 0);
}
.outline-indigo-700\/10 {
  outline-color: rgb(67 56 202 / 0.1);
}
.outline-indigo-700\/100 {
  outline-color: rgb(67 56 202 / 1);
}
.outline-indigo-700\/15 {
  outline-color: rgb(67 56 202 / 0.15);
}
.outline-indigo-700\/20 {
  outline-color: rgb(67 56 202 / 0.2);
}
.outline-indigo-700\/25 {
  outline-color: rgb(67 56 202 / 0.25);
}
.outline-indigo-700\/30 {
  outline-color: rgb(67 56 202 / 0.3);
}
.outline-indigo-700\/35 {
  outline-color: rgb(67 56 202 / 0.35);
}
.outline-indigo-700\/40 {
  outline-color: rgb(67 56 202 / 0.4);
}
.outline-indigo-700\/45 {
  outline-color: rgb(67 56 202 / 0.45);
}
.outline-indigo-700\/5 {
  outline-color: rgb(67 56 202 / 0.05);
}
.outline-indigo-700\/50 {
  outline-color: rgb(67 56 202 / 0.5);
}
.outline-indigo-700\/55 {
  outline-color: rgb(67 56 202 / 0.55);
}
.outline-indigo-700\/60 {
  outline-color: rgb(67 56 202 / 0.6);
}
.outline-indigo-700\/65 {
  outline-color: rgb(67 56 202 / 0.65);
}
.outline-indigo-700\/70 {
  outline-color: rgb(67 56 202 / 0.7);
}
.outline-indigo-700\/75 {
  outline-color: rgb(67 56 202 / 0.75);
}
.outline-indigo-700\/80 {
  outline-color: rgb(67 56 202 / 0.8);
}
.outline-indigo-700\/85 {
  outline-color: rgb(67 56 202 / 0.85);
}
.outline-indigo-700\/90 {
  outline-color: rgb(67 56 202 / 0.9);
}
.outline-indigo-700\/95 {
  outline-color: rgb(67 56 202 / 0.95);
}
.outline-indigo-800 {
  outline-color: #3730a3;
}
.outline-indigo-800\/0 {
  outline-color: rgb(55 48 163 / 0);
}
.outline-indigo-800\/10 {
  outline-color: rgb(55 48 163 / 0.1);
}
.outline-indigo-800\/100 {
  outline-color: rgb(55 48 163 / 1);
}
.outline-indigo-800\/15 {
  outline-color: rgb(55 48 163 / 0.15);
}
.outline-indigo-800\/20 {
  outline-color: rgb(55 48 163 / 0.2);
}
.outline-indigo-800\/25 {
  outline-color: rgb(55 48 163 / 0.25);
}
.outline-indigo-800\/30 {
  outline-color: rgb(55 48 163 / 0.3);
}
.outline-indigo-800\/35 {
  outline-color: rgb(55 48 163 / 0.35);
}
.outline-indigo-800\/40 {
  outline-color: rgb(55 48 163 / 0.4);
}
.outline-indigo-800\/45 {
  outline-color: rgb(55 48 163 / 0.45);
}
.outline-indigo-800\/5 {
  outline-color: rgb(55 48 163 / 0.05);
}
.outline-indigo-800\/50 {
  outline-color: rgb(55 48 163 / 0.5);
}
.outline-indigo-800\/55 {
  outline-color: rgb(55 48 163 / 0.55);
}
.outline-indigo-800\/60 {
  outline-color: rgb(55 48 163 / 0.6);
}
.outline-indigo-800\/65 {
  outline-color: rgb(55 48 163 / 0.65);
}
.outline-indigo-800\/70 {
  outline-color: rgb(55 48 163 / 0.7);
}
.outline-indigo-800\/75 {
  outline-color: rgb(55 48 163 / 0.75);
}
.outline-indigo-800\/80 {
  outline-color: rgb(55 48 163 / 0.8);
}
.outline-indigo-800\/85 {
  outline-color: rgb(55 48 163 / 0.85);
}
.outline-indigo-800\/90 {
  outline-color: rgb(55 48 163 / 0.9);
}
.outline-indigo-800\/95 {
  outline-color: rgb(55 48 163 / 0.95);
}
.outline-indigo-900 {
  outline-color: #312e81;
}
.outline-indigo-900\/0 {
  outline-color: rgb(49 46 129 / 0);
}
.outline-indigo-900\/10 {
  outline-color: rgb(49 46 129 / 0.1);
}
.outline-indigo-900\/100 {
  outline-color: rgb(49 46 129 / 1);
}
.outline-indigo-900\/15 {
  outline-color: rgb(49 46 129 / 0.15);
}
.outline-indigo-900\/20 {
  outline-color: rgb(49 46 129 / 0.2);
}
.outline-indigo-900\/25 {
  outline-color: rgb(49 46 129 / 0.25);
}
.outline-indigo-900\/30 {
  outline-color: rgb(49 46 129 / 0.3);
}
.outline-indigo-900\/35 {
  outline-color: rgb(49 46 129 / 0.35);
}
.outline-indigo-900\/40 {
  outline-color: rgb(49 46 129 / 0.4);
}
.outline-indigo-900\/45 {
  outline-color: rgb(49 46 129 / 0.45);
}
.outline-indigo-900\/5 {
  outline-color: rgb(49 46 129 / 0.05);
}
.outline-indigo-900\/50 {
  outline-color: rgb(49 46 129 / 0.5);
}
.outline-indigo-900\/55 {
  outline-color: rgb(49 46 129 / 0.55);
}
.outline-indigo-900\/60 {
  outline-color: rgb(49 46 129 / 0.6);
}
.outline-indigo-900\/65 {
  outline-color: rgb(49 46 129 / 0.65);
}
.outline-indigo-900\/70 {
  outline-color: rgb(49 46 129 / 0.7);
}
.outline-indigo-900\/75 {
  outline-color: rgb(49 46 129 / 0.75);
}
.outline-indigo-900\/80 {
  outline-color: rgb(49 46 129 / 0.8);
}
.outline-indigo-900\/85 {
  outline-color: rgb(49 46 129 / 0.85);
}
.outline-indigo-900\/90 {
  outline-color: rgb(49 46 129 / 0.9);
}
.outline-indigo-900\/95 {
  outline-color: rgb(49 46 129 / 0.95);
}
.outline-indigo-950 {
  outline-color: #1e1b4b;
}
.outline-indigo-950\/0 {
  outline-color: rgb(30 27 75 / 0);
}
.outline-indigo-950\/10 {
  outline-color: rgb(30 27 75 / 0.1);
}
.outline-indigo-950\/100 {
  outline-color: rgb(30 27 75 / 1);
}
.outline-indigo-950\/15 {
  outline-color: rgb(30 27 75 / 0.15);
}
.outline-indigo-950\/20 {
  outline-color: rgb(30 27 75 / 0.2);
}
.outline-indigo-950\/25 {
  outline-color: rgb(30 27 75 / 0.25);
}
.outline-indigo-950\/30 {
  outline-color: rgb(30 27 75 / 0.3);
}
.outline-indigo-950\/35 {
  outline-color: rgb(30 27 75 / 0.35);
}
.outline-indigo-950\/40 {
  outline-color: rgb(30 27 75 / 0.4);
}
.outline-indigo-950\/45 {
  outline-color: rgb(30 27 75 / 0.45);
}
.outline-indigo-950\/5 {
  outline-color: rgb(30 27 75 / 0.05);
}
.outline-indigo-950\/50 {
  outline-color: rgb(30 27 75 / 0.5);
}
.outline-indigo-950\/55 {
  outline-color: rgb(30 27 75 / 0.55);
}
.outline-indigo-950\/60 {
  outline-color: rgb(30 27 75 / 0.6);
}
.outline-indigo-950\/65 {
  outline-color: rgb(30 27 75 / 0.65);
}
.outline-indigo-950\/70 {
  outline-color: rgb(30 27 75 / 0.7);
}
.outline-indigo-950\/75 {
  outline-color: rgb(30 27 75 / 0.75);
}
.outline-indigo-950\/80 {
  outline-color: rgb(30 27 75 / 0.8);
}
.outline-indigo-950\/85 {
  outline-color: rgb(30 27 75 / 0.85);
}
.outline-indigo-950\/90 {
  outline-color: rgb(30 27 75 / 0.9);
}
.outline-indigo-950\/95 {
  outline-color: rgb(30 27 75 / 0.95);
}
.outline-inherit {
  outline-color: inherit;
}
.outline-lime-100 {
  outline-color: #ecfccb;
}
.outline-lime-100\/0 {
  outline-color: rgb(236 252 203 / 0);
}
.outline-lime-100\/10 {
  outline-color: rgb(236 252 203 / 0.1);
}
.outline-lime-100\/100 {
  outline-color: rgb(236 252 203 / 1);
}
.outline-lime-100\/15 {
  outline-color: rgb(236 252 203 / 0.15);
}
.outline-lime-100\/20 {
  outline-color: rgb(236 252 203 / 0.2);
}
.outline-lime-100\/25 {
  outline-color: rgb(236 252 203 / 0.25);
}
.outline-lime-100\/30 {
  outline-color: rgb(236 252 203 / 0.3);
}
.outline-lime-100\/35 {
  outline-color: rgb(236 252 203 / 0.35);
}
.outline-lime-100\/40 {
  outline-color: rgb(236 252 203 / 0.4);
}
.outline-lime-100\/45 {
  outline-color: rgb(236 252 203 / 0.45);
}
.outline-lime-100\/5 {
  outline-color: rgb(236 252 203 / 0.05);
}
.outline-lime-100\/50 {
  outline-color: rgb(236 252 203 / 0.5);
}
.outline-lime-100\/55 {
  outline-color: rgb(236 252 203 / 0.55);
}
.outline-lime-100\/60 {
  outline-color: rgb(236 252 203 / 0.6);
}
.outline-lime-100\/65 {
  outline-color: rgb(236 252 203 / 0.65);
}
.outline-lime-100\/70 {
  outline-color: rgb(236 252 203 / 0.7);
}
.outline-lime-100\/75 {
  outline-color: rgb(236 252 203 / 0.75);
}
.outline-lime-100\/80 {
  outline-color: rgb(236 252 203 / 0.8);
}
.outline-lime-100\/85 {
  outline-color: rgb(236 252 203 / 0.85);
}
.outline-lime-100\/90 {
  outline-color: rgb(236 252 203 / 0.9);
}
.outline-lime-100\/95 {
  outline-color: rgb(236 252 203 / 0.95);
}
.outline-lime-200 {
  outline-color: #d9f99d;
}
.outline-lime-200\/0 {
  outline-color: rgb(217 249 157 / 0);
}
.outline-lime-200\/10 {
  outline-color: rgb(217 249 157 / 0.1);
}
.outline-lime-200\/100 {
  outline-color: rgb(217 249 157 / 1);
}
.outline-lime-200\/15 {
  outline-color: rgb(217 249 157 / 0.15);
}
.outline-lime-200\/20 {
  outline-color: rgb(217 249 157 / 0.2);
}
.outline-lime-200\/25 {
  outline-color: rgb(217 249 157 / 0.25);
}
.outline-lime-200\/30 {
  outline-color: rgb(217 249 157 / 0.3);
}
.outline-lime-200\/35 {
  outline-color: rgb(217 249 157 / 0.35);
}
.outline-lime-200\/40 {
  outline-color: rgb(217 249 157 / 0.4);
}
.outline-lime-200\/45 {
  outline-color: rgb(217 249 157 / 0.45);
}
.outline-lime-200\/5 {
  outline-color: rgb(217 249 157 / 0.05);
}
.outline-lime-200\/50 {
  outline-color: rgb(217 249 157 / 0.5);
}
.outline-lime-200\/55 {
  outline-color: rgb(217 249 157 / 0.55);
}
.outline-lime-200\/60 {
  outline-color: rgb(217 249 157 / 0.6);
}
.outline-lime-200\/65 {
  outline-color: rgb(217 249 157 / 0.65);
}
.outline-lime-200\/70 {
  outline-color: rgb(217 249 157 / 0.7);
}
.outline-lime-200\/75 {
  outline-color: rgb(217 249 157 / 0.75);
}
.outline-lime-200\/80 {
  outline-color: rgb(217 249 157 / 0.8);
}
.outline-lime-200\/85 {
  outline-color: rgb(217 249 157 / 0.85);
}
.outline-lime-200\/90 {
  outline-color: rgb(217 249 157 / 0.9);
}
.outline-lime-200\/95 {
  outline-color: rgb(217 249 157 / 0.95);
}
.outline-lime-300 {
  outline-color: #bef264;
}
.outline-lime-300\/0 {
  outline-color: rgb(190 242 100 / 0);
}
.outline-lime-300\/10 {
  outline-color: rgb(190 242 100 / 0.1);
}
.outline-lime-300\/100 {
  outline-color: rgb(190 242 100 / 1);
}
.outline-lime-300\/15 {
  outline-color: rgb(190 242 100 / 0.15);
}
.outline-lime-300\/20 {
  outline-color: rgb(190 242 100 / 0.2);
}
.outline-lime-300\/25 {
  outline-color: rgb(190 242 100 / 0.25);
}
.outline-lime-300\/30 {
  outline-color: rgb(190 242 100 / 0.3);
}
.outline-lime-300\/35 {
  outline-color: rgb(190 242 100 / 0.35);
}
.outline-lime-300\/40 {
  outline-color: rgb(190 242 100 / 0.4);
}
.outline-lime-300\/45 {
  outline-color: rgb(190 242 100 / 0.45);
}
.outline-lime-300\/5 {
  outline-color: rgb(190 242 100 / 0.05);
}
.outline-lime-300\/50 {
  outline-color: rgb(190 242 100 / 0.5);
}
.outline-lime-300\/55 {
  outline-color: rgb(190 242 100 / 0.55);
}
.outline-lime-300\/60 {
  outline-color: rgb(190 242 100 / 0.6);
}
.outline-lime-300\/65 {
  outline-color: rgb(190 242 100 / 0.65);
}
.outline-lime-300\/70 {
  outline-color: rgb(190 242 100 / 0.7);
}
.outline-lime-300\/75 {
  outline-color: rgb(190 242 100 / 0.75);
}
.outline-lime-300\/80 {
  outline-color: rgb(190 242 100 / 0.8);
}
.outline-lime-300\/85 {
  outline-color: rgb(190 242 100 / 0.85);
}
.outline-lime-300\/90 {
  outline-color: rgb(190 242 100 / 0.9);
}
.outline-lime-300\/95 {
  outline-color: rgb(190 242 100 / 0.95);
}
.outline-lime-400 {
  outline-color: #a3e635;
}
.outline-lime-400\/0 {
  outline-color: rgb(163 230 53 / 0);
}
.outline-lime-400\/10 {
  outline-color: rgb(163 230 53 / 0.1);
}
.outline-lime-400\/100 {
  outline-color: rgb(163 230 53 / 1);
}
.outline-lime-400\/15 {
  outline-color: rgb(163 230 53 / 0.15);
}
.outline-lime-400\/20 {
  outline-color: rgb(163 230 53 / 0.2);
}
.outline-lime-400\/25 {
  outline-color: rgb(163 230 53 / 0.25);
}
.outline-lime-400\/30 {
  outline-color: rgb(163 230 53 / 0.3);
}
.outline-lime-400\/35 {
  outline-color: rgb(163 230 53 / 0.35);
}
.outline-lime-400\/40 {
  outline-color: rgb(163 230 53 / 0.4);
}
.outline-lime-400\/45 {
  outline-color: rgb(163 230 53 / 0.45);
}
.outline-lime-400\/5 {
  outline-color: rgb(163 230 53 / 0.05);
}
.outline-lime-400\/50 {
  outline-color: rgb(163 230 53 / 0.5);
}
.outline-lime-400\/55 {
  outline-color: rgb(163 230 53 / 0.55);
}
.outline-lime-400\/60 {
  outline-color: rgb(163 230 53 / 0.6);
}
.outline-lime-400\/65 {
  outline-color: rgb(163 230 53 / 0.65);
}
.outline-lime-400\/70 {
  outline-color: rgb(163 230 53 / 0.7);
}
.outline-lime-400\/75 {
  outline-color: rgb(163 230 53 / 0.75);
}
.outline-lime-400\/80 {
  outline-color: rgb(163 230 53 / 0.8);
}
.outline-lime-400\/85 {
  outline-color: rgb(163 230 53 / 0.85);
}
.outline-lime-400\/90 {
  outline-color: rgb(163 230 53 / 0.9);
}
.outline-lime-400\/95 {
  outline-color: rgb(163 230 53 / 0.95);
}
.outline-lime-50 {
  outline-color: #f7fee7;
}
.outline-lime-50\/0 {
  outline-color: rgb(247 254 231 / 0);
}
.outline-lime-50\/10 {
  outline-color: rgb(247 254 231 / 0.1);
}
.outline-lime-50\/100 {
  outline-color: rgb(247 254 231 / 1);
}
.outline-lime-50\/15 {
  outline-color: rgb(247 254 231 / 0.15);
}
.outline-lime-50\/20 {
  outline-color: rgb(247 254 231 / 0.2);
}
.outline-lime-50\/25 {
  outline-color: rgb(247 254 231 / 0.25);
}
.outline-lime-50\/30 {
  outline-color: rgb(247 254 231 / 0.3);
}
.outline-lime-50\/35 {
  outline-color: rgb(247 254 231 / 0.35);
}
.outline-lime-50\/40 {
  outline-color: rgb(247 254 231 / 0.4);
}
.outline-lime-50\/45 {
  outline-color: rgb(247 254 231 / 0.45);
}
.outline-lime-50\/5 {
  outline-color: rgb(247 254 231 / 0.05);
}
.outline-lime-50\/50 {
  outline-color: rgb(247 254 231 / 0.5);
}
.outline-lime-50\/55 {
  outline-color: rgb(247 254 231 / 0.55);
}
.outline-lime-50\/60 {
  outline-color: rgb(247 254 231 / 0.6);
}
.outline-lime-50\/65 {
  outline-color: rgb(247 254 231 / 0.65);
}
.outline-lime-50\/70 {
  outline-color: rgb(247 254 231 / 0.7);
}
.outline-lime-50\/75 {
  outline-color: rgb(247 254 231 / 0.75);
}
.outline-lime-50\/80 {
  outline-color: rgb(247 254 231 / 0.8);
}
.outline-lime-50\/85 {
  outline-color: rgb(247 254 231 / 0.85);
}
.outline-lime-50\/90 {
  outline-color: rgb(247 254 231 / 0.9);
}
.outline-lime-50\/95 {
  outline-color: rgb(247 254 231 / 0.95);
}
.outline-lime-500 {
  outline-color: #84cc16;
}
.outline-lime-500\/0 {
  outline-color: rgb(132 204 22 / 0);
}
.outline-lime-500\/10 {
  outline-color: rgb(132 204 22 / 0.1);
}
.outline-lime-500\/100 {
  outline-color: rgb(132 204 22 / 1);
}
.outline-lime-500\/15 {
  outline-color: rgb(132 204 22 / 0.15);
}
.outline-lime-500\/20 {
  outline-color: rgb(132 204 22 / 0.2);
}
.outline-lime-500\/25 {
  outline-color: rgb(132 204 22 / 0.25);
}
.outline-lime-500\/30 {
  outline-color: rgb(132 204 22 / 0.3);
}
.outline-lime-500\/35 {
  outline-color: rgb(132 204 22 / 0.35);
}
.outline-lime-500\/40 {
  outline-color: rgb(132 204 22 / 0.4);
}
.outline-lime-500\/45 {
  outline-color: rgb(132 204 22 / 0.45);
}
.outline-lime-500\/5 {
  outline-color: rgb(132 204 22 / 0.05);
}
.outline-lime-500\/50 {
  outline-color: rgb(132 204 22 / 0.5);
}
.outline-lime-500\/55 {
  outline-color: rgb(132 204 22 / 0.55);
}
.outline-lime-500\/60 {
  outline-color: rgb(132 204 22 / 0.6);
}
.outline-lime-500\/65 {
  outline-color: rgb(132 204 22 / 0.65);
}
.outline-lime-500\/70 {
  outline-color: rgb(132 204 22 / 0.7);
}
.outline-lime-500\/75 {
  outline-color: rgb(132 204 22 / 0.75);
}
.outline-lime-500\/80 {
  outline-color: rgb(132 204 22 / 0.8);
}
.outline-lime-500\/85 {
  outline-color: rgb(132 204 22 / 0.85);
}
.outline-lime-500\/90 {
  outline-color: rgb(132 204 22 / 0.9);
}
.outline-lime-500\/95 {
  outline-color: rgb(132 204 22 / 0.95);
}
.outline-lime-600 {
  outline-color: #65a30d;
}
.outline-lime-600\/0 {
  outline-color: rgb(101 163 13 / 0);
}
.outline-lime-600\/10 {
  outline-color: rgb(101 163 13 / 0.1);
}
.outline-lime-600\/100 {
  outline-color: rgb(101 163 13 / 1);
}
.outline-lime-600\/15 {
  outline-color: rgb(101 163 13 / 0.15);
}
.outline-lime-600\/20 {
  outline-color: rgb(101 163 13 / 0.2);
}
.outline-lime-600\/25 {
  outline-color: rgb(101 163 13 / 0.25);
}
.outline-lime-600\/30 {
  outline-color: rgb(101 163 13 / 0.3);
}
.outline-lime-600\/35 {
  outline-color: rgb(101 163 13 / 0.35);
}
.outline-lime-600\/40 {
  outline-color: rgb(101 163 13 / 0.4);
}
.outline-lime-600\/45 {
  outline-color: rgb(101 163 13 / 0.45);
}
.outline-lime-600\/5 {
  outline-color: rgb(101 163 13 / 0.05);
}
.outline-lime-600\/50 {
  outline-color: rgb(101 163 13 / 0.5);
}
.outline-lime-600\/55 {
  outline-color: rgb(101 163 13 / 0.55);
}
.outline-lime-600\/60 {
  outline-color: rgb(101 163 13 / 0.6);
}
.outline-lime-600\/65 {
  outline-color: rgb(101 163 13 / 0.65);
}
.outline-lime-600\/70 {
  outline-color: rgb(101 163 13 / 0.7);
}
.outline-lime-600\/75 {
  outline-color: rgb(101 163 13 / 0.75);
}
.outline-lime-600\/80 {
  outline-color: rgb(101 163 13 / 0.8);
}
.outline-lime-600\/85 {
  outline-color: rgb(101 163 13 / 0.85);
}
.outline-lime-600\/90 {
  outline-color: rgb(101 163 13 / 0.9);
}
.outline-lime-600\/95 {
  outline-color: rgb(101 163 13 / 0.95);
}
.outline-lime-700 {
  outline-color: #4d7c0f;
}
.outline-lime-700\/0 {
  outline-color: rgb(77 124 15 / 0);
}
.outline-lime-700\/10 {
  outline-color: rgb(77 124 15 / 0.1);
}
.outline-lime-700\/100 {
  outline-color: rgb(77 124 15 / 1);
}
.outline-lime-700\/15 {
  outline-color: rgb(77 124 15 / 0.15);
}
.outline-lime-700\/20 {
  outline-color: rgb(77 124 15 / 0.2);
}
.outline-lime-700\/25 {
  outline-color: rgb(77 124 15 / 0.25);
}
.outline-lime-700\/30 {
  outline-color: rgb(77 124 15 / 0.3);
}
.outline-lime-700\/35 {
  outline-color: rgb(77 124 15 / 0.35);
}
.outline-lime-700\/40 {
  outline-color: rgb(77 124 15 / 0.4);
}
.outline-lime-700\/45 {
  outline-color: rgb(77 124 15 / 0.45);
}
.outline-lime-700\/5 {
  outline-color: rgb(77 124 15 / 0.05);
}
.outline-lime-700\/50 {
  outline-color: rgb(77 124 15 / 0.5);
}
.outline-lime-700\/55 {
  outline-color: rgb(77 124 15 / 0.55);
}
.outline-lime-700\/60 {
  outline-color: rgb(77 124 15 / 0.6);
}
.outline-lime-700\/65 {
  outline-color: rgb(77 124 15 / 0.65);
}
.outline-lime-700\/70 {
  outline-color: rgb(77 124 15 / 0.7);
}
.outline-lime-700\/75 {
  outline-color: rgb(77 124 15 / 0.75);
}
.outline-lime-700\/80 {
  outline-color: rgb(77 124 15 / 0.8);
}
.outline-lime-700\/85 {
  outline-color: rgb(77 124 15 / 0.85);
}
.outline-lime-700\/90 {
  outline-color: rgb(77 124 15 / 0.9);
}
.outline-lime-700\/95 {
  outline-color: rgb(77 124 15 / 0.95);
}
.outline-lime-800 {
  outline-color: #3f6212;
}
.outline-lime-800\/0 {
  outline-color: rgb(63 98 18 / 0);
}
.outline-lime-800\/10 {
  outline-color: rgb(63 98 18 / 0.1);
}
.outline-lime-800\/100 {
  outline-color: rgb(63 98 18 / 1);
}
.outline-lime-800\/15 {
  outline-color: rgb(63 98 18 / 0.15);
}
.outline-lime-800\/20 {
  outline-color: rgb(63 98 18 / 0.2);
}
.outline-lime-800\/25 {
  outline-color: rgb(63 98 18 / 0.25);
}
.outline-lime-800\/30 {
  outline-color: rgb(63 98 18 / 0.3);
}
.outline-lime-800\/35 {
  outline-color: rgb(63 98 18 / 0.35);
}
.outline-lime-800\/40 {
  outline-color: rgb(63 98 18 / 0.4);
}
.outline-lime-800\/45 {
  outline-color: rgb(63 98 18 / 0.45);
}
.outline-lime-800\/5 {
  outline-color: rgb(63 98 18 / 0.05);
}
.outline-lime-800\/50 {
  outline-color: rgb(63 98 18 / 0.5);
}
.outline-lime-800\/55 {
  outline-color: rgb(63 98 18 / 0.55);
}
.outline-lime-800\/60 {
  outline-color: rgb(63 98 18 / 0.6);
}
.outline-lime-800\/65 {
  outline-color: rgb(63 98 18 / 0.65);
}
.outline-lime-800\/70 {
  outline-color: rgb(63 98 18 / 0.7);
}
.outline-lime-800\/75 {
  outline-color: rgb(63 98 18 / 0.75);
}
.outline-lime-800\/80 {
  outline-color: rgb(63 98 18 / 0.8);
}
.outline-lime-800\/85 {
  outline-color: rgb(63 98 18 / 0.85);
}
.outline-lime-800\/90 {
  outline-color: rgb(63 98 18 / 0.9);
}
.outline-lime-800\/95 {
  outline-color: rgb(63 98 18 / 0.95);
}
.outline-lime-900 {
  outline-color: #365314;
}
.outline-lime-900\/0 {
  outline-color: rgb(54 83 20 / 0);
}
.outline-lime-900\/10 {
  outline-color: rgb(54 83 20 / 0.1);
}
.outline-lime-900\/100 {
  outline-color: rgb(54 83 20 / 1);
}
.outline-lime-900\/15 {
  outline-color: rgb(54 83 20 / 0.15);
}
.outline-lime-900\/20 {
  outline-color: rgb(54 83 20 / 0.2);
}
.outline-lime-900\/25 {
  outline-color: rgb(54 83 20 / 0.25);
}
.outline-lime-900\/30 {
  outline-color: rgb(54 83 20 / 0.3);
}
.outline-lime-900\/35 {
  outline-color: rgb(54 83 20 / 0.35);
}
.outline-lime-900\/40 {
  outline-color: rgb(54 83 20 / 0.4);
}
.outline-lime-900\/45 {
  outline-color: rgb(54 83 20 / 0.45);
}
.outline-lime-900\/5 {
  outline-color: rgb(54 83 20 / 0.05);
}
.outline-lime-900\/50 {
  outline-color: rgb(54 83 20 / 0.5);
}
.outline-lime-900\/55 {
  outline-color: rgb(54 83 20 / 0.55);
}
.outline-lime-900\/60 {
  outline-color: rgb(54 83 20 / 0.6);
}
.outline-lime-900\/65 {
  outline-color: rgb(54 83 20 / 0.65);
}
.outline-lime-900\/70 {
  outline-color: rgb(54 83 20 / 0.7);
}
.outline-lime-900\/75 {
  outline-color: rgb(54 83 20 / 0.75);
}
.outline-lime-900\/80 {
  outline-color: rgb(54 83 20 / 0.8);
}
.outline-lime-900\/85 {
  outline-color: rgb(54 83 20 / 0.85);
}
.outline-lime-900\/90 {
  outline-color: rgb(54 83 20 / 0.9);
}
.outline-lime-900\/95 {
  outline-color: rgb(54 83 20 / 0.95);
}
.outline-lime-950 {
  outline-color: #1a2e05;
}
.outline-lime-950\/0 {
  outline-color: rgb(26 46 5 / 0);
}
.outline-lime-950\/10 {
  outline-color: rgb(26 46 5 / 0.1);
}
.outline-lime-950\/100 {
  outline-color: rgb(26 46 5 / 1);
}
.outline-lime-950\/15 {
  outline-color: rgb(26 46 5 / 0.15);
}
.outline-lime-950\/20 {
  outline-color: rgb(26 46 5 / 0.2);
}
.outline-lime-950\/25 {
  outline-color: rgb(26 46 5 / 0.25);
}
.outline-lime-950\/30 {
  outline-color: rgb(26 46 5 / 0.3);
}
.outline-lime-950\/35 {
  outline-color: rgb(26 46 5 / 0.35);
}
.outline-lime-950\/40 {
  outline-color: rgb(26 46 5 / 0.4);
}
.outline-lime-950\/45 {
  outline-color: rgb(26 46 5 / 0.45);
}
.outline-lime-950\/5 {
  outline-color: rgb(26 46 5 / 0.05);
}
.outline-lime-950\/50 {
  outline-color: rgb(26 46 5 / 0.5);
}
.outline-lime-950\/55 {
  outline-color: rgb(26 46 5 / 0.55);
}
.outline-lime-950\/60 {
  outline-color: rgb(26 46 5 / 0.6);
}
.outline-lime-950\/65 {
  outline-color: rgb(26 46 5 / 0.65);
}
.outline-lime-950\/70 {
  outline-color: rgb(26 46 5 / 0.7);
}
.outline-lime-950\/75 {
  outline-color: rgb(26 46 5 / 0.75);
}
.outline-lime-950\/80 {
  outline-color: rgb(26 46 5 / 0.8);
}
.outline-lime-950\/85 {
  outline-color: rgb(26 46 5 / 0.85);
}
.outline-lime-950\/90 {
  outline-color: rgb(26 46 5 / 0.9);
}
.outline-lime-950\/95 {
  outline-color: rgb(26 46 5 / 0.95);
}
.outline-neutral-100 {
  outline-color: #f5f5f5;
}
.outline-neutral-100\/0 {
  outline-color: rgb(245 245 245 / 0);
}
.outline-neutral-100\/10 {
  outline-color: rgb(245 245 245 / 0.1);
}
.outline-neutral-100\/100 {
  outline-color: rgb(245 245 245 / 1);
}
.outline-neutral-100\/15 {
  outline-color: rgb(245 245 245 / 0.15);
}
.outline-neutral-100\/20 {
  outline-color: rgb(245 245 245 / 0.2);
}
.outline-neutral-100\/25 {
  outline-color: rgb(245 245 245 / 0.25);
}
.outline-neutral-100\/30 {
  outline-color: rgb(245 245 245 / 0.3);
}
.outline-neutral-100\/35 {
  outline-color: rgb(245 245 245 / 0.35);
}
.outline-neutral-100\/40 {
  outline-color: rgb(245 245 245 / 0.4);
}
.outline-neutral-100\/45 {
  outline-color: rgb(245 245 245 / 0.45);
}
.outline-neutral-100\/5 {
  outline-color: rgb(245 245 245 / 0.05);
}
.outline-neutral-100\/50 {
  outline-color: rgb(245 245 245 / 0.5);
}
.outline-neutral-100\/55 {
  outline-color: rgb(245 245 245 / 0.55);
}
.outline-neutral-100\/60 {
  outline-color: rgb(245 245 245 / 0.6);
}
.outline-neutral-100\/65 {
  outline-color: rgb(245 245 245 / 0.65);
}
.outline-neutral-100\/70 {
  outline-color: rgb(245 245 245 / 0.7);
}
.outline-neutral-100\/75 {
  outline-color: rgb(245 245 245 / 0.75);
}
.outline-neutral-100\/80 {
  outline-color: rgb(245 245 245 / 0.8);
}
.outline-neutral-100\/85 {
  outline-color: rgb(245 245 245 / 0.85);
}
.outline-neutral-100\/90 {
  outline-color: rgb(245 245 245 / 0.9);
}
.outline-neutral-100\/95 {
  outline-color: rgb(245 245 245 / 0.95);
}
.outline-neutral-200 {
  outline-color: #e5e5e5;
}
.outline-neutral-200\/0 {
  outline-color: rgb(229 229 229 / 0);
}
.outline-neutral-200\/10 {
  outline-color: rgb(229 229 229 / 0.1);
}
.outline-neutral-200\/100 {
  outline-color: rgb(229 229 229 / 1);
}
.outline-neutral-200\/15 {
  outline-color: rgb(229 229 229 / 0.15);
}
.outline-neutral-200\/20 {
  outline-color: rgb(229 229 229 / 0.2);
}
.outline-neutral-200\/25 {
  outline-color: rgb(229 229 229 / 0.25);
}
.outline-neutral-200\/30 {
  outline-color: rgb(229 229 229 / 0.3);
}
.outline-neutral-200\/35 {
  outline-color: rgb(229 229 229 / 0.35);
}
.outline-neutral-200\/40 {
  outline-color: rgb(229 229 229 / 0.4);
}
.outline-neutral-200\/45 {
  outline-color: rgb(229 229 229 / 0.45);
}
.outline-neutral-200\/5 {
  outline-color: rgb(229 229 229 / 0.05);
}
.outline-neutral-200\/50 {
  outline-color: rgb(229 229 229 / 0.5);
}
.outline-neutral-200\/55 {
  outline-color: rgb(229 229 229 / 0.55);
}
.outline-neutral-200\/60 {
  outline-color: rgb(229 229 229 / 0.6);
}
.outline-neutral-200\/65 {
  outline-color: rgb(229 229 229 / 0.65);
}
.outline-neutral-200\/70 {
  outline-color: rgb(229 229 229 / 0.7);
}
.outline-neutral-200\/75 {
  outline-color: rgb(229 229 229 / 0.75);
}
.outline-neutral-200\/80 {
  outline-color: rgb(229 229 229 / 0.8);
}
.outline-neutral-200\/85 {
  outline-color: rgb(229 229 229 / 0.85);
}
.outline-neutral-200\/90 {
  outline-color: rgb(229 229 229 / 0.9);
}
.outline-neutral-200\/95 {
  outline-color: rgb(229 229 229 / 0.95);
}
.outline-neutral-300 {
  outline-color: #d4d4d4;
}
.outline-neutral-300\/0 {
  outline-color: rgb(212 212 212 / 0);
}
.outline-neutral-300\/10 {
  outline-color: rgb(212 212 212 / 0.1);
}
.outline-neutral-300\/100 {
  outline-color: rgb(212 212 212 / 1);
}
.outline-neutral-300\/15 {
  outline-color: rgb(212 212 212 / 0.15);
}
.outline-neutral-300\/20 {
  outline-color: rgb(212 212 212 / 0.2);
}
.outline-neutral-300\/25 {
  outline-color: rgb(212 212 212 / 0.25);
}
.outline-neutral-300\/30 {
  outline-color: rgb(212 212 212 / 0.3);
}
.outline-neutral-300\/35 {
  outline-color: rgb(212 212 212 / 0.35);
}
.outline-neutral-300\/40 {
  outline-color: rgb(212 212 212 / 0.4);
}
.outline-neutral-300\/45 {
  outline-color: rgb(212 212 212 / 0.45);
}
.outline-neutral-300\/5 {
  outline-color: rgb(212 212 212 / 0.05);
}
.outline-neutral-300\/50 {
  outline-color: rgb(212 212 212 / 0.5);
}
.outline-neutral-300\/55 {
  outline-color: rgb(212 212 212 / 0.55);
}
.outline-neutral-300\/60 {
  outline-color: rgb(212 212 212 / 0.6);
}
.outline-neutral-300\/65 {
  outline-color: rgb(212 212 212 / 0.65);
}
.outline-neutral-300\/70 {
  outline-color: rgb(212 212 212 / 0.7);
}
.outline-neutral-300\/75 {
  outline-color: rgb(212 212 212 / 0.75);
}
.outline-neutral-300\/80 {
  outline-color: rgb(212 212 212 / 0.8);
}
.outline-neutral-300\/85 {
  outline-color: rgb(212 212 212 / 0.85);
}
.outline-neutral-300\/90 {
  outline-color: rgb(212 212 212 / 0.9);
}
.outline-neutral-300\/95 {
  outline-color: rgb(212 212 212 / 0.95);
}
.outline-neutral-400 {
  outline-color: #a3a3a3;
}
.outline-neutral-400\/0 {
  outline-color: rgb(163 163 163 / 0);
}
.outline-neutral-400\/10 {
  outline-color: rgb(163 163 163 / 0.1);
}
.outline-neutral-400\/100 {
  outline-color: rgb(163 163 163 / 1);
}
.outline-neutral-400\/15 {
  outline-color: rgb(163 163 163 / 0.15);
}
.outline-neutral-400\/20 {
  outline-color: rgb(163 163 163 / 0.2);
}
.outline-neutral-400\/25 {
  outline-color: rgb(163 163 163 / 0.25);
}
.outline-neutral-400\/30 {
  outline-color: rgb(163 163 163 / 0.3);
}
.outline-neutral-400\/35 {
  outline-color: rgb(163 163 163 / 0.35);
}
.outline-neutral-400\/40 {
  outline-color: rgb(163 163 163 / 0.4);
}
.outline-neutral-400\/45 {
  outline-color: rgb(163 163 163 / 0.45);
}
.outline-neutral-400\/5 {
  outline-color: rgb(163 163 163 / 0.05);
}
.outline-neutral-400\/50 {
  outline-color: rgb(163 163 163 / 0.5);
}
.outline-neutral-400\/55 {
  outline-color: rgb(163 163 163 / 0.55);
}
.outline-neutral-400\/60 {
  outline-color: rgb(163 163 163 / 0.6);
}
.outline-neutral-400\/65 {
  outline-color: rgb(163 163 163 / 0.65);
}
.outline-neutral-400\/70 {
  outline-color: rgb(163 163 163 / 0.7);
}
.outline-neutral-400\/75 {
  outline-color: rgb(163 163 163 / 0.75);
}
.outline-neutral-400\/80 {
  outline-color: rgb(163 163 163 / 0.8);
}
.outline-neutral-400\/85 {
  outline-color: rgb(163 163 163 / 0.85);
}
.outline-neutral-400\/90 {
  outline-color: rgb(163 163 163 / 0.9);
}
.outline-neutral-400\/95 {
  outline-color: rgb(163 163 163 / 0.95);
}
.outline-neutral-50 {
  outline-color: #fafafa;
}
.outline-neutral-50\/0 {
  outline-color: rgb(250 250 250 / 0);
}
.outline-neutral-50\/10 {
  outline-color: rgb(250 250 250 / 0.1);
}
.outline-neutral-50\/100 {
  outline-color: rgb(250 250 250 / 1);
}
.outline-neutral-50\/15 {
  outline-color: rgb(250 250 250 / 0.15);
}
.outline-neutral-50\/20 {
  outline-color: rgb(250 250 250 / 0.2);
}
.outline-neutral-50\/25 {
  outline-color: rgb(250 250 250 / 0.25);
}
.outline-neutral-50\/30 {
  outline-color: rgb(250 250 250 / 0.3);
}
.outline-neutral-50\/35 {
  outline-color: rgb(250 250 250 / 0.35);
}
.outline-neutral-50\/40 {
  outline-color: rgb(250 250 250 / 0.4);
}
.outline-neutral-50\/45 {
  outline-color: rgb(250 250 250 / 0.45);
}
.outline-neutral-50\/5 {
  outline-color: rgb(250 250 250 / 0.05);
}
.outline-neutral-50\/50 {
  outline-color: rgb(250 250 250 / 0.5);
}
.outline-neutral-50\/55 {
  outline-color: rgb(250 250 250 / 0.55);
}
.outline-neutral-50\/60 {
  outline-color: rgb(250 250 250 / 0.6);
}
.outline-neutral-50\/65 {
  outline-color: rgb(250 250 250 / 0.65);
}
.outline-neutral-50\/70 {
  outline-color: rgb(250 250 250 / 0.7);
}
.outline-neutral-50\/75 {
  outline-color: rgb(250 250 250 / 0.75);
}
.outline-neutral-50\/80 {
  outline-color: rgb(250 250 250 / 0.8);
}
.outline-neutral-50\/85 {
  outline-color: rgb(250 250 250 / 0.85);
}
.outline-neutral-50\/90 {
  outline-color: rgb(250 250 250 / 0.9);
}
.outline-neutral-50\/95 {
  outline-color: rgb(250 250 250 / 0.95);
}
.outline-neutral-500 {
  outline-color: #737373;
}
.outline-neutral-500\/0 {
  outline-color: rgb(115 115 115 / 0);
}
.outline-neutral-500\/10 {
  outline-color: rgb(115 115 115 / 0.1);
}
.outline-neutral-500\/100 {
  outline-color: rgb(115 115 115 / 1);
}
.outline-neutral-500\/15 {
  outline-color: rgb(115 115 115 / 0.15);
}
.outline-neutral-500\/20 {
  outline-color: rgb(115 115 115 / 0.2);
}
.outline-neutral-500\/25 {
  outline-color: rgb(115 115 115 / 0.25);
}
.outline-neutral-500\/30 {
  outline-color: rgb(115 115 115 / 0.3);
}
.outline-neutral-500\/35 {
  outline-color: rgb(115 115 115 / 0.35);
}
.outline-neutral-500\/40 {
  outline-color: rgb(115 115 115 / 0.4);
}
.outline-neutral-500\/45 {
  outline-color: rgb(115 115 115 / 0.45);
}
.outline-neutral-500\/5 {
  outline-color: rgb(115 115 115 / 0.05);
}
.outline-neutral-500\/50 {
  outline-color: rgb(115 115 115 / 0.5);
}
.outline-neutral-500\/55 {
  outline-color: rgb(115 115 115 / 0.55);
}
.outline-neutral-500\/60 {
  outline-color: rgb(115 115 115 / 0.6);
}
.outline-neutral-500\/65 {
  outline-color: rgb(115 115 115 / 0.65);
}
.outline-neutral-500\/70 {
  outline-color: rgb(115 115 115 / 0.7);
}
.outline-neutral-500\/75 {
  outline-color: rgb(115 115 115 / 0.75);
}
.outline-neutral-500\/80 {
  outline-color: rgb(115 115 115 / 0.8);
}
.outline-neutral-500\/85 {
  outline-color: rgb(115 115 115 / 0.85);
}
.outline-neutral-500\/90 {
  outline-color: rgb(115 115 115 / 0.9);
}
.outline-neutral-500\/95 {
  outline-color: rgb(115 115 115 / 0.95);
}
.outline-neutral-600 {
  outline-color: #525252;
}
.outline-neutral-600\/0 {
  outline-color: rgb(82 82 82 / 0);
}
.outline-neutral-600\/10 {
  outline-color: rgb(82 82 82 / 0.1);
}
.outline-neutral-600\/100 {
  outline-color: rgb(82 82 82 / 1);
}
.outline-neutral-600\/15 {
  outline-color: rgb(82 82 82 / 0.15);
}
.outline-neutral-600\/20 {
  outline-color: rgb(82 82 82 / 0.2);
}
.outline-neutral-600\/25 {
  outline-color: rgb(82 82 82 / 0.25);
}
.outline-neutral-600\/30 {
  outline-color: rgb(82 82 82 / 0.3);
}
.outline-neutral-600\/35 {
  outline-color: rgb(82 82 82 / 0.35);
}
.outline-neutral-600\/40 {
  outline-color: rgb(82 82 82 / 0.4);
}
.outline-neutral-600\/45 {
  outline-color: rgb(82 82 82 / 0.45);
}
.outline-neutral-600\/5 {
  outline-color: rgb(82 82 82 / 0.05);
}
.outline-neutral-600\/50 {
  outline-color: rgb(82 82 82 / 0.5);
}
.outline-neutral-600\/55 {
  outline-color: rgb(82 82 82 / 0.55);
}
.outline-neutral-600\/60 {
  outline-color: rgb(82 82 82 / 0.6);
}
.outline-neutral-600\/65 {
  outline-color: rgb(82 82 82 / 0.65);
}
.outline-neutral-600\/70 {
  outline-color: rgb(82 82 82 / 0.7);
}
.outline-neutral-600\/75 {
  outline-color: rgb(82 82 82 / 0.75);
}
.outline-neutral-600\/80 {
  outline-color: rgb(82 82 82 / 0.8);
}
.outline-neutral-600\/85 {
  outline-color: rgb(82 82 82 / 0.85);
}
.outline-neutral-600\/90 {
  outline-color: rgb(82 82 82 / 0.9);
}
.outline-neutral-600\/95 {
  outline-color: rgb(82 82 82 / 0.95);
}
.outline-neutral-700 {
  outline-color: #404040;
}
.outline-neutral-700\/0 {
  outline-color: rgb(64 64 64 / 0);
}
.outline-neutral-700\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}
.outline-neutral-700\/100 {
  outline-color: rgb(64 64 64 / 1);
}
.outline-neutral-700\/15 {
  outline-color: rgb(64 64 64 / 0.15);
}
.outline-neutral-700\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}
.outline-neutral-700\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}
.outline-neutral-700\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}
.outline-neutral-700\/35 {
  outline-color: rgb(64 64 64 / 0.35);
}
.outline-neutral-700\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}
.outline-neutral-700\/45 {
  outline-color: rgb(64 64 64 / 0.45);
}
.outline-neutral-700\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}
.outline-neutral-700\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-neutral-700\/55 {
  outline-color: rgb(64 64 64 / 0.55);
}
.outline-neutral-700\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}
.outline-neutral-700\/65 {
  outline-color: rgb(64 64 64 / 0.65);
}
.outline-neutral-700\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}
.outline-neutral-700\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}
.outline-neutral-700\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}
.outline-neutral-700\/85 {
  outline-color: rgb(64 64 64 / 0.85);
}
.outline-neutral-700\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}
.outline-neutral-700\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}
.outline-neutral-800 {
  outline-color: #262626;
}
.outline-neutral-800\/0 {
  outline-color: rgb(38 38 38 / 0);
}
.outline-neutral-800\/10 {
  outline-color: rgb(38 38 38 / 0.1);
}
.outline-neutral-800\/100 {
  outline-color: rgb(38 38 38 / 1);
}
.outline-neutral-800\/15 {
  outline-color: rgb(38 38 38 / 0.15);
}
.outline-neutral-800\/20 {
  outline-color: rgb(38 38 38 / 0.2);
}
.outline-neutral-800\/25 {
  outline-color: rgb(38 38 38 / 0.25);
}
.outline-neutral-800\/30 {
  outline-color: rgb(38 38 38 / 0.3);
}
.outline-neutral-800\/35 {
  outline-color: rgb(38 38 38 / 0.35);
}
.outline-neutral-800\/40 {
  outline-color: rgb(38 38 38 / 0.4);
}
.outline-neutral-800\/45 {
  outline-color: rgb(38 38 38 / 0.45);
}
.outline-neutral-800\/5 {
  outline-color: rgb(38 38 38 / 0.05);
}
.outline-neutral-800\/50 {
  outline-color: rgb(38 38 38 / 0.5);
}
.outline-neutral-800\/55 {
  outline-color: rgb(38 38 38 / 0.55);
}
.outline-neutral-800\/60 {
  outline-color: rgb(38 38 38 / 0.6);
}
.outline-neutral-800\/65 {
  outline-color: rgb(38 38 38 / 0.65);
}
.outline-neutral-800\/70 {
  outline-color: rgb(38 38 38 / 0.7);
}
.outline-neutral-800\/75 {
  outline-color: rgb(38 38 38 / 0.75);
}
.outline-neutral-800\/80 {
  outline-color: rgb(38 38 38 / 0.8);
}
.outline-neutral-800\/85 {
  outline-color: rgb(38 38 38 / 0.85);
}
.outline-neutral-800\/90 {
  outline-color: rgb(38 38 38 / 0.9);
}
.outline-neutral-800\/95 {
  outline-color: rgb(38 38 38 / 0.95);
}
.outline-neutral-900 {
  outline-color: #171717;
}
.outline-neutral-900\/0 {
  outline-color: rgb(23 23 23 / 0);
}
.outline-neutral-900\/10 {
  outline-color: rgb(23 23 23 / 0.1);
}
.outline-neutral-900\/100 {
  outline-color: rgb(23 23 23 / 1);
}
.outline-neutral-900\/15 {
  outline-color: rgb(23 23 23 / 0.15);
}
.outline-neutral-900\/20 {
  outline-color: rgb(23 23 23 / 0.2);
}
.outline-neutral-900\/25 {
  outline-color: rgb(23 23 23 / 0.25);
}
.outline-neutral-900\/30 {
  outline-color: rgb(23 23 23 / 0.3);
}
.outline-neutral-900\/35 {
  outline-color: rgb(23 23 23 / 0.35);
}
.outline-neutral-900\/40 {
  outline-color: rgb(23 23 23 / 0.4);
}
.outline-neutral-900\/45 {
  outline-color: rgb(23 23 23 / 0.45);
}
.outline-neutral-900\/5 {
  outline-color: rgb(23 23 23 / 0.05);
}
.outline-neutral-900\/50 {
  outline-color: rgb(23 23 23 / 0.5);
}
.outline-neutral-900\/55 {
  outline-color: rgb(23 23 23 / 0.55);
}
.outline-neutral-900\/60 {
  outline-color: rgb(23 23 23 / 0.6);
}
.outline-neutral-900\/65 {
  outline-color: rgb(23 23 23 / 0.65);
}
.outline-neutral-900\/70 {
  outline-color: rgb(23 23 23 / 0.7);
}
.outline-neutral-900\/75 {
  outline-color: rgb(23 23 23 / 0.75);
}
.outline-neutral-900\/80 {
  outline-color: rgb(23 23 23 / 0.8);
}
.outline-neutral-900\/85 {
  outline-color: rgb(23 23 23 / 0.85);
}
.outline-neutral-900\/90 {
  outline-color: rgb(23 23 23 / 0.9);
}
.outline-neutral-900\/95 {
  outline-color: rgb(23 23 23 / 0.95);
}
.outline-neutral-950 {
  outline-color: #0a0a0a;
}
.outline-neutral-950\/0 {
  outline-color: rgb(10 10 10 / 0);
}
.outline-neutral-950\/10 {
  outline-color: rgb(10 10 10 / 0.1);
}
.outline-neutral-950\/100 {
  outline-color: rgb(10 10 10 / 1);
}
.outline-neutral-950\/15 {
  outline-color: rgb(10 10 10 / 0.15);
}
.outline-neutral-950\/20 {
  outline-color: rgb(10 10 10 / 0.2);
}
.outline-neutral-950\/25 {
  outline-color: rgb(10 10 10 / 0.25);
}
.outline-neutral-950\/30 {
  outline-color: rgb(10 10 10 / 0.3);
}
.outline-neutral-950\/35 {
  outline-color: rgb(10 10 10 / 0.35);
}
.outline-neutral-950\/40 {
  outline-color: rgb(10 10 10 / 0.4);
}
.outline-neutral-950\/45 {
  outline-color: rgb(10 10 10 / 0.45);
}
.outline-neutral-950\/5 {
  outline-color: rgb(10 10 10 / 0.05);
}
.outline-neutral-950\/50 {
  outline-color: rgb(10 10 10 / 0.5);
}
.outline-neutral-950\/55 {
  outline-color: rgb(10 10 10 / 0.55);
}
.outline-neutral-950\/60 {
  outline-color: rgb(10 10 10 / 0.6);
}
.outline-neutral-950\/65 {
  outline-color: rgb(10 10 10 / 0.65);
}
.outline-neutral-950\/70 {
  outline-color: rgb(10 10 10 / 0.7);
}
.outline-neutral-950\/75 {
  outline-color: rgb(10 10 10 / 0.75);
}
.outline-neutral-950\/80 {
  outline-color: rgb(10 10 10 / 0.8);
}
.outline-neutral-950\/85 {
  outline-color: rgb(10 10 10 / 0.85);
}
.outline-neutral-950\/90 {
  outline-color: rgb(10 10 10 / 0.9);
}
.outline-neutral-950\/95 {
  outline-color: rgb(10 10 10 / 0.95);
}
.outline-orange-100 {
  outline-color: #ffedd5;
}
.outline-orange-100\/0 {
  outline-color: rgb(255 237 213 / 0);
}
.outline-orange-100\/10 {
  outline-color: rgb(255 237 213 / 0.1);
}
.outline-orange-100\/100 {
  outline-color: rgb(255 237 213 / 1);
}
.outline-orange-100\/15 {
  outline-color: rgb(255 237 213 / 0.15);
}
.outline-orange-100\/20 {
  outline-color: rgb(255 237 213 / 0.2);
}
.outline-orange-100\/25 {
  outline-color: rgb(255 237 213 / 0.25);
}
.outline-orange-100\/30 {
  outline-color: rgb(255 237 213 / 0.3);
}
.outline-orange-100\/35 {
  outline-color: rgb(255 237 213 / 0.35);
}
.outline-orange-100\/40 {
  outline-color: rgb(255 237 213 / 0.4);
}
.outline-orange-100\/45 {
  outline-color: rgb(255 237 213 / 0.45);
}
.outline-orange-100\/5 {
  outline-color: rgb(255 237 213 / 0.05);
}
.outline-orange-100\/50 {
  outline-color: rgb(255 237 213 / 0.5);
}
.outline-orange-100\/55 {
  outline-color: rgb(255 237 213 / 0.55);
}
.outline-orange-100\/60 {
  outline-color: rgb(255 237 213 / 0.6);
}
.outline-orange-100\/65 {
  outline-color: rgb(255 237 213 / 0.65);
}
.outline-orange-100\/70 {
  outline-color: rgb(255 237 213 / 0.7);
}
.outline-orange-100\/75 {
  outline-color: rgb(255 237 213 / 0.75);
}
.outline-orange-100\/80 {
  outline-color: rgb(255 237 213 / 0.8);
}
.outline-orange-100\/85 {
  outline-color: rgb(255 237 213 / 0.85);
}
.outline-orange-100\/90 {
  outline-color: rgb(255 237 213 / 0.9);
}
.outline-orange-100\/95 {
  outline-color: rgb(255 237 213 / 0.95);
}
.outline-orange-200 {
  outline-color: #fed7aa;
}
.outline-orange-200\/0 {
  outline-color: rgb(254 215 170 / 0);
}
.outline-orange-200\/10 {
  outline-color: rgb(254 215 170 / 0.1);
}
.outline-orange-200\/100 {
  outline-color: rgb(254 215 170 / 1);
}
.outline-orange-200\/15 {
  outline-color: rgb(254 215 170 / 0.15);
}
.outline-orange-200\/20 {
  outline-color: rgb(254 215 170 / 0.2);
}
.outline-orange-200\/25 {
  outline-color: rgb(254 215 170 / 0.25);
}
.outline-orange-200\/30 {
  outline-color: rgb(254 215 170 / 0.3);
}
.outline-orange-200\/35 {
  outline-color: rgb(254 215 170 / 0.35);
}
.outline-orange-200\/40 {
  outline-color: rgb(254 215 170 / 0.4);
}
.outline-orange-200\/45 {
  outline-color: rgb(254 215 170 / 0.45);
}
.outline-orange-200\/5 {
  outline-color: rgb(254 215 170 / 0.05);
}
.outline-orange-200\/50 {
  outline-color: rgb(254 215 170 / 0.5);
}
.outline-orange-200\/55 {
  outline-color: rgb(254 215 170 / 0.55);
}
.outline-orange-200\/60 {
  outline-color: rgb(254 215 170 / 0.6);
}
.outline-orange-200\/65 {
  outline-color: rgb(254 215 170 / 0.65);
}
.outline-orange-200\/70 {
  outline-color: rgb(254 215 170 / 0.7);
}
.outline-orange-200\/75 {
  outline-color: rgb(254 215 170 / 0.75);
}
.outline-orange-200\/80 {
  outline-color: rgb(254 215 170 / 0.8);
}
.outline-orange-200\/85 {
  outline-color: rgb(254 215 170 / 0.85);
}
.outline-orange-200\/90 {
  outline-color: rgb(254 215 170 / 0.9);
}
.outline-orange-200\/95 {
  outline-color: rgb(254 215 170 / 0.95);
}
.outline-orange-300 {
  outline-color: #fdba74;
}
.outline-orange-300\/0 {
  outline-color: rgb(253 186 116 / 0);
}
.outline-orange-300\/10 {
  outline-color: rgb(253 186 116 / 0.1);
}
.outline-orange-300\/100 {
  outline-color: rgb(253 186 116 / 1);
}
.outline-orange-300\/15 {
  outline-color: rgb(253 186 116 / 0.15);
}
.outline-orange-300\/20 {
  outline-color: rgb(253 186 116 / 0.2);
}
.outline-orange-300\/25 {
  outline-color: rgb(253 186 116 / 0.25);
}
.outline-orange-300\/30 {
  outline-color: rgb(253 186 116 / 0.3);
}
.outline-orange-300\/35 {
  outline-color: rgb(253 186 116 / 0.35);
}
.outline-orange-300\/40 {
  outline-color: rgb(253 186 116 / 0.4);
}
.outline-orange-300\/45 {
  outline-color: rgb(253 186 116 / 0.45);
}
.outline-orange-300\/5 {
  outline-color: rgb(253 186 116 / 0.05);
}
.outline-orange-300\/50 {
  outline-color: rgb(253 186 116 / 0.5);
}
.outline-orange-300\/55 {
  outline-color: rgb(253 186 116 / 0.55);
}
.outline-orange-300\/60 {
  outline-color: rgb(253 186 116 / 0.6);
}
.outline-orange-300\/65 {
  outline-color: rgb(253 186 116 / 0.65);
}
.outline-orange-300\/70 {
  outline-color: rgb(253 186 116 / 0.7);
}
.outline-orange-300\/75 {
  outline-color: rgb(253 186 116 / 0.75);
}
.outline-orange-300\/80 {
  outline-color: rgb(253 186 116 / 0.8);
}
.outline-orange-300\/85 {
  outline-color: rgb(253 186 116 / 0.85);
}
.outline-orange-300\/90 {
  outline-color: rgb(253 186 116 / 0.9);
}
.outline-orange-300\/95 {
  outline-color: rgb(253 186 116 / 0.95);
}
.outline-orange-400 {
  outline-color: #fb923c;
}
.outline-orange-400\/0 {
  outline-color: rgb(251 146 60 / 0);
}
.outline-orange-400\/10 {
  outline-color: rgb(251 146 60 / 0.1);
}
.outline-orange-400\/100 {
  outline-color: rgb(251 146 60 / 1);
}
.outline-orange-400\/15 {
  outline-color: rgb(251 146 60 / 0.15);
}
.outline-orange-400\/20 {
  outline-color: rgb(251 146 60 / 0.2);
}
.outline-orange-400\/25 {
  outline-color: rgb(251 146 60 / 0.25);
}
.outline-orange-400\/30 {
  outline-color: rgb(251 146 60 / 0.3);
}
.outline-orange-400\/35 {
  outline-color: rgb(251 146 60 / 0.35);
}
.outline-orange-400\/40 {
  outline-color: rgb(251 146 60 / 0.4);
}
.outline-orange-400\/45 {
  outline-color: rgb(251 146 60 / 0.45);
}
.outline-orange-400\/5 {
  outline-color: rgb(251 146 60 / 0.05);
}
.outline-orange-400\/50 {
  outline-color: rgb(251 146 60 / 0.5);
}
.outline-orange-400\/55 {
  outline-color: rgb(251 146 60 / 0.55);
}
.outline-orange-400\/60 {
  outline-color: rgb(251 146 60 / 0.6);
}
.outline-orange-400\/65 {
  outline-color: rgb(251 146 60 / 0.65);
}
.outline-orange-400\/70 {
  outline-color: rgb(251 146 60 / 0.7);
}
.outline-orange-400\/75 {
  outline-color: rgb(251 146 60 / 0.75);
}
.outline-orange-400\/80 {
  outline-color: rgb(251 146 60 / 0.8);
}
.outline-orange-400\/85 {
  outline-color: rgb(251 146 60 / 0.85);
}
.outline-orange-400\/90 {
  outline-color: rgb(251 146 60 / 0.9);
}
.outline-orange-400\/95 {
  outline-color: rgb(251 146 60 / 0.95);
}
.outline-orange-50 {
  outline-color: #fff7ed;
}
.outline-orange-50\/0 {
  outline-color: rgb(255 247 237 / 0);
}
.outline-orange-50\/10 {
  outline-color: rgb(255 247 237 / 0.1);
}
.outline-orange-50\/100 {
  outline-color: rgb(255 247 237 / 1);
}
.outline-orange-50\/15 {
  outline-color: rgb(255 247 237 / 0.15);
}
.outline-orange-50\/20 {
  outline-color: rgb(255 247 237 / 0.2);
}
.outline-orange-50\/25 {
  outline-color: rgb(255 247 237 / 0.25);
}
.outline-orange-50\/30 {
  outline-color: rgb(255 247 237 / 0.3);
}
.outline-orange-50\/35 {
  outline-color: rgb(255 247 237 / 0.35);
}
.outline-orange-50\/40 {
  outline-color: rgb(255 247 237 / 0.4);
}
.outline-orange-50\/45 {
  outline-color: rgb(255 247 237 / 0.45);
}
.outline-orange-50\/5 {
  outline-color: rgb(255 247 237 / 0.05);
}
.outline-orange-50\/50 {
  outline-color: rgb(255 247 237 / 0.5);
}
.outline-orange-50\/55 {
  outline-color: rgb(255 247 237 / 0.55);
}
.outline-orange-50\/60 {
  outline-color: rgb(255 247 237 / 0.6);
}
.outline-orange-50\/65 {
  outline-color: rgb(255 247 237 / 0.65);
}
.outline-orange-50\/70 {
  outline-color: rgb(255 247 237 / 0.7);
}
.outline-orange-50\/75 {
  outline-color: rgb(255 247 237 / 0.75);
}
.outline-orange-50\/80 {
  outline-color: rgb(255 247 237 / 0.8);
}
.outline-orange-50\/85 {
  outline-color: rgb(255 247 237 / 0.85);
}
.outline-orange-50\/90 {
  outline-color: rgb(255 247 237 / 0.9);
}
.outline-orange-50\/95 {
  outline-color: rgb(255 247 237 / 0.95);
}
.outline-orange-500 {
  outline-color: #f97316;
}
.outline-orange-500\/0 {
  outline-color: rgb(249 115 22 / 0);
}
.outline-orange-500\/10 {
  outline-color: rgb(249 115 22 / 0.1);
}
.outline-orange-500\/100 {
  outline-color: rgb(249 115 22 / 1);
}
.outline-orange-500\/15 {
  outline-color: rgb(249 115 22 / 0.15);
}
.outline-orange-500\/20 {
  outline-color: rgb(249 115 22 / 0.2);
}
.outline-orange-500\/25 {
  outline-color: rgb(249 115 22 / 0.25);
}
.outline-orange-500\/30 {
  outline-color: rgb(249 115 22 / 0.3);
}
.outline-orange-500\/35 {
  outline-color: rgb(249 115 22 / 0.35);
}
.outline-orange-500\/40 {
  outline-color: rgb(249 115 22 / 0.4);
}
.outline-orange-500\/45 {
  outline-color: rgb(249 115 22 / 0.45);
}
.outline-orange-500\/5 {
  outline-color: rgb(249 115 22 / 0.05);
}
.outline-orange-500\/50 {
  outline-color: rgb(249 115 22 / 0.5);
}
.outline-orange-500\/55 {
  outline-color: rgb(249 115 22 / 0.55);
}
.outline-orange-500\/60 {
  outline-color: rgb(249 115 22 / 0.6);
}
.outline-orange-500\/65 {
  outline-color: rgb(249 115 22 / 0.65);
}
.outline-orange-500\/70 {
  outline-color: rgb(249 115 22 / 0.7);
}
.outline-orange-500\/75 {
  outline-color: rgb(249 115 22 / 0.75);
}
.outline-orange-500\/80 {
  outline-color: rgb(249 115 22 / 0.8);
}
.outline-orange-500\/85 {
  outline-color: rgb(249 115 22 / 0.85);
}
.outline-orange-500\/90 {
  outline-color: rgb(249 115 22 / 0.9);
}
.outline-orange-500\/95 {
  outline-color: rgb(249 115 22 / 0.95);
}
.outline-orange-600 {
  outline-color: #ea580c;
}
.outline-orange-600\/0 {
  outline-color: rgb(234 88 12 / 0);
}
.outline-orange-600\/10 {
  outline-color: rgb(234 88 12 / 0.1);
}
.outline-orange-600\/100 {
  outline-color: rgb(234 88 12 / 1);
}
.outline-orange-600\/15 {
  outline-color: rgb(234 88 12 / 0.15);
}
.outline-orange-600\/20 {
  outline-color: rgb(234 88 12 / 0.2);
}
.outline-orange-600\/25 {
  outline-color: rgb(234 88 12 / 0.25);
}
.outline-orange-600\/30 {
  outline-color: rgb(234 88 12 / 0.3);
}
.outline-orange-600\/35 {
  outline-color: rgb(234 88 12 / 0.35);
}
.outline-orange-600\/40 {
  outline-color: rgb(234 88 12 / 0.4);
}
.outline-orange-600\/45 {
  outline-color: rgb(234 88 12 / 0.45);
}
.outline-orange-600\/5 {
  outline-color: rgb(234 88 12 / 0.05);
}
.outline-orange-600\/50 {
  outline-color: rgb(234 88 12 / 0.5);
}
.outline-orange-600\/55 {
  outline-color: rgb(234 88 12 / 0.55);
}
.outline-orange-600\/60 {
  outline-color: rgb(234 88 12 / 0.6);
}
.outline-orange-600\/65 {
  outline-color: rgb(234 88 12 / 0.65);
}
.outline-orange-600\/70 {
  outline-color: rgb(234 88 12 / 0.7);
}
.outline-orange-600\/75 {
  outline-color: rgb(234 88 12 / 0.75);
}
.outline-orange-600\/80 {
  outline-color: rgb(234 88 12 / 0.8);
}
.outline-orange-600\/85 {
  outline-color: rgb(234 88 12 / 0.85);
}
.outline-orange-600\/90 {
  outline-color: rgb(234 88 12 / 0.9);
}
.outline-orange-600\/95 {
  outline-color: rgb(234 88 12 / 0.95);
}
.outline-orange-700 {
  outline-color: #c2410c;
}
.outline-orange-700\/0 {
  outline-color: rgb(194 65 12 / 0);
}
.outline-orange-700\/10 {
  outline-color: rgb(194 65 12 / 0.1);
}
.outline-orange-700\/100 {
  outline-color: rgb(194 65 12 / 1);
}
.outline-orange-700\/15 {
  outline-color: rgb(194 65 12 / 0.15);
}
.outline-orange-700\/20 {
  outline-color: rgb(194 65 12 / 0.2);
}
.outline-orange-700\/25 {
  outline-color: rgb(194 65 12 / 0.25);
}
.outline-orange-700\/30 {
  outline-color: rgb(194 65 12 / 0.3);
}
.outline-orange-700\/35 {
  outline-color: rgb(194 65 12 / 0.35);
}
.outline-orange-700\/40 {
  outline-color: rgb(194 65 12 / 0.4);
}
.outline-orange-700\/45 {
  outline-color: rgb(194 65 12 / 0.45);
}
.outline-orange-700\/5 {
  outline-color: rgb(194 65 12 / 0.05);
}
.outline-orange-700\/50 {
  outline-color: rgb(194 65 12 / 0.5);
}
.outline-orange-700\/55 {
  outline-color: rgb(194 65 12 / 0.55);
}
.outline-orange-700\/60 {
  outline-color: rgb(194 65 12 / 0.6);
}
.outline-orange-700\/65 {
  outline-color: rgb(194 65 12 / 0.65);
}
.outline-orange-700\/70 {
  outline-color: rgb(194 65 12 / 0.7);
}
.outline-orange-700\/75 {
  outline-color: rgb(194 65 12 / 0.75);
}
.outline-orange-700\/80 {
  outline-color: rgb(194 65 12 / 0.8);
}
.outline-orange-700\/85 {
  outline-color: rgb(194 65 12 / 0.85);
}
.outline-orange-700\/90 {
  outline-color: rgb(194 65 12 / 0.9);
}
.outline-orange-700\/95 {
  outline-color: rgb(194 65 12 / 0.95);
}
.outline-orange-800 {
  outline-color: #9a3412;
}
.outline-orange-800\/0 {
  outline-color: rgb(154 52 18 / 0);
}
.outline-orange-800\/10 {
  outline-color: rgb(154 52 18 / 0.1);
}
.outline-orange-800\/100 {
  outline-color: rgb(154 52 18 / 1);
}
.outline-orange-800\/15 {
  outline-color: rgb(154 52 18 / 0.15);
}
.outline-orange-800\/20 {
  outline-color: rgb(154 52 18 / 0.2);
}
.outline-orange-800\/25 {
  outline-color: rgb(154 52 18 / 0.25);
}
.outline-orange-800\/30 {
  outline-color: rgb(154 52 18 / 0.3);
}
.outline-orange-800\/35 {
  outline-color: rgb(154 52 18 / 0.35);
}
.outline-orange-800\/40 {
  outline-color: rgb(154 52 18 / 0.4);
}
.outline-orange-800\/45 {
  outline-color: rgb(154 52 18 / 0.45);
}
.outline-orange-800\/5 {
  outline-color: rgb(154 52 18 / 0.05);
}
.outline-orange-800\/50 {
  outline-color: rgb(154 52 18 / 0.5);
}
.outline-orange-800\/55 {
  outline-color: rgb(154 52 18 / 0.55);
}
.outline-orange-800\/60 {
  outline-color: rgb(154 52 18 / 0.6);
}
.outline-orange-800\/65 {
  outline-color: rgb(154 52 18 / 0.65);
}
.outline-orange-800\/70 {
  outline-color: rgb(154 52 18 / 0.7);
}
.outline-orange-800\/75 {
  outline-color: rgb(154 52 18 / 0.75);
}
.outline-orange-800\/80 {
  outline-color: rgb(154 52 18 / 0.8);
}
.outline-orange-800\/85 {
  outline-color: rgb(154 52 18 / 0.85);
}
.outline-orange-800\/90 {
  outline-color: rgb(154 52 18 / 0.9);
}
.outline-orange-800\/95 {
  outline-color: rgb(154 52 18 / 0.95);
}
.outline-orange-900 {
  outline-color: #7c2d12;
}
.outline-orange-900\/0 {
  outline-color: rgb(124 45 18 / 0);
}
.outline-orange-900\/10 {
  outline-color: rgb(124 45 18 / 0.1);
}
.outline-orange-900\/100 {
  outline-color: rgb(124 45 18 / 1);
}
.outline-orange-900\/15 {
  outline-color: rgb(124 45 18 / 0.15);
}
.outline-orange-900\/20 {
  outline-color: rgb(124 45 18 / 0.2);
}
.outline-orange-900\/25 {
  outline-color: rgb(124 45 18 / 0.25);
}
.outline-orange-900\/30 {
  outline-color: rgb(124 45 18 / 0.3);
}
.outline-orange-900\/35 {
  outline-color: rgb(124 45 18 / 0.35);
}
.outline-orange-900\/40 {
  outline-color: rgb(124 45 18 / 0.4);
}
.outline-orange-900\/45 {
  outline-color: rgb(124 45 18 / 0.45);
}
.outline-orange-900\/5 {
  outline-color: rgb(124 45 18 / 0.05);
}
.outline-orange-900\/50 {
  outline-color: rgb(124 45 18 / 0.5);
}
.outline-orange-900\/55 {
  outline-color: rgb(124 45 18 / 0.55);
}
.outline-orange-900\/60 {
  outline-color: rgb(124 45 18 / 0.6);
}
.outline-orange-900\/65 {
  outline-color: rgb(124 45 18 / 0.65);
}
.outline-orange-900\/70 {
  outline-color: rgb(124 45 18 / 0.7);
}
.outline-orange-900\/75 {
  outline-color: rgb(124 45 18 / 0.75);
}
.outline-orange-900\/80 {
  outline-color: rgb(124 45 18 / 0.8);
}
.outline-orange-900\/85 {
  outline-color: rgb(124 45 18 / 0.85);
}
.outline-orange-900\/90 {
  outline-color: rgb(124 45 18 / 0.9);
}
.outline-orange-900\/95 {
  outline-color: rgb(124 45 18 / 0.95);
}
.outline-orange-950 {
  outline-color: #431407;
}
.outline-orange-950\/0 {
  outline-color: rgb(67 20 7 / 0);
}
.outline-orange-950\/10 {
  outline-color: rgb(67 20 7 / 0.1);
}
.outline-orange-950\/100 {
  outline-color: rgb(67 20 7 / 1);
}
.outline-orange-950\/15 {
  outline-color: rgb(67 20 7 / 0.15);
}
.outline-orange-950\/20 {
  outline-color: rgb(67 20 7 / 0.2);
}
.outline-orange-950\/25 {
  outline-color: rgb(67 20 7 / 0.25);
}
.outline-orange-950\/30 {
  outline-color: rgb(67 20 7 / 0.3);
}
.outline-orange-950\/35 {
  outline-color: rgb(67 20 7 / 0.35);
}
.outline-orange-950\/40 {
  outline-color: rgb(67 20 7 / 0.4);
}
.outline-orange-950\/45 {
  outline-color: rgb(67 20 7 / 0.45);
}
.outline-orange-950\/5 {
  outline-color: rgb(67 20 7 / 0.05);
}
.outline-orange-950\/50 {
  outline-color: rgb(67 20 7 / 0.5);
}
.outline-orange-950\/55 {
  outline-color: rgb(67 20 7 / 0.55);
}
.outline-orange-950\/60 {
  outline-color: rgb(67 20 7 / 0.6);
}
.outline-orange-950\/65 {
  outline-color: rgb(67 20 7 / 0.65);
}
.outline-orange-950\/70 {
  outline-color: rgb(67 20 7 / 0.7);
}
.outline-orange-950\/75 {
  outline-color: rgb(67 20 7 / 0.75);
}
.outline-orange-950\/80 {
  outline-color: rgb(67 20 7 / 0.8);
}
.outline-orange-950\/85 {
  outline-color: rgb(67 20 7 / 0.85);
}
.outline-orange-950\/90 {
  outline-color: rgb(67 20 7 / 0.9);
}
.outline-orange-950\/95 {
  outline-color: rgb(67 20 7 / 0.95);
}
.outline-pink-100 {
  outline-color: #fce7f3;
}
.outline-pink-100\/0 {
  outline-color: rgb(252 231 243 / 0);
}
.outline-pink-100\/10 {
  outline-color: rgb(252 231 243 / 0.1);
}
.outline-pink-100\/100 {
  outline-color: rgb(252 231 243 / 1);
}
.outline-pink-100\/15 {
  outline-color: rgb(252 231 243 / 0.15);
}
.outline-pink-100\/20 {
  outline-color: rgb(252 231 243 / 0.2);
}
.outline-pink-100\/25 {
  outline-color: rgb(252 231 243 / 0.25);
}
.outline-pink-100\/30 {
  outline-color: rgb(252 231 243 / 0.3);
}
.outline-pink-100\/35 {
  outline-color: rgb(252 231 243 / 0.35);
}
.outline-pink-100\/40 {
  outline-color: rgb(252 231 243 / 0.4);
}
.outline-pink-100\/45 {
  outline-color: rgb(252 231 243 / 0.45);
}
.outline-pink-100\/5 {
  outline-color: rgb(252 231 243 / 0.05);
}
.outline-pink-100\/50 {
  outline-color: rgb(252 231 243 / 0.5);
}
.outline-pink-100\/55 {
  outline-color: rgb(252 231 243 / 0.55);
}
.outline-pink-100\/60 {
  outline-color: rgb(252 231 243 / 0.6);
}
.outline-pink-100\/65 {
  outline-color: rgb(252 231 243 / 0.65);
}
.outline-pink-100\/70 {
  outline-color: rgb(252 231 243 / 0.7);
}
.outline-pink-100\/75 {
  outline-color: rgb(252 231 243 / 0.75);
}
.outline-pink-100\/80 {
  outline-color: rgb(252 231 243 / 0.8);
}
.outline-pink-100\/85 {
  outline-color: rgb(252 231 243 / 0.85);
}
.outline-pink-100\/90 {
  outline-color: rgb(252 231 243 / 0.9);
}
.outline-pink-100\/95 {
  outline-color: rgb(252 231 243 / 0.95);
}
.outline-pink-200 {
  outline-color: #fbcfe8;
}
.outline-pink-200\/0 {
  outline-color: rgb(251 207 232 / 0);
}
.outline-pink-200\/10 {
  outline-color: rgb(251 207 232 / 0.1);
}
.outline-pink-200\/100 {
  outline-color: rgb(251 207 232 / 1);
}
.outline-pink-200\/15 {
  outline-color: rgb(251 207 232 / 0.15);
}
.outline-pink-200\/20 {
  outline-color: rgb(251 207 232 / 0.2);
}
.outline-pink-200\/25 {
  outline-color: rgb(251 207 232 / 0.25);
}
.outline-pink-200\/30 {
  outline-color: rgb(251 207 232 / 0.3);
}
.outline-pink-200\/35 {
  outline-color: rgb(251 207 232 / 0.35);
}
.outline-pink-200\/40 {
  outline-color: rgb(251 207 232 / 0.4);
}
.outline-pink-200\/45 {
  outline-color: rgb(251 207 232 / 0.45);
}
.outline-pink-200\/5 {
  outline-color: rgb(251 207 232 / 0.05);
}
.outline-pink-200\/50 {
  outline-color: rgb(251 207 232 / 0.5);
}
.outline-pink-200\/55 {
  outline-color: rgb(251 207 232 / 0.55);
}
.outline-pink-200\/60 {
  outline-color: rgb(251 207 232 / 0.6);
}
.outline-pink-200\/65 {
  outline-color: rgb(251 207 232 / 0.65);
}
.outline-pink-200\/70 {
  outline-color: rgb(251 207 232 / 0.7);
}
.outline-pink-200\/75 {
  outline-color: rgb(251 207 232 / 0.75);
}
.outline-pink-200\/80 {
  outline-color: rgb(251 207 232 / 0.8);
}
.outline-pink-200\/85 {
  outline-color: rgb(251 207 232 / 0.85);
}
.outline-pink-200\/90 {
  outline-color: rgb(251 207 232 / 0.9);
}
.outline-pink-200\/95 {
  outline-color: rgb(251 207 232 / 0.95);
}
.outline-pink-300 {
  outline-color: #f9a8d4;
}
.outline-pink-300\/0 {
  outline-color: rgb(249 168 212 / 0);
}
.outline-pink-300\/10 {
  outline-color: rgb(249 168 212 / 0.1);
}
.outline-pink-300\/100 {
  outline-color: rgb(249 168 212 / 1);
}
.outline-pink-300\/15 {
  outline-color: rgb(249 168 212 / 0.15);
}
.outline-pink-300\/20 {
  outline-color: rgb(249 168 212 / 0.2);
}
.outline-pink-300\/25 {
  outline-color: rgb(249 168 212 / 0.25);
}
.outline-pink-300\/30 {
  outline-color: rgb(249 168 212 / 0.3);
}
.outline-pink-300\/35 {
  outline-color: rgb(249 168 212 / 0.35);
}
.outline-pink-300\/40 {
  outline-color: rgb(249 168 212 / 0.4);
}
.outline-pink-300\/45 {
  outline-color: rgb(249 168 212 / 0.45);
}
.outline-pink-300\/5 {
  outline-color: rgb(249 168 212 / 0.05);
}
.outline-pink-300\/50 {
  outline-color: rgb(249 168 212 / 0.5);
}
.outline-pink-300\/55 {
  outline-color: rgb(249 168 212 / 0.55);
}
.outline-pink-300\/60 {
  outline-color: rgb(249 168 212 / 0.6);
}
.outline-pink-300\/65 {
  outline-color: rgb(249 168 212 / 0.65);
}
.outline-pink-300\/70 {
  outline-color: rgb(249 168 212 / 0.7);
}
.outline-pink-300\/75 {
  outline-color: rgb(249 168 212 / 0.75);
}
.outline-pink-300\/80 {
  outline-color: rgb(249 168 212 / 0.8);
}
.outline-pink-300\/85 {
  outline-color: rgb(249 168 212 / 0.85);
}
.outline-pink-300\/90 {
  outline-color: rgb(249 168 212 / 0.9);
}
.outline-pink-300\/95 {
  outline-color: rgb(249 168 212 / 0.95);
}
.outline-pink-400 {
  outline-color: #f472b6;
}
.outline-pink-400\/0 {
  outline-color: rgb(244 114 182 / 0);
}
.outline-pink-400\/10 {
  outline-color: rgb(244 114 182 / 0.1);
}
.outline-pink-400\/100 {
  outline-color: rgb(244 114 182 / 1);
}
.outline-pink-400\/15 {
  outline-color: rgb(244 114 182 / 0.15);
}
.outline-pink-400\/20 {
  outline-color: rgb(244 114 182 / 0.2);
}
.outline-pink-400\/25 {
  outline-color: rgb(244 114 182 / 0.25);
}
.outline-pink-400\/30 {
  outline-color: rgb(244 114 182 / 0.3);
}
.outline-pink-400\/35 {
  outline-color: rgb(244 114 182 / 0.35);
}
.outline-pink-400\/40 {
  outline-color: rgb(244 114 182 / 0.4);
}
.outline-pink-400\/45 {
  outline-color: rgb(244 114 182 / 0.45);
}
.outline-pink-400\/5 {
  outline-color: rgb(244 114 182 / 0.05);
}
.outline-pink-400\/50 {
  outline-color: rgb(244 114 182 / 0.5);
}
.outline-pink-400\/55 {
  outline-color: rgb(244 114 182 / 0.55);
}
.outline-pink-400\/60 {
  outline-color: rgb(244 114 182 / 0.6);
}
.outline-pink-400\/65 {
  outline-color: rgb(244 114 182 / 0.65);
}
.outline-pink-400\/70 {
  outline-color: rgb(244 114 182 / 0.7);
}
.outline-pink-400\/75 {
  outline-color: rgb(244 114 182 / 0.75);
}
.outline-pink-400\/80 {
  outline-color: rgb(244 114 182 / 0.8);
}
.outline-pink-400\/85 {
  outline-color: rgb(244 114 182 / 0.85);
}
.outline-pink-400\/90 {
  outline-color: rgb(244 114 182 / 0.9);
}
.outline-pink-400\/95 {
  outline-color: rgb(244 114 182 / 0.95);
}
.outline-pink-50 {
  outline-color: #fdf2f8;
}
.outline-pink-50\/0 {
  outline-color: rgb(253 242 248 / 0);
}
.outline-pink-50\/10 {
  outline-color: rgb(253 242 248 / 0.1);
}
.outline-pink-50\/100 {
  outline-color: rgb(253 242 248 / 1);
}
.outline-pink-50\/15 {
  outline-color: rgb(253 242 248 / 0.15);
}
.outline-pink-50\/20 {
  outline-color: rgb(253 242 248 / 0.2);
}
.outline-pink-50\/25 {
  outline-color: rgb(253 242 248 / 0.25);
}
.outline-pink-50\/30 {
  outline-color: rgb(253 242 248 / 0.3);
}
.outline-pink-50\/35 {
  outline-color: rgb(253 242 248 / 0.35);
}
.outline-pink-50\/40 {
  outline-color: rgb(253 242 248 / 0.4);
}
.outline-pink-50\/45 {
  outline-color: rgb(253 242 248 / 0.45);
}
.outline-pink-50\/5 {
  outline-color: rgb(253 242 248 / 0.05);
}
.outline-pink-50\/50 {
  outline-color: rgb(253 242 248 / 0.5);
}
.outline-pink-50\/55 {
  outline-color: rgb(253 242 248 / 0.55);
}
.outline-pink-50\/60 {
  outline-color: rgb(253 242 248 / 0.6);
}
.outline-pink-50\/65 {
  outline-color: rgb(253 242 248 / 0.65);
}
.outline-pink-50\/70 {
  outline-color: rgb(253 242 248 / 0.7);
}
.outline-pink-50\/75 {
  outline-color: rgb(253 242 248 / 0.75);
}
.outline-pink-50\/80 {
  outline-color: rgb(253 242 248 / 0.8);
}
.outline-pink-50\/85 {
  outline-color: rgb(253 242 248 / 0.85);
}
.outline-pink-50\/90 {
  outline-color: rgb(253 242 248 / 0.9);
}
.outline-pink-50\/95 {
  outline-color: rgb(253 242 248 / 0.95);
}
.outline-pink-500 {
  outline-color: #ec4899;
}
.outline-pink-500\/0 {
  outline-color: rgb(236 72 153 / 0);
}
.outline-pink-500\/10 {
  outline-color: rgb(236 72 153 / 0.1);
}
.outline-pink-500\/100 {
  outline-color: rgb(236 72 153 / 1);
}
.outline-pink-500\/15 {
  outline-color: rgb(236 72 153 / 0.15);
}
.outline-pink-500\/20 {
  outline-color: rgb(236 72 153 / 0.2);
}
.outline-pink-500\/25 {
  outline-color: rgb(236 72 153 / 0.25);
}
.outline-pink-500\/30 {
  outline-color: rgb(236 72 153 / 0.3);
}
.outline-pink-500\/35 {
  outline-color: rgb(236 72 153 / 0.35);
}
.outline-pink-500\/40 {
  outline-color: rgb(236 72 153 / 0.4);
}
.outline-pink-500\/45 {
  outline-color: rgb(236 72 153 / 0.45);
}
.outline-pink-500\/5 {
  outline-color: rgb(236 72 153 / 0.05);
}
.outline-pink-500\/50 {
  outline-color: rgb(236 72 153 / 0.5);
}
.outline-pink-500\/55 {
  outline-color: rgb(236 72 153 / 0.55);
}
.outline-pink-500\/60 {
  outline-color: rgb(236 72 153 / 0.6);
}
.outline-pink-500\/65 {
  outline-color: rgb(236 72 153 / 0.65);
}
.outline-pink-500\/70 {
  outline-color: rgb(236 72 153 / 0.7);
}
.outline-pink-500\/75 {
  outline-color: rgb(236 72 153 / 0.75);
}
.outline-pink-500\/80 {
  outline-color: rgb(236 72 153 / 0.8);
}
.outline-pink-500\/85 {
  outline-color: rgb(236 72 153 / 0.85);
}
.outline-pink-500\/90 {
  outline-color: rgb(236 72 153 / 0.9);
}
.outline-pink-500\/95 {
  outline-color: rgb(236 72 153 / 0.95);
}
.outline-pink-600 {
  outline-color: #db2777;
}
.outline-pink-600\/0 {
  outline-color: rgb(219 39 119 / 0);
}
.outline-pink-600\/10 {
  outline-color: rgb(219 39 119 / 0.1);
}
.outline-pink-600\/100 {
  outline-color: rgb(219 39 119 / 1);
}
.outline-pink-600\/15 {
  outline-color: rgb(219 39 119 / 0.15);
}
.outline-pink-600\/20 {
  outline-color: rgb(219 39 119 / 0.2);
}
.outline-pink-600\/25 {
  outline-color: rgb(219 39 119 / 0.25);
}
.outline-pink-600\/30 {
  outline-color: rgb(219 39 119 / 0.3);
}
.outline-pink-600\/35 {
  outline-color: rgb(219 39 119 / 0.35);
}
.outline-pink-600\/40 {
  outline-color: rgb(219 39 119 / 0.4);
}
.outline-pink-600\/45 {
  outline-color: rgb(219 39 119 / 0.45);
}
.outline-pink-600\/5 {
  outline-color: rgb(219 39 119 / 0.05);
}
.outline-pink-600\/50 {
  outline-color: rgb(219 39 119 / 0.5);
}
.outline-pink-600\/55 {
  outline-color: rgb(219 39 119 / 0.55);
}
.outline-pink-600\/60 {
  outline-color: rgb(219 39 119 / 0.6);
}
.outline-pink-600\/65 {
  outline-color: rgb(219 39 119 / 0.65);
}
.outline-pink-600\/70 {
  outline-color: rgb(219 39 119 / 0.7);
}
.outline-pink-600\/75 {
  outline-color: rgb(219 39 119 / 0.75);
}
.outline-pink-600\/80 {
  outline-color: rgb(219 39 119 / 0.8);
}
.outline-pink-600\/85 {
  outline-color: rgb(219 39 119 / 0.85);
}
.outline-pink-600\/90 {
  outline-color: rgb(219 39 119 / 0.9);
}
.outline-pink-600\/95 {
  outline-color: rgb(219 39 119 / 0.95);
}
.outline-pink-700 {
  outline-color: #be185d;
}
.outline-pink-700\/0 {
  outline-color: rgb(190 24 93 / 0);
}
.outline-pink-700\/10 {
  outline-color: rgb(190 24 93 / 0.1);
}
.outline-pink-700\/100 {
  outline-color: rgb(190 24 93 / 1);
}
.outline-pink-700\/15 {
  outline-color: rgb(190 24 93 / 0.15);
}
.outline-pink-700\/20 {
  outline-color: rgb(190 24 93 / 0.2);
}
.outline-pink-700\/25 {
  outline-color: rgb(190 24 93 / 0.25);
}
.outline-pink-700\/30 {
  outline-color: rgb(190 24 93 / 0.3);
}
.outline-pink-700\/35 {
  outline-color: rgb(190 24 93 / 0.35);
}
.outline-pink-700\/40 {
  outline-color: rgb(190 24 93 / 0.4);
}
.outline-pink-700\/45 {
  outline-color: rgb(190 24 93 / 0.45);
}
.outline-pink-700\/5 {
  outline-color: rgb(190 24 93 / 0.05);
}
.outline-pink-700\/50 {
  outline-color: rgb(190 24 93 / 0.5);
}
.outline-pink-700\/55 {
  outline-color: rgb(190 24 93 / 0.55);
}
.outline-pink-700\/60 {
  outline-color: rgb(190 24 93 / 0.6);
}
.outline-pink-700\/65 {
  outline-color: rgb(190 24 93 / 0.65);
}
.outline-pink-700\/70 {
  outline-color: rgb(190 24 93 / 0.7);
}
.outline-pink-700\/75 {
  outline-color: rgb(190 24 93 / 0.75);
}
.outline-pink-700\/80 {
  outline-color: rgb(190 24 93 / 0.8);
}
.outline-pink-700\/85 {
  outline-color: rgb(190 24 93 / 0.85);
}
.outline-pink-700\/90 {
  outline-color: rgb(190 24 93 / 0.9);
}
.outline-pink-700\/95 {
  outline-color: rgb(190 24 93 / 0.95);
}
.outline-pink-800 {
  outline-color: #9d174d;
}
.outline-pink-800\/0 {
  outline-color: rgb(157 23 77 / 0);
}
.outline-pink-800\/10 {
  outline-color: rgb(157 23 77 / 0.1);
}
.outline-pink-800\/100 {
  outline-color: rgb(157 23 77 / 1);
}
.outline-pink-800\/15 {
  outline-color: rgb(157 23 77 / 0.15);
}
.outline-pink-800\/20 {
  outline-color: rgb(157 23 77 / 0.2);
}
.outline-pink-800\/25 {
  outline-color: rgb(157 23 77 / 0.25);
}
.outline-pink-800\/30 {
  outline-color: rgb(157 23 77 / 0.3);
}
.outline-pink-800\/35 {
  outline-color: rgb(157 23 77 / 0.35);
}
.outline-pink-800\/40 {
  outline-color: rgb(157 23 77 / 0.4);
}
.outline-pink-800\/45 {
  outline-color: rgb(157 23 77 / 0.45);
}
.outline-pink-800\/5 {
  outline-color: rgb(157 23 77 / 0.05);
}
.outline-pink-800\/50 {
  outline-color: rgb(157 23 77 / 0.5);
}
.outline-pink-800\/55 {
  outline-color: rgb(157 23 77 / 0.55);
}
.outline-pink-800\/60 {
  outline-color: rgb(157 23 77 / 0.6);
}
.outline-pink-800\/65 {
  outline-color: rgb(157 23 77 / 0.65);
}
.outline-pink-800\/70 {
  outline-color: rgb(157 23 77 / 0.7);
}
.outline-pink-800\/75 {
  outline-color: rgb(157 23 77 / 0.75);
}
.outline-pink-800\/80 {
  outline-color: rgb(157 23 77 / 0.8);
}
.outline-pink-800\/85 {
  outline-color: rgb(157 23 77 / 0.85);
}
.outline-pink-800\/90 {
  outline-color: rgb(157 23 77 / 0.9);
}
.outline-pink-800\/95 {
  outline-color: rgb(157 23 77 / 0.95);
}
.outline-pink-900 {
  outline-color: #831843;
}
.outline-pink-900\/0 {
  outline-color: rgb(131 24 67 / 0);
}
.outline-pink-900\/10 {
  outline-color: rgb(131 24 67 / 0.1);
}
.outline-pink-900\/100 {
  outline-color: rgb(131 24 67 / 1);
}
.outline-pink-900\/15 {
  outline-color: rgb(131 24 67 / 0.15);
}
.outline-pink-900\/20 {
  outline-color: rgb(131 24 67 / 0.2);
}
.outline-pink-900\/25 {
  outline-color: rgb(131 24 67 / 0.25);
}
.outline-pink-900\/30 {
  outline-color: rgb(131 24 67 / 0.3);
}
.outline-pink-900\/35 {
  outline-color: rgb(131 24 67 / 0.35);
}
.outline-pink-900\/40 {
  outline-color: rgb(131 24 67 / 0.4);
}
.outline-pink-900\/45 {
  outline-color: rgb(131 24 67 / 0.45);
}
.outline-pink-900\/5 {
  outline-color: rgb(131 24 67 / 0.05);
}
.outline-pink-900\/50 {
  outline-color: rgb(131 24 67 / 0.5);
}
.outline-pink-900\/55 {
  outline-color: rgb(131 24 67 / 0.55);
}
.outline-pink-900\/60 {
  outline-color: rgb(131 24 67 / 0.6);
}
.outline-pink-900\/65 {
  outline-color: rgb(131 24 67 / 0.65);
}
.outline-pink-900\/70 {
  outline-color: rgb(131 24 67 / 0.7);
}
.outline-pink-900\/75 {
  outline-color: rgb(131 24 67 / 0.75);
}
.outline-pink-900\/80 {
  outline-color: rgb(131 24 67 / 0.8);
}
.outline-pink-900\/85 {
  outline-color: rgb(131 24 67 / 0.85);
}
.outline-pink-900\/90 {
  outline-color: rgb(131 24 67 / 0.9);
}
.outline-pink-900\/95 {
  outline-color: rgb(131 24 67 / 0.95);
}
.outline-pink-950 {
  outline-color: #500724;
}
.outline-pink-950\/0 {
  outline-color: rgb(80 7 36 / 0);
}
.outline-pink-950\/10 {
  outline-color: rgb(80 7 36 / 0.1);
}
.outline-pink-950\/100 {
  outline-color: rgb(80 7 36 / 1);
}
.outline-pink-950\/15 {
  outline-color: rgb(80 7 36 / 0.15);
}
.outline-pink-950\/20 {
  outline-color: rgb(80 7 36 / 0.2);
}
.outline-pink-950\/25 {
  outline-color: rgb(80 7 36 / 0.25);
}
.outline-pink-950\/30 {
  outline-color: rgb(80 7 36 / 0.3);
}
.outline-pink-950\/35 {
  outline-color: rgb(80 7 36 / 0.35);
}
.outline-pink-950\/40 {
  outline-color: rgb(80 7 36 / 0.4);
}
.outline-pink-950\/45 {
  outline-color: rgb(80 7 36 / 0.45);
}
.outline-pink-950\/5 {
  outline-color: rgb(80 7 36 / 0.05);
}
.outline-pink-950\/50 {
  outline-color: rgb(80 7 36 / 0.5);
}
.outline-pink-950\/55 {
  outline-color: rgb(80 7 36 / 0.55);
}
.outline-pink-950\/60 {
  outline-color: rgb(80 7 36 / 0.6);
}
.outline-pink-950\/65 {
  outline-color: rgb(80 7 36 / 0.65);
}
.outline-pink-950\/70 {
  outline-color: rgb(80 7 36 / 0.7);
}
.outline-pink-950\/75 {
  outline-color: rgb(80 7 36 / 0.75);
}
.outline-pink-950\/80 {
  outline-color: rgb(80 7 36 / 0.8);
}
.outline-pink-950\/85 {
  outline-color: rgb(80 7 36 / 0.85);
}
.outline-pink-950\/90 {
  outline-color: rgb(80 7 36 / 0.9);
}
.outline-pink-950\/95 {
  outline-color: rgb(80 7 36 / 0.95);
}
.outline-purple-100 {
  outline-color: #f3e8ff;
}
.outline-purple-100\/0 {
  outline-color: rgb(243 232 255 / 0);
}
.outline-purple-100\/10 {
  outline-color: rgb(243 232 255 / 0.1);
}
.outline-purple-100\/100 {
  outline-color: rgb(243 232 255 / 1);
}
.outline-purple-100\/15 {
  outline-color: rgb(243 232 255 / 0.15);
}
.outline-purple-100\/20 {
  outline-color: rgb(243 232 255 / 0.2);
}
.outline-purple-100\/25 {
  outline-color: rgb(243 232 255 / 0.25);
}
.outline-purple-100\/30 {
  outline-color: rgb(243 232 255 / 0.3);
}
.outline-purple-100\/35 {
  outline-color: rgb(243 232 255 / 0.35);
}
.outline-purple-100\/40 {
  outline-color: rgb(243 232 255 / 0.4);
}
.outline-purple-100\/45 {
  outline-color: rgb(243 232 255 / 0.45);
}
.outline-purple-100\/5 {
  outline-color: rgb(243 232 255 / 0.05);
}
.outline-purple-100\/50 {
  outline-color: rgb(243 232 255 / 0.5);
}
.outline-purple-100\/55 {
  outline-color: rgb(243 232 255 / 0.55);
}
.outline-purple-100\/60 {
  outline-color: rgb(243 232 255 / 0.6);
}
.outline-purple-100\/65 {
  outline-color: rgb(243 232 255 / 0.65);
}
.outline-purple-100\/70 {
  outline-color: rgb(243 232 255 / 0.7);
}
.outline-purple-100\/75 {
  outline-color: rgb(243 232 255 / 0.75);
}
.outline-purple-100\/80 {
  outline-color: rgb(243 232 255 / 0.8);
}
.outline-purple-100\/85 {
  outline-color: rgb(243 232 255 / 0.85);
}
.outline-purple-100\/90 {
  outline-color: rgb(243 232 255 / 0.9);
}
.outline-purple-100\/95 {
  outline-color: rgb(243 232 255 / 0.95);
}
.outline-purple-200 {
  outline-color: #e9d5ff;
}
.outline-purple-200\/0 {
  outline-color: rgb(233 213 255 / 0);
}
.outline-purple-200\/10 {
  outline-color: rgb(233 213 255 / 0.1);
}
.outline-purple-200\/100 {
  outline-color: rgb(233 213 255 / 1);
}
.outline-purple-200\/15 {
  outline-color: rgb(233 213 255 / 0.15);
}
.outline-purple-200\/20 {
  outline-color: rgb(233 213 255 / 0.2);
}
.outline-purple-200\/25 {
  outline-color: rgb(233 213 255 / 0.25);
}
.outline-purple-200\/30 {
  outline-color: rgb(233 213 255 / 0.3);
}
.outline-purple-200\/35 {
  outline-color: rgb(233 213 255 / 0.35);
}
.outline-purple-200\/40 {
  outline-color: rgb(233 213 255 / 0.4);
}
.outline-purple-200\/45 {
  outline-color: rgb(233 213 255 / 0.45);
}
.outline-purple-200\/5 {
  outline-color: rgb(233 213 255 / 0.05);
}
.outline-purple-200\/50 {
  outline-color: rgb(233 213 255 / 0.5);
}
.outline-purple-200\/55 {
  outline-color: rgb(233 213 255 / 0.55);
}
.outline-purple-200\/60 {
  outline-color: rgb(233 213 255 / 0.6);
}
.outline-purple-200\/65 {
  outline-color: rgb(233 213 255 / 0.65);
}
.outline-purple-200\/70 {
  outline-color: rgb(233 213 255 / 0.7);
}
.outline-purple-200\/75 {
  outline-color: rgb(233 213 255 / 0.75);
}
.outline-purple-200\/80 {
  outline-color: rgb(233 213 255 / 0.8);
}
.outline-purple-200\/85 {
  outline-color: rgb(233 213 255 / 0.85);
}
.outline-purple-200\/90 {
  outline-color: rgb(233 213 255 / 0.9);
}
.outline-purple-200\/95 {
  outline-color: rgb(233 213 255 / 0.95);
}
.outline-purple-300 {
  outline-color: #d8b4fe;
}
.outline-purple-300\/0 {
  outline-color: rgb(216 180 254 / 0);
}
.outline-purple-300\/10 {
  outline-color: rgb(216 180 254 / 0.1);
}
.outline-purple-300\/100 {
  outline-color: rgb(216 180 254 / 1);
}
.outline-purple-300\/15 {
  outline-color: rgb(216 180 254 / 0.15);
}
.outline-purple-300\/20 {
  outline-color: rgb(216 180 254 / 0.2);
}
.outline-purple-300\/25 {
  outline-color: rgb(216 180 254 / 0.25);
}
.outline-purple-300\/30 {
  outline-color: rgb(216 180 254 / 0.3);
}
.outline-purple-300\/35 {
  outline-color: rgb(216 180 254 / 0.35);
}
.outline-purple-300\/40 {
  outline-color: rgb(216 180 254 / 0.4);
}
.outline-purple-300\/45 {
  outline-color: rgb(216 180 254 / 0.45);
}
.outline-purple-300\/5 {
  outline-color: rgb(216 180 254 / 0.05);
}
.outline-purple-300\/50 {
  outline-color: rgb(216 180 254 / 0.5);
}
.outline-purple-300\/55 {
  outline-color: rgb(216 180 254 / 0.55);
}
.outline-purple-300\/60 {
  outline-color: rgb(216 180 254 / 0.6);
}
.outline-purple-300\/65 {
  outline-color: rgb(216 180 254 / 0.65);
}
.outline-purple-300\/70 {
  outline-color: rgb(216 180 254 / 0.7);
}
.outline-purple-300\/75 {
  outline-color: rgb(216 180 254 / 0.75);
}
.outline-purple-300\/80 {
  outline-color: rgb(216 180 254 / 0.8);
}
.outline-purple-300\/85 {
  outline-color: rgb(216 180 254 / 0.85);
}
.outline-purple-300\/90 {
  outline-color: rgb(216 180 254 / 0.9);
}
.outline-purple-300\/95 {
  outline-color: rgb(216 180 254 / 0.95);
}
.outline-purple-400 {
  outline-color: #c084fc;
}
.outline-purple-400\/0 {
  outline-color: rgb(192 132 252 / 0);
}
.outline-purple-400\/10 {
  outline-color: rgb(192 132 252 / 0.1);
}
.outline-purple-400\/100 {
  outline-color: rgb(192 132 252 / 1);
}
.outline-purple-400\/15 {
  outline-color: rgb(192 132 252 / 0.15);
}
.outline-purple-400\/20 {
  outline-color: rgb(192 132 252 / 0.2);
}
.outline-purple-400\/25 {
  outline-color: rgb(192 132 252 / 0.25);
}
.outline-purple-400\/30 {
  outline-color: rgb(192 132 252 / 0.3);
}
.outline-purple-400\/35 {
  outline-color: rgb(192 132 252 / 0.35);
}
.outline-purple-400\/40 {
  outline-color: rgb(192 132 252 / 0.4);
}
.outline-purple-400\/45 {
  outline-color: rgb(192 132 252 / 0.45);
}
.outline-purple-400\/5 {
  outline-color: rgb(192 132 252 / 0.05);
}
.outline-purple-400\/50 {
  outline-color: rgb(192 132 252 / 0.5);
}
.outline-purple-400\/55 {
  outline-color: rgb(192 132 252 / 0.55);
}
.outline-purple-400\/60 {
  outline-color: rgb(192 132 252 / 0.6);
}
.outline-purple-400\/65 {
  outline-color: rgb(192 132 252 / 0.65);
}
.outline-purple-400\/70 {
  outline-color: rgb(192 132 252 / 0.7);
}
.outline-purple-400\/75 {
  outline-color: rgb(192 132 252 / 0.75);
}
.outline-purple-400\/80 {
  outline-color: rgb(192 132 252 / 0.8);
}
.outline-purple-400\/85 {
  outline-color: rgb(192 132 252 / 0.85);
}
.outline-purple-400\/90 {
  outline-color: rgb(192 132 252 / 0.9);
}
.outline-purple-400\/95 {
  outline-color: rgb(192 132 252 / 0.95);
}
.outline-purple-50 {
  outline-color: #faf5ff;
}
.outline-purple-50\/0 {
  outline-color: rgb(250 245 255 / 0);
}
.outline-purple-50\/10 {
  outline-color: rgb(250 245 255 / 0.1);
}
.outline-purple-50\/100 {
  outline-color: rgb(250 245 255 / 1);
}
.outline-purple-50\/15 {
  outline-color: rgb(250 245 255 / 0.15);
}
.outline-purple-50\/20 {
  outline-color: rgb(250 245 255 / 0.2);
}
.outline-purple-50\/25 {
  outline-color: rgb(250 245 255 / 0.25);
}
.outline-purple-50\/30 {
  outline-color: rgb(250 245 255 / 0.3);
}
.outline-purple-50\/35 {
  outline-color: rgb(250 245 255 / 0.35);
}
.outline-purple-50\/40 {
  outline-color: rgb(250 245 255 / 0.4);
}
.outline-purple-50\/45 {
  outline-color: rgb(250 245 255 / 0.45);
}
.outline-purple-50\/5 {
  outline-color: rgb(250 245 255 / 0.05);
}
.outline-purple-50\/50 {
  outline-color: rgb(250 245 255 / 0.5);
}
.outline-purple-50\/55 {
  outline-color: rgb(250 245 255 / 0.55);
}
.outline-purple-50\/60 {
  outline-color: rgb(250 245 255 / 0.6);
}
.outline-purple-50\/65 {
  outline-color: rgb(250 245 255 / 0.65);
}
.outline-purple-50\/70 {
  outline-color: rgb(250 245 255 / 0.7);
}
.outline-purple-50\/75 {
  outline-color: rgb(250 245 255 / 0.75);
}
.outline-purple-50\/80 {
  outline-color: rgb(250 245 255 / 0.8);
}
.outline-purple-50\/85 {
  outline-color: rgb(250 245 255 / 0.85);
}
.outline-purple-50\/90 {
  outline-color: rgb(250 245 255 / 0.9);
}
.outline-purple-50\/95 {
  outline-color: rgb(250 245 255 / 0.95);
}
.outline-purple-500 {
  outline-color: #a855f7;
}
.outline-purple-500\/0 {
  outline-color: rgb(168 85 247 / 0);
}
.outline-purple-500\/10 {
  outline-color: rgb(168 85 247 / 0.1);
}
.outline-purple-500\/100 {
  outline-color: rgb(168 85 247 / 1);
}
.outline-purple-500\/15 {
  outline-color: rgb(168 85 247 / 0.15);
}
.outline-purple-500\/20 {
  outline-color: rgb(168 85 247 / 0.2);
}
.outline-purple-500\/25 {
  outline-color: rgb(168 85 247 / 0.25);
}
.outline-purple-500\/30 {
  outline-color: rgb(168 85 247 / 0.3);
}
.outline-purple-500\/35 {
  outline-color: rgb(168 85 247 / 0.35);
}
.outline-purple-500\/40 {
  outline-color: rgb(168 85 247 / 0.4);
}
.outline-purple-500\/45 {
  outline-color: rgb(168 85 247 / 0.45);
}
.outline-purple-500\/5 {
  outline-color: rgb(168 85 247 / 0.05);
}
.outline-purple-500\/50 {
  outline-color: rgb(168 85 247 / 0.5);
}
.outline-purple-500\/55 {
  outline-color: rgb(168 85 247 / 0.55);
}
.outline-purple-500\/60 {
  outline-color: rgb(168 85 247 / 0.6);
}
.outline-purple-500\/65 {
  outline-color: rgb(168 85 247 / 0.65);
}
.outline-purple-500\/70 {
  outline-color: rgb(168 85 247 / 0.7);
}
.outline-purple-500\/75 {
  outline-color: rgb(168 85 247 / 0.75);
}
.outline-purple-500\/80 {
  outline-color: rgb(168 85 247 / 0.8);
}
.outline-purple-500\/85 {
  outline-color: rgb(168 85 247 / 0.85);
}
.outline-purple-500\/90 {
  outline-color: rgb(168 85 247 / 0.9);
}
.outline-purple-500\/95 {
  outline-color: rgb(168 85 247 / 0.95);
}
.outline-purple-600 {
  outline-color: #9333ea;
}
.outline-purple-600\/0 {
  outline-color: rgb(147 51 234 / 0);
}
.outline-purple-600\/10 {
  outline-color: rgb(147 51 234 / 0.1);
}
.outline-purple-600\/100 {
  outline-color: rgb(147 51 234 / 1);
}
.outline-purple-600\/15 {
  outline-color: rgb(147 51 234 / 0.15);
}
.outline-purple-600\/20 {
  outline-color: rgb(147 51 234 / 0.2);
}
.outline-purple-600\/25 {
  outline-color: rgb(147 51 234 / 0.25);
}
.outline-purple-600\/30 {
  outline-color: rgb(147 51 234 / 0.3);
}
.outline-purple-600\/35 {
  outline-color: rgb(147 51 234 / 0.35);
}
.outline-purple-600\/40 {
  outline-color: rgb(147 51 234 / 0.4);
}
.outline-purple-600\/45 {
  outline-color: rgb(147 51 234 / 0.45);
}
.outline-purple-600\/5 {
  outline-color: rgb(147 51 234 / 0.05);
}
.outline-purple-600\/50 {
  outline-color: rgb(147 51 234 / 0.5);
}
.outline-purple-600\/55 {
  outline-color: rgb(147 51 234 / 0.55);
}
.outline-purple-600\/60 {
  outline-color: rgb(147 51 234 / 0.6);
}
.outline-purple-600\/65 {
  outline-color: rgb(147 51 234 / 0.65);
}
.outline-purple-600\/70 {
  outline-color: rgb(147 51 234 / 0.7);
}
.outline-purple-600\/75 {
  outline-color: rgb(147 51 234 / 0.75);
}
.outline-purple-600\/80 {
  outline-color: rgb(147 51 234 / 0.8);
}
.outline-purple-600\/85 {
  outline-color: rgb(147 51 234 / 0.85);
}
.outline-purple-600\/90 {
  outline-color: rgb(147 51 234 / 0.9);
}
.outline-purple-600\/95 {
  outline-color: rgb(147 51 234 / 0.95);
}
.outline-purple-700 {
  outline-color: #7e22ce;
}
.outline-purple-700\/0 {
  outline-color: rgb(126 34 206 / 0);
}
.outline-purple-700\/10 {
  outline-color: rgb(126 34 206 / 0.1);
}
.outline-purple-700\/100 {
  outline-color: rgb(126 34 206 / 1);
}
.outline-purple-700\/15 {
  outline-color: rgb(126 34 206 / 0.15);
}
.outline-purple-700\/20 {
  outline-color: rgb(126 34 206 / 0.2);
}
.outline-purple-700\/25 {
  outline-color: rgb(126 34 206 / 0.25);
}
.outline-purple-700\/30 {
  outline-color: rgb(126 34 206 / 0.3);
}
.outline-purple-700\/35 {
  outline-color: rgb(126 34 206 / 0.35);
}
.outline-purple-700\/40 {
  outline-color: rgb(126 34 206 / 0.4);
}
.outline-purple-700\/45 {
  outline-color: rgb(126 34 206 / 0.45);
}
.outline-purple-700\/5 {
  outline-color: rgb(126 34 206 / 0.05);
}
.outline-purple-700\/50 {
  outline-color: rgb(126 34 206 / 0.5);
}
.outline-purple-700\/55 {
  outline-color: rgb(126 34 206 / 0.55);
}
.outline-purple-700\/60 {
  outline-color: rgb(126 34 206 / 0.6);
}
.outline-purple-700\/65 {
  outline-color: rgb(126 34 206 / 0.65);
}
.outline-purple-700\/70 {
  outline-color: rgb(126 34 206 / 0.7);
}
.outline-purple-700\/75 {
  outline-color: rgb(126 34 206 / 0.75);
}
.outline-purple-700\/80 {
  outline-color: rgb(126 34 206 / 0.8);
}
.outline-purple-700\/85 {
  outline-color: rgb(126 34 206 / 0.85);
}
.outline-purple-700\/90 {
  outline-color: rgb(126 34 206 / 0.9);
}
.outline-purple-700\/95 {
  outline-color: rgb(126 34 206 / 0.95);
}
.outline-purple-800 {
  outline-color: #6b21a8;
}
.outline-purple-800\/0 {
  outline-color: rgb(107 33 168 / 0);
}
.outline-purple-800\/10 {
  outline-color: rgb(107 33 168 / 0.1);
}
.outline-purple-800\/100 {
  outline-color: rgb(107 33 168 / 1);
}
.outline-purple-800\/15 {
  outline-color: rgb(107 33 168 / 0.15);
}
.outline-purple-800\/20 {
  outline-color: rgb(107 33 168 / 0.2);
}
.outline-purple-800\/25 {
  outline-color: rgb(107 33 168 / 0.25);
}
.outline-purple-800\/30 {
  outline-color: rgb(107 33 168 / 0.3);
}
.outline-purple-800\/35 {
  outline-color: rgb(107 33 168 / 0.35);
}
.outline-purple-800\/40 {
  outline-color: rgb(107 33 168 / 0.4);
}
.outline-purple-800\/45 {
  outline-color: rgb(107 33 168 / 0.45);
}
.outline-purple-800\/5 {
  outline-color: rgb(107 33 168 / 0.05);
}
.outline-purple-800\/50 {
  outline-color: rgb(107 33 168 / 0.5);
}
.outline-purple-800\/55 {
  outline-color: rgb(107 33 168 / 0.55);
}
.outline-purple-800\/60 {
  outline-color: rgb(107 33 168 / 0.6);
}
.outline-purple-800\/65 {
  outline-color: rgb(107 33 168 / 0.65);
}
.outline-purple-800\/70 {
  outline-color: rgb(107 33 168 / 0.7);
}
.outline-purple-800\/75 {
  outline-color: rgb(107 33 168 / 0.75);
}
.outline-purple-800\/80 {
  outline-color: rgb(107 33 168 / 0.8);
}
.outline-purple-800\/85 {
  outline-color: rgb(107 33 168 / 0.85);
}
.outline-purple-800\/90 {
  outline-color: rgb(107 33 168 / 0.9);
}
.outline-purple-800\/95 {
  outline-color: rgb(107 33 168 / 0.95);
}
.outline-purple-900 {
  outline-color: #581c87;
}
.outline-purple-900\/0 {
  outline-color: rgb(88 28 135 / 0);
}
.outline-purple-900\/10 {
  outline-color: rgb(88 28 135 / 0.1);
}
.outline-purple-900\/100 {
  outline-color: rgb(88 28 135 / 1);
}
.outline-purple-900\/15 {
  outline-color: rgb(88 28 135 / 0.15);
}
.outline-purple-900\/20 {
  outline-color: rgb(88 28 135 / 0.2);
}
.outline-purple-900\/25 {
  outline-color: rgb(88 28 135 / 0.25);
}
.outline-purple-900\/30 {
  outline-color: rgb(88 28 135 / 0.3);
}
.outline-purple-900\/35 {
  outline-color: rgb(88 28 135 / 0.35);
}
.outline-purple-900\/40 {
  outline-color: rgb(88 28 135 / 0.4);
}
.outline-purple-900\/45 {
  outline-color: rgb(88 28 135 / 0.45);
}
.outline-purple-900\/5 {
  outline-color: rgb(88 28 135 / 0.05);
}
.outline-purple-900\/50 {
  outline-color: rgb(88 28 135 / 0.5);
}
.outline-purple-900\/55 {
  outline-color: rgb(88 28 135 / 0.55);
}
.outline-purple-900\/60 {
  outline-color: rgb(88 28 135 / 0.6);
}
.outline-purple-900\/65 {
  outline-color: rgb(88 28 135 / 0.65);
}
.outline-purple-900\/70 {
  outline-color: rgb(88 28 135 / 0.7);
}
.outline-purple-900\/75 {
  outline-color: rgb(88 28 135 / 0.75);
}
.outline-purple-900\/80 {
  outline-color: rgb(88 28 135 / 0.8);
}
.outline-purple-900\/85 {
  outline-color: rgb(88 28 135 / 0.85);
}
.outline-purple-900\/90 {
  outline-color: rgb(88 28 135 / 0.9);
}
.outline-purple-900\/95 {
  outline-color: rgb(88 28 135 / 0.95);
}
.outline-purple-950 {
  outline-color: #3b0764;
}
.outline-purple-950\/0 {
  outline-color: rgb(59 7 100 / 0);
}
.outline-purple-950\/10 {
  outline-color: rgb(59 7 100 / 0.1);
}
.outline-purple-950\/100 {
  outline-color: rgb(59 7 100 / 1);
}
.outline-purple-950\/15 {
  outline-color: rgb(59 7 100 / 0.15);
}
.outline-purple-950\/20 {
  outline-color: rgb(59 7 100 / 0.2);
}
.outline-purple-950\/25 {
  outline-color: rgb(59 7 100 / 0.25);
}
.outline-purple-950\/30 {
  outline-color: rgb(59 7 100 / 0.3);
}
.outline-purple-950\/35 {
  outline-color: rgb(59 7 100 / 0.35);
}
.outline-purple-950\/40 {
  outline-color: rgb(59 7 100 / 0.4);
}
.outline-purple-950\/45 {
  outline-color: rgb(59 7 100 / 0.45);
}
.outline-purple-950\/5 {
  outline-color: rgb(59 7 100 / 0.05);
}
.outline-purple-950\/50 {
  outline-color: rgb(59 7 100 / 0.5);
}
.outline-purple-950\/55 {
  outline-color: rgb(59 7 100 / 0.55);
}
.outline-purple-950\/60 {
  outline-color: rgb(59 7 100 / 0.6);
}
.outline-purple-950\/65 {
  outline-color: rgb(59 7 100 / 0.65);
}
.outline-purple-950\/70 {
  outline-color: rgb(59 7 100 / 0.7);
}
.outline-purple-950\/75 {
  outline-color: rgb(59 7 100 / 0.75);
}
.outline-purple-950\/80 {
  outline-color: rgb(59 7 100 / 0.8);
}
.outline-purple-950\/85 {
  outline-color: rgb(59 7 100 / 0.85);
}
.outline-purple-950\/90 {
  outline-color: rgb(59 7 100 / 0.9);
}
.outline-purple-950\/95 {
  outline-color: rgb(59 7 100 / 0.95);
}
.outline-red-100 {
  outline-color: #fee2e2;
}
.outline-red-100\/0 {
  outline-color: rgb(254 226 226 / 0);
}
.outline-red-100\/10 {
  outline-color: rgb(254 226 226 / 0.1);
}
.outline-red-100\/100 {
  outline-color: rgb(254 226 226 / 1);
}
.outline-red-100\/15 {
  outline-color: rgb(254 226 226 / 0.15);
}
.outline-red-100\/20 {
  outline-color: rgb(254 226 226 / 0.2);
}
.outline-red-100\/25 {
  outline-color: rgb(254 226 226 / 0.25);
}
.outline-red-100\/30 {
  outline-color: rgb(254 226 226 / 0.3);
}
.outline-red-100\/35 {
  outline-color: rgb(254 226 226 / 0.35);
}
.outline-red-100\/40 {
  outline-color: rgb(254 226 226 / 0.4);
}
.outline-red-100\/45 {
  outline-color: rgb(254 226 226 / 0.45);
}
.outline-red-100\/5 {
  outline-color: rgb(254 226 226 / 0.05);
}
.outline-red-100\/50 {
  outline-color: rgb(254 226 226 / 0.5);
}
.outline-red-100\/55 {
  outline-color: rgb(254 226 226 / 0.55);
}
.outline-red-100\/60 {
  outline-color: rgb(254 226 226 / 0.6);
}
.outline-red-100\/65 {
  outline-color: rgb(254 226 226 / 0.65);
}
.outline-red-100\/70 {
  outline-color: rgb(254 226 226 / 0.7);
}
.outline-red-100\/75 {
  outline-color: rgb(254 226 226 / 0.75);
}
.outline-red-100\/80 {
  outline-color: rgb(254 226 226 / 0.8);
}
.outline-red-100\/85 {
  outline-color: rgb(254 226 226 / 0.85);
}
.outline-red-100\/90 {
  outline-color: rgb(254 226 226 / 0.9);
}
.outline-red-100\/95 {
  outline-color: rgb(254 226 226 / 0.95);
}
.outline-red-200 {
  outline-color: #fecaca;
}
.outline-red-200\/0 {
  outline-color: rgb(254 202 202 / 0);
}
.outline-red-200\/10 {
  outline-color: rgb(254 202 202 / 0.1);
}
.outline-red-200\/100 {
  outline-color: rgb(254 202 202 / 1);
}
.outline-red-200\/15 {
  outline-color: rgb(254 202 202 / 0.15);
}
.outline-red-200\/20 {
  outline-color: rgb(254 202 202 / 0.2);
}
.outline-red-200\/25 {
  outline-color: rgb(254 202 202 / 0.25);
}
.outline-red-200\/30 {
  outline-color: rgb(254 202 202 / 0.3);
}
.outline-red-200\/35 {
  outline-color: rgb(254 202 202 / 0.35);
}
.outline-red-200\/40 {
  outline-color: rgb(254 202 202 / 0.4);
}
.outline-red-200\/45 {
  outline-color: rgb(254 202 202 / 0.45);
}
.outline-red-200\/5 {
  outline-color: rgb(254 202 202 / 0.05);
}
.outline-red-200\/50 {
  outline-color: rgb(254 202 202 / 0.5);
}
.outline-red-200\/55 {
  outline-color: rgb(254 202 202 / 0.55);
}
.outline-red-200\/60 {
  outline-color: rgb(254 202 202 / 0.6);
}
.outline-red-200\/65 {
  outline-color: rgb(254 202 202 / 0.65);
}
.outline-red-200\/70 {
  outline-color: rgb(254 202 202 / 0.7);
}
.outline-red-200\/75 {
  outline-color: rgb(254 202 202 / 0.75);
}
.outline-red-200\/80 {
  outline-color: rgb(254 202 202 / 0.8);
}
.outline-red-200\/85 {
  outline-color: rgb(254 202 202 / 0.85);
}
.outline-red-200\/90 {
  outline-color: rgb(254 202 202 / 0.9);
}
.outline-red-200\/95 {
  outline-color: rgb(254 202 202 / 0.95);
}
.outline-red-300 {
  outline-color: #fca5a5;
}
.outline-red-300\/0 {
  outline-color: rgb(252 165 165 / 0);
}
.outline-red-300\/10 {
  outline-color: rgb(252 165 165 / 0.1);
}
.outline-red-300\/100 {
  outline-color: rgb(252 165 165 / 1);
}
.outline-red-300\/15 {
  outline-color: rgb(252 165 165 / 0.15);
}
.outline-red-300\/20 {
  outline-color: rgb(252 165 165 / 0.2);
}
.outline-red-300\/25 {
  outline-color: rgb(252 165 165 / 0.25);
}
.outline-red-300\/30 {
  outline-color: rgb(252 165 165 / 0.3);
}
.outline-red-300\/35 {
  outline-color: rgb(252 165 165 / 0.35);
}
.outline-red-300\/40 {
  outline-color: rgb(252 165 165 / 0.4);
}
.outline-red-300\/45 {
  outline-color: rgb(252 165 165 / 0.45);
}
.outline-red-300\/5 {
  outline-color: rgb(252 165 165 / 0.05);
}
.outline-red-300\/50 {
  outline-color: rgb(252 165 165 / 0.5);
}
.outline-red-300\/55 {
  outline-color: rgb(252 165 165 / 0.55);
}
.outline-red-300\/60 {
  outline-color: rgb(252 165 165 / 0.6);
}
.outline-red-300\/65 {
  outline-color: rgb(252 165 165 / 0.65);
}
.outline-red-300\/70 {
  outline-color: rgb(252 165 165 / 0.7);
}
.outline-red-300\/75 {
  outline-color: rgb(252 165 165 / 0.75);
}
.outline-red-300\/80 {
  outline-color: rgb(252 165 165 / 0.8);
}
.outline-red-300\/85 {
  outline-color: rgb(252 165 165 / 0.85);
}
.outline-red-300\/90 {
  outline-color: rgb(252 165 165 / 0.9);
}
.outline-red-300\/95 {
  outline-color: rgb(252 165 165 / 0.95);
}
.outline-red-400 {
  outline-color: #f87171;
}
.outline-red-400\/0 {
  outline-color: rgb(248 113 113 / 0);
}
.outline-red-400\/10 {
  outline-color: rgb(248 113 113 / 0.1);
}
.outline-red-400\/100 {
  outline-color: rgb(248 113 113 / 1);
}
.outline-red-400\/15 {
  outline-color: rgb(248 113 113 / 0.15);
}
.outline-red-400\/20 {
  outline-color: rgb(248 113 113 / 0.2);
}
.outline-red-400\/25 {
  outline-color: rgb(248 113 113 / 0.25);
}
.outline-red-400\/30 {
  outline-color: rgb(248 113 113 / 0.3);
}
.outline-red-400\/35 {
  outline-color: rgb(248 113 113 / 0.35);
}
.outline-red-400\/40 {
  outline-color: rgb(248 113 113 / 0.4);
}
.outline-red-400\/45 {
  outline-color: rgb(248 113 113 / 0.45);
}
.outline-red-400\/5 {
  outline-color: rgb(248 113 113 / 0.05);
}
.outline-red-400\/50 {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-red-400\/55 {
  outline-color: rgb(248 113 113 / 0.55);
}
.outline-red-400\/60 {
  outline-color: rgb(248 113 113 / 0.6);
}
.outline-red-400\/65 {
  outline-color: rgb(248 113 113 / 0.65);
}
.outline-red-400\/70 {
  outline-color: rgb(248 113 113 / 0.7);
}
.outline-red-400\/75 {
  outline-color: rgb(248 113 113 / 0.75);
}
.outline-red-400\/80 {
  outline-color: rgb(248 113 113 / 0.8);
}
.outline-red-400\/85 {
  outline-color: rgb(248 113 113 / 0.85);
}
.outline-red-400\/90 {
  outline-color: rgb(248 113 113 / 0.9);
}
.outline-red-400\/95 {
  outline-color: rgb(248 113 113 / 0.95);
}
.outline-red-50 {
  outline-color: #fef2f2;
}
.outline-red-50\/0 {
  outline-color: rgb(254 242 242 / 0);
}
.outline-red-50\/10 {
  outline-color: rgb(254 242 242 / 0.1);
}
.outline-red-50\/100 {
  outline-color: rgb(254 242 242 / 1);
}
.outline-red-50\/15 {
  outline-color: rgb(254 242 242 / 0.15);
}
.outline-red-50\/20 {
  outline-color: rgb(254 242 242 / 0.2);
}
.outline-red-50\/25 {
  outline-color: rgb(254 242 242 / 0.25);
}
.outline-red-50\/30 {
  outline-color: rgb(254 242 242 / 0.3);
}
.outline-red-50\/35 {
  outline-color: rgb(254 242 242 / 0.35);
}
.outline-red-50\/40 {
  outline-color: rgb(254 242 242 / 0.4);
}
.outline-red-50\/45 {
  outline-color: rgb(254 242 242 / 0.45);
}
.outline-red-50\/5 {
  outline-color: rgb(254 242 242 / 0.05);
}
.outline-red-50\/50 {
  outline-color: rgb(254 242 242 / 0.5);
}
.outline-red-50\/55 {
  outline-color: rgb(254 242 242 / 0.55);
}
.outline-red-50\/60 {
  outline-color: rgb(254 242 242 / 0.6);
}
.outline-red-50\/65 {
  outline-color: rgb(254 242 242 / 0.65);
}
.outline-red-50\/70 {
  outline-color: rgb(254 242 242 / 0.7);
}
.outline-red-50\/75 {
  outline-color: rgb(254 242 242 / 0.75);
}
.outline-red-50\/80 {
  outline-color: rgb(254 242 242 / 0.8);
}
.outline-red-50\/85 {
  outline-color: rgb(254 242 242 / 0.85);
}
.outline-red-50\/90 {
  outline-color: rgb(254 242 242 / 0.9);
}
.outline-red-50\/95 {
  outline-color: rgb(254 242 242 / 0.95);
}
.outline-red-500 {
  outline-color: #ef4444;
}
.outline-red-500\/0 {
  outline-color: rgb(239 68 68 / 0);
}
.outline-red-500\/10 {
  outline-color: rgb(239 68 68 / 0.1);
}
.outline-red-500\/100 {
  outline-color: rgb(239 68 68 / 1);
}
.outline-red-500\/15 {
  outline-color: rgb(239 68 68 / 0.15);
}
.outline-red-500\/20 {
  outline-color: rgb(239 68 68 / 0.2);
}
.outline-red-500\/25 {
  outline-color: rgb(239 68 68 / 0.25);
}
.outline-red-500\/30 {
  outline-color: rgb(239 68 68 / 0.3);
}
.outline-red-500\/35 {
  outline-color: rgb(239 68 68 / 0.35);
}
.outline-red-500\/40 {
  outline-color: rgb(239 68 68 / 0.4);
}
.outline-red-500\/45 {
  outline-color: rgb(239 68 68 / 0.45);
}
.outline-red-500\/5 {
  outline-color: rgb(239 68 68 / 0.05);
}
.outline-red-500\/50 {
  outline-color: rgb(239 68 68 / 0.5);
}
.outline-red-500\/55 {
  outline-color: rgb(239 68 68 / 0.55);
}
.outline-red-500\/60 {
  outline-color: rgb(239 68 68 / 0.6);
}
.outline-red-500\/65 {
  outline-color: rgb(239 68 68 / 0.65);
}
.outline-red-500\/70 {
  outline-color: rgb(239 68 68 / 0.7);
}
.outline-red-500\/75 {
  outline-color: rgb(239 68 68 / 0.75);
}
.outline-red-500\/80 {
  outline-color: rgb(239 68 68 / 0.8);
}
.outline-red-500\/85 {
  outline-color: rgb(239 68 68 / 0.85);
}
.outline-red-500\/90 {
  outline-color: rgb(239 68 68 / 0.9);
}
.outline-red-500\/95 {
  outline-color: rgb(239 68 68 / 0.95);
}
.outline-red-600 {
  outline-color: #dc2626;
}
.outline-red-600\/0 {
  outline-color: rgb(220 38 38 / 0);
}
.outline-red-600\/10 {
  outline-color: rgb(220 38 38 / 0.1);
}
.outline-red-600\/100 {
  outline-color: rgb(220 38 38 / 1);
}
.outline-red-600\/15 {
  outline-color: rgb(220 38 38 / 0.15);
}
.outline-red-600\/20 {
  outline-color: rgb(220 38 38 / 0.2);
}
.outline-red-600\/25 {
  outline-color: rgb(220 38 38 / 0.25);
}
.outline-red-600\/30 {
  outline-color: rgb(220 38 38 / 0.3);
}
.outline-red-600\/35 {
  outline-color: rgb(220 38 38 / 0.35);
}
.outline-red-600\/40 {
  outline-color: rgb(220 38 38 / 0.4);
}
.outline-red-600\/45 {
  outline-color: rgb(220 38 38 / 0.45);
}
.outline-red-600\/5 {
  outline-color: rgb(220 38 38 / 0.05);
}
.outline-red-600\/50 {
  outline-color: rgb(220 38 38 / 0.5);
}
.outline-red-600\/55 {
  outline-color: rgb(220 38 38 / 0.55);
}
.outline-red-600\/60 {
  outline-color: rgb(220 38 38 / 0.6);
}
.outline-red-600\/65 {
  outline-color: rgb(220 38 38 / 0.65);
}
.outline-red-600\/70 {
  outline-color: rgb(220 38 38 / 0.7);
}
.outline-red-600\/75 {
  outline-color: rgb(220 38 38 / 0.75);
}
.outline-red-600\/80 {
  outline-color: rgb(220 38 38 / 0.8);
}
.outline-red-600\/85 {
  outline-color: rgb(220 38 38 / 0.85);
}
.outline-red-600\/90 {
  outline-color: rgb(220 38 38 / 0.9);
}
.outline-red-600\/95 {
  outline-color: rgb(220 38 38 / 0.95);
}
.outline-red-700 {
  outline-color: #b91c1c;
}
.outline-red-700\/0 {
  outline-color: rgb(185 28 28 / 0);
}
.outline-red-700\/10 {
  outline-color: rgb(185 28 28 / 0.1);
}
.outline-red-700\/100 {
  outline-color: rgb(185 28 28 / 1);
}
.outline-red-700\/15 {
  outline-color: rgb(185 28 28 / 0.15);
}
.outline-red-700\/20 {
  outline-color: rgb(185 28 28 / 0.2);
}
.outline-red-700\/25 {
  outline-color: rgb(185 28 28 / 0.25);
}
.outline-red-700\/30 {
  outline-color: rgb(185 28 28 / 0.3);
}
.outline-red-700\/35 {
  outline-color: rgb(185 28 28 / 0.35);
}
.outline-red-700\/40 {
  outline-color: rgb(185 28 28 / 0.4);
}
.outline-red-700\/45 {
  outline-color: rgb(185 28 28 / 0.45);
}
.outline-red-700\/5 {
  outline-color: rgb(185 28 28 / 0.05);
}
.outline-red-700\/50 {
  outline-color: rgb(185 28 28 / 0.5);
}
.outline-red-700\/55 {
  outline-color: rgb(185 28 28 / 0.55);
}
.outline-red-700\/60 {
  outline-color: rgb(185 28 28 / 0.6);
}
.outline-red-700\/65 {
  outline-color: rgb(185 28 28 / 0.65);
}
.outline-red-700\/70 {
  outline-color: rgb(185 28 28 / 0.7);
}
.outline-red-700\/75 {
  outline-color: rgb(185 28 28 / 0.75);
}
.outline-red-700\/80 {
  outline-color: rgb(185 28 28 / 0.8);
}
.outline-red-700\/85 {
  outline-color: rgb(185 28 28 / 0.85);
}
.outline-red-700\/90 {
  outline-color: rgb(185 28 28 / 0.9);
}
.outline-red-700\/95 {
  outline-color: rgb(185 28 28 / 0.95);
}
.outline-red-800 {
  outline-color: #991b1b;
}
.outline-red-800\/0 {
  outline-color: rgb(153 27 27 / 0);
}
.outline-red-800\/10 {
  outline-color: rgb(153 27 27 / 0.1);
}
.outline-red-800\/100 {
  outline-color: rgb(153 27 27 / 1);
}
.outline-red-800\/15 {
  outline-color: rgb(153 27 27 / 0.15);
}
.outline-red-800\/20 {
  outline-color: rgb(153 27 27 / 0.2);
}
.outline-red-800\/25 {
  outline-color: rgb(153 27 27 / 0.25);
}
.outline-red-800\/30 {
  outline-color: rgb(153 27 27 / 0.3);
}
.outline-red-800\/35 {
  outline-color: rgb(153 27 27 / 0.35);
}
.outline-red-800\/40 {
  outline-color: rgb(153 27 27 / 0.4);
}
.outline-red-800\/45 {
  outline-color: rgb(153 27 27 / 0.45);
}
.outline-red-800\/5 {
  outline-color: rgb(153 27 27 / 0.05);
}
.outline-red-800\/50 {
  outline-color: rgb(153 27 27 / 0.5);
}
.outline-red-800\/55 {
  outline-color: rgb(153 27 27 / 0.55);
}
.outline-red-800\/60 {
  outline-color: rgb(153 27 27 / 0.6);
}
.outline-red-800\/65 {
  outline-color: rgb(153 27 27 / 0.65);
}
.outline-red-800\/70 {
  outline-color: rgb(153 27 27 / 0.7);
}
.outline-red-800\/75 {
  outline-color: rgb(153 27 27 / 0.75);
}
.outline-red-800\/80 {
  outline-color: rgb(153 27 27 / 0.8);
}
.outline-red-800\/85 {
  outline-color: rgb(153 27 27 / 0.85);
}
.outline-red-800\/90 {
  outline-color: rgb(153 27 27 / 0.9);
}
.outline-red-800\/95 {
  outline-color: rgb(153 27 27 / 0.95);
}
.outline-red-900 {
  outline-color: #7f1d1d;
}
.outline-red-900\/0 {
  outline-color: rgb(127 29 29 / 0);
}
.outline-red-900\/10 {
  outline-color: rgb(127 29 29 / 0.1);
}
.outline-red-900\/100 {
  outline-color: rgb(127 29 29 / 1);
}
.outline-red-900\/15 {
  outline-color: rgb(127 29 29 / 0.15);
}
.outline-red-900\/20 {
  outline-color: rgb(127 29 29 / 0.2);
}
.outline-red-900\/25 {
  outline-color: rgb(127 29 29 / 0.25);
}
.outline-red-900\/30 {
  outline-color: rgb(127 29 29 / 0.3);
}
.outline-red-900\/35 {
  outline-color: rgb(127 29 29 / 0.35);
}
.outline-red-900\/40 {
  outline-color: rgb(127 29 29 / 0.4);
}
.outline-red-900\/45 {
  outline-color: rgb(127 29 29 / 0.45);
}
.outline-red-900\/5 {
  outline-color: rgb(127 29 29 / 0.05);
}
.outline-red-900\/50 {
  outline-color: rgb(127 29 29 / 0.5);
}
.outline-red-900\/55 {
  outline-color: rgb(127 29 29 / 0.55);
}
.outline-red-900\/60 {
  outline-color: rgb(127 29 29 / 0.6);
}
.outline-red-900\/65 {
  outline-color: rgb(127 29 29 / 0.65);
}
.outline-red-900\/70 {
  outline-color: rgb(127 29 29 / 0.7);
}
.outline-red-900\/75 {
  outline-color: rgb(127 29 29 / 0.75);
}
.outline-red-900\/80 {
  outline-color: rgb(127 29 29 / 0.8);
}
.outline-red-900\/85 {
  outline-color: rgb(127 29 29 / 0.85);
}
.outline-red-900\/90 {
  outline-color: rgb(127 29 29 / 0.9);
}
.outline-red-900\/95 {
  outline-color: rgb(127 29 29 / 0.95);
}
.outline-red-950 {
  outline-color: #450a0a;
}
.outline-red-950\/0 {
  outline-color: rgb(69 10 10 / 0);
}
.outline-red-950\/10 {
  outline-color: rgb(69 10 10 / 0.1);
}
.outline-red-950\/100 {
  outline-color: rgb(69 10 10 / 1);
}
.outline-red-950\/15 {
  outline-color: rgb(69 10 10 / 0.15);
}
.outline-red-950\/20 {
  outline-color: rgb(69 10 10 / 0.2);
}
.outline-red-950\/25 {
  outline-color: rgb(69 10 10 / 0.25);
}
.outline-red-950\/30 {
  outline-color: rgb(69 10 10 / 0.3);
}
.outline-red-950\/35 {
  outline-color: rgb(69 10 10 / 0.35);
}
.outline-red-950\/40 {
  outline-color: rgb(69 10 10 / 0.4);
}
.outline-red-950\/45 {
  outline-color: rgb(69 10 10 / 0.45);
}
.outline-red-950\/5 {
  outline-color: rgb(69 10 10 / 0.05);
}
.outline-red-950\/50 {
  outline-color: rgb(69 10 10 / 0.5);
}
.outline-red-950\/55 {
  outline-color: rgb(69 10 10 / 0.55);
}
.outline-red-950\/60 {
  outline-color: rgb(69 10 10 / 0.6);
}
.outline-red-950\/65 {
  outline-color: rgb(69 10 10 / 0.65);
}
.outline-red-950\/70 {
  outline-color: rgb(69 10 10 / 0.7);
}
.outline-red-950\/75 {
  outline-color: rgb(69 10 10 / 0.75);
}
.outline-red-950\/80 {
  outline-color: rgb(69 10 10 / 0.8);
}
.outline-red-950\/85 {
  outline-color: rgb(69 10 10 / 0.85);
}
.outline-red-950\/90 {
  outline-color: rgb(69 10 10 / 0.9);
}
.outline-red-950\/95 {
  outline-color: rgb(69 10 10 / 0.95);
}
.outline-rose-100 {
  outline-color: #ffe4e6;
}
.outline-rose-100\/0 {
  outline-color: rgb(255 228 230 / 0);
}
.outline-rose-100\/10 {
  outline-color: rgb(255 228 230 / 0.1);
}
.outline-rose-100\/100 {
  outline-color: rgb(255 228 230 / 1);
}
.outline-rose-100\/15 {
  outline-color: rgb(255 228 230 / 0.15);
}
.outline-rose-100\/20 {
  outline-color: rgb(255 228 230 / 0.2);
}
.outline-rose-100\/25 {
  outline-color: rgb(255 228 230 / 0.25);
}
.outline-rose-100\/30 {
  outline-color: rgb(255 228 230 / 0.3);
}
.outline-rose-100\/35 {
  outline-color: rgb(255 228 230 / 0.35);
}
.outline-rose-100\/40 {
  outline-color: rgb(255 228 230 / 0.4);
}
.outline-rose-100\/45 {
  outline-color: rgb(255 228 230 / 0.45);
}
.outline-rose-100\/5 {
  outline-color: rgb(255 228 230 / 0.05);
}
.outline-rose-100\/50 {
  outline-color: rgb(255 228 230 / 0.5);
}
.outline-rose-100\/55 {
  outline-color: rgb(255 228 230 / 0.55);
}
.outline-rose-100\/60 {
  outline-color: rgb(255 228 230 / 0.6);
}
.outline-rose-100\/65 {
  outline-color: rgb(255 228 230 / 0.65);
}
.outline-rose-100\/70 {
  outline-color: rgb(255 228 230 / 0.7);
}
.outline-rose-100\/75 {
  outline-color: rgb(255 228 230 / 0.75);
}
.outline-rose-100\/80 {
  outline-color: rgb(255 228 230 / 0.8);
}
.outline-rose-100\/85 {
  outline-color: rgb(255 228 230 / 0.85);
}
.outline-rose-100\/90 {
  outline-color: rgb(255 228 230 / 0.9);
}
.outline-rose-100\/95 {
  outline-color: rgb(255 228 230 / 0.95);
}
.outline-rose-200 {
  outline-color: #fecdd3;
}
.outline-rose-200\/0 {
  outline-color: rgb(254 205 211 / 0);
}
.outline-rose-200\/10 {
  outline-color: rgb(254 205 211 / 0.1);
}
.outline-rose-200\/100 {
  outline-color: rgb(254 205 211 / 1);
}
.outline-rose-200\/15 {
  outline-color: rgb(254 205 211 / 0.15);
}
.outline-rose-200\/20 {
  outline-color: rgb(254 205 211 / 0.2);
}
.outline-rose-200\/25 {
  outline-color: rgb(254 205 211 / 0.25);
}
.outline-rose-200\/30 {
  outline-color: rgb(254 205 211 / 0.3);
}
.outline-rose-200\/35 {
  outline-color: rgb(254 205 211 / 0.35);
}
.outline-rose-200\/40 {
  outline-color: rgb(254 205 211 / 0.4);
}
.outline-rose-200\/45 {
  outline-color: rgb(254 205 211 / 0.45);
}
.outline-rose-200\/5 {
  outline-color: rgb(254 205 211 / 0.05);
}
.outline-rose-200\/50 {
  outline-color: rgb(254 205 211 / 0.5);
}
.outline-rose-200\/55 {
  outline-color: rgb(254 205 211 / 0.55);
}
.outline-rose-200\/60 {
  outline-color: rgb(254 205 211 / 0.6);
}
.outline-rose-200\/65 {
  outline-color: rgb(254 205 211 / 0.65);
}
.outline-rose-200\/70 {
  outline-color: rgb(254 205 211 / 0.7);
}
.outline-rose-200\/75 {
  outline-color: rgb(254 205 211 / 0.75);
}
.outline-rose-200\/80 {
  outline-color: rgb(254 205 211 / 0.8);
}
.outline-rose-200\/85 {
  outline-color: rgb(254 205 211 / 0.85);
}
.outline-rose-200\/90 {
  outline-color: rgb(254 205 211 / 0.9);
}
.outline-rose-200\/95 {
  outline-color: rgb(254 205 211 / 0.95);
}
.outline-rose-300 {
  outline-color: #fda4af;
}
.outline-rose-300\/0 {
  outline-color: rgb(253 164 175 / 0);
}
.outline-rose-300\/10 {
  outline-color: rgb(253 164 175 / 0.1);
}
.outline-rose-300\/100 {
  outline-color: rgb(253 164 175 / 1);
}
.outline-rose-300\/15 {
  outline-color: rgb(253 164 175 / 0.15);
}
.outline-rose-300\/20 {
  outline-color: rgb(253 164 175 / 0.2);
}
.outline-rose-300\/25 {
  outline-color: rgb(253 164 175 / 0.25);
}
.outline-rose-300\/30 {
  outline-color: rgb(253 164 175 / 0.3);
}
.outline-rose-300\/35 {
  outline-color: rgb(253 164 175 / 0.35);
}
.outline-rose-300\/40 {
  outline-color: rgb(253 164 175 / 0.4);
}
.outline-rose-300\/45 {
  outline-color: rgb(253 164 175 / 0.45);
}
.outline-rose-300\/5 {
  outline-color: rgb(253 164 175 / 0.05);
}
.outline-rose-300\/50 {
  outline-color: rgb(253 164 175 / 0.5);
}
.outline-rose-300\/55 {
  outline-color: rgb(253 164 175 / 0.55);
}
.outline-rose-300\/60 {
  outline-color: rgb(253 164 175 / 0.6);
}
.outline-rose-300\/65 {
  outline-color: rgb(253 164 175 / 0.65);
}
.outline-rose-300\/70 {
  outline-color: rgb(253 164 175 / 0.7);
}
.outline-rose-300\/75 {
  outline-color: rgb(253 164 175 / 0.75);
}
.outline-rose-300\/80 {
  outline-color: rgb(253 164 175 / 0.8);
}
.outline-rose-300\/85 {
  outline-color: rgb(253 164 175 / 0.85);
}
.outline-rose-300\/90 {
  outline-color: rgb(253 164 175 / 0.9);
}
.outline-rose-300\/95 {
  outline-color: rgb(253 164 175 / 0.95);
}
.outline-rose-400 {
  outline-color: #fb7185;
}
.outline-rose-400\/0 {
  outline-color: rgb(251 113 133 / 0);
}
.outline-rose-400\/10 {
  outline-color: rgb(251 113 133 / 0.1);
}
.outline-rose-400\/100 {
  outline-color: rgb(251 113 133 / 1);
}
.outline-rose-400\/15 {
  outline-color: rgb(251 113 133 / 0.15);
}
.outline-rose-400\/20 {
  outline-color: rgb(251 113 133 / 0.2);
}
.outline-rose-400\/25 {
  outline-color: rgb(251 113 133 / 0.25);
}
.outline-rose-400\/30 {
  outline-color: rgb(251 113 133 / 0.3);
}
.outline-rose-400\/35 {
  outline-color: rgb(251 113 133 / 0.35);
}
.outline-rose-400\/40 {
  outline-color: rgb(251 113 133 / 0.4);
}
.outline-rose-400\/45 {
  outline-color: rgb(251 113 133 / 0.45);
}
.outline-rose-400\/5 {
  outline-color: rgb(251 113 133 / 0.05);
}
.outline-rose-400\/50 {
  outline-color: rgb(251 113 133 / 0.5);
}
.outline-rose-400\/55 {
  outline-color: rgb(251 113 133 / 0.55);
}
.outline-rose-400\/60 {
  outline-color: rgb(251 113 133 / 0.6);
}
.outline-rose-400\/65 {
  outline-color: rgb(251 113 133 / 0.65);
}
.outline-rose-400\/70 {
  outline-color: rgb(251 113 133 / 0.7);
}
.outline-rose-400\/75 {
  outline-color: rgb(251 113 133 / 0.75);
}
.outline-rose-400\/80 {
  outline-color: rgb(251 113 133 / 0.8);
}
.outline-rose-400\/85 {
  outline-color: rgb(251 113 133 / 0.85);
}
.outline-rose-400\/90 {
  outline-color: rgb(251 113 133 / 0.9);
}
.outline-rose-400\/95 {
  outline-color: rgb(251 113 133 / 0.95);
}
.outline-rose-50 {
  outline-color: #fff1f2;
}
.outline-rose-50\/0 {
  outline-color: rgb(255 241 242 / 0);
}
.outline-rose-50\/10 {
  outline-color: rgb(255 241 242 / 0.1);
}
.outline-rose-50\/100 {
  outline-color: rgb(255 241 242 / 1);
}
.outline-rose-50\/15 {
  outline-color: rgb(255 241 242 / 0.15);
}
.outline-rose-50\/20 {
  outline-color: rgb(255 241 242 / 0.2);
}
.outline-rose-50\/25 {
  outline-color: rgb(255 241 242 / 0.25);
}
.outline-rose-50\/30 {
  outline-color: rgb(255 241 242 / 0.3);
}
.outline-rose-50\/35 {
  outline-color: rgb(255 241 242 / 0.35);
}
.outline-rose-50\/40 {
  outline-color: rgb(255 241 242 / 0.4);
}
.outline-rose-50\/45 {
  outline-color: rgb(255 241 242 / 0.45);
}
.outline-rose-50\/5 {
  outline-color: rgb(255 241 242 / 0.05);
}
.outline-rose-50\/50 {
  outline-color: rgb(255 241 242 / 0.5);
}
.outline-rose-50\/55 {
  outline-color: rgb(255 241 242 / 0.55);
}
.outline-rose-50\/60 {
  outline-color: rgb(255 241 242 / 0.6);
}
.outline-rose-50\/65 {
  outline-color: rgb(255 241 242 / 0.65);
}
.outline-rose-50\/70 {
  outline-color: rgb(255 241 242 / 0.7);
}
.outline-rose-50\/75 {
  outline-color: rgb(255 241 242 / 0.75);
}
.outline-rose-50\/80 {
  outline-color: rgb(255 241 242 / 0.8);
}
.outline-rose-50\/85 {
  outline-color: rgb(255 241 242 / 0.85);
}
.outline-rose-50\/90 {
  outline-color: rgb(255 241 242 / 0.9);
}
.outline-rose-50\/95 {
  outline-color: rgb(255 241 242 / 0.95);
}
.outline-rose-500 {
  outline-color: #f43f5e;
}
.outline-rose-500\/0 {
  outline-color: rgb(244 63 94 / 0);
}
.outline-rose-500\/10 {
  outline-color: rgb(244 63 94 / 0.1);
}
.outline-rose-500\/100 {
  outline-color: rgb(244 63 94 / 1);
}
.outline-rose-500\/15 {
  outline-color: rgb(244 63 94 / 0.15);
}
.outline-rose-500\/20 {
  outline-color: rgb(244 63 94 / 0.2);
}
.outline-rose-500\/25 {
  outline-color: rgb(244 63 94 / 0.25);
}
.outline-rose-500\/30 {
  outline-color: rgb(244 63 94 / 0.3);
}
.outline-rose-500\/35 {
  outline-color: rgb(244 63 94 / 0.35);
}
.outline-rose-500\/40 {
  outline-color: rgb(244 63 94 / 0.4);
}
.outline-rose-500\/45 {
  outline-color: rgb(244 63 94 / 0.45);
}
.outline-rose-500\/5 {
  outline-color: rgb(244 63 94 / 0.05);
}
.outline-rose-500\/50 {
  outline-color: rgb(244 63 94 / 0.5);
}
.outline-rose-500\/55 {
  outline-color: rgb(244 63 94 / 0.55);
}
.outline-rose-500\/60 {
  outline-color: rgb(244 63 94 / 0.6);
}
.outline-rose-500\/65 {
  outline-color: rgb(244 63 94 / 0.65);
}
.outline-rose-500\/70 {
  outline-color: rgb(244 63 94 / 0.7);
}
.outline-rose-500\/75 {
  outline-color: rgb(244 63 94 / 0.75);
}
.outline-rose-500\/80 {
  outline-color: rgb(244 63 94 / 0.8);
}
.outline-rose-500\/85 {
  outline-color: rgb(244 63 94 / 0.85);
}
.outline-rose-500\/90 {
  outline-color: rgb(244 63 94 / 0.9);
}
.outline-rose-500\/95 {
  outline-color: rgb(244 63 94 / 0.95);
}
.outline-rose-600 {
  outline-color: #e11d48;
}
.outline-rose-600\/0 {
  outline-color: rgb(225 29 72 / 0);
}
.outline-rose-600\/10 {
  outline-color: rgb(225 29 72 / 0.1);
}
.outline-rose-600\/100 {
  outline-color: rgb(225 29 72 / 1);
}
.outline-rose-600\/15 {
  outline-color: rgb(225 29 72 / 0.15);
}
.outline-rose-600\/20 {
  outline-color: rgb(225 29 72 / 0.2);
}
.outline-rose-600\/25 {
  outline-color: rgb(225 29 72 / 0.25);
}
.outline-rose-600\/30 {
  outline-color: rgb(225 29 72 / 0.3);
}
.outline-rose-600\/35 {
  outline-color: rgb(225 29 72 / 0.35);
}
.outline-rose-600\/40 {
  outline-color: rgb(225 29 72 / 0.4);
}
.outline-rose-600\/45 {
  outline-color: rgb(225 29 72 / 0.45);
}
.outline-rose-600\/5 {
  outline-color: rgb(225 29 72 / 0.05);
}
.outline-rose-600\/50 {
  outline-color: rgb(225 29 72 / 0.5);
}
.outline-rose-600\/55 {
  outline-color: rgb(225 29 72 / 0.55);
}
.outline-rose-600\/60 {
  outline-color: rgb(225 29 72 / 0.6);
}
.outline-rose-600\/65 {
  outline-color: rgb(225 29 72 / 0.65);
}
.outline-rose-600\/70 {
  outline-color: rgb(225 29 72 / 0.7);
}
.outline-rose-600\/75 {
  outline-color: rgb(225 29 72 / 0.75);
}
.outline-rose-600\/80 {
  outline-color: rgb(225 29 72 / 0.8);
}
.outline-rose-600\/85 {
  outline-color: rgb(225 29 72 / 0.85);
}
.outline-rose-600\/90 {
  outline-color: rgb(225 29 72 / 0.9);
}
.outline-rose-600\/95 {
  outline-color: rgb(225 29 72 / 0.95);
}
.outline-rose-700 {
  outline-color: #be123c;
}
.outline-rose-700\/0 {
  outline-color: rgb(190 18 60 / 0);
}
.outline-rose-700\/10 {
  outline-color: rgb(190 18 60 / 0.1);
}
.outline-rose-700\/100 {
  outline-color: rgb(190 18 60 / 1);
}
.outline-rose-700\/15 {
  outline-color: rgb(190 18 60 / 0.15);
}
.outline-rose-700\/20 {
  outline-color: rgb(190 18 60 / 0.2);
}
.outline-rose-700\/25 {
  outline-color: rgb(190 18 60 / 0.25);
}
.outline-rose-700\/30 {
  outline-color: rgb(190 18 60 / 0.3);
}
.outline-rose-700\/35 {
  outline-color: rgb(190 18 60 / 0.35);
}
.outline-rose-700\/40 {
  outline-color: rgb(190 18 60 / 0.4);
}
.outline-rose-700\/45 {
  outline-color: rgb(190 18 60 / 0.45);
}
.outline-rose-700\/5 {
  outline-color: rgb(190 18 60 / 0.05);
}
.outline-rose-700\/50 {
  outline-color: rgb(190 18 60 / 0.5);
}
.outline-rose-700\/55 {
  outline-color: rgb(190 18 60 / 0.55);
}
.outline-rose-700\/60 {
  outline-color: rgb(190 18 60 / 0.6);
}
.outline-rose-700\/65 {
  outline-color: rgb(190 18 60 / 0.65);
}
.outline-rose-700\/70 {
  outline-color: rgb(190 18 60 / 0.7);
}
.outline-rose-700\/75 {
  outline-color: rgb(190 18 60 / 0.75);
}
.outline-rose-700\/80 {
  outline-color: rgb(190 18 60 / 0.8);
}
.outline-rose-700\/85 {
  outline-color: rgb(190 18 60 / 0.85);
}
.outline-rose-700\/90 {
  outline-color: rgb(190 18 60 / 0.9);
}
.outline-rose-700\/95 {
  outline-color: rgb(190 18 60 / 0.95);
}
.outline-rose-800 {
  outline-color: #9f1239;
}
.outline-rose-800\/0 {
  outline-color: rgb(159 18 57 / 0);
}
.outline-rose-800\/10 {
  outline-color: rgb(159 18 57 / 0.1);
}
.outline-rose-800\/100 {
  outline-color: rgb(159 18 57 / 1);
}
.outline-rose-800\/15 {
  outline-color: rgb(159 18 57 / 0.15);
}
.outline-rose-800\/20 {
  outline-color: rgb(159 18 57 / 0.2);
}
.outline-rose-800\/25 {
  outline-color: rgb(159 18 57 / 0.25);
}
.outline-rose-800\/30 {
  outline-color: rgb(159 18 57 / 0.3);
}
.outline-rose-800\/35 {
  outline-color: rgb(159 18 57 / 0.35);
}
.outline-rose-800\/40 {
  outline-color: rgb(159 18 57 / 0.4);
}
.outline-rose-800\/45 {
  outline-color: rgb(159 18 57 / 0.45);
}
.outline-rose-800\/5 {
  outline-color: rgb(159 18 57 / 0.05);
}
.outline-rose-800\/50 {
  outline-color: rgb(159 18 57 / 0.5);
}
.outline-rose-800\/55 {
  outline-color: rgb(159 18 57 / 0.55);
}
.outline-rose-800\/60 {
  outline-color: rgb(159 18 57 / 0.6);
}
.outline-rose-800\/65 {
  outline-color: rgb(159 18 57 / 0.65);
}
.outline-rose-800\/70 {
  outline-color: rgb(159 18 57 / 0.7);
}
.outline-rose-800\/75 {
  outline-color: rgb(159 18 57 / 0.75);
}
.outline-rose-800\/80 {
  outline-color: rgb(159 18 57 / 0.8);
}
.outline-rose-800\/85 {
  outline-color: rgb(159 18 57 / 0.85);
}
.outline-rose-800\/90 {
  outline-color: rgb(159 18 57 / 0.9);
}
.outline-rose-800\/95 {
  outline-color: rgb(159 18 57 / 0.95);
}
.outline-rose-900 {
  outline-color: #881337;
}
.outline-rose-900\/0 {
  outline-color: rgb(136 19 55 / 0);
}
.outline-rose-900\/10 {
  outline-color: rgb(136 19 55 / 0.1);
}
.outline-rose-900\/100 {
  outline-color: rgb(136 19 55 / 1);
}
.outline-rose-900\/15 {
  outline-color: rgb(136 19 55 / 0.15);
}
.outline-rose-900\/20 {
  outline-color: rgb(136 19 55 / 0.2);
}
.outline-rose-900\/25 {
  outline-color: rgb(136 19 55 / 0.25);
}
.outline-rose-900\/30 {
  outline-color: rgb(136 19 55 / 0.3);
}
.outline-rose-900\/35 {
  outline-color: rgb(136 19 55 / 0.35);
}
.outline-rose-900\/40 {
  outline-color: rgb(136 19 55 / 0.4);
}
.outline-rose-900\/45 {
  outline-color: rgb(136 19 55 / 0.45);
}
.outline-rose-900\/5 {
  outline-color: rgb(136 19 55 / 0.05);
}
.outline-rose-900\/50 {
  outline-color: rgb(136 19 55 / 0.5);
}
.outline-rose-900\/55 {
  outline-color: rgb(136 19 55 / 0.55);
}
.outline-rose-900\/60 {
  outline-color: rgb(136 19 55 / 0.6);
}
.outline-rose-900\/65 {
  outline-color: rgb(136 19 55 / 0.65);
}
.outline-rose-900\/70 {
  outline-color: rgb(136 19 55 / 0.7);
}
.outline-rose-900\/75 {
  outline-color: rgb(136 19 55 / 0.75);
}
.outline-rose-900\/80 {
  outline-color: rgb(136 19 55 / 0.8);
}
.outline-rose-900\/85 {
  outline-color: rgb(136 19 55 / 0.85);
}
.outline-rose-900\/90 {
  outline-color: rgb(136 19 55 / 0.9);
}
.outline-rose-900\/95 {
  outline-color: rgb(136 19 55 / 0.95);
}
.outline-rose-950 {
  outline-color: #4c0519;
}
.outline-rose-950\/0 {
  outline-color: rgb(76 5 25 / 0);
}
.outline-rose-950\/10 {
  outline-color: rgb(76 5 25 / 0.1);
}
.outline-rose-950\/100 {
  outline-color: rgb(76 5 25 / 1);
}
.outline-rose-950\/15 {
  outline-color: rgb(76 5 25 / 0.15);
}
.outline-rose-950\/20 {
  outline-color: rgb(76 5 25 / 0.2);
}
.outline-rose-950\/25 {
  outline-color: rgb(76 5 25 / 0.25);
}
.outline-rose-950\/30 {
  outline-color: rgb(76 5 25 / 0.3);
}
.outline-rose-950\/35 {
  outline-color: rgb(76 5 25 / 0.35);
}
.outline-rose-950\/40 {
  outline-color: rgb(76 5 25 / 0.4);
}
.outline-rose-950\/45 {
  outline-color: rgb(76 5 25 / 0.45);
}
.outline-rose-950\/5 {
  outline-color: rgb(76 5 25 / 0.05);
}
.outline-rose-950\/50 {
  outline-color: rgb(76 5 25 / 0.5);
}
.outline-rose-950\/55 {
  outline-color: rgb(76 5 25 / 0.55);
}
.outline-rose-950\/60 {
  outline-color: rgb(76 5 25 / 0.6);
}
.outline-rose-950\/65 {
  outline-color: rgb(76 5 25 / 0.65);
}
.outline-rose-950\/70 {
  outline-color: rgb(76 5 25 / 0.7);
}
.outline-rose-950\/75 {
  outline-color: rgb(76 5 25 / 0.75);
}
.outline-rose-950\/80 {
  outline-color: rgb(76 5 25 / 0.8);
}
.outline-rose-950\/85 {
  outline-color: rgb(76 5 25 / 0.85);
}
.outline-rose-950\/90 {
  outline-color: rgb(76 5 25 / 0.9);
}
.outline-rose-950\/95 {
  outline-color: rgb(76 5 25 / 0.95);
}
.outline-sky-100 {
  outline-color: #e0f2fe;
}
.outline-sky-100\/0 {
  outline-color: rgb(224 242 254 / 0);
}
.outline-sky-100\/10 {
  outline-color: rgb(224 242 254 / 0.1);
}
.outline-sky-100\/100 {
  outline-color: rgb(224 242 254 / 1);
}
.outline-sky-100\/15 {
  outline-color: rgb(224 242 254 / 0.15);
}
.outline-sky-100\/20 {
  outline-color: rgb(224 242 254 / 0.2);
}
.outline-sky-100\/25 {
  outline-color: rgb(224 242 254 / 0.25);
}
.outline-sky-100\/30 {
  outline-color: rgb(224 242 254 / 0.3);
}
.outline-sky-100\/35 {
  outline-color: rgb(224 242 254 / 0.35);
}
.outline-sky-100\/40 {
  outline-color: rgb(224 242 254 / 0.4);
}
.outline-sky-100\/45 {
  outline-color: rgb(224 242 254 / 0.45);
}
.outline-sky-100\/5 {
  outline-color: rgb(224 242 254 / 0.05);
}
.outline-sky-100\/50 {
  outline-color: rgb(224 242 254 / 0.5);
}
.outline-sky-100\/55 {
  outline-color: rgb(224 242 254 / 0.55);
}
.outline-sky-100\/60 {
  outline-color: rgb(224 242 254 / 0.6);
}
.outline-sky-100\/65 {
  outline-color: rgb(224 242 254 / 0.65);
}
.outline-sky-100\/70 {
  outline-color: rgb(224 242 254 / 0.7);
}
.outline-sky-100\/75 {
  outline-color: rgb(224 242 254 / 0.75);
}
.outline-sky-100\/80 {
  outline-color: rgb(224 242 254 / 0.8);
}
.outline-sky-100\/85 {
  outline-color: rgb(224 242 254 / 0.85);
}
.outline-sky-100\/90 {
  outline-color: rgb(224 242 254 / 0.9);
}
.outline-sky-100\/95 {
  outline-color: rgb(224 242 254 / 0.95);
}
.outline-sky-200 {
  outline-color: #bae6fd;
}
.outline-sky-200\/0 {
  outline-color: rgb(186 230 253 / 0);
}
.outline-sky-200\/10 {
  outline-color: rgb(186 230 253 / 0.1);
}
.outline-sky-200\/100 {
  outline-color: rgb(186 230 253 / 1);
}
.outline-sky-200\/15 {
  outline-color: rgb(186 230 253 / 0.15);
}
.outline-sky-200\/20 {
  outline-color: rgb(186 230 253 / 0.2);
}
.outline-sky-200\/25 {
  outline-color: rgb(186 230 253 / 0.25);
}
.outline-sky-200\/30 {
  outline-color: rgb(186 230 253 / 0.3);
}
.outline-sky-200\/35 {
  outline-color: rgb(186 230 253 / 0.35);
}
.outline-sky-200\/40 {
  outline-color: rgb(186 230 253 / 0.4);
}
.outline-sky-200\/45 {
  outline-color: rgb(186 230 253 / 0.45);
}
.outline-sky-200\/5 {
  outline-color: rgb(186 230 253 / 0.05);
}
.outline-sky-200\/50 {
  outline-color: rgb(186 230 253 / 0.5);
}
.outline-sky-200\/55 {
  outline-color: rgb(186 230 253 / 0.55);
}
.outline-sky-200\/60 {
  outline-color: rgb(186 230 253 / 0.6);
}
.outline-sky-200\/65 {
  outline-color: rgb(186 230 253 / 0.65);
}
.outline-sky-200\/70 {
  outline-color: rgb(186 230 253 / 0.7);
}
.outline-sky-200\/75 {
  outline-color: rgb(186 230 253 / 0.75);
}
.outline-sky-200\/80 {
  outline-color: rgb(186 230 253 / 0.8);
}
.outline-sky-200\/85 {
  outline-color: rgb(186 230 253 / 0.85);
}
.outline-sky-200\/90 {
  outline-color: rgb(186 230 253 / 0.9);
}
.outline-sky-200\/95 {
  outline-color: rgb(186 230 253 / 0.95);
}
.outline-sky-300 {
  outline-color: #7dd3fc;
}
.outline-sky-300\/0 {
  outline-color: rgb(125 211 252 / 0);
}
.outline-sky-300\/10 {
  outline-color: rgb(125 211 252 / 0.1);
}
.outline-sky-300\/100 {
  outline-color: rgb(125 211 252 / 1);
}
.outline-sky-300\/15 {
  outline-color: rgb(125 211 252 / 0.15);
}
.outline-sky-300\/20 {
  outline-color: rgb(125 211 252 / 0.2);
}
.outline-sky-300\/25 {
  outline-color: rgb(125 211 252 / 0.25);
}
.outline-sky-300\/30 {
  outline-color: rgb(125 211 252 / 0.3);
}
.outline-sky-300\/35 {
  outline-color: rgb(125 211 252 / 0.35);
}
.outline-sky-300\/40 {
  outline-color: rgb(125 211 252 / 0.4);
}
.outline-sky-300\/45 {
  outline-color: rgb(125 211 252 / 0.45);
}
.outline-sky-300\/5 {
  outline-color: rgb(125 211 252 / 0.05);
}
.outline-sky-300\/50 {
  outline-color: rgb(125 211 252 / 0.5);
}
.outline-sky-300\/55 {
  outline-color: rgb(125 211 252 / 0.55);
}
.outline-sky-300\/60 {
  outline-color: rgb(125 211 252 / 0.6);
}
.outline-sky-300\/65 {
  outline-color: rgb(125 211 252 / 0.65);
}
.outline-sky-300\/70 {
  outline-color: rgb(125 211 252 / 0.7);
}
.outline-sky-300\/75 {
  outline-color: rgb(125 211 252 / 0.75);
}
.outline-sky-300\/80 {
  outline-color: rgb(125 211 252 / 0.8);
}
.outline-sky-300\/85 {
  outline-color: rgb(125 211 252 / 0.85);
}
.outline-sky-300\/90 {
  outline-color: rgb(125 211 252 / 0.9);
}
.outline-sky-300\/95 {
  outline-color: rgb(125 211 252 / 0.95);
}
.outline-sky-400 {
  outline-color: #38bdf8;
}
.outline-sky-400\/0 {
  outline-color: rgb(56 189 248 / 0);
}
.outline-sky-400\/10 {
  outline-color: rgb(56 189 248 / 0.1);
}
.outline-sky-400\/100 {
  outline-color: rgb(56 189 248 / 1);
}
.outline-sky-400\/15 {
  outline-color: rgb(56 189 248 / 0.15);
}
.outline-sky-400\/20 {
  outline-color: rgb(56 189 248 / 0.2);
}
.outline-sky-400\/25 {
  outline-color: rgb(56 189 248 / 0.25);
}
.outline-sky-400\/30 {
  outline-color: rgb(56 189 248 / 0.3);
}
.outline-sky-400\/35 {
  outline-color: rgb(56 189 248 / 0.35);
}
.outline-sky-400\/40 {
  outline-color: rgb(56 189 248 / 0.4);
}
.outline-sky-400\/45 {
  outline-color: rgb(56 189 248 / 0.45);
}
.outline-sky-400\/5 {
  outline-color: rgb(56 189 248 / 0.05);
}
.outline-sky-400\/50 {
  outline-color: rgb(56 189 248 / 0.5);
}
.outline-sky-400\/55 {
  outline-color: rgb(56 189 248 / 0.55);
}
.outline-sky-400\/60 {
  outline-color: rgb(56 189 248 / 0.6);
}
.outline-sky-400\/65 {
  outline-color: rgb(56 189 248 / 0.65);
}
.outline-sky-400\/70 {
  outline-color: rgb(56 189 248 / 0.7);
}
.outline-sky-400\/75 {
  outline-color: rgb(56 189 248 / 0.75);
}
.outline-sky-400\/80 {
  outline-color: rgb(56 189 248 / 0.8);
}
.outline-sky-400\/85 {
  outline-color: rgb(56 189 248 / 0.85);
}
.outline-sky-400\/90 {
  outline-color: rgb(56 189 248 / 0.9);
}
.outline-sky-400\/95 {
  outline-color: rgb(56 189 248 / 0.95);
}
.outline-sky-50 {
  outline-color: #f0f9ff;
}
.outline-sky-50\/0 {
  outline-color: rgb(240 249 255 / 0);
}
.outline-sky-50\/10 {
  outline-color: rgb(240 249 255 / 0.1);
}
.outline-sky-50\/100 {
  outline-color: rgb(240 249 255 / 1);
}
.outline-sky-50\/15 {
  outline-color: rgb(240 249 255 / 0.15);
}
.outline-sky-50\/20 {
  outline-color: rgb(240 249 255 / 0.2);
}
.outline-sky-50\/25 {
  outline-color: rgb(240 249 255 / 0.25);
}
.outline-sky-50\/30 {
  outline-color: rgb(240 249 255 / 0.3);
}
.outline-sky-50\/35 {
  outline-color: rgb(240 249 255 / 0.35);
}
.outline-sky-50\/40 {
  outline-color: rgb(240 249 255 / 0.4);
}
.outline-sky-50\/45 {
  outline-color: rgb(240 249 255 / 0.45);
}
.outline-sky-50\/5 {
  outline-color: rgb(240 249 255 / 0.05);
}
.outline-sky-50\/50 {
  outline-color: rgb(240 249 255 / 0.5);
}
.outline-sky-50\/55 {
  outline-color: rgb(240 249 255 / 0.55);
}
.outline-sky-50\/60 {
  outline-color: rgb(240 249 255 / 0.6);
}
.outline-sky-50\/65 {
  outline-color: rgb(240 249 255 / 0.65);
}
.outline-sky-50\/70 {
  outline-color: rgb(240 249 255 / 0.7);
}
.outline-sky-50\/75 {
  outline-color: rgb(240 249 255 / 0.75);
}
.outline-sky-50\/80 {
  outline-color: rgb(240 249 255 / 0.8);
}
.outline-sky-50\/85 {
  outline-color: rgb(240 249 255 / 0.85);
}
.outline-sky-50\/90 {
  outline-color: rgb(240 249 255 / 0.9);
}
.outline-sky-50\/95 {
  outline-color: rgb(240 249 255 / 0.95);
}
.outline-sky-500 {
  outline-color: #0ea5e9;
}
.outline-sky-500\/0 {
  outline-color: rgb(14 165 233 / 0);
}
.outline-sky-500\/10 {
  outline-color: rgb(14 165 233 / 0.1);
}
.outline-sky-500\/100 {
  outline-color: rgb(14 165 233 / 1);
}
.outline-sky-500\/15 {
  outline-color: rgb(14 165 233 / 0.15);
}
.outline-sky-500\/20 {
  outline-color: rgb(14 165 233 / 0.2);
}
.outline-sky-500\/25 {
  outline-color: rgb(14 165 233 / 0.25);
}
.outline-sky-500\/30 {
  outline-color: rgb(14 165 233 / 0.3);
}
.outline-sky-500\/35 {
  outline-color: rgb(14 165 233 / 0.35);
}
.outline-sky-500\/40 {
  outline-color: rgb(14 165 233 / 0.4);
}
.outline-sky-500\/45 {
  outline-color: rgb(14 165 233 / 0.45);
}
.outline-sky-500\/5 {
  outline-color: rgb(14 165 233 / 0.05);
}
.outline-sky-500\/50 {
  outline-color: rgb(14 165 233 / 0.5);
}
.outline-sky-500\/55 {
  outline-color: rgb(14 165 233 / 0.55);
}
.outline-sky-500\/60 {
  outline-color: rgb(14 165 233 / 0.6);
}
.outline-sky-500\/65 {
  outline-color: rgb(14 165 233 / 0.65);
}
.outline-sky-500\/70 {
  outline-color: rgb(14 165 233 / 0.7);
}
.outline-sky-500\/75 {
  outline-color: rgb(14 165 233 / 0.75);
}
.outline-sky-500\/80 {
  outline-color: rgb(14 165 233 / 0.8);
}
.outline-sky-500\/85 {
  outline-color: rgb(14 165 233 / 0.85);
}
.outline-sky-500\/90 {
  outline-color: rgb(14 165 233 / 0.9);
}
.outline-sky-500\/95 {
  outline-color: rgb(14 165 233 / 0.95);
}
.outline-sky-600 {
  outline-color: #0284c7;
}
.outline-sky-600\/0 {
  outline-color: rgb(2 132 199 / 0);
}
.outline-sky-600\/10 {
  outline-color: rgb(2 132 199 / 0.1);
}
.outline-sky-600\/100 {
  outline-color: rgb(2 132 199 / 1);
}
.outline-sky-600\/15 {
  outline-color: rgb(2 132 199 / 0.15);
}
.outline-sky-600\/20 {
  outline-color: rgb(2 132 199 / 0.2);
}
.outline-sky-600\/25 {
  outline-color: rgb(2 132 199 / 0.25);
}
.outline-sky-600\/30 {
  outline-color: rgb(2 132 199 / 0.3);
}
.outline-sky-600\/35 {
  outline-color: rgb(2 132 199 / 0.35);
}
.outline-sky-600\/40 {
  outline-color: rgb(2 132 199 / 0.4);
}
.outline-sky-600\/45 {
  outline-color: rgb(2 132 199 / 0.45);
}
.outline-sky-600\/5 {
  outline-color: rgb(2 132 199 / 0.05);
}
.outline-sky-600\/50 {
  outline-color: rgb(2 132 199 / 0.5);
}
.outline-sky-600\/55 {
  outline-color: rgb(2 132 199 / 0.55);
}
.outline-sky-600\/60 {
  outline-color: rgb(2 132 199 / 0.6);
}
.outline-sky-600\/65 {
  outline-color: rgb(2 132 199 / 0.65);
}
.outline-sky-600\/70 {
  outline-color: rgb(2 132 199 / 0.7);
}
.outline-sky-600\/75 {
  outline-color: rgb(2 132 199 / 0.75);
}
.outline-sky-600\/80 {
  outline-color: rgb(2 132 199 / 0.8);
}
.outline-sky-600\/85 {
  outline-color: rgb(2 132 199 / 0.85);
}
.outline-sky-600\/90 {
  outline-color: rgb(2 132 199 / 0.9);
}
.outline-sky-600\/95 {
  outline-color: rgb(2 132 199 / 0.95);
}
.outline-sky-700 {
  outline-color: #0369a1;
}
.outline-sky-700\/0 {
  outline-color: rgb(3 105 161 / 0);
}
.outline-sky-700\/10 {
  outline-color: rgb(3 105 161 / 0.1);
}
.outline-sky-700\/100 {
  outline-color: rgb(3 105 161 / 1);
}
.outline-sky-700\/15 {
  outline-color: rgb(3 105 161 / 0.15);
}
.outline-sky-700\/20 {
  outline-color: rgb(3 105 161 / 0.2);
}
.outline-sky-700\/25 {
  outline-color: rgb(3 105 161 / 0.25);
}
.outline-sky-700\/30 {
  outline-color: rgb(3 105 161 / 0.3);
}
.outline-sky-700\/35 {
  outline-color: rgb(3 105 161 / 0.35);
}
.outline-sky-700\/40 {
  outline-color: rgb(3 105 161 / 0.4);
}
.outline-sky-700\/45 {
  outline-color: rgb(3 105 161 / 0.45);
}
.outline-sky-700\/5 {
  outline-color: rgb(3 105 161 / 0.05);
}
.outline-sky-700\/50 {
  outline-color: rgb(3 105 161 / 0.5);
}
.outline-sky-700\/55 {
  outline-color: rgb(3 105 161 / 0.55);
}
.outline-sky-700\/60 {
  outline-color: rgb(3 105 161 / 0.6);
}
.outline-sky-700\/65 {
  outline-color: rgb(3 105 161 / 0.65);
}
.outline-sky-700\/70 {
  outline-color: rgb(3 105 161 / 0.7);
}
.outline-sky-700\/75 {
  outline-color: rgb(3 105 161 / 0.75);
}
.outline-sky-700\/80 {
  outline-color: rgb(3 105 161 / 0.8);
}
.outline-sky-700\/85 {
  outline-color: rgb(3 105 161 / 0.85);
}
.outline-sky-700\/90 {
  outline-color: rgb(3 105 161 / 0.9);
}
.outline-sky-700\/95 {
  outline-color: rgb(3 105 161 / 0.95);
}
.outline-sky-800 {
  outline-color: #075985;
}
.outline-sky-800\/0 {
  outline-color: rgb(7 89 133 / 0);
}
.outline-sky-800\/10 {
  outline-color: rgb(7 89 133 / 0.1);
}
.outline-sky-800\/100 {
  outline-color: rgb(7 89 133 / 1);
}
.outline-sky-800\/15 {
  outline-color: rgb(7 89 133 / 0.15);
}
.outline-sky-800\/20 {
  outline-color: rgb(7 89 133 / 0.2);
}
.outline-sky-800\/25 {
  outline-color: rgb(7 89 133 / 0.25);
}
.outline-sky-800\/30 {
  outline-color: rgb(7 89 133 / 0.3);
}
.outline-sky-800\/35 {
  outline-color: rgb(7 89 133 / 0.35);
}
.outline-sky-800\/40 {
  outline-color: rgb(7 89 133 / 0.4);
}
.outline-sky-800\/45 {
  outline-color: rgb(7 89 133 / 0.45);
}
.outline-sky-800\/5 {
  outline-color: rgb(7 89 133 / 0.05);
}
.outline-sky-800\/50 {
  outline-color: rgb(7 89 133 / 0.5);
}
.outline-sky-800\/55 {
  outline-color: rgb(7 89 133 / 0.55);
}
.outline-sky-800\/60 {
  outline-color: rgb(7 89 133 / 0.6);
}
.outline-sky-800\/65 {
  outline-color: rgb(7 89 133 / 0.65);
}
.outline-sky-800\/70 {
  outline-color: rgb(7 89 133 / 0.7);
}
.outline-sky-800\/75 {
  outline-color: rgb(7 89 133 / 0.75);
}
.outline-sky-800\/80 {
  outline-color: rgb(7 89 133 / 0.8);
}
.outline-sky-800\/85 {
  outline-color: rgb(7 89 133 / 0.85);
}
.outline-sky-800\/90 {
  outline-color: rgb(7 89 133 / 0.9);
}
.outline-sky-800\/95 {
  outline-color: rgb(7 89 133 / 0.95);
}
.outline-sky-900 {
  outline-color: #0c4a6e;
}
.outline-sky-900\/0 {
  outline-color: rgb(12 74 110 / 0);
}
.outline-sky-900\/10 {
  outline-color: rgb(12 74 110 / 0.1);
}
.outline-sky-900\/100 {
  outline-color: rgb(12 74 110 / 1);
}
.outline-sky-900\/15 {
  outline-color: rgb(12 74 110 / 0.15);
}
.outline-sky-900\/20 {
  outline-color: rgb(12 74 110 / 0.2);
}
.outline-sky-900\/25 {
  outline-color: rgb(12 74 110 / 0.25);
}
.outline-sky-900\/30 {
  outline-color: rgb(12 74 110 / 0.3);
}
.outline-sky-900\/35 {
  outline-color: rgb(12 74 110 / 0.35);
}
.outline-sky-900\/40 {
  outline-color: rgb(12 74 110 / 0.4);
}
.outline-sky-900\/45 {
  outline-color: rgb(12 74 110 / 0.45);
}
.outline-sky-900\/5 {
  outline-color: rgb(12 74 110 / 0.05);
}
.outline-sky-900\/50 {
  outline-color: rgb(12 74 110 / 0.5);
}
.outline-sky-900\/55 {
  outline-color: rgb(12 74 110 / 0.55);
}
.outline-sky-900\/60 {
  outline-color: rgb(12 74 110 / 0.6);
}
.outline-sky-900\/65 {
  outline-color: rgb(12 74 110 / 0.65);
}
.outline-sky-900\/70 {
  outline-color: rgb(12 74 110 / 0.7);
}
.outline-sky-900\/75 {
  outline-color: rgb(12 74 110 / 0.75);
}
.outline-sky-900\/80 {
  outline-color: rgb(12 74 110 / 0.8);
}
.outline-sky-900\/85 {
  outline-color: rgb(12 74 110 / 0.85);
}
.outline-sky-900\/90 {
  outline-color: rgb(12 74 110 / 0.9);
}
.outline-sky-900\/95 {
  outline-color: rgb(12 74 110 / 0.95);
}
.outline-sky-950 {
  outline-color: #082f49;
}
.outline-sky-950\/0 {
  outline-color: rgb(8 47 73 / 0);
}
.outline-sky-950\/10 {
  outline-color: rgb(8 47 73 / 0.1);
}
.outline-sky-950\/100 {
  outline-color: rgb(8 47 73 / 1);
}
.outline-sky-950\/15 {
  outline-color: rgb(8 47 73 / 0.15);
}
.outline-sky-950\/20 {
  outline-color: rgb(8 47 73 / 0.2);
}
.outline-sky-950\/25 {
  outline-color: rgb(8 47 73 / 0.25);
}
.outline-sky-950\/30 {
  outline-color: rgb(8 47 73 / 0.3);
}
.outline-sky-950\/35 {
  outline-color: rgb(8 47 73 / 0.35);
}
.outline-sky-950\/40 {
  outline-color: rgb(8 47 73 / 0.4);
}
.outline-sky-950\/45 {
  outline-color: rgb(8 47 73 / 0.45);
}
.outline-sky-950\/5 {
  outline-color: rgb(8 47 73 / 0.05);
}
.outline-sky-950\/50 {
  outline-color: rgb(8 47 73 / 0.5);
}
.outline-sky-950\/55 {
  outline-color: rgb(8 47 73 / 0.55);
}
.outline-sky-950\/60 {
  outline-color: rgb(8 47 73 / 0.6);
}
.outline-sky-950\/65 {
  outline-color: rgb(8 47 73 / 0.65);
}
.outline-sky-950\/70 {
  outline-color: rgb(8 47 73 / 0.7);
}
.outline-sky-950\/75 {
  outline-color: rgb(8 47 73 / 0.75);
}
.outline-sky-950\/80 {
  outline-color: rgb(8 47 73 / 0.8);
}
.outline-sky-950\/85 {
  outline-color: rgb(8 47 73 / 0.85);
}
.outline-sky-950\/90 {
  outline-color: rgb(8 47 73 / 0.9);
}
.outline-sky-950\/95 {
  outline-color: rgb(8 47 73 / 0.95);
}
.outline-slate-100 {
  outline-color: #f1f5f9;
}
.outline-slate-100\/0 {
  outline-color: rgb(241 245 249 / 0);
}
.outline-slate-100\/10 {
  outline-color: rgb(241 245 249 / 0.1);
}
.outline-slate-100\/100 {
  outline-color: rgb(241 245 249 / 1);
}
.outline-slate-100\/15 {
  outline-color: rgb(241 245 249 / 0.15);
}
.outline-slate-100\/20 {
  outline-color: rgb(241 245 249 / 0.2);
}
.outline-slate-100\/25 {
  outline-color: rgb(241 245 249 / 0.25);
}
.outline-slate-100\/30 {
  outline-color: rgb(241 245 249 / 0.3);
}
.outline-slate-100\/35 {
  outline-color: rgb(241 245 249 / 0.35);
}
.outline-slate-100\/40 {
  outline-color: rgb(241 245 249 / 0.4);
}
.outline-slate-100\/45 {
  outline-color: rgb(241 245 249 / 0.45);
}
.outline-slate-100\/5 {
  outline-color: rgb(241 245 249 / 0.05);
}
.outline-slate-100\/50 {
  outline-color: rgb(241 245 249 / 0.5);
}
.outline-slate-100\/55 {
  outline-color: rgb(241 245 249 / 0.55);
}
.outline-slate-100\/60 {
  outline-color: rgb(241 245 249 / 0.6);
}
.outline-slate-100\/65 {
  outline-color: rgb(241 245 249 / 0.65);
}
.outline-slate-100\/70 {
  outline-color: rgb(241 245 249 / 0.7);
}
.outline-slate-100\/75 {
  outline-color: rgb(241 245 249 / 0.75);
}
.outline-slate-100\/80 {
  outline-color: rgb(241 245 249 / 0.8);
}
.outline-slate-100\/85 {
  outline-color: rgb(241 245 249 / 0.85);
}
.outline-slate-100\/90 {
  outline-color: rgb(241 245 249 / 0.9);
}
.outline-slate-100\/95 {
  outline-color: rgb(241 245 249 / 0.95);
}
.outline-slate-200 {
  outline-color: #e2e8f0;
}
.outline-slate-200\/0 {
  outline-color: rgb(226 232 240 / 0);
}
.outline-slate-200\/10 {
  outline-color: rgb(226 232 240 / 0.1);
}
.outline-slate-200\/100 {
  outline-color: rgb(226 232 240 / 1);
}
.outline-slate-200\/15 {
  outline-color: rgb(226 232 240 / 0.15);
}
.outline-slate-200\/20 {
  outline-color: rgb(226 232 240 / 0.2);
}
.outline-slate-200\/25 {
  outline-color: rgb(226 232 240 / 0.25);
}
.outline-slate-200\/30 {
  outline-color: rgb(226 232 240 / 0.3);
}
.outline-slate-200\/35 {
  outline-color: rgb(226 232 240 / 0.35);
}
.outline-slate-200\/40 {
  outline-color: rgb(226 232 240 / 0.4);
}
.outline-slate-200\/45 {
  outline-color: rgb(226 232 240 / 0.45);
}
.outline-slate-200\/5 {
  outline-color: rgb(226 232 240 / 0.05);
}
.outline-slate-200\/50 {
  outline-color: rgb(226 232 240 / 0.5);
}
.outline-slate-200\/55 {
  outline-color: rgb(226 232 240 / 0.55);
}
.outline-slate-200\/60 {
  outline-color: rgb(226 232 240 / 0.6);
}
.outline-slate-200\/65 {
  outline-color: rgb(226 232 240 / 0.65);
}
.outline-slate-200\/70 {
  outline-color: rgb(226 232 240 / 0.7);
}
.outline-slate-200\/75 {
  outline-color: rgb(226 232 240 / 0.75);
}
.outline-slate-200\/80 {
  outline-color: rgb(226 232 240 / 0.8);
}
.outline-slate-200\/85 {
  outline-color: rgb(226 232 240 / 0.85);
}
.outline-slate-200\/90 {
  outline-color: rgb(226 232 240 / 0.9);
}
.outline-slate-200\/95 {
  outline-color: rgb(226 232 240 / 0.95);
}
.outline-slate-300 {
  outline-color: #cbd5e1;
}
.outline-slate-300\/0 {
  outline-color: rgb(203 213 225 / 0);
}
.outline-slate-300\/10 {
  outline-color: rgb(203 213 225 / 0.1);
}
.outline-slate-300\/100 {
  outline-color: rgb(203 213 225 / 1);
}
.outline-slate-300\/15 {
  outline-color: rgb(203 213 225 / 0.15);
}
.outline-slate-300\/20 {
  outline-color: rgb(203 213 225 / 0.2);
}
.outline-slate-300\/25 {
  outline-color: rgb(203 213 225 / 0.25);
}
.outline-slate-300\/30 {
  outline-color: rgb(203 213 225 / 0.3);
}
.outline-slate-300\/35 {
  outline-color: rgb(203 213 225 / 0.35);
}
.outline-slate-300\/40 {
  outline-color: rgb(203 213 225 / 0.4);
}
.outline-slate-300\/45 {
  outline-color: rgb(203 213 225 / 0.45);
}
.outline-slate-300\/5 {
  outline-color: rgb(203 213 225 / 0.05);
}
.outline-slate-300\/50 {
  outline-color: rgb(203 213 225 / 0.5);
}
.outline-slate-300\/55 {
  outline-color: rgb(203 213 225 / 0.55);
}
.outline-slate-300\/60 {
  outline-color: rgb(203 213 225 / 0.6);
}
.outline-slate-300\/65 {
  outline-color: rgb(203 213 225 / 0.65);
}
.outline-slate-300\/70 {
  outline-color: rgb(203 213 225 / 0.7);
}
.outline-slate-300\/75 {
  outline-color: rgb(203 213 225 / 0.75);
}
.outline-slate-300\/80 {
  outline-color: rgb(203 213 225 / 0.8);
}
.outline-slate-300\/85 {
  outline-color: rgb(203 213 225 / 0.85);
}
.outline-slate-300\/90 {
  outline-color: rgb(203 213 225 / 0.9);
}
.outline-slate-300\/95 {
  outline-color: rgb(203 213 225 / 0.95);
}
.outline-slate-400 {
  outline-color: #94a3b8;
}
.outline-slate-400\/0 {
  outline-color: rgb(148 163 184 / 0);
}
.outline-slate-400\/10 {
  outline-color: rgb(148 163 184 / 0.1);
}
.outline-slate-400\/100 {
  outline-color: rgb(148 163 184 / 1);
}
.outline-slate-400\/15 {
  outline-color: rgb(148 163 184 / 0.15);
}
.outline-slate-400\/20 {
  outline-color: rgb(148 163 184 / 0.2);
}
.outline-slate-400\/25 {
  outline-color: rgb(148 163 184 / 0.25);
}
.outline-slate-400\/30 {
  outline-color: rgb(148 163 184 / 0.3);
}
.outline-slate-400\/35 {
  outline-color: rgb(148 163 184 / 0.35);
}
.outline-slate-400\/40 {
  outline-color: rgb(148 163 184 / 0.4);
}
.outline-slate-400\/45 {
  outline-color: rgb(148 163 184 / 0.45);
}
.outline-slate-400\/5 {
  outline-color: rgb(148 163 184 / 0.05);
}
.outline-slate-400\/50 {
  outline-color: rgb(148 163 184 / 0.5);
}
.outline-slate-400\/55 {
  outline-color: rgb(148 163 184 / 0.55);
}
.outline-slate-400\/60 {
  outline-color: rgb(148 163 184 / 0.6);
}
.outline-slate-400\/65 {
  outline-color: rgb(148 163 184 / 0.65);
}
.outline-slate-400\/70 {
  outline-color: rgb(148 163 184 / 0.7);
}
.outline-slate-400\/75 {
  outline-color: rgb(148 163 184 / 0.75);
}
.outline-slate-400\/80 {
  outline-color: rgb(148 163 184 / 0.8);
}
.outline-slate-400\/85 {
  outline-color: rgb(148 163 184 / 0.85);
}
.outline-slate-400\/90 {
  outline-color: rgb(148 163 184 / 0.9);
}
.outline-slate-400\/95 {
  outline-color: rgb(148 163 184 / 0.95);
}
.outline-slate-50 {
  outline-color: #f8fafc;
}
.outline-slate-50\/0 {
  outline-color: rgb(248 250 252 / 0);
}
.outline-slate-50\/10 {
  outline-color: rgb(248 250 252 / 0.1);
}
.outline-slate-50\/100 {
  outline-color: rgb(248 250 252 / 1);
}
.outline-slate-50\/15 {
  outline-color: rgb(248 250 252 / 0.15);
}
.outline-slate-50\/20 {
  outline-color: rgb(248 250 252 / 0.2);
}
.outline-slate-50\/25 {
  outline-color: rgb(248 250 252 / 0.25);
}
.outline-slate-50\/30 {
  outline-color: rgb(248 250 252 / 0.3);
}
.outline-slate-50\/35 {
  outline-color: rgb(248 250 252 / 0.35);
}
.outline-slate-50\/40 {
  outline-color: rgb(248 250 252 / 0.4);
}
.outline-slate-50\/45 {
  outline-color: rgb(248 250 252 / 0.45);
}
.outline-slate-50\/5 {
  outline-color: rgb(248 250 252 / 0.05);
}
.outline-slate-50\/50 {
  outline-color: rgb(248 250 252 / 0.5);
}
.outline-slate-50\/55 {
  outline-color: rgb(248 250 252 / 0.55);
}
.outline-slate-50\/60 {
  outline-color: rgb(248 250 252 / 0.6);
}
.outline-slate-50\/65 {
  outline-color: rgb(248 250 252 / 0.65);
}
.outline-slate-50\/70 {
  outline-color: rgb(248 250 252 / 0.7);
}
.outline-slate-50\/75 {
  outline-color: rgb(248 250 252 / 0.75);
}
.outline-slate-50\/80 {
  outline-color: rgb(248 250 252 / 0.8);
}
.outline-slate-50\/85 {
  outline-color: rgb(248 250 252 / 0.85);
}
.outline-slate-50\/90 {
  outline-color: rgb(248 250 252 / 0.9);
}
.outline-slate-50\/95 {
  outline-color: rgb(248 250 252 / 0.95);
}
.outline-slate-500 {
  outline-color: #64748b;
}
.outline-slate-500\/0 {
  outline-color: rgb(100 116 139 / 0);
}
.outline-slate-500\/10 {
  outline-color: rgb(100 116 139 / 0.1);
}
.outline-slate-500\/100 {
  outline-color: rgb(100 116 139 / 1);
}
.outline-slate-500\/15 {
  outline-color: rgb(100 116 139 / 0.15);
}
.outline-slate-500\/20 {
  outline-color: rgb(100 116 139 / 0.2);
}
.outline-slate-500\/25 {
  outline-color: rgb(100 116 139 / 0.25);
}
.outline-slate-500\/30 {
  outline-color: rgb(100 116 139 / 0.3);
}
.outline-slate-500\/35 {
  outline-color: rgb(100 116 139 / 0.35);
}
.outline-slate-500\/40 {
  outline-color: rgb(100 116 139 / 0.4);
}
.outline-slate-500\/45 {
  outline-color: rgb(100 116 139 / 0.45);
}
.outline-slate-500\/5 {
  outline-color: rgb(100 116 139 / 0.05);
}
.outline-slate-500\/50 {
  outline-color: rgb(100 116 139 / 0.5);
}
.outline-slate-500\/55 {
  outline-color: rgb(100 116 139 / 0.55);
}
.outline-slate-500\/60 {
  outline-color: rgb(100 116 139 / 0.6);
}
.outline-slate-500\/65 {
  outline-color: rgb(100 116 139 / 0.65);
}
.outline-slate-500\/70 {
  outline-color: rgb(100 116 139 / 0.7);
}
.outline-slate-500\/75 {
  outline-color: rgb(100 116 139 / 0.75);
}
.outline-slate-500\/80 {
  outline-color: rgb(100 116 139 / 0.8);
}
.outline-slate-500\/85 {
  outline-color: rgb(100 116 139 / 0.85);
}
.outline-slate-500\/90 {
  outline-color: rgb(100 116 139 / 0.9);
}
.outline-slate-500\/95 {
  outline-color: rgb(100 116 139 / 0.95);
}
.outline-slate-600 {
  outline-color: #475569;
}
.outline-slate-600\/0 {
  outline-color: rgb(71 85 105 / 0);
}
.outline-slate-600\/10 {
  outline-color: rgb(71 85 105 / 0.1);
}
.outline-slate-600\/100 {
  outline-color: rgb(71 85 105 / 1);
}
.outline-slate-600\/15 {
  outline-color: rgb(71 85 105 / 0.15);
}
.outline-slate-600\/20 {
  outline-color: rgb(71 85 105 / 0.2);
}
.outline-slate-600\/25 {
  outline-color: rgb(71 85 105 / 0.25);
}
.outline-slate-600\/30 {
  outline-color: rgb(71 85 105 / 0.3);
}
.outline-slate-600\/35 {
  outline-color: rgb(71 85 105 / 0.35);
}
.outline-slate-600\/40 {
  outline-color: rgb(71 85 105 / 0.4);
}
.outline-slate-600\/45 {
  outline-color: rgb(71 85 105 / 0.45);
}
.outline-slate-600\/5 {
  outline-color: rgb(71 85 105 / 0.05);
}
.outline-slate-600\/50 {
  outline-color: rgb(71 85 105 / 0.5);
}
.outline-slate-600\/55 {
  outline-color: rgb(71 85 105 / 0.55);
}
.outline-slate-600\/60 {
  outline-color: rgb(71 85 105 / 0.6);
}
.outline-slate-600\/65 {
  outline-color: rgb(71 85 105 / 0.65);
}
.outline-slate-600\/70 {
  outline-color: rgb(71 85 105 / 0.7);
}
.outline-slate-600\/75 {
  outline-color: rgb(71 85 105 / 0.75);
}
.outline-slate-600\/80 {
  outline-color: rgb(71 85 105 / 0.8);
}
.outline-slate-600\/85 {
  outline-color: rgb(71 85 105 / 0.85);
}
.outline-slate-600\/90 {
  outline-color: rgb(71 85 105 / 0.9);
}
.outline-slate-600\/95 {
  outline-color: rgb(71 85 105 / 0.95);
}
.outline-slate-700 {
  outline-color: #334155;
}
.outline-slate-700\/0 {
  outline-color: rgb(51 65 85 / 0);
}
.outline-slate-700\/10 {
  outline-color: rgb(51 65 85 / 0.1);
}
.outline-slate-700\/100 {
  outline-color: rgb(51 65 85 / 1);
}
.outline-slate-700\/15 {
  outline-color: rgb(51 65 85 / 0.15);
}
.outline-slate-700\/20 {
  outline-color: rgb(51 65 85 / 0.2);
}
.outline-slate-700\/25 {
  outline-color: rgb(51 65 85 / 0.25);
}
.outline-slate-700\/30 {
  outline-color: rgb(51 65 85 / 0.3);
}
.outline-slate-700\/35 {
  outline-color: rgb(51 65 85 / 0.35);
}
.outline-slate-700\/40 {
  outline-color: rgb(51 65 85 / 0.4);
}
.outline-slate-700\/45 {
  outline-color: rgb(51 65 85 / 0.45);
}
.outline-slate-700\/5 {
  outline-color: rgb(51 65 85 / 0.05);
}
.outline-slate-700\/50 {
  outline-color: rgb(51 65 85 / 0.5);
}
.outline-slate-700\/55 {
  outline-color: rgb(51 65 85 / 0.55);
}
.outline-slate-700\/60 {
  outline-color: rgb(51 65 85 / 0.6);
}
.outline-slate-700\/65 {
  outline-color: rgb(51 65 85 / 0.65);
}
.outline-slate-700\/70 {
  outline-color: rgb(51 65 85 / 0.7);
}
.outline-slate-700\/75 {
  outline-color: rgb(51 65 85 / 0.75);
}
.outline-slate-700\/80 {
  outline-color: rgb(51 65 85 / 0.8);
}
.outline-slate-700\/85 {
  outline-color: rgb(51 65 85 / 0.85);
}
.outline-slate-700\/90 {
  outline-color: rgb(51 65 85 / 0.9);
}
.outline-slate-700\/95 {
  outline-color: rgb(51 65 85 / 0.95);
}
.outline-slate-800 {
  outline-color: #1e293b;
}
.outline-slate-800\/0 {
  outline-color: rgb(30 41 59 / 0);
}
.outline-slate-800\/10 {
  outline-color: rgb(30 41 59 / 0.1);
}
.outline-slate-800\/100 {
  outline-color: rgb(30 41 59 / 1);
}
.outline-slate-800\/15 {
  outline-color: rgb(30 41 59 / 0.15);
}
.outline-slate-800\/20 {
  outline-color: rgb(30 41 59 / 0.2);
}
.outline-slate-800\/25 {
  outline-color: rgb(30 41 59 / 0.25);
}
.outline-slate-800\/30 {
  outline-color: rgb(30 41 59 / 0.3);
}
.outline-slate-800\/35 {
  outline-color: rgb(30 41 59 / 0.35);
}
.outline-slate-800\/40 {
  outline-color: rgb(30 41 59 / 0.4);
}
.outline-slate-800\/45 {
  outline-color: rgb(30 41 59 / 0.45);
}
.outline-slate-800\/5 {
  outline-color: rgb(30 41 59 / 0.05);
}
.outline-slate-800\/50 {
  outline-color: rgb(30 41 59 / 0.5);
}
.outline-slate-800\/55 {
  outline-color: rgb(30 41 59 / 0.55);
}
.outline-slate-800\/60 {
  outline-color: rgb(30 41 59 / 0.6);
}
.outline-slate-800\/65 {
  outline-color: rgb(30 41 59 / 0.65);
}
.outline-slate-800\/70 {
  outline-color: rgb(30 41 59 / 0.7);
}
.outline-slate-800\/75 {
  outline-color: rgb(30 41 59 / 0.75);
}
.outline-slate-800\/80 {
  outline-color: rgb(30 41 59 / 0.8);
}
.outline-slate-800\/85 {
  outline-color: rgb(30 41 59 / 0.85);
}
.outline-slate-800\/90 {
  outline-color: rgb(30 41 59 / 0.9);
}
.outline-slate-800\/95 {
  outline-color: rgb(30 41 59 / 0.95);
}
.outline-slate-900 {
  outline-color: #0f172a;
}
.outline-slate-900\/0 {
  outline-color: rgb(15 23 42 / 0);
}
.outline-slate-900\/10 {
  outline-color: rgb(15 23 42 / 0.1);
}
.outline-slate-900\/100 {
  outline-color: rgb(15 23 42 / 1);
}
.outline-slate-900\/15 {
  outline-color: rgb(15 23 42 / 0.15);
}
.outline-slate-900\/20 {
  outline-color: rgb(15 23 42 / 0.2);
}
.outline-slate-900\/25 {
  outline-color: rgb(15 23 42 / 0.25);
}
.outline-slate-900\/30 {
  outline-color: rgb(15 23 42 / 0.3);
}
.outline-slate-900\/35 {
  outline-color: rgb(15 23 42 / 0.35);
}
.outline-slate-900\/40 {
  outline-color: rgb(15 23 42 / 0.4);
}
.outline-slate-900\/45 {
  outline-color: rgb(15 23 42 / 0.45);
}
.outline-slate-900\/5 {
  outline-color: rgb(15 23 42 / 0.05);
}
.outline-slate-900\/50 {
  outline-color: rgb(15 23 42 / 0.5);
}
.outline-slate-900\/55 {
  outline-color: rgb(15 23 42 / 0.55);
}
.outline-slate-900\/60 {
  outline-color: rgb(15 23 42 / 0.6);
}
.outline-slate-900\/65 {
  outline-color: rgb(15 23 42 / 0.65);
}
.outline-slate-900\/70 {
  outline-color: rgb(15 23 42 / 0.7);
}
.outline-slate-900\/75 {
  outline-color: rgb(15 23 42 / 0.75);
}
.outline-slate-900\/80 {
  outline-color: rgb(15 23 42 / 0.8);
}
.outline-slate-900\/85 {
  outline-color: rgb(15 23 42 / 0.85);
}
.outline-slate-900\/90 {
  outline-color: rgb(15 23 42 / 0.9);
}
.outline-slate-900\/95 {
  outline-color: rgb(15 23 42 / 0.95);
}
.outline-slate-950 {
  outline-color: #020617;
}
.outline-slate-950\/0 {
  outline-color: rgb(2 6 23 / 0);
}
.outline-slate-950\/10 {
  outline-color: rgb(2 6 23 / 0.1);
}
.outline-slate-950\/100 {
  outline-color: rgb(2 6 23 / 1);
}
.outline-slate-950\/15 {
  outline-color: rgb(2 6 23 / 0.15);
}
.outline-slate-950\/20 {
  outline-color: rgb(2 6 23 / 0.2);
}
.outline-slate-950\/25 {
  outline-color: rgb(2 6 23 / 0.25);
}
.outline-slate-950\/30 {
  outline-color: rgb(2 6 23 / 0.3);
}
.outline-slate-950\/35 {
  outline-color: rgb(2 6 23 / 0.35);
}
.outline-slate-950\/40 {
  outline-color: rgb(2 6 23 / 0.4);
}
.outline-slate-950\/45 {
  outline-color: rgb(2 6 23 / 0.45);
}
.outline-slate-950\/5 {
  outline-color: rgb(2 6 23 / 0.05);
}
.outline-slate-950\/50 {
  outline-color: rgb(2 6 23 / 0.5);
}
.outline-slate-950\/55 {
  outline-color: rgb(2 6 23 / 0.55);
}
.outline-slate-950\/60 {
  outline-color: rgb(2 6 23 / 0.6);
}
.outline-slate-950\/65 {
  outline-color: rgb(2 6 23 / 0.65);
}
.outline-slate-950\/70 {
  outline-color: rgb(2 6 23 / 0.7);
}
.outline-slate-950\/75 {
  outline-color: rgb(2 6 23 / 0.75);
}
.outline-slate-950\/80 {
  outline-color: rgb(2 6 23 / 0.8);
}
.outline-slate-950\/85 {
  outline-color: rgb(2 6 23 / 0.85);
}
.outline-slate-950\/90 {
  outline-color: rgb(2 6 23 / 0.9);
}
.outline-slate-950\/95 {
  outline-color: rgb(2 6 23 / 0.95);
}
.outline-stone-100 {
  outline-color: #f5f5f4;
}
.outline-stone-100\/0 {
  outline-color: rgb(245 245 244 / 0);
}
.outline-stone-100\/10 {
  outline-color: rgb(245 245 244 / 0.1);
}
.outline-stone-100\/100 {
  outline-color: rgb(245 245 244 / 1);
}
.outline-stone-100\/15 {
  outline-color: rgb(245 245 244 / 0.15);
}
.outline-stone-100\/20 {
  outline-color: rgb(245 245 244 / 0.2);
}
.outline-stone-100\/25 {
  outline-color: rgb(245 245 244 / 0.25);
}
.outline-stone-100\/30 {
  outline-color: rgb(245 245 244 / 0.3);
}
.outline-stone-100\/35 {
  outline-color: rgb(245 245 244 / 0.35);
}
.outline-stone-100\/40 {
  outline-color: rgb(245 245 244 / 0.4);
}
.outline-stone-100\/45 {
  outline-color: rgb(245 245 244 / 0.45);
}
.outline-stone-100\/5 {
  outline-color: rgb(245 245 244 / 0.05);
}
.outline-stone-100\/50 {
  outline-color: rgb(245 245 244 / 0.5);
}
.outline-stone-100\/55 {
  outline-color: rgb(245 245 244 / 0.55);
}
.outline-stone-100\/60 {
  outline-color: rgb(245 245 244 / 0.6);
}
.outline-stone-100\/65 {
  outline-color: rgb(245 245 244 / 0.65);
}
.outline-stone-100\/70 {
  outline-color: rgb(245 245 244 / 0.7);
}
.outline-stone-100\/75 {
  outline-color: rgb(245 245 244 / 0.75);
}
.outline-stone-100\/80 {
  outline-color: rgb(245 245 244 / 0.8);
}
.outline-stone-100\/85 {
  outline-color: rgb(245 245 244 / 0.85);
}
.outline-stone-100\/90 {
  outline-color: rgb(245 245 244 / 0.9);
}
.outline-stone-100\/95 {
  outline-color: rgb(245 245 244 / 0.95);
}
.outline-stone-200 {
  outline-color: #e7e5e4;
}
.outline-stone-200\/0 {
  outline-color: rgb(231 229 228 / 0);
}
.outline-stone-200\/10 {
  outline-color: rgb(231 229 228 / 0.1);
}
.outline-stone-200\/100 {
  outline-color: rgb(231 229 228 / 1);
}
.outline-stone-200\/15 {
  outline-color: rgb(231 229 228 / 0.15);
}
.outline-stone-200\/20 {
  outline-color: rgb(231 229 228 / 0.2);
}
.outline-stone-200\/25 {
  outline-color: rgb(231 229 228 / 0.25);
}
.outline-stone-200\/30 {
  outline-color: rgb(231 229 228 / 0.3);
}
.outline-stone-200\/35 {
  outline-color: rgb(231 229 228 / 0.35);
}
.outline-stone-200\/40 {
  outline-color: rgb(231 229 228 / 0.4);
}
.outline-stone-200\/45 {
  outline-color: rgb(231 229 228 / 0.45);
}
.outline-stone-200\/5 {
  outline-color: rgb(231 229 228 / 0.05);
}
.outline-stone-200\/50 {
  outline-color: rgb(231 229 228 / 0.5);
}
.outline-stone-200\/55 {
  outline-color: rgb(231 229 228 / 0.55);
}
.outline-stone-200\/60 {
  outline-color: rgb(231 229 228 / 0.6);
}
.outline-stone-200\/65 {
  outline-color: rgb(231 229 228 / 0.65);
}
.outline-stone-200\/70 {
  outline-color: rgb(231 229 228 / 0.7);
}
.outline-stone-200\/75 {
  outline-color: rgb(231 229 228 / 0.75);
}
.outline-stone-200\/80 {
  outline-color: rgb(231 229 228 / 0.8);
}
.outline-stone-200\/85 {
  outline-color: rgb(231 229 228 / 0.85);
}
.outline-stone-200\/90 {
  outline-color: rgb(231 229 228 / 0.9);
}
.outline-stone-200\/95 {
  outline-color: rgb(231 229 228 / 0.95);
}
.outline-stone-300 {
  outline-color: #d6d3d1;
}
.outline-stone-300\/0 {
  outline-color: rgb(214 211 209 / 0);
}
.outline-stone-300\/10 {
  outline-color: rgb(214 211 209 / 0.1);
}
.outline-stone-300\/100 {
  outline-color: rgb(214 211 209 / 1);
}
.outline-stone-300\/15 {
  outline-color: rgb(214 211 209 / 0.15);
}
.outline-stone-300\/20 {
  outline-color: rgb(214 211 209 / 0.2);
}
.outline-stone-300\/25 {
  outline-color: rgb(214 211 209 / 0.25);
}
.outline-stone-300\/30 {
  outline-color: rgb(214 211 209 / 0.3);
}
.outline-stone-300\/35 {
  outline-color: rgb(214 211 209 / 0.35);
}
.outline-stone-300\/40 {
  outline-color: rgb(214 211 209 / 0.4);
}
.outline-stone-300\/45 {
  outline-color: rgb(214 211 209 / 0.45);
}
.outline-stone-300\/5 {
  outline-color: rgb(214 211 209 / 0.05);
}
.outline-stone-300\/50 {
  outline-color: rgb(214 211 209 / 0.5);
}
.outline-stone-300\/55 {
  outline-color: rgb(214 211 209 / 0.55);
}
.outline-stone-300\/60 {
  outline-color: rgb(214 211 209 / 0.6);
}
.outline-stone-300\/65 {
  outline-color: rgb(214 211 209 / 0.65);
}
.outline-stone-300\/70 {
  outline-color: rgb(214 211 209 / 0.7);
}
.outline-stone-300\/75 {
  outline-color: rgb(214 211 209 / 0.75);
}
.outline-stone-300\/80 {
  outline-color: rgb(214 211 209 / 0.8);
}
.outline-stone-300\/85 {
  outline-color: rgb(214 211 209 / 0.85);
}
.outline-stone-300\/90 {
  outline-color: rgb(214 211 209 / 0.9);
}
.outline-stone-300\/95 {
  outline-color: rgb(214 211 209 / 0.95);
}
.outline-stone-400 {
  outline-color: #a8a29e;
}
.outline-stone-400\/0 {
  outline-color: rgb(168 162 158 / 0);
}
.outline-stone-400\/10 {
  outline-color: rgb(168 162 158 / 0.1);
}
.outline-stone-400\/100 {
  outline-color: rgb(168 162 158 / 1);
}
.outline-stone-400\/15 {
  outline-color: rgb(168 162 158 / 0.15);
}
.outline-stone-400\/20 {
  outline-color: rgb(168 162 158 / 0.2);
}
.outline-stone-400\/25 {
  outline-color: rgb(168 162 158 / 0.25);
}
.outline-stone-400\/30 {
  outline-color: rgb(168 162 158 / 0.3);
}
.outline-stone-400\/35 {
  outline-color: rgb(168 162 158 / 0.35);
}
.outline-stone-400\/40 {
  outline-color: rgb(168 162 158 / 0.4);
}
.outline-stone-400\/45 {
  outline-color: rgb(168 162 158 / 0.45);
}
.outline-stone-400\/5 {
  outline-color: rgb(168 162 158 / 0.05);
}
.outline-stone-400\/50 {
  outline-color: rgb(168 162 158 / 0.5);
}
.outline-stone-400\/55 {
  outline-color: rgb(168 162 158 / 0.55);
}
.outline-stone-400\/60 {
  outline-color: rgb(168 162 158 / 0.6);
}
.outline-stone-400\/65 {
  outline-color: rgb(168 162 158 / 0.65);
}
.outline-stone-400\/70 {
  outline-color: rgb(168 162 158 / 0.7);
}
.outline-stone-400\/75 {
  outline-color: rgb(168 162 158 / 0.75);
}
.outline-stone-400\/80 {
  outline-color: rgb(168 162 158 / 0.8);
}
.outline-stone-400\/85 {
  outline-color: rgb(168 162 158 / 0.85);
}
.outline-stone-400\/90 {
  outline-color: rgb(168 162 158 / 0.9);
}
.outline-stone-400\/95 {
  outline-color: rgb(168 162 158 / 0.95);
}
.outline-stone-50 {
  outline-color: #fafaf9;
}
.outline-stone-50\/0 {
  outline-color: rgb(250 250 249 / 0);
}
.outline-stone-50\/10 {
  outline-color: rgb(250 250 249 / 0.1);
}
.outline-stone-50\/100 {
  outline-color: rgb(250 250 249 / 1);
}
.outline-stone-50\/15 {
  outline-color: rgb(250 250 249 / 0.15);
}
.outline-stone-50\/20 {
  outline-color: rgb(250 250 249 / 0.2);
}
.outline-stone-50\/25 {
  outline-color: rgb(250 250 249 / 0.25);
}
.outline-stone-50\/30 {
  outline-color: rgb(250 250 249 / 0.3);
}
.outline-stone-50\/35 {
  outline-color: rgb(250 250 249 / 0.35);
}
.outline-stone-50\/40 {
  outline-color: rgb(250 250 249 / 0.4);
}
.outline-stone-50\/45 {
  outline-color: rgb(250 250 249 / 0.45);
}
.outline-stone-50\/5 {
  outline-color: rgb(250 250 249 / 0.05);
}
.outline-stone-50\/50 {
  outline-color: rgb(250 250 249 / 0.5);
}
.outline-stone-50\/55 {
  outline-color: rgb(250 250 249 / 0.55);
}
.outline-stone-50\/60 {
  outline-color: rgb(250 250 249 / 0.6);
}
.outline-stone-50\/65 {
  outline-color: rgb(250 250 249 / 0.65);
}
.outline-stone-50\/70 {
  outline-color: rgb(250 250 249 / 0.7);
}
.outline-stone-50\/75 {
  outline-color: rgb(250 250 249 / 0.75);
}
.outline-stone-50\/80 {
  outline-color: rgb(250 250 249 / 0.8);
}
.outline-stone-50\/85 {
  outline-color: rgb(250 250 249 / 0.85);
}
.outline-stone-50\/90 {
  outline-color: rgb(250 250 249 / 0.9);
}
.outline-stone-50\/95 {
  outline-color: rgb(250 250 249 / 0.95);
}
.outline-stone-500 {
  outline-color: #78716c;
}
.outline-stone-500\/0 {
  outline-color: rgb(120 113 108 / 0);
}
.outline-stone-500\/10 {
  outline-color: rgb(120 113 108 / 0.1);
}
.outline-stone-500\/100 {
  outline-color: rgb(120 113 108 / 1);
}
.outline-stone-500\/15 {
  outline-color: rgb(120 113 108 / 0.15);
}
.outline-stone-500\/20 {
  outline-color: rgb(120 113 108 / 0.2);
}
.outline-stone-500\/25 {
  outline-color: rgb(120 113 108 / 0.25);
}
.outline-stone-500\/30 {
  outline-color: rgb(120 113 108 / 0.3);
}
.outline-stone-500\/35 {
  outline-color: rgb(120 113 108 / 0.35);
}
.outline-stone-500\/40 {
  outline-color: rgb(120 113 108 / 0.4);
}
.outline-stone-500\/45 {
  outline-color: rgb(120 113 108 / 0.45);
}
.outline-stone-500\/5 {
  outline-color: rgb(120 113 108 / 0.05);
}
.outline-stone-500\/50 {
  outline-color: rgb(120 113 108 / 0.5);
}
.outline-stone-500\/55 {
  outline-color: rgb(120 113 108 / 0.55);
}
.outline-stone-500\/60 {
  outline-color: rgb(120 113 108 / 0.6);
}
.outline-stone-500\/65 {
  outline-color: rgb(120 113 108 / 0.65);
}
.outline-stone-500\/70 {
  outline-color: rgb(120 113 108 / 0.7);
}
.outline-stone-500\/75 {
  outline-color: rgb(120 113 108 / 0.75);
}
.outline-stone-500\/80 {
  outline-color: rgb(120 113 108 / 0.8);
}
.outline-stone-500\/85 {
  outline-color: rgb(120 113 108 / 0.85);
}
.outline-stone-500\/90 {
  outline-color: rgb(120 113 108 / 0.9);
}
.outline-stone-500\/95 {
  outline-color: rgb(120 113 108 / 0.95);
}
.outline-stone-600 {
  outline-color: #57534e;
}
.outline-stone-600\/0 {
  outline-color: rgb(87 83 78 / 0);
}
.outline-stone-600\/10 {
  outline-color: rgb(87 83 78 / 0.1);
}
.outline-stone-600\/100 {
  outline-color: rgb(87 83 78 / 1);
}
.outline-stone-600\/15 {
  outline-color: rgb(87 83 78 / 0.15);
}
.outline-stone-600\/20 {
  outline-color: rgb(87 83 78 / 0.2);
}
.outline-stone-600\/25 {
  outline-color: rgb(87 83 78 / 0.25);
}
.outline-stone-600\/30 {
  outline-color: rgb(87 83 78 / 0.3);
}
.outline-stone-600\/35 {
  outline-color: rgb(87 83 78 / 0.35);
}
.outline-stone-600\/40 {
  outline-color: rgb(87 83 78 / 0.4);
}
.outline-stone-600\/45 {
  outline-color: rgb(87 83 78 / 0.45);
}
.outline-stone-600\/5 {
  outline-color: rgb(87 83 78 / 0.05);
}
.outline-stone-600\/50 {
  outline-color: rgb(87 83 78 / 0.5);
}
.outline-stone-600\/55 {
  outline-color: rgb(87 83 78 / 0.55);
}
.outline-stone-600\/60 {
  outline-color: rgb(87 83 78 / 0.6);
}
.outline-stone-600\/65 {
  outline-color: rgb(87 83 78 / 0.65);
}
.outline-stone-600\/70 {
  outline-color: rgb(87 83 78 / 0.7);
}
.outline-stone-600\/75 {
  outline-color: rgb(87 83 78 / 0.75);
}
.outline-stone-600\/80 {
  outline-color: rgb(87 83 78 / 0.8);
}
.outline-stone-600\/85 {
  outline-color: rgb(87 83 78 / 0.85);
}
.outline-stone-600\/90 {
  outline-color: rgb(87 83 78 / 0.9);
}
.outline-stone-600\/95 {
  outline-color: rgb(87 83 78 / 0.95);
}
.outline-stone-700 {
  outline-color: #44403c;
}
.outline-stone-700\/0 {
  outline-color: rgb(68 64 60 / 0);
}
.outline-stone-700\/10 {
  outline-color: rgb(68 64 60 / 0.1);
}
.outline-stone-700\/100 {
  outline-color: rgb(68 64 60 / 1);
}
.outline-stone-700\/15 {
  outline-color: rgb(68 64 60 / 0.15);
}
.outline-stone-700\/20 {
  outline-color: rgb(68 64 60 / 0.2);
}
.outline-stone-700\/25 {
  outline-color: rgb(68 64 60 / 0.25);
}
.outline-stone-700\/30 {
  outline-color: rgb(68 64 60 / 0.3);
}
.outline-stone-700\/35 {
  outline-color: rgb(68 64 60 / 0.35);
}
.outline-stone-700\/40 {
  outline-color: rgb(68 64 60 / 0.4);
}
.outline-stone-700\/45 {
  outline-color: rgb(68 64 60 / 0.45);
}
.outline-stone-700\/5 {
  outline-color: rgb(68 64 60 / 0.05);
}
.outline-stone-700\/50 {
  outline-color: rgb(68 64 60 / 0.5);
}
.outline-stone-700\/55 {
  outline-color: rgb(68 64 60 / 0.55);
}
.outline-stone-700\/60 {
  outline-color: rgb(68 64 60 / 0.6);
}
.outline-stone-700\/65 {
  outline-color: rgb(68 64 60 / 0.65);
}
.outline-stone-700\/70 {
  outline-color: rgb(68 64 60 / 0.7);
}
.outline-stone-700\/75 {
  outline-color: rgb(68 64 60 / 0.75);
}
.outline-stone-700\/80 {
  outline-color: rgb(68 64 60 / 0.8);
}
.outline-stone-700\/85 {
  outline-color: rgb(68 64 60 / 0.85);
}
.outline-stone-700\/90 {
  outline-color: rgb(68 64 60 / 0.9);
}
.outline-stone-700\/95 {
  outline-color: rgb(68 64 60 / 0.95);
}
.outline-stone-800 {
  outline-color: #292524;
}
.outline-stone-800\/0 {
  outline-color: rgb(41 37 36 / 0);
}
.outline-stone-800\/10 {
  outline-color: rgb(41 37 36 / 0.1);
}
.outline-stone-800\/100 {
  outline-color: rgb(41 37 36 / 1);
}
.outline-stone-800\/15 {
  outline-color: rgb(41 37 36 / 0.15);
}
.outline-stone-800\/20 {
  outline-color: rgb(41 37 36 / 0.2);
}
.outline-stone-800\/25 {
  outline-color: rgb(41 37 36 / 0.25);
}
.outline-stone-800\/30 {
  outline-color: rgb(41 37 36 / 0.3);
}
.outline-stone-800\/35 {
  outline-color: rgb(41 37 36 / 0.35);
}
.outline-stone-800\/40 {
  outline-color: rgb(41 37 36 / 0.4);
}
.outline-stone-800\/45 {
  outline-color: rgb(41 37 36 / 0.45);
}
.outline-stone-800\/5 {
  outline-color: rgb(41 37 36 / 0.05);
}
.outline-stone-800\/50 {
  outline-color: rgb(41 37 36 / 0.5);
}
.outline-stone-800\/55 {
  outline-color: rgb(41 37 36 / 0.55);
}
.outline-stone-800\/60 {
  outline-color: rgb(41 37 36 / 0.6);
}
.outline-stone-800\/65 {
  outline-color: rgb(41 37 36 / 0.65);
}
.outline-stone-800\/70 {
  outline-color: rgb(41 37 36 / 0.7);
}
.outline-stone-800\/75 {
  outline-color: rgb(41 37 36 / 0.75);
}
.outline-stone-800\/80 {
  outline-color: rgb(41 37 36 / 0.8);
}
.outline-stone-800\/85 {
  outline-color: rgb(41 37 36 / 0.85);
}
.outline-stone-800\/90 {
  outline-color: rgb(41 37 36 / 0.9);
}
.outline-stone-800\/95 {
  outline-color: rgb(41 37 36 / 0.95);
}
.outline-stone-900 {
  outline-color: #1c1917;
}
.outline-stone-900\/0 {
  outline-color: rgb(28 25 23 / 0);
}
.outline-stone-900\/10 {
  outline-color: rgb(28 25 23 / 0.1);
}
.outline-stone-900\/100 {
  outline-color: rgb(28 25 23 / 1);
}
.outline-stone-900\/15 {
  outline-color: rgb(28 25 23 / 0.15);
}
.outline-stone-900\/20 {
  outline-color: rgb(28 25 23 / 0.2);
}
.outline-stone-900\/25 {
  outline-color: rgb(28 25 23 / 0.25);
}
.outline-stone-900\/30 {
  outline-color: rgb(28 25 23 / 0.3);
}
.outline-stone-900\/35 {
  outline-color: rgb(28 25 23 / 0.35);
}
.outline-stone-900\/40 {
  outline-color: rgb(28 25 23 / 0.4);
}
.outline-stone-900\/45 {
  outline-color: rgb(28 25 23 / 0.45);
}
.outline-stone-900\/5 {
  outline-color: rgb(28 25 23 / 0.05);
}
.outline-stone-900\/50 {
  outline-color: rgb(28 25 23 / 0.5);
}
.outline-stone-900\/55 {
  outline-color: rgb(28 25 23 / 0.55);
}
.outline-stone-900\/60 {
  outline-color: rgb(28 25 23 / 0.6);
}
.outline-stone-900\/65 {
  outline-color: rgb(28 25 23 / 0.65);
}
.outline-stone-900\/70 {
  outline-color: rgb(28 25 23 / 0.7);
}
.outline-stone-900\/75 {
  outline-color: rgb(28 25 23 / 0.75);
}
.outline-stone-900\/80 {
  outline-color: rgb(28 25 23 / 0.8);
}
.outline-stone-900\/85 {
  outline-color: rgb(28 25 23 / 0.85);
}
.outline-stone-900\/90 {
  outline-color: rgb(28 25 23 / 0.9);
}
.outline-stone-900\/95 {
  outline-color: rgb(28 25 23 / 0.95);
}
.outline-stone-950 {
  outline-color: #0c0a09;
}
.outline-stone-950\/0 {
  outline-color: rgb(12 10 9 / 0);
}
.outline-stone-950\/10 {
  outline-color: rgb(12 10 9 / 0.1);
}
.outline-stone-950\/100 {
  outline-color: rgb(12 10 9 / 1);
}
.outline-stone-950\/15 {
  outline-color: rgb(12 10 9 / 0.15);
}
.outline-stone-950\/20 {
  outline-color: rgb(12 10 9 / 0.2);
}
.outline-stone-950\/25 {
  outline-color: rgb(12 10 9 / 0.25);
}
.outline-stone-950\/30 {
  outline-color: rgb(12 10 9 / 0.3);
}
.outline-stone-950\/35 {
  outline-color: rgb(12 10 9 / 0.35);
}
.outline-stone-950\/40 {
  outline-color: rgb(12 10 9 / 0.4);
}
.outline-stone-950\/45 {
  outline-color: rgb(12 10 9 / 0.45);
}
.outline-stone-950\/5 {
  outline-color: rgb(12 10 9 / 0.05);
}
.outline-stone-950\/50 {
  outline-color: rgb(12 10 9 / 0.5);
}
.outline-stone-950\/55 {
  outline-color: rgb(12 10 9 / 0.55);
}
.outline-stone-950\/60 {
  outline-color: rgb(12 10 9 / 0.6);
}
.outline-stone-950\/65 {
  outline-color: rgb(12 10 9 / 0.65);
}
.outline-stone-950\/70 {
  outline-color: rgb(12 10 9 / 0.7);
}
.outline-stone-950\/75 {
  outline-color: rgb(12 10 9 / 0.75);
}
.outline-stone-950\/80 {
  outline-color: rgb(12 10 9 / 0.8);
}
.outline-stone-950\/85 {
  outline-color: rgb(12 10 9 / 0.85);
}
.outline-stone-950\/90 {
  outline-color: rgb(12 10 9 / 0.9);
}
.outline-stone-950\/95 {
  outline-color: rgb(12 10 9 / 0.95);
}
.outline-teal-100 {
  outline-color: #ccfbf1;
}
.outline-teal-100\/0 {
  outline-color: rgb(204 251 241 / 0);
}
.outline-teal-100\/10 {
  outline-color: rgb(204 251 241 / 0.1);
}
.outline-teal-100\/100 {
  outline-color: rgb(204 251 241 / 1);
}
.outline-teal-100\/15 {
  outline-color: rgb(204 251 241 / 0.15);
}
.outline-teal-100\/20 {
  outline-color: rgb(204 251 241 / 0.2);
}
.outline-teal-100\/25 {
  outline-color: rgb(204 251 241 / 0.25);
}
.outline-teal-100\/30 {
  outline-color: rgb(204 251 241 / 0.3);
}
.outline-teal-100\/35 {
  outline-color: rgb(204 251 241 / 0.35);
}
.outline-teal-100\/40 {
  outline-color: rgb(204 251 241 / 0.4);
}
.outline-teal-100\/45 {
  outline-color: rgb(204 251 241 / 0.45);
}
.outline-teal-100\/5 {
  outline-color: rgb(204 251 241 / 0.05);
}
.outline-teal-100\/50 {
  outline-color: rgb(204 251 241 / 0.5);
}
.outline-teal-100\/55 {
  outline-color: rgb(204 251 241 / 0.55);
}
.outline-teal-100\/60 {
  outline-color: rgb(204 251 241 / 0.6);
}
.outline-teal-100\/65 {
  outline-color: rgb(204 251 241 / 0.65);
}
.outline-teal-100\/70 {
  outline-color: rgb(204 251 241 / 0.7);
}
.outline-teal-100\/75 {
  outline-color: rgb(204 251 241 / 0.75);
}
.outline-teal-100\/80 {
  outline-color: rgb(204 251 241 / 0.8);
}
.outline-teal-100\/85 {
  outline-color: rgb(204 251 241 / 0.85);
}
.outline-teal-100\/90 {
  outline-color: rgb(204 251 241 / 0.9);
}
.outline-teal-100\/95 {
  outline-color: rgb(204 251 241 / 0.95);
}
.outline-teal-200 {
  outline-color: #99f6e4;
}
.outline-teal-200\/0 {
  outline-color: rgb(153 246 228 / 0);
}
.outline-teal-200\/10 {
  outline-color: rgb(153 246 228 / 0.1);
}
.outline-teal-200\/100 {
  outline-color: rgb(153 246 228 / 1);
}
.outline-teal-200\/15 {
  outline-color: rgb(153 246 228 / 0.15);
}
.outline-teal-200\/20 {
  outline-color: rgb(153 246 228 / 0.2);
}
.outline-teal-200\/25 {
  outline-color: rgb(153 246 228 / 0.25);
}
.outline-teal-200\/30 {
  outline-color: rgb(153 246 228 / 0.3);
}
.outline-teal-200\/35 {
  outline-color: rgb(153 246 228 / 0.35);
}
.outline-teal-200\/40 {
  outline-color: rgb(153 246 228 / 0.4);
}
.outline-teal-200\/45 {
  outline-color: rgb(153 246 228 / 0.45);
}
.outline-teal-200\/5 {
  outline-color: rgb(153 246 228 / 0.05);
}
.outline-teal-200\/50 {
  outline-color: rgb(153 246 228 / 0.5);
}
.outline-teal-200\/55 {
  outline-color: rgb(153 246 228 / 0.55);
}
.outline-teal-200\/60 {
  outline-color: rgb(153 246 228 / 0.6);
}
.outline-teal-200\/65 {
  outline-color: rgb(153 246 228 / 0.65);
}
.outline-teal-200\/70 {
  outline-color: rgb(153 246 228 / 0.7);
}
.outline-teal-200\/75 {
  outline-color: rgb(153 246 228 / 0.75);
}
.outline-teal-200\/80 {
  outline-color: rgb(153 246 228 / 0.8);
}
.outline-teal-200\/85 {
  outline-color: rgb(153 246 228 / 0.85);
}
.outline-teal-200\/90 {
  outline-color: rgb(153 246 228 / 0.9);
}
.outline-teal-200\/95 {
  outline-color: rgb(153 246 228 / 0.95);
}
.outline-teal-300 {
  outline-color: #5eead4;
}
.outline-teal-300\/0 {
  outline-color: rgb(94 234 212 / 0);
}
.outline-teal-300\/10 {
  outline-color: rgb(94 234 212 / 0.1);
}
.outline-teal-300\/100 {
  outline-color: rgb(94 234 212 / 1);
}
.outline-teal-300\/15 {
  outline-color: rgb(94 234 212 / 0.15);
}
.outline-teal-300\/20 {
  outline-color: rgb(94 234 212 / 0.2);
}
.outline-teal-300\/25 {
  outline-color: rgb(94 234 212 / 0.25);
}
.outline-teal-300\/30 {
  outline-color: rgb(94 234 212 / 0.3);
}
.outline-teal-300\/35 {
  outline-color: rgb(94 234 212 / 0.35);
}
.outline-teal-300\/40 {
  outline-color: rgb(94 234 212 / 0.4);
}
.outline-teal-300\/45 {
  outline-color: rgb(94 234 212 / 0.45);
}
.outline-teal-300\/5 {
  outline-color: rgb(94 234 212 / 0.05);
}
.outline-teal-300\/50 {
  outline-color: rgb(94 234 212 / 0.5);
}
.outline-teal-300\/55 {
  outline-color: rgb(94 234 212 / 0.55);
}
.outline-teal-300\/60 {
  outline-color: rgb(94 234 212 / 0.6);
}
.outline-teal-300\/65 {
  outline-color: rgb(94 234 212 / 0.65);
}
.outline-teal-300\/70 {
  outline-color: rgb(94 234 212 / 0.7);
}
.outline-teal-300\/75 {
  outline-color: rgb(94 234 212 / 0.75);
}
.outline-teal-300\/80 {
  outline-color: rgb(94 234 212 / 0.8);
}
.outline-teal-300\/85 {
  outline-color: rgb(94 234 212 / 0.85);
}
.outline-teal-300\/90 {
  outline-color: rgb(94 234 212 / 0.9);
}
.outline-teal-300\/95 {
  outline-color: rgb(94 234 212 / 0.95);
}
.outline-teal-400 {
  outline-color: #2dd4bf;
}
.outline-teal-400\/0 {
  outline-color: rgb(45 212 191 / 0);
}
.outline-teal-400\/10 {
  outline-color: rgb(45 212 191 / 0.1);
}
.outline-teal-400\/100 {
  outline-color: rgb(45 212 191 / 1);
}
.outline-teal-400\/15 {
  outline-color: rgb(45 212 191 / 0.15);
}
.outline-teal-400\/20 {
  outline-color: rgb(45 212 191 / 0.2);
}
.outline-teal-400\/25 {
  outline-color: rgb(45 212 191 / 0.25);
}
.outline-teal-400\/30 {
  outline-color: rgb(45 212 191 / 0.3);
}
.outline-teal-400\/35 {
  outline-color: rgb(45 212 191 / 0.35);
}
.outline-teal-400\/40 {
  outline-color: rgb(45 212 191 / 0.4);
}
.outline-teal-400\/45 {
  outline-color: rgb(45 212 191 / 0.45);
}
.outline-teal-400\/5 {
  outline-color: rgb(45 212 191 / 0.05);
}
.outline-teal-400\/50 {
  outline-color: rgb(45 212 191 / 0.5);
}
.outline-teal-400\/55 {
  outline-color: rgb(45 212 191 / 0.55);
}
.outline-teal-400\/60 {
  outline-color: rgb(45 212 191 / 0.6);
}
.outline-teal-400\/65 {
  outline-color: rgb(45 212 191 / 0.65);
}
.outline-teal-400\/70 {
  outline-color: rgb(45 212 191 / 0.7);
}
.outline-teal-400\/75 {
  outline-color: rgb(45 212 191 / 0.75);
}
.outline-teal-400\/80 {
  outline-color: rgb(45 212 191 / 0.8);
}
.outline-teal-400\/85 {
  outline-color: rgb(45 212 191 / 0.85);
}
.outline-teal-400\/90 {
  outline-color: rgb(45 212 191 / 0.9);
}
.outline-teal-400\/95 {
  outline-color: rgb(45 212 191 / 0.95);
}
.outline-teal-50 {
  outline-color: #f0fdfa;
}
.outline-teal-50\/0 {
  outline-color: rgb(240 253 250 / 0);
}
.outline-teal-50\/10 {
  outline-color: rgb(240 253 250 / 0.1);
}
.outline-teal-50\/100 {
  outline-color: rgb(240 253 250 / 1);
}
.outline-teal-50\/15 {
  outline-color: rgb(240 253 250 / 0.15);
}
.outline-teal-50\/20 {
  outline-color: rgb(240 253 250 / 0.2);
}
.outline-teal-50\/25 {
  outline-color: rgb(240 253 250 / 0.25);
}
.outline-teal-50\/30 {
  outline-color: rgb(240 253 250 / 0.3);
}
.outline-teal-50\/35 {
  outline-color: rgb(240 253 250 / 0.35);
}
.outline-teal-50\/40 {
  outline-color: rgb(240 253 250 / 0.4);
}
.outline-teal-50\/45 {
  outline-color: rgb(240 253 250 / 0.45);
}
.outline-teal-50\/5 {
  outline-color: rgb(240 253 250 / 0.05);
}
.outline-teal-50\/50 {
  outline-color: rgb(240 253 250 / 0.5);
}
.outline-teal-50\/55 {
  outline-color: rgb(240 253 250 / 0.55);
}
.outline-teal-50\/60 {
  outline-color: rgb(240 253 250 / 0.6);
}
.outline-teal-50\/65 {
  outline-color: rgb(240 253 250 / 0.65);
}
.outline-teal-50\/70 {
  outline-color: rgb(240 253 250 / 0.7);
}
.outline-teal-50\/75 {
  outline-color: rgb(240 253 250 / 0.75);
}
.outline-teal-50\/80 {
  outline-color: rgb(240 253 250 / 0.8);
}
.outline-teal-50\/85 {
  outline-color: rgb(240 253 250 / 0.85);
}
.outline-teal-50\/90 {
  outline-color: rgb(240 253 250 / 0.9);
}
.outline-teal-50\/95 {
  outline-color: rgb(240 253 250 / 0.95);
}
.outline-teal-500 {
  outline-color: #14b8a6;
}
.outline-teal-500\/0 {
  outline-color: rgb(20 184 166 / 0);
}
.outline-teal-500\/10 {
  outline-color: rgb(20 184 166 / 0.1);
}
.outline-teal-500\/100 {
  outline-color: rgb(20 184 166 / 1);
}
.outline-teal-500\/15 {
  outline-color: rgb(20 184 166 / 0.15);
}
.outline-teal-500\/20 {
  outline-color: rgb(20 184 166 / 0.2);
}
.outline-teal-500\/25 {
  outline-color: rgb(20 184 166 / 0.25);
}
.outline-teal-500\/30 {
  outline-color: rgb(20 184 166 / 0.3);
}
.outline-teal-500\/35 {
  outline-color: rgb(20 184 166 / 0.35);
}
.outline-teal-500\/40 {
  outline-color: rgb(20 184 166 / 0.4);
}
.outline-teal-500\/45 {
  outline-color: rgb(20 184 166 / 0.45);
}
.outline-teal-500\/5 {
  outline-color: rgb(20 184 166 / 0.05);
}
.outline-teal-500\/50 {
  outline-color: rgb(20 184 166 / 0.5);
}
.outline-teal-500\/55 {
  outline-color: rgb(20 184 166 / 0.55);
}
.outline-teal-500\/60 {
  outline-color: rgb(20 184 166 / 0.6);
}
.outline-teal-500\/65 {
  outline-color: rgb(20 184 166 / 0.65);
}
.outline-teal-500\/70 {
  outline-color: rgb(20 184 166 / 0.7);
}
.outline-teal-500\/75 {
  outline-color: rgb(20 184 166 / 0.75);
}
.outline-teal-500\/80 {
  outline-color: rgb(20 184 166 / 0.8);
}
.outline-teal-500\/85 {
  outline-color: rgb(20 184 166 / 0.85);
}
.outline-teal-500\/90 {
  outline-color: rgb(20 184 166 / 0.9);
}
.outline-teal-500\/95 {
  outline-color: rgb(20 184 166 / 0.95);
}
.outline-teal-600 {
  outline-color: #0d9488;
}
.outline-teal-600\/0 {
  outline-color: rgb(13 148 136 / 0);
}
.outline-teal-600\/10 {
  outline-color: rgb(13 148 136 / 0.1);
}
.outline-teal-600\/100 {
  outline-color: rgb(13 148 136 / 1);
}
.outline-teal-600\/15 {
  outline-color: rgb(13 148 136 / 0.15);
}
.outline-teal-600\/20 {
  outline-color: rgb(13 148 136 / 0.2);
}
.outline-teal-600\/25 {
  outline-color: rgb(13 148 136 / 0.25);
}
.outline-teal-600\/30 {
  outline-color: rgb(13 148 136 / 0.3);
}
.outline-teal-600\/35 {
  outline-color: rgb(13 148 136 / 0.35);
}
.outline-teal-600\/40 {
  outline-color: rgb(13 148 136 / 0.4);
}
.outline-teal-600\/45 {
  outline-color: rgb(13 148 136 / 0.45);
}
.outline-teal-600\/5 {
  outline-color: rgb(13 148 136 / 0.05);
}
.outline-teal-600\/50 {
  outline-color: rgb(13 148 136 / 0.5);
}
.outline-teal-600\/55 {
  outline-color: rgb(13 148 136 / 0.55);
}
.outline-teal-600\/60 {
  outline-color: rgb(13 148 136 / 0.6);
}
.outline-teal-600\/65 {
  outline-color: rgb(13 148 136 / 0.65);
}
.outline-teal-600\/70 {
  outline-color: rgb(13 148 136 / 0.7);
}
.outline-teal-600\/75 {
  outline-color: rgb(13 148 136 / 0.75);
}
.outline-teal-600\/80 {
  outline-color: rgb(13 148 136 / 0.8);
}
.outline-teal-600\/85 {
  outline-color: rgb(13 148 136 / 0.85);
}
.outline-teal-600\/90 {
  outline-color: rgb(13 148 136 / 0.9);
}
.outline-teal-600\/95 {
  outline-color: rgb(13 148 136 / 0.95);
}
.outline-teal-700 {
  outline-color: #0f766e;
}
.outline-teal-700\/0 {
  outline-color: rgb(15 118 110 / 0);
}
.outline-teal-700\/10 {
  outline-color: rgb(15 118 110 / 0.1);
}
.outline-teal-700\/100 {
  outline-color: rgb(15 118 110 / 1);
}
.outline-teal-700\/15 {
  outline-color: rgb(15 118 110 / 0.15);
}
.outline-teal-700\/20 {
  outline-color: rgb(15 118 110 / 0.2);
}
.outline-teal-700\/25 {
  outline-color: rgb(15 118 110 / 0.25);
}
.outline-teal-700\/30 {
  outline-color: rgb(15 118 110 / 0.3);
}
.outline-teal-700\/35 {
  outline-color: rgb(15 118 110 / 0.35);
}
.outline-teal-700\/40 {
  outline-color: rgb(15 118 110 / 0.4);
}
.outline-teal-700\/45 {
  outline-color: rgb(15 118 110 / 0.45);
}
.outline-teal-700\/5 {
  outline-color: rgb(15 118 110 / 0.05);
}
.outline-teal-700\/50 {
  outline-color: rgb(15 118 110 / 0.5);
}
.outline-teal-700\/55 {
  outline-color: rgb(15 118 110 / 0.55);
}
.outline-teal-700\/60 {
  outline-color: rgb(15 118 110 / 0.6);
}
.outline-teal-700\/65 {
  outline-color: rgb(15 118 110 / 0.65);
}
.outline-teal-700\/70 {
  outline-color: rgb(15 118 110 / 0.7);
}
.outline-teal-700\/75 {
  outline-color: rgb(15 118 110 / 0.75);
}
.outline-teal-700\/80 {
  outline-color: rgb(15 118 110 / 0.8);
}
.outline-teal-700\/85 {
  outline-color: rgb(15 118 110 / 0.85);
}
.outline-teal-700\/90 {
  outline-color: rgb(15 118 110 / 0.9);
}
.outline-teal-700\/95 {
  outline-color: rgb(15 118 110 / 0.95);
}
.outline-teal-800 {
  outline-color: #115e59;
}
.outline-teal-800\/0 {
  outline-color: rgb(17 94 89 / 0);
}
.outline-teal-800\/10 {
  outline-color: rgb(17 94 89 / 0.1);
}
.outline-teal-800\/100 {
  outline-color: rgb(17 94 89 / 1);
}
.outline-teal-800\/15 {
  outline-color: rgb(17 94 89 / 0.15);
}
.outline-teal-800\/20 {
  outline-color: rgb(17 94 89 / 0.2);
}
.outline-teal-800\/25 {
  outline-color: rgb(17 94 89 / 0.25);
}
.outline-teal-800\/30 {
  outline-color: rgb(17 94 89 / 0.3);
}
.outline-teal-800\/35 {
  outline-color: rgb(17 94 89 / 0.35);
}
.outline-teal-800\/40 {
  outline-color: rgb(17 94 89 / 0.4);
}
.outline-teal-800\/45 {
  outline-color: rgb(17 94 89 / 0.45);
}
.outline-teal-800\/5 {
  outline-color: rgb(17 94 89 / 0.05);
}
.outline-teal-800\/50 {
  outline-color: rgb(17 94 89 / 0.5);
}
.outline-teal-800\/55 {
  outline-color: rgb(17 94 89 / 0.55);
}
.outline-teal-800\/60 {
  outline-color: rgb(17 94 89 / 0.6);
}
.outline-teal-800\/65 {
  outline-color: rgb(17 94 89 / 0.65);
}
.outline-teal-800\/70 {
  outline-color: rgb(17 94 89 / 0.7);
}
.outline-teal-800\/75 {
  outline-color: rgb(17 94 89 / 0.75);
}
.outline-teal-800\/80 {
  outline-color: rgb(17 94 89 / 0.8);
}
.outline-teal-800\/85 {
  outline-color: rgb(17 94 89 / 0.85);
}
.outline-teal-800\/90 {
  outline-color: rgb(17 94 89 / 0.9);
}
.outline-teal-800\/95 {
  outline-color: rgb(17 94 89 / 0.95);
}
.outline-teal-900 {
  outline-color: #134e4a;
}
.outline-teal-900\/0 {
  outline-color: rgb(19 78 74 / 0);
}
.outline-teal-900\/10 {
  outline-color: rgb(19 78 74 / 0.1);
}
.outline-teal-900\/100 {
  outline-color: rgb(19 78 74 / 1);
}
.outline-teal-900\/15 {
  outline-color: rgb(19 78 74 / 0.15);
}
.outline-teal-900\/20 {
  outline-color: rgb(19 78 74 / 0.2);
}
.outline-teal-900\/25 {
  outline-color: rgb(19 78 74 / 0.25);
}
.outline-teal-900\/30 {
  outline-color: rgb(19 78 74 / 0.3);
}
.outline-teal-900\/35 {
  outline-color: rgb(19 78 74 / 0.35);
}
.outline-teal-900\/40 {
  outline-color: rgb(19 78 74 / 0.4);
}
.outline-teal-900\/45 {
  outline-color: rgb(19 78 74 / 0.45);
}
.outline-teal-900\/5 {
  outline-color: rgb(19 78 74 / 0.05);
}
.outline-teal-900\/50 {
  outline-color: rgb(19 78 74 / 0.5);
}
.outline-teal-900\/55 {
  outline-color: rgb(19 78 74 / 0.55);
}
.outline-teal-900\/60 {
  outline-color: rgb(19 78 74 / 0.6);
}
.outline-teal-900\/65 {
  outline-color: rgb(19 78 74 / 0.65);
}
.outline-teal-900\/70 {
  outline-color: rgb(19 78 74 / 0.7);
}
.outline-teal-900\/75 {
  outline-color: rgb(19 78 74 / 0.75);
}
.outline-teal-900\/80 {
  outline-color: rgb(19 78 74 / 0.8);
}
.outline-teal-900\/85 {
  outline-color: rgb(19 78 74 / 0.85);
}
.outline-teal-900\/90 {
  outline-color: rgb(19 78 74 / 0.9);
}
.outline-teal-900\/95 {
  outline-color: rgb(19 78 74 / 0.95);
}
.outline-teal-950 {
  outline-color: #042f2e;
}
.outline-teal-950\/0 {
  outline-color: rgb(4 47 46 / 0);
}
.outline-teal-950\/10 {
  outline-color: rgb(4 47 46 / 0.1);
}
.outline-teal-950\/100 {
  outline-color: rgb(4 47 46 / 1);
}
.outline-teal-950\/15 {
  outline-color: rgb(4 47 46 / 0.15);
}
.outline-teal-950\/20 {
  outline-color: rgb(4 47 46 / 0.2);
}
.outline-teal-950\/25 {
  outline-color: rgb(4 47 46 / 0.25);
}
.outline-teal-950\/30 {
  outline-color: rgb(4 47 46 / 0.3);
}
.outline-teal-950\/35 {
  outline-color: rgb(4 47 46 / 0.35);
}
.outline-teal-950\/40 {
  outline-color: rgb(4 47 46 / 0.4);
}
.outline-teal-950\/45 {
  outline-color: rgb(4 47 46 / 0.45);
}
.outline-teal-950\/5 {
  outline-color: rgb(4 47 46 / 0.05);
}
.outline-teal-950\/50 {
  outline-color: rgb(4 47 46 / 0.5);
}
.outline-teal-950\/55 {
  outline-color: rgb(4 47 46 / 0.55);
}
.outline-teal-950\/60 {
  outline-color: rgb(4 47 46 / 0.6);
}
.outline-teal-950\/65 {
  outline-color: rgb(4 47 46 / 0.65);
}
.outline-teal-950\/70 {
  outline-color: rgb(4 47 46 / 0.7);
}
.outline-teal-950\/75 {
  outline-color: rgb(4 47 46 / 0.75);
}
.outline-teal-950\/80 {
  outline-color: rgb(4 47 46 / 0.8);
}
.outline-teal-950\/85 {
  outline-color: rgb(4 47 46 / 0.85);
}
.outline-teal-950\/90 {
  outline-color: rgb(4 47 46 / 0.9);
}
.outline-teal-950\/95 {
  outline-color: rgb(4 47 46 / 0.95);
}
.outline-transparent {
  outline-color: transparent;
}
.outline-transparent\/0 {
  outline-color: rgb(0 0 0 / 0);
}
.outline-transparent\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}
.outline-transparent\/100 {
  outline-color: rgb(0 0 0 / 1);
}
.outline-transparent\/15 {
  outline-color: rgb(0 0 0 / 0.15);
}
.outline-transparent\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}
.outline-transparent\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}
.outline-transparent\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}
.outline-transparent\/35 {
  outline-color: rgb(0 0 0 / 0.35);
}
.outline-transparent\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}
.outline-transparent\/45 {
  outline-color: rgb(0 0 0 / 0.45);
}
.outline-transparent\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}
.outline-transparent\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}
.outline-transparent\/55 {
  outline-color: rgb(0 0 0 / 0.55);
}
.outline-transparent\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}
.outline-transparent\/65 {
  outline-color: rgb(0 0 0 / 0.65);
}
.outline-transparent\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}
.outline-transparent\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}
.outline-transparent\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}
.outline-transparent\/85 {
  outline-color: rgb(0 0 0 / 0.85);
}
.outline-transparent\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}
.outline-transparent\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}
.outline-violet-100 {
  outline-color: #ede9fe;
}
.outline-violet-100\/0 {
  outline-color: rgb(237 233 254 / 0);
}
.outline-violet-100\/10 {
  outline-color: rgb(237 233 254 / 0.1);
}
.outline-violet-100\/100 {
  outline-color: rgb(237 233 254 / 1);
}
.outline-violet-100\/15 {
  outline-color: rgb(237 233 254 / 0.15);
}
.outline-violet-100\/20 {
  outline-color: rgb(237 233 254 / 0.2);
}
.outline-violet-100\/25 {
  outline-color: rgb(237 233 254 / 0.25);
}
.outline-violet-100\/30 {
  outline-color: rgb(237 233 254 / 0.3);
}
.outline-violet-100\/35 {
  outline-color: rgb(237 233 254 / 0.35);
}
.outline-violet-100\/40 {
  outline-color: rgb(237 233 254 / 0.4);
}
.outline-violet-100\/45 {
  outline-color: rgb(237 233 254 / 0.45);
}
.outline-violet-100\/5 {
  outline-color: rgb(237 233 254 / 0.05);
}
.outline-violet-100\/50 {
  outline-color: rgb(237 233 254 / 0.5);
}
.outline-violet-100\/55 {
  outline-color: rgb(237 233 254 / 0.55);
}
.outline-violet-100\/60 {
  outline-color: rgb(237 233 254 / 0.6);
}
.outline-violet-100\/65 {
  outline-color: rgb(237 233 254 / 0.65);
}
.outline-violet-100\/70 {
  outline-color: rgb(237 233 254 / 0.7);
}
.outline-violet-100\/75 {
  outline-color: rgb(237 233 254 / 0.75);
}
.outline-violet-100\/80 {
  outline-color: rgb(237 233 254 / 0.8);
}
.outline-violet-100\/85 {
  outline-color: rgb(237 233 254 / 0.85);
}
.outline-violet-100\/90 {
  outline-color: rgb(237 233 254 / 0.9);
}
.outline-violet-100\/95 {
  outline-color: rgb(237 233 254 / 0.95);
}
.outline-violet-200 {
  outline-color: #ddd6fe;
}
.outline-violet-200\/0 {
  outline-color: rgb(221 214 254 / 0);
}
.outline-violet-200\/10 {
  outline-color: rgb(221 214 254 / 0.1);
}
.outline-violet-200\/100 {
  outline-color: rgb(221 214 254 / 1);
}
.outline-violet-200\/15 {
  outline-color: rgb(221 214 254 / 0.15);
}
.outline-violet-200\/20 {
  outline-color: rgb(221 214 254 / 0.2);
}
.outline-violet-200\/25 {
  outline-color: rgb(221 214 254 / 0.25);
}
.outline-violet-200\/30 {
  outline-color: rgb(221 214 254 / 0.3);
}
.outline-violet-200\/35 {
  outline-color: rgb(221 214 254 / 0.35);
}
.outline-violet-200\/40 {
  outline-color: rgb(221 214 254 / 0.4);
}
.outline-violet-200\/45 {
  outline-color: rgb(221 214 254 / 0.45);
}
.outline-violet-200\/5 {
  outline-color: rgb(221 214 254 / 0.05);
}
.outline-violet-200\/50 {
  outline-color: rgb(221 214 254 / 0.5);
}
.outline-violet-200\/55 {
  outline-color: rgb(221 214 254 / 0.55);
}
.outline-violet-200\/60 {
  outline-color: rgb(221 214 254 / 0.6);
}
.outline-violet-200\/65 {
  outline-color: rgb(221 214 254 / 0.65);
}
.outline-violet-200\/70 {
  outline-color: rgb(221 214 254 / 0.7);
}
.outline-violet-200\/75 {
  outline-color: rgb(221 214 254 / 0.75);
}
.outline-violet-200\/80 {
  outline-color: rgb(221 214 254 / 0.8);
}
.outline-violet-200\/85 {
  outline-color: rgb(221 214 254 / 0.85);
}
.outline-violet-200\/90 {
  outline-color: rgb(221 214 254 / 0.9);
}
.outline-violet-200\/95 {
  outline-color: rgb(221 214 254 / 0.95);
}
.outline-violet-300 {
  outline-color: #c4b5fd;
}
.outline-violet-300\/0 {
  outline-color: rgb(196 181 253 / 0);
}
.outline-violet-300\/10 {
  outline-color: rgb(196 181 253 / 0.1);
}
.outline-violet-300\/100 {
  outline-color: rgb(196 181 253 / 1);
}
.outline-violet-300\/15 {
  outline-color: rgb(196 181 253 / 0.15);
}
.outline-violet-300\/20 {
  outline-color: rgb(196 181 253 / 0.2);
}
.outline-violet-300\/25 {
  outline-color: rgb(196 181 253 / 0.25);
}
.outline-violet-300\/30 {
  outline-color: rgb(196 181 253 / 0.3);
}
.outline-violet-300\/35 {
  outline-color: rgb(196 181 253 / 0.35);
}
.outline-violet-300\/40 {
  outline-color: rgb(196 181 253 / 0.4);
}
.outline-violet-300\/45 {
  outline-color: rgb(196 181 253 / 0.45);
}
.outline-violet-300\/5 {
  outline-color: rgb(196 181 253 / 0.05);
}
.outline-violet-300\/50 {
  outline-color: rgb(196 181 253 / 0.5);
}
.outline-violet-300\/55 {
  outline-color: rgb(196 181 253 / 0.55);
}
.outline-violet-300\/60 {
  outline-color: rgb(196 181 253 / 0.6);
}
.outline-violet-300\/65 {
  outline-color: rgb(196 181 253 / 0.65);
}
.outline-violet-300\/70 {
  outline-color: rgb(196 181 253 / 0.7);
}
.outline-violet-300\/75 {
  outline-color: rgb(196 181 253 / 0.75);
}
.outline-violet-300\/80 {
  outline-color: rgb(196 181 253 / 0.8);
}
.outline-violet-300\/85 {
  outline-color: rgb(196 181 253 / 0.85);
}
.outline-violet-300\/90 {
  outline-color: rgb(196 181 253 / 0.9);
}
.outline-violet-300\/95 {
  outline-color: rgb(196 181 253 / 0.95);
}
.outline-violet-400 {
  outline-color: #a78bfa;
}
.outline-violet-400\/0 {
  outline-color: rgb(167 139 250 / 0);
}
.outline-violet-400\/10 {
  outline-color: rgb(167 139 250 / 0.1);
}
.outline-violet-400\/100 {
  outline-color: rgb(167 139 250 / 1);
}
.outline-violet-400\/15 {
  outline-color: rgb(167 139 250 / 0.15);
}
.outline-violet-400\/20 {
  outline-color: rgb(167 139 250 / 0.2);
}
.outline-violet-400\/25 {
  outline-color: rgb(167 139 250 / 0.25);
}
.outline-violet-400\/30 {
  outline-color: rgb(167 139 250 / 0.3);
}
.outline-violet-400\/35 {
  outline-color: rgb(167 139 250 / 0.35);
}
.outline-violet-400\/40 {
  outline-color: rgb(167 139 250 / 0.4);
}
.outline-violet-400\/45 {
  outline-color: rgb(167 139 250 / 0.45);
}
.outline-violet-400\/5 {
  outline-color: rgb(167 139 250 / 0.05);
}
.outline-violet-400\/50 {
  outline-color: rgb(167 139 250 / 0.5);
}
.outline-violet-400\/55 {
  outline-color: rgb(167 139 250 / 0.55);
}
.outline-violet-400\/60 {
  outline-color: rgb(167 139 250 / 0.6);
}
.outline-violet-400\/65 {
  outline-color: rgb(167 139 250 / 0.65);
}
.outline-violet-400\/70 {
  outline-color: rgb(167 139 250 / 0.7);
}
.outline-violet-400\/75 {
  outline-color: rgb(167 139 250 / 0.75);
}
.outline-violet-400\/80 {
  outline-color: rgb(167 139 250 / 0.8);
}
.outline-violet-400\/85 {
  outline-color: rgb(167 139 250 / 0.85);
}
.outline-violet-400\/90 {
  outline-color: rgb(167 139 250 / 0.9);
}
.outline-violet-400\/95 {
  outline-color: rgb(167 139 250 / 0.95);
}
.outline-violet-50 {
  outline-color: #f5f3ff;
}
.outline-violet-50\/0 {
  outline-color: rgb(245 243 255 / 0);
}
.outline-violet-50\/10 {
  outline-color: rgb(245 243 255 / 0.1);
}
.outline-violet-50\/100 {
  outline-color: rgb(245 243 255 / 1);
}
.outline-violet-50\/15 {
  outline-color: rgb(245 243 255 / 0.15);
}
.outline-violet-50\/20 {
  outline-color: rgb(245 243 255 / 0.2);
}
.outline-violet-50\/25 {
  outline-color: rgb(245 243 255 / 0.25);
}
.outline-violet-50\/30 {
  outline-color: rgb(245 243 255 / 0.3);
}
.outline-violet-50\/35 {
  outline-color: rgb(245 243 255 / 0.35);
}
.outline-violet-50\/40 {
  outline-color: rgb(245 243 255 / 0.4);
}
.outline-violet-50\/45 {
  outline-color: rgb(245 243 255 / 0.45);
}
.outline-violet-50\/5 {
  outline-color: rgb(245 243 255 / 0.05);
}
.outline-violet-50\/50 {
  outline-color: rgb(245 243 255 / 0.5);
}
.outline-violet-50\/55 {
  outline-color: rgb(245 243 255 / 0.55);
}
.outline-violet-50\/60 {
  outline-color: rgb(245 243 255 / 0.6);
}
.outline-violet-50\/65 {
  outline-color: rgb(245 243 255 / 0.65);
}
.outline-violet-50\/70 {
  outline-color: rgb(245 243 255 / 0.7);
}
.outline-violet-50\/75 {
  outline-color: rgb(245 243 255 / 0.75);
}
.outline-violet-50\/80 {
  outline-color: rgb(245 243 255 / 0.8);
}
.outline-violet-50\/85 {
  outline-color: rgb(245 243 255 / 0.85);
}
.outline-violet-50\/90 {
  outline-color: rgb(245 243 255 / 0.9);
}
.outline-violet-50\/95 {
  outline-color: rgb(245 243 255 / 0.95);
}
.outline-violet-500 {
  outline-color: #8b5cf6;
}
.outline-violet-500\/0 {
  outline-color: rgb(139 92 246 / 0);
}
.outline-violet-500\/10 {
  outline-color: rgb(139 92 246 / 0.1);
}
.outline-violet-500\/100 {
  outline-color: rgb(139 92 246 / 1);
}
.outline-violet-500\/15 {
  outline-color: rgb(139 92 246 / 0.15);
}
.outline-violet-500\/20 {
  outline-color: rgb(139 92 246 / 0.2);
}
.outline-violet-500\/25 {
  outline-color: rgb(139 92 246 / 0.25);
}
.outline-violet-500\/30 {
  outline-color: rgb(139 92 246 / 0.3);
}
.outline-violet-500\/35 {
  outline-color: rgb(139 92 246 / 0.35);
}
.outline-violet-500\/40 {
  outline-color: rgb(139 92 246 / 0.4);
}
.outline-violet-500\/45 {
  outline-color: rgb(139 92 246 / 0.45);
}
.outline-violet-500\/5 {
  outline-color: rgb(139 92 246 / 0.05);
}
.outline-violet-500\/50 {
  outline-color: rgb(139 92 246 / 0.5);
}
.outline-violet-500\/55 {
  outline-color: rgb(139 92 246 / 0.55);
}
.outline-violet-500\/60 {
  outline-color: rgb(139 92 246 / 0.6);
}
.outline-violet-500\/65 {
  outline-color: rgb(139 92 246 / 0.65);
}
.outline-violet-500\/70 {
  outline-color: rgb(139 92 246 / 0.7);
}
.outline-violet-500\/75 {
  outline-color: rgb(139 92 246 / 0.75);
}
.outline-violet-500\/80 {
  outline-color: rgb(139 92 246 / 0.8);
}
.outline-violet-500\/85 {
  outline-color: rgb(139 92 246 / 0.85);
}
.outline-violet-500\/90 {
  outline-color: rgb(139 92 246 / 0.9);
}
.outline-violet-500\/95 {
  outline-color: rgb(139 92 246 / 0.95);
}
.outline-violet-600 {
  outline-color: #7c3aed;
}
.outline-violet-600\/0 {
  outline-color: rgb(124 58 237 / 0);
}
.outline-violet-600\/10 {
  outline-color: rgb(124 58 237 / 0.1);
}
.outline-violet-600\/100 {
  outline-color: rgb(124 58 237 / 1);
}
.outline-violet-600\/15 {
  outline-color: rgb(124 58 237 / 0.15);
}
.outline-violet-600\/20 {
  outline-color: rgb(124 58 237 / 0.2);
}
.outline-violet-600\/25 {
  outline-color: rgb(124 58 237 / 0.25);
}
.outline-violet-600\/30 {
  outline-color: rgb(124 58 237 / 0.3);
}
.outline-violet-600\/35 {
  outline-color: rgb(124 58 237 / 0.35);
}
.outline-violet-600\/40 {
  outline-color: rgb(124 58 237 / 0.4);
}
.outline-violet-600\/45 {
  outline-color: rgb(124 58 237 / 0.45);
}
.outline-violet-600\/5 {
  outline-color: rgb(124 58 237 / 0.05);
}
.outline-violet-600\/50 {
  outline-color: rgb(124 58 237 / 0.5);
}
.outline-violet-600\/55 {
  outline-color: rgb(124 58 237 / 0.55);
}
.outline-violet-600\/60 {
  outline-color: rgb(124 58 237 / 0.6);
}
.outline-violet-600\/65 {
  outline-color: rgb(124 58 237 / 0.65);
}
.outline-violet-600\/70 {
  outline-color: rgb(124 58 237 / 0.7);
}
.outline-violet-600\/75 {
  outline-color: rgb(124 58 237 / 0.75);
}
.outline-violet-600\/80 {
  outline-color: rgb(124 58 237 / 0.8);
}
.outline-violet-600\/85 {
  outline-color: rgb(124 58 237 / 0.85);
}
.outline-violet-600\/90 {
  outline-color: rgb(124 58 237 / 0.9);
}
.outline-violet-600\/95 {
  outline-color: rgb(124 58 237 / 0.95);
}
.outline-violet-700 {
  outline-color: #6d28d9;
}
.outline-violet-700\/0 {
  outline-color: rgb(109 40 217 / 0);
}
.outline-violet-700\/10 {
  outline-color: rgb(109 40 217 / 0.1);
}
.outline-violet-700\/100 {
  outline-color: rgb(109 40 217 / 1);
}
.outline-violet-700\/15 {
  outline-color: rgb(109 40 217 / 0.15);
}
.outline-violet-700\/20 {
  outline-color: rgb(109 40 217 / 0.2);
}
.outline-violet-700\/25 {
  outline-color: rgb(109 40 217 / 0.25);
}
.outline-violet-700\/30 {
  outline-color: rgb(109 40 217 / 0.3);
}
.outline-violet-700\/35 {
  outline-color: rgb(109 40 217 / 0.35);
}
.outline-violet-700\/40 {
  outline-color: rgb(109 40 217 / 0.4);
}
.outline-violet-700\/45 {
  outline-color: rgb(109 40 217 / 0.45);
}
.outline-violet-700\/5 {
  outline-color: rgb(109 40 217 / 0.05);
}
.outline-violet-700\/50 {
  outline-color: rgb(109 40 217 / 0.5);
}
.outline-violet-700\/55 {
  outline-color: rgb(109 40 217 / 0.55);
}
.outline-violet-700\/60 {
  outline-color: rgb(109 40 217 / 0.6);
}
.outline-violet-700\/65 {
  outline-color: rgb(109 40 217 / 0.65);
}
.outline-violet-700\/70 {
  outline-color: rgb(109 40 217 / 0.7);
}
.outline-violet-700\/75 {
  outline-color: rgb(109 40 217 / 0.75);
}
.outline-violet-700\/80 {
  outline-color: rgb(109 40 217 / 0.8);
}
.outline-violet-700\/85 {
  outline-color: rgb(109 40 217 / 0.85);
}
.outline-violet-700\/90 {
  outline-color: rgb(109 40 217 / 0.9);
}
.outline-violet-700\/95 {
  outline-color: rgb(109 40 217 / 0.95);
}
.outline-violet-800 {
  outline-color: #5b21b6;
}
.outline-violet-800\/0 {
  outline-color: rgb(91 33 182 / 0);
}
.outline-violet-800\/10 {
  outline-color: rgb(91 33 182 / 0.1);
}
.outline-violet-800\/100 {
  outline-color: rgb(91 33 182 / 1);
}
.outline-violet-800\/15 {
  outline-color: rgb(91 33 182 / 0.15);
}
.outline-violet-800\/20 {
  outline-color: rgb(91 33 182 / 0.2);
}
.outline-violet-800\/25 {
  outline-color: rgb(91 33 182 / 0.25);
}
.outline-violet-800\/30 {
  outline-color: rgb(91 33 182 / 0.3);
}
.outline-violet-800\/35 {
  outline-color: rgb(91 33 182 / 0.35);
}
.outline-violet-800\/40 {
  outline-color: rgb(91 33 182 / 0.4);
}
.outline-violet-800\/45 {
  outline-color: rgb(91 33 182 / 0.45);
}
.outline-violet-800\/5 {
  outline-color: rgb(91 33 182 / 0.05);
}
.outline-violet-800\/50 {
  outline-color: rgb(91 33 182 / 0.5);
}
.outline-violet-800\/55 {
  outline-color: rgb(91 33 182 / 0.55);
}
.outline-violet-800\/60 {
  outline-color: rgb(91 33 182 / 0.6);
}
.outline-violet-800\/65 {
  outline-color: rgb(91 33 182 / 0.65);
}
.outline-violet-800\/70 {
  outline-color: rgb(91 33 182 / 0.7);
}
.outline-violet-800\/75 {
  outline-color: rgb(91 33 182 / 0.75);
}
.outline-violet-800\/80 {
  outline-color: rgb(91 33 182 / 0.8);
}
.outline-violet-800\/85 {
  outline-color: rgb(91 33 182 / 0.85);
}
.outline-violet-800\/90 {
  outline-color: rgb(91 33 182 / 0.9);
}
.outline-violet-800\/95 {
  outline-color: rgb(91 33 182 / 0.95);
}
.outline-violet-900 {
  outline-color: #4c1d95;
}
.outline-violet-900\/0 {
  outline-color: rgb(76 29 149 / 0);
}
.outline-violet-900\/10 {
  outline-color: rgb(76 29 149 / 0.1);
}
.outline-violet-900\/100 {
  outline-color: rgb(76 29 149 / 1);
}
.outline-violet-900\/15 {
  outline-color: rgb(76 29 149 / 0.15);
}
.outline-violet-900\/20 {
  outline-color: rgb(76 29 149 / 0.2);
}
.outline-violet-900\/25 {
  outline-color: rgb(76 29 149 / 0.25);
}
.outline-violet-900\/30 {
  outline-color: rgb(76 29 149 / 0.3);
}
.outline-violet-900\/35 {
  outline-color: rgb(76 29 149 / 0.35);
}
.outline-violet-900\/40 {
  outline-color: rgb(76 29 149 / 0.4);
}
.outline-violet-900\/45 {
  outline-color: rgb(76 29 149 / 0.45);
}
.outline-violet-900\/5 {
  outline-color: rgb(76 29 149 / 0.05);
}
.outline-violet-900\/50 {
  outline-color: rgb(76 29 149 / 0.5);
}
.outline-violet-900\/55 {
  outline-color: rgb(76 29 149 / 0.55);
}
.outline-violet-900\/60 {
  outline-color: rgb(76 29 149 / 0.6);
}
.outline-violet-900\/65 {
  outline-color: rgb(76 29 149 / 0.65);
}
.outline-violet-900\/70 {
  outline-color: rgb(76 29 149 / 0.7);
}
.outline-violet-900\/75 {
  outline-color: rgb(76 29 149 / 0.75);
}
.outline-violet-900\/80 {
  outline-color: rgb(76 29 149 / 0.8);
}
.outline-violet-900\/85 {
  outline-color: rgb(76 29 149 / 0.85);
}
.outline-violet-900\/90 {
  outline-color: rgb(76 29 149 / 0.9);
}
.outline-violet-900\/95 {
  outline-color: rgb(76 29 149 / 0.95);
}
.outline-violet-950 {
  outline-color: #2e1065;
}
.outline-violet-950\/0 {
  outline-color: rgb(46 16 101 / 0);
}
.outline-violet-950\/10 {
  outline-color: rgb(46 16 101 / 0.1);
}
.outline-violet-950\/100 {
  outline-color: rgb(46 16 101 / 1);
}
.outline-violet-950\/15 {
  outline-color: rgb(46 16 101 / 0.15);
}
.outline-violet-950\/20 {
  outline-color: rgb(46 16 101 / 0.2);
}
.outline-violet-950\/25 {
  outline-color: rgb(46 16 101 / 0.25);
}
.outline-violet-950\/30 {
  outline-color: rgb(46 16 101 / 0.3);
}
.outline-violet-950\/35 {
  outline-color: rgb(46 16 101 / 0.35);
}
.outline-violet-950\/40 {
  outline-color: rgb(46 16 101 / 0.4);
}
.outline-violet-950\/45 {
  outline-color: rgb(46 16 101 / 0.45);
}
.outline-violet-950\/5 {
  outline-color: rgb(46 16 101 / 0.05);
}
.outline-violet-950\/50 {
  outline-color: rgb(46 16 101 / 0.5);
}
.outline-violet-950\/55 {
  outline-color: rgb(46 16 101 / 0.55);
}
.outline-violet-950\/60 {
  outline-color: rgb(46 16 101 / 0.6);
}
.outline-violet-950\/65 {
  outline-color: rgb(46 16 101 / 0.65);
}
.outline-violet-950\/70 {
  outline-color: rgb(46 16 101 / 0.7);
}
.outline-violet-950\/75 {
  outline-color: rgb(46 16 101 / 0.75);
}
.outline-violet-950\/80 {
  outline-color: rgb(46 16 101 / 0.8);
}
.outline-violet-950\/85 {
  outline-color: rgb(46 16 101 / 0.85);
}
.outline-violet-950\/90 {
  outline-color: rgb(46 16 101 / 0.9);
}
.outline-violet-950\/95 {
  outline-color: rgb(46 16 101 / 0.95);
}
.outline-white {
  outline-color: #fff;
}
.outline-white\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-white\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-white\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-white\/15 {
  outline-color: rgb(255 255 255 / 0.15);
}
.outline-white\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-white\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-white\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-white\/35 {
  outline-color: rgb(255 255 255 / 0.35);
}
.outline-white\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-white\/45 {
  outline-color: rgb(255 255 255 / 0.45);
}
.outline-white\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-white\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-white\/55 {
  outline-color: rgb(255 255 255 / 0.55);
}
.outline-white\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-white\/65 {
  outline-color: rgb(255 255 255 / 0.65);
}
.outline-white\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-white\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-white\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-white\/85 {
  outline-color: rgb(255 255 255 / 0.85);
}
.outline-white\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-white\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-yellow-100 {
  outline-color: #fef9c3;
}
.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}
.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}
.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}
.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}
.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}
.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}
.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}
.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}
.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}
.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}
.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}
.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}
.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}
.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}
.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}
.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}
.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}
.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}
.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}
.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}
.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}
.outline-yellow-200 {
  outline-color: #fef08a;
}
.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}
.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}
.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}
.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}
.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}
.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}
.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}
.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}
.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}
.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}
.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}
.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}
.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}
.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}
.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}
.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}
.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}
.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}
.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}
.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}
.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}
.outline-yellow-300 {
  outline-color: #fde047;
}
.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}
.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}
.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}
.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15);
}
.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}
.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}
.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}
.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35);
}
.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}
.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45);
}
.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}
.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}
.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55);
}
.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}
.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65);
}
.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}
.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}
.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}
.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85);
}
.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}
.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}
.outline-yellow-400 {
  outline-color: #facc15;
}
.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}
.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}
.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}
.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}
.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}
.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}
.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}
.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}
.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}
.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}
.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}
.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}
.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}
.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}
.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}
.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}
.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}
.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}
.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}
.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}
.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}
.outline-yellow-50 {
  outline-color: #fefce8;
}
.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}
.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}
.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}
.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}
.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}
.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}
.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}
.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}
.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}
.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}
.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}
.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}
.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}
.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}
.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}
.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}
.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}
.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}
.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}
.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}
.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}
.outline-yellow-500 {
  outline-color: #eab308;
}
.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}
.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}
.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}
.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}
.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}
.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}
.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}
.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}
.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}
.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}
.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}
.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}
.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}
.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}
.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}
.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}
.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}
.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}
.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}
.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}
.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}
.outline-yellow-600 {
  outline-color: #ca8a04;
}
.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}
.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}
.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}
.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}
.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}
.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}
.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}
.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}
.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}
.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}
.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}
.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}
.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}
.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}
.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}
.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}
.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}
.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}
.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}
.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}
.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}
.outline-yellow-700 {
  outline-color: #a16207;
}
.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0);
}
.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1);
}
.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1);
}
.outline-yellow-700\/15 {
  outline-color: rgb(161 98 7 / 0.15);
}
.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2);
}
.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25);
}
.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3);
}
.outline-yellow-700\/35 {
  outline-color: rgb(161 98 7 / 0.35);
}
.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}
.outline-yellow-700\/45 {
  outline-color: rgb(161 98 7 / 0.45);
}
.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05);
}
.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5);
}
.outline-yellow-700\/55 {
  outline-color: rgb(161 98 7 / 0.55);
}
.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}
.outline-yellow-700\/65 {
  outline-color: rgb(161 98 7 / 0.65);
}
.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7);
}
.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75);
}
.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8);
}
.outline-yellow-700\/85 {
  outline-color: rgb(161 98 7 / 0.85);
}
.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9);
}
.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95);
}
.outline-yellow-800 {
  outline-color: #854d0e;
}
.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}
.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}
.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}
.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}
.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}
.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}
.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}
.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}
.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}
.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}
.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}
.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}
.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}
.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}
.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}
.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}
.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}
.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}
.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}
.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}
.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}
.outline-yellow-900 {
  outline-color: #713f12;
}
.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0);
}
.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1);
}
.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1);
}
.outline-yellow-900\/15 {
  outline-color: rgb(113 63 18 / 0.15);
}
.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2);
}
.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25);
}
.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3);
}
.outline-yellow-900\/35 {
  outline-color: rgb(113 63 18 / 0.35);
}
.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}
.outline-yellow-900\/45 {
  outline-color: rgb(113 63 18 / 0.45);
}
.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05);
}
.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5);
}
.outline-yellow-900\/55 {
  outline-color: rgb(113 63 18 / 0.55);
}
.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}
.outline-yellow-900\/65 {
  outline-color: rgb(113 63 18 / 0.65);
}
.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7);
}
.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75);
}
.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8);
}
.outline-yellow-900\/85 {
  outline-color: rgb(113 63 18 / 0.85);
}
.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9);
}
.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95);
}
.outline-yellow-950 {
  outline-color: #422006;
}
.outline-yellow-950\/0 {
  outline-color: rgb(66 32 6 / 0);
}
.outline-yellow-950\/10 {
  outline-color: rgb(66 32 6 / 0.1);
}
.outline-yellow-950\/100 {
  outline-color: rgb(66 32 6 / 1);
}
.outline-yellow-950\/15 {
  outline-color: rgb(66 32 6 / 0.15);
}
.outline-yellow-950\/20 {
  outline-color: rgb(66 32 6 / 0.2);
}
.outline-yellow-950\/25 {
  outline-color: rgb(66 32 6 / 0.25);
}
.outline-yellow-950\/30 {
  outline-color: rgb(66 32 6 / 0.3);
}
.outline-yellow-950\/35 {
  outline-color: rgb(66 32 6 / 0.35);
}
.outline-yellow-950\/40 {
  outline-color: rgb(66 32 6 / 0.4);
}
.outline-yellow-950\/45 {
  outline-color: rgb(66 32 6 / 0.45);
}
.outline-yellow-950\/5 {
  outline-color: rgb(66 32 6 / 0.05);
}
.outline-yellow-950\/50 {
  outline-color: rgb(66 32 6 / 0.5);
}
.outline-yellow-950\/55 {
  outline-color: rgb(66 32 6 / 0.55);
}
.outline-yellow-950\/60 {
  outline-color: rgb(66 32 6 / 0.6);
}
.outline-yellow-950\/65 {
  outline-color: rgb(66 32 6 / 0.65);
}
.outline-yellow-950\/70 {
  outline-color: rgb(66 32 6 / 0.7);
}
.outline-yellow-950\/75 {
  outline-color: rgb(66 32 6 / 0.75);
}
.outline-yellow-950\/80 {
  outline-color: rgb(66 32 6 / 0.8);
}
.outline-yellow-950\/85 {
  outline-color: rgb(66 32 6 / 0.85);
}
.outline-yellow-950\/90 {
  outline-color: rgb(66 32 6 / 0.9);
}
.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95);
}
.outline-zinc-100 {
  outline-color: #f4f4f5;
}
.outline-zinc-100\/0 {
  outline-color: rgb(244 244 245 / 0);
}
.outline-zinc-100\/10 {
  outline-color: rgb(244 244 245 / 0.1);
}
.outline-zinc-100\/100 {
  outline-color: rgb(244 244 245 / 1);
}
.outline-zinc-100\/15 {
  outline-color: rgb(244 244 245 / 0.15);
}
.outline-zinc-100\/20 {
  outline-color: rgb(244 244 245 / 0.2);
}
.outline-zinc-100\/25 {
  outline-color: rgb(244 244 245 / 0.25);
}
.outline-zinc-100\/30 {
  outline-color: rgb(244 244 245 / 0.3);
}
.outline-zinc-100\/35 {
  outline-color: rgb(244 244 245 / 0.35);
}
.outline-zinc-100\/40 {
  outline-color: rgb(244 244 245 / 0.4);
}
.outline-zinc-100\/45 {
  outline-color: rgb(244 244 245 / 0.45);
}
.outline-zinc-100\/5 {
  outline-color: rgb(244 244 245 / 0.05);
}
.outline-zinc-100\/50 {
  outline-color: rgb(244 244 245 / 0.5);
}
.outline-zinc-100\/55 {
  outline-color: rgb(244 244 245 / 0.55);
}
.outline-zinc-100\/60 {
  outline-color: rgb(244 244 245 / 0.6);
}
.outline-zinc-100\/65 {
  outline-color: rgb(244 244 245 / 0.65);
}
.outline-zinc-100\/70 {
  outline-color: rgb(244 244 245 / 0.7);
}
.outline-zinc-100\/75 {
  outline-color: rgb(244 244 245 / 0.75);
}
.outline-zinc-100\/80 {
  outline-color: rgb(244 244 245 / 0.8);
}
.outline-zinc-100\/85 {
  outline-color: rgb(244 244 245 / 0.85);
}
.outline-zinc-100\/90 {
  outline-color: rgb(244 244 245 / 0.9);
}
.outline-zinc-100\/95 {
  outline-color: rgb(244 244 245 / 0.95);
}
.outline-zinc-200 {
  outline-color: #e4e4e7;
}
.outline-zinc-200\/0 {
  outline-color: rgb(228 228 231 / 0);
}
.outline-zinc-200\/10 {
  outline-color: rgb(228 228 231 / 0.1);
}
.outline-zinc-200\/100 {
  outline-color: rgb(228 228 231 / 1);
}
.outline-zinc-200\/15 {
  outline-color: rgb(228 228 231 / 0.15);
}
.outline-zinc-200\/20 {
  outline-color: rgb(228 228 231 / 0.2);
}
.outline-zinc-200\/25 {
  outline-color: rgb(228 228 231 / 0.25);
}
.outline-zinc-200\/30 {
  outline-color: rgb(228 228 231 / 0.3);
}
.outline-zinc-200\/35 {
  outline-color: rgb(228 228 231 / 0.35);
}
.outline-zinc-200\/40 {
  outline-color: rgb(228 228 231 / 0.4);
}
.outline-zinc-200\/45 {
  outline-color: rgb(228 228 231 / 0.45);
}
.outline-zinc-200\/5 {
  outline-color: rgb(228 228 231 / 0.05);
}
.outline-zinc-200\/50 {
  outline-color: rgb(228 228 231 / 0.5);
}
.outline-zinc-200\/55 {
  outline-color: rgb(228 228 231 / 0.55);
}
.outline-zinc-200\/60 {
  outline-color: rgb(228 228 231 / 0.6);
}
.outline-zinc-200\/65 {
  outline-color: rgb(228 228 231 / 0.65);
}
.outline-zinc-200\/70 {
  outline-color: rgb(228 228 231 / 0.7);
}
.outline-zinc-200\/75 {
  outline-color: rgb(228 228 231 / 0.75);
}
.outline-zinc-200\/80 {
  outline-color: rgb(228 228 231 / 0.8);
}
.outline-zinc-200\/85 {
  outline-color: rgb(228 228 231 / 0.85);
}
.outline-zinc-200\/90 {
  outline-color: rgb(228 228 231 / 0.9);
}
.outline-zinc-200\/95 {
  outline-color: rgb(228 228 231 / 0.95);
}
.outline-zinc-300 {
  outline-color: #d4d4d8;
}
.outline-zinc-300\/0 {
  outline-color: rgb(212 212 216 / 0);
}
.outline-zinc-300\/10 {
  outline-color: rgb(212 212 216 / 0.1);
}
.outline-zinc-300\/100 {
  outline-color: rgb(212 212 216 / 1);
}
.outline-zinc-300\/15 {
  outline-color: rgb(212 212 216 / 0.15);
}
.outline-zinc-300\/20 {
  outline-color: rgb(212 212 216 / 0.2);
}
.outline-zinc-300\/25 {
  outline-color: rgb(212 212 216 / 0.25);
}
.outline-zinc-300\/30 {
  outline-color: rgb(212 212 216 / 0.3);
}
.outline-zinc-300\/35 {
  outline-color: rgb(212 212 216 / 0.35);
}
.outline-zinc-300\/40 {
  outline-color: rgb(212 212 216 / 0.4);
}
.outline-zinc-300\/45 {
  outline-color: rgb(212 212 216 / 0.45);
}
.outline-zinc-300\/5 {
  outline-color: rgb(212 212 216 / 0.05);
}
.outline-zinc-300\/50 {
  outline-color: rgb(212 212 216 / 0.5);
}
.outline-zinc-300\/55 {
  outline-color: rgb(212 212 216 / 0.55);
}
.outline-zinc-300\/60 {
  outline-color: rgb(212 212 216 / 0.6);
}
.outline-zinc-300\/65 {
  outline-color: rgb(212 212 216 / 0.65);
}
.outline-zinc-300\/70 {
  outline-color: rgb(212 212 216 / 0.7);
}
.outline-zinc-300\/75 {
  outline-color: rgb(212 212 216 / 0.75);
}
.outline-zinc-300\/80 {
  outline-color: rgb(212 212 216 / 0.8);
}
.outline-zinc-300\/85 {
  outline-color: rgb(212 212 216 / 0.85);
}
.outline-zinc-300\/90 {
  outline-color: rgb(212 212 216 / 0.9);
}
.outline-zinc-300\/95 {
  outline-color: rgb(212 212 216 / 0.95);
}
.outline-zinc-400 {
  outline-color: #a1a1aa;
}
.outline-zinc-400\/0 {
  outline-color: rgb(161 161 170 / 0);
}
.outline-zinc-400\/10 {
  outline-color: rgb(161 161 170 / 0.1);
}
.outline-zinc-400\/100 {
  outline-color: rgb(161 161 170 / 1);
}
.outline-zinc-400\/15 {
  outline-color: rgb(161 161 170 / 0.15);
}
.outline-zinc-400\/20 {
  outline-color: rgb(161 161 170 / 0.2);
}
.outline-zinc-400\/25 {
  outline-color: rgb(161 161 170 / 0.25);
}
.outline-zinc-400\/30 {
  outline-color: rgb(161 161 170 / 0.3);
}
.outline-zinc-400\/35 {
  outline-color: rgb(161 161 170 / 0.35);
}
.outline-zinc-400\/40 {
  outline-color: rgb(161 161 170 / 0.4);
}
.outline-zinc-400\/45 {
  outline-color: rgb(161 161 170 / 0.45);
}
.outline-zinc-400\/5 {
  outline-color: rgb(161 161 170 / 0.05);
}
.outline-zinc-400\/50 {
  outline-color: rgb(161 161 170 / 0.5);
}
.outline-zinc-400\/55 {
  outline-color: rgb(161 161 170 / 0.55);
}
.outline-zinc-400\/60 {
  outline-color: rgb(161 161 170 / 0.6);
}
.outline-zinc-400\/65 {
  outline-color: rgb(161 161 170 / 0.65);
}
.outline-zinc-400\/70 {
  outline-color: rgb(161 161 170 / 0.7);
}
.outline-zinc-400\/75 {
  outline-color: rgb(161 161 170 / 0.75);
}
.outline-zinc-400\/80 {
  outline-color: rgb(161 161 170 / 0.8);
}
.outline-zinc-400\/85 {
  outline-color: rgb(161 161 170 / 0.85);
}
.outline-zinc-400\/90 {
  outline-color: rgb(161 161 170 / 0.9);
}
.outline-zinc-400\/95 {
  outline-color: rgb(161 161 170 / 0.95);
}
.outline-zinc-50 {
  outline-color: #fafafa;
}
.outline-zinc-50\/0 {
  outline-color: rgb(250 250 250 / 0);
}
.outline-zinc-50\/10 {
  outline-color: rgb(250 250 250 / 0.1);
}
.outline-zinc-50\/100 {
  outline-color: rgb(250 250 250 / 1);
}
.outline-zinc-50\/15 {
  outline-color: rgb(250 250 250 / 0.15);
}
.outline-zinc-50\/20 {
  outline-color: rgb(250 250 250 / 0.2);
}
.outline-zinc-50\/25 {
  outline-color: rgb(250 250 250 / 0.25);
}
.outline-zinc-50\/30 {
  outline-color: rgb(250 250 250 / 0.3);
}
.outline-zinc-50\/35 {
  outline-color: rgb(250 250 250 / 0.35);
}
.outline-zinc-50\/40 {
  outline-color: rgb(250 250 250 / 0.4);
}
.outline-zinc-50\/45 {
  outline-color: rgb(250 250 250 / 0.45);
}
.outline-zinc-50\/5 {
  outline-color: rgb(250 250 250 / 0.05);
}
.outline-zinc-50\/50 {
  outline-color: rgb(250 250 250 / 0.5);
}
.outline-zinc-50\/55 {
  outline-color: rgb(250 250 250 / 0.55);
}
.outline-zinc-50\/60 {
  outline-color: rgb(250 250 250 / 0.6);
}
.outline-zinc-50\/65 {
  outline-color: rgb(250 250 250 / 0.65);
}
.outline-zinc-50\/70 {
  outline-color: rgb(250 250 250 / 0.7);
}
.outline-zinc-50\/75 {
  outline-color: rgb(250 250 250 / 0.75);
}
.outline-zinc-50\/80 {
  outline-color: rgb(250 250 250 / 0.8);
}
.outline-zinc-50\/85 {
  outline-color: rgb(250 250 250 / 0.85);
}
.outline-zinc-50\/90 {
  outline-color: rgb(250 250 250 / 0.9);
}
.outline-zinc-50\/95 {
  outline-color: rgb(250 250 250 / 0.95);
}
.outline-zinc-500 {
  outline-color: #71717a;
}
.outline-zinc-500\/0 {
  outline-color: rgb(113 113 122 / 0);
}
.outline-zinc-500\/10 {
  outline-color: rgb(113 113 122 / 0.1);
}
.outline-zinc-500\/100 {
  outline-color: rgb(113 113 122 / 1);
}
.outline-zinc-500\/15 {
  outline-color: rgb(113 113 122 / 0.15);
}
.outline-zinc-500\/20 {
  outline-color: rgb(113 113 122 / 0.2);
}
.outline-zinc-500\/25 {
  outline-color: rgb(113 113 122 / 0.25);
}
.outline-zinc-500\/30 {
  outline-color: rgb(113 113 122 / 0.3);
}
.outline-zinc-500\/35 {
  outline-color: rgb(113 113 122 / 0.35);
}
.outline-zinc-500\/40 {
  outline-color: rgb(113 113 122 / 0.4);
}
.outline-zinc-500\/45 {
  outline-color: rgb(113 113 122 / 0.45);
}
.outline-zinc-500\/5 {
  outline-color: rgb(113 113 122 / 0.05);
}
.outline-zinc-500\/50 {
  outline-color: rgb(113 113 122 / 0.5);
}
.outline-zinc-500\/55 {
  outline-color: rgb(113 113 122 / 0.55);
}
.outline-zinc-500\/60 {
  outline-color: rgb(113 113 122 / 0.6);
}
.outline-zinc-500\/65 {
  outline-color: rgb(113 113 122 / 0.65);
}
.outline-zinc-500\/70 {
  outline-color: rgb(113 113 122 / 0.7);
}
.outline-zinc-500\/75 {
  outline-color: rgb(113 113 122 / 0.75);
}
.outline-zinc-500\/80 {
  outline-color: rgb(113 113 122 / 0.8);
}
.outline-zinc-500\/85 {
  outline-color: rgb(113 113 122 / 0.85);
}
.outline-zinc-500\/90 {
  outline-color: rgb(113 113 122 / 0.9);
}
.outline-zinc-500\/95 {
  outline-color: rgb(113 113 122 / 0.95);
}
.outline-zinc-600 {
  outline-color: #52525b;
}
.outline-zinc-600\/0 {
  outline-color: rgb(82 82 91 / 0);
}
.outline-zinc-600\/10 {
  outline-color: rgb(82 82 91 / 0.1);
}
.outline-zinc-600\/100 {
  outline-color: rgb(82 82 91 / 1);
}
.outline-zinc-600\/15 {
  outline-color: rgb(82 82 91 / 0.15);
}
.outline-zinc-600\/20 {
  outline-color: rgb(82 82 91 / 0.2);
}
.outline-zinc-600\/25 {
  outline-color: rgb(82 82 91 / 0.25);
}
.outline-zinc-600\/30 {
  outline-color: rgb(82 82 91 / 0.3);
}
.outline-zinc-600\/35 {
  outline-color: rgb(82 82 91 / 0.35);
}
.outline-zinc-600\/40 {
  outline-color: rgb(82 82 91 / 0.4);
}
.outline-zinc-600\/45 {
  outline-color: rgb(82 82 91 / 0.45);
}
.outline-zinc-600\/5 {
  outline-color: rgb(82 82 91 / 0.05);
}
.outline-zinc-600\/50 {
  outline-color: rgb(82 82 91 / 0.5);
}
.outline-zinc-600\/55 {
  outline-color: rgb(82 82 91 / 0.55);
}
.outline-zinc-600\/60 {
  outline-color: rgb(82 82 91 / 0.6);
}
.outline-zinc-600\/65 {
  outline-color: rgb(82 82 91 / 0.65);
}
.outline-zinc-600\/70 {
  outline-color: rgb(82 82 91 / 0.7);
}
.outline-zinc-600\/75 {
  outline-color: rgb(82 82 91 / 0.75);
}
.outline-zinc-600\/80 {
  outline-color: rgb(82 82 91 / 0.8);
}
.outline-zinc-600\/85 {
  outline-color: rgb(82 82 91 / 0.85);
}
.outline-zinc-600\/90 {
  outline-color: rgb(82 82 91 / 0.9);
}
.outline-zinc-600\/95 {
  outline-color: rgb(82 82 91 / 0.95);
}
.outline-zinc-700 {
  outline-color: #3f3f46;
}
.outline-zinc-700\/0 {
  outline-color: rgb(63 63 70 / 0);
}
.outline-zinc-700\/10 {
  outline-color: rgb(63 63 70 / 0.1);
}
.outline-zinc-700\/100 {
  outline-color: rgb(63 63 70 / 1);
}
.outline-zinc-700\/15 {
  outline-color: rgb(63 63 70 / 0.15);
}
.outline-zinc-700\/20 {
  outline-color: rgb(63 63 70 / 0.2);
}
.outline-zinc-700\/25 {
  outline-color: rgb(63 63 70 / 0.25);
}
.outline-zinc-700\/30 {
  outline-color: rgb(63 63 70 / 0.3);
}
.outline-zinc-700\/35 {
  outline-color: rgb(63 63 70 / 0.35);
}
.outline-zinc-700\/40 {
  outline-color: rgb(63 63 70 / 0.4);
}
.outline-zinc-700\/45 {
  outline-color: rgb(63 63 70 / 0.45);
}
.outline-zinc-700\/5 {
  outline-color: rgb(63 63 70 / 0.05);
}
.outline-zinc-700\/50 {
  outline-color: rgb(63 63 70 / 0.5);
}
.outline-zinc-700\/55 {
  outline-color: rgb(63 63 70 / 0.55);
}
.outline-zinc-700\/60 {
  outline-color: rgb(63 63 70 / 0.6);
}
.outline-zinc-700\/65 {
  outline-color: rgb(63 63 70 / 0.65);
}
.outline-zinc-700\/70 {
  outline-color: rgb(63 63 70 / 0.7);
}
.outline-zinc-700\/75 {
  outline-color: rgb(63 63 70 / 0.75);
}
.outline-zinc-700\/80 {
  outline-color: rgb(63 63 70 / 0.8);
}
.outline-zinc-700\/85 {
  outline-color: rgb(63 63 70 / 0.85);
}
.outline-zinc-700\/90 {
  outline-color: rgb(63 63 70 / 0.9);
}
.outline-zinc-700\/95 {
  outline-color: rgb(63 63 70 / 0.95);
}
.outline-zinc-800 {
  outline-color: #27272a;
}
.outline-zinc-800\/0 {
  outline-color: rgb(39 39 42 / 0);
}
.outline-zinc-800\/10 {
  outline-color: rgb(39 39 42 / 0.1);
}
.outline-zinc-800\/100 {
  outline-color: rgb(39 39 42 / 1);
}
.outline-zinc-800\/15 {
  outline-color: rgb(39 39 42 / 0.15);
}
.outline-zinc-800\/20 {
  outline-color: rgb(39 39 42 / 0.2);
}
.outline-zinc-800\/25 {
  outline-color: rgb(39 39 42 / 0.25);
}
.outline-zinc-800\/30 {
  outline-color: rgb(39 39 42 / 0.3);
}
.outline-zinc-800\/35 {
  outline-color: rgb(39 39 42 / 0.35);
}
.outline-zinc-800\/40 {
  outline-color: rgb(39 39 42 / 0.4);
}
.outline-zinc-800\/45 {
  outline-color: rgb(39 39 42 / 0.45);
}
.outline-zinc-800\/5 {
  outline-color: rgb(39 39 42 / 0.05);
}
.outline-zinc-800\/50 {
  outline-color: rgb(39 39 42 / 0.5);
}
.outline-zinc-800\/55 {
  outline-color: rgb(39 39 42 / 0.55);
}
.outline-zinc-800\/60 {
  outline-color: rgb(39 39 42 / 0.6);
}
.outline-zinc-800\/65 {
  outline-color: rgb(39 39 42 / 0.65);
}
.outline-zinc-800\/70 {
  outline-color: rgb(39 39 42 / 0.7);
}
.outline-zinc-800\/75 {
  outline-color: rgb(39 39 42 / 0.75);
}
.outline-zinc-800\/80 {
  outline-color: rgb(39 39 42 / 0.8);
}
.outline-zinc-800\/85 {
  outline-color: rgb(39 39 42 / 0.85);
}
.outline-zinc-800\/90 {
  outline-color: rgb(39 39 42 / 0.9);
}
.outline-zinc-800\/95 {
  outline-color: rgb(39 39 42 / 0.95);
}
.outline-zinc-900 {
  outline-color: #18181b;
}
.outline-zinc-900\/0 {
  outline-color: rgb(24 24 27 / 0);
}
.outline-zinc-900\/10 {
  outline-color: rgb(24 24 27 / 0.1);
}
.outline-zinc-900\/100 {
  outline-color: rgb(24 24 27 / 1);
}
.outline-zinc-900\/15 {
  outline-color: rgb(24 24 27 / 0.15);
}
.outline-zinc-900\/20 {
  outline-color: rgb(24 24 27 / 0.2);
}
.outline-zinc-900\/25 {
  outline-color: rgb(24 24 27 / 0.25);
}
.outline-zinc-900\/30 {
  outline-color: rgb(24 24 27 / 0.3);
}
.outline-zinc-900\/35 {
  outline-color: rgb(24 24 27 / 0.35);
}
.outline-zinc-900\/40 {
  outline-color: rgb(24 24 27 / 0.4);
}
.outline-zinc-900\/45 {
  outline-color: rgb(24 24 27 / 0.45);
}
.outline-zinc-900\/5 {
  outline-color: rgb(24 24 27 / 0.05);
}
.outline-zinc-900\/50 {
  outline-color: rgb(24 24 27 / 0.5);
}
.outline-zinc-900\/55 {
  outline-color: rgb(24 24 27 / 0.55);
}
.outline-zinc-900\/60 {
  outline-color: rgb(24 24 27 / 0.6);
}
.outline-zinc-900\/65 {
  outline-color: rgb(24 24 27 / 0.65);
}
.outline-zinc-900\/70 {
  outline-color: rgb(24 24 27 / 0.7);
}
.outline-zinc-900\/75 {
  outline-color: rgb(24 24 27 / 0.75);
}
.outline-zinc-900\/80 {
  outline-color: rgb(24 24 27 / 0.8);
}
.outline-zinc-900\/85 {
  outline-color: rgb(24 24 27 / 0.85);
}
.outline-zinc-900\/90 {
  outline-color: rgb(24 24 27 / 0.9);
}
.outline-zinc-900\/95 {
  outline-color: rgb(24 24 27 / 0.95);
}
.outline-zinc-950 {
  outline-color: #09090b;
}
.outline-zinc-950\/0 {
  outline-color: rgb(9 9 11 / 0);
}
.outline-zinc-950\/10 {
  outline-color: rgb(9 9 11 / 0.1);
}
.outline-zinc-950\/100 {
  outline-color: rgb(9 9 11 / 1);
}
.outline-zinc-950\/15 {
  outline-color: rgb(9 9 11 / 0.15);
}
.outline-zinc-950\/20 {
  outline-color: rgb(9 9 11 / 0.2);
}
.outline-zinc-950\/25 {
  outline-color: rgb(9 9 11 / 0.25);
}
.outline-zinc-950\/30 {
  outline-color: rgb(9 9 11 / 0.3);
}
.outline-zinc-950\/35 {
  outline-color: rgb(9 9 11 / 0.35);
}
.outline-zinc-950\/40 {
  outline-color: rgb(9 9 11 / 0.4);
}
.outline-zinc-950\/45 {
  outline-color: rgb(9 9 11 / 0.45);
}
.outline-zinc-950\/5 {
  outline-color: rgb(9 9 11 / 0.05);
}
.outline-zinc-950\/50 {
  outline-color: rgb(9 9 11 / 0.5);
}
.outline-zinc-950\/55 {
  outline-color: rgb(9 9 11 / 0.55);
}
.outline-zinc-950\/60 {
  outline-color: rgb(9 9 11 / 0.6);
}
.outline-zinc-950\/65 {
  outline-color: rgb(9 9 11 / 0.65);
}
.outline-zinc-950\/70 {
  outline-color: rgb(9 9 11 / 0.7);
}
.outline-zinc-950\/75 {
  outline-color: rgb(9 9 11 / 0.75);
}
.outline-zinc-950\/80 {
  outline-color: rgb(9 9 11 / 0.8);
}
.outline-zinc-950\/85 {
  outline-color: rgb(9 9 11 / 0.85);
}
.outline-zinc-950\/90 {
  outline-color: rgb(9 9 11 / 0.9);
}
.outline-zinc-950\/95 {
  outline-color: rgb(9 9 11 / 0.95);
}
.ring {
  --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);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-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-8 {
  --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(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-accent {
  --tw-ring-color: var(--border-accent);
}
.ring-calendar {
  --tw-ring-color: var(--border-calendar);
}
.ring-constant-black {
  --tw-ring-color: var(--general-constant-black);
}
.ring-constant-white {
  --tw-ring-color: var(--general-constant-white);
}
.ring-current {
  --tw-ring-color: currentColor;
}
.ring-focus {
  --tw-ring-color: var(--border-focus);
}
.ring-hover {
  --tw-ring-color: var(--border-hover);
}
.ring-inherit {
  --tw-ring-color: inherit;
}
.ring-input {
  --tw-ring-color: var(--border-input);
}
.ring-input-active {
  --tw-ring-color: var(--border-input-active);
}
.ring-input-active-hover {
  --tw-ring-color: var(--border-input-active-hover);
}
.ring-input-active-pressed {
  --tw-ring-color: var(--border-input-active-pressed);
}
.ring-input-caution {
  --tw-ring-color: var(--border-input-caution);
}
.ring-input-caution-hover {
  --tw-ring-color: var(--border-input-caution-hover);
}
.ring-input-caution-pressed {
  --tw-ring-color: var(--border-input-caution-pressed);
}
.ring-input-critical {
  --tw-ring-color: var(--border-input-critical);
}
.ring-input-critical-hover {
  --tw-ring-color: var(--border-input-critical-hover);
}
.ring-input-critical-pressed {
  --tw-ring-color: var(--border-input-critical-pressed);
}
.ring-input-disabled {
  --tw-ring-color: var(--border-input-disabled);
}
.ring-input-hover {
  --tw-ring-color: var(--border-input-hover);
}
.ring-primary {
  --tw-ring-color: var(--border-primary);
}
.ring-secondary {
  --tw-ring-color: var(--border-secondary);
}
.ring-tertiary {
  --tw-ring-color: var(--border-tertiary);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.ring-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ring-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.ring-transparent\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}
.ring-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ring-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.ring-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.ring-transparent\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}
.ring-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.ring-transparent\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}
.ring-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.ring-transparent\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}
.ring-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.ring-transparent\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}
.ring-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.ring-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.ring-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.ring-transparent\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}
.ring-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.ring-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.ring-opacity-0 {
  --tw-ring-opacity: 0;
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}
.ring-opacity-100 {
  --tw-ring-opacity: 1;
}
.ring-opacity-15 {
  --tw-ring-opacity: 0.15;
}
.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}
.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}
.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}
.ring-opacity-35 {
  --tw-ring-opacity: 0.35;
}
.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}
.ring-opacity-45 {
  --tw-ring-opacity: 0.45;
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.ring-opacity-55 {
  --tw-ring-opacity: 0.55;
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}
.ring-opacity-65 {
  --tw-ring-opacity: 0.65;
}
.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}
.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}
.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}
.ring-opacity-85 {
  --tw-ring-opacity: 0.85;
}
.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}
.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}
.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}
.ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7;
}
.ring-offset-amber-100\/0 {
  --tw-ring-offset-color: rgb(254 243 199 / 0);
}
.ring-offset-amber-100\/10 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.1);
}
.ring-offset-amber-100\/100 {
  --tw-ring-offset-color: rgb(254 243 199 / 1);
}
.ring-offset-amber-100\/15 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.15);
}
.ring-offset-amber-100\/20 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.2);
}
.ring-offset-amber-100\/25 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.25);
}
.ring-offset-amber-100\/30 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.3);
}
.ring-offset-amber-100\/35 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.35);
}
.ring-offset-amber-100\/40 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.4);
}
.ring-offset-amber-100\/45 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.45);
}
.ring-offset-amber-100\/5 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.05);
}
.ring-offset-amber-100\/50 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.5);
}
.ring-offset-amber-100\/55 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.55);
}
.ring-offset-amber-100\/60 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.6);
}
.ring-offset-amber-100\/65 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.65);
}
.ring-offset-amber-100\/70 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.7);
}
.ring-offset-amber-100\/75 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.75);
}
.ring-offset-amber-100\/80 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.8);
}
.ring-offset-amber-100\/85 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.85);
}
.ring-offset-amber-100\/90 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.9);
}
.ring-offset-amber-100\/95 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.95);
}
.ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a;
}
.ring-offset-amber-200\/0 {
  --tw-ring-offset-color: rgb(253 230 138 / 0);
}
.ring-offset-amber-200\/10 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.1);
}
.ring-offset-amber-200\/100 {
  --tw-ring-offset-color: rgb(253 230 138 / 1);
}
.ring-offset-amber-200\/15 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.15);
}
.ring-offset-amber-200\/20 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.2);
}
.ring-offset-amber-200\/25 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.25);
}
.ring-offset-amber-200\/30 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.3);
}
.ring-offset-amber-200\/35 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.35);
}
.ring-offset-amber-200\/40 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.4);
}
.ring-offset-amber-200\/45 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.45);
}
.ring-offset-amber-200\/5 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.05);
}
.ring-offset-amber-200\/50 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.5);
}
.ring-offset-amber-200\/55 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.55);
}
.ring-offset-amber-200\/60 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.6);
}
.ring-offset-amber-200\/65 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.65);
}
.ring-offset-amber-200\/70 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.7);
}
.ring-offset-amber-200\/75 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.75);
}
.ring-offset-amber-200\/80 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.8);
}
.ring-offset-amber-200\/85 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.85);
}
.ring-offset-amber-200\/90 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.9);
}
.ring-offset-amber-200\/95 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.95);
}
.ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d;
}
.ring-offset-amber-300\/0 {
  --tw-ring-offset-color: rgb(252 211 77 / 0);
}
.ring-offset-amber-300\/10 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.1);
}
.ring-offset-amber-300\/100 {
  --tw-ring-offset-color: rgb(252 211 77 / 1);
}
.ring-offset-amber-300\/15 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.15);
}
.ring-offset-amber-300\/20 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.2);
}
.ring-offset-amber-300\/25 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.25);
}
.ring-offset-amber-300\/30 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.3);
}
.ring-offset-amber-300\/35 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.35);
}
.ring-offset-amber-300\/40 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.4);
}
.ring-offset-amber-300\/45 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.45);
}
.ring-offset-amber-300\/5 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.05);
}
.ring-offset-amber-300\/50 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.5);
}
.ring-offset-amber-300\/55 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.55);
}
.ring-offset-amber-300\/60 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.6);
}
.ring-offset-amber-300\/65 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.65);
}
.ring-offset-amber-300\/70 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.7);
}
.ring-offset-amber-300\/75 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.75);
}
.ring-offset-amber-300\/80 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.8);
}
.ring-offset-amber-300\/85 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.85);
}
.ring-offset-amber-300\/90 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.9);
}
.ring-offset-amber-300\/95 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.95);
}
.ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24;
}
.ring-offset-amber-400\/0 {
  --tw-ring-offset-color: rgb(251 191 36 / 0);
}
.ring-offset-amber-400\/10 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.1);
}
.ring-offset-amber-400\/100 {
  --tw-ring-offset-color: rgb(251 191 36 / 1);
}
.ring-offset-amber-400\/15 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.15);
}
.ring-offset-amber-400\/20 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.2);
}
.ring-offset-amber-400\/25 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.25);
}
.ring-offset-amber-400\/30 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.3);
}
.ring-offset-amber-400\/35 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.35);
}
.ring-offset-amber-400\/40 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.4);
}
.ring-offset-amber-400\/45 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.45);
}
.ring-offset-amber-400\/5 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.05);
}
.ring-offset-amber-400\/50 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.5);
}
.ring-offset-amber-400\/55 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.55);
}
.ring-offset-amber-400\/60 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.6);
}
.ring-offset-amber-400\/65 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.65);
}
.ring-offset-amber-400\/70 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.7);
}
.ring-offset-amber-400\/75 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.75);
}
.ring-offset-amber-400\/80 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.8);
}
.ring-offset-amber-400\/85 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.85);
}
.ring-offset-amber-400\/90 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.9);
}
.ring-offset-amber-400\/95 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.95);
}
.ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb;
}
.ring-offset-amber-50\/0 {
  --tw-ring-offset-color: rgb(255 251 235 / 0);
}
.ring-offset-amber-50\/10 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.1);
}
.ring-offset-amber-50\/100 {
  --tw-ring-offset-color: rgb(255 251 235 / 1);
}
.ring-offset-amber-50\/15 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.15);
}
.ring-offset-amber-50\/20 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.2);
}
.ring-offset-amber-50\/25 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.25);
}
.ring-offset-amber-50\/30 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.3);
}
.ring-offset-amber-50\/35 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.35);
}
.ring-offset-amber-50\/40 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.4);
}
.ring-offset-amber-50\/45 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.45);
}
.ring-offset-amber-50\/5 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.05);
}
.ring-offset-amber-50\/50 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.5);
}
.ring-offset-amber-50\/55 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.55);
}
.ring-offset-amber-50\/60 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.6);
}
.ring-offset-amber-50\/65 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.65);
}
.ring-offset-amber-50\/70 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.7);
}
.ring-offset-amber-50\/75 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.75);
}
.ring-offset-amber-50\/80 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.8);
}
.ring-offset-amber-50\/85 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.85);
}
.ring-offset-amber-50\/90 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.9);
}
.ring-offset-amber-50\/95 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.95);
}
.ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b;
}
.ring-offset-amber-500\/0 {
  --tw-ring-offset-color: rgb(245 158 11 / 0);
}
.ring-offset-amber-500\/10 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.1);
}
.ring-offset-amber-500\/100 {
  --tw-ring-offset-color: rgb(245 158 11 / 1);
}
.ring-offset-amber-500\/15 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.15);
}
.ring-offset-amber-500\/20 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.2);
}
.ring-offset-amber-500\/25 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.25);
}
.ring-offset-amber-500\/30 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.3);
}
.ring-offset-amber-500\/35 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.35);
}
.ring-offset-amber-500\/40 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.4);
}
.ring-offset-amber-500\/45 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.45);
}
.ring-offset-amber-500\/5 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.05);
}
.ring-offset-amber-500\/50 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.5);
}
.ring-offset-amber-500\/55 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.55);
}
.ring-offset-amber-500\/60 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.6);
}
.ring-offset-amber-500\/65 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.65);
}
.ring-offset-amber-500\/70 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.7);
}
.ring-offset-amber-500\/75 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.75);
}
.ring-offset-amber-500\/80 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.8);
}
.ring-offset-amber-500\/85 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.85);
}
.ring-offset-amber-500\/90 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.9);
}
.ring-offset-amber-500\/95 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.95);
}
.ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706;
}
.ring-offset-amber-600\/0 {
  --tw-ring-offset-color: rgb(217 119 6 / 0);
}
.ring-offset-amber-600\/10 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.1);
}
.ring-offset-amber-600\/100 {
  --tw-ring-offset-color: rgb(217 119 6 / 1);
}
.ring-offset-amber-600\/15 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.15);
}
.ring-offset-amber-600\/20 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.2);
}
.ring-offset-amber-600\/25 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.25);
}
.ring-offset-amber-600\/30 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.3);
}
.ring-offset-amber-600\/35 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.35);
}
.ring-offset-amber-600\/40 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.4);
}
.ring-offset-amber-600\/45 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.45);
}
.ring-offset-amber-600\/5 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.05);
}
.ring-offset-amber-600\/50 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.5);
}
.ring-offset-amber-600\/55 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.55);
}
.ring-offset-amber-600\/60 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.6);
}
.ring-offset-amber-600\/65 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.65);
}
.ring-offset-amber-600\/70 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.7);
}
.ring-offset-amber-600\/75 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.75);
}
.ring-offset-amber-600\/80 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.8);
}
.ring-offset-amber-600\/85 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.85);
}
.ring-offset-amber-600\/90 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.9);
}
.ring-offset-amber-600\/95 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.95);
}
.ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309;
}
.ring-offset-amber-700\/0 {
  --tw-ring-offset-color: rgb(180 83 9 / 0);
}
.ring-offset-amber-700\/10 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.1);
}
.ring-offset-amber-700\/100 {
  --tw-ring-offset-color: rgb(180 83 9 / 1);
}
.ring-offset-amber-700\/15 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.15);
}
.ring-offset-amber-700\/20 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.2);
}
.ring-offset-amber-700\/25 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.25);
}
.ring-offset-amber-700\/30 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.3);
}
.ring-offset-amber-700\/35 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.35);
}
.ring-offset-amber-700\/40 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.4);
}
.ring-offset-amber-700\/45 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.45);
}
.ring-offset-amber-700\/5 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.05);
}
.ring-offset-amber-700\/50 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.5);
}
.ring-offset-amber-700\/55 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.55);
}
.ring-offset-amber-700\/60 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.6);
}
.ring-offset-amber-700\/65 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.65);
}
.ring-offset-amber-700\/70 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.7);
}
.ring-offset-amber-700\/75 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.75);
}
.ring-offset-amber-700\/80 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.8);
}
.ring-offset-amber-700\/85 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.85);
}
.ring-offset-amber-700\/90 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.9);
}
.ring-offset-amber-700\/95 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.95);
}
.ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e;
}
.ring-offset-amber-800\/0 {
  --tw-ring-offset-color: rgb(146 64 14 / 0);
}
.ring-offset-amber-800\/10 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.1);
}
.ring-offset-amber-800\/100 {
  --tw-ring-offset-color: rgb(146 64 14 / 1);
}
.ring-offset-amber-800\/15 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.15);
}
.ring-offset-amber-800\/20 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.2);
}
.ring-offset-amber-800\/25 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.25);
}
.ring-offset-amber-800\/30 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.3);
}
.ring-offset-amber-800\/35 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.35);
}
.ring-offset-amber-800\/40 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.4);
}
.ring-offset-amber-800\/45 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.45);
}
.ring-offset-amber-800\/5 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.05);
}
.ring-offset-amber-800\/50 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.5);
}
.ring-offset-amber-800\/55 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.55);
}
.ring-offset-amber-800\/60 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.6);
}
.ring-offset-amber-800\/65 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.65);
}
.ring-offset-amber-800\/70 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.7);
}
.ring-offset-amber-800\/75 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.75);
}
.ring-offset-amber-800\/80 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.8);
}
.ring-offset-amber-800\/85 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.85);
}
.ring-offset-amber-800\/90 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.9);
}
.ring-offset-amber-800\/95 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.95);
}
.ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f;
}
.ring-offset-amber-900\/0 {
  --tw-ring-offset-color: rgb(120 53 15 / 0);
}
.ring-offset-amber-900\/10 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.1);
}
.ring-offset-amber-900\/100 {
  --tw-ring-offset-color: rgb(120 53 15 / 1);
}
.ring-offset-amber-900\/15 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.15);
}
.ring-offset-amber-900\/20 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.2);
}
.ring-offset-amber-900\/25 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.25);
}
.ring-offset-amber-900\/30 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.3);
}
.ring-offset-amber-900\/35 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.35);
}
.ring-offset-amber-900\/40 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.4);
}
.ring-offset-amber-900\/45 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.45);
}
.ring-offset-amber-900\/5 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.05);
}
.ring-offset-amber-900\/50 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.5);
}
.ring-offset-amber-900\/55 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.55);
}
.ring-offset-amber-900\/60 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.6);
}
.ring-offset-amber-900\/65 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.65);
}
.ring-offset-amber-900\/70 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.7);
}
.ring-offset-amber-900\/75 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.75);
}
.ring-offset-amber-900\/80 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.8);
}
.ring-offset-amber-900\/85 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.85);
}
.ring-offset-amber-900\/90 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.9);
}
.ring-offset-amber-900\/95 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.95);
}
.ring-offset-amber-950 {
  --tw-ring-offset-color: #451a03;
}
.ring-offset-amber-950\/0 {
  --tw-ring-offset-color: rgb(69 26 3 / 0);
}
.ring-offset-amber-950\/10 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.1);
}
.ring-offset-amber-950\/100 {
  --tw-ring-offset-color: rgb(69 26 3 / 1);
}
.ring-offset-amber-950\/15 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.15);
}
.ring-offset-amber-950\/20 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.2);
}
.ring-offset-amber-950\/25 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.25);
}
.ring-offset-amber-950\/30 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.3);
}
.ring-offset-amber-950\/35 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.35);
}
.ring-offset-amber-950\/40 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.4);
}
.ring-offset-amber-950\/45 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.45);
}
.ring-offset-amber-950\/5 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.05);
}
.ring-offset-amber-950\/50 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.5);
}
.ring-offset-amber-950\/55 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.55);
}
.ring-offset-amber-950\/60 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.6);
}
.ring-offset-amber-950\/65 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.65);
}
.ring-offset-amber-950\/70 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.7);
}
.ring-offset-amber-950\/75 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.75);
}
.ring-offset-amber-950\/80 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.8);
}
.ring-offset-amber-950\/85 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.85);
}
.ring-offset-amber-950\/90 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.9);
}
.ring-offset-amber-950\/95 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.95);
}
.ring-offset-black {
  --tw-ring-offset-color: #000;
}
.ring-offset-black\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.ring-offset-black\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.ring-offset-black\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.ring-offset-black\/15 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.ring-offset-black\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.ring-offset-black\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.ring-offset-black\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.ring-offset-black\/35 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.ring-offset-black\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.ring-offset-black\/45 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.ring-offset-black\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.ring-offset-black\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.ring-offset-black\/55 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.ring-offset-black\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.ring-offset-black\/65 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.ring-offset-black\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.ring-offset-black\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.ring-offset-black\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.ring-offset-black\/85 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.ring-offset-black\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.ring-offset-black\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}
.ring-offset-blue-100\/0 {
  --tw-ring-offset-color: rgb(219 234 254 / 0);
}
.ring-offset-blue-100\/10 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.1);
}
.ring-offset-blue-100\/100 {
  --tw-ring-offset-color: rgb(219 234 254 / 1);
}
.ring-offset-blue-100\/15 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.15);
}
.ring-offset-blue-100\/20 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.2);
}
.ring-offset-blue-100\/25 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.25);
}
.ring-offset-blue-100\/30 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.3);
}
.ring-offset-blue-100\/35 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.35);
}
.ring-offset-blue-100\/40 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.4);
}
.ring-offset-blue-100\/45 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.45);
}
.ring-offset-blue-100\/5 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.05);
}
.ring-offset-blue-100\/50 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.5);
}
.ring-offset-blue-100\/55 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.55);
}
.ring-offset-blue-100\/60 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.6);
}
.ring-offset-blue-100\/65 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.65);
}
.ring-offset-blue-100\/70 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.7);
}
.ring-offset-blue-100\/75 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.75);
}
.ring-offset-blue-100\/80 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.8);
}
.ring-offset-blue-100\/85 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.85);
}
.ring-offset-blue-100\/90 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.9);
}
.ring-offset-blue-100\/95 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.95);
}
.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}
.ring-offset-blue-200\/0 {
  --tw-ring-offset-color: rgb(191 219 254 / 0);
}
.ring-offset-blue-200\/10 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.1);
}
.ring-offset-blue-200\/100 {
  --tw-ring-offset-color: rgb(191 219 254 / 1);
}
.ring-offset-blue-200\/15 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.15);
}
.ring-offset-blue-200\/20 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.2);
}
.ring-offset-blue-200\/25 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.25);
}
.ring-offset-blue-200\/30 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.3);
}
.ring-offset-blue-200\/35 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.35);
}
.ring-offset-blue-200\/40 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.4);
}
.ring-offset-blue-200\/45 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.45);
}
.ring-offset-blue-200\/5 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.05);
}
.ring-offset-blue-200\/50 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.5);
}
.ring-offset-blue-200\/55 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.55);
}
.ring-offset-blue-200\/60 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.6);
}
.ring-offset-blue-200\/65 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.65);
}
.ring-offset-blue-200\/70 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.7);
}
.ring-offset-blue-200\/75 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.75);
}
.ring-offset-blue-200\/80 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.8);
}
.ring-offset-blue-200\/85 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.85);
}
.ring-offset-blue-200\/90 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.9);
}
.ring-offset-blue-200\/95 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.95);
}
.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}
.ring-offset-blue-300\/0 {
  --tw-ring-offset-color: rgb(147 197 253 / 0);
}
.ring-offset-blue-300\/10 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.1);
}
.ring-offset-blue-300\/100 {
  --tw-ring-offset-color: rgb(147 197 253 / 1);
}
.ring-offset-blue-300\/15 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.15);
}
.ring-offset-blue-300\/20 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.2);
}
.ring-offset-blue-300\/25 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.25);
}
.ring-offset-blue-300\/30 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.3);
}
.ring-offset-blue-300\/35 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.35);
}
.ring-offset-blue-300\/40 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.4);
}
.ring-offset-blue-300\/45 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.45);
}
.ring-offset-blue-300\/5 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.05);
}
.ring-offset-blue-300\/50 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.5);
}
.ring-offset-blue-300\/55 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.55);
}
.ring-offset-blue-300\/60 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.6);
}
.ring-offset-blue-300\/65 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.65);
}
.ring-offset-blue-300\/70 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.7);
}
.ring-offset-blue-300\/75 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.75);
}
.ring-offset-blue-300\/80 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.8);
}
.ring-offset-blue-300\/85 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.85);
}
.ring-offset-blue-300\/90 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.9);
}
.ring-offset-blue-300\/95 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.95);
}
.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}
.ring-offset-blue-400\/0 {
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}
.ring-offset-blue-400\/10 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}
.ring-offset-blue-400\/100 {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}
.ring-offset-blue-400\/15 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.15);
}
.ring-offset-blue-400\/20 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}
.ring-offset-blue-400\/25 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}
.ring-offset-blue-400\/30 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}
.ring-offset-blue-400\/35 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.35);
}
.ring-offset-blue-400\/40 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}
.ring-offset-blue-400\/45 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.45);
}
.ring-offset-blue-400\/5 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}
.ring-offset-blue-400\/50 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}
.ring-offset-blue-400\/55 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.55);
}
.ring-offset-blue-400\/60 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}
.ring-offset-blue-400\/65 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.65);
}
.ring-offset-blue-400\/70 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}
.ring-offset-blue-400\/75 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}
.ring-offset-blue-400\/80 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}
.ring-offset-blue-400\/85 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.85);
}
.ring-offset-blue-400\/90 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}
.ring-offset-blue-400\/95 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}
.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}
.ring-offset-blue-50\/0 {
  --tw-ring-offset-color: rgb(239 246 255 / 0);
}
.ring-offset-blue-50\/10 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.1);
}
.ring-offset-blue-50\/100 {
  --tw-ring-offset-color: rgb(239 246 255 / 1);
}
.ring-offset-blue-50\/15 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.15);
}
.ring-offset-blue-50\/20 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.2);
}
.ring-offset-blue-50\/25 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.25);
}
.ring-offset-blue-50\/30 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.3);
}
.ring-offset-blue-50\/35 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.35);
}
.ring-offset-blue-50\/40 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.4);
}
.ring-offset-blue-50\/45 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.45);
}
.ring-offset-blue-50\/5 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.05);
}
.ring-offset-blue-50\/50 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.5);
}
.ring-offset-blue-50\/55 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.55);
}
.ring-offset-blue-50\/60 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.6);
}
.ring-offset-blue-50\/65 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.65);
}
.ring-offset-blue-50\/70 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.7);
}
.ring-offset-blue-50\/75 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.75);
}
.ring-offset-blue-50\/80 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.8);
}
.ring-offset-blue-50\/85 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.85);
}
.ring-offset-blue-50\/90 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.9);
}
.ring-offset-blue-50\/95 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.95);
}
.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}
.ring-offset-blue-500\/0 {
  --tw-ring-offset-color: rgb(59 130 246 / 0);
}
.ring-offset-blue-500\/10 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.1);
}
.ring-offset-blue-500\/100 {
  --tw-ring-offset-color: rgb(59 130 246 / 1);
}
.ring-offset-blue-500\/15 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.15);
}
.ring-offset-blue-500\/20 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.2);
}
.ring-offset-blue-500\/25 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.25);
}
.ring-offset-blue-500\/30 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.3);
}
.ring-offset-blue-500\/35 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.35);
}
.ring-offset-blue-500\/40 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.4);
}
.ring-offset-blue-500\/45 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.45);
}
.ring-offset-blue-500\/5 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.05);
}
.ring-offset-blue-500\/50 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.5);
}
.ring-offset-blue-500\/55 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.55);
}
.ring-offset-blue-500\/60 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.6);
}
.ring-offset-blue-500\/65 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.65);
}
.ring-offset-blue-500\/70 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.7);
}
.ring-offset-blue-500\/75 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.75);
}
.ring-offset-blue-500\/80 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.8);
}
.ring-offset-blue-500\/85 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.85);
}
.ring-offset-blue-500\/90 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.9);
}
.ring-offset-blue-500\/95 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.95);
}
.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}
.ring-offset-blue-600\/0 {
  --tw-ring-offset-color: rgb(37 99 235 / 0);
}
.ring-offset-blue-600\/10 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.1);
}
.ring-offset-blue-600\/100 {
  --tw-ring-offset-color: rgb(37 99 235 / 1);
}
.ring-offset-blue-600\/15 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.15);
}
.ring-offset-blue-600\/20 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.2);
}
.ring-offset-blue-600\/25 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.25);
}
.ring-offset-blue-600\/30 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.3);
}
.ring-offset-blue-600\/35 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.35);
}
.ring-offset-blue-600\/40 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.4);
}
.ring-offset-blue-600\/45 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.45);
}
.ring-offset-blue-600\/5 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.05);
}
.ring-offset-blue-600\/50 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.5);
}
.ring-offset-blue-600\/55 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.55);
}
.ring-offset-blue-600\/60 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.6);
}
.ring-offset-blue-600\/65 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.65);
}
.ring-offset-blue-600\/70 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.7);
}
.ring-offset-blue-600\/75 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.75);
}
.ring-offset-blue-600\/80 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.8);
}
.ring-offset-blue-600\/85 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.85);
}
.ring-offset-blue-600\/90 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.9);
}
.ring-offset-blue-600\/95 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.95);
}
.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}
.ring-offset-blue-700\/0 {
  --tw-ring-offset-color: rgb(29 78 216 / 0);
}
.ring-offset-blue-700\/10 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.1);
}
.ring-offset-blue-700\/100 {
  --tw-ring-offset-color: rgb(29 78 216 / 1);
}
.ring-offset-blue-700\/15 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.15);
}
.ring-offset-blue-700\/20 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.2);
}
.ring-offset-blue-700\/25 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.25);
}
.ring-offset-blue-700\/30 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.3);
}
.ring-offset-blue-700\/35 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.35);
}
.ring-offset-blue-700\/40 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.4);
}
.ring-offset-blue-700\/45 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.45);
}
.ring-offset-blue-700\/5 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.05);
}
.ring-offset-blue-700\/50 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.5);
}
.ring-offset-blue-700\/55 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.55);
}
.ring-offset-blue-700\/60 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.6);
}
.ring-offset-blue-700\/65 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.65);
}
.ring-offset-blue-700\/70 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.7);
}
.ring-offset-blue-700\/75 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.75);
}
.ring-offset-blue-700\/80 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.8);
}
.ring-offset-blue-700\/85 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.85);
}
.ring-offset-blue-700\/90 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.9);
}
.ring-offset-blue-700\/95 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.95);
}
.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}
.ring-offset-blue-800\/0 {
  --tw-ring-offset-color: rgb(30 64 175 / 0);
}
.ring-offset-blue-800\/10 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.1);
}
.ring-offset-blue-800\/100 {
  --tw-ring-offset-color: rgb(30 64 175 / 1);
}
.ring-offset-blue-800\/15 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.15);
}
.ring-offset-blue-800\/20 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.2);
}
.ring-offset-blue-800\/25 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.25);
}
.ring-offset-blue-800\/30 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.3);
}
.ring-offset-blue-800\/35 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.35);
}
.ring-offset-blue-800\/40 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.4);
}
.ring-offset-blue-800\/45 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.45);
}
.ring-offset-blue-800\/5 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.05);
}
.ring-offset-blue-800\/50 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.5);
}
.ring-offset-blue-800\/55 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.55);
}
.ring-offset-blue-800\/60 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.6);
}
.ring-offset-blue-800\/65 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.65);
}
.ring-offset-blue-800\/70 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.7);
}
.ring-offset-blue-800\/75 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.75);
}
.ring-offset-blue-800\/80 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.8);
}
.ring-offset-blue-800\/85 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.85);
}
.ring-offset-blue-800\/90 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.9);
}
.ring-offset-blue-800\/95 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.95);
}
.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}
.ring-offset-blue-900\/0 {
  --tw-ring-offset-color: rgb(30 58 138 / 0);
}
.ring-offset-blue-900\/10 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.1);
}
.ring-offset-blue-900\/100 {
  --tw-ring-offset-color: rgb(30 58 138 / 1);
}
.ring-offset-blue-900\/15 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.15);
}
.ring-offset-blue-900\/20 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.2);
}
.ring-offset-blue-900\/25 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.25);
}
.ring-offset-blue-900\/30 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.3);
}
.ring-offset-blue-900\/35 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.35);
}
.ring-offset-blue-900\/40 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.4);
}
.ring-offset-blue-900\/45 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.45);
}
.ring-offset-blue-900\/5 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.05);
}
.ring-offset-blue-900\/50 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.5);
}
.ring-offset-blue-900\/55 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.55);
}
.ring-offset-blue-900\/60 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.6);
}
.ring-offset-blue-900\/65 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.65);
}
.ring-offset-blue-900\/70 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.7);
}
.ring-offset-blue-900\/75 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.75);
}
.ring-offset-blue-900\/80 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.8);
}
.ring-offset-blue-900\/85 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.85);
}
.ring-offset-blue-900\/90 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.9);
}
.ring-offset-blue-900\/95 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.95);
}
.ring-offset-blue-950 {
  --tw-ring-offset-color: #172554;
}
.ring-offset-blue-950\/0 {
  --tw-ring-offset-color: rgb(23 37 84 / 0);
}
.ring-offset-blue-950\/10 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.1);
}
.ring-offset-blue-950\/100 {
  --tw-ring-offset-color: rgb(23 37 84 / 1);
}
.ring-offset-blue-950\/15 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.15);
}
.ring-offset-blue-950\/20 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.2);
}
.ring-offset-blue-950\/25 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.25);
}
.ring-offset-blue-950\/30 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.3);
}
.ring-offset-blue-950\/35 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.35);
}
.ring-offset-blue-950\/40 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.4);
}
.ring-offset-blue-950\/45 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.45);
}
.ring-offset-blue-950\/5 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.05);
}
.ring-offset-blue-950\/50 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.5);
}
.ring-offset-blue-950\/55 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.55);
}
.ring-offset-blue-950\/60 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.6);
}
.ring-offset-blue-950\/65 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.65);
}
.ring-offset-blue-950\/70 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.7);
}
.ring-offset-blue-950\/75 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.75);
}
.ring-offset-blue-950\/80 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.8);
}
.ring-offset-blue-950\/85 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.85);
}
.ring-offset-blue-950\/90 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.9);
}
.ring-offset-blue-950\/95 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.95);
}
.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}
.ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe;
}
.ring-offset-cyan-100\/0 {
  --tw-ring-offset-color: rgb(207 250 254 / 0);
}
.ring-offset-cyan-100\/10 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.1);
}
.ring-offset-cyan-100\/100 {
  --tw-ring-offset-color: rgb(207 250 254 / 1);
}
.ring-offset-cyan-100\/15 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.15);
}
.ring-offset-cyan-100\/20 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.2);
}
.ring-offset-cyan-100\/25 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.25);
}
.ring-offset-cyan-100\/30 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.3);
}
.ring-offset-cyan-100\/35 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.35);
}
.ring-offset-cyan-100\/40 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.4);
}
.ring-offset-cyan-100\/45 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.45);
}
.ring-offset-cyan-100\/5 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.05);
}
.ring-offset-cyan-100\/50 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.5);
}
.ring-offset-cyan-100\/55 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.55);
}
.ring-offset-cyan-100\/60 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.6);
}
.ring-offset-cyan-100\/65 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.65);
}
.ring-offset-cyan-100\/70 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.7);
}
.ring-offset-cyan-100\/75 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.75);
}
.ring-offset-cyan-100\/80 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.8);
}
.ring-offset-cyan-100\/85 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.85);
}
.ring-offset-cyan-100\/90 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.9);
}
.ring-offset-cyan-100\/95 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.95);
}
.ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc;
}
.ring-offset-cyan-200\/0 {
  --tw-ring-offset-color: rgb(165 243 252 / 0);
}
.ring-offset-cyan-200\/10 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.1);
}
.ring-offset-cyan-200\/100 {
  --tw-ring-offset-color: rgb(165 243 252 / 1);
}
.ring-offset-cyan-200\/15 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.15);
}
.ring-offset-cyan-200\/20 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.2);
}
.ring-offset-cyan-200\/25 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.25);
}
.ring-offset-cyan-200\/30 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.3);
}
.ring-offset-cyan-200\/35 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.35);
}
.ring-offset-cyan-200\/40 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.4);
}
.ring-offset-cyan-200\/45 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.45);
}
.ring-offset-cyan-200\/5 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.05);
}
.ring-offset-cyan-200\/50 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.5);
}
.ring-offset-cyan-200\/55 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.55);
}
.ring-offset-cyan-200\/60 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.6);
}
.ring-offset-cyan-200\/65 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.65);
}
.ring-offset-cyan-200\/70 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.7);
}
.ring-offset-cyan-200\/75 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.75);
}
.ring-offset-cyan-200\/80 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.8);
}
.ring-offset-cyan-200\/85 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.85);
}
.ring-offset-cyan-200\/90 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.9);
}
.ring-offset-cyan-200\/95 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.95);
}
.ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9;
}
.ring-offset-cyan-300\/0 {
  --tw-ring-offset-color: rgb(103 232 249 / 0);
}
.ring-offset-cyan-300\/10 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.1);
}
.ring-offset-cyan-300\/100 {
  --tw-ring-offset-color: rgb(103 232 249 / 1);
}
.ring-offset-cyan-300\/15 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.15);
}
.ring-offset-cyan-300\/20 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.2);
}
.ring-offset-cyan-300\/25 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.25);
}
.ring-offset-cyan-300\/30 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.3);
}
.ring-offset-cyan-300\/35 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.35);
}
.ring-offset-cyan-300\/40 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.4);
}
.ring-offset-cyan-300\/45 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.45);
}
.ring-offset-cyan-300\/5 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.05);
}
.ring-offset-cyan-300\/50 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.5);
}
.ring-offset-cyan-300\/55 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.55);
}
.ring-offset-cyan-300\/60 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.6);
}
.ring-offset-cyan-300\/65 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.65);
}
.ring-offset-cyan-300\/70 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.7);
}
.ring-offset-cyan-300\/75 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.75);
}
.ring-offset-cyan-300\/80 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.8);
}
.ring-offset-cyan-300\/85 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.85);
}
.ring-offset-cyan-300\/90 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.9);
}
.ring-offset-cyan-300\/95 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.95);
}
.ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee;
}
.ring-offset-cyan-400\/0 {
  --tw-ring-offset-color: rgb(34 211 238 / 0);
}
.ring-offset-cyan-400\/10 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.1);
}
.ring-offset-cyan-400\/100 {
  --tw-ring-offset-color: rgb(34 211 238 / 1);
}
.ring-offset-cyan-400\/15 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.15);
}
.ring-offset-cyan-400\/20 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.2);
}
.ring-offset-cyan-400\/25 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.25);
}
.ring-offset-cyan-400\/30 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.3);
}
.ring-offset-cyan-400\/35 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.35);
}
.ring-offset-cyan-400\/40 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.4);
}
.ring-offset-cyan-400\/45 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.45);
}
.ring-offset-cyan-400\/5 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.05);
}
.ring-offset-cyan-400\/50 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.5);
}
.ring-offset-cyan-400\/55 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.55);
}
.ring-offset-cyan-400\/60 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.6);
}
.ring-offset-cyan-400\/65 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.65);
}
.ring-offset-cyan-400\/70 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.7);
}
.ring-offset-cyan-400\/75 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.75);
}
.ring-offset-cyan-400\/80 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.8);
}
.ring-offset-cyan-400\/85 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.85);
}
.ring-offset-cyan-400\/90 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.9);
}
.ring-offset-cyan-400\/95 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.95);
}
.ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff;
}
.ring-offset-cyan-50\/0 {
  --tw-ring-offset-color: rgb(236 254 255 / 0);
}
.ring-offset-cyan-50\/10 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.1);
}
.ring-offset-cyan-50\/100 {
  --tw-ring-offset-color: rgb(236 254 255 / 1);
}
.ring-offset-cyan-50\/15 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.15);
}
.ring-offset-cyan-50\/20 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.2);
}
.ring-offset-cyan-50\/25 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.25);
}
.ring-offset-cyan-50\/30 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.3);
}
.ring-offset-cyan-50\/35 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.35);
}
.ring-offset-cyan-50\/40 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.4);
}
.ring-offset-cyan-50\/45 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.45);
}
.ring-offset-cyan-50\/5 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.05);
}
.ring-offset-cyan-50\/50 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.5);
}
.ring-offset-cyan-50\/55 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.55);
}
.ring-offset-cyan-50\/60 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.6);
}
.ring-offset-cyan-50\/65 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.65);
}
.ring-offset-cyan-50\/70 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.7);
}
.ring-offset-cyan-50\/75 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.75);
}
.ring-offset-cyan-50\/80 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.8);
}
.ring-offset-cyan-50\/85 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.85);
}
.ring-offset-cyan-50\/90 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.9);
}
.ring-offset-cyan-50\/95 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.95);
}
.ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4;
}
.ring-offset-cyan-500\/0 {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.ring-offset-cyan-500\/10 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.ring-offset-cyan-500\/100 {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-cyan-500\/15 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.15);
}
.ring-offset-cyan-500\/20 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.ring-offset-cyan-500\/25 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.ring-offset-cyan-500\/30 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.ring-offset-cyan-500\/35 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.35);
}
.ring-offset-cyan-500\/40 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.ring-offset-cyan-500\/45 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.45);
}
.ring-offset-cyan-500\/5 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.ring-offset-cyan-500\/50 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-cyan-500\/55 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.55);
}
.ring-offset-cyan-500\/60 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.ring-offset-cyan-500\/65 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.65);
}
.ring-offset-cyan-500\/70 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.ring-offset-cyan-500\/75 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.ring-offset-cyan-500\/80 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.ring-offset-cyan-500\/85 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.85);
}
.ring-offset-cyan-500\/90 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.ring-offset-cyan-500\/95 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2;
}
.ring-offset-cyan-600\/0 {
  --tw-ring-offset-color: rgb(8 145 178 / 0);
}
.ring-offset-cyan-600\/10 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.1);
}
.ring-offset-cyan-600\/100 {
  --tw-ring-offset-color: rgb(8 145 178 / 1);
}
.ring-offset-cyan-600\/15 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.15);
}
.ring-offset-cyan-600\/20 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.2);
}
.ring-offset-cyan-600\/25 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.25);
}
.ring-offset-cyan-600\/30 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.3);
}
.ring-offset-cyan-600\/35 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.35);
}
.ring-offset-cyan-600\/40 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.4);
}
.ring-offset-cyan-600\/45 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.45);
}
.ring-offset-cyan-600\/5 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.05);
}
.ring-offset-cyan-600\/50 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.5);
}
.ring-offset-cyan-600\/55 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.55);
}
.ring-offset-cyan-600\/60 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.6);
}
.ring-offset-cyan-600\/65 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.65);
}
.ring-offset-cyan-600\/70 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.7);
}
.ring-offset-cyan-600\/75 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.75);
}
.ring-offset-cyan-600\/80 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.8);
}
.ring-offset-cyan-600\/85 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.85);
}
.ring-offset-cyan-600\/90 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.9);
}
.ring-offset-cyan-600\/95 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.95);
}
.ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490;
}
.ring-offset-cyan-700\/0 {
  --tw-ring-offset-color: rgb(14 116 144 / 0);
}
.ring-offset-cyan-700\/10 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.1);
}
.ring-offset-cyan-700\/100 {
  --tw-ring-offset-color: rgb(14 116 144 / 1);
}
.ring-offset-cyan-700\/15 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.15);
}
.ring-offset-cyan-700\/20 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.2);
}
.ring-offset-cyan-700\/25 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.25);
}
.ring-offset-cyan-700\/30 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.3);
}
.ring-offset-cyan-700\/35 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.35);
}
.ring-offset-cyan-700\/40 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.4);
}
.ring-offset-cyan-700\/45 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.45);
}
.ring-offset-cyan-700\/5 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.05);
}
.ring-offset-cyan-700\/50 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.5);
}
.ring-offset-cyan-700\/55 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.55);
}
.ring-offset-cyan-700\/60 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.6);
}
.ring-offset-cyan-700\/65 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.65);
}
.ring-offset-cyan-700\/70 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.7);
}
.ring-offset-cyan-700\/75 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.75);
}
.ring-offset-cyan-700\/80 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.8);
}
.ring-offset-cyan-700\/85 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.85);
}
.ring-offset-cyan-700\/90 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.9);
}
.ring-offset-cyan-700\/95 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.95);
}
.ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75;
}
.ring-offset-cyan-800\/0 {
  --tw-ring-offset-color: rgb(21 94 117 / 0);
}
.ring-offset-cyan-800\/10 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.1);
}
.ring-offset-cyan-800\/100 {
  --tw-ring-offset-color: rgb(21 94 117 / 1);
}
.ring-offset-cyan-800\/15 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.15);
}
.ring-offset-cyan-800\/20 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.2);
}
.ring-offset-cyan-800\/25 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.25);
}
.ring-offset-cyan-800\/30 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.3);
}
.ring-offset-cyan-800\/35 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.35);
}
.ring-offset-cyan-800\/40 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.4);
}
.ring-offset-cyan-800\/45 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.45);
}
.ring-offset-cyan-800\/5 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.05);
}
.ring-offset-cyan-800\/50 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.5);
}
.ring-offset-cyan-800\/55 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.55);
}
.ring-offset-cyan-800\/60 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.6);
}
.ring-offset-cyan-800\/65 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.65);
}
.ring-offset-cyan-800\/70 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.7);
}
.ring-offset-cyan-800\/75 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.75);
}
.ring-offset-cyan-800\/80 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.8);
}
.ring-offset-cyan-800\/85 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.85);
}
.ring-offset-cyan-800\/90 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.9);
}
.ring-offset-cyan-800\/95 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.95);
}
.ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63;
}
.ring-offset-cyan-900\/0 {
  --tw-ring-offset-color: rgb(22 78 99 / 0);
}
.ring-offset-cyan-900\/10 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.1);
}
.ring-offset-cyan-900\/100 {
  --tw-ring-offset-color: rgb(22 78 99 / 1);
}
.ring-offset-cyan-900\/15 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.15);
}
.ring-offset-cyan-900\/20 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.2);
}
.ring-offset-cyan-900\/25 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.25);
}
.ring-offset-cyan-900\/30 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.3);
}
.ring-offset-cyan-900\/35 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.35);
}
.ring-offset-cyan-900\/40 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.4);
}
.ring-offset-cyan-900\/45 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.45);
}
.ring-offset-cyan-900\/5 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.05);
}
.ring-offset-cyan-900\/50 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.5);
}
.ring-offset-cyan-900\/55 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.55);
}
.ring-offset-cyan-900\/60 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.6);
}
.ring-offset-cyan-900\/65 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.65);
}
.ring-offset-cyan-900\/70 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.7);
}
.ring-offset-cyan-900\/75 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.75);
}
.ring-offset-cyan-900\/80 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.8);
}
.ring-offset-cyan-900\/85 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.85);
}
.ring-offset-cyan-900\/90 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.9);
}
.ring-offset-cyan-900\/95 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.95);
}
.ring-offset-cyan-950 {
  --tw-ring-offset-color: #083344;
}
.ring-offset-cyan-950\/0 {
  --tw-ring-offset-color: rgb(8 51 68 / 0);
}
.ring-offset-cyan-950\/10 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.1);
}
.ring-offset-cyan-950\/100 {
  --tw-ring-offset-color: rgb(8 51 68 / 1);
}
.ring-offset-cyan-950\/15 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.15);
}
.ring-offset-cyan-950\/20 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.2);
}
.ring-offset-cyan-950\/25 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.25);
}
.ring-offset-cyan-950\/30 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.3);
}
.ring-offset-cyan-950\/35 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.35);
}
.ring-offset-cyan-950\/40 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.4);
}
.ring-offset-cyan-950\/45 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.45);
}
.ring-offset-cyan-950\/5 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.05);
}
.ring-offset-cyan-950\/50 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.5);
}
.ring-offset-cyan-950\/55 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.55);
}
.ring-offset-cyan-950\/60 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.6);
}
.ring-offset-cyan-950\/65 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.65);
}
.ring-offset-cyan-950\/70 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.7);
}
.ring-offset-cyan-950\/75 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.75);
}
.ring-offset-cyan-950\/80 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.8);
}
.ring-offset-cyan-950\/85 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.85);
}
.ring-offset-cyan-950\/90 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.9);
}
.ring-offset-cyan-950\/95 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.95);
}
.ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5;
}
.ring-offset-emerald-100\/0 {
  --tw-ring-offset-color: rgb(209 250 229 / 0);
}
.ring-offset-emerald-100\/10 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.1);
}
.ring-offset-emerald-100\/100 {
  --tw-ring-offset-color: rgb(209 250 229 / 1);
}
.ring-offset-emerald-100\/15 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.15);
}
.ring-offset-emerald-100\/20 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.2);
}
.ring-offset-emerald-100\/25 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.25);
}
.ring-offset-emerald-100\/30 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.3);
}
.ring-offset-emerald-100\/35 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.35);
}
.ring-offset-emerald-100\/40 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.4);
}
.ring-offset-emerald-100\/45 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.45);
}
.ring-offset-emerald-100\/5 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.05);
}
.ring-offset-emerald-100\/50 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.5);
}
.ring-offset-emerald-100\/55 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.55);
}
.ring-offset-emerald-100\/60 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.6);
}
.ring-offset-emerald-100\/65 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.65);
}
.ring-offset-emerald-100\/70 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.7);
}
.ring-offset-emerald-100\/75 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.75);
}
.ring-offset-emerald-100\/80 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.8);
}
.ring-offset-emerald-100\/85 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.85);
}
.ring-offset-emerald-100\/90 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.9);
}
.ring-offset-emerald-100\/95 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.95);
}
.ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0;
}
.ring-offset-emerald-200\/0 {
  --tw-ring-offset-color: rgb(167 243 208 / 0);
}
.ring-offset-emerald-200\/10 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.1);
}
.ring-offset-emerald-200\/100 {
  --tw-ring-offset-color: rgb(167 243 208 / 1);
}
.ring-offset-emerald-200\/15 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.15);
}
.ring-offset-emerald-200\/20 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.2);
}
.ring-offset-emerald-200\/25 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.25);
}
.ring-offset-emerald-200\/30 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.3);
}
.ring-offset-emerald-200\/35 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.35);
}
.ring-offset-emerald-200\/40 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.4);
}
.ring-offset-emerald-200\/45 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.45);
}
.ring-offset-emerald-200\/5 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.05);
}
.ring-offset-emerald-200\/50 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.5);
}
.ring-offset-emerald-200\/55 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.55);
}
.ring-offset-emerald-200\/60 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.6);
}
.ring-offset-emerald-200\/65 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.65);
}
.ring-offset-emerald-200\/70 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.7);
}
.ring-offset-emerald-200\/75 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.75);
}
.ring-offset-emerald-200\/80 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.8);
}
.ring-offset-emerald-200\/85 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.85);
}
.ring-offset-emerald-200\/90 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.9);
}
.ring-offset-emerald-200\/95 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.95);
}
.ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7;
}
.ring-offset-emerald-300\/0 {
  --tw-ring-offset-color: rgb(110 231 183 / 0);
}
.ring-offset-emerald-300\/10 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.1);
}
.ring-offset-emerald-300\/100 {
  --tw-ring-offset-color: rgb(110 231 183 / 1);
}
.ring-offset-emerald-300\/15 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.15);
}
.ring-offset-emerald-300\/20 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.2);
}
.ring-offset-emerald-300\/25 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.25);
}
.ring-offset-emerald-300\/30 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.3);
}
.ring-offset-emerald-300\/35 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.35);
}
.ring-offset-emerald-300\/40 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.4);
}
.ring-offset-emerald-300\/45 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.45);
}
.ring-offset-emerald-300\/5 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.05);
}
.ring-offset-emerald-300\/50 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.5);
}
.ring-offset-emerald-300\/55 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.55);
}
.ring-offset-emerald-300\/60 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.6);
}
.ring-offset-emerald-300\/65 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.65);
}
.ring-offset-emerald-300\/70 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.7);
}
.ring-offset-emerald-300\/75 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.75);
}
.ring-offset-emerald-300\/80 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.8);
}
.ring-offset-emerald-300\/85 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.85);
}
.ring-offset-emerald-300\/90 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.9);
}
.ring-offset-emerald-300\/95 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.95);
}
.ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399;
}
.ring-offset-emerald-400\/0 {
  --tw-ring-offset-color: rgb(52 211 153 / 0);
}
.ring-offset-emerald-400\/10 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.1);
}
.ring-offset-emerald-400\/100 {
  --tw-ring-offset-color: rgb(52 211 153 / 1);
}
.ring-offset-emerald-400\/15 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.15);
}
.ring-offset-emerald-400\/20 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.2);
}
.ring-offset-emerald-400\/25 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.25);
}
.ring-offset-emerald-400\/30 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.3);
}
.ring-offset-emerald-400\/35 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.35);
}
.ring-offset-emerald-400\/40 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.4);
}
.ring-offset-emerald-400\/45 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.45);
}
.ring-offset-emerald-400\/5 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.05);
}
.ring-offset-emerald-400\/50 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.5);
}
.ring-offset-emerald-400\/55 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.55);
}
.ring-offset-emerald-400\/60 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.6);
}
.ring-offset-emerald-400\/65 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.65);
}
.ring-offset-emerald-400\/70 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.7);
}
.ring-offset-emerald-400\/75 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.75);
}
.ring-offset-emerald-400\/80 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.8);
}
.ring-offset-emerald-400\/85 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.85);
}
.ring-offset-emerald-400\/90 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.9);
}
.ring-offset-emerald-400\/95 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.95);
}
.ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5;
}
.ring-offset-emerald-50\/0 {
  --tw-ring-offset-color: rgb(236 253 245 / 0);
}
.ring-offset-emerald-50\/10 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.1);
}
.ring-offset-emerald-50\/100 {
  --tw-ring-offset-color: rgb(236 253 245 / 1);
}
.ring-offset-emerald-50\/15 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.15);
}
.ring-offset-emerald-50\/20 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.2);
}
.ring-offset-emerald-50\/25 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.25);
}
.ring-offset-emerald-50\/30 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.3);
}
.ring-offset-emerald-50\/35 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.35);
}
.ring-offset-emerald-50\/40 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.4);
}
.ring-offset-emerald-50\/45 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.45);
}
.ring-offset-emerald-50\/5 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.05);
}
.ring-offset-emerald-50\/50 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.5);
}
.ring-offset-emerald-50\/55 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.55);
}
.ring-offset-emerald-50\/60 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.6);
}
.ring-offset-emerald-50\/65 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.65);
}
.ring-offset-emerald-50\/70 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.7);
}
.ring-offset-emerald-50\/75 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.75);
}
.ring-offset-emerald-50\/80 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.8);
}
.ring-offset-emerald-50\/85 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.85);
}
.ring-offset-emerald-50\/90 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.9);
}
.ring-offset-emerald-50\/95 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.95);
}
.ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981;
}
.ring-offset-emerald-500\/0 {
  --tw-ring-offset-color: rgb(16 185 129 / 0);
}
.ring-offset-emerald-500\/10 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.1);
}
.ring-offset-emerald-500\/100 {
  --tw-ring-offset-color: rgb(16 185 129 / 1);
}
.ring-offset-emerald-500\/15 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.15);
}
.ring-offset-emerald-500\/20 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.2);
}
.ring-offset-emerald-500\/25 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.25);
}
.ring-offset-emerald-500\/30 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.3);
}
.ring-offset-emerald-500\/35 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.35);
}
.ring-offset-emerald-500\/40 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.4);
}
.ring-offset-emerald-500\/45 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.45);
}
.ring-offset-emerald-500\/5 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.05);
}
.ring-offset-emerald-500\/50 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.5);
}
.ring-offset-emerald-500\/55 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.55);
}
.ring-offset-emerald-500\/60 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.6);
}
.ring-offset-emerald-500\/65 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.65);
}
.ring-offset-emerald-500\/70 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.7);
}
.ring-offset-emerald-500\/75 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.75);
}
.ring-offset-emerald-500\/80 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.8);
}
.ring-offset-emerald-500\/85 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.85);
}
.ring-offset-emerald-500\/90 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.9);
}
.ring-offset-emerald-500\/95 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.95);
}
.ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669;
}
.ring-offset-emerald-600\/0 {
  --tw-ring-offset-color: rgb(5 150 105 / 0);
}
.ring-offset-emerald-600\/10 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.1);
}
.ring-offset-emerald-600\/100 {
  --tw-ring-offset-color: rgb(5 150 105 / 1);
}
.ring-offset-emerald-600\/15 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.15);
}
.ring-offset-emerald-600\/20 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.2);
}
.ring-offset-emerald-600\/25 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.25);
}
.ring-offset-emerald-600\/30 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.3);
}
.ring-offset-emerald-600\/35 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.35);
}
.ring-offset-emerald-600\/40 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.4);
}
.ring-offset-emerald-600\/45 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.45);
}
.ring-offset-emerald-600\/5 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.05);
}
.ring-offset-emerald-600\/50 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.5);
}
.ring-offset-emerald-600\/55 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.55);
}
.ring-offset-emerald-600\/60 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.6);
}
.ring-offset-emerald-600\/65 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.65);
}
.ring-offset-emerald-600\/70 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.7);
}
.ring-offset-emerald-600\/75 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.75);
}
.ring-offset-emerald-600\/80 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.8);
}
.ring-offset-emerald-600\/85 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.85);
}
.ring-offset-emerald-600\/90 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.9);
}
.ring-offset-emerald-600\/95 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.95);
}
.ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857;
}
.ring-offset-emerald-700\/0 {
  --tw-ring-offset-color: rgb(4 120 87 / 0);
}
.ring-offset-emerald-700\/10 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.1);
}
.ring-offset-emerald-700\/100 {
  --tw-ring-offset-color: rgb(4 120 87 / 1);
}
.ring-offset-emerald-700\/15 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.15);
}
.ring-offset-emerald-700\/20 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.2);
}
.ring-offset-emerald-700\/25 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.25);
}
.ring-offset-emerald-700\/30 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.3);
}
.ring-offset-emerald-700\/35 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.35);
}
.ring-offset-emerald-700\/40 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.4);
}
.ring-offset-emerald-700\/45 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.45);
}
.ring-offset-emerald-700\/5 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.05);
}
.ring-offset-emerald-700\/50 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.5);
}
.ring-offset-emerald-700\/55 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.55);
}
.ring-offset-emerald-700\/60 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.6);
}
.ring-offset-emerald-700\/65 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.65);
}
.ring-offset-emerald-700\/70 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.7);
}
.ring-offset-emerald-700\/75 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.75);
}
.ring-offset-emerald-700\/80 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.8);
}
.ring-offset-emerald-700\/85 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.85);
}
.ring-offset-emerald-700\/90 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.9);
}
.ring-offset-emerald-700\/95 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.95);
}
.ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46;
}
.ring-offset-emerald-800\/0 {
  --tw-ring-offset-color: rgb(6 95 70 / 0);
}
.ring-offset-emerald-800\/10 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.1);
}
.ring-offset-emerald-800\/100 {
  --tw-ring-offset-color: rgb(6 95 70 / 1);
}
.ring-offset-emerald-800\/15 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.15);
}
.ring-offset-emerald-800\/20 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.2);
}
.ring-offset-emerald-800\/25 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.25);
}
.ring-offset-emerald-800\/30 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.3);
}
.ring-offset-emerald-800\/35 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.35);
}
.ring-offset-emerald-800\/40 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.4);
}
.ring-offset-emerald-800\/45 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.45);
}
.ring-offset-emerald-800\/5 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.05);
}
.ring-offset-emerald-800\/50 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.5);
}
.ring-offset-emerald-800\/55 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.55);
}
.ring-offset-emerald-800\/60 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.6);
}
.ring-offset-emerald-800\/65 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.65);
}
.ring-offset-emerald-800\/70 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.7);
}
.ring-offset-emerald-800\/75 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.75);
}
.ring-offset-emerald-800\/80 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.8);
}
.ring-offset-emerald-800\/85 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.85);
}
.ring-offset-emerald-800\/90 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.9);
}
.ring-offset-emerald-800\/95 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.95);
}
.ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b;
}
.ring-offset-emerald-900\/0 {
  --tw-ring-offset-color: rgb(6 78 59 / 0);
}
.ring-offset-emerald-900\/10 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.1);
}
.ring-offset-emerald-900\/100 {
  --tw-ring-offset-color: rgb(6 78 59 / 1);
}
.ring-offset-emerald-900\/15 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.15);
}
.ring-offset-emerald-900\/20 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.2);
}
.ring-offset-emerald-900\/25 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.25);
}
.ring-offset-emerald-900\/30 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.3);
}
.ring-offset-emerald-900\/35 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.35);
}
.ring-offset-emerald-900\/40 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.4);
}
.ring-offset-emerald-900\/45 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.45);
}
.ring-offset-emerald-900\/5 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.05);
}
.ring-offset-emerald-900\/50 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.5);
}
.ring-offset-emerald-900\/55 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.55);
}
.ring-offset-emerald-900\/60 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.6);
}
.ring-offset-emerald-900\/65 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.65);
}
.ring-offset-emerald-900\/70 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.7);
}
.ring-offset-emerald-900\/75 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.75);
}
.ring-offset-emerald-900\/80 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.8);
}
.ring-offset-emerald-900\/85 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.85);
}
.ring-offset-emerald-900\/90 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.9);
}
.ring-offset-emerald-900\/95 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.95);
}
.ring-offset-emerald-950 {
  --tw-ring-offset-color: #022c22;
}
.ring-offset-emerald-950\/0 {
  --tw-ring-offset-color: rgb(2 44 34 / 0);
}
.ring-offset-emerald-950\/10 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.1);
}
.ring-offset-emerald-950\/100 {
  --tw-ring-offset-color: rgb(2 44 34 / 1);
}
.ring-offset-emerald-950\/15 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.15);
}
.ring-offset-emerald-950\/20 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.2);
}
.ring-offset-emerald-950\/25 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.25);
}
.ring-offset-emerald-950\/30 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.3);
}
.ring-offset-emerald-950\/35 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.35);
}
.ring-offset-emerald-950\/40 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.4);
}
.ring-offset-emerald-950\/45 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.45);
}
.ring-offset-emerald-950\/5 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.05);
}
.ring-offset-emerald-950\/50 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.5);
}
.ring-offset-emerald-950\/55 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.55);
}
.ring-offset-emerald-950\/60 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.6);
}
.ring-offset-emerald-950\/65 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.65);
}
.ring-offset-emerald-950\/70 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.7);
}
.ring-offset-emerald-950\/75 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.75);
}
.ring-offset-emerald-950\/80 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.8);
}
.ring-offset-emerald-950\/85 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.85);
}
.ring-offset-emerald-950\/90 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.9);
}
.ring-offset-emerald-950\/95 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.95);
}
.ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}
.ring-offset-fuchsia-100\/0 {
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}
.ring-offset-fuchsia-100\/10 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}
.ring-offset-fuchsia-100\/100 {
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}
.ring-offset-fuchsia-100\/15 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.15);
}
.ring-offset-fuchsia-100\/20 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}
.ring-offset-fuchsia-100\/25 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}
.ring-offset-fuchsia-100\/30 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}
.ring-offset-fuchsia-100\/35 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.35);
}
.ring-offset-fuchsia-100\/40 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}
.ring-offset-fuchsia-100\/45 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.45);
}
.ring-offset-fuchsia-100\/5 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}
.ring-offset-fuchsia-100\/50 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}
.ring-offset-fuchsia-100\/55 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.55);
}
.ring-offset-fuchsia-100\/60 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}
.ring-offset-fuchsia-100\/65 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.65);
}
.ring-offset-fuchsia-100\/70 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}
.ring-offset-fuchsia-100\/75 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}
.ring-offset-fuchsia-100\/80 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}
.ring-offset-fuchsia-100\/85 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.85);
}
.ring-offset-fuchsia-100\/90 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}
.ring-offset-fuchsia-100\/95 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}
.ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}
.ring-offset-fuchsia-200\/0 {
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}
.ring-offset-fuchsia-200\/10 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}
.ring-offset-fuchsia-200\/100 {
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}
.ring-offset-fuchsia-200\/15 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.15);
}
.ring-offset-fuchsia-200\/20 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}
.ring-offset-fuchsia-200\/25 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}
.ring-offset-fuchsia-200\/30 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}
.ring-offset-fuchsia-200\/35 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.35);
}
.ring-offset-fuchsia-200\/40 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}
.ring-offset-fuchsia-200\/45 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.45);
}
.ring-offset-fuchsia-200\/5 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}
.ring-offset-fuchsia-200\/50 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}
.ring-offset-fuchsia-200\/55 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.55);
}
.ring-offset-fuchsia-200\/60 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}
.ring-offset-fuchsia-200\/65 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.65);
}
.ring-offset-fuchsia-200\/70 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}
.ring-offset-fuchsia-200\/75 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}
.ring-offset-fuchsia-200\/80 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}
.ring-offset-fuchsia-200\/85 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.85);
}
.ring-offset-fuchsia-200\/90 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}
.ring-offset-fuchsia-200\/95 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}
.ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}
.ring-offset-fuchsia-300\/0 {
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}
.ring-offset-fuchsia-300\/10 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}
.ring-offset-fuchsia-300\/100 {
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}
.ring-offset-fuchsia-300\/15 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.15);
}
.ring-offset-fuchsia-300\/20 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}
.ring-offset-fuchsia-300\/25 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}
.ring-offset-fuchsia-300\/30 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}
.ring-offset-fuchsia-300\/35 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.35);
}
.ring-offset-fuchsia-300\/40 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}
.ring-offset-fuchsia-300\/45 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.45);
}
.ring-offset-fuchsia-300\/5 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}
.ring-offset-fuchsia-300\/50 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}
.ring-offset-fuchsia-300\/55 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.55);
}
.ring-offset-fuchsia-300\/60 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}
.ring-offset-fuchsia-300\/65 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.65);
}
.ring-offset-fuchsia-300\/70 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}
.ring-offset-fuchsia-300\/75 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}
.ring-offset-fuchsia-300\/80 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}
.ring-offset-fuchsia-300\/85 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.85);
}
.ring-offset-fuchsia-300\/90 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}
.ring-offset-fuchsia-300\/95 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}
.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}
.ring-offset-fuchsia-400\/0 {
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}
.ring-offset-fuchsia-400\/10 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}
.ring-offset-fuchsia-400\/100 {
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}
.ring-offset-fuchsia-400\/15 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.15);
}
.ring-offset-fuchsia-400\/20 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}
.ring-offset-fuchsia-400\/25 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}
.ring-offset-fuchsia-400\/30 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}
.ring-offset-fuchsia-400\/35 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.35);
}
.ring-offset-fuchsia-400\/40 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}
.ring-offset-fuchsia-400\/45 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.45);
}
.ring-offset-fuchsia-400\/5 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}
.ring-offset-fuchsia-400\/50 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}
.ring-offset-fuchsia-400\/55 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.55);
}
.ring-offset-fuchsia-400\/60 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}
.ring-offset-fuchsia-400\/65 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.65);
}
.ring-offset-fuchsia-400\/70 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}
.ring-offset-fuchsia-400\/75 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}
.ring-offset-fuchsia-400\/80 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}
.ring-offset-fuchsia-400\/85 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.85);
}
.ring-offset-fuchsia-400\/90 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}
.ring-offset-fuchsia-400\/95 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}
.ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}
.ring-offset-fuchsia-50\/0 {
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}
.ring-offset-fuchsia-50\/10 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}
.ring-offset-fuchsia-50\/100 {
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}
.ring-offset-fuchsia-50\/15 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.15);
}
.ring-offset-fuchsia-50\/20 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}
.ring-offset-fuchsia-50\/25 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}
.ring-offset-fuchsia-50\/30 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}
.ring-offset-fuchsia-50\/35 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.35);
}
.ring-offset-fuchsia-50\/40 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}
.ring-offset-fuchsia-50\/45 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.45);
}
.ring-offset-fuchsia-50\/5 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}
.ring-offset-fuchsia-50\/50 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}
.ring-offset-fuchsia-50\/55 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.55);
}
.ring-offset-fuchsia-50\/60 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}
.ring-offset-fuchsia-50\/65 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.65);
}
.ring-offset-fuchsia-50\/70 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}
.ring-offset-fuchsia-50\/75 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}
.ring-offset-fuchsia-50\/80 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}
.ring-offset-fuchsia-50\/85 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.85);
}
.ring-offset-fuchsia-50\/90 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}
.ring-offset-fuchsia-50\/95 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}
.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}
.ring-offset-fuchsia-500\/0 {
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}
.ring-offset-fuchsia-500\/10 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}
.ring-offset-fuchsia-500\/100 {
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}
.ring-offset-fuchsia-500\/15 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.15);
}
.ring-offset-fuchsia-500\/20 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}
.ring-offset-fuchsia-500\/25 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}
.ring-offset-fuchsia-500\/30 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}
.ring-offset-fuchsia-500\/35 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.35);
}
.ring-offset-fuchsia-500\/40 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}
.ring-offset-fuchsia-500\/45 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.45);
}
.ring-offset-fuchsia-500\/5 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}
.ring-offset-fuchsia-500\/50 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}
.ring-offset-fuchsia-500\/55 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.55);
}
.ring-offset-fuchsia-500\/60 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}
.ring-offset-fuchsia-500\/65 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.65);
}
.ring-offset-fuchsia-500\/70 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}
.ring-offset-fuchsia-500\/75 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}
.ring-offset-fuchsia-500\/80 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}
.ring-offset-fuchsia-500\/85 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.85);
}
.ring-offset-fuchsia-500\/90 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}
.ring-offset-fuchsia-500\/95 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}
.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}
.ring-offset-fuchsia-600\/0 {
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}
.ring-offset-fuchsia-600\/10 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}
.ring-offset-fuchsia-600\/100 {
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}
.ring-offset-fuchsia-600\/15 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.15);
}
.ring-offset-fuchsia-600\/20 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}
.ring-offset-fuchsia-600\/25 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}
.ring-offset-fuchsia-600\/30 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}
.ring-offset-fuchsia-600\/35 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.35);
}
.ring-offset-fuchsia-600\/40 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}
.ring-offset-fuchsia-600\/45 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.45);
}
.ring-offset-fuchsia-600\/5 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}
.ring-offset-fuchsia-600\/50 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}
.ring-offset-fuchsia-600\/55 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.55);
}
.ring-offset-fuchsia-600\/60 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}
.ring-offset-fuchsia-600\/65 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.65);
}
.ring-offset-fuchsia-600\/70 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}
.ring-offset-fuchsia-600\/75 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}
.ring-offset-fuchsia-600\/80 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}
.ring-offset-fuchsia-600\/85 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.85);
}
.ring-offset-fuchsia-600\/90 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}
.ring-offset-fuchsia-600\/95 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}
.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}
.ring-offset-fuchsia-700\/0 {
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}
.ring-offset-fuchsia-700\/10 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}
.ring-offset-fuchsia-700\/100 {
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}
.ring-offset-fuchsia-700\/15 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.15);
}
.ring-offset-fuchsia-700\/20 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}
.ring-offset-fuchsia-700\/25 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}
.ring-offset-fuchsia-700\/30 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}
.ring-offset-fuchsia-700\/35 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.35);
}
.ring-offset-fuchsia-700\/40 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}
.ring-offset-fuchsia-700\/45 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.45);
}
.ring-offset-fuchsia-700\/5 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}
.ring-offset-fuchsia-700\/50 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}
.ring-offset-fuchsia-700\/55 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.55);
}
.ring-offset-fuchsia-700\/60 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}
.ring-offset-fuchsia-700\/65 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.65);
}
.ring-offset-fuchsia-700\/70 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}
.ring-offset-fuchsia-700\/75 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}
.ring-offset-fuchsia-700\/80 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}
.ring-offset-fuchsia-700\/85 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.85);
}
.ring-offset-fuchsia-700\/90 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}
.ring-offset-fuchsia-700\/95 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}
.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}
.ring-offset-fuchsia-800\/0 {
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}
.ring-offset-fuchsia-800\/10 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}
.ring-offset-fuchsia-800\/100 {
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}
.ring-offset-fuchsia-800\/15 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.15);
}
.ring-offset-fuchsia-800\/20 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}
.ring-offset-fuchsia-800\/25 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}
.ring-offset-fuchsia-800\/30 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}
.ring-offset-fuchsia-800\/35 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.35);
}
.ring-offset-fuchsia-800\/40 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}
.ring-offset-fuchsia-800\/45 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.45);
}
.ring-offset-fuchsia-800\/5 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}
.ring-offset-fuchsia-800\/50 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}
.ring-offset-fuchsia-800\/55 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.55);
}
.ring-offset-fuchsia-800\/60 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}
.ring-offset-fuchsia-800\/65 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.65);
}
.ring-offset-fuchsia-800\/70 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}
.ring-offset-fuchsia-800\/75 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}
.ring-offset-fuchsia-800\/80 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}
.ring-offset-fuchsia-800\/85 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.85);
}
.ring-offset-fuchsia-800\/90 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}
.ring-offset-fuchsia-800\/95 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}
.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}
.ring-offset-fuchsia-900\/0 {
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}
.ring-offset-fuchsia-900\/10 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}
.ring-offset-fuchsia-900\/100 {
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}
.ring-offset-fuchsia-900\/15 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.15);
}
.ring-offset-fuchsia-900\/20 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}
.ring-offset-fuchsia-900\/25 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}
.ring-offset-fuchsia-900\/30 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}
.ring-offset-fuchsia-900\/35 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.35);
}
.ring-offset-fuchsia-900\/40 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}
.ring-offset-fuchsia-900\/45 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.45);
}
.ring-offset-fuchsia-900\/5 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}
.ring-offset-fuchsia-900\/50 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}
.ring-offset-fuchsia-900\/55 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.55);
}
.ring-offset-fuchsia-900\/60 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}
.ring-offset-fuchsia-900\/65 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.65);
}
.ring-offset-fuchsia-900\/70 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}
.ring-offset-fuchsia-900\/75 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}
.ring-offset-fuchsia-900\/80 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}
.ring-offset-fuchsia-900\/85 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.85);
}
.ring-offset-fuchsia-900\/90 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}
.ring-offset-fuchsia-900\/95 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}
.ring-offset-fuchsia-950 {
  --tw-ring-offset-color: #4a044e;
}
.ring-offset-fuchsia-950\/0 {
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}
.ring-offset-fuchsia-950\/10 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}
.ring-offset-fuchsia-950\/100 {
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}
.ring-offset-fuchsia-950\/15 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.15);
}
.ring-offset-fuchsia-950\/20 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}
.ring-offset-fuchsia-950\/25 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}
.ring-offset-fuchsia-950\/30 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}
.ring-offset-fuchsia-950\/35 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.35);
}
.ring-offset-fuchsia-950\/40 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}
.ring-offset-fuchsia-950\/45 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.45);
}
.ring-offset-fuchsia-950\/5 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}
.ring-offset-fuchsia-950\/50 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}
.ring-offset-fuchsia-950\/55 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.55);
}
.ring-offset-fuchsia-950\/60 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}
.ring-offset-fuchsia-950\/65 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.65);
}
.ring-offset-fuchsia-950\/70 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}
.ring-offset-fuchsia-950\/75 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}
.ring-offset-fuchsia-950\/80 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}
.ring-offset-fuchsia-950\/85 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.85);
}
.ring-offset-fuchsia-950\/90 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}
.ring-offset-fuchsia-950\/95 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}
.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}
.ring-offset-gray-100\/0 {
  --tw-ring-offset-color: rgb(243 244 246 / 0);
}
.ring-offset-gray-100\/10 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.1);
}
.ring-offset-gray-100\/100 {
  --tw-ring-offset-color: rgb(243 244 246 / 1);
}
.ring-offset-gray-100\/15 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.15);
}
.ring-offset-gray-100\/20 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.2);
}
.ring-offset-gray-100\/25 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.25);
}
.ring-offset-gray-100\/30 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.3);
}
.ring-offset-gray-100\/35 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.35);
}
.ring-offset-gray-100\/40 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.4);
}
.ring-offset-gray-100\/45 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.45);
}
.ring-offset-gray-100\/5 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.05);
}
.ring-offset-gray-100\/50 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.5);
}
.ring-offset-gray-100\/55 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.55);
}
.ring-offset-gray-100\/60 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.6);
}
.ring-offset-gray-100\/65 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.65);
}
.ring-offset-gray-100\/70 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.7);
}
.ring-offset-gray-100\/75 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.75);
}
.ring-offset-gray-100\/80 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.8);
}
.ring-offset-gray-100\/85 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.85);
}
.ring-offset-gray-100\/90 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.9);
}
.ring-offset-gray-100\/95 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.95);
}
.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}
.ring-offset-gray-200\/0 {
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}
.ring-offset-gray-200\/10 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}
.ring-offset-gray-200\/100 {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}
.ring-offset-gray-200\/15 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.15);
}
.ring-offset-gray-200\/20 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}
.ring-offset-gray-200\/25 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}
.ring-offset-gray-200\/30 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}
.ring-offset-gray-200\/35 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.35);
}
.ring-offset-gray-200\/40 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}
.ring-offset-gray-200\/45 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.45);
}
.ring-offset-gray-200\/5 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}
.ring-offset-gray-200\/50 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}
.ring-offset-gray-200\/55 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.55);
}
.ring-offset-gray-200\/60 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}
.ring-offset-gray-200\/65 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.65);
}
.ring-offset-gray-200\/70 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}
.ring-offset-gray-200\/75 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}
.ring-offset-gray-200\/80 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}
.ring-offset-gray-200\/85 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.85);
}
.ring-offset-gray-200\/90 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}
.ring-offset-gray-200\/95 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}
.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}
.ring-offset-gray-300\/0 {
  --tw-ring-offset-color: rgb(209 213 219 / 0);
}
.ring-offset-gray-300\/10 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.1);
}
.ring-offset-gray-300\/100 {
  --tw-ring-offset-color: rgb(209 213 219 / 1);
}
.ring-offset-gray-300\/15 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.15);
}
.ring-offset-gray-300\/20 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.2);
}
.ring-offset-gray-300\/25 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.25);
}
.ring-offset-gray-300\/30 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.3);
}
.ring-offset-gray-300\/35 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.35);
}
.ring-offset-gray-300\/40 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.4);
}
.ring-offset-gray-300\/45 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.45);
}
.ring-offset-gray-300\/5 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.05);
}
.ring-offset-gray-300\/50 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.5);
}
.ring-offset-gray-300\/55 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.55);
}
.ring-offset-gray-300\/60 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.6);
}
.ring-offset-gray-300\/65 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.65);
}
.ring-offset-gray-300\/70 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.7);
}
.ring-offset-gray-300\/75 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.75);
}
.ring-offset-gray-300\/80 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.8);
}
.ring-offset-gray-300\/85 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.85);
}
.ring-offset-gray-300\/90 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.9);
}
.ring-offset-gray-300\/95 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.95);
}
.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}
.ring-offset-gray-400\/0 {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}
.ring-offset-gray-400\/10 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}
.ring-offset-gray-400\/100 {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.ring-offset-gray-400\/15 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.15);
}
.ring-offset-gray-400\/20 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}
.ring-offset-gray-400\/25 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}
.ring-offset-gray-400\/30 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}
.ring-offset-gray-400\/35 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.35);
}
.ring-offset-gray-400\/40 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}
.ring-offset-gray-400\/45 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.45);
}
.ring-offset-gray-400\/5 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}
.ring-offset-gray-400\/50 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.ring-offset-gray-400\/55 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.55);
}
.ring-offset-gray-400\/60 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}
.ring-offset-gray-400\/65 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.65);
}
.ring-offset-gray-400\/70 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}
.ring-offset-gray-400\/75 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}
.ring-offset-gray-400\/80 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}
.ring-offset-gray-400\/85 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.85);
}
.ring-offset-gray-400\/90 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}
.ring-offset-gray-400\/95 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}
.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}
.ring-offset-gray-50\/0 {
  --tw-ring-offset-color: rgb(249 250 251 / 0);
}
.ring-offset-gray-50\/10 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.1);
}
.ring-offset-gray-50\/100 {
  --tw-ring-offset-color: rgb(249 250 251 / 1);
}
.ring-offset-gray-50\/15 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.15);
}
.ring-offset-gray-50\/20 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.2);
}
.ring-offset-gray-50\/25 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.25);
}
.ring-offset-gray-50\/30 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.3);
}
.ring-offset-gray-50\/35 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.35);
}
.ring-offset-gray-50\/40 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.4);
}
.ring-offset-gray-50\/45 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.45);
}
.ring-offset-gray-50\/5 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.05);
}
.ring-offset-gray-50\/50 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.5);
}
.ring-offset-gray-50\/55 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.55);
}
.ring-offset-gray-50\/60 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.6);
}
.ring-offset-gray-50\/65 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.65);
}
.ring-offset-gray-50\/70 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.7);
}
.ring-offset-gray-50\/75 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.75);
}
.ring-offset-gray-50\/80 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.8);
}
.ring-offset-gray-50\/85 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.85);
}
.ring-offset-gray-50\/90 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.9);
}
.ring-offset-gray-50\/95 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.95);
}
.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}
.ring-offset-gray-500\/0 {
  --tw-ring-offset-color: rgb(107 114 128 / 0);
}
.ring-offset-gray-500\/10 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.1);
}
.ring-offset-gray-500\/100 {
  --tw-ring-offset-color: rgb(107 114 128 / 1);
}
.ring-offset-gray-500\/15 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.15);
}
.ring-offset-gray-500\/20 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.2);
}
.ring-offset-gray-500\/25 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.25);
}
.ring-offset-gray-500\/30 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.3);
}
.ring-offset-gray-500\/35 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.35);
}
.ring-offset-gray-500\/40 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.4);
}
.ring-offset-gray-500\/45 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.45);
}
.ring-offset-gray-500\/5 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.05);
}
.ring-offset-gray-500\/50 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.5);
}
.ring-offset-gray-500\/55 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.55);
}
.ring-offset-gray-500\/60 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.6);
}
.ring-offset-gray-500\/65 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.65);
}
.ring-offset-gray-500\/70 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.7);
}
.ring-offset-gray-500\/75 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.75);
}
.ring-offset-gray-500\/80 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.8);
}
.ring-offset-gray-500\/85 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.85);
}
.ring-offset-gray-500\/90 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.9);
}
.ring-offset-gray-500\/95 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.95);
}
.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}
.ring-offset-gray-600\/0 {
  --tw-ring-offset-color: rgb(75 85 99 / 0);
}
.ring-offset-gray-600\/10 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.1);
}
.ring-offset-gray-600\/100 {
  --tw-ring-offset-color: rgb(75 85 99 / 1);
}
.ring-offset-gray-600\/15 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.15);
}
.ring-offset-gray-600\/20 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.2);
}
.ring-offset-gray-600\/25 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.25);
}
.ring-offset-gray-600\/30 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.3);
}
.ring-offset-gray-600\/35 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.35);
}
.ring-offset-gray-600\/40 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.4);
}
.ring-offset-gray-600\/45 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.45);
}
.ring-offset-gray-600\/5 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.05);
}
.ring-offset-gray-600\/50 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.5);
}
.ring-offset-gray-600\/55 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.55);
}
.ring-offset-gray-600\/60 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.6);
}
.ring-offset-gray-600\/65 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.65);
}
.ring-offset-gray-600\/70 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.7);
}
.ring-offset-gray-600\/75 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.75);
}
.ring-offset-gray-600\/80 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.8);
}
.ring-offset-gray-600\/85 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.85);
}
.ring-offset-gray-600\/90 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.9);
}
.ring-offset-gray-600\/95 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.95);
}
.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}
.ring-offset-gray-700\/0 {
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}
.ring-offset-gray-700\/10 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}
.ring-offset-gray-700\/100 {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}
.ring-offset-gray-700\/15 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.15);
}
.ring-offset-gray-700\/20 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}
.ring-offset-gray-700\/25 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}
.ring-offset-gray-700\/30 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}
.ring-offset-gray-700\/35 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.35);
}
.ring-offset-gray-700\/40 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}
.ring-offset-gray-700\/45 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.45);
}
.ring-offset-gray-700\/5 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}
.ring-offset-gray-700\/50 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}
.ring-offset-gray-700\/55 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.55);
}
.ring-offset-gray-700\/60 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}
.ring-offset-gray-700\/65 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.65);
}
.ring-offset-gray-700\/70 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}
.ring-offset-gray-700\/75 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}
.ring-offset-gray-700\/80 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}
.ring-offset-gray-700\/85 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.85);
}
.ring-offset-gray-700\/90 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}
.ring-offset-gray-700\/95 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}
.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}
.ring-offset-gray-800\/0 {
  --tw-ring-offset-color: rgb(31 41 55 / 0);
}
.ring-offset-gray-800\/10 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.1);
}
.ring-offset-gray-800\/100 {
  --tw-ring-offset-color: rgb(31 41 55 / 1);
}
.ring-offset-gray-800\/15 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.15);
}
.ring-offset-gray-800\/20 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.2);
}
.ring-offset-gray-800\/25 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.25);
}
.ring-offset-gray-800\/30 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.3);
}
.ring-offset-gray-800\/35 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.35);
}
.ring-offset-gray-800\/40 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.4);
}
.ring-offset-gray-800\/45 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.45);
}
.ring-offset-gray-800\/5 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.05);
}
.ring-offset-gray-800\/50 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.5);
}
.ring-offset-gray-800\/55 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.55);
}
.ring-offset-gray-800\/60 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.6);
}
.ring-offset-gray-800\/65 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.65);
}
.ring-offset-gray-800\/70 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.7);
}
.ring-offset-gray-800\/75 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.75);
}
.ring-offset-gray-800\/80 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.8);
}
.ring-offset-gray-800\/85 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.85);
}
.ring-offset-gray-800\/90 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.9);
}
.ring-offset-gray-800\/95 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.95);
}
.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}
.ring-offset-gray-900\/0 {
  --tw-ring-offset-color: rgb(17 24 39 / 0);
}
.ring-offset-gray-900\/10 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.1);
}
.ring-offset-gray-900\/100 {
  --tw-ring-offset-color: rgb(17 24 39 / 1);
}
.ring-offset-gray-900\/15 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.15);
}
.ring-offset-gray-900\/20 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.2);
}
.ring-offset-gray-900\/25 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.25);
}
.ring-offset-gray-900\/30 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.3);
}
.ring-offset-gray-900\/35 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.35);
}
.ring-offset-gray-900\/40 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.4);
}
.ring-offset-gray-900\/45 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.45);
}
.ring-offset-gray-900\/5 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.05);
}
.ring-offset-gray-900\/50 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.5);
}
.ring-offset-gray-900\/55 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.55);
}
.ring-offset-gray-900\/60 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.6);
}
.ring-offset-gray-900\/65 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.65);
}
.ring-offset-gray-900\/70 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.7);
}
.ring-offset-gray-900\/75 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.75);
}
.ring-offset-gray-900\/80 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.8);
}
.ring-offset-gray-900\/85 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.85);
}
.ring-offset-gray-900\/90 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.9);
}
.ring-offset-gray-900\/95 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.95);
}
.ring-offset-gray-950 {
  --tw-ring-offset-color: #030712;
}
.ring-offset-gray-950\/0 {
  --tw-ring-offset-color: rgb(3 7 18 / 0);
}
.ring-offset-gray-950\/10 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.1);
}
.ring-offset-gray-950\/100 {
  --tw-ring-offset-color: rgb(3 7 18 / 1);
}
.ring-offset-gray-950\/15 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.15);
}
.ring-offset-gray-950\/20 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.2);
}
.ring-offset-gray-950\/25 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.25);
}
.ring-offset-gray-950\/30 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.3);
}
.ring-offset-gray-950\/35 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.35);
}
.ring-offset-gray-950\/40 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.4);
}
.ring-offset-gray-950\/45 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.45);
}
.ring-offset-gray-950\/5 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.05);
}
.ring-offset-gray-950\/50 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.5);
}
.ring-offset-gray-950\/55 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.55);
}
.ring-offset-gray-950\/60 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.6);
}
.ring-offset-gray-950\/65 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.65);
}
.ring-offset-gray-950\/70 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.7);
}
.ring-offset-gray-950\/75 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.75);
}
.ring-offset-gray-950\/80 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.8);
}
.ring-offset-gray-950\/85 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.85);
}
.ring-offset-gray-950\/90 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.9);
}
.ring-offset-gray-950\/95 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.95);
}
.ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7;
}
.ring-offset-green-100\/0 {
  --tw-ring-offset-color: rgb(220 252 231 / 0);
}
.ring-offset-green-100\/10 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.1);
}
.ring-offset-green-100\/100 {
  --tw-ring-offset-color: rgb(220 252 231 / 1);
}
.ring-offset-green-100\/15 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.15);
}
.ring-offset-green-100\/20 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.2);
}
.ring-offset-green-100\/25 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.25);
}
.ring-offset-green-100\/30 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.3);
}
.ring-offset-green-100\/35 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.35);
}
.ring-offset-green-100\/40 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.4);
}
.ring-offset-green-100\/45 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.45);
}
.ring-offset-green-100\/5 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.05);
}
.ring-offset-green-100\/50 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.5);
}
.ring-offset-green-100\/55 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.55);
}
.ring-offset-green-100\/60 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.6);
}
.ring-offset-green-100\/65 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.65);
}
.ring-offset-green-100\/70 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.7);
}
.ring-offset-green-100\/75 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.75);
}
.ring-offset-green-100\/80 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.8);
}
.ring-offset-green-100\/85 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.85);
}
.ring-offset-green-100\/90 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.9);
}
.ring-offset-green-100\/95 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.95);
}
.ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0;
}
.ring-offset-green-200\/0 {
  --tw-ring-offset-color: rgb(187 247 208 / 0);
}
.ring-offset-green-200\/10 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.1);
}
.ring-offset-green-200\/100 {
  --tw-ring-offset-color: rgb(187 247 208 / 1);
}
.ring-offset-green-200\/15 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.15);
}
.ring-offset-green-200\/20 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.2);
}
.ring-offset-green-200\/25 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.25);
}
.ring-offset-green-200\/30 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.3);
}
.ring-offset-green-200\/35 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.35);
}
.ring-offset-green-200\/40 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.4);
}
.ring-offset-green-200\/45 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.45);
}
.ring-offset-green-200\/5 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.05);
}
.ring-offset-green-200\/50 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.5);
}
.ring-offset-green-200\/55 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.55);
}
.ring-offset-green-200\/60 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.6);
}
.ring-offset-green-200\/65 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.65);
}
.ring-offset-green-200\/70 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.7);
}
.ring-offset-green-200\/75 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.75);
}
.ring-offset-green-200\/80 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.8);
}
.ring-offset-green-200\/85 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.85);
}
.ring-offset-green-200\/90 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.9);
}
.ring-offset-green-200\/95 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.95);
}
.ring-offset-green-300 {
  --tw-ring-offset-color: #86efac;
}
.ring-offset-green-300\/0 {
  --tw-ring-offset-color: rgb(134 239 172 / 0);
}
.ring-offset-green-300\/10 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.1);
}
.ring-offset-green-300\/100 {
  --tw-ring-offset-color: rgb(134 239 172 / 1);
}
.ring-offset-green-300\/15 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.15);
}
.ring-offset-green-300\/20 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.2);
}
.ring-offset-green-300\/25 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.25);
}
.ring-offset-green-300\/30 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.3);
}
.ring-offset-green-300\/35 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.35);
}
.ring-offset-green-300\/40 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.4);
}
.ring-offset-green-300\/45 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.45);
}
.ring-offset-green-300\/5 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.05);
}
.ring-offset-green-300\/50 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.5);
}
.ring-offset-green-300\/55 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.55);
}
.ring-offset-green-300\/60 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.6);
}
.ring-offset-green-300\/65 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.65);
}
.ring-offset-green-300\/70 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.7);
}
.ring-offset-green-300\/75 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.75);
}
.ring-offset-green-300\/80 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.8);
}
.ring-offset-green-300\/85 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.85);
}
.ring-offset-green-300\/90 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.9);
}
.ring-offset-green-300\/95 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.95);
}
.ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80;
}
.ring-offset-green-400\/0 {
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}
.ring-offset-green-400\/10 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}
.ring-offset-green-400\/100 {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}
.ring-offset-green-400\/15 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.15);
}
.ring-offset-green-400\/20 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}
.ring-offset-green-400\/25 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}
.ring-offset-green-400\/30 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}
.ring-offset-green-400\/35 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.35);
}
.ring-offset-green-400\/40 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}
.ring-offset-green-400\/45 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.45);
}
.ring-offset-green-400\/5 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}
.ring-offset-green-400\/50 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}
.ring-offset-green-400\/55 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.55);
}
.ring-offset-green-400\/60 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}
.ring-offset-green-400\/65 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.65);
}
.ring-offset-green-400\/70 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}
.ring-offset-green-400\/75 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}
.ring-offset-green-400\/80 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}
.ring-offset-green-400\/85 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.85);
}
.ring-offset-green-400\/90 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}
.ring-offset-green-400\/95 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}
.ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4;
}
.ring-offset-green-50\/0 {
  --tw-ring-offset-color: rgb(240 253 244 / 0);
}
.ring-offset-green-50\/10 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.1);
}
.ring-offset-green-50\/100 {
  --tw-ring-offset-color: rgb(240 253 244 / 1);
}
.ring-offset-green-50\/15 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.15);
}
.ring-offset-green-50\/20 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.2);
}
.ring-offset-green-50\/25 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.25);
}
.ring-offset-green-50\/30 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.3);
}
.ring-offset-green-50\/35 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.35);
}
.ring-offset-green-50\/40 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.4);
}
.ring-offset-green-50\/45 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.45);
}
.ring-offset-green-50\/5 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.05);
}
.ring-offset-green-50\/50 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.5);
}
.ring-offset-green-50\/55 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.55);
}
.ring-offset-green-50\/60 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.6);
}
.ring-offset-green-50\/65 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.65);
}
.ring-offset-green-50\/70 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.7);
}
.ring-offset-green-50\/75 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.75);
}
.ring-offset-green-50\/80 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.8);
}
.ring-offset-green-50\/85 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.85);
}
.ring-offset-green-50\/90 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.9);
}
.ring-offset-green-50\/95 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.95);
}
.ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e;
}
.ring-offset-green-500\/0 {
  --tw-ring-offset-color: rgb(34 197 94 / 0);
}
.ring-offset-green-500\/10 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.1);
}
.ring-offset-green-500\/100 {
  --tw-ring-offset-color: rgb(34 197 94 / 1);
}
.ring-offset-green-500\/15 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.15);
}
.ring-offset-green-500\/20 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.2);
}
.ring-offset-green-500\/25 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.25);
}
.ring-offset-green-500\/30 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.3);
}
.ring-offset-green-500\/35 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.35);
}
.ring-offset-green-500\/40 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.4);
}
.ring-offset-green-500\/45 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.45);
}
.ring-offset-green-500\/5 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.05);
}
.ring-offset-green-500\/50 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.5);
}
.ring-offset-green-500\/55 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.55);
}
.ring-offset-green-500\/60 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.6);
}
.ring-offset-green-500\/65 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.65);
}
.ring-offset-green-500\/70 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.7);
}
.ring-offset-green-500\/75 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.75);
}
.ring-offset-green-500\/80 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.8);
}
.ring-offset-green-500\/85 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.85);
}
.ring-offset-green-500\/90 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.9);
}
.ring-offset-green-500\/95 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.95);
}
.ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a;
}
.ring-offset-green-600\/0 {
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}
.ring-offset-green-600\/10 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}
.ring-offset-green-600\/100 {
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}
.ring-offset-green-600\/15 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.15);
}
.ring-offset-green-600\/20 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}
.ring-offset-green-600\/25 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}
.ring-offset-green-600\/30 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}
.ring-offset-green-600\/35 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.35);
}
.ring-offset-green-600\/40 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}
.ring-offset-green-600\/45 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.45);
}
.ring-offset-green-600\/5 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}
.ring-offset-green-600\/50 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}
.ring-offset-green-600\/55 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.55);
}
.ring-offset-green-600\/60 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}
.ring-offset-green-600\/65 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.65);
}
.ring-offset-green-600\/70 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}
.ring-offset-green-600\/75 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}
.ring-offset-green-600\/80 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}
.ring-offset-green-600\/85 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.85);
}
.ring-offset-green-600\/90 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}
.ring-offset-green-600\/95 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}
.ring-offset-green-700 {
  --tw-ring-offset-color: #15803d;
}
.ring-offset-green-700\/0 {
  --tw-ring-offset-color: rgb(21 128 61 / 0);
}
.ring-offset-green-700\/10 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.1);
}
.ring-offset-green-700\/100 {
  --tw-ring-offset-color: rgb(21 128 61 / 1);
}
.ring-offset-green-700\/15 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.15);
}
.ring-offset-green-700\/20 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.2);
}
.ring-offset-green-700\/25 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.25);
}
.ring-offset-green-700\/30 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.3);
}
.ring-offset-green-700\/35 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.35);
}
.ring-offset-green-700\/40 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.4);
}
.ring-offset-green-700\/45 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.45);
}
.ring-offset-green-700\/5 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.05);
}
.ring-offset-green-700\/50 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.5);
}
.ring-offset-green-700\/55 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.55);
}
.ring-offset-green-700\/60 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.6);
}
.ring-offset-green-700\/65 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.65);
}
.ring-offset-green-700\/70 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.7);
}
.ring-offset-green-700\/75 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.75);
}
.ring-offset-green-700\/80 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.8);
}
.ring-offset-green-700\/85 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.85);
}
.ring-offset-green-700\/90 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.9);
}
.ring-offset-green-700\/95 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.95);
}
.ring-offset-green-800 {
  --tw-ring-offset-color: #166534;
}
.ring-offset-green-800\/0 {
  --tw-ring-offset-color: rgb(22 101 52 / 0);
}
.ring-offset-green-800\/10 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.1);
}
.ring-offset-green-800\/100 {
  --tw-ring-offset-color: rgb(22 101 52 / 1);
}
.ring-offset-green-800\/15 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.15);
}
.ring-offset-green-800\/20 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.2);
}
.ring-offset-green-800\/25 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.25);
}
.ring-offset-green-800\/30 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.3);
}
.ring-offset-green-800\/35 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.35);
}
.ring-offset-green-800\/40 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.4);
}
.ring-offset-green-800\/45 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.45);
}
.ring-offset-green-800\/5 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.05);
}
.ring-offset-green-800\/50 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.5);
}
.ring-offset-green-800\/55 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.55);
}
.ring-offset-green-800\/60 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.6);
}
.ring-offset-green-800\/65 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.65);
}
.ring-offset-green-800\/70 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.7);
}
.ring-offset-green-800\/75 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.75);
}
.ring-offset-green-800\/80 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.8);
}
.ring-offset-green-800\/85 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.85);
}
.ring-offset-green-800\/90 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.9);
}
.ring-offset-green-800\/95 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.95);
}
.ring-offset-green-900 {
  --tw-ring-offset-color: #14532d;
}
.ring-offset-green-900\/0 {
  --tw-ring-offset-color: rgb(20 83 45 / 0);
}
.ring-offset-green-900\/10 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.1);
}
.ring-offset-green-900\/100 {
  --tw-ring-offset-color: rgb(20 83 45 / 1);
}
.ring-offset-green-900\/15 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.15);
}
.ring-offset-green-900\/20 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.2);
}
.ring-offset-green-900\/25 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.25);
}
.ring-offset-green-900\/30 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.3);
}
.ring-offset-green-900\/35 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.35);
}
.ring-offset-green-900\/40 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.4);
}
.ring-offset-green-900\/45 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.45);
}
.ring-offset-green-900\/5 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.05);
}
.ring-offset-green-900\/50 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.5);
}
.ring-offset-green-900\/55 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.55);
}
.ring-offset-green-900\/60 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.6);
}
.ring-offset-green-900\/65 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.65);
}
.ring-offset-green-900\/70 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.7);
}
.ring-offset-green-900\/75 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.75);
}
.ring-offset-green-900\/80 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.8);
}
.ring-offset-green-900\/85 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.85);
}
.ring-offset-green-900\/90 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.9);
}
.ring-offset-green-900\/95 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.95);
}
.ring-offset-green-950 {
  --tw-ring-offset-color: #052e16;
}
.ring-offset-green-950\/0 {
  --tw-ring-offset-color: rgb(5 46 22 / 0);
}
.ring-offset-green-950\/10 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.1);
}
.ring-offset-green-950\/100 {
  --tw-ring-offset-color: rgb(5 46 22 / 1);
}
.ring-offset-green-950\/15 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.15);
}
.ring-offset-green-950\/20 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.2);
}
.ring-offset-green-950\/25 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.25);
}
.ring-offset-green-950\/30 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.3);
}
.ring-offset-green-950\/35 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.35);
}
.ring-offset-green-950\/40 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.4);
}
.ring-offset-green-950\/45 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.45);
}
.ring-offset-green-950\/5 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.05);
}
.ring-offset-green-950\/50 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.5);
}
.ring-offset-green-950\/55 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.55);
}
.ring-offset-green-950\/60 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.6);
}
.ring-offset-green-950\/65 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.65);
}
.ring-offset-green-950\/70 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.7);
}
.ring-offset-green-950\/75 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.75);
}
.ring-offset-green-950\/80 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.8);
}
.ring-offset-green-950\/85 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.85);
}
.ring-offset-green-950\/90 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.9);
}
.ring-offset-green-950\/95 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.95);
}
.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}
.ring-offset-indigo-100\/0 {
  --tw-ring-offset-color: rgb(224 231 255 / 0);
}
.ring-offset-indigo-100\/10 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.1);
}
.ring-offset-indigo-100\/100 {
  --tw-ring-offset-color: rgb(224 231 255 / 1);
}
.ring-offset-indigo-100\/15 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.15);
}
.ring-offset-indigo-100\/20 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.2);
}
.ring-offset-indigo-100\/25 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.25);
}
.ring-offset-indigo-100\/30 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.3);
}
.ring-offset-indigo-100\/35 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.35);
}
.ring-offset-indigo-100\/40 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.4);
}
.ring-offset-indigo-100\/45 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.45);
}
.ring-offset-indigo-100\/5 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.05);
}
.ring-offset-indigo-100\/50 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.5);
}
.ring-offset-indigo-100\/55 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.55);
}
.ring-offset-indigo-100\/60 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.6);
}
.ring-offset-indigo-100\/65 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.65);
}
.ring-offset-indigo-100\/70 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.7);
}
.ring-offset-indigo-100\/75 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.75);
}
.ring-offset-indigo-100\/80 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.8);
}
.ring-offset-indigo-100\/85 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.85);
}
.ring-offset-indigo-100\/90 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.9);
}
.ring-offset-indigo-100\/95 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.95);
}
.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}
.ring-offset-indigo-200\/0 {
  --tw-ring-offset-color: rgb(199 210 254 / 0);
}
.ring-offset-indigo-200\/10 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.1);
}
.ring-offset-indigo-200\/100 {
  --tw-ring-offset-color: rgb(199 210 254 / 1);
}
.ring-offset-indigo-200\/15 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.15);
}
.ring-offset-indigo-200\/20 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.2);
}
.ring-offset-indigo-200\/25 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.25);
}
.ring-offset-indigo-200\/30 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.3);
}
.ring-offset-indigo-200\/35 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.35);
}
.ring-offset-indigo-200\/40 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.4);
}
.ring-offset-indigo-200\/45 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.45);
}
.ring-offset-indigo-200\/5 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.05);
}
.ring-offset-indigo-200\/50 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.5);
}
.ring-offset-indigo-200\/55 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.55);
}
.ring-offset-indigo-200\/60 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.6);
}
.ring-offset-indigo-200\/65 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.65);
}
.ring-offset-indigo-200\/70 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.7);
}
.ring-offset-indigo-200\/75 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.75);
}
.ring-offset-indigo-200\/80 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.8);
}
.ring-offset-indigo-200\/85 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.85);
}
.ring-offset-indigo-200\/90 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.9);
}
.ring-offset-indigo-200\/95 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.95);
}
.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}
.ring-offset-indigo-300\/0 {
  --tw-ring-offset-color: rgb(165 180 252 / 0);
}
.ring-offset-indigo-300\/10 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.1);
}
.ring-offset-indigo-300\/100 {
  --tw-ring-offset-color: rgb(165 180 252 / 1);
}
.ring-offset-indigo-300\/15 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.15);
}
.ring-offset-indigo-300\/20 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.2);
}
.ring-offset-indigo-300\/25 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.25);
}
.ring-offset-indigo-300\/30 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.3);
}
.ring-offset-indigo-300\/35 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.35);
}
.ring-offset-indigo-300\/40 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.4);
}
.ring-offset-indigo-300\/45 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.45);
}
.ring-offset-indigo-300\/5 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.05);
}
.ring-offset-indigo-300\/50 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.5);
}
.ring-offset-indigo-300\/55 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.55);
}
.ring-offset-indigo-300\/60 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.6);
}
.ring-offset-indigo-300\/65 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.65);
}
.ring-offset-indigo-300\/70 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.7);
}
.ring-offset-indigo-300\/75 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.75);
}
.ring-offset-indigo-300\/80 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.8);
}
.ring-offset-indigo-300\/85 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.85);
}
.ring-offset-indigo-300\/90 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.9);
}
.ring-offset-indigo-300\/95 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.95);
}
.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}
.ring-offset-indigo-400\/0 {
  --tw-ring-offset-color: rgb(129 140 248 / 0);
}
.ring-offset-indigo-400\/10 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.1);
}
.ring-offset-indigo-400\/100 {
  --tw-ring-offset-color: rgb(129 140 248 / 1);
}
.ring-offset-indigo-400\/15 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.15);
}
.ring-offset-indigo-400\/20 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.2);
}
.ring-offset-indigo-400\/25 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.25);
}
.ring-offset-indigo-400\/30 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.3);
}
.ring-offset-indigo-400\/35 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.35);
}
.ring-offset-indigo-400\/40 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.4);
}
.ring-offset-indigo-400\/45 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.45);
}
.ring-offset-indigo-400\/5 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.05);
}
.ring-offset-indigo-400\/50 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.5);
}
.ring-offset-indigo-400\/55 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.55);
}
.ring-offset-indigo-400\/60 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.6);
}
.ring-offset-indigo-400\/65 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.65);
}
.ring-offset-indigo-400\/70 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.7);
}
.ring-offset-indigo-400\/75 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.75);
}
.ring-offset-indigo-400\/80 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.8);
}
.ring-offset-indigo-400\/85 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.85);
}
.ring-offset-indigo-400\/90 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.9);
}
.ring-offset-indigo-400\/95 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.95);
}
.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}
.ring-offset-indigo-50\/0 {
  --tw-ring-offset-color: rgb(238 242 255 / 0);
}
.ring-offset-indigo-50\/10 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.1);
}
.ring-offset-indigo-50\/100 {
  --tw-ring-offset-color: rgb(238 242 255 / 1);
}
.ring-offset-indigo-50\/15 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.15);
}
.ring-offset-indigo-50\/20 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.2);
}
.ring-offset-indigo-50\/25 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.25);
}
.ring-offset-indigo-50\/30 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.3);
}
.ring-offset-indigo-50\/35 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.35);
}
.ring-offset-indigo-50\/40 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.4);
}
.ring-offset-indigo-50\/45 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.45);
}
.ring-offset-indigo-50\/5 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.05);
}
.ring-offset-indigo-50\/50 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.5);
}
.ring-offset-indigo-50\/55 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.55);
}
.ring-offset-indigo-50\/60 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.6);
}
.ring-offset-indigo-50\/65 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.65);
}
.ring-offset-indigo-50\/70 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.7);
}
.ring-offset-indigo-50\/75 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.75);
}
.ring-offset-indigo-50\/80 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.8);
}
.ring-offset-indigo-50\/85 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.85);
}
.ring-offset-indigo-50\/90 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.9);
}
.ring-offset-indigo-50\/95 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.95);
}
.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}
.ring-offset-indigo-500\/0 {
  --tw-ring-offset-color: rgb(99 102 241 / 0);
}
.ring-offset-indigo-500\/10 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.1);
}
.ring-offset-indigo-500\/100 {
  --tw-ring-offset-color: rgb(99 102 241 / 1);
}
.ring-offset-indigo-500\/15 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.15);
}
.ring-offset-indigo-500\/20 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.2);
}
.ring-offset-indigo-500\/25 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.25);
}
.ring-offset-indigo-500\/30 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.3);
}
.ring-offset-indigo-500\/35 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.35);
}
.ring-offset-indigo-500\/40 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.4);
}
.ring-offset-indigo-500\/45 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.45);
}
.ring-offset-indigo-500\/5 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.05);
}
.ring-offset-indigo-500\/50 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.5);
}
.ring-offset-indigo-500\/55 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.55);
}
.ring-offset-indigo-500\/60 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.6);
}
.ring-offset-indigo-500\/65 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.65);
}
.ring-offset-indigo-500\/70 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.7);
}
.ring-offset-indigo-500\/75 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.75);
}
.ring-offset-indigo-500\/80 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.8);
}
.ring-offset-indigo-500\/85 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.85);
}
.ring-offset-indigo-500\/90 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.9);
}
.ring-offset-indigo-500\/95 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.95);
}
.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}
.ring-offset-indigo-600\/0 {
  --tw-ring-offset-color: rgb(79 70 229 / 0);
}
.ring-offset-indigo-600\/10 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.1);
}
.ring-offset-indigo-600\/100 {
  --tw-ring-offset-color: rgb(79 70 229 / 1);
}
.ring-offset-indigo-600\/15 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.15);
}
.ring-offset-indigo-600\/20 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.2);
}
.ring-offset-indigo-600\/25 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.25);
}
.ring-offset-indigo-600\/30 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.3);
}
.ring-offset-indigo-600\/35 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.35);
}
.ring-offset-indigo-600\/40 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.4);
}
.ring-offset-indigo-600\/45 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.45);
}
.ring-offset-indigo-600\/5 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.05);
}
.ring-offset-indigo-600\/50 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.5);
}
.ring-offset-indigo-600\/55 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.55);
}
.ring-offset-indigo-600\/60 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.6);
}
.ring-offset-indigo-600\/65 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.65);
}
.ring-offset-indigo-600\/70 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.7);
}
.ring-offset-indigo-600\/75 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.75);
}
.ring-offset-indigo-600\/80 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.8);
}
.ring-offset-indigo-600\/85 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.85);
}
.ring-offset-indigo-600\/90 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.9);
}
.ring-offset-indigo-600\/95 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.95);
}
.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}
.ring-offset-indigo-700\/0 {
  --tw-ring-offset-color: rgb(67 56 202 / 0);
}
.ring-offset-indigo-700\/10 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.1);
}
.ring-offset-indigo-700\/100 {
  --tw-ring-offset-color: rgb(67 56 202 / 1);
}
.ring-offset-indigo-700\/15 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.15);
}
.ring-offset-indigo-700\/20 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.2);
}
.ring-offset-indigo-700\/25 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.25);
}
.ring-offset-indigo-700\/30 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.3);
}
.ring-offset-indigo-700\/35 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.35);
}
.ring-offset-indigo-700\/40 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.4);
}
.ring-offset-indigo-700\/45 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.45);
}
.ring-offset-indigo-700\/5 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.05);
}
.ring-offset-indigo-700\/50 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.5);
}
.ring-offset-indigo-700\/55 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.55);
}
.ring-offset-indigo-700\/60 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.6);
}
.ring-offset-indigo-700\/65 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.65);
}
.ring-offset-indigo-700\/70 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.7);
}
.ring-offset-indigo-700\/75 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.75);
}
.ring-offset-indigo-700\/80 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.8);
}
.ring-offset-indigo-700\/85 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.85);
}
.ring-offset-indigo-700\/90 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.9);
}
.ring-offset-indigo-700\/95 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.95);
}
.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}
.ring-offset-indigo-800\/0 {
  --tw-ring-offset-color: rgb(55 48 163 / 0);
}
.ring-offset-indigo-800\/10 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.1);
}
.ring-offset-indigo-800\/100 {
  --tw-ring-offset-color: rgb(55 48 163 / 1);
}
.ring-offset-indigo-800\/15 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.15);
}
.ring-offset-indigo-800\/20 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.2);
}
.ring-offset-indigo-800\/25 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.25);
}
.ring-offset-indigo-800\/30 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.3);
}
.ring-offset-indigo-800\/35 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.35);
}
.ring-offset-indigo-800\/40 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.4);
}
.ring-offset-indigo-800\/45 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.45);
}
.ring-offset-indigo-800\/5 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.05);
}
.ring-offset-indigo-800\/50 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.5);
}
.ring-offset-indigo-800\/55 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.55);
}
.ring-offset-indigo-800\/60 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.6);
}
.ring-offset-indigo-800\/65 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.65);
}
.ring-offset-indigo-800\/70 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.7);
}
.ring-offset-indigo-800\/75 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.75);
}
.ring-offset-indigo-800\/80 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.8);
}
.ring-offset-indigo-800\/85 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.85);
}
.ring-offset-indigo-800\/90 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.9);
}
.ring-offset-indigo-800\/95 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.95);
}
.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}
.ring-offset-indigo-900\/0 {
  --tw-ring-offset-color: rgb(49 46 129 / 0);
}
.ring-offset-indigo-900\/10 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.1);
}
.ring-offset-indigo-900\/100 {
  --tw-ring-offset-color: rgb(49 46 129 / 1);
}
.ring-offset-indigo-900\/15 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.15);
}
.ring-offset-indigo-900\/20 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.2);
}
.ring-offset-indigo-900\/25 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.25);
}
.ring-offset-indigo-900\/30 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.3);
}
.ring-offset-indigo-900\/35 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.35);
}
.ring-offset-indigo-900\/40 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.4);
}
.ring-offset-indigo-900\/45 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.45);
}
.ring-offset-indigo-900\/5 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.05);
}
.ring-offset-indigo-900\/50 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.5);
}
.ring-offset-indigo-900\/55 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.55);
}
.ring-offset-indigo-900\/60 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.6);
}
.ring-offset-indigo-900\/65 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.65);
}
.ring-offset-indigo-900\/70 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.7);
}
.ring-offset-indigo-900\/75 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.75);
}
.ring-offset-indigo-900\/80 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.8);
}
.ring-offset-indigo-900\/85 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.85);
}
.ring-offset-indigo-900\/90 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.9);
}
.ring-offset-indigo-900\/95 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.95);
}
.ring-offset-indigo-950 {
  --tw-ring-offset-color: #1e1b4b;
}
.ring-offset-indigo-950\/0 {
  --tw-ring-offset-color: rgb(30 27 75 / 0);
}
.ring-offset-indigo-950\/10 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.1);
}
.ring-offset-indigo-950\/100 {
  --tw-ring-offset-color: rgb(30 27 75 / 1);
}
.ring-offset-indigo-950\/15 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.15);
}
.ring-offset-indigo-950\/20 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.2);
}
.ring-offset-indigo-950\/25 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.25);
}
.ring-offset-indigo-950\/30 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.3);
}
.ring-offset-indigo-950\/35 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.35);
}
.ring-offset-indigo-950\/40 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.4);
}
.ring-offset-indigo-950\/45 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.45);
}
.ring-offset-indigo-950\/5 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.05);
}
.ring-offset-indigo-950\/50 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.5);
}
.ring-offset-indigo-950\/55 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.55);
}
.ring-offset-indigo-950\/60 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.6);
}
.ring-offset-indigo-950\/65 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.65);
}
.ring-offset-indigo-950\/70 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.7);
}
.ring-offset-indigo-950\/75 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.75);
}
.ring-offset-indigo-950\/80 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.8);
}
.ring-offset-indigo-950\/85 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.85);
}
.ring-offset-indigo-950\/90 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.9);
}
.ring-offset-indigo-950\/95 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.95);
}
.ring-offset-inherit {
  --tw-ring-offset-color: inherit;
}
.ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb;
}
.ring-offset-lime-100\/0 {
  --tw-ring-offset-color: rgb(236 252 203 / 0);
}
.ring-offset-lime-100\/10 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.1);
}
.ring-offset-lime-100\/100 {
  --tw-ring-offset-color: rgb(236 252 203 / 1);
}
.ring-offset-lime-100\/15 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.15);
}
.ring-offset-lime-100\/20 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.2);
}
.ring-offset-lime-100\/25 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.25);
}
.ring-offset-lime-100\/30 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.3);
}
.ring-offset-lime-100\/35 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.35);
}
.ring-offset-lime-100\/40 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.4);
}
.ring-offset-lime-100\/45 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.45);
}
.ring-offset-lime-100\/5 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.05);
}
.ring-offset-lime-100\/50 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.5);
}
.ring-offset-lime-100\/55 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.55);
}
.ring-offset-lime-100\/60 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.6);
}
.ring-offset-lime-100\/65 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.65);
}
.ring-offset-lime-100\/70 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.7);
}
.ring-offset-lime-100\/75 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.75);
}
.ring-offset-lime-100\/80 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.8);
}
.ring-offset-lime-100\/85 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.85);
}
.ring-offset-lime-100\/90 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.9);
}
.ring-offset-lime-100\/95 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.95);
}
.ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d;
}
.ring-offset-lime-200\/0 {
  --tw-ring-offset-color: rgb(217 249 157 / 0);
}
.ring-offset-lime-200\/10 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.1);
}
.ring-offset-lime-200\/100 {
  --tw-ring-offset-color: rgb(217 249 157 / 1);
}
.ring-offset-lime-200\/15 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.15);
}
.ring-offset-lime-200\/20 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.2);
}
.ring-offset-lime-200\/25 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.25);
}
.ring-offset-lime-200\/30 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.3);
}
.ring-offset-lime-200\/35 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.35);
}
.ring-offset-lime-200\/40 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.4);
}
.ring-offset-lime-200\/45 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.45);
}
.ring-offset-lime-200\/5 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.05);
}
.ring-offset-lime-200\/50 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.5);
}
.ring-offset-lime-200\/55 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.55);
}
.ring-offset-lime-200\/60 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.6);
}
.ring-offset-lime-200\/65 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.65);
}
.ring-offset-lime-200\/70 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.7);
}
.ring-offset-lime-200\/75 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.75);
}
.ring-offset-lime-200\/80 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.8);
}
.ring-offset-lime-200\/85 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.85);
}
.ring-offset-lime-200\/90 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.9);
}
.ring-offset-lime-200\/95 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.95);
}
.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}
.ring-offset-lime-300\/0 {
  --tw-ring-offset-color: rgb(190 242 100 / 0);
}
.ring-offset-lime-300\/10 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.1);
}
.ring-offset-lime-300\/100 {
  --tw-ring-offset-color: rgb(190 242 100 / 1);
}
.ring-offset-lime-300\/15 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.15);
}
.ring-offset-lime-300\/20 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.2);
}
.ring-offset-lime-300\/25 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.25);
}
.ring-offset-lime-300\/30 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.3);
}
.ring-offset-lime-300\/35 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.35);
}
.ring-offset-lime-300\/40 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.4);
}
.ring-offset-lime-300\/45 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.45);
}
.ring-offset-lime-300\/5 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.05);
}
.ring-offset-lime-300\/50 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.5);
}
.ring-offset-lime-300\/55 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.55);
}
.ring-offset-lime-300\/60 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.6);
}
.ring-offset-lime-300\/65 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.65);
}
.ring-offset-lime-300\/70 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.7);
}
.ring-offset-lime-300\/75 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.75);
}
.ring-offset-lime-300\/80 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.8);
}
.ring-offset-lime-300\/85 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.85);
}
.ring-offset-lime-300\/90 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.9);
}
.ring-offset-lime-300\/95 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.95);
}
.ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635;
}
.ring-offset-lime-400\/0 {
  --tw-ring-offset-color: rgb(163 230 53 / 0);
}
.ring-offset-lime-400\/10 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.1);
}
.ring-offset-lime-400\/100 {
  --tw-ring-offset-color: rgb(163 230 53 / 1);
}
.ring-offset-lime-400\/15 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.15);
}
.ring-offset-lime-400\/20 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.2);
}
.ring-offset-lime-400\/25 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.25);
}
.ring-offset-lime-400\/30 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.3);
}
.ring-offset-lime-400\/35 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.35);
}
.ring-offset-lime-400\/40 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.4);
}
.ring-offset-lime-400\/45 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.45);
}
.ring-offset-lime-400\/5 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.05);
}
.ring-offset-lime-400\/50 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.5);
}
.ring-offset-lime-400\/55 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.55);
}
.ring-offset-lime-400\/60 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.6);
}
.ring-offset-lime-400\/65 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.65);
}
.ring-offset-lime-400\/70 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.7);
}
.ring-offset-lime-400\/75 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.75);
}
.ring-offset-lime-400\/80 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.8);
}
.ring-offset-lime-400\/85 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.85);
}
.ring-offset-lime-400\/90 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.9);
}
.ring-offset-lime-400\/95 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.95);
}
.ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7;
}
.ring-offset-lime-50\/0 {
  --tw-ring-offset-color: rgb(247 254 231 / 0);
}
.ring-offset-lime-50\/10 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.1);
}
.ring-offset-lime-50\/100 {
  --tw-ring-offset-color: rgb(247 254 231 / 1);
}
.ring-offset-lime-50\/15 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.15);
}
.ring-offset-lime-50\/20 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.2);
}
.ring-offset-lime-50\/25 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.25);
}
.ring-offset-lime-50\/30 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.3);
}
.ring-offset-lime-50\/35 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.35);
}
.ring-offset-lime-50\/40 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.4);
}
.ring-offset-lime-50\/45 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.45);
}
.ring-offset-lime-50\/5 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.05);
}
.ring-offset-lime-50\/50 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.5);
}
.ring-offset-lime-50\/55 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.55);
}
.ring-offset-lime-50\/60 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.6);
}
.ring-offset-lime-50\/65 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.65);
}
.ring-offset-lime-50\/70 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.7);
}
.ring-offset-lime-50\/75 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.75);
}
.ring-offset-lime-50\/80 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.8);
}
.ring-offset-lime-50\/85 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.85);
}
.ring-offset-lime-50\/90 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.9);
}
.ring-offset-lime-50\/95 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.95);
}
.ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16;
}
.ring-offset-lime-500\/0 {
  --tw-ring-offset-color: rgb(132 204 22 / 0);
}
.ring-offset-lime-500\/10 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.1);
}
.ring-offset-lime-500\/100 {
  --tw-ring-offset-color: rgb(132 204 22 / 1);
}
.ring-offset-lime-500\/15 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.15);
}
.ring-offset-lime-500\/20 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.2);
}
.ring-offset-lime-500\/25 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.25);
}
.ring-offset-lime-500\/30 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.3);
}
.ring-offset-lime-500\/35 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.35);
}
.ring-offset-lime-500\/40 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.4);
}
.ring-offset-lime-500\/45 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.45);
}
.ring-offset-lime-500\/5 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.05);
}
.ring-offset-lime-500\/50 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.5);
}
.ring-offset-lime-500\/55 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.55);
}
.ring-offset-lime-500\/60 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.6);
}
.ring-offset-lime-500\/65 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.65);
}
.ring-offset-lime-500\/70 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.7);
}
.ring-offset-lime-500\/75 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.75);
}
.ring-offset-lime-500\/80 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.8);
}
.ring-offset-lime-500\/85 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.85);
}
.ring-offset-lime-500\/90 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.9);
}
.ring-offset-lime-500\/95 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.95);
}
.ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d;
}
.ring-offset-lime-600\/0 {
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}
.ring-offset-lime-600\/10 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}
.ring-offset-lime-600\/100 {
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}
.ring-offset-lime-600\/15 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.15);
}
.ring-offset-lime-600\/20 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}
.ring-offset-lime-600\/25 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}
.ring-offset-lime-600\/30 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}
.ring-offset-lime-600\/35 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.35);
}
.ring-offset-lime-600\/40 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}
.ring-offset-lime-600\/45 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.45);
}
.ring-offset-lime-600\/5 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}
.ring-offset-lime-600\/50 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}
.ring-offset-lime-600\/55 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.55);
}
.ring-offset-lime-600\/60 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}
.ring-offset-lime-600\/65 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.65);
}
.ring-offset-lime-600\/70 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}
.ring-offset-lime-600\/75 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}
.ring-offset-lime-600\/80 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}
.ring-offset-lime-600\/85 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.85);
}
.ring-offset-lime-600\/90 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}
.ring-offset-lime-600\/95 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}
.ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f;
}
.ring-offset-lime-700\/0 {
  --tw-ring-offset-color: rgb(77 124 15 / 0);
}
.ring-offset-lime-700\/10 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.1);
}
.ring-offset-lime-700\/100 {
  --tw-ring-offset-color: rgb(77 124 15 / 1);
}
.ring-offset-lime-700\/15 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.15);
}
.ring-offset-lime-700\/20 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.2);
}
.ring-offset-lime-700\/25 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.25);
}
.ring-offset-lime-700\/30 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.3);
}
.ring-offset-lime-700\/35 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.35);
}
.ring-offset-lime-700\/40 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.4);
}
.ring-offset-lime-700\/45 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.45);
}
.ring-offset-lime-700\/5 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.05);
}
.ring-offset-lime-700\/50 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.5);
}
.ring-offset-lime-700\/55 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.55);
}
.ring-offset-lime-700\/60 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.6);
}
.ring-offset-lime-700\/65 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.65);
}
.ring-offset-lime-700\/70 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.7);
}
.ring-offset-lime-700\/75 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.75);
}
.ring-offset-lime-700\/80 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.8);
}
.ring-offset-lime-700\/85 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.85);
}
.ring-offset-lime-700\/90 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.9);
}
.ring-offset-lime-700\/95 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.95);
}
.ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212;
}
.ring-offset-lime-800\/0 {
  --tw-ring-offset-color: rgb(63 98 18 / 0);
}
.ring-offset-lime-800\/10 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.1);
}
.ring-offset-lime-800\/100 {
  --tw-ring-offset-color: rgb(63 98 18 / 1);
}
.ring-offset-lime-800\/15 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.15);
}
.ring-offset-lime-800\/20 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.2);
}
.ring-offset-lime-800\/25 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.25);
}
.ring-offset-lime-800\/30 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.3);
}
.ring-offset-lime-800\/35 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.35);
}
.ring-offset-lime-800\/40 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.4);
}
.ring-offset-lime-800\/45 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.45);
}
.ring-offset-lime-800\/5 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.05);
}
.ring-offset-lime-800\/50 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.5);
}
.ring-offset-lime-800\/55 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.55);
}
.ring-offset-lime-800\/60 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.6);
}
.ring-offset-lime-800\/65 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.65);
}
.ring-offset-lime-800\/70 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.7);
}
.ring-offset-lime-800\/75 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.75);
}
.ring-offset-lime-800\/80 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.8);
}
.ring-offset-lime-800\/85 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.85);
}
.ring-offset-lime-800\/90 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.9);
}
.ring-offset-lime-800\/95 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.95);
}
.ring-offset-lime-900 {
  --tw-ring-offset-color: #365314;
}
.ring-offset-lime-900\/0 {
  --tw-ring-offset-color: rgb(54 83 20 / 0);
}
.ring-offset-lime-900\/10 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.1);
}
.ring-offset-lime-900\/100 {
  --tw-ring-offset-color: rgb(54 83 20 / 1);
}
.ring-offset-lime-900\/15 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.15);
}
.ring-offset-lime-900\/20 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.2);
}
.ring-offset-lime-900\/25 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.25);
}
.ring-offset-lime-900\/30 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.3);
}
.ring-offset-lime-900\/35 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.35);
}
.ring-offset-lime-900\/40 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.4);
}
.ring-offset-lime-900\/45 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.45);
}
.ring-offset-lime-900\/5 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.05);
}
.ring-offset-lime-900\/50 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.5);
}
.ring-offset-lime-900\/55 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.55);
}
.ring-offset-lime-900\/60 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.6);
}
.ring-offset-lime-900\/65 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.65);
}
.ring-offset-lime-900\/70 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.7);
}
.ring-offset-lime-900\/75 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.75);
}
.ring-offset-lime-900\/80 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.8);
}
.ring-offset-lime-900\/85 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.85);
}
.ring-offset-lime-900\/90 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.9);
}
.ring-offset-lime-900\/95 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.95);
}
.ring-offset-lime-950 {
  --tw-ring-offset-color: #1a2e05;
}
.ring-offset-lime-950\/0 {
  --tw-ring-offset-color: rgb(26 46 5 / 0);
}
.ring-offset-lime-950\/10 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.1);
}
.ring-offset-lime-950\/100 {
  --tw-ring-offset-color: rgb(26 46 5 / 1);
}
.ring-offset-lime-950\/15 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.15);
}
.ring-offset-lime-950\/20 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.2);
}
.ring-offset-lime-950\/25 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.25);
}
.ring-offset-lime-950\/30 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.3);
}
.ring-offset-lime-950\/35 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.35);
}
.ring-offset-lime-950\/40 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.4);
}
.ring-offset-lime-950\/45 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.45);
}
.ring-offset-lime-950\/5 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.05);
}
.ring-offset-lime-950\/50 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.5);
}
.ring-offset-lime-950\/55 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.55);
}
.ring-offset-lime-950\/60 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.6);
}
.ring-offset-lime-950\/65 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.65);
}
.ring-offset-lime-950\/70 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.7);
}
.ring-offset-lime-950\/75 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.75);
}
.ring-offset-lime-950\/80 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.8);
}
.ring-offset-lime-950\/85 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.85);
}
.ring-offset-lime-950\/90 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.9);
}
.ring-offset-lime-950\/95 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.95);
}
.ring-offset-neutral-100 {
  --tw-ring-offset-color: #f5f5f5;
}
.ring-offset-neutral-100\/0 {
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}
.ring-offset-neutral-100\/10 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}
.ring-offset-neutral-100\/100 {
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}
.ring-offset-neutral-100\/15 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.15);
}
.ring-offset-neutral-100\/20 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}
.ring-offset-neutral-100\/25 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}
.ring-offset-neutral-100\/30 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}
.ring-offset-neutral-100\/35 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.35);
}
.ring-offset-neutral-100\/40 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}
.ring-offset-neutral-100\/45 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.45);
}
.ring-offset-neutral-100\/5 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}
.ring-offset-neutral-100\/50 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}
.ring-offset-neutral-100\/55 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.55);
}
.ring-offset-neutral-100\/60 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}
.ring-offset-neutral-100\/65 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.65);
}
.ring-offset-neutral-100\/70 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}
.ring-offset-neutral-100\/75 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}
.ring-offset-neutral-100\/80 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}
.ring-offset-neutral-100\/85 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.85);
}
.ring-offset-neutral-100\/90 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}
.ring-offset-neutral-100\/95 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}
.ring-offset-neutral-200 {
  --tw-ring-offset-color: #e5e5e5;
}
.ring-offset-neutral-200\/0 {
  --tw-ring-offset-color: rgb(229 229 229 / 0);
}
.ring-offset-neutral-200\/10 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.1);
}
.ring-offset-neutral-200\/100 {
  --tw-ring-offset-color: rgb(229 229 229 / 1);
}
.ring-offset-neutral-200\/15 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.15);
}
.ring-offset-neutral-200\/20 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.2);
}
.ring-offset-neutral-200\/25 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.25);
}
.ring-offset-neutral-200\/30 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.3);
}
.ring-offset-neutral-200\/35 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.35);
}
.ring-offset-neutral-200\/40 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.4);
}
.ring-offset-neutral-200\/45 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.45);
}
.ring-offset-neutral-200\/5 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.05);
}
.ring-offset-neutral-200\/50 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.5);
}
.ring-offset-neutral-200\/55 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.55);
}
.ring-offset-neutral-200\/60 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.6);
}
.ring-offset-neutral-200\/65 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.65);
}
.ring-offset-neutral-200\/70 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.7);
}
.ring-offset-neutral-200\/75 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.75);
}
.ring-offset-neutral-200\/80 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.8);
}
.ring-offset-neutral-200\/85 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.85);
}
.ring-offset-neutral-200\/90 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.9);
}
.ring-offset-neutral-200\/95 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.95);
}
.ring-offset-neutral-300 {
  --tw-ring-offset-color: #d4d4d4;
}
.ring-offset-neutral-300\/0 {
  --tw-ring-offset-color: rgb(212 212 212 / 0);
}
.ring-offset-neutral-300\/10 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.1);
}
.ring-offset-neutral-300\/100 {
  --tw-ring-offset-color: rgb(212 212 212 / 1);
}
.ring-offset-neutral-300\/15 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.15);
}
.ring-offset-neutral-300\/20 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.2);
}
.ring-offset-neutral-300\/25 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.25);
}
.ring-offset-neutral-300\/30 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.3);
}
.ring-offset-neutral-300\/35 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.35);
}
.ring-offset-neutral-300\/40 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.4);
}
.ring-offset-neutral-300\/45 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.45);
}
.ring-offset-neutral-300\/5 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.05);
}
.ring-offset-neutral-300\/50 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.5);
}
.ring-offset-neutral-300\/55 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.55);
}
.ring-offset-neutral-300\/60 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.6);
}
.ring-offset-neutral-300\/65 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.65);
}
.ring-offset-neutral-300\/70 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.7);
}
.ring-offset-neutral-300\/75 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.75);
}
.ring-offset-neutral-300\/80 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.8);
}
.ring-offset-neutral-300\/85 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.85);
}
.ring-offset-neutral-300\/90 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.9);
}
.ring-offset-neutral-300\/95 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.95);
}
.ring-offset-neutral-400 {
  --tw-ring-offset-color: #a3a3a3;
}
.ring-offset-neutral-400\/0 {
  --tw-ring-offset-color: rgb(163 163 163 / 0);
}
.ring-offset-neutral-400\/10 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.1);
}
.ring-offset-neutral-400\/100 {
  --tw-ring-offset-color: rgb(163 163 163 / 1);
}
.ring-offset-neutral-400\/15 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.15);
}
.ring-offset-neutral-400\/20 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.2);
}
.ring-offset-neutral-400\/25 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.25);
}
.ring-offset-neutral-400\/30 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.3);
}
.ring-offset-neutral-400\/35 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.35);
}
.ring-offset-neutral-400\/40 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.4);
}
.ring-offset-neutral-400\/45 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.45);
}
.ring-offset-neutral-400\/5 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.05);
}
.ring-offset-neutral-400\/50 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.5);
}
.ring-offset-neutral-400\/55 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.55);
}
.ring-offset-neutral-400\/60 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.6);
}
.ring-offset-neutral-400\/65 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.65);
}
.ring-offset-neutral-400\/70 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.7);
}
.ring-offset-neutral-400\/75 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.75);
}
.ring-offset-neutral-400\/80 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.8);
}
.ring-offset-neutral-400\/85 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.85);
}
.ring-offset-neutral-400\/90 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.9);
}
.ring-offset-neutral-400\/95 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.95);
}
.ring-offset-neutral-50 {
  --tw-ring-offset-color: #fafafa;
}
.ring-offset-neutral-50\/0 {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.ring-offset-neutral-50\/10 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.ring-offset-neutral-50\/100 {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.ring-offset-neutral-50\/15 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.ring-offset-neutral-50\/20 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.ring-offset-neutral-50\/25 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.ring-offset-neutral-50\/30 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.ring-offset-neutral-50\/35 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.ring-offset-neutral-50\/40 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.ring-offset-neutral-50\/45 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.ring-offset-neutral-50\/5 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.ring-offset-neutral-50\/50 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.ring-offset-neutral-50\/55 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.ring-offset-neutral-50\/60 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.ring-offset-neutral-50\/65 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.ring-offset-neutral-50\/70 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.ring-offset-neutral-50\/75 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.ring-offset-neutral-50\/80 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.ring-offset-neutral-50\/85 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.ring-offset-neutral-50\/90 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.ring-offset-neutral-50\/95 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.ring-offset-neutral-500 {
  --tw-ring-offset-color: #737373;
}
.ring-offset-neutral-500\/0 {
  --tw-ring-offset-color: rgb(115 115 115 / 0);
}
.ring-offset-neutral-500\/10 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.1);
}
.ring-offset-neutral-500\/100 {
  --tw-ring-offset-color: rgb(115 115 115 / 1);
}
.ring-offset-neutral-500\/15 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.15);
}
.ring-offset-neutral-500\/20 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.2);
}
.ring-offset-neutral-500\/25 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.25);
}
.ring-offset-neutral-500\/30 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.3);
}
.ring-offset-neutral-500\/35 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.35);
}
.ring-offset-neutral-500\/40 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.4);
}
.ring-offset-neutral-500\/45 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.45);
}
.ring-offset-neutral-500\/5 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.05);
}
.ring-offset-neutral-500\/50 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.5);
}
.ring-offset-neutral-500\/55 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.55);
}
.ring-offset-neutral-500\/60 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.6);
}
.ring-offset-neutral-500\/65 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.65);
}
.ring-offset-neutral-500\/70 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.7);
}
.ring-offset-neutral-500\/75 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.75);
}
.ring-offset-neutral-500\/80 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.8);
}
.ring-offset-neutral-500\/85 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.85);
}
.ring-offset-neutral-500\/90 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.9);
}
.ring-offset-neutral-500\/95 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.95);
}
.ring-offset-neutral-600 {
  --tw-ring-offset-color: #525252;
}
.ring-offset-neutral-600\/0 {
  --tw-ring-offset-color: rgb(82 82 82 / 0);
}
.ring-offset-neutral-600\/10 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.1);
}
.ring-offset-neutral-600\/100 {
  --tw-ring-offset-color: rgb(82 82 82 / 1);
}
.ring-offset-neutral-600\/15 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.15);
}
.ring-offset-neutral-600\/20 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.2);
}
.ring-offset-neutral-600\/25 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.25);
}
.ring-offset-neutral-600\/30 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.3);
}
.ring-offset-neutral-600\/35 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.35);
}
.ring-offset-neutral-600\/40 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.4);
}
.ring-offset-neutral-600\/45 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.45);
}
.ring-offset-neutral-600\/5 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.05);
}
.ring-offset-neutral-600\/50 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.5);
}
.ring-offset-neutral-600\/55 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.55);
}
.ring-offset-neutral-600\/60 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.6);
}
.ring-offset-neutral-600\/65 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.65);
}
.ring-offset-neutral-600\/70 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.7);
}
.ring-offset-neutral-600\/75 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.75);
}
.ring-offset-neutral-600\/80 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.8);
}
.ring-offset-neutral-600\/85 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.85);
}
.ring-offset-neutral-600\/90 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.9);
}
.ring-offset-neutral-600\/95 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.95);
}
.ring-offset-neutral-700 {
  --tw-ring-offset-color: #404040;
}
.ring-offset-neutral-700\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.ring-offset-neutral-700\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.ring-offset-neutral-700\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-neutral-700\/15 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.15);
}
.ring-offset-neutral-700\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.ring-offset-neutral-700\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.ring-offset-neutral-700\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.ring-offset-neutral-700\/35 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.35);
}
.ring-offset-neutral-700\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.ring-offset-neutral-700\/45 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.45);
}
.ring-offset-neutral-700\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.ring-offset-neutral-700\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-neutral-700\/55 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.55);
}
.ring-offset-neutral-700\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.ring-offset-neutral-700\/65 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.65);
}
.ring-offset-neutral-700\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.ring-offset-neutral-700\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.ring-offset-neutral-700\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.ring-offset-neutral-700\/85 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.85);
}
.ring-offset-neutral-700\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.ring-offset-neutral-700\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.ring-offset-neutral-800 {
  --tw-ring-offset-color: #262626;
}
.ring-offset-neutral-800\/0 {
  --tw-ring-offset-color: rgb(38 38 38 / 0);
}
.ring-offset-neutral-800\/10 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.1);
}
.ring-offset-neutral-800\/100 {
  --tw-ring-offset-color: rgb(38 38 38 / 1);
}
.ring-offset-neutral-800\/15 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.15);
}
.ring-offset-neutral-800\/20 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.2);
}
.ring-offset-neutral-800\/25 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.25);
}
.ring-offset-neutral-800\/30 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.3);
}
.ring-offset-neutral-800\/35 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.35);
}
.ring-offset-neutral-800\/40 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.4);
}
.ring-offset-neutral-800\/45 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.45);
}
.ring-offset-neutral-800\/5 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.05);
}
.ring-offset-neutral-800\/50 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.5);
}
.ring-offset-neutral-800\/55 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.55);
}
.ring-offset-neutral-800\/60 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.6);
}
.ring-offset-neutral-800\/65 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.65);
}
.ring-offset-neutral-800\/70 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.7);
}
.ring-offset-neutral-800\/75 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.75);
}
.ring-offset-neutral-800\/80 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.8);
}
.ring-offset-neutral-800\/85 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.85);
}
.ring-offset-neutral-800\/90 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.9);
}
.ring-offset-neutral-800\/95 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.95);
}
.ring-offset-neutral-900 {
  --tw-ring-offset-color: #171717;
}
.ring-offset-neutral-900\/0 {
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}
.ring-offset-neutral-900\/10 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}
.ring-offset-neutral-900\/100 {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}
.ring-offset-neutral-900\/15 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.15);
}
.ring-offset-neutral-900\/20 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}
.ring-offset-neutral-900\/25 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}
.ring-offset-neutral-900\/30 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}
.ring-offset-neutral-900\/35 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.35);
}
.ring-offset-neutral-900\/40 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}
.ring-offset-neutral-900\/45 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.45);
}
.ring-offset-neutral-900\/5 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}
.ring-offset-neutral-900\/50 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}
.ring-offset-neutral-900\/55 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.55);
}
.ring-offset-neutral-900\/60 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}
.ring-offset-neutral-900\/65 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.65);
}
.ring-offset-neutral-900\/70 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}
.ring-offset-neutral-900\/75 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}
.ring-offset-neutral-900\/80 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}
.ring-offset-neutral-900\/85 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.85);
}
.ring-offset-neutral-900\/90 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}
.ring-offset-neutral-900\/95 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}
.ring-offset-neutral-950 {
  --tw-ring-offset-color: #0a0a0a;
}
.ring-offset-neutral-950\/0 {
  --tw-ring-offset-color: rgb(10 10 10 / 0);
}
.ring-offset-neutral-950\/10 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.1);
}
.ring-offset-neutral-950\/100 {
  --tw-ring-offset-color: rgb(10 10 10 / 1);
}
.ring-offset-neutral-950\/15 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.15);
}
.ring-offset-neutral-950\/20 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.2);
}
.ring-offset-neutral-950\/25 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.25);
}
.ring-offset-neutral-950\/30 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.3);
}
.ring-offset-neutral-950\/35 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.35);
}
.ring-offset-neutral-950\/40 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.4);
}
.ring-offset-neutral-950\/45 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.45);
}
.ring-offset-neutral-950\/5 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.05);
}
.ring-offset-neutral-950\/50 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.5);
}
.ring-offset-neutral-950\/55 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.55);
}
.ring-offset-neutral-950\/60 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.6);
}
.ring-offset-neutral-950\/65 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.65);
}
.ring-offset-neutral-950\/70 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.7);
}
.ring-offset-neutral-950\/75 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.75);
}
.ring-offset-neutral-950\/80 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.8);
}
.ring-offset-neutral-950\/85 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.85);
}
.ring-offset-neutral-950\/90 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.9);
}
.ring-offset-neutral-950\/95 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.95);
}
.ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5;
}
.ring-offset-orange-100\/0 {
  --tw-ring-offset-color: rgb(255 237 213 / 0);
}
.ring-offset-orange-100\/10 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.1);
}
.ring-offset-orange-100\/100 {
  --tw-ring-offset-color: rgb(255 237 213 / 1);
}
.ring-offset-orange-100\/15 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.15);
}
.ring-offset-orange-100\/20 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.2);
}
.ring-offset-orange-100\/25 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.25);
}
.ring-offset-orange-100\/30 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.3);
}
.ring-offset-orange-100\/35 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.35);
}
.ring-offset-orange-100\/40 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.4);
}
.ring-offset-orange-100\/45 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.45);
}
.ring-offset-orange-100\/5 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.05);
}
.ring-offset-orange-100\/50 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.5);
}
.ring-offset-orange-100\/55 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.55);
}
.ring-offset-orange-100\/60 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.6);
}
.ring-offset-orange-100\/65 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.65);
}
.ring-offset-orange-100\/70 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.7);
}
.ring-offset-orange-100\/75 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.75);
}
.ring-offset-orange-100\/80 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.8);
}
.ring-offset-orange-100\/85 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.85);
}
.ring-offset-orange-100\/90 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.9);
}
.ring-offset-orange-100\/95 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.95);
}
.ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa;
}
.ring-offset-orange-200\/0 {
  --tw-ring-offset-color: rgb(254 215 170 / 0);
}
.ring-offset-orange-200\/10 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.1);
}
.ring-offset-orange-200\/100 {
  --tw-ring-offset-color: rgb(254 215 170 / 1);
}
.ring-offset-orange-200\/15 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.15);
}
.ring-offset-orange-200\/20 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.2);
}
.ring-offset-orange-200\/25 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.25);
}
.ring-offset-orange-200\/30 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.3);
}
.ring-offset-orange-200\/35 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.35);
}
.ring-offset-orange-200\/40 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.4);
}
.ring-offset-orange-200\/45 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.45);
}
.ring-offset-orange-200\/5 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.05);
}
.ring-offset-orange-200\/50 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.5);
}
.ring-offset-orange-200\/55 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.55);
}
.ring-offset-orange-200\/60 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.6);
}
.ring-offset-orange-200\/65 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.65);
}
.ring-offset-orange-200\/70 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.7);
}
.ring-offset-orange-200\/75 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.75);
}
.ring-offset-orange-200\/80 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.8);
}
.ring-offset-orange-200\/85 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.85);
}
.ring-offset-orange-200\/90 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.9);
}
.ring-offset-orange-200\/95 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.95);
}
.ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74;
}
.ring-offset-orange-300\/0 {
  --tw-ring-offset-color: rgb(253 186 116 / 0);
}
.ring-offset-orange-300\/10 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.1);
}
.ring-offset-orange-300\/100 {
  --tw-ring-offset-color: rgb(253 186 116 / 1);
}
.ring-offset-orange-300\/15 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.15);
}
.ring-offset-orange-300\/20 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.2);
}
.ring-offset-orange-300\/25 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.25);
}
.ring-offset-orange-300\/30 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.3);
}
.ring-offset-orange-300\/35 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.35);
}
.ring-offset-orange-300\/40 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.4);
}
.ring-offset-orange-300\/45 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.45);
}
.ring-offset-orange-300\/5 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.05);
}
.ring-offset-orange-300\/50 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.5);
}
.ring-offset-orange-300\/55 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.55);
}
.ring-offset-orange-300\/60 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.6);
}
.ring-offset-orange-300\/65 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.65);
}
.ring-offset-orange-300\/70 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.7);
}
.ring-offset-orange-300\/75 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.75);
}
.ring-offset-orange-300\/80 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.8);
}
.ring-offset-orange-300\/85 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.85);
}
.ring-offset-orange-300\/90 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.9);
}
.ring-offset-orange-300\/95 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.95);
}
.ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c;
}
.ring-offset-orange-400\/0 {
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}
.ring-offset-orange-400\/10 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}
.ring-offset-orange-400\/100 {
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}
.ring-offset-orange-400\/15 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.15);
}
.ring-offset-orange-400\/20 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}
.ring-offset-orange-400\/25 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}
.ring-offset-orange-400\/30 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}
.ring-offset-orange-400\/35 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.35);
}
.ring-offset-orange-400\/40 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}
.ring-offset-orange-400\/45 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.45);
}
.ring-offset-orange-400\/5 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}
.ring-offset-orange-400\/50 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}
.ring-offset-orange-400\/55 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.55);
}
.ring-offset-orange-400\/60 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}
.ring-offset-orange-400\/65 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.65);
}
.ring-offset-orange-400\/70 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}
.ring-offset-orange-400\/75 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}
.ring-offset-orange-400\/80 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}
.ring-offset-orange-400\/85 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.85);
}
.ring-offset-orange-400\/90 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}
.ring-offset-orange-400\/95 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}
.ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed;
}
.ring-offset-orange-50\/0 {
  --tw-ring-offset-color: rgb(255 247 237 / 0);
}
.ring-offset-orange-50\/10 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.1);
}
.ring-offset-orange-50\/100 {
  --tw-ring-offset-color: rgb(255 247 237 / 1);
}
.ring-offset-orange-50\/15 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.15);
}
.ring-offset-orange-50\/20 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.2);
}
.ring-offset-orange-50\/25 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.25);
}
.ring-offset-orange-50\/30 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.3);
}
.ring-offset-orange-50\/35 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.35);
}
.ring-offset-orange-50\/40 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.4);
}
.ring-offset-orange-50\/45 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.45);
}
.ring-offset-orange-50\/5 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.05);
}
.ring-offset-orange-50\/50 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.5);
}
.ring-offset-orange-50\/55 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.55);
}
.ring-offset-orange-50\/60 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.6);
}
.ring-offset-orange-50\/65 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.65);
}
.ring-offset-orange-50\/70 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.7);
}
.ring-offset-orange-50\/75 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.75);
}
.ring-offset-orange-50\/80 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.8);
}
.ring-offset-orange-50\/85 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.85);
}
.ring-offset-orange-50\/90 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.9);
}
.ring-offset-orange-50\/95 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.95);
}
.ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316;
}
.ring-offset-orange-500\/0 {
  --tw-ring-offset-color: rgb(249 115 22 / 0);
}
.ring-offset-orange-500\/10 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.1);
}
.ring-offset-orange-500\/100 {
  --tw-ring-offset-color: rgb(249 115 22 / 1);
}
.ring-offset-orange-500\/15 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.15);
}
.ring-offset-orange-500\/20 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.2);
}
.ring-offset-orange-500\/25 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.25);
}
.ring-offset-orange-500\/30 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.3);
}
.ring-offset-orange-500\/35 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.35);
}
.ring-offset-orange-500\/40 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.4);
}
.ring-offset-orange-500\/45 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.45);
}
.ring-offset-orange-500\/5 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.05);
}
.ring-offset-orange-500\/50 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.5);
}
.ring-offset-orange-500\/55 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.55);
}
.ring-offset-orange-500\/60 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.6);
}
.ring-offset-orange-500\/65 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.65);
}
.ring-offset-orange-500\/70 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.7);
}
.ring-offset-orange-500\/75 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.75);
}
.ring-offset-orange-500\/80 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.8);
}
.ring-offset-orange-500\/85 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.85);
}
.ring-offset-orange-500\/90 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.9);
}
.ring-offset-orange-500\/95 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.95);
}
.ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c;
}
.ring-offset-orange-600\/0 {
  --tw-ring-offset-color: rgb(234 88 12 / 0);
}
.ring-offset-orange-600\/10 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.1);
}
.ring-offset-orange-600\/100 {
  --tw-ring-offset-color: rgb(234 88 12 / 1);
}
.ring-offset-orange-600\/15 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.15);
}
.ring-offset-orange-600\/20 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.2);
}
.ring-offset-orange-600\/25 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.25);
}
.ring-offset-orange-600\/30 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.3);
}
.ring-offset-orange-600\/35 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.35);
}
.ring-offset-orange-600\/40 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.4);
}
.ring-offset-orange-600\/45 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.45);
}
.ring-offset-orange-600\/5 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.05);
}
.ring-offset-orange-600\/50 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.5);
}
.ring-offset-orange-600\/55 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.55);
}
.ring-offset-orange-600\/60 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.6);
}
.ring-offset-orange-600\/65 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.65);
}
.ring-offset-orange-600\/70 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.7);
}
.ring-offset-orange-600\/75 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.75);
}
.ring-offset-orange-600\/80 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.8);
}
.ring-offset-orange-600\/85 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.85);
}
.ring-offset-orange-600\/90 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.9);
}
.ring-offset-orange-600\/95 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.95);
}
.ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c;
}
.ring-offset-orange-700\/0 {
  --tw-ring-offset-color: rgb(194 65 12 / 0);
}
.ring-offset-orange-700\/10 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.1);
}
.ring-offset-orange-700\/100 {
  --tw-ring-offset-color: rgb(194 65 12 / 1);
}
.ring-offset-orange-700\/15 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.15);
}
.ring-offset-orange-700\/20 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.2);
}
.ring-offset-orange-700\/25 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.25);
}
.ring-offset-orange-700\/30 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.3);
}
.ring-offset-orange-700\/35 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.35);
}
.ring-offset-orange-700\/40 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.4);
}
.ring-offset-orange-700\/45 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.45);
}
.ring-offset-orange-700\/5 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.05);
}
.ring-offset-orange-700\/50 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.5);
}
.ring-offset-orange-700\/55 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.55);
}
.ring-offset-orange-700\/60 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.6);
}
.ring-offset-orange-700\/65 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.65);
}
.ring-offset-orange-700\/70 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.7);
}
.ring-offset-orange-700\/75 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.75);
}
.ring-offset-orange-700\/80 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.8);
}
.ring-offset-orange-700\/85 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.85);
}
.ring-offset-orange-700\/90 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.9);
}
.ring-offset-orange-700\/95 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.95);
}
.ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412;
}
.ring-offset-orange-800\/0 {
  --tw-ring-offset-color: rgb(154 52 18 / 0);
}
.ring-offset-orange-800\/10 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.1);
}
.ring-offset-orange-800\/100 {
  --tw-ring-offset-color: rgb(154 52 18 / 1);
}
.ring-offset-orange-800\/15 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.15);
}
.ring-offset-orange-800\/20 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.2);
}
.ring-offset-orange-800\/25 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.25);
}
.ring-offset-orange-800\/30 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.3);
}
.ring-offset-orange-800\/35 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.35);
}
.ring-offset-orange-800\/40 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.4);
}
.ring-offset-orange-800\/45 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.45);
}
.ring-offset-orange-800\/5 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.05);
}
.ring-offset-orange-800\/50 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.5);
}
.ring-offset-orange-800\/55 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.55);
}
.ring-offset-orange-800\/60 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.6);
}
.ring-offset-orange-800\/65 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.65);
}
.ring-offset-orange-800\/70 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.7);
}
.ring-offset-orange-800\/75 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.75);
}
.ring-offset-orange-800\/80 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.8);
}
.ring-offset-orange-800\/85 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.85);
}
.ring-offset-orange-800\/90 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.9);
}
.ring-offset-orange-800\/95 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.95);
}
.ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12;
}
.ring-offset-orange-900\/0 {
  --tw-ring-offset-color: rgb(124 45 18 / 0);
}
.ring-offset-orange-900\/10 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.1);
}
.ring-offset-orange-900\/100 {
  --tw-ring-offset-color: rgb(124 45 18 / 1);
}
.ring-offset-orange-900\/15 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.15);
}
.ring-offset-orange-900\/20 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.2);
}
.ring-offset-orange-900\/25 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.25);
}
.ring-offset-orange-900\/30 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.3);
}
.ring-offset-orange-900\/35 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.35);
}
.ring-offset-orange-900\/40 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.4);
}
.ring-offset-orange-900\/45 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.45);
}
.ring-offset-orange-900\/5 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.05);
}
.ring-offset-orange-900\/50 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.5);
}
.ring-offset-orange-900\/55 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.55);
}
.ring-offset-orange-900\/60 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.6);
}
.ring-offset-orange-900\/65 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.65);
}
.ring-offset-orange-900\/70 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.7);
}
.ring-offset-orange-900\/75 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.75);
}
.ring-offset-orange-900\/80 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.8);
}
.ring-offset-orange-900\/85 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.85);
}
.ring-offset-orange-900\/90 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.9);
}
.ring-offset-orange-900\/95 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.95);
}
.ring-offset-orange-950 {
  --tw-ring-offset-color: #431407;
}
.ring-offset-orange-950\/0 {
  --tw-ring-offset-color: rgb(67 20 7 / 0);
}
.ring-offset-orange-950\/10 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.1);
}
.ring-offset-orange-950\/100 {
  --tw-ring-offset-color: rgb(67 20 7 / 1);
}
.ring-offset-orange-950\/15 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.15);
}
.ring-offset-orange-950\/20 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.2);
}
.ring-offset-orange-950\/25 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.25);
}
.ring-offset-orange-950\/30 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.3);
}
.ring-offset-orange-950\/35 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.35);
}
.ring-offset-orange-950\/40 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.4);
}
.ring-offset-orange-950\/45 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.45);
}
.ring-offset-orange-950\/5 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.05);
}
.ring-offset-orange-950\/50 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.5);
}
.ring-offset-orange-950\/55 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.55);
}
.ring-offset-orange-950\/60 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.6);
}
.ring-offset-orange-950\/65 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.65);
}
.ring-offset-orange-950\/70 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.7);
}
.ring-offset-orange-950\/75 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.75);
}
.ring-offset-orange-950\/80 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.8);
}
.ring-offset-orange-950\/85 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.85);
}
.ring-offset-orange-950\/90 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.9);
}
.ring-offset-orange-950\/95 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.95);
}
.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}
.ring-offset-pink-100\/0 {
  --tw-ring-offset-color: rgb(252 231 243 / 0);
}
.ring-offset-pink-100\/10 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.1);
}
.ring-offset-pink-100\/100 {
  --tw-ring-offset-color: rgb(252 231 243 / 1);
}
.ring-offset-pink-100\/15 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.15);
}
.ring-offset-pink-100\/20 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.2);
}
.ring-offset-pink-100\/25 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.25);
}
.ring-offset-pink-100\/30 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.3);
}
.ring-offset-pink-100\/35 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.35);
}
.ring-offset-pink-100\/40 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.4);
}
.ring-offset-pink-100\/45 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.45);
}
.ring-offset-pink-100\/5 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.05);
}
.ring-offset-pink-100\/50 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.5);
}
.ring-offset-pink-100\/55 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.55);
}
.ring-offset-pink-100\/60 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.6);
}
.ring-offset-pink-100\/65 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.65);
}
.ring-offset-pink-100\/70 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.7);
}
.ring-offset-pink-100\/75 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.75);
}
.ring-offset-pink-100\/80 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.8);
}
.ring-offset-pink-100\/85 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.85);
}
.ring-offset-pink-100\/90 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.9);
}
.ring-offset-pink-100\/95 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.95);
}
.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}
.ring-offset-pink-200\/0 {
  --tw-ring-offset-color: rgb(251 207 232 / 0);
}
.ring-offset-pink-200\/10 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.1);
}
.ring-offset-pink-200\/100 {
  --tw-ring-offset-color: rgb(251 207 232 / 1);
}
.ring-offset-pink-200\/15 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.15);
}
.ring-offset-pink-200\/20 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.2);
}
.ring-offset-pink-200\/25 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.25);
}
.ring-offset-pink-200\/30 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.3);
}
.ring-offset-pink-200\/35 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.35);
}
.ring-offset-pink-200\/40 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.4);
}
.ring-offset-pink-200\/45 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.45);
}
.ring-offset-pink-200\/5 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.05);
}
.ring-offset-pink-200\/50 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.5);
}
.ring-offset-pink-200\/55 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.55);
}
.ring-offset-pink-200\/60 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.6);
}
.ring-offset-pink-200\/65 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.65);
}
.ring-offset-pink-200\/70 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.7);
}
.ring-offset-pink-200\/75 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.75);
}
.ring-offset-pink-200\/80 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.8);
}
.ring-offset-pink-200\/85 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.85);
}
.ring-offset-pink-200\/90 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.9);
}
.ring-offset-pink-200\/95 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.95);
}
.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}
.ring-offset-pink-300\/0 {
  --tw-ring-offset-color: rgb(249 168 212 / 0);
}
.ring-offset-pink-300\/10 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.1);
}
.ring-offset-pink-300\/100 {
  --tw-ring-offset-color: rgb(249 168 212 / 1);
}
.ring-offset-pink-300\/15 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.15);
}
.ring-offset-pink-300\/20 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.2);
}
.ring-offset-pink-300\/25 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.25);
}
.ring-offset-pink-300\/30 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.3);
}
.ring-offset-pink-300\/35 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.35);
}
.ring-offset-pink-300\/40 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.4);
}
.ring-offset-pink-300\/45 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.45);
}
.ring-offset-pink-300\/5 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.05);
}
.ring-offset-pink-300\/50 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.5);
}
.ring-offset-pink-300\/55 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.55);
}
.ring-offset-pink-300\/60 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.6);
}
.ring-offset-pink-300\/65 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.65);
}
.ring-offset-pink-300\/70 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.7);
}
.ring-offset-pink-300\/75 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.75);
}
.ring-offset-pink-300\/80 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.8);
}
.ring-offset-pink-300\/85 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.85);
}
.ring-offset-pink-300\/90 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.9);
}
.ring-offset-pink-300\/95 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.95);
}
.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}
.ring-offset-pink-400\/0 {
  --tw-ring-offset-color: rgb(244 114 182 / 0);
}
.ring-offset-pink-400\/10 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.1);
}
.ring-offset-pink-400\/100 {
  --tw-ring-offset-color: rgb(244 114 182 / 1);
}
.ring-offset-pink-400\/15 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.15);
}
.ring-offset-pink-400\/20 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.2);
}
.ring-offset-pink-400\/25 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.25);
}
.ring-offset-pink-400\/30 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.3);
}
.ring-offset-pink-400\/35 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.35);
}
.ring-offset-pink-400\/40 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.4);
}
.ring-offset-pink-400\/45 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.45);
}
.ring-offset-pink-400\/5 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.05);
}
.ring-offset-pink-400\/50 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.5);
}
.ring-offset-pink-400\/55 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.55);
}
.ring-offset-pink-400\/60 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.6);
}
.ring-offset-pink-400\/65 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.65);
}
.ring-offset-pink-400\/70 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.7);
}
.ring-offset-pink-400\/75 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.75);
}
.ring-offset-pink-400\/80 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.8);
}
.ring-offset-pink-400\/85 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.85);
}
.ring-offset-pink-400\/90 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.9);
}
.ring-offset-pink-400\/95 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.95);
}
.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}
.ring-offset-pink-50\/0 {
  --tw-ring-offset-color: rgb(253 242 248 / 0);
}
.ring-offset-pink-50\/10 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.1);
}
.ring-offset-pink-50\/100 {
  --tw-ring-offset-color: rgb(253 242 248 / 1);
}
.ring-offset-pink-50\/15 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.15);
}
.ring-offset-pink-50\/20 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.2);
}
.ring-offset-pink-50\/25 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.25);
}
.ring-offset-pink-50\/30 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.3);
}
.ring-offset-pink-50\/35 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.35);
}
.ring-offset-pink-50\/40 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.4);
}
.ring-offset-pink-50\/45 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.45);
}
.ring-offset-pink-50\/5 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.05);
}
.ring-offset-pink-50\/50 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.5);
}
.ring-offset-pink-50\/55 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.55);
}
.ring-offset-pink-50\/60 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.6);
}
.ring-offset-pink-50\/65 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.65);
}
.ring-offset-pink-50\/70 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.7);
}
.ring-offset-pink-50\/75 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.75);
}
.ring-offset-pink-50\/80 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.8);
}
.ring-offset-pink-50\/85 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.85);
}
.ring-offset-pink-50\/90 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.9);
}
.ring-offset-pink-50\/95 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.95);
}
.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}
.ring-offset-pink-500\/0 {
  --tw-ring-offset-color: rgb(236 72 153 / 0);
}
.ring-offset-pink-500\/10 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.1);
}
.ring-offset-pink-500\/100 {
  --tw-ring-offset-color: rgb(236 72 153 / 1);
}
.ring-offset-pink-500\/15 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.15);
}
.ring-offset-pink-500\/20 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.2);
}
.ring-offset-pink-500\/25 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.25);
}
.ring-offset-pink-500\/30 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.3);
}
.ring-offset-pink-500\/35 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.35);
}
.ring-offset-pink-500\/40 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.4);
}
.ring-offset-pink-500\/45 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.45);
}
.ring-offset-pink-500\/5 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.05);
}
.ring-offset-pink-500\/50 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.5);
}
.ring-offset-pink-500\/55 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.55);
}
.ring-offset-pink-500\/60 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.6);
}
.ring-offset-pink-500\/65 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.65);
}
.ring-offset-pink-500\/70 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.7);
}
.ring-offset-pink-500\/75 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.75);
}
.ring-offset-pink-500\/80 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.8);
}
.ring-offset-pink-500\/85 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.85);
}
.ring-offset-pink-500\/90 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.9);
}
.ring-offset-pink-500\/95 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.95);
}
.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}
.ring-offset-pink-600\/0 {
  --tw-ring-offset-color: rgb(219 39 119 / 0);
}
.ring-offset-pink-600\/10 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.1);
}
.ring-offset-pink-600\/100 {
  --tw-ring-offset-color: rgb(219 39 119 / 1);
}
.ring-offset-pink-600\/15 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.15);
}
.ring-offset-pink-600\/20 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.2);
}
.ring-offset-pink-600\/25 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.25);
}
.ring-offset-pink-600\/30 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.3);
}
.ring-offset-pink-600\/35 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.35);
}
.ring-offset-pink-600\/40 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.4);
}
.ring-offset-pink-600\/45 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.45);
}
.ring-offset-pink-600\/5 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.05);
}
.ring-offset-pink-600\/50 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.5);
}
.ring-offset-pink-600\/55 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.55);
}
.ring-offset-pink-600\/60 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.6);
}
.ring-offset-pink-600\/65 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.65);
}
.ring-offset-pink-600\/70 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.7);
}
.ring-offset-pink-600\/75 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.75);
}
.ring-offset-pink-600\/80 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.8);
}
.ring-offset-pink-600\/85 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.85);
}
.ring-offset-pink-600\/90 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.9);
}
.ring-offset-pink-600\/95 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.95);
}
.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}
.ring-offset-pink-700\/0 {
  --tw-ring-offset-color: rgb(190 24 93 / 0);
}
.ring-offset-pink-700\/10 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.1);
}
.ring-offset-pink-700\/100 {
  --tw-ring-offset-color: rgb(190 24 93 / 1);
}
.ring-offset-pink-700\/15 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.15);
}
.ring-offset-pink-700\/20 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.2);
}
.ring-offset-pink-700\/25 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.25);
}
.ring-offset-pink-700\/30 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.3);
}
.ring-offset-pink-700\/35 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.35);
}
.ring-offset-pink-700\/40 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.4);
}
.ring-offset-pink-700\/45 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.45);
}
.ring-offset-pink-700\/5 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.05);
}
.ring-offset-pink-700\/50 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.5);
}
.ring-offset-pink-700\/55 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.55);
}
.ring-offset-pink-700\/60 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.6);
}
.ring-offset-pink-700\/65 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.65);
}
.ring-offset-pink-700\/70 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.7);
}
.ring-offset-pink-700\/75 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.75);
}
.ring-offset-pink-700\/80 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.8);
}
.ring-offset-pink-700\/85 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.85);
}
.ring-offset-pink-700\/90 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.9);
}
.ring-offset-pink-700\/95 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.95);
}
.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}
.ring-offset-pink-800\/0 {
  --tw-ring-offset-color: rgb(157 23 77 / 0);
}
.ring-offset-pink-800\/10 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.1);
}
.ring-offset-pink-800\/100 {
  --tw-ring-offset-color: rgb(157 23 77 / 1);
}
.ring-offset-pink-800\/15 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.15);
}
.ring-offset-pink-800\/20 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.2);
}
.ring-offset-pink-800\/25 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.25);
}
.ring-offset-pink-800\/30 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.3);
}
.ring-offset-pink-800\/35 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.35);
}
.ring-offset-pink-800\/40 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.4);
}
.ring-offset-pink-800\/45 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.45);
}
.ring-offset-pink-800\/5 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.05);
}
.ring-offset-pink-800\/50 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.5);
}
.ring-offset-pink-800\/55 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.55);
}
.ring-offset-pink-800\/60 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.6);
}
.ring-offset-pink-800\/65 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.65);
}
.ring-offset-pink-800\/70 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.7);
}
.ring-offset-pink-800\/75 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.75);
}
.ring-offset-pink-800\/80 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.8);
}
.ring-offset-pink-800\/85 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.85);
}
.ring-offset-pink-800\/90 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.9);
}
.ring-offset-pink-800\/95 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.95);
}
.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}
.ring-offset-pink-900\/0 {
  --tw-ring-offset-color: rgb(131 24 67 / 0);
}
.ring-offset-pink-900\/10 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.1);
}
.ring-offset-pink-900\/100 {
  --tw-ring-offset-color: rgb(131 24 67 / 1);
}
.ring-offset-pink-900\/15 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.15);
}
.ring-offset-pink-900\/20 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.2);
}
.ring-offset-pink-900\/25 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.25);
}
.ring-offset-pink-900\/30 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.3);
}
.ring-offset-pink-900\/35 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.35);
}
.ring-offset-pink-900\/40 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.4);
}
.ring-offset-pink-900\/45 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.45);
}
.ring-offset-pink-900\/5 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.05);
}
.ring-offset-pink-900\/50 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.5);
}
.ring-offset-pink-900\/55 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.55);
}
.ring-offset-pink-900\/60 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.6);
}
.ring-offset-pink-900\/65 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.65);
}
.ring-offset-pink-900\/70 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.7);
}
.ring-offset-pink-900\/75 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.75);
}
.ring-offset-pink-900\/80 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.8);
}
.ring-offset-pink-900\/85 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.85);
}
.ring-offset-pink-900\/90 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.9);
}
.ring-offset-pink-900\/95 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.95);
}
.ring-offset-pink-950 {
  --tw-ring-offset-color: #500724;
}
.ring-offset-pink-950\/0 {
  --tw-ring-offset-color: rgb(80 7 36 / 0);
}
.ring-offset-pink-950\/10 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.1);
}
.ring-offset-pink-950\/100 {
  --tw-ring-offset-color: rgb(80 7 36 / 1);
}
.ring-offset-pink-950\/15 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.15);
}
.ring-offset-pink-950\/20 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.2);
}
.ring-offset-pink-950\/25 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.25);
}
.ring-offset-pink-950\/30 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.3);
}
.ring-offset-pink-950\/35 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.35);
}
.ring-offset-pink-950\/40 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.4);
}
.ring-offset-pink-950\/45 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.45);
}
.ring-offset-pink-950\/5 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.05);
}
.ring-offset-pink-950\/50 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.5);
}
.ring-offset-pink-950\/55 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.55);
}
.ring-offset-pink-950\/60 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.6);
}
.ring-offset-pink-950\/65 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.65);
}
.ring-offset-pink-950\/70 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.7);
}
.ring-offset-pink-950\/75 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.75);
}
.ring-offset-pink-950\/80 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.8);
}
.ring-offset-pink-950\/85 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.85);
}
.ring-offset-pink-950\/90 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.9);
}
.ring-offset-pink-950\/95 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.95);
}
.ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff;
}
.ring-offset-purple-100\/0 {
  --tw-ring-offset-color: rgb(243 232 255 / 0);
}
.ring-offset-purple-100\/10 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.1);
}
.ring-offset-purple-100\/100 {
  --tw-ring-offset-color: rgb(243 232 255 / 1);
}
.ring-offset-purple-100\/15 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.15);
}
.ring-offset-purple-100\/20 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.2);
}
.ring-offset-purple-100\/25 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.25);
}
.ring-offset-purple-100\/30 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.3);
}
.ring-offset-purple-100\/35 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.35);
}
.ring-offset-purple-100\/40 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.4);
}
.ring-offset-purple-100\/45 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.45);
}
.ring-offset-purple-100\/5 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.05);
}
.ring-offset-purple-100\/50 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.5);
}
.ring-offset-purple-100\/55 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.55);
}
.ring-offset-purple-100\/60 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.6);
}
.ring-offset-purple-100\/65 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.65);
}
.ring-offset-purple-100\/70 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.7);
}
.ring-offset-purple-100\/75 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.75);
}
.ring-offset-purple-100\/80 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.8);
}
.ring-offset-purple-100\/85 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.85);
}
.ring-offset-purple-100\/90 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.9);
}
.ring-offset-purple-100\/95 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.95);
}
.ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff;
}
.ring-offset-purple-200\/0 {
  --tw-ring-offset-color: rgb(233 213 255 / 0);
}
.ring-offset-purple-200\/10 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.1);
}
.ring-offset-purple-200\/100 {
  --tw-ring-offset-color: rgb(233 213 255 / 1);
}
.ring-offset-purple-200\/15 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.15);
}
.ring-offset-purple-200\/20 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.2);
}
.ring-offset-purple-200\/25 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.25);
}
.ring-offset-purple-200\/30 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.3);
}
.ring-offset-purple-200\/35 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.35);
}
.ring-offset-purple-200\/40 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.4);
}
.ring-offset-purple-200\/45 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.45);
}
.ring-offset-purple-200\/5 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.05);
}
.ring-offset-purple-200\/50 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.5);
}
.ring-offset-purple-200\/55 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.55);
}
.ring-offset-purple-200\/60 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.6);
}
.ring-offset-purple-200\/65 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.65);
}
.ring-offset-purple-200\/70 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.7);
}
.ring-offset-purple-200\/75 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.75);
}
.ring-offset-purple-200\/80 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.8);
}
.ring-offset-purple-200\/85 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.85);
}
.ring-offset-purple-200\/90 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.9);
}
.ring-offset-purple-200\/95 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.95);
}
.ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe;
}
.ring-offset-purple-300\/0 {
  --tw-ring-offset-color: rgb(216 180 254 / 0);
}
.ring-offset-purple-300\/10 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.1);
}
.ring-offset-purple-300\/100 {
  --tw-ring-offset-color: rgb(216 180 254 / 1);
}
.ring-offset-purple-300\/15 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.15);
}
.ring-offset-purple-300\/20 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.2);
}
.ring-offset-purple-300\/25 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.25);
}
.ring-offset-purple-300\/30 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.3);
}
.ring-offset-purple-300\/35 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.35);
}
.ring-offset-purple-300\/40 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.4);
}
.ring-offset-purple-300\/45 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.45);
}
.ring-offset-purple-300\/5 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.05);
}
.ring-offset-purple-300\/50 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.5);
}
.ring-offset-purple-300\/55 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.55);
}
.ring-offset-purple-300\/60 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.6);
}
.ring-offset-purple-300\/65 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.65);
}
.ring-offset-purple-300\/70 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.7);
}
.ring-offset-purple-300\/75 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.75);
}
.ring-offset-purple-300\/80 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.8);
}
.ring-offset-purple-300\/85 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.85);
}
.ring-offset-purple-300\/90 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.9);
}
.ring-offset-purple-300\/95 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.95);
}
.ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc;
}
.ring-offset-purple-400\/0 {
  --tw-ring-offset-color: rgb(192 132 252 / 0);
}
.ring-offset-purple-400\/10 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.1);
}
.ring-offset-purple-400\/100 {
  --tw-ring-offset-color: rgb(192 132 252 / 1);
}
.ring-offset-purple-400\/15 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.15);
}
.ring-offset-purple-400\/20 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.2);
}
.ring-offset-purple-400\/25 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.25);
}
.ring-offset-purple-400\/30 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.3);
}
.ring-offset-purple-400\/35 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.35);
}
.ring-offset-purple-400\/40 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.4);
}
.ring-offset-purple-400\/45 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.45);
}
.ring-offset-purple-400\/5 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.05);
}
.ring-offset-purple-400\/50 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.5);
}
.ring-offset-purple-400\/55 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.55);
}
.ring-offset-purple-400\/60 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.6);
}
.ring-offset-purple-400\/65 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.65);
}
.ring-offset-purple-400\/70 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.7);
}
.ring-offset-purple-400\/75 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.75);
}
.ring-offset-purple-400\/80 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.8);
}
.ring-offset-purple-400\/85 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.85);
}
.ring-offset-purple-400\/90 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.9);
}
.ring-offset-purple-400\/95 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.95);
}
.ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff;
}
.ring-offset-purple-50\/0 {
  --tw-ring-offset-color: rgb(250 245 255 / 0);
}
.ring-offset-purple-50\/10 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.1);
}
.ring-offset-purple-50\/100 {
  --tw-ring-offset-color: rgb(250 245 255 / 1);
}
.ring-offset-purple-50\/15 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.15);
}
.ring-offset-purple-50\/20 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.2);
}
.ring-offset-purple-50\/25 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.25);
}
.ring-offset-purple-50\/30 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.3);
}
.ring-offset-purple-50\/35 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.35);
}
.ring-offset-purple-50\/40 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.4);
}
.ring-offset-purple-50\/45 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.45);
}
.ring-offset-purple-50\/5 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.05);
}
.ring-offset-purple-50\/50 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.5);
}
.ring-offset-purple-50\/55 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.55);
}
.ring-offset-purple-50\/60 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.6);
}
.ring-offset-purple-50\/65 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.65);
}
.ring-offset-purple-50\/70 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.7);
}
.ring-offset-purple-50\/75 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.75);
}
.ring-offset-purple-50\/80 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.8);
}
.ring-offset-purple-50\/85 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.85);
}
.ring-offset-purple-50\/90 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.9);
}
.ring-offset-purple-50\/95 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.95);
}
.ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7;
}
.ring-offset-purple-500\/0 {
  --tw-ring-offset-color: rgb(168 85 247 / 0);
}
.ring-offset-purple-500\/10 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.1);
}
.ring-offset-purple-500\/100 {
  --tw-ring-offset-color: rgb(168 85 247 / 1);
}
.ring-offset-purple-500\/15 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.15);
}
.ring-offset-purple-500\/20 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.2);
}
.ring-offset-purple-500\/25 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.25);
}
.ring-offset-purple-500\/30 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.3);
}
.ring-offset-purple-500\/35 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.35);
}
.ring-offset-purple-500\/40 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.4);
}
.ring-offset-purple-500\/45 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.45);
}
.ring-offset-purple-500\/5 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.05);
}
.ring-offset-purple-500\/50 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.5);
}
.ring-offset-purple-500\/55 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.55);
}
.ring-offset-purple-500\/60 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.6);
}
.ring-offset-purple-500\/65 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.65);
}
.ring-offset-purple-500\/70 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.7);
}
.ring-offset-purple-500\/75 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.75);
}
.ring-offset-purple-500\/80 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.8);
}
.ring-offset-purple-500\/85 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.85);
}
.ring-offset-purple-500\/90 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.9);
}
.ring-offset-purple-500\/95 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.95);
}
.ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea;
}
.ring-offset-purple-600\/0 {
  --tw-ring-offset-color: rgb(147 51 234 / 0);
}
.ring-offset-purple-600\/10 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.1);
}
.ring-offset-purple-600\/100 {
  --tw-ring-offset-color: rgb(147 51 234 / 1);
}
.ring-offset-purple-600\/15 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.15);
}
.ring-offset-purple-600\/20 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.2);
}
.ring-offset-purple-600\/25 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.25);
}
.ring-offset-purple-600\/30 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.3);
}
.ring-offset-purple-600\/35 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.35);
}
.ring-offset-purple-600\/40 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.4);
}
.ring-offset-purple-600\/45 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.45);
}
.ring-offset-purple-600\/5 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.05);
}
.ring-offset-purple-600\/50 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.5);
}
.ring-offset-purple-600\/55 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.55);
}
.ring-offset-purple-600\/60 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.6);
}
.ring-offset-purple-600\/65 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.65);
}
.ring-offset-purple-600\/70 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.7);
}
.ring-offset-purple-600\/75 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.75);
}
.ring-offset-purple-600\/80 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.8);
}
.ring-offset-purple-600\/85 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.85);
}
.ring-offset-purple-600\/90 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.9);
}
.ring-offset-purple-600\/95 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.95);
}
.ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce;
}
.ring-offset-purple-700\/0 {
  --tw-ring-offset-color: rgb(126 34 206 / 0);
}
.ring-offset-purple-700\/10 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.1);
}
.ring-offset-purple-700\/100 {
  --tw-ring-offset-color: rgb(126 34 206 / 1);
}
.ring-offset-purple-700\/15 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.15);
}
.ring-offset-purple-700\/20 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.2);
}
.ring-offset-purple-700\/25 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.25);
}
.ring-offset-purple-700\/30 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.3);
}
.ring-offset-purple-700\/35 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.35);
}
.ring-offset-purple-700\/40 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.4);
}
.ring-offset-purple-700\/45 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.45);
}
.ring-offset-purple-700\/5 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.05);
}
.ring-offset-purple-700\/50 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.5);
}
.ring-offset-purple-700\/55 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.55);
}
.ring-offset-purple-700\/60 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.6);
}
.ring-offset-purple-700\/65 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.65);
}
.ring-offset-purple-700\/70 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.7);
}
.ring-offset-purple-700\/75 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.75);
}
.ring-offset-purple-700\/80 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.8);
}
.ring-offset-purple-700\/85 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.85);
}
.ring-offset-purple-700\/90 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.9);
}
.ring-offset-purple-700\/95 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.95);
}
.ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}
.ring-offset-purple-800\/0 {
  --tw-ring-offset-color: rgb(107 33 168 / 0);
}
.ring-offset-purple-800\/10 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.1);
}
.ring-offset-purple-800\/100 {
  --tw-ring-offset-color: rgb(107 33 168 / 1);
}
.ring-offset-purple-800\/15 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.15);
}
.ring-offset-purple-800\/20 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.2);
}
.ring-offset-purple-800\/25 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.25);
}
.ring-offset-purple-800\/30 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.3);
}
.ring-offset-purple-800\/35 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.35);
}
.ring-offset-purple-800\/40 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.4);
}
.ring-offset-purple-800\/45 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.45);
}
.ring-offset-purple-800\/5 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.05);
}
.ring-offset-purple-800\/50 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.5);
}
.ring-offset-purple-800\/55 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.55);
}
.ring-offset-purple-800\/60 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.6);
}
.ring-offset-purple-800\/65 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.65);
}
.ring-offset-purple-800\/70 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.7);
}
.ring-offset-purple-800\/75 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.75);
}
.ring-offset-purple-800\/80 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.8);
}
.ring-offset-purple-800\/85 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.85);
}
.ring-offset-purple-800\/90 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.9);
}
.ring-offset-purple-800\/95 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.95);
}
.ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}
.ring-offset-purple-900\/0 {
  --tw-ring-offset-color: rgb(88 28 135 / 0);
}
.ring-offset-purple-900\/10 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.1);
}
.ring-offset-purple-900\/100 {
  --tw-ring-offset-color: rgb(88 28 135 / 1);
}
.ring-offset-purple-900\/15 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.15);
}
.ring-offset-purple-900\/20 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.2);
}
.ring-offset-purple-900\/25 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.25);
}
.ring-offset-purple-900\/30 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.3);
}
.ring-offset-purple-900\/35 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.35);
}
.ring-offset-purple-900\/40 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.4);
}
.ring-offset-purple-900\/45 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.45);
}
.ring-offset-purple-900\/5 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.05);
}
.ring-offset-purple-900\/50 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.5);
}
.ring-offset-purple-900\/55 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.55);
}
.ring-offset-purple-900\/60 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.6);
}
.ring-offset-purple-900\/65 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.65);
}
.ring-offset-purple-900\/70 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.7);
}
.ring-offset-purple-900\/75 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.75);
}
.ring-offset-purple-900\/80 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.8);
}
.ring-offset-purple-900\/85 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.85);
}
.ring-offset-purple-900\/90 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.9);
}
.ring-offset-purple-900\/95 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.95);
}
.ring-offset-purple-950 {
  --tw-ring-offset-color: #3b0764;
}
.ring-offset-purple-950\/0 {
  --tw-ring-offset-color: rgb(59 7 100 / 0);
}
.ring-offset-purple-950\/10 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.1);
}
.ring-offset-purple-950\/100 {
  --tw-ring-offset-color: rgb(59 7 100 / 1);
}
.ring-offset-purple-950\/15 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.15);
}
.ring-offset-purple-950\/20 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.2);
}
.ring-offset-purple-950\/25 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.25);
}
.ring-offset-purple-950\/30 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.3);
}
.ring-offset-purple-950\/35 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.35);
}
.ring-offset-purple-950\/40 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.4);
}
.ring-offset-purple-950\/45 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.45);
}
.ring-offset-purple-950\/5 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.05);
}
.ring-offset-purple-950\/50 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.5);
}
.ring-offset-purple-950\/55 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.55);
}
.ring-offset-purple-950\/60 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.6);
}
.ring-offset-purple-950\/65 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.65);
}
.ring-offset-purple-950\/70 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.7);
}
.ring-offset-purple-950\/75 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.75);
}
.ring-offset-purple-950\/80 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.8);
}
.ring-offset-purple-950\/85 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.85);
}
.ring-offset-purple-950\/90 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.9);
}
.ring-offset-purple-950\/95 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.95);
}
.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}
.ring-offset-red-100\/0 {
  --tw-ring-offset-color: rgb(254 226 226 / 0);
}
.ring-offset-red-100\/10 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.1);
}
.ring-offset-red-100\/100 {
  --tw-ring-offset-color: rgb(254 226 226 / 1);
}
.ring-offset-red-100\/15 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.15);
}
.ring-offset-red-100\/20 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.2);
}
.ring-offset-red-100\/25 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.25);
}
.ring-offset-red-100\/30 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.3);
}
.ring-offset-red-100\/35 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.35);
}
.ring-offset-red-100\/40 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.4);
}
.ring-offset-red-100\/45 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.45);
}
.ring-offset-red-100\/5 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.05);
}
.ring-offset-red-100\/50 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.5);
}
.ring-offset-red-100\/55 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.55);
}
.ring-offset-red-100\/60 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.6);
}
.ring-offset-red-100\/65 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.65);
}
.ring-offset-red-100\/70 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.7);
}
.ring-offset-red-100\/75 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.75);
}
.ring-offset-red-100\/80 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.8);
}
.ring-offset-red-100\/85 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.85);
}
.ring-offset-red-100\/90 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.9);
}
.ring-offset-red-100\/95 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.95);
}
.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}
.ring-offset-red-200\/0 {
  --tw-ring-offset-color: rgb(254 202 202 / 0);
}
.ring-offset-red-200\/10 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.1);
}
.ring-offset-red-200\/100 {
  --tw-ring-offset-color: rgb(254 202 202 / 1);
}
.ring-offset-red-200\/15 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.15);
}
.ring-offset-red-200\/20 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.2);
}
.ring-offset-red-200\/25 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.25);
}
.ring-offset-red-200\/30 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.3);
}
.ring-offset-red-200\/35 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.35);
}
.ring-offset-red-200\/40 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.4);
}
.ring-offset-red-200\/45 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.45);
}
.ring-offset-red-200\/5 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.05);
}
.ring-offset-red-200\/50 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.5);
}
.ring-offset-red-200\/55 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.55);
}
.ring-offset-red-200\/60 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.6);
}
.ring-offset-red-200\/65 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.65);
}
.ring-offset-red-200\/70 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.7);
}
.ring-offset-red-200\/75 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.75);
}
.ring-offset-red-200\/80 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.8);
}
.ring-offset-red-200\/85 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.85);
}
.ring-offset-red-200\/90 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.9);
}
.ring-offset-red-200\/95 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.95);
}
.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}
.ring-offset-red-300\/0 {
  --tw-ring-offset-color: rgb(252 165 165 / 0);
}
.ring-offset-red-300\/10 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.1);
}
.ring-offset-red-300\/100 {
  --tw-ring-offset-color: rgb(252 165 165 / 1);
}
.ring-offset-red-300\/15 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.15);
}
.ring-offset-red-300\/20 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.2);
}
.ring-offset-red-300\/25 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.25);
}
.ring-offset-red-300\/30 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.3);
}
.ring-offset-red-300\/35 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.35);
}
.ring-offset-red-300\/40 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.4);
}
.ring-offset-red-300\/45 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.45);
}
.ring-offset-red-300\/5 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.05);
}
.ring-offset-red-300\/50 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.5);
}
.ring-offset-red-300\/55 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.55);
}
.ring-offset-red-300\/60 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.6);
}
.ring-offset-red-300\/65 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.65);
}
.ring-offset-red-300\/70 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.7);
}
.ring-offset-red-300\/75 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.75);
}
.ring-offset-red-300\/80 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.8);
}
.ring-offset-red-300\/85 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.85);
}
.ring-offset-red-300\/90 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.9);
}
.ring-offset-red-300\/95 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.95);
}
.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}
.ring-offset-red-400\/0 {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.ring-offset-red-400\/10 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.ring-offset-red-400\/100 {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-red-400\/15 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.15);
}
.ring-offset-red-400\/20 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.ring-offset-red-400\/25 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.ring-offset-red-400\/30 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.ring-offset-red-400\/35 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.35);
}
.ring-offset-red-400\/40 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.ring-offset-red-400\/45 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.45);
}
.ring-offset-red-400\/5 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.ring-offset-red-400\/50 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-red-400\/55 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.55);
}
.ring-offset-red-400\/60 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.ring-offset-red-400\/65 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.65);
}
.ring-offset-red-400\/70 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.ring-offset-red-400\/75 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.ring-offset-red-400\/80 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.ring-offset-red-400\/85 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.85);
}
.ring-offset-red-400\/90 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.ring-offset-red-400\/95 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}
.ring-offset-red-50\/0 {
  --tw-ring-offset-color: rgb(254 242 242 / 0);
}
.ring-offset-red-50\/10 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.1);
}
.ring-offset-red-50\/100 {
  --tw-ring-offset-color: rgb(254 242 242 / 1);
}
.ring-offset-red-50\/15 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.15);
}
.ring-offset-red-50\/20 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.2);
}
.ring-offset-red-50\/25 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.25);
}
.ring-offset-red-50\/30 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.3);
}
.ring-offset-red-50\/35 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.35);
}
.ring-offset-red-50\/40 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.4);
}
.ring-offset-red-50\/45 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.45);
}
.ring-offset-red-50\/5 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.05);
}
.ring-offset-red-50\/50 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.5);
}
.ring-offset-red-50\/55 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.55);
}
.ring-offset-red-50\/60 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.6);
}
.ring-offset-red-50\/65 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.65);
}
.ring-offset-red-50\/70 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.7);
}
.ring-offset-red-50\/75 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.75);
}
.ring-offset-red-50\/80 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.8);
}
.ring-offset-red-50\/85 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.85);
}
.ring-offset-red-50\/90 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.9);
}
.ring-offset-red-50\/95 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.95);
}
.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}
.ring-offset-red-500\/0 {
  --tw-ring-offset-color: rgb(239 68 68 / 0);
}
.ring-offset-red-500\/10 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.1);
}
.ring-offset-red-500\/100 {
  --tw-ring-offset-color: rgb(239 68 68 / 1);
}
.ring-offset-red-500\/15 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.15);
}
.ring-offset-red-500\/20 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.2);
}
.ring-offset-red-500\/25 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.25);
}
.ring-offset-red-500\/30 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.3);
}
.ring-offset-red-500\/35 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.35);
}
.ring-offset-red-500\/40 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.4);
}
.ring-offset-red-500\/45 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.45);
}
.ring-offset-red-500\/5 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.05);
}
.ring-offset-red-500\/50 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.5);
}
.ring-offset-red-500\/55 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.55);
}
.ring-offset-red-500\/60 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.6);
}
.ring-offset-red-500\/65 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.65);
}
.ring-offset-red-500\/70 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.7);
}
.ring-offset-red-500\/75 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.75);
}
.ring-offset-red-500\/80 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.8);
}
.ring-offset-red-500\/85 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.85);
}
.ring-offset-red-500\/90 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.9);
}
.ring-offset-red-500\/95 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.95);
}
.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}
.ring-offset-red-600\/0 {
  --tw-ring-offset-color: rgb(220 38 38 / 0);
}
.ring-offset-red-600\/10 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.1);
}
.ring-offset-red-600\/100 {
  --tw-ring-offset-color: rgb(220 38 38 / 1);
}
.ring-offset-red-600\/15 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.15);
}
.ring-offset-red-600\/20 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.2);
}
.ring-offset-red-600\/25 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.25);
}
.ring-offset-red-600\/30 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.3);
}
.ring-offset-red-600\/35 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.35);
}
.ring-offset-red-600\/40 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.4);
}
.ring-offset-red-600\/45 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.45);
}
.ring-offset-red-600\/5 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.05);
}
.ring-offset-red-600\/50 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.5);
}
.ring-offset-red-600\/55 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.55);
}
.ring-offset-red-600\/60 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.6);
}
.ring-offset-red-600\/65 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.65);
}
.ring-offset-red-600\/70 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.7);
}
.ring-offset-red-600\/75 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.75);
}
.ring-offset-red-600\/80 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.8);
}
.ring-offset-red-600\/85 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.85);
}
.ring-offset-red-600\/90 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.9);
}
.ring-offset-red-600\/95 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.95);
}
.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}
.ring-offset-red-700\/0 {
  --tw-ring-offset-color: rgb(185 28 28 / 0);
}
.ring-offset-red-700\/10 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.1);
}
.ring-offset-red-700\/100 {
  --tw-ring-offset-color: rgb(185 28 28 / 1);
}
.ring-offset-red-700\/15 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.15);
}
.ring-offset-red-700\/20 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.2);
}
.ring-offset-red-700\/25 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.25);
}
.ring-offset-red-700\/30 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.3);
}
.ring-offset-red-700\/35 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.35);
}
.ring-offset-red-700\/40 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.4);
}
.ring-offset-red-700\/45 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.45);
}
.ring-offset-red-700\/5 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.05);
}
.ring-offset-red-700\/50 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.5);
}
.ring-offset-red-700\/55 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.55);
}
.ring-offset-red-700\/60 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.6);
}
.ring-offset-red-700\/65 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.65);
}
.ring-offset-red-700\/70 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.7);
}
.ring-offset-red-700\/75 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.75);
}
.ring-offset-red-700\/80 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.8);
}
.ring-offset-red-700\/85 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.85);
}
.ring-offset-red-700\/90 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.9);
}
.ring-offset-red-700\/95 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.95);
}
.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}
.ring-offset-red-800\/0 {
  --tw-ring-offset-color: rgb(153 27 27 / 0);
}
.ring-offset-red-800\/10 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.1);
}
.ring-offset-red-800\/100 {
  --tw-ring-offset-color: rgb(153 27 27 / 1);
}
.ring-offset-red-800\/15 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.15);
}
.ring-offset-red-800\/20 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.2);
}
.ring-offset-red-800\/25 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.25);
}
.ring-offset-red-800\/30 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.3);
}
.ring-offset-red-800\/35 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.35);
}
.ring-offset-red-800\/40 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.4);
}
.ring-offset-red-800\/45 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.45);
}
.ring-offset-red-800\/5 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.05);
}
.ring-offset-red-800\/50 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.5);
}
.ring-offset-red-800\/55 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.55);
}
.ring-offset-red-800\/60 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.6);
}
.ring-offset-red-800\/65 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.65);
}
.ring-offset-red-800\/70 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.7);
}
.ring-offset-red-800\/75 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.75);
}
.ring-offset-red-800\/80 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.8);
}
.ring-offset-red-800\/85 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.85);
}
.ring-offset-red-800\/90 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.9);
}
.ring-offset-red-800\/95 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.95);
}
.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}
.ring-offset-red-900\/0 {
  --tw-ring-offset-color: rgb(127 29 29 / 0);
}
.ring-offset-red-900\/10 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.1);
}
.ring-offset-red-900\/100 {
  --tw-ring-offset-color: rgb(127 29 29 / 1);
}
.ring-offset-red-900\/15 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.15);
}
.ring-offset-red-900\/20 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.2);
}
.ring-offset-red-900\/25 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.25);
}
.ring-offset-red-900\/30 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.3);
}
.ring-offset-red-900\/35 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.35);
}
.ring-offset-red-900\/40 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.4);
}
.ring-offset-red-900\/45 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.45);
}
.ring-offset-red-900\/5 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.05);
}
.ring-offset-red-900\/50 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.5);
}
.ring-offset-red-900\/55 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.55);
}
.ring-offset-red-900\/60 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.6);
}
.ring-offset-red-900\/65 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.65);
}
.ring-offset-red-900\/70 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.7);
}
.ring-offset-red-900\/75 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.75);
}
.ring-offset-red-900\/80 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.8);
}
.ring-offset-red-900\/85 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.85);
}
.ring-offset-red-900\/90 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.9);
}
.ring-offset-red-900\/95 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.95);
}
.ring-offset-red-950 {
  --tw-ring-offset-color: #450a0a;
}
.ring-offset-red-950\/0 {
  --tw-ring-offset-color: rgb(69 10 10 / 0);
}
.ring-offset-red-950\/10 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.1);
}
.ring-offset-red-950\/100 {
  --tw-ring-offset-color: rgb(69 10 10 / 1);
}
.ring-offset-red-950\/15 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.15);
}
.ring-offset-red-950\/20 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.2);
}
.ring-offset-red-950\/25 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.25);
}
.ring-offset-red-950\/30 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.3);
}
.ring-offset-red-950\/35 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.35);
}
.ring-offset-red-950\/40 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.4);
}
.ring-offset-red-950\/45 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.45);
}
.ring-offset-red-950\/5 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.05);
}
.ring-offset-red-950\/50 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.5);
}
.ring-offset-red-950\/55 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.55);
}
.ring-offset-red-950\/60 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.6);
}
.ring-offset-red-950\/65 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.65);
}
.ring-offset-red-950\/70 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.7);
}
.ring-offset-red-950\/75 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.75);
}
.ring-offset-red-950\/80 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.8);
}
.ring-offset-red-950\/85 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.85);
}
.ring-offset-red-950\/90 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.9);
}
.ring-offset-red-950\/95 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.95);
}
.ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6;
}
.ring-offset-rose-100\/0 {
  --tw-ring-offset-color: rgb(255 228 230 / 0);
}
.ring-offset-rose-100\/10 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.1);
}
.ring-offset-rose-100\/100 {
  --tw-ring-offset-color: rgb(255 228 230 / 1);
}
.ring-offset-rose-100\/15 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.15);
}
.ring-offset-rose-100\/20 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.2);
}
.ring-offset-rose-100\/25 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.25);
}
.ring-offset-rose-100\/30 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.3);
}
.ring-offset-rose-100\/35 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.35);
}
.ring-offset-rose-100\/40 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.4);
}
.ring-offset-rose-100\/45 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.45);
}
.ring-offset-rose-100\/5 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.05);
}
.ring-offset-rose-100\/50 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.5);
}
.ring-offset-rose-100\/55 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.55);
}
.ring-offset-rose-100\/60 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.6);
}
.ring-offset-rose-100\/65 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.65);
}
.ring-offset-rose-100\/70 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.7);
}
.ring-offset-rose-100\/75 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.75);
}
.ring-offset-rose-100\/80 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.8);
}
.ring-offset-rose-100\/85 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.85);
}
.ring-offset-rose-100\/90 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.9);
}
.ring-offset-rose-100\/95 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.95);
}
.ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3;
}
.ring-offset-rose-200\/0 {
  --tw-ring-offset-color: rgb(254 205 211 / 0);
}
.ring-offset-rose-200\/10 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.1);
}
.ring-offset-rose-200\/100 {
  --tw-ring-offset-color: rgb(254 205 211 / 1);
}
.ring-offset-rose-200\/15 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.15);
}
.ring-offset-rose-200\/20 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.2);
}
.ring-offset-rose-200\/25 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.25);
}
.ring-offset-rose-200\/30 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.3);
}
.ring-offset-rose-200\/35 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.35);
}
.ring-offset-rose-200\/40 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.4);
}
.ring-offset-rose-200\/45 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.45);
}
.ring-offset-rose-200\/5 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.05);
}
.ring-offset-rose-200\/50 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.5);
}
.ring-offset-rose-200\/55 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.55);
}
.ring-offset-rose-200\/60 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.6);
}
.ring-offset-rose-200\/65 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.65);
}
.ring-offset-rose-200\/70 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.7);
}
.ring-offset-rose-200\/75 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.75);
}
.ring-offset-rose-200\/80 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.8);
}
.ring-offset-rose-200\/85 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.85);
}
.ring-offset-rose-200\/90 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.9);
}
.ring-offset-rose-200\/95 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.95);
}
.ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af;
}
.ring-offset-rose-300\/0 {
  --tw-ring-offset-color: rgb(253 164 175 / 0);
}
.ring-offset-rose-300\/10 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.1);
}
.ring-offset-rose-300\/100 {
  --tw-ring-offset-color: rgb(253 164 175 / 1);
}
.ring-offset-rose-300\/15 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.15);
}
.ring-offset-rose-300\/20 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.2);
}
.ring-offset-rose-300\/25 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.25);
}
.ring-offset-rose-300\/30 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.3);
}
.ring-offset-rose-300\/35 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.35);
}
.ring-offset-rose-300\/40 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.4);
}
.ring-offset-rose-300\/45 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.45);
}
.ring-offset-rose-300\/5 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.05);
}
.ring-offset-rose-300\/50 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.5);
}
.ring-offset-rose-300\/55 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.55);
}
.ring-offset-rose-300\/60 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.6);
}
.ring-offset-rose-300\/65 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.65);
}
.ring-offset-rose-300\/70 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.7);
}
.ring-offset-rose-300\/75 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.75);
}
.ring-offset-rose-300\/80 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.8);
}
.ring-offset-rose-300\/85 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.85);
}
.ring-offset-rose-300\/90 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.9);
}
.ring-offset-rose-300\/95 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.95);
}
.ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185;
}
.ring-offset-rose-400\/0 {
  --tw-ring-offset-color: rgb(251 113 133 / 0);
}
.ring-offset-rose-400\/10 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.1);
}
.ring-offset-rose-400\/100 {
  --tw-ring-offset-color: rgb(251 113 133 / 1);
}
.ring-offset-rose-400\/15 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.15);
}
.ring-offset-rose-400\/20 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.2);
}
.ring-offset-rose-400\/25 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.25);
}
.ring-offset-rose-400\/30 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.3);
}
.ring-offset-rose-400\/35 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.35);
}
.ring-offset-rose-400\/40 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.4);
}
.ring-offset-rose-400\/45 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.45);
}
.ring-offset-rose-400\/5 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.05);
}
.ring-offset-rose-400\/50 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.5);
}
.ring-offset-rose-400\/55 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.55);
}
.ring-offset-rose-400\/60 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.6);
}
.ring-offset-rose-400\/65 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.65);
}
.ring-offset-rose-400\/70 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.7);
}
.ring-offset-rose-400\/75 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.75);
}
.ring-offset-rose-400\/80 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.8);
}
.ring-offset-rose-400\/85 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.85);
}
.ring-offset-rose-400\/90 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.9);
}
.ring-offset-rose-400\/95 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.95);
}
.ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2;
}
.ring-offset-rose-50\/0 {
  --tw-ring-offset-color: rgb(255 241 242 / 0);
}
.ring-offset-rose-50\/10 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.1);
}
.ring-offset-rose-50\/100 {
  --tw-ring-offset-color: rgb(255 241 242 / 1);
}
.ring-offset-rose-50\/15 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.15);
}
.ring-offset-rose-50\/20 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.2);
}
.ring-offset-rose-50\/25 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.25);
}
.ring-offset-rose-50\/30 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.3);
}
.ring-offset-rose-50\/35 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.35);
}
.ring-offset-rose-50\/40 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.4);
}
.ring-offset-rose-50\/45 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.45);
}
.ring-offset-rose-50\/5 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.05);
}
.ring-offset-rose-50\/50 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.5);
}
.ring-offset-rose-50\/55 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.55);
}
.ring-offset-rose-50\/60 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.6);
}
.ring-offset-rose-50\/65 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.65);
}
.ring-offset-rose-50\/70 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.7);
}
.ring-offset-rose-50\/75 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.75);
}
.ring-offset-rose-50\/80 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.8);
}
.ring-offset-rose-50\/85 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.85);
}
.ring-offset-rose-50\/90 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.9);
}
.ring-offset-rose-50\/95 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.95);
}
.ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e;
}
.ring-offset-rose-500\/0 {
  --tw-ring-offset-color: rgb(244 63 94 / 0);
}
.ring-offset-rose-500\/10 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.1);
}
.ring-offset-rose-500\/100 {
  --tw-ring-offset-color: rgb(244 63 94 / 1);
}
.ring-offset-rose-500\/15 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.15);
}
.ring-offset-rose-500\/20 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.2);
}
.ring-offset-rose-500\/25 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.25);
}
.ring-offset-rose-500\/30 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.3);
}
.ring-offset-rose-500\/35 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.35);
}
.ring-offset-rose-500\/40 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.4);
}
.ring-offset-rose-500\/45 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.45);
}
.ring-offset-rose-500\/5 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.05);
}
.ring-offset-rose-500\/50 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.5);
}
.ring-offset-rose-500\/55 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.55);
}
.ring-offset-rose-500\/60 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.6);
}
.ring-offset-rose-500\/65 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.65);
}
.ring-offset-rose-500\/70 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.7);
}
.ring-offset-rose-500\/75 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.75);
}
.ring-offset-rose-500\/80 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.8);
}
.ring-offset-rose-500\/85 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.85);
}
.ring-offset-rose-500\/90 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.9);
}
.ring-offset-rose-500\/95 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.95);
}
.ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48;
}
.ring-offset-rose-600\/0 {
  --tw-ring-offset-color: rgb(225 29 72 / 0);
}
.ring-offset-rose-600\/10 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.1);
}
.ring-offset-rose-600\/100 {
  --tw-ring-offset-color: rgb(225 29 72 / 1);
}
.ring-offset-rose-600\/15 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.15);
}
.ring-offset-rose-600\/20 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.2);
}
.ring-offset-rose-600\/25 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.25);
}
.ring-offset-rose-600\/30 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.3);
}
.ring-offset-rose-600\/35 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.35);
}
.ring-offset-rose-600\/40 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.4);
}
.ring-offset-rose-600\/45 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.45);
}
.ring-offset-rose-600\/5 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.05);
}
.ring-offset-rose-600\/50 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.5);
}
.ring-offset-rose-600\/55 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.55);
}
.ring-offset-rose-600\/60 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.6);
}
.ring-offset-rose-600\/65 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.65);
}
.ring-offset-rose-600\/70 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.7);
}
.ring-offset-rose-600\/75 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.75);
}
.ring-offset-rose-600\/80 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.8);
}
.ring-offset-rose-600\/85 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.85);
}
.ring-offset-rose-600\/90 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.9);
}
.ring-offset-rose-600\/95 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.95);
}
.ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c;
}
.ring-offset-rose-700\/0 {
  --tw-ring-offset-color: rgb(190 18 60 / 0);
}
.ring-offset-rose-700\/10 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.1);
}
.ring-offset-rose-700\/100 {
  --tw-ring-offset-color: rgb(190 18 60 / 1);
}
.ring-offset-rose-700\/15 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.15);
}
.ring-offset-rose-700\/20 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.2);
}
.ring-offset-rose-700\/25 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.25);
}
.ring-offset-rose-700\/30 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.3);
}
.ring-offset-rose-700\/35 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.35);
}
.ring-offset-rose-700\/40 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.4);
}
.ring-offset-rose-700\/45 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.45);
}
.ring-offset-rose-700\/5 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.05);
}
.ring-offset-rose-700\/50 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.5);
}
.ring-offset-rose-700\/55 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.55);
}
.ring-offset-rose-700\/60 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.6);
}
.ring-offset-rose-700\/65 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.65);
}
.ring-offset-rose-700\/70 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.7);
}
.ring-offset-rose-700\/75 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.75);
}
.ring-offset-rose-700\/80 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.8);
}
.ring-offset-rose-700\/85 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.85);
}
.ring-offset-rose-700\/90 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.9);
}
.ring-offset-rose-700\/95 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.95);
}
.ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239;
}
.ring-offset-rose-800\/0 {
  --tw-ring-offset-color: rgb(159 18 57 / 0);
}
.ring-offset-rose-800\/10 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.1);
}
.ring-offset-rose-800\/100 {
  --tw-ring-offset-color: rgb(159 18 57 / 1);
}
.ring-offset-rose-800\/15 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.15);
}
.ring-offset-rose-800\/20 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.2);
}
.ring-offset-rose-800\/25 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.25);
}
.ring-offset-rose-800\/30 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.3);
}
.ring-offset-rose-800\/35 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.35);
}
.ring-offset-rose-800\/40 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.4);
}
.ring-offset-rose-800\/45 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.45);
}
.ring-offset-rose-800\/5 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.05);
}
.ring-offset-rose-800\/50 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.5);
}
.ring-offset-rose-800\/55 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.55);
}
.ring-offset-rose-800\/60 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.6);
}
.ring-offset-rose-800\/65 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.65);
}
.ring-offset-rose-800\/70 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.7);
}
.ring-offset-rose-800\/75 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.75);
}
.ring-offset-rose-800\/80 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.8);
}
.ring-offset-rose-800\/85 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.85);
}
.ring-offset-rose-800\/90 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.9);
}
.ring-offset-rose-800\/95 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.95);
}
.ring-offset-rose-900 {
  --tw-ring-offset-color: #881337;
}
.ring-offset-rose-900\/0 {
  --tw-ring-offset-color: rgb(136 19 55 / 0);
}
.ring-offset-rose-900\/10 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.1);
}
.ring-offset-rose-900\/100 {
  --tw-ring-offset-color: rgb(136 19 55 / 1);
}
.ring-offset-rose-900\/15 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.15);
}
.ring-offset-rose-900\/20 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.2);
}
.ring-offset-rose-900\/25 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.25);
}
.ring-offset-rose-900\/30 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.3);
}
.ring-offset-rose-900\/35 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.35);
}
.ring-offset-rose-900\/40 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.4);
}
.ring-offset-rose-900\/45 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.45);
}
.ring-offset-rose-900\/5 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.05);
}
.ring-offset-rose-900\/50 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.5);
}
.ring-offset-rose-900\/55 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.55);
}
.ring-offset-rose-900\/60 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.6);
}
.ring-offset-rose-900\/65 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.65);
}
.ring-offset-rose-900\/70 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.7);
}
.ring-offset-rose-900\/75 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.75);
}
.ring-offset-rose-900\/80 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.8);
}
.ring-offset-rose-900\/85 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.85);
}
.ring-offset-rose-900\/90 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.9);
}
.ring-offset-rose-900\/95 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.95);
}
.ring-offset-rose-950 {
  --tw-ring-offset-color: #4c0519;
}
.ring-offset-rose-950\/0 {
  --tw-ring-offset-color: rgb(76 5 25 / 0);
}
.ring-offset-rose-950\/10 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.1);
}
.ring-offset-rose-950\/100 {
  --tw-ring-offset-color: rgb(76 5 25 / 1);
}
.ring-offset-rose-950\/15 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.15);
}
.ring-offset-rose-950\/20 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.2);
}
.ring-offset-rose-950\/25 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.25);
}
.ring-offset-rose-950\/30 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.3);
}
.ring-offset-rose-950\/35 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.35);
}
.ring-offset-rose-950\/40 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.4);
}
.ring-offset-rose-950\/45 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.45);
}
.ring-offset-rose-950\/5 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.05);
}
.ring-offset-rose-950\/50 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.5);
}
.ring-offset-rose-950\/55 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.55);
}
.ring-offset-rose-950\/60 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.6);
}
.ring-offset-rose-950\/65 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.65);
}
.ring-offset-rose-950\/70 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.7);
}
.ring-offset-rose-950\/75 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.75);
}
.ring-offset-rose-950\/80 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.8);
}
.ring-offset-rose-950\/85 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.85);
}
.ring-offset-rose-950\/90 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.9);
}
.ring-offset-rose-950\/95 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.95);
}
.ring-offset-sky-100 {
  --tw-ring-offset-color: #e0f2fe;
}
.ring-offset-sky-100\/0 {
  --tw-ring-offset-color: rgb(224 242 254 / 0);
}
.ring-offset-sky-100\/10 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.1);
}
.ring-offset-sky-100\/100 {
  --tw-ring-offset-color: rgb(224 242 254 / 1);
}
.ring-offset-sky-100\/15 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.15);
}
.ring-offset-sky-100\/20 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.2);
}
.ring-offset-sky-100\/25 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.25);
}
.ring-offset-sky-100\/30 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.3);
}
.ring-offset-sky-100\/35 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.35);
}
.ring-offset-sky-100\/40 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.4);
}
.ring-offset-sky-100\/45 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.45);
}
.ring-offset-sky-100\/5 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.05);
}
.ring-offset-sky-100\/50 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.5);
}
.ring-offset-sky-100\/55 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.55);
}
.ring-offset-sky-100\/60 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.6);
}
.ring-offset-sky-100\/65 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.65);
}
.ring-offset-sky-100\/70 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.7);
}
.ring-offset-sky-100\/75 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.75);
}
.ring-offset-sky-100\/80 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.8);
}
.ring-offset-sky-100\/85 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.85);
}
.ring-offset-sky-100\/90 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.9);
}
.ring-offset-sky-100\/95 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.95);
}
.ring-offset-sky-200 {
  --tw-ring-offset-color: #bae6fd;
}
.ring-offset-sky-200\/0 {
  --tw-ring-offset-color: rgb(186 230 253 / 0);
}
.ring-offset-sky-200\/10 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.1);
}
.ring-offset-sky-200\/100 {
  --tw-ring-offset-color: rgb(186 230 253 / 1);
}
.ring-offset-sky-200\/15 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.15);
}
.ring-offset-sky-200\/20 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.2);
}
.ring-offset-sky-200\/25 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.25);
}
.ring-offset-sky-200\/30 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.3);
}
.ring-offset-sky-200\/35 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.35);
}
.ring-offset-sky-200\/40 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.4);
}
.ring-offset-sky-200\/45 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.45);
}
.ring-offset-sky-200\/5 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.05);
}
.ring-offset-sky-200\/50 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.5);
}
.ring-offset-sky-200\/55 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.55);
}
.ring-offset-sky-200\/60 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.6);
}
.ring-offset-sky-200\/65 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.65);
}
.ring-offset-sky-200\/70 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.7);
}
.ring-offset-sky-200\/75 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.75);
}
.ring-offset-sky-200\/80 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.8);
}
.ring-offset-sky-200\/85 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.85);
}
.ring-offset-sky-200\/90 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.9);
}
.ring-offset-sky-200\/95 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.95);
}
.ring-offset-sky-300 {
  --tw-ring-offset-color: #7dd3fc;
}
.ring-offset-sky-300\/0 {
  --tw-ring-offset-color: rgb(125 211 252 / 0);
}
.ring-offset-sky-300\/10 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.1);
}
.ring-offset-sky-300\/100 {
  --tw-ring-offset-color: rgb(125 211 252 / 1);
}
.ring-offset-sky-300\/15 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.15);
}
.ring-offset-sky-300\/20 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.2);
}
.ring-offset-sky-300\/25 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.25);
}
.ring-offset-sky-300\/30 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.3);
}
.ring-offset-sky-300\/35 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.35);
}
.ring-offset-sky-300\/40 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.4);
}
.ring-offset-sky-300\/45 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.45);
}
.ring-offset-sky-300\/5 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.05);
}
.ring-offset-sky-300\/50 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.5);
}
.ring-offset-sky-300\/55 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.55);
}
.ring-offset-sky-300\/60 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.6);
}
.ring-offset-sky-300\/65 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.65);
}
.ring-offset-sky-300\/70 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.7);
}
.ring-offset-sky-300\/75 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.75);
}
.ring-offset-sky-300\/80 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.8);
}
.ring-offset-sky-300\/85 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.85);
}
.ring-offset-sky-300\/90 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.9);
}
.ring-offset-sky-300\/95 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.95);
}
.ring-offset-sky-400 {
  --tw-ring-offset-color: #38bdf8;
}
.ring-offset-sky-400\/0 {
  --tw-ring-offset-color: rgb(56 189 248 / 0);
}
.ring-offset-sky-400\/10 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.1);
}
.ring-offset-sky-400\/100 {
  --tw-ring-offset-color: rgb(56 189 248 / 1);
}
.ring-offset-sky-400\/15 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.15);
}
.ring-offset-sky-400\/20 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.2);
}
.ring-offset-sky-400\/25 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.25);
}
.ring-offset-sky-400\/30 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.3);
}
.ring-offset-sky-400\/35 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.35);
}
.ring-offset-sky-400\/40 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.4);
}
.ring-offset-sky-400\/45 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.45);
}
.ring-offset-sky-400\/5 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.05);
}
.ring-offset-sky-400\/50 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.5);
}
.ring-offset-sky-400\/55 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.55);
}
.ring-offset-sky-400\/60 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.6);
}
.ring-offset-sky-400\/65 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.65);
}
.ring-offset-sky-400\/70 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.7);
}
.ring-offset-sky-400\/75 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.75);
}
.ring-offset-sky-400\/80 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.8);
}
.ring-offset-sky-400\/85 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.85);
}
.ring-offset-sky-400\/90 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.9);
}
.ring-offset-sky-400\/95 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.95);
}
.ring-offset-sky-50 {
  --tw-ring-offset-color: #f0f9ff;
}
.ring-offset-sky-50\/0 {
  --tw-ring-offset-color: rgb(240 249 255 / 0);
}
.ring-offset-sky-50\/10 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.1);
}
.ring-offset-sky-50\/100 {
  --tw-ring-offset-color: rgb(240 249 255 / 1);
}
.ring-offset-sky-50\/15 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.15);
}
.ring-offset-sky-50\/20 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.2);
}
.ring-offset-sky-50\/25 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.25);
}
.ring-offset-sky-50\/30 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.3);
}
.ring-offset-sky-50\/35 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.35);
}
.ring-offset-sky-50\/40 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.4);
}
.ring-offset-sky-50\/45 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.45);
}
.ring-offset-sky-50\/5 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.05);
}
.ring-offset-sky-50\/50 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.5);
}
.ring-offset-sky-50\/55 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.55);
}
.ring-offset-sky-50\/60 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.6);
}
.ring-offset-sky-50\/65 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.65);
}
.ring-offset-sky-50\/70 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.7);
}
.ring-offset-sky-50\/75 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.75);
}
.ring-offset-sky-50\/80 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.8);
}
.ring-offset-sky-50\/85 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.85);
}
.ring-offset-sky-50\/90 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.9);
}
.ring-offset-sky-50\/95 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.95);
}
.ring-offset-sky-500 {
  --tw-ring-offset-color: #0ea5e9;
}
.ring-offset-sky-500\/0 {
  --tw-ring-offset-color: rgb(14 165 233 / 0);
}
.ring-offset-sky-500\/10 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.1);
}
.ring-offset-sky-500\/100 {
  --tw-ring-offset-color: rgb(14 165 233 / 1);
}
.ring-offset-sky-500\/15 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.15);
}
.ring-offset-sky-500\/20 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.2);
}
.ring-offset-sky-500\/25 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.25);
}
.ring-offset-sky-500\/30 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.3);
}
.ring-offset-sky-500\/35 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.35);
}
.ring-offset-sky-500\/40 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.4);
}
.ring-offset-sky-500\/45 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.45);
}
.ring-offset-sky-500\/5 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.05);
}
.ring-offset-sky-500\/50 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.5);
}
.ring-offset-sky-500\/55 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.55);
}
.ring-offset-sky-500\/60 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.6);
}
.ring-offset-sky-500\/65 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.65);
}
.ring-offset-sky-500\/70 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.7);
}
.ring-offset-sky-500\/75 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.75);
}
.ring-offset-sky-500\/80 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.8);
}
.ring-offset-sky-500\/85 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.85);
}
.ring-offset-sky-500\/90 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.9);
}
.ring-offset-sky-500\/95 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.95);
}
.ring-offset-sky-600 {
  --tw-ring-offset-color: #0284c7;
}
.ring-offset-sky-600\/0 {
  --tw-ring-offset-color: rgb(2 132 199 / 0);
}
.ring-offset-sky-600\/10 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.1);
}
.ring-offset-sky-600\/100 {
  --tw-ring-offset-color: rgb(2 132 199 / 1);
}
.ring-offset-sky-600\/15 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.15);
}
.ring-offset-sky-600\/20 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.2);
}
.ring-offset-sky-600\/25 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.25);
}
.ring-offset-sky-600\/30 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.3);
}
.ring-offset-sky-600\/35 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.35);
}
.ring-offset-sky-600\/40 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.4);
}
.ring-offset-sky-600\/45 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.45);
}
.ring-offset-sky-600\/5 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.05);
}
.ring-offset-sky-600\/50 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.5);
}
.ring-offset-sky-600\/55 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.55);
}
.ring-offset-sky-600\/60 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.6);
}
.ring-offset-sky-600\/65 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.65);
}
.ring-offset-sky-600\/70 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.7);
}
.ring-offset-sky-600\/75 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.75);
}
.ring-offset-sky-600\/80 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.8);
}
.ring-offset-sky-600\/85 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.85);
}
.ring-offset-sky-600\/90 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.9);
}
.ring-offset-sky-600\/95 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.95);
}
.ring-offset-sky-700 {
  --tw-ring-offset-color: #0369a1;
}
.ring-offset-sky-700\/0 {
  --tw-ring-offset-color: rgb(3 105 161 / 0);
}
.ring-offset-sky-700\/10 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.1);
}
.ring-offset-sky-700\/100 {
  --tw-ring-offset-color: rgb(3 105 161 / 1);
}
.ring-offset-sky-700\/15 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.15);
}
.ring-offset-sky-700\/20 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.2);
}
.ring-offset-sky-700\/25 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.25);
}
.ring-offset-sky-700\/30 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.3);
}
.ring-offset-sky-700\/35 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.35);
}
.ring-offset-sky-700\/40 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.4);
}
.ring-offset-sky-700\/45 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.45);
}
.ring-offset-sky-700\/5 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.05);
}
.ring-offset-sky-700\/50 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.5);
}
.ring-offset-sky-700\/55 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.55);
}
.ring-offset-sky-700\/60 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.6);
}
.ring-offset-sky-700\/65 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.65);
}
.ring-offset-sky-700\/70 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.7);
}
.ring-offset-sky-700\/75 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.75);
}
.ring-offset-sky-700\/80 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.8);
}
.ring-offset-sky-700\/85 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.85);
}
.ring-offset-sky-700\/90 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.9);
}
.ring-offset-sky-700\/95 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.95);
}
.ring-offset-sky-800 {
  --tw-ring-offset-color: #075985;
}
.ring-offset-sky-800\/0 {
  --tw-ring-offset-color: rgb(7 89 133 / 0);
}
.ring-offset-sky-800\/10 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.1);
}
.ring-offset-sky-800\/100 {
  --tw-ring-offset-color: rgb(7 89 133 / 1);
}
.ring-offset-sky-800\/15 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.15);
}
.ring-offset-sky-800\/20 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.2);
}
.ring-offset-sky-800\/25 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.25);
}
.ring-offset-sky-800\/30 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.3);
}
.ring-offset-sky-800\/35 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.35);
}
.ring-offset-sky-800\/40 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.4);
}
.ring-offset-sky-800\/45 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.45);
}
.ring-offset-sky-800\/5 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.05);
}
.ring-offset-sky-800\/50 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.5);
}
.ring-offset-sky-800\/55 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.55);
}
.ring-offset-sky-800\/60 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.6);
}
.ring-offset-sky-800\/65 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.65);
}
.ring-offset-sky-800\/70 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.7);
}
.ring-offset-sky-800\/75 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.75);
}
.ring-offset-sky-800\/80 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.8);
}
.ring-offset-sky-800\/85 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.85);
}
.ring-offset-sky-800\/90 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.9);
}
.ring-offset-sky-800\/95 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.95);
}
.ring-offset-sky-900 {
  --tw-ring-offset-color: #0c4a6e;
}
.ring-offset-sky-900\/0 {
  --tw-ring-offset-color: rgb(12 74 110 / 0);
}
.ring-offset-sky-900\/10 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.1);
}
.ring-offset-sky-900\/100 {
  --tw-ring-offset-color: rgb(12 74 110 / 1);
}
.ring-offset-sky-900\/15 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.15);
}
.ring-offset-sky-900\/20 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.2);
}
.ring-offset-sky-900\/25 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.25);
}
.ring-offset-sky-900\/30 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.3);
}
.ring-offset-sky-900\/35 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.35);
}
.ring-offset-sky-900\/40 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.4);
}
.ring-offset-sky-900\/45 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.45);
}
.ring-offset-sky-900\/5 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.05);
}
.ring-offset-sky-900\/50 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.5);
}
.ring-offset-sky-900\/55 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.55);
}
.ring-offset-sky-900\/60 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.6);
}
.ring-offset-sky-900\/65 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.65);
}
.ring-offset-sky-900\/70 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.7);
}
.ring-offset-sky-900\/75 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.75);
}
.ring-offset-sky-900\/80 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.8);
}
.ring-offset-sky-900\/85 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.85);
}
.ring-offset-sky-900\/90 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.9);
}
.ring-offset-sky-900\/95 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.95);
}
.ring-offset-sky-950 {
  --tw-ring-offset-color: #082f49;
}
.ring-offset-sky-950\/0 {
  --tw-ring-offset-color: rgb(8 47 73 / 0);
}
.ring-offset-sky-950\/10 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.1);
}
.ring-offset-sky-950\/100 {
  --tw-ring-offset-color: rgb(8 47 73 / 1);
}
.ring-offset-sky-950\/15 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.15);
}
.ring-offset-sky-950\/20 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.2);
}
.ring-offset-sky-950\/25 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.25);
}
.ring-offset-sky-950\/30 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.3);
}
.ring-offset-sky-950\/35 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.35);
}
.ring-offset-sky-950\/40 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.4);
}
.ring-offset-sky-950\/45 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.45);
}
.ring-offset-sky-950\/5 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.05);
}
.ring-offset-sky-950\/50 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.5);
}
.ring-offset-sky-950\/55 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.55);
}
.ring-offset-sky-950\/60 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.6);
}
.ring-offset-sky-950\/65 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.65);
}
.ring-offset-sky-950\/70 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.7);
}
.ring-offset-sky-950\/75 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.75);
}
.ring-offset-sky-950\/80 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.8);
}
.ring-offset-sky-950\/85 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.85);
}
.ring-offset-sky-950\/90 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.9);
}
.ring-offset-sky-950\/95 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.95);
}
.ring-offset-slate-100 {
  --tw-ring-offset-color: #f1f5f9;
}
.ring-offset-slate-100\/0 {
  --tw-ring-offset-color: rgb(241 245 249 / 0);
}
.ring-offset-slate-100\/10 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.1);
}
.ring-offset-slate-100\/100 {
  --tw-ring-offset-color: rgb(241 245 249 / 1);
}
.ring-offset-slate-100\/15 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.15);
}
.ring-offset-slate-100\/20 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.2);
}
.ring-offset-slate-100\/25 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.25);
}
.ring-offset-slate-100\/30 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.3);
}
.ring-offset-slate-100\/35 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.35);
}
.ring-offset-slate-100\/40 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.4);
}
.ring-offset-slate-100\/45 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.45);
}
.ring-offset-slate-100\/5 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.05);
}
.ring-offset-slate-100\/50 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.5);
}
.ring-offset-slate-100\/55 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.55);
}
.ring-offset-slate-100\/60 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.6);
}
.ring-offset-slate-100\/65 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.65);
}
.ring-offset-slate-100\/70 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.7);
}
.ring-offset-slate-100\/75 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.75);
}
.ring-offset-slate-100\/80 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.8);
}
.ring-offset-slate-100\/85 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.85);
}
.ring-offset-slate-100\/90 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.9);
}
.ring-offset-slate-100\/95 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.95);
}
.ring-offset-slate-200 {
  --tw-ring-offset-color: #e2e8f0;
}
.ring-offset-slate-200\/0 {
  --tw-ring-offset-color: rgb(226 232 240 / 0);
}
.ring-offset-slate-200\/10 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.1);
}
.ring-offset-slate-200\/100 {
  --tw-ring-offset-color: rgb(226 232 240 / 1);
}
.ring-offset-slate-200\/15 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.15);
}
.ring-offset-slate-200\/20 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.2);
}
.ring-offset-slate-200\/25 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.25);
}
.ring-offset-slate-200\/30 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.3);
}
.ring-offset-slate-200\/35 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.35);
}
.ring-offset-slate-200\/40 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.4);
}
.ring-offset-slate-200\/45 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.45);
}
.ring-offset-slate-200\/5 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.05);
}
.ring-offset-slate-200\/50 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.5);
}
.ring-offset-slate-200\/55 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.55);
}
.ring-offset-slate-200\/60 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.6);
}
.ring-offset-slate-200\/65 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.65);
}
.ring-offset-slate-200\/70 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.7);
}
.ring-offset-slate-200\/75 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.75);
}
.ring-offset-slate-200\/80 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.8);
}
.ring-offset-slate-200\/85 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.85);
}
.ring-offset-slate-200\/90 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.9);
}
.ring-offset-slate-200\/95 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.95);
}
.ring-offset-slate-300 {
  --tw-ring-offset-color: #cbd5e1;
}
.ring-offset-slate-300\/0 {
  --tw-ring-offset-color: rgb(203 213 225 / 0);
}
.ring-offset-slate-300\/10 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.1);
}
.ring-offset-slate-300\/100 {
  --tw-ring-offset-color: rgb(203 213 225 / 1);
}
.ring-offset-slate-300\/15 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.15);
}
.ring-offset-slate-300\/20 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.2);
}
.ring-offset-slate-300\/25 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.25);
}
.ring-offset-slate-300\/30 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.3);
}
.ring-offset-slate-300\/35 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.35);
}
.ring-offset-slate-300\/40 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.4);
}
.ring-offset-slate-300\/45 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.45);
}
.ring-offset-slate-300\/5 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.05);
}
.ring-offset-slate-300\/50 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.5);
}
.ring-offset-slate-300\/55 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.55);
}
.ring-offset-slate-300\/60 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.6);
}
.ring-offset-slate-300\/65 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.65);
}
.ring-offset-slate-300\/70 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.7);
}
.ring-offset-slate-300\/75 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.75);
}
.ring-offset-slate-300\/80 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.8);
}
.ring-offset-slate-300\/85 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.85);
}
.ring-offset-slate-300\/90 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.9);
}
.ring-offset-slate-300\/95 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.95);
}
.ring-offset-slate-400 {
  --tw-ring-offset-color: #94a3b8;
}
.ring-offset-slate-400\/0 {
  --tw-ring-offset-color: rgb(148 163 184 / 0);
}
.ring-offset-slate-400\/10 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.1);
}
.ring-offset-slate-400\/100 {
  --tw-ring-offset-color: rgb(148 163 184 / 1);
}
.ring-offset-slate-400\/15 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.15);
}
.ring-offset-slate-400\/20 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.2);
}
.ring-offset-slate-400\/25 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.25);
}
.ring-offset-slate-400\/30 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.3);
}
.ring-offset-slate-400\/35 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.35);
}
.ring-offset-slate-400\/40 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.4);
}
.ring-offset-slate-400\/45 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.45);
}
.ring-offset-slate-400\/5 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.05);
}
.ring-offset-slate-400\/50 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.5);
}
.ring-offset-slate-400\/55 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.55);
}
.ring-offset-slate-400\/60 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.6);
}
.ring-offset-slate-400\/65 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.65);
}
.ring-offset-slate-400\/70 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.7);
}
.ring-offset-slate-400\/75 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.75);
}
.ring-offset-slate-400\/80 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.8);
}
.ring-offset-slate-400\/85 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.85);
}
.ring-offset-slate-400\/90 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.9);
}
.ring-offset-slate-400\/95 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.95);
}
.ring-offset-slate-50 {
  --tw-ring-offset-color: #f8fafc;
}
.ring-offset-slate-50\/0 {
  --tw-ring-offset-color: rgb(248 250 252 / 0);
}
.ring-offset-slate-50\/10 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.1);
}
.ring-offset-slate-50\/100 {
  --tw-ring-offset-color: rgb(248 250 252 / 1);
}
.ring-offset-slate-50\/15 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.15);
}
.ring-offset-slate-50\/20 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.2);
}
.ring-offset-slate-50\/25 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.25);
}
.ring-offset-slate-50\/30 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.3);
}
.ring-offset-slate-50\/35 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.35);
}
.ring-offset-slate-50\/40 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.4);
}
.ring-offset-slate-50\/45 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.45);
}
.ring-offset-slate-50\/5 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.05);
}
.ring-offset-slate-50\/50 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.5);
}
.ring-offset-slate-50\/55 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.55);
}
.ring-offset-slate-50\/60 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.6);
}
.ring-offset-slate-50\/65 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.65);
}
.ring-offset-slate-50\/70 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.7);
}
.ring-offset-slate-50\/75 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.75);
}
.ring-offset-slate-50\/80 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.8);
}
.ring-offset-slate-50\/85 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.85);
}
.ring-offset-slate-50\/90 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.9);
}
.ring-offset-slate-50\/95 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.95);
}
.ring-offset-slate-500 {
  --tw-ring-offset-color: #64748b;
}
.ring-offset-slate-500\/0 {
  --tw-ring-offset-color: rgb(100 116 139 / 0);
}
.ring-offset-slate-500\/10 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.1);
}
.ring-offset-slate-500\/100 {
  --tw-ring-offset-color: rgb(100 116 139 / 1);
}
.ring-offset-slate-500\/15 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.15);
}
.ring-offset-slate-500\/20 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.2);
}
.ring-offset-slate-500\/25 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.25);
}
.ring-offset-slate-500\/30 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.3);
}
.ring-offset-slate-500\/35 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.35);
}
.ring-offset-slate-500\/40 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.4);
}
.ring-offset-slate-500\/45 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.45);
}
.ring-offset-slate-500\/5 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.05);
}
.ring-offset-slate-500\/50 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.5);
}
.ring-offset-slate-500\/55 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.55);
}
.ring-offset-slate-500\/60 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.6);
}
.ring-offset-slate-500\/65 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.65);
}
.ring-offset-slate-500\/70 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.7);
}
.ring-offset-slate-500\/75 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.75);
}
.ring-offset-slate-500\/80 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.8);
}
.ring-offset-slate-500\/85 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.85);
}
.ring-offset-slate-500\/90 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.9);
}
.ring-offset-slate-500\/95 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.95);
}
.ring-offset-slate-600 {
  --tw-ring-offset-color: #475569;
}
.ring-offset-slate-600\/0 {
  --tw-ring-offset-color: rgb(71 85 105 / 0);
}
.ring-offset-slate-600\/10 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.1);
}
.ring-offset-slate-600\/100 {
  --tw-ring-offset-color: rgb(71 85 105 / 1);
}
.ring-offset-slate-600\/15 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.15);
}
.ring-offset-slate-600\/20 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.2);
}
.ring-offset-slate-600\/25 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.25);
}
.ring-offset-slate-600\/30 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.3);
}
.ring-offset-slate-600\/35 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.35);
}
.ring-offset-slate-600\/40 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.4);
}
.ring-offset-slate-600\/45 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.45);
}
.ring-offset-slate-600\/5 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.05);
}
.ring-offset-slate-600\/50 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.5);
}
.ring-offset-slate-600\/55 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.55);
}
.ring-offset-slate-600\/60 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.6);
}
.ring-offset-slate-600\/65 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.65);
}
.ring-offset-slate-600\/70 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.7);
}
.ring-offset-slate-600\/75 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.75);
}
.ring-offset-slate-600\/80 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.8);
}
.ring-offset-slate-600\/85 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.85);
}
.ring-offset-slate-600\/90 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.9);
}
.ring-offset-slate-600\/95 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.95);
}
.ring-offset-slate-700 {
  --tw-ring-offset-color: #334155;
}
.ring-offset-slate-700\/0 {
  --tw-ring-offset-color: rgb(51 65 85 / 0);
}
.ring-offset-slate-700\/10 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.1);
}
.ring-offset-slate-700\/100 {
  --tw-ring-offset-color: rgb(51 65 85 / 1);
}
.ring-offset-slate-700\/15 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.15);
}
.ring-offset-slate-700\/20 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.2);
}
.ring-offset-slate-700\/25 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.25);
}
.ring-offset-slate-700\/30 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.3);
}
.ring-offset-slate-700\/35 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.35);
}
.ring-offset-slate-700\/40 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.4);
}
.ring-offset-slate-700\/45 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.45);
}
.ring-offset-slate-700\/5 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.05);
}
.ring-offset-slate-700\/50 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.5);
}
.ring-offset-slate-700\/55 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.55);
}
.ring-offset-slate-700\/60 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.6);
}
.ring-offset-slate-700\/65 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.65);
}
.ring-offset-slate-700\/70 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.7);
}
.ring-offset-slate-700\/75 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.75);
}
.ring-offset-slate-700\/80 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.8);
}
.ring-offset-slate-700\/85 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.85);
}
.ring-offset-slate-700\/90 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.9);
}
.ring-offset-slate-700\/95 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.95);
}
.ring-offset-slate-800 {
  --tw-ring-offset-color: #1e293b;
}
.ring-offset-slate-800\/0 {
  --tw-ring-offset-color: rgb(30 41 59 / 0);
}
.ring-offset-slate-800\/10 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.1);
}
.ring-offset-slate-800\/100 {
  --tw-ring-offset-color: rgb(30 41 59 / 1);
}
.ring-offset-slate-800\/15 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.15);
}
.ring-offset-slate-800\/20 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.2);
}
.ring-offset-slate-800\/25 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.25);
}
.ring-offset-slate-800\/30 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.3);
}
.ring-offset-slate-800\/35 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.35);
}
.ring-offset-slate-800\/40 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.4);
}
.ring-offset-slate-800\/45 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.45);
}
.ring-offset-slate-800\/5 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.05);
}
.ring-offset-slate-800\/50 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.5);
}
.ring-offset-slate-800\/55 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.55);
}
.ring-offset-slate-800\/60 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.6);
}
.ring-offset-slate-800\/65 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.65);
}
.ring-offset-slate-800\/70 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.7);
}
.ring-offset-slate-800\/75 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.75);
}
.ring-offset-slate-800\/80 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.8);
}
.ring-offset-slate-800\/85 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.85);
}
.ring-offset-slate-800\/90 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.9);
}
.ring-offset-slate-800\/95 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.95);
}
.ring-offset-slate-900 {
  --tw-ring-offset-color: #0f172a;
}
.ring-offset-slate-900\/0 {
  --tw-ring-offset-color: rgb(15 23 42 / 0);
}
.ring-offset-slate-900\/10 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.1);
}
.ring-offset-slate-900\/100 {
  --tw-ring-offset-color: rgb(15 23 42 / 1);
}
.ring-offset-slate-900\/15 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.15);
}
.ring-offset-slate-900\/20 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.2);
}
.ring-offset-slate-900\/25 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.25);
}
.ring-offset-slate-900\/30 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.3);
}
.ring-offset-slate-900\/35 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.35);
}
.ring-offset-slate-900\/40 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.4);
}
.ring-offset-slate-900\/45 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.45);
}
.ring-offset-slate-900\/5 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.05);
}
.ring-offset-slate-900\/50 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.5);
}
.ring-offset-slate-900\/55 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.55);
}
.ring-offset-slate-900\/60 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.6);
}
.ring-offset-slate-900\/65 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.65);
}
.ring-offset-slate-900\/70 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.7);
}
.ring-offset-slate-900\/75 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.75);
}
.ring-offset-slate-900\/80 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.8);
}
.ring-offset-slate-900\/85 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.85);
}
.ring-offset-slate-900\/90 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.9);
}
.ring-offset-slate-900\/95 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.95);
}
.ring-offset-slate-950 {
  --tw-ring-offset-color: #020617;
}
.ring-offset-slate-950\/0 {
  --tw-ring-offset-color: rgb(2 6 23 / 0);
}
.ring-offset-slate-950\/10 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.1);
}
.ring-offset-slate-950\/100 {
  --tw-ring-offset-color: rgb(2 6 23 / 1);
}
.ring-offset-slate-950\/15 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.15);
}
.ring-offset-slate-950\/20 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.2);
}
.ring-offset-slate-950\/25 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.25);
}
.ring-offset-slate-950\/30 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.3);
}
.ring-offset-slate-950\/35 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.35);
}
.ring-offset-slate-950\/40 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.4);
}
.ring-offset-slate-950\/45 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.45);
}
.ring-offset-slate-950\/5 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.05);
}
.ring-offset-slate-950\/50 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.5);
}
.ring-offset-slate-950\/55 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.55);
}
.ring-offset-slate-950\/60 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.6);
}
.ring-offset-slate-950\/65 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.65);
}
.ring-offset-slate-950\/70 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.7);
}
.ring-offset-slate-950\/75 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.75);
}
.ring-offset-slate-950\/80 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.8);
}
.ring-offset-slate-950\/85 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.85);
}
.ring-offset-slate-950\/90 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.9);
}
.ring-offset-slate-950\/95 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.95);
}
.ring-offset-stone-100 {
  --tw-ring-offset-color: #f5f5f4;
}
.ring-offset-stone-100\/0 {
  --tw-ring-offset-color: rgb(245 245 244 / 0);
}
.ring-offset-stone-100\/10 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.1);
}
.ring-offset-stone-100\/100 {
  --tw-ring-offset-color: rgb(245 245 244 / 1);
}
.ring-offset-stone-100\/15 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.15);
}
.ring-offset-stone-100\/20 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.2);
}
.ring-offset-stone-100\/25 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.25);
}
.ring-offset-stone-100\/30 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.3);
}
.ring-offset-stone-100\/35 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.35);
}
.ring-offset-stone-100\/40 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.4);
}
.ring-offset-stone-100\/45 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.45);
}
.ring-offset-stone-100\/5 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.05);
}
.ring-offset-stone-100\/50 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.5);
}
.ring-offset-stone-100\/55 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.55);
}
.ring-offset-stone-100\/60 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.6);
}
.ring-offset-stone-100\/65 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.65);
}
.ring-offset-stone-100\/70 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.7);
}
.ring-offset-stone-100\/75 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.75);
}
.ring-offset-stone-100\/80 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.8);
}
.ring-offset-stone-100\/85 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.85);
}
.ring-offset-stone-100\/90 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.9);
}
.ring-offset-stone-100\/95 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.95);
}
.ring-offset-stone-200 {
  --tw-ring-offset-color: #e7e5e4;
}
.ring-offset-stone-200\/0 {
  --tw-ring-offset-color: rgb(231 229 228 / 0);
}
.ring-offset-stone-200\/10 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.1);
}
.ring-offset-stone-200\/100 {
  --tw-ring-offset-color: rgb(231 229 228 / 1);
}
.ring-offset-stone-200\/15 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.15);
}
.ring-offset-stone-200\/20 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.2);
}
.ring-offset-stone-200\/25 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.25);
}
.ring-offset-stone-200\/30 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.3);
}
.ring-offset-stone-200\/35 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.35);
}
.ring-offset-stone-200\/40 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.4);
}
.ring-offset-stone-200\/45 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.45);
}
.ring-offset-stone-200\/5 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.05);
}
.ring-offset-stone-200\/50 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.5);
}
.ring-offset-stone-200\/55 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.55);
}
.ring-offset-stone-200\/60 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.6);
}
.ring-offset-stone-200\/65 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.65);
}
.ring-offset-stone-200\/70 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.7);
}
.ring-offset-stone-200\/75 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.75);
}
.ring-offset-stone-200\/80 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.8);
}
.ring-offset-stone-200\/85 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.85);
}
.ring-offset-stone-200\/90 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.9);
}
.ring-offset-stone-200\/95 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.95);
}
.ring-offset-stone-300 {
  --tw-ring-offset-color: #d6d3d1;
}
.ring-offset-stone-300\/0 {
  --tw-ring-offset-color: rgb(214 211 209 / 0);
}
.ring-offset-stone-300\/10 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.1);
}
.ring-offset-stone-300\/100 {
  --tw-ring-offset-color: rgb(214 211 209 / 1);
}
.ring-offset-stone-300\/15 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.15);
}
.ring-offset-stone-300\/20 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.2);
}
.ring-offset-stone-300\/25 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.25);
}
.ring-offset-stone-300\/30 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.3);
}
.ring-offset-stone-300\/35 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.35);
}
.ring-offset-stone-300\/40 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.4);
}
.ring-offset-stone-300\/45 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.45);
}
.ring-offset-stone-300\/5 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.05);
}
.ring-offset-stone-300\/50 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.5);
}
.ring-offset-stone-300\/55 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.55);
}
.ring-offset-stone-300\/60 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.6);
}
.ring-offset-stone-300\/65 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.65);
}
.ring-offset-stone-300\/70 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.7);
}
.ring-offset-stone-300\/75 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.75);
}
.ring-offset-stone-300\/80 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.8);
}
.ring-offset-stone-300\/85 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.85);
}
.ring-offset-stone-300\/90 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.9);
}
.ring-offset-stone-300\/95 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.95);
}
.ring-offset-stone-400 {
  --tw-ring-offset-color: #a8a29e;
}
.ring-offset-stone-400\/0 {
  --tw-ring-offset-color: rgb(168 162 158 / 0);
}
.ring-offset-stone-400\/10 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.1);
}
.ring-offset-stone-400\/100 {
  --tw-ring-offset-color: rgb(168 162 158 / 1);
}
.ring-offset-stone-400\/15 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.15);
}
.ring-offset-stone-400\/20 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.2);
}
.ring-offset-stone-400\/25 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.25);
}
.ring-offset-stone-400\/30 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.3);
}
.ring-offset-stone-400\/35 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.35);
}
.ring-offset-stone-400\/40 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.4);
}
.ring-offset-stone-400\/45 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.45);
}
.ring-offset-stone-400\/5 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.05);
}
.ring-offset-stone-400\/50 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.5);
}
.ring-offset-stone-400\/55 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.55);
}
.ring-offset-stone-400\/60 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.6);
}
.ring-offset-stone-400\/65 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.65);
}
.ring-offset-stone-400\/70 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.7);
}
.ring-offset-stone-400\/75 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.75);
}
.ring-offset-stone-400\/80 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.8);
}
.ring-offset-stone-400\/85 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.85);
}
.ring-offset-stone-400\/90 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.9);
}
.ring-offset-stone-400\/95 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.95);
}
.ring-offset-stone-50 {
  --tw-ring-offset-color: #fafaf9;
}
.ring-offset-stone-50\/0 {
  --tw-ring-offset-color: rgb(250 250 249 / 0);
}
.ring-offset-stone-50\/10 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.1);
}
.ring-offset-stone-50\/100 {
  --tw-ring-offset-color: rgb(250 250 249 / 1);
}
.ring-offset-stone-50\/15 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.15);
}
.ring-offset-stone-50\/20 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.2);
}
.ring-offset-stone-50\/25 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.25);
}
.ring-offset-stone-50\/30 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.3);
}
.ring-offset-stone-50\/35 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.35);
}
.ring-offset-stone-50\/40 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.4);
}
.ring-offset-stone-50\/45 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.45);
}
.ring-offset-stone-50\/5 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.05);
}
.ring-offset-stone-50\/50 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.5);
}
.ring-offset-stone-50\/55 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.55);
}
.ring-offset-stone-50\/60 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.6);
}
.ring-offset-stone-50\/65 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.65);
}
.ring-offset-stone-50\/70 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.7);
}
.ring-offset-stone-50\/75 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.75);
}
.ring-offset-stone-50\/80 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.8);
}
.ring-offset-stone-50\/85 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.85);
}
.ring-offset-stone-50\/90 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.9);
}
.ring-offset-stone-50\/95 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.95);
}
.ring-offset-stone-500 {
  --tw-ring-offset-color: #78716c;
}
.ring-offset-stone-500\/0 {
  --tw-ring-offset-color: rgb(120 113 108 / 0);
}
.ring-offset-stone-500\/10 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.1);
}
.ring-offset-stone-500\/100 {
  --tw-ring-offset-color: rgb(120 113 108 / 1);
}
.ring-offset-stone-500\/15 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.15);
}
.ring-offset-stone-500\/20 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.2);
}
.ring-offset-stone-500\/25 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.25);
}
.ring-offset-stone-500\/30 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.3);
}
.ring-offset-stone-500\/35 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.35);
}
.ring-offset-stone-500\/40 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.4);
}
.ring-offset-stone-500\/45 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.45);
}
.ring-offset-stone-500\/5 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.05);
}
.ring-offset-stone-500\/50 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.5);
}
.ring-offset-stone-500\/55 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.55);
}
.ring-offset-stone-500\/60 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.6);
}
.ring-offset-stone-500\/65 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.65);
}
.ring-offset-stone-500\/70 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.7);
}
.ring-offset-stone-500\/75 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.75);
}
.ring-offset-stone-500\/80 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.8);
}
.ring-offset-stone-500\/85 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.85);
}
.ring-offset-stone-500\/90 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.9);
}
.ring-offset-stone-500\/95 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.95);
}
.ring-offset-stone-600 {
  --tw-ring-offset-color: #57534e;
}
.ring-offset-stone-600\/0 {
  --tw-ring-offset-color: rgb(87 83 78 / 0);
}
.ring-offset-stone-600\/10 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.1);
}
.ring-offset-stone-600\/100 {
  --tw-ring-offset-color: rgb(87 83 78 / 1);
}
.ring-offset-stone-600\/15 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.15);
}
.ring-offset-stone-600\/20 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.2);
}
.ring-offset-stone-600\/25 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.25);
}
.ring-offset-stone-600\/30 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.3);
}
.ring-offset-stone-600\/35 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.35);
}
.ring-offset-stone-600\/40 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.4);
}
.ring-offset-stone-600\/45 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.45);
}
.ring-offset-stone-600\/5 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.05);
}
.ring-offset-stone-600\/50 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.5);
}
.ring-offset-stone-600\/55 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.55);
}
.ring-offset-stone-600\/60 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.6);
}
.ring-offset-stone-600\/65 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.65);
}
.ring-offset-stone-600\/70 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.7);
}
.ring-offset-stone-600\/75 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.75);
}
.ring-offset-stone-600\/80 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.8);
}
.ring-offset-stone-600\/85 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.85);
}
.ring-offset-stone-600\/90 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.9);
}
.ring-offset-stone-600\/95 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.95);
}
.ring-offset-stone-700 {
  --tw-ring-offset-color: #44403c;
}
.ring-offset-stone-700\/0 {
  --tw-ring-offset-color: rgb(68 64 60 / 0);
}
.ring-offset-stone-700\/10 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.1);
}
.ring-offset-stone-700\/100 {
  --tw-ring-offset-color: rgb(68 64 60 / 1);
}
.ring-offset-stone-700\/15 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.15);
}
.ring-offset-stone-700\/20 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.2);
}
.ring-offset-stone-700\/25 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.25);
}
.ring-offset-stone-700\/30 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.3);
}
.ring-offset-stone-700\/35 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.35);
}
.ring-offset-stone-700\/40 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.4);
}
.ring-offset-stone-700\/45 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.45);
}
.ring-offset-stone-700\/5 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.05);
}
.ring-offset-stone-700\/50 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.5);
}
.ring-offset-stone-700\/55 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.55);
}
.ring-offset-stone-700\/60 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.6);
}
.ring-offset-stone-700\/65 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.65);
}
.ring-offset-stone-700\/70 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.7);
}
.ring-offset-stone-700\/75 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.75);
}
.ring-offset-stone-700\/80 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.8);
}
.ring-offset-stone-700\/85 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.85);
}
.ring-offset-stone-700\/90 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.9);
}
.ring-offset-stone-700\/95 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.95);
}
.ring-offset-stone-800 {
  --tw-ring-offset-color: #292524;
}
.ring-offset-stone-800\/0 {
  --tw-ring-offset-color: rgb(41 37 36 / 0);
}
.ring-offset-stone-800\/10 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.1);
}
.ring-offset-stone-800\/100 {
  --tw-ring-offset-color: rgb(41 37 36 / 1);
}
.ring-offset-stone-800\/15 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.15);
}
.ring-offset-stone-800\/20 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.2);
}
.ring-offset-stone-800\/25 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.25);
}
.ring-offset-stone-800\/30 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.3);
}
.ring-offset-stone-800\/35 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.35);
}
.ring-offset-stone-800\/40 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.4);
}
.ring-offset-stone-800\/45 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.45);
}
.ring-offset-stone-800\/5 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.05);
}
.ring-offset-stone-800\/50 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.5);
}
.ring-offset-stone-800\/55 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.55);
}
.ring-offset-stone-800\/60 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.6);
}
.ring-offset-stone-800\/65 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.65);
}
.ring-offset-stone-800\/70 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.7);
}
.ring-offset-stone-800\/75 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.75);
}
.ring-offset-stone-800\/80 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.8);
}
.ring-offset-stone-800\/85 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.85);
}
.ring-offset-stone-800\/90 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.9);
}
.ring-offset-stone-800\/95 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.95);
}
.ring-offset-stone-900 {
  --tw-ring-offset-color: #1c1917;
}
.ring-offset-stone-900\/0 {
  --tw-ring-offset-color: rgb(28 25 23 / 0);
}
.ring-offset-stone-900\/10 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.1);
}
.ring-offset-stone-900\/100 {
  --tw-ring-offset-color: rgb(28 25 23 / 1);
}
.ring-offset-stone-900\/15 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.15);
}
.ring-offset-stone-900\/20 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.2);
}
.ring-offset-stone-900\/25 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.25);
}
.ring-offset-stone-900\/30 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.3);
}
.ring-offset-stone-900\/35 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.35);
}
.ring-offset-stone-900\/40 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.4);
}
.ring-offset-stone-900\/45 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.45);
}
.ring-offset-stone-900\/5 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.05);
}
.ring-offset-stone-900\/50 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.5);
}
.ring-offset-stone-900\/55 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.55);
}
.ring-offset-stone-900\/60 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.6);
}
.ring-offset-stone-900\/65 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.65);
}
.ring-offset-stone-900\/70 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.7);
}
.ring-offset-stone-900\/75 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.75);
}
.ring-offset-stone-900\/80 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.8);
}
.ring-offset-stone-900\/85 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.85);
}
.ring-offset-stone-900\/90 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.9);
}
.ring-offset-stone-900\/95 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.95);
}
.ring-offset-stone-950 {
  --tw-ring-offset-color: #0c0a09;
}
.ring-offset-stone-950\/0 {
  --tw-ring-offset-color: rgb(12 10 9 / 0);
}
.ring-offset-stone-950\/10 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.1);
}
.ring-offset-stone-950\/100 {
  --tw-ring-offset-color: rgb(12 10 9 / 1);
}
.ring-offset-stone-950\/15 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.15);
}
.ring-offset-stone-950\/20 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.2);
}
.ring-offset-stone-950\/25 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.25);
}
.ring-offset-stone-950\/30 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.3);
}
.ring-offset-stone-950\/35 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.35);
}
.ring-offset-stone-950\/40 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.4);
}
.ring-offset-stone-950\/45 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.45);
}
.ring-offset-stone-950\/5 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.05);
}
.ring-offset-stone-950\/50 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.5);
}
.ring-offset-stone-950\/55 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.55);
}
.ring-offset-stone-950\/60 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.6);
}
.ring-offset-stone-950\/65 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.65);
}
.ring-offset-stone-950\/70 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.7);
}
.ring-offset-stone-950\/75 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.75);
}
.ring-offset-stone-950\/80 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.8);
}
.ring-offset-stone-950\/85 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.85);
}
.ring-offset-stone-950\/90 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.9);
}
.ring-offset-stone-950\/95 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.95);
}
.ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1;
}
.ring-offset-teal-100\/0 {
  --tw-ring-offset-color: rgb(204 251 241 / 0);
}
.ring-offset-teal-100\/10 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.1);
}
.ring-offset-teal-100\/100 {
  --tw-ring-offset-color: rgb(204 251 241 / 1);
}
.ring-offset-teal-100\/15 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.15);
}
.ring-offset-teal-100\/20 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.2);
}
.ring-offset-teal-100\/25 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.25);
}
.ring-offset-teal-100\/30 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.3);
}
.ring-offset-teal-100\/35 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.35);
}
.ring-offset-teal-100\/40 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.4);
}
.ring-offset-teal-100\/45 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.45);
}
.ring-offset-teal-100\/5 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.05);
}
.ring-offset-teal-100\/50 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.5);
}
.ring-offset-teal-100\/55 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.55);
}
.ring-offset-teal-100\/60 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.6);
}
.ring-offset-teal-100\/65 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.65);
}
.ring-offset-teal-100\/70 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.7);
}
.ring-offset-teal-100\/75 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.75);
}
.ring-offset-teal-100\/80 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.8);
}
.ring-offset-teal-100\/85 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.85);
}
.ring-offset-teal-100\/90 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.9);
}
.ring-offset-teal-100\/95 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.95);
}
.ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4;
}
.ring-offset-teal-200\/0 {
  --tw-ring-offset-color: rgb(153 246 228 / 0);
}
.ring-offset-teal-200\/10 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.1);
}
.ring-offset-teal-200\/100 {
  --tw-ring-offset-color: rgb(153 246 228 / 1);
}
.ring-offset-teal-200\/15 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.15);
}
.ring-offset-teal-200\/20 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.2);
}
.ring-offset-teal-200\/25 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.25);
}
.ring-offset-teal-200\/30 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.3);
}
.ring-offset-teal-200\/35 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.35);
}
.ring-offset-teal-200\/40 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.4);
}
.ring-offset-teal-200\/45 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.45);
}
.ring-offset-teal-200\/5 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.05);
}
.ring-offset-teal-200\/50 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.5);
}
.ring-offset-teal-200\/55 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.55);
}
.ring-offset-teal-200\/60 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.6);
}
.ring-offset-teal-200\/65 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.65);
}
.ring-offset-teal-200\/70 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.7);
}
.ring-offset-teal-200\/75 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.75);
}
.ring-offset-teal-200\/80 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.8);
}
.ring-offset-teal-200\/85 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.85);
}
.ring-offset-teal-200\/90 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.9);
}
.ring-offset-teal-200\/95 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.95);
}
.ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4;
}
.ring-offset-teal-300\/0 {
  --tw-ring-offset-color: rgb(94 234 212 / 0);
}
.ring-offset-teal-300\/10 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.1);
}
.ring-offset-teal-300\/100 {
  --tw-ring-offset-color: rgb(94 234 212 / 1);
}
.ring-offset-teal-300\/15 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.15);
}
.ring-offset-teal-300\/20 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.2);
}
.ring-offset-teal-300\/25 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.25);
}
.ring-offset-teal-300\/30 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.3);
}
.ring-offset-teal-300\/35 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.35);
}
.ring-offset-teal-300\/40 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.4);
}
.ring-offset-teal-300\/45 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.45);
}
.ring-offset-teal-300\/5 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.05);
}
.ring-offset-teal-300\/50 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.5);
}
.ring-offset-teal-300\/55 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.55);
}
.ring-offset-teal-300\/60 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.6);
}
.ring-offset-teal-300\/65 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.65);
}
.ring-offset-teal-300\/70 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.7);
}
.ring-offset-teal-300\/75 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.75);
}
.ring-offset-teal-300\/80 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.8);
}
.ring-offset-teal-300\/85 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.85);
}
.ring-offset-teal-300\/90 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.9);
}
.ring-offset-teal-300\/95 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.95);
}
.ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf;
}
.ring-offset-teal-400\/0 {
  --tw-ring-offset-color: rgb(45 212 191 / 0);
}
.ring-offset-teal-400\/10 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.1);
}
.ring-offset-teal-400\/100 {
  --tw-ring-offset-color: rgb(45 212 191 / 1);
}
.ring-offset-teal-400\/15 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.15);
}
.ring-offset-teal-400\/20 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.2);
}
.ring-offset-teal-400\/25 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.25);
}
.ring-offset-teal-400\/30 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.3);
}
.ring-offset-teal-400\/35 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.35);
}
.ring-offset-teal-400\/40 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.4);
}
.ring-offset-teal-400\/45 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.45);
}
.ring-offset-teal-400\/5 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.05);
}
.ring-offset-teal-400\/50 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.5);
}
.ring-offset-teal-400\/55 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.55);
}
.ring-offset-teal-400\/60 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.6);
}
.ring-offset-teal-400\/65 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.65);
}
.ring-offset-teal-400\/70 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.7);
}
.ring-offset-teal-400\/75 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.75);
}
.ring-offset-teal-400\/80 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.8);
}
.ring-offset-teal-400\/85 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.85);
}
.ring-offset-teal-400\/90 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.9);
}
.ring-offset-teal-400\/95 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.95);
}
.ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa;
}
.ring-offset-teal-50\/0 {
  --tw-ring-offset-color: rgb(240 253 250 / 0);
}
.ring-offset-teal-50\/10 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.1);
}
.ring-offset-teal-50\/100 {
  --tw-ring-offset-color: rgb(240 253 250 / 1);
}
.ring-offset-teal-50\/15 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.15);
}
.ring-offset-teal-50\/20 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.2);
}
.ring-offset-teal-50\/25 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.25);
}
.ring-offset-teal-50\/30 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.3);
}
.ring-offset-teal-50\/35 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.35);
}
.ring-offset-teal-50\/40 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.4);
}
.ring-offset-teal-50\/45 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.45);
}
.ring-offset-teal-50\/5 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.05);
}
.ring-offset-teal-50\/50 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.5);
}
.ring-offset-teal-50\/55 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.55);
}
.ring-offset-teal-50\/60 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.6);
}
.ring-offset-teal-50\/65 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.65);
}
.ring-offset-teal-50\/70 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.7);
}
.ring-offset-teal-50\/75 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.75);
}
.ring-offset-teal-50\/80 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.8);
}
.ring-offset-teal-50\/85 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.85);
}
.ring-offset-teal-50\/90 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.9);
}
.ring-offset-teal-50\/95 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.95);
}
.ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6;
}
.ring-offset-teal-500\/0 {
  --tw-ring-offset-color: rgb(20 184 166 / 0);
}
.ring-offset-teal-500\/10 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.1);
}
.ring-offset-teal-500\/100 {
  --tw-ring-offset-color: rgb(20 184 166 / 1);
}
.ring-offset-teal-500\/15 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.15);
}
.ring-offset-teal-500\/20 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.2);
}
.ring-offset-teal-500\/25 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.25);
}
.ring-offset-teal-500\/30 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.3);
}
.ring-offset-teal-500\/35 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.35);
}
.ring-offset-teal-500\/40 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.4);
}
.ring-offset-teal-500\/45 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.45);
}
.ring-offset-teal-500\/5 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.05);
}
.ring-offset-teal-500\/50 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.5);
}
.ring-offset-teal-500\/55 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.55);
}
.ring-offset-teal-500\/60 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.6);
}
.ring-offset-teal-500\/65 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.65);
}
.ring-offset-teal-500\/70 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.7);
}
.ring-offset-teal-500\/75 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.75);
}
.ring-offset-teal-500\/80 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.8);
}
.ring-offset-teal-500\/85 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.85);
}
.ring-offset-teal-500\/90 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.9);
}
.ring-offset-teal-500\/95 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.95);
}
.ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}
.ring-offset-teal-600\/0 {
  --tw-ring-offset-color: rgb(13 148 136 / 0);
}
.ring-offset-teal-600\/10 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.1);
}
.ring-offset-teal-600\/100 {
  --tw-ring-offset-color: rgb(13 148 136 / 1);
}
.ring-offset-teal-600\/15 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.15);
}
.ring-offset-teal-600\/20 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.2);
}
.ring-offset-teal-600\/25 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.25);
}
.ring-offset-teal-600\/30 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.3);
}
.ring-offset-teal-600\/35 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.35);
}
.ring-offset-teal-600\/40 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.4);
}
.ring-offset-teal-600\/45 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.45);
}
.ring-offset-teal-600\/5 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.05);
}
.ring-offset-teal-600\/50 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.5);
}
.ring-offset-teal-600\/55 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.55);
}
.ring-offset-teal-600\/60 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.6);
}
.ring-offset-teal-600\/65 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.65);
}
.ring-offset-teal-600\/70 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.7);
}
.ring-offset-teal-600\/75 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.75);
}
.ring-offset-teal-600\/80 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.8);
}
.ring-offset-teal-600\/85 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.85);
}
.ring-offset-teal-600\/90 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.9);
}
.ring-offset-teal-600\/95 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.95);
}
.ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e;
}
.ring-offset-teal-700\/0 {
  --tw-ring-offset-color: rgb(15 118 110 / 0);
}
.ring-offset-teal-700\/10 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.1);
}
.ring-offset-teal-700\/100 {
  --tw-ring-offset-color: rgb(15 118 110 / 1);
}
.ring-offset-teal-700\/15 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.15);
}
.ring-offset-teal-700\/20 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.2);
}
.ring-offset-teal-700\/25 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.25);
}
.ring-offset-teal-700\/30 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.3);
}
.ring-offset-teal-700\/35 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.35);
}
.ring-offset-teal-700\/40 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.4);
}
.ring-offset-teal-700\/45 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.45);
}
.ring-offset-teal-700\/5 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.05);
}
.ring-offset-teal-700\/50 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.5);
}
.ring-offset-teal-700\/55 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.55);
}
.ring-offset-teal-700\/60 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.6);
}
.ring-offset-teal-700\/65 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.65);
}
.ring-offset-teal-700\/70 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.7);
}
.ring-offset-teal-700\/75 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.75);
}
.ring-offset-teal-700\/80 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.8);
}
.ring-offset-teal-700\/85 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.85);
}
.ring-offset-teal-700\/90 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.9);
}
.ring-offset-teal-700\/95 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.95);
}
.ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59;
}
.ring-offset-teal-800\/0 {
  --tw-ring-offset-color: rgb(17 94 89 / 0);
}
.ring-offset-teal-800\/10 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.1);
}
.ring-offset-teal-800\/100 {
  --tw-ring-offset-color: rgb(17 94 89 / 1);
}
.ring-offset-teal-800\/15 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.15);
}
.ring-offset-teal-800\/20 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.2);
}
.ring-offset-teal-800\/25 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.25);
}
.ring-offset-teal-800\/30 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.3);
}
.ring-offset-teal-800\/35 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.35);
}
.ring-offset-teal-800\/40 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.4);
}
.ring-offset-teal-800\/45 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.45);
}
.ring-offset-teal-800\/5 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.05);
}
.ring-offset-teal-800\/50 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.5);
}
.ring-offset-teal-800\/55 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.55);
}
.ring-offset-teal-800\/60 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.6);
}
.ring-offset-teal-800\/65 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.65);
}
.ring-offset-teal-800\/70 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.7);
}
.ring-offset-teal-800\/75 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.75);
}
.ring-offset-teal-800\/80 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.8);
}
.ring-offset-teal-800\/85 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.85);
}
.ring-offset-teal-800\/90 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.9);
}
.ring-offset-teal-800\/95 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.95);
}
.ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a;
}
.ring-offset-teal-900\/0 {
  --tw-ring-offset-color: rgb(19 78 74 / 0);
}
.ring-offset-teal-900\/10 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.1);
}
.ring-offset-teal-900\/100 {
  --tw-ring-offset-color: rgb(19 78 74 / 1);
}
.ring-offset-teal-900\/15 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.15);
}
.ring-offset-teal-900\/20 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.2);
}
.ring-offset-teal-900\/25 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.25);
}
.ring-offset-teal-900\/30 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.3);
}
.ring-offset-teal-900\/35 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.35);
}
.ring-offset-teal-900\/40 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.4);
}
.ring-offset-teal-900\/45 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.45);
}
.ring-offset-teal-900\/5 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.05);
}
.ring-offset-teal-900\/50 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.5);
}
.ring-offset-teal-900\/55 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.55);
}
.ring-offset-teal-900\/60 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.6);
}
.ring-offset-teal-900\/65 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.65);
}
.ring-offset-teal-900\/70 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.7);
}
.ring-offset-teal-900\/75 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.75);
}
.ring-offset-teal-900\/80 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.8);
}
.ring-offset-teal-900\/85 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.85);
}
.ring-offset-teal-900\/90 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.9);
}
.ring-offset-teal-900\/95 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.95);
}
.ring-offset-teal-950 {
  --tw-ring-offset-color: #042f2e;
}
.ring-offset-teal-950\/0 {
  --tw-ring-offset-color: rgb(4 47 46 / 0);
}
.ring-offset-teal-950\/10 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.1);
}
.ring-offset-teal-950\/100 {
  --tw-ring-offset-color: rgb(4 47 46 / 1);
}
.ring-offset-teal-950\/15 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.15);
}
.ring-offset-teal-950\/20 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.2);
}
.ring-offset-teal-950\/25 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.25);
}
.ring-offset-teal-950\/30 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.3);
}
.ring-offset-teal-950\/35 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.35);
}
.ring-offset-teal-950\/40 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.4);
}
.ring-offset-teal-950\/45 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.45);
}
.ring-offset-teal-950\/5 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.05);
}
.ring-offset-teal-950\/50 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.5);
}
.ring-offset-teal-950\/55 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.55);
}
.ring-offset-teal-950\/60 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.6);
}
.ring-offset-teal-950\/65 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.65);
}
.ring-offset-teal-950\/70 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.7);
}
.ring-offset-teal-950\/75 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.75);
}
.ring-offset-teal-950\/80 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.8);
}
.ring-offset-teal-950\/85 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.85);
}
.ring-offset-teal-950\/90 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.9);
}
.ring-offset-teal-950\/95 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.95);
}
.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}
.ring-offset-transparent\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.ring-offset-transparent\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.ring-offset-transparent\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.ring-offset-transparent\/15 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.ring-offset-transparent\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.ring-offset-transparent\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.ring-offset-transparent\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.ring-offset-transparent\/35 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.ring-offset-transparent\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.ring-offset-transparent\/45 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.ring-offset-transparent\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.ring-offset-transparent\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.ring-offset-transparent\/55 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.ring-offset-transparent\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.ring-offset-transparent\/65 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.ring-offset-transparent\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.ring-offset-transparent\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.ring-offset-transparent\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.ring-offset-transparent\/85 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.ring-offset-transparent\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.ring-offset-transparent\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe;
}
.ring-offset-violet-100\/0 {
  --tw-ring-offset-color: rgb(237 233 254 / 0);
}
.ring-offset-violet-100\/10 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.1);
}
.ring-offset-violet-100\/100 {
  --tw-ring-offset-color: rgb(237 233 254 / 1);
}
.ring-offset-violet-100\/15 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.15);
}
.ring-offset-violet-100\/20 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.2);
}
.ring-offset-violet-100\/25 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.25);
}
.ring-offset-violet-100\/30 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.3);
}
.ring-offset-violet-100\/35 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.35);
}
.ring-offset-violet-100\/40 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.4);
}
.ring-offset-violet-100\/45 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.45);
}
.ring-offset-violet-100\/5 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.05);
}
.ring-offset-violet-100\/50 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.5);
}
.ring-offset-violet-100\/55 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.55);
}
.ring-offset-violet-100\/60 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.6);
}
.ring-offset-violet-100\/65 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.65);
}
.ring-offset-violet-100\/70 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.7);
}
.ring-offset-violet-100\/75 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.75);
}
.ring-offset-violet-100\/80 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.8);
}
.ring-offset-violet-100\/85 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.85);
}
.ring-offset-violet-100\/90 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.9);
}
.ring-offset-violet-100\/95 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.95);
}
.ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe;
}
.ring-offset-violet-200\/0 {
  --tw-ring-offset-color: rgb(221 214 254 / 0);
}
.ring-offset-violet-200\/10 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.1);
}
.ring-offset-violet-200\/100 {
  --tw-ring-offset-color: rgb(221 214 254 / 1);
}
.ring-offset-violet-200\/15 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.15);
}
.ring-offset-violet-200\/20 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.2);
}
.ring-offset-violet-200\/25 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.25);
}
.ring-offset-violet-200\/30 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.3);
}
.ring-offset-violet-200\/35 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.35);
}
.ring-offset-violet-200\/40 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.4);
}
.ring-offset-violet-200\/45 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.45);
}
.ring-offset-violet-200\/5 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.05);
}
.ring-offset-violet-200\/50 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.5);
}
.ring-offset-violet-200\/55 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.55);
}
.ring-offset-violet-200\/60 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.6);
}
.ring-offset-violet-200\/65 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.65);
}
.ring-offset-violet-200\/70 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.7);
}
.ring-offset-violet-200\/75 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.75);
}
.ring-offset-violet-200\/80 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.8);
}
.ring-offset-violet-200\/85 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.85);
}
.ring-offset-violet-200\/90 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.9);
}
.ring-offset-violet-200\/95 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.95);
}
.ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd;
}
.ring-offset-violet-300\/0 {
  --tw-ring-offset-color: rgb(196 181 253 / 0);
}
.ring-offset-violet-300\/10 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.1);
}
.ring-offset-violet-300\/100 {
  --tw-ring-offset-color: rgb(196 181 253 / 1);
}
.ring-offset-violet-300\/15 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.15);
}
.ring-offset-violet-300\/20 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.2);
}
.ring-offset-violet-300\/25 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.25);
}
.ring-offset-violet-300\/30 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.3);
}
.ring-offset-violet-300\/35 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.35);
}
.ring-offset-violet-300\/40 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.4);
}
.ring-offset-violet-300\/45 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.45);
}
.ring-offset-violet-300\/5 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.05);
}
.ring-offset-violet-300\/50 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.5);
}
.ring-offset-violet-300\/55 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.55);
}
.ring-offset-violet-300\/60 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.6);
}
.ring-offset-violet-300\/65 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.65);
}
.ring-offset-violet-300\/70 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.7);
}
.ring-offset-violet-300\/75 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.75);
}
.ring-offset-violet-300\/80 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.8);
}
.ring-offset-violet-300\/85 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.85);
}
.ring-offset-violet-300\/90 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.9);
}
.ring-offset-violet-300\/95 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.95);
}
.ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa;
}
.ring-offset-violet-400\/0 {
  --tw-ring-offset-color: rgb(167 139 250 / 0);
}
.ring-offset-violet-400\/10 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.1);
}
.ring-offset-violet-400\/100 {
  --tw-ring-offset-color: rgb(167 139 250 / 1);
}
.ring-offset-violet-400\/15 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.15);
}
.ring-offset-violet-400\/20 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.2);
}
.ring-offset-violet-400\/25 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.25);
}
.ring-offset-violet-400\/30 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.3);
}
.ring-offset-violet-400\/35 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.35);
}
.ring-offset-violet-400\/40 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.4);
}
.ring-offset-violet-400\/45 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.45);
}
.ring-offset-violet-400\/5 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.05);
}
.ring-offset-violet-400\/50 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.5);
}
.ring-offset-violet-400\/55 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.55);
}
.ring-offset-violet-400\/60 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.6);
}
.ring-offset-violet-400\/65 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.65);
}
.ring-offset-violet-400\/70 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.7);
}
.ring-offset-violet-400\/75 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.75);
}
.ring-offset-violet-400\/80 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.8);
}
.ring-offset-violet-400\/85 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.85);
}
.ring-offset-violet-400\/90 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.9);
}
.ring-offset-violet-400\/95 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.95);
}
.ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff;
}
.ring-offset-violet-50\/0 {
  --tw-ring-offset-color: rgb(245 243 255 / 0);
}
.ring-offset-violet-50\/10 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.1);
}
.ring-offset-violet-50\/100 {
  --tw-ring-offset-color: rgb(245 243 255 / 1);
}
.ring-offset-violet-50\/15 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.15);
}
.ring-offset-violet-50\/20 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.2);
}
.ring-offset-violet-50\/25 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.25);
}
.ring-offset-violet-50\/30 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.3);
}
.ring-offset-violet-50\/35 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.35);
}
.ring-offset-violet-50\/40 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.4);
}
.ring-offset-violet-50\/45 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.45);
}
.ring-offset-violet-50\/5 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.05);
}
.ring-offset-violet-50\/50 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.5);
}
.ring-offset-violet-50\/55 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.55);
}
.ring-offset-violet-50\/60 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.6);
}
.ring-offset-violet-50\/65 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.65);
}
.ring-offset-violet-50\/70 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.7);
}
.ring-offset-violet-50\/75 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.75);
}
.ring-offset-violet-50\/80 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.8);
}
.ring-offset-violet-50\/85 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.85);
}
.ring-offset-violet-50\/90 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.9);
}
.ring-offset-violet-50\/95 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.95);
}
.ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6;
}
.ring-offset-violet-500\/0 {
  --tw-ring-offset-color: rgb(139 92 246 / 0);
}
.ring-offset-violet-500\/10 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.1);
}
.ring-offset-violet-500\/100 {
  --tw-ring-offset-color: rgb(139 92 246 / 1);
}
.ring-offset-violet-500\/15 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.15);
}
.ring-offset-violet-500\/20 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.2);
}
.ring-offset-violet-500\/25 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.25);
}
.ring-offset-violet-500\/30 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.3);
}
.ring-offset-violet-500\/35 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.35);
}
.ring-offset-violet-500\/40 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.4);
}
.ring-offset-violet-500\/45 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.45);
}
.ring-offset-violet-500\/5 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.05);
}
.ring-offset-violet-500\/50 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.5);
}
.ring-offset-violet-500\/55 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.55);
}
.ring-offset-violet-500\/60 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.6);
}
.ring-offset-violet-500\/65 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.65);
}
.ring-offset-violet-500\/70 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.7);
}
.ring-offset-violet-500\/75 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.75);
}
.ring-offset-violet-500\/80 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.8);
}
.ring-offset-violet-500\/85 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.85);
}
.ring-offset-violet-500\/90 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.9);
}
.ring-offset-violet-500\/95 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.95);
}
.ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed;
}
.ring-offset-violet-600\/0 {
  --tw-ring-offset-color: rgb(124 58 237 / 0);
}
.ring-offset-violet-600\/10 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.1);
}
.ring-offset-violet-600\/100 {
  --tw-ring-offset-color: rgb(124 58 237 / 1);
}
.ring-offset-violet-600\/15 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.15);
}
.ring-offset-violet-600\/20 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.2);
}
.ring-offset-violet-600\/25 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.25);
}
.ring-offset-violet-600\/30 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.3);
}
.ring-offset-violet-600\/35 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.35);
}
.ring-offset-violet-600\/40 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.4);
}
.ring-offset-violet-600\/45 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.45);
}
.ring-offset-violet-600\/5 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.05);
}
.ring-offset-violet-600\/50 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.5);
}
.ring-offset-violet-600\/55 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.55);
}
.ring-offset-violet-600\/60 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.6);
}
.ring-offset-violet-600\/65 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.65);
}
.ring-offset-violet-600\/70 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.7);
}
.ring-offset-violet-600\/75 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.75);
}
.ring-offset-violet-600\/80 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.8);
}
.ring-offset-violet-600\/85 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.85);
}
.ring-offset-violet-600\/90 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.9);
}
.ring-offset-violet-600\/95 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.95);
}
.ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9;
}
.ring-offset-violet-700\/0 {
  --tw-ring-offset-color: rgb(109 40 217 / 0);
}
.ring-offset-violet-700\/10 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.1);
}
.ring-offset-violet-700\/100 {
  --tw-ring-offset-color: rgb(109 40 217 / 1);
}
.ring-offset-violet-700\/15 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.15);
}
.ring-offset-violet-700\/20 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.2);
}
.ring-offset-violet-700\/25 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.25);
}
.ring-offset-violet-700\/30 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.3);
}
.ring-offset-violet-700\/35 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.35);
}
.ring-offset-violet-700\/40 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.4);
}
.ring-offset-violet-700\/45 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.45);
}
.ring-offset-violet-700\/5 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.05);
}
.ring-offset-violet-700\/50 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.5);
}
.ring-offset-violet-700\/55 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.55);
}
.ring-offset-violet-700\/60 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.6);
}
.ring-offset-violet-700\/65 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.65);
}
.ring-offset-violet-700\/70 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.7);
}
.ring-offset-violet-700\/75 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.75);
}
.ring-offset-violet-700\/80 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.8);
}
.ring-offset-violet-700\/85 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.85);
}
.ring-offset-violet-700\/90 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.9);
}
.ring-offset-violet-700\/95 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.95);
}
.ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6;
}
.ring-offset-violet-800\/0 {
  --tw-ring-offset-color: rgb(91 33 182 / 0);
}
.ring-offset-violet-800\/10 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.1);
}
.ring-offset-violet-800\/100 {
  --tw-ring-offset-color: rgb(91 33 182 / 1);
}
.ring-offset-violet-800\/15 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.15);
}
.ring-offset-violet-800\/20 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.2);
}
.ring-offset-violet-800\/25 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.25);
}
.ring-offset-violet-800\/30 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.3);
}
.ring-offset-violet-800\/35 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.35);
}
.ring-offset-violet-800\/40 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.4);
}
.ring-offset-violet-800\/45 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.45);
}
.ring-offset-violet-800\/5 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.05);
}
.ring-offset-violet-800\/50 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.5);
}
.ring-offset-violet-800\/55 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.55);
}
.ring-offset-violet-800\/60 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.6);
}
.ring-offset-violet-800\/65 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.65);
}
.ring-offset-violet-800\/70 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.7);
}
.ring-offset-violet-800\/75 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.75);
}
.ring-offset-violet-800\/80 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.8);
}
.ring-offset-violet-800\/85 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.85);
}
.ring-offset-violet-800\/90 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.9);
}
.ring-offset-violet-800\/95 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.95);
}
.ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95;
}
.ring-offset-violet-900\/0 {
  --tw-ring-offset-color: rgb(76 29 149 / 0);
}
.ring-offset-violet-900\/10 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.1);
}
.ring-offset-violet-900\/100 {
  --tw-ring-offset-color: rgb(76 29 149 / 1);
}
.ring-offset-violet-900\/15 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.15);
}
.ring-offset-violet-900\/20 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.2);
}
.ring-offset-violet-900\/25 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.25);
}
.ring-offset-violet-900\/30 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.3);
}
.ring-offset-violet-900\/35 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.35);
}
.ring-offset-violet-900\/40 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.4);
}
.ring-offset-violet-900\/45 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.45);
}
.ring-offset-violet-900\/5 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.05);
}
.ring-offset-violet-900\/50 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.5);
}
.ring-offset-violet-900\/55 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.55);
}
.ring-offset-violet-900\/60 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.6);
}
.ring-offset-violet-900\/65 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.65);
}
.ring-offset-violet-900\/70 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.7);
}
.ring-offset-violet-900\/75 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.75);
}
.ring-offset-violet-900\/80 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.8);
}
.ring-offset-violet-900\/85 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.85);
}
.ring-offset-violet-900\/90 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.9);
}
.ring-offset-violet-900\/95 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.95);
}
.ring-offset-violet-950 {
  --tw-ring-offset-color: #2e1065;
}
.ring-offset-violet-950\/0 {
  --tw-ring-offset-color: rgb(46 16 101 / 0);
}
.ring-offset-violet-950\/10 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.1);
}
.ring-offset-violet-950\/100 {
  --tw-ring-offset-color: rgb(46 16 101 / 1);
}
.ring-offset-violet-950\/15 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.15);
}
.ring-offset-violet-950\/20 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.2);
}
.ring-offset-violet-950\/25 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.25);
}
.ring-offset-violet-950\/30 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.3);
}
.ring-offset-violet-950\/35 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.35);
}
.ring-offset-violet-950\/40 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.4);
}
.ring-offset-violet-950\/45 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.45);
}
.ring-offset-violet-950\/5 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.05);
}
.ring-offset-violet-950\/50 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.5);
}
.ring-offset-violet-950\/55 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.55);
}
.ring-offset-violet-950\/60 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.6);
}
.ring-offset-violet-950\/65 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.65);
}
.ring-offset-violet-950\/70 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.7);
}
.ring-offset-violet-950\/75 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.75);
}
.ring-offset-violet-950\/80 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.8);
}
.ring-offset-violet-950\/85 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.85);
}
.ring-offset-violet-950\/90 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.9);
}
.ring-offset-violet-950\/95 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.95);
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.ring-offset-white\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-white\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-white\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-white\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}
.ring-offset-white\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-white\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-white\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-white\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}
.ring-offset-white\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-white\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}
.ring-offset-white\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-white\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-white\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}
.ring-offset-white\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-white\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}
.ring-offset-white\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-white\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-white\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-white\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}
.ring-offset-white\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-white\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}
.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}
.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}
.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}
.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}
.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}
.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}
.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}
.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}
.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}
.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}
.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}
.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}
.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}
.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}
.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}
.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}
.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}
.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}
.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}
.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}
.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}
.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}
.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}
.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}
.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}
.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}
.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}
.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}
.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}
.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}
.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}
.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}
.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}
.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}
.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}
.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}
.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}
.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}
.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}
.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}
.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}
.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}
.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}
.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}
.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}
.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}
.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}
.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}
.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}
.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}
.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}
.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}
.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}
.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}
.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}
.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}
.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}
.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}
.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}
.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}
.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}
.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}
.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}
.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}
.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}
.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}
.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}
.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}
.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}
.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}
.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}
.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}
.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}
.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}
.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}
.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}
.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}
.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}
.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}
.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}
.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}
.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}
.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}
.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}
.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}
.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}
.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}
.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}
.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}
.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}
.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}
.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}
.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}
.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}
.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}
.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}
.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}
.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}
.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}
.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}
.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}
.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}
.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}
.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}
.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}
.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}
.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}
.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}
.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}
.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}
.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}
.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}
.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}
.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}
.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}
.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}
.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}
.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}
.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}
.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}
.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}
.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}
.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}
.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}
.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}
.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}
.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}
.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}
.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}
.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}
.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}
.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}
.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}
.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}
.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}
.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}
.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}
.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}
.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}
.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}
.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}
.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}
.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}
.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}
.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}
.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}
.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}
.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}
.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}
.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}
.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}
.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}
.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}
.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}
.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}
.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}
.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}
.ring-offset-yellow-700\/15 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}
.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}
.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}
.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}
.ring-offset-yellow-700\/35 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}
.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}
.ring-offset-yellow-700\/45 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}
.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}
.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}
.ring-offset-yellow-700\/55 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}
.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}
.ring-offset-yellow-700\/65 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}
.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}
.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}
.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}
.ring-offset-yellow-700\/85 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}
.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}
.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}
.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}
.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}
.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}
.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}
.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}
.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}
.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}
.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}
.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}
.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}
.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}
.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}
.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}
.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}
.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}
.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}
.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}
.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}
.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}
.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}
.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}
.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}
.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}
.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}
.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}
.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}
.ring-offset-yellow-900\/15 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}
.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}
.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}
.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}
.ring-offset-yellow-900\/35 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}
.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}
.ring-offset-yellow-900\/45 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}
.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}
.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}
.ring-offset-yellow-900\/55 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}
.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}
.ring-offset-yellow-900\/65 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}
.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}
.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}
.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}
.ring-offset-yellow-900\/85 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}
.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}
.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}
.ring-offset-yellow-950 {
  --tw-ring-offset-color: #422006;
}
.ring-offset-yellow-950\/0 {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}
.ring-offset-yellow-950\/10 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}
.ring-offset-yellow-950\/100 {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}
.ring-offset-yellow-950\/15 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}
.ring-offset-yellow-950\/20 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}
.ring-offset-yellow-950\/25 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}
.ring-offset-yellow-950\/30 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}
.ring-offset-yellow-950\/35 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}
.ring-offset-yellow-950\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}
.ring-offset-yellow-950\/45 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}
.ring-offset-yellow-950\/5 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}
.ring-offset-yellow-950\/50 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}
.ring-offset-yellow-950\/55 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}
.ring-offset-yellow-950\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}
.ring-offset-yellow-950\/65 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}
.ring-offset-yellow-950\/70 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}
.ring-offset-yellow-950\/75 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}
.ring-offset-yellow-950\/80 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}
.ring-offset-yellow-950\/85 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}
.ring-offset-yellow-950\/90 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}
.ring-offset-yellow-950\/95 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}
.ring-offset-zinc-100 {
  --tw-ring-offset-color: #f4f4f5;
}
.ring-offset-zinc-100\/0 {
  --tw-ring-offset-color: rgb(244 244 245 / 0);
}
.ring-offset-zinc-100\/10 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.1);
}
.ring-offset-zinc-100\/100 {
  --tw-ring-offset-color: rgb(244 244 245 / 1);
}
.ring-offset-zinc-100\/15 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.15);
}
.ring-offset-zinc-100\/20 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.2);
}
.ring-offset-zinc-100\/25 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.25);
}
.ring-offset-zinc-100\/30 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.3);
}
.ring-offset-zinc-100\/35 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.35);
}
.ring-offset-zinc-100\/40 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.4);
}
.ring-offset-zinc-100\/45 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.45);
}
.ring-offset-zinc-100\/5 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.05);
}
.ring-offset-zinc-100\/50 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.5);
}
.ring-offset-zinc-100\/55 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.55);
}
.ring-offset-zinc-100\/60 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.6);
}
.ring-offset-zinc-100\/65 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.65);
}
.ring-offset-zinc-100\/70 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.7);
}
.ring-offset-zinc-100\/75 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.75);
}
.ring-offset-zinc-100\/80 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.8);
}
.ring-offset-zinc-100\/85 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.85);
}
.ring-offset-zinc-100\/90 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.9);
}
.ring-offset-zinc-100\/95 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.95);
}
.ring-offset-zinc-200 {
  --tw-ring-offset-color: #e4e4e7;
}
.ring-offset-zinc-200\/0 {
  --tw-ring-offset-color: rgb(228 228 231 / 0);
}
.ring-offset-zinc-200\/10 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.1);
}
.ring-offset-zinc-200\/100 {
  --tw-ring-offset-color: rgb(228 228 231 / 1);
}
.ring-offset-zinc-200\/15 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.15);
}
.ring-offset-zinc-200\/20 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.2);
}
.ring-offset-zinc-200\/25 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.25);
}
.ring-offset-zinc-200\/30 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.3);
}
.ring-offset-zinc-200\/35 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.35);
}
.ring-offset-zinc-200\/40 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.4);
}
.ring-offset-zinc-200\/45 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.45);
}
.ring-offset-zinc-200\/5 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.05);
}
.ring-offset-zinc-200\/50 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.5);
}
.ring-offset-zinc-200\/55 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.55);
}
.ring-offset-zinc-200\/60 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.6);
}
.ring-offset-zinc-200\/65 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.65);
}
.ring-offset-zinc-200\/70 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.7);
}
.ring-offset-zinc-200\/75 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.75);
}
.ring-offset-zinc-200\/80 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.8);
}
.ring-offset-zinc-200\/85 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.85);
}
.ring-offset-zinc-200\/90 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.9);
}
.ring-offset-zinc-200\/95 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.95);
}
.ring-offset-zinc-300 {
  --tw-ring-offset-color: #d4d4d8;
}
.ring-offset-zinc-300\/0 {
  --tw-ring-offset-color: rgb(212 212 216 / 0);
}
.ring-offset-zinc-300\/10 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.1);
}
.ring-offset-zinc-300\/100 {
  --tw-ring-offset-color: rgb(212 212 216 / 1);
}
.ring-offset-zinc-300\/15 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.15);
}
.ring-offset-zinc-300\/20 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.2);
}
.ring-offset-zinc-300\/25 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.25);
}
.ring-offset-zinc-300\/30 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.3);
}
.ring-offset-zinc-300\/35 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.35);
}
.ring-offset-zinc-300\/40 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.4);
}
.ring-offset-zinc-300\/45 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.45);
}
.ring-offset-zinc-300\/5 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.05);
}
.ring-offset-zinc-300\/50 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.5);
}
.ring-offset-zinc-300\/55 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.55);
}
.ring-offset-zinc-300\/60 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.6);
}
.ring-offset-zinc-300\/65 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.65);
}
.ring-offset-zinc-300\/70 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.7);
}
.ring-offset-zinc-300\/75 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.75);
}
.ring-offset-zinc-300\/80 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.8);
}
.ring-offset-zinc-300\/85 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.85);
}
.ring-offset-zinc-300\/90 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.9);
}
.ring-offset-zinc-300\/95 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.95);
}
.ring-offset-zinc-400 {
  --tw-ring-offset-color: #a1a1aa;
}
.ring-offset-zinc-400\/0 {
  --tw-ring-offset-color: rgb(161 161 170 / 0);
}
.ring-offset-zinc-400\/10 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.1);
}
.ring-offset-zinc-400\/100 {
  --tw-ring-offset-color: rgb(161 161 170 / 1);
}
.ring-offset-zinc-400\/15 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.15);
}
.ring-offset-zinc-400\/20 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.2);
}
.ring-offset-zinc-400\/25 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.25);
}
.ring-offset-zinc-400\/30 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.3);
}
.ring-offset-zinc-400\/35 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.35);
}
.ring-offset-zinc-400\/40 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.4);
}
.ring-offset-zinc-400\/45 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.45);
}
.ring-offset-zinc-400\/5 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.05);
}
.ring-offset-zinc-400\/50 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.5);
}
.ring-offset-zinc-400\/55 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.55);
}
.ring-offset-zinc-400\/60 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.6);
}
.ring-offset-zinc-400\/65 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.65);
}
.ring-offset-zinc-400\/70 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.7);
}
.ring-offset-zinc-400\/75 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.75);
}
.ring-offset-zinc-400\/80 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.8);
}
.ring-offset-zinc-400\/85 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.85);
}
.ring-offset-zinc-400\/90 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.9);
}
.ring-offset-zinc-400\/95 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.95);
}
.ring-offset-zinc-50 {
  --tw-ring-offset-color: #fafafa;
}
.ring-offset-zinc-50\/0 {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.ring-offset-zinc-50\/10 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.ring-offset-zinc-50\/100 {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.ring-offset-zinc-50\/15 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.ring-offset-zinc-50\/20 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.ring-offset-zinc-50\/25 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.ring-offset-zinc-50\/30 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.ring-offset-zinc-50\/35 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.ring-offset-zinc-50\/40 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.ring-offset-zinc-50\/45 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.ring-offset-zinc-50\/5 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.ring-offset-zinc-50\/50 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.ring-offset-zinc-50\/55 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.ring-offset-zinc-50\/60 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.ring-offset-zinc-50\/65 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.ring-offset-zinc-50\/70 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.ring-offset-zinc-50\/75 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.ring-offset-zinc-50\/80 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.ring-offset-zinc-50\/85 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.ring-offset-zinc-50\/90 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.ring-offset-zinc-50\/95 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.ring-offset-zinc-500 {
  --tw-ring-offset-color: #71717a;
}
.ring-offset-zinc-500\/0 {
  --tw-ring-offset-color: rgb(113 113 122 / 0);
}
.ring-offset-zinc-500\/10 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.1);
}
.ring-offset-zinc-500\/100 {
  --tw-ring-offset-color: rgb(113 113 122 / 1);
}
.ring-offset-zinc-500\/15 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.15);
}
.ring-offset-zinc-500\/20 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.2);
}
.ring-offset-zinc-500\/25 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.25);
}
.ring-offset-zinc-500\/30 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.3);
}
.ring-offset-zinc-500\/35 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.35);
}
.ring-offset-zinc-500\/40 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.4);
}
.ring-offset-zinc-500\/45 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.45);
}
.ring-offset-zinc-500\/5 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.05);
}
.ring-offset-zinc-500\/50 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.5);
}
.ring-offset-zinc-500\/55 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.55);
}
.ring-offset-zinc-500\/60 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.6);
}
.ring-offset-zinc-500\/65 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.65);
}
.ring-offset-zinc-500\/70 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.7);
}
.ring-offset-zinc-500\/75 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.75);
}
.ring-offset-zinc-500\/80 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.8);
}
.ring-offset-zinc-500\/85 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.85);
}
.ring-offset-zinc-500\/90 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.9);
}
.ring-offset-zinc-500\/95 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.95);
}
.ring-offset-zinc-600 {
  --tw-ring-offset-color: #52525b;
}
.ring-offset-zinc-600\/0 {
  --tw-ring-offset-color: rgb(82 82 91 / 0);
}
.ring-offset-zinc-600\/10 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.1);
}
.ring-offset-zinc-600\/100 {
  --tw-ring-offset-color: rgb(82 82 91 / 1);
}
.ring-offset-zinc-600\/15 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.15);
}
.ring-offset-zinc-600\/20 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.2);
}
.ring-offset-zinc-600\/25 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.25);
}
.ring-offset-zinc-600\/30 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.3);
}
.ring-offset-zinc-600\/35 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.35);
}
.ring-offset-zinc-600\/40 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.4);
}
.ring-offset-zinc-600\/45 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.45);
}
.ring-offset-zinc-600\/5 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.05);
}
.ring-offset-zinc-600\/50 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.5);
}
.ring-offset-zinc-600\/55 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.55);
}
.ring-offset-zinc-600\/60 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.6);
}
.ring-offset-zinc-600\/65 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.65);
}
.ring-offset-zinc-600\/70 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.7);
}
.ring-offset-zinc-600\/75 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.75);
}
.ring-offset-zinc-600\/80 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.8);
}
.ring-offset-zinc-600\/85 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.85);
}
.ring-offset-zinc-600\/90 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.9);
}
.ring-offset-zinc-600\/95 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.95);
}
.ring-offset-zinc-700 {
  --tw-ring-offset-color: #3f3f46;
}
.ring-offset-zinc-700\/0 {
  --tw-ring-offset-color: rgb(63 63 70 / 0);
}
.ring-offset-zinc-700\/10 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.1);
}
.ring-offset-zinc-700\/100 {
  --tw-ring-offset-color: rgb(63 63 70 / 1);
}
.ring-offset-zinc-700\/15 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.15);
}
.ring-offset-zinc-700\/20 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.2);
}
.ring-offset-zinc-700\/25 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.25);
}
.ring-offset-zinc-700\/30 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.3);
}
.ring-offset-zinc-700\/35 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.35);
}
.ring-offset-zinc-700\/40 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.4);
}
.ring-offset-zinc-700\/45 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.45);
}
.ring-offset-zinc-700\/5 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.05);
}
.ring-offset-zinc-700\/50 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.5);
}
.ring-offset-zinc-700\/55 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.55);
}
.ring-offset-zinc-700\/60 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.6);
}
.ring-offset-zinc-700\/65 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.65);
}
.ring-offset-zinc-700\/70 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.7);
}
.ring-offset-zinc-700\/75 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.75);
}
.ring-offset-zinc-700\/80 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.8);
}
.ring-offset-zinc-700\/85 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.85);
}
.ring-offset-zinc-700\/90 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.9);
}
.ring-offset-zinc-700\/95 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.95);
}
.ring-offset-zinc-800 {
  --tw-ring-offset-color: #27272a;
}
.ring-offset-zinc-800\/0 {
  --tw-ring-offset-color: rgb(39 39 42 / 0);
}
.ring-offset-zinc-800\/10 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.1);
}
.ring-offset-zinc-800\/100 {
  --tw-ring-offset-color: rgb(39 39 42 / 1);
}
.ring-offset-zinc-800\/15 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.15);
}
.ring-offset-zinc-800\/20 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.2);
}
.ring-offset-zinc-800\/25 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.25);
}
.ring-offset-zinc-800\/30 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.3);
}
.ring-offset-zinc-800\/35 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.35);
}
.ring-offset-zinc-800\/40 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.4);
}
.ring-offset-zinc-800\/45 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.45);
}
.ring-offset-zinc-800\/5 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.05);
}
.ring-offset-zinc-800\/50 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.5);
}
.ring-offset-zinc-800\/55 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.55);
}
.ring-offset-zinc-800\/60 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.6);
}
.ring-offset-zinc-800\/65 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.65);
}
.ring-offset-zinc-800\/70 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.7);
}
.ring-offset-zinc-800\/75 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.75);
}
.ring-offset-zinc-800\/80 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.8);
}
.ring-offset-zinc-800\/85 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.85);
}
.ring-offset-zinc-800\/90 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.9);
}
.ring-offset-zinc-800\/95 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.95);
}
.ring-offset-zinc-900 {
  --tw-ring-offset-color: #18181b;
}
.ring-offset-zinc-900\/0 {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}
.ring-offset-zinc-900\/10 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}
.ring-offset-zinc-900\/100 {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}
.ring-offset-zinc-900\/15 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}
.ring-offset-zinc-900\/20 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}
.ring-offset-zinc-900\/25 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}
.ring-offset-zinc-900\/30 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}
.ring-offset-zinc-900\/35 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}
.ring-offset-zinc-900\/40 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}
.ring-offset-zinc-900\/45 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}
.ring-offset-zinc-900\/5 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}
.ring-offset-zinc-900\/50 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}
.ring-offset-zinc-900\/55 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}
.ring-offset-zinc-900\/60 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}
.ring-offset-zinc-900\/65 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}
.ring-offset-zinc-900\/70 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}
.ring-offset-zinc-900\/75 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}
.ring-offset-zinc-900\/80 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}
.ring-offset-zinc-900\/85 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}
.ring-offset-zinc-900\/90 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}
.ring-offset-zinc-900\/95 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}
.ring-offset-zinc-950 {
  --tw-ring-offset-color: #09090b;
}
.ring-offset-zinc-950\/0 {
  --tw-ring-offset-color: rgb(9 9 11 / 0);
}
.ring-offset-zinc-950\/10 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.1);
}
.ring-offset-zinc-950\/100 {
  --tw-ring-offset-color: rgb(9 9 11 / 1);
}
.ring-offset-zinc-950\/15 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.15);
}
.ring-offset-zinc-950\/20 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.2);
}
.ring-offset-zinc-950\/25 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.25);
}
.ring-offset-zinc-950\/30 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.3);
}
.ring-offset-zinc-950\/35 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.35);
}
.ring-offset-zinc-950\/40 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.4);
}
.ring-offset-zinc-950\/45 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.45);
}
.ring-offset-zinc-950\/5 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.05);
}
.ring-offset-zinc-950\/50 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.5);
}
.ring-offset-zinc-950\/55 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.55);
}
.ring-offset-zinc-950\/60 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.6);
}
.ring-offset-zinc-950\/65 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.65);
}
.ring-offset-zinc-950\/70 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.7);
}
.ring-offset-zinc-950\/75 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.75);
}
.ring-offset-zinc-950\/80 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.8);
}
.ring-offset-zinc-950\/85 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.85);
}
.ring-offset-zinc-950\/90 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.9);
}
.ring-offset-zinc-950\/95 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.95);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  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-\[6px\] {
  --tw-backdrop-blur: blur(6px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.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);
}
.content-none {
  --tw-content: none;
  content: var(--tw-content);
}
.shadow-10 {
  box-shadow: var(--shadow-10);
}
.shadow-20 {
  box-shadow: var(--shadow-20);
}
.shadow-30 {
  box-shadow: var(--shadow-30);
}
.shadow-40 {
  box-shadow: var(--shadow-40);
}
.shadow-50 {
  box-shadow: var(--shadow-50);
}
.font-regular {
  font-weight: 400;
}
.font-strong {
  font-weight: 500;
}
.font-stronger {
  font-weight: 600;
}
.centric-layout {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1156px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1024px) {

  .centric-layout {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.break-words {
  word-break: break-word;
}
.line-clamp-1 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@supports (min-height: 100dvh) {

  .min-h-screen {
    min-height: 100dvh;
  }
}
.\[--translate-x\:0px\] {
  --translate-x: 0px;
}
.\[--visibility\:hidden\] {
  --visibility: hidden;
}
.\[border-spacing\:0\] {
  border-spacing: 0;
}
.\[border\:none\] {
  border: none;
}
.\[box-shadow\:0px_0px_0px_1\.5px_var\(--border-primary\)\] {
  box-shadow: 0px 0px 0px 1.5px var(--border-primary);
}
.\[font-size\:0px\] {
  font-size: 0px;
}
.\[grid-area\:1\/-1\] {
  grid-area: 1/-1;
}
.\[outline\:none\] {
  outline: none;
}
.\[tab-size\:2\] {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.\[text-transform\:inherit\] {
  text-transform: inherit;
}
.\[text-wrap\:balance\] {
  text-wrap: balance;
}
.\[transition-timing-function\:ease\] {
  transition-timing-function: ease;
}
.\[visibility\:--visibility\] {
  visibility: var(--visibility);
}
.focus-within\:focus-ring:focus-within {
  outline: none;
  --tw-ring-color: var(--border-focus);
  --tw-ring-offset-color: var(--background-neutral);
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: 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);
}
@media (-ms-high-contrast: active), (forced-colors: active) {

  .focus-within\:focus-ring:focus-within {
    outline-color: transparent;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
}
@media (hover: hover) and (pointer: fine) {

  .hover\:text-heading-12:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-14:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-16:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-18:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-20:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-24:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-28:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
  }

  .hover\:text-heading-32:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
  }

  .hover\:text-body-8:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0px;
  }

  .hover\:text-body-10:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
  }

  .hover\:text-body-12:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hover\:text-body-14:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .hover\:text-body-16:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .hover\:text-body-20:hover {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
  }
}
.focus\:text-heading-12:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
}
.focus\:text-heading-14:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
}
.focus\:text-heading-16:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}
.focus\:text-heading-18:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
.focus\:text-heading-20:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}
.focus\:text-heading-24:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
}
.focus\:text-heading-28:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
}
.focus\:text-heading-32:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
}
.focus\:text-body-8:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
}
.focus\:text-body-10:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.focus\:text-body-12:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.focus\:text-body-14:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
.focus\:text-body-16:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.focus\:text-body-20:focus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
.focus-visible\:focus-ring:focus-visible {
  outline: none;
  --tw-ring-color: var(--border-focus);
  --tw-ring-offset-color: var(--background-neutral);
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: 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);
}
@media (-ms-high-contrast: active), (forced-colors: active) {

  .focus-visible\:focus-ring:focus-visible {
    outline-color: transparent;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
}
.active\:text-heading-12:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
}
.active\:text-heading-14:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
}
.active\:text-heading-16:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}
.active\:text-heading-18:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
.active\:text-heading-20:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}
.active\:text-heading-24:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
}
.active\:text-heading-28:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
}
.active\:text-heading-32:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
}
.active\:text-body-8:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
}
.active\:text-body-10:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.active\:text-body-12:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.active\:text-body-14:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
.active\:text-body-16:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.active\:text-body-20:active {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
.disabled\:text-heading-12:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
}
.disabled\:text-heading-14:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
}
.disabled\:text-heading-16:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}
.disabled\:text-heading-18:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
.disabled\:text-heading-20:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}
.disabled\:text-heading-24:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
}
.disabled\:text-heading-28:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
}
.disabled\:text-heading-32:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
}
.disabled\:text-body-8:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
}
.disabled\:text-body-10:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.disabled\:text-body-12:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.disabled\:text-body-14:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
.disabled\:text-body-16:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.disabled\:text-body-20:disabled {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
.peer:focus-visible ~ .peer-focus-visible\:focus-ring {
  outline: none;
  --tw-ring-color: var(--border-focus);
  --tw-ring-offset-color: var(--background-neutral);
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: 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);
}
@media (-ms-high-contrast: active), (forced-colors: active) {

  .peer:focus-visible ~ .peer-focus-visible\:focus-ring {
    outline-color: transparent;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
}
@media (min-width: 640px) {

  .sm\:text-heading-12 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .sm\:text-body-12 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .sm\:text-body-14 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {

  .md\:text-body-12 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .md\:text-body-14 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:text-heading-12 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .lg\:text-heading-14 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .lg\:text-heading-28 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
  }

  .lg\:text-body-10 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
  }

  .lg\:text-body-12 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .lg\:text-body-14 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.selection\:bg-transparent *::-moz-selection {
  background-color: transparent;
}
.selection\:bg-transparent *::selection {
  background-color: transparent;
}
.selection\:bg-transparent::-moz-selection {
  background-color: transparent;
}
.selection\:bg-transparent::selection {
  background-color: transparent;
}
.placeholder\:text-primary::-moz-placeholder {
  color: var(--text-primary);
}
.placeholder\:text-primary::placeholder {
  color: var(--text-primary);
}
.placeholder\:text-secondary::-moz-placeholder {
  color: var(--text-secondary);
}
.placeholder\:text-secondary::placeholder {
  color: var(--text-secondary);
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-white::before {
  content: var(--tw-content);
  --tw-gradient-from: #fff 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);
}
.before\:via-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}
.after\:-bottom-0\.5::after {
  content: var(--tw-content);
  bottom: -0.125rem;
}
.after\:-start-3::after {
  content: var(--tw-content);
  inset-inline-start: -0.75rem;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:end-0::after {
  content: var(--tw-content);
  inset-inline-end: 0px;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:start-0::after {
  content: var(--tw-content);
  inset-inline-start: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}
.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:max-h-16::after {
  content: var(--tw-content);
  max-height: 4rem;
}
.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}
.after\:w-\[calc\(100\%\+24px\)\]::after {
  content: var(--tw-content);
  width: calc(100% + 24px);
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}
.after\:translate-y-\[8px\]::after {
  content: var(--tw-content);
  --tw-translate-y: 8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:scale-150::after {
  content: var(--tw-content);
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.after\:rounded-12px::after {
  content: var(--tw-content);
  border-radius: 12px;
}
.after\:rounded-16px::after {
  content: var(--tw-content);
  border-radius: 16px;
}
.after\:rounded-8px::after {
  content: var(--tw-content);
  border-radius: 8px;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}
.after\:border-\[rgba\(0\2c 0\2c 0\2c 0\.05\)\]::after {
  content: var(--tw-content);
  border-color: rgba(0,0,0,0.05);
}
.after\:border-secondary::after {
  content: var(--tw-content);
  border-color: var(--border-secondary);
}
.after\:bg-canvas::after {
  content: var(--tw-content);
  background-color: var(--background-canvas);
}
.after\:bg-inverse::after {
  content: var(--tw-content);
  background-color: var(--background-inverse);
}
.after\:bg-neutral-disabled::after {
  content: var(--tw-content);
  background-color: var(--background-neutral-disabled);
}
.after\:bg-neutral-tertiary-hover::after {
  content: var(--tw-content);
  background-color: var(--background-neutral-tertiary-hover);
}
.after\:bg-\[linear-gradient\(181deg\2c \#252B3700_-12\.29\%\2c \#252B37_98\.28\%\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(181deg,#252B3700 -12.29%,#252B37 98.28%);
}
.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-0:last-child {
  border-width: 0px;
}
@media (hover: hover) and (pointer: fine) {

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

  .hover\:z-\[1\]:hover {
    z-index: 1;
  }

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

  .hover\:border-separate:hover {
    border-collapse: separate;
  }

  .hover\:border-spacing-0:hover {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-0\.5:hover {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-1:hover {
    --tw-border-spacing-x: 0.25rem;
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-1\.5:hover {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-10:hover {
    --tw-border-spacing-x: 2.5rem;
    --tw-border-spacing-y: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-11:hover {
    --tw-border-spacing-x: 2.75rem;
    --tw-border-spacing-y: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-12:hover {
    --tw-border-spacing-x: 3rem;
    --tw-border-spacing-y: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-14:hover {
    --tw-border-spacing-x: 3.5rem;
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-16:hover {
    --tw-border-spacing-x: 4rem;
    --tw-border-spacing-y: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-2:hover {
    --tw-border-spacing-x: 0.5rem;
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-2\.5:hover {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-20:hover {
    --tw-border-spacing-x: 5rem;
    --tw-border-spacing-y: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-24:hover {
    --tw-border-spacing-x: 6rem;
    --tw-border-spacing-y: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-28:hover {
    --tw-border-spacing-x: 7rem;
    --tw-border-spacing-y: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-3:hover {
    --tw-border-spacing-x: 0.75rem;
    --tw-border-spacing-y: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-3\.5:hover {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-32:hover {
    --tw-border-spacing-x: 8rem;
    --tw-border-spacing-y: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-36:hover {
    --tw-border-spacing-x: 9rem;
    --tw-border-spacing-y: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-4:hover {
    --tw-border-spacing-x: 1rem;
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-40:hover {
    --tw-border-spacing-x: 10rem;
    --tw-border-spacing-y: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-44:hover {
    --tw-border-spacing-x: 11rem;
    --tw-border-spacing-y: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-48:hover {
    --tw-border-spacing-x: 12rem;
    --tw-border-spacing-y: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-5:hover {
    --tw-border-spacing-x: 1.25rem;
    --tw-border-spacing-y: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-52:hover {
    --tw-border-spacing-x: 13rem;
    --tw-border-spacing-y: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-56:hover {
    --tw-border-spacing-x: 14rem;
    --tw-border-spacing-y: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-6:hover {
    --tw-border-spacing-x: 1.5rem;
    --tw-border-spacing-y: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-60:hover {
    --tw-border-spacing-x: 15rem;
    --tw-border-spacing-y: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-64:hover {
    --tw-border-spacing-x: 16rem;
    --tw-border-spacing-y: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-7:hover {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-72:hover {
    --tw-border-spacing-x: 18rem;
    --tw-border-spacing-y: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-8:hover {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-80:hover {
    --tw-border-spacing-x: 20rem;
    --tw-border-spacing-y: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-9:hover {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-96:hover {
    --tw-border-spacing-x: 24rem;
    --tw-border-spacing-y: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-px:hover {
    --tw-border-spacing-x: 1px;
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-0:hover {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-0\.5:hover {
    --tw-border-spacing-x: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-1:hover {
    --tw-border-spacing-x: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-1\.5:hover {
    --tw-border-spacing-x: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-10:hover {
    --tw-border-spacing-x: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-11:hover {
    --tw-border-spacing-x: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-12:hover {
    --tw-border-spacing-x: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-14:hover {
    --tw-border-spacing-x: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-16:hover {
    --tw-border-spacing-x: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-2:hover {
    --tw-border-spacing-x: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-2\.5:hover {
    --tw-border-spacing-x: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-20:hover {
    --tw-border-spacing-x: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-24:hover {
    --tw-border-spacing-x: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-28:hover {
    --tw-border-spacing-x: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-3:hover {
    --tw-border-spacing-x: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-3\.5:hover {
    --tw-border-spacing-x: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-32:hover {
    --tw-border-spacing-x: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-36:hover {
    --tw-border-spacing-x: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-4:hover {
    --tw-border-spacing-x: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-40:hover {
    --tw-border-spacing-x: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-44:hover {
    --tw-border-spacing-x: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-48:hover {
    --tw-border-spacing-x: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-5:hover {
    --tw-border-spacing-x: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-52:hover {
    --tw-border-spacing-x: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-56:hover {
    --tw-border-spacing-x: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-6:hover {
    --tw-border-spacing-x: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-60:hover {
    --tw-border-spacing-x: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-64:hover {
    --tw-border-spacing-x: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-7:hover {
    --tw-border-spacing-x: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-72:hover {
    --tw-border-spacing-x: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-8:hover {
    --tw-border-spacing-x: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-80:hover {
    --tw-border-spacing-x: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-9:hover {
    --tw-border-spacing-x: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-96:hover {
    --tw-border-spacing-x: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-x-px:hover {
    --tw-border-spacing-x: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-0:hover {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-0\.5:hover {
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-1:hover {
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-1\.5:hover {
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-10:hover {
    --tw-border-spacing-y: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-11:hover {
    --tw-border-spacing-y: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-12:hover {
    --tw-border-spacing-y: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-14:hover {
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-16:hover {
    --tw-border-spacing-y: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-2:hover {
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-2\.5:hover {
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-20:hover {
    --tw-border-spacing-y: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-24:hover {
    --tw-border-spacing-y: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-28:hover {
    --tw-border-spacing-y: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-3:hover {
    --tw-border-spacing-y: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-3\.5:hover {
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-32:hover {
    --tw-border-spacing-y: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-36:hover {
    --tw-border-spacing-y: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-4:hover {
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-40:hover {
    --tw-border-spacing-y: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-44:hover {
    --tw-border-spacing-y: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-48:hover {
    --tw-border-spacing-y: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-5:hover {
    --tw-border-spacing-y: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-52:hover {
    --tw-border-spacing-y: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-56:hover {
    --tw-border-spacing-y: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-6:hover {
    --tw-border-spacing-y: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-60:hover {
    --tw-border-spacing-y: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-64:hover {
    --tw-border-spacing-y: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-7:hover {
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-72:hover {
    --tw-border-spacing-y: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-8:hover {
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-80:hover {
    --tw-border-spacing-y: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-9:hover {
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-96:hover {
    --tw-border-spacing-y: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .hover\:border-spacing-y-px:hover {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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\: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-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .hover\:text-ellipsis:hover {
    text-overflow: ellipsis;
  }

  .hover\:text-clip:hover {
    text-overflow: clip;
  }

  .hover\:text-wrap:hover {
    text-wrap: wrap;
  }

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

  .hover\:text-balance:hover {
    text-wrap: balance;
  }

  .hover\:text-pretty:hover {
    text-wrap: pretty;
  }

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

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

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

  .hover\:border-8:hover {
    border-width: 8px;
  }

  .hover\:border-x:hover {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .hover\:border-x-0:hover {
    border-left-width: 0px;
    border-right-width: 0px;
  }

  .hover\:border-x-2:hover {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .hover\:border-x-4:hover {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .hover\:border-x-8:hover {
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .hover\:border-y:hover {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .hover\:border-y-0:hover {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .hover\:border-y-2:hover {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .hover\:border-y-4:hover {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .hover\:border-y-8:hover {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

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

  .hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

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

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

  .hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .hover\:border-e:hover {
    border-inline-end-width: 1px;
  }

  .hover\:border-e-0:hover {
    border-inline-end-width: 0px;
  }

  .hover\:border-e-2:hover {
    border-inline-end-width: 2px;
  }

  .hover\:border-e-4:hover {
    border-inline-end-width: 4px;
  }

  .hover\:border-e-8:hover {
    border-inline-end-width: 8px;
  }

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

  .hover\:border-l-0:hover {
    border-left-width: 0px;
  }

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

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

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

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

  .hover\:border-r-0:hover {
    border-right-width: 0px;
  }

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

  .hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .hover\:border-s:hover {
    border-inline-start-width: 1px;
  }

  .hover\:border-s-0:hover {
    border-inline-start-width: 0px;
  }

  .hover\:border-s-2:hover {
    border-inline-start-width: 2px;
  }

  .hover\:border-s-4:hover {
    border-inline-start-width: 4px;
  }

  .hover\:border-s-8:hover {
    border-inline-start-width: 8px;
  }

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

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

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

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

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

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

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

  .hover\:border-dotted:hover {
    border-style: dotted;
  }

  .hover\:border-double:hover {
    border-style: double;
  }

  .hover\:border-hidden:hover {
    border-style: hidden;
  }

  .hover\:border-none:hover {
    border-style: none;
  }

  .hover\:border-accent:hover {
    border-color: var(--border-accent);
  }

  .hover\:border-calendar:hover {
    border-color: var(--border-calendar);
  }

  .hover\:border-constant-black:hover {
    border-color: var(--general-constant-black);
  }

  .hover\:border-constant-white:hover {
    border-color: var(--general-constant-white);
  }

  .hover\:border-current:hover {
    border-color: currentColor;
  }

  .hover\:border-focus:hover {
    border-color: var(--border-focus);
  }

  .hover\:border-hover:hover {
    border-color: var(--border-hover);
  }

  .hover\:border-inherit:hover {
    border-color: inherit;
  }

  .hover\:border-input:hover {
    border-color: var(--border-input);
  }

  .hover\:border-input-active:hover {
    border-color: var(--border-input-active);
  }

  .hover\:border-input-active-hover:hover {
    border-color: var(--border-input-active-hover);
  }

  .hover\:border-input-active-pressed:hover {
    border-color: var(--border-input-active-pressed);
  }

  .hover\:border-input-caution:hover {
    border-color: var(--border-input-caution);
  }

  .hover\:border-input-caution-hover:hover {
    border-color: var(--border-input-caution-hover);
  }

  .hover\:border-input-caution-pressed:hover {
    border-color: var(--border-input-caution-pressed);
  }

  .hover\:border-input-critical:hover {
    border-color: var(--border-input-critical);
  }

  .hover\:border-input-critical-hover:hover {
    border-color: var(--border-input-critical-hover);
  }

  .hover\:border-input-critical-pressed:hover {
    border-color: var(--border-input-critical-pressed);
  }

  .hover\:border-input-disabled:hover {
    border-color: var(--border-input-disabled);
  }

  .hover\:border-input-hover:hover {
    border-color: var(--border-input-hover);
  }

  .hover\:border-palette-blue-border:hover {
    border-color: var(--palette-blue-border);
  }

  .hover\:border-palette-dark-blue-border:hover {
    border-color: var(--palette-dark-blue-border);
  }

  .hover\:border-palette-dark-gray-border:hover {
    border-color: var(--palette-dark-gray-border);
  }

  .hover\:border-palette-dark-green-border:hover {
    border-color: var(--palette-dark-green-border);
  }

  .hover\:border-palette-gray-border:hover {
    border-color: var(--palette-gray-border);
  }

  .hover\:border-palette-green-border:hover {
    border-color: var(--palette-green-border);
  }

  .hover\:border-palette-light-pink-border:hover {
    border-color: var(--palette-light-pink-border);
  }

  .hover\:border-palette-maroon-border:hover {
    border-color: var(--palette-maroon-border);
  }

  .hover\:border-palette-orange-border:hover {
    border-color: var(--palette-orange-border);
  }

  .hover\:border-palette-pink-border:hover {
    border-color: var(--palette-pink-border);
  }

  .hover\:border-palette-red-border:hover {
    border-color: var(--palette-red-border);
  }

  .hover\:border-palette-violet-border:hover {
    border-color: var(--palette-violet-border);
  }

  .hover\:border-palette-yellow-border:hover {
    border-color: var(--palette-yellow-border);
  }

  .hover\:border-primary:hover {
    border-color: var(--border-primary);
  }

  .hover\:border-secondary:hover {
    border-color: var(--border-secondary);
  }

  .hover\:border-status-available:hover {
    border-color: var(--status-available);
  }

  .hover\:border-status-away:hover {
    border-color: var(--status-away);
  }

  .hover\:border-status-border:hover {
    border-color: var(--status-border);
  }

  .hover\:border-status-busy:hover {
    border-color: var(--status-busy);
  }

  .hover\:border-status-icon:hover {
    border-color: var(--status-icon);
  }

  .hover\:border-status-offline:hover {
    border-color: var(--status-offline);
  }

  .hover\:border-tertiary:hover {
    border-color: var(--border-tertiary);
  }

  .hover\:border-transparent:hover {
    border-color: transparent;
  }

  .hover\:border-transparent\/0:hover {
    border-color: rgb(0 0 0 / 0);
  }

  .hover\:border-transparent\/10:hover {
    border-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-transparent\/100:hover {
    border-color: rgb(0 0 0 / 1);
  }

  .hover\:border-transparent\/15:hover {
    border-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-transparent\/20:hover {
    border-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-transparent\/25:hover {
    border-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-transparent\/30:hover {
    border-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-transparent\/35:hover {
    border-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-transparent\/40:hover {
    border-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-transparent\/45:hover {
    border-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-transparent\/5:hover {
    border-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-transparent\/50:hover {
    border-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-transparent\/55:hover {
    border-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-transparent\/60:hover {
    border-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-transparent\/65:hover {
    border-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-transparent\/70:hover {
    border-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-transparent\/75:hover {
    border-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-transparent\/80:hover {
    border-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-transparent\/85:hover {
    border-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-transparent\/90:hover {
    border-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-transparent\/95:hover {
    border-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-x-accent:hover {
    border-left-color: var(--border-accent);
    border-right-color: var(--border-accent);
  }

  .hover\:border-x-calendar:hover {
    border-left-color: var(--border-calendar);
    border-right-color: var(--border-calendar);
  }

  .hover\:border-x-constant-black:hover {
    border-left-color: var(--general-constant-black);
    border-right-color: var(--general-constant-black);
  }

  .hover\:border-x-constant-white:hover {
    border-left-color: var(--general-constant-white);
    border-right-color: var(--general-constant-white);
  }

  .hover\:border-x-current:hover {
    border-left-color: currentColor;
    border-right-color: currentColor;
  }

  .hover\:border-x-focus:hover {
    border-left-color: var(--border-focus);
    border-right-color: var(--border-focus);
  }

  .hover\:border-x-hover:hover {
    border-left-color: var(--border-hover);
    border-right-color: var(--border-hover);
  }

  .hover\:border-x-inherit:hover {
    border-left-color: inherit;
    border-right-color: inherit;
  }

  .hover\:border-x-input:hover {
    border-left-color: var(--border-input);
    border-right-color: var(--border-input);
  }

  .hover\:border-x-input-active:hover {
    border-left-color: var(--border-input-active);
    border-right-color: var(--border-input-active);
  }

  .hover\:border-x-input-active-hover:hover {
    border-left-color: var(--border-input-active-hover);
    border-right-color: var(--border-input-active-hover);
  }

  .hover\:border-x-input-active-pressed:hover {
    border-left-color: var(--border-input-active-pressed);
    border-right-color: var(--border-input-active-pressed);
  }

  .hover\:border-x-input-caution:hover {
    border-left-color: var(--border-input-caution);
    border-right-color: var(--border-input-caution);
  }

  .hover\:border-x-input-caution-hover:hover {
    border-left-color: var(--border-input-caution-hover);
    border-right-color: var(--border-input-caution-hover);
  }

  .hover\:border-x-input-caution-pressed:hover {
    border-left-color: var(--border-input-caution-pressed);
    border-right-color: var(--border-input-caution-pressed);
  }

  .hover\:border-x-input-critical:hover {
    border-left-color: var(--border-input-critical);
    border-right-color: var(--border-input-critical);
  }

  .hover\:border-x-input-critical-hover:hover {
    border-left-color: var(--border-input-critical-hover);
    border-right-color: var(--border-input-critical-hover);
  }

  .hover\:border-x-input-critical-pressed:hover {
    border-left-color: var(--border-input-critical-pressed);
    border-right-color: var(--border-input-critical-pressed);
  }

  .hover\:border-x-input-disabled:hover {
    border-left-color: var(--border-input-disabled);
    border-right-color: var(--border-input-disabled);
  }

  .hover\:border-x-input-hover:hover {
    border-left-color: var(--border-input-hover);
    border-right-color: var(--border-input-hover);
  }

  .hover\:border-x-palette-blue-border:hover {
    border-left-color: var(--palette-blue-border);
    border-right-color: var(--palette-blue-border);
  }

  .hover\:border-x-palette-dark-blue-border:hover {
    border-left-color: var(--palette-dark-blue-border);
    border-right-color: var(--palette-dark-blue-border);
  }

  .hover\:border-x-palette-dark-gray-border:hover {
    border-left-color: var(--palette-dark-gray-border);
    border-right-color: var(--palette-dark-gray-border);
  }

  .hover\:border-x-palette-dark-green-border:hover {
    border-left-color: var(--palette-dark-green-border);
    border-right-color: var(--palette-dark-green-border);
  }

  .hover\:border-x-palette-gray-border:hover {
    border-left-color: var(--palette-gray-border);
    border-right-color: var(--palette-gray-border);
  }

  .hover\:border-x-palette-green-border:hover {
    border-left-color: var(--palette-green-border);
    border-right-color: var(--palette-green-border);
  }

  .hover\:border-x-palette-light-pink-border:hover {
    border-left-color: var(--palette-light-pink-border);
    border-right-color: var(--palette-light-pink-border);
  }

  .hover\:border-x-palette-maroon-border:hover {
    border-left-color: var(--palette-maroon-border);
    border-right-color: var(--palette-maroon-border);
  }

  .hover\:border-x-palette-orange-border:hover {
    border-left-color: var(--palette-orange-border);
    border-right-color: var(--palette-orange-border);
  }

  .hover\:border-x-palette-pink-border:hover {
    border-left-color: var(--palette-pink-border);
    border-right-color: var(--palette-pink-border);
  }

  .hover\:border-x-palette-red-border:hover {
    border-left-color: var(--palette-red-border);
    border-right-color: var(--palette-red-border);
  }

  .hover\:border-x-palette-violet-border:hover {
    border-left-color: var(--palette-violet-border);
    border-right-color: var(--palette-violet-border);
  }

  .hover\:border-x-palette-yellow-border:hover {
    border-left-color: var(--palette-yellow-border);
    border-right-color: var(--palette-yellow-border);
  }

  .hover\:border-x-primary:hover {
    border-left-color: var(--border-primary);
    border-right-color: var(--border-primary);
  }

  .hover\:border-x-secondary:hover {
    border-left-color: var(--border-secondary);
    border-right-color: var(--border-secondary);
  }

  .hover\:border-x-status-available:hover {
    border-left-color: var(--status-available);
    border-right-color: var(--status-available);
  }

  .hover\:border-x-status-away:hover {
    border-left-color: var(--status-away);
    border-right-color: var(--status-away);
  }

  .hover\:border-x-status-border:hover {
    border-left-color: var(--status-border);
    border-right-color: var(--status-border);
  }

  .hover\:border-x-status-busy:hover {
    border-left-color: var(--status-busy);
    border-right-color: var(--status-busy);
  }

  .hover\:border-x-status-icon:hover {
    border-left-color: var(--status-icon);
    border-right-color: var(--status-icon);
  }

  .hover\:border-x-status-offline:hover {
    border-left-color: var(--status-offline);
    border-right-color: var(--status-offline);
  }

  .hover\:border-x-tertiary:hover {
    border-left-color: var(--border-tertiary);
    border-right-color: var(--border-tertiary);
  }

  .hover\:border-x-transparent:hover {
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .hover\:border-x-transparent\/0:hover {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .hover\:border-x-transparent\/10:hover {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-x-transparent\/100:hover {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .hover\:border-x-transparent\/15:hover {
    border-left-color: rgb(0 0 0 / 0.15);
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-x-transparent\/20:hover {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-x-transparent\/25:hover {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-x-transparent\/30:hover {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-x-transparent\/35:hover {
    border-left-color: rgb(0 0 0 / 0.35);
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-x-transparent\/40:hover {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-x-transparent\/45:hover {
    border-left-color: rgb(0 0 0 / 0.45);
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-x-transparent\/5:hover {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-x-transparent\/50:hover {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-x-transparent\/55:hover {
    border-left-color: rgb(0 0 0 / 0.55);
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-x-transparent\/60:hover {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-x-transparent\/65:hover {
    border-left-color: rgb(0 0 0 / 0.65);
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-x-transparent\/70:hover {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-x-transparent\/75:hover {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-x-transparent\/80:hover {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-x-transparent\/85:hover {
    border-left-color: rgb(0 0 0 / 0.85);
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-x-transparent\/90:hover {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-x-transparent\/95:hover {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-y-accent:hover {
    border-top-color: var(--border-accent);
    border-bottom-color: var(--border-accent);
  }

  .hover\:border-y-calendar:hover {
    border-top-color: var(--border-calendar);
    border-bottom-color: var(--border-calendar);
  }

  .hover\:border-y-constant-black:hover {
    border-top-color: var(--general-constant-black);
    border-bottom-color: var(--general-constant-black);
  }

  .hover\:border-y-constant-white:hover {
    border-top-color: var(--general-constant-white);
    border-bottom-color: var(--general-constant-white);
  }

  .hover\:border-y-current:hover {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
  }

  .hover\:border-y-focus:hover {
    border-top-color: var(--border-focus);
    border-bottom-color: var(--border-focus);
  }

  .hover\:border-y-hover:hover {
    border-top-color: var(--border-hover);
    border-bottom-color: var(--border-hover);
  }

  .hover\:border-y-inherit:hover {
    border-top-color: inherit;
    border-bottom-color: inherit;
  }

  .hover\:border-y-input:hover {
    border-top-color: var(--border-input);
    border-bottom-color: var(--border-input);
  }

  .hover\:border-y-input-active:hover {
    border-top-color: var(--border-input-active);
    border-bottom-color: var(--border-input-active);
  }

  .hover\:border-y-input-active-hover:hover {
    border-top-color: var(--border-input-active-hover);
    border-bottom-color: var(--border-input-active-hover);
  }

  .hover\:border-y-input-active-pressed:hover {
    border-top-color: var(--border-input-active-pressed);
    border-bottom-color: var(--border-input-active-pressed);
  }

  .hover\:border-y-input-caution:hover {
    border-top-color: var(--border-input-caution);
    border-bottom-color: var(--border-input-caution);
  }

  .hover\:border-y-input-caution-hover:hover {
    border-top-color: var(--border-input-caution-hover);
    border-bottom-color: var(--border-input-caution-hover);
  }

  .hover\:border-y-input-caution-pressed:hover {
    border-top-color: var(--border-input-caution-pressed);
    border-bottom-color: var(--border-input-caution-pressed);
  }

  .hover\:border-y-input-critical:hover {
    border-top-color: var(--border-input-critical);
    border-bottom-color: var(--border-input-critical);
  }

  .hover\:border-y-input-critical-hover:hover {
    border-top-color: var(--border-input-critical-hover);
    border-bottom-color: var(--border-input-critical-hover);
  }

  .hover\:border-y-input-critical-pressed:hover {
    border-top-color: var(--border-input-critical-pressed);
    border-bottom-color: var(--border-input-critical-pressed);
  }

  .hover\:border-y-input-disabled:hover {
    border-top-color: var(--border-input-disabled);
    border-bottom-color: var(--border-input-disabled);
  }

  .hover\:border-y-input-hover:hover {
    border-top-color: var(--border-input-hover);
    border-bottom-color: var(--border-input-hover);
  }

  .hover\:border-y-palette-blue-border:hover {
    border-top-color: var(--palette-blue-border);
    border-bottom-color: var(--palette-blue-border);
  }

  .hover\:border-y-palette-dark-blue-border:hover {
    border-top-color: var(--palette-dark-blue-border);
    border-bottom-color: var(--palette-dark-blue-border);
  }

  .hover\:border-y-palette-dark-gray-border:hover {
    border-top-color: var(--palette-dark-gray-border);
    border-bottom-color: var(--palette-dark-gray-border);
  }

  .hover\:border-y-palette-dark-green-border:hover {
    border-top-color: var(--palette-dark-green-border);
    border-bottom-color: var(--palette-dark-green-border);
  }

  .hover\:border-y-palette-gray-border:hover {
    border-top-color: var(--palette-gray-border);
    border-bottom-color: var(--palette-gray-border);
  }

  .hover\:border-y-palette-green-border:hover {
    border-top-color: var(--palette-green-border);
    border-bottom-color: var(--palette-green-border);
  }

  .hover\:border-y-palette-light-pink-border:hover {
    border-top-color: var(--palette-light-pink-border);
    border-bottom-color: var(--palette-light-pink-border);
  }

  .hover\:border-y-palette-maroon-border:hover {
    border-top-color: var(--palette-maroon-border);
    border-bottom-color: var(--palette-maroon-border);
  }

  .hover\:border-y-palette-orange-border:hover {
    border-top-color: var(--palette-orange-border);
    border-bottom-color: var(--palette-orange-border);
  }

  .hover\:border-y-palette-pink-border:hover {
    border-top-color: var(--palette-pink-border);
    border-bottom-color: var(--palette-pink-border);
  }

  .hover\:border-y-palette-red-border:hover {
    border-top-color: var(--palette-red-border);
    border-bottom-color: var(--palette-red-border);
  }

  .hover\:border-y-palette-violet-border:hover {
    border-top-color: var(--palette-violet-border);
    border-bottom-color: var(--palette-violet-border);
  }

  .hover\:border-y-palette-yellow-border:hover {
    border-top-color: var(--palette-yellow-border);
    border-bottom-color: var(--palette-yellow-border);
  }

  .hover\:border-y-primary:hover {
    border-top-color: var(--border-primary);
    border-bottom-color: var(--border-primary);
  }

  .hover\:border-y-secondary:hover {
    border-top-color: var(--border-secondary);
    border-bottom-color: var(--border-secondary);
  }

  .hover\:border-y-status-available:hover {
    border-top-color: var(--status-available);
    border-bottom-color: var(--status-available);
  }

  .hover\:border-y-status-away:hover {
    border-top-color: var(--status-away);
    border-bottom-color: var(--status-away);
  }

  .hover\:border-y-status-border:hover {
    border-top-color: var(--status-border);
    border-bottom-color: var(--status-border);
  }

  .hover\:border-y-status-busy:hover {
    border-top-color: var(--status-busy);
    border-bottom-color: var(--status-busy);
  }

  .hover\:border-y-status-icon:hover {
    border-top-color: var(--status-icon);
    border-bottom-color: var(--status-icon);
  }

  .hover\:border-y-status-offline:hover {
    border-top-color: var(--status-offline);
    border-bottom-color: var(--status-offline);
  }

  .hover\:border-y-tertiary:hover {
    border-top-color: var(--border-tertiary);
    border-bottom-color: var(--border-tertiary);
  }

  .hover\:border-y-transparent:hover {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .hover\:border-y-transparent\/0:hover {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .hover\:border-y-transparent\/10:hover {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-y-transparent\/100:hover {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .hover\:border-y-transparent\/15:hover {
    border-top-color: rgb(0 0 0 / 0.15);
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-y-transparent\/20:hover {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-y-transparent\/25:hover {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-y-transparent\/30:hover {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-y-transparent\/35:hover {
    border-top-color: rgb(0 0 0 / 0.35);
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-y-transparent\/40:hover {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-y-transparent\/45:hover {
    border-top-color: rgb(0 0 0 / 0.45);
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-y-transparent\/5:hover {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-y-transparent\/50:hover {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-y-transparent\/55:hover {
    border-top-color: rgb(0 0 0 / 0.55);
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-y-transparent\/60:hover {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-y-transparent\/65:hover {
    border-top-color: rgb(0 0 0 / 0.65);
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-y-transparent\/70:hover {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-y-transparent\/75:hover {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-y-transparent\/80:hover {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-y-transparent\/85:hover {
    border-top-color: rgb(0 0 0 / 0.85);
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-y-transparent\/90:hover {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-y-transparent\/95:hover {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-b-accent:hover {
    border-bottom-color: var(--border-accent);
  }

  .hover\:border-b-calendar:hover {
    border-bottom-color: var(--border-calendar);
  }

  .hover\:border-b-constant-black:hover {
    border-bottom-color: var(--general-constant-black);
  }

  .hover\:border-b-constant-white:hover {
    border-bottom-color: var(--general-constant-white);
  }

  .hover\:border-b-current:hover {
    border-bottom-color: currentColor;
  }

  .hover\:border-b-focus:hover {
    border-bottom-color: var(--border-focus);
  }

  .hover\:border-b-hover:hover {
    border-bottom-color: var(--border-hover);
  }

  .hover\:border-b-inherit:hover {
    border-bottom-color: inherit;
  }

  .hover\:border-b-input:hover {
    border-bottom-color: var(--border-input);
  }

  .hover\:border-b-input-active:hover {
    border-bottom-color: var(--border-input-active);
  }

  .hover\:border-b-input-active-hover:hover {
    border-bottom-color: var(--border-input-active-hover);
  }

  .hover\:border-b-input-active-pressed:hover {
    border-bottom-color: var(--border-input-active-pressed);
  }

  .hover\:border-b-input-caution:hover {
    border-bottom-color: var(--border-input-caution);
  }

  .hover\:border-b-input-caution-hover:hover {
    border-bottom-color: var(--border-input-caution-hover);
  }

  .hover\:border-b-input-caution-pressed:hover {
    border-bottom-color: var(--border-input-caution-pressed);
  }

  .hover\:border-b-input-critical:hover {
    border-bottom-color: var(--border-input-critical);
  }

  .hover\:border-b-input-critical-hover:hover {
    border-bottom-color: var(--border-input-critical-hover);
  }

  .hover\:border-b-input-critical-pressed:hover {
    border-bottom-color: var(--border-input-critical-pressed);
  }

  .hover\:border-b-input-disabled:hover {
    border-bottom-color: var(--border-input-disabled);
  }

  .hover\:border-b-input-hover:hover {
    border-bottom-color: var(--border-input-hover);
  }

  .hover\:border-b-palette-blue-border:hover {
    border-bottom-color: var(--palette-blue-border);
  }

  .hover\:border-b-palette-dark-blue-border:hover {
    border-bottom-color: var(--palette-dark-blue-border);
  }

  .hover\:border-b-palette-dark-gray-border:hover {
    border-bottom-color: var(--palette-dark-gray-border);
  }

  .hover\:border-b-palette-dark-green-border:hover {
    border-bottom-color: var(--palette-dark-green-border);
  }

  .hover\:border-b-palette-gray-border:hover {
    border-bottom-color: var(--palette-gray-border);
  }

  .hover\:border-b-palette-green-border:hover {
    border-bottom-color: var(--palette-green-border);
  }

  .hover\:border-b-palette-light-pink-border:hover {
    border-bottom-color: var(--palette-light-pink-border);
  }

  .hover\:border-b-palette-maroon-border:hover {
    border-bottom-color: var(--palette-maroon-border);
  }

  .hover\:border-b-palette-orange-border:hover {
    border-bottom-color: var(--palette-orange-border);
  }

  .hover\:border-b-palette-pink-border:hover {
    border-bottom-color: var(--palette-pink-border);
  }

  .hover\:border-b-palette-red-border:hover {
    border-bottom-color: var(--palette-red-border);
  }

  .hover\:border-b-palette-violet-border:hover {
    border-bottom-color: var(--palette-violet-border);
  }

  .hover\:border-b-palette-yellow-border:hover {
    border-bottom-color: var(--palette-yellow-border);
  }

  .hover\:border-b-primary:hover {
    border-bottom-color: var(--border-primary);
  }

  .hover\:border-b-secondary:hover {
    border-bottom-color: var(--border-secondary);
  }

  .hover\:border-b-status-available:hover {
    border-bottom-color: var(--status-available);
  }

  .hover\:border-b-status-away:hover {
    border-bottom-color: var(--status-away);
  }

  .hover\:border-b-status-border:hover {
    border-bottom-color: var(--status-border);
  }

  .hover\:border-b-status-busy:hover {
    border-bottom-color: var(--status-busy);
  }

  .hover\:border-b-status-icon:hover {
    border-bottom-color: var(--status-icon);
  }

  .hover\:border-b-status-offline:hover {
    border-bottom-color: var(--status-offline);
  }

  .hover\:border-b-tertiary:hover {
    border-bottom-color: var(--border-tertiary);
  }

  .hover\:border-b-transparent:hover {
    border-bottom-color: transparent;
  }

  .hover\:border-b-transparent\/0:hover {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .hover\:border-b-transparent\/10:hover {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-b-transparent\/100:hover {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .hover\:border-b-transparent\/15:hover {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-b-transparent\/20:hover {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-b-transparent\/25:hover {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-b-transparent\/30:hover {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-b-transparent\/35:hover {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-b-transparent\/40:hover {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-b-transparent\/45:hover {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-b-transparent\/5:hover {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-b-transparent\/50:hover {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-b-transparent\/55:hover {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-b-transparent\/60:hover {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-b-transparent\/65:hover {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-b-transparent\/70:hover {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-b-transparent\/75:hover {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-b-transparent\/80:hover {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-b-transparent\/85:hover {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-b-transparent\/90:hover {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-b-transparent\/95:hover {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-e-accent:hover {
    border-inline-end-color: var(--border-accent);
  }

  .hover\:border-e-calendar:hover {
    border-inline-end-color: var(--border-calendar);
  }

  .hover\:border-e-constant-black:hover {
    border-inline-end-color: var(--general-constant-black);
  }

  .hover\:border-e-constant-white:hover {
    border-inline-end-color: var(--general-constant-white);
  }

  .hover\:border-e-current:hover {
    border-inline-end-color: currentColor;
  }

  .hover\:border-e-focus:hover {
    border-inline-end-color: var(--border-focus);
  }

  .hover\:border-e-hover:hover {
    border-inline-end-color: var(--border-hover);
  }

  .hover\:border-e-inherit:hover {
    border-inline-end-color: inherit;
  }

  .hover\:border-e-input:hover {
    border-inline-end-color: var(--border-input);
  }

  .hover\:border-e-input-active:hover {
    border-inline-end-color: var(--border-input-active);
  }

  .hover\:border-e-input-active-hover:hover {
    border-inline-end-color: var(--border-input-active-hover);
  }

  .hover\:border-e-input-active-pressed:hover {
    border-inline-end-color: var(--border-input-active-pressed);
  }

  .hover\:border-e-input-caution:hover {
    border-inline-end-color: var(--border-input-caution);
  }

  .hover\:border-e-input-caution-hover:hover {
    border-inline-end-color: var(--border-input-caution-hover);
  }

  .hover\:border-e-input-caution-pressed:hover {
    border-inline-end-color: var(--border-input-caution-pressed);
  }

  .hover\:border-e-input-critical:hover {
    border-inline-end-color: var(--border-input-critical);
  }

  .hover\:border-e-input-critical-hover:hover {
    border-inline-end-color: var(--border-input-critical-hover);
  }

  .hover\:border-e-input-critical-pressed:hover {
    border-inline-end-color: var(--border-input-critical-pressed);
  }

  .hover\:border-e-input-disabled:hover {
    border-inline-end-color: var(--border-input-disabled);
  }

  .hover\:border-e-input-hover:hover {
    border-inline-end-color: var(--border-input-hover);
  }

  .hover\:border-e-palette-blue-border:hover {
    border-inline-end-color: var(--palette-blue-border);
  }

  .hover\:border-e-palette-dark-blue-border:hover {
    border-inline-end-color: var(--palette-dark-blue-border);
  }

  .hover\:border-e-palette-dark-gray-border:hover {
    border-inline-end-color: var(--palette-dark-gray-border);
  }

  .hover\:border-e-palette-dark-green-border:hover {
    border-inline-end-color: var(--palette-dark-green-border);
  }

  .hover\:border-e-palette-gray-border:hover {
    border-inline-end-color: var(--palette-gray-border);
  }

  .hover\:border-e-palette-green-border:hover {
    border-inline-end-color: var(--palette-green-border);
  }

  .hover\:border-e-palette-light-pink-border:hover {
    border-inline-end-color: var(--palette-light-pink-border);
  }

  .hover\:border-e-palette-maroon-border:hover {
    border-inline-end-color: var(--palette-maroon-border);
  }

  .hover\:border-e-palette-orange-border:hover {
    border-inline-end-color: var(--palette-orange-border);
  }

  .hover\:border-e-palette-pink-border:hover {
    border-inline-end-color: var(--palette-pink-border);
  }

  .hover\:border-e-palette-red-border:hover {
    border-inline-end-color: var(--palette-red-border);
  }

  .hover\:border-e-palette-violet-border:hover {
    border-inline-end-color: var(--palette-violet-border);
  }

  .hover\:border-e-palette-yellow-border:hover {
    border-inline-end-color: var(--palette-yellow-border);
  }

  .hover\:border-e-primary:hover {
    border-inline-end-color: var(--border-primary);
  }

  .hover\:border-e-secondary:hover {
    border-inline-end-color: var(--border-secondary);
  }

  .hover\:border-e-status-available:hover {
    border-inline-end-color: var(--status-available);
  }

  .hover\:border-e-status-away:hover {
    border-inline-end-color: var(--status-away);
  }

  .hover\:border-e-status-border:hover {
    border-inline-end-color: var(--status-border);
  }

  .hover\:border-e-status-busy:hover {
    border-inline-end-color: var(--status-busy);
  }

  .hover\:border-e-status-icon:hover {
    border-inline-end-color: var(--status-icon);
  }

  .hover\:border-e-status-offline:hover {
    border-inline-end-color: var(--status-offline);
  }

  .hover\:border-e-tertiary:hover {
    border-inline-end-color: var(--border-tertiary);
  }

  .hover\:border-e-transparent:hover {
    border-inline-end-color: transparent;
  }

  .hover\:border-e-transparent\/0:hover {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .hover\:border-e-transparent\/10:hover {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-e-transparent\/100:hover {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .hover\:border-e-transparent\/15:hover {
    border-inline-end-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-e-transparent\/20:hover {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-e-transparent\/25:hover {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-e-transparent\/30:hover {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-e-transparent\/35:hover {
    border-inline-end-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-e-transparent\/40:hover {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-e-transparent\/45:hover {
    border-inline-end-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-e-transparent\/5:hover {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-e-transparent\/50:hover {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-e-transparent\/55:hover {
    border-inline-end-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-e-transparent\/60:hover {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-e-transparent\/65:hover {
    border-inline-end-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-e-transparent\/70:hover {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-e-transparent\/75:hover {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-e-transparent\/80:hover {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-e-transparent\/85:hover {
    border-inline-end-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-e-transparent\/90:hover {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-e-transparent\/95:hover {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-l-accent:hover {
    border-left-color: var(--border-accent);
  }

  .hover\:border-l-calendar:hover {
    border-left-color: var(--border-calendar);
  }

  .hover\:border-l-constant-black:hover {
    border-left-color: var(--general-constant-black);
  }

  .hover\:border-l-constant-white:hover {
    border-left-color: var(--general-constant-white);
  }

  .hover\:border-l-current:hover {
    border-left-color: currentColor;
  }

  .hover\:border-l-focus:hover {
    border-left-color: var(--border-focus);
  }

  .hover\:border-l-hover:hover {
    border-left-color: var(--border-hover);
  }

  .hover\:border-l-inherit:hover {
    border-left-color: inherit;
  }

  .hover\:border-l-input:hover {
    border-left-color: var(--border-input);
  }

  .hover\:border-l-input-active:hover {
    border-left-color: var(--border-input-active);
  }

  .hover\:border-l-input-active-hover:hover {
    border-left-color: var(--border-input-active-hover);
  }

  .hover\:border-l-input-active-pressed:hover {
    border-left-color: var(--border-input-active-pressed);
  }

  .hover\:border-l-input-caution:hover {
    border-left-color: var(--border-input-caution);
  }

  .hover\:border-l-input-caution-hover:hover {
    border-left-color: var(--border-input-caution-hover);
  }

  .hover\:border-l-input-caution-pressed:hover {
    border-left-color: var(--border-input-caution-pressed);
  }

  .hover\:border-l-input-critical:hover {
    border-left-color: var(--border-input-critical);
  }

  .hover\:border-l-input-critical-hover:hover {
    border-left-color: var(--border-input-critical-hover);
  }

  .hover\:border-l-input-critical-pressed:hover {
    border-left-color: var(--border-input-critical-pressed);
  }

  .hover\:border-l-input-disabled:hover {
    border-left-color: var(--border-input-disabled);
  }

  .hover\:border-l-input-hover:hover {
    border-left-color: var(--border-input-hover);
  }

  .hover\:border-l-palette-blue-border:hover {
    border-left-color: var(--palette-blue-border);
  }

  .hover\:border-l-palette-dark-blue-border:hover {
    border-left-color: var(--palette-dark-blue-border);
  }

  .hover\:border-l-palette-dark-gray-border:hover {
    border-left-color: var(--palette-dark-gray-border);
  }

  .hover\:border-l-palette-dark-green-border:hover {
    border-left-color: var(--palette-dark-green-border);
  }

  .hover\:border-l-palette-gray-border:hover {
    border-left-color: var(--palette-gray-border);
  }

  .hover\:border-l-palette-green-border:hover {
    border-left-color: var(--palette-green-border);
  }

  .hover\:border-l-palette-light-pink-border:hover {
    border-left-color: var(--palette-light-pink-border);
  }

  .hover\:border-l-palette-maroon-border:hover {
    border-left-color: var(--palette-maroon-border);
  }

  .hover\:border-l-palette-orange-border:hover {
    border-left-color: var(--palette-orange-border);
  }

  .hover\:border-l-palette-pink-border:hover {
    border-left-color: var(--palette-pink-border);
  }

  .hover\:border-l-palette-red-border:hover {
    border-left-color: var(--palette-red-border);
  }

  .hover\:border-l-palette-violet-border:hover {
    border-left-color: var(--palette-violet-border);
  }

  .hover\:border-l-palette-yellow-border:hover {
    border-left-color: var(--palette-yellow-border);
  }

  .hover\:border-l-primary:hover {
    border-left-color: var(--border-primary);
  }

  .hover\:border-l-secondary:hover {
    border-left-color: var(--border-secondary);
  }

  .hover\:border-l-status-available:hover {
    border-left-color: var(--status-available);
  }

  .hover\:border-l-status-away:hover {
    border-left-color: var(--status-away);
  }

  .hover\:border-l-status-border:hover {
    border-left-color: var(--status-border);
  }

  .hover\:border-l-status-busy:hover {
    border-left-color: var(--status-busy);
  }

  .hover\:border-l-status-icon:hover {
    border-left-color: var(--status-icon);
  }

  .hover\:border-l-status-offline:hover {
    border-left-color: var(--status-offline);
  }

  .hover\:border-l-tertiary:hover {
    border-left-color: var(--border-tertiary);
  }

  .hover\:border-l-transparent:hover {
    border-left-color: transparent;
  }

  .hover\:border-l-transparent\/0:hover {
    border-left-color: rgb(0 0 0 / 0);
  }

  .hover\:border-l-transparent\/10:hover {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-l-transparent\/100:hover {
    border-left-color: rgb(0 0 0 / 1);
  }

  .hover\:border-l-transparent\/15:hover {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-l-transparent\/20:hover {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-l-transparent\/25:hover {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-l-transparent\/30:hover {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-l-transparent\/35:hover {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-l-transparent\/40:hover {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-l-transparent\/45:hover {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-l-transparent\/5:hover {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-l-transparent\/50:hover {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-l-transparent\/55:hover {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-l-transparent\/60:hover {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-l-transparent\/65:hover {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-l-transparent\/70:hover {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-l-transparent\/75:hover {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-l-transparent\/80:hover {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-l-transparent\/85:hover {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-l-transparent\/90:hover {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-l-transparent\/95:hover {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-r-accent:hover {
    border-right-color: var(--border-accent);
  }

  .hover\:border-r-calendar:hover {
    border-right-color: var(--border-calendar);
  }

  .hover\:border-r-constant-black:hover {
    border-right-color: var(--general-constant-black);
  }

  .hover\:border-r-constant-white:hover {
    border-right-color: var(--general-constant-white);
  }

  .hover\:border-r-current:hover {
    border-right-color: currentColor;
  }

  .hover\:border-r-focus:hover {
    border-right-color: var(--border-focus);
  }

  .hover\:border-r-hover:hover {
    border-right-color: var(--border-hover);
  }

  .hover\:border-r-inherit:hover {
    border-right-color: inherit;
  }

  .hover\:border-r-input:hover {
    border-right-color: var(--border-input);
  }

  .hover\:border-r-input-active:hover {
    border-right-color: var(--border-input-active);
  }

  .hover\:border-r-input-active-hover:hover {
    border-right-color: var(--border-input-active-hover);
  }

  .hover\:border-r-input-active-pressed:hover {
    border-right-color: var(--border-input-active-pressed);
  }

  .hover\:border-r-input-caution:hover {
    border-right-color: var(--border-input-caution);
  }

  .hover\:border-r-input-caution-hover:hover {
    border-right-color: var(--border-input-caution-hover);
  }

  .hover\:border-r-input-caution-pressed:hover {
    border-right-color: var(--border-input-caution-pressed);
  }

  .hover\:border-r-input-critical:hover {
    border-right-color: var(--border-input-critical);
  }

  .hover\:border-r-input-critical-hover:hover {
    border-right-color: var(--border-input-critical-hover);
  }

  .hover\:border-r-input-critical-pressed:hover {
    border-right-color: var(--border-input-critical-pressed);
  }

  .hover\:border-r-input-disabled:hover {
    border-right-color: var(--border-input-disabled);
  }

  .hover\:border-r-input-hover:hover {
    border-right-color: var(--border-input-hover);
  }

  .hover\:border-r-palette-blue-border:hover {
    border-right-color: var(--palette-blue-border);
  }

  .hover\:border-r-palette-dark-blue-border:hover {
    border-right-color: var(--palette-dark-blue-border);
  }

  .hover\:border-r-palette-dark-gray-border:hover {
    border-right-color: var(--palette-dark-gray-border);
  }

  .hover\:border-r-palette-dark-green-border:hover {
    border-right-color: var(--palette-dark-green-border);
  }

  .hover\:border-r-palette-gray-border:hover {
    border-right-color: var(--palette-gray-border);
  }

  .hover\:border-r-palette-green-border:hover {
    border-right-color: var(--palette-green-border);
  }

  .hover\:border-r-palette-light-pink-border:hover {
    border-right-color: var(--palette-light-pink-border);
  }

  .hover\:border-r-palette-maroon-border:hover {
    border-right-color: var(--palette-maroon-border);
  }

  .hover\:border-r-palette-orange-border:hover {
    border-right-color: var(--palette-orange-border);
  }

  .hover\:border-r-palette-pink-border:hover {
    border-right-color: var(--palette-pink-border);
  }

  .hover\:border-r-palette-red-border:hover {
    border-right-color: var(--palette-red-border);
  }

  .hover\:border-r-palette-violet-border:hover {
    border-right-color: var(--palette-violet-border);
  }

  .hover\:border-r-palette-yellow-border:hover {
    border-right-color: var(--palette-yellow-border);
  }

  .hover\:border-r-primary:hover {
    border-right-color: var(--border-primary);
  }

  .hover\:border-r-secondary:hover {
    border-right-color: var(--border-secondary);
  }

  .hover\:border-r-status-available:hover {
    border-right-color: var(--status-available);
  }

  .hover\:border-r-status-away:hover {
    border-right-color: var(--status-away);
  }

  .hover\:border-r-status-border:hover {
    border-right-color: var(--status-border);
  }

  .hover\:border-r-status-busy:hover {
    border-right-color: var(--status-busy);
  }

  .hover\:border-r-status-icon:hover {
    border-right-color: var(--status-icon);
  }

  .hover\:border-r-status-offline:hover {
    border-right-color: var(--status-offline);
  }

  .hover\:border-r-tertiary:hover {
    border-right-color: var(--border-tertiary);
  }

  .hover\:border-r-transparent:hover {
    border-right-color: transparent;
  }

  .hover\:border-r-transparent\/0:hover {
    border-right-color: rgb(0 0 0 / 0);
  }

  .hover\:border-r-transparent\/10:hover {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-r-transparent\/100:hover {
    border-right-color: rgb(0 0 0 / 1);
  }

  .hover\:border-r-transparent\/15:hover {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-r-transparent\/20:hover {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-r-transparent\/25:hover {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-r-transparent\/30:hover {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-r-transparent\/35:hover {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-r-transparent\/40:hover {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-r-transparent\/45:hover {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-r-transparent\/5:hover {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-r-transparent\/50:hover {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-r-transparent\/55:hover {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-r-transparent\/60:hover {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-r-transparent\/65:hover {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-r-transparent\/70:hover {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-r-transparent\/75:hover {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-r-transparent\/80:hover {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-r-transparent\/85:hover {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-r-transparent\/90:hover {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-r-transparent\/95:hover {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-s-accent:hover {
    border-inline-start-color: var(--border-accent);
  }

  .hover\:border-s-calendar:hover {
    border-inline-start-color: var(--border-calendar);
  }

  .hover\:border-s-constant-black:hover {
    border-inline-start-color: var(--general-constant-black);
  }

  .hover\:border-s-constant-white:hover {
    border-inline-start-color: var(--general-constant-white);
  }

  .hover\:border-s-current:hover {
    border-inline-start-color: currentColor;
  }

  .hover\:border-s-focus:hover {
    border-inline-start-color: var(--border-focus);
  }

  .hover\:border-s-hover:hover {
    border-inline-start-color: var(--border-hover);
  }

  .hover\:border-s-inherit:hover {
    border-inline-start-color: inherit;
  }

  .hover\:border-s-input:hover {
    border-inline-start-color: var(--border-input);
  }

  .hover\:border-s-input-active:hover {
    border-inline-start-color: var(--border-input-active);
  }

  .hover\:border-s-input-active-hover:hover {
    border-inline-start-color: var(--border-input-active-hover);
  }

  .hover\:border-s-input-active-pressed:hover {
    border-inline-start-color: var(--border-input-active-pressed);
  }

  .hover\:border-s-input-caution:hover {
    border-inline-start-color: var(--border-input-caution);
  }

  .hover\:border-s-input-caution-hover:hover {
    border-inline-start-color: var(--border-input-caution-hover);
  }

  .hover\:border-s-input-caution-pressed:hover {
    border-inline-start-color: var(--border-input-caution-pressed);
  }

  .hover\:border-s-input-critical:hover {
    border-inline-start-color: var(--border-input-critical);
  }

  .hover\:border-s-input-critical-hover:hover {
    border-inline-start-color: var(--border-input-critical-hover);
  }

  .hover\:border-s-input-critical-pressed:hover {
    border-inline-start-color: var(--border-input-critical-pressed);
  }

  .hover\:border-s-input-disabled:hover {
    border-inline-start-color: var(--border-input-disabled);
  }

  .hover\:border-s-input-hover:hover {
    border-inline-start-color: var(--border-input-hover);
  }

  .hover\:border-s-palette-blue-border:hover {
    border-inline-start-color: var(--palette-blue-border);
  }

  .hover\:border-s-palette-dark-blue-border:hover {
    border-inline-start-color: var(--palette-dark-blue-border);
  }

  .hover\:border-s-palette-dark-gray-border:hover {
    border-inline-start-color: var(--palette-dark-gray-border);
  }

  .hover\:border-s-palette-dark-green-border:hover {
    border-inline-start-color: var(--palette-dark-green-border);
  }

  .hover\:border-s-palette-gray-border:hover {
    border-inline-start-color: var(--palette-gray-border);
  }

  .hover\:border-s-palette-green-border:hover {
    border-inline-start-color: var(--palette-green-border);
  }

  .hover\:border-s-palette-light-pink-border:hover {
    border-inline-start-color: var(--palette-light-pink-border);
  }

  .hover\:border-s-palette-maroon-border:hover {
    border-inline-start-color: var(--palette-maroon-border);
  }

  .hover\:border-s-palette-orange-border:hover {
    border-inline-start-color: var(--palette-orange-border);
  }

  .hover\:border-s-palette-pink-border:hover {
    border-inline-start-color: var(--palette-pink-border);
  }

  .hover\:border-s-palette-red-border:hover {
    border-inline-start-color: var(--palette-red-border);
  }

  .hover\:border-s-palette-violet-border:hover {
    border-inline-start-color: var(--palette-violet-border);
  }

  .hover\:border-s-palette-yellow-border:hover {
    border-inline-start-color: var(--palette-yellow-border);
  }

  .hover\:border-s-primary:hover {
    border-inline-start-color: var(--border-primary);
  }

  .hover\:border-s-secondary:hover {
    border-inline-start-color: var(--border-secondary);
  }

  .hover\:border-s-status-available:hover {
    border-inline-start-color: var(--status-available);
  }

  .hover\:border-s-status-away:hover {
    border-inline-start-color: var(--status-away);
  }

  .hover\:border-s-status-border:hover {
    border-inline-start-color: var(--status-border);
  }

  .hover\:border-s-status-busy:hover {
    border-inline-start-color: var(--status-busy);
  }

  .hover\:border-s-status-icon:hover {
    border-inline-start-color: var(--status-icon);
  }

  .hover\:border-s-status-offline:hover {
    border-inline-start-color: var(--status-offline);
  }

  .hover\:border-s-tertiary:hover {
    border-inline-start-color: var(--border-tertiary);
  }

  .hover\:border-s-transparent:hover {
    border-inline-start-color: transparent;
  }

  .hover\:border-s-transparent\/0:hover {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .hover\:border-s-transparent\/10:hover {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-s-transparent\/100:hover {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .hover\:border-s-transparent\/15:hover {
    border-inline-start-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-s-transparent\/20:hover {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-s-transparent\/25:hover {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-s-transparent\/30:hover {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-s-transparent\/35:hover {
    border-inline-start-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-s-transparent\/40:hover {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-s-transparent\/45:hover {
    border-inline-start-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-s-transparent\/5:hover {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-s-transparent\/50:hover {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-s-transparent\/55:hover {
    border-inline-start-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-s-transparent\/60:hover {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-s-transparent\/65:hover {
    border-inline-start-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-s-transparent\/70:hover {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-s-transparent\/75:hover {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-s-transparent\/80:hover {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-s-transparent\/85:hover {
    border-inline-start-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-s-transparent\/90:hover {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-s-transparent\/95:hover {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-t-accent:hover {
    border-top-color: var(--border-accent);
  }

  .hover\:border-t-calendar:hover {
    border-top-color: var(--border-calendar);
  }

  .hover\:border-t-constant-black:hover {
    border-top-color: var(--general-constant-black);
  }

  .hover\:border-t-constant-white:hover {
    border-top-color: var(--general-constant-white);
  }

  .hover\:border-t-current:hover {
    border-top-color: currentColor;
  }

  .hover\:border-t-focus:hover {
    border-top-color: var(--border-focus);
  }

  .hover\:border-t-hover:hover {
    border-top-color: var(--border-hover);
  }

  .hover\:border-t-inherit:hover {
    border-top-color: inherit;
  }

  .hover\:border-t-input:hover {
    border-top-color: var(--border-input);
  }

  .hover\:border-t-input-active:hover {
    border-top-color: var(--border-input-active);
  }

  .hover\:border-t-input-active-hover:hover {
    border-top-color: var(--border-input-active-hover);
  }

  .hover\:border-t-input-active-pressed:hover {
    border-top-color: var(--border-input-active-pressed);
  }

  .hover\:border-t-input-caution:hover {
    border-top-color: var(--border-input-caution);
  }

  .hover\:border-t-input-caution-hover:hover {
    border-top-color: var(--border-input-caution-hover);
  }

  .hover\:border-t-input-caution-pressed:hover {
    border-top-color: var(--border-input-caution-pressed);
  }

  .hover\:border-t-input-critical:hover {
    border-top-color: var(--border-input-critical);
  }

  .hover\:border-t-input-critical-hover:hover {
    border-top-color: var(--border-input-critical-hover);
  }

  .hover\:border-t-input-critical-pressed:hover {
    border-top-color: var(--border-input-critical-pressed);
  }

  .hover\:border-t-input-disabled:hover {
    border-top-color: var(--border-input-disabled);
  }

  .hover\:border-t-input-hover:hover {
    border-top-color: var(--border-input-hover);
  }

  .hover\:border-t-palette-blue-border:hover {
    border-top-color: var(--palette-blue-border);
  }

  .hover\:border-t-palette-dark-blue-border:hover {
    border-top-color: var(--palette-dark-blue-border);
  }

  .hover\:border-t-palette-dark-gray-border:hover {
    border-top-color: var(--palette-dark-gray-border);
  }

  .hover\:border-t-palette-dark-green-border:hover {
    border-top-color: var(--palette-dark-green-border);
  }

  .hover\:border-t-palette-gray-border:hover {
    border-top-color: var(--palette-gray-border);
  }

  .hover\:border-t-palette-green-border:hover {
    border-top-color: var(--palette-green-border);
  }

  .hover\:border-t-palette-light-pink-border:hover {
    border-top-color: var(--palette-light-pink-border);
  }

  .hover\:border-t-palette-maroon-border:hover {
    border-top-color: var(--palette-maroon-border);
  }

  .hover\:border-t-palette-orange-border:hover {
    border-top-color: var(--palette-orange-border);
  }

  .hover\:border-t-palette-pink-border:hover {
    border-top-color: var(--palette-pink-border);
  }

  .hover\:border-t-palette-red-border:hover {
    border-top-color: var(--palette-red-border);
  }

  .hover\:border-t-palette-violet-border:hover {
    border-top-color: var(--palette-violet-border);
  }

  .hover\:border-t-palette-yellow-border:hover {
    border-top-color: var(--palette-yellow-border);
  }

  .hover\:border-t-primary:hover {
    border-top-color: var(--border-primary);
  }

  .hover\:border-t-secondary:hover {
    border-top-color: var(--border-secondary);
  }

  .hover\:border-t-status-available:hover {
    border-top-color: var(--status-available);
  }

  .hover\:border-t-status-away:hover {
    border-top-color: var(--status-away);
  }

  .hover\:border-t-status-border:hover {
    border-top-color: var(--status-border);
  }

  .hover\:border-t-status-busy:hover {
    border-top-color: var(--status-busy);
  }

  .hover\:border-t-status-icon:hover {
    border-top-color: var(--status-icon);
  }

  .hover\:border-t-status-offline:hover {
    border-top-color: var(--status-offline);
  }

  .hover\:border-t-tertiary:hover {
    border-top-color: var(--border-tertiary);
  }

  .hover\:border-t-transparent:hover {
    border-top-color: transparent;
  }

  .hover\:border-t-transparent\/0:hover {
    border-top-color: rgb(0 0 0 / 0);
  }

  .hover\:border-t-transparent\/10:hover {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .hover\:border-t-transparent\/100:hover {
    border-top-color: rgb(0 0 0 / 1);
  }

  .hover\:border-t-transparent\/15:hover {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .hover\:border-t-transparent\/20:hover {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .hover\:border-t-transparent\/25:hover {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .hover\:border-t-transparent\/30:hover {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .hover\:border-t-transparent\/35:hover {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .hover\:border-t-transparent\/40:hover {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .hover\:border-t-transparent\/45:hover {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .hover\:border-t-transparent\/5:hover {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .hover\:border-t-transparent\/50:hover {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .hover\:border-t-transparent\/55:hover {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .hover\:border-t-transparent\/60:hover {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .hover\:border-t-transparent\/65:hover {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .hover\:border-t-transparent\/70:hover {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .hover\:border-t-transparent\/75:hover {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .hover\:border-t-transparent\/80:hover {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .hover\:border-t-transparent\/85:hover {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .hover\:border-t-transparent\/90:hover {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .hover\:border-t-transparent\/95:hover {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15;
  }

  .hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .hover\:border-opacity-35:hover {
    --tw-border-opacity: 0.35;
  }

  .hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .hover\:border-opacity-45:hover {
    --tw-border-opacity: 0.45;
  }

  .hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .hover\:border-opacity-55:hover {
    --tw-border-opacity: 0.55;
  }

  .hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .hover\:border-opacity-65:hover {
    --tw-border-opacity: 0.65;
  }

  .hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .hover\:border-opacity-85:hover {
    --tw-border-opacity: 0.85;
  }

  .hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .hover\:bg-\[\#156b4a\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 107 74 / var(--tw-bg-opacity));
  }

  .hover\:bg-accent:hover {
    background-color: var(--background-accent);
  }

  .hover\:bg-accent-hover:hover {
    background-color: var(--background-accent-hover);
  }

  .hover\:bg-accent-pressed:hover {
    background-color: var(--background-accent-pressed);
  }

  .hover\:bg-accent-secondary:hover {
    background-color: var(--background-accent-secondary);
  }

  .hover\:bg-accent-secondary-hover:hover {
    background-color: var(--background-accent-secondary-hover);
  }

  .hover\:bg-accent-secondary-pressed:hover {
    background-color: var(--background-accent-secondary-pressed);
  }

  .hover\:bg-accent-tertiary:hover {
    background-color: var(--background-accent-tertiary);
  }

  .hover\:bg-accent-tertiary-hover:hover {
    background-color: var(--background-accent-tertiary-hover);
  }

  .hover\:bg-accent-tertiary-pressed:hover {
    background-color: var(--background-accent-tertiary-pressed);
  }

  .hover\:bg-avatar:hover {
    background-color: var(--background-avatar);
  }

  .hover\:bg-avatar-hover:hover {
    background-color: var(--background-avatar-hover);
  }

  .hover\:bg-calendar:hover {
    background-color: var(--background-calendar);
  }

  .hover\:bg-calendar-disabled:hover {
    background-color: var(--background-calendar-disabled);
  }

  .hover\:bg-canvas:hover {
    background-color: var(--background-canvas);
  }

  .hover\:bg-canvas-secondary:hover {
    background-color: var(--background-canvas-secondary);
  }

  .hover\:bg-canvas-tertiary:hover {
    background-color: var(--background-canvas-tertiary);
  }

  .hover\:bg-caution:hover {
    background-color: var(--background-caution);
  }

  .hover\:bg-caution-hover:hover {
    background-color: var(--background-caution-hover);
  }

  .hover\:bg-caution-pressed:hover {
    background-color: var(--background-caution-pressed);
  }

  .hover\:bg-caution-secondary:hover {
    background-color: var(--background-caution-secondary);
  }

  .hover\:bg-constant-black:hover {
    background-color: var(--general-constant-black);
  }

  .hover\:bg-constant-white:hover {
    background-color: var(--general-constant-white);
  }

  .hover\:bg-critical:hover {
    background-color: var(--background-critical);
  }

  .hover\:bg-critical-hover:hover {
    background-color: var(--background-critical-hover);
  }

  .hover\:bg-critical-pressed:hover {
    background-color: var(--background-critical-pressed);
  }

  .hover\:bg-critical-secondary:hover {
    background-color: var(--background-critical-secondary);
  }

  .hover\:bg-critical-secondary-hover:hover {
    background-color: var(--background-critical-secondary-hover);
  }

  .hover\:bg-critical-secondary-pressed:hover {
    background-color: var(--background-critical-secondary-pressed);
  }

  .hover\:bg-current:hover {
    background-color: currentColor;
  }

  .hover\:bg-decoration-brand:hover {
    background-color: var(--decoration-brand);
  }

  .hover\:bg-decoration-facebook:hover {
    background-color: var(--decoration-facebook);
  }

  .hover\:bg-decoration-instagram:hover {
    background-color: var(--decoration-instagram);
  }

  .hover\:bg-decoration-teleport:hover {
    background-color: var(--decoration-teleport);
  }

  .hover\:bg-decoration-twitter:hover {
    background-color: var(--decoration-twitter);
  }

  .hover\:bg-decoration-whatsapp:hover {
    background-color: var(--decoration-whatsapp);
  }

  .hover\:bg-decoration-youtube:hover {
    background-color: var(--decoration-youtube);
  }

  .hover\:bg-inherit:hover {
    background-color: inherit;
  }

  .hover\:bg-inverse:hover {
    background-color: var(--background-inverse);
  }

  .hover\:bg-inverse-hover:hover {
    background-color: var(--background-inverse-hover);
  }

  .hover\:bg-inverse-pressed:hover {
    background-color: var(--background-inverse-pressed);
  }

  .hover\:bg-inverse-secondary:hover {
    background-color: var(--background-inverse-secondary);
  }

  .hover\:bg-inverse-tertiary:hover {
    background-color: var(--background-inverse-tertiary);
  }

  .hover\:bg-inverse-tertiary-hover:hover {
    background-color: var(--background-inverse-tertiary-hover);
  }

  .hover\:bg-inverse-tertiary-pressed:hover {
    background-color: var(--background-inverse-tertiary-pressed);
  }

  .hover\:bg-menu:hover {
    background-color: var(--background-menu);
  }

  .hover\:bg-modal-overlay:hover {
    background-color: var(--background-modal-overlay);
  }

  .hover\:bg-neutral:hover {
    background-color: var(--background-neutral);
  }

  .hover\:bg-neutral-active:hover {
    background-color: var(--background-neutral-active);
  }

  .hover\:bg-neutral-disabled:hover {
    background-color: var(--background-neutral-disabled);
  }

  .hover\:bg-neutral-hover:hover {
    background-color: var(--background-neutral-hover);
  }

  .hover\:bg-neutral-pressed:hover {
    background-color: var(--background-neutral-pressed);
  }

  .hover\:bg-neutral-secondary:hover {
    background-color: var(--background-neutral-secondary);
  }

  .hover\:bg-neutral-secondary-hover:hover {
    background-color: var(--background-neutral-secondary-hover);
  }

  .hover\:bg-neutral-secondary-pressed:hover {
    background-color: var(--background-neutral-secondary-pressed);
  }

  .hover\:bg-neutral-tertiary:hover {
    background-color: var(--background-neutral-tertiary);
  }

  .hover\:bg-neutral-tertiary-hover:hover {
    background-color: var(--background-neutral-tertiary-hover);
  }

  .hover\:bg-palette-blue-background:hover {
    background-color: var(--palette-blue-background);
  }

  .hover\:bg-palette-blue-background-active:hover {
    background-color: var(--palette-blue-background-active);
  }

  .hover\:bg-palette-blue-background-hover:hover {
    background-color: var(--palette-blue-background-hover);
  }

  .hover\:bg-palette-dark-blue-background:hover {
    background-color: var(--palette-dark-blue-background);
  }

  .hover\:bg-palette-dark-blue-background-active:hover {
    background-color: var(--palette-dark-blue-background-active);
  }

  .hover\:bg-palette-dark-blue-background-hover:hover {
    background-color: var(--palette-dark-blue-background-hover);
  }

  .hover\:bg-palette-dark-gray-background:hover {
    background-color: var(--palette-dark-gray-background);
  }

  .hover\:bg-palette-dark-gray-background-active:hover {
    background-color: var(--palette-dark-gray-background-active);
  }

  .hover\:bg-palette-dark-gray-background-hover:hover {
    background-color: var(--palette-dark-gray-background-hover);
  }

  .hover\:bg-palette-dark-green-background:hover {
    background-color: var(--palette-dark-green-background);
  }

  .hover\:bg-palette-dark-green-background-active:hover {
    background-color: var(--palette-dark-green-background-active);
  }

  .hover\:bg-palette-dark-green-background-hover:hover {
    background-color: var(--palette-dark-green-background-hover);
  }

  .hover\:bg-palette-gray-background:hover {
    background-color: var(--palette-gray-background);
  }

  .hover\:bg-palette-gray-background-active:hover {
    background-color: var(--palette-gray-background-active);
  }

  .hover\:bg-palette-gray-background-hover:hover {
    background-color: var(--palette-gray-background-hover);
  }

  .hover\:bg-palette-green-background:hover {
    background-color: var(--palette-green-background);
  }

  .hover\:bg-palette-green-background-active:hover {
    background-color: var(--palette-green-background-active);
  }

  .hover\:bg-palette-green-background-hover:hover {
    background-color: var(--palette-green-background-hover);
  }

  .hover\:bg-palette-light-pink-background:hover {
    background-color: var(--palette-light-pink-background);
  }

  .hover\:bg-palette-light-pink-background-active:hover {
    background-color: var(--palette-light-pink-background-active);
  }

  .hover\:bg-palette-light-pink-background-hover:hover {
    background-color: var(--palette-light-pink-background-hover);
  }

  .hover\:bg-palette-maroon-background:hover {
    background-color: var(--palette-maroon-background);
  }

  .hover\:bg-palette-maroon-background-active:hover {
    background-color: var(--palette-maroon-background-active);
  }

  .hover\:bg-palette-maroon-background-hover:hover {
    background-color: var(--palette-maroon-background-hover);
  }

  .hover\:bg-palette-orange-background:hover {
    background-color: var(--palette-orange-background);
  }

  .hover\:bg-palette-orange-background-active:hover {
    background-color: var(--palette-orange-background-active);
  }

  .hover\:bg-palette-orange-background-hover:hover {
    background-color: var(--palette-orange-background-hover);
  }

  .hover\:bg-palette-pink-background:hover {
    background-color: var(--palette-pink-background);
  }

  .hover\:bg-palette-pink-background-active:hover {
    background-color: var(--palette-pink-background-active);
  }

  .hover\:bg-palette-pink-background-hover:hover {
    background-color: var(--palette-pink-background-hover);
  }

  .hover\:bg-palette-red-background:hover {
    background-color: var(--palette-red-background);
  }

  .hover\:bg-palette-red-background-active:hover {
    background-color: var(--palette-red-background-active);
  }

  .hover\:bg-palette-red-background-hover:hover {
    background-color: var(--palette-red-background-hover);
  }

  .hover\:bg-palette-violet-background:hover {
    background-color: var(--palette-violet-background);
  }

  .hover\:bg-palette-violet-background-active:hover {
    background-color: var(--palette-violet-background-active);
  }

  .hover\:bg-palette-violet-background-hover:hover {
    background-color: var(--palette-violet-background-hover);
  }

  .hover\:bg-palette-yellow-background:hover {
    background-color: var(--palette-yellow-background);
  }

  .hover\:bg-palette-yellow-background-active:hover {
    background-color: var(--palette-yellow-background-active);
  }

  .hover\:bg-palette-yellow-background-hover:hover {
    background-color: var(--palette-yellow-background-hover);
  }

  .hover\:bg-positive:hover {
    background-color: var(--background-positive);
  }

  .hover\:bg-positive-hover:hover {
    background-color: var(--background-positive-hover);
  }

  .hover\:bg-positive-pressed:hover {
    background-color: var(--background-positive-pressed);
  }

  .hover\:bg-positive-secondary:hover {
    background-color: var(--background-positive-secondary);
  }

  .hover\:bg-positive-secondary-hover:hover {
    background-color: var(--background-positive-secondary-hover);
  }

  .hover\:bg-positive-secondary-pressed:hover {
    background-color: var(--background-positive-secondary-pressed);
  }

  .hover\:bg-status-available:hover {
    background-color: var(--status-available);
  }

  .hover\:bg-status-away:hover {
    background-color: var(--status-away);
  }

  .hover\:bg-status-border:hover {
    background-color: var(--status-border);
  }

  .hover\:bg-status-busy:hover {
    background-color: var(--status-busy);
  }

  .hover\:bg-status-icon:hover {
    background-color: var(--status-icon);
  }

  .hover\:bg-status-offline:hover {
    background-color: var(--status-offline);
  }

  .hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .hover\:bg-transparent\/0:hover {
    background-color: rgb(0 0 0 / 0);
  }

  .hover\:bg-transparent\/10:hover {
    background-color: rgb(0 0 0 / 0.1);
  }

  .hover\:bg-transparent\/100:hover {
    background-color: rgb(0 0 0 / 1);
  }

  .hover\:bg-transparent\/15:hover {
    background-color: rgb(0 0 0 / 0.15);
  }

  .hover\:bg-transparent\/20:hover {
    background-color: rgb(0 0 0 / 0.2);
  }

  .hover\:bg-transparent\/25:hover {
    background-color: rgb(0 0 0 / 0.25);
  }

  .hover\:bg-transparent\/30:hover {
    background-color: rgb(0 0 0 / 0.3);
  }

  .hover\:bg-transparent\/35:hover {
    background-color: rgb(0 0 0 / 0.35);
  }

  .hover\:bg-transparent\/40:hover {
    background-color: rgb(0 0 0 / 0.4);
  }

  .hover\:bg-transparent\/45:hover {
    background-color: rgb(0 0 0 / 0.45);
  }

  .hover\:bg-transparent\/5:hover {
    background-color: rgb(0 0 0 / 0.05);
  }

  .hover\:bg-transparent\/50:hover {
    background-color: rgb(0 0 0 / 0.5);
  }

  .hover\:bg-transparent\/55:hover {
    background-color: rgb(0 0 0 / 0.55);
  }

  .hover\:bg-transparent\/60:hover {
    background-color: rgb(0 0 0 / 0.6);
  }

  .hover\:bg-transparent\/65:hover {
    background-color: rgb(0 0 0 / 0.65);
  }

  .hover\:bg-transparent\/70:hover {
    background-color: rgb(0 0 0 / 0.7);
  }

  .hover\:bg-transparent\/75:hover {
    background-color: rgb(0 0 0 / 0.75);
  }

  .hover\:bg-transparent\/80:hover {
    background-color: rgb(0 0 0 / 0.8);
  }

  .hover\:bg-transparent\/85:hover {
    background-color: rgb(0 0 0 / 0.85);
  }

  .hover\:bg-transparent\/90:hover {
    background-color: rgb(0 0 0 / 0.9);
  }

  .hover\:bg-transparent\/95:hover {
    background-color: rgb(0 0 0 / 0.95);
  }

  .hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15;
  }

  .hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .hover\:bg-opacity-35:hover {
    --tw-bg-opacity: 0.35;
  }

  .hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .hover\:bg-opacity-45:hover {
    --tw-bg-opacity: 0.45;
  }

  .hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .hover\:bg-opacity-55:hover {
    --tw-bg-opacity: 0.55;
  }

  .hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .hover\:bg-opacity-65:hover {
    --tw-bg-opacity: 0.65;
  }

  .hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .hover\:bg-opacity-85:hover {
    --tw-bg-opacity: 0.85;
  }

  .hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .hover\:bg-none:hover {
    background-image: none;
  }

  .hover\:bg-auto:hover {
    background-size: auto;
  }

  .hover\:bg-contain:hover {
    background-size: contain;
  }

  .hover\:bg-cover:hover {
    background-size: cover;
  }

  .hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .hover\:bg-local:hover {
    background-attachment: local;
  }

  .hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .hover\:bg-center:hover {
    background-position: center;
  }

  .hover\:bg-left:hover {
    background-position: left;
  }

  .hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .hover\:bg-left-top:hover {
    background-position: left top;
  }

  .hover\:bg-right:hover {
    background-position: right;
  }

  .hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .hover\:bg-right-top:hover {
    background-position: right top;
  }

  .hover\:bg-top:hover {
    background-position: top;
  }

  .hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .hover\:bg-origin-border:hover {
    background-origin: border-box;
  }

  .hover\:bg-origin-padding:hover {
    background-origin: padding-box;
  }

  .hover\:bg-origin-content:hover {
    background-origin: content-box;
  }

  .hover\:fill-accent:hover {
    fill: var(--icon-accent);
  }

  .hover\:fill-caution:hover {
    fill: var(--icon-caution);
  }

  .hover\:fill-chart-accent-100:hover {
    fill: var(--chart-accent-100);
  }

  .hover\:fill-chart-accent-200:hover {
    fill: var(--chart-accent-200);
  }

  .hover\:fill-chart-accent-300:hover {
    fill: var(--chart-accent-300);
  }

  .hover\:fill-chart-accent-400:hover {
    fill: var(--chart-accent-400);
  }

  .hover\:fill-chart-accent-500:hover {
    fill: var(--chart-accent-500);
  }

  .hover\:fill-chart-accent-600:hover {
    fill: var(--chart-accent-600);
  }

  .hover\:fill-chart-accent-700:hover {
    fill: var(--chart-accent-700);
  }

  .hover\:fill-chart-accent-800:hover {
    fill: var(--chart-accent-800);
  }

  .hover\:fill-chart-neutral-100:hover {
    fill: var(--chart-neutral-100);
  }

  .hover\:fill-chart-neutral-200:hover {
    fill: var(--chart-neutral-200);
  }

  .hover\:fill-chart-neutral-300:hover {
    fill: var(--chart-neutral-300);
  }

  .hover\:fill-chart-neutral-400:hover {
    fill: var(--chart-neutral-400);
  }

  .hover\:fill-chart-neutral-500:hover {
    fill: var(--chart-neutral-500);
  }

  .hover\:fill-chart-neutral-600:hover {
    fill: var(--chart-neutral-600);
  }

  .hover\:fill-chart-neutral-700:hover {
    fill: var(--chart-neutral-700);
  }

  .hover\:fill-chart-neutral-800:hover {
    fill: var(--chart-neutral-800);
  }

  .hover\:fill-constant-black:hover {
    fill: var(--general-constant-black);
  }

  .hover\:fill-constant-white:hover {
    fill: var(--general-constant-white);
  }

  .hover\:fill-critical:hover {
    fill: var(--icon-critical);
  }

  .hover\:fill-critical-onPrimary:hover {
    fill: var(--icon-critical-onPrimary);
  }

  .hover\:fill-current:hover {
    fill: currentColor;
  }

  .hover\:fill-decoration-brand:hover {
    fill: var(--decoration-brand);
  }

  .hover\:fill-decoration-facebook:hover {
    fill: var(--decoration-facebook);
  }

  .hover\:fill-decoration-instagram:hover {
    fill: var(--decoration-instagram);
  }

  .hover\:fill-decoration-teleport:hover {
    fill: var(--decoration-teleport);
  }

  .hover\:fill-decoration-twitter:hover {
    fill: var(--decoration-twitter);
  }

  .hover\:fill-decoration-whatsapp:hover {
    fill: var(--decoration-whatsapp);
  }

  .hover\:fill-decoration-youtube:hover {
    fill: var(--decoration-youtube);
  }

  .hover\:fill-inherit:hover {
    fill: inherit;
  }

  .hover\:fill-inverse:hover {
    fill: var(--icon-inverse);
  }

  .hover\:fill-od-inner-ring:hover {
    fill: var(--symbol-od-inner-ring);
  }

  .hover\:fill-od-outer-ring:hover {
    fill: var(--symbol-od-outer-ring);
  }

  .hover\:fill-onPrimary:hover {
    fill: var(--icon-onPrimary);
  }

  .hover\:fill-positive:hover {
    fill: var(--icon-positive);
  }

  .hover\:fill-positive-hover:hover {
    fill: var(--icon-positive-hover);
  }

  .hover\:fill-primary:hover {
    fill: var(--symbol-primary);
  }

  .hover\:fill-secondary:hover {
    fill: var(--icon-secondary);
  }

  .hover\:fill-status-available:hover {
    fill: var(--status-available);
  }

  .hover\:fill-status-away:hover {
    fill: var(--status-away);
  }

  .hover\:fill-status-border:hover {
    fill: var(--status-border);
  }

  .hover\:fill-status-busy:hover {
    fill: var(--status-busy);
  }

  .hover\:fill-status-icon:hover {
    fill: var(--status-icon);
  }

  .hover\:fill-status-offline:hover {
    fill: var(--status-offline);
  }

  .hover\:fill-tertiary:hover {
    fill: var(--icon-tertiary);
  }

  .hover\:fill-text-inverse:hover {
    fill: var(--text-inverse);
  }

  .hover\:fill-text-inverse-critical:hover {
    fill: var(--text-inverse-critical);
  }

  .hover\:fill-text-inverse-positive:hover {
    fill: var(--text-inverse-positive);
  }

  .hover\:fill-text-inverse-secondary:hover {
    fill: var(--text-inverse-secondary);
  }

  .hover\:fill-transparent:hover {
    fill: transparent;
  }

  .hover\:fill-transparent\/0:hover {
    fill: rgb(0 0 0 / 0);
  }

  .hover\:fill-transparent\/10:hover {
    fill: rgb(0 0 0 / 0.1);
  }

  .hover\:fill-transparent\/100:hover {
    fill: rgb(0 0 0 / 1);
  }

  .hover\:fill-transparent\/15:hover {
    fill: rgb(0 0 0 / 0.15);
  }

  .hover\:fill-transparent\/20:hover {
    fill: rgb(0 0 0 / 0.2);
  }

  .hover\:fill-transparent\/25:hover {
    fill: rgb(0 0 0 / 0.25);
  }

  .hover\:fill-transparent\/30:hover {
    fill: rgb(0 0 0 / 0.3);
  }

  .hover\:fill-transparent\/35:hover {
    fill: rgb(0 0 0 / 0.35);
  }

  .hover\:fill-transparent\/40:hover {
    fill: rgb(0 0 0 / 0.4);
  }

  .hover\:fill-transparent\/45:hover {
    fill: rgb(0 0 0 / 0.45);
  }

  .hover\:fill-transparent\/5:hover {
    fill: rgb(0 0 0 / 0.05);
  }

  .hover\:fill-transparent\/50:hover {
    fill: rgb(0 0 0 / 0.5);
  }

  .hover\:fill-transparent\/55:hover {
    fill: rgb(0 0 0 / 0.55);
  }

  .hover\:fill-transparent\/60:hover {
    fill: rgb(0 0 0 / 0.6);
  }

  .hover\:fill-transparent\/65:hover {
    fill: rgb(0 0 0 / 0.65);
  }

  .hover\:fill-transparent\/70:hover {
    fill: rgb(0 0 0 / 0.7);
  }

  .hover\:fill-transparent\/75:hover {
    fill: rgb(0 0 0 / 0.75);
  }

  .hover\:fill-transparent\/80:hover {
    fill: rgb(0 0 0 / 0.8);
  }

  .hover\:fill-transparent\/85:hover {
    fill: rgb(0 0 0 / 0.85);
  }

  .hover\:fill-transparent\/90:hover {
    fill: rgb(0 0 0 / 0.9);
  }

  .hover\:fill-transparent\/95:hover {
    fill: rgb(0 0 0 / 0.95);
  }

  .hover\:fill-zendesk:hover {
    fill: var(--symbol-zendesk);
  }

  .hover\:stroke-accent:hover {
    stroke: var(--icon-accent);
  }

  .hover\:stroke-caution:hover {
    stroke: var(--icon-caution);
  }

  .hover\:stroke-chart-accent-100:hover {
    stroke: var(--chart-accent-100);
  }

  .hover\:stroke-chart-accent-200:hover {
    stroke: var(--chart-accent-200);
  }

  .hover\:stroke-chart-accent-300:hover {
    stroke: var(--chart-accent-300);
  }

  .hover\:stroke-chart-accent-400:hover {
    stroke: var(--chart-accent-400);
  }

  .hover\:stroke-chart-accent-500:hover {
    stroke: var(--chart-accent-500);
  }

  .hover\:stroke-chart-accent-600:hover {
    stroke: var(--chart-accent-600);
  }

  .hover\:stroke-chart-accent-700:hover {
    stroke: var(--chart-accent-700);
  }

  .hover\:stroke-chart-accent-800:hover {
    stroke: var(--chart-accent-800);
  }

  .hover\:stroke-chart-neutral-100:hover {
    stroke: var(--chart-neutral-100);
  }

  .hover\:stroke-chart-neutral-200:hover {
    stroke: var(--chart-neutral-200);
  }

  .hover\:stroke-chart-neutral-300:hover {
    stroke: var(--chart-neutral-300);
  }

  .hover\:stroke-chart-neutral-400:hover {
    stroke: var(--chart-neutral-400);
  }

  .hover\:stroke-chart-neutral-500:hover {
    stroke: var(--chart-neutral-500);
  }

  .hover\:stroke-chart-neutral-600:hover {
    stroke: var(--chart-neutral-600);
  }

  .hover\:stroke-chart-neutral-700:hover {
    stroke: var(--chart-neutral-700);
  }

  .hover\:stroke-chart-neutral-800:hover {
    stroke: var(--chart-neutral-800);
  }

  .hover\:stroke-constant-black:hover {
    stroke: var(--general-constant-black);
  }

  .hover\:stroke-constant-white:hover {
    stroke: var(--general-constant-white);
  }

  .hover\:stroke-critical:hover {
    stroke: var(--icon-critical);
  }

  .hover\:stroke-critical-onPrimary:hover {
    stroke: var(--icon-critical-onPrimary);
  }

  .hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .hover\:stroke-decoration-brand:hover {
    stroke: var(--decoration-brand);
  }

  .hover\:stroke-decoration-facebook:hover {
    stroke: var(--decoration-facebook);
  }

  .hover\:stroke-decoration-instagram:hover {
    stroke: var(--decoration-instagram);
  }

  .hover\:stroke-decoration-teleport:hover {
    stroke: var(--decoration-teleport);
  }

  .hover\:stroke-decoration-twitter:hover {
    stroke: var(--decoration-twitter);
  }

  .hover\:stroke-decoration-whatsapp:hover {
    stroke: var(--decoration-whatsapp);
  }

  .hover\:stroke-decoration-youtube:hover {
    stroke: var(--decoration-youtube);
  }

  .hover\:stroke-inherit:hover {
    stroke: inherit;
  }

  .hover\:stroke-inverse:hover {
    stroke: var(--icon-inverse);
  }

  .hover\:stroke-od-inner-ring:hover {
    stroke: var(--symbol-od-inner-ring);
  }

  .hover\:stroke-od-outer-ring:hover {
    stroke: var(--symbol-od-outer-ring);
  }

  .hover\:stroke-onPrimary:hover {
    stroke: var(--icon-onPrimary);
  }

  .hover\:stroke-positive:hover {
    stroke: var(--icon-positive);
  }

  .hover\:stroke-positive-hover:hover {
    stroke: var(--icon-positive-hover);
  }

  .hover\:stroke-primary:hover {
    stroke: var(--symbol-primary);
  }

  .hover\:stroke-secondary:hover {
    stroke: var(--icon-secondary);
  }

  .hover\:stroke-status-available:hover {
    stroke: var(--status-available);
  }

  .hover\:stroke-status-away:hover {
    stroke: var(--status-away);
  }

  .hover\:stroke-status-border:hover {
    stroke: var(--status-border);
  }

  .hover\:stroke-status-busy:hover {
    stroke: var(--status-busy);
  }

  .hover\:stroke-status-icon:hover {
    stroke: var(--status-icon);
  }

  .hover\:stroke-status-offline:hover {
    stroke: var(--status-offline);
  }

  .hover\:stroke-tertiary:hover {
    stroke: var(--icon-tertiary);
  }

  .hover\:stroke-text-inverse:hover {
    stroke: var(--text-inverse);
  }

  .hover\:stroke-text-inverse-critical:hover {
    stroke: var(--text-inverse-critical);
  }

  .hover\:stroke-text-inverse-positive:hover {
    stroke: var(--text-inverse-positive);
  }

  .hover\:stroke-text-inverse-secondary:hover {
    stroke: var(--text-inverse-secondary);
  }

  .hover\:stroke-transparent:hover {
    stroke: transparent;
  }

  .hover\:stroke-transparent\/0:hover {
    stroke: rgb(0 0 0 / 0);
  }

  .hover\:stroke-transparent\/10:hover {
    stroke: rgb(0 0 0 / 0.1);
  }

  .hover\:stroke-transparent\/100:hover {
    stroke: rgb(0 0 0 / 1);
  }

  .hover\:stroke-transparent\/15:hover {
    stroke: rgb(0 0 0 / 0.15);
  }

  .hover\:stroke-transparent\/20:hover {
    stroke: rgb(0 0 0 / 0.2);
  }

  .hover\:stroke-transparent\/25:hover {
    stroke: rgb(0 0 0 / 0.25);
  }

  .hover\:stroke-transparent\/30:hover {
    stroke: rgb(0 0 0 / 0.3);
  }

  .hover\:stroke-transparent\/35:hover {
    stroke: rgb(0 0 0 / 0.35);
  }

  .hover\:stroke-transparent\/40:hover {
    stroke: rgb(0 0 0 / 0.4);
  }

  .hover\:stroke-transparent\/45:hover {
    stroke: rgb(0 0 0 / 0.45);
  }

  .hover\:stroke-transparent\/5:hover {
    stroke: rgb(0 0 0 / 0.05);
  }

  .hover\:stroke-transparent\/50:hover {
    stroke: rgb(0 0 0 / 0.5);
  }

  .hover\:stroke-transparent\/55:hover {
    stroke: rgb(0 0 0 / 0.55);
  }

  .hover\:stroke-transparent\/60:hover {
    stroke: rgb(0 0 0 / 0.6);
  }

  .hover\:stroke-transparent\/65:hover {
    stroke: rgb(0 0 0 / 0.65);
  }

  .hover\:stroke-transparent\/70:hover {
    stroke: rgb(0 0 0 / 0.7);
  }

  .hover\:stroke-transparent\/75:hover {
    stroke: rgb(0 0 0 / 0.75);
  }

  .hover\:stroke-transparent\/80:hover {
    stroke: rgb(0 0 0 / 0.8);
  }

  .hover\:stroke-transparent\/85:hover {
    stroke: rgb(0 0 0 / 0.85);
  }

  .hover\:stroke-transparent\/90:hover {
    stroke: rgb(0 0 0 / 0.9);
  }

  .hover\:stroke-transparent\/95:hover {
    stroke: rgb(0 0 0 / 0.95);
  }

  .hover\:stroke-zendesk:hover {
    stroke: var(--symbol-zendesk);
  }

  .hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .hover\:stroke-2:hover {
    stroke-width: 2;
  }

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

  .hover\:text-center:hover {
    text-align: center;
  }

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

  .hover\:text-justify:hover {
    text-align: justify;
  }

  .hover\:text-start:hover {
    text-align: start;
  }

  .hover\:text-end:hover {
    text-align: end;
  }

  .hover\:text-accent:hover {
    color: var(--text-accent);
  }

  .hover\:text-accent-hover:hover {
    color: var(--text-accent-hover);
  }

  .hover\:text-accent-pressed:hover {
    color: var(--text-accent-pressed);
  }

  .hover\:text-caution:hover {
    color: var(--text-caution);
  }

  .hover\:text-caution-secondary:hover {
    color: var(--text-caution-secondary);
  }

  .hover\:text-constant-black:hover {
    color: var(--general-constant-black);
  }

  .hover\:text-constant-white:hover {
    color: var(--general-constant-white);
  }

  .hover\:text-critical:hover {
    color: var(--text-critical);
  }

  .hover\:text-critical-onPrimary:hover {
    color: var(--text-critical-onPrimary);
  }

  .hover\:text-critical-secondary:hover {
    color: var(--text-critical-secondary);
  }

  .hover\:text-current:hover {
    color: currentColor;
  }

  .hover\:text-disabled:hover {
    color: var(--text-disabled);
  }

  .hover\:text-disabled-secondary:hover {
    color: var(--text-disabled-secondary);
  }

  .hover\:text-inherit:hover {
    color: inherit;
  }

  .hover\:text-inverse:hover {
    color: var(--text-inverse);
  }

  .hover\:text-inverse-accent:hover {
    color: var(--text-inverse-accent);
  }

  .hover\:text-inverse-caution:hover {
    color: var(--text-inverse-caution);
  }

  .hover\:text-inverse-critical:hover {
    color: var(--text-inverse-critical);
  }

  .hover\:text-inverse-positive:hover {
    color: var(--text-inverse-positive);
  }

  .hover\:text-inverse-secondary:hover {
    color: var(--text-inverse-secondary);
  }

  .hover\:text-link:hover {
    color: var(--text-link);
  }

  .hover\:text-link-hover:hover {
    color: var(--text-link-hover);
  }

  .hover\:text-link-pressed:hover {
    color: var(--text-link-pressed);
  }

  .hover\:text-onPrimary:hover {
    color: var(--text-onPrimary);
  }

  .hover\:text-onPrimary-disabled:hover {
    color: var(--text-onPrimary-disabled);
  }

  .hover\:text-palette-blue-text:hover {
    color: var(--palette-blue-text);
  }

  .hover\:text-palette-blue-text-active:hover {
    color: var(--palette-blue-text-active);
  }

  .hover\:text-palette-blue-text-secondary:hover {
    color: var(--palette-blue-text-secondary);
  }

  .hover\:text-palette-dark-blue-text:hover {
    color: var(--palette-dark-blue-text);
  }

  .hover\:text-palette-dark-blue-text-active:hover {
    color: var(--palette-dark-blue-text-active);
  }

  .hover\:text-palette-dark-blue-text-secondary:hover {
    color: var(--palette-dark-blue-text-secondary);
  }

  .hover\:text-palette-dark-gray-text:hover {
    color: var(--palette-dark-gray-text);
  }

  .hover\:text-palette-dark-gray-text-active:hover {
    color: var(--palette-dark-gray-text-active);
  }

  .hover\:text-palette-dark-gray-text-secondary:hover {
    color: var(--palette-dark-gray-text-secondary);
  }

  .hover\:text-palette-dark-green-text:hover {
    color: var(--palette-dark-green-text);
  }

  .hover\:text-palette-dark-green-text-active:hover {
    color: var(--palette-dark-green-text-active);
  }

  .hover\:text-palette-dark-green-text-secondary:hover {
    color: var(--palette-dark-green-text-secondary);
  }

  .hover\:text-palette-gray-text:hover {
    color: var(--palette-gray-text);
  }

  .hover\:text-palette-gray-text-active:hover {
    color: var(--palette-gray-text-active);
  }

  .hover\:text-palette-gray-text-secondary:hover {
    color: var(--palette-gray-text-secondary);
  }

  .hover\:text-palette-green-text:hover {
    color: var(--palette-green-text);
  }

  .hover\:text-palette-green-text-active:hover {
    color: var(--palette-green-text-active);
  }

  .hover\:text-palette-green-text-secondary:hover {
    color: var(--palette-green-text-secondary);
  }

  .hover\:text-palette-light-pink-text:hover {
    color: var(--palette-light-pink-text);
  }

  .hover\:text-palette-light-pink-text-active:hover {
    color: var(--palette-light-pink-text-active);
  }

  .hover\:text-palette-light-pink-text-secondary:hover {
    color: var(--palette-light-pink-text-secondary);
  }

  .hover\:text-palette-maroon-text:hover {
    color: var(--palette-maroon-text);
  }

  .hover\:text-palette-maroon-text-active:hover {
    color: var(--palette-maroon-text-active);
  }

  .hover\:text-palette-maroon-text-secondary:hover {
    color: var(--palette-maroon-text-secondary);
  }

  .hover\:text-palette-orange-text:hover {
    color: var(--palette-orange-text);
  }

  .hover\:text-palette-orange-text-active:hover {
    color: var(--palette-orange-text-active);
  }

  .hover\:text-palette-orange-text-secondary:hover {
    color: var(--palette-orange-text-secondary);
  }

  .hover\:text-palette-pink-text:hover {
    color: var(--palette-pink-text);
  }

  .hover\:text-palette-pink-text-active:hover {
    color: var(--palette-pink-text-active);
  }

  .hover\:text-palette-pink-text-secondary:hover {
    color: var(--palette-pink-text-secondary);
  }

  .hover\:text-palette-red-text:hover {
    color: var(--palette-red-text);
  }

  .hover\:text-palette-red-text-active:hover {
    color: var(--palette-red-text-active);
  }

  .hover\:text-palette-red-text-secondary:hover {
    color: var(--palette-red-text-secondary);
  }

  .hover\:text-palette-violet-text:hover {
    color: var(--palette-violet-text);
  }

  .hover\:text-palette-violet-text-active:hover {
    color: var(--palette-violet-text-active);
  }

  .hover\:text-palette-violet-text-secondary:hover {
    color: var(--palette-violet-text-secondary);
  }

  .hover\:text-palette-yellow-text:hover {
    color: var(--palette-yellow-text);
  }

  .hover\:text-palette-yellow-text-active:hover {
    color: var(--palette-yellow-text-active);
  }

  .hover\:text-palette-yellow-text-secondary:hover {
    color: var(--palette-yellow-text-secondary);
  }

  .hover\:text-positive:hover {
    color: var(--text-positive);
  }

  .hover\:text-positive-secondary:hover {
    color: var(--text-positive-secondary);
  }

  .hover\:text-primary:hover {
    color: var(--text-primary);
  }

  .hover\:text-primary-hover:hover {
    color: var(--text-primary-hover);
  }

  .hover\:text-secondary:hover {
    color: var(--text-secondary);
  }

  .hover\:text-secondary-hover:hover {
    color: var(--text-secondary-hover);
  }

  .hover\:text-tertiary:hover {
    color: var(--text-tertiary);
  }

  .hover\:text-transparent:hover {
    color: transparent;
  }

  .hover\:text-transparent\/0:hover {
    color: rgb(0 0 0 / 0);
  }

  .hover\:text-transparent\/10:hover {
    color: rgb(0 0 0 / 0.1);
  }

  .hover\:text-transparent\/100:hover {
    color: rgb(0 0 0 / 1);
  }

  .hover\:text-transparent\/15:hover {
    color: rgb(0 0 0 / 0.15);
  }

  .hover\:text-transparent\/20:hover {
    color: rgb(0 0 0 / 0.2);
  }

  .hover\:text-transparent\/25:hover {
    color: rgb(0 0 0 / 0.25);
  }

  .hover\:text-transparent\/30:hover {
    color: rgb(0 0 0 / 0.3);
  }

  .hover\:text-transparent\/35:hover {
    color: rgb(0 0 0 / 0.35);
  }

  .hover\:text-transparent\/40:hover {
    color: rgb(0 0 0 / 0.4);
  }

  .hover\:text-transparent\/45:hover {
    color: rgb(0 0 0 / 0.45);
  }

  .hover\:text-transparent\/5:hover {
    color: rgb(0 0 0 / 0.05);
  }

  .hover\:text-transparent\/50:hover {
    color: rgb(0 0 0 / 0.5);
  }

  .hover\:text-transparent\/55:hover {
    color: rgb(0 0 0 / 0.55);
  }

  .hover\:text-transparent\/60:hover {
    color: rgb(0 0 0 / 0.6);
  }

  .hover\:text-transparent\/65:hover {
    color: rgb(0 0 0 / 0.65);
  }

  .hover\:text-transparent\/70:hover {
    color: rgb(0 0 0 / 0.7);
  }

  .hover\:text-transparent\/75:hover {
    color: rgb(0 0 0 / 0.75);
  }

  .hover\:text-transparent\/80:hover {
    color: rgb(0 0 0 / 0.8);
  }

  .hover\:text-transparent\/85:hover {
    color: rgb(0 0 0 / 0.85);
  }

  .hover\:text-transparent\/90:hover {
    color: rgb(0 0 0 / 0.9);
  }

  .hover\:text-transparent\/95:hover {
    color: rgb(0 0 0 / 0.95);
  }

  .hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15;
  }

  .hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .hover\:text-opacity-35:hover {
    --tw-text-opacity: 0.35;
  }

  .hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .hover\:text-opacity-45:hover {
    --tw-text-opacity: 0.45;
  }

  .hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .hover\:text-opacity-55:hover {
    --tw-text-opacity: 0.55;
  }

  .hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .hover\:text-opacity-65:hover {
    --tw-text-opacity: 0.65;
  }

  .hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .hover\:text-opacity-85:hover {
    --tw-text-opacity: 0.85;
  }

  .hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

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

  .hover\:opacity-100:hover {
    opacity: 1;
  }

  .hover\:bg-blend-normal:hover {
    background-blend-mode: normal;
  }

  .hover\:bg-blend-multiply:hover {
    background-blend-mode: multiply;
  }

  .hover\:bg-blend-screen:hover {
    background-blend-mode: screen;
  }

  .hover\:bg-blend-overlay:hover {
    background-blend-mode: overlay;
  }

  .hover\:bg-blend-darken:hover {
    background-blend-mode: darken;
  }

  .hover\:bg-blend-lighten:hover {
    background-blend-mode: lighten;
  }

  .hover\:bg-blend-color-dodge:hover {
    background-blend-mode: color-dodge;
  }

  .hover\:bg-blend-color-burn:hover {
    background-blend-mode: color-burn;
  }

  .hover\:bg-blend-hard-light:hover {
    background-blend-mode: hard-light;
  }

  .hover\:bg-blend-soft-light:hover {
    background-blend-mode: soft-light;
  }

  .hover\:bg-blend-difference:hover {
    background-blend-mode: difference;
  }

  .hover\:bg-blend-exclusion:hover {
    background-blend-mode: exclusion;
  }

  .hover\:bg-blend-hue:hover {
    background-blend-mode: hue;
  }

  .hover\:bg-blend-saturation:hover {
    background-blend-mode: saturation;
  }

  .hover\:bg-blend-color:hover {
    background-blend-mode: color;
  }

  .hover\:bg-blend-luminosity:hover {
    background-blend-mode: luminosity;
  }

  .hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .hover\:outline-dashed:hover {
    outline-style: dashed;
  }

  .hover\:outline-dotted:hover {
    outline-style: dotted;
  }

  .hover\:outline-double:hover {
    outline-style: double;
  }

  .hover\:outline-0:hover {
    outline-width: 0px;
  }

  .hover\:outline-1:hover {
    outline-width: 1px;
  }

  .hover\:outline-2:hover {
    outline-width: 2px;
  }

  .hover\:outline-4:hover {
    outline-width: 4px;
  }

  .hover\:outline-8:hover {
    outline-width: 8px;
  }

  .hover\:outline-offset-0:hover {
    outline-offset: 0px;
  }

  .hover\:outline-offset-1:hover {
    outline-offset: 1px;
  }

  .hover\:outline-offset-2:hover {
    outline-offset: 2px;
  }

  .hover\:outline-offset-4:hover {
    outline-offset: 4px;
  }

  .hover\:outline-offset-8:hover {
    outline-offset: 8px;
  }

  .hover\:outline-amber-100:hover {
    outline-color: #fef3c7;
  }

  .hover\:outline-amber-100\/0:hover {
    outline-color: rgb(254 243 199 / 0);
  }

  .hover\:outline-amber-100\/10:hover {
    outline-color: rgb(254 243 199 / 0.1);
  }

  .hover\:outline-amber-100\/100:hover {
    outline-color: rgb(254 243 199 / 1);
  }

  .hover\:outline-amber-100\/15:hover {
    outline-color: rgb(254 243 199 / 0.15);
  }

  .hover\:outline-amber-100\/20:hover {
    outline-color: rgb(254 243 199 / 0.2);
  }

  .hover\:outline-amber-100\/25:hover {
    outline-color: rgb(254 243 199 / 0.25);
  }

  .hover\:outline-amber-100\/30:hover {
    outline-color: rgb(254 243 199 / 0.3);
  }

  .hover\:outline-amber-100\/35:hover {
    outline-color: rgb(254 243 199 / 0.35);
  }

  .hover\:outline-amber-100\/40:hover {
    outline-color: rgb(254 243 199 / 0.4);
  }

  .hover\:outline-amber-100\/45:hover {
    outline-color: rgb(254 243 199 / 0.45);
  }

  .hover\:outline-amber-100\/5:hover {
    outline-color: rgb(254 243 199 / 0.05);
  }

  .hover\:outline-amber-100\/50:hover {
    outline-color: rgb(254 243 199 / 0.5);
  }

  .hover\:outline-amber-100\/55:hover {
    outline-color: rgb(254 243 199 / 0.55);
  }

  .hover\:outline-amber-100\/60:hover {
    outline-color: rgb(254 243 199 / 0.6);
  }

  .hover\:outline-amber-100\/65:hover {
    outline-color: rgb(254 243 199 / 0.65);
  }

  .hover\:outline-amber-100\/70:hover {
    outline-color: rgb(254 243 199 / 0.7);
  }

  .hover\:outline-amber-100\/75:hover {
    outline-color: rgb(254 243 199 / 0.75);
  }

  .hover\:outline-amber-100\/80:hover {
    outline-color: rgb(254 243 199 / 0.8);
  }

  .hover\:outline-amber-100\/85:hover {
    outline-color: rgb(254 243 199 / 0.85);
  }

  .hover\:outline-amber-100\/90:hover {
    outline-color: rgb(254 243 199 / 0.9);
  }

  .hover\:outline-amber-100\/95:hover {
    outline-color: rgb(254 243 199 / 0.95);
  }

  .hover\:outline-amber-200:hover {
    outline-color: #fde68a;
  }

  .hover\:outline-amber-200\/0:hover {
    outline-color: rgb(253 230 138 / 0);
  }

  .hover\:outline-amber-200\/10:hover {
    outline-color: rgb(253 230 138 / 0.1);
  }

  .hover\:outline-amber-200\/100:hover {
    outline-color: rgb(253 230 138 / 1);
  }

  .hover\:outline-amber-200\/15:hover {
    outline-color: rgb(253 230 138 / 0.15);
  }

  .hover\:outline-amber-200\/20:hover {
    outline-color: rgb(253 230 138 / 0.2);
  }

  .hover\:outline-amber-200\/25:hover {
    outline-color: rgb(253 230 138 / 0.25);
  }

  .hover\:outline-amber-200\/30:hover {
    outline-color: rgb(253 230 138 / 0.3);
  }

  .hover\:outline-amber-200\/35:hover {
    outline-color: rgb(253 230 138 / 0.35);
  }

  .hover\:outline-amber-200\/40:hover {
    outline-color: rgb(253 230 138 / 0.4);
  }

  .hover\:outline-amber-200\/45:hover {
    outline-color: rgb(253 230 138 / 0.45);
  }

  .hover\:outline-amber-200\/5:hover {
    outline-color: rgb(253 230 138 / 0.05);
  }

  .hover\:outline-amber-200\/50:hover {
    outline-color: rgb(253 230 138 / 0.5);
  }

  .hover\:outline-amber-200\/55:hover {
    outline-color: rgb(253 230 138 / 0.55);
  }

  .hover\:outline-amber-200\/60:hover {
    outline-color: rgb(253 230 138 / 0.6);
  }

  .hover\:outline-amber-200\/65:hover {
    outline-color: rgb(253 230 138 / 0.65);
  }

  .hover\:outline-amber-200\/70:hover {
    outline-color: rgb(253 230 138 / 0.7);
  }

  .hover\:outline-amber-200\/75:hover {
    outline-color: rgb(253 230 138 / 0.75);
  }

  .hover\:outline-amber-200\/80:hover {
    outline-color: rgb(253 230 138 / 0.8);
  }

  .hover\:outline-amber-200\/85:hover {
    outline-color: rgb(253 230 138 / 0.85);
  }

  .hover\:outline-amber-200\/90:hover {
    outline-color: rgb(253 230 138 / 0.9);
  }

  .hover\:outline-amber-200\/95:hover {
    outline-color: rgb(253 230 138 / 0.95);
  }

  .hover\:outline-amber-300:hover {
    outline-color: #fcd34d;
  }

  .hover\:outline-amber-300\/0:hover {
    outline-color: rgb(252 211 77 / 0);
  }

  .hover\:outline-amber-300\/10:hover {
    outline-color: rgb(252 211 77 / 0.1);
  }

  .hover\:outline-amber-300\/100:hover {
    outline-color: rgb(252 211 77 / 1);
  }

  .hover\:outline-amber-300\/15:hover {
    outline-color: rgb(252 211 77 / 0.15);
  }

  .hover\:outline-amber-300\/20:hover {
    outline-color: rgb(252 211 77 / 0.2);
  }

  .hover\:outline-amber-300\/25:hover {
    outline-color: rgb(252 211 77 / 0.25);
  }

  .hover\:outline-amber-300\/30:hover {
    outline-color: rgb(252 211 77 / 0.3);
  }

  .hover\:outline-amber-300\/35:hover {
    outline-color: rgb(252 211 77 / 0.35);
  }

  .hover\:outline-amber-300\/40:hover {
    outline-color: rgb(252 211 77 / 0.4);
  }

  .hover\:outline-amber-300\/45:hover {
    outline-color: rgb(252 211 77 / 0.45);
  }

  .hover\:outline-amber-300\/5:hover {
    outline-color: rgb(252 211 77 / 0.05);
  }

  .hover\:outline-amber-300\/50:hover {
    outline-color: rgb(252 211 77 / 0.5);
  }

  .hover\:outline-amber-300\/55:hover {
    outline-color: rgb(252 211 77 / 0.55);
  }

  .hover\:outline-amber-300\/60:hover {
    outline-color: rgb(252 211 77 / 0.6);
  }

  .hover\:outline-amber-300\/65:hover {
    outline-color: rgb(252 211 77 / 0.65);
  }

  .hover\:outline-amber-300\/70:hover {
    outline-color: rgb(252 211 77 / 0.7);
  }

  .hover\:outline-amber-300\/75:hover {
    outline-color: rgb(252 211 77 / 0.75);
  }

  .hover\:outline-amber-300\/80:hover {
    outline-color: rgb(252 211 77 / 0.8);
  }

  .hover\:outline-amber-300\/85:hover {
    outline-color: rgb(252 211 77 / 0.85);
  }

  .hover\:outline-amber-300\/90:hover {
    outline-color: rgb(252 211 77 / 0.9);
  }

  .hover\:outline-amber-300\/95:hover {
    outline-color: rgb(252 211 77 / 0.95);
  }

  .hover\:outline-amber-400:hover {
    outline-color: #fbbf24;
  }

  .hover\:outline-amber-400\/0:hover {
    outline-color: rgb(251 191 36 / 0);
  }

  .hover\:outline-amber-400\/10:hover {
    outline-color: rgb(251 191 36 / 0.1);
  }

  .hover\:outline-amber-400\/100:hover {
    outline-color: rgb(251 191 36 / 1);
  }

  .hover\:outline-amber-400\/15:hover {
    outline-color: rgb(251 191 36 / 0.15);
  }

  .hover\:outline-amber-400\/20:hover {
    outline-color: rgb(251 191 36 / 0.2);
  }

  .hover\:outline-amber-400\/25:hover {
    outline-color: rgb(251 191 36 / 0.25);
  }

  .hover\:outline-amber-400\/30:hover {
    outline-color: rgb(251 191 36 / 0.3);
  }

  .hover\:outline-amber-400\/35:hover {
    outline-color: rgb(251 191 36 / 0.35);
  }

  .hover\:outline-amber-400\/40:hover {
    outline-color: rgb(251 191 36 / 0.4);
  }

  .hover\:outline-amber-400\/45:hover {
    outline-color: rgb(251 191 36 / 0.45);
  }

  .hover\:outline-amber-400\/5:hover {
    outline-color: rgb(251 191 36 / 0.05);
  }

  .hover\:outline-amber-400\/50:hover {
    outline-color: rgb(251 191 36 / 0.5);
  }

  .hover\:outline-amber-400\/55:hover {
    outline-color: rgb(251 191 36 / 0.55);
  }

  .hover\:outline-amber-400\/60:hover {
    outline-color: rgb(251 191 36 / 0.6);
  }

  .hover\:outline-amber-400\/65:hover {
    outline-color: rgb(251 191 36 / 0.65);
  }

  .hover\:outline-amber-400\/70:hover {
    outline-color: rgb(251 191 36 / 0.7);
  }

  .hover\:outline-amber-400\/75:hover {
    outline-color: rgb(251 191 36 / 0.75);
  }

  .hover\:outline-amber-400\/80:hover {
    outline-color: rgb(251 191 36 / 0.8);
  }

  .hover\:outline-amber-400\/85:hover {
    outline-color: rgb(251 191 36 / 0.85);
  }

  .hover\:outline-amber-400\/90:hover {
    outline-color: rgb(251 191 36 / 0.9);
  }

  .hover\:outline-amber-400\/95:hover {
    outline-color: rgb(251 191 36 / 0.95);
  }

  .hover\:outline-amber-50:hover {
    outline-color: #fffbeb;
  }

  .hover\:outline-amber-50\/0:hover {
    outline-color: rgb(255 251 235 / 0);
  }

  .hover\:outline-amber-50\/10:hover {
    outline-color: rgb(255 251 235 / 0.1);
  }

  .hover\:outline-amber-50\/100:hover {
    outline-color: rgb(255 251 235 / 1);
  }

  .hover\:outline-amber-50\/15:hover {
    outline-color: rgb(255 251 235 / 0.15);
  }

  .hover\:outline-amber-50\/20:hover {
    outline-color: rgb(255 251 235 / 0.2);
  }

  .hover\:outline-amber-50\/25:hover {
    outline-color: rgb(255 251 235 / 0.25);
  }

  .hover\:outline-amber-50\/30:hover {
    outline-color: rgb(255 251 235 / 0.3);
  }

  .hover\:outline-amber-50\/35:hover {
    outline-color: rgb(255 251 235 / 0.35);
  }

  .hover\:outline-amber-50\/40:hover {
    outline-color: rgb(255 251 235 / 0.4);
  }

  .hover\:outline-amber-50\/45:hover {
    outline-color: rgb(255 251 235 / 0.45);
  }

  .hover\:outline-amber-50\/5:hover {
    outline-color: rgb(255 251 235 / 0.05);
  }

  .hover\:outline-amber-50\/50:hover {
    outline-color: rgb(255 251 235 / 0.5);
  }

  .hover\:outline-amber-50\/55:hover {
    outline-color: rgb(255 251 235 / 0.55);
  }

  .hover\:outline-amber-50\/60:hover {
    outline-color: rgb(255 251 235 / 0.6);
  }

  .hover\:outline-amber-50\/65:hover {
    outline-color: rgb(255 251 235 / 0.65);
  }

  .hover\:outline-amber-50\/70:hover {
    outline-color: rgb(255 251 235 / 0.7);
  }

  .hover\:outline-amber-50\/75:hover {
    outline-color: rgb(255 251 235 / 0.75);
  }

  .hover\:outline-amber-50\/80:hover {
    outline-color: rgb(255 251 235 / 0.8);
  }

  .hover\:outline-amber-50\/85:hover {
    outline-color: rgb(255 251 235 / 0.85);
  }

  .hover\:outline-amber-50\/90:hover {
    outline-color: rgb(255 251 235 / 0.9);
  }

  .hover\:outline-amber-50\/95:hover {
    outline-color: rgb(255 251 235 / 0.95);
  }

  .hover\:outline-amber-500:hover {
    outline-color: #f59e0b;
  }

  .hover\:outline-amber-500\/0:hover {
    outline-color: rgb(245 158 11 / 0);
  }

  .hover\:outline-amber-500\/10:hover {
    outline-color: rgb(245 158 11 / 0.1);
  }

  .hover\:outline-amber-500\/100:hover {
    outline-color: rgb(245 158 11 / 1);
  }

  .hover\:outline-amber-500\/15:hover {
    outline-color: rgb(245 158 11 / 0.15);
  }

  .hover\:outline-amber-500\/20:hover {
    outline-color: rgb(245 158 11 / 0.2);
  }

  .hover\:outline-amber-500\/25:hover {
    outline-color: rgb(245 158 11 / 0.25);
  }

  .hover\:outline-amber-500\/30:hover {
    outline-color: rgb(245 158 11 / 0.3);
  }

  .hover\:outline-amber-500\/35:hover {
    outline-color: rgb(245 158 11 / 0.35);
  }

  .hover\:outline-amber-500\/40:hover {
    outline-color: rgb(245 158 11 / 0.4);
  }

  .hover\:outline-amber-500\/45:hover {
    outline-color: rgb(245 158 11 / 0.45);
  }

  .hover\:outline-amber-500\/5:hover {
    outline-color: rgb(245 158 11 / 0.05);
  }

  .hover\:outline-amber-500\/50:hover {
    outline-color: rgb(245 158 11 / 0.5);
  }

  .hover\:outline-amber-500\/55:hover {
    outline-color: rgb(245 158 11 / 0.55);
  }

  .hover\:outline-amber-500\/60:hover {
    outline-color: rgb(245 158 11 / 0.6);
  }

  .hover\:outline-amber-500\/65:hover {
    outline-color: rgb(245 158 11 / 0.65);
  }

  .hover\:outline-amber-500\/70:hover {
    outline-color: rgb(245 158 11 / 0.7);
  }

  .hover\:outline-amber-500\/75:hover {
    outline-color: rgb(245 158 11 / 0.75);
  }

  .hover\:outline-amber-500\/80:hover {
    outline-color: rgb(245 158 11 / 0.8);
  }

  .hover\:outline-amber-500\/85:hover {
    outline-color: rgb(245 158 11 / 0.85);
  }

  .hover\:outline-amber-500\/90:hover {
    outline-color: rgb(245 158 11 / 0.9);
  }

  .hover\:outline-amber-500\/95:hover {
    outline-color: rgb(245 158 11 / 0.95);
  }

  .hover\:outline-amber-600:hover {
    outline-color: #d97706;
  }

  .hover\:outline-amber-600\/0:hover {
    outline-color: rgb(217 119 6 / 0);
  }

  .hover\:outline-amber-600\/10:hover {
    outline-color: rgb(217 119 6 / 0.1);
  }

  .hover\:outline-amber-600\/100:hover {
    outline-color: rgb(217 119 6 / 1);
  }

  .hover\:outline-amber-600\/15:hover {
    outline-color: rgb(217 119 6 / 0.15);
  }

  .hover\:outline-amber-600\/20:hover {
    outline-color: rgb(217 119 6 / 0.2);
  }

  .hover\:outline-amber-600\/25:hover {
    outline-color: rgb(217 119 6 / 0.25);
  }

  .hover\:outline-amber-600\/30:hover {
    outline-color: rgb(217 119 6 / 0.3);
  }

  .hover\:outline-amber-600\/35:hover {
    outline-color: rgb(217 119 6 / 0.35);
  }

  .hover\:outline-amber-600\/40:hover {
    outline-color: rgb(217 119 6 / 0.4);
  }

  .hover\:outline-amber-600\/45:hover {
    outline-color: rgb(217 119 6 / 0.45);
  }

  .hover\:outline-amber-600\/5:hover {
    outline-color: rgb(217 119 6 / 0.05);
  }

  .hover\:outline-amber-600\/50:hover {
    outline-color: rgb(217 119 6 / 0.5);
  }

  .hover\:outline-amber-600\/55:hover {
    outline-color: rgb(217 119 6 / 0.55);
  }

  .hover\:outline-amber-600\/60:hover {
    outline-color: rgb(217 119 6 / 0.6);
  }

  .hover\:outline-amber-600\/65:hover {
    outline-color: rgb(217 119 6 / 0.65);
  }

  .hover\:outline-amber-600\/70:hover {
    outline-color: rgb(217 119 6 / 0.7);
  }

  .hover\:outline-amber-600\/75:hover {
    outline-color: rgb(217 119 6 / 0.75);
  }

  .hover\:outline-amber-600\/80:hover {
    outline-color: rgb(217 119 6 / 0.8);
  }

  .hover\:outline-amber-600\/85:hover {
    outline-color: rgb(217 119 6 / 0.85);
  }

  .hover\:outline-amber-600\/90:hover {
    outline-color: rgb(217 119 6 / 0.9);
  }

  .hover\:outline-amber-600\/95:hover {
    outline-color: rgb(217 119 6 / 0.95);
  }

  .hover\:outline-amber-700:hover {
    outline-color: #b45309;
  }

  .hover\:outline-amber-700\/0:hover {
    outline-color: rgb(180 83 9 / 0);
  }

  .hover\:outline-amber-700\/10:hover {
    outline-color: rgb(180 83 9 / 0.1);
  }

  .hover\:outline-amber-700\/100:hover {
    outline-color: rgb(180 83 9 / 1);
  }

  .hover\:outline-amber-700\/15:hover {
    outline-color: rgb(180 83 9 / 0.15);
  }

  .hover\:outline-amber-700\/20:hover {
    outline-color: rgb(180 83 9 / 0.2);
  }

  .hover\:outline-amber-700\/25:hover {
    outline-color: rgb(180 83 9 / 0.25);
  }

  .hover\:outline-amber-700\/30:hover {
    outline-color: rgb(180 83 9 / 0.3);
  }

  .hover\:outline-amber-700\/35:hover {
    outline-color: rgb(180 83 9 / 0.35);
  }

  .hover\:outline-amber-700\/40:hover {
    outline-color: rgb(180 83 9 / 0.4);
  }

  .hover\:outline-amber-700\/45:hover {
    outline-color: rgb(180 83 9 / 0.45);
  }

  .hover\:outline-amber-700\/5:hover {
    outline-color: rgb(180 83 9 / 0.05);
  }

  .hover\:outline-amber-700\/50:hover {
    outline-color: rgb(180 83 9 / 0.5);
  }

  .hover\:outline-amber-700\/55:hover {
    outline-color: rgb(180 83 9 / 0.55);
  }

  .hover\:outline-amber-700\/60:hover {
    outline-color: rgb(180 83 9 / 0.6);
  }

  .hover\:outline-amber-700\/65:hover {
    outline-color: rgb(180 83 9 / 0.65);
  }

  .hover\:outline-amber-700\/70:hover {
    outline-color: rgb(180 83 9 / 0.7);
  }

  .hover\:outline-amber-700\/75:hover {
    outline-color: rgb(180 83 9 / 0.75);
  }

  .hover\:outline-amber-700\/80:hover {
    outline-color: rgb(180 83 9 / 0.8);
  }

  .hover\:outline-amber-700\/85:hover {
    outline-color: rgb(180 83 9 / 0.85);
  }

  .hover\:outline-amber-700\/90:hover {
    outline-color: rgb(180 83 9 / 0.9);
  }

  .hover\:outline-amber-700\/95:hover {
    outline-color: rgb(180 83 9 / 0.95);
  }

  .hover\:outline-amber-800:hover {
    outline-color: #92400e;
  }

  .hover\:outline-amber-800\/0:hover {
    outline-color: rgb(146 64 14 / 0);
  }

  .hover\:outline-amber-800\/10:hover {
    outline-color: rgb(146 64 14 / 0.1);
  }

  .hover\:outline-amber-800\/100:hover {
    outline-color: rgb(146 64 14 / 1);
  }

  .hover\:outline-amber-800\/15:hover {
    outline-color: rgb(146 64 14 / 0.15);
  }

  .hover\:outline-amber-800\/20:hover {
    outline-color: rgb(146 64 14 / 0.2);
  }

  .hover\:outline-amber-800\/25:hover {
    outline-color: rgb(146 64 14 / 0.25);
  }

  .hover\:outline-amber-800\/30:hover {
    outline-color: rgb(146 64 14 / 0.3);
  }

  .hover\:outline-amber-800\/35:hover {
    outline-color: rgb(146 64 14 / 0.35);
  }

  .hover\:outline-amber-800\/40:hover {
    outline-color: rgb(146 64 14 / 0.4);
  }

  .hover\:outline-amber-800\/45:hover {
    outline-color: rgb(146 64 14 / 0.45);
  }

  .hover\:outline-amber-800\/5:hover {
    outline-color: rgb(146 64 14 / 0.05);
  }

  .hover\:outline-amber-800\/50:hover {
    outline-color: rgb(146 64 14 / 0.5);
  }

  .hover\:outline-amber-800\/55:hover {
    outline-color: rgb(146 64 14 / 0.55);
  }

  .hover\:outline-amber-800\/60:hover {
    outline-color: rgb(146 64 14 / 0.6);
  }

  .hover\:outline-amber-800\/65:hover {
    outline-color: rgb(146 64 14 / 0.65);
  }

  .hover\:outline-amber-800\/70:hover {
    outline-color: rgb(146 64 14 / 0.7);
  }

  .hover\:outline-amber-800\/75:hover {
    outline-color: rgb(146 64 14 / 0.75);
  }

  .hover\:outline-amber-800\/80:hover {
    outline-color: rgb(146 64 14 / 0.8);
  }

  .hover\:outline-amber-800\/85:hover {
    outline-color: rgb(146 64 14 / 0.85);
  }

  .hover\:outline-amber-800\/90:hover {
    outline-color: rgb(146 64 14 / 0.9);
  }

  .hover\:outline-amber-800\/95:hover {
    outline-color: rgb(146 64 14 / 0.95);
  }

  .hover\:outline-amber-900:hover {
    outline-color: #78350f;
  }

  .hover\:outline-amber-900\/0:hover {
    outline-color: rgb(120 53 15 / 0);
  }

  .hover\:outline-amber-900\/10:hover {
    outline-color: rgb(120 53 15 / 0.1);
  }

  .hover\:outline-amber-900\/100:hover {
    outline-color: rgb(120 53 15 / 1);
  }

  .hover\:outline-amber-900\/15:hover {
    outline-color: rgb(120 53 15 / 0.15);
  }

  .hover\:outline-amber-900\/20:hover {
    outline-color: rgb(120 53 15 / 0.2);
  }

  .hover\:outline-amber-900\/25:hover {
    outline-color: rgb(120 53 15 / 0.25);
  }

  .hover\:outline-amber-900\/30:hover {
    outline-color: rgb(120 53 15 / 0.3);
  }

  .hover\:outline-amber-900\/35:hover {
    outline-color: rgb(120 53 15 / 0.35);
  }

  .hover\:outline-amber-900\/40:hover {
    outline-color: rgb(120 53 15 / 0.4);
  }

  .hover\:outline-amber-900\/45:hover {
    outline-color: rgb(120 53 15 / 0.45);
  }

  .hover\:outline-amber-900\/5:hover {
    outline-color: rgb(120 53 15 / 0.05);
  }

  .hover\:outline-amber-900\/50:hover {
    outline-color: rgb(120 53 15 / 0.5);
  }

  .hover\:outline-amber-900\/55:hover {
    outline-color: rgb(120 53 15 / 0.55);
  }

  .hover\:outline-amber-900\/60:hover {
    outline-color: rgb(120 53 15 / 0.6);
  }

  .hover\:outline-amber-900\/65:hover {
    outline-color: rgb(120 53 15 / 0.65);
  }

  .hover\:outline-amber-900\/70:hover {
    outline-color: rgb(120 53 15 / 0.7);
  }

  .hover\:outline-amber-900\/75:hover {
    outline-color: rgb(120 53 15 / 0.75);
  }

  .hover\:outline-amber-900\/80:hover {
    outline-color: rgb(120 53 15 / 0.8);
  }

  .hover\:outline-amber-900\/85:hover {
    outline-color: rgb(120 53 15 / 0.85);
  }

  .hover\:outline-amber-900\/90:hover {
    outline-color: rgb(120 53 15 / 0.9);
  }

  .hover\:outline-amber-900\/95:hover {
    outline-color: rgb(120 53 15 / 0.95);
  }

  .hover\:outline-amber-950:hover {
    outline-color: #451a03;
  }

  .hover\:outline-amber-950\/0:hover {
    outline-color: rgb(69 26 3 / 0);
  }

  .hover\:outline-amber-950\/10:hover {
    outline-color: rgb(69 26 3 / 0.1);
  }

  .hover\:outline-amber-950\/100:hover {
    outline-color: rgb(69 26 3 / 1);
  }

  .hover\:outline-amber-950\/15:hover {
    outline-color: rgb(69 26 3 / 0.15);
  }

  .hover\:outline-amber-950\/20:hover {
    outline-color: rgb(69 26 3 / 0.2);
  }

  .hover\:outline-amber-950\/25:hover {
    outline-color: rgb(69 26 3 / 0.25);
  }

  .hover\:outline-amber-950\/30:hover {
    outline-color: rgb(69 26 3 / 0.3);
  }

  .hover\:outline-amber-950\/35:hover {
    outline-color: rgb(69 26 3 / 0.35);
  }

  .hover\:outline-amber-950\/40:hover {
    outline-color: rgb(69 26 3 / 0.4);
  }

  .hover\:outline-amber-950\/45:hover {
    outline-color: rgb(69 26 3 / 0.45);
  }

  .hover\:outline-amber-950\/5:hover {
    outline-color: rgb(69 26 3 / 0.05);
  }

  .hover\:outline-amber-950\/50:hover {
    outline-color: rgb(69 26 3 / 0.5);
  }

  .hover\:outline-amber-950\/55:hover {
    outline-color: rgb(69 26 3 / 0.55);
  }

  .hover\:outline-amber-950\/60:hover {
    outline-color: rgb(69 26 3 / 0.6);
  }

  .hover\:outline-amber-950\/65:hover {
    outline-color: rgb(69 26 3 / 0.65);
  }

  .hover\:outline-amber-950\/70:hover {
    outline-color: rgb(69 26 3 / 0.7);
  }

  .hover\:outline-amber-950\/75:hover {
    outline-color: rgb(69 26 3 / 0.75);
  }

  .hover\:outline-amber-950\/80:hover {
    outline-color: rgb(69 26 3 / 0.8);
  }

  .hover\:outline-amber-950\/85:hover {
    outline-color: rgb(69 26 3 / 0.85);
  }

  .hover\:outline-amber-950\/90:hover {
    outline-color: rgb(69 26 3 / 0.9);
  }

  .hover\:outline-amber-950\/95:hover {
    outline-color: rgb(69 26 3 / 0.95);
  }

  .hover\:outline-black:hover {
    outline-color: #000;
  }

  .hover\:outline-black\/0:hover {
    outline-color: rgb(0 0 0 / 0);
  }

  .hover\:outline-black\/10:hover {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .hover\:outline-black\/100:hover {
    outline-color: rgb(0 0 0 / 1);
  }

  .hover\:outline-black\/15:hover {
    outline-color: rgb(0 0 0 / 0.15);
  }

  .hover\:outline-black\/20:hover {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .hover\:outline-black\/25:hover {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .hover\:outline-black\/30:hover {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .hover\:outline-black\/35:hover {
    outline-color: rgb(0 0 0 / 0.35);
  }

  .hover\:outline-black\/40:hover {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .hover\:outline-black\/45:hover {
    outline-color: rgb(0 0 0 / 0.45);
  }

  .hover\:outline-black\/5:hover {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .hover\:outline-black\/50:hover {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .hover\:outline-black\/55:hover {
    outline-color: rgb(0 0 0 / 0.55);
  }

  .hover\:outline-black\/60:hover {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .hover\:outline-black\/65:hover {
    outline-color: rgb(0 0 0 / 0.65);
  }

  .hover\:outline-black\/70:hover {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .hover\:outline-black\/75:hover {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .hover\:outline-black\/80:hover {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .hover\:outline-black\/85:hover {
    outline-color: rgb(0 0 0 / 0.85);
  }

  .hover\:outline-black\/90:hover {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .hover\:outline-black\/95:hover {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .hover\:outline-blue-100:hover {
    outline-color: #dbeafe;
  }

  .hover\:outline-blue-100\/0:hover {
    outline-color: rgb(219 234 254 / 0);
  }

  .hover\:outline-blue-100\/10:hover {
    outline-color: rgb(219 234 254 / 0.1);
  }

  .hover\:outline-blue-100\/100:hover {
    outline-color: rgb(219 234 254 / 1);
  }

  .hover\:outline-blue-100\/15:hover {
    outline-color: rgb(219 234 254 / 0.15);
  }

  .hover\:outline-blue-100\/20:hover {
    outline-color: rgb(219 234 254 / 0.2);
  }

  .hover\:outline-blue-100\/25:hover {
    outline-color: rgb(219 234 254 / 0.25);
  }

  .hover\:outline-blue-100\/30:hover {
    outline-color: rgb(219 234 254 / 0.3);
  }

  .hover\:outline-blue-100\/35:hover {
    outline-color: rgb(219 234 254 / 0.35);
  }

  .hover\:outline-blue-100\/40:hover {
    outline-color: rgb(219 234 254 / 0.4);
  }

  .hover\:outline-blue-100\/45:hover {
    outline-color: rgb(219 234 254 / 0.45);
  }

  .hover\:outline-blue-100\/5:hover {
    outline-color: rgb(219 234 254 / 0.05);
  }

  .hover\:outline-blue-100\/50:hover {
    outline-color: rgb(219 234 254 / 0.5);
  }

  .hover\:outline-blue-100\/55:hover {
    outline-color: rgb(219 234 254 / 0.55);
  }

  .hover\:outline-blue-100\/60:hover {
    outline-color: rgb(219 234 254 / 0.6);
  }

  .hover\:outline-blue-100\/65:hover {
    outline-color: rgb(219 234 254 / 0.65);
  }

  .hover\:outline-blue-100\/70:hover {
    outline-color: rgb(219 234 254 / 0.7);
  }

  .hover\:outline-blue-100\/75:hover {
    outline-color: rgb(219 234 254 / 0.75);
  }

  .hover\:outline-blue-100\/80:hover {
    outline-color: rgb(219 234 254 / 0.8);
  }

  .hover\:outline-blue-100\/85:hover {
    outline-color: rgb(219 234 254 / 0.85);
  }

  .hover\:outline-blue-100\/90:hover {
    outline-color: rgb(219 234 254 / 0.9);
  }

  .hover\:outline-blue-100\/95:hover {
    outline-color: rgb(219 234 254 / 0.95);
  }

  .hover\:outline-blue-200:hover {
    outline-color: #bfdbfe;
  }

  .hover\:outline-blue-200\/0:hover {
    outline-color: rgb(191 219 254 / 0);
  }

  .hover\:outline-blue-200\/10:hover {
    outline-color: rgb(191 219 254 / 0.1);
  }

  .hover\:outline-blue-200\/100:hover {
    outline-color: rgb(191 219 254 / 1);
  }

  .hover\:outline-blue-200\/15:hover {
    outline-color: rgb(191 219 254 / 0.15);
  }

  .hover\:outline-blue-200\/20:hover {
    outline-color: rgb(191 219 254 / 0.2);
  }

  .hover\:outline-blue-200\/25:hover {
    outline-color: rgb(191 219 254 / 0.25);
  }

  .hover\:outline-blue-200\/30:hover {
    outline-color: rgb(191 219 254 / 0.3);
  }

  .hover\:outline-blue-200\/35:hover {
    outline-color: rgb(191 219 254 / 0.35);
  }

  .hover\:outline-blue-200\/40:hover {
    outline-color: rgb(191 219 254 / 0.4);
  }

  .hover\:outline-blue-200\/45:hover {
    outline-color: rgb(191 219 254 / 0.45);
  }

  .hover\:outline-blue-200\/5:hover {
    outline-color: rgb(191 219 254 / 0.05);
  }

  .hover\:outline-blue-200\/50:hover {
    outline-color: rgb(191 219 254 / 0.5);
  }

  .hover\:outline-blue-200\/55:hover {
    outline-color: rgb(191 219 254 / 0.55);
  }

  .hover\:outline-blue-200\/60:hover {
    outline-color: rgb(191 219 254 / 0.6);
  }

  .hover\:outline-blue-200\/65:hover {
    outline-color: rgb(191 219 254 / 0.65);
  }

  .hover\:outline-blue-200\/70:hover {
    outline-color: rgb(191 219 254 / 0.7);
  }

  .hover\:outline-blue-200\/75:hover {
    outline-color: rgb(191 219 254 / 0.75);
  }

  .hover\:outline-blue-200\/80:hover {
    outline-color: rgb(191 219 254 / 0.8);
  }

  .hover\:outline-blue-200\/85:hover {
    outline-color: rgb(191 219 254 / 0.85);
  }

  .hover\:outline-blue-200\/90:hover {
    outline-color: rgb(191 219 254 / 0.9);
  }

  .hover\:outline-blue-200\/95:hover {
    outline-color: rgb(191 219 254 / 0.95);
  }

  .hover\:outline-blue-300:hover {
    outline-color: #93c5fd;
  }

  .hover\:outline-blue-300\/0:hover {
    outline-color: rgb(147 197 253 / 0);
  }

  .hover\:outline-blue-300\/10:hover {
    outline-color: rgb(147 197 253 / 0.1);
  }

  .hover\:outline-blue-300\/100:hover {
    outline-color: rgb(147 197 253 / 1);
  }

  .hover\:outline-blue-300\/15:hover {
    outline-color: rgb(147 197 253 / 0.15);
  }

  .hover\:outline-blue-300\/20:hover {
    outline-color: rgb(147 197 253 / 0.2);
  }

  .hover\:outline-blue-300\/25:hover {
    outline-color: rgb(147 197 253 / 0.25);
  }

  .hover\:outline-blue-300\/30:hover {
    outline-color: rgb(147 197 253 / 0.3);
  }

  .hover\:outline-blue-300\/35:hover {
    outline-color: rgb(147 197 253 / 0.35);
  }

  .hover\:outline-blue-300\/40:hover {
    outline-color: rgb(147 197 253 / 0.4);
  }

  .hover\:outline-blue-300\/45:hover {
    outline-color: rgb(147 197 253 / 0.45);
  }

  .hover\:outline-blue-300\/5:hover {
    outline-color: rgb(147 197 253 / 0.05);
  }

  .hover\:outline-blue-300\/50:hover {
    outline-color: rgb(147 197 253 / 0.5);
  }

  .hover\:outline-blue-300\/55:hover {
    outline-color: rgb(147 197 253 / 0.55);
  }

  .hover\:outline-blue-300\/60:hover {
    outline-color: rgb(147 197 253 / 0.6);
  }

  .hover\:outline-blue-300\/65:hover {
    outline-color: rgb(147 197 253 / 0.65);
  }

  .hover\:outline-blue-300\/70:hover {
    outline-color: rgb(147 197 253 / 0.7);
  }

  .hover\:outline-blue-300\/75:hover {
    outline-color: rgb(147 197 253 / 0.75);
  }

  .hover\:outline-blue-300\/80:hover {
    outline-color: rgb(147 197 253 / 0.8);
  }

  .hover\:outline-blue-300\/85:hover {
    outline-color: rgb(147 197 253 / 0.85);
  }

  .hover\:outline-blue-300\/90:hover {
    outline-color: rgb(147 197 253 / 0.9);
  }

  .hover\:outline-blue-300\/95:hover {
    outline-color: rgb(147 197 253 / 0.95);
  }

  .hover\:outline-blue-400:hover {
    outline-color: #60a5fa;
  }

  .hover\:outline-blue-400\/0:hover {
    outline-color: rgb(96 165 250 / 0);
  }

  .hover\:outline-blue-400\/10:hover {
    outline-color: rgb(96 165 250 / 0.1);
  }

  .hover\:outline-blue-400\/100:hover {
    outline-color: rgb(96 165 250 / 1);
  }

  .hover\:outline-blue-400\/15:hover {
    outline-color: rgb(96 165 250 / 0.15);
  }

  .hover\:outline-blue-400\/20:hover {
    outline-color: rgb(96 165 250 / 0.2);
  }

  .hover\:outline-blue-400\/25:hover {
    outline-color: rgb(96 165 250 / 0.25);
  }

  .hover\:outline-blue-400\/30:hover {
    outline-color: rgb(96 165 250 / 0.3);
  }

  .hover\:outline-blue-400\/35:hover {
    outline-color: rgb(96 165 250 / 0.35);
  }

  .hover\:outline-blue-400\/40:hover {
    outline-color: rgb(96 165 250 / 0.4);
  }

  .hover\:outline-blue-400\/45:hover {
    outline-color: rgb(96 165 250 / 0.45);
  }

  .hover\:outline-blue-400\/5:hover {
    outline-color: rgb(96 165 250 / 0.05);
  }

  .hover\:outline-blue-400\/50:hover {
    outline-color: rgb(96 165 250 / 0.5);
  }

  .hover\:outline-blue-400\/55:hover {
    outline-color: rgb(96 165 250 / 0.55);
  }

  .hover\:outline-blue-400\/60:hover {
    outline-color: rgb(96 165 250 / 0.6);
  }

  .hover\:outline-blue-400\/65:hover {
    outline-color: rgb(96 165 250 / 0.65);
  }

  .hover\:outline-blue-400\/70:hover {
    outline-color: rgb(96 165 250 / 0.7);
  }

  .hover\:outline-blue-400\/75:hover {
    outline-color: rgb(96 165 250 / 0.75);
  }

  .hover\:outline-blue-400\/80:hover {
    outline-color: rgb(96 165 250 / 0.8);
  }

  .hover\:outline-blue-400\/85:hover {
    outline-color: rgb(96 165 250 / 0.85);
  }

  .hover\:outline-blue-400\/90:hover {
    outline-color: rgb(96 165 250 / 0.9);
  }

  .hover\:outline-blue-400\/95:hover {
    outline-color: rgb(96 165 250 / 0.95);
  }

  .hover\:outline-blue-50:hover {
    outline-color: #eff6ff;
  }

  .hover\:outline-blue-50\/0:hover {
    outline-color: rgb(239 246 255 / 0);
  }

  .hover\:outline-blue-50\/10:hover {
    outline-color: rgb(239 246 255 / 0.1);
  }

  .hover\:outline-blue-50\/100:hover {
    outline-color: rgb(239 246 255 / 1);
  }

  .hover\:outline-blue-50\/15:hover {
    outline-color: rgb(239 246 255 / 0.15);
  }

  .hover\:outline-blue-50\/20:hover {
    outline-color: rgb(239 246 255 / 0.2);
  }

  .hover\:outline-blue-50\/25:hover {
    outline-color: rgb(239 246 255 / 0.25);
  }

  .hover\:outline-blue-50\/30:hover {
    outline-color: rgb(239 246 255 / 0.3);
  }

  .hover\:outline-blue-50\/35:hover {
    outline-color: rgb(239 246 255 / 0.35);
  }

  .hover\:outline-blue-50\/40:hover {
    outline-color: rgb(239 246 255 / 0.4);
  }

  .hover\:outline-blue-50\/45:hover {
    outline-color: rgb(239 246 255 / 0.45);
  }

  .hover\:outline-blue-50\/5:hover {
    outline-color: rgb(239 246 255 / 0.05);
  }

  .hover\:outline-blue-50\/50:hover {
    outline-color: rgb(239 246 255 / 0.5);
  }

  .hover\:outline-blue-50\/55:hover {
    outline-color: rgb(239 246 255 / 0.55);
  }

  .hover\:outline-blue-50\/60:hover {
    outline-color: rgb(239 246 255 / 0.6);
  }

  .hover\:outline-blue-50\/65:hover {
    outline-color: rgb(239 246 255 / 0.65);
  }

  .hover\:outline-blue-50\/70:hover {
    outline-color: rgb(239 246 255 / 0.7);
  }

  .hover\:outline-blue-50\/75:hover {
    outline-color: rgb(239 246 255 / 0.75);
  }

  .hover\:outline-blue-50\/80:hover {
    outline-color: rgb(239 246 255 / 0.8);
  }

  .hover\:outline-blue-50\/85:hover {
    outline-color: rgb(239 246 255 / 0.85);
  }

  .hover\:outline-blue-50\/90:hover {
    outline-color: rgb(239 246 255 / 0.9);
  }

  .hover\:outline-blue-50\/95:hover {
    outline-color: rgb(239 246 255 / 0.95);
  }

  .hover\:outline-blue-500:hover {
    outline-color: #3b82f6;
  }

  .hover\:outline-blue-500\/0:hover {
    outline-color: rgb(59 130 246 / 0);
  }

  .hover\:outline-blue-500\/10:hover {
    outline-color: rgb(59 130 246 / 0.1);
  }

  .hover\:outline-blue-500\/100:hover {
    outline-color: rgb(59 130 246 / 1);
  }

  .hover\:outline-blue-500\/15:hover {
    outline-color: rgb(59 130 246 / 0.15);
  }

  .hover\:outline-blue-500\/20:hover {
    outline-color: rgb(59 130 246 / 0.2);
  }

  .hover\:outline-blue-500\/25:hover {
    outline-color: rgb(59 130 246 / 0.25);
  }

  .hover\:outline-blue-500\/30:hover {
    outline-color: rgb(59 130 246 / 0.3);
  }

  .hover\:outline-blue-500\/35:hover {
    outline-color: rgb(59 130 246 / 0.35);
  }

  .hover\:outline-blue-500\/40:hover {
    outline-color: rgb(59 130 246 / 0.4);
  }

  .hover\:outline-blue-500\/45:hover {
    outline-color: rgb(59 130 246 / 0.45);
  }

  .hover\:outline-blue-500\/5:hover {
    outline-color: rgb(59 130 246 / 0.05);
  }

  .hover\:outline-blue-500\/50:hover {
    outline-color: rgb(59 130 246 / 0.5);
  }

  .hover\:outline-blue-500\/55:hover {
    outline-color: rgb(59 130 246 / 0.55);
  }

  .hover\:outline-blue-500\/60:hover {
    outline-color: rgb(59 130 246 / 0.6);
  }

  .hover\:outline-blue-500\/65:hover {
    outline-color: rgb(59 130 246 / 0.65);
  }

  .hover\:outline-blue-500\/70:hover {
    outline-color: rgb(59 130 246 / 0.7);
  }

  .hover\:outline-blue-500\/75:hover {
    outline-color: rgb(59 130 246 / 0.75);
  }

  .hover\:outline-blue-500\/80:hover {
    outline-color: rgb(59 130 246 / 0.8);
  }

  .hover\:outline-blue-500\/85:hover {
    outline-color: rgb(59 130 246 / 0.85);
  }

  .hover\:outline-blue-500\/90:hover {
    outline-color: rgb(59 130 246 / 0.9);
  }

  .hover\:outline-blue-500\/95:hover {
    outline-color: rgb(59 130 246 / 0.95);
  }

  .hover\:outline-blue-600:hover {
    outline-color: #2563eb;
  }

  .hover\:outline-blue-600\/0:hover {
    outline-color: rgb(37 99 235 / 0);
  }

  .hover\:outline-blue-600\/10:hover {
    outline-color: rgb(37 99 235 / 0.1);
  }

  .hover\:outline-blue-600\/100:hover {
    outline-color: rgb(37 99 235 / 1);
  }

  .hover\:outline-blue-600\/15:hover {
    outline-color: rgb(37 99 235 / 0.15);
  }

  .hover\:outline-blue-600\/20:hover {
    outline-color: rgb(37 99 235 / 0.2);
  }

  .hover\:outline-blue-600\/25:hover {
    outline-color: rgb(37 99 235 / 0.25);
  }

  .hover\:outline-blue-600\/30:hover {
    outline-color: rgb(37 99 235 / 0.3);
  }

  .hover\:outline-blue-600\/35:hover {
    outline-color: rgb(37 99 235 / 0.35);
  }

  .hover\:outline-blue-600\/40:hover {
    outline-color: rgb(37 99 235 / 0.4);
  }

  .hover\:outline-blue-600\/45:hover {
    outline-color: rgb(37 99 235 / 0.45);
  }

  .hover\:outline-blue-600\/5:hover {
    outline-color: rgb(37 99 235 / 0.05);
  }

  .hover\:outline-blue-600\/50:hover {
    outline-color: rgb(37 99 235 / 0.5);
  }

  .hover\:outline-blue-600\/55:hover {
    outline-color: rgb(37 99 235 / 0.55);
  }

  .hover\:outline-blue-600\/60:hover {
    outline-color: rgb(37 99 235 / 0.6);
  }

  .hover\:outline-blue-600\/65:hover {
    outline-color: rgb(37 99 235 / 0.65);
  }

  .hover\:outline-blue-600\/70:hover {
    outline-color: rgb(37 99 235 / 0.7);
  }

  .hover\:outline-blue-600\/75:hover {
    outline-color: rgb(37 99 235 / 0.75);
  }

  .hover\:outline-blue-600\/80:hover {
    outline-color: rgb(37 99 235 / 0.8);
  }

  .hover\:outline-blue-600\/85:hover {
    outline-color: rgb(37 99 235 / 0.85);
  }

  .hover\:outline-blue-600\/90:hover {
    outline-color: rgb(37 99 235 / 0.9);
  }

  .hover\:outline-blue-600\/95:hover {
    outline-color: rgb(37 99 235 / 0.95);
  }

  .hover\:outline-blue-700:hover {
    outline-color: #1d4ed8;
  }

  .hover\:outline-blue-700\/0:hover {
    outline-color: rgb(29 78 216 / 0);
  }

  .hover\:outline-blue-700\/10:hover {
    outline-color: rgb(29 78 216 / 0.1);
  }

  .hover\:outline-blue-700\/100:hover {
    outline-color: rgb(29 78 216 / 1);
  }

  .hover\:outline-blue-700\/15:hover {
    outline-color: rgb(29 78 216 / 0.15);
  }

  .hover\:outline-blue-700\/20:hover {
    outline-color: rgb(29 78 216 / 0.2);
  }

  .hover\:outline-blue-700\/25:hover {
    outline-color: rgb(29 78 216 / 0.25);
  }

  .hover\:outline-blue-700\/30:hover {
    outline-color: rgb(29 78 216 / 0.3);
  }

  .hover\:outline-blue-700\/35:hover {
    outline-color: rgb(29 78 216 / 0.35);
  }

  .hover\:outline-blue-700\/40:hover {
    outline-color: rgb(29 78 216 / 0.4);
  }

  .hover\:outline-blue-700\/45:hover {
    outline-color: rgb(29 78 216 / 0.45);
  }

  .hover\:outline-blue-700\/5:hover {
    outline-color: rgb(29 78 216 / 0.05);
  }

  .hover\:outline-blue-700\/50:hover {
    outline-color: rgb(29 78 216 / 0.5);
  }

  .hover\:outline-blue-700\/55:hover {
    outline-color: rgb(29 78 216 / 0.55);
  }

  .hover\:outline-blue-700\/60:hover {
    outline-color: rgb(29 78 216 / 0.6);
  }

  .hover\:outline-blue-700\/65:hover {
    outline-color: rgb(29 78 216 / 0.65);
  }

  .hover\:outline-blue-700\/70:hover {
    outline-color: rgb(29 78 216 / 0.7);
  }

  .hover\:outline-blue-700\/75:hover {
    outline-color: rgb(29 78 216 / 0.75);
  }

  .hover\:outline-blue-700\/80:hover {
    outline-color: rgb(29 78 216 / 0.8);
  }

  .hover\:outline-blue-700\/85:hover {
    outline-color: rgb(29 78 216 / 0.85);
  }

  .hover\:outline-blue-700\/90:hover {
    outline-color: rgb(29 78 216 / 0.9);
  }

  .hover\:outline-blue-700\/95:hover {
    outline-color: rgb(29 78 216 / 0.95);
  }

  .hover\:outline-blue-800:hover {
    outline-color: #1e40af;
  }

  .hover\:outline-blue-800\/0:hover {
    outline-color: rgb(30 64 175 / 0);
  }

  .hover\:outline-blue-800\/10:hover {
    outline-color: rgb(30 64 175 / 0.1);
  }

  .hover\:outline-blue-800\/100:hover {
    outline-color: rgb(30 64 175 / 1);
  }

  .hover\:outline-blue-800\/15:hover {
    outline-color: rgb(30 64 175 / 0.15);
  }

  .hover\:outline-blue-800\/20:hover {
    outline-color: rgb(30 64 175 / 0.2);
  }

  .hover\:outline-blue-800\/25:hover {
    outline-color: rgb(30 64 175 / 0.25);
  }

  .hover\:outline-blue-800\/30:hover {
    outline-color: rgb(30 64 175 / 0.3);
  }

  .hover\:outline-blue-800\/35:hover {
    outline-color: rgb(30 64 175 / 0.35);
  }

  .hover\:outline-blue-800\/40:hover {
    outline-color: rgb(30 64 175 / 0.4);
  }

  .hover\:outline-blue-800\/45:hover {
    outline-color: rgb(30 64 175 / 0.45);
  }

  .hover\:outline-blue-800\/5:hover {
    outline-color: rgb(30 64 175 / 0.05);
  }

  .hover\:outline-blue-800\/50:hover {
    outline-color: rgb(30 64 175 / 0.5);
  }

  .hover\:outline-blue-800\/55:hover {
    outline-color: rgb(30 64 175 / 0.55);
  }

  .hover\:outline-blue-800\/60:hover {
    outline-color: rgb(30 64 175 / 0.6);
  }

  .hover\:outline-blue-800\/65:hover {
    outline-color: rgb(30 64 175 / 0.65);
  }

  .hover\:outline-blue-800\/70:hover {
    outline-color: rgb(30 64 175 / 0.7);
  }

  .hover\:outline-blue-800\/75:hover {
    outline-color: rgb(30 64 175 / 0.75);
  }

  .hover\:outline-blue-800\/80:hover {
    outline-color: rgb(30 64 175 / 0.8);
  }

  .hover\:outline-blue-800\/85:hover {
    outline-color: rgb(30 64 175 / 0.85);
  }

  .hover\:outline-blue-800\/90:hover {
    outline-color: rgb(30 64 175 / 0.9);
  }

  .hover\:outline-blue-800\/95:hover {
    outline-color: rgb(30 64 175 / 0.95);
  }

  .hover\:outline-blue-900:hover {
    outline-color: #1e3a8a;
  }

  .hover\:outline-blue-900\/0:hover {
    outline-color: rgb(30 58 138 / 0);
  }

  .hover\:outline-blue-900\/10:hover {
    outline-color: rgb(30 58 138 / 0.1);
  }

  .hover\:outline-blue-900\/100:hover {
    outline-color: rgb(30 58 138 / 1);
  }

  .hover\:outline-blue-900\/15:hover {
    outline-color: rgb(30 58 138 / 0.15);
  }

  .hover\:outline-blue-900\/20:hover {
    outline-color: rgb(30 58 138 / 0.2);
  }

  .hover\:outline-blue-900\/25:hover {
    outline-color: rgb(30 58 138 / 0.25);
  }

  .hover\:outline-blue-900\/30:hover {
    outline-color: rgb(30 58 138 / 0.3);
  }

  .hover\:outline-blue-900\/35:hover {
    outline-color: rgb(30 58 138 / 0.35);
  }

  .hover\:outline-blue-900\/40:hover {
    outline-color: rgb(30 58 138 / 0.4);
  }

  .hover\:outline-blue-900\/45:hover {
    outline-color: rgb(30 58 138 / 0.45);
  }

  .hover\:outline-blue-900\/5:hover {
    outline-color: rgb(30 58 138 / 0.05);
  }

  .hover\:outline-blue-900\/50:hover {
    outline-color: rgb(30 58 138 / 0.5);
  }

  .hover\:outline-blue-900\/55:hover {
    outline-color: rgb(30 58 138 / 0.55);
  }

  .hover\:outline-blue-900\/60:hover {
    outline-color: rgb(30 58 138 / 0.6);
  }

  .hover\:outline-blue-900\/65:hover {
    outline-color: rgb(30 58 138 / 0.65);
  }

  .hover\:outline-blue-900\/70:hover {
    outline-color: rgb(30 58 138 / 0.7);
  }

  .hover\:outline-blue-900\/75:hover {
    outline-color: rgb(30 58 138 / 0.75);
  }

  .hover\:outline-blue-900\/80:hover {
    outline-color: rgb(30 58 138 / 0.8);
  }

  .hover\:outline-blue-900\/85:hover {
    outline-color: rgb(30 58 138 / 0.85);
  }

  .hover\:outline-blue-900\/90:hover {
    outline-color: rgb(30 58 138 / 0.9);
  }

  .hover\:outline-blue-900\/95:hover {
    outline-color: rgb(30 58 138 / 0.95);
  }

  .hover\:outline-blue-950:hover {
    outline-color: #172554;
  }

  .hover\:outline-blue-950\/0:hover {
    outline-color: rgb(23 37 84 / 0);
  }

  .hover\:outline-blue-950\/10:hover {
    outline-color: rgb(23 37 84 / 0.1);
  }

  .hover\:outline-blue-950\/100:hover {
    outline-color: rgb(23 37 84 / 1);
  }

  .hover\:outline-blue-950\/15:hover {
    outline-color: rgb(23 37 84 / 0.15);
  }

  .hover\:outline-blue-950\/20:hover {
    outline-color: rgb(23 37 84 / 0.2);
  }

  .hover\:outline-blue-950\/25:hover {
    outline-color: rgb(23 37 84 / 0.25);
  }

  .hover\:outline-blue-950\/30:hover {
    outline-color: rgb(23 37 84 / 0.3);
  }

  .hover\:outline-blue-950\/35:hover {
    outline-color: rgb(23 37 84 / 0.35);
  }

  .hover\:outline-blue-950\/40:hover {
    outline-color: rgb(23 37 84 / 0.4);
  }

  .hover\:outline-blue-950\/45:hover {
    outline-color: rgb(23 37 84 / 0.45);
  }

  .hover\:outline-blue-950\/5:hover {
    outline-color: rgb(23 37 84 / 0.05);
  }

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

  .hover\:outline-blue-950\/55:hover {
    outline-color: rgb(23 37 84 / 0.55);
  }

  .hover\:outline-blue-950\/60:hover {
    outline-color: rgb(23 37 84 / 0.6);
  }

  .hover\:outline-blue-950\/65:hover {
    outline-color: rgb(23 37 84 / 0.65);
  }

  .hover\:outline-blue-950\/70:hover {
    outline-color: rgb(23 37 84 / 0.7);
  }

  .hover\:outline-blue-950\/75:hover {
    outline-color: rgb(23 37 84 / 0.75);
  }

  .hover\:outline-blue-950\/80:hover {
    outline-color: rgb(23 37 84 / 0.8);
  }

  .hover\:outline-blue-950\/85:hover {
    outline-color: rgb(23 37 84 / 0.85);
  }

  .hover\:outline-blue-950\/90:hover {
    outline-color: rgb(23 37 84 / 0.9);
  }

  .hover\:outline-blue-950\/95:hover {
    outline-color: rgb(23 37 84 / 0.95);
  }

  .hover\:outline-current:hover {
    outline-color: currentColor;
  }

  .hover\:outline-cyan-100:hover {
    outline-color: #cffafe;
  }

  .hover\:outline-cyan-100\/0:hover {
    outline-color: rgb(207 250 254 / 0);
  }

  .hover\:outline-cyan-100\/10:hover {
    outline-color: rgb(207 250 254 / 0.1);
  }

  .hover\:outline-cyan-100\/100:hover {
    outline-color: rgb(207 250 254 / 1);
  }

  .hover\:outline-cyan-100\/15:hover {
    outline-color: rgb(207 250 254 / 0.15);
  }

  .hover\:outline-cyan-100\/20:hover {
    outline-color: rgb(207 250 254 / 0.2);
  }

  .hover\:outline-cyan-100\/25:hover {
    outline-color: rgb(207 250 254 / 0.25);
  }

  .hover\:outline-cyan-100\/30:hover {
    outline-color: rgb(207 250 254 / 0.3);
  }

  .hover\:outline-cyan-100\/35:hover {
    outline-color: rgb(207 250 254 / 0.35);
  }

  .hover\:outline-cyan-100\/40:hover {
    outline-color: rgb(207 250 254 / 0.4);
  }

  .hover\:outline-cyan-100\/45:hover {
    outline-color: rgb(207 250 254 / 0.45);
  }

  .hover\:outline-cyan-100\/5:hover {
    outline-color: rgb(207 250 254 / 0.05);
  }

  .hover\:outline-cyan-100\/50:hover {
    outline-color: rgb(207 250 254 / 0.5);
  }

  .hover\:outline-cyan-100\/55:hover {
    outline-color: rgb(207 250 254 / 0.55);
  }

  .hover\:outline-cyan-100\/60:hover {
    outline-color: rgb(207 250 254 / 0.6);
  }

  .hover\:outline-cyan-100\/65:hover {
    outline-color: rgb(207 250 254 / 0.65);
  }

  .hover\:outline-cyan-100\/70:hover {
    outline-color: rgb(207 250 254 / 0.7);
  }

  .hover\:outline-cyan-100\/75:hover {
    outline-color: rgb(207 250 254 / 0.75);
  }

  .hover\:outline-cyan-100\/80:hover {
    outline-color: rgb(207 250 254 / 0.8);
  }

  .hover\:outline-cyan-100\/85:hover {
    outline-color: rgb(207 250 254 / 0.85);
  }

  .hover\:outline-cyan-100\/90:hover {
    outline-color: rgb(207 250 254 / 0.9);
  }

  .hover\:outline-cyan-100\/95:hover {
    outline-color: rgb(207 250 254 / 0.95);
  }

  .hover\:outline-cyan-200:hover {
    outline-color: #a5f3fc;
  }

  .hover\:outline-cyan-200\/0:hover {
    outline-color: rgb(165 243 252 / 0);
  }

  .hover\:outline-cyan-200\/10:hover {
    outline-color: rgb(165 243 252 / 0.1);
  }

  .hover\:outline-cyan-200\/100:hover {
    outline-color: rgb(165 243 252 / 1);
  }

  .hover\:outline-cyan-200\/15:hover {
    outline-color: rgb(165 243 252 / 0.15);
  }

  .hover\:outline-cyan-200\/20:hover {
    outline-color: rgb(165 243 252 / 0.2);
  }

  .hover\:outline-cyan-200\/25:hover {
    outline-color: rgb(165 243 252 / 0.25);
  }

  .hover\:outline-cyan-200\/30:hover {
    outline-color: rgb(165 243 252 / 0.3);
  }

  .hover\:outline-cyan-200\/35:hover {
    outline-color: rgb(165 243 252 / 0.35);
  }

  .hover\:outline-cyan-200\/40:hover {
    outline-color: rgb(165 243 252 / 0.4);
  }

  .hover\:outline-cyan-200\/45:hover {
    outline-color: rgb(165 243 252 / 0.45);
  }

  .hover\:outline-cyan-200\/5:hover {
    outline-color: rgb(165 243 252 / 0.05);
  }

  .hover\:outline-cyan-200\/50:hover {
    outline-color: rgb(165 243 252 / 0.5);
  }

  .hover\:outline-cyan-200\/55:hover {
    outline-color: rgb(165 243 252 / 0.55);
  }

  .hover\:outline-cyan-200\/60:hover {
    outline-color: rgb(165 243 252 / 0.6);
  }

  .hover\:outline-cyan-200\/65:hover {
    outline-color: rgb(165 243 252 / 0.65);
  }

  .hover\:outline-cyan-200\/70:hover {
    outline-color: rgb(165 243 252 / 0.7);
  }

  .hover\:outline-cyan-200\/75:hover {
    outline-color: rgb(165 243 252 / 0.75);
  }

  .hover\:outline-cyan-200\/80:hover {
    outline-color: rgb(165 243 252 / 0.8);
  }

  .hover\:outline-cyan-200\/85:hover {
    outline-color: rgb(165 243 252 / 0.85);
  }

  .hover\:outline-cyan-200\/90:hover {
    outline-color: rgb(165 243 252 / 0.9);
  }

  .hover\:outline-cyan-200\/95:hover {
    outline-color: rgb(165 243 252 / 0.95);
  }

  .hover\:outline-cyan-300:hover {
    outline-color: #67e8f9;
  }

  .hover\:outline-cyan-300\/0:hover {
    outline-color: rgb(103 232 249 / 0);
  }

  .hover\:outline-cyan-300\/10:hover {
    outline-color: rgb(103 232 249 / 0.1);
  }

  .hover\:outline-cyan-300\/100:hover {
    outline-color: rgb(103 232 249 / 1);
  }

  .hover\:outline-cyan-300\/15:hover {
    outline-color: rgb(103 232 249 / 0.15);
  }

  .hover\:outline-cyan-300\/20:hover {
    outline-color: rgb(103 232 249 / 0.2);
  }

  .hover\:outline-cyan-300\/25:hover {
    outline-color: rgb(103 232 249 / 0.25);
  }

  .hover\:outline-cyan-300\/30:hover {
    outline-color: rgb(103 232 249 / 0.3);
  }

  .hover\:outline-cyan-300\/35:hover {
    outline-color: rgb(103 232 249 / 0.35);
  }

  .hover\:outline-cyan-300\/40:hover {
    outline-color: rgb(103 232 249 / 0.4);
  }

  .hover\:outline-cyan-300\/45:hover {
    outline-color: rgb(103 232 249 / 0.45);
  }

  .hover\:outline-cyan-300\/5:hover {
    outline-color: rgb(103 232 249 / 0.05);
  }

  .hover\:outline-cyan-300\/50:hover {
    outline-color: rgb(103 232 249 / 0.5);
  }

  .hover\:outline-cyan-300\/55:hover {
    outline-color: rgb(103 232 249 / 0.55);
  }

  .hover\:outline-cyan-300\/60:hover {
    outline-color: rgb(103 232 249 / 0.6);
  }

  .hover\:outline-cyan-300\/65:hover {
    outline-color: rgb(103 232 249 / 0.65);
  }

  .hover\:outline-cyan-300\/70:hover {
    outline-color: rgb(103 232 249 / 0.7);
  }

  .hover\:outline-cyan-300\/75:hover {
    outline-color: rgb(103 232 249 / 0.75);
  }

  .hover\:outline-cyan-300\/80:hover {
    outline-color: rgb(103 232 249 / 0.8);
  }

  .hover\:outline-cyan-300\/85:hover {
    outline-color: rgb(103 232 249 / 0.85);
  }

  .hover\:outline-cyan-300\/90:hover {
    outline-color: rgb(103 232 249 / 0.9);
  }

  .hover\:outline-cyan-300\/95:hover {
    outline-color: rgb(103 232 249 / 0.95);
  }

  .hover\:outline-cyan-400:hover {
    outline-color: #22d3ee;
  }

  .hover\:outline-cyan-400\/0:hover {
    outline-color: rgb(34 211 238 / 0);
  }

  .hover\:outline-cyan-400\/10:hover {
    outline-color: rgb(34 211 238 / 0.1);
  }

  .hover\:outline-cyan-400\/100:hover {
    outline-color: rgb(34 211 238 / 1);
  }

  .hover\:outline-cyan-400\/15:hover {
    outline-color: rgb(34 211 238 / 0.15);
  }

  .hover\:outline-cyan-400\/20:hover {
    outline-color: rgb(34 211 238 / 0.2);
  }

  .hover\:outline-cyan-400\/25:hover {
    outline-color: rgb(34 211 238 / 0.25);
  }

  .hover\:outline-cyan-400\/30:hover {
    outline-color: rgb(34 211 238 / 0.3);
  }

  .hover\:outline-cyan-400\/35:hover {
    outline-color: rgb(34 211 238 / 0.35);
  }

  .hover\:outline-cyan-400\/40:hover {
    outline-color: rgb(34 211 238 / 0.4);
  }

  .hover\:outline-cyan-400\/45:hover {
    outline-color: rgb(34 211 238 / 0.45);
  }

  .hover\:outline-cyan-400\/5:hover {
    outline-color: rgb(34 211 238 / 0.05);
  }

  .hover\:outline-cyan-400\/50:hover {
    outline-color: rgb(34 211 238 / 0.5);
  }

  .hover\:outline-cyan-400\/55:hover {
    outline-color: rgb(34 211 238 / 0.55);
  }

  .hover\:outline-cyan-400\/60:hover {
    outline-color: rgb(34 211 238 / 0.6);
  }

  .hover\:outline-cyan-400\/65:hover {
    outline-color: rgb(34 211 238 / 0.65);
  }

  .hover\:outline-cyan-400\/70:hover {
    outline-color: rgb(34 211 238 / 0.7);
  }

  .hover\:outline-cyan-400\/75:hover {
    outline-color: rgb(34 211 238 / 0.75);
  }

  .hover\:outline-cyan-400\/80:hover {
    outline-color: rgb(34 211 238 / 0.8);
  }

  .hover\:outline-cyan-400\/85:hover {
    outline-color: rgb(34 211 238 / 0.85);
  }

  .hover\:outline-cyan-400\/90:hover {
    outline-color: rgb(34 211 238 / 0.9);
  }

  .hover\:outline-cyan-400\/95:hover {
    outline-color: rgb(34 211 238 / 0.95);
  }

  .hover\:outline-cyan-50:hover {
    outline-color: #ecfeff;
  }

  .hover\:outline-cyan-50\/0:hover {
    outline-color: rgb(236 254 255 / 0);
  }

  .hover\:outline-cyan-50\/10:hover {
    outline-color: rgb(236 254 255 / 0.1);
  }

  .hover\:outline-cyan-50\/100:hover {
    outline-color: rgb(236 254 255 / 1);
  }

  .hover\:outline-cyan-50\/15:hover {
    outline-color: rgb(236 254 255 / 0.15);
  }

  .hover\:outline-cyan-50\/20:hover {
    outline-color: rgb(236 254 255 / 0.2);
  }

  .hover\:outline-cyan-50\/25:hover {
    outline-color: rgb(236 254 255 / 0.25);
  }

  .hover\:outline-cyan-50\/30:hover {
    outline-color: rgb(236 254 255 / 0.3);
  }

  .hover\:outline-cyan-50\/35:hover {
    outline-color: rgb(236 254 255 / 0.35);
  }

  .hover\:outline-cyan-50\/40:hover {
    outline-color: rgb(236 254 255 / 0.4);
  }

  .hover\:outline-cyan-50\/45:hover {
    outline-color: rgb(236 254 255 / 0.45);
  }

  .hover\:outline-cyan-50\/5:hover {
    outline-color: rgb(236 254 255 / 0.05);
  }

  .hover\:outline-cyan-50\/50:hover {
    outline-color: rgb(236 254 255 / 0.5);
  }

  .hover\:outline-cyan-50\/55:hover {
    outline-color: rgb(236 254 255 / 0.55);
  }

  .hover\:outline-cyan-50\/60:hover {
    outline-color: rgb(236 254 255 / 0.6);
  }

  .hover\:outline-cyan-50\/65:hover {
    outline-color: rgb(236 254 255 / 0.65);
  }

  .hover\:outline-cyan-50\/70:hover {
    outline-color: rgb(236 254 255 / 0.7);
  }

  .hover\:outline-cyan-50\/75:hover {
    outline-color: rgb(236 254 255 / 0.75);
  }

  .hover\:outline-cyan-50\/80:hover {
    outline-color: rgb(236 254 255 / 0.8);
  }

  .hover\:outline-cyan-50\/85:hover {
    outline-color: rgb(236 254 255 / 0.85);
  }

  .hover\:outline-cyan-50\/90:hover {
    outline-color: rgb(236 254 255 / 0.9);
  }

  .hover\:outline-cyan-50\/95:hover {
    outline-color: rgb(236 254 255 / 0.95);
  }

  .hover\:outline-cyan-500:hover {
    outline-color: #06b6d4;
  }

  .hover\:outline-cyan-500\/0:hover {
    outline-color: rgb(6 182 212 / 0);
  }

  .hover\:outline-cyan-500\/10:hover {
    outline-color: rgb(6 182 212 / 0.1);
  }

  .hover\:outline-cyan-500\/100:hover {
    outline-color: rgb(6 182 212 / 1);
  }

  .hover\:outline-cyan-500\/15:hover {
    outline-color: rgb(6 182 212 / 0.15);
  }

  .hover\:outline-cyan-500\/20:hover {
    outline-color: rgb(6 182 212 / 0.2);
  }

  .hover\:outline-cyan-500\/25:hover {
    outline-color: rgb(6 182 212 / 0.25);
  }

  .hover\:outline-cyan-500\/30:hover {
    outline-color: rgb(6 182 212 / 0.3);
  }

  .hover\:outline-cyan-500\/35:hover {
    outline-color: rgb(6 182 212 / 0.35);
  }

  .hover\:outline-cyan-500\/40:hover {
    outline-color: rgb(6 182 212 / 0.4);
  }

  .hover\:outline-cyan-500\/45:hover {
    outline-color: rgb(6 182 212 / 0.45);
  }

  .hover\:outline-cyan-500\/5:hover {
    outline-color: rgb(6 182 212 / 0.05);
  }

  .hover\:outline-cyan-500\/50:hover {
    outline-color: rgb(6 182 212 / 0.5);
  }

  .hover\:outline-cyan-500\/55:hover {
    outline-color: rgb(6 182 212 / 0.55);
  }

  .hover\:outline-cyan-500\/60:hover {
    outline-color: rgb(6 182 212 / 0.6);
  }

  .hover\:outline-cyan-500\/65:hover {
    outline-color: rgb(6 182 212 / 0.65);
  }

  .hover\:outline-cyan-500\/70:hover {
    outline-color: rgb(6 182 212 / 0.7);
  }

  .hover\:outline-cyan-500\/75:hover {
    outline-color: rgb(6 182 212 / 0.75);
  }

  .hover\:outline-cyan-500\/80:hover {
    outline-color: rgb(6 182 212 / 0.8);
  }

  .hover\:outline-cyan-500\/85:hover {
    outline-color: rgb(6 182 212 / 0.85);
  }

  .hover\:outline-cyan-500\/90:hover {
    outline-color: rgb(6 182 212 / 0.9);
  }

  .hover\:outline-cyan-500\/95:hover {
    outline-color: rgb(6 182 212 / 0.95);
  }

  .hover\:outline-cyan-600:hover {
    outline-color: #0891b2;
  }

  .hover\:outline-cyan-600\/0:hover {
    outline-color: rgb(8 145 178 / 0);
  }

  .hover\:outline-cyan-600\/10:hover {
    outline-color: rgb(8 145 178 / 0.1);
  }

  .hover\:outline-cyan-600\/100:hover {
    outline-color: rgb(8 145 178 / 1);
  }

  .hover\:outline-cyan-600\/15:hover {
    outline-color: rgb(8 145 178 / 0.15);
  }

  .hover\:outline-cyan-600\/20:hover {
    outline-color: rgb(8 145 178 / 0.2);
  }

  .hover\:outline-cyan-600\/25:hover {
    outline-color: rgb(8 145 178 / 0.25);
  }

  .hover\:outline-cyan-600\/30:hover {
    outline-color: rgb(8 145 178 / 0.3);
  }

  .hover\:outline-cyan-600\/35:hover {
    outline-color: rgb(8 145 178 / 0.35);
  }

  .hover\:outline-cyan-600\/40:hover {
    outline-color: rgb(8 145 178 / 0.4);
  }

  .hover\:outline-cyan-600\/45:hover {
    outline-color: rgb(8 145 178 / 0.45);
  }

  .hover\:outline-cyan-600\/5:hover {
    outline-color: rgb(8 145 178 / 0.05);
  }

  .hover\:outline-cyan-600\/50:hover {
    outline-color: rgb(8 145 178 / 0.5);
  }

  .hover\:outline-cyan-600\/55:hover {
    outline-color: rgb(8 145 178 / 0.55);
  }

  .hover\:outline-cyan-600\/60:hover {
    outline-color: rgb(8 145 178 / 0.6);
  }

  .hover\:outline-cyan-600\/65:hover {
    outline-color: rgb(8 145 178 / 0.65);
  }

  .hover\:outline-cyan-600\/70:hover {
    outline-color: rgb(8 145 178 / 0.7);
  }

  .hover\:outline-cyan-600\/75:hover {
    outline-color: rgb(8 145 178 / 0.75);
  }

  .hover\:outline-cyan-600\/80:hover {
    outline-color: rgb(8 145 178 / 0.8);
  }

  .hover\:outline-cyan-600\/85:hover {
    outline-color: rgb(8 145 178 / 0.85);
  }

  .hover\:outline-cyan-600\/90:hover {
    outline-color: rgb(8 145 178 / 0.9);
  }

  .hover\:outline-cyan-600\/95:hover {
    outline-color: rgb(8 145 178 / 0.95);
  }

  .hover\:outline-cyan-700:hover {
    outline-color: #0e7490;
  }

  .hover\:outline-cyan-700\/0:hover {
    outline-color: rgb(14 116 144 / 0);
  }

  .hover\:outline-cyan-700\/10:hover {
    outline-color: rgb(14 116 144 / 0.1);
  }

  .hover\:outline-cyan-700\/100:hover {
    outline-color: rgb(14 116 144 / 1);
  }

  .hover\:outline-cyan-700\/15:hover {
    outline-color: rgb(14 116 144 / 0.15);
  }

  .hover\:outline-cyan-700\/20:hover {
    outline-color: rgb(14 116 144 / 0.2);
  }

  .hover\:outline-cyan-700\/25:hover {
    outline-color: rgb(14 116 144 / 0.25);
  }

  .hover\:outline-cyan-700\/30:hover {
    outline-color: rgb(14 116 144 / 0.3);
  }

  .hover\:outline-cyan-700\/35:hover {
    outline-color: rgb(14 116 144 / 0.35);
  }

  .hover\:outline-cyan-700\/40:hover {
    outline-color: rgb(14 116 144 / 0.4);
  }

  .hover\:outline-cyan-700\/45:hover {
    outline-color: rgb(14 116 144 / 0.45);
  }

  .hover\:outline-cyan-700\/5:hover {
    outline-color: rgb(14 116 144 / 0.05);
  }

  .hover\:outline-cyan-700\/50:hover {
    outline-color: rgb(14 116 144 / 0.5);
  }

  .hover\:outline-cyan-700\/55:hover {
    outline-color: rgb(14 116 144 / 0.55);
  }

  .hover\:outline-cyan-700\/60:hover {
    outline-color: rgb(14 116 144 / 0.6);
  }

  .hover\:outline-cyan-700\/65:hover {
    outline-color: rgb(14 116 144 / 0.65);
  }

  .hover\:outline-cyan-700\/70:hover {
    outline-color: rgb(14 116 144 / 0.7);
  }

  .hover\:outline-cyan-700\/75:hover {
    outline-color: rgb(14 116 144 / 0.75);
  }

  .hover\:outline-cyan-700\/80:hover {
    outline-color: rgb(14 116 144 / 0.8);
  }

  .hover\:outline-cyan-700\/85:hover {
    outline-color: rgb(14 116 144 / 0.85);
  }

  .hover\:outline-cyan-700\/90:hover {
    outline-color: rgb(14 116 144 / 0.9);
  }

  .hover\:outline-cyan-700\/95:hover {
    outline-color: rgb(14 116 144 / 0.95);
  }

  .hover\:outline-cyan-800:hover {
    outline-color: #155e75;
  }

  .hover\:outline-cyan-800\/0:hover {
    outline-color: rgb(21 94 117 / 0);
  }

  .hover\:outline-cyan-800\/10:hover {
    outline-color: rgb(21 94 117 / 0.1);
  }

  .hover\:outline-cyan-800\/100:hover {
    outline-color: rgb(21 94 117 / 1);
  }

  .hover\:outline-cyan-800\/15:hover {
    outline-color: rgb(21 94 117 / 0.15);
  }

  .hover\:outline-cyan-800\/20:hover {
    outline-color: rgb(21 94 117 / 0.2);
  }

  .hover\:outline-cyan-800\/25:hover {
    outline-color: rgb(21 94 117 / 0.25);
  }

  .hover\:outline-cyan-800\/30:hover {
    outline-color: rgb(21 94 117 / 0.3);
  }

  .hover\:outline-cyan-800\/35:hover {
    outline-color: rgb(21 94 117 / 0.35);
  }

  .hover\:outline-cyan-800\/40:hover {
    outline-color: rgb(21 94 117 / 0.4);
  }

  .hover\:outline-cyan-800\/45:hover {
    outline-color: rgb(21 94 117 / 0.45);
  }

  .hover\:outline-cyan-800\/5:hover {
    outline-color: rgb(21 94 117 / 0.05);
  }

  .hover\:outline-cyan-800\/50:hover {
    outline-color: rgb(21 94 117 / 0.5);
  }

  .hover\:outline-cyan-800\/55:hover {
    outline-color: rgb(21 94 117 / 0.55);
  }

  .hover\:outline-cyan-800\/60:hover {
    outline-color: rgb(21 94 117 / 0.6);
  }

  .hover\:outline-cyan-800\/65:hover {
    outline-color: rgb(21 94 117 / 0.65);
  }

  .hover\:outline-cyan-800\/70:hover {
    outline-color: rgb(21 94 117 / 0.7);
  }

  .hover\:outline-cyan-800\/75:hover {
    outline-color: rgb(21 94 117 / 0.75);
  }

  .hover\:outline-cyan-800\/80:hover {
    outline-color: rgb(21 94 117 / 0.8);
  }

  .hover\:outline-cyan-800\/85:hover {
    outline-color: rgb(21 94 117 / 0.85);
  }

  .hover\:outline-cyan-800\/90:hover {
    outline-color: rgb(21 94 117 / 0.9);
  }

  .hover\:outline-cyan-800\/95:hover {
    outline-color: rgb(21 94 117 / 0.95);
  }

  .hover\:outline-cyan-900:hover {
    outline-color: #164e63;
  }

  .hover\:outline-cyan-900\/0:hover {
    outline-color: rgb(22 78 99 / 0);
  }

  .hover\:outline-cyan-900\/10:hover {
    outline-color: rgb(22 78 99 / 0.1);
  }

  .hover\:outline-cyan-900\/100:hover {
    outline-color: rgb(22 78 99 / 1);
  }

  .hover\:outline-cyan-900\/15:hover {
    outline-color: rgb(22 78 99 / 0.15);
  }

  .hover\:outline-cyan-900\/20:hover {
    outline-color: rgb(22 78 99 / 0.2);
  }

  .hover\:outline-cyan-900\/25:hover {
    outline-color: rgb(22 78 99 / 0.25);
  }

  .hover\:outline-cyan-900\/30:hover {
    outline-color: rgb(22 78 99 / 0.3);
  }

  .hover\:outline-cyan-900\/35:hover {
    outline-color: rgb(22 78 99 / 0.35);
  }

  .hover\:outline-cyan-900\/40:hover {
    outline-color: rgb(22 78 99 / 0.4);
  }

  .hover\:outline-cyan-900\/45:hover {
    outline-color: rgb(22 78 99 / 0.45);
  }

  .hover\:outline-cyan-900\/5:hover {
    outline-color: rgb(22 78 99 / 0.05);
  }

  .hover\:outline-cyan-900\/50:hover {
    outline-color: rgb(22 78 99 / 0.5);
  }

  .hover\:outline-cyan-900\/55:hover {
    outline-color: rgb(22 78 99 / 0.55);
  }

  .hover\:outline-cyan-900\/60:hover {
    outline-color: rgb(22 78 99 / 0.6);
  }

  .hover\:outline-cyan-900\/65:hover {
    outline-color: rgb(22 78 99 / 0.65);
  }

  .hover\:outline-cyan-900\/70:hover {
    outline-color: rgb(22 78 99 / 0.7);
  }

  .hover\:outline-cyan-900\/75:hover {
    outline-color: rgb(22 78 99 / 0.75);
  }

  .hover\:outline-cyan-900\/80:hover {
    outline-color: rgb(22 78 99 / 0.8);
  }

  .hover\:outline-cyan-900\/85:hover {
    outline-color: rgb(22 78 99 / 0.85);
  }

  .hover\:outline-cyan-900\/90:hover {
    outline-color: rgb(22 78 99 / 0.9);
  }

  .hover\:outline-cyan-900\/95:hover {
    outline-color: rgb(22 78 99 / 0.95);
  }

  .hover\:outline-cyan-950:hover {
    outline-color: #083344;
  }

  .hover\:outline-cyan-950\/0:hover {
    outline-color: rgb(8 51 68 / 0);
  }

  .hover\:outline-cyan-950\/10:hover {
    outline-color: rgb(8 51 68 / 0.1);
  }

  .hover\:outline-cyan-950\/100:hover {
    outline-color: rgb(8 51 68 / 1);
  }

  .hover\:outline-cyan-950\/15:hover {
    outline-color: rgb(8 51 68 / 0.15);
  }

  .hover\:outline-cyan-950\/20:hover {
    outline-color: rgb(8 51 68 / 0.2);
  }

  .hover\:outline-cyan-950\/25:hover {
    outline-color: rgb(8 51 68 / 0.25);
  }

  .hover\:outline-cyan-950\/30:hover {
    outline-color: rgb(8 51 68 / 0.3);
  }

  .hover\:outline-cyan-950\/35:hover {
    outline-color: rgb(8 51 68 / 0.35);
  }

  .hover\:outline-cyan-950\/40:hover {
    outline-color: rgb(8 51 68 / 0.4);
  }

  .hover\:outline-cyan-950\/45:hover {
    outline-color: rgb(8 51 68 / 0.45);
  }

  .hover\:outline-cyan-950\/5:hover {
    outline-color: rgb(8 51 68 / 0.05);
  }

  .hover\:outline-cyan-950\/50:hover {
    outline-color: rgb(8 51 68 / 0.5);
  }

  .hover\:outline-cyan-950\/55:hover {
    outline-color: rgb(8 51 68 / 0.55);
  }

  .hover\:outline-cyan-950\/60:hover {
    outline-color: rgb(8 51 68 / 0.6);
  }

  .hover\:outline-cyan-950\/65:hover {
    outline-color: rgb(8 51 68 / 0.65);
  }

  .hover\:outline-cyan-950\/70:hover {
    outline-color: rgb(8 51 68 / 0.7);
  }

  .hover\:outline-cyan-950\/75:hover {
    outline-color: rgb(8 51 68 / 0.75);
  }

  .hover\:outline-cyan-950\/80:hover {
    outline-color: rgb(8 51 68 / 0.8);
  }

  .hover\:outline-cyan-950\/85:hover {
    outline-color: rgb(8 51 68 / 0.85);
  }

  .hover\:outline-cyan-950\/90:hover {
    outline-color: rgb(8 51 68 / 0.9);
  }

  .hover\:outline-cyan-950\/95:hover {
    outline-color: rgb(8 51 68 / 0.95);
  }

  .hover\:outline-emerald-100:hover {
    outline-color: #d1fae5;
  }

  .hover\:outline-emerald-100\/0:hover {
    outline-color: rgb(209 250 229 / 0);
  }

  .hover\:outline-emerald-100\/10:hover {
    outline-color: rgb(209 250 229 / 0.1);
  }

  .hover\:outline-emerald-100\/100:hover {
    outline-color: rgb(209 250 229 / 1);
  }

  .hover\:outline-emerald-100\/15:hover {
    outline-color: rgb(209 250 229 / 0.15);
  }

  .hover\:outline-emerald-100\/20:hover {
    outline-color: rgb(209 250 229 / 0.2);
  }

  .hover\:outline-emerald-100\/25:hover {
    outline-color: rgb(209 250 229 / 0.25);
  }

  .hover\:outline-emerald-100\/30:hover {
    outline-color: rgb(209 250 229 / 0.3);
  }

  .hover\:outline-emerald-100\/35:hover {
    outline-color: rgb(209 250 229 / 0.35);
  }

  .hover\:outline-emerald-100\/40:hover {
    outline-color: rgb(209 250 229 / 0.4);
  }

  .hover\:outline-emerald-100\/45:hover {
    outline-color: rgb(209 250 229 / 0.45);
  }

  .hover\:outline-emerald-100\/5:hover {
    outline-color: rgb(209 250 229 / 0.05);
  }

  .hover\:outline-emerald-100\/50:hover {
    outline-color: rgb(209 250 229 / 0.5);
  }

  .hover\:outline-emerald-100\/55:hover {
    outline-color: rgb(209 250 229 / 0.55);
  }

  .hover\:outline-emerald-100\/60:hover {
    outline-color: rgb(209 250 229 / 0.6);
  }

  .hover\:outline-emerald-100\/65:hover {
    outline-color: rgb(209 250 229 / 0.65);
  }

  .hover\:outline-emerald-100\/70:hover {
    outline-color: rgb(209 250 229 / 0.7);
  }

  .hover\:outline-emerald-100\/75:hover {
    outline-color: rgb(209 250 229 / 0.75);
  }

  .hover\:outline-emerald-100\/80:hover {
    outline-color: rgb(209 250 229 / 0.8);
  }

  .hover\:outline-emerald-100\/85:hover {
    outline-color: rgb(209 250 229 / 0.85);
  }

  .hover\:outline-emerald-100\/90:hover {
    outline-color: rgb(209 250 229 / 0.9);
  }

  .hover\:outline-emerald-100\/95:hover {
    outline-color: rgb(209 250 229 / 0.95);
  }

  .hover\:outline-emerald-200:hover {
    outline-color: #a7f3d0;
  }

  .hover\:outline-emerald-200\/0:hover {
    outline-color: rgb(167 243 208 / 0);
  }

  .hover\:outline-emerald-200\/10:hover {
    outline-color: rgb(167 243 208 / 0.1);
  }

  .hover\:outline-emerald-200\/100:hover {
    outline-color: rgb(167 243 208 / 1);
  }

  .hover\:outline-emerald-200\/15:hover {
    outline-color: rgb(167 243 208 / 0.15);
  }

  .hover\:outline-emerald-200\/20:hover {
    outline-color: rgb(167 243 208 / 0.2);
  }

  .hover\:outline-emerald-200\/25:hover {
    outline-color: rgb(167 243 208 / 0.25);
  }

  .hover\:outline-emerald-200\/30:hover {
    outline-color: rgb(167 243 208 / 0.3);
  }

  .hover\:outline-emerald-200\/35:hover {
    outline-color: rgb(167 243 208 / 0.35);
  }

  .hover\:outline-emerald-200\/40:hover {
    outline-color: rgb(167 243 208 / 0.4);
  }

  .hover\:outline-emerald-200\/45:hover {
    outline-color: rgb(167 243 208 / 0.45);
  }

  .hover\:outline-emerald-200\/5:hover {
    outline-color: rgb(167 243 208 / 0.05);
  }

  .hover\:outline-emerald-200\/50:hover {
    outline-color: rgb(167 243 208 / 0.5);
  }

  .hover\:outline-emerald-200\/55:hover {
    outline-color: rgb(167 243 208 / 0.55);
  }

  .hover\:outline-emerald-200\/60:hover {
    outline-color: rgb(167 243 208 / 0.6);
  }

  .hover\:outline-emerald-200\/65:hover {
    outline-color: rgb(167 243 208 / 0.65);
  }

  .hover\:outline-emerald-200\/70:hover {
    outline-color: rgb(167 243 208 / 0.7);
  }

  .hover\:outline-emerald-200\/75:hover {
    outline-color: rgb(167 243 208 / 0.75);
  }

  .hover\:outline-emerald-200\/80:hover {
    outline-color: rgb(167 243 208 / 0.8);
  }

  .hover\:outline-emerald-200\/85:hover {
    outline-color: rgb(167 243 208 / 0.85);
  }

  .hover\:outline-emerald-200\/90:hover {
    outline-color: rgb(167 243 208 / 0.9);
  }

  .hover\:outline-emerald-200\/95:hover {
    outline-color: rgb(167 243 208 / 0.95);
  }

  .hover\:outline-emerald-300:hover {
    outline-color: #6ee7b7;
  }

  .hover\:outline-emerald-300\/0:hover {
    outline-color: rgb(110 231 183 / 0);
  }

  .hover\:outline-emerald-300\/10:hover {
    outline-color: rgb(110 231 183 / 0.1);
  }

  .hover\:outline-emerald-300\/100:hover {
    outline-color: rgb(110 231 183 / 1);
  }

  .hover\:outline-emerald-300\/15:hover {
    outline-color: rgb(110 231 183 / 0.15);
  }

  .hover\:outline-emerald-300\/20:hover {
    outline-color: rgb(110 231 183 / 0.2);
  }

  .hover\:outline-emerald-300\/25:hover {
    outline-color: rgb(110 231 183 / 0.25);
  }

  .hover\:outline-emerald-300\/30:hover {
    outline-color: rgb(110 231 183 / 0.3);
  }

  .hover\:outline-emerald-300\/35:hover {
    outline-color: rgb(110 231 183 / 0.35);
  }

  .hover\:outline-emerald-300\/40:hover {
    outline-color: rgb(110 231 183 / 0.4);
  }

  .hover\:outline-emerald-300\/45:hover {
    outline-color: rgb(110 231 183 / 0.45);
  }

  .hover\:outline-emerald-300\/5:hover {
    outline-color: rgb(110 231 183 / 0.05);
  }

  .hover\:outline-emerald-300\/50:hover {
    outline-color: rgb(110 231 183 / 0.5);
  }

  .hover\:outline-emerald-300\/55:hover {
    outline-color: rgb(110 231 183 / 0.55);
  }

  .hover\:outline-emerald-300\/60:hover {
    outline-color: rgb(110 231 183 / 0.6);
  }

  .hover\:outline-emerald-300\/65:hover {
    outline-color: rgb(110 231 183 / 0.65);
  }

  .hover\:outline-emerald-300\/70:hover {
    outline-color: rgb(110 231 183 / 0.7);
  }

  .hover\:outline-emerald-300\/75:hover {
    outline-color: rgb(110 231 183 / 0.75);
  }

  .hover\:outline-emerald-300\/80:hover {
    outline-color: rgb(110 231 183 / 0.8);
  }

  .hover\:outline-emerald-300\/85:hover {
    outline-color: rgb(110 231 183 / 0.85);
  }

  .hover\:outline-emerald-300\/90:hover {
    outline-color: rgb(110 231 183 / 0.9);
  }

  .hover\:outline-emerald-300\/95:hover {
    outline-color: rgb(110 231 183 / 0.95);
  }

  .hover\:outline-emerald-400:hover {
    outline-color: #34d399;
  }

  .hover\:outline-emerald-400\/0:hover {
    outline-color: rgb(52 211 153 / 0);
  }

  .hover\:outline-emerald-400\/10:hover {
    outline-color: rgb(52 211 153 / 0.1);
  }

  .hover\:outline-emerald-400\/100:hover {
    outline-color: rgb(52 211 153 / 1);
  }

  .hover\:outline-emerald-400\/15:hover {
    outline-color: rgb(52 211 153 / 0.15);
  }

  .hover\:outline-emerald-400\/20:hover {
    outline-color: rgb(52 211 153 / 0.2);
  }

  .hover\:outline-emerald-400\/25:hover {
    outline-color: rgb(52 211 153 / 0.25);
  }

  .hover\:outline-emerald-400\/30:hover {
    outline-color: rgb(52 211 153 / 0.3);
  }

  .hover\:outline-emerald-400\/35:hover {
    outline-color: rgb(52 211 153 / 0.35);
  }

  .hover\:outline-emerald-400\/40:hover {
    outline-color: rgb(52 211 153 / 0.4);
  }

  .hover\:outline-emerald-400\/45:hover {
    outline-color: rgb(52 211 153 / 0.45);
  }

  .hover\:outline-emerald-400\/5:hover {
    outline-color: rgb(52 211 153 / 0.05);
  }

  .hover\:outline-emerald-400\/50:hover {
    outline-color: rgb(52 211 153 / 0.5);
  }

  .hover\:outline-emerald-400\/55:hover {
    outline-color: rgb(52 211 153 / 0.55);
  }

  .hover\:outline-emerald-400\/60:hover {
    outline-color: rgb(52 211 153 / 0.6);
  }

  .hover\:outline-emerald-400\/65:hover {
    outline-color: rgb(52 211 153 / 0.65);
  }

  .hover\:outline-emerald-400\/70:hover {
    outline-color: rgb(52 211 153 / 0.7);
  }

  .hover\:outline-emerald-400\/75:hover {
    outline-color: rgb(52 211 153 / 0.75);
  }

  .hover\:outline-emerald-400\/80:hover {
    outline-color: rgb(52 211 153 / 0.8);
  }

  .hover\:outline-emerald-400\/85:hover {
    outline-color: rgb(52 211 153 / 0.85);
  }

  .hover\:outline-emerald-400\/90:hover {
    outline-color: rgb(52 211 153 / 0.9);
  }

  .hover\:outline-emerald-400\/95:hover {
    outline-color: rgb(52 211 153 / 0.95);
  }

  .hover\:outline-emerald-50:hover {
    outline-color: #ecfdf5;
  }

  .hover\:outline-emerald-50\/0:hover {
    outline-color: rgb(236 253 245 / 0);
  }

  .hover\:outline-emerald-50\/10:hover {
    outline-color: rgb(236 253 245 / 0.1);
  }

  .hover\:outline-emerald-50\/100:hover {
    outline-color: rgb(236 253 245 / 1);
  }

  .hover\:outline-emerald-50\/15:hover {
    outline-color: rgb(236 253 245 / 0.15);
  }

  .hover\:outline-emerald-50\/20:hover {
    outline-color: rgb(236 253 245 / 0.2);
  }

  .hover\:outline-emerald-50\/25:hover {
    outline-color: rgb(236 253 245 / 0.25);
  }

  .hover\:outline-emerald-50\/30:hover {
    outline-color: rgb(236 253 245 / 0.3);
  }

  .hover\:outline-emerald-50\/35:hover {
    outline-color: rgb(236 253 245 / 0.35);
  }

  .hover\:outline-emerald-50\/40:hover {
    outline-color: rgb(236 253 245 / 0.4);
  }

  .hover\:outline-emerald-50\/45:hover {
    outline-color: rgb(236 253 245 / 0.45);
  }

  .hover\:outline-emerald-50\/5:hover {
    outline-color: rgb(236 253 245 / 0.05);
  }

  .hover\:outline-emerald-50\/50:hover {
    outline-color: rgb(236 253 245 / 0.5);
  }

  .hover\:outline-emerald-50\/55:hover {
    outline-color: rgb(236 253 245 / 0.55);
  }

  .hover\:outline-emerald-50\/60:hover {
    outline-color: rgb(236 253 245 / 0.6);
  }

  .hover\:outline-emerald-50\/65:hover {
    outline-color: rgb(236 253 245 / 0.65);
  }

  .hover\:outline-emerald-50\/70:hover {
    outline-color: rgb(236 253 245 / 0.7);
  }

  .hover\:outline-emerald-50\/75:hover {
    outline-color: rgb(236 253 245 / 0.75);
  }

  .hover\:outline-emerald-50\/80:hover {
    outline-color: rgb(236 253 245 / 0.8);
  }

  .hover\:outline-emerald-50\/85:hover {
    outline-color: rgb(236 253 245 / 0.85);
  }

  .hover\:outline-emerald-50\/90:hover {
    outline-color: rgb(236 253 245 / 0.9);
  }

  .hover\:outline-emerald-50\/95:hover {
    outline-color: rgb(236 253 245 / 0.95);
  }

  .hover\:outline-emerald-500:hover {
    outline-color: #10b981;
  }

  .hover\:outline-emerald-500\/0:hover {
    outline-color: rgb(16 185 129 / 0);
  }

  .hover\:outline-emerald-500\/10:hover {
    outline-color: rgb(16 185 129 / 0.1);
  }

  .hover\:outline-emerald-500\/100:hover {
    outline-color: rgb(16 185 129 / 1);
  }

  .hover\:outline-emerald-500\/15:hover {
    outline-color: rgb(16 185 129 / 0.15);
  }

  .hover\:outline-emerald-500\/20:hover {
    outline-color: rgb(16 185 129 / 0.2);
  }

  .hover\:outline-emerald-500\/25:hover {
    outline-color: rgb(16 185 129 / 0.25);
  }

  .hover\:outline-emerald-500\/30:hover {
    outline-color: rgb(16 185 129 / 0.3);
  }

  .hover\:outline-emerald-500\/35:hover {
    outline-color: rgb(16 185 129 / 0.35);
  }

  .hover\:outline-emerald-500\/40:hover {
    outline-color: rgb(16 185 129 / 0.4);
  }

  .hover\:outline-emerald-500\/45:hover {
    outline-color: rgb(16 185 129 / 0.45);
  }

  .hover\:outline-emerald-500\/5:hover {
    outline-color: rgb(16 185 129 / 0.05);
  }

  .hover\:outline-emerald-500\/50:hover {
    outline-color: rgb(16 185 129 / 0.5);
  }

  .hover\:outline-emerald-500\/55:hover {
    outline-color: rgb(16 185 129 / 0.55);
  }

  .hover\:outline-emerald-500\/60:hover {
    outline-color: rgb(16 185 129 / 0.6);
  }

  .hover\:outline-emerald-500\/65:hover {
    outline-color: rgb(16 185 129 / 0.65);
  }

  .hover\:outline-emerald-500\/70:hover {
    outline-color: rgb(16 185 129 / 0.7);
  }

  .hover\:outline-emerald-500\/75:hover {
    outline-color: rgb(16 185 129 / 0.75);
  }

  .hover\:outline-emerald-500\/80:hover {
    outline-color: rgb(16 185 129 / 0.8);
  }

  .hover\:outline-emerald-500\/85:hover {
    outline-color: rgb(16 185 129 / 0.85);
  }

  .hover\:outline-emerald-500\/90:hover {
    outline-color: rgb(16 185 129 / 0.9);
  }

  .hover\:outline-emerald-500\/95:hover {
    outline-color: rgb(16 185 129 / 0.95);
  }

  .hover\:outline-emerald-600:hover {
    outline-color: #059669;
  }

  .hover\:outline-emerald-600\/0:hover {
    outline-color: rgb(5 150 105 / 0);
  }

  .hover\:outline-emerald-600\/10:hover {
    outline-color: rgb(5 150 105 / 0.1);
  }

  .hover\:outline-emerald-600\/100:hover {
    outline-color: rgb(5 150 105 / 1);
  }

  .hover\:outline-emerald-600\/15:hover {
    outline-color: rgb(5 150 105 / 0.15);
  }

  .hover\:outline-emerald-600\/20:hover {
    outline-color: rgb(5 150 105 / 0.2);
  }

  .hover\:outline-emerald-600\/25:hover {
    outline-color: rgb(5 150 105 / 0.25);
  }

  .hover\:outline-emerald-600\/30:hover {
    outline-color: rgb(5 150 105 / 0.3);
  }

  .hover\:outline-emerald-600\/35:hover {
    outline-color: rgb(5 150 105 / 0.35);
  }

  .hover\:outline-emerald-600\/40:hover {
    outline-color: rgb(5 150 105 / 0.4);
  }

  .hover\:outline-emerald-600\/45:hover {
    outline-color: rgb(5 150 105 / 0.45);
  }

  .hover\:outline-emerald-600\/5:hover {
    outline-color: rgb(5 150 105 / 0.05);
  }

  .hover\:outline-emerald-600\/50:hover {
    outline-color: rgb(5 150 105 / 0.5);
  }

  .hover\:outline-emerald-600\/55:hover {
    outline-color: rgb(5 150 105 / 0.55);
  }

  .hover\:outline-emerald-600\/60:hover {
    outline-color: rgb(5 150 105 / 0.6);
  }

  .hover\:outline-emerald-600\/65:hover {
    outline-color: rgb(5 150 105 / 0.65);
  }

  .hover\:outline-emerald-600\/70:hover {
    outline-color: rgb(5 150 105 / 0.7);
  }

  .hover\:outline-emerald-600\/75:hover {
    outline-color: rgb(5 150 105 / 0.75);
  }

  .hover\:outline-emerald-600\/80:hover {
    outline-color: rgb(5 150 105 / 0.8);
  }

  .hover\:outline-emerald-600\/85:hover {
    outline-color: rgb(5 150 105 / 0.85);
  }

  .hover\:outline-emerald-600\/90:hover {
    outline-color: rgb(5 150 105 / 0.9);
  }

  .hover\:outline-emerald-600\/95:hover {
    outline-color: rgb(5 150 105 / 0.95);
  }

  .hover\:outline-emerald-700:hover {
    outline-color: #047857;
  }

  .hover\:outline-emerald-700\/0:hover {
    outline-color: rgb(4 120 87 / 0);
  }

  .hover\:outline-emerald-700\/10:hover {
    outline-color: rgb(4 120 87 / 0.1);
  }

  .hover\:outline-emerald-700\/100:hover {
    outline-color: rgb(4 120 87 / 1);
  }

  .hover\:outline-emerald-700\/15:hover {
    outline-color: rgb(4 120 87 / 0.15);
  }

  .hover\:outline-emerald-700\/20:hover {
    outline-color: rgb(4 120 87 / 0.2);
  }

  .hover\:outline-emerald-700\/25:hover {
    outline-color: rgb(4 120 87 / 0.25);
  }

  .hover\:outline-emerald-700\/30:hover {
    outline-color: rgb(4 120 87 / 0.3);
  }

  .hover\:outline-emerald-700\/35:hover {
    outline-color: rgb(4 120 87 / 0.35);
  }

  .hover\:outline-emerald-700\/40:hover {
    outline-color: rgb(4 120 87 / 0.4);
  }

  .hover\:outline-emerald-700\/45:hover {
    outline-color: rgb(4 120 87 / 0.45);
  }

  .hover\:outline-emerald-700\/5:hover {
    outline-color: rgb(4 120 87 / 0.05);
  }

  .hover\:outline-emerald-700\/50:hover {
    outline-color: rgb(4 120 87 / 0.5);
  }

  .hover\:outline-emerald-700\/55:hover {
    outline-color: rgb(4 120 87 / 0.55);
  }

  .hover\:outline-emerald-700\/60:hover {
    outline-color: rgb(4 120 87 / 0.6);
  }

  .hover\:outline-emerald-700\/65:hover {
    outline-color: rgb(4 120 87 / 0.65);
  }

  .hover\:outline-emerald-700\/70:hover {
    outline-color: rgb(4 120 87 / 0.7);
  }

  .hover\:outline-emerald-700\/75:hover {
    outline-color: rgb(4 120 87 / 0.75);
  }

  .hover\:outline-emerald-700\/80:hover {
    outline-color: rgb(4 120 87 / 0.8);
  }

  .hover\:outline-emerald-700\/85:hover {
    outline-color: rgb(4 120 87 / 0.85);
  }

  .hover\:outline-emerald-700\/90:hover {
    outline-color: rgb(4 120 87 / 0.9);
  }

  .hover\:outline-emerald-700\/95:hover {
    outline-color: rgb(4 120 87 / 0.95);
  }

  .hover\:outline-emerald-800:hover {
    outline-color: #065f46;
  }

  .hover\:outline-emerald-800\/0:hover {
    outline-color: rgb(6 95 70 / 0);
  }

  .hover\:outline-emerald-800\/10:hover {
    outline-color: rgb(6 95 70 / 0.1);
  }

  .hover\:outline-emerald-800\/100:hover {
    outline-color: rgb(6 95 70 / 1);
  }

  .hover\:outline-emerald-800\/15:hover {
    outline-color: rgb(6 95 70 / 0.15);
  }

  .hover\:outline-emerald-800\/20:hover {
    outline-color: rgb(6 95 70 / 0.2);
  }

  .hover\:outline-emerald-800\/25:hover {
    outline-color: rgb(6 95 70 / 0.25);
  }

  .hover\:outline-emerald-800\/30:hover {
    outline-color: rgb(6 95 70 / 0.3);
  }

  .hover\:outline-emerald-800\/35:hover {
    outline-color: rgb(6 95 70 / 0.35);
  }

  .hover\:outline-emerald-800\/40:hover {
    outline-color: rgb(6 95 70 / 0.4);
  }

  .hover\:outline-emerald-800\/45:hover {
    outline-color: rgb(6 95 70 / 0.45);
  }

  .hover\:outline-emerald-800\/5:hover {
    outline-color: rgb(6 95 70 / 0.05);
  }

  .hover\:outline-emerald-800\/50:hover {
    outline-color: rgb(6 95 70 / 0.5);
  }

  .hover\:outline-emerald-800\/55:hover {
    outline-color: rgb(6 95 70 / 0.55);
  }

  .hover\:outline-emerald-800\/60:hover {
    outline-color: rgb(6 95 70 / 0.6);
  }

  .hover\:outline-emerald-800\/65:hover {
    outline-color: rgb(6 95 70 / 0.65);
  }

  .hover\:outline-emerald-800\/70:hover {
    outline-color: rgb(6 95 70 / 0.7);
  }

  .hover\:outline-emerald-800\/75:hover {
    outline-color: rgb(6 95 70 / 0.75);
  }

  .hover\:outline-emerald-800\/80:hover {
    outline-color: rgb(6 95 70 / 0.8);
  }

  .hover\:outline-emerald-800\/85:hover {
    outline-color: rgb(6 95 70 / 0.85);
  }

  .hover\:outline-emerald-800\/90:hover {
    outline-color: rgb(6 95 70 / 0.9);
  }

  .hover\:outline-emerald-800\/95:hover {
    outline-color: rgb(6 95 70 / 0.95);
  }

  .hover\:outline-emerald-900:hover {
    outline-color: #064e3b;
  }

  .hover\:outline-emerald-900\/0:hover {
    outline-color: rgb(6 78 59 / 0);
  }

  .hover\:outline-emerald-900\/10:hover {
    outline-color: rgb(6 78 59 / 0.1);
  }

  .hover\:outline-emerald-900\/100:hover {
    outline-color: rgb(6 78 59 / 1);
  }

  .hover\:outline-emerald-900\/15:hover {
    outline-color: rgb(6 78 59 / 0.15);
  }

  .hover\:outline-emerald-900\/20:hover {
    outline-color: rgb(6 78 59 / 0.2);
  }

  .hover\:outline-emerald-900\/25:hover {
    outline-color: rgb(6 78 59 / 0.25);
  }

  .hover\:outline-emerald-900\/30:hover {
    outline-color: rgb(6 78 59 / 0.3);
  }

  .hover\:outline-emerald-900\/35:hover {
    outline-color: rgb(6 78 59 / 0.35);
  }

  .hover\:outline-emerald-900\/40:hover {
    outline-color: rgb(6 78 59 / 0.4);
  }

  .hover\:outline-emerald-900\/45:hover {
    outline-color: rgb(6 78 59 / 0.45);
  }

  .hover\:outline-emerald-900\/5:hover {
    outline-color: rgb(6 78 59 / 0.05);
  }

  .hover\:outline-emerald-900\/50:hover {
    outline-color: rgb(6 78 59 / 0.5);
  }

  .hover\:outline-emerald-900\/55:hover {
    outline-color: rgb(6 78 59 / 0.55);
  }

  .hover\:outline-emerald-900\/60:hover {
    outline-color: rgb(6 78 59 / 0.6);
  }

  .hover\:outline-emerald-900\/65:hover {
    outline-color: rgb(6 78 59 / 0.65);
  }

  .hover\:outline-emerald-900\/70:hover {
    outline-color: rgb(6 78 59 / 0.7);
  }

  .hover\:outline-emerald-900\/75:hover {
    outline-color: rgb(6 78 59 / 0.75);
  }

  .hover\:outline-emerald-900\/80:hover {
    outline-color: rgb(6 78 59 / 0.8);
  }

  .hover\:outline-emerald-900\/85:hover {
    outline-color: rgb(6 78 59 / 0.85);
  }

  .hover\:outline-emerald-900\/90:hover {
    outline-color: rgb(6 78 59 / 0.9);
  }

  .hover\:outline-emerald-900\/95:hover {
    outline-color: rgb(6 78 59 / 0.95);
  }

  .hover\:outline-emerald-950:hover {
    outline-color: #022c22;
  }

  .hover\:outline-emerald-950\/0:hover {
    outline-color: rgb(2 44 34 / 0);
  }

  .hover\:outline-emerald-950\/10:hover {
    outline-color: rgb(2 44 34 / 0.1);
  }

  .hover\:outline-emerald-950\/100:hover {
    outline-color: rgb(2 44 34 / 1);
  }

  .hover\:outline-emerald-950\/15:hover {
    outline-color: rgb(2 44 34 / 0.15);
  }

  .hover\:outline-emerald-950\/20:hover {
    outline-color: rgb(2 44 34 / 0.2);
  }

  .hover\:outline-emerald-950\/25:hover {
    outline-color: rgb(2 44 34 / 0.25);
  }

  .hover\:outline-emerald-950\/30:hover {
    outline-color: rgb(2 44 34 / 0.3);
  }

  .hover\:outline-emerald-950\/35:hover {
    outline-color: rgb(2 44 34 / 0.35);
  }

  .hover\:outline-emerald-950\/40:hover {
    outline-color: rgb(2 44 34 / 0.4);
  }

  .hover\:outline-emerald-950\/45:hover {
    outline-color: rgb(2 44 34 / 0.45);
  }

  .hover\:outline-emerald-950\/5:hover {
    outline-color: rgb(2 44 34 / 0.05);
  }

  .hover\:outline-emerald-950\/50:hover {
    outline-color: rgb(2 44 34 / 0.5);
  }

  .hover\:outline-emerald-950\/55:hover {
    outline-color: rgb(2 44 34 / 0.55);
  }

  .hover\:outline-emerald-950\/60:hover {
    outline-color: rgb(2 44 34 / 0.6);
  }

  .hover\:outline-emerald-950\/65:hover {
    outline-color: rgb(2 44 34 / 0.65);
  }

  .hover\:outline-emerald-950\/70:hover {
    outline-color: rgb(2 44 34 / 0.7);
  }

  .hover\:outline-emerald-950\/75:hover {
    outline-color: rgb(2 44 34 / 0.75);
  }

  .hover\:outline-emerald-950\/80:hover {
    outline-color: rgb(2 44 34 / 0.8);
  }

  .hover\:outline-emerald-950\/85:hover {
    outline-color: rgb(2 44 34 / 0.85);
  }

  .hover\:outline-emerald-950\/90:hover {
    outline-color: rgb(2 44 34 / 0.9);
  }

  .hover\:outline-emerald-950\/95:hover {
    outline-color: rgb(2 44 34 / 0.95);
  }

  .hover\:outline-fuchsia-100:hover {
    outline-color: #fae8ff;
  }

  .hover\:outline-fuchsia-100\/0:hover {
    outline-color: rgb(250 232 255 / 0);
  }

  .hover\:outline-fuchsia-100\/10:hover {
    outline-color: rgb(250 232 255 / 0.1);
  }

  .hover\:outline-fuchsia-100\/100:hover {
    outline-color: rgb(250 232 255 / 1);
  }

  .hover\:outline-fuchsia-100\/15:hover {
    outline-color: rgb(250 232 255 / 0.15);
  }

  .hover\:outline-fuchsia-100\/20:hover {
    outline-color: rgb(250 232 255 / 0.2);
  }

  .hover\:outline-fuchsia-100\/25:hover {
    outline-color: rgb(250 232 255 / 0.25);
  }

  .hover\:outline-fuchsia-100\/30:hover {
    outline-color: rgb(250 232 255 / 0.3);
  }

  .hover\:outline-fuchsia-100\/35:hover {
    outline-color: rgb(250 232 255 / 0.35);
  }

  .hover\:outline-fuchsia-100\/40:hover {
    outline-color: rgb(250 232 255 / 0.4);
  }

  .hover\:outline-fuchsia-100\/45:hover {
    outline-color: rgb(250 232 255 / 0.45);
  }

  .hover\:outline-fuchsia-100\/5:hover {
    outline-color: rgb(250 232 255 / 0.05);
  }

  .hover\:outline-fuchsia-100\/50:hover {
    outline-color: rgb(250 232 255 / 0.5);
  }

  .hover\:outline-fuchsia-100\/55:hover {
    outline-color: rgb(250 232 255 / 0.55);
  }

  .hover\:outline-fuchsia-100\/60:hover {
    outline-color: rgb(250 232 255 / 0.6);
  }

  .hover\:outline-fuchsia-100\/65:hover {
    outline-color: rgb(250 232 255 / 0.65);
  }

  .hover\:outline-fuchsia-100\/70:hover {
    outline-color: rgb(250 232 255 / 0.7);
  }

  .hover\:outline-fuchsia-100\/75:hover {
    outline-color: rgb(250 232 255 / 0.75);
  }

  .hover\:outline-fuchsia-100\/80:hover {
    outline-color: rgb(250 232 255 / 0.8);
  }

  .hover\:outline-fuchsia-100\/85:hover {
    outline-color: rgb(250 232 255 / 0.85);
  }

  .hover\:outline-fuchsia-100\/90:hover {
    outline-color: rgb(250 232 255 / 0.9);
  }

  .hover\:outline-fuchsia-100\/95:hover {
    outline-color: rgb(250 232 255 / 0.95);
  }

  .hover\:outline-fuchsia-200:hover {
    outline-color: #f5d0fe;
  }

  .hover\:outline-fuchsia-200\/0:hover {
    outline-color: rgb(245 208 254 / 0);
  }

  .hover\:outline-fuchsia-200\/10:hover {
    outline-color: rgb(245 208 254 / 0.1);
  }

  .hover\:outline-fuchsia-200\/100:hover {
    outline-color: rgb(245 208 254 / 1);
  }

  .hover\:outline-fuchsia-200\/15:hover {
    outline-color: rgb(245 208 254 / 0.15);
  }

  .hover\:outline-fuchsia-200\/20:hover {
    outline-color: rgb(245 208 254 / 0.2);
  }

  .hover\:outline-fuchsia-200\/25:hover {
    outline-color: rgb(245 208 254 / 0.25);
  }

  .hover\:outline-fuchsia-200\/30:hover {
    outline-color: rgb(245 208 254 / 0.3);
  }

  .hover\:outline-fuchsia-200\/35:hover {
    outline-color: rgb(245 208 254 / 0.35);
  }

  .hover\:outline-fuchsia-200\/40:hover {
    outline-color: rgb(245 208 254 / 0.4);
  }

  .hover\:outline-fuchsia-200\/45:hover {
    outline-color: rgb(245 208 254 / 0.45);
  }

  .hover\:outline-fuchsia-200\/5:hover {
    outline-color: rgb(245 208 254 / 0.05);
  }

  .hover\:outline-fuchsia-200\/50:hover {
    outline-color: rgb(245 208 254 / 0.5);
  }

  .hover\:outline-fuchsia-200\/55:hover {
    outline-color: rgb(245 208 254 / 0.55);
  }

  .hover\:outline-fuchsia-200\/60:hover {
    outline-color: rgb(245 208 254 / 0.6);
  }

  .hover\:outline-fuchsia-200\/65:hover {
    outline-color: rgb(245 208 254 / 0.65);
  }

  .hover\:outline-fuchsia-200\/70:hover {
    outline-color: rgb(245 208 254 / 0.7);
  }

  .hover\:outline-fuchsia-200\/75:hover {
    outline-color: rgb(245 208 254 / 0.75);
  }

  .hover\:outline-fuchsia-200\/80:hover {
    outline-color: rgb(245 208 254 / 0.8);
  }

  .hover\:outline-fuchsia-200\/85:hover {
    outline-color: rgb(245 208 254 / 0.85);
  }

  .hover\:outline-fuchsia-200\/90:hover {
    outline-color: rgb(245 208 254 / 0.9);
  }

  .hover\:outline-fuchsia-200\/95:hover {
    outline-color: rgb(245 208 254 / 0.95);
  }

  .hover\:outline-fuchsia-300:hover {
    outline-color: #f0abfc;
  }

  .hover\:outline-fuchsia-300\/0:hover {
    outline-color: rgb(240 171 252 / 0);
  }

  .hover\:outline-fuchsia-300\/10:hover {
    outline-color: rgb(240 171 252 / 0.1);
  }

  .hover\:outline-fuchsia-300\/100:hover {
    outline-color: rgb(240 171 252 / 1);
  }

  .hover\:outline-fuchsia-300\/15:hover {
    outline-color: rgb(240 171 252 / 0.15);
  }

  .hover\:outline-fuchsia-300\/20:hover {
    outline-color: rgb(240 171 252 / 0.2);
  }

  .hover\:outline-fuchsia-300\/25:hover {
    outline-color: rgb(240 171 252 / 0.25);
  }

  .hover\:outline-fuchsia-300\/30:hover {
    outline-color: rgb(240 171 252 / 0.3);
  }

  .hover\:outline-fuchsia-300\/35:hover {
    outline-color: rgb(240 171 252 / 0.35);
  }

  .hover\:outline-fuchsia-300\/40:hover {
    outline-color: rgb(240 171 252 / 0.4);
  }

  .hover\:outline-fuchsia-300\/45:hover {
    outline-color: rgb(240 171 252 / 0.45);
  }

  .hover\:outline-fuchsia-300\/5:hover {
    outline-color: rgb(240 171 252 / 0.05);
  }

  .hover\:outline-fuchsia-300\/50:hover {
    outline-color: rgb(240 171 252 / 0.5);
  }

  .hover\:outline-fuchsia-300\/55:hover {
    outline-color: rgb(240 171 252 / 0.55);
  }

  .hover\:outline-fuchsia-300\/60:hover {
    outline-color: rgb(240 171 252 / 0.6);
  }

  .hover\:outline-fuchsia-300\/65:hover {
    outline-color: rgb(240 171 252 / 0.65);
  }

  .hover\:outline-fuchsia-300\/70:hover {
    outline-color: rgb(240 171 252 / 0.7);
  }

  .hover\:outline-fuchsia-300\/75:hover {
    outline-color: rgb(240 171 252 / 0.75);
  }

  .hover\:outline-fuchsia-300\/80:hover {
    outline-color: rgb(240 171 252 / 0.8);
  }

  .hover\:outline-fuchsia-300\/85:hover {
    outline-color: rgb(240 171 252 / 0.85);
  }

  .hover\:outline-fuchsia-300\/90:hover {
    outline-color: rgb(240 171 252 / 0.9);
  }

  .hover\:outline-fuchsia-300\/95:hover {
    outline-color: rgb(240 171 252 / 0.95);
  }

  .hover\:outline-fuchsia-400:hover {
    outline-color: #e879f9;
  }

  .hover\:outline-fuchsia-400\/0:hover {
    outline-color: rgb(232 121 249 / 0);
  }

  .hover\:outline-fuchsia-400\/10:hover {
    outline-color: rgb(232 121 249 / 0.1);
  }

  .hover\:outline-fuchsia-400\/100:hover {
    outline-color: rgb(232 121 249 / 1);
  }

  .hover\:outline-fuchsia-400\/15:hover {
    outline-color: rgb(232 121 249 / 0.15);
  }

  .hover\:outline-fuchsia-400\/20:hover {
    outline-color: rgb(232 121 249 / 0.2);
  }

  .hover\:outline-fuchsia-400\/25:hover {
    outline-color: rgb(232 121 249 / 0.25);
  }

  .hover\:outline-fuchsia-400\/30:hover {
    outline-color: rgb(232 121 249 / 0.3);
  }

  .hover\:outline-fuchsia-400\/35:hover {
    outline-color: rgb(232 121 249 / 0.35);
  }

  .hover\:outline-fuchsia-400\/40:hover {
    outline-color: rgb(232 121 249 / 0.4);
  }

  .hover\:outline-fuchsia-400\/45:hover {
    outline-color: rgb(232 121 249 / 0.45);
  }

  .hover\:outline-fuchsia-400\/5:hover {
    outline-color: rgb(232 121 249 / 0.05);
  }

  .hover\:outline-fuchsia-400\/50:hover {
    outline-color: rgb(232 121 249 / 0.5);
  }

  .hover\:outline-fuchsia-400\/55:hover {
    outline-color: rgb(232 121 249 / 0.55);
  }

  .hover\:outline-fuchsia-400\/60:hover {
    outline-color: rgb(232 121 249 / 0.6);
  }

  .hover\:outline-fuchsia-400\/65:hover {
    outline-color: rgb(232 121 249 / 0.65);
  }

  .hover\:outline-fuchsia-400\/70:hover {
    outline-color: rgb(232 121 249 / 0.7);
  }

  .hover\:outline-fuchsia-400\/75:hover {
    outline-color: rgb(232 121 249 / 0.75);
  }

  .hover\:outline-fuchsia-400\/80:hover {
    outline-color: rgb(232 121 249 / 0.8);
  }

  .hover\:outline-fuchsia-400\/85:hover {
    outline-color: rgb(232 121 249 / 0.85);
  }

  .hover\:outline-fuchsia-400\/90:hover {
    outline-color: rgb(232 121 249 / 0.9);
  }

  .hover\:outline-fuchsia-400\/95:hover {
    outline-color: rgb(232 121 249 / 0.95);
  }

  .hover\:outline-fuchsia-50:hover {
    outline-color: #fdf4ff;
  }

  .hover\:outline-fuchsia-50\/0:hover {
    outline-color: rgb(253 244 255 / 0);
  }

  .hover\:outline-fuchsia-50\/10:hover {
    outline-color: rgb(253 244 255 / 0.1);
  }

  .hover\:outline-fuchsia-50\/100:hover {
    outline-color: rgb(253 244 255 / 1);
  }

  .hover\:outline-fuchsia-50\/15:hover {
    outline-color: rgb(253 244 255 / 0.15);
  }

  .hover\:outline-fuchsia-50\/20:hover {
    outline-color: rgb(253 244 255 / 0.2);
  }

  .hover\:outline-fuchsia-50\/25:hover {
    outline-color: rgb(253 244 255 / 0.25);
  }

  .hover\:outline-fuchsia-50\/30:hover {
    outline-color: rgb(253 244 255 / 0.3);
  }

  .hover\:outline-fuchsia-50\/35:hover {
    outline-color: rgb(253 244 255 / 0.35);
  }

  .hover\:outline-fuchsia-50\/40:hover {
    outline-color: rgb(253 244 255 / 0.4);
  }

  .hover\:outline-fuchsia-50\/45:hover {
    outline-color: rgb(253 244 255 / 0.45);
  }

  .hover\:outline-fuchsia-50\/5:hover {
    outline-color: rgb(253 244 255 / 0.05);
  }

  .hover\:outline-fuchsia-50\/50:hover {
    outline-color: rgb(253 244 255 / 0.5);
  }

  .hover\:outline-fuchsia-50\/55:hover {
    outline-color: rgb(253 244 255 / 0.55);
  }

  .hover\:outline-fuchsia-50\/60:hover {
    outline-color: rgb(253 244 255 / 0.6);
  }

  .hover\:outline-fuchsia-50\/65:hover {
    outline-color: rgb(253 244 255 / 0.65);
  }

  .hover\:outline-fuchsia-50\/70:hover {
    outline-color: rgb(253 244 255 / 0.7);
  }

  .hover\:outline-fuchsia-50\/75:hover {
    outline-color: rgb(253 244 255 / 0.75);
  }

  .hover\:outline-fuchsia-50\/80:hover {
    outline-color: rgb(253 244 255 / 0.8);
  }

  .hover\:outline-fuchsia-50\/85:hover {
    outline-color: rgb(253 244 255 / 0.85);
  }

  .hover\:outline-fuchsia-50\/90:hover {
    outline-color: rgb(253 244 255 / 0.9);
  }

  .hover\:outline-fuchsia-50\/95:hover {
    outline-color: rgb(253 244 255 / 0.95);
  }

  .hover\:outline-fuchsia-500:hover {
    outline-color: #d946ef;
  }

  .hover\:outline-fuchsia-500\/0:hover {
    outline-color: rgb(217 70 239 / 0);
  }

  .hover\:outline-fuchsia-500\/10:hover {
    outline-color: rgb(217 70 239 / 0.1);
  }

  .hover\:outline-fuchsia-500\/100:hover {
    outline-color: rgb(217 70 239 / 1);
  }

  .hover\:outline-fuchsia-500\/15:hover {
    outline-color: rgb(217 70 239 / 0.15);
  }

  .hover\:outline-fuchsia-500\/20:hover {
    outline-color: rgb(217 70 239 / 0.2);
  }

  .hover\:outline-fuchsia-500\/25:hover {
    outline-color: rgb(217 70 239 / 0.25);
  }

  .hover\:outline-fuchsia-500\/30:hover {
    outline-color: rgb(217 70 239 / 0.3);
  }

  .hover\:outline-fuchsia-500\/35:hover {
    outline-color: rgb(217 70 239 / 0.35);
  }

  .hover\:outline-fuchsia-500\/40:hover {
    outline-color: rgb(217 70 239 / 0.4);
  }

  .hover\:outline-fuchsia-500\/45:hover {
    outline-color: rgb(217 70 239 / 0.45);
  }

  .hover\:outline-fuchsia-500\/5:hover {
    outline-color: rgb(217 70 239 / 0.05);
  }

  .hover\:outline-fuchsia-500\/50:hover {
    outline-color: rgb(217 70 239 / 0.5);
  }

  .hover\:outline-fuchsia-500\/55:hover {
    outline-color: rgb(217 70 239 / 0.55);
  }

  .hover\:outline-fuchsia-500\/60:hover {
    outline-color: rgb(217 70 239 / 0.6);
  }

  .hover\:outline-fuchsia-500\/65:hover {
    outline-color: rgb(217 70 239 / 0.65);
  }

  .hover\:outline-fuchsia-500\/70:hover {
    outline-color: rgb(217 70 239 / 0.7);
  }

  .hover\:outline-fuchsia-500\/75:hover {
    outline-color: rgb(217 70 239 / 0.75);
  }

  .hover\:outline-fuchsia-500\/80:hover {
    outline-color: rgb(217 70 239 / 0.8);
  }

  .hover\:outline-fuchsia-500\/85:hover {
    outline-color: rgb(217 70 239 / 0.85);
  }

  .hover\:outline-fuchsia-500\/90:hover {
    outline-color: rgb(217 70 239 / 0.9);
  }

  .hover\:outline-fuchsia-500\/95:hover {
    outline-color: rgb(217 70 239 / 0.95);
  }

  .hover\:outline-fuchsia-600:hover {
    outline-color: #c026d3;
  }

  .hover\:outline-fuchsia-600\/0:hover {
    outline-color: rgb(192 38 211 / 0);
  }

  .hover\:outline-fuchsia-600\/10:hover {
    outline-color: rgb(192 38 211 / 0.1);
  }

  .hover\:outline-fuchsia-600\/100:hover {
    outline-color: rgb(192 38 211 / 1);
  }

  .hover\:outline-fuchsia-600\/15:hover {
    outline-color: rgb(192 38 211 / 0.15);
  }

  .hover\:outline-fuchsia-600\/20:hover {
    outline-color: rgb(192 38 211 / 0.2);
  }

  .hover\:outline-fuchsia-600\/25:hover {
    outline-color: rgb(192 38 211 / 0.25);
  }

  .hover\:outline-fuchsia-600\/30:hover {
    outline-color: rgb(192 38 211 / 0.3);
  }

  .hover\:outline-fuchsia-600\/35:hover {
    outline-color: rgb(192 38 211 / 0.35);
  }

  .hover\:outline-fuchsia-600\/40:hover {
    outline-color: rgb(192 38 211 / 0.4);
  }

  .hover\:outline-fuchsia-600\/45:hover {
    outline-color: rgb(192 38 211 / 0.45);
  }

  .hover\:outline-fuchsia-600\/5:hover {
    outline-color: rgb(192 38 211 / 0.05);
  }

  .hover\:outline-fuchsia-600\/50:hover {
    outline-color: rgb(192 38 211 / 0.5);
  }

  .hover\:outline-fuchsia-600\/55:hover {
    outline-color: rgb(192 38 211 / 0.55);
  }

  .hover\:outline-fuchsia-600\/60:hover {
    outline-color: rgb(192 38 211 / 0.6);
  }

  .hover\:outline-fuchsia-600\/65:hover {
    outline-color: rgb(192 38 211 / 0.65);
  }

  .hover\:outline-fuchsia-600\/70:hover {
    outline-color: rgb(192 38 211 / 0.7);
  }

  .hover\:outline-fuchsia-600\/75:hover {
    outline-color: rgb(192 38 211 / 0.75);
  }

  .hover\:outline-fuchsia-600\/80:hover {
    outline-color: rgb(192 38 211 / 0.8);
  }

  .hover\:outline-fuchsia-600\/85:hover {
    outline-color: rgb(192 38 211 / 0.85);
  }

  .hover\:outline-fuchsia-600\/90:hover {
    outline-color: rgb(192 38 211 / 0.9);
  }

  .hover\:outline-fuchsia-600\/95:hover {
    outline-color: rgb(192 38 211 / 0.95);
  }

  .hover\:outline-fuchsia-700:hover {
    outline-color: #a21caf;
  }

  .hover\:outline-fuchsia-700\/0:hover {
    outline-color: rgb(162 28 175 / 0);
  }

  .hover\:outline-fuchsia-700\/10:hover {
    outline-color: rgb(162 28 175 / 0.1);
  }

  .hover\:outline-fuchsia-700\/100:hover {
    outline-color: rgb(162 28 175 / 1);
  }

  .hover\:outline-fuchsia-700\/15:hover {
    outline-color: rgb(162 28 175 / 0.15);
  }

  .hover\:outline-fuchsia-700\/20:hover {
    outline-color: rgb(162 28 175 / 0.2);
  }

  .hover\:outline-fuchsia-700\/25:hover {
    outline-color: rgb(162 28 175 / 0.25);
  }

  .hover\:outline-fuchsia-700\/30:hover {
    outline-color: rgb(162 28 175 / 0.3);
  }

  .hover\:outline-fuchsia-700\/35:hover {
    outline-color: rgb(162 28 175 / 0.35);
  }

  .hover\:outline-fuchsia-700\/40:hover {
    outline-color: rgb(162 28 175 / 0.4);
  }

  .hover\:outline-fuchsia-700\/45:hover {
    outline-color: rgb(162 28 175 / 0.45);
  }

  .hover\:outline-fuchsia-700\/5:hover {
    outline-color: rgb(162 28 175 / 0.05);
  }

  .hover\:outline-fuchsia-700\/50:hover {
    outline-color: rgb(162 28 175 / 0.5);
  }

  .hover\:outline-fuchsia-700\/55:hover {
    outline-color: rgb(162 28 175 / 0.55);
  }

  .hover\:outline-fuchsia-700\/60:hover {
    outline-color: rgb(162 28 175 / 0.6);
  }

  .hover\:outline-fuchsia-700\/65:hover {
    outline-color: rgb(162 28 175 / 0.65);
  }

  .hover\:outline-fuchsia-700\/70:hover {
    outline-color: rgb(162 28 175 / 0.7);
  }

  .hover\:outline-fuchsia-700\/75:hover {
    outline-color: rgb(162 28 175 / 0.75);
  }

  .hover\:outline-fuchsia-700\/80:hover {
    outline-color: rgb(162 28 175 / 0.8);
  }

  .hover\:outline-fuchsia-700\/85:hover {
    outline-color: rgb(162 28 175 / 0.85);
  }

  .hover\:outline-fuchsia-700\/90:hover {
    outline-color: rgb(162 28 175 / 0.9);
  }

  .hover\:outline-fuchsia-700\/95:hover {
    outline-color: rgb(162 28 175 / 0.95);
  }

  .hover\:outline-fuchsia-800:hover {
    outline-color: #86198f;
  }

  .hover\:outline-fuchsia-800\/0:hover {
    outline-color: rgb(134 25 143 / 0);
  }

  .hover\:outline-fuchsia-800\/10:hover {
    outline-color: rgb(134 25 143 / 0.1);
  }

  .hover\:outline-fuchsia-800\/100:hover {
    outline-color: rgb(134 25 143 / 1);
  }

  .hover\:outline-fuchsia-800\/15:hover {
    outline-color: rgb(134 25 143 / 0.15);
  }

  .hover\:outline-fuchsia-800\/20:hover {
    outline-color: rgb(134 25 143 / 0.2);
  }

  .hover\:outline-fuchsia-800\/25:hover {
    outline-color: rgb(134 25 143 / 0.25);
  }

  .hover\:outline-fuchsia-800\/30:hover {
    outline-color: rgb(134 25 143 / 0.3);
  }

  .hover\:outline-fuchsia-800\/35:hover {
    outline-color: rgb(134 25 143 / 0.35);
  }

  .hover\:outline-fuchsia-800\/40:hover {
    outline-color: rgb(134 25 143 / 0.4);
  }

  .hover\:outline-fuchsia-800\/45:hover {
    outline-color: rgb(134 25 143 / 0.45);
  }

  .hover\:outline-fuchsia-800\/5:hover {
    outline-color: rgb(134 25 143 / 0.05);
  }

  .hover\:outline-fuchsia-800\/50:hover {
    outline-color: rgb(134 25 143 / 0.5);
  }

  .hover\:outline-fuchsia-800\/55:hover {
    outline-color: rgb(134 25 143 / 0.55);
  }

  .hover\:outline-fuchsia-800\/60:hover {
    outline-color: rgb(134 25 143 / 0.6);
  }

  .hover\:outline-fuchsia-800\/65:hover {
    outline-color: rgb(134 25 143 / 0.65);
  }

  .hover\:outline-fuchsia-800\/70:hover {
    outline-color: rgb(134 25 143 / 0.7);
  }

  .hover\:outline-fuchsia-800\/75:hover {
    outline-color: rgb(134 25 143 / 0.75);
  }

  .hover\:outline-fuchsia-800\/80:hover {
    outline-color: rgb(134 25 143 / 0.8);
  }

  .hover\:outline-fuchsia-800\/85:hover {
    outline-color: rgb(134 25 143 / 0.85);
  }

  .hover\:outline-fuchsia-800\/90:hover {
    outline-color: rgb(134 25 143 / 0.9);
  }

  .hover\:outline-fuchsia-800\/95:hover {
    outline-color: rgb(134 25 143 / 0.95);
  }

  .hover\:outline-fuchsia-900:hover {
    outline-color: #701a75;
  }

  .hover\:outline-fuchsia-900\/0:hover {
    outline-color: rgb(112 26 117 / 0);
  }

  .hover\:outline-fuchsia-900\/10:hover {
    outline-color: rgb(112 26 117 / 0.1);
  }

  .hover\:outline-fuchsia-900\/100:hover {
    outline-color: rgb(112 26 117 / 1);
  }

  .hover\:outline-fuchsia-900\/15:hover {
    outline-color: rgb(112 26 117 / 0.15);
  }

  .hover\:outline-fuchsia-900\/20:hover {
    outline-color: rgb(112 26 117 / 0.2);
  }

  .hover\:outline-fuchsia-900\/25:hover {
    outline-color: rgb(112 26 117 / 0.25);
  }

  .hover\:outline-fuchsia-900\/30:hover {
    outline-color: rgb(112 26 117 / 0.3);
  }

  .hover\:outline-fuchsia-900\/35:hover {
    outline-color: rgb(112 26 117 / 0.35);
  }

  .hover\:outline-fuchsia-900\/40:hover {
    outline-color: rgb(112 26 117 / 0.4);
  }

  .hover\:outline-fuchsia-900\/45:hover {
    outline-color: rgb(112 26 117 / 0.45);
  }

  .hover\:outline-fuchsia-900\/5:hover {
    outline-color: rgb(112 26 117 / 0.05);
  }

  .hover\:outline-fuchsia-900\/50:hover {
    outline-color: rgb(112 26 117 / 0.5);
  }

  .hover\:outline-fuchsia-900\/55:hover {
    outline-color: rgb(112 26 117 / 0.55);
  }

  .hover\:outline-fuchsia-900\/60:hover {
    outline-color: rgb(112 26 117 / 0.6);
  }

  .hover\:outline-fuchsia-900\/65:hover {
    outline-color: rgb(112 26 117 / 0.65);
  }

  .hover\:outline-fuchsia-900\/70:hover {
    outline-color: rgb(112 26 117 / 0.7);
  }

  .hover\:outline-fuchsia-900\/75:hover {
    outline-color: rgb(112 26 117 / 0.75);
  }

  .hover\:outline-fuchsia-900\/80:hover {
    outline-color: rgb(112 26 117 / 0.8);
  }

  .hover\:outline-fuchsia-900\/85:hover {
    outline-color: rgb(112 26 117 / 0.85);
  }

  .hover\:outline-fuchsia-900\/90:hover {
    outline-color: rgb(112 26 117 / 0.9);
  }

  .hover\:outline-fuchsia-900\/95:hover {
    outline-color: rgb(112 26 117 / 0.95);
  }

  .hover\:outline-fuchsia-950:hover {
    outline-color: #4a044e;
  }

  .hover\:outline-fuchsia-950\/0:hover {
    outline-color: rgb(74 4 78 / 0);
  }

  .hover\:outline-fuchsia-950\/10:hover {
    outline-color: rgb(74 4 78 / 0.1);
  }

  .hover\:outline-fuchsia-950\/100:hover {
    outline-color: rgb(74 4 78 / 1);
  }

  .hover\:outline-fuchsia-950\/15:hover {
    outline-color: rgb(74 4 78 / 0.15);
  }

  .hover\:outline-fuchsia-950\/20:hover {
    outline-color: rgb(74 4 78 / 0.2);
  }

  .hover\:outline-fuchsia-950\/25:hover {
    outline-color: rgb(74 4 78 / 0.25);
  }

  .hover\:outline-fuchsia-950\/30:hover {
    outline-color: rgb(74 4 78 / 0.3);
  }

  .hover\:outline-fuchsia-950\/35:hover {
    outline-color: rgb(74 4 78 / 0.35);
  }

  .hover\:outline-fuchsia-950\/40:hover {
    outline-color: rgb(74 4 78 / 0.4);
  }

  .hover\:outline-fuchsia-950\/45:hover {
    outline-color: rgb(74 4 78 / 0.45);
  }

  .hover\:outline-fuchsia-950\/5:hover {
    outline-color: rgb(74 4 78 / 0.05);
  }

  .hover\:outline-fuchsia-950\/50:hover {
    outline-color: rgb(74 4 78 / 0.5);
  }

  .hover\:outline-fuchsia-950\/55:hover {
    outline-color: rgb(74 4 78 / 0.55);
  }

  .hover\:outline-fuchsia-950\/60:hover {
    outline-color: rgb(74 4 78 / 0.6);
  }

  .hover\:outline-fuchsia-950\/65:hover {
    outline-color: rgb(74 4 78 / 0.65);
  }

  .hover\:outline-fuchsia-950\/70:hover {
    outline-color: rgb(74 4 78 / 0.7);
  }

  .hover\:outline-fuchsia-950\/75:hover {
    outline-color: rgb(74 4 78 / 0.75);
  }

  .hover\:outline-fuchsia-950\/80:hover {
    outline-color: rgb(74 4 78 / 0.8);
  }

  .hover\:outline-fuchsia-950\/85:hover {
    outline-color: rgb(74 4 78 / 0.85);
  }

  .hover\:outline-fuchsia-950\/90:hover {
    outline-color: rgb(74 4 78 / 0.9);
  }

  .hover\:outline-fuchsia-950\/95:hover {
    outline-color: rgb(74 4 78 / 0.95);
  }

  .hover\:outline-gray-100:hover {
    outline-color: #f3f4f6;
  }

  .hover\:outline-gray-100\/0:hover {
    outline-color: rgb(243 244 246 / 0);
  }

  .hover\:outline-gray-100\/10:hover {
    outline-color: rgb(243 244 246 / 0.1);
  }

  .hover\:outline-gray-100\/100:hover {
    outline-color: rgb(243 244 246 / 1);
  }

  .hover\:outline-gray-100\/15:hover {
    outline-color: rgb(243 244 246 / 0.15);
  }

  .hover\:outline-gray-100\/20:hover {
    outline-color: rgb(243 244 246 / 0.2);
  }

  .hover\:outline-gray-100\/25:hover {
    outline-color: rgb(243 244 246 / 0.25);
  }

  .hover\:outline-gray-100\/30:hover {
    outline-color: rgb(243 244 246 / 0.3);
  }

  .hover\:outline-gray-100\/35:hover {
    outline-color: rgb(243 244 246 / 0.35);
  }

  .hover\:outline-gray-100\/40:hover {
    outline-color: rgb(243 244 246 / 0.4);
  }

  .hover\:outline-gray-100\/45:hover {
    outline-color: rgb(243 244 246 / 0.45);
  }

  .hover\:outline-gray-100\/5:hover {
    outline-color: rgb(243 244 246 / 0.05);
  }

  .hover\:outline-gray-100\/50:hover {
    outline-color: rgb(243 244 246 / 0.5);
  }

  .hover\:outline-gray-100\/55:hover {
    outline-color: rgb(243 244 246 / 0.55);
  }

  .hover\:outline-gray-100\/60:hover {
    outline-color: rgb(243 244 246 / 0.6);
  }

  .hover\:outline-gray-100\/65:hover {
    outline-color: rgb(243 244 246 / 0.65);
  }

  .hover\:outline-gray-100\/70:hover {
    outline-color: rgb(243 244 246 / 0.7);
  }

  .hover\:outline-gray-100\/75:hover {
    outline-color: rgb(243 244 246 / 0.75);
  }

  .hover\:outline-gray-100\/80:hover {
    outline-color: rgb(243 244 246 / 0.8);
  }

  .hover\:outline-gray-100\/85:hover {
    outline-color: rgb(243 244 246 / 0.85);
  }

  .hover\:outline-gray-100\/90:hover {
    outline-color: rgb(243 244 246 / 0.9);
  }

  .hover\:outline-gray-100\/95:hover {
    outline-color: rgb(243 244 246 / 0.95);
  }

  .hover\:outline-gray-200:hover {
    outline-color: #e5e7eb;
  }

  .hover\:outline-gray-200\/0:hover {
    outline-color: rgb(229 231 235 / 0);
  }

  .hover\:outline-gray-200\/10:hover {
    outline-color: rgb(229 231 235 / 0.1);
  }

  .hover\:outline-gray-200\/100:hover {
    outline-color: rgb(229 231 235 / 1);
  }

  .hover\:outline-gray-200\/15:hover {
    outline-color: rgb(229 231 235 / 0.15);
  }

  .hover\:outline-gray-200\/20:hover {
    outline-color: rgb(229 231 235 / 0.2);
  }

  .hover\:outline-gray-200\/25:hover {
    outline-color: rgb(229 231 235 / 0.25);
  }

  .hover\:outline-gray-200\/30:hover {
    outline-color: rgb(229 231 235 / 0.3);
  }

  .hover\:outline-gray-200\/35:hover {
    outline-color: rgb(229 231 235 / 0.35);
  }

  .hover\:outline-gray-200\/40:hover {
    outline-color: rgb(229 231 235 / 0.4);
  }

  .hover\:outline-gray-200\/45:hover {
    outline-color: rgb(229 231 235 / 0.45);
  }

  .hover\:outline-gray-200\/5:hover {
    outline-color: rgb(229 231 235 / 0.05);
  }

  .hover\:outline-gray-200\/50:hover {
    outline-color: rgb(229 231 235 / 0.5);
  }

  .hover\:outline-gray-200\/55:hover {
    outline-color: rgb(229 231 235 / 0.55);
  }

  .hover\:outline-gray-200\/60:hover {
    outline-color: rgb(229 231 235 / 0.6);
  }

  .hover\:outline-gray-200\/65:hover {
    outline-color: rgb(229 231 235 / 0.65);
  }

  .hover\:outline-gray-200\/70:hover {
    outline-color: rgb(229 231 235 / 0.7);
  }

  .hover\:outline-gray-200\/75:hover {
    outline-color: rgb(229 231 235 / 0.75);
  }

  .hover\:outline-gray-200\/80:hover {
    outline-color: rgb(229 231 235 / 0.8);
  }

  .hover\:outline-gray-200\/85:hover {
    outline-color: rgb(229 231 235 / 0.85);
  }

  .hover\:outline-gray-200\/90:hover {
    outline-color: rgb(229 231 235 / 0.9);
  }

  .hover\:outline-gray-200\/95:hover {
    outline-color: rgb(229 231 235 / 0.95);
  }

  .hover\:outline-gray-300:hover {
    outline-color: #d1d5db;
  }

  .hover\:outline-gray-300\/0:hover {
    outline-color: rgb(209 213 219 / 0);
  }

  .hover\:outline-gray-300\/10:hover {
    outline-color: rgb(209 213 219 / 0.1);
  }

  .hover\:outline-gray-300\/100:hover {
    outline-color: rgb(209 213 219 / 1);
  }

  .hover\:outline-gray-300\/15:hover {
    outline-color: rgb(209 213 219 / 0.15);
  }

  .hover\:outline-gray-300\/20:hover {
    outline-color: rgb(209 213 219 / 0.2);
  }

  .hover\:outline-gray-300\/25:hover {
    outline-color: rgb(209 213 219 / 0.25);
  }

  .hover\:outline-gray-300\/30:hover {
    outline-color: rgb(209 213 219 / 0.3);
  }

  .hover\:outline-gray-300\/35:hover {
    outline-color: rgb(209 213 219 / 0.35);
  }

  .hover\:outline-gray-300\/40:hover {
    outline-color: rgb(209 213 219 / 0.4);
  }

  .hover\:outline-gray-300\/45:hover {
    outline-color: rgb(209 213 219 / 0.45);
  }

  .hover\:outline-gray-300\/5:hover {
    outline-color: rgb(209 213 219 / 0.05);
  }

  .hover\:outline-gray-300\/50:hover {
    outline-color: rgb(209 213 219 / 0.5);
  }

  .hover\:outline-gray-300\/55:hover {
    outline-color: rgb(209 213 219 / 0.55);
  }

  .hover\:outline-gray-300\/60:hover {
    outline-color: rgb(209 213 219 / 0.6);
  }

  .hover\:outline-gray-300\/65:hover {
    outline-color: rgb(209 213 219 / 0.65);
  }

  .hover\:outline-gray-300\/70:hover {
    outline-color: rgb(209 213 219 / 0.7);
  }

  .hover\:outline-gray-300\/75:hover {
    outline-color: rgb(209 213 219 / 0.75);
  }

  .hover\:outline-gray-300\/80:hover {
    outline-color: rgb(209 213 219 / 0.8);
  }

  .hover\:outline-gray-300\/85:hover {
    outline-color: rgb(209 213 219 / 0.85);
  }

  .hover\:outline-gray-300\/90:hover {
    outline-color: rgb(209 213 219 / 0.9);
  }

  .hover\:outline-gray-300\/95:hover {
    outline-color: rgb(209 213 219 / 0.95);
  }

  .hover\:outline-gray-400:hover {
    outline-color: #9ca3af;
  }

  .hover\:outline-gray-400\/0:hover {
    outline-color: rgb(156 163 175 / 0);
  }

  .hover\:outline-gray-400\/10:hover {
    outline-color: rgb(156 163 175 / 0.1);
  }

  .hover\:outline-gray-400\/100:hover {
    outline-color: rgb(156 163 175 / 1);
  }

  .hover\:outline-gray-400\/15:hover {
    outline-color: rgb(156 163 175 / 0.15);
  }

  .hover\:outline-gray-400\/20:hover {
    outline-color: rgb(156 163 175 / 0.2);
  }

  .hover\:outline-gray-400\/25:hover {
    outline-color: rgb(156 163 175 / 0.25);
  }

  .hover\:outline-gray-400\/30:hover {
    outline-color: rgb(156 163 175 / 0.3);
  }

  .hover\:outline-gray-400\/35:hover {
    outline-color: rgb(156 163 175 / 0.35);
  }

  .hover\:outline-gray-400\/40:hover {
    outline-color: rgb(156 163 175 / 0.4);
  }

  .hover\:outline-gray-400\/45:hover {
    outline-color: rgb(156 163 175 / 0.45);
  }

  .hover\:outline-gray-400\/5:hover {
    outline-color: rgb(156 163 175 / 0.05);
  }

  .hover\:outline-gray-400\/50:hover {
    outline-color: rgb(156 163 175 / 0.5);
  }

  .hover\:outline-gray-400\/55:hover {
    outline-color: rgb(156 163 175 / 0.55);
  }

  .hover\:outline-gray-400\/60:hover {
    outline-color: rgb(156 163 175 / 0.6);
  }

  .hover\:outline-gray-400\/65:hover {
    outline-color: rgb(156 163 175 / 0.65);
  }

  .hover\:outline-gray-400\/70:hover {
    outline-color: rgb(156 163 175 / 0.7);
  }

  .hover\:outline-gray-400\/75:hover {
    outline-color: rgb(156 163 175 / 0.75);
  }

  .hover\:outline-gray-400\/80:hover {
    outline-color: rgb(156 163 175 / 0.8);
  }

  .hover\:outline-gray-400\/85:hover {
    outline-color: rgb(156 163 175 / 0.85);
  }

  .hover\:outline-gray-400\/90:hover {
    outline-color: rgb(156 163 175 / 0.9);
  }

  .hover\:outline-gray-400\/95:hover {
    outline-color: rgb(156 163 175 / 0.95);
  }

  .hover\:outline-gray-50:hover {
    outline-color: #f9fafb;
  }

  .hover\:outline-gray-50\/0:hover {
    outline-color: rgb(249 250 251 / 0);
  }

  .hover\:outline-gray-50\/10:hover {
    outline-color: rgb(249 250 251 / 0.1);
  }

  .hover\:outline-gray-50\/100:hover {
    outline-color: rgb(249 250 251 / 1);
  }

  .hover\:outline-gray-50\/15:hover {
    outline-color: rgb(249 250 251 / 0.15);
  }

  .hover\:outline-gray-50\/20:hover {
    outline-color: rgb(249 250 251 / 0.2);
  }

  .hover\:outline-gray-50\/25:hover {
    outline-color: rgb(249 250 251 / 0.25);
  }

  .hover\:outline-gray-50\/30:hover {
    outline-color: rgb(249 250 251 / 0.3);
  }

  .hover\:outline-gray-50\/35:hover {
    outline-color: rgb(249 250 251 / 0.35);
  }

  .hover\:outline-gray-50\/40:hover {
    outline-color: rgb(249 250 251 / 0.4);
  }

  .hover\:outline-gray-50\/45:hover {
    outline-color: rgb(249 250 251 / 0.45);
  }

  .hover\:outline-gray-50\/5:hover {
    outline-color: rgb(249 250 251 / 0.05);
  }

  .hover\:outline-gray-50\/50:hover {
    outline-color: rgb(249 250 251 / 0.5);
  }

  .hover\:outline-gray-50\/55:hover {
    outline-color: rgb(249 250 251 / 0.55);
  }

  .hover\:outline-gray-50\/60:hover {
    outline-color: rgb(249 250 251 / 0.6);
  }

  .hover\:outline-gray-50\/65:hover {
    outline-color: rgb(249 250 251 / 0.65);
  }

  .hover\:outline-gray-50\/70:hover {
    outline-color: rgb(249 250 251 / 0.7);
  }

  .hover\:outline-gray-50\/75:hover {
    outline-color: rgb(249 250 251 / 0.75);
  }

  .hover\:outline-gray-50\/80:hover {
    outline-color: rgb(249 250 251 / 0.8);
  }

  .hover\:outline-gray-50\/85:hover {
    outline-color: rgb(249 250 251 / 0.85);
  }

  .hover\:outline-gray-50\/90:hover {
    outline-color: rgb(249 250 251 / 0.9);
  }

  .hover\:outline-gray-50\/95:hover {
    outline-color: rgb(249 250 251 / 0.95);
  }

  .hover\:outline-gray-500:hover {
    outline-color: #6b7280;
  }

  .hover\:outline-gray-500\/0:hover {
    outline-color: rgb(107 114 128 / 0);
  }

  .hover\:outline-gray-500\/10:hover {
    outline-color: rgb(107 114 128 / 0.1);
  }

  .hover\:outline-gray-500\/100:hover {
    outline-color: rgb(107 114 128 / 1);
  }

  .hover\:outline-gray-500\/15:hover {
    outline-color: rgb(107 114 128 / 0.15);
  }

  .hover\:outline-gray-500\/20:hover {
    outline-color: rgb(107 114 128 / 0.2);
  }

  .hover\:outline-gray-500\/25:hover {
    outline-color: rgb(107 114 128 / 0.25);
  }

  .hover\:outline-gray-500\/30:hover {
    outline-color: rgb(107 114 128 / 0.3);
  }

  .hover\:outline-gray-500\/35:hover {
    outline-color: rgb(107 114 128 / 0.35);
  }

  .hover\:outline-gray-500\/40:hover {
    outline-color: rgb(107 114 128 / 0.4);
  }

  .hover\:outline-gray-500\/45:hover {
    outline-color: rgb(107 114 128 / 0.45);
  }

  .hover\:outline-gray-500\/5:hover {
    outline-color: rgb(107 114 128 / 0.05);
  }

  .hover\:outline-gray-500\/50:hover {
    outline-color: rgb(107 114 128 / 0.5);
  }

  .hover\:outline-gray-500\/55:hover {
    outline-color: rgb(107 114 128 / 0.55);
  }

  .hover\:outline-gray-500\/60:hover {
    outline-color: rgb(107 114 128 / 0.6);
  }

  .hover\:outline-gray-500\/65:hover {
    outline-color: rgb(107 114 128 / 0.65);
  }

  .hover\:outline-gray-500\/70:hover {
    outline-color: rgb(107 114 128 / 0.7);
  }

  .hover\:outline-gray-500\/75:hover {
    outline-color: rgb(107 114 128 / 0.75);
  }

  .hover\:outline-gray-500\/80:hover {
    outline-color: rgb(107 114 128 / 0.8);
  }

  .hover\:outline-gray-500\/85:hover {
    outline-color: rgb(107 114 128 / 0.85);
  }

  .hover\:outline-gray-500\/90:hover {
    outline-color: rgb(107 114 128 / 0.9);
  }

  .hover\:outline-gray-500\/95:hover {
    outline-color: rgb(107 114 128 / 0.95);
  }

  .hover\:outline-gray-600:hover {
    outline-color: #4b5563;
  }

  .hover\:outline-gray-600\/0:hover {
    outline-color: rgb(75 85 99 / 0);
  }

  .hover\:outline-gray-600\/10:hover {
    outline-color: rgb(75 85 99 / 0.1);
  }

  .hover\:outline-gray-600\/100:hover {
    outline-color: rgb(75 85 99 / 1);
  }

  .hover\:outline-gray-600\/15:hover {
    outline-color: rgb(75 85 99 / 0.15);
  }

  .hover\:outline-gray-600\/20:hover {
    outline-color: rgb(75 85 99 / 0.2);
  }

  .hover\:outline-gray-600\/25:hover {
    outline-color: rgb(75 85 99 / 0.25);
  }

  .hover\:outline-gray-600\/30:hover {
    outline-color: rgb(75 85 99 / 0.3);
  }

  .hover\:outline-gray-600\/35:hover {
    outline-color: rgb(75 85 99 / 0.35);
  }

  .hover\:outline-gray-600\/40:hover {
    outline-color: rgb(75 85 99 / 0.4);
  }

  .hover\:outline-gray-600\/45:hover {
    outline-color: rgb(75 85 99 / 0.45);
  }

  .hover\:outline-gray-600\/5:hover {
    outline-color: rgb(75 85 99 / 0.05);
  }

  .hover\:outline-gray-600\/50:hover {
    outline-color: rgb(75 85 99 / 0.5);
  }

  .hover\:outline-gray-600\/55:hover {
    outline-color: rgb(75 85 99 / 0.55);
  }

  .hover\:outline-gray-600\/60:hover {
    outline-color: rgb(75 85 99 / 0.6);
  }

  .hover\:outline-gray-600\/65:hover {
    outline-color: rgb(75 85 99 / 0.65);
  }

  .hover\:outline-gray-600\/70:hover {
    outline-color: rgb(75 85 99 / 0.7);
  }

  .hover\:outline-gray-600\/75:hover {
    outline-color: rgb(75 85 99 / 0.75);
  }

  .hover\:outline-gray-600\/80:hover {
    outline-color: rgb(75 85 99 / 0.8);
  }

  .hover\:outline-gray-600\/85:hover {
    outline-color: rgb(75 85 99 / 0.85);
  }

  .hover\:outline-gray-600\/90:hover {
    outline-color: rgb(75 85 99 / 0.9);
  }

  .hover\:outline-gray-600\/95:hover {
    outline-color: rgb(75 85 99 / 0.95);
  }

  .hover\:outline-gray-700:hover {
    outline-color: #374151;
  }

  .hover\:outline-gray-700\/0:hover {
    outline-color: rgb(55 65 81 / 0);
  }

  .hover\:outline-gray-700\/10:hover {
    outline-color: rgb(55 65 81 / 0.1);
  }

  .hover\:outline-gray-700\/100:hover {
    outline-color: rgb(55 65 81 / 1);
  }

  .hover\:outline-gray-700\/15:hover {
    outline-color: rgb(55 65 81 / 0.15);
  }

  .hover\:outline-gray-700\/20:hover {
    outline-color: rgb(55 65 81 / 0.2);
  }

  .hover\:outline-gray-700\/25:hover {
    outline-color: rgb(55 65 81 / 0.25);
  }

  .hover\:outline-gray-700\/30:hover {
    outline-color: rgb(55 65 81 / 0.3);
  }

  .hover\:outline-gray-700\/35:hover {
    outline-color: rgb(55 65 81 / 0.35);
  }

  .hover\:outline-gray-700\/40:hover {
    outline-color: rgb(55 65 81 / 0.4);
  }

  .hover\:outline-gray-700\/45:hover {
    outline-color: rgb(55 65 81 / 0.45);
  }

  .hover\:outline-gray-700\/5:hover {
    outline-color: rgb(55 65 81 / 0.05);
  }

  .hover\:outline-gray-700\/50:hover {
    outline-color: rgb(55 65 81 / 0.5);
  }

  .hover\:outline-gray-700\/55:hover {
    outline-color: rgb(55 65 81 / 0.55);
  }

  .hover\:outline-gray-700\/60:hover {
    outline-color: rgb(55 65 81 / 0.6);
  }

  .hover\:outline-gray-700\/65:hover {
    outline-color: rgb(55 65 81 / 0.65);
  }

  .hover\:outline-gray-700\/70:hover {
    outline-color: rgb(55 65 81 / 0.7);
  }

  .hover\:outline-gray-700\/75:hover {
    outline-color: rgb(55 65 81 / 0.75);
  }

  .hover\:outline-gray-700\/80:hover {
    outline-color: rgb(55 65 81 / 0.8);
  }

  .hover\:outline-gray-700\/85:hover {
    outline-color: rgb(55 65 81 / 0.85);
  }

  .hover\:outline-gray-700\/90:hover {
    outline-color: rgb(55 65 81 / 0.9);
  }

  .hover\:outline-gray-700\/95:hover {
    outline-color: rgb(55 65 81 / 0.95);
  }

  .hover\:outline-gray-800:hover {
    outline-color: #1f2937;
  }

  .hover\:outline-gray-800\/0:hover {
    outline-color: rgb(31 41 55 / 0);
  }

  .hover\:outline-gray-800\/10:hover {
    outline-color: rgb(31 41 55 / 0.1);
  }

  .hover\:outline-gray-800\/100:hover {
    outline-color: rgb(31 41 55 / 1);
  }

  .hover\:outline-gray-800\/15:hover {
    outline-color: rgb(31 41 55 / 0.15);
  }

  .hover\:outline-gray-800\/20:hover {
    outline-color: rgb(31 41 55 / 0.2);
  }

  .hover\:outline-gray-800\/25:hover {
    outline-color: rgb(31 41 55 / 0.25);
  }

  .hover\:outline-gray-800\/30:hover {
    outline-color: rgb(31 41 55 / 0.3);
  }

  .hover\:outline-gray-800\/35:hover {
    outline-color: rgb(31 41 55 / 0.35);
  }

  .hover\:outline-gray-800\/40:hover {
    outline-color: rgb(31 41 55 / 0.4);
  }

  .hover\:outline-gray-800\/45:hover {
    outline-color: rgb(31 41 55 / 0.45);
  }

  .hover\:outline-gray-800\/5:hover {
    outline-color: rgb(31 41 55 / 0.05);
  }

  .hover\:outline-gray-800\/50:hover {
    outline-color: rgb(31 41 55 / 0.5);
  }

  .hover\:outline-gray-800\/55:hover {
    outline-color: rgb(31 41 55 / 0.55);
  }

  .hover\:outline-gray-800\/60:hover {
    outline-color: rgb(31 41 55 / 0.6);
  }

  .hover\:outline-gray-800\/65:hover {
    outline-color: rgb(31 41 55 / 0.65);
  }

  .hover\:outline-gray-800\/70:hover {
    outline-color: rgb(31 41 55 / 0.7);
  }

  .hover\:outline-gray-800\/75:hover {
    outline-color: rgb(31 41 55 / 0.75);
  }

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

  .hover\:outline-gray-800\/85:hover {
    outline-color: rgb(31 41 55 / 0.85);
  }

  .hover\:outline-gray-800\/90:hover {
    outline-color: rgb(31 41 55 / 0.9);
  }

  .hover\:outline-gray-800\/95:hover {
    outline-color: rgb(31 41 55 / 0.95);
  }

  .hover\:outline-gray-900:hover {
    outline-color: #111827;
  }

  .hover\:outline-gray-900\/0:hover {
    outline-color: rgb(17 24 39 / 0);
  }

  .hover\:outline-gray-900\/10:hover {
    outline-color: rgb(17 24 39 / 0.1);
  }

  .hover\:outline-gray-900\/100:hover {
    outline-color: rgb(17 24 39 / 1);
  }

  .hover\:outline-gray-900\/15:hover {
    outline-color: rgb(17 24 39 / 0.15);
  }

  .hover\:outline-gray-900\/20:hover {
    outline-color: rgb(17 24 39 / 0.2);
  }

  .hover\:outline-gray-900\/25:hover {
    outline-color: rgb(17 24 39 / 0.25);
  }

  .hover\:outline-gray-900\/30:hover {
    outline-color: rgb(17 24 39 / 0.3);
  }

  .hover\:outline-gray-900\/35:hover {
    outline-color: rgb(17 24 39 / 0.35);
  }

  .hover\:outline-gray-900\/40:hover {
    outline-color: rgb(17 24 39 / 0.4);
  }

  .hover\:outline-gray-900\/45:hover {
    outline-color: rgb(17 24 39 / 0.45);
  }

  .hover\:outline-gray-900\/5:hover {
    outline-color: rgb(17 24 39 / 0.05);
  }

  .hover\:outline-gray-900\/50:hover {
    outline-color: rgb(17 24 39 / 0.5);
  }

  .hover\:outline-gray-900\/55:hover {
    outline-color: rgb(17 24 39 / 0.55);
  }

  .hover\:outline-gray-900\/60:hover {
    outline-color: rgb(17 24 39 / 0.6);
  }

  .hover\:outline-gray-900\/65:hover {
    outline-color: rgb(17 24 39 / 0.65);
  }

  .hover\:outline-gray-900\/70:hover {
    outline-color: rgb(17 24 39 / 0.7);
  }

  .hover\:outline-gray-900\/75:hover {
    outline-color: rgb(17 24 39 / 0.75);
  }

  .hover\:outline-gray-900\/80:hover {
    outline-color: rgb(17 24 39 / 0.8);
  }

  .hover\:outline-gray-900\/85:hover {
    outline-color: rgb(17 24 39 / 0.85);
  }

  .hover\:outline-gray-900\/90:hover {
    outline-color: rgb(17 24 39 / 0.9);
  }

  .hover\:outline-gray-900\/95:hover {
    outline-color: rgb(17 24 39 / 0.95);
  }

  .hover\:outline-gray-950:hover {
    outline-color: #030712;
  }

  .hover\:outline-gray-950\/0:hover {
    outline-color: rgb(3 7 18 / 0);
  }

  .hover\:outline-gray-950\/10:hover {
    outline-color: rgb(3 7 18 / 0.1);
  }

  .hover\:outline-gray-950\/100:hover {
    outline-color: rgb(3 7 18 / 1);
  }

  .hover\:outline-gray-950\/15:hover {
    outline-color: rgb(3 7 18 / 0.15);
  }

  .hover\:outline-gray-950\/20:hover {
    outline-color: rgb(3 7 18 / 0.2);
  }

  .hover\:outline-gray-950\/25:hover {
    outline-color: rgb(3 7 18 / 0.25);
  }

  .hover\:outline-gray-950\/30:hover {
    outline-color: rgb(3 7 18 / 0.3);
  }

  .hover\:outline-gray-950\/35:hover {
    outline-color: rgb(3 7 18 / 0.35);
  }

  .hover\:outline-gray-950\/40:hover {
    outline-color: rgb(3 7 18 / 0.4);
  }

  .hover\:outline-gray-950\/45:hover {
    outline-color: rgb(3 7 18 / 0.45);
  }

  .hover\:outline-gray-950\/5:hover {
    outline-color: rgb(3 7 18 / 0.05);
  }

  .hover\:outline-gray-950\/50:hover {
    outline-color: rgb(3 7 18 / 0.5);
  }

  .hover\:outline-gray-950\/55:hover {
    outline-color: rgb(3 7 18 / 0.55);
  }

  .hover\:outline-gray-950\/60:hover {
    outline-color: rgb(3 7 18 / 0.6);
  }

  .hover\:outline-gray-950\/65:hover {
    outline-color: rgb(3 7 18 / 0.65);
  }

  .hover\:outline-gray-950\/70:hover {
    outline-color: rgb(3 7 18 / 0.7);
  }

  .hover\:outline-gray-950\/75:hover {
    outline-color: rgb(3 7 18 / 0.75);
  }

  .hover\:outline-gray-950\/80:hover {
    outline-color: rgb(3 7 18 / 0.8);
  }

  .hover\:outline-gray-950\/85:hover {
    outline-color: rgb(3 7 18 / 0.85);
  }

  .hover\:outline-gray-950\/90:hover {
    outline-color: rgb(3 7 18 / 0.9);
  }

  .hover\:outline-gray-950\/95:hover {
    outline-color: rgb(3 7 18 / 0.95);
  }

  .hover\:outline-green-100:hover {
    outline-color: #dcfce7;
  }

  .hover\:outline-green-100\/0:hover {
    outline-color: rgb(220 252 231 / 0);
  }

  .hover\:outline-green-100\/10:hover {
    outline-color: rgb(220 252 231 / 0.1);
  }

  .hover\:outline-green-100\/100:hover {
    outline-color: rgb(220 252 231 / 1);
  }

  .hover\:outline-green-100\/15:hover {
    outline-color: rgb(220 252 231 / 0.15);
  }

  .hover\:outline-green-100\/20:hover {
    outline-color: rgb(220 252 231 / 0.2);
  }

  .hover\:outline-green-100\/25:hover {
    outline-color: rgb(220 252 231 / 0.25);
  }

  .hover\:outline-green-100\/30:hover {
    outline-color: rgb(220 252 231 / 0.3);
  }

  .hover\:outline-green-100\/35:hover {
    outline-color: rgb(220 252 231 / 0.35);
  }

  .hover\:outline-green-100\/40:hover {
    outline-color: rgb(220 252 231 / 0.4);
  }

  .hover\:outline-green-100\/45:hover {
    outline-color: rgb(220 252 231 / 0.45);
  }

  .hover\:outline-green-100\/5:hover {
    outline-color: rgb(220 252 231 / 0.05);
  }

  .hover\:outline-green-100\/50:hover {
    outline-color: rgb(220 252 231 / 0.5);
  }

  .hover\:outline-green-100\/55:hover {
    outline-color: rgb(220 252 231 / 0.55);
  }

  .hover\:outline-green-100\/60:hover {
    outline-color: rgb(220 252 231 / 0.6);
  }

  .hover\:outline-green-100\/65:hover {
    outline-color: rgb(220 252 231 / 0.65);
  }

  .hover\:outline-green-100\/70:hover {
    outline-color: rgb(220 252 231 / 0.7);
  }

  .hover\:outline-green-100\/75:hover {
    outline-color: rgb(220 252 231 / 0.75);
  }

  .hover\:outline-green-100\/80:hover {
    outline-color: rgb(220 252 231 / 0.8);
  }

  .hover\:outline-green-100\/85:hover {
    outline-color: rgb(220 252 231 / 0.85);
  }

  .hover\:outline-green-100\/90:hover {
    outline-color: rgb(220 252 231 / 0.9);
  }

  .hover\:outline-green-100\/95:hover {
    outline-color: rgb(220 252 231 / 0.95);
  }

  .hover\:outline-green-200:hover {
    outline-color: #bbf7d0;
  }

  .hover\:outline-green-200\/0:hover {
    outline-color: rgb(187 247 208 / 0);
  }

  .hover\:outline-green-200\/10:hover {
    outline-color: rgb(187 247 208 / 0.1);
  }

  .hover\:outline-green-200\/100:hover {
    outline-color: rgb(187 247 208 / 1);
  }

  .hover\:outline-green-200\/15:hover {
    outline-color: rgb(187 247 208 / 0.15);
  }

  .hover\:outline-green-200\/20:hover {
    outline-color: rgb(187 247 208 / 0.2);
  }

  .hover\:outline-green-200\/25:hover {
    outline-color: rgb(187 247 208 / 0.25);
  }

  .hover\:outline-green-200\/30:hover {
    outline-color: rgb(187 247 208 / 0.3);
  }

  .hover\:outline-green-200\/35:hover {
    outline-color: rgb(187 247 208 / 0.35);
  }

  .hover\:outline-green-200\/40:hover {
    outline-color: rgb(187 247 208 / 0.4);
  }

  .hover\:outline-green-200\/45:hover {
    outline-color: rgb(187 247 208 / 0.45);
  }

  .hover\:outline-green-200\/5:hover {
    outline-color: rgb(187 247 208 / 0.05);
  }

  .hover\:outline-green-200\/50:hover {
    outline-color: rgb(187 247 208 / 0.5);
  }

  .hover\:outline-green-200\/55:hover {
    outline-color: rgb(187 247 208 / 0.55);
  }

  .hover\:outline-green-200\/60:hover {
    outline-color: rgb(187 247 208 / 0.6);
  }

  .hover\:outline-green-200\/65:hover {
    outline-color: rgb(187 247 208 / 0.65);
  }

  .hover\:outline-green-200\/70:hover {
    outline-color: rgb(187 247 208 / 0.7);
  }

  .hover\:outline-green-200\/75:hover {
    outline-color: rgb(187 247 208 / 0.75);
  }

  .hover\:outline-green-200\/80:hover {
    outline-color: rgb(187 247 208 / 0.8);
  }

  .hover\:outline-green-200\/85:hover {
    outline-color: rgb(187 247 208 / 0.85);
  }

  .hover\:outline-green-200\/90:hover {
    outline-color: rgb(187 247 208 / 0.9);
  }

  .hover\:outline-green-200\/95:hover {
    outline-color: rgb(187 247 208 / 0.95);
  }

  .hover\:outline-green-300:hover {
    outline-color: #86efac;
  }

  .hover\:outline-green-300\/0:hover {
    outline-color: rgb(134 239 172 / 0);
  }

  .hover\:outline-green-300\/10:hover {
    outline-color: rgb(134 239 172 / 0.1);
  }

  .hover\:outline-green-300\/100:hover {
    outline-color: rgb(134 239 172 / 1);
  }

  .hover\:outline-green-300\/15:hover {
    outline-color: rgb(134 239 172 / 0.15);
  }

  .hover\:outline-green-300\/20:hover {
    outline-color: rgb(134 239 172 / 0.2);
  }

  .hover\:outline-green-300\/25:hover {
    outline-color: rgb(134 239 172 / 0.25);
  }

  .hover\:outline-green-300\/30:hover {
    outline-color: rgb(134 239 172 / 0.3);
  }

  .hover\:outline-green-300\/35:hover {
    outline-color: rgb(134 239 172 / 0.35);
  }

  .hover\:outline-green-300\/40:hover {
    outline-color: rgb(134 239 172 / 0.4);
  }

  .hover\:outline-green-300\/45:hover {
    outline-color: rgb(134 239 172 / 0.45);
  }

  .hover\:outline-green-300\/5:hover {
    outline-color: rgb(134 239 172 / 0.05);
  }

  .hover\:outline-green-300\/50:hover {
    outline-color: rgb(134 239 172 / 0.5);
  }

  .hover\:outline-green-300\/55:hover {
    outline-color: rgb(134 239 172 / 0.55);
  }

  .hover\:outline-green-300\/60:hover {
    outline-color: rgb(134 239 172 / 0.6);
  }

  .hover\:outline-green-300\/65:hover {
    outline-color: rgb(134 239 172 / 0.65);
  }

  .hover\:outline-green-300\/70:hover {
    outline-color: rgb(134 239 172 / 0.7);
  }

  .hover\:outline-green-300\/75:hover {
    outline-color: rgb(134 239 172 / 0.75);
  }

  .hover\:outline-green-300\/80:hover {
    outline-color: rgb(134 239 172 / 0.8);
  }

  .hover\:outline-green-300\/85:hover {
    outline-color: rgb(134 239 172 / 0.85);
  }

  .hover\:outline-green-300\/90:hover {
    outline-color: rgb(134 239 172 / 0.9);
  }

  .hover\:outline-green-300\/95:hover {
    outline-color: rgb(134 239 172 / 0.95);
  }

  .hover\:outline-green-400:hover {
    outline-color: #4ade80;
  }

  .hover\:outline-green-400\/0:hover {
    outline-color: rgb(74 222 128 / 0);
  }

  .hover\:outline-green-400\/10:hover {
    outline-color: rgb(74 222 128 / 0.1);
  }

  .hover\:outline-green-400\/100:hover {
    outline-color: rgb(74 222 128 / 1);
  }

  .hover\:outline-green-400\/15:hover {
    outline-color: rgb(74 222 128 / 0.15);
  }

  .hover\:outline-green-400\/20:hover {
    outline-color: rgb(74 222 128 / 0.2);
  }

  .hover\:outline-green-400\/25:hover {
    outline-color: rgb(74 222 128 / 0.25);
  }

  .hover\:outline-green-400\/30:hover {
    outline-color: rgb(74 222 128 / 0.3);
  }

  .hover\:outline-green-400\/35:hover {
    outline-color: rgb(74 222 128 / 0.35);
  }

  .hover\:outline-green-400\/40:hover {
    outline-color: rgb(74 222 128 / 0.4);
  }

  .hover\:outline-green-400\/45:hover {
    outline-color: rgb(74 222 128 / 0.45);
  }

  .hover\:outline-green-400\/5:hover {
    outline-color: rgb(74 222 128 / 0.05);
  }

  .hover\:outline-green-400\/50:hover {
    outline-color: rgb(74 222 128 / 0.5);
  }

  .hover\:outline-green-400\/55:hover {
    outline-color: rgb(74 222 128 / 0.55);
  }

  .hover\:outline-green-400\/60:hover {
    outline-color: rgb(74 222 128 / 0.6);
  }

  .hover\:outline-green-400\/65:hover {
    outline-color: rgb(74 222 128 / 0.65);
  }

  .hover\:outline-green-400\/70:hover {
    outline-color: rgb(74 222 128 / 0.7);
  }

  .hover\:outline-green-400\/75:hover {
    outline-color: rgb(74 222 128 / 0.75);
  }

  .hover\:outline-green-400\/80:hover {
    outline-color: rgb(74 222 128 / 0.8);
  }

  .hover\:outline-green-400\/85:hover {
    outline-color: rgb(74 222 128 / 0.85);
  }

  .hover\:outline-green-400\/90:hover {
    outline-color: rgb(74 222 128 / 0.9);
  }

  .hover\:outline-green-400\/95:hover {
    outline-color: rgb(74 222 128 / 0.95);
  }

  .hover\:outline-green-50:hover {
    outline-color: #f0fdf4;
  }

  .hover\:outline-green-50\/0:hover {
    outline-color: rgb(240 253 244 / 0);
  }

  .hover\:outline-green-50\/10:hover {
    outline-color: rgb(240 253 244 / 0.1);
  }

  .hover\:outline-green-50\/100:hover {
    outline-color: rgb(240 253 244 / 1);
  }

  .hover\:outline-green-50\/15:hover {
    outline-color: rgb(240 253 244 / 0.15);
  }

  .hover\:outline-green-50\/20:hover {
    outline-color: rgb(240 253 244 / 0.2);
  }

  .hover\:outline-green-50\/25:hover {
    outline-color: rgb(240 253 244 / 0.25);
  }

  .hover\:outline-green-50\/30:hover {
    outline-color: rgb(240 253 244 / 0.3);
  }

  .hover\:outline-green-50\/35:hover {
    outline-color: rgb(240 253 244 / 0.35);
  }

  .hover\:outline-green-50\/40:hover {
    outline-color: rgb(240 253 244 / 0.4);
  }

  .hover\:outline-green-50\/45:hover {
    outline-color: rgb(240 253 244 / 0.45);
  }

  .hover\:outline-green-50\/5:hover {
    outline-color: rgb(240 253 244 / 0.05);
  }

  .hover\:outline-green-50\/50:hover {
    outline-color: rgb(240 253 244 / 0.5);
  }

  .hover\:outline-green-50\/55:hover {
    outline-color: rgb(240 253 244 / 0.55);
  }

  .hover\:outline-green-50\/60:hover {
    outline-color: rgb(240 253 244 / 0.6);
  }

  .hover\:outline-green-50\/65:hover {
    outline-color: rgb(240 253 244 / 0.65);
  }

  .hover\:outline-green-50\/70:hover {
    outline-color: rgb(240 253 244 / 0.7);
  }

  .hover\:outline-green-50\/75:hover {
    outline-color: rgb(240 253 244 / 0.75);
  }

  .hover\:outline-green-50\/80:hover {
    outline-color: rgb(240 253 244 / 0.8);
  }

  .hover\:outline-green-50\/85:hover {
    outline-color: rgb(240 253 244 / 0.85);
  }

  .hover\:outline-green-50\/90:hover {
    outline-color: rgb(240 253 244 / 0.9);
  }

  .hover\:outline-green-50\/95:hover {
    outline-color: rgb(240 253 244 / 0.95);
  }

  .hover\:outline-green-500:hover {
    outline-color: #22c55e;
  }

  .hover\:outline-green-500\/0:hover {
    outline-color: rgb(34 197 94 / 0);
  }

  .hover\:outline-green-500\/10:hover {
    outline-color: rgb(34 197 94 / 0.1);
  }

  .hover\:outline-green-500\/100:hover {
    outline-color: rgb(34 197 94 / 1);
  }

  .hover\:outline-green-500\/15:hover {
    outline-color: rgb(34 197 94 / 0.15);
  }

  .hover\:outline-green-500\/20:hover {
    outline-color: rgb(34 197 94 / 0.2);
  }

  .hover\:outline-green-500\/25:hover {
    outline-color: rgb(34 197 94 / 0.25);
  }

  .hover\:outline-green-500\/30:hover {
    outline-color: rgb(34 197 94 / 0.3);
  }

  .hover\:outline-green-500\/35:hover {
    outline-color: rgb(34 197 94 / 0.35);
  }

  .hover\:outline-green-500\/40:hover {
    outline-color: rgb(34 197 94 / 0.4);
  }

  .hover\:outline-green-500\/45:hover {
    outline-color: rgb(34 197 94 / 0.45);
  }

  .hover\:outline-green-500\/5:hover {
    outline-color: rgb(34 197 94 / 0.05);
  }

  .hover\:outline-green-500\/50:hover {
    outline-color: rgb(34 197 94 / 0.5);
  }

  .hover\:outline-green-500\/55:hover {
    outline-color: rgb(34 197 94 / 0.55);
  }

  .hover\:outline-green-500\/60:hover {
    outline-color: rgb(34 197 94 / 0.6);
  }

  .hover\:outline-green-500\/65:hover {
    outline-color: rgb(34 197 94 / 0.65);
  }

  .hover\:outline-green-500\/70:hover {
    outline-color: rgb(34 197 94 / 0.7);
  }

  .hover\:outline-green-500\/75:hover {
    outline-color: rgb(34 197 94 / 0.75);
  }

  .hover\:outline-green-500\/80:hover {
    outline-color: rgb(34 197 94 / 0.8);
  }

  .hover\:outline-green-500\/85:hover {
    outline-color: rgb(34 197 94 / 0.85);
  }

  .hover\:outline-green-500\/90:hover {
    outline-color: rgb(34 197 94 / 0.9);
  }

  .hover\:outline-green-500\/95:hover {
    outline-color: rgb(34 197 94 / 0.95);
  }

  .hover\:outline-green-600:hover {
    outline-color: #16a34a;
  }

  .hover\:outline-green-600\/0:hover {
    outline-color: rgb(22 163 74 / 0);
  }

  .hover\:outline-green-600\/10:hover {
    outline-color: rgb(22 163 74 / 0.1);
  }

  .hover\:outline-green-600\/100:hover {
    outline-color: rgb(22 163 74 / 1);
  }

  .hover\:outline-green-600\/15:hover {
    outline-color: rgb(22 163 74 / 0.15);
  }

  .hover\:outline-green-600\/20:hover {
    outline-color: rgb(22 163 74 / 0.2);
  }

  .hover\:outline-green-600\/25:hover {
    outline-color: rgb(22 163 74 / 0.25);
  }

  .hover\:outline-green-600\/30:hover {
    outline-color: rgb(22 163 74 / 0.3);
  }

  .hover\:outline-green-600\/35:hover {
    outline-color: rgb(22 163 74 / 0.35);
  }

  .hover\:outline-green-600\/40:hover {
    outline-color: rgb(22 163 74 / 0.4);
  }

  .hover\:outline-green-600\/45:hover {
    outline-color: rgb(22 163 74 / 0.45);
  }

  .hover\:outline-green-600\/5:hover {
    outline-color: rgb(22 163 74 / 0.05);
  }

  .hover\:outline-green-600\/50:hover {
    outline-color: rgb(22 163 74 / 0.5);
  }

  .hover\:outline-green-600\/55:hover {
    outline-color: rgb(22 163 74 / 0.55);
  }

  .hover\:outline-green-600\/60:hover {
    outline-color: rgb(22 163 74 / 0.6);
  }

  .hover\:outline-green-600\/65:hover {
    outline-color: rgb(22 163 74 / 0.65);
  }

  .hover\:outline-green-600\/70:hover {
    outline-color: rgb(22 163 74 / 0.7);
  }

  .hover\:outline-green-600\/75:hover {
    outline-color: rgb(22 163 74 / 0.75);
  }

  .hover\:outline-green-600\/80:hover {
    outline-color: rgb(22 163 74 / 0.8);
  }

  .hover\:outline-green-600\/85:hover {
    outline-color: rgb(22 163 74 / 0.85);
  }

  .hover\:outline-green-600\/90:hover {
    outline-color: rgb(22 163 74 / 0.9);
  }

  .hover\:outline-green-600\/95:hover {
    outline-color: rgb(22 163 74 / 0.95);
  }

  .hover\:outline-green-700:hover {
    outline-color: #15803d;
  }

  .hover\:outline-green-700\/0:hover {
    outline-color: rgb(21 128 61 / 0);
  }

  .hover\:outline-green-700\/10:hover {
    outline-color: rgb(21 128 61 / 0.1);
  }

  .hover\:outline-green-700\/100:hover {
    outline-color: rgb(21 128 61 / 1);
  }

  .hover\:outline-green-700\/15:hover {
    outline-color: rgb(21 128 61 / 0.15);
  }

  .hover\:outline-green-700\/20:hover {
    outline-color: rgb(21 128 61 / 0.2);
  }

  .hover\:outline-green-700\/25:hover {
    outline-color: rgb(21 128 61 / 0.25);
  }

  .hover\:outline-green-700\/30:hover {
    outline-color: rgb(21 128 61 / 0.3);
  }

  .hover\:outline-green-700\/35:hover {
    outline-color: rgb(21 128 61 / 0.35);
  }

  .hover\:outline-green-700\/40:hover {
    outline-color: rgb(21 128 61 / 0.4);
  }

  .hover\:outline-green-700\/45:hover {
    outline-color: rgb(21 128 61 / 0.45);
  }

  .hover\:outline-green-700\/5:hover {
    outline-color: rgb(21 128 61 / 0.05);
  }

  .hover\:outline-green-700\/50:hover {
    outline-color: rgb(21 128 61 / 0.5);
  }

  .hover\:outline-green-700\/55:hover {
    outline-color: rgb(21 128 61 / 0.55);
  }

  .hover\:outline-green-700\/60:hover {
    outline-color: rgb(21 128 61 / 0.6);
  }

  .hover\:outline-green-700\/65:hover {
    outline-color: rgb(21 128 61 / 0.65);
  }

  .hover\:outline-green-700\/70:hover {
    outline-color: rgb(21 128 61 / 0.7);
  }

  .hover\:outline-green-700\/75:hover {
    outline-color: rgb(21 128 61 / 0.75);
  }

  .hover\:outline-green-700\/80:hover {
    outline-color: rgb(21 128 61 / 0.8);
  }

  .hover\:outline-green-700\/85:hover {
    outline-color: rgb(21 128 61 / 0.85);
  }

  .hover\:outline-green-700\/90:hover {
    outline-color: rgb(21 128 61 / 0.9);
  }

  .hover\:outline-green-700\/95:hover {
    outline-color: rgb(21 128 61 / 0.95);
  }

  .hover\:outline-green-800:hover {
    outline-color: #166534;
  }

  .hover\:outline-green-800\/0:hover {
    outline-color: rgb(22 101 52 / 0);
  }

  .hover\:outline-green-800\/10:hover {
    outline-color: rgb(22 101 52 / 0.1);
  }

  .hover\:outline-green-800\/100:hover {
    outline-color: rgb(22 101 52 / 1);
  }

  .hover\:outline-green-800\/15:hover {
    outline-color: rgb(22 101 52 / 0.15);
  }

  .hover\:outline-green-800\/20:hover {
    outline-color: rgb(22 101 52 / 0.2);
  }

  .hover\:outline-green-800\/25:hover {
    outline-color: rgb(22 101 52 / 0.25);
  }

  .hover\:outline-green-800\/30:hover {
    outline-color: rgb(22 101 52 / 0.3);
  }

  .hover\:outline-green-800\/35:hover {
    outline-color: rgb(22 101 52 / 0.35);
  }

  .hover\:outline-green-800\/40:hover {
    outline-color: rgb(22 101 52 / 0.4);
  }

  .hover\:outline-green-800\/45:hover {
    outline-color: rgb(22 101 52 / 0.45);
  }

  .hover\:outline-green-800\/5:hover {
    outline-color: rgb(22 101 52 / 0.05);
  }

  .hover\:outline-green-800\/50:hover {
    outline-color: rgb(22 101 52 / 0.5);
  }

  .hover\:outline-green-800\/55:hover {
    outline-color: rgb(22 101 52 / 0.55);
  }

  .hover\:outline-green-800\/60:hover {
    outline-color: rgb(22 101 52 / 0.6);
  }

  .hover\:outline-green-800\/65:hover {
    outline-color: rgb(22 101 52 / 0.65);
  }

  .hover\:outline-green-800\/70:hover {
    outline-color: rgb(22 101 52 / 0.7);
  }

  .hover\:outline-green-800\/75:hover {
    outline-color: rgb(22 101 52 / 0.75);
  }

  .hover\:outline-green-800\/80:hover {
    outline-color: rgb(22 101 52 / 0.8);
  }

  .hover\:outline-green-800\/85:hover {
    outline-color: rgb(22 101 52 / 0.85);
  }

  .hover\:outline-green-800\/90:hover {
    outline-color: rgb(22 101 52 / 0.9);
  }

  .hover\:outline-green-800\/95:hover {
    outline-color: rgb(22 101 52 / 0.95);
  }

  .hover\:outline-green-900:hover {
    outline-color: #14532d;
  }

  .hover\:outline-green-900\/0:hover {
    outline-color: rgb(20 83 45 / 0);
  }

  .hover\:outline-green-900\/10:hover {
    outline-color: rgb(20 83 45 / 0.1);
  }

  .hover\:outline-green-900\/100:hover {
    outline-color: rgb(20 83 45 / 1);
  }

  .hover\:outline-green-900\/15:hover {
    outline-color: rgb(20 83 45 / 0.15);
  }

  .hover\:outline-green-900\/20:hover {
    outline-color: rgb(20 83 45 / 0.2);
  }

  .hover\:outline-green-900\/25:hover {
    outline-color: rgb(20 83 45 / 0.25);
  }

  .hover\:outline-green-900\/30:hover {
    outline-color: rgb(20 83 45 / 0.3);
  }

  .hover\:outline-green-900\/35:hover {
    outline-color: rgb(20 83 45 / 0.35);
  }

  .hover\:outline-green-900\/40:hover {
    outline-color: rgb(20 83 45 / 0.4);
  }

  .hover\:outline-green-900\/45:hover {
    outline-color: rgb(20 83 45 / 0.45);
  }

  .hover\:outline-green-900\/5:hover {
    outline-color: rgb(20 83 45 / 0.05);
  }

  .hover\:outline-green-900\/50:hover {
    outline-color: rgb(20 83 45 / 0.5);
  }

  .hover\:outline-green-900\/55:hover {
    outline-color: rgb(20 83 45 / 0.55);
  }

  .hover\:outline-green-900\/60:hover {
    outline-color: rgb(20 83 45 / 0.6);
  }

  .hover\:outline-green-900\/65:hover {
    outline-color: rgb(20 83 45 / 0.65);
  }

  .hover\:outline-green-900\/70:hover {
    outline-color: rgb(20 83 45 / 0.7);
  }

  .hover\:outline-green-900\/75:hover {
    outline-color: rgb(20 83 45 / 0.75);
  }

  .hover\:outline-green-900\/80:hover {
    outline-color: rgb(20 83 45 / 0.8);
  }

  .hover\:outline-green-900\/85:hover {
    outline-color: rgb(20 83 45 / 0.85);
  }

  .hover\:outline-green-900\/90:hover {
    outline-color: rgb(20 83 45 / 0.9);
  }

  .hover\:outline-green-900\/95:hover {
    outline-color: rgb(20 83 45 / 0.95);
  }

  .hover\:outline-green-950:hover {
    outline-color: #052e16;
  }

  .hover\:outline-green-950\/0:hover {
    outline-color: rgb(5 46 22 / 0);
  }

  .hover\:outline-green-950\/10:hover {
    outline-color: rgb(5 46 22 / 0.1);
  }

  .hover\:outline-green-950\/100:hover {
    outline-color: rgb(5 46 22 / 1);
  }

  .hover\:outline-green-950\/15:hover {
    outline-color: rgb(5 46 22 / 0.15);
  }

  .hover\:outline-green-950\/20:hover {
    outline-color: rgb(5 46 22 / 0.2);
  }

  .hover\:outline-green-950\/25:hover {
    outline-color: rgb(5 46 22 / 0.25);
  }

  .hover\:outline-green-950\/30:hover {
    outline-color: rgb(5 46 22 / 0.3);
  }

  .hover\:outline-green-950\/35:hover {
    outline-color: rgb(5 46 22 / 0.35);
  }

  .hover\:outline-green-950\/40:hover {
    outline-color: rgb(5 46 22 / 0.4);
  }

  .hover\:outline-green-950\/45:hover {
    outline-color: rgb(5 46 22 / 0.45);
  }

  .hover\:outline-green-950\/5:hover {
    outline-color: rgb(5 46 22 / 0.05);
  }

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

  .hover\:outline-green-950\/55:hover {
    outline-color: rgb(5 46 22 / 0.55);
  }

  .hover\:outline-green-950\/60:hover {
    outline-color: rgb(5 46 22 / 0.6);
  }

  .hover\:outline-green-950\/65:hover {
    outline-color: rgb(5 46 22 / 0.65);
  }

  .hover\:outline-green-950\/70:hover {
    outline-color: rgb(5 46 22 / 0.7);
  }

  .hover\:outline-green-950\/75:hover {
    outline-color: rgb(5 46 22 / 0.75);
  }

  .hover\:outline-green-950\/80:hover {
    outline-color: rgb(5 46 22 / 0.8);
  }

  .hover\:outline-green-950\/85:hover {
    outline-color: rgb(5 46 22 / 0.85);
  }

  .hover\:outline-green-950\/90:hover {
    outline-color: rgb(5 46 22 / 0.9);
  }

  .hover\:outline-green-950\/95:hover {
    outline-color: rgb(5 46 22 / 0.95);
  }

  .hover\:outline-indigo-100:hover {
    outline-color: #e0e7ff;
  }

  .hover\:outline-indigo-100\/0:hover {
    outline-color: rgb(224 231 255 / 0);
  }

  .hover\:outline-indigo-100\/10:hover {
    outline-color: rgb(224 231 255 / 0.1);
  }

  .hover\:outline-indigo-100\/100:hover {
    outline-color: rgb(224 231 255 / 1);
  }

  .hover\:outline-indigo-100\/15:hover {
    outline-color: rgb(224 231 255 / 0.15);
  }

  .hover\:outline-indigo-100\/20:hover {
    outline-color: rgb(224 231 255 / 0.2);
  }

  .hover\:outline-indigo-100\/25:hover {
    outline-color: rgb(224 231 255 / 0.25);
  }

  .hover\:outline-indigo-100\/30:hover {
    outline-color: rgb(224 231 255 / 0.3);
  }

  .hover\:outline-indigo-100\/35:hover {
    outline-color: rgb(224 231 255 / 0.35);
  }

  .hover\:outline-indigo-100\/40:hover {
    outline-color: rgb(224 231 255 / 0.4);
  }

  .hover\:outline-indigo-100\/45:hover {
    outline-color: rgb(224 231 255 / 0.45);
  }

  .hover\:outline-indigo-100\/5:hover {
    outline-color: rgb(224 231 255 / 0.05);
  }

  .hover\:outline-indigo-100\/50:hover {
    outline-color: rgb(224 231 255 / 0.5);
  }

  .hover\:outline-indigo-100\/55:hover {
    outline-color: rgb(224 231 255 / 0.55);
  }

  .hover\:outline-indigo-100\/60:hover {
    outline-color: rgb(224 231 255 / 0.6);
  }

  .hover\:outline-indigo-100\/65:hover {
    outline-color: rgb(224 231 255 / 0.65);
  }

  .hover\:outline-indigo-100\/70:hover {
    outline-color: rgb(224 231 255 / 0.7);
  }

  .hover\:outline-indigo-100\/75:hover {
    outline-color: rgb(224 231 255 / 0.75);
  }

  .hover\:outline-indigo-100\/80:hover {
    outline-color: rgb(224 231 255 / 0.8);
  }

  .hover\:outline-indigo-100\/85:hover {
    outline-color: rgb(224 231 255 / 0.85);
  }

  .hover\:outline-indigo-100\/90:hover {
    outline-color: rgb(224 231 255 / 0.9);
  }

  .hover\:outline-indigo-100\/95:hover {
    outline-color: rgb(224 231 255 / 0.95);
  }

  .hover\:outline-indigo-200:hover {
    outline-color: #c7d2fe;
  }

  .hover\:outline-indigo-200\/0:hover {
    outline-color: rgb(199 210 254 / 0);
  }

  .hover\:outline-indigo-200\/10:hover {
    outline-color: rgb(199 210 254 / 0.1);
  }

  .hover\:outline-indigo-200\/100:hover {
    outline-color: rgb(199 210 254 / 1);
  }

  .hover\:outline-indigo-200\/15:hover {
    outline-color: rgb(199 210 254 / 0.15);
  }

  .hover\:outline-indigo-200\/20:hover {
    outline-color: rgb(199 210 254 / 0.2);
  }

  .hover\:outline-indigo-200\/25:hover {
    outline-color: rgb(199 210 254 / 0.25);
  }

  .hover\:outline-indigo-200\/30:hover {
    outline-color: rgb(199 210 254 / 0.3);
  }

  .hover\:outline-indigo-200\/35:hover {
    outline-color: rgb(199 210 254 / 0.35);
  }

  .hover\:outline-indigo-200\/40:hover {
    outline-color: rgb(199 210 254 / 0.4);
  }

  .hover\:outline-indigo-200\/45:hover {
    outline-color: rgb(199 210 254 / 0.45);
  }

  .hover\:outline-indigo-200\/5:hover {
    outline-color: rgb(199 210 254 / 0.05);
  }

  .hover\:outline-indigo-200\/50:hover {
    outline-color: rgb(199 210 254 / 0.5);
  }

  .hover\:outline-indigo-200\/55:hover {
    outline-color: rgb(199 210 254 / 0.55);
  }

  .hover\:outline-indigo-200\/60:hover {
    outline-color: rgb(199 210 254 / 0.6);
  }

  .hover\:outline-indigo-200\/65:hover {
    outline-color: rgb(199 210 254 / 0.65);
  }

  .hover\:outline-indigo-200\/70:hover {
    outline-color: rgb(199 210 254 / 0.7);
  }

  .hover\:outline-indigo-200\/75:hover {
    outline-color: rgb(199 210 254 / 0.75);
  }

  .hover\:outline-indigo-200\/80:hover {
    outline-color: rgb(199 210 254 / 0.8);
  }

  .hover\:outline-indigo-200\/85:hover {
    outline-color: rgb(199 210 254 / 0.85);
  }

  .hover\:outline-indigo-200\/90:hover {
    outline-color: rgb(199 210 254 / 0.9);
  }

  .hover\:outline-indigo-200\/95:hover {
    outline-color: rgb(199 210 254 / 0.95);
  }

  .hover\:outline-indigo-300:hover {
    outline-color: #a5b4fc;
  }

  .hover\:outline-indigo-300\/0:hover {
    outline-color: rgb(165 180 252 / 0);
  }

  .hover\:outline-indigo-300\/10:hover {
    outline-color: rgb(165 180 252 / 0.1);
  }

  .hover\:outline-indigo-300\/100:hover {
    outline-color: rgb(165 180 252 / 1);
  }

  .hover\:outline-indigo-300\/15:hover {
    outline-color: rgb(165 180 252 / 0.15);
  }

  .hover\:outline-indigo-300\/20:hover {
    outline-color: rgb(165 180 252 / 0.2);
  }

  .hover\:outline-indigo-300\/25:hover {
    outline-color: rgb(165 180 252 / 0.25);
  }

  .hover\:outline-indigo-300\/30:hover {
    outline-color: rgb(165 180 252 / 0.3);
  }

  .hover\:outline-indigo-300\/35:hover {
    outline-color: rgb(165 180 252 / 0.35);
  }

  .hover\:outline-indigo-300\/40:hover {
    outline-color: rgb(165 180 252 / 0.4);
  }

  .hover\:outline-indigo-300\/45:hover {
    outline-color: rgb(165 180 252 / 0.45);
  }

  .hover\:outline-indigo-300\/5:hover {
    outline-color: rgb(165 180 252 / 0.05);
  }

  .hover\:outline-indigo-300\/50:hover {
    outline-color: rgb(165 180 252 / 0.5);
  }

  .hover\:outline-indigo-300\/55:hover {
    outline-color: rgb(165 180 252 / 0.55);
  }

  .hover\:outline-indigo-300\/60:hover {
    outline-color: rgb(165 180 252 / 0.6);
  }

  .hover\:outline-indigo-300\/65:hover {
    outline-color: rgb(165 180 252 / 0.65);
  }

  .hover\:outline-indigo-300\/70:hover {
    outline-color: rgb(165 180 252 / 0.7);
  }

  .hover\:outline-indigo-300\/75:hover {
    outline-color: rgb(165 180 252 / 0.75);
  }

  .hover\:outline-indigo-300\/80:hover {
    outline-color: rgb(165 180 252 / 0.8);
  }

  .hover\:outline-indigo-300\/85:hover {
    outline-color: rgb(165 180 252 / 0.85);
  }

  .hover\:outline-indigo-300\/90:hover {
    outline-color: rgb(165 180 252 / 0.9);
  }

  .hover\:outline-indigo-300\/95:hover {
    outline-color: rgb(165 180 252 / 0.95);
  }

  .hover\:outline-indigo-400:hover {
    outline-color: #818cf8;
  }

  .hover\:outline-indigo-400\/0:hover {
    outline-color: rgb(129 140 248 / 0);
  }

  .hover\:outline-indigo-400\/10:hover {
    outline-color: rgb(129 140 248 / 0.1);
  }

  .hover\:outline-indigo-400\/100:hover {
    outline-color: rgb(129 140 248 / 1);
  }

  .hover\:outline-indigo-400\/15:hover {
    outline-color: rgb(129 140 248 / 0.15);
  }

  .hover\:outline-indigo-400\/20:hover {
    outline-color: rgb(129 140 248 / 0.2);
  }

  .hover\:outline-indigo-400\/25:hover {
    outline-color: rgb(129 140 248 / 0.25);
  }

  .hover\:outline-indigo-400\/30:hover {
    outline-color: rgb(129 140 248 / 0.3);
  }

  .hover\:outline-indigo-400\/35:hover {
    outline-color: rgb(129 140 248 / 0.35);
  }

  .hover\:outline-indigo-400\/40:hover {
    outline-color: rgb(129 140 248 / 0.4);
  }

  .hover\:outline-indigo-400\/45:hover {
    outline-color: rgb(129 140 248 / 0.45);
  }

  .hover\:outline-indigo-400\/5:hover {
    outline-color: rgb(129 140 248 / 0.05);
  }

  .hover\:outline-indigo-400\/50:hover {
    outline-color: rgb(129 140 248 / 0.5);
  }

  .hover\:outline-indigo-400\/55:hover {
    outline-color: rgb(129 140 248 / 0.55);
  }

  .hover\:outline-indigo-400\/60:hover {
    outline-color: rgb(129 140 248 / 0.6);
  }

  .hover\:outline-indigo-400\/65:hover {
    outline-color: rgb(129 140 248 / 0.65);
  }

  .hover\:outline-indigo-400\/70:hover {
    outline-color: rgb(129 140 248 / 0.7);
  }

  .hover\:outline-indigo-400\/75:hover {
    outline-color: rgb(129 140 248 / 0.75);
  }

  .hover\:outline-indigo-400\/80:hover {
    outline-color: rgb(129 140 248 / 0.8);
  }

  .hover\:outline-indigo-400\/85:hover {
    outline-color: rgb(129 140 248 / 0.85);
  }

  .hover\:outline-indigo-400\/90:hover {
    outline-color: rgb(129 140 248 / 0.9);
  }

  .hover\:outline-indigo-400\/95:hover {
    outline-color: rgb(129 140 248 / 0.95);
  }

  .hover\:outline-indigo-50:hover {
    outline-color: #eef2ff;
  }

  .hover\:outline-indigo-50\/0:hover {
    outline-color: rgb(238 242 255 / 0);
  }

  .hover\:outline-indigo-50\/10:hover {
    outline-color: rgb(238 242 255 / 0.1);
  }

  .hover\:outline-indigo-50\/100:hover {
    outline-color: rgb(238 242 255 / 1);
  }

  .hover\:outline-indigo-50\/15:hover {
    outline-color: rgb(238 242 255 / 0.15);
  }

  .hover\:outline-indigo-50\/20:hover {
    outline-color: rgb(238 242 255 / 0.2);
  }

  .hover\:outline-indigo-50\/25:hover {
    outline-color: rgb(238 242 255 / 0.25);
  }

  .hover\:outline-indigo-50\/30:hover {
    outline-color: rgb(238 242 255 / 0.3);
  }

  .hover\:outline-indigo-50\/35:hover {
    outline-color: rgb(238 242 255 / 0.35);
  }

  .hover\:outline-indigo-50\/40:hover {
    outline-color: rgb(238 242 255 / 0.4);
  }

  .hover\:outline-indigo-50\/45:hover {
    outline-color: rgb(238 242 255 / 0.45);
  }

  .hover\:outline-indigo-50\/5:hover {
    outline-color: rgb(238 242 255 / 0.05);
  }

  .hover\:outline-indigo-50\/50:hover {
    outline-color: rgb(238 242 255 / 0.5);
  }

  .hover\:outline-indigo-50\/55:hover {
    outline-color: rgb(238 242 255 / 0.55);
  }

  .hover\:outline-indigo-50\/60:hover {
    outline-color: rgb(238 242 255 / 0.6);
  }

  .hover\:outline-indigo-50\/65:hover {
    outline-color: rgb(238 242 255 / 0.65);
  }

  .hover\:outline-indigo-50\/70:hover {
    outline-color: rgb(238 242 255 / 0.7);
  }

  .hover\:outline-indigo-50\/75:hover {
    outline-color: rgb(238 242 255 / 0.75);
  }

  .hover\:outline-indigo-50\/80:hover {
    outline-color: rgb(238 242 255 / 0.8);
  }

  .hover\:outline-indigo-50\/85:hover {
    outline-color: rgb(238 242 255 / 0.85);
  }

  .hover\:outline-indigo-50\/90:hover {
    outline-color: rgb(238 242 255 / 0.9);
  }

  .hover\:outline-indigo-50\/95:hover {
    outline-color: rgb(238 242 255 / 0.95);
  }

  .hover\:outline-indigo-500:hover {
    outline-color: #6366f1;
  }

  .hover\:outline-indigo-500\/0:hover {
    outline-color: rgb(99 102 241 / 0);
  }

  .hover\:outline-indigo-500\/10:hover {
    outline-color: rgb(99 102 241 / 0.1);
  }

  .hover\:outline-indigo-500\/100:hover {
    outline-color: rgb(99 102 241 / 1);
  }

  .hover\:outline-indigo-500\/15:hover {
    outline-color: rgb(99 102 241 / 0.15);
  }

  .hover\:outline-indigo-500\/20:hover {
    outline-color: rgb(99 102 241 / 0.2);
  }

  .hover\:outline-indigo-500\/25:hover {
    outline-color: rgb(99 102 241 / 0.25);
  }

  .hover\:outline-indigo-500\/30:hover {
    outline-color: rgb(99 102 241 / 0.3);
  }

  .hover\:outline-indigo-500\/35:hover {
    outline-color: rgb(99 102 241 / 0.35);
  }

  .hover\:outline-indigo-500\/40:hover {
    outline-color: rgb(99 102 241 / 0.4);
  }

  .hover\:outline-indigo-500\/45:hover {
    outline-color: rgb(99 102 241 / 0.45);
  }

  .hover\:outline-indigo-500\/5:hover {
    outline-color: rgb(99 102 241 / 0.05);
  }

  .hover\:outline-indigo-500\/50:hover {
    outline-color: rgb(99 102 241 / 0.5);
  }

  .hover\:outline-indigo-500\/55:hover {
    outline-color: rgb(99 102 241 / 0.55);
  }

  .hover\:outline-indigo-500\/60:hover {
    outline-color: rgb(99 102 241 / 0.6);
  }

  .hover\:outline-indigo-500\/65:hover {
    outline-color: rgb(99 102 241 / 0.65);
  }

  .hover\:outline-indigo-500\/70:hover {
    outline-color: rgb(99 102 241 / 0.7);
  }

  .hover\:outline-indigo-500\/75:hover {
    outline-color: rgb(99 102 241 / 0.75);
  }

  .hover\:outline-indigo-500\/80:hover {
    outline-color: rgb(99 102 241 / 0.8);
  }

  .hover\:outline-indigo-500\/85:hover {
    outline-color: rgb(99 102 241 / 0.85);
  }

  .hover\:outline-indigo-500\/90:hover {
    outline-color: rgb(99 102 241 / 0.9);
  }

  .hover\:outline-indigo-500\/95:hover {
    outline-color: rgb(99 102 241 / 0.95);
  }

  .hover\:outline-indigo-600:hover {
    outline-color: #4f46e5;
  }

  .hover\:outline-indigo-600\/0:hover {
    outline-color: rgb(79 70 229 / 0);
  }

  .hover\:outline-indigo-600\/10:hover {
    outline-color: rgb(79 70 229 / 0.1);
  }

  .hover\:outline-indigo-600\/100:hover {
    outline-color: rgb(79 70 229 / 1);
  }

  .hover\:outline-indigo-600\/15:hover {
    outline-color: rgb(79 70 229 / 0.15);
  }

  .hover\:outline-indigo-600\/20:hover {
    outline-color: rgb(79 70 229 / 0.2);
  }

  .hover\:outline-indigo-600\/25:hover {
    outline-color: rgb(79 70 229 / 0.25);
  }

  .hover\:outline-indigo-600\/30:hover {
    outline-color: rgb(79 70 229 / 0.3);
  }

  .hover\:outline-indigo-600\/35:hover {
    outline-color: rgb(79 70 229 / 0.35);
  }

  .hover\:outline-indigo-600\/40:hover {
    outline-color: rgb(79 70 229 / 0.4);
  }

  .hover\:outline-indigo-600\/45:hover {
    outline-color: rgb(79 70 229 / 0.45);
  }

  .hover\:outline-indigo-600\/5:hover {
    outline-color: rgb(79 70 229 / 0.05);
  }

  .hover\:outline-indigo-600\/50:hover {
    outline-color: rgb(79 70 229 / 0.5);
  }

  .hover\:outline-indigo-600\/55:hover {
    outline-color: rgb(79 70 229 / 0.55);
  }

  .hover\:outline-indigo-600\/60:hover {
    outline-color: rgb(79 70 229 / 0.6);
  }

  .hover\:outline-indigo-600\/65:hover {
    outline-color: rgb(79 70 229 / 0.65);
  }

  .hover\:outline-indigo-600\/70:hover {
    outline-color: rgb(79 70 229 / 0.7);
  }

  .hover\:outline-indigo-600\/75:hover {
    outline-color: rgb(79 70 229 / 0.75);
  }

  .hover\:outline-indigo-600\/80:hover {
    outline-color: rgb(79 70 229 / 0.8);
  }

  .hover\:outline-indigo-600\/85:hover {
    outline-color: rgb(79 70 229 / 0.85);
  }

  .hover\:outline-indigo-600\/90:hover {
    outline-color: rgb(79 70 229 / 0.9);
  }

  .hover\:outline-indigo-600\/95:hover {
    outline-color: rgb(79 70 229 / 0.95);
  }

  .hover\:outline-indigo-700:hover {
    outline-color: #4338ca;
  }

  .hover\:outline-indigo-700\/0:hover {
    outline-color: rgb(67 56 202 / 0);
  }

  .hover\:outline-indigo-700\/10:hover {
    outline-color: rgb(67 56 202 / 0.1);
  }

  .hover\:outline-indigo-700\/100:hover {
    outline-color: rgb(67 56 202 / 1);
  }

  .hover\:outline-indigo-700\/15:hover {
    outline-color: rgb(67 56 202 / 0.15);
  }

  .hover\:outline-indigo-700\/20:hover {
    outline-color: rgb(67 56 202 / 0.2);
  }

  .hover\:outline-indigo-700\/25:hover {
    outline-color: rgb(67 56 202 / 0.25);
  }

  .hover\:outline-indigo-700\/30:hover {
    outline-color: rgb(67 56 202 / 0.3);
  }

  .hover\:outline-indigo-700\/35:hover {
    outline-color: rgb(67 56 202 / 0.35);
  }

  .hover\:outline-indigo-700\/40:hover {
    outline-color: rgb(67 56 202 / 0.4);
  }

  .hover\:outline-indigo-700\/45:hover {
    outline-color: rgb(67 56 202 / 0.45);
  }

  .hover\:outline-indigo-700\/5:hover {
    outline-color: rgb(67 56 202 / 0.05);
  }

  .hover\:outline-indigo-700\/50:hover {
    outline-color: rgb(67 56 202 / 0.5);
  }

  .hover\:outline-indigo-700\/55:hover {
    outline-color: rgb(67 56 202 / 0.55);
  }

  .hover\:outline-indigo-700\/60:hover {
    outline-color: rgb(67 56 202 / 0.6);
  }

  .hover\:outline-indigo-700\/65:hover {
    outline-color: rgb(67 56 202 / 0.65);
  }

  .hover\:outline-indigo-700\/70:hover {
    outline-color: rgb(67 56 202 / 0.7);
  }

  .hover\:outline-indigo-700\/75:hover {
    outline-color: rgb(67 56 202 / 0.75);
  }

  .hover\:outline-indigo-700\/80:hover {
    outline-color: rgb(67 56 202 / 0.8);
  }

  .hover\:outline-indigo-700\/85:hover {
    outline-color: rgb(67 56 202 / 0.85);
  }

  .hover\:outline-indigo-700\/90:hover {
    outline-color: rgb(67 56 202 / 0.9);
  }

  .hover\:outline-indigo-700\/95:hover {
    outline-color: rgb(67 56 202 / 0.95);
  }

  .hover\:outline-indigo-800:hover {
    outline-color: #3730a3;
  }

  .hover\:outline-indigo-800\/0:hover {
    outline-color: rgb(55 48 163 / 0);
  }

  .hover\:outline-indigo-800\/10:hover {
    outline-color: rgb(55 48 163 / 0.1);
  }

  .hover\:outline-indigo-800\/100:hover {
    outline-color: rgb(55 48 163 / 1);
  }

  .hover\:outline-indigo-800\/15:hover {
    outline-color: rgb(55 48 163 / 0.15);
  }

  .hover\:outline-indigo-800\/20:hover {
    outline-color: rgb(55 48 163 / 0.2);
  }

  .hover\:outline-indigo-800\/25:hover {
    outline-color: rgb(55 48 163 / 0.25);
  }

  .hover\:outline-indigo-800\/30:hover {
    outline-color: rgb(55 48 163 / 0.3);
  }

  .hover\:outline-indigo-800\/35:hover {
    outline-color: rgb(55 48 163 / 0.35);
  }

  .hover\:outline-indigo-800\/40:hover {
    outline-color: rgb(55 48 163 / 0.4);
  }

  .hover\:outline-indigo-800\/45:hover {
    outline-color: rgb(55 48 163 / 0.45);
  }

  .hover\:outline-indigo-800\/5:hover {
    outline-color: rgb(55 48 163 / 0.05);
  }

  .hover\:outline-indigo-800\/50:hover {
    outline-color: rgb(55 48 163 / 0.5);
  }

  .hover\:outline-indigo-800\/55:hover {
    outline-color: rgb(55 48 163 / 0.55);
  }

  .hover\:outline-indigo-800\/60:hover {
    outline-color: rgb(55 48 163 / 0.6);
  }

  .hover\:outline-indigo-800\/65:hover {
    outline-color: rgb(55 48 163 / 0.65);
  }

  .hover\:outline-indigo-800\/70:hover {
    outline-color: rgb(55 48 163 / 0.7);
  }

  .hover\:outline-indigo-800\/75:hover {
    outline-color: rgb(55 48 163 / 0.75);
  }

  .hover\:outline-indigo-800\/80:hover {
    outline-color: rgb(55 48 163 / 0.8);
  }

  .hover\:outline-indigo-800\/85:hover {
    outline-color: rgb(55 48 163 / 0.85);
  }

  .hover\:outline-indigo-800\/90:hover {
    outline-color: rgb(55 48 163 / 0.9);
  }

  .hover\:outline-indigo-800\/95:hover {
    outline-color: rgb(55 48 163 / 0.95);
  }

  .hover\:outline-indigo-900:hover {
    outline-color: #312e81;
  }

  .hover\:outline-indigo-900\/0:hover {
    outline-color: rgb(49 46 129 / 0);
  }

  .hover\:outline-indigo-900\/10:hover {
    outline-color: rgb(49 46 129 / 0.1);
  }

  .hover\:outline-indigo-900\/100:hover {
    outline-color: rgb(49 46 129 / 1);
  }

  .hover\:outline-indigo-900\/15:hover {
    outline-color: rgb(49 46 129 / 0.15);
  }

  .hover\:outline-indigo-900\/20:hover {
    outline-color: rgb(49 46 129 / 0.2);
  }

  .hover\:outline-indigo-900\/25:hover {
    outline-color: rgb(49 46 129 / 0.25);
  }

  .hover\:outline-indigo-900\/30:hover {
    outline-color: rgb(49 46 129 / 0.3);
  }

  .hover\:outline-indigo-900\/35:hover {
    outline-color: rgb(49 46 129 / 0.35);
  }

  .hover\:outline-indigo-900\/40:hover {
    outline-color: rgb(49 46 129 / 0.4);
  }

  .hover\:outline-indigo-900\/45:hover {
    outline-color: rgb(49 46 129 / 0.45);
  }

  .hover\:outline-indigo-900\/5:hover {
    outline-color: rgb(49 46 129 / 0.05);
  }

  .hover\:outline-indigo-900\/50:hover {
    outline-color: rgb(49 46 129 / 0.5);
  }

  .hover\:outline-indigo-900\/55:hover {
    outline-color: rgb(49 46 129 / 0.55);
  }

  .hover\:outline-indigo-900\/60:hover {
    outline-color: rgb(49 46 129 / 0.6);
  }

  .hover\:outline-indigo-900\/65:hover {
    outline-color: rgb(49 46 129 / 0.65);
  }

  .hover\:outline-indigo-900\/70:hover {
    outline-color: rgb(49 46 129 / 0.7);
  }

  .hover\:outline-indigo-900\/75:hover {
    outline-color: rgb(49 46 129 / 0.75);
  }

  .hover\:outline-indigo-900\/80:hover {
    outline-color: rgb(49 46 129 / 0.8);
  }

  .hover\:outline-indigo-900\/85:hover {
    outline-color: rgb(49 46 129 / 0.85);
  }

  .hover\:outline-indigo-900\/90:hover {
    outline-color: rgb(49 46 129 / 0.9);
  }

  .hover\:outline-indigo-900\/95:hover {
    outline-color: rgb(49 46 129 / 0.95);
  }

  .hover\:outline-indigo-950:hover {
    outline-color: #1e1b4b;
  }

  .hover\:outline-indigo-950\/0:hover {
    outline-color: rgb(30 27 75 / 0);
  }

  .hover\:outline-indigo-950\/10:hover {
    outline-color: rgb(30 27 75 / 0.1);
  }

  .hover\:outline-indigo-950\/100:hover {
    outline-color: rgb(30 27 75 / 1);
  }

  .hover\:outline-indigo-950\/15:hover {
    outline-color: rgb(30 27 75 / 0.15);
  }

  .hover\:outline-indigo-950\/20:hover {
    outline-color: rgb(30 27 75 / 0.2);
  }

  .hover\:outline-indigo-950\/25:hover {
    outline-color: rgb(30 27 75 / 0.25);
  }

  .hover\:outline-indigo-950\/30:hover {
    outline-color: rgb(30 27 75 / 0.3);
  }

  .hover\:outline-indigo-950\/35:hover {
    outline-color: rgb(30 27 75 / 0.35);
  }

  .hover\:outline-indigo-950\/40:hover {
    outline-color: rgb(30 27 75 / 0.4);
  }

  .hover\:outline-indigo-950\/45:hover {
    outline-color: rgb(30 27 75 / 0.45);
  }

  .hover\:outline-indigo-950\/5:hover {
    outline-color: rgb(30 27 75 / 0.05);
  }

  .hover\:outline-indigo-950\/50:hover {
    outline-color: rgb(30 27 75 / 0.5);
  }

  .hover\:outline-indigo-950\/55:hover {
    outline-color: rgb(30 27 75 / 0.55);
  }

  .hover\:outline-indigo-950\/60:hover {
    outline-color: rgb(30 27 75 / 0.6);
  }

  .hover\:outline-indigo-950\/65:hover {
    outline-color: rgb(30 27 75 / 0.65);
  }

  .hover\:outline-indigo-950\/70:hover {
    outline-color: rgb(30 27 75 / 0.7);
  }

  .hover\:outline-indigo-950\/75:hover {
    outline-color: rgb(30 27 75 / 0.75);
  }

  .hover\:outline-indigo-950\/80:hover {
    outline-color: rgb(30 27 75 / 0.8);
  }

  .hover\:outline-indigo-950\/85:hover {
    outline-color: rgb(30 27 75 / 0.85);
  }

  .hover\:outline-indigo-950\/90:hover {
    outline-color: rgb(30 27 75 / 0.9);
  }

  .hover\:outline-indigo-950\/95:hover {
    outline-color: rgb(30 27 75 / 0.95);
  }

  .hover\:outline-inherit:hover {
    outline-color: inherit;
  }

  .hover\:outline-lime-100:hover {
    outline-color: #ecfccb;
  }

  .hover\:outline-lime-100\/0:hover {
    outline-color: rgb(236 252 203 / 0);
  }

  .hover\:outline-lime-100\/10:hover {
    outline-color: rgb(236 252 203 / 0.1);
  }

  .hover\:outline-lime-100\/100:hover {
    outline-color: rgb(236 252 203 / 1);
  }

  .hover\:outline-lime-100\/15:hover {
    outline-color: rgb(236 252 203 / 0.15);
  }

  .hover\:outline-lime-100\/20:hover {
    outline-color: rgb(236 252 203 / 0.2);
  }

  .hover\:outline-lime-100\/25:hover {
    outline-color: rgb(236 252 203 / 0.25);
  }

  .hover\:outline-lime-100\/30:hover {
    outline-color: rgb(236 252 203 / 0.3);
  }

  .hover\:outline-lime-100\/35:hover {
    outline-color: rgb(236 252 203 / 0.35);
  }

  .hover\:outline-lime-100\/40:hover {
    outline-color: rgb(236 252 203 / 0.4);
  }

  .hover\:outline-lime-100\/45:hover {
    outline-color: rgb(236 252 203 / 0.45);
  }

  .hover\:outline-lime-100\/5:hover {
    outline-color: rgb(236 252 203 / 0.05);
  }

  .hover\:outline-lime-100\/50:hover {
    outline-color: rgb(236 252 203 / 0.5);
  }

  .hover\:outline-lime-100\/55:hover {
    outline-color: rgb(236 252 203 / 0.55);
  }

  .hover\:outline-lime-100\/60:hover {
    outline-color: rgb(236 252 203 / 0.6);
  }

  .hover\:outline-lime-100\/65:hover {
    outline-color: rgb(236 252 203 / 0.65);
  }

  .hover\:outline-lime-100\/70:hover {
    outline-color: rgb(236 252 203 / 0.7);
  }

  .hover\:outline-lime-100\/75:hover {
    outline-color: rgb(236 252 203 / 0.75);
  }

  .hover\:outline-lime-100\/80:hover {
    outline-color: rgb(236 252 203 / 0.8);
  }

  .hover\:outline-lime-100\/85:hover {
    outline-color: rgb(236 252 203 / 0.85);
  }

  .hover\:outline-lime-100\/90:hover {
    outline-color: rgb(236 252 203 / 0.9);
  }

  .hover\:outline-lime-100\/95:hover {
    outline-color: rgb(236 252 203 / 0.95);
  }

  .hover\:outline-lime-200:hover {
    outline-color: #d9f99d;
  }

  .hover\:outline-lime-200\/0:hover {
    outline-color: rgb(217 249 157 / 0);
  }

  .hover\:outline-lime-200\/10:hover {
    outline-color: rgb(217 249 157 / 0.1);
  }

  .hover\:outline-lime-200\/100:hover {
    outline-color: rgb(217 249 157 / 1);
  }

  .hover\:outline-lime-200\/15:hover {
    outline-color: rgb(217 249 157 / 0.15);
  }

  .hover\:outline-lime-200\/20:hover {
    outline-color: rgb(217 249 157 / 0.2);
  }

  .hover\:outline-lime-200\/25:hover {
    outline-color: rgb(217 249 157 / 0.25);
  }

  .hover\:outline-lime-200\/30:hover {
    outline-color: rgb(217 249 157 / 0.3);
  }

  .hover\:outline-lime-200\/35:hover {
    outline-color: rgb(217 249 157 / 0.35);
  }

  .hover\:outline-lime-200\/40:hover {
    outline-color: rgb(217 249 157 / 0.4);
  }

  .hover\:outline-lime-200\/45:hover {
    outline-color: rgb(217 249 157 / 0.45);
  }

  .hover\:outline-lime-200\/5:hover {
    outline-color: rgb(217 249 157 / 0.05);
  }

  .hover\:outline-lime-200\/50:hover {
    outline-color: rgb(217 249 157 / 0.5);
  }

  .hover\:outline-lime-200\/55:hover {
    outline-color: rgb(217 249 157 / 0.55);
  }

  .hover\:outline-lime-200\/60:hover {
    outline-color: rgb(217 249 157 / 0.6);
  }

  .hover\:outline-lime-200\/65:hover {
    outline-color: rgb(217 249 157 / 0.65);
  }

  .hover\:outline-lime-200\/70:hover {
    outline-color: rgb(217 249 157 / 0.7);
  }

  .hover\:outline-lime-200\/75:hover {
    outline-color: rgb(217 249 157 / 0.75);
  }

  .hover\:outline-lime-200\/80:hover {
    outline-color: rgb(217 249 157 / 0.8);
  }

  .hover\:outline-lime-200\/85:hover {
    outline-color: rgb(217 249 157 / 0.85);
  }

  .hover\:outline-lime-200\/90:hover {
    outline-color: rgb(217 249 157 / 0.9);
  }

  .hover\:outline-lime-200\/95:hover {
    outline-color: rgb(217 249 157 / 0.95);
  }

  .hover\:outline-lime-300:hover {
    outline-color: #bef264;
  }

  .hover\:outline-lime-300\/0:hover {
    outline-color: rgb(190 242 100 / 0);
  }

  .hover\:outline-lime-300\/10:hover {
    outline-color: rgb(190 242 100 / 0.1);
  }

  .hover\:outline-lime-300\/100:hover {
    outline-color: rgb(190 242 100 / 1);
  }

  .hover\:outline-lime-300\/15:hover {
    outline-color: rgb(190 242 100 / 0.15);
  }

  .hover\:outline-lime-300\/20:hover {
    outline-color: rgb(190 242 100 / 0.2);
  }

  .hover\:outline-lime-300\/25:hover {
    outline-color: rgb(190 242 100 / 0.25);
  }

  .hover\:outline-lime-300\/30:hover {
    outline-color: rgb(190 242 100 / 0.3);
  }

  .hover\:outline-lime-300\/35:hover {
    outline-color: rgb(190 242 100 / 0.35);
  }

  .hover\:outline-lime-300\/40:hover {
    outline-color: rgb(190 242 100 / 0.4);
  }

  .hover\:outline-lime-300\/45:hover {
    outline-color: rgb(190 242 100 / 0.45);
  }

  .hover\:outline-lime-300\/5:hover {
    outline-color: rgb(190 242 100 / 0.05);
  }

  .hover\:outline-lime-300\/50:hover {
    outline-color: rgb(190 242 100 / 0.5);
  }

  .hover\:outline-lime-300\/55:hover {
    outline-color: rgb(190 242 100 / 0.55);
  }

  .hover\:outline-lime-300\/60:hover {
    outline-color: rgb(190 242 100 / 0.6);
  }

  .hover\:outline-lime-300\/65:hover {
    outline-color: rgb(190 242 100 / 0.65);
  }

  .hover\:outline-lime-300\/70:hover {
    outline-color: rgb(190 242 100 / 0.7);
  }

  .hover\:outline-lime-300\/75:hover {
    outline-color: rgb(190 242 100 / 0.75);
  }

  .hover\:outline-lime-300\/80:hover {
    outline-color: rgb(190 242 100 / 0.8);
  }

  .hover\:outline-lime-300\/85:hover {
    outline-color: rgb(190 242 100 / 0.85);
  }

  .hover\:outline-lime-300\/90:hover {
    outline-color: rgb(190 242 100 / 0.9);
  }

  .hover\:outline-lime-300\/95:hover {
    outline-color: rgb(190 242 100 / 0.95);
  }

  .hover\:outline-lime-400:hover {
    outline-color: #a3e635;
  }

  .hover\:outline-lime-400\/0:hover {
    outline-color: rgb(163 230 53 / 0);
  }

  .hover\:outline-lime-400\/10:hover {
    outline-color: rgb(163 230 53 / 0.1);
  }

  .hover\:outline-lime-400\/100:hover {
    outline-color: rgb(163 230 53 / 1);
  }

  .hover\:outline-lime-400\/15:hover {
    outline-color: rgb(163 230 53 / 0.15);
  }

  .hover\:outline-lime-400\/20:hover {
    outline-color: rgb(163 230 53 / 0.2);
  }

  .hover\:outline-lime-400\/25:hover {
    outline-color: rgb(163 230 53 / 0.25);
  }

  .hover\:outline-lime-400\/30:hover {
    outline-color: rgb(163 230 53 / 0.3);
  }

  .hover\:outline-lime-400\/35:hover {
    outline-color: rgb(163 230 53 / 0.35);
  }

  .hover\:outline-lime-400\/40:hover {
    outline-color: rgb(163 230 53 / 0.4);
  }

  .hover\:outline-lime-400\/45:hover {
    outline-color: rgb(163 230 53 / 0.45);
  }

  .hover\:outline-lime-400\/5:hover {
    outline-color: rgb(163 230 53 / 0.05);
  }

  .hover\:outline-lime-400\/50:hover {
    outline-color: rgb(163 230 53 / 0.5);
  }

  .hover\:outline-lime-400\/55:hover {
    outline-color: rgb(163 230 53 / 0.55);
  }

  .hover\:outline-lime-400\/60:hover {
    outline-color: rgb(163 230 53 / 0.6);
  }

  .hover\:outline-lime-400\/65:hover {
    outline-color: rgb(163 230 53 / 0.65);
  }

  .hover\:outline-lime-400\/70:hover {
    outline-color: rgb(163 230 53 / 0.7);
  }

  .hover\:outline-lime-400\/75:hover {
    outline-color: rgb(163 230 53 / 0.75);
  }

  .hover\:outline-lime-400\/80:hover {
    outline-color: rgb(163 230 53 / 0.8);
  }

  .hover\:outline-lime-400\/85:hover {
    outline-color: rgb(163 230 53 / 0.85);
  }

  .hover\:outline-lime-400\/90:hover {
    outline-color: rgb(163 230 53 / 0.9);
  }

  .hover\:outline-lime-400\/95:hover {
    outline-color: rgb(163 230 53 / 0.95);
  }

  .hover\:outline-lime-50:hover {
    outline-color: #f7fee7;
  }

  .hover\:outline-lime-50\/0:hover {
    outline-color: rgb(247 254 231 / 0);
  }

  .hover\:outline-lime-50\/10:hover {
    outline-color: rgb(247 254 231 / 0.1);
  }

  .hover\:outline-lime-50\/100:hover {
    outline-color: rgb(247 254 231 / 1);
  }

  .hover\:outline-lime-50\/15:hover {
    outline-color: rgb(247 254 231 / 0.15);
  }

  .hover\:outline-lime-50\/20:hover {
    outline-color: rgb(247 254 231 / 0.2);
  }

  .hover\:outline-lime-50\/25:hover {
    outline-color: rgb(247 254 231 / 0.25);
  }

  .hover\:outline-lime-50\/30:hover {
    outline-color: rgb(247 254 231 / 0.3);
  }

  .hover\:outline-lime-50\/35:hover {
    outline-color: rgb(247 254 231 / 0.35);
  }

  .hover\:outline-lime-50\/40:hover {
    outline-color: rgb(247 254 231 / 0.4);
  }

  .hover\:outline-lime-50\/45:hover {
    outline-color: rgb(247 254 231 / 0.45);
  }

  .hover\:outline-lime-50\/5:hover {
    outline-color: rgb(247 254 231 / 0.05);
  }

  .hover\:outline-lime-50\/50:hover {
    outline-color: rgb(247 254 231 / 0.5);
  }

  .hover\:outline-lime-50\/55:hover {
    outline-color: rgb(247 254 231 / 0.55);
  }

  .hover\:outline-lime-50\/60:hover {
    outline-color: rgb(247 254 231 / 0.6);
  }

  .hover\:outline-lime-50\/65:hover {
    outline-color: rgb(247 254 231 / 0.65);
  }

  .hover\:outline-lime-50\/70:hover {
    outline-color: rgb(247 254 231 / 0.7);
  }

  .hover\:outline-lime-50\/75:hover {
    outline-color: rgb(247 254 231 / 0.75);
  }

  .hover\:outline-lime-50\/80:hover {
    outline-color: rgb(247 254 231 / 0.8);
  }

  .hover\:outline-lime-50\/85:hover {
    outline-color: rgb(247 254 231 / 0.85);
  }

  .hover\:outline-lime-50\/90:hover {
    outline-color: rgb(247 254 231 / 0.9);
  }

  .hover\:outline-lime-50\/95:hover {
    outline-color: rgb(247 254 231 / 0.95);
  }

  .hover\:outline-lime-500:hover {
    outline-color: #84cc16;
  }

  .hover\:outline-lime-500\/0:hover {
    outline-color: rgb(132 204 22 / 0);
  }

  .hover\:outline-lime-500\/10:hover {
    outline-color: rgb(132 204 22 / 0.1);
  }

  .hover\:outline-lime-500\/100:hover {
    outline-color: rgb(132 204 22 / 1);
  }

  .hover\:outline-lime-500\/15:hover {
    outline-color: rgb(132 204 22 / 0.15);
  }

  .hover\:outline-lime-500\/20:hover {
    outline-color: rgb(132 204 22 / 0.2);
  }

  .hover\:outline-lime-500\/25:hover {
    outline-color: rgb(132 204 22 / 0.25);
  }

  .hover\:outline-lime-500\/30:hover {
    outline-color: rgb(132 204 22 / 0.3);
  }

  .hover\:outline-lime-500\/35:hover {
    outline-color: rgb(132 204 22 / 0.35);
  }

  .hover\:outline-lime-500\/40:hover {
    outline-color: rgb(132 204 22 / 0.4);
  }

  .hover\:outline-lime-500\/45:hover {
    outline-color: rgb(132 204 22 / 0.45);
  }

  .hover\:outline-lime-500\/5:hover {
    outline-color: rgb(132 204 22 / 0.05);
  }

  .hover\:outline-lime-500\/50:hover {
    outline-color: rgb(132 204 22 / 0.5);
  }

  .hover\:outline-lime-500\/55:hover {
    outline-color: rgb(132 204 22 / 0.55);
  }

  .hover\:outline-lime-500\/60:hover {
    outline-color: rgb(132 204 22 / 0.6);
  }

  .hover\:outline-lime-500\/65:hover {
    outline-color: rgb(132 204 22 / 0.65);
  }

  .hover\:outline-lime-500\/70:hover {
    outline-color: rgb(132 204 22 / 0.7);
  }

  .hover\:outline-lime-500\/75:hover {
    outline-color: rgb(132 204 22 / 0.75);
  }

  .hover\:outline-lime-500\/80:hover {
    outline-color: rgb(132 204 22 / 0.8);
  }

  .hover\:outline-lime-500\/85:hover {
    outline-color: rgb(132 204 22 / 0.85);
  }

  .hover\:outline-lime-500\/90:hover {
    outline-color: rgb(132 204 22 / 0.9);
  }

  .hover\:outline-lime-500\/95:hover {
    outline-color: rgb(132 204 22 / 0.95);
  }

  .hover\:outline-lime-600:hover {
    outline-color: #65a30d;
  }

  .hover\:outline-lime-600\/0:hover {
    outline-color: rgb(101 163 13 / 0);
  }

  .hover\:outline-lime-600\/10:hover {
    outline-color: rgb(101 163 13 / 0.1);
  }

  .hover\:outline-lime-600\/100:hover {
    outline-color: rgb(101 163 13 / 1);
  }

  .hover\:outline-lime-600\/15:hover {
    outline-color: rgb(101 163 13 / 0.15);
  }

  .hover\:outline-lime-600\/20:hover {
    outline-color: rgb(101 163 13 / 0.2);
  }

  .hover\:outline-lime-600\/25:hover {
    outline-color: rgb(101 163 13 / 0.25);
  }

  .hover\:outline-lime-600\/30:hover {
    outline-color: rgb(101 163 13 / 0.3);
  }

  .hover\:outline-lime-600\/35:hover {
    outline-color: rgb(101 163 13 / 0.35);
  }

  .hover\:outline-lime-600\/40:hover {
    outline-color: rgb(101 163 13 / 0.4);
  }

  .hover\:outline-lime-600\/45:hover {
    outline-color: rgb(101 163 13 / 0.45);
  }

  .hover\:outline-lime-600\/5:hover {
    outline-color: rgb(101 163 13 / 0.05);
  }

  .hover\:outline-lime-600\/50:hover {
    outline-color: rgb(101 163 13 / 0.5);
  }

  .hover\:outline-lime-600\/55:hover {
    outline-color: rgb(101 163 13 / 0.55);
  }

  .hover\:outline-lime-600\/60:hover {
    outline-color: rgb(101 163 13 / 0.6);
  }

  .hover\:outline-lime-600\/65:hover {
    outline-color: rgb(101 163 13 / 0.65);
  }

  .hover\:outline-lime-600\/70:hover {
    outline-color: rgb(101 163 13 / 0.7);
  }

  .hover\:outline-lime-600\/75:hover {
    outline-color: rgb(101 163 13 / 0.75);
  }

  .hover\:outline-lime-600\/80:hover {
    outline-color: rgb(101 163 13 / 0.8);
  }

  .hover\:outline-lime-600\/85:hover {
    outline-color: rgb(101 163 13 / 0.85);
  }

  .hover\:outline-lime-600\/90:hover {
    outline-color: rgb(101 163 13 / 0.9);
  }

  .hover\:outline-lime-600\/95:hover {
    outline-color: rgb(101 163 13 / 0.95);
  }

  .hover\:outline-lime-700:hover {
    outline-color: #4d7c0f;
  }

  .hover\:outline-lime-700\/0:hover {
    outline-color: rgb(77 124 15 / 0);
  }

  .hover\:outline-lime-700\/10:hover {
    outline-color: rgb(77 124 15 / 0.1);
  }

  .hover\:outline-lime-700\/100:hover {
    outline-color: rgb(77 124 15 / 1);
  }

  .hover\:outline-lime-700\/15:hover {
    outline-color: rgb(77 124 15 / 0.15);
  }

  .hover\:outline-lime-700\/20:hover {
    outline-color: rgb(77 124 15 / 0.2);
  }

  .hover\:outline-lime-700\/25:hover {
    outline-color: rgb(77 124 15 / 0.25);
  }

  .hover\:outline-lime-700\/30:hover {
    outline-color: rgb(77 124 15 / 0.3);
  }

  .hover\:outline-lime-700\/35:hover {
    outline-color: rgb(77 124 15 / 0.35);
  }

  .hover\:outline-lime-700\/40:hover {
    outline-color: rgb(77 124 15 / 0.4);
  }

  .hover\:outline-lime-700\/45:hover {
    outline-color: rgb(77 124 15 / 0.45);
  }

  .hover\:outline-lime-700\/5:hover {
    outline-color: rgb(77 124 15 / 0.05);
  }

  .hover\:outline-lime-700\/50:hover {
    outline-color: rgb(77 124 15 / 0.5);
  }

  .hover\:outline-lime-700\/55:hover {
    outline-color: rgb(77 124 15 / 0.55);
  }

  .hover\:outline-lime-700\/60:hover {
    outline-color: rgb(77 124 15 / 0.6);
  }

  .hover\:outline-lime-700\/65:hover {
    outline-color: rgb(77 124 15 / 0.65);
  }

  .hover\:outline-lime-700\/70:hover {
    outline-color: rgb(77 124 15 / 0.7);
  }

  .hover\:outline-lime-700\/75:hover {
    outline-color: rgb(77 124 15 / 0.75);
  }

  .hover\:outline-lime-700\/80:hover {
    outline-color: rgb(77 124 15 / 0.8);
  }

  .hover\:outline-lime-700\/85:hover {
    outline-color: rgb(77 124 15 / 0.85);
  }

  .hover\:outline-lime-700\/90:hover {
    outline-color: rgb(77 124 15 / 0.9);
  }

  .hover\:outline-lime-700\/95:hover {
    outline-color: rgb(77 124 15 / 0.95);
  }

  .hover\:outline-lime-800:hover {
    outline-color: #3f6212;
  }

  .hover\:outline-lime-800\/0:hover {
    outline-color: rgb(63 98 18 / 0);
  }

  .hover\:outline-lime-800\/10:hover {
    outline-color: rgb(63 98 18 / 0.1);
  }

  .hover\:outline-lime-800\/100:hover {
    outline-color: rgb(63 98 18 / 1);
  }

  .hover\:outline-lime-800\/15:hover {
    outline-color: rgb(63 98 18 / 0.15);
  }

  .hover\:outline-lime-800\/20:hover {
    outline-color: rgb(63 98 18 / 0.2);
  }

  .hover\:outline-lime-800\/25:hover {
    outline-color: rgb(63 98 18 / 0.25);
  }

  .hover\:outline-lime-800\/30:hover {
    outline-color: rgb(63 98 18 / 0.3);
  }

  .hover\:outline-lime-800\/35:hover {
    outline-color: rgb(63 98 18 / 0.35);
  }

  .hover\:outline-lime-800\/40:hover {
    outline-color: rgb(63 98 18 / 0.4);
  }

  .hover\:outline-lime-800\/45:hover {
    outline-color: rgb(63 98 18 / 0.45);
  }

  .hover\:outline-lime-800\/5:hover {
    outline-color: rgb(63 98 18 / 0.05);
  }

  .hover\:outline-lime-800\/50:hover {
    outline-color: rgb(63 98 18 / 0.5);
  }

  .hover\:outline-lime-800\/55:hover {
    outline-color: rgb(63 98 18 / 0.55);
  }

  .hover\:outline-lime-800\/60:hover {
    outline-color: rgb(63 98 18 / 0.6);
  }

  .hover\:outline-lime-800\/65:hover {
    outline-color: rgb(63 98 18 / 0.65);
  }

  .hover\:outline-lime-800\/70:hover {
    outline-color: rgb(63 98 18 / 0.7);
  }

  .hover\:outline-lime-800\/75:hover {
    outline-color: rgb(63 98 18 / 0.75);
  }

  .hover\:outline-lime-800\/80:hover {
    outline-color: rgb(63 98 18 / 0.8);
  }

  .hover\:outline-lime-800\/85:hover {
    outline-color: rgb(63 98 18 / 0.85);
  }

  .hover\:outline-lime-800\/90:hover {
    outline-color: rgb(63 98 18 / 0.9);
  }

  .hover\:outline-lime-800\/95:hover {
    outline-color: rgb(63 98 18 / 0.95);
  }

  .hover\:outline-lime-900:hover {
    outline-color: #365314;
  }

  .hover\:outline-lime-900\/0:hover {
    outline-color: rgb(54 83 20 / 0);
  }

  .hover\:outline-lime-900\/10:hover {
    outline-color: rgb(54 83 20 / 0.1);
  }

  .hover\:outline-lime-900\/100:hover {
    outline-color: rgb(54 83 20 / 1);
  }

  .hover\:outline-lime-900\/15:hover {
    outline-color: rgb(54 83 20 / 0.15);
  }

  .hover\:outline-lime-900\/20:hover {
    outline-color: rgb(54 83 20 / 0.2);
  }

  .hover\:outline-lime-900\/25:hover {
    outline-color: rgb(54 83 20 / 0.25);
  }

  .hover\:outline-lime-900\/30:hover {
    outline-color: rgb(54 83 20 / 0.3);
  }

  .hover\:outline-lime-900\/35:hover {
    outline-color: rgb(54 83 20 / 0.35);
  }

  .hover\:outline-lime-900\/40:hover {
    outline-color: rgb(54 83 20 / 0.4);
  }

  .hover\:outline-lime-900\/45:hover {
    outline-color: rgb(54 83 20 / 0.45);
  }

  .hover\:outline-lime-900\/5:hover {
    outline-color: rgb(54 83 20 / 0.05);
  }

  .hover\:outline-lime-900\/50:hover {
    outline-color: rgb(54 83 20 / 0.5);
  }

  .hover\:outline-lime-900\/55:hover {
    outline-color: rgb(54 83 20 / 0.55);
  }

  .hover\:outline-lime-900\/60:hover {
    outline-color: rgb(54 83 20 / 0.6);
  }

  .hover\:outline-lime-900\/65:hover {
    outline-color: rgb(54 83 20 / 0.65);
  }

  .hover\:outline-lime-900\/70:hover {
    outline-color: rgb(54 83 20 / 0.7);
  }

  .hover\:outline-lime-900\/75:hover {
    outline-color: rgb(54 83 20 / 0.75);
  }

  .hover\:outline-lime-900\/80:hover {
    outline-color: rgb(54 83 20 / 0.8);
  }

  .hover\:outline-lime-900\/85:hover {
    outline-color: rgb(54 83 20 / 0.85);
  }

  .hover\:outline-lime-900\/90:hover {
    outline-color: rgb(54 83 20 / 0.9);
  }

  .hover\:outline-lime-900\/95:hover {
    outline-color: rgb(54 83 20 / 0.95);
  }

  .hover\:outline-lime-950:hover {
    outline-color: #1a2e05;
  }

  .hover\:outline-lime-950\/0:hover {
    outline-color: rgb(26 46 5 / 0);
  }

  .hover\:outline-lime-950\/10:hover {
    outline-color: rgb(26 46 5 / 0.1);
  }

  .hover\:outline-lime-950\/100:hover {
    outline-color: rgb(26 46 5 / 1);
  }

  .hover\:outline-lime-950\/15:hover {
    outline-color: rgb(26 46 5 / 0.15);
  }

  .hover\:outline-lime-950\/20:hover {
    outline-color: rgb(26 46 5 / 0.2);
  }

  .hover\:outline-lime-950\/25:hover {
    outline-color: rgb(26 46 5 / 0.25);
  }

  .hover\:outline-lime-950\/30:hover {
    outline-color: rgb(26 46 5 / 0.3);
  }

  .hover\:outline-lime-950\/35:hover {
    outline-color: rgb(26 46 5 / 0.35);
  }

  .hover\:outline-lime-950\/40:hover {
    outline-color: rgb(26 46 5 / 0.4);
  }

  .hover\:outline-lime-950\/45:hover {
    outline-color: rgb(26 46 5 / 0.45);
  }

  .hover\:outline-lime-950\/5:hover {
    outline-color: rgb(26 46 5 / 0.05);
  }

  .hover\:outline-lime-950\/50:hover {
    outline-color: rgb(26 46 5 / 0.5);
  }

  .hover\:outline-lime-950\/55:hover {
    outline-color: rgb(26 46 5 / 0.55);
  }

  .hover\:outline-lime-950\/60:hover {
    outline-color: rgb(26 46 5 / 0.6);
  }

  .hover\:outline-lime-950\/65:hover {
    outline-color: rgb(26 46 5 / 0.65);
  }

  .hover\:outline-lime-950\/70:hover {
    outline-color: rgb(26 46 5 / 0.7);
  }

  .hover\:outline-lime-950\/75:hover {
    outline-color: rgb(26 46 5 / 0.75);
  }

  .hover\:outline-lime-950\/80:hover {
    outline-color: rgb(26 46 5 / 0.8);
  }

  .hover\:outline-lime-950\/85:hover {
    outline-color: rgb(26 46 5 / 0.85);
  }

  .hover\:outline-lime-950\/90:hover {
    outline-color: rgb(26 46 5 / 0.9);
  }

  .hover\:outline-lime-950\/95:hover {
    outline-color: rgb(26 46 5 / 0.95);
  }

  .hover\:outline-neutral-100:hover {
    outline-color: #f5f5f5;
  }

  .hover\:outline-neutral-100\/0:hover {
    outline-color: rgb(245 245 245 / 0);
  }

  .hover\:outline-neutral-100\/10:hover {
    outline-color: rgb(245 245 245 / 0.1);
  }

  .hover\:outline-neutral-100\/100:hover {
    outline-color: rgb(245 245 245 / 1);
  }

  .hover\:outline-neutral-100\/15:hover {
    outline-color: rgb(245 245 245 / 0.15);
  }

  .hover\:outline-neutral-100\/20:hover {
    outline-color: rgb(245 245 245 / 0.2);
  }

  .hover\:outline-neutral-100\/25:hover {
    outline-color: rgb(245 245 245 / 0.25);
  }

  .hover\:outline-neutral-100\/30:hover {
    outline-color: rgb(245 245 245 / 0.3);
  }

  .hover\:outline-neutral-100\/35:hover {
    outline-color: rgb(245 245 245 / 0.35);
  }

  .hover\:outline-neutral-100\/40:hover {
    outline-color: rgb(245 245 245 / 0.4);
  }

  .hover\:outline-neutral-100\/45:hover {
    outline-color: rgb(245 245 245 / 0.45);
  }

  .hover\:outline-neutral-100\/5:hover {
    outline-color: rgb(245 245 245 / 0.05);
  }

  .hover\:outline-neutral-100\/50:hover {
    outline-color: rgb(245 245 245 / 0.5);
  }

  .hover\:outline-neutral-100\/55:hover {
    outline-color: rgb(245 245 245 / 0.55);
  }

  .hover\:outline-neutral-100\/60:hover {
    outline-color: rgb(245 245 245 / 0.6);
  }

  .hover\:outline-neutral-100\/65:hover {
    outline-color: rgb(245 245 245 / 0.65);
  }

  .hover\:outline-neutral-100\/70:hover {
    outline-color: rgb(245 245 245 / 0.7);
  }

  .hover\:outline-neutral-100\/75:hover {
    outline-color: rgb(245 245 245 / 0.75);
  }

  .hover\:outline-neutral-100\/80:hover {
    outline-color: rgb(245 245 245 / 0.8);
  }

  .hover\:outline-neutral-100\/85:hover {
    outline-color: rgb(245 245 245 / 0.85);
  }

  .hover\:outline-neutral-100\/90:hover {
    outline-color: rgb(245 245 245 / 0.9);
  }

  .hover\:outline-neutral-100\/95:hover {
    outline-color: rgb(245 245 245 / 0.95);
  }

  .hover\:outline-neutral-200:hover {
    outline-color: #e5e5e5;
  }

  .hover\:outline-neutral-200\/0:hover {
    outline-color: rgb(229 229 229 / 0);
  }

  .hover\:outline-neutral-200\/10:hover {
    outline-color: rgb(229 229 229 / 0.1);
  }

  .hover\:outline-neutral-200\/100:hover {
    outline-color: rgb(229 229 229 / 1);
  }

  .hover\:outline-neutral-200\/15:hover {
    outline-color: rgb(229 229 229 / 0.15);
  }

  .hover\:outline-neutral-200\/20:hover {
    outline-color: rgb(229 229 229 / 0.2);
  }

  .hover\:outline-neutral-200\/25:hover {
    outline-color: rgb(229 229 229 / 0.25);
  }

  .hover\:outline-neutral-200\/30:hover {
    outline-color: rgb(229 229 229 / 0.3);
  }

  .hover\:outline-neutral-200\/35:hover {
    outline-color: rgb(229 229 229 / 0.35);
  }

  .hover\:outline-neutral-200\/40:hover {
    outline-color: rgb(229 229 229 / 0.4);
  }

  .hover\:outline-neutral-200\/45:hover {
    outline-color: rgb(229 229 229 / 0.45);
  }

  .hover\:outline-neutral-200\/5:hover {
    outline-color: rgb(229 229 229 / 0.05);
  }

  .hover\:outline-neutral-200\/50:hover {
    outline-color: rgb(229 229 229 / 0.5);
  }

  .hover\:outline-neutral-200\/55:hover {
    outline-color: rgb(229 229 229 / 0.55);
  }

  .hover\:outline-neutral-200\/60:hover {
    outline-color: rgb(229 229 229 / 0.6);
  }

  .hover\:outline-neutral-200\/65:hover {
    outline-color: rgb(229 229 229 / 0.65);
  }

  .hover\:outline-neutral-200\/70:hover {
    outline-color: rgb(229 229 229 / 0.7);
  }

  .hover\:outline-neutral-200\/75:hover {
    outline-color: rgb(229 229 229 / 0.75);
  }

  .hover\:outline-neutral-200\/80:hover {
    outline-color: rgb(229 229 229 / 0.8);
  }

  .hover\:outline-neutral-200\/85:hover {
    outline-color: rgb(229 229 229 / 0.85);
  }

  .hover\:outline-neutral-200\/90:hover {
    outline-color: rgb(229 229 229 / 0.9);
  }

  .hover\:outline-neutral-200\/95:hover {
    outline-color: rgb(229 229 229 / 0.95);
  }

  .hover\:outline-neutral-300:hover {
    outline-color: #d4d4d4;
  }

  .hover\:outline-neutral-300\/0:hover {
    outline-color: rgb(212 212 212 / 0);
  }

  .hover\:outline-neutral-300\/10:hover {
    outline-color: rgb(212 212 212 / 0.1);
  }

  .hover\:outline-neutral-300\/100:hover {
    outline-color: rgb(212 212 212 / 1);
  }

  .hover\:outline-neutral-300\/15:hover {
    outline-color: rgb(212 212 212 / 0.15);
  }

  .hover\:outline-neutral-300\/20:hover {
    outline-color: rgb(212 212 212 / 0.2);
  }

  .hover\:outline-neutral-300\/25:hover {
    outline-color: rgb(212 212 212 / 0.25);
  }

  .hover\:outline-neutral-300\/30:hover {
    outline-color: rgb(212 212 212 / 0.3);
  }

  .hover\:outline-neutral-300\/35:hover {
    outline-color: rgb(212 212 212 / 0.35);
  }

  .hover\:outline-neutral-300\/40:hover {
    outline-color: rgb(212 212 212 / 0.4);
  }

  .hover\:outline-neutral-300\/45:hover {
    outline-color: rgb(212 212 212 / 0.45);
  }

  .hover\:outline-neutral-300\/5:hover {
    outline-color: rgb(212 212 212 / 0.05);
  }

  .hover\:outline-neutral-300\/50:hover {
    outline-color: rgb(212 212 212 / 0.5);
  }

  .hover\:outline-neutral-300\/55:hover {
    outline-color: rgb(212 212 212 / 0.55);
  }

  .hover\:outline-neutral-300\/60:hover {
    outline-color: rgb(212 212 212 / 0.6);
  }

  .hover\:outline-neutral-300\/65:hover {
    outline-color: rgb(212 212 212 / 0.65);
  }

  .hover\:outline-neutral-300\/70:hover {
    outline-color: rgb(212 212 212 / 0.7);
  }

  .hover\:outline-neutral-300\/75:hover {
    outline-color: rgb(212 212 212 / 0.75);
  }

  .hover\:outline-neutral-300\/80:hover {
    outline-color: rgb(212 212 212 / 0.8);
  }

  .hover\:outline-neutral-300\/85:hover {
    outline-color: rgb(212 212 212 / 0.85);
  }

  .hover\:outline-neutral-300\/90:hover {
    outline-color: rgb(212 212 212 / 0.9);
  }

  .hover\:outline-neutral-300\/95:hover {
    outline-color: rgb(212 212 212 / 0.95);
  }

  .hover\:outline-neutral-400:hover {
    outline-color: #a3a3a3;
  }

  .hover\:outline-neutral-400\/0:hover {
    outline-color: rgb(163 163 163 / 0);
  }

  .hover\:outline-neutral-400\/10:hover {
    outline-color: rgb(163 163 163 / 0.1);
  }

  .hover\:outline-neutral-400\/100:hover {
    outline-color: rgb(163 163 163 / 1);
  }

  .hover\:outline-neutral-400\/15:hover {
    outline-color: rgb(163 163 163 / 0.15);
  }

  .hover\:outline-neutral-400\/20:hover {
    outline-color: rgb(163 163 163 / 0.2);
  }

  .hover\:outline-neutral-400\/25:hover {
    outline-color: rgb(163 163 163 / 0.25);
  }

  .hover\:outline-neutral-400\/30:hover {
    outline-color: rgb(163 163 163 / 0.3);
  }

  .hover\:outline-neutral-400\/35:hover {
    outline-color: rgb(163 163 163 / 0.35);
  }

  .hover\:outline-neutral-400\/40:hover {
    outline-color: rgb(163 163 163 / 0.4);
  }

  .hover\:outline-neutral-400\/45:hover {
    outline-color: rgb(163 163 163 / 0.45);
  }

  .hover\:outline-neutral-400\/5:hover {
    outline-color: rgb(163 163 163 / 0.05);
  }

  .hover\:outline-neutral-400\/50:hover {
    outline-color: rgb(163 163 163 / 0.5);
  }

  .hover\:outline-neutral-400\/55:hover {
    outline-color: rgb(163 163 163 / 0.55);
  }

  .hover\:outline-neutral-400\/60:hover {
    outline-color: rgb(163 163 163 / 0.6);
  }

  .hover\:outline-neutral-400\/65:hover {
    outline-color: rgb(163 163 163 / 0.65);
  }

  .hover\:outline-neutral-400\/70:hover {
    outline-color: rgb(163 163 163 / 0.7);
  }

  .hover\:outline-neutral-400\/75:hover {
    outline-color: rgb(163 163 163 / 0.75);
  }

  .hover\:outline-neutral-400\/80:hover {
    outline-color: rgb(163 163 163 / 0.8);
  }

  .hover\:outline-neutral-400\/85:hover {
    outline-color: rgb(163 163 163 / 0.85);
  }

  .hover\:outline-neutral-400\/90:hover {
    outline-color: rgb(163 163 163 / 0.9);
  }

  .hover\:outline-neutral-400\/95:hover {
    outline-color: rgb(163 163 163 / 0.95);
  }

  .hover\:outline-neutral-50:hover {
    outline-color: #fafafa;
  }

  .hover\:outline-neutral-50\/0:hover {
    outline-color: rgb(250 250 250 / 0);
  }

  .hover\:outline-neutral-50\/10:hover {
    outline-color: rgb(250 250 250 / 0.1);
  }

  .hover\:outline-neutral-50\/100:hover {
    outline-color: rgb(250 250 250 / 1);
  }

  .hover\:outline-neutral-50\/15:hover {
    outline-color: rgb(250 250 250 / 0.15);
  }

  .hover\:outline-neutral-50\/20:hover {
    outline-color: rgb(250 250 250 / 0.2);
  }

  .hover\:outline-neutral-50\/25:hover {
    outline-color: rgb(250 250 250 / 0.25);
  }

  .hover\:outline-neutral-50\/30:hover {
    outline-color: rgb(250 250 250 / 0.3);
  }

  .hover\:outline-neutral-50\/35:hover {
    outline-color: rgb(250 250 250 / 0.35);
  }

  .hover\:outline-neutral-50\/40:hover {
    outline-color: rgb(250 250 250 / 0.4);
  }

  .hover\:outline-neutral-50\/45:hover {
    outline-color: rgb(250 250 250 / 0.45);
  }

  .hover\:outline-neutral-50\/5:hover {
    outline-color: rgb(250 250 250 / 0.05);
  }

  .hover\:outline-neutral-50\/50:hover {
    outline-color: rgb(250 250 250 / 0.5);
  }

  .hover\:outline-neutral-50\/55:hover {
    outline-color: rgb(250 250 250 / 0.55);
  }

  .hover\:outline-neutral-50\/60:hover {
    outline-color: rgb(250 250 250 / 0.6);
  }

  .hover\:outline-neutral-50\/65:hover {
    outline-color: rgb(250 250 250 / 0.65);
  }

  .hover\:outline-neutral-50\/70:hover {
    outline-color: rgb(250 250 250 / 0.7);
  }

  .hover\:outline-neutral-50\/75:hover {
    outline-color: rgb(250 250 250 / 0.75);
  }

  .hover\:outline-neutral-50\/80:hover {
    outline-color: rgb(250 250 250 / 0.8);
  }

  .hover\:outline-neutral-50\/85:hover {
    outline-color: rgb(250 250 250 / 0.85);
  }

  .hover\:outline-neutral-50\/90:hover {
    outline-color: rgb(250 250 250 / 0.9);
  }

  .hover\:outline-neutral-50\/95:hover {
    outline-color: rgb(250 250 250 / 0.95);
  }

  .hover\:outline-neutral-500:hover {
    outline-color: #737373;
  }

  .hover\:outline-neutral-500\/0:hover {
    outline-color: rgb(115 115 115 / 0);
  }

  .hover\:outline-neutral-500\/10:hover {
    outline-color: rgb(115 115 115 / 0.1);
  }

  .hover\:outline-neutral-500\/100:hover {
    outline-color: rgb(115 115 115 / 1);
  }

  .hover\:outline-neutral-500\/15:hover {
    outline-color: rgb(115 115 115 / 0.15);
  }

  .hover\:outline-neutral-500\/20:hover {
    outline-color: rgb(115 115 115 / 0.2);
  }

  .hover\:outline-neutral-500\/25:hover {
    outline-color: rgb(115 115 115 / 0.25);
  }

  .hover\:outline-neutral-500\/30:hover {
    outline-color: rgb(115 115 115 / 0.3);
  }

  .hover\:outline-neutral-500\/35:hover {
    outline-color: rgb(115 115 115 / 0.35);
  }

  .hover\:outline-neutral-500\/40:hover {
    outline-color: rgb(115 115 115 / 0.4);
  }

  .hover\:outline-neutral-500\/45:hover {
    outline-color: rgb(115 115 115 / 0.45);
  }

  .hover\:outline-neutral-500\/5:hover {
    outline-color: rgb(115 115 115 / 0.05);
  }

  .hover\:outline-neutral-500\/50:hover {
    outline-color: rgb(115 115 115 / 0.5);
  }

  .hover\:outline-neutral-500\/55:hover {
    outline-color: rgb(115 115 115 / 0.55);
  }

  .hover\:outline-neutral-500\/60:hover {
    outline-color: rgb(115 115 115 / 0.6);
  }

  .hover\:outline-neutral-500\/65:hover {
    outline-color: rgb(115 115 115 / 0.65);
  }

  .hover\:outline-neutral-500\/70:hover {
    outline-color: rgb(115 115 115 / 0.7);
  }

  .hover\:outline-neutral-500\/75:hover {
    outline-color: rgb(115 115 115 / 0.75);
  }

  .hover\:outline-neutral-500\/80:hover {
    outline-color: rgb(115 115 115 / 0.8);
  }

  .hover\:outline-neutral-500\/85:hover {
    outline-color: rgb(115 115 115 / 0.85);
  }

  .hover\:outline-neutral-500\/90:hover {
    outline-color: rgb(115 115 115 / 0.9);
  }

  .hover\:outline-neutral-500\/95:hover {
    outline-color: rgb(115 115 115 / 0.95);
  }

  .hover\:outline-neutral-600:hover {
    outline-color: #525252;
  }

  .hover\:outline-neutral-600\/0:hover {
    outline-color: rgb(82 82 82 / 0);
  }

  .hover\:outline-neutral-600\/10:hover {
    outline-color: rgb(82 82 82 / 0.1);
  }

  .hover\:outline-neutral-600\/100:hover {
    outline-color: rgb(82 82 82 / 1);
  }

  .hover\:outline-neutral-600\/15:hover {
    outline-color: rgb(82 82 82 / 0.15);
  }

  .hover\:outline-neutral-600\/20:hover {
    outline-color: rgb(82 82 82 / 0.2);
  }

  .hover\:outline-neutral-600\/25:hover {
    outline-color: rgb(82 82 82 / 0.25);
  }

  .hover\:outline-neutral-600\/30:hover {
    outline-color: rgb(82 82 82 / 0.3);
  }

  .hover\:outline-neutral-600\/35:hover {
    outline-color: rgb(82 82 82 / 0.35);
  }

  .hover\:outline-neutral-600\/40:hover {
    outline-color: rgb(82 82 82 / 0.4);
  }

  .hover\:outline-neutral-600\/45:hover {
    outline-color: rgb(82 82 82 / 0.45);
  }

  .hover\:outline-neutral-600\/5:hover {
    outline-color: rgb(82 82 82 / 0.05);
  }

  .hover\:outline-neutral-600\/50:hover {
    outline-color: rgb(82 82 82 / 0.5);
  }

  .hover\:outline-neutral-600\/55:hover {
    outline-color: rgb(82 82 82 / 0.55);
  }

  .hover\:outline-neutral-600\/60:hover {
    outline-color: rgb(82 82 82 / 0.6);
  }

  .hover\:outline-neutral-600\/65:hover {
    outline-color: rgb(82 82 82 / 0.65);
  }

  .hover\:outline-neutral-600\/70:hover {
    outline-color: rgb(82 82 82 / 0.7);
  }

  .hover\:outline-neutral-600\/75:hover {
    outline-color: rgb(82 82 82 / 0.75);
  }

  .hover\:outline-neutral-600\/80:hover {
    outline-color: rgb(82 82 82 / 0.8);
  }

  .hover\:outline-neutral-600\/85:hover {
    outline-color: rgb(82 82 82 / 0.85);
  }

  .hover\:outline-neutral-600\/90:hover {
    outline-color: rgb(82 82 82 / 0.9);
  }

  .hover\:outline-neutral-600\/95:hover {
    outline-color: rgb(82 82 82 / 0.95);
  }

  .hover\:outline-neutral-700:hover {
    outline-color: #404040;
  }

  .hover\:outline-neutral-700\/0:hover {
    outline-color: rgb(64 64 64 / 0);
  }

  .hover\:outline-neutral-700\/10:hover {
    outline-color: rgb(64 64 64 / 0.1);
  }

  .hover\:outline-neutral-700\/100:hover {
    outline-color: rgb(64 64 64 / 1);
  }

  .hover\:outline-neutral-700\/15:hover {
    outline-color: rgb(64 64 64 / 0.15);
  }

  .hover\:outline-neutral-700\/20:hover {
    outline-color: rgb(64 64 64 / 0.2);
  }

  .hover\:outline-neutral-700\/25:hover {
    outline-color: rgb(64 64 64 / 0.25);
  }

  .hover\:outline-neutral-700\/30:hover {
    outline-color: rgb(64 64 64 / 0.3);
  }

  .hover\:outline-neutral-700\/35:hover {
    outline-color: rgb(64 64 64 / 0.35);
  }

  .hover\:outline-neutral-700\/40:hover {
    outline-color: rgb(64 64 64 / 0.4);
  }

  .hover\:outline-neutral-700\/45:hover {
    outline-color: rgb(64 64 64 / 0.45);
  }

  .hover\:outline-neutral-700\/5:hover {
    outline-color: rgb(64 64 64 / 0.05);
  }

  .hover\:outline-neutral-700\/50:hover {
    outline-color: rgb(64 64 64 / 0.5);
  }

  .hover\:outline-neutral-700\/55:hover {
    outline-color: rgb(64 64 64 / 0.55);
  }

  .hover\:outline-neutral-700\/60:hover {
    outline-color: rgb(64 64 64 / 0.6);
  }

  .hover\:outline-neutral-700\/65:hover {
    outline-color: rgb(64 64 64 / 0.65);
  }

  .hover\:outline-neutral-700\/70:hover {
    outline-color: rgb(64 64 64 / 0.7);
  }

  .hover\:outline-neutral-700\/75:hover {
    outline-color: rgb(64 64 64 / 0.75);
  }

  .hover\:outline-neutral-700\/80:hover {
    outline-color: rgb(64 64 64 / 0.8);
  }

  .hover\:outline-neutral-700\/85:hover {
    outline-color: rgb(64 64 64 / 0.85);
  }

  .hover\:outline-neutral-700\/90:hover {
    outline-color: rgb(64 64 64 / 0.9);
  }

  .hover\:outline-neutral-700\/95:hover {
    outline-color: rgb(64 64 64 / 0.95);
  }

  .hover\:outline-neutral-800:hover {
    outline-color: #262626;
  }

  .hover\:outline-neutral-800\/0:hover {
    outline-color: rgb(38 38 38 / 0);
  }

  .hover\:outline-neutral-800\/10:hover {
    outline-color: rgb(38 38 38 / 0.1);
  }

  .hover\:outline-neutral-800\/100:hover {
    outline-color: rgb(38 38 38 / 1);
  }

  .hover\:outline-neutral-800\/15:hover {
    outline-color: rgb(38 38 38 / 0.15);
  }

  .hover\:outline-neutral-800\/20:hover {
    outline-color: rgb(38 38 38 / 0.2);
  }

  .hover\:outline-neutral-800\/25:hover {
    outline-color: rgb(38 38 38 / 0.25);
  }

  .hover\:outline-neutral-800\/30:hover {
    outline-color: rgb(38 38 38 / 0.3);
  }

  .hover\:outline-neutral-800\/35:hover {
    outline-color: rgb(38 38 38 / 0.35);
  }

  .hover\:outline-neutral-800\/40:hover {
    outline-color: rgb(38 38 38 / 0.4);
  }

  .hover\:outline-neutral-800\/45:hover {
    outline-color: rgb(38 38 38 / 0.45);
  }

  .hover\:outline-neutral-800\/5:hover {
    outline-color: rgb(38 38 38 / 0.05);
  }

  .hover\:outline-neutral-800\/50:hover {
    outline-color: rgb(38 38 38 / 0.5);
  }

  .hover\:outline-neutral-800\/55:hover {
    outline-color: rgb(38 38 38 / 0.55);
  }

  .hover\:outline-neutral-800\/60:hover {
    outline-color: rgb(38 38 38 / 0.6);
  }

  .hover\:outline-neutral-800\/65:hover {
    outline-color: rgb(38 38 38 / 0.65);
  }

  .hover\:outline-neutral-800\/70:hover {
    outline-color: rgb(38 38 38 / 0.7);
  }

  .hover\:outline-neutral-800\/75:hover {
    outline-color: rgb(38 38 38 / 0.75);
  }

  .hover\:outline-neutral-800\/80:hover {
    outline-color: rgb(38 38 38 / 0.8);
  }

  .hover\:outline-neutral-800\/85:hover {
    outline-color: rgb(38 38 38 / 0.85);
  }

  .hover\:outline-neutral-800\/90:hover {
    outline-color: rgb(38 38 38 / 0.9);
  }

  .hover\:outline-neutral-800\/95:hover {
    outline-color: rgb(38 38 38 / 0.95);
  }

  .hover\:outline-neutral-900:hover {
    outline-color: #171717;
  }

  .hover\:outline-neutral-900\/0:hover {
    outline-color: rgb(23 23 23 / 0);
  }

  .hover\:outline-neutral-900\/10:hover {
    outline-color: rgb(23 23 23 / 0.1);
  }

  .hover\:outline-neutral-900\/100:hover {
    outline-color: rgb(23 23 23 / 1);
  }

  .hover\:outline-neutral-900\/15:hover {
    outline-color: rgb(23 23 23 / 0.15);
  }

  .hover\:outline-neutral-900\/20:hover {
    outline-color: rgb(23 23 23 / 0.2);
  }

  .hover\:outline-neutral-900\/25:hover {
    outline-color: rgb(23 23 23 / 0.25);
  }

  .hover\:outline-neutral-900\/30:hover {
    outline-color: rgb(23 23 23 / 0.3);
  }

  .hover\:outline-neutral-900\/35:hover {
    outline-color: rgb(23 23 23 / 0.35);
  }

  .hover\:outline-neutral-900\/40:hover {
    outline-color: rgb(23 23 23 / 0.4);
  }

  .hover\:outline-neutral-900\/45:hover {
    outline-color: rgb(23 23 23 / 0.45);
  }

  .hover\:outline-neutral-900\/5:hover {
    outline-color: rgb(23 23 23 / 0.05);
  }

  .hover\:outline-neutral-900\/50:hover {
    outline-color: rgb(23 23 23 / 0.5);
  }

  .hover\:outline-neutral-900\/55:hover {
    outline-color: rgb(23 23 23 / 0.55);
  }

  .hover\:outline-neutral-900\/60:hover {
    outline-color: rgb(23 23 23 / 0.6);
  }

  .hover\:outline-neutral-900\/65:hover {
    outline-color: rgb(23 23 23 / 0.65);
  }

  .hover\:outline-neutral-900\/70:hover {
    outline-color: rgb(23 23 23 / 0.7);
  }

  .hover\:outline-neutral-900\/75:hover {
    outline-color: rgb(23 23 23 / 0.75);
  }

  .hover\:outline-neutral-900\/80:hover {
    outline-color: rgb(23 23 23 / 0.8);
  }

  .hover\:outline-neutral-900\/85:hover {
    outline-color: rgb(23 23 23 / 0.85);
  }

  .hover\:outline-neutral-900\/90:hover {
    outline-color: rgb(23 23 23 / 0.9);
  }

  .hover\:outline-neutral-900\/95:hover {
    outline-color: rgb(23 23 23 / 0.95);
  }

  .hover\:outline-neutral-950:hover {
    outline-color: #0a0a0a;
  }

  .hover\:outline-neutral-950\/0:hover {
    outline-color: rgb(10 10 10 / 0);
  }

  .hover\:outline-neutral-950\/10:hover {
    outline-color: rgb(10 10 10 / 0.1);
  }

  .hover\:outline-neutral-950\/100:hover {
    outline-color: rgb(10 10 10 / 1);
  }

  .hover\:outline-neutral-950\/15:hover {
    outline-color: rgb(10 10 10 / 0.15);
  }

  .hover\:outline-neutral-950\/20:hover {
    outline-color: rgb(10 10 10 / 0.2);
  }

  .hover\:outline-neutral-950\/25:hover {
    outline-color: rgb(10 10 10 / 0.25);
  }

  .hover\:outline-neutral-950\/30:hover {
    outline-color: rgb(10 10 10 / 0.3);
  }

  .hover\:outline-neutral-950\/35:hover {
    outline-color: rgb(10 10 10 / 0.35);
  }

  .hover\:outline-neutral-950\/40:hover {
    outline-color: rgb(10 10 10 / 0.4);
  }

  .hover\:outline-neutral-950\/45:hover {
    outline-color: rgb(10 10 10 / 0.45);
  }

  .hover\:outline-neutral-950\/5:hover {
    outline-color: rgb(10 10 10 / 0.05);
  }

  .hover\:outline-neutral-950\/50:hover {
    outline-color: rgb(10 10 10 / 0.5);
  }

  .hover\:outline-neutral-950\/55:hover {
    outline-color: rgb(10 10 10 / 0.55);
  }

  .hover\:outline-neutral-950\/60:hover {
    outline-color: rgb(10 10 10 / 0.6);
  }

  .hover\:outline-neutral-950\/65:hover {
    outline-color: rgb(10 10 10 / 0.65);
  }

  .hover\:outline-neutral-950\/70:hover {
    outline-color: rgb(10 10 10 / 0.7);
  }

  .hover\:outline-neutral-950\/75:hover {
    outline-color: rgb(10 10 10 / 0.75);
  }

  .hover\:outline-neutral-950\/80:hover {
    outline-color: rgb(10 10 10 / 0.8);
  }

  .hover\:outline-neutral-950\/85:hover {
    outline-color: rgb(10 10 10 / 0.85);
  }

  .hover\:outline-neutral-950\/90:hover {
    outline-color: rgb(10 10 10 / 0.9);
  }

  .hover\:outline-neutral-950\/95:hover {
    outline-color: rgb(10 10 10 / 0.95);
  }

  .hover\:outline-orange-100:hover {
    outline-color: #ffedd5;
  }

  .hover\:outline-orange-100\/0:hover {
    outline-color: rgb(255 237 213 / 0);
  }

  .hover\:outline-orange-100\/10:hover {
    outline-color: rgb(255 237 213 / 0.1);
  }

  .hover\:outline-orange-100\/100:hover {
    outline-color: rgb(255 237 213 / 1);
  }

  .hover\:outline-orange-100\/15:hover {
    outline-color: rgb(255 237 213 / 0.15);
  }

  .hover\:outline-orange-100\/20:hover {
    outline-color: rgb(255 237 213 / 0.2);
  }

  .hover\:outline-orange-100\/25:hover {
    outline-color: rgb(255 237 213 / 0.25);
  }

  .hover\:outline-orange-100\/30:hover {
    outline-color: rgb(255 237 213 / 0.3);
  }

  .hover\:outline-orange-100\/35:hover {
    outline-color: rgb(255 237 213 / 0.35);
  }

  .hover\:outline-orange-100\/40:hover {
    outline-color: rgb(255 237 213 / 0.4);
  }

  .hover\:outline-orange-100\/45:hover {
    outline-color: rgb(255 237 213 / 0.45);
  }

  .hover\:outline-orange-100\/5:hover {
    outline-color: rgb(255 237 213 / 0.05);
  }

  .hover\:outline-orange-100\/50:hover {
    outline-color: rgb(255 237 213 / 0.5);
  }

  .hover\:outline-orange-100\/55:hover {
    outline-color: rgb(255 237 213 / 0.55);
  }

  .hover\:outline-orange-100\/60:hover {
    outline-color: rgb(255 237 213 / 0.6);
  }

  .hover\:outline-orange-100\/65:hover {
    outline-color: rgb(255 237 213 / 0.65);
  }

  .hover\:outline-orange-100\/70:hover {
    outline-color: rgb(255 237 213 / 0.7);
  }

  .hover\:outline-orange-100\/75:hover {
    outline-color: rgb(255 237 213 / 0.75);
  }

  .hover\:outline-orange-100\/80:hover {
    outline-color: rgb(255 237 213 / 0.8);
  }

  .hover\:outline-orange-100\/85:hover {
    outline-color: rgb(255 237 213 / 0.85);
  }

  .hover\:outline-orange-100\/90:hover {
    outline-color: rgb(255 237 213 / 0.9);
  }

  .hover\:outline-orange-100\/95:hover {
    outline-color: rgb(255 237 213 / 0.95);
  }

  .hover\:outline-orange-200:hover {
    outline-color: #fed7aa;
  }

  .hover\:outline-orange-200\/0:hover {
    outline-color: rgb(254 215 170 / 0);
  }

  .hover\:outline-orange-200\/10:hover {
    outline-color: rgb(254 215 170 / 0.1);
  }

  .hover\:outline-orange-200\/100:hover {
    outline-color: rgb(254 215 170 / 1);
  }

  .hover\:outline-orange-200\/15:hover {
    outline-color: rgb(254 215 170 / 0.15);
  }

  .hover\:outline-orange-200\/20:hover {
    outline-color: rgb(254 215 170 / 0.2);
  }

  .hover\:outline-orange-200\/25:hover {
    outline-color: rgb(254 215 170 / 0.25);
  }

  .hover\:outline-orange-200\/30:hover {
    outline-color: rgb(254 215 170 / 0.3);
  }

  .hover\:outline-orange-200\/35:hover {
    outline-color: rgb(254 215 170 / 0.35);
  }

  .hover\:outline-orange-200\/40:hover {
    outline-color: rgb(254 215 170 / 0.4);
  }

  .hover\:outline-orange-200\/45:hover {
    outline-color: rgb(254 215 170 / 0.45);
  }

  .hover\:outline-orange-200\/5:hover {
    outline-color: rgb(254 215 170 / 0.05);
  }

  .hover\:outline-orange-200\/50:hover {
    outline-color: rgb(254 215 170 / 0.5);
  }

  .hover\:outline-orange-200\/55:hover {
    outline-color: rgb(254 215 170 / 0.55);
  }

  .hover\:outline-orange-200\/60:hover {
    outline-color: rgb(254 215 170 / 0.6);
  }

  .hover\:outline-orange-200\/65:hover {
    outline-color: rgb(254 215 170 / 0.65);
  }

  .hover\:outline-orange-200\/70:hover {
    outline-color: rgb(254 215 170 / 0.7);
  }

  .hover\:outline-orange-200\/75:hover {
    outline-color: rgb(254 215 170 / 0.75);
  }

  .hover\:outline-orange-200\/80:hover {
    outline-color: rgb(254 215 170 / 0.8);
  }

  .hover\:outline-orange-200\/85:hover {
    outline-color: rgb(254 215 170 / 0.85);
  }

  .hover\:outline-orange-200\/90:hover {
    outline-color: rgb(254 215 170 / 0.9);
  }

  .hover\:outline-orange-200\/95:hover {
    outline-color: rgb(254 215 170 / 0.95);
  }

  .hover\:outline-orange-300:hover {
    outline-color: #fdba74;
  }

  .hover\:outline-orange-300\/0:hover {
    outline-color: rgb(253 186 116 / 0);
  }

  .hover\:outline-orange-300\/10:hover {
    outline-color: rgb(253 186 116 / 0.1);
  }

  .hover\:outline-orange-300\/100:hover {
    outline-color: rgb(253 186 116 / 1);
  }

  .hover\:outline-orange-300\/15:hover {
    outline-color: rgb(253 186 116 / 0.15);
  }

  .hover\:outline-orange-300\/20:hover {
    outline-color: rgb(253 186 116 / 0.2);
  }

  .hover\:outline-orange-300\/25:hover {
    outline-color: rgb(253 186 116 / 0.25);
  }

  .hover\:outline-orange-300\/30:hover {
    outline-color: rgb(253 186 116 / 0.3);
  }

  .hover\:outline-orange-300\/35:hover {
    outline-color: rgb(253 186 116 / 0.35);
  }

  .hover\:outline-orange-300\/40:hover {
    outline-color: rgb(253 186 116 / 0.4);
  }

  .hover\:outline-orange-300\/45:hover {
    outline-color: rgb(253 186 116 / 0.45);
  }

  .hover\:outline-orange-300\/5:hover {
    outline-color: rgb(253 186 116 / 0.05);
  }

  .hover\:outline-orange-300\/50:hover {
    outline-color: rgb(253 186 116 / 0.5);
  }

  .hover\:outline-orange-300\/55:hover {
    outline-color: rgb(253 186 116 / 0.55);
  }

  .hover\:outline-orange-300\/60:hover {
    outline-color: rgb(253 186 116 / 0.6);
  }

  .hover\:outline-orange-300\/65:hover {
    outline-color: rgb(253 186 116 / 0.65);
  }

  .hover\:outline-orange-300\/70:hover {
    outline-color: rgb(253 186 116 / 0.7);
  }

  .hover\:outline-orange-300\/75:hover {
    outline-color: rgb(253 186 116 / 0.75);
  }

  .hover\:outline-orange-300\/80:hover {
    outline-color: rgb(253 186 116 / 0.8);
  }

  .hover\:outline-orange-300\/85:hover {
    outline-color: rgb(253 186 116 / 0.85);
  }

  .hover\:outline-orange-300\/90:hover {
    outline-color: rgb(253 186 116 / 0.9);
  }

  .hover\:outline-orange-300\/95:hover {
    outline-color: rgb(253 186 116 / 0.95);
  }

  .hover\:outline-orange-400:hover {
    outline-color: #fb923c;
  }

  .hover\:outline-orange-400\/0:hover {
    outline-color: rgb(251 146 60 / 0);
  }

  .hover\:outline-orange-400\/10:hover {
    outline-color: rgb(251 146 60 / 0.1);
  }

  .hover\:outline-orange-400\/100:hover {
    outline-color: rgb(251 146 60 / 1);
  }

  .hover\:outline-orange-400\/15:hover {
    outline-color: rgb(251 146 60 / 0.15);
  }

  .hover\:outline-orange-400\/20:hover {
    outline-color: rgb(251 146 60 / 0.2);
  }

  .hover\:outline-orange-400\/25:hover {
    outline-color: rgb(251 146 60 / 0.25);
  }

  .hover\:outline-orange-400\/30:hover {
    outline-color: rgb(251 146 60 / 0.3);
  }

  .hover\:outline-orange-400\/35:hover {
    outline-color: rgb(251 146 60 / 0.35);
  }

  .hover\:outline-orange-400\/40:hover {
    outline-color: rgb(251 146 60 / 0.4);
  }

  .hover\:outline-orange-400\/45:hover {
    outline-color: rgb(251 146 60 / 0.45);
  }

  .hover\:outline-orange-400\/5:hover {
    outline-color: rgb(251 146 60 / 0.05);
  }

  .hover\:outline-orange-400\/50:hover {
    outline-color: rgb(251 146 60 / 0.5);
  }

  .hover\:outline-orange-400\/55:hover {
    outline-color: rgb(251 146 60 / 0.55);
  }

  .hover\:outline-orange-400\/60:hover {
    outline-color: rgb(251 146 60 / 0.6);
  }

  .hover\:outline-orange-400\/65:hover {
    outline-color: rgb(251 146 60 / 0.65);
  }

  .hover\:outline-orange-400\/70:hover {
    outline-color: rgb(251 146 60 / 0.7);
  }

  .hover\:outline-orange-400\/75:hover {
    outline-color: rgb(251 146 60 / 0.75);
  }

  .hover\:outline-orange-400\/80:hover {
    outline-color: rgb(251 146 60 / 0.8);
  }

  .hover\:outline-orange-400\/85:hover {
    outline-color: rgb(251 146 60 / 0.85);
  }

  .hover\:outline-orange-400\/90:hover {
    outline-color: rgb(251 146 60 / 0.9);
  }

  .hover\:outline-orange-400\/95:hover {
    outline-color: rgb(251 146 60 / 0.95);
  }

  .hover\:outline-orange-50:hover {
    outline-color: #fff7ed;
  }

  .hover\:outline-orange-50\/0:hover {
    outline-color: rgb(255 247 237 / 0);
  }

  .hover\:outline-orange-50\/10:hover {
    outline-color: rgb(255 247 237 / 0.1);
  }

  .hover\:outline-orange-50\/100:hover {
    outline-color: rgb(255 247 237 / 1);
  }

  .hover\:outline-orange-50\/15:hover {
    outline-color: rgb(255 247 237 / 0.15);
  }

  .hover\:outline-orange-50\/20:hover {
    outline-color: rgb(255 247 237 / 0.2);
  }

  .hover\:outline-orange-50\/25:hover {
    outline-color: rgb(255 247 237 / 0.25);
  }

  .hover\:outline-orange-50\/30:hover {
    outline-color: rgb(255 247 237 / 0.3);
  }

  .hover\:outline-orange-50\/35:hover {
    outline-color: rgb(255 247 237 / 0.35);
  }

  .hover\:outline-orange-50\/40:hover {
    outline-color: rgb(255 247 237 / 0.4);
  }

  .hover\:outline-orange-50\/45:hover {
    outline-color: rgb(255 247 237 / 0.45);
  }

  .hover\:outline-orange-50\/5:hover {
    outline-color: rgb(255 247 237 / 0.05);
  }

  .hover\:outline-orange-50\/50:hover {
    outline-color: rgb(255 247 237 / 0.5);
  }

  .hover\:outline-orange-50\/55:hover {
    outline-color: rgb(255 247 237 / 0.55);
  }

  .hover\:outline-orange-50\/60:hover {
    outline-color: rgb(255 247 237 / 0.6);
  }

  .hover\:outline-orange-50\/65:hover {
    outline-color: rgb(255 247 237 / 0.65);
  }

  .hover\:outline-orange-50\/70:hover {
    outline-color: rgb(255 247 237 / 0.7);
  }

  .hover\:outline-orange-50\/75:hover {
    outline-color: rgb(255 247 237 / 0.75);
  }

  .hover\:outline-orange-50\/80:hover {
    outline-color: rgb(255 247 237 / 0.8);
  }

  .hover\:outline-orange-50\/85:hover {
    outline-color: rgb(255 247 237 / 0.85);
  }

  .hover\:outline-orange-50\/90:hover {
    outline-color: rgb(255 247 237 / 0.9);
  }

  .hover\:outline-orange-50\/95:hover {
    outline-color: rgb(255 247 237 / 0.95);
  }

  .hover\:outline-orange-500:hover {
    outline-color: #f97316;
  }

  .hover\:outline-orange-500\/0:hover {
    outline-color: rgb(249 115 22 / 0);
  }

  .hover\:outline-orange-500\/10:hover {
    outline-color: rgb(249 115 22 / 0.1);
  }

  .hover\:outline-orange-500\/100:hover {
    outline-color: rgb(249 115 22 / 1);
  }

  .hover\:outline-orange-500\/15:hover {
    outline-color: rgb(249 115 22 / 0.15);
  }

  .hover\:outline-orange-500\/20:hover {
    outline-color: rgb(249 115 22 / 0.2);
  }

  .hover\:outline-orange-500\/25:hover {
    outline-color: rgb(249 115 22 / 0.25);
  }

  .hover\:outline-orange-500\/30:hover {
    outline-color: rgb(249 115 22 / 0.3);
  }

  .hover\:outline-orange-500\/35:hover {
    outline-color: rgb(249 115 22 / 0.35);
  }

  .hover\:outline-orange-500\/40:hover {
    outline-color: rgb(249 115 22 / 0.4);
  }

  .hover\:outline-orange-500\/45:hover {
    outline-color: rgb(249 115 22 / 0.45);
  }

  .hover\:outline-orange-500\/5:hover {
    outline-color: rgb(249 115 22 / 0.05);
  }

  .hover\:outline-orange-500\/50:hover {
    outline-color: rgb(249 115 22 / 0.5);
  }

  .hover\:outline-orange-500\/55:hover {
    outline-color: rgb(249 115 22 / 0.55);
  }

  .hover\:outline-orange-500\/60:hover {
    outline-color: rgb(249 115 22 / 0.6);
  }

  .hover\:outline-orange-500\/65:hover {
    outline-color: rgb(249 115 22 / 0.65);
  }

  .hover\:outline-orange-500\/70:hover {
    outline-color: rgb(249 115 22 / 0.7);
  }

  .hover\:outline-orange-500\/75:hover {
    outline-color: rgb(249 115 22 / 0.75);
  }

  .hover\:outline-orange-500\/80:hover {
    outline-color: rgb(249 115 22 / 0.8);
  }

  .hover\:outline-orange-500\/85:hover {
    outline-color: rgb(249 115 22 / 0.85);
  }

  .hover\:outline-orange-500\/90:hover {
    outline-color: rgb(249 115 22 / 0.9);
  }

  .hover\:outline-orange-500\/95:hover {
    outline-color: rgb(249 115 22 / 0.95);
  }

  .hover\:outline-orange-600:hover {
    outline-color: #ea580c;
  }

  .hover\:outline-orange-600\/0:hover {
    outline-color: rgb(234 88 12 / 0);
  }

  .hover\:outline-orange-600\/10:hover {
    outline-color: rgb(234 88 12 / 0.1);
  }

  .hover\:outline-orange-600\/100:hover {
    outline-color: rgb(234 88 12 / 1);
  }

  .hover\:outline-orange-600\/15:hover {
    outline-color: rgb(234 88 12 / 0.15);
  }

  .hover\:outline-orange-600\/20:hover {
    outline-color: rgb(234 88 12 / 0.2);
  }

  .hover\:outline-orange-600\/25:hover {
    outline-color: rgb(234 88 12 / 0.25);
  }

  .hover\:outline-orange-600\/30:hover {
    outline-color: rgb(234 88 12 / 0.3);
  }

  .hover\:outline-orange-600\/35:hover {
    outline-color: rgb(234 88 12 / 0.35);
  }

  .hover\:outline-orange-600\/40:hover {
    outline-color: rgb(234 88 12 / 0.4);
  }

  .hover\:outline-orange-600\/45:hover {
    outline-color: rgb(234 88 12 / 0.45);
  }

  .hover\:outline-orange-600\/5:hover {
    outline-color: rgb(234 88 12 / 0.05);
  }

  .hover\:outline-orange-600\/50:hover {
    outline-color: rgb(234 88 12 / 0.5);
  }

  .hover\:outline-orange-600\/55:hover {
    outline-color: rgb(234 88 12 / 0.55);
  }

  .hover\:outline-orange-600\/60:hover {
    outline-color: rgb(234 88 12 / 0.6);
  }

  .hover\:outline-orange-600\/65:hover {
    outline-color: rgb(234 88 12 / 0.65);
  }

  .hover\:outline-orange-600\/70:hover {
    outline-color: rgb(234 88 12 / 0.7);
  }

  .hover\:outline-orange-600\/75:hover {
    outline-color: rgb(234 88 12 / 0.75);
  }

  .hover\:outline-orange-600\/80:hover {
    outline-color: rgb(234 88 12 / 0.8);
  }

  .hover\:outline-orange-600\/85:hover {
    outline-color: rgb(234 88 12 / 0.85);
  }

  .hover\:outline-orange-600\/90:hover {
    outline-color: rgb(234 88 12 / 0.9);
  }

  .hover\:outline-orange-600\/95:hover {
    outline-color: rgb(234 88 12 / 0.95);
  }

  .hover\:outline-orange-700:hover {
    outline-color: #c2410c;
  }

  .hover\:outline-orange-700\/0:hover {
    outline-color: rgb(194 65 12 / 0);
  }

  .hover\:outline-orange-700\/10:hover {
    outline-color: rgb(194 65 12 / 0.1);
  }

  .hover\:outline-orange-700\/100:hover {
    outline-color: rgb(194 65 12 / 1);
  }

  .hover\:outline-orange-700\/15:hover {
    outline-color: rgb(194 65 12 / 0.15);
  }

  .hover\:outline-orange-700\/20:hover {
    outline-color: rgb(194 65 12 / 0.2);
  }

  .hover\:outline-orange-700\/25:hover {
    outline-color: rgb(194 65 12 / 0.25);
  }

  .hover\:outline-orange-700\/30:hover {
    outline-color: rgb(194 65 12 / 0.3);
  }

  .hover\:outline-orange-700\/35:hover {
    outline-color: rgb(194 65 12 / 0.35);
  }

  .hover\:outline-orange-700\/40:hover {
    outline-color: rgb(194 65 12 / 0.4);
  }

  .hover\:outline-orange-700\/45:hover {
    outline-color: rgb(194 65 12 / 0.45);
  }

  .hover\:outline-orange-700\/5:hover {
    outline-color: rgb(194 65 12 / 0.05);
  }

  .hover\:outline-orange-700\/50:hover {
    outline-color: rgb(194 65 12 / 0.5);
  }

  .hover\:outline-orange-700\/55:hover {
    outline-color: rgb(194 65 12 / 0.55);
  }

  .hover\:outline-orange-700\/60:hover {
    outline-color: rgb(194 65 12 / 0.6);
  }

  .hover\:outline-orange-700\/65:hover {
    outline-color: rgb(194 65 12 / 0.65);
  }

  .hover\:outline-orange-700\/70:hover {
    outline-color: rgb(194 65 12 / 0.7);
  }

  .hover\:outline-orange-700\/75:hover {
    outline-color: rgb(194 65 12 / 0.75);
  }

  .hover\:outline-orange-700\/80:hover {
    outline-color: rgb(194 65 12 / 0.8);
  }

  .hover\:outline-orange-700\/85:hover {
    outline-color: rgb(194 65 12 / 0.85);
  }

  .hover\:outline-orange-700\/90:hover {
    outline-color: rgb(194 65 12 / 0.9);
  }

  .hover\:outline-orange-700\/95:hover {
    outline-color: rgb(194 65 12 / 0.95);
  }

  .hover\:outline-orange-800:hover {
    outline-color: #9a3412;
  }

  .hover\:outline-orange-800\/0:hover {
    outline-color: rgb(154 52 18 / 0);
  }

  .hover\:outline-orange-800\/10:hover {
    outline-color: rgb(154 52 18 / 0.1);
  }

  .hover\:outline-orange-800\/100:hover {
    outline-color: rgb(154 52 18 / 1);
  }

  .hover\:outline-orange-800\/15:hover {
    outline-color: rgb(154 52 18 / 0.15);
  }

  .hover\:outline-orange-800\/20:hover {
    outline-color: rgb(154 52 18 / 0.2);
  }

  .hover\:outline-orange-800\/25:hover {
    outline-color: rgb(154 52 18 / 0.25);
  }

  .hover\:outline-orange-800\/30:hover {
    outline-color: rgb(154 52 18 / 0.3);
  }

  .hover\:outline-orange-800\/35:hover {
    outline-color: rgb(154 52 18 / 0.35);
  }

  .hover\:outline-orange-800\/40:hover {
    outline-color: rgb(154 52 18 / 0.4);
  }

  .hover\:outline-orange-800\/45:hover {
    outline-color: rgb(154 52 18 / 0.45);
  }

  .hover\:outline-orange-800\/5:hover {
    outline-color: rgb(154 52 18 / 0.05);
  }

  .hover\:outline-orange-800\/50:hover {
    outline-color: rgb(154 52 18 / 0.5);
  }

  .hover\:outline-orange-800\/55:hover {
    outline-color: rgb(154 52 18 / 0.55);
  }

  .hover\:outline-orange-800\/60:hover {
    outline-color: rgb(154 52 18 / 0.6);
  }

  .hover\:outline-orange-800\/65:hover {
    outline-color: rgb(154 52 18 / 0.65);
  }

  .hover\:outline-orange-800\/70:hover {
    outline-color: rgb(154 52 18 / 0.7);
  }

  .hover\:outline-orange-800\/75:hover {
    outline-color: rgb(154 52 18 / 0.75);
  }

  .hover\:outline-orange-800\/80:hover {
    outline-color: rgb(154 52 18 / 0.8);
  }

  .hover\:outline-orange-800\/85:hover {
    outline-color: rgb(154 52 18 / 0.85);
  }

  .hover\:outline-orange-800\/90:hover {
    outline-color: rgb(154 52 18 / 0.9);
  }

  .hover\:outline-orange-800\/95:hover {
    outline-color: rgb(154 52 18 / 0.95);
  }

  .hover\:outline-orange-900:hover {
    outline-color: #7c2d12;
  }

  .hover\:outline-orange-900\/0:hover {
    outline-color: rgb(124 45 18 / 0);
  }

  .hover\:outline-orange-900\/10:hover {
    outline-color: rgb(124 45 18 / 0.1);
  }

  .hover\:outline-orange-900\/100:hover {
    outline-color: rgb(124 45 18 / 1);
  }

  .hover\:outline-orange-900\/15:hover {
    outline-color: rgb(124 45 18 / 0.15);
  }

  .hover\:outline-orange-900\/20:hover {
    outline-color: rgb(124 45 18 / 0.2);
  }

  .hover\:outline-orange-900\/25:hover {
    outline-color: rgb(124 45 18 / 0.25);
  }

  .hover\:outline-orange-900\/30:hover {
    outline-color: rgb(124 45 18 / 0.3);
  }

  .hover\:outline-orange-900\/35:hover {
    outline-color: rgb(124 45 18 / 0.35);
  }

  .hover\:outline-orange-900\/40:hover {
    outline-color: rgb(124 45 18 / 0.4);
  }

  .hover\:outline-orange-900\/45:hover {
    outline-color: rgb(124 45 18 / 0.45);
  }

  .hover\:outline-orange-900\/5:hover {
    outline-color: rgb(124 45 18 / 0.05);
  }

  .hover\:outline-orange-900\/50:hover {
    outline-color: rgb(124 45 18 / 0.5);
  }

  .hover\:outline-orange-900\/55:hover {
    outline-color: rgb(124 45 18 / 0.55);
  }

  .hover\:outline-orange-900\/60:hover {
    outline-color: rgb(124 45 18 / 0.6);
  }

  .hover\:outline-orange-900\/65:hover {
    outline-color: rgb(124 45 18 / 0.65);
  }

  .hover\:outline-orange-900\/70:hover {
    outline-color: rgb(124 45 18 / 0.7);
  }

  .hover\:outline-orange-900\/75:hover {
    outline-color: rgb(124 45 18 / 0.75);
  }

  .hover\:outline-orange-900\/80:hover {
    outline-color: rgb(124 45 18 / 0.8);
  }

  .hover\:outline-orange-900\/85:hover {
    outline-color: rgb(124 45 18 / 0.85);
  }

  .hover\:outline-orange-900\/90:hover {
    outline-color: rgb(124 45 18 / 0.9);
  }

  .hover\:outline-orange-900\/95:hover {
    outline-color: rgb(124 45 18 / 0.95);
  }

  .hover\:outline-orange-950:hover {
    outline-color: #431407;
  }

  .hover\:outline-orange-950\/0:hover {
    outline-color: rgb(67 20 7 / 0);
  }

  .hover\:outline-orange-950\/10:hover {
    outline-color: rgb(67 20 7 / 0.1);
  }

  .hover\:outline-orange-950\/100:hover {
    outline-color: rgb(67 20 7 / 1);
  }

  .hover\:outline-orange-950\/15:hover {
    outline-color: rgb(67 20 7 / 0.15);
  }

  .hover\:outline-orange-950\/20:hover {
    outline-color: rgb(67 20 7 / 0.2);
  }

  .hover\:outline-orange-950\/25:hover {
    outline-color: rgb(67 20 7 / 0.25);
  }

  .hover\:outline-orange-950\/30:hover {
    outline-color: rgb(67 20 7 / 0.3);
  }

  .hover\:outline-orange-950\/35:hover {
    outline-color: rgb(67 20 7 / 0.35);
  }

  .hover\:outline-orange-950\/40:hover {
    outline-color: rgb(67 20 7 / 0.4);
  }

  .hover\:outline-orange-950\/45:hover {
    outline-color: rgb(67 20 7 / 0.45);
  }

  .hover\:outline-orange-950\/5:hover {
    outline-color: rgb(67 20 7 / 0.05);
  }

  .hover\:outline-orange-950\/50:hover {
    outline-color: rgb(67 20 7 / 0.5);
  }

  .hover\:outline-orange-950\/55:hover {
    outline-color: rgb(67 20 7 / 0.55);
  }

  .hover\:outline-orange-950\/60:hover {
    outline-color: rgb(67 20 7 / 0.6);
  }

  .hover\:outline-orange-950\/65:hover {
    outline-color: rgb(67 20 7 / 0.65);
  }

  .hover\:outline-orange-950\/70:hover {
    outline-color: rgb(67 20 7 / 0.7);
  }

  .hover\:outline-orange-950\/75:hover {
    outline-color: rgb(67 20 7 / 0.75);
  }

  .hover\:outline-orange-950\/80:hover {
    outline-color: rgb(67 20 7 / 0.8);
  }

  .hover\:outline-orange-950\/85:hover {
    outline-color: rgb(67 20 7 / 0.85);
  }

  .hover\:outline-orange-950\/90:hover {
    outline-color: rgb(67 20 7 / 0.9);
  }

  .hover\:outline-orange-950\/95:hover {
    outline-color: rgb(67 20 7 / 0.95);
  }

  .hover\:outline-pink-100:hover {
    outline-color: #fce7f3;
  }

  .hover\:outline-pink-100\/0:hover {
    outline-color: rgb(252 231 243 / 0);
  }

  .hover\:outline-pink-100\/10:hover {
    outline-color: rgb(252 231 243 / 0.1);
  }

  .hover\:outline-pink-100\/100:hover {
    outline-color: rgb(252 231 243 / 1);
  }

  .hover\:outline-pink-100\/15:hover {
    outline-color: rgb(252 231 243 / 0.15);
  }

  .hover\:outline-pink-100\/20:hover {
    outline-color: rgb(252 231 243 / 0.2);
  }

  .hover\:outline-pink-100\/25:hover {
    outline-color: rgb(252 231 243 / 0.25);
  }

  .hover\:outline-pink-100\/30:hover {
    outline-color: rgb(252 231 243 / 0.3);
  }

  .hover\:outline-pink-100\/35:hover {
    outline-color: rgb(252 231 243 / 0.35);
  }

  .hover\:outline-pink-100\/40:hover {
    outline-color: rgb(252 231 243 / 0.4);
  }

  .hover\:outline-pink-100\/45:hover {
    outline-color: rgb(252 231 243 / 0.45);
  }

  .hover\:outline-pink-100\/5:hover {
    outline-color: rgb(252 231 243 / 0.05);
  }

  .hover\:outline-pink-100\/50:hover {
    outline-color: rgb(252 231 243 / 0.5);
  }

  .hover\:outline-pink-100\/55:hover {
    outline-color: rgb(252 231 243 / 0.55);
  }

  .hover\:outline-pink-100\/60:hover {
    outline-color: rgb(252 231 243 / 0.6);
  }

  .hover\:outline-pink-100\/65:hover {
    outline-color: rgb(252 231 243 / 0.65);
  }

  .hover\:outline-pink-100\/70:hover {
    outline-color: rgb(252 231 243 / 0.7);
  }

  .hover\:outline-pink-100\/75:hover {
    outline-color: rgb(252 231 243 / 0.75);
  }

  .hover\:outline-pink-100\/80:hover {
    outline-color: rgb(252 231 243 / 0.8);
  }

  .hover\:outline-pink-100\/85:hover {
    outline-color: rgb(252 231 243 / 0.85);
  }

  .hover\:outline-pink-100\/90:hover {
    outline-color: rgb(252 231 243 / 0.9);
  }

  .hover\:outline-pink-100\/95:hover {
    outline-color: rgb(252 231 243 / 0.95);
  }

  .hover\:outline-pink-200:hover {
    outline-color: #fbcfe8;
  }

  .hover\:outline-pink-200\/0:hover {
    outline-color: rgb(251 207 232 / 0);
  }

  .hover\:outline-pink-200\/10:hover {
    outline-color: rgb(251 207 232 / 0.1);
  }

  .hover\:outline-pink-200\/100:hover {
    outline-color: rgb(251 207 232 / 1);
  }

  .hover\:outline-pink-200\/15:hover {
    outline-color: rgb(251 207 232 / 0.15);
  }

  .hover\:outline-pink-200\/20:hover {
    outline-color: rgb(251 207 232 / 0.2);
  }

  .hover\:outline-pink-200\/25:hover {
    outline-color: rgb(251 207 232 / 0.25);
  }

  .hover\:outline-pink-200\/30:hover {
    outline-color: rgb(251 207 232 / 0.3);
  }

  .hover\:outline-pink-200\/35:hover {
    outline-color: rgb(251 207 232 / 0.35);
  }

  .hover\:outline-pink-200\/40:hover {
    outline-color: rgb(251 207 232 / 0.4);
  }

  .hover\:outline-pink-200\/45:hover {
    outline-color: rgb(251 207 232 / 0.45);
  }

  .hover\:outline-pink-200\/5:hover {
    outline-color: rgb(251 207 232 / 0.05);
  }

  .hover\:outline-pink-200\/50:hover {
    outline-color: rgb(251 207 232 / 0.5);
  }

  .hover\:outline-pink-200\/55:hover {
    outline-color: rgb(251 207 232 / 0.55);
  }

  .hover\:outline-pink-200\/60:hover {
    outline-color: rgb(251 207 232 / 0.6);
  }

  .hover\:outline-pink-200\/65:hover {
    outline-color: rgb(251 207 232 / 0.65);
  }

  .hover\:outline-pink-200\/70:hover {
    outline-color: rgb(251 207 232 / 0.7);
  }

  .hover\:outline-pink-200\/75:hover {
    outline-color: rgb(251 207 232 / 0.75);
  }

  .hover\:outline-pink-200\/80:hover {
    outline-color: rgb(251 207 232 / 0.8);
  }

  .hover\:outline-pink-200\/85:hover {
    outline-color: rgb(251 207 232 / 0.85);
  }

  .hover\:outline-pink-200\/90:hover {
    outline-color: rgb(251 207 232 / 0.9);
  }

  .hover\:outline-pink-200\/95:hover {
    outline-color: rgb(251 207 232 / 0.95);
  }

  .hover\:outline-pink-300:hover {
    outline-color: #f9a8d4;
  }

  .hover\:outline-pink-300\/0:hover {
    outline-color: rgb(249 168 212 / 0);
  }

  .hover\:outline-pink-300\/10:hover {
    outline-color: rgb(249 168 212 / 0.1);
  }

  .hover\:outline-pink-300\/100:hover {
    outline-color: rgb(249 168 212 / 1);
  }

  .hover\:outline-pink-300\/15:hover {
    outline-color: rgb(249 168 212 / 0.15);
  }

  .hover\:outline-pink-300\/20:hover {
    outline-color: rgb(249 168 212 / 0.2);
  }

  .hover\:outline-pink-300\/25:hover {
    outline-color: rgb(249 168 212 / 0.25);
  }

  .hover\:outline-pink-300\/30:hover {
    outline-color: rgb(249 168 212 / 0.3);
  }

  .hover\:outline-pink-300\/35:hover {
    outline-color: rgb(249 168 212 / 0.35);
  }

  .hover\:outline-pink-300\/40:hover {
    outline-color: rgb(249 168 212 / 0.4);
  }

  .hover\:outline-pink-300\/45:hover {
    outline-color: rgb(249 168 212 / 0.45);
  }

  .hover\:outline-pink-300\/5:hover {
    outline-color: rgb(249 168 212 / 0.05);
  }

  .hover\:outline-pink-300\/50:hover {
    outline-color: rgb(249 168 212 / 0.5);
  }

  .hover\:outline-pink-300\/55:hover {
    outline-color: rgb(249 168 212 / 0.55);
  }

  .hover\:outline-pink-300\/60:hover {
    outline-color: rgb(249 168 212 / 0.6);
  }

  .hover\:outline-pink-300\/65:hover {
    outline-color: rgb(249 168 212 / 0.65);
  }

  .hover\:outline-pink-300\/70:hover {
    outline-color: rgb(249 168 212 / 0.7);
  }

  .hover\:outline-pink-300\/75:hover {
    outline-color: rgb(249 168 212 / 0.75);
  }

  .hover\:outline-pink-300\/80:hover {
    outline-color: rgb(249 168 212 / 0.8);
  }

  .hover\:outline-pink-300\/85:hover {
    outline-color: rgb(249 168 212 / 0.85);
  }

  .hover\:outline-pink-300\/90:hover {
    outline-color: rgb(249 168 212 / 0.9);
  }

  .hover\:outline-pink-300\/95:hover {
    outline-color: rgb(249 168 212 / 0.95);
  }

  .hover\:outline-pink-400:hover {
    outline-color: #f472b6;
  }

  .hover\:outline-pink-400\/0:hover {
    outline-color: rgb(244 114 182 / 0);
  }

  .hover\:outline-pink-400\/10:hover {
    outline-color: rgb(244 114 182 / 0.1);
  }

  .hover\:outline-pink-400\/100:hover {
    outline-color: rgb(244 114 182 / 1);
  }

  .hover\:outline-pink-400\/15:hover {
    outline-color: rgb(244 114 182 / 0.15);
  }

  .hover\:outline-pink-400\/20:hover {
    outline-color: rgb(244 114 182 / 0.2);
  }

  .hover\:outline-pink-400\/25:hover {
    outline-color: rgb(244 114 182 / 0.25);
  }

  .hover\:outline-pink-400\/30:hover {
    outline-color: rgb(244 114 182 / 0.3);
  }

  .hover\:outline-pink-400\/35:hover {
    outline-color: rgb(244 114 182 / 0.35);
  }

  .hover\:outline-pink-400\/40:hover {
    outline-color: rgb(244 114 182 / 0.4);
  }

  .hover\:outline-pink-400\/45:hover {
    outline-color: rgb(244 114 182 / 0.45);
  }

  .hover\:outline-pink-400\/5:hover {
    outline-color: rgb(244 114 182 / 0.05);
  }

  .hover\:outline-pink-400\/50:hover {
    outline-color: rgb(244 114 182 / 0.5);
  }

  .hover\:outline-pink-400\/55:hover {
    outline-color: rgb(244 114 182 / 0.55);
  }

  .hover\:outline-pink-400\/60:hover {
    outline-color: rgb(244 114 182 / 0.6);
  }

  .hover\:outline-pink-400\/65:hover {
    outline-color: rgb(244 114 182 / 0.65);
  }

  .hover\:outline-pink-400\/70:hover {
    outline-color: rgb(244 114 182 / 0.7);
  }

  .hover\:outline-pink-400\/75:hover {
    outline-color: rgb(244 114 182 / 0.75);
  }

  .hover\:outline-pink-400\/80:hover {
    outline-color: rgb(244 114 182 / 0.8);
  }

  .hover\:outline-pink-400\/85:hover {
    outline-color: rgb(244 114 182 / 0.85);
  }

  .hover\:outline-pink-400\/90:hover {
    outline-color: rgb(244 114 182 / 0.9);
  }

  .hover\:outline-pink-400\/95:hover {
    outline-color: rgb(244 114 182 / 0.95);
  }

  .hover\:outline-pink-50:hover {
    outline-color: #fdf2f8;
  }

  .hover\:outline-pink-50\/0:hover {
    outline-color: rgb(253 242 248 / 0);
  }

  .hover\:outline-pink-50\/10:hover {
    outline-color: rgb(253 242 248 / 0.1);
  }

  .hover\:outline-pink-50\/100:hover {
    outline-color: rgb(253 242 248 / 1);
  }

  .hover\:outline-pink-50\/15:hover {
    outline-color: rgb(253 242 248 / 0.15);
  }

  .hover\:outline-pink-50\/20:hover {
    outline-color: rgb(253 242 248 / 0.2);
  }

  .hover\:outline-pink-50\/25:hover {
    outline-color: rgb(253 242 248 / 0.25);
  }

  .hover\:outline-pink-50\/30:hover {
    outline-color: rgb(253 242 248 / 0.3);
  }

  .hover\:outline-pink-50\/35:hover {
    outline-color: rgb(253 242 248 / 0.35);
  }

  .hover\:outline-pink-50\/40:hover {
    outline-color: rgb(253 242 248 / 0.4);
  }

  .hover\:outline-pink-50\/45:hover {
    outline-color: rgb(253 242 248 / 0.45);
  }

  .hover\:outline-pink-50\/5:hover {
    outline-color: rgb(253 242 248 / 0.05);
  }

  .hover\:outline-pink-50\/50:hover {
    outline-color: rgb(253 242 248 / 0.5);
  }

  .hover\:outline-pink-50\/55:hover {
    outline-color: rgb(253 242 248 / 0.55);
  }

  .hover\:outline-pink-50\/60:hover {
    outline-color: rgb(253 242 248 / 0.6);
  }

  .hover\:outline-pink-50\/65:hover {
    outline-color: rgb(253 242 248 / 0.65);
  }

  .hover\:outline-pink-50\/70:hover {
    outline-color: rgb(253 242 248 / 0.7);
  }

  .hover\:outline-pink-50\/75:hover {
    outline-color: rgb(253 242 248 / 0.75);
  }

  .hover\:outline-pink-50\/80:hover {
    outline-color: rgb(253 242 248 / 0.8);
  }

  .hover\:outline-pink-50\/85:hover {
    outline-color: rgb(253 242 248 / 0.85);
  }

  .hover\:outline-pink-50\/90:hover {
    outline-color: rgb(253 242 248 / 0.9);
  }

  .hover\:outline-pink-50\/95:hover {
    outline-color: rgb(253 242 248 / 0.95);
  }

  .hover\:outline-pink-500:hover {
    outline-color: #ec4899;
  }

  .hover\:outline-pink-500\/0:hover {
    outline-color: rgb(236 72 153 / 0);
  }

  .hover\:outline-pink-500\/10:hover {
    outline-color: rgb(236 72 153 / 0.1);
  }

  .hover\:outline-pink-500\/100:hover {
    outline-color: rgb(236 72 153 / 1);
  }

  .hover\:outline-pink-500\/15:hover {
    outline-color: rgb(236 72 153 / 0.15);
  }

  .hover\:outline-pink-500\/20:hover {
    outline-color: rgb(236 72 153 / 0.2);
  }

  .hover\:outline-pink-500\/25:hover {
    outline-color: rgb(236 72 153 / 0.25);
  }

  .hover\:outline-pink-500\/30:hover {
    outline-color: rgb(236 72 153 / 0.3);
  }

  .hover\:outline-pink-500\/35:hover {
    outline-color: rgb(236 72 153 / 0.35);
  }

  .hover\:outline-pink-500\/40:hover {
    outline-color: rgb(236 72 153 / 0.4);
  }

  .hover\:outline-pink-500\/45:hover {
    outline-color: rgb(236 72 153 / 0.45);
  }

  .hover\:outline-pink-500\/5:hover {
    outline-color: rgb(236 72 153 / 0.05);
  }

  .hover\:outline-pink-500\/50:hover {
    outline-color: rgb(236 72 153 / 0.5);
  }

  .hover\:outline-pink-500\/55:hover {
    outline-color: rgb(236 72 153 / 0.55);
  }

  .hover\:outline-pink-500\/60:hover {
    outline-color: rgb(236 72 153 / 0.6);
  }

  .hover\:outline-pink-500\/65:hover {
    outline-color: rgb(236 72 153 / 0.65);
  }

  .hover\:outline-pink-500\/70:hover {
    outline-color: rgb(236 72 153 / 0.7);
  }

  .hover\:outline-pink-500\/75:hover {
    outline-color: rgb(236 72 153 / 0.75);
  }

  .hover\:outline-pink-500\/80:hover {
    outline-color: rgb(236 72 153 / 0.8);
  }

  .hover\:outline-pink-500\/85:hover {
    outline-color: rgb(236 72 153 / 0.85);
  }

  .hover\:outline-pink-500\/90:hover {
    outline-color: rgb(236 72 153 / 0.9);
  }

  .hover\:outline-pink-500\/95:hover {
    outline-color: rgb(236 72 153 / 0.95);
  }

  .hover\:outline-pink-600:hover {
    outline-color: #db2777;
  }

  .hover\:outline-pink-600\/0:hover {
    outline-color: rgb(219 39 119 / 0);
  }

  .hover\:outline-pink-600\/10:hover {
    outline-color: rgb(219 39 119 / 0.1);
  }

  .hover\:outline-pink-600\/100:hover {
    outline-color: rgb(219 39 119 / 1);
  }

  .hover\:outline-pink-600\/15:hover {
    outline-color: rgb(219 39 119 / 0.15);
  }

  .hover\:outline-pink-600\/20:hover {
    outline-color: rgb(219 39 119 / 0.2);
  }

  .hover\:outline-pink-600\/25:hover {
    outline-color: rgb(219 39 119 / 0.25);
  }

  .hover\:outline-pink-600\/30:hover {
    outline-color: rgb(219 39 119 / 0.3);
  }

  .hover\:outline-pink-600\/35:hover {
    outline-color: rgb(219 39 119 / 0.35);
  }

  .hover\:outline-pink-600\/40:hover {
    outline-color: rgb(219 39 119 / 0.4);
  }

  .hover\:outline-pink-600\/45:hover {
    outline-color: rgb(219 39 119 / 0.45);
  }

  .hover\:outline-pink-600\/5:hover {
    outline-color: rgb(219 39 119 / 0.05);
  }

  .hover\:outline-pink-600\/50:hover {
    outline-color: rgb(219 39 119 / 0.5);
  }

  .hover\:outline-pink-600\/55:hover {
    outline-color: rgb(219 39 119 / 0.55);
  }

  .hover\:outline-pink-600\/60:hover {
    outline-color: rgb(219 39 119 / 0.6);
  }

  .hover\:outline-pink-600\/65:hover {
    outline-color: rgb(219 39 119 / 0.65);
  }

  .hover\:outline-pink-600\/70:hover {
    outline-color: rgb(219 39 119 / 0.7);
  }

  .hover\:outline-pink-600\/75:hover {
    outline-color: rgb(219 39 119 / 0.75);
  }

  .hover\:outline-pink-600\/80:hover {
    outline-color: rgb(219 39 119 / 0.8);
  }

  .hover\:outline-pink-600\/85:hover {
    outline-color: rgb(219 39 119 / 0.85);
  }

  .hover\:outline-pink-600\/90:hover {
    outline-color: rgb(219 39 119 / 0.9);
  }

  .hover\:outline-pink-600\/95:hover {
    outline-color: rgb(219 39 119 / 0.95);
  }

  .hover\:outline-pink-700:hover {
    outline-color: #be185d;
  }

  .hover\:outline-pink-700\/0:hover {
    outline-color: rgb(190 24 93 / 0);
  }

  .hover\:outline-pink-700\/10:hover {
    outline-color: rgb(190 24 93 / 0.1);
  }

  .hover\:outline-pink-700\/100:hover {
    outline-color: rgb(190 24 93 / 1);
  }

  .hover\:outline-pink-700\/15:hover {
    outline-color: rgb(190 24 93 / 0.15);
  }

  .hover\:outline-pink-700\/20:hover {
    outline-color: rgb(190 24 93 / 0.2);
  }

  .hover\:outline-pink-700\/25:hover {
    outline-color: rgb(190 24 93 / 0.25);
  }

  .hover\:outline-pink-700\/30:hover {
    outline-color: rgb(190 24 93 / 0.3);
  }

  .hover\:outline-pink-700\/35:hover {
    outline-color: rgb(190 24 93 / 0.35);
  }

  .hover\:outline-pink-700\/40:hover {
    outline-color: rgb(190 24 93 / 0.4);
  }

  .hover\:outline-pink-700\/45:hover {
    outline-color: rgb(190 24 93 / 0.45);
  }

  .hover\:outline-pink-700\/5:hover {
    outline-color: rgb(190 24 93 / 0.05);
  }

  .hover\:outline-pink-700\/50:hover {
    outline-color: rgb(190 24 93 / 0.5);
  }

  .hover\:outline-pink-700\/55:hover {
    outline-color: rgb(190 24 93 / 0.55);
  }

  .hover\:outline-pink-700\/60:hover {
    outline-color: rgb(190 24 93 / 0.6);
  }

  .hover\:outline-pink-700\/65:hover {
    outline-color: rgb(190 24 93 / 0.65);
  }

  .hover\:outline-pink-700\/70:hover {
    outline-color: rgb(190 24 93 / 0.7);
  }

  .hover\:outline-pink-700\/75:hover {
    outline-color: rgb(190 24 93 / 0.75);
  }

  .hover\:outline-pink-700\/80:hover {
    outline-color: rgb(190 24 93 / 0.8);
  }

  .hover\:outline-pink-700\/85:hover {
    outline-color: rgb(190 24 93 / 0.85);
  }

  .hover\:outline-pink-700\/90:hover {
    outline-color: rgb(190 24 93 / 0.9);
  }

  .hover\:outline-pink-700\/95:hover {
    outline-color: rgb(190 24 93 / 0.95);
  }

  .hover\:outline-pink-800:hover {
    outline-color: #9d174d;
  }

  .hover\:outline-pink-800\/0:hover {
    outline-color: rgb(157 23 77 / 0);
  }

  .hover\:outline-pink-800\/10:hover {
    outline-color: rgb(157 23 77 / 0.1);
  }

  .hover\:outline-pink-800\/100:hover {
    outline-color: rgb(157 23 77 / 1);
  }

  .hover\:outline-pink-800\/15:hover {
    outline-color: rgb(157 23 77 / 0.15);
  }

  .hover\:outline-pink-800\/20:hover {
    outline-color: rgb(157 23 77 / 0.2);
  }

  .hover\:outline-pink-800\/25:hover {
    outline-color: rgb(157 23 77 / 0.25);
  }

  .hover\:outline-pink-800\/30:hover {
    outline-color: rgb(157 23 77 / 0.3);
  }

  .hover\:outline-pink-800\/35:hover {
    outline-color: rgb(157 23 77 / 0.35);
  }

  .hover\:outline-pink-800\/40:hover {
    outline-color: rgb(157 23 77 / 0.4);
  }

  .hover\:outline-pink-800\/45:hover {
    outline-color: rgb(157 23 77 / 0.45);
  }

  .hover\:outline-pink-800\/5:hover {
    outline-color: rgb(157 23 77 / 0.05);
  }

  .hover\:outline-pink-800\/50:hover {
    outline-color: rgb(157 23 77 / 0.5);
  }

  .hover\:outline-pink-800\/55:hover {
    outline-color: rgb(157 23 77 / 0.55);
  }

  .hover\:outline-pink-800\/60:hover {
    outline-color: rgb(157 23 77 / 0.6);
  }

  .hover\:outline-pink-800\/65:hover {
    outline-color: rgb(157 23 77 / 0.65);
  }

  .hover\:outline-pink-800\/70:hover {
    outline-color: rgb(157 23 77 / 0.7);
  }

  .hover\:outline-pink-800\/75:hover {
    outline-color: rgb(157 23 77 / 0.75);
  }

  .hover\:outline-pink-800\/80:hover {
    outline-color: rgb(157 23 77 / 0.8);
  }

  .hover\:outline-pink-800\/85:hover {
    outline-color: rgb(157 23 77 / 0.85);
  }

  .hover\:outline-pink-800\/90:hover {
    outline-color: rgb(157 23 77 / 0.9);
  }

  .hover\:outline-pink-800\/95:hover {
    outline-color: rgb(157 23 77 / 0.95);
  }

  .hover\:outline-pink-900:hover {
    outline-color: #831843;
  }

  .hover\:outline-pink-900\/0:hover {
    outline-color: rgb(131 24 67 / 0);
  }

  .hover\:outline-pink-900\/10:hover {
    outline-color: rgb(131 24 67 / 0.1);
  }

  .hover\:outline-pink-900\/100:hover {
    outline-color: rgb(131 24 67 / 1);
  }

  .hover\:outline-pink-900\/15:hover {
    outline-color: rgb(131 24 67 / 0.15);
  }

  .hover\:outline-pink-900\/20:hover {
    outline-color: rgb(131 24 67 / 0.2);
  }

  .hover\:outline-pink-900\/25:hover {
    outline-color: rgb(131 24 67 / 0.25);
  }

  .hover\:outline-pink-900\/30:hover {
    outline-color: rgb(131 24 67 / 0.3);
  }

  .hover\:outline-pink-900\/35:hover {
    outline-color: rgb(131 24 67 / 0.35);
  }

  .hover\:outline-pink-900\/40:hover {
    outline-color: rgb(131 24 67 / 0.4);
  }

  .hover\:outline-pink-900\/45:hover {
    outline-color: rgb(131 24 67 / 0.45);
  }

  .hover\:outline-pink-900\/5:hover {
    outline-color: rgb(131 24 67 / 0.05);
  }

  .hover\:outline-pink-900\/50:hover {
    outline-color: rgb(131 24 67 / 0.5);
  }

  .hover\:outline-pink-900\/55:hover {
    outline-color: rgb(131 24 67 / 0.55);
  }

  .hover\:outline-pink-900\/60:hover {
    outline-color: rgb(131 24 67 / 0.6);
  }

  .hover\:outline-pink-900\/65:hover {
    outline-color: rgb(131 24 67 / 0.65);
  }

  .hover\:outline-pink-900\/70:hover {
    outline-color: rgb(131 24 67 / 0.7);
  }

  .hover\:outline-pink-900\/75:hover {
    outline-color: rgb(131 24 67 / 0.75);
  }

  .hover\:outline-pink-900\/80:hover {
    outline-color: rgb(131 24 67 / 0.8);
  }

  .hover\:outline-pink-900\/85:hover {
    outline-color: rgb(131 24 67 / 0.85);
  }

  .hover\:outline-pink-900\/90:hover {
    outline-color: rgb(131 24 67 / 0.9);
  }

  .hover\:outline-pink-900\/95:hover {
    outline-color: rgb(131 24 67 / 0.95);
  }

  .hover\:outline-pink-950:hover {
    outline-color: #500724;
  }

  .hover\:outline-pink-950\/0:hover {
    outline-color: rgb(80 7 36 / 0);
  }

  .hover\:outline-pink-950\/10:hover {
    outline-color: rgb(80 7 36 / 0.1);
  }

  .hover\:outline-pink-950\/100:hover {
    outline-color: rgb(80 7 36 / 1);
  }

  .hover\:outline-pink-950\/15:hover {
    outline-color: rgb(80 7 36 / 0.15);
  }

  .hover\:outline-pink-950\/20:hover {
    outline-color: rgb(80 7 36 / 0.2);
  }

  .hover\:outline-pink-950\/25:hover {
    outline-color: rgb(80 7 36 / 0.25);
  }

  .hover\:outline-pink-950\/30:hover {
    outline-color: rgb(80 7 36 / 0.3);
  }

  .hover\:outline-pink-950\/35:hover {
    outline-color: rgb(80 7 36 / 0.35);
  }

  .hover\:outline-pink-950\/40:hover {
    outline-color: rgb(80 7 36 / 0.4);
  }

  .hover\:outline-pink-950\/45:hover {
    outline-color: rgb(80 7 36 / 0.45);
  }

  .hover\:outline-pink-950\/5:hover {
    outline-color: rgb(80 7 36 / 0.05);
  }

  .hover\:outline-pink-950\/50:hover {
    outline-color: rgb(80 7 36 / 0.5);
  }

  .hover\:outline-pink-950\/55:hover {
    outline-color: rgb(80 7 36 / 0.55);
  }

  .hover\:outline-pink-950\/60:hover {
    outline-color: rgb(80 7 36 / 0.6);
  }

  .hover\:outline-pink-950\/65:hover {
    outline-color: rgb(80 7 36 / 0.65);
  }

  .hover\:outline-pink-950\/70:hover {
    outline-color: rgb(80 7 36 / 0.7);
  }

  .hover\:outline-pink-950\/75:hover {
    outline-color: rgb(80 7 36 / 0.75);
  }

  .hover\:outline-pink-950\/80:hover {
    outline-color: rgb(80 7 36 / 0.8);
  }

  .hover\:outline-pink-950\/85:hover {
    outline-color: rgb(80 7 36 / 0.85);
  }

  .hover\:outline-pink-950\/90:hover {
    outline-color: rgb(80 7 36 / 0.9);
  }

  .hover\:outline-pink-950\/95:hover {
    outline-color: rgb(80 7 36 / 0.95);
  }

  .hover\:outline-purple-100:hover {
    outline-color: #f3e8ff;
  }

  .hover\:outline-purple-100\/0:hover {
    outline-color: rgb(243 232 255 / 0);
  }

  .hover\:outline-purple-100\/10:hover {
    outline-color: rgb(243 232 255 / 0.1);
  }

  .hover\:outline-purple-100\/100:hover {
    outline-color: rgb(243 232 255 / 1);
  }

  .hover\:outline-purple-100\/15:hover {
    outline-color: rgb(243 232 255 / 0.15);
  }

  .hover\:outline-purple-100\/20:hover {
    outline-color: rgb(243 232 255 / 0.2);
  }

  .hover\:outline-purple-100\/25:hover {
    outline-color: rgb(243 232 255 / 0.25);
  }

  .hover\:outline-purple-100\/30:hover {
    outline-color: rgb(243 232 255 / 0.3);
  }

  .hover\:outline-purple-100\/35:hover {
    outline-color: rgb(243 232 255 / 0.35);
  }

  .hover\:outline-purple-100\/40:hover {
    outline-color: rgb(243 232 255 / 0.4);
  }

  .hover\:outline-purple-100\/45:hover {
    outline-color: rgb(243 232 255 / 0.45);
  }

  .hover\:outline-purple-100\/5:hover {
    outline-color: rgb(243 232 255 / 0.05);
  }

  .hover\:outline-purple-100\/50:hover {
    outline-color: rgb(243 232 255 / 0.5);
  }

  .hover\:outline-purple-100\/55:hover {
    outline-color: rgb(243 232 255 / 0.55);
  }

  .hover\:outline-purple-100\/60:hover {
    outline-color: rgb(243 232 255 / 0.6);
  }

  .hover\:outline-purple-100\/65:hover {
    outline-color: rgb(243 232 255 / 0.65);
  }

  .hover\:outline-purple-100\/70:hover {
    outline-color: rgb(243 232 255 / 0.7);
  }

  .hover\:outline-purple-100\/75:hover {
    outline-color: rgb(243 232 255 / 0.75);
  }

  .hover\:outline-purple-100\/80:hover {
    outline-color: rgb(243 232 255 / 0.8);
  }

  .hover\:outline-purple-100\/85:hover {
    outline-color: rgb(243 232 255 / 0.85);
  }

  .hover\:outline-purple-100\/90:hover {
    outline-color: rgb(243 232 255 / 0.9);
  }

  .hover\:outline-purple-100\/95:hover {
    outline-color: rgb(243 232 255 / 0.95);
  }

  .hover\:outline-purple-200:hover {
    outline-color: #e9d5ff;
  }

  .hover\:outline-purple-200\/0:hover {
    outline-color: rgb(233 213 255 / 0);
  }

  .hover\:outline-purple-200\/10:hover {
    outline-color: rgb(233 213 255 / 0.1);
  }

  .hover\:outline-purple-200\/100:hover {
    outline-color: rgb(233 213 255 / 1);
  }

  .hover\:outline-purple-200\/15:hover {
    outline-color: rgb(233 213 255 / 0.15);
  }

  .hover\:outline-purple-200\/20:hover {
    outline-color: rgb(233 213 255 / 0.2);
  }

  .hover\:outline-purple-200\/25:hover {
    outline-color: rgb(233 213 255 / 0.25);
  }

  .hover\:outline-purple-200\/30:hover {
    outline-color: rgb(233 213 255 / 0.3);
  }

  .hover\:outline-purple-200\/35:hover {
    outline-color: rgb(233 213 255 / 0.35);
  }

  .hover\:outline-purple-200\/40:hover {
    outline-color: rgb(233 213 255 / 0.4);
  }

  .hover\:outline-purple-200\/45:hover {
    outline-color: rgb(233 213 255 / 0.45);
  }

  .hover\:outline-purple-200\/5:hover {
    outline-color: rgb(233 213 255 / 0.05);
  }

  .hover\:outline-purple-200\/50:hover {
    outline-color: rgb(233 213 255 / 0.5);
  }

  .hover\:outline-purple-200\/55:hover {
    outline-color: rgb(233 213 255 / 0.55);
  }

  .hover\:outline-purple-200\/60:hover {
    outline-color: rgb(233 213 255 / 0.6);
  }

  .hover\:outline-purple-200\/65:hover {
    outline-color: rgb(233 213 255 / 0.65);
  }

  .hover\:outline-purple-200\/70:hover {
    outline-color: rgb(233 213 255 / 0.7);
  }

  .hover\:outline-purple-200\/75:hover {
    outline-color: rgb(233 213 255 / 0.75);
  }

  .hover\:outline-purple-200\/80:hover {
    outline-color: rgb(233 213 255 / 0.8);
  }

  .hover\:outline-purple-200\/85:hover {
    outline-color: rgb(233 213 255 / 0.85);
  }

  .hover\:outline-purple-200\/90:hover {
    outline-color: rgb(233 213 255 / 0.9);
  }

  .hover\:outline-purple-200\/95:hover {
    outline-color: rgb(233 213 255 / 0.95);
  }

  .hover\:outline-purple-300:hover {
    outline-color: #d8b4fe;
  }

  .hover\:outline-purple-300\/0:hover {
    outline-color: rgb(216 180 254 / 0);
  }

  .hover\:outline-purple-300\/10:hover {
    outline-color: rgb(216 180 254 / 0.1);
  }

  .hover\:outline-purple-300\/100:hover {
    outline-color: rgb(216 180 254 / 1);
  }

  .hover\:outline-purple-300\/15:hover {
    outline-color: rgb(216 180 254 / 0.15);
  }

  .hover\:outline-purple-300\/20:hover {
    outline-color: rgb(216 180 254 / 0.2);
  }

  .hover\:outline-purple-300\/25:hover {
    outline-color: rgb(216 180 254 / 0.25);
  }

  .hover\:outline-purple-300\/30:hover {
    outline-color: rgb(216 180 254 / 0.3);
  }

  .hover\:outline-purple-300\/35:hover {
    outline-color: rgb(216 180 254 / 0.35);
  }

  .hover\:outline-purple-300\/40:hover {
    outline-color: rgb(216 180 254 / 0.4);
  }

  .hover\:outline-purple-300\/45:hover {
    outline-color: rgb(216 180 254 / 0.45);
  }

  .hover\:outline-purple-300\/5:hover {
    outline-color: rgb(216 180 254 / 0.05);
  }

  .hover\:outline-purple-300\/50:hover {
    outline-color: rgb(216 180 254 / 0.5);
  }

  .hover\:outline-purple-300\/55:hover {
    outline-color: rgb(216 180 254 / 0.55);
  }

  .hover\:outline-purple-300\/60:hover {
    outline-color: rgb(216 180 254 / 0.6);
  }

  .hover\:outline-purple-300\/65:hover {
    outline-color: rgb(216 180 254 / 0.65);
  }

  .hover\:outline-purple-300\/70:hover {
    outline-color: rgb(216 180 254 / 0.7);
  }

  .hover\:outline-purple-300\/75:hover {
    outline-color: rgb(216 180 254 / 0.75);
  }

  .hover\:outline-purple-300\/80:hover {
    outline-color: rgb(216 180 254 / 0.8);
  }

  .hover\:outline-purple-300\/85:hover {
    outline-color: rgb(216 180 254 / 0.85);
  }

  .hover\:outline-purple-300\/90:hover {
    outline-color: rgb(216 180 254 / 0.9);
  }

  .hover\:outline-purple-300\/95:hover {
    outline-color: rgb(216 180 254 / 0.95);
  }

  .hover\:outline-purple-400:hover {
    outline-color: #c084fc;
  }

  .hover\:outline-purple-400\/0:hover {
    outline-color: rgb(192 132 252 / 0);
  }

  .hover\:outline-purple-400\/10:hover {
    outline-color: rgb(192 132 252 / 0.1);
  }

  .hover\:outline-purple-400\/100:hover {
    outline-color: rgb(192 132 252 / 1);
  }

  .hover\:outline-purple-400\/15:hover {
    outline-color: rgb(192 132 252 / 0.15);
  }

  .hover\:outline-purple-400\/20:hover {
    outline-color: rgb(192 132 252 / 0.2);
  }

  .hover\:outline-purple-400\/25:hover {
    outline-color: rgb(192 132 252 / 0.25);
  }

  .hover\:outline-purple-400\/30:hover {
    outline-color: rgb(192 132 252 / 0.3);
  }

  .hover\:outline-purple-400\/35:hover {
    outline-color: rgb(192 132 252 / 0.35);
  }

  .hover\:outline-purple-400\/40:hover {
    outline-color: rgb(192 132 252 / 0.4);
  }

  .hover\:outline-purple-400\/45:hover {
    outline-color: rgb(192 132 252 / 0.45);
  }

  .hover\:outline-purple-400\/5:hover {
    outline-color: rgb(192 132 252 / 0.05);
  }

  .hover\:outline-purple-400\/50:hover {
    outline-color: rgb(192 132 252 / 0.5);
  }

  .hover\:outline-purple-400\/55:hover {
    outline-color: rgb(192 132 252 / 0.55);
  }

  .hover\:outline-purple-400\/60:hover {
    outline-color: rgb(192 132 252 / 0.6);
  }

  .hover\:outline-purple-400\/65:hover {
    outline-color: rgb(192 132 252 / 0.65);
  }

  .hover\:outline-purple-400\/70:hover {
    outline-color: rgb(192 132 252 / 0.7);
  }

  .hover\:outline-purple-400\/75:hover {
    outline-color: rgb(192 132 252 / 0.75);
  }

  .hover\:outline-purple-400\/80:hover {
    outline-color: rgb(192 132 252 / 0.8);
  }

  .hover\:outline-purple-400\/85:hover {
    outline-color: rgb(192 132 252 / 0.85);
  }

  .hover\:outline-purple-400\/90:hover {
    outline-color: rgb(192 132 252 / 0.9);
  }

  .hover\:outline-purple-400\/95:hover {
    outline-color: rgb(192 132 252 / 0.95);
  }

  .hover\:outline-purple-50:hover {
    outline-color: #faf5ff;
  }

  .hover\:outline-purple-50\/0:hover {
    outline-color: rgb(250 245 255 / 0);
  }

  .hover\:outline-purple-50\/10:hover {
    outline-color: rgb(250 245 255 / 0.1);
  }

  .hover\:outline-purple-50\/100:hover {
    outline-color: rgb(250 245 255 / 1);
  }

  .hover\:outline-purple-50\/15:hover {
    outline-color: rgb(250 245 255 / 0.15);
  }

  .hover\:outline-purple-50\/20:hover {
    outline-color: rgb(250 245 255 / 0.2);
  }

  .hover\:outline-purple-50\/25:hover {
    outline-color: rgb(250 245 255 / 0.25);
  }

  .hover\:outline-purple-50\/30:hover {
    outline-color: rgb(250 245 255 / 0.3);
  }

  .hover\:outline-purple-50\/35:hover {
    outline-color: rgb(250 245 255 / 0.35);
  }

  .hover\:outline-purple-50\/40:hover {
    outline-color: rgb(250 245 255 / 0.4);
  }

  .hover\:outline-purple-50\/45:hover {
    outline-color: rgb(250 245 255 / 0.45);
  }

  .hover\:outline-purple-50\/5:hover {
    outline-color: rgb(250 245 255 / 0.05);
  }

  .hover\:outline-purple-50\/50:hover {
    outline-color: rgb(250 245 255 / 0.5);
  }

  .hover\:outline-purple-50\/55:hover {
    outline-color: rgb(250 245 255 / 0.55);
  }

  .hover\:outline-purple-50\/60:hover {
    outline-color: rgb(250 245 255 / 0.6);
  }

  .hover\:outline-purple-50\/65:hover {
    outline-color: rgb(250 245 255 / 0.65);
  }

  .hover\:outline-purple-50\/70:hover {
    outline-color: rgb(250 245 255 / 0.7);
  }

  .hover\:outline-purple-50\/75:hover {
    outline-color: rgb(250 245 255 / 0.75);
  }

  .hover\:outline-purple-50\/80:hover {
    outline-color: rgb(250 245 255 / 0.8);
  }

  .hover\:outline-purple-50\/85:hover {
    outline-color: rgb(250 245 255 / 0.85);
  }

  .hover\:outline-purple-50\/90:hover {
    outline-color: rgb(250 245 255 / 0.9);
  }

  .hover\:outline-purple-50\/95:hover {
    outline-color: rgb(250 245 255 / 0.95);
  }

  .hover\:outline-purple-500:hover {
    outline-color: #a855f7;
  }

  .hover\:outline-purple-500\/0:hover {
    outline-color: rgb(168 85 247 / 0);
  }

  .hover\:outline-purple-500\/10:hover {
    outline-color: rgb(168 85 247 / 0.1);
  }

  .hover\:outline-purple-500\/100:hover {
    outline-color: rgb(168 85 247 / 1);
  }

  .hover\:outline-purple-500\/15:hover {
    outline-color: rgb(168 85 247 / 0.15);
  }

  .hover\:outline-purple-500\/20:hover {
    outline-color: rgb(168 85 247 / 0.2);
  }

  .hover\:outline-purple-500\/25:hover {
    outline-color: rgb(168 85 247 / 0.25);
  }

  .hover\:outline-purple-500\/30:hover {
    outline-color: rgb(168 85 247 / 0.3);
  }

  .hover\:outline-purple-500\/35:hover {
    outline-color: rgb(168 85 247 / 0.35);
  }

  .hover\:outline-purple-500\/40:hover {
    outline-color: rgb(168 85 247 / 0.4);
  }

  .hover\:outline-purple-500\/45:hover {
    outline-color: rgb(168 85 247 / 0.45);
  }

  .hover\:outline-purple-500\/5:hover {
    outline-color: rgb(168 85 247 / 0.05);
  }

  .hover\:outline-purple-500\/50:hover {
    outline-color: rgb(168 85 247 / 0.5);
  }

  .hover\:outline-purple-500\/55:hover {
    outline-color: rgb(168 85 247 / 0.55);
  }

  .hover\:outline-purple-500\/60:hover {
    outline-color: rgb(168 85 247 / 0.6);
  }

  .hover\:outline-purple-500\/65:hover {
    outline-color: rgb(168 85 247 / 0.65);
  }

  .hover\:outline-purple-500\/70:hover {
    outline-color: rgb(168 85 247 / 0.7);
  }

  .hover\:outline-purple-500\/75:hover {
    outline-color: rgb(168 85 247 / 0.75);
  }

  .hover\:outline-purple-500\/80:hover {
    outline-color: rgb(168 85 247 / 0.8);
  }

  .hover\:outline-purple-500\/85:hover {
    outline-color: rgb(168 85 247 / 0.85);
  }

  .hover\:outline-purple-500\/90:hover {
    outline-color: rgb(168 85 247 / 0.9);
  }

  .hover\:outline-purple-500\/95:hover {
    outline-color: rgb(168 85 247 / 0.95);
  }

  .hover\:outline-purple-600:hover {
    outline-color: #9333ea;
  }

  .hover\:outline-purple-600\/0:hover {
    outline-color: rgb(147 51 234 / 0);
  }

  .hover\:outline-purple-600\/10:hover {
    outline-color: rgb(147 51 234 / 0.1);
  }

  .hover\:outline-purple-600\/100:hover {
    outline-color: rgb(147 51 234 / 1);
  }

  .hover\:outline-purple-600\/15:hover {
    outline-color: rgb(147 51 234 / 0.15);
  }

  .hover\:outline-purple-600\/20:hover {
    outline-color: rgb(147 51 234 / 0.2);
  }

  .hover\:outline-purple-600\/25:hover {
    outline-color: rgb(147 51 234 / 0.25);
  }

  .hover\:outline-purple-600\/30:hover {
    outline-color: rgb(147 51 234 / 0.3);
  }

  .hover\:outline-purple-600\/35:hover {
    outline-color: rgb(147 51 234 / 0.35);
  }

  .hover\:outline-purple-600\/40:hover {
    outline-color: rgb(147 51 234 / 0.4);
  }

  .hover\:outline-purple-600\/45:hover {
    outline-color: rgb(147 51 234 / 0.45);
  }

  .hover\:outline-purple-600\/5:hover {
    outline-color: rgb(147 51 234 / 0.05);
  }

  .hover\:outline-purple-600\/50:hover {
    outline-color: rgb(147 51 234 / 0.5);
  }

  .hover\:outline-purple-600\/55:hover {
    outline-color: rgb(147 51 234 / 0.55);
  }

  .hover\:outline-purple-600\/60:hover {
    outline-color: rgb(147 51 234 / 0.6);
  }

  .hover\:outline-purple-600\/65:hover {
    outline-color: rgb(147 51 234 / 0.65);
  }

  .hover\:outline-purple-600\/70:hover {
    outline-color: rgb(147 51 234 / 0.7);
  }

  .hover\:outline-purple-600\/75:hover {
    outline-color: rgb(147 51 234 / 0.75);
  }

  .hover\:outline-purple-600\/80:hover {
    outline-color: rgb(147 51 234 / 0.8);
  }

  .hover\:outline-purple-600\/85:hover {
    outline-color: rgb(147 51 234 / 0.85);
  }

  .hover\:outline-purple-600\/90:hover {
    outline-color: rgb(147 51 234 / 0.9);
  }

  .hover\:outline-purple-600\/95:hover {
    outline-color: rgb(147 51 234 / 0.95);
  }

  .hover\:outline-purple-700:hover {
    outline-color: #7e22ce;
  }

  .hover\:outline-purple-700\/0:hover {
    outline-color: rgb(126 34 206 / 0);
  }

  .hover\:outline-purple-700\/10:hover {
    outline-color: rgb(126 34 206 / 0.1);
  }

  .hover\:outline-purple-700\/100:hover {
    outline-color: rgb(126 34 206 / 1);
  }

  .hover\:outline-purple-700\/15:hover {
    outline-color: rgb(126 34 206 / 0.15);
  }

  .hover\:outline-purple-700\/20:hover {
    outline-color: rgb(126 34 206 / 0.2);
  }

  .hover\:outline-purple-700\/25:hover {
    outline-color: rgb(126 34 206 / 0.25);
  }

  .hover\:outline-purple-700\/30:hover {
    outline-color: rgb(126 34 206 / 0.3);
  }

  .hover\:outline-purple-700\/35:hover {
    outline-color: rgb(126 34 206 / 0.35);
  }

  .hover\:outline-purple-700\/40:hover {
    outline-color: rgb(126 34 206 / 0.4);
  }

  .hover\:outline-purple-700\/45:hover {
    outline-color: rgb(126 34 206 / 0.45);
  }

  .hover\:outline-purple-700\/5:hover {
    outline-color: rgb(126 34 206 / 0.05);
  }

  .hover\:outline-purple-700\/50:hover {
    outline-color: rgb(126 34 206 / 0.5);
  }

  .hover\:outline-purple-700\/55:hover {
    outline-color: rgb(126 34 206 / 0.55);
  }

  .hover\:outline-purple-700\/60:hover {
    outline-color: rgb(126 34 206 / 0.6);
  }

  .hover\:outline-purple-700\/65:hover {
    outline-color: rgb(126 34 206 / 0.65);
  }

  .hover\:outline-purple-700\/70:hover {
    outline-color: rgb(126 34 206 / 0.7);
  }

  .hover\:outline-purple-700\/75:hover {
    outline-color: rgb(126 34 206 / 0.75);
  }

  .hover\:outline-purple-700\/80:hover {
    outline-color: rgb(126 34 206 / 0.8);
  }

  .hover\:outline-purple-700\/85:hover {
    outline-color: rgb(126 34 206 / 0.85);
  }

  .hover\:outline-purple-700\/90:hover {
    outline-color: rgb(126 34 206 / 0.9);
  }

  .hover\:outline-purple-700\/95:hover {
    outline-color: rgb(126 34 206 / 0.95);
  }

  .hover\:outline-purple-800:hover {
    outline-color: #6b21a8;
  }

  .hover\:outline-purple-800\/0:hover {
    outline-color: rgb(107 33 168 / 0);
  }

  .hover\:outline-purple-800\/10:hover {
    outline-color: rgb(107 33 168 / 0.1);
  }

  .hover\:outline-purple-800\/100:hover {
    outline-color: rgb(107 33 168 / 1);
  }

  .hover\:outline-purple-800\/15:hover {
    outline-color: rgb(107 33 168 / 0.15);
  }

  .hover\:outline-purple-800\/20:hover {
    outline-color: rgb(107 33 168 / 0.2);
  }

  .hover\:outline-purple-800\/25:hover {
    outline-color: rgb(107 33 168 / 0.25);
  }

  .hover\:outline-purple-800\/30:hover {
    outline-color: rgb(107 33 168 / 0.3);
  }

  .hover\:outline-purple-800\/35:hover {
    outline-color: rgb(107 33 168 / 0.35);
  }

  .hover\:outline-purple-800\/40:hover {
    outline-color: rgb(107 33 168 / 0.4);
  }

  .hover\:outline-purple-800\/45:hover {
    outline-color: rgb(107 33 168 / 0.45);
  }

  .hover\:outline-purple-800\/5:hover {
    outline-color: rgb(107 33 168 / 0.05);
  }

  .hover\:outline-purple-800\/50:hover {
    outline-color: rgb(107 33 168 / 0.5);
  }

  .hover\:outline-purple-800\/55:hover {
    outline-color: rgb(107 33 168 / 0.55);
  }

  .hover\:outline-purple-800\/60:hover {
    outline-color: rgb(107 33 168 / 0.6);
  }

  .hover\:outline-purple-800\/65:hover {
    outline-color: rgb(107 33 168 / 0.65);
  }

  .hover\:outline-purple-800\/70:hover {
    outline-color: rgb(107 33 168 / 0.7);
  }

  .hover\:outline-purple-800\/75:hover {
    outline-color: rgb(107 33 168 / 0.75);
  }

  .hover\:outline-purple-800\/80:hover {
    outline-color: rgb(107 33 168 / 0.8);
  }

  .hover\:outline-purple-800\/85:hover {
    outline-color: rgb(107 33 168 / 0.85);
  }

  .hover\:outline-purple-800\/90:hover {
    outline-color: rgb(107 33 168 / 0.9);
  }

  .hover\:outline-purple-800\/95:hover {
    outline-color: rgb(107 33 168 / 0.95);
  }

  .hover\:outline-purple-900:hover {
    outline-color: #581c87;
  }

  .hover\:outline-purple-900\/0:hover {
    outline-color: rgb(88 28 135 / 0);
  }

  .hover\:outline-purple-900\/10:hover {
    outline-color: rgb(88 28 135 / 0.1);
  }

  .hover\:outline-purple-900\/100:hover {
    outline-color: rgb(88 28 135 / 1);
  }

  .hover\:outline-purple-900\/15:hover {
    outline-color: rgb(88 28 135 / 0.15);
  }

  .hover\:outline-purple-900\/20:hover {
    outline-color: rgb(88 28 135 / 0.2);
  }

  .hover\:outline-purple-900\/25:hover {
    outline-color: rgb(88 28 135 / 0.25);
  }

  .hover\:outline-purple-900\/30:hover {
    outline-color: rgb(88 28 135 / 0.3);
  }

  .hover\:outline-purple-900\/35:hover {
    outline-color: rgb(88 28 135 / 0.35);
  }

  .hover\:outline-purple-900\/40:hover {
    outline-color: rgb(88 28 135 / 0.4);
  }

  .hover\:outline-purple-900\/45:hover {
    outline-color: rgb(88 28 135 / 0.45);
  }

  .hover\:outline-purple-900\/5:hover {
    outline-color: rgb(88 28 135 / 0.05);
  }

  .hover\:outline-purple-900\/50:hover {
    outline-color: rgb(88 28 135 / 0.5);
  }

  .hover\:outline-purple-900\/55:hover {
    outline-color: rgb(88 28 135 / 0.55);
  }

  .hover\:outline-purple-900\/60:hover {
    outline-color: rgb(88 28 135 / 0.6);
  }

  .hover\:outline-purple-900\/65:hover {
    outline-color: rgb(88 28 135 / 0.65);
  }

  .hover\:outline-purple-900\/70:hover {
    outline-color: rgb(88 28 135 / 0.7);
  }

  .hover\:outline-purple-900\/75:hover {
    outline-color: rgb(88 28 135 / 0.75);
  }

  .hover\:outline-purple-900\/80:hover {
    outline-color: rgb(88 28 135 / 0.8);
  }

  .hover\:outline-purple-900\/85:hover {
    outline-color: rgb(88 28 135 / 0.85);
  }

  .hover\:outline-purple-900\/90:hover {
    outline-color: rgb(88 28 135 / 0.9);
  }

  .hover\:outline-purple-900\/95:hover {
    outline-color: rgb(88 28 135 / 0.95);
  }

  .hover\:outline-purple-950:hover {
    outline-color: #3b0764;
  }

  .hover\:outline-purple-950\/0:hover {
    outline-color: rgb(59 7 100 / 0);
  }

  .hover\:outline-purple-950\/10:hover {
    outline-color: rgb(59 7 100 / 0.1);
  }

  .hover\:outline-purple-950\/100:hover {
    outline-color: rgb(59 7 100 / 1);
  }

  .hover\:outline-purple-950\/15:hover {
    outline-color: rgb(59 7 100 / 0.15);
  }

  .hover\:outline-purple-950\/20:hover {
    outline-color: rgb(59 7 100 / 0.2);
  }

  .hover\:outline-purple-950\/25:hover {
    outline-color: rgb(59 7 100 / 0.25);
  }

  .hover\:outline-purple-950\/30:hover {
    outline-color: rgb(59 7 100 / 0.3);
  }

  .hover\:outline-purple-950\/35:hover {
    outline-color: rgb(59 7 100 / 0.35);
  }

  .hover\:outline-purple-950\/40:hover {
    outline-color: rgb(59 7 100 / 0.4);
  }

  .hover\:outline-purple-950\/45:hover {
    outline-color: rgb(59 7 100 / 0.45);
  }

  .hover\:outline-purple-950\/5:hover {
    outline-color: rgb(59 7 100 / 0.05);
  }

  .hover\:outline-purple-950\/50:hover {
    outline-color: rgb(59 7 100 / 0.5);
  }

  .hover\:outline-purple-950\/55:hover {
    outline-color: rgb(59 7 100 / 0.55);
  }

  .hover\:outline-purple-950\/60:hover {
    outline-color: rgb(59 7 100 / 0.6);
  }

  .hover\:outline-purple-950\/65:hover {
    outline-color: rgb(59 7 100 / 0.65);
  }

  .hover\:outline-purple-950\/70:hover {
    outline-color: rgb(59 7 100 / 0.7);
  }

  .hover\:outline-purple-950\/75:hover {
    outline-color: rgb(59 7 100 / 0.75);
  }

  .hover\:outline-purple-950\/80:hover {
    outline-color: rgb(59 7 100 / 0.8);
  }

  .hover\:outline-purple-950\/85:hover {
    outline-color: rgb(59 7 100 / 0.85);
  }

  .hover\:outline-purple-950\/90:hover {
    outline-color: rgb(59 7 100 / 0.9);
  }

  .hover\:outline-purple-950\/95:hover {
    outline-color: rgb(59 7 100 / 0.95);
  }

  .hover\:outline-red-100:hover {
    outline-color: #fee2e2;
  }

  .hover\:outline-red-100\/0:hover {
    outline-color: rgb(254 226 226 / 0);
  }

  .hover\:outline-red-100\/10:hover {
    outline-color: rgb(254 226 226 / 0.1);
  }

  .hover\:outline-red-100\/100:hover {
    outline-color: rgb(254 226 226 / 1);
  }

  .hover\:outline-red-100\/15:hover {
    outline-color: rgb(254 226 226 / 0.15);
  }

  .hover\:outline-red-100\/20:hover {
    outline-color: rgb(254 226 226 / 0.2);
  }

  .hover\:outline-red-100\/25:hover {
    outline-color: rgb(254 226 226 / 0.25);
  }

  .hover\:outline-red-100\/30:hover {
    outline-color: rgb(254 226 226 / 0.3);
  }

  .hover\:outline-red-100\/35:hover {
    outline-color: rgb(254 226 226 / 0.35);
  }

  .hover\:outline-red-100\/40:hover {
    outline-color: rgb(254 226 226 / 0.4);
  }

  .hover\:outline-red-100\/45:hover {
    outline-color: rgb(254 226 226 / 0.45);
  }

  .hover\:outline-red-100\/5:hover {
    outline-color: rgb(254 226 226 / 0.05);
  }

  .hover\:outline-red-100\/50:hover {
    outline-color: rgb(254 226 226 / 0.5);
  }

  .hover\:outline-red-100\/55:hover {
    outline-color: rgb(254 226 226 / 0.55);
  }

  .hover\:outline-red-100\/60:hover {
    outline-color: rgb(254 226 226 / 0.6);
  }

  .hover\:outline-red-100\/65:hover {
    outline-color: rgb(254 226 226 / 0.65);
  }

  .hover\:outline-red-100\/70:hover {
    outline-color: rgb(254 226 226 / 0.7);
  }

  .hover\:outline-red-100\/75:hover {
    outline-color: rgb(254 226 226 / 0.75);
  }

  .hover\:outline-red-100\/80:hover {
    outline-color: rgb(254 226 226 / 0.8);
  }

  .hover\:outline-red-100\/85:hover {
    outline-color: rgb(254 226 226 / 0.85);
  }

  .hover\:outline-red-100\/90:hover {
    outline-color: rgb(254 226 226 / 0.9);
  }

  .hover\:outline-red-100\/95:hover {
    outline-color: rgb(254 226 226 / 0.95);
  }

  .hover\:outline-red-200:hover {
    outline-color: #fecaca;
  }

  .hover\:outline-red-200\/0:hover {
    outline-color: rgb(254 202 202 / 0);
  }

  .hover\:outline-red-200\/10:hover {
    outline-color: rgb(254 202 202 / 0.1);
  }

  .hover\:outline-red-200\/100:hover {
    outline-color: rgb(254 202 202 / 1);
  }

  .hover\:outline-red-200\/15:hover {
    outline-color: rgb(254 202 202 / 0.15);
  }

  .hover\:outline-red-200\/20:hover {
    outline-color: rgb(254 202 202 / 0.2);
  }

  .hover\:outline-red-200\/25:hover {
    outline-color: rgb(254 202 202 / 0.25);
  }

  .hover\:outline-red-200\/30:hover {
    outline-color: rgb(254 202 202 / 0.3);
  }

  .hover\:outline-red-200\/35:hover {
    outline-color: rgb(254 202 202 / 0.35);
  }

  .hover\:outline-red-200\/40:hover {
    outline-color: rgb(254 202 202 / 0.4);
  }

  .hover\:outline-red-200\/45:hover {
    outline-color: rgb(254 202 202 / 0.45);
  }

  .hover\:outline-red-200\/5:hover {
    outline-color: rgb(254 202 202 / 0.05);
  }

  .hover\:outline-red-200\/50:hover {
    outline-color: rgb(254 202 202 / 0.5);
  }

  .hover\:outline-red-200\/55:hover {
    outline-color: rgb(254 202 202 / 0.55);
  }

  .hover\:outline-red-200\/60:hover {
    outline-color: rgb(254 202 202 / 0.6);
  }

  .hover\:outline-red-200\/65:hover {
    outline-color: rgb(254 202 202 / 0.65);
  }

  .hover\:outline-red-200\/70:hover {
    outline-color: rgb(254 202 202 / 0.7);
  }

  .hover\:outline-red-200\/75:hover {
    outline-color: rgb(254 202 202 / 0.75);
  }

  .hover\:outline-red-200\/80:hover {
    outline-color: rgb(254 202 202 / 0.8);
  }

  .hover\:outline-red-200\/85:hover {
    outline-color: rgb(254 202 202 / 0.85);
  }

  .hover\:outline-red-200\/90:hover {
    outline-color: rgb(254 202 202 / 0.9);
  }

  .hover\:outline-red-200\/95:hover {
    outline-color: rgb(254 202 202 / 0.95);
  }

  .hover\:outline-red-300:hover {
    outline-color: #fca5a5;
  }

  .hover\:outline-red-300\/0:hover {
    outline-color: rgb(252 165 165 / 0);
  }

  .hover\:outline-red-300\/10:hover {
    outline-color: rgb(252 165 165 / 0.1);
  }

  .hover\:outline-red-300\/100:hover {
    outline-color: rgb(252 165 165 / 1);
  }

  .hover\:outline-red-300\/15:hover {
    outline-color: rgb(252 165 165 / 0.15);
  }

  .hover\:outline-red-300\/20:hover {
    outline-color: rgb(252 165 165 / 0.2);
  }

  .hover\:outline-red-300\/25:hover {
    outline-color: rgb(252 165 165 / 0.25);
  }

  .hover\:outline-red-300\/30:hover {
    outline-color: rgb(252 165 165 / 0.3);
  }

  .hover\:outline-red-300\/35:hover {
    outline-color: rgb(252 165 165 / 0.35);
  }

  .hover\:outline-red-300\/40:hover {
    outline-color: rgb(252 165 165 / 0.4);
  }

  .hover\:outline-red-300\/45:hover {
    outline-color: rgb(252 165 165 / 0.45);
  }

  .hover\:outline-red-300\/5:hover {
    outline-color: rgb(252 165 165 / 0.05);
  }

  .hover\:outline-red-300\/50:hover {
    outline-color: rgb(252 165 165 / 0.5);
  }

  .hover\:outline-red-300\/55:hover {
    outline-color: rgb(252 165 165 / 0.55);
  }

  .hover\:outline-red-300\/60:hover {
    outline-color: rgb(252 165 165 / 0.6);
  }

  .hover\:outline-red-300\/65:hover {
    outline-color: rgb(252 165 165 / 0.65);
  }

  .hover\:outline-red-300\/70:hover {
    outline-color: rgb(252 165 165 / 0.7);
  }

  .hover\:outline-red-300\/75:hover {
    outline-color: rgb(252 165 165 / 0.75);
  }

  .hover\:outline-red-300\/80:hover {
    outline-color: rgb(252 165 165 / 0.8);
  }

  .hover\:outline-red-300\/85:hover {
    outline-color: rgb(252 165 165 / 0.85);
  }

  .hover\:outline-red-300\/90:hover {
    outline-color: rgb(252 165 165 / 0.9);
  }

  .hover\:outline-red-300\/95:hover {
    outline-color: rgb(252 165 165 / 0.95);
  }

  .hover\:outline-red-400:hover {
    outline-color: #f87171;
  }

  .hover\:outline-red-400\/0:hover {
    outline-color: rgb(248 113 113 / 0);
  }

  .hover\:outline-red-400\/10:hover {
    outline-color: rgb(248 113 113 / 0.1);
  }

  .hover\:outline-red-400\/100:hover {
    outline-color: rgb(248 113 113 / 1);
  }

  .hover\:outline-red-400\/15:hover {
    outline-color: rgb(248 113 113 / 0.15);
  }

  .hover\:outline-red-400\/20:hover {
    outline-color: rgb(248 113 113 / 0.2);
  }

  .hover\:outline-red-400\/25:hover {
    outline-color: rgb(248 113 113 / 0.25);
  }

  .hover\:outline-red-400\/30:hover {
    outline-color: rgb(248 113 113 / 0.3);
  }

  .hover\:outline-red-400\/35:hover {
    outline-color: rgb(248 113 113 / 0.35);
  }

  .hover\:outline-red-400\/40:hover {
    outline-color: rgb(248 113 113 / 0.4);
  }

  .hover\:outline-red-400\/45:hover {
    outline-color: rgb(248 113 113 / 0.45);
  }

  .hover\:outline-red-400\/5:hover {
    outline-color: rgb(248 113 113 / 0.05);
  }

  .hover\:outline-red-400\/50:hover {
    outline-color: rgb(248 113 113 / 0.5);
  }

  .hover\:outline-red-400\/55:hover {
    outline-color: rgb(248 113 113 / 0.55);
  }

  .hover\:outline-red-400\/60:hover {
    outline-color: rgb(248 113 113 / 0.6);
  }

  .hover\:outline-red-400\/65:hover {
    outline-color: rgb(248 113 113 / 0.65);
  }

  .hover\:outline-red-400\/70:hover {
    outline-color: rgb(248 113 113 / 0.7);
  }

  .hover\:outline-red-400\/75:hover {
    outline-color: rgb(248 113 113 / 0.75);
  }

  .hover\:outline-red-400\/80:hover {
    outline-color: rgb(248 113 113 / 0.8);
  }

  .hover\:outline-red-400\/85:hover {
    outline-color: rgb(248 113 113 / 0.85);
  }

  .hover\:outline-red-400\/90:hover {
    outline-color: rgb(248 113 113 / 0.9);
  }

  .hover\:outline-red-400\/95:hover {
    outline-color: rgb(248 113 113 / 0.95);
  }

  .hover\:outline-red-50:hover {
    outline-color: #fef2f2;
  }

  .hover\:outline-red-50\/0:hover {
    outline-color: rgb(254 242 242 / 0);
  }

  .hover\:outline-red-50\/10:hover {
    outline-color: rgb(254 242 242 / 0.1);
  }

  .hover\:outline-red-50\/100:hover {
    outline-color: rgb(254 242 242 / 1);
  }

  .hover\:outline-red-50\/15:hover {
    outline-color: rgb(254 242 242 / 0.15);
  }

  .hover\:outline-red-50\/20:hover {
    outline-color: rgb(254 242 242 / 0.2);
  }

  .hover\:outline-red-50\/25:hover {
    outline-color: rgb(254 242 242 / 0.25);
  }

  .hover\:outline-red-50\/30:hover {
    outline-color: rgb(254 242 242 / 0.3);
  }

  .hover\:outline-red-50\/35:hover {
    outline-color: rgb(254 242 242 / 0.35);
  }

  .hover\:outline-red-50\/40:hover {
    outline-color: rgb(254 242 242 / 0.4);
  }

  .hover\:outline-red-50\/45:hover {
    outline-color: rgb(254 242 242 / 0.45);
  }

  .hover\:outline-red-50\/5:hover {
    outline-color: rgb(254 242 242 / 0.05);
  }

  .hover\:outline-red-50\/50:hover {
    outline-color: rgb(254 242 242 / 0.5);
  }

  .hover\:outline-red-50\/55:hover {
    outline-color: rgb(254 242 242 / 0.55);
  }

  .hover\:outline-red-50\/60:hover {
    outline-color: rgb(254 242 242 / 0.6);
  }

  .hover\:outline-red-50\/65:hover {
    outline-color: rgb(254 242 242 / 0.65);
  }

  .hover\:outline-red-50\/70:hover {
    outline-color: rgb(254 242 242 / 0.7);
  }

  .hover\:outline-red-50\/75:hover {
    outline-color: rgb(254 242 242 / 0.75);
  }

  .hover\:outline-red-50\/80:hover {
    outline-color: rgb(254 242 242 / 0.8);
  }

  .hover\:outline-red-50\/85:hover {
    outline-color: rgb(254 242 242 / 0.85);
  }

  .hover\:outline-red-50\/90:hover {
    outline-color: rgb(254 242 242 / 0.9);
  }

  .hover\:outline-red-50\/95:hover {
    outline-color: rgb(254 242 242 / 0.95);
  }

  .hover\:outline-red-500:hover {
    outline-color: #ef4444;
  }

  .hover\:outline-red-500\/0:hover {
    outline-color: rgb(239 68 68 / 0);
  }

  .hover\:outline-red-500\/10:hover {
    outline-color: rgb(239 68 68 / 0.1);
  }

  .hover\:outline-red-500\/100:hover {
    outline-color: rgb(239 68 68 / 1);
  }

  .hover\:outline-red-500\/15:hover {
    outline-color: rgb(239 68 68 / 0.15);
  }

  .hover\:outline-red-500\/20:hover {
    outline-color: rgb(239 68 68 / 0.2);
  }

  .hover\:outline-red-500\/25:hover {
    outline-color: rgb(239 68 68 / 0.25);
  }

  .hover\:outline-red-500\/30:hover {
    outline-color: rgb(239 68 68 / 0.3);
  }

  .hover\:outline-red-500\/35:hover {
    outline-color: rgb(239 68 68 / 0.35);
  }

  .hover\:outline-red-500\/40:hover {
    outline-color: rgb(239 68 68 / 0.4);
  }

  .hover\:outline-red-500\/45:hover {
    outline-color: rgb(239 68 68 / 0.45);
  }

  .hover\:outline-red-500\/5:hover {
    outline-color: rgb(239 68 68 / 0.05);
  }

  .hover\:outline-red-500\/50:hover {
    outline-color: rgb(239 68 68 / 0.5);
  }

  .hover\:outline-red-500\/55:hover {
    outline-color: rgb(239 68 68 / 0.55);
  }

  .hover\:outline-red-500\/60:hover {
    outline-color: rgb(239 68 68 / 0.6);
  }

  .hover\:outline-red-500\/65:hover {
    outline-color: rgb(239 68 68 / 0.65);
  }

  .hover\:outline-red-500\/70:hover {
    outline-color: rgb(239 68 68 / 0.7);
  }

  .hover\:outline-red-500\/75:hover {
    outline-color: rgb(239 68 68 / 0.75);
  }

  .hover\:outline-red-500\/80:hover {
    outline-color: rgb(239 68 68 / 0.8);
  }

  .hover\:outline-red-500\/85:hover {
    outline-color: rgb(239 68 68 / 0.85);
  }

  .hover\:outline-red-500\/90:hover {
    outline-color: rgb(239 68 68 / 0.9);
  }

  .hover\:outline-red-500\/95:hover {
    outline-color: rgb(239 68 68 / 0.95);
  }

  .hover\:outline-red-600:hover {
    outline-color: #dc2626;
  }

  .hover\:outline-red-600\/0:hover {
    outline-color: rgb(220 38 38 / 0);
  }

  .hover\:outline-red-600\/10:hover {
    outline-color: rgb(220 38 38 / 0.1);
  }

  .hover\:outline-red-600\/100:hover {
    outline-color: rgb(220 38 38 / 1);
  }

  .hover\:outline-red-600\/15:hover {
    outline-color: rgb(220 38 38 / 0.15);
  }

  .hover\:outline-red-600\/20:hover {
    outline-color: rgb(220 38 38 / 0.2);
  }

  .hover\:outline-red-600\/25:hover {
    outline-color: rgb(220 38 38 / 0.25);
  }

  .hover\:outline-red-600\/30:hover {
    outline-color: rgb(220 38 38 / 0.3);
  }

  .hover\:outline-red-600\/35:hover {
    outline-color: rgb(220 38 38 / 0.35);
  }

  .hover\:outline-red-600\/40:hover {
    outline-color: rgb(220 38 38 / 0.4);
  }

  .hover\:outline-red-600\/45:hover {
    outline-color: rgb(220 38 38 / 0.45);
  }

  .hover\:outline-red-600\/5:hover {
    outline-color: rgb(220 38 38 / 0.05);
  }

  .hover\:outline-red-600\/50:hover {
    outline-color: rgb(220 38 38 / 0.5);
  }

  .hover\:outline-red-600\/55:hover {
    outline-color: rgb(220 38 38 / 0.55);
  }

  .hover\:outline-red-600\/60:hover {
    outline-color: rgb(220 38 38 / 0.6);
  }

  .hover\:outline-red-600\/65:hover {
    outline-color: rgb(220 38 38 / 0.65);
  }

  .hover\:outline-red-600\/70:hover {
    outline-color: rgb(220 38 38 / 0.7);
  }

  .hover\:outline-red-600\/75:hover {
    outline-color: rgb(220 38 38 / 0.75);
  }

  .hover\:outline-red-600\/80:hover {
    outline-color: rgb(220 38 38 / 0.8);
  }

  .hover\:outline-red-600\/85:hover {
    outline-color: rgb(220 38 38 / 0.85);
  }

  .hover\:outline-red-600\/90:hover {
    outline-color: rgb(220 38 38 / 0.9);
  }

  .hover\:outline-red-600\/95:hover {
    outline-color: rgb(220 38 38 / 0.95);
  }

  .hover\:outline-red-700:hover {
    outline-color: #b91c1c;
  }

  .hover\:outline-red-700\/0:hover {
    outline-color: rgb(185 28 28 / 0);
  }

  .hover\:outline-red-700\/10:hover {
    outline-color: rgb(185 28 28 / 0.1);
  }

  .hover\:outline-red-700\/100:hover {
    outline-color: rgb(185 28 28 / 1);
  }

  .hover\:outline-red-700\/15:hover {
    outline-color: rgb(185 28 28 / 0.15);
  }

  .hover\:outline-red-700\/20:hover {
    outline-color: rgb(185 28 28 / 0.2);
  }

  .hover\:outline-red-700\/25:hover {
    outline-color: rgb(185 28 28 / 0.25);
  }

  .hover\:outline-red-700\/30:hover {
    outline-color: rgb(185 28 28 / 0.3);
  }

  .hover\:outline-red-700\/35:hover {
    outline-color: rgb(185 28 28 / 0.35);
  }

  .hover\:outline-red-700\/40:hover {
    outline-color: rgb(185 28 28 / 0.4);
  }

  .hover\:outline-red-700\/45:hover {
    outline-color: rgb(185 28 28 / 0.45);
  }

  .hover\:outline-red-700\/5:hover {
    outline-color: rgb(185 28 28 / 0.05);
  }

  .hover\:outline-red-700\/50:hover {
    outline-color: rgb(185 28 28 / 0.5);
  }

  .hover\:outline-red-700\/55:hover {
    outline-color: rgb(185 28 28 / 0.55);
  }

  .hover\:outline-red-700\/60:hover {
    outline-color: rgb(185 28 28 / 0.6);
  }

  .hover\:outline-red-700\/65:hover {
    outline-color: rgb(185 28 28 / 0.65);
  }

  .hover\:outline-red-700\/70:hover {
    outline-color: rgb(185 28 28 / 0.7);
  }

  .hover\:outline-red-700\/75:hover {
    outline-color: rgb(185 28 28 / 0.75);
  }

  .hover\:outline-red-700\/80:hover {
    outline-color: rgb(185 28 28 / 0.8);
  }

  .hover\:outline-red-700\/85:hover {
    outline-color: rgb(185 28 28 / 0.85);
  }

  .hover\:outline-red-700\/90:hover {
    outline-color: rgb(185 28 28 / 0.9);
  }

  .hover\:outline-red-700\/95:hover {
    outline-color: rgb(185 28 28 / 0.95);
  }

  .hover\:outline-red-800:hover {
    outline-color: #991b1b;
  }

  .hover\:outline-red-800\/0:hover {
    outline-color: rgb(153 27 27 / 0);
  }

  .hover\:outline-red-800\/10:hover {
    outline-color: rgb(153 27 27 / 0.1);
  }

  .hover\:outline-red-800\/100:hover {
    outline-color: rgb(153 27 27 / 1);
  }

  .hover\:outline-red-800\/15:hover {
    outline-color: rgb(153 27 27 / 0.15);
  }

  .hover\:outline-red-800\/20:hover {
    outline-color: rgb(153 27 27 / 0.2);
  }

  .hover\:outline-red-800\/25:hover {
    outline-color: rgb(153 27 27 / 0.25);
  }

  .hover\:outline-red-800\/30:hover {
    outline-color: rgb(153 27 27 / 0.3);
  }

  .hover\:outline-red-800\/35:hover {
    outline-color: rgb(153 27 27 / 0.35);
  }

  .hover\:outline-red-800\/40:hover {
    outline-color: rgb(153 27 27 / 0.4);
  }

  .hover\:outline-red-800\/45:hover {
    outline-color: rgb(153 27 27 / 0.45);
  }

  .hover\:outline-red-800\/5:hover {
    outline-color: rgb(153 27 27 / 0.05);
  }

  .hover\:outline-red-800\/50:hover {
    outline-color: rgb(153 27 27 / 0.5);
  }

  .hover\:outline-red-800\/55:hover {
    outline-color: rgb(153 27 27 / 0.55);
  }

  .hover\:outline-red-800\/60:hover {
    outline-color: rgb(153 27 27 / 0.6);
  }

  .hover\:outline-red-800\/65:hover {
    outline-color: rgb(153 27 27 / 0.65);
  }

  .hover\:outline-red-800\/70:hover {
    outline-color: rgb(153 27 27 / 0.7);
  }

  .hover\:outline-red-800\/75:hover {
    outline-color: rgb(153 27 27 / 0.75);
  }

  .hover\:outline-red-800\/80:hover {
    outline-color: rgb(153 27 27 / 0.8);
  }

  .hover\:outline-red-800\/85:hover {
    outline-color: rgb(153 27 27 / 0.85);
  }

  .hover\:outline-red-800\/90:hover {
    outline-color: rgb(153 27 27 / 0.9);
  }

  .hover\:outline-red-800\/95:hover {
    outline-color: rgb(153 27 27 / 0.95);
  }

  .hover\:outline-red-900:hover {
    outline-color: #7f1d1d;
  }

  .hover\:outline-red-900\/0:hover {
    outline-color: rgb(127 29 29 / 0);
  }

  .hover\:outline-red-900\/10:hover {
    outline-color: rgb(127 29 29 / 0.1);
  }

  .hover\:outline-red-900\/100:hover {
    outline-color: rgb(127 29 29 / 1);
  }

  .hover\:outline-red-900\/15:hover {
    outline-color: rgb(127 29 29 / 0.15);
  }

  .hover\:outline-red-900\/20:hover {
    outline-color: rgb(127 29 29 / 0.2);
  }

  .hover\:outline-red-900\/25:hover {
    outline-color: rgb(127 29 29 / 0.25);
  }

  .hover\:outline-red-900\/30:hover {
    outline-color: rgb(127 29 29 / 0.3);
  }

  .hover\:outline-red-900\/35:hover {
    outline-color: rgb(127 29 29 / 0.35);
  }

  .hover\:outline-red-900\/40:hover {
    outline-color: rgb(127 29 29 / 0.4);
  }

  .hover\:outline-red-900\/45:hover {
    outline-color: rgb(127 29 29 / 0.45);
  }

  .hover\:outline-red-900\/5:hover {
    outline-color: rgb(127 29 29 / 0.05);
  }

  .hover\:outline-red-900\/50:hover {
    outline-color: rgb(127 29 29 / 0.5);
  }

  .hover\:outline-red-900\/55:hover {
    outline-color: rgb(127 29 29 / 0.55);
  }

  .hover\:outline-red-900\/60:hover {
    outline-color: rgb(127 29 29 / 0.6);
  }

  .hover\:outline-red-900\/65:hover {
    outline-color: rgb(127 29 29 / 0.65);
  }

  .hover\:outline-red-900\/70:hover {
    outline-color: rgb(127 29 29 / 0.7);
  }

  .hover\:outline-red-900\/75:hover {
    outline-color: rgb(127 29 29 / 0.75);
  }

  .hover\:outline-red-900\/80:hover {
    outline-color: rgb(127 29 29 / 0.8);
  }

  .hover\:outline-red-900\/85:hover {
    outline-color: rgb(127 29 29 / 0.85);
  }

  .hover\:outline-red-900\/90:hover {
    outline-color: rgb(127 29 29 / 0.9);
  }

  .hover\:outline-red-900\/95:hover {
    outline-color: rgb(127 29 29 / 0.95);
  }

  .hover\:outline-red-950:hover {
    outline-color: #450a0a;
  }

  .hover\:outline-red-950\/0:hover {
    outline-color: rgb(69 10 10 / 0);
  }

  .hover\:outline-red-950\/10:hover {
    outline-color: rgb(69 10 10 / 0.1);
  }

  .hover\:outline-red-950\/100:hover {
    outline-color: rgb(69 10 10 / 1);
  }

  .hover\:outline-red-950\/15:hover {
    outline-color: rgb(69 10 10 / 0.15);
  }

  .hover\:outline-red-950\/20:hover {
    outline-color: rgb(69 10 10 / 0.2);
  }

  .hover\:outline-red-950\/25:hover {
    outline-color: rgb(69 10 10 / 0.25);
  }

  .hover\:outline-red-950\/30:hover {
    outline-color: rgb(69 10 10 / 0.3);
  }

  .hover\:outline-red-950\/35:hover {
    outline-color: rgb(69 10 10 / 0.35);
  }

  .hover\:outline-red-950\/40:hover {
    outline-color: rgb(69 10 10 / 0.4);
  }

  .hover\:outline-red-950\/45:hover {
    outline-color: rgb(69 10 10 / 0.45);
  }

  .hover\:outline-red-950\/5:hover {
    outline-color: rgb(69 10 10 / 0.05);
  }

  .hover\:outline-red-950\/50:hover {
    outline-color: rgb(69 10 10 / 0.5);
  }

  .hover\:outline-red-950\/55:hover {
    outline-color: rgb(69 10 10 / 0.55);
  }

  .hover\:outline-red-950\/60:hover {
    outline-color: rgb(69 10 10 / 0.6);
  }

  .hover\:outline-red-950\/65:hover {
    outline-color: rgb(69 10 10 / 0.65);
  }

  .hover\:outline-red-950\/70:hover {
    outline-color: rgb(69 10 10 / 0.7);
  }

  .hover\:outline-red-950\/75:hover {
    outline-color: rgb(69 10 10 / 0.75);
  }

  .hover\:outline-red-950\/80:hover {
    outline-color: rgb(69 10 10 / 0.8);
  }

  .hover\:outline-red-950\/85:hover {
    outline-color: rgb(69 10 10 / 0.85);
  }

  .hover\:outline-red-950\/90:hover {
    outline-color: rgb(69 10 10 / 0.9);
  }

  .hover\:outline-red-950\/95:hover {
    outline-color: rgb(69 10 10 / 0.95);
  }

  .hover\:outline-rose-100:hover {
    outline-color: #ffe4e6;
  }

  .hover\:outline-rose-100\/0:hover {
    outline-color: rgb(255 228 230 / 0);
  }

  .hover\:outline-rose-100\/10:hover {
    outline-color: rgb(255 228 230 / 0.1);
  }

  .hover\:outline-rose-100\/100:hover {
    outline-color: rgb(255 228 230 / 1);
  }

  .hover\:outline-rose-100\/15:hover {
    outline-color: rgb(255 228 230 / 0.15);
  }

  .hover\:outline-rose-100\/20:hover {
    outline-color: rgb(255 228 230 / 0.2);
  }

  .hover\:outline-rose-100\/25:hover {
    outline-color: rgb(255 228 230 / 0.25);
  }

  .hover\:outline-rose-100\/30:hover {
    outline-color: rgb(255 228 230 / 0.3);
  }

  .hover\:outline-rose-100\/35:hover {
    outline-color: rgb(255 228 230 / 0.35);
  }

  .hover\:outline-rose-100\/40:hover {
    outline-color: rgb(255 228 230 / 0.4);
  }

  .hover\:outline-rose-100\/45:hover {
    outline-color: rgb(255 228 230 / 0.45);
  }

  .hover\:outline-rose-100\/5:hover {
    outline-color: rgb(255 228 230 / 0.05);
  }

  .hover\:outline-rose-100\/50:hover {
    outline-color: rgb(255 228 230 / 0.5);
  }

  .hover\:outline-rose-100\/55:hover {
    outline-color: rgb(255 228 230 / 0.55);
  }

  .hover\:outline-rose-100\/60:hover {
    outline-color: rgb(255 228 230 / 0.6);
  }

  .hover\:outline-rose-100\/65:hover {
    outline-color: rgb(255 228 230 / 0.65);
  }

  .hover\:outline-rose-100\/70:hover {
    outline-color: rgb(255 228 230 / 0.7);
  }

  .hover\:outline-rose-100\/75:hover {
    outline-color: rgb(255 228 230 / 0.75);
  }

  .hover\:outline-rose-100\/80:hover {
    outline-color: rgb(255 228 230 / 0.8);
  }

  .hover\:outline-rose-100\/85:hover {
    outline-color: rgb(255 228 230 / 0.85);
  }

  .hover\:outline-rose-100\/90:hover {
    outline-color: rgb(255 228 230 / 0.9);
  }

  .hover\:outline-rose-100\/95:hover {
    outline-color: rgb(255 228 230 / 0.95);
  }

  .hover\:outline-rose-200:hover {
    outline-color: #fecdd3;
  }

  .hover\:outline-rose-200\/0:hover {
    outline-color: rgb(254 205 211 / 0);
  }

  .hover\:outline-rose-200\/10:hover {
    outline-color: rgb(254 205 211 / 0.1);
  }

  .hover\:outline-rose-200\/100:hover {
    outline-color: rgb(254 205 211 / 1);
  }

  .hover\:outline-rose-200\/15:hover {
    outline-color: rgb(254 205 211 / 0.15);
  }

  .hover\:outline-rose-200\/20:hover {
    outline-color: rgb(254 205 211 / 0.2);
  }

  .hover\:outline-rose-200\/25:hover {
    outline-color: rgb(254 205 211 / 0.25);
  }

  .hover\:outline-rose-200\/30:hover {
    outline-color: rgb(254 205 211 / 0.3);
  }

  .hover\:outline-rose-200\/35:hover {
    outline-color: rgb(254 205 211 / 0.35);
  }

  .hover\:outline-rose-200\/40:hover {
    outline-color: rgb(254 205 211 / 0.4);
  }

  .hover\:outline-rose-200\/45:hover {
    outline-color: rgb(254 205 211 / 0.45);
  }

  .hover\:outline-rose-200\/5:hover {
    outline-color: rgb(254 205 211 / 0.05);
  }

  .hover\:outline-rose-200\/50:hover {
    outline-color: rgb(254 205 211 / 0.5);
  }

  .hover\:outline-rose-200\/55:hover {
    outline-color: rgb(254 205 211 / 0.55);
  }

  .hover\:outline-rose-200\/60:hover {
    outline-color: rgb(254 205 211 / 0.6);
  }

  .hover\:outline-rose-200\/65:hover {
    outline-color: rgb(254 205 211 / 0.65);
  }

  .hover\:outline-rose-200\/70:hover {
    outline-color: rgb(254 205 211 / 0.7);
  }

  .hover\:outline-rose-200\/75:hover {
    outline-color: rgb(254 205 211 / 0.75);
  }

  .hover\:outline-rose-200\/80:hover {
    outline-color: rgb(254 205 211 / 0.8);
  }

  .hover\:outline-rose-200\/85:hover {
    outline-color: rgb(254 205 211 / 0.85);
  }

  .hover\:outline-rose-200\/90:hover {
    outline-color: rgb(254 205 211 / 0.9);
  }

  .hover\:outline-rose-200\/95:hover {
    outline-color: rgb(254 205 211 / 0.95);
  }

  .hover\:outline-rose-300:hover {
    outline-color: #fda4af;
  }

  .hover\:outline-rose-300\/0:hover {
    outline-color: rgb(253 164 175 / 0);
  }

  .hover\:outline-rose-300\/10:hover {
    outline-color: rgb(253 164 175 / 0.1);
  }

  .hover\:outline-rose-300\/100:hover {
    outline-color: rgb(253 164 175 / 1);
  }

  .hover\:outline-rose-300\/15:hover {
    outline-color: rgb(253 164 175 / 0.15);
  }

  .hover\:outline-rose-300\/20:hover {
    outline-color: rgb(253 164 175 / 0.2);
  }

  .hover\:outline-rose-300\/25:hover {
    outline-color: rgb(253 164 175 / 0.25);
  }

  .hover\:outline-rose-300\/30:hover {
    outline-color: rgb(253 164 175 / 0.3);
  }

  .hover\:outline-rose-300\/35:hover {
    outline-color: rgb(253 164 175 / 0.35);
  }

  .hover\:outline-rose-300\/40:hover {
    outline-color: rgb(253 164 175 / 0.4);
  }

  .hover\:outline-rose-300\/45:hover {
    outline-color: rgb(253 164 175 / 0.45);
  }

  .hover\:outline-rose-300\/5:hover {
    outline-color: rgb(253 164 175 / 0.05);
  }

  .hover\:outline-rose-300\/50:hover {
    outline-color: rgb(253 164 175 / 0.5);
  }

  .hover\:outline-rose-300\/55:hover {
    outline-color: rgb(253 164 175 / 0.55);
  }

  .hover\:outline-rose-300\/60:hover {
    outline-color: rgb(253 164 175 / 0.6);
  }

  .hover\:outline-rose-300\/65:hover {
    outline-color: rgb(253 164 175 / 0.65);
  }

  .hover\:outline-rose-300\/70:hover {
    outline-color: rgb(253 164 175 / 0.7);
  }

  .hover\:outline-rose-300\/75:hover {
    outline-color: rgb(253 164 175 / 0.75);
  }

  .hover\:outline-rose-300\/80:hover {
    outline-color: rgb(253 164 175 / 0.8);
  }

  .hover\:outline-rose-300\/85:hover {
    outline-color: rgb(253 164 175 / 0.85);
  }

  .hover\:outline-rose-300\/90:hover {
    outline-color: rgb(253 164 175 / 0.9);
  }

  .hover\:outline-rose-300\/95:hover {
    outline-color: rgb(253 164 175 / 0.95);
  }

  .hover\:outline-rose-400:hover {
    outline-color: #fb7185;
  }

  .hover\:outline-rose-400\/0:hover {
    outline-color: rgb(251 113 133 / 0);
  }

  .hover\:outline-rose-400\/10:hover {
    outline-color: rgb(251 113 133 / 0.1);
  }

  .hover\:outline-rose-400\/100:hover {
    outline-color: rgb(251 113 133 / 1);
  }

  .hover\:outline-rose-400\/15:hover {
    outline-color: rgb(251 113 133 / 0.15);
  }

  .hover\:outline-rose-400\/20:hover {
    outline-color: rgb(251 113 133 / 0.2);
  }

  .hover\:outline-rose-400\/25:hover {
    outline-color: rgb(251 113 133 / 0.25);
  }

  .hover\:outline-rose-400\/30:hover {
    outline-color: rgb(251 113 133 / 0.3);
  }

  .hover\:outline-rose-400\/35:hover {
    outline-color: rgb(251 113 133 / 0.35);
  }

  .hover\:outline-rose-400\/40:hover {
    outline-color: rgb(251 113 133 / 0.4);
  }

  .hover\:outline-rose-400\/45:hover {
    outline-color: rgb(251 113 133 / 0.45);
  }

  .hover\:outline-rose-400\/5:hover {
    outline-color: rgb(251 113 133 / 0.05);
  }

  .hover\:outline-rose-400\/50:hover {
    outline-color: rgb(251 113 133 / 0.5);
  }

  .hover\:outline-rose-400\/55:hover {
    outline-color: rgb(251 113 133 / 0.55);
  }

  .hover\:outline-rose-400\/60:hover {
    outline-color: rgb(251 113 133 / 0.6);
  }

  .hover\:outline-rose-400\/65:hover {
    outline-color: rgb(251 113 133 / 0.65);
  }

  .hover\:outline-rose-400\/70:hover {
    outline-color: rgb(251 113 133 / 0.7);
  }

  .hover\:outline-rose-400\/75:hover {
    outline-color: rgb(251 113 133 / 0.75);
  }

  .hover\:outline-rose-400\/80:hover {
    outline-color: rgb(251 113 133 / 0.8);
  }

  .hover\:outline-rose-400\/85:hover {
    outline-color: rgb(251 113 133 / 0.85);
  }

  .hover\:outline-rose-400\/90:hover {
    outline-color: rgb(251 113 133 / 0.9);
  }

  .hover\:outline-rose-400\/95:hover {
    outline-color: rgb(251 113 133 / 0.95);
  }

  .hover\:outline-rose-50:hover {
    outline-color: #fff1f2;
  }

  .hover\:outline-rose-50\/0:hover {
    outline-color: rgb(255 241 242 / 0);
  }

  .hover\:outline-rose-50\/10:hover {
    outline-color: rgb(255 241 242 / 0.1);
  }

  .hover\:outline-rose-50\/100:hover {
    outline-color: rgb(255 241 242 / 1);
  }

  .hover\:outline-rose-50\/15:hover {
    outline-color: rgb(255 241 242 / 0.15);
  }

  .hover\:outline-rose-50\/20:hover {
    outline-color: rgb(255 241 242 / 0.2);
  }

  .hover\:outline-rose-50\/25:hover {
    outline-color: rgb(255 241 242 / 0.25);
  }

  .hover\:outline-rose-50\/30:hover {
    outline-color: rgb(255 241 242 / 0.3);
  }

  .hover\:outline-rose-50\/35:hover {
    outline-color: rgb(255 241 242 / 0.35);
  }

  .hover\:outline-rose-50\/40:hover {
    outline-color: rgb(255 241 242 / 0.4);
  }

  .hover\:outline-rose-50\/45:hover {
    outline-color: rgb(255 241 242 / 0.45);
  }

  .hover\:outline-rose-50\/5:hover {
    outline-color: rgb(255 241 242 / 0.05);
  }

  .hover\:outline-rose-50\/50:hover {
    outline-color: rgb(255 241 242 / 0.5);
  }

  .hover\:outline-rose-50\/55:hover {
    outline-color: rgb(255 241 242 / 0.55);
  }

  .hover\:outline-rose-50\/60:hover {
    outline-color: rgb(255 241 242 / 0.6);
  }

  .hover\:outline-rose-50\/65:hover {
    outline-color: rgb(255 241 242 / 0.65);
  }

  .hover\:outline-rose-50\/70:hover {
    outline-color: rgb(255 241 242 / 0.7);
  }

  .hover\:outline-rose-50\/75:hover {
    outline-color: rgb(255 241 242 / 0.75);
  }

  .hover\:outline-rose-50\/80:hover {
    outline-color: rgb(255 241 242 / 0.8);
  }

  .hover\:outline-rose-50\/85:hover {
    outline-color: rgb(255 241 242 / 0.85);
  }

  .hover\:outline-rose-50\/90:hover {
    outline-color: rgb(255 241 242 / 0.9);
  }

  .hover\:outline-rose-50\/95:hover {
    outline-color: rgb(255 241 242 / 0.95);
  }

  .hover\:outline-rose-500:hover {
    outline-color: #f43f5e;
  }

  .hover\:outline-rose-500\/0:hover {
    outline-color: rgb(244 63 94 / 0);
  }

  .hover\:outline-rose-500\/10:hover {
    outline-color: rgb(244 63 94 / 0.1);
  }

  .hover\:outline-rose-500\/100:hover {
    outline-color: rgb(244 63 94 / 1);
  }

  .hover\:outline-rose-500\/15:hover {
    outline-color: rgb(244 63 94 / 0.15);
  }

  .hover\:outline-rose-500\/20:hover {
    outline-color: rgb(244 63 94 / 0.2);
  }

  .hover\:outline-rose-500\/25:hover {
    outline-color: rgb(244 63 94 / 0.25);
  }

  .hover\:outline-rose-500\/30:hover {
    outline-color: rgb(244 63 94 / 0.3);
  }

  .hover\:outline-rose-500\/35:hover {
    outline-color: rgb(244 63 94 / 0.35);
  }

  .hover\:outline-rose-500\/40:hover {
    outline-color: rgb(244 63 94 / 0.4);
  }

  .hover\:outline-rose-500\/45:hover {
    outline-color: rgb(244 63 94 / 0.45);
  }

  .hover\:outline-rose-500\/5:hover {
    outline-color: rgb(244 63 94 / 0.05);
  }

  .hover\:outline-rose-500\/50:hover {
    outline-color: rgb(244 63 94 / 0.5);
  }

  .hover\:outline-rose-500\/55:hover {
    outline-color: rgb(244 63 94 / 0.55);
  }

  .hover\:outline-rose-500\/60:hover {
    outline-color: rgb(244 63 94 / 0.6);
  }

  .hover\:outline-rose-500\/65:hover {
    outline-color: rgb(244 63 94 / 0.65);
  }

  .hover\:outline-rose-500\/70:hover {
    outline-color: rgb(244 63 94 / 0.7);
  }

  .hover\:outline-rose-500\/75:hover {
    outline-color: rgb(244 63 94 / 0.75);
  }

  .hover\:outline-rose-500\/80:hover {
    outline-color: rgb(244 63 94 / 0.8);
  }

  .hover\:outline-rose-500\/85:hover {
    outline-color: rgb(244 63 94 / 0.85);
  }

  .hover\:outline-rose-500\/90:hover {
    outline-color: rgb(244 63 94 / 0.9);
  }

  .hover\:outline-rose-500\/95:hover {
    outline-color: rgb(244 63 94 / 0.95);
  }

  .hover\:outline-rose-600:hover {
    outline-color: #e11d48;
  }

  .hover\:outline-rose-600\/0:hover {
    outline-color: rgb(225 29 72 / 0);
  }

  .hover\:outline-rose-600\/10:hover {
    outline-color: rgb(225 29 72 / 0.1);
  }

  .hover\:outline-rose-600\/100:hover {
    outline-color: rgb(225 29 72 / 1);
  }

  .hover\:outline-rose-600\/15:hover {
    outline-color: rgb(225 29 72 / 0.15);
  }

  .hover\:outline-rose-600\/20:hover {
    outline-color: rgb(225 29 72 / 0.2);
  }

  .hover\:outline-rose-600\/25:hover {
    outline-color: rgb(225 29 72 / 0.25);
  }

  .hover\:outline-rose-600\/30:hover {
    outline-color: rgb(225 29 72 / 0.3);
  }

  .hover\:outline-rose-600\/35:hover {
    outline-color: rgb(225 29 72 / 0.35);
  }

  .hover\:outline-rose-600\/40:hover {
    outline-color: rgb(225 29 72 / 0.4);
  }

  .hover\:outline-rose-600\/45:hover {
    outline-color: rgb(225 29 72 / 0.45);
  }

  .hover\:outline-rose-600\/5:hover {
    outline-color: rgb(225 29 72 / 0.05);
  }

  .hover\:outline-rose-600\/50:hover {
    outline-color: rgb(225 29 72 / 0.5);
  }

  .hover\:outline-rose-600\/55:hover {
    outline-color: rgb(225 29 72 / 0.55);
  }

  .hover\:outline-rose-600\/60:hover {
    outline-color: rgb(225 29 72 / 0.6);
  }

  .hover\:outline-rose-600\/65:hover {
    outline-color: rgb(225 29 72 / 0.65);
  }

  .hover\:outline-rose-600\/70:hover {
    outline-color: rgb(225 29 72 / 0.7);
  }

  .hover\:outline-rose-600\/75:hover {
    outline-color: rgb(225 29 72 / 0.75);
  }

  .hover\:outline-rose-600\/80:hover {
    outline-color: rgb(225 29 72 / 0.8);
  }

  .hover\:outline-rose-600\/85:hover {
    outline-color: rgb(225 29 72 / 0.85);
  }

  .hover\:outline-rose-600\/90:hover {
    outline-color: rgb(225 29 72 / 0.9);
  }

  .hover\:outline-rose-600\/95:hover {
    outline-color: rgb(225 29 72 / 0.95);
  }

  .hover\:outline-rose-700:hover {
    outline-color: #be123c;
  }

  .hover\:outline-rose-700\/0:hover {
    outline-color: rgb(190 18 60 / 0);
  }

  .hover\:outline-rose-700\/10:hover {
    outline-color: rgb(190 18 60 / 0.1);
  }

  .hover\:outline-rose-700\/100:hover {
    outline-color: rgb(190 18 60 / 1);
  }

  .hover\:outline-rose-700\/15:hover {
    outline-color: rgb(190 18 60 / 0.15);
  }

  .hover\:outline-rose-700\/20:hover {
    outline-color: rgb(190 18 60 / 0.2);
  }

  .hover\:outline-rose-700\/25:hover {
    outline-color: rgb(190 18 60 / 0.25);
  }

  .hover\:outline-rose-700\/30:hover {
    outline-color: rgb(190 18 60 / 0.3);
  }

  .hover\:outline-rose-700\/35:hover {
    outline-color: rgb(190 18 60 / 0.35);
  }

  .hover\:outline-rose-700\/40:hover {
    outline-color: rgb(190 18 60 / 0.4);
  }

  .hover\:outline-rose-700\/45:hover {
    outline-color: rgb(190 18 60 / 0.45);
  }

  .hover\:outline-rose-700\/5:hover {
    outline-color: rgb(190 18 60 / 0.05);
  }

  .hover\:outline-rose-700\/50:hover {
    outline-color: rgb(190 18 60 / 0.5);
  }

  .hover\:outline-rose-700\/55:hover {
    outline-color: rgb(190 18 60 / 0.55);
  }

  .hover\:outline-rose-700\/60:hover {
    outline-color: rgb(190 18 60 / 0.6);
  }

  .hover\:outline-rose-700\/65:hover {
    outline-color: rgb(190 18 60 / 0.65);
  }

  .hover\:outline-rose-700\/70:hover {
    outline-color: rgb(190 18 60 / 0.7);
  }

  .hover\:outline-rose-700\/75:hover {
    outline-color: rgb(190 18 60 / 0.75);
  }

  .hover\:outline-rose-700\/80:hover {
    outline-color: rgb(190 18 60 / 0.8);
  }

  .hover\:outline-rose-700\/85:hover {
    outline-color: rgb(190 18 60 / 0.85);
  }

  .hover\:outline-rose-700\/90:hover {
    outline-color: rgb(190 18 60 / 0.9);
  }

  .hover\:outline-rose-700\/95:hover {
    outline-color: rgb(190 18 60 / 0.95);
  }

  .hover\:outline-rose-800:hover {
    outline-color: #9f1239;
  }

  .hover\:outline-rose-800\/0:hover {
    outline-color: rgb(159 18 57 / 0);
  }

  .hover\:outline-rose-800\/10:hover {
    outline-color: rgb(159 18 57 / 0.1);
  }

  .hover\:outline-rose-800\/100:hover {
    outline-color: rgb(159 18 57 / 1);
  }

  .hover\:outline-rose-800\/15:hover {
    outline-color: rgb(159 18 57 / 0.15);
  }

  .hover\:outline-rose-800\/20:hover {
    outline-color: rgb(159 18 57 / 0.2);
  }

  .hover\:outline-rose-800\/25:hover {
    outline-color: rgb(159 18 57 / 0.25);
  }

  .hover\:outline-rose-800\/30:hover {
    outline-color: rgb(159 18 57 / 0.3);
  }

  .hover\:outline-rose-800\/35:hover {
    outline-color: rgb(159 18 57 / 0.35);
  }

  .hover\:outline-rose-800\/40:hover {
    outline-color: rgb(159 18 57 / 0.4);
  }

  .hover\:outline-rose-800\/45:hover {
    outline-color: rgb(159 18 57 / 0.45);
  }

  .hover\:outline-rose-800\/5:hover {
    outline-color: rgb(159 18 57 / 0.05);
  }

  .hover\:outline-rose-800\/50:hover {
    outline-color: rgb(159 18 57 / 0.5);
  }

  .hover\:outline-rose-800\/55:hover {
    outline-color: rgb(159 18 57 / 0.55);
  }

  .hover\:outline-rose-800\/60:hover {
    outline-color: rgb(159 18 57 / 0.6);
  }

  .hover\:outline-rose-800\/65:hover {
    outline-color: rgb(159 18 57 / 0.65);
  }

  .hover\:outline-rose-800\/70:hover {
    outline-color: rgb(159 18 57 / 0.7);
  }

  .hover\:outline-rose-800\/75:hover {
    outline-color: rgb(159 18 57 / 0.75);
  }

  .hover\:outline-rose-800\/80:hover {
    outline-color: rgb(159 18 57 / 0.8);
  }

  .hover\:outline-rose-800\/85:hover {
    outline-color: rgb(159 18 57 / 0.85);
  }

  .hover\:outline-rose-800\/90:hover {
    outline-color: rgb(159 18 57 / 0.9);
  }

  .hover\:outline-rose-800\/95:hover {
    outline-color: rgb(159 18 57 / 0.95);
  }

  .hover\:outline-rose-900:hover {
    outline-color: #881337;
  }

  .hover\:outline-rose-900\/0:hover {
    outline-color: rgb(136 19 55 / 0);
  }

  .hover\:outline-rose-900\/10:hover {
    outline-color: rgb(136 19 55 / 0.1);
  }

  .hover\:outline-rose-900\/100:hover {
    outline-color: rgb(136 19 55 / 1);
  }

  .hover\:outline-rose-900\/15:hover {
    outline-color: rgb(136 19 55 / 0.15);
  }

  .hover\:outline-rose-900\/20:hover {
    outline-color: rgb(136 19 55 / 0.2);
  }

  .hover\:outline-rose-900\/25:hover {
    outline-color: rgb(136 19 55 / 0.25);
  }

  .hover\:outline-rose-900\/30:hover {
    outline-color: rgb(136 19 55 / 0.3);
  }

  .hover\:outline-rose-900\/35:hover {
    outline-color: rgb(136 19 55 / 0.35);
  }

  .hover\:outline-rose-900\/40:hover {
    outline-color: rgb(136 19 55 / 0.4);
  }

  .hover\:outline-rose-900\/45:hover {
    outline-color: rgb(136 19 55 / 0.45);
  }

  .hover\:outline-rose-900\/5:hover {
    outline-color: rgb(136 19 55 / 0.05);
  }

  .hover\:outline-rose-900\/50:hover {
    outline-color: rgb(136 19 55 / 0.5);
  }

  .hover\:outline-rose-900\/55:hover {
    outline-color: rgb(136 19 55 / 0.55);
  }

  .hover\:outline-rose-900\/60:hover {
    outline-color: rgb(136 19 55 / 0.6);
  }

  .hover\:outline-rose-900\/65:hover {
    outline-color: rgb(136 19 55 / 0.65);
  }

  .hover\:outline-rose-900\/70:hover {
    outline-color: rgb(136 19 55 / 0.7);
  }

  .hover\:outline-rose-900\/75:hover {
    outline-color: rgb(136 19 55 / 0.75);
  }

  .hover\:outline-rose-900\/80:hover {
    outline-color: rgb(136 19 55 / 0.8);
  }

  .hover\:outline-rose-900\/85:hover {
    outline-color: rgb(136 19 55 / 0.85);
  }

  .hover\:outline-rose-900\/90:hover {
    outline-color: rgb(136 19 55 / 0.9);
  }

  .hover\:outline-rose-900\/95:hover {
    outline-color: rgb(136 19 55 / 0.95);
  }

  .hover\:outline-rose-950:hover {
    outline-color: #4c0519;
  }

  .hover\:outline-rose-950\/0:hover {
    outline-color: rgb(76 5 25 / 0);
  }

  .hover\:outline-rose-950\/10:hover {
    outline-color: rgb(76 5 25 / 0.1);
  }

  .hover\:outline-rose-950\/100:hover {
    outline-color: rgb(76 5 25 / 1);
  }

  .hover\:outline-rose-950\/15:hover {
    outline-color: rgb(76 5 25 / 0.15);
  }

  .hover\:outline-rose-950\/20:hover {
    outline-color: rgb(76 5 25 / 0.2);
  }

  .hover\:outline-rose-950\/25:hover {
    outline-color: rgb(76 5 25 / 0.25);
  }

  .hover\:outline-rose-950\/30:hover {
    outline-color: rgb(76 5 25 / 0.3);
  }

  .hover\:outline-rose-950\/35:hover {
    outline-color: rgb(76 5 25 / 0.35);
  }

  .hover\:outline-rose-950\/40:hover {
    outline-color: rgb(76 5 25 / 0.4);
  }

  .hover\:outline-rose-950\/45:hover {
    outline-color: rgb(76 5 25 / 0.45);
  }

  .hover\:outline-rose-950\/5:hover {
    outline-color: rgb(76 5 25 / 0.05);
  }

  .hover\:outline-rose-950\/50:hover {
    outline-color: rgb(76 5 25 / 0.5);
  }

  .hover\:outline-rose-950\/55:hover {
    outline-color: rgb(76 5 25 / 0.55);
  }

  .hover\:outline-rose-950\/60:hover {
    outline-color: rgb(76 5 25 / 0.6);
  }

  .hover\:outline-rose-950\/65:hover {
    outline-color: rgb(76 5 25 / 0.65);
  }

  .hover\:outline-rose-950\/70:hover {
    outline-color: rgb(76 5 25 / 0.7);
  }

  .hover\:outline-rose-950\/75:hover {
    outline-color: rgb(76 5 25 / 0.75);
  }

  .hover\:outline-rose-950\/80:hover {
    outline-color: rgb(76 5 25 / 0.8);
  }

  .hover\:outline-rose-950\/85:hover {
    outline-color: rgb(76 5 25 / 0.85);
  }

  .hover\:outline-rose-950\/90:hover {
    outline-color: rgb(76 5 25 / 0.9);
  }

  .hover\:outline-rose-950\/95:hover {
    outline-color: rgb(76 5 25 / 0.95);
  }

  .hover\:outline-sky-100:hover {
    outline-color: #e0f2fe;
  }

  .hover\:outline-sky-100\/0:hover {
    outline-color: rgb(224 242 254 / 0);
  }

  .hover\:outline-sky-100\/10:hover {
    outline-color: rgb(224 242 254 / 0.1);
  }

  .hover\:outline-sky-100\/100:hover {
    outline-color: rgb(224 242 254 / 1);
  }

  .hover\:outline-sky-100\/15:hover {
    outline-color: rgb(224 242 254 / 0.15);
  }

  .hover\:outline-sky-100\/20:hover {
    outline-color: rgb(224 242 254 / 0.2);
  }

  .hover\:outline-sky-100\/25:hover {
    outline-color: rgb(224 242 254 / 0.25);
  }

  .hover\:outline-sky-100\/30:hover {
    outline-color: rgb(224 242 254 / 0.3);
  }

  .hover\:outline-sky-100\/35:hover {
    outline-color: rgb(224 242 254 / 0.35);
  }

  .hover\:outline-sky-100\/40:hover {
    outline-color: rgb(224 242 254 / 0.4);
  }

  .hover\:outline-sky-100\/45:hover {
    outline-color: rgb(224 242 254 / 0.45);
  }

  .hover\:outline-sky-100\/5:hover {
    outline-color: rgb(224 242 254 / 0.05);
  }

  .hover\:outline-sky-100\/50:hover {
    outline-color: rgb(224 242 254 / 0.5);
  }

  .hover\:outline-sky-100\/55:hover {
    outline-color: rgb(224 242 254 / 0.55);
  }

  .hover\:outline-sky-100\/60:hover {
    outline-color: rgb(224 242 254 / 0.6);
  }

  .hover\:outline-sky-100\/65:hover {
    outline-color: rgb(224 242 254 / 0.65);
  }

  .hover\:outline-sky-100\/70:hover {
    outline-color: rgb(224 242 254 / 0.7);
  }

  .hover\:outline-sky-100\/75:hover {
    outline-color: rgb(224 242 254 / 0.75);
  }

  .hover\:outline-sky-100\/80:hover {
    outline-color: rgb(224 242 254 / 0.8);
  }

  .hover\:outline-sky-100\/85:hover {
    outline-color: rgb(224 242 254 / 0.85);
  }

  .hover\:outline-sky-100\/90:hover {
    outline-color: rgb(224 242 254 / 0.9);
  }

  .hover\:outline-sky-100\/95:hover {
    outline-color: rgb(224 242 254 / 0.95);
  }

  .hover\:outline-sky-200:hover {
    outline-color: #bae6fd;
  }

  .hover\:outline-sky-200\/0:hover {
    outline-color: rgb(186 230 253 / 0);
  }

  .hover\:outline-sky-200\/10:hover {
    outline-color: rgb(186 230 253 / 0.1);
  }

  .hover\:outline-sky-200\/100:hover {
    outline-color: rgb(186 230 253 / 1);
  }

  .hover\:outline-sky-200\/15:hover {
    outline-color: rgb(186 230 253 / 0.15);
  }

  .hover\:outline-sky-200\/20:hover {
    outline-color: rgb(186 230 253 / 0.2);
  }

  .hover\:outline-sky-200\/25:hover {
    outline-color: rgb(186 230 253 / 0.25);
  }

  .hover\:outline-sky-200\/30:hover {
    outline-color: rgb(186 230 253 / 0.3);
  }

  .hover\:outline-sky-200\/35:hover {
    outline-color: rgb(186 230 253 / 0.35);
  }

  .hover\:outline-sky-200\/40:hover {
    outline-color: rgb(186 230 253 / 0.4);
  }

  .hover\:outline-sky-200\/45:hover {
    outline-color: rgb(186 230 253 / 0.45);
  }

  .hover\:outline-sky-200\/5:hover {
    outline-color: rgb(186 230 253 / 0.05);
  }

  .hover\:outline-sky-200\/50:hover {
    outline-color: rgb(186 230 253 / 0.5);
  }

  .hover\:outline-sky-200\/55:hover {
    outline-color: rgb(186 230 253 / 0.55);
  }

  .hover\:outline-sky-200\/60:hover {
    outline-color: rgb(186 230 253 / 0.6);
  }

  .hover\:outline-sky-200\/65:hover {
    outline-color: rgb(186 230 253 / 0.65);
  }

  .hover\:outline-sky-200\/70:hover {
    outline-color: rgb(186 230 253 / 0.7);
  }

  .hover\:outline-sky-200\/75:hover {
    outline-color: rgb(186 230 253 / 0.75);
  }

  .hover\:outline-sky-200\/80:hover {
    outline-color: rgb(186 230 253 / 0.8);
  }

  .hover\:outline-sky-200\/85:hover {
    outline-color: rgb(186 230 253 / 0.85);
  }

  .hover\:outline-sky-200\/90:hover {
    outline-color: rgb(186 230 253 / 0.9);
  }

  .hover\:outline-sky-200\/95:hover {
    outline-color: rgb(186 230 253 / 0.95);
  }

  .hover\:outline-sky-300:hover {
    outline-color: #7dd3fc;
  }

  .hover\:outline-sky-300\/0:hover {
    outline-color: rgb(125 211 252 / 0);
  }

  .hover\:outline-sky-300\/10:hover {
    outline-color: rgb(125 211 252 / 0.1);
  }

  .hover\:outline-sky-300\/100:hover {
    outline-color: rgb(125 211 252 / 1);
  }

  .hover\:outline-sky-300\/15:hover {
    outline-color: rgb(125 211 252 / 0.15);
  }

  .hover\:outline-sky-300\/20:hover {
    outline-color: rgb(125 211 252 / 0.2);
  }

  .hover\:outline-sky-300\/25:hover {
    outline-color: rgb(125 211 252 / 0.25);
  }

  .hover\:outline-sky-300\/30:hover {
    outline-color: rgb(125 211 252 / 0.3);
  }

  .hover\:outline-sky-300\/35:hover {
    outline-color: rgb(125 211 252 / 0.35);
  }

  .hover\:outline-sky-300\/40:hover {
    outline-color: rgb(125 211 252 / 0.4);
  }

  .hover\:outline-sky-300\/45:hover {
    outline-color: rgb(125 211 252 / 0.45);
  }

  .hover\:outline-sky-300\/5:hover {
    outline-color: rgb(125 211 252 / 0.05);
  }

  .hover\:outline-sky-300\/50:hover {
    outline-color: rgb(125 211 252 / 0.5);
  }

  .hover\:outline-sky-300\/55:hover {
    outline-color: rgb(125 211 252 / 0.55);
  }

  .hover\:outline-sky-300\/60:hover {
    outline-color: rgb(125 211 252 / 0.6);
  }

  .hover\:outline-sky-300\/65:hover {
    outline-color: rgb(125 211 252 / 0.65);
  }

  .hover\:outline-sky-300\/70:hover {
    outline-color: rgb(125 211 252 / 0.7);
  }

  .hover\:outline-sky-300\/75:hover {
    outline-color: rgb(125 211 252 / 0.75);
  }

  .hover\:outline-sky-300\/80:hover {
    outline-color: rgb(125 211 252 / 0.8);
  }

  .hover\:outline-sky-300\/85:hover {
    outline-color: rgb(125 211 252 / 0.85);
  }

  .hover\:outline-sky-300\/90:hover {
    outline-color: rgb(125 211 252 / 0.9);
  }

  .hover\:outline-sky-300\/95:hover {
    outline-color: rgb(125 211 252 / 0.95);
  }

  .hover\:outline-sky-400:hover {
    outline-color: #38bdf8;
  }

  .hover\:outline-sky-400\/0:hover {
    outline-color: rgb(56 189 248 / 0);
  }

  .hover\:outline-sky-400\/10:hover {
    outline-color: rgb(56 189 248 / 0.1);
  }

  .hover\:outline-sky-400\/100:hover {
    outline-color: rgb(56 189 248 / 1);
  }

  .hover\:outline-sky-400\/15:hover {
    outline-color: rgb(56 189 248 / 0.15);
  }

  .hover\:outline-sky-400\/20:hover {
    outline-color: rgb(56 189 248 / 0.2);
  }

  .hover\:outline-sky-400\/25:hover {
    outline-color: rgb(56 189 248 / 0.25);
  }

  .hover\:outline-sky-400\/30:hover {
    outline-color: rgb(56 189 248 / 0.3);
  }

  .hover\:outline-sky-400\/35:hover {
    outline-color: rgb(56 189 248 / 0.35);
  }

  .hover\:outline-sky-400\/40:hover {
    outline-color: rgb(56 189 248 / 0.4);
  }

  .hover\:outline-sky-400\/45:hover {
    outline-color: rgb(56 189 248 / 0.45);
  }

  .hover\:outline-sky-400\/5:hover {
    outline-color: rgb(56 189 248 / 0.05);
  }

  .hover\:outline-sky-400\/50:hover {
    outline-color: rgb(56 189 248 / 0.5);
  }

  .hover\:outline-sky-400\/55:hover {
    outline-color: rgb(56 189 248 / 0.55);
  }

  .hover\:outline-sky-400\/60:hover {
    outline-color: rgb(56 189 248 / 0.6);
  }

  .hover\:outline-sky-400\/65:hover {
    outline-color: rgb(56 189 248 / 0.65);
  }

  .hover\:outline-sky-400\/70:hover {
    outline-color: rgb(56 189 248 / 0.7);
  }

  .hover\:outline-sky-400\/75:hover {
    outline-color: rgb(56 189 248 / 0.75);
  }

  .hover\:outline-sky-400\/80:hover {
    outline-color: rgb(56 189 248 / 0.8);
  }

  .hover\:outline-sky-400\/85:hover {
    outline-color: rgb(56 189 248 / 0.85);
  }

  .hover\:outline-sky-400\/90:hover {
    outline-color: rgb(56 189 248 / 0.9);
  }

  .hover\:outline-sky-400\/95:hover {
    outline-color: rgb(56 189 248 / 0.95);
  }

  .hover\:outline-sky-50:hover {
    outline-color: #f0f9ff;
  }

  .hover\:outline-sky-50\/0:hover {
    outline-color: rgb(240 249 255 / 0);
  }

  .hover\:outline-sky-50\/10:hover {
    outline-color: rgb(240 249 255 / 0.1);
  }

  .hover\:outline-sky-50\/100:hover {
    outline-color: rgb(240 249 255 / 1);
  }

  .hover\:outline-sky-50\/15:hover {
    outline-color: rgb(240 249 255 / 0.15);
  }

  .hover\:outline-sky-50\/20:hover {
    outline-color: rgb(240 249 255 / 0.2);
  }

  .hover\:outline-sky-50\/25:hover {
    outline-color: rgb(240 249 255 / 0.25);
  }

  .hover\:outline-sky-50\/30:hover {
    outline-color: rgb(240 249 255 / 0.3);
  }

  .hover\:outline-sky-50\/35:hover {
    outline-color: rgb(240 249 255 / 0.35);
  }

  .hover\:outline-sky-50\/40:hover {
    outline-color: rgb(240 249 255 / 0.4);
  }

  .hover\:outline-sky-50\/45:hover {
    outline-color: rgb(240 249 255 / 0.45);
  }

  .hover\:outline-sky-50\/5:hover {
    outline-color: rgb(240 249 255 / 0.05);
  }

  .hover\:outline-sky-50\/50:hover {
    outline-color: rgb(240 249 255 / 0.5);
  }

  .hover\:outline-sky-50\/55:hover {
    outline-color: rgb(240 249 255 / 0.55);
  }

  .hover\:outline-sky-50\/60:hover {
    outline-color: rgb(240 249 255 / 0.6);
  }

  .hover\:outline-sky-50\/65:hover {
    outline-color: rgb(240 249 255 / 0.65);
  }

  .hover\:outline-sky-50\/70:hover {
    outline-color: rgb(240 249 255 / 0.7);
  }

  .hover\:outline-sky-50\/75:hover {
    outline-color: rgb(240 249 255 / 0.75);
  }

  .hover\:outline-sky-50\/80:hover {
    outline-color: rgb(240 249 255 / 0.8);
  }

  .hover\:outline-sky-50\/85:hover {
    outline-color: rgb(240 249 255 / 0.85);
  }

  .hover\:outline-sky-50\/90:hover {
    outline-color: rgb(240 249 255 / 0.9);
  }

  .hover\:outline-sky-50\/95:hover {
    outline-color: rgb(240 249 255 / 0.95);
  }

  .hover\:outline-sky-500:hover {
    outline-color: #0ea5e9;
  }

  .hover\:outline-sky-500\/0:hover {
    outline-color: rgb(14 165 233 / 0);
  }

  .hover\:outline-sky-500\/10:hover {
    outline-color: rgb(14 165 233 / 0.1);
  }

  .hover\:outline-sky-500\/100:hover {
    outline-color: rgb(14 165 233 / 1);
  }

  .hover\:outline-sky-500\/15:hover {
    outline-color: rgb(14 165 233 / 0.15);
  }

  .hover\:outline-sky-500\/20:hover {
    outline-color: rgb(14 165 233 / 0.2);
  }

  .hover\:outline-sky-500\/25:hover {
    outline-color: rgb(14 165 233 / 0.25);
  }

  .hover\:outline-sky-500\/30:hover {
    outline-color: rgb(14 165 233 / 0.3);
  }

  .hover\:outline-sky-500\/35:hover {
    outline-color: rgb(14 165 233 / 0.35);
  }

  .hover\:outline-sky-500\/40:hover {
    outline-color: rgb(14 165 233 / 0.4);
  }

  .hover\:outline-sky-500\/45:hover {
    outline-color: rgb(14 165 233 / 0.45);
  }

  .hover\:outline-sky-500\/5:hover {
    outline-color: rgb(14 165 233 / 0.05);
  }

  .hover\:outline-sky-500\/50:hover {
    outline-color: rgb(14 165 233 / 0.5);
  }

  .hover\:outline-sky-500\/55:hover {
    outline-color: rgb(14 165 233 / 0.55);
  }

  .hover\:outline-sky-500\/60:hover {
    outline-color: rgb(14 165 233 / 0.6);
  }

  .hover\:outline-sky-500\/65:hover {
    outline-color: rgb(14 165 233 / 0.65);
  }

  .hover\:outline-sky-500\/70:hover {
    outline-color: rgb(14 165 233 / 0.7);
  }

  .hover\:outline-sky-500\/75:hover {
    outline-color: rgb(14 165 233 / 0.75);
  }

  .hover\:outline-sky-500\/80:hover {
    outline-color: rgb(14 165 233 / 0.8);
  }

  .hover\:outline-sky-500\/85:hover {
    outline-color: rgb(14 165 233 / 0.85);
  }

  .hover\:outline-sky-500\/90:hover {
    outline-color: rgb(14 165 233 / 0.9);
  }

  .hover\:outline-sky-500\/95:hover {
    outline-color: rgb(14 165 233 / 0.95);
  }

  .hover\:outline-sky-600:hover {
    outline-color: #0284c7;
  }

  .hover\:outline-sky-600\/0:hover {
    outline-color: rgb(2 132 199 / 0);
  }

  .hover\:outline-sky-600\/10:hover {
    outline-color: rgb(2 132 199 / 0.1);
  }

  .hover\:outline-sky-600\/100:hover {
    outline-color: rgb(2 132 199 / 1);
  }

  .hover\:outline-sky-600\/15:hover {
    outline-color: rgb(2 132 199 / 0.15);
  }

  .hover\:outline-sky-600\/20:hover {
    outline-color: rgb(2 132 199 / 0.2);
  }

  .hover\:outline-sky-600\/25:hover {
    outline-color: rgb(2 132 199 / 0.25);
  }

  .hover\:outline-sky-600\/30:hover {
    outline-color: rgb(2 132 199 / 0.3);
  }

  .hover\:outline-sky-600\/35:hover {
    outline-color: rgb(2 132 199 / 0.35);
  }

  .hover\:outline-sky-600\/40:hover {
    outline-color: rgb(2 132 199 / 0.4);
  }

  .hover\:outline-sky-600\/45:hover {
    outline-color: rgb(2 132 199 / 0.45);
  }

  .hover\:outline-sky-600\/5:hover {
    outline-color: rgb(2 132 199 / 0.05);
  }

  .hover\:outline-sky-600\/50:hover {
    outline-color: rgb(2 132 199 / 0.5);
  }

  .hover\:outline-sky-600\/55:hover {
    outline-color: rgb(2 132 199 / 0.55);
  }

  .hover\:outline-sky-600\/60:hover {
    outline-color: rgb(2 132 199 / 0.6);
  }

  .hover\:outline-sky-600\/65:hover {
    outline-color: rgb(2 132 199 / 0.65);
  }

  .hover\:outline-sky-600\/70:hover {
    outline-color: rgb(2 132 199 / 0.7);
  }

  .hover\:outline-sky-600\/75:hover {
    outline-color: rgb(2 132 199 / 0.75);
  }

  .hover\:outline-sky-600\/80:hover {
    outline-color: rgb(2 132 199 / 0.8);
  }

  .hover\:outline-sky-600\/85:hover {
    outline-color: rgb(2 132 199 / 0.85);
  }

  .hover\:outline-sky-600\/90:hover {
    outline-color: rgb(2 132 199 / 0.9);
  }

  .hover\:outline-sky-600\/95:hover {
    outline-color: rgb(2 132 199 / 0.95);
  }

  .hover\:outline-sky-700:hover {
    outline-color: #0369a1;
  }

  .hover\:outline-sky-700\/0:hover {
    outline-color: rgb(3 105 161 / 0);
  }

  .hover\:outline-sky-700\/10:hover {
    outline-color: rgb(3 105 161 / 0.1);
  }

  .hover\:outline-sky-700\/100:hover {
    outline-color: rgb(3 105 161 / 1);
  }

  .hover\:outline-sky-700\/15:hover {
    outline-color: rgb(3 105 161 / 0.15);
  }

  .hover\:outline-sky-700\/20:hover {
    outline-color: rgb(3 105 161 / 0.2);
  }

  .hover\:outline-sky-700\/25:hover {
    outline-color: rgb(3 105 161 / 0.25);
  }

  .hover\:outline-sky-700\/30:hover {
    outline-color: rgb(3 105 161 / 0.3);
  }

  .hover\:outline-sky-700\/35:hover {
    outline-color: rgb(3 105 161 / 0.35);
  }

  .hover\:outline-sky-700\/40:hover {
    outline-color: rgb(3 105 161 / 0.4);
  }

  .hover\:outline-sky-700\/45:hover {
    outline-color: rgb(3 105 161 / 0.45);
  }

  .hover\:outline-sky-700\/5:hover {
    outline-color: rgb(3 105 161 / 0.05);
  }

  .hover\:outline-sky-700\/50:hover {
    outline-color: rgb(3 105 161 / 0.5);
  }

  .hover\:outline-sky-700\/55:hover {
    outline-color: rgb(3 105 161 / 0.55);
  }

  .hover\:outline-sky-700\/60:hover {
    outline-color: rgb(3 105 161 / 0.6);
  }

  .hover\:outline-sky-700\/65:hover {
    outline-color: rgb(3 105 161 / 0.65);
  }

  .hover\:outline-sky-700\/70:hover {
    outline-color: rgb(3 105 161 / 0.7);
  }

  .hover\:outline-sky-700\/75:hover {
    outline-color: rgb(3 105 161 / 0.75);
  }

  .hover\:outline-sky-700\/80:hover {
    outline-color: rgb(3 105 161 / 0.8);
  }

  .hover\:outline-sky-700\/85:hover {
    outline-color: rgb(3 105 161 / 0.85);
  }

  .hover\:outline-sky-700\/90:hover {
    outline-color: rgb(3 105 161 / 0.9);
  }

  .hover\:outline-sky-700\/95:hover {
    outline-color: rgb(3 105 161 / 0.95);
  }

  .hover\:outline-sky-800:hover {
    outline-color: #075985;
  }

  .hover\:outline-sky-800\/0:hover {
    outline-color: rgb(7 89 133 / 0);
  }

  .hover\:outline-sky-800\/10:hover {
    outline-color: rgb(7 89 133 / 0.1);
  }

  .hover\:outline-sky-800\/100:hover {
    outline-color: rgb(7 89 133 / 1);
  }

  .hover\:outline-sky-800\/15:hover {
    outline-color: rgb(7 89 133 / 0.15);
  }

  .hover\:outline-sky-800\/20:hover {
    outline-color: rgb(7 89 133 / 0.2);
  }

  .hover\:outline-sky-800\/25:hover {
    outline-color: rgb(7 89 133 / 0.25);
  }

  .hover\:outline-sky-800\/30:hover {
    outline-color: rgb(7 89 133 / 0.3);
  }

  .hover\:outline-sky-800\/35:hover {
    outline-color: rgb(7 89 133 / 0.35);
  }

  .hover\:outline-sky-800\/40:hover {
    outline-color: rgb(7 89 133 / 0.4);
  }

  .hover\:outline-sky-800\/45:hover {
    outline-color: rgb(7 89 133 / 0.45);
  }

  .hover\:outline-sky-800\/5:hover {
    outline-color: rgb(7 89 133 / 0.05);
  }

  .hover\:outline-sky-800\/50:hover {
    outline-color: rgb(7 89 133 / 0.5);
  }

  .hover\:outline-sky-800\/55:hover {
    outline-color: rgb(7 89 133 / 0.55);
  }

  .hover\:outline-sky-800\/60:hover {
    outline-color: rgb(7 89 133 / 0.6);
  }

  .hover\:outline-sky-800\/65:hover {
    outline-color: rgb(7 89 133 / 0.65);
  }

  .hover\:outline-sky-800\/70:hover {
    outline-color: rgb(7 89 133 / 0.7);
  }

  .hover\:outline-sky-800\/75:hover {
    outline-color: rgb(7 89 133 / 0.75);
  }

  .hover\:outline-sky-800\/80:hover {
    outline-color: rgb(7 89 133 / 0.8);
  }

  .hover\:outline-sky-800\/85:hover {
    outline-color: rgb(7 89 133 / 0.85);
  }

  .hover\:outline-sky-800\/90:hover {
    outline-color: rgb(7 89 133 / 0.9);
  }

  .hover\:outline-sky-800\/95:hover {
    outline-color: rgb(7 89 133 / 0.95);
  }

  .hover\:outline-sky-900:hover {
    outline-color: #0c4a6e;
  }

  .hover\:outline-sky-900\/0:hover {
    outline-color: rgb(12 74 110 / 0);
  }

  .hover\:outline-sky-900\/10:hover {
    outline-color: rgb(12 74 110 / 0.1);
  }

  .hover\:outline-sky-900\/100:hover {
    outline-color: rgb(12 74 110 / 1);
  }

  .hover\:outline-sky-900\/15:hover {
    outline-color: rgb(12 74 110 / 0.15);
  }

  .hover\:outline-sky-900\/20:hover {
    outline-color: rgb(12 74 110 / 0.2);
  }

  .hover\:outline-sky-900\/25:hover {
    outline-color: rgb(12 74 110 / 0.25);
  }

  .hover\:outline-sky-900\/30:hover {
    outline-color: rgb(12 74 110 / 0.3);
  }

  .hover\:outline-sky-900\/35:hover {
    outline-color: rgb(12 74 110 / 0.35);
  }

  .hover\:outline-sky-900\/40:hover {
    outline-color: rgb(12 74 110 / 0.4);
  }

  .hover\:outline-sky-900\/45:hover {
    outline-color: rgb(12 74 110 / 0.45);
  }

  .hover\:outline-sky-900\/5:hover {
    outline-color: rgb(12 74 110 / 0.05);
  }

  .hover\:outline-sky-900\/50:hover {
    outline-color: rgb(12 74 110 / 0.5);
  }

  .hover\:outline-sky-900\/55:hover {
    outline-color: rgb(12 74 110 / 0.55);
  }

  .hover\:outline-sky-900\/60:hover {
    outline-color: rgb(12 74 110 / 0.6);
  }

  .hover\:outline-sky-900\/65:hover {
    outline-color: rgb(12 74 110 / 0.65);
  }

  .hover\:outline-sky-900\/70:hover {
    outline-color: rgb(12 74 110 / 0.7);
  }

  .hover\:outline-sky-900\/75:hover {
    outline-color: rgb(12 74 110 / 0.75);
  }

  .hover\:outline-sky-900\/80:hover {
    outline-color: rgb(12 74 110 / 0.8);
  }

  .hover\:outline-sky-900\/85:hover {
    outline-color: rgb(12 74 110 / 0.85);
  }

  .hover\:outline-sky-900\/90:hover {
    outline-color: rgb(12 74 110 / 0.9);
  }

  .hover\:outline-sky-900\/95:hover {
    outline-color: rgb(12 74 110 / 0.95);
  }

  .hover\:outline-sky-950:hover {
    outline-color: #082f49;
  }

  .hover\:outline-sky-950\/0:hover {
    outline-color: rgb(8 47 73 / 0);
  }

  .hover\:outline-sky-950\/10:hover {
    outline-color: rgb(8 47 73 / 0.1);
  }

  .hover\:outline-sky-950\/100:hover {
    outline-color: rgb(8 47 73 / 1);
  }

  .hover\:outline-sky-950\/15:hover {
    outline-color: rgb(8 47 73 / 0.15);
  }

  .hover\:outline-sky-950\/20:hover {
    outline-color: rgb(8 47 73 / 0.2);
  }

  .hover\:outline-sky-950\/25:hover {
    outline-color: rgb(8 47 73 / 0.25);
  }

  .hover\:outline-sky-950\/30:hover {
    outline-color: rgb(8 47 73 / 0.3);
  }

  .hover\:outline-sky-950\/35:hover {
    outline-color: rgb(8 47 73 / 0.35);
  }

  .hover\:outline-sky-950\/40:hover {
    outline-color: rgb(8 47 73 / 0.4);
  }

  .hover\:outline-sky-950\/45:hover {
    outline-color: rgb(8 47 73 / 0.45);
  }

  .hover\:outline-sky-950\/5:hover {
    outline-color: rgb(8 47 73 / 0.05);
  }

  .hover\:outline-sky-950\/50:hover {
    outline-color: rgb(8 47 73 / 0.5);
  }

  .hover\:outline-sky-950\/55:hover {
    outline-color: rgb(8 47 73 / 0.55);
  }

  .hover\:outline-sky-950\/60:hover {
    outline-color: rgb(8 47 73 / 0.6);
  }

  .hover\:outline-sky-950\/65:hover {
    outline-color: rgb(8 47 73 / 0.65);
  }

  .hover\:outline-sky-950\/70:hover {
    outline-color: rgb(8 47 73 / 0.7);
  }

  .hover\:outline-sky-950\/75:hover {
    outline-color: rgb(8 47 73 / 0.75);
  }

  .hover\:outline-sky-950\/80:hover {
    outline-color: rgb(8 47 73 / 0.8);
  }

  .hover\:outline-sky-950\/85:hover {
    outline-color: rgb(8 47 73 / 0.85);
  }

  .hover\:outline-sky-950\/90:hover {
    outline-color: rgb(8 47 73 / 0.9);
  }

  .hover\:outline-sky-950\/95:hover {
    outline-color: rgb(8 47 73 / 0.95);
  }

  .hover\:outline-slate-100:hover {
    outline-color: #f1f5f9;
  }

  .hover\:outline-slate-100\/0:hover {
    outline-color: rgb(241 245 249 / 0);
  }

  .hover\:outline-slate-100\/10:hover {
    outline-color: rgb(241 245 249 / 0.1);
  }

  .hover\:outline-slate-100\/100:hover {
    outline-color: rgb(241 245 249 / 1);
  }

  .hover\:outline-slate-100\/15:hover {
    outline-color: rgb(241 245 249 / 0.15);
  }

  .hover\:outline-slate-100\/20:hover {
    outline-color: rgb(241 245 249 / 0.2);
  }

  .hover\:outline-slate-100\/25:hover {
    outline-color: rgb(241 245 249 / 0.25);
  }

  .hover\:outline-slate-100\/30:hover {
    outline-color: rgb(241 245 249 / 0.3);
  }

  .hover\:outline-slate-100\/35:hover {
    outline-color: rgb(241 245 249 / 0.35);
  }

  .hover\:outline-slate-100\/40:hover {
    outline-color: rgb(241 245 249 / 0.4);
  }

  .hover\:outline-slate-100\/45:hover {
    outline-color: rgb(241 245 249 / 0.45);
  }

  .hover\:outline-slate-100\/5:hover {
    outline-color: rgb(241 245 249 / 0.05);
  }

  .hover\:outline-slate-100\/50:hover {
    outline-color: rgb(241 245 249 / 0.5);
  }

  .hover\:outline-slate-100\/55:hover {
    outline-color: rgb(241 245 249 / 0.55);
  }

  .hover\:outline-slate-100\/60:hover {
    outline-color: rgb(241 245 249 / 0.6);
  }

  .hover\:outline-slate-100\/65:hover {
    outline-color: rgb(241 245 249 / 0.65);
  }

  .hover\:outline-slate-100\/70:hover {
    outline-color: rgb(241 245 249 / 0.7);
  }

  .hover\:outline-slate-100\/75:hover {
    outline-color: rgb(241 245 249 / 0.75);
  }

  .hover\:outline-slate-100\/80:hover {
    outline-color: rgb(241 245 249 / 0.8);
  }

  .hover\:outline-slate-100\/85:hover {
    outline-color: rgb(241 245 249 / 0.85);
  }

  .hover\:outline-slate-100\/90:hover {
    outline-color: rgb(241 245 249 / 0.9);
  }

  .hover\:outline-slate-100\/95:hover {
    outline-color: rgb(241 245 249 / 0.95);
  }

  .hover\:outline-slate-200:hover {
    outline-color: #e2e8f0;
  }

  .hover\:outline-slate-200\/0:hover {
    outline-color: rgb(226 232 240 / 0);
  }

  .hover\:outline-slate-200\/10:hover {
    outline-color: rgb(226 232 240 / 0.1);
  }

  .hover\:outline-slate-200\/100:hover {
    outline-color: rgb(226 232 240 / 1);
  }

  .hover\:outline-slate-200\/15:hover {
    outline-color: rgb(226 232 240 / 0.15);
  }

  .hover\:outline-slate-200\/20:hover {
    outline-color: rgb(226 232 240 / 0.2);
  }

  .hover\:outline-slate-200\/25:hover {
    outline-color: rgb(226 232 240 / 0.25);
  }

  .hover\:outline-slate-200\/30:hover {
    outline-color: rgb(226 232 240 / 0.3);
  }

  .hover\:outline-slate-200\/35:hover {
    outline-color: rgb(226 232 240 / 0.35);
  }

  .hover\:outline-slate-200\/40:hover {
    outline-color: rgb(226 232 240 / 0.4);
  }

  .hover\:outline-slate-200\/45:hover {
    outline-color: rgb(226 232 240 / 0.45);
  }

  .hover\:outline-slate-200\/5:hover {
    outline-color: rgb(226 232 240 / 0.05);
  }

  .hover\:outline-slate-200\/50:hover {
    outline-color: rgb(226 232 240 / 0.5);
  }

  .hover\:outline-slate-200\/55:hover {
    outline-color: rgb(226 232 240 / 0.55);
  }

  .hover\:outline-slate-200\/60:hover {
    outline-color: rgb(226 232 240 / 0.6);
  }

  .hover\:outline-slate-200\/65:hover {
    outline-color: rgb(226 232 240 / 0.65);
  }

  .hover\:outline-slate-200\/70:hover {
    outline-color: rgb(226 232 240 / 0.7);
  }

  .hover\:outline-slate-200\/75:hover {
    outline-color: rgb(226 232 240 / 0.75);
  }

  .hover\:outline-slate-200\/80:hover {
    outline-color: rgb(226 232 240 / 0.8);
  }

  .hover\:outline-slate-200\/85:hover {
    outline-color: rgb(226 232 240 / 0.85);
  }

  .hover\:outline-slate-200\/90:hover {
    outline-color: rgb(226 232 240 / 0.9);
  }

  .hover\:outline-slate-200\/95:hover {
    outline-color: rgb(226 232 240 / 0.95);
  }

  .hover\:outline-slate-300:hover {
    outline-color: #cbd5e1;
  }

  .hover\:outline-slate-300\/0:hover {
    outline-color: rgb(203 213 225 / 0);
  }

  .hover\:outline-slate-300\/10:hover {
    outline-color: rgb(203 213 225 / 0.1);
  }

  .hover\:outline-slate-300\/100:hover {
    outline-color: rgb(203 213 225 / 1);
  }

  .hover\:outline-slate-300\/15:hover {
    outline-color: rgb(203 213 225 / 0.15);
  }

  .hover\:outline-slate-300\/20:hover {
    outline-color: rgb(203 213 225 / 0.2);
  }

  .hover\:outline-slate-300\/25:hover {
    outline-color: rgb(203 213 225 / 0.25);
  }

  .hover\:outline-slate-300\/30:hover {
    outline-color: rgb(203 213 225 / 0.3);
  }

  .hover\:outline-slate-300\/35:hover {
    outline-color: rgb(203 213 225 / 0.35);
  }

  .hover\:outline-slate-300\/40:hover {
    outline-color: rgb(203 213 225 / 0.4);
  }

  .hover\:outline-slate-300\/45:hover {
    outline-color: rgb(203 213 225 / 0.45);
  }

  .hover\:outline-slate-300\/5:hover {
    outline-color: rgb(203 213 225 / 0.05);
  }

  .hover\:outline-slate-300\/50:hover {
    outline-color: rgb(203 213 225 / 0.5);
  }

  .hover\:outline-slate-300\/55:hover {
    outline-color: rgb(203 213 225 / 0.55);
  }

  .hover\:outline-slate-300\/60:hover {
    outline-color: rgb(203 213 225 / 0.6);
  }

  .hover\:outline-slate-300\/65:hover {
    outline-color: rgb(203 213 225 / 0.65);
  }

  .hover\:outline-slate-300\/70:hover {
    outline-color: rgb(203 213 225 / 0.7);
  }

  .hover\:outline-slate-300\/75:hover {
    outline-color: rgb(203 213 225 / 0.75);
  }

  .hover\:outline-slate-300\/80:hover {
    outline-color: rgb(203 213 225 / 0.8);
  }

  .hover\:outline-slate-300\/85:hover {
    outline-color: rgb(203 213 225 / 0.85);
  }

  .hover\:outline-slate-300\/90:hover {
    outline-color: rgb(203 213 225 / 0.9);
  }

  .hover\:outline-slate-300\/95:hover {
    outline-color: rgb(203 213 225 / 0.95);
  }

  .hover\:outline-slate-400:hover {
    outline-color: #94a3b8;
  }

  .hover\:outline-slate-400\/0:hover {
    outline-color: rgb(148 163 184 / 0);
  }

  .hover\:outline-slate-400\/10:hover {
    outline-color: rgb(148 163 184 / 0.1);
  }

  .hover\:outline-slate-400\/100:hover {
    outline-color: rgb(148 163 184 / 1);
  }

  .hover\:outline-slate-400\/15:hover {
    outline-color: rgb(148 163 184 / 0.15);
  }

  .hover\:outline-slate-400\/20:hover {
    outline-color: rgb(148 163 184 / 0.2);
  }

  .hover\:outline-slate-400\/25:hover {
    outline-color: rgb(148 163 184 / 0.25);
  }

  .hover\:outline-slate-400\/30:hover {
    outline-color: rgb(148 163 184 / 0.3);
  }

  .hover\:outline-slate-400\/35:hover {
    outline-color: rgb(148 163 184 / 0.35);
  }

  .hover\:outline-slate-400\/40:hover {
    outline-color: rgb(148 163 184 / 0.4);
  }

  .hover\:outline-slate-400\/45:hover {
    outline-color: rgb(148 163 184 / 0.45);
  }

  .hover\:outline-slate-400\/5:hover {
    outline-color: rgb(148 163 184 / 0.05);
  }

  .hover\:outline-slate-400\/50:hover {
    outline-color: rgb(148 163 184 / 0.5);
  }

  .hover\:outline-slate-400\/55:hover {
    outline-color: rgb(148 163 184 / 0.55);
  }

  .hover\:outline-slate-400\/60:hover {
    outline-color: rgb(148 163 184 / 0.6);
  }

  .hover\:outline-slate-400\/65:hover {
    outline-color: rgb(148 163 184 / 0.65);
  }

  .hover\:outline-slate-400\/70:hover {
    outline-color: rgb(148 163 184 / 0.7);
  }

  .hover\:outline-slate-400\/75:hover {
    outline-color: rgb(148 163 184 / 0.75);
  }

  .hover\:outline-slate-400\/80:hover {
    outline-color: rgb(148 163 184 / 0.8);
  }

  .hover\:outline-slate-400\/85:hover {
    outline-color: rgb(148 163 184 / 0.85);
  }

  .hover\:outline-slate-400\/90:hover {
    outline-color: rgb(148 163 184 / 0.9);
  }

  .hover\:outline-slate-400\/95:hover {
    outline-color: rgb(148 163 184 / 0.95);
  }

  .hover\:outline-slate-50:hover {
    outline-color: #f8fafc;
  }

  .hover\:outline-slate-50\/0:hover {
    outline-color: rgb(248 250 252 / 0);
  }

  .hover\:outline-slate-50\/10:hover {
    outline-color: rgb(248 250 252 / 0.1);
  }

  .hover\:outline-slate-50\/100:hover {
    outline-color: rgb(248 250 252 / 1);
  }

  .hover\:outline-slate-50\/15:hover {
    outline-color: rgb(248 250 252 / 0.15);
  }

  .hover\:outline-slate-50\/20:hover {
    outline-color: rgb(248 250 252 / 0.2);
  }

  .hover\:outline-slate-50\/25:hover {
    outline-color: rgb(248 250 252 / 0.25);
  }

  .hover\:outline-slate-50\/30:hover {
    outline-color: rgb(248 250 252 / 0.3);
  }

  .hover\:outline-slate-50\/35:hover {
    outline-color: rgb(248 250 252 / 0.35);
  }

  .hover\:outline-slate-50\/40:hover {
    outline-color: rgb(248 250 252 / 0.4);
  }

  .hover\:outline-slate-50\/45:hover {
    outline-color: rgb(248 250 252 / 0.45);
  }

  .hover\:outline-slate-50\/5:hover {
    outline-color: rgb(248 250 252 / 0.05);
  }

  .hover\:outline-slate-50\/50:hover {
    outline-color: rgb(248 250 252 / 0.5);
  }

  .hover\:outline-slate-50\/55:hover {
    outline-color: rgb(248 250 252 / 0.55);
  }

  .hover\:outline-slate-50\/60:hover {
    outline-color: rgb(248 250 252 / 0.6);
  }

  .hover\:outline-slate-50\/65:hover {
    outline-color: rgb(248 250 252 / 0.65);
  }

  .hover\:outline-slate-50\/70:hover {
    outline-color: rgb(248 250 252 / 0.7);
  }

  .hover\:outline-slate-50\/75:hover {
    outline-color: rgb(248 250 252 / 0.75);
  }

  .hover\:outline-slate-50\/80:hover {
    outline-color: rgb(248 250 252 / 0.8);
  }

  .hover\:outline-slate-50\/85:hover {
    outline-color: rgb(248 250 252 / 0.85);
  }

  .hover\:outline-slate-50\/90:hover {
    outline-color: rgb(248 250 252 / 0.9);
  }

  .hover\:outline-slate-50\/95:hover {
    outline-color: rgb(248 250 252 / 0.95);
  }

  .hover\:outline-slate-500:hover {
    outline-color: #64748b;
  }

  .hover\:outline-slate-500\/0:hover {
    outline-color: rgb(100 116 139 / 0);
  }

  .hover\:outline-slate-500\/10:hover {
    outline-color: rgb(100 116 139 / 0.1);
  }

  .hover\:outline-slate-500\/100:hover {
    outline-color: rgb(100 116 139 / 1);
  }

  .hover\:outline-slate-500\/15:hover {
    outline-color: rgb(100 116 139 / 0.15);
  }

  .hover\:outline-slate-500\/20:hover {
    outline-color: rgb(100 116 139 / 0.2);
  }

  .hover\:outline-slate-500\/25:hover {
    outline-color: rgb(100 116 139 / 0.25);
  }

  .hover\:outline-slate-500\/30:hover {
    outline-color: rgb(100 116 139 / 0.3);
  }

  .hover\:outline-slate-500\/35:hover {
    outline-color: rgb(100 116 139 / 0.35);
  }

  .hover\:outline-slate-500\/40:hover {
    outline-color: rgb(100 116 139 / 0.4);
  }

  .hover\:outline-slate-500\/45:hover {
    outline-color: rgb(100 116 139 / 0.45);
  }

  .hover\:outline-slate-500\/5:hover {
    outline-color: rgb(100 116 139 / 0.05);
  }

  .hover\:outline-slate-500\/50:hover {
    outline-color: rgb(100 116 139 / 0.5);
  }

  .hover\:outline-slate-500\/55:hover {
    outline-color: rgb(100 116 139 / 0.55);
  }

  .hover\:outline-slate-500\/60:hover {
    outline-color: rgb(100 116 139 / 0.6);
  }

  .hover\:outline-slate-500\/65:hover {
    outline-color: rgb(100 116 139 / 0.65);
  }

  .hover\:outline-slate-500\/70:hover {
    outline-color: rgb(100 116 139 / 0.7);
  }

  .hover\:outline-slate-500\/75:hover {
    outline-color: rgb(100 116 139 / 0.75);
  }

  .hover\:outline-slate-500\/80:hover {
    outline-color: rgb(100 116 139 / 0.8);
  }

  .hover\:outline-slate-500\/85:hover {
    outline-color: rgb(100 116 139 / 0.85);
  }

  .hover\:outline-slate-500\/90:hover {
    outline-color: rgb(100 116 139 / 0.9);
  }

  .hover\:outline-slate-500\/95:hover {
    outline-color: rgb(100 116 139 / 0.95);
  }

  .hover\:outline-slate-600:hover {
    outline-color: #475569;
  }

  .hover\:outline-slate-600\/0:hover {
    outline-color: rgb(71 85 105 / 0);
  }

  .hover\:outline-slate-600\/10:hover {
    outline-color: rgb(71 85 105 / 0.1);
  }

  .hover\:outline-slate-600\/100:hover {
    outline-color: rgb(71 85 105 / 1);
  }

  .hover\:outline-slate-600\/15:hover {
    outline-color: rgb(71 85 105 / 0.15);
  }

  .hover\:outline-slate-600\/20:hover {
    outline-color: rgb(71 85 105 / 0.2);
  }

  .hover\:outline-slate-600\/25:hover {
    outline-color: rgb(71 85 105 / 0.25);
  }

  .hover\:outline-slate-600\/30:hover {
    outline-color: rgb(71 85 105 / 0.3);
  }

  .hover\:outline-slate-600\/35:hover {
    outline-color: rgb(71 85 105 / 0.35);
  }

  .hover\:outline-slate-600\/40:hover {
    outline-color: rgb(71 85 105 / 0.4);
  }

  .hover\:outline-slate-600\/45:hover {
    outline-color: rgb(71 85 105 / 0.45);
  }

  .hover\:outline-slate-600\/5:hover {
    outline-color: rgb(71 85 105 / 0.05);
  }

  .hover\:outline-slate-600\/50:hover {
    outline-color: rgb(71 85 105 / 0.5);
  }

  .hover\:outline-slate-600\/55:hover {
    outline-color: rgb(71 85 105 / 0.55);
  }

  .hover\:outline-slate-600\/60:hover {
    outline-color: rgb(71 85 105 / 0.6);
  }

  .hover\:outline-slate-600\/65:hover {
    outline-color: rgb(71 85 105 / 0.65);
  }

  .hover\:outline-slate-600\/70:hover {
    outline-color: rgb(71 85 105 / 0.7);
  }

  .hover\:outline-slate-600\/75:hover {
    outline-color: rgb(71 85 105 / 0.75);
  }

  .hover\:outline-slate-600\/80:hover {
    outline-color: rgb(71 85 105 / 0.8);
  }

  .hover\:outline-slate-600\/85:hover {
    outline-color: rgb(71 85 105 / 0.85);
  }

  .hover\:outline-slate-600\/90:hover {
    outline-color: rgb(71 85 105 / 0.9);
  }

  .hover\:outline-slate-600\/95:hover {
    outline-color: rgb(71 85 105 / 0.95);
  }

  .hover\:outline-slate-700:hover {
    outline-color: #334155;
  }

  .hover\:outline-slate-700\/0:hover {
    outline-color: rgb(51 65 85 / 0);
  }

  .hover\:outline-slate-700\/10:hover {
    outline-color: rgb(51 65 85 / 0.1);
  }

  .hover\:outline-slate-700\/100:hover {
    outline-color: rgb(51 65 85 / 1);
  }

  .hover\:outline-slate-700\/15:hover {
    outline-color: rgb(51 65 85 / 0.15);
  }

  .hover\:outline-slate-700\/20:hover {
    outline-color: rgb(51 65 85 / 0.2);
  }

  .hover\:outline-slate-700\/25:hover {
    outline-color: rgb(51 65 85 / 0.25);
  }

  .hover\:outline-slate-700\/30:hover {
    outline-color: rgb(51 65 85 / 0.3);
  }

  .hover\:outline-slate-700\/35:hover {
    outline-color: rgb(51 65 85 / 0.35);
  }

  .hover\:outline-slate-700\/40:hover {
    outline-color: rgb(51 65 85 / 0.4);
  }

  .hover\:outline-slate-700\/45:hover {
    outline-color: rgb(51 65 85 / 0.45);
  }

  .hover\:outline-slate-700\/5:hover {
    outline-color: rgb(51 65 85 / 0.05);
  }

  .hover\:outline-slate-700\/50:hover {
    outline-color: rgb(51 65 85 / 0.5);
  }

  .hover\:outline-slate-700\/55:hover {
    outline-color: rgb(51 65 85 / 0.55);
  }

  .hover\:outline-slate-700\/60:hover {
    outline-color: rgb(51 65 85 / 0.6);
  }

  .hover\:outline-slate-700\/65:hover {
    outline-color: rgb(51 65 85 / 0.65);
  }

  .hover\:outline-slate-700\/70:hover {
    outline-color: rgb(51 65 85 / 0.7);
  }

  .hover\:outline-slate-700\/75:hover {
    outline-color: rgb(51 65 85 / 0.75);
  }

  .hover\:outline-slate-700\/80:hover {
    outline-color: rgb(51 65 85 / 0.8);
  }

  .hover\:outline-slate-700\/85:hover {
    outline-color: rgb(51 65 85 / 0.85);
  }

  .hover\:outline-slate-700\/90:hover {
    outline-color: rgb(51 65 85 / 0.9);
  }

  .hover\:outline-slate-700\/95:hover {
    outline-color: rgb(51 65 85 / 0.95);
  }

  .hover\:outline-slate-800:hover {
    outline-color: #1e293b;
  }

  .hover\:outline-slate-800\/0:hover {
    outline-color: rgb(30 41 59 / 0);
  }

  .hover\:outline-slate-800\/10:hover {
    outline-color: rgb(30 41 59 / 0.1);
  }

  .hover\:outline-slate-800\/100:hover {
    outline-color: rgb(30 41 59 / 1);
  }

  .hover\:outline-slate-800\/15:hover {
    outline-color: rgb(30 41 59 / 0.15);
  }

  .hover\:outline-slate-800\/20:hover {
    outline-color: rgb(30 41 59 / 0.2);
  }

  .hover\:outline-slate-800\/25:hover {
    outline-color: rgb(30 41 59 / 0.25);
  }

  .hover\:outline-slate-800\/30:hover {
    outline-color: rgb(30 41 59 / 0.3);
  }

  .hover\:outline-slate-800\/35:hover {
    outline-color: rgb(30 41 59 / 0.35);
  }

  .hover\:outline-slate-800\/40:hover {
    outline-color: rgb(30 41 59 / 0.4);
  }

  .hover\:outline-slate-800\/45:hover {
    outline-color: rgb(30 41 59 / 0.45);
  }

  .hover\:outline-slate-800\/5:hover {
    outline-color: rgb(30 41 59 / 0.05);
  }

  .hover\:outline-slate-800\/50:hover {
    outline-color: rgb(30 41 59 / 0.5);
  }

  .hover\:outline-slate-800\/55:hover {
    outline-color: rgb(30 41 59 / 0.55);
  }

  .hover\:outline-slate-800\/60:hover {
    outline-color: rgb(30 41 59 / 0.6);
  }

  .hover\:outline-slate-800\/65:hover {
    outline-color: rgb(30 41 59 / 0.65);
  }

  .hover\:outline-slate-800\/70:hover {
    outline-color: rgb(30 41 59 / 0.7);
  }

  .hover\:outline-slate-800\/75:hover {
    outline-color: rgb(30 41 59 / 0.75);
  }

  .hover\:outline-slate-800\/80:hover {
    outline-color: rgb(30 41 59 / 0.8);
  }

  .hover\:outline-slate-800\/85:hover {
    outline-color: rgb(30 41 59 / 0.85);
  }

  .hover\:outline-slate-800\/90:hover {
    outline-color: rgb(30 41 59 / 0.9);
  }

  .hover\:outline-slate-800\/95:hover {
    outline-color: rgb(30 41 59 / 0.95);
  }

  .hover\:outline-slate-900:hover {
    outline-color: #0f172a;
  }

  .hover\:outline-slate-900\/0:hover {
    outline-color: rgb(15 23 42 / 0);
  }

  .hover\:outline-slate-900\/10:hover {
    outline-color: rgb(15 23 42 / 0.1);
  }

  .hover\:outline-slate-900\/100:hover {
    outline-color: rgb(15 23 42 / 1);
  }

  .hover\:outline-slate-900\/15:hover {
    outline-color: rgb(15 23 42 / 0.15);
  }

  .hover\:outline-slate-900\/20:hover {
    outline-color: rgb(15 23 42 / 0.2);
  }

  .hover\:outline-slate-900\/25:hover {
    outline-color: rgb(15 23 42 / 0.25);
  }

  .hover\:outline-slate-900\/30:hover {
    outline-color: rgb(15 23 42 / 0.3);
  }

  .hover\:outline-slate-900\/35:hover {
    outline-color: rgb(15 23 42 / 0.35);
  }

  .hover\:outline-slate-900\/40:hover {
    outline-color: rgb(15 23 42 / 0.4);
  }

  .hover\:outline-slate-900\/45:hover {
    outline-color: rgb(15 23 42 / 0.45);
  }

  .hover\:outline-slate-900\/5:hover {
    outline-color: rgb(15 23 42 / 0.05);
  }

  .hover\:outline-slate-900\/50:hover {
    outline-color: rgb(15 23 42 / 0.5);
  }

  .hover\:outline-slate-900\/55:hover {
    outline-color: rgb(15 23 42 / 0.55);
  }

  .hover\:outline-slate-900\/60:hover {
    outline-color: rgb(15 23 42 / 0.6);
  }

  .hover\:outline-slate-900\/65:hover {
    outline-color: rgb(15 23 42 / 0.65);
  }

  .hover\:outline-slate-900\/70:hover {
    outline-color: rgb(15 23 42 / 0.7);
  }

  .hover\:outline-slate-900\/75:hover {
    outline-color: rgb(15 23 42 / 0.75);
  }

  .hover\:outline-slate-900\/80:hover {
    outline-color: rgb(15 23 42 / 0.8);
  }

  .hover\:outline-slate-900\/85:hover {
    outline-color: rgb(15 23 42 / 0.85);
  }

  .hover\:outline-slate-900\/90:hover {
    outline-color: rgb(15 23 42 / 0.9);
  }

  .hover\:outline-slate-900\/95:hover {
    outline-color: rgb(15 23 42 / 0.95);
  }

  .hover\:outline-slate-950:hover {
    outline-color: #020617;
  }

  .hover\:outline-slate-950\/0:hover {
    outline-color: rgb(2 6 23 / 0);
  }

  .hover\:outline-slate-950\/10:hover {
    outline-color: rgb(2 6 23 / 0.1);
  }

  .hover\:outline-slate-950\/100:hover {
    outline-color: rgb(2 6 23 / 1);
  }

  .hover\:outline-slate-950\/15:hover {
    outline-color: rgb(2 6 23 / 0.15);
  }

  .hover\:outline-slate-950\/20:hover {
    outline-color: rgb(2 6 23 / 0.2);
  }

  .hover\:outline-slate-950\/25:hover {
    outline-color: rgb(2 6 23 / 0.25);
  }

  .hover\:outline-slate-950\/30:hover {
    outline-color: rgb(2 6 23 / 0.3);
  }

  .hover\:outline-slate-950\/35:hover {
    outline-color: rgb(2 6 23 / 0.35);
  }

  .hover\:outline-slate-950\/40:hover {
    outline-color: rgb(2 6 23 / 0.4);
  }

  .hover\:outline-slate-950\/45:hover {
    outline-color: rgb(2 6 23 / 0.45);
  }

  .hover\:outline-slate-950\/5:hover {
    outline-color: rgb(2 6 23 / 0.05);
  }

  .hover\:outline-slate-950\/50:hover {
    outline-color: rgb(2 6 23 / 0.5);
  }

  .hover\:outline-slate-950\/55:hover {
    outline-color: rgb(2 6 23 / 0.55);
  }

  .hover\:outline-slate-950\/60:hover {
    outline-color: rgb(2 6 23 / 0.6);
  }

  .hover\:outline-slate-950\/65:hover {
    outline-color: rgb(2 6 23 / 0.65);
  }

  .hover\:outline-slate-950\/70:hover {
    outline-color: rgb(2 6 23 / 0.7);
  }

  .hover\:outline-slate-950\/75:hover {
    outline-color: rgb(2 6 23 / 0.75);
  }

  .hover\:outline-slate-950\/80:hover {
    outline-color: rgb(2 6 23 / 0.8);
  }

  .hover\:outline-slate-950\/85:hover {
    outline-color: rgb(2 6 23 / 0.85);
  }

  .hover\:outline-slate-950\/90:hover {
    outline-color: rgb(2 6 23 / 0.9);
  }

  .hover\:outline-slate-950\/95:hover {
    outline-color: rgb(2 6 23 / 0.95);
  }

  .hover\:outline-stone-100:hover {
    outline-color: #f5f5f4;
  }

  .hover\:outline-stone-100\/0:hover {
    outline-color: rgb(245 245 244 / 0);
  }

  .hover\:outline-stone-100\/10:hover {
    outline-color: rgb(245 245 244 / 0.1);
  }

  .hover\:outline-stone-100\/100:hover {
    outline-color: rgb(245 245 244 / 1);
  }

  .hover\:outline-stone-100\/15:hover {
    outline-color: rgb(245 245 244 / 0.15);
  }

  .hover\:outline-stone-100\/20:hover {
    outline-color: rgb(245 245 244 / 0.2);
  }

  .hover\:outline-stone-100\/25:hover {
    outline-color: rgb(245 245 244 / 0.25);
  }

  .hover\:outline-stone-100\/30:hover {
    outline-color: rgb(245 245 244 / 0.3);
  }

  .hover\:outline-stone-100\/35:hover {
    outline-color: rgb(245 245 244 / 0.35);
  }

  .hover\:outline-stone-100\/40:hover {
    outline-color: rgb(245 245 244 / 0.4);
  }

  .hover\:outline-stone-100\/45:hover {
    outline-color: rgb(245 245 244 / 0.45);
  }

  .hover\:outline-stone-100\/5:hover {
    outline-color: rgb(245 245 244 / 0.05);
  }

  .hover\:outline-stone-100\/50:hover {
    outline-color: rgb(245 245 244 / 0.5);
  }

  .hover\:outline-stone-100\/55:hover {
    outline-color: rgb(245 245 244 / 0.55);
  }

  .hover\:outline-stone-100\/60:hover {
    outline-color: rgb(245 245 244 / 0.6);
  }

  .hover\:outline-stone-100\/65:hover {
    outline-color: rgb(245 245 244 / 0.65);
  }

  .hover\:outline-stone-100\/70:hover {
    outline-color: rgb(245 245 244 / 0.7);
  }

  .hover\:outline-stone-100\/75:hover {
    outline-color: rgb(245 245 244 / 0.75);
  }

  .hover\:outline-stone-100\/80:hover {
    outline-color: rgb(245 245 244 / 0.8);
  }

  .hover\:outline-stone-100\/85:hover {
    outline-color: rgb(245 245 244 / 0.85);
  }

  .hover\:outline-stone-100\/90:hover {
    outline-color: rgb(245 245 244 / 0.9);
  }

  .hover\:outline-stone-100\/95:hover {
    outline-color: rgb(245 245 244 / 0.95);
  }

  .hover\:outline-stone-200:hover {
    outline-color: #e7e5e4;
  }

  .hover\:outline-stone-200\/0:hover {
    outline-color: rgb(231 229 228 / 0);
  }

  .hover\:outline-stone-200\/10:hover {
    outline-color: rgb(231 229 228 / 0.1);
  }

  .hover\:outline-stone-200\/100:hover {
    outline-color: rgb(231 229 228 / 1);
  }

  .hover\:outline-stone-200\/15:hover {
    outline-color: rgb(231 229 228 / 0.15);
  }

  .hover\:outline-stone-200\/20:hover {
    outline-color: rgb(231 229 228 / 0.2);
  }

  .hover\:outline-stone-200\/25:hover {
    outline-color: rgb(231 229 228 / 0.25);
  }

  .hover\:outline-stone-200\/30:hover {
    outline-color: rgb(231 229 228 / 0.3);
  }

  .hover\:outline-stone-200\/35:hover {
    outline-color: rgb(231 229 228 / 0.35);
  }

  .hover\:outline-stone-200\/40:hover {
    outline-color: rgb(231 229 228 / 0.4);
  }

  .hover\:outline-stone-200\/45:hover {
    outline-color: rgb(231 229 228 / 0.45);
  }

  .hover\:outline-stone-200\/5:hover {
    outline-color: rgb(231 229 228 / 0.05);
  }

  .hover\:outline-stone-200\/50:hover {
    outline-color: rgb(231 229 228 / 0.5);
  }

  .hover\:outline-stone-200\/55:hover {
    outline-color: rgb(231 229 228 / 0.55);
  }

  .hover\:outline-stone-200\/60:hover {
    outline-color: rgb(231 229 228 / 0.6);
  }

  .hover\:outline-stone-200\/65:hover {
    outline-color: rgb(231 229 228 / 0.65);
  }

  .hover\:outline-stone-200\/70:hover {
    outline-color: rgb(231 229 228 / 0.7);
  }

  .hover\:outline-stone-200\/75:hover {
    outline-color: rgb(231 229 228 / 0.75);
  }

  .hover\:outline-stone-200\/80:hover {
    outline-color: rgb(231 229 228 / 0.8);
  }

  .hover\:outline-stone-200\/85:hover {
    outline-color: rgb(231 229 228 / 0.85);
  }

  .hover\:outline-stone-200\/90:hover {
    outline-color: rgb(231 229 228 / 0.9);
  }

  .hover\:outline-stone-200\/95:hover {
    outline-color: rgb(231 229 228 / 0.95);
  }

  .hover\:outline-stone-300:hover {
    outline-color: #d6d3d1;
  }

  .hover\:outline-stone-300\/0:hover {
    outline-color: rgb(214 211 209 / 0);
  }

  .hover\:outline-stone-300\/10:hover {
    outline-color: rgb(214 211 209 / 0.1);
  }

  .hover\:outline-stone-300\/100:hover {
    outline-color: rgb(214 211 209 / 1);
  }

  .hover\:outline-stone-300\/15:hover {
    outline-color: rgb(214 211 209 / 0.15);
  }

  .hover\:outline-stone-300\/20:hover {
    outline-color: rgb(214 211 209 / 0.2);
  }

  .hover\:outline-stone-300\/25:hover {
    outline-color: rgb(214 211 209 / 0.25);
  }

  .hover\:outline-stone-300\/30:hover {
    outline-color: rgb(214 211 209 / 0.3);
  }

  .hover\:outline-stone-300\/35:hover {
    outline-color: rgb(214 211 209 / 0.35);
  }

  .hover\:outline-stone-300\/40:hover {
    outline-color: rgb(214 211 209 / 0.4);
  }

  .hover\:outline-stone-300\/45:hover {
    outline-color: rgb(214 211 209 / 0.45);
  }

  .hover\:outline-stone-300\/5:hover {
    outline-color: rgb(214 211 209 / 0.05);
  }

  .hover\:outline-stone-300\/50:hover {
    outline-color: rgb(214 211 209 / 0.5);
  }

  .hover\:outline-stone-300\/55:hover {
    outline-color: rgb(214 211 209 / 0.55);
  }

  .hover\:outline-stone-300\/60:hover {
    outline-color: rgb(214 211 209 / 0.6);
  }

  .hover\:outline-stone-300\/65:hover {
    outline-color: rgb(214 211 209 / 0.65);
  }

  .hover\:outline-stone-300\/70:hover {
    outline-color: rgb(214 211 209 / 0.7);
  }

  .hover\:outline-stone-300\/75:hover {
    outline-color: rgb(214 211 209 / 0.75);
  }

  .hover\:outline-stone-300\/80:hover {
    outline-color: rgb(214 211 209 / 0.8);
  }

  .hover\:outline-stone-300\/85:hover {
    outline-color: rgb(214 211 209 / 0.85);
  }

  .hover\:outline-stone-300\/90:hover {
    outline-color: rgb(214 211 209 / 0.9);
  }

  .hover\:outline-stone-300\/95:hover {
    outline-color: rgb(214 211 209 / 0.95);
  }

  .hover\:outline-stone-400:hover {
    outline-color: #a8a29e;
  }

  .hover\:outline-stone-400\/0:hover {
    outline-color: rgb(168 162 158 / 0);
  }

  .hover\:outline-stone-400\/10:hover {
    outline-color: rgb(168 162 158 / 0.1);
  }

  .hover\:outline-stone-400\/100:hover {
    outline-color: rgb(168 162 158 / 1);
  }

  .hover\:outline-stone-400\/15:hover {
    outline-color: rgb(168 162 158 / 0.15);
  }

  .hover\:outline-stone-400\/20:hover {
    outline-color: rgb(168 162 158 / 0.2);
  }

  .hover\:outline-stone-400\/25:hover {
    outline-color: rgb(168 162 158 / 0.25);
  }

  .hover\:outline-stone-400\/30:hover {
    outline-color: rgb(168 162 158 / 0.3);
  }

  .hover\:outline-stone-400\/35:hover {
    outline-color: rgb(168 162 158 / 0.35);
  }

  .hover\:outline-stone-400\/40:hover {
    outline-color: rgb(168 162 158 / 0.4);
  }

  .hover\:outline-stone-400\/45:hover {
    outline-color: rgb(168 162 158 / 0.45);
  }

  .hover\:outline-stone-400\/5:hover {
    outline-color: rgb(168 162 158 / 0.05);
  }

  .hover\:outline-stone-400\/50:hover {
    outline-color: rgb(168 162 158 / 0.5);
  }

  .hover\:outline-stone-400\/55:hover {
    outline-color: rgb(168 162 158 / 0.55);
  }

  .hover\:outline-stone-400\/60:hover {
    outline-color: rgb(168 162 158 / 0.6);
  }

  .hover\:outline-stone-400\/65:hover {
    outline-color: rgb(168 162 158 / 0.65);
  }

  .hover\:outline-stone-400\/70:hover {
    outline-color: rgb(168 162 158 / 0.7);
  }

  .hover\:outline-stone-400\/75:hover {
    outline-color: rgb(168 162 158 / 0.75);
  }

  .hover\:outline-stone-400\/80:hover {
    outline-color: rgb(168 162 158 / 0.8);
  }

  .hover\:outline-stone-400\/85:hover {
    outline-color: rgb(168 162 158 / 0.85);
  }

  .hover\:outline-stone-400\/90:hover {
    outline-color: rgb(168 162 158 / 0.9);
  }

  .hover\:outline-stone-400\/95:hover {
    outline-color: rgb(168 162 158 / 0.95);
  }

  .hover\:outline-stone-50:hover {
    outline-color: #fafaf9;
  }

  .hover\:outline-stone-50\/0:hover {
    outline-color: rgb(250 250 249 / 0);
  }

  .hover\:outline-stone-50\/10:hover {
    outline-color: rgb(250 250 249 / 0.1);
  }

  .hover\:outline-stone-50\/100:hover {
    outline-color: rgb(250 250 249 / 1);
  }

  .hover\:outline-stone-50\/15:hover {
    outline-color: rgb(250 250 249 / 0.15);
  }

  .hover\:outline-stone-50\/20:hover {
    outline-color: rgb(250 250 249 / 0.2);
  }

  .hover\:outline-stone-50\/25:hover {
    outline-color: rgb(250 250 249 / 0.25);
  }

  .hover\:outline-stone-50\/30:hover {
    outline-color: rgb(250 250 249 / 0.3);
  }

  .hover\:outline-stone-50\/35:hover {
    outline-color: rgb(250 250 249 / 0.35);
  }

  .hover\:outline-stone-50\/40:hover {
    outline-color: rgb(250 250 249 / 0.4);
  }

  .hover\:outline-stone-50\/45:hover {
    outline-color: rgb(250 250 249 / 0.45);
  }

  .hover\:outline-stone-50\/5:hover {
    outline-color: rgb(250 250 249 / 0.05);
  }

  .hover\:outline-stone-50\/50:hover {
    outline-color: rgb(250 250 249 / 0.5);
  }

  .hover\:outline-stone-50\/55:hover {
    outline-color: rgb(250 250 249 / 0.55);
  }

  .hover\:outline-stone-50\/60:hover {
    outline-color: rgb(250 250 249 / 0.6);
  }

  .hover\:outline-stone-50\/65:hover {
    outline-color: rgb(250 250 249 / 0.65);
  }

  .hover\:outline-stone-50\/70:hover {
    outline-color: rgb(250 250 249 / 0.7);
  }

  .hover\:outline-stone-50\/75:hover {
    outline-color: rgb(250 250 249 / 0.75);
  }

  .hover\:outline-stone-50\/80:hover {
    outline-color: rgb(250 250 249 / 0.8);
  }

  .hover\:outline-stone-50\/85:hover {
    outline-color: rgb(250 250 249 / 0.85);
  }

  .hover\:outline-stone-50\/90:hover {
    outline-color: rgb(250 250 249 / 0.9);
  }

  .hover\:outline-stone-50\/95:hover {
    outline-color: rgb(250 250 249 / 0.95);
  }

  .hover\:outline-stone-500:hover {
    outline-color: #78716c;
  }

  .hover\:outline-stone-500\/0:hover {
    outline-color: rgb(120 113 108 / 0);
  }

  .hover\:outline-stone-500\/10:hover {
    outline-color: rgb(120 113 108 / 0.1);
  }

  .hover\:outline-stone-500\/100:hover {
    outline-color: rgb(120 113 108 / 1);
  }

  .hover\:outline-stone-500\/15:hover {
    outline-color: rgb(120 113 108 / 0.15);
  }

  .hover\:outline-stone-500\/20:hover {
    outline-color: rgb(120 113 108 / 0.2);
  }

  .hover\:outline-stone-500\/25:hover {
    outline-color: rgb(120 113 108 / 0.25);
  }

  .hover\:outline-stone-500\/30:hover {
    outline-color: rgb(120 113 108 / 0.3);
  }

  .hover\:outline-stone-500\/35:hover {
    outline-color: rgb(120 113 108 / 0.35);
  }

  .hover\:outline-stone-500\/40:hover {
    outline-color: rgb(120 113 108 / 0.4);
  }

  .hover\:outline-stone-500\/45:hover {
    outline-color: rgb(120 113 108 / 0.45);
  }

  .hover\:outline-stone-500\/5:hover {
    outline-color: rgb(120 113 108 / 0.05);
  }

  .hover\:outline-stone-500\/50:hover {
    outline-color: rgb(120 113 108 / 0.5);
  }

  .hover\:outline-stone-500\/55:hover {
    outline-color: rgb(120 113 108 / 0.55);
  }

  .hover\:outline-stone-500\/60:hover {
    outline-color: rgb(120 113 108 / 0.6);
  }

  .hover\:outline-stone-500\/65:hover {
    outline-color: rgb(120 113 108 / 0.65);
  }

  .hover\:outline-stone-500\/70:hover {
    outline-color: rgb(120 113 108 / 0.7);
  }

  .hover\:outline-stone-500\/75:hover {
    outline-color: rgb(120 113 108 / 0.75);
  }

  .hover\:outline-stone-500\/80:hover {
    outline-color: rgb(120 113 108 / 0.8);
  }

  .hover\:outline-stone-500\/85:hover {
    outline-color: rgb(120 113 108 / 0.85);
  }

  .hover\:outline-stone-500\/90:hover {
    outline-color: rgb(120 113 108 / 0.9);
  }

  .hover\:outline-stone-500\/95:hover {
    outline-color: rgb(120 113 108 / 0.95);
  }

  .hover\:outline-stone-600:hover {
    outline-color: #57534e;
  }

  .hover\:outline-stone-600\/0:hover {
    outline-color: rgb(87 83 78 / 0);
  }

  .hover\:outline-stone-600\/10:hover {
    outline-color: rgb(87 83 78 / 0.1);
  }

  .hover\:outline-stone-600\/100:hover {
    outline-color: rgb(87 83 78 / 1);
  }

  .hover\:outline-stone-600\/15:hover {
    outline-color: rgb(87 83 78 / 0.15);
  }

  .hover\:outline-stone-600\/20:hover {
    outline-color: rgb(87 83 78 / 0.2);
  }

  .hover\:outline-stone-600\/25:hover {
    outline-color: rgb(87 83 78 / 0.25);
  }

  .hover\:outline-stone-600\/30:hover {
    outline-color: rgb(87 83 78 / 0.3);
  }

  .hover\:outline-stone-600\/35:hover {
    outline-color: rgb(87 83 78 / 0.35);
  }

  .hover\:outline-stone-600\/40:hover {
    outline-color: rgb(87 83 78 / 0.4);
  }

  .hover\:outline-stone-600\/45:hover {
    outline-color: rgb(87 83 78 / 0.45);
  }

  .hover\:outline-stone-600\/5:hover {
    outline-color: rgb(87 83 78 / 0.05);
  }

  .hover\:outline-stone-600\/50:hover {
    outline-color: rgb(87 83 78 / 0.5);
  }

  .hover\:outline-stone-600\/55:hover {
    outline-color: rgb(87 83 78 / 0.55);
  }

  .hover\:outline-stone-600\/60:hover {
    outline-color: rgb(87 83 78 / 0.6);
  }

  .hover\:outline-stone-600\/65:hover {
    outline-color: rgb(87 83 78 / 0.65);
  }

  .hover\:outline-stone-600\/70:hover {
    outline-color: rgb(87 83 78 / 0.7);
  }

  .hover\:outline-stone-600\/75:hover {
    outline-color: rgb(87 83 78 / 0.75);
  }

  .hover\:outline-stone-600\/80:hover {
    outline-color: rgb(87 83 78 / 0.8);
  }

  .hover\:outline-stone-600\/85:hover {
    outline-color: rgb(87 83 78 / 0.85);
  }

  .hover\:outline-stone-600\/90:hover {
    outline-color: rgb(87 83 78 / 0.9);
  }

  .hover\:outline-stone-600\/95:hover {
    outline-color: rgb(87 83 78 / 0.95);
  }

  .hover\:outline-stone-700:hover {
    outline-color: #44403c;
  }

  .hover\:outline-stone-700\/0:hover {
    outline-color: rgb(68 64 60 / 0);
  }

  .hover\:outline-stone-700\/10:hover {
    outline-color: rgb(68 64 60 / 0.1);
  }

  .hover\:outline-stone-700\/100:hover {
    outline-color: rgb(68 64 60 / 1);
  }

  .hover\:outline-stone-700\/15:hover {
    outline-color: rgb(68 64 60 / 0.15);
  }

  .hover\:outline-stone-700\/20:hover {
    outline-color: rgb(68 64 60 / 0.2);
  }

  .hover\:outline-stone-700\/25:hover {
    outline-color: rgb(68 64 60 / 0.25);
  }

  .hover\:outline-stone-700\/30:hover {
    outline-color: rgb(68 64 60 / 0.3);
  }

  .hover\:outline-stone-700\/35:hover {
    outline-color: rgb(68 64 60 / 0.35);
  }

  .hover\:outline-stone-700\/40:hover {
    outline-color: rgb(68 64 60 / 0.4);
  }

  .hover\:outline-stone-700\/45:hover {
    outline-color: rgb(68 64 60 / 0.45);
  }

  .hover\:outline-stone-700\/5:hover {
    outline-color: rgb(68 64 60 / 0.05);
  }

  .hover\:outline-stone-700\/50:hover {
    outline-color: rgb(68 64 60 / 0.5);
  }

  .hover\:outline-stone-700\/55:hover {
    outline-color: rgb(68 64 60 / 0.55);
  }

  .hover\:outline-stone-700\/60:hover {
    outline-color: rgb(68 64 60 / 0.6);
  }

  .hover\:outline-stone-700\/65:hover {
    outline-color: rgb(68 64 60 / 0.65);
  }

  .hover\:outline-stone-700\/70:hover {
    outline-color: rgb(68 64 60 / 0.7);
  }

  .hover\:outline-stone-700\/75:hover {
    outline-color: rgb(68 64 60 / 0.75);
  }

  .hover\:outline-stone-700\/80:hover {
    outline-color: rgb(68 64 60 / 0.8);
  }

  .hover\:outline-stone-700\/85:hover {
    outline-color: rgb(68 64 60 / 0.85);
  }

  .hover\:outline-stone-700\/90:hover {
    outline-color: rgb(68 64 60 / 0.9);
  }

  .hover\:outline-stone-700\/95:hover {
    outline-color: rgb(68 64 60 / 0.95);
  }

  .hover\:outline-stone-800:hover {
    outline-color: #292524;
  }

  .hover\:outline-stone-800\/0:hover {
    outline-color: rgb(41 37 36 / 0);
  }

  .hover\:outline-stone-800\/10:hover {
    outline-color: rgb(41 37 36 / 0.1);
  }

  .hover\:outline-stone-800\/100:hover {
    outline-color: rgb(41 37 36 / 1);
  }

  .hover\:outline-stone-800\/15:hover {
    outline-color: rgb(41 37 36 / 0.15);
  }

  .hover\:outline-stone-800\/20:hover {
    outline-color: rgb(41 37 36 / 0.2);
  }

  .hover\:outline-stone-800\/25:hover {
    outline-color: rgb(41 37 36 / 0.25);
  }

  .hover\:outline-stone-800\/30:hover {
    outline-color: rgb(41 37 36 / 0.3);
  }

  .hover\:outline-stone-800\/35:hover {
    outline-color: rgb(41 37 36 / 0.35);
  }

  .hover\:outline-stone-800\/40:hover {
    outline-color: rgb(41 37 36 / 0.4);
  }

  .hover\:outline-stone-800\/45:hover {
    outline-color: rgb(41 37 36 / 0.45);
  }

  .hover\:outline-stone-800\/5:hover {
    outline-color: rgb(41 37 36 / 0.05);
  }

  .hover\:outline-stone-800\/50:hover {
    outline-color: rgb(41 37 36 / 0.5);
  }

  .hover\:outline-stone-800\/55:hover {
    outline-color: rgb(41 37 36 / 0.55);
  }

  .hover\:outline-stone-800\/60:hover {
    outline-color: rgb(41 37 36 / 0.6);
  }

  .hover\:outline-stone-800\/65:hover {
    outline-color: rgb(41 37 36 / 0.65);
  }

  .hover\:outline-stone-800\/70:hover {
    outline-color: rgb(41 37 36 / 0.7);
  }

  .hover\:outline-stone-800\/75:hover {
    outline-color: rgb(41 37 36 / 0.75);
  }

  .hover\:outline-stone-800\/80:hover {
    outline-color: rgb(41 37 36 / 0.8);
  }

  .hover\:outline-stone-800\/85:hover {
    outline-color: rgb(41 37 36 / 0.85);
  }

  .hover\:outline-stone-800\/90:hover {
    outline-color: rgb(41 37 36 / 0.9);
  }

  .hover\:outline-stone-800\/95:hover {
    outline-color: rgb(41 37 36 / 0.95);
  }

  .hover\:outline-stone-900:hover {
    outline-color: #1c1917;
  }

  .hover\:outline-stone-900\/0:hover {
    outline-color: rgb(28 25 23 / 0);
  }

  .hover\:outline-stone-900\/10:hover {
    outline-color: rgb(28 25 23 / 0.1);
  }

  .hover\:outline-stone-900\/100:hover {
    outline-color: rgb(28 25 23 / 1);
  }

  .hover\:outline-stone-900\/15:hover {
    outline-color: rgb(28 25 23 / 0.15);
  }

  .hover\:outline-stone-900\/20:hover {
    outline-color: rgb(28 25 23 / 0.2);
  }

  .hover\:outline-stone-900\/25:hover {
    outline-color: rgb(28 25 23 / 0.25);
  }

  .hover\:outline-stone-900\/30:hover {
    outline-color: rgb(28 25 23 / 0.3);
  }

  .hover\:outline-stone-900\/35:hover {
    outline-color: rgb(28 25 23 / 0.35);
  }

  .hover\:outline-stone-900\/40:hover {
    outline-color: rgb(28 25 23 / 0.4);
  }

  .hover\:outline-stone-900\/45:hover {
    outline-color: rgb(28 25 23 / 0.45);
  }

  .hover\:outline-stone-900\/5:hover {
    outline-color: rgb(28 25 23 / 0.05);
  }

  .hover\:outline-stone-900\/50:hover {
    outline-color: rgb(28 25 23 / 0.5);
  }

  .hover\:outline-stone-900\/55:hover {
    outline-color: rgb(28 25 23 / 0.55);
  }

  .hover\:outline-stone-900\/60:hover {
    outline-color: rgb(28 25 23 / 0.6);
  }

  .hover\:outline-stone-900\/65:hover {
    outline-color: rgb(28 25 23 / 0.65);
  }

  .hover\:outline-stone-900\/70:hover {
    outline-color: rgb(28 25 23 / 0.7);
  }

  .hover\:outline-stone-900\/75:hover {
    outline-color: rgb(28 25 23 / 0.75);
  }

  .hover\:outline-stone-900\/80:hover {
    outline-color: rgb(28 25 23 / 0.8);
  }

  .hover\:outline-stone-900\/85:hover {
    outline-color: rgb(28 25 23 / 0.85);
  }

  .hover\:outline-stone-900\/90:hover {
    outline-color: rgb(28 25 23 / 0.9);
  }

  .hover\:outline-stone-900\/95:hover {
    outline-color: rgb(28 25 23 / 0.95);
  }

  .hover\:outline-stone-950:hover {
    outline-color: #0c0a09;
  }

  .hover\:outline-stone-950\/0:hover {
    outline-color: rgb(12 10 9 / 0);
  }

  .hover\:outline-stone-950\/10:hover {
    outline-color: rgb(12 10 9 / 0.1);
  }

  .hover\:outline-stone-950\/100:hover {
    outline-color: rgb(12 10 9 / 1);
  }

  .hover\:outline-stone-950\/15:hover {
    outline-color: rgb(12 10 9 / 0.15);
  }

  .hover\:outline-stone-950\/20:hover {
    outline-color: rgb(12 10 9 / 0.2);
  }

  .hover\:outline-stone-950\/25:hover {
    outline-color: rgb(12 10 9 / 0.25);
  }

  .hover\:outline-stone-950\/30:hover {
    outline-color: rgb(12 10 9 / 0.3);
  }

  .hover\:outline-stone-950\/35:hover {
    outline-color: rgb(12 10 9 / 0.35);
  }

  .hover\:outline-stone-950\/40:hover {
    outline-color: rgb(12 10 9 / 0.4);
  }

  .hover\:outline-stone-950\/45:hover {
    outline-color: rgb(12 10 9 / 0.45);
  }

  .hover\:outline-stone-950\/5:hover {
    outline-color: rgb(12 10 9 / 0.05);
  }

  .hover\:outline-stone-950\/50:hover {
    outline-color: rgb(12 10 9 / 0.5);
  }

  .hover\:outline-stone-950\/55:hover {
    outline-color: rgb(12 10 9 / 0.55);
  }

  .hover\:outline-stone-950\/60:hover {
    outline-color: rgb(12 10 9 / 0.6);
  }

  .hover\:outline-stone-950\/65:hover {
    outline-color: rgb(12 10 9 / 0.65);
  }

  .hover\:outline-stone-950\/70:hover {
    outline-color: rgb(12 10 9 / 0.7);
  }

  .hover\:outline-stone-950\/75:hover {
    outline-color: rgb(12 10 9 / 0.75);
  }

  .hover\:outline-stone-950\/80:hover {
    outline-color: rgb(12 10 9 / 0.8);
  }

  .hover\:outline-stone-950\/85:hover {
    outline-color: rgb(12 10 9 / 0.85);
  }

  .hover\:outline-stone-950\/90:hover {
    outline-color: rgb(12 10 9 / 0.9);
  }

  .hover\:outline-stone-950\/95:hover {
    outline-color: rgb(12 10 9 / 0.95);
  }

  .hover\:outline-teal-100:hover {
    outline-color: #ccfbf1;
  }

  .hover\:outline-teal-100\/0:hover {
    outline-color: rgb(204 251 241 / 0);
  }

  .hover\:outline-teal-100\/10:hover {
    outline-color: rgb(204 251 241 / 0.1);
  }

  .hover\:outline-teal-100\/100:hover {
    outline-color: rgb(204 251 241 / 1);
  }

  .hover\:outline-teal-100\/15:hover {
    outline-color: rgb(204 251 241 / 0.15);
  }

  .hover\:outline-teal-100\/20:hover {
    outline-color: rgb(204 251 241 / 0.2);
  }

  .hover\:outline-teal-100\/25:hover {
    outline-color: rgb(204 251 241 / 0.25);
  }

  .hover\:outline-teal-100\/30:hover {
    outline-color: rgb(204 251 241 / 0.3);
  }

  .hover\:outline-teal-100\/35:hover {
    outline-color: rgb(204 251 241 / 0.35);
  }

  .hover\:outline-teal-100\/40:hover {
    outline-color: rgb(204 251 241 / 0.4);
  }

  .hover\:outline-teal-100\/45:hover {
    outline-color: rgb(204 251 241 / 0.45);
  }

  .hover\:outline-teal-100\/5:hover {
    outline-color: rgb(204 251 241 / 0.05);
  }

  .hover\:outline-teal-100\/50:hover {
    outline-color: rgb(204 251 241 / 0.5);
  }

  .hover\:outline-teal-100\/55:hover {
    outline-color: rgb(204 251 241 / 0.55);
  }

  .hover\:outline-teal-100\/60:hover {
    outline-color: rgb(204 251 241 / 0.6);
  }

  .hover\:outline-teal-100\/65:hover {
    outline-color: rgb(204 251 241 / 0.65);
  }

  .hover\:outline-teal-100\/70:hover {
    outline-color: rgb(204 251 241 / 0.7);
  }

  .hover\:outline-teal-100\/75:hover {
    outline-color: rgb(204 251 241 / 0.75);
  }

  .hover\:outline-teal-100\/80:hover {
    outline-color: rgb(204 251 241 / 0.8);
  }

  .hover\:outline-teal-100\/85:hover {
    outline-color: rgb(204 251 241 / 0.85);
  }

  .hover\:outline-teal-100\/90:hover {
    outline-color: rgb(204 251 241 / 0.9);
  }

  .hover\:outline-teal-100\/95:hover {
    outline-color: rgb(204 251 241 / 0.95);
  }

  .hover\:outline-teal-200:hover {
    outline-color: #99f6e4;
  }

  .hover\:outline-teal-200\/0:hover {
    outline-color: rgb(153 246 228 / 0);
  }

  .hover\:outline-teal-200\/10:hover {
    outline-color: rgb(153 246 228 / 0.1);
  }

  .hover\:outline-teal-200\/100:hover {
    outline-color: rgb(153 246 228 / 1);
  }

  .hover\:outline-teal-200\/15:hover {
    outline-color: rgb(153 246 228 / 0.15);
  }

  .hover\:outline-teal-200\/20:hover {
    outline-color: rgb(153 246 228 / 0.2);
  }

  .hover\:outline-teal-200\/25:hover {
    outline-color: rgb(153 246 228 / 0.25);
  }

  .hover\:outline-teal-200\/30:hover {
    outline-color: rgb(153 246 228 / 0.3);
  }

  .hover\:outline-teal-200\/35:hover {
    outline-color: rgb(153 246 228 / 0.35);
  }

  .hover\:outline-teal-200\/40:hover {
    outline-color: rgb(153 246 228 / 0.4);
  }

  .hover\:outline-teal-200\/45:hover {
    outline-color: rgb(153 246 228 / 0.45);
  }

  .hover\:outline-teal-200\/5:hover {
    outline-color: rgb(153 246 228 / 0.05);
  }

  .hover\:outline-teal-200\/50:hover {
    outline-color: rgb(153 246 228 / 0.5);
  }

  .hover\:outline-teal-200\/55:hover {
    outline-color: rgb(153 246 228 / 0.55);
  }

  .hover\:outline-teal-200\/60:hover {
    outline-color: rgb(153 246 228 / 0.6);
  }

  .hover\:outline-teal-200\/65:hover {
    outline-color: rgb(153 246 228 / 0.65);
  }

  .hover\:outline-teal-200\/70:hover {
    outline-color: rgb(153 246 228 / 0.7);
  }

  .hover\:outline-teal-200\/75:hover {
    outline-color: rgb(153 246 228 / 0.75);
  }

  .hover\:outline-teal-200\/80:hover {
    outline-color: rgb(153 246 228 / 0.8);
  }

  .hover\:outline-teal-200\/85:hover {
    outline-color: rgb(153 246 228 / 0.85);
  }

  .hover\:outline-teal-200\/90:hover {
    outline-color: rgb(153 246 228 / 0.9);
  }

  .hover\:outline-teal-200\/95:hover {
    outline-color: rgb(153 246 228 / 0.95);
  }

  .hover\:outline-teal-300:hover {
    outline-color: #5eead4;
  }

  .hover\:outline-teal-300\/0:hover {
    outline-color: rgb(94 234 212 / 0);
  }

  .hover\:outline-teal-300\/10:hover {
    outline-color: rgb(94 234 212 / 0.1);
  }

  .hover\:outline-teal-300\/100:hover {
    outline-color: rgb(94 234 212 / 1);
  }

  .hover\:outline-teal-300\/15:hover {
    outline-color: rgb(94 234 212 / 0.15);
  }

  .hover\:outline-teal-300\/20:hover {
    outline-color: rgb(94 234 212 / 0.2);
  }

  .hover\:outline-teal-300\/25:hover {
    outline-color: rgb(94 234 212 / 0.25);
  }

  .hover\:outline-teal-300\/30:hover {
    outline-color: rgb(94 234 212 / 0.3);
  }

  .hover\:outline-teal-300\/35:hover {
    outline-color: rgb(94 234 212 / 0.35);
  }

  .hover\:outline-teal-300\/40:hover {
    outline-color: rgb(94 234 212 / 0.4);
  }

  .hover\:outline-teal-300\/45:hover {
    outline-color: rgb(94 234 212 / 0.45);
  }

  .hover\:outline-teal-300\/5:hover {
    outline-color: rgb(94 234 212 / 0.05);
  }

  .hover\:outline-teal-300\/50:hover {
    outline-color: rgb(94 234 212 / 0.5);
  }

  .hover\:outline-teal-300\/55:hover {
    outline-color: rgb(94 234 212 / 0.55);
  }

  .hover\:outline-teal-300\/60:hover {
    outline-color: rgb(94 234 212 / 0.6);
  }

  .hover\:outline-teal-300\/65:hover {
    outline-color: rgb(94 234 212 / 0.65);
  }

  .hover\:outline-teal-300\/70:hover {
    outline-color: rgb(94 234 212 / 0.7);
  }

  .hover\:outline-teal-300\/75:hover {
    outline-color: rgb(94 234 212 / 0.75);
  }

  .hover\:outline-teal-300\/80:hover {
    outline-color: rgb(94 234 212 / 0.8);
  }

  .hover\:outline-teal-300\/85:hover {
    outline-color: rgb(94 234 212 / 0.85);
  }

  .hover\:outline-teal-300\/90:hover {
    outline-color: rgb(94 234 212 / 0.9);
  }

  .hover\:outline-teal-300\/95:hover {
    outline-color: rgb(94 234 212 / 0.95);
  }

  .hover\:outline-teal-400:hover {
    outline-color: #2dd4bf;
  }

  .hover\:outline-teal-400\/0:hover {
    outline-color: rgb(45 212 191 / 0);
  }

  .hover\:outline-teal-400\/10:hover {
    outline-color: rgb(45 212 191 / 0.1);
  }

  .hover\:outline-teal-400\/100:hover {
    outline-color: rgb(45 212 191 / 1);
  }

  .hover\:outline-teal-400\/15:hover {
    outline-color: rgb(45 212 191 / 0.15);
  }

  .hover\:outline-teal-400\/20:hover {
    outline-color: rgb(45 212 191 / 0.2);
  }

  .hover\:outline-teal-400\/25:hover {
    outline-color: rgb(45 212 191 / 0.25);
  }

  .hover\:outline-teal-400\/30:hover {
    outline-color: rgb(45 212 191 / 0.3);
  }

  .hover\:outline-teal-400\/35:hover {
    outline-color: rgb(45 212 191 / 0.35);
  }

  .hover\:outline-teal-400\/40:hover {
    outline-color: rgb(45 212 191 / 0.4);
  }

  .hover\:outline-teal-400\/45:hover {
    outline-color: rgb(45 212 191 / 0.45);
  }

  .hover\:outline-teal-400\/5:hover {
    outline-color: rgb(45 212 191 / 0.05);
  }

  .hover\:outline-teal-400\/50:hover {
    outline-color: rgb(45 212 191 / 0.5);
  }

  .hover\:outline-teal-400\/55:hover {
    outline-color: rgb(45 212 191 / 0.55);
  }

  .hover\:outline-teal-400\/60:hover {
    outline-color: rgb(45 212 191 / 0.6);
  }

  .hover\:outline-teal-400\/65:hover {
    outline-color: rgb(45 212 191 / 0.65);
  }

  .hover\:outline-teal-400\/70:hover {
    outline-color: rgb(45 212 191 / 0.7);
  }

  .hover\:outline-teal-400\/75:hover {
    outline-color: rgb(45 212 191 / 0.75);
  }

  .hover\:outline-teal-400\/80:hover {
    outline-color: rgb(45 212 191 / 0.8);
  }

  .hover\:outline-teal-400\/85:hover {
    outline-color: rgb(45 212 191 / 0.85);
  }

  .hover\:outline-teal-400\/90:hover {
    outline-color: rgb(45 212 191 / 0.9);
  }

  .hover\:outline-teal-400\/95:hover {
    outline-color: rgb(45 212 191 / 0.95);
  }

  .hover\:outline-teal-50:hover {
    outline-color: #f0fdfa;
  }

  .hover\:outline-teal-50\/0:hover {
    outline-color: rgb(240 253 250 / 0);
  }

  .hover\:outline-teal-50\/10:hover {
    outline-color: rgb(240 253 250 / 0.1);
  }

  .hover\:outline-teal-50\/100:hover {
    outline-color: rgb(240 253 250 / 1);
  }

  .hover\:outline-teal-50\/15:hover {
    outline-color: rgb(240 253 250 / 0.15);
  }

  .hover\:outline-teal-50\/20:hover {
    outline-color: rgb(240 253 250 / 0.2);
  }

  .hover\:outline-teal-50\/25:hover {
    outline-color: rgb(240 253 250 / 0.25);
  }

  .hover\:outline-teal-50\/30:hover {
    outline-color: rgb(240 253 250 / 0.3);
  }

  .hover\:outline-teal-50\/35:hover {
    outline-color: rgb(240 253 250 / 0.35);
  }

  .hover\:outline-teal-50\/40:hover {
    outline-color: rgb(240 253 250 / 0.4);
  }

  .hover\:outline-teal-50\/45:hover {
    outline-color: rgb(240 253 250 / 0.45);
  }

  .hover\:outline-teal-50\/5:hover {
    outline-color: rgb(240 253 250 / 0.05);
  }

  .hover\:outline-teal-50\/50:hover {
    outline-color: rgb(240 253 250 / 0.5);
  }

  .hover\:outline-teal-50\/55:hover {
    outline-color: rgb(240 253 250 / 0.55);
  }

  .hover\:outline-teal-50\/60:hover {
    outline-color: rgb(240 253 250 / 0.6);
  }

  .hover\:outline-teal-50\/65:hover {
    outline-color: rgb(240 253 250 / 0.65);
  }

  .hover\:outline-teal-50\/70:hover {
    outline-color: rgb(240 253 250 / 0.7);
  }

  .hover\:outline-teal-50\/75:hover {
    outline-color: rgb(240 253 250 / 0.75);
  }

  .hover\:outline-teal-50\/80:hover {
    outline-color: rgb(240 253 250 / 0.8);
  }

  .hover\:outline-teal-50\/85:hover {
    outline-color: rgb(240 253 250 / 0.85);
  }

  .hover\:outline-teal-50\/90:hover {
    outline-color: rgb(240 253 250 / 0.9);
  }

  .hover\:outline-teal-50\/95:hover {
    outline-color: rgb(240 253 250 / 0.95);
  }

  .hover\:outline-teal-500:hover {
    outline-color: #14b8a6;
  }

  .hover\:outline-teal-500\/0:hover {
    outline-color: rgb(20 184 166 / 0);
  }

  .hover\:outline-teal-500\/10:hover {
    outline-color: rgb(20 184 166 / 0.1);
  }

  .hover\:outline-teal-500\/100:hover {
    outline-color: rgb(20 184 166 / 1);
  }

  .hover\:outline-teal-500\/15:hover {
    outline-color: rgb(20 184 166 / 0.15);
  }

  .hover\:outline-teal-500\/20:hover {
    outline-color: rgb(20 184 166 / 0.2);
  }

  .hover\:outline-teal-500\/25:hover {
    outline-color: rgb(20 184 166 / 0.25);
  }

  .hover\:outline-teal-500\/30:hover {
    outline-color: rgb(20 184 166 / 0.3);
  }

  .hover\:outline-teal-500\/35:hover {
    outline-color: rgb(20 184 166 / 0.35);
  }

  .hover\:outline-teal-500\/40:hover {
    outline-color: rgb(20 184 166 / 0.4);
  }

  .hover\:outline-teal-500\/45:hover {
    outline-color: rgb(20 184 166 / 0.45);
  }

  .hover\:outline-teal-500\/5:hover {
    outline-color: rgb(20 184 166 / 0.05);
  }

  .hover\:outline-teal-500\/50:hover {
    outline-color: rgb(20 184 166 / 0.5);
  }

  .hover\:outline-teal-500\/55:hover {
    outline-color: rgb(20 184 166 / 0.55);
  }

  .hover\:outline-teal-500\/60:hover {
    outline-color: rgb(20 184 166 / 0.6);
  }

  .hover\:outline-teal-500\/65:hover {
    outline-color: rgb(20 184 166 / 0.65);
  }

  .hover\:outline-teal-500\/70:hover {
    outline-color: rgb(20 184 166 / 0.7);
  }

  .hover\:outline-teal-500\/75:hover {
    outline-color: rgb(20 184 166 / 0.75);
  }

  .hover\:outline-teal-500\/80:hover {
    outline-color: rgb(20 184 166 / 0.8);
  }

  .hover\:outline-teal-500\/85:hover {
    outline-color: rgb(20 184 166 / 0.85);
  }

  .hover\:outline-teal-500\/90:hover {
    outline-color: rgb(20 184 166 / 0.9);
  }

  .hover\:outline-teal-500\/95:hover {
    outline-color: rgb(20 184 166 / 0.95);
  }

  .hover\:outline-teal-600:hover {
    outline-color: #0d9488;
  }

  .hover\:outline-teal-600\/0:hover {
    outline-color: rgb(13 148 136 / 0);
  }

  .hover\:outline-teal-600\/10:hover {
    outline-color: rgb(13 148 136 / 0.1);
  }

  .hover\:outline-teal-600\/100:hover {
    outline-color: rgb(13 148 136 / 1);
  }

  .hover\:outline-teal-600\/15:hover {
    outline-color: rgb(13 148 136 / 0.15);
  }

  .hover\:outline-teal-600\/20:hover {
    outline-color: rgb(13 148 136 / 0.2);
  }

  .hover\:outline-teal-600\/25:hover {
    outline-color: rgb(13 148 136 / 0.25);
  }

  .hover\:outline-teal-600\/30:hover {
    outline-color: rgb(13 148 136 / 0.3);
  }

  .hover\:outline-teal-600\/35:hover {
    outline-color: rgb(13 148 136 / 0.35);
  }

  .hover\:outline-teal-600\/40:hover {
    outline-color: rgb(13 148 136 / 0.4);
  }

  .hover\:outline-teal-600\/45:hover {
    outline-color: rgb(13 148 136 / 0.45);
  }

  .hover\:outline-teal-600\/5:hover {
    outline-color: rgb(13 148 136 / 0.05);
  }

  .hover\:outline-teal-600\/50:hover {
    outline-color: rgb(13 148 136 / 0.5);
  }

  .hover\:outline-teal-600\/55:hover {
    outline-color: rgb(13 148 136 / 0.55);
  }

  .hover\:outline-teal-600\/60:hover {
    outline-color: rgb(13 148 136 / 0.6);
  }

  .hover\:outline-teal-600\/65:hover {
    outline-color: rgb(13 148 136 / 0.65);
  }

  .hover\:outline-teal-600\/70:hover {
    outline-color: rgb(13 148 136 / 0.7);
  }

  .hover\:outline-teal-600\/75:hover {
    outline-color: rgb(13 148 136 / 0.75);
  }

  .hover\:outline-teal-600\/80:hover {
    outline-color: rgb(13 148 136 / 0.8);
  }

  .hover\:outline-teal-600\/85:hover {
    outline-color: rgb(13 148 136 / 0.85);
  }

  .hover\:outline-teal-600\/90:hover {
    outline-color: rgb(13 148 136 / 0.9);
  }

  .hover\:outline-teal-600\/95:hover {
    outline-color: rgb(13 148 136 / 0.95);
  }

  .hover\:outline-teal-700:hover {
    outline-color: #0f766e;
  }

  .hover\:outline-teal-700\/0:hover {
    outline-color: rgb(15 118 110 / 0);
  }

  .hover\:outline-teal-700\/10:hover {
    outline-color: rgb(15 118 110 / 0.1);
  }

  .hover\:outline-teal-700\/100:hover {
    outline-color: rgb(15 118 110 / 1);
  }

  .hover\:outline-teal-700\/15:hover {
    outline-color: rgb(15 118 110 / 0.15);
  }

  .hover\:outline-teal-700\/20:hover {
    outline-color: rgb(15 118 110 / 0.2);
  }

  .hover\:outline-teal-700\/25:hover {
    outline-color: rgb(15 118 110 / 0.25);
  }

  .hover\:outline-teal-700\/30:hover {
    outline-color: rgb(15 118 110 / 0.3);
  }

  .hover\:outline-teal-700\/35:hover {
    outline-color: rgb(15 118 110 / 0.35);
  }

  .hover\:outline-teal-700\/40:hover {
    outline-color: rgb(15 118 110 / 0.4);
  }

  .hover\:outline-teal-700\/45:hover {
    outline-color: rgb(15 118 110 / 0.45);
  }

  .hover\:outline-teal-700\/5:hover {
    outline-color: rgb(15 118 110 / 0.05);
  }

  .hover\:outline-teal-700\/50:hover {
    outline-color: rgb(15 118 110 / 0.5);
  }

  .hover\:outline-teal-700\/55:hover {
    outline-color: rgb(15 118 110 / 0.55);
  }

  .hover\:outline-teal-700\/60:hover {
    outline-color: rgb(15 118 110 / 0.6);
  }

  .hover\:outline-teal-700\/65:hover {
    outline-color: rgb(15 118 110 / 0.65);
  }

  .hover\:outline-teal-700\/70:hover {
    outline-color: rgb(15 118 110 / 0.7);
  }

  .hover\:outline-teal-700\/75:hover {
    outline-color: rgb(15 118 110 / 0.75);
  }

  .hover\:outline-teal-700\/80:hover {
    outline-color: rgb(15 118 110 / 0.8);
  }

  .hover\:outline-teal-700\/85:hover {
    outline-color: rgb(15 118 110 / 0.85);
  }

  .hover\:outline-teal-700\/90:hover {
    outline-color: rgb(15 118 110 / 0.9);
  }

  .hover\:outline-teal-700\/95:hover {
    outline-color: rgb(15 118 110 / 0.95);
  }

  .hover\:outline-teal-800:hover {
    outline-color: #115e59;
  }

  .hover\:outline-teal-800\/0:hover {
    outline-color: rgb(17 94 89 / 0);
  }

  .hover\:outline-teal-800\/10:hover {
    outline-color: rgb(17 94 89 / 0.1);
  }

  .hover\:outline-teal-800\/100:hover {
    outline-color: rgb(17 94 89 / 1);
  }

  .hover\:outline-teal-800\/15:hover {
    outline-color: rgb(17 94 89 / 0.15);
  }

  .hover\:outline-teal-800\/20:hover {
    outline-color: rgb(17 94 89 / 0.2);
  }

  .hover\:outline-teal-800\/25:hover {
    outline-color: rgb(17 94 89 / 0.25);
  }

  .hover\:outline-teal-800\/30:hover {
    outline-color: rgb(17 94 89 / 0.3);
  }

  .hover\:outline-teal-800\/35:hover {
    outline-color: rgb(17 94 89 / 0.35);
  }

  .hover\:outline-teal-800\/40:hover {
    outline-color: rgb(17 94 89 / 0.4);
  }

  .hover\:outline-teal-800\/45:hover {
    outline-color: rgb(17 94 89 / 0.45);
  }

  .hover\:outline-teal-800\/5:hover {
    outline-color: rgb(17 94 89 / 0.05);
  }

  .hover\:outline-teal-800\/50:hover {
    outline-color: rgb(17 94 89 / 0.5);
  }

  .hover\:outline-teal-800\/55:hover {
    outline-color: rgb(17 94 89 / 0.55);
  }

  .hover\:outline-teal-800\/60:hover {
    outline-color: rgb(17 94 89 / 0.6);
  }

  .hover\:outline-teal-800\/65:hover {
    outline-color: rgb(17 94 89 / 0.65);
  }

  .hover\:outline-teal-800\/70:hover {
    outline-color: rgb(17 94 89 / 0.7);
  }

  .hover\:outline-teal-800\/75:hover {
    outline-color: rgb(17 94 89 / 0.75);
  }

  .hover\:outline-teal-800\/80:hover {
    outline-color: rgb(17 94 89 / 0.8);
  }

  .hover\:outline-teal-800\/85:hover {
    outline-color: rgb(17 94 89 / 0.85);
  }

  .hover\:outline-teal-800\/90:hover {
    outline-color: rgb(17 94 89 / 0.9);
  }

  .hover\:outline-teal-800\/95:hover {
    outline-color: rgb(17 94 89 / 0.95);
  }

  .hover\:outline-teal-900:hover {
    outline-color: #134e4a;
  }

  .hover\:outline-teal-900\/0:hover {
    outline-color: rgb(19 78 74 / 0);
  }

  .hover\:outline-teal-900\/10:hover {
    outline-color: rgb(19 78 74 / 0.1);
  }

  .hover\:outline-teal-900\/100:hover {
    outline-color: rgb(19 78 74 / 1);
  }

  .hover\:outline-teal-900\/15:hover {
    outline-color: rgb(19 78 74 / 0.15);
  }

  .hover\:outline-teal-900\/20:hover {
    outline-color: rgb(19 78 74 / 0.2);
  }

  .hover\:outline-teal-900\/25:hover {
    outline-color: rgb(19 78 74 / 0.25);
  }

  .hover\:outline-teal-900\/30:hover {
    outline-color: rgb(19 78 74 / 0.3);
  }

  .hover\:outline-teal-900\/35:hover {
    outline-color: rgb(19 78 74 / 0.35);
  }

  .hover\:outline-teal-900\/40:hover {
    outline-color: rgb(19 78 74 / 0.4);
  }

  .hover\:outline-teal-900\/45:hover {
    outline-color: rgb(19 78 74 / 0.45);
  }

  .hover\:outline-teal-900\/5:hover {
    outline-color: rgb(19 78 74 / 0.05);
  }

  .hover\:outline-teal-900\/50:hover {
    outline-color: rgb(19 78 74 / 0.5);
  }

  .hover\:outline-teal-900\/55:hover {
    outline-color: rgb(19 78 74 / 0.55);
  }

  .hover\:outline-teal-900\/60:hover {
    outline-color: rgb(19 78 74 / 0.6);
  }

  .hover\:outline-teal-900\/65:hover {
    outline-color: rgb(19 78 74 / 0.65);
  }

  .hover\:outline-teal-900\/70:hover {
    outline-color: rgb(19 78 74 / 0.7);
  }

  .hover\:outline-teal-900\/75:hover {
    outline-color: rgb(19 78 74 / 0.75);
  }

  .hover\:outline-teal-900\/80:hover {
    outline-color: rgb(19 78 74 / 0.8);
  }

  .hover\:outline-teal-900\/85:hover {
    outline-color: rgb(19 78 74 / 0.85);
  }

  .hover\:outline-teal-900\/90:hover {
    outline-color: rgb(19 78 74 / 0.9);
  }

  .hover\:outline-teal-900\/95:hover {
    outline-color: rgb(19 78 74 / 0.95);
  }

  .hover\:outline-teal-950:hover {
    outline-color: #042f2e;
  }

  .hover\:outline-teal-950\/0:hover {
    outline-color: rgb(4 47 46 / 0);
  }

  .hover\:outline-teal-950\/10:hover {
    outline-color: rgb(4 47 46 / 0.1);
  }

  .hover\:outline-teal-950\/100:hover {
    outline-color: rgb(4 47 46 / 1);
  }

  .hover\:outline-teal-950\/15:hover {
    outline-color: rgb(4 47 46 / 0.15);
  }

  .hover\:outline-teal-950\/20:hover {
    outline-color: rgb(4 47 46 / 0.2);
  }

  .hover\:outline-teal-950\/25:hover {
    outline-color: rgb(4 47 46 / 0.25);
  }

  .hover\:outline-teal-950\/30:hover {
    outline-color: rgb(4 47 46 / 0.3);
  }

  .hover\:outline-teal-950\/35:hover {
    outline-color: rgb(4 47 46 / 0.35);
  }

  .hover\:outline-teal-950\/40:hover {
    outline-color: rgb(4 47 46 / 0.4);
  }

  .hover\:outline-teal-950\/45:hover {
    outline-color: rgb(4 47 46 / 0.45);
  }

  .hover\:outline-teal-950\/5:hover {
    outline-color: rgb(4 47 46 / 0.05);
  }

  .hover\:outline-teal-950\/50:hover {
    outline-color: rgb(4 47 46 / 0.5);
  }

  .hover\:outline-teal-950\/55:hover {
    outline-color: rgb(4 47 46 / 0.55);
  }

  .hover\:outline-teal-950\/60:hover {
    outline-color: rgb(4 47 46 / 0.6);
  }

  .hover\:outline-teal-950\/65:hover {
    outline-color: rgb(4 47 46 / 0.65);
  }

  .hover\:outline-teal-950\/70:hover {
    outline-color: rgb(4 47 46 / 0.7);
  }

  .hover\:outline-teal-950\/75:hover {
    outline-color: rgb(4 47 46 / 0.75);
  }

  .hover\:outline-teal-950\/80:hover {
    outline-color: rgb(4 47 46 / 0.8);
  }

  .hover\:outline-teal-950\/85:hover {
    outline-color: rgb(4 47 46 / 0.85);
  }

  .hover\:outline-teal-950\/90:hover {
    outline-color: rgb(4 47 46 / 0.9);
  }

  .hover\:outline-teal-950\/95:hover {
    outline-color: rgb(4 47 46 / 0.95);
  }

  .hover\:outline-transparent:hover {
    outline-color: transparent;
  }

  .hover\:outline-transparent\/0:hover {
    outline-color: rgb(0 0 0 / 0);
  }

  .hover\:outline-transparent\/10:hover {
    outline-color: rgb(0 0 0 / 0.1);
  }

  .hover\:outline-transparent\/100:hover {
    outline-color: rgb(0 0 0 / 1);
  }

  .hover\:outline-transparent\/15:hover {
    outline-color: rgb(0 0 0 / 0.15);
  }

  .hover\:outline-transparent\/20:hover {
    outline-color: rgb(0 0 0 / 0.2);
  }

  .hover\:outline-transparent\/25:hover {
    outline-color: rgb(0 0 0 / 0.25);
  }

  .hover\:outline-transparent\/30:hover {
    outline-color: rgb(0 0 0 / 0.3);
  }

  .hover\:outline-transparent\/35:hover {
    outline-color: rgb(0 0 0 / 0.35);
  }

  .hover\:outline-transparent\/40:hover {
    outline-color: rgb(0 0 0 / 0.4);
  }

  .hover\:outline-transparent\/45:hover {
    outline-color: rgb(0 0 0 / 0.45);
  }

  .hover\:outline-transparent\/5:hover {
    outline-color: rgb(0 0 0 / 0.05);
  }

  .hover\:outline-transparent\/50:hover {
    outline-color: rgb(0 0 0 / 0.5);
  }

  .hover\:outline-transparent\/55:hover {
    outline-color: rgb(0 0 0 / 0.55);
  }

  .hover\:outline-transparent\/60:hover {
    outline-color: rgb(0 0 0 / 0.6);
  }

  .hover\:outline-transparent\/65:hover {
    outline-color: rgb(0 0 0 / 0.65);
  }

  .hover\:outline-transparent\/70:hover {
    outline-color: rgb(0 0 0 / 0.7);
  }

  .hover\:outline-transparent\/75:hover {
    outline-color: rgb(0 0 0 / 0.75);
  }

  .hover\:outline-transparent\/80:hover {
    outline-color: rgb(0 0 0 / 0.8);
  }

  .hover\:outline-transparent\/85:hover {
    outline-color: rgb(0 0 0 / 0.85);
  }

  .hover\:outline-transparent\/90:hover {
    outline-color: rgb(0 0 0 / 0.9);
  }

  .hover\:outline-transparent\/95:hover {
    outline-color: rgb(0 0 0 / 0.95);
  }

  .hover\:outline-violet-100:hover {
    outline-color: #ede9fe;
  }

  .hover\:outline-violet-100\/0:hover {
    outline-color: rgb(237 233 254 / 0);
  }

  .hover\:outline-violet-100\/10:hover {
    outline-color: rgb(237 233 254 / 0.1);
  }

  .hover\:outline-violet-100\/100:hover {
    outline-color: rgb(237 233 254 / 1);
  }

  .hover\:outline-violet-100\/15:hover {
    outline-color: rgb(237 233 254 / 0.15);
  }

  .hover\:outline-violet-100\/20:hover {
    outline-color: rgb(237 233 254 / 0.2);
  }

  .hover\:outline-violet-100\/25:hover {
    outline-color: rgb(237 233 254 / 0.25);
  }

  .hover\:outline-violet-100\/30:hover {
    outline-color: rgb(237 233 254 / 0.3);
  }

  .hover\:outline-violet-100\/35:hover {
    outline-color: rgb(237 233 254 / 0.35);
  }

  .hover\:outline-violet-100\/40:hover {
    outline-color: rgb(237 233 254 / 0.4);
  }

  .hover\:outline-violet-100\/45:hover {
    outline-color: rgb(237 233 254 / 0.45);
  }

  .hover\:outline-violet-100\/5:hover {
    outline-color: rgb(237 233 254 / 0.05);
  }

  .hover\:outline-violet-100\/50:hover {
    outline-color: rgb(237 233 254 / 0.5);
  }

  .hover\:outline-violet-100\/55:hover {
    outline-color: rgb(237 233 254 / 0.55);
  }

  .hover\:outline-violet-100\/60:hover {
    outline-color: rgb(237 233 254 / 0.6);
  }

  .hover\:outline-violet-100\/65:hover {
    outline-color: rgb(237 233 254 / 0.65);
  }

  .hover\:outline-violet-100\/70:hover {
    outline-color: rgb(237 233 254 / 0.7);
  }

  .hover\:outline-violet-100\/75:hover {
    outline-color: rgb(237 233 254 / 0.75);
  }

  .hover\:outline-violet-100\/80:hover {
    outline-color: rgb(237 233 254 / 0.8);
  }

  .hover\:outline-violet-100\/85:hover {
    outline-color: rgb(237 233 254 / 0.85);
  }

  .hover\:outline-violet-100\/90:hover {
    outline-color: rgb(237 233 254 / 0.9);
  }

  .hover\:outline-violet-100\/95:hover {
    outline-color: rgb(237 233 254 / 0.95);
  }

  .hover\:outline-violet-200:hover {
    outline-color: #ddd6fe;
  }

  .hover\:outline-violet-200\/0:hover {
    outline-color: rgb(221 214 254 / 0);
  }

  .hover\:outline-violet-200\/10:hover {
    outline-color: rgb(221 214 254 / 0.1);
  }

  .hover\:outline-violet-200\/100:hover {
    outline-color: rgb(221 214 254 / 1);
  }

  .hover\:outline-violet-200\/15:hover {
    outline-color: rgb(221 214 254 / 0.15);
  }

  .hover\:outline-violet-200\/20:hover {
    outline-color: rgb(221 214 254 / 0.2);
  }

  .hover\:outline-violet-200\/25:hover {
    outline-color: rgb(221 214 254 / 0.25);
  }

  .hover\:outline-violet-200\/30:hover {
    outline-color: rgb(221 214 254 / 0.3);
  }

  .hover\:outline-violet-200\/35:hover {
    outline-color: rgb(221 214 254 / 0.35);
  }

  .hover\:outline-violet-200\/40:hover {
    outline-color: rgb(221 214 254 / 0.4);
  }

  .hover\:outline-violet-200\/45:hover {
    outline-color: rgb(221 214 254 / 0.45);
  }

  .hover\:outline-violet-200\/5:hover {
    outline-color: rgb(221 214 254 / 0.05);
  }

  .hover\:outline-violet-200\/50:hover {
    outline-color: rgb(221 214 254 / 0.5);
  }

  .hover\:outline-violet-200\/55:hover {
    outline-color: rgb(221 214 254 / 0.55);
  }

  .hover\:outline-violet-200\/60:hover {
    outline-color: rgb(221 214 254 / 0.6);
  }

  .hover\:outline-violet-200\/65:hover {
    outline-color: rgb(221 214 254 / 0.65);
  }

  .hover\:outline-violet-200\/70:hover {
    outline-color: rgb(221 214 254 / 0.7);
  }

  .hover\:outline-violet-200\/75:hover {
    outline-color: rgb(221 214 254 / 0.75);
  }

  .hover\:outline-violet-200\/80:hover {
    outline-color: rgb(221 214 254 / 0.8);
  }

  .hover\:outline-violet-200\/85:hover {
    outline-color: rgb(221 214 254 / 0.85);
  }

  .hover\:outline-violet-200\/90:hover {
    outline-color: rgb(221 214 254 / 0.9);
  }

  .hover\:outline-violet-200\/95:hover {
    outline-color: rgb(221 214 254 / 0.95);
  }

  .hover\:outline-violet-300:hover {
    outline-color: #c4b5fd;
  }

  .hover\:outline-violet-300\/0:hover {
    outline-color: rgb(196 181 253 / 0);
  }

  .hover\:outline-violet-300\/10:hover {
    outline-color: rgb(196 181 253 / 0.1);
  }

  .hover\:outline-violet-300\/100:hover {
    outline-color: rgb(196 181 253 / 1);
  }

  .hover\:outline-violet-300\/15:hover {
    outline-color: rgb(196 181 253 / 0.15);
  }

  .hover\:outline-violet-300\/20:hover {
    outline-color: rgb(196 181 253 / 0.2);
  }

  .hover\:outline-violet-300\/25:hover {
    outline-color: rgb(196 181 253 / 0.25);
  }

  .hover\:outline-violet-300\/30:hover {
    outline-color: rgb(196 181 253 / 0.3);
  }

  .hover\:outline-violet-300\/35:hover {
    outline-color: rgb(196 181 253 / 0.35);
  }

  .hover\:outline-violet-300\/40:hover {
    outline-color: rgb(196 181 253 / 0.4);
  }

  .hover\:outline-violet-300\/45:hover {
    outline-color: rgb(196 181 253 / 0.45);
  }

  .hover\:outline-violet-300\/5:hover {
    outline-color: rgb(196 181 253 / 0.05);
  }

  .hover\:outline-violet-300\/50:hover {
    outline-color: rgb(196 181 253 / 0.5);
  }

  .hover\:outline-violet-300\/55:hover {
    outline-color: rgb(196 181 253 / 0.55);
  }

  .hover\:outline-violet-300\/60:hover {
    outline-color: rgb(196 181 253 / 0.6);
  }

  .hover\:outline-violet-300\/65:hover {
    outline-color: rgb(196 181 253 / 0.65);
  }

  .hover\:outline-violet-300\/70:hover {
    outline-color: rgb(196 181 253 / 0.7);
  }

  .hover\:outline-violet-300\/75:hover {
    outline-color: rgb(196 181 253 / 0.75);
  }

  .hover\:outline-violet-300\/80:hover {
    outline-color: rgb(196 181 253 / 0.8);
  }

  .hover\:outline-violet-300\/85:hover {
    outline-color: rgb(196 181 253 / 0.85);
  }

  .hover\:outline-violet-300\/90:hover {
    outline-color: rgb(196 181 253 / 0.9);
  }

  .hover\:outline-violet-300\/95:hover {
    outline-color: rgb(196 181 253 / 0.95);
  }

  .hover\:outline-violet-400:hover {
    outline-color: #a78bfa;
  }

  .hover\:outline-violet-400\/0:hover {
    outline-color: rgb(167 139 250 / 0);
  }

  .hover\:outline-violet-400\/10:hover {
    outline-color: rgb(167 139 250 / 0.1);
  }

  .hover\:outline-violet-400\/100:hover {
    outline-color: rgb(167 139 250 / 1);
  }

  .hover\:outline-violet-400\/15:hover {
    outline-color: rgb(167 139 250 / 0.15);
  }

  .hover\:outline-violet-400\/20:hover {
    outline-color: rgb(167 139 250 / 0.2);
  }

  .hover\:outline-violet-400\/25:hover {
    outline-color: rgb(167 139 250 / 0.25);
  }

  .hover\:outline-violet-400\/30:hover {
    outline-color: rgb(167 139 250 / 0.3);
  }

  .hover\:outline-violet-400\/35:hover {
    outline-color: rgb(167 139 250 / 0.35);
  }

  .hover\:outline-violet-400\/40:hover {
    outline-color: rgb(167 139 250 / 0.4);
  }

  .hover\:outline-violet-400\/45:hover {
    outline-color: rgb(167 139 250 / 0.45);
  }

  .hover\:outline-violet-400\/5:hover {
    outline-color: rgb(167 139 250 / 0.05);
  }

  .hover\:outline-violet-400\/50:hover {
    outline-color: rgb(167 139 250 / 0.5);
  }

  .hover\:outline-violet-400\/55:hover {
    outline-color: rgb(167 139 250 / 0.55);
  }

  .hover\:outline-violet-400\/60:hover {
    outline-color: rgb(167 139 250 / 0.6);
  }

  .hover\:outline-violet-400\/65:hover {
    outline-color: rgb(167 139 250 / 0.65);
  }

  .hover\:outline-violet-400\/70:hover {
    outline-color: rgb(167 139 250 / 0.7);
  }

  .hover\:outline-violet-400\/75:hover {
    outline-color: rgb(167 139 250 / 0.75);
  }

  .hover\:outline-violet-400\/80:hover {
    outline-color: rgb(167 139 250 / 0.8);
  }

  .hover\:outline-violet-400\/85:hover {
    outline-color: rgb(167 139 250 / 0.85);
  }

  .hover\:outline-violet-400\/90:hover {
    outline-color: rgb(167 139 250 / 0.9);
  }

  .hover\:outline-violet-400\/95:hover {
    outline-color: rgb(167 139 250 / 0.95);
  }

  .hover\:outline-violet-50:hover {
    outline-color: #f5f3ff;
  }

  .hover\:outline-violet-50\/0:hover {
    outline-color: rgb(245 243 255 / 0);
  }

  .hover\:outline-violet-50\/10:hover {
    outline-color: rgb(245 243 255 / 0.1);
  }

  .hover\:outline-violet-50\/100:hover {
    outline-color: rgb(245 243 255 / 1);
  }

  .hover\:outline-violet-50\/15:hover {
    outline-color: rgb(245 243 255 / 0.15);
  }

  .hover\:outline-violet-50\/20:hover {
    outline-color: rgb(245 243 255 / 0.2);
  }

  .hover\:outline-violet-50\/25:hover {
    outline-color: rgb(245 243 255 / 0.25);
  }

  .hover\:outline-violet-50\/30:hover {
    outline-color: rgb(245 243 255 / 0.3);
  }

  .hover\:outline-violet-50\/35:hover {
    outline-color: rgb(245 243 255 / 0.35);
  }

  .hover\:outline-violet-50\/40:hover {
    outline-color: rgb(245 243 255 / 0.4);
  }

  .hover\:outline-violet-50\/45:hover {
    outline-color: rgb(245 243 255 / 0.45);
  }

  .hover\:outline-violet-50\/5:hover {
    outline-color: rgb(245 243 255 / 0.05);
  }

  .hover\:outline-violet-50\/50:hover {
    outline-color: rgb(245 243 255 / 0.5);
  }

  .hover\:outline-violet-50\/55:hover {
    outline-color: rgb(245 243 255 / 0.55);
  }

  .hover\:outline-violet-50\/60:hover {
    outline-color: rgb(245 243 255 / 0.6);
  }

  .hover\:outline-violet-50\/65:hover {
    outline-color: rgb(245 243 255 / 0.65);
  }

  .hover\:outline-violet-50\/70:hover {
    outline-color: rgb(245 243 255 / 0.7);
  }

  .hover\:outline-violet-50\/75:hover {
    outline-color: rgb(245 243 255 / 0.75);
  }

  .hover\:outline-violet-50\/80:hover {
    outline-color: rgb(245 243 255 / 0.8);
  }

  .hover\:outline-violet-50\/85:hover {
    outline-color: rgb(245 243 255 / 0.85);
  }

  .hover\:outline-violet-50\/90:hover {
    outline-color: rgb(245 243 255 / 0.9);
  }

  .hover\:outline-violet-50\/95:hover {
    outline-color: rgb(245 243 255 / 0.95);
  }

  .hover\:outline-violet-500:hover {
    outline-color: #8b5cf6;
  }

  .hover\:outline-violet-500\/0:hover {
    outline-color: rgb(139 92 246 / 0);
  }

  .hover\:outline-violet-500\/10:hover {
    outline-color: rgb(139 92 246 / 0.1);
  }

  .hover\:outline-violet-500\/100:hover {
    outline-color: rgb(139 92 246 / 1);
  }

  .hover\:outline-violet-500\/15:hover {
    outline-color: rgb(139 92 246 / 0.15);
  }

  .hover\:outline-violet-500\/20:hover {
    outline-color: rgb(139 92 246 / 0.2);
  }

  .hover\:outline-violet-500\/25:hover {
    outline-color: rgb(139 92 246 / 0.25);
  }

  .hover\:outline-violet-500\/30:hover {
    outline-color: rgb(139 92 246 / 0.3);
  }

  .hover\:outline-violet-500\/35:hover {
    outline-color: rgb(139 92 246 / 0.35);
  }

  .hover\:outline-violet-500\/40:hover {
    outline-color: rgb(139 92 246 / 0.4);
  }

  .hover\:outline-violet-500\/45:hover {
    outline-color: rgb(139 92 246 / 0.45);
  }

  .hover\:outline-violet-500\/5:hover {
    outline-color: rgb(139 92 246 / 0.05);
  }

  .hover\:outline-violet-500\/50:hover {
    outline-color: rgb(139 92 246 / 0.5);
  }

  .hover\:outline-violet-500\/55:hover {
    outline-color: rgb(139 92 246 / 0.55);
  }

  .hover\:outline-violet-500\/60:hover {
    outline-color: rgb(139 92 246 / 0.6);
  }

  .hover\:outline-violet-500\/65:hover {
    outline-color: rgb(139 92 246 / 0.65);
  }

  .hover\:outline-violet-500\/70:hover {
    outline-color: rgb(139 92 246 / 0.7);
  }

  .hover\:outline-violet-500\/75:hover {
    outline-color: rgb(139 92 246 / 0.75);
  }

  .hover\:outline-violet-500\/80:hover {
    outline-color: rgb(139 92 246 / 0.8);
  }

  .hover\:outline-violet-500\/85:hover {
    outline-color: rgb(139 92 246 / 0.85);
  }

  .hover\:outline-violet-500\/90:hover {
    outline-color: rgb(139 92 246 / 0.9);
  }

  .hover\:outline-violet-500\/95:hover {
    outline-color: rgb(139 92 246 / 0.95);
  }

  .hover\:outline-violet-600:hover {
    outline-color: #7c3aed;
  }

  .hover\:outline-violet-600\/0:hover {
    outline-color: rgb(124 58 237 / 0);
  }

  .hover\:outline-violet-600\/10:hover {
    outline-color: rgb(124 58 237 / 0.1);
  }

  .hover\:outline-violet-600\/100:hover {
    outline-color: rgb(124 58 237 / 1);
  }

  .hover\:outline-violet-600\/15:hover {
    outline-color: rgb(124 58 237 / 0.15);
  }

  .hover\:outline-violet-600\/20:hover {
    outline-color: rgb(124 58 237 / 0.2);
  }

  .hover\:outline-violet-600\/25:hover {
    outline-color: rgb(124 58 237 / 0.25);
  }

  .hover\:outline-violet-600\/30:hover {
    outline-color: rgb(124 58 237 / 0.3);
  }

  .hover\:outline-violet-600\/35:hover {
    outline-color: rgb(124 58 237 / 0.35);
  }

  .hover\:outline-violet-600\/40:hover {
    outline-color: rgb(124 58 237 / 0.4);
  }

  .hover\:outline-violet-600\/45:hover {
    outline-color: rgb(124 58 237 / 0.45);
  }

  .hover\:outline-violet-600\/5:hover {
    outline-color: rgb(124 58 237 / 0.05);
  }

  .hover\:outline-violet-600\/50:hover {
    outline-color: rgb(124 58 237 / 0.5);
  }

  .hover\:outline-violet-600\/55:hover {
    outline-color: rgb(124 58 237 / 0.55);
  }

  .hover\:outline-violet-600\/60:hover {
    outline-color: rgb(124 58 237 / 0.6);
  }

  .hover\:outline-violet-600\/65:hover {
    outline-color: rgb(124 58 237 / 0.65);
  }

  .hover\:outline-violet-600\/70:hover {
    outline-color: rgb(124 58 237 / 0.7);
  }

  .hover\:outline-violet-600\/75:hover {
    outline-color: rgb(124 58 237 / 0.75);
  }

  .hover\:outline-violet-600\/80:hover {
    outline-color: rgb(124 58 237 / 0.8);
  }

  .hover\:outline-violet-600\/85:hover {
    outline-color: rgb(124 58 237 / 0.85);
  }

  .hover\:outline-violet-600\/90:hover {
    outline-color: rgb(124 58 237 / 0.9);
  }

  .hover\:outline-violet-600\/95:hover {
    outline-color: rgb(124 58 237 / 0.95);
  }

  .hover\:outline-violet-700:hover {
    outline-color: #6d28d9;
  }

  .hover\:outline-violet-700\/0:hover {
    outline-color: rgb(109 40 217 / 0);
  }

  .hover\:outline-violet-700\/10:hover {
    outline-color: rgb(109 40 217 / 0.1);
  }

  .hover\:outline-violet-700\/100:hover {
    outline-color: rgb(109 40 217 / 1);
  }

  .hover\:outline-violet-700\/15:hover {
    outline-color: rgb(109 40 217 / 0.15);
  }

  .hover\:outline-violet-700\/20:hover {
    outline-color: rgb(109 40 217 / 0.2);
  }

  .hover\:outline-violet-700\/25:hover {
    outline-color: rgb(109 40 217 / 0.25);
  }

  .hover\:outline-violet-700\/30:hover {
    outline-color: rgb(109 40 217 / 0.3);
  }

  .hover\:outline-violet-700\/35:hover {
    outline-color: rgb(109 40 217 / 0.35);
  }

  .hover\:outline-violet-700\/40:hover {
    outline-color: rgb(109 40 217 / 0.4);
  }

  .hover\:outline-violet-700\/45:hover {
    outline-color: rgb(109 40 217 / 0.45);
  }

  .hover\:outline-violet-700\/5:hover {
    outline-color: rgb(109 40 217 / 0.05);
  }

  .hover\:outline-violet-700\/50:hover {
    outline-color: rgb(109 40 217 / 0.5);
  }

  .hover\:outline-violet-700\/55:hover {
    outline-color: rgb(109 40 217 / 0.55);
  }

  .hover\:outline-violet-700\/60:hover {
    outline-color: rgb(109 40 217 / 0.6);
  }

  .hover\:outline-violet-700\/65:hover {
    outline-color: rgb(109 40 217 / 0.65);
  }

  .hover\:outline-violet-700\/70:hover {
    outline-color: rgb(109 40 217 / 0.7);
  }

  .hover\:outline-violet-700\/75:hover {
    outline-color: rgb(109 40 217 / 0.75);
  }

  .hover\:outline-violet-700\/80:hover {
    outline-color: rgb(109 40 217 / 0.8);
  }

  .hover\:outline-violet-700\/85:hover {
    outline-color: rgb(109 40 217 / 0.85);
  }

  .hover\:outline-violet-700\/90:hover {
    outline-color: rgb(109 40 217 / 0.9);
  }

  .hover\:outline-violet-700\/95:hover {
    outline-color: rgb(109 40 217 / 0.95);
  }

  .hover\:outline-violet-800:hover {
    outline-color: #5b21b6;
  }

  .hover\:outline-violet-800\/0:hover {
    outline-color: rgb(91 33 182 / 0);
  }

  .hover\:outline-violet-800\/10:hover {
    outline-color: rgb(91 33 182 / 0.1);
  }

  .hover\:outline-violet-800\/100:hover {
    outline-color: rgb(91 33 182 / 1);
  }

  .hover\:outline-violet-800\/15:hover {
    outline-color: rgb(91 33 182 / 0.15);
  }

  .hover\:outline-violet-800\/20:hover {
    outline-color: rgb(91 33 182 / 0.2);
  }

  .hover\:outline-violet-800\/25:hover {
    outline-color: rgb(91 33 182 / 0.25);
  }

  .hover\:outline-violet-800\/30:hover {
    outline-color: rgb(91 33 182 / 0.3);
  }

  .hover\:outline-violet-800\/35:hover {
    outline-color: rgb(91 33 182 / 0.35);
  }

  .hover\:outline-violet-800\/40:hover {
    outline-color: rgb(91 33 182 / 0.4);
  }

  .hover\:outline-violet-800\/45:hover {
    outline-color: rgb(91 33 182 / 0.45);
  }

  .hover\:outline-violet-800\/5:hover {
    outline-color: rgb(91 33 182 / 0.05);
  }

  .hover\:outline-violet-800\/50:hover {
    outline-color: rgb(91 33 182 / 0.5);
  }

  .hover\:outline-violet-800\/55:hover {
    outline-color: rgb(91 33 182 / 0.55);
  }

  .hover\:outline-violet-800\/60:hover {
    outline-color: rgb(91 33 182 / 0.6);
  }

  .hover\:outline-violet-800\/65:hover {
    outline-color: rgb(91 33 182 / 0.65);
  }

  .hover\:outline-violet-800\/70:hover {
    outline-color: rgb(91 33 182 / 0.7);
  }

  .hover\:outline-violet-800\/75:hover {
    outline-color: rgb(91 33 182 / 0.75);
  }

  .hover\:outline-violet-800\/80:hover {
    outline-color: rgb(91 33 182 / 0.8);
  }

  .hover\:outline-violet-800\/85:hover {
    outline-color: rgb(91 33 182 / 0.85);
  }

  .hover\:outline-violet-800\/90:hover {
    outline-color: rgb(91 33 182 / 0.9);
  }

  .hover\:outline-violet-800\/95:hover {
    outline-color: rgb(91 33 182 / 0.95);
  }

  .hover\:outline-violet-900:hover {
    outline-color: #4c1d95;
  }

  .hover\:outline-violet-900\/0:hover {
    outline-color: rgb(76 29 149 / 0);
  }

  .hover\:outline-violet-900\/10:hover {
    outline-color: rgb(76 29 149 / 0.1);
  }

  .hover\:outline-violet-900\/100:hover {
    outline-color: rgb(76 29 149 / 1);
  }

  .hover\:outline-violet-900\/15:hover {
    outline-color: rgb(76 29 149 / 0.15);
  }

  .hover\:outline-violet-900\/20:hover {
    outline-color: rgb(76 29 149 / 0.2);
  }

  .hover\:outline-violet-900\/25:hover {
    outline-color: rgb(76 29 149 / 0.25);
  }

  .hover\:outline-violet-900\/30:hover {
    outline-color: rgb(76 29 149 / 0.3);
  }

  .hover\:outline-violet-900\/35:hover {
    outline-color: rgb(76 29 149 / 0.35);
  }

  .hover\:outline-violet-900\/40:hover {
    outline-color: rgb(76 29 149 / 0.4);
  }

  .hover\:outline-violet-900\/45:hover {
    outline-color: rgb(76 29 149 / 0.45);
  }

  .hover\:outline-violet-900\/5:hover {
    outline-color: rgb(76 29 149 / 0.05);
  }

  .hover\:outline-violet-900\/50:hover {
    outline-color: rgb(76 29 149 / 0.5);
  }

  .hover\:outline-violet-900\/55:hover {
    outline-color: rgb(76 29 149 / 0.55);
  }

  .hover\:outline-violet-900\/60:hover {
    outline-color: rgb(76 29 149 / 0.6);
  }

  .hover\:outline-violet-900\/65:hover {
    outline-color: rgb(76 29 149 / 0.65);
  }

  .hover\:outline-violet-900\/70:hover {
    outline-color: rgb(76 29 149 / 0.7);
  }

  .hover\:outline-violet-900\/75:hover {
    outline-color: rgb(76 29 149 / 0.75);
  }

  .hover\:outline-violet-900\/80:hover {
    outline-color: rgb(76 29 149 / 0.8);
  }

  .hover\:outline-violet-900\/85:hover {
    outline-color: rgb(76 29 149 / 0.85);
  }

  .hover\:outline-violet-900\/90:hover {
    outline-color: rgb(76 29 149 / 0.9);
  }

  .hover\:outline-violet-900\/95:hover {
    outline-color: rgb(76 29 149 / 0.95);
  }

  .hover\:outline-violet-950:hover {
    outline-color: #2e1065;
  }

  .hover\:outline-violet-950\/0:hover {
    outline-color: rgb(46 16 101 / 0);
  }

  .hover\:outline-violet-950\/10:hover {
    outline-color: rgb(46 16 101 / 0.1);
  }

  .hover\:outline-violet-950\/100:hover {
    outline-color: rgb(46 16 101 / 1);
  }

  .hover\:outline-violet-950\/15:hover {
    outline-color: rgb(46 16 101 / 0.15);
  }

  .hover\:outline-violet-950\/20:hover {
    outline-color: rgb(46 16 101 / 0.2);
  }

  .hover\:outline-violet-950\/25:hover {
    outline-color: rgb(46 16 101 / 0.25);
  }

  .hover\:outline-violet-950\/30:hover {
    outline-color: rgb(46 16 101 / 0.3);
  }

  .hover\:outline-violet-950\/35:hover {
    outline-color: rgb(46 16 101 / 0.35);
  }

  .hover\:outline-violet-950\/40:hover {
    outline-color: rgb(46 16 101 / 0.4);
  }

  .hover\:outline-violet-950\/45:hover {
    outline-color: rgb(46 16 101 / 0.45);
  }

  .hover\:outline-violet-950\/5:hover {
    outline-color: rgb(46 16 101 / 0.05);
  }

  .hover\:outline-violet-950\/50:hover {
    outline-color: rgb(46 16 101 / 0.5);
  }

  .hover\:outline-violet-950\/55:hover {
    outline-color: rgb(46 16 101 / 0.55);
  }

  .hover\:outline-violet-950\/60:hover {
    outline-color: rgb(46 16 101 / 0.6);
  }

  .hover\:outline-violet-950\/65:hover {
    outline-color: rgb(46 16 101 / 0.65);
  }

  .hover\:outline-violet-950\/70:hover {
    outline-color: rgb(46 16 101 / 0.7);
  }

  .hover\:outline-violet-950\/75:hover {
    outline-color: rgb(46 16 101 / 0.75);
  }

  .hover\:outline-violet-950\/80:hover {
    outline-color: rgb(46 16 101 / 0.8);
  }

  .hover\:outline-violet-950\/85:hover {
    outline-color: rgb(46 16 101 / 0.85);
  }

  .hover\:outline-violet-950\/90:hover {
    outline-color: rgb(46 16 101 / 0.9);
  }

  .hover\:outline-violet-950\/95:hover {
    outline-color: rgb(46 16 101 / 0.95);
  }

  .hover\:outline-white:hover {
    outline-color: #fff;
  }

  .hover\:outline-white\/0:hover {
    outline-color: rgb(255 255 255 / 0);
  }

  .hover\:outline-white\/10:hover {
    outline-color: rgb(255 255 255 / 0.1);
  }

  .hover\:outline-white\/100:hover {
    outline-color: rgb(255 255 255 / 1);
  }

  .hover\:outline-white\/15:hover {
    outline-color: rgb(255 255 255 / 0.15);
  }

  .hover\:outline-white\/20:hover {
    outline-color: rgb(255 255 255 / 0.2);
  }

  .hover\:outline-white\/25:hover {
    outline-color: rgb(255 255 255 / 0.25);
  }

  .hover\:outline-white\/30:hover {
    outline-color: rgb(255 255 255 / 0.3);
  }

  .hover\:outline-white\/35:hover {
    outline-color: rgb(255 255 255 / 0.35);
  }

  .hover\:outline-white\/40:hover {
    outline-color: rgb(255 255 255 / 0.4);
  }

  .hover\:outline-white\/45:hover {
    outline-color: rgb(255 255 255 / 0.45);
  }

  .hover\:outline-white\/5:hover {
    outline-color: rgb(255 255 255 / 0.05);
  }

  .hover\:outline-white\/50:hover {
    outline-color: rgb(255 255 255 / 0.5);
  }

  .hover\:outline-white\/55:hover {
    outline-color: rgb(255 255 255 / 0.55);
  }

  .hover\:outline-white\/60:hover {
    outline-color: rgb(255 255 255 / 0.6);
  }

  .hover\:outline-white\/65:hover {
    outline-color: rgb(255 255 255 / 0.65);
  }

  .hover\:outline-white\/70:hover {
    outline-color: rgb(255 255 255 / 0.7);
  }

  .hover\:outline-white\/75:hover {
    outline-color: rgb(255 255 255 / 0.75);
  }

  .hover\:outline-white\/80:hover {
    outline-color: rgb(255 255 255 / 0.8);
  }

  .hover\:outline-white\/85:hover {
    outline-color: rgb(255 255 255 / 0.85);
  }

  .hover\:outline-white\/90:hover {
    outline-color: rgb(255 255 255 / 0.9);
  }

  .hover\:outline-white\/95:hover {
    outline-color: rgb(255 255 255 / 0.95);
  }

  .hover\:outline-yellow-100:hover {
    outline-color: #fef9c3;
  }

  .hover\:outline-yellow-100\/0:hover {
    outline-color: rgb(254 249 195 / 0);
  }

  .hover\:outline-yellow-100\/10:hover {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .hover\:outline-yellow-100\/100:hover {
    outline-color: rgb(254 249 195 / 1);
  }

  .hover\:outline-yellow-100\/15:hover {
    outline-color: rgb(254 249 195 / 0.15);
  }

  .hover\:outline-yellow-100\/20:hover {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .hover\:outline-yellow-100\/25:hover {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .hover\:outline-yellow-100\/30:hover {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .hover\:outline-yellow-100\/35:hover {
    outline-color: rgb(254 249 195 / 0.35);
  }

  .hover\:outline-yellow-100\/40:hover {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .hover\:outline-yellow-100\/45:hover {
    outline-color: rgb(254 249 195 / 0.45);
  }

  .hover\:outline-yellow-100\/5:hover {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .hover\:outline-yellow-100\/50:hover {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .hover\:outline-yellow-100\/55:hover {
    outline-color: rgb(254 249 195 / 0.55);
  }

  .hover\:outline-yellow-100\/60:hover {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .hover\:outline-yellow-100\/65:hover {
    outline-color: rgb(254 249 195 / 0.65);
  }

  .hover\:outline-yellow-100\/70:hover {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .hover\:outline-yellow-100\/75:hover {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .hover\:outline-yellow-100\/80:hover {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .hover\:outline-yellow-100\/85:hover {
    outline-color: rgb(254 249 195 / 0.85);
  }

  .hover\:outline-yellow-100\/90:hover {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .hover\:outline-yellow-100\/95:hover {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .hover\:outline-yellow-200:hover {
    outline-color: #fef08a;
  }

  .hover\:outline-yellow-200\/0:hover {
    outline-color: rgb(254 240 138 / 0);
  }

  .hover\:outline-yellow-200\/10:hover {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .hover\:outline-yellow-200\/100:hover {
    outline-color: rgb(254 240 138 / 1);
  }

  .hover\:outline-yellow-200\/15:hover {
    outline-color: rgb(254 240 138 / 0.15);
  }

  .hover\:outline-yellow-200\/20:hover {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .hover\:outline-yellow-200\/25:hover {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .hover\:outline-yellow-200\/30:hover {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .hover\:outline-yellow-200\/35:hover {
    outline-color: rgb(254 240 138 / 0.35);
  }

  .hover\:outline-yellow-200\/40:hover {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .hover\:outline-yellow-200\/45:hover {
    outline-color: rgb(254 240 138 / 0.45);
  }

  .hover\:outline-yellow-200\/5:hover {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .hover\:outline-yellow-200\/50:hover {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .hover\:outline-yellow-200\/55:hover {
    outline-color: rgb(254 240 138 / 0.55);
  }

  .hover\:outline-yellow-200\/60:hover {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .hover\:outline-yellow-200\/65:hover {
    outline-color: rgb(254 240 138 / 0.65);
  }

  .hover\:outline-yellow-200\/70:hover {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .hover\:outline-yellow-200\/75:hover {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .hover\:outline-yellow-200\/80:hover {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .hover\:outline-yellow-200\/85:hover {
    outline-color: rgb(254 240 138 / 0.85);
  }

  .hover\:outline-yellow-200\/90:hover {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .hover\:outline-yellow-200\/95:hover {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .hover\:outline-yellow-300:hover {
    outline-color: #fde047;
  }

  .hover\:outline-yellow-300\/0:hover {
    outline-color: rgb(253 224 71 / 0);
  }

  .hover\:outline-yellow-300\/10:hover {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .hover\:outline-yellow-300\/100:hover {
    outline-color: rgb(253 224 71 / 1);
  }

  .hover\:outline-yellow-300\/15:hover {
    outline-color: rgb(253 224 71 / 0.15);
  }

  .hover\:outline-yellow-300\/20:hover {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .hover\:outline-yellow-300\/25:hover {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .hover\:outline-yellow-300\/30:hover {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .hover\:outline-yellow-300\/35:hover {
    outline-color: rgb(253 224 71 / 0.35);
  }

  .hover\:outline-yellow-300\/40:hover {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .hover\:outline-yellow-300\/45:hover {
    outline-color: rgb(253 224 71 / 0.45);
  }

  .hover\:outline-yellow-300\/5:hover {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .hover\:outline-yellow-300\/50:hover {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .hover\:outline-yellow-300\/55:hover {
    outline-color: rgb(253 224 71 / 0.55);
  }

  .hover\:outline-yellow-300\/60:hover {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .hover\:outline-yellow-300\/65:hover {
    outline-color: rgb(253 224 71 / 0.65);
  }

  .hover\:outline-yellow-300\/70:hover {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .hover\:outline-yellow-300\/75:hover {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .hover\:outline-yellow-300\/80:hover {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .hover\:outline-yellow-300\/85:hover {
    outline-color: rgb(253 224 71 / 0.85);
  }

  .hover\:outline-yellow-300\/90:hover {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .hover\:outline-yellow-300\/95:hover {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .hover\:outline-yellow-400:hover {
    outline-color: #facc15;
  }

  .hover\:outline-yellow-400\/0:hover {
    outline-color: rgb(250 204 21 / 0);
  }

  .hover\:outline-yellow-400\/10:hover {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .hover\:outline-yellow-400\/100:hover {
    outline-color: rgb(250 204 21 / 1);
  }

  .hover\:outline-yellow-400\/15:hover {
    outline-color: rgb(250 204 21 / 0.15);
  }

  .hover\:outline-yellow-400\/20:hover {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .hover\:outline-yellow-400\/25:hover {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .hover\:outline-yellow-400\/30:hover {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .hover\:outline-yellow-400\/35:hover {
    outline-color: rgb(250 204 21 / 0.35);
  }

  .hover\:outline-yellow-400\/40:hover {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .hover\:outline-yellow-400\/45:hover {
    outline-color: rgb(250 204 21 / 0.45);
  }

  .hover\:outline-yellow-400\/5:hover {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .hover\:outline-yellow-400\/50:hover {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .hover\:outline-yellow-400\/55:hover {
    outline-color: rgb(250 204 21 / 0.55);
  }

  .hover\:outline-yellow-400\/60:hover {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .hover\:outline-yellow-400\/65:hover {
    outline-color: rgb(250 204 21 / 0.65);
  }

  .hover\:outline-yellow-400\/70:hover {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .hover\:outline-yellow-400\/75:hover {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .hover\:outline-yellow-400\/80:hover {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .hover\:outline-yellow-400\/85:hover {
    outline-color: rgb(250 204 21 / 0.85);
  }

  .hover\:outline-yellow-400\/90:hover {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .hover\:outline-yellow-400\/95:hover {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .hover\:outline-yellow-50:hover {
    outline-color: #fefce8;
  }

  .hover\:outline-yellow-50\/0:hover {
    outline-color: rgb(254 252 232 / 0);
  }

  .hover\:outline-yellow-50\/10:hover {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .hover\:outline-yellow-50\/100:hover {
    outline-color: rgb(254 252 232 / 1);
  }

  .hover\:outline-yellow-50\/15:hover {
    outline-color: rgb(254 252 232 / 0.15);
  }

  .hover\:outline-yellow-50\/20:hover {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .hover\:outline-yellow-50\/25:hover {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .hover\:outline-yellow-50\/30:hover {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .hover\:outline-yellow-50\/35:hover {
    outline-color: rgb(254 252 232 / 0.35);
  }

  .hover\:outline-yellow-50\/40:hover {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .hover\:outline-yellow-50\/45:hover {
    outline-color: rgb(254 252 232 / 0.45);
  }

  .hover\:outline-yellow-50\/5:hover {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .hover\:outline-yellow-50\/50:hover {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .hover\:outline-yellow-50\/55:hover {
    outline-color: rgb(254 252 232 / 0.55);
  }

  .hover\:outline-yellow-50\/60:hover {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .hover\:outline-yellow-50\/65:hover {
    outline-color: rgb(254 252 232 / 0.65);
  }

  .hover\:outline-yellow-50\/70:hover {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .hover\:outline-yellow-50\/75:hover {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .hover\:outline-yellow-50\/80:hover {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .hover\:outline-yellow-50\/85:hover {
    outline-color: rgb(254 252 232 / 0.85);
  }

  .hover\:outline-yellow-50\/90:hover {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .hover\:outline-yellow-50\/95:hover {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .hover\:outline-yellow-500:hover {
    outline-color: #eab308;
  }

  .hover\:outline-yellow-500\/0:hover {
    outline-color: rgb(234 179 8 / 0);
  }

  .hover\:outline-yellow-500\/10:hover {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .hover\:outline-yellow-500\/100:hover {
    outline-color: rgb(234 179 8 / 1);
  }

  .hover\:outline-yellow-500\/15:hover {
    outline-color: rgb(234 179 8 / 0.15);
  }

  .hover\:outline-yellow-500\/20:hover {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .hover\:outline-yellow-500\/25:hover {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .hover\:outline-yellow-500\/30:hover {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .hover\:outline-yellow-500\/35:hover {
    outline-color: rgb(234 179 8 / 0.35);
  }

  .hover\:outline-yellow-500\/40:hover {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .hover\:outline-yellow-500\/45:hover {
    outline-color: rgb(234 179 8 / 0.45);
  }

  .hover\:outline-yellow-500\/5:hover {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .hover\:outline-yellow-500\/50:hover {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .hover\:outline-yellow-500\/55:hover {
    outline-color: rgb(234 179 8 / 0.55);
  }

  .hover\:outline-yellow-500\/60:hover {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .hover\:outline-yellow-500\/65:hover {
    outline-color: rgb(234 179 8 / 0.65);
  }

  .hover\:outline-yellow-500\/70:hover {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .hover\:outline-yellow-500\/75:hover {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .hover\:outline-yellow-500\/80:hover {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .hover\:outline-yellow-500\/85:hover {
    outline-color: rgb(234 179 8 / 0.85);
  }

  .hover\:outline-yellow-500\/90:hover {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .hover\:outline-yellow-500\/95:hover {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .hover\:outline-yellow-600:hover {
    outline-color: #ca8a04;
  }

  .hover\:outline-yellow-600\/0:hover {
    outline-color: rgb(202 138 4 / 0);
  }

  .hover\:outline-yellow-600\/10:hover {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .hover\:outline-yellow-600\/100:hover {
    outline-color: rgb(202 138 4 / 1);
  }

  .hover\:outline-yellow-600\/15:hover {
    outline-color: rgb(202 138 4 / 0.15);
  }

  .hover\:outline-yellow-600\/20:hover {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .hover\:outline-yellow-600\/25:hover {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .hover\:outline-yellow-600\/30:hover {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .hover\:outline-yellow-600\/35:hover {
    outline-color: rgb(202 138 4 / 0.35);
  }

  .hover\:outline-yellow-600\/40:hover {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .hover\:outline-yellow-600\/45:hover {
    outline-color: rgb(202 138 4 / 0.45);
  }

  .hover\:outline-yellow-600\/5:hover {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .hover\:outline-yellow-600\/50:hover {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .hover\:outline-yellow-600\/55:hover {
    outline-color: rgb(202 138 4 / 0.55);
  }

  .hover\:outline-yellow-600\/60:hover {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .hover\:outline-yellow-600\/65:hover {
    outline-color: rgb(202 138 4 / 0.65);
  }

  .hover\:outline-yellow-600\/70:hover {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .hover\:outline-yellow-600\/75:hover {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .hover\:outline-yellow-600\/80:hover {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .hover\:outline-yellow-600\/85:hover {
    outline-color: rgb(202 138 4 / 0.85);
  }

  .hover\:outline-yellow-600\/90:hover {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .hover\:outline-yellow-600\/95:hover {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .hover\:outline-yellow-700:hover {
    outline-color: #a16207;
  }

  .hover\:outline-yellow-700\/0:hover {
    outline-color: rgb(161 98 7 / 0);
  }

  .hover\:outline-yellow-700\/10:hover {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .hover\:outline-yellow-700\/100:hover {
    outline-color: rgb(161 98 7 / 1);
  }

  .hover\:outline-yellow-700\/15:hover {
    outline-color: rgb(161 98 7 / 0.15);
  }

  .hover\:outline-yellow-700\/20:hover {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .hover\:outline-yellow-700\/25:hover {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .hover\:outline-yellow-700\/30:hover {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .hover\:outline-yellow-700\/35:hover {
    outline-color: rgb(161 98 7 / 0.35);
  }

  .hover\:outline-yellow-700\/40:hover {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .hover\:outline-yellow-700\/45:hover {
    outline-color: rgb(161 98 7 / 0.45);
  }

  .hover\:outline-yellow-700\/5:hover {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .hover\:outline-yellow-700\/50:hover {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .hover\:outline-yellow-700\/55:hover {
    outline-color: rgb(161 98 7 / 0.55);
  }

  .hover\:outline-yellow-700\/60:hover {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .hover\:outline-yellow-700\/65:hover {
    outline-color: rgb(161 98 7 / 0.65);
  }

  .hover\:outline-yellow-700\/70:hover {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .hover\:outline-yellow-700\/75:hover {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .hover\:outline-yellow-700\/80:hover {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .hover\:outline-yellow-700\/85:hover {
    outline-color: rgb(161 98 7 / 0.85);
  }

  .hover\:outline-yellow-700\/90:hover {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .hover\:outline-yellow-700\/95:hover {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .hover\:outline-yellow-800:hover {
    outline-color: #854d0e;
  }

  .hover\:outline-yellow-800\/0:hover {
    outline-color: rgb(133 77 14 / 0);
  }

  .hover\:outline-yellow-800\/10:hover {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .hover\:outline-yellow-800\/100:hover {
    outline-color: rgb(133 77 14 / 1);
  }

  .hover\:outline-yellow-800\/15:hover {
    outline-color: rgb(133 77 14 / 0.15);
  }

  .hover\:outline-yellow-800\/20:hover {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .hover\:outline-yellow-800\/25:hover {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .hover\:outline-yellow-800\/30:hover {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .hover\:outline-yellow-800\/35:hover {
    outline-color: rgb(133 77 14 / 0.35);
  }

  .hover\:outline-yellow-800\/40:hover {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .hover\:outline-yellow-800\/45:hover {
    outline-color: rgb(133 77 14 / 0.45);
  }

  .hover\:outline-yellow-800\/5:hover {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .hover\:outline-yellow-800\/50:hover {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .hover\:outline-yellow-800\/55:hover {
    outline-color: rgb(133 77 14 / 0.55);
  }

  .hover\:outline-yellow-800\/60:hover {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .hover\:outline-yellow-800\/65:hover {
    outline-color: rgb(133 77 14 / 0.65);
  }

  .hover\:outline-yellow-800\/70:hover {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .hover\:outline-yellow-800\/75:hover {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .hover\:outline-yellow-800\/80:hover {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .hover\:outline-yellow-800\/85:hover {
    outline-color: rgb(133 77 14 / 0.85);
  }

  .hover\:outline-yellow-800\/90:hover {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .hover\:outline-yellow-800\/95:hover {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .hover\:outline-yellow-900:hover {
    outline-color: #713f12;
  }

  .hover\:outline-yellow-900\/0:hover {
    outline-color: rgb(113 63 18 / 0);
  }

  .hover\:outline-yellow-900\/10:hover {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .hover\:outline-yellow-900\/100:hover {
    outline-color: rgb(113 63 18 / 1);
  }

  .hover\:outline-yellow-900\/15:hover {
    outline-color: rgb(113 63 18 / 0.15);
  }

  .hover\:outline-yellow-900\/20:hover {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .hover\:outline-yellow-900\/25:hover {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .hover\:outline-yellow-900\/30:hover {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .hover\:outline-yellow-900\/35:hover {
    outline-color: rgb(113 63 18 / 0.35);
  }

  .hover\:outline-yellow-900\/40:hover {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .hover\:outline-yellow-900\/45:hover {
    outline-color: rgb(113 63 18 / 0.45);
  }

  .hover\:outline-yellow-900\/5:hover {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .hover\:outline-yellow-900\/50:hover {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .hover\:outline-yellow-900\/55:hover {
    outline-color: rgb(113 63 18 / 0.55);
  }

  .hover\:outline-yellow-900\/60:hover {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .hover\:outline-yellow-900\/65:hover {
    outline-color: rgb(113 63 18 / 0.65);
  }

  .hover\:outline-yellow-900\/70:hover {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .hover\:outline-yellow-900\/75:hover {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .hover\:outline-yellow-900\/80:hover {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .hover\:outline-yellow-900\/85:hover {
    outline-color: rgb(113 63 18 / 0.85);
  }

  .hover\:outline-yellow-900\/90:hover {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .hover\:outline-yellow-900\/95:hover {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .hover\:outline-yellow-950:hover {
    outline-color: #422006;
  }

  .hover\:outline-yellow-950\/0:hover {
    outline-color: rgb(66 32 6 / 0);
  }

  .hover\:outline-yellow-950\/10:hover {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .hover\:outline-yellow-950\/100:hover {
    outline-color: rgb(66 32 6 / 1);
  }

  .hover\:outline-yellow-950\/15:hover {
    outline-color: rgb(66 32 6 / 0.15);
  }

  .hover\:outline-yellow-950\/20:hover {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .hover\:outline-yellow-950\/25:hover {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .hover\:outline-yellow-950\/30:hover {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .hover\:outline-yellow-950\/35:hover {
    outline-color: rgb(66 32 6 / 0.35);
  }

  .hover\:outline-yellow-950\/40:hover {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .hover\:outline-yellow-950\/45:hover {
    outline-color: rgb(66 32 6 / 0.45);
  }

  .hover\:outline-yellow-950\/5:hover {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .hover\:outline-yellow-950\/50:hover {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .hover\:outline-yellow-950\/55:hover {
    outline-color: rgb(66 32 6 / 0.55);
  }

  .hover\:outline-yellow-950\/60:hover {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .hover\:outline-yellow-950\/65:hover {
    outline-color: rgb(66 32 6 / 0.65);
  }

  .hover\:outline-yellow-950\/70:hover {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .hover\:outline-yellow-950\/75:hover {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .hover\:outline-yellow-950\/80:hover {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .hover\:outline-yellow-950\/85:hover {
    outline-color: rgb(66 32 6 / 0.85);
  }

  .hover\:outline-yellow-950\/90:hover {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .hover\:outline-yellow-950\/95:hover {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .hover\:outline-zinc-100:hover {
    outline-color: #f4f4f5;
  }

  .hover\:outline-zinc-100\/0:hover {
    outline-color: rgb(244 244 245 / 0);
  }

  .hover\:outline-zinc-100\/10:hover {
    outline-color: rgb(244 244 245 / 0.1);
  }

  .hover\:outline-zinc-100\/100:hover {
    outline-color: rgb(244 244 245 / 1);
  }

  .hover\:outline-zinc-100\/15:hover {
    outline-color: rgb(244 244 245 / 0.15);
  }

  .hover\:outline-zinc-100\/20:hover {
    outline-color: rgb(244 244 245 / 0.2);
  }

  .hover\:outline-zinc-100\/25:hover {
    outline-color: rgb(244 244 245 / 0.25);
  }

  .hover\:outline-zinc-100\/30:hover {
    outline-color: rgb(244 244 245 / 0.3);
  }

  .hover\:outline-zinc-100\/35:hover {
    outline-color: rgb(244 244 245 / 0.35);
  }

  .hover\:outline-zinc-100\/40:hover {
    outline-color: rgb(244 244 245 / 0.4);
  }

  .hover\:outline-zinc-100\/45:hover {
    outline-color: rgb(244 244 245 / 0.45);
  }

  .hover\:outline-zinc-100\/5:hover {
    outline-color: rgb(244 244 245 / 0.05);
  }

  .hover\:outline-zinc-100\/50:hover {
    outline-color: rgb(244 244 245 / 0.5);
  }

  .hover\:outline-zinc-100\/55:hover {
    outline-color: rgb(244 244 245 / 0.55);
  }

  .hover\:outline-zinc-100\/60:hover {
    outline-color: rgb(244 244 245 / 0.6);
  }

  .hover\:outline-zinc-100\/65:hover {
    outline-color: rgb(244 244 245 / 0.65);
  }

  .hover\:outline-zinc-100\/70:hover {
    outline-color: rgb(244 244 245 / 0.7);
  }

  .hover\:outline-zinc-100\/75:hover {
    outline-color: rgb(244 244 245 / 0.75);
  }

  .hover\:outline-zinc-100\/80:hover {
    outline-color: rgb(244 244 245 / 0.8);
  }

  .hover\:outline-zinc-100\/85:hover {
    outline-color: rgb(244 244 245 / 0.85);
  }

  .hover\:outline-zinc-100\/90:hover {
    outline-color: rgb(244 244 245 / 0.9);
  }

  .hover\:outline-zinc-100\/95:hover {
    outline-color: rgb(244 244 245 / 0.95);
  }

  .hover\:outline-zinc-200:hover {
    outline-color: #e4e4e7;
  }

  .hover\:outline-zinc-200\/0:hover {
    outline-color: rgb(228 228 231 / 0);
  }

  .hover\:outline-zinc-200\/10:hover {
    outline-color: rgb(228 228 231 / 0.1);
  }

  .hover\:outline-zinc-200\/100:hover {
    outline-color: rgb(228 228 231 / 1);
  }

  .hover\:outline-zinc-200\/15:hover {
    outline-color: rgb(228 228 231 / 0.15);
  }

  .hover\:outline-zinc-200\/20:hover {
    outline-color: rgb(228 228 231 / 0.2);
  }

  .hover\:outline-zinc-200\/25:hover {
    outline-color: rgb(228 228 231 / 0.25);
  }

  .hover\:outline-zinc-200\/30:hover {
    outline-color: rgb(228 228 231 / 0.3);
  }

  .hover\:outline-zinc-200\/35:hover {
    outline-color: rgb(228 228 231 / 0.35);
  }

  .hover\:outline-zinc-200\/40:hover {
    outline-color: rgb(228 228 231 / 0.4);
  }

  .hover\:outline-zinc-200\/45:hover {
    outline-color: rgb(228 228 231 / 0.45);
  }

  .hover\:outline-zinc-200\/5:hover {
    outline-color: rgb(228 228 231 / 0.05);
  }

  .hover\:outline-zinc-200\/50:hover {
    outline-color: rgb(228 228 231 / 0.5);
  }

  .hover\:outline-zinc-200\/55:hover {
    outline-color: rgb(228 228 231 / 0.55);
  }

  .hover\:outline-zinc-200\/60:hover {
    outline-color: rgb(228 228 231 / 0.6);
  }

  .hover\:outline-zinc-200\/65:hover {
    outline-color: rgb(228 228 231 / 0.65);
  }

  .hover\:outline-zinc-200\/70:hover {
    outline-color: rgb(228 228 231 / 0.7);
  }

  .hover\:outline-zinc-200\/75:hover {
    outline-color: rgb(228 228 231 / 0.75);
  }

  .hover\:outline-zinc-200\/80:hover {
    outline-color: rgb(228 228 231 / 0.8);
  }

  .hover\:outline-zinc-200\/85:hover {
    outline-color: rgb(228 228 231 / 0.85);
  }

  .hover\:outline-zinc-200\/90:hover {
    outline-color: rgb(228 228 231 / 0.9);
  }

  .hover\:outline-zinc-200\/95:hover {
    outline-color: rgb(228 228 231 / 0.95);
  }

  .hover\:outline-zinc-300:hover {
    outline-color: #d4d4d8;
  }

  .hover\:outline-zinc-300\/0:hover {
    outline-color: rgb(212 212 216 / 0);
  }

  .hover\:outline-zinc-300\/10:hover {
    outline-color: rgb(212 212 216 / 0.1);
  }

  .hover\:outline-zinc-300\/100:hover {
    outline-color: rgb(212 212 216 / 1);
  }

  .hover\:outline-zinc-300\/15:hover {
    outline-color: rgb(212 212 216 / 0.15);
  }

  .hover\:outline-zinc-300\/20:hover {
    outline-color: rgb(212 212 216 / 0.2);
  }

  .hover\:outline-zinc-300\/25:hover {
    outline-color: rgb(212 212 216 / 0.25);
  }

  .hover\:outline-zinc-300\/30:hover {
    outline-color: rgb(212 212 216 / 0.3);
  }

  .hover\:outline-zinc-300\/35:hover {
    outline-color: rgb(212 212 216 / 0.35);
  }

  .hover\:outline-zinc-300\/40:hover {
    outline-color: rgb(212 212 216 / 0.4);
  }

  .hover\:outline-zinc-300\/45:hover {
    outline-color: rgb(212 212 216 / 0.45);
  }

  .hover\:outline-zinc-300\/5:hover {
    outline-color: rgb(212 212 216 / 0.05);
  }

  .hover\:outline-zinc-300\/50:hover {
    outline-color: rgb(212 212 216 / 0.5);
  }

  .hover\:outline-zinc-300\/55:hover {
    outline-color: rgb(212 212 216 / 0.55);
  }

  .hover\:outline-zinc-300\/60:hover {
    outline-color: rgb(212 212 216 / 0.6);
  }

  .hover\:outline-zinc-300\/65:hover {
    outline-color: rgb(212 212 216 / 0.65);
  }

  .hover\:outline-zinc-300\/70:hover {
    outline-color: rgb(212 212 216 / 0.7);
  }

  .hover\:outline-zinc-300\/75:hover {
    outline-color: rgb(212 212 216 / 0.75);
  }

  .hover\:outline-zinc-300\/80:hover {
    outline-color: rgb(212 212 216 / 0.8);
  }

  .hover\:outline-zinc-300\/85:hover {
    outline-color: rgb(212 212 216 / 0.85);
  }

  .hover\:outline-zinc-300\/90:hover {
    outline-color: rgb(212 212 216 / 0.9);
  }

  .hover\:outline-zinc-300\/95:hover {
    outline-color: rgb(212 212 216 / 0.95);
  }

  .hover\:outline-zinc-400:hover {
    outline-color: #a1a1aa;
  }

  .hover\:outline-zinc-400\/0:hover {
    outline-color: rgb(161 161 170 / 0);
  }

  .hover\:outline-zinc-400\/10:hover {
    outline-color: rgb(161 161 170 / 0.1);
  }

  .hover\:outline-zinc-400\/100:hover {
    outline-color: rgb(161 161 170 / 1);
  }

  .hover\:outline-zinc-400\/15:hover {
    outline-color: rgb(161 161 170 / 0.15);
  }

  .hover\:outline-zinc-400\/20:hover {
    outline-color: rgb(161 161 170 / 0.2);
  }

  .hover\:outline-zinc-400\/25:hover {
    outline-color: rgb(161 161 170 / 0.25);
  }

  .hover\:outline-zinc-400\/30:hover {
    outline-color: rgb(161 161 170 / 0.3);
  }

  .hover\:outline-zinc-400\/35:hover {
    outline-color: rgb(161 161 170 / 0.35);
  }

  .hover\:outline-zinc-400\/40:hover {
    outline-color: rgb(161 161 170 / 0.4);
  }

  .hover\:outline-zinc-400\/45:hover {
    outline-color: rgb(161 161 170 / 0.45);
  }

  .hover\:outline-zinc-400\/5:hover {
    outline-color: rgb(161 161 170 / 0.05);
  }

  .hover\:outline-zinc-400\/50:hover {
    outline-color: rgb(161 161 170 / 0.5);
  }

  .hover\:outline-zinc-400\/55:hover {
    outline-color: rgb(161 161 170 / 0.55);
  }

  .hover\:outline-zinc-400\/60:hover {
    outline-color: rgb(161 161 170 / 0.6);
  }

  .hover\:outline-zinc-400\/65:hover {
    outline-color: rgb(161 161 170 / 0.65);
  }

  .hover\:outline-zinc-400\/70:hover {
    outline-color: rgb(161 161 170 / 0.7);
  }

  .hover\:outline-zinc-400\/75:hover {
    outline-color: rgb(161 161 170 / 0.75);
  }

  .hover\:outline-zinc-400\/80:hover {
    outline-color: rgb(161 161 170 / 0.8);
  }

  .hover\:outline-zinc-400\/85:hover {
    outline-color: rgb(161 161 170 / 0.85);
  }

  .hover\:outline-zinc-400\/90:hover {
    outline-color: rgb(161 161 170 / 0.9);
  }

  .hover\:outline-zinc-400\/95:hover {
    outline-color: rgb(161 161 170 / 0.95);
  }

  .hover\:outline-zinc-50:hover {
    outline-color: #fafafa;
  }

  .hover\:outline-zinc-50\/0:hover {
    outline-color: rgb(250 250 250 / 0);
  }

  .hover\:outline-zinc-50\/10:hover {
    outline-color: rgb(250 250 250 / 0.1);
  }

  .hover\:outline-zinc-50\/100:hover {
    outline-color: rgb(250 250 250 / 1);
  }

  .hover\:outline-zinc-50\/15:hover {
    outline-color: rgb(250 250 250 / 0.15);
  }

  .hover\:outline-zinc-50\/20:hover {
    outline-color: rgb(250 250 250 / 0.2);
  }

  .hover\:outline-zinc-50\/25:hover {
    outline-color: rgb(250 250 250 / 0.25);
  }

  .hover\:outline-zinc-50\/30:hover {
    outline-color: rgb(250 250 250 / 0.3);
  }

  .hover\:outline-zinc-50\/35:hover {
    outline-color: rgb(250 250 250 / 0.35);
  }

  .hover\:outline-zinc-50\/40:hover {
    outline-color: rgb(250 250 250 / 0.4);
  }

  .hover\:outline-zinc-50\/45:hover {
    outline-color: rgb(250 250 250 / 0.45);
  }

  .hover\:outline-zinc-50\/5:hover {
    outline-color: rgb(250 250 250 / 0.05);
  }

  .hover\:outline-zinc-50\/50:hover {
    outline-color: rgb(250 250 250 / 0.5);
  }

  .hover\:outline-zinc-50\/55:hover {
    outline-color: rgb(250 250 250 / 0.55);
  }

  .hover\:outline-zinc-50\/60:hover {
    outline-color: rgb(250 250 250 / 0.6);
  }

  .hover\:outline-zinc-50\/65:hover {
    outline-color: rgb(250 250 250 / 0.65);
  }

  .hover\:outline-zinc-50\/70:hover {
    outline-color: rgb(250 250 250 / 0.7);
  }

  .hover\:outline-zinc-50\/75:hover {
    outline-color: rgb(250 250 250 / 0.75);
  }

  .hover\:outline-zinc-50\/80:hover {
    outline-color: rgb(250 250 250 / 0.8);
  }

  .hover\:outline-zinc-50\/85:hover {
    outline-color: rgb(250 250 250 / 0.85);
  }

  .hover\:outline-zinc-50\/90:hover {
    outline-color: rgb(250 250 250 / 0.9);
  }

  .hover\:outline-zinc-50\/95:hover {
    outline-color: rgb(250 250 250 / 0.95);
  }

  .hover\:outline-zinc-500:hover {
    outline-color: #71717a;
  }

  .hover\:outline-zinc-500\/0:hover {
    outline-color: rgb(113 113 122 / 0);
  }

  .hover\:outline-zinc-500\/10:hover {
    outline-color: rgb(113 113 122 / 0.1);
  }

  .hover\:outline-zinc-500\/100:hover {
    outline-color: rgb(113 113 122 / 1);
  }

  .hover\:outline-zinc-500\/15:hover {
    outline-color: rgb(113 113 122 / 0.15);
  }

  .hover\:outline-zinc-500\/20:hover {
    outline-color: rgb(113 113 122 / 0.2);
  }

  .hover\:outline-zinc-500\/25:hover {
    outline-color: rgb(113 113 122 / 0.25);
  }

  .hover\:outline-zinc-500\/30:hover {
    outline-color: rgb(113 113 122 / 0.3);
  }

  .hover\:outline-zinc-500\/35:hover {
    outline-color: rgb(113 113 122 / 0.35);
  }

  .hover\:outline-zinc-500\/40:hover {
    outline-color: rgb(113 113 122 / 0.4);
  }

  .hover\:outline-zinc-500\/45:hover {
    outline-color: rgb(113 113 122 / 0.45);
  }

  .hover\:outline-zinc-500\/5:hover {
    outline-color: rgb(113 113 122 / 0.05);
  }

  .hover\:outline-zinc-500\/50:hover {
    outline-color: rgb(113 113 122 / 0.5);
  }

  .hover\:outline-zinc-500\/55:hover {
    outline-color: rgb(113 113 122 / 0.55);
  }

  .hover\:outline-zinc-500\/60:hover {
    outline-color: rgb(113 113 122 / 0.6);
  }

  .hover\:outline-zinc-500\/65:hover {
    outline-color: rgb(113 113 122 / 0.65);
  }

  .hover\:outline-zinc-500\/70:hover {
    outline-color: rgb(113 113 122 / 0.7);
  }

  .hover\:outline-zinc-500\/75:hover {
    outline-color: rgb(113 113 122 / 0.75);
  }

  .hover\:outline-zinc-500\/80:hover {
    outline-color: rgb(113 113 122 / 0.8);
  }

  .hover\:outline-zinc-500\/85:hover {
    outline-color: rgb(113 113 122 / 0.85);
  }

  .hover\:outline-zinc-500\/90:hover {
    outline-color: rgb(113 113 122 / 0.9);
  }

  .hover\:outline-zinc-500\/95:hover {
    outline-color: rgb(113 113 122 / 0.95);
  }

  .hover\:outline-zinc-600:hover {
    outline-color: #52525b;
  }

  .hover\:outline-zinc-600\/0:hover {
    outline-color: rgb(82 82 91 / 0);
  }

  .hover\:outline-zinc-600\/10:hover {
    outline-color: rgb(82 82 91 / 0.1);
  }

  .hover\:outline-zinc-600\/100:hover {
    outline-color: rgb(82 82 91 / 1);
  }

  .hover\:outline-zinc-600\/15:hover {
    outline-color: rgb(82 82 91 / 0.15);
  }

  .hover\:outline-zinc-600\/20:hover {
    outline-color: rgb(82 82 91 / 0.2);
  }

  .hover\:outline-zinc-600\/25:hover {
    outline-color: rgb(82 82 91 / 0.25);
  }

  .hover\:outline-zinc-600\/30:hover {
    outline-color: rgb(82 82 91 / 0.3);
  }

  .hover\:outline-zinc-600\/35:hover {
    outline-color: rgb(82 82 91 / 0.35);
  }

  .hover\:outline-zinc-600\/40:hover {
    outline-color: rgb(82 82 91 / 0.4);
  }

  .hover\:outline-zinc-600\/45:hover {
    outline-color: rgb(82 82 91 / 0.45);
  }

  .hover\:outline-zinc-600\/5:hover {
    outline-color: rgb(82 82 91 / 0.05);
  }

  .hover\:outline-zinc-600\/50:hover {
    outline-color: rgb(82 82 91 / 0.5);
  }

  .hover\:outline-zinc-600\/55:hover {
    outline-color: rgb(82 82 91 / 0.55);
  }

  .hover\:outline-zinc-600\/60:hover {
    outline-color: rgb(82 82 91 / 0.6);
  }

  .hover\:outline-zinc-600\/65:hover {
    outline-color: rgb(82 82 91 / 0.65);
  }

  .hover\:outline-zinc-600\/70:hover {
    outline-color: rgb(82 82 91 / 0.7);
  }

  .hover\:outline-zinc-600\/75:hover {
    outline-color: rgb(82 82 91 / 0.75);
  }

  .hover\:outline-zinc-600\/80:hover {
    outline-color: rgb(82 82 91 / 0.8);
  }

  .hover\:outline-zinc-600\/85:hover {
    outline-color: rgb(82 82 91 / 0.85);
  }

  .hover\:outline-zinc-600\/90:hover {
    outline-color: rgb(82 82 91 / 0.9);
  }

  .hover\:outline-zinc-600\/95:hover {
    outline-color: rgb(82 82 91 / 0.95);
  }

  .hover\:outline-zinc-700:hover {
    outline-color: #3f3f46;
  }

  .hover\:outline-zinc-700\/0:hover {
    outline-color: rgb(63 63 70 / 0);
  }

  .hover\:outline-zinc-700\/10:hover {
    outline-color: rgb(63 63 70 / 0.1);
  }

  .hover\:outline-zinc-700\/100:hover {
    outline-color: rgb(63 63 70 / 1);
  }

  .hover\:outline-zinc-700\/15:hover {
    outline-color: rgb(63 63 70 / 0.15);
  }

  .hover\:outline-zinc-700\/20:hover {
    outline-color: rgb(63 63 70 / 0.2);
  }

  .hover\:outline-zinc-700\/25:hover {
    outline-color: rgb(63 63 70 / 0.25);
  }

  .hover\:outline-zinc-700\/30:hover {
    outline-color: rgb(63 63 70 / 0.3);
  }

  .hover\:outline-zinc-700\/35:hover {
    outline-color: rgb(63 63 70 / 0.35);
  }

  .hover\:outline-zinc-700\/40:hover {
    outline-color: rgb(63 63 70 / 0.4);
  }

  .hover\:outline-zinc-700\/45:hover {
    outline-color: rgb(63 63 70 / 0.45);
  }

  .hover\:outline-zinc-700\/5:hover {
    outline-color: rgb(63 63 70 / 0.05);
  }

  .hover\:outline-zinc-700\/50:hover {
    outline-color: rgb(63 63 70 / 0.5);
  }

  .hover\:outline-zinc-700\/55:hover {
    outline-color: rgb(63 63 70 / 0.55);
  }

  .hover\:outline-zinc-700\/60:hover {
    outline-color: rgb(63 63 70 / 0.6);
  }

  .hover\:outline-zinc-700\/65:hover {
    outline-color: rgb(63 63 70 / 0.65);
  }

  .hover\:outline-zinc-700\/70:hover {
    outline-color: rgb(63 63 70 / 0.7);
  }

  .hover\:outline-zinc-700\/75:hover {
    outline-color: rgb(63 63 70 / 0.75);
  }

  .hover\:outline-zinc-700\/80:hover {
    outline-color: rgb(63 63 70 / 0.8);
  }

  .hover\:outline-zinc-700\/85:hover {
    outline-color: rgb(63 63 70 / 0.85);
  }

  .hover\:outline-zinc-700\/90:hover {
    outline-color: rgb(63 63 70 / 0.9);
  }

  .hover\:outline-zinc-700\/95:hover {
    outline-color: rgb(63 63 70 / 0.95);
  }

  .hover\:outline-zinc-800:hover {
    outline-color: #27272a;
  }

  .hover\:outline-zinc-800\/0:hover {
    outline-color: rgb(39 39 42 / 0);
  }

  .hover\:outline-zinc-800\/10:hover {
    outline-color: rgb(39 39 42 / 0.1);
  }

  .hover\:outline-zinc-800\/100:hover {
    outline-color: rgb(39 39 42 / 1);
  }

  .hover\:outline-zinc-800\/15:hover {
    outline-color: rgb(39 39 42 / 0.15);
  }

  .hover\:outline-zinc-800\/20:hover {
    outline-color: rgb(39 39 42 / 0.2);
  }

  .hover\:outline-zinc-800\/25:hover {
    outline-color: rgb(39 39 42 / 0.25);
  }

  .hover\:outline-zinc-800\/30:hover {
    outline-color: rgb(39 39 42 / 0.3);
  }

  .hover\:outline-zinc-800\/35:hover {
    outline-color: rgb(39 39 42 / 0.35);
  }

  .hover\:outline-zinc-800\/40:hover {
    outline-color: rgb(39 39 42 / 0.4);
  }

  .hover\:outline-zinc-800\/45:hover {
    outline-color: rgb(39 39 42 / 0.45);
  }

  .hover\:outline-zinc-800\/5:hover {
    outline-color: rgb(39 39 42 / 0.05);
  }

  .hover\:outline-zinc-800\/50:hover {
    outline-color: rgb(39 39 42 / 0.5);
  }

  .hover\:outline-zinc-800\/55:hover {
    outline-color: rgb(39 39 42 / 0.55);
  }

  .hover\:outline-zinc-800\/60:hover {
    outline-color: rgb(39 39 42 / 0.6);
  }

  .hover\:outline-zinc-800\/65:hover {
    outline-color: rgb(39 39 42 / 0.65);
  }

  .hover\:outline-zinc-800\/70:hover {
    outline-color: rgb(39 39 42 / 0.7);
  }

  .hover\:outline-zinc-800\/75:hover {
    outline-color: rgb(39 39 42 / 0.75);
  }

  .hover\:outline-zinc-800\/80:hover {
    outline-color: rgb(39 39 42 / 0.8);
  }

  .hover\:outline-zinc-800\/85:hover {
    outline-color: rgb(39 39 42 / 0.85);
  }

  .hover\:outline-zinc-800\/90:hover {
    outline-color: rgb(39 39 42 / 0.9);
  }

  .hover\:outline-zinc-800\/95:hover {
    outline-color: rgb(39 39 42 / 0.95);
  }

  .hover\:outline-zinc-900:hover {
    outline-color: #18181b;
  }

  .hover\:outline-zinc-900\/0:hover {
    outline-color: rgb(24 24 27 / 0);
  }

  .hover\:outline-zinc-900\/10:hover {
    outline-color: rgb(24 24 27 / 0.1);
  }

  .hover\:outline-zinc-900\/100:hover {
    outline-color: rgb(24 24 27 / 1);
  }

  .hover\:outline-zinc-900\/15:hover {
    outline-color: rgb(24 24 27 / 0.15);
  }

  .hover\:outline-zinc-900\/20:hover {
    outline-color: rgb(24 24 27 / 0.2);
  }

  .hover\:outline-zinc-900\/25:hover {
    outline-color: rgb(24 24 27 / 0.25);
  }

  .hover\:outline-zinc-900\/30:hover {
    outline-color: rgb(24 24 27 / 0.3);
  }

  .hover\:outline-zinc-900\/35:hover {
    outline-color: rgb(24 24 27 / 0.35);
  }

  .hover\:outline-zinc-900\/40:hover {
    outline-color: rgb(24 24 27 / 0.4);
  }

  .hover\:outline-zinc-900\/45:hover {
    outline-color: rgb(24 24 27 / 0.45);
  }

  .hover\:outline-zinc-900\/5:hover {
    outline-color: rgb(24 24 27 / 0.05);
  }

  .hover\:outline-zinc-900\/50:hover {
    outline-color: rgb(24 24 27 / 0.5);
  }

  .hover\:outline-zinc-900\/55:hover {
    outline-color: rgb(24 24 27 / 0.55);
  }

  .hover\:outline-zinc-900\/60:hover {
    outline-color: rgb(24 24 27 / 0.6);
  }

  .hover\:outline-zinc-900\/65:hover {
    outline-color: rgb(24 24 27 / 0.65);
  }

  .hover\:outline-zinc-900\/70:hover {
    outline-color: rgb(24 24 27 / 0.7);
  }

  .hover\:outline-zinc-900\/75:hover {
    outline-color: rgb(24 24 27 / 0.75);
  }

  .hover\:outline-zinc-900\/80:hover {
    outline-color: rgb(24 24 27 / 0.8);
  }

  .hover\:outline-zinc-900\/85:hover {
    outline-color: rgb(24 24 27 / 0.85);
  }

  .hover\:outline-zinc-900\/90:hover {
    outline-color: rgb(24 24 27 / 0.9);
  }

  .hover\:outline-zinc-900\/95:hover {
    outline-color: rgb(24 24 27 / 0.95);
  }

  .hover\:outline-zinc-950:hover {
    outline-color: #09090b;
  }

  .hover\:outline-zinc-950\/0:hover {
    outline-color: rgb(9 9 11 / 0);
  }

  .hover\:outline-zinc-950\/10:hover {
    outline-color: rgb(9 9 11 / 0.1);
  }

  .hover\:outline-zinc-950\/100:hover {
    outline-color: rgb(9 9 11 / 1);
  }

  .hover\:outline-zinc-950\/15:hover {
    outline-color: rgb(9 9 11 / 0.15);
  }

  .hover\:outline-zinc-950\/20:hover {
    outline-color: rgb(9 9 11 / 0.2);
  }

  .hover\:outline-zinc-950\/25:hover {
    outline-color: rgb(9 9 11 / 0.25);
  }

  .hover\:outline-zinc-950\/30:hover {
    outline-color: rgb(9 9 11 / 0.3);
  }

  .hover\:outline-zinc-950\/35:hover {
    outline-color: rgb(9 9 11 / 0.35);
  }

  .hover\:outline-zinc-950\/40:hover {
    outline-color: rgb(9 9 11 / 0.4);
  }

  .hover\:outline-zinc-950\/45:hover {
    outline-color: rgb(9 9 11 / 0.45);
  }

  .hover\:outline-zinc-950\/5:hover {
    outline-color: rgb(9 9 11 / 0.05);
  }

  .hover\:outline-zinc-950\/50:hover {
    outline-color: rgb(9 9 11 / 0.5);
  }

  .hover\:outline-zinc-950\/55:hover {
    outline-color: rgb(9 9 11 / 0.55);
  }

  .hover\:outline-zinc-950\/60:hover {
    outline-color: rgb(9 9 11 / 0.6);
  }

  .hover\:outline-zinc-950\/65:hover {
    outline-color: rgb(9 9 11 / 0.65);
  }

  .hover\:outline-zinc-950\/70:hover {
    outline-color: rgb(9 9 11 / 0.7);
  }

  .hover\:outline-zinc-950\/75:hover {
    outline-color: rgb(9 9 11 / 0.75);
  }

  .hover\:outline-zinc-950\/80:hover {
    outline-color: rgb(9 9 11 / 0.8);
  }

  .hover\:outline-zinc-950\/85:hover {
    outline-color: rgb(9 9 11 / 0.85);
  }

  .hover\:outline-zinc-950\/90:hover {
    outline-color: rgb(9 9 11 / 0.9);
  }

  .hover\:outline-zinc-950\/95:hover {
    outline-color: rgb(9 9 11 / 0.95);
  }

  .hover\:ring-0:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .hover\:ring-1:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .hover\:ring-2:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .hover\:ring-4:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .hover\:ring-8:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .hover\:ring-accent:hover {
    --tw-ring-color: var(--border-accent);
  }

  .hover\:ring-calendar:hover {
    --tw-ring-color: var(--border-calendar);
  }

  .hover\:ring-constant-black:hover {
    --tw-ring-color: var(--general-constant-black);
  }

  .hover\:ring-constant-white:hover {
    --tw-ring-color: var(--general-constant-white);
  }

  .hover\:ring-current:hover {
    --tw-ring-color: currentColor;
  }

  .hover\:ring-focus:hover {
    --tw-ring-color: var(--border-focus);
  }

  .hover\:ring-hover:hover {
    --tw-ring-color: var(--border-hover);
  }

  .hover\:ring-inherit:hover {
    --tw-ring-color: inherit;
  }

  .hover\:ring-input:hover {
    --tw-ring-color: var(--border-input);
  }

  .hover\:ring-input-active:hover {
    --tw-ring-color: var(--border-input-active);
  }

  .hover\:ring-input-active-hover:hover {
    --tw-ring-color: var(--border-input-active-hover);
  }

  .hover\:ring-input-active-pressed:hover {
    --tw-ring-color: var(--border-input-active-pressed);
  }

  .hover\:ring-input-caution:hover {
    --tw-ring-color: var(--border-input-caution);
  }

  .hover\:ring-input-caution-hover:hover {
    --tw-ring-color: var(--border-input-caution-hover);
  }

  .hover\:ring-input-caution-pressed:hover {
    --tw-ring-color: var(--border-input-caution-pressed);
  }

  .hover\:ring-input-critical:hover {
    --tw-ring-color: var(--border-input-critical);
  }

  .hover\:ring-input-critical-hover:hover {
    --tw-ring-color: var(--border-input-critical-hover);
  }

  .hover\:ring-input-critical-pressed:hover {
    --tw-ring-color: var(--border-input-critical-pressed);
  }

  .hover\:ring-input-disabled:hover {
    --tw-ring-color: var(--border-input-disabled);
  }

  .hover\:ring-input-hover:hover {
    --tw-ring-color: var(--border-input-hover);
  }

  .hover\:ring-primary:hover {
    --tw-ring-color: var(--border-primary);
  }

  .hover\:ring-secondary:hover {
    --tw-ring-color: var(--border-secondary);
  }

  .hover\:ring-tertiary:hover {
    --tw-ring-color: var(--border-tertiary);
  }

  .hover\:ring-transparent:hover {
    --tw-ring-color: transparent;
  }

  .hover\:ring-transparent\/0:hover {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .hover\:ring-transparent\/10:hover {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .hover\:ring-transparent\/100:hover {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .hover\:ring-transparent\/15:hover {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .hover\:ring-transparent\/20:hover {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .hover\:ring-transparent\/25:hover {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .hover\:ring-transparent\/30:hover {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .hover\:ring-transparent\/35:hover {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .hover\:ring-transparent\/40:hover {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .hover\:ring-transparent\/45:hover {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .hover\:ring-transparent\/5:hover {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .hover\:ring-transparent\/50:hover {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .hover\:ring-transparent\/55:hover {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .hover\:ring-transparent\/60:hover {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .hover\:ring-transparent\/65:hover {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .hover\:ring-transparent\/70:hover {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .hover\:ring-transparent\/75:hover {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .hover\:ring-transparent\/80:hover {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .hover\:ring-transparent\/85:hover {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .hover\:ring-transparent\/90:hover {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .hover\:ring-transparent\/95:hover {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .hover\:ring-opacity-0:hover {
    --tw-ring-opacity: 0;
  }

  .hover\:ring-opacity-10:hover {
    --tw-ring-opacity: 0.1;
  }

  .hover\:ring-opacity-100:hover {
    --tw-ring-opacity: 1;
  }

  .hover\:ring-opacity-15:hover {
    --tw-ring-opacity: 0.15;
  }

  .hover\:ring-opacity-20:hover {
    --tw-ring-opacity: 0.2;
  }

  .hover\:ring-opacity-25:hover {
    --tw-ring-opacity: 0.25;
  }

  .hover\:ring-opacity-30:hover {
    --tw-ring-opacity: 0.3;
  }

  .hover\:ring-opacity-35:hover {
    --tw-ring-opacity: 0.35;
  }

  .hover\:ring-opacity-40:hover {
    --tw-ring-opacity: 0.4;
  }

  .hover\:ring-opacity-45:hover {
    --tw-ring-opacity: 0.45;
  }

  .hover\:ring-opacity-5:hover {
    --tw-ring-opacity: 0.05;
  }

  .hover\:ring-opacity-50:hover {
    --tw-ring-opacity: 0.5;
  }

  .hover\:ring-opacity-55:hover {
    --tw-ring-opacity: 0.55;
  }

  .hover\:ring-opacity-60:hover {
    --tw-ring-opacity: 0.6;
  }

  .hover\:ring-opacity-65:hover {
    --tw-ring-opacity: 0.65;
  }

  .hover\:ring-opacity-70:hover {
    --tw-ring-opacity: 0.7;
  }

  .hover\:ring-opacity-75:hover {
    --tw-ring-opacity: 0.75;
  }

  .hover\:ring-opacity-80:hover {
    --tw-ring-opacity: 0.8;
  }

  .hover\:ring-opacity-85:hover {
    --tw-ring-opacity: 0.85;
  }

  .hover\:ring-opacity-90:hover {
    --tw-ring-opacity: 0.9;
  }

  .hover\:ring-opacity-95:hover {
    --tw-ring-opacity: 0.95;
  }

  .hover\:ring-offset-0:hover {
    --tw-ring-offset-width: 0px;
  }

  .hover\:ring-offset-1:hover {
    --tw-ring-offset-width: 1px;
  }

  .hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px;
  }

  .hover\:ring-offset-4:hover {
    --tw-ring-offset-width: 4px;
  }

  .hover\:ring-offset-8:hover {
    --tw-ring-offset-width: 8px;
  }

  .hover\:ring-offset-amber-100:hover {
    --tw-ring-offset-color: #fef3c7;
  }

  .hover\:ring-offset-amber-100\/0:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0);
  }

  .hover\:ring-offset-amber-100\/10:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.1);
  }

  .hover\:ring-offset-amber-100\/100:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 1);
  }

  .hover\:ring-offset-amber-100\/15:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.15);
  }

  .hover\:ring-offset-amber-100\/20:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.2);
  }

  .hover\:ring-offset-amber-100\/25:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.25);
  }

  .hover\:ring-offset-amber-100\/30:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.3);
  }

  .hover\:ring-offset-amber-100\/35:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.35);
  }

  .hover\:ring-offset-amber-100\/40:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.4);
  }

  .hover\:ring-offset-amber-100\/45:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.45);
  }

  .hover\:ring-offset-amber-100\/5:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.05);
  }

  .hover\:ring-offset-amber-100\/50:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.5);
  }

  .hover\:ring-offset-amber-100\/55:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.55);
  }

  .hover\:ring-offset-amber-100\/60:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.6);
  }

  .hover\:ring-offset-amber-100\/65:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.65);
  }

  .hover\:ring-offset-amber-100\/70:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.7);
  }

  .hover\:ring-offset-amber-100\/75:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.75);
  }

  .hover\:ring-offset-amber-100\/80:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.8);
  }

  .hover\:ring-offset-amber-100\/85:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.85);
  }

  .hover\:ring-offset-amber-100\/90:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.9);
  }

  .hover\:ring-offset-amber-100\/95:hover {
    --tw-ring-offset-color: rgb(254 243 199 / 0.95);
  }

  .hover\:ring-offset-amber-200:hover {
    --tw-ring-offset-color: #fde68a;
  }

  .hover\:ring-offset-amber-200\/0:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0);
  }

  .hover\:ring-offset-amber-200\/10:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.1);
  }

  .hover\:ring-offset-amber-200\/100:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 1);
  }

  .hover\:ring-offset-amber-200\/15:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.15);
  }

  .hover\:ring-offset-amber-200\/20:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.2);
  }

  .hover\:ring-offset-amber-200\/25:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.25);
  }

  .hover\:ring-offset-amber-200\/30:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.3);
  }

  .hover\:ring-offset-amber-200\/35:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.35);
  }

  .hover\:ring-offset-amber-200\/40:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.4);
  }

  .hover\:ring-offset-amber-200\/45:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.45);
  }

  .hover\:ring-offset-amber-200\/5:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.05);
  }

  .hover\:ring-offset-amber-200\/50:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.5);
  }

  .hover\:ring-offset-amber-200\/55:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.55);
  }

  .hover\:ring-offset-amber-200\/60:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.6);
  }

  .hover\:ring-offset-amber-200\/65:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.65);
  }

  .hover\:ring-offset-amber-200\/70:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.7);
  }

  .hover\:ring-offset-amber-200\/75:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.75);
  }

  .hover\:ring-offset-amber-200\/80:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.8);
  }

  .hover\:ring-offset-amber-200\/85:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.85);
  }

  .hover\:ring-offset-amber-200\/90:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.9);
  }

  .hover\:ring-offset-amber-200\/95:hover {
    --tw-ring-offset-color: rgb(253 230 138 / 0.95);
  }

  .hover\:ring-offset-amber-300:hover {
    --tw-ring-offset-color: #fcd34d;
  }

  .hover\:ring-offset-amber-300\/0:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0);
  }

  .hover\:ring-offset-amber-300\/10:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.1);
  }

  .hover\:ring-offset-amber-300\/100:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 1);
  }

  .hover\:ring-offset-amber-300\/15:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.15);
  }

  .hover\:ring-offset-amber-300\/20:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.2);
  }

  .hover\:ring-offset-amber-300\/25:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.25);
  }

  .hover\:ring-offset-amber-300\/30:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.3);
  }

  .hover\:ring-offset-amber-300\/35:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.35);
  }

  .hover\:ring-offset-amber-300\/40:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.4);
  }

  .hover\:ring-offset-amber-300\/45:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.45);
  }

  .hover\:ring-offset-amber-300\/5:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.05);
  }

  .hover\:ring-offset-amber-300\/50:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.5);
  }

  .hover\:ring-offset-amber-300\/55:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.55);
  }

  .hover\:ring-offset-amber-300\/60:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.6);
  }

  .hover\:ring-offset-amber-300\/65:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.65);
  }

  .hover\:ring-offset-amber-300\/70:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.7);
  }

  .hover\:ring-offset-amber-300\/75:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.75);
  }

  .hover\:ring-offset-amber-300\/80:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.8);
  }

  .hover\:ring-offset-amber-300\/85:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.85);
  }

  .hover\:ring-offset-amber-300\/90:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.9);
  }

  .hover\:ring-offset-amber-300\/95:hover {
    --tw-ring-offset-color: rgb(252 211 77 / 0.95);
  }

  .hover\:ring-offset-amber-400:hover {
    --tw-ring-offset-color: #fbbf24;
  }

  .hover\:ring-offset-amber-400\/0:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0);
  }

  .hover\:ring-offset-amber-400\/10:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.1);
  }

  .hover\:ring-offset-amber-400\/100:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 1);
  }

  .hover\:ring-offset-amber-400\/15:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.15);
  }

  .hover\:ring-offset-amber-400\/20:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.2);
  }

  .hover\:ring-offset-amber-400\/25:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.25);
  }

  .hover\:ring-offset-amber-400\/30:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.3);
  }

  .hover\:ring-offset-amber-400\/35:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.35);
  }

  .hover\:ring-offset-amber-400\/40:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.4);
  }

  .hover\:ring-offset-amber-400\/45:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.45);
  }

  .hover\:ring-offset-amber-400\/5:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.05);
  }

  .hover\:ring-offset-amber-400\/50:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.5);
  }

  .hover\:ring-offset-amber-400\/55:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.55);
  }

  .hover\:ring-offset-amber-400\/60:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.6);
  }

  .hover\:ring-offset-amber-400\/65:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.65);
  }

  .hover\:ring-offset-amber-400\/70:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.7);
  }

  .hover\:ring-offset-amber-400\/75:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.75);
  }

  .hover\:ring-offset-amber-400\/80:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.8);
  }

  .hover\:ring-offset-amber-400\/85:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.85);
  }

  .hover\:ring-offset-amber-400\/90:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.9);
  }

  .hover\:ring-offset-amber-400\/95:hover {
    --tw-ring-offset-color: rgb(251 191 36 / 0.95);
  }

  .hover\:ring-offset-amber-50:hover {
    --tw-ring-offset-color: #fffbeb;
  }

  .hover\:ring-offset-amber-50\/0:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0);
  }

  .hover\:ring-offset-amber-50\/10:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.1);
  }

  .hover\:ring-offset-amber-50\/100:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 1);
  }

  .hover\:ring-offset-amber-50\/15:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.15);
  }

  .hover\:ring-offset-amber-50\/20:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.2);
  }

  .hover\:ring-offset-amber-50\/25:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.25);
  }

  .hover\:ring-offset-amber-50\/30:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.3);
  }

  .hover\:ring-offset-amber-50\/35:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.35);
  }

  .hover\:ring-offset-amber-50\/40:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.4);
  }

  .hover\:ring-offset-amber-50\/45:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.45);
  }

  .hover\:ring-offset-amber-50\/5:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.05);
  }

  .hover\:ring-offset-amber-50\/50:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.5);
  }

  .hover\:ring-offset-amber-50\/55:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.55);
  }

  .hover\:ring-offset-amber-50\/60:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.6);
  }

  .hover\:ring-offset-amber-50\/65:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.65);
  }

  .hover\:ring-offset-amber-50\/70:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.7);
  }

  .hover\:ring-offset-amber-50\/75:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.75);
  }

  .hover\:ring-offset-amber-50\/80:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.8);
  }

  .hover\:ring-offset-amber-50\/85:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.85);
  }

  .hover\:ring-offset-amber-50\/90:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.9);
  }

  .hover\:ring-offset-amber-50\/95:hover {
    --tw-ring-offset-color: rgb(255 251 235 / 0.95);
  }

  .hover\:ring-offset-amber-500:hover {
    --tw-ring-offset-color: #f59e0b;
  }

  .hover\:ring-offset-amber-500\/0:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0);
  }

  .hover\:ring-offset-amber-500\/10:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.1);
  }

  .hover\:ring-offset-amber-500\/100:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 1);
  }

  .hover\:ring-offset-amber-500\/15:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.15);
  }

  .hover\:ring-offset-amber-500\/20:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.2);
  }

  .hover\:ring-offset-amber-500\/25:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.25);
  }

  .hover\:ring-offset-amber-500\/30:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.3);
  }

  .hover\:ring-offset-amber-500\/35:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.35);
  }

  .hover\:ring-offset-amber-500\/40:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.4);
  }

  .hover\:ring-offset-amber-500\/45:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.45);
  }

  .hover\:ring-offset-amber-500\/5:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.05);
  }

  .hover\:ring-offset-amber-500\/50:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.5);
  }

  .hover\:ring-offset-amber-500\/55:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.55);
  }

  .hover\:ring-offset-amber-500\/60:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.6);
  }

  .hover\:ring-offset-amber-500\/65:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.65);
  }

  .hover\:ring-offset-amber-500\/70:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.7);
  }

  .hover\:ring-offset-amber-500\/75:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.75);
  }

  .hover\:ring-offset-amber-500\/80:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.8);
  }

  .hover\:ring-offset-amber-500\/85:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.85);
  }

  .hover\:ring-offset-amber-500\/90:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.9);
  }

  .hover\:ring-offset-amber-500\/95:hover {
    --tw-ring-offset-color: rgb(245 158 11 / 0.95);
  }

  .hover\:ring-offset-amber-600:hover {
    --tw-ring-offset-color: #d97706;
  }

  .hover\:ring-offset-amber-600\/0:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0);
  }

  .hover\:ring-offset-amber-600\/10:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.1);
  }

  .hover\:ring-offset-amber-600\/100:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 1);
  }

  .hover\:ring-offset-amber-600\/15:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.15);
  }

  .hover\:ring-offset-amber-600\/20:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.2);
  }

  .hover\:ring-offset-amber-600\/25:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.25);
  }

  .hover\:ring-offset-amber-600\/30:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.3);
  }

  .hover\:ring-offset-amber-600\/35:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.35);
  }

  .hover\:ring-offset-amber-600\/40:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.4);
  }

  .hover\:ring-offset-amber-600\/45:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.45);
  }

  .hover\:ring-offset-amber-600\/5:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.05);
  }

  .hover\:ring-offset-amber-600\/50:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.5);
  }

  .hover\:ring-offset-amber-600\/55:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.55);
  }

  .hover\:ring-offset-amber-600\/60:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.6);
  }

  .hover\:ring-offset-amber-600\/65:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.65);
  }

  .hover\:ring-offset-amber-600\/70:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.7);
  }

  .hover\:ring-offset-amber-600\/75:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.75);
  }

  .hover\:ring-offset-amber-600\/80:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.8);
  }

  .hover\:ring-offset-amber-600\/85:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.85);
  }

  .hover\:ring-offset-amber-600\/90:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.9);
  }

  .hover\:ring-offset-amber-600\/95:hover {
    --tw-ring-offset-color: rgb(217 119 6 / 0.95);
  }

  .hover\:ring-offset-amber-700:hover {
    --tw-ring-offset-color: #b45309;
  }

  .hover\:ring-offset-amber-700\/0:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0);
  }

  .hover\:ring-offset-amber-700\/10:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.1);
  }

  .hover\:ring-offset-amber-700\/100:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 1);
  }

  .hover\:ring-offset-amber-700\/15:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.15);
  }

  .hover\:ring-offset-amber-700\/20:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.2);
  }

  .hover\:ring-offset-amber-700\/25:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.25);
  }

  .hover\:ring-offset-amber-700\/30:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.3);
  }

  .hover\:ring-offset-amber-700\/35:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.35);
  }

  .hover\:ring-offset-amber-700\/40:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.4);
  }

  .hover\:ring-offset-amber-700\/45:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.45);
  }

  .hover\:ring-offset-amber-700\/5:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.05);
  }

  .hover\:ring-offset-amber-700\/50:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.5);
  }

  .hover\:ring-offset-amber-700\/55:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.55);
  }

  .hover\:ring-offset-amber-700\/60:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.6);
  }

  .hover\:ring-offset-amber-700\/65:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.65);
  }

  .hover\:ring-offset-amber-700\/70:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.7);
  }

  .hover\:ring-offset-amber-700\/75:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.75);
  }

  .hover\:ring-offset-amber-700\/80:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.8);
  }

  .hover\:ring-offset-amber-700\/85:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.85);
  }

  .hover\:ring-offset-amber-700\/90:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.9);
  }

  .hover\:ring-offset-amber-700\/95:hover {
    --tw-ring-offset-color: rgb(180 83 9 / 0.95);
  }

  .hover\:ring-offset-amber-800:hover {
    --tw-ring-offset-color: #92400e;
  }

  .hover\:ring-offset-amber-800\/0:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0);
  }

  .hover\:ring-offset-amber-800\/10:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.1);
  }

  .hover\:ring-offset-amber-800\/100:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 1);
  }

  .hover\:ring-offset-amber-800\/15:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.15);
  }

  .hover\:ring-offset-amber-800\/20:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.2);
  }

  .hover\:ring-offset-amber-800\/25:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.25);
  }

  .hover\:ring-offset-amber-800\/30:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.3);
  }

  .hover\:ring-offset-amber-800\/35:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.35);
  }

  .hover\:ring-offset-amber-800\/40:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.4);
  }

  .hover\:ring-offset-amber-800\/45:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.45);
  }

  .hover\:ring-offset-amber-800\/5:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.05);
  }

  .hover\:ring-offset-amber-800\/50:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.5);
  }

  .hover\:ring-offset-amber-800\/55:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.55);
  }

  .hover\:ring-offset-amber-800\/60:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.6);
  }

  .hover\:ring-offset-amber-800\/65:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.65);
  }

  .hover\:ring-offset-amber-800\/70:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.7);
  }

  .hover\:ring-offset-amber-800\/75:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.75);
  }

  .hover\:ring-offset-amber-800\/80:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.8);
  }

  .hover\:ring-offset-amber-800\/85:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.85);
  }

  .hover\:ring-offset-amber-800\/90:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.9);
  }

  .hover\:ring-offset-amber-800\/95:hover {
    --tw-ring-offset-color: rgb(146 64 14 / 0.95);
  }

  .hover\:ring-offset-amber-900:hover {
    --tw-ring-offset-color: #78350f;
  }

  .hover\:ring-offset-amber-900\/0:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0);
  }

  .hover\:ring-offset-amber-900\/10:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.1);
  }

  .hover\:ring-offset-amber-900\/100:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 1);
  }

  .hover\:ring-offset-amber-900\/15:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.15);
  }

  .hover\:ring-offset-amber-900\/20:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.2);
  }

  .hover\:ring-offset-amber-900\/25:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.25);
  }

  .hover\:ring-offset-amber-900\/30:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.3);
  }

  .hover\:ring-offset-amber-900\/35:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.35);
  }

  .hover\:ring-offset-amber-900\/40:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.4);
  }

  .hover\:ring-offset-amber-900\/45:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.45);
  }

  .hover\:ring-offset-amber-900\/5:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.05);
  }

  .hover\:ring-offset-amber-900\/50:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.5);
  }

  .hover\:ring-offset-amber-900\/55:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.55);
  }

  .hover\:ring-offset-amber-900\/60:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.6);
  }

  .hover\:ring-offset-amber-900\/65:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.65);
  }

  .hover\:ring-offset-amber-900\/70:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.7);
  }

  .hover\:ring-offset-amber-900\/75:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.75);
  }

  .hover\:ring-offset-amber-900\/80:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.8);
  }

  .hover\:ring-offset-amber-900\/85:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.85);
  }

  .hover\:ring-offset-amber-900\/90:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.9);
  }

  .hover\:ring-offset-amber-900\/95:hover {
    --tw-ring-offset-color: rgb(120 53 15 / 0.95);
  }

  .hover\:ring-offset-amber-950:hover {
    --tw-ring-offset-color: #451a03;
  }

  .hover\:ring-offset-amber-950\/0:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0);
  }

  .hover\:ring-offset-amber-950\/10:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.1);
  }

  .hover\:ring-offset-amber-950\/100:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 1);
  }

  .hover\:ring-offset-amber-950\/15:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.15);
  }

  .hover\:ring-offset-amber-950\/20:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.2);
  }

  .hover\:ring-offset-amber-950\/25:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.25);
  }

  .hover\:ring-offset-amber-950\/30:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.3);
  }

  .hover\:ring-offset-amber-950\/35:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.35);
  }

  .hover\:ring-offset-amber-950\/40:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.4);
  }

  .hover\:ring-offset-amber-950\/45:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.45);
  }

  .hover\:ring-offset-amber-950\/5:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.05);
  }

  .hover\:ring-offset-amber-950\/50:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.5);
  }

  .hover\:ring-offset-amber-950\/55:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.55);
  }

  .hover\:ring-offset-amber-950\/60:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.6);
  }

  .hover\:ring-offset-amber-950\/65:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.65);
  }

  .hover\:ring-offset-amber-950\/70:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.7);
  }

  .hover\:ring-offset-amber-950\/75:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.75);
  }

  .hover\:ring-offset-amber-950\/80:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.8);
  }

  .hover\:ring-offset-amber-950\/85:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.85);
  }

  .hover\:ring-offset-amber-950\/90:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.9);
  }

  .hover\:ring-offset-amber-950\/95:hover {
    --tw-ring-offset-color: rgb(69 26 3 / 0.95);
  }

  .hover\:ring-offset-black:hover {
    --tw-ring-offset-color: #000;
  }

  .hover\:ring-offset-black\/0:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0);
  }

  .hover\:ring-offset-black\/10:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.1);
  }

  .hover\:ring-offset-black\/100:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 1);
  }

  .hover\:ring-offset-black\/15:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.15);
  }

  .hover\:ring-offset-black\/20:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.2);
  }

  .hover\:ring-offset-black\/25:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.25);
  }

  .hover\:ring-offset-black\/30:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.3);
  }

  .hover\:ring-offset-black\/35:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.35);
  }

  .hover\:ring-offset-black\/40:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.4);
  }

  .hover\:ring-offset-black\/45:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.45);
  }

  .hover\:ring-offset-black\/5:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.05);
  }

  .hover\:ring-offset-black\/50:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.5);
  }

  .hover\:ring-offset-black\/55:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.55);
  }

  .hover\:ring-offset-black\/60:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.6);
  }

  .hover\:ring-offset-black\/65:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.65);
  }

  .hover\:ring-offset-black\/70:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.7);
  }

  .hover\:ring-offset-black\/75:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.75);
  }

  .hover\:ring-offset-black\/80:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.8);
  }

  .hover\:ring-offset-black\/85:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.85);
  }

  .hover\:ring-offset-black\/90:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.9);
  }

  .hover\:ring-offset-black\/95:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.95);
  }

  .hover\:ring-offset-blue-100:hover {
    --tw-ring-offset-color: #dbeafe;
  }

  .hover\:ring-offset-blue-100\/0:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0);
  }

  .hover\:ring-offset-blue-100\/10:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.1);
  }

  .hover\:ring-offset-blue-100\/100:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 1);
  }

  .hover\:ring-offset-blue-100\/15:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.15);
  }

  .hover\:ring-offset-blue-100\/20:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.2);
  }

  .hover\:ring-offset-blue-100\/25:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.25);
  }

  .hover\:ring-offset-blue-100\/30:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.3);
  }

  .hover\:ring-offset-blue-100\/35:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.35);
  }

  .hover\:ring-offset-blue-100\/40:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.4);
  }

  .hover\:ring-offset-blue-100\/45:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.45);
  }

  .hover\:ring-offset-blue-100\/5:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.05);
  }

  .hover\:ring-offset-blue-100\/50:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.5);
  }

  .hover\:ring-offset-blue-100\/55:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.55);
  }

  .hover\:ring-offset-blue-100\/60:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.6);
  }

  .hover\:ring-offset-blue-100\/65:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.65);
  }

  .hover\:ring-offset-blue-100\/70:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.7);
  }

  .hover\:ring-offset-blue-100\/75:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.75);
  }

  .hover\:ring-offset-blue-100\/80:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.8);
  }

  .hover\:ring-offset-blue-100\/85:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.85);
  }

  .hover\:ring-offset-blue-100\/90:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.9);
  }

  .hover\:ring-offset-blue-100\/95:hover {
    --tw-ring-offset-color: rgb(219 234 254 / 0.95);
  }

  .hover\:ring-offset-blue-200:hover {
    --tw-ring-offset-color: #bfdbfe;
  }

  .hover\:ring-offset-blue-200\/0:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0);
  }

  .hover\:ring-offset-blue-200\/10:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.1);
  }

  .hover\:ring-offset-blue-200\/100:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 1);
  }

  .hover\:ring-offset-blue-200\/15:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.15);
  }

  .hover\:ring-offset-blue-200\/20:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.2);
  }

  .hover\:ring-offset-blue-200\/25:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.25);
  }

  .hover\:ring-offset-blue-200\/30:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.3);
  }

  .hover\:ring-offset-blue-200\/35:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.35);
  }

  .hover\:ring-offset-blue-200\/40:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.4);
  }

  .hover\:ring-offset-blue-200\/45:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.45);
  }

  .hover\:ring-offset-blue-200\/5:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.05);
  }

  .hover\:ring-offset-blue-200\/50:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.5);
  }

  .hover\:ring-offset-blue-200\/55:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.55);
  }

  .hover\:ring-offset-blue-200\/60:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.6);
  }

  .hover\:ring-offset-blue-200\/65:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.65);
  }

  .hover\:ring-offset-blue-200\/70:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.7);
  }

  .hover\:ring-offset-blue-200\/75:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.75);
  }

  .hover\:ring-offset-blue-200\/80:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.8);
  }

  .hover\:ring-offset-blue-200\/85:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.85);
  }

  .hover\:ring-offset-blue-200\/90:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.9);
  }

  .hover\:ring-offset-blue-200\/95:hover {
    --tw-ring-offset-color: rgb(191 219 254 / 0.95);
  }

  .hover\:ring-offset-blue-300:hover {
    --tw-ring-offset-color: #93c5fd;
  }

  .hover\:ring-offset-blue-300\/0:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0);
  }

  .hover\:ring-offset-blue-300\/10:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.1);
  }

  .hover\:ring-offset-blue-300\/100:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 1);
  }

  .hover\:ring-offset-blue-300\/15:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.15);
  }

  .hover\:ring-offset-blue-300\/20:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.2);
  }

  .hover\:ring-offset-blue-300\/25:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.25);
  }

  .hover\:ring-offset-blue-300\/30:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.3);
  }

  .hover\:ring-offset-blue-300\/35:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.35);
  }

  .hover\:ring-offset-blue-300\/40:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.4);
  }

  .hover\:ring-offset-blue-300\/45:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.45);
  }

  .hover\:ring-offset-blue-300\/5:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.05);
  }

  .hover\:ring-offset-blue-300\/50:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.5);
  }

  .hover\:ring-offset-blue-300\/55:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.55);
  }

  .hover\:ring-offset-blue-300\/60:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.6);
  }

  .hover\:ring-offset-blue-300\/65:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.65);
  }

  .hover\:ring-offset-blue-300\/70:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.7);
  }

  .hover\:ring-offset-blue-300\/75:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.75);
  }

  .hover\:ring-offset-blue-300\/80:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.8);
  }

  .hover\:ring-offset-blue-300\/85:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.85);
  }

  .hover\:ring-offset-blue-300\/90:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.9);
  }

  .hover\:ring-offset-blue-300\/95:hover {
    --tw-ring-offset-color: rgb(147 197 253 / 0.95);
  }

  .hover\:ring-offset-blue-400:hover {
    --tw-ring-offset-color: #60a5fa;
  }

  .hover\:ring-offset-blue-400\/0:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0);
  }

  .hover\:ring-offset-blue-400\/10:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.1);
  }

  .hover\:ring-offset-blue-400\/100:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 1);
  }

  .hover\:ring-offset-blue-400\/15:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.15);
  }

  .hover\:ring-offset-blue-400\/20:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.2);
  }

  .hover\:ring-offset-blue-400\/25:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.25);
  }

  .hover\:ring-offset-blue-400\/30:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.3);
  }

  .hover\:ring-offset-blue-400\/35:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.35);
  }

  .hover\:ring-offset-blue-400\/40:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.4);
  }

  .hover\:ring-offset-blue-400\/45:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.45);
  }

  .hover\:ring-offset-blue-400\/5:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.05);
  }

  .hover\:ring-offset-blue-400\/50:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.5);
  }

  .hover\:ring-offset-blue-400\/55:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.55);
  }

  .hover\:ring-offset-blue-400\/60:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.6);
  }

  .hover\:ring-offset-blue-400\/65:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.65);
  }

  .hover\:ring-offset-blue-400\/70:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.7);
  }

  .hover\:ring-offset-blue-400\/75:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.75);
  }

  .hover\:ring-offset-blue-400\/80:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.8);
  }

  .hover\:ring-offset-blue-400\/85:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.85);
  }

  .hover\:ring-offset-blue-400\/90:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.9);
  }

  .hover\:ring-offset-blue-400\/95:hover {
    --tw-ring-offset-color: rgb(96 165 250 / 0.95);
  }

  .hover\:ring-offset-blue-50:hover {
    --tw-ring-offset-color: #eff6ff;
  }

  .hover\:ring-offset-blue-50\/0:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0);
  }

  .hover\:ring-offset-blue-50\/10:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.1);
  }

  .hover\:ring-offset-blue-50\/100:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 1);
  }

  .hover\:ring-offset-blue-50\/15:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.15);
  }

  .hover\:ring-offset-blue-50\/20:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.2);
  }

  .hover\:ring-offset-blue-50\/25:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.25);
  }

  .hover\:ring-offset-blue-50\/30:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.3);
  }

  .hover\:ring-offset-blue-50\/35:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.35);
  }

  .hover\:ring-offset-blue-50\/40:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.4);
  }

  .hover\:ring-offset-blue-50\/45:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.45);
  }

  .hover\:ring-offset-blue-50\/5:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.05);
  }

  .hover\:ring-offset-blue-50\/50:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.5);
  }

  .hover\:ring-offset-blue-50\/55:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.55);
  }

  .hover\:ring-offset-blue-50\/60:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.6);
  }

  .hover\:ring-offset-blue-50\/65:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.65);
  }

  .hover\:ring-offset-blue-50\/70:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.7);
  }

  .hover\:ring-offset-blue-50\/75:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.75);
  }

  .hover\:ring-offset-blue-50\/80:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.8);
  }

  .hover\:ring-offset-blue-50\/85:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.85);
  }

  .hover\:ring-offset-blue-50\/90:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.9);
  }

  .hover\:ring-offset-blue-50\/95:hover {
    --tw-ring-offset-color: rgb(239 246 255 / 0.95);
  }

  .hover\:ring-offset-blue-500:hover {
    --tw-ring-offset-color: #3b82f6;
  }

  .hover\:ring-offset-blue-500\/0:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0);
  }

  .hover\:ring-offset-blue-500\/10:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.1);
  }

  .hover\:ring-offset-blue-500\/100:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 1);
  }

  .hover\:ring-offset-blue-500\/15:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.15);
  }

  .hover\:ring-offset-blue-500\/20:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.2);
  }

  .hover\:ring-offset-blue-500\/25:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.25);
  }

  .hover\:ring-offset-blue-500\/30:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.3);
  }

  .hover\:ring-offset-blue-500\/35:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.35);
  }

  .hover\:ring-offset-blue-500\/40:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.4);
  }

  .hover\:ring-offset-blue-500\/45:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.45);
  }

  .hover\:ring-offset-blue-500\/5:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.05);
  }

  .hover\:ring-offset-blue-500\/50:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.5);
  }

  .hover\:ring-offset-blue-500\/55:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.55);
  }

  .hover\:ring-offset-blue-500\/60:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.6);
  }

  .hover\:ring-offset-blue-500\/65:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.65);
  }

  .hover\:ring-offset-blue-500\/70:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.7);
  }

  .hover\:ring-offset-blue-500\/75:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.75);
  }

  .hover\:ring-offset-blue-500\/80:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.8);
  }

  .hover\:ring-offset-blue-500\/85:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.85);
  }

  .hover\:ring-offset-blue-500\/90:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.9);
  }

  .hover\:ring-offset-blue-500\/95:hover {
    --tw-ring-offset-color: rgb(59 130 246 / 0.95);
  }

  .hover\:ring-offset-blue-600:hover {
    --tw-ring-offset-color: #2563eb;
  }

  .hover\:ring-offset-blue-600\/0:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0);
  }

  .hover\:ring-offset-blue-600\/10:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.1);
  }

  .hover\:ring-offset-blue-600\/100:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 1);
  }

  .hover\:ring-offset-blue-600\/15:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.15);
  }

  .hover\:ring-offset-blue-600\/20:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.2);
  }

  .hover\:ring-offset-blue-600\/25:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.25);
  }

  .hover\:ring-offset-blue-600\/30:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.3);
  }

  .hover\:ring-offset-blue-600\/35:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.35);
  }

  .hover\:ring-offset-blue-600\/40:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.4);
  }

  .hover\:ring-offset-blue-600\/45:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.45);
  }

  .hover\:ring-offset-blue-600\/5:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.05);
  }

  .hover\:ring-offset-blue-600\/50:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.5);
  }

  .hover\:ring-offset-blue-600\/55:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.55);
  }

  .hover\:ring-offset-blue-600\/60:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.6);
  }

  .hover\:ring-offset-blue-600\/65:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.65);
  }

  .hover\:ring-offset-blue-600\/70:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.7);
  }

  .hover\:ring-offset-blue-600\/75:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.75);
  }

  .hover\:ring-offset-blue-600\/80:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.8);
  }

  .hover\:ring-offset-blue-600\/85:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.85);
  }

  .hover\:ring-offset-blue-600\/90:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.9);
  }

  .hover\:ring-offset-blue-600\/95:hover {
    --tw-ring-offset-color: rgb(37 99 235 / 0.95);
  }

  .hover\:ring-offset-blue-700:hover {
    --tw-ring-offset-color: #1d4ed8;
  }

  .hover\:ring-offset-blue-700\/0:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0);
  }

  .hover\:ring-offset-blue-700\/10:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.1);
  }

  .hover\:ring-offset-blue-700\/100:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 1);
  }

  .hover\:ring-offset-blue-700\/15:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.15);
  }

  .hover\:ring-offset-blue-700\/20:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.2);
  }

  .hover\:ring-offset-blue-700\/25:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.25);
  }

  .hover\:ring-offset-blue-700\/30:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.3);
  }

  .hover\:ring-offset-blue-700\/35:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.35);
  }

  .hover\:ring-offset-blue-700\/40:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.4);
  }

  .hover\:ring-offset-blue-700\/45:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.45);
  }

  .hover\:ring-offset-blue-700\/5:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.05);
  }

  .hover\:ring-offset-blue-700\/50:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.5);
  }

  .hover\:ring-offset-blue-700\/55:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.55);
  }

  .hover\:ring-offset-blue-700\/60:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.6);
  }

  .hover\:ring-offset-blue-700\/65:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.65);
  }

  .hover\:ring-offset-blue-700\/70:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.7);
  }

  .hover\:ring-offset-blue-700\/75:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.75);
  }

  .hover\:ring-offset-blue-700\/80:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.8);
  }

  .hover\:ring-offset-blue-700\/85:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.85);
  }

  .hover\:ring-offset-blue-700\/90:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.9);
  }

  .hover\:ring-offset-blue-700\/95:hover {
    --tw-ring-offset-color: rgb(29 78 216 / 0.95);
  }

  .hover\:ring-offset-blue-800:hover {
    --tw-ring-offset-color: #1e40af;
  }

  .hover\:ring-offset-blue-800\/0:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0);
  }

  .hover\:ring-offset-blue-800\/10:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.1);
  }

  .hover\:ring-offset-blue-800\/100:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 1);
  }

  .hover\:ring-offset-blue-800\/15:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.15);
  }

  .hover\:ring-offset-blue-800\/20:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.2);
  }

  .hover\:ring-offset-blue-800\/25:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.25);
  }

  .hover\:ring-offset-blue-800\/30:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.3);
  }

  .hover\:ring-offset-blue-800\/35:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.35);
  }

  .hover\:ring-offset-blue-800\/40:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.4);
  }

  .hover\:ring-offset-blue-800\/45:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.45);
  }

  .hover\:ring-offset-blue-800\/5:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.05);
  }

  .hover\:ring-offset-blue-800\/50:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.5);
  }

  .hover\:ring-offset-blue-800\/55:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.55);
  }

  .hover\:ring-offset-blue-800\/60:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.6);
  }

  .hover\:ring-offset-blue-800\/65:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.65);
  }

  .hover\:ring-offset-blue-800\/70:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.7);
  }

  .hover\:ring-offset-blue-800\/75:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.75);
  }

  .hover\:ring-offset-blue-800\/80:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.8);
  }

  .hover\:ring-offset-blue-800\/85:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.85);
  }

  .hover\:ring-offset-blue-800\/90:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.9);
  }

  .hover\:ring-offset-blue-800\/95:hover {
    --tw-ring-offset-color: rgb(30 64 175 / 0.95);
  }

  .hover\:ring-offset-blue-900:hover {
    --tw-ring-offset-color: #1e3a8a;
  }

  .hover\:ring-offset-blue-900\/0:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0);
  }

  .hover\:ring-offset-blue-900\/10:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.1);
  }

  .hover\:ring-offset-blue-900\/100:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 1);
  }

  .hover\:ring-offset-blue-900\/15:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.15);
  }

  .hover\:ring-offset-blue-900\/20:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.2);
  }

  .hover\:ring-offset-blue-900\/25:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.25);
  }

  .hover\:ring-offset-blue-900\/30:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.3);
  }

  .hover\:ring-offset-blue-900\/35:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.35);
  }

  .hover\:ring-offset-blue-900\/40:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.4);
  }

  .hover\:ring-offset-blue-900\/45:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.45);
  }

  .hover\:ring-offset-blue-900\/5:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.05);
  }

  .hover\:ring-offset-blue-900\/50:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.5);
  }

  .hover\:ring-offset-blue-900\/55:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.55);
  }

  .hover\:ring-offset-blue-900\/60:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.6);
  }

  .hover\:ring-offset-blue-900\/65:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.65);
  }

  .hover\:ring-offset-blue-900\/70:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.7);
  }

  .hover\:ring-offset-blue-900\/75:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.75);
  }

  .hover\:ring-offset-blue-900\/80:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.8);
  }

  .hover\:ring-offset-blue-900\/85:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.85);
  }

  .hover\:ring-offset-blue-900\/90:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.9);
  }

  .hover\:ring-offset-blue-900\/95:hover {
    --tw-ring-offset-color: rgb(30 58 138 / 0.95);
  }

  .hover\:ring-offset-blue-950:hover {
    --tw-ring-offset-color: #172554;
  }

  .hover\:ring-offset-blue-950\/0:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0);
  }

  .hover\:ring-offset-blue-950\/10:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.1);
  }

  .hover\:ring-offset-blue-950\/100:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 1);
  }

  .hover\:ring-offset-blue-950\/15:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.15);
  }

  .hover\:ring-offset-blue-950\/20:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.2);
  }

  .hover\:ring-offset-blue-950\/25:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.25);
  }

  .hover\:ring-offset-blue-950\/30:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.3);
  }

  .hover\:ring-offset-blue-950\/35:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.35);
  }

  .hover\:ring-offset-blue-950\/40:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.4);
  }

  .hover\:ring-offset-blue-950\/45:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.45);
  }

  .hover\:ring-offset-blue-950\/5:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.05);
  }

  .hover\:ring-offset-blue-950\/50:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.5);
  }

  .hover\:ring-offset-blue-950\/55:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.55);
  }

  .hover\:ring-offset-blue-950\/60:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.6);
  }

  .hover\:ring-offset-blue-950\/65:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.65);
  }

  .hover\:ring-offset-blue-950\/70:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.7);
  }

  .hover\:ring-offset-blue-950\/75:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.75);
  }

  .hover\:ring-offset-blue-950\/80:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.8);
  }

  .hover\:ring-offset-blue-950\/85:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.85);
  }

  .hover\:ring-offset-blue-950\/90:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.9);
  }

  .hover\:ring-offset-blue-950\/95:hover {
    --tw-ring-offset-color: rgb(23 37 84 / 0.95);
  }

  .hover\:ring-offset-current:hover {
    --tw-ring-offset-color: currentColor;
  }

  .hover\:ring-offset-cyan-100:hover {
    --tw-ring-offset-color: #cffafe;
  }

  .hover\:ring-offset-cyan-100\/0:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0);
  }

  .hover\:ring-offset-cyan-100\/10:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.1);
  }

  .hover\:ring-offset-cyan-100\/100:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 1);
  }

  .hover\:ring-offset-cyan-100\/15:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.15);
  }

  .hover\:ring-offset-cyan-100\/20:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.2);
  }

  .hover\:ring-offset-cyan-100\/25:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.25);
  }

  .hover\:ring-offset-cyan-100\/30:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.3);
  }

  .hover\:ring-offset-cyan-100\/35:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.35);
  }

  .hover\:ring-offset-cyan-100\/40:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.4);
  }

  .hover\:ring-offset-cyan-100\/45:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.45);
  }

  .hover\:ring-offset-cyan-100\/5:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.05);
  }

  .hover\:ring-offset-cyan-100\/50:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.5);
  }

  .hover\:ring-offset-cyan-100\/55:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.55);
  }

  .hover\:ring-offset-cyan-100\/60:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.6);
  }

  .hover\:ring-offset-cyan-100\/65:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.65);
  }

  .hover\:ring-offset-cyan-100\/70:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.7);
  }

  .hover\:ring-offset-cyan-100\/75:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.75);
  }

  .hover\:ring-offset-cyan-100\/80:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.8);
  }

  .hover\:ring-offset-cyan-100\/85:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.85);
  }

  .hover\:ring-offset-cyan-100\/90:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.9);
  }

  .hover\:ring-offset-cyan-100\/95:hover {
    --tw-ring-offset-color: rgb(207 250 254 / 0.95);
  }

  .hover\:ring-offset-cyan-200:hover {
    --tw-ring-offset-color: #a5f3fc;
  }

  .hover\:ring-offset-cyan-200\/0:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0);
  }

  .hover\:ring-offset-cyan-200\/10:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.1);
  }

  .hover\:ring-offset-cyan-200\/100:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 1);
  }

  .hover\:ring-offset-cyan-200\/15:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.15);
  }

  .hover\:ring-offset-cyan-200\/20:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.2);
  }

  .hover\:ring-offset-cyan-200\/25:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.25);
  }

  .hover\:ring-offset-cyan-200\/30:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.3);
  }

  .hover\:ring-offset-cyan-200\/35:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.35);
  }

  .hover\:ring-offset-cyan-200\/40:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.4);
  }

  .hover\:ring-offset-cyan-200\/45:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.45);
  }

  .hover\:ring-offset-cyan-200\/5:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.05);
  }

  .hover\:ring-offset-cyan-200\/50:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.5);
  }

  .hover\:ring-offset-cyan-200\/55:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.55);
  }

  .hover\:ring-offset-cyan-200\/60:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.6);
  }

  .hover\:ring-offset-cyan-200\/65:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.65);
  }

  .hover\:ring-offset-cyan-200\/70:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.7);
  }

  .hover\:ring-offset-cyan-200\/75:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.75);
  }

  .hover\:ring-offset-cyan-200\/80:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.8);
  }

  .hover\:ring-offset-cyan-200\/85:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.85);
  }

  .hover\:ring-offset-cyan-200\/90:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.9);
  }

  .hover\:ring-offset-cyan-200\/95:hover {
    --tw-ring-offset-color: rgb(165 243 252 / 0.95);
  }

  .hover\:ring-offset-cyan-300:hover {
    --tw-ring-offset-color: #67e8f9;
  }

  .hover\:ring-offset-cyan-300\/0:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0);
  }

  .hover\:ring-offset-cyan-300\/10:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.1);
  }

  .hover\:ring-offset-cyan-300\/100:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 1);
  }

  .hover\:ring-offset-cyan-300\/15:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.15);
  }

  .hover\:ring-offset-cyan-300\/20:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.2);
  }

  .hover\:ring-offset-cyan-300\/25:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.25);
  }

  .hover\:ring-offset-cyan-300\/30:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.3);
  }

  .hover\:ring-offset-cyan-300\/35:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.35);
  }

  .hover\:ring-offset-cyan-300\/40:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.4);
  }

  .hover\:ring-offset-cyan-300\/45:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.45);
  }

  .hover\:ring-offset-cyan-300\/5:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.05);
  }

  .hover\:ring-offset-cyan-300\/50:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.5);
  }

  .hover\:ring-offset-cyan-300\/55:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.55);
  }

  .hover\:ring-offset-cyan-300\/60:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.6);
  }

  .hover\:ring-offset-cyan-300\/65:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.65);
  }

  .hover\:ring-offset-cyan-300\/70:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.7);
  }

  .hover\:ring-offset-cyan-300\/75:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.75);
  }

  .hover\:ring-offset-cyan-300\/80:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.8);
  }

  .hover\:ring-offset-cyan-300\/85:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.85);
  }

  .hover\:ring-offset-cyan-300\/90:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.9);
  }

  .hover\:ring-offset-cyan-300\/95:hover {
    --tw-ring-offset-color: rgb(103 232 249 / 0.95);
  }

  .hover\:ring-offset-cyan-400:hover {
    --tw-ring-offset-color: #22d3ee;
  }

  .hover\:ring-offset-cyan-400\/0:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0);
  }

  .hover\:ring-offset-cyan-400\/10:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.1);
  }

  .hover\:ring-offset-cyan-400\/100:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 1);
  }

  .hover\:ring-offset-cyan-400\/15:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.15);
  }

  .hover\:ring-offset-cyan-400\/20:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.2);
  }

  .hover\:ring-offset-cyan-400\/25:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.25);
  }

  .hover\:ring-offset-cyan-400\/30:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.3);
  }

  .hover\:ring-offset-cyan-400\/35:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.35);
  }

  .hover\:ring-offset-cyan-400\/40:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.4);
  }

  .hover\:ring-offset-cyan-400\/45:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.45);
  }

  .hover\:ring-offset-cyan-400\/5:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.05);
  }

  .hover\:ring-offset-cyan-400\/50:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.5);
  }

  .hover\:ring-offset-cyan-400\/55:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.55);
  }

  .hover\:ring-offset-cyan-400\/60:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.6);
  }

  .hover\:ring-offset-cyan-400\/65:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.65);
  }

  .hover\:ring-offset-cyan-400\/70:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.7);
  }

  .hover\:ring-offset-cyan-400\/75:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.75);
  }

  .hover\:ring-offset-cyan-400\/80:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.8);
  }

  .hover\:ring-offset-cyan-400\/85:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.85);
  }

  .hover\:ring-offset-cyan-400\/90:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.9);
  }

  .hover\:ring-offset-cyan-400\/95:hover {
    --tw-ring-offset-color: rgb(34 211 238 / 0.95);
  }

  .hover\:ring-offset-cyan-50:hover {
    --tw-ring-offset-color: #ecfeff;
  }

  .hover\:ring-offset-cyan-50\/0:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0);
  }

  .hover\:ring-offset-cyan-50\/10:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.1);
  }

  .hover\:ring-offset-cyan-50\/100:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 1);
  }

  .hover\:ring-offset-cyan-50\/15:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.15);
  }

  .hover\:ring-offset-cyan-50\/20:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.2);
  }

  .hover\:ring-offset-cyan-50\/25:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.25);
  }

  .hover\:ring-offset-cyan-50\/30:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.3);
  }

  .hover\:ring-offset-cyan-50\/35:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.35);
  }

  .hover\:ring-offset-cyan-50\/40:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.4);
  }

  .hover\:ring-offset-cyan-50\/45:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.45);
  }

  .hover\:ring-offset-cyan-50\/5:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.05);
  }

  .hover\:ring-offset-cyan-50\/50:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.5);
  }

  .hover\:ring-offset-cyan-50\/55:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.55);
  }

  .hover\:ring-offset-cyan-50\/60:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.6);
  }

  .hover\:ring-offset-cyan-50\/65:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.65);
  }

  .hover\:ring-offset-cyan-50\/70:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.7);
  }

  .hover\:ring-offset-cyan-50\/75:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.75);
  }

  .hover\:ring-offset-cyan-50\/80:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.8);
  }

  .hover\:ring-offset-cyan-50\/85:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.85);
  }

  .hover\:ring-offset-cyan-50\/90:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.9);
  }

  .hover\:ring-offset-cyan-50\/95:hover {
    --tw-ring-offset-color: rgb(236 254 255 / 0.95);
  }

  .hover\:ring-offset-cyan-500:hover {
    --tw-ring-offset-color: #06b6d4;
  }

  .hover\:ring-offset-cyan-500\/0:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0);
  }

  .hover\:ring-offset-cyan-500\/10:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.1);
  }

  .hover\:ring-offset-cyan-500\/100:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 1);
  }

  .hover\:ring-offset-cyan-500\/15:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.15);
  }

  .hover\:ring-offset-cyan-500\/20:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.2);
  }

  .hover\:ring-offset-cyan-500\/25:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.25);
  }

  .hover\:ring-offset-cyan-500\/30:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.3);
  }

  .hover\:ring-offset-cyan-500\/35:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.35);
  }

  .hover\:ring-offset-cyan-500\/40:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.4);
  }

  .hover\:ring-offset-cyan-500\/45:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.45);
  }

  .hover\:ring-offset-cyan-500\/5:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.05);
  }

  .hover\:ring-offset-cyan-500\/50:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.5);
  }

  .hover\:ring-offset-cyan-500\/55:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.55);
  }

  .hover\:ring-offset-cyan-500\/60:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.6);
  }

  .hover\:ring-offset-cyan-500\/65:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.65);
  }

  .hover\:ring-offset-cyan-500\/70:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.7);
  }

  .hover\:ring-offset-cyan-500\/75:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.75);
  }

  .hover\:ring-offset-cyan-500\/80:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.8);
  }

  .hover\:ring-offset-cyan-500\/85:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.85);
  }

  .hover\:ring-offset-cyan-500\/90:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.9);
  }

  .hover\:ring-offset-cyan-500\/95:hover {
    --tw-ring-offset-color: rgb(6 182 212 / 0.95);
  }

  .hover\:ring-offset-cyan-600:hover {
    --tw-ring-offset-color: #0891b2;
  }

  .hover\:ring-offset-cyan-600\/0:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0);
  }

  .hover\:ring-offset-cyan-600\/10:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.1);
  }

  .hover\:ring-offset-cyan-600\/100:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 1);
  }

  .hover\:ring-offset-cyan-600\/15:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.15);
  }

  .hover\:ring-offset-cyan-600\/20:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.2);
  }

  .hover\:ring-offset-cyan-600\/25:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.25);
  }

  .hover\:ring-offset-cyan-600\/30:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.3);
  }

  .hover\:ring-offset-cyan-600\/35:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.35);
  }

  .hover\:ring-offset-cyan-600\/40:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.4);
  }

  .hover\:ring-offset-cyan-600\/45:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.45);
  }

  .hover\:ring-offset-cyan-600\/5:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.05);
  }

  .hover\:ring-offset-cyan-600\/50:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.5);
  }

  .hover\:ring-offset-cyan-600\/55:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.55);
  }

  .hover\:ring-offset-cyan-600\/60:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.6);
  }

  .hover\:ring-offset-cyan-600\/65:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.65);
  }

  .hover\:ring-offset-cyan-600\/70:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.7);
  }

  .hover\:ring-offset-cyan-600\/75:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.75);
  }

  .hover\:ring-offset-cyan-600\/80:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.8);
  }

  .hover\:ring-offset-cyan-600\/85:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.85);
  }

  .hover\:ring-offset-cyan-600\/90:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.9);
  }

  .hover\:ring-offset-cyan-600\/95:hover {
    --tw-ring-offset-color: rgb(8 145 178 / 0.95);
  }

  .hover\:ring-offset-cyan-700:hover {
    --tw-ring-offset-color: #0e7490;
  }

  .hover\:ring-offset-cyan-700\/0:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0);
  }

  .hover\:ring-offset-cyan-700\/10:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.1);
  }

  .hover\:ring-offset-cyan-700\/100:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 1);
  }

  .hover\:ring-offset-cyan-700\/15:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.15);
  }

  .hover\:ring-offset-cyan-700\/20:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.2);
  }

  .hover\:ring-offset-cyan-700\/25:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.25);
  }

  .hover\:ring-offset-cyan-700\/30:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.3);
  }

  .hover\:ring-offset-cyan-700\/35:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.35);
  }

  .hover\:ring-offset-cyan-700\/40:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.4);
  }

  .hover\:ring-offset-cyan-700\/45:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.45);
  }

  .hover\:ring-offset-cyan-700\/5:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.05);
  }

  .hover\:ring-offset-cyan-700\/50:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.5);
  }

  .hover\:ring-offset-cyan-700\/55:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.55);
  }

  .hover\:ring-offset-cyan-700\/60:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.6);
  }

  .hover\:ring-offset-cyan-700\/65:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.65);
  }

  .hover\:ring-offset-cyan-700\/70:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.7);
  }

  .hover\:ring-offset-cyan-700\/75:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.75);
  }

  .hover\:ring-offset-cyan-700\/80:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.8);
  }

  .hover\:ring-offset-cyan-700\/85:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.85);
  }

  .hover\:ring-offset-cyan-700\/90:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.9);
  }

  .hover\:ring-offset-cyan-700\/95:hover {
    --tw-ring-offset-color: rgb(14 116 144 / 0.95);
  }

  .hover\:ring-offset-cyan-800:hover {
    --tw-ring-offset-color: #155e75;
  }

  .hover\:ring-offset-cyan-800\/0:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0);
  }

  .hover\:ring-offset-cyan-800\/10:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.1);
  }

  .hover\:ring-offset-cyan-800\/100:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 1);
  }

  .hover\:ring-offset-cyan-800\/15:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.15);
  }

  .hover\:ring-offset-cyan-800\/20:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.2);
  }

  .hover\:ring-offset-cyan-800\/25:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.25);
  }

  .hover\:ring-offset-cyan-800\/30:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.3);
  }

  .hover\:ring-offset-cyan-800\/35:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.35);
  }

  .hover\:ring-offset-cyan-800\/40:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.4);
  }

  .hover\:ring-offset-cyan-800\/45:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.45);
  }

  .hover\:ring-offset-cyan-800\/5:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.05);
  }

  .hover\:ring-offset-cyan-800\/50:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.5);
  }

  .hover\:ring-offset-cyan-800\/55:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.55);
  }

  .hover\:ring-offset-cyan-800\/60:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.6);
  }

  .hover\:ring-offset-cyan-800\/65:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.65);
  }

  .hover\:ring-offset-cyan-800\/70:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.7);
  }

  .hover\:ring-offset-cyan-800\/75:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.75);
  }

  .hover\:ring-offset-cyan-800\/80:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.8);
  }

  .hover\:ring-offset-cyan-800\/85:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.85);
  }

  .hover\:ring-offset-cyan-800\/90:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.9);
  }

  .hover\:ring-offset-cyan-800\/95:hover {
    --tw-ring-offset-color: rgb(21 94 117 / 0.95);
  }

  .hover\:ring-offset-cyan-900:hover {
    --tw-ring-offset-color: #164e63;
  }

  .hover\:ring-offset-cyan-900\/0:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0);
  }

  .hover\:ring-offset-cyan-900\/10:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.1);
  }

  .hover\:ring-offset-cyan-900\/100:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 1);
  }

  .hover\:ring-offset-cyan-900\/15:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.15);
  }

  .hover\:ring-offset-cyan-900\/20:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.2);
  }

  .hover\:ring-offset-cyan-900\/25:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.25);
  }

  .hover\:ring-offset-cyan-900\/30:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.3);
  }

  .hover\:ring-offset-cyan-900\/35:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.35);
  }

  .hover\:ring-offset-cyan-900\/40:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.4);
  }

  .hover\:ring-offset-cyan-900\/45:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.45);
  }

  .hover\:ring-offset-cyan-900\/5:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.05);
  }

  .hover\:ring-offset-cyan-900\/50:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.5);
  }

  .hover\:ring-offset-cyan-900\/55:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.55);
  }

  .hover\:ring-offset-cyan-900\/60:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.6);
  }

  .hover\:ring-offset-cyan-900\/65:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.65);
  }

  .hover\:ring-offset-cyan-900\/70:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.7);
  }

  .hover\:ring-offset-cyan-900\/75:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.75);
  }

  .hover\:ring-offset-cyan-900\/80:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.8);
  }

  .hover\:ring-offset-cyan-900\/85:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.85);
  }

  .hover\:ring-offset-cyan-900\/90:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.9);
  }

  .hover\:ring-offset-cyan-900\/95:hover {
    --tw-ring-offset-color: rgb(22 78 99 / 0.95);
  }

  .hover\:ring-offset-cyan-950:hover {
    --tw-ring-offset-color: #083344;
  }

  .hover\:ring-offset-cyan-950\/0:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0);
  }

  .hover\:ring-offset-cyan-950\/10:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.1);
  }

  .hover\:ring-offset-cyan-950\/100:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 1);
  }

  .hover\:ring-offset-cyan-950\/15:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.15);
  }

  .hover\:ring-offset-cyan-950\/20:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.2);
  }

  .hover\:ring-offset-cyan-950\/25:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.25);
  }

  .hover\:ring-offset-cyan-950\/30:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.3);
  }

  .hover\:ring-offset-cyan-950\/35:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.35);
  }

  .hover\:ring-offset-cyan-950\/40:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.4);
  }

  .hover\:ring-offset-cyan-950\/45:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.45);
  }

  .hover\:ring-offset-cyan-950\/5:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.05);
  }

  .hover\:ring-offset-cyan-950\/50:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.5);
  }

  .hover\:ring-offset-cyan-950\/55:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.55);
  }

  .hover\:ring-offset-cyan-950\/60:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.6);
  }

  .hover\:ring-offset-cyan-950\/65:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.65);
  }

  .hover\:ring-offset-cyan-950\/70:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.7);
  }

  .hover\:ring-offset-cyan-950\/75:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.75);
  }

  .hover\:ring-offset-cyan-950\/80:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.8);
  }

  .hover\:ring-offset-cyan-950\/85:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.85);
  }

  .hover\:ring-offset-cyan-950\/90:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.9);
  }

  .hover\:ring-offset-cyan-950\/95:hover {
    --tw-ring-offset-color: rgb(8 51 68 / 0.95);
  }

  .hover\:ring-offset-emerald-100:hover {
    --tw-ring-offset-color: #d1fae5;
  }

  .hover\:ring-offset-emerald-100\/0:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0);
  }

  .hover\:ring-offset-emerald-100\/10:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.1);
  }

  .hover\:ring-offset-emerald-100\/100:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 1);
  }

  .hover\:ring-offset-emerald-100\/15:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.15);
  }

  .hover\:ring-offset-emerald-100\/20:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.2);
  }

  .hover\:ring-offset-emerald-100\/25:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.25);
  }

  .hover\:ring-offset-emerald-100\/30:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.3);
  }

  .hover\:ring-offset-emerald-100\/35:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.35);
  }

  .hover\:ring-offset-emerald-100\/40:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.4);
  }

  .hover\:ring-offset-emerald-100\/45:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.45);
  }

  .hover\:ring-offset-emerald-100\/5:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.05);
  }

  .hover\:ring-offset-emerald-100\/50:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.5);
  }

  .hover\:ring-offset-emerald-100\/55:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.55);
  }

  .hover\:ring-offset-emerald-100\/60:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.6);
  }

  .hover\:ring-offset-emerald-100\/65:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.65);
  }

  .hover\:ring-offset-emerald-100\/70:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.7);
  }

  .hover\:ring-offset-emerald-100\/75:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.75);
  }

  .hover\:ring-offset-emerald-100\/80:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.8);
  }

  .hover\:ring-offset-emerald-100\/85:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.85);
  }

  .hover\:ring-offset-emerald-100\/90:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.9);
  }

  .hover\:ring-offset-emerald-100\/95:hover {
    --tw-ring-offset-color: rgb(209 250 229 / 0.95);
  }

  .hover\:ring-offset-emerald-200:hover {
    --tw-ring-offset-color: #a7f3d0;
  }

  .hover\:ring-offset-emerald-200\/0:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0);
  }

  .hover\:ring-offset-emerald-200\/10:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.1);
  }

  .hover\:ring-offset-emerald-200\/100:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 1);
  }

  .hover\:ring-offset-emerald-200\/15:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.15);
  }

  .hover\:ring-offset-emerald-200\/20:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.2);
  }

  .hover\:ring-offset-emerald-200\/25:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.25);
  }

  .hover\:ring-offset-emerald-200\/30:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.3);
  }

  .hover\:ring-offset-emerald-200\/35:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.35);
  }

  .hover\:ring-offset-emerald-200\/40:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.4);
  }

  .hover\:ring-offset-emerald-200\/45:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.45);
  }

  .hover\:ring-offset-emerald-200\/5:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.05);
  }

  .hover\:ring-offset-emerald-200\/50:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.5);
  }

  .hover\:ring-offset-emerald-200\/55:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.55);
  }

  .hover\:ring-offset-emerald-200\/60:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.6);
  }

  .hover\:ring-offset-emerald-200\/65:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.65);
  }

  .hover\:ring-offset-emerald-200\/70:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.7);
  }

  .hover\:ring-offset-emerald-200\/75:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.75);
  }

  .hover\:ring-offset-emerald-200\/80:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.8);
  }

  .hover\:ring-offset-emerald-200\/85:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.85);
  }

  .hover\:ring-offset-emerald-200\/90:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.9);
  }

  .hover\:ring-offset-emerald-200\/95:hover {
    --tw-ring-offset-color: rgb(167 243 208 / 0.95);
  }

  .hover\:ring-offset-emerald-300:hover {
    --tw-ring-offset-color: #6ee7b7;
  }

  .hover\:ring-offset-emerald-300\/0:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0);
  }

  .hover\:ring-offset-emerald-300\/10:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.1);
  }

  .hover\:ring-offset-emerald-300\/100:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 1);
  }

  .hover\:ring-offset-emerald-300\/15:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.15);
  }

  .hover\:ring-offset-emerald-300\/20:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.2);
  }

  .hover\:ring-offset-emerald-300\/25:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.25);
  }

  .hover\:ring-offset-emerald-300\/30:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.3);
  }

  .hover\:ring-offset-emerald-300\/35:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.35);
  }

  .hover\:ring-offset-emerald-300\/40:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.4);
  }

  .hover\:ring-offset-emerald-300\/45:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.45);
  }

  .hover\:ring-offset-emerald-300\/5:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.05);
  }

  .hover\:ring-offset-emerald-300\/50:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.5);
  }

  .hover\:ring-offset-emerald-300\/55:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.55);
  }

  .hover\:ring-offset-emerald-300\/60:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.6);
  }

  .hover\:ring-offset-emerald-300\/65:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.65);
  }

  .hover\:ring-offset-emerald-300\/70:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.7);
  }

  .hover\:ring-offset-emerald-300\/75:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.75);
  }

  .hover\:ring-offset-emerald-300\/80:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.8);
  }

  .hover\:ring-offset-emerald-300\/85:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.85);
  }

  .hover\:ring-offset-emerald-300\/90:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.9);
  }

  .hover\:ring-offset-emerald-300\/95:hover {
    --tw-ring-offset-color: rgb(110 231 183 / 0.95);
  }

  .hover\:ring-offset-emerald-400:hover {
    --tw-ring-offset-color: #34d399;
  }

  .hover\:ring-offset-emerald-400\/0:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0);
  }

  .hover\:ring-offset-emerald-400\/10:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.1);
  }

  .hover\:ring-offset-emerald-400\/100:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 1);
  }

  .hover\:ring-offset-emerald-400\/15:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.15);
  }

  .hover\:ring-offset-emerald-400\/20:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.2);
  }

  .hover\:ring-offset-emerald-400\/25:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.25);
  }

  .hover\:ring-offset-emerald-400\/30:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.3);
  }

  .hover\:ring-offset-emerald-400\/35:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.35);
  }

  .hover\:ring-offset-emerald-400\/40:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.4);
  }

  .hover\:ring-offset-emerald-400\/45:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.45);
  }

  .hover\:ring-offset-emerald-400\/5:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.05);
  }

  .hover\:ring-offset-emerald-400\/50:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.5);
  }

  .hover\:ring-offset-emerald-400\/55:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.55);
  }

  .hover\:ring-offset-emerald-400\/60:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.6);
  }

  .hover\:ring-offset-emerald-400\/65:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.65);
  }

  .hover\:ring-offset-emerald-400\/70:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.7);
  }

  .hover\:ring-offset-emerald-400\/75:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.75);
  }

  .hover\:ring-offset-emerald-400\/80:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.8);
  }

  .hover\:ring-offset-emerald-400\/85:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.85);
  }

  .hover\:ring-offset-emerald-400\/90:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.9);
  }

  .hover\:ring-offset-emerald-400\/95:hover {
    --tw-ring-offset-color: rgb(52 211 153 / 0.95);
  }

  .hover\:ring-offset-emerald-50:hover {
    --tw-ring-offset-color: #ecfdf5;
  }

  .hover\:ring-offset-emerald-50\/0:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0);
  }

  .hover\:ring-offset-emerald-50\/10:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.1);
  }

  .hover\:ring-offset-emerald-50\/100:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 1);
  }

  .hover\:ring-offset-emerald-50\/15:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.15);
  }

  .hover\:ring-offset-emerald-50\/20:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.2);
  }

  .hover\:ring-offset-emerald-50\/25:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.25);
  }

  .hover\:ring-offset-emerald-50\/30:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.3);
  }

  .hover\:ring-offset-emerald-50\/35:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.35);
  }

  .hover\:ring-offset-emerald-50\/40:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.4);
  }

  .hover\:ring-offset-emerald-50\/45:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.45);
  }

  .hover\:ring-offset-emerald-50\/5:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.05);
  }

  .hover\:ring-offset-emerald-50\/50:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.5);
  }

  .hover\:ring-offset-emerald-50\/55:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.55);
  }

  .hover\:ring-offset-emerald-50\/60:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.6);
  }

  .hover\:ring-offset-emerald-50\/65:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.65);
  }

  .hover\:ring-offset-emerald-50\/70:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.7);
  }

  .hover\:ring-offset-emerald-50\/75:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.75);
  }

  .hover\:ring-offset-emerald-50\/80:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.8);
  }

  .hover\:ring-offset-emerald-50\/85:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.85);
  }

  .hover\:ring-offset-emerald-50\/90:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.9);
  }

  .hover\:ring-offset-emerald-50\/95:hover {
    --tw-ring-offset-color: rgb(236 253 245 / 0.95);
  }

  .hover\:ring-offset-emerald-500:hover {
    --tw-ring-offset-color: #10b981;
  }

  .hover\:ring-offset-emerald-500\/0:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0);
  }

  .hover\:ring-offset-emerald-500\/10:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.1);
  }

  .hover\:ring-offset-emerald-500\/100:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 1);
  }

  .hover\:ring-offset-emerald-500\/15:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.15);
  }

  .hover\:ring-offset-emerald-500\/20:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.2);
  }

  .hover\:ring-offset-emerald-500\/25:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.25);
  }

  .hover\:ring-offset-emerald-500\/30:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.3);
  }

  .hover\:ring-offset-emerald-500\/35:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.35);
  }

  .hover\:ring-offset-emerald-500\/40:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.4);
  }

  .hover\:ring-offset-emerald-500\/45:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.45);
  }

  .hover\:ring-offset-emerald-500\/5:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.05);
  }

  .hover\:ring-offset-emerald-500\/50:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.5);
  }

  .hover\:ring-offset-emerald-500\/55:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.55);
  }

  .hover\:ring-offset-emerald-500\/60:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.6);
  }

  .hover\:ring-offset-emerald-500\/65:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.65);
  }

  .hover\:ring-offset-emerald-500\/70:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.7);
  }

  .hover\:ring-offset-emerald-500\/75:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.75);
  }

  .hover\:ring-offset-emerald-500\/80:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.8);
  }

  .hover\:ring-offset-emerald-500\/85:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.85);
  }

  .hover\:ring-offset-emerald-500\/90:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.9);
  }

  .hover\:ring-offset-emerald-500\/95:hover {
    --tw-ring-offset-color: rgb(16 185 129 / 0.95);
  }

  .hover\:ring-offset-emerald-600:hover {
    --tw-ring-offset-color: #059669;
  }

  .hover\:ring-offset-emerald-600\/0:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0);
  }

  .hover\:ring-offset-emerald-600\/10:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.1);
  }

  .hover\:ring-offset-emerald-600\/100:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 1);
  }

  .hover\:ring-offset-emerald-600\/15:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.15);
  }

  .hover\:ring-offset-emerald-600\/20:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.2);
  }

  .hover\:ring-offset-emerald-600\/25:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.25);
  }

  .hover\:ring-offset-emerald-600\/30:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.3);
  }

  .hover\:ring-offset-emerald-600\/35:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.35);
  }

  .hover\:ring-offset-emerald-600\/40:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.4);
  }

  .hover\:ring-offset-emerald-600\/45:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.45);
  }

  .hover\:ring-offset-emerald-600\/5:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.05);
  }

  .hover\:ring-offset-emerald-600\/50:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.5);
  }

  .hover\:ring-offset-emerald-600\/55:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.55);
  }

  .hover\:ring-offset-emerald-600\/60:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.6);
  }

  .hover\:ring-offset-emerald-600\/65:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.65);
  }

  .hover\:ring-offset-emerald-600\/70:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.7);
  }

  .hover\:ring-offset-emerald-600\/75:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.75);
  }

  .hover\:ring-offset-emerald-600\/80:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.8);
  }

  .hover\:ring-offset-emerald-600\/85:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.85);
  }

  .hover\:ring-offset-emerald-600\/90:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.9);
  }

  .hover\:ring-offset-emerald-600\/95:hover {
    --tw-ring-offset-color: rgb(5 150 105 / 0.95);
  }

  .hover\:ring-offset-emerald-700:hover {
    --tw-ring-offset-color: #047857;
  }

  .hover\:ring-offset-emerald-700\/0:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0);
  }

  .hover\:ring-offset-emerald-700\/10:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.1);
  }

  .hover\:ring-offset-emerald-700\/100:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 1);
  }

  .hover\:ring-offset-emerald-700\/15:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.15);
  }

  .hover\:ring-offset-emerald-700\/20:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.2);
  }

  .hover\:ring-offset-emerald-700\/25:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.25);
  }

  .hover\:ring-offset-emerald-700\/30:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.3);
  }

  .hover\:ring-offset-emerald-700\/35:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.35);
  }

  .hover\:ring-offset-emerald-700\/40:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.4);
  }

  .hover\:ring-offset-emerald-700\/45:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.45);
  }

  .hover\:ring-offset-emerald-700\/5:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.05);
  }

  .hover\:ring-offset-emerald-700\/50:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.5);
  }

  .hover\:ring-offset-emerald-700\/55:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.55);
  }

  .hover\:ring-offset-emerald-700\/60:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.6);
  }

  .hover\:ring-offset-emerald-700\/65:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.65);
  }

  .hover\:ring-offset-emerald-700\/70:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.7);
  }

  .hover\:ring-offset-emerald-700\/75:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.75);
  }

  .hover\:ring-offset-emerald-700\/80:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.8);
  }

  .hover\:ring-offset-emerald-700\/85:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.85);
  }

  .hover\:ring-offset-emerald-700\/90:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.9);
  }

  .hover\:ring-offset-emerald-700\/95:hover {
    --tw-ring-offset-color: rgb(4 120 87 / 0.95);
  }

  .hover\:ring-offset-emerald-800:hover {
    --tw-ring-offset-color: #065f46;
  }

  .hover\:ring-offset-emerald-800\/0:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0);
  }

  .hover\:ring-offset-emerald-800\/10:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.1);
  }

  .hover\:ring-offset-emerald-800\/100:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 1);
  }

  .hover\:ring-offset-emerald-800\/15:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.15);
  }

  .hover\:ring-offset-emerald-800\/20:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.2);
  }

  .hover\:ring-offset-emerald-800\/25:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.25);
  }

  .hover\:ring-offset-emerald-800\/30:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.3);
  }

  .hover\:ring-offset-emerald-800\/35:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.35);
  }

  .hover\:ring-offset-emerald-800\/40:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.4);
  }

  .hover\:ring-offset-emerald-800\/45:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.45);
  }

  .hover\:ring-offset-emerald-800\/5:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.05);
  }

  .hover\:ring-offset-emerald-800\/50:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.5);
  }

  .hover\:ring-offset-emerald-800\/55:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.55);
  }

  .hover\:ring-offset-emerald-800\/60:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.6);
  }

  .hover\:ring-offset-emerald-800\/65:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.65);
  }

  .hover\:ring-offset-emerald-800\/70:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.7);
  }

  .hover\:ring-offset-emerald-800\/75:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.75);
  }

  .hover\:ring-offset-emerald-800\/80:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.8);
  }

  .hover\:ring-offset-emerald-800\/85:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.85);
  }

  .hover\:ring-offset-emerald-800\/90:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.9);
  }

  .hover\:ring-offset-emerald-800\/95:hover {
    --tw-ring-offset-color: rgb(6 95 70 / 0.95);
  }

  .hover\:ring-offset-emerald-900:hover {
    --tw-ring-offset-color: #064e3b;
  }

  .hover\:ring-offset-emerald-900\/0:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0);
  }

  .hover\:ring-offset-emerald-900\/10:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.1);
  }

  .hover\:ring-offset-emerald-900\/100:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 1);
  }

  .hover\:ring-offset-emerald-900\/15:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.15);
  }

  .hover\:ring-offset-emerald-900\/20:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.2);
  }

  .hover\:ring-offset-emerald-900\/25:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.25);
  }

  .hover\:ring-offset-emerald-900\/30:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.3);
  }

  .hover\:ring-offset-emerald-900\/35:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.35);
  }

  .hover\:ring-offset-emerald-900\/40:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.4);
  }

  .hover\:ring-offset-emerald-900\/45:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.45);
  }

  .hover\:ring-offset-emerald-900\/5:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.05);
  }

  .hover\:ring-offset-emerald-900\/50:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.5);
  }

  .hover\:ring-offset-emerald-900\/55:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.55);
  }

  .hover\:ring-offset-emerald-900\/60:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.6);
  }

  .hover\:ring-offset-emerald-900\/65:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.65);
  }

  .hover\:ring-offset-emerald-900\/70:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.7);
  }

  .hover\:ring-offset-emerald-900\/75:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.75);
  }

  .hover\:ring-offset-emerald-900\/80:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.8);
  }

  .hover\:ring-offset-emerald-900\/85:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.85);
  }

  .hover\:ring-offset-emerald-900\/90:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.9);
  }

  .hover\:ring-offset-emerald-900\/95:hover {
    --tw-ring-offset-color: rgb(6 78 59 / 0.95);
  }

  .hover\:ring-offset-emerald-950:hover {
    --tw-ring-offset-color: #022c22;
  }

  .hover\:ring-offset-emerald-950\/0:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0);
  }

  .hover\:ring-offset-emerald-950\/10:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.1);
  }

  .hover\:ring-offset-emerald-950\/100:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 1);
  }

  .hover\:ring-offset-emerald-950\/15:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.15);
  }

  .hover\:ring-offset-emerald-950\/20:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.2);
  }

  .hover\:ring-offset-emerald-950\/25:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.25);
  }

  .hover\:ring-offset-emerald-950\/30:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.3);
  }

  .hover\:ring-offset-emerald-950\/35:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.35);
  }

  .hover\:ring-offset-emerald-950\/40:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.4);
  }

  .hover\:ring-offset-emerald-950\/45:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.45);
  }

  .hover\:ring-offset-emerald-950\/5:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.05);
  }

  .hover\:ring-offset-emerald-950\/50:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.5);
  }

  .hover\:ring-offset-emerald-950\/55:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.55);
  }

  .hover\:ring-offset-emerald-950\/60:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.6);
  }

  .hover\:ring-offset-emerald-950\/65:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.65);
  }

  .hover\:ring-offset-emerald-950\/70:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.7);
  }

  .hover\:ring-offset-emerald-950\/75:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.75);
  }

  .hover\:ring-offset-emerald-950\/80:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.8);
  }

  .hover\:ring-offset-emerald-950\/85:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.85);
  }

  .hover\:ring-offset-emerald-950\/90:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.9);
  }

  .hover\:ring-offset-emerald-950\/95:hover {
    --tw-ring-offset-color: rgb(2 44 34 / 0.95);
  }

  .hover\:ring-offset-fuchsia-100:hover {
    --tw-ring-offset-color: #fae8ff;
  }

  .hover\:ring-offset-fuchsia-100\/0:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0);
  }

  .hover\:ring-offset-fuchsia-100\/10:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.1);
  }

  .hover\:ring-offset-fuchsia-100\/100:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 1);
  }

  .hover\:ring-offset-fuchsia-100\/15:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.15);
  }

  .hover\:ring-offset-fuchsia-100\/20:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.2);
  }

  .hover\:ring-offset-fuchsia-100\/25:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.25);
  }

  .hover\:ring-offset-fuchsia-100\/30:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.3);
  }

  .hover\:ring-offset-fuchsia-100\/35:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.35);
  }

  .hover\:ring-offset-fuchsia-100\/40:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.4);
  }

  .hover\:ring-offset-fuchsia-100\/45:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.45);
  }

  .hover\:ring-offset-fuchsia-100\/5:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.05);
  }

  .hover\:ring-offset-fuchsia-100\/50:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.5);
  }

  .hover\:ring-offset-fuchsia-100\/55:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.55);
  }

  .hover\:ring-offset-fuchsia-100\/60:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.6);
  }

  .hover\:ring-offset-fuchsia-100\/65:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.65);
  }

  .hover\:ring-offset-fuchsia-100\/70:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.7);
  }

  .hover\:ring-offset-fuchsia-100\/75:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.75);
  }

  .hover\:ring-offset-fuchsia-100\/80:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.8);
  }

  .hover\:ring-offset-fuchsia-100\/85:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.85);
  }

  .hover\:ring-offset-fuchsia-100\/90:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.9);
  }

  .hover\:ring-offset-fuchsia-100\/95:hover {
    --tw-ring-offset-color: rgb(250 232 255 / 0.95);
  }

  .hover\:ring-offset-fuchsia-200:hover {
    --tw-ring-offset-color: #f5d0fe;
  }

  .hover\:ring-offset-fuchsia-200\/0:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0);
  }

  .hover\:ring-offset-fuchsia-200\/10:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.1);
  }

  .hover\:ring-offset-fuchsia-200\/100:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 1);
  }

  .hover\:ring-offset-fuchsia-200\/15:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.15);
  }

  .hover\:ring-offset-fuchsia-200\/20:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.2);
  }

  .hover\:ring-offset-fuchsia-200\/25:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.25);
  }

  .hover\:ring-offset-fuchsia-200\/30:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.3);
  }

  .hover\:ring-offset-fuchsia-200\/35:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.35);
  }

  .hover\:ring-offset-fuchsia-200\/40:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.4);
  }

  .hover\:ring-offset-fuchsia-200\/45:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.45);
  }

  .hover\:ring-offset-fuchsia-200\/5:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.05);
  }

  .hover\:ring-offset-fuchsia-200\/50:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.5);
  }

  .hover\:ring-offset-fuchsia-200\/55:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.55);
  }

  .hover\:ring-offset-fuchsia-200\/60:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.6);
  }

  .hover\:ring-offset-fuchsia-200\/65:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.65);
  }

  .hover\:ring-offset-fuchsia-200\/70:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.7);
  }

  .hover\:ring-offset-fuchsia-200\/75:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.75);
  }

  .hover\:ring-offset-fuchsia-200\/80:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.8);
  }

  .hover\:ring-offset-fuchsia-200\/85:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.85);
  }

  .hover\:ring-offset-fuchsia-200\/90:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.9);
  }

  .hover\:ring-offset-fuchsia-200\/95:hover {
    --tw-ring-offset-color: rgb(245 208 254 / 0.95);
  }

  .hover\:ring-offset-fuchsia-300:hover {
    --tw-ring-offset-color: #f0abfc;
  }

  .hover\:ring-offset-fuchsia-300\/0:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0);
  }

  .hover\:ring-offset-fuchsia-300\/10:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.1);
  }

  .hover\:ring-offset-fuchsia-300\/100:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 1);
  }

  .hover\:ring-offset-fuchsia-300\/15:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.15);
  }

  .hover\:ring-offset-fuchsia-300\/20:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.2);
  }

  .hover\:ring-offset-fuchsia-300\/25:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.25);
  }

  .hover\:ring-offset-fuchsia-300\/30:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.3);
  }

  .hover\:ring-offset-fuchsia-300\/35:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.35);
  }

  .hover\:ring-offset-fuchsia-300\/40:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.4);
  }

  .hover\:ring-offset-fuchsia-300\/45:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.45);
  }

  .hover\:ring-offset-fuchsia-300\/5:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.05);
  }

  .hover\:ring-offset-fuchsia-300\/50:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.5);
  }

  .hover\:ring-offset-fuchsia-300\/55:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.55);
  }

  .hover\:ring-offset-fuchsia-300\/60:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.6);
  }

  .hover\:ring-offset-fuchsia-300\/65:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.65);
  }

  .hover\:ring-offset-fuchsia-300\/70:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.7);
  }

  .hover\:ring-offset-fuchsia-300\/75:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.75);
  }

  .hover\:ring-offset-fuchsia-300\/80:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.8);
  }

  .hover\:ring-offset-fuchsia-300\/85:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.85);
  }

  .hover\:ring-offset-fuchsia-300\/90:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.9);
  }

  .hover\:ring-offset-fuchsia-300\/95:hover {
    --tw-ring-offset-color: rgb(240 171 252 / 0.95);
  }

  .hover\:ring-offset-fuchsia-400:hover {
    --tw-ring-offset-color: #e879f9;
  }

  .hover\:ring-offset-fuchsia-400\/0:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0);
  }

  .hover\:ring-offset-fuchsia-400\/10:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.1);
  }

  .hover\:ring-offset-fuchsia-400\/100:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 1);
  }

  .hover\:ring-offset-fuchsia-400\/15:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.15);
  }

  .hover\:ring-offset-fuchsia-400\/20:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.2);
  }

  .hover\:ring-offset-fuchsia-400\/25:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.25);
  }

  .hover\:ring-offset-fuchsia-400\/30:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.3);
  }

  .hover\:ring-offset-fuchsia-400\/35:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.35);
  }

  .hover\:ring-offset-fuchsia-400\/40:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.4);
  }

  .hover\:ring-offset-fuchsia-400\/45:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.45);
  }

  .hover\:ring-offset-fuchsia-400\/5:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.05);
  }

  .hover\:ring-offset-fuchsia-400\/50:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.5);
  }

  .hover\:ring-offset-fuchsia-400\/55:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.55);
  }

  .hover\:ring-offset-fuchsia-400\/60:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.6);
  }

  .hover\:ring-offset-fuchsia-400\/65:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.65);
  }

  .hover\:ring-offset-fuchsia-400\/70:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.7);
  }

  .hover\:ring-offset-fuchsia-400\/75:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.75);
  }

  .hover\:ring-offset-fuchsia-400\/80:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.8);
  }

  .hover\:ring-offset-fuchsia-400\/85:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.85);
  }

  .hover\:ring-offset-fuchsia-400\/90:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.9);
  }

  .hover\:ring-offset-fuchsia-400\/95:hover {
    --tw-ring-offset-color: rgb(232 121 249 / 0.95);
  }

  .hover\:ring-offset-fuchsia-50:hover {
    --tw-ring-offset-color: #fdf4ff;
  }

  .hover\:ring-offset-fuchsia-50\/0:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0);
  }

  .hover\:ring-offset-fuchsia-50\/10:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.1);
  }

  .hover\:ring-offset-fuchsia-50\/100:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 1);
  }

  .hover\:ring-offset-fuchsia-50\/15:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.15);
  }

  .hover\:ring-offset-fuchsia-50\/20:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.2);
  }

  .hover\:ring-offset-fuchsia-50\/25:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.25);
  }

  .hover\:ring-offset-fuchsia-50\/30:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.3);
  }

  .hover\:ring-offset-fuchsia-50\/35:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.35);
  }

  .hover\:ring-offset-fuchsia-50\/40:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.4);
  }

  .hover\:ring-offset-fuchsia-50\/45:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.45);
  }

  .hover\:ring-offset-fuchsia-50\/5:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.05);
  }

  .hover\:ring-offset-fuchsia-50\/50:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.5);
  }

  .hover\:ring-offset-fuchsia-50\/55:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.55);
  }

  .hover\:ring-offset-fuchsia-50\/60:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.6);
  }

  .hover\:ring-offset-fuchsia-50\/65:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.65);
  }

  .hover\:ring-offset-fuchsia-50\/70:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.7);
  }

  .hover\:ring-offset-fuchsia-50\/75:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.75);
  }

  .hover\:ring-offset-fuchsia-50\/80:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.8);
  }

  .hover\:ring-offset-fuchsia-50\/85:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.85);
  }

  .hover\:ring-offset-fuchsia-50\/90:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.9);
  }

  .hover\:ring-offset-fuchsia-50\/95:hover {
    --tw-ring-offset-color: rgb(253 244 255 / 0.95);
  }

  .hover\:ring-offset-fuchsia-500:hover {
    --tw-ring-offset-color: #d946ef;
  }

  .hover\:ring-offset-fuchsia-500\/0:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0);
  }

  .hover\:ring-offset-fuchsia-500\/10:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.1);
  }

  .hover\:ring-offset-fuchsia-500\/100:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 1);
  }

  .hover\:ring-offset-fuchsia-500\/15:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.15);
  }

  .hover\:ring-offset-fuchsia-500\/20:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.2);
  }

  .hover\:ring-offset-fuchsia-500\/25:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.25);
  }

  .hover\:ring-offset-fuchsia-500\/30:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.3);
  }

  .hover\:ring-offset-fuchsia-500\/35:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.35);
  }

  .hover\:ring-offset-fuchsia-500\/40:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.4);
  }

  .hover\:ring-offset-fuchsia-500\/45:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.45);
  }

  .hover\:ring-offset-fuchsia-500\/5:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.05);
  }

  .hover\:ring-offset-fuchsia-500\/50:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.5);
  }

  .hover\:ring-offset-fuchsia-500\/55:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.55);
  }

  .hover\:ring-offset-fuchsia-500\/60:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.6);
  }

  .hover\:ring-offset-fuchsia-500\/65:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.65);
  }

  .hover\:ring-offset-fuchsia-500\/70:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.7);
  }

  .hover\:ring-offset-fuchsia-500\/75:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.75);
  }

  .hover\:ring-offset-fuchsia-500\/80:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.8);
  }

  .hover\:ring-offset-fuchsia-500\/85:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.85);
  }

  .hover\:ring-offset-fuchsia-500\/90:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.9);
  }

  .hover\:ring-offset-fuchsia-500\/95:hover {
    --tw-ring-offset-color: rgb(217 70 239 / 0.95);
  }

  .hover\:ring-offset-fuchsia-600:hover {
    --tw-ring-offset-color: #c026d3;
  }

  .hover\:ring-offset-fuchsia-600\/0:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0);
  }

  .hover\:ring-offset-fuchsia-600\/10:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.1);
  }

  .hover\:ring-offset-fuchsia-600\/100:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 1);
  }

  .hover\:ring-offset-fuchsia-600\/15:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.15);
  }

  .hover\:ring-offset-fuchsia-600\/20:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.2);
  }

  .hover\:ring-offset-fuchsia-600\/25:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.25);
  }

  .hover\:ring-offset-fuchsia-600\/30:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.3);
  }

  .hover\:ring-offset-fuchsia-600\/35:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.35);
  }

  .hover\:ring-offset-fuchsia-600\/40:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.4);
  }

  .hover\:ring-offset-fuchsia-600\/45:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.45);
  }

  .hover\:ring-offset-fuchsia-600\/5:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.05);
  }

  .hover\:ring-offset-fuchsia-600\/50:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.5);
  }

  .hover\:ring-offset-fuchsia-600\/55:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.55);
  }

  .hover\:ring-offset-fuchsia-600\/60:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.6);
  }

  .hover\:ring-offset-fuchsia-600\/65:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.65);
  }

  .hover\:ring-offset-fuchsia-600\/70:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.7);
  }

  .hover\:ring-offset-fuchsia-600\/75:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.75);
  }

  .hover\:ring-offset-fuchsia-600\/80:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.8);
  }

  .hover\:ring-offset-fuchsia-600\/85:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.85);
  }

  .hover\:ring-offset-fuchsia-600\/90:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.9);
  }

  .hover\:ring-offset-fuchsia-600\/95:hover {
    --tw-ring-offset-color: rgb(192 38 211 / 0.95);
  }

  .hover\:ring-offset-fuchsia-700:hover {
    --tw-ring-offset-color: #a21caf;
  }

  .hover\:ring-offset-fuchsia-700\/0:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0);
  }

  .hover\:ring-offset-fuchsia-700\/10:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.1);
  }

  .hover\:ring-offset-fuchsia-700\/100:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 1);
  }

  .hover\:ring-offset-fuchsia-700\/15:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.15);
  }

  .hover\:ring-offset-fuchsia-700\/20:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.2);
  }

  .hover\:ring-offset-fuchsia-700\/25:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.25);
  }

  .hover\:ring-offset-fuchsia-700\/30:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.3);
  }

  .hover\:ring-offset-fuchsia-700\/35:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.35);
  }

  .hover\:ring-offset-fuchsia-700\/40:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.4);
  }

  .hover\:ring-offset-fuchsia-700\/45:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.45);
  }

  .hover\:ring-offset-fuchsia-700\/5:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.05);
  }

  .hover\:ring-offset-fuchsia-700\/50:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.5);
  }

  .hover\:ring-offset-fuchsia-700\/55:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.55);
  }

  .hover\:ring-offset-fuchsia-700\/60:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.6);
  }

  .hover\:ring-offset-fuchsia-700\/65:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.65);
  }

  .hover\:ring-offset-fuchsia-700\/70:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.7);
  }

  .hover\:ring-offset-fuchsia-700\/75:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.75);
  }

  .hover\:ring-offset-fuchsia-700\/80:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.8);
  }

  .hover\:ring-offset-fuchsia-700\/85:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.85);
  }

  .hover\:ring-offset-fuchsia-700\/90:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.9);
  }

  .hover\:ring-offset-fuchsia-700\/95:hover {
    --tw-ring-offset-color: rgb(162 28 175 / 0.95);
  }

  .hover\:ring-offset-fuchsia-800:hover {
    --tw-ring-offset-color: #86198f;
  }

  .hover\:ring-offset-fuchsia-800\/0:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0);
  }

  .hover\:ring-offset-fuchsia-800\/10:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.1);
  }

  .hover\:ring-offset-fuchsia-800\/100:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 1);
  }

  .hover\:ring-offset-fuchsia-800\/15:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.15);
  }

  .hover\:ring-offset-fuchsia-800\/20:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.2);
  }

  .hover\:ring-offset-fuchsia-800\/25:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.25);
  }

  .hover\:ring-offset-fuchsia-800\/30:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.3);
  }

  .hover\:ring-offset-fuchsia-800\/35:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.35);
  }

  .hover\:ring-offset-fuchsia-800\/40:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.4);
  }

  .hover\:ring-offset-fuchsia-800\/45:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.45);
  }

  .hover\:ring-offset-fuchsia-800\/5:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.05);
  }

  .hover\:ring-offset-fuchsia-800\/50:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.5);
  }

  .hover\:ring-offset-fuchsia-800\/55:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.55);
  }

  .hover\:ring-offset-fuchsia-800\/60:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.6);
  }

  .hover\:ring-offset-fuchsia-800\/65:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.65);
  }

  .hover\:ring-offset-fuchsia-800\/70:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.7);
  }

  .hover\:ring-offset-fuchsia-800\/75:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.75);
  }

  .hover\:ring-offset-fuchsia-800\/80:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.8);
  }

  .hover\:ring-offset-fuchsia-800\/85:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.85);
  }

  .hover\:ring-offset-fuchsia-800\/90:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.9);
  }

  .hover\:ring-offset-fuchsia-800\/95:hover {
    --tw-ring-offset-color: rgb(134 25 143 / 0.95);
  }

  .hover\:ring-offset-fuchsia-900:hover {
    --tw-ring-offset-color: #701a75;
  }

  .hover\:ring-offset-fuchsia-900\/0:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0);
  }

  .hover\:ring-offset-fuchsia-900\/10:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.1);
  }

  .hover\:ring-offset-fuchsia-900\/100:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 1);
  }

  .hover\:ring-offset-fuchsia-900\/15:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.15);
  }

  .hover\:ring-offset-fuchsia-900\/20:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.2);
  }

  .hover\:ring-offset-fuchsia-900\/25:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.25);
  }

  .hover\:ring-offset-fuchsia-900\/30:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.3);
  }

  .hover\:ring-offset-fuchsia-900\/35:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.35);
  }

  .hover\:ring-offset-fuchsia-900\/40:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.4);
  }

  .hover\:ring-offset-fuchsia-900\/45:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.45);
  }

  .hover\:ring-offset-fuchsia-900\/5:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.05);
  }

  .hover\:ring-offset-fuchsia-900\/50:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.5);
  }

  .hover\:ring-offset-fuchsia-900\/55:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.55);
  }

  .hover\:ring-offset-fuchsia-900\/60:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.6);
  }

  .hover\:ring-offset-fuchsia-900\/65:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.65);
  }

  .hover\:ring-offset-fuchsia-900\/70:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.7);
  }

  .hover\:ring-offset-fuchsia-900\/75:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.75);
  }

  .hover\:ring-offset-fuchsia-900\/80:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.8);
  }

  .hover\:ring-offset-fuchsia-900\/85:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.85);
  }

  .hover\:ring-offset-fuchsia-900\/90:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.9);
  }

  .hover\:ring-offset-fuchsia-900\/95:hover {
    --tw-ring-offset-color: rgb(112 26 117 / 0.95);
  }

  .hover\:ring-offset-fuchsia-950:hover {
    --tw-ring-offset-color: #4a044e;
  }

  .hover\:ring-offset-fuchsia-950\/0:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0);
  }

  .hover\:ring-offset-fuchsia-950\/10:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.1);
  }

  .hover\:ring-offset-fuchsia-950\/100:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 1);
  }

  .hover\:ring-offset-fuchsia-950\/15:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.15);
  }

  .hover\:ring-offset-fuchsia-950\/20:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.2);
  }

  .hover\:ring-offset-fuchsia-950\/25:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.25);
  }

  .hover\:ring-offset-fuchsia-950\/30:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.3);
  }

  .hover\:ring-offset-fuchsia-950\/35:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.35);
  }

  .hover\:ring-offset-fuchsia-950\/40:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.4);
  }

  .hover\:ring-offset-fuchsia-950\/45:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.45);
  }

  .hover\:ring-offset-fuchsia-950\/5:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.05);
  }

  .hover\:ring-offset-fuchsia-950\/50:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.5);
  }

  .hover\:ring-offset-fuchsia-950\/55:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.55);
  }

  .hover\:ring-offset-fuchsia-950\/60:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.6);
  }

  .hover\:ring-offset-fuchsia-950\/65:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.65);
  }

  .hover\:ring-offset-fuchsia-950\/70:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.7);
  }

  .hover\:ring-offset-fuchsia-950\/75:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.75);
  }

  .hover\:ring-offset-fuchsia-950\/80:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.8);
  }

  .hover\:ring-offset-fuchsia-950\/85:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.85);
  }

  .hover\:ring-offset-fuchsia-950\/90:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.9);
  }

  .hover\:ring-offset-fuchsia-950\/95:hover {
    --tw-ring-offset-color: rgb(74 4 78 / 0.95);
  }

  .hover\:ring-offset-gray-100:hover {
    --tw-ring-offset-color: #f3f4f6;
  }

  .hover\:ring-offset-gray-100\/0:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0);
  }

  .hover\:ring-offset-gray-100\/10:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.1);
  }

  .hover\:ring-offset-gray-100\/100:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 1);
  }

  .hover\:ring-offset-gray-100\/15:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.15);
  }

  .hover\:ring-offset-gray-100\/20:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.2);
  }

  .hover\:ring-offset-gray-100\/25:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.25);
  }

  .hover\:ring-offset-gray-100\/30:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.3);
  }

  .hover\:ring-offset-gray-100\/35:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.35);
  }

  .hover\:ring-offset-gray-100\/40:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.4);
  }

  .hover\:ring-offset-gray-100\/45:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.45);
  }

  .hover\:ring-offset-gray-100\/5:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.05);
  }

  .hover\:ring-offset-gray-100\/50:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.5);
  }

  .hover\:ring-offset-gray-100\/55:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.55);
  }

  .hover\:ring-offset-gray-100\/60:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.6);
  }

  .hover\:ring-offset-gray-100\/65:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.65);
  }

  .hover\:ring-offset-gray-100\/70:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.7);
  }

  .hover\:ring-offset-gray-100\/75:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.75);
  }

  .hover\:ring-offset-gray-100\/80:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.8);
  }

  .hover\:ring-offset-gray-100\/85:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.85);
  }

  .hover\:ring-offset-gray-100\/90:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.9);
  }

  .hover\:ring-offset-gray-100\/95:hover {
    --tw-ring-offset-color: rgb(243 244 246 / 0.95);
  }

  .hover\:ring-offset-gray-200:hover {
    --tw-ring-offset-color: #e5e7eb;
  }

  .hover\:ring-offset-gray-200\/0:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0);
  }

  .hover\:ring-offset-gray-200\/10:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.1);
  }

  .hover\:ring-offset-gray-200\/100:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 1);
  }

  .hover\:ring-offset-gray-200\/15:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.15);
  }

  .hover\:ring-offset-gray-200\/20:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.2);
  }

  .hover\:ring-offset-gray-200\/25:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.25);
  }

  .hover\:ring-offset-gray-200\/30:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.3);
  }

  .hover\:ring-offset-gray-200\/35:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.35);
  }

  .hover\:ring-offset-gray-200\/40:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.4);
  }

  .hover\:ring-offset-gray-200\/45:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.45);
  }

  .hover\:ring-offset-gray-200\/5:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.05);
  }

  .hover\:ring-offset-gray-200\/50:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.5);
  }

  .hover\:ring-offset-gray-200\/55:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.55);
  }

  .hover\:ring-offset-gray-200\/60:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.6);
  }

  .hover\:ring-offset-gray-200\/65:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.65);
  }

  .hover\:ring-offset-gray-200\/70:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.7);
  }

  .hover\:ring-offset-gray-200\/75:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.75);
  }

  .hover\:ring-offset-gray-200\/80:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.8);
  }

  .hover\:ring-offset-gray-200\/85:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.85);
  }

  .hover\:ring-offset-gray-200\/90:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.9);
  }

  .hover\:ring-offset-gray-200\/95:hover {
    --tw-ring-offset-color: rgb(229 231 235 / 0.95);
  }

  .hover\:ring-offset-gray-300:hover {
    --tw-ring-offset-color: #d1d5db;
  }

  .hover\:ring-offset-gray-300\/0:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0);
  }

  .hover\:ring-offset-gray-300\/10:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.1);
  }

  .hover\:ring-offset-gray-300\/100:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 1);
  }

  .hover\:ring-offset-gray-300\/15:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.15);
  }

  .hover\:ring-offset-gray-300\/20:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.2);
  }

  .hover\:ring-offset-gray-300\/25:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.25);
  }

  .hover\:ring-offset-gray-300\/30:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.3);
  }

  .hover\:ring-offset-gray-300\/35:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.35);
  }

  .hover\:ring-offset-gray-300\/40:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.4);
  }

  .hover\:ring-offset-gray-300\/45:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.45);
  }

  .hover\:ring-offset-gray-300\/5:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.05);
  }

  .hover\:ring-offset-gray-300\/50:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.5);
  }

  .hover\:ring-offset-gray-300\/55:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.55);
  }

  .hover\:ring-offset-gray-300\/60:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.6);
  }

  .hover\:ring-offset-gray-300\/65:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.65);
  }

  .hover\:ring-offset-gray-300\/70:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.7);
  }

  .hover\:ring-offset-gray-300\/75:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.75);
  }

  .hover\:ring-offset-gray-300\/80:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.8);
  }

  .hover\:ring-offset-gray-300\/85:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.85);
  }

  .hover\:ring-offset-gray-300\/90:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.9);
  }

  .hover\:ring-offset-gray-300\/95:hover {
    --tw-ring-offset-color: rgb(209 213 219 / 0.95);
  }

  .hover\:ring-offset-gray-400:hover {
    --tw-ring-offset-color: #9ca3af;
  }

  .hover\:ring-offset-gray-400\/0:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0);
  }

  .hover\:ring-offset-gray-400\/10:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.1);
  }

  .hover\:ring-offset-gray-400\/100:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 1);
  }

  .hover\:ring-offset-gray-400\/15:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.15);
  }

  .hover\:ring-offset-gray-400\/20:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.2);
  }

  .hover\:ring-offset-gray-400\/25:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.25);
  }

  .hover\:ring-offset-gray-400\/30:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.3);
  }

  .hover\:ring-offset-gray-400\/35:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.35);
  }

  .hover\:ring-offset-gray-400\/40:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.4);
  }

  .hover\:ring-offset-gray-400\/45:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.45);
  }

  .hover\:ring-offset-gray-400\/5:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.05);
  }

  .hover\:ring-offset-gray-400\/50:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.5);
  }

  .hover\:ring-offset-gray-400\/55:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.55);
  }

  .hover\:ring-offset-gray-400\/60:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.6);
  }

  .hover\:ring-offset-gray-400\/65:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.65);
  }

  .hover\:ring-offset-gray-400\/70:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.7);
  }

  .hover\:ring-offset-gray-400\/75:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.75);
  }

  .hover\:ring-offset-gray-400\/80:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.8);
  }

  .hover\:ring-offset-gray-400\/85:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.85);
  }

  .hover\:ring-offset-gray-400\/90:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.9);
  }

  .hover\:ring-offset-gray-400\/95:hover {
    --tw-ring-offset-color: rgb(156 163 175 / 0.95);
  }

  .hover\:ring-offset-gray-50:hover {
    --tw-ring-offset-color: #f9fafb;
  }

  .hover\:ring-offset-gray-50\/0:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0);
  }

  .hover\:ring-offset-gray-50\/10:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.1);
  }

  .hover\:ring-offset-gray-50\/100:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 1);
  }

  .hover\:ring-offset-gray-50\/15:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.15);
  }

  .hover\:ring-offset-gray-50\/20:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.2);
  }

  .hover\:ring-offset-gray-50\/25:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.25);
  }

  .hover\:ring-offset-gray-50\/30:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.3);
  }

  .hover\:ring-offset-gray-50\/35:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.35);
  }

  .hover\:ring-offset-gray-50\/40:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.4);
  }

  .hover\:ring-offset-gray-50\/45:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.45);
  }

  .hover\:ring-offset-gray-50\/5:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.05);
  }

  .hover\:ring-offset-gray-50\/50:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.5);
  }

  .hover\:ring-offset-gray-50\/55:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.55);
  }

  .hover\:ring-offset-gray-50\/60:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.6);
  }

  .hover\:ring-offset-gray-50\/65:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.65);
  }

  .hover\:ring-offset-gray-50\/70:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.7);
  }

  .hover\:ring-offset-gray-50\/75:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.75);
  }

  .hover\:ring-offset-gray-50\/80:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.8);
  }

  .hover\:ring-offset-gray-50\/85:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.85);
  }

  .hover\:ring-offset-gray-50\/90:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.9);
  }

  .hover\:ring-offset-gray-50\/95:hover {
    --tw-ring-offset-color: rgb(249 250 251 / 0.95);
  }

  .hover\:ring-offset-gray-500:hover {
    --tw-ring-offset-color: #6b7280;
  }

  .hover\:ring-offset-gray-500\/0:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0);
  }

  .hover\:ring-offset-gray-500\/10:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.1);
  }

  .hover\:ring-offset-gray-500\/100:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 1);
  }

  .hover\:ring-offset-gray-500\/15:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.15);
  }

  .hover\:ring-offset-gray-500\/20:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.2);
  }

  .hover\:ring-offset-gray-500\/25:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.25);
  }

  .hover\:ring-offset-gray-500\/30:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.3);
  }

  .hover\:ring-offset-gray-500\/35:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.35);
  }

  .hover\:ring-offset-gray-500\/40:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.4);
  }

  .hover\:ring-offset-gray-500\/45:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.45);
  }

  .hover\:ring-offset-gray-500\/5:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.05);
  }

  .hover\:ring-offset-gray-500\/50:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.5);
  }

  .hover\:ring-offset-gray-500\/55:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.55);
  }

  .hover\:ring-offset-gray-500\/60:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.6);
  }

  .hover\:ring-offset-gray-500\/65:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.65);
  }

  .hover\:ring-offset-gray-500\/70:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.7);
  }

  .hover\:ring-offset-gray-500\/75:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.75);
  }

  .hover\:ring-offset-gray-500\/80:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.8);
  }

  .hover\:ring-offset-gray-500\/85:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.85);
  }

  .hover\:ring-offset-gray-500\/90:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.9);
  }

  .hover\:ring-offset-gray-500\/95:hover {
    --tw-ring-offset-color: rgb(107 114 128 / 0.95);
  }

  .hover\:ring-offset-gray-600:hover {
    --tw-ring-offset-color: #4b5563;
  }

  .hover\:ring-offset-gray-600\/0:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0);
  }

  .hover\:ring-offset-gray-600\/10:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.1);
  }

  .hover\:ring-offset-gray-600\/100:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 1);
  }

  .hover\:ring-offset-gray-600\/15:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.15);
  }

  .hover\:ring-offset-gray-600\/20:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.2);
  }

  .hover\:ring-offset-gray-600\/25:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.25);
  }

  .hover\:ring-offset-gray-600\/30:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.3);
  }

  .hover\:ring-offset-gray-600\/35:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.35);
  }

  .hover\:ring-offset-gray-600\/40:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.4);
  }

  .hover\:ring-offset-gray-600\/45:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.45);
  }

  .hover\:ring-offset-gray-600\/5:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.05);
  }

  .hover\:ring-offset-gray-600\/50:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.5);
  }

  .hover\:ring-offset-gray-600\/55:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.55);
  }

  .hover\:ring-offset-gray-600\/60:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.6);
  }

  .hover\:ring-offset-gray-600\/65:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.65);
  }

  .hover\:ring-offset-gray-600\/70:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.7);
  }

  .hover\:ring-offset-gray-600\/75:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.75);
  }

  .hover\:ring-offset-gray-600\/80:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.8);
  }

  .hover\:ring-offset-gray-600\/85:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.85);
  }

  .hover\:ring-offset-gray-600\/90:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.9);
  }

  .hover\:ring-offset-gray-600\/95:hover {
    --tw-ring-offset-color: rgb(75 85 99 / 0.95);
  }

  .hover\:ring-offset-gray-700:hover {
    --tw-ring-offset-color: #374151;
  }

  .hover\:ring-offset-gray-700\/0:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0);
  }

  .hover\:ring-offset-gray-700\/10:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.1);
  }

  .hover\:ring-offset-gray-700\/100:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 1);
  }

  .hover\:ring-offset-gray-700\/15:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.15);
  }

  .hover\:ring-offset-gray-700\/20:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.2);
  }

  .hover\:ring-offset-gray-700\/25:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.25);
  }

  .hover\:ring-offset-gray-700\/30:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.3);
  }

  .hover\:ring-offset-gray-700\/35:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.35);
  }

  .hover\:ring-offset-gray-700\/40:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.4);
  }

  .hover\:ring-offset-gray-700\/45:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.45);
  }

  .hover\:ring-offset-gray-700\/5:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.05);
  }

  .hover\:ring-offset-gray-700\/50:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.5);
  }

  .hover\:ring-offset-gray-700\/55:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.55);
  }

  .hover\:ring-offset-gray-700\/60:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.6);
  }

  .hover\:ring-offset-gray-700\/65:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.65);
  }

  .hover\:ring-offset-gray-700\/70:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.7);
  }

  .hover\:ring-offset-gray-700\/75:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.75);
  }

  .hover\:ring-offset-gray-700\/80:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.8);
  }

  .hover\:ring-offset-gray-700\/85:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.85);
  }

  .hover\:ring-offset-gray-700\/90:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.9);
  }

  .hover\:ring-offset-gray-700\/95:hover {
    --tw-ring-offset-color: rgb(55 65 81 / 0.95);
  }

  .hover\:ring-offset-gray-800:hover {
    --tw-ring-offset-color: #1f2937;
  }

  .hover\:ring-offset-gray-800\/0:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0);
  }

  .hover\:ring-offset-gray-800\/10:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.1);
  }

  .hover\:ring-offset-gray-800\/100:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 1);
  }

  .hover\:ring-offset-gray-800\/15:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.15);
  }

  .hover\:ring-offset-gray-800\/20:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.2);
  }

  .hover\:ring-offset-gray-800\/25:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.25);
  }

  .hover\:ring-offset-gray-800\/30:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.3);
  }

  .hover\:ring-offset-gray-800\/35:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.35);
  }

  .hover\:ring-offset-gray-800\/40:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.4);
  }

  .hover\:ring-offset-gray-800\/45:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.45);
  }

  .hover\:ring-offset-gray-800\/5:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.05);
  }

  .hover\:ring-offset-gray-800\/50:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.5);
  }

  .hover\:ring-offset-gray-800\/55:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.55);
  }

  .hover\:ring-offset-gray-800\/60:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.6);
  }

  .hover\:ring-offset-gray-800\/65:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.65);
  }

  .hover\:ring-offset-gray-800\/70:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.7);
  }

  .hover\:ring-offset-gray-800\/75:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.75);
  }

  .hover\:ring-offset-gray-800\/80:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.8);
  }

  .hover\:ring-offset-gray-800\/85:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.85);
  }

  .hover\:ring-offset-gray-800\/90:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.9);
  }

  .hover\:ring-offset-gray-800\/95:hover {
    --tw-ring-offset-color: rgb(31 41 55 / 0.95);
  }

  .hover\:ring-offset-gray-900:hover {
    --tw-ring-offset-color: #111827;
  }

  .hover\:ring-offset-gray-900\/0:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0);
  }

  .hover\:ring-offset-gray-900\/10:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.1);
  }

  .hover\:ring-offset-gray-900\/100:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 1);
  }

  .hover\:ring-offset-gray-900\/15:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.15);
  }

  .hover\:ring-offset-gray-900\/20:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.2);
  }

  .hover\:ring-offset-gray-900\/25:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.25);
  }

  .hover\:ring-offset-gray-900\/30:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.3);
  }

  .hover\:ring-offset-gray-900\/35:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.35);
  }

  .hover\:ring-offset-gray-900\/40:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.4);
  }

  .hover\:ring-offset-gray-900\/45:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.45);
  }

  .hover\:ring-offset-gray-900\/5:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.05);
  }

  .hover\:ring-offset-gray-900\/50:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.5);
  }

  .hover\:ring-offset-gray-900\/55:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.55);
  }

  .hover\:ring-offset-gray-900\/60:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.6);
  }

  .hover\:ring-offset-gray-900\/65:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.65);
  }

  .hover\:ring-offset-gray-900\/70:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.7);
  }

  .hover\:ring-offset-gray-900\/75:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.75);
  }

  .hover\:ring-offset-gray-900\/80:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.8);
  }

  .hover\:ring-offset-gray-900\/85:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.85);
  }

  .hover\:ring-offset-gray-900\/90:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.9);
  }

  .hover\:ring-offset-gray-900\/95:hover {
    --tw-ring-offset-color: rgb(17 24 39 / 0.95);
  }

  .hover\:ring-offset-gray-950:hover {
    --tw-ring-offset-color: #030712;
  }

  .hover\:ring-offset-gray-950\/0:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0);
  }

  .hover\:ring-offset-gray-950\/10:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.1);
  }

  .hover\:ring-offset-gray-950\/100:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 1);
  }

  .hover\:ring-offset-gray-950\/15:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.15);
  }

  .hover\:ring-offset-gray-950\/20:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.2);
  }

  .hover\:ring-offset-gray-950\/25:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.25);
  }

  .hover\:ring-offset-gray-950\/30:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.3);
  }

  .hover\:ring-offset-gray-950\/35:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.35);
  }

  .hover\:ring-offset-gray-950\/40:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.4);
  }

  .hover\:ring-offset-gray-950\/45:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.45);
  }

  .hover\:ring-offset-gray-950\/5:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.05);
  }

  .hover\:ring-offset-gray-950\/50:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.5);
  }

  .hover\:ring-offset-gray-950\/55:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.55);
  }

  .hover\:ring-offset-gray-950\/60:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.6);
  }

  .hover\:ring-offset-gray-950\/65:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.65);
  }

  .hover\:ring-offset-gray-950\/70:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.7);
  }

  .hover\:ring-offset-gray-950\/75:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.75);
  }

  .hover\:ring-offset-gray-950\/80:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.8);
  }

  .hover\:ring-offset-gray-950\/85:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.85);
  }

  .hover\:ring-offset-gray-950\/90:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.9);
  }

  .hover\:ring-offset-gray-950\/95:hover {
    --tw-ring-offset-color: rgb(3 7 18 / 0.95);
  }

  .hover\:ring-offset-green-100:hover {
    --tw-ring-offset-color: #dcfce7;
  }

  .hover\:ring-offset-green-100\/0:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0);
  }

  .hover\:ring-offset-green-100\/10:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.1);
  }

  .hover\:ring-offset-green-100\/100:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 1);
  }

  .hover\:ring-offset-green-100\/15:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.15);
  }

  .hover\:ring-offset-green-100\/20:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.2);
  }

  .hover\:ring-offset-green-100\/25:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.25);
  }

  .hover\:ring-offset-green-100\/30:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.3);
  }

  .hover\:ring-offset-green-100\/35:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.35);
  }

  .hover\:ring-offset-green-100\/40:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.4);
  }

  .hover\:ring-offset-green-100\/45:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.45);
  }

  .hover\:ring-offset-green-100\/5:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.05);
  }

  .hover\:ring-offset-green-100\/50:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.5);
  }

  .hover\:ring-offset-green-100\/55:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.55);
  }

  .hover\:ring-offset-green-100\/60:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.6);
  }

  .hover\:ring-offset-green-100\/65:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.65);
  }

  .hover\:ring-offset-green-100\/70:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.7);
  }

  .hover\:ring-offset-green-100\/75:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.75);
  }

  .hover\:ring-offset-green-100\/80:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.8);
  }

  .hover\:ring-offset-green-100\/85:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.85);
  }

  .hover\:ring-offset-green-100\/90:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.9);
  }

  .hover\:ring-offset-green-100\/95:hover {
    --tw-ring-offset-color: rgb(220 252 231 / 0.95);
  }

  .hover\:ring-offset-green-200:hover {
    --tw-ring-offset-color: #bbf7d0;
  }

  .hover\:ring-offset-green-200\/0:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0);
  }

  .hover\:ring-offset-green-200\/10:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.1);
  }

  .hover\:ring-offset-green-200\/100:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 1);
  }

  .hover\:ring-offset-green-200\/15:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.15);
  }

  .hover\:ring-offset-green-200\/20:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.2);
  }

  .hover\:ring-offset-green-200\/25:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.25);
  }

  .hover\:ring-offset-green-200\/30:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.3);
  }

  .hover\:ring-offset-green-200\/35:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.35);
  }

  .hover\:ring-offset-green-200\/40:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.4);
  }

  .hover\:ring-offset-green-200\/45:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.45);
  }

  .hover\:ring-offset-green-200\/5:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.05);
  }

  .hover\:ring-offset-green-200\/50:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.5);
  }

  .hover\:ring-offset-green-200\/55:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.55);
  }

  .hover\:ring-offset-green-200\/60:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.6);
  }

  .hover\:ring-offset-green-200\/65:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.65);
  }

  .hover\:ring-offset-green-200\/70:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.7);
  }

  .hover\:ring-offset-green-200\/75:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.75);
  }

  .hover\:ring-offset-green-200\/80:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.8);
  }

  .hover\:ring-offset-green-200\/85:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.85);
  }

  .hover\:ring-offset-green-200\/90:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.9);
  }

  .hover\:ring-offset-green-200\/95:hover {
    --tw-ring-offset-color: rgb(187 247 208 / 0.95);
  }

  .hover\:ring-offset-green-300:hover {
    --tw-ring-offset-color: #86efac;
  }

  .hover\:ring-offset-green-300\/0:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0);
  }

  .hover\:ring-offset-green-300\/10:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.1);
  }

  .hover\:ring-offset-green-300\/100:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 1);
  }

  .hover\:ring-offset-green-300\/15:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.15);
  }

  .hover\:ring-offset-green-300\/20:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.2);
  }

  .hover\:ring-offset-green-300\/25:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.25);
  }

  .hover\:ring-offset-green-300\/30:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.3);
  }

  .hover\:ring-offset-green-300\/35:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.35);
  }

  .hover\:ring-offset-green-300\/40:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.4);
  }

  .hover\:ring-offset-green-300\/45:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.45);
  }

  .hover\:ring-offset-green-300\/5:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.05);
  }

  .hover\:ring-offset-green-300\/50:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.5);
  }

  .hover\:ring-offset-green-300\/55:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.55);
  }

  .hover\:ring-offset-green-300\/60:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.6);
  }

  .hover\:ring-offset-green-300\/65:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.65);
  }

  .hover\:ring-offset-green-300\/70:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.7);
  }

  .hover\:ring-offset-green-300\/75:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.75);
  }

  .hover\:ring-offset-green-300\/80:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.8);
  }

  .hover\:ring-offset-green-300\/85:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.85);
  }

  .hover\:ring-offset-green-300\/90:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.9);
  }

  .hover\:ring-offset-green-300\/95:hover {
    --tw-ring-offset-color: rgb(134 239 172 / 0.95);
  }

  .hover\:ring-offset-green-400:hover {
    --tw-ring-offset-color: #4ade80;
  }

  .hover\:ring-offset-green-400\/0:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0);
  }

  .hover\:ring-offset-green-400\/10:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.1);
  }

  .hover\:ring-offset-green-400\/100:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 1);
  }

  .hover\:ring-offset-green-400\/15:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.15);
  }

  .hover\:ring-offset-green-400\/20:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.2);
  }

  .hover\:ring-offset-green-400\/25:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.25);
  }

  .hover\:ring-offset-green-400\/30:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.3);
  }

  .hover\:ring-offset-green-400\/35:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.35);
  }

  .hover\:ring-offset-green-400\/40:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.4);
  }

  .hover\:ring-offset-green-400\/45:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.45);
  }

  .hover\:ring-offset-green-400\/5:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.05);
  }

  .hover\:ring-offset-green-400\/50:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.5);
  }

  .hover\:ring-offset-green-400\/55:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.55);
  }

  .hover\:ring-offset-green-400\/60:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.6);
  }

  .hover\:ring-offset-green-400\/65:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.65);
  }

  .hover\:ring-offset-green-400\/70:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.7);
  }

  .hover\:ring-offset-green-400\/75:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.75);
  }

  .hover\:ring-offset-green-400\/80:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.8);
  }

  .hover\:ring-offset-green-400\/85:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.85);
  }

  .hover\:ring-offset-green-400\/90:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.9);
  }

  .hover\:ring-offset-green-400\/95:hover {
    --tw-ring-offset-color: rgb(74 222 128 / 0.95);
  }

  .hover\:ring-offset-green-50:hover {
    --tw-ring-offset-color: #f0fdf4;
  }

  .hover\:ring-offset-green-50\/0:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0);
  }

  .hover\:ring-offset-green-50\/10:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.1);
  }

  .hover\:ring-offset-green-50\/100:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 1);
  }

  .hover\:ring-offset-green-50\/15:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.15);
  }

  .hover\:ring-offset-green-50\/20:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.2);
  }

  .hover\:ring-offset-green-50\/25:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.25);
  }

  .hover\:ring-offset-green-50\/30:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.3);
  }

  .hover\:ring-offset-green-50\/35:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.35);
  }

  .hover\:ring-offset-green-50\/40:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.4);
  }

  .hover\:ring-offset-green-50\/45:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.45);
  }

  .hover\:ring-offset-green-50\/5:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.05);
  }

  .hover\:ring-offset-green-50\/50:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.5);
  }

  .hover\:ring-offset-green-50\/55:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.55);
  }

  .hover\:ring-offset-green-50\/60:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.6);
  }

  .hover\:ring-offset-green-50\/65:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.65);
  }

  .hover\:ring-offset-green-50\/70:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.7);
  }

  .hover\:ring-offset-green-50\/75:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.75);
  }

  .hover\:ring-offset-green-50\/80:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.8);
  }

  .hover\:ring-offset-green-50\/85:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.85);
  }

  .hover\:ring-offset-green-50\/90:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.9);
  }

  .hover\:ring-offset-green-50\/95:hover {
    --tw-ring-offset-color: rgb(240 253 244 / 0.95);
  }

  .hover\:ring-offset-green-500:hover {
    --tw-ring-offset-color: #22c55e;
  }

  .hover\:ring-offset-green-500\/0:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0);
  }

  .hover\:ring-offset-green-500\/10:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.1);
  }

  .hover\:ring-offset-green-500\/100:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 1);
  }

  .hover\:ring-offset-green-500\/15:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.15);
  }

  .hover\:ring-offset-green-500\/20:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.2);
  }

  .hover\:ring-offset-green-500\/25:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.25);
  }

  .hover\:ring-offset-green-500\/30:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.3);
  }

  .hover\:ring-offset-green-500\/35:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.35);
  }

  .hover\:ring-offset-green-500\/40:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.4);
  }

  .hover\:ring-offset-green-500\/45:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.45);
  }

  .hover\:ring-offset-green-500\/5:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.05);
  }

  .hover\:ring-offset-green-500\/50:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.5);
  }

  .hover\:ring-offset-green-500\/55:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.55);
  }

  .hover\:ring-offset-green-500\/60:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.6);
  }

  .hover\:ring-offset-green-500\/65:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.65);
  }

  .hover\:ring-offset-green-500\/70:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.7);
  }

  .hover\:ring-offset-green-500\/75:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.75);
  }

  .hover\:ring-offset-green-500\/80:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.8);
  }

  .hover\:ring-offset-green-500\/85:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.85);
  }

  .hover\:ring-offset-green-500\/90:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.9);
  }

  .hover\:ring-offset-green-500\/95:hover {
    --tw-ring-offset-color: rgb(34 197 94 / 0.95);
  }

  .hover\:ring-offset-green-600:hover {
    --tw-ring-offset-color: #16a34a;
  }

  .hover\:ring-offset-green-600\/0:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0);
  }

  .hover\:ring-offset-green-600\/10:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.1);
  }

  .hover\:ring-offset-green-600\/100:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 1);
  }

  .hover\:ring-offset-green-600\/15:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.15);
  }

  .hover\:ring-offset-green-600\/20:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.2);
  }

  .hover\:ring-offset-green-600\/25:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.25);
  }

  .hover\:ring-offset-green-600\/30:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.3);
  }

  .hover\:ring-offset-green-600\/35:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.35);
  }

  .hover\:ring-offset-green-600\/40:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.4);
  }

  .hover\:ring-offset-green-600\/45:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.45);
  }

  .hover\:ring-offset-green-600\/5:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.05);
  }

  .hover\:ring-offset-green-600\/50:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.5);
  }

  .hover\:ring-offset-green-600\/55:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.55);
  }

  .hover\:ring-offset-green-600\/60:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.6);
  }

  .hover\:ring-offset-green-600\/65:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.65);
  }

  .hover\:ring-offset-green-600\/70:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.7);
  }

  .hover\:ring-offset-green-600\/75:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.75);
  }

  .hover\:ring-offset-green-600\/80:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.8);
  }

  .hover\:ring-offset-green-600\/85:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.85);
  }

  .hover\:ring-offset-green-600\/90:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.9);
  }

  .hover\:ring-offset-green-600\/95:hover {
    --tw-ring-offset-color: rgb(22 163 74 / 0.95);
  }

  .hover\:ring-offset-green-700:hover {
    --tw-ring-offset-color: #15803d;
  }

  .hover\:ring-offset-green-700\/0:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0);
  }

  .hover\:ring-offset-green-700\/10:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.1);
  }

  .hover\:ring-offset-green-700\/100:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 1);
  }

  .hover\:ring-offset-green-700\/15:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.15);
  }

  .hover\:ring-offset-green-700\/20:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.2);
  }

  .hover\:ring-offset-green-700\/25:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.25);
  }

  .hover\:ring-offset-green-700\/30:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.3);
  }

  .hover\:ring-offset-green-700\/35:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.35);
  }

  .hover\:ring-offset-green-700\/40:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.4);
  }

  .hover\:ring-offset-green-700\/45:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.45);
  }

  .hover\:ring-offset-green-700\/5:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.05);
  }

  .hover\:ring-offset-green-700\/50:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.5);
  }

  .hover\:ring-offset-green-700\/55:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.55);
  }

  .hover\:ring-offset-green-700\/60:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.6);
  }

  .hover\:ring-offset-green-700\/65:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.65);
  }

  .hover\:ring-offset-green-700\/70:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.7);
  }

  .hover\:ring-offset-green-700\/75:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.75);
  }

  .hover\:ring-offset-green-700\/80:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.8);
  }

  .hover\:ring-offset-green-700\/85:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.85);
  }

  .hover\:ring-offset-green-700\/90:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.9);
  }

  .hover\:ring-offset-green-700\/95:hover {
    --tw-ring-offset-color: rgb(21 128 61 / 0.95);
  }

  .hover\:ring-offset-green-800:hover {
    --tw-ring-offset-color: #166534;
  }

  .hover\:ring-offset-green-800\/0:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0);
  }

  .hover\:ring-offset-green-800\/10:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.1);
  }

  .hover\:ring-offset-green-800\/100:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 1);
  }

  .hover\:ring-offset-green-800\/15:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.15);
  }

  .hover\:ring-offset-green-800\/20:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.2);
  }

  .hover\:ring-offset-green-800\/25:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.25);
  }

  .hover\:ring-offset-green-800\/30:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.3);
  }

  .hover\:ring-offset-green-800\/35:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.35);
  }

  .hover\:ring-offset-green-800\/40:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.4);
  }

  .hover\:ring-offset-green-800\/45:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.45);
  }

  .hover\:ring-offset-green-800\/5:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.05);
  }

  .hover\:ring-offset-green-800\/50:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.5);
  }

  .hover\:ring-offset-green-800\/55:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.55);
  }

  .hover\:ring-offset-green-800\/60:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.6);
  }

  .hover\:ring-offset-green-800\/65:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.65);
  }

  .hover\:ring-offset-green-800\/70:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.7);
  }

  .hover\:ring-offset-green-800\/75:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.75);
  }

  .hover\:ring-offset-green-800\/80:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.8);
  }

  .hover\:ring-offset-green-800\/85:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.85);
  }

  .hover\:ring-offset-green-800\/90:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.9);
  }

  .hover\:ring-offset-green-800\/95:hover {
    --tw-ring-offset-color: rgb(22 101 52 / 0.95);
  }

  .hover\:ring-offset-green-900:hover {
    --tw-ring-offset-color: #14532d;
  }

  .hover\:ring-offset-green-900\/0:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0);
  }

  .hover\:ring-offset-green-900\/10:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.1);
  }

  .hover\:ring-offset-green-900\/100:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 1);
  }

  .hover\:ring-offset-green-900\/15:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.15);
  }

  .hover\:ring-offset-green-900\/20:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.2);
  }

  .hover\:ring-offset-green-900\/25:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.25);
  }

  .hover\:ring-offset-green-900\/30:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.3);
  }

  .hover\:ring-offset-green-900\/35:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.35);
  }

  .hover\:ring-offset-green-900\/40:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.4);
  }

  .hover\:ring-offset-green-900\/45:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.45);
  }

  .hover\:ring-offset-green-900\/5:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.05);
  }

  .hover\:ring-offset-green-900\/50:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.5);
  }

  .hover\:ring-offset-green-900\/55:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.55);
  }

  .hover\:ring-offset-green-900\/60:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.6);
  }

  .hover\:ring-offset-green-900\/65:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.65);
  }

  .hover\:ring-offset-green-900\/70:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.7);
  }

  .hover\:ring-offset-green-900\/75:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.75);
  }

  .hover\:ring-offset-green-900\/80:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.8);
  }

  .hover\:ring-offset-green-900\/85:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.85);
  }

  .hover\:ring-offset-green-900\/90:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.9);
  }

  .hover\:ring-offset-green-900\/95:hover {
    --tw-ring-offset-color: rgb(20 83 45 / 0.95);
  }

  .hover\:ring-offset-green-950:hover {
    --tw-ring-offset-color: #052e16;
  }

  .hover\:ring-offset-green-950\/0:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0);
  }

  .hover\:ring-offset-green-950\/10:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.1);
  }

  .hover\:ring-offset-green-950\/100:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 1);
  }

  .hover\:ring-offset-green-950\/15:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.15);
  }

  .hover\:ring-offset-green-950\/20:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.2);
  }

  .hover\:ring-offset-green-950\/25:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.25);
  }

  .hover\:ring-offset-green-950\/30:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.3);
  }

  .hover\:ring-offset-green-950\/35:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.35);
  }

  .hover\:ring-offset-green-950\/40:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.4);
  }

  .hover\:ring-offset-green-950\/45:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.45);
  }

  .hover\:ring-offset-green-950\/5:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.05);
  }

  .hover\:ring-offset-green-950\/50:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.5);
  }

  .hover\:ring-offset-green-950\/55:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.55);
  }

  .hover\:ring-offset-green-950\/60:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.6);
  }

  .hover\:ring-offset-green-950\/65:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.65);
  }

  .hover\:ring-offset-green-950\/70:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.7);
  }

  .hover\:ring-offset-green-950\/75:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.75);
  }

  .hover\:ring-offset-green-950\/80:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.8);
  }

  .hover\:ring-offset-green-950\/85:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.85);
  }

  .hover\:ring-offset-green-950\/90:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.9);
  }

  .hover\:ring-offset-green-950\/95:hover {
    --tw-ring-offset-color: rgb(5 46 22 / 0.95);
  }

  .hover\:ring-offset-indigo-100:hover {
    --tw-ring-offset-color: #e0e7ff;
  }

  .hover\:ring-offset-indigo-100\/0:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0);
  }

  .hover\:ring-offset-indigo-100\/10:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.1);
  }

  .hover\:ring-offset-indigo-100\/100:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 1);
  }

  .hover\:ring-offset-indigo-100\/15:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.15);
  }

  .hover\:ring-offset-indigo-100\/20:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.2);
  }

  .hover\:ring-offset-indigo-100\/25:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.25);
  }

  .hover\:ring-offset-indigo-100\/30:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.3);
  }

  .hover\:ring-offset-indigo-100\/35:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.35);
  }

  .hover\:ring-offset-indigo-100\/40:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.4);
  }

  .hover\:ring-offset-indigo-100\/45:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.45);
  }

  .hover\:ring-offset-indigo-100\/5:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.05);
  }

  .hover\:ring-offset-indigo-100\/50:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.5);
  }

  .hover\:ring-offset-indigo-100\/55:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.55);
  }

  .hover\:ring-offset-indigo-100\/60:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.6);
  }

  .hover\:ring-offset-indigo-100\/65:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.65);
  }

  .hover\:ring-offset-indigo-100\/70:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.7);
  }

  .hover\:ring-offset-indigo-100\/75:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.75);
  }

  .hover\:ring-offset-indigo-100\/80:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.8);
  }

  .hover\:ring-offset-indigo-100\/85:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.85);
  }

  .hover\:ring-offset-indigo-100\/90:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.9);
  }

  .hover\:ring-offset-indigo-100\/95:hover {
    --tw-ring-offset-color: rgb(224 231 255 / 0.95);
  }

  .hover\:ring-offset-indigo-200:hover {
    --tw-ring-offset-color: #c7d2fe;
  }

  .hover\:ring-offset-indigo-200\/0:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0);
  }

  .hover\:ring-offset-indigo-200\/10:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.1);
  }

  .hover\:ring-offset-indigo-200\/100:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 1);
  }

  .hover\:ring-offset-indigo-200\/15:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.15);
  }

  .hover\:ring-offset-indigo-200\/20:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.2);
  }

  .hover\:ring-offset-indigo-200\/25:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.25);
  }

  .hover\:ring-offset-indigo-200\/30:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.3);
  }

  .hover\:ring-offset-indigo-200\/35:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.35);
  }

  .hover\:ring-offset-indigo-200\/40:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.4);
  }

  .hover\:ring-offset-indigo-200\/45:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.45);
  }

  .hover\:ring-offset-indigo-200\/5:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.05);
  }

  .hover\:ring-offset-indigo-200\/50:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.5);
  }

  .hover\:ring-offset-indigo-200\/55:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.55);
  }

  .hover\:ring-offset-indigo-200\/60:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.6);
  }

  .hover\:ring-offset-indigo-200\/65:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.65);
  }

  .hover\:ring-offset-indigo-200\/70:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.7);
  }

  .hover\:ring-offset-indigo-200\/75:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.75);
  }

  .hover\:ring-offset-indigo-200\/80:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.8);
  }

  .hover\:ring-offset-indigo-200\/85:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.85);
  }

  .hover\:ring-offset-indigo-200\/90:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.9);
  }

  .hover\:ring-offset-indigo-200\/95:hover {
    --tw-ring-offset-color: rgb(199 210 254 / 0.95);
  }

  .hover\:ring-offset-indigo-300:hover {
    --tw-ring-offset-color: #a5b4fc;
  }

  .hover\:ring-offset-indigo-300\/0:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0);
  }

  .hover\:ring-offset-indigo-300\/10:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.1);
  }

  .hover\:ring-offset-indigo-300\/100:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 1);
  }

  .hover\:ring-offset-indigo-300\/15:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.15);
  }

  .hover\:ring-offset-indigo-300\/20:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.2);
  }

  .hover\:ring-offset-indigo-300\/25:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.25);
  }

  .hover\:ring-offset-indigo-300\/30:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.3);
  }

  .hover\:ring-offset-indigo-300\/35:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.35);
  }

  .hover\:ring-offset-indigo-300\/40:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.4);
  }

  .hover\:ring-offset-indigo-300\/45:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.45);
  }

  .hover\:ring-offset-indigo-300\/5:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.05);
  }

  .hover\:ring-offset-indigo-300\/50:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.5);
  }

  .hover\:ring-offset-indigo-300\/55:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.55);
  }

  .hover\:ring-offset-indigo-300\/60:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.6);
  }

  .hover\:ring-offset-indigo-300\/65:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.65);
  }

  .hover\:ring-offset-indigo-300\/70:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.7);
  }

  .hover\:ring-offset-indigo-300\/75:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.75);
  }

  .hover\:ring-offset-indigo-300\/80:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.8);
  }

  .hover\:ring-offset-indigo-300\/85:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.85);
  }

  .hover\:ring-offset-indigo-300\/90:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.9);
  }

  .hover\:ring-offset-indigo-300\/95:hover {
    --tw-ring-offset-color: rgb(165 180 252 / 0.95);
  }

  .hover\:ring-offset-indigo-400:hover {
    --tw-ring-offset-color: #818cf8;
  }

  .hover\:ring-offset-indigo-400\/0:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0);
  }

  .hover\:ring-offset-indigo-400\/10:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.1);
  }

  .hover\:ring-offset-indigo-400\/100:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 1);
  }

  .hover\:ring-offset-indigo-400\/15:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.15);
  }

  .hover\:ring-offset-indigo-400\/20:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.2);
  }

  .hover\:ring-offset-indigo-400\/25:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.25);
  }

  .hover\:ring-offset-indigo-400\/30:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.3);
  }

  .hover\:ring-offset-indigo-400\/35:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.35);
  }

  .hover\:ring-offset-indigo-400\/40:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.4);
  }

  .hover\:ring-offset-indigo-400\/45:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.45);
  }

  .hover\:ring-offset-indigo-400\/5:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.05);
  }

  .hover\:ring-offset-indigo-400\/50:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.5);
  }

  .hover\:ring-offset-indigo-400\/55:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.55);
  }

  .hover\:ring-offset-indigo-400\/60:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.6);
  }

  .hover\:ring-offset-indigo-400\/65:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.65);
  }

  .hover\:ring-offset-indigo-400\/70:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.7);
  }

  .hover\:ring-offset-indigo-400\/75:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.75);
  }

  .hover\:ring-offset-indigo-400\/80:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.8);
  }

  .hover\:ring-offset-indigo-400\/85:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.85);
  }

  .hover\:ring-offset-indigo-400\/90:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.9);
  }

  .hover\:ring-offset-indigo-400\/95:hover {
    --tw-ring-offset-color: rgb(129 140 248 / 0.95);
  }

  .hover\:ring-offset-indigo-50:hover {
    --tw-ring-offset-color: #eef2ff;
  }

  .hover\:ring-offset-indigo-50\/0:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0);
  }

  .hover\:ring-offset-indigo-50\/10:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.1);
  }

  .hover\:ring-offset-indigo-50\/100:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 1);
  }

  .hover\:ring-offset-indigo-50\/15:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.15);
  }

  .hover\:ring-offset-indigo-50\/20:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.2);
  }

  .hover\:ring-offset-indigo-50\/25:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.25);
  }

  .hover\:ring-offset-indigo-50\/30:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.3);
  }

  .hover\:ring-offset-indigo-50\/35:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.35);
  }

  .hover\:ring-offset-indigo-50\/40:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.4);
  }

  .hover\:ring-offset-indigo-50\/45:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.45);
  }

  .hover\:ring-offset-indigo-50\/5:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.05);
  }

  .hover\:ring-offset-indigo-50\/50:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.5);
  }

  .hover\:ring-offset-indigo-50\/55:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.55);
  }

  .hover\:ring-offset-indigo-50\/60:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.6);
  }

  .hover\:ring-offset-indigo-50\/65:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.65);
  }

  .hover\:ring-offset-indigo-50\/70:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.7);
  }

  .hover\:ring-offset-indigo-50\/75:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.75);
  }

  .hover\:ring-offset-indigo-50\/80:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.8);
  }

  .hover\:ring-offset-indigo-50\/85:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.85);
  }

  .hover\:ring-offset-indigo-50\/90:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.9);
  }

  .hover\:ring-offset-indigo-50\/95:hover {
    --tw-ring-offset-color: rgb(238 242 255 / 0.95);
  }

  .hover\:ring-offset-indigo-500:hover {
    --tw-ring-offset-color: #6366f1;
  }

  .hover\:ring-offset-indigo-500\/0:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0);
  }

  .hover\:ring-offset-indigo-500\/10:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.1);
  }

  .hover\:ring-offset-indigo-500\/100:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 1);
  }

  .hover\:ring-offset-indigo-500\/15:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.15);
  }

  .hover\:ring-offset-indigo-500\/20:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.2);
  }

  .hover\:ring-offset-indigo-500\/25:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.25);
  }

  .hover\:ring-offset-indigo-500\/30:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.3);
  }

  .hover\:ring-offset-indigo-500\/35:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.35);
  }

  .hover\:ring-offset-indigo-500\/40:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.4);
  }

  .hover\:ring-offset-indigo-500\/45:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.45);
  }

  .hover\:ring-offset-indigo-500\/5:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.05);
  }

  .hover\:ring-offset-indigo-500\/50:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.5);
  }

  .hover\:ring-offset-indigo-500\/55:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.55);
  }

  .hover\:ring-offset-indigo-500\/60:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.6);
  }

  .hover\:ring-offset-indigo-500\/65:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.65);
  }

  .hover\:ring-offset-indigo-500\/70:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.7);
  }

  .hover\:ring-offset-indigo-500\/75:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.75);
  }

  .hover\:ring-offset-indigo-500\/80:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.8);
  }

  .hover\:ring-offset-indigo-500\/85:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.85);
  }

  .hover\:ring-offset-indigo-500\/90:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.9);
  }

  .hover\:ring-offset-indigo-500\/95:hover {
    --tw-ring-offset-color: rgb(99 102 241 / 0.95);
  }

  .hover\:ring-offset-indigo-600:hover {
    --tw-ring-offset-color: #4f46e5;
  }

  .hover\:ring-offset-indigo-600\/0:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0);
  }

  .hover\:ring-offset-indigo-600\/10:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.1);
  }

  .hover\:ring-offset-indigo-600\/100:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 1);
  }

  .hover\:ring-offset-indigo-600\/15:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.15);
  }

  .hover\:ring-offset-indigo-600\/20:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.2);
  }

  .hover\:ring-offset-indigo-600\/25:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.25);
  }

  .hover\:ring-offset-indigo-600\/30:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.3);
  }

  .hover\:ring-offset-indigo-600\/35:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.35);
  }

  .hover\:ring-offset-indigo-600\/40:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.4);
  }

  .hover\:ring-offset-indigo-600\/45:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.45);
  }

  .hover\:ring-offset-indigo-600\/5:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.05);
  }

  .hover\:ring-offset-indigo-600\/50:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.5);
  }

  .hover\:ring-offset-indigo-600\/55:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.55);
  }

  .hover\:ring-offset-indigo-600\/60:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.6);
  }

  .hover\:ring-offset-indigo-600\/65:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.65);
  }

  .hover\:ring-offset-indigo-600\/70:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.7);
  }

  .hover\:ring-offset-indigo-600\/75:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.75);
  }

  .hover\:ring-offset-indigo-600\/80:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.8);
  }

  .hover\:ring-offset-indigo-600\/85:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.85);
  }

  .hover\:ring-offset-indigo-600\/90:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.9);
  }

  .hover\:ring-offset-indigo-600\/95:hover {
    --tw-ring-offset-color: rgb(79 70 229 / 0.95);
  }

  .hover\:ring-offset-indigo-700:hover {
    --tw-ring-offset-color: #4338ca;
  }

  .hover\:ring-offset-indigo-700\/0:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0);
  }

  .hover\:ring-offset-indigo-700\/10:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.1);
  }

  .hover\:ring-offset-indigo-700\/100:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 1);
  }

  .hover\:ring-offset-indigo-700\/15:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.15);
  }

  .hover\:ring-offset-indigo-700\/20:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.2);
  }

  .hover\:ring-offset-indigo-700\/25:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.25);
  }

  .hover\:ring-offset-indigo-700\/30:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.3);
  }

  .hover\:ring-offset-indigo-700\/35:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.35);
  }

  .hover\:ring-offset-indigo-700\/40:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.4);
  }

  .hover\:ring-offset-indigo-700\/45:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.45);
  }

  .hover\:ring-offset-indigo-700\/5:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.05);
  }

  .hover\:ring-offset-indigo-700\/50:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.5);
  }

  .hover\:ring-offset-indigo-700\/55:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.55);
  }

  .hover\:ring-offset-indigo-700\/60:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.6);
  }

  .hover\:ring-offset-indigo-700\/65:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.65);
  }

  .hover\:ring-offset-indigo-700\/70:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.7);
  }

  .hover\:ring-offset-indigo-700\/75:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.75);
  }

  .hover\:ring-offset-indigo-700\/80:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.8);
  }

  .hover\:ring-offset-indigo-700\/85:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.85);
  }

  .hover\:ring-offset-indigo-700\/90:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.9);
  }

  .hover\:ring-offset-indigo-700\/95:hover {
    --tw-ring-offset-color: rgb(67 56 202 / 0.95);
  }

  .hover\:ring-offset-indigo-800:hover {
    --tw-ring-offset-color: #3730a3;
  }

  .hover\:ring-offset-indigo-800\/0:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0);
  }

  .hover\:ring-offset-indigo-800\/10:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.1);
  }

  .hover\:ring-offset-indigo-800\/100:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 1);
  }

  .hover\:ring-offset-indigo-800\/15:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.15);
  }

  .hover\:ring-offset-indigo-800\/20:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.2);
  }

  .hover\:ring-offset-indigo-800\/25:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.25);
  }

  .hover\:ring-offset-indigo-800\/30:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.3);
  }

  .hover\:ring-offset-indigo-800\/35:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.35);
  }

  .hover\:ring-offset-indigo-800\/40:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.4);
  }

  .hover\:ring-offset-indigo-800\/45:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.45);
  }

  .hover\:ring-offset-indigo-800\/5:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.05);
  }

  .hover\:ring-offset-indigo-800\/50:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.5);
  }

  .hover\:ring-offset-indigo-800\/55:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.55);
  }

  .hover\:ring-offset-indigo-800\/60:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.6);
  }

  .hover\:ring-offset-indigo-800\/65:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.65);
  }

  .hover\:ring-offset-indigo-800\/70:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.7);
  }

  .hover\:ring-offset-indigo-800\/75:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.75);
  }

  .hover\:ring-offset-indigo-800\/80:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.8);
  }

  .hover\:ring-offset-indigo-800\/85:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.85);
  }

  .hover\:ring-offset-indigo-800\/90:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.9);
  }

  .hover\:ring-offset-indigo-800\/95:hover {
    --tw-ring-offset-color: rgb(55 48 163 / 0.95);
  }

  .hover\:ring-offset-indigo-900:hover {
    --tw-ring-offset-color: #312e81;
  }

  .hover\:ring-offset-indigo-900\/0:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0);
  }

  .hover\:ring-offset-indigo-900\/10:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.1);
  }

  .hover\:ring-offset-indigo-900\/100:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 1);
  }

  .hover\:ring-offset-indigo-900\/15:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.15);
  }

  .hover\:ring-offset-indigo-900\/20:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.2);
  }

  .hover\:ring-offset-indigo-900\/25:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.25);
  }

  .hover\:ring-offset-indigo-900\/30:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.3);
  }

  .hover\:ring-offset-indigo-900\/35:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.35);
  }

  .hover\:ring-offset-indigo-900\/40:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.4);
  }

  .hover\:ring-offset-indigo-900\/45:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.45);
  }

  .hover\:ring-offset-indigo-900\/5:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.05);
  }

  .hover\:ring-offset-indigo-900\/50:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.5);
  }

  .hover\:ring-offset-indigo-900\/55:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.55);
  }

  .hover\:ring-offset-indigo-900\/60:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.6);
  }

  .hover\:ring-offset-indigo-900\/65:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.65);
  }

  .hover\:ring-offset-indigo-900\/70:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.7);
  }

  .hover\:ring-offset-indigo-900\/75:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.75);
  }

  .hover\:ring-offset-indigo-900\/80:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.8);
  }

  .hover\:ring-offset-indigo-900\/85:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.85);
  }

  .hover\:ring-offset-indigo-900\/90:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.9);
  }

  .hover\:ring-offset-indigo-900\/95:hover {
    --tw-ring-offset-color: rgb(49 46 129 / 0.95);
  }

  .hover\:ring-offset-indigo-950:hover {
    --tw-ring-offset-color: #1e1b4b;
  }

  .hover\:ring-offset-indigo-950\/0:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0);
  }

  .hover\:ring-offset-indigo-950\/10:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.1);
  }

  .hover\:ring-offset-indigo-950\/100:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 1);
  }

  .hover\:ring-offset-indigo-950\/15:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.15);
  }

  .hover\:ring-offset-indigo-950\/20:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.2);
  }

  .hover\:ring-offset-indigo-950\/25:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.25);
  }

  .hover\:ring-offset-indigo-950\/30:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.3);
  }

  .hover\:ring-offset-indigo-950\/35:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.35);
  }

  .hover\:ring-offset-indigo-950\/40:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.4);
  }

  .hover\:ring-offset-indigo-950\/45:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.45);
  }

  .hover\:ring-offset-indigo-950\/5:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.05);
  }

  .hover\:ring-offset-indigo-950\/50:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.5);
  }

  .hover\:ring-offset-indigo-950\/55:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.55);
  }

  .hover\:ring-offset-indigo-950\/60:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.6);
  }

  .hover\:ring-offset-indigo-950\/65:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.65);
  }

  .hover\:ring-offset-indigo-950\/70:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.7);
  }

  .hover\:ring-offset-indigo-950\/75:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.75);
  }

  .hover\:ring-offset-indigo-950\/80:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.8);
  }

  .hover\:ring-offset-indigo-950\/85:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.85);
  }

  .hover\:ring-offset-indigo-950\/90:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.9);
  }

  .hover\:ring-offset-indigo-950\/95:hover {
    --tw-ring-offset-color: rgb(30 27 75 / 0.95);
  }

  .hover\:ring-offset-inherit:hover {
    --tw-ring-offset-color: inherit;
  }

  .hover\:ring-offset-lime-100:hover {
    --tw-ring-offset-color: #ecfccb;
  }

  .hover\:ring-offset-lime-100\/0:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0);
  }

  .hover\:ring-offset-lime-100\/10:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.1);
  }

  .hover\:ring-offset-lime-100\/100:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 1);
  }

  .hover\:ring-offset-lime-100\/15:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.15);
  }

  .hover\:ring-offset-lime-100\/20:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.2);
  }

  .hover\:ring-offset-lime-100\/25:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.25);
  }

  .hover\:ring-offset-lime-100\/30:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.3);
  }

  .hover\:ring-offset-lime-100\/35:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.35);
  }

  .hover\:ring-offset-lime-100\/40:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.4);
  }

  .hover\:ring-offset-lime-100\/45:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.45);
  }

  .hover\:ring-offset-lime-100\/5:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.05);
  }

  .hover\:ring-offset-lime-100\/50:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.5);
  }

  .hover\:ring-offset-lime-100\/55:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.55);
  }

  .hover\:ring-offset-lime-100\/60:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.6);
  }

  .hover\:ring-offset-lime-100\/65:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.65);
  }

  .hover\:ring-offset-lime-100\/70:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.7);
  }

  .hover\:ring-offset-lime-100\/75:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.75);
  }

  .hover\:ring-offset-lime-100\/80:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.8);
  }

  .hover\:ring-offset-lime-100\/85:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.85);
  }

  .hover\:ring-offset-lime-100\/90:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.9);
  }

  .hover\:ring-offset-lime-100\/95:hover {
    --tw-ring-offset-color: rgb(236 252 203 / 0.95);
  }

  .hover\:ring-offset-lime-200:hover {
    --tw-ring-offset-color: #d9f99d;
  }

  .hover\:ring-offset-lime-200\/0:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0);
  }

  .hover\:ring-offset-lime-200\/10:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.1);
  }

  .hover\:ring-offset-lime-200\/100:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 1);
  }

  .hover\:ring-offset-lime-200\/15:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.15);
  }

  .hover\:ring-offset-lime-200\/20:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.2);
  }

  .hover\:ring-offset-lime-200\/25:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.25);
  }

  .hover\:ring-offset-lime-200\/30:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.3);
  }

  .hover\:ring-offset-lime-200\/35:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.35);
  }

  .hover\:ring-offset-lime-200\/40:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.4);
  }

  .hover\:ring-offset-lime-200\/45:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.45);
  }

  .hover\:ring-offset-lime-200\/5:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.05);
  }

  .hover\:ring-offset-lime-200\/50:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.5);
  }

  .hover\:ring-offset-lime-200\/55:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.55);
  }

  .hover\:ring-offset-lime-200\/60:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.6);
  }

  .hover\:ring-offset-lime-200\/65:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.65);
  }

  .hover\:ring-offset-lime-200\/70:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.7);
  }

  .hover\:ring-offset-lime-200\/75:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.75);
  }

  .hover\:ring-offset-lime-200\/80:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.8);
  }

  .hover\:ring-offset-lime-200\/85:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.85);
  }

  .hover\:ring-offset-lime-200\/90:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.9);
  }

  .hover\:ring-offset-lime-200\/95:hover {
    --tw-ring-offset-color: rgb(217 249 157 / 0.95);
  }

  .hover\:ring-offset-lime-300:hover {
    --tw-ring-offset-color: #bef264;
  }

  .hover\:ring-offset-lime-300\/0:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0);
  }

  .hover\:ring-offset-lime-300\/10:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.1);
  }

  .hover\:ring-offset-lime-300\/100:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 1);
  }

  .hover\:ring-offset-lime-300\/15:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.15);
  }

  .hover\:ring-offset-lime-300\/20:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.2);
  }

  .hover\:ring-offset-lime-300\/25:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.25);
  }

  .hover\:ring-offset-lime-300\/30:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.3);
  }

  .hover\:ring-offset-lime-300\/35:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.35);
  }

  .hover\:ring-offset-lime-300\/40:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.4);
  }

  .hover\:ring-offset-lime-300\/45:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.45);
  }

  .hover\:ring-offset-lime-300\/5:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.05);
  }

  .hover\:ring-offset-lime-300\/50:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.5);
  }

  .hover\:ring-offset-lime-300\/55:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.55);
  }

  .hover\:ring-offset-lime-300\/60:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.6);
  }

  .hover\:ring-offset-lime-300\/65:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.65);
  }

  .hover\:ring-offset-lime-300\/70:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.7);
  }

  .hover\:ring-offset-lime-300\/75:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.75);
  }

  .hover\:ring-offset-lime-300\/80:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.8);
  }

  .hover\:ring-offset-lime-300\/85:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.85);
  }

  .hover\:ring-offset-lime-300\/90:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.9);
  }

  .hover\:ring-offset-lime-300\/95:hover {
    --tw-ring-offset-color: rgb(190 242 100 / 0.95);
  }

  .hover\:ring-offset-lime-400:hover {
    --tw-ring-offset-color: #a3e635;
  }

  .hover\:ring-offset-lime-400\/0:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0);
  }

  .hover\:ring-offset-lime-400\/10:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.1);
  }

  .hover\:ring-offset-lime-400\/100:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 1);
  }

  .hover\:ring-offset-lime-400\/15:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.15);
  }

  .hover\:ring-offset-lime-400\/20:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.2);
  }

  .hover\:ring-offset-lime-400\/25:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.25);
  }

  .hover\:ring-offset-lime-400\/30:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.3);
  }

  .hover\:ring-offset-lime-400\/35:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.35);
  }

  .hover\:ring-offset-lime-400\/40:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.4);
  }

  .hover\:ring-offset-lime-400\/45:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.45);
  }

  .hover\:ring-offset-lime-400\/5:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.05);
  }

  .hover\:ring-offset-lime-400\/50:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.5);
  }

  .hover\:ring-offset-lime-400\/55:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.55);
  }

  .hover\:ring-offset-lime-400\/60:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.6);
  }

  .hover\:ring-offset-lime-400\/65:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.65);
  }

  .hover\:ring-offset-lime-400\/70:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.7);
  }

  .hover\:ring-offset-lime-400\/75:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.75);
  }

  .hover\:ring-offset-lime-400\/80:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.8);
  }

  .hover\:ring-offset-lime-400\/85:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.85);
  }

  .hover\:ring-offset-lime-400\/90:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.9);
  }

  .hover\:ring-offset-lime-400\/95:hover {
    --tw-ring-offset-color: rgb(163 230 53 / 0.95);
  }

  .hover\:ring-offset-lime-50:hover {
    --tw-ring-offset-color: #f7fee7;
  }

  .hover\:ring-offset-lime-50\/0:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0);
  }

  .hover\:ring-offset-lime-50\/10:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.1);
  }

  .hover\:ring-offset-lime-50\/100:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 1);
  }

  .hover\:ring-offset-lime-50\/15:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.15);
  }

  .hover\:ring-offset-lime-50\/20:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.2);
  }

  .hover\:ring-offset-lime-50\/25:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.25);
  }

  .hover\:ring-offset-lime-50\/30:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.3);
  }

  .hover\:ring-offset-lime-50\/35:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.35);
  }

  .hover\:ring-offset-lime-50\/40:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.4);
  }

  .hover\:ring-offset-lime-50\/45:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.45);
  }

  .hover\:ring-offset-lime-50\/5:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.05);
  }

  .hover\:ring-offset-lime-50\/50:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.5);
  }

  .hover\:ring-offset-lime-50\/55:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.55);
  }

  .hover\:ring-offset-lime-50\/60:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.6);
  }

  .hover\:ring-offset-lime-50\/65:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.65);
  }

  .hover\:ring-offset-lime-50\/70:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.7);
  }

  .hover\:ring-offset-lime-50\/75:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.75);
  }

  .hover\:ring-offset-lime-50\/80:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.8);
  }

  .hover\:ring-offset-lime-50\/85:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.85);
  }

  .hover\:ring-offset-lime-50\/90:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.9);
  }

  .hover\:ring-offset-lime-50\/95:hover {
    --tw-ring-offset-color: rgb(247 254 231 / 0.95);
  }

  .hover\:ring-offset-lime-500:hover {
    --tw-ring-offset-color: #84cc16;
  }

  .hover\:ring-offset-lime-500\/0:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0);
  }

  .hover\:ring-offset-lime-500\/10:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.1);
  }

  .hover\:ring-offset-lime-500\/100:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 1);
  }

  .hover\:ring-offset-lime-500\/15:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.15);
  }

  .hover\:ring-offset-lime-500\/20:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.2);
  }

  .hover\:ring-offset-lime-500\/25:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.25);
  }

  .hover\:ring-offset-lime-500\/30:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.3);
  }

  .hover\:ring-offset-lime-500\/35:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.35);
  }

  .hover\:ring-offset-lime-500\/40:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.4);
  }

  .hover\:ring-offset-lime-500\/45:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.45);
  }

  .hover\:ring-offset-lime-500\/5:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.05);
  }

  .hover\:ring-offset-lime-500\/50:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.5);
  }

  .hover\:ring-offset-lime-500\/55:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.55);
  }

  .hover\:ring-offset-lime-500\/60:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.6);
  }

  .hover\:ring-offset-lime-500\/65:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.65);
  }

  .hover\:ring-offset-lime-500\/70:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.7);
  }

  .hover\:ring-offset-lime-500\/75:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.75);
  }

  .hover\:ring-offset-lime-500\/80:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.8);
  }

  .hover\:ring-offset-lime-500\/85:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.85);
  }

  .hover\:ring-offset-lime-500\/90:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.9);
  }

  .hover\:ring-offset-lime-500\/95:hover {
    --tw-ring-offset-color: rgb(132 204 22 / 0.95);
  }

  .hover\:ring-offset-lime-600:hover {
    --tw-ring-offset-color: #65a30d;
  }

  .hover\:ring-offset-lime-600\/0:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0);
  }

  .hover\:ring-offset-lime-600\/10:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.1);
  }

  .hover\:ring-offset-lime-600\/100:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 1);
  }

  .hover\:ring-offset-lime-600\/15:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.15);
  }

  .hover\:ring-offset-lime-600\/20:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.2);
  }

  .hover\:ring-offset-lime-600\/25:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.25);
  }

  .hover\:ring-offset-lime-600\/30:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.3);
  }

  .hover\:ring-offset-lime-600\/35:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.35);
  }

  .hover\:ring-offset-lime-600\/40:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.4);
  }

  .hover\:ring-offset-lime-600\/45:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.45);
  }

  .hover\:ring-offset-lime-600\/5:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.05);
  }

  .hover\:ring-offset-lime-600\/50:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.5);
  }

  .hover\:ring-offset-lime-600\/55:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.55);
  }

  .hover\:ring-offset-lime-600\/60:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.6);
  }

  .hover\:ring-offset-lime-600\/65:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.65);
  }

  .hover\:ring-offset-lime-600\/70:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.7);
  }

  .hover\:ring-offset-lime-600\/75:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.75);
  }

  .hover\:ring-offset-lime-600\/80:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.8);
  }

  .hover\:ring-offset-lime-600\/85:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.85);
  }

  .hover\:ring-offset-lime-600\/90:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.9);
  }

  .hover\:ring-offset-lime-600\/95:hover {
    --tw-ring-offset-color: rgb(101 163 13 / 0.95);
  }

  .hover\:ring-offset-lime-700:hover {
    --tw-ring-offset-color: #4d7c0f;
  }

  .hover\:ring-offset-lime-700\/0:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0);
  }

  .hover\:ring-offset-lime-700\/10:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.1);
  }

  .hover\:ring-offset-lime-700\/100:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 1);
  }

  .hover\:ring-offset-lime-700\/15:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.15);
  }

  .hover\:ring-offset-lime-700\/20:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.2);
  }

  .hover\:ring-offset-lime-700\/25:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.25);
  }

  .hover\:ring-offset-lime-700\/30:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.3);
  }

  .hover\:ring-offset-lime-700\/35:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.35);
  }

  .hover\:ring-offset-lime-700\/40:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.4);
  }

  .hover\:ring-offset-lime-700\/45:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.45);
  }

  .hover\:ring-offset-lime-700\/5:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.05);
  }

  .hover\:ring-offset-lime-700\/50:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.5);
  }

  .hover\:ring-offset-lime-700\/55:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.55);
  }

  .hover\:ring-offset-lime-700\/60:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.6);
  }

  .hover\:ring-offset-lime-700\/65:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.65);
  }

  .hover\:ring-offset-lime-700\/70:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.7);
  }

  .hover\:ring-offset-lime-700\/75:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.75);
  }

  .hover\:ring-offset-lime-700\/80:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.8);
  }

  .hover\:ring-offset-lime-700\/85:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.85);
  }

  .hover\:ring-offset-lime-700\/90:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.9);
  }

  .hover\:ring-offset-lime-700\/95:hover {
    --tw-ring-offset-color: rgb(77 124 15 / 0.95);
  }

  .hover\:ring-offset-lime-800:hover {
    --tw-ring-offset-color: #3f6212;
  }

  .hover\:ring-offset-lime-800\/0:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0);
  }

  .hover\:ring-offset-lime-800\/10:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.1);
  }

  .hover\:ring-offset-lime-800\/100:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 1);
  }

  .hover\:ring-offset-lime-800\/15:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.15);
  }

  .hover\:ring-offset-lime-800\/20:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.2);
  }

  .hover\:ring-offset-lime-800\/25:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.25);
  }

  .hover\:ring-offset-lime-800\/30:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.3);
  }

  .hover\:ring-offset-lime-800\/35:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.35);
  }

  .hover\:ring-offset-lime-800\/40:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.4);
  }

  .hover\:ring-offset-lime-800\/45:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.45);
  }

  .hover\:ring-offset-lime-800\/5:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.05);
  }

  .hover\:ring-offset-lime-800\/50:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.5);
  }

  .hover\:ring-offset-lime-800\/55:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.55);
  }

  .hover\:ring-offset-lime-800\/60:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.6);
  }

  .hover\:ring-offset-lime-800\/65:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.65);
  }

  .hover\:ring-offset-lime-800\/70:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.7);
  }

  .hover\:ring-offset-lime-800\/75:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.75);
  }

  .hover\:ring-offset-lime-800\/80:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.8);
  }

  .hover\:ring-offset-lime-800\/85:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.85);
  }

  .hover\:ring-offset-lime-800\/90:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.9);
  }

  .hover\:ring-offset-lime-800\/95:hover {
    --tw-ring-offset-color: rgb(63 98 18 / 0.95);
  }

  .hover\:ring-offset-lime-900:hover {
    --tw-ring-offset-color: #365314;
  }

  .hover\:ring-offset-lime-900\/0:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0);
  }

  .hover\:ring-offset-lime-900\/10:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.1);
  }

  .hover\:ring-offset-lime-900\/100:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 1);
  }

  .hover\:ring-offset-lime-900\/15:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.15);
  }

  .hover\:ring-offset-lime-900\/20:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.2);
  }

  .hover\:ring-offset-lime-900\/25:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.25);
  }

  .hover\:ring-offset-lime-900\/30:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.3);
  }

  .hover\:ring-offset-lime-900\/35:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.35);
  }

  .hover\:ring-offset-lime-900\/40:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.4);
  }

  .hover\:ring-offset-lime-900\/45:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.45);
  }

  .hover\:ring-offset-lime-900\/5:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.05);
  }

  .hover\:ring-offset-lime-900\/50:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.5);
  }

  .hover\:ring-offset-lime-900\/55:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.55);
  }

  .hover\:ring-offset-lime-900\/60:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.6);
  }

  .hover\:ring-offset-lime-900\/65:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.65);
  }

  .hover\:ring-offset-lime-900\/70:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.7);
  }

  .hover\:ring-offset-lime-900\/75:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.75);
  }

  .hover\:ring-offset-lime-900\/80:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.8);
  }

  .hover\:ring-offset-lime-900\/85:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.85);
  }

  .hover\:ring-offset-lime-900\/90:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.9);
  }

  .hover\:ring-offset-lime-900\/95:hover {
    --tw-ring-offset-color: rgb(54 83 20 / 0.95);
  }

  .hover\:ring-offset-lime-950:hover {
    --tw-ring-offset-color: #1a2e05;
  }

  .hover\:ring-offset-lime-950\/0:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0);
  }

  .hover\:ring-offset-lime-950\/10:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.1);
  }

  .hover\:ring-offset-lime-950\/100:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 1);
  }

  .hover\:ring-offset-lime-950\/15:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.15);
  }

  .hover\:ring-offset-lime-950\/20:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.2);
  }

  .hover\:ring-offset-lime-950\/25:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.25);
  }

  .hover\:ring-offset-lime-950\/30:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.3);
  }

  .hover\:ring-offset-lime-950\/35:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.35);
  }

  .hover\:ring-offset-lime-950\/40:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.4);
  }

  .hover\:ring-offset-lime-950\/45:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.45);
  }

  .hover\:ring-offset-lime-950\/5:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.05);
  }

  .hover\:ring-offset-lime-950\/50:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.5);
  }

  .hover\:ring-offset-lime-950\/55:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.55);
  }

  .hover\:ring-offset-lime-950\/60:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.6);
  }

  .hover\:ring-offset-lime-950\/65:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.65);
  }

  .hover\:ring-offset-lime-950\/70:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.7);
  }

  .hover\:ring-offset-lime-950\/75:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.75);
  }

  .hover\:ring-offset-lime-950\/80:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.8);
  }

  .hover\:ring-offset-lime-950\/85:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.85);
  }

  .hover\:ring-offset-lime-950\/90:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.9);
  }

  .hover\:ring-offset-lime-950\/95:hover {
    --tw-ring-offset-color: rgb(26 46 5 / 0.95);
  }

  .hover\:ring-offset-neutral-100:hover {
    --tw-ring-offset-color: #f5f5f5;
  }

  .hover\:ring-offset-neutral-100\/0:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0);
  }

  .hover\:ring-offset-neutral-100\/10:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.1);
  }

  .hover\:ring-offset-neutral-100\/100:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 1);
  }

  .hover\:ring-offset-neutral-100\/15:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.15);
  }

  .hover\:ring-offset-neutral-100\/20:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.2);
  }

  .hover\:ring-offset-neutral-100\/25:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.25);
  }

  .hover\:ring-offset-neutral-100\/30:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.3);
  }

  .hover\:ring-offset-neutral-100\/35:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.35);
  }

  .hover\:ring-offset-neutral-100\/40:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.4);
  }

  .hover\:ring-offset-neutral-100\/45:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.45);
  }

  .hover\:ring-offset-neutral-100\/5:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.05);
  }

  .hover\:ring-offset-neutral-100\/50:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.5);
  }

  .hover\:ring-offset-neutral-100\/55:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.55);
  }

  .hover\:ring-offset-neutral-100\/60:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.6);
  }

  .hover\:ring-offset-neutral-100\/65:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.65);
  }

  .hover\:ring-offset-neutral-100\/70:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.7);
  }

  .hover\:ring-offset-neutral-100\/75:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.75);
  }

  .hover\:ring-offset-neutral-100\/80:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.8);
  }

  .hover\:ring-offset-neutral-100\/85:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.85);
  }

  .hover\:ring-offset-neutral-100\/90:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.9);
  }

  .hover\:ring-offset-neutral-100\/95:hover {
    --tw-ring-offset-color: rgb(245 245 245 / 0.95);
  }

  .hover\:ring-offset-neutral-200:hover {
    --tw-ring-offset-color: #e5e5e5;
  }

  .hover\:ring-offset-neutral-200\/0:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0);
  }

  .hover\:ring-offset-neutral-200\/10:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.1);
  }

  .hover\:ring-offset-neutral-200\/100:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 1);
  }

  .hover\:ring-offset-neutral-200\/15:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.15);
  }

  .hover\:ring-offset-neutral-200\/20:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.2);
  }

  .hover\:ring-offset-neutral-200\/25:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.25);
  }

  .hover\:ring-offset-neutral-200\/30:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.3);
  }

  .hover\:ring-offset-neutral-200\/35:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.35);
  }

  .hover\:ring-offset-neutral-200\/40:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.4);
  }

  .hover\:ring-offset-neutral-200\/45:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.45);
  }

  .hover\:ring-offset-neutral-200\/5:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.05);
  }

  .hover\:ring-offset-neutral-200\/50:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.5);
  }

  .hover\:ring-offset-neutral-200\/55:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.55);
  }

  .hover\:ring-offset-neutral-200\/60:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.6);
  }

  .hover\:ring-offset-neutral-200\/65:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.65);
  }

  .hover\:ring-offset-neutral-200\/70:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.7);
  }

  .hover\:ring-offset-neutral-200\/75:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.75);
  }

  .hover\:ring-offset-neutral-200\/80:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.8);
  }

  .hover\:ring-offset-neutral-200\/85:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.85);
  }

  .hover\:ring-offset-neutral-200\/90:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.9);
  }

  .hover\:ring-offset-neutral-200\/95:hover {
    --tw-ring-offset-color: rgb(229 229 229 / 0.95);
  }

  .hover\:ring-offset-neutral-300:hover {
    --tw-ring-offset-color: #d4d4d4;
  }

  .hover\:ring-offset-neutral-300\/0:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0);
  }

  .hover\:ring-offset-neutral-300\/10:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.1);
  }

  .hover\:ring-offset-neutral-300\/100:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 1);
  }

  .hover\:ring-offset-neutral-300\/15:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.15);
  }

  .hover\:ring-offset-neutral-300\/20:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.2);
  }

  .hover\:ring-offset-neutral-300\/25:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.25);
  }

  .hover\:ring-offset-neutral-300\/30:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.3);
  }

  .hover\:ring-offset-neutral-300\/35:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.35);
  }

  .hover\:ring-offset-neutral-300\/40:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.4);
  }

  .hover\:ring-offset-neutral-300\/45:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.45);
  }

  .hover\:ring-offset-neutral-300\/5:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.05);
  }

  .hover\:ring-offset-neutral-300\/50:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.5);
  }

  .hover\:ring-offset-neutral-300\/55:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.55);
  }

  .hover\:ring-offset-neutral-300\/60:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.6);
  }

  .hover\:ring-offset-neutral-300\/65:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.65);
  }

  .hover\:ring-offset-neutral-300\/70:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.7);
  }

  .hover\:ring-offset-neutral-300\/75:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.75);
  }

  .hover\:ring-offset-neutral-300\/80:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.8);
  }

  .hover\:ring-offset-neutral-300\/85:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.85);
  }

  .hover\:ring-offset-neutral-300\/90:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.9);
  }

  .hover\:ring-offset-neutral-300\/95:hover {
    --tw-ring-offset-color: rgb(212 212 212 / 0.95);
  }

  .hover\:ring-offset-neutral-400:hover {
    --tw-ring-offset-color: #a3a3a3;
  }

  .hover\:ring-offset-neutral-400\/0:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0);
  }

  .hover\:ring-offset-neutral-400\/10:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.1);
  }

  .hover\:ring-offset-neutral-400\/100:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 1);
  }

  .hover\:ring-offset-neutral-400\/15:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.15);
  }

  .hover\:ring-offset-neutral-400\/20:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.2);
  }

  .hover\:ring-offset-neutral-400\/25:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.25);
  }

  .hover\:ring-offset-neutral-400\/30:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.3);
  }

  .hover\:ring-offset-neutral-400\/35:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.35);
  }

  .hover\:ring-offset-neutral-400\/40:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.4);
  }

  .hover\:ring-offset-neutral-400\/45:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.45);
  }

  .hover\:ring-offset-neutral-400\/5:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.05);
  }

  .hover\:ring-offset-neutral-400\/50:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.5);
  }

  .hover\:ring-offset-neutral-400\/55:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.55);
  }

  .hover\:ring-offset-neutral-400\/60:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.6);
  }

  .hover\:ring-offset-neutral-400\/65:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.65);
  }

  .hover\:ring-offset-neutral-400\/70:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.7);
  }

  .hover\:ring-offset-neutral-400\/75:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.75);
  }

  .hover\:ring-offset-neutral-400\/80:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.8);
  }

  .hover\:ring-offset-neutral-400\/85:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.85);
  }

  .hover\:ring-offset-neutral-400\/90:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.9);
  }

  .hover\:ring-offset-neutral-400\/95:hover {
    --tw-ring-offset-color: rgb(163 163 163 / 0.95);
  }

  .hover\:ring-offset-neutral-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .hover\:ring-offset-neutral-50\/0:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0);
  }

  .hover\:ring-offset-neutral-50\/10:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.1);
  }

  .hover\:ring-offset-neutral-50\/100:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 1);
  }

  .hover\:ring-offset-neutral-50\/15:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.15);
  }

  .hover\:ring-offset-neutral-50\/20:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.2);
  }

  .hover\:ring-offset-neutral-50\/25:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.25);
  }

  .hover\:ring-offset-neutral-50\/30:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.3);
  }

  .hover\:ring-offset-neutral-50\/35:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.35);
  }

  .hover\:ring-offset-neutral-50\/40:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.4);
  }

  .hover\:ring-offset-neutral-50\/45:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.45);
  }

  .hover\:ring-offset-neutral-50\/5:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.05);
  }

  .hover\:ring-offset-neutral-50\/50:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.5);
  }

  .hover\:ring-offset-neutral-50\/55:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.55);
  }

  .hover\:ring-offset-neutral-50\/60:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.6);
  }

  .hover\:ring-offset-neutral-50\/65:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.65);
  }

  .hover\:ring-offset-neutral-50\/70:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.7);
  }

  .hover\:ring-offset-neutral-50\/75:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.75);
  }

  .hover\:ring-offset-neutral-50\/80:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.8);
  }

  .hover\:ring-offset-neutral-50\/85:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.85);
  }

  .hover\:ring-offset-neutral-50\/90:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.9);
  }

  .hover\:ring-offset-neutral-50\/95:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.95);
  }

  .hover\:ring-offset-neutral-500:hover {
    --tw-ring-offset-color: #737373;
  }

  .hover\:ring-offset-neutral-500\/0:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0);
  }

  .hover\:ring-offset-neutral-500\/10:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.1);
  }

  .hover\:ring-offset-neutral-500\/100:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 1);
  }

  .hover\:ring-offset-neutral-500\/15:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.15);
  }

  .hover\:ring-offset-neutral-500\/20:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.2);
  }

  .hover\:ring-offset-neutral-500\/25:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.25);
  }

  .hover\:ring-offset-neutral-500\/30:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.3);
  }

  .hover\:ring-offset-neutral-500\/35:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.35);
  }

  .hover\:ring-offset-neutral-500\/40:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.4);
  }

  .hover\:ring-offset-neutral-500\/45:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.45);
  }

  .hover\:ring-offset-neutral-500\/5:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.05);
  }

  .hover\:ring-offset-neutral-500\/50:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.5);
  }

  .hover\:ring-offset-neutral-500\/55:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.55);
  }

  .hover\:ring-offset-neutral-500\/60:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.6);
  }

  .hover\:ring-offset-neutral-500\/65:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.65);
  }

  .hover\:ring-offset-neutral-500\/70:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.7);
  }

  .hover\:ring-offset-neutral-500\/75:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.75);
  }

  .hover\:ring-offset-neutral-500\/80:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.8);
  }

  .hover\:ring-offset-neutral-500\/85:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.85);
  }

  .hover\:ring-offset-neutral-500\/90:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.9);
  }

  .hover\:ring-offset-neutral-500\/95:hover {
    --tw-ring-offset-color: rgb(115 115 115 / 0.95);
  }

  .hover\:ring-offset-neutral-600:hover {
    --tw-ring-offset-color: #525252;
  }

  .hover\:ring-offset-neutral-600\/0:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0);
  }

  .hover\:ring-offset-neutral-600\/10:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.1);
  }

  .hover\:ring-offset-neutral-600\/100:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 1);
  }

  .hover\:ring-offset-neutral-600\/15:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.15);
  }

  .hover\:ring-offset-neutral-600\/20:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.2);
  }

  .hover\:ring-offset-neutral-600\/25:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.25);
  }

  .hover\:ring-offset-neutral-600\/30:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.3);
  }

  .hover\:ring-offset-neutral-600\/35:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.35);
  }

  .hover\:ring-offset-neutral-600\/40:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.4);
  }

  .hover\:ring-offset-neutral-600\/45:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.45);
  }

  .hover\:ring-offset-neutral-600\/5:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.05);
  }

  .hover\:ring-offset-neutral-600\/50:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.5);
  }

  .hover\:ring-offset-neutral-600\/55:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.55);
  }

  .hover\:ring-offset-neutral-600\/60:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.6);
  }

  .hover\:ring-offset-neutral-600\/65:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.65);
  }

  .hover\:ring-offset-neutral-600\/70:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.7);
  }

  .hover\:ring-offset-neutral-600\/75:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.75);
  }

  .hover\:ring-offset-neutral-600\/80:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.8);
  }

  .hover\:ring-offset-neutral-600\/85:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.85);
  }

  .hover\:ring-offset-neutral-600\/90:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.9);
  }

  .hover\:ring-offset-neutral-600\/95:hover {
    --tw-ring-offset-color: rgb(82 82 82 / 0.95);
  }

  .hover\:ring-offset-neutral-700:hover {
    --tw-ring-offset-color: #404040;
  }

  .hover\:ring-offset-neutral-700\/0:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0);
  }

  .hover\:ring-offset-neutral-700\/10:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.1);
  }

  .hover\:ring-offset-neutral-700\/100:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 1);
  }

  .hover\:ring-offset-neutral-700\/15:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.15);
  }

  .hover\:ring-offset-neutral-700\/20:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.2);
  }

  .hover\:ring-offset-neutral-700\/25:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.25);
  }

  .hover\:ring-offset-neutral-700\/30:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.3);
  }

  .hover\:ring-offset-neutral-700\/35:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.35);
  }

  .hover\:ring-offset-neutral-700\/40:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.4);
  }

  .hover\:ring-offset-neutral-700\/45:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.45);
  }

  .hover\:ring-offset-neutral-700\/5:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.05);
  }

  .hover\:ring-offset-neutral-700\/50:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.5);
  }

  .hover\:ring-offset-neutral-700\/55:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.55);
  }

  .hover\:ring-offset-neutral-700\/60:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.6);
  }

  .hover\:ring-offset-neutral-700\/65:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.65);
  }

  .hover\:ring-offset-neutral-700\/70:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.7);
  }

  .hover\:ring-offset-neutral-700\/75:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.75);
  }

  .hover\:ring-offset-neutral-700\/80:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.8);
  }

  .hover\:ring-offset-neutral-700\/85:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.85);
  }

  .hover\:ring-offset-neutral-700\/90:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.9);
  }

  .hover\:ring-offset-neutral-700\/95:hover {
    --tw-ring-offset-color: rgb(64 64 64 / 0.95);
  }

  .hover\:ring-offset-neutral-800:hover {
    --tw-ring-offset-color: #262626;
  }

  .hover\:ring-offset-neutral-800\/0:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0);
  }

  .hover\:ring-offset-neutral-800\/10:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.1);
  }

  .hover\:ring-offset-neutral-800\/100:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 1);
  }

  .hover\:ring-offset-neutral-800\/15:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.15);
  }

  .hover\:ring-offset-neutral-800\/20:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.2);
  }

  .hover\:ring-offset-neutral-800\/25:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.25);
  }

  .hover\:ring-offset-neutral-800\/30:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.3);
  }

  .hover\:ring-offset-neutral-800\/35:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.35);
  }

  .hover\:ring-offset-neutral-800\/40:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.4);
  }

  .hover\:ring-offset-neutral-800\/45:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.45);
  }

  .hover\:ring-offset-neutral-800\/5:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.05);
  }

  .hover\:ring-offset-neutral-800\/50:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.5);
  }

  .hover\:ring-offset-neutral-800\/55:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.55);
  }

  .hover\:ring-offset-neutral-800\/60:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.6);
  }

  .hover\:ring-offset-neutral-800\/65:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.65);
  }

  .hover\:ring-offset-neutral-800\/70:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.7);
  }

  .hover\:ring-offset-neutral-800\/75:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.75);
  }

  .hover\:ring-offset-neutral-800\/80:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.8);
  }

  .hover\:ring-offset-neutral-800\/85:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.85);
  }

  .hover\:ring-offset-neutral-800\/90:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.9);
  }

  .hover\:ring-offset-neutral-800\/95:hover {
    --tw-ring-offset-color: rgb(38 38 38 / 0.95);
  }

  .hover\:ring-offset-neutral-900:hover {
    --tw-ring-offset-color: #171717;
  }

  .hover\:ring-offset-neutral-900\/0:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0);
  }

  .hover\:ring-offset-neutral-900\/10:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.1);
  }

  .hover\:ring-offset-neutral-900\/100:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 1);
  }

  .hover\:ring-offset-neutral-900\/15:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.15);
  }

  .hover\:ring-offset-neutral-900\/20:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.2);
  }

  .hover\:ring-offset-neutral-900\/25:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.25);
  }

  .hover\:ring-offset-neutral-900\/30:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.3);
  }

  .hover\:ring-offset-neutral-900\/35:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.35);
  }

  .hover\:ring-offset-neutral-900\/40:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.4);
  }

  .hover\:ring-offset-neutral-900\/45:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.45);
  }

  .hover\:ring-offset-neutral-900\/5:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.05);
  }

  .hover\:ring-offset-neutral-900\/50:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.5);
  }

  .hover\:ring-offset-neutral-900\/55:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.55);
  }

  .hover\:ring-offset-neutral-900\/60:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.6);
  }

  .hover\:ring-offset-neutral-900\/65:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.65);
  }

  .hover\:ring-offset-neutral-900\/70:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.7);
  }

  .hover\:ring-offset-neutral-900\/75:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.75);
  }

  .hover\:ring-offset-neutral-900\/80:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.8);
  }

  .hover\:ring-offset-neutral-900\/85:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.85);
  }

  .hover\:ring-offset-neutral-900\/90:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.9);
  }

  .hover\:ring-offset-neutral-900\/95:hover {
    --tw-ring-offset-color: rgb(23 23 23 / 0.95);
  }

  .hover\:ring-offset-neutral-950:hover {
    --tw-ring-offset-color: #0a0a0a;
  }

  .hover\:ring-offset-neutral-950\/0:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0);
  }

  .hover\:ring-offset-neutral-950\/10:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.1);
  }

  .hover\:ring-offset-neutral-950\/100:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 1);
  }

  .hover\:ring-offset-neutral-950\/15:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.15);
  }

  .hover\:ring-offset-neutral-950\/20:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.2);
  }

  .hover\:ring-offset-neutral-950\/25:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.25);
  }

  .hover\:ring-offset-neutral-950\/30:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.3);
  }

  .hover\:ring-offset-neutral-950\/35:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.35);
  }

  .hover\:ring-offset-neutral-950\/40:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.4);
  }

  .hover\:ring-offset-neutral-950\/45:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.45);
  }

  .hover\:ring-offset-neutral-950\/5:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.05);
  }

  .hover\:ring-offset-neutral-950\/50:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.5);
  }

  .hover\:ring-offset-neutral-950\/55:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.55);
  }

  .hover\:ring-offset-neutral-950\/60:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.6);
  }

  .hover\:ring-offset-neutral-950\/65:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.65);
  }

  .hover\:ring-offset-neutral-950\/70:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.7);
  }

  .hover\:ring-offset-neutral-950\/75:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.75);
  }

  .hover\:ring-offset-neutral-950\/80:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.8);
  }

  .hover\:ring-offset-neutral-950\/85:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.85);
  }

  .hover\:ring-offset-neutral-950\/90:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.9);
  }

  .hover\:ring-offset-neutral-950\/95:hover {
    --tw-ring-offset-color: rgb(10 10 10 / 0.95);
  }

  .hover\:ring-offset-orange-100:hover {
    --tw-ring-offset-color: #ffedd5;
  }

  .hover\:ring-offset-orange-100\/0:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0);
  }

  .hover\:ring-offset-orange-100\/10:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.1);
  }

  .hover\:ring-offset-orange-100\/100:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 1);
  }

  .hover\:ring-offset-orange-100\/15:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.15);
  }

  .hover\:ring-offset-orange-100\/20:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.2);
  }

  .hover\:ring-offset-orange-100\/25:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.25);
  }

  .hover\:ring-offset-orange-100\/30:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.3);
  }

  .hover\:ring-offset-orange-100\/35:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.35);
  }

  .hover\:ring-offset-orange-100\/40:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.4);
  }

  .hover\:ring-offset-orange-100\/45:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.45);
  }

  .hover\:ring-offset-orange-100\/5:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.05);
  }

  .hover\:ring-offset-orange-100\/50:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.5);
  }

  .hover\:ring-offset-orange-100\/55:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.55);
  }

  .hover\:ring-offset-orange-100\/60:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.6);
  }

  .hover\:ring-offset-orange-100\/65:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.65);
  }

  .hover\:ring-offset-orange-100\/70:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.7);
  }

  .hover\:ring-offset-orange-100\/75:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.75);
  }

  .hover\:ring-offset-orange-100\/80:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.8);
  }

  .hover\:ring-offset-orange-100\/85:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.85);
  }

  .hover\:ring-offset-orange-100\/90:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.9);
  }

  .hover\:ring-offset-orange-100\/95:hover {
    --tw-ring-offset-color: rgb(255 237 213 / 0.95);
  }

  .hover\:ring-offset-orange-200:hover {
    --tw-ring-offset-color: #fed7aa;
  }

  .hover\:ring-offset-orange-200\/0:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0);
  }

  .hover\:ring-offset-orange-200\/10:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.1);
  }

  .hover\:ring-offset-orange-200\/100:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 1);
  }

  .hover\:ring-offset-orange-200\/15:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.15);
  }

  .hover\:ring-offset-orange-200\/20:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.2);
  }

  .hover\:ring-offset-orange-200\/25:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.25);
  }

  .hover\:ring-offset-orange-200\/30:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.3);
  }

  .hover\:ring-offset-orange-200\/35:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.35);
  }

  .hover\:ring-offset-orange-200\/40:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.4);
  }

  .hover\:ring-offset-orange-200\/45:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.45);
  }

  .hover\:ring-offset-orange-200\/5:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.05);
  }

  .hover\:ring-offset-orange-200\/50:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.5);
  }

  .hover\:ring-offset-orange-200\/55:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.55);
  }

  .hover\:ring-offset-orange-200\/60:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.6);
  }

  .hover\:ring-offset-orange-200\/65:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.65);
  }

  .hover\:ring-offset-orange-200\/70:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.7);
  }

  .hover\:ring-offset-orange-200\/75:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.75);
  }

  .hover\:ring-offset-orange-200\/80:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.8);
  }

  .hover\:ring-offset-orange-200\/85:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.85);
  }

  .hover\:ring-offset-orange-200\/90:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.9);
  }

  .hover\:ring-offset-orange-200\/95:hover {
    --tw-ring-offset-color: rgb(254 215 170 / 0.95);
  }

  .hover\:ring-offset-orange-300:hover {
    --tw-ring-offset-color: #fdba74;
  }

  .hover\:ring-offset-orange-300\/0:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0);
  }

  .hover\:ring-offset-orange-300\/10:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.1);
  }

  .hover\:ring-offset-orange-300\/100:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 1);
  }

  .hover\:ring-offset-orange-300\/15:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.15);
  }

  .hover\:ring-offset-orange-300\/20:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.2);
  }

  .hover\:ring-offset-orange-300\/25:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.25);
  }

  .hover\:ring-offset-orange-300\/30:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.3);
  }

  .hover\:ring-offset-orange-300\/35:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.35);
  }

  .hover\:ring-offset-orange-300\/40:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.4);
  }

  .hover\:ring-offset-orange-300\/45:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.45);
  }

  .hover\:ring-offset-orange-300\/5:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.05);
  }

  .hover\:ring-offset-orange-300\/50:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.5);
  }

  .hover\:ring-offset-orange-300\/55:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.55);
  }

  .hover\:ring-offset-orange-300\/60:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.6);
  }

  .hover\:ring-offset-orange-300\/65:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.65);
  }

  .hover\:ring-offset-orange-300\/70:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.7);
  }

  .hover\:ring-offset-orange-300\/75:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.75);
  }

  .hover\:ring-offset-orange-300\/80:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.8);
  }

  .hover\:ring-offset-orange-300\/85:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.85);
  }

  .hover\:ring-offset-orange-300\/90:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.9);
  }

  .hover\:ring-offset-orange-300\/95:hover {
    --tw-ring-offset-color: rgb(253 186 116 / 0.95);
  }

  .hover\:ring-offset-orange-400:hover {
    --tw-ring-offset-color: #fb923c;
  }

  .hover\:ring-offset-orange-400\/0:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0);
  }

  .hover\:ring-offset-orange-400\/10:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.1);
  }

  .hover\:ring-offset-orange-400\/100:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 1);
  }

  .hover\:ring-offset-orange-400\/15:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.15);
  }

  .hover\:ring-offset-orange-400\/20:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.2);
  }

  .hover\:ring-offset-orange-400\/25:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.25);
  }

  .hover\:ring-offset-orange-400\/30:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.3);
  }

  .hover\:ring-offset-orange-400\/35:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.35);
  }

  .hover\:ring-offset-orange-400\/40:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.4);
  }

  .hover\:ring-offset-orange-400\/45:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.45);
  }

  .hover\:ring-offset-orange-400\/5:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.05);
  }

  .hover\:ring-offset-orange-400\/50:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.5);
  }

  .hover\:ring-offset-orange-400\/55:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.55);
  }

  .hover\:ring-offset-orange-400\/60:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.6);
  }

  .hover\:ring-offset-orange-400\/65:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.65);
  }

  .hover\:ring-offset-orange-400\/70:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.7);
  }

  .hover\:ring-offset-orange-400\/75:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.75);
  }

  .hover\:ring-offset-orange-400\/80:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.8);
  }

  .hover\:ring-offset-orange-400\/85:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.85);
  }

  .hover\:ring-offset-orange-400\/90:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.9);
  }

  .hover\:ring-offset-orange-400\/95:hover {
    --tw-ring-offset-color: rgb(251 146 60 / 0.95);
  }

  .hover\:ring-offset-orange-50:hover {
    --tw-ring-offset-color: #fff7ed;
  }

  .hover\:ring-offset-orange-50\/0:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0);
  }

  .hover\:ring-offset-orange-50\/10:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.1);
  }

  .hover\:ring-offset-orange-50\/100:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 1);
  }

  .hover\:ring-offset-orange-50\/15:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.15);
  }

  .hover\:ring-offset-orange-50\/20:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.2);
  }

  .hover\:ring-offset-orange-50\/25:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.25);
  }

  .hover\:ring-offset-orange-50\/30:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.3);
  }

  .hover\:ring-offset-orange-50\/35:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.35);
  }

  .hover\:ring-offset-orange-50\/40:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.4);
  }

  .hover\:ring-offset-orange-50\/45:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.45);
  }

  .hover\:ring-offset-orange-50\/5:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.05);
  }

  .hover\:ring-offset-orange-50\/50:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.5);
  }

  .hover\:ring-offset-orange-50\/55:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.55);
  }

  .hover\:ring-offset-orange-50\/60:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.6);
  }

  .hover\:ring-offset-orange-50\/65:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.65);
  }

  .hover\:ring-offset-orange-50\/70:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.7);
  }

  .hover\:ring-offset-orange-50\/75:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.75);
  }

  .hover\:ring-offset-orange-50\/80:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.8);
  }

  .hover\:ring-offset-orange-50\/85:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.85);
  }

  .hover\:ring-offset-orange-50\/90:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.9);
  }

  .hover\:ring-offset-orange-50\/95:hover {
    --tw-ring-offset-color: rgb(255 247 237 / 0.95);
  }

  .hover\:ring-offset-orange-500:hover {
    --tw-ring-offset-color: #f97316;
  }

  .hover\:ring-offset-orange-500\/0:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0);
  }

  .hover\:ring-offset-orange-500\/10:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.1);
  }

  .hover\:ring-offset-orange-500\/100:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 1);
  }

  .hover\:ring-offset-orange-500\/15:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.15);
  }

  .hover\:ring-offset-orange-500\/20:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.2);
  }

  .hover\:ring-offset-orange-500\/25:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.25);
  }

  .hover\:ring-offset-orange-500\/30:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.3);
  }

  .hover\:ring-offset-orange-500\/35:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.35);
  }

  .hover\:ring-offset-orange-500\/40:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.4);
  }

  .hover\:ring-offset-orange-500\/45:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.45);
  }

  .hover\:ring-offset-orange-500\/5:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.05);
  }

  .hover\:ring-offset-orange-500\/50:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.5);
  }

  .hover\:ring-offset-orange-500\/55:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.55);
  }

  .hover\:ring-offset-orange-500\/60:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.6);
  }

  .hover\:ring-offset-orange-500\/65:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.65);
  }

  .hover\:ring-offset-orange-500\/70:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.7);
  }

  .hover\:ring-offset-orange-500\/75:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.75);
  }

  .hover\:ring-offset-orange-500\/80:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.8);
  }

  .hover\:ring-offset-orange-500\/85:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.85);
  }

  .hover\:ring-offset-orange-500\/90:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.9);
  }

  .hover\:ring-offset-orange-500\/95:hover {
    --tw-ring-offset-color: rgb(249 115 22 / 0.95);
  }

  .hover\:ring-offset-orange-600:hover {
    --tw-ring-offset-color: #ea580c;
  }

  .hover\:ring-offset-orange-600\/0:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0);
  }

  .hover\:ring-offset-orange-600\/10:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.1);
  }

  .hover\:ring-offset-orange-600\/100:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 1);
  }

  .hover\:ring-offset-orange-600\/15:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.15);
  }

  .hover\:ring-offset-orange-600\/20:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.2);
  }

  .hover\:ring-offset-orange-600\/25:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.25);
  }

  .hover\:ring-offset-orange-600\/30:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.3);
  }

  .hover\:ring-offset-orange-600\/35:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.35);
  }

  .hover\:ring-offset-orange-600\/40:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.4);
  }

  .hover\:ring-offset-orange-600\/45:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.45);
  }

  .hover\:ring-offset-orange-600\/5:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.05);
  }

  .hover\:ring-offset-orange-600\/50:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.5);
  }

  .hover\:ring-offset-orange-600\/55:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.55);
  }

  .hover\:ring-offset-orange-600\/60:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.6);
  }

  .hover\:ring-offset-orange-600\/65:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.65);
  }

  .hover\:ring-offset-orange-600\/70:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.7);
  }

  .hover\:ring-offset-orange-600\/75:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.75);
  }

  .hover\:ring-offset-orange-600\/80:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.8);
  }

  .hover\:ring-offset-orange-600\/85:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.85);
  }

  .hover\:ring-offset-orange-600\/90:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.9);
  }

  .hover\:ring-offset-orange-600\/95:hover {
    --tw-ring-offset-color: rgb(234 88 12 / 0.95);
  }

  .hover\:ring-offset-orange-700:hover {
    --tw-ring-offset-color: #c2410c;
  }

  .hover\:ring-offset-orange-700\/0:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0);
  }

  .hover\:ring-offset-orange-700\/10:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.1);
  }

  .hover\:ring-offset-orange-700\/100:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 1);
  }

  .hover\:ring-offset-orange-700\/15:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.15);
  }

  .hover\:ring-offset-orange-700\/20:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.2);
  }

  .hover\:ring-offset-orange-700\/25:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.25);
  }

  .hover\:ring-offset-orange-700\/30:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.3);
  }

  .hover\:ring-offset-orange-700\/35:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.35);
  }

  .hover\:ring-offset-orange-700\/40:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.4);
  }

  .hover\:ring-offset-orange-700\/45:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.45);
  }

  .hover\:ring-offset-orange-700\/5:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.05);
  }

  .hover\:ring-offset-orange-700\/50:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.5);
  }

  .hover\:ring-offset-orange-700\/55:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.55);
  }

  .hover\:ring-offset-orange-700\/60:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.6);
  }

  .hover\:ring-offset-orange-700\/65:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.65);
  }

  .hover\:ring-offset-orange-700\/70:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.7);
  }

  .hover\:ring-offset-orange-700\/75:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.75);
  }

  .hover\:ring-offset-orange-700\/80:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.8);
  }

  .hover\:ring-offset-orange-700\/85:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.85);
  }

  .hover\:ring-offset-orange-700\/90:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.9);
  }

  .hover\:ring-offset-orange-700\/95:hover {
    --tw-ring-offset-color: rgb(194 65 12 / 0.95);
  }

  .hover\:ring-offset-orange-800:hover {
    --tw-ring-offset-color: #9a3412;
  }

  .hover\:ring-offset-orange-800\/0:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0);
  }

  .hover\:ring-offset-orange-800\/10:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.1);
  }

  .hover\:ring-offset-orange-800\/100:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 1);
  }

  .hover\:ring-offset-orange-800\/15:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.15);
  }

  .hover\:ring-offset-orange-800\/20:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.2);
  }

  .hover\:ring-offset-orange-800\/25:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.25);
  }

  .hover\:ring-offset-orange-800\/30:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.3);
  }

  .hover\:ring-offset-orange-800\/35:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.35);
  }

  .hover\:ring-offset-orange-800\/40:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.4);
  }

  .hover\:ring-offset-orange-800\/45:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.45);
  }

  .hover\:ring-offset-orange-800\/5:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.05);
  }

  .hover\:ring-offset-orange-800\/50:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.5);
  }

  .hover\:ring-offset-orange-800\/55:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.55);
  }

  .hover\:ring-offset-orange-800\/60:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.6);
  }

  .hover\:ring-offset-orange-800\/65:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.65);
  }

  .hover\:ring-offset-orange-800\/70:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.7);
  }

  .hover\:ring-offset-orange-800\/75:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.75);
  }

  .hover\:ring-offset-orange-800\/80:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.8);
  }

  .hover\:ring-offset-orange-800\/85:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.85);
  }

  .hover\:ring-offset-orange-800\/90:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.9);
  }

  .hover\:ring-offset-orange-800\/95:hover {
    --tw-ring-offset-color: rgb(154 52 18 / 0.95);
  }

  .hover\:ring-offset-orange-900:hover {
    --tw-ring-offset-color: #7c2d12;
  }

  .hover\:ring-offset-orange-900\/0:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0);
  }

  .hover\:ring-offset-orange-900\/10:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.1);
  }

  .hover\:ring-offset-orange-900\/100:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 1);
  }

  .hover\:ring-offset-orange-900\/15:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.15);
  }

  .hover\:ring-offset-orange-900\/20:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.2);
  }

  .hover\:ring-offset-orange-900\/25:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.25);
  }

  .hover\:ring-offset-orange-900\/30:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.3);
  }

  .hover\:ring-offset-orange-900\/35:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.35);
  }

  .hover\:ring-offset-orange-900\/40:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.4);
  }

  .hover\:ring-offset-orange-900\/45:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.45);
  }

  .hover\:ring-offset-orange-900\/5:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.05);
  }

  .hover\:ring-offset-orange-900\/50:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.5);
  }

  .hover\:ring-offset-orange-900\/55:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.55);
  }

  .hover\:ring-offset-orange-900\/60:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.6);
  }

  .hover\:ring-offset-orange-900\/65:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.65);
  }

  .hover\:ring-offset-orange-900\/70:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.7);
  }

  .hover\:ring-offset-orange-900\/75:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.75);
  }

  .hover\:ring-offset-orange-900\/80:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.8);
  }

  .hover\:ring-offset-orange-900\/85:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.85);
  }

  .hover\:ring-offset-orange-900\/90:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.9);
  }

  .hover\:ring-offset-orange-900\/95:hover {
    --tw-ring-offset-color: rgb(124 45 18 / 0.95);
  }

  .hover\:ring-offset-orange-950:hover {
    --tw-ring-offset-color: #431407;
  }

  .hover\:ring-offset-orange-950\/0:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0);
  }

  .hover\:ring-offset-orange-950\/10:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.1);
  }

  .hover\:ring-offset-orange-950\/100:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 1);
  }

  .hover\:ring-offset-orange-950\/15:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.15);
  }

  .hover\:ring-offset-orange-950\/20:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.2);
  }

  .hover\:ring-offset-orange-950\/25:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.25);
  }

  .hover\:ring-offset-orange-950\/30:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.3);
  }

  .hover\:ring-offset-orange-950\/35:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.35);
  }

  .hover\:ring-offset-orange-950\/40:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.4);
  }

  .hover\:ring-offset-orange-950\/45:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.45);
  }

  .hover\:ring-offset-orange-950\/5:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.05);
  }

  .hover\:ring-offset-orange-950\/50:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.5);
  }

  .hover\:ring-offset-orange-950\/55:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.55);
  }

  .hover\:ring-offset-orange-950\/60:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.6);
  }

  .hover\:ring-offset-orange-950\/65:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.65);
  }

  .hover\:ring-offset-orange-950\/70:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.7);
  }

  .hover\:ring-offset-orange-950\/75:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.75);
  }

  .hover\:ring-offset-orange-950\/80:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.8);
  }

  .hover\:ring-offset-orange-950\/85:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.85);
  }

  .hover\:ring-offset-orange-950\/90:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.9);
  }

  .hover\:ring-offset-orange-950\/95:hover {
    --tw-ring-offset-color: rgb(67 20 7 / 0.95);
  }

  .hover\:ring-offset-pink-100:hover {
    --tw-ring-offset-color: #fce7f3;
  }

  .hover\:ring-offset-pink-100\/0:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0);
  }

  .hover\:ring-offset-pink-100\/10:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.1);
  }

  .hover\:ring-offset-pink-100\/100:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 1);
  }

  .hover\:ring-offset-pink-100\/15:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.15);
  }

  .hover\:ring-offset-pink-100\/20:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.2);
  }

  .hover\:ring-offset-pink-100\/25:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.25);
  }

  .hover\:ring-offset-pink-100\/30:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.3);
  }

  .hover\:ring-offset-pink-100\/35:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.35);
  }

  .hover\:ring-offset-pink-100\/40:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.4);
  }

  .hover\:ring-offset-pink-100\/45:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.45);
  }

  .hover\:ring-offset-pink-100\/5:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.05);
  }

  .hover\:ring-offset-pink-100\/50:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.5);
  }

  .hover\:ring-offset-pink-100\/55:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.55);
  }

  .hover\:ring-offset-pink-100\/60:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.6);
  }

  .hover\:ring-offset-pink-100\/65:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.65);
  }

  .hover\:ring-offset-pink-100\/70:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.7);
  }

  .hover\:ring-offset-pink-100\/75:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.75);
  }

  .hover\:ring-offset-pink-100\/80:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.8);
  }

  .hover\:ring-offset-pink-100\/85:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.85);
  }

  .hover\:ring-offset-pink-100\/90:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.9);
  }

  .hover\:ring-offset-pink-100\/95:hover {
    --tw-ring-offset-color: rgb(252 231 243 / 0.95);
  }

  .hover\:ring-offset-pink-200:hover {
    --tw-ring-offset-color: #fbcfe8;
  }

  .hover\:ring-offset-pink-200\/0:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0);
  }

  .hover\:ring-offset-pink-200\/10:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.1);
  }

  .hover\:ring-offset-pink-200\/100:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 1);
  }

  .hover\:ring-offset-pink-200\/15:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.15);
  }

  .hover\:ring-offset-pink-200\/20:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.2);
  }

  .hover\:ring-offset-pink-200\/25:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.25);
  }

  .hover\:ring-offset-pink-200\/30:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.3);
  }

  .hover\:ring-offset-pink-200\/35:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.35);
  }

  .hover\:ring-offset-pink-200\/40:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.4);
  }

  .hover\:ring-offset-pink-200\/45:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.45);
  }

  .hover\:ring-offset-pink-200\/5:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.05);
  }

  .hover\:ring-offset-pink-200\/50:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.5);
  }

  .hover\:ring-offset-pink-200\/55:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.55);
  }

  .hover\:ring-offset-pink-200\/60:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.6);
  }

  .hover\:ring-offset-pink-200\/65:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.65);
  }

  .hover\:ring-offset-pink-200\/70:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.7);
  }

  .hover\:ring-offset-pink-200\/75:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.75);
  }

  .hover\:ring-offset-pink-200\/80:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.8);
  }

  .hover\:ring-offset-pink-200\/85:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.85);
  }

  .hover\:ring-offset-pink-200\/90:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.9);
  }

  .hover\:ring-offset-pink-200\/95:hover {
    --tw-ring-offset-color: rgb(251 207 232 / 0.95);
  }

  .hover\:ring-offset-pink-300:hover {
    --tw-ring-offset-color: #f9a8d4;
  }

  .hover\:ring-offset-pink-300\/0:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0);
  }

  .hover\:ring-offset-pink-300\/10:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.1);
  }

  .hover\:ring-offset-pink-300\/100:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 1);
  }

  .hover\:ring-offset-pink-300\/15:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.15);
  }

  .hover\:ring-offset-pink-300\/20:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.2);
  }

  .hover\:ring-offset-pink-300\/25:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.25);
  }

  .hover\:ring-offset-pink-300\/30:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.3);
  }

  .hover\:ring-offset-pink-300\/35:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.35);
  }

  .hover\:ring-offset-pink-300\/40:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.4);
  }

  .hover\:ring-offset-pink-300\/45:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.45);
  }

  .hover\:ring-offset-pink-300\/5:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.05);
  }

  .hover\:ring-offset-pink-300\/50:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.5);
  }

  .hover\:ring-offset-pink-300\/55:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.55);
  }

  .hover\:ring-offset-pink-300\/60:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.6);
  }

  .hover\:ring-offset-pink-300\/65:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.65);
  }

  .hover\:ring-offset-pink-300\/70:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.7);
  }

  .hover\:ring-offset-pink-300\/75:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.75);
  }

  .hover\:ring-offset-pink-300\/80:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.8);
  }

  .hover\:ring-offset-pink-300\/85:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.85);
  }

  .hover\:ring-offset-pink-300\/90:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.9);
  }

  .hover\:ring-offset-pink-300\/95:hover {
    --tw-ring-offset-color: rgb(249 168 212 / 0.95);
  }

  .hover\:ring-offset-pink-400:hover {
    --tw-ring-offset-color: #f472b6;
  }

  .hover\:ring-offset-pink-400\/0:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0);
  }

  .hover\:ring-offset-pink-400\/10:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.1);
  }

  .hover\:ring-offset-pink-400\/100:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 1);
  }

  .hover\:ring-offset-pink-400\/15:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.15);
  }

  .hover\:ring-offset-pink-400\/20:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.2);
  }

  .hover\:ring-offset-pink-400\/25:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.25);
  }

  .hover\:ring-offset-pink-400\/30:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.3);
  }

  .hover\:ring-offset-pink-400\/35:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.35);
  }

  .hover\:ring-offset-pink-400\/40:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.4);
  }

  .hover\:ring-offset-pink-400\/45:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.45);
  }

  .hover\:ring-offset-pink-400\/5:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.05);
  }

  .hover\:ring-offset-pink-400\/50:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.5);
  }

  .hover\:ring-offset-pink-400\/55:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.55);
  }

  .hover\:ring-offset-pink-400\/60:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.6);
  }

  .hover\:ring-offset-pink-400\/65:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.65);
  }

  .hover\:ring-offset-pink-400\/70:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.7);
  }

  .hover\:ring-offset-pink-400\/75:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.75);
  }

  .hover\:ring-offset-pink-400\/80:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.8);
  }

  .hover\:ring-offset-pink-400\/85:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.85);
  }

  .hover\:ring-offset-pink-400\/90:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.9);
  }

  .hover\:ring-offset-pink-400\/95:hover {
    --tw-ring-offset-color: rgb(244 114 182 / 0.95);
  }

  .hover\:ring-offset-pink-50:hover {
    --tw-ring-offset-color: #fdf2f8;
  }

  .hover\:ring-offset-pink-50\/0:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0);
  }

  .hover\:ring-offset-pink-50\/10:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.1);
  }

  .hover\:ring-offset-pink-50\/100:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 1);
  }

  .hover\:ring-offset-pink-50\/15:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.15);
  }

  .hover\:ring-offset-pink-50\/20:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.2);
  }

  .hover\:ring-offset-pink-50\/25:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.25);
  }

  .hover\:ring-offset-pink-50\/30:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.3);
  }

  .hover\:ring-offset-pink-50\/35:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.35);
  }

  .hover\:ring-offset-pink-50\/40:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.4);
  }

  .hover\:ring-offset-pink-50\/45:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.45);
  }

  .hover\:ring-offset-pink-50\/5:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.05);
  }

  .hover\:ring-offset-pink-50\/50:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.5);
  }

  .hover\:ring-offset-pink-50\/55:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.55);
  }

  .hover\:ring-offset-pink-50\/60:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.6);
  }

  .hover\:ring-offset-pink-50\/65:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.65);
  }

  .hover\:ring-offset-pink-50\/70:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.7);
  }

  .hover\:ring-offset-pink-50\/75:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.75);
  }

  .hover\:ring-offset-pink-50\/80:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.8);
  }

  .hover\:ring-offset-pink-50\/85:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.85);
  }

  .hover\:ring-offset-pink-50\/90:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.9);
  }

  .hover\:ring-offset-pink-50\/95:hover {
    --tw-ring-offset-color: rgb(253 242 248 / 0.95);
  }

  .hover\:ring-offset-pink-500:hover {
    --tw-ring-offset-color: #ec4899;
  }

  .hover\:ring-offset-pink-500\/0:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0);
  }

  .hover\:ring-offset-pink-500\/10:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.1);
  }

  .hover\:ring-offset-pink-500\/100:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 1);
  }

  .hover\:ring-offset-pink-500\/15:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.15);
  }

  .hover\:ring-offset-pink-500\/20:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.2);
  }

  .hover\:ring-offset-pink-500\/25:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.25);
  }

  .hover\:ring-offset-pink-500\/30:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.3);
  }

  .hover\:ring-offset-pink-500\/35:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.35);
  }

  .hover\:ring-offset-pink-500\/40:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.4);
  }

  .hover\:ring-offset-pink-500\/45:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.45);
  }

  .hover\:ring-offset-pink-500\/5:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.05);
  }

  .hover\:ring-offset-pink-500\/50:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.5);
  }

  .hover\:ring-offset-pink-500\/55:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.55);
  }

  .hover\:ring-offset-pink-500\/60:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.6);
  }

  .hover\:ring-offset-pink-500\/65:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.65);
  }

  .hover\:ring-offset-pink-500\/70:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.7);
  }

  .hover\:ring-offset-pink-500\/75:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.75);
  }

  .hover\:ring-offset-pink-500\/80:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.8);
  }

  .hover\:ring-offset-pink-500\/85:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.85);
  }

  .hover\:ring-offset-pink-500\/90:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.9);
  }

  .hover\:ring-offset-pink-500\/95:hover {
    --tw-ring-offset-color: rgb(236 72 153 / 0.95);
  }

  .hover\:ring-offset-pink-600:hover {
    --tw-ring-offset-color: #db2777;
  }

  .hover\:ring-offset-pink-600\/0:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0);
  }

  .hover\:ring-offset-pink-600\/10:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.1);
  }

  .hover\:ring-offset-pink-600\/100:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 1);
  }

  .hover\:ring-offset-pink-600\/15:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.15);
  }

  .hover\:ring-offset-pink-600\/20:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.2);
  }

  .hover\:ring-offset-pink-600\/25:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.25);
  }

  .hover\:ring-offset-pink-600\/30:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.3);
  }

  .hover\:ring-offset-pink-600\/35:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.35);
  }

  .hover\:ring-offset-pink-600\/40:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.4);
  }

  .hover\:ring-offset-pink-600\/45:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.45);
  }

  .hover\:ring-offset-pink-600\/5:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.05);
  }

  .hover\:ring-offset-pink-600\/50:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.5);
  }

  .hover\:ring-offset-pink-600\/55:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.55);
  }

  .hover\:ring-offset-pink-600\/60:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.6);
  }

  .hover\:ring-offset-pink-600\/65:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.65);
  }

  .hover\:ring-offset-pink-600\/70:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.7);
  }

  .hover\:ring-offset-pink-600\/75:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.75);
  }

  .hover\:ring-offset-pink-600\/80:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.8);
  }

  .hover\:ring-offset-pink-600\/85:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.85);
  }

  .hover\:ring-offset-pink-600\/90:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.9);
  }

  .hover\:ring-offset-pink-600\/95:hover {
    --tw-ring-offset-color: rgb(219 39 119 / 0.95);
  }

  .hover\:ring-offset-pink-700:hover {
    --tw-ring-offset-color: #be185d;
  }

  .hover\:ring-offset-pink-700\/0:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0);
  }

  .hover\:ring-offset-pink-700\/10:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.1);
  }

  .hover\:ring-offset-pink-700\/100:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 1);
  }

  .hover\:ring-offset-pink-700\/15:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.15);
  }

  .hover\:ring-offset-pink-700\/20:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.2);
  }

  .hover\:ring-offset-pink-700\/25:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.25);
  }

  .hover\:ring-offset-pink-700\/30:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.3);
  }

  .hover\:ring-offset-pink-700\/35:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.35);
  }

  .hover\:ring-offset-pink-700\/40:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.4);
  }

  .hover\:ring-offset-pink-700\/45:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.45);
  }

  .hover\:ring-offset-pink-700\/5:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.05);
  }

  .hover\:ring-offset-pink-700\/50:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.5);
  }

  .hover\:ring-offset-pink-700\/55:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.55);
  }

  .hover\:ring-offset-pink-700\/60:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.6);
  }

  .hover\:ring-offset-pink-700\/65:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.65);
  }

  .hover\:ring-offset-pink-700\/70:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.7);
  }

  .hover\:ring-offset-pink-700\/75:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.75);
  }

  .hover\:ring-offset-pink-700\/80:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.8);
  }

  .hover\:ring-offset-pink-700\/85:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.85);
  }

  .hover\:ring-offset-pink-700\/90:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.9);
  }

  .hover\:ring-offset-pink-700\/95:hover {
    --tw-ring-offset-color: rgb(190 24 93 / 0.95);
  }

  .hover\:ring-offset-pink-800:hover {
    --tw-ring-offset-color: #9d174d;
  }

  .hover\:ring-offset-pink-800\/0:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0);
  }

  .hover\:ring-offset-pink-800\/10:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.1);
  }

  .hover\:ring-offset-pink-800\/100:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 1);
  }

  .hover\:ring-offset-pink-800\/15:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.15);
  }

  .hover\:ring-offset-pink-800\/20:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.2);
  }

  .hover\:ring-offset-pink-800\/25:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.25);
  }

  .hover\:ring-offset-pink-800\/30:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.3);
  }

  .hover\:ring-offset-pink-800\/35:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.35);
  }

  .hover\:ring-offset-pink-800\/40:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.4);
  }

  .hover\:ring-offset-pink-800\/45:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.45);
  }

  .hover\:ring-offset-pink-800\/5:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.05);
  }

  .hover\:ring-offset-pink-800\/50:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.5);
  }

  .hover\:ring-offset-pink-800\/55:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.55);
  }

  .hover\:ring-offset-pink-800\/60:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.6);
  }

  .hover\:ring-offset-pink-800\/65:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.65);
  }

  .hover\:ring-offset-pink-800\/70:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.7);
  }

  .hover\:ring-offset-pink-800\/75:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.75);
  }

  .hover\:ring-offset-pink-800\/80:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.8);
  }

  .hover\:ring-offset-pink-800\/85:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.85);
  }

  .hover\:ring-offset-pink-800\/90:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.9);
  }

  .hover\:ring-offset-pink-800\/95:hover {
    --tw-ring-offset-color: rgb(157 23 77 / 0.95);
  }

  .hover\:ring-offset-pink-900:hover {
    --tw-ring-offset-color: #831843;
  }

  .hover\:ring-offset-pink-900\/0:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0);
  }

  .hover\:ring-offset-pink-900\/10:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.1);
  }

  .hover\:ring-offset-pink-900\/100:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 1);
  }

  .hover\:ring-offset-pink-900\/15:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.15);
  }

  .hover\:ring-offset-pink-900\/20:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.2);
  }

  .hover\:ring-offset-pink-900\/25:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.25);
  }

  .hover\:ring-offset-pink-900\/30:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.3);
  }

  .hover\:ring-offset-pink-900\/35:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.35);
  }

  .hover\:ring-offset-pink-900\/40:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.4);
  }

  .hover\:ring-offset-pink-900\/45:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.45);
  }

  .hover\:ring-offset-pink-900\/5:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.05);
  }

  .hover\:ring-offset-pink-900\/50:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.5);
  }

  .hover\:ring-offset-pink-900\/55:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.55);
  }

  .hover\:ring-offset-pink-900\/60:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.6);
  }

  .hover\:ring-offset-pink-900\/65:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.65);
  }

  .hover\:ring-offset-pink-900\/70:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.7);
  }

  .hover\:ring-offset-pink-900\/75:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.75);
  }

  .hover\:ring-offset-pink-900\/80:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.8);
  }

  .hover\:ring-offset-pink-900\/85:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.85);
  }

  .hover\:ring-offset-pink-900\/90:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.9);
  }

  .hover\:ring-offset-pink-900\/95:hover {
    --tw-ring-offset-color: rgb(131 24 67 / 0.95);
  }

  .hover\:ring-offset-pink-950:hover {
    --tw-ring-offset-color: #500724;
  }

  .hover\:ring-offset-pink-950\/0:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0);
  }

  .hover\:ring-offset-pink-950\/10:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.1);
  }

  .hover\:ring-offset-pink-950\/100:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 1);
  }

  .hover\:ring-offset-pink-950\/15:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.15);
  }

  .hover\:ring-offset-pink-950\/20:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.2);
  }

  .hover\:ring-offset-pink-950\/25:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.25);
  }

  .hover\:ring-offset-pink-950\/30:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.3);
  }

  .hover\:ring-offset-pink-950\/35:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.35);
  }

  .hover\:ring-offset-pink-950\/40:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.4);
  }

  .hover\:ring-offset-pink-950\/45:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.45);
  }

  .hover\:ring-offset-pink-950\/5:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.05);
  }

  .hover\:ring-offset-pink-950\/50:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.5);
  }

  .hover\:ring-offset-pink-950\/55:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.55);
  }

  .hover\:ring-offset-pink-950\/60:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.6);
  }

  .hover\:ring-offset-pink-950\/65:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.65);
  }

  .hover\:ring-offset-pink-950\/70:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.7);
  }

  .hover\:ring-offset-pink-950\/75:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.75);
  }

  .hover\:ring-offset-pink-950\/80:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.8);
  }

  .hover\:ring-offset-pink-950\/85:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.85);
  }

  .hover\:ring-offset-pink-950\/90:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.9);
  }

  .hover\:ring-offset-pink-950\/95:hover {
    --tw-ring-offset-color: rgb(80 7 36 / 0.95);
  }

  .hover\:ring-offset-purple-100:hover {
    --tw-ring-offset-color: #f3e8ff;
  }

  .hover\:ring-offset-purple-100\/0:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0);
  }

  .hover\:ring-offset-purple-100\/10:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.1);
  }

  .hover\:ring-offset-purple-100\/100:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 1);
  }

  .hover\:ring-offset-purple-100\/15:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.15);
  }

  .hover\:ring-offset-purple-100\/20:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.2);
  }

  .hover\:ring-offset-purple-100\/25:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.25);
  }

  .hover\:ring-offset-purple-100\/30:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.3);
  }

  .hover\:ring-offset-purple-100\/35:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.35);
  }

  .hover\:ring-offset-purple-100\/40:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.4);
  }

  .hover\:ring-offset-purple-100\/45:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.45);
  }

  .hover\:ring-offset-purple-100\/5:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.05);
  }

  .hover\:ring-offset-purple-100\/50:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.5);
  }

  .hover\:ring-offset-purple-100\/55:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.55);
  }

  .hover\:ring-offset-purple-100\/60:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.6);
  }

  .hover\:ring-offset-purple-100\/65:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.65);
  }

  .hover\:ring-offset-purple-100\/70:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.7);
  }

  .hover\:ring-offset-purple-100\/75:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.75);
  }

  .hover\:ring-offset-purple-100\/80:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.8);
  }

  .hover\:ring-offset-purple-100\/85:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.85);
  }

  .hover\:ring-offset-purple-100\/90:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.9);
  }

  .hover\:ring-offset-purple-100\/95:hover {
    --tw-ring-offset-color: rgb(243 232 255 / 0.95);
  }

  .hover\:ring-offset-purple-200:hover {
    --tw-ring-offset-color: #e9d5ff;
  }

  .hover\:ring-offset-purple-200\/0:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0);
  }

  .hover\:ring-offset-purple-200\/10:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.1);
  }

  .hover\:ring-offset-purple-200\/100:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 1);
  }

  .hover\:ring-offset-purple-200\/15:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.15);
  }

  .hover\:ring-offset-purple-200\/20:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.2);
  }

  .hover\:ring-offset-purple-200\/25:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.25);
  }

  .hover\:ring-offset-purple-200\/30:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.3);
  }

  .hover\:ring-offset-purple-200\/35:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.35);
  }

  .hover\:ring-offset-purple-200\/40:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.4);
  }

  .hover\:ring-offset-purple-200\/45:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.45);
  }

  .hover\:ring-offset-purple-200\/5:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.05);
  }

  .hover\:ring-offset-purple-200\/50:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.5);
  }

  .hover\:ring-offset-purple-200\/55:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.55);
  }

  .hover\:ring-offset-purple-200\/60:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.6);
  }

  .hover\:ring-offset-purple-200\/65:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.65);
  }

  .hover\:ring-offset-purple-200\/70:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.7);
  }

  .hover\:ring-offset-purple-200\/75:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.75);
  }

  .hover\:ring-offset-purple-200\/80:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.8);
  }

  .hover\:ring-offset-purple-200\/85:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.85);
  }

  .hover\:ring-offset-purple-200\/90:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.9);
  }

  .hover\:ring-offset-purple-200\/95:hover {
    --tw-ring-offset-color: rgb(233 213 255 / 0.95);
  }

  .hover\:ring-offset-purple-300:hover {
    --tw-ring-offset-color: #d8b4fe;
  }

  .hover\:ring-offset-purple-300\/0:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0);
  }

  .hover\:ring-offset-purple-300\/10:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.1);
  }

  .hover\:ring-offset-purple-300\/100:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 1);
  }

  .hover\:ring-offset-purple-300\/15:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.15);
  }

  .hover\:ring-offset-purple-300\/20:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.2);
  }

  .hover\:ring-offset-purple-300\/25:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.25);
  }

  .hover\:ring-offset-purple-300\/30:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.3);
  }

  .hover\:ring-offset-purple-300\/35:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.35);
  }

  .hover\:ring-offset-purple-300\/40:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.4);
  }

  .hover\:ring-offset-purple-300\/45:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.45);
  }

  .hover\:ring-offset-purple-300\/5:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.05);
  }

  .hover\:ring-offset-purple-300\/50:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.5);
  }

  .hover\:ring-offset-purple-300\/55:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.55);
  }

  .hover\:ring-offset-purple-300\/60:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.6);
  }

  .hover\:ring-offset-purple-300\/65:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.65);
  }

  .hover\:ring-offset-purple-300\/70:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.7);
  }

  .hover\:ring-offset-purple-300\/75:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.75);
  }

  .hover\:ring-offset-purple-300\/80:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.8);
  }

  .hover\:ring-offset-purple-300\/85:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.85);
  }

  .hover\:ring-offset-purple-300\/90:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.9);
  }

  .hover\:ring-offset-purple-300\/95:hover {
    --tw-ring-offset-color: rgb(216 180 254 / 0.95);
  }

  .hover\:ring-offset-purple-400:hover {
    --tw-ring-offset-color: #c084fc;
  }

  .hover\:ring-offset-purple-400\/0:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0);
  }

  .hover\:ring-offset-purple-400\/10:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.1);
  }

  .hover\:ring-offset-purple-400\/100:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 1);
  }

  .hover\:ring-offset-purple-400\/15:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.15);
  }

  .hover\:ring-offset-purple-400\/20:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.2);
  }

  .hover\:ring-offset-purple-400\/25:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.25);
  }

  .hover\:ring-offset-purple-400\/30:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.3);
  }

  .hover\:ring-offset-purple-400\/35:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.35);
  }

  .hover\:ring-offset-purple-400\/40:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.4);
  }

  .hover\:ring-offset-purple-400\/45:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.45);
  }

  .hover\:ring-offset-purple-400\/5:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.05);
  }

  .hover\:ring-offset-purple-400\/50:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.5);
  }

  .hover\:ring-offset-purple-400\/55:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.55);
  }

  .hover\:ring-offset-purple-400\/60:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.6);
  }

  .hover\:ring-offset-purple-400\/65:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.65);
  }

  .hover\:ring-offset-purple-400\/70:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.7);
  }

  .hover\:ring-offset-purple-400\/75:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.75);
  }

  .hover\:ring-offset-purple-400\/80:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.8);
  }

  .hover\:ring-offset-purple-400\/85:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.85);
  }

  .hover\:ring-offset-purple-400\/90:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.9);
  }

  .hover\:ring-offset-purple-400\/95:hover {
    --tw-ring-offset-color: rgb(192 132 252 / 0.95);
  }

  .hover\:ring-offset-purple-50:hover {
    --tw-ring-offset-color: #faf5ff;
  }

  .hover\:ring-offset-purple-50\/0:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0);
  }

  .hover\:ring-offset-purple-50\/10:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.1);
  }

  .hover\:ring-offset-purple-50\/100:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 1);
  }

  .hover\:ring-offset-purple-50\/15:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.15);
  }

  .hover\:ring-offset-purple-50\/20:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.2);
  }

  .hover\:ring-offset-purple-50\/25:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.25);
  }

  .hover\:ring-offset-purple-50\/30:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.3);
  }

  .hover\:ring-offset-purple-50\/35:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.35);
  }

  .hover\:ring-offset-purple-50\/40:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.4);
  }

  .hover\:ring-offset-purple-50\/45:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.45);
  }

  .hover\:ring-offset-purple-50\/5:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.05);
  }

  .hover\:ring-offset-purple-50\/50:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.5);
  }

  .hover\:ring-offset-purple-50\/55:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.55);
  }

  .hover\:ring-offset-purple-50\/60:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.6);
  }

  .hover\:ring-offset-purple-50\/65:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.65);
  }

  .hover\:ring-offset-purple-50\/70:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.7);
  }

  .hover\:ring-offset-purple-50\/75:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.75);
  }

  .hover\:ring-offset-purple-50\/80:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.8);
  }

  .hover\:ring-offset-purple-50\/85:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.85);
  }

  .hover\:ring-offset-purple-50\/90:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.9);
  }

  .hover\:ring-offset-purple-50\/95:hover {
    --tw-ring-offset-color: rgb(250 245 255 / 0.95);
  }

  .hover\:ring-offset-purple-500:hover {
    --tw-ring-offset-color: #a855f7;
  }

  .hover\:ring-offset-purple-500\/0:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0);
  }

  .hover\:ring-offset-purple-500\/10:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.1);
  }

  .hover\:ring-offset-purple-500\/100:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 1);
  }

  .hover\:ring-offset-purple-500\/15:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.15);
  }

  .hover\:ring-offset-purple-500\/20:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.2);
  }

  .hover\:ring-offset-purple-500\/25:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.25);
  }

  .hover\:ring-offset-purple-500\/30:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.3);
  }

  .hover\:ring-offset-purple-500\/35:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.35);
  }

  .hover\:ring-offset-purple-500\/40:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.4);
  }

  .hover\:ring-offset-purple-500\/45:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.45);
  }

  .hover\:ring-offset-purple-500\/5:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.05);
  }

  .hover\:ring-offset-purple-500\/50:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.5);
  }

  .hover\:ring-offset-purple-500\/55:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.55);
  }

  .hover\:ring-offset-purple-500\/60:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.6);
  }

  .hover\:ring-offset-purple-500\/65:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.65);
  }

  .hover\:ring-offset-purple-500\/70:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.7);
  }

  .hover\:ring-offset-purple-500\/75:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.75);
  }

  .hover\:ring-offset-purple-500\/80:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.8);
  }

  .hover\:ring-offset-purple-500\/85:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.85);
  }

  .hover\:ring-offset-purple-500\/90:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.9);
  }

  .hover\:ring-offset-purple-500\/95:hover {
    --tw-ring-offset-color: rgb(168 85 247 / 0.95);
  }

  .hover\:ring-offset-purple-600:hover {
    --tw-ring-offset-color: #9333ea;
  }

  .hover\:ring-offset-purple-600\/0:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0);
  }

  .hover\:ring-offset-purple-600\/10:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.1);
  }

  .hover\:ring-offset-purple-600\/100:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 1);
  }

  .hover\:ring-offset-purple-600\/15:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.15);
  }

  .hover\:ring-offset-purple-600\/20:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.2);
  }

  .hover\:ring-offset-purple-600\/25:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.25);
  }

  .hover\:ring-offset-purple-600\/30:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.3);
  }

  .hover\:ring-offset-purple-600\/35:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.35);
  }

  .hover\:ring-offset-purple-600\/40:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.4);
  }

  .hover\:ring-offset-purple-600\/45:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.45);
  }

  .hover\:ring-offset-purple-600\/5:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.05);
  }

  .hover\:ring-offset-purple-600\/50:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.5);
  }

  .hover\:ring-offset-purple-600\/55:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.55);
  }

  .hover\:ring-offset-purple-600\/60:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.6);
  }

  .hover\:ring-offset-purple-600\/65:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.65);
  }

  .hover\:ring-offset-purple-600\/70:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.7);
  }

  .hover\:ring-offset-purple-600\/75:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.75);
  }

  .hover\:ring-offset-purple-600\/80:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.8);
  }

  .hover\:ring-offset-purple-600\/85:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.85);
  }

  .hover\:ring-offset-purple-600\/90:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.9);
  }

  .hover\:ring-offset-purple-600\/95:hover {
    --tw-ring-offset-color: rgb(147 51 234 / 0.95);
  }

  .hover\:ring-offset-purple-700:hover {
    --tw-ring-offset-color: #7e22ce;
  }

  .hover\:ring-offset-purple-700\/0:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0);
  }

  .hover\:ring-offset-purple-700\/10:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.1);
  }

  .hover\:ring-offset-purple-700\/100:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 1);
  }

  .hover\:ring-offset-purple-700\/15:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.15);
  }

  .hover\:ring-offset-purple-700\/20:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.2);
  }

  .hover\:ring-offset-purple-700\/25:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.25);
  }

  .hover\:ring-offset-purple-700\/30:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.3);
  }

  .hover\:ring-offset-purple-700\/35:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.35);
  }

  .hover\:ring-offset-purple-700\/40:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.4);
  }

  .hover\:ring-offset-purple-700\/45:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.45);
  }

  .hover\:ring-offset-purple-700\/5:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.05);
  }

  .hover\:ring-offset-purple-700\/50:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.5);
  }

  .hover\:ring-offset-purple-700\/55:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.55);
  }

  .hover\:ring-offset-purple-700\/60:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.6);
  }

  .hover\:ring-offset-purple-700\/65:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.65);
  }

  .hover\:ring-offset-purple-700\/70:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.7);
  }

  .hover\:ring-offset-purple-700\/75:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.75);
  }

  .hover\:ring-offset-purple-700\/80:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.8);
  }

  .hover\:ring-offset-purple-700\/85:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.85);
  }

  .hover\:ring-offset-purple-700\/90:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.9);
  }

  .hover\:ring-offset-purple-700\/95:hover {
    --tw-ring-offset-color: rgb(126 34 206 / 0.95);
  }

  .hover\:ring-offset-purple-800:hover {
    --tw-ring-offset-color: #6b21a8;
  }

  .hover\:ring-offset-purple-800\/0:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0);
  }

  .hover\:ring-offset-purple-800\/10:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.1);
  }

  .hover\:ring-offset-purple-800\/100:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 1);
  }

  .hover\:ring-offset-purple-800\/15:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.15);
  }

  .hover\:ring-offset-purple-800\/20:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.2);
  }

  .hover\:ring-offset-purple-800\/25:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.25);
  }

  .hover\:ring-offset-purple-800\/30:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.3);
  }

  .hover\:ring-offset-purple-800\/35:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.35);
  }

  .hover\:ring-offset-purple-800\/40:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.4);
  }

  .hover\:ring-offset-purple-800\/45:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.45);
  }

  .hover\:ring-offset-purple-800\/5:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.05);
  }

  .hover\:ring-offset-purple-800\/50:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.5);
  }

  .hover\:ring-offset-purple-800\/55:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.55);
  }

  .hover\:ring-offset-purple-800\/60:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.6);
  }

  .hover\:ring-offset-purple-800\/65:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.65);
  }

  .hover\:ring-offset-purple-800\/70:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.7);
  }

  .hover\:ring-offset-purple-800\/75:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.75);
  }

  .hover\:ring-offset-purple-800\/80:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.8);
  }

  .hover\:ring-offset-purple-800\/85:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.85);
  }

  .hover\:ring-offset-purple-800\/90:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.9);
  }

  .hover\:ring-offset-purple-800\/95:hover {
    --tw-ring-offset-color: rgb(107 33 168 / 0.95);
  }

  .hover\:ring-offset-purple-900:hover {
    --tw-ring-offset-color: #581c87;
  }

  .hover\:ring-offset-purple-900\/0:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0);
  }

  .hover\:ring-offset-purple-900\/10:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.1);
  }

  .hover\:ring-offset-purple-900\/100:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 1);
  }

  .hover\:ring-offset-purple-900\/15:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.15);
  }

  .hover\:ring-offset-purple-900\/20:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.2);
  }

  .hover\:ring-offset-purple-900\/25:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.25);
  }

  .hover\:ring-offset-purple-900\/30:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.3);
  }

  .hover\:ring-offset-purple-900\/35:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.35);
  }

  .hover\:ring-offset-purple-900\/40:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.4);
  }

  .hover\:ring-offset-purple-900\/45:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.45);
  }

  .hover\:ring-offset-purple-900\/5:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.05);
  }

  .hover\:ring-offset-purple-900\/50:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.5);
  }

  .hover\:ring-offset-purple-900\/55:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.55);
  }

  .hover\:ring-offset-purple-900\/60:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.6);
  }

  .hover\:ring-offset-purple-900\/65:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.65);
  }

  .hover\:ring-offset-purple-900\/70:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.7);
  }

  .hover\:ring-offset-purple-900\/75:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.75);
  }

  .hover\:ring-offset-purple-900\/80:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.8);
  }

  .hover\:ring-offset-purple-900\/85:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.85);
  }

  .hover\:ring-offset-purple-900\/90:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.9);
  }

  .hover\:ring-offset-purple-900\/95:hover {
    --tw-ring-offset-color: rgb(88 28 135 / 0.95);
  }

  .hover\:ring-offset-purple-950:hover {
    --tw-ring-offset-color: #3b0764;
  }

  .hover\:ring-offset-purple-950\/0:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0);
  }

  .hover\:ring-offset-purple-950\/10:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.1);
  }

  .hover\:ring-offset-purple-950\/100:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 1);
  }

  .hover\:ring-offset-purple-950\/15:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.15);
  }

  .hover\:ring-offset-purple-950\/20:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.2);
  }

  .hover\:ring-offset-purple-950\/25:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.25);
  }

  .hover\:ring-offset-purple-950\/30:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.3);
  }

  .hover\:ring-offset-purple-950\/35:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.35);
  }

  .hover\:ring-offset-purple-950\/40:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.4);
  }

  .hover\:ring-offset-purple-950\/45:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.45);
  }

  .hover\:ring-offset-purple-950\/5:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.05);
  }

  .hover\:ring-offset-purple-950\/50:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.5);
  }

  .hover\:ring-offset-purple-950\/55:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.55);
  }

  .hover\:ring-offset-purple-950\/60:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.6);
  }

  .hover\:ring-offset-purple-950\/65:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.65);
  }

  .hover\:ring-offset-purple-950\/70:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.7);
  }

  .hover\:ring-offset-purple-950\/75:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.75);
  }

  .hover\:ring-offset-purple-950\/80:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.8);
  }

  .hover\:ring-offset-purple-950\/85:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.85);
  }

  .hover\:ring-offset-purple-950\/90:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.9);
  }

  .hover\:ring-offset-purple-950\/95:hover {
    --tw-ring-offset-color: rgb(59 7 100 / 0.95);
  }

  .hover\:ring-offset-red-100:hover {
    --tw-ring-offset-color: #fee2e2;
  }

  .hover\:ring-offset-red-100\/0:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0);
  }

  .hover\:ring-offset-red-100\/10:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.1);
  }

  .hover\:ring-offset-red-100\/100:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 1);
  }

  .hover\:ring-offset-red-100\/15:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.15);
  }

  .hover\:ring-offset-red-100\/20:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.2);
  }

  .hover\:ring-offset-red-100\/25:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.25);
  }

  .hover\:ring-offset-red-100\/30:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.3);
  }

  .hover\:ring-offset-red-100\/35:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.35);
  }

  .hover\:ring-offset-red-100\/40:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.4);
  }

  .hover\:ring-offset-red-100\/45:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.45);
  }

  .hover\:ring-offset-red-100\/5:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.05);
  }

  .hover\:ring-offset-red-100\/50:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.5);
  }

  .hover\:ring-offset-red-100\/55:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.55);
  }

  .hover\:ring-offset-red-100\/60:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.6);
  }

  .hover\:ring-offset-red-100\/65:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.65);
  }

  .hover\:ring-offset-red-100\/70:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.7);
  }

  .hover\:ring-offset-red-100\/75:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.75);
  }

  .hover\:ring-offset-red-100\/80:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.8);
  }

  .hover\:ring-offset-red-100\/85:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.85);
  }

  .hover\:ring-offset-red-100\/90:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.9);
  }

  .hover\:ring-offset-red-100\/95:hover {
    --tw-ring-offset-color: rgb(254 226 226 / 0.95);
  }

  .hover\:ring-offset-red-200:hover {
    --tw-ring-offset-color: #fecaca;
  }

  .hover\:ring-offset-red-200\/0:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0);
  }

  .hover\:ring-offset-red-200\/10:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.1);
  }

  .hover\:ring-offset-red-200\/100:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 1);
  }

  .hover\:ring-offset-red-200\/15:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.15);
  }

  .hover\:ring-offset-red-200\/20:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.2);
  }

  .hover\:ring-offset-red-200\/25:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.25);
  }

  .hover\:ring-offset-red-200\/30:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.3);
  }

  .hover\:ring-offset-red-200\/35:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.35);
  }

  .hover\:ring-offset-red-200\/40:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.4);
  }

  .hover\:ring-offset-red-200\/45:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.45);
  }

  .hover\:ring-offset-red-200\/5:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.05);
  }

  .hover\:ring-offset-red-200\/50:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.5);
  }

  .hover\:ring-offset-red-200\/55:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.55);
  }

  .hover\:ring-offset-red-200\/60:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.6);
  }

  .hover\:ring-offset-red-200\/65:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.65);
  }

  .hover\:ring-offset-red-200\/70:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.7);
  }

  .hover\:ring-offset-red-200\/75:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.75);
  }

  .hover\:ring-offset-red-200\/80:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.8);
  }

  .hover\:ring-offset-red-200\/85:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.85);
  }

  .hover\:ring-offset-red-200\/90:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.9);
  }

  .hover\:ring-offset-red-200\/95:hover {
    --tw-ring-offset-color: rgb(254 202 202 / 0.95);
  }

  .hover\:ring-offset-red-300:hover {
    --tw-ring-offset-color: #fca5a5;
  }

  .hover\:ring-offset-red-300\/0:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0);
  }

  .hover\:ring-offset-red-300\/10:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.1);
  }

  .hover\:ring-offset-red-300\/100:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 1);
  }

  .hover\:ring-offset-red-300\/15:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.15);
  }

  .hover\:ring-offset-red-300\/20:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.2);
  }

  .hover\:ring-offset-red-300\/25:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.25);
  }

  .hover\:ring-offset-red-300\/30:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.3);
  }

  .hover\:ring-offset-red-300\/35:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.35);
  }

  .hover\:ring-offset-red-300\/40:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.4);
  }

  .hover\:ring-offset-red-300\/45:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.45);
  }

  .hover\:ring-offset-red-300\/5:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.05);
  }

  .hover\:ring-offset-red-300\/50:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.5);
  }

  .hover\:ring-offset-red-300\/55:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.55);
  }

  .hover\:ring-offset-red-300\/60:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.6);
  }

  .hover\:ring-offset-red-300\/65:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.65);
  }

  .hover\:ring-offset-red-300\/70:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.7);
  }

  .hover\:ring-offset-red-300\/75:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.75);
  }

  .hover\:ring-offset-red-300\/80:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.8);
  }

  .hover\:ring-offset-red-300\/85:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.85);
  }

  .hover\:ring-offset-red-300\/90:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.9);
  }

  .hover\:ring-offset-red-300\/95:hover {
    --tw-ring-offset-color: rgb(252 165 165 / 0.95);
  }

  .hover\:ring-offset-red-400:hover {
    --tw-ring-offset-color: #f87171;
  }

  .hover\:ring-offset-red-400\/0:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0);
  }

  .hover\:ring-offset-red-400\/10:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.1);
  }

  .hover\:ring-offset-red-400\/100:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 1);
  }

  .hover\:ring-offset-red-400\/15:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.15);
  }

  .hover\:ring-offset-red-400\/20:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.2);
  }

  .hover\:ring-offset-red-400\/25:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.25);
  }

  .hover\:ring-offset-red-400\/30:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.3);
  }

  .hover\:ring-offset-red-400\/35:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.35);
  }

  .hover\:ring-offset-red-400\/40:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.4);
  }

  .hover\:ring-offset-red-400\/45:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.45);
  }

  .hover\:ring-offset-red-400\/5:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.05);
  }

  .hover\:ring-offset-red-400\/50:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.5);
  }

  .hover\:ring-offset-red-400\/55:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.55);
  }

  .hover\:ring-offset-red-400\/60:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.6);
  }

  .hover\:ring-offset-red-400\/65:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.65);
  }

  .hover\:ring-offset-red-400\/70:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.7);
  }

  .hover\:ring-offset-red-400\/75:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.75);
  }

  .hover\:ring-offset-red-400\/80:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.8);
  }

  .hover\:ring-offset-red-400\/85:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.85);
  }

  .hover\:ring-offset-red-400\/90:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.9);
  }

  .hover\:ring-offset-red-400\/95:hover {
    --tw-ring-offset-color: rgb(248 113 113 / 0.95);
  }

  .hover\:ring-offset-red-50:hover {
    --tw-ring-offset-color: #fef2f2;
  }

  .hover\:ring-offset-red-50\/0:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0);
  }

  .hover\:ring-offset-red-50\/10:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.1);
  }

  .hover\:ring-offset-red-50\/100:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 1);
  }

  .hover\:ring-offset-red-50\/15:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.15);
  }

  .hover\:ring-offset-red-50\/20:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.2);
  }

  .hover\:ring-offset-red-50\/25:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.25);
  }

  .hover\:ring-offset-red-50\/30:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.3);
  }

  .hover\:ring-offset-red-50\/35:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.35);
  }

  .hover\:ring-offset-red-50\/40:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.4);
  }

  .hover\:ring-offset-red-50\/45:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.45);
  }

  .hover\:ring-offset-red-50\/5:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.05);
  }

  .hover\:ring-offset-red-50\/50:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.5);
  }

  .hover\:ring-offset-red-50\/55:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.55);
  }

  .hover\:ring-offset-red-50\/60:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.6);
  }

  .hover\:ring-offset-red-50\/65:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.65);
  }

  .hover\:ring-offset-red-50\/70:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.7);
  }

  .hover\:ring-offset-red-50\/75:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.75);
  }

  .hover\:ring-offset-red-50\/80:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.8);
  }

  .hover\:ring-offset-red-50\/85:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.85);
  }

  .hover\:ring-offset-red-50\/90:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.9);
  }

  .hover\:ring-offset-red-50\/95:hover {
    --tw-ring-offset-color: rgb(254 242 242 / 0.95);
  }

  .hover\:ring-offset-red-500:hover {
    --tw-ring-offset-color: #ef4444;
  }

  .hover\:ring-offset-red-500\/0:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0);
  }

  .hover\:ring-offset-red-500\/10:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.1);
  }

  .hover\:ring-offset-red-500\/100:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 1);
  }

  .hover\:ring-offset-red-500\/15:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.15);
  }

  .hover\:ring-offset-red-500\/20:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.2);
  }

  .hover\:ring-offset-red-500\/25:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.25);
  }

  .hover\:ring-offset-red-500\/30:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.3);
  }

  .hover\:ring-offset-red-500\/35:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.35);
  }

  .hover\:ring-offset-red-500\/40:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.4);
  }

  .hover\:ring-offset-red-500\/45:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.45);
  }

  .hover\:ring-offset-red-500\/5:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.05);
  }

  .hover\:ring-offset-red-500\/50:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.5);
  }

  .hover\:ring-offset-red-500\/55:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.55);
  }

  .hover\:ring-offset-red-500\/60:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.6);
  }

  .hover\:ring-offset-red-500\/65:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.65);
  }

  .hover\:ring-offset-red-500\/70:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.7);
  }

  .hover\:ring-offset-red-500\/75:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.75);
  }

  .hover\:ring-offset-red-500\/80:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.8);
  }

  .hover\:ring-offset-red-500\/85:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.85);
  }

  .hover\:ring-offset-red-500\/90:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.9);
  }

  .hover\:ring-offset-red-500\/95:hover {
    --tw-ring-offset-color: rgb(239 68 68 / 0.95);
  }

  .hover\:ring-offset-red-600:hover {
    --tw-ring-offset-color: #dc2626;
  }

  .hover\:ring-offset-red-600\/0:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0);
  }

  .hover\:ring-offset-red-600\/10:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.1);
  }

  .hover\:ring-offset-red-600\/100:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 1);
  }

  .hover\:ring-offset-red-600\/15:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.15);
  }

  .hover\:ring-offset-red-600\/20:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.2);
  }

  .hover\:ring-offset-red-600\/25:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.25);
  }

  .hover\:ring-offset-red-600\/30:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.3);
  }

  .hover\:ring-offset-red-600\/35:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.35);
  }

  .hover\:ring-offset-red-600\/40:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.4);
  }

  .hover\:ring-offset-red-600\/45:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.45);
  }

  .hover\:ring-offset-red-600\/5:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.05);
  }

  .hover\:ring-offset-red-600\/50:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.5);
  }

  .hover\:ring-offset-red-600\/55:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.55);
  }

  .hover\:ring-offset-red-600\/60:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.6);
  }

  .hover\:ring-offset-red-600\/65:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.65);
  }

  .hover\:ring-offset-red-600\/70:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.7);
  }

  .hover\:ring-offset-red-600\/75:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.75);
  }

  .hover\:ring-offset-red-600\/80:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.8);
  }

  .hover\:ring-offset-red-600\/85:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.85);
  }

  .hover\:ring-offset-red-600\/90:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.9);
  }

  .hover\:ring-offset-red-600\/95:hover {
    --tw-ring-offset-color: rgb(220 38 38 / 0.95);
  }

  .hover\:ring-offset-red-700:hover {
    --tw-ring-offset-color: #b91c1c;
  }

  .hover\:ring-offset-red-700\/0:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0);
  }

  .hover\:ring-offset-red-700\/10:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.1);
  }

  .hover\:ring-offset-red-700\/100:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 1);
  }

  .hover\:ring-offset-red-700\/15:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.15);
  }

  .hover\:ring-offset-red-700\/20:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.2);
  }

  .hover\:ring-offset-red-700\/25:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.25);
  }

  .hover\:ring-offset-red-700\/30:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.3);
  }

  .hover\:ring-offset-red-700\/35:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.35);
  }

  .hover\:ring-offset-red-700\/40:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.4);
  }

  .hover\:ring-offset-red-700\/45:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.45);
  }

  .hover\:ring-offset-red-700\/5:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.05);
  }

  .hover\:ring-offset-red-700\/50:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.5);
  }

  .hover\:ring-offset-red-700\/55:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.55);
  }

  .hover\:ring-offset-red-700\/60:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.6);
  }

  .hover\:ring-offset-red-700\/65:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.65);
  }

  .hover\:ring-offset-red-700\/70:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.7);
  }

  .hover\:ring-offset-red-700\/75:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.75);
  }

  .hover\:ring-offset-red-700\/80:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.8);
  }

  .hover\:ring-offset-red-700\/85:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.85);
  }

  .hover\:ring-offset-red-700\/90:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.9);
  }

  .hover\:ring-offset-red-700\/95:hover {
    --tw-ring-offset-color: rgb(185 28 28 / 0.95);
  }

  .hover\:ring-offset-red-800:hover {
    --tw-ring-offset-color: #991b1b;
  }

  .hover\:ring-offset-red-800\/0:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0);
  }

  .hover\:ring-offset-red-800\/10:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.1);
  }

  .hover\:ring-offset-red-800\/100:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 1);
  }

  .hover\:ring-offset-red-800\/15:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.15);
  }

  .hover\:ring-offset-red-800\/20:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.2);
  }

  .hover\:ring-offset-red-800\/25:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.25);
  }

  .hover\:ring-offset-red-800\/30:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.3);
  }

  .hover\:ring-offset-red-800\/35:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.35);
  }

  .hover\:ring-offset-red-800\/40:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.4);
  }

  .hover\:ring-offset-red-800\/45:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.45);
  }

  .hover\:ring-offset-red-800\/5:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.05);
  }

  .hover\:ring-offset-red-800\/50:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.5);
  }

  .hover\:ring-offset-red-800\/55:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.55);
  }

  .hover\:ring-offset-red-800\/60:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.6);
  }

  .hover\:ring-offset-red-800\/65:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.65);
  }

  .hover\:ring-offset-red-800\/70:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.7);
  }

  .hover\:ring-offset-red-800\/75:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.75);
  }

  .hover\:ring-offset-red-800\/80:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.8);
  }

  .hover\:ring-offset-red-800\/85:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.85);
  }

  .hover\:ring-offset-red-800\/90:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.9);
  }

  .hover\:ring-offset-red-800\/95:hover {
    --tw-ring-offset-color: rgb(153 27 27 / 0.95);
  }

  .hover\:ring-offset-red-900:hover {
    --tw-ring-offset-color: #7f1d1d;
  }

  .hover\:ring-offset-red-900\/0:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0);
  }

  .hover\:ring-offset-red-900\/10:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.1);
  }

  .hover\:ring-offset-red-900\/100:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 1);
  }

  .hover\:ring-offset-red-900\/15:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.15);
  }

  .hover\:ring-offset-red-900\/20:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.2);
  }

  .hover\:ring-offset-red-900\/25:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.25);
  }

  .hover\:ring-offset-red-900\/30:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.3);
  }

  .hover\:ring-offset-red-900\/35:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.35);
  }

  .hover\:ring-offset-red-900\/40:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.4);
  }

  .hover\:ring-offset-red-900\/45:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.45);
  }

  .hover\:ring-offset-red-900\/5:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.05);
  }

  .hover\:ring-offset-red-900\/50:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.5);
  }

  .hover\:ring-offset-red-900\/55:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.55);
  }

  .hover\:ring-offset-red-900\/60:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.6);
  }

  .hover\:ring-offset-red-900\/65:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.65);
  }

  .hover\:ring-offset-red-900\/70:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.7);
  }

  .hover\:ring-offset-red-900\/75:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.75);
  }

  .hover\:ring-offset-red-900\/80:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.8);
  }

  .hover\:ring-offset-red-900\/85:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.85);
  }

  .hover\:ring-offset-red-900\/90:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.9);
  }

  .hover\:ring-offset-red-900\/95:hover {
    --tw-ring-offset-color: rgb(127 29 29 / 0.95);
  }

  .hover\:ring-offset-red-950:hover {
    --tw-ring-offset-color: #450a0a;
  }

  .hover\:ring-offset-red-950\/0:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0);
  }

  .hover\:ring-offset-red-950\/10:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.1);
  }

  .hover\:ring-offset-red-950\/100:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 1);
  }

  .hover\:ring-offset-red-950\/15:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.15);
  }

  .hover\:ring-offset-red-950\/20:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.2);
  }

  .hover\:ring-offset-red-950\/25:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.25);
  }

  .hover\:ring-offset-red-950\/30:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.3);
  }

  .hover\:ring-offset-red-950\/35:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.35);
  }

  .hover\:ring-offset-red-950\/40:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.4);
  }

  .hover\:ring-offset-red-950\/45:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.45);
  }

  .hover\:ring-offset-red-950\/5:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.05);
  }

  .hover\:ring-offset-red-950\/50:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.5);
  }

  .hover\:ring-offset-red-950\/55:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.55);
  }

  .hover\:ring-offset-red-950\/60:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.6);
  }

  .hover\:ring-offset-red-950\/65:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.65);
  }

  .hover\:ring-offset-red-950\/70:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.7);
  }

  .hover\:ring-offset-red-950\/75:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.75);
  }

  .hover\:ring-offset-red-950\/80:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.8);
  }

  .hover\:ring-offset-red-950\/85:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.85);
  }

  .hover\:ring-offset-red-950\/90:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.9);
  }

  .hover\:ring-offset-red-950\/95:hover {
    --tw-ring-offset-color: rgb(69 10 10 / 0.95);
  }

  .hover\:ring-offset-rose-100:hover {
    --tw-ring-offset-color: #ffe4e6;
  }

  .hover\:ring-offset-rose-100\/0:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0);
  }

  .hover\:ring-offset-rose-100\/10:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.1);
  }

  .hover\:ring-offset-rose-100\/100:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 1);
  }

  .hover\:ring-offset-rose-100\/15:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.15);
  }

  .hover\:ring-offset-rose-100\/20:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.2);
  }

  .hover\:ring-offset-rose-100\/25:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.25);
  }

  .hover\:ring-offset-rose-100\/30:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.3);
  }

  .hover\:ring-offset-rose-100\/35:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.35);
  }

  .hover\:ring-offset-rose-100\/40:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.4);
  }

  .hover\:ring-offset-rose-100\/45:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.45);
  }

  .hover\:ring-offset-rose-100\/5:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.05);
  }

  .hover\:ring-offset-rose-100\/50:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.5);
  }

  .hover\:ring-offset-rose-100\/55:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.55);
  }

  .hover\:ring-offset-rose-100\/60:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.6);
  }

  .hover\:ring-offset-rose-100\/65:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.65);
  }

  .hover\:ring-offset-rose-100\/70:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.7);
  }

  .hover\:ring-offset-rose-100\/75:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.75);
  }

  .hover\:ring-offset-rose-100\/80:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.8);
  }

  .hover\:ring-offset-rose-100\/85:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.85);
  }

  .hover\:ring-offset-rose-100\/90:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.9);
  }

  .hover\:ring-offset-rose-100\/95:hover {
    --tw-ring-offset-color: rgb(255 228 230 / 0.95);
  }

  .hover\:ring-offset-rose-200:hover {
    --tw-ring-offset-color: #fecdd3;
  }

  .hover\:ring-offset-rose-200\/0:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0);
  }

  .hover\:ring-offset-rose-200\/10:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.1);
  }

  .hover\:ring-offset-rose-200\/100:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 1);
  }

  .hover\:ring-offset-rose-200\/15:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.15);
  }

  .hover\:ring-offset-rose-200\/20:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.2);
  }

  .hover\:ring-offset-rose-200\/25:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.25);
  }

  .hover\:ring-offset-rose-200\/30:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.3);
  }

  .hover\:ring-offset-rose-200\/35:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.35);
  }

  .hover\:ring-offset-rose-200\/40:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.4);
  }

  .hover\:ring-offset-rose-200\/45:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.45);
  }

  .hover\:ring-offset-rose-200\/5:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.05);
  }

  .hover\:ring-offset-rose-200\/50:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.5);
  }

  .hover\:ring-offset-rose-200\/55:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.55);
  }

  .hover\:ring-offset-rose-200\/60:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.6);
  }

  .hover\:ring-offset-rose-200\/65:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.65);
  }

  .hover\:ring-offset-rose-200\/70:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.7);
  }

  .hover\:ring-offset-rose-200\/75:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.75);
  }

  .hover\:ring-offset-rose-200\/80:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.8);
  }

  .hover\:ring-offset-rose-200\/85:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.85);
  }

  .hover\:ring-offset-rose-200\/90:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.9);
  }

  .hover\:ring-offset-rose-200\/95:hover {
    --tw-ring-offset-color: rgb(254 205 211 / 0.95);
  }

  .hover\:ring-offset-rose-300:hover {
    --tw-ring-offset-color: #fda4af;
  }

  .hover\:ring-offset-rose-300\/0:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0);
  }

  .hover\:ring-offset-rose-300\/10:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.1);
  }

  .hover\:ring-offset-rose-300\/100:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 1);
  }

  .hover\:ring-offset-rose-300\/15:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.15);
  }

  .hover\:ring-offset-rose-300\/20:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.2);
  }

  .hover\:ring-offset-rose-300\/25:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.25);
  }

  .hover\:ring-offset-rose-300\/30:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.3);
  }

  .hover\:ring-offset-rose-300\/35:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.35);
  }

  .hover\:ring-offset-rose-300\/40:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.4);
  }

  .hover\:ring-offset-rose-300\/45:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.45);
  }

  .hover\:ring-offset-rose-300\/5:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.05);
  }

  .hover\:ring-offset-rose-300\/50:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.5);
  }

  .hover\:ring-offset-rose-300\/55:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.55);
  }

  .hover\:ring-offset-rose-300\/60:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.6);
  }

  .hover\:ring-offset-rose-300\/65:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.65);
  }

  .hover\:ring-offset-rose-300\/70:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.7);
  }

  .hover\:ring-offset-rose-300\/75:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.75);
  }

  .hover\:ring-offset-rose-300\/80:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.8);
  }

  .hover\:ring-offset-rose-300\/85:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.85);
  }

  .hover\:ring-offset-rose-300\/90:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.9);
  }

  .hover\:ring-offset-rose-300\/95:hover {
    --tw-ring-offset-color: rgb(253 164 175 / 0.95);
  }

  .hover\:ring-offset-rose-400:hover {
    --tw-ring-offset-color: #fb7185;
  }

  .hover\:ring-offset-rose-400\/0:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0);
  }

  .hover\:ring-offset-rose-400\/10:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.1);
  }

  .hover\:ring-offset-rose-400\/100:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 1);
  }

  .hover\:ring-offset-rose-400\/15:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.15);
  }

  .hover\:ring-offset-rose-400\/20:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.2);
  }

  .hover\:ring-offset-rose-400\/25:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.25);
  }

  .hover\:ring-offset-rose-400\/30:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.3);
  }

  .hover\:ring-offset-rose-400\/35:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.35);
  }

  .hover\:ring-offset-rose-400\/40:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.4);
  }

  .hover\:ring-offset-rose-400\/45:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.45);
  }

  .hover\:ring-offset-rose-400\/5:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.05);
  }

  .hover\:ring-offset-rose-400\/50:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.5);
  }

  .hover\:ring-offset-rose-400\/55:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.55);
  }

  .hover\:ring-offset-rose-400\/60:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.6);
  }

  .hover\:ring-offset-rose-400\/65:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.65);
  }

  .hover\:ring-offset-rose-400\/70:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.7);
  }

  .hover\:ring-offset-rose-400\/75:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.75);
  }

  .hover\:ring-offset-rose-400\/80:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.8);
  }

  .hover\:ring-offset-rose-400\/85:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.85);
  }

  .hover\:ring-offset-rose-400\/90:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.9);
  }

  .hover\:ring-offset-rose-400\/95:hover {
    --tw-ring-offset-color: rgb(251 113 133 / 0.95);
  }

  .hover\:ring-offset-rose-50:hover {
    --tw-ring-offset-color: #fff1f2;
  }

  .hover\:ring-offset-rose-50\/0:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0);
  }

  .hover\:ring-offset-rose-50\/10:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.1);
  }

  .hover\:ring-offset-rose-50\/100:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 1);
  }

  .hover\:ring-offset-rose-50\/15:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.15);
  }

  .hover\:ring-offset-rose-50\/20:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.2);
  }

  .hover\:ring-offset-rose-50\/25:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.25);
  }

  .hover\:ring-offset-rose-50\/30:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.3);
  }

  .hover\:ring-offset-rose-50\/35:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.35);
  }

  .hover\:ring-offset-rose-50\/40:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.4);
  }

  .hover\:ring-offset-rose-50\/45:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.45);
  }

  .hover\:ring-offset-rose-50\/5:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.05);
  }

  .hover\:ring-offset-rose-50\/50:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.5);
  }

  .hover\:ring-offset-rose-50\/55:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.55);
  }

  .hover\:ring-offset-rose-50\/60:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.6);
  }

  .hover\:ring-offset-rose-50\/65:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.65);
  }

  .hover\:ring-offset-rose-50\/70:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.7);
  }

  .hover\:ring-offset-rose-50\/75:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.75);
  }

  .hover\:ring-offset-rose-50\/80:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.8);
  }

  .hover\:ring-offset-rose-50\/85:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.85);
  }

  .hover\:ring-offset-rose-50\/90:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.9);
  }

  .hover\:ring-offset-rose-50\/95:hover {
    --tw-ring-offset-color: rgb(255 241 242 / 0.95);
  }

  .hover\:ring-offset-rose-500:hover {
    --tw-ring-offset-color: #f43f5e;
  }

  .hover\:ring-offset-rose-500\/0:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0);
  }

  .hover\:ring-offset-rose-500\/10:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.1);
  }

  .hover\:ring-offset-rose-500\/100:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 1);
  }

  .hover\:ring-offset-rose-500\/15:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.15);
  }

  .hover\:ring-offset-rose-500\/20:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.2);
  }

  .hover\:ring-offset-rose-500\/25:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.25);
  }

  .hover\:ring-offset-rose-500\/30:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.3);
  }

  .hover\:ring-offset-rose-500\/35:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.35);
  }

  .hover\:ring-offset-rose-500\/40:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.4);
  }

  .hover\:ring-offset-rose-500\/45:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.45);
  }

  .hover\:ring-offset-rose-500\/5:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.05);
  }

  .hover\:ring-offset-rose-500\/50:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.5);
  }

  .hover\:ring-offset-rose-500\/55:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.55);
  }

  .hover\:ring-offset-rose-500\/60:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.6);
  }

  .hover\:ring-offset-rose-500\/65:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.65);
  }

  .hover\:ring-offset-rose-500\/70:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.7);
  }

  .hover\:ring-offset-rose-500\/75:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.75);
  }

  .hover\:ring-offset-rose-500\/80:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.8);
  }

  .hover\:ring-offset-rose-500\/85:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.85);
  }

  .hover\:ring-offset-rose-500\/90:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.9);
  }

  .hover\:ring-offset-rose-500\/95:hover {
    --tw-ring-offset-color: rgb(244 63 94 / 0.95);
  }

  .hover\:ring-offset-rose-600:hover {
    --tw-ring-offset-color: #e11d48;
  }

  .hover\:ring-offset-rose-600\/0:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0);
  }

  .hover\:ring-offset-rose-600\/10:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.1);
  }

  .hover\:ring-offset-rose-600\/100:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 1);
  }

  .hover\:ring-offset-rose-600\/15:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.15);
  }

  .hover\:ring-offset-rose-600\/20:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.2);
  }

  .hover\:ring-offset-rose-600\/25:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.25);
  }

  .hover\:ring-offset-rose-600\/30:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.3);
  }

  .hover\:ring-offset-rose-600\/35:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.35);
  }

  .hover\:ring-offset-rose-600\/40:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.4);
  }

  .hover\:ring-offset-rose-600\/45:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.45);
  }

  .hover\:ring-offset-rose-600\/5:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.05);
  }

  .hover\:ring-offset-rose-600\/50:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.5);
  }

  .hover\:ring-offset-rose-600\/55:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.55);
  }

  .hover\:ring-offset-rose-600\/60:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.6);
  }

  .hover\:ring-offset-rose-600\/65:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.65);
  }

  .hover\:ring-offset-rose-600\/70:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.7);
  }

  .hover\:ring-offset-rose-600\/75:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.75);
  }

  .hover\:ring-offset-rose-600\/80:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.8);
  }

  .hover\:ring-offset-rose-600\/85:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.85);
  }

  .hover\:ring-offset-rose-600\/90:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.9);
  }

  .hover\:ring-offset-rose-600\/95:hover {
    --tw-ring-offset-color: rgb(225 29 72 / 0.95);
  }

  .hover\:ring-offset-rose-700:hover {
    --tw-ring-offset-color: #be123c;
  }

  .hover\:ring-offset-rose-700\/0:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0);
  }

  .hover\:ring-offset-rose-700\/10:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.1);
  }

  .hover\:ring-offset-rose-700\/100:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 1);
  }

  .hover\:ring-offset-rose-700\/15:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.15);
  }

  .hover\:ring-offset-rose-700\/20:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.2);
  }

  .hover\:ring-offset-rose-700\/25:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.25);
  }

  .hover\:ring-offset-rose-700\/30:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.3);
  }

  .hover\:ring-offset-rose-700\/35:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.35);
  }

  .hover\:ring-offset-rose-700\/40:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.4);
  }

  .hover\:ring-offset-rose-700\/45:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.45);
  }

  .hover\:ring-offset-rose-700\/5:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.05);
  }

  .hover\:ring-offset-rose-700\/50:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.5);
  }

  .hover\:ring-offset-rose-700\/55:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.55);
  }

  .hover\:ring-offset-rose-700\/60:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.6);
  }

  .hover\:ring-offset-rose-700\/65:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.65);
  }

  .hover\:ring-offset-rose-700\/70:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.7);
  }

  .hover\:ring-offset-rose-700\/75:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.75);
  }

  .hover\:ring-offset-rose-700\/80:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.8);
  }

  .hover\:ring-offset-rose-700\/85:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.85);
  }

  .hover\:ring-offset-rose-700\/90:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.9);
  }

  .hover\:ring-offset-rose-700\/95:hover {
    --tw-ring-offset-color: rgb(190 18 60 / 0.95);
  }

  .hover\:ring-offset-rose-800:hover {
    --tw-ring-offset-color: #9f1239;
  }

  .hover\:ring-offset-rose-800\/0:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0);
  }

  .hover\:ring-offset-rose-800\/10:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.1);
  }

  .hover\:ring-offset-rose-800\/100:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 1);
  }

  .hover\:ring-offset-rose-800\/15:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.15);
  }

  .hover\:ring-offset-rose-800\/20:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.2);
  }

  .hover\:ring-offset-rose-800\/25:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.25);
  }

  .hover\:ring-offset-rose-800\/30:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.3);
  }

  .hover\:ring-offset-rose-800\/35:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.35);
  }

  .hover\:ring-offset-rose-800\/40:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.4);
  }

  .hover\:ring-offset-rose-800\/45:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.45);
  }

  .hover\:ring-offset-rose-800\/5:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.05);
  }

  .hover\:ring-offset-rose-800\/50:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.5);
  }

  .hover\:ring-offset-rose-800\/55:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.55);
  }

  .hover\:ring-offset-rose-800\/60:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.6);
  }

  .hover\:ring-offset-rose-800\/65:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.65);
  }

  .hover\:ring-offset-rose-800\/70:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.7);
  }

  .hover\:ring-offset-rose-800\/75:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.75);
  }

  .hover\:ring-offset-rose-800\/80:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.8);
  }

  .hover\:ring-offset-rose-800\/85:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.85);
  }

  .hover\:ring-offset-rose-800\/90:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.9);
  }

  .hover\:ring-offset-rose-800\/95:hover {
    --tw-ring-offset-color: rgb(159 18 57 / 0.95);
  }

  .hover\:ring-offset-rose-900:hover {
    --tw-ring-offset-color: #881337;
  }

  .hover\:ring-offset-rose-900\/0:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0);
  }

  .hover\:ring-offset-rose-900\/10:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.1);
  }

  .hover\:ring-offset-rose-900\/100:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 1);
  }

  .hover\:ring-offset-rose-900\/15:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.15);
  }

  .hover\:ring-offset-rose-900\/20:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.2);
  }

  .hover\:ring-offset-rose-900\/25:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.25);
  }

  .hover\:ring-offset-rose-900\/30:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.3);
  }

  .hover\:ring-offset-rose-900\/35:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.35);
  }

  .hover\:ring-offset-rose-900\/40:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.4);
  }

  .hover\:ring-offset-rose-900\/45:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.45);
  }

  .hover\:ring-offset-rose-900\/5:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.05);
  }

  .hover\:ring-offset-rose-900\/50:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.5);
  }

  .hover\:ring-offset-rose-900\/55:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.55);
  }

  .hover\:ring-offset-rose-900\/60:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.6);
  }

  .hover\:ring-offset-rose-900\/65:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.65);
  }

  .hover\:ring-offset-rose-900\/70:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.7);
  }

  .hover\:ring-offset-rose-900\/75:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.75);
  }

  .hover\:ring-offset-rose-900\/80:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.8);
  }

  .hover\:ring-offset-rose-900\/85:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.85);
  }

  .hover\:ring-offset-rose-900\/90:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.9);
  }

  .hover\:ring-offset-rose-900\/95:hover {
    --tw-ring-offset-color: rgb(136 19 55 / 0.95);
  }

  .hover\:ring-offset-rose-950:hover {
    --tw-ring-offset-color: #4c0519;
  }

  .hover\:ring-offset-rose-950\/0:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0);
  }

  .hover\:ring-offset-rose-950\/10:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.1);
  }

  .hover\:ring-offset-rose-950\/100:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 1);
  }

  .hover\:ring-offset-rose-950\/15:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.15);
  }

  .hover\:ring-offset-rose-950\/20:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.2);
  }

  .hover\:ring-offset-rose-950\/25:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.25);
  }

  .hover\:ring-offset-rose-950\/30:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.3);
  }

  .hover\:ring-offset-rose-950\/35:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.35);
  }

  .hover\:ring-offset-rose-950\/40:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.4);
  }

  .hover\:ring-offset-rose-950\/45:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.45);
  }

  .hover\:ring-offset-rose-950\/5:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.05);
  }

  .hover\:ring-offset-rose-950\/50:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.5);
  }

  .hover\:ring-offset-rose-950\/55:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.55);
  }

  .hover\:ring-offset-rose-950\/60:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.6);
  }

  .hover\:ring-offset-rose-950\/65:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.65);
  }

  .hover\:ring-offset-rose-950\/70:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.7);
  }

  .hover\:ring-offset-rose-950\/75:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.75);
  }

  .hover\:ring-offset-rose-950\/80:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.8);
  }

  .hover\:ring-offset-rose-950\/85:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.85);
  }

  .hover\:ring-offset-rose-950\/90:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.9);
  }

  .hover\:ring-offset-rose-950\/95:hover {
    --tw-ring-offset-color: rgb(76 5 25 / 0.95);
  }

  .hover\:ring-offset-sky-100:hover {
    --tw-ring-offset-color: #e0f2fe;
  }

  .hover\:ring-offset-sky-100\/0:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0);
  }

  .hover\:ring-offset-sky-100\/10:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.1);
  }

  .hover\:ring-offset-sky-100\/100:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 1);
  }

  .hover\:ring-offset-sky-100\/15:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.15);
  }

  .hover\:ring-offset-sky-100\/20:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.2);
  }

  .hover\:ring-offset-sky-100\/25:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.25);
  }

  .hover\:ring-offset-sky-100\/30:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.3);
  }

  .hover\:ring-offset-sky-100\/35:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.35);
  }

  .hover\:ring-offset-sky-100\/40:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.4);
  }

  .hover\:ring-offset-sky-100\/45:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.45);
  }

  .hover\:ring-offset-sky-100\/5:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.05);
  }

  .hover\:ring-offset-sky-100\/50:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.5);
  }

  .hover\:ring-offset-sky-100\/55:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.55);
  }

  .hover\:ring-offset-sky-100\/60:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.6);
  }

  .hover\:ring-offset-sky-100\/65:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.65);
  }

  .hover\:ring-offset-sky-100\/70:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.7);
  }

  .hover\:ring-offset-sky-100\/75:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.75);
  }

  .hover\:ring-offset-sky-100\/80:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.8);
  }

  .hover\:ring-offset-sky-100\/85:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.85);
  }

  .hover\:ring-offset-sky-100\/90:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.9);
  }

  .hover\:ring-offset-sky-100\/95:hover {
    --tw-ring-offset-color: rgb(224 242 254 / 0.95);
  }

  .hover\:ring-offset-sky-200:hover {
    --tw-ring-offset-color: #bae6fd;
  }

  .hover\:ring-offset-sky-200\/0:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0);
  }

  .hover\:ring-offset-sky-200\/10:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.1);
  }

  .hover\:ring-offset-sky-200\/100:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 1);
  }

  .hover\:ring-offset-sky-200\/15:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.15);
  }

  .hover\:ring-offset-sky-200\/20:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.2);
  }

  .hover\:ring-offset-sky-200\/25:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.25);
  }

  .hover\:ring-offset-sky-200\/30:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.3);
  }

  .hover\:ring-offset-sky-200\/35:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.35);
  }

  .hover\:ring-offset-sky-200\/40:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.4);
  }

  .hover\:ring-offset-sky-200\/45:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.45);
  }

  .hover\:ring-offset-sky-200\/5:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.05);
  }

  .hover\:ring-offset-sky-200\/50:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.5);
  }

  .hover\:ring-offset-sky-200\/55:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.55);
  }

  .hover\:ring-offset-sky-200\/60:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.6);
  }

  .hover\:ring-offset-sky-200\/65:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.65);
  }

  .hover\:ring-offset-sky-200\/70:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.7);
  }

  .hover\:ring-offset-sky-200\/75:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.75);
  }

  .hover\:ring-offset-sky-200\/80:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.8);
  }

  .hover\:ring-offset-sky-200\/85:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.85);
  }

  .hover\:ring-offset-sky-200\/90:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.9);
  }

  .hover\:ring-offset-sky-200\/95:hover {
    --tw-ring-offset-color: rgb(186 230 253 / 0.95);
  }

  .hover\:ring-offset-sky-300:hover {
    --tw-ring-offset-color: #7dd3fc;
  }

  .hover\:ring-offset-sky-300\/0:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0);
  }

  .hover\:ring-offset-sky-300\/10:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.1);
  }

  .hover\:ring-offset-sky-300\/100:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 1);
  }

  .hover\:ring-offset-sky-300\/15:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.15);
  }

  .hover\:ring-offset-sky-300\/20:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.2);
  }

  .hover\:ring-offset-sky-300\/25:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.25);
  }

  .hover\:ring-offset-sky-300\/30:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.3);
  }

  .hover\:ring-offset-sky-300\/35:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.35);
  }

  .hover\:ring-offset-sky-300\/40:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.4);
  }

  .hover\:ring-offset-sky-300\/45:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.45);
  }

  .hover\:ring-offset-sky-300\/5:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.05);
  }

  .hover\:ring-offset-sky-300\/50:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.5);
  }

  .hover\:ring-offset-sky-300\/55:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.55);
  }

  .hover\:ring-offset-sky-300\/60:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.6);
  }

  .hover\:ring-offset-sky-300\/65:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.65);
  }

  .hover\:ring-offset-sky-300\/70:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.7);
  }

  .hover\:ring-offset-sky-300\/75:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.75);
  }

  .hover\:ring-offset-sky-300\/80:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.8);
  }

  .hover\:ring-offset-sky-300\/85:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.85);
  }

  .hover\:ring-offset-sky-300\/90:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.9);
  }

  .hover\:ring-offset-sky-300\/95:hover {
    --tw-ring-offset-color: rgb(125 211 252 / 0.95);
  }

  .hover\:ring-offset-sky-400:hover {
    --tw-ring-offset-color: #38bdf8;
  }

  .hover\:ring-offset-sky-400\/0:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0);
  }

  .hover\:ring-offset-sky-400\/10:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.1);
  }

  .hover\:ring-offset-sky-400\/100:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 1);
  }

  .hover\:ring-offset-sky-400\/15:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.15);
  }

  .hover\:ring-offset-sky-400\/20:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.2);
  }

  .hover\:ring-offset-sky-400\/25:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.25);
  }

  .hover\:ring-offset-sky-400\/30:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.3);
  }

  .hover\:ring-offset-sky-400\/35:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.35);
  }

  .hover\:ring-offset-sky-400\/40:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.4);
  }

  .hover\:ring-offset-sky-400\/45:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.45);
  }

  .hover\:ring-offset-sky-400\/5:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.05);
  }

  .hover\:ring-offset-sky-400\/50:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.5);
  }

  .hover\:ring-offset-sky-400\/55:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.55);
  }

  .hover\:ring-offset-sky-400\/60:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.6);
  }

  .hover\:ring-offset-sky-400\/65:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.65);
  }

  .hover\:ring-offset-sky-400\/70:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.7);
  }

  .hover\:ring-offset-sky-400\/75:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.75);
  }

  .hover\:ring-offset-sky-400\/80:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.8);
  }

  .hover\:ring-offset-sky-400\/85:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.85);
  }

  .hover\:ring-offset-sky-400\/90:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.9);
  }

  .hover\:ring-offset-sky-400\/95:hover {
    --tw-ring-offset-color: rgb(56 189 248 / 0.95);
  }

  .hover\:ring-offset-sky-50:hover {
    --tw-ring-offset-color: #f0f9ff;
  }

  .hover\:ring-offset-sky-50\/0:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0);
  }

  .hover\:ring-offset-sky-50\/10:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.1);
  }

  .hover\:ring-offset-sky-50\/100:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 1);
  }

  .hover\:ring-offset-sky-50\/15:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.15);
  }

  .hover\:ring-offset-sky-50\/20:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.2);
  }

  .hover\:ring-offset-sky-50\/25:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.25);
  }

  .hover\:ring-offset-sky-50\/30:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.3);
  }

  .hover\:ring-offset-sky-50\/35:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.35);
  }

  .hover\:ring-offset-sky-50\/40:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.4);
  }

  .hover\:ring-offset-sky-50\/45:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.45);
  }

  .hover\:ring-offset-sky-50\/5:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.05);
  }

  .hover\:ring-offset-sky-50\/50:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.5);
  }

  .hover\:ring-offset-sky-50\/55:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.55);
  }

  .hover\:ring-offset-sky-50\/60:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.6);
  }

  .hover\:ring-offset-sky-50\/65:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.65);
  }

  .hover\:ring-offset-sky-50\/70:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.7);
  }

  .hover\:ring-offset-sky-50\/75:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.75);
  }

  .hover\:ring-offset-sky-50\/80:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.8);
  }

  .hover\:ring-offset-sky-50\/85:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.85);
  }

  .hover\:ring-offset-sky-50\/90:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.9);
  }

  .hover\:ring-offset-sky-50\/95:hover {
    --tw-ring-offset-color: rgb(240 249 255 / 0.95);
  }

  .hover\:ring-offset-sky-500:hover {
    --tw-ring-offset-color: #0ea5e9;
  }

  .hover\:ring-offset-sky-500\/0:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0);
  }

  .hover\:ring-offset-sky-500\/10:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.1);
  }

  .hover\:ring-offset-sky-500\/100:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 1);
  }

  .hover\:ring-offset-sky-500\/15:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.15);
  }

  .hover\:ring-offset-sky-500\/20:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.2);
  }

  .hover\:ring-offset-sky-500\/25:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.25);
  }

  .hover\:ring-offset-sky-500\/30:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.3);
  }

  .hover\:ring-offset-sky-500\/35:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.35);
  }

  .hover\:ring-offset-sky-500\/40:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.4);
  }

  .hover\:ring-offset-sky-500\/45:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.45);
  }

  .hover\:ring-offset-sky-500\/5:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.05);
  }

  .hover\:ring-offset-sky-500\/50:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.5);
  }

  .hover\:ring-offset-sky-500\/55:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.55);
  }

  .hover\:ring-offset-sky-500\/60:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.6);
  }

  .hover\:ring-offset-sky-500\/65:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.65);
  }

  .hover\:ring-offset-sky-500\/70:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.7);
  }

  .hover\:ring-offset-sky-500\/75:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.75);
  }

  .hover\:ring-offset-sky-500\/80:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.8);
  }

  .hover\:ring-offset-sky-500\/85:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.85);
  }

  .hover\:ring-offset-sky-500\/90:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.9);
  }

  .hover\:ring-offset-sky-500\/95:hover {
    --tw-ring-offset-color: rgb(14 165 233 / 0.95);
  }

  .hover\:ring-offset-sky-600:hover {
    --tw-ring-offset-color: #0284c7;
  }

  .hover\:ring-offset-sky-600\/0:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0);
  }

  .hover\:ring-offset-sky-600\/10:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.1);
  }

  .hover\:ring-offset-sky-600\/100:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 1);
  }

  .hover\:ring-offset-sky-600\/15:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.15);
  }

  .hover\:ring-offset-sky-600\/20:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.2);
  }

  .hover\:ring-offset-sky-600\/25:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.25);
  }

  .hover\:ring-offset-sky-600\/30:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.3);
  }

  .hover\:ring-offset-sky-600\/35:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.35);
  }

  .hover\:ring-offset-sky-600\/40:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.4);
  }

  .hover\:ring-offset-sky-600\/45:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.45);
  }

  .hover\:ring-offset-sky-600\/5:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.05);
  }

  .hover\:ring-offset-sky-600\/50:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.5);
  }

  .hover\:ring-offset-sky-600\/55:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.55);
  }

  .hover\:ring-offset-sky-600\/60:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.6);
  }

  .hover\:ring-offset-sky-600\/65:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.65);
  }

  .hover\:ring-offset-sky-600\/70:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.7);
  }

  .hover\:ring-offset-sky-600\/75:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.75);
  }

  .hover\:ring-offset-sky-600\/80:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.8);
  }

  .hover\:ring-offset-sky-600\/85:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.85);
  }

  .hover\:ring-offset-sky-600\/90:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.9);
  }

  .hover\:ring-offset-sky-600\/95:hover {
    --tw-ring-offset-color: rgb(2 132 199 / 0.95);
  }

  .hover\:ring-offset-sky-700:hover {
    --tw-ring-offset-color: #0369a1;
  }

  .hover\:ring-offset-sky-700\/0:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0);
  }

  .hover\:ring-offset-sky-700\/10:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.1);
  }

  .hover\:ring-offset-sky-700\/100:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 1);
  }

  .hover\:ring-offset-sky-700\/15:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.15);
  }

  .hover\:ring-offset-sky-700\/20:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.2);
  }

  .hover\:ring-offset-sky-700\/25:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.25);
  }

  .hover\:ring-offset-sky-700\/30:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.3);
  }

  .hover\:ring-offset-sky-700\/35:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.35);
  }

  .hover\:ring-offset-sky-700\/40:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.4);
  }

  .hover\:ring-offset-sky-700\/45:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.45);
  }

  .hover\:ring-offset-sky-700\/5:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.05);
  }

  .hover\:ring-offset-sky-700\/50:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.5);
  }

  .hover\:ring-offset-sky-700\/55:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.55);
  }

  .hover\:ring-offset-sky-700\/60:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.6);
  }

  .hover\:ring-offset-sky-700\/65:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.65);
  }

  .hover\:ring-offset-sky-700\/70:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.7);
  }

  .hover\:ring-offset-sky-700\/75:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.75);
  }

  .hover\:ring-offset-sky-700\/80:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.8);
  }

  .hover\:ring-offset-sky-700\/85:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.85);
  }

  .hover\:ring-offset-sky-700\/90:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.9);
  }

  .hover\:ring-offset-sky-700\/95:hover {
    --tw-ring-offset-color: rgb(3 105 161 / 0.95);
  }

  .hover\:ring-offset-sky-800:hover {
    --tw-ring-offset-color: #075985;
  }

  .hover\:ring-offset-sky-800\/0:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0);
  }

  .hover\:ring-offset-sky-800\/10:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.1);
  }

  .hover\:ring-offset-sky-800\/100:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 1);
  }

  .hover\:ring-offset-sky-800\/15:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.15);
  }

  .hover\:ring-offset-sky-800\/20:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.2);
  }

  .hover\:ring-offset-sky-800\/25:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.25);
  }

  .hover\:ring-offset-sky-800\/30:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.3);
  }

  .hover\:ring-offset-sky-800\/35:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.35);
  }

  .hover\:ring-offset-sky-800\/40:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.4);
  }

  .hover\:ring-offset-sky-800\/45:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.45);
  }

  .hover\:ring-offset-sky-800\/5:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.05);
  }

  .hover\:ring-offset-sky-800\/50:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.5);
  }

  .hover\:ring-offset-sky-800\/55:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.55);
  }

  .hover\:ring-offset-sky-800\/60:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.6);
  }

  .hover\:ring-offset-sky-800\/65:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.65);
  }

  .hover\:ring-offset-sky-800\/70:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.7);
  }

  .hover\:ring-offset-sky-800\/75:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.75);
  }

  .hover\:ring-offset-sky-800\/80:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.8);
  }

  .hover\:ring-offset-sky-800\/85:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.85);
  }

  .hover\:ring-offset-sky-800\/90:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.9);
  }

  .hover\:ring-offset-sky-800\/95:hover {
    --tw-ring-offset-color: rgb(7 89 133 / 0.95);
  }

  .hover\:ring-offset-sky-900:hover {
    --tw-ring-offset-color: #0c4a6e;
  }

  .hover\:ring-offset-sky-900\/0:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0);
  }

  .hover\:ring-offset-sky-900\/10:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.1);
  }

  .hover\:ring-offset-sky-900\/100:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 1);
  }

  .hover\:ring-offset-sky-900\/15:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.15);
  }

  .hover\:ring-offset-sky-900\/20:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.2);
  }

  .hover\:ring-offset-sky-900\/25:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.25);
  }

  .hover\:ring-offset-sky-900\/30:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.3);
  }

  .hover\:ring-offset-sky-900\/35:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.35);
  }

  .hover\:ring-offset-sky-900\/40:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.4);
  }

  .hover\:ring-offset-sky-900\/45:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.45);
  }

  .hover\:ring-offset-sky-900\/5:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.05);
  }

  .hover\:ring-offset-sky-900\/50:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.5);
  }

  .hover\:ring-offset-sky-900\/55:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.55);
  }

  .hover\:ring-offset-sky-900\/60:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.6);
  }

  .hover\:ring-offset-sky-900\/65:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.65);
  }

  .hover\:ring-offset-sky-900\/70:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.7);
  }

  .hover\:ring-offset-sky-900\/75:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.75);
  }

  .hover\:ring-offset-sky-900\/80:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.8);
  }

  .hover\:ring-offset-sky-900\/85:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.85);
  }

  .hover\:ring-offset-sky-900\/90:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.9);
  }

  .hover\:ring-offset-sky-900\/95:hover {
    --tw-ring-offset-color: rgb(12 74 110 / 0.95);
  }

  .hover\:ring-offset-sky-950:hover {
    --tw-ring-offset-color: #082f49;
  }

  .hover\:ring-offset-sky-950\/0:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0);
  }

  .hover\:ring-offset-sky-950\/10:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.1);
  }

  .hover\:ring-offset-sky-950\/100:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 1);
  }

  .hover\:ring-offset-sky-950\/15:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.15);
  }

  .hover\:ring-offset-sky-950\/20:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.2);
  }

  .hover\:ring-offset-sky-950\/25:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.25);
  }

  .hover\:ring-offset-sky-950\/30:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.3);
  }

  .hover\:ring-offset-sky-950\/35:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.35);
  }

  .hover\:ring-offset-sky-950\/40:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.4);
  }

  .hover\:ring-offset-sky-950\/45:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.45);
  }

  .hover\:ring-offset-sky-950\/5:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.05);
  }

  .hover\:ring-offset-sky-950\/50:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.5);
  }

  .hover\:ring-offset-sky-950\/55:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.55);
  }

  .hover\:ring-offset-sky-950\/60:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.6);
  }

  .hover\:ring-offset-sky-950\/65:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.65);
  }

  .hover\:ring-offset-sky-950\/70:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.7);
  }

  .hover\:ring-offset-sky-950\/75:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.75);
  }

  .hover\:ring-offset-sky-950\/80:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.8);
  }

  .hover\:ring-offset-sky-950\/85:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.85);
  }

  .hover\:ring-offset-sky-950\/90:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.9);
  }

  .hover\:ring-offset-sky-950\/95:hover {
    --tw-ring-offset-color: rgb(8 47 73 / 0.95);
  }

  .hover\:ring-offset-slate-100:hover {
    --tw-ring-offset-color: #f1f5f9;
  }

  .hover\:ring-offset-slate-100\/0:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0);
  }

  .hover\:ring-offset-slate-100\/10:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.1);
  }

  .hover\:ring-offset-slate-100\/100:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 1);
  }

  .hover\:ring-offset-slate-100\/15:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.15);
  }

  .hover\:ring-offset-slate-100\/20:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.2);
  }

  .hover\:ring-offset-slate-100\/25:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.25);
  }

  .hover\:ring-offset-slate-100\/30:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.3);
  }

  .hover\:ring-offset-slate-100\/35:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.35);
  }

  .hover\:ring-offset-slate-100\/40:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.4);
  }

  .hover\:ring-offset-slate-100\/45:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.45);
  }

  .hover\:ring-offset-slate-100\/5:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.05);
  }

  .hover\:ring-offset-slate-100\/50:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.5);
  }

  .hover\:ring-offset-slate-100\/55:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.55);
  }

  .hover\:ring-offset-slate-100\/60:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.6);
  }

  .hover\:ring-offset-slate-100\/65:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.65);
  }

  .hover\:ring-offset-slate-100\/70:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.7);
  }

  .hover\:ring-offset-slate-100\/75:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.75);
  }

  .hover\:ring-offset-slate-100\/80:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.8);
  }

  .hover\:ring-offset-slate-100\/85:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.85);
  }

  .hover\:ring-offset-slate-100\/90:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.9);
  }

  .hover\:ring-offset-slate-100\/95:hover {
    --tw-ring-offset-color: rgb(241 245 249 / 0.95);
  }

  .hover\:ring-offset-slate-200:hover {
    --tw-ring-offset-color: #e2e8f0;
  }

  .hover\:ring-offset-slate-200\/0:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0);
  }

  .hover\:ring-offset-slate-200\/10:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.1);
  }

  .hover\:ring-offset-slate-200\/100:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 1);
  }

  .hover\:ring-offset-slate-200\/15:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.15);
  }

  .hover\:ring-offset-slate-200\/20:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.2);
  }

  .hover\:ring-offset-slate-200\/25:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.25);
  }

  .hover\:ring-offset-slate-200\/30:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.3);
  }

  .hover\:ring-offset-slate-200\/35:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.35);
  }

  .hover\:ring-offset-slate-200\/40:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.4);
  }

  .hover\:ring-offset-slate-200\/45:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.45);
  }

  .hover\:ring-offset-slate-200\/5:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.05);
  }

  .hover\:ring-offset-slate-200\/50:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.5);
  }

  .hover\:ring-offset-slate-200\/55:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.55);
  }

  .hover\:ring-offset-slate-200\/60:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.6);
  }

  .hover\:ring-offset-slate-200\/65:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.65);
  }

  .hover\:ring-offset-slate-200\/70:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.7);
  }

  .hover\:ring-offset-slate-200\/75:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.75);
  }

  .hover\:ring-offset-slate-200\/80:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.8);
  }

  .hover\:ring-offset-slate-200\/85:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.85);
  }

  .hover\:ring-offset-slate-200\/90:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.9);
  }

  .hover\:ring-offset-slate-200\/95:hover {
    --tw-ring-offset-color: rgb(226 232 240 / 0.95);
  }

  .hover\:ring-offset-slate-300:hover {
    --tw-ring-offset-color: #cbd5e1;
  }

  .hover\:ring-offset-slate-300\/0:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0);
  }

  .hover\:ring-offset-slate-300\/10:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.1);
  }

  .hover\:ring-offset-slate-300\/100:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 1);
  }

  .hover\:ring-offset-slate-300\/15:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.15);
  }

  .hover\:ring-offset-slate-300\/20:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.2);
  }

  .hover\:ring-offset-slate-300\/25:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.25);
  }

  .hover\:ring-offset-slate-300\/30:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.3);
  }

  .hover\:ring-offset-slate-300\/35:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.35);
  }

  .hover\:ring-offset-slate-300\/40:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.4);
  }

  .hover\:ring-offset-slate-300\/45:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.45);
  }

  .hover\:ring-offset-slate-300\/5:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.05);
  }

  .hover\:ring-offset-slate-300\/50:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.5);
  }

  .hover\:ring-offset-slate-300\/55:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.55);
  }

  .hover\:ring-offset-slate-300\/60:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.6);
  }

  .hover\:ring-offset-slate-300\/65:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.65);
  }

  .hover\:ring-offset-slate-300\/70:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.7);
  }

  .hover\:ring-offset-slate-300\/75:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.75);
  }

  .hover\:ring-offset-slate-300\/80:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.8);
  }

  .hover\:ring-offset-slate-300\/85:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.85);
  }

  .hover\:ring-offset-slate-300\/90:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.9);
  }

  .hover\:ring-offset-slate-300\/95:hover {
    --tw-ring-offset-color: rgb(203 213 225 / 0.95);
  }

  .hover\:ring-offset-slate-400:hover {
    --tw-ring-offset-color: #94a3b8;
  }

  .hover\:ring-offset-slate-400\/0:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0);
  }

  .hover\:ring-offset-slate-400\/10:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.1);
  }

  .hover\:ring-offset-slate-400\/100:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 1);
  }

  .hover\:ring-offset-slate-400\/15:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.15);
  }

  .hover\:ring-offset-slate-400\/20:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.2);
  }

  .hover\:ring-offset-slate-400\/25:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.25);
  }

  .hover\:ring-offset-slate-400\/30:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.3);
  }

  .hover\:ring-offset-slate-400\/35:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.35);
  }

  .hover\:ring-offset-slate-400\/40:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.4);
  }

  .hover\:ring-offset-slate-400\/45:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.45);
  }

  .hover\:ring-offset-slate-400\/5:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.05);
  }

  .hover\:ring-offset-slate-400\/50:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.5);
  }

  .hover\:ring-offset-slate-400\/55:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.55);
  }

  .hover\:ring-offset-slate-400\/60:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.6);
  }

  .hover\:ring-offset-slate-400\/65:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.65);
  }

  .hover\:ring-offset-slate-400\/70:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.7);
  }

  .hover\:ring-offset-slate-400\/75:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.75);
  }

  .hover\:ring-offset-slate-400\/80:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.8);
  }

  .hover\:ring-offset-slate-400\/85:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.85);
  }

  .hover\:ring-offset-slate-400\/90:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.9);
  }

  .hover\:ring-offset-slate-400\/95:hover {
    --tw-ring-offset-color: rgb(148 163 184 / 0.95);
  }

  .hover\:ring-offset-slate-50:hover {
    --tw-ring-offset-color: #f8fafc;
  }

  .hover\:ring-offset-slate-50\/0:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0);
  }

  .hover\:ring-offset-slate-50\/10:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.1);
  }

  .hover\:ring-offset-slate-50\/100:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 1);
  }

  .hover\:ring-offset-slate-50\/15:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.15);
  }

  .hover\:ring-offset-slate-50\/20:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.2);
  }

  .hover\:ring-offset-slate-50\/25:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.25);
  }

  .hover\:ring-offset-slate-50\/30:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.3);
  }

  .hover\:ring-offset-slate-50\/35:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.35);
  }

  .hover\:ring-offset-slate-50\/40:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.4);
  }

  .hover\:ring-offset-slate-50\/45:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.45);
  }

  .hover\:ring-offset-slate-50\/5:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.05);
  }

  .hover\:ring-offset-slate-50\/50:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.5);
  }

  .hover\:ring-offset-slate-50\/55:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.55);
  }

  .hover\:ring-offset-slate-50\/60:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.6);
  }

  .hover\:ring-offset-slate-50\/65:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.65);
  }

  .hover\:ring-offset-slate-50\/70:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.7);
  }

  .hover\:ring-offset-slate-50\/75:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.75);
  }

  .hover\:ring-offset-slate-50\/80:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.8);
  }

  .hover\:ring-offset-slate-50\/85:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.85);
  }

  .hover\:ring-offset-slate-50\/90:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.9);
  }

  .hover\:ring-offset-slate-50\/95:hover {
    --tw-ring-offset-color: rgb(248 250 252 / 0.95);
  }

  .hover\:ring-offset-slate-500:hover {
    --tw-ring-offset-color: #64748b;
  }

  .hover\:ring-offset-slate-500\/0:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0);
  }

  .hover\:ring-offset-slate-500\/10:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.1);
  }

  .hover\:ring-offset-slate-500\/100:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 1);
  }

  .hover\:ring-offset-slate-500\/15:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.15);
  }

  .hover\:ring-offset-slate-500\/20:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.2);
  }

  .hover\:ring-offset-slate-500\/25:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.25);
  }

  .hover\:ring-offset-slate-500\/30:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.3);
  }

  .hover\:ring-offset-slate-500\/35:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.35);
  }

  .hover\:ring-offset-slate-500\/40:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.4);
  }

  .hover\:ring-offset-slate-500\/45:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.45);
  }

  .hover\:ring-offset-slate-500\/5:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.05);
  }

  .hover\:ring-offset-slate-500\/50:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.5);
  }

  .hover\:ring-offset-slate-500\/55:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.55);
  }

  .hover\:ring-offset-slate-500\/60:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.6);
  }

  .hover\:ring-offset-slate-500\/65:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.65);
  }

  .hover\:ring-offset-slate-500\/70:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.7);
  }

  .hover\:ring-offset-slate-500\/75:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.75);
  }

  .hover\:ring-offset-slate-500\/80:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.8);
  }

  .hover\:ring-offset-slate-500\/85:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.85);
  }

  .hover\:ring-offset-slate-500\/90:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.9);
  }

  .hover\:ring-offset-slate-500\/95:hover {
    --tw-ring-offset-color: rgb(100 116 139 / 0.95);
  }

  .hover\:ring-offset-slate-600:hover {
    --tw-ring-offset-color: #475569;
  }

  .hover\:ring-offset-slate-600\/0:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0);
  }

  .hover\:ring-offset-slate-600\/10:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.1);
  }

  .hover\:ring-offset-slate-600\/100:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 1);
  }

  .hover\:ring-offset-slate-600\/15:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.15);
  }

  .hover\:ring-offset-slate-600\/20:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.2);
  }

  .hover\:ring-offset-slate-600\/25:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.25);
  }

  .hover\:ring-offset-slate-600\/30:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.3);
  }

  .hover\:ring-offset-slate-600\/35:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.35);
  }

  .hover\:ring-offset-slate-600\/40:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.4);
  }

  .hover\:ring-offset-slate-600\/45:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.45);
  }

  .hover\:ring-offset-slate-600\/5:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.05);
  }

  .hover\:ring-offset-slate-600\/50:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.5);
  }

  .hover\:ring-offset-slate-600\/55:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.55);
  }

  .hover\:ring-offset-slate-600\/60:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.6);
  }

  .hover\:ring-offset-slate-600\/65:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.65);
  }

  .hover\:ring-offset-slate-600\/70:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.7);
  }

  .hover\:ring-offset-slate-600\/75:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.75);
  }

  .hover\:ring-offset-slate-600\/80:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.8);
  }

  .hover\:ring-offset-slate-600\/85:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.85);
  }

  .hover\:ring-offset-slate-600\/90:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.9);
  }

  .hover\:ring-offset-slate-600\/95:hover {
    --tw-ring-offset-color: rgb(71 85 105 / 0.95);
  }

  .hover\:ring-offset-slate-700:hover {
    --tw-ring-offset-color: #334155;
  }

  .hover\:ring-offset-slate-700\/0:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0);
  }

  .hover\:ring-offset-slate-700\/10:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.1);
  }

  .hover\:ring-offset-slate-700\/100:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 1);
  }

  .hover\:ring-offset-slate-700\/15:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.15);
  }

  .hover\:ring-offset-slate-700\/20:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.2);
  }

  .hover\:ring-offset-slate-700\/25:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.25);
  }

  .hover\:ring-offset-slate-700\/30:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.3);
  }

  .hover\:ring-offset-slate-700\/35:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.35);
  }

  .hover\:ring-offset-slate-700\/40:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.4);
  }

  .hover\:ring-offset-slate-700\/45:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.45);
  }

  .hover\:ring-offset-slate-700\/5:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.05);
  }

  .hover\:ring-offset-slate-700\/50:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.5);
  }

  .hover\:ring-offset-slate-700\/55:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.55);
  }

  .hover\:ring-offset-slate-700\/60:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.6);
  }

  .hover\:ring-offset-slate-700\/65:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.65);
  }

  .hover\:ring-offset-slate-700\/70:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.7);
  }

  .hover\:ring-offset-slate-700\/75:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.75);
  }

  .hover\:ring-offset-slate-700\/80:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.8);
  }

  .hover\:ring-offset-slate-700\/85:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.85);
  }

  .hover\:ring-offset-slate-700\/90:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.9);
  }

  .hover\:ring-offset-slate-700\/95:hover {
    --tw-ring-offset-color: rgb(51 65 85 / 0.95);
  }

  .hover\:ring-offset-slate-800:hover {
    --tw-ring-offset-color: #1e293b;
  }

  .hover\:ring-offset-slate-800\/0:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0);
  }

  .hover\:ring-offset-slate-800\/10:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.1);
  }

  .hover\:ring-offset-slate-800\/100:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 1);
  }

  .hover\:ring-offset-slate-800\/15:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.15);
  }

  .hover\:ring-offset-slate-800\/20:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.2);
  }

  .hover\:ring-offset-slate-800\/25:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.25);
  }

  .hover\:ring-offset-slate-800\/30:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.3);
  }

  .hover\:ring-offset-slate-800\/35:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.35);
  }

  .hover\:ring-offset-slate-800\/40:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.4);
  }

  .hover\:ring-offset-slate-800\/45:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.45);
  }

  .hover\:ring-offset-slate-800\/5:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.05);
  }

  .hover\:ring-offset-slate-800\/50:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.5);
  }

  .hover\:ring-offset-slate-800\/55:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.55);
  }

  .hover\:ring-offset-slate-800\/60:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.6);
  }

  .hover\:ring-offset-slate-800\/65:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.65);
  }

  .hover\:ring-offset-slate-800\/70:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.7);
  }

  .hover\:ring-offset-slate-800\/75:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.75);
  }

  .hover\:ring-offset-slate-800\/80:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.8);
  }

  .hover\:ring-offset-slate-800\/85:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.85);
  }

  .hover\:ring-offset-slate-800\/90:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.9);
  }

  .hover\:ring-offset-slate-800\/95:hover {
    --tw-ring-offset-color: rgb(30 41 59 / 0.95);
  }

  .hover\:ring-offset-slate-900:hover {
    --tw-ring-offset-color: #0f172a;
  }

  .hover\:ring-offset-slate-900\/0:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0);
  }

  .hover\:ring-offset-slate-900\/10:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.1);
  }

  .hover\:ring-offset-slate-900\/100:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 1);
  }

  .hover\:ring-offset-slate-900\/15:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.15);
  }

  .hover\:ring-offset-slate-900\/20:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.2);
  }

  .hover\:ring-offset-slate-900\/25:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.25);
  }

  .hover\:ring-offset-slate-900\/30:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.3);
  }

  .hover\:ring-offset-slate-900\/35:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.35);
  }

  .hover\:ring-offset-slate-900\/40:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.4);
  }

  .hover\:ring-offset-slate-900\/45:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.45);
  }

  .hover\:ring-offset-slate-900\/5:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.05);
  }

  .hover\:ring-offset-slate-900\/50:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.5);
  }

  .hover\:ring-offset-slate-900\/55:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.55);
  }

  .hover\:ring-offset-slate-900\/60:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.6);
  }

  .hover\:ring-offset-slate-900\/65:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.65);
  }

  .hover\:ring-offset-slate-900\/70:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.7);
  }

  .hover\:ring-offset-slate-900\/75:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.75);
  }

  .hover\:ring-offset-slate-900\/80:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.8);
  }

  .hover\:ring-offset-slate-900\/85:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.85);
  }

  .hover\:ring-offset-slate-900\/90:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.9);
  }

  .hover\:ring-offset-slate-900\/95:hover {
    --tw-ring-offset-color: rgb(15 23 42 / 0.95);
  }

  .hover\:ring-offset-slate-950:hover {
    --tw-ring-offset-color: #020617;
  }

  .hover\:ring-offset-slate-950\/0:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0);
  }

  .hover\:ring-offset-slate-950\/10:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.1);
  }

  .hover\:ring-offset-slate-950\/100:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 1);
  }

  .hover\:ring-offset-slate-950\/15:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.15);
  }

  .hover\:ring-offset-slate-950\/20:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.2);
  }

  .hover\:ring-offset-slate-950\/25:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.25);
  }

  .hover\:ring-offset-slate-950\/30:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.3);
  }

  .hover\:ring-offset-slate-950\/35:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.35);
  }

  .hover\:ring-offset-slate-950\/40:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.4);
  }

  .hover\:ring-offset-slate-950\/45:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.45);
  }

  .hover\:ring-offset-slate-950\/5:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.05);
  }

  .hover\:ring-offset-slate-950\/50:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.5);
  }

  .hover\:ring-offset-slate-950\/55:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.55);
  }

  .hover\:ring-offset-slate-950\/60:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.6);
  }

  .hover\:ring-offset-slate-950\/65:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.65);
  }

  .hover\:ring-offset-slate-950\/70:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.7);
  }

  .hover\:ring-offset-slate-950\/75:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.75);
  }

  .hover\:ring-offset-slate-950\/80:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.8);
  }

  .hover\:ring-offset-slate-950\/85:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.85);
  }

  .hover\:ring-offset-slate-950\/90:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.9);
  }

  .hover\:ring-offset-slate-950\/95:hover {
    --tw-ring-offset-color: rgb(2 6 23 / 0.95);
  }

  .hover\:ring-offset-stone-100:hover {
    --tw-ring-offset-color: #f5f5f4;
  }

  .hover\:ring-offset-stone-100\/0:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0);
  }

  .hover\:ring-offset-stone-100\/10:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.1);
  }

  .hover\:ring-offset-stone-100\/100:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 1);
  }

  .hover\:ring-offset-stone-100\/15:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.15);
  }

  .hover\:ring-offset-stone-100\/20:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.2);
  }

  .hover\:ring-offset-stone-100\/25:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.25);
  }

  .hover\:ring-offset-stone-100\/30:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.3);
  }

  .hover\:ring-offset-stone-100\/35:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.35);
  }

  .hover\:ring-offset-stone-100\/40:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.4);
  }

  .hover\:ring-offset-stone-100\/45:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.45);
  }

  .hover\:ring-offset-stone-100\/5:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.05);
  }

  .hover\:ring-offset-stone-100\/50:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.5);
  }

  .hover\:ring-offset-stone-100\/55:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.55);
  }

  .hover\:ring-offset-stone-100\/60:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.6);
  }

  .hover\:ring-offset-stone-100\/65:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.65);
  }

  .hover\:ring-offset-stone-100\/70:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.7);
  }

  .hover\:ring-offset-stone-100\/75:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.75);
  }

  .hover\:ring-offset-stone-100\/80:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.8);
  }

  .hover\:ring-offset-stone-100\/85:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.85);
  }

  .hover\:ring-offset-stone-100\/90:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.9);
  }

  .hover\:ring-offset-stone-100\/95:hover {
    --tw-ring-offset-color: rgb(245 245 244 / 0.95);
  }

  .hover\:ring-offset-stone-200:hover {
    --tw-ring-offset-color: #e7e5e4;
  }

  .hover\:ring-offset-stone-200\/0:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0);
  }

  .hover\:ring-offset-stone-200\/10:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.1);
  }

  .hover\:ring-offset-stone-200\/100:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 1);
  }

  .hover\:ring-offset-stone-200\/15:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.15);
  }

  .hover\:ring-offset-stone-200\/20:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.2);
  }

  .hover\:ring-offset-stone-200\/25:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.25);
  }

  .hover\:ring-offset-stone-200\/30:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.3);
  }

  .hover\:ring-offset-stone-200\/35:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.35);
  }

  .hover\:ring-offset-stone-200\/40:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.4);
  }

  .hover\:ring-offset-stone-200\/45:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.45);
  }

  .hover\:ring-offset-stone-200\/5:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.05);
  }

  .hover\:ring-offset-stone-200\/50:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.5);
  }

  .hover\:ring-offset-stone-200\/55:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.55);
  }

  .hover\:ring-offset-stone-200\/60:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.6);
  }

  .hover\:ring-offset-stone-200\/65:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.65);
  }

  .hover\:ring-offset-stone-200\/70:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.7);
  }

  .hover\:ring-offset-stone-200\/75:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.75);
  }

  .hover\:ring-offset-stone-200\/80:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.8);
  }

  .hover\:ring-offset-stone-200\/85:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.85);
  }

  .hover\:ring-offset-stone-200\/90:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.9);
  }

  .hover\:ring-offset-stone-200\/95:hover {
    --tw-ring-offset-color: rgb(231 229 228 / 0.95);
  }

  .hover\:ring-offset-stone-300:hover {
    --tw-ring-offset-color: #d6d3d1;
  }

  .hover\:ring-offset-stone-300\/0:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0);
  }

  .hover\:ring-offset-stone-300\/10:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.1);
  }

  .hover\:ring-offset-stone-300\/100:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 1);
  }

  .hover\:ring-offset-stone-300\/15:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.15);
  }

  .hover\:ring-offset-stone-300\/20:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.2);
  }

  .hover\:ring-offset-stone-300\/25:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.25);
  }

  .hover\:ring-offset-stone-300\/30:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.3);
  }

  .hover\:ring-offset-stone-300\/35:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.35);
  }

  .hover\:ring-offset-stone-300\/40:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.4);
  }

  .hover\:ring-offset-stone-300\/45:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.45);
  }

  .hover\:ring-offset-stone-300\/5:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.05);
  }

  .hover\:ring-offset-stone-300\/50:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.5);
  }

  .hover\:ring-offset-stone-300\/55:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.55);
  }

  .hover\:ring-offset-stone-300\/60:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.6);
  }

  .hover\:ring-offset-stone-300\/65:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.65);
  }

  .hover\:ring-offset-stone-300\/70:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.7);
  }

  .hover\:ring-offset-stone-300\/75:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.75);
  }

  .hover\:ring-offset-stone-300\/80:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.8);
  }

  .hover\:ring-offset-stone-300\/85:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.85);
  }

  .hover\:ring-offset-stone-300\/90:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.9);
  }

  .hover\:ring-offset-stone-300\/95:hover {
    --tw-ring-offset-color: rgb(214 211 209 / 0.95);
  }

  .hover\:ring-offset-stone-400:hover {
    --tw-ring-offset-color: #a8a29e;
  }

  .hover\:ring-offset-stone-400\/0:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0);
  }

  .hover\:ring-offset-stone-400\/10:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.1);
  }

  .hover\:ring-offset-stone-400\/100:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 1);
  }

  .hover\:ring-offset-stone-400\/15:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.15);
  }

  .hover\:ring-offset-stone-400\/20:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.2);
  }

  .hover\:ring-offset-stone-400\/25:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.25);
  }

  .hover\:ring-offset-stone-400\/30:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.3);
  }

  .hover\:ring-offset-stone-400\/35:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.35);
  }

  .hover\:ring-offset-stone-400\/40:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.4);
  }

  .hover\:ring-offset-stone-400\/45:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.45);
  }

  .hover\:ring-offset-stone-400\/5:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.05);
  }

  .hover\:ring-offset-stone-400\/50:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.5);
  }

  .hover\:ring-offset-stone-400\/55:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.55);
  }

  .hover\:ring-offset-stone-400\/60:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.6);
  }

  .hover\:ring-offset-stone-400\/65:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.65);
  }

  .hover\:ring-offset-stone-400\/70:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.7);
  }

  .hover\:ring-offset-stone-400\/75:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.75);
  }

  .hover\:ring-offset-stone-400\/80:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.8);
  }

  .hover\:ring-offset-stone-400\/85:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.85);
  }

  .hover\:ring-offset-stone-400\/90:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.9);
  }

  .hover\:ring-offset-stone-400\/95:hover {
    --tw-ring-offset-color: rgb(168 162 158 / 0.95);
  }

  .hover\:ring-offset-stone-50:hover {
    --tw-ring-offset-color: #fafaf9;
  }

  .hover\:ring-offset-stone-50\/0:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0);
  }

  .hover\:ring-offset-stone-50\/10:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.1);
  }

  .hover\:ring-offset-stone-50\/100:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 1);
  }

  .hover\:ring-offset-stone-50\/15:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.15);
  }

  .hover\:ring-offset-stone-50\/20:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.2);
  }

  .hover\:ring-offset-stone-50\/25:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.25);
  }

  .hover\:ring-offset-stone-50\/30:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.3);
  }

  .hover\:ring-offset-stone-50\/35:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.35);
  }

  .hover\:ring-offset-stone-50\/40:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.4);
  }

  .hover\:ring-offset-stone-50\/45:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.45);
  }

  .hover\:ring-offset-stone-50\/5:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.05);
  }

  .hover\:ring-offset-stone-50\/50:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.5);
  }

  .hover\:ring-offset-stone-50\/55:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.55);
  }

  .hover\:ring-offset-stone-50\/60:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.6);
  }

  .hover\:ring-offset-stone-50\/65:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.65);
  }

  .hover\:ring-offset-stone-50\/70:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.7);
  }

  .hover\:ring-offset-stone-50\/75:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.75);
  }

  .hover\:ring-offset-stone-50\/80:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.8);
  }

  .hover\:ring-offset-stone-50\/85:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.85);
  }

  .hover\:ring-offset-stone-50\/90:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.9);
  }

  .hover\:ring-offset-stone-50\/95:hover {
    --tw-ring-offset-color: rgb(250 250 249 / 0.95);
  }

  .hover\:ring-offset-stone-500:hover {
    --tw-ring-offset-color: #78716c;
  }

  .hover\:ring-offset-stone-500\/0:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0);
  }

  .hover\:ring-offset-stone-500\/10:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.1);
  }

  .hover\:ring-offset-stone-500\/100:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 1);
  }

  .hover\:ring-offset-stone-500\/15:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.15);
  }

  .hover\:ring-offset-stone-500\/20:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.2);
  }

  .hover\:ring-offset-stone-500\/25:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.25);
  }

  .hover\:ring-offset-stone-500\/30:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.3);
  }

  .hover\:ring-offset-stone-500\/35:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.35);
  }

  .hover\:ring-offset-stone-500\/40:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.4);
  }

  .hover\:ring-offset-stone-500\/45:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.45);
  }

  .hover\:ring-offset-stone-500\/5:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.05);
  }

  .hover\:ring-offset-stone-500\/50:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.5);
  }

  .hover\:ring-offset-stone-500\/55:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.55);
  }

  .hover\:ring-offset-stone-500\/60:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.6);
  }

  .hover\:ring-offset-stone-500\/65:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.65);
  }

  .hover\:ring-offset-stone-500\/70:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.7);
  }

  .hover\:ring-offset-stone-500\/75:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.75);
  }

  .hover\:ring-offset-stone-500\/80:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.8);
  }

  .hover\:ring-offset-stone-500\/85:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.85);
  }

  .hover\:ring-offset-stone-500\/90:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.9);
  }

  .hover\:ring-offset-stone-500\/95:hover {
    --tw-ring-offset-color: rgb(120 113 108 / 0.95);
  }

  .hover\:ring-offset-stone-600:hover {
    --tw-ring-offset-color: #57534e;
  }

  .hover\:ring-offset-stone-600\/0:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0);
  }

  .hover\:ring-offset-stone-600\/10:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.1);
  }

  .hover\:ring-offset-stone-600\/100:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 1);
  }

  .hover\:ring-offset-stone-600\/15:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.15);
  }

  .hover\:ring-offset-stone-600\/20:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.2);
  }

  .hover\:ring-offset-stone-600\/25:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.25);
  }

  .hover\:ring-offset-stone-600\/30:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.3);
  }

  .hover\:ring-offset-stone-600\/35:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.35);
  }

  .hover\:ring-offset-stone-600\/40:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.4);
  }

  .hover\:ring-offset-stone-600\/45:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.45);
  }

  .hover\:ring-offset-stone-600\/5:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.05);
  }

  .hover\:ring-offset-stone-600\/50:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.5);
  }

  .hover\:ring-offset-stone-600\/55:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.55);
  }

  .hover\:ring-offset-stone-600\/60:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.6);
  }

  .hover\:ring-offset-stone-600\/65:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.65);
  }

  .hover\:ring-offset-stone-600\/70:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.7);
  }

  .hover\:ring-offset-stone-600\/75:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.75);
  }

  .hover\:ring-offset-stone-600\/80:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.8);
  }

  .hover\:ring-offset-stone-600\/85:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.85);
  }

  .hover\:ring-offset-stone-600\/90:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.9);
  }

  .hover\:ring-offset-stone-600\/95:hover {
    --tw-ring-offset-color: rgb(87 83 78 / 0.95);
  }

  .hover\:ring-offset-stone-700:hover {
    --tw-ring-offset-color: #44403c;
  }

  .hover\:ring-offset-stone-700\/0:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0);
  }

  .hover\:ring-offset-stone-700\/10:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.1);
  }

  .hover\:ring-offset-stone-700\/100:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 1);
  }

  .hover\:ring-offset-stone-700\/15:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.15);
  }

  .hover\:ring-offset-stone-700\/20:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.2);
  }

  .hover\:ring-offset-stone-700\/25:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.25);
  }

  .hover\:ring-offset-stone-700\/30:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.3);
  }

  .hover\:ring-offset-stone-700\/35:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.35);
  }

  .hover\:ring-offset-stone-700\/40:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.4);
  }

  .hover\:ring-offset-stone-700\/45:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.45);
  }

  .hover\:ring-offset-stone-700\/5:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.05);
  }

  .hover\:ring-offset-stone-700\/50:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.5);
  }

  .hover\:ring-offset-stone-700\/55:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.55);
  }

  .hover\:ring-offset-stone-700\/60:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.6);
  }

  .hover\:ring-offset-stone-700\/65:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.65);
  }

  .hover\:ring-offset-stone-700\/70:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.7);
  }

  .hover\:ring-offset-stone-700\/75:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.75);
  }

  .hover\:ring-offset-stone-700\/80:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.8);
  }

  .hover\:ring-offset-stone-700\/85:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.85);
  }

  .hover\:ring-offset-stone-700\/90:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.9);
  }

  .hover\:ring-offset-stone-700\/95:hover {
    --tw-ring-offset-color: rgb(68 64 60 / 0.95);
  }

  .hover\:ring-offset-stone-800:hover {
    --tw-ring-offset-color: #292524;
  }

  .hover\:ring-offset-stone-800\/0:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0);
  }

  .hover\:ring-offset-stone-800\/10:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.1);
  }

  .hover\:ring-offset-stone-800\/100:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 1);
  }

  .hover\:ring-offset-stone-800\/15:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.15);
  }

  .hover\:ring-offset-stone-800\/20:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.2);
  }

  .hover\:ring-offset-stone-800\/25:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.25);
  }

  .hover\:ring-offset-stone-800\/30:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.3);
  }

  .hover\:ring-offset-stone-800\/35:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.35);
  }

  .hover\:ring-offset-stone-800\/40:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.4);
  }

  .hover\:ring-offset-stone-800\/45:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.45);
  }

  .hover\:ring-offset-stone-800\/5:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.05);
  }

  .hover\:ring-offset-stone-800\/50:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.5);
  }

  .hover\:ring-offset-stone-800\/55:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.55);
  }

  .hover\:ring-offset-stone-800\/60:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.6);
  }

  .hover\:ring-offset-stone-800\/65:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.65);
  }

  .hover\:ring-offset-stone-800\/70:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.7);
  }

  .hover\:ring-offset-stone-800\/75:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.75);
  }

  .hover\:ring-offset-stone-800\/80:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.8);
  }

  .hover\:ring-offset-stone-800\/85:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.85);
  }

  .hover\:ring-offset-stone-800\/90:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.9);
  }

  .hover\:ring-offset-stone-800\/95:hover {
    --tw-ring-offset-color: rgb(41 37 36 / 0.95);
  }

  .hover\:ring-offset-stone-900:hover {
    --tw-ring-offset-color: #1c1917;
  }

  .hover\:ring-offset-stone-900\/0:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0);
  }

  .hover\:ring-offset-stone-900\/10:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.1);
  }

  .hover\:ring-offset-stone-900\/100:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 1);
  }

  .hover\:ring-offset-stone-900\/15:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.15);
  }

  .hover\:ring-offset-stone-900\/20:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.2);
  }

  .hover\:ring-offset-stone-900\/25:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.25);
  }

  .hover\:ring-offset-stone-900\/30:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.3);
  }

  .hover\:ring-offset-stone-900\/35:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.35);
  }

  .hover\:ring-offset-stone-900\/40:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.4);
  }

  .hover\:ring-offset-stone-900\/45:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.45);
  }

  .hover\:ring-offset-stone-900\/5:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.05);
  }

  .hover\:ring-offset-stone-900\/50:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.5);
  }

  .hover\:ring-offset-stone-900\/55:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.55);
  }

  .hover\:ring-offset-stone-900\/60:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.6);
  }

  .hover\:ring-offset-stone-900\/65:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.65);
  }

  .hover\:ring-offset-stone-900\/70:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.7);
  }

  .hover\:ring-offset-stone-900\/75:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.75);
  }

  .hover\:ring-offset-stone-900\/80:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.8);
  }

  .hover\:ring-offset-stone-900\/85:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.85);
  }

  .hover\:ring-offset-stone-900\/90:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.9);
  }

  .hover\:ring-offset-stone-900\/95:hover {
    --tw-ring-offset-color: rgb(28 25 23 / 0.95);
  }

  .hover\:ring-offset-stone-950:hover {
    --tw-ring-offset-color: #0c0a09;
  }

  .hover\:ring-offset-stone-950\/0:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0);
  }

  .hover\:ring-offset-stone-950\/10:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.1);
  }

  .hover\:ring-offset-stone-950\/100:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 1);
  }

  .hover\:ring-offset-stone-950\/15:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.15);
  }

  .hover\:ring-offset-stone-950\/20:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.2);
  }

  .hover\:ring-offset-stone-950\/25:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.25);
  }

  .hover\:ring-offset-stone-950\/30:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.3);
  }

  .hover\:ring-offset-stone-950\/35:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.35);
  }

  .hover\:ring-offset-stone-950\/40:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.4);
  }

  .hover\:ring-offset-stone-950\/45:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.45);
  }

  .hover\:ring-offset-stone-950\/5:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.05);
  }

  .hover\:ring-offset-stone-950\/50:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.5);
  }

  .hover\:ring-offset-stone-950\/55:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.55);
  }

  .hover\:ring-offset-stone-950\/60:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.6);
  }

  .hover\:ring-offset-stone-950\/65:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.65);
  }

  .hover\:ring-offset-stone-950\/70:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.7);
  }

  .hover\:ring-offset-stone-950\/75:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.75);
  }

  .hover\:ring-offset-stone-950\/80:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.8);
  }

  .hover\:ring-offset-stone-950\/85:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.85);
  }

  .hover\:ring-offset-stone-950\/90:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.9);
  }

  .hover\:ring-offset-stone-950\/95:hover {
    --tw-ring-offset-color: rgb(12 10 9 / 0.95);
  }

  .hover\:ring-offset-teal-100:hover {
    --tw-ring-offset-color: #ccfbf1;
  }

  .hover\:ring-offset-teal-100\/0:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0);
  }

  .hover\:ring-offset-teal-100\/10:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.1);
  }

  .hover\:ring-offset-teal-100\/100:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 1);
  }

  .hover\:ring-offset-teal-100\/15:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.15);
  }

  .hover\:ring-offset-teal-100\/20:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.2);
  }

  .hover\:ring-offset-teal-100\/25:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.25);
  }

  .hover\:ring-offset-teal-100\/30:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.3);
  }

  .hover\:ring-offset-teal-100\/35:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.35);
  }

  .hover\:ring-offset-teal-100\/40:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.4);
  }

  .hover\:ring-offset-teal-100\/45:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.45);
  }

  .hover\:ring-offset-teal-100\/5:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.05);
  }

  .hover\:ring-offset-teal-100\/50:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.5);
  }

  .hover\:ring-offset-teal-100\/55:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.55);
  }

  .hover\:ring-offset-teal-100\/60:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.6);
  }

  .hover\:ring-offset-teal-100\/65:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.65);
  }

  .hover\:ring-offset-teal-100\/70:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.7);
  }

  .hover\:ring-offset-teal-100\/75:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.75);
  }

  .hover\:ring-offset-teal-100\/80:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.8);
  }

  .hover\:ring-offset-teal-100\/85:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.85);
  }

  .hover\:ring-offset-teal-100\/90:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.9);
  }

  .hover\:ring-offset-teal-100\/95:hover {
    --tw-ring-offset-color: rgb(204 251 241 / 0.95);
  }

  .hover\:ring-offset-teal-200:hover {
    --tw-ring-offset-color: #99f6e4;
  }

  .hover\:ring-offset-teal-200\/0:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0);
  }

  .hover\:ring-offset-teal-200\/10:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.1);
  }

  .hover\:ring-offset-teal-200\/100:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 1);
  }

  .hover\:ring-offset-teal-200\/15:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.15);
  }

  .hover\:ring-offset-teal-200\/20:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.2);
  }

  .hover\:ring-offset-teal-200\/25:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.25);
  }

  .hover\:ring-offset-teal-200\/30:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.3);
  }

  .hover\:ring-offset-teal-200\/35:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.35);
  }

  .hover\:ring-offset-teal-200\/40:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.4);
  }

  .hover\:ring-offset-teal-200\/45:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.45);
  }

  .hover\:ring-offset-teal-200\/5:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.05);
  }

  .hover\:ring-offset-teal-200\/50:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.5);
  }

  .hover\:ring-offset-teal-200\/55:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.55);
  }

  .hover\:ring-offset-teal-200\/60:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.6);
  }

  .hover\:ring-offset-teal-200\/65:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.65);
  }

  .hover\:ring-offset-teal-200\/70:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.7);
  }

  .hover\:ring-offset-teal-200\/75:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.75);
  }

  .hover\:ring-offset-teal-200\/80:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.8);
  }

  .hover\:ring-offset-teal-200\/85:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.85);
  }

  .hover\:ring-offset-teal-200\/90:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.9);
  }

  .hover\:ring-offset-teal-200\/95:hover {
    --tw-ring-offset-color: rgb(153 246 228 / 0.95);
  }

  .hover\:ring-offset-teal-300:hover {
    --tw-ring-offset-color: #5eead4;
  }

  .hover\:ring-offset-teal-300\/0:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0);
  }

  .hover\:ring-offset-teal-300\/10:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.1);
  }

  .hover\:ring-offset-teal-300\/100:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 1);
  }

  .hover\:ring-offset-teal-300\/15:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.15);
  }

  .hover\:ring-offset-teal-300\/20:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.2);
  }

  .hover\:ring-offset-teal-300\/25:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.25);
  }

  .hover\:ring-offset-teal-300\/30:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.3);
  }

  .hover\:ring-offset-teal-300\/35:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.35);
  }

  .hover\:ring-offset-teal-300\/40:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.4);
  }

  .hover\:ring-offset-teal-300\/45:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.45);
  }

  .hover\:ring-offset-teal-300\/5:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.05);
  }

  .hover\:ring-offset-teal-300\/50:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.5);
  }

  .hover\:ring-offset-teal-300\/55:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.55);
  }

  .hover\:ring-offset-teal-300\/60:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.6);
  }

  .hover\:ring-offset-teal-300\/65:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.65);
  }

  .hover\:ring-offset-teal-300\/70:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.7);
  }

  .hover\:ring-offset-teal-300\/75:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.75);
  }

  .hover\:ring-offset-teal-300\/80:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.8);
  }

  .hover\:ring-offset-teal-300\/85:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.85);
  }

  .hover\:ring-offset-teal-300\/90:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.9);
  }

  .hover\:ring-offset-teal-300\/95:hover {
    --tw-ring-offset-color: rgb(94 234 212 / 0.95);
  }

  .hover\:ring-offset-teal-400:hover {
    --tw-ring-offset-color: #2dd4bf;
  }

  .hover\:ring-offset-teal-400\/0:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0);
  }

  .hover\:ring-offset-teal-400\/10:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.1);
  }

  .hover\:ring-offset-teal-400\/100:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 1);
  }

  .hover\:ring-offset-teal-400\/15:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.15);
  }

  .hover\:ring-offset-teal-400\/20:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.2);
  }

  .hover\:ring-offset-teal-400\/25:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.25);
  }

  .hover\:ring-offset-teal-400\/30:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.3);
  }

  .hover\:ring-offset-teal-400\/35:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.35);
  }

  .hover\:ring-offset-teal-400\/40:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.4);
  }

  .hover\:ring-offset-teal-400\/45:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.45);
  }

  .hover\:ring-offset-teal-400\/5:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.05);
  }

  .hover\:ring-offset-teal-400\/50:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.5);
  }

  .hover\:ring-offset-teal-400\/55:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.55);
  }

  .hover\:ring-offset-teal-400\/60:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.6);
  }

  .hover\:ring-offset-teal-400\/65:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.65);
  }

  .hover\:ring-offset-teal-400\/70:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.7);
  }

  .hover\:ring-offset-teal-400\/75:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.75);
  }

  .hover\:ring-offset-teal-400\/80:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.8);
  }

  .hover\:ring-offset-teal-400\/85:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.85);
  }

  .hover\:ring-offset-teal-400\/90:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.9);
  }

  .hover\:ring-offset-teal-400\/95:hover {
    --tw-ring-offset-color: rgb(45 212 191 / 0.95);
  }

  .hover\:ring-offset-teal-50:hover {
    --tw-ring-offset-color: #f0fdfa;
  }

  .hover\:ring-offset-teal-50\/0:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0);
  }

  .hover\:ring-offset-teal-50\/10:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.1);
  }

  .hover\:ring-offset-teal-50\/100:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 1);
  }

  .hover\:ring-offset-teal-50\/15:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.15);
  }

  .hover\:ring-offset-teal-50\/20:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.2);
  }

  .hover\:ring-offset-teal-50\/25:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.25);
  }

  .hover\:ring-offset-teal-50\/30:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.3);
  }

  .hover\:ring-offset-teal-50\/35:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.35);
  }

  .hover\:ring-offset-teal-50\/40:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.4);
  }

  .hover\:ring-offset-teal-50\/45:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.45);
  }

  .hover\:ring-offset-teal-50\/5:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.05);
  }

  .hover\:ring-offset-teal-50\/50:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.5);
  }

  .hover\:ring-offset-teal-50\/55:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.55);
  }

  .hover\:ring-offset-teal-50\/60:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.6);
  }

  .hover\:ring-offset-teal-50\/65:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.65);
  }

  .hover\:ring-offset-teal-50\/70:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.7);
  }

  .hover\:ring-offset-teal-50\/75:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.75);
  }

  .hover\:ring-offset-teal-50\/80:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.8);
  }

  .hover\:ring-offset-teal-50\/85:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.85);
  }

  .hover\:ring-offset-teal-50\/90:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.9);
  }

  .hover\:ring-offset-teal-50\/95:hover {
    --tw-ring-offset-color: rgb(240 253 250 / 0.95);
  }

  .hover\:ring-offset-teal-500:hover {
    --tw-ring-offset-color: #14b8a6;
  }

  .hover\:ring-offset-teal-500\/0:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0);
  }

  .hover\:ring-offset-teal-500\/10:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.1);
  }

  .hover\:ring-offset-teal-500\/100:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 1);
  }

  .hover\:ring-offset-teal-500\/15:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.15);
  }

  .hover\:ring-offset-teal-500\/20:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.2);
  }

  .hover\:ring-offset-teal-500\/25:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.25);
  }

  .hover\:ring-offset-teal-500\/30:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.3);
  }

  .hover\:ring-offset-teal-500\/35:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.35);
  }

  .hover\:ring-offset-teal-500\/40:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.4);
  }

  .hover\:ring-offset-teal-500\/45:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.45);
  }

  .hover\:ring-offset-teal-500\/5:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.05);
  }

  .hover\:ring-offset-teal-500\/50:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.5);
  }

  .hover\:ring-offset-teal-500\/55:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.55);
  }

  .hover\:ring-offset-teal-500\/60:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.6);
  }

  .hover\:ring-offset-teal-500\/65:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.65);
  }

  .hover\:ring-offset-teal-500\/70:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.7);
  }

  .hover\:ring-offset-teal-500\/75:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.75);
  }

  .hover\:ring-offset-teal-500\/80:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.8);
  }

  .hover\:ring-offset-teal-500\/85:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.85);
  }

  .hover\:ring-offset-teal-500\/90:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.9);
  }

  .hover\:ring-offset-teal-500\/95:hover {
    --tw-ring-offset-color: rgb(20 184 166 / 0.95);
  }

  .hover\:ring-offset-teal-600:hover {
    --tw-ring-offset-color: #0d9488;
  }

  .hover\:ring-offset-teal-600\/0:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0);
  }

  .hover\:ring-offset-teal-600\/10:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.1);
  }

  .hover\:ring-offset-teal-600\/100:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 1);
  }

  .hover\:ring-offset-teal-600\/15:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.15);
  }

  .hover\:ring-offset-teal-600\/20:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.2);
  }

  .hover\:ring-offset-teal-600\/25:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.25);
  }

  .hover\:ring-offset-teal-600\/30:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.3);
  }

  .hover\:ring-offset-teal-600\/35:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.35);
  }

  .hover\:ring-offset-teal-600\/40:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.4);
  }

  .hover\:ring-offset-teal-600\/45:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.45);
  }

  .hover\:ring-offset-teal-600\/5:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.05);
  }

  .hover\:ring-offset-teal-600\/50:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.5);
  }

  .hover\:ring-offset-teal-600\/55:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.55);
  }

  .hover\:ring-offset-teal-600\/60:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.6);
  }

  .hover\:ring-offset-teal-600\/65:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.65);
  }

  .hover\:ring-offset-teal-600\/70:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.7);
  }

  .hover\:ring-offset-teal-600\/75:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.75);
  }

  .hover\:ring-offset-teal-600\/80:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.8);
  }

  .hover\:ring-offset-teal-600\/85:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.85);
  }

  .hover\:ring-offset-teal-600\/90:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.9);
  }

  .hover\:ring-offset-teal-600\/95:hover {
    --tw-ring-offset-color: rgb(13 148 136 / 0.95);
  }

  .hover\:ring-offset-teal-700:hover {
    --tw-ring-offset-color: #0f766e;
  }

  .hover\:ring-offset-teal-700\/0:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0);
  }

  .hover\:ring-offset-teal-700\/10:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.1);
  }

  .hover\:ring-offset-teal-700\/100:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 1);
  }

  .hover\:ring-offset-teal-700\/15:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.15);
  }

  .hover\:ring-offset-teal-700\/20:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.2);
  }

  .hover\:ring-offset-teal-700\/25:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.25);
  }

  .hover\:ring-offset-teal-700\/30:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.3);
  }

  .hover\:ring-offset-teal-700\/35:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.35);
  }

  .hover\:ring-offset-teal-700\/40:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.4);
  }

  .hover\:ring-offset-teal-700\/45:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.45);
  }

  .hover\:ring-offset-teal-700\/5:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.05);
  }

  .hover\:ring-offset-teal-700\/50:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.5);
  }

  .hover\:ring-offset-teal-700\/55:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.55);
  }

  .hover\:ring-offset-teal-700\/60:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.6);
  }

  .hover\:ring-offset-teal-700\/65:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.65);
  }

  .hover\:ring-offset-teal-700\/70:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.7);
  }

  .hover\:ring-offset-teal-700\/75:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.75);
  }

  .hover\:ring-offset-teal-700\/80:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.8);
  }

  .hover\:ring-offset-teal-700\/85:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.85);
  }

  .hover\:ring-offset-teal-700\/90:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.9);
  }

  .hover\:ring-offset-teal-700\/95:hover {
    --tw-ring-offset-color: rgb(15 118 110 / 0.95);
  }

  .hover\:ring-offset-teal-800:hover {
    --tw-ring-offset-color: #115e59;
  }

  .hover\:ring-offset-teal-800\/0:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0);
  }

  .hover\:ring-offset-teal-800\/10:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.1);
  }

  .hover\:ring-offset-teal-800\/100:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 1);
  }

  .hover\:ring-offset-teal-800\/15:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.15);
  }

  .hover\:ring-offset-teal-800\/20:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.2);
  }

  .hover\:ring-offset-teal-800\/25:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.25);
  }

  .hover\:ring-offset-teal-800\/30:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.3);
  }

  .hover\:ring-offset-teal-800\/35:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.35);
  }

  .hover\:ring-offset-teal-800\/40:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.4);
  }

  .hover\:ring-offset-teal-800\/45:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.45);
  }

  .hover\:ring-offset-teal-800\/5:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.05);
  }

  .hover\:ring-offset-teal-800\/50:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.5);
  }

  .hover\:ring-offset-teal-800\/55:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.55);
  }

  .hover\:ring-offset-teal-800\/60:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.6);
  }

  .hover\:ring-offset-teal-800\/65:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.65);
  }

  .hover\:ring-offset-teal-800\/70:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.7);
  }

  .hover\:ring-offset-teal-800\/75:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.75);
  }

  .hover\:ring-offset-teal-800\/80:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.8);
  }

  .hover\:ring-offset-teal-800\/85:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.85);
  }

  .hover\:ring-offset-teal-800\/90:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.9);
  }

  .hover\:ring-offset-teal-800\/95:hover {
    --tw-ring-offset-color: rgb(17 94 89 / 0.95);
  }

  .hover\:ring-offset-teal-900:hover {
    --tw-ring-offset-color: #134e4a;
  }

  .hover\:ring-offset-teal-900\/0:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0);
  }

  .hover\:ring-offset-teal-900\/10:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.1);
  }

  .hover\:ring-offset-teal-900\/100:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 1);
  }

  .hover\:ring-offset-teal-900\/15:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.15);
  }

  .hover\:ring-offset-teal-900\/20:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.2);
  }

  .hover\:ring-offset-teal-900\/25:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.25);
  }

  .hover\:ring-offset-teal-900\/30:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.3);
  }

  .hover\:ring-offset-teal-900\/35:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.35);
  }

  .hover\:ring-offset-teal-900\/40:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.4);
  }

  .hover\:ring-offset-teal-900\/45:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.45);
  }

  .hover\:ring-offset-teal-900\/5:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.05);
  }

  .hover\:ring-offset-teal-900\/50:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.5);
  }

  .hover\:ring-offset-teal-900\/55:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.55);
  }

  .hover\:ring-offset-teal-900\/60:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.6);
  }

  .hover\:ring-offset-teal-900\/65:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.65);
  }

  .hover\:ring-offset-teal-900\/70:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.7);
  }

  .hover\:ring-offset-teal-900\/75:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.75);
  }

  .hover\:ring-offset-teal-900\/80:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.8);
  }

  .hover\:ring-offset-teal-900\/85:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.85);
  }

  .hover\:ring-offset-teal-900\/90:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.9);
  }

  .hover\:ring-offset-teal-900\/95:hover {
    --tw-ring-offset-color: rgb(19 78 74 / 0.95);
  }

  .hover\:ring-offset-teal-950:hover {
    --tw-ring-offset-color: #042f2e;
  }

  .hover\:ring-offset-teal-950\/0:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0);
  }

  .hover\:ring-offset-teal-950\/10:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.1);
  }

  .hover\:ring-offset-teal-950\/100:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 1);
  }

  .hover\:ring-offset-teal-950\/15:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.15);
  }

  .hover\:ring-offset-teal-950\/20:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.2);
  }

  .hover\:ring-offset-teal-950\/25:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.25);
  }

  .hover\:ring-offset-teal-950\/30:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.3);
  }

  .hover\:ring-offset-teal-950\/35:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.35);
  }

  .hover\:ring-offset-teal-950\/40:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.4);
  }

  .hover\:ring-offset-teal-950\/45:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.45);
  }

  .hover\:ring-offset-teal-950\/5:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.05);
  }

  .hover\:ring-offset-teal-950\/50:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.5);
  }

  .hover\:ring-offset-teal-950\/55:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.55);
  }

  .hover\:ring-offset-teal-950\/60:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.6);
  }

  .hover\:ring-offset-teal-950\/65:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.65);
  }

  .hover\:ring-offset-teal-950\/70:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.7);
  }

  .hover\:ring-offset-teal-950\/75:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.75);
  }

  .hover\:ring-offset-teal-950\/80:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.8);
  }

  .hover\:ring-offset-teal-950\/85:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.85);
  }

  .hover\:ring-offset-teal-950\/90:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.9);
  }

  .hover\:ring-offset-teal-950\/95:hover {
    --tw-ring-offset-color: rgb(4 47 46 / 0.95);
  }

  .hover\:ring-offset-transparent:hover {
    --tw-ring-offset-color: transparent;
  }

  .hover\:ring-offset-transparent\/0:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0);
  }

  .hover\:ring-offset-transparent\/10:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.1);
  }

  .hover\:ring-offset-transparent\/100:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 1);
  }

  .hover\:ring-offset-transparent\/15:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.15);
  }

  .hover\:ring-offset-transparent\/20:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.2);
  }

  .hover\:ring-offset-transparent\/25:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.25);
  }

  .hover\:ring-offset-transparent\/30:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.3);
  }

  .hover\:ring-offset-transparent\/35:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.35);
  }

  .hover\:ring-offset-transparent\/40:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.4);
  }

  .hover\:ring-offset-transparent\/45:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.45);
  }

  .hover\:ring-offset-transparent\/5:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.05);
  }

  .hover\:ring-offset-transparent\/50:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.5);
  }

  .hover\:ring-offset-transparent\/55:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.55);
  }

  .hover\:ring-offset-transparent\/60:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.6);
  }

  .hover\:ring-offset-transparent\/65:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.65);
  }

  .hover\:ring-offset-transparent\/70:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.7);
  }

  .hover\:ring-offset-transparent\/75:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.75);
  }

  .hover\:ring-offset-transparent\/80:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.8);
  }

  .hover\:ring-offset-transparent\/85:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.85);
  }

  .hover\:ring-offset-transparent\/90:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.9);
  }

  .hover\:ring-offset-transparent\/95:hover {
    --tw-ring-offset-color: rgb(0 0 0 / 0.95);
  }

  .hover\:ring-offset-violet-100:hover {
    --tw-ring-offset-color: #ede9fe;
  }

  .hover\:ring-offset-violet-100\/0:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0);
  }

  .hover\:ring-offset-violet-100\/10:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.1);
  }

  .hover\:ring-offset-violet-100\/100:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 1);
  }

  .hover\:ring-offset-violet-100\/15:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.15);
  }

  .hover\:ring-offset-violet-100\/20:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.2);
  }

  .hover\:ring-offset-violet-100\/25:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.25);
  }

  .hover\:ring-offset-violet-100\/30:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.3);
  }

  .hover\:ring-offset-violet-100\/35:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.35);
  }

  .hover\:ring-offset-violet-100\/40:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.4);
  }

  .hover\:ring-offset-violet-100\/45:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.45);
  }

  .hover\:ring-offset-violet-100\/5:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.05);
  }

  .hover\:ring-offset-violet-100\/50:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.5);
  }

  .hover\:ring-offset-violet-100\/55:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.55);
  }

  .hover\:ring-offset-violet-100\/60:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.6);
  }

  .hover\:ring-offset-violet-100\/65:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.65);
  }

  .hover\:ring-offset-violet-100\/70:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.7);
  }

  .hover\:ring-offset-violet-100\/75:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.75);
  }

  .hover\:ring-offset-violet-100\/80:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.8);
  }

  .hover\:ring-offset-violet-100\/85:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.85);
  }

  .hover\:ring-offset-violet-100\/90:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.9);
  }

  .hover\:ring-offset-violet-100\/95:hover {
    --tw-ring-offset-color: rgb(237 233 254 / 0.95);
  }

  .hover\:ring-offset-violet-200:hover {
    --tw-ring-offset-color: #ddd6fe;
  }

  .hover\:ring-offset-violet-200\/0:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0);
  }

  .hover\:ring-offset-violet-200\/10:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.1);
  }

  .hover\:ring-offset-violet-200\/100:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 1);
  }

  .hover\:ring-offset-violet-200\/15:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.15);
  }

  .hover\:ring-offset-violet-200\/20:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.2);
  }

  .hover\:ring-offset-violet-200\/25:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.25);
  }

  .hover\:ring-offset-violet-200\/30:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.3);
  }

  .hover\:ring-offset-violet-200\/35:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.35);
  }

  .hover\:ring-offset-violet-200\/40:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.4);
  }

  .hover\:ring-offset-violet-200\/45:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.45);
  }

  .hover\:ring-offset-violet-200\/5:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.05);
  }

  .hover\:ring-offset-violet-200\/50:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.5);
  }

  .hover\:ring-offset-violet-200\/55:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.55);
  }

  .hover\:ring-offset-violet-200\/60:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.6);
  }

  .hover\:ring-offset-violet-200\/65:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.65);
  }

  .hover\:ring-offset-violet-200\/70:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.7);
  }

  .hover\:ring-offset-violet-200\/75:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.75);
  }

  .hover\:ring-offset-violet-200\/80:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.8);
  }

  .hover\:ring-offset-violet-200\/85:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.85);
  }

  .hover\:ring-offset-violet-200\/90:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.9);
  }

  .hover\:ring-offset-violet-200\/95:hover {
    --tw-ring-offset-color: rgb(221 214 254 / 0.95);
  }

  .hover\:ring-offset-violet-300:hover {
    --tw-ring-offset-color: #c4b5fd;
  }

  .hover\:ring-offset-violet-300\/0:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0);
  }

  .hover\:ring-offset-violet-300\/10:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.1);
  }

  .hover\:ring-offset-violet-300\/100:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 1);
  }

  .hover\:ring-offset-violet-300\/15:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.15);
  }

  .hover\:ring-offset-violet-300\/20:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.2);
  }

  .hover\:ring-offset-violet-300\/25:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.25);
  }

  .hover\:ring-offset-violet-300\/30:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.3);
  }

  .hover\:ring-offset-violet-300\/35:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.35);
  }

  .hover\:ring-offset-violet-300\/40:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.4);
  }

  .hover\:ring-offset-violet-300\/45:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.45);
  }

  .hover\:ring-offset-violet-300\/5:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.05);
  }

  .hover\:ring-offset-violet-300\/50:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.5);
  }

  .hover\:ring-offset-violet-300\/55:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.55);
  }

  .hover\:ring-offset-violet-300\/60:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.6);
  }

  .hover\:ring-offset-violet-300\/65:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.65);
  }

  .hover\:ring-offset-violet-300\/70:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.7);
  }

  .hover\:ring-offset-violet-300\/75:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.75);
  }

  .hover\:ring-offset-violet-300\/80:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.8);
  }

  .hover\:ring-offset-violet-300\/85:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.85);
  }

  .hover\:ring-offset-violet-300\/90:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.9);
  }

  .hover\:ring-offset-violet-300\/95:hover {
    --tw-ring-offset-color: rgb(196 181 253 / 0.95);
  }

  .hover\:ring-offset-violet-400:hover {
    --tw-ring-offset-color: #a78bfa;
  }

  .hover\:ring-offset-violet-400\/0:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0);
  }

  .hover\:ring-offset-violet-400\/10:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.1);
  }

  .hover\:ring-offset-violet-400\/100:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 1);
  }

  .hover\:ring-offset-violet-400\/15:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.15);
  }

  .hover\:ring-offset-violet-400\/20:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.2);
  }

  .hover\:ring-offset-violet-400\/25:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.25);
  }

  .hover\:ring-offset-violet-400\/30:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.3);
  }

  .hover\:ring-offset-violet-400\/35:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.35);
  }

  .hover\:ring-offset-violet-400\/40:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.4);
  }

  .hover\:ring-offset-violet-400\/45:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.45);
  }

  .hover\:ring-offset-violet-400\/5:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.05);
  }

  .hover\:ring-offset-violet-400\/50:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.5);
  }

  .hover\:ring-offset-violet-400\/55:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.55);
  }

  .hover\:ring-offset-violet-400\/60:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.6);
  }

  .hover\:ring-offset-violet-400\/65:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.65);
  }

  .hover\:ring-offset-violet-400\/70:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.7);
  }

  .hover\:ring-offset-violet-400\/75:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.75);
  }

  .hover\:ring-offset-violet-400\/80:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.8);
  }

  .hover\:ring-offset-violet-400\/85:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.85);
  }

  .hover\:ring-offset-violet-400\/90:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.9);
  }

  .hover\:ring-offset-violet-400\/95:hover {
    --tw-ring-offset-color: rgb(167 139 250 / 0.95);
  }

  .hover\:ring-offset-violet-50:hover {
    --tw-ring-offset-color: #f5f3ff;
  }

  .hover\:ring-offset-violet-50\/0:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0);
  }

  .hover\:ring-offset-violet-50\/10:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.1);
  }

  .hover\:ring-offset-violet-50\/100:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 1);
  }

  .hover\:ring-offset-violet-50\/15:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.15);
  }

  .hover\:ring-offset-violet-50\/20:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.2);
  }

  .hover\:ring-offset-violet-50\/25:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.25);
  }

  .hover\:ring-offset-violet-50\/30:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.3);
  }

  .hover\:ring-offset-violet-50\/35:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.35);
  }

  .hover\:ring-offset-violet-50\/40:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.4);
  }

  .hover\:ring-offset-violet-50\/45:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.45);
  }

  .hover\:ring-offset-violet-50\/5:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.05);
  }

  .hover\:ring-offset-violet-50\/50:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.5);
  }

  .hover\:ring-offset-violet-50\/55:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.55);
  }

  .hover\:ring-offset-violet-50\/60:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.6);
  }

  .hover\:ring-offset-violet-50\/65:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.65);
  }

  .hover\:ring-offset-violet-50\/70:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.7);
  }

  .hover\:ring-offset-violet-50\/75:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.75);
  }

  .hover\:ring-offset-violet-50\/80:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.8);
  }

  .hover\:ring-offset-violet-50\/85:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.85);
  }

  .hover\:ring-offset-violet-50\/90:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.9);
  }

  .hover\:ring-offset-violet-50\/95:hover {
    --tw-ring-offset-color: rgb(245 243 255 / 0.95);
  }

  .hover\:ring-offset-violet-500:hover {
    --tw-ring-offset-color: #8b5cf6;
  }

  .hover\:ring-offset-violet-500\/0:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0);
  }

  .hover\:ring-offset-violet-500\/10:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.1);
  }

  .hover\:ring-offset-violet-500\/100:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 1);
  }

  .hover\:ring-offset-violet-500\/15:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.15);
  }

  .hover\:ring-offset-violet-500\/20:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.2);
  }

  .hover\:ring-offset-violet-500\/25:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.25);
  }

  .hover\:ring-offset-violet-500\/30:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.3);
  }

  .hover\:ring-offset-violet-500\/35:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.35);
  }

  .hover\:ring-offset-violet-500\/40:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.4);
  }

  .hover\:ring-offset-violet-500\/45:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.45);
  }

  .hover\:ring-offset-violet-500\/5:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.05);
  }

  .hover\:ring-offset-violet-500\/50:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.5);
  }

  .hover\:ring-offset-violet-500\/55:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.55);
  }

  .hover\:ring-offset-violet-500\/60:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.6);
  }

  .hover\:ring-offset-violet-500\/65:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.65);
  }

  .hover\:ring-offset-violet-500\/70:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.7);
  }

  .hover\:ring-offset-violet-500\/75:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.75);
  }

  .hover\:ring-offset-violet-500\/80:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.8);
  }

  .hover\:ring-offset-violet-500\/85:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.85);
  }

  .hover\:ring-offset-violet-500\/90:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.9);
  }

  .hover\:ring-offset-violet-500\/95:hover {
    --tw-ring-offset-color: rgb(139 92 246 / 0.95);
  }

  .hover\:ring-offset-violet-600:hover {
    --tw-ring-offset-color: #7c3aed;
  }

  .hover\:ring-offset-violet-600\/0:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0);
  }

  .hover\:ring-offset-violet-600\/10:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.1);
  }

  .hover\:ring-offset-violet-600\/100:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 1);
  }

  .hover\:ring-offset-violet-600\/15:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.15);
  }

  .hover\:ring-offset-violet-600\/20:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.2);
  }

  .hover\:ring-offset-violet-600\/25:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.25);
  }

  .hover\:ring-offset-violet-600\/30:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.3);
  }

  .hover\:ring-offset-violet-600\/35:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.35);
  }

  .hover\:ring-offset-violet-600\/40:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.4);
  }

  .hover\:ring-offset-violet-600\/45:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.45);
  }

  .hover\:ring-offset-violet-600\/5:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.05);
  }

  .hover\:ring-offset-violet-600\/50:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.5);
  }

  .hover\:ring-offset-violet-600\/55:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.55);
  }

  .hover\:ring-offset-violet-600\/60:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.6);
  }

  .hover\:ring-offset-violet-600\/65:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.65);
  }

  .hover\:ring-offset-violet-600\/70:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.7);
  }

  .hover\:ring-offset-violet-600\/75:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.75);
  }

  .hover\:ring-offset-violet-600\/80:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.8);
  }

  .hover\:ring-offset-violet-600\/85:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.85);
  }

  .hover\:ring-offset-violet-600\/90:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.9);
  }

  .hover\:ring-offset-violet-600\/95:hover {
    --tw-ring-offset-color: rgb(124 58 237 / 0.95);
  }

  .hover\:ring-offset-violet-700:hover {
    --tw-ring-offset-color: #6d28d9;
  }

  .hover\:ring-offset-violet-700\/0:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0);
  }

  .hover\:ring-offset-violet-700\/10:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.1);
  }

  .hover\:ring-offset-violet-700\/100:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 1);
  }

  .hover\:ring-offset-violet-700\/15:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.15);
  }

  .hover\:ring-offset-violet-700\/20:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.2);
  }

  .hover\:ring-offset-violet-700\/25:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.25);
  }

  .hover\:ring-offset-violet-700\/30:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.3);
  }

  .hover\:ring-offset-violet-700\/35:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.35);
  }

  .hover\:ring-offset-violet-700\/40:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.4);
  }

  .hover\:ring-offset-violet-700\/45:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.45);
  }

  .hover\:ring-offset-violet-700\/5:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.05);
  }

  .hover\:ring-offset-violet-700\/50:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.5);
  }

  .hover\:ring-offset-violet-700\/55:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.55);
  }

  .hover\:ring-offset-violet-700\/60:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.6);
  }

  .hover\:ring-offset-violet-700\/65:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.65);
  }

  .hover\:ring-offset-violet-700\/70:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.7);
  }

  .hover\:ring-offset-violet-700\/75:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.75);
  }

  .hover\:ring-offset-violet-700\/80:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.8);
  }

  .hover\:ring-offset-violet-700\/85:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.85);
  }

  .hover\:ring-offset-violet-700\/90:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.9);
  }

  .hover\:ring-offset-violet-700\/95:hover {
    --tw-ring-offset-color: rgb(109 40 217 / 0.95);
  }

  .hover\:ring-offset-violet-800:hover {
    --tw-ring-offset-color: #5b21b6;
  }

  .hover\:ring-offset-violet-800\/0:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0);
  }

  .hover\:ring-offset-violet-800\/10:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.1);
  }

  .hover\:ring-offset-violet-800\/100:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 1);
  }

  .hover\:ring-offset-violet-800\/15:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.15);
  }

  .hover\:ring-offset-violet-800\/20:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.2);
  }

  .hover\:ring-offset-violet-800\/25:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.25);
  }

  .hover\:ring-offset-violet-800\/30:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.3);
  }

  .hover\:ring-offset-violet-800\/35:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.35);
  }

  .hover\:ring-offset-violet-800\/40:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.4);
  }

  .hover\:ring-offset-violet-800\/45:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.45);
  }

  .hover\:ring-offset-violet-800\/5:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.05);
  }

  .hover\:ring-offset-violet-800\/50:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.5);
  }

  .hover\:ring-offset-violet-800\/55:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.55);
  }

  .hover\:ring-offset-violet-800\/60:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.6);
  }

  .hover\:ring-offset-violet-800\/65:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.65);
  }

  .hover\:ring-offset-violet-800\/70:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.7);
  }

  .hover\:ring-offset-violet-800\/75:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.75);
  }

  .hover\:ring-offset-violet-800\/80:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.8);
  }

  .hover\:ring-offset-violet-800\/85:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.85);
  }

  .hover\:ring-offset-violet-800\/90:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.9);
  }

  .hover\:ring-offset-violet-800\/95:hover {
    --tw-ring-offset-color: rgb(91 33 182 / 0.95);
  }

  .hover\:ring-offset-violet-900:hover {
    --tw-ring-offset-color: #4c1d95;
  }

  .hover\:ring-offset-violet-900\/0:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0);
  }

  .hover\:ring-offset-violet-900\/10:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.1);
  }

  .hover\:ring-offset-violet-900\/100:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 1);
  }

  .hover\:ring-offset-violet-900\/15:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.15);
  }

  .hover\:ring-offset-violet-900\/20:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.2);
  }

  .hover\:ring-offset-violet-900\/25:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.25);
  }

  .hover\:ring-offset-violet-900\/30:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.3);
  }

  .hover\:ring-offset-violet-900\/35:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.35);
  }

  .hover\:ring-offset-violet-900\/40:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.4);
  }

  .hover\:ring-offset-violet-900\/45:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.45);
  }

  .hover\:ring-offset-violet-900\/5:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.05);
  }

  .hover\:ring-offset-violet-900\/50:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.5);
  }

  .hover\:ring-offset-violet-900\/55:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.55);
  }

  .hover\:ring-offset-violet-900\/60:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.6);
  }

  .hover\:ring-offset-violet-900\/65:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.65);
  }

  .hover\:ring-offset-violet-900\/70:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.7);
  }

  .hover\:ring-offset-violet-900\/75:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.75);
  }

  .hover\:ring-offset-violet-900\/80:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.8);
  }

  .hover\:ring-offset-violet-900\/85:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.85);
  }

  .hover\:ring-offset-violet-900\/90:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.9);
  }

  .hover\:ring-offset-violet-900\/95:hover {
    --tw-ring-offset-color: rgb(76 29 149 / 0.95);
  }

  .hover\:ring-offset-violet-950:hover {
    --tw-ring-offset-color: #2e1065;
  }

  .hover\:ring-offset-violet-950\/0:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0);
  }

  .hover\:ring-offset-violet-950\/10:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.1);
  }

  .hover\:ring-offset-violet-950\/100:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 1);
  }

  .hover\:ring-offset-violet-950\/15:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.15);
  }

  .hover\:ring-offset-violet-950\/20:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.2);
  }

  .hover\:ring-offset-violet-950\/25:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.25);
  }

  .hover\:ring-offset-violet-950\/30:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.3);
  }

  .hover\:ring-offset-violet-950\/35:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.35);
  }

  .hover\:ring-offset-violet-950\/40:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.4);
  }

  .hover\:ring-offset-violet-950\/45:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.45);
  }

  .hover\:ring-offset-violet-950\/5:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.05);
  }

  .hover\:ring-offset-violet-950\/50:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.5);
  }

  .hover\:ring-offset-violet-950\/55:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.55);
  }

  .hover\:ring-offset-violet-950\/60:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.6);
  }

  .hover\:ring-offset-violet-950\/65:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.65);
  }

  .hover\:ring-offset-violet-950\/70:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.7);
  }

  .hover\:ring-offset-violet-950\/75:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.75);
  }

  .hover\:ring-offset-violet-950\/80:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.8);
  }

  .hover\:ring-offset-violet-950\/85:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.85);
  }

  .hover\:ring-offset-violet-950\/90:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.9);
  }

  .hover\:ring-offset-violet-950\/95:hover {
    --tw-ring-offset-color: rgb(46 16 101 / 0.95);
  }

  .hover\:ring-offset-white:hover {
    --tw-ring-offset-color: #fff;
  }

  .hover\:ring-offset-white\/0:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0);
  }

  .hover\:ring-offset-white\/10:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.1);
  }

  .hover\:ring-offset-white\/100:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 1);
  }

  .hover\:ring-offset-white\/15:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.15);
  }

  .hover\:ring-offset-white\/20:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.2);
  }

  .hover\:ring-offset-white\/25:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.25);
  }

  .hover\:ring-offset-white\/30:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.3);
  }

  .hover\:ring-offset-white\/35:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.35);
  }

  .hover\:ring-offset-white\/40:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.4);
  }

  .hover\:ring-offset-white\/45:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.45);
  }

  .hover\:ring-offset-white\/5:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.05);
  }

  .hover\:ring-offset-white\/50:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.5);
  }

  .hover\:ring-offset-white\/55:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.55);
  }

  .hover\:ring-offset-white\/60:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.6);
  }

  .hover\:ring-offset-white\/65:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.65);
  }

  .hover\:ring-offset-white\/70:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.7);
  }

  .hover\:ring-offset-white\/75:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.75);
  }

  .hover\:ring-offset-white\/80:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.8);
  }

  .hover\:ring-offset-white\/85:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.85);
  }

  .hover\:ring-offset-white\/90:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.9);
  }

  .hover\:ring-offset-white\/95:hover {
    --tw-ring-offset-color: rgb(255 255 255 / 0.95);
  }

  .hover\:ring-offset-yellow-100:hover {
    --tw-ring-offset-color: #fef9c3;
  }

  .hover\:ring-offset-yellow-100\/0:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .hover\:ring-offset-yellow-100\/10:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .hover\:ring-offset-yellow-100\/100:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .hover\:ring-offset-yellow-100\/15:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15);
  }

  .hover\:ring-offset-yellow-100\/20:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .hover\:ring-offset-yellow-100\/25:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .hover\:ring-offset-yellow-100\/30:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .hover\:ring-offset-yellow-100\/35:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35);
  }

  .hover\:ring-offset-yellow-100\/40:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .hover\:ring-offset-yellow-100\/45:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45);
  }

  .hover\:ring-offset-yellow-100\/5:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .hover\:ring-offset-yellow-100\/50:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .hover\:ring-offset-yellow-100\/55:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55);
  }

  .hover\:ring-offset-yellow-100\/60:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .hover\:ring-offset-yellow-100\/65:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65);
  }

  .hover\:ring-offset-yellow-100\/70:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .hover\:ring-offset-yellow-100\/75:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .hover\:ring-offset-yellow-100\/80:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .hover\:ring-offset-yellow-100\/85:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85);
  }

  .hover\:ring-offset-yellow-100\/90:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .hover\:ring-offset-yellow-100\/95:hover {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .hover\:ring-offset-yellow-200:hover {
    --tw-ring-offset-color: #fef08a;
  }

  .hover\:ring-offset-yellow-200\/0:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .hover\:ring-offset-yellow-200\/10:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .hover\:ring-offset-yellow-200\/100:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .hover\:ring-offset-yellow-200\/15:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15);
  }

  .hover\:ring-offset-yellow-200\/20:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .hover\:ring-offset-yellow-200\/25:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .hover\:ring-offset-yellow-200\/30:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .hover\:ring-offset-yellow-200\/35:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35);
  }

  .hover\:ring-offset-yellow-200\/40:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .hover\:ring-offset-yellow-200\/45:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45);
  }

  .hover\:ring-offset-yellow-200\/5:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .hover\:ring-offset-yellow-200\/50:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .hover\:ring-offset-yellow-200\/55:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55);
  }

  .hover\:ring-offset-yellow-200\/60:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .hover\:ring-offset-yellow-200\/65:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65);
  }

  .hover\:ring-offset-yellow-200\/70:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .hover\:ring-offset-yellow-200\/75:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .hover\:ring-offset-yellow-200\/80:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .hover\:ring-offset-yellow-200\/85:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85);
  }

  .hover\:ring-offset-yellow-200\/90:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .hover\:ring-offset-yellow-200\/95:hover {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .hover\:ring-offset-yellow-300:hover {
    --tw-ring-offset-color: #fde047;
  }

  .hover\:ring-offset-yellow-300\/0:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .hover\:ring-offset-yellow-300\/10:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .hover\:ring-offset-yellow-300\/100:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .hover\:ring-offset-yellow-300\/15:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.15);
  }

  .hover\:ring-offset-yellow-300\/20:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .hover\:ring-offset-yellow-300\/25:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .hover\:ring-offset-yellow-300\/30:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .hover\:ring-offset-yellow-300\/35:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.35);
  }

  .hover\:ring-offset-yellow-300\/40:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .hover\:ring-offset-yellow-300\/45:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.45);
  }

  .hover\:ring-offset-yellow-300\/5:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .hover\:ring-offset-yellow-300\/50:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .hover\:ring-offset-yellow-300\/55:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.55);
  }

  .hover\:ring-offset-yellow-300\/60:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .hover\:ring-offset-yellow-300\/65:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.65);
  }

  .hover\:ring-offset-yellow-300\/70:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .hover\:ring-offset-yellow-300\/75:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .hover\:ring-offset-yellow-300\/80:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .hover\:ring-offset-yellow-300\/85:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.85);
  }

  .hover\:ring-offset-yellow-300\/90:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .hover\:ring-offset-yellow-300\/95:hover {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .hover\:ring-offset-yellow-400:hover {
    --tw-ring-offset-color: #facc15;
  }

  .hover\:ring-offset-yellow-400\/0:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .hover\:ring-offset-yellow-400\/10:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .hover\:ring-offset-yellow-400\/100:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .hover\:ring-offset-yellow-400\/15:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15);
  }

  .hover\:ring-offset-yellow-400\/20:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .hover\:ring-offset-yellow-400\/25:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .hover\:ring-offset-yellow-400\/30:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .hover\:ring-offset-yellow-400\/35:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35);
  }

  .hover\:ring-offset-yellow-400\/40:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .hover\:ring-offset-yellow-400\/45:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45);
  }

  .hover\:ring-offset-yellow-400\/5:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .hover\:ring-offset-yellow-400\/50:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .hover\:ring-offset-yellow-400\/55:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55);
  }

  .hover\:ring-offset-yellow-400\/60:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .hover\:ring-offset-yellow-400\/65:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65);
  }

  .hover\:ring-offset-yellow-400\/70:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .hover\:ring-offset-yellow-400\/75:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .hover\:ring-offset-yellow-400\/80:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .hover\:ring-offset-yellow-400\/85:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85);
  }

  .hover\:ring-offset-yellow-400\/90:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .hover\:ring-offset-yellow-400\/95:hover {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .hover\:ring-offset-yellow-50:hover {
    --tw-ring-offset-color: #fefce8;
  }

  .hover\:ring-offset-yellow-50\/0:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .hover\:ring-offset-yellow-50\/10:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .hover\:ring-offset-yellow-50\/100:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .hover\:ring-offset-yellow-50\/15:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15);
  }

  .hover\:ring-offset-yellow-50\/20:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .hover\:ring-offset-yellow-50\/25:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .hover\:ring-offset-yellow-50\/30:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .hover\:ring-offset-yellow-50\/35:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35);
  }

  .hover\:ring-offset-yellow-50\/40:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .hover\:ring-offset-yellow-50\/45:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45);
  }

  .hover\:ring-offset-yellow-50\/5:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .hover\:ring-offset-yellow-50\/50:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .hover\:ring-offset-yellow-50\/55:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55);
  }

  .hover\:ring-offset-yellow-50\/60:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .hover\:ring-offset-yellow-50\/65:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65);
  }

  .hover\:ring-offset-yellow-50\/70:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .hover\:ring-offset-yellow-50\/75:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .hover\:ring-offset-yellow-50\/80:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .hover\:ring-offset-yellow-50\/85:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85);
  }

  .hover\:ring-offset-yellow-50\/90:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .hover\:ring-offset-yellow-50\/95:hover {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .hover\:ring-offset-yellow-500:hover {
    --tw-ring-offset-color: #eab308;
  }

  .hover\:ring-offset-yellow-500\/0:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .hover\:ring-offset-yellow-500\/10:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .hover\:ring-offset-yellow-500\/100:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .hover\:ring-offset-yellow-500\/15:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15);
  }

  .hover\:ring-offset-yellow-500\/20:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .hover\:ring-offset-yellow-500\/25:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .hover\:ring-offset-yellow-500\/30:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .hover\:ring-offset-yellow-500\/35:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35);
  }

  .hover\:ring-offset-yellow-500\/40:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .hover\:ring-offset-yellow-500\/45:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45);
  }

  .hover\:ring-offset-yellow-500\/5:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .hover\:ring-offset-yellow-500\/50:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .hover\:ring-offset-yellow-500\/55:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55);
  }

  .hover\:ring-offset-yellow-500\/60:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .hover\:ring-offset-yellow-500\/65:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65);
  }

  .hover\:ring-offset-yellow-500\/70:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .hover\:ring-offset-yellow-500\/75:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .hover\:ring-offset-yellow-500\/80:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .hover\:ring-offset-yellow-500\/85:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85);
  }

  .hover\:ring-offset-yellow-500\/90:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .hover\:ring-offset-yellow-500\/95:hover {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .hover\:ring-offset-yellow-600:hover {
    --tw-ring-offset-color: #ca8a04;
  }

  .hover\:ring-offset-yellow-600\/0:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .hover\:ring-offset-yellow-600\/10:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .hover\:ring-offset-yellow-600\/100:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .hover\:ring-offset-yellow-600\/15:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15);
  }

  .hover\:ring-offset-yellow-600\/20:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .hover\:ring-offset-yellow-600\/25:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .hover\:ring-offset-yellow-600\/30:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .hover\:ring-offset-yellow-600\/35:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35);
  }

  .hover\:ring-offset-yellow-600\/40:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .hover\:ring-offset-yellow-600\/45:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45);
  }

  .hover\:ring-offset-yellow-600\/5:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .hover\:ring-offset-yellow-600\/50:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .hover\:ring-offset-yellow-600\/55:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55);
  }

  .hover\:ring-offset-yellow-600\/60:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .hover\:ring-offset-yellow-600\/65:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65);
  }

  .hover\:ring-offset-yellow-600\/70:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .hover\:ring-offset-yellow-600\/75:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .hover\:ring-offset-yellow-600\/80:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .hover\:ring-offset-yellow-600\/85:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85);
  }

  .hover\:ring-offset-yellow-600\/90:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .hover\:ring-offset-yellow-600\/95:hover {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .hover\:ring-offset-yellow-700:hover {
    --tw-ring-offset-color: #a16207;
  }

  .hover\:ring-offset-yellow-700\/0:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .hover\:ring-offset-yellow-700\/10:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .hover\:ring-offset-yellow-700\/100:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .hover\:ring-offset-yellow-700\/15:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.15);
  }

  .hover\:ring-offset-yellow-700\/20:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .hover\:ring-offset-yellow-700\/25:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .hover\:ring-offset-yellow-700\/30:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .hover\:ring-offset-yellow-700\/35:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.35);
  }

  .hover\:ring-offset-yellow-700\/40:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .hover\:ring-offset-yellow-700\/45:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.45);
  }

  .hover\:ring-offset-yellow-700\/5:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .hover\:ring-offset-yellow-700\/50:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .hover\:ring-offset-yellow-700\/55:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.55);
  }

  .hover\:ring-offset-yellow-700\/60:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .hover\:ring-offset-yellow-700\/65:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.65);
  }

  .hover\:ring-offset-yellow-700\/70:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .hover\:ring-offset-yellow-700\/75:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .hover\:ring-offset-yellow-700\/80:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .hover\:ring-offset-yellow-700\/85:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.85);
  }

  .hover\:ring-offset-yellow-700\/90:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .hover\:ring-offset-yellow-700\/95:hover {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .hover\:ring-offset-yellow-800:hover {
    --tw-ring-offset-color: #854d0e;
  }

  .hover\:ring-offset-yellow-800\/0:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .hover\:ring-offset-yellow-800\/10:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .hover\:ring-offset-yellow-800\/100:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .hover\:ring-offset-yellow-800\/15:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15);
  }

  .hover\:ring-offset-yellow-800\/20:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .hover\:ring-offset-yellow-800\/25:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .hover\:ring-offset-yellow-800\/30:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .hover\:ring-offset-yellow-800\/35:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35);
  }

  .hover\:ring-offset-yellow-800\/40:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .hover\:ring-offset-yellow-800\/45:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45);
  }

  .hover\:ring-offset-yellow-800\/5:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .hover\:ring-offset-yellow-800\/50:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .hover\:ring-offset-yellow-800\/55:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55);
  }

  .hover\:ring-offset-yellow-800\/60:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .hover\:ring-offset-yellow-800\/65:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65);
  }

  .hover\:ring-offset-yellow-800\/70:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .hover\:ring-offset-yellow-800\/75:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .hover\:ring-offset-yellow-800\/80:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .hover\:ring-offset-yellow-800\/85:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85);
  }

  .hover\:ring-offset-yellow-800\/90:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .hover\:ring-offset-yellow-800\/95:hover {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .hover\:ring-offset-yellow-900:hover {
    --tw-ring-offset-color: #713f12;
  }

  .hover\:ring-offset-yellow-900\/0:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .hover\:ring-offset-yellow-900\/10:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .hover\:ring-offset-yellow-900\/100:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .hover\:ring-offset-yellow-900\/15:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.15);
  }

  .hover\:ring-offset-yellow-900\/20:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .hover\:ring-offset-yellow-900\/25:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .hover\:ring-offset-yellow-900\/30:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .hover\:ring-offset-yellow-900\/35:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.35);
  }

  .hover\:ring-offset-yellow-900\/40:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .hover\:ring-offset-yellow-900\/45:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.45);
  }

  .hover\:ring-offset-yellow-900\/5:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .hover\:ring-offset-yellow-900\/50:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .hover\:ring-offset-yellow-900\/55:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.55);
  }

  .hover\:ring-offset-yellow-900\/60:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .hover\:ring-offset-yellow-900\/65:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.65);
  }

  .hover\:ring-offset-yellow-900\/70:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .hover\:ring-offset-yellow-900\/75:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .hover\:ring-offset-yellow-900\/80:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .hover\:ring-offset-yellow-900\/85:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.85);
  }

  .hover\:ring-offset-yellow-900\/90:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .hover\:ring-offset-yellow-900\/95:hover {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .hover\:ring-offset-yellow-950:hover {
    --tw-ring-offset-color: #422006;
  }

  .hover\:ring-offset-yellow-950\/0:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .hover\:ring-offset-yellow-950\/10:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .hover\:ring-offset-yellow-950\/100:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .hover\:ring-offset-yellow-950\/15:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.15);
  }

  .hover\:ring-offset-yellow-950\/20:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .hover\:ring-offset-yellow-950\/25:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .hover\:ring-offset-yellow-950\/30:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .hover\:ring-offset-yellow-950\/35:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.35);
  }

  .hover\:ring-offset-yellow-950\/40:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .hover\:ring-offset-yellow-950\/45:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.45);
  }

  .hover\:ring-offset-yellow-950\/5:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .hover\:ring-offset-yellow-950\/50:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .hover\:ring-offset-yellow-950\/55:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.55);
  }

  .hover\:ring-offset-yellow-950\/60:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .hover\:ring-offset-yellow-950\/65:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.65);
  }

  .hover\:ring-offset-yellow-950\/70:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .hover\:ring-offset-yellow-950\/75:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .hover\:ring-offset-yellow-950\/80:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .hover\:ring-offset-yellow-950\/85:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.85);
  }

  .hover\:ring-offset-yellow-950\/90:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .hover\:ring-offset-yellow-950\/95:hover {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .hover\:ring-offset-zinc-100:hover {
    --tw-ring-offset-color: #f4f4f5;
  }

  .hover\:ring-offset-zinc-100\/0:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0);
  }

  .hover\:ring-offset-zinc-100\/10:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.1);
  }

  .hover\:ring-offset-zinc-100\/100:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 1);
  }

  .hover\:ring-offset-zinc-100\/15:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.15);
  }

  .hover\:ring-offset-zinc-100\/20:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.2);
  }

  .hover\:ring-offset-zinc-100\/25:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.25);
  }

  .hover\:ring-offset-zinc-100\/30:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.3);
  }

  .hover\:ring-offset-zinc-100\/35:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.35);
  }

  .hover\:ring-offset-zinc-100\/40:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.4);
  }

  .hover\:ring-offset-zinc-100\/45:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.45);
  }

  .hover\:ring-offset-zinc-100\/5:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.05);
  }

  .hover\:ring-offset-zinc-100\/50:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.5);
  }

  .hover\:ring-offset-zinc-100\/55:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.55);
  }

  .hover\:ring-offset-zinc-100\/60:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.6);
  }

  .hover\:ring-offset-zinc-100\/65:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.65);
  }

  .hover\:ring-offset-zinc-100\/70:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.7);
  }

  .hover\:ring-offset-zinc-100\/75:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.75);
  }

  .hover\:ring-offset-zinc-100\/80:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.8);
  }

  .hover\:ring-offset-zinc-100\/85:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.85);
  }

  .hover\:ring-offset-zinc-100\/90:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.9);
  }

  .hover\:ring-offset-zinc-100\/95:hover {
    --tw-ring-offset-color: rgb(244 244 245 / 0.95);
  }

  .hover\:ring-offset-zinc-200:hover {
    --tw-ring-offset-color: #e4e4e7;
  }

  .hover\:ring-offset-zinc-200\/0:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0);
  }

  .hover\:ring-offset-zinc-200\/10:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.1);
  }

  .hover\:ring-offset-zinc-200\/100:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 1);
  }

  .hover\:ring-offset-zinc-200\/15:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.15);
  }

  .hover\:ring-offset-zinc-200\/20:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.2);
  }

  .hover\:ring-offset-zinc-200\/25:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.25);
  }

  .hover\:ring-offset-zinc-200\/30:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.3);
  }

  .hover\:ring-offset-zinc-200\/35:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.35);
  }

  .hover\:ring-offset-zinc-200\/40:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.4);
  }

  .hover\:ring-offset-zinc-200\/45:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.45);
  }

  .hover\:ring-offset-zinc-200\/5:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.05);
  }

  .hover\:ring-offset-zinc-200\/50:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.5);
  }

  .hover\:ring-offset-zinc-200\/55:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.55);
  }

  .hover\:ring-offset-zinc-200\/60:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.6);
  }

  .hover\:ring-offset-zinc-200\/65:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.65);
  }

  .hover\:ring-offset-zinc-200\/70:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.7);
  }

  .hover\:ring-offset-zinc-200\/75:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.75);
  }

  .hover\:ring-offset-zinc-200\/80:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.8);
  }

  .hover\:ring-offset-zinc-200\/85:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.85);
  }

  .hover\:ring-offset-zinc-200\/90:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.9);
  }

  .hover\:ring-offset-zinc-200\/95:hover {
    --tw-ring-offset-color: rgb(228 228 231 / 0.95);
  }

  .hover\:ring-offset-zinc-300:hover {
    --tw-ring-offset-color: #d4d4d8;
  }

  .hover\:ring-offset-zinc-300\/0:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0);
  }

  .hover\:ring-offset-zinc-300\/10:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.1);
  }

  .hover\:ring-offset-zinc-300\/100:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 1);
  }

  .hover\:ring-offset-zinc-300\/15:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.15);
  }

  .hover\:ring-offset-zinc-300\/20:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.2);
  }

  .hover\:ring-offset-zinc-300\/25:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.25);
  }

  .hover\:ring-offset-zinc-300\/30:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.3);
  }

  .hover\:ring-offset-zinc-300\/35:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.35);
  }

  .hover\:ring-offset-zinc-300\/40:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.4);
  }

  .hover\:ring-offset-zinc-300\/45:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.45);
  }

  .hover\:ring-offset-zinc-300\/5:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.05);
  }

  .hover\:ring-offset-zinc-300\/50:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.5);
  }

  .hover\:ring-offset-zinc-300\/55:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.55);
  }

  .hover\:ring-offset-zinc-300\/60:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.6);
  }

  .hover\:ring-offset-zinc-300\/65:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.65);
  }

  .hover\:ring-offset-zinc-300\/70:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.7);
  }

  .hover\:ring-offset-zinc-300\/75:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.75);
  }

  .hover\:ring-offset-zinc-300\/80:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.8);
  }

  .hover\:ring-offset-zinc-300\/85:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.85);
  }

  .hover\:ring-offset-zinc-300\/90:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.9);
  }

  .hover\:ring-offset-zinc-300\/95:hover {
    --tw-ring-offset-color: rgb(212 212 216 / 0.95);
  }

  .hover\:ring-offset-zinc-400:hover {
    --tw-ring-offset-color: #a1a1aa;
  }

  .hover\:ring-offset-zinc-400\/0:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0);
  }

  .hover\:ring-offset-zinc-400\/10:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.1);
  }

  .hover\:ring-offset-zinc-400\/100:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 1);
  }

  .hover\:ring-offset-zinc-400\/15:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.15);
  }

  .hover\:ring-offset-zinc-400\/20:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.2);
  }

  .hover\:ring-offset-zinc-400\/25:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.25);
  }

  .hover\:ring-offset-zinc-400\/30:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.3);
  }

  .hover\:ring-offset-zinc-400\/35:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.35);
  }

  .hover\:ring-offset-zinc-400\/40:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.4);
  }

  .hover\:ring-offset-zinc-400\/45:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.45);
  }

  .hover\:ring-offset-zinc-400\/5:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.05);
  }

  .hover\:ring-offset-zinc-400\/50:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.5);
  }

  .hover\:ring-offset-zinc-400\/55:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.55);
  }

  .hover\:ring-offset-zinc-400\/60:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.6);
  }

  .hover\:ring-offset-zinc-400\/65:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.65);
  }

  .hover\:ring-offset-zinc-400\/70:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.7);
  }

  .hover\:ring-offset-zinc-400\/75:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.75);
  }

  .hover\:ring-offset-zinc-400\/80:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.8);
  }

  .hover\:ring-offset-zinc-400\/85:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.85);
  }

  .hover\:ring-offset-zinc-400\/90:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.9);
  }

  .hover\:ring-offset-zinc-400\/95:hover {
    --tw-ring-offset-color: rgb(161 161 170 / 0.95);
  }

  .hover\:ring-offset-zinc-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .hover\:ring-offset-zinc-50\/0:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0);
  }

  .hover\:ring-offset-zinc-50\/10:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.1);
  }

  .hover\:ring-offset-zinc-50\/100:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 1);
  }

  .hover\:ring-offset-zinc-50\/15:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.15);
  }

  .hover\:ring-offset-zinc-50\/20:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.2);
  }

  .hover\:ring-offset-zinc-50\/25:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.25);
  }

  .hover\:ring-offset-zinc-50\/30:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.3);
  }

  .hover\:ring-offset-zinc-50\/35:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.35);
  }

  .hover\:ring-offset-zinc-50\/40:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.4);
  }

  .hover\:ring-offset-zinc-50\/45:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.45);
  }

  .hover\:ring-offset-zinc-50\/5:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.05);
  }

  .hover\:ring-offset-zinc-50\/50:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.5);
  }

  .hover\:ring-offset-zinc-50\/55:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.55);
  }

  .hover\:ring-offset-zinc-50\/60:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.6);
  }

  .hover\:ring-offset-zinc-50\/65:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.65);
  }

  .hover\:ring-offset-zinc-50\/70:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.7);
  }

  .hover\:ring-offset-zinc-50\/75:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.75);
  }

  .hover\:ring-offset-zinc-50\/80:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.8);
  }

  .hover\:ring-offset-zinc-50\/85:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.85);
  }

  .hover\:ring-offset-zinc-50\/90:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.9);
  }

  .hover\:ring-offset-zinc-50\/95:hover {
    --tw-ring-offset-color: rgb(250 250 250 / 0.95);
  }

  .hover\:ring-offset-zinc-500:hover {
    --tw-ring-offset-color: #71717a;
  }

  .hover\:ring-offset-zinc-500\/0:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0);
  }

  .hover\:ring-offset-zinc-500\/10:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.1);
  }

  .hover\:ring-offset-zinc-500\/100:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 1);
  }

  .hover\:ring-offset-zinc-500\/15:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.15);
  }

  .hover\:ring-offset-zinc-500\/20:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.2);
  }

  .hover\:ring-offset-zinc-500\/25:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.25);
  }

  .hover\:ring-offset-zinc-500\/30:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.3);
  }

  .hover\:ring-offset-zinc-500\/35:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.35);
  }

  .hover\:ring-offset-zinc-500\/40:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.4);
  }

  .hover\:ring-offset-zinc-500\/45:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.45);
  }

  .hover\:ring-offset-zinc-500\/5:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.05);
  }

  .hover\:ring-offset-zinc-500\/50:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.5);
  }

  .hover\:ring-offset-zinc-500\/55:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.55);
  }

  .hover\:ring-offset-zinc-500\/60:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.6);
  }

  .hover\:ring-offset-zinc-500\/65:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.65);
  }

  .hover\:ring-offset-zinc-500\/70:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.7);
  }

  .hover\:ring-offset-zinc-500\/75:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.75);
  }

  .hover\:ring-offset-zinc-500\/80:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.8);
  }

  .hover\:ring-offset-zinc-500\/85:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.85);
  }

  .hover\:ring-offset-zinc-500\/90:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.9);
  }

  .hover\:ring-offset-zinc-500\/95:hover {
    --tw-ring-offset-color: rgb(113 113 122 / 0.95);
  }

  .hover\:ring-offset-zinc-600:hover {
    --tw-ring-offset-color: #52525b;
  }

  .hover\:ring-offset-zinc-600\/0:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0);
  }

  .hover\:ring-offset-zinc-600\/10:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.1);
  }

  .hover\:ring-offset-zinc-600\/100:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 1);
  }

  .hover\:ring-offset-zinc-600\/15:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.15);
  }

  .hover\:ring-offset-zinc-600\/20:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.2);
  }

  .hover\:ring-offset-zinc-600\/25:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.25);
  }

  .hover\:ring-offset-zinc-600\/30:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.3);
  }

  .hover\:ring-offset-zinc-600\/35:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.35);
  }

  .hover\:ring-offset-zinc-600\/40:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.4);
  }

  .hover\:ring-offset-zinc-600\/45:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.45);
  }

  .hover\:ring-offset-zinc-600\/5:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.05);
  }

  .hover\:ring-offset-zinc-600\/50:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.5);
  }

  .hover\:ring-offset-zinc-600\/55:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.55);
  }

  .hover\:ring-offset-zinc-600\/60:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.6);
  }

  .hover\:ring-offset-zinc-600\/65:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.65);
  }

  .hover\:ring-offset-zinc-600\/70:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.7);
  }

  .hover\:ring-offset-zinc-600\/75:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.75);
  }

  .hover\:ring-offset-zinc-600\/80:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.8);
  }

  .hover\:ring-offset-zinc-600\/85:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.85);
  }

  .hover\:ring-offset-zinc-600\/90:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.9);
  }

  .hover\:ring-offset-zinc-600\/95:hover {
    --tw-ring-offset-color: rgb(82 82 91 / 0.95);
  }

  .hover\:ring-offset-zinc-700:hover {
    --tw-ring-offset-color: #3f3f46;
  }

  .hover\:ring-offset-zinc-700\/0:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0);
  }

  .hover\:ring-offset-zinc-700\/10:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.1);
  }

  .hover\:ring-offset-zinc-700\/100:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 1);
  }

  .hover\:ring-offset-zinc-700\/15:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.15);
  }

  .hover\:ring-offset-zinc-700\/20:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.2);
  }

  .hover\:ring-offset-zinc-700\/25:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.25);
  }

  .hover\:ring-offset-zinc-700\/30:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.3);
  }

  .hover\:ring-offset-zinc-700\/35:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.35);
  }

  .hover\:ring-offset-zinc-700\/40:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.4);
  }

  .hover\:ring-offset-zinc-700\/45:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.45);
  }

  .hover\:ring-offset-zinc-700\/5:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.05);
  }

  .hover\:ring-offset-zinc-700\/50:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.5);
  }

  .hover\:ring-offset-zinc-700\/55:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.55);
  }

  .hover\:ring-offset-zinc-700\/60:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.6);
  }

  .hover\:ring-offset-zinc-700\/65:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.65);
  }

  .hover\:ring-offset-zinc-700\/70:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.7);
  }

  .hover\:ring-offset-zinc-700\/75:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.75);
  }

  .hover\:ring-offset-zinc-700\/80:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.8);
  }

  .hover\:ring-offset-zinc-700\/85:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.85);
  }

  .hover\:ring-offset-zinc-700\/90:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.9);
  }

  .hover\:ring-offset-zinc-700\/95:hover {
    --tw-ring-offset-color: rgb(63 63 70 / 0.95);
  }

  .hover\:ring-offset-zinc-800:hover {
    --tw-ring-offset-color: #27272a;
  }

  .hover\:ring-offset-zinc-800\/0:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0);
  }

  .hover\:ring-offset-zinc-800\/10:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.1);
  }

  .hover\:ring-offset-zinc-800\/100:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 1);
  }

  .hover\:ring-offset-zinc-800\/15:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.15);
  }

  .hover\:ring-offset-zinc-800\/20:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.2);
  }

  .hover\:ring-offset-zinc-800\/25:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.25);
  }

  .hover\:ring-offset-zinc-800\/30:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.3);
  }

  .hover\:ring-offset-zinc-800\/35:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.35);
  }

  .hover\:ring-offset-zinc-800\/40:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.4);
  }

  .hover\:ring-offset-zinc-800\/45:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.45);
  }

  .hover\:ring-offset-zinc-800\/5:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.05);
  }

  .hover\:ring-offset-zinc-800\/50:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.5);
  }

  .hover\:ring-offset-zinc-800\/55:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.55);
  }

  .hover\:ring-offset-zinc-800\/60:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.6);
  }

  .hover\:ring-offset-zinc-800\/65:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.65);
  }

  .hover\:ring-offset-zinc-800\/70:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.7);
  }

  .hover\:ring-offset-zinc-800\/75:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.75);
  }

  .hover\:ring-offset-zinc-800\/80:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.8);
  }

  .hover\:ring-offset-zinc-800\/85:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.85);
  }

  .hover\:ring-offset-zinc-800\/90:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.9);
  }

  .hover\:ring-offset-zinc-800\/95:hover {
    --tw-ring-offset-color: rgb(39 39 42 / 0.95);
  }

  .hover\:ring-offset-zinc-900:hover {
    --tw-ring-offset-color: #18181b;
  }

  .hover\:ring-offset-zinc-900\/0:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0);
  }

  .hover\:ring-offset-zinc-900\/10:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.1);
  }

  .hover\:ring-offset-zinc-900\/100:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 1);
  }

  .hover\:ring-offset-zinc-900\/15:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.15);
  }

  .hover\:ring-offset-zinc-900\/20:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.2);
  }

  .hover\:ring-offset-zinc-900\/25:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.25);
  }

  .hover\:ring-offset-zinc-900\/30:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.3);
  }

  .hover\:ring-offset-zinc-900\/35:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.35);
  }

  .hover\:ring-offset-zinc-900\/40:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.4);
  }

  .hover\:ring-offset-zinc-900\/45:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.45);
  }

  .hover\:ring-offset-zinc-900\/5:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.05);
  }

  .hover\:ring-offset-zinc-900\/50:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.5);
  }

  .hover\:ring-offset-zinc-900\/55:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.55);
  }

  .hover\:ring-offset-zinc-900\/60:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.6);
  }

  .hover\:ring-offset-zinc-900\/65:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.65);
  }

  .hover\:ring-offset-zinc-900\/70:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.7);
  }

  .hover\:ring-offset-zinc-900\/75:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.75);
  }

  .hover\:ring-offset-zinc-900\/80:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.8);
  }

  .hover\:ring-offset-zinc-900\/85:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.85);
  }

  .hover\:ring-offset-zinc-900\/90:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.9);
  }

  .hover\:ring-offset-zinc-900\/95:hover {
    --tw-ring-offset-color: rgb(24 24 27 / 0.95);
  }

  .hover\:ring-offset-zinc-950:hover {
    --tw-ring-offset-color: #09090b;
  }

  .hover\:ring-offset-zinc-950\/0:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0);
  }

  .hover\:ring-offset-zinc-950\/10:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.1);
  }

  .hover\:ring-offset-zinc-950\/100:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 1);
  }

  .hover\:ring-offset-zinc-950\/15:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.15);
  }

  .hover\:ring-offset-zinc-950\/20:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.2);
  }

  .hover\:ring-offset-zinc-950\/25:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.25);
  }

  .hover\:ring-offset-zinc-950\/30:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.3);
  }

  .hover\:ring-offset-zinc-950\/35:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.35);
  }

  .hover\:ring-offset-zinc-950\/40:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.4);
  }

  .hover\:ring-offset-zinc-950\/45:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.45);
  }

  .hover\:ring-offset-zinc-950\/5:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.05);
  }

  .hover\:ring-offset-zinc-950\/50:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.5);
  }

  .hover\:ring-offset-zinc-950\/55:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.55);
  }

  .hover\:ring-offset-zinc-950\/60:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.6);
  }

  .hover\:ring-offset-zinc-950\/65:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.65);
  }

  .hover\:ring-offset-zinc-950\/70:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.7);
  }

  .hover\:ring-offset-zinc-950\/75:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.75);
  }

  .hover\:ring-offset-zinc-950\/80:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.8);
  }

  .hover\:ring-offset-zinc-950\/85:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.85);
  }

  .hover\:ring-offset-zinc-950\/90:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.9);
  }

  .hover\:ring-offset-zinc-950\/95:hover {
    --tw-ring-offset-color: rgb(9 9 11 / 0.95);
  }

  .hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .hover\:shadow-10:hover {
    box-shadow: var(--shadow-10);
  }

  .hover\:shadow-20:hover {
    box-shadow: var(--shadow-20);
  }

  .hover\:shadow-30:hover {
    box-shadow: var(--shadow-30);
  }

  .hover\:shadow-40:hover {
    box-shadow: var(--shadow-40);
  }

  .hover\:shadow-50:hover {
    box-shadow: var(--shadow-50);
  }

  .hover\:\[box-shadow\:0px_0px_0px_1\.5px_var\(--border-hover\)\]:hover {
    box-shadow: 0px 0px 0px 1.5px var(--border-hover);
  }

  .hover\:\[box-shadow\:none\]:hover {
    box-shadow: none;
  }

  .hover\:focus-within\:bg-transparent:focus-within:hover {
    background-color: transparent;
  }
}
.focus\:border-collapse:focus {
  border-collapse: collapse;
}
.focus\:border-separate:focus {
  border-collapse: separate;
}
.focus\:border-spacing-0:focus {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-0\.5:focus {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-1:focus {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-1\.5:focus {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-10:focus {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-11:focus {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-12:focus {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-14:focus {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-16:focus {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-2:focus {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-2\.5:focus {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-20:focus {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-24:focus {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-28:focus {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-3:focus {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-3\.5:focus {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-32:focus {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-36:focus {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-4:focus {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-40:focus {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-44:focus {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-48:focus {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-5:focus {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-52:focus {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-56:focus {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-6:focus {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-60:focus {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-64:focus {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-7:focus {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-72:focus {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-8:focus {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-80:focus {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-9:focus {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-96:focus {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-px:focus {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-0:focus {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-0\.5:focus {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-1:focus {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-1\.5:focus {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-10:focus {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-11:focus {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-12:focus {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-14:focus {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-16:focus {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-2:focus {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-2\.5:focus {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-20:focus {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-24:focus {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-28:focus {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-3:focus {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-3\.5:focus {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-32:focus {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-36:focus {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-4:focus {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-40:focus {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-44:focus {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-48:focus {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-5:focus {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-52:focus {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-56:focus {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-6:focus {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-60:focus {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-64:focus {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-7:focus {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-72:focus {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-8:focus {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-80:focus {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-9:focus {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-96:focus {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-px:focus {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-0:focus {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-0\.5:focus {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-1:focus {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-1\.5:focus {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-10:focus {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-11:focus {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-12:focus {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-14:focus {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-16:focus {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-2:focus {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-2\.5:focus {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-20:focus {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-24:focus {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-28:focus {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-3:focus {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-3\.5:focus {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-32:focus {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-36:focus {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-4:focus {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-40:focus {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-44:focus {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-48:focus {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-5:focus {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-52:focus {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-56:focus {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-6:focus {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-60:focus {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-64:focus {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-7:focus {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-72:focus {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-8:focus {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-80:focus {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-9:focus {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-96:focus {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-px:focus {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:text-ellipsis:focus {
  text-overflow: ellipsis;
}
.focus\:text-clip:focus {
  text-overflow: clip;
}
.focus\:text-wrap:focus {
  text-wrap: wrap;
}
.focus\:text-nowrap:focus {
  text-wrap: nowrap;
}
.focus\:text-balance:focus {
  text-wrap: balance;
}
.focus\:text-pretty:focus {
  text-wrap: pretty;
}
.focus\:border-0:focus {
  border-width: 0px;
}
.focus\:border-2:focus {
  border-width: 2px;
}
.focus\:border-4:focus {
  border-width: 4px;
}
.focus\:border-8:focus {
  border-width: 8px;
}
.focus\:border-x:focus {
  border-left-width: 1px;
  border-right-width: 1px;
}
.focus\:border-x-0:focus {
  border-left-width: 0px;
  border-right-width: 0px;
}
.focus\:border-x-2:focus {
  border-left-width: 2px;
  border-right-width: 2px;
}
.focus\:border-x-4:focus {
  border-left-width: 4px;
  border-right-width: 4px;
}
.focus\:border-x-8:focus {
  border-left-width: 8px;
  border-right-width: 8px;
}
.focus\:border-y:focus {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.focus\:border-y-0:focus {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.focus\:border-y-2:focus {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.focus\:border-y-4:focus {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.focus\:border-y-8:focus {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.focus\:border-b:focus {
  border-bottom-width: 1px;
}
.focus\:border-b-0:focus {
  border-bottom-width: 0px;
}
.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}
.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}
.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}
.focus\:border-e:focus {
  border-inline-end-width: 1px;
}
.focus\:border-e-0:focus {
  border-inline-end-width: 0px;
}
.focus\:border-e-2:focus {
  border-inline-end-width: 2px;
}
.focus\:border-e-4:focus {
  border-inline-end-width: 4px;
}
.focus\:border-e-8:focus {
  border-inline-end-width: 8px;
}
.focus\:border-l:focus {
  border-left-width: 1px;
}
.focus\:border-l-0:focus {
  border-left-width: 0px;
}
.focus\:border-l-2:focus {
  border-left-width: 2px;
}
.focus\:border-l-4:focus {
  border-left-width: 4px;
}
.focus\:border-l-8:focus {
  border-left-width: 8px;
}
.focus\:border-r:focus {
  border-right-width: 1px;
}
.focus\:border-r-0:focus {
  border-right-width: 0px;
}
.focus\:border-r-2:focus {
  border-right-width: 2px;
}
.focus\:border-r-4:focus {
  border-right-width: 4px;
}
.focus\:border-r-8:focus {
  border-right-width: 8px;
}
.focus\:border-s:focus {
  border-inline-start-width: 1px;
}
.focus\:border-s-0:focus {
  border-inline-start-width: 0px;
}
.focus\:border-s-2:focus {
  border-inline-start-width: 2px;
}
.focus\:border-s-4:focus {
  border-inline-start-width: 4px;
}
.focus\:border-s-8:focus {
  border-inline-start-width: 8px;
}
.focus\:border-t:focus {
  border-top-width: 1px;
}
.focus\:border-t-0:focus {
  border-top-width: 0px;
}
.focus\:border-t-2:focus {
  border-top-width: 2px;
}
.focus\:border-t-4:focus {
  border-top-width: 4px;
}
.focus\:border-t-8:focus {
  border-top-width: 8px;
}
.focus\:border-solid:focus {
  border-style: solid;
}
.focus\:border-dashed:focus {
  border-style: dashed;
}
.focus\:border-dotted:focus {
  border-style: dotted;
}
.focus\:border-double:focus {
  border-style: double;
}
.focus\:border-hidden:focus {
  border-style: hidden;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-accent:focus {
  border-color: var(--border-accent);
}
.focus\:border-calendar:focus {
  border-color: var(--border-calendar);
}
.focus\:border-constant-black:focus {
  border-color: var(--general-constant-black);
}
.focus\:border-constant-white:focus {
  border-color: var(--general-constant-white);
}
.focus\:border-current:focus {
  border-color: currentColor;
}
.focus\:border-focus:focus {
  border-color: var(--border-focus);
}
.focus\:border-hover:focus {
  border-color: var(--border-hover);
}
.focus\:border-inherit:focus {
  border-color: inherit;
}
.focus\:border-input:focus {
  border-color: var(--border-input);
}
.focus\:border-input-active:focus {
  border-color: var(--border-input-active);
}
.focus\:border-input-active-hover:focus {
  border-color: var(--border-input-active-hover);
}
.focus\:border-input-active-pressed:focus {
  border-color: var(--border-input-active-pressed);
}
.focus\:border-input-caution:focus {
  border-color: var(--border-input-caution);
}
.focus\:border-input-caution-hover:focus {
  border-color: var(--border-input-caution-hover);
}
.focus\:border-input-caution-pressed:focus {
  border-color: var(--border-input-caution-pressed);
}
.focus\:border-input-critical:focus {
  border-color: var(--border-input-critical);
}
.focus\:border-input-critical-hover:focus {
  border-color: var(--border-input-critical-hover);
}
.focus\:border-input-critical-pressed:focus {
  border-color: var(--border-input-critical-pressed);
}
.focus\:border-input-disabled:focus {
  border-color: var(--border-input-disabled);
}
.focus\:border-input-hover:focus {
  border-color: var(--border-input-hover);
}
.focus\:border-palette-blue-border:focus {
  border-color: var(--palette-blue-border);
}
.focus\:border-palette-dark-blue-border:focus {
  border-color: var(--palette-dark-blue-border);
}
.focus\:border-palette-dark-gray-border:focus {
  border-color: var(--palette-dark-gray-border);
}
.focus\:border-palette-dark-green-border:focus {
  border-color: var(--palette-dark-green-border);
}
.focus\:border-palette-gray-border:focus {
  border-color: var(--palette-gray-border);
}
.focus\:border-palette-green-border:focus {
  border-color: var(--palette-green-border);
}
.focus\:border-palette-light-pink-border:focus {
  border-color: var(--palette-light-pink-border);
}
.focus\:border-palette-maroon-border:focus {
  border-color: var(--palette-maroon-border);
}
.focus\:border-palette-orange-border:focus {
  border-color: var(--palette-orange-border);
}
.focus\:border-palette-pink-border:focus {
  border-color: var(--palette-pink-border);
}
.focus\:border-palette-red-border:focus {
  border-color: var(--palette-red-border);
}
.focus\:border-palette-violet-border:focus {
  border-color: var(--palette-violet-border);
}
.focus\:border-palette-yellow-border:focus {
  border-color: var(--palette-yellow-border);
}
.focus\:border-primary:focus {
  border-color: var(--border-primary);
}
.focus\:border-secondary:focus {
  border-color: var(--border-secondary);
}
.focus\:border-status-available:focus {
  border-color: var(--status-available);
}
.focus\:border-status-away:focus {
  border-color: var(--status-away);
}
.focus\:border-status-border:focus {
  border-color: var(--status-border);
}
.focus\:border-status-busy:focus {
  border-color: var(--status-busy);
}
.focus\:border-status-icon:focus {
  border-color: var(--status-icon);
}
.focus\:border-status-offline:focus {
  border-color: var(--status-offline);
}
.focus\:border-tertiary:focus {
  border-color: var(--border-tertiary);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-transparent\/0:focus {
  border-color: rgb(0 0 0 / 0);
}
.focus\:border-transparent\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}
.focus\:border-transparent\/100:focus {
  border-color: rgb(0 0 0 / 1);
}
.focus\:border-transparent\/15:focus {
  border-color: rgb(0 0 0 / 0.15);
}
.focus\:border-transparent\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}
.focus\:border-transparent\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}
.focus\:border-transparent\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}
.focus\:border-transparent\/35:focus {
  border-color: rgb(0 0 0 / 0.35);
}
.focus\:border-transparent\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}
.focus\:border-transparent\/45:focus {
  border-color: rgb(0 0 0 / 0.45);
}
.focus\:border-transparent\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}
.focus\:border-transparent\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}
.focus\:border-transparent\/55:focus {
  border-color: rgb(0 0 0 / 0.55);
}
.focus\:border-transparent\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}
.focus\:border-transparent\/65:focus {
  border-color: rgb(0 0 0 / 0.65);
}
.focus\:border-transparent\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}
.focus\:border-transparent\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}
.focus\:border-transparent\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}
.focus\:border-transparent\/85:focus {
  border-color: rgb(0 0 0 / 0.85);
}
.focus\:border-transparent\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}
.focus\:border-transparent\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}
.focus\:border-x-accent:focus {
  border-left-color: var(--border-accent);
  border-right-color: var(--border-accent);
}
.focus\:border-x-calendar:focus {
  border-left-color: var(--border-calendar);
  border-right-color: var(--border-calendar);
}
.focus\:border-x-constant-black:focus {
  border-left-color: var(--general-constant-black);
  border-right-color: var(--general-constant-black);
}
.focus\:border-x-constant-white:focus {
  border-left-color: var(--general-constant-white);
  border-right-color: var(--general-constant-white);
}
.focus\:border-x-current:focus {
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.focus\:border-x-focus:focus {
  border-left-color: var(--border-focus);
  border-right-color: var(--border-focus);
}
.focus\:border-x-hover:focus {
  border-left-color: var(--border-hover);
  border-right-color: var(--border-hover);
}
.focus\:border-x-inherit:focus {
  border-left-color: inherit;
  border-right-color: inherit;
}
.focus\:border-x-input:focus {
  border-left-color: var(--border-input);
  border-right-color: var(--border-input);
}
.focus\:border-x-input-active:focus {
  border-left-color: var(--border-input-active);
  border-right-color: var(--border-input-active);
}
.focus\:border-x-input-active-hover:focus {
  border-left-color: var(--border-input-active-hover);
  border-right-color: var(--border-input-active-hover);
}
.focus\:border-x-input-active-pressed:focus {
  border-left-color: var(--border-input-active-pressed);
  border-right-color: var(--border-input-active-pressed);
}
.focus\:border-x-input-caution:focus {
  border-left-color: var(--border-input-caution);
  border-right-color: var(--border-input-caution);
}
.focus\:border-x-input-caution-hover:focus {
  border-left-color: var(--border-input-caution-hover);
  border-right-color: var(--border-input-caution-hover);
}
.focus\:border-x-input-caution-pressed:focus {
  border-left-color: var(--border-input-caution-pressed);
  border-right-color: var(--border-input-caution-pressed);
}
.focus\:border-x-input-critical:focus {
  border-left-color: var(--border-input-critical);
  border-right-color: var(--border-input-critical);
}
.focus\:border-x-input-critical-hover:focus {
  border-left-color: var(--border-input-critical-hover);
  border-right-color: var(--border-input-critical-hover);
}
.focus\:border-x-input-critical-pressed:focus {
  border-left-color: var(--border-input-critical-pressed);
  border-right-color: var(--border-input-critical-pressed);
}
.focus\:border-x-input-disabled:focus {
  border-left-color: var(--border-input-disabled);
  border-right-color: var(--border-input-disabled);
}
.focus\:border-x-input-hover:focus {
  border-left-color: var(--border-input-hover);
  border-right-color: var(--border-input-hover);
}
.focus\:border-x-palette-blue-border:focus {
  border-left-color: var(--palette-blue-border);
  border-right-color: var(--palette-blue-border);
}
.focus\:border-x-palette-dark-blue-border:focus {
  border-left-color: var(--palette-dark-blue-border);
  border-right-color: var(--palette-dark-blue-border);
}
.focus\:border-x-palette-dark-gray-border:focus {
  border-left-color: var(--palette-dark-gray-border);
  border-right-color: var(--palette-dark-gray-border);
}
.focus\:border-x-palette-dark-green-border:focus {
  border-left-color: var(--palette-dark-green-border);
  border-right-color: var(--palette-dark-green-border);
}
.focus\:border-x-palette-gray-border:focus {
  border-left-color: var(--palette-gray-border);
  border-right-color: var(--palette-gray-border);
}
.focus\:border-x-palette-green-border:focus {
  border-left-color: var(--palette-green-border);
  border-right-color: var(--palette-green-border);
}
.focus\:border-x-palette-light-pink-border:focus {
  border-left-color: var(--palette-light-pink-border);
  border-right-color: var(--palette-light-pink-border);
}
.focus\:border-x-palette-maroon-border:focus {
  border-left-color: var(--palette-maroon-border);
  border-right-color: var(--palette-maroon-border);
}
.focus\:border-x-palette-orange-border:focus {
  border-left-color: var(--palette-orange-border);
  border-right-color: var(--palette-orange-border);
}
.focus\:border-x-palette-pink-border:focus {
  border-left-color: var(--palette-pink-border);
  border-right-color: var(--palette-pink-border);
}
.focus\:border-x-palette-red-border:focus {
  border-left-color: var(--palette-red-border);
  border-right-color: var(--palette-red-border);
}
.focus\:border-x-palette-violet-border:focus {
  border-left-color: var(--palette-violet-border);
  border-right-color: var(--palette-violet-border);
}
.focus\:border-x-palette-yellow-border:focus {
  border-left-color: var(--palette-yellow-border);
  border-right-color: var(--palette-yellow-border);
}
.focus\:border-x-primary:focus {
  border-left-color: var(--border-primary);
  border-right-color: var(--border-primary);
}
.focus\:border-x-secondary:focus {
  border-left-color: var(--border-secondary);
  border-right-color: var(--border-secondary);
}
.focus\:border-x-status-available:focus {
  border-left-color: var(--status-available);
  border-right-color: var(--status-available);
}
.focus\:border-x-status-away:focus {
  border-left-color: var(--status-away);
  border-right-color: var(--status-away);
}
.focus\:border-x-status-border:focus {
  border-left-color: var(--status-border);
  border-right-color: var(--status-border);
}
.focus\:border-x-status-busy:focus {
  border-left-color: var(--status-busy);
  border-right-color: var(--status-busy);
}
.focus\:border-x-status-icon:focus {
  border-left-color: var(--status-icon);
  border-right-color: var(--status-icon);
}
.focus\:border-x-status-offline:focus {
  border-left-color: var(--status-offline);
  border-right-color: var(--status-offline);
}
.focus\:border-x-tertiary:focus {
  border-left-color: var(--border-tertiary);
  border-right-color: var(--border-tertiary);
}
.focus\:border-x-transparent:focus {
  border-left-color: transparent;
  border-right-color: transparent;
}
.focus\:border-x-transparent\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-x-transparent\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-x-transparent\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-x-transparent\/15:focus {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-x-transparent\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-x-transparent\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-x-transparent\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-x-transparent\/35:focus {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-x-transparent\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-x-transparent\/45:focus {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-x-transparent\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-x-transparent\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-x-transparent\/55:focus {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-x-transparent\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-x-transparent\/65:focus {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-x-transparent\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-x-transparent\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-x-transparent\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-x-transparent\/85:focus {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-x-transparent\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-x-transparent\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-y-accent:focus {
  border-top-color: var(--border-accent);
  border-bottom-color: var(--border-accent);
}
.focus\:border-y-calendar:focus {
  border-top-color: var(--border-calendar);
  border-bottom-color: var(--border-calendar);
}
.focus\:border-y-constant-black:focus {
  border-top-color: var(--general-constant-black);
  border-bottom-color: var(--general-constant-black);
}
.focus\:border-y-constant-white:focus {
  border-top-color: var(--general-constant-white);
  border-bottom-color: var(--general-constant-white);
}
.focus\:border-y-current:focus {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.focus\:border-y-focus:focus {
  border-top-color: var(--border-focus);
  border-bottom-color: var(--border-focus);
}
.focus\:border-y-hover:focus {
  border-top-color: var(--border-hover);
  border-bottom-color: var(--border-hover);
}
.focus\:border-y-inherit:focus {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.focus\:border-y-input:focus {
  border-top-color: var(--border-input);
  border-bottom-color: var(--border-input);
}
.focus\:border-y-input-active:focus {
  border-top-color: var(--border-input-active);
  border-bottom-color: var(--border-input-active);
}
.focus\:border-y-input-active-hover:focus {
  border-top-color: var(--border-input-active-hover);
  border-bottom-color: var(--border-input-active-hover);
}
.focus\:border-y-input-active-pressed:focus {
  border-top-color: var(--border-input-active-pressed);
  border-bottom-color: var(--border-input-active-pressed);
}
.focus\:border-y-input-caution:focus {
  border-top-color: var(--border-input-caution);
  border-bottom-color: var(--border-input-caution);
}
.focus\:border-y-input-caution-hover:focus {
  border-top-color: var(--border-input-caution-hover);
  border-bottom-color: var(--border-input-caution-hover);
}
.focus\:border-y-input-caution-pressed:focus {
  border-top-color: var(--border-input-caution-pressed);
  border-bottom-color: var(--border-input-caution-pressed);
}
.focus\:border-y-input-critical:focus {
  border-top-color: var(--border-input-critical);
  border-bottom-color: var(--border-input-critical);
}
.focus\:border-y-input-critical-hover:focus {
  border-top-color: var(--border-input-critical-hover);
  border-bottom-color: var(--border-input-critical-hover);
}
.focus\:border-y-input-critical-pressed:focus {
  border-top-color: var(--border-input-critical-pressed);
  border-bottom-color: var(--border-input-critical-pressed);
}
.focus\:border-y-input-disabled:focus {
  border-top-color: var(--border-input-disabled);
  border-bottom-color: var(--border-input-disabled);
}
.focus\:border-y-input-hover:focus {
  border-top-color: var(--border-input-hover);
  border-bottom-color: var(--border-input-hover);
}
.focus\:border-y-palette-blue-border:focus {
  border-top-color: var(--palette-blue-border);
  border-bottom-color: var(--palette-blue-border);
}
.focus\:border-y-palette-dark-blue-border:focus {
  border-top-color: var(--palette-dark-blue-border);
  border-bottom-color: var(--palette-dark-blue-border);
}
.focus\:border-y-palette-dark-gray-border:focus {
  border-top-color: var(--palette-dark-gray-border);
  border-bottom-color: var(--palette-dark-gray-border);
}
.focus\:border-y-palette-dark-green-border:focus {
  border-top-color: var(--palette-dark-green-border);
  border-bottom-color: var(--palette-dark-green-border);
}
.focus\:border-y-palette-gray-border:focus {
  border-top-color: var(--palette-gray-border);
  border-bottom-color: var(--palette-gray-border);
}
.focus\:border-y-palette-green-border:focus {
  border-top-color: var(--palette-green-border);
  border-bottom-color: var(--palette-green-border);
}
.focus\:border-y-palette-light-pink-border:focus {
  border-top-color: var(--palette-light-pink-border);
  border-bottom-color: var(--palette-light-pink-border);
}
.focus\:border-y-palette-maroon-border:focus {
  border-top-color: var(--palette-maroon-border);
  border-bottom-color: var(--palette-maroon-border);
}
.focus\:border-y-palette-orange-border:focus {
  border-top-color: var(--palette-orange-border);
  border-bottom-color: var(--palette-orange-border);
}
.focus\:border-y-palette-pink-border:focus {
  border-top-color: var(--palette-pink-border);
  border-bottom-color: var(--palette-pink-border);
}
.focus\:border-y-palette-red-border:focus {
  border-top-color: var(--palette-red-border);
  border-bottom-color: var(--palette-red-border);
}
.focus\:border-y-palette-violet-border:focus {
  border-top-color: var(--palette-violet-border);
  border-bottom-color: var(--palette-violet-border);
}
.focus\:border-y-palette-yellow-border:focus {
  border-top-color: var(--palette-yellow-border);
  border-bottom-color: var(--palette-yellow-border);
}
.focus\:border-y-primary:focus {
  border-top-color: var(--border-primary);
  border-bottom-color: var(--border-primary);
}
.focus\:border-y-secondary:focus {
  border-top-color: var(--border-secondary);
  border-bottom-color: var(--border-secondary);
}
.focus\:border-y-status-available:focus {
  border-top-color: var(--status-available);
  border-bottom-color: var(--status-available);
}
.focus\:border-y-status-away:focus {
  border-top-color: var(--status-away);
  border-bottom-color: var(--status-away);
}
.focus\:border-y-status-border:focus {
  border-top-color: var(--status-border);
  border-bottom-color: var(--status-border);
}
.focus\:border-y-status-busy:focus {
  border-top-color: var(--status-busy);
  border-bottom-color: var(--status-busy);
}
.focus\:border-y-status-icon:focus {
  border-top-color: var(--status-icon);
  border-bottom-color: var(--status-icon);
}
.focus\:border-y-status-offline:focus {
  border-top-color: var(--status-offline);
  border-bottom-color: var(--status-offline);
}
.focus\:border-y-tertiary:focus {
  border-top-color: var(--border-tertiary);
  border-bottom-color: var(--border-tertiary);
}
.focus\:border-y-transparent:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.focus\:border-y-transparent\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-y-transparent\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-y-transparent\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-y-transparent\/15:focus {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-y-transparent\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-y-transparent\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-y-transparent\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-y-transparent\/35:focus {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-y-transparent\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-y-transparent\/45:focus {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-y-transparent\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-y-transparent\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-y-transparent\/55:focus {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-y-transparent\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-y-transparent\/65:focus {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-y-transparent\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-y-transparent\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-y-transparent\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-y-transparent\/85:focus {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-y-transparent\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-y-transparent\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-b-accent:focus {
  border-bottom-color: var(--border-accent);
}
.focus\:border-b-calendar:focus {
  border-bottom-color: var(--border-calendar);
}
.focus\:border-b-constant-black:focus {
  border-bottom-color: var(--general-constant-black);
}
.focus\:border-b-constant-white:focus {
  border-bottom-color: var(--general-constant-white);
}
.focus\:border-b-current:focus {
  border-bottom-color: currentColor;
}
.focus\:border-b-focus:focus {
  border-bottom-color: var(--border-focus);
}
.focus\:border-b-hover:focus {
  border-bottom-color: var(--border-hover);
}
.focus\:border-b-inherit:focus {
  border-bottom-color: inherit;
}
.focus\:border-b-input:focus {
  border-bottom-color: var(--border-input);
}
.focus\:border-b-input-active:focus {
  border-bottom-color: var(--border-input-active);
}
.focus\:border-b-input-active-hover:focus {
  border-bottom-color: var(--border-input-active-hover);
}
.focus\:border-b-input-active-pressed:focus {
  border-bottom-color: var(--border-input-active-pressed);
}
.focus\:border-b-input-caution:focus {
  border-bottom-color: var(--border-input-caution);
}
.focus\:border-b-input-caution-hover:focus {
  border-bottom-color: var(--border-input-caution-hover);
}
.focus\:border-b-input-caution-pressed:focus {
  border-bottom-color: var(--border-input-caution-pressed);
}
.focus\:border-b-input-critical:focus {
  border-bottom-color: var(--border-input-critical);
}
.focus\:border-b-input-critical-hover:focus {
  border-bottom-color: var(--border-input-critical-hover);
}
.focus\:border-b-input-critical-pressed:focus {
  border-bottom-color: var(--border-input-critical-pressed);
}
.focus\:border-b-input-disabled:focus {
  border-bottom-color: var(--border-input-disabled);
}
.focus\:border-b-input-hover:focus {
  border-bottom-color: var(--border-input-hover);
}
.focus\:border-b-palette-blue-border:focus {
  border-bottom-color: var(--palette-blue-border);
}
.focus\:border-b-palette-dark-blue-border:focus {
  border-bottom-color: var(--palette-dark-blue-border);
}
.focus\:border-b-palette-dark-gray-border:focus {
  border-bottom-color: var(--palette-dark-gray-border);
}
.focus\:border-b-palette-dark-green-border:focus {
  border-bottom-color: var(--palette-dark-green-border);
}
.focus\:border-b-palette-gray-border:focus {
  border-bottom-color: var(--palette-gray-border);
}
.focus\:border-b-palette-green-border:focus {
  border-bottom-color: var(--palette-green-border);
}
.focus\:border-b-palette-light-pink-border:focus {
  border-bottom-color: var(--palette-light-pink-border);
}
.focus\:border-b-palette-maroon-border:focus {
  border-bottom-color: var(--palette-maroon-border);
}
.focus\:border-b-palette-orange-border:focus {
  border-bottom-color: var(--palette-orange-border);
}
.focus\:border-b-palette-pink-border:focus {
  border-bottom-color: var(--palette-pink-border);
}
.focus\:border-b-palette-red-border:focus {
  border-bottom-color: var(--palette-red-border);
}
.focus\:border-b-palette-violet-border:focus {
  border-bottom-color: var(--palette-violet-border);
}
.focus\:border-b-palette-yellow-border:focus {
  border-bottom-color: var(--palette-yellow-border);
}
.focus\:border-b-primary:focus {
  border-bottom-color: var(--border-primary);
}
.focus\:border-b-secondary:focus {
  border-bottom-color: var(--border-secondary);
}
.focus\:border-b-status-available:focus {
  border-bottom-color: var(--status-available);
}
.focus\:border-b-status-away:focus {
  border-bottom-color: var(--status-away);
}
.focus\:border-b-status-border:focus {
  border-bottom-color: var(--status-border);
}
.focus\:border-b-status-busy:focus {
  border-bottom-color: var(--status-busy);
}
.focus\:border-b-status-icon:focus {
  border-bottom-color: var(--status-icon);
}
.focus\:border-b-status-offline:focus {
  border-bottom-color: var(--status-offline);
}
.focus\:border-b-tertiary:focus {
  border-bottom-color: var(--border-tertiary);
}
.focus\:border-b-transparent:focus {
  border-bottom-color: transparent;
}
.focus\:border-b-transparent\/0:focus {
  border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-b-transparent\/10:focus {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-b-transparent\/100:focus {
  border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-b-transparent\/15:focus {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-b-transparent\/20:focus {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-b-transparent\/25:focus {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-b-transparent\/30:focus {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-b-transparent\/35:focus {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-b-transparent\/40:focus {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-b-transparent\/45:focus {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-b-transparent\/5:focus {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-b-transparent\/50:focus {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-b-transparent\/55:focus {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-b-transparent\/60:focus {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-b-transparent\/65:focus {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-b-transparent\/70:focus {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-b-transparent\/75:focus {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-b-transparent\/80:focus {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-b-transparent\/85:focus {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-b-transparent\/90:focus {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-b-transparent\/95:focus {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-e-accent:focus {
  border-inline-end-color: var(--border-accent);
}
.focus\:border-e-calendar:focus {
  border-inline-end-color: var(--border-calendar);
}
.focus\:border-e-constant-black:focus {
  border-inline-end-color: var(--general-constant-black);
}
.focus\:border-e-constant-white:focus {
  border-inline-end-color: var(--general-constant-white);
}
.focus\:border-e-current:focus {
  border-inline-end-color: currentColor;
}
.focus\:border-e-focus:focus {
  border-inline-end-color: var(--border-focus);
}
.focus\:border-e-hover:focus {
  border-inline-end-color: var(--border-hover);
}
.focus\:border-e-inherit:focus {
  border-inline-end-color: inherit;
}
.focus\:border-e-input:focus {
  border-inline-end-color: var(--border-input);
}
.focus\:border-e-input-active:focus {
  border-inline-end-color: var(--border-input-active);
}
.focus\:border-e-input-active-hover:focus {
  border-inline-end-color: var(--border-input-active-hover);
}
.focus\:border-e-input-active-pressed:focus {
  border-inline-end-color: var(--border-input-active-pressed);
}
.focus\:border-e-input-caution:focus {
  border-inline-end-color: var(--border-input-caution);
}
.focus\:border-e-input-caution-hover:focus {
  border-inline-end-color: var(--border-input-caution-hover);
}
.focus\:border-e-input-caution-pressed:focus {
  border-inline-end-color: var(--border-input-caution-pressed);
}
.focus\:border-e-input-critical:focus {
  border-inline-end-color: var(--border-input-critical);
}
.focus\:border-e-input-critical-hover:focus {
  border-inline-end-color: var(--border-input-critical-hover);
}
.focus\:border-e-input-critical-pressed:focus {
  border-inline-end-color: var(--border-input-critical-pressed);
}
.focus\:border-e-input-disabled:focus {
  border-inline-end-color: var(--border-input-disabled);
}
.focus\:border-e-input-hover:focus {
  border-inline-end-color: var(--border-input-hover);
}
.focus\:border-e-palette-blue-border:focus {
  border-inline-end-color: var(--palette-blue-border);
}
.focus\:border-e-palette-dark-blue-border:focus {
  border-inline-end-color: var(--palette-dark-blue-border);
}
.focus\:border-e-palette-dark-gray-border:focus {
  border-inline-end-color: var(--palette-dark-gray-border);
}
.focus\:border-e-palette-dark-green-border:focus {
  border-inline-end-color: var(--palette-dark-green-border);
}
.focus\:border-e-palette-gray-border:focus {
  border-inline-end-color: var(--palette-gray-border);
}
.focus\:border-e-palette-green-border:focus {
  border-inline-end-color: var(--palette-green-border);
}
.focus\:border-e-palette-light-pink-border:focus {
  border-inline-end-color: var(--palette-light-pink-border);
}
.focus\:border-e-palette-maroon-border:focus {
  border-inline-end-color: var(--palette-maroon-border);
}
.focus\:border-e-palette-orange-border:focus {
  border-inline-end-color: var(--palette-orange-border);
}
.focus\:border-e-palette-pink-border:focus {
  border-inline-end-color: var(--palette-pink-border);
}
.focus\:border-e-palette-red-border:focus {
  border-inline-end-color: var(--palette-red-border);
}
.focus\:border-e-palette-violet-border:focus {
  border-inline-end-color: var(--palette-violet-border);
}
.focus\:border-e-palette-yellow-border:focus {
  border-inline-end-color: var(--palette-yellow-border);
}
.focus\:border-e-primary:focus {
  border-inline-end-color: var(--border-primary);
}
.focus\:border-e-secondary:focus {
  border-inline-end-color: var(--border-secondary);
}
.focus\:border-e-status-available:focus {
  border-inline-end-color: var(--status-available);
}
.focus\:border-e-status-away:focus {
  border-inline-end-color: var(--status-away);
}
.focus\:border-e-status-border:focus {
  border-inline-end-color: var(--status-border);
}
.focus\:border-e-status-busy:focus {
  border-inline-end-color: var(--status-busy);
}
.focus\:border-e-status-icon:focus {
  border-inline-end-color: var(--status-icon);
}
.focus\:border-e-status-offline:focus {
  border-inline-end-color: var(--status-offline);
}
.focus\:border-e-tertiary:focus {
  border-inline-end-color: var(--border-tertiary);
}
.focus\:border-e-transparent:focus {
  border-inline-end-color: transparent;
}
.focus\:border-e-transparent\/0:focus {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.focus\:border-e-transparent\/10:focus {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.focus\:border-e-transparent\/100:focus {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.focus\:border-e-transparent\/15:focus {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.focus\:border-e-transparent\/20:focus {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.focus\:border-e-transparent\/25:focus {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.focus\:border-e-transparent\/30:focus {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.focus\:border-e-transparent\/35:focus {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.focus\:border-e-transparent\/40:focus {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.focus\:border-e-transparent\/45:focus {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.focus\:border-e-transparent\/5:focus {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.focus\:border-e-transparent\/50:focus {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.focus\:border-e-transparent\/55:focus {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.focus\:border-e-transparent\/60:focus {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.focus\:border-e-transparent\/65:focus {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.focus\:border-e-transparent\/70:focus {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.focus\:border-e-transparent\/75:focus {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.focus\:border-e-transparent\/80:focus {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.focus\:border-e-transparent\/85:focus {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.focus\:border-e-transparent\/90:focus {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.focus\:border-e-transparent\/95:focus {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.focus\:border-l-accent:focus {
  border-left-color: var(--border-accent);
}
.focus\:border-l-calendar:focus {
  border-left-color: var(--border-calendar);
}
.focus\:border-l-constant-black:focus {
  border-left-color: var(--general-constant-black);
}
.focus\:border-l-constant-white:focus {
  border-left-color: var(--general-constant-white);
}
.focus\:border-l-current:focus {
  border-left-color: currentColor;
}
.focus\:border-l-focus:focus {
  border-left-color: var(--border-focus);
}
.focus\:border-l-hover:focus {
  border-left-color: var(--border-hover);
}
.focus\:border-l-inherit:focus {
  border-left-color: inherit;
}
.focus\:border-l-input:focus {
  border-left-color: var(--border-input);
}
.focus\:border-l-input-active:focus {
  border-left-color: var(--border-input-active);
}
.focus\:border-l-input-active-hover:focus {
  border-left-color: var(--border-input-active-hover);
}
.focus\:border-l-input-active-pressed:focus {
  border-left-color: var(--border-input-active-pressed);
}
.focus\:border-l-input-caution:focus {
  border-left-color: var(--border-input-caution);
}
.focus\:border-l-input-caution-hover:focus {
  border-left-color: var(--border-input-caution-hover);
}
.focus\:border-l-input-caution-pressed:focus {
  border-left-color: var(--border-input-caution-pressed);
}
.focus\:border-l-input-critical:focus {
  border-left-color: var(--border-input-critical);
}
.focus\:border-l-input-critical-hover:focus {
  border-left-color: var(--border-input-critical-hover);
}
.focus\:border-l-input-critical-pressed:focus {
  border-left-color: var(--border-input-critical-pressed);
}
.focus\:border-l-input-disabled:focus {
  border-left-color: var(--border-input-disabled);
}
.focus\:border-l-input-hover:focus {
  border-left-color: var(--border-input-hover);
}
.focus\:border-l-palette-blue-border:focus {
  border-left-color: var(--palette-blue-border);
}
.focus\:border-l-palette-dark-blue-border:focus {
  border-left-color: var(--palette-dark-blue-border);
}
.focus\:border-l-palette-dark-gray-border:focus {
  border-left-color: var(--palette-dark-gray-border);
}
.focus\:border-l-palette-dark-green-border:focus {
  border-left-color: var(--palette-dark-green-border);
}
.focus\:border-l-palette-gray-border:focus {
  border-left-color: var(--palette-gray-border);
}
.focus\:border-l-palette-green-border:focus {
  border-left-color: var(--palette-green-border);
}
.focus\:border-l-palette-light-pink-border:focus {
  border-left-color: var(--palette-light-pink-border);
}
.focus\:border-l-palette-maroon-border:focus {
  border-left-color: var(--palette-maroon-border);
}
.focus\:border-l-palette-orange-border:focus {
  border-left-color: var(--palette-orange-border);
}
.focus\:border-l-palette-pink-border:focus {
  border-left-color: var(--palette-pink-border);
}
.focus\:border-l-palette-red-border:focus {
  border-left-color: var(--palette-red-border);
}
.focus\:border-l-palette-violet-border:focus {
  border-left-color: var(--palette-violet-border);
}
.focus\:border-l-palette-yellow-border:focus {
  border-left-color: var(--palette-yellow-border);
}
.focus\:border-l-primary:focus {
  border-left-color: var(--border-primary);
}
.focus\:border-l-secondary:focus {
  border-left-color: var(--border-secondary);
}
.focus\:border-l-status-available:focus {
  border-left-color: var(--status-available);
}
.focus\:border-l-status-away:focus {
  border-left-color: var(--status-away);
}
.focus\:border-l-status-border:focus {
  border-left-color: var(--status-border);
}
.focus\:border-l-status-busy:focus {
  border-left-color: var(--status-busy);
}
.focus\:border-l-status-icon:focus {
  border-left-color: var(--status-icon);
}
.focus\:border-l-status-offline:focus {
  border-left-color: var(--status-offline);
}
.focus\:border-l-tertiary:focus {
  border-left-color: var(--border-tertiary);
}
.focus\:border-l-transparent:focus {
  border-left-color: transparent;
}
.focus\:border-l-transparent\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
}
.focus\:border-l-transparent\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
}
.focus\:border-l-transparent\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
}
.focus\:border-l-transparent\/15:focus {
  border-left-color: rgb(0 0 0 / 0.15);
}
.focus\:border-l-transparent\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
}
.focus\:border-l-transparent\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
}
.focus\:border-l-transparent\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
}
.focus\:border-l-transparent\/35:focus {
  border-left-color: rgb(0 0 0 / 0.35);
}
.focus\:border-l-transparent\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
}
.focus\:border-l-transparent\/45:focus {
  border-left-color: rgb(0 0 0 / 0.45);
}
.focus\:border-l-transparent\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
}
.focus\:border-l-transparent\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
}
.focus\:border-l-transparent\/55:focus {
  border-left-color: rgb(0 0 0 / 0.55);
}
.focus\:border-l-transparent\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
}
.focus\:border-l-transparent\/65:focus {
  border-left-color: rgb(0 0 0 / 0.65);
}
.focus\:border-l-transparent\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
}
.focus\:border-l-transparent\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
}
.focus\:border-l-transparent\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
}
.focus\:border-l-transparent\/85:focus {
  border-left-color: rgb(0 0 0 / 0.85);
}
.focus\:border-l-transparent\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
}
.focus\:border-l-transparent\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
}
.focus\:border-r-accent:focus {
  border-right-color: var(--border-accent);
}
.focus\:border-r-calendar:focus {
  border-right-color: var(--border-calendar);
}
.focus\:border-r-constant-black:focus {
  border-right-color: var(--general-constant-black);
}
.focus\:border-r-constant-white:focus {
  border-right-color: var(--general-constant-white);
}
.focus\:border-r-current:focus {
  border-right-color: currentColor;
}
.focus\:border-r-focus:focus {
  border-right-color: var(--border-focus);
}
.focus\:border-r-hover:focus {
  border-right-color: var(--border-hover);
}
.focus\:border-r-inherit:focus {
  border-right-color: inherit;
}
.focus\:border-r-input:focus {
  border-right-color: var(--border-input);
}
.focus\:border-r-input-active:focus {
  border-right-color: var(--border-input-active);
}
.focus\:border-r-input-active-hover:focus {
  border-right-color: var(--border-input-active-hover);
}
.focus\:border-r-input-active-pressed:focus {
  border-right-color: var(--border-input-active-pressed);
}
.focus\:border-r-input-caution:focus {
  border-right-color: var(--border-input-caution);
}
.focus\:border-r-input-caution-hover:focus {
  border-right-color: var(--border-input-caution-hover);
}
.focus\:border-r-input-caution-pressed:focus {
  border-right-color: var(--border-input-caution-pressed);
}
.focus\:border-r-input-critical:focus {
  border-right-color: var(--border-input-critical);
}
.focus\:border-r-input-critical-hover:focus {
  border-right-color: var(--border-input-critical-hover);
}
.focus\:border-r-input-critical-pressed:focus {
  border-right-color: var(--border-input-critical-pressed);
}
.focus\:border-r-input-disabled:focus {
  border-right-color: var(--border-input-disabled);
}
.focus\:border-r-input-hover:focus {
  border-right-color: var(--border-input-hover);
}
.focus\:border-r-palette-blue-border:focus {
  border-right-color: var(--palette-blue-border);
}
.focus\:border-r-palette-dark-blue-border:focus {
  border-right-color: var(--palette-dark-blue-border);
}
.focus\:border-r-palette-dark-gray-border:focus {
  border-right-color: var(--palette-dark-gray-border);
}
.focus\:border-r-palette-dark-green-border:focus {
  border-right-color: var(--palette-dark-green-border);
}
.focus\:border-r-palette-gray-border:focus {
  border-right-color: var(--palette-gray-border);
}
.focus\:border-r-palette-green-border:focus {
  border-right-color: var(--palette-green-border);
}
.focus\:border-r-palette-light-pink-border:focus {
  border-right-color: var(--palette-light-pink-border);
}
.focus\:border-r-palette-maroon-border:focus {
  border-right-color: var(--palette-maroon-border);
}
.focus\:border-r-palette-orange-border:focus {
  border-right-color: var(--palette-orange-border);
}
.focus\:border-r-palette-pink-border:focus {
  border-right-color: var(--palette-pink-border);
}
.focus\:border-r-palette-red-border:focus {
  border-right-color: var(--palette-red-border);
}
.focus\:border-r-palette-violet-border:focus {
  border-right-color: var(--palette-violet-border);
}
.focus\:border-r-palette-yellow-border:focus {
  border-right-color: var(--palette-yellow-border);
}
.focus\:border-r-primary:focus {
  border-right-color: var(--border-primary);
}
.focus\:border-r-secondary:focus {
  border-right-color: var(--border-secondary);
}
.focus\:border-r-status-available:focus {
  border-right-color: var(--status-available);
}
.focus\:border-r-status-away:focus {
  border-right-color: var(--status-away);
}
.focus\:border-r-status-border:focus {
  border-right-color: var(--status-border);
}
.focus\:border-r-status-busy:focus {
  border-right-color: var(--status-busy);
}
.focus\:border-r-status-icon:focus {
  border-right-color: var(--status-icon);
}
.focus\:border-r-status-offline:focus {
  border-right-color: var(--status-offline);
}
.focus\:border-r-tertiary:focus {
  border-right-color: var(--border-tertiary);
}
.focus\:border-r-transparent:focus {
  border-right-color: transparent;
}
.focus\:border-r-transparent\/0:focus {
  border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-r-transparent\/10:focus {
  border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-r-transparent\/100:focus {
  border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-r-transparent\/15:focus {
  border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-r-transparent\/20:focus {
  border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-r-transparent\/25:focus {
  border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-r-transparent\/30:focus {
  border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-r-transparent\/35:focus {
  border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-r-transparent\/40:focus {
  border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-r-transparent\/45:focus {
  border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-r-transparent\/5:focus {
  border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-r-transparent\/50:focus {
  border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-r-transparent\/55:focus {
  border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-r-transparent\/60:focus {
  border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-r-transparent\/65:focus {
  border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-r-transparent\/70:focus {
  border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-r-transparent\/75:focus {
  border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-r-transparent\/80:focus {
  border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-r-transparent\/85:focus {
  border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-r-transparent\/90:focus {
  border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-r-transparent\/95:focus {
  border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-s-accent:focus {
  border-inline-start-color: var(--border-accent);
}
.focus\:border-s-calendar:focus {
  border-inline-start-color: var(--border-calendar);
}
.focus\:border-s-constant-black:focus {
  border-inline-start-color: var(--general-constant-black);
}
.focus\:border-s-constant-white:focus {
  border-inline-start-color: var(--general-constant-white);
}
.focus\:border-s-current:focus {
  border-inline-start-color: currentColor;
}
.focus\:border-s-focus:focus {
  border-inline-start-color: var(--border-focus);
}
.focus\:border-s-hover:focus {
  border-inline-start-color: var(--border-hover);
}
.focus\:border-s-inherit:focus {
  border-inline-start-color: inherit;
}
.focus\:border-s-input:focus {
  border-inline-start-color: var(--border-input);
}
.focus\:border-s-input-active:focus {
  border-inline-start-color: var(--border-input-active);
}
.focus\:border-s-input-active-hover:focus {
  border-inline-start-color: var(--border-input-active-hover);
}
.focus\:border-s-input-active-pressed:focus {
  border-inline-start-color: var(--border-input-active-pressed);
}
.focus\:border-s-input-caution:focus {
  border-inline-start-color: var(--border-input-caution);
}
.focus\:border-s-input-caution-hover:focus {
  border-inline-start-color: var(--border-input-caution-hover);
}
.focus\:border-s-input-caution-pressed:focus {
  border-inline-start-color: var(--border-input-caution-pressed);
}
.focus\:border-s-input-critical:focus {
  border-inline-start-color: var(--border-input-critical);
}
.focus\:border-s-input-critical-hover:focus {
  border-inline-start-color: var(--border-input-critical-hover);
}
.focus\:border-s-input-critical-pressed:focus {
  border-inline-start-color: var(--border-input-critical-pressed);
}
.focus\:border-s-input-disabled:focus {
  border-inline-start-color: var(--border-input-disabled);
}
.focus\:border-s-input-hover:focus {
  border-inline-start-color: var(--border-input-hover);
}
.focus\:border-s-palette-blue-border:focus {
  border-inline-start-color: var(--palette-blue-border);
}
.focus\:border-s-palette-dark-blue-border:focus {
  border-inline-start-color: var(--palette-dark-blue-border);
}
.focus\:border-s-palette-dark-gray-border:focus {
  border-inline-start-color: var(--palette-dark-gray-border);
}
.focus\:border-s-palette-dark-green-border:focus {
  border-inline-start-color: var(--palette-dark-green-border);
}
.focus\:border-s-palette-gray-border:focus {
  border-inline-start-color: var(--palette-gray-border);
}
.focus\:border-s-palette-green-border:focus {
  border-inline-start-color: var(--palette-green-border);
}
.focus\:border-s-palette-light-pink-border:focus {
  border-inline-start-color: var(--palette-light-pink-border);
}
.focus\:border-s-palette-maroon-border:focus {
  border-inline-start-color: var(--palette-maroon-border);
}
.focus\:border-s-palette-orange-border:focus {
  border-inline-start-color: var(--palette-orange-border);
}
.focus\:border-s-palette-pink-border:focus {
  border-inline-start-color: var(--palette-pink-border);
}
.focus\:border-s-palette-red-border:focus {
  border-inline-start-color: var(--palette-red-border);
}
.focus\:border-s-palette-violet-border:focus {
  border-inline-start-color: var(--palette-violet-border);
}
.focus\:border-s-palette-yellow-border:focus {
  border-inline-start-color: var(--palette-yellow-border);
}
.focus\:border-s-primary:focus {
  border-inline-start-color: var(--border-primary);
}
.focus\:border-s-secondary:focus {
  border-inline-start-color: var(--border-secondary);
}
.focus\:border-s-status-available:focus {
  border-inline-start-color: var(--status-available);
}
.focus\:border-s-status-away:focus {
  border-inline-start-color: var(--status-away);
}
.focus\:border-s-status-border:focus {
  border-inline-start-color: var(--status-border);
}
.focus\:border-s-status-busy:focus {
  border-inline-start-color: var(--status-busy);
}
.focus\:border-s-status-icon:focus {
  border-inline-start-color: var(--status-icon);
}
.focus\:border-s-status-offline:focus {
  border-inline-start-color: var(--status-offline);
}
.focus\:border-s-tertiary:focus {
  border-inline-start-color: var(--border-tertiary);
}
.focus\:border-s-transparent:focus {
  border-inline-start-color: transparent;
}
.focus\:border-s-transparent\/0:focus {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.focus\:border-s-transparent\/10:focus {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.focus\:border-s-transparent\/100:focus {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.focus\:border-s-transparent\/15:focus {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.focus\:border-s-transparent\/20:focus {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.focus\:border-s-transparent\/25:focus {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.focus\:border-s-transparent\/30:focus {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.focus\:border-s-transparent\/35:focus {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.focus\:border-s-transparent\/40:focus {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.focus\:border-s-transparent\/45:focus {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.focus\:border-s-transparent\/5:focus {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.focus\:border-s-transparent\/50:focus {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.focus\:border-s-transparent\/55:focus {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.focus\:border-s-transparent\/60:focus {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.focus\:border-s-transparent\/65:focus {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.focus\:border-s-transparent\/70:focus {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.focus\:border-s-transparent\/75:focus {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.focus\:border-s-transparent\/80:focus {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.focus\:border-s-transparent\/85:focus {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.focus\:border-s-transparent\/90:focus {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.focus\:border-s-transparent\/95:focus {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.focus\:border-t-accent:focus {
  border-top-color: var(--border-accent);
}
.focus\:border-t-calendar:focus {
  border-top-color: var(--border-calendar);
}
.focus\:border-t-constant-black:focus {
  border-top-color: var(--general-constant-black);
}
.focus\:border-t-constant-white:focus {
  border-top-color: var(--general-constant-white);
}
.focus\:border-t-current:focus {
  border-top-color: currentColor;
}
.focus\:border-t-focus:focus {
  border-top-color: var(--border-focus);
}
.focus\:border-t-hover:focus {
  border-top-color: var(--border-hover);
}
.focus\:border-t-inherit:focus {
  border-top-color: inherit;
}
.focus\:border-t-input:focus {
  border-top-color: var(--border-input);
}
.focus\:border-t-input-active:focus {
  border-top-color: var(--border-input-active);
}
.focus\:border-t-input-active-hover:focus {
  border-top-color: var(--border-input-active-hover);
}
.focus\:border-t-input-active-pressed:focus {
  border-top-color: var(--border-input-active-pressed);
}
.focus\:border-t-input-caution:focus {
  border-top-color: var(--border-input-caution);
}
.focus\:border-t-input-caution-hover:focus {
  border-top-color: var(--border-input-caution-hover);
}
.focus\:border-t-input-caution-pressed:focus {
  border-top-color: var(--border-input-caution-pressed);
}
.focus\:border-t-input-critical:focus {
  border-top-color: var(--border-input-critical);
}
.focus\:border-t-input-critical-hover:focus {
  border-top-color: var(--border-input-critical-hover);
}
.focus\:border-t-input-critical-pressed:focus {
  border-top-color: var(--border-input-critical-pressed);
}
.focus\:border-t-input-disabled:focus {
  border-top-color: var(--border-input-disabled);
}
.focus\:border-t-input-hover:focus {
  border-top-color: var(--border-input-hover);
}
.focus\:border-t-palette-blue-border:focus {
  border-top-color: var(--palette-blue-border);
}
.focus\:border-t-palette-dark-blue-border:focus {
  border-top-color: var(--palette-dark-blue-border);
}
.focus\:border-t-palette-dark-gray-border:focus {
  border-top-color: var(--palette-dark-gray-border);
}
.focus\:border-t-palette-dark-green-border:focus {
  border-top-color: var(--palette-dark-green-border);
}
.focus\:border-t-palette-gray-border:focus {
  border-top-color: var(--palette-gray-border);
}
.focus\:border-t-palette-green-border:focus {
  border-top-color: var(--palette-green-border);
}
.focus\:border-t-palette-light-pink-border:focus {
  border-top-color: var(--palette-light-pink-border);
}
.focus\:border-t-palette-maroon-border:focus {
  border-top-color: var(--palette-maroon-border);
}
.focus\:border-t-palette-orange-border:focus {
  border-top-color: var(--palette-orange-border);
}
.focus\:border-t-palette-pink-border:focus {
  border-top-color: var(--palette-pink-border);
}
.focus\:border-t-palette-red-border:focus {
  border-top-color: var(--palette-red-border);
}
.focus\:border-t-palette-violet-border:focus {
  border-top-color: var(--palette-violet-border);
}
.focus\:border-t-palette-yellow-border:focus {
  border-top-color: var(--palette-yellow-border);
}
.focus\:border-t-primary:focus {
  border-top-color: var(--border-primary);
}
.focus\:border-t-secondary:focus {
  border-top-color: var(--border-secondary);
}
.focus\:border-t-status-available:focus {
  border-top-color: var(--status-available);
}
.focus\:border-t-status-away:focus {
  border-top-color: var(--status-away);
}
.focus\:border-t-status-border:focus {
  border-top-color: var(--status-border);
}
.focus\:border-t-status-busy:focus {
  border-top-color: var(--status-busy);
}
.focus\:border-t-status-icon:focus {
  border-top-color: var(--status-icon);
}
.focus\:border-t-status-offline:focus {
  border-top-color: var(--status-offline);
}
.focus\:border-t-tertiary:focus {
  border-top-color: var(--border-tertiary);
}
.focus\:border-t-transparent:focus {
  border-top-color: transparent;
}
.focus\:border-t-transparent\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
}
.focus\:border-t-transparent\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
}
.focus\:border-t-transparent\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
}
.focus\:border-t-transparent\/15:focus {
  border-top-color: rgb(0 0 0 / 0.15);
}
.focus\:border-t-transparent\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
}
.focus\:border-t-transparent\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
}
.focus\:border-t-transparent\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
}
.focus\:border-t-transparent\/35:focus {
  border-top-color: rgb(0 0 0 / 0.35);
}
.focus\:border-t-transparent\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
}
.focus\:border-t-transparent\/45:focus {
  border-top-color: rgb(0 0 0 / 0.45);
}
.focus\:border-t-transparent\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
}
.focus\:border-t-transparent\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
}
.focus\:border-t-transparent\/55:focus {
  border-top-color: rgb(0 0 0 / 0.55);
}
.focus\:border-t-transparent\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
}
.focus\:border-t-transparent\/65:focus {
  border-top-color: rgb(0 0 0 / 0.65);
}
.focus\:border-t-transparent\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
}
.focus\:border-t-transparent\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
}
.focus\:border-t-transparent\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
}
.focus\:border-t-transparent\/85:focus {
  border-top-color: rgb(0 0 0 / 0.85);
}
.focus\:border-t-transparent\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
}
.focus\:border-t-transparent\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
}
.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}
.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}
.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}
.focus\:border-opacity-15:focus {
  --tw-border-opacity: 0.15;
}
.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}
.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}
.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}
.focus\:border-opacity-35:focus {
  --tw-border-opacity: 0.35;
}
.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}
.focus\:border-opacity-45:focus {
  --tw-border-opacity: 0.45;
}
.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}
.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}
.focus\:border-opacity-55:focus {
  --tw-border-opacity: 0.55;
}
.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}
.focus\:border-opacity-65:focus {
  --tw-border-opacity: 0.65;
}
.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}
.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}
.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}
.focus\:border-opacity-85:focus {
  --tw-border-opacity: 0.85;
}
.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}
.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}
.focus\:bg-accent:focus {
  background-color: var(--background-accent);
}
.focus\:bg-accent-hover:focus {
  background-color: var(--background-accent-hover);
}
.focus\:bg-accent-pressed:focus {
  background-color: var(--background-accent-pressed);
}
.focus\:bg-accent-secondary:focus {
  background-color: var(--background-accent-secondary);
}
.focus\:bg-accent-secondary-hover:focus {
  background-color: var(--background-accent-secondary-hover);
}
.focus\:bg-accent-secondary-pressed:focus {
  background-color: var(--background-accent-secondary-pressed);
}
.focus\:bg-accent-tertiary:focus {
  background-color: var(--background-accent-tertiary);
}
.focus\:bg-accent-tertiary-hover:focus {
  background-color: var(--background-accent-tertiary-hover);
}
.focus\:bg-accent-tertiary-pressed:focus {
  background-color: var(--background-accent-tertiary-pressed);
}
.focus\:bg-avatar:focus {
  background-color: var(--background-avatar);
}
.focus\:bg-avatar-hover:focus {
  background-color: var(--background-avatar-hover);
}
.focus\:bg-calendar:focus {
  background-color: var(--background-calendar);
}
.focus\:bg-calendar-disabled:focus {
  background-color: var(--background-calendar-disabled);
}
.focus\:bg-canvas:focus {
  background-color: var(--background-canvas);
}
.focus\:bg-canvas-secondary:focus {
  background-color: var(--background-canvas-secondary);
}
.focus\:bg-canvas-tertiary:focus {
  background-color: var(--background-canvas-tertiary);
}
.focus\:bg-caution:focus {
  background-color: var(--background-caution);
}
.focus\:bg-caution-hover:focus {
  background-color: var(--background-caution-hover);
}
.focus\:bg-caution-pressed:focus {
  background-color: var(--background-caution-pressed);
}
.focus\:bg-caution-secondary:focus {
  background-color: var(--background-caution-secondary);
}
.focus\:bg-constant-black:focus {
  background-color: var(--general-constant-black);
}
.focus\:bg-constant-white:focus {
  background-color: var(--general-constant-white);
}
.focus\:bg-critical:focus {
  background-color: var(--background-critical);
}
.focus\:bg-critical-hover:focus {
  background-color: var(--background-critical-hover);
}
.focus\:bg-critical-pressed:focus {
  background-color: var(--background-critical-pressed);
}
.focus\:bg-critical-secondary:focus {
  background-color: var(--background-critical-secondary);
}
.focus\:bg-critical-secondary-hover:focus {
  background-color: var(--background-critical-secondary-hover);
}
.focus\:bg-critical-secondary-pressed:focus {
  background-color: var(--background-critical-secondary-pressed);
}
.focus\:bg-current:focus {
  background-color: currentColor;
}
.focus\:bg-decoration-brand:focus {
  background-color: var(--decoration-brand);
}
.focus\:bg-decoration-facebook:focus {
  background-color: var(--decoration-facebook);
}
.focus\:bg-decoration-instagram:focus {
  background-color: var(--decoration-instagram);
}
.focus\:bg-decoration-teleport:focus {
  background-color: var(--decoration-teleport);
}
.focus\:bg-decoration-twitter:focus {
  background-color: var(--decoration-twitter);
}
.focus\:bg-decoration-whatsapp:focus {
  background-color: var(--decoration-whatsapp);
}
.focus\:bg-decoration-youtube:focus {
  background-color: var(--decoration-youtube);
}
.focus\:bg-inherit:focus {
  background-color: inherit;
}
.focus\:bg-inverse:focus {
  background-color: var(--background-inverse);
}
.focus\:bg-inverse-hover:focus {
  background-color: var(--background-inverse-hover);
}
.focus\:bg-inverse-pressed:focus {
  background-color: var(--background-inverse-pressed);
}
.focus\:bg-inverse-secondary:focus {
  background-color: var(--background-inverse-secondary);
}
.focus\:bg-inverse-tertiary:focus {
  background-color: var(--background-inverse-tertiary);
}
.focus\:bg-inverse-tertiary-hover:focus {
  background-color: var(--background-inverse-tertiary-hover);
}
.focus\:bg-inverse-tertiary-pressed:focus {
  background-color: var(--background-inverse-tertiary-pressed);
}
.focus\:bg-menu:focus {
  background-color: var(--background-menu);
}
.focus\:bg-modal-overlay:focus {
  background-color: var(--background-modal-overlay);
}
.focus\:bg-neutral:focus {
  background-color: var(--background-neutral);
}
.focus\:bg-neutral-active:focus {
  background-color: var(--background-neutral-active);
}
.focus\:bg-neutral-disabled:focus {
  background-color: var(--background-neutral-disabled);
}
.focus\:bg-neutral-hover:focus {
  background-color: var(--background-neutral-hover);
}
.focus\:bg-neutral-pressed:focus {
  background-color: var(--background-neutral-pressed);
}
.focus\:bg-neutral-secondary:focus {
  background-color: var(--background-neutral-secondary);
}
.focus\:bg-neutral-secondary-hover:focus {
  background-color: var(--background-neutral-secondary-hover);
}
.focus\:bg-neutral-secondary-pressed:focus {
  background-color: var(--background-neutral-secondary-pressed);
}
.focus\:bg-neutral-tertiary:focus {
  background-color: var(--background-neutral-tertiary);
}
.focus\:bg-neutral-tertiary-hover:focus {
  background-color: var(--background-neutral-tertiary-hover);
}
.focus\:bg-palette-blue-background:focus {
  background-color: var(--palette-blue-background);
}
.focus\:bg-palette-blue-background-active:focus {
  background-color: var(--palette-blue-background-active);
}
.focus\:bg-palette-blue-background-hover:focus {
  background-color: var(--palette-blue-background-hover);
}
.focus\:bg-palette-dark-blue-background:focus {
  background-color: var(--palette-dark-blue-background);
}
.focus\:bg-palette-dark-blue-background-active:focus {
  background-color: var(--palette-dark-blue-background-active);
}
.focus\:bg-palette-dark-blue-background-hover:focus {
  background-color: var(--palette-dark-blue-background-hover);
}
.focus\:bg-palette-dark-gray-background:focus {
  background-color: var(--palette-dark-gray-background);
}
.focus\:bg-palette-dark-gray-background-active:focus {
  background-color: var(--palette-dark-gray-background-active);
}
.focus\:bg-palette-dark-gray-background-hover:focus {
  background-color: var(--palette-dark-gray-background-hover);
}
.focus\:bg-palette-dark-green-background:focus {
  background-color: var(--palette-dark-green-background);
}
.focus\:bg-palette-dark-green-background-active:focus {
  background-color: var(--palette-dark-green-background-active);
}
.focus\:bg-palette-dark-green-background-hover:focus {
  background-color: var(--palette-dark-green-background-hover);
}
.focus\:bg-palette-gray-background:focus {
  background-color: var(--palette-gray-background);
}
.focus\:bg-palette-gray-background-active:focus {
  background-color: var(--palette-gray-background-active);
}
.focus\:bg-palette-gray-background-hover:focus {
  background-color: var(--palette-gray-background-hover);
}
.focus\:bg-palette-green-background:focus {
  background-color: var(--palette-green-background);
}
.focus\:bg-palette-green-background-active:focus {
  background-color: var(--palette-green-background-active);
}
.focus\:bg-palette-green-background-hover:focus {
  background-color: var(--palette-green-background-hover);
}
.focus\:bg-palette-light-pink-background:focus {
  background-color: var(--palette-light-pink-background);
}
.focus\:bg-palette-light-pink-background-active:focus {
  background-color: var(--palette-light-pink-background-active);
}
.focus\:bg-palette-light-pink-background-hover:focus {
  background-color: var(--palette-light-pink-background-hover);
}
.focus\:bg-palette-maroon-background:focus {
  background-color: var(--palette-maroon-background);
}
.focus\:bg-palette-maroon-background-active:focus {
  background-color: var(--palette-maroon-background-active);
}
.focus\:bg-palette-maroon-background-hover:focus {
  background-color: var(--palette-maroon-background-hover);
}
.focus\:bg-palette-orange-background:focus {
  background-color: var(--palette-orange-background);
}
.focus\:bg-palette-orange-background-active:focus {
  background-color: var(--palette-orange-background-active);
}
.focus\:bg-palette-orange-background-hover:focus {
  background-color: var(--palette-orange-background-hover);
}
.focus\:bg-palette-pink-background:focus {
  background-color: var(--palette-pink-background);
}
.focus\:bg-palette-pink-background-active:focus {
  background-color: var(--palette-pink-background-active);
}
.focus\:bg-palette-pink-background-hover:focus {
  background-color: var(--palette-pink-background-hover);
}
.focus\:bg-palette-red-background:focus {
  background-color: var(--palette-red-background);
}
.focus\:bg-palette-red-background-active:focus {
  background-color: var(--palette-red-background-active);
}
.focus\:bg-palette-red-background-hover:focus {
  background-color: var(--palette-red-background-hover);
}
.focus\:bg-palette-violet-background:focus {
  background-color: var(--palette-violet-background);
}
.focus\:bg-palette-violet-background-active:focus {
  background-color: var(--palette-violet-background-active);
}
.focus\:bg-palette-violet-background-hover:focus {
  background-color: var(--palette-violet-background-hover);
}
.focus\:bg-palette-yellow-background:focus {
  background-color: var(--palette-yellow-background);
}
.focus\:bg-palette-yellow-background-active:focus {
  background-color: var(--palette-yellow-background-active);
}
.focus\:bg-palette-yellow-background-hover:focus {
  background-color: var(--palette-yellow-background-hover);
}
.focus\:bg-positive:focus {
  background-color: var(--background-positive);
}
.focus\:bg-positive-hover:focus {
  background-color: var(--background-positive-hover);
}
.focus\:bg-positive-pressed:focus {
  background-color: var(--background-positive-pressed);
}
.focus\:bg-positive-secondary:focus {
  background-color: var(--background-positive-secondary);
}
.focus\:bg-positive-secondary-hover:focus {
  background-color: var(--background-positive-secondary-hover);
}
.focus\:bg-positive-secondary-pressed:focus {
  background-color: var(--background-positive-secondary-pressed);
}
.focus\:bg-status-available:focus {
  background-color: var(--status-available);
}
.focus\:bg-status-away:focus {
  background-color: var(--status-away);
}
.focus\:bg-status-border:focus {
  background-color: var(--status-border);
}
.focus\:bg-status-busy:focus {
  background-color: var(--status-busy);
}
.focus\:bg-status-icon:focus {
  background-color: var(--status-icon);
}
.focus\:bg-status-offline:focus {
  background-color: var(--status-offline);
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:bg-transparent\/0:focus {
  background-color: rgb(0 0 0 / 0);
}
.focus\:bg-transparent\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}
.focus\:bg-transparent\/100:focus {
  background-color: rgb(0 0 0 / 1);
}
.focus\:bg-transparent\/15:focus {
  background-color: rgb(0 0 0 / 0.15);
}
.focus\:bg-transparent\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}
.focus\:bg-transparent\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}
.focus\:bg-transparent\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}
.focus\:bg-transparent\/35:focus {
  background-color: rgb(0 0 0 / 0.35);
}
.focus\:bg-transparent\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}
.focus\:bg-transparent\/45:focus {
  background-color: rgb(0 0 0 / 0.45);
}
.focus\:bg-transparent\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}
.focus\:bg-transparent\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}
.focus\:bg-transparent\/55:focus {
  background-color: rgb(0 0 0 / 0.55);
}
.focus\:bg-transparent\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}
.focus\:bg-transparent\/65:focus {
  background-color: rgb(0 0 0 / 0.65);
}
.focus\:bg-transparent\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}
.focus\:bg-transparent\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}
.focus\:bg-transparent\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}
.focus\:bg-transparent\/85:focus {
  background-color: rgb(0 0 0 / 0.85);
}
.focus\:bg-transparent\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}
.focus\:bg-transparent\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}
.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}
.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}
.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}
.focus\:bg-opacity-15:focus {
  --tw-bg-opacity: 0.15;
}
.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}
.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}
.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}
.focus\:bg-opacity-35:focus {
  --tw-bg-opacity: 0.35;
}
.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}
.focus\:bg-opacity-45:focus {
  --tw-bg-opacity: 0.45;
}
.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}
.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}
.focus\:bg-opacity-55:focus {
  --tw-bg-opacity: 0.55;
}
.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}
.focus\:bg-opacity-65:focus {
  --tw-bg-opacity: 0.65;
}
.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}
.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}
.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}
.focus\:bg-opacity-85:focus {
  --tw-bg-opacity: 0.85;
}
.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}
.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}
.focus\:bg-gradient-to-b:focus {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-bl:focus {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-br:focus {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-l:focus {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-r:focus {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-t:focus {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-tl:focus {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.focus\:bg-gradient-to-tr:focus {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.focus\:bg-none:focus {
  background-image: none;
}
.focus\:bg-auto:focus {
  background-size: auto;
}
.focus\:bg-contain:focus {
  background-size: contain;
}
.focus\:bg-cover:focus {
  background-size: cover;
}
.focus\:bg-fixed:focus {
  background-attachment: fixed;
}
.focus\:bg-local:focus {
  background-attachment: local;
}
.focus\:bg-scroll:focus {
  background-attachment: scroll;
}
.focus\:bg-clip-border:focus {
  background-clip: border-box;
}
.focus\:bg-clip-padding:focus {
  background-clip: padding-box;
}
.focus\:bg-clip-content:focus {
  background-clip: content-box;
}
.focus\:bg-clip-text:focus {
  -webkit-background-clip: text;
          background-clip: text;
}
.focus\:bg-bottom:focus {
  background-position: bottom;
}
.focus\:bg-center:focus {
  background-position: center;
}
.focus\:bg-left:focus {
  background-position: left;
}
.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}
.focus\:bg-left-top:focus {
  background-position: left top;
}
.focus\:bg-right:focus {
  background-position: right;
}
.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}
.focus\:bg-right-top:focus {
  background-position: right top;
}
.focus\:bg-top:focus {
  background-position: top;
}
.focus\:bg-repeat:focus {
  background-repeat: repeat;
}
.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}
.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}
.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}
.focus\:bg-repeat-round:focus {
  background-repeat: round;
}
.focus\:bg-repeat-space:focus {
  background-repeat: space;
}
.focus\:bg-origin-border:focus {
  background-origin: border-box;
}
.focus\:bg-origin-padding:focus {
  background-origin: padding-box;
}
.focus\:bg-origin-content:focus {
  background-origin: content-box;
}
.focus\:fill-accent:focus {
  fill: var(--icon-accent);
}
.focus\:fill-caution:focus {
  fill: var(--icon-caution);
}
.focus\:fill-chart-accent-100:focus {
  fill: var(--chart-accent-100);
}
.focus\:fill-chart-accent-200:focus {
  fill: var(--chart-accent-200);
}
.focus\:fill-chart-accent-300:focus {
  fill: var(--chart-accent-300);
}
.focus\:fill-chart-accent-400:focus {
  fill: var(--chart-accent-400);
}
.focus\:fill-chart-accent-500:focus {
  fill: var(--chart-accent-500);
}
.focus\:fill-chart-accent-600:focus {
  fill: var(--chart-accent-600);
}
.focus\:fill-chart-accent-700:focus {
  fill: var(--chart-accent-700);
}
.focus\:fill-chart-accent-800:focus {
  fill: var(--chart-accent-800);
}
.focus\:fill-chart-neutral-100:focus {
  fill: var(--chart-neutral-100);
}
.focus\:fill-chart-neutral-200:focus {
  fill: var(--chart-neutral-200);
}
.focus\:fill-chart-neutral-300:focus {
  fill: var(--chart-neutral-300);
}
.focus\:fill-chart-neutral-400:focus {
  fill: var(--chart-neutral-400);
}
.focus\:fill-chart-neutral-500:focus {
  fill: var(--chart-neutral-500);
}
.focus\:fill-chart-neutral-600:focus {
  fill: var(--chart-neutral-600);
}
.focus\:fill-chart-neutral-700:focus {
  fill: var(--chart-neutral-700);
}
.focus\:fill-chart-neutral-800:focus {
  fill: var(--chart-neutral-800);
}
.focus\:fill-constant-black:focus {
  fill: var(--general-constant-black);
}
.focus\:fill-constant-white:focus {
  fill: var(--general-constant-white);
}
.focus\:fill-critical:focus {
  fill: var(--icon-critical);
}
.focus\:fill-critical-onPrimary:focus {
  fill: var(--icon-critical-onPrimary);
}
.focus\:fill-current:focus {
  fill: currentColor;
}
.focus\:fill-decoration-brand:focus {
  fill: var(--decoration-brand);
}
.focus\:fill-decoration-facebook:focus {
  fill: var(--decoration-facebook);
}
.focus\:fill-decoration-instagram:focus {
  fill: var(--decoration-instagram);
}
.focus\:fill-decoration-teleport:focus {
  fill: var(--decoration-teleport);
}
.focus\:fill-decoration-twitter:focus {
  fill: var(--decoration-twitter);
}
.focus\:fill-decoration-whatsapp:focus {
  fill: var(--decoration-whatsapp);
}
.focus\:fill-decoration-youtube:focus {
  fill: var(--decoration-youtube);
}
.focus\:fill-inherit:focus {
  fill: inherit;
}
.focus\:fill-inverse:focus {
  fill: var(--icon-inverse);
}
.focus\:fill-od-inner-ring:focus {
  fill: var(--symbol-od-inner-ring);
}
.focus\:fill-od-outer-ring:focus {
  fill: var(--symbol-od-outer-ring);
}
.focus\:fill-onPrimary:focus {
  fill: var(--icon-onPrimary);
}
.focus\:fill-positive:focus {
  fill: var(--icon-positive);
}
.focus\:fill-positive-hover:focus {
  fill: var(--icon-positive-hover);
}
.focus\:fill-primary:focus {
  fill: var(--symbol-primary);
}
.focus\:fill-secondary:focus {
  fill: var(--icon-secondary);
}
.focus\:fill-status-available:focus {
  fill: var(--status-available);
}
.focus\:fill-status-away:focus {
  fill: var(--status-away);
}
.focus\:fill-status-border:focus {
  fill: var(--status-border);
}
.focus\:fill-status-busy:focus {
  fill: var(--status-busy);
}
.focus\:fill-status-icon:focus {
  fill: var(--status-icon);
}
.focus\:fill-status-offline:focus {
  fill: var(--status-offline);
}
.focus\:fill-tertiary:focus {
  fill: var(--icon-tertiary);
}
.focus\:fill-text-inverse:focus {
  fill: var(--text-inverse);
}
.focus\:fill-text-inverse-critical:focus {
  fill: var(--text-inverse-critical);
}
.focus\:fill-text-inverse-positive:focus {
  fill: var(--text-inverse-positive);
}
.focus\:fill-text-inverse-secondary:focus {
  fill: var(--text-inverse-secondary);
}
.focus\:fill-transparent:focus {
  fill: transparent;
}
.focus\:fill-transparent\/0:focus {
  fill: rgb(0 0 0 / 0);
}
.focus\:fill-transparent\/10:focus {
  fill: rgb(0 0 0 / 0.1);
}
.focus\:fill-transparent\/100:focus {
  fill: rgb(0 0 0 / 1);
}
.focus\:fill-transparent\/15:focus {
  fill: rgb(0 0 0 / 0.15);
}
.focus\:fill-transparent\/20:focus {
  fill: rgb(0 0 0 / 0.2);
}
.focus\:fill-transparent\/25:focus {
  fill: rgb(0 0 0 / 0.25);
}
.focus\:fill-transparent\/30:focus {
  fill: rgb(0 0 0 / 0.3);
}
.focus\:fill-transparent\/35:focus {
  fill: rgb(0 0 0 / 0.35);
}
.focus\:fill-transparent\/40:focus {
  fill: rgb(0 0 0 / 0.4);
}
.focus\:fill-transparent\/45:focus {
  fill: rgb(0 0 0 / 0.45);
}
.focus\:fill-transparent\/5:focus {
  fill: rgb(0 0 0 / 0.05);
}
.focus\:fill-transparent\/50:focus {
  fill: rgb(0 0 0 / 0.5);
}
.focus\:fill-transparent\/55:focus {
  fill: rgb(0 0 0 / 0.55);
}
.focus\:fill-transparent\/60:focus {
  fill: rgb(0 0 0 / 0.6);
}
.focus\:fill-transparent\/65:focus {
  fill: rgb(0 0 0 / 0.65);
}
.focus\:fill-transparent\/70:focus {
  fill: rgb(0 0 0 / 0.7);
}
.focus\:fill-transparent\/75:focus {
  fill: rgb(0 0 0 / 0.75);
}
.focus\:fill-transparent\/80:focus {
  fill: rgb(0 0 0 / 0.8);
}
.focus\:fill-transparent\/85:focus {
  fill: rgb(0 0 0 / 0.85);
}
.focus\:fill-transparent\/90:focus {
  fill: rgb(0 0 0 / 0.9);
}
.focus\:fill-transparent\/95:focus {
  fill: rgb(0 0 0 / 0.95);
}
.focus\:fill-zendesk:focus {
  fill: var(--symbol-zendesk);
}
.focus\:stroke-accent:focus {
  stroke: var(--icon-accent);
}
.focus\:stroke-caution:focus {
  stroke: var(--icon-caution);
}
.focus\:stroke-chart-accent-100:focus {
  stroke: var(--chart-accent-100);
}
.focus\:stroke-chart-accent-200:focus {
  stroke: var(--chart-accent-200);
}
.focus\:stroke-chart-accent-300:focus {
  stroke: var(--chart-accent-300);
}
.focus\:stroke-chart-accent-400:focus {
  stroke: var(--chart-accent-400);
}
.focus\:stroke-chart-accent-500:focus {
  stroke: var(--chart-accent-500);
}
.focus\:stroke-chart-accent-600:focus {
  stroke: var(--chart-accent-600);
}
.focus\:stroke-chart-accent-700:focus {
  stroke: var(--chart-accent-700);
}
.focus\:stroke-chart-accent-800:focus {
  stroke: var(--chart-accent-800);
}
.focus\:stroke-chart-neutral-100:focus {
  stroke: var(--chart-neutral-100);
}
.focus\:stroke-chart-neutral-200:focus {
  stroke: var(--chart-neutral-200);
}
.focus\:stroke-chart-neutral-300:focus {
  stroke: var(--chart-neutral-300);
}
.focus\:stroke-chart-neutral-400:focus {
  stroke: var(--chart-neutral-400);
}
.focus\:stroke-chart-neutral-500:focus {
  stroke: var(--chart-neutral-500);
}
.focus\:stroke-chart-neutral-600:focus {
  stroke: var(--chart-neutral-600);
}
.focus\:stroke-chart-neutral-700:focus {
  stroke: var(--chart-neutral-700);
}
.focus\:stroke-chart-neutral-800:focus {
  stroke: var(--chart-neutral-800);
}
.focus\:stroke-constant-black:focus {
  stroke: var(--general-constant-black);
}
.focus\:stroke-constant-white:focus {
  stroke: var(--general-constant-white);
}
.focus\:stroke-critical:focus {
  stroke: var(--icon-critical);
}
.focus\:stroke-critical-onPrimary:focus {
  stroke: var(--icon-critical-onPrimary);
}
.focus\:stroke-current:focus {
  stroke: currentColor;
}
.focus\:stroke-decoration-brand:focus {
  stroke: var(--decoration-brand);
}
.focus\:stroke-decoration-facebook:focus {
  stroke: var(--decoration-facebook);
}
.focus\:stroke-decoration-instagram:focus {
  stroke: var(--decoration-instagram);
}
.focus\:stroke-decoration-teleport:focus {
  stroke: var(--decoration-teleport);
}
.focus\:stroke-decoration-twitter:focus {
  stroke: var(--decoration-twitter);
}
.focus\:stroke-decoration-whatsapp:focus {
  stroke: var(--decoration-whatsapp);
}
.focus\:stroke-decoration-youtube:focus {
  stroke: var(--decoration-youtube);
}
.focus\:stroke-inherit:focus {
  stroke: inherit;
}
.focus\:stroke-inverse:focus {
  stroke: var(--icon-inverse);
}
.focus\:stroke-od-inner-ring:focus {
  stroke: var(--symbol-od-inner-ring);
}
.focus\:stroke-od-outer-ring:focus {
  stroke: var(--symbol-od-outer-ring);
}
.focus\:stroke-onPrimary:focus {
  stroke: var(--icon-onPrimary);
}
.focus\:stroke-positive:focus {
  stroke: var(--icon-positive);
}
.focus\:stroke-positive-hover:focus {
  stroke: var(--icon-positive-hover);
}
.focus\:stroke-primary:focus {
  stroke: var(--symbol-primary);
}
.focus\:stroke-secondary:focus {
  stroke: var(--icon-secondary);
}
.focus\:stroke-status-available:focus {
  stroke: var(--status-available);
}
.focus\:stroke-status-away:focus {
  stroke: var(--status-away);
}
.focus\:stroke-status-border:focus {
  stroke: var(--status-border);
}
.focus\:stroke-status-busy:focus {
  stroke: var(--status-busy);
}
.focus\:stroke-status-icon:focus {
  stroke: var(--status-icon);
}
.focus\:stroke-status-offline:focus {
  stroke: var(--status-offline);
}
.focus\:stroke-tertiary:focus {
  stroke: var(--icon-tertiary);
}
.focus\:stroke-text-inverse:focus {
  stroke: var(--text-inverse);
}
.focus\:stroke-text-inverse-critical:focus {
  stroke: var(--text-inverse-critical);
}
.focus\:stroke-text-inverse-positive:focus {
  stroke: var(--text-inverse-positive);
}
.focus\:stroke-text-inverse-secondary:focus {
  stroke: var(--text-inverse-secondary);
}
.focus\:stroke-transparent:focus {
  stroke: transparent;
}
.focus\:stroke-transparent\/0:focus {
  stroke: rgb(0 0 0 / 0);
}
.focus\:stroke-transparent\/10:focus {
  stroke: rgb(0 0 0 / 0.1);
}
.focus\:stroke-transparent\/100:focus {
  stroke: rgb(0 0 0 / 1);
}
.focus\:stroke-transparent\/15:focus {
  stroke: rgb(0 0 0 / 0.15);
}
.focus\:stroke-transparent\/20:focus {
  stroke: rgb(0 0 0 / 0.2);
}
.focus\:stroke-transparent\/25:focus {
  stroke: rgb(0 0 0 / 0.25);
}
.focus\:stroke-transparent\/30:focus {
  stroke: rgb(0 0 0 / 0.3);
}
.focus\:stroke-transparent\/35:focus {
  stroke: rgb(0 0 0 / 0.35);
}
.focus\:stroke-transparent\/40:focus {
  stroke: rgb(0 0 0 / 0.4);
}
.focus\:stroke-transparent\/45:focus {
  stroke: rgb(0 0 0 / 0.45);
}
.focus\:stroke-transparent\/5:focus {
  stroke: rgb(0 0 0 / 0.05);
}
.focus\:stroke-transparent\/50:focus {
  stroke: rgb(0 0 0 / 0.5);
}
.focus\:stroke-transparent\/55:focus {
  stroke: rgb(0 0 0 / 0.55);
}
.focus\:stroke-transparent\/60:focus {
  stroke: rgb(0 0 0 / 0.6);
}
.focus\:stroke-transparent\/65:focus {
  stroke: rgb(0 0 0 / 0.65);
}
.focus\:stroke-transparent\/70:focus {
  stroke: rgb(0 0 0 / 0.7);
}
.focus\:stroke-transparent\/75:focus {
  stroke: rgb(0 0 0 / 0.75);
}
.focus\:stroke-transparent\/80:focus {
  stroke: rgb(0 0 0 / 0.8);
}
.focus\:stroke-transparent\/85:focus {
  stroke: rgb(0 0 0 / 0.85);
}
.focus\:stroke-transparent\/90:focus {
  stroke: rgb(0 0 0 / 0.9);
}
.focus\:stroke-transparent\/95:focus {
  stroke: rgb(0 0 0 / 0.95);
}
.focus\:stroke-zendesk:focus {
  stroke: var(--symbol-zendesk);
}
.focus\:stroke-0:focus {
  stroke-width: 0;
}
.focus\:stroke-1:focus {
  stroke-width: 1;
}
.focus\:stroke-2:focus {
  stroke-width: 2;
}
.focus\:text-left:focus {
  text-align: left;
}
.focus\:text-center:focus {
  text-align: center;
}
.focus\:text-right:focus {
  text-align: right;
}
.focus\:text-justify:focus {
  text-align: justify;
}
.focus\:text-start:focus {
  text-align: start;
}
.focus\:text-end:focus {
  text-align: end;
}
.focus\:text-accent:focus {
  color: var(--text-accent);
}
.focus\:text-accent-hover:focus {
  color: var(--text-accent-hover);
}
.focus\:text-accent-pressed:focus {
  color: var(--text-accent-pressed);
}
.focus\:text-caution:focus {
  color: var(--text-caution);
}
.focus\:text-caution-secondary:focus {
  color: var(--text-caution-secondary);
}
.focus\:text-constant-black:focus {
  color: var(--general-constant-black);
}
.focus\:text-constant-white:focus {
  color: var(--general-constant-white);
}
.focus\:text-critical:focus {
  color: var(--text-critical);
}
.focus\:text-critical-onPrimary:focus {
  color: var(--text-critical-onPrimary);
}
.focus\:text-critical-secondary:focus {
  color: var(--text-critical-secondary);
}
.focus\:text-current:focus {
  color: currentColor;
}
.focus\:text-disabled:focus {
  color: var(--text-disabled);
}
.focus\:text-disabled-secondary:focus {
  color: var(--text-disabled-secondary);
}
.focus\:text-inherit:focus {
  color: inherit;
}
.focus\:text-inverse:focus {
  color: var(--text-inverse);
}
.focus\:text-inverse-accent:focus {
  color: var(--text-inverse-accent);
}
.focus\:text-inverse-caution:focus {
  color: var(--text-inverse-caution);
}
.focus\:text-inverse-critical:focus {
  color: var(--text-inverse-critical);
}
.focus\:text-inverse-positive:focus {
  color: var(--text-inverse-positive);
}
.focus\:text-inverse-secondary:focus {
  color: var(--text-inverse-secondary);
}
.focus\:text-link:focus {
  color: var(--text-link);
}
.focus\:text-link-hover:focus {
  color: var(--text-link-hover);
}
.focus\:text-link-pressed:focus {
  color: var(--text-link-pressed);
}
.focus\:text-onPrimary:focus {
  color: var(--text-onPrimary);
}
.focus\:text-onPrimary-disabled:focus {
  color: var(--text-onPrimary-disabled);
}
.focus\:text-palette-blue-text:focus {
  color: var(--palette-blue-text);
}
.focus\:text-palette-blue-text-active:focus {
  color: var(--palette-blue-text-active);
}
.focus\:text-palette-blue-text-secondary:focus {
  color: var(--palette-blue-text-secondary);
}
.focus\:text-palette-dark-blue-text:focus {
  color: var(--palette-dark-blue-text);
}
.focus\:text-palette-dark-blue-text-active:focus {
  color: var(--palette-dark-blue-text-active);
}
.focus\:text-palette-dark-blue-text-secondary:focus {
  color: var(--palette-dark-blue-text-secondary);
}
.focus\:text-palette-dark-gray-text:focus {
  color: var(--palette-dark-gray-text);
}
.focus\:text-palette-dark-gray-text-active:focus {
  color: var(--palette-dark-gray-text-active);
}
.focus\:text-palette-dark-gray-text-secondary:focus {
  color: var(--palette-dark-gray-text-secondary);
}
.focus\:text-palette-dark-green-text:focus {
  color: var(--palette-dark-green-text);
}
.focus\:text-palette-dark-green-text-active:focus {
  color: var(--palette-dark-green-text-active);
}
.focus\:text-palette-dark-green-text-secondary:focus {
  color: var(--palette-dark-green-text-secondary);
}
.focus\:text-palette-gray-text:focus {
  color: var(--palette-gray-text);
}
.focus\:text-palette-gray-text-active:focus {
  color: var(--palette-gray-text-active);
}
.focus\:text-palette-gray-text-secondary:focus {
  color: var(--palette-gray-text-secondary);
}
.focus\:text-palette-green-text:focus {
  color: var(--palette-green-text);
}
.focus\:text-palette-green-text-active:focus {
  color: var(--palette-green-text-active);
}
.focus\:text-palette-green-text-secondary:focus {
  color: var(--palette-green-text-secondary);
}
.focus\:text-palette-light-pink-text:focus {
  color: var(--palette-light-pink-text);
}
.focus\:text-palette-light-pink-text-active:focus {
  color: var(--palette-light-pink-text-active);
}
.focus\:text-palette-light-pink-text-secondary:focus {
  color: var(--palette-light-pink-text-secondary);
}
.focus\:text-palette-maroon-text:focus {
  color: var(--palette-maroon-text);
}
.focus\:text-palette-maroon-text-active:focus {
  color: var(--palette-maroon-text-active);
}
.focus\:text-palette-maroon-text-secondary:focus {
  color: var(--palette-maroon-text-secondary);
}
.focus\:text-palette-orange-text:focus {
  color: var(--palette-orange-text);
}
.focus\:text-palette-orange-text-active:focus {
  color: var(--palette-orange-text-active);
}
.focus\:text-palette-orange-text-secondary:focus {
  color: var(--palette-orange-text-secondary);
}
.focus\:text-palette-pink-text:focus {
  color: var(--palette-pink-text);
}
.focus\:text-palette-pink-text-active:focus {
  color: var(--palette-pink-text-active);
}
.focus\:text-palette-pink-text-secondary:focus {
  color: var(--palette-pink-text-secondary);
}
.focus\:text-palette-red-text:focus {
  color: var(--palette-red-text);
}
.focus\:text-palette-red-text-active:focus {
  color: var(--palette-red-text-active);
}
.focus\:text-palette-red-text-secondary:focus {
  color: var(--palette-red-text-secondary);
}
.focus\:text-palette-violet-text:focus {
  color: var(--palette-violet-text);
}
.focus\:text-palette-violet-text-active:focus {
  color: var(--palette-violet-text-active);
}
.focus\:text-palette-violet-text-secondary:focus {
  color: var(--palette-violet-text-secondary);
}
.focus\:text-palette-yellow-text:focus {
  color: var(--palette-yellow-text);
}
.focus\:text-palette-yellow-text-active:focus {
  color: var(--palette-yellow-text-active);
}
.focus\:text-palette-yellow-text-secondary:focus {
  color: var(--palette-yellow-text-secondary);
}
.focus\:text-positive:focus {
  color: var(--text-positive);
}
.focus\:text-positive-secondary:focus {
  color: var(--text-positive-secondary);
}
.focus\:text-primary:focus {
  color: var(--text-primary);
}
.focus\:text-primary-hover:focus {
  color: var(--text-primary-hover);
}
.focus\:text-secondary:focus {
  color: var(--text-secondary);
}
.focus\:text-secondary-hover:focus {
  color: var(--text-secondary-hover);
}
.focus\:text-tertiary:focus {
  color: var(--text-tertiary);
}
.focus\:text-transparent:focus {
  color: transparent;
}
.focus\:text-transparent\/0:focus {
  color: rgb(0 0 0 / 0);
}
.focus\:text-transparent\/10:focus {
  color: rgb(0 0 0 / 0.1);
}
.focus\:text-transparent\/100:focus {
  color: rgb(0 0 0 / 1);
}
.focus\:text-transparent\/15:focus {
  color: rgb(0 0 0 / 0.15);
}
.focus\:text-transparent\/20:focus {
  color: rgb(0 0 0 / 0.2);
}
.focus\:text-transparent\/25:focus {
  color: rgb(0 0 0 / 0.25);
}
.focus\:text-transparent\/30:focus {
  color: rgb(0 0 0 / 0.3);
}
.focus\:text-transparent\/35:focus {
  color: rgb(0 0 0 / 0.35);
}
.focus\:text-transparent\/40:focus {
  color: rgb(0 0 0 / 0.4);
}
.focus\:text-transparent\/45:focus {
  color: rgb(0 0 0 / 0.45);
}
.focus\:text-transparent\/5:focus {
  color: rgb(0 0 0 / 0.05);
}
.focus\:text-transparent\/50:focus {
  color: rgb(0 0 0 / 0.5);
}
.focus\:text-transparent\/55:focus {
  color: rgb(0 0 0 / 0.55);
}
.focus\:text-transparent\/60:focus {
  color: rgb(0 0 0 / 0.6);
}
.focus\:text-transparent\/65:focus {
  color: rgb(0 0 0 / 0.65);
}
.focus\:text-transparent\/70:focus {
  color: rgb(0 0 0 / 0.7);
}
.focus\:text-transparent\/75:focus {
  color: rgb(0 0 0 / 0.75);
}
.focus\:text-transparent\/80:focus {
  color: rgb(0 0 0 / 0.8);
}
.focus\:text-transparent\/85:focus {
  color: rgb(0 0 0 / 0.85);
}
.focus\:text-transparent\/90:focus {
  color: rgb(0 0 0 / 0.9);
}
.focus\:text-transparent\/95:focus {
  color: rgb(0 0 0 / 0.95);
}
.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}
.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}
.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}
.focus\:text-opacity-15:focus {
  --tw-text-opacity: 0.15;
}
.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}
.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}
.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}
.focus\:text-opacity-35:focus {
  --tw-text-opacity: 0.35;
}
.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}
.focus\:text-opacity-45:focus {
  --tw-text-opacity: 0.45;
}
.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}
.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}
.focus\:text-opacity-55:focus {
  --tw-text-opacity: 0.55;
}
.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}
.focus\:text-opacity-65:focus {
  --tw-text-opacity: 0.65;
}
.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}
.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}
.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}
.focus\:text-opacity-85:focus {
  --tw-text-opacity: 0.85;
}
.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}
.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}
.focus\:bg-blend-normal:focus {
  background-blend-mode: normal;
}
.focus\:bg-blend-multiply:focus {
  background-blend-mode: multiply;
}
.focus\:bg-blend-screen:focus {
  background-blend-mode: screen;
}
.focus\:bg-blend-overlay:focus {
  background-blend-mode: overlay;
}
.focus\:bg-blend-darken:focus {
  background-blend-mode: darken;
}
.focus\:bg-blend-lighten:focus {
  background-blend-mode: lighten;
}
.focus\:bg-blend-color-dodge:focus {
  background-blend-mode: color-dodge;
}
.focus\:bg-blend-color-burn:focus {
  background-blend-mode: color-burn;
}
.focus\:bg-blend-hard-light:focus {
  background-blend-mode: hard-light;
}
.focus\:bg-blend-soft-light:focus {
  background-blend-mode: soft-light;
}
.focus\:bg-blend-difference:focus {
  background-blend-mode: difference;
}
.focus\:bg-blend-exclusion:focus {
  background-blend-mode: exclusion;
}
.focus\:bg-blend-hue:focus {
  background-blend-mode: hue;
}
.focus\:bg-blend-saturation:focus {
  background-blend-mode: saturation;
}
.focus\:bg-blend-color:focus {
  background-blend-mode: color;
}
.focus\:bg-blend-luminosity:focus {
  background-blend-mode: luminosity;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-dashed:focus {
  outline-style: dashed;
}
.focus\:outline-dotted:focus {
  outline-style: dotted;
}
.focus\:outline-double:focus {
  outline-style: double;
}
.focus\:outline-0:focus {
  outline-width: 0px;
}
.focus\:outline-1:focus {
  outline-width: 1px;
}
.focus\:outline-2:focus {
  outline-width: 2px;
}
.focus\:outline-4:focus {
  outline-width: 4px;
}
.focus\:outline-8:focus {
  outline-width: 8px;
}
.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}
.focus\:outline-offset-1:focus {
  outline-offset: 1px;
}
.focus\:outline-offset-2:focus {
  outline-offset: 2px;
}
.focus\:outline-offset-4:focus {
  outline-offset: 4px;
}
.focus\:outline-offset-8:focus {
  outline-offset: 8px;
}
.focus\:outline-amber-100:focus {
  outline-color: #fef3c7;
}
.focus\:outline-amber-100\/0:focus {
  outline-color: rgb(254 243 199 / 0);
}
.focus\:outline-amber-100\/10:focus {
  outline-color: rgb(254 243 199 / 0.1);
}
.focus\:outline-amber-100\/100:focus {
  outline-color: rgb(254 243 199 / 1);
}
.focus\:outline-amber-100\/15:focus {
  outline-color: rgb(254 243 199 / 0.15);
}
.focus\:outline-amber-100\/20:focus {
  outline-color: rgb(254 243 199 / 0.2);
}
.focus\:outline-amber-100\/25:focus {
  outline-color: rgb(254 243 199 / 0.25);
}
.focus\:outline-amber-100\/30:focus {
  outline-color: rgb(254 243 199 / 0.3);
}
.focus\:outline-amber-100\/35:focus {
  outline-color: rgb(254 243 199 / 0.35);
}
.focus\:outline-amber-100\/40:focus {
  outline-color: rgb(254 243 199 / 0.4);
}
.focus\:outline-amber-100\/45:focus {
  outline-color: rgb(254 243 199 / 0.45);
}
.focus\:outline-amber-100\/5:focus {
  outline-color: rgb(254 243 199 / 0.05);
}
.focus\:outline-amber-100\/50:focus {
  outline-color: rgb(254 243 199 / 0.5);
}
.focus\:outline-amber-100\/55:focus {
  outline-color: rgb(254 243 199 / 0.55);
}
.focus\:outline-amber-100\/60:focus {
  outline-color: rgb(254 243 199 / 0.6);
}
.focus\:outline-amber-100\/65:focus {
  outline-color: rgb(254 243 199 / 0.65);
}
.focus\:outline-amber-100\/70:focus {
  outline-color: rgb(254 243 199 / 0.7);
}
.focus\:outline-amber-100\/75:focus {
  outline-color: rgb(254 243 199 / 0.75);
}
.focus\:outline-amber-100\/80:focus {
  outline-color: rgb(254 243 199 / 0.8);
}
.focus\:outline-amber-100\/85:focus {
  outline-color: rgb(254 243 199 / 0.85);
}
.focus\:outline-amber-100\/90:focus {
  outline-color: rgb(254 243 199 / 0.9);
}
.focus\:outline-amber-100\/95:focus {
  outline-color: rgb(254 243 199 / 0.95);
}
.focus\:outline-amber-200:focus {
  outline-color: #fde68a;
}
.focus\:outline-amber-200\/0:focus {
  outline-color: rgb(253 230 138 / 0);
}
.focus\:outline-amber-200\/10:focus {
  outline-color: rgb(253 230 138 / 0.1);
}
.focus\:outline-amber-200\/100:focus {
  outline-color: rgb(253 230 138 / 1);
}
.focus\:outline-amber-200\/15:focus {
  outline-color: rgb(253 230 138 / 0.15);
}
.focus\:outline-amber-200\/20:focus {
  outline-color: rgb(253 230 138 / 0.2);
}
.focus\:outline-amber-200\/25:focus {
  outline-color: rgb(253 230 138 / 0.25);
}
.focus\:outline-amber-200\/30:focus {
  outline-color: rgb(253 230 138 / 0.3);
}
.focus\:outline-amber-200\/35:focus {
  outline-color: rgb(253 230 138 / 0.35);
}
.focus\:outline-amber-200\/40:focus {
  outline-color: rgb(253 230 138 / 0.4);
}
.focus\:outline-amber-200\/45:focus {
  outline-color: rgb(253 230 138 / 0.45);
}
.focus\:outline-amber-200\/5:focus {
  outline-color: rgb(253 230 138 / 0.05);
}
.focus\:outline-amber-200\/50:focus {
  outline-color: rgb(253 230 138 / 0.5);
}
.focus\:outline-amber-200\/55:focus {
  outline-color: rgb(253 230 138 / 0.55);
}
.focus\:outline-amber-200\/60:focus {
  outline-color: rgb(253 230 138 / 0.6);
}
.focus\:outline-amber-200\/65:focus {
  outline-color: rgb(253 230 138 / 0.65);
}
.focus\:outline-amber-200\/70:focus {
  outline-color: rgb(253 230 138 / 0.7);
}
.focus\:outline-amber-200\/75:focus {
  outline-color: rgb(253 230 138 / 0.75);
}
.focus\:outline-amber-200\/80:focus {
  outline-color: rgb(253 230 138 / 0.8);
}
.focus\:outline-amber-200\/85:focus {
  outline-color: rgb(253 230 138 / 0.85);
}
.focus\:outline-amber-200\/90:focus {
  outline-color: rgb(253 230 138 / 0.9);
}
.focus\:outline-amber-200\/95:focus {
  outline-color: rgb(253 230 138 / 0.95);
}
.focus\:outline-amber-300:focus {
  outline-color: #fcd34d;
}
.focus\:outline-amber-300\/0:focus {
  outline-color: rgb(252 211 77 / 0);
}
.focus\:outline-amber-300\/10:focus {
  outline-color: rgb(252 211 77 / 0.1);
}
.focus\:outline-amber-300\/100:focus {
  outline-color: rgb(252 211 77 / 1);
}
.focus\:outline-amber-300\/15:focus {
  outline-color: rgb(252 211 77 / 0.15);
}
.focus\:outline-amber-300\/20:focus {
  outline-color: rgb(252 211 77 / 0.2);
}
.focus\:outline-amber-300\/25:focus {
  outline-color: rgb(252 211 77 / 0.25);
}
.focus\:outline-amber-300\/30:focus {
  outline-color: rgb(252 211 77 / 0.3);
}
.focus\:outline-amber-300\/35:focus {
  outline-color: rgb(252 211 77 / 0.35);
}
.focus\:outline-amber-300\/40:focus {
  outline-color: rgb(252 211 77 / 0.4);
}
.focus\:outline-amber-300\/45:focus {
  outline-color: rgb(252 211 77 / 0.45);
}
.focus\:outline-amber-300\/5:focus {
  outline-color: rgb(252 211 77 / 0.05);
}
.focus\:outline-amber-300\/50:focus {
  outline-color: rgb(252 211 77 / 0.5);
}
.focus\:outline-amber-300\/55:focus {
  outline-color: rgb(252 211 77 / 0.55);
}
.focus\:outline-amber-300\/60:focus {
  outline-color: rgb(252 211 77 / 0.6);
}
.focus\:outline-amber-300\/65:focus {
  outline-color: rgb(252 211 77 / 0.65);
}
.focus\:outline-amber-300\/70:focus {
  outline-color: rgb(252 211 77 / 0.7);
}
.focus\:outline-amber-300\/75:focus {
  outline-color: rgb(252 211 77 / 0.75);
}
.focus\:outline-amber-300\/80:focus {
  outline-color: rgb(252 211 77 / 0.8);
}
.focus\:outline-amber-300\/85:focus {
  outline-color: rgb(252 211 77 / 0.85);
}
.focus\:outline-amber-300\/90:focus {
  outline-color: rgb(252 211 77 / 0.9);
}
.focus\:outline-amber-300\/95:focus {
  outline-color: rgb(252 211 77 / 0.95);
}
.focus\:outline-amber-400:focus {
  outline-color: #fbbf24;
}
.focus\:outline-amber-400\/0:focus {
  outline-color: rgb(251 191 36 / 0);
}
.focus\:outline-amber-400\/10:focus {
  outline-color: rgb(251 191 36 / 0.1);
}
.focus\:outline-amber-400\/100:focus {
  outline-color: rgb(251 191 36 / 1);
}
.focus\:outline-amber-400\/15:focus {
  outline-color: rgb(251 191 36 / 0.15);
}
.focus\:outline-amber-400\/20:focus {
  outline-color: rgb(251 191 36 / 0.2);
}
.focus\:outline-amber-400\/25:focus {
  outline-color: rgb(251 191 36 / 0.25);
}
.focus\:outline-amber-400\/30:focus {
  outline-color: rgb(251 191 36 / 0.3);
}
.focus\:outline-amber-400\/35:focus {
  outline-color: rgb(251 191 36 / 0.35);
}
.focus\:outline-amber-400\/40:focus {
  outline-color: rgb(251 191 36 / 0.4);
}
.focus\:outline-amber-400\/45:focus {
  outline-color: rgb(251 191 36 / 0.45);
}
.focus\:outline-amber-400\/5:focus {
  outline-color: rgb(251 191 36 / 0.05);
}
.focus\:outline-amber-400\/50:focus {
  outline-color: rgb(251 191 36 / 0.5);
}
.focus\:outline-amber-400\/55:focus {
  outline-color: rgb(251 191 36 / 0.55);
}
.focus\:outline-amber-400\/60:focus {
  outline-color: rgb(251 191 36 / 0.6);
}
.focus\:outline-amber-400\/65:focus {
  outline-color: rgb(251 191 36 / 0.65);
}
.focus\:outline-amber-400\/70:focus {
  outline-color: rgb(251 191 36 / 0.7);
}
.focus\:outline-amber-400\/75:focus {
  outline-color: rgb(251 191 36 / 0.75);
}
.focus\:outline-amber-400\/80:focus {
  outline-color: rgb(251 191 36 / 0.8);
}
.focus\:outline-amber-400\/85:focus {
  outline-color: rgb(251 191 36 / 0.85);
}
.focus\:outline-amber-400\/90:focus {
  outline-color: rgb(251 191 36 / 0.9);
}
.focus\:outline-amber-400\/95:focus {
  outline-color: rgb(251 191 36 / 0.95);
}
.focus\:outline-amber-50:focus {
  outline-color: #fffbeb;
}
.focus\:outline-amber-50\/0:focus {
  outline-color: rgb(255 251 235 / 0);
}
.focus\:outline-amber-50\/10:focus {
  outline-color: rgb(255 251 235 / 0.1);
}
.focus\:outline-amber-50\/100:focus {
  outline-color: rgb(255 251 235 / 1);
}
.focus\:outline-amber-50\/15:focus {
  outline-color: rgb(255 251 235 / 0.15);
}
.focus\:outline-amber-50\/20:focus {
  outline-color: rgb(255 251 235 / 0.2);
}
.focus\:outline-amber-50\/25:focus {
  outline-color: rgb(255 251 235 / 0.25);
}
.focus\:outline-amber-50\/30:focus {
  outline-color: rgb(255 251 235 / 0.3);
}
.focus\:outline-amber-50\/35:focus {
  outline-color: rgb(255 251 235 / 0.35);
}
.focus\:outline-amber-50\/40:focus {
  outline-color: rgb(255 251 235 / 0.4);
}
.focus\:outline-amber-50\/45:focus {
  outline-color: rgb(255 251 235 / 0.45);
}
.focus\:outline-amber-50\/5:focus {
  outline-color: rgb(255 251 235 / 0.05);
}
.focus\:outline-amber-50\/50:focus {
  outline-color: rgb(255 251 235 / 0.5);
}
.focus\:outline-amber-50\/55:focus {
  outline-color: rgb(255 251 235 / 0.55);
}
.focus\:outline-amber-50\/60:focus {
  outline-color: rgb(255 251 235 / 0.6);
}
.focus\:outline-amber-50\/65:focus {
  outline-color: rgb(255 251 235 / 0.65);
}
.focus\:outline-amber-50\/70:focus {
  outline-color: rgb(255 251 235 / 0.7);
}
.focus\:outline-amber-50\/75:focus {
  outline-color: rgb(255 251 235 / 0.75);
}
.focus\:outline-amber-50\/80:focus {
  outline-color: rgb(255 251 235 / 0.8);
}
.focus\:outline-amber-50\/85:focus {
  outline-color: rgb(255 251 235 / 0.85);
}
.focus\:outline-amber-50\/90:focus {
  outline-color: rgb(255 251 235 / 0.9);
}
.focus\:outline-amber-50\/95:focus {
  outline-color: rgb(255 251 235 / 0.95);
}
.focus\:outline-amber-500:focus {
  outline-color: #f59e0b;
}
.focus\:outline-amber-500\/0:focus {
  outline-color: rgb(245 158 11 / 0);
}
.focus\:outline-amber-500\/10:focus {
  outline-color: rgb(245 158 11 / 0.1);
}
.focus\:outline-amber-500\/100:focus {
  outline-color: rgb(245 158 11 / 1);
}
.focus\:outline-amber-500\/15:focus {
  outline-color: rgb(245 158 11 / 0.15);
}
.focus\:outline-amber-500\/20:focus {
  outline-color: rgb(245 158 11 / 0.2);
}
.focus\:outline-amber-500\/25:focus {
  outline-color: rgb(245 158 11 / 0.25);
}
.focus\:outline-amber-500\/30:focus {
  outline-color: rgb(245 158 11 / 0.3);
}
.focus\:outline-amber-500\/35:focus {
  outline-color: rgb(245 158 11 / 0.35);
}
.focus\:outline-amber-500\/40:focus {
  outline-color: rgb(245 158 11 / 0.4);
}
.focus\:outline-amber-500\/45:focus {
  outline-color: rgb(245 158 11 / 0.45);
}
.focus\:outline-amber-500\/5:focus {
  outline-color: rgb(245 158 11 / 0.05);
}
.focus\:outline-amber-500\/50:focus {
  outline-color: rgb(245 158 11 / 0.5);
}
.focus\:outline-amber-500\/55:focus {
  outline-color: rgb(245 158 11 / 0.55);
}
.focus\:outline-amber-500\/60:focus {
  outline-color: rgb(245 158 11 / 0.6);
}
.focus\:outline-amber-500\/65:focus {
  outline-color: rgb(245 158 11 / 0.65);
}
.focus\:outline-amber-500\/70:focus {
  outline-color: rgb(245 158 11 / 0.7);
}
.focus\:outline-amber-500\/75:focus {
  outline-color: rgb(245 158 11 / 0.75);
}
.focus\:outline-amber-500\/80:focus {
  outline-color: rgb(245 158 11 / 0.8);
}
.focus\:outline-amber-500\/85:focus {
  outline-color: rgb(245 158 11 / 0.85);
}
.focus\:outline-amber-500\/90:focus {
  outline-color: rgb(245 158 11 / 0.9);
}
.focus\:outline-amber-500\/95:focus {
  outline-color: rgb(245 158 11 / 0.95);
}
.focus\:outline-amber-600:focus {
  outline-color: #d97706;
}
.focus\:outline-amber-600\/0:focus {
  outline-color: rgb(217 119 6 / 0);
}
.focus\:outline-amber-600\/10:focus {
  outline-color: rgb(217 119 6 / 0.1);
}
.focus\:outline-amber-600\/100:focus {
  outline-color: rgb(217 119 6 / 1);
}
.focus\:outline-amber-600\/15:focus {
  outline-color: rgb(217 119 6 / 0.15);
}
.focus\:outline-amber-600\/20:focus {
  outline-color: rgb(217 119 6 / 0.2);
}
.focus\:outline-amber-600\/25:focus {
  outline-color: rgb(217 119 6 / 0.25);
}
.focus\:outline-amber-600\/30:focus {
  outline-color: rgb(217 119 6 / 0.3);
}
.focus\:outline-amber-600\/35:focus {
  outline-color: rgb(217 119 6 / 0.35);
}
.focus\:outline-amber-600\/40:focus {
  outline-color: rgb(217 119 6 / 0.4);
}
.focus\:outline-amber-600\/45:focus {
  outline-color: rgb(217 119 6 / 0.45);
}
.focus\:outline-amber-600\/5:focus {
  outline-color: rgb(217 119 6 / 0.05);
}
.focus\:outline-amber-600\/50:focus {
  outline-color: rgb(217 119 6 / 0.5);
}
.focus\:outline-amber-600\/55:focus {
  outline-color: rgb(217 119 6 / 0.55);
}
.focus\:outline-amber-600\/60:focus {
  outline-color: rgb(217 119 6 / 0.6);
}
.focus\:outline-amber-600\/65:focus {
  outline-color: rgb(217 119 6 / 0.65);
}
.focus\:outline-amber-600\/70:focus {
  outline-color: rgb(217 119 6 / 0.7);
}
.focus\:outline-amber-600\/75:focus {
  outline-color: rgb(217 119 6 / 0.75);
}
.focus\:outline-amber-600\/80:focus {
  outline-color: rgb(217 119 6 / 0.8);
}
.focus\:outline-amber-600\/85:focus {
  outline-color: rgb(217 119 6 / 0.85);
}
.focus\:outline-amber-600\/90:focus {
  outline-color: rgb(217 119 6 / 0.9);
}
.focus\:outline-amber-600\/95:focus {
  outline-color: rgb(217 119 6 / 0.95);
}
.focus\:outline-amber-700:focus {
  outline-color: #b45309;
}
.focus\:outline-amber-700\/0:focus {
  outline-color: rgb(180 83 9 / 0);
}
.focus\:outline-amber-700\/10:focus {
  outline-color: rgb(180 83 9 / 0.1);
}
.focus\:outline-amber-700\/100:focus {
  outline-color: rgb(180 83 9 / 1);
}
.focus\:outline-amber-700\/15:focus {
  outline-color: rgb(180 83 9 / 0.15);
}
.focus\:outline-amber-700\/20:focus {
  outline-color: rgb(180 83 9 / 0.2);
}
.focus\:outline-amber-700\/25:focus {
  outline-color: rgb(180 83 9 / 0.25);
}
.focus\:outline-amber-700\/30:focus {
  outline-color: rgb(180 83 9 / 0.3);
}
.focus\:outline-amber-700\/35:focus {
  outline-color: rgb(180 83 9 / 0.35);
}
.focus\:outline-amber-700\/40:focus {
  outline-color: rgb(180 83 9 / 0.4);
}
.focus\:outline-amber-700\/45:focus {
  outline-color: rgb(180 83 9 / 0.45);
}
.focus\:outline-amber-700\/5:focus {
  outline-color: rgb(180 83 9 / 0.05);
}
.focus\:outline-amber-700\/50:focus {
  outline-color: rgb(180 83 9 / 0.5);
}
.focus\:outline-amber-700\/55:focus {
  outline-color: rgb(180 83 9 / 0.55);
}
.focus\:outline-amber-700\/60:focus {
  outline-color: rgb(180 83 9 / 0.6);
}
.focus\:outline-amber-700\/65:focus {
  outline-color: rgb(180 83 9 / 0.65);
}
.focus\:outline-amber-700\/70:focus {
  outline-color: rgb(180 83 9 / 0.7);
}
.focus\:outline-amber-700\/75:focus {
  outline-color: rgb(180 83 9 / 0.75);
}
.focus\:outline-amber-700\/80:focus {
  outline-color: rgb(180 83 9 / 0.8);
}
.focus\:outline-amber-700\/85:focus {
  outline-color: rgb(180 83 9 / 0.85);
}
.focus\:outline-amber-700\/90:focus {
  outline-color: rgb(180 83 9 / 0.9);
}
.focus\:outline-amber-700\/95:focus {
  outline-color: rgb(180 83 9 / 0.95);
}
.focus\:outline-amber-800:focus {
  outline-color: #92400e;
}
.focus\:outline-amber-800\/0:focus {
  outline-color: rgb(146 64 14 / 0);
}
.focus\:outline-amber-800\/10:focus {
  outline-color: rgb(146 64 14 / 0.1);
}
.focus\:outline-amber-800\/100:focus {
  outline-color: rgb(146 64 14 / 1);
}
.focus\:outline-amber-800\/15:focus {
  outline-color: rgb(146 64 14 / 0.15);
}
.focus\:outline-amber-800\/20:focus {
  outline-color: rgb(146 64 14 / 0.2);
}
.focus\:outline-amber-800\/25:focus {
  outline-color: rgb(146 64 14 / 0.25);
}
.focus\:outline-amber-800\/30:focus {
  outline-color: rgb(146 64 14 / 0.3);
}
.focus\:outline-amber-800\/35:focus {
  outline-color: rgb(146 64 14 / 0.35);
}
.focus\:outline-amber-800\/40:focus {
  outline-color: rgb(146 64 14 / 0.4);
}
.focus\:outline-amber-800\/45:focus {
  outline-color: rgb(146 64 14 / 0.45);
}
.focus\:outline-amber-800\/5:focus {
  outline-color: rgb(146 64 14 / 0.05);
}
.focus\:outline-amber-800\/50:focus {
  outline-color: rgb(146 64 14 / 0.5);
}
.focus\:outline-amber-800\/55:focus {
  outline-color: rgb(146 64 14 / 0.55);
}
.focus\:outline-amber-800\/60:focus {
  outline-color: rgb(146 64 14 / 0.6);
}
.focus\:outline-amber-800\/65:focus {
  outline-color: rgb(146 64 14 / 0.65);
}
.focus\:outline-amber-800\/70:focus {
  outline-color: rgb(146 64 14 / 0.7);
}
.focus\:outline-amber-800\/75:focus {
  outline-color: rgb(146 64 14 / 0.75);
}
.focus\:outline-amber-800\/80:focus {
  outline-color: rgb(146 64 14 / 0.8);
}
.focus\:outline-amber-800\/85:focus {
  outline-color: rgb(146 64 14 / 0.85);
}
.focus\:outline-amber-800\/90:focus {
  outline-color: rgb(146 64 14 / 0.9);
}
.focus\:outline-amber-800\/95:focus {
  outline-color: rgb(146 64 14 / 0.95);
}
.focus\:outline-amber-900:focus {
  outline-color: #78350f;
}
.focus\:outline-amber-900\/0:focus {
  outline-color: rgb(120 53 15 / 0);
}
.focus\:outline-amber-900\/10:focus {
  outline-color: rgb(120 53 15 / 0.1);
}
.focus\:outline-amber-900\/100:focus {
  outline-color: rgb(120 53 15 / 1);
}
.focus\:outline-amber-900\/15:focus {
  outline-color: rgb(120 53 15 / 0.15);
}
.focus\:outline-amber-900\/20:focus {
  outline-color: rgb(120 53 15 / 0.2);
}
.focus\:outline-amber-900\/25:focus {
  outline-color: rgb(120 53 15 / 0.25);
}
.focus\:outline-amber-900\/30:focus {
  outline-color: rgb(120 53 15 / 0.3);
}
.focus\:outline-amber-900\/35:focus {
  outline-color: rgb(120 53 15 / 0.35);
}
.focus\:outline-amber-900\/40:focus {
  outline-color: rgb(120 53 15 / 0.4);
}
.focus\:outline-amber-900\/45:focus {
  outline-color: rgb(120 53 15 / 0.45);
}
.focus\:outline-amber-900\/5:focus {
  outline-color: rgb(120 53 15 / 0.05);
}
.focus\:outline-amber-900\/50:focus {
  outline-color: rgb(120 53 15 / 0.5);
}
.focus\:outline-amber-900\/55:focus {
  outline-color: rgb(120 53 15 / 0.55);
}
.focus\:outline-amber-900\/60:focus {
  outline-color: rgb(120 53 15 / 0.6);
}
.focus\:outline-amber-900\/65:focus {
  outline-color: rgb(120 53 15 / 0.65);
}
.focus\:outline-amber-900\/70:focus {
  outline-color: rgb(120 53 15 / 0.7);
}
.focus\:outline-amber-900\/75:focus {
  outline-color: rgb(120 53 15 / 0.75);
}
.focus\:outline-amber-900\/80:focus {
  outline-color: rgb(120 53 15 / 0.8);
}
.focus\:outline-amber-900\/85:focus {
  outline-color: rgb(120 53 15 / 0.85);
}
.focus\:outline-amber-900\/90:focus {
  outline-color: rgb(120 53 15 / 0.9);
}
.focus\:outline-amber-900\/95:focus {
  outline-color: rgb(120 53 15 / 0.95);
}
.focus\:outline-amber-950:focus {
  outline-color: #451a03;
}
.focus\:outline-amber-950\/0:focus {
  outline-color: rgb(69 26 3 / 0);
}
.focus\:outline-amber-950\/10:focus {
  outline-color: rgb(69 26 3 / 0.1);
}
.focus\:outline-amber-950\/100:focus {
  outline-color: rgb(69 26 3 / 1);
}
.focus\:outline-amber-950\/15:focus {
  outline-color: rgb(69 26 3 / 0.15);
}
.focus\:outline-amber-950\/20:focus {
  outline-color: rgb(69 26 3 / 0.2);
}
.focus\:outline-amber-950\/25:focus {
  outline-color: rgb(69 26 3 / 0.25);
}
.focus\:outline-amber-950\/30:focus {
  outline-color: rgb(69 26 3 / 0.3);
}
.focus\:outline-amber-950\/35:focus {
  outline-color: rgb(69 26 3 / 0.35);
}
.focus\:outline-amber-950\/40:focus {
  outline-color: rgb(69 26 3 / 0.4);
}
.focus\:outline-amber-950\/45:focus {
  outline-color: rgb(69 26 3 / 0.45);
}
.focus\:outline-amber-950\/5:focus {
  outline-color: rgb(69 26 3 / 0.05);
}
.focus\:outline-amber-950\/50:focus {
  outline-color: rgb(69 26 3 / 0.5);
}
.focus\:outline-amber-950\/55:focus {
  outline-color: rgb(69 26 3 / 0.55);
}
.focus\:outline-amber-950\/60:focus {
  outline-color: rgb(69 26 3 / 0.6);
}
.focus\:outline-amber-950\/65:focus {
  outline-color: rgb(69 26 3 / 0.65);
}
.focus\:outline-amber-950\/70:focus {
  outline-color: rgb(69 26 3 / 0.7);
}
.focus\:outline-amber-950\/75:focus {
  outline-color: rgb(69 26 3 / 0.75);
}
.focus\:outline-amber-950\/80:focus {
  outline-color: rgb(69 26 3 / 0.8);
}
.focus\:outline-amber-950\/85:focus {
  outline-color: rgb(69 26 3 / 0.85);
}
.focus\:outline-amber-950\/90:focus {
  outline-color: rgb(69 26 3 / 0.9);
}
.focus\:outline-amber-950\/95:focus {
  outline-color: rgb(69 26 3 / 0.95);
}
.focus\:outline-black:focus {
  outline-color: #000;
}
.focus\:outline-black\/0:focus {
  outline-color: rgb(0 0 0 / 0);
}
.focus\:outline-black\/10:focus {
  outline-color: rgb(0 0 0 / 0.1);
}
.focus\:outline-black\/100:focus {
  outline-color: rgb(0 0 0 / 1);
}
.focus\:outline-black\/15:focus {
  outline-color: rgb(0 0 0 / 0.15);
}
.focus\:outline-black\/20:focus {
  outline-color: rgb(0 0 0 / 0.2);
}
.focus\:outline-black\/25:focus {
  outline-color: rgb(0 0 0 / 0.25);
}
.focus\:outline-black\/30:focus {
  outline-color: rgb(0 0 0 / 0.3);
}
.focus\:outline-black\/35:focus {
  outline-color: rgb(0 0 0 / 0.35);
}
.focus\:outline-black\/40:focus {
  outline-color: rgb(0 0 0 / 0.4);
}
.focus\:outline-black\/45:focus {
  outline-color: rgb(0 0 0 / 0.45);
}
.focus\:outline-black\/5:focus {
  outline-color: rgb(0 0 0 / 0.05);
}
.focus\:outline-black\/50:focus {
  outline-color: rgb(0 0 0 / 0.5);
}
.focus\:outline-black\/55:focus {
  outline-color: rgb(0 0 0 / 0.55);
}
.focus\:outline-black\/60:focus {
  outline-color: rgb(0 0 0 / 0.6);
}
.focus\:outline-black\/65:focus {
  outline-color: rgb(0 0 0 / 0.65);
}
.focus\:outline-black\/70:focus {
  outline-color: rgb(0 0 0 / 0.7);
}
.focus\:outline-black\/75:focus {
  outline-color: rgb(0 0 0 / 0.75);
}
.focus\:outline-black\/80:focus {
  outline-color: rgb(0 0 0 / 0.8);
}
.focus\:outline-black\/85:focus {
  outline-color: rgb(0 0 0 / 0.85);
}
.focus\:outline-black\/90:focus {
  outline-color: rgb(0 0 0 / 0.9);
}
.focus\:outline-black\/95:focus {
  outline-color: rgb(0 0 0 / 0.95);
}
.focus\:outline-blue-100:focus {
  outline-color: #dbeafe;
}
.focus\:outline-blue-100\/0:focus {
  outline-color: rgb(219 234 254 / 0);
}
.focus\:outline-blue-100\/10:focus {
  outline-color: rgb(219 234 254 / 0.1);
}
.focus\:outline-blue-100\/100:focus {
  outline-color: rgb(219 234 254 / 1);
}
.focus\:outline-blue-100\/15:focus {
  outline-color: rgb(219 234 254 / 0.15);
}
.focus\:outline-blue-100\/20:focus {
  outline-color: rgb(219 234 254 / 0.2);
}
.focus\:outline-blue-100\/25:focus {
  outline-color: rgb(219 234 254 / 0.25);
}
.focus\:outline-blue-100\/30:focus {
  outline-color: rgb(219 234 254 / 0.3);
}
.focus\:outline-blue-100\/35:focus {
  outline-color: rgb(219 234 254 / 0.35);
}
.focus\:outline-blue-100\/40:focus {
  outline-color: rgb(219 234 254 / 0.4);
}
.focus\:outline-blue-100\/45:focus {
  outline-color: rgb(219 234 254 / 0.45);
}
.focus\:outline-blue-100\/5:focus {
  outline-color: rgb(219 234 254 / 0.05);
}
.focus\:outline-blue-100\/50:focus {
  outline-color: rgb(219 234 254 / 0.5);
}
.focus\:outline-blue-100\/55:focus {
  outline-color: rgb(219 234 254 / 0.55);
}
.focus\:outline-blue-100\/60:focus {
  outline-color: rgb(219 234 254 / 0.6);
}
.focus\:outline-blue-100\/65:focus {
  outline-color: rgb(219 234 254 / 0.65);
}
.focus\:outline-blue-100\/70:focus {
  outline-color: rgb(219 234 254 / 0.7);
}
.focus\:outline-blue-100\/75:focus {
  outline-color: rgb(219 234 254 / 0.75);
}
.focus\:outline-blue-100\/80:focus {
  outline-color: rgb(219 234 254 / 0.8);
}
.focus\:outline-blue-100\/85:focus {
  outline-color: rgb(219 234 254 / 0.85);
}
.focus\:outline-blue-100\/90:focus {
  outline-color: rgb(219 234 254 / 0.9);
}
.focus\:outline-blue-100\/95:focus {
  outline-color: rgb(219 234 254 / 0.95);
}
.focus\:outline-blue-200:focus {
  outline-color: #bfdbfe;
}
.focus\:outline-blue-200\/0:focus {
  outline-color: rgb(191 219 254 / 0);
}
.focus\:outline-blue-200\/10:focus {
  outline-color: rgb(191 219 254 / 0.1);
}
.focus\:outline-blue-200\/100:focus {
  outline-color: rgb(191 219 254 / 1);
}
.focus\:outline-blue-200\/15:focus {
  outline-color: rgb(191 219 254 / 0.15);
}
.focus\:outline-blue-200\/20:focus {
  outline-color: rgb(191 219 254 / 0.2);
}
.focus\:outline-blue-200\/25:focus {
  outline-color: rgb(191 219 254 / 0.25);
}
.focus\:outline-blue-200\/30:focus {
  outline-color: rgb(191 219 254 / 0.3);
}
.focus\:outline-blue-200\/35:focus {
  outline-color: rgb(191 219 254 / 0.35);
}
.focus\:outline-blue-200\/40:focus {
  outline-color: rgb(191 219 254 / 0.4);
}
.focus\:outline-blue-200\/45:focus {
  outline-color: rgb(191 219 254 / 0.45);
}
.focus\:outline-blue-200\/5:focus {
  outline-color: rgb(191 219 254 / 0.05);
}
.focus\:outline-blue-200\/50:focus {
  outline-color: rgb(191 219 254 / 0.5);
}
.focus\:outline-blue-200\/55:focus {
  outline-color: rgb(191 219 254 / 0.55);
}
.focus\:outline-blue-200\/60:focus {
  outline-color: rgb(191 219 254 / 0.6);
}
.focus\:outline-blue-200\/65:focus {
  outline-color: rgb(191 219 254 / 0.65);
}
.focus\:outline-blue-200\/70:focus {
  outline-color: rgb(191 219 254 / 0.7);
}
.focus\:outline-blue-200\/75:focus {
  outline-color: rgb(191 219 254 / 0.75);
}
.focus\:outline-blue-200\/80:focus {
  outline-color: rgb(191 219 254 / 0.8);
}
.focus\:outline-blue-200\/85:focus {
  outline-color: rgb(191 219 254 / 0.85);
}
.focus\:outline-blue-200\/90:focus {
  outline-color: rgb(191 219 254 / 0.9);
}
.focus\:outline-blue-200\/95:focus {
  outline-color: rgb(191 219 254 / 0.95);
}
.focus\:outline-blue-300:focus {
  outline-color: #93c5fd;
}
.focus\:outline-blue-300\/0:focus {
  outline-color: rgb(147 197 253 / 0);
}
.focus\:outline-blue-300\/10:focus {
  outline-color: rgb(147 197 253 / 0.1);
}
.focus\:outline-blue-300\/100:focus {
  outline-color: rgb(147 197 253 / 1);
}
.focus\:outline-blue-300\/15:focus {
  outline-color: rgb(147 197 253 / 0.15);
}
.focus\:outline-blue-300\/20:focus {
  outline-color: rgb(147 197 253 / 0.2);
}
.focus\:outline-blue-300\/25:focus {
  outline-color: rgb(147 197 253 / 0.25);
}
.focus\:outline-blue-300\/30:focus {
  outline-color: rgb(147 197 253 / 0.3);
}
.focus\:outline-blue-300\/35:focus {
  outline-color: rgb(147 197 253 / 0.35);
}
.focus\:outline-blue-300\/40:focus {
  outline-color: rgb(147 197 253 / 0.4);
}
.focus\:outline-blue-300\/45:focus {
  outline-color: rgb(147 197 253 / 0.45);
}
.focus\:outline-blue-300\/5:focus {
  outline-color: rgb(147 197 253 / 0.05);
}
.focus\:outline-blue-300\/50:focus {
  outline-color: rgb(147 197 253 / 0.5);
}
.focus\:outline-blue-300\/55:focus {
  outline-color: rgb(147 197 253 / 0.55);
}
.focus\:outline-blue-300\/60:focus {
  outline-color: rgb(147 197 253 / 0.6);
}
.focus\:outline-blue-300\/65:focus {
  outline-color: rgb(147 197 253 / 0.65);
}
.focus\:outline-blue-300\/70:focus {
  outline-color: rgb(147 197 253 / 0.7);
}
.focus\:outline-blue-300\/75:focus {
  outline-color: rgb(147 197 253 / 0.75);
}
.focus\:outline-blue-300\/80:focus {
  outline-color: rgb(147 197 253 / 0.8);
}
.focus\:outline-blue-300\/85:focus {
  outline-color: rgb(147 197 253 / 0.85);
}
.focus\:outline-blue-300\/90:focus {
  outline-color: rgb(147 197 253 / 0.9);
}
.focus\:outline-blue-300\/95:focus {
  outline-color: rgb(147 197 253 / 0.95);
}
.focus\:outline-blue-400:focus {
  outline-color: #60a5fa;
}
.focus\:outline-blue-400\/0:focus {
  outline-color: rgb(96 165 250 / 0);
}
.focus\:outline-blue-400\/10:focus {
  outline-color: rgb(96 165 250 / 0.1);
}
.focus\:outline-blue-400\/100:focus {
  outline-color: rgb(96 165 250 / 1);
}
.focus\:outline-blue-400\/15:focus {
  outline-color: rgb(96 165 250 / 0.15);
}
.focus\:outline-blue-400\/20:focus {
  outline-color: rgb(96 165 250 / 0.2);
}
.focus\:outline-blue-400\/25:focus {
  outline-color: rgb(96 165 250 / 0.25);
}
.focus\:outline-blue-400\/30:focus {
  outline-color: rgb(96 165 250 / 0.3);
}
.focus\:outline-blue-400\/35:focus {
  outline-color: rgb(96 165 250 / 0.35);
}
.focus\:outline-blue-400\/40:focus {
  outline-color: rgb(96 165 250 / 0.4);
}
.focus\:outline-blue-400\/45:focus {
  outline-color: rgb(96 165 250 / 0.45);
}
.focus\:outline-blue-400\/5:focus {
  outline-color: rgb(96 165 250 / 0.05);
}
.focus\:outline-blue-400\/50:focus {
  outline-color: rgb(96 165 250 / 0.5);
}
.focus\:outline-blue-400\/55:focus {
  outline-color: rgb(96 165 250 / 0.55);
}
.focus\:outline-blue-400\/60:focus {
  outline-color: rgb(96 165 250 / 0.6);
}
.focus\:outline-blue-400\/65:focus {
  outline-color: rgb(96 165 250 / 0.65);
}
.focus\:outline-blue-400\/70:focus {
  outline-color: rgb(96 165 250 / 0.7);
}
.focus\:outline-blue-400\/75:focus {
  outline-color: rgb(96 165 250 / 0.75);
}
.focus\:outline-blue-400\/80:focus {
  outline-color: rgb(96 165 250 / 0.8);
}
.focus\:outline-blue-400\/85:focus {
  outline-color: rgb(96 165 250 / 0.85);
}
.focus\:outline-blue-400\/90:focus {
  outline-color: rgb(96 165 250 / 0.9);
}
.focus\:outline-blue-400\/95:focus {
  outline-color: rgb(96 165 250 / 0.95);
}
.focus\:outline-blue-50:focus {
  outline-color: #eff6ff;
}
.focus\:outline-blue-50\/0:focus {
  outline-color: rgb(239 246 255 / 0);
}
.focus\:outline-blue-50\/10:focus {
  outline-color: rgb(239 246 255 / 0.1);
}
.focus\:outline-blue-50\/100:focus {
  outline-color: rgb(239 246 255 / 1);
}
.focus\:outline-blue-50\/15:focus {
  outline-color: rgb(239 246 255 / 0.15);
}
.focus\:outline-blue-50\/20:focus {
  outline-color: rgb(239 246 255 / 0.2);
}
.focus\:outline-blue-50\/25:focus {
  outline-color: rgb(239 246 255 / 0.25);
}
.focus\:outline-blue-50\/30:focus {
  outline-color: rgb(239 246 255 / 0.3);
}
.focus\:outline-blue-50\/35:focus {
  outline-color: rgb(239 246 255 / 0.35);
}
.focus\:outline-blue-50\/40:focus {
  outline-color: rgb(239 246 255 / 0.4);
}
.focus\:outline-blue-50\/45:focus {
  outline-color: rgb(239 246 255 / 0.45);
}
.focus\:outline-blue-50\/5:focus {
  outline-color: rgb(239 246 255 / 0.05);
}
.focus\:outline-blue-50\/50:focus {
  outline-color: rgb(239 246 255 / 0.5);
}
.focus\:outline-blue-50\/55:focus {
  outline-color: rgb(239 246 255 / 0.55);
}
.focus\:outline-blue-50\/60:focus {
  outline-color: rgb(239 246 255 / 0.6);
}
.focus\:outline-blue-50\/65:focus {
  outline-color: rgb(239 246 255 / 0.65);
}
.focus\:outline-blue-50\/70:focus {
  outline-color: rgb(239 246 255 / 0.7);
}
.focus\:outline-blue-50\/75:focus {
  outline-color: rgb(239 246 255 / 0.75);
}
.focus\:outline-blue-50\/80:focus {
  outline-color: rgb(239 246 255 / 0.8);
}
.focus\:outline-blue-50\/85:focus {
  outline-color: rgb(239 246 255 / 0.85);
}
.focus\:outline-blue-50\/90:focus {
  outline-color: rgb(239 246 255 / 0.9);
}
.focus\:outline-blue-50\/95:focus {
  outline-color: rgb(239 246 255 / 0.95);
}
.focus\:outline-blue-500:focus {
  outline-color: #3b82f6;
}
.focus\:outline-blue-500\/0:focus {
  outline-color: rgb(59 130 246 / 0);
}
.focus\:outline-blue-500\/10:focus {
  outline-color: rgb(59 130 246 / 0.1);
}
.focus\:outline-blue-500\/100:focus {
  outline-color: rgb(59 130 246 / 1);
}
.focus\:outline-blue-500\/15:focus {
  outline-color: rgb(59 130 246 / 0.15);
}
.focus\:outline-blue-500\/20:focus {
  outline-color: rgb(59 130 246 / 0.2);
}
.focus\:outline-blue-500\/25:focus {
  outline-color: rgb(59 130 246 / 0.25);
}
.focus\:outline-blue-500\/30:focus {
  outline-color: rgb(59 130 246 / 0.3);
}
.focus\:outline-blue-500\/35:focus {
  outline-color: rgb(59 130 246 / 0.35);
}
.focus\:outline-blue-500\/40:focus {
  outline-color: rgb(59 130 246 / 0.4);
}
.focus\:outline-blue-500\/45:focus {
  outline-color: rgb(59 130 246 / 0.45);
}
.focus\:outline-blue-500\/5:focus {
  outline-color: rgb(59 130 246 / 0.05);
}
.focus\:outline-blue-500\/50:focus {
  outline-color: rgb(59 130 246 / 0.5);
}
.focus\:outline-blue-500\/55:focus {
  outline-color: rgb(59 130 246 / 0.55);
}
.focus\:outline-blue-500\/60:focus {
  outline-color: rgb(59 130 246 / 0.6);
}
.focus\:outline-blue-500\/65:focus {
  outline-color: rgb(59 130 246 / 0.65);
}
.focus\:outline-blue-500\/70:focus {
  outline-color: rgb(59 130 246 / 0.7);
}
.focus\:outline-blue-500\/75:focus {
  outline-color: rgb(59 130 246 / 0.75);
}
.focus\:outline-blue-500\/80:focus {
  outline-color: rgb(59 130 246 / 0.8);
}
.focus\:outline-blue-500\/85:focus {
  outline-color: rgb(59 130 246 / 0.85);
}
.focus\:outline-blue-500\/90:focus {
  outline-color: rgb(59 130 246 / 0.9);
}
.focus\:outline-blue-500\/95:focus {
  outline-color: rgb(59 130 246 / 0.95);
}
.focus\:outline-blue-600:focus {
  outline-color: #2563eb;
}
.focus\:outline-blue-600\/0:focus {
  outline-color: rgb(37 99 235 / 0);
}
.focus\:outline-blue-600\/10:focus {
  outline-color: rgb(37 99 235 / 0.1);
}
.focus\:outline-blue-600\/100:focus {
  outline-color: rgb(37 99 235 / 1);
}
.focus\:outline-blue-600\/15:focus {
  outline-color: rgb(37 99 235 / 0.15);
}
.focus\:outline-blue-600\/20:focus {
  outline-color: rgb(37 99 235 / 0.2);
}
.focus\:outline-blue-600\/25:focus {
  outline-color: rgb(37 99 235 / 0.25);
}
.focus\:outline-blue-600\/30:focus {
  outline-color: rgb(37 99 235 / 0.3);
}
.focus\:outline-blue-600\/35:focus {
  outline-color: rgb(37 99 235 / 0.35);
}
.focus\:outline-blue-600\/40:focus {
  outline-color: rgb(37 99 235 / 0.4);
}
.focus\:outline-blue-600\/45:focus {
  outline-color: rgb(37 99 235 / 0.45);
}
.focus\:outline-blue-600\/5:focus {
  outline-color: rgb(37 99 235 / 0.05);
}
.focus\:outline-blue-600\/50:focus {
  outline-color: rgb(37 99 235 / 0.5);
}
.focus\:outline-blue-600\/55:focus {
  outline-color: rgb(37 99 235 / 0.55);
}
.focus\:outline-blue-600\/60:focus {
  outline-color: rgb(37 99 235 / 0.6);
}
.focus\:outline-blue-600\/65:focus {
  outline-color: rgb(37 99 235 / 0.65);
}
.focus\:outline-blue-600\/70:focus {
  outline-color: rgb(37 99 235 / 0.7);
}
.focus\:outline-blue-600\/75:focus {
  outline-color: rgb(37 99 235 / 0.75);
}
.focus\:outline-blue-600\/80:focus {
  outline-color: rgb(37 99 235 / 0.8);
}
.focus\:outline-blue-600\/85:focus {
  outline-color: rgb(37 99 235 / 0.85);
}
.focus\:outline-blue-600\/90:focus {
  outline-color: rgb(37 99 235 / 0.9);
}
.focus\:outline-blue-600\/95:focus {
  outline-color: rgb(37 99 235 / 0.95);
}
.focus\:outline-blue-700:focus {
  outline-color: #1d4ed8;
}
.focus\:outline-blue-700\/0:focus {
  outline-color: rgb(29 78 216 / 0);
}
.focus\:outline-blue-700\/10:focus {
  outline-color: rgb(29 78 216 / 0.1);
}
.focus\:outline-blue-700\/100:focus {
  outline-color: rgb(29 78 216 / 1);
}
.focus\:outline-blue-700\/15:focus {
  outline-color: rgb(29 78 216 / 0.15);
}
.focus\:outline-blue-700\/20:focus {
  outline-color: rgb(29 78 216 / 0.2);
}
.focus\:outline-blue-700\/25:focus {
  outline-color: rgb(29 78 216 / 0.25);
}
.focus\:outline-blue-700\/30:focus {
  outline-color: rgb(29 78 216 / 0.3);
}
.focus\:outline-blue-700\/35:focus {
  outline-color: rgb(29 78 216 / 0.35);
}
.focus\:outline-blue-700\/40:focus {
  outline-color: rgb(29 78 216 / 0.4);
}
.focus\:outline-blue-700\/45:focus {
  outline-color: rgb(29 78 216 / 0.45);
}
.focus\:outline-blue-700\/5:focus {
  outline-color: rgb(29 78 216 / 0.05);
}
.focus\:outline-blue-700\/50:focus {
  outline-color: rgb(29 78 216 / 0.5);
}
.focus\:outline-blue-700\/55:focus {
  outline-color: rgb(29 78 216 / 0.55);
}
.focus\:outline-blue-700\/60:focus {
  outline-color: rgb(29 78 216 / 0.6);
}
.focus\:outline-blue-700\/65:focus {
  outline-color: rgb(29 78 216 / 0.65);
}
.focus\:outline-blue-700\/70:focus {
  outline-color: rgb(29 78 216 / 0.7);
}
.focus\:outline-blue-700\/75:focus {
  outline-color: rgb(29 78 216 / 0.75);
}
.focus\:outline-blue-700\/80:focus {
  outline-color: rgb(29 78 216 / 0.8);
}
.focus\:outline-blue-700\/85:focus {
  outline-color: rgb(29 78 216 / 0.85);
}
.focus\:outline-blue-700\/90:focus {
  outline-color: rgb(29 78 216 / 0.9);
}
.focus\:outline-blue-700\/95:focus {
  outline-color: rgb(29 78 216 / 0.95);
}
.focus\:outline-blue-800:focus {
  outline-color: #1e40af;
}
.focus\:outline-blue-800\/0:focus {
  outline-color: rgb(30 64 175 / 0);
}
.focus\:outline-blue-800\/10:focus {
  outline-color: rgb(30 64 175 / 0.1);
}
.focus\:outline-blue-800\/100:focus {
  outline-color: rgb(30 64 175 / 1);
}
.focus\:outline-blue-800\/15:focus {
  outline-color: rgb(30 64 175 / 0.15);
}
.focus\:outline-blue-800\/20:focus {
  outline-color: rgb(30 64 175 / 0.2);
}
.focus\:outline-blue-800\/25:focus {
  outline-color: rgb(30 64 175 / 0.25);
}
.focus\:outline-blue-800\/30:focus {
  outline-color: rgb(30 64 175 / 0.3);
}
.focus\:outline-blue-800\/35:focus {
  outline-color: rgb(30 64 175 / 0.35);
}
.focus\:outline-blue-800\/40:focus {
  outline-color: rgb(30 64 175 / 0.4);
}
.focus\:outline-blue-800\/45:focus {
  outline-color: rgb(30 64 175 / 0.45);
}
.focus\:outline-blue-800\/5:focus {
  outline-color: rgb(30 64 175 / 0.05);
}
.focus\:outline-blue-800\/50:focus {
  outline-color: rgb(30 64 175 / 0.5);
}
.focus\:outline-blue-800\/55:focus {
  outline-color: rgb(30 64 175 / 0.55);
}
.focus\:outline-blue-800\/60:focus {
  outline-color: rgb(30 64 175 / 0.6);
}
.focus\:outline-blue-800\/65:focus {
  outline-color: rgb(30 64 175 / 0.65);
}
.focus\:outline-blue-800\/70:focus {
  outline-color: rgb(30 64 175 / 0.7);
}
.focus\:outline-blue-800\/75:focus {
  outline-color: rgb(30 64 175 / 0.75);
}
.focus\:outline-blue-800\/80:focus {
  outline-color: rgb(30 64 175 / 0.8);
}
.focus\:outline-blue-800\/85:focus {
  outline-color: rgb(30 64 175 / 0.85);
}
.focus\:outline-blue-800\/90:focus {
  outline-color: rgb(30 64 175 / 0.9);
}
.focus\:outline-blue-800\/95:focus {
  outline-color: rgb(30 64 175 / 0.95);
}
.focus\:outline-blue-900:focus {
  outline-color: #1e3a8a;
}
.focus\:outline-blue-900\/0:focus {
  outline-color: rgb(30 58 138 / 0);
}
.focus\:outline-blue-900\/10:focus {
  outline-color: rgb(30 58 138 / 0.1);
}
.focus\:outline-blue-900\/100:focus {
  outline-color: rgb(30 58 138 / 1);
}
.focus\:outline-blue-900\/15:focus {
  outline-color: rgb(30 58 138 / 0.15);
}
.focus\:outline-blue-900\/20:focus {
  outline-color: rgb(30 58 138 / 0.2);
}
.focus\:outline-blue-900\/25:focus {
  outline-color: rgb(30 58 138 / 0.25);
}
.focus\:outline-blue-900\/30:focus {
  outline-color: rgb(30 58 138 / 0.3);
}
.focus\:outline-blue-900\/35:focus {
  outline-color: rgb(30 58 138 / 0.35);
}
.focus\:outline-blue-900\/40:focus {
  outline-color: rgb(30 58 138 / 0.4);
}
.focus\:outline-blue-900\/45:focus {
  outline-color: rgb(30 58 138 / 0.45);
}
.focus\:outline-blue-900\/5:focus {
  outline-color: rgb(30 58 138 / 0.05);
}
.focus\:outline-blue-900\/50:focus {
  outline-color: rgb(30 58 138 / 0.5);
}
.focus\:outline-blue-900\/55:focus {
  outline-color: rgb(30 58 138 / 0.55);
}
.focus\:outline-blue-900\/60:focus {
  outline-color: rgb(30 58 138 / 0.6);
}
.focus\:outline-blue-900\/65:focus {
  outline-color: rgb(30 58 138 / 0.65);
}
.focus\:outline-blue-900\/70:focus {
  outline-color: rgb(30 58 138 / 0.7);
}
.focus\:outline-blue-900\/75:focus {
  outline-color: rgb(30 58 138 / 0.75);
}
.focus\:outline-blue-900\/80:focus {
  outline-color: rgb(30 58 138 / 0.8);
}
.focus\:outline-blue-900\/85:focus {
  outline-color: rgb(30 58 138 / 0.85);
}
.focus\:outline-blue-900\/90:focus {
  outline-color: rgb(30 58 138 / 0.9);
}
.focus\:outline-blue-900\/95:focus {
  outline-color: rgb(30 58 138 / 0.95);
}
.focus\:outline-blue-950:focus {
  outline-color: #172554;
}
.focus\:outline-blue-950\/0:focus {
  outline-color: rgb(23 37 84 / 0);
}
.focus\:outline-blue-950\/10:focus {
  outline-color: rgb(23 37 84 / 0.1);
}
.focus\:outline-blue-950\/100:focus {
  outline-color: rgb(23 37 84 / 1);
}
.focus\:outline-blue-950\/15:focus {
  outline-color: rgb(23 37 84 / 0.15);
}
.focus\:outline-blue-950\/20:focus {
  outline-color: rgb(23 37 84 / 0.2);
}
.focus\:outline-blue-950\/25:focus {
  outline-color: rgb(23 37 84 / 0.25);
}
.focus\:outline-blue-950\/30:focus {
  outline-color: rgb(23 37 84 / 0.3);
}
.focus\:outline-blue-950\/35:focus {
  outline-color: rgb(23 37 84 / 0.35);
}
.focus\:outline-blue-950\/40:focus {
  outline-color: rgb(23 37 84 / 0.4);
}
.focus\:outline-blue-950\/45:focus {
  outline-color: rgb(23 37 84 / 0.45);
}
.focus\:outline-blue-950\/5:focus {
  outline-color: rgb(23 37 84 / 0.05);
}
.focus\:outline-blue-950\/50:focus {
  outline-color: rgb(23 37 84 / 0.5);
}
.focus\:outline-blue-950\/55:focus {
  outline-color: rgb(23 37 84 / 0.55);
}
.focus\:outline-blue-950\/60:focus {
  outline-color: rgb(23 37 84 / 0.6);
}
.focus\:outline-blue-950\/65:focus {
  outline-color: rgb(23 37 84 / 0.65);
}
.focus\:outline-blue-950\/70:focus {
  outline-color: rgb(23 37 84 / 0.7);
}
.focus\:outline-blue-950\/75:focus {
  outline-color: rgb(23 37 84 / 0.75);
}
.focus\:outline-blue-950\/80:focus {
  outline-color: rgb(23 37 84 / 0.8);
}
.focus\:outline-blue-950\/85:focus {
  outline-color: rgb(23 37 84 / 0.85);
}
.focus\:outline-blue-950\/90:focus {
  outline-color: rgb(23 37 84 / 0.9);
}
.focus\:outline-blue-950\/95:focus {
  outline-color: rgb(23 37 84 / 0.95);
}
.focus\:outline-current:focus {
  outline-color: currentColor;
}
.focus\:outline-cyan-100:focus {
  outline-color: #cffafe;
}
.focus\:outline-cyan-100\/0:focus {
  outline-color: rgb(207 250 254 / 0);
}
.focus\:outline-cyan-100\/10:focus {
  outline-color: rgb(207 250 254 / 0.1);
}
.focus\:outline-cyan-100\/100:focus {
  outline-color: rgb(207 250 254 / 1);
}
.focus\:outline-cyan-100\/15:focus {
  outline-color: rgb(207 250 254 / 0.15);
}
.focus\:outline-cyan-100\/20:focus {
  outline-color: rgb(207 250 254 / 0.2);
}
.focus\:outline-cyan-100\/25:focus {
  outline-color: rgb(207 250 254 / 0.25);
}
.focus\:outline-cyan-100\/30:focus {
  outline-color: rgb(207 250 254 / 0.3);
}
.focus\:outline-cyan-100\/35:focus {
  outline-color: rgb(207 250 254 / 0.35);
}
.focus\:outline-cyan-100\/40:focus {
  outline-color: rgb(207 250 254 / 0.4);
}
.focus\:outline-cyan-100\/45:focus {
  outline-color: rgb(207 250 254 / 0.45);
}
.focus\:outline-cyan-100\/5:focus {
  outline-color: rgb(207 250 254 / 0.05);
}
.focus\:outline-cyan-100\/50:focus {
  outline-color: rgb(207 250 254 / 0.5);
}
.focus\:outline-cyan-100\/55:focus {
  outline-color: rgb(207 250 254 / 0.55);
}
.focus\:outline-cyan-100\/60:focus {
  outline-color: rgb(207 250 254 / 0.6);
}
.focus\:outline-cyan-100\/65:focus {
  outline-color: rgb(207 250 254 / 0.65);
}
.focus\:outline-cyan-100\/70:focus {
  outline-color: rgb(207 250 254 / 0.7);
}
.focus\:outline-cyan-100\/75:focus {
  outline-color: rgb(207 250 254 / 0.75);
}
.focus\:outline-cyan-100\/80:focus {
  outline-color: rgb(207 250 254 / 0.8);
}
.focus\:outline-cyan-100\/85:focus {
  outline-color: rgb(207 250 254 / 0.85);
}
.focus\:outline-cyan-100\/90:focus {
  outline-color: rgb(207 250 254 / 0.9);
}
.focus\:outline-cyan-100\/95:focus {
  outline-color: rgb(207 250 254 / 0.95);
}
.focus\:outline-cyan-200:focus {
  outline-color: #a5f3fc;
}
.focus\:outline-cyan-200\/0:focus {
  outline-color: rgb(165 243 252 / 0);
}
.focus\:outline-cyan-200\/10:focus {
  outline-color: rgb(165 243 252 / 0.1);
}
.focus\:outline-cyan-200\/100:focus {
  outline-color: rgb(165 243 252 / 1);
}
.focus\:outline-cyan-200\/15:focus {
  outline-color: rgb(165 243 252 / 0.15);
}
.focus\:outline-cyan-200\/20:focus {
  outline-color: rgb(165 243 252 / 0.2);
}
.focus\:outline-cyan-200\/25:focus {
  outline-color: rgb(165 243 252 / 0.25);
}
.focus\:outline-cyan-200\/30:focus {
  outline-color: rgb(165 243 252 / 0.3);
}
.focus\:outline-cyan-200\/35:focus {
  outline-color: rgb(165 243 252 / 0.35);
}
.focus\:outline-cyan-200\/40:focus {
  outline-color: rgb(165 243 252 / 0.4);
}
.focus\:outline-cyan-200\/45:focus {
  outline-color: rgb(165 243 252 / 0.45);
}
.focus\:outline-cyan-200\/5:focus {
  outline-color: rgb(165 243 252 / 0.05);
}
.focus\:outline-cyan-200\/50:focus {
  outline-color: rgb(165 243 252 / 0.5);
}
.focus\:outline-cyan-200\/55:focus {
  outline-color: rgb(165 243 252 / 0.55);
}
.focus\:outline-cyan-200\/60:focus {
  outline-color: rgb(165 243 252 / 0.6);
}
.focus\:outline-cyan-200\/65:focus {
  outline-color: rgb(165 243 252 / 0.65);
}
.focus\:outline-cyan-200\/70:focus {
  outline-color: rgb(165 243 252 / 0.7);
}
.focus\:outline-cyan-200\/75:focus {
  outline-color: rgb(165 243 252 / 0.75);
}
.focus\:outline-cyan-200\/80:focus {
  outline-color: rgb(165 243 252 / 0.8);
}
.focus\:outline-cyan-200\/85:focus {
  outline-color: rgb(165 243 252 / 0.85);
}
.focus\:outline-cyan-200\/90:focus {
  outline-color: rgb(165 243 252 / 0.9);
}
.focus\:outline-cyan-200\/95:focus {
  outline-color: rgb(165 243 252 / 0.95);
}
.focus\:outline-cyan-300:focus {
  outline-color: #67e8f9;
}
.focus\:outline-cyan-300\/0:focus {
  outline-color: rgb(103 232 249 / 0);
}
.focus\:outline-cyan-300\/10:focus {
  outline-color: rgb(103 232 249 / 0.1);
}
.focus\:outline-cyan-300\/100:focus {
  outline-color: rgb(103 232 249 / 1);
}
.focus\:outline-cyan-300\/15:focus {
  outline-color: rgb(103 232 249 / 0.15);
}
.focus\:outline-cyan-300\/20:focus {
  outline-color: rgb(103 232 249 / 0.2);
}
.focus\:outline-cyan-300\/25:focus {
  outline-color: rgb(103 232 249 / 0.25);
}
.focus\:outline-cyan-300\/30:focus {
  outline-color: rgb(103 232 249 / 0.3);
}
.focus\:outline-cyan-300\/35:focus {
  outline-color: rgb(103 232 249 / 0.35);
}
.focus\:outline-cyan-300\/40:focus {
  outline-color: rgb(103 232 249 / 0.4);
}
.focus\:outline-cyan-300\/45:focus {
  outline-color: rgb(103 232 249 / 0.45);
}
.focus\:outline-cyan-300\/5:focus {
  outline-color: rgb(103 232 249 / 0.05);
}
.focus\:outline-cyan-300\/50:focus {
  outline-color: rgb(103 232 249 / 0.5);
}
.focus\:outline-cyan-300\/55:focus {
  outline-color: rgb(103 232 249 / 0.55);
}
.focus\:outline-cyan-300\/60:focus {
  outline-color: rgb(103 232 249 / 0.6);
}
.focus\:outline-cyan-300\/65:focus {
  outline-color: rgb(103 232 249 / 0.65);
}
.focus\:outline-cyan-300\/70:focus {
  outline-color: rgb(103 232 249 / 0.7);
}
.focus\:outline-cyan-300\/75:focus {
  outline-color: rgb(103 232 249 / 0.75);
}
.focus\:outline-cyan-300\/80:focus {
  outline-color: rgb(103 232 249 / 0.8);
}
.focus\:outline-cyan-300\/85:focus {
  outline-color: rgb(103 232 249 / 0.85);
}
.focus\:outline-cyan-300\/90:focus {
  outline-color: rgb(103 232 249 / 0.9);
}
.focus\:outline-cyan-300\/95:focus {
  outline-color: rgb(103 232 249 / 0.95);
}
.focus\:outline-cyan-400:focus {
  outline-color: #22d3ee;
}
.focus\:outline-cyan-400\/0:focus {
  outline-color: rgb(34 211 238 / 0);
}
.focus\:outline-cyan-400\/10:focus {
  outline-color: rgb(34 211 238 / 0.1);
}
.focus\:outline-cyan-400\/100:focus {
  outline-color: rgb(34 211 238 / 1);
}
.focus\:outline-cyan-400\/15:focus {
  outline-color: rgb(34 211 238 / 0.15);
}
.focus\:outline-cyan-400\/20:focus {
  outline-color: rgb(34 211 238 / 0.2);
}
.focus\:outline-cyan-400\/25:focus {
  outline-color: rgb(34 211 238 / 0.25);
}
.focus\:outline-cyan-400\/30:focus {
  outline-color: rgb(34 211 238 / 0.3);
}
.focus\:outline-cyan-400\/35:focus {
  outline-color: rgb(34 211 238 / 0.35);
}
.focus\:outline-cyan-400\/40:focus {
  outline-color: rgb(34 211 238 / 0.4);
}
.focus\:outline-cyan-400\/45:focus {
  outline-color: rgb(34 211 238 / 0.45);
}
.focus\:outline-cyan-400\/5:focus {
  outline-color: rgb(34 211 238 / 0.05);
}
.focus\:outline-cyan-400\/50:focus {
  outline-color: rgb(34 211 238 / 0.5);
}
.focus\:outline-cyan-400\/55:focus {
  outline-color: rgb(34 211 238 / 0.55);
}
.focus\:outline-cyan-400\/60:focus {
  outline-color: rgb(34 211 238 / 0.6);
}
.focus\:outline-cyan-400\/65:focus {
  outline-color: rgb(34 211 238 / 0.65);
}
.focus\:outline-cyan-400\/70:focus {
  outline-color: rgb(34 211 238 / 0.7);
}
.focus\:outline-cyan-400\/75:focus {
  outline-color: rgb(34 211 238 / 0.75);
}
.focus\:outline-cyan-400\/80:focus {
  outline-color: rgb(34 211 238 / 0.8);
}
.focus\:outline-cyan-400\/85:focus {
  outline-color: rgb(34 211 238 / 0.85);
}
.focus\:outline-cyan-400\/90:focus {
  outline-color: rgb(34 211 238 / 0.9);
}
.focus\:outline-cyan-400\/95:focus {
  outline-color: rgb(34 211 238 / 0.95);
}
.focus\:outline-cyan-50:focus {
  outline-color: #ecfeff;
}
.focus\:outline-cyan-50\/0:focus {
  outline-color: rgb(236 254 255 / 0);
}
.focus\:outline-cyan-50\/10:focus {
  outline-color: rgb(236 254 255 / 0.1);
}
.focus\:outline-cyan-50\/100:focus {
  outline-color: rgb(236 254 255 / 1);
}
.focus\:outline-cyan-50\/15:focus {
  outline-color: rgb(236 254 255 / 0.15);
}
.focus\:outline-cyan-50\/20:focus {
  outline-color: rgb(236 254 255 / 0.2);
}
.focus\:outline-cyan-50\/25:focus {
  outline-color: rgb(236 254 255 / 0.25);
}
.focus\:outline-cyan-50\/30:focus {
  outline-color: rgb(236 254 255 / 0.3);
}
.focus\:outline-cyan-50\/35:focus {
  outline-color: rgb(236 254 255 / 0.35);
}
.focus\:outline-cyan-50\/40:focus {
  outline-color: rgb(236 254 255 / 0.4);
}
.focus\:outline-cyan-50\/45:focus {
  outline-color: rgb(236 254 255 / 0.45);
}
.focus\:outline-cyan-50\/5:focus {
  outline-color: rgb(236 254 255 / 0.05);
}
.focus\:outline-cyan-50\/50:focus {
  outline-color: rgb(236 254 255 / 0.5);
}
.focus\:outline-cyan-50\/55:focus {
  outline-color: rgb(236 254 255 / 0.55);
}
.focus\:outline-cyan-50\/60:focus {
  outline-color: rgb(236 254 255 / 0.6);
}
.focus\:outline-cyan-50\/65:focus {
  outline-color: rgb(236 254 255 / 0.65);
}
.focus\:outline-cyan-50\/70:focus {
  outline-color: rgb(236 254 255 / 0.7);
}
.focus\:outline-cyan-50\/75:focus {
  outline-color: rgb(236 254 255 / 0.75);
}
.focus\:outline-cyan-50\/80:focus {
  outline-color: rgb(236 254 255 / 0.8);
}
.focus\:outline-cyan-50\/85:focus {
  outline-color: rgb(236 254 255 / 0.85);
}
.focus\:outline-cyan-50\/90:focus {
  outline-color: rgb(236 254 255 / 0.9);
}
.focus\:outline-cyan-50\/95:focus {
  outline-color: rgb(236 254 255 / 0.95);
}
.focus\:outline-cyan-500:focus {
  outline-color: #06b6d4;
}
.focus\:outline-cyan-500\/0:focus {
  outline-color: rgb(6 182 212 / 0);
}
.focus\:outline-cyan-500\/10:focus {
  outline-color: rgb(6 182 212 / 0.1);
}
.focus\:outline-cyan-500\/100:focus {
  outline-color: rgb(6 182 212 / 1);
}
.focus\:outline-cyan-500\/15:focus {
  outline-color: rgb(6 182 212 / 0.15);
}
.focus\:outline-cyan-500\/20:focus {
  outline-color: rgb(6 182 212 / 0.2);
}
.focus\:outline-cyan-500\/25:focus {
  outline-color: rgb(6 182 212 / 0.25);
}
.focus\:outline-cyan-500\/30:focus {
  outline-color: rgb(6 182 212 / 0.3);
}
.focus\:outline-cyan-500\/35:focus {
  outline-color: rgb(6 182 212 / 0.35);
}
.focus\:outline-cyan-500\/40:focus {
  outline-color: rgb(6 182 212 / 0.4);
}
.focus\:outline-cyan-500\/45:focus {
  outline-color: rgb(6 182 212 / 0.45);
}
.focus\:outline-cyan-500\/5:focus {
  outline-color: rgb(6 182 212 / 0.05);
}
.focus\:outline-cyan-500\/50:focus {
  outline-color: rgb(6 182 212 / 0.5);
}
.focus\:outline-cyan-500\/55:focus {
  outline-color: rgb(6 182 212 / 0.55);
}
.focus\:outline-cyan-500\/60:focus {
  outline-color: rgb(6 182 212 / 0.6);
}
.focus\:outline-cyan-500\/65:focus {
  outline-color: rgb(6 182 212 / 0.65);
}
.focus\:outline-cyan-500\/70:focus {
  outline-color: rgb(6 182 212 / 0.7);
}
.focus\:outline-cyan-500\/75:focus {
  outline-color: rgb(6 182 212 / 0.75);
}
.focus\:outline-cyan-500\/80:focus {
  outline-color: rgb(6 182 212 / 0.8);
}
.focus\:outline-cyan-500\/85:focus {
  outline-color: rgb(6 182 212 / 0.85);
}
.focus\:outline-cyan-500\/90:focus {
  outline-color: rgb(6 182 212 / 0.9);
}
.focus\:outline-cyan-500\/95:focus {
  outline-color: rgb(6 182 212 / 0.95);
}
.focus\:outline-cyan-600:focus {
  outline-color: #0891b2;
}
.focus\:outline-cyan-600\/0:focus {
  outline-color: rgb(8 145 178 / 0);
}
.focus\:outline-cyan-600\/10:focus {
  outline-color: rgb(8 145 178 / 0.1);
}
.focus\:outline-cyan-600\/100:focus {
  outline-color: rgb(8 145 178 / 1);
}
.focus\:outline-cyan-600\/15:focus {
  outline-color: rgb(8 145 178 / 0.15);
}
.focus\:outline-cyan-600\/20:focus {
  outline-color: rgb(8 145 178 / 0.2);
}
.focus\:outline-cyan-600\/25:focus {
  outline-color: rgb(8 145 178 / 0.25);
}
.focus\:outline-cyan-600\/30:focus {
  outline-color: rgb(8 145 178 / 0.3);
}
.focus\:outline-cyan-600\/35:focus {
  outline-color: rgb(8 145 178 / 0.35);
}
.focus\:outline-cyan-600\/40:focus {
  outline-color: rgb(8 145 178 / 0.4);
}
.focus\:outline-cyan-600\/45:focus {
  outline-color: rgb(8 145 178 / 0.45);
}
.focus\:outline-cyan-600\/5:focus {
  outline-color: rgb(8 145 178 / 0.05);
}
.focus\:outline-cyan-600\/50:focus {
  outline-color: rgb(8 145 178 / 0.5);
}
.focus\:outline-cyan-600\/55:focus {
  outline-color: rgb(8 145 178 / 0.55);
}
.focus\:outline-cyan-600\/60:focus {
  outline-color: rgb(8 145 178 / 0.6);
}
.focus\:outline-cyan-600\/65:focus {
  outline-color: rgb(8 145 178 / 0.65);
}
.focus\:outline-cyan-600\/70:focus {
  outline-color: rgb(8 145 178 / 0.7);
}
.focus\:outline-cyan-600\/75:focus {
  outline-color: rgb(8 145 178 / 0.75);
}
.focus\:outline-cyan-600\/80:focus {
  outline-color: rgb(8 145 178 / 0.8);
}
.focus\:outline-cyan-600\/85:focus {
  outline-color: rgb(8 145 178 / 0.85);
}
.focus\:outline-cyan-600\/90:focus {
  outline-color: rgb(8 145 178 / 0.9);
}
.focus\:outline-cyan-600\/95:focus {
  outline-color: rgb(8 145 178 / 0.95);
}
.focus\:outline-cyan-700:focus {
  outline-color: #0e7490;
}
.focus\:outline-cyan-700\/0:focus {
  outline-color: rgb(14 116 144 / 0);
}
.focus\:outline-cyan-700\/10:focus {
  outline-color: rgb(14 116 144 / 0.1);
}
.focus\:outline-cyan-700\/100:focus {
  outline-color: rgb(14 116 144 / 1);
}
.focus\:outline-cyan-700\/15:focus {
  outline-color: rgb(14 116 144 / 0.15);
}
.focus\:outline-cyan-700\/20:focus {
  outline-color: rgb(14 116 144 / 0.2);
}
.focus\:outline-cyan-700\/25:focus {
  outline-color: rgb(14 116 144 / 0.25);
}
.focus\:outline-cyan-700\/30:focus {
  outline-color: rgb(14 116 144 / 0.3);
}
.focus\:outline-cyan-700\/35:focus {
  outline-color: rgb(14 116 144 / 0.35);
}
.focus\:outline-cyan-700\/40:focus {
  outline-color: rgb(14 116 144 / 0.4);
}
.focus\:outline-cyan-700\/45:focus {
  outline-color: rgb(14 116 144 / 0.45);
}
.focus\:outline-cyan-700\/5:focus {
  outline-color: rgb(14 116 144 / 0.05);
}
.focus\:outline-cyan-700\/50:focus {
  outline-color: rgb(14 116 144 / 0.5);
}
.focus\:outline-cyan-700\/55:focus {
  outline-color: rgb(14 116 144 / 0.55);
}
.focus\:outline-cyan-700\/60:focus {
  outline-color: rgb(14 116 144 / 0.6);
}
.focus\:outline-cyan-700\/65:focus {
  outline-color: rgb(14 116 144 / 0.65);
}
.focus\:outline-cyan-700\/70:focus {
  outline-color: rgb(14 116 144 / 0.7);
}
.focus\:outline-cyan-700\/75:focus {
  outline-color: rgb(14 116 144 / 0.75);
}
.focus\:outline-cyan-700\/80:focus {
  outline-color: rgb(14 116 144 / 0.8);
}
.focus\:outline-cyan-700\/85:focus {
  outline-color: rgb(14 116 144 / 0.85);
}
.focus\:outline-cyan-700\/90:focus {
  outline-color: rgb(14 116 144 / 0.9);
}
.focus\:outline-cyan-700\/95:focus {
  outline-color: rgb(14 116 144 / 0.95);
}
.focus\:outline-cyan-800:focus {
  outline-color: #155e75;
}
.focus\:outline-cyan-800\/0:focus {
  outline-color: rgb(21 94 117 / 0);
}
.focus\:outline-cyan-800\/10:focus {
  outline-color: rgb(21 94 117 / 0.1);
}
.focus\:outline-cyan-800\/100:focus {
  outline-color: rgb(21 94 117 / 1);
}
.focus\:outline-cyan-800\/15:focus {
  outline-color: rgb(21 94 117 / 0.15);
}
.focus\:outline-cyan-800\/20:focus {
  outline-color: rgb(21 94 117 / 0.2);
}
.focus\:outline-cyan-800\/25:focus {
  outline-color: rgb(21 94 117 / 0.25);
}
.focus\:outline-cyan-800\/30:focus {
  outline-color: rgb(21 94 117 / 0.3);
}
.focus\:outline-cyan-800\/35:focus {
  outline-color: rgb(21 94 117 / 0.35);
}
.focus\:outline-cyan-800\/40:focus {
  outline-color: rgb(21 94 117 / 0.4);
}
.focus\:outline-cyan-800\/45:focus {
  outline-color: rgb(21 94 117 / 0.45);
}
.focus\:outline-cyan-800\/5:focus {
  outline-color: rgb(21 94 117 / 0.05);
}
.focus\:outline-cyan-800\/50:focus {
  outline-color: rgb(21 94 117 / 0.5);
}
.focus\:outline-cyan-800\/55:focus {
  outline-color: rgb(21 94 117 / 0.55);
}
.focus\:outline-cyan-800\/60:focus {
  outline-color: rgb(21 94 117 / 0.6);
}
.focus\:outline-cyan-800\/65:focus {
  outline-color: rgb(21 94 117 / 0.65);
}
.focus\:outline-cyan-800\/70:focus {
  outline-color: rgb(21 94 117 / 0.7);
}
.focus\:outline-cyan-800\/75:focus {
  outline-color: rgb(21 94 117 / 0.75);
}
.focus\:outline-cyan-800\/80:focus {
  outline-color: rgb(21 94 117 / 0.8);
}
.focus\:outline-cyan-800\/85:focus {
  outline-color: rgb(21 94 117 / 0.85);
}
.focus\:outline-cyan-800\/90:focus {
  outline-color: rgb(21 94 117 / 0.9);
}
.focus\:outline-cyan-800\/95:focus {
  outline-color: rgb(21 94 117 / 0.95);
}
.focus\:outline-cyan-900:focus {
  outline-color: #164e63;
}
.focus\:outline-cyan-900\/0:focus {
  outline-color: rgb(22 78 99 / 0);
}
.focus\:outline-cyan-900\/10:focus {
  outline-color: rgb(22 78 99 / 0.1);
}
.focus\:outline-cyan-900\/100:focus {
  outline-color: rgb(22 78 99 / 1);
}
.focus\:outline-cyan-900\/15:focus {
  outline-color: rgb(22 78 99 / 0.15);
}
.focus\:outline-cyan-900\/20:focus {
  outline-color: rgb(22 78 99 / 0.2);
}
.focus\:outline-cyan-900\/25:focus {
  outline-color: rgb(22 78 99 / 0.25);
}
.focus\:outline-cyan-900\/30:focus {
  outline-color: rgb(22 78 99 / 0.3);
}
.focus\:outline-cyan-900\/35:focus {
  outline-color: rgb(22 78 99 / 0.35);
}
.focus\:outline-cyan-900\/40:focus {
  outline-color: rgb(22 78 99 / 0.4);
}
.focus\:outline-cyan-900\/45:focus {
  outline-color: rgb(22 78 99 / 0.45);
}
.focus\:outline-cyan-900\/5:focus {
  outline-color: rgb(22 78 99 / 0.05);
}
.focus\:outline-cyan-900\/50:focus {
  outline-color: rgb(22 78 99 / 0.5);
}
.focus\:outline-cyan-900\/55:focus {
  outline-color: rgb(22 78 99 / 0.55);
}
.focus\:outline-cyan-900\/60:focus {
  outline-color: rgb(22 78 99 / 0.6);
}
.focus\:outline-cyan-900\/65:focus {
  outline-color: rgb(22 78 99 / 0.65);
}
.focus\:outline-cyan-900\/70:focus {
  outline-color: rgb(22 78 99 / 0.7);
}
.focus\:outline-cyan-900\/75:focus {
  outline-color: rgb(22 78 99 / 0.75);
}
.focus\:outline-cyan-900\/80:focus {
  outline-color: rgb(22 78 99 / 0.8);
}
.focus\:outline-cyan-900\/85:focus {
  outline-color: rgb(22 78 99 / 0.85);
}
.focus\:outline-cyan-900\/90:focus {
  outline-color: rgb(22 78 99 / 0.9);
}
.focus\:outline-cyan-900\/95:focus {
  outline-color: rgb(22 78 99 / 0.95);
}
.focus\:outline-cyan-950:focus {
  outline-color: #083344;
}
.focus\:outline-cyan-950\/0:focus {
  outline-color: rgb(8 51 68 / 0);
}
.focus\:outline-cyan-950\/10:focus {
  outline-color: rgb(8 51 68 / 0.1);
}
.focus\:outline-cyan-950\/100:focus {
  outline-color: rgb(8 51 68 / 1);
}
.focus\:outline-cyan-950\/15:focus {
  outline-color: rgb(8 51 68 / 0.15);
}
.focus\:outline-cyan-950\/20:focus {
  outline-color: rgb(8 51 68 / 0.2);
}
.focus\:outline-cyan-950\/25:focus {
  outline-color: rgb(8 51 68 / 0.25);
}
.focus\:outline-cyan-950\/30:focus {
  outline-color: rgb(8 51 68 / 0.3);
}
.focus\:outline-cyan-950\/35:focus {
  outline-color: rgb(8 51 68 / 0.35);
}
.focus\:outline-cyan-950\/40:focus {
  outline-color: rgb(8 51 68 / 0.4);
}
.focus\:outline-cyan-950\/45:focus {
  outline-color: rgb(8 51 68 / 0.45);
}
.focus\:outline-cyan-950\/5:focus {
  outline-color: rgb(8 51 68 / 0.05);
}
.focus\:outline-cyan-950\/50:focus {
  outline-color: rgb(8 51 68 / 0.5);
}
.focus\:outline-cyan-950\/55:focus {
  outline-color: rgb(8 51 68 / 0.55);
}
.focus\:outline-cyan-950\/60:focus {
  outline-color: rgb(8 51 68 / 0.6);
}
.focus\:outline-cyan-950\/65:focus {
  outline-color: rgb(8 51 68 / 0.65);
}
.focus\:outline-cyan-950\/70:focus {
  outline-color: rgb(8 51 68 / 0.7);
}
.focus\:outline-cyan-950\/75:focus {
  outline-color: rgb(8 51 68 / 0.75);
}
.focus\:outline-cyan-950\/80:focus {
  outline-color: rgb(8 51 68 / 0.8);
}
.focus\:outline-cyan-950\/85:focus {
  outline-color: rgb(8 51 68 / 0.85);
}
.focus\:outline-cyan-950\/90:focus {
  outline-color: rgb(8 51 68 / 0.9);
}
.focus\:outline-cyan-950\/95:focus {
  outline-color: rgb(8 51 68 / 0.95);
}
.focus\:outline-emerald-100:focus {
  outline-color: #d1fae5;
}
.focus\:outline-emerald-100\/0:focus {
  outline-color: rgb(209 250 229 / 0);
}
.focus\:outline-emerald-100\/10:focus {
  outline-color: rgb(209 250 229 / 0.1);
}
.focus\:outline-emerald-100\/100:focus {
  outline-color: rgb(209 250 229 / 1);
}
.focus\:outline-emerald-100\/15:focus {
  outline-color: rgb(209 250 229 / 0.15);
}
.focus\:outline-emerald-100\/20:focus {
  outline-color: rgb(209 250 229 / 0.2);
}
.focus\:outline-emerald-100\/25:focus {
  outline-color: rgb(209 250 229 / 0.25);
}
.focus\:outline-emerald-100\/30:focus {
  outline-color: rgb(209 250 229 / 0.3);
}
.focus\:outline-emerald-100\/35:focus {
  outline-color: rgb(209 250 229 / 0.35);
}
.focus\:outline-emerald-100\/40:focus {
  outline-color: rgb(209 250 229 / 0.4);
}
.focus\:outline-emerald-100\/45:focus {
  outline-color: rgb(209 250 229 / 0.45);
}
.focus\:outline-emerald-100\/5:focus {
  outline-color: rgb(209 250 229 / 0.05);
}
.focus\:outline-emerald-100\/50:focus {
  outline-color: rgb(209 250 229 / 0.5);
}
.focus\:outline-emerald-100\/55:focus {
  outline-color: rgb(209 250 229 / 0.55);
}
.focus\:outline-emerald-100\/60:focus {
  outline-color: rgb(209 250 229 / 0.6);
}
.focus\:outline-emerald-100\/65:focus {
  outline-color: rgb(209 250 229 / 0.65);
}
.focus\:outline-emerald-100\/70:focus {
  outline-color: rgb(209 250 229 / 0.7);
}
.focus\:outline-emerald-100\/75:focus {
  outline-color: rgb(209 250 229 / 0.75);
}
.focus\:outline-emerald-100\/80:focus {
  outline-color: rgb(209 250 229 / 0.8);
}
.focus\:outline-emerald-100\/85:focus {
  outline-color: rgb(209 250 229 / 0.85);
}
.focus\:outline-emerald-100\/90:focus {
  outline-color: rgb(209 250 229 / 0.9);
}
.focus\:outline-emerald-100\/95:focus {
  outline-color: rgb(209 250 229 / 0.95);
}
.focus\:outline-emerald-200:focus {
  outline-color: #a7f3d0;
}
.focus\:outline-emerald-200\/0:focus {
  outline-color: rgb(167 243 208 / 0);
}
.focus\:outline-emerald-200\/10:focus {
  outline-color: rgb(167 243 208 / 0.1);
}
.focus\:outline-emerald-200\/100:focus {
  outline-color: rgb(167 243 208 / 1);
}
.focus\:outline-emerald-200\/15:focus {
  outline-color: rgb(167 243 208 / 0.15);
}
.focus\:outline-emerald-200\/20:focus {
  outline-color: rgb(167 243 208 / 0.2);
}
.focus\:outline-emerald-200\/25:focus {
  outline-color: rgb(167 243 208 / 0.25);
}
.focus\:outline-emerald-200\/30:focus {
  outline-color: rgb(167 243 208 / 0.3);
}
.focus\:outline-emerald-200\/35:focus {
  outline-color: rgb(167 243 208 / 0.35);
}
.focus\:outline-emerald-200\/40:focus {
  outline-color: rgb(167 243 208 / 0.4);
}
.focus\:outline-emerald-200\/45:focus {
  outline-color: rgb(167 243 208 / 0.45);
}
.focus\:outline-emerald-200\/5:focus {
  outline-color: rgb(167 243 208 / 0.05);
}
.focus\:outline-emerald-200\/50:focus {
  outline-color: rgb(167 243 208 / 0.5);
}
.focus\:outline-emerald-200\/55:focus {
  outline-color: rgb(167 243 208 / 0.55);
}
.focus\:outline-emerald-200\/60:focus {
  outline-color: rgb(167 243 208 / 0.6);
}
.focus\:outline-emerald-200\/65:focus {
  outline-color: rgb(167 243 208 / 0.65);
}
.focus\:outline-emerald-200\/70:focus {
  outline-color: rgb(167 243 208 / 0.7);
}
.focus\:outline-emerald-200\/75:focus {
  outline-color: rgb(167 243 208 / 0.75);
}
.focus\:outline-emerald-200\/80:focus {
  outline-color: rgb(167 243 208 / 0.8);
}
.focus\:outline-emerald-200\/85:focus {
  outline-color: rgb(167 243 208 / 0.85);
}
.focus\:outline-emerald-200\/90:focus {
  outline-color: rgb(167 243 208 / 0.9);
}
.focus\:outline-emerald-200\/95:focus {
  outline-color: rgb(167 243 208 / 0.95);
}
.focus\:outline-emerald-300:focus {
  outline-color: #6ee7b7;
}
.focus\:outline-emerald-300\/0:focus {
  outline-color: rgb(110 231 183 / 0);
}
.focus\:outline-emerald-300\/10:focus {
  outline-color: rgb(110 231 183 / 0.1);
}
.focus\:outline-emerald-300\/100:focus {
  outline-color: rgb(110 231 183 / 1);
}
.focus\:outline-emerald-300\/15:focus {
  outline-color: rgb(110 231 183 / 0.15);
}
.focus\:outline-emerald-300\/20:focus {
  outline-color: rgb(110 231 183 / 0.2);
}
.focus\:outline-emerald-300\/25:focus {
  outline-color: rgb(110 231 183 / 0.25);
}
.focus\:outline-emerald-300\/30:focus {
  outline-color: rgb(110 231 183 / 0.3);
}
.focus\:outline-emerald-300\/35:focus {
  outline-color: rgb(110 231 183 / 0.35);
}
.focus\:outline-emerald-300\/40:focus {
  outline-color: rgb(110 231 183 / 0.4);
}
.focus\:outline-emerald-300\/45:focus {
  outline-color: rgb(110 231 183 / 0.45);
}
.focus\:outline-emerald-300\/5:focus {
  outline-color: rgb(110 231 183 / 0.05);
}
.focus\:outline-emerald-300\/50:focus {
  outline-color: rgb(110 231 183 / 0.5);
}
.focus\:outline-emerald-300\/55:focus {
  outline-color: rgb(110 231 183 / 0.55);
}
.focus\:outline-emerald-300\/60:focus {
  outline-color: rgb(110 231 183 / 0.6);
}
.focus\:outline-emerald-300\/65:focus {
  outline-color: rgb(110 231 183 / 0.65);
}
.focus\:outline-emerald-300\/70:focus {
  outline-color: rgb(110 231 183 / 0.7);
}
.focus\:outline-emerald-300\/75:focus {
  outline-color: rgb(110 231 183 / 0.75);
}
.focus\:outline-emerald-300\/80:focus {
  outline-color: rgb(110 231 183 / 0.8);
}
.focus\:outline-emerald-300\/85:focus {
  outline-color: rgb(110 231 183 / 0.85);
}
.focus\:outline-emerald-300\/90:focus {
  outline-color: rgb(110 231 183 / 0.9);
}
.focus\:outline-emerald-300\/95:focus {
  outline-color: rgb(110 231 183 / 0.95);
}
.focus\:outline-emerald-400:focus {
  outline-color: #34d399;
}
.focus\:outline-emerald-400\/0:focus {
  outline-color: rgb(52 211 153 / 0);
}
.focus\:outline-emerald-400\/10:focus {
  outline-color: rgb(52 211 153 / 0.1);
}
.focus\:outline-emerald-400\/100:focus {
  outline-color: rgb(52 211 153 / 1);
}
.focus\:outline-emerald-400\/15:focus {
  outline-color: rgb(52 211 153 / 0.15);
}
.focus\:outline-emerald-400\/20:focus {
  outline-color: rgb(52 211 153 / 0.2);
}
.focus\:outline-emerald-400\/25:focus {
  outline-color: rgb(52 211 153 / 0.25);
}
.focus\:outline-emerald-400\/30:focus {
  outline-color: rgb(52 211 153 / 0.3);
}
.focus\:outline-emerald-400\/35:focus {
  outline-color: rgb(52 211 153 / 0.35);
}
.focus\:outline-emerald-400\/40:focus {
  outline-color: rgb(52 211 153 / 0.4);
}
.focus\:outline-emerald-400\/45:focus {
  outline-color: rgb(52 211 153 / 0.45);
}
.focus\:outline-emerald-400\/5:focus {
  outline-color: rgb(52 211 153 / 0.05);
}
.focus\:outline-emerald-400\/50:focus {
  outline-color: rgb(52 211 153 / 0.5);
}
.focus\:outline-emerald-400\/55:focus {
  outline-color: rgb(52 211 153 / 0.55);
}
.focus\:outline-emerald-400\/60:focus {
  outline-color: rgb(52 211 153 / 0.6);
}
.focus\:outline-emerald-400\/65:focus {
  outline-color: rgb(52 211 153 / 0.65);
}
.focus\:outline-emerald-400\/70:focus {
  outline-color: rgb(52 211 153 / 0.7);
}
.focus\:outline-emerald-400\/75:focus {
  outline-color: rgb(52 211 153 / 0.75);
}
.focus\:outline-emerald-400\/80:focus {
  outline-color: rgb(52 211 153 / 0.8);
}
.focus\:outline-emerald-400\/85:focus {
  outline-color: rgb(52 211 153 / 0.85);
}
.focus\:outline-emerald-400\/90:focus {
  outline-color: rgb(52 211 153 / 0.9);
}
.focus\:outline-emerald-400\/95:focus {
  outline-color: rgb(52 211 153 / 0.95);
}
.focus\:outline-emerald-50:focus {
  outline-color: #ecfdf5;
}
.focus\:outline-emerald-50\/0:focus {
  outline-color: rgb(236 253 245 / 0);
}
.focus\:outline-emerald-50\/10:focus {
  outline-color: rgb(236 253 245 / 0.1);
}
.focus\:outline-emerald-50\/100:focus {
  outline-color: rgb(236 253 245 / 1);
}
.focus\:outline-emerald-50\/15:focus {
  outline-color: rgb(236 253 245 / 0.15);
}
.focus\:outline-emerald-50\/20:focus {
  outline-color: rgb(236 253 245 / 0.2);
}
.focus\:outline-emerald-50\/25:focus {
  outline-color: rgb(236 253 245 / 0.25);
}
.focus\:outline-emerald-50\/30:focus {
  outline-color: rgb(236 253 245 / 0.3);
}
.focus\:outline-emerald-50\/35:focus {
  outline-color: rgb(236 253 245 / 0.35);
}
.focus\:outline-emerald-50\/40:focus {
  outline-color: rgb(236 253 245 / 0.4);
}
.focus\:outline-emerald-50\/45:focus {
  outline-color: rgb(236 253 245 / 0.45);
}
.focus\:outline-emerald-50\/5:focus {
  outline-color: rgb(236 253 245 / 0.05);
}
.focus\:outline-emerald-50\/50:focus {
  outline-color: rgb(236 253 245 / 0.5);
}
.focus\:outline-emerald-50\/55:focus {
  outline-color: rgb(236 253 245 / 0.55);
}
.focus\:outline-emerald-50\/60:focus {
  outline-color: rgb(236 253 245 / 0.6);
}
.focus\:outline-emerald-50\/65:focus {
  outline-color: rgb(236 253 245 / 0.65);
}
.focus\:outline-emerald-50\/70:focus {
  outline-color: rgb(236 253 245 / 0.7);
}
.focus\:outline-emerald-50\/75:focus {
  outline-color: rgb(236 253 245 / 0.75);
}
.focus\:outline-emerald-50\/80:focus {
  outline-color: rgb(236 253 245 / 0.8);
}
.focus\:outline-emerald-50\/85:focus {
  outline-color: rgb(236 253 245 / 0.85);
}
.focus\:outline-emerald-50\/90:focus {
  outline-color: rgb(236 253 245 / 0.9);
}
.focus\:outline-emerald-50\/95:focus {
  outline-color: rgb(236 253 245 / 0.95);
}
.focus\:outline-emerald-500:focus {
  outline-color: #10b981;
}
.focus\:outline-emerald-500\/0:focus {
  outline-color: rgb(16 185 129 / 0);
}
.focus\:outline-emerald-500\/10:focus {
  outline-color: rgb(16 185 129 / 0.1);
}
.focus\:outline-emerald-500\/100:focus {
  outline-color: rgb(16 185 129 / 1);
}
.focus\:outline-emerald-500\/15:focus {
  outline-color: rgb(16 185 129 / 0.15);
}
.focus\:outline-emerald-500\/20:focus {
  outline-color: rgb(16 185 129 / 0.2);
}
.focus\:outline-emerald-500\/25:focus {
  outline-color: rgb(16 185 129 / 0.25);
}
.focus\:outline-emerald-500\/30:focus {
  outline-color: rgb(16 185 129 / 0.3);
}
.focus\:outline-emerald-500\/35:focus {
  outline-color: rgb(16 185 129 / 0.35);
}
.focus\:outline-emerald-500\/40:focus {
  outline-color: rgb(16 185 129 / 0.4);
}
.focus\:outline-emerald-500\/45:focus {
  outline-color: rgb(16 185 129 / 0.45);
}
.focus\:outline-emerald-500\/5:focus {
  outline-color: rgb(16 185 129 / 0.05);
}
.focus\:outline-emerald-500\/50:focus {
  outline-color: rgb(16 185 129 / 0.5);
}
.focus\:outline-emerald-500\/55:focus {
  outline-color: rgb(16 185 129 / 0.55);
}
.focus\:outline-emerald-500\/60:focus {
  outline-color: rgb(16 185 129 / 0.6);
}
.focus\:outline-emerald-500\/65:focus {
  outline-color: rgb(16 185 129 / 0.65);
}
.focus\:outline-emerald-500\/70:focus {
  outline-color: rgb(16 185 129 / 0.7);
}
.focus\:outline-emerald-500\/75:focus {
  outline-color: rgb(16 185 129 / 0.75);
}
.focus\:outline-emerald-500\/80:focus {
  outline-color: rgb(16 185 129 / 0.8);
}
.focus\:outline-emerald-500\/85:focus {
  outline-color: rgb(16 185 129 / 0.85);
}
.focus\:outline-emerald-500\/90:focus {
  outline-color: rgb(16 185 129 / 0.9);
}
.focus\:outline-emerald-500\/95:focus {
  outline-color: rgb(16 185 129 / 0.95);
}
.focus\:outline-emerald-600:focus {
  outline-color: #059669;
}
.focus\:outline-emerald-600\/0:focus {
  outline-color: rgb(5 150 105 / 0);
}
.focus\:outline-emerald-600\/10:focus {
  outline-color: rgb(5 150 105 / 0.1);
}
.focus\:outline-emerald-600\/100:focus {
  outline-color: rgb(5 150 105 / 1);
}
.focus\:outline-emerald-600\/15:focus {
  outline-color: rgb(5 150 105 / 0.15);
}
.focus\:outline-emerald-600\/20:focus {
  outline-color: rgb(5 150 105 / 0.2);
}
.focus\:outline-emerald-600\/25:focus {
  outline-color: rgb(5 150 105 / 0.25);
}
.focus\:outline-emerald-600\/30:focus {
  outline-color: rgb(5 150 105 / 0.3);
}
.focus\:outline-emerald-600\/35:focus {
  outline-color: rgb(5 150 105 / 0.35);
}
.focus\:outline-emerald-600\/40:focus {
  outline-color: rgb(5 150 105 / 0.4);
}
.focus\:outline-emerald-600\/45:focus {
  outline-color: rgb(5 150 105 / 0.45);
}
.focus\:outline-emerald-600\/5:focus {
  outline-color: rgb(5 150 105 / 0.05);
}
.focus\:outline-emerald-600\/50:focus {
  outline-color: rgb(5 150 105 / 0.5);
}
.focus\:outline-emerald-600\/55:focus {
  outline-color: rgb(5 150 105 / 0.55);
}
.focus\:outline-emerald-600\/60:focus {
  outline-color: rgb(5 150 105 / 0.6);
}
.focus\:outline-emerald-600\/65:focus {
  outline-color: rgb(5 150 105 / 0.65);
}
.focus\:outline-emerald-600\/70:focus {
  outline-color: rgb(5 150 105 / 0.7);
}
.focus\:outline-emerald-600\/75:focus {
  outline-color: rgb(5 150 105 / 0.75);
}
.focus\:outline-emerald-600\/80:focus {
  outline-color: rgb(5 150 105 / 0.8);
}
.focus\:outline-emerald-600\/85:focus {
  outline-color: rgb(5 150 105 / 0.85);
}
.focus\:outline-emerald-600\/90:focus {
  outline-color: rgb(5 150 105 / 0.9);
}
.focus\:outline-emerald-600\/95:focus {
  outline-color: rgb(5 150 105 / 0.95);
}
.focus\:outline-emerald-700:focus {
  outline-color: #047857;
}
.focus\:outline-emerald-700\/0:focus {
  outline-color: rgb(4 120 87 / 0);
}
.focus\:outline-emerald-700\/10:focus {
  outline-color: rgb(4 120 87 / 0.1);
}
.focus\:outline-emerald-700\/100:focus {
  outline-color: rgb(4 120 87 / 1);
}
.focus\:outline-emerald-700\/15:focus {
  outline-color: rgb(4 120 87 / 0.15);
}
.focus\:outline-emerald-700\/20:focus {
  outline-color: rgb(4 120 87 / 0.2);
}
.focus\:outline-emerald-700\/25:focus {
  outline-color: rgb(4 120 87 / 0.25);
}
.focus\:outline-emerald-700\/30:focus {
  outline-color: rgb(4 120 87 / 0.3);
}
.focus\:outline-emerald-700\/35:focus {
  outline-color: rgb(4 120 87 / 0.35);
}
.focus\:outline-emerald-700\/40:focus {
  outline-color: rgb(4 120 87 / 0.4);
}
.focus\:outline-emerald-700\/45:focus {
  outline-color: rgb(4 120 87 / 0.45);
}
.focus\:outline-emerald-700\/5:focus {
  outline-color: rgb(4 120 87 / 0.05);
}
.focus\:outline-emerald-700\/50:focus {
  outline-color: rgb(4 120 87 / 0.5);
}
.focus\:outline-emerald-700\/55:focus {
  outline-color: rgb(4 120 87 / 0.55);
}
.focus\:outline-emerald-700\/60:focus {
  outline-color: rgb(4 120 87 / 0.6);
}
.focus\:outline-emerald-700\/65:focus {
  outline-color: rgb(4 120 87 / 0.65);
}
.focus\:outline-emerald-700\/70:focus {
  outline-color: rgb(4 120 87 / 0.7);
}
.focus\:outline-emerald-700\/75:focus {
  outline-color: rgb(4 120 87 / 0.75);
}
.focus\:outline-emerald-700\/80:focus {
  outline-color: rgb(4 120 87 / 0.8);
}
.focus\:outline-emerald-700\/85:focus {
  outline-color: rgb(4 120 87 / 0.85);
}
.focus\:outline-emerald-700\/90:focus {
  outline-color: rgb(4 120 87 / 0.9);
}
.focus\:outline-emerald-700\/95:focus {
  outline-color: rgb(4 120 87 / 0.95);
}
.focus\:outline-emerald-800:focus {
  outline-color: #065f46;
}
.focus\:outline-emerald-800\/0:focus {
  outline-color: rgb(6 95 70 / 0);
}
.focus\:outline-emerald-800\/10:focus {
  outline-color: rgb(6 95 70 / 0.1);
}
.focus\:outline-emerald-800\/100:focus {
  outline-color: rgb(6 95 70 / 1);
}
.focus\:outline-emerald-800\/15:focus {
  outline-color: rgb(6 95 70 / 0.15);
}
.focus\:outline-emerald-800\/20:focus {
  outline-color: rgb(6 95 70 / 0.2);
}
.focus\:outline-emerald-800\/25:focus {
  outline-color: rgb(6 95 70 / 0.25);
}
.focus\:outline-emerald-800\/30:focus {
  outline-color: rgb(6 95 70 / 0.3);
}
.focus\:outline-emerald-800\/35:focus {
  outline-color: rgb(6 95 70 / 0.35);
}
.focus\:outline-emerald-800\/40:focus {
  outline-color: rgb(6 95 70 / 0.4);
}
.focus\:outline-emerald-800\/45:focus {
  outline-color: rgb(6 95 70 / 0.45);
}
.focus\:outline-emerald-800\/5:focus {
  outline-color: rgb(6 95 70 / 0.05);
}
.focus\:outline-emerald-800\/50:focus {
  outline-color: rgb(6 95 70 / 0.5);
}
.focus\:outline-emerald-800\/55:focus {
  outline-color: rgb(6 95 70 / 0.55);
}
.focus\:outline-emerald-800\/60:focus {
  outline-color: rgb(6 95 70 / 0.6);
}
.focus\:outline-emerald-800\/65:focus {
  outline-color: rgb(6 95 70 / 0.65);
}
.focus\:outline-emerald-800\/70:focus {
  outline-color: rgb(6 95 70 / 0.7);
}
.focus\:outline-emerald-800\/75:focus {
  outline-color: rgb(6 95 70 / 0.75);
}
.focus\:outline-emerald-800\/80:focus {
  outline-color: rgb(6 95 70 / 0.8);
}
.focus\:outline-emerald-800\/85:focus {
  outline-color: rgb(6 95 70 / 0.85);
}
.focus\:outline-emerald-800\/90:focus {
  outline-color: rgb(6 95 70 / 0.9);
}
.focus\:outline-emerald-800\/95:focus {
  outline-color: rgb(6 95 70 / 0.95);
}
.focus\:outline-emerald-900:focus {
  outline-color: #064e3b;
}
.focus\:outline-emerald-900\/0:focus {
  outline-color: rgb(6 78 59 / 0);
}
.focus\:outline-emerald-900\/10:focus {
  outline-color: rgb(6 78 59 / 0.1);
}
.focus\:outline-emerald-900\/100:focus {
  outline-color: rgb(6 78 59 / 1);
}
.focus\:outline-emerald-900\/15:focus {
  outline-color: rgb(6 78 59 / 0.15);
}
.focus\:outline-emerald-900\/20:focus {
  outline-color: rgb(6 78 59 / 0.2);
}
.focus\:outline-emerald-900\/25:focus {
  outline-color: rgb(6 78 59 / 0.25);
}
.focus\:outline-emerald-900\/30:focus {
  outline-color: rgb(6 78 59 / 0.3);
}
.focus\:outline-emerald-900\/35:focus {
  outline-color: rgb(6 78 59 / 0.35);
}
.focus\:outline-emerald-900\/40:focus {
  outline-color: rgb(6 78 59 / 0.4);
}
.focus\:outline-emerald-900\/45:focus {
  outline-color: rgb(6 78 59 / 0.45);
}
.focus\:outline-emerald-900\/5:focus {
  outline-color: rgb(6 78 59 / 0.05);
}
.focus\:outline-emerald-900\/50:focus {
  outline-color: rgb(6 78 59 / 0.5);
}
.focus\:outline-emerald-900\/55:focus {
  outline-color: rgb(6 78 59 / 0.55);
}
.focus\:outline-emerald-900\/60:focus {
  outline-color: rgb(6 78 59 / 0.6);
}
.focus\:outline-emerald-900\/65:focus {
  outline-color: rgb(6 78 59 / 0.65);
}
.focus\:outline-emerald-900\/70:focus {
  outline-color: rgb(6 78 59 / 0.7);
}
.focus\:outline-emerald-900\/75:focus {
  outline-color: rgb(6 78 59 / 0.75);
}
.focus\:outline-emerald-900\/80:focus {
  outline-color: rgb(6 78 59 / 0.8);
}
.focus\:outline-emerald-900\/85:focus {
  outline-color: rgb(6 78 59 / 0.85);
}
.focus\:outline-emerald-900\/90:focus {
  outline-color: rgb(6 78 59 / 0.9);
}
.focus\:outline-emerald-900\/95:focus {
  outline-color: rgb(6 78 59 / 0.95);
}
.focus\:outline-emerald-950:focus {
  outline-color: #022c22;
}
.focus\:outline-emerald-950\/0:focus {
  outline-color: rgb(2 44 34 / 0);
}
.focus\:outline-emerald-950\/10:focus {
  outline-color: rgb(2 44 34 / 0.1);
}
.focus\:outline-emerald-950\/100:focus {
  outline-color: rgb(2 44 34 / 1);
}
.focus\:outline-emerald-950\/15:focus {
  outline-color: rgb(2 44 34 / 0.15);
}
.focus\:outline-emerald-950\/20:focus {
  outline-color: rgb(2 44 34 / 0.2);
}
.focus\:outline-emerald-950\/25:focus {
  outline-color: rgb(2 44 34 / 0.25);
}
.focus\:outline-emerald-950\/30:focus {
  outline-color: rgb(2 44 34 / 0.3);
}
.focus\:outline-emerald-950\/35:focus {
  outline-color: rgb(2 44 34 / 0.35);
}
.focus\:outline-emerald-950\/40:focus {
  outline-color: rgb(2 44 34 / 0.4);
}
.focus\:outline-emerald-950\/45:focus {
  outline-color: rgb(2 44 34 / 0.45);
}
.focus\:outline-emerald-950\/5:focus {
  outline-color: rgb(2 44 34 / 0.05);
}
.focus\:outline-emerald-950\/50:focus {
  outline-color: rgb(2 44 34 / 0.5);
}
.focus\:outline-emerald-950\/55:focus {
  outline-color: rgb(2 44 34 / 0.55);
}
.focus\:outline-emerald-950\/60:focus {
  outline-color: rgb(2 44 34 / 0.6);
}
.focus\:outline-emerald-950\/65:focus {
  outline-color: rgb(2 44 34 / 0.65);
}
.focus\:outline-emerald-950\/70:focus {
  outline-color: rgb(2 44 34 / 0.7);
}
.focus\:outline-emerald-950\/75:focus {
  outline-color: rgb(2 44 34 / 0.75);
}
.focus\:outline-emerald-950\/80:focus {
  outline-color: rgb(2 44 34 / 0.8);
}
.focus\:outline-emerald-950\/85:focus {
  outline-color: rgb(2 44 34 / 0.85);
}
.focus\:outline-emerald-950\/90:focus {
  outline-color: rgb(2 44 34 / 0.9);
}
.focus\:outline-emerald-950\/95:focus {
  outline-color: rgb(2 44 34 / 0.95);
}
.focus\:outline-fuchsia-100:focus {
  outline-color: #fae8ff;
}
.focus\:outline-fuchsia-100\/0:focus {
  outline-color: rgb(250 232 255 / 0);
}
.focus\:outline-fuchsia-100\/10:focus {
  outline-color: rgb(250 232 255 / 0.1);
}
.focus\:outline-fuchsia-100\/100:focus {
  outline-color: rgb(250 232 255 / 1);
}
.focus\:outline-fuchsia-100\/15:focus {
  outline-color: rgb(250 232 255 / 0.15);
}
.focus\:outline-fuchsia-100\/20:focus {
  outline-color: rgb(250 232 255 / 0.2);
}
.focus\:outline-fuchsia-100\/25:focus {
  outline-color: rgb(250 232 255 / 0.25);
}
.focus\:outline-fuchsia-100\/30:focus {
  outline-color: rgb(250 232 255 / 0.3);
}
.focus\:outline-fuchsia-100\/35:focus {
  outline-color: rgb(250 232 255 / 0.35);
}
.focus\:outline-fuchsia-100\/40:focus {
  outline-color: rgb(250 232 255 / 0.4);
}
.focus\:outline-fuchsia-100\/45:focus {
  outline-color: rgb(250 232 255 / 0.45);
}
.focus\:outline-fuchsia-100\/5:focus {
  outline-color: rgb(250 232 255 / 0.05);
}
.focus\:outline-fuchsia-100\/50:focus {
  outline-color: rgb(250 232 255 / 0.5);
}
.focus\:outline-fuchsia-100\/55:focus {
  outline-color: rgb(250 232 255 / 0.55);
}
.focus\:outline-fuchsia-100\/60:focus {
  outline-color: rgb(250 232 255 / 0.6);
}
.focus\:outline-fuchsia-100\/65:focus {
  outline-color: rgb(250 232 255 / 0.65);
}
.focus\:outline-fuchsia-100\/70:focus {
  outline-color: rgb(250 232 255 / 0.7);
}
.focus\:outline-fuchsia-100\/75:focus {
  outline-color: rgb(250 232 255 / 0.75);
}
.focus\:outline-fuchsia-100\/80:focus {
  outline-color: rgb(250 232 255 / 0.8);
}
.focus\:outline-fuchsia-100\/85:focus {
  outline-color: rgb(250 232 255 / 0.85);
}
.focus\:outline-fuchsia-100\/90:focus {
  outline-color: rgb(250 232 255 / 0.9);
}
.focus\:outline-fuchsia-100\/95:focus {
  outline-color: rgb(250 232 255 / 0.95);
}
.focus\:outline-fuchsia-200:focus {
  outline-color: #f5d0fe;
}
.focus\:outline-fuchsia-200\/0:focus {
  outline-color: rgb(245 208 254 / 0);
}
.focus\:outline-fuchsia-200\/10:focus {
  outline-color: rgb(245 208 254 / 0.1);
}
.focus\:outline-fuchsia-200\/100:focus {
  outline-color: rgb(245 208 254 / 1);
}
.focus\:outline-fuchsia-200\/15:focus {
  outline-color: rgb(245 208 254 / 0.15);
}
.focus\:outline-fuchsia-200\/20:focus {
  outline-color: rgb(245 208 254 / 0.2);
}
.focus\:outline-fuchsia-200\/25:focus {
  outline-color: rgb(245 208 254 / 0.25);
}
.focus\:outline-fuchsia-200\/30:focus {
  outline-color: rgb(245 208 254 / 0.3);
}
.focus\:outline-fuchsia-200\/35:focus {
  outline-color: rgb(245 208 254 / 0.35);
}
.focus\:outline-fuchsia-200\/40:focus {
  outline-color: rgb(245 208 254 / 0.4);
}
.focus\:outline-fuchsia-200\/45:focus {
  outline-color: rgb(245 208 254 / 0.45);
}
.focus\:outline-fuchsia-200\/5:focus {
  outline-color: rgb(245 208 254 / 0.05);
}
.focus\:outline-fuchsia-200\/50:focus {
  outline-color: rgb(245 208 254 / 0.5);
}
.focus\:outline-fuchsia-200\/55:focus {
  outline-color: rgb(245 208 254 / 0.55);
}
.focus\:outline-fuchsia-200\/60:focus {
  outline-color: rgb(245 208 254 / 0.6);
}
.focus\:outline-fuchsia-200\/65:focus {
  outline-color: rgb(245 208 254 / 0.65);
}
.focus\:outline-fuchsia-200\/70:focus {
  outline-color: rgb(245 208 254 / 0.7);
}
.focus\:outline-fuchsia-200\/75:focus {
  outline-color: rgb(245 208 254 / 0.75);
}
.focus\:outline-fuchsia-200\/80:focus {
  outline-color: rgb(245 208 254 / 0.8);
}
.focus\:outline-fuchsia-200\/85:focus {
  outline-color: rgb(245 208 254 / 0.85);
}
.focus\:outline-fuchsia-200\/90:focus {
  outline-color: rgb(245 208 254 / 0.9);
}
.focus\:outline-fuchsia-200\/95:focus {
  outline-color: rgb(245 208 254 / 0.95);
}
.focus\:outline-fuchsia-300:focus {
  outline-color: #f0abfc;
}
.focus\:outline-fuchsia-300\/0:focus {
  outline-color: rgb(240 171 252 / 0);
}
.focus\:outline-fuchsia-300\/10:focus {
  outline-color: rgb(240 171 252 / 0.1);
}
.focus\:outline-fuchsia-300\/100:focus {
  outline-color: rgb(240 171 252 / 1);
}
.focus\:outline-fuchsia-300\/15:focus {
  outline-color: rgb(240 171 252 / 0.15);
}
.focus\:outline-fuchsia-300\/20:focus {
  outline-color: rgb(240 171 252 / 0.2);
}
.focus\:outline-fuchsia-300\/25:focus {
  outline-color: rgb(240 171 252 / 0.25);
}
.focus\:outline-fuchsia-300\/30:focus {
  outline-color: rgb(240 171 252 / 0.3);
}
.focus\:outline-fuchsia-300\/35:focus {
  outline-color: rgb(240 171 252 / 0.35);
}
.focus\:outline-fuchsia-300\/40:focus {
  outline-color: rgb(240 171 252 / 0.4);
}
.focus\:outline-fuchsia-300\/45:focus {
  outline-color: rgb(240 171 252 / 0.45);
}
.focus\:outline-fuchsia-300\/5:focus {
  outline-color: rgb(240 171 252 / 0.05);
}
.focus\:outline-fuchsia-300\/50:focus {
  outline-color: rgb(240 171 252 / 0.5);
}
.focus\:outline-fuchsia-300\/55:focus {
  outline-color: rgb(240 171 252 / 0.55);
}
.focus\:outline-fuchsia-300\/60:focus {
  outline-color: rgb(240 171 252 / 0.6);
}
.focus\:outline-fuchsia-300\/65:focus {
  outline-color: rgb(240 171 252 / 0.65);
}
.focus\:outline-fuchsia-300\/70:focus {
  outline-color: rgb(240 171 252 / 0.7);
}
.focus\:outline-fuchsia-300\/75:focus {
  outline-color: rgb(240 171 252 / 0.75);
}
.focus\:outline-fuchsia-300\/80:focus {
  outline-color: rgb(240 171 252 / 0.8);
}
.focus\:outline-fuchsia-300\/85:focus {
  outline-color: rgb(240 171 252 / 0.85);
}
.focus\:outline-fuchsia-300\/90:focus {
  outline-color: rgb(240 171 252 / 0.9);
}
.focus\:outline-fuchsia-300\/95:focus {
  outline-color: rgb(240 171 252 / 0.95);
}
.focus\:outline-fuchsia-400:focus {
  outline-color: #e879f9;
}
.focus\:outline-fuchsia-400\/0:focus {
  outline-color: rgb(232 121 249 / 0);
}
.focus\:outline-fuchsia-400\/10:focus {
  outline-color: rgb(232 121 249 / 0.1);
}
.focus\:outline-fuchsia-400\/100:focus {
  outline-color: rgb(232 121 249 / 1);
}
.focus\:outline-fuchsia-400\/15:focus {
  outline-color: rgb(232 121 249 / 0.15);
}
.focus\:outline-fuchsia-400\/20:focus {
  outline-color: rgb(232 121 249 / 0.2);
}
.focus\:outline-fuchsia-400\/25:focus {
  outline-color: rgb(232 121 249 / 0.25);
}
.focus\:outline-fuchsia-400\/30:focus {
  outline-color: rgb(232 121 249 / 0.3);
}
.focus\:outline-fuchsia-400\/35:focus {
  outline-color: rgb(232 121 249 / 0.35);
}
.focus\:outline-fuchsia-400\/40:focus {
  outline-color: rgb(232 121 249 / 0.4);
}
.focus\:outline-fuchsia-400\/45:focus {
  outline-color: rgb(232 121 249 / 0.45);
}
.focus\:outline-fuchsia-400\/5:focus {
  outline-color: rgb(232 121 249 / 0.05);
}
.focus\:outline-fuchsia-400\/50:focus {
  outline-color: rgb(232 121 249 / 0.5);
}
.focus\:outline-fuchsia-400\/55:focus {
  outline-color: rgb(232 121 249 / 0.55);
}
.focus\:outline-fuchsia-400\/60:focus {
  outline-color: rgb(232 121 249 / 0.6);
}
.focus\:outline-fuchsia-400\/65:focus {
  outline-color: rgb(232 121 249 / 0.65);
}
.focus\:outline-fuchsia-400\/70:focus {
  outline-color: rgb(232 121 249 / 0.7);
}
.focus\:outline-fuchsia-400\/75:focus {
  outline-color: rgb(232 121 249 / 0.75);
}
.focus\:outline-fuchsia-400\/80:focus {
  outline-color: rgb(232 121 249 / 0.8);
}
.focus\:outline-fuchsia-400\/85:focus {
  outline-color: rgb(232 121 249 / 0.85);
}
.focus\:outline-fuchsia-400\/90:focus {
  outline-color: rgb(232 121 249 / 0.9);
}
.focus\:outline-fuchsia-400\/95:focus {
  outline-color: rgb(232 121 249 / 0.95);
}
.focus\:outline-fuchsia-50:focus {
  outline-color: #fdf4ff;
}
.focus\:outline-fuchsia-50\/0:focus {
  outline-color: rgb(253 244 255 / 0);
}
.focus\:outline-fuchsia-50\/10:focus {
  outline-color: rgb(253 244 255 / 0.1);
}
.focus\:outline-fuchsia-50\/100:focus {
  outline-color: rgb(253 244 255 / 1);
}
.focus\:outline-fuchsia-50\/15:focus {
  outline-color: rgb(253 244 255 / 0.15);
}
.focus\:outline-fuchsia-50\/20:focus {
  outline-color: rgb(253 244 255 / 0.2);
}
.focus\:outline-fuchsia-50\/25:focus {
  outline-color: rgb(253 244 255 / 0.25);
}
.focus\:outline-fuchsia-50\/30:focus {
  outline-color: rgb(253 244 255 / 0.3);
}
.focus\:outline-fuchsia-50\/35:focus {
  outline-color: rgb(253 244 255 / 0.35);
}
.focus\:outline-fuchsia-50\/40:focus {
  outline-color: rgb(253 244 255 / 0.4);
}
.focus\:outline-fuchsia-50\/45:focus {
  outline-color: rgb(253 244 255 / 0.45);
}
.focus\:outline-fuchsia-50\/5:focus {
  outline-color: rgb(253 244 255 / 0.05);
}
.focus\:outline-fuchsia-50\/50:focus {
  outline-color: rgb(253 244 255 / 0.5);
}
.focus\:outline-fuchsia-50\/55:focus {
  outline-color: rgb(253 244 255 / 0.55);
}
.focus\:outline-fuchsia-50\/60:focus {
  outline-color: rgb(253 244 255 / 0.6);
}
.focus\:outline-fuchsia-50\/65:focus {
  outline-color: rgb(253 244 255 / 0.65);
}
.focus\:outline-fuchsia-50\/70:focus {
  outline-color: rgb(253 244 255 / 0.7);
}
.focus\:outline-fuchsia-50\/75:focus {
  outline-color: rgb(253 244 255 / 0.75);
}
.focus\:outline-fuchsia-50\/80:focus {
  outline-color: rgb(253 244 255 / 0.8);
}
.focus\:outline-fuchsia-50\/85:focus {
  outline-color: rgb(253 244 255 / 0.85);
}
.focus\:outline-fuchsia-50\/90:focus {
  outline-color: rgb(253 244 255 / 0.9);
}
.focus\:outline-fuchsia-50\/95:focus {
  outline-color: rgb(253 244 255 / 0.95);
}
.focus\:outline-fuchsia-500:focus {
  outline-color: #d946ef;
}
.focus\:outline-fuchsia-500\/0:focus {
  outline-color: rgb(217 70 239 / 0);
}
.focus\:outline-fuchsia-500\/10:focus {
  outline-color: rgb(217 70 239 / 0.1);
}
.focus\:outline-fuchsia-500\/100:focus {
  outline-color: rgb(217 70 239 / 1);
}
.focus\:outline-fuchsia-500\/15:focus {
  outline-color: rgb(217 70 239 / 0.15);
}
.focus\:outline-fuchsia-500\/20:focus {
  outline-color: rgb(217 70 239 / 0.2);
}
.focus\:outline-fuchsia-500\/25:focus {
  outline-color: rgb(217 70 239 / 0.25);
}
.focus\:outline-fuchsia-500\/30:focus {
  outline-color: rgb(217 70 239 / 0.3);
}
.focus\:outline-fuchsia-500\/35:focus {
  outline-color: rgb(217 70 239 / 0.35);
}
.focus\:outline-fuchsia-500\/40:focus {
  outline-color: rgb(217 70 239 / 0.4);
}
.focus\:outline-fuchsia-500\/45:focus {
  outline-color: rgb(217 70 239 / 0.45);
}
.focus\:outline-fuchsia-500\/5:focus {
  outline-color: rgb(217 70 239 / 0.05);
}
.focus\:outline-fuchsia-500\/50:focus {
  outline-color: rgb(217 70 239 / 0.5);
}
.focus\:outline-fuchsia-500\/55:focus {
  outline-color: rgb(217 70 239 / 0.55);
}
.focus\:outline-fuchsia-500\/60:focus {
  outline-color: rgb(217 70 239 / 0.6);
}
.focus\:outline-fuchsia-500\/65:focus {
  outline-color: rgb(217 70 239 / 0.65);
}
.focus\:outline-fuchsia-500\/70:focus {
  outline-color: rgb(217 70 239 / 0.7);
}
.focus\:outline-fuchsia-500\/75:focus {
  outline-color: rgb(217 70 239 / 0.75);
}
.focus\:outline-fuchsia-500\/80:focus {
  outline-color: rgb(217 70 239 / 0.8);
}
.focus\:outline-fuchsia-500\/85:focus {
  outline-color: rgb(217 70 239 / 0.85);
}
.focus\:outline-fuchsia-500\/90:focus {
  outline-color: rgb(217 70 239 / 0.9);
}
.focus\:outline-fuchsia-500\/95:focus {
  outline-color: rgb(217 70 239 / 0.95);
}
.focus\:outline-fuchsia-600:focus {
  outline-color: #c026d3;
}
.focus\:outline-fuchsia-600\/0:focus {
  outline-color: rgb(192 38 211 / 0);
}
.focus\:outline-fuchsia-600\/10:focus {
  outline-color: rgb(192 38 211 / 0.1);
}
.focus\:outline-fuchsia-600\/100:focus {
  outline-color: rgb(192 38 211 / 1);
}
.focus\:outline-fuchsia-600\/15:focus {
  outline-color: rgb(192 38 211 / 0.15);
}
.focus\:outline-fuchsia-600\/20:focus {
  outline-color: rgb(192 38 211 / 0.2);
}
.focus\:outline-fuchsia-600\/25:focus {
  outline-color: rgb(192 38 211 / 0.25);
}
.focus\:outline-fuchsia-600\/30:focus {
  outline-color: rgb(192 38 211 / 0.3);
}
.focus\:outline-fuchsia-600\/35:focus {
  outline-color: rgb(192 38 211 / 0.35);
}
.focus\:outline-fuchsia-600\/40:focus {
  outline-color: rgb(192 38 211 / 0.4);
}
.focus\:outline-fuchsia-600\/45:focus {
  outline-color: rgb(192 38 211 / 0.45);
}
.focus\:outline-fuchsia-600\/5:focus {
  outline-color: rgb(192 38 211 / 0.05);
}
.focus\:outline-fuchsia-600\/50:focus {
  outline-color: rgb(192 38 211 / 0.5);
}
.focus\:outline-fuchsia-600\/55:focus {
  outline-color: rgb(192 38 211 / 0.55);
}
.focus\:outline-fuchsia-600\/60:focus {
  outline-color: rgb(192 38 211 / 0.6);
}
.focus\:outline-fuchsia-600\/65:focus {
  outline-color: rgb(192 38 211 / 0.65);
}
.focus\:outline-fuchsia-600\/70:focus {
  outline-color: rgb(192 38 211 / 0.7);
}
.focus\:outline-fuchsia-600\/75:focus {
  outline-color: rgb(192 38 211 / 0.75);
}
.focus\:outline-fuchsia-600\/80:focus {
  outline-color: rgb(192 38 211 / 0.8);
}
.focus\:outline-fuchsia-600\/85:focus {
  outline-color: rgb(192 38 211 / 0.85);
}
.focus\:outline-fuchsia-600\/90:focus {
  outline-color: rgb(192 38 211 / 0.9);
}
.focus\:outline-fuchsia-600\/95:focus {
  outline-color: rgb(192 38 211 / 0.95);
}
.focus\:outline-fuchsia-700:focus {
  outline-color: #a21caf;
}
.focus\:outline-fuchsia-700\/0:focus {
  outline-color: rgb(162 28 175 / 0);
}
.focus\:outline-fuchsia-700\/10:focus {
  outline-color: rgb(162 28 175 / 0.1);
}
.focus\:outline-fuchsia-700\/100:focus {
  outline-color: rgb(162 28 175 / 1);
}
.focus\:outline-fuchsia-700\/15:focus {
  outline-color: rgb(162 28 175 / 0.15);
}
.focus\:outline-fuchsia-700\/20:focus {
  outline-color: rgb(162 28 175 / 0.2);
}
.focus\:outline-fuchsia-700\/25:focus {
  outline-color: rgb(162 28 175 / 0.25);
}
.focus\:outline-fuchsia-700\/30:focus {
  outline-color: rgb(162 28 175 / 0.3);
}
.focus\:outline-fuchsia-700\/35:focus {
  outline-color: rgb(162 28 175 / 0.35);
}
.focus\:outline-fuchsia-700\/40:focus {
  outline-color: rgb(162 28 175 / 0.4);
}
.focus\:outline-fuchsia-700\/45:focus {
  outline-color: rgb(162 28 175 / 0.45);
}
.focus\:outline-fuchsia-700\/5:focus {
  outline-color: rgb(162 28 175 / 0.05);
}
.focus\:outline-fuchsia-700\/50:focus {
  outline-color: rgb(162 28 175 / 0.5);
}
.focus\:outline-fuchsia-700\/55:focus {
  outline-color: rgb(162 28 175 / 0.55);
}
.focus\:outline-fuchsia-700\/60:focus {
  outline-color: rgb(162 28 175 / 0.6);
}
.focus\:outline-fuchsia-700\/65:focus {
  outline-color: rgb(162 28 175 / 0.65);
}
.focus\:outline-fuchsia-700\/70:focus {
  outline-color: rgb(162 28 175 / 0.7);
}
.focus\:outline-fuchsia-700\/75:focus {
  outline-color: rgb(162 28 175 / 0.75);
}
.focus\:outline-fuchsia-700\/80:focus {
  outline-color: rgb(162 28 175 / 0.8);
}
.focus\:outline-fuchsia-700\/85:focus {
  outline-color: rgb(162 28 175 / 0.85);
}
.focus\:outline-fuchsia-700\/90:focus {
  outline-color: rgb(162 28 175 / 0.9);
}
.focus\:outline-fuchsia-700\/95:focus {
  outline-color: rgb(162 28 175 / 0.95);
}
.focus\:outline-fuchsia-800:focus {
  outline-color: #86198f;
}
.focus\:outline-fuchsia-800\/0:focus {
  outline-color: rgb(134 25 143 / 0);
}
.focus\:outline-fuchsia-800\/10:focus {
  outline-color: rgb(134 25 143 / 0.1);
}
.focus\:outline-fuchsia-800\/100:focus {
  outline-color: rgb(134 25 143 / 1);
}
.focus\:outline-fuchsia-800\/15:focus {
  outline-color: rgb(134 25 143 / 0.15);
}
.focus\:outline-fuchsia-800\/20:focus {
  outline-color: rgb(134 25 143 / 0.2);
}
.focus\:outline-fuchsia-800\/25:focus {
  outline-color: rgb(134 25 143 / 0.25);
}
.focus\:outline-fuchsia-800\/30:focus {
  outline-color: rgb(134 25 143 / 0.3);
}
.focus\:outline-fuchsia-800\/35:focus {
  outline-color: rgb(134 25 143 / 0.35);
}
.focus\:outline-fuchsia-800\/40:focus {
  outline-color: rgb(134 25 143 / 0.4);
}
.focus\:outline-fuchsia-800\/45:focus {
  outline-color: rgb(134 25 143 / 0.45);
}
.focus\:outline-fuchsia-800\/5:focus {
  outline-color: rgb(134 25 143 / 0.05);
}
.focus\:outline-fuchsia-800\/50:focus {
  outline-color: rgb(134 25 143 / 0.5);
}
.focus\:outline-fuchsia-800\/55:focus {
  outline-color: rgb(134 25 143 / 0.55);
}
.focus\:outline-fuchsia-800\/60:focus {
  outline-color: rgb(134 25 143 / 0.6);
}
.focus\:outline-fuchsia-800\/65:focus {
  outline-color: rgb(134 25 143 / 0.65);
}
.focus\:outline-fuchsia-800\/70:focus {
  outline-color: rgb(134 25 143 / 0.7);
}
.focus\:outline-fuchsia-800\/75:focus {
  outline-color: rgb(134 25 143 / 0.75);
}
.focus\:outline-fuchsia-800\/80:focus {
  outline-color: rgb(134 25 143 / 0.8);
}
.focus\:outline-fuchsia-800\/85:focus {
  outline-color: rgb(134 25 143 / 0.85);
}
.focus\:outline-fuchsia-800\/90:focus {
  outline-color: rgb(134 25 143 / 0.9);
}
.focus\:outline-fuchsia-800\/95:focus {
  outline-color: rgb(134 25 143 / 0.95);
}
.focus\:outline-fuchsia-900:focus {
  outline-color: #701a75;
}
.focus\:outline-fuchsia-900\/0:focus {
  outline-color: rgb(112 26 117 / 0);
}
.focus\:outline-fuchsia-900\/10:focus {
  outline-color: rgb(112 26 117 / 0.1);
}
.focus\:outline-fuchsia-900\/100:focus {
  outline-color: rgb(112 26 117 / 1);
}
.focus\:outline-fuchsia-900\/15:focus {
  outline-color: rgb(112 26 117 / 0.15);
}
.focus\:outline-fuchsia-900\/20:focus {
  outline-color: rgb(112 26 117 / 0.2);
}
.focus\:outline-fuchsia-900\/25:focus {
  outline-color: rgb(112 26 117 / 0.25);
}
.focus\:outline-fuchsia-900\/30:focus {
  outline-color: rgb(112 26 117 / 0.3);
}
.focus\:outline-fuchsia-900\/35:focus {
  outline-color: rgb(112 26 117 / 0.35);
}
.focus\:outline-fuchsia-900\/40:focus {
  outline-color: rgb(112 26 117 / 0.4);
}
.focus\:outline-fuchsia-900\/45:focus {
  outline-color: rgb(112 26 117 / 0.45);
}
.focus\:outline-fuchsia-900\/5:focus {
  outline-color: rgb(112 26 117 / 0.05);
}
.focus\:outline-fuchsia-900\/50:focus {
  outline-color: rgb(112 26 117 / 0.5);
}
.focus\:outline-fuchsia-900\/55:focus {
  outline-color: rgb(112 26 117 / 0.55);
}
.focus\:outline-fuchsia-900\/60:focus {
  outline-color: rgb(112 26 117 / 0.6);
}
.focus\:outline-fuchsia-900\/65:focus {
  outline-color: rgb(112 26 117 / 0.65);
}
.focus\:outline-fuchsia-900\/70:focus {
  outline-color: rgb(112 26 117 / 0.7);
}
.focus\:outline-fuchsia-900\/75:focus {
  outline-color: rgb(112 26 117 / 0.75);
}
.focus\:outline-fuchsia-900\/80:focus {
  outline-color: rgb(112 26 117 / 0.8);
}
.focus\:outline-fuchsia-900\/85:focus {
  outline-color: rgb(112 26 117 / 0.85);
}
.focus\:outline-fuchsia-900\/90:focus {
  outline-color: rgb(112 26 117 / 0.9);
}
.focus\:outline-fuchsia-900\/95:focus {
  outline-color: rgb(112 26 117 / 0.95);
}
.focus\:outline-fuchsia-950:focus {
  outline-color: #4a044e;
}
.focus\:outline-fuchsia-950\/0:focus {
  outline-color: rgb(74 4 78 / 0);
}
.focus\:outline-fuchsia-950\/10:focus {
  outline-color: rgb(74 4 78 / 0.1);
}
.focus\:outline-fuchsia-950\/100:focus {
  outline-color: rgb(74 4 78 / 1);
}
.focus\:outline-fuchsia-950\/15:focus {
  outline-color: rgb(74 4 78 / 0.15);
}
.focus\:outline-fuchsia-950\/20:focus {
  outline-color: rgb(74 4 78 / 0.2);
}
.focus\:outline-fuchsia-950\/25:focus {
  outline-color: rgb(74 4 78 / 0.25);
}
.focus\:outline-fuchsia-950\/30:focus {
  outline-color: rgb(74 4 78 / 0.3);
}
.focus\:outline-fuchsia-950\/35:focus {
  outline-color: rgb(74 4 78 / 0.35);
}
.focus\:outline-fuchsia-950\/40:focus {
  outline-color: rgb(74 4 78 / 0.4);
}
.focus\:outline-fuchsia-950\/45:focus {
  outline-color: rgb(74 4 78 / 0.45);
}
.focus\:outline-fuchsia-950\/5:focus {
  outline-color: rgb(74 4 78 / 0.05);
}
.focus\:outline-fuchsia-950\/50:focus {
  outline-color: rgb(74 4 78 / 0.5);
}
.focus\:outline-fuchsia-950\/55:focus {
  outline-color: rgb(74 4 78 / 0.55);
}
.focus\:outline-fuchsia-950\/60:focus {
  outline-color: rgb(74 4 78 / 0.6);
}
.focus\:outline-fuchsia-950\/65:focus {
  outline-color: rgb(74 4 78 / 0.65);
}
.focus\:outline-fuchsia-950\/70:focus {
  outline-color: rgb(74 4 78 / 0.7);
}
.focus\:outline-fuchsia-950\/75:focus {
  outline-color: rgb(74 4 78 / 0.75);
}
.focus\:outline-fuchsia-950\/80:focus {
  outline-color: rgb(74 4 78 / 0.8);
}
.focus\:outline-fuchsia-950\/85:focus {
  outline-color: rgb(74 4 78 / 0.85);
}
.focus\:outline-fuchsia-950\/90:focus {
  outline-color: rgb(74 4 78 / 0.9);
}
.focus\:outline-fuchsia-950\/95:focus {
  outline-color: rgb(74 4 78 / 0.95);
}
.focus\:outline-gray-100:focus {
  outline-color: #f3f4f6;
}
.focus\:outline-gray-100\/0:focus {
  outline-color: rgb(243 244 246 / 0);
}
.focus\:outline-gray-100\/10:focus {
  outline-color: rgb(243 244 246 / 0.1);
}
.focus\:outline-gray-100\/100:focus {
  outline-color: rgb(243 244 246 / 1);
}
.focus\:outline-gray-100\/15:focus {
  outline-color: rgb(243 244 246 / 0.15);
}
.focus\:outline-gray-100\/20:focus {
  outline-color: rgb(243 244 246 / 0.2);
}
.focus\:outline-gray-100\/25:focus {
  outline-color: rgb(243 244 246 / 0.25);
}
.focus\:outline-gray-100\/30:focus {
  outline-color: rgb(243 244 246 / 0.3);
}
.focus\:outline-gray-100\/35:focus {
  outline-color: rgb(243 244 246 / 0.35);
}
.focus\:outline-gray-100\/40:focus {
  outline-color: rgb(243 244 246 / 0.4);
}
.focus\:outline-gray-100\/45:focus {
  outline-color: rgb(243 244 246 / 0.45);
}
.focus\:outline-gray-100\/5:focus {
  outline-color: rgb(243 244 246 / 0.05);
}
.focus\:outline-gray-100\/50:focus {
  outline-color: rgb(243 244 246 / 0.5);
}
.focus\:outline-gray-100\/55:focus {
  outline-color: rgb(243 244 246 / 0.55);
}
.focus\:outline-gray-100\/60:focus {
  outline-color: rgb(243 244 246 / 0.6);
}
.focus\:outline-gray-100\/65:focus {
  outline-color: rgb(243 244 246 / 0.65);
}
.focus\:outline-gray-100\/70:focus {
  outline-color: rgb(243 244 246 / 0.7);
}
.focus\:outline-gray-100\/75:focus {
  outline-color: rgb(243 244 246 / 0.75);
}
.focus\:outline-gray-100\/80:focus {
  outline-color: rgb(243 244 246 / 0.8);
}
.focus\:outline-gray-100\/85:focus {
  outline-color: rgb(243 244 246 / 0.85);
}
.focus\:outline-gray-100\/90:focus {
  outline-color: rgb(243 244 246 / 0.9);
}
.focus\:outline-gray-100\/95:focus {
  outline-color: rgb(243 244 246 / 0.95);
}
.focus\:outline-gray-200:focus {
  outline-color: #e5e7eb;
}
.focus\:outline-gray-200\/0:focus {
  outline-color: rgb(229 231 235 / 0);
}
.focus\:outline-gray-200\/10:focus {
  outline-color: rgb(229 231 235 / 0.1);
}
.focus\:outline-gray-200\/100:focus {
  outline-color: rgb(229 231 235 / 1);
}
.focus\:outline-gray-200\/15:focus {
  outline-color: rgb(229 231 235 / 0.15);
}
.focus\:outline-gray-200\/20:focus {
  outline-color: rgb(229 231 235 / 0.2);
}
.focus\:outline-gray-200\/25:focus {
  outline-color: rgb(229 231 235 / 0.25);
}
.focus\:outline-gray-200\/30:focus {
  outline-color: rgb(229 231 235 / 0.3);
}
.focus\:outline-gray-200\/35:focus {
  outline-color: rgb(229 231 235 / 0.35);
}
.focus\:outline-gray-200\/40:focus {
  outline-color: rgb(229 231 235 / 0.4);
}
.focus\:outline-gray-200\/45:focus {
  outline-color: rgb(229 231 235 / 0.45);
}
.focus\:outline-gray-200\/5:focus {
  outline-color: rgb(229 231 235 / 0.05);
}
.focus\:outline-gray-200\/50:focus {
  outline-color: rgb(229 231 235 / 0.5);
}
.focus\:outline-gray-200\/55:focus {
  outline-color: rgb(229 231 235 / 0.55);
}
.focus\:outline-gray-200\/60:focus {
  outline-color: rgb(229 231 235 / 0.6);
}
.focus\:outline-gray-200\/65:focus {
  outline-color: rgb(229 231 235 / 0.65);
}
.focus\:outline-gray-200\/70:focus {
  outline-color: rgb(229 231 235 / 0.7);
}
.focus\:outline-gray-200\/75:focus {
  outline-color: rgb(229 231 235 / 0.75);
}
.focus\:outline-gray-200\/80:focus {
  outline-color: rgb(229 231 235 / 0.8);
}
.focus\:outline-gray-200\/85:focus {
  outline-color: rgb(229 231 235 / 0.85);
}
.focus\:outline-gray-200\/90:focus {
  outline-color: rgb(229 231 235 / 0.9);
}
.focus\:outline-gray-200\/95:focus {
  outline-color: rgb(229 231 235 / 0.95);
}
.focus\:outline-gray-300:focus {
  outline-color: #d1d5db;
}
.focus\:outline-gray-300\/0:focus {
  outline-color: rgb(209 213 219 / 0);
}
.focus\:outline-gray-300\/10:focus {
  outline-color: rgb(209 213 219 / 0.1);
}
.focus\:outline-gray-300\/100:focus {
  outline-color: rgb(209 213 219 / 1);
}
.focus\:outline-gray-300\/15:focus {
  outline-color: rgb(209 213 219 / 0.15);
}
.focus\:outline-gray-300\/20:focus {
  outline-color: rgb(209 213 219 / 0.2);
}
.focus\:outline-gray-300\/25:focus {
  outline-color: rgb(209 213 219 / 0.25);
}
.focus\:outline-gray-300\/30:focus {
  outline-color: rgb(209 213 219 / 0.3);
}
.focus\:outline-gray-300\/35:focus {
  outline-color: rgb(209 213 219 / 0.35);
}
.focus\:outline-gray-300\/40:focus {
  outline-color: rgb(209 213 219 / 0.4);
}
.focus\:outline-gray-300\/45:focus {
  outline-color: rgb(209 213 219 / 0.45);
}
.focus\:outline-gray-300\/5:focus {
  outline-color: rgb(209 213 219 / 0.05);
}
.focus\:outline-gray-300\/50:focus {
  outline-color: rgb(209 213 219 / 0.5);
}
.focus\:outline-gray-300\/55:focus {
  outline-color: rgb(209 213 219 / 0.55);
}
.focus\:outline-gray-300\/60:focus {
  outline-color: rgb(209 213 219 / 0.6);
}
.focus\:outline-gray-300\/65:focus {
  outline-color: rgb(209 213 219 / 0.65);
}
.focus\:outline-gray-300\/70:focus {
  outline-color: rgb(209 213 219 / 0.7);
}
.focus\:outline-gray-300\/75:focus {
  outline-color: rgb(209 213 219 / 0.75);
}
.focus\:outline-gray-300\/80:focus {
  outline-color: rgb(209 213 219 / 0.8);
}
.focus\:outline-gray-300\/85:focus {
  outline-color: rgb(209 213 219 / 0.85);
}
.focus\:outline-gray-300\/90:focus {
  outline-color: rgb(209 213 219 / 0.9);
}
.focus\:outline-gray-300\/95:focus {
  outline-color: rgb(209 213 219 / 0.95);
}
.focus\:outline-gray-400:focus {
  outline-color: #9ca3af;
}
.focus\:outline-gray-400\/0:focus {
  outline-color: rgb(156 163 175 / 0);
}
.focus\:outline-gray-400\/10:focus {
  outline-color: rgb(156 163 175 / 0.1);
}
.focus\:outline-gray-400\/100:focus {
  outline-color: rgb(156 163 175 / 1);
}
.focus\:outline-gray-400\/15:focus {
  outline-color: rgb(156 163 175 / 0.15);
}
.focus\:outline-gray-400\/20:focus {
  outline-color: rgb(156 163 175 / 0.2);
}
.focus\:outline-gray-400\/25:focus {
  outline-color: rgb(156 163 175 / 0.25);
}
.focus\:outline-gray-400\/30:focus {
  outline-color: rgb(156 163 175 / 0.3);
}
.focus\:outline-gray-400\/35:focus {
  outline-color: rgb(156 163 175 / 0.35);
}
.focus\:outline-gray-400\/40:focus {
  outline-color: rgb(156 163 175 / 0.4);
}
.focus\:outline-gray-400\/45:focus {
  outline-color: rgb(156 163 175 / 0.45);
}
.focus\:outline-gray-400\/5:focus {
  outline-color: rgb(156 163 175 / 0.05);
}
.focus\:outline-gray-400\/50:focus {
  outline-color: rgb(156 163 175 / 0.5);
}
.focus\:outline-gray-400\/55:focus {
  outline-color: rgb(156 163 175 / 0.55);
}
.focus\:outline-gray-400\/60:focus {
  outline-color: rgb(156 163 175 / 0.6);
}
.focus\:outline-gray-400\/65:focus {
  outline-color: rgb(156 163 175 / 0.65);
}
.focus\:outline-gray-400\/70:focus {
  outline-color: rgb(156 163 175 / 0.7);
}
.focus\:outline-gray-400\/75:focus {
  outline-color: rgb(156 163 175 / 0.75);
}
.focus\:outline-gray-400\/80:focus {
  outline-color: rgb(156 163 175 / 0.8);
}
.focus\:outline-gray-400\/85:focus {
  outline-color: rgb(156 163 175 / 0.85);
}
.focus\:outline-gray-400\/90:focus {
  outline-color: rgb(156 163 175 / 0.9);
}
.focus\:outline-gray-400\/95:focus {
  outline-color: rgb(156 163 175 / 0.95);
}
.focus\:outline-gray-50:focus {
  outline-color: #f9fafb;
}
.focus\:outline-gray-50\/0:focus {
  outline-color: rgb(249 250 251 / 0);
}
.focus\:outline-gray-50\/10:focus {
  outline-color: rgb(249 250 251 / 0.1);
}
.focus\:outline-gray-50\/100:focus {
  outline-color: rgb(249 250 251 / 1);
}
.focus\:outline-gray-50\/15:focus {
  outline-color: rgb(249 250 251 / 0.15);
}
.focus\:outline-gray-50\/20:focus {
  outline-color: rgb(249 250 251 / 0.2);
}
.focus\:outline-gray-50\/25:focus {
  outline-color: rgb(249 250 251 / 0.25);
}
.focus\:outline-gray-50\/30:focus {
  outline-color: rgb(249 250 251 / 0.3);
}
.focus\:outline-gray-50\/35:focus {
  outline-color: rgb(249 250 251 / 0.35);
}
.focus\:outline-gray-50\/40:focus {
  outline-color: rgb(249 250 251 / 0.4);
}
.focus\:outline-gray-50\/45:focus {
  outline-color: rgb(249 250 251 / 0.45);
}
.focus\:outline-gray-50\/5:focus {
  outline-color: rgb(249 250 251 / 0.05);
}
.focus\:outline-gray-50\/50:focus {
  outline-color: rgb(249 250 251 / 0.5);
}
.focus\:outline-gray-50\/55:focus {
  outline-color: rgb(249 250 251 / 0.55);
}
.focus\:outline-gray-50\/60:focus {
  outline-color: rgb(249 250 251 / 0.6);
}
.focus\:outline-gray-50\/65:focus {
  outline-color: rgb(249 250 251 / 0.65);
}
.focus\:outline-gray-50\/70:focus {
  outline-color: rgb(249 250 251 / 0.7);
}
.focus\:outline-gray-50\/75:focus {
  outline-color: rgb(249 250 251 / 0.75);
}
.focus\:outline-gray-50\/80:focus {
  outline-color: rgb(249 250 251 / 0.8);
}
.focus\:outline-gray-50\/85:focus {
  outline-color: rgb(249 250 251 / 0.85);
}
.focus\:outline-gray-50\/90:focus {
  outline-color: rgb(249 250 251 / 0.9);
}
.focus\:outline-gray-50\/95:focus {
  outline-color: rgb(249 250 251 / 0.95);
}
.focus\:outline-gray-500:focus {
  outline-color: #6b7280;
}
.focus\:outline-gray-500\/0:focus {
  outline-color: rgb(107 114 128 / 0);
}
.focus\:outline-gray-500\/10:focus {
  outline-color: rgb(107 114 128 / 0.1);
}
.focus\:outline-gray-500\/100:focus {
  outline-color: rgb(107 114 128 / 1);
}
.focus\:outline-gray-500\/15:focus {
  outline-color: rgb(107 114 128 / 0.15);
}
.focus\:outline-gray-500\/20:focus {
  outline-color: rgb(107 114 128 / 0.2);
}
.focus\:outline-gray-500\/25:focus {
  outline-color: rgb(107 114 128 / 0.25);
}
.focus\:outline-gray-500\/30:focus {
  outline-color: rgb(107 114 128 / 0.3);
}
.focus\:outline-gray-500\/35:focus {
  outline-color: rgb(107 114 128 / 0.35);
}
.focus\:outline-gray-500\/40:focus {
  outline-color: rgb(107 114 128 / 0.4);
}
.focus\:outline-gray-500\/45:focus {
  outline-color: rgb(107 114 128 / 0.45);
}
.focus\:outline-gray-500\/5:focus {
  outline-color: rgb(107 114 128 / 0.05);
}
.focus\:outline-gray-500\/50:focus {
  outline-color: rgb(107 114 128 / 0.5);
}
.focus\:outline-gray-500\/55:focus {
  outline-color: rgb(107 114 128 / 0.55);
}
.focus\:outline-gray-500\/60:focus {
  outline-color: rgb(107 114 128 / 0.6);
}
.focus\:outline-gray-500\/65:focus {
  outline-color: rgb(107 114 128 / 0.65);
}
.focus\:outline-gray-500\/70:focus {
  outline-color: rgb(107 114 128 / 0.7);
}
.focus\:outline-gray-500\/75:focus {
  outline-color: rgb(107 114 128 / 0.75);
}
.focus\:outline-gray-500\/80:focus {
  outline-color: rgb(107 114 128 / 0.8);
}
.focus\:outline-gray-500\/85:focus {
  outline-color: rgb(107 114 128 / 0.85);
}
.focus\:outline-gray-500\/90:focus {
  outline-color: rgb(107 114 128 / 0.9);
}
.focus\:outline-gray-500\/95:focus {
  outline-color: rgb(107 114 128 / 0.95);
}
.focus\:outline-gray-600:focus {
  outline-color: #4b5563;
}
.focus\:outline-gray-600\/0:focus {
  outline-color: rgb(75 85 99 / 0);
}
.focus\:outline-gray-600\/10:focus {
  outline-color: rgb(75 85 99 / 0.1);
}
.focus\:outline-gray-600\/100:focus {
  outline-color: rgb(75 85 99 / 1);
}
.focus\:outline-gray-600\/15:focus {
  outline-color: rgb(75 85 99 / 0.15);
}
.focus\:outline-gray-600\/20:focus {
  outline-color: rgb(75 85 99 / 0.2);
}
.focus\:outline-gray-600\/25:focus {
  outline-color: rgb(75 85 99 / 0.25);
}
.focus\:outline-gray-600\/30:focus {
  outline-color: rgb(75 85 99 / 0.3);
}
.focus\:outline-gray-600\/35:focus {
  outline-color: rgb(75 85 99 / 0.35);
}
.focus\:outline-gray-600\/40:focus {
  outline-color: rgb(75 85 99 / 0.4);
}
.focus\:outline-gray-600\/45:focus {
  outline-color: rgb(75 85 99 / 0.45);
}
.focus\:outline-gray-600\/5:focus {
  outline-color: rgb(75 85 99 / 0.05);
}
.focus\:outline-gray-600\/50:focus {
  outline-color: rgb(75 85 99 / 0.5);
}
.focus\:outline-gray-600\/55:focus {
  outline-color: rgb(75 85 99 / 0.55);
}
.focus\:outline-gray-600\/60:focus {
  outline-color: rgb(75 85 99 / 0.6);
}
.focus\:outline-gray-600\/65:focus {
  outline-color: rgb(75 85 99 / 0.65);
}
.focus\:outline-gray-600\/70:focus {
  outline-color: rgb(75 85 99 / 0.7);
}
.focus\:outline-gray-600\/75:focus {
  outline-color: rgb(75 85 99 / 0.75);
}
.focus\:outline-gray-600\/80:focus {
  outline-color: rgb(75 85 99 / 0.8);
}
.focus\:outline-gray-600\/85:focus {
  outline-color: rgb(75 85 99 / 0.85);
}
.focus\:outline-gray-600\/90:focus {
  outline-color: rgb(75 85 99 / 0.9);
}
.focus\:outline-gray-600\/95:focus {
  outline-color: rgb(75 85 99 / 0.95);
}
.focus\:outline-gray-700:focus {
  outline-color: #374151;
}
.focus\:outline-gray-700\/0:focus {
  outline-color: rgb(55 65 81 / 0);
}
.focus\:outline-gray-700\/10:focus {
  outline-color: rgb(55 65 81 / 0.1);
}
.focus\:outline-gray-700\/100:focus {
  outline-color: rgb(55 65 81 / 1);
}
.focus\:outline-gray-700\/15:focus {
  outline-color: rgb(55 65 81 / 0.15);
}
.focus\:outline-gray-700\/20:focus {
  outline-color: rgb(55 65 81 / 0.2);
}
.focus\:outline-gray-700\/25:focus {
  outline-color: rgb(55 65 81 / 0.25);
}
.focus\:outline-gray-700\/30:focus {
  outline-color: rgb(55 65 81 / 0.3);
}
.focus\:outline-gray-700\/35:focus {
  outline-color: rgb(55 65 81 / 0.35);
}
.focus\:outline-gray-700\/40:focus {
  outline-color: rgb(55 65 81 / 0.4);
}
.focus\:outline-gray-700\/45:focus {
  outline-color: rgb(55 65 81 / 0.45);
}
.focus\:outline-gray-700\/5:focus {
  outline-color: rgb(55 65 81 / 0.05);
}
.focus\:outline-gray-700\/50:focus {
  outline-color: rgb(55 65 81 / 0.5);
}
.focus\:outline-gray-700\/55:focus {
  outline-color: rgb(55 65 81 / 0.55);
}
.focus\:outline-gray-700\/60:focus {
  outline-color: rgb(55 65 81 / 0.6);
}
.focus\:outline-gray-700\/65:focus {
  outline-color: rgb(55 65 81 / 0.65);
}
.focus\:outline-gray-700\/70:focus {
  outline-color: rgb(55 65 81 / 0.7);
}
.focus\:outline-gray-700\/75:focus {
  outline-color: rgb(55 65 81 / 0.75);
}
.focus\:outline-gray-700\/80:focus {
  outline-color: rgb(55 65 81 / 0.8);
}
.focus\:outline-gray-700\/85:focus {
  outline-color: rgb(55 65 81 / 0.85);
}
.focus\:outline-gray-700\/90:focus {
  outline-color: rgb(55 65 81 / 0.9);
}
.focus\:outline-gray-700\/95:focus {
  outline-color: rgb(55 65 81 / 0.95);
}
.focus\:outline-gray-800:focus {
  outline-color: #1f2937;
}
.focus\:outline-gray-800\/0:focus {
  outline-color: rgb(31 41 55 / 0);
}
.focus\:outline-gray-800\/10:focus {
  outline-color: rgb(31 41 55 / 0.1);
}
.focus\:outline-gray-800\/100:focus {
  outline-color: rgb(31 41 55 / 1);
}
.focus\:outline-gray-800\/15:focus {
  outline-color: rgb(31 41 55 / 0.15);
}
.focus\:outline-gray-800\/20:focus {
  outline-color: rgb(31 41 55 / 0.2);
}
.focus\:outline-gray-800\/25:focus {
  outline-color: rgb(31 41 55 / 0.25);
}
.focus\:outline-gray-800\/30:focus {
  outline-color: rgb(31 41 55 / 0.3);
}
.focus\:outline-gray-800\/35:focus {
  outline-color: rgb(31 41 55 / 0.35);
}
.focus\:outline-gray-800\/40:focus {
  outline-color: rgb(31 41 55 / 0.4);
}
.focus\:outline-gray-800\/45:focus {
  outline-color: rgb(31 41 55 / 0.45);
}
.focus\:outline-gray-800\/5:focus {
  outline-color: rgb(31 41 55 / 0.05);
}
.focus\:outline-gray-800\/50:focus {
  outline-color: rgb(31 41 55 / 0.5);
}
.focus\:outline-gray-800\/55:focus {
  outline-color: rgb(31 41 55 / 0.55);
}
.focus\:outline-gray-800\/60:focus {
  outline-color: rgb(31 41 55 / 0.6);
}
.focus\:outline-gray-800\/65:focus {
  outline-color: rgb(31 41 55 / 0.65);
}
.focus\:outline-gray-800\/70:focus {
  outline-color: rgb(31 41 55 / 0.7);
}
.focus\:outline-gray-800\/75:focus {
  outline-color: rgb(31 41 55 / 0.75);
}
.focus\:outline-gray-800\/80:focus {
  outline-color: rgb(31 41 55 / 0.8);
}
.focus\:outline-gray-800\/85:focus {
  outline-color: rgb(31 41 55 / 0.85);
}
.focus\:outline-gray-800\/90:focus {
  outline-color: rgb(31 41 55 / 0.9);
}
.focus\:outline-gray-800\/95:focus {
  outline-color: rgb(31 41 55 / 0.95);
}
.focus\:outline-gray-900:focus {
  outline-color: #111827;
}
.focus\:outline-gray-900\/0:focus {
  outline-color: rgb(17 24 39 / 0);
}
.focus\:outline-gray-900\/10:focus {
  outline-color: rgb(17 24 39 / 0.1);
}
.focus\:outline-gray-900\/100:focus {
  outline-color: rgb(17 24 39 / 1);
}
.focus\:outline-gray-900\/15:focus {
  outline-color: rgb(17 24 39 / 0.15);
}
.focus\:outline-gray-900\/20:focus {
  outline-color: rgb(17 24 39 / 0.2);
}
.focus\:outline-gray-900\/25:focus {
  outline-color: rgb(17 24 39 / 0.25);
}
.focus\:outline-gray-900\/30:focus {
  outline-color: rgb(17 24 39 / 0.3);
}
.focus\:outline-gray-900\/35:focus {
  outline-color: rgb(17 24 39 / 0.35);
}
.focus\:outline-gray-900\/40:focus {
  outline-color: rgb(17 24 39 / 0.4);
}
.focus\:outline-gray-900\/45:focus {
  outline-color: rgb(17 24 39 / 0.45);
}
.focus\:outline-gray-900\/5:focus {
  outline-color: rgb(17 24 39 / 0.05);
}
.focus\:outline-gray-900\/50:focus {
  outline-color: rgb(17 24 39 / 0.5);
}
.focus\:outline-gray-900\/55:focus {
  outline-color: rgb(17 24 39 / 0.55);
}
.focus\:outline-gray-900\/60:focus {
  outline-color: rgb(17 24 39 / 0.6);
}
.focus\:outline-gray-900\/65:focus {
  outline-color: rgb(17 24 39 / 0.65);
}
.focus\:outline-gray-900\/70:focus {
  outline-color: rgb(17 24 39 / 0.7);
}
.focus\:outline-gray-900\/75:focus {
  outline-color: rgb(17 24 39 / 0.75);
}
.focus\:outline-gray-900\/80:focus {
  outline-color: rgb(17 24 39 / 0.8);
}
.focus\:outline-gray-900\/85:focus {
  outline-color: rgb(17 24 39 / 0.85);
}
.focus\:outline-gray-900\/90:focus {
  outline-color: rgb(17 24 39 / 0.9);
}
.focus\:outline-gray-900\/95:focus {
  outline-color: rgb(17 24 39 / 0.95);
}
.focus\:outline-gray-950:focus {
  outline-color: #030712;
}
.focus\:outline-gray-950\/0:focus {
  outline-color: rgb(3 7 18 / 0);
}
.focus\:outline-gray-950\/10:focus {
  outline-color: rgb(3 7 18 / 0.1);
}
.focus\:outline-gray-950\/100:focus {
  outline-color: rgb(3 7 18 / 1);
}
.focus\:outline-gray-950\/15:focus {
  outline-color: rgb(3 7 18 / 0.15);
}
.focus\:outline-gray-950\/20:focus {
  outline-color: rgb(3 7 18 / 0.2);
}
.focus\:outline-gray-950\/25:focus {
  outline-color: rgb(3 7 18 / 0.25);
}
.focus\:outline-gray-950\/30:focus {
  outline-color: rgb(3 7 18 / 0.3);
}
.focus\:outline-gray-950\/35:focus {
  outline-color: rgb(3 7 18 / 0.35);
}
.focus\:outline-gray-950\/40:focus {
  outline-color: rgb(3 7 18 / 0.4);
}
.focus\:outline-gray-950\/45:focus {
  outline-color: rgb(3 7 18 / 0.45);
}
.focus\:outline-gray-950\/5:focus {
  outline-color: rgb(3 7 18 / 0.05);
}
.focus\:outline-gray-950\/50:focus {
  outline-color: rgb(3 7 18 / 0.5);
}
.focus\:outline-gray-950\/55:focus {
  outline-color: rgb(3 7 18 / 0.55);
}
.focus\:outline-gray-950\/60:focus {
  outline-color: rgb(3 7 18 / 0.6);
}
.focus\:outline-gray-950\/65:focus {
  outline-color: rgb(3 7 18 / 0.65);
}
.focus\:outline-gray-950\/70:focus {
  outline-color: rgb(3 7 18 / 0.7);
}
.focus\:outline-gray-950\/75:focus {
  outline-color: rgb(3 7 18 / 0.75);
}
.focus\:outline-gray-950\/80:focus {
  outline-color: rgb(3 7 18 / 0.8);
}
.focus\:outline-gray-950\/85:focus {
  outline-color: rgb(3 7 18 / 0.85);
}
.focus\:outline-gray-950\/90:focus {
  outline-color: rgb(3 7 18 / 0.9);
}
.focus\:outline-gray-950\/95:focus {
  outline-color: rgb(3 7 18 / 0.95);
}
.focus\:outline-green-100:focus {
  outline-color: #dcfce7;
}
.focus\:outline-green-100\/0:focus {
  outline-color: rgb(220 252 231 / 0);
}
.focus\:outline-green-100\/10:focus {
  outline-color: rgb(220 252 231 / 0.1);
}
.focus\:outline-green-100\/100:focus {
  outline-color: rgb(220 252 231 / 1);
}
.focus\:outline-green-100\/15:focus {
  outline-color: rgb(220 252 231 / 0.15);
}
.focus\:outline-green-100\/20:focus {
  outline-color: rgb(220 252 231 / 0.2);
}
.focus\:outline-green-100\/25:focus {
  outline-color: rgb(220 252 231 / 0.25);
}
.focus\:outline-green-100\/30:focus {
  outline-color: rgb(220 252 231 / 0.3);
}
.focus\:outline-green-100\/35:focus {
  outline-color: rgb(220 252 231 / 0.35);
}
.focus\:outline-green-100\/40:focus {
  outline-color: rgb(220 252 231 / 0.4);
}
.focus\:outline-green-100\/45:focus {
  outline-color: rgb(220 252 231 / 0.45);
}
.focus\:outline-green-100\/5:focus {
  outline-color: rgb(220 252 231 / 0.05);
}
.focus\:outline-green-100\/50:focus {
  outline-color: rgb(220 252 231 / 0.5);
}
.focus\:outline-green-100\/55:focus {
  outline-color: rgb(220 252 231 / 0.55);
}
.focus\:outline-green-100\/60:focus {
  outline-color: rgb(220 252 231 / 0.6);
}
.focus\:outline-green-100\/65:focus {
  outline-color: rgb(220 252 231 / 0.65);
}
.focus\:outline-green-100\/70:focus {
  outline-color: rgb(220 252 231 / 0.7);
}
.focus\:outline-green-100\/75:focus {
  outline-color: rgb(220 252 231 / 0.75);
}
.focus\:outline-green-100\/80:focus {
  outline-color: rgb(220 252 231 / 0.8);
}
.focus\:outline-green-100\/85:focus {
  outline-color: rgb(220 252 231 / 0.85);
}
.focus\:outline-green-100\/90:focus {
  outline-color: rgb(220 252 231 / 0.9);
}
.focus\:outline-green-100\/95:focus {
  outline-color: rgb(220 252 231 / 0.95);
}
.focus\:outline-green-200:focus {
  outline-color: #bbf7d0;
}
.focus\:outline-green-200\/0:focus {
  outline-color: rgb(187 247 208 / 0);
}
.focus\:outline-green-200\/10:focus {
  outline-color: rgb(187 247 208 / 0.1);
}
.focus\:outline-green-200\/100:focus {
  outline-color: rgb(187 247 208 / 1);
}
.focus\:outline-green-200\/15:focus {
  outline-color: rgb(187 247 208 / 0.15);
}
.focus\:outline-green-200\/20:focus {
  outline-color: rgb(187 247 208 / 0.2);
}
.focus\:outline-green-200\/25:focus {
  outline-color: rgb(187 247 208 / 0.25);
}
.focus\:outline-green-200\/30:focus {
  outline-color: rgb(187 247 208 / 0.3);
}
.focus\:outline-green-200\/35:focus {
  outline-color: rgb(187 247 208 / 0.35);
}
.focus\:outline-green-200\/40:focus {
  outline-color: rgb(187 247 208 / 0.4);
}
.focus\:outline-green-200\/45:focus {
  outline-color: rgb(187 247 208 / 0.45);
}
.focus\:outline-green-200\/5:focus {
  outline-color: rgb(187 247 208 / 0.05);
}
.focus\:outline-green-200\/50:focus {
  outline-color: rgb(187 247 208 / 0.5);
}
.focus\:outline-green-200\/55:focus {
  outline-color: rgb(187 247 208 / 0.55);
}
.focus\:outline-green-200\/60:focus {
  outline-color: rgb(187 247 208 / 0.6);
}
.focus\:outline-green-200\/65:focus {
  outline-color: rgb(187 247 208 / 0.65);
}
.focus\:outline-green-200\/70:focus {
  outline-color: rgb(187 247 208 / 0.7);
}
.focus\:outline-green-200\/75:focus {
  outline-color: rgb(187 247 208 / 0.75);
}
.focus\:outline-green-200\/80:focus {
  outline-color: rgb(187 247 208 / 0.8);
}
.focus\:outline-green-200\/85:focus {
  outline-color: rgb(187 247 208 / 0.85);
}
.focus\:outline-green-200\/90:focus {
  outline-color: rgb(187 247 208 / 0.9);
}
.focus\:outline-green-200\/95:focus {
  outline-color: rgb(187 247 208 / 0.95);
}
.focus\:outline-green-300:focus {
  outline-color: #86efac;
}
.focus\:outline-green-300\/0:focus {
  outline-color: rgb(134 239 172 / 0);
}
.focus\:outline-green-300\/10:focus {
  outline-color: rgb(134 239 172 / 0.1);
}
.focus\:outline-green-300\/100:focus {
  outline-color: rgb(134 239 172 / 1);
}
.focus\:outline-green-300\/15:focus {
  outline-color: rgb(134 239 172 / 0.15);
}
.focus\:outline-green-300\/20:focus {
  outline-color: rgb(134 239 172 / 0.2);
}
.focus\:outline-green-300\/25:focus {
  outline-color: rgb(134 239 172 / 0.25);
}
.focus\:outline-green-300\/30:focus {
  outline-color: rgb(134 239 172 / 0.3);
}
.focus\:outline-green-300\/35:focus {
  outline-color: rgb(134 239 172 / 0.35);
}
.focus\:outline-green-300\/40:focus {
  outline-color: rgb(134 239 172 / 0.4);
}
.focus\:outline-green-300\/45:focus {
  outline-color: rgb(134 239 172 / 0.45);
}
.focus\:outline-green-300\/5:focus {
  outline-color: rgb(134 239 172 / 0.05);
}
.focus\:outline-green-300\/50:focus {
  outline-color: rgb(134 239 172 / 0.5);
}
.focus\:outline-green-300\/55:focus {
  outline-color: rgb(134 239 172 / 0.55);
}
.focus\:outline-green-300\/60:focus {
  outline-color: rgb(134 239 172 / 0.6);
}
.focus\:outline-green-300\/65:focus {
  outline-color: rgb(134 239 172 / 0.65);
}
.focus\:outline-green-300\/70:focus {
  outline-color: rgb(134 239 172 / 0.7);
}
.focus\:outline-green-300\/75:focus {
  outline-color: rgb(134 239 172 / 0.75);
}
.focus\:outline-green-300\/80:focus {
  outline-color: rgb(134 239 172 / 0.8);
}
.focus\:outline-green-300\/85:focus {
  outline-color: rgb(134 239 172 / 0.85);
}
.focus\:outline-green-300\/90:focus {
  outline-color: rgb(134 239 172 / 0.9);
}
.focus\:outline-green-300\/95:focus {
  outline-color: rgb(134 239 172 / 0.95);
}
.focus\:outline-green-400:focus {
  outline-color: #4ade80;
}
.focus\:outline-green-400\/0:focus {
  outline-color: rgb(74 222 128 / 0);
}
.focus\:outline-green-400\/10:focus {
  outline-color: rgb(74 222 128 / 0.1);
}
.focus\:outline-green-400\/100:focus {
  outline-color: rgb(74 222 128 / 1);
}
.focus\:outline-green-400\/15:focus {
  outline-color: rgb(74 222 128 / 0.15);
}
.focus\:outline-green-400\/20:focus {
  outline-color: rgb(74 222 128 / 0.2);
}
.focus\:outline-green-400\/25:focus {
  outline-color: rgb(74 222 128 / 0.25);
}
.focus\:outline-green-400\/30:focus {
  outline-color: rgb(74 222 128 / 0.3);
}
.focus\:outline-green-400\/35:focus {
  outline-color: rgb(74 222 128 / 0.35);
}
.focus\:outline-green-400\/40:focus {
  outline-color: rgb(74 222 128 / 0.4);
}
.focus\:outline-green-400\/45:focus {
  outline-color: rgb(74 222 128 / 0.45);
}
.focus\:outline-green-400\/5:focus {
  outline-color: rgb(74 222 128 / 0.05);
}
.focus\:outline-green-400\/50:focus {
  outline-color: rgb(74 222 128 / 0.5);
}
.focus\:outline-green-400\/55:focus {
  outline-color: rgb(74 222 128 / 0.55);
}
.focus\:outline-green-400\/60:focus {
  outline-color: rgb(74 222 128 / 0.6);
}
.focus\:outline-green-400\/65:focus {
  outline-color: rgb(74 222 128 / 0.65);
}
.focus\:outline-green-400\/70:focus {
  outline-color: rgb(74 222 128 / 0.7);
}
.focus\:outline-green-400\/75:focus {
  outline-color: rgb(74 222 128 / 0.75);
}
.focus\:outline-green-400\/80:focus {
  outline-color: rgb(74 222 128 / 0.8);
}
.focus\:outline-green-400\/85:focus {
  outline-color: rgb(74 222 128 / 0.85);
}
.focus\:outline-green-400\/90:focus {
  outline-color: rgb(74 222 128 / 0.9);
}
.focus\:outline-green-400\/95:focus {
  outline-color: rgb(74 222 128 / 0.95);
}
.focus\:outline-green-50:focus {
  outline-color: #f0fdf4;
}
.focus\:outline-green-50\/0:focus {
  outline-color: rgb(240 253 244 / 0);
}
.focus\:outline-green-50\/10:focus {
  outline-color: rgb(240 253 244 / 0.1);
}
.focus\:outline-green-50\/100:focus {
  outline-color: rgb(240 253 244 / 1);
}
.focus\:outline-green-50\/15:focus {
  outline-color: rgb(240 253 244 / 0.15);
}
.focus\:outline-green-50\/20:focus {
  outline-color: rgb(240 253 244 / 0.2);
}
.focus\:outline-green-50\/25:focus {
  outline-color: rgb(240 253 244 / 0.25);
}
.focus\:outline-green-50\/30:focus {
  outline-color: rgb(240 253 244 / 0.3);
}
.focus\:outline-green-50\/35:focus {
  outline-color: rgb(240 253 244 / 0.35);
}
.focus\:outline-green-50\/40:focus {
  outline-color: rgb(240 253 244 / 0.4);
}
.focus\:outline-green-50\/45:focus {
  outline-color: rgb(240 253 244 / 0.45);
}
.focus\:outline-green-50\/5:focus {
  outline-color: rgb(240 253 244 / 0.05);
}
.focus\:outline-green-50\/50:focus {
  outline-color: rgb(240 253 244 / 0.5);
}
.focus\:outline-green-50\/55:focus {
  outline-color: rgb(240 253 244 / 0.55);
}
.focus\:outline-green-50\/60:focus {
  outline-color: rgb(240 253 244 / 0.6);
}
.focus\:outline-green-50\/65:focus {
  outline-color: rgb(240 253 244 / 0.65);
}
.focus\:outline-green-50\/70:focus {
  outline-color: rgb(240 253 244 / 0.7);
}
.focus\:outline-green-50\/75:focus {
  outline-color: rgb(240 253 244 / 0.75);
}
.focus\:outline-green-50\/80:focus {
  outline-color: rgb(240 253 244 / 0.8);
}
.focus\:outline-green-50\/85:focus {
  outline-color: rgb(240 253 244 / 0.85);
}
.focus\:outline-green-50\/90:focus {
  outline-color: rgb(240 253 244 / 0.9);
}
.focus\:outline-green-50\/95:focus {
  outline-color: rgb(240 253 244 / 0.95);
}
.focus\:outline-green-500:focus {
  outline-color: #22c55e;
}
.focus\:outline-green-500\/0:focus {
  outline-color: rgb(34 197 94 / 0);
}
.focus\:outline-green-500\/10:focus {
  outline-color: rgb(34 197 94 / 0.1);
}
.focus\:outline-green-500\/100:focus {
  outline-color: rgb(34 197 94 / 1);
}
.focus\:outline-green-500\/15:focus {
  outline-color: rgb(34 197 94 / 0.15);
}
.focus\:outline-green-500\/20:focus {
  outline-color: rgb(34 197 94 / 0.2);
}
.focus\:outline-green-500\/25:focus {
  outline-color: rgb(34 197 94 / 0.25);
}
.focus\:outline-green-500\/30:focus {
  outline-color: rgb(34 197 94 / 0.3);
}
.focus\:outline-green-500\/35:focus {
  outline-color: rgb(34 197 94 / 0.35);
}
.focus\:outline-green-500\/40:focus {
  outline-color: rgb(34 197 94 / 0.4);
}
.focus\:outline-green-500\/45:focus {
  outline-color: rgb(34 197 94 / 0.45);
}
.focus\:outline-green-500\/5:focus {
  outline-color: rgb(34 197 94 / 0.05);
}
.focus\:outline-green-500\/50:focus {
  outline-color: rgb(34 197 94 / 0.5);
}
.focus\:outline-green-500\/55:focus {
  outline-color: rgb(34 197 94 / 0.55);
}
.focus\:outline-green-500\/60:focus {
  outline-color: rgb(34 197 94 / 0.6);
}
.focus\:outline-green-500\/65:focus {
  outline-color: rgb(34 197 94 / 0.65);
}
.focus\:outline-green-500\/70:focus {
  outline-color: rgb(34 197 94 / 0.7);
}
.focus\:outline-green-500\/75:focus {
  outline-color: rgb(34 197 94 / 0.75);
}
.focus\:outline-green-500\/80:focus {
  outline-color: rgb(34 197 94 / 0.8);
}
.focus\:outline-green-500\/85:focus {
  outline-color: rgb(34 197 94 / 0.85);
}
.focus\:outline-green-500\/90:focus {
  outline-color: rgb(34 197 94 / 0.9);
}
.focus\:outline-green-500\/95:focus {
  outline-color: rgb(34 197 94 / 0.95);
}
.focus\:outline-green-600:focus {
  outline-color: #16a34a;
}
.focus\:outline-green-600\/0:focus {
  outline-color: rgb(22 163 74 / 0);
}
.focus\:outline-green-600\/10:focus {
  outline-color: rgb(22 163 74 / 0.1);
}
.focus\:outline-green-600\/100:focus {
  outline-color: rgb(22 163 74 / 1);
}
.focus\:outline-green-600\/15:focus {
  outline-color: rgb(22 163 74 / 0.15);
}
.focus\:outline-green-600\/20:focus {
  outline-color: rgb(22 163 74 / 0.2);
}
.focus\:outline-green-600\/25:focus {
  outline-color: rgb(22 163 74 / 0.25);
}
.focus\:outline-green-600\/30:focus {
  outline-color: rgb(22 163 74 / 0.3);
}
.focus\:outline-green-600\/35:focus {
  outline-color: rgb(22 163 74 / 0.35);
}
.focus\:outline-green-600\/40:focus {
  outline-color: rgb(22 163 74 / 0.4);
}
.focus\:outline-green-600\/45:focus {
  outline-color: rgb(22 163 74 / 0.45);
}
.focus\:outline-green-600\/5:focus {
  outline-color: rgb(22 163 74 / 0.05);
}
.focus\:outline-green-600\/50:focus {
  outline-color: rgb(22 163 74 / 0.5);
}
.focus\:outline-green-600\/55:focus {
  outline-color: rgb(22 163 74 / 0.55);
}
.focus\:outline-green-600\/60:focus {
  outline-color: rgb(22 163 74 / 0.6);
}
.focus\:outline-green-600\/65:focus {
  outline-color: rgb(22 163 74 / 0.65);
}
.focus\:outline-green-600\/70:focus {
  outline-color: rgb(22 163 74 / 0.7);
}
.focus\:outline-green-600\/75:focus {
  outline-color: rgb(22 163 74 / 0.75);
}
.focus\:outline-green-600\/80:focus {
  outline-color: rgb(22 163 74 / 0.8);
}
.focus\:outline-green-600\/85:focus {
  outline-color: rgb(22 163 74 / 0.85);
}
.focus\:outline-green-600\/90:focus {
  outline-color: rgb(22 163 74 / 0.9);
}
.focus\:outline-green-600\/95:focus {
  outline-color: rgb(22 163 74 / 0.95);
}
.focus\:outline-green-700:focus {
  outline-color: #15803d;
}
.focus\:outline-green-700\/0:focus {
  outline-color: rgb(21 128 61 / 0);
}
.focus\:outline-green-700\/10:focus {
  outline-color: rgb(21 128 61 / 0.1);
}
.focus\:outline-green-700\/100:focus {
  outline-color: rgb(21 128 61 / 1);
}
.focus\:outline-green-700\/15:focus {
  outline-color: rgb(21 128 61 / 0.15);
}
.focus\:outline-green-700\/20:focus {
  outline-color: rgb(21 128 61 / 0.2);
}
.focus\:outline-green-700\/25:focus {
  outline-color: rgb(21 128 61 / 0.25);
}
.focus\:outline-green-700\/30:focus {
  outline-color: rgb(21 128 61 / 0.3);
}
.focus\:outline-green-700\/35:focus {
  outline-color: rgb(21 128 61 / 0.35);
}
.focus\:outline-green-700\/40:focus {
  outline-color: rgb(21 128 61 / 0.4);
}
.focus\:outline-green-700\/45:focus {
  outline-color: rgb(21 128 61 / 0.45);
}
.focus\:outline-green-700\/5:focus {
  outline-color: rgb(21 128 61 / 0.05);
}
.focus\:outline-green-700\/50:focus {
  outline-color: rgb(21 128 61 / 0.5);
}
.focus\:outline-green-700\/55:focus {
  outline-color: rgb(21 128 61 / 0.55);
}
.focus\:outline-green-700\/60:focus {
  outline-color: rgb(21 128 61 / 0.6);
}
.focus\:outline-green-700\/65:focus {
  outline-color: rgb(21 128 61 / 0.65);
}
.focus\:outline-green-700\/70:focus {
  outline-color: rgb(21 128 61 / 0.7);
}
.focus\:outline-green-700\/75:focus {
  outline-color: rgb(21 128 61 / 0.75);
}
.focus\:outline-green-700\/80:focus {
  outline-color: rgb(21 128 61 / 0.8);
}
.focus\:outline-green-700\/85:focus {
  outline-color: rgb(21 128 61 / 0.85);
}
.focus\:outline-green-700\/90:focus {
  outline-color: rgb(21 128 61 / 0.9);
}
.focus\:outline-green-700\/95:focus {
  outline-color: rgb(21 128 61 / 0.95);
}
.focus\:outline-green-800:focus {
  outline-color: #166534;
}
.focus\:outline-green-800\/0:focus {
  outline-color: rgb(22 101 52 / 0);
}
.focus\:outline-green-800\/10:focus {
  outline-color: rgb(22 101 52 / 0.1);
}
.focus\:outline-green-800\/100:focus {
  outline-color: rgb(22 101 52 / 1);
}
.focus\:outline-green-800\/15:focus {
  outline-color: rgb(22 101 52 / 0.15);
}
.focus\:outline-green-800\/20:focus {
  outline-color: rgb(22 101 52 / 0.2);
}
.focus\:outline-green-800\/25:focus {
  outline-color: rgb(22 101 52 / 0.25);
}
.focus\:outline-green-800\/30:focus {
  outline-color: rgb(22 101 52 / 0.3);
}
.focus\:outline-green-800\/35:focus {
  outline-color: rgb(22 101 52 / 0.35);
}
.focus\:outline-green-800\/40:focus {
  outline-color: rgb(22 101 52 / 0.4);
}
.focus\:outline-green-800\/45:focus {
  outline-color: rgb(22 101 52 / 0.45);
}
.focus\:outline-green-800\/5:focus {
  outline-color: rgb(22 101 52 / 0.05);
}
.focus\:outline-green-800\/50:focus {
  outline-color: rgb(22 101 52 / 0.5);
}
.focus\:outline-green-800\/55:focus {
  outline-color: rgb(22 101 52 / 0.55);
}
.focus\:outline-green-800\/60:focus {
  outline-color: rgb(22 101 52 / 0.6);
}
.focus\:outline-green-800\/65:focus {
  outline-color: rgb(22 101 52 / 0.65);
}
.focus\:outline-green-800\/70:focus {
  outline-color: rgb(22 101 52 / 0.7);
}
.focus\:outline-green-800\/75:focus {
  outline-color: rgb(22 101 52 / 0.75);
}
.focus\:outline-green-800\/80:focus {
  outline-color: rgb(22 101 52 / 0.8);
}
.focus\:outline-green-800\/85:focus {
  outline-color: rgb(22 101 52 / 0.85);
}
.focus\:outline-green-800\/90:focus {
  outline-color: rgb(22 101 52 / 0.9);
}
.focus\:outline-green-800\/95:focus {
  outline-color: rgb(22 101 52 / 0.95);
}
.focus\:outline-green-900:focus {
  outline-color: #14532d;
}
.focus\:outline-green-900\/0:focus {
  outline-color: rgb(20 83 45 / 0);
}
.focus\:outline-green-900\/10:focus {
  outline-color: rgb(20 83 45 / 0.1);
}
.focus\:outline-green-900\/100:focus {
  outline-color: rgb(20 83 45 / 1);
}
.focus\:outline-green-900\/15:focus {
  outline-color: rgb(20 83 45 / 0.15);
}
.focus\:outline-green-900\/20:focus {
  outline-color: rgb(20 83 45 / 0.2);
}
.focus\:outline-green-900\/25:focus {
  outline-color: rgb(20 83 45 / 0.25);
}
.focus\:outline-green-900\/30:focus {
  outline-color: rgb(20 83 45 / 0.3);
}
.focus\:outline-green-900\/35:focus {
  outline-color: rgb(20 83 45 / 0.35);
}
.focus\:outline-green-900\/40:focus {
  outline-color: rgb(20 83 45 / 0.4);
}
.focus\:outline-green-900\/45:focus {
  outline-color: rgb(20 83 45 / 0.45);
}
.focus\:outline-green-900\/5:focus {
  outline-color: rgb(20 83 45 / 0.05);
}
.focus\:outline-green-900\/50:focus {
  outline-color: rgb(20 83 45 / 0.5);
}
.focus\:outline-green-900\/55:focus {
  outline-color: rgb(20 83 45 / 0.55);
}
.focus\:outline-green-900\/60:focus {
  outline-color: rgb(20 83 45 / 0.6);
}
.focus\:outline-green-900\/65:focus {
  outline-color: rgb(20 83 45 / 0.65);
}
.focus\:outline-green-900\/70:focus {
  outline-color: rgb(20 83 45 / 0.7);
}
.focus\:outline-green-900\/75:focus {
  outline-color: rgb(20 83 45 / 0.75);
}
.focus\:outline-green-900\/80:focus {
  outline-color: rgb(20 83 45 / 0.8);
}
.focus\:outline-green-900\/85:focus {
  outline-color: rgb(20 83 45 / 0.85);
}
.focus\:outline-green-900\/90:focus {
  outline-color: rgb(20 83 45 / 0.9);
}
.focus\:outline-green-900\/95:focus {
  outline-color: rgb(20 83 45 / 0.95);
}
.focus\:outline-green-950:focus {
  outline-color: #052e16;
}
.focus\:outline-green-950\/0:focus {
  outline-color: rgb(5 46 22 / 0);
}
.focus\:outline-green-950\/10:focus {
  outline-color: rgb(5 46 22 / 0.1);
}
.focus\:outline-green-950\/100:focus {
  outline-color: rgb(5 46 22 / 1);
}
.focus\:outline-green-950\/15:focus {
  outline-color: rgb(5 46 22 / 0.15);
}
.focus\:outline-green-950\/20:focus {
  outline-color: rgb(5 46 22 / 0.2);
}
.focus\:outline-green-950\/25:focus {
  outline-color: rgb(5 46 22 / 0.25);
}
.focus\:outline-green-950\/30:focus {
  outline-color: rgb(5 46 22 / 0.3);
}
.focus\:outline-green-950\/35:focus {
  outline-color: rgb(5 46 22 / 0.35);
}
.focus\:outline-green-950\/40:focus {
  outline-color: rgb(5 46 22 / 0.4);
}
.focus\:outline-green-950\/45:focus {
  outline-color: rgb(5 46 22 / 0.45);
}
.focus\:outline-green-950\/5:focus {
  outline-color: rgb(5 46 22 / 0.05);
}
.focus\:outline-green-950\/50:focus {
  outline-color: rgb(5 46 22 / 0.5);
}
.focus\:outline-green-950\/55:focus {
  outline-color: rgb(5 46 22 / 0.55);
}
.focus\:outline-green-950\/60:focus {
  outline-color: rgb(5 46 22 / 0.6);
}
.focus\:outline-green-950\/65:focus {
  outline-color: rgb(5 46 22 / 0.65);
}
.focus\:outline-green-950\/70:focus {
  outline-color: rgb(5 46 22 / 0.7);
}
.focus\:outline-green-950\/75:focus {
  outline-color: rgb(5 46 22 / 0.75);
}
.focus\:outline-green-950\/80:focus {
  outline-color: rgb(5 46 22 / 0.8);
}
.focus\:outline-green-950\/85:focus {
  outline-color: rgb(5 46 22 / 0.85);
}
.focus\:outline-green-950\/90:focus {
  outline-color: rgb(5 46 22 / 0.9);
}
.focus\:outline-green-950\/95:focus {
  outline-color: rgb(5 46 22 / 0.95);
}
.focus\:outline-indigo-100:focus {
  outline-color: #e0e7ff;
}
.focus\:outline-indigo-100\/0:focus {
  outline-color: rgb(224 231 255 / 0);
}
.focus\:outline-indigo-100\/10:focus {
  outline-color: rgb(224 231 255 / 0.1);
}
.focus\:outline-indigo-100\/100:focus {
  outline-color: rgb(224 231 255 / 1);
}
.focus\:outline-indigo-100\/15:focus {
  outline-color: rgb(224 231 255 / 0.15);
}
.focus\:outline-indigo-100\/20:focus {
  outline-color: rgb(224 231 255 / 0.2);
}
.focus\:outline-indigo-100\/25:focus {
  outline-color: rgb(224 231 255 / 0.25);
}
.focus\:outline-indigo-100\/30:focus {
  outline-color: rgb(224 231 255 / 0.3);
}
.focus\:outline-indigo-100\/35:focus {
  outline-color: rgb(224 231 255 / 0.35);
}
.focus\:outline-indigo-100\/40:focus {
  outline-color: rgb(224 231 255 / 0.4);
}
.focus\:outline-indigo-100\/45:focus {
  outline-color: rgb(224 231 255 / 0.45);
}
.focus\:outline-indigo-100\/5:focus {
  outline-color: rgb(224 231 255 / 0.05);
}
.focus\:outline-indigo-100\/50:focus {
  outline-color: rgb(224 231 255 / 0.5);
}
.focus\:outline-indigo-100\/55:focus {
  outline-color: rgb(224 231 255 / 0.55);
}
.focus\:outline-indigo-100\/60:focus {
  outline-color: rgb(224 231 255 / 0.6);
}
.focus\:outline-indigo-100\/65:focus {
  outline-color: rgb(224 231 255 / 0.65);
}
.focus\:outline-indigo-100\/70:focus {
  outline-color: rgb(224 231 255 / 0.7);
}
.focus\:outline-indigo-100\/75:focus {
  outline-color: rgb(224 231 255 / 0.75);
}
.focus\:outline-indigo-100\/80:focus {
  outline-color: rgb(224 231 255 / 0.8);
}
.focus\:outline-indigo-100\/85:focus {
  outline-color: rgb(224 231 255 / 0.85);
}
.focus\:outline-indigo-100\/90:focus {
  outline-color: rgb(224 231 255 / 0.9);
}
.focus\:outline-indigo-100\/95:focus {
  outline-color: rgb(224 231 255 / 0.95);
}
.focus\:outline-indigo-200:focus {
  outline-color: #c7d2fe;
}
.focus\:outline-indigo-200\/0:focus {
  outline-color: rgb(199 210 254 / 0);
}
.focus\:outline-indigo-200\/10:focus {
  outline-color: rgb(199 210 254 / 0.1);
}
.focus\:outline-indigo-200\/100:focus {
  outline-color: rgb(199 210 254 / 1);
}
.focus\:outline-indigo-200\/15:focus {
  outline-color: rgb(199 210 254 / 0.15);
}
.focus\:outline-indigo-200\/20:focus {
  outline-color: rgb(199 210 254 / 0.2);
}
.focus\:outline-indigo-200\/25:focus {
  outline-color: rgb(199 210 254 / 0.25);
}
.focus\:outline-indigo-200\/30:focus {
  outline-color: rgb(199 210 254 / 0.3);
}
.focus\:outline-indigo-200\/35:focus {
  outline-color: rgb(199 210 254 / 0.35);
}
.focus\:outline-indigo-200\/40:focus {
  outline-color: rgb(199 210 254 / 0.4);
}
.focus\:outline-indigo-200\/45:focus {
  outline-color: rgb(199 210 254 / 0.45);
}
.focus\:outline-indigo-200\/5:focus {
  outline-color: rgb(199 210 254 / 0.05);
}
.focus\:outline-indigo-200\/50:focus {
  outline-color: rgb(199 210 254 / 0.5);
}
.focus\:outline-indigo-200\/55:focus {
  outline-color: rgb(199 210 254 / 0.55);
}
.focus\:outline-indigo-200\/60:focus {
  outline-color: rgb(199 210 254 / 0.6);
}
.focus\:outline-indigo-200\/65:focus {
  outline-color: rgb(199 210 254 / 0.65);
}
.focus\:outline-indigo-200\/70:focus {
  outline-color: rgb(199 210 254 / 0.7);
}
.focus\:outline-indigo-200\/75:focus {
  outline-color: rgb(199 210 254 / 0.75);
}
.focus\:outline-indigo-200\/80:focus {
  outline-color: rgb(199 210 254 / 0.8);
}
.focus\:outline-indigo-200\/85:focus {
  outline-color: rgb(199 210 254 / 0.85);
}
.focus\:outline-indigo-200\/90:focus {
  outline-color: rgb(199 210 254 / 0.9);
}
.focus\:outline-indigo-200\/95:focus {
  outline-color: rgb(199 210 254 / 0.95);
}
.focus\:outline-indigo-300:focus {
  outline-color: #a5b4fc;
}
.focus\:outline-indigo-300\/0:focus {
  outline-color: rgb(165 180 252 / 0);
}
.focus\:outline-indigo-300\/10:focus {
  outline-color: rgb(165 180 252 / 0.1);
}
.focus\:outline-indigo-300\/100:focus {
  outline-color: rgb(165 180 252 / 1);
}
.focus\:outline-indigo-300\/15:focus {
  outline-color: rgb(165 180 252 / 0.15);
}
.focus\:outline-indigo-300\/20:focus {
  outline-color: rgb(165 180 252 / 0.2);
}
.focus\:outline-indigo-300\/25:focus {
  outline-color: rgb(165 180 252 / 0.25);
}
.focus\:outline-indigo-300\/30:focus {
  outline-color: rgb(165 180 252 / 0.3);
}
.focus\:outline-indigo-300\/35:focus {
  outline-color: rgb(165 180 252 / 0.35);
}
.focus\:outline-indigo-300\/40:focus {
  outline-color: rgb(165 180 252 / 0.4);
}
.focus\:outline-indigo-300\/45:focus {
  outline-color: rgb(165 180 252 / 0.45);
}
.focus\:outline-indigo-300\/5:focus {
  outline-color: rgb(165 180 252 / 0.05);
}
.focus\:outline-indigo-300\/50:focus {
  outline-color: rgb(165 180 252 / 0.5);
}
.focus\:outline-indigo-300\/55:focus {
  outline-color: rgb(165 180 252 / 0.55);
}
.focus\:outline-indigo-300\/60:focus {
  outline-color: rgb(165 180 252 / 0.6);
}
.focus\:outline-indigo-300\/65:focus {
  outline-color: rgb(165 180 252 / 0.65);
}
.focus\:outline-indigo-300\/70:focus {
  outline-color: rgb(165 180 252 / 0.7);
}
.focus\:outline-indigo-300\/75:focus {
  outline-color: rgb(165 180 252 / 0.75);
}
.focus\:outline-indigo-300\/80:focus {
  outline-color: rgb(165 180 252 / 0.8);
}
.focus\:outline-indigo-300\/85:focus {
  outline-color: rgb(165 180 252 / 0.85);
}
.focus\:outline-indigo-300\/90:focus {
  outline-color: rgb(165 180 252 / 0.9);
}
.focus\:outline-indigo-300\/95:focus {
  outline-color: rgb(165 180 252 / 0.95);
}
.focus\:outline-indigo-400:focus {
  outline-color: #818cf8;
}
.focus\:outline-indigo-400\/0:focus {
  outline-color: rgb(129 140 248 / 0);
}
.focus\:outline-indigo-400\/10:focus {
  outline-color: rgb(129 140 248 / 0.1);
}
.focus\:outline-indigo-400\/100:focus {
  outline-color: rgb(129 140 248 / 1);
}
.focus\:outline-indigo-400\/15:focus {
  outline-color: rgb(129 140 248 / 0.15);
}
.focus\:outline-indigo-400\/20:focus {
  outline-color: rgb(129 140 248 / 0.2);
}
.focus\:outline-indigo-400\/25:focus {
  outline-color: rgb(129 140 248 / 0.25);
}
.focus\:outline-indigo-400\/30:focus {
  outline-color: rgb(129 140 248 / 0.3);
}
.focus\:outline-indigo-400\/35:focus {
  outline-color: rgb(129 140 248 / 0.35);
}
.focus\:outline-indigo-400\/40:focus {
  outline-color: rgb(129 140 248 / 0.4);
}
.focus\:outline-indigo-400\/45:focus {
  outline-color: rgb(129 140 248 / 0.45);
}
.focus\:outline-indigo-400\/5:focus {
  outline-color: rgb(129 140 248 / 0.05);
}
.focus\:outline-indigo-400\/50:focus {
  outline-color: rgb(129 140 248 / 0.5);
}
.focus\:outline-indigo-400\/55:focus {
  outline-color: rgb(129 140 248 / 0.55);
}
.focus\:outline-indigo-400\/60:focus {
  outline-color: rgb(129 140 248 / 0.6);
}
.focus\:outline-indigo-400\/65:focus {
  outline-color: rgb(129 140 248 / 0.65);
}
.focus\:outline-indigo-400\/70:focus {
  outline-color: rgb(129 140 248 / 0.7);
}
.focus\:outline-indigo-400\/75:focus {
  outline-color: rgb(129 140 248 / 0.75);
}
.focus\:outline-indigo-400\/80:focus {
  outline-color: rgb(129 140 248 / 0.8);
}
.focus\:outline-indigo-400\/85:focus {
  outline-color: rgb(129 140 248 / 0.85);
}
.focus\:outline-indigo-400\/90:focus {
  outline-color: rgb(129 140 248 / 0.9);
}
.focus\:outline-indigo-400\/95:focus {
  outline-color: rgb(129 140 248 / 0.95);
}
.focus\:outline-indigo-50:focus {
  outline-color: #eef2ff;
}
.focus\:outline-indigo-50\/0:focus {
  outline-color: rgb(238 242 255 / 0);
}
.focus\:outline-indigo-50\/10:focus {
  outline-color: rgb(238 242 255 / 0.1);
}
.focus\:outline-indigo-50\/100:focus {
  outline-color: rgb(238 242 255 / 1);
}
.focus\:outline-indigo-50\/15:focus {
  outline-color: rgb(238 242 255 / 0.15);
}
.focus\:outline-indigo-50\/20:focus {
  outline-color: rgb(238 242 255 / 0.2);
}
.focus\:outline-indigo-50\/25:focus {
  outline-color: rgb(238 242 255 / 0.25);
}
.focus\:outline-indigo-50\/30:focus {
  outline-color: rgb(238 242 255 / 0.3);
}
.focus\:outline-indigo-50\/35:focus {
  outline-color: rgb(238 242 255 / 0.35);
}
.focus\:outline-indigo-50\/40:focus {
  outline-color: rgb(238 242 255 / 0.4);
}
.focus\:outline-indigo-50\/45:focus {
  outline-color: rgb(238 242 255 / 0.45);
}
.focus\:outline-indigo-50\/5:focus {
  outline-color: rgb(238 242 255 / 0.05);
}
.focus\:outline-indigo-50\/50:focus {
  outline-color: rgb(238 242 255 / 0.5);
}
.focus\:outline-indigo-50\/55:focus {
  outline-color: rgb(238 242 255 / 0.55);
}
.focus\:outline-indigo-50\/60:focus {
  outline-color: rgb(238 242 255 / 0.6);
}
.focus\:outline-indigo-50\/65:focus {
  outline-color: rgb(238 242 255 / 0.65);
}
.focus\:outline-indigo-50\/70:focus {
  outline-color: rgb(238 242 255 / 0.7);
}
.focus\:outline-indigo-50\/75:focus {
  outline-color: rgb(238 242 255 / 0.75);
}
.focus\:outline-indigo-50\/80:focus {
  outline-color: rgb(238 242 255 / 0.8);
}
.focus\:outline-indigo-50\/85:focus {
  outline-color: rgb(238 242 255 / 0.85);
}
.focus\:outline-indigo-50\/90:focus {
  outline-color: rgb(238 242 255 / 0.9);
}
.focus\:outline-indigo-50\/95:focus {
  outline-color: rgb(238 242 255 / 0.95);
}
.focus\:outline-indigo-500:focus {
  outline-color: #6366f1;
}
.focus\:outline-indigo-500\/0:focus {
  outline-color: rgb(99 102 241 / 0);
}
.focus\:outline-indigo-500\/10:focus {
  outline-color: rgb(99 102 241 / 0.1);
}
.focus\:outline-indigo-500\/100:focus {
  outline-color: rgb(99 102 241 / 1);
}
.focus\:outline-indigo-500\/15:focus {
  outline-color: rgb(99 102 241 / 0.15);
}
.focus\:outline-indigo-500\/20:focus {
  outline-color: rgb(99 102 241 / 0.2);
}
.focus\:outline-indigo-500\/25:focus {
  outline-color: rgb(99 102 241 / 0.25);
}
.focus\:outline-indigo-500\/30:focus {
  outline-color: rgb(99 102 241 / 0.3);
}
.focus\:outline-indigo-500\/35:focus {
  outline-color: rgb(99 102 241 / 0.35);
}
.focus\:outline-indigo-500\/40:focus {
  outline-color: rgb(99 102 241 / 0.4);
}
.focus\:outline-indigo-500\/45:focus {
  outline-color: rgb(99 102 241 / 0.45);
}
.focus\:outline-indigo-500\/5:focus {
  outline-color: rgb(99 102 241 / 0.05);
}
.focus\:outline-indigo-500\/50:focus {
  outline-color: rgb(99 102 241 / 0.5);
}
.focus\:outline-indigo-500\/55:focus {
  outline-color: rgb(99 102 241 / 0.55);
}
.focus\:outline-indigo-500\/60:focus {
  outline-color: rgb(99 102 241 / 0.6);
}
.focus\:outline-indigo-500\/65:focus {
  outline-color: rgb(99 102 241 / 0.65);
}
.focus\:outline-indigo-500\/70:focus {
  outline-color: rgb(99 102 241 / 0.7);
}
.focus\:outline-indigo-500\/75:focus {
  outline-color: rgb(99 102 241 / 0.75);
}
.focus\:outline-indigo-500\/80:focus {
  outline-color: rgb(99 102 241 / 0.8);
}
.focus\:outline-indigo-500\/85:focus {
  outline-color: rgb(99 102 241 / 0.85);
}
.focus\:outline-indigo-500\/90:focus {
  outline-color: rgb(99 102 241 / 0.9);
}
.focus\:outline-indigo-500\/95:focus {
  outline-color: rgb(99 102 241 / 0.95);
}
.focus\:outline-indigo-600:focus {
  outline-color: #4f46e5;
}
.focus\:outline-indigo-600\/0:focus {
  outline-color: rgb(79 70 229 / 0);
}
.focus\:outline-indigo-600\/10:focus {
  outline-color: rgb(79 70 229 / 0.1);
}
.focus\:outline-indigo-600\/100:focus {
  outline-color: rgb(79 70 229 / 1);
}
.focus\:outline-indigo-600\/15:focus {
  outline-color: rgb(79 70 229 / 0.15);
}
.focus\:outline-indigo-600\/20:focus {
  outline-color: rgb(79 70 229 / 0.2);
}
.focus\:outline-indigo-600\/25:focus {
  outline-color: rgb(79 70 229 / 0.25);
}
.focus\:outline-indigo-600\/30:focus {
  outline-color: rgb(79 70 229 / 0.3);
}
.focus\:outline-indigo-600\/35:focus {
  outline-color: rgb(79 70 229 / 0.35);
}
.focus\:outline-indigo-600\/40:focus {
  outline-color: rgb(79 70 229 / 0.4);
}
.focus\:outline-indigo-600\/45:focus {
  outline-color: rgb(79 70 229 / 0.45);
}
.focus\:outline-indigo-600\/5:focus {
  outline-color: rgb(79 70 229 / 0.05);
}
.focus\:outline-indigo-600\/50:focus {
  outline-color: rgb(79 70 229 / 0.5);
}
.focus\:outline-indigo-600\/55:focus {
  outline-color: rgb(79 70 229 / 0.55);
}
.focus\:outline-indigo-600\/60:focus {
  outline-color: rgb(79 70 229 / 0.6);
}
.focus\:outline-indigo-600\/65:focus {
  outline-color: rgb(79 70 229 / 0.65);
}
.focus\:outline-indigo-600\/70:focus {
  outline-color: rgb(79 70 229 / 0.7);
}
.focus\:outline-indigo-600\/75:focus {
  outline-color: rgb(79 70 229 / 0.75);
}
.focus\:outline-indigo-600\/80:focus {
  outline-color: rgb(79 70 229 / 0.8);
}
.focus\:outline-indigo-600\/85:focus {
  outline-color: rgb(79 70 229 / 0.85);
}
.focus\:outline-indigo-600\/90:focus {
  outline-color: rgb(79 70 229 / 0.9);
}
.focus\:outline-indigo-600\/95:focus {
  outline-color: rgb(79 70 229 / 0.95);
}
.focus\:outline-indigo-700:focus {
  outline-color: #4338ca;
}
.focus\:outline-indigo-700\/0:focus {
  outline-color: rgb(67 56 202 / 0);
}
.focus\:outline-indigo-700\/10:focus {
  outline-color: rgb(67 56 202 / 0.1);
}
.focus\:outline-indigo-700\/100:focus {
  outline-color: rgb(67 56 202 / 1);
}
.focus\:outline-indigo-700\/15:focus {
  outline-color: rgb(67 56 202 / 0.15);
}
.focus\:outline-indigo-700\/20:focus {
  outline-color: rgb(67 56 202 / 0.2);
}
.focus\:outline-indigo-700\/25:focus {
  outline-color: rgb(67 56 202 / 0.25);
}
.focus\:outline-indigo-700\/30:focus {
  outline-color: rgb(67 56 202 / 0.3);
}
.focus\:outline-indigo-700\/35:focus {
  outline-color: rgb(67 56 202 / 0.35);
}
.focus\:outline-indigo-700\/40:focus {
  outline-color: rgb(67 56 202 / 0.4);
}
.focus\:outline-indigo-700\/45:focus {
  outline-color: rgb(67 56 202 / 0.45);
}
.focus\:outline-indigo-700\/5:focus {
  outline-color: rgb(67 56 202 / 0.05);
}
.focus\:outline-indigo-700\/50:focus {
  outline-color: rgb(67 56 202 / 0.5);
}
.focus\:outline-indigo-700\/55:focus {
  outline-color: rgb(67 56 202 / 0.55);
}
.focus\:outline-indigo-700\/60:focus {
  outline-color: rgb(67 56 202 / 0.6);
}
.focus\:outline-indigo-700\/65:focus {
  outline-color: rgb(67 56 202 / 0.65);
}
.focus\:outline-indigo-700\/70:focus {
  outline-color: rgb(67 56 202 / 0.7);
}
.focus\:outline-indigo-700\/75:focus {
  outline-color: rgb(67 56 202 / 0.75);
}
.focus\:outline-indigo-700\/80:focus {
  outline-color: rgb(67 56 202 / 0.8);
}
.focus\:outline-indigo-700\/85:focus {
  outline-color: rgb(67 56 202 / 0.85);
}
.focus\:outline-indigo-700\/90:focus {
  outline-color: rgb(67 56 202 / 0.9);
}
.focus\:outline-indigo-700\/95:focus {
  outline-color: rgb(67 56 202 / 0.95);
}
.focus\:outline-indigo-800:focus {
  outline-color: #3730a3;
}
.focus\:outline-indigo-800\/0:focus {
  outline-color: rgb(55 48 163 / 0);
}
.focus\:outline-indigo-800\/10:focus {
  outline-color: rgb(55 48 163 / 0.1);
}
.focus\:outline-indigo-800\/100:focus {
  outline-color: rgb(55 48 163 / 1);
}
.focus\:outline-indigo-800\/15:focus {
  outline-color: rgb(55 48 163 / 0.15);
}
.focus\:outline-indigo-800\/20:focus {
  outline-color: rgb(55 48 163 / 0.2);
}
.focus\:outline-indigo-800\/25:focus {
  outline-color: rgb(55 48 163 / 0.25);
}
.focus\:outline-indigo-800\/30:focus {
  outline-color: rgb(55 48 163 / 0.3);
}
.focus\:outline-indigo-800\/35:focus {
  outline-color: rgb(55 48 163 / 0.35);
}
.focus\:outline-indigo-800\/40:focus {
  outline-color: rgb(55 48 163 / 0.4);
}
.focus\:outline-indigo-800\/45:focus {
  outline-color: rgb(55 48 163 / 0.45);
}
.focus\:outline-indigo-800\/5:focus {
  outline-color: rgb(55 48 163 / 0.05);
}
.focus\:outline-indigo-800\/50:focus {
  outline-color: rgb(55 48 163 / 0.5);
}
.focus\:outline-indigo-800\/55:focus {
  outline-color: rgb(55 48 163 / 0.55);
}
.focus\:outline-indigo-800\/60:focus {
  outline-color: rgb(55 48 163 / 0.6);
}
.focus\:outline-indigo-800\/65:focus {
  outline-color: rgb(55 48 163 / 0.65);
}
.focus\:outline-indigo-800\/70:focus {
  outline-color: rgb(55 48 163 / 0.7);
}
.focus\:outline-indigo-800\/75:focus {
  outline-color: rgb(55 48 163 / 0.75);
}
.focus\:outline-indigo-800\/80:focus {
  outline-color: rgb(55 48 163 / 0.8);
}
.focus\:outline-indigo-800\/85:focus {
  outline-color: rgb(55 48 163 / 0.85);
}
.focus\:outline-indigo-800\/90:focus {
  outline-color: rgb(55 48 163 / 0.9);
}
.focus\:outline-indigo-800\/95:focus {
  outline-color: rgb(55 48 163 / 0.95);
}
.focus\:outline-indigo-900:focus {
  outline-color: #312e81;
}
.focus\:outline-indigo-900\/0:focus {
  outline-color: rgb(49 46 129 / 0);
}
.focus\:outline-indigo-900\/10:focus {
  outline-color: rgb(49 46 129 / 0.1);
}
.focus\:outline-indigo-900\/100:focus {
  outline-color: rgb(49 46 129 / 1);
}
.focus\:outline-indigo-900\/15:focus {
  outline-color: rgb(49 46 129 / 0.15);
}
.focus\:outline-indigo-900\/20:focus {
  outline-color: rgb(49 46 129 / 0.2);
}
.focus\:outline-indigo-900\/25:focus {
  outline-color: rgb(49 46 129 / 0.25);
}
.focus\:outline-indigo-900\/30:focus {
  outline-color: rgb(49 46 129 / 0.3);
}
.focus\:outline-indigo-900\/35:focus {
  outline-color: rgb(49 46 129 / 0.35);
}
.focus\:outline-indigo-900\/40:focus {
  outline-color: rgb(49 46 129 / 0.4);
}
.focus\:outline-indigo-900\/45:focus {
  outline-color: rgb(49 46 129 / 0.45);
}
.focus\:outline-indigo-900\/5:focus {
  outline-color: rgb(49 46 129 / 0.05);
}
.focus\:outline-indigo-900\/50:focus {
  outline-color: rgb(49 46 129 / 0.5);
}
.focus\:outline-indigo-900\/55:focus {
  outline-color: rgb(49 46 129 / 0.55);
}
.focus\:outline-indigo-900\/60:focus {
  outline-color: rgb(49 46 129 / 0.6);
}
.focus\:outline-indigo-900\/65:focus {
  outline-color: rgb(49 46 129 / 0.65);
}
.focus\:outline-indigo-900\/70:focus {
  outline-color: rgb(49 46 129 / 0.7);
}
.focus\:outline-indigo-900\/75:focus {
  outline-color: rgb(49 46 129 / 0.75);
}
.focus\:outline-indigo-900\/80:focus {
  outline-color: rgb(49 46 129 / 0.8);
}
.focus\:outline-indigo-900\/85:focus {
  outline-color: rgb(49 46 129 / 0.85);
}
.focus\:outline-indigo-900\/90:focus {
  outline-color: rgb(49 46 129 / 0.9);
}
.focus\:outline-indigo-900\/95:focus {
  outline-color: rgb(49 46 129 / 0.95);
}
.focus\:outline-indigo-950:focus {
  outline-color: #1e1b4b;
}
.focus\:outline-indigo-950\/0:focus {
  outline-color: rgb(30 27 75 / 0);
}
.focus\:outline-indigo-950\/10:focus {
  outline-color: rgb(30 27 75 / 0.1);
}
.focus\:outline-indigo-950\/100:focus {
  outline-color: rgb(30 27 75 / 1);
}
.focus\:outline-indigo-950\/15:focus {
  outline-color: rgb(30 27 75 / 0.15);
}
.focus\:outline-indigo-950\/20:focus {
  outline-color: rgb(30 27 75 / 0.2);
}
.focus\:outline-indigo-950\/25:focus {
  outline-color: rgb(30 27 75 / 0.25);
}
.focus\:outline-indigo-950\/30:focus {
  outline-color: rgb(30 27 75 / 0.3);
}
.focus\:outline-indigo-950\/35:focus {
  outline-color: rgb(30 27 75 / 0.35);
}
.focus\:outline-indigo-950\/40:focus {
  outline-color: rgb(30 27 75 / 0.4);
}
.focus\:outline-indigo-950\/45:focus {
  outline-color: rgb(30 27 75 / 0.45);
}
.focus\:outline-indigo-950\/5:focus {
  outline-color: rgb(30 27 75 / 0.05);
}
.focus\:outline-indigo-950\/50:focus {
  outline-color: rgb(30 27 75 / 0.5);
}
.focus\:outline-indigo-950\/55:focus {
  outline-color: rgb(30 27 75 / 0.55);
}
.focus\:outline-indigo-950\/60:focus {
  outline-color: rgb(30 27 75 / 0.6);
}
.focus\:outline-indigo-950\/65:focus {
  outline-color: rgb(30 27 75 / 0.65);
}
.focus\:outline-indigo-950\/70:focus {
  outline-color: rgb(30 27 75 / 0.7);
}
.focus\:outline-indigo-950\/75:focus {
  outline-color: rgb(30 27 75 / 0.75);
}
.focus\:outline-indigo-950\/80:focus {
  outline-color: rgb(30 27 75 / 0.8);
}
.focus\:outline-indigo-950\/85:focus {
  outline-color: rgb(30 27 75 / 0.85);
}
.focus\:outline-indigo-950\/90:focus {
  outline-color: rgb(30 27 75 / 0.9);
}
.focus\:outline-indigo-950\/95:focus {
  outline-color: rgb(30 27 75 / 0.95);
}
.focus\:outline-inherit:focus {
  outline-color: inherit;
}
.focus\:outline-lime-100:focus {
  outline-color: #ecfccb;
}
.focus\:outline-lime-100\/0:focus {
  outline-color: rgb(236 252 203 / 0);
}
.focus\:outline-lime-100\/10:focus {
  outline-color: rgb(236 252 203 / 0.1);
}
.focus\:outline-lime-100\/100:focus {
  outline-color: rgb(236 252 203 / 1);
}
.focus\:outline-lime-100\/15:focus {
  outline-color: rgb(236 252 203 / 0.15);
}
.focus\:outline-lime-100\/20:focus {
  outline-color: rgb(236 252 203 / 0.2);
}
.focus\:outline-lime-100\/25:focus {
  outline-color: rgb(236 252 203 / 0.25);
}
.focus\:outline-lime-100\/30:focus {
  outline-color: rgb(236 252 203 / 0.3);
}
.focus\:outline-lime-100\/35:focus {
  outline-color: rgb(236 252 203 / 0.35);
}
.focus\:outline-lime-100\/40:focus {
  outline-color: rgb(236 252 203 / 0.4);
}
.focus\:outline-lime-100\/45:focus {
  outline-color: rgb(236 252 203 / 0.45);
}
.focus\:outline-lime-100\/5:focus {
  outline-color: rgb(236 252 203 / 0.05);
}
.focus\:outline-lime-100\/50:focus {
  outline-color: rgb(236 252 203 / 0.5);
}
.focus\:outline-lime-100\/55:focus {
  outline-color: rgb(236 252 203 / 0.55);
}
.focus\:outline-lime-100\/60:focus {
  outline-color: rgb(236 252 203 / 0.6);
}
.focus\:outline-lime-100\/65:focus {
  outline-color: rgb(236 252 203 / 0.65);
}
.focus\:outline-lime-100\/70:focus {
  outline-color: rgb(236 252 203 / 0.7);
}
.focus\:outline-lime-100\/75:focus {
  outline-color: rgb(236 252 203 / 0.75);
}
.focus\:outline-lime-100\/80:focus {
  outline-color: rgb(236 252 203 / 0.8);
}
.focus\:outline-lime-100\/85:focus {
  outline-color: rgb(236 252 203 / 0.85);
}
.focus\:outline-lime-100\/90:focus {
  outline-color: rgb(236 252 203 / 0.9);
}
.focus\:outline-lime-100\/95:focus {
  outline-color: rgb(236 252 203 / 0.95);
}
.focus\:outline-lime-200:focus {
  outline-color: #d9f99d;
}
.focus\:outline-lime-200\/0:focus {
  outline-color: rgb(217 249 157 / 0);
}
.focus\:outline-lime-200\/10:focus {
  outline-color: rgb(217 249 157 / 0.1);
}
.focus\:outline-lime-200\/100:focus {
  outline-color: rgb(217 249 157 / 1);
}
.focus\:outline-lime-200\/15:focus {
  outline-color: rgb(217 249 157 / 0.15);
}
.focus\:outline-lime-200\/20:focus {
  outline-color: rgb(217 249 157 / 0.2);
}
.focus\:outline-lime-200\/25:focus {
  outline-color: rgb(217 249 157 / 0.25);
}
.focus\:outline-lime-200\/30:focus {
  outline-color: rgb(217 249 157 / 0.3);
}
.focus\:outline-lime-200\/35:focus {
  outline-color: rgb(217 249 157 / 0.35);
}
.focus\:outline-lime-200\/40:focus {
  outline-color: rgb(217 249 157 / 0.4);
}
.focus\:outline-lime-200\/45:focus {
  outline-color: rgb(217 249 157 / 0.45);
}
.focus\:outline-lime-200\/5:focus {
  outline-color: rgb(217 249 157 / 0.05);
}
.focus\:outline-lime-200\/50:focus {
  outline-color: rgb(217 249 157 / 0.5);
}
.focus\:outline-lime-200\/55:focus {
  outline-color: rgb(217 249 157 / 0.55);
}
.focus\:outline-lime-200\/60:focus {
  outline-color: rgb(217 249 157 / 0.6);
}
.focus\:outline-lime-200\/65:focus {
  outline-color: rgb(217 249 157 / 0.65);
}
.focus\:outline-lime-200\/70:focus {
  outline-color: rgb(217 249 157 / 0.7);
}
.focus\:outline-lime-200\/75:focus {
  outline-color: rgb(217 249 157 / 0.75);
}
.focus\:outline-lime-200\/80:focus {
  outline-color: rgb(217 249 157 / 0.8);
}
.focus\:outline-lime-200\/85:focus {
  outline-color: rgb(217 249 157 / 0.85);
}
.focus\:outline-lime-200\/90:focus {
  outline-color: rgb(217 249 157 / 0.9);
}
.focus\:outline-lime-200\/95:focus {
  outline-color: rgb(217 249 157 / 0.95);
}
.focus\:outline-lime-300:focus {
  outline-color: #bef264;
}
.focus\:outline-lime-300\/0:focus {
  outline-color: rgb(190 242 100 / 0);
}
.focus\:outline-lime-300\/10:focus {
  outline-color: rgb(190 242 100 / 0.1);
}
.focus\:outline-lime-300\/100:focus {
  outline-color: rgb(190 242 100 / 1);
}
.focus\:outline-lime-300\/15:focus {
  outline-color: rgb(190 242 100 / 0.15);
}
.focus\:outline-lime-300\/20:focus {
  outline-color: rgb(190 242 100 / 0.2);
}
.focus\:outline-lime-300\/25:focus {
  outline-color: rgb(190 242 100 / 0.25);
}
.focus\:outline-lime-300\/30:focus {
  outline-color: rgb(190 242 100 / 0.3);
}
.focus\:outline-lime-300\/35:focus {
  outline-color: rgb(190 242 100 / 0.35);
}
.focus\:outline-lime-300\/40:focus {
  outline-color: rgb(190 242 100 / 0.4);
}
.focus\:outline-lime-300\/45:focus {
  outline-color: rgb(190 242 100 / 0.45);
}
.focus\:outline-lime-300\/5:focus {
  outline-color: rgb(190 242 100 / 0.05);
}
.focus\:outline-lime-300\/50:focus {
  outline-color: rgb(190 242 100 / 0.5);
}
.focus\:outline-lime-300\/55:focus {
  outline-color: rgb(190 242 100 / 0.55);
}
.focus\:outline-lime-300\/60:focus {
  outline-color: rgb(190 242 100 / 0.6);
}
.focus\:outline-lime-300\/65:focus {
  outline-color: rgb(190 242 100 / 0.65);
}
.focus\:outline-lime-300\/70:focus {
  outline-color: rgb(190 242 100 / 0.7);
}
.focus\:outline-lime-300\/75:focus {
  outline-color: rgb(190 242 100 / 0.75);
}
.focus\:outline-lime-300\/80:focus {
  outline-color: rgb(190 242 100 / 0.8);
}
.focus\:outline-lime-300\/85:focus {
  outline-color: rgb(190 242 100 / 0.85);
}
.focus\:outline-lime-300\/90:focus {
  outline-color: rgb(190 242 100 / 0.9);
}
.focus\:outline-lime-300\/95:focus {
  outline-color: rgb(190 242 100 / 0.95);
}
.focus\:outline-lime-400:focus {
  outline-color: #a3e635;
}
.focus\:outline-lime-400\/0:focus {
  outline-color: rgb(163 230 53 / 0);
}
.focus\:outline-lime-400\/10:focus {
  outline-color: rgb(163 230 53 / 0.1);
}
.focus\:outline-lime-400\/100:focus {
  outline-color: rgb(163 230 53 / 1);
}
.focus\:outline-lime-400\/15:focus {
  outline-color: rgb(163 230 53 / 0.15);
}
.focus\:outline-lime-400\/20:focus {
  outline-color: rgb(163 230 53 / 0.2);
}
.focus\:outline-lime-400\/25:focus {
  outline-color: rgb(163 230 53 / 0.25);
}
.focus\:outline-lime-400\/30:focus {
  outline-color: rgb(163 230 53 / 0.3);
}
.focus\:outline-lime-400\/35:focus {
  outline-color: rgb(163 230 53 / 0.35);
}
.focus\:outline-lime-400\/40:focus {
  outline-color: rgb(163 230 53 / 0.4);
}
.focus\:outline-lime-400\/45:focus {
  outline-color: rgb(163 230 53 / 0.45);
}
.focus\:outline-lime-400\/5:focus {
  outline-color: rgb(163 230 53 / 0.05);
}
.focus\:outline-lime-400\/50:focus {
  outline-color: rgb(163 230 53 / 0.5);
}
.focus\:outline-lime-400\/55:focus {
  outline-color: rgb(163 230 53 / 0.55);
}
.focus\:outline-lime-400\/60:focus {
  outline-color: rgb(163 230 53 / 0.6);
}
.focus\:outline-lime-400\/65:focus {
  outline-color: rgb(163 230 53 / 0.65);
}
.focus\:outline-lime-400\/70:focus {
  outline-color: rgb(163 230 53 / 0.7);
}
.focus\:outline-lime-400\/75:focus {
  outline-color: rgb(163 230 53 / 0.75);
}
.focus\:outline-lime-400\/80:focus {
  outline-color: rgb(163 230 53 / 0.8);
}
.focus\:outline-lime-400\/85:focus {
  outline-color: rgb(163 230 53 / 0.85);
}
.focus\:outline-lime-400\/90:focus {
  outline-color: rgb(163 230 53 / 0.9);
}
.focus\:outline-lime-400\/95:focus {
  outline-color: rgb(163 230 53 / 0.95);
}
.focus\:outline-lime-50:focus {
  outline-color: #f7fee7;
}
.focus\:outline-lime-50\/0:focus {
  outline-color: rgb(247 254 231 / 0);
}
.focus\:outline-lime-50\/10:focus {
  outline-color: rgb(247 254 231 / 0.1);
}
.focus\:outline-lime-50\/100:focus {
  outline-color: rgb(247 254 231 / 1);
}
.focus\:outline-lime-50\/15:focus {
  outline-color: rgb(247 254 231 / 0.15);
}
.focus\:outline-lime-50\/20:focus {
  outline-color: rgb(247 254 231 / 0.2);
}
.focus\:outline-lime-50\/25:focus {
  outline-color: rgb(247 254 231 / 0.25);
}
.focus\:outline-lime-50\/30:focus {
  outline-color: rgb(247 254 231 / 0.3);
}
.focus\:outline-lime-50\/35:focus {
  outline-color: rgb(247 254 231 / 0.35);
}
.focus\:outline-lime-50\/40:focus {
  outline-color: rgb(247 254 231 / 0.4);
}
.focus\:outline-lime-50\/45:focus {
  outline-color: rgb(247 254 231 / 0.45);
}
.focus\:outline-lime-50\/5:focus {
  outline-color: rgb(247 254 231 / 0.05);
}
.focus\:outline-lime-50\/50:focus {
  outline-color: rgb(247 254 231 / 0.5);
}
.focus\:outline-lime-50\/55:focus {
  outline-color: rgb(247 254 231 / 0.55);
}
.focus\:outline-lime-50\/60:focus {
  outline-color: rgb(247 254 231 / 0.6);
}
.focus\:outline-lime-50\/65:focus {
  outline-color: rgb(247 254 231 / 0.65);
}
.focus\:outline-lime-50\/70:focus {
  outline-color: rgb(247 254 231 / 0.7);
}
.focus\:outline-lime-50\/75:focus {
  outline-color: rgb(247 254 231 / 0.75);
}
.focus\:outline-lime-50\/80:focus {
  outline-color: rgb(247 254 231 / 0.8);
}
.focus\:outline-lime-50\/85:focus {
  outline-color: rgb(247 254 231 / 0.85);
}
.focus\:outline-lime-50\/90:focus {
  outline-color: rgb(247 254 231 / 0.9);
}
.focus\:outline-lime-50\/95:focus {
  outline-color: rgb(247 254 231 / 0.95);
}
.focus\:outline-lime-500:focus {
  outline-color: #84cc16;
}
.focus\:outline-lime-500\/0:focus {
  outline-color: rgb(132 204 22 / 0);
}
.focus\:outline-lime-500\/10:focus {
  outline-color: rgb(132 204 22 / 0.1);
}
.focus\:outline-lime-500\/100:focus {
  outline-color: rgb(132 204 22 / 1);
}
.focus\:outline-lime-500\/15:focus {
  outline-color: rgb(132 204 22 / 0.15);
}
.focus\:outline-lime-500\/20:focus {
  outline-color: rgb(132 204 22 / 0.2);
}
.focus\:outline-lime-500\/25:focus {
  outline-color: rgb(132 204 22 / 0.25);
}
.focus\:outline-lime-500\/30:focus {
  outline-color: rgb(132 204 22 / 0.3);
}
.focus\:outline-lime-500\/35:focus {
  outline-color: rgb(132 204 22 / 0.35);
}
.focus\:outline-lime-500\/40:focus {
  outline-color: rgb(132 204 22 / 0.4);
}
.focus\:outline-lime-500\/45:focus {
  outline-color: rgb(132 204 22 / 0.45);
}
.focus\:outline-lime-500\/5:focus {
  outline-color: rgb(132 204 22 / 0.05);
}
.focus\:outline-lime-500\/50:focus {
  outline-color: rgb(132 204 22 / 0.5);
}
.focus\:outline-lime-500\/55:focus {
  outline-color: rgb(132 204 22 / 0.55);
}
.focus\:outline-lime-500\/60:focus {
  outline-color: rgb(132 204 22 / 0.6);
}
.focus\:outline-lime-500\/65:focus {
  outline-color: rgb(132 204 22 / 0.65);
}
.focus\:outline-lime-500\/70:focus {
  outline-color: rgb(132 204 22 / 0.7);
}
.focus\:outline-lime-500\/75:focus {
  outline-color: rgb(132 204 22 / 0.75);
}
.focus\:outline-lime-500\/80:focus {
  outline-color: rgb(132 204 22 / 0.8);
}
.focus\:outline-lime-500\/85:focus {
  outline-color: rgb(132 204 22 / 0.85);
}
.focus\:outline-lime-500\/90:focus {
  outline-color: rgb(132 204 22 / 0.9);
}
.focus\:outline-lime-500\/95:focus {
  outline-color: rgb(132 204 22 / 0.95);
}
.focus\:outline-lime-600:focus {
  outline-color: #65a30d;
}
.focus\:outline-lime-600\/0:focus {
  outline-color: rgb(101 163 13 / 0);
}
.focus\:outline-lime-600\/10:focus {
  outline-color: rgb(101 163 13 / 0.1);
}
.focus\:outline-lime-600\/100:focus {
  outline-color: rgb(101 163 13 / 1);
}
.focus\:outline-lime-600\/15:focus {
  outline-color: rgb(101 163 13 / 0.15);
}
.focus\:outline-lime-600\/20:focus {
  outline-color: rgb(101 163 13 / 0.2);
}
.focus\:outline-lime-600\/25:focus {
  outline-color: rgb(101 163 13 / 0.25);
}
.focus\:outline-lime-600\/30:focus {
  outline-color: rgb(101 163 13 / 0.3);
}
.focus\:outline-lime-600\/35:focus {
  outline-color: rgb(101 163 13 / 0.35);
}
.focus\:outline-lime-600\/40:focus {
  outline-color: rgb(101 163 13 / 0.4);
}
.focus\:outline-lime-600\/45:focus {
  outline-color: rgb(101 163 13 / 0.45);
}
.focus\:outline-lime-600\/5:focus {
  outline-color: rgb(101 163 13 / 0.05);
}
.focus\:outline-lime-600\/50:focus {
  outline-color: rgb(101 163 13 / 0.5);
}
.focus\:outline-lime-600\/55:focus {
  outline-color: rgb(101 163 13 / 0.55);
}
.focus\:outline-lime-600\/60:focus {
  outline-color: rgb(101 163 13 / 0.6);
}
.focus\:outline-lime-600\/65:focus {
  outline-color: rgb(101 163 13 / 0.65);
}
.focus\:outline-lime-600\/70:focus {
  outline-color: rgb(101 163 13 / 0.7);
}
.focus\:outline-lime-600\/75:focus {
  outline-color: rgb(101 163 13 / 0.75);
}
.focus\:outline-lime-600\/80:focus {
  outline-color: rgb(101 163 13 / 0.8);
}
.focus\:outline-lime-600\/85:focus {
  outline-color: rgb(101 163 13 / 0.85);
}
.focus\:outline-lime-600\/90:focus {
  outline-color: rgb(101 163 13 / 0.9);
}
.focus\:outline-lime-600\/95:focus {
  outline-color: rgb(101 163 13 / 0.95);
}
.focus\:outline-lime-700:focus {
  outline-color: #4d7c0f;
}
.focus\:outline-lime-700\/0:focus {
  outline-color: rgb(77 124 15 / 0);
}
.focus\:outline-lime-700\/10:focus {
  outline-color: rgb(77 124 15 / 0.1);
}
.focus\:outline-lime-700\/100:focus {
  outline-color: rgb(77 124 15 / 1);
}
.focus\:outline-lime-700\/15:focus {
  outline-color: rgb(77 124 15 / 0.15);
}
.focus\:outline-lime-700\/20:focus {
  outline-color: rgb(77 124 15 / 0.2);
}
.focus\:outline-lime-700\/25:focus {
  outline-color: rgb(77 124 15 / 0.25);
}
.focus\:outline-lime-700\/30:focus {
  outline-color: rgb(77 124 15 / 0.3);
}
.focus\:outline-lime-700\/35:focus {
  outline-color: rgb(77 124 15 / 0.35);
}
.focus\:outline-lime-700\/40:focus {
  outline-color: rgb(77 124 15 / 0.4);
}
.focus\:outline-lime-700\/45:focus {
  outline-color: rgb(77 124 15 / 0.45);
}
.focus\:outline-lime-700\/5:focus {
  outline-color: rgb(77 124 15 / 0.05);
}
.focus\:outline-lime-700\/50:focus {
  outline-color: rgb(77 124 15 / 0.5);
}
.focus\:outline-lime-700\/55:focus {
  outline-color: rgb(77 124 15 / 0.55);
}
.focus\:outline-lime-700\/60:focus {
  outline-color: rgb(77 124 15 / 0.6);
}
.focus\:outline-lime-700\/65:focus {
  outline-color: rgb(77 124 15 / 0.65);
}
.focus\:outline-lime-700\/70:focus {
  outline-color: rgb(77 124 15 / 0.7);
}
.focus\:outline-lime-700\/75:focus {
  outline-color: rgb(77 124 15 / 0.75);
}
.focus\:outline-lime-700\/80:focus {
  outline-color: rgb(77 124 15 / 0.8);
}
.focus\:outline-lime-700\/85:focus {
  outline-color: rgb(77 124 15 / 0.85);
}
.focus\:outline-lime-700\/90:focus {
  outline-color: rgb(77 124 15 / 0.9);
}
.focus\:outline-lime-700\/95:focus {
  outline-color: rgb(77 124 15 / 0.95);
}
.focus\:outline-lime-800:focus {
  outline-color: #3f6212;
}
.focus\:outline-lime-800\/0:focus {
  outline-color: rgb(63 98 18 / 0);
}
.focus\:outline-lime-800\/10:focus {
  outline-color: rgb(63 98 18 / 0.1);
}
.focus\:outline-lime-800\/100:focus {
  outline-color: rgb(63 98 18 / 1);
}
.focus\:outline-lime-800\/15:focus {
  outline-color: rgb(63 98 18 / 0.15);
}
.focus\:outline-lime-800\/20:focus {
  outline-color: rgb(63 98 18 / 0.2);
}
.focus\:outline-lime-800\/25:focus {
  outline-color: rgb(63 98 18 / 0.25);
}
.focus\:outline-lime-800\/30:focus {
  outline-color: rgb(63 98 18 / 0.3);
}
.focus\:outline-lime-800\/35:focus {
  outline-color: rgb(63 98 18 / 0.35);
}
.focus\:outline-lime-800\/40:focus {
  outline-color: rgb(63 98 18 / 0.4);
}
.focus\:outline-lime-800\/45:focus {
  outline-color: rgb(63 98 18 / 0.45);
}
.focus\:outline-lime-800\/5:focus {
  outline-color: rgb(63 98 18 / 0.05);
}
.focus\:outline-lime-800\/50:focus {
  outline-color: rgb(63 98 18 / 0.5);
}
.focus\:outline-lime-800\/55:focus {
  outline-color: rgb(63 98 18 / 0.55);
}
.focus\:outline-lime-800\/60:focus {
  outline-color: rgb(63 98 18 / 0.6);
}
.focus\:outline-lime-800\/65:focus {
  outline-color: rgb(63 98 18 / 0.65);
}
.focus\:outline-lime-800\/70:focus {
  outline-color: rgb(63 98 18 / 0.7);
}
.focus\:outline-lime-800\/75:focus {
  outline-color: rgb(63 98 18 / 0.75);
}
.focus\:outline-lime-800\/80:focus {
  outline-color: rgb(63 98 18 / 0.8);
}
.focus\:outline-lime-800\/85:focus {
  outline-color: rgb(63 98 18 / 0.85);
}
.focus\:outline-lime-800\/90:focus {
  outline-color: rgb(63 98 18 / 0.9);
}
.focus\:outline-lime-800\/95:focus {
  outline-color: rgb(63 98 18 / 0.95);
}
.focus\:outline-lime-900:focus {
  outline-color: #365314;
}
.focus\:outline-lime-900\/0:focus {
  outline-color: rgb(54 83 20 / 0);
}
.focus\:outline-lime-900\/10:focus {
  outline-color: rgb(54 83 20 / 0.1);
}
.focus\:outline-lime-900\/100:focus {
  outline-color: rgb(54 83 20 / 1);
}
.focus\:outline-lime-900\/15:focus {
  outline-color: rgb(54 83 20 / 0.15);
}
.focus\:outline-lime-900\/20:focus {
  outline-color: rgb(54 83 20 / 0.2);
}
.focus\:outline-lime-900\/25:focus {
  outline-color: rgb(54 83 20 / 0.25);
}
.focus\:outline-lime-900\/30:focus {
  outline-color: rgb(54 83 20 / 0.3);
}
.focus\:outline-lime-900\/35:focus {
  outline-color: rgb(54 83 20 / 0.35);
}
.focus\:outline-lime-900\/40:focus {
  outline-color: rgb(54 83 20 / 0.4);
}
.focus\:outline-lime-900\/45:focus {
  outline-color: rgb(54 83 20 / 0.45);
}
.focus\:outline-lime-900\/5:focus {
  outline-color: rgb(54 83 20 / 0.05);
}
.focus\:outline-lime-900\/50:focus {
  outline-color: rgb(54 83 20 / 0.5);
}
.focus\:outline-lime-900\/55:focus {
  outline-color: rgb(54 83 20 / 0.55);
}
.focus\:outline-lime-900\/60:focus {
  outline-color: rgb(54 83 20 / 0.6);
}
.focus\:outline-lime-900\/65:focus {
  outline-color: rgb(54 83 20 / 0.65);
}
.focus\:outline-lime-900\/70:focus {
  outline-color: rgb(54 83 20 / 0.7);
}
.focus\:outline-lime-900\/75:focus {
  outline-color: rgb(54 83 20 / 0.75);
}
.focus\:outline-lime-900\/80:focus {
  outline-color: rgb(54 83 20 / 0.8);
}
.focus\:outline-lime-900\/85:focus {
  outline-color: rgb(54 83 20 / 0.85);
}
.focus\:outline-lime-900\/90:focus {
  outline-color: rgb(54 83 20 / 0.9);
}
.focus\:outline-lime-900\/95:focus {
  outline-color: rgb(54 83 20 / 0.95);
}
.focus\:outline-lime-950:focus {
  outline-color: #1a2e05;
}
.focus\:outline-lime-950\/0:focus {
  outline-color: rgb(26 46 5 / 0);
}
.focus\:outline-lime-950\/10:focus {
  outline-color: rgb(26 46 5 / 0.1);
}
.focus\:outline-lime-950\/100:focus {
  outline-color: rgb(26 46 5 / 1);
}
.focus\:outline-lime-950\/15:focus {
  outline-color: rgb(26 46 5 / 0.15);
}
.focus\:outline-lime-950\/20:focus {
  outline-color: rgb(26 46 5 / 0.2);
}
.focus\:outline-lime-950\/25:focus {
  outline-color: rgb(26 46 5 / 0.25);
}
.focus\:outline-lime-950\/30:focus {
  outline-color: rgb(26 46 5 / 0.3);
}
.focus\:outline-lime-950\/35:focus {
  outline-color: rgb(26 46 5 / 0.35);
}
.focus\:outline-lime-950\/40:focus {
  outline-color: rgb(26 46 5 / 0.4);
}
.focus\:outline-lime-950\/45:focus {
  outline-color: rgb(26 46 5 / 0.45);
}
.focus\:outline-lime-950\/5:focus {
  outline-color: rgb(26 46 5 / 0.05);
}
.focus\:outline-lime-950\/50:focus {
  outline-color: rgb(26 46 5 / 0.5);
}
.focus\:outline-lime-950\/55:focus {
  outline-color: rgb(26 46 5 / 0.55);
}
.focus\:outline-lime-950\/60:focus {
  outline-color: rgb(26 46 5 / 0.6);
}
.focus\:outline-lime-950\/65:focus {
  outline-color: rgb(26 46 5 / 0.65);
}
.focus\:outline-lime-950\/70:focus {
  outline-color: rgb(26 46 5 / 0.7);
}
.focus\:outline-lime-950\/75:focus {
  outline-color: rgb(26 46 5 / 0.75);
}
.focus\:outline-lime-950\/80:focus {
  outline-color: rgb(26 46 5 / 0.8);
}
.focus\:outline-lime-950\/85:focus {
  outline-color: rgb(26 46 5 / 0.85);
}
.focus\:outline-lime-950\/90:focus {
  outline-color: rgb(26 46 5 / 0.9);
}
.focus\:outline-lime-950\/95:focus {
  outline-color: rgb(26 46 5 / 0.95);
}
.focus\:outline-neutral-100:focus {
  outline-color: #f5f5f5;
}
.focus\:outline-neutral-100\/0:focus {
  outline-color: rgb(245 245 245 / 0);
}
.focus\:outline-neutral-100\/10:focus {
  outline-color: rgb(245 245 245 / 0.1);
}
.focus\:outline-neutral-100\/100:focus {
  outline-color: rgb(245 245 245 / 1);
}
.focus\:outline-neutral-100\/15:focus {
  outline-color: rgb(245 245 245 / 0.15);
}
.focus\:outline-neutral-100\/20:focus {
  outline-color: rgb(245 245 245 / 0.2);
}
.focus\:outline-neutral-100\/25:focus {
  outline-color: rgb(245 245 245 / 0.25);
}
.focus\:outline-neutral-100\/30:focus {
  outline-color: rgb(245 245 245 / 0.3);
}
.focus\:outline-neutral-100\/35:focus {
  outline-color: rgb(245 245 245 / 0.35);
}
.focus\:outline-neutral-100\/40:focus {
  outline-color: rgb(245 245 245 / 0.4);
}
.focus\:outline-neutral-100\/45:focus {
  outline-color: rgb(245 245 245 / 0.45);
}
.focus\:outline-neutral-100\/5:focus {
  outline-color: rgb(245 245 245 / 0.05);
}
.focus\:outline-neutral-100\/50:focus {
  outline-color: rgb(245 245 245 / 0.5);
}
.focus\:outline-neutral-100\/55:focus {
  outline-color: rgb(245 245 245 / 0.55);
}
.focus\:outline-neutral-100\/60:focus {
  outline-color: rgb(245 245 245 / 0.6);
}
.focus\:outline-neutral-100\/65:focus {
  outline-color: rgb(245 245 245 / 0.65);
}
.focus\:outline-neutral-100\/70:focus {
  outline-color: rgb(245 245 245 / 0.7);
}
.focus\:outline-neutral-100\/75:focus {
  outline-color: rgb(245 245 245 / 0.75);
}
.focus\:outline-neutral-100\/80:focus {
  outline-color: rgb(245 245 245 / 0.8);
}
.focus\:outline-neutral-100\/85:focus {
  outline-color: rgb(245 245 245 / 0.85);
}
.focus\:outline-neutral-100\/90:focus {
  outline-color: rgb(245 245 245 / 0.9);
}
.focus\:outline-neutral-100\/95:focus {
  outline-color: rgb(245 245 245 / 0.95);
}
.focus\:outline-neutral-200:focus {
  outline-color: #e5e5e5;
}
.focus\:outline-neutral-200\/0:focus {
  outline-color: rgb(229 229 229 / 0);
}
.focus\:outline-neutral-200\/10:focus {
  outline-color: rgb(229 229 229 / 0.1);
}
.focus\:outline-neutral-200\/100:focus {
  outline-color: rgb(229 229 229 / 1);
}
.focus\:outline-neutral-200\/15:focus {
  outline-color: rgb(229 229 229 / 0.15);
}
.focus\:outline-neutral-200\/20:focus {
  outline-color: rgb(229 229 229 / 0.2);
}
.focus\:outline-neutral-200\/25:focus {
  outline-color: rgb(229 229 229 / 0.25);
}
.focus\:outline-neutral-200\/30:focus {
  outline-color: rgb(229 229 229 / 0.3);
}
.focus\:outline-neutral-200\/35:focus {
  outline-color: rgb(229 229 229 / 0.35);
}
.focus\:outline-neutral-200\/40:focus {
  outline-color: rgb(229 229 229 / 0.4);
}
.focus\:outline-neutral-200\/45:focus {
  outline-color: rgb(229 229 229 / 0.45);
}
.focus\:outline-neutral-200\/5:focus {
  outline-color: rgb(229 229 229 / 0.05);
}
.focus\:outline-neutral-200\/50:focus {
  outline-color: rgb(229 229 229 / 0.5);
}
.focus\:outline-neutral-200\/55:focus {
  outline-color: rgb(229 229 229 / 0.55);
}
.focus\:outline-neutral-200\/60:focus {
  outline-color: rgb(229 229 229 / 0.6);
}
.focus\:outline-neutral-200\/65:focus {
  outline-color: rgb(229 229 229 / 0.65);
}
.focus\:outline-neutral-200\/70:focus {
  outline-color: rgb(229 229 229 / 0.7);
}
.focus\:outline-neutral-200\/75:focus {
  outline-color: rgb(229 229 229 / 0.75);
}
.focus\:outline-neutral-200\/80:focus {
  outline-color: rgb(229 229 229 / 0.8);
}
.focus\:outline-neutral-200\/85:focus {
  outline-color: rgb(229 229 229 / 0.85);
}
.focus\:outline-neutral-200\/90:focus {
  outline-color: rgb(229 229 229 / 0.9);
}
.focus\:outline-neutral-200\/95:focus {
  outline-color: rgb(229 229 229 / 0.95);
}
.focus\:outline-neutral-300:focus {
  outline-color: #d4d4d4;
}
.focus\:outline-neutral-300\/0:focus {
  outline-color: rgb(212 212 212 / 0);
}
.focus\:outline-neutral-300\/10:focus {
  outline-color: rgb(212 212 212 / 0.1);
}
.focus\:outline-neutral-300\/100:focus {
  outline-color: rgb(212 212 212 / 1);
}
.focus\:outline-neutral-300\/15:focus {
  outline-color: rgb(212 212 212 / 0.15);
}
.focus\:outline-neutral-300\/20:focus {
  outline-color: rgb(212 212 212 / 0.2);
}
.focus\:outline-neutral-300\/25:focus {
  outline-color: rgb(212 212 212 / 0.25);
}
.focus\:outline-neutral-300\/30:focus {
  outline-color: rgb(212 212 212 / 0.3);
}
.focus\:outline-neutral-300\/35:focus {
  outline-color: rgb(212 212 212 / 0.35);
}
.focus\:outline-neutral-300\/40:focus {
  outline-color: rgb(212 212 212 / 0.4);
}
.focus\:outline-neutral-300\/45:focus {
  outline-color: rgb(212 212 212 / 0.45);
}
.focus\:outline-neutral-300\/5:focus {
  outline-color: rgb(212 212 212 / 0.05);
}
.focus\:outline-neutral-300\/50:focus {
  outline-color: rgb(212 212 212 / 0.5);
}
.focus\:outline-neutral-300\/55:focus {
  outline-color: rgb(212 212 212 / 0.55);
}
.focus\:outline-neutral-300\/60:focus {
  outline-color: rgb(212 212 212 / 0.6);
}
.focus\:outline-neutral-300\/65:focus {
  outline-color: rgb(212 212 212 / 0.65);
}
.focus\:outline-neutral-300\/70:focus {
  outline-color: rgb(212 212 212 / 0.7);
}
.focus\:outline-neutral-300\/75:focus {
  outline-color: rgb(212 212 212 / 0.75);
}
.focus\:outline-neutral-300\/80:focus {
  outline-color: rgb(212 212 212 / 0.8);
}
.focus\:outline-neutral-300\/85:focus {
  outline-color: rgb(212 212 212 / 0.85);
}
.focus\:outline-neutral-300\/90:focus {
  outline-color: rgb(212 212 212 / 0.9);
}
.focus\:outline-neutral-300\/95:focus {
  outline-color: rgb(212 212 212 / 0.95);
}
.focus\:outline-neutral-400:focus {
  outline-color: #a3a3a3;
}
.focus\:outline-neutral-400\/0:focus {
  outline-color: rgb(163 163 163 / 0);
}
.focus\:outline-neutral-400\/10:focus {
  outline-color: rgb(163 163 163 / 0.1);
}
.focus\:outline-neutral-400\/100:focus {
  outline-color: rgb(163 163 163 / 1);
}
.focus\:outline-neutral-400\/15:focus {
  outline-color: rgb(163 163 163 / 0.15);
}
.focus\:outline-neutral-400\/20:focus {
  outline-color: rgb(163 163 163 / 0.2);
}
.focus\:outline-neutral-400\/25:focus {
  outline-color: rgb(163 163 163 / 0.25);
}
.focus\:outline-neutral-400\/30:focus {
  outline-color: rgb(163 163 163 / 0.3);
}
.focus\:outline-neutral-400\/35:focus {
  outline-color: rgb(163 163 163 / 0.35);
}
.focus\:outline-neutral-400\/40:focus {
  outline-color: rgb(163 163 163 / 0.4);
}
.focus\:outline-neutral-400\/45:focus {
  outline-color: rgb(163 163 163 / 0.45);
}
.focus\:outline-neutral-400\/5:focus {
  outline-color: rgb(163 163 163 / 0.05);
}
.focus\:outline-neutral-400\/50:focus {
  outline-color: rgb(163 163 163 / 0.5);
}
.focus\:outline-neutral-400\/55:focus {
  outline-color: rgb(163 163 163 / 0.55);
}
.focus\:outline-neutral-400\/60:focus {
  outline-color: rgb(163 163 163 / 0.6);
}
.focus\:outline-neutral-400\/65:focus {
  outline-color: rgb(163 163 163 / 0.65);
}
.focus\:outline-neutral-400\/70:focus {
  outline-color: rgb(163 163 163 / 0.7);
}
.focus\:outline-neutral-400\/75:focus {
  outline-color: rgb(163 163 163 / 0.75);
}
.focus\:outline-neutral-400\/80:focus {
  outline-color: rgb(163 163 163 / 0.8);
}
.focus\:outline-neutral-400\/85:focus {
  outline-color: rgb(163 163 163 / 0.85);
}
.focus\:outline-neutral-400\/90:focus {
  outline-color: rgb(163 163 163 / 0.9);
}
.focus\:outline-neutral-400\/95:focus {
  outline-color: rgb(163 163 163 / 0.95);
}
.focus\:outline-neutral-50:focus {
  outline-color: #fafafa;
}
.focus\:outline-neutral-50\/0:focus {
  outline-color: rgb(250 250 250 / 0);
}
.focus\:outline-neutral-50\/10:focus {
  outline-color: rgb(250 250 250 / 0.1);
}
.focus\:outline-neutral-50\/100:focus {
  outline-color: rgb(250 250 250 / 1);
}
.focus\:outline-neutral-50\/15:focus {
  outline-color: rgb(250 250 250 / 0.15);
}
.focus\:outline-neutral-50\/20:focus {
  outline-color: rgb(250 250 250 / 0.2);
}
.focus\:outline-neutral-50\/25:focus {
  outline-color: rgb(250 250 250 / 0.25);
}
.focus\:outline-neutral-50\/30:focus {
  outline-color: rgb(250 250 250 / 0.3);
}
.focus\:outline-neutral-50\/35:focus {
  outline-color: rgb(250 250 250 / 0.35);
}
.focus\:outline-neutral-50\/40:focus {
  outline-color: rgb(250 250 250 / 0.4);
}
.focus\:outline-neutral-50\/45:focus {
  outline-color: rgb(250 250 250 / 0.45);
}
.focus\:outline-neutral-50\/5:focus {
  outline-color: rgb(250 250 250 / 0.05);
}
.focus\:outline-neutral-50\/50:focus {
  outline-color: rgb(250 250 250 / 0.5);
}
.focus\:outline-neutral-50\/55:focus {
  outline-color: rgb(250 250 250 / 0.55);
}
.focus\:outline-neutral-50\/60:focus {
  outline-color: rgb(250 250 250 / 0.6);
}
.focus\:outline-neutral-50\/65:focus {
  outline-color: rgb(250 250 250 / 0.65);
}
.focus\:outline-neutral-50\/70:focus {
  outline-color: rgb(250 250 250 / 0.7);
}
.focus\:outline-neutral-50\/75:focus {
  outline-color: rgb(250 250 250 / 0.75);
}
.focus\:outline-neutral-50\/80:focus {
  outline-color: rgb(250 250 250 / 0.8);
}
.focus\:outline-neutral-50\/85:focus {
  outline-color: rgb(250 250 250 / 0.85);
}
.focus\:outline-neutral-50\/90:focus {
  outline-color: rgb(250 250 250 / 0.9);
}
.focus\:outline-neutral-50\/95:focus {
  outline-color: rgb(250 250 250 / 0.95);
}
.focus\:outline-neutral-500:focus {
  outline-color: #737373;
}
.focus\:outline-neutral-500\/0:focus {
  outline-color: rgb(115 115 115 / 0);
}
.focus\:outline-neutral-500\/10:focus {
  outline-color: rgb(115 115 115 / 0.1);
}
.focus\:outline-neutral-500\/100:focus {
  outline-color: rgb(115 115 115 / 1);
}
.focus\:outline-neutral-500\/15:focus {
  outline-color: rgb(115 115 115 / 0.15);
}
.focus\:outline-neutral-500\/20:focus {
  outline-color: rgb(115 115 115 / 0.2);
}
.focus\:outline-neutral-500\/25:focus {
  outline-color: rgb(115 115 115 / 0.25);
}
.focus\:outline-neutral-500\/30:focus {
  outline-color: rgb(115 115 115 / 0.3);
}
.focus\:outline-neutral-500\/35:focus {
  outline-color: rgb(115 115 115 / 0.35);
}
.focus\:outline-neutral-500\/40:focus {
  outline-color: rgb(115 115 115 / 0.4);
}
.focus\:outline-neutral-500\/45:focus {
  outline-color: rgb(115 115 115 / 0.45);
}
.focus\:outline-neutral-500\/5:focus {
  outline-color: rgb(115 115 115 / 0.05);
}
.focus\:outline-neutral-500\/50:focus {
  outline-color: rgb(115 115 115 / 0.5);
}
.focus\:outline-neutral-500\/55:focus {
  outline-color: rgb(115 115 115 / 0.55);
}
.focus\:outline-neutral-500\/60:focus {
  outline-color: rgb(115 115 115 / 0.6);
}
.focus\:outline-neutral-500\/65:focus {
  outline-color: rgb(115 115 115 / 0.65);
}
.focus\:outline-neutral-500\/70:focus {
  outline-color: rgb(115 115 115 / 0.7);
}
.focus\:outline-neutral-500\/75:focus {
  outline-color: rgb(115 115 115 / 0.75);
}
.focus\:outline-neutral-500\/80:focus {
  outline-color: rgb(115 115 115 / 0.8);
}
.focus\:outline-neutral-500\/85:focus {
  outline-color: rgb(115 115 115 / 0.85);
}
.focus\:outline-neutral-500\/90:focus {
  outline-color: rgb(115 115 115 / 0.9);
}
.focus\:outline-neutral-500\/95:focus {
  outline-color: rgb(115 115 115 / 0.95);
}
.focus\:outline-neutral-600:focus {
  outline-color: #525252;
}
.focus\:outline-neutral-600\/0:focus {
  outline-color: rgb(82 82 82 / 0);
}
.focus\:outline-neutral-600\/10:focus {
  outline-color: rgb(82 82 82 / 0.1);
}
.focus\:outline-neutral-600\/100:focus {
  outline-color: rgb(82 82 82 / 1);
}
.focus\:outline-neutral-600\/15:focus {
  outline-color: rgb(82 82 82 / 0.15);
}
.focus\:outline-neutral-600\/20:focus {
  outline-color: rgb(82 82 82 / 0.2);
}
.focus\:outline-neutral-600\/25:focus {
  outline-color: rgb(82 82 82 / 0.25);
}
.focus\:outline-neutral-600\/30:focus {
  outline-color: rgb(82 82 82 / 0.3);
}
.focus\:outline-neutral-600\/35:focus {
  outline-color: rgb(82 82 82 / 0.35);
}
.focus\:outline-neutral-600\/40:focus {
  outline-color: rgb(82 82 82 / 0.4);
}
.focus\:outline-neutral-600\/45:focus {
  outline-color: rgb(82 82 82 / 0.45);
}
.focus\:outline-neutral-600\/5:focus {
  outline-color: rgb(82 82 82 / 0.05);
}
.focus\:outline-neutral-600\/50:focus {
  outline-color: rgb(82 82 82 / 0.5);
}
.focus\:outline-neutral-600\/55:focus {
  outline-color: rgb(82 82 82 / 0.55);
}
.focus\:outline-neutral-600\/60:focus {
  outline-color: rgb(82 82 82 / 0.6);
}
.focus\:outline-neutral-600\/65:focus {
  outline-color: rgb(82 82 82 / 0.65);
}
.focus\:outline-neutral-600\/70:focus {
  outline-color: rgb(82 82 82 / 0.7);
}
.focus\:outline-neutral-600\/75:focus {
  outline-color: rgb(82 82 82 / 0.75);
}
.focus\:outline-neutral-600\/80:focus {
  outline-color: rgb(82 82 82 / 0.8);
}
.focus\:outline-neutral-600\/85:focus {
  outline-color: rgb(82 82 82 / 0.85);
}
.focus\:outline-neutral-600\/90:focus {
  outline-color: rgb(82 82 82 / 0.9);
}
.focus\:outline-neutral-600\/95:focus {
  outline-color: rgb(82 82 82 / 0.95);
}
.focus\:outline-neutral-700:focus {
  outline-color: #404040;
}
.focus\:outline-neutral-700\/0:focus {
  outline-color: rgb(64 64 64 / 0);
}
.focus\:outline-neutral-700\/10:focus {
  outline-color: rgb(64 64 64 / 0.1);
}
.focus\:outline-neutral-700\/100:focus {
  outline-color: rgb(64 64 64 / 1);
}
.focus\:outline-neutral-700\/15:focus {
  outline-color: rgb(64 64 64 / 0.15);
}
.focus\:outline-neutral-700\/20:focus {
  outline-color: rgb(64 64 64 / 0.2);
}
.focus\:outline-neutral-700\/25:focus {
  outline-color: rgb(64 64 64 / 0.25);
}
.focus\:outline-neutral-700\/30:focus {
  outline-color: rgb(64 64 64 / 0.3);
}
.focus\:outline-neutral-700\/35:focus {
  outline-color: rgb(64 64 64 / 0.35);
}
.focus\:outline-neutral-700\/40:focus {
  outline-color: rgb(64 64 64 / 0.4);
}
.focus\:outline-neutral-700\/45:focus {
  outline-color: rgb(64 64 64 / 0.45);
}
.focus\:outline-neutral-700\/5:focus {
  outline-color: rgb(64 64 64 / 0.05);
}
.focus\:outline-neutral-700\/50:focus {
  outline-color: rgb(64 64 64 / 0.5);
}
.focus\:outline-neutral-700\/55:focus {
  outline-color: rgb(64 64 64 / 0.55);
}
.focus\:outline-neutral-700\/60:focus {
  outline-color: rgb(64 64 64 / 0.6);
}
.focus\:outline-neutral-700\/65:focus {
  outline-color: rgb(64 64 64 / 0.65);
}
.focus\:outline-neutral-700\/70:focus {
  outline-color: rgb(64 64 64 / 0.7);
}
.focus\:outline-neutral-700\/75:focus {
  outline-color: rgb(64 64 64 / 0.75);
}
.focus\:outline-neutral-700\/80:focus {
  outline-color: rgb(64 64 64 / 0.8);
}
.focus\:outline-neutral-700\/85:focus {
  outline-color: rgb(64 64 64 / 0.85);
}
.focus\:outline-neutral-700\/90:focus {
  outline-color: rgb(64 64 64 / 0.9);
}
.focus\:outline-neutral-700\/95:focus {
  outline-color: rgb(64 64 64 / 0.95);
}
.focus\:outline-neutral-800:focus {
  outline-color: #262626;
}
.focus\:outline-neutral-800\/0:focus {
  outline-color: rgb(38 38 38 / 0);
}
.focus\:outline-neutral-800\/10:focus {
  outline-color: rgb(38 38 38 / 0.1);
}
.focus\:outline-neutral-800\/100:focus {
  outline-color: rgb(38 38 38 / 1);
}
.focus\:outline-neutral-800\/15:focus {
  outline-color: rgb(38 38 38 / 0.15);
}
.focus\:outline-neutral-800\/20:focus {
  outline-color: rgb(38 38 38 / 0.2);
}
.focus\:outline-neutral-800\/25:focus {
  outline-color: rgb(38 38 38 / 0.25);
}
.focus\:outline-neutral-800\/30:focus {
  outline-color: rgb(38 38 38 / 0.3);
}
.focus\:outline-neutral-800\/35:focus {
  outline-color: rgb(38 38 38 / 0.35);
}
.focus\:outline-neutral-800\/40:focus {
  outline-color: rgb(38 38 38 / 0.4);
}
.focus\:outline-neutral-800\/45:focus {
  outline-color: rgb(38 38 38 / 0.45);
}
.focus\:outline-neutral-800\/5:focus {
  outline-color: rgb(38 38 38 / 0.05);
}
.focus\:outline-neutral-800\/50:focus {
  outline-color: rgb(38 38 38 / 0.5);
}
.focus\:outline-neutral-800\/55:focus {
  outline-color: rgb(38 38 38 / 0.55);
}
.focus\:outline-neutral-800\/60:focus {
  outline-color: rgb(38 38 38 / 0.6);
}
.focus\:outline-neutral-800\/65:focus {
  outline-color: rgb(38 38 38 / 0.65);
}
.focus\:outline-neutral-800\/70:focus {
  outline-color: rgb(38 38 38 / 0.7);
}
.focus\:outline-neutral-800\/75:focus {
  outline-color: rgb(38 38 38 / 0.75);
}
.focus\:outline-neutral-800\/80:focus {
  outline-color: rgb(38 38 38 / 0.8);
}
.focus\:outline-neutral-800\/85:focus {
  outline-color: rgb(38 38 38 / 0.85);
}
.focus\:outline-neutral-800\/90:focus {
  outline-color: rgb(38 38 38 / 0.9);
}
.focus\:outline-neutral-800\/95:focus {
  outline-color: rgb(38 38 38 / 0.95);
}
.focus\:outline-neutral-900:focus {
  outline-color: #171717;
}
.focus\:outline-neutral-900\/0:focus {
  outline-color: rgb(23 23 23 / 0);
}
.focus\:outline-neutral-900\/10:focus {
  outline-color: rgb(23 23 23 / 0.1);
}
.focus\:outline-neutral-900\/100:focus {
  outline-color: rgb(23 23 23 / 1);
}
.focus\:outline-neutral-900\/15:focus {
  outline-color: rgb(23 23 23 / 0.15);
}
.focus\:outline-neutral-900\/20:focus {
  outline-color: rgb(23 23 23 / 0.2);
}
.focus\:outline-neutral-900\/25:focus {
  outline-color: rgb(23 23 23 / 0.25);
}
.focus\:outline-neutral-900\/30:focus {
  outline-color: rgb(23 23 23 / 0.3);
}
.focus\:outline-neutral-900\/35:focus {
  outline-color: rgb(23 23 23 / 0.35);
}
.focus\:outline-neutral-900\/40:focus {
  outline-color: rgb(23 23 23 / 0.4);
}
.focus\:outline-neutral-900\/45:focus {
  outline-color: rgb(23 23 23 / 0.45);
}
.focus\:outline-neutral-900\/5:focus {
  outline-color: rgb(23 23 23 / 0.05);
}
.focus\:outline-neutral-900\/50:focus {
  outline-color: rgb(23 23 23 / 0.5);
}
.focus\:outline-neutral-900\/55:focus {
  outline-color: rgb(23 23 23 / 0.55);
}
.focus\:outline-neutral-900\/60:focus {
  outline-color: rgb(23 23 23 / 0.6);
}
.focus\:outline-neutral-900\/65:focus {
  outline-color: rgb(23 23 23 / 0.65);
}
.focus\:outline-neutral-900\/70:focus {
  outline-color: rgb(23 23 23 / 0.7);
}
.focus\:outline-neutral-900\/75:focus {
  outline-color: rgb(23 23 23 / 0.75);
}
.focus\:outline-neutral-900\/80:focus {
  outline-color: rgb(23 23 23 / 0.8);
}
.focus\:outline-neutral-900\/85:focus {
  outline-color: rgb(23 23 23 / 0.85);
}
.focus\:outline-neutral-900\/90:focus {
  outline-color: rgb(23 23 23 / 0.9);
}
.focus\:outline-neutral-900\/95:focus {
  outline-color: rgb(23 23 23 / 0.95);
}
.focus\:outline-neutral-950:focus {
  outline-color: #0a0a0a;
}
.focus\:outline-neutral-950\/0:focus {
  outline-color: rgb(10 10 10 / 0);
}
.focus\:outline-neutral-950\/10:focus {
  outline-color: rgb(10 10 10 / 0.1);
}
.focus\:outline-neutral-950\/100:focus {
  outline-color: rgb(10 10 10 / 1);
}
.focus\:outline-neutral-950\/15:focus {
  outline-color: rgb(10 10 10 / 0.15);
}
.focus\:outline-neutral-950\/20:focus {
  outline-color: rgb(10 10 10 / 0.2);
}
.focus\:outline-neutral-950\/25:focus {
  outline-color: rgb(10 10 10 / 0.25);
}
.focus\:outline-neutral-950\/30:focus {
  outline-color: rgb(10 10 10 / 0.3);
}
.focus\:outline-neutral-950\/35:focus {
  outline-color: rgb(10 10 10 / 0.35);
}
.focus\:outline-neutral-950\/40:focus {
  outline-color: rgb(10 10 10 / 0.4);
}
.focus\:outline-neutral-950\/45:focus {
  outline-color: rgb(10 10 10 / 0.45);
}
.focus\:outline-neutral-950\/5:focus {
  outline-color: rgb(10 10 10 / 0.05);
}
.focus\:outline-neutral-950\/50:focus {
  outline-color: rgb(10 10 10 / 0.5);
}
.focus\:outline-neutral-950\/55:focus {
  outline-color: rgb(10 10 10 / 0.55);
}
.focus\:outline-neutral-950\/60:focus {
  outline-color: rgb(10 10 10 / 0.6);
}
.focus\:outline-neutral-950\/65:focus {
  outline-color: rgb(10 10 10 / 0.65);
}
.focus\:outline-neutral-950\/70:focus {
  outline-color: rgb(10 10 10 / 0.7);
}
.focus\:outline-neutral-950\/75:focus {
  outline-color: rgb(10 10 10 / 0.75);
}
.focus\:outline-neutral-950\/80:focus {
  outline-color: rgb(10 10 10 / 0.8);
}
.focus\:outline-neutral-950\/85:focus {
  outline-color: rgb(10 10 10 / 0.85);
}
.focus\:outline-neutral-950\/90:focus {
  outline-color: rgb(10 10 10 / 0.9);
}
.focus\:outline-neutral-950\/95:focus {
  outline-color: rgb(10 10 10 / 0.95);
}
.focus\:outline-orange-100:focus {
  outline-color: #ffedd5;
}
.focus\:outline-orange-100\/0:focus {
  outline-color: rgb(255 237 213 / 0);
}
.focus\:outline-orange-100\/10:focus {
  outline-color: rgb(255 237 213 / 0.1);
}
.focus\:outline-orange-100\/100:focus {
  outline-color: rgb(255 237 213 / 1);
}
.focus\:outline-orange-100\/15:focus {
  outline-color: rgb(255 237 213 / 0.15);
}
.focus\:outline-orange-100\/20:focus {
  outline-color: rgb(255 237 213 / 0.2);
}
.focus\:outline-orange-100\/25:focus {
  outline-color: rgb(255 237 213 / 0.25);
}
.focus\:outline-orange-100\/30:focus {
  outline-color: rgb(255 237 213 / 0.3);
}
.focus\:outline-orange-100\/35:focus {
  outline-color: rgb(255 237 213 / 0.35);
}
.focus\:outline-orange-100\/40:focus {
  outline-color: rgb(255 237 213 / 0.4);
}
.focus\:outline-orange-100\/45:focus {
  outline-color: rgb(255 237 213 / 0.45);
}
.focus\:outline-orange-100\/5:focus {
  outline-color: rgb(255 237 213 / 0.05);
}
.focus\:outline-orange-100\/50:focus {
  outline-color: rgb(255 237 213 / 0.5);
}
.focus\:outline-orange-100\/55:focus {
  outline-color: rgb(255 237 213 / 0.55);
}
.focus\:outline-orange-100\/60:focus {
  outline-color: rgb(255 237 213 / 0.6);
}
.focus\:outline-orange-100\/65:focus {
  outline-color: rgb(255 237 213 / 0.65);
}
.focus\:outline-orange-100\/70:focus {
  outline-color: rgb(255 237 213 / 0.7);
}
.focus\:outline-orange-100\/75:focus {
  outline-color: rgb(255 237 213 / 0.75);
}
.focus\:outline-orange-100\/80:focus {
  outline-color: rgb(255 237 213 / 0.8);
}
.focus\:outline-orange-100\/85:focus {
  outline-color: rgb(255 237 213 / 0.85);
}
.focus\:outline-orange-100\/90:focus {
  outline-color: rgb(255 237 213 / 0.9);
}
.focus\:outline-orange-100\/95:focus {
  outline-color: rgb(255 237 213 / 0.95);
}
.focus\:outline-orange-200:focus {
  outline-color: #fed7aa;
}
.focus\:outline-orange-200\/0:focus {
  outline-color: rgb(254 215 170 / 0);
}
.focus\:outline-orange-200\/10:focus {
  outline-color: rgb(254 215 170 / 0.1);
}
.focus\:outline-orange-200\/100:focus {
  outline-color: rgb(254 215 170 / 1);
}
.focus\:outline-orange-200\/15:focus {
  outline-color: rgb(254 215 170 / 0.15);
}
.focus\:outline-orange-200\/20:focus {
  outline-color: rgb(254 215 170 / 0.2);
}
.focus\:outline-orange-200\/25:focus {
  outline-color: rgb(254 215 170 / 0.25);
}
.focus\:outline-orange-200\/30:focus {
  outline-color: rgb(254 215 170 / 0.3);
}
.focus\:outline-orange-200\/35:focus {
  outline-color: rgb(254 215 170 / 0.35);
}
.focus\:outline-orange-200\/40:focus {
  outline-color: rgb(254 215 170 / 0.4);
}
.focus\:outline-orange-200\/45:focus {
  outline-color: rgb(254 215 170 / 0.45);
}
.focus\:outline-orange-200\/5:focus {
  outline-color: rgb(254 215 170 / 0.05);
}
.focus\:outline-orange-200\/50:focus {
  outline-color: rgb(254 215 170 / 0.5);
}
.focus\:outline-orange-200\/55:focus {
  outline-color: rgb(254 215 170 / 0.55);
}
.focus\:outline-orange-200\/60:focus {
  outline-color: rgb(254 215 170 / 0.6);
}
.focus\:outline-orange-200\/65:focus {
  outline-color: rgb(254 215 170 / 0.65);
}
.focus\:outline-orange-200\/70:focus {
  outline-color: rgb(254 215 170 / 0.7);
}
.focus\:outline-orange-200\/75:focus {
  outline-color: rgb(254 215 170 / 0.75);
}
.focus\:outline-orange-200\/80:focus {
  outline-color: rgb(254 215 170 / 0.8);
}
.focus\:outline-orange-200\/85:focus {
  outline-color: rgb(254 215 170 / 0.85);
}
.focus\:outline-orange-200\/90:focus {
  outline-color: rgb(254 215 170 / 0.9);
}
.focus\:outline-orange-200\/95:focus {
  outline-color: rgb(254 215 170 / 0.95);
}
.focus\:outline-orange-300:focus {
  outline-color: #fdba74;
}
.focus\:outline-orange-300\/0:focus {
  outline-color: rgb(253 186 116 / 0);
}
.focus\:outline-orange-300\/10:focus {
  outline-color: rgb(253 186 116 / 0.1);
}
.focus\:outline-orange-300\/100:focus {
  outline-color: rgb(253 186 116 / 1);
}
.focus\:outline-orange-300\/15:focus {
  outline-color: rgb(253 186 116 / 0.15);
}
.focus\:outline-orange-300\/20:focus {
  outline-color: rgb(253 186 116 / 0.2);
}
.focus\:outline-orange-300\/25:focus {
  outline-color: rgb(253 186 116 / 0.25);
}
.focus\:outline-orange-300\/30:focus {
  outline-color: rgb(253 186 116 / 0.3);
}
.focus\:outline-orange-300\/35:focus {
  outline-color: rgb(253 186 116 / 0.35);
}
.focus\:outline-orange-300\/40:focus {
  outline-color: rgb(253 186 116 / 0.4);
}
.focus\:outline-orange-300\/45:focus {
  outline-color: rgb(253 186 116 / 0.45);
}
.focus\:outline-orange-300\/5:focus {
  outline-color: rgb(253 186 116 / 0.05);
}
.focus\:outline-orange-300\/50:focus {
  outline-color: rgb(253 186 116 / 0.5);
}
.focus\:outline-orange-300\/55:focus {
  outline-color: rgb(253 186 116 / 0.55);
}
.focus\:outline-orange-300\/60:focus {
  outline-color: rgb(253 186 116 / 0.6);
}
.focus\:outline-orange-300\/65:focus {
  outline-color: rgb(253 186 116 / 0.65);
}
.focus\:outline-orange-300\/70:focus {
  outline-color: rgb(253 186 116 / 0.7);
}
.focus\:outline-orange-300\/75:focus {
  outline-color: rgb(253 186 116 / 0.75);
}
.focus\:outline-orange-300\/80:focus {
  outline-color: rgb(253 186 116 / 0.8);
}
.focus\:outline-orange-300\/85:focus {
  outline-color: rgb(253 186 116 / 0.85);
}
.focus\:outline-orange-300\/90:focus {
  outline-color: rgb(253 186 116 / 0.9);
}
.focus\:outline-orange-300\/95:focus {
  outline-color: rgb(253 186 116 / 0.95);
}
.focus\:outline-orange-400:focus {
  outline-color: #fb923c;
}
.focus\:outline-orange-400\/0:focus {
  outline-color: rgb(251 146 60 / 0);
}
.focus\:outline-orange-400\/10:focus {
  outline-color: rgb(251 146 60 / 0.1);
}
.focus\:outline-orange-400\/100:focus {
  outline-color: rgb(251 146 60 / 1);
}
.focus\:outline-orange-400\/15:focus {
  outline-color: rgb(251 146 60 / 0.15);
}
.focus\:outline-orange-400\/20:focus {
  outline-color: rgb(251 146 60 / 0.2);
}
.focus\:outline-orange-400\/25:focus {
  outline-color: rgb(251 146 60 / 0.25);
}
.focus\:outline-orange-400\/30:focus {
  outline-color: rgb(251 146 60 / 0.3);
}
.focus\:outline-orange-400\/35:focus {
  outline-color: rgb(251 146 60 / 0.35);
}
.focus\:outline-orange-400\/40:focus {
  outline-color: rgb(251 146 60 / 0.4);
}
.focus\:outline-orange-400\/45:focus {
  outline-color: rgb(251 146 60 / 0.45);
}
.focus\:outline-orange-400\/5:focus {
  outline-color: rgb(251 146 60 / 0.05);
}
.focus\:outline-orange-400\/50:focus {
  outline-color: rgb(251 146 60 / 0.5);
}
.focus\:outline-orange-400\/55:focus {
  outline-color: rgb(251 146 60 / 0.55);
}
.focus\:outline-orange-400\/60:focus {
  outline-color: rgb(251 146 60 / 0.6);
}
.focus\:outline-orange-400\/65:focus {
  outline-color: rgb(251 146 60 / 0.65);
}
.focus\:outline-orange-400\/70:focus {
  outline-color: rgb(251 146 60 / 0.7);
}
.focus\:outline-orange-400\/75:focus {
  outline-color: rgb(251 146 60 / 0.75);
}
.focus\:outline-orange-400\/80:focus {
  outline-color: rgb(251 146 60 / 0.8);
}
.focus\:outline-orange-400\/85:focus {
  outline-color: rgb(251 146 60 / 0.85);
}
.focus\:outline-orange-400\/90:focus {
  outline-color: rgb(251 146 60 / 0.9);
}
.focus\:outline-orange-400\/95:focus {
  outline-color: rgb(251 146 60 / 0.95);
}
.focus\:outline-orange-50:focus {
  outline-color: #fff7ed;
}
.focus\:outline-orange-50\/0:focus {
  outline-color: rgb(255 247 237 / 0);
}
.focus\:outline-orange-50\/10:focus {
  outline-color: rgb(255 247 237 / 0.1);
}
.focus\:outline-orange-50\/100:focus {
  outline-color: rgb(255 247 237 / 1);
}
.focus\:outline-orange-50\/15:focus {
  outline-color: rgb(255 247 237 / 0.15);
}
.focus\:outline-orange-50\/20:focus {
  outline-color: rgb(255 247 237 / 0.2);
}
.focus\:outline-orange-50\/25:focus {
  outline-color: rgb(255 247 237 / 0.25);
}
.focus\:outline-orange-50\/30:focus {
  outline-color: rgb(255 247 237 / 0.3);
}
.focus\:outline-orange-50\/35:focus {
  outline-color: rgb(255 247 237 / 0.35);
}
.focus\:outline-orange-50\/40:focus {
  outline-color: rgb(255 247 237 / 0.4);
}
.focus\:outline-orange-50\/45:focus {
  outline-color: rgb(255 247 237 / 0.45);
}
.focus\:outline-orange-50\/5:focus {
  outline-color: rgb(255 247 237 / 0.05);
}
.focus\:outline-orange-50\/50:focus {
  outline-color: rgb(255 247 237 / 0.5);
}
.focus\:outline-orange-50\/55:focus {
  outline-color: rgb(255 247 237 / 0.55);
}
.focus\:outline-orange-50\/60:focus {
  outline-color: rgb(255 247 237 / 0.6);
}
.focus\:outline-orange-50\/65:focus {
  outline-color: rgb(255 247 237 / 0.65);
}
.focus\:outline-orange-50\/70:focus {
  outline-color: rgb(255 247 237 / 0.7);
}
.focus\:outline-orange-50\/75:focus {
  outline-color: rgb(255 247 237 / 0.75);
}
.focus\:outline-orange-50\/80:focus {
  outline-color: rgb(255 247 237 / 0.8);
}
.focus\:outline-orange-50\/85:focus {
  outline-color: rgb(255 247 237 / 0.85);
}
.focus\:outline-orange-50\/90:focus {
  outline-color: rgb(255 247 237 / 0.9);
}
.focus\:outline-orange-50\/95:focus {
  outline-color: rgb(255 247 237 / 0.95);
}
.focus\:outline-orange-500:focus {
  outline-color: #f97316;
}
.focus\:outline-orange-500\/0:focus {
  outline-color: rgb(249 115 22 / 0);
}
.focus\:outline-orange-500\/10:focus {
  outline-color: rgb(249 115 22 / 0.1);
}
.focus\:outline-orange-500\/100:focus {
  outline-color: rgb(249 115 22 / 1);
}
.focus\:outline-orange-500\/15:focus {
  outline-color: rgb(249 115 22 / 0.15);
}
.focus\:outline-orange-500\/20:focus {
  outline-color: rgb(249 115 22 / 0.2);
}
.focus\:outline-orange-500\/25:focus {
  outline-color: rgb(249 115 22 / 0.25);
}
.focus\:outline-orange-500\/30:focus {
  outline-color: rgb(249 115 22 / 0.3);
}
.focus\:outline-orange-500\/35:focus {
  outline-color: rgb(249 115 22 / 0.35);
}
.focus\:outline-orange-500\/40:focus {
  outline-color: rgb(249 115 22 / 0.4);
}
.focus\:outline-orange-500\/45:focus {
  outline-color: rgb(249 115 22 / 0.45);
}
.focus\:outline-orange-500\/5:focus {
  outline-color: rgb(249 115 22 / 0.05);
}
.focus\:outline-orange-500\/50:focus {
  outline-color: rgb(249 115 22 / 0.5);
}
.focus\:outline-orange-500\/55:focus {
  outline-color: rgb(249 115 22 / 0.55);
}
.focus\:outline-orange-500\/60:focus {
  outline-color: rgb(249 115 22 / 0.6);
}
.focus\:outline-orange-500\/65:focus {
  outline-color: rgb(249 115 22 / 0.65);
}
.focus\:outline-orange-500\/70:focus {
  outline-color: rgb(249 115 22 / 0.7);
}
.focus\:outline-orange-500\/75:focus {
  outline-color: rgb(249 115 22 / 0.75);
}
.focus\:outline-orange-500\/80:focus {
  outline-color: rgb(249 115 22 / 0.8);
}
.focus\:outline-orange-500\/85:focus {
  outline-color: rgb(249 115 22 / 0.85);
}
.focus\:outline-orange-500\/90:focus {
  outline-color: rgb(249 115 22 / 0.9);
}
.focus\:outline-orange-500\/95:focus {
  outline-color: rgb(249 115 22 / 0.95);
}
.focus\:outline-orange-600:focus {
  outline-color: #ea580c;
}
.focus\:outline-orange-600\/0:focus {
  outline-color: rgb(234 88 12 / 0);
}
.focus\:outline-orange-600\/10:focus {
  outline-color: rgb(234 88 12 / 0.1);
}
.focus\:outline-orange-600\/100:focus {
  outline-color: rgb(234 88 12 / 1);
}
.focus\:outline-orange-600\/15:focus {
  outline-color: rgb(234 88 12 / 0.15);
}
.focus\:outline-orange-600\/20:focus {
  outline-color: rgb(234 88 12 / 0.2);
}
.focus\:outline-orange-600\/25:focus {
  outline-color: rgb(234 88 12 / 0.25);
}
.focus\:outline-orange-600\/30:focus {
  outline-color: rgb(234 88 12 / 0.3);
}
.focus\:outline-orange-600\/35:focus {
  outline-color: rgb(234 88 12 / 0.35);
}
.focus\:outline-orange-600\/40:focus {
  outline-color: rgb(234 88 12 / 0.4);
}
.focus\:outline-orange-600\/45:focus {
  outline-color: rgb(234 88 12 / 0.45);
}
.focus\:outline-orange-600\/5:focus {
  outline-color: rgb(234 88 12 / 0.05);
}
.focus\:outline-orange-600\/50:focus {
  outline-color: rgb(234 88 12 / 0.5);
}
.focus\:outline-orange-600\/55:focus {
  outline-color: rgb(234 88 12 / 0.55);
}
.focus\:outline-orange-600\/60:focus {
  outline-color: rgb(234 88 12 / 0.6);
}
.focus\:outline-orange-600\/65:focus {
  outline-color: rgb(234 88 12 / 0.65);
}
.focus\:outline-orange-600\/70:focus {
  outline-color: rgb(234 88 12 / 0.7);
}
.focus\:outline-orange-600\/75:focus {
  outline-color: rgb(234 88 12 / 0.75);
}
.focus\:outline-orange-600\/80:focus {
  outline-color: rgb(234 88 12 / 0.8);
}
.focus\:outline-orange-600\/85:focus {
  outline-color: rgb(234 88 12 / 0.85);
}
.focus\:outline-orange-600\/90:focus {
  outline-color: rgb(234 88 12 / 0.9);
}
.focus\:outline-orange-600\/95:focus {
  outline-color: rgb(234 88 12 / 0.95);
}
.focus\:outline-orange-700:focus {
  outline-color: #c2410c;
}
.focus\:outline-orange-700\/0:focus {
  outline-color: rgb(194 65 12 / 0);
}
.focus\:outline-orange-700\/10:focus {
  outline-color: rgb(194 65 12 / 0.1);
}
.focus\:outline-orange-700\/100:focus {
  outline-color: rgb(194 65 12 / 1);
}
.focus\:outline-orange-700\/15:focus {
  outline-color: rgb(194 65 12 / 0.15);
}
.focus\:outline-orange-700\/20:focus {
  outline-color: rgb(194 65 12 / 0.2);
}
.focus\:outline-orange-700\/25:focus {
  outline-color: rgb(194 65 12 / 0.25);
}
.focus\:outline-orange-700\/30:focus {
  outline-color: rgb(194 65 12 / 0.3);
}
.focus\:outline-orange-700\/35:focus {
  outline-color: rgb(194 65 12 / 0.35);
}
.focus\:outline-orange-700\/40:focus {
  outline-color: rgb(194 65 12 / 0.4);
}
.focus\:outline-orange-700\/45:focus {
  outline-color: rgb(194 65 12 / 0.45);
}
.focus\:outline-orange-700\/5:focus {
  outline-color: rgb(194 65 12 / 0.05);
}
.focus\:outline-orange-700\/50:focus {
  outline-color: rgb(194 65 12 / 0.5);
}
.focus\:outline-orange-700\/55:focus {
  outline-color: rgb(194 65 12 / 0.55);
}
.focus\:outline-orange-700\/60:focus {
  outline-color: rgb(194 65 12 / 0.6);
}
.focus\:outline-orange-700\/65:focus {
  outline-color: rgb(194 65 12 / 0.65);
}
.focus\:outline-orange-700\/70:focus {
  outline-color: rgb(194 65 12 / 0.7);
}
.focus\:outline-orange-700\/75:focus {
  outline-color: rgb(194 65 12 / 0.75);
}
.focus\:outline-orange-700\/80:focus {
  outline-color: rgb(194 65 12 / 0.8);
}
.focus\:outline-orange-700\/85:focus {
  outline-color: rgb(194 65 12 / 0.85);
}
.focus\:outline-orange-700\/90:focus {
  outline-color: rgb(194 65 12 / 0.9);
}
.focus\:outline-orange-700\/95:focus {
  outline-color: rgb(194 65 12 / 0.95);
}
.focus\:outline-orange-800:focus {
  outline-color: #9a3412;
}
.focus\:outline-orange-800\/0:focus {
  outline-color: rgb(154 52 18 / 0);
}
.focus\:outline-orange-800\/10:focus {
  outline-color: rgb(154 52 18 / 0.1);
}
.focus\:outline-orange-800\/100:focus {
  outline-color: rgb(154 52 18 / 1);
}
.focus\:outline-orange-800\/15:focus {
  outline-color: rgb(154 52 18 / 0.15);
}
.focus\:outline-orange-800\/20:focus {
  outline-color: rgb(154 52 18 / 0.2);
}
.focus\:outline-orange-800\/25:focus {
  outline-color: rgb(154 52 18 / 0.25);
}
.focus\:outline-orange-800\/30:focus {
  outline-color: rgb(154 52 18 / 0.3);
}
.focus\:outline-orange-800\/35:focus {
  outline-color: rgb(154 52 18 / 0.35);
}
.focus\:outline-orange-800\/40:focus {
  outline-color: rgb(154 52 18 / 0.4);
}
.focus\:outline-orange-800\/45:focus {
  outline-color: rgb(154 52 18 / 0.45);
}
.focus\:outline-orange-800\/5:focus {
  outline-color: rgb(154 52 18 / 0.05);
}
.focus\:outline-orange-800\/50:focus {
  outline-color: rgb(154 52 18 / 0.5);
}
.focus\:outline-orange-800\/55:focus {
  outline-color: rgb(154 52 18 / 0.55);
}
.focus\:outline-orange-800\/60:focus {
  outline-color: rgb(154 52 18 / 0.6);
}
.focus\:outline-orange-800\/65:focus {
  outline-color: rgb(154 52 18 / 0.65);
}
.focus\:outline-orange-800\/70:focus {
  outline-color: rgb(154 52 18 / 0.7);
}
.focus\:outline-orange-800\/75:focus {
  outline-color: rgb(154 52 18 / 0.75);
}
.focus\:outline-orange-800\/80:focus {
  outline-color: rgb(154 52 18 / 0.8);
}
.focus\:outline-orange-800\/85:focus {
  outline-color: rgb(154 52 18 / 0.85);
}
.focus\:outline-orange-800\/90:focus {
  outline-color: rgb(154 52 18 / 0.9);
}
.focus\:outline-orange-800\/95:focus {
  outline-color: rgb(154 52 18 / 0.95);
}
.focus\:outline-orange-900:focus {
  outline-color: #7c2d12;
}
.focus\:outline-orange-900\/0:focus {
  outline-color: rgb(124 45 18 / 0);
}
.focus\:outline-orange-900\/10:focus {
  outline-color: rgb(124 45 18 / 0.1);
}
.focus\:outline-orange-900\/100:focus {
  outline-color: rgb(124 45 18 / 1);
}
.focus\:outline-orange-900\/15:focus {
  outline-color: rgb(124 45 18 / 0.15);
}
.focus\:outline-orange-900\/20:focus {
  outline-color: rgb(124 45 18 / 0.2);
}
.focus\:outline-orange-900\/25:focus {
  outline-color: rgb(124 45 18 / 0.25);
}
.focus\:outline-orange-900\/30:focus {
  outline-color: rgb(124 45 18 / 0.3);
}
.focus\:outline-orange-900\/35:focus {
  outline-color: rgb(124 45 18 / 0.35);
}
.focus\:outline-orange-900\/40:focus {
  outline-color: rgb(124 45 18 / 0.4);
}
.focus\:outline-orange-900\/45:focus {
  outline-color: rgb(124 45 18 / 0.45);
}
.focus\:outline-orange-900\/5:focus {
  outline-color: rgb(124 45 18 / 0.05);
}
.focus\:outline-orange-900\/50:focus {
  outline-color: rgb(124 45 18 / 0.5);
}
.focus\:outline-orange-900\/55:focus {
  outline-color: rgb(124 45 18 / 0.55);
}
.focus\:outline-orange-900\/60:focus {
  outline-color: rgb(124 45 18 / 0.6);
}
.focus\:outline-orange-900\/65:focus {
  outline-color: rgb(124 45 18 / 0.65);
}
.focus\:outline-orange-900\/70:focus {
  outline-color: rgb(124 45 18 / 0.7);
}
.focus\:outline-orange-900\/75:focus {
  outline-color: rgb(124 45 18 / 0.75);
}
.focus\:outline-orange-900\/80:focus {
  outline-color: rgb(124 45 18 / 0.8);
}
.focus\:outline-orange-900\/85:focus {
  outline-color: rgb(124 45 18 / 0.85);
}
.focus\:outline-orange-900\/90:focus {
  outline-color: rgb(124 45 18 / 0.9);
}
.focus\:outline-orange-900\/95:focus {
  outline-color: rgb(124 45 18 / 0.95);
}
.focus\:outline-orange-950:focus {
  outline-color: #431407;
}
.focus\:outline-orange-950\/0:focus {
  outline-color: rgb(67 20 7 / 0);
}
.focus\:outline-orange-950\/10:focus {
  outline-color: rgb(67 20 7 / 0.1);
}
.focus\:outline-orange-950\/100:focus {
  outline-color: rgb(67 20 7 / 1);
}
.focus\:outline-orange-950\/15:focus {
  outline-color: rgb(67 20 7 / 0.15);
}
.focus\:outline-orange-950\/20:focus {
  outline-color: rgb(67 20 7 / 0.2);
}
.focus\:outline-orange-950\/25:focus {
  outline-color: rgb(67 20 7 / 0.25);
}
.focus\:outline-orange-950\/30:focus {
  outline-color: rgb(67 20 7 / 0.3);
}
.focus\:outline-orange-950\/35:focus {
  outline-color: rgb(67 20 7 / 0.35);
}
.focus\:outline-orange-950\/40:focus {
  outline-color: rgb(67 20 7 / 0.4);
}
.focus\:outline-orange-950\/45:focus {
  outline-color: rgb(67 20 7 / 0.45);
}
.focus\:outline-orange-950\/5:focus {
  outline-color: rgb(67 20 7 / 0.05);
}
.focus\:outline-orange-950\/50:focus {
  outline-color: rgb(67 20 7 / 0.5);
}
.focus\:outline-orange-950\/55:focus {
  outline-color: rgb(67 20 7 / 0.55);
}
.focus\:outline-orange-950\/60:focus {
  outline-color: rgb(67 20 7 / 0.6);
}
.focus\:outline-orange-950\/65:focus {
  outline-color: rgb(67 20 7 / 0.65);
}
.focus\:outline-orange-950\/70:focus {
  outline-color: rgb(67 20 7 / 0.7);
}
.focus\:outline-orange-950\/75:focus {
  outline-color: rgb(67 20 7 / 0.75);
}
.focus\:outline-orange-950\/80:focus {
  outline-color: rgb(67 20 7 / 0.8);
}
.focus\:outline-orange-950\/85:focus {
  outline-color: rgb(67 20 7 / 0.85);
}
.focus\:outline-orange-950\/90:focus {
  outline-color: rgb(67 20 7 / 0.9);
}
.focus\:outline-orange-950\/95:focus {
  outline-color: rgb(67 20 7 / 0.95);
}
.focus\:outline-pink-100:focus {
  outline-color: #fce7f3;
}
.focus\:outline-pink-100\/0:focus {
  outline-color: rgb(252 231 243 / 0);
}
.focus\:outline-pink-100\/10:focus {
  outline-color: rgb(252 231 243 / 0.1);
}
.focus\:outline-pink-100\/100:focus {
  outline-color: rgb(252 231 243 / 1);
}
.focus\:outline-pink-100\/15:focus {
  outline-color: rgb(252 231 243 / 0.15);
}
.focus\:outline-pink-100\/20:focus {
  outline-color: rgb(252 231 243 / 0.2);
}
.focus\:outline-pink-100\/25:focus {
  outline-color: rgb(252 231 243 / 0.25);
}
.focus\:outline-pink-100\/30:focus {
  outline-color: rgb(252 231 243 / 0.3);
}
.focus\:outline-pink-100\/35:focus {
  outline-color: rgb(252 231 243 / 0.35);
}
.focus\:outline-pink-100\/40:focus {
  outline-color: rgb(252 231 243 / 0.4);
}
.focus\:outline-pink-100\/45:focus {
  outline-color: rgb(252 231 243 / 0.45);
}
.focus\:outline-pink-100\/5:focus {
  outline-color: rgb(252 231 243 / 0.05);
}
.focus\:outline-pink-100\/50:focus {
  outline-color: rgb(252 231 243 / 0.5);
}
.focus\:outline-pink-100\/55:focus {
  outline-color: rgb(252 231 243 / 0.55);
}
.focus\:outline-pink-100\/60:focus {
  outline-color: rgb(252 231 243 / 0.6);
}
.focus\:outline-pink-100\/65:focus {
  outline-color: rgb(252 231 243 / 0.65);
}
.focus\:outline-pink-100\/70:focus {
  outline-color: rgb(252 231 243 / 0.7);
}
.focus\:outline-pink-100\/75:focus {
  outline-color: rgb(252 231 243 / 0.75);
}
.focus\:outline-pink-100\/80:focus {
  outline-color: rgb(252 231 243 / 0.8);
}
.focus\:outline-pink-100\/85:focus {
  outline-color: rgb(252 231 243 / 0.85);
}
.focus\:outline-pink-100\/90:focus {
  outline-color: rgb(252 231 243 / 0.9);
}
.focus\:outline-pink-100\/95:focus {
  outline-color: rgb(252 231 243 / 0.95);
}
.focus\:outline-pink-200:focus {
  outline-color: #fbcfe8;
}
.focus\:outline-pink-200\/0:focus {
  outline-color: rgb(251 207 232 / 0);
}
.focus\:outline-pink-200\/10:focus {
  outline-color: rgb(251 207 232 / 0.1);
}
.focus\:outline-pink-200\/100:focus {
  outline-color: rgb(251 207 232 / 1);
}
.focus\:outline-pink-200\/15:focus {
  outline-color: rgb(251 207 232 / 0.15);
}
.focus\:outline-pink-200\/20:focus {
  outline-color: rgb(251 207 232 / 0.2);
}
.focus\:outline-pink-200\/25:focus {
  outline-color: rgb(251 207 232 / 0.25);
}
.focus\:outline-pink-200\/30:focus {
  outline-color: rgb(251 207 232 / 0.3);
}
.focus\:outline-pink-200\/35:focus {
  outline-color: rgb(251 207 232 / 0.35);
}
.focus\:outline-pink-200\/40:focus {
  outline-color: rgb(251 207 232 / 0.4);
}
.focus\:outline-pink-200\/45:focus {
  outline-color: rgb(251 207 232 / 0.45);
}
.focus\:outline-pink-200\/5:focus {
  outline-color: rgb(251 207 232 / 0.05);
}
.focus\:outline-pink-200\/50:focus {
  outline-color: rgb(251 207 232 / 0.5);
}
.focus\:outline-pink-200\/55:focus {
  outline-color: rgb(251 207 232 / 0.55);
}
.focus\:outline-pink-200\/60:focus {
  outline-color: rgb(251 207 232 / 0.6);
}
.focus\:outline-pink-200\/65:focus {
  outline-color: rgb(251 207 232 / 0.65);
}
.focus\:outline-pink-200\/70:focus {
  outline-color: rgb(251 207 232 / 0.7);
}
.focus\:outline-pink-200\/75:focus {
  outline-color: rgb(251 207 232 / 0.75);
}
.focus\:outline-pink-200\/80:focus {
  outline-color: rgb(251 207 232 / 0.8);
}
.focus\:outline-pink-200\/85:focus {
  outline-color: rgb(251 207 232 / 0.85);
}
.focus\:outline-pink-200\/90:focus {
  outline-color: rgb(251 207 232 / 0.9);
}
.focus\:outline-pink-200\/95:focus {
  outline-color: rgb(251 207 232 / 0.95);
}
.focus\:outline-pink-300:focus {
  outline-color: #f9a8d4;
}
.focus\:outline-pink-300\/0:focus {
  outline-color: rgb(249 168 212 / 0);
}
.focus\:outline-pink-300\/10:focus {
  outline-color: rgb(249 168 212 / 0.1);
}
.focus\:outline-pink-300\/100:focus {
  outline-color: rgb(249 168 212 / 1);
}
.focus\:outline-pink-300\/15:focus {
  outline-color: rgb(249 168 212 / 0.15);
}
.focus\:outline-pink-300\/20:focus {
  outline-color: rgb(249 168 212 / 0.2);
}
.focus\:outline-pink-300\/25:focus {
  outline-color: rgb(249 168 212 / 0.25);
}
.focus\:outline-pink-300\/30:focus {
  outline-color: rgb(249 168 212 / 0.3);
}
.focus\:outline-pink-300\/35:focus {
  outline-color: rgb(249 168 212 / 0.35);
}
.focus\:outline-pink-300\/40:focus {
  outline-color: rgb(249 168 212 / 0.4);
}
.focus\:outline-pink-300\/45:focus {
  outline-color: rgb(249 168 212 / 0.45);
}
.focus\:outline-pink-300\/5:focus {
  outline-color: rgb(249 168 212 / 0.05);
}
.focus\:outline-pink-300\/50:focus {
  outline-color: rgb(249 168 212 / 0.5);
}
.focus\:outline-pink-300\/55:focus {
  outline-color: rgb(249 168 212 / 0.55);
}
.focus\:outline-pink-300\/60:focus {
  outline-color: rgb(249 168 212 / 0.6);
}
.focus\:outline-pink-300\/65:focus {
  outline-color: rgb(249 168 212 / 0.65);
}
.focus\:outline-pink-300\/70:focus {
  outline-color: rgb(249 168 212 / 0.7);
}
.focus\:outline-pink-300\/75:focus {
  outline-color: rgb(249 168 212 / 0.75);
}
.focus\:outline-pink-300\/80:focus {
  outline-color: rgb(249 168 212 / 0.8);
}
.focus\:outline-pink-300\/85:focus {
  outline-color: rgb(249 168 212 / 0.85);
}
.focus\:outline-pink-300\/90:focus {
  outline-color: rgb(249 168 212 / 0.9);
}
.focus\:outline-pink-300\/95:focus {
  outline-color: rgb(249 168 212 / 0.95);
}
.focus\:outline-pink-400:focus {
  outline-color: #f472b6;
}
.focus\:outline-pink-400\/0:focus {
  outline-color: rgb(244 114 182 / 0);
}
.focus\:outline-pink-400\/10:focus {
  outline-color: rgb(244 114 182 / 0.1);
}
.focus\:outline-pink-400\/100:focus {
  outline-color: rgb(244 114 182 / 1);
}
.focus\:outline-pink-400\/15:focus {
  outline-color: rgb(244 114 182 / 0.15);
}
.focus\:outline-pink-400\/20:focus {
  outline-color: rgb(244 114 182 / 0.2);
}
.focus\:outline-pink-400\/25:focus {
  outline-color: rgb(244 114 182 / 0.25);
}
.focus\:outline-pink-400\/30:focus {
  outline-color: rgb(244 114 182 / 0.3);
}
.focus\:outline-pink-400\/35:focus {
  outline-color: rgb(244 114 182 / 0.35);
}
.focus\:outline-pink-400\/40:focus {
  outline-color: rgb(244 114 182 / 0.4);
}
.focus\:outline-pink-400\/45:focus {
  outline-color: rgb(244 114 182 / 0.45);
}
.focus\:outline-pink-400\/5:focus {
  outline-color: rgb(244 114 182 / 0.05);
}
.focus\:outline-pink-400\/50:focus {
  outline-color: rgb(244 114 182 / 0.5);
}
.focus\:outline-pink-400\/55:focus {
  outline-color: rgb(244 114 182 / 0.55);
}
.focus\:outline-pink-400\/60:focus {
  outline-color: rgb(244 114 182 / 0.6);
}
.focus\:outline-pink-400\/65:focus {
  outline-color: rgb(244 114 182 / 0.65);
}
.focus\:outline-pink-400\/70:focus {
  outline-color: rgb(244 114 182 / 0.7);
}
.focus\:outline-pink-400\/75:focus {
  outline-color: rgb(244 114 182 / 0.75);
}
.focus\:outline-pink-400\/80:focus {
  outline-color: rgb(244 114 182 / 0.8);
}
.focus\:outline-pink-400\/85:focus {
  outline-color: rgb(244 114 182 / 0.85);
}
.focus\:outline-pink-400\/90:focus {
  outline-color: rgb(244 114 182 / 0.9);
}
.focus\:outline-pink-400\/95:focus {
  outline-color: rgb(244 114 182 / 0.95);
}
.focus\:outline-pink-50:focus {
  outline-color: #fdf2f8;
}
.focus\:outline-pink-50\/0:focus {
  outline-color: rgb(253 242 248 / 0);
}
.focus\:outline-pink-50\/10:focus {
  outline-color: rgb(253 242 248 / 0.1);
}
.focus\:outline-pink-50\/100:focus {
  outline-color: rgb(253 242 248 / 1);
}
.focus\:outline-pink-50\/15:focus {
  outline-color: rgb(253 242 248 / 0.15);
}
.focus\:outline-pink-50\/20:focus {
  outline-color: rgb(253 242 248 / 0.2);
}
.focus\:outline-pink-50\/25:focus {
  outline-color: rgb(253 242 248 / 0.25);
}
.focus\:outline-pink-50\/30:focus {
  outline-color: rgb(253 242 248 / 0.3);
}
.focus\:outline-pink-50\/35:focus {
  outline-color: rgb(253 242 248 / 0.35);
}
.focus\:outline-pink-50\/40:focus {
  outline-color: rgb(253 242 248 / 0.4);
}
.focus\:outline-pink-50\/45:focus {
  outline-color: rgb(253 242 248 / 0.45);
}
.focus\:outline-pink-50\/5:focus {
  outline-color: rgb(253 242 248 / 0.05);
}
.focus\:outline-pink-50\/50:focus {
  outline-color: rgb(253 242 248 / 0.5);
}
.focus\:outline-pink-50\/55:focus {
  outline-color: rgb(253 242 248 / 0.55);
}
.focus\:outline-pink-50\/60:focus {
  outline-color: rgb(253 242 248 / 0.6);
}
.focus\:outline-pink-50\/65:focus {
  outline-color: rgb(253 242 248 / 0.65);
}
.focus\:outline-pink-50\/70:focus {
  outline-color: rgb(253 242 248 / 0.7);
}
.focus\:outline-pink-50\/75:focus {
  outline-color: rgb(253 242 248 / 0.75);
}
.focus\:outline-pink-50\/80:focus {
  outline-color: rgb(253 242 248 / 0.8);
}
.focus\:outline-pink-50\/85:focus {
  outline-color: rgb(253 242 248 / 0.85);
}
.focus\:outline-pink-50\/90:focus {
  outline-color: rgb(253 242 248 / 0.9);
}
.focus\:outline-pink-50\/95:focus {
  outline-color: rgb(253 242 248 / 0.95);
}
.focus\:outline-pink-500:focus {
  outline-color: #ec4899;
}
.focus\:outline-pink-500\/0:focus {
  outline-color: rgb(236 72 153 / 0);
}
.focus\:outline-pink-500\/10:focus {
  outline-color: rgb(236 72 153 / 0.1);
}
.focus\:outline-pink-500\/100:focus {
  outline-color: rgb(236 72 153 / 1);
}
.focus\:outline-pink-500\/15:focus {
  outline-color: rgb(236 72 153 / 0.15);
}
.focus\:outline-pink-500\/20:focus {
  outline-color: rgb(236 72 153 / 0.2);
}
.focus\:outline-pink-500\/25:focus {
  outline-color: rgb(236 72 153 / 0.25);
}
.focus\:outline-pink-500\/30:focus {
  outline-color: rgb(236 72 153 / 0.3);
}
.focus\:outline-pink-500\/35:focus {
  outline-color: rgb(236 72 153 / 0.35);
}
.focus\:outline-pink-500\/40:focus {
  outline-color: rgb(236 72 153 / 0.4);
}
.focus\:outline-pink-500\/45:focus {
  outline-color: rgb(236 72 153 / 0.45);
}
.focus\:outline-pink-500\/5:focus {
  outline-color: rgb(236 72 153 / 0.05);
}
.focus\:outline-pink-500\/50:focus {
  outline-color: rgb(236 72 153 / 0.5);
}
.focus\:outline-pink-500\/55:focus {
  outline-color: rgb(236 72 153 / 0.55);
}
.focus\:outline-pink-500\/60:focus {
  outline-color: rgb(236 72 153 / 0.6);
}
.focus\:outline-pink-500\/65:focus {
  outline-color: rgb(236 72 153 / 0.65);
}
.focus\:outline-pink-500\/70:focus {
  outline-color: rgb(236 72 153 / 0.7);
}
.focus\:outline-pink-500\/75:focus {
  outline-color: rgb(236 72 153 / 0.75);
}
.focus\:outline-pink-500\/80:focus {
  outline-color: rgb(236 72 153 / 0.8);
}
.focus\:outline-pink-500\/85:focus {
  outline-color: rgb(236 72 153 / 0.85);
}
.focus\:outline-pink-500\/90:focus {
  outline-color: rgb(236 72 153 / 0.9);
}
.focus\:outline-pink-500\/95:focus {
  outline-color: rgb(236 72 153 / 0.95);
}
.focus\:outline-pink-600:focus {
  outline-color: #db2777;
}
.focus\:outline-pink-600\/0:focus {
  outline-color: rgb(219 39 119 / 0);
}
.focus\:outline-pink-600\/10:focus {
  outline-color: rgb(219 39 119 / 0.1);
}
.focus\:outline-pink-600\/100:focus {
  outline-color: rgb(219 39 119 / 1);
}
.focus\:outline-pink-600\/15:focus {
  outline-color: rgb(219 39 119 / 0.15);
}
.focus\:outline-pink-600\/20:focus {
  outline-color: rgb(219 39 119 / 0.2);
}
.focus\:outline-pink-600\/25:focus {
  outline-color: rgb(219 39 119 / 0.25);
}
.focus\:outline-pink-600\/30:focus {
  outline-color: rgb(219 39 119 / 0.3);
}
.focus\:outline-pink-600\/35:focus {
  outline-color: rgb(219 39 119 / 0.35);
}
.focus\:outline-pink-600\/40:focus {
  outline-color: rgb(219 39 119 / 0.4);
}
.focus\:outline-pink-600\/45:focus {
  outline-color: rgb(219 39 119 / 0.45);
}
.focus\:outline-pink-600\/5:focus {
  outline-color: rgb(219 39 119 / 0.05);
}
.focus\:outline-pink-600\/50:focus {
  outline-color: rgb(219 39 119 / 0.5);
}
.focus\:outline-pink-600\/55:focus {
  outline-color: rgb(219 39 119 / 0.55);
}
.focus\:outline-pink-600\/60:focus {
  outline-color: rgb(219 39 119 / 0.6);
}
.focus\:outline-pink-600\/65:focus {
  outline-color: rgb(219 39 119 / 0.65);
}
.focus\:outline-pink-600\/70:focus {
  outline-color: rgb(219 39 119 / 0.7);
}
.focus\:outline-pink-600\/75:focus {
  outline-color: rgb(219 39 119 / 0.75);
}
.focus\:outline-pink-600\/80:focus {
  outline-color: rgb(219 39 119 / 0.8);
}
.focus\:outline-pink-600\/85:focus {
  outline-color: rgb(219 39 119 / 0.85);
}
.focus\:outline-pink-600\/90:focus {
  outline-color: rgb(219 39 119 / 0.9);
}
.focus\:outline-pink-600\/95:focus {
  outline-color: rgb(219 39 119 / 0.95);
}
.focus\:outline-pink-700:focus {
  outline-color: #be185d;
}
.focus\:outline-pink-700\/0:focus {
  outline-color: rgb(190 24 93 / 0);
}
.focus\:outline-pink-700\/10:focus {
  outline-color: rgb(190 24 93 / 0.1);
}
.focus\:outline-pink-700\/100:focus {
  outline-color: rgb(190 24 93 / 1);
}
.focus\:outline-pink-700\/15:focus {
  outline-color: rgb(190 24 93 / 0.15);
}
.focus\:outline-pink-700\/20:focus {
  outline-color: rgb(190 24 93 / 0.2);
}
.focus\:outline-pink-700\/25:focus {
  outline-color: rgb(190 24 93 / 0.25);
}
.focus\:outline-pink-700\/30:focus {
  outline-color: rgb(190 24 93 / 0.3);
}
.focus\:outline-pink-700\/35:focus {
  outline-color: rgb(190 24 93 / 0.35);
}
.focus\:outline-pink-700\/40:focus {
  outline-color: rgb(190 24 93 / 0.4);
}
.focus\:outline-pink-700\/45:focus {
  outline-color: rgb(190 24 93 / 0.45);
}
.focus\:outline-pink-700\/5:focus {
  outline-color: rgb(190 24 93 / 0.05);
}
.focus\:outline-pink-700\/50:focus {
  outline-color: rgb(190 24 93 / 0.5);
}
.focus\:outline-pink-700\/55:focus {
  outline-color: rgb(190 24 93 / 0.55);
}
.focus\:outline-pink-700\/60:focus {
  outline-color: rgb(190 24 93 / 0.6);
}
.focus\:outline-pink-700\/65:focus {
  outline-color: rgb(190 24 93 / 0.65);
}
.focus\:outline-pink-700\/70:focus {
  outline-color: rgb(190 24 93 / 0.7);
}
.focus\:outline-pink-700\/75:focus {
  outline-color: rgb(190 24 93 / 0.75);
}
.focus\:outline-pink-700\/80:focus {
  outline-color: rgb(190 24 93 / 0.8);
}
.focus\:outline-pink-700\/85:focus {
  outline-color: rgb(190 24 93 / 0.85);
}
.focus\:outline-pink-700\/90:focus {
  outline-color: rgb(190 24 93 / 0.9);
}
.focus\:outline-pink-700\/95:focus {
  outline-color: rgb(190 24 93 / 0.95);
}
.focus\:outline-pink-800:focus {
  outline-color: #9d174d;
}
.focus\:outline-pink-800\/0:focus {
  outline-color: rgb(157 23 77 / 0);
}
.focus\:outline-pink-800\/10:focus {
  outline-color: rgb(157 23 77 / 0.1);
}
.focus\:outline-pink-800\/100:focus {
  outline-color: rgb(157 23 77 / 1);
}
.focus\:outline-pink-800\/15:focus {
  outline-color: rgb(157 23 77 / 0.15);
}
.focus\:outline-pink-800\/20:focus {
  outline-color: rgb(157 23 77 / 0.2);
}
.focus\:outline-pink-800\/25:focus {
  outline-color: rgb(157 23 77 / 0.25);
}
.focus\:outline-pink-800\/30:focus {
  outline-color: rgb(157 23 77 / 0.3);
}
.focus\:outline-pink-800\/35:focus {
  outline-color: rgb(157 23 77 / 0.35);
}
.focus\:outline-pink-800\/40:focus {
  outline-color: rgb(157 23 77 / 0.4);
}
.focus\:outline-pink-800\/45:focus {
  outline-color: rgb(157 23 77 / 0.45);
}
.focus\:outline-pink-800\/5:focus {
  outline-color: rgb(157 23 77 / 0.05);
}
.focus\:outline-pink-800\/50:focus {
  outline-color: rgb(157 23 77 / 0.5);
}
.focus\:outline-pink-800\/55:focus {
  outline-color: rgb(157 23 77 / 0.55);
}
.focus\:outline-pink-800\/60:focus {
  outline-color: rgb(157 23 77 / 0.6);
}
.focus\:outline-pink-800\/65:focus {
  outline-color: rgb(157 23 77 / 0.65);
}
.focus\:outline-pink-800\/70:focus {
  outline-color: rgb(157 23 77 / 0.7);
}
.focus\:outline-pink-800\/75:focus {
  outline-color: rgb(157 23 77 / 0.75);
}
.focus\:outline-pink-800\/80:focus {
  outline-color: rgb(157 23 77 / 0.8);
}
.focus\:outline-pink-800\/85:focus {
  outline-color: rgb(157 23 77 / 0.85);
}
.focus\:outline-pink-800\/90:focus {
  outline-color: rgb(157 23 77 / 0.9);
}
.focus\:outline-pink-800\/95:focus {
  outline-color: rgb(157 23 77 / 0.95);
}
.focus\:outline-pink-900:focus {
  outline-color: #831843;
}
.focus\:outline-pink-900\/0:focus {
  outline-color: rgb(131 24 67 / 0);
}
.focus\:outline-pink-900\/10:focus {
  outline-color: rgb(131 24 67 / 0.1);
}
.focus\:outline-pink-900\/100:focus {
  outline-color: rgb(131 24 67 / 1);
}
.focus\:outline-pink-900\/15:focus {
  outline-color: rgb(131 24 67 / 0.15);
}
.focus\:outline-pink-900\/20:focus {
  outline-color: rgb(131 24 67 / 0.2);
}
.focus\:outline-pink-900\/25:focus {
  outline-color: rgb(131 24 67 / 0.25);
}
.focus\:outline-pink-900\/30:focus {
  outline-color: rgb(131 24 67 / 0.3);
}
.focus\:outline-pink-900\/35:focus {
  outline-color: rgb(131 24 67 / 0.35);
}
.focus\:outline-pink-900\/40:focus {
  outline-color: rgb(131 24 67 / 0.4);
}
.focus\:outline-pink-900\/45:focus {
  outline-color: rgb(131 24 67 / 0.45);
}
.focus\:outline-pink-900\/5:focus {
  outline-color: rgb(131 24 67 / 0.05);
}
.focus\:outline-pink-900\/50:focus {
  outline-color: rgb(131 24 67 / 0.5);
}
.focus\:outline-pink-900\/55:focus {
  outline-color: rgb(131 24 67 / 0.55);
}
.focus\:outline-pink-900\/60:focus {
  outline-color: rgb(131 24 67 / 0.6);
}
.focus\:outline-pink-900\/65:focus {
  outline-color: rgb(131 24 67 / 0.65);
}
.focus\:outline-pink-900\/70:focus {
  outline-color: rgb(131 24 67 / 0.7);
}
.focus\:outline-pink-900\/75:focus {
  outline-color: rgb(131 24 67 / 0.75);
}
.focus\:outline-pink-900\/80:focus {
  outline-color: rgb(131 24 67 / 0.8);
}
.focus\:outline-pink-900\/85:focus {
  outline-color: rgb(131 24 67 / 0.85);
}
.focus\:outline-pink-900\/90:focus {
  outline-color: rgb(131 24 67 / 0.9);
}
.focus\:outline-pink-900\/95:focus {
  outline-color: rgb(131 24 67 / 0.95);
}
.focus\:outline-pink-950:focus {
  outline-color: #500724;
}
.focus\:outline-pink-950\/0:focus {
  outline-color: rgb(80 7 36 / 0);
}
.focus\:outline-pink-950\/10:focus {
  outline-color: rgb(80 7 36 / 0.1);
}
.focus\:outline-pink-950\/100:focus {
  outline-color: rgb(80 7 36 / 1);
}
.focus\:outline-pink-950\/15:focus {
  outline-color: rgb(80 7 36 / 0.15);
}
.focus\:outline-pink-950\/20:focus {
  outline-color: rgb(80 7 36 / 0.2);
}
.focus\:outline-pink-950\/25:focus {
  outline-color: rgb(80 7 36 / 0.25);
}
.focus\:outline-pink-950\/30:focus {
  outline-color: rgb(80 7 36 / 0.3);
}
.focus\:outline-pink-950\/35:focus {
  outline-color: rgb(80 7 36 / 0.35);
}
.focus\:outline-pink-950\/40:focus {
  outline-color: rgb(80 7 36 / 0.4);
}
.focus\:outline-pink-950\/45:focus {
  outline-color: rgb(80 7 36 / 0.45);
}
.focus\:outline-pink-950\/5:focus {
  outline-color: rgb(80 7 36 / 0.05);
}
.focus\:outline-pink-950\/50:focus {
  outline-color: rgb(80 7 36 / 0.5);
}
.focus\:outline-pink-950\/55:focus {
  outline-color: rgb(80 7 36 / 0.55);
}
.focus\:outline-pink-950\/60:focus {
  outline-color: rgb(80 7 36 / 0.6);
}
.focus\:outline-pink-950\/65:focus {
  outline-color: rgb(80 7 36 / 0.65);
}
.focus\:outline-pink-950\/70:focus {
  outline-color: rgb(80 7 36 / 0.7);
}
.focus\:outline-pink-950\/75:focus {
  outline-color: rgb(80 7 36 / 0.75);
}
.focus\:outline-pink-950\/80:focus {
  outline-color: rgb(80 7 36 / 0.8);
}
.focus\:outline-pink-950\/85:focus {
  outline-color: rgb(80 7 36 / 0.85);
}
.focus\:outline-pink-950\/90:focus {
  outline-color: rgb(80 7 36 / 0.9);
}
.focus\:outline-pink-950\/95:focus {
  outline-color: rgb(80 7 36 / 0.95);
}
.focus\:outline-purple-100:focus {
  outline-color: #f3e8ff;
}
.focus\:outline-purple-100\/0:focus {
  outline-color: rgb(243 232 255 / 0);
}
.focus\:outline-purple-100\/10:focus {
  outline-color: rgb(243 232 255 / 0.1);
}
.focus\:outline-purple-100\/100:focus {
  outline-color: rgb(243 232 255 / 1);
}
.focus\:outline-purple-100\/15:focus {
  outline-color: rgb(243 232 255 / 0.15);
}
.focus\:outline-purple-100\/20:focus {
  outline-color: rgb(243 232 255 / 0.2);
}
.focus\:outline-purple-100\/25:focus {
  outline-color: rgb(243 232 255 / 0.25);
}
.focus\:outline-purple-100\/30:focus {
  outline-color: rgb(243 232 255 / 0.3);
}
.focus\:outline-purple-100\/35:focus {
  outline-color: rgb(243 232 255 / 0.35);
}
.focus\:outline-purple-100\/40:focus {
  outline-color: rgb(243 232 255 / 0.4);
}
.focus\:outline-purple-100\/45:focus {
  outline-color: rgb(243 232 255 / 0.45);
}
.focus\:outline-purple-100\/5:focus {
  outline-color: rgb(243 232 255 / 0.05);
}
.focus\:outline-purple-100\/50:focus {
  outline-color: rgb(243 232 255 / 0.5);
}
.focus\:outline-purple-100\/55:focus {
  outline-color: rgb(243 232 255 / 0.55);
}
.focus\:outline-purple-100\/60:focus {
  outline-color: rgb(243 232 255 / 0.6);
}
.focus\:outline-purple-100\/65:focus {
  outline-color: rgb(243 232 255 / 0.65);
}
.focus\:outline-purple-100\/70:focus {
  outline-color: rgb(243 232 255 / 0.7);
}
.focus\:outline-purple-100\/75:focus {
  outline-color: rgb(243 232 255 / 0.75);
}
.focus\:outline-purple-100\/80:focus {
  outline-color: rgb(243 232 255 / 0.8);
}
.focus\:outline-purple-100\/85:focus {
  outline-color: rgb(243 232 255 / 0.85);
}
.focus\:outline-purple-100\/90:focus {
  outline-color: rgb(243 232 255 / 0.9);
}
.focus\:outline-purple-100\/95:focus {
  outline-color: rgb(243 232 255 / 0.95);
}
.focus\:outline-purple-200:focus {
  outline-color: #e9d5ff;
}
.focus\:outline-purple-200\/0:focus {
  outline-color: rgb(233 213 255 / 0);
}
.focus\:outline-purple-200\/10:focus {
  outline-color: rgb(233 213 255 / 0.1);
}
.focus\:outline-purple-200\/100:focus {
  outline-color: rgb(233 213 255 / 1);
}
.focus\:outline-purple-200\/15:focus {
  outline-color: rgb(233 213 255 / 0.15);
}
.focus\:outline-purple-200\/20:focus {
  outline-color: rgb(233 213 255 / 0.2);
}
.focus\:outline-purple-200\/25:focus {
  outline-color: rgb(233 213 255 / 0.25);
}
.focus\:outline-purple-200\/30:focus {
  outline-color: rgb(233 213 255 / 0.3);
}
.focus\:outline-purple-200\/35:focus {
  outline-color: rgb(233 213 255 / 0.35);
}
.focus\:outline-purple-200\/40:focus {
  outline-color: rgb(233 213 255 / 0.4);
}
.focus\:outline-purple-200\/45:focus {
  outline-color: rgb(233 213 255 / 0.45);
}
.focus\:outline-purple-200\/5:focus {
  outline-color: rgb(233 213 255 / 0.05);
}
.focus\:outline-purple-200\/50:focus {
  outline-color: rgb(233 213 255 / 0.5);
}
.focus\:outline-purple-200\/55:focus {
  outline-color: rgb(233 213 255 / 0.55);
}
.focus\:outline-purple-200\/60:focus {
  outline-color: rgb(233 213 255 / 0.6);
}
.focus\:outline-purple-200\/65:focus {
  outline-color: rgb(233 213 255 / 0.65);
}
.focus\:outline-purple-200\/70:focus {
  outline-color: rgb(233 213 255 / 0.7);
}
.focus\:outline-purple-200\/75:focus {
  outline-color: rgb(233 213 255 / 0.75);
}
.focus\:outline-purple-200\/80:focus {
  outline-color: rgb(233 213 255 / 0.8);
}
.focus\:outline-purple-200\/85:focus {
  outline-color: rgb(233 213 255 / 0.85);
}
.focus\:outline-purple-200\/90:focus {
  outline-color: rgb(233 213 255 / 0.9);
}
.focus\:outline-purple-200\/95:focus {
  outline-color: rgb(233 213 255 / 0.95);
}
.focus\:outline-purple-300:focus {
  outline-color: #d8b4fe;
}
.focus\:outline-purple-300\/0:focus {
  outline-color: rgb(216 180 254 / 0);
}
.focus\:outline-purple-300\/10:focus {
  outline-color: rgb(216 180 254 / 0.1);
}
.focus\:outline-purple-300\/100:focus {
  outline-color: rgb(216 180 254 / 1);
}
.focus\:outline-purple-300\/15:focus {
  outline-color: rgb(216 180 254 / 0.15);
}
.focus\:outline-purple-300\/20:focus {
  outline-color: rgb(216 180 254 / 0.2);
}
.focus\:outline-purple-300\/25:focus {
  outline-color: rgb(216 180 254 / 0.25);
}
.focus\:outline-purple-300\/30:focus {
  outline-color: rgb(216 180 254 / 0.3);
}
.focus\:outline-purple-300\/35:focus {
  outline-color: rgb(216 180 254 / 0.35);
}
.focus\:outline-purple-300\/40:focus {
  outline-color: rgb(216 180 254 / 0.4);
}
.focus\:outline-purple-300\/45:focus {
  outline-color: rgb(216 180 254 / 0.45);
}
.focus\:outline-purple-300\/5:focus {
  outline-color: rgb(216 180 254 / 0.05);
}
.focus\:outline-purple-300\/50:focus {
  outline-color: rgb(216 180 254 / 0.5);
}
.focus\:outline-purple-300\/55:focus {
  outline-color: rgb(216 180 254 / 0.55);
}
.focus\:outline-purple-300\/60:focus {
  outline-color: rgb(216 180 254 / 0.6);
}
.focus\:outline-purple-300\/65:focus {
  outline-color: rgb(216 180 254 / 0.65);
}
.focus\:outline-purple-300\/70:focus {
  outline-color: rgb(216 180 254 / 0.7);
}
.focus\:outline-purple-300\/75:focus {
  outline-color: rgb(216 180 254 / 0.75);
}
.focus\:outline-purple-300\/80:focus {
  outline-color: rgb(216 180 254 / 0.8);
}
.focus\:outline-purple-300\/85:focus {
  outline-color: rgb(216 180 254 / 0.85);
}
.focus\:outline-purple-300\/90:focus {
  outline-color: rgb(216 180 254 / 0.9);
}
.focus\:outline-purple-300\/95:focus {
  outline-color: rgb(216 180 254 / 0.95);
}
.focus\:outline-purple-400:focus {
  outline-color: #c084fc;
}
.focus\:outline-purple-400\/0:focus {
  outline-color: rgb(192 132 252 / 0);
}
.focus\:outline-purple-400\/10:focus {
  outline-color: rgb(192 132 252 / 0.1);
}
.focus\:outline-purple-400\/100:focus {
  outline-color: rgb(192 132 252 / 1);
}
.focus\:outline-purple-400\/15:focus {
  outline-color: rgb(192 132 252 / 0.15);
}
.focus\:outline-purple-400\/20:focus {
  outline-color: rgb(192 132 252 / 0.2);
}
.focus\:outline-purple-400\/25:focus {
  outline-color: rgb(192 132 252 / 0.25);
}
.focus\:outline-purple-400\/30:focus {
  outline-color: rgb(192 132 252 / 0.3);
}
.focus\:outline-purple-400\/35:focus {
  outline-color: rgb(192 132 252 / 0.35);
}
.focus\:outline-purple-400\/40:focus {
  outline-color: rgb(192 132 252 / 0.4);
}
.focus\:outline-purple-400\/45:focus {
  outline-color: rgb(192 132 252 / 0.45);
}
.focus\:outline-purple-400\/5:focus {
  outline-color: rgb(192 132 252 / 0.05);
}
.focus\:outline-purple-400\/50:focus {
  outline-color: rgb(192 132 252 / 0.5);
}
.focus\:outline-purple-400\/55:focus {
  outline-color: rgb(192 132 252 / 0.55);
}
.focus\:outline-purple-400\/60:focus {
  outline-color: rgb(192 132 252 / 0.6);
}
.focus\:outline-purple-400\/65:focus {
  outline-color: rgb(192 132 252 / 0.65);
}
.focus\:outline-purple-400\/70:focus {
  outline-color: rgb(192 132 252 / 0.7);
}
.focus\:outline-purple-400\/75:focus {
  outline-color: rgb(192 132 252 / 0.75);
}
.focus\:outline-purple-400\/80:focus {
  outline-color: rgb(192 132 252 / 0.8);
}
.focus\:outline-purple-400\/85:focus {
  outline-color: rgb(192 132 252 / 0.85);
}
.focus\:outline-purple-400\/90:focus {
  outline-color: rgb(192 132 252 / 0.9);
}
.focus\:outline-purple-400\/95:focus {
  outline-color: rgb(192 132 252 / 0.95);
}
.focus\:outline-purple-50:focus {
  outline-color: #faf5ff;
}
.focus\:outline-purple-50\/0:focus {
  outline-color: rgb(250 245 255 / 0);
}
.focus\:outline-purple-50\/10:focus {
  outline-color: rgb(250 245 255 / 0.1);
}
.focus\:outline-purple-50\/100:focus {
  outline-color: rgb(250 245 255 / 1);
}
.focus\:outline-purple-50\/15:focus {
  outline-color: rgb(250 245 255 / 0.15);
}
.focus\:outline-purple-50\/20:focus {
  outline-color: rgb(250 245 255 / 0.2);
}
.focus\:outline-purple-50\/25:focus {
  outline-color: rgb(250 245 255 / 0.25);
}
.focus\:outline-purple-50\/30:focus {
  outline-color: rgb(250 245 255 / 0.3);
}
.focus\:outline-purple-50\/35:focus {
  outline-color: rgb(250 245 255 / 0.35);
}
.focus\:outline-purple-50\/40:focus {
  outline-color: rgb(250 245 255 / 0.4);
}
.focus\:outline-purple-50\/45:focus {
  outline-color: rgb(250 245 255 / 0.45);
}
.focus\:outline-purple-50\/5:focus {
  outline-color: rgb(250 245 255 / 0.05);
}
.focus\:outline-purple-50\/50:focus {
  outline-color: rgb(250 245 255 / 0.5);
}
.focus\:outline-purple-50\/55:focus {
  outline-color: rgb(250 245 255 / 0.55);
}
.focus\:outline-purple-50\/60:focus {
  outline-color: rgb(250 245 255 / 0.6);
}
.focus\:outline-purple-50\/65:focus {
  outline-color: rgb(250 245 255 / 0.65);
}
.focus\:outline-purple-50\/70:focus {
  outline-color: rgb(250 245 255 / 0.7);
}
.focus\:outline-purple-50\/75:focus {
  outline-color: rgb(250 245 255 / 0.75);
}
.focus\:outline-purple-50\/80:focus {
  outline-color: rgb(250 245 255 / 0.8);
}
.focus\:outline-purple-50\/85:focus {
  outline-color: rgb(250 245 255 / 0.85);
}
.focus\:outline-purple-50\/90:focus {
  outline-color: rgb(250 245 255 / 0.9);
}
.focus\:outline-purple-50\/95:focus {
  outline-color: rgb(250 245 255 / 0.95);
}
.focus\:outline-purple-500:focus {
  outline-color: #a855f7;
}
.focus\:outline-purple-500\/0:focus {
  outline-color: rgb(168 85 247 / 0);
}
.focus\:outline-purple-500\/10:focus {
  outline-color: rgb(168 85 247 / 0.1);
}
.focus\:outline-purple-500\/100:focus {
  outline-color: rgb(168 85 247 / 1);
}
.focus\:outline-purple-500\/15:focus {
  outline-color: rgb(168 85 247 / 0.15);
}
.focus\:outline-purple-500\/20:focus {
  outline-color: rgb(168 85 247 / 0.2);
}
.focus\:outline-purple-500\/25:focus {
  outline-color: rgb(168 85 247 / 0.25);
}
.focus\:outline-purple-500\/30:focus {
  outline-color: rgb(168 85 247 / 0.3);
}
.focus\:outline-purple-500\/35:focus {
  outline-color: rgb(168 85 247 / 0.35);
}
.focus\:outline-purple-500\/40:focus {
  outline-color: rgb(168 85 247 / 0.4);
}
.focus\:outline-purple-500\/45:focus {
  outline-color: rgb(168 85 247 / 0.45);
}
.focus\:outline-purple-500\/5:focus {
  outline-color: rgb(168 85 247 / 0.05);
}
.focus\:outline-purple-500\/50:focus {
  outline-color: rgb(168 85 247 / 0.5);
}
.focus\:outline-purple-500\/55:focus {
  outline-color: rgb(168 85 247 / 0.55);
}
.focus\:outline-purple-500\/60:focus {
  outline-color: rgb(168 85 247 / 0.6);
}
.focus\:outline-purple-500\/65:focus {
  outline-color: rgb(168 85 247 / 0.65);
}
.focus\:outline-purple-500\/70:focus {
  outline-color: rgb(168 85 247 / 0.7);
}
.focus\:outline-purple-500\/75:focus {
  outline-color: rgb(168 85 247 / 0.75);
}
.focus\:outline-purple-500\/80:focus {
  outline-color: rgb(168 85 247 / 0.8);
}
.focus\:outline-purple-500\/85:focus {
  outline-color: rgb(168 85 247 / 0.85);
}
.focus\:outline-purple-500\/90:focus {
  outline-color: rgb(168 85 247 / 0.9);
}
.focus\:outline-purple-500\/95:focus {
  outline-color: rgb(168 85 247 / 0.95);
}
.focus\:outline-purple-600:focus {
  outline-color: #9333ea;
}
.focus\:outline-purple-600\/0:focus {
  outline-color: rgb(147 51 234 / 0);
}
.focus\:outline-purple-600\/10:focus {
  outline-color: rgb(147 51 234 / 0.1);
}
.focus\:outline-purple-600\/100:focus {
  outline-color: rgb(147 51 234 / 1);
}
.focus\:outline-purple-600\/15:focus {
  outline-color: rgb(147 51 234 / 0.15);
}
.focus\:outline-purple-600\/20:focus {
  outline-color: rgb(147 51 234 / 0.2);
}
.focus\:outline-purple-600\/25:focus {
  outline-color: rgb(147 51 234 / 0.25);
}
.focus\:outline-purple-600\/30:focus {
  outline-color: rgb(147 51 234 / 0.3);
}
.focus\:outline-purple-600\/35:focus {
  outline-color: rgb(147 51 234 / 0.35);
}
.focus\:outline-purple-600\/40:focus {
  outline-color: rgb(147 51 234 / 0.4);
}
.focus\:outline-purple-600\/45:focus {
  outline-color: rgb(147 51 234 / 0.45);
}
.focus\:outline-purple-600\/5:focus {
  outline-color: rgb(147 51 234 / 0.05);
}
.focus\:outline-purple-600\/50:focus {
  outline-color: rgb(147 51 234 / 0.5);
}
.focus\:outline-purple-600\/55:focus {
  outline-color: rgb(147 51 234 / 0.55);
}
.focus\:outline-purple-600\/60:focus {
  outline-color: rgb(147 51 234 / 0.6);
}
.focus\:outline-purple-600\/65:focus {
  outline-color: rgb(147 51 234 / 0.65);
}
.focus\:outline-purple-600\/70:focus {
  outline-color: rgb(147 51 234 / 0.7);
}
.focus\:outline-purple-600\/75:focus {
  outline-color: rgb(147 51 234 / 0.75);
}
.focus\:outline-purple-600\/80:focus {
  outline-color: rgb(147 51 234 / 0.8);
}
.focus\:outline-purple-600\/85:focus {
  outline-color: rgb(147 51 234 / 0.85);
}
.focus\:outline-purple-600\/90:focus {
  outline-color: rgb(147 51 234 / 0.9);
}
.focus\:outline-purple-600\/95:focus {
  outline-color: rgb(147 51 234 / 0.95);
}
.focus\:outline-purple-700:focus {
  outline-color: #7e22ce;
}
.focus\:outline-purple-700\/0:focus {
  outline-color: rgb(126 34 206 / 0);
}
.focus\:outline-purple-700\/10:focus {
  outline-color: rgb(126 34 206 / 0.1);
}
.focus\:outline-purple-700\/100:focus {
  outline-color: rgb(126 34 206 / 1);
}
.focus\:outline-purple-700\/15:focus {
  outline-color: rgb(126 34 206 / 0.15);
}
.focus\:outline-purple-700\/20:focus {
  outline-color: rgb(126 34 206 / 0.2);
}
.focus\:outline-purple-700\/25:focus {
  outline-color: rgb(126 34 206 / 0.25);
}
.focus\:outline-purple-700\/30:focus {
  outline-color: rgb(126 34 206 / 0.3);
}
.focus\:outline-purple-700\/35:focus {
  outline-color: rgb(126 34 206 / 0.35);
}
.focus\:outline-purple-700\/40:focus {
  outline-color: rgb(126 34 206 / 0.4);
}
.focus\:outline-purple-700\/45:focus {
  outline-color: rgb(126 34 206 / 0.45);
}
.focus\:outline-purple-700\/5:focus {
  outline-color: rgb(126 34 206 / 0.05);
}
.focus\:outline-purple-700\/50:focus {
  outline-color: rgb(126 34 206 / 0.5);
}
.focus\:outline-purple-700\/55:focus {
  outline-color: rgb(126 34 206 / 0.55);
}
.focus\:outline-purple-700\/60:focus {
  outline-color: rgb(126 34 206 / 0.6);
}
.focus\:outline-purple-700\/65:focus {
  outline-color: rgb(126 34 206 / 0.65);
}
.focus\:outline-purple-700\/70:focus {
  outline-color: rgb(126 34 206 / 0.7);
}
.focus\:outline-purple-700\/75:focus {
  outline-color: rgb(126 34 206 / 0.75);
}
.focus\:outline-purple-700\/80:focus {
  outline-color: rgb(126 34 206 / 0.8);
}
.focus\:outline-purple-700\/85:focus {
  outline-color: rgb(126 34 206 / 0.85);
}
.focus\:outline-purple-700\/90:focus {
  outline-color: rgb(126 34 206 / 0.9);
}
.focus\:outline-purple-700\/95:focus {
  outline-color: rgb(126 34 206 / 0.95);
}
.focus\:outline-purple-800:focus {
  outline-color: #6b21a8;
}
.focus\:outline-purple-800\/0:focus {
  outline-color: rgb(107 33 168 / 0);
}
.focus\:outline-purple-800\/10:focus {
  outline-color: rgb(107 33 168 / 0.1);
}
.focus\:outline-purple-800\/100:focus {
  outline-color: rgb(107 33 168 / 1);
}
.focus\:outline-purple-800\/15:focus {
  outline-color: rgb(107 33 168 / 0.15);
}
.focus\:outline-purple-800\/20:focus {
  outline-color: rgb(107 33 168 / 0.2);
}
.focus\:outline-purple-800\/25:focus {
  outline-color: rgb(107 33 168 / 0.25);
}
.focus\:outline-purple-800\/30:focus {
  outline-color: rgb(107 33 168 / 0.3);
}
.focus\:outline-purple-800\/35:focus {
  outline-color: rgb(107 33 168 / 0.35);
}
.focus\:outline-purple-800\/40:focus {
  outline-color: rgb(107 33 168 / 0.4);
}
.focus\:outline-purple-800\/45:focus {
  outline-color: rgb(107 33 168 / 0.45);
}
.focus\:outline-purple-800\/5:focus {
  outline-color: rgb(107 33 168 / 0.05);
}
.focus\:outline-purple-800\/50:focus {
  outline-color: rgb(107 33 168 / 0.5);
}
.focus\:outline-purple-800\/55:focus {
  outline-color: rgb(107 33 168 / 0.55);
}
.focus\:outline-purple-800\/60:focus {
  outline-color: rgb(107 33 168 / 0.6);
}
.focus\:outline-purple-800\/65:focus {
  outline-color: rgb(107 33 168 / 0.65);
}
.focus\:outline-purple-800\/70:focus {
  outline-color: rgb(107 33 168 / 0.7);
}
.focus\:outline-purple-800\/75:focus {
  outline-color: rgb(107 33 168 / 0.75);
}
.focus\:outline-purple-800\/80:focus {
  outline-color: rgb(107 33 168 / 0.8);
}
.focus\:outline-purple-800\/85:focus {
  outline-color: rgb(107 33 168 / 0.85);
}
.focus\:outline-purple-800\/90:focus {
  outline-color: rgb(107 33 168 / 0.9);
}
.focus\:outline-purple-800\/95:focus {
  outline-color: rgb(107 33 168 / 0.95);
}
.focus\:outline-purple-900:focus {
  outline-color: #581c87;
}
.focus\:outline-purple-900\/0:focus {
  outline-color: rgb(88 28 135 / 0);
}
.focus\:outline-purple-900\/10:focus {
  outline-color: rgb(88 28 135 / 0.1);
}
.focus\:outline-purple-900\/100:focus {
  outline-color: rgb(88 28 135 / 1);
}
.focus\:outline-purple-900\/15:focus {
  outline-color: rgb(88 28 135 / 0.15);
}
.focus\:outline-purple-900\/20:focus {
  outline-color: rgb(88 28 135 / 0.2);
}
.focus\:outline-purple-900\/25:focus {
  outline-color: rgb(88 28 135 / 0.25);
}
.focus\:outline-purple-900\/30:focus {
  outline-color: rgb(88 28 135 / 0.3);
}
.focus\:outline-purple-900\/35:focus {
  outline-color: rgb(88 28 135 / 0.35);
}
.focus\:outline-purple-900\/40:focus {
  outline-color: rgb(88 28 135 / 0.4);
}
.focus\:outline-purple-900\/45:focus {
  outline-color: rgb(88 28 135 / 0.45);
}
.focus\:outline-purple-900\/5:focus {
  outline-color: rgb(88 28 135 / 0.05);
}
.focus\:outline-purple-900\/50:focus {
  outline-color: rgb(88 28 135 / 0.5);
}
.focus\:outline-purple-900\/55:focus {
  outline-color: rgb(88 28 135 / 0.55);
}
.focus\:outline-purple-900\/60:focus {
  outline-color: rgb(88 28 135 / 0.6);
}
.focus\:outline-purple-900\/65:focus {
  outline-color: rgb(88 28 135 / 0.65);
}
.focus\:outline-purple-900\/70:focus {
  outline-color: rgb(88 28 135 / 0.7);
}
.focus\:outline-purple-900\/75:focus {
  outline-color: rgb(88 28 135 / 0.75);
}
.focus\:outline-purple-900\/80:focus {
  outline-color: rgb(88 28 135 / 0.8);
}
.focus\:outline-purple-900\/85:focus {
  outline-color: rgb(88 28 135 / 0.85);
}
.focus\:outline-purple-900\/90:focus {
  outline-color: rgb(88 28 135 / 0.9);
}
.focus\:outline-purple-900\/95:focus {
  outline-color: rgb(88 28 135 / 0.95);
}
.focus\:outline-purple-950:focus {
  outline-color: #3b0764;
}
.focus\:outline-purple-950\/0:focus {
  outline-color: rgb(59 7 100 / 0);
}
.focus\:outline-purple-950\/10:focus {
  outline-color: rgb(59 7 100 / 0.1);
}
.focus\:outline-purple-950\/100:focus {
  outline-color: rgb(59 7 100 / 1);
}
.focus\:outline-purple-950\/15:focus {
  outline-color: rgb(59 7 100 / 0.15);
}
.focus\:outline-purple-950\/20:focus {
  outline-color: rgb(59 7 100 / 0.2);
}
.focus\:outline-purple-950\/25:focus {
  outline-color: rgb(59 7 100 / 0.25);
}
.focus\:outline-purple-950\/30:focus {
  outline-color: rgb(59 7 100 / 0.3);
}
.focus\:outline-purple-950\/35:focus {
  outline-color: rgb(59 7 100 / 0.35);
}
.focus\:outline-purple-950\/40:focus {
  outline-color: rgb(59 7 100 / 0.4);
}
.focus\:outline-purple-950\/45:focus {
  outline-color: rgb(59 7 100 / 0.45);
}
.focus\:outline-purple-950\/5:focus {
  outline-color: rgb(59 7 100 / 0.05);
}
.focus\:outline-purple-950\/50:focus {
  outline-color: rgb(59 7 100 / 0.5);
}
.focus\:outline-purple-950\/55:focus {
  outline-color: rgb(59 7 100 / 0.55);
}
.focus\:outline-purple-950\/60:focus {
  outline-color: rgb(59 7 100 / 0.6);
}
.focus\:outline-purple-950\/65:focus {
  outline-color: rgb(59 7 100 / 0.65);
}
.focus\:outline-purple-950\/70:focus {
  outline-color: rgb(59 7 100 / 0.7);
}
.focus\:outline-purple-950\/75:focus {
  outline-color: rgb(59 7 100 / 0.75);
}
.focus\:outline-purple-950\/80:focus {
  outline-color: rgb(59 7 100 / 0.8);
}
.focus\:outline-purple-950\/85:focus {
  outline-color: rgb(59 7 100 / 0.85);
}
.focus\:outline-purple-950\/90:focus {
  outline-color: rgb(59 7 100 / 0.9);
}
.focus\:outline-purple-950\/95:focus {
  outline-color: rgb(59 7 100 / 0.95);
}
.focus\:outline-red-100:focus {
  outline-color: #fee2e2;
}
.focus\:outline-red-100\/0:focus {
  outline-color: rgb(254 226 226 / 0);
}
.focus\:outline-red-100\/10:focus {
  outline-color: rgb(254 226 226 / 0.1);
}
.focus\:outline-red-100\/100:focus {
  outline-color: rgb(254 226 226 / 1);
}
.focus\:outline-red-100\/15:focus {
  outline-color: rgb(254 226 226 / 0.15);
}
.focus\:outline-red-100\/20:focus {
  outline-color: rgb(254 226 226 / 0.2);
}
.focus\:outline-red-100\/25:focus {
  outline-color: rgb(254 226 226 / 0.25);
}
.focus\:outline-red-100\/30:focus {
  outline-color: rgb(254 226 226 / 0.3);
}
.focus\:outline-red-100\/35:focus {
  outline-color: rgb(254 226 226 / 0.35);
}
.focus\:outline-red-100\/40:focus {
  outline-color: rgb(254 226 226 / 0.4);
}
.focus\:outline-red-100\/45:focus {
  outline-color: rgb(254 226 226 / 0.45);
}
.focus\:outline-red-100\/5:focus {
  outline-color: rgb(254 226 226 / 0.05);
}
.focus\:outline-red-100\/50:focus {
  outline-color: rgb(254 226 226 / 0.5);
}
.focus\:outline-red-100\/55:focus {
  outline-color: rgb(254 226 226 / 0.55);
}
.focus\:outline-red-100\/60:focus {
  outline-color: rgb(254 226 226 / 0.6);
}
.focus\:outline-red-100\/65:focus {
  outline-color: rgb(254 226 226 / 0.65);
}
.focus\:outline-red-100\/70:focus {
  outline-color: rgb(254 226 226 / 0.7);
}
.focus\:outline-red-100\/75:focus {
  outline-color: rgb(254 226 226 / 0.75);
}
.focus\:outline-red-100\/80:focus {
  outline-color: rgb(254 226 226 / 0.8);
}
.focus\:outline-red-100\/85:focus {
  outline-color: rgb(254 226 226 / 0.85);
}
.focus\:outline-red-100\/90:focus {
  outline-color: rgb(254 226 226 / 0.9);
}
.focus\:outline-red-100\/95:focus {
  outline-color: rgb(254 226 226 / 0.95);
}
.focus\:outline-red-200:focus {
  outline-color: #fecaca;
}
.focus\:outline-red-200\/0:focus {
  outline-color: rgb(254 202 202 / 0);
}
.focus\:outline-red-200\/10:focus {
  outline-color: rgb(254 202 202 / 0.1);
}
.focus\:outline-red-200\/100:focus {
  outline-color: rgb(254 202 202 / 1);
}
.focus\:outline-red-200\/15:focus {
  outline-color: rgb(254 202 202 / 0.15);
}
.focus\:outline-red-200\/20:focus {
  outline-color: rgb(254 202 202 / 0.2);
}
.focus\:outline-red-200\/25:focus {
  outline-color: rgb(254 202 202 / 0.25);
}
.focus\:outline-red-200\/30:focus {
  outline-color: rgb(254 202 202 / 0.3);
}
.focus\:outline-red-200\/35:focus {
  outline-color: rgb(254 202 202 / 0.35);
}
.focus\:outline-red-200\/40:focus {
  outline-color: rgb(254 202 202 / 0.4);
}
.focus\:outline-red-200\/45:focus {
  outline-color: rgb(254 202 202 / 0.45);
}
.focus\:outline-red-200\/5:focus {
  outline-color: rgb(254 202 202 / 0.05);
}
.focus\:outline-red-200\/50:focus {
  outline-color: rgb(254 202 202 / 0.5);
}
.focus\:outline-red-200\/55:focus {
  outline-color: rgb(254 202 202 / 0.55);
}
.focus\:outline-red-200\/60:focus {
  outline-color: rgb(254 202 202 / 0.6);
}
.focus\:outline-red-200\/65:focus {
  outline-color: rgb(254 202 202 / 0.65);
}
.focus\:outline-red-200\/70:focus {
  outline-color: rgb(254 202 202 / 0.7);
}
.focus\:outline-red-200\/75:focus {
  outline-color: rgb(254 202 202 / 0.75);
}
.focus\:outline-red-200\/80:focus {
  outline-color: rgb(254 202 202 / 0.8);
}
.focus\:outline-red-200\/85:focus {
  outline-color: rgb(254 202 202 / 0.85);
}
.focus\:outline-red-200\/90:focus {
  outline-color: rgb(254 202 202 / 0.9);
}
.focus\:outline-red-200\/95:focus {
  outline-color: rgb(254 202 202 / 0.95);
}
.focus\:outline-red-300:focus {
  outline-color: #fca5a5;
}
.focus\:outline-red-300\/0:focus {
  outline-color: rgb(252 165 165 / 0);
}
.focus\:outline-red-300\/10:focus {
  outline-color: rgb(252 165 165 / 0.1);
}
.focus\:outline-red-300\/100:focus {
  outline-color: rgb(252 165 165 / 1);
}
.focus\:outline-red-300\/15:focus {
  outline-color: rgb(252 165 165 / 0.15);
}
.focus\:outline-red-300\/20:focus {
  outline-color: rgb(252 165 165 / 0.2);
}
.focus\:outline-red-300\/25:focus {
  outline-color: rgb(252 165 165 / 0.25);
}
.focus\:outline-red-300\/30:focus {
  outline-color: rgb(252 165 165 / 0.3);
}
.focus\:outline-red-300\/35:focus {
  outline-color: rgb(252 165 165 / 0.35);
}
.focus\:outline-red-300\/40:focus {
  outline-color: rgb(252 165 165 / 0.4);
}
.focus\:outline-red-300\/45:focus {
  outline-color: rgb(252 165 165 / 0.45);
}
.focus\:outline-red-300\/5:focus {
  outline-color: rgb(252 165 165 / 0.05);
}
.focus\:outline-red-300\/50:focus {
  outline-color: rgb(252 165 165 / 0.5);
}
.focus\:outline-red-300\/55:focus {
  outline-color: rgb(252 165 165 / 0.55);
}
.focus\:outline-red-300\/60:focus {
  outline-color: rgb(252 165 165 / 0.6);
}
.focus\:outline-red-300\/65:focus {
  outline-color: rgb(252 165 165 / 0.65);
}
.focus\:outline-red-300\/70:focus {
  outline-color: rgb(252 165 165 / 0.7);
}
.focus\:outline-red-300\/75:focus {
  outline-color: rgb(252 165 165 / 0.75);
}
.focus\:outline-red-300\/80:focus {
  outline-color: rgb(252 165 165 / 0.8);
}
.focus\:outline-red-300\/85:focus {
  outline-color: rgb(252 165 165 / 0.85);
}
.focus\:outline-red-300\/90:focus {
  outline-color: rgb(252 165 165 / 0.9);
}
.focus\:outline-red-300\/95:focus {
  outline-color: rgb(252 165 165 / 0.95);
}
.focus\:outline-red-400:focus {
  outline-color: #f87171;
}
.focus\:outline-red-400\/0:focus {
  outline-color: rgb(248 113 113 / 0);
}
.focus\:outline-red-400\/10:focus {
  outline-color: rgb(248 113 113 / 0.1);
}
.focus\:outline-red-400\/100:focus {
  outline-color: rgb(248 113 113 / 1);
}
.focus\:outline-red-400\/15:focus {
  outline-color: rgb(248 113 113 / 0.15);
}
.focus\:outline-red-400\/20:focus {
  outline-color: rgb(248 113 113 / 0.2);
}
.focus\:outline-red-400\/25:focus {
  outline-color: rgb(248 113 113 / 0.25);
}
.focus\:outline-red-400\/30:focus {
  outline-color: rgb(248 113 113 / 0.3);
}
.focus\:outline-red-400\/35:focus {
  outline-color: rgb(248 113 113 / 0.35);
}
.focus\:outline-red-400\/40:focus {
  outline-color: rgb(248 113 113 / 0.4);
}
.focus\:outline-red-400\/45:focus {
  outline-color: rgb(248 113 113 / 0.45);
}
.focus\:outline-red-400\/5:focus {
  outline-color: rgb(248 113 113 / 0.05);
}
.focus\:outline-red-400\/50:focus {
  outline-color: rgb(248 113 113 / 0.5);
}
.focus\:outline-red-400\/55:focus {
  outline-color: rgb(248 113 113 / 0.55);
}
.focus\:outline-red-400\/60:focus {
  outline-color: rgb(248 113 113 / 0.6);
}
.focus\:outline-red-400\/65:focus {
  outline-color: rgb(248 113 113 / 0.65);
}
.focus\:outline-red-400\/70:focus {
  outline-color: rgb(248 113 113 / 0.7);
}
.focus\:outline-red-400\/75:focus {
  outline-color: rgb(248 113 113 / 0.75);
}
.focus\:outline-red-400\/80:focus {
  outline-color: rgb(248 113 113 / 0.8);
}
.focus\:outline-red-400\/85:focus {
  outline-color: rgb(248 113 113 / 0.85);
}
.focus\:outline-red-400\/90:focus {
  outline-color: rgb(248 113 113 / 0.9);
}
.focus\:outline-red-400\/95:focus {
  outline-color: rgb(248 113 113 / 0.95);
}
.focus\:outline-red-50:focus {
  outline-color: #fef2f2;
}
.focus\:outline-red-50\/0:focus {
  outline-color: rgb(254 242 242 / 0);
}
.focus\:outline-red-50\/10:focus {
  outline-color: rgb(254 242 242 / 0.1);
}
.focus\:outline-red-50\/100:focus {
  outline-color: rgb(254 242 242 / 1);
}
.focus\:outline-red-50\/15:focus {
  outline-color: rgb(254 242 242 / 0.15);
}
.focus\:outline-red-50\/20:focus {
  outline-color: rgb(254 242 242 / 0.2);
}
.focus\:outline-red-50\/25:focus {
  outline-color: rgb(254 242 242 / 0.25);
}
.focus\:outline-red-50\/30:focus {
  outline-color: rgb(254 242 242 / 0.3);
}
.focus\:outline-red-50\/35:focus {
  outline-color: rgb(254 242 242 / 0.35);
}
.focus\:outline-red-50\/40:focus {
  outline-color: rgb(254 242 242 / 0.4);
}
.focus\:outline-red-50\/45:focus {
  outline-color: rgb(254 242 242 / 0.45);
}
.focus\:outline-red-50\/5:focus {
  outline-color: rgb(254 242 242 / 0.05);
}
.focus\:outline-red-50\/50:focus {
  outline-color: rgb(254 242 242 / 0.5);
}
.focus\:outline-red-50\/55:focus {
  outline-color: rgb(254 242 242 / 0.55);
}
.focus\:outline-red-50\/60:focus {
  outline-color: rgb(254 242 242 / 0.6);
}
.focus\:outline-red-50\/65:focus {
  outline-color: rgb(254 242 242 / 0.65);
}
.focus\:outline-red-50\/70:focus {
  outline-color: rgb(254 242 242 / 0.7);
}
.focus\:outline-red-50\/75:focus {
  outline-color: rgb(254 242 242 / 0.75);
}
.focus\:outline-red-50\/80:focus {
  outline-color: rgb(254 242 242 / 0.8);
}
.focus\:outline-red-50\/85:focus {
  outline-color: rgb(254 242 242 / 0.85);
}
.focus\:outline-red-50\/90:focus {
  outline-color: rgb(254 242 242 / 0.9);
}
.focus\:outline-red-50\/95:focus {
  outline-color: rgb(254 242 242 / 0.95);
}
.focus\:outline-red-500:focus {
  outline-color: #ef4444;
}
.focus\:outline-red-500\/0:focus {
  outline-color: rgb(239 68 68 / 0);
}
.focus\:outline-red-500\/10:focus {
  outline-color: rgb(239 68 68 / 0.1);
}
.focus\:outline-red-500\/100:focus {
  outline-color: rgb(239 68 68 / 1);
}
.focus\:outline-red-500\/15:focus {
  outline-color: rgb(239 68 68 / 0.15);
}
.focus\:outline-red-500\/20:focus {
  outline-color: rgb(239 68 68 / 0.2);
}
.focus\:outline-red-500\/25:focus {
  outline-color: rgb(239 68 68 / 0.25);
}
.focus\:outline-red-500\/30:focus {
  outline-color: rgb(239 68 68 / 0.3);
}
.focus\:outline-red-500\/35:focus {
  outline-color: rgb(239 68 68 / 0.35);
}
.focus\:outline-red-500\/40:focus {
  outline-color: rgb(239 68 68 / 0.4);
}
.focus\:outline-red-500\/45:focus {
  outline-color: rgb(239 68 68 / 0.45);
}
.focus\:outline-red-500\/5:focus {
  outline-color: rgb(239 68 68 / 0.05);
}
.focus\:outline-red-500\/50:focus {
  outline-color: rgb(239 68 68 / 0.5);
}
.focus\:outline-red-500\/55:focus {
  outline-color: rgb(239 68 68 / 0.55);
}
.focus\:outline-red-500\/60:focus {
  outline-color: rgb(239 68 68 / 0.6);
}
.focus\:outline-red-500\/65:focus {
  outline-color: rgb(239 68 68 / 0.65);
}
.focus\:outline-red-500\/70:focus {
  outline-color: rgb(239 68 68 / 0.7);
}
.focus\:outline-red-500\/75:focus {
  outline-color: rgb(239 68 68 / 0.75);
}
.focus\:outline-red-500\/80:focus {
  outline-color: rgb(239 68 68 / 0.8);
}
.focus\:outline-red-500\/85:focus {
  outline-color: rgb(239 68 68 / 0.85);
}
.focus\:outline-red-500\/90:focus {
  outline-color: rgb(239 68 68 / 0.9);
}
.focus\:outline-red-500\/95:focus {
  outline-color: rgb(239 68 68 / 0.95);
}
.focus\:outline-red-600:focus {
  outline-color: #dc2626;
}
.focus\:outline-red-600\/0:focus {
  outline-color: rgb(220 38 38 / 0);
}
.focus\:outline-red-600\/10:focus {
  outline-color: rgb(220 38 38 / 0.1);
}
.focus\:outline-red-600\/100:focus {
  outline-color: rgb(220 38 38 / 1);
}
.focus\:outline-red-600\/15:focus {
  outline-color: rgb(220 38 38 / 0.15);
}
.focus\:outline-red-600\/20:focus {
  outline-color: rgb(220 38 38 / 0.2);
}
.focus\:outline-red-600\/25:focus {
  outline-color: rgb(220 38 38 / 0.25);
}
.focus\:outline-red-600\/30:focus {
  outline-color: rgb(220 38 38 / 0.3);
}
.focus\:outline-red-600\/35:focus {
  outline-color: rgb(220 38 38 / 0.35);
}
.focus\:outline-red-600\/40:focus {
  outline-color: rgb(220 38 38 / 0.4);
}
.focus\:outline-red-600\/45:focus {
  outline-color: rgb(220 38 38 / 0.45);
}
.focus\:outline-red-600\/5:focus {
  outline-color: rgb(220 38 38 / 0.05);
}
.focus\:outline-red-600\/50:focus {
  outline-color: rgb(220 38 38 / 0.5);
}
.focus\:outline-red-600\/55:focus {
  outline-color: rgb(220 38 38 / 0.55);
}
.focus\:outline-red-600\/60:focus {
  outline-color: rgb(220 38 38 / 0.6);
}
.focus\:outline-red-600\/65:focus {
  outline-color: rgb(220 38 38 / 0.65);
}
.focus\:outline-red-600\/70:focus {
  outline-color: rgb(220 38 38 / 0.7);
}
.focus\:outline-red-600\/75:focus {
  outline-color: rgb(220 38 38 / 0.75);
}
.focus\:outline-red-600\/80:focus {
  outline-color: rgb(220 38 38 / 0.8);
}
.focus\:outline-red-600\/85:focus {
  outline-color: rgb(220 38 38 / 0.85);
}
.focus\:outline-red-600\/90:focus {
  outline-color: rgb(220 38 38 / 0.9);
}
.focus\:outline-red-600\/95:focus {
  outline-color: rgb(220 38 38 / 0.95);
}
.focus\:outline-red-700:focus {
  outline-color: #b91c1c;
}
.focus\:outline-red-700\/0:focus {
  outline-color: rgb(185 28 28 / 0);
}
.focus\:outline-red-700\/10:focus {
  outline-color: rgb(185 28 28 / 0.1);
}
.focus\:outline-red-700\/100:focus {
  outline-color: rgb(185 28 28 / 1);
}
.focus\:outline-red-700\/15:focus {
  outline-color: rgb(185 28 28 / 0.15);
}
.focus\:outline-red-700\/20:focus {
  outline-color: rgb(185 28 28 / 0.2);
}
.focus\:outline-red-700\/25:focus {
  outline-color: rgb(185 28 28 / 0.25);
}
.focus\:outline-red-700\/30:focus {
  outline-color: rgb(185 28 28 / 0.3);
}
.focus\:outline-red-700\/35:focus {
  outline-color: rgb(185 28 28 / 0.35);
}
.focus\:outline-red-700\/40:focus {
  outline-color: rgb(185 28 28 / 0.4);
}
.focus\:outline-red-700\/45:focus {
  outline-color: rgb(185 28 28 / 0.45);
}
.focus\:outline-red-700\/5:focus {
  outline-color: rgb(185 28 28 / 0.05);
}
.focus\:outline-red-700\/50:focus {
  outline-color: rgb(185 28 28 / 0.5);
}
.focus\:outline-red-700\/55:focus {
  outline-color: rgb(185 28 28 / 0.55);
}
.focus\:outline-red-700\/60:focus {
  outline-color: rgb(185 28 28 / 0.6);
}
.focus\:outline-red-700\/65:focus {
  outline-color: rgb(185 28 28 / 0.65);
}
.focus\:outline-red-700\/70:focus {
  outline-color: rgb(185 28 28 / 0.7);
}
.focus\:outline-red-700\/75:focus {
  outline-color: rgb(185 28 28 / 0.75);
}
.focus\:outline-red-700\/80:focus {
  outline-color: rgb(185 28 28 / 0.8);
}
.focus\:outline-red-700\/85:focus {
  outline-color: rgb(185 28 28 / 0.85);
}
.focus\:outline-red-700\/90:focus {
  outline-color: rgb(185 28 28 / 0.9);
}
.focus\:outline-red-700\/95:focus {
  outline-color: rgb(185 28 28 / 0.95);
}
.focus\:outline-red-800:focus {
  outline-color: #991b1b;
}
.focus\:outline-red-800\/0:focus {
  outline-color: rgb(153 27 27 / 0);
}
.focus\:outline-red-800\/10:focus {
  outline-color: rgb(153 27 27 / 0.1);
}
.focus\:outline-red-800\/100:focus {
  outline-color: rgb(153 27 27 / 1);
}
.focus\:outline-red-800\/15:focus {
  outline-color: rgb(153 27 27 / 0.15);
}
.focus\:outline-red-800\/20:focus {
  outline-color: rgb(153 27 27 / 0.2);
}
.focus\:outline-red-800\/25:focus {
  outline-color: rgb(153 27 27 / 0.25);
}
.focus\:outline-red-800\/30:focus {
  outline-color: rgb(153 27 27 / 0.3);
}
.focus\:outline-red-800\/35:focus {
  outline-color: rgb(153 27 27 / 0.35);
}
.focus\:outline-red-800\/40:focus {
  outline-color: rgb(153 27 27 / 0.4);
}
.focus\:outline-red-800\/45:focus {
  outline-color: rgb(153 27 27 / 0.45);
}
.focus\:outline-red-800\/5:focus {
  outline-color: rgb(153 27 27 / 0.05);
}
.focus\:outline-red-800\/50:focus {
  outline-color: rgb(153 27 27 / 0.5);
}
.focus\:outline-red-800\/55:focus {
  outline-color: rgb(153 27 27 / 0.55);
}
.focus\:outline-red-800\/60:focus {
  outline-color: rgb(153 27 27 / 0.6);
}
.focus\:outline-red-800\/65:focus {
  outline-color: rgb(153 27 27 / 0.65);
}
.focus\:outline-red-800\/70:focus {
  outline-color: rgb(153 27 27 / 0.7);
}
.focus\:outline-red-800\/75:focus {
  outline-color: rgb(153 27 27 / 0.75);
}
.focus\:outline-red-800\/80:focus {
  outline-color: rgb(153 27 27 / 0.8);
}
.focus\:outline-red-800\/85:focus {
  outline-color: rgb(153 27 27 / 0.85);
}
.focus\:outline-red-800\/90:focus {
  outline-color: rgb(153 27 27 / 0.9);
}
.focus\:outline-red-800\/95:focus {
  outline-color: rgb(153 27 27 / 0.95);
}
.focus\:outline-red-900:focus {
  outline-color: #7f1d1d;
}
.focus\:outline-red-900\/0:focus {
  outline-color: rgb(127 29 29 / 0);
}
.focus\:outline-red-900\/10:focus {
  outline-color: rgb(127 29 29 / 0.1);
}
.focus\:outline-red-900\/100:focus {
  outline-color: rgb(127 29 29 / 1);
}
.focus\:outline-red-900\/15:focus {
  outline-color: rgb(127 29 29 / 0.15);
}
.focus\:outline-red-900\/20:focus {
  outline-color: rgb(127 29 29 / 0.2);
}
.focus\:outline-red-900\/25:focus {
  outline-color: rgb(127 29 29 / 0.25);
}
.focus\:outline-red-900\/30:focus {
  outline-color: rgb(127 29 29 / 0.3);
}
.focus\:outline-red-900\/35:focus {
  outline-color: rgb(127 29 29 / 0.35);
}
.focus\:outline-red-900\/40:focus {
  outline-color: rgb(127 29 29 / 0.4);
}
.focus\:outline-red-900\/45:focus {
  outline-color: rgb(127 29 29 / 0.45);
}
.focus\:outline-red-900\/5:focus {
  outline-color: rgb(127 29 29 / 0.05);
}
.focus\:outline-red-900\/50:focus {
  outline-color: rgb(127 29 29 / 0.5);
}
.focus\:outline-red-900\/55:focus {
  outline-color: rgb(127 29 29 / 0.55);
}
.focus\:outline-red-900\/60:focus {
  outline-color: rgb(127 29 29 / 0.6);
}
.focus\:outline-red-900\/65:focus {
  outline-color: rgb(127 29 29 / 0.65);
}
.focus\:outline-red-900\/70:focus {
  outline-color: rgb(127 29 29 / 0.7);
}
.focus\:outline-red-900\/75:focus {
  outline-color: rgb(127 29 29 / 0.75);
}
.focus\:outline-red-900\/80:focus {
  outline-color: rgb(127 29 29 / 0.8);
}
.focus\:outline-red-900\/85:focus {
  outline-color: rgb(127 29 29 / 0.85);
}
.focus\:outline-red-900\/90:focus {
  outline-color: rgb(127 29 29 / 0.9);
}
.focus\:outline-red-900\/95:focus {
  outline-color: rgb(127 29 29 / 0.95);
}
.focus\:outline-red-950:focus {
  outline-color: #450a0a;
}
.focus\:outline-red-950\/0:focus {
  outline-color: rgb(69 10 10 / 0);
}
.focus\:outline-red-950\/10:focus {
  outline-color: rgb(69 10 10 / 0.1);
}
.focus\:outline-red-950\/100:focus {
  outline-color: rgb(69 10 10 / 1);
}
.focus\:outline-red-950\/15:focus {
  outline-color: rgb(69 10 10 / 0.15);
}
.focus\:outline-red-950\/20:focus {
  outline-color: rgb(69 10 10 / 0.2);
}
.focus\:outline-red-950\/25:focus {
  outline-color: rgb(69 10 10 / 0.25);
}
.focus\:outline-red-950\/30:focus {
  outline-color: rgb(69 10 10 / 0.3);
}
.focus\:outline-red-950\/35:focus {
  outline-color: rgb(69 10 10 / 0.35);
}
.focus\:outline-red-950\/40:focus {
  outline-color: rgb(69 10 10 / 0.4);
}
.focus\:outline-red-950\/45:focus {
  outline-color: rgb(69 10 10 / 0.45);
}
.focus\:outline-red-950\/5:focus {
  outline-color: rgb(69 10 10 / 0.05);
}
.focus\:outline-red-950\/50:focus {
  outline-color: rgb(69 10 10 / 0.5);
}
.focus\:outline-red-950\/55:focus {
  outline-color: rgb(69 10 10 / 0.55);
}
.focus\:outline-red-950\/60:focus {
  outline-color: rgb(69 10 10 / 0.6);
}
.focus\:outline-red-950\/65:focus {
  outline-color: rgb(69 10 10 / 0.65);
}
.focus\:outline-red-950\/70:focus {
  outline-color: rgb(69 10 10 / 0.7);
}
.focus\:outline-red-950\/75:focus {
  outline-color: rgb(69 10 10 / 0.75);
}
.focus\:outline-red-950\/80:focus {
  outline-color: rgb(69 10 10 / 0.8);
}
.focus\:outline-red-950\/85:focus {
  outline-color: rgb(69 10 10 / 0.85);
}
.focus\:outline-red-950\/90:focus {
  outline-color: rgb(69 10 10 / 0.9);
}
.focus\:outline-red-950\/95:focus {
  outline-color: rgb(69 10 10 / 0.95);
}
.focus\:outline-rose-100:focus {
  outline-color: #ffe4e6;
}
.focus\:outline-rose-100\/0:focus {
  outline-color: rgb(255 228 230 / 0);
}
.focus\:outline-rose-100\/10:focus {
  outline-color: rgb(255 228 230 / 0.1);
}
.focus\:outline-rose-100\/100:focus {
  outline-color: rgb(255 228 230 / 1);
}
.focus\:outline-rose-100\/15:focus {
  outline-color: rgb(255 228 230 / 0.15);
}
.focus\:outline-rose-100\/20:focus {
  outline-color: rgb(255 228 230 / 0.2);
}
.focus\:outline-rose-100\/25:focus {
  outline-color: rgb(255 228 230 / 0.25);
}
.focus\:outline-rose-100\/30:focus {
  outline-color: rgb(255 228 230 / 0.3);
}
.focus\:outline-rose-100\/35:focus {
  outline-color: rgb(255 228 230 / 0.35);
}
.focus\:outline-rose-100\/40:focus {
  outline-color: rgb(255 228 230 / 0.4);
}
.focus\:outline-rose-100\/45:focus {
  outline-color: rgb(255 228 230 / 0.45);
}
.focus\:outline-rose-100\/5:focus {
  outline-color: rgb(255 228 230 / 0.05);
}
.focus\:outline-rose-100\/50:focus {
  outline-color: rgb(255 228 230 / 0.5);
}
.focus\:outline-rose-100\/55:focus {
  outline-color: rgb(255 228 230 / 0.55);
}
.focus\:outline-rose-100\/60:focus {
  outline-color: rgb(255 228 230 / 0.6);
}
.focus\:outline-rose-100\/65:focus {
  outline-color: rgb(255 228 230 / 0.65);
}
.focus\:outline-rose-100\/70:focus {
  outline-color: rgb(255 228 230 / 0.7);
}
.focus\:outline-rose-100\/75:focus {
  outline-color: rgb(255 228 230 / 0.75);
}
.focus\:outline-rose-100\/80:focus {
  outline-color: rgb(255 228 230 / 0.8);
}
.focus\:outline-rose-100\/85:focus {
  outline-color: rgb(255 228 230 / 0.85);
}
.focus\:outline-rose-100\/90:focus {
  outline-color: rgb(255 228 230 / 0.9);
}
.focus\:outline-rose-100\/95:focus {
  outline-color: rgb(255 228 230 / 0.95);
}
.focus\:outline-rose-200:focus {
  outline-color: #fecdd3;
}
.focus\:outline-rose-200\/0:focus {
  outline-color: rgb(254 205 211 / 0);
}
.focus\:outline-rose-200\/10:focus {
  outline-color: rgb(254 205 211 / 0.1);
}
.focus\:outline-rose-200\/100:focus {
  outline-color: rgb(254 205 211 / 1);
}
.focus\:outline-rose-200\/15:focus {
  outline-color: rgb(254 205 211 / 0.15);
}
.focus\:outline-rose-200\/20:focus {
  outline-color: rgb(254 205 211 / 0.2);
}
.focus\:outline-rose-200\/25:focus {
  outline-color: rgb(254 205 211 / 0.25);
}
.focus\:outline-rose-200\/30:focus {
  outline-color: rgb(254 205 211 / 0.3);
}
.focus\:outline-rose-200\/35:focus {
  outline-color: rgb(254 205 211 / 0.35);
}
.focus\:outline-rose-200\/40:focus {
  outline-color: rgb(254 205 211 / 0.4);
}
.focus\:outline-rose-200\/45:focus {
  outline-color: rgb(254 205 211 / 0.45);
}
.focus\:outline-rose-200\/5:focus {
  outline-color: rgb(254 205 211 / 0.05);
}
.focus\:outline-rose-200\/50:focus {
  outline-color: rgb(254 205 211 / 0.5);
}
.focus\:outline-rose-200\/55:focus {
  outline-color: rgb(254 205 211 / 0.55);
}
.focus\:outline-rose-200\/60:focus {
  outline-color: rgb(254 205 211 / 0.6);
}
.focus\:outline-rose-200\/65:focus {
  outline-color: rgb(254 205 211 / 0.65);
}
.focus\:outline-rose-200\/70:focus {
  outline-color: rgb(254 205 211 / 0.7);
}
.focus\:outline-rose-200\/75:focus {
  outline-color: rgb(254 205 211 / 0.75);
}
.focus\:outline-rose-200\/80:focus {
  outline-color: rgb(254 205 211 / 0.8);
}
.focus\:outline-rose-200\/85:focus {
  outline-color: rgb(254 205 211 / 0.85);
}
.focus\:outline-rose-200\/90:focus {
  outline-color: rgb(254 205 211 / 0.9);
}
.focus\:outline-rose-200\/95:focus {
  outline-color: rgb(254 205 211 / 0.95);
}
.focus\:outline-rose-300:focus {
  outline-color: #fda4af;
}
.focus\:outline-rose-300\/0:focus {
  outline-color: rgb(253 164 175 / 0);
}
.focus\:outline-rose-300\/10:focus {
  outline-color: rgb(253 164 175 / 0.1);
}
.focus\:outline-rose-300\/100:focus {
  outline-color: rgb(253 164 175 / 1);
}
.focus\:outline-rose-300\/15:focus {
  outline-color: rgb(253 164 175 / 0.15);
}
.focus\:outline-rose-300\/20:focus {
  outline-color: rgb(253 164 175 / 0.2);
}
.focus\:outline-rose-300\/25:focus {
  outline-color: rgb(253 164 175 / 0.25);
}
.focus\:outline-rose-300\/30:focus {
  outline-color: rgb(253 164 175 / 0.3);
}
.focus\:outline-rose-300\/35:focus {
  outline-color: rgb(253 164 175 / 0.35);
}
.focus\:outline-rose-300\/40:focus {
  outline-color: rgb(253 164 175 / 0.4);
}
.focus\:outline-rose-300\/45:focus {
  outline-color: rgb(253 164 175 / 0.45);
}
.focus\:outline-rose-300\/5:focus {
  outline-color: rgb(253 164 175 / 0.05);
}
.focus\:outline-rose-300\/50:focus {
  outline-color: rgb(253 164 175 / 0.5);
}
.focus\:outline-rose-300\/55:focus {
  outline-color: rgb(253 164 175 / 0.55);
}
.focus\:outline-rose-300\/60:focus {
  outline-color: rgb(253 164 175 / 0.6);
}
.focus\:outline-rose-300\/65:focus {
  outline-color: rgb(253 164 175 / 0.65);
}
.focus\:outline-rose-300\/70:focus {
  outline-color: rgb(253 164 175 / 0.7);
}
.focus\:outline-rose-300\/75:focus {
  outline-color: rgb(253 164 175 / 0.75);
}
.focus\:outline-rose-300\/80:focus {
  outline-color: rgb(253 164 175 / 0.8);
}
.focus\:outline-rose-300\/85:focus {
  outline-color: rgb(253 164 175 / 0.85);
}
.focus\:outline-rose-300\/90:focus {
  outline-color: rgb(253 164 175 / 0.9);
}
.focus\:outline-rose-300\/95:focus {
  outline-color: rgb(253 164 175 / 0.95);
}
.focus\:outline-rose-400:focus {
  outline-color: #fb7185;
}
.focus\:outline-rose-400\/0:focus {
  outline-color: rgb(251 113 133 / 0);
}
.focus\:outline-rose-400\/10:focus {
  outline-color: rgb(251 113 133 / 0.1);
}
.focus\:outline-rose-400\/100:focus {
  outline-color: rgb(251 113 133 / 1);
}
.focus\:outline-rose-400\/15:focus {
  outline-color: rgb(251 113 133 / 0.15);
}
.focus\:outline-rose-400\/20:focus {
  outline-color: rgb(251 113 133 / 0.2);
}
.focus\:outline-rose-400\/25:focus {
  outline-color: rgb(251 113 133 / 0.25);
}
.focus\:outline-rose-400\/30:focus {
  outline-color: rgb(251 113 133 / 0.3);
}
.focus\:outline-rose-400\/35:focus {
  outline-color: rgb(251 113 133 / 0.35);
}
.focus\:outline-rose-400\/40:focus {
  outline-color: rgb(251 113 133 / 0.4);
}
.focus\:outline-rose-400\/45:focus {
  outline-color: rgb(251 113 133 / 0.45);
}
.focus\:outline-rose-400\/5:focus {
  outline-color: rgb(251 113 133 / 0.05);
}
.focus\:outline-rose-400\/50:focus {
  outline-color: rgb(251 113 133 / 0.5);
}
.focus\:outline-rose-400\/55:focus {
  outline-color: rgb(251 113 133 / 0.55);
}
.focus\:outline-rose-400\/60:focus {
  outline-color: rgb(251 113 133 / 0.6);
}
.focus\:outline-rose-400\/65:focus {
  outline-color: rgb(251 113 133 / 0.65);
}
.focus\:outline-rose-400\/70:focus {
  outline-color: rgb(251 113 133 / 0.7);
}
.focus\:outline-rose-400\/75:focus {
  outline-color: rgb(251 113 133 / 0.75);
}
.focus\:outline-rose-400\/80:focus {
  outline-color: rgb(251 113 133 / 0.8);
}
.focus\:outline-rose-400\/85:focus {
  outline-color: rgb(251 113 133 / 0.85);
}
.focus\:outline-rose-400\/90:focus {
  outline-color: rgb(251 113 133 / 0.9);
}
.focus\:outline-rose-400\/95:focus {
  outline-color: rgb(251 113 133 / 0.95);
}
.focus\:outline-rose-50:focus {
  outline-color: #fff1f2;
}
.focus\:outline-rose-50\/0:focus {
  outline-color: rgb(255 241 242 / 0);
}
.focus\:outline-rose-50\/10:focus {
  outline-color: rgb(255 241 242 / 0.1);
}
.focus\:outline-rose-50\/100:focus {
  outline-color: rgb(255 241 242 / 1);
}
.focus\:outline-rose-50\/15:focus {
  outline-color: rgb(255 241 242 / 0.15);
}
.focus\:outline-rose-50\/20:focus {
  outline-color: rgb(255 241 242 / 0.2);
}
.focus\:outline-rose-50\/25:focus {
  outline-color: rgb(255 241 242 / 0.25);
}
.focus\:outline-rose-50\/30:focus {
  outline-color: rgb(255 241 242 / 0.3);
}
.focus\:outline-rose-50\/35:focus {
  outline-color: rgb(255 241 242 / 0.35);
}
.focus\:outline-rose-50\/40:focus {
  outline-color: rgb(255 241 242 / 0.4);
}
.focus\:outline-rose-50\/45:focus {
  outline-color: rgb(255 241 242 / 0.45);
}
.focus\:outline-rose-50\/5:focus {
  outline-color: rgb(255 241 242 / 0.05);
}
.focus\:outline-rose-50\/50:focus {
  outline-color: rgb(255 241 242 / 0.5);
}
.focus\:outline-rose-50\/55:focus {
  outline-color: rgb(255 241 242 / 0.55);
}
.focus\:outline-rose-50\/60:focus {
  outline-color: rgb(255 241 242 / 0.6);
}
.focus\:outline-rose-50\/65:focus {
  outline-color: rgb(255 241 242 / 0.65);
}
.focus\:outline-rose-50\/70:focus {
  outline-color: rgb(255 241 242 / 0.7);
}
.focus\:outline-rose-50\/75:focus {
  outline-color: rgb(255 241 242 / 0.75);
}
.focus\:outline-rose-50\/80:focus {
  outline-color: rgb(255 241 242 / 0.8);
}
.focus\:outline-rose-50\/85:focus {
  outline-color: rgb(255 241 242 / 0.85);
}
.focus\:outline-rose-50\/90:focus {
  outline-color: rgb(255 241 242 / 0.9);
}
.focus\:outline-rose-50\/95:focus {
  outline-color: rgb(255 241 242 / 0.95);
}
.focus\:outline-rose-500:focus {
  outline-color: #f43f5e;
}
.focus\:outline-rose-500\/0:focus {
  outline-color: rgb(244 63 94 / 0);
}
.focus\:outline-rose-500\/10:focus {
  outline-color: rgb(244 63 94 / 0.1);
}
.focus\:outline-rose-500\/100:focus {
  outline-color: rgb(244 63 94 / 1);
}
.focus\:outline-rose-500\/15:focus {
  outline-color: rgb(244 63 94 / 0.15);
}
.focus\:outline-rose-500\/20:focus {
  outline-color: rgb(244 63 94 / 0.2);
}
.focus\:outline-rose-500\/25:focus {
  outline-color: rgb(244 63 94 / 0.25);
}
.focus\:outline-rose-500\/30:focus {
  outline-color: rgb(244 63 94 / 0.3);
}
.focus\:outline-rose-500\/35:focus {
  outline-color: rgb(244 63 94 / 0.35);
}
.focus\:outline-rose-500\/40:focus {
  outline-color: rgb(244 63 94 / 0.4);
}
.focus\:outline-rose-500\/45:focus {
  outline-color: rgb(244 63 94 / 0.45);
}
.focus\:outline-rose-500\/5:focus {
  outline-color: rgb(244 63 94 / 0.05);
}
.focus\:outline-rose-500\/50:focus {
  outline-color: rgb(244 63 94 / 0.5);
}
.focus\:outline-rose-500\/55:focus {
  outline-color: rgb(244 63 94 / 0.55);
}
.focus\:outline-rose-500\/60:focus {
  outline-color: rgb(244 63 94 / 0.6);
}
.focus\:outline-rose-500\/65:focus {
  outline-color: rgb(244 63 94 / 0.65);
}
.focus\:outline-rose-500\/70:focus {
  outline-color: rgb(244 63 94 / 0.7);
}
.focus\:outline-rose-500\/75:focus {
  outline-color: rgb(244 63 94 / 0.75);
}
.focus\:outline-rose-500\/80:focus {
  outline-color: rgb(244 63 94 / 0.8);
}
.focus\:outline-rose-500\/85:focus {
  outline-color: rgb(244 63 94 / 0.85);
}
.focus\:outline-rose-500\/90:focus {
  outline-color: rgb(244 63 94 / 0.9);
}
.focus\:outline-rose-500\/95:focus {
  outline-color: rgb(244 63 94 / 0.95);
}
.focus\:outline-rose-600:focus {
  outline-color: #e11d48;
}
.focus\:outline-rose-600\/0:focus {
  outline-color: rgb(225 29 72 / 0);
}
.focus\:outline-rose-600\/10:focus {
  outline-color: rgb(225 29 72 / 0.1);
}
.focus\:outline-rose-600\/100:focus {
  outline-color: rgb(225 29 72 / 1);
}
.focus\:outline-rose-600\/15:focus {
  outline-color: rgb(225 29 72 / 0.15);
}
.focus\:outline-rose-600\/20:focus {
  outline-color: rgb(225 29 72 / 0.2);
}
.focus\:outline-rose-600\/25:focus {
  outline-color: rgb(225 29 72 / 0.25);
}
.focus\:outline-rose-600\/30:focus {
  outline-color: rgb(225 29 72 / 0.3);
}
.focus\:outline-rose-600\/35:focus {
  outline-color: rgb(225 29 72 / 0.35);
}
.focus\:outline-rose-600\/40:focus {
  outline-color: rgb(225 29 72 / 0.4);
}
.focus\:outline-rose-600\/45:focus {
  outline-color: rgb(225 29 72 / 0.45);
}
.focus\:outline-rose-600\/5:focus {
  outline-color: rgb(225 29 72 / 0.05);
}
.focus\:outline-rose-600\/50:focus {
  outline-color: rgb(225 29 72 / 0.5);
}
.focus\:outline-rose-600\/55:focus {
  outline-color: rgb(225 29 72 / 0.55);
}
.focus\:outline-rose-600\/60:focus {
  outline-color: rgb(225 29 72 / 0.6);
}
.focus\:outline-rose-600\/65:focus {
  outline-color: rgb(225 29 72 / 0.65);
}
.focus\:outline-rose-600\/70:focus {
  outline-color: rgb(225 29 72 / 0.7);
}
.focus\:outline-rose-600\/75:focus {
  outline-color: rgb(225 29 72 / 0.75);
}
.focus\:outline-rose-600\/80:focus {
  outline-color: rgb(225 29 72 / 0.8);
}
.focus\:outline-rose-600\/85:focus {
  outline-color: rgb(225 29 72 / 0.85);
}
.focus\:outline-rose-600\/90:focus {
  outline-color: rgb(225 29 72 / 0.9);
}
.focus\:outline-rose-600\/95:focus {
  outline-color: rgb(225 29 72 / 0.95);
}
.focus\:outline-rose-700:focus {
  outline-color: #be123c;
}
.focus\:outline-rose-700\/0:focus {
  outline-color: rgb(190 18 60 / 0);
}
.focus\:outline-rose-700\/10:focus {
  outline-color: rgb(190 18 60 / 0.1);
}
.focus\:outline-rose-700\/100:focus {
  outline-color: rgb(190 18 60 / 1);
}
.focus\:outline-rose-700\/15:focus {
  outline-color: rgb(190 18 60 / 0.15);
}
.focus\:outline-rose-700\/20:focus {
  outline-color: rgb(190 18 60 / 0.2);
}
.focus\:outline-rose-700\/25:focus {
  outline-color: rgb(190 18 60 / 0.25);
}
.focus\:outline-rose-700\/30:focus {
  outline-color: rgb(190 18 60 / 0.3);
}
.focus\:outline-rose-700\/35:focus {
  outline-color: rgb(190 18 60 / 0.35);
}
.focus\:outline-rose-700\/40:focus {
  outline-color: rgb(190 18 60 / 0.4);
}
.focus\:outline-rose-700\/45:focus {
  outline-color: rgb(190 18 60 / 0.45);
}
.focus\:outline-rose-700\/5:focus {
  outline-color: rgb(190 18 60 / 0.05);
}
.focus\:outline-rose-700\/50:focus {
  outline-color: rgb(190 18 60 / 0.5);
}
.focus\:outline-rose-700\/55:focus {
  outline-color: rgb(190 18 60 / 0.55);
}
.focus\:outline-rose-700\/60:focus {
  outline-color: rgb(190 18 60 / 0.6);
}
.focus\:outline-rose-700\/65:focus {
  outline-color: rgb(190 18 60 / 0.65);
}
.focus\:outline-rose-700\/70:focus {
  outline-color: rgb(190 18 60 / 0.7);
}
.focus\:outline-rose-700\/75:focus {
  outline-color: rgb(190 18 60 / 0.75);
}
.focus\:outline-rose-700\/80:focus {
  outline-color: rgb(190 18 60 / 0.8);
}
.focus\:outline-rose-700\/85:focus {
  outline-color: rgb(190 18 60 / 0.85);
}
.focus\:outline-rose-700\/90:focus {
  outline-color: rgb(190 18 60 / 0.9);
}
.focus\:outline-rose-700\/95:focus {
  outline-color: rgb(190 18 60 / 0.95);
}
.focus\:outline-rose-800:focus {
  outline-color: #9f1239;
}
.focus\:outline-rose-800\/0:focus {
  outline-color: rgb(159 18 57 / 0);
}
.focus\:outline-rose-800\/10:focus {
  outline-color: rgb(159 18 57 / 0.1);
}
.focus\:outline-rose-800\/100:focus {
  outline-color: rgb(159 18 57 / 1);
}
.focus\:outline-rose-800\/15:focus {
  outline-color: rgb(159 18 57 / 0.15);
}
.focus\:outline-rose-800\/20:focus {
  outline-color: rgb(159 18 57 / 0.2);
}
.focus\:outline-rose-800\/25:focus {
  outline-color: rgb(159 18 57 / 0.25);
}
.focus\:outline-rose-800\/30:focus {
  outline-color: rgb(159 18 57 / 0.3);
}
.focus\:outline-rose-800\/35:focus {
  outline-color: rgb(159 18 57 / 0.35);
}
.focus\:outline-rose-800\/40:focus {
  outline-color: rgb(159 18 57 / 0.4);
}
.focus\:outline-rose-800\/45:focus {
  outline-color: rgb(159 18 57 / 0.45);
}
.focus\:outline-rose-800\/5:focus {
  outline-color: rgb(159 18 57 / 0.05);
}
.focus\:outline-rose-800\/50:focus {
  outline-color: rgb(159 18 57 / 0.5);
}
.focus\:outline-rose-800\/55:focus {
  outline-color: rgb(159 18 57 / 0.55);
}
.focus\:outline-rose-800\/60:focus {
  outline-color: rgb(159 18 57 / 0.6);
}
.focus\:outline-rose-800\/65:focus {
  outline-color: rgb(159 18 57 / 0.65);
}
.focus\:outline-rose-800\/70:focus {
  outline-color: rgb(159 18 57 / 0.7);
}
.focus\:outline-rose-800\/75:focus {
  outline-color: rgb(159 18 57 / 0.75);
}
.focus\:outline-rose-800\/80:focus {
  outline-color: rgb(159 18 57 / 0.8);
}
.focus\:outline-rose-800\/85:focus {
  outline-color: rgb(159 18 57 / 0.85);
}
.focus\:outline-rose-800\/90:focus {
  outline-color: rgb(159 18 57 / 0.9);
}
.focus\:outline-rose-800\/95:focus {
  outline-color: rgb(159 18 57 / 0.95);
}
.focus\:outline-rose-900:focus {
  outline-color: #881337;
}
.focus\:outline-rose-900\/0:focus {
  outline-color: rgb(136 19 55 / 0);
}
.focus\:outline-rose-900\/10:focus {
  outline-color: rgb(136 19 55 / 0.1);
}
.focus\:outline-rose-900\/100:focus {
  outline-color: rgb(136 19 55 / 1);
}
.focus\:outline-rose-900\/15:focus {
  outline-color: rgb(136 19 55 / 0.15);
}
.focus\:outline-rose-900\/20:focus {
  outline-color: rgb(136 19 55 / 0.2);
}
.focus\:outline-rose-900\/25:focus {
  outline-color: rgb(136 19 55 / 0.25);
}
.focus\:outline-rose-900\/30:focus {
  outline-color: rgb(136 19 55 / 0.3);
}
.focus\:outline-rose-900\/35:focus {
  outline-color: rgb(136 19 55 / 0.35);
}
.focus\:outline-rose-900\/40:focus {
  outline-color: rgb(136 19 55 / 0.4);
}
.focus\:outline-rose-900\/45:focus {
  outline-color: rgb(136 19 55 / 0.45);
}
.focus\:outline-rose-900\/5:focus {
  outline-color: rgb(136 19 55 / 0.05);
}
.focus\:outline-rose-900\/50:focus {
  outline-color: rgb(136 19 55 / 0.5);
}
.focus\:outline-rose-900\/55:focus {
  outline-color: rgb(136 19 55 / 0.55);
}
.focus\:outline-rose-900\/60:focus {
  outline-color: rgb(136 19 55 / 0.6);
}
.focus\:outline-rose-900\/65:focus {
  outline-color: rgb(136 19 55 / 0.65);
}
.focus\:outline-rose-900\/70:focus {
  outline-color: rgb(136 19 55 / 0.7);
}
.focus\:outline-rose-900\/75:focus {
  outline-color: rgb(136 19 55 / 0.75);
}
.focus\:outline-rose-900\/80:focus {
  outline-color: rgb(136 19 55 / 0.8);
}
.focus\:outline-rose-900\/85:focus {
  outline-color: rgb(136 19 55 / 0.85);
}
.focus\:outline-rose-900\/90:focus {
  outline-color: rgb(136 19 55 / 0.9);
}
.focus\:outline-rose-900\/95:focus {
  outline-color: rgb(136 19 55 / 0.95);
}
.focus\:outline-rose-950:focus {
  outline-color: #4c0519;
}
.focus\:outline-rose-950\/0:focus {
  outline-color: rgb(76 5 25 / 0);
}
.focus\:outline-rose-950\/10:focus {
  outline-color: rgb(76 5 25 / 0.1);
}
.focus\:outline-rose-950\/100:focus {
  outline-color: rgb(76 5 25 / 1);
}
.focus\:outline-rose-950\/15:focus {
  outline-color: rgb(76 5 25 / 0.15);
}
.focus\:outline-rose-950\/20:focus {
  outline-color: rgb(76 5 25 / 0.2);
}
.focus\:outline-rose-950\/25:focus {
  outline-color: rgb(76 5 25 / 0.25);
}
.focus\:outline-rose-950\/30:focus {
  outline-color: rgb(76 5 25 / 0.3);
}
.focus\:outline-rose-950\/35:focus {
  outline-color: rgb(76 5 25 / 0.35);
}
.focus\:outline-rose-950\/40:focus {
  outline-color: rgb(76 5 25 / 0.4);
}
.focus\:outline-rose-950\/45:focus {
  outline-color: rgb(76 5 25 / 0.45);
}
.focus\:outline-rose-950\/5:focus {
  outline-color: rgb(76 5 25 / 0.05);
}
.focus\:outline-rose-950\/50:focus {
  outline-color: rgb(76 5 25 / 0.5);
}
.focus\:outline-rose-950\/55:focus {
  outline-color: rgb(76 5 25 / 0.55);
}
.focus\:outline-rose-950\/60:focus {
  outline-color: rgb(76 5 25 / 0.6);
}
.focus\:outline-rose-950\/65:focus {
  outline-color: rgb(76 5 25 / 0.65);
}
.focus\:outline-rose-950\/70:focus {
  outline-color: rgb(76 5 25 / 0.7);
}
.focus\:outline-rose-950\/75:focus {
  outline-color: rgb(76 5 25 / 0.75);
}
.focus\:outline-rose-950\/80:focus {
  outline-color: rgb(76 5 25 / 0.8);
}
.focus\:outline-rose-950\/85:focus {
  outline-color: rgb(76 5 25 / 0.85);
}
.focus\:outline-rose-950\/90:focus {
  outline-color: rgb(76 5 25 / 0.9);
}
.focus\:outline-rose-950\/95:focus {
  outline-color: rgb(76 5 25 / 0.95);
}
.focus\:outline-sky-100:focus {
  outline-color: #e0f2fe;
}
.focus\:outline-sky-100\/0:focus {
  outline-color: rgb(224 242 254 / 0);
}
.focus\:outline-sky-100\/10:focus {
  outline-color: rgb(224 242 254 / 0.1);
}
.focus\:outline-sky-100\/100:focus {
  outline-color: rgb(224 242 254 / 1);
}
.focus\:outline-sky-100\/15:focus {
  outline-color: rgb(224 242 254 / 0.15);
}
.focus\:outline-sky-100\/20:focus {
  outline-color: rgb(224 242 254 / 0.2);
}
.focus\:outline-sky-100\/25:focus {
  outline-color: rgb(224 242 254 / 0.25);
}
.focus\:outline-sky-100\/30:focus {
  outline-color: rgb(224 242 254 / 0.3);
}
.focus\:outline-sky-100\/35:focus {
  outline-color: rgb(224 242 254 / 0.35);
}
.focus\:outline-sky-100\/40:focus {
  outline-color: rgb(224 242 254 / 0.4);
}
.focus\:outline-sky-100\/45:focus {
  outline-color: rgb(224 242 254 / 0.45);
}
.focus\:outline-sky-100\/5:focus {
  outline-color: rgb(224 242 254 / 0.05);
}
.focus\:outline-sky-100\/50:focus {
  outline-color: rgb(224 242 254 / 0.5);
}
.focus\:outline-sky-100\/55:focus {
  outline-color: rgb(224 242 254 / 0.55);
}
.focus\:outline-sky-100\/60:focus {
  outline-color: rgb(224 242 254 / 0.6);
}
.focus\:outline-sky-100\/65:focus {
  outline-color: rgb(224 242 254 / 0.65);
}
.focus\:outline-sky-100\/70:focus {
  outline-color: rgb(224 242 254 / 0.7);
}
.focus\:outline-sky-100\/75:focus {
  outline-color: rgb(224 242 254 / 0.75);
}
.focus\:outline-sky-100\/80:focus {
  outline-color: rgb(224 242 254 / 0.8);
}
.focus\:outline-sky-100\/85:focus {
  outline-color: rgb(224 242 254 / 0.85);
}
.focus\:outline-sky-100\/90:focus {
  outline-color: rgb(224 242 254 / 0.9);
}
.focus\:outline-sky-100\/95:focus {
  outline-color: rgb(224 242 254 / 0.95);
}
.focus\:outline-sky-200:focus {
  outline-color: #bae6fd;
}
.focus\:outline-sky-200\/0:focus {
  outline-color: rgb(186 230 253 / 0);
}
.focus\:outline-sky-200\/10:focus {
  outline-color: rgb(186 230 253 / 0.1);
}
.focus\:outline-sky-200\/100:focus {
  outline-color: rgb(186 230 253 / 1);
}
.focus\:outline-sky-200\/15:focus {
  outline-color: rgb(186 230 253 / 0.15);
}
.focus\:outline-sky-200\/20:focus {
  outline-color: rgb(186 230 253 / 0.2);
}
.focus\:outline-sky-200\/25:focus {
  outline-color: rgb(186 230 253 / 0.25);
}
.focus\:outline-sky-200\/30:focus {
  outline-color: rgb(186 230 253 / 0.3);
}
.focus\:outline-sky-200\/35:focus {
  outline-color: rgb(186 230 253 / 0.35);
}
.focus\:outline-sky-200\/40:focus {
  outline-color: rgb(186 230 253 / 0.4);
}
.focus\:outline-sky-200\/45:focus {
  outline-color: rgb(186 230 253 / 0.45);
}
.focus\:outline-sky-200\/5:focus {
  outline-color: rgb(186 230 253 / 0.05);
}
.focus\:outline-sky-200\/50:focus {
  outline-color: rgb(186 230 253 / 0.5);
}
.focus\:outline-sky-200\/55:focus {
  outline-color: rgb(186 230 253 / 0.55);
}
.focus\:outline-sky-200\/60:focus {
  outline-color: rgb(186 230 253 / 0.6);
}
.focus\:outline-sky-200\/65:focus {
  outline-color: rgb(186 230 253 / 0.65);
}
.focus\:outline-sky-200\/70:focus {
  outline-color: rgb(186 230 253 / 0.7);
}
.focus\:outline-sky-200\/75:focus {
  outline-color: rgb(186 230 253 / 0.75);
}
.focus\:outline-sky-200\/80:focus {
  outline-color: rgb(186 230 253 / 0.8);
}
.focus\:outline-sky-200\/85:focus {
  outline-color: rgb(186 230 253 / 0.85);
}
.focus\:outline-sky-200\/90:focus {
  outline-color: rgb(186 230 253 / 0.9);
}
.focus\:outline-sky-200\/95:focus {
  outline-color: rgb(186 230 253 / 0.95);
}
.focus\:outline-sky-300:focus {
  outline-color: #7dd3fc;
}
.focus\:outline-sky-300\/0:focus {
  outline-color: rgb(125 211 252 / 0);
}
.focus\:outline-sky-300\/10:focus {
  outline-color: rgb(125 211 252 / 0.1);
}
.focus\:outline-sky-300\/100:focus {
  outline-color: rgb(125 211 252 / 1);
}
.focus\:outline-sky-300\/15:focus {
  outline-color: rgb(125 211 252 / 0.15);
}
.focus\:outline-sky-300\/20:focus {
  outline-color: rgb(125 211 252 / 0.2);
}
.focus\:outline-sky-300\/25:focus {
  outline-color: rgb(125 211 252 / 0.25);
}
.focus\:outline-sky-300\/30:focus {
  outline-color: rgb(125 211 252 / 0.3);
}
.focus\:outline-sky-300\/35:focus {
  outline-color: rgb(125 211 252 / 0.35);
}
.focus\:outline-sky-300\/40:focus {
  outline-color: rgb(125 211 252 / 0.4);
}
.focus\:outline-sky-300\/45:focus {
  outline-color: rgb(125 211 252 / 0.45);
}
.focus\:outline-sky-300\/5:focus {
  outline-color: rgb(125 211 252 / 0.05);
}
.focus\:outline-sky-300\/50:focus {
  outline-color: rgb(125 211 252 / 0.5);
}
.focus\:outline-sky-300\/55:focus {
  outline-color: rgb(125 211 252 / 0.55);
}
.focus\:outline-sky-300\/60:focus {
  outline-color: rgb(125 211 252 / 0.6);
}
.focus\:outline-sky-300\/65:focus {
  outline-color: rgb(125 211 252 / 0.65);
}
.focus\:outline-sky-300\/70:focus {
  outline-color: rgb(125 211 252 / 0.7);
}
.focus\:outline-sky-300\/75:focus {
  outline-color: rgb(125 211 252 / 0.75);
}
.focus\:outline-sky-300\/80:focus {
  outline-color: rgb(125 211 252 / 0.8);
}
.focus\:outline-sky-300\/85:focus {
  outline-color: rgb(125 211 252 / 0.85);
}
.focus\:outline-sky-300\/90:focus {
  outline-color: rgb(125 211 252 / 0.9);
}
.focus\:outline-sky-300\/95:focus {
  outline-color: rgb(125 211 252 / 0.95);
}
.focus\:outline-sky-400:focus {
  outline-color: #38bdf8;
}
.focus\:outline-sky-400\/0:focus {
  outline-color: rgb(56 189 248 / 0);
}
.focus\:outline-sky-400\/10:focus {
  outline-color: rgb(56 189 248 / 0.1);
}
.focus\:outline-sky-400\/100:focus {
  outline-color: rgb(56 189 248 / 1);
}
.focus\:outline-sky-400\/15:focus {
  outline-color: rgb(56 189 248 / 0.15);
}
.focus\:outline-sky-400\/20:focus {
  outline-color: rgb(56 189 248 / 0.2);
}
.focus\:outline-sky-400\/25:focus {
  outline-color: rgb(56 189 248 / 0.25);
}
.focus\:outline-sky-400\/30:focus {
  outline-color: rgb(56 189 248 / 0.3);
}
.focus\:outline-sky-400\/35:focus {
  outline-color: rgb(56 189 248 / 0.35);
}
.focus\:outline-sky-400\/40:focus {
  outline-color: rgb(56 189 248 / 0.4);
}
.focus\:outline-sky-400\/45:focus {
  outline-color: rgb(56 189 248 / 0.45);
}
.focus\:outline-sky-400\/5:focus {
  outline-color: rgb(56 189 248 / 0.05);
}
.focus\:outline-sky-400\/50:focus {
  outline-color: rgb(56 189 248 / 0.5);
}
.focus\:outline-sky-400\/55:focus {
  outline-color: rgb(56 189 248 / 0.55);
}
.focus\:outline-sky-400\/60:focus {
  outline-color: rgb(56 189 248 / 0.6);
}
.focus\:outline-sky-400\/65:focus {
  outline-color: rgb(56 189 248 / 0.65);
}
.focus\:outline-sky-400\/70:focus {
  outline-color: rgb(56 189 248 / 0.7);
}
.focus\:outline-sky-400\/75:focus {
  outline-color: rgb(56 189 248 / 0.75);
}
.focus\:outline-sky-400\/80:focus {
  outline-color: rgb(56 189 248 / 0.8);
}
.focus\:outline-sky-400\/85:focus {
  outline-color: rgb(56 189 248 / 0.85);
}
.focus\:outline-sky-400\/90:focus {
  outline-color: rgb(56 189 248 / 0.9);
}
.focus\:outline-sky-400\/95:focus {
  outline-color: rgb(56 189 248 / 0.95);
}
.focus\:outline-sky-50:focus {
  outline-color: #f0f9ff;
}
.focus\:outline-sky-50\/0:focus {
  outline-color: rgb(240 249 255 / 0);
}
.focus\:outline-sky-50\/10:focus {
  outline-color: rgb(240 249 255 / 0.1);
}
.focus\:outline-sky-50\/100:focus {
  outline-color: rgb(240 249 255 / 1);
}
.focus\:outline-sky-50\/15:focus {
  outline-color: rgb(240 249 255 / 0.15);
}
.focus\:outline-sky-50\/20:focus {
  outline-color: rgb(240 249 255 / 0.2);
}
.focus\:outline-sky-50\/25:focus {
  outline-color: rgb(240 249 255 / 0.25);
}
.focus\:outline-sky-50\/30:focus {
  outline-color: rgb(240 249 255 / 0.3);
}
.focus\:outline-sky-50\/35:focus {
  outline-color: rgb(240 249 255 / 0.35);
}
.focus\:outline-sky-50\/40:focus {
  outline-color: rgb(240 249 255 / 0.4);
}
.focus\:outline-sky-50\/45:focus {
  outline-color: rgb(240 249 255 / 0.45);
}
.focus\:outline-sky-50\/5:focus {
  outline-color: rgb(240 249 255 / 0.05);
}
.focus\:outline-sky-50\/50:focus {
  outline-color: rgb(240 249 255 / 0.5);
}
.focus\:outline-sky-50\/55:focus {
  outline-color: rgb(240 249 255 / 0.55);
}
.focus\:outline-sky-50\/60:focus {
  outline-color: rgb(240 249 255 / 0.6);
}
.focus\:outline-sky-50\/65:focus {
  outline-color: rgb(240 249 255 / 0.65);
}
.focus\:outline-sky-50\/70:focus {
  outline-color: rgb(240 249 255 / 0.7);
}
.focus\:outline-sky-50\/75:focus {
  outline-color: rgb(240 249 255 / 0.75);
}
.focus\:outline-sky-50\/80:focus {
  outline-color: rgb(240 249 255 / 0.8);
}
.focus\:outline-sky-50\/85:focus {
  outline-color: rgb(240 249 255 / 0.85);
}
.focus\:outline-sky-50\/90:focus {
  outline-color: rgb(240 249 255 / 0.9);
}
.focus\:outline-sky-50\/95:focus {
  outline-color: rgb(240 249 255 / 0.95);
}
.focus\:outline-sky-500:focus {
  outline-color: #0ea5e9;
}
.focus\:outline-sky-500\/0:focus {
  outline-color: rgb(14 165 233 / 0);
}
.focus\:outline-sky-500\/10:focus {
  outline-color: rgb(14 165 233 / 0.1);
}
.focus\:outline-sky-500\/100:focus {
  outline-color: rgb(14 165 233 / 1);
}
.focus\:outline-sky-500\/15:focus {
  outline-color: rgb(14 165 233 / 0.15);
}
.focus\:outline-sky-500\/20:focus {
  outline-color: rgb(14 165 233 / 0.2);
}
.focus\:outline-sky-500\/25:focus {
  outline-color: rgb(14 165 233 / 0.25);
}
.focus\:outline-sky-500\/30:focus {
  outline-color: rgb(14 165 233 / 0.3);
}
.focus\:outline-sky-500\/35:focus {
  outline-color: rgb(14 165 233 / 0.35);
}
.focus\:outline-sky-500\/40:focus {
  outline-color: rgb(14 165 233 / 0.4);
}
.focus\:outline-sky-500\/45:focus {
  outline-color: rgb(14 165 233 / 0.45);
}
.focus\:outline-sky-500\/5:focus {
  outline-color: rgb(14 165 233 / 0.05);
}
.focus\:outline-sky-500\/50:focus {
  outline-color: rgb(14 165 233 / 0.5);
}
.focus\:outline-sky-500\/55:focus {
  outline-color: rgb(14 165 233 / 0.55);
}
.focus\:outline-sky-500\/60:focus {
  outline-color: rgb(14 165 233 / 0.6);
}
.focus\:outline-sky-500\/65:focus {
  outline-color: rgb(14 165 233 / 0.65);
}
.focus\:outline-sky-500\/70:focus {
  outline-color: rgb(14 165 233 / 0.7);
}
.focus\:outline-sky-500\/75:focus {
  outline-color: rgb(14 165 233 / 0.75);
}
.focus\:outline-sky-500\/80:focus {
  outline-color: rgb(14 165 233 / 0.8);
}
.focus\:outline-sky-500\/85:focus {
  outline-color: rgb(14 165 233 / 0.85);
}
.focus\:outline-sky-500\/90:focus {
  outline-color: rgb(14 165 233 / 0.9);
}
.focus\:outline-sky-500\/95:focus {
  outline-color: rgb(14 165 233 / 0.95);
}
.focus\:outline-sky-600:focus {
  outline-color: #0284c7;
}
.focus\:outline-sky-600\/0:focus {
  outline-color: rgb(2 132 199 / 0);
}
.focus\:outline-sky-600\/10:focus {
  outline-color: rgb(2 132 199 / 0.1);
}
.focus\:outline-sky-600\/100:focus {
  outline-color: rgb(2 132 199 / 1);
}
.focus\:outline-sky-600\/15:focus {
  outline-color: rgb(2 132 199 / 0.15);
}
.focus\:outline-sky-600\/20:focus {
  outline-color: rgb(2 132 199 / 0.2);
}
.focus\:outline-sky-600\/25:focus {
  outline-color: rgb(2 132 199 / 0.25);
}
.focus\:outline-sky-600\/30:focus {
  outline-color: rgb(2 132 199 / 0.3);
}
.focus\:outline-sky-600\/35:focus {
  outline-color: rgb(2 132 199 / 0.35);
}
.focus\:outline-sky-600\/40:focus {
  outline-color: rgb(2 132 199 / 0.4);
}
.focus\:outline-sky-600\/45:focus {
  outline-color: rgb(2 132 199 / 0.45);
}
.focus\:outline-sky-600\/5:focus {
  outline-color: rgb(2 132 199 / 0.05);
}
.focus\:outline-sky-600\/50:focus {
  outline-color: rgb(2 132 199 / 0.5);
}
.focus\:outline-sky-600\/55:focus {
  outline-color: rgb(2 132 199 / 0.55);
}
.focus\:outline-sky-600\/60:focus {
  outline-color: rgb(2 132 199 / 0.6);
}
.focus\:outline-sky-600\/65:focus {
  outline-color: rgb(2 132 199 / 0.65);
}
.focus\:outline-sky-600\/70:focus {
  outline-color: rgb(2 132 199 / 0.7);
}
.focus\:outline-sky-600\/75:focus {
  outline-color: rgb(2 132 199 / 0.75);
}
.focus\:outline-sky-600\/80:focus {
  outline-color: rgb(2 132 199 / 0.8);
}
.focus\:outline-sky-600\/85:focus {
  outline-color: rgb(2 132 199 / 0.85);
}
.focus\:outline-sky-600\/90:focus {
  outline-color: rgb(2 132 199 / 0.9);
}
.focus\:outline-sky-600\/95:focus {
  outline-color: rgb(2 132 199 / 0.95);
}
.focus\:outline-sky-700:focus {
  outline-color: #0369a1;
}
.focus\:outline-sky-700\/0:focus {
  outline-color: rgb(3 105 161 / 0);
}
.focus\:outline-sky-700\/10:focus {
  outline-color: rgb(3 105 161 / 0.1);
}
.focus\:outline-sky-700\/100:focus {
  outline-color: rgb(3 105 161 / 1);
}
.focus\:outline-sky-700\/15:focus {
  outline-color: rgb(3 105 161 / 0.15);
}
.focus\:outline-sky-700\/20:focus {
  outline-color: rgb(3 105 161 / 0.2);
}
.focus\:outline-sky-700\/25:focus {
  outline-color: rgb(3 105 161 / 0.25);
}
.focus\:outline-sky-700\/30:focus {
  outline-color: rgb(3 105 161 / 0.3);
}
.focus\:outline-sky-700\/35:focus {
  outline-color: rgb(3 105 161 / 0.35);
}
.focus\:outline-sky-700\/40:focus {
  outline-color: rgb(3 105 161 / 0.4);
}
.focus\:outline-sky-700\/45:focus {
  outline-color: rgb(3 105 161 / 0.45);
}
.focus\:outline-sky-700\/5:focus {
  outline-color: rgb(3 105 161 / 0.05);
}
.focus\:outline-sky-700\/50:focus {
  outline-color: rgb(3 105 161 / 0.5);
}
.focus\:outline-sky-700\/55:focus {
  outline-color: rgb(3 105 161 / 0.55);
}
.focus\:outline-sky-700\/60:focus {
  outline-color: rgb(3 105 161 / 0.6);
}
.focus\:outline-sky-700\/65:focus {
  outline-color: rgb(3 105 161 / 0.65);
}
.focus\:outline-sky-700\/70:focus {
  outline-color: rgb(3 105 161 / 0.7);
}
.focus\:outline-sky-700\/75:focus {
  outline-color: rgb(3 105 161 / 0.75);
}
.focus\:outline-sky-700\/80:focus {
  outline-color: rgb(3 105 161 / 0.8);
}
.focus\:outline-sky-700\/85:focus {
  outline-color: rgb(3 105 161 / 0.85);
}
.focus\:outline-sky-700\/90:focus {
  outline-color: rgb(3 105 161 / 0.9);
}
.focus\:outline-sky-700\/95:focus {
  outline-color: rgb(3 105 161 / 0.95);
}
.focus\:outline-sky-800:focus {
  outline-color: #075985;
}
.focus\:outline-sky-800\/0:focus {
  outline-color: rgb(7 89 133 / 0);
}
.focus\:outline-sky-800\/10:focus {
  outline-color: rgb(7 89 133 / 0.1);
}
.focus\:outline-sky-800\/100:focus {
  outline-color: rgb(7 89 133 / 1);
}
.focus\:outline-sky-800\/15:focus {
  outline-color: rgb(7 89 133 / 0.15);
}
.focus\:outline-sky-800\/20:focus {
  outline-color: rgb(7 89 133 / 0.2);
}
.focus\:outline-sky-800\/25:focus {
  outline-color: rgb(7 89 133 / 0.25);
}
.focus\:outline-sky-800\/30:focus {
  outline-color: rgb(7 89 133 / 0.3);
}
.focus\:outline-sky-800\/35:focus {
  outline-color: rgb(7 89 133 / 0.35);
}
.focus\:outline-sky-800\/40:focus {
  outline-color: rgb(7 89 133 / 0.4);
}
.focus\:outline-sky-800\/45:focus {
  outline-color: rgb(7 89 133 / 0.45);
}
.focus\:outline-sky-800\/5:focus {
  outline-color: rgb(7 89 133 / 0.05);
}
.focus\:outline-sky-800\/50:focus {
  outline-color: rgb(7 89 133 / 0.5);
}
.focus\:outline-sky-800\/55:focus {
  outline-color: rgb(7 89 133 / 0.55);
}
.focus\:outline-sky-800\/60:focus {
  outline-color: rgb(7 89 133 / 0.6);
}
.focus\:outline-sky-800\/65:focus {
  outline-color: rgb(7 89 133 / 0.65);
}
.focus\:outline-sky-800\/70:focus {
  outline-color: rgb(7 89 133 / 0.7);
}
.focus\:outline-sky-800\/75:focus {
  outline-color: rgb(7 89 133 / 0.75);
}
.focus\:outline-sky-800\/80:focus {
  outline-color: rgb(7 89 133 / 0.8);
}
.focus\:outline-sky-800\/85:focus {
  outline-color: rgb(7 89 133 / 0.85);
}
.focus\:outline-sky-800\/90:focus {
  outline-color: rgb(7 89 133 / 0.9);
}
.focus\:outline-sky-800\/95:focus {
  outline-color: rgb(7 89 133 / 0.95);
}
.focus\:outline-sky-900:focus {
  outline-color: #0c4a6e;
}
.focus\:outline-sky-900\/0:focus {
  outline-color: rgb(12 74 110 / 0);
}
.focus\:outline-sky-900\/10:focus {
  outline-color: rgb(12 74 110 / 0.1);
}
.focus\:outline-sky-900\/100:focus {
  outline-color: rgb(12 74 110 / 1);
}
.focus\:outline-sky-900\/15:focus {
  outline-color: rgb(12 74 110 / 0.15);
}
.focus\:outline-sky-900\/20:focus {
  outline-color: rgb(12 74 110 / 0.2);
}
.focus\:outline-sky-900\/25:focus {
  outline-color: rgb(12 74 110 / 0.25);
}
.focus\:outline-sky-900\/30:focus {
  outline-color: rgb(12 74 110 / 0.3);
}
.focus\:outline-sky-900\/35:focus {
  outline-color: rgb(12 74 110 / 0.35);
}
.focus\:outline-sky-900\/40:focus {
  outline-color: rgb(12 74 110 / 0.4);
}
.focus\:outline-sky-900\/45:focus {
  outline-color: rgb(12 74 110 / 0.45);
}
.focus\:outline-sky-900\/5:focus {
  outline-color: rgb(12 74 110 / 0.05);
}
.focus\:outline-sky-900\/50:focus {
  outline-color: rgb(12 74 110 / 0.5);
}
.focus\:outline-sky-900\/55:focus {
  outline-color: rgb(12 74 110 / 0.55);
}
.focus\:outline-sky-900\/60:focus {
  outline-color: rgb(12 74 110 / 0.6);
}
.focus\:outline-sky-900\/65:focus {
  outline-color: rgb(12 74 110 / 0.65);
}
.focus\:outline-sky-900\/70:focus {
  outline-color: rgb(12 74 110 / 0.7);
}
.focus\:outline-sky-900\/75:focus {
  outline-color: rgb(12 74 110 / 0.75);
}
.focus\:outline-sky-900\/80:focus {
  outline-color: rgb(12 74 110 / 0.8);
}
.focus\:outline-sky-900\/85:focus {
  outline-color: rgb(12 74 110 / 0.85);
}
.focus\:outline-sky-900\/90:focus {
  outline-color: rgb(12 74 110 / 0.9);
}
.focus\:outline-sky-900\/95:focus {
  outline-color: rgb(12 74 110 / 0.95);
}
.focus\:outline-sky-950:focus {
  outline-color: #082f49;
}
.focus\:outline-sky-950\/0:focus {
  outline-color: rgb(8 47 73 / 0);
}
.focus\:outline-sky-950\/10:focus {
  outline-color: rgb(8 47 73 / 0.1);
}
.focus\:outline-sky-950\/100:focus {
  outline-color: rgb(8 47 73 / 1);
}
.focus\:outline-sky-950\/15:focus {
  outline-color: rgb(8 47 73 / 0.15);
}
.focus\:outline-sky-950\/20:focus {
  outline-color: rgb(8 47 73 / 0.2);
}
.focus\:outline-sky-950\/25:focus {
  outline-color: rgb(8 47 73 / 0.25);
}
.focus\:outline-sky-950\/30:focus {
  outline-color: rgb(8 47 73 / 0.3);
}
.focus\:outline-sky-950\/35:focus {
  outline-color: rgb(8 47 73 / 0.35);
}
.focus\:outline-sky-950\/40:focus {
  outline-color: rgb(8 47 73 / 0.4);
}
.focus\:outline-sky-950\/45:focus {
  outline-color: rgb(8 47 73 / 0.45);
}
.focus\:outline-sky-950\/5:focus {
  outline-color: rgb(8 47 73 / 0.05);
}
.focus\:outline-sky-950\/50:focus {
  outline-color: rgb(8 47 73 / 0.5);
}
.focus\:outline-sky-950\/55:focus {
  outline-color: rgb(8 47 73 / 0.55);
}
.focus\:outline-sky-950\/60:focus {
  outline-color: rgb(8 47 73 / 0.6);
}
.focus\:outline-sky-950\/65:focus {
  outline-color: rgb(8 47 73 / 0.65);
}
.focus\:outline-sky-950\/70:focus {
  outline-color: rgb(8 47 73 / 0.7);
}
.focus\:outline-sky-950\/75:focus {
  outline-color: rgb(8 47 73 / 0.75);
}
.focus\:outline-sky-950\/80:focus {
  outline-color: rgb(8 47 73 / 0.8);
}
.focus\:outline-sky-950\/85:focus {
  outline-color: rgb(8 47 73 / 0.85);
}
.focus\:outline-sky-950\/90:focus {
  outline-color: rgb(8 47 73 / 0.9);
}
.focus\:outline-sky-950\/95:focus {
  outline-color: rgb(8 47 73 / 0.95);
}
.focus\:outline-slate-100:focus {
  outline-color: #f1f5f9;
}
.focus\:outline-slate-100\/0:focus {
  outline-color: rgb(241 245 249 / 0);
}
.focus\:outline-slate-100\/10:focus {
  outline-color: rgb(241 245 249 / 0.1);
}
.focus\:outline-slate-100\/100:focus {
  outline-color: rgb(241 245 249 / 1);
}
.focus\:outline-slate-100\/15:focus {
  outline-color: rgb(241 245 249 / 0.15);
}
.focus\:outline-slate-100\/20:focus {
  outline-color: rgb(241 245 249 / 0.2);
}
.focus\:outline-slate-100\/25:focus {
  outline-color: rgb(241 245 249 / 0.25);
}
.focus\:outline-slate-100\/30:focus {
  outline-color: rgb(241 245 249 / 0.3);
}
.focus\:outline-slate-100\/35:focus {
  outline-color: rgb(241 245 249 / 0.35);
}
.focus\:outline-slate-100\/40:focus {
  outline-color: rgb(241 245 249 / 0.4);
}
.focus\:outline-slate-100\/45:focus {
  outline-color: rgb(241 245 249 / 0.45);
}
.focus\:outline-slate-100\/5:focus {
  outline-color: rgb(241 245 249 / 0.05);
}
.focus\:outline-slate-100\/50:focus {
  outline-color: rgb(241 245 249 / 0.5);
}
.focus\:outline-slate-100\/55:focus {
  outline-color: rgb(241 245 249 / 0.55);
}
.focus\:outline-slate-100\/60:focus {
  outline-color: rgb(241 245 249 / 0.6);
}
.focus\:outline-slate-100\/65:focus {
  outline-color: rgb(241 245 249 / 0.65);
}
.focus\:outline-slate-100\/70:focus {
  outline-color: rgb(241 245 249 / 0.7);
}
.focus\:outline-slate-100\/75:focus {
  outline-color: rgb(241 245 249 / 0.75);
}
.focus\:outline-slate-100\/80:focus {
  outline-color: rgb(241 245 249 / 0.8);
}
.focus\:outline-slate-100\/85:focus {
  outline-color: rgb(241 245 249 / 0.85);
}
.focus\:outline-slate-100\/90:focus {
  outline-color: rgb(241 245 249 / 0.9);
}
.focus\:outline-slate-100\/95:focus {
  outline-color: rgb(241 245 249 / 0.95);
}
.focus\:outline-slate-200:focus {
  outline-color: #e2e8f0;
}
.focus\:outline-slate-200\/0:focus {
  outline-color: rgb(226 232 240 / 0);
}
.focus\:outline-slate-200\/10:focus {
  outline-color: rgb(226 232 240 / 0.1);
}
.focus\:outline-slate-200\/100:focus {
  outline-color: rgb(226 232 240 / 1);
}
.focus\:outline-slate-200\/15:focus {
  outline-color: rgb(226 232 240 / 0.15);
}
.focus\:outline-slate-200\/20:focus {
  outline-color: rgb(226 232 240 / 0.2);
}
.focus\:outline-slate-200\/25:focus {
  outline-color: rgb(226 232 240 / 0.25);
}
.focus\:outline-slate-200\/30:focus {
  outline-color: rgb(226 232 240 / 0.3);
}
.focus\:outline-slate-200\/35:focus {
  outline-color: rgb(226 232 240 / 0.35);
}
.focus\:outline-slate-200\/40:focus {
  outline-color: rgb(226 232 240 / 0.4);
}
.focus\:outline-slate-200\/45:focus {
  outline-color: rgb(226 232 240 / 0.45);
}
.focus\:outline-slate-200\/5:focus {
  outline-color: rgb(226 232 240 / 0.05);
}
.focus\:outline-slate-200\/50:focus {
  outline-color: rgb(226 232 240 / 0.5);
}
.focus\:outline-slate-200\/55:focus {
  outline-color: rgb(226 232 240 / 0.55);
}
.focus\:outline-slate-200\/60:focus {
  outline-color: rgb(226 232 240 / 0.6);
}
.focus\:outline-slate-200\/65:focus {
  outline-color: rgb(226 232 240 / 0.65);
}
.focus\:outline-slate-200\/70:focus {
  outline-color: rgb(226 232 240 / 0.7);
}
.focus\:outline-slate-200\/75:focus {
  outline-color: rgb(226 232 240 / 0.75);
}
.focus\:outline-slate-200\/80:focus {
  outline-color: rgb(226 232 240 / 0.8);
}
.focus\:outline-slate-200\/85:focus {
  outline-color: rgb(226 232 240 / 0.85);
}
.focus\:outline-slate-200\/90:focus {
  outline-color: rgb(226 232 240 / 0.9);
}
.focus\:outline-slate-200\/95:focus {
  outline-color: rgb(226 232 240 / 0.95);
}
.focus\:outline-slate-300:focus {
  outline-color: #cbd5e1;
}
.focus\:outline-slate-300\/0:focus {
  outline-color: rgb(203 213 225 / 0);
}
.focus\:outline-slate-300\/10:focus {
  outline-color: rgb(203 213 225 / 0.1);
}
.focus\:outline-slate-300\/100:focus {
  outline-color: rgb(203 213 225 / 1);
}
.focus\:outline-slate-300\/15:focus {
  outline-color: rgb(203 213 225 / 0.15);
}
.focus\:outline-slate-300\/20:focus {
  outline-color: rgb(203 213 225 / 0.2);
}
.focus\:outline-slate-300\/25:focus {
  outline-color: rgb(203 213 225 / 0.25);
}
.focus\:outline-slate-300\/30:focus {
  outline-color: rgb(203 213 225 / 0.3);
}
.focus\:outline-slate-300\/35:focus {
  outline-color: rgb(203 213 225 / 0.35);
}
.focus\:outline-slate-300\/40:focus {
  outline-color: rgb(203 213 225 / 0.4);
}
.focus\:outline-slate-300\/45:focus {
  outline-color: rgb(203 213 225 / 0.45);
}
.focus\:outline-slate-300\/5:focus {
  outline-color: rgb(203 213 225 / 0.05);
}
.focus\:outline-slate-300\/50:focus {
  outline-color: rgb(203 213 225 / 0.5);
}
.focus\:outline-slate-300\/55:focus {
  outline-color: rgb(203 213 225 / 0.55);
}
.focus\:outline-slate-300\/60:focus {
  outline-color: rgb(203 213 225 / 0.6);
}
.focus\:outline-slate-300\/65:focus {
  outline-color: rgb(203 213 225 / 0.65);
}
.focus\:outline-slate-300\/70:focus {
  outline-color: rgb(203 213 225 / 0.7);
}
.focus\:outline-slate-300\/75:focus {
  outline-color: rgb(203 213 225 / 0.75);
}
.focus\:outline-slate-300\/80:focus {
  outline-color: rgb(203 213 225 / 0.8);
}
.focus\:outline-slate-300\/85:focus {
  outline-color: rgb(203 213 225 / 0.85);
}
.focus\:outline-slate-300\/90:focus {
  outline-color: rgb(203 213 225 / 0.9);
}
.focus\:outline-slate-300\/95:focus {
  outline-color: rgb(203 213 225 / 0.95);
}
.focus\:outline-slate-400:focus {
  outline-color: #94a3b8;
}
.focus\:outline-slate-400\/0:focus {
  outline-color: rgb(148 163 184 / 0);
}
.focus\:outline-slate-400\/10:focus {
  outline-color: rgb(148 163 184 / 0.1);
}
.focus\:outline-slate-400\/100:focus {
  outline-color: rgb(148 163 184 / 1);
}
.focus\:outline-slate-400\/15:focus {
  outline-color: rgb(148 163 184 / 0.15);
}
.focus\:outline-slate-400\/20:focus {
  outline-color: rgb(148 163 184 / 0.2);
}
.focus\:outline-slate-400\/25:focus {
  outline-color: rgb(148 163 184 / 0.25);
}
.focus\:outline-slate-400\/30:focus {
  outline-color: rgb(148 163 184 / 0.3);
}
.focus\:outline-slate-400\/35:focus {
  outline-color: rgb(148 163 184 / 0.35);
}
.focus\:outline-slate-400\/40:focus {
  outline-color: rgb(148 163 184 / 0.4);
}
.focus\:outline-slate-400\/45:focus {
  outline-color: rgb(148 163 184 / 0.45);
}
.focus\:outline-slate-400\/5:focus {
  outline-color: rgb(148 163 184 / 0.05);
}
.focus\:outline-slate-400\/50:focus {
  outline-color: rgb(148 163 184 / 0.5);
}
.focus\:outline-slate-400\/55:focus {
  outline-color: rgb(148 163 184 / 0.55);
}
.focus\:outline-slate-400\/60:focus {
  outline-color: rgb(148 163 184 / 0.6);
}
.focus\:outline-slate-400\/65:focus {
  outline-color: rgb(148 163 184 / 0.65);
}
.focus\:outline-slate-400\/70:focus {
  outline-color: rgb(148 163 184 / 0.7);
}
.focus\:outline-slate-400\/75:focus {
  outline-color: rgb(148 163 184 / 0.75);
}
.focus\:outline-slate-400\/80:focus {
  outline-color: rgb(148 163 184 / 0.8);
}
.focus\:outline-slate-400\/85:focus {
  outline-color: rgb(148 163 184 / 0.85);
}
.focus\:outline-slate-400\/90:focus {
  outline-color: rgb(148 163 184 / 0.9);
}
.focus\:outline-slate-400\/95:focus {
  outline-color: rgb(148 163 184 / 0.95);
}
.focus\:outline-slate-50:focus {
  outline-color: #f8fafc;
}
.focus\:outline-slate-50\/0:focus {
  outline-color: rgb(248 250 252 / 0);
}
.focus\:outline-slate-50\/10:focus {
  outline-color: rgb(248 250 252 / 0.1);
}
.focus\:outline-slate-50\/100:focus {
  outline-color: rgb(248 250 252 / 1);
}
.focus\:outline-slate-50\/15:focus {
  outline-color: rgb(248 250 252 / 0.15);
}
.focus\:outline-slate-50\/20:focus {
  outline-color: rgb(248 250 252 / 0.2);
}
.focus\:outline-slate-50\/25:focus {
  outline-color: rgb(248 250 252 / 0.25);
}
.focus\:outline-slate-50\/30:focus {
  outline-color: rgb(248 250 252 / 0.3);
}
.focus\:outline-slate-50\/35:focus {
  outline-color: rgb(248 250 252 / 0.35);
}
.focus\:outline-slate-50\/40:focus {
  outline-color: rgb(248 250 252 / 0.4);
}
.focus\:outline-slate-50\/45:focus {
  outline-color: rgb(248 250 252 / 0.45);
}
.focus\:outline-slate-50\/5:focus {
  outline-color: rgb(248 250 252 / 0.05);
}
.focus\:outline-slate-50\/50:focus {
  outline-color: rgb(248 250 252 / 0.5);
}
.focus\:outline-slate-50\/55:focus {
  outline-color: rgb(248 250 252 / 0.55);
}
.focus\:outline-slate-50\/60:focus {
  outline-color: rgb(248 250 252 / 0.6);
}
.focus\:outline-slate-50\/65:focus {
  outline-color: rgb(248 250 252 / 0.65);
}
.focus\:outline-slate-50\/70:focus {
  outline-color: rgb(248 250 252 / 0.7);
}
.focus\:outline-slate-50\/75:focus {
  outline-color: rgb(248 250 252 / 0.75);
}
.focus\:outline-slate-50\/80:focus {
  outline-color: rgb(248 250 252 / 0.8);
}
.focus\:outline-slate-50\/85:focus {
  outline-color: rgb(248 250 252 / 0.85);
}
.focus\:outline-slate-50\/90:focus {
  outline-color: rgb(248 250 252 / 0.9);
}
.focus\:outline-slate-50\/95:focus {
  outline-color: rgb(248 250 252 / 0.95);
}
.focus\:outline-slate-500:focus {
  outline-color: #64748b;
}
.focus\:outline-slate-500\/0:focus {
  outline-color: rgb(100 116 139 / 0);
}
.focus\:outline-slate-500\/10:focus {
  outline-color: rgb(100 116 139 / 0.1);
}
.focus\:outline-slate-500\/100:focus {
  outline-color: rgb(100 116 139 / 1);
}
.focus\:outline-slate-500\/15:focus {
  outline-color: rgb(100 116 139 / 0.15);
}
.focus\:outline-slate-500\/20:focus {
  outline-color: rgb(100 116 139 / 0.2);
}
.focus\:outline-slate-500\/25:focus {
  outline-color: rgb(100 116 139 / 0.25);
}
.focus\:outline-slate-500\/30:focus {
  outline-color: rgb(100 116 139 / 0.3);
}
.focus\:outline-slate-500\/35:focus {
  outline-color: rgb(100 116 139 / 0.35);
}
.focus\:outline-slate-500\/40:focus {
  outline-color: rgb(100 116 139 / 0.4);
}
.focus\:outline-slate-500\/45:focus {
  outline-color: rgb(100 116 139 / 0.45);
}
.focus\:outline-slate-500\/5:focus {
  outline-color: rgb(100 116 139 / 0.05);
}
.focus\:outline-slate-500\/50:focus {
  outline-color: rgb(100 116 139 / 0.5);
}
.focus\:outline-slate-500\/55:focus {
  outline-color: rgb(100 116 139 / 0.55);
}
.focus\:outline-slate-500\/60:focus {
  outline-color: rgb(100 116 139 / 0.6);
}
.focus\:outline-slate-500\/65:focus {
  outline-color: rgb(100 116 139 / 0.65);
}
.focus\:outline-slate-500\/70:focus {
  outline-color: rgb(100 116 139 / 0.7);
}
.focus\:outline-slate-500\/75:focus {
  outline-color: rgb(100 116 139 / 0.75);
}
.focus\:outline-slate-500\/80:focus {
  outline-color: rgb(100 116 139 / 0.8);
}
.focus\:outline-slate-500\/85:focus {
  outline-color: rgb(100 116 139 / 0.85);
}
.focus\:outline-slate-500\/90:focus {
  outline-color: rgb(100 116 139 / 0.9);
}
.focus\:outline-slate-500\/95:focus {
  outline-color: rgb(100 116 139 / 0.95);
}
.focus\:outline-slate-600:focus {
  outline-color: #475569;
}
.focus\:outline-slate-600\/0:focus {
  outline-color: rgb(71 85 105 / 0);
}
.focus\:outline-slate-600\/10:focus {
  outline-color: rgb(71 85 105 / 0.1);
}
.focus\:outline-slate-600\/100:focus {
  outline-color: rgb(71 85 105 / 1);
}
.focus\:outline-slate-600\/15:focus {
  outline-color: rgb(71 85 105 / 0.15);
}
.focus\:outline-slate-600\/20:focus {
  outline-color: rgb(71 85 105 / 0.2);
}
.focus\:outline-slate-600\/25:focus {
  outline-color: rgb(71 85 105 / 0.25);
}
.focus\:outline-slate-600\/30:focus {
  outline-color: rgb(71 85 105 / 0.3);
}
.focus\:outline-slate-600\/35:focus {
  outline-color: rgb(71 85 105 / 0.35);
}
.focus\:outline-slate-600\/40:focus {
  outline-color: rgb(71 85 105 / 0.4);
}
.focus\:outline-slate-600\/45:focus {
  outline-color: rgb(71 85 105 / 0.45);
}
.focus\:outline-slate-600\/5:focus {
  outline-color: rgb(71 85 105 / 0.05);
}
.focus\:outline-slate-600\/50:focus {
  outline-color: rgb(71 85 105 / 0.5);
}
.focus\:outline-slate-600\/55:focus {
  outline-color: rgb(71 85 105 / 0.55);
}
.focus\:outline-slate-600\/60:focus {
  outline-color: rgb(71 85 105 / 0.6);
}
.focus\:outline-slate-600\/65:focus {
  outline-color: rgb(71 85 105 / 0.65);
}
.focus\:outline-slate-600\/70:focus {
  outline-color: rgb(71 85 105 / 0.7);
}
.focus\:outline-slate-600\/75:focus {
  outline-color: rgb(71 85 105 / 0.75);
}
.focus\:outline-slate-600\/80:focus {
  outline-color: rgb(71 85 105 / 0.8);
}
.focus\:outline-slate-600\/85:focus {
  outline-color: rgb(71 85 105 / 0.85);
}
.focus\:outline-slate-600\/90:focus {
  outline-color: rgb(71 85 105 / 0.9);
}
.focus\:outline-slate-600\/95:focus {
  outline-color: rgb(71 85 105 / 0.95);
}
.focus\:outline-slate-700:focus {
  outline-color: #334155;
}
.focus\:outline-slate-700\/0:focus {
  outline-color: rgb(51 65 85 / 0);
}
.focus\:outline-slate-700\/10:focus {
  outline-color: rgb(51 65 85 / 0.1);
}
.focus\:outline-slate-700\/100:focus {
  outline-color: rgb(51 65 85 / 1);
}
.focus\:outline-slate-700\/15:focus {
  outline-color: rgb(51 65 85 / 0.15);
}
.focus\:outline-slate-700\/20:focus {
  outline-color: rgb(51 65 85 / 0.2);
}
.focus\:outline-slate-700\/25:focus {
  outline-color: rgb(51 65 85 / 0.25);
}
.focus\:outline-slate-700\/30:focus {
  outline-color: rgb(51 65 85 / 0.3);
}
.focus\:outline-slate-700\/35:focus {
  outline-color: rgb(51 65 85 / 0.35);
}
.focus\:outline-slate-700\/40:focus {
  outline-color: rgb(51 65 85 / 0.4);
}
.focus\:outline-slate-700\/45:focus {
  outline-color: rgb(51 65 85 / 0.45);
}
.focus\:outline-slate-700\/5:focus {
  outline-color: rgb(51 65 85 / 0.05);
}
.focus\:outline-slate-700\/50:focus {
  outline-color: rgb(51 65 85 / 0.5);
}
.focus\:outline-slate-700\/55:focus {
  outline-color: rgb(51 65 85 / 0.55);
}
.focus\:outline-slate-700\/60:focus {
  outline-color: rgb(51 65 85 / 0.6);
}
.focus\:outline-slate-700\/65:focus {
  outline-color: rgb(51 65 85 / 0.65);
}
.focus\:outline-slate-700\/70:focus {
  outline-color: rgb(51 65 85 / 0.7);
}
.focus\:outline-slate-700\/75:focus {
  outline-color: rgb(51 65 85 / 0.75);
}
.focus\:outline-slate-700\/80:focus {
  outline-color: rgb(51 65 85 / 0.8);
}
.focus\:outline-slate-700\/85:focus {
  outline-color: rgb(51 65 85 / 0.85);
}
.focus\:outline-slate-700\/90:focus {
  outline-color: rgb(51 65 85 / 0.9);
}
.focus\:outline-slate-700\/95:focus {
  outline-color: rgb(51 65 85 / 0.95);
}
.focus\:outline-slate-800:focus {
  outline-color: #1e293b;
}
.focus\:outline-slate-800\/0:focus {
  outline-color: rgb(30 41 59 / 0);
}
.focus\:outline-slate-800\/10:focus {
  outline-color: rgb(30 41 59 / 0.1);
}
.focus\:outline-slate-800\/100:focus {
  outline-color: rgb(30 41 59 / 1);
}
.focus\:outline-slate-800\/15:focus {
  outline-color: rgb(30 41 59 / 0.15);
}
.focus\:outline-slate-800\/20:focus {
  outline-color: rgb(30 41 59 / 0.2);
}
.focus\:outline-slate-800\/25:focus {
  outline-color: rgb(30 41 59 / 0.25);
}
.focus\:outline-slate-800\/30:focus {
  outline-color: rgb(30 41 59 / 0.3);
}
.focus\:outline-slate-800\/35:focus {
  outline-color: rgb(30 41 59 / 0.35);
}
.focus\:outline-slate-800\/40:focus {
  outline-color: rgb(30 41 59 / 0.4);
}
.focus\:outline-slate-800\/45:focus {
  outline-color: rgb(30 41 59 / 0.45);
}
.focus\:outline-slate-800\/5:focus {
  outline-color: rgb(30 41 59 / 0.05);
}
.focus\:outline-slate-800\/50:focus {
  outline-color: rgb(30 41 59 / 0.5);
}
.focus\:outline-slate-800\/55:focus {
  outline-color: rgb(30 41 59 / 0.55);
}
.focus\:outline-slate-800\/60:focus {
  outline-color: rgb(30 41 59 / 0.6);
}
.focus\:outline-slate-800\/65:focus {
  outline-color: rgb(30 41 59 / 0.65);
}
.focus\:outline-slate-800\/70:focus {
  outline-color: rgb(30 41 59 / 0.7);
}
.focus\:outline-slate-800\/75:focus {
  outline-color: rgb(30 41 59 / 0.75);
}
.focus\:outline-slate-800\/80:focus {
  outline-color: rgb(30 41 59 / 0.8);
}
.focus\:outline-slate-800\/85:focus {
  outline-color: rgb(30 41 59 / 0.85);
}
.focus\:outline-slate-800\/90:focus {
  outline-color: rgb(30 41 59 / 0.9);
}
.focus\:outline-slate-800\/95:focus {
  outline-color: rgb(30 41 59 / 0.95);
}
.focus\:outline-slate-900:focus {
  outline-color: #0f172a;
}
.focus\:outline-slate-900\/0:focus {
  outline-color: rgb(15 23 42 / 0);
}
.focus\:outline-slate-900\/10:focus {
  outline-color: rgb(15 23 42 / 0.1);
}
.focus\:outline-slate-900\/100:focus {
  outline-color: rgb(15 23 42 / 1);
}
.focus\:outline-slate-900\/15:focus {
  outline-color: rgb(15 23 42 / 0.15);
}
.focus\:outline-slate-900\/20:focus {
  outline-color: rgb(15 23 42 / 0.2);
}
.focus\:outline-slate-900\/25:focus {
  outline-color: rgb(15 23 42 / 0.25);
}
.focus\:outline-slate-900\/30:focus {
  outline-color: rgb(15 23 42 / 0.3);
}
.focus\:outline-slate-900\/35:focus {
  outline-color: rgb(15 23 42 / 0.35);
}
.focus\:outline-slate-900\/40:focus {
  outline-color: rgb(15 23 42 / 0.4);
}
.focus\:outline-slate-900\/45:focus {
  outline-color: rgb(15 23 42 / 0.45);
}
.focus\:outline-slate-900\/5:focus {
  outline-color: rgb(15 23 42 / 0.05);
}
.focus\:outline-slate-900\/50:focus {
  outline-color: rgb(15 23 42 / 0.5);
}
.focus\:outline-slate-900\/55:focus {
  outline-color: rgb(15 23 42 / 0.55);
}
.focus\:outline-slate-900\/60:focus {
  outline-color: rgb(15 23 42 / 0.6);
}
.focus\:outline-slate-900\/65:focus {
  outline-color: rgb(15 23 42 / 0.65);
}
.focus\:outline-slate-900\/70:focus {
  outline-color: rgb(15 23 42 / 0.7);
}
.focus\:outline-slate-900\/75:focus {
  outline-color: rgb(15 23 42 / 0.75);
}
.focus\:outline-slate-900\/80:focus {
  outline-color: rgb(15 23 42 / 0.8);
}
.focus\:outline-slate-900\/85:focus {
  outline-color: rgb(15 23 42 / 0.85);
}
.focus\:outline-slate-900\/90:focus {
  outline-color: rgb(15 23 42 / 0.9);
}
.focus\:outline-slate-900\/95:focus {
  outline-color: rgb(15 23 42 / 0.95);
}
.focus\:outline-slate-950:focus {
  outline-color: #020617;
}
.focus\:outline-slate-950\/0:focus {
  outline-color: rgb(2 6 23 / 0);
}
.focus\:outline-slate-950\/10:focus {
  outline-color: rgb(2 6 23 / 0.1);
}
.focus\:outline-slate-950\/100:focus {
  outline-color: rgb(2 6 23 / 1);
}
.focus\:outline-slate-950\/15:focus {
  outline-color: rgb(2 6 23 / 0.15);
}
.focus\:outline-slate-950\/20:focus {
  outline-color: rgb(2 6 23 / 0.2);
}
.focus\:outline-slate-950\/25:focus {
  outline-color: rgb(2 6 23 / 0.25);
}
.focus\:outline-slate-950\/30:focus {
  outline-color: rgb(2 6 23 / 0.3);
}
.focus\:outline-slate-950\/35:focus {
  outline-color: rgb(2 6 23 / 0.35);
}
.focus\:outline-slate-950\/40:focus {
  outline-color: rgb(2 6 23 / 0.4);
}
.focus\:outline-slate-950\/45:focus {
  outline-color: rgb(2 6 23 / 0.45);
}
.focus\:outline-slate-950\/5:focus {
  outline-color: rgb(2 6 23 / 0.05);
}
.focus\:outline-slate-950\/50:focus {
  outline-color: rgb(2 6 23 / 0.5);
}
.focus\:outline-slate-950\/55:focus {
  outline-color: rgb(2 6 23 / 0.55);
}
.focus\:outline-slate-950\/60:focus {
  outline-color: rgb(2 6 23 / 0.6);
}
.focus\:outline-slate-950\/65:focus {
  outline-color: rgb(2 6 23 / 0.65);
}
.focus\:outline-slate-950\/70:focus {
  outline-color: rgb(2 6 23 / 0.7);
}
.focus\:outline-slate-950\/75:focus {
  outline-color: rgb(2 6 23 / 0.75);
}
.focus\:outline-slate-950\/80:focus {
  outline-color: rgb(2 6 23 / 0.8);
}
.focus\:outline-slate-950\/85:focus {
  outline-color: rgb(2 6 23 / 0.85);
}
.focus\:outline-slate-950\/90:focus {
  outline-color: rgb(2 6 23 / 0.9);
}
.focus\:outline-slate-950\/95:focus {
  outline-color: rgb(2 6 23 / 0.95);
}
.focus\:outline-stone-100:focus {
  outline-color: #f5f5f4;
}
.focus\:outline-stone-100\/0:focus {
  outline-color: rgb(245 245 244 / 0);
}
.focus\:outline-stone-100\/10:focus {
  outline-color: rgb(245 245 244 / 0.1);
}
.focus\:outline-stone-100\/100:focus {
  outline-color: rgb(245 245 244 / 1);
}
.focus\:outline-stone-100\/15:focus {
  outline-color: rgb(245 245 244 / 0.15);
}
.focus\:outline-stone-100\/20:focus {
  outline-color: rgb(245 245 244 / 0.2);
}
.focus\:outline-stone-100\/25:focus {
  outline-color: rgb(245 245 244 / 0.25);
}
.focus\:outline-stone-100\/30:focus {
  outline-color: rgb(245 245 244 / 0.3);
}
.focus\:outline-stone-100\/35:focus {
  outline-color: rgb(245 245 244 / 0.35);
}
.focus\:outline-stone-100\/40:focus {
  outline-color: rgb(245 245 244 / 0.4);
}
.focus\:outline-stone-100\/45:focus {
  outline-color: rgb(245 245 244 / 0.45);
}
.focus\:outline-stone-100\/5:focus {
  outline-color: rgb(245 245 244 / 0.05);
}
.focus\:outline-stone-100\/50:focus {
  outline-color: rgb(245 245 244 / 0.5);
}
.focus\:outline-stone-100\/55:focus {
  outline-color: rgb(245 245 244 / 0.55);
}
.focus\:outline-stone-100\/60:focus {
  outline-color: rgb(245 245 244 / 0.6);
}
.focus\:outline-stone-100\/65:focus {
  outline-color: rgb(245 245 244 / 0.65);
}
.focus\:outline-stone-100\/70:focus {
  outline-color: rgb(245 245 244 / 0.7);
}
.focus\:outline-stone-100\/75:focus {
  outline-color: rgb(245 245 244 / 0.75);
}
.focus\:outline-stone-100\/80:focus {
  outline-color: rgb(245 245 244 / 0.8);
}
.focus\:outline-stone-100\/85:focus {
  outline-color: rgb(245 245 244 / 0.85);
}
.focus\:outline-stone-100\/90:focus {
  outline-color: rgb(245 245 244 / 0.9);
}
.focus\:outline-stone-100\/95:focus {
  outline-color: rgb(245 245 244 / 0.95);
}
.focus\:outline-stone-200:focus {
  outline-color: #e7e5e4;
}
.focus\:outline-stone-200\/0:focus {
  outline-color: rgb(231 229 228 / 0);
}
.focus\:outline-stone-200\/10:focus {
  outline-color: rgb(231 229 228 / 0.1);
}
.focus\:outline-stone-200\/100:focus {
  outline-color: rgb(231 229 228 / 1);
}
.focus\:outline-stone-200\/15:focus {
  outline-color: rgb(231 229 228 / 0.15);
}
.focus\:outline-stone-200\/20:focus {
  outline-color: rgb(231 229 228 / 0.2);
}
.focus\:outline-stone-200\/25:focus {
  outline-color: rgb(231 229 228 / 0.25);
}
.focus\:outline-stone-200\/30:focus {
  outline-color: rgb(231 229 228 / 0.3);
}
.focus\:outline-stone-200\/35:focus {
  outline-color: rgb(231 229 228 / 0.35);
}
.focus\:outline-stone-200\/40:focus {
  outline-color: rgb(231 229 228 / 0.4);
}
.focus\:outline-stone-200\/45:focus {
  outline-color: rgb(231 229 228 / 0.45);
}
.focus\:outline-stone-200\/5:focus {
  outline-color: rgb(231 229 228 / 0.05);
}
.focus\:outline-stone-200\/50:focus {
  outline-color: rgb(231 229 228 / 0.5);
}
.focus\:outline-stone-200\/55:focus {
  outline-color: rgb(231 229 228 / 0.55);
}
.focus\:outline-stone-200\/60:focus {
  outline-color: rgb(231 229 228 / 0.6);
}
.focus\:outline-stone-200\/65:focus {
  outline-color: rgb(231 229 228 / 0.65);
}
.focus\:outline-stone-200\/70:focus {
  outline-color: rgb(231 229 228 / 0.7);
}
.focus\:outline-stone-200\/75:focus {
  outline-color: rgb(231 229 228 / 0.75);
}
.focus\:outline-stone-200\/80:focus {
  outline-color: rgb(231 229 228 / 0.8);
}
.focus\:outline-stone-200\/85:focus {
  outline-color: rgb(231 229 228 / 0.85);
}
.focus\:outline-stone-200\/90:focus {
  outline-color: rgb(231 229 228 / 0.9);
}
.focus\:outline-stone-200\/95:focus {
  outline-color: rgb(231 229 228 / 0.95);
}
.focus\:outline-stone-300:focus {
  outline-color: #d6d3d1;
}
.focus\:outline-stone-300\/0:focus {
  outline-color: rgb(214 211 209 / 0);
}
.focus\:outline-stone-300\/10:focus {
  outline-color: rgb(214 211 209 / 0.1);
}
.focus\:outline-stone-300\/100:focus {
  outline-color: rgb(214 211 209 / 1);
}
.focus\:outline-stone-300\/15:focus {
  outline-color: rgb(214 211 209 / 0.15);
}
.focus\:outline-stone-300\/20:focus {
  outline-color: rgb(214 211 209 / 0.2);
}
.focus\:outline-stone-300\/25:focus {
  outline-color: rgb(214 211 209 / 0.25);
}
.focus\:outline-stone-300\/30:focus {
  outline-color: rgb(214 211 209 / 0.3);
}
.focus\:outline-stone-300\/35:focus {
  outline-color: rgb(214 211 209 / 0.35);
}
.focus\:outline-stone-300\/40:focus {
  outline-color: rgb(214 211 209 / 0.4);
}
.focus\:outline-stone-300\/45:focus {
  outline-color: rgb(214 211 209 / 0.45);
}
.focus\:outline-stone-300\/5:focus {
  outline-color: rgb(214 211 209 / 0.05);
}
.focus\:outline-stone-300\/50:focus {
  outline-color: rgb(214 211 209 / 0.5);
}
.focus\:outline-stone-300\/55:focus {
  outline-color: rgb(214 211 209 / 0.55);
}
.focus\:outline-stone-300\/60:focus {
  outline-color: rgb(214 211 209 / 0.6);
}
.focus\:outline-stone-300\/65:focus {
  outline-color: rgb(214 211 209 / 0.65);
}
.focus\:outline-stone-300\/70:focus {
  outline-color: rgb(214 211 209 / 0.7);
}
.focus\:outline-stone-300\/75:focus {
  outline-color: rgb(214 211 209 / 0.75);
}
.focus\:outline-stone-300\/80:focus {
  outline-color: rgb(214 211 209 / 0.8);
}
.focus\:outline-stone-300\/85:focus {
  outline-color: rgb(214 211 209 / 0.85);
}
.focus\:outline-stone-300\/90:focus {
  outline-color: rgb(214 211 209 / 0.9);
}
.focus\:outline-stone-300\/95:focus {
  outline-color: rgb(214 211 209 / 0.95);
}
.focus\:outline-stone-400:focus {
  outline-color: #a8a29e;
}
.focus\:outline-stone-400\/0:focus {
  outline-color: rgb(168 162 158 / 0);
}
.focus\:outline-stone-400\/10:focus {
  outline-color: rgb(168 162 158 / 0.1);
}
.focus\:outline-stone-400\/100:focus {
  outline-color: rgb(168 162 158 / 1);
}
.focus\:outline-stone-400\/15:focus {
  outline-color: rgb(168 162 158 / 0.15);
}
.focus\:outline-stone-400\/20:focus {
  outline-color: rgb(168 162 158 / 0.2);
}
.focus\:outline-stone-400\/25:focus {
  outline-color: rgb(168 162 158 / 0.25);
}
.focus\:outline-stone-400\/30:focus {
  outline-color: rgb(168 162 158 / 0.3);
}
.focus\:outline-stone-400\/35:focus {
  outline-color: rgb(168 162 158 / 0.35);
}
.focus\:outline-stone-400\/40:focus {
  outline-color: rgb(168 162 158 / 0.4);
}
.focus\:outline-stone-400\/45:focus {
  outline-color: rgb(168 162 158 / 0.45);
}
.focus\:outline-stone-400\/5:focus {
  outline-color: rgb(168 162 158 / 0.05);
}
.focus\:outline-stone-400\/50:focus {
  outline-color: rgb(168 162 158 / 0.5);
}
.focus\:outline-stone-400\/55:focus {
  outline-color: rgb(168 162 158 / 0.55);
}
.focus\:outline-stone-400\/60:focus {
  outline-color: rgb(168 162 158 / 0.6);
}
.focus\:outline-stone-400\/65:focus {
  outline-color: rgb(168 162 158 / 0.65);
}
.focus\:outline-stone-400\/70:focus {
  outline-color: rgb(168 162 158 / 0.7);
}
.focus\:outline-stone-400\/75:focus {
  outline-color: rgb(168 162 158 / 0.75);
}
.focus\:outline-stone-400\/80:focus {
  outline-color: rgb(168 162 158 / 0.8);
}
.focus\:outline-stone-400\/85:focus {
  outline-color: rgb(168 162 158 / 0.85);
}
.focus\:outline-stone-400\/90:focus {
  outline-color: rgb(168 162 158 / 0.9);
}
.focus\:outline-stone-400\/95:focus {
  outline-color: rgb(168 162 158 / 0.95);
}
.focus\:outline-stone-50:focus {
  outline-color: #fafaf9;
}
.focus\:outline-stone-50\/0:focus {
  outline-color: rgb(250 250 249 / 0);
}
.focus\:outline-stone-50\/10:focus {
  outline-color: rgb(250 250 249 / 0.1);
}
.focus\:outline-stone-50\/100:focus {
  outline-color: rgb(250 250 249 / 1);
}
.focus\:outline-stone-50\/15:focus {
  outline-color: rgb(250 250 249 / 0.15);
}
.focus\:outline-stone-50\/20:focus {
  outline-color: rgb(250 250 249 / 0.2);
}
.focus\:outline-stone-50\/25:focus {
  outline-color: rgb(250 250 249 / 0.25);
}
.focus\:outline-stone-50\/30:focus {
  outline-color: rgb(250 250 249 / 0.3);
}
.focus\:outline-stone-50\/35:focus {
  outline-color: rgb(250 250 249 / 0.35);
}
.focus\:outline-stone-50\/40:focus {
  outline-color: rgb(250 250 249 / 0.4);
}
.focus\:outline-stone-50\/45:focus {
  outline-color: rgb(250 250 249 / 0.45);
}
.focus\:outline-stone-50\/5:focus {
  outline-color: rgb(250 250 249 / 0.05);
}
.focus\:outline-stone-50\/50:focus {
  outline-color: rgb(250 250 249 / 0.5);
}
.focus\:outline-stone-50\/55:focus {
  outline-color: rgb(250 250 249 / 0.55);
}
.focus\:outline-stone-50\/60:focus {
  outline-color: rgb(250 250 249 / 0.6);
}
.focus\:outline-stone-50\/65:focus {
  outline-color: rgb(250 250 249 / 0.65);
}
.focus\:outline-stone-50\/70:focus {
  outline-color: rgb(250 250 249 / 0.7);
}
.focus\:outline-stone-50\/75:focus {
  outline-color: rgb(250 250 249 / 0.75);
}
.focus\:outline-stone-50\/80:focus {
  outline-color: rgb(250 250 249 / 0.8);
}
.focus\:outline-stone-50\/85:focus {
  outline-color: rgb(250 250 249 / 0.85);
}
.focus\:outline-stone-50\/90:focus {
  outline-color: rgb(250 250 249 / 0.9);
}
.focus\:outline-stone-50\/95:focus {
  outline-color: rgb(250 250 249 / 0.95);
}
.focus\:outline-stone-500:focus {
  outline-color: #78716c;
}
.focus\:outline-stone-500\/0:focus {
  outline-color: rgb(120 113 108 / 0);
}
.focus\:outline-stone-500\/10:focus {
  outline-color: rgb(120 113 108 / 0.1);
}
.focus\:outline-stone-500\/100:focus {
  outline-color: rgb(120 113 108 / 1);
}
.focus\:outline-stone-500\/15:focus {
  outline-color: rgb(120 113 108 / 0.15);
}
.focus\:outline-stone-500\/20:focus {
  outline-color: rgb(120 113 108 / 0.2);
}
.focus\:outline-stone-500\/25:focus {
  outline-color: rgb(120 113 108 / 0.25);
}
.focus\:outline-stone-500\/30:focus {
  outline-color: rgb(120 113 108 / 0.3);
}
.focus\:outline-stone-500\/35:focus {
  outline-color: rgb(120 113 108 / 0.35);
}
.focus\:outline-stone-500\/40:focus {
  outline-color: rgb(120 113 108 / 0.4);
}
.focus\:outline-stone-500\/45:focus {
  outline-color: rgb(120 113 108 / 0.45);
}
.focus\:outline-stone-500\/5:focus {
  outline-color: rgb(120 113 108 / 0.05);
}
.focus\:outline-stone-500\/50:focus {
  outline-color: rgb(120 113 108 / 0.5);
}
.focus\:outline-stone-500\/55:focus {
  outline-color: rgb(120 113 108 / 0.55);
}
.focus\:outline-stone-500\/60:focus {
  outline-color: rgb(120 113 108 / 0.6);
}
.focus\:outline-stone-500\/65:focus {
  outline-color: rgb(120 113 108 / 0.65);
}
.focus\:outline-stone-500\/70:focus {
  outline-color: rgb(120 113 108 / 0.7);
}
.focus\:outline-stone-500\/75:focus {
  outline-color: rgb(120 113 108 / 0.75);
}
.focus\:outline-stone-500\/80:focus {
  outline-color: rgb(120 113 108 / 0.8);
}
.focus\:outline-stone-500\/85:focus {
  outline-color: rgb(120 113 108 / 0.85);
}
.focus\:outline-stone-500\/90:focus {
  outline-color: rgb(120 113 108 / 0.9);
}
.focus\:outline-stone-500\/95:focus {
  outline-color: rgb(120 113 108 / 0.95);
}
.focus\:outline-stone-600:focus {
  outline-color: #57534e;
}
.focus\:outline-stone-600\/0:focus {
  outline-color: rgb(87 83 78 / 0);
}
.focus\:outline-stone-600\/10:focus {
  outline-color: rgb(87 83 78 / 0.1);
}
.focus\:outline-stone-600\/100:focus {
  outline-color: rgb(87 83 78 / 1);
}
.focus\:outline-stone-600\/15:focus {
  outline-color: rgb(87 83 78 / 0.15);
}
.focus\:outline-stone-600\/20:focus {
  outline-color: rgb(87 83 78 / 0.2);
}
.focus\:outline-stone-600\/25:focus {
  outline-color: rgb(87 83 78 / 0.25);
}
.focus\:outline-stone-600\/30:focus {
  outline-color: rgb(87 83 78 / 0.3);
}
.focus\:outline-stone-600\/35:focus {
  outline-color: rgb(87 83 78 / 0.35);
}
.focus\:outline-stone-600\/40:focus {
  outline-color: rgb(87 83 78 / 0.4);
}
.focus\:outline-stone-600\/45:focus {
  outline-color: rgb(87 83 78 / 0.45);
}
.focus\:outline-stone-600\/5:focus {
  outline-color: rgb(87 83 78 / 0.05);
}
.focus\:outline-stone-600\/50:focus {
  outline-color: rgb(87 83 78 / 0.5);
}
.focus\:outline-stone-600\/55:focus {
  outline-color: rgb(87 83 78 / 0.55);
}
.focus\:outline-stone-600\/60:focus {
  outline-color: rgb(87 83 78 / 0.6);
}
.focus\:outline-stone-600\/65:focus {
  outline-color: rgb(87 83 78 / 0.65);
}
.focus\:outline-stone-600\/70:focus {
  outline-color: rgb(87 83 78 / 0.7);
}
.focus\:outline-stone-600\/75:focus {
  outline-color: rgb(87 83 78 / 0.75);
}
.focus\:outline-stone-600\/80:focus {
  outline-color: rgb(87 83 78 / 0.8);
}
.focus\:outline-stone-600\/85:focus {
  outline-color: rgb(87 83 78 / 0.85);
}
.focus\:outline-stone-600\/90:focus {
  outline-color: rgb(87 83 78 / 0.9);
}
.focus\:outline-stone-600\/95:focus {
  outline-color: rgb(87 83 78 / 0.95);
}
.focus\:outline-stone-700:focus {
  outline-color: #44403c;
}
.focus\:outline-stone-700\/0:focus {
  outline-color: rgb(68 64 60 / 0);
}
.focus\:outline-stone-700\/10:focus {
  outline-color: rgb(68 64 60 / 0.1);
}
.focus\:outline-stone-700\/100:focus {
  outline-color: rgb(68 64 60 / 1);
}
.focus\:outline-stone-700\/15:focus {
  outline-color: rgb(68 64 60 / 0.15);
}
.focus\:outline-stone-700\/20:focus {
  outline-color: rgb(68 64 60 / 0.2);
}
.focus\:outline-stone-700\/25:focus {
  outline-color: rgb(68 64 60 / 0.25);
}
.focus\:outline-stone-700\/30:focus {
  outline-color: rgb(68 64 60 / 0.3);
}
.focus\:outline-stone-700\/35:focus {
  outline-color: rgb(68 64 60 / 0.35);
}
.focus\:outline-stone-700\/40:focus {
  outline-color: rgb(68 64 60 / 0.4);
}
.focus\:outline-stone-700\/45:focus {
  outline-color: rgb(68 64 60 / 0.45);
}
.focus\:outline-stone-700\/5:focus {
  outline-color: rgb(68 64 60 / 0.05);
}
.focus\:outline-stone-700\/50:focus {
  outline-color: rgb(68 64 60 / 0.5);
}
.focus\:outline-stone-700\/55:focus {
  outline-color: rgb(68 64 60 / 0.55);
}
.focus\:outline-stone-700\/60:focus {
  outline-color: rgb(68 64 60 / 0.6);
}
.focus\:outline-stone-700\/65:focus {
  outline-color: rgb(68 64 60 / 0.65);
}
.focus\:outline-stone-700\/70:focus {
  outline-color: rgb(68 64 60 / 0.7);
}
.focus\:outline-stone-700\/75:focus {
  outline-color: rgb(68 64 60 / 0.75);
}
.focus\:outline-stone-700\/80:focus {
  outline-color: rgb(68 64 60 / 0.8);
}
.focus\:outline-stone-700\/85:focus {
  outline-color: rgb(68 64 60 / 0.85);
}
.focus\:outline-stone-700\/90:focus {
  outline-color: rgb(68 64 60 / 0.9);
}
.focus\:outline-stone-700\/95:focus {
  outline-color: rgb(68 64 60 / 0.95);
}
.focus\:outline-stone-800:focus {
  outline-color: #292524;
}
.focus\:outline-stone-800\/0:focus {
  outline-color: rgb(41 37 36 / 0);
}
.focus\:outline-stone-800\/10:focus {
  outline-color: rgb(41 37 36 / 0.1);
}
.focus\:outline-stone-800\/100:focus {
  outline-color: rgb(41 37 36 / 1);
}
.focus\:outline-stone-800\/15:focus {
  outline-color: rgb(41 37 36 / 0.15);
}
.focus\:outline-stone-800\/20:focus {
  outline-color: rgb(41 37 36 / 0.2);
}
.focus\:outline-stone-800\/25:focus {
  outline-color: rgb(41 37 36 / 0.25);
}
.focus\:outline-stone-800\/30:focus {
  outline-color: rgb(41 37 36 / 0.3);
}
.focus\:outline-stone-800\/35:focus {
  outline-color: rgb(41 37 36 / 0.35);
}
.focus\:outline-stone-800\/40:focus {
  outline-color: rgb(41 37 36 / 0.4);
}
.focus\:outline-stone-800\/45:focus {
  outline-color: rgb(41 37 36 / 0.45);
}
.focus\:outline-stone-800\/5:focus {
  outline-color: rgb(41 37 36 / 0.05);
}
.focus\:outline-stone-800\/50:focus {
  outline-color: rgb(41 37 36 / 0.5);
}
.focus\:outline-stone-800\/55:focus {
  outline-color: rgb(41 37 36 / 0.55);
}
.focus\:outline-stone-800\/60:focus {
  outline-color: rgb(41 37 36 / 0.6);
}
.focus\:outline-stone-800\/65:focus {
  outline-color: rgb(41 37 36 / 0.65);
}
.focus\:outline-stone-800\/70:focus {
  outline-color: rgb(41 37 36 / 0.7);
}
.focus\:outline-stone-800\/75:focus {
  outline-color: rgb(41 37 36 / 0.75);
}
.focus\:outline-stone-800\/80:focus {
  outline-color: rgb(41 37 36 / 0.8);
}
.focus\:outline-stone-800\/85:focus {
  outline-color: rgb(41 37 36 / 0.85);
}
.focus\:outline-stone-800\/90:focus {
  outline-color: rgb(41 37 36 / 0.9);
}
.focus\:outline-stone-800\/95:focus {
  outline-color: rgb(41 37 36 / 0.95);
}
.focus\:outline-stone-900:focus {
  outline-color: #1c1917;
}
.focus\:outline-stone-900\/0:focus {
  outline-color: rgb(28 25 23 / 0);
}
.focus\:outline-stone-900\/10:focus {
  outline-color: rgb(28 25 23 / 0.1);
}
.focus\:outline-stone-900\/100:focus {
  outline-color: rgb(28 25 23 / 1);
}
.focus\:outline-stone-900\/15:focus {
  outline-color: rgb(28 25 23 / 0.15);
}
.focus\:outline-stone-900\/20:focus {
  outline-color: rgb(28 25 23 / 0.2);
}
.focus\:outline-stone-900\/25:focus {
  outline-color: rgb(28 25 23 / 0.25);
}
.focus\:outline-stone-900\/30:focus {
  outline-color: rgb(28 25 23 / 0.3);
}
.focus\:outline-stone-900\/35:focus {
  outline-color: rgb(28 25 23 / 0.35);
}
.focus\:outline-stone-900\/40:focus {
  outline-color: rgb(28 25 23 / 0.4);
}
.focus\:outline-stone-900\/45:focus {
  outline-color: rgb(28 25 23 / 0.45);
}
.focus\:outline-stone-900\/5:focus {
  outline-color: rgb(28 25 23 / 0.05);
}
.focus\:outline-stone-900\/50:focus {
  outline-color: rgb(28 25 23 / 0.5);
}
.focus\:outline-stone-900\/55:focus {
  outline-color: rgb(28 25 23 / 0.55);
}
.focus\:outline-stone-900\/60:focus {
  outline-color: rgb(28 25 23 / 0.6);
}
.focus\:outline-stone-900\/65:focus {
  outline-color: rgb(28 25 23 / 0.65);
}
.focus\:outline-stone-900\/70:focus {
  outline-color: rgb(28 25 23 / 0.7);
}
.focus\:outline-stone-900\/75:focus {
  outline-color: rgb(28 25 23 / 0.75);
}
.focus\:outline-stone-900\/80:focus {
  outline-color: rgb(28 25 23 / 0.8);
}
.focus\:outline-stone-900\/85:focus {
  outline-color: rgb(28 25 23 / 0.85);
}
.focus\:outline-stone-900\/90:focus {
  outline-color: rgb(28 25 23 / 0.9);
}
.focus\:outline-stone-900\/95:focus {
  outline-color: rgb(28 25 23 / 0.95);
}
.focus\:outline-stone-950:focus {
  outline-color: #0c0a09;
}
.focus\:outline-stone-950\/0:focus {
  outline-color: rgb(12 10 9 / 0);
}
.focus\:outline-stone-950\/10:focus {
  outline-color: rgb(12 10 9 / 0.1);
}
.focus\:outline-stone-950\/100:focus {
  outline-color: rgb(12 10 9 / 1);
}
.focus\:outline-stone-950\/15:focus {
  outline-color: rgb(12 10 9 / 0.15);
}
.focus\:outline-stone-950\/20:focus {
  outline-color: rgb(12 10 9 / 0.2);
}
.focus\:outline-stone-950\/25:focus {
  outline-color: rgb(12 10 9 / 0.25);
}
.focus\:outline-stone-950\/30:focus {
  outline-color: rgb(12 10 9 / 0.3);
}
.focus\:outline-stone-950\/35:focus {
  outline-color: rgb(12 10 9 / 0.35);
}
.focus\:outline-stone-950\/40:focus {
  outline-color: rgb(12 10 9 / 0.4);
}
.focus\:outline-stone-950\/45:focus {
  outline-color: rgb(12 10 9 / 0.45);
}
.focus\:outline-stone-950\/5:focus {
  outline-color: rgb(12 10 9 / 0.05);
}
.focus\:outline-stone-950\/50:focus {
  outline-color: rgb(12 10 9 / 0.5);
}
.focus\:outline-stone-950\/55:focus {
  outline-color: rgb(12 10 9 / 0.55);
}
.focus\:outline-stone-950\/60:focus {
  outline-color: rgb(12 10 9 / 0.6);
}
.focus\:outline-stone-950\/65:focus {
  outline-color: rgb(12 10 9 / 0.65);
}
.focus\:outline-stone-950\/70:focus {
  outline-color: rgb(12 10 9 / 0.7);
}
.focus\:outline-stone-950\/75:focus {
  outline-color: rgb(12 10 9 / 0.75);
}
.focus\:outline-stone-950\/80:focus {
  outline-color: rgb(12 10 9 / 0.8);
}
.focus\:outline-stone-950\/85:focus {
  outline-color: rgb(12 10 9 / 0.85);
}
.focus\:outline-stone-950\/90:focus {
  outline-color: rgb(12 10 9 / 0.9);
}
.focus\:outline-stone-950\/95:focus {
  outline-color: rgb(12 10 9 / 0.95);
}
.focus\:outline-teal-100:focus {
  outline-color: #ccfbf1;
}
.focus\:outline-teal-100\/0:focus {
  outline-color: rgb(204 251 241 / 0);
}
.focus\:outline-teal-100\/10:focus {
  outline-color: rgb(204 251 241 / 0.1);
}
.focus\:outline-teal-100\/100:focus {
  outline-color: rgb(204 251 241 / 1);
}
.focus\:outline-teal-100\/15:focus {
  outline-color: rgb(204 251 241 / 0.15);
}
.focus\:outline-teal-100\/20:focus {
  outline-color: rgb(204 251 241 / 0.2);
}
.focus\:outline-teal-100\/25:focus {
  outline-color: rgb(204 251 241 / 0.25);
}
.focus\:outline-teal-100\/30:focus {
  outline-color: rgb(204 251 241 / 0.3);
}
.focus\:outline-teal-100\/35:focus {
  outline-color: rgb(204 251 241 / 0.35);
}
.focus\:outline-teal-100\/40:focus {
  outline-color: rgb(204 251 241 / 0.4);
}
.focus\:outline-teal-100\/45:focus {
  outline-color: rgb(204 251 241 / 0.45);
}
.focus\:outline-teal-100\/5:focus {
  outline-color: rgb(204 251 241 / 0.05);
}
.focus\:outline-teal-100\/50:focus {
  outline-color: rgb(204 251 241 / 0.5);
}
.focus\:outline-teal-100\/55:focus {
  outline-color: rgb(204 251 241 / 0.55);
}
.focus\:outline-teal-100\/60:focus {
  outline-color: rgb(204 251 241 / 0.6);
}
.focus\:outline-teal-100\/65:focus {
  outline-color: rgb(204 251 241 / 0.65);
}
.focus\:outline-teal-100\/70:focus {
  outline-color: rgb(204 251 241 / 0.7);
}
.focus\:outline-teal-100\/75:focus {
  outline-color: rgb(204 251 241 / 0.75);
}
.focus\:outline-teal-100\/80:focus {
  outline-color: rgb(204 251 241 / 0.8);
}
.focus\:outline-teal-100\/85:focus {
  outline-color: rgb(204 251 241 / 0.85);
}
.focus\:outline-teal-100\/90:focus {
  outline-color: rgb(204 251 241 / 0.9);
}
.focus\:outline-teal-100\/95:focus {
  outline-color: rgb(204 251 241 / 0.95);
}
.focus\:outline-teal-200:focus {
  outline-color: #99f6e4;
}
.focus\:outline-teal-200\/0:focus {
  outline-color: rgb(153 246 228 / 0);
}
.focus\:outline-teal-200\/10:focus {
  outline-color: rgb(153 246 228 / 0.1);
}
.focus\:outline-teal-200\/100:focus {
  outline-color: rgb(153 246 228 / 1);
}
.focus\:outline-teal-200\/15:focus {
  outline-color: rgb(153 246 228 / 0.15);
}
.focus\:outline-teal-200\/20:focus {
  outline-color: rgb(153 246 228 / 0.2);
}
.focus\:outline-teal-200\/25:focus {
  outline-color: rgb(153 246 228 / 0.25);
}
.focus\:outline-teal-200\/30:focus {
  outline-color: rgb(153 246 228 / 0.3);
}
.focus\:outline-teal-200\/35:focus {
  outline-color: rgb(153 246 228 / 0.35);
}
.focus\:outline-teal-200\/40:focus {
  outline-color: rgb(153 246 228 / 0.4);
}
.focus\:outline-teal-200\/45:focus {
  outline-color: rgb(153 246 228 / 0.45);
}
.focus\:outline-teal-200\/5:focus {
  outline-color: rgb(153 246 228 / 0.05);
}
.focus\:outline-teal-200\/50:focus {
  outline-color: rgb(153 246 228 / 0.5);
}
.focus\:outline-teal-200\/55:focus {
  outline-color: rgb(153 246 228 / 0.55);
}
.focus\:outline-teal-200\/60:focus {
  outline-color: rgb(153 246 228 / 0.6);
}
.focus\:outline-teal-200\/65:focus {
  outline-color: rgb(153 246 228 / 0.65);
}
.focus\:outline-teal-200\/70:focus {
  outline-color: rgb(153 246 228 / 0.7);
}
.focus\:outline-teal-200\/75:focus {
  outline-color: rgb(153 246 228 / 0.75);
}
.focus\:outline-teal-200\/80:focus {
  outline-color: rgb(153 246 228 / 0.8);
}
.focus\:outline-teal-200\/85:focus {
  outline-color: rgb(153 246 228 / 0.85);
}
.focus\:outline-teal-200\/90:focus {
  outline-color: rgb(153 246 228 / 0.9);
}
.focus\:outline-teal-200\/95:focus {
  outline-color: rgb(153 246 228 / 0.95);
}
.focus\:outline-teal-300:focus {
  outline-color: #5eead4;
}
.focus\:outline-teal-300\/0:focus {
  outline-color: rgb(94 234 212 / 0);
}
.focus\:outline-teal-300\/10:focus {
  outline-color: rgb(94 234 212 / 0.1);
}
.focus\:outline-teal-300\/100:focus {
  outline-color: rgb(94 234 212 / 1);
}
.focus\:outline-teal-300\/15:focus {
  outline-color: rgb(94 234 212 / 0.15);
}
.focus\:outline-teal-300\/20:focus {
  outline-color: rgb(94 234 212 / 0.2);
}
.focus\:outline-teal-300\/25:focus {
  outline-color: rgb(94 234 212 / 0.25);
}
.focus\:outline-teal-300\/30:focus {
  outline-color: rgb(94 234 212 / 0.3);
}
.focus\:outline-teal-300\/35:focus {
  outline-color: rgb(94 234 212 / 0.35);
}
.focus\:outline-teal-300\/40:focus {
  outline-color: rgb(94 234 212 / 0.4);
}
.focus\:outline-teal-300\/45:focus {
  outline-color: rgb(94 234 212 / 0.45);
}
.focus\:outline-teal-300\/5:focus {
  outline-color: rgb(94 234 212 / 0.05);
}
.focus\:outline-teal-300\/50:focus {
  outline-color: rgb(94 234 212 / 0.5);
}
.focus\:outline-teal-300\/55:focus {
  outline-color: rgb(94 234 212 / 0.55);
}
.focus\:outline-teal-300\/60:focus {
  outline-color: rgb(94 234 212 / 0.6);
}
.focus\:outline-teal-300\/65:focus {
  outline-color: rgb(94 234 212 / 0.65);
}
.focus\:outline-teal-300\/70:focus {
  outline-color: rgb(94 234 212 / 0.7);
}
.focus\:outline-teal-300\/75:focus {
  outline-color: rgb(94 234 212 / 0.75);
}
.focus\:outline-teal-300\/80:focus {
  outline-color: rgb(94 234 212 / 0.8);
}
.focus\:outline-teal-300\/85:focus {
  outline-color: rgb(94 234 212 / 0.85);
}
.focus\:outline-teal-300\/90:focus {
  outline-color: rgb(94 234 212 / 0.9);
}
.focus\:outline-teal-300\/95:focus {
  outline-color: rgb(94 234 212 / 0.95);
}
.focus\:outline-teal-400:focus {
  outline-color: #2dd4bf;
}
.focus\:outline-teal-400\/0:focus {
  outline-color: rgb(45 212 191 / 0);
}
.focus\:outline-teal-400\/10:focus {
  outline-color: rgb(45 212 191 / 0.1);
}
.focus\:outline-teal-400\/100:focus {
  outline-color: rgb(45 212 191 / 1);
}
.focus\:outline-teal-400\/15:focus {
  outline-color: rgb(45 212 191 / 0.15);
}
.focus\:outline-teal-400\/20:focus {
  outline-color: rgb(45 212 191 / 0.2);
}
.focus\:outline-teal-400\/25:focus {
  outline-color: rgb(45 212 191 / 0.25);
}
.focus\:outline-teal-400\/30:focus {
  outline-color: rgb(45 212 191 / 0.3);
}
.focus\:outline-teal-400\/35:focus {
  outline-color: rgb(45 212 191 / 0.35);
}
.focus\:outline-teal-400\/40:focus {
  outline-color: rgb(45 212 191 / 0.4);
}
.focus\:outline-teal-400\/45:focus {
  outline-color: rgb(45 212 191 / 0.45);
}
.focus\:outline-teal-400\/5:focus {
  outline-color: rgb(45 212 191 / 0.05);
}
.focus\:outline-teal-400\/50:focus {
  outline-color: rgb(45 212 191 / 0.5);
}
.focus\:outline-teal-400\/55:focus {
  outline-color: rgb(45 212 191 / 0.55);
}
.focus\:outline-teal-400\/60:focus {
  outline-color: rgb(45 212 191 / 0.6);
}
.focus\:outline-teal-400\/65:focus {
  outline-color: rgb(45 212 191 / 0.65);
}
.focus\:outline-teal-400\/70:focus {
  outline-color: rgb(45 212 191 / 0.7);
}
.focus\:outline-teal-400\/75:focus {
  outline-color: rgb(45 212 191 / 0.75);
}
.focus\:outline-teal-400\/80:focus {
  outline-color: rgb(45 212 191 / 0.8);
}
.focus\:outline-teal-400\/85:focus {
  outline-color: rgb(45 212 191 / 0.85);
}
.focus\:outline-teal-400\/90:focus {
  outline-color: rgb(45 212 191 / 0.9);
}
.focus\:outline-teal-400\/95:focus {
  outline-color: rgb(45 212 191 / 0.95);
}
.focus\:outline-teal-50:focus {
  outline-color: #f0fdfa;
}
.focus\:outline-teal-50\/0:focus {
  outline-color: rgb(240 253 250 / 0);
}
.focus\:outline-teal-50\/10:focus {
  outline-color: rgb(240 253 250 / 0.1);
}
.focus\:outline-teal-50\/100:focus {
  outline-color: rgb(240 253 250 / 1);
}
.focus\:outline-teal-50\/15:focus {
  outline-color: rgb(240 253 250 / 0.15);
}
.focus\:outline-teal-50\/20:focus {
  outline-color: rgb(240 253 250 / 0.2);
}
.focus\:outline-teal-50\/25:focus {
  outline-color: rgb(240 253 250 / 0.25);
}
.focus\:outline-teal-50\/30:focus {
  outline-color: rgb(240 253 250 / 0.3);
}
.focus\:outline-teal-50\/35:focus {
  outline-color: rgb(240 253 250 / 0.35);
}
.focus\:outline-teal-50\/40:focus {
  outline-color: rgb(240 253 250 / 0.4);
}
.focus\:outline-teal-50\/45:focus {
  outline-color: rgb(240 253 250 / 0.45);
}
.focus\:outline-teal-50\/5:focus {
  outline-color: rgb(240 253 250 / 0.05);
}
.focus\:outline-teal-50\/50:focus {
  outline-color: rgb(240 253 250 / 0.5);
}
.focus\:outline-teal-50\/55:focus {
  outline-color: rgb(240 253 250 / 0.55);
}
.focus\:outline-teal-50\/60:focus {
  outline-color: rgb(240 253 250 / 0.6);
}
.focus\:outline-teal-50\/65:focus {
  outline-color: rgb(240 253 250 / 0.65);
}
.focus\:outline-teal-50\/70:focus {
  outline-color: rgb(240 253 250 / 0.7);
}
.focus\:outline-teal-50\/75:focus {
  outline-color: rgb(240 253 250 / 0.75);
}
.focus\:outline-teal-50\/80:focus {
  outline-color: rgb(240 253 250 / 0.8);
}
.focus\:outline-teal-50\/85:focus {
  outline-color: rgb(240 253 250 / 0.85);
}
.focus\:outline-teal-50\/90:focus {
  outline-color: rgb(240 253 250 / 0.9);
}
.focus\:outline-teal-50\/95:focus {
  outline-color: rgb(240 253 250 / 0.95);
}
.focus\:outline-teal-500:focus {
  outline-color: #14b8a6;
}
.focus\:outline-teal-500\/0:focus {
  outline-color: rgb(20 184 166 / 0);
}
.focus\:outline-teal-500\/10:focus {
  outline-color: rgb(20 184 166 / 0.1);
}
.focus\:outline-teal-500\/100:focus {
  outline-color: rgb(20 184 166 / 1);
}
.focus\:outline-teal-500\/15:focus {
  outline-color: rgb(20 184 166 / 0.15);
}
.focus\:outline-teal-500\/20:focus {
  outline-color: rgb(20 184 166 / 0.2);
}
.focus\:outline-teal-500\/25:focus {
  outline-color: rgb(20 184 166 / 0.25);
}
.focus\:outline-teal-500\/30:focus {
  outline-color: rgb(20 184 166 / 0.3);
}
.focus\:outline-teal-500\/35:focus {
  outline-color: rgb(20 184 166 / 0.35);
}
.focus\:outline-teal-500\/40:focus {
  outline-color: rgb(20 184 166 / 0.4);
}
.focus\:outline-teal-500\/45:focus {
  outline-color: rgb(20 184 166 / 0.45);
}
.focus\:outline-teal-500\/5:focus {
  outline-color: rgb(20 184 166 / 0.05);
}
.focus\:outline-teal-500\/50:focus {
  outline-color: rgb(20 184 166 / 0.5);
}
.focus\:outline-teal-500\/55:focus {
  outline-color: rgb(20 184 166 / 0.55);
}
.focus\:outline-teal-500\/60:focus {
  outline-color: rgb(20 184 166 / 0.6);
}
.focus\:outline-teal-500\/65:focus {
  outline-color: rgb(20 184 166 / 0.65);
}
.focus\:outline-teal-500\/70:focus {
  outline-color: rgb(20 184 166 / 0.7);
}
.focus\:outline-teal-500\/75:focus {
  outline-color: rgb(20 184 166 / 0.75);
}
.focus\:outline-teal-500\/80:focus {
  outline-color: rgb(20 184 166 / 0.8);
}
.focus\:outline-teal-500\/85:focus {
  outline-color: rgb(20 184 166 / 0.85);
}
.focus\:outline-teal-500\/90:focus {
  outline-color: rgb(20 184 166 / 0.9);
}
.focus\:outline-teal-500\/95:focus {
  outline-color: rgb(20 184 166 / 0.95);
}
.focus\:outline-teal-600:focus {
  outline-color: #0d9488;
}
.focus\:outline-teal-600\/0:focus {
  outline-color: rgb(13 148 136 / 0);
}
.focus\:outline-teal-600\/10:focus {
  outline-color: rgb(13 148 136 / 0.1);
}
.focus\:outline-teal-600\/100:focus {
  outline-color: rgb(13 148 136 / 1);
}
.focus\:outline-teal-600\/15:focus {
  outline-color: rgb(13 148 136 / 0.15);
}
.focus\:outline-teal-600\/20:focus {
  outline-color: rgb(13 148 136 / 0.2);
}
.focus\:outline-teal-600\/25:focus {
  outline-color: rgb(13 148 136 / 0.25);
}
.focus\:outline-teal-600\/30:focus {
  outline-color: rgb(13 148 136 / 0.3);
}
.focus\:outline-teal-600\/35:focus {
  outline-color: rgb(13 148 136 / 0.35);
}
.focus\:outline-teal-600\/40:focus {
  outline-color: rgb(13 148 136 / 0.4);
}
.focus\:outline-teal-600\/45:focus {
  outline-color: rgb(13 148 136 / 0.45);
}
.focus\:outline-teal-600\/5:focus {
  outline-color: rgb(13 148 136 / 0.05);
}
.focus\:outline-teal-600\/50:focus {
  outline-color: rgb(13 148 136 / 0.5);
}
.focus\:outline-teal-600\/55:focus {
  outline-color: rgb(13 148 136 / 0.55);
}
.focus\:outline-teal-600\/60:focus {
  outline-color: rgb(13 148 136 / 0.6);
}
.focus\:outline-teal-600\/65:focus {
  outline-color: rgb(13 148 136 / 0.65);
}
.focus\:outline-teal-600\/70:focus {
  outline-color: rgb(13 148 136 / 0.7);
}
.focus\:outline-teal-600\/75:focus {
  outline-color: rgb(13 148 136 / 0.75);
}
.focus\:outline-teal-600\/80:focus {
  outline-color: rgb(13 148 136 / 0.8);
}
.focus\:outline-teal-600\/85:focus {
  outline-color: rgb(13 148 136 / 0.85);
}
.focus\:outline-teal-600\/90:focus {
  outline-color: rgb(13 148 136 / 0.9);
}
.focus\:outline-teal-600\/95:focus {
  outline-color: rgb(13 148 136 / 0.95);
}
.focus\:outline-teal-700:focus {
  outline-color: #0f766e;
}
.focus\:outline-teal-700\/0:focus {
  outline-color: rgb(15 118 110 / 0);
}
.focus\:outline-teal-700\/10:focus {
  outline-color: rgb(15 118 110 / 0.1);
}
.focus\:outline-teal-700\/100:focus {
  outline-color: rgb(15 118 110 / 1);
}
.focus\:outline-teal-700\/15:focus {
  outline-color: rgb(15 118 110 / 0.15);
}
.focus\:outline-teal-700\/20:focus {
  outline-color: rgb(15 118 110 / 0.2);
}
.focus\:outline-teal-700\/25:focus {
  outline-color: rgb(15 118 110 / 0.25);
}
.focus\:outline-teal-700\/30:focus {
  outline-color: rgb(15 118 110 / 0.3);
}
.focus\:outline-teal-700\/35:focus {
  outline-color: rgb(15 118 110 / 0.35);
}
.focus\:outline-teal-700\/40:focus {
  outline-color: rgb(15 118 110 / 0.4);
}
.focus\:outline-teal-700\/45:focus {
  outline-color: rgb(15 118 110 / 0.45);
}
.focus\:outline-teal-700\/5:focus {
  outline-color: rgb(15 118 110 / 0.05);
}
.focus\:outline-teal-700\/50:focus {
  outline-color: rgb(15 118 110 / 0.5);
}
.focus\:outline-teal-700\/55:focus {
  outline-color: rgb(15 118 110 / 0.55);
}
.focus\:outline-teal-700\/60:focus {
  outline-color: rgb(15 118 110 / 0.6);
}
.focus\:outline-teal-700\/65:focus {
  outline-color: rgb(15 118 110 / 0.65);
}
.focus\:outline-teal-700\/70:focus {
  outline-color: rgb(15 118 110 / 0.7);
}
.focus\:outline-teal-700\/75:focus {
  outline-color: rgb(15 118 110 / 0.75);
}
.focus\:outline-teal-700\/80:focus {
  outline-color: rgb(15 118 110 / 0.8);
}
.focus\:outline-teal-700\/85:focus {
  outline-color: rgb(15 118 110 / 0.85);
}
.focus\:outline-teal-700\/90:focus {
  outline-color: rgb(15 118 110 / 0.9);
}
.focus\:outline-teal-700\/95:focus {
  outline-color: rgb(15 118 110 / 0.95);
}
.focus\:outline-teal-800:focus {
  outline-color: #115e59;
}
.focus\:outline-teal-800\/0:focus {
  outline-color: rgb(17 94 89 / 0);
}
.focus\:outline-teal-800\/10:focus {
  outline-color: rgb(17 94 89 / 0.1);
}
.focus\:outline-teal-800\/100:focus {
  outline-color: rgb(17 94 89 / 1);
}
.focus\:outline-teal-800\/15:focus {
  outline-color: rgb(17 94 89 / 0.15);
}
.focus\:outline-teal-800\/20:focus {
  outline-color: rgb(17 94 89 / 0.2);
}
.focus\:outline-teal-800\/25:focus {
  outline-color: rgb(17 94 89 / 0.25);
}
.focus\:outline-teal-800\/30:focus {
  outline-color: rgb(17 94 89 / 0.3);
}
.focus\:outline-teal-800\/35:focus {
  outline-color: rgb(17 94 89 / 0.35);
}
.focus\:outline-teal-800\/40:focus {
  outline-color: rgb(17 94 89 / 0.4);
}
.focus\:outline-teal-800\/45:focus {
  outline-color: rgb(17 94 89 / 0.45);
}
.focus\:outline-teal-800\/5:focus {
  outline-color: rgb(17 94 89 / 0.05);
}
.focus\:outline-teal-800\/50:focus {
  outline-color: rgb(17 94 89 / 0.5);
}
.focus\:outline-teal-800\/55:focus {
  outline-color: rgb(17 94 89 / 0.55);
}
.focus\:outline-teal-800\/60:focus {
  outline-color: rgb(17 94 89 / 0.6);
}
.focus\:outline-teal-800\/65:focus {
  outline-color: rgb(17 94 89 / 0.65);
}
.focus\:outline-teal-800\/70:focus {
  outline-color: rgb(17 94 89 / 0.7);
}
.focus\:outline-teal-800\/75:focus {
  outline-color: rgb(17 94 89 / 0.75);
}
.focus\:outline-teal-800\/80:focus {
  outline-color: rgb(17 94 89 / 0.8);
}
.focus\:outline-teal-800\/85:focus {
  outline-color: rgb(17 94 89 / 0.85);
}
.focus\:outline-teal-800\/90:focus {
  outline-color: rgb(17 94 89 / 0.9);
}
.focus\:outline-teal-800\/95:focus {
  outline-color: rgb(17 94 89 / 0.95);
}
.focus\:outline-teal-900:focus {
  outline-color: #134e4a;
}
.focus\:outline-teal-900\/0:focus {
  outline-color: rgb(19 78 74 / 0);
}
.focus\:outline-teal-900\/10:focus {
  outline-color: rgb(19 78 74 / 0.1);
}
.focus\:outline-teal-900\/100:focus {
  outline-color: rgb(19 78 74 / 1);
}
.focus\:outline-teal-900\/15:focus {
  outline-color: rgb(19 78 74 / 0.15);
}
.focus\:outline-teal-900\/20:focus {
  outline-color: rgb(19 78 74 / 0.2);
}
.focus\:outline-teal-900\/25:focus {
  outline-color: rgb(19 78 74 / 0.25);
}
.focus\:outline-teal-900\/30:focus {
  outline-color: rgb(19 78 74 / 0.3);
}
.focus\:outline-teal-900\/35:focus {
  outline-color: rgb(19 78 74 / 0.35);
}
.focus\:outline-teal-900\/40:focus {
  outline-color: rgb(19 78 74 / 0.4);
}
.focus\:outline-teal-900\/45:focus {
  outline-color: rgb(19 78 74 / 0.45);
}
.focus\:outline-teal-900\/5:focus {
  outline-color: rgb(19 78 74 / 0.05);
}
.focus\:outline-teal-900\/50:focus {
  outline-color: rgb(19 78 74 / 0.5);
}
.focus\:outline-teal-900\/55:focus {
  outline-color: rgb(19 78 74 / 0.55);
}
.focus\:outline-teal-900\/60:focus {
  outline-color: rgb(19 78 74 / 0.6);
}
.focus\:outline-teal-900\/65:focus {
  outline-color: rgb(19 78 74 / 0.65);
}
.focus\:outline-teal-900\/70:focus {
  outline-color: rgb(19 78 74 / 0.7);
}
.focus\:outline-teal-900\/75:focus {
  outline-color: rgb(19 78 74 / 0.75);
}
.focus\:outline-teal-900\/80:focus {
  outline-color: rgb(19 78 74 / 0.8);
}
.focus\:outline-teal-900\/85:focus {
  outline-color: rgb(19 78 74 / 0.85);
}
.focus\:outline-teal-900\/90:focus {
  outline-color: rgb(19 78 74 / 0.9);
}
.focus\:outline-teal-900\/95:focus {
  outline-color: rgb(19 78 74 / 0.95);
}
.focus\:outline-teal-950:focus {
  outline-color: #042f2e;
}
.focus\:outline-teal-950\/0:focus {
  outline-color: rgb(4 47 46 / 0);
}
.focus\:outline-teal-950\/10:focus {
  outline-color: rgb(4 47 46 / 0.1);
}
.focus\:outline-teal-950\/100:focus {
  outline-color: rgb(4 47 46 / 1);
}
.focus\:outline-teal-950\/15:focus {
  outline-color: rgb(4 47 46 / 0.15);
}
.focus\:outline-teal-950\/20:focus {
  outline-color: rgb(4 47 46 / 0.2);
}
.focus\:outline-teal-950\/25:focus {
  outline-color: rgb(4 47 46 / 0.25);
}
.focus\:outline-teal-950\/30:focus {
  outline-color: rgb(4 47 46 / 0.3);
}
.focus\:outline-teal-950\/35:focus {
  outline-color: rgb(4 47 46 / 0.35);
}
.focus\:outline-teal-950\/40:focus {
  outline-color: rgb(4 47 46 / 0.4);
}
.focus\:outline-teal-950\/45:focus {
  outline-color: rgb(4 47 46 / 0.45);
}
.focus\:outline-teal-950\/5:focus {
  outline-color: rgb(4 47 46 / 0.05);
}
.focus\:outline-teal-950\/50:focus {
  outline-color: rgb(4 47 46 / 0.5);
}
.focus\:outline-teal-950\/55:focus {
  outline-color: rgb(4 47 46 / 0.55);
}
.focus\:outline-teal-950\/60:focus {
  outline-color: rgb(4 47 46 / 0.6);
}
.focus\:outline-teal-950\/65:focus {
  outline-color: rgb(4 47 46 / 0.65);
}
.focus\:outline-teal-950\/70:focus {
  outline-color: rgb(4 47 46 / 0.7);
}
.focus\:outline-teal-950\/75:focus {
  outline-color: rgb(4 47 46 / 0.75);
}
.focus\:outline-teal-950\/80:focus {
  outline-color: rgb(4 47 46 / 0.8);
}
.focus\:outline-teal-950\/85:focus {
  outline-color: rgb(4 47 46 / 0.85);
}
.focus\:outline-teal-950\/90:focus {
  outline-color: rgb(4 47 46 / 0.9);
}
.focus\:outline-teal-950\/95:focus {
  outline-color: rgb(4 47 46 / 0.95);
}
.focus\:outline-transparent:focus {
  outline-color: transparent;
}
.focus\:outline-transparent\/0:focus {
  outline-color: rgb(0 0 0 / 0);
}
.focus\:outline-transparent\/10:focus {
  outline-color: rgb(0 0 0 / 0.1);
}
.focus\:outline-transparent\/100:focus {
  outline-color: rgb(0 0 0 / 1);
}
.focus\:outline-transparent\/15:focus {
  outline-color: rgb(0 0 0 / 0.15);
}
.focus\:outline-transparent\/20:focus {
  outline-color: rgb(0 0 0 / 0.2);
}
.focus\:outline-transparent\/25:focus {
  outline-color: rgb(0 0 0 / 0.25);
}
.focus\:outline-transparent\/30:focus {
  outline-color: rgb(0 0 0 / 0.3);
}
.focus\:outline-transparent\/35:focus {
  outline-color: rgb(0 0 0 / 0.35);
}
.focus\:outline-transparent\/40:focus {
  outline-color: rgb(0 0 0 / 0.4);
}
.focus\:outline-transparent\/45:focus {
  outline-color: rgb(0 0 0 / 0.45);
}
.focus\:outline-transparent\/5:focus {
  outline-color: rgb(0 0 0 / 0.05);
}
.focus\:outline-transparent\/50:focus {
  outline-color: rgb(0 0 0 / 0.5);
}
.focus\:outline-transparent\/55:focus {
  outline-color: rgb(0 0 0 / 0.55);
}
.focus\:outline-transparent\/60:focus {
  outline-color: rgb(0 0 0 / 0.6);
}
.focus\:outline-transparent\/65:focus {
  outline-color: rgb(0 0 0 / 0.65);
}
.focus\:outline-transparent\/70:focus {
  outline-color: rgb(0 0 0 / 0.7);
}
.focus\:outline-transparent\/75:focus {
  outline-color: rgb(0 0 0 / 0.75);
}
.focus\:outline-transparent\/80:focus {
  outline-color: rgb(0 0 0 / 0.8);
}
.focus\:outline-transparent\/85:focus {
  outline-color: rgb(0 0 0 / 0.85);
}
.focus\:outline-transparent\/90:focus {
  outline-color: rgb(0 0 0 / 0.9);
}
.focus\:outline-transparent\/95:focus {
  outline-color: rgb(0 0 0 / 0.95);
}
.focus\:outline-violet-100:focus {
  outline-color: #ede9fe;
}
.focus\:outline-violet-100\/0:focus {
  outline-color: rgb(237 233 254 / 0);
}
.focus\:outline-violet-100\/10:focus {
  outline-color: rgb(237 233 254 / 0.1);
}
.focus\:outline-violet-100\/100:focus {
  outline-color: rgb(237 233 254 / 1);
}
.focus\:outline-violet-100\/15:focus {
  outline-color: rgb(237 233 254 / 0.15);
}
.focus\:outline-violet-100\/20:focus {
  outline-color: rgb(237 233 254 / 0.2);
}
.focus\:outline-violet-100\/25:focus {
  outline-color: rgb(237 233 254 / 0.25);
}
.focus\:outline-violet-100\/30:focus {
  outline-color: rgb(237 233 254 / 0.3);
}
.focus\:outline-violet-100\/35:focus {
  outline-color: rgb(237 233 254 / 0.35);
}
.focus\:outline-violet-100\/40:focus {
  outline-color: rgb(237 233 254 / 0.4);
}
.focus\:outline-violet-100\/45:focus {
  outline-color: rgb(237 233 254 / 0.45);
}
.focus\:outline-violet-100\/5:focus {
  outline-color: rgb(237 233 254 / 0.05);
}
.focus\:outline-violet-100\/50:focus {
  outline-color: rgb(237 233 254 / 0.5);
}
.focus\:outline-violet-100\/55:focus {
  outline-color: rgb(237 233 254 / 0.55);
}
.focus\:outline-violet-100\/60:focus {
  outline-color: rgb(237 233 254 / 0.6);
}
.focus\:outline-violet-100\/65:focus {
  outline-color: rgb(237 233 254 / 0.65);
}
.focus\:outline-violet-100\/70:focus {
  outline-color: rgb(237 233 254 / 0.7);
}
.focus\:outline-violet-100\/75:focus {
  outline-color: rgb(237 233 254 / 0.75);
}
.focus\:outline-violet-100\/80:focus {
  outline-color: rgb(237 233 254 / 0.8);
}
.focus\:outline-violet-100\/85:focus {
  outline-color: rgb(237 233 254 / 0.85);
}
.focus\:outline-violet-100\/90:focus {
  outline-color: rgb(237 233 254 / 0.9);
}
.focus\:outline-violet-100\/95:focus {
  outline-color: rgb(237 233 254 / 0.95);
}
.focus\:outline-violet-200:focus {
  outline-color: #ddd6fe;
}
.focus\:outline-violet-200\/0:focus {
  outline-color: rgb(221 214 254 / 0);
}
.focus\:outline-violet-200\/10:focus {
  outline-color: rgb(221 214 254 / 0.1);
}
.focus\:outline-violet-200\/100:focus {
  outline-color: rgb(221 214 254 / 1);
}
.focus\:outline-violet-200\/15:focus {
  outline-color: rgb(221 214 254 / 0.15);
}
.focus\:outline-violet-200\/20:focus {
  outline-color: rgb(221 214 254 / 0.2);
}
.focus\:outline-violet-200\/25:focus {
  outline-color: rgb(221 214 254 / 0.25);
}
.focus\:outline-violet-200\/30:focus {
  outline-color: rgb(221 214 254 / 0.3);
}
.focus\:outline-violet-200\/35:focus {
  outline-color: rgb(221 214 254 / 0.35);
}
.focus\:outline-violet-200\/40:focus {
  outline-color: rgb(221 214 254 / 0.4);
}
.focus\:outline-violet-200\/45:focus {
  outline-color: rgb(221 214 254 / 0.45);
}
.focus\:outline-violet-200\/5:focus {
  outline-color: rgb(221 214 254 / 0.05);
}
.focus\:outline-violet-200\/50:focus {
  outline-color: rgb(221 214 254 / 0.5);
}
.focus\:outline-violet-200\/55:focus {
  outline-color: rgb(221 214 254 / 0.55);
}
.focus\:outline-violet-200\/60:focus {
  outline-color: rgb(221 214 254 / 0.6);
}
.focus\:outline-violet-200\/65:focus {
  outline-color: rgb(221 214 254 / 0.65);
}
.focus\:outline-violet-200\/70:focus {
  outline-color: rgb(221 214 254 / 0.7);
}
.focus\:outline-violet-200\/75:focus {
  outline-color: rgb(221 214 254 / 0.75);
}
.focus\:outline-violet-200\/80:focus {
  outline-color: rgb(221 214 254 / 0.8);
}
.focus\:outline-violet-200\/85:focus {
  outline-color: rgb(221 214 254 / 0.85);
}
.focus\:outline-violet-200\/90:focus {
  outline-color: rgb(221 214 254 / 0.9);
}
.focus\:outline-violet-200\/95:focus {
  outline-color: rgb(221 214 254 / 0.95);
}
.focus\:outline-violet-300:focus {
  outline-color: #c4b5fd;
}
.focus\:outline-violet-300\/0:focus {
  outline-color: rgb(196 181 253 / 0);
}
.focus\:outline-violet-300\/10:focus {
  outline-color: rgb(196 181 253 / 0.1);
}
.focus\:outline-violet-300\/100:focus {
  outline-color: rgb(196 181 253 / 1);
}
.focus\:outline-violet-300\/15:focus {
  outline-color: rgb(196 181 253 / 0.15);
}
.focus\:outline-violet-300\/20:focus {
  outline-color: rgb(196 181 253 / 0.2);
}
.focus\:outline-violet-300\/25:focus {
  outline-color: rgb(196 181 253 / 0.25);
}
.focus\:outline-violet-300\/30:focus {
  outline-color: rgb(196 181 253 / 0.3);
}
.focus\:outline-violet-300\/35:focus {
  outline-color: rgb(196 181 253 / 0.35);
}
.focus\:outline-violet-300\/40:focus {
  outline-color: rgb(196 181 253 / 0.4);
}
.focus\:outline-violet-300\/45:focus {
  outline-color: rgb(196 181 253 / 0.45);
}
.focus\:outline-violet-300\/5:focus {
  outline-color: rgb(196 181 253 / 0.05);
}
.focus\:outline-violet-300\/50:focus {
  outline-color: rgb(196 181 253 / 0.5);
}
.focus\:outline-violet-300\/55:focus {
  outline-color: rgb(196 181 253 / 0.55);
}
.focus\:outline-violet-300\/60:focus {
  outline-color: rgb(196 181 253 / 0.6);
}
.focus\:outline-violet-300\/65:focus {
  outline-color: rgb(196 181 253 / 0.65);
}
.focus\:outline-violet-300\/70:focus {
  outline-color: rgb(196 181 253 / 0.7);
}
.focus\:outline-violet-300\/75:focus {
  outline-color: rgb(196 181 253 / 0.75);
}
.focus\:outline-violet-300\/80:focus {
  outline-color: rgb(196 181 253 / 0.8);
}
.focus\:outline-violet-300\/85:focus {
  outline-color: rgb(196 181 253 / 0.85);
}
.focus\:outline-violet-300\/90:focus {
  outline-color: rgb(196 181 253 / 0.9);
}
.focus\:outline-violet-300\/95:focus {
  outline-color: rgb(196 181 253 / 0.95);
}
.focus\:outline-violet-400:focus {
  outline-color: #a78bfa;
}
.focus\:outline-violet-400\/0:focus {
  outline-color: rgb(167 139 250 / 0);
}
.focus\:outline-violet-400\/10:focus {
  outline-color: rgb(167 139 250 / 0.1);
}
.focus\:outline-violet-400\/100:focus {
  outline-color: rgb(167 139 250 / 1);
}
.focus\:outline-violet-400\/15:focus {
  outline-color: rgb(167 139 250 / 0.15);
}
.focus\:outline-violet-400\/20:focus {
  outline-color: rgb(167 139 250 / 0.2);
}
.focus\:outline-violet-400\/25:focus {
  outline-color: rgb(167 139 250 / 0.25);
}
.focus\:outline-violet-400\/30:focus {
  outline-color: rgb(167 139 250 / 0.3);
}
.focus\:outline-violet-400\/35:focus {
  outline-color: rgb(167 139 250 / 0.35);
}
.focus\:outline-violet-400\/40:focus {
  outline-color: rgb(167 139 250 / 0.4);
}
.focus\:outline-violet-400\/45:focus {
  outline-color: rgb(167 139 250 / 0.45);
}
.focus\:outline-violet-400\/5:focus {
  outline-color: rgb(167 139 250 / 0.05);
}
.focus\:outline-violet-400\/50:focus {
  outline-color: rgb(167 139 250 / 0.5);
}
.focus\:outline-violet-400\/55:focus {
  outline-color: rgb(167 139 250 / 0.55);
}
.focus\:outline-violet-400\/60:focus {
  outline-color: rgb(167 139 250 / 0.6);
}
.focus\:outline-violet-400\/65:focus {
  outline-color: rgb(167 139 250 / 0.65);
}
.focus\:outline-violet-400\/70:focus {
  outline-color: rgb(167 139 250 / 0.7);
}
.focus\:outline-violet-400\/75:focus {
  outline-color: rgb(167 139 250 / 0.75);
}
.focus\:outline-violet-400\/80:focus {
  outline-color: rgb(167 139 250 / 0.8);
}
.focus\:outline-violet-400\/85:focus {
  outline-color: rgb(167 139 250 / 0.85);
}
.focus\:outline-violet-400\/90:focus {
  outline-color: rgb(167 139 250 / 0.9);
}
.focus\:outline-violet-400\/95:focus {
  outline-color: rgb(167 139 250 / 0.95);
}
.focus\:outline-violet-50:focus {
  outline-color: #f5f3ff;
}
.focus\:outline-violet-50\/0:focus {
  outline-color: rgb(245 243 255 / 0);
}
.focus\:outline-violet-50\/10:focus {
  outline-color: rgb(245 243 255 / 0.1);
}
.focus\:outline-violet-50\/100:focus {
  outline-color: rgb(245 243 255 / 1);
}
.focus\:outline-violet-50\/15:focus {
  outline-color: rgb(245 243 255 / 0.15);
}
.focus\:outline-violet-50\/20:focus {
  outline-color: rgb(245 243 255 / 0.2);
}
.focus\:outline-violet-50\/25:focus {
  outline-color: rgb(245 243 255 / 0.25);
}
.focus\:outline-violet-50\/30:focus {
  outline-color: rgb(245 243 255 / 0.3);
}
.focus\:outline-violet-50\/35:focus {
  outline-color: rgb(245 243 255 / 0.35);
}
.focus\:outline-violet-50\/40:focus {
  outline-color: rgb(245 243 255 / 0.4);
}
.focus\:outline-violet-50\/45:focus {
  outline-color: rgb(245 243 255 / 0.45);
}
.focus\:outline-violet-50\/5:focus {
  outline-color: rgb(245 243 255 / 0.05);
}
.focus\:outline-violet-50\/50:focus {
  outline-color: rgb(245 243 255 / 0.5);
}
.focus\:outline-violet-50\/55:focus {
  outline-color: rgb(245 243 255 / 0.55);
}
.focus\:outline-violet-50\/60:focus {
  outline-color: rgb(245 243 255 / 0.6);
}
.focus\:outline-violet-50\/65:focus {
  outline-color: rgb(245 243 255 / 0.65);
}
.focus\:outline-violet-50\/70:focus {
  outline-color: rgb(245 243 255 / 0.7);
}
.focus\:outline-violet-50\/75:focus {
  outline-color: rgb(245 243 255 / 0.75);
}
.focus\:outline-violet-50\/80:focus {
  outline-color: rgb(245 243 255 / 0.8);
}
.focus\:outline-violet-50\/85:focus {
  outline-color: rgb(245 243 255 / 0.85);
}
.focus\:outline-violet-50\/90:focus {
  outline-color: rgb(245 243 255 / 0.9);
}
.focus\:outline-violet-50\/95:focus {
  outline-color: rgb(245 243 255 / 0.95);
}
.focus\:outline-violet-500:focus {
  outline-color: #8b5cf6;
}
.focus\:outline-violet-500\/0:focus {
  outline-color: rgb(139 92 246 / 0);
}
.focus\:outline-violet-500\/10:focus {
  outline-color: rgb(139 92 246 / 0.1);
}
.focus\:outline-violet-500\/100:focus {
  outline-color: rgb(139 92 246 / 1);
}
.focus\:outline-violet-500\/15:focus {
  outline-color: rgb(139 92 246 / 0.15);
}
.focus\:outline-violet-500\/20:focus {
  outline-color: rgb(139 92 246 / 0.2);
}
.focus\:outline-violet-500\/25:focus {
  outline-color: rgb(139 92 246 / 0.25);
}
.focus\:outline-violet-500\/30:focus {
  outline-color: rgb(139 92 246 / 0.3);
}
.focus\:outline-violet-500\/35:focus {
  outline-color: rgb(139 92 246 / 0.35);
}
.focus\:outline-violet-500\/40:focus {
  outline-color: rgb(139 92 246 / 0.4);
}
.focus\:outline-violet-500\/45:focus {
  outline-color: rgb(139 92 246 / 0.45);
}
.focus\:outline-violet-500\/5:focus {
  outline-color: rgb(139 92 246 / 0.05);
}
.focus\:outline-violet-500\/50:focus {
  outline-color: rgb(139 92 246 / 0.5);
}
.focus\:outline-violet-500\/55:focus {
  outline-color: rgb(139 92 246 / 0.55);
}
.focus\:outline-violet-500\/60:focus {
  outline-color: rgb(139 92 246 / 0.6);
}
.focus\:outline-violet-500\/65:focus {
  outline-color: rgb(139 92 246 / 0.65);
}
.focus\:outline-violet-500\/70:focus {
  outline-color: rgb(139 92 246 / 0.7);
}
.focus\:outline-violet-500\/75:focus {
  outline-color: rgb(139 92 246 / 0.75);
}
.focus\:outline-violet-500\/80:focus {
  outline-color: rgb(139 92 246 / 0.8);
}
.focus\:outline-violet-500\/85:focus {
  outline-color: rgb(139 92 246 / 0.85);
}
.focus\:outline-violet-500\/90:focus {
  outline-color: rgb(139 92 246 / 0.9);
}
.focus\:outline-violet-500\/95:focus {
  outline-color: rgb(139 92 246 / 0.95);
}
.focus\:outline-violet-600:focus {
  outline-color: #7c3aed;
}
.focus\:outline-violet-600\/0:focus {
  outline-color: rgb(124 58 237 / 0);
}
.focus\:outline-violet-600\/10:focus {
  outline-color: rgb(124 58 237 / 0.1);
}
.focus\:outline-violet-600\/100:focus {
  outline-color: rgb(124 58 237 / 1);
}
.focus\:outline-violet-600\/15:focus {
  outline-color: rgb(124 58 237 / 0.15);
}
.focus\:outline-violet-600\/20:focus {
  outline-color: rgb(124 58 237 / 0.2);
}
.focus\:outline-violet-600\/25:focus {
  outline-color: rgb(124 58 237 / 0.25);
}
.focus\:outline-violet-600\/30:focus {
  outline-color: rgb(124 58 237 / 0.3);
}
.focus\:outline-violet-600\/35:focus {
  outline-color: rgb(124 58 237 / 0.35);
}
.focus\:outline-violet-600\/40:focus {
  outline-color: rgb(124 58 237 / 0.4);
}
.focus\:outline-violet-600\/45:focus {
  outline-color: rgb(124 58 237 / 0.45);
}
.focus\:outline-violet-600\/5:focus {
  outline-color: rgb(124 58 237 / 0.05);
}
.focus\:outline-violet-600\/50:focus {
  outline-color: rgb(124 58 237 / 0.5);
}
.focus\:outline-violet-600\/55:focus {
  outline-color: rgb(124 58 237 / 0.55);
}
.focus\:outline-violet-600\/60:focus {
  outline-color: rgb(124 58 237 / 0.6);
}
.focus\:outline-violet-600\/65:focus {
  outline-color: rgb(124 58 237 / 0.65);
}
.focus\:outline-violet-600\/70:focus {
  outline-color: rgb(124 58 237 / 0.7);
}
.focus\:outline-violet-600\/75:focus {
  outline-color: rgb(124 58 237 / 0.75);
}
.focus\:outline-violet-600\/80:focus {
  outline-color: rgb(124 58 237 / 0.8);
}
.focus\:outline-violet-600\/85:focus {
  outline-color: rgb(124 58 237 / 0.85);
}
.focus\:outline-violet-600\/90:focus {
  outline-color: rgb(124 58 237 / 0.9);
}
.focus\:outline-violet-600\/95:focus {
  outline-color: rgb(124 58 237 / 0.95);
}
.focus\:outline-violet-700:focus {
  outline-color: #6d28d9;
}
.focus\:outline-violet-700\/0:focus {
  outline-color: rgb(109 40 217 / 0);
}
.focus\:outline-violet-700\/10:focus {
  outline-color: rgb(109 40 217 / 0.1);
}
.focus\:outline-violet-700\/100:focus {
  outline-color: rgb(109 40 217 / 1);
}
.focus\:outline-violet-700\/15:focus {
  outline-color: rgb(109 40 217 / 0.15);
}
.focus\:outline-violet-700\/20:focus {
  outline-color: rgb(109 40 217 / 0.2);
}
.focus\:outline-violet-700\/25:focus {
  outline-color: rgb(109 40 217 / 0.25);
}
.focus\:outline-violet-700\/30:focus {
  outline-color: rgb(109 40 217 / 0.3);
}
.focus\:outline-violet-700\/35:focus {
  outline-color: rgb(109 40 217 / 0.35);
}
.focus\:outline-violet-700\/40:focus {
  outline-color: rgb(109 40 217 / 0.4);
}
.focus\:outline-violet-700\/45:focus {
  outline-color: rgb(109 40 217 / 0.45);
}
.focus\:outline-violet-700\/5:focus {
  outline-color: rgb(109 40 217 / 0.05);
}
.focus\:outline-violet-700\/50:focus {
  outline-color: rgb(109 40 217 / 0.5);
}
.focus\:outline-violet-700\/55:focus {
  outline-color: rgb(109 40 217 / 0.55);
}
.focus\:outline-violet-700\/60:focus {
  outline-color: rgb(109 40 217 / 0.6);
}
.focus\:outline-violet-700\/65:focus {
  outline-color: rgb(109 40 217 / 0.65);
}
.focus\:outline-violet-700\/70:focus {
  outline-color: rgb(109 40 217 / 0.7);
}
.focus\:outline-violet-700\/75:focus {
  outline-color: rgb(109 40 217 / 0.75);
}
.focus\:outline-violet-700\/80:focus {
  outline-color: rgb(109 40 217 / 0.8);
}
.focus\:outline-violet-700\/85:focus {
  outline-color: rgb(109 40 217 / 0.85);
}
.focus\:outline-violet-700\/90:focus {
  outline-color: rgb(109 40 217 / 0.9);
}
.focus\:outline-violet-700\/95:focus {
  outline-color: rgb(109 40 217 / 0.95);
}
.focus\:outline-violet-800:focus {
  outline-color: #5b21b6;
}
.focus\:outline-violet-800\/0:focus {
  outline-color: rgb(91 33 182 / 0);
}
.focus\:outline-violet-800\/10:focus {
  outline-color: rgb(91 33 182 / 0.1);
}
.focus\:outline-violet-800\/100:focus {
  outline-color: rgb(91 33 182 / 1);
}
.focus\:outline-violet-800\/15:focus {
  outline-color: rgb(91 33 182 / 0.15);
}
.focus\:outline-violet-800\/20:focus {
  outline-color: rgb(91 33 182 / 0.2);
}
.focus\:outline-violet-800\/25:focus {
  outline-color: rgb(91 33 182 / 0.25);
}
.focus\:outline-violet-800\/30:focus {
  outline-color: rgb(91 33 182 / 0.3);
}
.focus\:outline-violet-800\/35:focus {
  outline-color: rgb(91 33 182 / 0.35);
}
.focus\:outline-violet-800\/40:focus {
  outline-color: rgb(91 33 182 / 0.4);
}
.focus\:outline-violet-800\/45:focus {
  outline-color: rgb(91 33 182 / 0.45);
}
.focus\:outline-violet-800\/5:focus {
  outline-color: rgb(91 33 182 / 0.05);
}
.focus\:outline-violet-800\/50:focus {
  outline-color: rgb(91 33 182 / 0.5);
}
.focus\:outline-violet-800\/55:focus {
  outline-color: rgb(91 33 182 / 0.55);
}
.focus\:outline-violet-800\/60:focus {
  outline-color: rgb(91 33 182 / 0.6);
}
.focus\:outline-violet-800\/65:focus {
  outline-color: rgb(91 33 182 / 0.65);
}
.focus\:outline-violet-800\/70:focus {
  outline-color: rgb(91 33 182 / 0.7);
}
.focus\:outline-violet-800\/75:focus {
  outline-color: rgb(91 33 182 / 0.75);
}
.focus\:outline-violet-800\/80:focus {
  outline-color: rgb(91 33 182 / 0.8);
}
.focus\:outline-violet-800\/85:focus {
  outline-color: rgb(91 33 182 / 0.85);
}
.focus\:outline-violet-800\/90:focus {
  outline-color: rgb(91 33 182 / 0.9);
}
.focus\:outline-violet-800\/95:focus {
  outline-color: rgb(91 33 182 / 0.95);
}
.focus\:outline-violet-900:focus {
  outline-color: #4c1d95;
}
.focus\:outline-violet-900\/0:focus {
  outline-color: rgb(76 29 149 / 0);
}
.focus\:outline-violet-900\/10:focus {
  outline-color: rgb(76 29 149 / 0.1);
}
.focus\:outline-violet-900\/100:focus {
  outline-color: rgb(76 29 149 / 1);
}
.focus\:outline-violet-900\/15:focus {
  outline-color: rgb(76 29 149 / 0.15);
}
.focus\:outline-violet-900\/20:focus {
  outline-color: rgb(76 29 149 / 0.2);
}
.focus\:outline-violet-900\/25:focus {
  outline-color: rgb(76 29 149 / 0.25);
}
.focus\:outline-violet-900\/30:focus {
  outline-color: rgb(76 29 149 / 0.3);
}
.focus\:outline-violet-900\/35:focus {
  outline-color: rgb(76 29 149 / 0.35);
}
.focus\:outline-violet-900\/40:focus {
  outline-color: rgb(76 29 149 / 0.4);
}
.focus\:outline-violet-900\/45:focus {
  outline-color: rgb(76 29 149 / 0.45);
}
.focus\:outline-violet-900\/5:focus {
  outline-color: rgb(76 29 149 / 0.05);
}
.focus\:outline-violet-900\/50:focus {
  outline-color: rgb(76 29 149 / 0.5);
}
.focus\:outline-violet-900\/55:focus {
  outline-color: rgb(76 29 149 / 0.55);
}
.focus\:outline-violet-900\/60:focus {
  outline-color: rgb(76 29 149 / 0.6);
}
.focus\:outline-violet-900\/65:focus {
  outline-color: rgb(76 29 149 / 0.65);
}
.focus\:outline-violet-900\/70:focus {
  outline-color: rgb(76 29 149 / 0.7);
}
.focus\:outline-violet-900\/75:focus {
  outline-color: rgb(76 29 149 / 0.75);
}
.focus\:outline-violet-900\/80:focus {
  outline-color: rgb(76 29 149 / 0.8);
}
.focus\:outline-violet-900\/85:focus {
  outline-color: rgb(76 29 149 / 0.85);
}
.focus\:outline-violet-900\/90:focus {
  outline-color: rgb(76 29 149 / 0.9);
}
.focus\:outline-violet-900\/95:focus {
  outline-color: rgb(76 29 149 / 0.95);
}
.focus\:outline-violet-950:focus {
  outline-color: #2e1065;
}
.focus\:outline-violet-950\/0:focus {
  outline-color: rgb(46 16 101 / 0);
}
.focus\:outline-violet-950\/10:focus {
  outline-color: rgb(46 16 101 / 0.1);
}
.focus\:outline-violet-950\/100:focus {
  outline-color: rgb(46 16 101 / 1);
}
.focus\:outline-violet-950\/15:focus {
  outline-color: rgb(46 16 101 / 0.15);
}
.focus\:outline-violet-950\/20:focus {
  outline-color: rgb(46 16 101 / 0.2);
}
.focus\:outline-violet-950\/25:focus {
  outline-color: rgb(46 16 101 / 0.25);
}
.focus\:outline-violet-950\/30:focus {
  outline-color: rgb(46 16 101 / 0.3);
}
.focus\:outline-violet-950\/35:focus {
  outline-color: rgb(46 16 101 / 0.35);
}
.focus\:outline-violet-950\/40:focus {
  outline-color: rgb(46 16 101 / 0.4);
}
.focus\:outline-violet-950\/45:focus {
  outline-color: rgb(46 16 101 / 0.45);
}
.focus\:outline-violet-950\/5:focus {
  outline-color: rgb(46 16 101 / 0.05);
}
.focus\:outline-violet-950\/50:focus {
  outline-color: rgb(46 16 101 / 0.5);
}
.focus\:outline-violet-950\/55:focus {
  outline-color: rgb(46 16 101 / 0.55);
}
.focus\:outline-violet-950\/60:focus {
  outline-color: rgb(46 16 101 / 0.6);
}
.focus\:outline-violet-950\/65:focus {
  outline-color: rgb(46 16 101 / 0.65);
}
.focus\:outline-violet-950\/70:focus {
  outline-color: rgb(46 16 101 / 0.7);
}
.focus\:outline-violet-950\/75:focus {
  outline-color: rgb(46 16 101 / 0.75);
}
.focus\:outline-violet-950\/80:focus {
  outline-color: rgb(46 16 101 / 0.8);
}
.focus\:outline-violet-950\/85:focus {
  outline-color: rgb(46 16 101 / 0.85);
}
.focus\:outline-violet-950\/90:focus {
  outline-color: rgb(46 16 101 / 0.9);
}
.focus\:outline-violet-950\/95:focus {
  outline-color: rgb(46 16 101 / 0.95);
}
.focus\:outline-white:focus {
  outline-color: #fff;
}
.focus\:outline-white\/0:focus {
  outline-color: rgb(255 255 255 / 0);
}
.focus\:outline-white\/10:focus {
  outline-color: rgb(255 255 255 / 0.1);
}
.focus\:outline-white\/100:focus {
  outline-color: rgb(255 255 255 / 1);
}
.focus\:outline-white\/15:focus {
  outline-color: rgb(255 255 255 / 0.15);
}
.focus\:outline-white\/20:focus {
  outline-color: rgb(255 255 255 / 0.2);
}
.focus\:outline-white\/25:focus {
  outline-color: rgb(255 255 255 / 0.25);
}
.focus\:outline-white\/30:focus {
  outline-color: rgb(255 255 255 / 0.3);
}
.focus\:outline-white\/35:focus {
  outline-color: rgb(255 255 255 / 0.35);
}
.focus\:outline-white\/40:focus {
  outline-color: rgb(255 255 255 / 0.4);
}
.focus\:outline-white\/45:focus {
  outline-color: rgb(255 255 255 / 0.45);
}
.focus\:outline-white\/5:focus {
  outline-color: rgb(255 255 255 / 0.05);
}
.focus\:outline-white\/50:focus {
  outline-color: rgb(255 255 255 / 0.5);
}
.focus\:outline-white\/55:focus {
  outline-color: rgb(255 255 255 / 0.55);
}
.focus\:outline-white\/60:focus {
  outline-color: rgb(255 255 255 / 0.6);
}
.focus\:outline-white\/65:focus {
  outline-color: rgb(255 255 255 / 0.65);
}
.focus\:outline-white\/70:focus {
  outline-color: rgb(255 255 255 / 0.7);
}
.focus\:outline-white\/75:focus {
  outline-color: rgb(255 255 255 / 0.75);
}
.focus\:outline-white\/80:focus {
  outline-color: rgb(255 255 255 / 0.8);
}
.focus\:outline-white\/85:focus {
  outline-color: rgb(255 255 255 / 0.85);
}
.focus\:outline-white\/90:focus {
  outline-color: rgb(255 255 255 / 0.9);
}
.focus\:outline-white\/95:focus {
  outline-color: rgb(255 255 255 / 0.95);
}
.focus\:outline-yellow-100:focus {
  outline-color: #fef9c3;
}
.focus\:outline-yellow-100\/0:focus {
  outline-color: rgb(254 249 195 / 0);
}
.focus\:outline-yellow-100\/10:focus {
  outline-color: rgb(254 249 195 / 0.1);
}
.focus\:outline-yellow-100\/100:focus {
  outline-color: rgb(254 249 195 / 1);
}
.focus\:outline-yellow-100\/15:focus {
  outline-color: rgb(254 249 195 / 0.15);
}
.focus\:outline-yellow-100\/20:focus {
  outline-color: rgb(254 249 195 / 0.2);
}
.focus\:outline-yellow-100\/25:focus {
  outline-color: rgb(254 249 195 / 0.25);
}
.focus\:outline-yellow-100\/30:focus {
  outline-color: rgb(254 249 195 / 0.3);
}
.focus\:outline-yellow-100\/35:focus {
  outline-color: rgb(254 249 195 / 0.35);
}
.focus\:outline-yellow-100\/40:focus {
  outline-color: rgb(254 249 195 / 0.4);
}
.focus\:outline-yellow-100\/45:focus {
  outline-color: rgb(254 249 195 / 0.45);
}
.focus\:outline-yellow-100\/5:focus {
  outline-color: rgb(254 249 195 / 0.05);
}
.focus\:outline-yellow-100\/50:focus {
  outline-color: rgb(254 249 195 / 0.5);
}
.focus\:outline-yellow-100\/55:focus {
  outline-color: rgb(254 249 195 / 0.55);
}
.focus\:outline-yellow-100\/60:focus {
  outline-color: rgb(254 249 195 / 0.6);
}
.focus\:outline-yellow-100\/65:focus {
  outline-color: rgb(254 249 195 / 0.65);
}
.focus\:outline-yellow-100\/70:focus {
  outline-color: rgb(254 249 195 / 0.7);
}
.focus\:outline-yellow-100\/75:focus {
  outline-color: rgb(254 249 195 / 0.75);
}
.focus\:outline-yellow-100\/80:focus {
  outline-color: rgb(254 249 195 / 0.8);
}
.focus\:outline-yellow-100\/85:focus {
  outline-color: rgb(254 249 195 / 0.85);
}
.focus\:outline-yellow-100\/90:focus {
  outline-color: rgb(254 249 195 / 0.9);
}
.focus\:outline-yellow-100\/95:focus {
  outline-color: rgb(254 249 195 / 0.95);
}
.focus\:outline-yellow-200:focus {
  outline-color: #fef08a;
}
.focus\:outline-yellow-200\/0:focus {
  outline-color: rgb(254 240 138 / 0);
}
.focus\:outline-yellow-200\/10:focus {
  outline-color: rgb(254 240 138 / 0.1);
}
.focus\:outline-yellow-200\/100:focus {
  outline-color: rgb(254 240 138 / 1);
}
.focus\:outline-yellow-200\/15:focus {
  outline-color: rgb(254 240 138 / 0.15);
}
.focus\:outline-yellow-200\/20:focus {
  outline-color: rgb(254 240 138 / 0.2);
}
.focus\:outline-yellow-200\/25:focus {
  outline-color: rgb(254 240 138 / 0.25);
}
.focus\:outline-yellow-200\/30:focus {
  outline-color: rgb(254 240 138 / 0.3);
}
.focus\:outline-yellow-200\/35:focus {
  outline-color: rgb(254 240 138 / 0.35);
}
.focus\:outline-yellow-200\/40:focus {
  outline-color: rgb(254 240 138 / 0.4);
}
.focus\:outline-yellow-200\/45:focus {
  outline-color: rgb(254 240 138 / 0.45);
}
.focus\:outline-yellow-200\/5:focus {
  outline-color: rgb(254 240 138 / 0.05);
}
.focus\:outline-yellow-200\/50:focus {
  outline-color: rgb(254 240 138 / 0.5);
}
.focus\:outline-yellow-200\/55:focus {
  outline-color: rgb(254 240 138 / 0.55);
}
.focus\:outline-yellow-200\/60:focus {
  outline-color: rgb(254 240 138 / 0.6);
}
.focus\:outline-yellow-200\/65:focus {
  outline-color: rgb(254 240 138 / 0.65);
}
.focus\:outline-yellow-200\/70:focus {
  outline-color: rgb(254 240 138 / 0.7);
}
.focus\:outline-yellow-200\/75:focus {
  outline-color: rgb(254 240 138 / 0.75);
}
.focus\:outline-yellow-200\/80:focus {
  outline-color: rgb(254 240 138 / 0.8);
}
.focus\:outline-yellow-200\/85:focus {
  outline-color: rgb(254 240 138 / 0.85);
}
.focus\:outline-yellow-200\/90:focus {
  outline-color: rgb(254 240 138 / 0.9);
}
.focus\:outline-yellow-200\/95:focus {
  outline-color: rgb(254 240 138 / 0.95);
}
.focus\:outline-yellow-300:focus {
  outline-color: #fde047;
}
.focus\:outline-yellow-300\/0:focus {
  outline-color: rgb(253 224 71 / 0);
}
.focus\:outline-yellow-300\/10:focus {
  outline-color: rgb(253 224 71 / 0.1);
}
.focus\:outline-yellow-300\/100:focus {
  outline-color: rgb(253 224 71 / 1);
}
.focus\:outline-yellow-300\/15:focus {
  outline-color: rgb(253 224 71 / 0.15);
}
.focus\:outline-yellow-300\/20:focus {
  outline-color: rgb(253 224 71 / 0.2);
}
.focus\:outline-yellow-300\/25:focus {
  outline-color: rgb(253 224 71 / 0.25);
}
.focus\:outline-yellow-300\/30:focus {
  outline-color: rgb(253 224 71 / 0.3);
}
.focus\:outline-yellow-300\/35:focus {
  outline-color: rgb(253 224 71 / 0.35);
}
.focus\:outline-yellow-300\/40:focus {
  outline-color: rgb(253 224 71 / 0.4);
}
.focus\:outline-yellow-300\/45:focus {
  outline-color: rgb(253 224 71 / 0.45);
}
.focus\:outline-yellow-300\/5:focus {
  outline-color: rgb(253 224 71 / 0.05);
}
.focus\:outline-yellow-300\/50:focus {
  outline-color: rgb(253 224 71 / 0.5);
}
.focus\:outline-yellow-300\/55:focus {
  outline-color: rgb(253 224 71 / 0.55);
}
.focus\:outline-yellow-300\/60:focus {
  outline-color: rgb(253 224 71 / 0.6);
}
.focus\:outline-yellow-300\/65:focus {
  outline-color: rgb(253 224 71 / 0.65);
}
.focus\:outline-yellow-300\/70:focus {
  outline-color: rgb(253 224 71 / 0.7);
}
.focus\:outline-yellow-300\/75:focus {
  outline-color: rgb(253 224 71 / 0.75);
}
.focus\:outline-yellow-300\/80:focus {
  outline-color: rgb(253 224 71 / 0.8);
}
.focus\:outline-yellow-300\/85:focus {
  outline-color: rgb(253 224 71 / 0.85);
}
.focus\:outline-yellow-300\/90:focus {
  outline-color: rgb(253 224 71 / 0.9);
}
.focus\:outline-yellow-300\/95:focus {
  outline-color: rgb(253 224 71 / 0.95);
}
.focus\:outline-yellow-400:focus {
  outline-color: #facc15;
}
.focus\:outline-yellow-400\/0:focus {
  outline-color: rgb(250 204 21 / 0);
}
.focus\:outline-yellow-400\/10:focus {
  outline-color: rgb(250 204 21 / 0.1);
}
.focus\:outline-yellow-400\/100:focus {
  outline-color: rgb(250 204 21 / 1);
}
.focus\:outline-yellow-400\/15:focus {
  outline-color: rgb(250 204 21 / 0.15);
}
.focus\:outline-yellow-400\/20:focus {
  outline-color: rgb(250 204 21 / 0.2);
}
.focus\:outline-yellow-400\/25:focus {
  outline-color: rgb(250 204 21 / 0.25);
}
.focus\:outline-yellow-400\/30:focus {
  outline-color: rgb(250 204 21 / 0.3);
}
.focus\:outline-yellow-400\/35:focus {
  outline-color: rgb(250 204 21 / 0.35);
}
.focus\:outline-yellow-400\/40:focus {
  outline-color: rgb(250 204 21 / 0.4);
}
.focus\:outline-yellow-400\/45:focus {
  outline-color: rgb(250 204 21 / 0.45);
}
.focus\:outline-yellow-400\/5:focus {
  outline-color: rgb(250 204 21 / 0.05);
}
.focus\:outline-yellow-400\/50:focus {
  outline-color: rgb(250 204 21 / 0.5);
}
.focus\:outline-yellow-400\/55:focus {
  outline-color: rgb(250 204 21 / 0.55);
}
.focus\:outline-yellow-400\/60:focus {
  outline-color: rgb(250 204 21 / 0.6);
}
.focus\:outline-yellow-400\/65:focus {
  outline-color: rgb(250 204 21 / 0.65);
}
.focus\:outline-yellow-400\/70:focus {
  outline-color: rgb(250 204 21 / 0.7);
}
.focus\:outline-yellow-400\/75:focus {
  outline-color: rgb(250 204 21 / 0.75);
}
.focus\:outline-yellow-400\/80:focus {
  outline-color: rgb(250 204 21 / 0.8);
}
.focus\:outline-yellow-400\/85:focus {
  outline-color: rgb(250 204 21 / 0.85);
}
.focus\:outline-yellow-400\/90:focus {
  outline-color: rgb(250 204 21 / 0.9);
}
.focus\:outline-yellow-400\/95:focus {
  outline-color: rgb(250 204 21 / 0.95);
}
.focus\:outline-yellow-50:focus {
  outline-color: #fefce8;
}
.focus\:outline-yellow-50\/0:focus {
  outline-color: rgb(254 252 232 / 0);
}
.focus\:outline-yellow-50\/10:focus {
  outline-color: rgb(254 252 232 / 0.1);
}
.focus\:outline-yellow-50\/100:focus {
  outline-color: rgb(254 252 232 / 1);
}
.focus\:outline-yellow-50\/15:focus {
  outline-color: rgb(254 252 232 / 0.15);
}
.focus\:outline-yellow-50\/20:focus {
  outline-color: rgb(254 252 232 / 0.2);
}
.focus\:outline-yellow-50\/25:focus {
  outline-color: rgb(254 252 232 / 0.25);
}
.focus\:outline-yellow-50\/30:focus {
  outline-color: rgb(254 252 232 / 0.3);
}
.focus\:outline-yellow-50\/35:focus {
  outline-color: rgb(254 252 232 / 0.35);
}
.focus\:outline-yellow-50\/40:focus {
  outline-color: rgb(254 252 232 / 0.4);
}
.focus\:outline-yellow-50\/45:focus {
  outline-color: rgb(254 252 232 / 0.45);
}
.focus\:outline-yellow-50\/5:focus {
  outline-color: rgb(254 252 232 / 0.05);
}
.focus\:outline-yellow-50\/50:focus {
  outline-color: rgb(254 252 232 / 0.5);
}
.focus\:outline-yellow-50\/55:focus {
  outline-color: rgb(254 252 232 / 0.55);
}
.focus\:outline-yellow-50\/60:focus {
  outline-color: rgb(254 252 232 / 0.6);
}
.focus\:outline-yellow-50\/65:focus {
  outline-color: rgb(254 252 232 / 0.65);
}
.focus\:outline-yellow-50\/70:focus {
  outline-color: rgb(254 252 232 / 0.7);
}
.focus\:outline-yellow-50\/75:focus {
  outline-color: rgb(254 252 232 / 0.75);
}
.focus\:outline-yellow-50\/80:focus {
  outline-color: rgb(254 252 232 / 0.8);
}
.focus\:outline-yellow-50\/85:focus {
  outline-color: rgb(254 252 232 / 0.85);
}
.focus\:outline-yellow-50\/90:focus {
  outline-color: rgb(254 252 232 / 0.9);
}
.focus\:outline-yellow-50\/95:focus {
  outline-color: rgb(254 252 232 / 0.95);
}
.focus\:outline-yellow-500:focus {
  outline-color: #eab308;
}
.focus\:outline-yellow-500\/0:focus {
  outline-color: rgb(234 179 8 / 0);
}
.focus\:outline-yellow-500\/10:focus {
  outline-color: rgb(234 179 8 / 0.1);
}
.focus\:outline-yellow-500\/100:focus {
  outline-color: rgb(234 179 8 / 1);
}
.focus\:outline-yellow-500\/15:focus {
  outline-color: rgb(234 179 8 / 0.15);
}
.focus\:outline-yellow-500\/20:focus {
  outline-color: rgb(234 179 8 / 0.2);
}
.focus\:outline-yellow-500\/25:focus {
  outline-color: rgb(234 179 8 / 0.25);
}
.focus\:outline-yellow-500\/30:focus {
  outline-color: rgb(234 179 8 / 0.3);
}
.focus\:outline-yellow-500\/35:focus {
  outline-color: rgb(234 179 8 / 0.35);
}
.focus\:outline-yellow-500\/40:focus {
  outline-color: rgb(234 179 8 / 0.4);
}
.focus\:outline-yellow-500\/45:focus {
  outline-color: rgb(234 179 8 / 0.45);
}
.focus\:outline-yellow-500\/5:focus {
  outline-color: rgb(234 179 8 / 0.05);
}
.focus\:outline-yellow-500\/50:focus {
  outline-color: rgb(234 179 8 / 0.5);
}
.focus\:outline-yellow-500\/55:focus {
  outline-color: rgb(234 179 8 / 0.55);
}
.focus\:outline-yellow-500\/60:focus {
  outline-color: rgb(234 179 8 / 0.6);
}
.focus\:outline-yellow-500\/65:focus {
  outline-color: rgb(234 179 8 / 0.65);
}
.focus\:outline-yellow-500\/70:focus {
  outline-color: rgb(234 179 8 / 0.7);
}
.focus\:outline-yellow-500\/75:focus {
  outline-color: rgb(234 179 8 / 0.75);
}
.focus\:outline-yellow-500\/80:focus {
  outline-color: rgb(234 179 8 / 0.8);
}
.focus\:outline-yellow-500\/85:focus {
  outline-color: rgb(234 179 8 / 0.85);
}
.focus\:outline-yellow-500\/90:focus {
  outline-color: rgb(234 179 8 / 0.9);
}
.focus\:outline-yellow-500\/95:focus {
  outline-color: rgb(234 179 8 / 0.95);
}
.focus\:outline-yellow-600:focus {
  outline-color: #ca8a04;
}
.focus\:outline-yellow-600\/0:focus {
  outline-color: rgb(202 138 4 / 0);
}
.focus\:outline-yellow-600\/10:focus {
  outline-color: rgb(202 138 4 / 0.1);
}
.focus\:outline-yellow-600\/100:focus {
  outline-color: rgb(202 138 4 / 1);
}
.focus\:outline-yellow-600\/15:focus {
  outline-color: rgb(202 138 4 / 0.15);
}
.focus\:outline-yellow-600\/20:focus {
  outline-color: rgb(202 138 4 / 0.2);
}
.focus\:outline-yellow-600\/25:focus {
  outline-color: rgb(202 138 4 / 0.25);
}
.focus\:outline-yellow-600\/30:focus {
  outline-color: rgb(202 138 4 / 0.3);
}
.focus\:outline-yellow-600\/35:focus {
  outline-color: rgb(202 138 4 / 0.35);
}
.focus\:outline-yellow-600\/40:focus {
  outline-color: rgb(202 138 4 / 0.4);
}
.focus\:outline-yellow-600\/45:focus {
  outline-color: rgb(202 138 4 / 0.45);
}
.focus\:outline-yellow-600\/5:focus {
  outline-color: rgb(202 138 4 / 0.05);
}
.focus\:outline-yellow-600\/50:focus {
  outline-color: rgb(202 138 4 / 0.5);
}
.focus\:outline-yellow-600\/55:focus {
  outline-color: rgb(202 138 4 / 0.55);
}
.focus\:outline-yellow-600\/60:focus {
  outline-color: rgb(202 138 4 / 0.6);
}
.focus\:outline-yellow-600\/65:focus {
  outline-color: rgb(202 138 4 / 0.65);
}
.focus\:outline-yellow-600\/70:focus {
  outline-color: rgb(202 138 4 / 0.7);
}
.focus\:outline-yellow-600\/75:focus {
  outline-color: rgb(202 138 4 / 0.75);
}
.focus\:outline-yellow-600\/80:focus {
  outline-color: rgb(202 138 4 / 0.8);
}
.focus\:outline-yellow-600\/85:focus {
  outline-color: rgb(202 138 4 / 0.85);
}
.focus\:outline-yellow-600\/90:focus {
  outline-color: rgb(202 138 4 / 0.9);
}
.focus\:outline-yellow-600\/95:focus {
  outline-color: rgb(202 138 4 / 0.95);
}
.focus\:outline-yellow-700:focus {
  outline-color: #a16207;
}
.focus\:outline-yellow-700\/0:focus {
  outline-color: rgb(161 98 7 / 0);
}
.focus\:outline-yellow-700\/10:focus {
  outline-color: rgb(161 98 7 / 0.1);
}
.focus\:outline-yellow-700\/100:focus {
  outline-color: rgb(161 98 7 / 1);
}
.focus\:outline-yellow-700\/15:focus {
  outline-color: rgb(161 98 7 / 0.15);
}
.focus\:outline-yellow-700\/20:focus {
  outline-color: rgb(161 98 7 / 0.2);
}
.focus\:outline-yellow-700\/25:focus {
  outline-color: rgb(161 98 7 / 0.25);
}
.focus\:outline-yellow-700\/30:focus {
  outline-color: rgb(161 98 7 / 0.3);
}
.focus\:outline-yellow-700\/35:focus {
  outline-color: rgb(161 98 7 / 0.35);
}
.focus\:outline-yellow-700\/40:focus {
  outline-color: rgb(161 98 7 / 0.4);
}
.focus\:outline-yellow-700\/45:focus {
  outline-color: rgb(161 98 7 / 0.45);
}
.focus\:outline-yellow-700\/5:focus {
  outline-color: rgb(161 98 7 / 0.05);
}
.focus\:outline-yellow-700\/50:focus {
  outline-color: rgb(161 98 7 / 0.5);
}
.focus\:outline-yellow-700\/55:focus {
  outline-color: rgb(161 98 7 / 0.55);
}
.focus\:outline-yellow-700\/60:focus {
  outline-color: rgb(161 98 7 / 0.6);
}
.focus\:outline-yellow-700\/65:focus {
  outline-color: rgb(161 98 7 / 0.65);
}
.focus\:outline-yellow-700\/70:focus {
  outline-color: rgb(161 98 7 / 0.7);
}
.focus\:outline-yellow-700\/75:focus {
  outline-color: rgb(161 98 7 / 0.75);
}
.focus\:outline-yellow-700\/80:focus {
  outline-color: rgb(161 98 7 / 0.8);
}
.focus\:outline-yellow-700\/85:focus {
  outline-color: rgb(161 98 7 / 0.85);
}
.focus\:outline-yellow-700\/90:focus {
  outline-color: rgb(161 98 7 / 0.9);
}
.focus\:outline-yellow-700\/95:focus {
  outline-color: rgb(161 98 7 / 0.95);
}
.focus\:outline-yellow-800:focus {
  outline-color: #854d0e;
}
.focus\:outline-yellow-800\/0:focus {
  outline-color: rgb(133 77 14 / 0);
}
.focus\:outline-yellow-800\/10:focus {
  outline-color: rgb(133 77 14 / 0.1);
}
.focus\:outline-yellow-800\/100:focus {
  outline-color: rgb(133 77 14 / 1);
}
.focus\:outline-yellow-800\/15:focus {
  outline-color: rgb(133 77 14 / 0.15);
}
.focus\:outline-yellow-800\/20:focus {
  outline-color: rgb(133 77 14 / 0.2);
}
.focus\:outline-yellow-800\/25:focus {
  outline-color: rgb(133 77 14 / 0.25);
}
.focus\:outline-yellow-800\/30:focus {
  outline-color: rgb(133 77 14 / 0.3);
}
.focus\:outline-yellow-800\/35:focus {
  outline-color: rgb(133 77 14 / 0.35);
}
.focus\:outline-yellow-800\/40:focus {
  outline-color: rgb(133 77 14 / 0.4);
}
.focus\:outline-yellow-800\/45:focus {
  outline-color: rgb(133 77 14 / 0.45);
}
.focus\:outline-yellow-800\/5:focus {
  outline-color: rgb(133 77 14 / 0.05);
}
.focus\:outline-yellow-800\/50:focus {
  outline-color: rgb(133 77 14 / 0.5);
}
.focus\:outline-yellow-800\/55:focus {
  outline-color: rgb(133 77 14 / 0.55);
}
.focus\:outline-yellow-800\/60:focus {
  outline-color: rgb(133 77 14 / 0.6);
}
.focus\:outline-yellow-800\/65:focus {
  outline-color: rgb(133 77 14 / 0.65);
}
.focus\:outline-yellow-800\/70:focus {
  outline-color: rgb(133 77 14 / 0.7);
}
.focus\:outline-yellow-800\/75:focus {
  outline-color: rgb(133 77 14 / 0.75);
}
.focus\:outline-yellow-800\/80:focus {
  outline-color: rgb(133 77 14 / 0.8);
}
.focus\:outline-yellow-800\/85:focus {
  outline-color: rgb(133 77 14 / 0.85);
}
.focus\:outline-yellow-800\/90:focus {
  outline-color: rgb(133 77 14 / 0.9);
}
.focus\:outline-yellow-800\/95:focus {
  outline-color: rgb(133 77 14 / 0.95);
}
.focus\:outline-yellow-900:focus {
  outline-color: #713f12;
}
.focus\:outline-yellow-900\/0:focus {
  outline-color: rgb(113 63 18 / 0);
}
.focus\:outline-yellow-900\/10:focus {
  outline-color: rgb(113 63 18 / 0.1);
}
.focus\:outline-yellow-900\/100:focus {
  outline-color: rgb(113 63 18 / 1);
}
.focus\:outline-yellow-900\/15:focus {
  outline-color: rgb(113 63 18 / 0.15);
}
.focus\:outline-yellow-900\/20:focus {
  outline-color: rgb(113 63 18 / 0.2);
}
.focus\:outline-yellow-900\/25:focus {
  outline-color: rgb(113 63 18 / 0.25);
}
.focus\:outline-yellow-900\/30:focus {
  outline-color: rgb(113 63 18 / 0.3);
}
.focus\:outline-yellow-900\/35:focus {
  outline-color: rgb(113 63 18 / 0.35);
}
.focus\:outline-yellow-900\/40:focus {
  outline-color: rgb(113 63 18 / 0.4);
}
.focus\:outline-yellow-900\/45:focus {
  outline-color: rgb(113 63 18 / 0.45);
}
.focus\:outline-yellow-900\/5:focus {
  outline-color: rgb(113 63 18 / 0.05);
}
.focus\:outline-yellow-900\/50:focus {
  outline-color: rgb(113 63 18 / 0.5);
}
.focus\:outline-yellow-900\/55:focus {
  outline-color: rgb(113 63 18 / 0.55);
}
.focus\:outline-yellow-900\/60:focus {
  outline-color: rgb(113 63 18 / 0.6);
}
.focus\:outline-yellow-900\/65:focus {
  outline-color: rgb(113 63 18 / 0.65);
}
.focus\:outline-yellow-900\/70:focus {
  outline-color: rgb(113 63 18 / 0.7);
}
.focus\:outline-yellow-900\/75:focus {
  outline-color: rgb(113 63 18 / 0.75);
}
.focus\:outline-yellow-900\/80:focus {
  outline-color: rgb(113 63 18 / 0.8);
}
.focus\:outline-yellow-900\/85:focus {
  outline-color: rgb(113 63 18 / 0.85);
}
.focus\:outline-yellow-900\/90:focus {
  outline-color: rgb(113 63 18 / 0.9);
}
.focus\:outline-yellow-900\/95:focus {
  outline-color: rgb(113 63 18 / 0.95);
}
.focus\:outline-yellow-950:focus {
  outline-color: #422006;
}
.focus\:outline-yellow-950\/0:focus {
  outline-color: rgb(66 32 6 / 0);
}
.focus\:outline-yellow-950\/10:focus {
  outline-color: rgb(66 32 6 / 0.1);
}
.focus\:outline-yellow-950\/100:focus {
  outline-color: rgb(66 32 6 / 1);
}
.focus\:outline-yellow-950\/15:focus {
  outline-color: rgb(66 32 6 / 0.15);
}
.focus\:outline-yellow-950\/20:focus {
  outline-color: rgb(66 32 6 / 0.2);
}
.focus\:outline-yellow-950\/25:focus {
  outline-color: rgb(66 32 6 / 0.25);
}
.focus\:outline-yellow-950\/30:focus {
  outline-color: rgb(66 32 6 / 0.3);
}
.focus\:outline-yellow-950\/35:focus {
  outline-color: rgb(66 32 6 / 0.35);
}
.focus\:outline-yellow-950\/40:focus {
  outline-color: rgb(66 32 6 / 0.4);
}
.focus\:outline-yellow-950\/45:focus {
  outline-color: rgb(66 32 6 / 0.45);
}
.focus\:outline-yellow-950\/5:focus {
  outline-color: rgb(66 32 6 / 0.05);
}
.focus\:outline-yellow-950\/50:focus {
  outline-color: rgb(66 32 6 / 0.5);
}
.focus\:outline-yellow-950\/55:focus {
  outline-color: rgb(66 32 6 / 0.55);
}
.focus\:outline-yellow-950\/60:focus {
  outline-color: rgb(66 32 6 / 0.6);
}
.focus\:outline-yellow-950\/65:focus {
  outline-color: rgb(66 32 6 / 0.65);
}
.focus\:outline-yellow-950\/70:focus {
  outline-color: rgb(66 32 6 / 0.7);
}
.focus\:outline-yellow-950\/75:focus {
  outline-color: rgb(66 32 6 / 0.75);
}
.focus\:outline-yellow-950\/80:focus {
  outline-color: rgb(66 32 6 / 0.8);
}
.focus\:outline-yellow-950\/85:focus {
  outline-color: rgb(66 32 6 / 0.85);
}
.focus\:outline-yellow-950\/90:focus {
  outline-color: rgb(66 32 6 / 0.9);
}
.focus\:outline-yellow-950\/95:focus {
  outline-color: rgb(66 32 6 / 0.95);
}
.focus\:outline-zinc-100:focus {
  outline-color: #f4f4f5;
}
.focus\:outline-zinc-100\/0:focus {
  outline-color: rgb(244 244 245 / 0);
}
.focus\:outline-zinc-100\/10:focus {
  outline-color: rgb(244 244 245 / 0.1);
}
.focus\:outline-zinc-100\/100:focus {
  outline-color: rgb(244 244 245 / 1);
}
.focus\:outline-zinc-100\/15:focus {
  outline-color: rgb(244 244 245 / 0.15);
}
.focus\:outline-zinc-100\/20:focus {
  outline-color: rgb(244 244 245 / 0.2);
}
.focus\:outline-zinc-100\/25:focus {
  outline-color: rgb(244 244 245 / 0.25);
}
.focus\:outline-zinc-100\/30:focus {
  outline-color: rgb(244 244 245 / 0.3);
}
.focus\:outline-zinc-100\/35:focus {
  outline-color: rgb(244 244 245 / 0.35);
}
.focus\:outline-zinc-100\/40:focus {
  outline-color: rgb(244 244 245 / 0.4);
}
.focus\:outline-zinc-100\/45:focus {
  outline-color: rgb(244 244 245 / 0.45);
}
.focus\:outline-zinc-100\/5:focus {
  outline-color: rgb(244 244 245 / 0.05);
}
.focus\:outline-zinc-100\/50:focus {
  outline-color: rgb(244 244 245 / 0.5);
}
.focus\:outline-zinc-100\/55:focus {
  outline-color: rgb(244 244 245 / 0.55);
}
.focus\:outline-zinc-100\/60:focus {
  outline-color: rgb(244 244 245 / 0.6);
}
.focus\:outline-zinc-100\/65:focus {
  outline-color: rgb(244 244 245 / 0.65);
}
.focus\:outline-zinc-100\/70:focus {
  outline-color: rgb(244 244 245 / 0.7);
}
.focus\:outline-zinc-100\/75:focus {
  outline-color: rgb(244 244 245 / 0.75);
}
.focus\:outline-zinc-100\/80:focus {
  outline-color: rgb(244 244 245 / 0.8);
}
.focus\:outline-zinc-100\/85:focus {
  outline-color: rgb(244 244 245 / 0.85);
}
.focus\:outline-zinc-100\/90:focus {
  outline-color: rgb(244 244 245 / 0.9);
}
.focus\:outline-zinc-100\/95:focus {
  outline-color: rgb(244 244 245 / 0.95);
}
.focus\:outline-zinc-200:focus {
  outline-color: #e4e4e7;
}
.focus\:outline-zinc-200\/0:focus {
  outline-color: rgb(228 228 231 / 0);
}
.focus\:outline-zinc-200\/10:focus {
  outline-color: rgb(228 228 231 / 0.1);
}
.focus\:outline-zinc-200\/100:focus {
  outline-color: rgb(228 228 231 / 1);
}
.focus\:outline-zinc-200\/15:focus {
  outline-color: rgb(228 228 231 / 0.15);
}
.focus\:outline-zinc-200\/20:focus {
  outline-color: rgb(228 228 231 / 0.2);
}
.focus\:outline-zinc-200\/25:focus {
  outline-color: rgb(228 228 231 / 0.25);
}
.focus\:outline-zinc-200\/30:focus {
  outline-color: rgb(228 228 231 / 0.3);
}
.focus\:outline-zinc-200\/35:focus {
  outline-color: rgb(228 228 231 / 0.35);
}
.focus\:outline-zinc-200\/40:focus {
  outline-color: rgb(228 228 231 / 0.4);
}
.focus\:outline-zinc-200\/45:focus {
  outline-color: rgb(228 228 231 / 0.45);
}
.focus\:outline-zinc-200\/5:focus {
  outline-color: rgb(228 228 231 / 0.05);
}
.focus\:outline-zinc-200\/50:focus {
  outline-color: rgb(228 228 231 / 0.5);
}
.focus\:outline-zinc-200\/55:focus {
  outline-color: rgb(228 228 231 / 0.55);
}
.focus\:outline-zinc-200\/60:focus {
  outline-color: rgb(228 228 231 / 0.6);
}
.focus\:outline-zinc-200\/65:focus {
  outline-color: rgb(228 228 231 / 0.65);
}
.focus\:outline-zinc-200\/70:focus {
  outline-color: rgb(228 228 231 / 0.7);
}
.focus\:outline-zinc-200\/75:focus {
  outline-color: rgb(228 228 231 / 0.75);
}
.focus\:outline-zinc-200\/80:focus {
  outline-color: rgb(228 228 231 / 0.8);
}
.focus\:outline-zinc-200\/85:focus {
  outline-color: rgb(228 228 231 / 0.85);
}
.focus\:outline-zinc-200\/90:focus {
  outline-color: rgb(228 228 231 / 0.9);
}
.focus\:outline-zinc-200\/95:focus {
  outline-color: rgb(228 228 231 / 0.95);
}
.focus\:outline-zinc-300:focus {
  outline-color: #d4d4d8;
}
.focus\:outline-zinc-300\/0:focus {
  outline-color: rgb(212 212 216 / 0);
}
.focus\:outline-zinc-300\/10:focus {
  outline-color: rgb(212 212 216 / 0.1);
}
.focus\:outline-zinc-300\/100:focus {
  outline-color: rgb(212 212 216 / 1);
}
.focus\:outline-zinc-300\/15:focus {
  outline-color: rgb(212 212 216 / 0.15);
}
.focus\:outline-zinc-300\/20:focus {
  outline-color: rgb(212 212 216 / 0.2);
}
.focus\:outline-zinc-300\/25:focus {
  outline-color: rgb(212 212 216 / 0.25);
}
.focus\:outline-zinc-300\/30:focus {
  outline-color: rgb(212 212 216 / 0.3);
}
.focus\:outline-zinc-300\/35:focus {
  outline-color: rgb(212 212 216 / 0.35);
}
.focus\:outline-zinc-300\/40:focus {
  outline-color: rgb(212 212 216 / 0.4);
}
.focus\:outline-zinc-300\/45:focus {
  outline-color: rgb(212 212 216 / 0.45);
}
.focus\:outline-zinc-300\/5:focus {
  outline-color: rgb(212 212 216 / 0.05);
}
.focus\:outline-zinc-300\/50:focus {
  outline-color: rgb(212 212 216 / 0.5);
}
.focus\:outline-zinc-300\/55:focus {
  outline-color: rgb(212 212 216 / 0.55);
}
.focus\:outline-zinc-300\/60:focus {
  outline-color: rgb(212 212 216 / 0.6);
}
.focus\:outline-zinc-300\/65:focus {
  outline-color: rgb(212 212 216 / 0.65);
}
.focus\:outline-zinc-300\/70:focus {
  outline-color: rgb(212 212 216 / 0.7);
}
.focus\:outline-zinc-300\/75:focus {
  outline-color: rgb(212 212 216 / 0.75);
}
.focus\:outline-zinc-300\/80:focus {
  outline-color: rgb(212 212 216 / 0.8);
}
.focus\:outline-zinc-300\/85:focus {
  outline-color: rgb(212 212 216 / 0.85);
}
.focus\:outline-zinc-300\/90:focus {
  outline-color: rgb(212 212 216 / 0.9);
}
.focus\:outline-zinc-300\/95:focus {
  outline-color: rgb(212 212 216 / 0.95);
}
.focus\:outline-zinc-400:focus {
  outline-color: #a1a1aa;
}
.focus\:outline-zinc-400\/0:focus {
  outline-color: rgb(161 161 170 / 0);
}
.focus\:outline-zinc-400\/10:focus {
  outline-color: rgb(161 161 170 / 0.1);
}
.focus\:outline-zinc-400\/100:focus {
  outline-color: rgb(161 161 170 / 1);
}
.focus\:outline-zinc-400\/15:focus {
  outline-color: rgb(161 161 170 / 0.15);
}
.focus\:outline-zinc-400\/20:focus {
  outline-color: rgb(161 161 170 / 0.2);
}
.focus\:outline-zinc-400\/25:focus {
  outline-color: rgb(161 161 170 / 0.25);
}
.focus\:outline-zinc-400\/30:focus {
  outline-color: rgb(161 161 170 / 0.3);
}
.focus\:outline-zinc-400\/35:focus {
  outline-color: rgb(161 161 170 / 0.35);
}
.focus\:outline-zinc-400\/40:focus {
  outline-color: rgb(161 161 170 / 0.4);
}
.focus\:outline-zinc-400\/45:focus {
  outline-color: rgb(161 161 170 / 0.45);
}
.focus\:outline-zinc-400\/5:focus {
  outline-color: rgb(161 161 170 / 0.05);
}
.focus\:outline-zinc-400\/50:focus {
  outline-color: rgb(161 161 170 / 0.5);
}
.focus\:outline-zinc-400\/55:focus {
  outline-color: rgb(161 161 170 / 0.55);
}
.focus\:outline-zinc-400\/60:focus {
  outline-color: rgb(161 161 170 / 0.6);
}
.focus\:outline-zinc-400\/65:focus {
  outline-color: rgb(161 161 170 / 0.65);
}
.focus\:outline-zinc-400\/70:focus {
  outline-color: rgb(161 161 170 / 0.7);
}
.focus\:outline-zinc-400\/75:focus {
  outline-color: rgb(161 161 170 / 0.75);
}
.focus\:outline-zinc-400\/80:focus {
  outline-color: rgb(161 161 170 / 0.8);
}
.focus\:outline-zinc-400\/85:focus {
  outline-color: rgb(161 161 170 / 0.85);
}
.focus\:outline-zinc-400\/90:focus {
  outline-color: rgb(161 161 170 / 0.9);
}
.focus\:outline-zinc-400\/95:focus {
  outline-color: rgb(161 161 170 / 0.95);
}
.focus\:outline-zinc-50:focus {
  outline-color: #fafafa;
}
.focus\:outline-zinc-50\/0:focus {
  outline-color: rgb(250 250 250 / 0);
}
.focus\:outline-zinc-50\/10:focus {
  outline-color: rgb(250 250 250 / 0.1);
}
.focus\:outline-zinc-50\/100:focus {
  outline-color: rgb(250 250 250 / 1);
}
.focus\:outline-zinc-50\/15:focus {
  outline-color: rgb(250 250 250 / 0.15);
}
.focus\:outline-zinc-50\/20:focus {
  outline-color: rgb(250 250 250 / 0.2);
}
.focus\:outline-zinc-50\/25:focus {
  outline-color: rgb(250 250 250 / 0.25);
}
.focus\:outline-zinc-50\/30:focus {
  outline-color: rgb(250 250 250 / 0.3);
}
.focus\:outline-zinc-50\/35:focus {
  outline-color: rgb(250 250 250 / 0.35);
}
.focus\:outline-zinc-50\/40:focus {
  outline-color: rgb(250 250 250 / 0.4);
}
.focus\:outline-zinc-50\/45:focus {
  outline-color: rgb(250 250 250 / 0.45);
}
.focus\:outline-zinc-50\/5:focus {
  outline-color: rgb(250 250 250 / 0.05);
}
.focus\:outline-zinc-50\/50:focus {
  outline-color: rgb(250 250 250 / 0.5);
}
.focus\:outline-zinc-50\/55:focus {
  outline-color: rgb(250 250 250 / 0.55);
}
.focus\:outline-zinc-50\/60:focus {
  outline-color: rgb(250 250 250 / 0.6);
}
.focus\:outline-zinc-50\/65:focus {
  outline-color: rgb(250 250 250 / 0.65);
}
.focus\:outline-zinc-50\/70:focus {
  outline-color: rgb(250 250 250 / 0.7);
}
.focus\:outline-zinc-50\/75:focus {
  outline-color: rgb(250 250 250 / 0.75);
}
.focus\:outline-zinc-50\/80:focus {
  outline-color: rgb(250 250 250 / 0.8);
}
.focus\:outline-zinc-50\/85:focus {
  outline-color: rgb(250 250 250 / 0.85);
}
.focus\:outline-zinc-50\/90:focus {
  outline-color: rgb(250 250 250 / 0.9);
}
.focus\:outline-zinc-50\/95:focus {
  outline-color: rgb(250 250 250 / 0.95);
}
.focus\:outline-zinc-500:focus {
  outline-color: #71717a;
}
.focus\:outline-zinc-500\/0:focus {
  outline-color: rgb(113 113 122 / 0);
}
.focus\:outline-zinc-500\/10:focus {
  outline-color: rgb(113 113 122 / 0.1);
}
.focus\:outline-zinc-500\/100:focus {
  outline-color: rgb(113 113 122 / 1);
}
.focus\:outline-zinc-500\/15:focus {
  outline-color: rgb(113 113 122 / 0.15);
}
.focus\:outline-zinc-500\/20:focus {
  outline-color: rgb(113 113 122 / 0.2);
}
.focus\:outline-zinc-500\/25:focus {
  outline-color: rgb(113 113 122 / 0.25);
}
.focus\:outline-zinc-500\/30:focus {
  outline-color: rgb(113 113 122 / 0.3);
}
.focus\:outline-zinc-500\/35:focus {
  outline-color: rgb(113 113 122 / 0.35);
}
.focus\:outline-zinc-500\/40:focus {
  outline-color: rgb(113 113 122 / 0.4);
}
.focus\:outline-zinc-500\/45:focus {
  outline-color: rgb(113 113 122 / 0.45);
}
.focus\:outline-zinc-500\/5:focus {
  outline-color: rgb(113 113 122 / 0.05);
}
.focus\:outline-zinc-500\/50:focus {
  outline-color: rgb(113 113 122 / 0.5);
}
.focus\:outline-zinc-500\/55:focus {
  outline-color: rgb(113 113 122 / 0.55);
}
.focus\:outline-zinc-500\/60:focus {
  outline-color: rgb(113 113 122 / 0.6);
}
.focus\:outline-zinc-500\/65:focus {
  outline-color: rgb(113 113 122 / 0.65);
}
.focus\:outline-zinc-500\/70:focus {
  outline-color: rgb(113 113 122 / 0.7);
}
.focus\:outline-zinc-500\/75:focus {
  outline-color: rgb(113 113 122 / 0.75);
}
.focus\:outline-zinc-500\/80:focus {
  outline-color: rgb(113 113 122 / 0.8);
}
.focus\:outline-zinc-500\/85:focus {
  outline-color: rgb(113 113 122 / 0.85);
}
.focus\:outline-zinc-500\/90:focus {
  outline-color: rgb(113 113 122 / 0.9);
}
.focus\:outline-zinc-500\/95:focus {
  outline-color: rgb(113 113 122 / 0.95);
}
.focus\:outline-zinc-600:focus {
  outline-color: #52525b;
}
.focus\:outline-zinc-600\/0:focus {
  outline-color: rgb(82 82 91 / 0);
}
.focus\:outline-zinc-600\/10:focus {
  outline-color: rgb(82 82 91 / 0.1);
}
.focus\:outline-zinc-600\/100:focus {
  outline-color: rgb(82 82 91 / 1);
}
.focus\:outline-zinc-600\/15:focus {
  outline-color: rgb(82 82 91 / 0.15);
}
.focus\:outline-zinc-600\/20:focus {
  outline-color: rgb(82 82 91 / 0.2);
}
.focus\:outline-zinc-600\/25:focus {
  outline-color: rgb(82 82 91 / 0.25);
}
.focus\:outline-zinc-600\/30:focus {
  outline-color: rgb(82 82 91 / 0.3);
}
.focus\:outline-zinc-600\/35:focus {
  outline-color: rgb(82 82 91 / 0.35);
}
.focus\:outline-zinc-600\/40:focus {
  outline-color: rgb(82 82 91 / 0.4);
}
.focus\:outline-zinc-600\/45:focus {
  outline-color: rgb(82 82 91 / 0.45);
}
.focus\:outline-zinc-600\/5:focus {
  outline-color: rgb(82 82 91 / 0.05);
}
.focus\:outline-zinc-600\/50:focus {
  outline-color: rgb(82 82 91 / 0.5);
}
.focus\:outline-zinc-600\/55:focus {
  outline-color: rgb(82 82 91 / 0.55);
}
.focus\:outline-zinc-600\/60:focus {
  outline-color: rgb(82 82 91 / 0.6);
}
.focus\:outline-zinc-600\/65:focus {
  outline-color: rgb(82 82 91 / 0.65);
}
.focus\:outline-zinc-600\/70:focus {
  outline-color: rgb(82 82 91 / 0.7);
}
.focus\:outline-zinc-600\/75:focus {
  outline-color: rgb(82 82 91 / 0.75);
}
.focus\:outline-zinc-600\/80:focus {
  outline-color: rgb(82 82 91 / 0.8);
}
.focus\:outline-zinc-600\/85:focus {
  outline-color: rgb(82 82 91 / 0.85);
}
.focus\:outline-zinc-600\/90:focus {
  outline-color: rgb(82 82 91 / 0.9);
}
.focus\:outline-zinc-600\/95:focus {
  outline-color: rgb(82 82 91 / 0.95);
}
.focus\:outline-zinc-700:focus {
  outline-color: #3f3f46;
}
.focus\:outline-zinc-700\/0:focus {
  outline-color: rgb(63 63 70 / 0);
}
.focus\:outline-zinc-700\/10:focus {
  outline-color: rgb(63 63 70 / 0.1);
}
.focus\:outline-zinc-700\/100:focus {
  outline-color: rgb(63 63 70 / 1);
}
.focus\:outline-zinc-700\/15:focus {
  outline-color: rgb(63 63 70 / 0.15);
}
.focus\:outline-zinc-700\/20:focus {
  outline-color: rgb(63 63 70 / 0.2);
}
.focus\:outline-zinc-700\/25:focus {
  outline-color: rgb(63 63 70 / 0.25);
}
.focus\:outline-zinc-700\/30:focus {
  outline-color: rgb(63 63 70 / 0.3);
}
.focus\:outline-zinc-700\/35:focus {
  outline-color: rgb(63 63 70 / 0.35);
}
.focus\:outline-zinc-700\/40:focus {
  outline-color: rgb(63 63 70 / 0.4);
}
.focus\:outline-zinc-700\/45:focus {
  outline-color: rgb(63 63 70 / 0.45);
}
.focus\:outline-zinc-700\/5:focus {
  outline-color: rgb(63 63 70 / 0.05);
}
.focus\:outline-zinc-700\/50:focus {
  outline-color: rgb(63 63 70 / 0.5);
}
.focus\:outline-zinc-700\/55:focus {
  outline-color: rgb(63 63 70 / 0.55);
}
.focus\:outline-zinc-700\/60:focus {
  outline-color: rgb(63 63 70 / 0.6);
}
.focus\:outline-zinc-700\/65:focus {
  outline-color: rgb(63 63 70 / 0.65);
}
.focus\:outline-zinc-700\/70:focus {
  outline-color: rgb(63 63 70 / 0.7);
}
.focus\:outline-zinc-700\/75:focus {
  outline-color: rgb(63 63 70 / 0.75);
}
.focus\:outline-zinc-700\/80:focus {
  outline-color: rgb(63 63 70 / 0.8);
}
.focus\:outline-zinc-700\/85:focus {
  outline-color: rgb(63 63 70 / 0.85);
}
.focus\:outline-zinc-700\/90:focus {
  outline-color: rgb(63 63 70 / 0.9);
}
.focus\:outline-zinc-700\/95:focus {
  outline-color: rgb(63 63 70 / 0.95);
}
.focus\:outline-zinc-800:focus {
  outline-color: #27272a;
}
.focus\:outline-zinc-800\/0:focus {
  outline-color: rgb(39 39 42 / 0);
}
.focus\:outline-zinc-800\/10:focus {
  outline-color: rgb(39 39 42 / 0.1);
}
.focus\:outline-zinc-800\/100:focus {
  outline-color: rgb(39 39 42 / 1);
}
.focus\:outline-zinc-800\/15:focus {
  outline-color: rgb(39 39 42 / 0.15);
}
.focus\:outline-zinc-800\/20:focus {
  outline-color: rgb(39 39 42 / 0.2);
}
.focus\:outline-zinc-800\/25:focus {
  outline-color: rgb(39 39 42 / 0.25);
}
.focus\:outline-zinc-800\/30:focus {
  outline-color: rgb(39 39 42 / 0.3);
}
.focus\:outline-zinc-800\/35:focus {
  outline-color: rgb(39 39 42 / 0.35);
}
.focus\:outline-zinc-800\/40:focus {
  outline-color: rgb(39 39 42 / 0.4);
}
.focus\:outline-zinc-800\/45:focus {
  outline-color: rgb(39 39 42 / 0.45);
}
.focus\:outline-zinc-800\/5:focus {
  outline-color: rgb(39 39 42 / 0.05);
}
.focus\:outline-zinc-800\/50:focus {
  outline-color: rgb(39 39 42 / 0.5);
}
.focus\:outline-zinc-800\/55:focus {
  outline-color: rgb(39 39 42 / 0.55);
}
.focus\:outline-zinc-800\/60:focus {
  outline-color: rgb(39 39 42 / 0.6);
}
.focus\:outline-zinc-800\/65:focus {
  outline-color: rgb(39 39 42 / 0.65);
}
.focus\:outline-zinc-800\/70:focus {
  outline-color: rgb(39 39 42 / 0.7);
}
.focus\:outline-zinc-800\/75:focus {
  outline-color: rgb(39 39 42 / 0.75);
}
.focus\:outline-zinc-800\/80:focus {
  outline-color: rgb(39 39 42 / 0.8);
}
.focus\:outline-zinc-800\/85:focus {
  outline-color: rgb(39 39 42 / 0.85);
}
.focus\:outline-zinc-800\/90:focus {
  outline-color: rgb(39 39 42 / 0.9);
}
.focus\:outline-zinc-800\/95:focus {
  outline-color: rgb(39 39 42 / 0.95);
}
.focus\:outline-zinc-900:focus {
  outline-color: #18181b;
}
.focus\:outline-zinc-900\/0:focus {
  outline-color: rgb(24 24 27 / 0);
}
.focus\:outline-zinc-900\/10:focus {
  outline-color: rgb(24 24 27 / 0.1);
}
.focus\:outline-zinc-900\/100:focus {
  outline-color: rgb(24 24 27 / 1);
}
.focus\:outline-zinc-900\/15:focus {
  outline-color: rgb(24 24 27 / 0.15);
}
.focus\:outline-zinc-900\/20:focus {
  outline-color: rgb(24 24 27 / 0.2);
}
.focus\:outline-zinc-900\/25:focus {
  outline-color: rgb(24 24 27 / 0.25);
}
.focus\:outline-zinc-900\/30:focus {
  outline-color: rgb(24 24 27 / 0.3);
}
.focus\:outline-zinc-900\/35:focus {
  outline-color: rgb(24 24 27 / 0.35);
}
.focus\:outline-zinc-900\/40:focus {
  outline-color: rgb(24 24 27 / 0.4);
}
.focus\:outline-zinc-900\/45:focus {
  outline-color: rgb(24 24 27 / 0.45);
}
.focus\:outline-zinc-900\/5:focus {
  outline-color: rgb(24 24 27 / 0.05);
}
.focus\:outline-zinc-900\/50:focus {
  outline-color: rgb(24 24 27 / 0.5);
}
.focus\:outline-zinc-900\/55:focus {
  outline-color: rgb(24 24 27 / 0.55);
}
.focus\:outline-zinc-900\/60:focus {
  outline-color: rgb(24 24 27 / 0.6);
}
.focus\:outline-zinc-900\/65:focus {
  outline-color: rgb(24 24 27 / 0.65);
}
.focus\:outline-zinc-900\/70:focus {
  outline-color: rgb(24 24 27 / 0.7);
}
.focus\:outline-zinc-900\/75:focus {
  outline-color: rgb(24 24 27 / 0.75);
}
.focus\:outline-zinc-900\/80:focus {
  outline-color: rgb(24 24 27 / 0.8);
}
.focus\:outline-zinc-900\/85:focus {
  outline-color: rgb(24 24 27 / 0.85);
}
.focus\:outline-zinc-900\/90:focus {
  outline-color: rgb(24 24 27 / 0.9);
}
.focus\:outline-zinc-900\/95:focus {
  outline-color: rgb(24 24 27 / 0.95);
}
.focus\:outline-zinc-950:focus {
  outline-color: #09090b;
}
.focus\:outline-zinc-950\/0:focus {
  outline-color: rgb(9 9 11 / 0);
}
.focus\:outline-zinc-950\/10:focus {
  outline-color: rgb(9 9 11 / 0.1);
}
.focus\:outline-zinc-950\/100:focus {
  outline-color: rgb(9 9 11 / 1);
}
.focus\:outline-zinc-950\/15:focus {
  outline-color: rgb(9 9 11 / 0.15);
}
.focus\:outline-zinc-950\/20:focus {
  outline-color: rgb(9 9 11 / 0.2);
}
.focus\:outline-zinc-950\/25:focus {
  outline-color: rgb(9 9 11 / 0.25);
}
.focus\:outline-zinc-950\/30:focus {
  outline-color: rgb(9 9 11 / 0.3);
}
.focus\:outline-zinc-950\/35:focus {
  outline-color: rgb(9 9 11 / 0.35);
}
.focus\:outline-zinc-950\/40:focus {
  outline-color: rgb(9 9 11 / 0.4);
}
.focus\:outline-zinc-950\/45:focus {
  outline-color: rgb(9 9 11 / 0.45);
}
.focus\:outline-zinc-950\/5:focus {
  outline-color: rgb(9 9 11 / 0.05);
}
.focus\:outline-zinc-950\/50:focus {
  outline-color: rgb(9 9 11 / 0.5);
}
.focus\:outline-zinc-950\/55:focus {
  outline-color: rgb(9 9 11 / 0.55);
}
.focus\:outline-zinc-950\/60:focus {
  outline-color: rgb(9 9 11 / 0.6);
}
.focus\:outline-zinc-950\/65:focus {
  outline-color: rgb(9 9 11 / 0.65);
}
.focus\:outline-zinc-950\/70:focus {
  outline-color: rgb(9 9 11 / 0.7);
}
.focus\:outline-zinc-950\/75:focus {
  outline-color: rgb(9 9 11 / 0.75);
}
.focus\:outline-zinc-950\/80:focus {
  outline-color: rgb(9 9 11 / 0.8);
}
.focus\:outline-zinc-950\/85:focus {
  outline-color: rgb(9 9 11 / 0.85);
}
.focus\:outline-zinc-950\/90:focus {
  outline-color: rgb(9 9 11 / 0.9);
}
.focus\:outline-zinc-950\/95:focus {
  outline-color: rgb(9 9 11 / 0.95);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-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-8: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(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-accent:focus {
  --tw-ring-color: var(--border-accent);
}
.focus\:ring-calendar:focus {
  --tw-ring-color: var(--border-calendar);
}
.focus\:ring-constant-black:focus {
  --tw-ring-color: var(--general-constant-black);
}
.focus\:ring-constant-white:focus {
  --tw-ring-color: var(--general-constant-white);
}
.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}
.focus\:ring-focus:focus {
  --tw-ring-color: var(--border-focus);
}
.focus\:ring-hover:focus {
  --tw-ring-color: var(--border-hover);
}
.focus\:ring-inherit:focus {
  --tw-ring-color: inherit;
}
.focus\:ring-input:focus {
  --tw-ring-color: var(--border-input);
}
.focus\:ring-input-active:focus {
  --tw-ring-color: var(--border-input-active);
}
.focus\:ring-input-active-hover:focus {
  --tw-ring-color: var(--border-input-active-hover);
}
.focus\:ring-input-active-pressed:focus {
  --tw-ring-color: var(--border-input-active-pressed);
}
.focus\:ring-input-caution:focus {
  --tw-ring-color: var(--border-input-caution);
}
.focus\:ring-input-caution-hover:focus {
  --tw-ring-color: var(--border-input-caution-hover);
}
.focus\:ring-input-caution-pressed:focus {
  --tw-ring-color: var(--border-input-caution-pressed);
}
.focus\:ring-input-critical:focus {
  --tw-ring-color: var(--border-input-critical);
}
.focus\:ring-input-critical-hover:focus {
  --tw-ring-color: var(--border-input-critical-hover);
}
.focus\:ring-input-critical-pressed:focus {
  --tw-ring-color: var(--border-input-critical-pressed);
}
.focus\:ring-input-disabled:focus {
  --tw-ring-color: var(--border-input-disabled);
}
.focus\:ring-input-hover:focus {
  --tw-ring-color: var(--border-input-hover);
}
.focus\:ring-primary:focus {
  --tw-ring-color: var(--border-primary);
}
.focus\:ring-secondary:focus {
  --tw-ring-color: var(--border-secondary);
}
.focus\:ring-tertiary:focus {
  --tw-ring-color: var(--border-tertiary);
}
.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}
.focus\:ring-transparent\/0:focus {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.focus\:ring-transparent\/10:focus {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.focus\:ring-transparent\/100:focus {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.focus\:ring-transparent\/15:focus {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}
.focus\:ring-transparent\/20:focus {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.focus\:ring-transparent\/25:focus {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.focus\:ring-transparent\/30:focus {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.focus\:ring-transparent\/35:focus {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}
.focus\:ring-transparent\/40:focus {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.focus\:ring-transparent\/45:focus {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}
.focus\:ring-transparent\/5:focus {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.focus\:ring-transparent\/50:focus {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.focus\:ring-transparent\/55:focus {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}
.focus\:ring-transparent\/60:focus {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.focus\:ring-transparent\/65:focus {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}
.focus\:ring-transparent\/70:focus {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.focus\:ring-transparent\/75:focus {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.focus\:ring-transparent\/80:focus {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.focus\:ring-transparent\/85:focus {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}
.focus\:ring-transparent\/90:focus {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.focus\:ring-transparent\/95:focus {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}
.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}
.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}
.focus\:ring-opacity-15:focus {
  --tw-ring-opacity: 0.15;
}
.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}
.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}
.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}
.focus\:ring-opacity-35:focus {
  --tw-ring-opacity: 0.35;
}
.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}
.focus\:ring-opacity-45:focus {
  --tw-ring-opacity: 0.45;
}
.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-opacity-55:focus {
  --tw-ring-opacity: 0.55;
}
.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}
.focus\:ring-opacity-65:focus {
  --tw-ring-opacity: 0.65;
}
.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}
.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}
.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}
.focus\:ring-opacity-85:focus {
  --tw-ring-opacity: 0.85;
}
.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}
.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}
.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-4:focus {
  --tw-ring-offset-width: 4px;
}
.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}
.focus\:ring-offset-amber-100:focus {
  --tw-ring-offset-color: #fef3c7;
}
.focus\:ring-offset-amber-100\/0:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0);
}
.focus\:ring-offset-amber-100\/10:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.1);
}
.focus\:ring-offset-amber-100\/100:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 1);
}
.focus\:ring-offset-amber-100\/15:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.15);
}
.focus\:ring-offset-amber-100\/20:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.2);
}
.focus\:ring-offset-amber-100\/25:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.25);
}
.focus\:ring-offset-amber-100\/30:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.3);
}
.focus\:ring-offset-amber-100\/35:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.35);
}
.focus\:ring-offset-amber-100\/40:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.4);
}
.focus\:ring-offset-amber-100\/45:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.45);
}
.focus\:ring-offset-amber-100\/5:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.05);
}
.focus\:ring-offset-amber-100\/50:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.5);
}
.focus\:ring-offset-amber-100\/55:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.55);
}
.focus\:ring-offset-amber-100\/60:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.6);
}
.focus\:ring-offset-amber-100\/65:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.65);
}
.focus\:ring-offset-amber-100\/70:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.7);
}
.focus\:ring-offset-amber-100\/75:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.75);
}
.focus\:ring-offset-amber-100\/80:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.8);
}
.focus\:ring-offset-amber-100\/85:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.85);
}
.focus\:ring-offset-amber-100\/90:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.9);
}
.focus\:ring-offset-amber-100\/95:focus {
  --tw-ring-offset-color: rgb(254 243 199 / 0.95);
}
.focus\:ring-offset-amber-200:focus {
  --tw-ring-offset-color: #fde68a;
}
.focus\:ring-offset-amber-200\/0:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0);
}
.focus\:ring-offset-amber-200\/10:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.1);
}
.focus\:ring-offset-amber-200\/100:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 1);
}
.focus\:ring-offset-amber-200\/15:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.15);
}
.focus\:ring-offset-amber-200\/20:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.2);
}
.focus\:ring-offset-amber-200\/25:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.25);
}
.focus\:ring-offset-amber-200\/30:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.3);
}
.focus\:ring-offset-amber-200\/35:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.35);
}
.focus\:ring-offset-amber-200\/40:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.4);
}
.focus\:ring-offset-amber-200\/45:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.45);
}
.focus\:ring-offset-amber-200\/5:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.05);
}
.focus\:ring-offset-amber-200\/50:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.5);
}
.focus\:ring-offset-amber-200\/55:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.55);
}
.focus\:ring-offset-amber-200\/60:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.6);
}
.focus\:ring-offset-amber-200\/65:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.65);
}
.focus\:ring-offset-amber-200\/70:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.7);
}
.focus\:ring-offset-amber-200\/75:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.75);
}
.focus\:ring-offset-amber-200\/80:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.8);
}
.focus\:ring-offset-amber-200\/85:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.85);
}
.focus\:ring-offset-amber-200\/90:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.9);
}
.focus\:ring-offset-amber-200\/95:focus {
  --tw-ring-offset-color: rgb(253 230 138 / 0.95);
}
.focus\:ring-offset-amber-300:focus {
  --tw-ring-offset-color: #fcd34d;
}
.focus\:ring-offset-amber-300\/0:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0);
}
.focus\:ring-offset-amber-300\/10:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.1);
}
.focus\:ring-offset-amber-300\/100:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 1);
}
.focus\:ring-offset-amber-300\/15:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.15);
}
.focus\:ring-offset-amber-300\/20:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.2);
}
.focus\:ring-offset-amber-300\/25:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.25);
}
.focus\:ring-offset-amber-300\/30:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.3);
}
.focus\:ring-offset-amber-300\/35:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.35);
}
.focus\:ring-offset-amber-300\/40:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.4);
}
.focus\:ring-offset-amber-300\/45:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.45);
}
.focus\:ring-offset-amber-300\/5:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.05);
}
.focus\:ring-offset-amber-300\/50:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.5);
}
.focus\:ring-offset-amber-300\/55:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.55);
}
.focus\:ring-offset-amber-300\/60:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.6);
}
.focus\:ring-offset-amber-300\/65:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.65);
}
.focus\:ring-offset-amber-300\/70:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.7);
}
.focus\:ring-offset-amber-300\/75:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.75);
}
.focus\:ring-offset-amber-300\/80:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.8);
}
.focus\:ring-offset-amber-300\/85:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.85);
}
.focus\:ring-offset-amber-300\/90:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.9);
}
.focus\:ring-offset-amber-300\/95:focus {
  --tw-ring-offset-color: rgb(252 211 77 / 0.95);
}
.focus\:ring-offset-amber-400:focus {
  --tw-ring-offset-color: #fbbf24;
}
.focus\:ring-offset-amber-400\/0:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0);
}
.focus\:ring-offset-amber-400\/10:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.1);
}
.focus\:ring-offset-amber-400\/100:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 1);
}
.focus\:ring-offset-amber-400\/15:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.15);
}
.focus\:ring-offset-amber-400\/20:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.2);
}
.focus\:ring-offset-amber-400\/25:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.25);
}
.focus\:ring-offset-amber-400\/30:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.3);
}
.focus\:ring-offset-amber-400\/35:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.35);
}
.focus\:ring-offset-amber-400\/40:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.4);
}
.focus\:ring-offset-amber-400\/45:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.45);
}
.focus\:ring-offset-amber-400\/5:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.05);
}
.focus\:ring-offset-amber-400\/50:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.5);
}
.focus\:ring-offset-amber-400\/55:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.55);
}
.focus\:ring-offset-amber-400\/60:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.6);
}
.focus\:ring-offset-amber-400\/65:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.65);
}
.focus\:ring-offset-amber-400\/70:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.7);
}
.focus\:ring-offset-amber-400\/75:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.75);
}
.focus\:ring-offset-amber-400\/80:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.8);
}
.focus\:ring-offset-amber-400\/85:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.85);
}
.focus\:ring-offset-amber-400\/90:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.9);
}
.focus\:ring-offset-amber-400\/95:focus {
  --tw-ring-offset-color: rgb(251 191 36 / 0.95);
}
.focus\:ring-offset-amber-50:focus {
  --tw-ring-offset-color: #fffbeb;
}
.focus\:ring-offset-amber-50\/0:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0);
}
.focus\:ring-offset-amber-50\/10:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.1);
}
.focus\:ring-offset-amber-50\/100:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 1);
}
.focus\:ring-offset-amber-50\/15:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.15);
}
.focus\:ring-offset-amber-50\/20:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.2);
}
.focus\:ring-offset-amber-50\/25:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.25);
}
.focus\:ring-offset-amber-50\/30:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.3);
}
.focus\:ring-offset-amber-50\/35:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.35);
}
.focus\:ring-offset-amber-50\/40:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.4);
}
.focus\:ring-offset-amber-50\/45:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.45);
}
.focus\:ring-offset-amber-50\/5:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.05);
}
.focus\:ring-offset-amber-50\/50:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.5);
}
.focus\:ring-offset-amber-50\/55:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.55);
}
.focus\:ring-offset-amber-50\/60:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.6);
}
.focus\:ring-offset-amber-50\/65:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.65);
}
.focus\:ring-offset-amber-50\/70:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.7);
}
.focus\:ring-offset-amber-50\/75:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.75);
}
.focus\:ring-offset-amber-50\/80:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.8);
}
.focus\:ring-offset-amber-50\/85:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.85);
}
.focus\:ring-offset-amber-50\/90:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.9);
}
.focus\:ring-offset-amber-50\/95:focus {
  --tw-ring-offset-color: rgb(255 251 235 / 0.95);
}
.focus\:ring-offset-amber-500:focus {
  --tw-ring-offset-color: #f59e0b;
}
.focus\:ring-offset-amber-500\/0:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0);
}
.focus\:ring-offset-amber-500\/10:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.1);
}
.focus\:ring-offset-amber-500\/100:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 1);
}
.focus\:ring-offset-amber-500\/15:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.15);
}
.focus\:ring-offset-amber-500\/20:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.2);
}
.focus\:ring-offset-amber-500\/25:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.25);
}
.focus\:ring-offset-amber-500\/30:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.3);
}
.focus\:ring-offset-amber-500\/35:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.35);
}
.focus\:ring-offset-amber-500\/40:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.4);
}
.focus\:ring-offset-amber-500\/45:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.45);
}
.focus\:ring-offset-amber-500\/5:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.05);
}
.focus\:ring-offset-amber-500\/50:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.5);
}
.focus\:ring-offset-amber-500\/55:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.55);
}
.focus\:ring-offset-amber-500\/60:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.6);
}
.focus\:ring-offset-amber-500\/65:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.65);
}
.focus\:ring-offset-amber-500\/70:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.7);
}
.focus\:ring-offset-amber-500\/75:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.75);
}
.focus\:ring-offset-amber-500\/80:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.8);
}
.focus\:ring-offset-amber-500\/85:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.85);
}
.focus\:ring-offset-amber-500\/90:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.9);
}
.focus\:ring-offset-amber-500\/95:focus {
  --tw-ring-offset-color: rgb(245 158 11 / 0.95);
}
.focus\:ring-offset-amber-600:focus {
  --tw-ring-offset-color: #d97706;
}
.focus\:ring-offset-amber-600\/0:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0);
}
.focus\:ring-offset-amber-600\/10:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.1);
}
.focus\:ring-offset-amber-600\/100:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 1);
}
.focus\:ring-offset-amber-600\/15:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.15);
}
.focus\:ring-offset-amber-600\/20:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.2);
}
.focus\:ring-offset-amber-600\/25:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.25);
}
.focus\:ring-offset-amber-600\/30:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.3);
}
.focus\:ring-offset-amber-600\/35:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.35);
}
.focus\:ring-offset-amber-600\/40:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.4);
}
.focus\:ring-offset-amber-600\/45:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.45);
}
.focus\:ring-offset-amber-600\/5:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.05);
}
.focus\:ring-offset-amber-600\/50:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.5);
}
.focus\:ring-offset-amber-600\/55:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.55);
}
.focus\:ring-offset-amber-600\/60:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.6);
}
.focus\:ring-offset-amber-600\/65:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.65);
}
.focus\:ring-offset-amber-600\/70:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.7);
}
.focus\:ring-offset-amber-600\/75:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.75);
}
.focus\:ring-offset-amber-600\/80:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.8);
}
.focus\:ring-offset-amber-600\/85:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.85);
}
.focus\:ring-offset-amber-600\/90:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.9);
}
.focus\:ring-offset-amber-600\/95:focus {
  --tw-ring-offset-color: rgb(217 119 6 / 0.95);
}
.focus\:ring-offset-amber-700:focus {
  --tw-ring-offset-color: #b45309;
}
.focus\:ring-offset-amber-700\/0:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0);
}
.focus\:ring-offset-amber-700\/10:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.1);
}
.focus\:ring-offset-amber-700\/100:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 1);
}
.focus\:ring-offset-amber-700\/15:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.15);
}
.focus\:ring-offset-amber-700\/20:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.2);
}
.focus\:ring-offset-amber-700\/25:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.25);
}
.focus\:ring-offset-amber-700\/30:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.3);
}
.focus\:ring-offset-amber-700\/35:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.35);
}
.focus\:ring-offset-amber-700\/40:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.4);
}
.focus\:ring-offset-amber-700\/45:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.45);
}
.focus\:ring-offset-amber-700\/5:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.05);
}
.focus\:ring-offset-amber-700\/50:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.5);
}
.focus\:ring-offset-amber-700\/55:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.55);
}
.focus\:ring-offset-amber-700\/60:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.6);
}
.focus\:ring-offset-amber-700\/65:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.65);
}
.focus\:ring-offset-amber-700\/70:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.7);
}
.focus\:ring-offset-amber-700\/75:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.75);
}
.focus\:ring-offset-amber-700\/80:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.8);
}
.focus\:ring-offset-amber-700\/85:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.85);
}
.focus\:ring-offset-amber-700\/90:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.9);
}
.focus\:ring-offset-amber-700\/95:focus {
  --tw-ring-offset-color: rgb(180 83 9 / 0.95);
}
.focus\:ring-offset-amber-800:focus {
  --tw-ring-offset-color: #92400e;
}
.focus\:ring-offset-amber-800\/0:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0);
}
.focus\:ring-offset-amber-800\/10:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.1);
}
.focus\:ring-offset-amber-800\/100:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 1);
}
.focus\:ring-offset-amber-800\/15:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.15);
}
.focus\:ring-offset-amber-800\/20:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.2);
}
.focus\:ring-offset-amber-800\/25:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.25);
}
.focus\:ring-offset-amber-800\/30:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.3);
}
.focus\:ring-offset-amber-800\/35:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.35);
}
.focus\:ring-offset-amber-800\/40:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.4);
}
.focus\:ring-offset-amber-800\/45:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.45);
}
.focus\:ring-offset-amber-800\/5:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.05);
}
.focus\:ring-offset-amber-800\/50:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.5);
}
.focus\:ring-offset-amber-800\/55:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.55);
}
.focus\:ring-offset-amber-800\/60:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.6);
}
.focus\:ring-offset-amber-800\/65:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.65);
}
.focus\:ring-offset-amber-800\/70:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.7);
}
.focus\:ring-offset-amber-800\/75:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.75);
}
.focus\:ring-offset-amber-800\/80:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.8);
}
.focus\:ring-offset-amber-800\/85:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.85);
}
.focus\:ring-offset-amber-800\/90:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.9);
}
.focus\:ring-offset-amber-800\/95:focus {
  --tw-ring-offset-color: rgb(146 64 14 / 0.95);
}
.focus\:ring-offset-amber-900:focus {
  --tw-ring-offset-color: #78350f;
}
.focus\:ring-offset-amber-900\/0:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0);
}
.focus\:ring-offset-amber-900\/10:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.1);
}
.focus\:ring-offset-amber-900\/100:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 1);
}
.focus\:ring-offset-amber-900\/15:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.15);
}
.focus\:ring-offset-amber-900\/20:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.2);
}
.focus\:ring-offset-amber-900\/25:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.25);
}
.focus\:ring-offset-amber-900\/30:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.3);
}
.focus\:ring-offset-amber-900\/35:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.35);
}
.focus\:ring-offset-amber-900\/40:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.4);
}
.focus\:ring-offset-amber-900\/45:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.45);
}
.focus\:ring-offset-amber-900\/5:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.05);
}
.focus\:ring-offset-amber-900\/50:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.5);
}
.focus\:ring-offset-amber-900\/55:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.55);
}
.focus\:ring-offset-amber-900\/60:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.6);
}
.focus\:ring-offset-amber-900\/65:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.65);
}
.focus\:ring-offset-amber-900\/70:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.7);
}
.focus\:ring-offset-amber-900\/75:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.75);
}
.focus\:ring-offset-amber-900\/80:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.8);
}
.focus\:ring-offset-amber-900\/85:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.85);
}
.focus\:ring-offset-amber-900\/90:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.9);
}
.focus\:ring-offset-amber-900\/95:focus {
  --tw-ring-offset-color: rgb(120 53 15 / 0.95);
}
.focus\:ring-offset-amber-950:focus {
  --tw-ring-offset-color: #451a03;
}
.focus\:ring-offset-amber-950\/0:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0);
}
.focus\:ring-offset-amber-950\/10:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.1);
}
.focus\:ring-offset-amber-950\/100:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 1);
}
.focus\:ring-offset-amber-950\/15:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.15);
}
.focus\:ring-offset-amber-950\/20:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.2);
}
.focus\:ring-offset-amber-950\/25:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.25);
}
.focus\:ring-offset-amber-950\/30:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.3);
}
.focus\:ring-offset-amber-950\/35:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.35);
}
.focus\:ring-offset-amber-950\/40:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.4);
}
.focus\:ring-offset-amber-950\/45:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.45);
}
.focus\:ring-offset-amber-950\/5:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.05);
}
.focus\:ring-offset-amber-950\/50:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.5);
}
.focus\:ring-offset-amber-950\/55:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.55);
}
.focus\:ring-offset-amber-950\/60:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.6);
}
.focus\:ring-offset-amber-950\/65:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.65);
}
.focus\:ring-offset-amber-950\/70:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.7);
}
.focus\:ring-offset-amber-950\/75:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.75);
}
.focus\:ring-offset-amber-950\/80:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.8);
}
.focus\:ring-offset-amber-950\/85:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.85);
}
.focus\:ring-offset-amber-950\/90:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.9);
}
.focus\:ring-offset-amber-950\/95:focus {
  --tw-ring-offset-color: rgb(69 26 3 / 0.95);
}
.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}
.focus\:ring-offset-black\/0:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.focus\:ring-offset-black\/10:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.focus\:ring-offset-black\/100:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.focus\:ring-offset-black\/15:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.focus\:ring-offset-black\/20:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.focus\:ring-offset-black\/25:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.focus\:ring-offset-black\/30:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.focus\:ring-offset-black\/35:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.focus\:ring-offset-black\/40:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.focus\:ring-offset-black\/45:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.focus\:ring-offset-black\/5:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.focus\:ring-offset-black\/50:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.focus\:ring-offset-black\/55:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.focus\:ring-offset-black\/60:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.focus\:ring-offset-black\/65:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.focus\:ring-offset-black\/70:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.focus\:ring-offset-black\/75:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.focus\:ring-offset-black\/80:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.focus\:ring-offset-black\/85:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.focus\:ring-offset-black\/90:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.focus\:ring-offset-black\/95:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}
.focus\:ring-offset-blue-100\/0:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0);
}
.focus\:ring-offset-blue-100\/10:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.1);
}
.focus\:ring-offset-blue-100\/100:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 1);
}
.focus\:ring-offset-blue-100\/15:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.15);
}
.focus\:ring-offset-blue-100\/20:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.2);
}
.focus\:ring-offset-blue-100\/25:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.25);
}
.focus\:ring-offset-blue-100\/30:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.3);
}
.focus\:ring-offset-blue-100\/35:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.35);
}
.focus\:ring-offset-blue-100\/40:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.4);
}
.focus\:ring-offset-blue-100\/45:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.45);
}
.focus\:ring-offset-blue-100\/5:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.05);
}
.focus\:ring-offset-blue-100\/50:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.5);
}
.focus\:ring-offset-blue-100\/55:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.55);
}
.focus\:ring-offset-blue-100\/60:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.6);
}
.focus\:ring-offset-blue-100\/65:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.65);
}
.focus\:ring-offset-blue-100\/70:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.7);
}
.focus\:ring-offset-blue-100\/75:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.75);
}
.focus\:ring-offset-blue-100\/80:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.8);
}
.focus\:ring-offset-blue-100\/85:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.85);
}
.focus\:ring-offset-blue-100\/90:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.9);
}
.focus\:ring-offset-blue-100\/95:focus {
  --tw-ring-offset-color: rgb(219 234 254 / 0.95);
}
.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}
.focus\:ring-offset-blue-200\/0:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0);
}
.focus\:ring-offset-blue-200\/10:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.1);
}
.focus\:ring-offset-blue-200\/100:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 1);
}
.focus\:ring-offset-blue-200\/15:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.15);
}
.focus\:ring-offset-blue-200\/20:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.2);
}
.focus\:ring-offset-blue-200\/25:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.25);
}
.focus\:ring-offset-blue-200\/30:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.3);
}
.focus\:ring-offset-blue-200\/35:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.35);
}
.focus\:ring-offset-blue-200\/40:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.4);
}
.focus\:ring-offset-blue-200\/45:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.45);
}
.focus\:ring-offset-blue-200\/5:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.05);
}
.focus\:ring-offset-blue-200\/50:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.5);
}
.focus\:ring-offset-blue-200\/55:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.55);
}
.focus\:ring-offset-blue-200\/60:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.6);
}
.focus\:ring-offset-blue-200\/65:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.65);
}
.focus\:ring-offset-blue-200\/70:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.7);
}
.focus\:ring-offset-blue-200\/75:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.75);
}
.focus\:ring-offset-blue-200\/80:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.8);
}
.focus\:ring-offset-blue-200\/85:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.85);
}
.focus\:ring-offset-blue-200\/90:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.9);
}
.focus\:ring-offset-blue-200\/95:focus {
  --tw-ring-offset-color: rgb(191 219 254 / 0.95);
}
.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}
.focus\:ring-offset-blue-300\/0:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0);
}
.focus\:ring-offset-blue-300\/10:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.1);
}
.focus\:ring-offset-blue-300\/100:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 1);
}
.focus\:ring-offset-blue-300\/15:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.15);
}
.focus\:ring-offset-blue-300\/20:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.2);
}
.focus\:ring-offset-blue-300\/25:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.25);
}
.focus\:ring-offset-blue-300\/30:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.3);
}
.focus\:ring-offset-blue-300\/35:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.35);
}
.focus\:ring-offset-blue-300\/40:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.4);
}
.focus\:ring-offset-blue-300\/45:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.45);
}
.focus\:ring-offset-blue-300\/5:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.05);
}
.focus\:ring-offset-blue-300\/50:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.5);
}
.focus\:ring-offset-blue-300\/55:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.55);
}
.focus\:ring-offset-blue-300\/60:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.6);
}
.focus\:ring-offset-blue-300\/65:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.65);
}
.focus\:ring-offset-blue-300\/70:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.7);
}
.focus\:ring-offset-blue-300\/75:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.75);
}
.focus\:ring-offset-blue-300\/80:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.8);
}
.focus\:ring-offset-blue-300\/85:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.85);
}
.focus\:ring-offset-blue-300\/90:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.9);
}
.focus\:ring-offset-blue-300\/95:focus {
  --tw-ring-offset-color: rgb(147 197 253 / 0.95);
}
.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}
.focus\:ring-offset-blue-400\/0:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}
.focus\:ring-offset-blue-400\/10:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}
.focus\:ring-offset-blue-400\/100:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}
.focus\:ring-offset-blue-400\/15:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.15);
}
.focus\:ring-offset-blue-400\/20:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}
.focus\:ring-offset-blue-400\/25:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}
.focus\:ring-offset-blue-400\/30:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}
.focus\:ring-offset-blue-400\/35:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.35);
}
.focus\:ring-offset-blue-400\/40:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}
.focus\:ring-offset-blue-400\/45:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.45);
}
.focus\:ring-offset-blue-400\/5:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}
.focus\:ring-offset-blue-400\/50:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}
.focus\:ring-offset-blue-400\/55:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.55);
}
.focus\:ring-offset-blue-400\/60:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}
.focus\:ring-offset-blue-400\/65:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.65);
}
.focus\:ring-offset-blue-400\/70:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}
.focus\:ring-offset-blue-400\/75:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}
.focus\:ring-offset-blue-400\/80:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}
.focus\:ring-offset-blue-400\/85:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.85);
}
.focus\:ring-offset-blue-400\/90:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}
.focus\:ring-offset-blue-400\/95:focus {
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}
.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}
.focus\:ring-offset-blue-50\/0:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0);
}
.focus\:ring-offset-blue-50\/10:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.1);
}
.focus\:ring-offset-blue-50\/100:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 1);
}
.focus\:ring-offset-blue-50\/15:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.15);
}
.focus\:ring-offset-blue-50\/20:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.2);
}
.focus\:ring-offset-blue-50\/25:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.25);
}
.focus\:ring-offset-blue-50\/30:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.3);
}
.focus\:ring-offset-blue-50\/35:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.35);
}
.focus\:ring-offset-blue-50\/40:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.4);
}
.focus\:ring-offset-blue-50\/45:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.45);
}
.focus\:ring-offset-blue-50\/5:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.05);
}
.focus\:ring-offset-blue-50\/50:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.5);
}
.focus\:ring-offset-blue-50\/55:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.55);
}
.focus\:ring-offset-blue-50\/60:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.6);
}
.focus\:ring-offset-blue-50\/65:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.65);
}
.focus\:ring-offset-blue-50\/70:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.7);
}
.focus\:ring-offset-blue-50\/75:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.75);
}
.focus\:ring-offset-blue-50\/80:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.8);
}
.focus\:ring-offset-blue-50\/85:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.85);
}
.focus\:ring-offset-blue-50\/90:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.9);
}
.focus\:ring-offset-blue-50\/95:focus {
  --tw-ring-offset-color: rgb(239 246 255 / 0.95);
}
.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}
.focus\:ring-offset-blue-500\/0:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0);
}
.focus\:ring-offset-blue-500\/10:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.1);
}
.focus\:ring-offset-blue-500\/100:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 1);
}
.focus\:ring-offset-blue-500\/15:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.15);
}
.focus\:ring-offset-blue-500\/20:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.2);
}
.focus\:ring-offset-blue-500\/25:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.25);
}
.focus\:ring-offset-blue-500\/30:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.3);
}
.focus\:ring-offset-blue-500\/35:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.35);
}
.focus\:ring-offset-blue-500\/40:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.4);
}
.focus\:ring-offset-blue-500\/45:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.45);
}
.focus\:ring-offset-blue-500\/5:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.05);
}
.focus\:ring-offset-blue-500\/50:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.5);
}
.focus\:ring-offset-blue-500\/55:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.55);
}
.focus\:ring-offset-blue-500\/60:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.6);
}
.focus\:ring-offset-blue-500\/65:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.65);
}
.focus\:ring-offset-blue-500\/70:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.7);
}
.focus\:ring-offset-blue-500\/75:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.75);
}
.focus\:ring-offset-blue-500\/80:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.8);
}
.focus\:ring-offset-blue-500\/85:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.85);
}
.focus\:ring-offset-blue-500\/90:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.9);
}
.focus\:ring-offset-blue-500\/95:focus {
  --tw-ring-offset-color: rgb(59 130 246 / 0.95);
}
.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}
.focus\:ring-offset-blue-600\/0:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0);
}
.focus\:ring-offset-blue-600\/10:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.1);
}
.focus\:ring-offset-blue-600\/100:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 1);
}
.focus\:ring-offset-blue-600\/15:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.15);
}
.focus\:ring-offset-blue-600\/20:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.2);
}
.focus\:ring-offset-blue-600\/25:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.25);
}
.focus\:ring-offset-blue-600\/30:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.3);
}
.focus\:ring-offset-blue-600\/35:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.35);
}
.focus\:ring-offset-blue-600\/40:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.4);
}
.focus\:ring-offset-blue-600\/45:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.45);
}
.focus\:ring-offset-blue-600\/5:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.05);
}
.focus\:ring-offset-blue-600\/50:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.5);
}
.focus\:ring-offset-blue-600\/55:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.55);
}
.focus\:ring-offset-blue-600\/60:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.6);
}
.focus\:ring-offset-blue-600\/65:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.65);
}
.focus\:ring-offset-blue-600\/70:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.7);
}
.focus\:ring-offset-blue-600\/75:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.75);
}
.focus\:ring-offset-blue-600\/80:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.8);
}
.focus\:ring-offset-blue-600\/85:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.85);
}
.focus\:ring-offset-blue-600\/90:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.9);
}
.focus\:ring-offset-blue-600\/95:focus {
  --tw-ring-offset-color: rgb(37 99 235 / 0.95);
}
.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}
.focus\:ring-offset-blue-700\/0:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0);
}
.focus\:ring-offset-blue-700\/10:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.1);
}
.focus\:ring-offset-blue-700\/100:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 1);
}
.focus\:ring-offset-blue-700\/15:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.15);
}
.focus\:ring-offset-blue-700\/20:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.2);
}
.focus\:ring-offset-blue-700\/25:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.25);
}
.focus\:ring-offset-blue-700\/30:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.3);
}
.focus\:ring-offset-blue-700\/35:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.35);
}
.focus\:ring-offset-blue-700\/40:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.4);
}
.focus\:ring-offset-blue-700\/45:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.45);
}
.focus\:ring-offset-blue-700\/5:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.05);
}
.focus\:ring-offset-blue-700\/50:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.5);
}
.focus\:ring-offset-blue-700\/55:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.55);
}
.focus\:ring-offset-blue-700\/60:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.6);
}
.focus\:ring-offset-blue-700\/65:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.65);
}
.focus\:ring-offset-blue-700\/70:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.7);
}
.focus\:ring-offset-blue-700\/75:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.75);
}
.focus\:ring-offset-blue-700\/80:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.8);
}
.focus\:ring-offset-blue-700\/85:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.85);
}
.focus\:ring-offset-blue-700\/90:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.9);
}
.focus\:ring-offset-blue-700\/95:focus {
  --tw-ring-offset-color: rgb(29 78 216 / 0.95);
}
.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}
.focus\:ring-offset-blue-800\/0:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0);
}
.focus\:ring-offset-blue-800\/10:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.1);
}
.focus\:ring-offset-blue-800\/100:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 1);
}
.focus\:ring-offset-blue-800\/15:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.15);
}
.focus\:ring-offset-blue-800\/20:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.2);
}
.focus\:ring-offset-blue-800\/25:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.25);
}
.focus\:ring-offset-blue-800\/30:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.3);
}
.focus\:ring-offset-blue-800\/35:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.35);
}
.focus\:ring-offset-blue-800\/40:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.4);
}
.focus\:ring-offset-blue-800\/45:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.45);
}
.focus\:ring-offset-blue-800\/5:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.05);
}
.focus\:ring-offset-blue-800\/50:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.5);
}
.focus\:ring-offset-blue-800\/55:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.55);
}
.focus\:ring-offset-blue-800\/60:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.6);
}
.focus\:ring-offset-blue-800\/65:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.65);
}
.focus\:ring-offset-blue-800\/70:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.7);
}
.focus\:ring-offset-blue-800\/75:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.75);
}
.focus\:ring-offset-blue-800\/80:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.8);
}
.focus\:ring-offset-blue-800\/85:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.85);
}
.focus\:ring-offset-blue-800\/90:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.9);
}
.focus\:ring-offset-blue-800\/95:focus {
  --tw-ring-offset-color: rgb(30 64 175 / 0.95);
}
.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}
.focus\:ring-offset-blue-900\/0:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0);
}
.focus\:ring-offset-blue-900\/10:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.1);
}
.focus\:ring-offset-blue-900\/100:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 1);
}
.focus\:ring-offset-blue-900\/15:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.15);
}
.focus\:ring-offset-blue-900\/20:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.2);
}
.focus\:ring-offset-blue-900\/25:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.25);
}
.focus\:ring-offset-blue-900\/30:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.3);
}
.focus\:ring-offset-blue-900\/35:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.35);
}
.focus\:ring-offset-blue-900\/40:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.4);
}
.focus\:ring-offset-blue-900\/45:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.45);
}
.focus\:ring-offset-blue-900\/5:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.05);
}
.focus\:ring-offset-blue-900\/50:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.5);
}
.focus\:ring-offset-blue-900\/55:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.55);
}
.focus\:ring-offset-blue-900\/60:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.6);
}
.focus\:ring-offset-blue-900\/65:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.65);
}
.focus\:ring-offset-blue-900\/70:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.7);
}
.focus\:ring-offset-blue-900\/75:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.75);
}
.focus\:ring-offset-blue-900\/80:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.8);
}
.focus\:ring-offset-blue-900\/85:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.85);
}
.focus\:ring-offset-blue-900\/90:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.9);
}
.focus\:ring-offset-blue-900\/95:focus {
  --tw-ring-offset-color: rgb(30 58 138 / 0.95);
}
.focus\:ring-offset-blue-950:focus {
  --tw-ring-offset-color: #172554;
}
.focus\:ring-offset-blue-950\/0:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0);
}
.focus\:ring-offset-blue-950\/10:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.1);
}
.focus\:ring-offset-blue-950\/100:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 1);
}
.focus\:ring-offset-blue-950\/15:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.15);
}
.focus\:ring-offset-blue-950\/20:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.2);
}
.focus\:ring-offset-blue-950\/25:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.25);
}
.focus\:ring-offset-blue-950\/30:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.3);
}
.focus\:ring-offset-blue-950\/35:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.35);
}
.focus\:ring-offset-blue-950\/40:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.4);
}
.focus\:ring-offset-blue-950\/45:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.45);
}
.focus\:ring-offset-blue-950\/5:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.05);
}
.focus\:ring-offset-blue-950\/50:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.5);
}
.focus\:ring-offset-blue-950\/55:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.55);
}
.focus\:ring-offset-blue-950\/60:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.6);
}
.focus\:ring-offset-blue-950\/65:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.65);
}
.focus\:ring-offset-blue-950\/70:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.7);
}
.focus\:ring-offset-blue-950\/75:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.75);
}
.focus\:ring-offset-blue-950\/80:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.8);
}
.focus\:ring-offset-blue-950\/85:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.85);
}
.focus\:ring-offset-blue-950\/90:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.9);
}
.focus\:ring-offset-blue-950\/95:focus {
  --tw-ring-offset-color: rgb(23 37 84 / 0.95);
}
.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}
.focus\:ring-offset-cyan-100:focus {
  --tw-ring-offset-color: #cffafe;
}
.focus\:ring-offset-cyan-100\/0:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0);
}
.focus\:ring-offset-cyan-100\/10:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.1);
}
.focus\:ring-offset-cyan-100\/100:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 1);
}
.focus\:ring-offset-cyan-100\/15:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.15);
}
.focus\:ring-offset-cyan-100\/20:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.2);
}
.focus\:ring-offset-cyan-100\/25:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.25);
}
.focus\:ring-offset-cyan-100\/30:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.3);
}
.focus\:ring-offset-cyan-100\/35:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.35);
}
.focus\:ring-offset-cyan-100\/40:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.4);
}
.focus\:ring-offset-cyan-100\/45:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.45);
}
.focus\:ring-offset-cyan-100\/5:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.05);
}
.focus\:ring-offset-cyan-100\/50:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.5);
}
.focus\:ring-offset-cyan-100\/55:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.55);
}
.focus\:ring-offset-cyan-100\/60:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.6);
}
.focus\:ring-offset-cyan-100\/65:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.65);
}
.focus\:ring-offset-cyan-100\/70:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.7);
}
.focus\:ring-offset-cyan-100\/75:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.75);
}
.focus\:ring-offset-cyan-100\/80:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.8);
}
.focus\:ring-offset-cyan-100\/85:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.85);
}
.focus\:ring-offset-cyan-100\/90:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.9);
}
.focus\:ring-offset-cyan-100\/95:focus {
  --tw-ring-offset-color: rgb(207 250 254 / 0.95);
}
.focus\:ring-offset-cyan-200:focus {
  --tw-ring-offset-color: #a5f3fc;
}
.focus\:ring-offset-cyan-200\/0:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0);
}
.focus\:ring-offset-cyan-200\/10:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.1);
}
.focus\:ring-offset-cyan-200\/100:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 1);
}
.focus\:ring-offset-cyan-200\/15:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.15);
}
.focus\:ring-offset-cyan-200\/20:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.2);
}
.focus\:ring-offset-cyan-200\/25:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.25);
}
.focus\:ring-offset-cyan-200\/30:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.3);
}
.focus\:ring-offset-cyan-200\/35:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.35);
}
.focus\:ring-offset-cyan-200\/40:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.4);
}
.focus\:ring-offset-cyan-200\/45:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.45);
}
.focus\:ring-offset-cyan-200\/5:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.05);
}
.focus\:ring-offset-cyan-200\/50:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.5);
}
.focus\:ring-offset-cyan-200\/55:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.55);
}
.focus\:ring-offset-cyan-200\/60:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.6);
}
.focus\:ring-offset-cyan-200\/65:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.65);
}
.focus\:ring-offset-cyan-200\/70:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.7);
}
.focus\:ring-offset-cyan-200\/75:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.75);
}
.focus\:ring-offset-cyan-200\/80:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.8);
}
.focus\:ring-offset-cyan-200\/85:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.85);
}
.focus\:ring-offset-cyan-200\/90:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.9);
}
.focus\:ring-offset-cyan-200\/95:focus {
  --tw-ring-offset-color: rgb(165 243 252 / 0.95);
}
.focus\:ring-offset-cyan-300:focus {
  --tw-ring-offset-color: #67e8f9;
}
.focus\:ring-offset-cyan-300\/0:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0);
}
.focus\:ring-offset-cyan-300\/10:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.1);
}
.focus\:ring-offset-cyan-300\/100:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 1);
}
.focus\:ring-offset-cyan-300\/15:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.15);
}
.focus\:ring-offset-cyan-300\/20:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.2);
}
.focus\:ring-offset-cyan-300\/25:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.25);
}
.focus\:ring-offset-cyan-300\/30:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.3);
}
.focus\:ring-offset-cyan-300\/35:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.35);
}
.focus\:ring-offset-cyan-300\/40:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.4);
}
.focus\:ring-offset-cyan-300\/45:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.45);
}
.focus\:ring-offset-cyan-300\/5:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.05);
}
.focus\:ring-offset-cyan-300\/50:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.5);
}
.focus\:ring-offset-cyan-300\/55:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.55);
}
.focus\:ring-offset-cyan-300\/60:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.6);
}
.focus\:ring-offset-cyan-300\/65:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.65);
}
.focus\:ring-offset-cyan-300\/70:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.7);
}
.focus\:ring-offset-cyan-300\/75:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.75);
}
.focus\:ring-offset-cyan-300\/80:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.8);
}
.focus\:ring-offset-cyan-300\/85:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.85);
}
.focus\:ring-offset-cyan-300\/90:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.9);
}
.focus\:ring-offset-cyan-300\/95:focus {
  --tw-ring-offset-color: rgb(103 232 249 / 0.95);
}
.focus\:ring-offset-cyan-400:focus {
  --tw-ring-offset-color: #22d3ee;
}
.focus\:ring-offset-cyan-400\/0:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0);
}
.focus\:ring-offset-cyan-400\/10:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.1);
}
.focus\:ring-offset-cyan-400\/100:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 1);
}
.focus\:ring-offset-cyan-400\/15:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.15);
}
.focus\:ring-offset-cyan-400\/20:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.2);
}
.focus\:ring-offset-cyan-400\/25:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.25);
}
.focus\:ring-offset-cyan-400\/30:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.3);
}
.focus\:ring-offset-cyan-400\/35:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.35);
}
.focus\:ring-offset-cyan-400\/40:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.4);
}
.focus\:ring-offset-cyan-400\/45:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.45);
}
.focus\:ring-offset-cyan-400\/5:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.05);
}
.focus\:ring-offset-cyan-400\/50:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.5);
}
.focus\:ring-offset-cyan-400\/55:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.55);
}
.focus\:ring-offset-cyan-400\/60:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.6);
}
.focus\:ring-offset-cyan-400\/65:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.65);
}
.focus\:ring-offset-cyan-400\/70:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.7);
}
.focus\:ring-offset-cyan-400\/75:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.75);
}
.focus\:ring-offset-cyan-400\/80:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.8);
}
.focus\:ring-offset-cyan-400\/85:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.85);
}
.focus\:ring-offset-cyan-400\/90:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.9);
}
.focus\:ring-offset-cyan-400\/95:focus {
  --tw-ring-offset-color: rgb(34 211 238 / 0.95);
}
.focus\:ring-offset-cyan-50:focus {
  --tw-ring-offset-color: #ecfeff;
}
.focus\:ring-offset-cyan-50\/0:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0);
}
.focus\:ring-offset-cyan-50\/10:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.1);
}
.focus\:ring-offset-cyan-50\/100:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 1);
}
.focus\:ring-offset-cyan-50\/15:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.15);
}
.focus\:ring-offset-cyan-50\/20:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.2);
}
.focus\:ring-offset-cyan-50\/25:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.25);
}
.focus\:ring-offset-cyan-50\/30:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.3);
}
.focus\:ring-offset-cyan-50\/35:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.35);
}
.focus\:ring-offset-cyan-50\/40:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.4);
}
.focus\:ring-offset-cyan-50\/45:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.45);
}
.focus\:ring-offset-cyan-50\/5:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.05);
}
.focus\:ring-offset-cyan-50\/50:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.5);
}
.focus\:ring-offset-cyan-50\/55:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.55);
}
.focus\:ring-offset-cyan-50\/60:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.6);
}
.focus\:ring-offset-cyan-50\/65:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.65);
}
.focus\:ring-offset-cyan-50\/70:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.7);
}
.focus\:ring-offset-cyan-50\/75:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.75);
}
.focus\:ring-offset-cyan-50\/80:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.8);
}
.focus\:ring-offset-cyan-50\/85:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.85);
}
.focus\:ring-offset-cyan-50\/90:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.9);
}
.focus\:ring-offset-cyan-50\/95:focus {
  --tw-ring-offset-color: rgb(236 254 255 / 0.95);
}
.focus\:ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #06b6d4;
}
.focus\:ring-offset-cyan-500\/0:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.focus\:ring-offset-cyan-500\/10:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.focus\:ring-offset-cyan-500\/100:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.focus\:ring-offset-cyan-500\/15:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.15);
}
.focus\:ring-offset-cyan-500\/20:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.focus\:ring-offset-cyan-500\/25:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.focus\:ring-offset-cyan-500\/30:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.focus\:ring-offset-cyan-500\/35:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.35);
}
.focus\:ring-offset-cyan-500\/40:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.focus\:ring-offset-cyan-500\/45:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.45);
}
.focus\:ring-offset-cyan-500\/5:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.focus\:ring-offset-cyan-500\/50:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.focus\:ring-offset-cyan-500\/55:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.55);
}
.focus\:ring-offset-cyan-500\/60:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.focus\:ring-offset-cyan-500\/65:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.65);
}
.focus\:ring-offset-cyan-500\/70:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.focus\:ring-offset-cyan-500\/75:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.focus\:ring-offset-cyan-500\/80:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.focus\:ring-offset-cyan-500\/85:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.85);
}
.focus\:ring-offset-cyan-500\/90:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.focus\:ring-offset-cyan-500\/95:focus {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.focus\:ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #0891b2;
}
.focus\:ring-offset-cyan-600\/0:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0);
}
.focus\:ring-offset-cyan-600\/10:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.1);
}
.focus\:ring-offset-cyan-600\/100:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 1);
}
.focus\:ring-offset-cyan-600\/15:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.15);
}
.focus\:ring-offset-cyan-600\/20:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.2);
}
.focus\:ring-offset-cyan-600\/25:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.25);
}
.focus\:ring-offset-cyan-600\/30:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.3);
}
.focus\:ring-offset-cyan-600\/35:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.35);
}
.focus\:ring-offset-cyan-600\/40:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.4);
}
.focus\:ring-offset-cyan-600\/45:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.45);
}
.focus\:ring-offset-cyan-600\/5:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.05);
}
.focus\:ring-offset-cyan-600\/50:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.5);
}
.focus\:ring-offset-cyan-600\/55:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.55);
}
.focus\:ring-offset-cyan-600\/60:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.6);
}
.focus\:ring-offset-cyan-600\/65:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.65);
}
.focus\:ring-offset-cyan-600\/70:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.7);
}
.focus\:ring-offset-cyan-600\/75:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.75);
}
.focus\:ring-offset-cyan-600\/80:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.8);
}
.focus\:ring-offset-cyan-600\/85:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.85);
}
.focus\:ring-offset-cyan-600\/90:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.9);
}
.focus\:ring-offset-cyan-600\/95:focus {
  --tw-ring-offset-color: rgb(8 145 178 / 0.95);
}
.focus\:ring-offset-cyan-700:focus {
  --tw-ring-offset-color: #0e7490;
}
.focus\:ring-offset-cyan-700\/0:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0);
}
.focus\:ring-offset-cyan-700\/10:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.1);
}
.focus\:ring-offset-cyan-700\/100:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 1);
}
.focus\:ring-offset-cyan-700\/15:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.15);
}
.focus\:ring-offset-cyan-700\/20:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.2);
}
.focus\:ring-offset-cyan-700\/25:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.25);
}
.focus\:ring-offset-cyan-700\/30:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.3);
}
.focus\:ring-offset-cyan-700\/35:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.35);
}
.focus\:ring-offset-cyan-700\/40:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.4);
}
.focus\:ring-offset-cyan-700\/45:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.45);
}
.focus\:ring-offset-cyan-700\/5:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.05);
}
.focus\:ring-offset-cyan-700\/50:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.5);
}
.focus\:ring-offset-cyan-700\/55:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.55);
}
.focus\:ring-offset-cyan-700\/60:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.6);
}
.focus\:ring-offset-cyan-700\/65:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.65);
}
.focus\:ring-offset-cyan-700\/70:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.7);
}
.focus\:ring-offset-cyan-700\/75:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.75);
}
.focus\:ring-offset-cyan-700\/80:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.8);
}
.focus\:ring-offset-cyan-700\/85:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.85);
}
.focus\:ring-offset-cyan-700\/90:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.9);
}
.focus\:ring-offset-cyan-700\/95:focus {
  --tw-ring-offset-color: rgb(14 116 144 / 0.95);
}
.focus\:ring-offset-cyan-800:focus {
  --tw-ring-offset-color: #155e75;
}
.focus\:ring-offset-cyan-800\/0:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0);
}
.focus\:ring-offset-cyan-800\/10:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.1);
}
.focus\:ring-offset-cyan-800\/100:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 1);
}
.focus\:ring-offset-cyan-800\/15:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.15);
}
.focus\:ring-offset-cyan-800\/20:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.2);
}
.focus\:ring-offset-cyan-800\/25:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.25);
}
.focus\:ring-offset-cyan-800\/30:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.3);
}
.focus\:ring-offset-cyan-800\/35:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.35);
}
.focus\:ring-offset-cyan-800\/40:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.4);
}
.focus\:ring-offset-cyan-800\/45:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.45);
}
.focus\:ring-offset-cyan-800\/5:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.05);
}
.focus\:ring-offset-cyan-800\/50:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.5);
}
.focus\:ring-offset-cyan-800\/55:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.55);
}
.focus\:ring-offset-cyan-800\/60:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.6);
}
.focus\:ring-offset-cyan-800\/65:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.65);
}
.focus\:ring-offset-cyan-800\/70:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.7);
}
.focus\:ring-offset-cyan-800\/75:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.75);
}
.focus\:ring-offset-cyan-800\/80:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.8);
}
.focus\:ring-offset-cyan-800\/85:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.85);
}
.focus\:ring-offset-cyan-800\/90:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.9);
}
.focus\:ring-offset-cyan-800\/95:focus {
  --tw-ring-offset-color: rgb(21 94 117 / 0.95);
}
.focus\:ring-offset-cyan-900:focus {
  --tw-ring-offset-color: #164e63;
}
.focus\:ring-offset-cyan-900\/0:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0);
}
.focus\:ring-offset-cyan-900\/10:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.1);
}
.focus\:ring-offset-cyan-900\/100:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 1);
}
.focus\:ring-offset-cyan-900\/15:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.15);
}
.focus\:ring-offset-cyan-900\/20:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.2);
}
.focus\:ring-offset-cyan-900\/25:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.25);
}
.focus\:ring-offset-cyan-900\/30:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.3);
}
.focus\:ring-offset-cyan-900\/35:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.35);
}
.focus\:ring-offset-cyan-900\/40:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.4);
}
.focus\:ring-offset-cyan-900\/45:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.45);
}
.focus\:ring-offset-cyan-900\/5:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.05);
}
.focus\:ring-offset-cyan-900\/50:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.5);
}
.focus\:ring-offset-cyan-900\/55:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.55);
}
.focus\:ring-offset-cyan-900\/60:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.6);
}
.focus\:ring-offset-cyan-900\/65:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.65);
}
.focus\:ring-offset-cyan-900\/70:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.7);
}
.focus\:ring-offset-cyan-900\/75:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.75);
}
.focus\:ring-offset-cyan-900\/80:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.8);
}
.focus\:ring-offset-cyan-900\/85:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.85);
}
.focus\:ring-offset-cyan-900\/90:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.9);
}
.focus\:ring-offset-cyan-900\/95:focus {
  --tw-ring-offset-color: rgb(22 78 99 / 0.95);
}
.focus\:ring-offset-cyan-950:focus {
  --tw-ring-offset-color: #083344;
}
.focus\:ring-offset-cyan-950\/0:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0);
}
.focus\:ring-offset-cyan-950\/10:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.1);
}
.focus\:ring-offset-cyan-950\/100:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 1);
}
.focus\:ring-offset-cyan-950\/15:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.15);
}
.focus\:ring-offset-cyan-950\/20:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.2);
}
.focus\:ring-offset-cyan-950\/25:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.25);
}
.focus\:ring-offset-cyan-950\/30:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.3);
}
.focus\:ring-offset-cyan-950\/35:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.35);
}
.focus\:ring-offset-cyan-950\/40:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.4);
}
.focus\:ring-offset-cyan-950\/45:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.45);
}
.focus\:ring-offset-cyan-950\/5:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.05);
}
.focus\:ring-offset-cyan-950\/50:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.5);
}
.focus\:ring-offset-cyan-950\/55:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.55);
}
.focus\:ring-offset-cyan-950\/60:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.6);
}
.focus\:ring-offset-cyan-950\/65:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.65);
}
.focus\:ring-offset-cyan-950\/70:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.7);
}
.focus\:ring-offset-cyan-950\/75:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.75);
}
.focus\:ring-offset-cyan-950\/80:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.8);
}
.focus\:ring-offset-cyan-950\/85:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.85);
}
.focus\:ring-offset-cyan-950\/90:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.9);
}
.focus\:ring-offset-cyan-950\/95:focus {
  --tw-ring-offset-color: rgb(8 51 68 / 0.95);
}
.focus\:ring-offset-emerald-100:focus {
  --tw-ring-offset-color: #d1fae5;
}
.focus\:ring-offset-emerald-100\/0:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0);
}
.focus\:ring-offset-emerald-100\/10:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.1);
}
.focus\:ring-offset-emerald-100\/100:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 1);
}
.focus\:ring-offset-emerald-100\/15:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.15);
}
.focus\:ring-offset-emerald-100\/20:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.2);
}
.focus\:ring-offset-emerald-100\/25:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.25);
}
.focus\:ring-offset-emerald-100\/30:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.3);
}
.focus\:ring-offset-emerald-100\/35:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.35);
}
.focus\:ring-offset-emerald-100\/40:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.4);
}
.focus\:ring-offset-emerald-100\/45:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.45);
}
.focus\:ring-offset-emerald-100\/5:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.05);
}
.focus\:ring-offset-emerald-100\/50:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.5);
}
.focus\:ring-offset-emerald-100\/55:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.55);
}
.focus\:ring-offset-emerald-100\/60:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.6);
}
.focus\:ring-offset-emerald-100\/65:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.65);
}
.focus\:ring-offset-emerald-100\/70:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.7);
}
.focus\:ring-offset-emerald-100\/75:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.75);
}
.focus\:ring-offset-emerald-100\/80:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.8);
}
.focus\:ring-offset-emerald-100\/85:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.85);
}
.focus\:ring-offset-emerald-100\/90:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.9);
}
.focus\:ring-offset-emerald-100\/95:focus {
  --tw-ring-offset-color: rgb(209 250 229 / 0.95);
}
.focus\:ring-offset-emerald-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}
.focus\:ring-offset-emerald-200\/0:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0);
}
.focus\:ring-offset-emerald-200\/10:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.1);
}
.focus\:ring-offset-emerald-200\/100:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 1);
}
.focus\:ring-offset-emerald-200\/15:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.15);
}
.focus\:ring-offset-emerald-200\/20:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.2);
}
.focus\:ring-offset-emerald-200\/25:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.25);
}
.focus\:ring-offset-emerald-200\/30:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.3);
}
.focus\:ring-offset-emerald-200\/35:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.35);
}
.focus\:ring-offset-emerald-200\/40:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.4);
}
.focus\:ring-offset-emerald-200\/45:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.45);
}
.focus\:ring-offset-emerald-200\/5:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.05);
}
.focus\:ring-offset-emerald-200\/50:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.5);
}
.focus\:ring-offset-emerald-200\/55:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.55);
}
.focus\:ring-offset-emerald-200\/60:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.6);
}
.focus\:ring-offset-emerald-200\/65:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.65);
}
.focus\:ring-offset-emerald-200\/70:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.7);
}
.focus\:ring-offset-emerald-200\/75:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.75);
}
.focus\:ring-offset-emerald-200\/80:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.8);
}
.focus\:ring-offset-emerald-200\/85:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.85);
}
.focus\:ring-offset-emerald-200\/90:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.9);
}
.focus\:ring-offset-emerald-200\/95:focus {
  --tw-ring-offset-color: rgb(167 243 208 / 0.95);
}
.focus\:ring-offset-emerald-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}
.focus\:ring-offset-emerald-300\/0:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0);
}
.focus\:ring-offset-emerald-300\/10:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.1);
}
.focus\:ring-offset-emerald-300\/100:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 1);
}
.focus\:ring-offset-emerald-300\/15:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.15);
}
.focus\:ring-offset-emerald-300\/20:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.2);
}
.focus\:ring-offset-emerald-300\/25:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.25);
}
.focus\:ring-offset-emerald-300\/30:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.3);
}
.focus\:ring-offset-emerald-300\/35:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.35);
}
.focus\:ring-offset-emerald-300\/40:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.4);
}
.focus\:ring-offset-emerald-300\/45:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.45);
}
.focus\:ring-offset-emerald-300\/5:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.05);
}
.focus\:ring-offset-emerald-300\/50:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.5);
}
.focus\:ring-offset-emerald-300\/55:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.55);
}
.focus\:ring-offset-emerald-300\/60:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.6);
}
.focus\:ring-offset-emerald-300\/65:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.65);
}
.focus\:ring-offset-emerald-300\/70:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.7);
}
.focus\:ring-offset-emerald-300\/75:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.75);
}
.focus\:ring-offset-emerald-300\/80:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.8);
}
.focus\:ring-offset-emerald-300\/85:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.85);
}
.focus\:ring-offset-emerald-300\/90:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.9);
}
.focus\:ring-offset-emerald-300\/95:focus {
  --tw-ring-offset-color: rgb(110 231 183 / 0.95);
}
.focus\:ring-offset-emerald-400:focus {
  --tw-ring-offset-color: #34d399;
}
.focus\:ring-offset-emerald-400\/0:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0);
}
.focus\:ring-offset-emerald-400\/10:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.1);
}
.focus\:ring-offset-emerald-400\/100:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 1);
}
.focus\:ring-offset-emerald-400\/15:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.15);
}
.focus\:ring-offset-emerald-400\/20:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.2);
}
.focus\:ring-offset-emerald-400\/25:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.25);
}
.focus\:ring-offset-emerald-400\/30:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.3);
}
.focus\:ring-offset-emerald-400\/35:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.35);
}
.focus\:ring-offset-emerald-400\/40:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.4);
}
.focus\:ring-offset-emerald-400\/45:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.45);
}
.focus\:ring-offset-emerald-400\/5:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.05);
}
.focus\:ring-offset-emerald-400\/50:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.5);
}
.focus\:ring-offset-emerald-400\/55:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.55);
}
.focus\:ring-offset-emerald-400\/60:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.6);
}
.focus\:ring-offset-emerald-400\/65:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.65);
}
.focus\:ring-offset-emerald-400\/70:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.7);
}
.focus\:ring-offset-emerald-400\/75:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.75);
}
.focus\:ring-offset-emerald-400\/80:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.8);
}
.focus\:ring-offset-emerald-400\/85:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.85);
}
.focus\:ring-offset-emerald-400\/90:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.9);
}
.focus\:ring-offset-emerald-400\/95:focus {
  --tw-ring-offset-color: rgb(52 211 153 / 0.95);
}
.focus\:ring-offset-emerald-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}
.focus\:ring-offset-emerald-50\/0:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0);
}
.focus\:ring-offset-emerald-50\/10:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.1);
}
.focus\:ring-offset-emerald-50\/100:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 1);
}
.focus\:ring-offset-emerald-50\/15:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.15);
}
.focus\:ring-offset-emerald-50\/20:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.2);
}
.focus\:ring-offset-emerald-50\/25:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.25);
}
.focus\:ring-offset-emerald-50\/30:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.3);
}
.focus\:ring-offset-emerald-50\/35:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.35);
}
.focus\:ring-offset-emerald-50\/40:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.4);
}
.focus\:ring-offset-emerald-50\/45:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.45);
}
.focus\:ring-offset-emerald-50\/5:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.05);
}
.focus\:ring-offset-emerald-50\/50:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.5);
}
.focus\:ring-offset-emerald-50\/55:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.55);
}
.focus\:ring-offset-emerald-50\/60:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.6);
}
.focus\:ring-offset-emerald-50\/65:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.65);
}
.focus\:ring-offset-emerald-50\/70:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.7);
}
.focus\:ring-offset-emerald-50\/75:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.75);
}
.focus\:ring-offset-emerald-50\/80:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.8);
}
.focus\:ring-offset-emerald-50\/85:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.85);
}
.focus\:ring-offset-emerald-50\/90:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.9);
}
.focus\:ring-offset-emerald-50\/95:focus {
  --tw-ring-offset-color: rgb(236 253 245 / 0.95);
}
.focus\:ring-offset-emerald-500:focus {
  --tw-ring-offset-color: #10b981;
}
.focus\:ring-offset-emerald-500\/0:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0);
}
.focus\:ring-offset-emerald-500\/10:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.1);
}
.focus\:ring-offset-emerald-500\/100:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 1);
}
.focus\:ring-offset-emerald-500\/15:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.15);
}
.focus\:ring-offset-emerald-500\/20:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.2);
}
.focus\:ring-offset-emerald-500\/25:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.25);
}
.focus\:ring-offset-emerald-500\/30:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.3);
}
.focus\:ring-offset-emerald-500\/35:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.35);
}
.focus\:ring-offset-emerald-500\/40:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.4);
}
.focus\:ring-offset-emerald-500\/45:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.45);
}
.focus\:ring-offset-emerald-500\/5:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.05);
}
.focus\:ring-offset-emerald-500\/50:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.5);
}
.focus\:ring-offset-emerald-500\/55:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.55);
}
.focus\:ring-offset-emerald-500\/60:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.6);
}
.focus\:ring-offset-emerald-500\/65:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.65);
}
.focus\:ring-offset-emerald-500\/70:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.7);
}
.focus\:ring-offset-emerald-500\/75:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.75);
}
.focus\:ring-offset-emerald-500\/80:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.8);
}
.focus\:ring-offset-emerald-500\/85:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.85);
}
.focus\:ring-offset-emerald-500\/90:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.9);
}
.focus\:ring-offset-emerald-500\/95:focus {
  --tw-ring-offset-color: rgb(16 185 129 / 0.95);
}
.focus\:ring-offset-emerald-600:focus {
  --tw-ring-offset-color: #059669;
}
.focus\:ring-offset-emerald-600\/0:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0);
}
.focus\:ring-offset-emerald-600\/10:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.1);
}
.focus\:ring-offset-emerald-600\/100:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 1);
}
.focus\:ring-offset-emerald-600\/15:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.15);
}
.focus\:ring-offset-emerald-600\/20:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.2);
}
.focus\:ring-offset-emerald-600\/25:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.25);
}
.focus\:ring-offset-emerald-600\/30:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.3);
}
.focus\:ring-offset-emerald-600\/35:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.35);
}
.focus\:ring-offset-emerald-600\/40:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.4);
}
.focus\:ring-offset-emerald-600\/45:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.45);
}
.focus\:ring-offset-emerald-600\/5:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.05);
}
.focus\:ring-offset-emerald-600\/50:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.5);
}
.focus\:ring-offset-emerald-600\/55:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.55);
}
.focus\:ring-offset-emerald-600\/60:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.6);
}
.focus\:ring-offset-emerald-600\/65:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.65);
}
.focus\:ring-offset-emerald-600\/70:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.7);
}
.focus\:ring-offset-emerald-600\/75:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.75);
}
.focus\:ring-offset-emerald-600\/80:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.8);
}
.focus\:ring-offset-emerald-600\/85:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.85);
}
.focus\:ring-offset-emerald-600\/90:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.9);
}
.focus\:ring-offset-emerald-600\/95:focus {
  --tw-ring-offset-color: rgb(5 150 105 / 0.95);
}
.focus\:ring-offset-emerald-700:focus {
  --tw-ring-offset-color: #047857;
}
.focus\:ring-offset-emerald-700\/0:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0);
}
.focus\:ring-offset-emerald-700\/10:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.1);
}
.focus\:ring-offset-emerald-700\/100:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 1);
}
.focus\:ring-offset-emerald-700\/15:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.15);
}
.focus\:ring-offset-emerald-700\/20:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.2);
}
.focus\:ring-offset-emerald-700\/25:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.25);
}
.focus\:ring-offset-emerald-700\/30:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.3);
}
.focus\:ring-offset-emerald-700\/35:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.35);
}
.focus\:ring-offset-emerald-700\/40:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.4);
}
.focus\:ring-offset-emerald-700\/45:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.45);
}
.focus\:ring-offset-emerald-700\/5:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.05);
}
.focus\:ring-offset-emerald-700\/50:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.5);
}
.focus\:ring-offset-emerald-700\/55:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.55);
}
.focus\:ring-offset-emerald-700\/60:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.6);
}
.focus\:ring-offset-emerald-700\/65:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.65);
}
.focus\:ring-offset-emerald-700\/70:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.7);
}
.focus\:ring-offset-emerald-700\/75:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.75);
}
.focus\:ring-offset-emerald-700\/80:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.8);
}
.focus\:ring-offset-emerald-700\/85:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.85);
}
.focus\:ring-offset-emerald-700\/90:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.9);
}
.focus\:ring-offset-emerald-700\/95:focus {
  --tw-ring-offset-color: rgb(4 120 87 / 0.95);
}
.focus\:ring-offset-emerald-800:focus {
  --tw-ring-offset-color: #065f46;
}
.focus\:ring-offset-emerald-800\/0:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0);
}
.focus\:ring-offset-emerald-800\/10:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.1);
}
.focus\:ring-offset-emerald-800\/100:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 1);
}
.focus\:ring-offset-emerald-800\/15:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.15);
}
.focus\:ring-offset-emerald-800\/20:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.2);
}
.focus\:ring-offset-emerald-800\/25:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.25);
}
.focus\:ring-offset-emerald-800\/30:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.3);
}
.focus\:ring-offset-emerald-800\/35:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.35);
}
.focus\:ring-offset-emerald-800\/40:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.4);
}
.focus\:ring-offset-emerald-800\/45:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.45);
}
.focus\:ring-offset-emerald-800\/5:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.05);
}
.focus\:ring-offset-emerald-800\/50:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.5);
}
.focus\:ring-offset-emerald-800\/55:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.55);
}
.focus\:ring-offset-emerald-800\/60:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.6);
}
.focus\:ring-offset-emerald-800\/65:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.65);
}
.focus\:ring-offset-emerald-800\/70:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.7);
}
.focus\:ring-offset-emerald-800\/75:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.75);
}
.focus\:ring-offset-emerald-800\/80:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.8);
}
.focus\:ring-offset-emerald-800\/85:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.85);
}
.focus\:ring-offset-emerald-800\/90:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.9);
}
.focus\:ring-offset-emerald-800\/95:focus {
  --tw-ring-offset-color: rgb(6 95 70 / 0.95);
}
.focus\:ring-offset-emerald-900:focus {
  --tw-ring-offset-color: #064e3b;
}
.focus\:ring-offset-emerald-900\/0:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0);
}
.focus\:ring-offset-emerald-900\/10:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.1);
}
.focus\:ring-offset-emerald-900\/100:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 1);
}
.focus\:ring-offset-emerald-900\/15:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.15);
}
.focus\:ring-offset-emerald-900\/20:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.2);
}
.focus\:ring-offset-emerald-900\/25:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.25);
}
.focus\:ring-offset-emerald-900\/30:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.3);
}
.focus\:ring-offset-emerald-900\/35:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.35);
}
.focus\:ring-offset-emerald-900\/40:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.4);
}
.focus\:ring-offset-emerald-900\/45:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.45);
}
.focus\:ring-offset-emerald-900\/5:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.05);
}
.focus\:ring-offset-emerald-900\/50:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.5);
}
.focus\:ring-offset-emerald-900\/55:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.55);
}
.focus\:ring-offset-emerald-900\/60:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.6);
}
.focus\:ring-offset-emerald-900\/65:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.65);
}
.focus\:ring-offset-emerald-900\/70:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.7);
}
.focus\:ring-offset-emerald-900\/75:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.75);
}
.focus\:ring-offset-emerald-900\/80:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.8);
}
.focus\:ring-offset-emerald-900\/85:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.85);
}
.focus\:ring-offset-emerald-900\/90:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.9);
}
.focus\:ring-offset-emerald-900\/95:focus {
  --tw-ring-offset-color: rgb(6 78 59 / 0.95);
}
.focus\:ring-offset-emerald-950:focus {
  --tw-ring-offset-color: #022c22;
}
.focus\:ring-offset-emerald-950\/0:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0);
}
.focus\:ring-offset-emerald-950\/10:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.1);
}
.focus\:ring-offset-emerald-950\/100:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 1);
}
.focus\:ring-offset-emerald-950\/15:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.15);
}
.focus\:ring-offset-emerald-950\/20:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.2);
}
.focus\:ring-offset-emerald-950\/25:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.25);
}
.focus\:ring-offset-emerald-950\/30:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.3);
}
.focus\:ring-offset-emerald-950\/35:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.35);
}
.focus\:ring-offset-emerald-950\/40:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.4);
}
.focus\:ring-offset-emerald-950\/45:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.45);
}
.focus\:ring-offset-emerald-950\/5:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.05);
}
.focus\:ring-offset-emerald-950\/50:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.5);
}
.focus\:ring-offset-emerald-950\/55:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.55);
}
.focus\:ring-offset-emerald-950\/60:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.6);
}
.focus\:ring-offset-emerald-950\/65:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.65);
}
.focus\:ring-offset-emerald-950\/70:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.7);
}
.focus\:ring-offset-emerald-950\/75:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.75);
}
.focus\:ring-offset-emerald-950\/80:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.8);
}
.focus\:ring-offset-emerald-950\/85:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.85);
}
.focus\:ring-offset-emerald-950\/90:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.9);
}
.focus\:ring-offset-emerald-950\/95:focus {
  --tw-ring-offset-color: rgb(2 44 34 / 0.95);
}
.focus\:ring-offset-fuchsia-100:focus {
  --tw-ring-offset-color: #fae8ff;
}
.focus\:ring-offset-fuchsia-100\/0:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}
.focus\:ring-offset-fuchsia-100\/10:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}
.focus\:ring-offset-fuchsia-100\/100:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}
.focus\:ring-offset-fuchsia-100\/15:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.15);
}
.focus\:ring-offset-fuchsia-100\/20:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}
.focus\:ring-offset-fuchsia-100\/25:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}
.focus\:ring-offset-fuchsia-100\/30:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}
.focus\:ring-offset-fuchsia-100\/35:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.35);
}
.focus\:ring-offset-fuchsia-100\/40:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}
.focus\:ring-offset-fuchsia-100\/45:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.45);
}
.focus\:ring-offset-fuchsia-100\/5:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}
.focus\:ring-offset-fuchsia-100\/50:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}
.focus\:ring-offset-fuchsia-100\/55:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.55);
}
.focus\:ring-offset-fuchsia-100\/60:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}
.focus\:ring-offset-fuchsia-100\/65:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.65);
}
.focus\:ring-offset-fuchsia-100\/70:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}
.focus\:ring-offset-fuchsia-100\/75:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}
.focus\:ring-offset-fuchsia-100\/80:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}
.focus\:ring-offset-fuchsia-100\/85:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.85);
}
.focus\:ring-offset-fuchsia-100\/90:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}
.focus\:ring-offset-fuchsia-100\/95:focus {
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}
.focus\:ring-offset-fuchsia-200:focus {
  --tw-ring-offset-color: #f5d0fe;
}
.focus\:ring-offset-fuchsia-200\/0:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}
.focus\:ring-offset-fuchsia-200\/10:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}
.focus\:ring-offset-fuchsia-200\/100:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}
.focus\:ring-offset-fuchsia-200\/15:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.15);
}
.focus\:ring-offset-fuchsia-200\/20:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}
.focus\:ring-offset-fuchsia-200\/25:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}
.focus\:ring-offset-fuchsia-200\/30:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}
.focus\:ring-offset-fuchsia-200\/35:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.35);
}
.focus\:ring-offset-fuchsia-200\/40:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}
.focus\:ring-offset-fuchsia-200\/45:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.45);
}
.focus\:ring-offset-fuchsia-200\/5:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}
.focus\:ring-offset-fuchsia-200\/50:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}
.focus\:ring-offset-fuchsia-200\/55:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.55);
}
.focus\:ring-offset-fuchsia-200\/60:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}
.focus\:ring-offset-fuchsia-200\/65:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.65);
}
.focus\:ring-offset-fuchsia-200\/70:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}
.focus\:ring-offset-fuchsia-200\/75:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}
.focus\:ring-offset-fuchsia-200\/80:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}
.focus\:ring-offset-fuchsia-200\/85:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.85);
}
.focus\:ring-offset-fuchsia-200\/90:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}
.focus\:ring-offset-fuchsia-200\/95:focus {
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}
.focus\:ring-offset-fuchsia-300:focus {
  --tw-ring-offset-color: #f0abfc;
}
.focus\:ring-offset-fuchsia-300\/0:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}
.focus\:ring-offset-fuchsia-300\/10:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}
.focus\:ring-offset-fuchsia-300\/100:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}
.focus\:ring-offset-fuchsia-300\/15:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.15);
}
.focus\:ring-offset-fuchsia-300\/20:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}
.focus\:ring-offset-fuchsia-300\/25:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}
.focus\:ring-offset-fuchsia-300\/30:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}
.focus\:ring-offset-fuchsia-300\/35:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.35);
}
.focus\:ring-offset-fuchsia-300\/40:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}
.focus\:ring-offset-fuchsia-300\/45:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.45);
}
.focus\:ring-offset-fuchsia-300\/5:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}
.focus\:ring-offset-fuchsia-300\/50:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}
.focus\:ring-offset-fuchsia-300\/55:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.55);
}
.focus\:ring-offset-fuchsia-300\/60:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}
.focus\:ring-offset-fuchsia-300\/65:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.65);
}
.focus\:ring-offset-fuchsia-300\/70:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}
.focus\:ring-offset-fuchsia-300\/75:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}
.focus\:ring-offset-fuchsia-300\/80:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}
.focus\:ring-offset-fuchsia-300\/85:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.85);
}
.focus\:ring-offset-fuchsia-300\/90:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}
.focus\:ring-offset-fuchsia-300\/95:focus {
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}
.focus\:ring-offset-fuchsia-400:focus {
  --tw-ring-offset-color: #e879f9;
}
.focus\:ring-offset-fuchsia-400\/0:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}
.focus\:ring-offset-fuchsia-400\/10:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}
.focus\:ring-offset-fuchsia-400\/100:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}
.focus\:ring-offset-fuchsia-400\/15:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.15);
}
.focus\:ring-offset-fuchsia-400\/20:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}
.focus\:ring-offset-fuchsia-400\/25:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}
.focus\:ring-offset-fuchsia-400\/30:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}
.focus\:ring-offset-fuchsia-400\/35:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.35);
}
.focus\:ring-offset-fuchsia-400\/40:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}
.focus\:ring-offset-fuchsia-400\/45:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.45);
}
.focus\:ring-offset-fuchsia-400\/5:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}
.focus\:ring-offset-fuchsia-400\/50:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}
.focus\:ring-offset-fuchsia-400\/55:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.55);
}
.focus\:ring-offset-fuchsia-400\/60:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}
.focus\:ring-offset-fuchsia-400\/65:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.65);
}
.focus\:ring-offset-fuchsia-400\/70:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}
.focus\:ring-offset-fuchsia-400\/75:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}
.focus\:ring-offset-fuchsia-400\/80:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}
.focus\:ring-offset-fuchsia-400\/85:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.85);
}
.focus\:ring-offset-fuchsia-400\/90:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}
.focus\:ring-offset-fuchsia-400\/95:focus {
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}
.focus\:ring-offset-fuchsia-50:focus {
  --tw-ring-offset-color: #fdf4ff;
}
.focus\:ring-offset-fuchsia-50\/0:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}
.focus\:ring-offset-fuchsia-50\/10:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}
.focus\:ring-offset-fuchsia-50\/100:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}
.focus\:ring-offset-fuchsia-50\/15:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.15);
}
.focus\:ring-offset-fuchsia-50\/20:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}
.focus\:ring-offset-fuchsia-50\/25:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}
.focus\:ring-offset-fuchsia-50\/30:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}
.focus\:ring-offset-fuchsia-50\/35:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.35);
}
.focus\:ring-offset-fuchsia-50\/40:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}
.focus\:ring-offset-fuchsia-50\/45:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.45);
}
.focus\:ring-offset-fuchsia-50\/5:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}
.focus\:ring-offset-fuchsia-50\/50:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}
.focus\:ring-offset-fuchsia-50\/55:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.55);
}
.focus\:ring-offset-fuchsia-50\/60:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}
.focus\:ring-offset-fuchsia-50\/65:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.65);
}
.focus\:ring-offset-fuchsia-50\/70:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}
.focus\:ring-offset-fuchsia-50\/75:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}
.focus\:ring-offset-fuchsia-50\/80:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}
.focus\:ring-offset-fuchsia-50\/85:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.85);
}
.focus\:ring-offset-fuchsia-50\/90:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}
.focus\:ring-offset-fuchsia-50\/95:focus {
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}
.focus\:ring-offset-fuchsia-500:focus {
  --tw-ring-offset-color: #d946ef;
}
.focus\:ring-offset-fuchsia-500\/0:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}
.focus\:ring-offset-fuchsia-500\/10:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}
.focus\:ring-offset-fuchsia-500\/100:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}
.focus\:ring-offset-fuchsia-500\/15:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.15);
}
.focus\:ring-offset-fuchsia-500\/20:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}
.focus\:ring-offset-fuchsia-500\/25:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}
.focus\:ring-offset-fuchsia-500\/30:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}
.focus\:ring-offset-fuchsia-500\/35:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.35);
}
.focus\:ring-offset-fuchsia-500\/40:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}
.focus\:ring-offset-fuchsia-500\/45:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.45);
}
.focus\:ring-offset-fuchsia-500\/5:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}
.focus\:ring-offset-fuchsia-500\/50:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}
.focus\:ring-offset-fuchsia-500\/55:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.55);
}
.focus\:ring-offset-fuchsia-500\/60:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}
.focus\:ring-offset-fuchsia-500\/65:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.65);
}
.focus\:ring-offset-fuchsia-500\/70:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}
.focus\:ring-offset-fuchsia-500\/75:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}
.focus\:ring-offset-fuchsia-500\/80:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}
.focus\:ring-offset-fuchsia-500\/85:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.85);
}
.focus\:ring-offset-fuchsia-500\/90:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}
.focus\:ring-offset-fuchsia-500\/95:focus {
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}
.focus\:ring-offset-fuchsia-600:focus {
  --tw-ring-offset-color: #c026d3;
}
.focus\:ring-offset-fuchsia-600\/0:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}
.focus\:ring-offset-fuchsia-600\/10:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}
.focus\:ring-offset-fuchsia-600\/100:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}
.focus\:ring-offset-fuchsia-600\/15:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.15);
}
.focus\:ring-offset-fuchsia-600\/20:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}
.focus\:ring-offset-fuchsia-600\/25:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}
.focus\:ring-offset-fuchsia-600\/30:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}
.focus\:ring-offset-fuchsia-600\/35:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.35);
}
.focus\:ring-offset-fuchsia-600\/40:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}
.focus\:ring-offset-fuchsia-600\/45:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.45);
}
.focus\:ring-offset-fuchsia-600\/5:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}
.focus\:ring-offset-fuchsia-600\/50:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}
.focus\:ring-offset-fuchsia-600\/55:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.55);
}
.focus\:ring-offset-fuchsia-600\/60:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}
.focus\:ring-offset-fuchsia-600\/65:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.65);
}
.focus\:ring-offset-fuchsia-600\/70:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}
.focus\:ring-offset-fuchsia-600\/75:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}
.focus\:ring-offset-fuchsia-600\/80:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}
.focus\:ring-offset-fuchsia-600\/85:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.85);
}
.focus\:ring-offset-fuchsia-600\/90:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}
.focus\:ring-offset-fuchsia-600\/95:focus {
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}
.focus\:ring-offset-fuchsia-700:focus {
  --tw-ring-offset-color: #a21caf;
}
.focus\:ring-offset-fuchsia-700\/0:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}
.focus\:ring-offset-fuchsia-700\/10:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}
.focus\:ring-offset-fuchsia-700\/100:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}
.focus\:ring-offset-fuchsia-700\/15:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.15);
}
.focus\:ring-offset-fuchsia-700\/20:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}
.focus\:ring-offset-fuchsia-700\/25:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}
.focus\:ring-offset-fuchsia-700\/30:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}
.focus\:ring-offset-fuchsia-700\/35:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.35);
}
.focus\:ring-offset-fuchsia-700\/40:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}
.focus\:ring-offset-fuchsia-700\/45:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.45);
}
.focus\:ring-offset-fuchsia-700\/5:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}
.focus\:ring-offset-fuchsia-700\/50:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}
.focus\:ring-offset-fuchsia-700\/55:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.55);
}
.focus\:ring-offset-fuchsia-700\/60:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}
.focus\:ring-offset-fuchsia-700\/65:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.65);
}
.focus\:ring-offset-fuchsia-700\/70:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}
.focus\:ring-offset-fuchsia-700\/75:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}
.focus\:ring-offset-fuchsia-700\/80:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}
.focus\:ring-offset-fuchsia-700\/85:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.85);
}
.focus\:ring-offset-fuchsia-700\/90:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}
.focus\:ring-offset-fuchsia-700\/95:focus {
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}
.focus\:ring-offset-fuchsia-800:focus {
  --tw-ring-offset-color: #86198f;
}
.focus\:ring-offset-fuchsia-800\/0:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}
.focus\:ring-offset-fuchsia-800\/10:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}
.focus\:ring-offset-fuchsia-800\/100:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}
.focus\:ring-offset-fuchsia-800\/15:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.15);
}
.focus\:ring-offset-fuchsia-800\/20:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}
.focus\:ring-offset-fuchsia-800\/25:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}
.focus\:ring-offset-fuchsia-800\/30:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}
.focus\:ring-offset-fuchsia-800\/35:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.35);
}
.focus\:ring-offset-fuchsia-800\/40:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}
.focus\:ring-offset-fuchsia-800\/45:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.45);
}
.focus\:ring-offset-fuchsia-800\/5:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}
.focus\:ring-offset-fuchsia-800\/50:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}
.focus\:ring-offset-fuchsia-800\/55:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.55);
}
.focus\:ring-offset-fuchsia-800\/60:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}
.focus\:ring-offset-fuchsia-800\/65:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.65);
}
.focus\:ring-offset-fuchsia-800\/70:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}
.focus\:ring-offset-fuchsia-800\/75:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}
.focus\:ring-offset-fuchsia-800\/80:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}
.focus\:ring-offset-fuchsia-800\/85:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.85);
}
.focus\:ring-offset-fuchsia-800\/90:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}
.focus\:ring-offset-fuchsia-800\/95:focus {
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}
.focus\:ring-offset-fuchsia-900:focus {
  --tw-ring-offset-color: #701a75;
}
.focus\:ring-offset-fuchsia-900\/0:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}
.focus\:ring-offset-fuchsia-900\/10:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}
.focus\:ring-offset-fuchsia-900\/100:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}
.focus\:ring-offset-fuchsia-900\/15:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.15);
}
.focus\:ring-offset-fuchsia-900\/20:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}
.focus\:ring-offset-fuchsia-900\/25:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}
.focus\:ring-offset-fuchsia-900\/30:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}
.focus\:ring-offset-fuchsia-900\/35:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.35);
}
.focus\:ring-offset-fuchsia-900\/40:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}
.focus\:ring-offset-fuchsia-900\/45:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.45);
}
.focus\:ring-offset-fuchsia-900\/5:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}
.focus\:ring-offset-fuchsia-900\/50:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}
.focus\:ring-offset-fuchsia-900\/55:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.55);
}
.focus\:ring-offset-fuchsia-900\/60:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}
.focus\:ring-offset-fuchsia-900\/65:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.65);
}
.focus\:ring-offset-fuchsia-900\/70:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}
.focus\:ring-offset-fuchsia-900\/75:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}
.focus\:ring-offset-fuchsia-900\/80:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}
.focus\:ring-offset-fuchsia-900\/85:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.85);
}
.focus\:ring-offset-fuchsia-900\/90:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}
.focus\:ring-offset-fuchsia-900\/95:focus {
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}
.focus\:ring-offset-fuchsia-950:focus {
  --tw-ring-offset-color: #4a044e;
}
.focus\:ring-offset-fuchsia-950\/0:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}
.focus\:ring-offset-fuchsia-950\/10:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}
.focus\:ring-offset-fuchsia-950\/100:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}
.focus\:ring-offset-fuchsia-950\/15:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.15);
}
.focus\:ring-offset-fuchsia-950\/20:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}
.focus\:ring-offset-fuchsia-950\/25:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}
.focus\:ring-offset-fuchsia-950\/30:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}
.focus\:ring-offset-fuchsia-950\/35:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.35);
}
.focus\:ring-offset-fuchsia-950\/40:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}
.focus\:ring-offset-fuchsia-950\/45:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.45);
}
.focus\:ring-offset-fuchsia-950\/5:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}
.focus\:ring-offset-fuchsia-950\/50:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}
.focus\:ring-offset-fuchsia-950\/55:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.55);
}
.focus\:ring-offset-fuchsia-950\/60:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}
.focus\:ring-offset-fuchsia-950\/65:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.65);
}
.focus\:ring-offset-fuchsia-950\/70:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}
.focus\:ring-offset-fuchsia-950\/75:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}
.focus\:ring-offset-fuchsia-950\/80:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}
.focus\:ring-offset-fuchsia-950\/85:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.85);
}
.focus\:ring-offset-fuchsia-950\/90:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}
.focus\:ring-offset-fuchsia-950\/95:focus {
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}
.focus\:ring-offset-gray-100\/0:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0);
}
.focus\:ring-offset-gray-100\/10:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.1);
}
.focus\:ring-offset-gray-100\/100:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 1);
}
.focus\:ring-offset-gray-100\/15:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.15);
}
.focus\:ring-offset-gray-100\/20:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.2);
}
.focus\:ring-offset-gray-100\/25:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.25);
}
.focus\:ring-offset-gray-100\/30:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.3);
}
.focus\:ring-offset-gray-100\/35:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.35);
}
.focus\:ring-offset-gray-100\/40:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.4);
}
.focus\:ring-offset-gray-100\/45:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.45);
}
.focus\:ring-offset-gray-100\/5:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.05);
}
.focus\:ring-offset-gray-100\/50:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.5);
}
.focus\:ring-offset-gray-100\/55:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.55);
}
.focus\:ring-offset-gray-100\/60:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.6);
}
.focus\:ring-offset-gray-100\/65:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.65);
}
.focus\:ring-offset-gray-100\/70:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.7);
}
.focus\:ring-offset-gray-100\/75:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.75);
}
.focus\:ring-offset-gray-100\/80:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.8);
}
.focus\:ring-offset-gray-100\/85:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.85);
}
.focus\:ring-offset-gray-100\/90:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.9);
}
.focus\:ring-offset-gray-100\/95:focus {
  --tw-ring-offset-color: rgb(243 244 246 / 0.95);
}
.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}
.focus\:ring-offset-gray-200\/0:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}
.focus\:ring-offset-gray-200\/10:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}
.focus\:ring-offset-gray-200\/100:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}
.focus\:ring-offset-gray-200\/15:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.15);
}
.focus\:ring-offset-gray-200\/20:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}
.focus\:ring-offset-gray-200\/25:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}
.focus\:ring-offset-gray-200\/30:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}
.focus\:ring-offset-gray-200\/35:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.35);
}
.focus\:ring-offset-gray-200\/40:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}
.focus\:ring-offset-gray-200\/45:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.45);
}
.focus\:ring-offset-gray-200\/5:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}
.focus\:ring-offset-gray-200\/50:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}
.focus\:ring-offset-gray-200\/55:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.55);
}
.focus\:ring-offset-gray-200\/60:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}
.focus\:ring-offset-gray-200\/65:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.65);
}
.focus\:ring-offset-gray-200\/70:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}
.focus\:ring-offset-gray-200\/75:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}
.focus\:ring-offset-gray-200\/80:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}
.focus\:ring-offset-gray-200\/85:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.85);
}
.focus\:ring-offset-gray-200\/90:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}
.focus\:ring-offset-gray-200\/95:focus {
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}
.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}
.focus\:ring-offset-gray-300\/0:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0);
}
.focus\:ring-offset-gray-300\/10:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.1);
}
.focus\:ring-offset-gray-300\/100:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 1);
}
.focus\:ring-offset-gray-300\/15:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.15);
}
.focus\:ring-offset-gray-300\/20:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.2);
}
.focus\:ring-offset-gray-300\/25:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.25);
}
.focus\:ring-offset-gray-300\/30:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.3);
}
.focus\:ring-offset-gray-300\/35:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.35);
}
.focus\:ring-offset-gray-300\/40:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.4);
}
.focus\:ring-offset-gray-300\/45:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.45);
}
.focus\:ring-offset-gray-300\/5:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.05);
}
.focus\:ring-offset-gray-300\/50:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.5);
}
.focus\:ring-offset-gray-300\/55:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.55);
}
.focus\:ring-offset-gray-300\/60:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.6);
}
.focus\:ring-offset-gray-300\/65:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.65);
}
.focus\:ring-offset-gray-300\/70:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.7);
}
.focus\:ring-offset-gray-300\/75:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.75);
}
.focus\:ring-offset-gray-300\/80:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.8);
}
.focus\:ring-offset-gray-300\/85:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.85);
}
.focus\:ring-offset-gray-300\/90:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.9);
}
.focus\:ring-offset-gray-300\/95:focus {
  --tw-ring-offset-color: rgb(209 213 219 / 0.95);
}
.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}
.focus\:ring-offset-gray-400\/0:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}
.focus\:ring-offset-gray-400\/10:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}
.focus\:ring-offset-gray-400\/100:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.focus\:ring-offset-gray-400\/15:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.15);
}
.focus\:ring-offset-gray-400\/20:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}
.focus\:ring-offset-gray-400\/25:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}
.focus\:ring-offset-gray-400\/30:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}
.focus\:ring-offset-gray-400\/35:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.35);
}
.focus\:ring-offset-gray-400\/40:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}
.focus\:ring-offset-gray-400\/45:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.45);
}
.focus\:ring-offset-gray-400\/5:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}
.focus\:ring-offset-gray-400\/50:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.focus\:ring-offset-gray-400\/55:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.55);
}
.focus\:ring-offset-gray-400\/60:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}
.focus\:ring-offset-gray-400\/65:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.65);
}
.focus\:ring-offset-gray-400\/70:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}
.focus\:ring-offset-gray-400\/75:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}
.focus\:ring-offset-gray-400\/80:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}
.focus\:ring-offset-gray-400\/85:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.85);
}
.focus\:ring-offset-gray-400\/90:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}
.focus\:ring-offset-gray-400\/95:focus {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}
.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}
.focus\:ring-offset-gray-50\/0:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0);
}
.focus\:ring-offset-gray-50\/10:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.1);
}
.focus\:ring-offset-gray-50\/100:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 1);
}
.focus\:ring-offset-gray-50\/15:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.15);
}
.focus\:ring-offset-gray-50\/20:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.2);
}
.focus\:ring-offset-gray-50\/25:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.25);
}
.focus\:ring-offset-gray-50\/30:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.3);
}
.focus\:ring-offset-gray-50\/35:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.35);
}
.focus\:ring-offset-gray-50\/40:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.4);
}
.focus\:ring-offset-gray-50\/45:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.45);
}
.focus\:ring-offset-gray-50\/5:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.05);
}
.focus\:ring-offset-gray-50\/50:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.5);
}
.focus\:ring-offset-gray-50\/55:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.55);
}
.focus\:ring-offset-gray-50\/60:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.6);
}
.focus\:ring-offset-gray-50\/65:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.65);
}
.focus\:ring-offset-gray-50\/70:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.7);
}
.focus\:ring-offset-gray-50\/75:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.75);
}
.focus\:ring-offset-gray-50\/80:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.8);
}
.focus\:ring-offset-gray-50\/85:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.85);
}
.focus\:ring-offset-gray-50\/90:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.9);
}
.focus\:ring-offset-gray-50\/95:focus {
  --tw-ring-offset-color: rgb(249 250 251 / 0.95);
}
.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #6b7280;
}
.focus\:ring-offset-gray-500\/0:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0);
}
.focus\:ring-offset-gray-500\/10:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.1);
}
.focus\:ring-offset-gray-500\/100:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 1);
}
.focus\:ring-offset-gray-500\/15:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.15);
}
.focus\:ring-offset-gray-500\/20:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.2);
}
.focus\:ring-offset-gray-500\/25:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.25);
}
.focus\:ring-offset-gray-500\/30:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.3);
}
.focus\:ring-offset-gray-500\/35:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.35);
}
.focus\:ring-offset-gray-500\/40:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.4);
}
.focus\:ring-offset-gray-500\/45:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.45);
}
.focus\:ring-offset-gray-500\/5:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.05);
}
.focus\:ring-offset-gray-500\/50:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.5);
}
.focus\:ring-offset-gray-500\/55:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.55);
}
.focus\:ring-offset-gray-500\/60:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.6);
}
.focus\:ring-offset-gray-500\/65:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.65);
}
.focus\:ring-offset-gray-500\/70:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.7);
}
.focus\:ring-offset-gray-500\/75:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.75);
}
.focus\:ring-offset-gray-500\/80:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.8);
}
.focus\:ring-offset-gray-500\/85:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.85);
}
.focus\:ring-offset-gray-500\/90:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.9);
}
.focus\:ring-offset-gray-500\/95:focus {
  --tw-ring-offset-color: rgb(107 114 128 / 0.95);
}
.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #4b5563;
}
.focus\:ring-offset-gray-600\/0:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0);
}
.focus\:ring-offset-gray-600\/10:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.1);
}
.focus\:ring-offset-gray-600\/100:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 1);
}
.focus\:ring-offset-gray-600\/15:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.15);
}
.focus\:ring-offset-gray-600\/20:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.2);
}
.focus\:ring-offset-gray-600\/25:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.25);
}
.focus\:ring-offset-gray-600\/30:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.3);
}
.focus\:ring-offset-gray-600\/35:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.35);
}
.focus\:ring-offset-gray-600\/40:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.4);
}
.focus\:ring-offset-gray-600\/45:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.45);
}
.focus\:ring-offset-gray-600\/5:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.05);
}
.focus\:ring-offset-gray-600\/50:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.5);
}
.focus\:ring-offset-gray-600\/55:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.55);
}
.focus\:ring-offset-gray-600\/60:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.6);
}
.focus\:ring-offset-gray-600\/65:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.65);
}
.focus\:ring-offset-gray-600\/70:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.7);
}
.focus\:ring-offset-gray-600\/75:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.75);
}
.focus\:ring-offset-gray-600\/80:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.8);
}
.focus\:ring-offset-gray-600\/85:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.85);
}
.focus\:ring-offset-gray-600\/90:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.9);
}
.focus\:ring-offset-gray-600\/95:focus {
  --tw-ring-offset-color: rgb(75 85 99 / 0.95);
}
.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #374151;
}
.focus\:ring-offset-gray-700\/0:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}
.focus\:ring-offset-gray-700\/10:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}
.focus\:ring-offset-gray-700\/100:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}
.focus\:ring-offset-gray-700\/15:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.15);
}
.focus\:ring-offset-gray-700\/20:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}
.focus\:ring-offset-gray-700\/25:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}
.focus\:ring-offset-gray-700\/30:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}
.focus\:ring-offset-gray-700\/35:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.35);
}
.focus\:ring-offset-gray-700\/40:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}
.focus\:ring-offset-gray-700\/45:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.45);
}
.focus\:ring-offset-gray-700\/5:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}
.focus\:ring-offset-gray-700\/50:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}
.focus\:ring-offset-gray-700\/55:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.55);
}
.focus\:ring-offset-gray-700\/60:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}
.focus\:ring-offset-gray-700\/65:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.65);
}
.focus\:ring-offset-gray-700\/70:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}
.focus\:ring-offset-gray-700\/75:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}
.focus\:ring-offset-gray-700\/80:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}
.focus\:ring-offset-gray-700\/85:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.85);
}
.focus\:ring-offset-gray-700\/90:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}
.focus\:ring-offset-gray-700\/95:focus {
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}
.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937;
}
.focus\:ring-offset-gray-800\/0:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0);
}
.focus\:ring-offset-gray-800\/10:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.1);
}
.focus\:ring-offset-gray-800\/100:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 1);
}
.focus\:ring-offset-gray-800\/15:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.15);
}
.focus\:ring-offset-gray-800\/20:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.2);
}
.focus\:ring-offset-gray-800\/25:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.25);
}
.focus\:ring-offset-gray-800\/30:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.3);
}
.focus\:ring-offset-gray-800\/35:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.35);
}
.focus\:ring-offset-gray-800\/40:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.4);
}
.focus\:ring-offset-gray-800\/45:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.45);
}
.focus\:ring-offset-gray-800\/5:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.05);
}
.focus\:ring-offset-gray-800\/50:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.5);
}
.focus\:ring-offset-gray-800\/55:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.55);
}
.focus\:ring-offset-gray-800\/60:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.6);
}
.focus\:ring-offset-gray-800\/65:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.65);
}
.focus\:ring-offset-gray-800\/70:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.7);
}
.focus\:ring-offset-gray-800\/75:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.75);
}
.focus\:ring-offset-gray-800\/80:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.8);
}
.focus\:ring-offset-gray-800\/85:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.85);
}
.focus\:ring-offset-gray-800\/90:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.9);
}
.focus\:ring-offset-gray-800\/95:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 0.95);
}
.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827;
}
.focus\:ring-offset-gray-900\/0:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0);
}
.focus\:ring-offset-gray-900\/10:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.1);
}
.focus\:ring-offset-gray-900\/100:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 1);
}
.focus\:ring-offset-gray-900\/15:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.15);
}
.focus\:ring-offset-gray-900\/20:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.2);
}
.focus\:ring-offset-gray-900\/25:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.25);
}
.focus\:ring-offset-gray-900\/30:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.3);
}
.focus\:ring-offset-gray-900\/35:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.35);
}
.focus\:ring-offset-gray-900\/40:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.4);
}
.focus\:ring-offset-gray-900\/45:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.45);
}
.focus\:ring-offset-gray-900\/5:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.05);
}
.focus\:ring-offset-gray-900\/50:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.5);
}
.focus\:ring-offset-gray-900\/55:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.55);
}
.focus\:ring-offset-gray-900\/60:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.6);
}
.focus\:ring-offset-gray-900\/65:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.65);
}
.focus\:ring-offset-gray-900\/70:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.7);
}
.focus\:ring-offset-gray-900\/75:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.75);
}
.focus\:ring-offset-gray-900\/80:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.8);
}
.focus\:ring-offset-gray-900\/85:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.85);
}
.focus\:ring-offset-gray-900\/90:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.9);
}
.focus\:ring-offset-gray-900\/95:focus {
  --tw-ring-offset-color: rgb(17 24 39 / 0.95);
}
.focus\:ring-offset-gray-950:focus {
  --tw-ring-offset-color: #030712;
}
.focus\:ring-offset-gray-950\/0:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0);
}
.focus\:ring-offset-gray-950\/10:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.1);
}
.focus\:ring-offset-gray-950\/100:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 1);
}
.focus\:ring-offset-gray-950\/15:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.15);
}
.focus\:ring-offset-gray-950\/20:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.2);
}
.focus\:ring-offset-gray-950\/25:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.25);
}
.focus\:ring-offset-gray-950\/30:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.3);
}
.focus\:ring-offset-gray-950\/35:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.35);
}
.focus\:ring-offset-gray-950\/40:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.4);
}
.focus\:ring-offset-gray-950\/45:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.45);
}
.focus\:ring-offset-gray-950\/5:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.05);
}
.focus\:ring-offset-gray-950\/50:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.5);
}
.focus\:ring-offset-gray-950\/55:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.55);
}
.focus\:ring-offset-gray-950\/60:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.6);
}
.focus\:ring-offset-gray-950\/65:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.65);
}
.focus\:ring-offset-gray-950\/70:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.7);
}
.focus\:ring-offset-gray-950\/75:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.75);
}
.focus\:ring-offset-gray-950\/80:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.8);
}
.focus\:ring-offset-gray-950\/85:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.85);
}
.focus\:ring-offset-gray-950\/90:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.9);
}
.focus\:ring-offset-gray-950\/95:focus {
  --tw-ring-offset-color: rgb(3 7 18 / 0.95);
}
.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #dcfce7;
}
.focus\:ring-offset-green-100\/0:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0);
}
.focus\:ring-offset-green-100\/10:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.1);
}
.focus\:ring-offset-green-100\/100:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 1);
}
.focus\:ring-offset-green-100\/15:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.15);
}
.focus\:ring-offset-green-100\/20:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.2);
}
.focus\:ring-offset-green-100\/25:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.25);
}
.focus\:ring-offset-green-100\/30:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.3);
}
.focus\:ring-offset-green-100\/35:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.35);
}
.focus\:ring-offset-green-100\/40:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.4);
}
.focus\:ring-offset-green-100\/45:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.45);
}
.focus\:ring-offset-green-100\/5:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.05);
}
.focus\:ring-offset-green-100\/50:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.5);
}
.focus\:ring-offset-green-100\/55:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.55);
}
.focus\:ring-offset-green-100\/60:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.6);
}
.focus\:ring-offset-green-100\/65:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.65);
}
.focus\:ring-offset-green-100\/70:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.7);
}
.focus\:ring-offset-green-100\/75:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.75);
}
.focus\:ring-offset-green-100\/80:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.8);
}
.focus\:ring-offset-green-100\/85:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.85);
}
.focus\:ring-offset-green-100\/90:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.9);
}
.focus\:ring-offset-green-100\/95:focus {
  --tw-ring-offset-color: rgb(220 252 231 / 0.95);
}
.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #bbf7d0;
}
.focus\:ring-offset-green-200\/0:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0);
}
.focus\:ring-offset-green-200\/10:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.1);
}
.focus\:ring-offset-green-200\/100:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 1);
}
.focus\:ring-offset-green-200\/15:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.15);
}
.focus\:ring-offset-green-200\/20:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.2);
}
.focus\:ring-offset-green-200\/25:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.25);
}
.focus\:ring-offset-green-200\/30:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.3);
}
.focus\:ring-offset-green-200\/35:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.35);
}
.focus\:ring-offset-green-200\/40:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.4);
}
.focus\:ring-offset-green-200\/45:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.45);
}
.focus\:ring-offset-green-200\/5:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.05);
}
.focus\:ring-offset-green-200\/50:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.5);
}
.focus\:ring-offset-green-200\/55:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.55);
}
.focus\:ring-offset-green-200\/60:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.6);
}
.focus\:ring-offset-green-200\/65:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.65);
}
.focus\:ring-offset-green-200\/70:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.7);
}
.focus\:ring-offset-green-200\/75:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.75);
}
.focus\:ring-offset-green-200\/80:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.8);
}
.focus\:ring-offset-green-200\/85:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.85);
}
.focus\:ring-offset-green-200\/90:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.9);
}
.focus\:ring-offset-green-200\/95:focus {
  --tw-ring-offset-color: rgb(187 247 208 / 0.95);
}
.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #86efac;
}
.focus\:ring-offset-green-300\/0:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0);
}
.focus\:ring-offset-green-300\/10:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.1);
}
.focus\:ring-offset-green-300\/100:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 1);
}
.focus\:ring-offset-green-300\/15:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.15);
}
.focus\:ring-offset-green-300\/20:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.2);
}
.focus\:ring-offset-green-300\/25:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.25);
}
.focus\:ring-offset-green-300\/30:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.3);
}
.focus\:ring-offset-green-300\/35:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.35);
}
.focus\:ring-offset-green-300\/40:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.4);
}
.focus\:ring-offset-green-300\/45:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.45);
}
.focus\:ring-offset-green-300\/5:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.05);
}
.focus\:ring-offset-green-300\/50:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.5);
}
.focus\:ring-offset-green-300\/55:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.55);
}
.focus\:ring-offset-green-300\/60:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.6);
}
.focus\:ring-offset-green-300\/65:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.65);
}
.focus\:ring-offset-green-300\/70:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.7);
}
.focus\:ring-offset-green-300\/75:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.75);
}
.focus\:ring-offset-green-300\/80:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.8);
}
.focus\:ring-offset-green-300\/85:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.85);
}
.focus\:ring-offset-green-300\/90:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.9);
}
.focus\:ring-offset-green-300\/95:focus {
  --tw-ring-offset-color: rgb(134 239 172 / 0.95);
}
.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #4ade80;
}
.focus\:ring-offset-green-400\/0:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}
.focus\:ring-offset-green-400\/10:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}
.focus\:ring-offset-green-400\/100:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}
.focus\:ring-offset-green-400\/15:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.15);
}
.focus\:ring-offset-green-400\/20:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}
.focus\:ring-offset-green-400\/25:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}
.focus\:ring-offset-green-400\/30:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}
.focus\:ring-offset-green-400\/35:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.35);
}
.focus\:ring-offset-green-400\/40:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}
.focus\:ring-offset-green-400\/45:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.45);
}
.focus\:ring-offset-green-400\/5:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}
.focus\:ring-offset-green-400\/50:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}
.focus\:ring-offset-green-400\/55:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.55);
}
.focus\:ring-offset-green-400\/60:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}
.focus\:ring-offset-green-400\/65:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.65);
}
.focus\:ring-offset-green-400\/70:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}
.focus\:ring-offset-green-400\/75:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}
.focus\:ring-offset-green-400\/80:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}
.focus\:ring-offset-green-400\/85:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.85);
}
.focus\:ring-offset-green-400\/90:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}
.focus\:ring-offset-green-400\/95:focus {
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}
.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}
.focus\:ring-offset-green-50\/0:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0);
}
.focus\:ring-offset-green-50\/10:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.1);
}
.focus\:ring-offset-green-50\/100:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 1);
}
.focus\:ring-offset-green-50\/15:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.15);
}
.focus\:ring-offset-green-50\/20:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.2);
}
.focus\:ring-offset-green-50\/25:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.25);
}
.focus\:ring-offset-green-50\/30:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.3);
}
.focus\:ring-offset-green-50\/35:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.35);
}
.focus\:ring-offset-green-50\/40:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.4);
}
.focus\:ring-offset-green-50\/45:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.45);
}
.focus\:ring-offset-green-50\/5:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.05);
}
.focus\:ring-offset-green-50\/50:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.5);
}
.focus\:ring-offset-green-50\/55:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.55);
}
.focus\:ring-offset-green-50\/60:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.6);
}
.focus\:ring-offset-green-50\/65:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.65);
}
.focus\:ring-offset-green-50\/70:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.7);
}
.focus\:ring-offset-green-50\/75:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.75);
}
.focus\:ring-offset-green-50\/80:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.8);
}
.focus\:ring-offset-green-50\/85:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.85);
}
.focus\:ring-offset-green-50\/90:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.9);
}
.focus\:ring-offset-green-50\/95:focus {
  --tw-ring-offset-color: rgb(240 253 244 / 0.95);
}
.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #22c55e;
}
.focus\:ring-offset-green-500\/0:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0);
}
.focus\:ring-offset-green-500\/10:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.1);
}
.focus\:ring-offset-green-500\/100:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 1);
}
.focus\:ring-offset-green-500\/15:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.15);
}
.focus\:ring-offset-green-500\/20:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.2);
}
.focus\:ring-offset-green-500\/25:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.25);
}
.focus\:ring-offset-green-500\/30:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.3);
}
.focus\:ring-offset-green-500\/35:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.35);
}
.focus\:ring-offset-green-500\/40:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.4);
}
.focus\:ring-offset-green-500\/45:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.45);
}
.focus\:ring-offset-green-500\/5:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.05);
}
.focus\:ring-offset-green-500\/50:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.5);
}
.focus\:ring-offset-green-500\/55:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.55);
}
.focus\:ring-offset-green-500\/60:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.6);
}
.focus\:ring-offset-green-500\/65:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.65);
}
.focus\:ring-offset-green-500\/70:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.7);
}
.focus\:ring-offset-green-500\/75:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.75);
}
.focus\:ring-offset-green-500\/80:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.8);
}
.focus\:ring-offset-green-500\/85:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.85);
}
.focus\:ring-offset-green-500\/90:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.9);
}
.focus\:ring-offset-green-500\/95:focus {
  --tw-ring-offset-color: rgb(34 197 94 / 0.95);
}
.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #16a34a;
}
.focus\:ring-offset-green-600\/0:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}
.focus\:ring-offset-green-600\/10:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}
.focus\:ring-offset-green-600\/100:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}
.focus\:ring-offset-green-600\/15:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.15);
}
.focus\:ring-offset-green-600\/20:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}
.focus\:ring-offset-green-600\/25:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}
.focus\:ring-offset-green-600\/30:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}
.focus\:ring-offset-green-600\/35:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.35);
}
.focus\:ring-offset-green-600\/40:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}
.focus\:ring-offset-green-600\/45:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.45);
}
.focus\:ring-offset-green-600\/5:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}
.focus\:ring-offset-green-600\/50:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}
.focus\:ring-offset-green-600\/55:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.55);
}
.focus\:ring-offset-green-600\/60:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}
.focus\:ring-offset-green-600\/65:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.65);
}
.focus\:ring-offset-green-600\/70:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}
.focus\:ring-offset-green-600\/75:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}
.focus\:ring-offset-green-600\/80:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}
.focus\:ring-offset-green-600\/85:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.85);
}
.focus\:ring-offset-green-600\/90:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}
.focus\:ring-offset-green-600\/95:focus {
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}
.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #15803d;
}
.focus\:ring-offset-green-700\/0:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0);
}
.focus\:ring-offset-green-700\/10:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.1);
}
.focus\:ring-offset-green-700\/100:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 1);
}
.focus\:ring-offset-green-700\/15:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.15);
}
.focus\:ring-offset-green-700\/20:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.2);
}
.focus\:ring-offset-green-700\/25:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.25);
}
.focus\:ring-offset-green-700\/30:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.3);
}
.focus\:ring-offset-green-700\/35:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.35);
}
.focus\:ring-offset-green-700\/40:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.4);
}
.focus\:ring-offset-green-700\/45:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.45);
}
.focus\:ring-offset-green-700\/5:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.05);
}
.focus\:ring-offset-green-700\/50:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.5);
}
.focus\:ring-offset-green-700\/55:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.55);
}
.focus\:ring-offset-green-700\/60:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.6);
}
.focus\:ring-offset-green-700\/65:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.65);
}
.focus\:ring-offset-green-700\/70:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.7);
}
.focus\:ring-offset-green-700\/75:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.75);
}
.focus\:ring-offset-green-700\/80:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.8);
}
.focus\:ring-offset-green-700\/85:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.85);
}
.focus\:ring-offset-green-700\/90:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.9);
}
.focus\:ring-offset-green-700\/95:focus {
  --tw-ring-offset-color: rgb(21 128 61 / 0.95);
}
.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #166534;
}
.focus\:ring-offset-green-800\/0:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0);
}
.focus\:ring-offset-green-800\/10:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.1);
}
.focus\:ring-offset-green-800\/100:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 1);
}
.focus\:ring-offset-green-800\/15:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.15);
}
.focus\:ring-offset-green-800\/20:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.2);
}
.focus\:ring-offset-green-800\/25:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.25);
}
.focus\:ring-offset-green-800\/30:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.3);
}
.focus\:ring-offset-green-800\/35:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.35);
}
.focus\:ring-offset-green-800\/40:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.4);
}
.focus\:ring-offset-green-800\/45:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.45);
}
.focus\:ring-offset-green-800\/5:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.05);
}
.focus\:ring-offset-green-800\/50:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.5);
}
.focus\:ring-offset-green-800\/55:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.55);
}
.focus\:ring-offset-green-800\/60:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.6);
}
.focus\:ring-offset-green-800\/65:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.65);
}
.focus\:ring-offset-green-800\/70:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.7);
}
.focus\:ring-offset-green-800\/75:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.75);
}
.focus\:ring-offset-green-800\/80:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.8);
}
.focus\:ring-offset-green-800\/85:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.85);
}
.focus\:ring-offset-green-800\/90:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.9);
}
.focus\:ring-offset-green-800\/95:focus {
  --tw-ring-offset-color: rgb(22 101 52 / 0.95);
}
.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #14532d;
}
.focus\:ring-offset-green-900\/0:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0);
}
.focus\:ring-offset-green-900\/10:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.1);
}
.focus\:ring-offset-green-900\/100:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 1);
}
.focus\:ring-offset-green-900\/15:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.15);
}
.focus\:ring-offset-green-900\/20:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.2);
}
.focus\:ring-offset-green-900\/25:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.25);
}
.focus\:ring-offset-green-900\/30:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.3);
}
.focus\:ring-offset-green-900\/35:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.35);
}
.focus\:ring-offset-green-900\/40:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.4);
}
.focus\:ring-offset-green-900\/45:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.45);
}
.focus\:ring-offset-green-900\/5:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.05);
}
.focus\:ring-offset-green-900\/50:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.5);
}
.focus\:ring-offset-green-900\/55:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.55);
}
.focus\:ring-offset-green-900\/60:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.6);
}
.focus\:ring-offset-green-900\/65:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.65);
}
.focus\:ring-offset-green-900\/70:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.7);
}
.focus\:ring-offset-green-900\/75:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.75);
}
.focus\:ring-offset-green-900\/80:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.8);
}
.focus\:ring-offset-green-900\/85:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.85);
}
.focus\:ring-offset-green-900\/90:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.9);
}
.focus\:ring-offset-green-900\/95:focus {
  --tw-ring-offset-color: rgb(20 83 45 / 0.95);
}
.focus\:ring-offset-green-950:focus {
  --tw-ring-offset-color: #052e16;
}
.focus\:ring-offset-green-950\/0:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0);
}
.focus\:ring-offset-green-950\/10:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.1);
}
.focus\:ring-offset-green-950\/100:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 1);
}
.focus\:ring-offset-green-950\/15:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.15);
}
.focus\:ring-offset-green-950\/20:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.2);
}
.focus\:ring-offset-green-950\/25:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.25);
}
.focus\:ring-offset-green-950\/30:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.3);
}
.focus\:ring-offset-green-950\/35:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.35);
}
.focus\:ring-offset-green-950\/40:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.4);
}
.focus\:ring-offset-green-950\/45:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.45);
}
.focus\:ring-offset-green-950\/5:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.05);
}
.focus\:ring-offset-green-950\/50:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.5);
}
.focus\:ring-offset-green-950\/55:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.55);
}
.focus\:ring-offset-green-950\/60:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.6);
}
.focus\:ring-offset-green-950\/65:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.65);
}
.focus\:ring-offset-green-950\/70:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.7);
}
.focus\:ring-offset-green-950\/75:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.75);
}
.focus\:ring-offset-green-950\/80:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.8);
}
.focus\:ring-offset-green-950\/85:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.85);
}
.focus\:ring-offset-green-950\/90:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.9);
}
.focus\:ring-offset-green-950\/95:focus {
  --tw-ring-offset-color: rgb(5 46 22 / 0.95);
}
.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}
.focus\:ring-offset-indigo-100\/0:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0);
}
.focus\:ring-offset-indigo-100\/10:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.1);
}
.focus\:ring-offset-indigo-100\/100:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 1);
}
.focus\:ring-offset-indigo-100\/15:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.15);
}
.focus\:ring-offset-indigo-100\/20:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.2);
}
.focus\:ring-offset-indigo-100\/25:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.25);
}
.focus\:ring-offset-indigo-100\/30:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.3);
}
.focus\:ring-offset-indigo-100\/35:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.35);
}
.focus\:ring-offset-indigo-100\/40:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.4);
}
.focus\:ring-offset-indigo-100\/45:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.45);
}
.focus\:ring-offset-indigo-100\/5:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.05);
}
.focus\:ring-offset-indigo-100\/50:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.5);
}
.focus\:ring-offset-indigo-100\/55:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.55);
}
.focus\:ring-offset-indigo-100\/60:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.6);
}
.focus\:ring-offset-indigo-100\/65:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.65);
}
.focus\:ring-offset-indigo-100\/70:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.7);
}
.focus\:ring-offset-indigo-100\/75:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.75);
}
.focus\:ring-offset-indigo-100\/80:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.8);
}
.focus\:ring-offset-indigo-100\/85:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.85);
}
.focus\:ring-offset-indigo-100\/90:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.9);
}
.focus\:ring-offset-indigo-100\/95:focus {
  --tw-ring-offset-color: rgb(224 231 255 / 0.95);
}
.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}
.focus\:ring-offset-indigo-200\/0:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0);
}
.focus\:ring-offset-indigo-200\/10:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.1);
}
.focus\:ring-offset-indigo-200\/100:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 1);
}
.focus\:ring-offset-indigo-200\/15:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.15);
}
.focus\:ring-offset-indigo-200\/20:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.2);
}
.focus\:ring-offset-indigo-200\/25:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.25);
}
.focus\:ring-offset-indigo-200\/30:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.3);
}
.focus\:ring-offset-indigo-200\/35:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.35);
}
.focus\:ring-offset-indigo-200\/40:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.4);
}
.focus\:ring-offset-indigo-200\/45:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.45);
}
.focus\:ring-offset-indigo-200\/5:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.05);
}
.focus\:ring-offset-indigo-200\/50:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.5);
}
.focus\:ring-offset-indigo-200\/55:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.55);
}
.focus\:ring-offset-indigo-200\/60:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.6);
}
.focus\:ring-offset-indigo-200\/65:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.65);
}
.focus\:ring-offset-indigo-200\/70:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.7);
}
.focus\:ring-offset-indigo-200\/75:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.75);
}
.focus\:ring-offset-indigo-200\/80:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.8);
}
.focus\:ring-offset-indigo-200\/85:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.85);
}
.focus\:ring-offset-indigo-200\/90:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.9);
}
.focus\:ring-offset-indigo-200\/95:focus {
  --tw-ring-offset-color: rgb(199 210 254 / 0.95);
}
.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}
.focus\:ring-offset-indigo-300\/0:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0);
}
.focus\:ring-offset-indigo-300\/10:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.1);
}
.focus\:ring-offset-indigo-300\/100:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 1);
}
.focus\:ring-offset-indigo-300\/15:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.15);
}
.focus\:ring-offset-indigo-300\/20:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.2);
}
.focus\:ring-offset-indigo-300\/25:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.25);
}
.focus\:ring-offset-indigo-300\/30:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.3);
}
.focus\:ring-offset-indigo-300\/35:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.35);
}
.focus\:ring-offset-indigo-300\/40:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.4);
}
.focus\:ring-offset-indigo-300\/45:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.45);
}
.focus\:ring-offset-indigo-300\/5:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.05);
}
.focus\:ring-offset-indigo-300\/50:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.5);
}
.focus\:ring-offset-indigo-300\/55:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.55);
}
.focus\:ring-offset-indigo-300\/60:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.6);
}
.focus\:ring-offset-indigo-300\/65:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.65);
}
.focus\:ring-offset-indigo-300\/70:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.7);
}
.focus\:ring-offset-indigo-300\/75:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.75);
}
.focus\:ring-offset-indigo-300\/80:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.8);
}
.focus\:ring-offset-indigo-300\/85:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.85);
}
.focus\:ring-offset-indigo-300\/90:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.9);
}
.focus\:ring-offset-indigo-300\/95:focus {
  --tw-ring-offset-color: rgb(165 180 252 / 0.95);
}
.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}
.focus\:ring-offset-indigo-400\/0:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0);
}
.focus\:ring-offset-indigo-400\/10:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.1);
}
.focus\:ring-offset-indigo-400\/100:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 1);
}
.focus\:ring-offset-indigo-400\/15:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.15);
}
.focus\:ring-offset-indigo-400\/20:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.2);
}
.focus\:ring-offset-indigo-400\/25:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.25);
}
.focus\:ring-offset-indigo-400\/30:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.3);
}
.focus\:ring-offset-indigo-400\/35:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.35);
}
.focus\:ring-offset-indigo-400\/40:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.4);
}
.focus\:ring-offset-indigo-400\/45:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.45);
}
.focus\:ring-offset-indigo-400\/5:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.05);
}
.focus\:ring-offset-indigo-400\/50:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.5);
}
.focus\:ring-offset-indigo-400\/55:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.55);
}
.focus\:ring-offset-indigo-400\/60:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.6);
}
.focus\:ring-offset-indigo-400\/65:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.65);
}
.focus\:ring-offset-indigo-400\/70:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.7);
}
.focus\:ring-offset-indigo-400\/75:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.75);
}
.focus\:ring-offset-indigo-400\/80:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.8);
}
.focus\:ring-offset-indigo-400\/85:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.85);
}
.focus\:ring-offset-indigo-400\/90:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.9);
}
.focus\:ring-offset-indigo-400\/95:focus {
  --tw-ring-offset-color: rgb(129 140 248 / 0.95);
}
.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}
.focus\:ring-offset-indigo-50\/0:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0);
}
.focus\:ring-offset-indigo-50\/10:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.1);
}
.focus\:ring-offset-indigo-50\/100:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 1);
}
.focus\:ring-offset-indigo-50\/15:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.15);
}
.focus\:ring-offset-indigo-50\/20:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.2);
}
.focus\:ring-offset-indigo-50\/25:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.25);
}
.focus\:ring-offset-indigo-50\/30:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.3);
}
.focus\:ring-offset-indigo-50\/35:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.35);
}
.focus\:ring-offset-indigo-50\/40:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.4);
}
.focus\:ring-offset-indigo-50\/45:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.45);
}
.focus\:ring-offset-indigo-50\/5:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.05);
}
.focus\:ring-offset-indigo-50\/50:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.5);
}
.focus\:ring-offset-indigo-50\/55:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.55);
}
.focus\:ring-offset-indigo-50\/60:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.6);
}
.focus\:ring-offset-indigo-50\/65:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.65);
}
.focus\:ring-offset-indigo-50\/70:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.7);
}
.focus\:ring-offset-indigo-50\/75:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.75);
}
.focus\:ring-offset-indigo-50\/80:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.8);
}
.focus\:ring-offset-indigo-50\/85:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.85);
}
.focus\:ring-offset-indigo-50\/90:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.9);
}
.focus\:ring-offset-indigo-50\/95:focus {
  --tw-ring-offset-color: rgb(238 242 255 / 0.95);
}
.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}
.focus\:ring-offset-indigo-500\/0:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0);
}
.focus\:ring-offset-indigo-500\/10:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.1);
}
.focus\:ring-offset-indigo-500\/100:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 1);
}
.focus\:ring-offset-indigo-500\/15:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.15);
}
.focus\:ring-offset-indigo-500\/20:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.2);
}
.focus\:ring-offset-indigo-500\/25:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.25);
}
.focus\:ring-offset-indigo-500\/30:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.3);
}
.focus\:ring-offset-indigo-500\/35:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.35);
}
.focus\:ring-offset-indigo-500\/40:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.4);
}
.focus\:ring-offset-indigo-500\/45:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.45);
}
.focus\:ring-offset-indigo-500\/5:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.05);
}
.focus\:ring-offset-indigo-500\/50:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.5);
}
.focus\:ring-offset-indigo-500\/55:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.55);
}
.focus\:ring-offset-indigo-500\/60:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.6);
}
.focus\:ring-offset-indigo-500\/65:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.65);
}
.focus\:ring-offset-indigo-500\/70:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.7);
}
.focus\:ring-offset-indigo-500\/75:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.75);
}
.focus\:ring-offset-indigo-500\/80:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.8);
}
.focus\:ring-offset-indigo-500\/85:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.85);
}
.focus\:ring-offset-indigo-500\/90:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.9);
}
.focus\:ring-offset-indigo-500\/95:focus {
  --tw-ring-offset-color: rgb(99 102 241 / 0.95);
}
.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}
.focus\:ring-offset-indigo-600\/0:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0);
}
.focus\:ring-offset-indigo-600\/10:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.1);
}
.focus\:ring-offset-indigo-600\/100:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 1);
}
.focus\:ring-offset-indigo-600\/15:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.15);
}
.focus\:ring-offset-indigo-600\/20:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.2);
}
.focus\:ring-offset-indigo-600\/25:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.25);
}
.focus\:ring-offset-indigo-600\/30:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.3);
}
.focus\:ring-offset-indigo-600\/35:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.35);
}
.focus\:ring-offset-indigo-600\/40:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.4);
}
.focus\:ring-offset-indigo-600\/45:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.45);
}
.focus\:ring-offset-indigo-600\/5:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.05);
}
.focus\:ring-offset-indigo-600\/50:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.5);
}
.focus\:ring-offset-indigo-600\/55:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.55);
}
.focus\:ring-offset-indigo-600\/60:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.6);
}
.focus\:ring-offset-indigo-600\/65:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.65);
}
.focus\:ring-offset-indigo-600\/70:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.7);
}
.focus\:ring-offset-indigo-600\/75:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.75);
}
.focus\:ring-offset-indigo-600\/80:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.8);
}
.focus\:ring-offset-indigo-600\/85:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.85);
}
.focus\:ring-offset-indigo-600\/90:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.9);
}
.focus\:ring-offset-indigo-600\/95:focus {
  --tw-ring-offset-color: rgb(79 70 229 / 0.95);
}
.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}
.focus\:ring-offset-indigo-700\/0:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0);
}
.focus\:ring-offset-indigo-700\/10:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.1);
}
.focus\:ring-offset-indigo-700\/100:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 1);
}
.focus\:ring-offset-indigo-700\/15:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.15);
}
.focus\:ring-offset-indigo-700\/20:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.2);
}
.focus\:ring-offset-indigo-700\/25:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.25);
}
.focus\:ring-offset-indigo-700\/30:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.3);
}
.focus\:ring-offset-indigo-700\/35:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.35);
}
.focus\:ring-offset-indigo-700\/40:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.4);
}
.focus\:ring-offset-indigo-700\/45:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.45);
}
.focus\:ring-offset-indigo-700\/5:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.05);
}
.focus\:ring-offset-indigo-700\/50:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.5);
}
.focus\:ring-offset-indigo-700\/55:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.55);
}
.focus\:ring-offset-indigo-700\/60:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.6);
}
.focus\:ring-offset-indigo-700\/65:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.65);
}
.focus\:ring-offset-indigo-700\/70:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.7);
}
.focus\:ring-offset-indigo-700\/75:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.75);
}
.focus\:ring-offset-indigo-700\/80:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.8);
}
.focus\:ring-offset-indigo-700\/85:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.85);
}
.focus\:ring-offset-indigo-700\/90:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.9);
}
.focus\:ring-offset-indigo-700\/95:focus {
  --tw-ring-offset-color: rgb(67 56 202 / 0.95);
}
.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}
.focus\:ring-offset-indigo-800\/0:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0);
}
.focus\:ring-offset-indigo-800\/10:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.1);
}
.focus\:ring-offset-indigo-800\/100:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 1);
}
.focus\:ring-offset-indigo-800\/15:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.15);
}
.focus\:ring-offset-indigo-800\/20:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.2);
}
.focus\:ring-offset-indigo-800\/25:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.25);
}
.focus\:ring-offset-indigo-800\/30:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.3);
}
.focus\:ring-offset-indigo-800\/35:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.35);
}
.focus\:ring-offset-indigo-800\/40:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.4);
}
.focus\:ring-offset-indigo-800\/45:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.45);
}
.focus\:ring-offset-indigo-800\/5:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.05);
}
.focus\:ring-offset-indigo-800\/50:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.5);
}
.focus\:ring-offset-indigo-800\/55:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.55);
}
.focus\:ring-offset-indigo-800\/60:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.6);
}
.focus\:ring-offset-indigo-800\/65:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.65);
}
.focus\:ring-offset-indigo-800\/70:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.7);
}
.focus\:ring-offset-indigo-800\/75:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.75);
}
.focus\:ring-offset-indigo-800\/80:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.8);
}
.focus\:ring-offset-indigo-800\/85:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.85);
}
.focus\:ring-offset-indigo-800\/90:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.9);
}
.focus\:ring-offset-indigo-800\/95:focus {
  --tw-ring-offset-color: rgb(55 48 163 / 0.95);
}
.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}
.focus\:ring-offset-indigo-900\/0:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0);
}
.focus\:ring-offset-indigo-900\/10:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.1);
}
.focus\:ring-offset-indigo-900\/100:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 1);
}
.focus\:ring-offset-indigo-900\/15:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.15);
}
.focus\:ring-offset-indigo-900\/20:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.2);
}
.focus\:ring-offset-indigo-900\/25:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.25);
}
.focus\:ring-offset-indigo-900\/30:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.3);
}
.focus\:ring-offset-indigo-900\/35:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.35);
}
.focus\:ring-offset-indigo-900\/40:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.4);
}
.focus\:ring-offset-indigo-900\/45:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.45);
}
.focus\:ring-offset-indigo-900\/5:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.05);
}
.focus\:ring-offset-indigo-900\/50:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.5);
}
.focus\:ring-offset-indigo-900\/55:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.55);
}
.focus\:ring-offset-indigo-900\/60:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.6);
}
.focus\:ring-offset-indigo-900\/65:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.65);
}
.focus\:ring-offset-indigo-900\/70:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.7);
}
.focus\:ring-offset-indigo-900\/75:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.75);
}
.focus\:ring-offset-indigo-900\/80:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.8);
}
.focus\:ring-offset-indigo-900\/85:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.85);
}
.focus\:ring-offset-indigo-900\/90:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.9);
}
.focus\:ring-offset-indigo-900\/95:focus {
  --tw-ring-offset-color: rgb(49 46 129 / 0.95);
}
.focus\:ring-offset-indigo-950:focus {
  --tw-ring-offset-color: #1e1b4b;
}
.focus\:ring-offset-indigo-950\/0:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0);
}
.focus\:ring-offset-indigo-950\/10:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.1);
}
.focus\:ring-offset-indigo-950\/100:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 1);
}
.focus\:ring-offset-indigo-950\/15:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.15);
}
.focus\:ring-offset-indigo-950\/20:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.2);
}
.focus\:ring-offset-indigo-950\/25:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.25);
}
.focus\:ring-offset-indigo-950\/30:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.3);
}
.focus\:ring-offset-indigo-950\/35:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.35);
}
.focus\:ring-offset-indigo-950\/40:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.4);
}
.focus\:ring-offset-indigo-950\/45:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.45);
}
.focus\:ring-offset-indigo-950\/5:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.05);
}
.focus\:ring-offset-indigo-950\/50:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.5);
}
.focus\:ring-offset-indigo-950\/55:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.55);
}
.focus\:ring-offset-indigo-950\/60:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.6);
}
.focus\:ring-offset-indigo-950\/65:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.65);
}
.focus\:ring-offset-indigo-950\/70:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.7);
}
.focus\:ring-offset-indigo-950\/75:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.75);
}
.focus\:ring-offset-indigo-950\/80:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.8);
}
.focus\:ring-offset-indigo-950\/85:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.85);
}
.focus\:ring-offset-indigo-950\/90:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.9);
}
.focus\:ring-offset-indigo-950\/95:focus {
  --tw-ring-offset-color: rgb(30 27 75 / 0.95);
}
.focus\:ring-offset-inherit:focus {
  --tw-ring-offset-color: inherit;
}
.focus\:ring-offset-lime-100:focus {
  --tw-ring-offset-color: #ecfccb;
}
.focus\:ring-offset-lime-100\/0:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0);
}
.focus\:ring-offset-lime-100\/10:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.1);
}
.focus\:ring-offset-lime-100\/100:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 1);
}
.focus\:ring-offset-lime-100\/15:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.15);
}
.focus\:ring-offset-lime-100\/20:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.2);
}
.focus\:ring-offset-lime-100\/25:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.25);
}
.focus\:ring-offset-lime-100\/30:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.3);
}
.focus\:ring-offset-lime-100\/35:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.35);
}
.focus\:ring-offset-lime-100\/40:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.4);
}
.focus\:ring-offset-lime-100\/45:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.45);
}
.focus\:ring-offset-lime-100\/5:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.05);
}
.focus\:ring-offset-lime-100\/50:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.5);
}
.focus\:ring-offset-lime-100\/55:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.55);
}
.focus\:ring-offset-lime-100\/60:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.6);
}
.focus\:ring-offset-lime-100\/65:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.65);
}
.focus\:ring-offset-lime-100\/70:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.7);
}
.focus\:ring-offset-lime-100\/75:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.75);
}
.focus\:ring-offset-lime-100\/80:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.8);
}
.focus\:ring-offset-lime-100\/85:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.85);
}
.focus\:ring-offset-lime-100\/90:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.9);
}
.focus\:ring-offset-lime-100\/95:focus {
  --tw-ring-offset-color: rgb(236 252 203 / 0.95);
}
.focus\:ring-offset-lime-200:focus {
  --tw-ring-offset-color: #d9f99d;
}
.focus\:ring-offset-lime-200\/0:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0);
}
.focus\:ring-offset-lime-200\/10:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.1);
}
.focus\:ring-offset-lime-200\/100:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 1);
}
.focus\:ring-offset-lime-200\/15:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.15);
}
.focus\:ring-offset-lime-200\/20:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.2);
}
.focus\:ring-offset-lime-200\/25:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.25);
}
.focus\:ring-offset-lime-200\/30:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.3);
}
.focus\:ring-offset-lime-200\/35:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.35);
}
.focus\:ring-offset-lime-200\/40:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.4);
}
.focus\:ring-offset-lime-200\/45:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.45);
}
.focus\:ring-offset-lime-200\/5:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.05);
}
.focus\:ring-offset-lime-200\/50:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.5);
}
.focus\:ring-offset-lime-200\/55:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.55);
}
.focus\:ring-offset-lime-200\/60:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.6);
}
.focus\:ring-offset-lime-200\/65:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.65);
}
.focus\:ring-offset-lime-200\/70:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.7);
}
.focus\:ring-offset-lime-200\/75:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.75);
}
.focus\:ring-offset-lime-200\/80:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.8);
}
.focus\:ring-offset-lime-200\/85:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.85);
}
.focus\:ring-offset-lime-200\/90:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.9);
}
.focus\:ring-offset-lime-200\/95:focus {
  --tw-ring-offset-color: rgb(217 249 157 / 0.95);
}
.focus\:ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264;
}
.focus\:ring-offset-lime-300\/0:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0);
}
.focus\:ring-offset-lime-300\/10:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.1);
}
.focus\:ring-offset-lime-300\/100:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 1);
}
.focus\:ring-offset-lime-300\/15:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.15);
}
.focus\:ring-offset-lime-300\/20:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.2);
}
.focus\:ring-offset-lime-300\/25:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.25);
}
.focus\:ring-offset-lime-300\/30:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.3);
}
.focus\:ring-offset-lime-300\/35:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.35);
}
.focus\:ring-offset-lime-300\/40:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.4);
}
.focus\:ring-offset-lime-300\/45:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.45);
}
.focus\:ring-offset-lime-300\/5:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.05);
}
.focus\:ring-offset-lime-300\/50:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.5);
}
.focus\:ring-offset-lime-300\/55:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.55);
}
.focus\:ring-offset-lime-300\/60:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.6);
}
.focus\:ring-offset-lime-300\/65:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.65);
}
.focus\:ring-offset-lime-300\/70:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.7);
}
.focus\:ring-offset-lime-300\/75:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.75);
}
.focus\:ring-offset-lime-300\/80:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.8);
}
.focus\:ring-offset-lime-300\/85:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.85);
}
.focus\:ring-offset-lime-300\/90:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.9);
}
.focus\:ring-offset-lime-300\/95:focus {
  --tw-ring-offset-color: rgb(190 242 100 / 0.95);
}
.focus\:ring-offset-lime-400:focus {
  --tw-ring-offset-color: #a3e635;
}
.focus\:ring-offset-lime-400\/0:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0);
}
.focus\:ring-offset-lime-400\/10:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.1);
}
.focus\:ring-offset-lime-400\/100:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 1);
}
.focus\:ring-offset-lime-400\/15:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.15);
}
.focus\:ring-offset-lime-400\/20:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.2);
}
.focus\:ring-offset-lime-400\/25:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.25);
}
.focus\:ring-offset-lime-400\/30:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.3);
}
.focus\:ring-offset-lime-400\/35:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.35);
}
.focus\:ring-offset-lime-400\/40:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.4);
}
.focus\:ring-offset-lime-400\/45:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.45);
}
.focus\:ring-offset-lime-400\/5:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.05);
}
.focus\:ring-offset-lime-400\/50:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.5);
}
.focus\:ring-offset-lime-400\/55:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.55);
}
.focus\:ring-offset-lime-400\/60:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.6);
}
.focus\:ring-offset-lime-400\/65:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.65);
}
.focus\:ring-offset-lime-400\/70:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.7);
}
.focus\:ring-offset-lime-400\/75:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.75);
}
.focus\:ring-offset-lime-400\/80:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.8);
}
.focus\:ring-offset-lime-400\/85:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.85);
}
.focus\:ring-offset-lime-400\/90:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.9);
}
.focus\:ring-offset-lime-400\/95:focus {
  --tw-ring-offset-color: rgb(163 230 53 / 0.95);
}
.focus\:ring-offset-lime-50:focus {
  --tw-ring-offset-color: #f7fee7;
}
.focus\:ring-offset-lime-50\/0:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0);
}
.focus\:ring-offset-lime-50\/10:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.1);
}
.focus\:ring-offset-lime-50\/100:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 1);
}
.focus\:ring-offset-lime-50\/15:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.15);
}
.focus\:ring-offset-lime-50\/20:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.2);
}
.focus\:ring-offset-lime-50\/25:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.25);
}
.focus\:ring-offset-lime-50\/30:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.3);
}
.focus\:ring-offset-lime-50\/35:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.35);
}
.focus\:ring-offset-lime-50\/40:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.4);
}
.focus\:ring-offset-lime-50\/45:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.45);
}
.focus\:ring-offset-lime-50\/5:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.05);
}
.focus\:ring-offset-lime-50\/50:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.5);
}
.focus\:ring-offset-lime-50\/55:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.55);
}
.focus\:ring-offset-lime-50\/60:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.6);
}
.focus\:ring-offset-lime-50\/65:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.65);
}
.focus\:ring-offset-lime-50\/70:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.7);
}
.focus\:ring-offset-lime-50\/75:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.75);
}
.focus\:ring-offset-lime-50\/80:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.8);
}
.focus\:ring-offset-lime-50\/85:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.85);
}
.focus\:ring-offset-lime-50\/90:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.9);
}
.focus\:ring-offset-lime-50\/95:focus {
  --tw-ring-offset-color: rgb(247 254 231 / 0.95);
}
.focus\:ring-offset-lime-500:focus {
  --tw-ring-offset-color: #84cc16;
}
.focus\:ring-offset-lime-500\/0:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0);
}
.focus\:ring-offset-lime-500\/10:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.1);
}
.focus\:ring-offset-lime-500\/100:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 1);
}
.focus\:ring-offset-lime-500\/15:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.15);
}
.focus\:ring-offset-lime-500\/20:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.2);
}
.focus\:ring-offset-lime-500\/25:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.25);
}
.focus\:ring-offset-lime-500\/30:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.3);
}
.focus\:ring-offset-lime-500\/35:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.35);
}
.focus\:ring-offset-lime-500\/40:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.4);
}
.focus\:ring-offset-lime-500\/45:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.45);
}
.focus\:ring-offset-lime-500\/5:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.05);
}
.focus\:ring-offset-lime-500\/50:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.5);
}
.focus\:ring-offset-lime-500\/55:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.55);
}
.focus\:ring-offset-lime-500\/60:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.6);
}
.focus\:ring-offset-lime-500\/65:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.65);
}
.focus\:ring-offset-lime-500\/70:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.7);
}
.focus\:ring-offset-lime-500\/75:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.75);
}
.focus\:ring-offset-lime-500\/80:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.8);
}
.focus\:ring-offset-lime-500\/85:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.85);
}
.focus\:ring-offset-lime-500\/90:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.9);
}
.focus\:ring-offset-lime-500\/95:focus {
  --tw-ring-offset-color: rgb(132 204 22 / 0.95);
}
.focus\:ring-offset-lime-600:focus {
  --tw-ring-offset-color: #65a30d;
}
.focus\:ring-offset-lime-600\/0:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}
.focus\:ring-offset-lime-600\/10:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}
.focus\:ring-offset-lime-600\/100:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}
.focus\:ring-offset-lime-600\/15:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.15);
}
.focus\:ring-offset-lime-600\/20:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}
.focus\:ring-offset-lime-600\/25:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}
.focus\:ring-offset-lime-600\/30:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}
.focus\:ring-offset-lime-600\/35:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.35);
}
.focus\:ring-offset-lime-600\/40:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}
.focus\:ring-offset-lime-600\/45:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.45);
}
.focus\:ring-offset-lime-600\/5:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}
.focus\:ring-offset-lime-600\/50:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}
.focus\:ring-offset-lime-600\/55:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.55);
}
.focus\:ring-offset-lime-600\/60:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}
.focus\:ring-offset-lime-600\/65:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.65);
}
.focus\:ring-offset-lime-600\/70:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}
.focus\:ring-offset-lime-600\/75:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}
.focus\:ring-offset-lime-600\/80:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}
.focus\:ring-offset-lime-600\/85:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.85);
}
.focus\:ring-offset-lime-600\/90:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}
.focus\:ring-offset-lime-600\/95:focus {
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}
.focus\:ring-offset-lime-700:focus {
  --tw-ring-offset-color: #4d7c0f;
}
.focus\:ring-offset-lime-700\/0:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0);
}
.focus\:ring-offset-lime-700\/10:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.1);
}
.focus\:ring-offset-lime-700\/100:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 1);
}
.focus\:ring-offset-lime-700\/15:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.15);
}
.focus\:ring-offset-lime-700\/20:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.2);
}
.focus\:ring-offset-lime-700\/25:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.25);
}
.focus\:ring-offset-lime-700\/30:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.3);
}
.focus\:ring-offset-lime-700\/35:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.35);
}
.focus\:ring-offset-lime-700\/40:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.4);
}
.focus\:ring-offset-lime-700\/45:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.45);
}
.focus\:ring-offset-lime-700\/5:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.05);
}
.focus\:ring-offset-lime-700\/50:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.5);
}
.focus\:ring-offset-lime-700\/55:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.55);
}
.focus\:ring-offset-lime-700\/60:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.6);
}
.focus\:ring-offset-lime-700\/65:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.65);
}
.focus\:ring-offset-lime-700\/70:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.7);
}
.focus\:ring-offset-lime-700\/75:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.75);
}
.focus\:ring-offset-lime-700\/80:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.8);
}
.focus\:ring-offset-lime-700\/85:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.85);
}
.focus\:ring-offset-lime-700\/90:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.9);
}
.focus\:ring-offset-lime-700\/95:focus {
  --tw-ring-offset-color: rgb(77 124 15 / 0.95);
}
.focus\:ring-offset-lime-800:focus {
  --tw-ring-offset-color: #3f6212;
}
.focus\:ring-offset-lime-800\/0:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0);
}
.focus\:ring-offset-lime-800\/10:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.1);
}
.focus\:ring-offset-lime-800\/100:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 1);
}
.focus\:ring-offset-lime-800\/15:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.15);
}
.focus\:ring-offset-lime-800\/20:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.2);
}
.focus\:ring-offset-lime-800\/25:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.25);
}
.focus\:ring-offset-lime-800\/30:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.3);
}
.focus\:ring-offset-lime-800\/35:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.35);
}
.focus\:ring-offset-lime-800\/40:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.4);
}
.focus\:ring-offset-lime-800\/45:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.45);
}
.focus\:ring-offset-lime-800\/5:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.05);
}
.focus\:ring-offset-lime-800\/50:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.5);
}
.focus\:ring-offset-lime-800\/55:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.55);
}
.focus\:ring-offset-lime-800\/60:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.6);
}
.focus\:ring-offset-lime-800\/65:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.65);
}
.focus\:ring-offset-lime-800\/70:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.7);
}
.focus\:ring-offset-lime-800\/75:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.75);
}
.focus\:ring-offset-lime-800\/80:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.8);
}
.focus\:ring-offset-lime-800\/85:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.85);
}
.focus\:ring-offset-lime-800\/90:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.9);
}
.focus\:ring-offset-lime-800\/95:focus {
  --tw-ring-offset-color: rgb(63 98 18 / 0.95);
}
.focus\:ring-offset-lime-900:focus {
  --tw-ring-offset-color: #365314;
}
.focus\:ring-offset-lime-900\/0:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0);
}
.focus\:ring-offset-lime-900\/10:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.1);
}
.focus\:ring-offset-lime-900\/100:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 1);
}
.focus\:ring-offset-lime-900\/15:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.15);
}
.focus\:ring-offset-lime-900\/20:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.2);
}
.focus\:ring-offset-lime-900\/25:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.25);
}
.focus\:ring-offset-lime-900\/30:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.3);
}
.focus\:ring-offset-lime-900\/35:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.35);
}
.focus\:ring-offset-lime-900\/40:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.4);
}
.focus\:ring-offset-lime-900\/45:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.45);
}
.focus\:ring-offset-lime-900\/5:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.05);
}
.focus\:ring-offset-lime-900\/50:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.5);
}
.focus\:ring-offset-lime-900\/55:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.55);
}
.focus\:ring-offset-lime-900\/60:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.6);
}
.focus\:ring-offset-lime-900\/65:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.65);
}
.focus\:ring-offset-lime-900\/70:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.7);
}
.focus\:ring-offset-lime-900\/75:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.75);
}
.focus\:ring-offset-lime-900\/80:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.8);
}
.focus\:ring-offset-lime-900\/85:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.85);
}
.focus\:ring-offset-lime-900\/90:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.9);
}
.focus\:ring-offset-lime-900\/95:focus {
  --tw-ring-offset-color: rgb(54 83 20 / 0.95);
}
.focus\:ring-offset-lime-950:focus {
  --tw-ring-offset-color: #1a2e05;
}
.focus\:ring-offset-lime-950\/0:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0);
}
.focus\:ring-offset-lime-950\/10:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.1);
}
.focus\:ring-offset-lime-950\/100:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 1);
}
.focus\:ring-offset-lime-950\/15:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.15);
}
.focus\:ring-offset-lime-950\/20:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.2);
}
.focus\:ring-offset-lime-950\/25:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.25);
}
.focus\:ring-offset-lime-950\/30:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.3);
}
.focus\:ring-offset-lime-950\/35:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.35);
}
.focus\:ring-offset-lime-950\/40:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.4);
}
.focus\:ring-offset-lime-950\/45:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.45);
}
.focus\:ring-offset-lime-950\/5:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.05);
}
.focus\:ring-offset-lime-950\/50:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.5);
}
.focus\:ring-offset-lime-950\/55:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.55);
}
.focus\:ring-offset-lime-950\/60:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.6);
}
.focus\:ring-offset-lime-950\/65:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.65);
}
.focus\:ring-offset-lime-950\/70:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.7);
}
.focus\:ring-offset-lime-950\/75:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.75);
}
.focus\:ring-offset-lime-950\/80:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.8);
}
.focus\:ring-offset-lime-950\/85:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.85);
}
.focus\:ring-offset-lime-950\/90:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.9);
}
.focus\:ring-offset-lime-950\/95:focus {
  --tw-ring-offset-color: rgb(26 46 5 / 0.95);
}
.focus\:ring-offset-neutral-100:focus {
  --tw-ring-offset-color: #f5f5f5;
}
.focus\:ring-offset-neutral-100\/0:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}
.focus\:ring-offset-neutral-100\/10:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}
.focus\:ring-offset-neutral-100\/100:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}
.focus\:ring-offset-neutral-100\/15:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.15);
}
.focus\:ring-offset-neutral-100\/20:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}
.focus\:ring-offset-neutral-100\/25:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}
.focus\:ring-offset-neutral-100\/30:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}
.focus\:ring-offset-neutral-100\/35:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.35);
}
.focus\:ring-offset-neutral-100\/40:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}
.focus\:ring-offset-neutral-100\/45:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.45);
}
.focus\:ring-offset-neutral-100\/5:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}
.focus\:ring-offset-neutral-100\/50:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}
.focus\:ring-offset-neutral-100\/55:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.55);
}
.focus\:ring-offset-neutral-100\/60:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}
.focus\:ring-offset-neutral-100\/65:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.65);
}
.focus\:ring-offset-neutral-100\/70:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}
.focus\:ring-offset-neutral-100\/75:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}
.focus\:ring-offset-neutral-100\/80:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}
.focus\:ring-offset-neutral-100\/85:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.85);
}
.focus\:ring-offset-neutral-100\/90:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}
.focus\:ring-offset-neutral-100\/95:focus {
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}
.focus\:ring-offset-neutral-200:focus {
  --tw-ring-offset-color: #e5e5e5;
}
.focus\:ring-offset-neutral-200\/0:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0);
}
.focus\:ring-offset-neutral-200\/10:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.1);
}
.focus\:ring-offset-neutral-200\/100:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 1);
}
.focus\:ring-offset-neutral-200\/15:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.15);
}
.focus\:ring-offset-neutral-200\/20:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.2);
}
.focus\:ring-offset-neutral-200\/25:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.25);
}
.focus\:ring-offset-neutral-200\/30:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.3);
}
.focus\:ring-offset-neutral-200\/35:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.35);
}
.focus\:ring-offset-neutral-200\/40:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.4);
}
.focus\:ring-offset-neutral-200\/45:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.45);
}
.focus\:ring-offset-neutral-200\/5:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.05);
}
.focus\:ring-offset-neutral-200\/50:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.5);
}
.focus\:ring-offset-neutral-200\/55:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.55);
}
.focus\:ring-offset-neutral-200\/60:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.6);
}
.focus\:ring-offset-neutral-200\/65:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.65);
}
.focus\:ring-offset-neutral-200\/70:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.7);
}
.focus\:ring-offset-neutral-200\/75:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.75);
}
.focus\:ring-offset-neutral-200\/80:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.8);
}
.focus\:ring-offset-neutral-200\/85:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.85);
}
.focus\:ring-offset-neutral-200\/90:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.9);
}
.focus\:ring-offset-neutral-200\/95:focus {
  --tw-ring-offset-color: rgb(229 229 229 / 0.95);
}
.focus\:ring-offset-neutral-300:focus {
  --tw-ring-offset-color: #d4d4d4;
}
.focus\:ring-offset-neutral-300\/0:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0);
}
.focus\:ring-offset-neutral-300\/10:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.1);
}
.focus\:ring-offset-neutral-300\/100:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 1);
}
.focus\:ring-offset-neutral-300\/15:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.15);
}
.focus\:ring-offset-neutral-300\/20:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.2);
}
.focus\:ring-offset-neutral-300\/25:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.25);
}
.focus\:ring-offset-neutral-300\/30:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.3);
}
.focus\:ring-offset-neutral-300\/35:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.35);
}
.focus\:ring-offset-neutral-300\/40:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.4);
}
.focus\:ring-offset-neutral-300\/45:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.45);
}
.focus\:ring-offset-neutral-300\/5:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.05);
}
.focus\:ring-offset-neutral-300\/50:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.5);
}
.focus\:ring-offset-neutral-300\/55:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.55);
}
.focus\:ring-offset-neutral-300\/60:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.6);
}
.focus\:ring-offset-neutral-300\/65:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.65);
}
.focus\:ring-offset-neutral-300\/70:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.7);
}
.focus\:ring-offset-neutral-300\/75:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.75);
}
.focus\:ring-offset-neutral-300\/80:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.8);
}
.focus\:ring-offset-neutral-300\/85:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.85);
}
.focus\:ring-offset-neutral-300\/90:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.9);
}
.focus\:ring-offset-neutral-300\/95:focus {
  --tw-ring-offset-color: rgb(212 212 212 / 0.95);
}
.focus\:ring-offset-neutral-400:focus {
  --tw-ring-offset-color: #a3a3a3;
}
.focus\:ring-offset-neutral-400\/0:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0);
}
.focus\:ring-offset-neutral-400\/10:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.1);
}
.focus\:ring-offset-neutral-400\/100:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 1);
}
.focus\:ring-offset-neutral-400\/15:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.15);
}
.focus\:ring-offset-neutral-400\/20:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.2);
}
.focus\:ring-offset-neutral-400\/25:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.25);
}
.focus\:ring-offset-neutral-400\/30:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.3);
}
.focus\:ring-offset-neutral-400\/35:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.35);
}
.focus\:ring-offset-neutral-400\/40:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.4);
}
.focus\:ring-offset-neutral-400\/45:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.45);
}
.focus\:ring-offset-neutral-400\/5:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.05);
}
.focus\:ring-offset-neutral-400\/50:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.5);
}
.focus\:ring-offset-neutral-400\/55:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.55);
}
.focus\:ring-offset-neutral-400\/60:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.6);
}
.focus\:ring-offset-neutral-400\/65:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.65);
}
.focus\:ring-offset-neutral-400\/70:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.7);
}
.focus\:ring-offset-neutral-400\/75:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.75);
}
.focus\:ring-offset-neutral-400\/80:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.8);
}
.focus\:ring-offset-neutral-400\/85:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.85);
}
.focus\:ring-offset-neutral-400\/90:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.9);
}
.focus\:ring-offset-neutral-400\/95:focus {
  --tw-ring-offset-color: rgb(163 163 163 / 0.95);
}
.focus\:ring-offset-neutral-50:focus {
  --tw-ring-offset-color: #fafafa;
}
.focus\:ring-offset-neutral-50\/0:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.focus\:ring-offset-neutral-50\/10:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.focus\:ring-offset-neutral-50\/100:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.focus\:ring-offset-neutral-50\/15:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.focus\:ring-offset-neutral-50\/20:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.focus\:ring-offset-neutral-50\/25:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.focus\:ring-offset-neutral-50\/30:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.focus\:ring-offset-neutral-50\/35:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.focus\:ring-offset-neutral-50\/40:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.focus\:ring-offset-neutral-50\/45:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.focus\:ring-offset-neutral-50\/5:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.focus\:ring-offset-neutral-50\/50:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.focus\:ring-offset-neutral-50\/55:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.focus\:ring-offset-neutral-50\/60:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.focus\:ring-offset-neutral-50\/65:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.focus\:ring-offset-neutral-50\/70:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.focus\:ring-offset-neutral-50\/75:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.focus\:ring-offset-neutral-50\/80:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.focus\:ring-offset-neutral-50\/85:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.focus\:ring-offset-neutral-50\/90:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.focus\:ring-offset-neutral-50\/95:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.focus\:ring-offset-neutral-500:focus {
  --tw-ring-offset-color: #737373;
}
.focus\:ring-offset-neutral-500\/0:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0);
}
.focus\:ring-offset-neutral-500\/10:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.1);
}
.focus\:ring-offset-neutral-500\/100:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 1);
}
.focus\:ring-offset-neutral-500\/15:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.15);
}
.focus\:ring-offset-neutral-500\/20:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.2);
}
.focus\:ring-offset-neutral-500\/25:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.25);
}
.focus\:ring-offset-neutral-500\/30:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.3);
}
.focus\:ring-offset-neutral-500\/35:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.35);
}
.focus\:ring-offset-neutral-500\/40:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.4);
}
.focus\:ring-offset-neutral-500\/45:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.45);
}
.focus\:ring-offset-neutral-500\/5:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.05);
}
.focus\:ring-offset-neutral-500\/50:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.5);
}
.focus\:ring-offset-neutral-500\/55:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.55);
}
.focus\:ring-offset-neutral-500\/60:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.6);
}
.focus\:ring-offset-neutral-500\/65:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.65);
}
.focus\:ring-offset-neutral-500\/70:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.7);
}
.focus\:ring-offset-neutral-500\/75:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.75);
}
.focus\:ring-offset-neutral-500\/80:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.8);
}
.focus\:ring-offset-neutral-500\/85:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.85);
}
.focus\:ring-offset-neutral-500\/90:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.9);
}
.focus\:ring-offset-neutral-500\/95:focus {
  --tw-ring-offset-color: rgb(115 115 115 / 0.95);
}
.focus\:ring-offset-neutral-600:focus {
  --tw-ring-offset-color: #525252;
}
.focus\:ring-offset-neutral-600\/0:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0);
}
.focus\:ring-offset-neutral-600\/10:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.1);
}
.focus\:ring-offset-neutral-600\/100:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 1);
}
.focus\:ring-offset-neutral-600\/15:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.15);
}
.focus\:ring-offset-neutral-600\/20:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.2);
}
.focus\:ring-offset-neutral-600\/25:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.25);
}
.focus\:ring-offset-neutral-600\/30:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.3);
}
.focus\:ring-offset-neutral-600\/35:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.35);
}
.focus\:ring-offset-neutral-600\/40:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.4);
}
.focus\:ring-offset-neutral-600\/45:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.45);
}
.focus\:ring-offset-neutral-600\/5:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.05);
}
.focus\:ring-offset-neutral-600\/50:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.5);
}
.focus\:ring-offset-neutral-600\/55:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.55);
}
.focus\:ring-offset-neutral-600\/60:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.6);
}
.focus\:ring-offset-neutral-600\/65:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.65);
}
.focus\:ring-offset-neutral-600\/70:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.7);
}
.focus\:ring-offset-neutral-600\/75:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.75);
}
.focus\:ring-offset-neutral-600\/80:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.8);
}
.focus\:ring-offset-neutral-600\/85:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.85);
}
.focus\:ring-offset-neutral-600\/90:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.9);
}
.focus\:ring-offset-neutral-600\/95:focus {
  --tw-ring-offset-color: rgb(82 82 82 / 0.95);
}
.focus\:ring-offset-neutral-700:focus {
  --tw-ring-offset-color: #404040;
}
.focus\:ring-offset-neutral-700\/0:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.focus\:ring-offset-neutral-700\/10:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.focus\:ring-offset-neutral-700\/100:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.focus\:ring-offset-neutral-700\/15:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.15);
}
.focus\:ring-offset-neutral-700\/20:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.focus\:ring-offset-neutral-700\/25:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.focus\:ring-offset-neutral-700\/30:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.focus\:ring-offset-neutral-700\/35:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.35);
}
.focus\:ring-offset-neutral-700\/40:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.focus\:ring-offset-neutral-700\/45:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.45);
}
.focus\:ring-offset-neutral-700\/5:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.focus\:ring-offset-neutral-700\/50:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.focus\:ring-offset-neutral-700\/55:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.55);
}
.focus\:ring-offset-neutral-700\/60:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.focus\:ring-offset-neutral-700\/65:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.65);
}
.focus\:ring-offset-neutral-700\/70:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.focus\:ring-offset-neutral-700\/75:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.focus\:ring-offset-neutral-700\/80:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.focus\:ring-offset-neutral-700\/85:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.85);
}
.focus\:ring-offset-neutral-700\/90:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.focus\:ring-offset-neutral-700\/95:focus {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.focus\:ring-offset-neutral-800:focus {
  --tw-ring-offset-color: #262626;
}
.focus\:ring-offset-neutral-800\/0:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0);
}
.focus\:ring-offset-neutral-800\/10:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.1);
}
.focus\:ring-offset-neutral-800\/100:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 1);
}
.focus\:ring-offset-neutral-800\/15:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.15);
}
.focus\:ring-offset-neutral-800\/20:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.2);
}
.focus\:ring-offset-neutral-800\/25:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.25);
}
.focus\:ring-offset-neutral-800\/30:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.3);
}
.focus\:ring-offset-neutral-800\/35:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.35);
}
.focus\:ring-offset-neutral-800\/40:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.4);
}
.focus\:ring-offset-neutral-800\/45:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.45);
}
.focus\:ring-offset-neutral-800\/5:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.05);
}
.focus\:ring-offset-neutral-800\/50:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.5);
}
.focus\:ring-offset-neutral-800\/55:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.55);
}
.focus\:ring-offset-neutral-800\/60:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.6);
}
.focus\:ring-offset-neutral-800\/65:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.65);
}
.focus\:ring-offset-neutral-800\/70:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.7);
}
.focus\:ring-offset-neutral-800\/75:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.75);
}
.focus\:ring-offset-neutral-800\/80:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.8);
}
.focus\:ring-offset-neutral-800\/85:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.85);
}
.focus\:ring-offset-neutral-800\/90:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.9);
}
.focus\:ring-offset-neutral-800\/95:focus {
  --tw-ring-offset-color: rgb(38 38 38 / 0.95);
}
.focus\:ring-offset-neutral-900:focus {
  --tw-ring-offset-color: #171717;
}
.focus\:ring-offset-neutral-900\/0:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}
.focus\:ring-offset-neutral-900\/10:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}
.focus\:ring-offset-neutral-900\/100:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}
.focus\:ring-offset-neutral-900\/15:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.15);
}
.focus\:ring-offset-neutral-900\/20:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}
.focus\:ring-offset-neutral-900\/25:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}
.focus\:ring-offset-neutral-900\/30:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}
.focus\:ring-offset-neutral-900\/35:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.35);
}
.focus\:ring-offset-neutral-900\/40:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}
.focus\:ring-offset-neutral-900\/45:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.45);
}
.focus\:ring-offset-neutral-900\/5:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}
.focus\:ring-offset-neutral-900\/50:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}
.focus\:ring-offset-neutral-900\/55:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.55);
}
.focus\:ring-offset-neutral-900\/60:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}
.focus\:ring-offset-neutral-900\/65:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.65);
}
.focus\:ring-offset-neutral-900\/70:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}
.focus\:ring-offset-neutral-900\/75:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}
.focus\:ring-offset-neutral-900\/80:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}
.focus\:ring-offset-neutral-900\/85:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.85);
}
.focus\:ring-offset-neutral-900\/90:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}
.focus\:ring-offset-neutral-900\/95:focus {
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}
.focus\:ring-offset-neutral-950:focus {
  --tw-ring-offset-color: #0a0a0a;
}
.focus\:ring-offset-neutral-950\/0:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0);
}
.focus\:ring-offset-neutral-950\/10:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.1);
}
.focus\:ring-offset-neutral-950\/100:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 1);
}
.focus\:ring-offset-neutral-950\/15:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.15);
}
.focus\:ring-offset-neutral-950\/20:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.2);
}
.focus\:ring-offset-neutral-950\/25:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.25);
}
.focus\:ring-offset-neutral-950\/30:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.3);
}
.focus\:ring-offset-neutral-950\/35:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.35);
}
.focus\:ring-offset-neutral-950\/40:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.4);
}
.focus\:ring-offset-neutral-950\/45:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.45);
}
.focus\:ring-offset-neutral-950\/5:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.05);
}
.focus\:ring-offset-neutral-950\/50:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.5);
}
.focus\:ring-offset-neutral-950\/55:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.55);
}
.focus\:ring-offset-neutral-950\/60:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.6);
}
.focus\:ring-offset-neutral-950\/65:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.65);
}
.focus\:ring-offset-neutral-950\/70:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.7);
}
.focus\:ring-offset-neutral-950\/75:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.75);
}
.focus\:ring-offset-neutral-950\/80:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.8);
}
.focus\:ring-offset-neutral-950\/85:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.85);
}
.focus\:ring-offset-neutral-950\/90:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.9);
}
.focus\:ring-offset-neutral-950\/95:focus {
  --tw-ring-offset-color: rgb(10 10 10 / 0.95);
}
.focus\:ring-offset-orange-100:focus {
  --tw-ring-offset-color: #ffedd5;
}
.focus\:ring-offset-orange-100\/0:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0);
}
.focus\:ring-offset-orange-100\/10:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.1);
}
.focus\:ring-offset-orange-100\/100:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 1);
}
.focus\:ring-offset-orange-100\/15:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.15);
}
.focus\:ring-offset-orange-100\/20:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.2);
}
.focus\:ring-offset-orange-100\/25:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.25);
}
.focus\:ring-offset-orange-100\/30:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.3);
}
.focus\:ring-offset-orange-100\/35:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.35);
}
.focus\:ring-offset-orange-100\/40:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.4);
}
.focus\:ring-offset-orange-100\/45:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.45);
}
.focus\:ring-offset-orange-100\/5:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.05);
}
.focus\:ring-offset-orange-100\/50:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.5);
}
.focus\:ring-offset-orange-100\/55:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.55);
}
.focus\:ring-offset-orange-100\/60:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.6);
}
.focus\:ring-offset-orange-100\/65:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.65);
}
.focus\:ring-offset-orange-100\/70:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.7);
}
.focus\:ring-offset-orange-100\/75:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.75);
}
.focus\:ring-offset-orange-100\/80:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.8);
}
.focus\:ring-offset-orange-100\/85:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.85);
}
.focus\:ring-offset-orange-100\/90:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.9);
}
.focus\:ring-offset-orange-100\/95:focus {
  --tw-ring-offset-color: rgb(255 237 213 / 0.95);
}
.focus\:ring-offset-orange-200:focus {
  --tw-ring-offset-color: #fed7aa;
}
.focus\:ring-offset-orange-200\/0:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0);
}
.focus\:ring-offset-orange-200\/10:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.1);
}
.focus\:ring-offset-orange-200\/100:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 1);
}
.focus\:ring-offset-orange-200\/15:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.15);
}
.focus\:ring-offset-orange-200\/20:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.2);
}
.focus\:ring-offset-orange-200\/25:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.25);
}
.focus\:ring-offset-orange-200\/30:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.3);
}
.focus\:ring-offset-orange-200\/35:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.35);
}
.focus\:ring-offset-orange-200\/40:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.4);
}
.focus\:ring-offset-orange-200\/45:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.45);
}
.focus\:ring-offset-orange-200\/5:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.05);
}
.focus\:ring-offset-orange-200\/50:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.5);
}
.focus\:ring-offset-orange-200\/55:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.55);
}
.focus\:ring-offset-orange-200\/60:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.6);
}
.focus\:ring-offset-orange-200\/65:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.65);
}
.focus\:ring-offset-orange-200\/70:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.7);
}
.focus\:ring-offset-orange-200\/75:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.75);
}
.focus\:ring-offset-orange-200\/80:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.8);
}
.focus\:ring-offset-orange-200\/85:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.85);
}
.focus\:ring-offset-orange-200\/90:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.9);
}
.focus\:ring-offset-orange-200\/95:focus {
  --tw-ring-offset-color: rgb(254 215 170 / 0.95);
}
.focus\:ring-offset-orange-300:focus {
  --tw-ring-offset-color: #fdba74;
}
.focus\:ring-offset-orange-300\/0:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0);
}
.focus\:ring-offset-orange-300\/10:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.1);
}
.focus\:ring-offset-orange-300\/100:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 1);
}
.focus\:ring-offset-orange-300\/15:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.15);
}
.focus\:ring-offset-orange-300\/20:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.2);
}
.focus\:ring-offset-orange-300\/25:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.25);
}
.focus\:ring-offset-orange-300\/30:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.3);
}
.focus\:ring-offset-orange-300\/35:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.35);
}
.focus\:ring-offset-orange-300\/40:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.4);
}
.focus\:ring-offset-orange-300\/45:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.45);
}
.focus\:ring-offset-orange-300\/5:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.05);
}
.focus\:ring-offset-orange-300\/50:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.5);
}
.focus\:ring-offset-orange-300\/55:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.55);
}
.focus\:ring-offset-orange-300\/60:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.6);
}
.focus\:ring-offset-orange-300\/65:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.65);
}
.focus\:ring-offset-orange-300\/70:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.7);
}
.focus\:ring-offset-orange-300\/75:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.75);
}
.focus\:ring-offset-orange-300\/80:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.8);
}
.focus\:ring-offset-orange-300\/85:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.85);
}
.focus\:ring-offset-orange-300\/90:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.9);
}
.focus\:ring-offset-orange-300\/95:focus {
  --tw-ring-offset-color: rgb(253 186 116 / 0.95);
}
.focus\:ring-offset-orange-400:focus {
  --tw-ring-offset-color: #fb923c;
}
.focus\:ring-offset-orange-400\/0:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}
.focus\:ring-offset-orange-400\/10:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}
.focus\:ring-offset-orange-400\/100:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}
.focus\:ring-offset-orange-400\/15:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.15);
}
.focus\:ring-offset-orange-400\/20:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}
.focus\:ring-offset-orange-400\/25:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}
.focus\:ring-offset-orange-400\/30:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}
.focus\:ring-offset-orange-400\/35:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.35);
}
.focus\:ring-offset-orange-400\/40:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}
.focus\:ring-offset-orange-400\/45:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.45);
}
.focus\:ring-offset-orange-400\/5:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}
.focus\:ring-offset-orange-400\/50:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}
.focus\:ring-offset-orange-400\/55:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.55);
}
.focus\:ring-offset-orange-400\/60:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}
.focus\:ring-offset-orange-400\/65:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.65);
}
.focus\:ring-offset-orange-400\/70:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}
.focus\:ring-offset-orange-400\/75:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}
.focus\:ring-offset-orange-400\/80:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}
.focus\:ring-offset-orange-400\/85:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.85);
}
.focus\:ring-offset-orange-400\/90:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}
.focus\:ring-offset-orange-400\/95:focus {
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}
.focus\:ring-offset-orange-50:focus {
  --tw-ring-offset-color: #fff7ed;
}
.focus\:ring-offset-orange-50\/0:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0);
}
.focus\:ring-offset-orange-50\/10:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.1);
}
.focus\:ring-offset-orange-50\/100:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 1);
}
.focus\:ring-offset-orange-50\/15:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.15);
}
.focus\:ring-offset-orange-50\/20:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.2);
}
.focus\:ring-offset-orange-50\/25:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.25);
}
.focus\:ring-offset-orange-50\/30:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.3);
}
.focus\:ring-offset-orange-50\/35:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.35);
}
.focus\:ring-offset-orange-50\/40:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.4);
}
.focus\:ring-offset-orange-50\/45:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.45);
}
.focus\:ring-offset-orange-50\/5:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.05);
}
.focus\:ring-offset-orange-50\/50:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.5);
}
.focus\:ring-offset-orange-50\/55:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.55);
}
.focus\:ring-offset-orange-50\/60:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.6);
}
.focus\:ring-offset-orange-50\/65:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.65);
}
.focus\:ring-offset-orange-50\/70:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.7);
}
.focus\:ring-offset-orange-50\/75:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.75);
}
.focus\:ring-offset-orange-50\/80:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.8);
}
.focus\:ring-offset-orange-50\/85:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.85);
}
.focus\:ring-offset-orange-50\/90:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.9);
}
.focus\:ring-offset-orange-50\/95:focus {
  --tw-ring-offset-color: rgb(255 247 237 / 0.95);
}
.focus\:ring-offset-orange-500:focus {
  --tw-ring-offset-color: #f97316;
}
.focus\:ring-offset-orange-500\/0:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0);
}
.focus\:ring-offset-orange-500\/10:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.1);
}
.focus\:ring-offset-orange-500\/100:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 1);
}
.focus\:ring-offset-orange-500\/15:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.15);
}
.focus\:ring-offset-orange-500\/20:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.2);
}
.focus\:ring-offset-orange-500\/25:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.25);
}
.focus\:ring-offset-orange-500\/30:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.3);
}
.focus\:ring-offset-orange-500\/35:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.35);
}
.focus\:ring-offset-orange-500\/40:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.4);
}
.focus\:ring-offset-orange-500\/45:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.45);
}
.focus\:ring-offset-orange-500\/5:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.05);
}
.focus\:ring-offset-orange-500\/50:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.5);
}
.focus\:ring-offset-orange-500\/55:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.55);
}
.focus\:ring-offset-orange-500\/60:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.6);
}
.focus\:ring-offset-orange-500\/65:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.65);
}
.focus\:ring-offset-orange-500\/70:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.7);
}
.focus\:ring-offset-orange-500\/75:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.75);
}
.focus\:ring-offset-orange-500\/80:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.8);
}
.focus\:ring-offset-orange-500\/85:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.85);
}
.focus\:ring-offset-orange-500\/90:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.9);
}
.focus\:ring-offset-orange-500\/95:focus {
  --tw-ring-offset-color: rgb(249 115 22 / 0.95);
}
.focus\:ring-offset-orange-600:focus {
  --tw-ring-offset-color: #ea580c;
}
.focus\:ring-offset-orange-600\/0:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0);
}
.focus\:ring-offset-orange-600\/10:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.1);
}
.focus\:ring-offset-orange-600\/100:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 1);
}
.focus\:ring-offset-orange-600\/15:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.15);
}
.focus\:ring-offset-orange-600\/20:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.2);
}
.focus\:ring-offset-orange-600\/25:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.25);
}
.focus\:ring-offset-orange-600\/30:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.3);
}
.focus\:ring-offset-orange-600\/35:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.35);
}
.focus\:ring-offset-orange-600\/40:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.4);
}
.focus\:ring-offset-orange-600\/45:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.45);
}
.focus\:ring-offset-orange-600\/5:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.05);
}
.focus\:ring-offset-orange-600\/50:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.5);
}
.focus\:ring-offset-orange-600\/55:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.55);
}
.focus\:ring-offset-orange-600\/60:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.6);
}
.focus\:ring-offset-orange-600\/65:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.65);
}
.focus\:ring-offset-orange-600\/70:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.7);
}
.focus\:ring-offset-orange-600\/75:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.75);
}
.focus\:ring-offset-orange-600\/80:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.8);
}
.focus\:ring-offset-orange-600\/85:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.85);
}
.focus\:ring-offset-orange-600\/90:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.9);
}
.focus\:ring-offset-orange-600\/95:focus {
  --tw-ring-offset-color: rgb(234 88 12 / 0.95);
}
.focus\:ring-offset-orange-700:focus {
  --tw-ring-offset-color: #c2410c;
}
.focus\:ring-offset-orange-700\/0:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0);
}
.focus\:ring-offset-orange-700\/10:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.1);
}
.focus\:ring-offset-orange-700\/100:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 1);
}
.focus\:ring-offset-orange-700\/15:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.15);
}
.focus\:ring-offset-orange-700\/20:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.2);
}
.focus\:ring-offset-orange-700\/25:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.25);
}
.focus\:ring-offset-orange-700\/30:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.3);
}
.focus\:ring-offset-orange-700\/35:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.35);
}
.focus\:ring-offset-orange-700\/40:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.4);
}
.focus\:ring-offset-orange-700\/45:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.45);
}
.focus\:ring-offset-orange-700\/5:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.05);
}
.focus\:ring-offset-orange-700\/50:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.5);
}
.focus\:ring-offset-orange-700\/55:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.55);
}
.focus\:ring-offset-orange-700\/60:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.6);
}
.focus\:ring-offset-orange-700\/65:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.65);
}
.focus\:ring-offset-orange-700\/70:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.7);
}
.focus\:ring-offset-orange-700\/75:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.75);
}
.focus\:ring-offset-orange-700\/80:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.8);
}
.focus\:ring-offset-orange-700\/85:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.85);
}
.focus\:ring-offset-orange-700\/90:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.9);
}
.focus\:ring-offset-orange-700\/95:focus {
  --tw-ring-offset-color: rgb(194 65 12 / 0.95);
}
.focus\:ring-offset-orange-800:focus {
  --tw-ring-offset-color: #9a3412;
}
.focus\:ring-offset-orange-800\/0:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0);
}
.focus\:ring-offset-orange-800\/10:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.1);
}
.focus\:ring-offset-orange-800\/100:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 1);
}
.focus\:ring-offset-orange-800\/15:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.15);
}
.focus\:ring-offset-orange-800\/20:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.2);
}
.focus\:ring-offset-orange-800\/25:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.25);
}
.focus\:ring-offset-orange-800\/30:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.3);
}
.focus\:ring-offset-orange-800\/35:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.35);
}
.focus\:ring-offset-orange-800\/40:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.4);
}
.focus\:ring-offset-orange-800\/45:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.45);
}
.focus\:ring-offset-orange-800\/5:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.05);
}
.focus\:ring-offset-orange-800\/50:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.5);
}
.focus\:ring-offset-orange-800\/55:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.55);
}
.focus\:ring-offset-orange-800\/60:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.6);
}
.focus\:ring-offset-orange-800\/65:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.65);
}
.focus\:ring-offset-orange-800\/70:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.7);
}
.focus\:ring-offset-orange-800\/75:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.75);
}
.focus\:ring-offset-orange-800\/80:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.8);
}
.focus\:ring-offset-orange-800\/85:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.85);
}
.focus\:ring-offset-orange-800\/90:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.9);
}
.focus\:ring-offset-orange-800\/95:focus {
  --tw-ring-offset-color: rgb(154 52 18 / 0.95);
}
.focus\:ring-offset-orange-900:focus {
  --tw-ring-offset-color: #7c2d12;
}
.focus\:ring-offset-orange-900\/0:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0);
}
.focus\:ring-offset-orange-900\/10:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.1);
}
.focus\:ring-offset-orange-900\/100:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 1);
}
.focus\:ring-offset-orange-900\/15:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.15);
}
.focus\:ring-offset-orange-900\/20:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.2);
}
.focus\:ring-offset-orange-900\/25:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.25);
}
.focus\:ring-offset-orange-900\/30:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.3);
}
.focus\:ring-offset-orange-900\/35:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.35);
}
.focus\:ring-offset-orange-900\/40:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.4);
}
.focus\:ring-offset-orange-900\/45:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.45);
}
.focus\:ring-offset-orange-900\/5:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.05);
}
.focus\:ring-offset-orange-900\/50:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.5);
}
.focus\:ring-offset-orange-900\/55:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.55);
}
.focus\:ring-offset-orange-900\/60:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.6);
}
.focus\:ring-offset-orange-900\/65:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.65);
}
.focus\:ring-offset-orange-900\/70:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.7);
}
.focus\:ring-offset-orange-900\/75:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.75);
}
.focus\:ring-offset-orange-900\/80:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.8);
}
.focus\:ring-offset-orange-900\/85:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.85);
}
.focus\:ring-offset-orange-900\/90:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.9);
}
.focus\:ring-offset-orange-900\/95:focus {
  --tw-ring-offset-color: rgb(124 45 18 / 0.95);
}
.focus\:ring-offset-orange-950:focus {
  --tw-ring-offset-color: #431407;
}
.focus\:ring-offset-orange-950\/0:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0);
}
.focus\:ring-offset-orange-950\/10:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.1);
}
.focus\:ring-offset-orange-950\/100:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 1);
}
.focus\:ring-offset-orange-950\/15:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.15);
}
.focus\:ring-offset-orange-950\/20:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.2);
}
.focus\:ring-offset-orange-950\/25:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.25);
}
.focus\:ring-offset-orange-950\/30:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.3);
}
.focus\:ring-offset-orange-950\/35:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.35);
}
.focus\:ring-offset-orange-950\/40:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.4);
}
.focus\:ring-offset-orange-950\/45:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.45);
}
.focus\:ring-offset-orange-950\/5:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.05);
}
.focus\:ring-offset-orange-950\/50:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.5);
}
.focus\:ring-offset-orange-950\/55:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.55);
}
.focus\:ring-offset-orange-950\/60:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.6);
}
.focus\:ring-offset-orange-950\/65:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.65);
}
.focus\:ring-offset-orange-950\/70:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.7);
}
.focus\:ring-offset-orange-950\/75:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.75);
}
.focus\:ring-offset-orange-950\/80:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.8);
}
.focus\:ring-offset-orange-950\/85:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.85);
}
.focus\:ring-offset-orange-950\/90:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.9);
}
.focus\:ring-offset-orange-950\/95:focus {
  --tw-ring-offset-color: rgb(67 20 7 / 0.95);
}
.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}
.focus\:ring-offset-pink-100\/0:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0);
}
.focus\:ring-offset-pink-100\/10:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.1);
}
.focus\:ring-offset-pink-100\/100:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 1);
}
.focus\:ring-offset-pink-100\/15:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.15);
}
.focus\:ring-offset-pink-100\/20:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.2);
}
.focus\:ring-offset-pink-100\/25:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.25);
}
.focus\:ring-offset-pink-100\/30:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.3);
}
.focus\:ring-offset-pink-100\/35:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.35);
}
.focus\:ring-offset-pink-100\/40:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.4);
}
.focus\:ring-offset-pink-100\/45:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.45);
}
.focus\:ring-offset-pink-100\/5:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.05);
}
.focus\:ring-offset-pink-100\/50:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.5);
}
.focus\:ring-offset-pink-100\/55:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.55);
}
.focus\:ring-offset-pink-100\/60:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.6);
}
.focus\:ring-offset-pink-100\/65:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.65);
}
.focus\:ring-offset-pink-100\/70:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.7);
}
.focus\:ring-offset-pink-100\/75:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.75);
}
.focus\:ring-offset-pink-100\/80:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.8);
}
.focus\:ring-offset-pink-100\/85:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.85);
}
.focus\:ring-offset-pink-100\/90:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.9);
}
.focus\:ring-offset-pink-100\/95:focus {
  --tw-ring-offset-color: rgb(252 231 243 / 0.95);
}
.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}
.focus\:ring-offset-pink-200\/0:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0);
}
.focus\:ring-offset-pink-200\/10:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.1);
}
.focus\:ring-offset-pink-200\/100:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 1);
}
.focus\:ring-offset-pink-200\/15:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.15);
}
.focus\:ring-offset-pink-200\/20:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.2);
}
.focus\:ring-offset-pink-200\/25:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.25);
}
.focus\:ring-offset-pink-200\/30:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.3);
}
.focus\:ring-offset-pink-200\/35:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.35);
}
.focus\:ring-offset-pink-200\/40:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.4);
}
.focus\:ring-offset-pink-200\/45:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.45);
}
.focus\:ring-offset-pink-200\/5:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.05);
}
.focus\:ring-offset-pink-200\/50:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.5);
}
.focus\:ring-offset-pink-200\/55:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.55);
}
.focus\:ring-offset-pink-200\/60:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.6);
}
.focus\:ring-offset-pink-200\/65:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.65);
}
.focus\:ring-offset-pink-200\/70:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.7);
}
.focus\:ring-offset-pink-200\/75:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.75);
}
.focus\:ring-offset-pink-200\/80:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.8);
}
.focus\:ring-offset-pink-200\/85:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.85);
}
.focus\:ring-offset-pink-200\/90:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.9);
}
.focus\:ring-offset-pink-200\/95:focus {
  --tw-ring-offset-color: rgb(251 207 232 / 0.95);
}
.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}
.focus\:ring-offset-pink-300\/0:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0);
}
.focus\:ring-offset-pink-300\/10:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.1);
}
.focus\:ring-offset-pink-300\/100:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 1);
}
.focus\:ring-offset-pink-300\/15:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.15);
}
.focus\:ring-offset-pink-300\/20:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.2);
}
.focus\:ring-offset-pink-300\/25:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.25);
}
.focus\:ring-offset-pink-300\/30:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.3);
}
.focus\:ring-offset-pink-300\/35:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.35);
}
.focus\:ring-offset-pink-300\/40:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.4);
}
.focus\:ring-offset-pink-300\/45:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.45);
}
.focus\:ring-offset-pink-300\/5:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.05);
}
.focus\:ring-offset-pink-300\/50:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.5);
}
.focus\:ring-offset-pink-300\/55:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.55);
}
.focus\:ring-offset-pink-300\/60:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.6);
}
.focus\:ring-offset-pink-300\/65:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.65);
}
.focus\:ring-offset-pink-300\/70:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.7);
}
.focus\:ring-offset-pink-300\/75:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.75);
}
.focus\:ring-offset-pink-300\/80:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.8);
}
.focus\:ring-offset-pink-300\/85:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.85);
}
.focus\:ring-offset-pink-300\/90:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.9);
}
.focus\:ring-offset-pink-300\/95:focus {
  --tw-ring-offset-color: rgb(249 168 212 / 0.95);
}
.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}
.focus\:ring-offset-pink-400\/0:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0);
}
.focus\:ring-offset-pink-400\/10:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.1);
}
.focus\:ring-offset-pink-400\/100:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 1);
}
.focus\:ring-offset-pink-400\/15:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.15);
}
.focus\:ring-offset-pink-400\/20:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.2);
}
.focus\:ring-offset-pink-400\/25:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.25);
}
.focus\:ring-offset-pink-400\/30:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.3);
}
.focus\:ring-offset-pink-400\/35:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.35);
}
.focus\:ring-offset-pink-400\/40:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.4);
}
.focus\:ring-offset-pink-400\/45:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.45);
}
.focus\:ring-offset-pink-400\/5:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.05);
}
.focus\:ring-offset-pink-400\/50:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.5);
}
.focus\:ring-offset-pink-400\/55:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.55);
}
.focus\:ring-offset-pink-400\/60:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.6);
}
.focus\:ring-offset-pink-400\/65:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.65);
}
.focus\:ring-offset-pink-400\/70:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.7);
}
.focus\:ring-offset-pink-400\/75:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.75);
}
.focus\:ring-offset-pink-400\/80:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.8);
}
.focus\:ring-offset-pink-400\/85:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.85);
}
.focus\:ring-offset-pink-400\/90:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.9);
}
.focus\:ring-offset-pink-400\/95:focus {
  --tw-ring-offset-color: rgb(244 114 182 / 0.95);
}
.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}
.focus\:ring-offset-pink-50\/0:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0);
}
.focus\:ring-offset-pink-50\/10:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.1);
}
.focus\:ring-offset-pink-50\/100:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 1);
}
.focus\:ring-offset-pink-50\/15:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.15);
}
.focus\:ring-offset-pink-50\/20:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.2);
}
.focus\:ring-offset-pink-50\/25:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.25);
}
.focus\:ring-offset-pink-50\/30:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.3);
}
.focus\:ring-offset-pink-50\/35:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.35);
}
.focus\:ring-offset-pink-50\/40:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.4);
}
.focus\:ring-offset-pink-50\/45:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.45);
}
.focus\:ring-offset-pink-50\/5:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.05);
}
.focus\:ring-offset-pink-50\/50:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.5);
}
.focus\:ring-offset-pink-50\/55:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.55);
}
.focus\:ring-offset-pink-50\/60:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.6);
}
.focus\:ring-offset-pink-50\/65:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.65);
}
.focus\:ring-offset-pink-50\/70:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.7);
}
.focus\:ring-offset-pink-50\/75:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.75);
}
.focus\:ring-offset-pink-50\/80:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.8);
}
.focus\:ring-offset-pink-50\/85:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.85);
}
.focus\:ring-offset-pink-50\/90:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.9);
}
.focus\:ring-offset-pink-50\/95:focus {
  --tw-ring-offset-color: rgb(253 242 248 / 0.95);
}
.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}
.focus\:ring-offset-pink-500\/0:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0);
}
.focus\:ring-offset-pink-500\/10:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.1);
}
.focus\:ring-offset-pink-500\/100:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 1);
}
.focus\:ring-offset-pink-500\/15:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.15);
}
.focus\:ring-offset-pink-500\/20:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.2);
}
.focus\:ring-offset-pink-500\/25:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.25);
}
.focus\:ring-offset-pink-500\/30:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.3);
}
.focus\:ring-offset-pink-500\/35:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.35);
}
.focus\:ring-offset-pink-500\/40:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.4);
}
.focus\:ring-offset-pink-500\/45:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.45);
}
.focus\:ring-offset-pink-500\/5:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.05);
}
.focus\:ring-offset-pink-500\/50:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.5);
}
.focus\:ring-offset-pink-500\/55:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.55);
}
.focus\:ring-offset-pink-500\/60:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.6);
}
.focus\:ring-offset-pink-500\/65:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.65);
}
.focus\:ring-offset-pink-500\/70:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.7);
}
.focus\:ring-offset-pink-500\/75:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.75);
}
.focus\:ring-offset-pink-500\/80:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.8);
}
.focus\:ring-offset-pink-500\/85:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.85);
}
.focus\:ring-offset-pink-500\/90:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.9);
}
.focus\:ring-offset-pink-500\/95:focus {
  --tw-ring-offset-color: rgb(236 72 153 / 0.95);
}
.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}
.focus\:ring-offset-pink-600\/0:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0);
}
.focus\:ring-offset-pink-600\/10:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.1);
}
.focus\:ring-offset-pink-600\/100:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 1);
}
.focus\:ring-offset-pink-600\/15:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.15);
}
.focus\:ring-offset-pink-600\/20:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.2);
}
.focus\:ring-offset-pink-600\/25:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.25);
}
.focus\:ring-offset-pink-600\/30:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.3);
}
.focus\:ring-offset-pink-600\/35:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.35);
}
.focus\:ring-offset-pink-600\/40:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.4);
}
.focus\:ring-offset-pink-600\/45:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.45);
}
.focus\:ring-offset-pink-600\/5:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.05);
}
.focus\:ring-offset-pink-600\/50:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.5);
}
.focus\:ring-offset-pink-600\/55:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.55);
}
.focus\:ring-offset-pink-600\/60:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.6);
}
.focus\:ring-offset-pink-600\/65:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.65);
}
.focus\:ring-offset-pink-600\/70:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.7);
}
.focus\:ring-offset-pink-600\/75:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.75);
}
.focus\:ring-offset-pink-600\/80:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.8);
}
.focus\:ring-offset-pink-600\/85:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.85);
}
.focus\:ring-offset-pink-600\/90:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.9);
}
.focus\:ring-offset-pink-600\/95:focus {
  --tw-ring-offset-color: rgb(219 39 119 / 0.95);
}
.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}
.focus\:ring-offset-pink-700\/0:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0);
}
.focus\:ring-offset-pink-700\/10:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.1);
}
.focus\:ring-offset-pink-700\/100:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 1);
}
.focus\:ring-offset-pink-700\/15:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.15);
}
.focus\:ring-offset-pink-700\/20:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.2);
}
.focus\:ring-offset-pink-700\/25:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.25);
}
.focus\:ring-offset-pink-700\/30:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.3);
}
.focus\:ring-offset-pink-700\/35:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.35);
}
.focus\:ring-offset-pink-700\/40:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.4);
}
.focus\:ring-offset-pink-700\/45:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.45);
}
.focus\:ring-offset-pink-700\/5:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.05);
}
.focus\:ring-offset-pink-700\/50:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.5);
}
.focus\:ring-offset-pink-700\/55:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.55);
}
.focus\:ring-offset-pink-700\/60:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.6);
}
.focus\:ring-offset-pink-700\/65:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.65);
}
.focus\:ring-offset-pink-700\/70:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.7);
}
.focus\:ring-offset-pink-700\/75:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.75);
}
.focus\:ring-offset-pink-700\/80:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.8);
}
.focus\:ring-offset-pink-700\/85:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.85);
}
.focus\:ring-offset-pink-700\/90:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.9);
}
.focus\:ring-offset-pink-700\/95:focus {
  --tw-ring-offset-color: rgb(190 24 93 / 0.95);
}
.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}
.focus\:ring-offset-pink-800\/0:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0);
}
.focus\:ring-offset-pink-800\/10:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.1);
}
.focus\:ring-offset-pink-800\/100:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 1);
}
.focus\:ring-offset-pink-800\/15:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.15);
}
.focus\:ring-offset-pink-800\/20:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.2);
}
.focus\:ring-offset-pink-800\/25:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.25);
}
.focus\:ring-offset-pink-800\/30:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.3);
}
.focus\:ring-offset-pink-800\/35:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.35);
}
.focus\:ring-offset-pink-800\/40:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.4);
}
.focus\:ring-offset-pink-800\/45:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.45);
}
.focus\:ring-offset-pink-800\/5:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.05);
}
.focus\:ring-offset-pink-800\/50:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.5);
}
.focus\:ring-offset-pink-800\/55:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.55);
}
.focus\:ring-offset-pink-800\/60:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.6);
}
.focus\:ring-offset-pink-800\/65:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.65);
}
.focus\:ring-offset-pink-800\/70:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.7);
}
.focus\:ring-offset-pink-800\/75:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.75);
}
.focus\:ring-offset-pink-800\/80:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.8);
}
.focus\:ring-offset-pink-800\/85:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.85);
}
.focus\:ring-offset-pink-800\/90:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.9);
}
.focus\:ring-offset-pink-800\/95:focus {
  --tw-ring-offset-color: rgb(157 23 77 / 0.95);
}
.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}
.focus\:ring-offset-pink-900\/0:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0);
}
.focus\:ring-offset-pink-900\/10:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.1);
}
.focus\:ring-offset-pink-900\/100:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 1);
}
.focus\:ring-offset-pink-900\/15:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.15);
}
.focus\:ring-offset-pink-900\/20:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.2);
}
.focus\:ring-offset-pink-900\/25:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.25);
}
.focus\:ring-offset-pink-900\/30:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.3);
}
.focus\:ring-offset-pink-900\/35:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.35);
}
.focus\:ring-offset-pink-900\/40:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.4);
}
.focus\:ring-offset-pink-900\/45:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.45);
}
.focus\:ring-offset-pink-900\/5:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.05);
}
.focus\:ring-offset-pink-900\/50:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.5);
}
.focus\:ring-offset-pink-900\/55:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.55);
}
.focus\:ring-offset-pink-900\/60:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.6);
}
.focus\:ring-offset-pink-900\/65:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.65);
}
.focus\:ring-offset-pink-900\/70:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.7);
}
.focus\:ring-offset-pink-900\/75:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.75);
}
.focus\:ring-offset-pink-900\/80:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.8);
}
.focus\:ring-offset-pink-900\/85:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.85);
}
.focus\:ring-offset-pink-900\/90:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.9);
}
.focus\:ring-offset-pink-900\/95:focus {
  --tw-ring-offset-color: rgb(131 24 67 / 0.95);
}
.focus\:ring-offset-pink-950:focus {
  --tw-ring-offset-color: #500724;
}
.focus\:ring-offset-pink-950\/0:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0);
}
.focus\:ring-offset-pink-950\/10:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.1);
}
.focus\:ring-offset-pink-950\/100:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 1);
}
.focus\:ring-offset-pink-950\/15:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.15);
}
.focus\:ring-offset-pink-950\/20:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.2);
}
.focus\:ring-offset-pink-950\/25:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.25);
}
.focus\:ring-offset-pink-950\/30:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.3);
}
.focus\:ring-offset-pink-950\/35:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.35);
}
.focus\:ring-offset-pink-950\/40:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.4);
}
.focus\:ring-offset-pink-950\/45:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.45);
}
.focus\:ring-offset-pink-950\/5:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.05);
}
.focus\:ring-offset-pink-950\/50:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.5);
}
.focus\:ring-offset-pink-950\/55:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.55);
}
.focus\:ring-offset-pink-950\/60:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.6);
}
.focus\:ring-offset-pink-950\/65:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.65);
}
.focus\:ring-offset-pink-950\/70:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.7);
}
.focus\:ring-offset-pink-950\/75:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.75);
}
.focus\:ring-offset-pink-950\/80:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.8);
}
.focus\:ring-offset-pink-950\/85:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.85);
}
.focus\:ring-offset-pink-950\/90:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.9);
}
.focus\:ring-offset-pink-950\/95:focus {
  --tw-ring-offset-color: rgb(80 7 36 / 0.95);
}
.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #f3e8ff;
}
.focus\:ring-offset-purple-100\/0:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0);
}
.focus\:ring-offset-purple-100\/10:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.1);
}
.focus\:ring-offset-purple-100\/100:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 1);
}
.focus\:ring-offset-purple-100\/15:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.15);
}
.focus\:ring-offset-purple-100\/20:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.2);
}
.focus\:ring-offset-purple-100\/25:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.25);
}
.focus\:ring-offset-purple-100\/30:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.3);
}
.focus\:ring-offset-purple-100\/35:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.35);
}
.focus\:ring-offset-purple-100\/40:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.4);
}
.focus\:ring-offset-purple-100\/45:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.45);
}
.focus\:ring-offset-purple-100\/5:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.05);
}
.focus\:ring-offset-purple-100\/50:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.5);
}
.focus\:ring-offset-purple-100\/55:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.55);
}
.focus\:ring-offset-purple-100\/60:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.6);
}
.focus\:ring-offset-purple-100\/65:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.65);
}
.focus\:ring-offset-purple-100\/70:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.7);
}
.focus\:ring-offset-purple-100\/75:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.75);
}
.focus\:ring-offset-purple-100\/80:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.8);
}
.focus\:ring-offset-purple-100\/85:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.85);
}
.focus\:ring-offset-purple-100\/90:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.9);
}
.focus\:ring-offset-purple-100\/95:focus {
  --tw-ring-offset-color: rgb(243 232 255 / 0.95);
}
.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #e9d5ff;
}
.focus\:ring-offset-purple-200\/0:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0);
}
.focus\:ring-offset-purple-200\/10:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.1);
}
.focus\:ring-offset-purple-200\/100:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 1);
}
.focus\:ring-offset-purple-200\/15:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.15);
}
.focus\:ring-offset-purple-200\/20:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.2);
}
.focus\:ring-offset-purple-200\/25:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.25);
}
.focus\:ring-offset-purple-200\/30:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.3);
}
.focus\:ring-offset-purple-200\/35:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.35);
}
.focus\:ring-offset-purple-200\/40:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.4);
}
.focus\:ring-offset-purple-200\/45:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.45);
}
.focus\:ring-offset-purple-200\/5:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.05);
}
.focus\:ring-offset-purple-200\/50:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.5);
}
.focus\:ring-offset-purple-200\/55:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.55);
}
.focus\:ring-offset-purple-200\/60:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.6);
}
.focus\:ring-offset-purple-200\/65:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.65);
}
.focus\:ring-offset-purple-200\/70:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.7);
}
.focus\:ring-offset-purple-200\/75:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.75);
}
.focus\:ring-offset-purple-200\/80:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.8);
}
.focus\:ring-offset-purple-200\/85:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.85);
}
.focus\:ring-offset-purple-200\/90:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.9);
}
.focus\:ring-offset-purple-200\/95:focus {
  --tw-ring-offset-color: rgb(233 213 255 / 0.95);
}
.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #d8b4fe;
}
.focus\:ring-offset-purple-300\/0:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0);
}
.focus\:ring-offset-purple-300\/10:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.1);
}
.focus\:ring-offset-purple-300\/100:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 1);
}
.focus\:ring-offset-purple-300\/15:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.15);
}
.focus\:ring-offset-purple-300\/20:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.2);
}
.focus\:ring-offset-purple-300\/25:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.25);
}
.focus\:ring-offset-purple-300\/30:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.3);
}
.focus\:ring-offset-purple-300\/35:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.35);
}
.focus\:ring-offset-purple-300\/40:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.4);
}
.focus\:ring-offset-purple-300\/45:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.45);
}
.focus\:ring-offset-purple-300\/5:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.05);
}
.focus\:ring-offset-purple-300\/50:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.5);
}
.focus\:ring-offset-purple-300\/55:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.55);
}
.focus\:ring-offset-purple-300\/60:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.6);
}
.focus\:ring-offset-purple-300\/65:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.65);
}
.focus\:ring-offset-purple-300\/70:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.7);
}
.focus\:ring-offset-purple-300\/75:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.75);
}
.focus\:ring-offset-purple-300\/80:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.8);
}
.focus\:ring-offset-purple-300\/85:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.85);
}
.focus\:ring-offset-purple-300\/90:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.9);
}
.focus\:ring-offset-purple-300\/95:focus {
  --tw-ring-offset-color: rgb(216 180 254 / 0.95);
}
.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #c084fc;
}
.focus\:ring-offset-purple-400\/0:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0);
}
.focus\:ring-offset-purple-400\/10:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.1);
}
.focus\:ring-offset-purple-400\/100:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 1);
}
.focus\:ring-offset-purple-400\/15:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.15);
}
.focus\:ring-offset-purple-400\/20:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.2);
}
.focus\:ring-offset-purple-400\/25:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.25);
}
.focus\:ring-offset-purple-400\/30:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.3);
}
.focus\:ring-offset-purple-400\/35:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.35);
}
.focus\:ring-offset-purple-400\/40:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.4);
}
.focus\:ring-offset-purple-400\/45:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.45);
}
.focus\:ring-offset-purple-400\/5:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.05);
}
.focus\:ring-offset-purple-400\/50:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.5);
}
.focus\:ring-offset-purple-400\/55:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.55);
}
.focus\:ring-offset-purple-400\/60:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.6);
}
.focus\:ring-offset-purple-400\/65:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.65);
}
.focus\:ring-offset-purple-400\/70:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.7);
}
.focus\:ring-offset-purple-400\/75:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.75);
}
.focus\:ring-offset-purple-400\/80:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.8);
}
.focus\:ring-offset-purple-400\/85:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.85);
}
.focus\:ring-offset-purple-400\/90:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.9);
}
.focus\:ring-offset-purple-400\/95:focus {
  --tw-ring-offset-color: rgb(192 132 252 / 0.95);
}
.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #faf5ff;
}
.focus\:ring-offset-purple-50\/0:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0);
}
.focus\:ring-offset-purple-50\/10:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.1);
}
.focus\:ring-offset-purple-50\/100:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 1);
}
.focus\:ring-offset-purple-50\/15:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.15);
}
.focus\:ring-offset-purple-50\/20:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.2);
}
.focus\:ring-offset-purple-50\/25:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.25);
}
.focus\:ring-offset-purple-50\/30:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.3);
}
.focus\:ring-offset-purple-50\/35:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.35);
}
.focus\:ring-offset-purple-50\/40:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.4);
}
.focus\:ring-offset-purple-50\/45:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.45);
}
.focus\:ring-offset-purple-50\/5:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.05);
}
.focus\:ring-offset-purple-50\/50:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.5);
}
.focus\:ring-offset-purple-50\/55:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.55);
}
.focus\:ring-offset-purple-50\/60:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.6);
}
.focus\:ring-offset-purple-50\/65:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.65);
}
.focus\:ring-offset-purple-50\/70:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.7);
}
.focus\:ring-offset-purple-50\/75:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.75);
}
.focus\:ring-offset-purple-50\/80:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.8);
}
.focus\:ring-offset-purple-50\/85:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.85);
}
.focus\:ring-offset-purple-50\/90:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.9);
}
.focus\:ring-offset-purple-50\/95:focus {
  --tw-ring-offset-color: rgb(250 245 255 / 0.95);
}
.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #a855f7;
}
.focus\:ring-offset-purple-500\/0:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0);
}
.focus\:ring-offset-purple-500\/10:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.1);
}
.focus\:ring-offset-purple-500\/100:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 1);
}
.focus\:ring-offset-purple-500\/15:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.15);
}
.focus\:ring-offset-purple-500\/20:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.2);
}
.focus\:ring-offset-purple-500\/25:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.25);
}
.focus\:ring-offset-purple-500\/30:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.3);
}
.focus\:ring-offset-purple-500\/35:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.35);
}
.focus\:ring-offset-purple-500\/40:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.4);
}
.focus\:ring-offset-purple-500\/45:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.45);
}
.focus\:ring-offset-purple-500\/5:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.05);
}
.focus\:ring-offset-purple-500\/50:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.5);
}
.focus\:ring-offset-purple-500\/55:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.55);
}
.focus\:ring-offset-purple-500\/60:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.6);
}
.focus\:ring-offset-purple-500\/65:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.65);
}
.focus\:ring-offset-purple-500\/70:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.7);
}
.focus\:ring-offset-purple-500\/75:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.75);
}
.focus\:ring-offset-purple-500\/80:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.8);
}
.focus\:ring-offset-purple-500\/85:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.85);
}
.focus\:ring-offset-purple-500\/90:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.9);
}
.focus\:ring-offset-purple-500\/95:focus {
  --tw-ring-offset-color: rgb(168 85 247 / 0.95);
}
.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #9333ea;
}
.focus\:ring-offset-purple-600\/0:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0);
}
.focus\:ring-offset-purple-600\/10:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.1);
}
.focus\:ring-offset-purple-600\/100:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 1);
}
.focus\:ring-offset-purple-600\/15:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.15);
}
.focus\:ring-offset-purple-600\/20:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.2);
}
.focus\:ring-offset-purple-600\/25:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.25);
}
.focus\:ring-offset-purple-600\/30:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.3);
}
.focus\:ring-offset-purple-600\/35:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.35);
}
.focus\:ring-offset-purple-600\/40:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.4);
}
.focus\:ring-offset-purple-600\/45:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.45);
}
.focus\:ring-offset-purple-600\/5:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.05);
}
.focus\:ring-offset-purple-600\/50:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.5);
}
.focus\:ring-offset-purple-600\/55:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.55);
}
.focus\:ring-offset-purple-600\/60:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.6);
}
.focus\:ring-offset-purple-600\/65:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.65);
}
.focus\:ring-offset-purple-600\/70:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.7);
}
.focus\:ring-offset-purple-600\/75:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.75);
}
.focus\:ring-offset-purple-600\/80:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.8);
}
.focus\:ring-offset-purple-600\/85:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.85);
}
.focus\:ring-offset-purple-600\/90:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.9);
}
.focus\:ring-offset-purple-600\/95:focus {
  --tw-ring-offset-color: rgb(147 51 234 / 0.95);
}
.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #7e22ce;
}
.focus\:ring-offset-purple-700\/0:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0);
}
.focus\:ring-offset-purple-700\/10:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.1);
}
.focus\:ring-offset-purple-700\/100:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 1);
}
.focus\:ring-offset-purple-700\/15:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.15);
}
.focus\:ring-offset-purple-700\/20:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.2);
}
.focus\:ring-offset-purple-700\/25:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.25);
}
.focus\:ring-offset-purple-700\/30:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.3);
}
.focus\:ring-offset-purple-700\/35:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.35);
}
.focus\:ring-offset-purple-700\/40:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.4);
}
.focus\:ring-offset-purple-700\/45:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.45);
}
.focus\:ring-offset-purple-700\/5:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.05);
}
.focus\:ring-offset-purple-700\/50:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.5);
}
.focus\:ring-offset-purple-700\/55:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.55);
}
.focus\:ring-offset-purple-700\/60:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.6);
}
.focus\:ring-offset-purple-700\/65:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.65);
}
.focus\:ring-offset-purple-700\/70:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.7);
}
.focus\:ring-offset-purple-700\/75:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.75);
}
.focus\:ring-offset-purple-700\/80:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.8);
}
.focus\:ring-offset-purple-700\/85:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.85);
}
.focus\:ring-offset-purple-700\/90:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.9);
}
.focus\:ring-offset-purple-700\/95:focus {
  --tw-ring-offset-color: rgb(126 34 206 / 0.95);
}
.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #6b21a8;
}
.focus\:ring-offset-purple-800\/0:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0);
}
.focus\:ring-offset-purple-800\/10:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.1);
}
.focus\:ring-offset-purple-800\/100:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 1);
}
.focus\:ring-offset-purple-800\/15:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.15);
}
.focus\:ring-offset-purple-800\/20:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.2);
}
.focus\:ring-offset-purple-800\/25:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.25);
}
.focus\:ring-offset-purple-800\/30:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.3);
}
.focus\:ring-offset-purple-800\/35:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.35);
}
.focus\:ring-offset-purple-800\/40:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.4);
}
.focus\:ring-offset-purple-800\/45:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.45);
}
.focus\:ring-offset-purple-800\/5:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.05);
}
.focus\:ring-offset-purple-800\/50:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.5);
}
.focus\:ring-offset-purple-800\/55:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.55);
}
.focus\:ring-offset-purple-800\/60:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.6);
}
.focus\:ring-offset-purple-800\/65:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.65);
}
.focus\:ring-offset-purple-800\/70:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.7);
}
.focus\:ring-offset-purple-800\/75:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.75);
}
.focus\:ring-offset-purple-800\/80:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.8);
}
.focus\:ring-offset-purple-800\/85:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.85);
}
.focus\:ring-offset-purple-800\/90:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.9);
}
.focus\:ring-offset-purple-800\/95:focus {
  --tw-ring-offset-color: rgb(107 33 168 / 0.95);
}
.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #581c87;
}
.focus\:ring-offset-purple-900\/0:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0);
}
.focus\:ring-offset-purple-900\/10:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.1);
}
.focus\:ring-offset-purple-900\/100:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 1);
}
.focus\:ring-offset-purple-900\/15:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.15);
}
.focus\:ring-offset-purple-900\/20:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.2);
}
.focus\:ring-offset-purple-900\/25:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.25);
}
.focus\:ring-offset-purple-900\/30:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.3);
}
.focus\:ring-offset-purple-900\/35:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.35);
}
.focus\:ring-offset-purple-900\/40:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.4);
}
.focus\:ring-offset-purple-900\/45:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.45);
}
.focus\:ring-offset-purple-900\/5:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.05);
}
.focus\:ring-offset-purple-900\/50:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.5);
}
.focus\:ring-offset-purple-900\/55:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.55);
}
.focus\:ring-offset-purple-900\/60:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.6);
}
.focus\:ring-offset-purple-900\/65:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.65);
}
.focus\:ring-offset-purple-900\/70:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.7);
}
.focus\:ring-offset-purple-900\/75:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.75);
}
.focus\:ring-offset-purple-900\/80:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.8);
}
.focus\:ring-offset-purple-900\/85:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.85);
}
.focus\:ring-offset-purple-900\/90:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.9);
}
.focus\:ring-offset-purple-900\/95:focus {
  --tw-ring-offset-color: rgb(88 28 135 / 0.95);
}
.focus\:ring-offset-purple-950:focus {
  --tw-ring-offset-color: #3b0764;
}
.focus\:ring-offset-purple-950\/0:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0);
}
.focus\:ring-offset-purple-950\/10:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.1);
}
.focus\:ring-offset-purple-950\/100:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 1);
}
.focus\:ring-offset-purple-950\/15:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.15);
}
.focus\:ring-offset-purple-950\/20:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.2);
}
.focus\:ring-offset-purple-950\/25:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.25);
}
.focus\:ring-offset-purple-950\/30:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.3);
}
.focus\:ring-offset-purple-950\/35:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.35);
}
.focus\:ring-offset-purple-950\/40:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.4);
}
.focus\:ring-offset-purple-950\/45:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.45);
}
.focus\:ring-offset-purple-950\/5:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.05);
}
.focus\:ring-offset-purple-950\/50:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.5);
}
.focus\:ring-offset-purple-950\/55:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.55);
}
.focus\:ring-offset-purple-950\/60:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.6);
}
.focus\:ring-offset-purple-950\/65:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.65);
}
.focus\:ring-offset-purple-950\/70:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.7);
}
.focus\:ring-offset-purple-950\/75:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.75);
}
.focus\:ring-offset-purple-950\/80:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.8);
}
.focus\:ring-offset-purple-950\/85:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.85);
}
.focus\:ring-offset-purple-950\/90:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.9);
}
.focus\:ring-offset-purple-950\/95:focus {
  --tw-ring-offset-color: rgb(59 7 100 / 0.95);
}
.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}
.focus\:ring-offset-red-100\/0:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0);
}
.focus\:ring-offset-red-100\/10:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.1);
}
.focus\:ring-offset-red-100\/100:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 1);
}
.focus\:ring-offset-red-100\/15:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.15);
}
.focus\:ring-offset-red-100\/20:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.2);
}
.focus\:ring-offset-red-100\/25:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.25);
}
.focus\:ring-offset-red-100\/30:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.3);
}
.focus\:ring-offset-red-100\/35:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.35);
}
.focus\:ring-offset-red-100\/40:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.4);
}
.focus\:ring-offset-red-100\/45:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.45);
}
.focus\:ring-offset-red-100\/5:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.05);
}
.focus\:ring-offset-red-100\/50:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.5);
}
.focus\:ring-offset-red-100\/55:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.55);
}
.focus\:ring-offset-red-100\/60:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.6);
}
.focus\:ring-offset-red-100\/65:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.65);
}
.focus\:ring-offset-red-100\/70:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.7);
}
.focus\:ring-offset-red-100\/75:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.75);
}
.focus\:ring-offset-red-100\/80:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.8);
}
.focus\:ring-offset-red-100\/85:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.85);
}
.focus\:ring-offset-red-100\/90:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.9);
}
.focus\:ring-offset-red-100\/95:focus {
  --tw-ring-offset-color: rgb(254 226 226 / 0.95);
}
.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}
.focus\:ring-offset-red-200\/0:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0);
}
.focus\:ring-offset-red-200\/10:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.1);
}
.focus\:ring-offset-red-200\/100:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 1);
}
.focus\:ring-offset-red-200\/15:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.15);
}
.focus\:ring-offset-red-200\/20:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.2);
}
.focus\:ring-offset-red-200\/25:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.25);
}
.focus\:ring-offset-red-200\/30:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.3);
}
.focus\:ring-offset-red-200\/35:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.35);
}
.focus\:ring-offset-red-200\/40:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.4);
}
.focus\:ring-offset-red-200\/45:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.45);
}
.focus\:ring-offset-red-200\/5:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.05);
}
.focus\:ring-offset-red-200\/50:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.5);
}
.focus\:ring-offset-red-200\/55:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.55);
}
.focus\:ring-offset-red-200\/60:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.6);
}
.focus\:ring-offset-red-200\/65:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.65);
}
.focus\:ring-offset-red-200\/70:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.7);
}
.focus\:ring-offset-red-200\/75:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.75);
}
.focus\:ring-offset-red-200\/80:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.8);
}
.focus\:ring-offset-red-200\/85:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.85);
}
.focus\:ring-offset-red-200\/90:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.9);
}
.focus\:ring-offset-red-200\/95:focus {
  --tw-ring-offset-color: rgb(254 202 202 / 0.95);
}
.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}
.focus\:ring-offset-red-300\/0:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0);
}
.focus\:ring-offset-red-300\/10:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.1);
}
.focus\:ring-offset-red-300\/100:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 1);
}
.focus\:ring-offset-red-300\/15:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.15);
}
.focus\:ring-offset-red-300\/20:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.2);
}
.focus\:ring-offset-red-300\/25:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.25);
}
.focus\:ring-offset-red-300\/30:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.3);
}
.focus\:ring-offset-red-300\/35:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.35);
}
.focus\:ring-offset-red-300\/40:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.4);
}
.focus\:ring-offset-red-300\/45:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.45);
}
.focus\:ring-offset-red-300\/5:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.05);
}
.focus\:ring-offset-red-300\/50:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.5);
}
.focus\:ring-offset-red-300\/55:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.55);
}
.focus\:ring-offset-red-300\/60:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.6);
}
.focus\:ring-offset-red-300\/65:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.65);
}
.focus\:ring-offset-red-300\/70:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.7);
}
.focus\:ring-offset-red-300\/75:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.75);
}
.focus\:ring-offset-red-300\/80:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.8);
}
.focus\:ring-offset-red-300\/85:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.85);
}
.focus\:ring-offset-red-300\/90:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.9);
}
.focus\:ring-offset-red-300\/95:focus {
  --tw-ring-offset-color: rgb(252 165 165 / 0.95);
}
.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}
.focus\:ring-offset-red-400\/0:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.focus\:ring-offset-red-400\/10:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.focus\:ring-offset-red-400\/100:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.focus\:ring-offset-red-400\/15:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.15);
}
.focus\:ring-offset-red-400\/20:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.focus\:ring-offset-red-400\/25:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.focus\:ring-offset-red-400\/30:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.focus\:ring-offset-red-400\/35:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.35);
}
.focus\:ring-offset-red-400\/40:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.focus\:ring-offset-red-400\/45:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.45);
}
.focus\:ring-offset-red-400\/5:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.focus\:ring-offset-red-400\/50:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.focus\:ring-offset-red-400\/55:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.55);
}
.focus\:ring-offset-red-400\/60:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.focus\:ring-offset-red-400\/65:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.65);
}
.focus\:ring-offset-red-400\/70:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.focus\:ring-offset-red-400\/75:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.focus\:ring-offset-red-400\/80:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.focus\:ring-offset-red-400\/85:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.85);
}
.focus\:ring-offset-red-400\/90:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.focus\:ring-offset-red-400\/95:focus {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}
.focus\:ring-offset-red-50\/0:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0);
}
.focus\:ring-offset-red-50\/10:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.1);
}
.focus\:ring-offset-red-50\/100:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 1);
}
.focus\:ring-offset-red-50\/15:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.15);
}
.focus\:ring-offset-red-50\/20:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.2);
}
.focus\:ring-offset-red-50\/25:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.25);
}
.focus\:ring-offset-red-50\/30:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.3);
}
.focus\:ring-offset-red-50\/35:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.35);
}
.focus\:ring-offset-red-50\/40:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.4);
}
.focus\:ring-offset-red-50\/45:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.45);
}
.focus\:ring-offset-red-50\/5:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.05);
}
.focus\:ring-offset-red-50\/50:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.5);
}
.focus\:ring-offset-red-50\/55:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.55);
}
.focus\:ring-offset-red-50\/60:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.6);
}
.focus\:ring-offset-red-50\/65:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.65);
}
.focus\:ring-offset-red-50\/70:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.7);
}
.focus\:ring-offset-red-50\/75:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.75);
}
.focus\:ring-offset-red-50\/80:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.8);
}
.focus\:ring-offset-red-50\/85:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.85);
}
.focus\:ring-offset-red-50\/90:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.9);
}
.focus\:ring-offset-red-50\/95:focus {
  --tw-ring-offset-color: rgb(254 242 242 / 0.95);
}
.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}
.focus\:ring-offset-red-500\/0:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0);
}
.focus\:ring-offset-red-500\/10:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.1);
}
.focus\:ring-offset-red-500\/100:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 1);
}
.focus\:ring-offset-red-500\/15:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.15);
}
.focus\:ring-offset-red-500\/20:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.2);
}
.focus\:ring-offset-red-500\/25:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.25);
}
.focus\:ring-offset-red-500\/30:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.3);
}
.focus\:ring-offset-red-500\/35:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.35);
}
.focus\:ring-offset-red-500\/40:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.4);
}
.focus\:ring-offset-red-500\/45:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.45);
}
.focus\:ring-offset-red-500\/5:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.05);
}
.focus\:ring-offset-red-500\/50:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.5);
}
.focus\:ring-offset-red-500\/55:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.55);
}
.focus\:ring-offset-red-500\/60:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.6);
}
.focus\:ring-offset-red-500\/65:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.65);
}
.focus\:ring-offset-red-500\/70:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.7);
}
.focus\:ring-offset-red-500\/75:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.75);
}
.focus\:ring-offset-red-500\/80:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.8);
}
.focus\:ring-offset-red-500\/85:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.85);
}
.focus\:ring-offset-red-500\/90:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.9);
}
.focus\:ring-offset-red-500\/95:focus {
  --tw-ring-offset-color: rgb(239 68 68 / 0.95);
}
.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}
.focus\:ring-offset-red-600\/0:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0);
}
.focus\:ring-offset-red-600\/10:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.1);
}
.focus\:ring-offset-red-600\/100:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 1);
}
.focus\:ring-offset-red-600\/15:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.15);
}
.focus\:ring-offset-red-600\/20:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.2);
}
.focus\:ring-offset-red-600\/25:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.25);
}
.focus\:ring-offset-red-600\/30:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.3);
}
.focus\:ring-offset-red-600\/35:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.35);
}
.focus\:ring-offset-red-600\/40:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.4);
}
.focus\:ring-offset-red-600\/45:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.45);
}
.focus\:ring-offset-red-600\/5:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.05);
}
.focus\:ring-offset-red-600\/50:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.5);
}
.focus\:ring-offset-red-600\/55:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.55);
}
.focus\:ring-offset-red-600\/60:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.6);
}
.focus\:ring-offset-red-600\/65:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.65);
}
.focus\:ring-offset-red-600\/70:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.7);
}
.focus\:ring-offset-red-600\/75:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.75);
}
.focus\:ring-offset-red-600\/80:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.8);
}
.focus\:ring-offset-red-600\/85:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.85);
}
.focus\:ring-offset-red-600\/90:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.9);
}
.focus\:ring-offset-red-600\/95:focus {
  --tw-ring-offset-color: rgb(220 38 38 / 0.95);
}
.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}
.focus\:ring-offset-red-700\/0:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0);
}
.focus\:ring-offset-red-700\/10:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.1);
}
.focus\:ring-offset-red-700\/100:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 1);
}
.focus\:ring-offset-red-700\/15:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.15);
}
.focus\:ring-offset-red-700\/20:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.2);
}
.focus\:ring-offset-red-700\/25:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.25);
}
.focus\:ring-offset-red-700\/30:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.3);
}
.focus\:ring-offset-red-700\/35:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.35);
}
.focus\:ring-offset-red-700\/40:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.4);
}
.focus\:ring-offset-red-700\/45:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.45);
}
.focus\:ring-offset-red-700\/5:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.05);
}
.focus\:ring-offset-red-700\/50:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.5);
}
.focus\:ring-offset-red-700\/55:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.55);
}
.focus\:ring-offset-red-700\/60:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.6);
}
.focus\:ring-offset-red-700\/65:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.65);
}
.focus\:ring-offset-red-700\/70:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.7);
}
.focus\:ring-offset-red-700\/75:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.75);
}
.focus\:ring-offset-red-700\/80:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.8);
}
.focus\:ring-offset-red-700\/85:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.85);
}
.focus\:ring-offset-red-700\/90:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.9);
}
.focus\:ring-offset-red-700\/95:focus {
  --tw-ring-offset-color: rgb(185 28 28 / 0.95);
}
.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}
.focus\:ring-offset-red-800\/0:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0);
}
.focus\:ring-offset-red-800\/10:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.1);
}
.focus\:ring-offset-red-800\/100:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 1);
}
.focus\:ring-offset-red-800\/15:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.15);
}
.focus\:ring-offset-red-800\/20:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.2);
}
.focus\:ring-offset-red-800\/25:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.25);
}
.focus\:ring-offset-red-800\/30:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.3);
}
.focus\:ring-offset-red-800\/35:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.35);
}
.focus\:ring-offset-red-800\/40:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.4);
}
.focus\:ring-offset-red-800\/45:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.45);
}
.focus\:ring-offset-red-800\/5:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.05);
}
.focus\:ring-offset-red-800\/50:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.5);
}
.focus\:ring-offset-red-800\/55:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.55);
}
.focus\:ring-offset-red-800\/60:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.6);
}
.focus\:ring-offset-red-800\/65:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.65);
}
.focus\:ring-offset-red-800\/70:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.7);
}
.focus\:ring-offset-red-800\/75:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.75);
}
.focus\:ring-offset-red-800\/80:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.8);
}
.focus\:ring-offset-red-800\/85:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.85);
}
.focus\:ring-offset-red-800\/90:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.9);
}
.focus\:ring-offset-red-800\/95:focus {
  --tw-ring-offset-color: rgb(153 27 27 / 0.95);
}
.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}
.focus\:ring-offset-red-900\/0:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0);
}
.focus\:ring-offset-red-900\/10:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.1);
}
.focus\:ring-offset-red-900\/100:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 1);
}
.focus\:ring-offset-red-900\/15:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.15);
}
.focus\:ring-offset-red-900\/20:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.2);
}
.focus\:ring-offset-red-900\/25:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.25);
}
.focus\:ring-offset-red-900\/30:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.3);
}
.focus\:ring-offset-red-900\/35:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.35);
}
.focus\:ring-offset-red-900\/40:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.4);
}
.focus\:ring-offset-red-900\/45:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.45);
}
.focus\:ring-offset-red-900\/5:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.05);
}
.focus\:ring-offset-red-900\/50:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.5);
}
.focus\:ring-offset-red-900\/55:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.55);
}
.focus\:ring-offset-red-900\/60:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.6);
}
.focus\:ring-offset-red-900\/65:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.65);
}
.focus\:ring-offset-red-900\/70:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.7);
}
.focus\:ring-offset-red-900\/75:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.75);
}
.focus\:ring-offset-red-900\/80:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.8);
}
.focus\:ring-offset-red-900\/85:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.85);
}
.focus\:ring-offset-red-900\/90:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.9);
}
.focus\:ring-offset-red-900\/95:focus {
  --tw-ring-offset-color: rgb(127 29 29 / 0.95);
}
.focus\:ring-offset-red-950:focus {
  --tw-ring-offset-color: #450a0a;
}
.focus\:ring-offset-red-950\/0:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0);
}
.focus\:ring-offset-red-950\/10:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.1);
}
.focus\:ring-offset-red-950\/100:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 1);
}
.focus\:ring-offset-red-950\/15:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.15);
}
.focus\:ring-offset-red-950\/20:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.2);
}
.focus\:ring-offset-red-950\/25:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.25);
}
.focus\:ring-offset-red-950\/30:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.3);
}
.focus\:ring-offset-red-950\/35:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.35);
}
.focus\:ring-offset-red-950\/40:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.4);
}
.focus\:ring-offset-red-950\/45:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.45);
}
.focus\:ring-offset-red-950\/5:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.05);
}
.focus\:ring-offset-red-950\/50:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.5);
}
.focus\:ring-offset-red-950\/55:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.55);
}
.focus\:ring-offset-red-950\/60:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.6);
}
.focus\:ring-offset-red-950\/65:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.65);
}
.focus\:ring-offset-red-950\/70:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.7);
}
.focus\:ring-offset-red-950\/75:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.75);
}
.focus\:ring-offset-red-950\/80:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.8);
}
.focus\:ring-offset-red-950\/85:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.85);
}
.focus\:ring-offset-red-950\/90:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.9);
}
.focus\:ring-offset-red-950\/95:focus {
  --tw-ring-offset-color: rgb(69 10 10 / 0.95);
}
.focus\:ring-offset-rose-100:focus {
  --tw-ring-offset-color: #ffe4e6;
}
.focus\:ring-offset-rose-100\/0:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0);
}
.focus\:ring-offset-rose-100\/10:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.1);
}
.focus\:ring-offset-rose-100\/100:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 1);
}
.focus\:ring-offset-rose-100\/15:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.15);
}
.focus\:ring-offset-rose-100\/20:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.2);
}
.focus\:ring-offset-rose-100\/25:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.25);
}
.focus\:ring-offset-rose-100\/30:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.3);
}
.focus\:ring-offset-rose-100\/35:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.35);
}
.focus\:ring-offset-rose-100\/40:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.4);
}
.focus\:ring-offset-rose-100\/45:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.45);
}
.focus\:ring-offset-rose-100\/5:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.05);
}
.focus\:ring-offset-rose-100\/50:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.5);
}
.focus\:ring-offset-rose-100\/55:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.55);
}
.focus\:ring-offset-rose-100\/60:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.6);
}
.focus\:ring-offset-rose-100\/65:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.65);
}
.focus\:ring-offset-rose-100\/70:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.7);
}
.focus\:ring-offset-rose-100\/75:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.75);
}
.focus\:ring-offset-rose-100\/80:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.8);
}
.focus\:ring-offset-rose-100\/85:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.85);
}
.focus\:ring-offset-rose-100\/90:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.9);
}
.focus\:ring-offset-rose-100\/95:focus {
  --tw-ring-offset-color: rgb(255 228 230 / 0.95);
}
.focus\:ring-offset-rose-200:focus {
  --tw-ring-offset-color: #fecdd3;
}
.focus\:ring-offset-rose-200\/0:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0);
}
.focus\:ring-offset-rose-200\/10:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.1);
}
.focus\:ring-offset-rose-200\/100:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 1);
}
.focus\:ring-offset-rose-200\/15:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.15);
}
.focus\:ring-offset-rose-200\/20:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.2);
}
.focus\:ring-offset-rose-200\/25:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.25);
}
.focus\:ring-offset-rose-200\/30:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.3);
}
.focus\:ring-offset-rose-200\/35:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.35);
}
.focus\:ring-offset-rose-200\/40:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.4);
}
.focus\:ring-offset-rose-200\/45:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.45);
}
.focus\:ring-offset-rose-200\/5:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.05);
}
.focus\:ring-offset-rose-200\/50:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.5);
}
.focus\:ring-offset-rose-200\/55:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.55);
}
.focus\:ring-offset-rose-200\/60:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.6);
}
.focus\:ring-offset-rose-200\/65:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.65);
}
.focus\:ring-offset-rose-200\/70:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.7);
}
.focus\:ring-offset-rose-200\/75:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.75);
}
.focus\:ring-offset-rose-200\/80:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.8);
}
.focus\:ring-offset-rose-200\/85:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.85);
}
.focus\:ring-offset-rose-200\/90:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.9);
}
.focus\:ring-offset-rose-200\/95:focus {
  --tw-ring-offset-color: rgb(254 205 211 / 0.95);
}
.focus\:ring-offset-rose-300:focus {
  --tw-ring-offset-color: #fda4af;
}
.focus\:ring-offset-rose-300\/0:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0);
}
.focus\:ring-offset-rose-300\/10:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.1);
}
.focus\:ring-offset-rose-300\/100:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 1);
}
.focus\:ring-offset-rose-300\/15:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.15);
}
.focus\:ring-offset-rose-300\/20:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.2);
}
.focus\:ring-offset-rose-300\/25:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.25);
}
.focus\:ring-offset-rose-300\/30:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.3);
}
.focus\:ring-offset-rose-300\/35:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.35);
}
.focus\:ring-offset-rose-300\/40:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.4);
}
.focus\:ring-offset-rose-300\/45:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.45);
}
.focus\:ring-offset-rose-300\/5:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.05);
}
.focus\:ring-offset-rose-300\/50:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.5);
}
.focus\:ring-offset-rose-300\/55:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.55);
}
.focus\:ring-offset-rose-300\/60:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.6);
}
.focus\:ring-offset-rose-300\/65:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.65);
}
.focus\:ring-offset-rose-300\/70:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.7);
}
.focus\:ring-offset-rose-300\/75:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.75);
}
.focus\:ring-offset-rose-300\/80:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.8);
}
.focus\:ring-offset-rose-300\/85:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.85);
}
.focus\:ring-offset-rose-300\/90:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.9);
}
.focus\:ring-offset-rose-300\/95:focus {
  --tw-ring-offset-color: rgb(253 164 175 / 0.95);
}
.focus\:ring-offset-rose-400:focus {
  --tw-ring-offset-color: #fb7185;
}
.focus\:ring-offset-rose-400\/0:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0);
}
.focus\:ring-offset-rose-400\/10:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.1);
}
.focus\:ring-offset-rose-400\/100:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 1);
}
.focus\:ring-offset-rose-400\/15:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.15);
}
.focus\:ring-offset-rose-400\/20:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.2);
}
.focus\:ring-offset-rose-400\/25:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.25);
}
.focus\:ring-offset-rose-400\/30:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.3);
}
.focus\:ring-offset-rose-400\/35:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.35);
}
.focus\:ring-offset-rose-400\/40:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.4);
}
.focus\:ring-offset-rose-400\/45:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.45);
}
.focus\:ring-offset-rose-400\/5:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.05);
}
.focus\:ring-offset-rose-400\/50:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.5);
}
.focus\:ring-offset-rose-400\/55:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.55);
}
.focus\:ring-offset-rose-400\/60:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.6);
}
.focus\:ring-offset-rose-400\/65:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.65);
}
.focus\:ring-offset-rose-400\/70:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.7);
}
.focus\:ring-offset-rose-400\/75:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.75);
}
.focus\:ring-offset-rose-400\/80:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.8);
}
.focus\:ring-offset-rose-400\/85:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.85);
}
.focus\:ring-offset-rose-400\/90:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.9);
}
.focus\:ring-offset-rose-400\/95:focus {
  --tw-ring-offset-color: rgb(251 113 133 / 0.95);
}
.focus\:ring-offset-rose-50:focus {
  --tw-ring-offset-color: #fff1f2;
}
.focus\:ring-offset-rose-50\/0:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0);
}
.focus\:ring-offset-rose-50\/10:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.1);
}
.focus\:ring-offset-rose-50\/100:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 1);
}
.focus\:ring-offset-rose-50\/15:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.15);
}
.focus\:ring-offset-rose-50\/20:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.2);
}
.focus\:ring-offset-rose-50\/25:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.25);
}
.focus\:ring-offset-rose-50\/30:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.3);
}
.focus\:ring-offset-rose-50\/35:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.35);
}
.focus\:ring-offset-rose-50\/40:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.4);
}
.focus\:ring-offset-rose-50\/45:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.45);
}
.focus\:ring-offset-rose-50\/5:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.05);
}
.focus\:ring-offset-rose-50\/50:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.5);
}
.focus\:ring-offset-rose-50\/55:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.55);
}
.focus\:ring-offset-rose-50\/60:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.6);
}
.focus\:ring-offset-rose-50\/65:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.65);
}
.focus\:ring-offset-rose-50\/70:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.7);
}
.focus\:ring-offset-rose-50\/75:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.75);
}
.focus\:ring-offset-rose-50\/80:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.8);
}
.focus\:ring-offset-rose-50\/85:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.85);
}
.focus\:ring-offset-rose-50\/90:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.9);
}
.focus\:ring-offset-rose-50\/95:focus {
  --tw-ring-offset-color: rgb(255 241 242 / 0.95);
}
.focus\:ring-offset-rose-500:focus {
  --tw-ring-offset-color: #f43f5e;
}
.focus\:ring-offset-rose-500\/0:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0);
}
.focus\:ring-offset-rose-500\/10:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.1);
}
.focus\:ring-offset-rose-500\/100:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 1);
}
.focus\:ring-offset-rose-500\/15:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.15);
}
.focus\:ring-offset-rose-500\/20:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.2);
}
.focus\:ring-offset-rose-500\/25:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.25);
}
.focus\:ring-offset-rose-500\/30:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.3);
}
.focus\:ring-offset-rose-500\/35:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.35);
}
.focus\:ring-offset-rose-500\/40:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.4);
}
.focus\:ring-offset-rose-500\/45:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.45);
}
.focus\:ring-offset-rose-500\/5:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.05);
}
.focus\:ring-offset-rose-500\/50:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.5);
}
.focus\:ring-offset-rose-500\/55:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.55);
}
.focus\:ring-offset-rose-500\/60:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.6);
}
.focus\:ring-offset-rose-500\/65:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.65);
}
.focus\:ring-offset-rose-500\/70:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.7);
}
.focus\:ring-offset-rose-500\/75:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.75);
}
.focus\:ring-offset-rose-500\/80:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.8);
}
.focus\:ring-offset-rose-500\/85:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.85);
}
.focus\:ring-offset-rose-500\/90:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.9);
}
.focus\:ring-offset-rose-500\/95:focus {
  --tw-ring-offset-color: rgb(244 63 94 / 0.95);
}
.focus\:ring-offset-rose-600:focus {
  --tw-ring-offset-color: #e11d48;
}
.focus\:ring-offset-rose-600\/0:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0);
}
.focus\:ring-offset-rose-600\/10:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.1);
}
.focus\:ring-offset-rose-600\/100:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 1);
}
.focus\:ring-offset-rose-600\/15:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.15);
}
.focus\:ring-offset-rose-600\/20:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.2);
}
.focus\:ring-offset-rose-600\/25:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.25);
}
.focus\:ring-offset-rose-600\/30:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.3);
}
.focus\:ring-offset-rose-600\/35:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.35);
}
.focus\:ring-offset-rose-600\/40:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.4);
}
.focus\:ring-offset-rose-600\/45:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.45);
}
.focus\:ring-offset-rose-600\/5:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.05);
}
.focus\:ring-offset-rose-600\/50:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.5);
}
.focus\:ring-offset-rose-600\/55:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.55);
}
.focus\:ring-offset-rose-600\/60:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.6);
}
.focus\:ring-offset-rose-600\/65:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.65);
}
.focus\:ring-offset-rose-600\/70:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.7);
}
.focus\:ring-offset-rose-600\/75:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.75);
}
.focus\:ring-offset-rose-600\/80:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.8);
}
.focus\:ring-offset-rose-600\/85:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.85);
}
.focus\:ring-offset-rose-600\/90:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.9);
}
.focus\:ring-offset-rose-600\/95:focus {
  --tw-ring-offset-color: rgb(225 29 72 / 0.95);
}
.focus\:ring-offset-rose-700:focus {
  --tw-ring-offset-color: #be123c;
}
.focus\:ring-offset-rose-700\/0:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0);
}
.focus\:ring-offset-rose-700\/10:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.1);
}
.focus\:ring-offset-rose-700\/100:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 1);
}
.focus\:ring-offset-rose-700\/15:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.15);
}
.focus\:ring-offset-rose-700\/20:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.2);
}
.focus\:ring-offset-rose-700\/25:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.25);
}
.focus\:ring-offset-rose-700\/30:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.3);
}
.focus\:ring-offset-rose-700\/35:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.35);
}
.focus\:ring-offset-rose-700\/40:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.4);
}
.focus\:ring-offset-rose-700\/45:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.45);
}
.focus\:ring-offset-rose-700\/5:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.05);
}
.focus\:ring-offset-rose-700\/50:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.5);
}
.focus\:ring-offset-rose-700\/55:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.55);
}
.focus\:ring-offset-rose-700\/60:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.6);
}
.focus\:ring-offset-rose-700\/65:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.65);
}
.focus\:ring-offset-rose-700\/70:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.7);
}
.focus\:ring-offset-rose-700\/75:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.75);
}
.focus\:ring-offset-rose-700\/80:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.8);
}
.focus\:ring-offset-rose-700\/85:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.85);
}
.focus\:ring-offset-rose-700\/90:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.9);
}
.focus\:ring-offset-rose-700\/95:focus {
  --tw-ring-offset-color: rgb(190 18 60 / 0.95);
}
.focus\:ring-offset-rose-800:focus {
  --tw-ring-offset-color: #9f1239;
}
.focus\:ring-offset-rose-800\/0:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0);
}
.focus\:ring-offset-rose-800\/10:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.1);
}
.focus\:ring-offset-rose-800\/100:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 1);
}
.focus\:ring-offset-rose-800\/15:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.15);
}
.focus\:ring-offset-rose-800\/20:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.2);
}
.focus\:ring-offset-rose-800\/25:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.25);
}
.focus\:ring-offset-rose-800\/30:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.3);
}
.focus\:ring-offset-rose-800\/35:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.35);
}
.focus\:ring-offset-rose-800\/40:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.4);
}
.focus\:ring-offset-rose-800\/45:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.45);
}
.focus\:ring-offset-rose-800\/5:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.05);
}
.focus\:ring-offset-rose-800\/50:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.5);
}
.focus\:ring-offset-rose-800\/55:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.55);
}
.focus\:ring-offset-rose-800\/60:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.6);
}
.focus\:ring-offset-rose-800\/65:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.65);
}
.focus\:ring-offset-rose-800\/70:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.7);
}
.focus\:ring-offset-rose-800\/75:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.75);
}
.focus\:ring-offset-rose-800\/80:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.8);
}
.focus\:ring-offset-rose-800\/85:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.85);
}
.focus\:ring-offset-rose-800\/90:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.9);
}
.focus\:ring-offset-rose-800\/95:focus {
  --tw-ring-offset-color: rgb(159 18 57 / 0.95);
}
.focus\:ring-offset-rose-900:focus {
  --tw-ring-offset-color: #881337;
}
.focus\:ring-offset-rose-900\/0:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0);
}
.focus\:ring-offset-rose-900\/10:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.1);
}
.focus\:ring-offset-rose-900\/100:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 1);
}
.focus\:ring-offset-rose-900\/15:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.15);
}
.focus\:ring-offset-rose-900\/20:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.2);
}
.focus\:ring-offset-rose-900\/25:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.25);
}
.focus\:ring-offset-rose-900\/30:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.3);
}
.focus\:ring-offset-rose-900\/35:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.35);
}
.focus\:ring-offset-rose-900\/40:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.4);
}
.focus\:ring-offset-rose-900\/45:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.45);
}
.focus\:ring-offset-rose-900\/5:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.05);
}
.focus\:ring-offset-rose-900\/50:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.5);
}
.focus\:ring-offset-rose-900\/55:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.55);
}
.focus\:ring-offset-rose-900\/60:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.6);
}
.focus\:ring-offset-rose-900\/65:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.65);
}
.focus\:ring-offset-rose-900\/70:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.7);
}
.focus\:ring-offset-rose-900\/75:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.75);
}
.focus\:ring-offset-rose-900\/80:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.8);
}
.focus\:ring-offset-rose-900\/85:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.85);
}
.focus\:ring-offset-rose-900\/90:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.9);
}
.focus\:ring-offset-rose-900\/95:focus {
  --tw-ring-offset-color: rgb(136 19 55 / 0.95);
}
.focus\:ring-offset-rose-950:focus {
  --tw-ring-offset-color: #4c0519;
}
.focus\:ring-offset-rose-950\/0:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0);
}
.focus\:ring-offset-rose-950\/10:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.1);
}
.focus\:ring-offset-rose-950\/100:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 1);
}
.focus\:ring-offset-rose-950\/15:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.15);
}
.focus\:ring-offset-rose-950\/20:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.2);
}
.focus\:ring-offset-rose-950\/25:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.25);
}
.focus\:ring-offset-rose-950\/30:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.3);
}
.focus\:ring-offset-rose-950\/35:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.35);
}
.focus\:ring-offset-rose-950\/40:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.4);
}
.focus\:ring-offset-rose-950\/45:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.45);
}
.focus\:ring-offset-rose-950\/5:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.05);
}
.focus\:ring-offset-rose-950\/50:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.5);
}
.focus\:ring-offset-rose-950\/55:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.55);
}
.focus\:ring-offset-rose-950\/60:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.6);
}
.focus\:ring-offset-rose-950\/65:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.65);
}
.focus\:ring-offset-rose-950\/70:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.7);
}
.focus\:ring-offset-rose-950\/75:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.75);
}
.focus\:ring-offset-rose-950\/80:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.8);
}
.focus\:ring-offset-rose-950\/85:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.85);
}
.focus\:ring-offset-rose-950\/90:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.9);
}
.focus\:ring-offset-rose-950\/95:focus {
  --tw-ring-offset-color: rgb(76 5 25 / 0.95);
}
.focus\:ring-offset-sky-100:focus {
  --tw-ring-offset-color: #e0f2fe;
}
.focus\:ring-offset-sky-100\/0:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0);
}
.focus\:ring-offset-sky-100\/10:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.1);
}
.focus\:ring-offset-sky-100\/100:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 1);
}
.focus\:ring-offset-sky-100\/15:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.15);
}
.focus\:ring-offset-sky-100\/20:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.2);
}
.focus\:ring-offset-sky-100\/25:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.25);
}
.focus\:ring-offset-sky-100\/30:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.3);
}
.focus\:ring-offset-sky-100\/35:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.35);
}
.focus\:ring-offset-sky-100\/40:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.4);
}
.focus\:ring-offset-sky-100\/45:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.45);
}
.focus\:ring-offset-sky-100\/5:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.05);
}
.focus\:ring-offset-sky-100\/50:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.5);
}
.focus\:ring-offset-sky-100\/55:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.55);
}
.focus\:ring-offset-sky-100\/60:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.6);
}
.focus\:ring-offset-sky-100\/65:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.65);
}
.focus\:ring-offset-sky-100\/70:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.7);
}
.focus\:ring-offset-sky-100\/75:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.75);
}
.focus\:ring-offset-sky-100\/80:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.8);
}
.focus\:ring-offset-sky-100\/85:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.85);
}
.focus\:ring-offset-sky-100\/90:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.9);
}
.focus\:ring-offset-sky-100\/95:focus {
  --tw-ring-offset-color: rgb(224 242 254 / 0.95);
}
.focus\:ring-offset-sky-200:focus {
  --tw-ring-offset-color: #bae6fd;
}
.focus\:ring-offset-sky-200\/0:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0);
}
.focus\:ring-offset-sky-200\/10:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.1);
}
.focus\:ring-offset-sky-200\/100:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 1);
}
.focus\:ring-offset-sky-200\/15:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.15);
}
.focus\:ring-offset-sky-200\/20:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.2);
}
.focus\:ring-offset-sky-200\/25:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.25);
}
.focus\:ring-offset-sky-200\/30:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.3);
}
.focus\:ring-offset-sky-200\/35:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.35);
}
.focus\:ring-offset-sky-200\/40:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.4);
}
.focus\:ring-offset-sky-200\/45:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.45);
}
.focus\:ring-offset-sky-200\/5:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.05);
}
.focus\:ring-offset-sky-200\/50:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.5);
}
.focus\:ring-offset-sky-200\/55:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.55);
}
.focus\:ring-offset-sky-200\/60:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.6);
}
.focus\:ring-offset-sky-200\/65:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.65);
}
.focus\:ring-offset-sky-200\/70:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.7);
}
.focus\:ring-offset-sky-200\/75:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.75);
}
.focus\:ring-offset-sky-200\/80:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.8);
}
.focus\:ring-offset-sky-200\/85:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.85);
}
.focus\:ring-offset-sky-200\/90:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.9);
}
.focus\:ring-offset-sky-200\/95:focus {
  --tw-ring-offset-color: rgb(186 230 253 / 0.95);
}
.focus\:ring-offset-sky-300:focus {
  --tw-ring-offset-color: #7dd3fc;
}
.focus\:ring-offset-sky-300\/0:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0);
}
.focus\:ring-offset-sky-300\/10:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.1);
}
.focus\:ring-offset-sky-300\/100:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 1);
}
.focus\:ring-offset-sky-300\/15:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.15);
}
.focus\:ring-offset-sky-300\/20:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.2);
}
.focus\:ring-offset-sky-300\/25:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.25);
}
.focus\:ring-offset-sky-300\/30:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.3);
}
.focus\:ring-offset-sky-300\/35:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.35);
}
.focus\:ring-offset-sky-300\/40:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.4);
}
.focus\:ring-offset-sky-300\/45:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.45);
}
.focus\:ring-offset-sky-300\/5:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.05);
}
.focus\:ring-offset-sky-300\/50:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.5);
}
.focus\:ring-offset-sky-300\/55:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.55);
}
.focus\:ring-offset-sky-300\/60:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.6);
}
.focus\:ring-offset-sky-300\/65:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.65);
}
.focus\:ring-offset-sky-300\/70:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.7);
}
.focus\:ring-offset-sky-300\/75:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.75);
}
.focus\:ring-offset-sky-300\/80:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.8);
}
.focus\:ring-offset-sky-300\/85:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.85);
}
.focus\:ring-offset-sky-300\/90:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.9);
}
.focus\:ring-offset-sky-300\/95:focus {
  --tw-ring-offset-color: rgb(125 211 252 / 0.95);
}
.focus\:ring-offset-sky-400:focus {
  --tw-ring-offset-color: #38bdf8;
}
.focus\:ring-offset-sky-400\/0:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0);
}
.focus\:ring-offset-sky-400\/10:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.1);
}
.focus\:ring-offset-sky-400\/100:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 1);
}
.focus\:ring-offset-sky-400\/15:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.15);
}
.focus\:ring-offset-sky-400\/20:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.2);
}
.focus\:ring-offset-sky-400\/25:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.25);
}
.focus\:ring-offset-sky-400\/30:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.3);
}
.focus\:ring-offset-sky-400\/35:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.35);
}
.focus\:ring-offset-sky-400\/40:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.4);
}
.focus\:ring-offset-sky-400\/45:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.45);
}
.focus\:ring-offset-sky-400\/5:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.05);
}
.focus\:ring-offset-sky-400\/50:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.5);
}
.focus\:ring-offset-sky-400\/55:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.55);
}
.focus\:ring-offset-sky-400\/60:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.6);
}
.focus\:ring-offset-sky-400\/65:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.65);
}
.focus\:ring-offset-sky-400\/70:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.7);
}
.focus\:ring-offset-sky-400\/75:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.75);
}
.focus\:ring-offset-sky-400\/80:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.8);
}
.focus\:ring-offset-sky-400\/85:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.85);
}
.focus\:ring-offset-sky-400\/90:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.9);
}
.focus\:ring-offset-sky-400\/95:focus {
  --tw-ring-offset-color: rgb(56 189 248 / 0.95);
}
.focus\:ring-offset-sky-50:focus {
  --tw-ring-offset-color: #f0f9ff;
}
.focus\:ring-offset-sky-50\/0:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0);
}
.focus\:ring-offset-sky-50\/10:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.1);
}
.focus\:ring-offset-sky-50\/100:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 1);
}
.focus\:ring-offset-sky-50\/15:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.15);
}
.focus\:ring-offset-sky-50\/20:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.2);
}
.focus\:ring-offset-sky-50\/25:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.25);
}
.focus\:ring-offset-sky-50\/30:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.3);
}
.focus\:ring-offset-sky-50\/35:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.35);
}
.focus\:ring-offset-sky-50\/40:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.4);
}
.focus\:ring-offset-sky-50\/45:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.45);
}
.focus\:ring-offset-sky-50\/5:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.05);
}
.focus\:ring-offset-sky-50\/50:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.5);
}
.focus\:ring-offset-sky-50\/55:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.55);
}
.focus\:ring-offset-sky-50\/60:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.6);
}
.focus\:ring-offset-sky-50\/65:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.65);
}
.focus\:ring-offset-sky-50\/70:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.7);
}
.focus\:ring-offset-sky-50\/75:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.75);
}
.focus\:ring-offset-sky-50\/80:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.8);
}
.focus\:ring-offset-sky-50\/85:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.85);
}
.focus\:ring-offset-sky-50\/90:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.9);
}
.focus\:ring-offset-sky-50\/95:focus {
  --tw-ring-offset-color: rgb(240 249 255 / 0.95);
}
.focus\:ring-offset-sky-500:focus {
  --tw-ring-offset-color: #0ea5e9;
}
.focus\:ring-offset-sky-500\/0:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0);
}
.focus\:ring-offset-sky-500\/10:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.1);
}
.focus\:ring-offset-sky-500\/100:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 1);
}
.focus\:ring-offset-sky-500\/15:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.15);
}
.focus\:ring-offset-sky-500\/20:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.2);
}
.focus\:ring-offset-sky-500\/25:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.25);
}
.focus\:ring-offset-sky-500\/30:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.3);
}
.focus\:ring-offset-sky-500\/35:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.35);
}
.focus\:ring-offset-sky-500\/40:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.4);
}
.focus\:ring-offset-sky-500\/45:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.45);
}
.focus\:ring-offset-sky-500\/5:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.05);
}
.focus\:ring-offset-sky-500\/50:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.5);
}
.focus\:ring-offset-sky-500\/55:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.55);
}
.focus\:ring-offset-sky-500\/60:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.6);
}
.focus\:ring-offset-sky-500\/65:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.65);
}
.focus\:ring-offset-sky-500\/70:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.7);
}
.focus\:ring-offset-sky-500\/75:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.75);
}
.focus\:ring-offset-sky-500\/80:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.8);
}
.focus\:ring-offset-sky-500\/85:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.85);
}
.focus\:ring-offset-sky-500\/90:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.9);
}
.focus\:ring-offset-sky-500\/95:focus {
  --tw-ring-offset-color: rgb(14 165 233 / 0.95);
}
.focus\:ring-offset-sky-600:focus {
  --tw-ring-offset-color: #0284c7;
}
.focus\:ring-offset-sky-600\/0:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0);
}
.focus\:ring-offset-sky-600\/10:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.1);
}
.focus\:ring-offset-sky-600\/100:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 1);
}
.focus\:ring-offset-sky-600\/15:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.15);
}
.focus\:ring-offset-sky-600\/20:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.2);
}
.focus\:ring-offset-sky-600\/25:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.25);
}
.focus\:ring-offset-sky-600\/30:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.3);
}
.focus\:ring-offset-sky-600\/35:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.35);
}
.focus\:ring-offset-sky-600\/40:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.4);
}
.focus\:ring-offset-sky-600\/45:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.45);
}
.focus\:ring-offset-sky-600\/5:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.05);
}
.focus\:ring-offset-sky-600\/50:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.5);
}
.focus\:ring-offset-sky-600\/55:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.55);
}
.focus\:ring-offset-sky-600\/60:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.6);
}
.focus\:ring-offset-sky-600\/65:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.65);
}
.focus\:ring-offset-sky-600\/70:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.7);
}
.focus\:ring-offset-sky-600\/75:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.75);
}
.focus\:ring-offset-sky-600\/80:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.8);
}
.focus\:ring-offset-sky-600\/85:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.85);
}
.focus\:ring-offset-sky-600\/90:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.9);
}
.focus\:ring-offset-sky-600\/95:focus {
  --tw-ring-offset-color: rgb(2 132 199 / 0.95);
}
.focus\:ring-offset-sky-700:focus {
  --tw-ring-offset-color: #0369a1;
}
.focus\:ring-offset-sky-700\/0:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0);
}
.focus\:ring-offset-sky-700\/10:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.1);
}
.focus\:ring-offset-sky-700\/100:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 1);
}
.focus\:ring-offset-sky-700\/15:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.15);
}
.focus\:ring-offset-sky-700\/20:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.2);
}
.focus\:ring-offset-sky-700\/25:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.25);
}
.focus\:ring-offset-sky-700\/30:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.3);
}
.focus\:ring-offset-sky-700\/35:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.35);
}
.focus\:ring-offset-sky-700\/40:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.4);
}
.focus\:ring-offset-sky-700\/45:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.45);
}
.focus\:ring-offset-sky-700\/5:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.05);
}
.focus\:ring-offset-sky-700\/50:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.5);
}
.focus\:ring-offset-sky-700\/55:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.55);
}
.focus\:ring-offset-sky-700\/60:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.6);
}
.focus\:ring-offset-sky-700\/65:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.65);
}
.focus\:ring-offset-sky-700\/70:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.7);
}
.focus\:ring-offset-sky-700\/75:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.75);
}
.focus\:ring-offset-sky-700\/80:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.8);
}
.focus\:ring-offset-sky-700\/85:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.85);
}
.focus\:ring-offset-sky-700\/90:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.9);
}
.focus\:ring-offset-sky-700\/95:focus {
  --tw-ring-offset-color: rgb(3 105 161 / 0.95);
}
.focus\:ring-offset-sky-800:focus {
  --tw-ring-offset-color: #075985;
}
.focus\:ring-offset-sky-800\/0:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0);
}
.focus\:ring-offset-sky-800\/10:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.1);
}
.focus\:ring-offset-sky-800\/100:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 1);
}
.focus\:ring-offset-sky-800\/15:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.15);
}
.focus\:ring-offset-sky-800\/20:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.2);
}
.focus\:ring-offset-sky-800\/25:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.25);
}
.focus\:ring-offset-sky-800\/30:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.3);
}
.focus\:ring-offset-sky-800\/35:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.35);
}
.focus\:ring-offset-sky-800\/40:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.4);
}
.focus\:ring-offset-sky-800\/45:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.45);
}
.focus\:ring-offset-sky-800\/5:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.05);
}
.focus\:ring-offset-sky-800\/50:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.5);
}
.focus\:ring-offset-sky-800\/55:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.55);
}
.focus\:ring-offset-sky-800\/60:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.6);
}
.focus\:ring-offset-sky-800\/65:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.65);
}
.focus\:ring-offset-sky-800\/70:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.7);
}
.focus\:ring-offset-sky-800\/75:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.75);
}
.focus\:ring-offset-sky-800\/80:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.8);
}
.focus\:ring-offset-sky-800\/85:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.85);
}
.focus\:ring-offset-sky-800\/90:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.9);
}
.focus\:ring-offset-sky-800\/95:focus {
  --tw-ring-offset-color: rgb(7 89 133 / 0.95);
}
.focus\:ring-offset-sky-900:focus {
  --tw-ring-offset-color: #0c4a6e;
}
.focus\:ring-offset-sky-900\/0:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0);
}
.focus\:ring-offset-sky-900\/10:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.1);
}
.focus\:ring-offset-sky-900\/100:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 1);
}
.focus\:ring-offset-sky-900\/15:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.15);
}
.focus\:ring-offset-sky-900\/20:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.2);
}
.focus\:ring-offset-sky-900\/25:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.25);
}
.focus\:ring-offset-sky-900\/30:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.3);
}
.focus\:ring-offset-sky-900\/35:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.35);
}
.focus\:ring-offset-sky-900\/40:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.4);
}
.focus\:ring-offset-sky-900\/45:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.45);
}
.focus\:ring-offset-sky-900\/5:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.05);
}
.focus\:ring-offset-sky-900\/50:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.5);
}
.focus\:ring-offset-sky-900\/55:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.55);
}
.focus\:ring-offset-sky-900\/60:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.6);
}
.focus\:ring-offset-sky-900\/65:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.65);
}
.focus\:ring-offset-sky-900\/70:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.7);
}
.focus\:ring-offset-sky-900\/75:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.75);
}
.focus\:ring-offset-sky-900\/80:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.8);
}
.focus\:ring-offset-sky-900\/85:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.85);
}
.focus\:ring-offset-sky-900\/90:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.9);
}
.focus\:ring-offset-sky-900\/95:focus {
  --tw-ring-offset-color: rgb(12 74 110 / 0.95);
}
.focus\:ring-offset-sky-950:focus {
  --tw-ring-offset-color: #082f49;
}
.focus\:ring-offset-sky-950\/0:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0);
}
.focus\:ring-offset-sky-950\/10:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.1);
}
.focus\:ring-offset-sky-950\/100:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 1);
}
.focus\:ring-offset-sky-950\/15:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.15);
}
.focus\:ring-offset-sky-950\/20:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.2);
}
.focus\:ring-offset-sky-950\/25:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.25);
}
.focus\:ring-offset-sky-950\/30:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.3);
}
.focus\:ring-offset-sky-950\/35:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.35);
}
.focus\:ring-offset-sky-950\/40:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.4);
}
.focus\:ring-offset-sky-950\/45:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.45);
}
.focus\:ring-offset-sky-950\/5:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.05);
}
.focus\:ring-offset-sky-950\/50:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.5);
}
.focus\:ring-offset-sky-950\/55:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.55);
}
.focus\:ring-offset-sky-950\/60:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.6);
}
.focus\:ring-offset-sky-950\/65:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.65);
}
.focus\:ring-offset-sky-950\/70:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.7);
}
.focus\:ring-offset-sky-950\/75:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.75);
}
.focus\:ring-offset-sky-950\/80:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.8);
}
.focus\:ring-offset-sky-950\/85:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.85);
}
.focus\:ring-offset-sky-950\/90:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.9);
}
.focus\:ring-offset-sky-950\/95:focus {
  --tw-ring-offset-color: rgb(8 47 73 / 0.95);
}
.focus\:ring-offset-slate-100:focus {
  --tw-ring-offset-color: #f1f5f9;
}
.focus\:ring-offset-slate-100\/0:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0);
}
.focus\:ring-offset-slate-100\/10:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.1);
}
.focus\:ring-offset-slate-100\/100:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 1);
}
.focus\:ring-offset-slate-100\/15:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.15);
}
.focus\:ring-offset-slate-100\/20:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.2);
}
.focus\:ring-offset-slate-100\/25:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.25);
}
.focus\:ring-offset-slate-100\/30:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.3);
}
.focus\:ring-offset-slate-100\/35:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.35);
}
.focus\:ring-offset-slate-100\/40:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.4);
}
.focus\:ring-offset-slate-100\/45:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.45);
}
.focus\:ring-offset-slate-100\/5:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.05);
}
.focus\:ring-offset-slate-100\/50:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.5);
}
.focus\:ring-offset-slate-100\/55:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.55);
}
.focus\:ring-offset-slate-100\/60:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.6);
}
.focus\:ring-offset-slate-100\/65:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.65);
}
.focus\:ring-offset-slate-100\/70:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.7);
}
.focus\:ring-offset-slate-100\/75:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.75);
}
.focus\:ring-offset-slate-100\/80:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.8);
}
.focus\:ring-offset-slate-100\/85:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.85);
}
.focus\:ring-offset-slate-100\/90:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.9);
}
.focus\:ring-offset-slate-100\/95:focus {
  --tw-ring-offset-color: rgb(241 245 249 / 0.95);
}
.focus\:ring-offset-slate-200:focus {
  --tw-ring-offset-color: #e2e8f0;
}
.focus\:ring-offset-slate-200\/0:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0);
}
.focus\:ring-offset-slate-200\/10:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.1);
}
.focus\:ring-offset-slate-200\/100:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 1);
}
.focus\:ring-offset-slate-200\/15:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.15);
}
.focus\:ring-offset-slate-200\/20:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.2);
}
.focus\:ring-offset-slate-200\/25:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.25);
}
.focus\:ring-offset-slate-200\/30:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.3);
}
.focus\:ring-offset-slate-200\/35:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.35);
}
.focus\:ring-offset-slate-200\/40:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.4);
}
.focus\:ring-offset-slate-200\/45:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.45);
}
.focus\:ring-offset-slate-200\/5:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.05);
}
.focus\:ring-offset-slate-200\/50:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.5);
}
.focus\:ring-offset-slate-200\/55:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.55);
}
.focus\:ring-offset-slate-200\/60:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.6);
}
.focus\:ring-offset-slate-200\/65:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.65);
}
.focus\:ring-offset-slate-200\/70:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.7);
}
.focus\:ring-offset-slate-200\/75:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.75);
}
.focus\:ring-offset-slate-200\/80:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.8);
}
.focus\:ring-offset-slate-200\/85:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.85);
}
.focus\:ring-offset-slate-200\/90:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.9);
}
.focus\:ring-offset-slate-200\/95:focus {
  --tw-ring-offset-color: rgb(226 232 240 / 0.95);
}
.focus\:ring-offset-slate-300:focus {
  --tw-ring-offset-color: #cbd5e1;
}
.focus\:ring-offset-slate-300\/0:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0);
}
.focus\:ring-offset-slate-300\/10:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.1);
}
.focus\:ring-offset-slate-300\/100:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 1);
}
.focus\:ring-offset-slate-300\/15:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.15);
}
.focus\:ring-offset-slate-300\/20:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.2);
}
.focus\:ring-offset-slate-300\/25:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.25);
}
.focus\:ring-offset-slate-300\/30:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.3);
}
.focus\:ring-offset-slate-300\/35:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.35);
}
.focus\:ring-offset-slate-300\/40:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.4);
}
.focus\:ring-offset-slate-300\/45:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.45);
}
.focus\:ring-offset-slate-300\/5:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.05);
}
.focus\:ring-offset-slate-300\/50:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.5);
}
.focus\:ring-offset-slate-300\/55:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.55);
}
.focus\:ring-offset-slate-300\/60:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.6);
}
.focus\:ring-offset-slate-300\/65:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.65);
}
.focus\:ring-offset-slate-300\/70:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.7);
}
.focus\:ring-offset-slate-300\/75:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.75);
}
.focus\:ring-offset-slate-300\/80:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.8);
}
.focus\:ring-offset-slate-300\/85:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.85);
}
.focus\:ring-offset-slate-300\/90:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.9);
}
.focus\:ring-offset-slate-300\/95:focus {
  --tw-ring-offset-color: rgb(203 213 225 / 0.95);
}
.focus\:ring-offset-slate-400:focus {
  --tw-ring-offset-color: #94a3b8;
}
.focus\:ring-offset-slate-400\/0:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0);
}
.focus\:ring-offset-slate-400\/10:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.1);
}
.focus\:ring-offset-slate-400\/100:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 1);
}
.focus\:ring-offset-slate-400\/15:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.15);
}
.focus\:ring-offset-slate-400\/20:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.2);
}
.focus\:ring-offset-slate-400\/25:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.25);
}
.focus\:ring-offset-slate-400\/30:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.3);
}
.focus\:ring-offset-slate-400\/35:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.35);
}
.focus\:ring-offset-slate-400\/40:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.4);
}
.focus\:ring-offset-slate-400\/45:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.45);
}
.focus\:ring-offset-slate-400\/5:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.05);
}
.focus\:ring-offset-slate-400\/50:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.5);
}
.focus\:ring-offset-slate-400\/55:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.55);
}
.focus\:ring-offset-slate-400\/60:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.6);
}
.focus\:ring-offset-slate-400\/65:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.65);
}
.focus\:ring-offset-slate-400\/70:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.7);
}
.focus\:ring-offset-slate-400\/75:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.75);
}
.focus\:ring-offset-slate-400\/80:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.8);
}
.focus\:ring-offset-slate-400\/85:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.85);
}
.focus\:ring-offset-slate-400\/90:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.9);
}
.focus\:ring-offset-slate-400\/95:focus {
  --tw-ring-offset-color: rgb(148 163 184 / 0.95);
}
.focus\:ring-offset-slate-50:focus {
  --tw-ring-offset-color: #f8fafc;
}
.focus\:ring-offset-slate-50\/0:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0);
}
.focus\:ring-offset-slate-50\/10:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.1);
}
.focus\:ring-offset-slate-50\/100:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 1);
}
.focus\:ring-offset-slate-50\/15:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.15);
}
.focus\:ring-offset-slate-50\/20:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.2);
}
.focus\:ring-offset-slate-50\/25:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.25);
}
.focus\:ring-offset-slate-50\/30:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.3);
}
.focus\:ring-offset-slate-50\/35:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.35);
}
.focus\:ring-offset-slate-50\/40:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.4);
}
.focus\:ring-offset-slate-50\/45:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.45);
}
.focus\:ring-offset-slate-50\/5:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.05);
}
.focus\:ring-offset-slate-50\/50:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.5);
}
.focus\:ring-offset-slate-50\/55:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.55);
}
.focus\:ring-offset-slate-50\/60:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.6);
}
.focus\:ring-offset-slate-50\/65:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.65);
}
.focus\:ring-offset-slate-50\/70:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.7);
}
.focus\:ring-offset-slate-50\/75:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.75);
}
.focus\:ring-offset-slate-50\/80:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.8);
}
.focus\:ring-offset-slate-50\/85:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.85);
}
.focus\:ring-offset-slate-50\/90:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.9);
}
.focus\:ring-offset-slate-50\/95:focus {
  --tw-ring-offset-color: rgb(248 250 252 / 0.95);
}
.focus\:ring-offset-slate-500:focus {
  --tw-ring-offset-color: #64748b;
}
.focus\:ring-offset-slate-500\/0:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0);
}
.focus\:ring-offset-slate-500\/10:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.1);
}
.focus\:ring-offset-slate-500\/100:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 1);
}
.focus\:ring-offset-slate-500\/15:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.15);
}
.focus\:ring-offset-slate-500\/20:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.2);
}
.focus\:ring-offset-slate-500\/25:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.25);
}
.focus\:ring-offset-slate-500\/30:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.3);
}
.focus\:ring-offset-slate-500\/35:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.35);
}
.focus\:ring-offset-slate-500\/40:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.4);
}
.focus\:ring-offset-slate-500\/45:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.45);
}
.focus\:ring-offset-slate-500\/5:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.05);
}
.focus\:ring-offset-slate-500\/50:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.5);
}
.focus\:ring-offset-slate-500\/55:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.55);
}
.focus\:ring-offset-slate-500\/60:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.6);
}
.focus\:ring-offset-slate-500\/65:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.65);
}
.focus\:ring-offset-slate-500\/70:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.7);
}
.focus\:ring-offset-slate-500\/75:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.75);
}
.focus\:ring-offset-slate-500\/80:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.8);
}
.focus\:ring-offset-slate-500\/85:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.85);
}
.focus\:ring-offset-slate-500\/90:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.9);
}
.focus\:ring-offset-slate-500\/95:focus {
  --tw-ring-offset-color: rgb(100 116 139 / 0.95);
}
.focus\:ring-offset-slate-600:focus {
  --tw-ring-offset-color: #475569;
}
.focus\:ring-offset-slate-600\/0:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0);
}
.focus\:ring-offset-slate-600\/10:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.1);
}
.focus\:ring-offset-slate-600\/100:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 1);
}
.focus\:ring-offset-slate-600\/15:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.15);
}
.focus\:ring-offset-slate-600\/20:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.2);
}
.focus\:ring-offset-slate-600\/25:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.25);
}
.focus\:ring-offset-slate-600\/30:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.3);
}
.focus\:ring-offset-slate-600\/35:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.35);
}
.focus\:ring-offset-slate-600\/40:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.4);
}
.focus\:ring-offset-slate-600\/45:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.45);
}
.focus\:ring-offset-slate-600\/5:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.05);
}
.focus\:ring-offset-slate-600\/50:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.5);
}
.focus\:ring-offset-slate-600\/55:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.55);
}
.focus\:ring-offset-slate-600\/60:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.6);
}
.focus\:ring-offset-slate-600\/65:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.65);
}
.focus\:ring-offset-slate-600\/70:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.7);
}
.focus\:ring-offset-slate-600\/75:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.75);
}
.focus\:ring-offset-slate-600\/80:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.8);
}
.focus\:ring-offset-slate-600\/85:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.85);
}
.focus\:ring-offset-slate-600\/90:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.9);
}
.focus\:ring-offset-slate-600\/95:focus {
  --tw-ring-offset-color: rgb(71 85 105 / 0.95);
}
.focus\:ring-offset-slate-700:focus {
  --tw-ring-offset-color: #334155;
}
.focus\:ring-offset-slate-700\/0:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0);
}
.focus\:ring-offset-slate-700\/10:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.1);
}
.focus\:ring-offset-slate-700\/100:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 1);
}
.focus\:ring-offset-slate-700\/15:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.15);
}
.focus\:ring-offset-slate-700\/20:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.2);
}
.focus\:ring-offset-slate-700\/25:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.25);
}
.focus\:ring-offset-slate-700\/30:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.3);
}
.focus\:ring-offset-slate-700\/35:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.35);
}
.focus\:ring-offset-slate-700\/40:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.4);
}
.focus\:ring-offset-slate-700\/45:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.45);
}
.focus\:ring-offset-slate-700\/5:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.05);
}
.focus\:ring-offset-slate-700\/50:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.5);
}
.focus\:ring-offset-slate-700\/55:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.55);
}
.focus\:ring-offset-slate-700\/60:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.6);
}
.focus\:ring-offset-slate-700\/65:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.65);
}
.focus\:ring-offset-slate-700\/70:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.7);
}
.focus\:ring-offset-slate-700\/75:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.75);
}
.focus\:ring-offset-slate-700\/80:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.8);
}
.focus\:ring-offset-slate-700\/85:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.85);
}
.focus\:ring-offset-slate-700\/90:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.9);
}
.focus\:ring-offset-slate-700\/95:focus {
  --tw-ring-offset-color: rgb(51 65 85 / 0.95);
}
.focus\:ring-offset-slate-800:focus {
  --tw-ring-offset-color: #1e293b;
}
.focus\:ring-offset-slate-800\/0:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0);
}
.focus\:ring-offset-slate-800\/10:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.1);
}
.focus\:ring-offset-slate-800\/100:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 1);
}
.focus\:ring-offset-slate-800\/15:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.15);
}
.focus\:ring-offset-slate-800\/20:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.2);
}
.focus\:ring-offset-slate-800\/25:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.25);
}
.focus\:ring-offset-slate-800\/30:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.3);
}
.focus\:ring-offset-slate-800\/35:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.35);
}
.focus\:ring-offset-slate-800\/40:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.4);
}
.focus\:ring-offset-slate-800\/45:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.45);
}
.focus\:ring-offset-slate-800\/5:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.05);
}
.focus\:ring-offset-slate-800\/50:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.5);
}
.focus\:ring-offset-slate-800\/55:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.55);
}
.focus\:ring-offset-slate-800\/60:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.6);
}
.focus\:ring-offset-slate-800\/65:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.65);
}
.focus\:ring-offset-slate-800\/70:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.7);
}
.focus\:ring-offset-slate-800\/75:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.75);
}
.focus\:ring-offset-slate-800\/80:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.8);
}
.focus\:ring-offset-slate-800\/85:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.85);
}
.focus\:ring-offset-slate-800\/90:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.9);
}
.focus\:ring-offset-slate-800\/95:focus {
  --tw-ring-offset-color: rgb(30 41 59 / 0.95);
}
.focus\:ring-offset-slate-900:focus {
  --tw-ring-offset-color: #0f172a;
}
.focus\:ring-offset-slate-900\/0:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0);
}
.focus\:ring-offset-slate-900\/10:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.1);
}
.focus\:ring-offset-slate-900\/100:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 1);
}
.focus\:ring-offset-slate-900\/15:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.15);
}
.focus\:ring-offset-slate-900\/20:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.2);
}
.focus\:ring-offset-slate-900\/25:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.25);
}
.focus\:ring-offset-slate-900\/30:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.3);
}
.focus\:ring-offset-slate-900\/35:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.35);
}
.focus\:ring-offset-slate-900\/40:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.4);
}
.focus\:ring-offset-slate-900\/45:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.45);
}
.focus\:ring-offset-slate-900\/5:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.05);
}
.focus\:ring-offset-slate-900\/50:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.5);
}
.focus\:ring-offset-slate-900\/55:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.55);
}
.focus\:ring-offset-slate-900\/60:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.6);
}
.focus\:ring-offset-slate-900\/65:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.65);
}
.focus\:ring-offset-slate-900\/70:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.7);
}
.focus\:ring-offset-slate-900\/75:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.75);
}
.focus\:ring-offset-slate-900\/80:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.8);
}
.focus\:ring-offset-slate-900\/85:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.85);
}
.focus\:ring-offset-slate-900\/90:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.9);
}
.focus\:ring-offset-slate-900\/95:focus {
  --tw-ring-offset-color: rgb(15 23 42 / 0.95);
}
.focus\:ring-offset-slate-950:focus {
  --tw-ring-offset-color: #020617;
}
.focus\:ring-offset-slate-950\/0:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0);
}
.focus\:ring-offset-slate-950\/10:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.1);
}
.focus\:ring-offset-slate-950\/100:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 1);
}
.focus\:ring-offset-slate-950\/15:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.15);
}
.focus\:ring-offset-slate-950\/20:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.2);
}
.focus\:ring-offset-slate-950\/25:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.25);
}
.focus\:ring-offset-slate-950\/30:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.3);
}
.focus\:ring-offset-slate-950\/35:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.35);
}
.focus\:ring-offset-slate-950\/40:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.4);
}
.focus\:ring-offset-slate-950\/45:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.45);
}
.focus\:ring-offset-slate-950\/5:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.05);
}
.focus\:ring-offset-slate-950\/50:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.5);
}
.focus\:ring-offset-slate-950\/55:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.55);
}
.focus\:ring-offset-slate-950\/60:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.6);
}
.focus\:ring-offset-slate-950\/65:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.65);
}
.focus\:ring-offset-slate-950\/70:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.7);
}
.focus\:ring-offset-slate-950\/75:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.75);
}
.focus\:ring-offset-slate-950\/80:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.8);
}
.focus\:ring-offset-slate-950\/85:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.85);
}
.focus\:ring-offset-slate-950\/90:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.9);
}
.focus\:ring-offset-slate-950\/95:focus {
  --tw-ring-offset-color: rgb(2 6 23 / 0.95);
}
.focus\:ring-offset-stone-100:focus {
  --tw-ring-offset-color: #f5f5f4;
}
.focus\:ring-offset-stone-100\/0:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0);
}
.focus\:ring-offset-stone-100\/10:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.1);
}
.focus\:ring-offset-stone-100\/100:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 1);
}
.focus\:ring-offset-stone-100\/15:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.15);
}
.focus\:ring-offset-stone-100\/20:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.2);
}
.focus\:ring-offset-stone-100\/25:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.25);
}
.focus\:ring-offset-stone-100\/30:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.3);
}
.focus\:ring-offset-stone-100\/35:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.35);
}
.focus\:ring-offset-stone-100\/40:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.4);
}
.focus\:ring-offset-stone-100\/45:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.45);
}
.focus\:ring-offset-stone-100\/5:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.05);
}
.focus\:ring-offset-stone-100\/50:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.5);
}
.focus\:ring-offset-stone-100\/55:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.55);
}
.focus\:ring-offset-stone-100\/60:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.6);
}
.focus\:ring-offset-stone-100\/65:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.65);
}
.focus\:ring-offset-stone-100\/70:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.7);
}
.focus\:ring-offset-stone-100\/75:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.75);
}
.focus\:ring-offset-stone-100\/80:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.8);
}
.focus\:ring-offset-stone-100\/85:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.85);
}
.focus\:ring-offset-stone-100\/90:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.9);
}
.focus\:ring-offset-stone-100\/95:focus {
  --tw-ring-offset-color: rgb(245 245 244 / 0.95);
}
.focus\:ring-offset-stone-200:focus {
  --tw-ring-offset-color: #e7e5e4;
}
.focus\:ring-offset-stone-200\/0:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0);
}
.focus\:ring-offset-stone-200\/10:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.1);
}
.focus\:ring-offset-stone-200\/100:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 1);
}
.focus\:ring-offset-stone-200\/15:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.15);
}
.focus\:ring-offset-stone-200\/20:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.2);
}
.focus\:ring-offset-stone-200\/25:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.25);
}
.focus\:ring-offset-stone-200\/30:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.3);
}
.focus\:ring-offset-stone-200\/35:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.35);
}
.focus\:ring-offset-stone-200\/40:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.4);
}
.focus\:ring-offset-stone-200\/45:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.45);
}
.focus\:ring-offset-stone-200\/5:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.05);
}
.focus\:ring-offset-stone-200\/50:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.5);
}
.focus\:ring-offset-stone-200\/55:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.55);
}
.focus\:ring-offset-stone-200\/60:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.6);
}
.focus\:ring-offset-stone-200\/65:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.65);
}
.focus\:ring-offset-stone-200\/70:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.7);
}
.focus\:ring-offset-stone-200\/75:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.75);
}
.focus\:ring-offset-stone-200\/80:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.8);
}
.focus\:ring-offset-stone-200\/85:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.85);
}
.focus\:ring-offset-stone-200\/90:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.9);
}
.focus\:ring-offset-stone-200\/95:focus {
  --tw-ring-offset-color: rgb(231 229 228 / 0.95);
}
.focus\:ring-offset-stone-300:focus {
  --tw-ring-offset-color: #d6d3d1;
}
.focus\:ring-offset-stone-300\/0:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0);
}
.focus\:ring-offset-stone-300\/10:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.1);
}
.focus\:ring-offset-stone-300\/100:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 1);
}
.focus\:ring-offset-stone-300\/15:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.15);
}
.focus\:ring-offset-stone-300\/20:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.2);
}
.focus\:ring-offset-stone-300\/25:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.25);
}
.focus\:ring-offset-stone-300\/30:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.3);
}
.focus\:ring-offset-stone-300\/35:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.35);
}
.focus\:ring-offset-stone-300\/40:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.4);
}
.focus\:ring-offset-stone-300\/45:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.45);
}
.focus\:ring-offset-stone-300\/5:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.05);
}
.focus\:ring-offset-stone-300\/50:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.5);
}
.focus\:ring-offset-stone-300\/55:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.55);
}
.focus\:ring-offset-stone-300\/60:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.6);
}
.focus\:ring-offset-stone-300\/65:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.65);
}
.focus\:ring-offset-stone-300\/70:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.7);
}
.focus\:ring-offset-stone-300\/75:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.75);
}
.focus\:ring-offset-stone-300\/80:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.8);
}
.focus\:ring-offset-stone-300\/85:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.85);
}
.focus\:ring-offset-stone-300\/90:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.9);
}
.focus\:ring-offset-stone-300\/95:focus {
  --tw-ring-offset-color: rgb(214 211 209 / 0.95);
}
.focus\:ring-offset-stone-400:focus {
  --tw-ring-offset-color: #a8a29e;
}
.focus\:ring-offset-stone-400\/0:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0);
}
.focus\:ring-offset-stone-400\/10:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.1);
}
.focus\:ring-offset-stone-400\/100:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 1);
}
.focus\:ring-offset-stone-400\/15:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.15);
}
.focus\:ring-offset-stone-400\/20:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.2);
}
.focus\:ring-offset-stone-400\/25:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.25);
}
.focus\:ring-offset-stone-400\/30:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.3);
}
.focus\:ring-offset-stone-400\/35:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.35);
}
.focus\:ring-offset-stone-400\/40:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.4);
}
.focus\:ring-offset-stone-400\/45:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.45);
}
.focus\:ring-offset-stone-400\/5:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.05);
}
.focus\:ring-offset-stone-400\/50:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.5);
}
.focus\:ring-offset-stone-400\/55:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.55);
}
.focus\:ring-offset-stone-400\/60:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.6);
}
.focus\:ring-offset-stone-400\/65:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.65);
}
.focus\:ring-offset-stone-400\/70:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.7);
}
.focus\:ring-offset-stone-400\/75:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.75);
}
.focus\:ring-offset-stone-400\/80:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.8);
}
.focus\:ring-offset-stone-400\/85:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.85);
}
.focus\:ring-offset-stone-400\/90:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.9);
}
.focus\:ring-offset-stone-400\/95:focus {
  --tw-ring-offset-color: rgb(168 162 158 / 0.95);
}
.focus\:ring-offset-stone-50:focus {
  --tw-ring-offset-color: #fafaf9;
}
.focus\:ring-offset-stone-50\/0:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0);
}
.focus\:ring-offset-stone-50\/10:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.1);
}
.focus\:ring-offset-stone-50\/100:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 1);
}
.focus\:ring-offset-stone-50\/15:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.15);
}
.focus\:ring-offset-stone-50\/20:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.2);
}
.focus\:ring-offset-stone-50\/25:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.25);
}
.focus\:ring-offset-stone-50\/30:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.3);
}
.focus\:ring-offset-stone-50\/35:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.35);
}
.focus\:ring-offset-stone-50\/40:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.4);
}
.focus\:ring-offset-stone-50\/45:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.45);
}
.focus\:ring-offset-stone-50\/5:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.05);
}
.focus\:ring-offset-stone-50\/50:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.5);
}
.focus\:ring-offset-stone-50\/55:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.55);
}
.focus\:ring-offset-stone-50\/60:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.6);
}
.focus\:ring-offset-stone-50\/65:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.65);
}
.focus\:ring-offset-stone-50\/70:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.7);
}
.focus\:ring-offset-stone-50\/75:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.75);
}
.focus\:ring-offset-stone-50\/80:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.8);
}
.focus\:ring-offset-stone-50\/85:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.85);
}
.focus\:ring-offset-stone-50\/90:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.9);
}
.focus\:ring-offset-stone-50\/95:focus {
  --tw-ring-offset-color: rgb(250 250 249 / 0.95);
}
.focus\:ring-offset-stone-500:focus {
  --tw-ring-offset-color: #78716c;
}
.focus\:ring-offset-stone-500\/0:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0);
}
.focus\:ring-offset-stone-500\/10:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.1);
}
.focus\:ring-offset-stone-500\/100:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 1);
}
.focus\:ring-offset-stone-500\/15:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.15);
}
.focus\:ring-offset-stone-500\/20:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.2);
}
.focus\:ring-offset-stone-500\/25:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.25);
}
.focus\:ring-offset-stone-500\/30:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.3);
}
.focus\:ring-offset-stone-500\/35:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.35);
}
.focus\:ring-offset-stone-500\/40:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.4);
}
.focus\:ring-offset-stone-500\/45:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.45);
}
.focus\:ring-offset-stone-500\/5:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.05);
}
.focus\:ring-offset-stone-500\/50:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.5);
}
.focus\:ring-offset-stone-500\/55:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.55);
}
.focus\:ring-offset-stone-500\/60:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.6);
}
.focus\:ring-offset-stone-500\/65:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.65);
}
.focus\:ring-offset-stone-500\/70:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.7);
}
.focus\:ring-offset-stone-500\/75:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.75);
}
.focus\:ring-offset-stone-500\/80:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.8);
}
.focus\:ring-offset-stone-500\/85:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.85);
}
.focus\:ring-offset-stone-500\/90:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.9);
}
.focus\:ring-offset-stone-500\/95:focus {
  --tw-ring-offset-color: rgb(120 113 108 / 0.95);
}
.focus\:ring-offset-stone-600:focus {
  --tw-ring-offset-color: #57534e;
}
.focus\:ring-offset-stone-600\/0:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0);
}
.focus\:ring-offset-stone-600\/10:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.1);
}
.focus\:ring-offset-stone-600\/100:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 1);
}
.focus\:ring-offset-stone-600\/15:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.15);
}
.focus\:ring-offset-stone-600\/20:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.2);
}
.focus\:ring-offset-stone-600\/25:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.25);
}
.focus\:ring-offset-stone-600\/30:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.3);
}
.focus\:ring-offset-stone-600\/35:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.35);
}
.focus\:ring-offset-stone-600\/40:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.4);
}
.focus\:ring-offset-stone-600\/45:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.45);
}
.focus\:ring-offset-stone-600\/5:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.05);
}
.focus\:ring-offset-stone-600\/50:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.5);
}
.focus\:ring-offset-stone-600\/55:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.55);
}
.focus\:ring-offset-stone-600\/60:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.6);
}
.focus\:ring-offset-stone-600\/65:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.65);
}
.focus\:ring-offset-stone-600\/70:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.7);
}
.focus\:ring-offset-stone-600\/75:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.75);
}
.focus\:ring-offset-stone-600\/80:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.8);
}
.focus\:ring-offset-stone-600\/85:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.85);
}
.focus\:ring-offset-stone-600\/90:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.9);
}
.focus\:ring-offset-stone-600\/95:focus {
  --tw-ring-offset-color: rgb(87 83 78 / 0.95);
}
.focus\:ring-offset-stone-700:focus {
  --tw-ring-offset-color: #44403c;
}
.focus\:ring-offset-stone-700\/0:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0);
}
.focus\:ring-offset-stone-700\/10:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.1);
}
.focus\:ring-offset-stone-700\/100:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 1);
}
.focus\:ring-offset-stone-700\/15:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.15);
}
.focus\:ring-offset-stone-700\/20:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.2);
}
.focus\:ring-offset-stone-700\/25:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.25);
}
.focus\:ring-offset-stone-700\/30:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.3);
}
.focus\:ring-offset-stone-700\/35:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.35);
}
.focus\:ring-offset-stone-700\/40:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.4);
}
.focus\:ring-offset-stone-700\/45:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.45);
}
.focus\:ring-offset-stone-700\/5:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.05);
}
.focus\:ring-offset-stone-700\/50:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.5);
}
.focus\:ring-offset-stone-700\/55:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.55);
}
.focus\:ring-offset-stone-700\/60:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.6);
}
.focus\:ring-offset-stone-700\/65:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.65);
}
.focus\:ring-offset-stone-700\/70:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.7);
}
.focus\:ring-offset-stone-700\/75:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.75);
}
.focus\:ring-offset-stone-700\/80:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.8);
}
.focus\:ring-offset-stone-700\/85:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.85);
}
.focus\:ring-offset-stone-700\/90:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.9);
}
.focus\:ring-offset-stone-700\/95:focus {
  --tw-ring-offset-color: rgb(68 64 60 / 0.95);
}
.focus\:ring-offset-stone-800:focus {
  --tw-ring-offset-color: #292524;
}
.focus\:ring-offset-stone-800\/0:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0);
}
.focus\:ring-offset-stone-800\/10:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.1);
}
.focus\:ring-offset-stone-800\/100:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 1);
}
.focus\:ring-offset-stone-800\/15:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.15);
}
.focus\:ring-offset-stone-800\/20:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.2);
}
.focus\:ring-offset-stone-800\/25:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.25);
}
.focus\:ring-offset-stone-800\/30:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.3);
}
.focus\:ring-offset-stone-800\/35:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.35);
}
.focus\:ring-offset-stone-800\/40:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.4);
}
.focus\:ring-offset-stone-800\/45:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.45);
}
.focus\:ring-offset-stone-800\/5:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.05);
}
.focus\:ring-offset-stone-800\/50:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.5);
}
.focus\:ring-offset-stone-800\/55:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.55);
}
.focus\:ring-offset-stone-800\/60:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.6);
}
.focus\:ring-offset-stone-800\/65:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.65);
}
.focus\:ring-offset-stone-800\/70:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.7);
}
.focus\:ring-offset-stone-800\/75:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.75);
}
.focus\:ring-offset-stone-800\/80:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.8);
}
.focus\:ring-offset-stone-800\/85:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.85);
}
.focus\:ring-offset-stone-800\/90:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.9);
}
.focus\:ring-offset-stone-800\/95:focus {
  --tw-ring-offset-color: rgb(41 37 36 / 0.95);
}
.focus\:ring-offset-stone-900:focus {
  --tw-ring-offset-color: #1c1917;
}
.focus\:ring-offset-stone-900\/0:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0);
}
.focus\:ring-offset-stone-900\/10:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.1);
}
.focus\:ring-offset-stone-900\/100:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 1);
}
.focus\:ring-offset-stone-900\/15:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.15);
}
.focus\:ring-offset-stone-900\/20:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.2);
}
.focus\:ring-offset-stone-900\/25:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.25);
}
.focus\:ring-offset-stone-900\/30:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.3);
}
.focus\:ring-offset-stone-900\/35:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.35);
}
.focus\:ring-offset-stone-900\/40:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.4);
}
.focus\:ring-offset-stone-900\/45:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.45);
}
.focus\:ring-offset-stone-900\/5:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.05);
}
.focus\:ring-offset-stone-900\/50:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.5);
}
.focus\:ring-offset-stone-900\/55:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.55);
}
.focus\:ring-offset-stone-900\/60:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.6);
}
.focus\:ring-offset-stone-900\/65:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.65);
}
.focus\:ring-offset-stone-900\/70:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.7);
}
.focus\:ring-offset-stone-900\/75:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.75);
}
.focus\:ring-offset-stone-900\/80:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.8);
}
.focus\:ring-offset-stone-900\/85:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.85);
}
.focus\:ring-offset-stone-900\/90:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.9);
}
.focus\:ring-offset-stone-900\/95:focus {
  --tw-ring-offset-color: rgb(28 25 23 / 0.95);
}
.focus\:ring-offset-stone-950:focus {
  --tw-ring-offset-color: #0c0a09;
}
.focus\:ring-offset-stone-950\/0:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0);
}
.focus\:ring-offset-stone-950\/10:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.1);
}
.focus\:ring-offset-stone-950\/100:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 1);
}
.focus\:ring-offset-stone-950\/15:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.15);
}
.focus\:ring-offset-stone-950\/20:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.2);
}
.focus\:ring-offset-stone-950\/25:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.25);
}
.focus\:ring-offset-stone-950\/30:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.3);
}
.focus\:ring-offset-stone-950\/35:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.35);
}
.focus\:ring-offset-stone-950\/40:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.4);
}
.focus\:ring-offset-stone-950\/45:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.45);
}
.focus\:ring-offset-stone-950\/5:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.05);
}
.focus\:ring-offset-stone-950\/50:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.5);
}
.focus\:ring-offset-stone-950\/55:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.55);
}
.focus\:ring-offset-stone-950\/60:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.6);
}
.focus\:ring-offset-stone-950\/65:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.65);
}
.focus\:ring-offset-stone-950\/70:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.7);
}
.focus\:ring-offset-stone-950\/75:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.75);
}
.focus\:ring-offset-stone-950\/80:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.8);
}
.focus\:ring-offset-stone-950\/85:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.85);
}
.focus\:ring-offset-stone-950\/90:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.9);
}
.focus\:ring-offset-stone-950\/95:focus {
  --tw-ring-offset-color: rgb(12 10 9 / 0.95);
}
.focus\:ring-offset-teal-100:focus {
  --tw-ring-offset-color: #ccfbf1;
}
.focus\:ring-offset-teal-100\/0:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0);
}
.focus\:ring-offset-teal-100\/10:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.1);
}
.focus\:ring-offset-teal-100\/100:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 1);
}
.focus\:ring-offset-teal-100\/15:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.15);
}
.focus\:ring-offset-teal-100\/20:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.2);
}
.focus\:ring-offset-teal-100\/25:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.25);
}
.focus\:ring-offset-teal-100\/30:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.3);
}
.focus\:ring-offset-teal-100\/35:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.35);
}
.focus\:ring-offset-teal-100\/40:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.4);
}
.focus\:ring-offset-teal-100\/45:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.45);
}
.focus\:ring-offset-teal-100\/5:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.05);
}
.focus\:ring-offset-teal-100\/50:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.5);
}
.focus\:ring-offset-teal-100\/55:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.55);
}
.focus\:ring-offset-teal-100\/60:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.6);
}
.focus\:ring-offset-teal-100\/65:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.65);
}
.focus\:ring-offset-teal-100\/70:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.7);
}
.focus\:ring-offset-teal-100\/75:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.75);
}
.focus\:ring-offset-teal-100\/80:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.8);
}
.focus\:ring-offset-teal-100\/85:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.85);
}
.focus\:ring-offset-teal-100\/90:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.9);
}
.focus\:ring-offset-teal-100\/95:focus {
  --tw-ring-offset-color: rgb(204 251 241 / 0.95);
}
.focus\:ring-offset-teal-200:focus {
  --tw-ring-offset-color: #99f6e4;
}
.focus\:ring-offset-teal-200\/0:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0);
}
.focus\:ring-offset-teal-200\/10:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.1);
}
.focus\:ring-offset-teal-200\/100:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 1);
}
.focus\:ring-offset-teal-200\/15:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.15);
}
.focus\:ring-offset-teal-200\/20:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.2);
}
.focus\:ring-offset-teal-200\/25:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.25);
}
.focus\:ring-offset-teal-200\/30:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.3);
}
.focus\:ring-offset-teal-200\/35:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.35);
}
.focus\:ring-offset-teal-200\/40:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.4);
}
.focus\:ring-offset-teal-200\/45:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.45);
}
.focus\:ring-offset-teal-200\/5:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.05);
}
.focus\:ring-offset-teal-200\/50:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.5);
}
.focus\:ring-offset-teal-200\/55:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.55);
}
.focus\:ring-offset-teal-200\/60:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.6);
}
.focus\:ring-offset-teal-200\/65:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.65);
}
.focus\:ring-offset-teal-200\/70:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.7);
}
.focus\:ring-offset-teal-200\/75:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.75);
}
.focus\:ring-offset-teal-200\/80:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.8);
}
.focus\:ring-offset-teal-200\/85:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.85);
}
.focus\:ring-offset-teal-200\/90:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.9);
}
.focus\:ring-offset-teal-200\/95:focus {
  --tw-ring-offset-color: rgb(153 246 228 / 0.95);
}
.focus\:ring-offset-teal-300:focus {
  --tw-ring-offset-color: #5eead4;
}
.focus\:ring-offset-teal-300\/0:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0);
}
.focus\:ring-offset-teal-300\/10:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.1);
}
.focus\:ring-offset-teal-300\/100:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 1);
}
.focus\:ring-offset-teal-300\/15:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.15);
}
.focus\:ring-offset-teal-300\/20:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.2);
}
.focus\:ring-offset-teal-300\/25:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.25);
}
.focus\:ring-offset-teal-300\/30:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.3);
}
.focus\:ring-offset-teal-300\/35:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.35);
}
.focus\:ring-offset-teal-300\/40:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.4);
}
.focus\:ring-offset-teal-300\/45:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.45);
}
.focus\:ring-offset-teal-300\/5:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.05);
}
.focus\:ring-offset-teal-300\/50:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.5);
}
.focus\:ring-offset-teal-300\/55:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.55);
}
.focus\:ring-offset-teal-300\/60:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.6);
}
.focus\:ring-offset-teal-300\/65:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.65);
}
.focus\:ring-offset-teal-300\/70:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.7);
}
.focus\:ring-offset-teal-300\/75:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.75);
}
.focus\:ring-offset-teal-300\/80:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.8);
}
.focus\:ring-offset-teal-300\/85:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.85);
}
.focus\:ring-offset-teal-300\/90:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.9);
}
.focus\:ring-offset-teal-300\/95:focus {
  --tw-ring-offset-color: rgb(94 234 212 / 0.95);
}
.focus\:ring-offset-teal-400:focus {
  --tw-ring-offset-color: #2dd4bf;
}
.focus\:ring-offset-teal-400\/0:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0);
}
.focus\:ring-offset-teal-400\/10:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.1);
}
.focus\:ring-offset-teal-400\/100:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 1);
}
.focus\:ring-offset-teal-400\/15:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.15);
}
.focus\:ring-offset-teal-400\/20:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.2);
}
.focus\:ring-offset-teal-400\/25:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.25);
}
.focus\:ring-offset-teal-400\/30:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.3);
}
.focus\:ring-offset-teal-400\/35:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.35);
}
.focus\:ring-offset-teal-400\/40:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.4);
}
.focus\:ring-offset-teal-400\/45:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.45);
}
.focus\:ring-offset-teal-400\/5:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.05);
}
.focus\:ring-offset-teal-400\/50:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.5);
}
.focus\:ring-offset-teal-400\/55:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.55);
}
.focus\:ring-offset-teal-400\/60:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.6);
}
.focus\:ring-offset-teal-400\/65:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.65);
}
.focus\:ring-offset-teal-400\/70:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.7);
}
.focus\:ring-offset-teal-400\/75:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.75);
}
.focus\:ring-offset-teal-400\/80:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.8);
}
.focus\:ring-offset-teal-400\/85:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.85);
}
.focus\:ring-offset-teal-400\/90:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.9);
}
.focus\:ring-offset-teal-400\/95:focus {
  --tw-ring-offset-color: rgb(45 212 191 / 0.95);
}
.focus\:ring-offset-teal-50:focus {
  --tw-ring-offset-color: #f0fdfa;
}
.focus\:ring-offset-teal-50\/0:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0);
}
.focus\:ring-offset-teal-50\/10:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.1);
}
.focus\:ring-offset-teal-50\/100:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 1);
}
.focus\:ring-offset-teal-50\/15:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.15);
}
.focus\:ring-offset-teal-50\/20:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.2);
}
.focus\:ring-offset-teal-50\/25:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.25);
}
.focus\:ring-offset-teal-50\/30:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.3);
}
.focus\:ring-offset-teal-50\/35:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.35);
}
.focus\:ring-offset-teal-50\/40:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.4);
}
.focus\:ring-offset-teal-50\/45:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.45);
}
.focus\:ring-offset-teal-50\/5:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.05);
}
.focus\:ring-offset-teal-50\/50:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.5);
}
.focus\:ring-offset-teal-50\/55:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.55);
}
.focus\:ring-offset-teal-50\/60:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.6);
}
.focus\:ring-offset-teal-50\/65:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.65);
}
.focus\:ring-offset-teal-50\/70:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.7);
}
.focus\:ring-offset-teal-50\/75:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.75);
}
.focus\:ring-offset-teal-50\/80:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.8);
}
.focus\:ring-offset-teal-50\/85:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.85);
}
.focus\:ring-offset-teal-50\/90:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.9);
}
.focus\:ring-offset-teal-50\/95:focus {
  --tw-ring-offset-color: rgb(240 253 250 / 0.95);
}
.focus\:ring-offset-teal-500:focus {
  --tw-ring-offset-color: #14b8a6;
}
.focus\:ring-offset-teal-500\/0:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0);
}
.focus\:ring-offset-teal-500\/10:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.1);
}
.focus\:ring-offset-teal-500\/100:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 1);
}
.focus\:ring-offset-teal-500\/15:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.15);
}
.focus\:ring-offset-teal-500\/20:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.2);
}
.focus\:ring-offset-teal-500\/25:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.25);
}
.focus\:ring-offset-teal-500\/30:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.3);
}
.focus\:ring-offset-teal-500\/35:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.35);
}
.focus\:ring-offset-teal-500\/40:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.4);
}
.focus\:ring-offset-teal-500\/45:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.45);
}
.focus\:ring-offset-teal-500\/5:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.05);
}
.focus\:ring-offset-teal-500\/50:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.5);
}
.focus\:ring-offset-teal-500\/55:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.55);
}
.focus\:ring-offset-teal-500\/60:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.6);
}
.focus\:ring-offset-teal-500\/65:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.65);
}
.focus\:ring-offset-teal-500\/70:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.7);
}
.focus\:ring-offset-teal-500\/75:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.75);
}
.focus\:ring-offset-teal-500\/80:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.8);
}
.focus\:ring-offset-teal-500\/85:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.85);
}
.focus\:ring-offset-teal-500\/90:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.9);
}
.focus\:ring-offset-teal-500\/95:focus {
  --tw-ring-offset-color: rgb(20 184 166 / 0.95);
}
.focus\:ring-offset-teal-600:focus {
  --tw-ring-offset-color: #0d9488;
}
.focus\:ring-offset-teal-600\/0:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0);
}
.focus\:ring-offset-teal-600\/10:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.1);
}
.focus\:ring-offset-teal-600\/100:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 1);
}
.focus\:ring-offset-teal-600\/15:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.15);
}
.focus\:ring-offset-teal-600\/20:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.2);
}
.focus\:ring-offset-teal-600\/25:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.25);
}
.focus\:ring-offset-teal-600\/30:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.3);
}
.focus\:ring-offset-teal-600\/35:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.35);
}
.focus\:ring-offset-teal-600\/40:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.4);
}
.focus\:ring-offset-teal-600\/45:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.45);
}
.focus\:ring-offset-teal-600\/5:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.05);
}
.focus\:ring-offset-teal-600\/50:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.5);
}
.focus\:ring-offset-teal-600\/55:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.55);
}
.focus\:ring-offset-teal-600\/60:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.6);
}
.focus\:ring-offset-teal-600\/65:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.65);
}
.focus\:ring-offset-teal-600\/70:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.7);
}
.focus\:ring-offset-teal-600\/75:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.75);
}
.focus\:ring-offset-teal-600\/80:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.8);
}
.focus\:ring-offset-teal-600\/85:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.85);
}
.focus\:ring-offset-teal-600\/90:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.9);
}
.focus\:ring-offset-teal-600\/95:focus {
  --tw-ring-offset-color: rgb(13 148 136 / 0.95);
}
.focus\:ring-offset-teal-700:focus {
  --tw-ring-offset-color: #0f766e;
}
.focus\:ring-offset-teal-700\/0:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0);
}
.focus\:ring-offset-teal-700\/10:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.1);
}
.focus\:ring-offset-teal-700\/100:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 1);
}
.focus\:ring-offset-teal-700\/15:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.15);
}
.focus\:ring-offset-teal-700\/20:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.2);
}
.focus\:ring-offset-teal-700\/25:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.25);
}
.focus\:ring-offset-teal-700\/30:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.3);
}
.focus\:ring-offset-teal-700\/35:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.35);
}
.focus\:ring-offset-teal-700\/40:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.4);
}
.focus\:ring-offset-teal-700\/45:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.45);
}
.focus\:ring-offset-teal-700\/5:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.05);
}
.focus\:ring-offset-teal-700\/50:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.5);
}
.focus\:ring-offset-teal-700\/55:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.55);
}
.focus\:ring-offset-teal-700\/60:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.6);
}
.focus\:ring-offset-teal-700\/65:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.65);
}
.focus\:ring-offset-teal-700\/70:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.7);
}
.focus\:ring-offset-teal-700\/75:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.75);
}
.focus\:ring-offset-teal-700\/80:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.8);
}
.focus\:ring-offset-teal-700\/85:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.85);
}
.focus\:ring-offset-teal-700\/90:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.9);
}
.focus\:ring-offset-teal-700\/95:focus {
  --tw-ring-offset-color: rgb(15 118 110 / 0.95);
}
.focus\:ring-offset-teal-800:focus {
  --tw-ring-offset-color: #115e59;
}
.focus\:ring-offset-teal-800\/0:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0);
}
.focus\:ring-offset-teal-800\/10:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.1);
}
.focus\:ring-offset-teal-800\/100:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 1);
}
.focus\:ring-offset-teal-800\/15:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.15);
}
.focus\:ring-offset-teal-800\/20:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.2);
}
.focus\:ring-offset-teal-800\/25:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.25);
}
.focus\:ring-offset-teal-800\/30:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.3);
}
.focus\:ring-offset-teal-800\/35:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.35);
}
.focus\:ring-offset-teal-800\/40:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.4);
}
.focus\:ring-offset-teal-800\/45:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.45);
}
.focus\:ring-offset-teal-800\/5:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.05);
}
.focus\:ring-offset-teal-800\/50:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.5);
}
.focus\:ring-offset-teal-800\/55:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.55);
}
.focus\:ring-offset-teal-800\/60:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.6);
}
.focus\:ring-offset-teal-800\/65:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.65);
}
.focus\:ring-offset-teal-800\/70:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.7);
}
.focus\:ring-offset-teal-800\/75:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.75);
}
.focus\:ring-offset-teal-800\/80:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.8);
}
.focus\:ring-offset-teal-800\/85:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.85);
}
.focus\:ring-offset-teal-800\/90:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.9);
}
.focus\:ring-offset-teal-800\/95:focus {
  --tw-ring-offset-color: rgb(17 94 89 / 0.95);
}
.focus\:ring-offset-teal-900:focus {
  --tw-ring-offset-color: #134e4a;
}
.focus\:ring-offset-teal-900\/0:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0);
}
.focus\:ring-offset-teal-900\/10:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.1);
}
.focus\:ring-offset-teal-900\/100:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 1);
}
.focus\:ring-offset-teal-900\/15:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.15);
}
.focus\:ring-offset-teal-900\/20:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.2);
}
.focus\:ring-offset-teal-900\/25:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.25);
}
.focus\:ring-offset-teal-900\/30:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.3);
}
.focus\:ring-offset-teal-900\/35:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.35);
}
.focus\:ring-offset-teal-900\/40:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.4);
}
.focus\:ring-offset-teal-900\/45:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.45);
}
.focus\:ring-offset-teal-900\/5:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.05);
}
.focus\:ring-offset-teal-900\/50:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.5);
}
.focus\:ring-offset-teal-900\/55:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.55);
}
.focus\:ring-offset-teal-900\/60:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.6);
}
.focus\:ring-offset-teal-900\/65:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.65);
}
.focus\:ring-offset-teal-900\/70:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.7);
}
.focus\:ring-offset-teal-900\/75:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.75);
}
.focus\:ring-offset-teal-900\/80:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.8);
}
.focus\:ring-offset-teal-900\/85:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.85);
}
.focus\:ring-offset-teal-900\/90:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.9);
}
.focus\:ring-offset-teal-900\/95:focus {
  --tw-ring-offset-color: rgb(19 78 74 / 0.95);
}
.focus\:ring-offset-teal-950:focus {
  --tw-ring-offset-color: #042f2e;
}
.focus\:ring-offset-teal-950\/0:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0);
}
.focus\:ring-offset-teal-950\/10:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.1);
}
.focus\:ring-offset-teal-950\/100:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 1);
}
.focus\:ring-offset-teal-950\/15:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.15);
}
.focus\:ring-offset-teal-950\/20:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.2);
}
.focus\:ring-offset-teal-950\/25:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.25);
}
.focus\:ring-offset-teal-950\/30:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.3);
}
.focus\:ring-offset-teal-950\/35:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.35);
}
.focus\:ring-offset-teal-950\/40:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.4);
}
.focus\:ring-offset-teal-950\/45:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.45);
}
.focus\:ring-offset-teal-950\/5:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.05);
}
.focus\:ring-offset-teal-950\/50:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.5);
}
.focus\:ring-offset-teal-950\/55:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.55);
}
.focus\:ring-offset-teal-950\/60:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.6);
}
.focus\:ring-offset-teal-950\/65:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.65);
}
.focus\:ring-offset-teal-950\/70:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.7);
}
.focus\:ring-offset-teal-950\/75:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.75);
}
.focus\:ring-offset-teal-950\/80:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.8);
}
.focus\:ring-offset-teal-950\/85:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.85);
}
.focus\:ring-offset-teal-950\/90:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.9);
}
.focus\:ring-offset-teal-950\/95:focus {
  --tw-ring-offset-color: rgb(4 47 46 / 0.95);
}
.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}
.focus\:ring-offset-transparent\/0:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.focus\:ring-offset-transparent\/10:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.focus\:ring-offset-transparent\/100:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.focus\:ring-offset-transparent\/15:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.focus\:ring-offset-transparent\/20:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.focus\:ring-offset-transparent\/25:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.focus\:ring-offset-transparent\/30:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.focus\:ring-offset-transparent\/35:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.focus\:ring-offset-transparent\/40:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.focus\:ring-offset-transparent\/45:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.focus\:ring-offset-transparent\/5:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.focus\:ring-offset-transparent\/50:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.focus\:ring-offset-transparent\/55:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.focus\:ring-offset-transparent\/60:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.focus\:ring-offset-transparent\/65:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.focus\:ring-offset-transparent\/70:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.focus\:ring-offset-transparent\/75:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.focus\:ring-offset-transparent\/80:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.focus\:ring-offset-transparent\/85:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.focus\:ring-offset-transparent\/90:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.focus\:ring-offset-transparent\/95:focus {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.focus\:ring-offset-violet-100:focus {
  --tw-ring-offset-color: #ede9fe;
}
.focus\:ring-offset-violet-100\/0:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0);
}
.focus\:ring-offset-violet-100\/10:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.1);
}
.focus\:ring-offset-violet-100\/100:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 1);
}
.focus\:ring-offset-violet-100\/15:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.15);
}
.focus\:ring-offset-violet-100\/20:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.2);
}
.focus\:ring-offset-violet-100\/25:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.25);
}
.focus\:ring-offset-violet-100\/30:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.3);
}
.focus\:ring-offset-violet-100\/35:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.35);
}
.focus\:ring-offset-violet-100\/40:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.4);
}
.focus\:ring-offset-violet-100\/45:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.45);
}
.focus\:ring-offset-violet-100\/5:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.05);
}
.focus\:ring-offset-violet-100\/50:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.5);
}
.focus\:ring-offset-violet-100\/55:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.55);
}
.focus\:ring-offset-violet-100\/60:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.6);
}
.focus\:ring-offset-violet-100\/65:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.65);
}
.focus\:ring-offset-violet-100\/70:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.7);
}
.focus\:ring-offset-violet-100\/75:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.75);
}
.focus\:ring-offset-violet-100\/80:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.8);
}
.focus\:ring-offset-violet-100\/85:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.85);
}
.focus\:ring-offset-violet-100\/90:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.9);
}
.focus\:ring-offset-violet-100\/95:focus {
  --tw-ring-offset-color: rgb(237 233 254 / 0.95);
}
.focus\:ring-offset-violet-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}
.focus\:ring-offset-violet-200\/0:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0);
}
.focus\:ring-offset-violet-200\/10:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.1);
}
.focus\:ring-offset-violet-200\/100:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 1);
}
.focus\:ring-offset-violet-200\/15:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.15);
}
.focus\:ring-offset-violet-200\/20:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.2);
}
.focus\:ring-offset-violet-200\/25:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.25);
}
.focus\:ring-offset-violet-200\/30:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.3);
}
.focus\:ring-offset-violet-200\/35:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.35);
}
.focus\:ring-offset-violet-200\/40:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.4);
}
.focus\:ring-offset-violet-200\/45:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.45);
}
.focus\:ring-offset-violet-200\/5:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.05);
}
.focus\:ring-offset-violet-200\/50:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.5);
}
.focus\:ring-offset-violet-200\/55:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.55);
}
.focus\:ring-offset-violet-200\/60:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.6);
}
.focus\:ring-offset-violet-200\/65:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.65);
}
.focus\:ring-offset-violet-200\/70:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.7);
}
.focus\:ring-offset-violet-200\/75:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.75);
}
.focus\:ring-offset-violet-200\/80:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.8);
}
.focus\:ring-offset-violet-200\/85:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.85);
}
.focus\:ring-offset-violet-200\/90:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.9);
}
.focus\:ring-offset-violet-200\/95:focus {
  --tw-ring-offset-color: rgb(221 214 254 / 0.95);
}
.focus\:ring-offset-violet-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}
.focus\:ring-offset-violet-300\/0:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0);
}
.focus\:ring-offset-violet-300\/10:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.1);
}
.focus\:ring-offset-violet-300\/100:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 1);
}
.focus\:ring-offset-violet-300\/15:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.15);
}
.focus\:ring-offset-violet-300\/20:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.2);
}
.focus\:ring-offset-violet-300\/25:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.25);
}
.focus\:ring-offset-violet-300\/30:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.3);
}
.focus\:ring-offset-violet-300\/35:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.35);
}
.focus\:ring-offset-violet-300\/40:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.4);
}
.focus\:ring-offset-violet-300\/45:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.45);
}
.focus\:ring-offset-violet-300\/5:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.05);
}
.focus\:ring-offset-violet-300\/50:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.5);
}
.focus\:ring-offset-violet-300\/55:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.55);
}
.focus\:ring-offset-violet-300\/60:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.6);
}
.focus\:ring-offset-violet-300\/65:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.65);
}
.focus\:ring-offset-violet-300\/70:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.7);
}
.focus\:ring-offset-violet-300\/75:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.75);
}
.focus\:ring-offset-violet-300\/80:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.8);
}
.focus\:ring-offset-violet-300\/85:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.85);
}
.focus\:ring-offset-violet-300\/90:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.9);
}
.focus\:ring-offset-violet-300\/95:focus {
  --tw-ring-offset-color: rgb(196 181 253 / 0.95);
}
.focus\:ring-offset-violet-400:focus {
  --tw-ring-offset-color: #a78bfa;
}
.focus\:ring-offset-violet-400\/0:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0);
}
.focus\:ring-offset-violet-400\/10:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.1);
}
.focus\:ring-offset-violet-400\/100:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 1);
}
.focus\:ring-offset-violet-400\/15:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.15);
}
.focus\:ring-offset-violet-400\/20:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.2);
}
.focus\:ring-offset-violet-400\/25:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.25);
}
.focus\:ring-offset-violet-400\/30:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.3);
}
.focus\:ring-offset-violet-400\/35:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.35);
}
.focus\:ring-offset-violet-400\/40:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.4);
}
.focus\:ring-offset-violet-400\/45:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.45);
}
.focus\:ring-offset-violet-400\/5:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.05);
}
.focus\:ring-offset-violet-400\/50:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.5);
}
.focus\:ring-offset-violet-400\/55:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.55);
}
.focus\:ring-offset-violet-400\/60:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.6);
}
.focus\:ring-offset-violet-400\/65:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.65);
}
.focus\:ring-offset-violet-400\/70:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.7);
}
.focus\:ring-offset-violet-400\/75:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.75);
}
.focus\:ring-offset-violet-400\/80:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.8);
}
.focus\:ring-offset-violet-400\/85:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.85);
}
.focus\:ring-offset-violet-400\/90:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.9);
}
.focus\:ring-offset-violet-400\/95:focus {
  --tw-ring-offset-color: rgb(167 139 250 / 0.95);
}
.focus\:ring-offset-violet-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}
.focus\:ring-offset-violet-50\/0:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0);
}
.focus\:ring-offset-violet-50\/10:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.1);
}
.focus\:ring-offset-violet-50\/100:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 1);
}
.focus\:ring-offset-violet-50\/15:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.15);
}
.focus\:ring-offset-violet-50\/20:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.2);
}
.focus\:ring-offset-violet-50\/25:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.25);
}
.focus\:ring-offset-violet-50\/30:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.3);
}
.focus\:ring-offset-violet-50\/35:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.35);
}
.focus\:ring-offset-violet-50\/40:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.4);
}
.focus\:ring-offset-violet-50\/45:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.45);
}
.focus\:ring-offset-violet-50\/5:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.05);
}
.focus\:ring-offset-violet-50\/50:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.5);
}
.focus\:ring-offset-violet-50\/55:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.55);
}
.focus\:ring-offset-violet-50\/60:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.6);
}
.focus\:ring-offset-violet-50\/65:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.65);
}
.focus\:ring-offset-violet-50\/70:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.7);
}
.focus\:ring-offset-violet-50\/75:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.75);
}
.focus\:ring-offset-violet-50\/80:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.8);
}
.focus\:ring-offset-violet-50\/85:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.85);
}
.focus\:ring-offset-violet-50\/90:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.9);
}
.focus\:ring-offset-violet-50\/95:focus {
  --tw-ring-offset-color: rgb(245 243 255 / 0.95);
}
.focus\:ring-offset-violet-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}
.focus\:ring-offset-violet-500\/0:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0);
}
.focus\:ring-offset-violet-500\/10:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.1);
}
.focus\:ring-offset-violet-500\/100:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 1);
}
.focus\:ring-offset-violet-500\/15:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.15);
}
.focus\:ring-offset-violet-500\/20:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.2);
}
.focus\:ring-offset-violet-500\/25:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.25);
}
.focus\:ring-offset-violet-500\/30:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.3);
}
.focus\:ring-offset-violet-500\/35:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.35);
}
.focus\:ring-offset-violet-500\/40:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.4);
}
.focus\:ring-offset-violet-500\/45:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.45);
}
.focus\:ring-offset-violet-500\/5:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.05);
}
.focus\:ring-offset-violet-500\/50:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.5);
}
.focus\:ring-offset-violet-500\/55:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.55);
}
.focus\:ring-offset-violet-500\/60:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.6);
}
.focus\:ring-offset-violet-500\/65:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.65);
}
.focus\:ring-offset-violet-500\/70:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.7);
}
.focus\:ring-offset-violet-500\/75:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.75);
}
.focus\:ring-offset-violet-500\/80:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.8);
}
.focus\:ring-offset-violet-500\/85:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.85);
}
.focus\:ring-offset-violet-500\/90:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.9);
}
.focus\:ring-offset-violet-500\/95:focus {
  --tw-ring-offset-color: rgb(139 92 246 / 0.95);
}
.focus\:ring-offset-violet-600:focus {
  --tw-ring-offset-color: #7c3aed;
}
.focus\:ring-offset-violet-600\/0:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0);
}
.focus\:ring-offset-violet-600\/10:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.1);
}
.focus\:ring-offset-violet-600\/100:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 1);
}
.focus\:ring-offset-violet-600\/15:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.15);
}
.focus\:ring-offset-violet-600\/20:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.2);
}
.focus\:ring-offset-violet-600\/25:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.25);
}
.focus\:ring-offset-violet-600\/30:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.3);
}
.focus\:ring-offset-violet-600\/35:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.35);
}
.focus\:ring-offset-violet-600\/40:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.4);
}
.focus\:ring-offset-violet-600\/45:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.45);
}
.focus\:ring-offset-violet-600\/5:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.05);
}
.focus\:ring-offset-violet-600\/50:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.5);
}
.focus\:ring-offset-violet-600\/55:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.55);
}
.focus\:ring-offset-violet-600\/60:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.6);
}
.focus\:ring-offset-violet-600\/65:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.65);
}
.focus\:ring-offset-violet-600\/70:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.7);
}
.focus\:ring-offset-violet-600\/75:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.75);
}
.focus\:ring-offset-violet-600\/80:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.8);
}
.focus\:ring-offset-violet-600\/85:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.85);
}
.focus\:ring-offset-violet-600\/90:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.9);
}
.focus\:ring-offset-violet-600\/95:focus {
  --tw-ring-offset-color: rgb(124 58 237 / 0.95);
}
.focus\:ring-offset-violet-700:focus {
  --tw-ring-offset-color: #6d28d9;
}
.focus\:ring-offset-violet-700\/0:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0);
}
.focus\:ring-offset-violet-700\/10:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.1);
}
.focus\:ring-offset-violet-700\/100:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 1);
}
.focus\:ring-offset-violet-700\/15:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.15);
}
.focus\:ring-offset-violet-700\/20:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.2);
}
.focus\:ring-offset-violet-700\/25:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.25);
}
.focus\:ring-offset-violet-700\/30:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.3);
}
.focus\:ring-offset-violet-700\/35:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.35);
}
.focus\:ring-offset-violet-700\/40:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.4);
}
.focus\:ring-offset-violet-700\/45:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.45);
}
.focus\:ring-offset-violet-700\/5:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.05);
}
.focus\:ring-offset-violet-700\/50:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.5);
}
.focus\:ring-offset-violet-700\/55:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.55);
}
.focus\:ring-offset-violet-700\/60:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.6);
}
.focus\:ring-offset-violet-700\/65:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.65);
}
.focus\:ring-offset-violet-700\/70:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.7);
}
.focus\:ring-offset-violet-700\/75:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.75);
}
.focus\:ring-offset-violet-700\/80:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.8);
}
.focus\:ring-offset-violet-700\/85:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.85);
}
.focus\:ring-offset-violet-700\/90:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.9);
}
.focus\:ring-offset-violet-700\/95:focus {
  --tw-ring-offset-color: rgb(109 40 217 / 0.95);
}
.focus\:ring-offset-violet-800:focus {
  --tw-ring-offset-color: #5b21b6;
}
.focus\:ring-offset-violet-800\/0:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0);
}
.focus\:ring-offset-violet-800\/10:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.1);
}
.focus\:ring-offset-violet-800\/100:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 1);
}
.focus\:ring-offset-violet-800\/15:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.15);
}
.focus\:ring-offset-violet-800\/20:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.2);
}
.focus\:ring-offset-violet-800\/25:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.25);
}
.focus\:ring-offset-violet-800\/30:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.3);
}
.focus\:ring-offset-violet-800\/35:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.35);
}
.focus\:ring-offset-violet-800\/40:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.4);
}
.focus\:ring-offset-violet-800\/45:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.45);
}
.focus\:ring-offset-violet-800\/5:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.05);
}
.focus\:ring-offset-violet-800\/50:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.5);
}
.focus\:ring-offset-violet-800\/55:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.55);
}
.focus\:ring-offset-violet-800\/60:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.6);
}
.focus\:ring-offset-violet-800\/65:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.65);
}
.focus\:ring-offset-violet-800\/70:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.7);
}
.focus\:ring-offset-violet-800\/75:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.75);
}
.focus\:ring-offset-violet-800\/80:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.8);
}
.focus\:ring-offset-violet-800\/85:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.85);
}
.focus\:ring-offset-violet-800\/90:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.9);
}
.focus\:ring-offset-violet-800\/95:focus {
  --tw-ring-offset-color: rgb(91 33 182 / 0.95);
}
.focus\:ring-offset-violet-900:focus {
  --tw-ring-offset-color: #4c1d95;
}
.focus\:ring-offset-violet-900\/0:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0);
}
.focus\:ring-offset-violet-900\/10:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.1);
}
.focus\:ring-offset-violet-900\/100:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 1);
}
.focus\:ring-offset-violet-900\/15:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.15);
}
.focus\:ring-offset-violet-900\/20:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.2);
}
.focus\:ring-offset-violet-900\/25:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.25);
}
.focus\:ring-offset-violet-900\/30:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.3);
}
.focus\:ring-offset-violet-900\/35:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.35);
}
.focus\:ring-offset-violet-900\/40:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.4);
}
.focus\:ring-offset-violet-900\/45:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.45);
}
.focus\:ring-offset-violet-900\/5:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.05);
}
.focus\:ring-offset-violet-900\/50:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.5);
}
.focus\:ring-offset-violet-900\/55:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.55);
}
.focus\:ring-offset-violet-900\/60:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.6);
}
.focus\:ring-offset-violet-900\/65:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.65);
}
.focus\:ring-offset-violet-900\/70:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.7);
}
.focus\:ring-offset-violet-900\/75:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.75);
}
.focus\:ring-offset-violet-900\/80:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.8);
}
.focus\:ring-offset-violet-900\/85:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.85);
}
.focus\:ring-offset-violet-900\/90:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.9);
}
.focus\:ring-offset-violet-900\/95:focus {
  --tw-ring-offset-color: rgb(76 29 149 / 0.95);
}
.focus\:ring-offset-violet-950:focus {
  --tw-ring-offset-color: #2e1065;
}
.focus\:ring-offset-violet-950\/0:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0);
}
.focus\:ring-offset-violet-950\/10:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.1);
}
.focus\:ring-offset-violet-950\/100:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 1);
}
.focus\:ring-offset-violet-950\/15:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.15);
}
.focus\:ring-offset-violet-950\/20:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.2);
}
.focus\:ring-offset-violet-950\/25:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.25);
}
.focus\:ring-offset-violet-950\/30:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.3);
}
.focus\:ring-offset-violet-950\/35:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.35);
}
.focus\:ring-offset-violet-950\/40:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.4);
}
.focus\:ring-offset-violet-950\/45:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.45);
}
.focus\:ring-offset-violet-950\/5:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.05);
}
.focus\:ring-offset-violet-950\/50:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.5);
}
.focus\:ring-offset-violet-950\/55:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.55);
}
.focus\:ring-offset-violet-950\/60:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.6);
}
.focus\:ring-offset-violet-950\/65:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.65);
}
.focus\:ring-offset-violet-950\/70:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.7);
}
.focus\:ring-offset-violet-950\/75:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.75);
}
.focus\:ring-offset-violet-950\/80:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.8);
}
.focus\:ring-offset-violet-950\/85:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.85);
}
.focus\:ring-offset-violet-950\/90:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.9);
}
.focus\:ring-offset-violet-950\/95:focus {
  --tw-ring-offset-color: rgb(46 16 101 / 0.95);
}
.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}
.focus\:ring-offset-white\/0:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.focus\:ring-offset-white\/10:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.focus\:ring-offset-white\/100:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.focus\:ring-offset-white\/15:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}
.focus\:ring-offset-white\/20:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.focus\:ring-offset-white\/25:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.focus\:ring-offset-white\/30:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.focus\:ring-offset-white\/35:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}
.focus\:ring-offset-white\/40:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.focus\:ring-offset-white\/45:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}
.focus\:ring-offset-white\/5:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.focus\:ring-offset-white\/50:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.focus\:ring-offset-white\/55:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}
.focus\:ring-offset-white\/60:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.focus\:ring-offset-white\/65:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}
.focus\:ring-offset-white\/70:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.focus\:ring-offset-white\/75:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.focus\:ring-offset-white\/80:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.focus\:ring-offset-white\/85:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}
.focus\:ring-offset-white\/90:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.focus\:ring-offset-white\/95:focus {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef9c3;
}
.focus\:ring-offset-yellow-100\/0:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}
.focus\:ring-offset-yellow-100\/10:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}
.focus\:ring-offset-yellow-100\/100:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}
.focus\:ring-offset-yellow-100\/15:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}
.focus\:ring-offset-yellow-100\/20:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}
.focus\:ring-offset-yellow-100\/25:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}
.focus\:ring-offset-yellow-100\/30:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}
.focus\:ring-offset-yellow-100\/35:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}
.focus\:ring-offset-yellow-100\/40:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}
.focus\:ring-offset-yellow-100\/45:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}
.focus\:ring-offset-yellow-100\/5:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}
.focus\:ring-offset-yellow-100\/50:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}
.focus\:ring-offset-yellow-100\/55:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}
.focus\:ring-offset-yellow-100\/60:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}
.focus\:ring-offset-yellow-100\/65:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}
.focus\:ring-offset-yellow-100\/70:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}
.focus\:ring-offset-yellow-100\/75:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}
.focus\:ring-offset-yellow-100\/80:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}
.focus\:ring-offset-yellow-100\/85:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}
.focus\:ring-offset-yellow-100\/90:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}
.focus\:ring-offset-yellow-100\/95:focus {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}
.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fef08a;
}
.focus\:ring-offset-yellow-200\/0:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}
.focus\:ring-offset-yellow-200\/10:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}
.focus\:ring-offset-yellow-200\/100:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}
.focus\:ring-offset-yellow-200\/15:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}
.focus\:ring-offset-yellow-200\/20:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}
.focus\:ring-offset-yellow-200\/25:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}
.focus\:ring-offset-yellow-200\/30:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}
.focus\:ring-offset-yellow-200\/35:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}
.focus\:ring-offset-yellow-200\/40:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}
.focus\:ring-offset-yellow-200\/45:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}
.focus\:ring-offset-yellow-200\/5:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}
.focus\:ring-offset-yellow-200\/50:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}
.focus\:ring-offset-yellow-200\/55:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}
.focus\:ring-offset-yellow-200\/60:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}
.focus\:ring-offset-yellow-200\/65:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}
.focus\:ring-offset-yellow-200\/70:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}
.focus\:ring-offset-yellow-200\/75:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}
.focus\:ring-offset-yellow-200\/80:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}
.focus\:ring-offset-yellow-200\/85:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}
.focus\:ring-offset-yellow-200\/90:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}
.focus\:ring-offset-yellow-200\/95:focus {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}
.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fde047;
}
.focus\:ring-offset-yellow-300\/0:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}
.focus\:ring-offset-yellow-300\/10:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}
.focus\:ring-offset-yellow-300\/100:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}
.focus\:ring-offset-yellow-300\/15:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}
.focus\:ring-offset-yellow-300\/20:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}
.focus\:ring-offset-yellow-300\/25:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}
.focus\:ring-offset-yellow-300\/30:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}
.focus\:ring-offset-yellow-300\/35:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}
.focus\:ring-offset-yellow-300\/40:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}
.focus\:ring-offset-yellow-300\/45:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}
.focus\:ring-offset-yellow-300\/5:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}
.focus\:ring-offset-yellow-300\/50:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}
.focus\:ring-offset-yellow-300\/55:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}
.focus\:ring-offset-yellow-300\/60:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}
.focus\:ring-offset-yellow-300\/65:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}
.focus\:ring-offset-yellow-300\/70:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}
.focus\:ring-offset-yellow-300\/75:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}
.focus\:ring-offset-yellow-300\/80:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}
.focus\:ring-offset-yellow-300\/85:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}
.focus\:ring-offset-yellow-300\/90:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}
.focus\:ring-offset-yellow-300\/95:focus {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}
.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #facc15;
}
.focus\:ring-offset-yellow-400\/0:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}
.focus\:ring-offset-yellow-400\/10:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}
.focus\:ring-offset-yellow-400\/100:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}
.focus\:ring-offset-yellow-400\/15:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}
.focus\:ring-offset-yellow-400\/20:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}
.focus\:ring-offset-yellow-400\/25:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}
.focus\:ring-offset-yellow-400\/30:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}
.focus\:ring-offset-yellow-400\/35:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}
.focus\:ring-offset-yellow-400\/40:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}
.focus\:ring-offset-yellow-400\/45:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}
.focus\:ring-offset-yellow-400\/5:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}
.focus\:ring-offset-yellow-400\/50:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}
.focus\:ring-offset-yellow-400\/55:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}
.focus\:ring-offset-yellow-400\/60:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}
.focus\:ring-offset-yellow-400\/65:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}
.focus\:ring-offset-yellow-400\/70:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}
.focus\:ring-offset-yellow-400\/75:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}
.focus\:ring-offset-yellow-400\/80:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}
.focus\:ring-offset-yellow-400\/85:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}
.focus\:ring-offset-yellow-400\/90:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}
.focus\:ring-offset-yellow-400\/95:focus {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}
.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fefce8;
}
.focus\:ring-offset-yellow-50\/0:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}
.focus\:ring-offset-yellow-50\/10:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}
.focus\:ring-offset-yellow-50\/100:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}
.focus\:ring-offset-yellow-50\/15:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}
.focus\:ring-offset-yellow-50\/20:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}
.focus\:ring-offset-yellow-50\/25:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}
.focus\:ring-offset-yellow-50\/30:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}
.focus\:ring-offset-yellow-50\/35:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}
.focus\:ring-offset-yellow-50\/40:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}
.focus\:ring-offset-yellow-50\/45:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}
.focus\:ring-offset-yellow-50\/5:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}
.focus\:ring-offset-yellow-50\/50:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}
.focus\:ring-offset-yellow-50\/55:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}
.focus\:ring-offset-yellow-50\/60:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}
.focus\:ring-offset-yellow-50\/65:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}
.focus\:ring-offset-yellow-50\/70:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}
.focus\:ring-offset-yellow-50\/75:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}
.focus\:ring-offset-yellow-50\/80:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}
.focus\:ring-offset-yellow-50\/85:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}
.focus\:ring-offset-yellow-50\/90:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}
.focus\:ring-offset-yellow-50\/95:focus {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}
.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #eab308;
}
.focus\:ring-offset-yellow-500\/0:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}
.focus\:ring-offset-yellow-500\/10:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}
.focus\:ring-offset-yellow-500\/100:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}
.focus\:ring-offset-yellow-500\/15:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}
.focus\:ring-offset-yellow-500\/20:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}
.focus\:ring-offset-yellow-500\/25:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}
.focus\:ring-offset-yellow-500\/30:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}
.focus\:ring-offset-yellow-500\/35:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}
.focus\:ring-offset-yellow-500\/40:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}
.focus\:ring-offset-yellow-500\/45:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}
.focus\:ring-offset-yellow-500\/5:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}
.focus\:ring-offset-yellow-500\/50:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}
.focus\:ring-offset-yellow-500\/55:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}
.focus\:ring-offset-yellow-500\/60:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}
.focus\:ring-offset-yellow-500\/65:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}
.focus\:ring-offset-yellow-500\/70:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}
.focus\:ring-offset-yellow-500\/75:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}
.focus\:ring-offset-yellow-500\/80:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}
.focus\:ring-offset-yellow-500\/85:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}
.focus\:ring-offset-yellow-500\/90:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}
.focus\:ring-offset-yellow-500\/95:focus {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}
.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #ca8a04;
}
.focus\:ring-offset-yellow-600\/0:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}
.focus\:ring-offset-yellow-600\/10:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}
.focus\:ring-offset-yellow-600\/100:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}
.focus\:ring-offset-yellow-600\/15:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}
.focus\:ring-offset-yellow-600\/20:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}
.focus\:ring-offset-yellow-600\/25:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}
.focus\:ring-offset-yellow-600\/30:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}
.focus\:ring-offset-yellow-600\/35:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}
.focus\:ring-offset-yellow-600\/40:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}
.focus\:ring-offset-yellow-600\/45:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}
.focus\:ring-offset-yellow-600\/5:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}
.focus\:ring-offset-yellow-600\/50:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}
.focus\:ring-offset-yellow-600\/55:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}
.focus\:ring-offset-yellow-600\/60:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}
.focus\:ring-offset-yellow-600\/65:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}
.focus\:ring-offset-yellow-600\/70:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}
.focus\:ring-offset-yellow-600\/75:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}
.focus\:ring-offset-yellow-600\/80:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}
.focus\:ring-offset-yellow-600\/85:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}
.focus\:ring-offset-yellow-600\/90:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}
.focus\:ring-offset-yellow-600\/95:focus {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}
.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #a16207;
}
.focus\:ring-offset-yellow-700\/0:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}
.focus\:ring-offset-yellow-700\/10:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}
.focus\:ring-offset-yellow-700\/100:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}
.focus\:ring-offset-yellow-700\/15:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}
.focus\:ring-offset-yellow-700\/20:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}
.focus\:ring-offset-yellow-700\/25:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}
.focus\:ring-offset-yellow-700\/30:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}
.focus\:ring-offset-yellow-700\/35:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}
.focus\:ring-offset-yellow-700\/40:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}
.focus\:ring-offset-yellow-700\/45:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}
.focus\:ring-offset-yellow-700\/5:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}
.focus\:ring-offset-yellow-700\/50:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}
.focus\:ring-offset-yellow-700\/55:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}
.focus\:ring-offset-yellow-700\/60:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}
.focus\:ring-offset-yellow-700\/65:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}
.focus\:ring-offset-yellow-700\/70:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}
.focus\:ring-offset-yellow-700\/75:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}
.focus\:ring-offset-yellow-700\/80:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}
.focus\:ring-offset-yellow-700\/85:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}
.focus\:ring-offset-yellow-700\/90:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}
.focus\:ring-offset-yellow-700\/95:focus {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}
.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #854d0e;
}
.focus\:ring-offset-yellow-800\/0:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}
.focus\:ring-offset-yellow-800\/10:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}
.focus\:ring-offset-yellow-800\/100:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}
.focus\:ring-offset-yellow-800\/15:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}
.focus\:ring-offset-yellow-800\/20:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}
.focus\:ring-offset-yellow-800\/25:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}
.focus\:ring-offset-yellow-800\/30:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}
.focus\:ring-offset-yellow-800\/35:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}
.focus\:ring-offset-yellow-800\/40:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}
.focus\:ring-offset-yellow-800\/45:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}
.focus\:ring-offset-yellow-800\/5:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}
.focus\:ring-offset-yellow-800\/50:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}
.focus\:ring-offset-yellow-800\/55:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}
.focus\:ring-offset-yellow-800\/60:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}
.focus\:ring-offset-yellow-800\/65:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}
.focus\:ring-offset-yellow-800\/70:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}
.focus\:ring-offset-yellow-800\/75:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}
.focus\:ring-offset-yellow-800\/80:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}
.focus\:ring-offset-yellow-800\/85:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}
.focus\:ring-offset-yellow-800\/90:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}
.focus\:ring-offset-yellow-800\/95:focus {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}
.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #713f12;
}
.focus\:ring-offset-yellow-900\/0:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}
.focus\:ring-offset-yellow-900\/10:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}
.focus\:ring-offset-yellow-900\/100:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}
.focus\:ring-offset-yellow-900\/15:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}
.focus\:ring-offset-yellow-900\/20:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}
.focus\:ring-offset-yellow-900\/25:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}
.focus\:ring-offset-yellow-900\/30:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}
.focus\:ring-offset-yellow-900\/35:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}
.focus\:ring-offset-yellow-900\/40:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}
.focus\:ring-offset-yellow-900\/45:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}
.focus\:ring-offset-yellow-900\/5:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}
.focus\:ring-offset-yellow-900\/50:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}
.focus\:ring-offset-yellow-900\/55:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}
.focus\:ring-offset-yellow-900\/60:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}
.focus\:ring-offset-yellow-900\/65:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}
.focus\:ring-offset-yellow-900\/70:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}
.focus\:ring-offset-yellow-900\/75:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}
.focus\:ring-offset-yellow-900\/80:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}
.focus\:ring-offset-yellow-900\/85:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}
.focus\:ring-offset-yellow-900\/90:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}
.focus\:ring-offset-yellow-900\/95:focus {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}
.focus\:ring-offset-yellow-950:focus {
  --tw-ring-offset-color: #422006;
}
.focus\:ring-offset-yellow-950\/0:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}
.focus\:ring-offset-yellow-950\/10:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}
.focus\:ring-offset-yellow-950\/100:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}
.focus\:ring-offset-yellow-950\/15:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}
.focus\:ring-offset-yellow-950\/20:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}
.focus\:ring-offset-yellow-950\/25:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}
.focus\:ring-offset-yellow-950\/30:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}
.focus\:ring-offset-yellow-950\/35:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}
.focus\:ring-offset-yellow-950\/40:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}
.focus\:ring-offset-yellow-950\/45:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}
.focus\:ring-offset-yellow-950\/5:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}
.focus\:ring-offset-yellow-950\/50:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}
.focus\:ring-offset-yellow-950\/55:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}
.focus\:ring-offset-yellow-950\/60:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}
.focus\:ring-offset-yellow-950\/65:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}
.focus\:ring-offset-yellow-950\/70:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}
.focus\:ring-offset-yellow-950\/75:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}
.focus\:ring-offset-yellow-950\/80:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}
.focus\:ring-offset-yellow-950\/85:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}
.focus\:ring-offset-yellow-950\/90:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}
.focus\:ring-offset-yellow-950\/95:focus {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}
.focus\:ring-offset-zinc-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}
.focus\:ring-offset-zinc-100\/0:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0);
}
.focus\:ring-offset-zinc-100\/10:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.1);
}
.focus\:ring-offset-zinc-100\/100:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 1);
}
.focus\:ring-offset-zinc-100\/15:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.15);
}
.focus\:ring-offset-zinc-100\/20:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.2);
}
.focus\:ring-offset-zinc-100\/25:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.25);
}
.focus\:ring-offset-zinc-100\/30:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.3);
}
.focus\:ring-offset-zinc-100\/35:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.35);
}
.focus\:ring-offset-zinc-100\/40:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.4);
}
.focus\:ring-offset-zinc-100\/45:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.45);
}
.focus\:ring-offset-zinc-100\/5:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.05);
}
.focus\:ring-offset-zinc-100\/50:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.5);
}
.focus\:ring-offset-zinc-100\/55:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.55);
}
.focus\:ring-offset-zinc-100\/60:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.6);
}
.focus\:ring-offset-zinc-100\/65:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.65);
}
.focus\:ring-offset-zinc-100\/70:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.7);
}
.focus\:ring-offset-zinc-100\/75:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.75);
}
.focus\:ring-offset-zinc-100\/80:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.8);
}
.focus\:ring-offset-zinc-100\/85:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.85);
}
.focus\:ring-offset-zinc-100\/90:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.9);
}
.focus\:ring-offset-zinc-100\/95:focus {
  --tw-ring-offset-color: rgb(244 244 245 / 0.95);
}
.focus\:ring-offset-zinc-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}
.focus\:ring-offset-zinc-200\/0:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0);
}
.focus\:ring-offset-zinc-200\/10:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.1);
}
.focus\:ring-offset-zinc-200\/100:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 1);
}
.focus\:ring-offset-zinc-200\/15:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.15);
}
.focus\:ring-offset-zinc-200\/20:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.2);
}
.focus\:ring-offset-zinc-200\/25:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.25);
}
.focus\:ring-offset-zinc-200\/30:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.3);
}
.focus\:ring-offset-zinc-200\/35:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.35);
}
.focus\:ring-offset-zinc-200\/40:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.4);
}
.focus\:ring-offset-zinc-200\/45:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.45);
}
.focus\:ring-offset-zinc-200\/5:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.05);
}
.focus\:ring-offset-zinc-200\/50:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.5);
}
.focus\:ring-offset-zinc-200\/55:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.55);
}
.focus\:ring-offset-zinc-200\/60:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.6);
}
.focus\:ring-offset-zinc-200\/65:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.65);
}
.focus\:ring-offset-zinc-200\/70:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.7);
}
.focus\:ring-offset-zinc-200\/75:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.75);
}
.focus\:ring-offset-zinc-200\/80:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.8);
}
.focus\:ring-offset-zinc-200\/85:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.85);
}
.focus\:ring-offset-zinc-200\/90:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.9);
}
.focus\:ring-offset-zinc-200\/95:focus {
  --tw-ring-offset-color: rgb(228 228 231 / 0.95);
}
.focus\:ring-offset-zinc-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}
.focus\:ring-offset-zinc-300\/0:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0);
}
.focus\:ring-offset-zinc-300\/10:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.1);
}
.focus\:ring-offset-zinc-300\/100:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 1);
}
.focus\:ring-offset-zinc-300\/15:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.15);
}
.focus\:ring-offset-zinc-300\/20:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.2);
}
.focus\:ring-offset-zinc-300\/25:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.25);
}
.focus\:ring-offset-zinc-300\/30:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.3);
}
.focus\:ring-offset-zinc-300\/35:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.35);
}
.focus\:ring-offset-zinc-300\/40:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.4);
}
.focus\:ring-offset-zinc-300\/45:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.45);
}
.focus\:ring-offset-zinc-300\/5:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.05);
}
.focus\:ring-offset-zinc-300\/50:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.5);
}
.focus\:ring-offset-zinc-300\/55:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.55);
}
.focus\:ring-offset-zinc-300\/60:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.6);
}
.focus\:ring-offset-zinc-300\/65:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.65);
}
.focus\:ring-offset-zinc-300\/70:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.7);
}
.focus\:ring-offset-zinc-300\/75:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.75);
}
.focus\:ring-offset-zinc-300\/80:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.8);
}
.focus\:ring-offset-zinc-300\/85:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.85);
}
.focus\:ring-offset-zinc-300\/90:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.9);
}
.focus\:ring-offset-zinc-300\/95:focus {
  --tw-ring-offset-color: rgb(212 212 216 / 0.95);
}
.focus\:ring-offset-zinc-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}
.focus\:ring-offset-zinc-400\/0:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0);
}
.focus\:ring-offset-zinc-400\/10:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.1);
}
.focus\:ring-offset-zinc-400\/100:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 1);
}
.focus\:ring-offset-zinc-400\/15:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.15);
}
.focus\:ring-offset-zinc-400\/20:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.2);
}
.focus\:ring-offset-zinc-400\/25:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.25);
}
.focus\:ring-offset-zinc-400\/30:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.3);
}
.focus\:ring-offset-zinc-400\/35:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.35);
}
.focus\:ring-offset-zinc-400\/40:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.4);
}
.focus\:ring-offset-zinc-400\/45:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.45);
}
.focus\:ring-offset-zinc-400\/5:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.05);
}
.focus\:ring-offset-zinc-400\/50:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.5);
}
.focus\:ring-offset-zinc-400\/55:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.55);
}
.focus\:ring-offset-zinc-400\/60:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.6);
}
.focus\:ring-offset-zinc-400\/65:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.65);
}
.focus\:ring-offset-zinc-400\/70:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.7);
}
.focus\:ring-offset-zinc-400\/75:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.75);
}
.focus\:ring-offset-zinc-400\/80:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.8);
}
.focus\:ring-offset-zinc-400\/85:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.85);
}
.focus\:ring-offset-zinc-400\/90:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.9);
}
.focus\:ring-offset-zinc-400\/95:focus {
  --tw-ring-offset-color: rgb(161 161 170 / 0.95);
}
.focus\:ring-offset-zinc-50:focus {
  --tw-ring-offset-color: #fafafa;
}
.focus\:ring-offset-zinc-50\/0:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.focus\:ring-offset-zinc-50\/10:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.focus\:ring-offset-zinc-50\/100:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.focus\:ring-offset-zinc-50\/15:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.focus\:ring-offset-zinc-50\/20:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.focus\:ring-offset-zinc-50\/25:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.focus\:ring-offset-zinc-50\/30:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.focus\:ring-offset-zinc-50\/35:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.focus\:ring-offset-zinc-50\/40:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.focus\:ring-offset-zinc-50\/45:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.focus\:ring-offset-zinc-50\/5:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.focus\:ring-offset-zinc-50\/50:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.focus\:ring-offset-zinc-50\/55:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.focus\:ring-offset-zinc-50\/60:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.focus\:ring-offset-zinc-50\/65:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.focus\:ring-offset-zinc-50\/70:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.focus\:ring-offset-zinc-50\/75:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.focus\:ring-offset-zinc-50\/80:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.focus\:ring-offset-zinc-50\/85:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.focus\:ring-offset-zinc-50\/90:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.focus\:ring-offset-zinc-50\/95:focus {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.focus\:ring-offset-zinc-500:focus {
  --tw-ring-offset-color: #71717a;
}
.focus\:ring-offset-zinc-500\/0:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0);
}
.focus\:ring-offset-zinc-500\/10:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.1);
}
.focus\:ring-offset-zinc-500\/100:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 1);
}
.focus\:ring-offset-zinc-500\/15:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.15);
}
.focus\:ring-offset-zinc-500\/20:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.2);
}
.focus\:ring-offset-zinc-500\/25:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.25);
}
.focus\:ring-offset-zinc-500\/30:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.3);
}
.focus\:ring-offset-zinc-500\/35:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.35);
}
.focus\:ring-offset-zinc-500\/40:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.4);
}
.focus\:ring-offset-zinc-500\/45:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.45);
}
.focus\:ring-offset-zinc-500\/5:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.05);
}
.focus\:ring-offset-zinc-500\/50:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.5);
}
.focus\:ring-offset-zinc-500\/55:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.55);
}
.focus\:ring-offset-zinc-500\/60:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.6);
}
.focus\:ring-offset-zinc-500\/65:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.65);
}
.focus\:ring-offset-zinc-500\/70:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.7);
}
.focus\:ring-offset-zinc-500\/75:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.75);
}
.focus\:ring-offset-zinc-500\/80:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.8);
}
.focus\:ring-offset-zinc-500\/85:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.85);
}
.focus\:ring-offset-zinc-500\/90:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.9);
}
.focus\:ring-offset-zinc-500\/95:focus {
  --tw-ring-offset-color: rgb(113 113 122 / 0.95);
}
.focus\:ring-offset-zinc-600:focus {
  --tw-ring-offset-color: #52525b;
}
.focus\:ring-offset-zinc-600\/0:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0);
}
.focus\:ring-offset-zinc-600\/10:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.1);
}
.focus\:ring-offset-zinc-600\/100:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 1);
}
.focus\:ring-offset-zinc-600\/15:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.15);
}
.focus\:ring-offset-zinc-600\/20:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.2);
}
.focus\:ring-offset-zinc-600\/25:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.25);
}
.focus\:ring-offset-zinc-600\/30:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.3);
}
.focus\:ring-offset-zinc-600\/35:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.35);
}
.focus\:ring-offset-zinc-600\/40:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.4);
}
.focus\:ring-offset-zinc-600\/45:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.45);
}
.focus\:ring-offset-zinc-600\/5:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.05);
}
.focus\:ring-offset-zinc-600\/50:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.5);
}
.focus\:ring-offset-zinc-600\/55:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.55);
}
.focus\:ring-offset-zinc-600\/60:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.6);
}
.focus\:ring-offset-zinc-600\/65:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.65);
}
.focus\:ring-offset-zinc-600\/70:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.7);
}
.focus\:ring-offset-zinc-600\/75:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.75);
}
.focus\:ring-offset-zinc-600\/80:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.8);
}
.focus\:ring-offset-zinc-600\/85:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.85);
}
.focus\:ring-offset-zinc-600\/90:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.9);
}
.focus\:ring-offset-zinc-600\/95:focus {
  --tw-ring-offset-color: rgb(82 82 91 / 0.95);
}
.focus\:ring-offset-zinc-700:focus {
  --tw-ring-offset-color: #3f3f46;
}
.focus\:ring-offset-zinc-700\/0:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0);
}
.focus\:ring-offset-zinc-700\/10:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.1);
}
.focus\:ring-offset-zinc-700\/100:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 1);
}
.focus\:ring-offset-zinc-700\/15:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.15);
}
.focus\:ring-offset-zinc-700\/20:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.2);
}
.focus\:ring-offset-zinc-700\/25:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.25);
}
.focus\:ring-offset-zinc-700\/30:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.3);
}
.focus\:ring-offset-zinc-700\/35:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.35);
}
.focus\:ring-offset-zinc-700\/40:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.4);
}
.focus\:ring-offset-zinc-700\/45:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.45);
}
.focus\:ring-offset-zinc-700\/5:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.05);
}
.focus\:ring-offset-zinc-700\/50:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.5);
}
.focus\:ring-offset-zinc-700\/55:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.55);
}
.focus\:ring-offset-zinc-700\/60:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.6);
}
.focus\:ring-offset-zinc-700\/65:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.65);
}
.focus\:ring-offset-zinc-700\/70:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.7);
}
.focus\:ring-offset-zinc-700\/75:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.75);
}
.focus\:ring-offset-zinc-700\/80:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.8);
}
.focus\:ring-offset-zinc-700\/85:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.85);
}
.focus\:ring-offset-zinc-700\/90:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.9);
}
.focus\:ring-offset-zinc-700\/95:focus {
  --tw-ring-offset-color: rgb(63 63 70 / 0.95);
}
.focus\:ring-offset-zinc-800:focus {
  --tw-ring-offset-color: #27272a;
}
.focus\:ring-offset-zinc-800\/0:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0);
}
.focus\:ring-offset-zinc-800\/10:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.1);
}
.focus\:ring-offset-zinc-800\/100:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 1);
}
.focus\:ring-offset-zinc-800\/15:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.15);
}
.focus\:ring-offset-zinc-800\/20:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.2);
}
.focus\:ring-offset-zinc-800\/25:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.25);
}
.focus\:ring-offset-zinc-800\/30:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.3);
}
.focus\:ring-offset-zinc-800\/35:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.35);
}
.focus\:ring-offset-zinc-800\/40:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.4);
}
.focus\:ring-offset-zinc-800\/45:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.45);
}
.focus\:ring-offset-zinc-800\/5:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.05);
}
.focus\:ring-offset-zinc-800\/50:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.5);
}
.focus\:ring-offset-zinc-800\/55:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.55);
}
.focus\:ring-offset-zinc-800\/60:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.6);
}
.focus\:ring-offset-zinc-800\/65:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.65);
}
.focus\:ring-offset-zinc-800\/70:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.7);
}
.focus\:ring-offset-zinc-800\/75:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.75);
}
.focus\:ring-offset-zinc-800\/80:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.8);
}
.focus\:ring-offset-zinc-800\/85:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.85);
}
.focus\:ring-offset-zinc-800\/90:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.9);
}
.focus\:ring-offset-zinc-800\/95:focus {
  --tw-ring-offset-color: rgb(39 39 42 / 0.95);
}
.focus\:ring-offset-zinc-900:focus {
  --tw-ring-offset-color: #18181b;
}
.focus\:ring-offset-zinc-900\/0:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}
.focus\:ring-offset-zinc-900\/10:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}
.focus\:ring-offset-zinc-900\/100:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}
.focus\:ring-offset-zinc-900\/15:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}
.focus\:ring-offset-zinc-900\/20:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}
.focus\:ring-offset-zinc-900\/25:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}
.focus\:ring-offset-zinc-900\/30:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}
.focus\:ring-offset-zinc-900\/35:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}
.focus\:ring-offset-zinc-900\/40:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}
.focus\:ring-offset-zinc-900\/45:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}
.focus\:ring-offset-zinc-900\/5:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}
.focus\:ring-offset-zinc-900\/50:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}
.focus\:ring-offset-zinc-900\/55:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}
.focus\:ring-offset-zinc-900\/60:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}
.focus\:ring-offset-zinc-900\/65:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}
.focus\:ring-offset-zinc-900\/70:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}
.focus\:ring-offset-zinc-900\/75:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}
.focus\:ring-offset-zinc-900\/80:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}
.focus\:ring-offset-zinc-900\/85:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}
.focus\:ring-offset-zinc-900\/90:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}
.focus\:ring-offset-zinc-900\/95:focus {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}
.focus\:ring-offset-zinc-950:focus {
  --tw-ring-offset-color: #09090b;
}
.focus\:ring-offset-zinc-950\/0:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0);
}
.focus\:ring-offset-zinc-950\/10:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.1);
}
.focus\:ring-offset-zinc-950\/100:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 1);
}
.focus\:ring-offset-zinc-950\/15:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.15);
}
.focus\:ring-offset-zinc-950\/20:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.2);
}
.focus\:ring-offset-zinc-950\/25:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.25);
}
.focus\:ring-offset-zinc-950\/30:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.3);
}
.focus\:ring-offset-zinc-950\/35:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.35);
}
.focus\:ring-offset-zinc-950\/40:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.4);
}
.focus\:ring-offset-zinc-950\/45:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.45);
}
.focus\:ring-offset-zinc-950\/5:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.05);
}
.focus\:ring-offset-zinc-950\/50:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.5);
}
.focus\:ring-offset-zinc-950\/55:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.55);
}
.focus\:ring-offset-zinc-950\/60:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.6);
}
.focus\:ring-offset-zinc-950\/65:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.65);
}
.focus\:ring-offset-zinc-950\/70:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.7);
}
.focus\:ring-offset-zinc-950\/75:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.75);
}
.focus\:ring-offset-zinc-950\/80:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.8);
}
.focus\:ring-offset-zinc-950\/85:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.85);
}
.focus\:ring-offset-zinc-950\/90:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.9);
}
.focus\:ring-offset-zinc-950\/95:focus {
  --tw-ring-offset-color: rgb(9 9 11 / 0.95);
}
.focus\:shadow-10:focus {
  box-shadow: var(--shadow-10);
}
.focus\:shadow-20:focus {
  box-shadow: var(--shadow-20);
}
.focus\:shadow-30:focus {
  box-shadow: var(--shadow-30);
}
.focus\:shadow-40:focus {
  box-shadow: var(--shadow-40);
}
.focus\:shadow-50:focus {
  box-shadow: var(--shadow-50);
}
.focus-visible\:not-sr-only:focus-visible {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus-visible\:absolute:focus-visible {
  position: absolute;
}
.focus-visible\:inline-block:focus-visible {
  display: inline-block;
}
.focus-visible\:rounded-full:focus-visible {
  border-radius: 9999px;
}
.focus-visible\:px-3:focus-visible {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.focus-visible\:py-1\.5:focus-visible {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.focus-visible\:underline:focus-visible {
  text-decoration-line: underline;
}
.focus-visible\:opacity-100:focus-visible {
  opacity: 1;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.active\:border-collapse:active {
  border-collapse: collapse;
}
.active\:border-separate:active {
  border-collapse: separate;
}
.active\:border-spacing-0:active {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-0\.5:active {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-1:active {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-1\.5:active {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-10:active {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-11:active {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-12:active {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-14:active {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-16:active {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-2:active {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-2\.5:active {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-20:active {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-24:active {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-28:active {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-3:active {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-3\.5:active {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-32:active {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-36:active {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-4:active {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-40:active {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-44:active {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-48:active {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-5:active {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-52:active {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-56:active {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-6:active {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-60:active {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-64:active {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-7:active {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-72:active {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-8:active {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-80:active {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-9:active {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-96:active {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-px:active {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-0:active {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-0\.5:active {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-1:active {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-1\.5:active {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-10:active {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-11:active {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-12:active {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-14:active {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-16:active {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-2:active {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-2\.5:active {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-20:active {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-24:active {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-28:active {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-3:active {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-3\.5:active {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-32:active {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-36:active {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-4:active {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-40:active {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-44:active {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-48:active {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-5:active {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-52:active {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-56:active {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-6:active {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-60:active {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-64:active {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-7:active {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-72:active {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-8:active {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-80:active {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-9:active {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-96:active {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-x-px:active {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-0:active {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-0\.5:active {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-1:active {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-1\.5:active {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-10:active {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-11:active {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-12:active {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-14:active {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-16:active {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-2:active {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-2\.5:active {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-20:active {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-24:active {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-28:active {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-3:active {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-3\.5:active {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-32:active {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-36:active {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-4:active {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-40:active {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-44:active {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-48:active {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-5:active {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-52:active {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-56:active {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-6:active {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-60:active {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-64:active {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-7:active {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-72:active {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-8:active {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-80:active {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-9:active {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-96:active {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:border-spacing-y-px:active {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:text-ellipsis:active {
  text-overflow: ellipsis;
}
.active\:text-clip:active {
  text-overflow: clip;
}
.active\:text-wrap:active {
  text-wrap: wrap;
}
.active\:text-nowrap:active {
  text-wrap: nowrap;
}
.active\:text-balance:active {
  text-wrap: balance;
}
.active\:text-pretty:active {
  text-wrap: pretty;
}
.active\:border-0:active {
  border-width: 0px;
}
.active\:border-2:active {
  border-width: 2px;
}
.active\:border-4:active {
  border-width: 4px;
}
.active\:border-8:active {
  border-width: 8px;
}
.active\:border-x:active {
  border-left-width: 1px;
  border-right-width: 1px;
}
.active\:border-x-0:active {
  border-left-width: 0px;
  border-right-width: 0px;
}
.active\:border-x-2:active {
  border-left-width: 2px;
  border-right-width: 2px;
}
.active\:border-x-4:active {
  border-left-width: 4px;
  border-right-width: 4px;
}
.active\:border-x-8:active {
  border-left-width: 8px;
  border-right-width: 8px;
}
.active\:border-y:active {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.active\:border-y-0:active {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.active\:border-y-2:active {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.active\:border-y-4:active {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.active\:border-y-8:active {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.active\:border-b:active {
  border-bottom-width: 1px;
}
.active\:border-b-0:active {
  border-bottom-width: 0px;
}
.active\:border-b-2:active {
  border-bottom-width: 2px;
}
.active\:border-b-4:active {
  border-bottom-width: 4px;
}
.active\:border-b-8:active {
  border-bottom-width: 8px;
}
.active\:border-e:active {
  border-inline-end-width: 1px;
}
.active\:border-e-0:active {
  border-inline-end-width: 0px;
}
.active\:border-e-2:active {
  border-inline-end-width: 2px;
}
.active\:border-e-4:active {
  border-inline-end-width: 4px;
}
.active\:border-e-8:active {
  border-inline-end-width: 8px;
}
.active\:border-l:active {
  border-left-width: 1px;
}
.active\:border-l-0:active {
  border-left-width: 0px;
}
.active\:border-l-2:active {
  border-left-width: 2px;
}
.active\:border-l-4:active {
  border-left-width: 4px;
}
.active\:border-l-8:active {
  border-left-width: 8px;
}
.active\:border-r:active {
  border-right-width: 1px;
}
.active\:border-r-0:active {
  border-right-width: 0px;
}
.active\:border-r-2:active {
  border-right-width: 2px;
}
.active\:border-r-4:active {
  border-right-width: 4px;
}
.active\:border-r-8:active {
  border-right-width: 8px;
}
.active\:border-s:active {
  border-inline-start-width: 1px;
}
.active\:border-s-0:active {
  border-inline-start-width: 0px;
}
.active\:border-s-2:active {
  border-inline-start-width: 2px;
}
.active\:border-s-4:active {
  border-inline-start-width: 4px;
}
.active\:border-s-8:active {
  border-inline-start-width: 8px;
}
.active\:border-t:active {
  border-top-width: 1px;
}
.active\:border-t-0:active {
  border-top-width: 0px;
}
.active\:border-t-2:active {
  border-top-width: 2px;
}
.active\:border-t-4:active {
  border-top-width: 4px;
}
.active\:border-t-8:active {
  border-top-width: 8px;
}
.active\:border-solid:active {
  border-style: solid;
}
.active\:border-dashed:active {
  border-style: dashed;
}
.active\:border-dotted:active {
  border-style: dotted;
}
.active\:border-double:active {
  border-style: double;
}
.active\:border-hidden:active {
  border-style: hidden;
}
.active\:border-none:active {
  border-style: none;
}
.active\:border-accent:active {
  border-color: var(--border-accent);
}
.active\:border-calendar:active {
  border-color: var(--border-calendar);
}
.active\:border-constant-black:active {
  border-color: var(--general-constant-black);
}
.active\:border-constant-white:active {
  border-color: var(--general-constant-white);
}
.active\:border-current:active {
  border-color: currentColor;
}
.active\:border-focus:active {
  border-color: var(--border-focus);
}
.active\:border-hover:active {
  border-color: var(--border-hover);
}
.active\:border-inherit:active {
  border-color: inherit;
}
.active\:border-input:active {
  border-color: var(--border-input);
}
.active\:border-input-active:active {
  border-color: var(--border-input-active);
}
.active\:border-input-active-hover:active {
  border-color: var(--border-input-active-hover);
}
.active\:border-input-active-pressed:active {
  border-color: var(--border-input-active-pressed);
}
.active\:border-input-caution:active {
  border-color: var(--border-input-caution);
}
.active\:border-input-caution-hover:active {
  border-color: var(--border-input-caution-hover);
}
.active\:border-input-caution-pressed:active {
  border-color: var(--border-input-caution-pressed);
}
.active\:border-input-critical:active {
  border-color: var(--border-input-critical);
}
.active\:border-input-critical-hover:active {
  border-color: var(--border-input-critical-hover);
}
.active\:border-input-critical-pressed:active {
  border-color: var(--border-input-critical-pressed);
}
.active\:border-input-disabled:active {
  border-color: var(--border-input-disabled);
}
.active\:border-input-hover:active {
  border-color: var(--border-input-hover);
}
.active\:border-palette-blue-border:active {
  border-color: var(--palette-blue-border);
}
.active\:border-palette-dark-blue-border:active {
  border-color: var(--palette-dark-blue-border);
}
.active\:border-palette-dark-gray-border:active {
  border-color: var(--palette-dark-gray-border);
}
.active\:border-palette-dark-green-border:active {
  border-color: var(--palette-dark-green-border);
}
.active\:border-palette-gray-border:active {
  border-color: var(--palette-gray-border);
}
.active\:border-palette-green-border:active {
  border-color: var(--palette-green-border);
}
.active\:border-palette-light-pink-border:active {
  border-color: var(--palette-light-pink-border);
}
.active\:border-palette-maroon-border:active {
  border-color: var(--palette-maroon-border);
}
.active\:border-palette-orange-border:active {
  border-color: var(--palette-orange-border);
}
.active\:border-palette-pink-border:active {
  border-color: var(--palette-pink-border);
}
.active\:border-palette-red-border:active {
  border-color: var(--palette-red-border);
}
.active\:border-palette-violet-border:active {
  border-color: var(--palette-violet-border);
}
.active\:border-palette-yellow-border:active {
  border-color: var(--palette-yellow-border);
}
.active\:border-primary:active {
  border-color: var(--border-primary);
}
.active\:border-secondary:active {
  border-color: var(--border-secondary);
}
.active\:border-status-available:active {
  border-color: var(--status-available);
}
.active\:border-status-away:active {
  border-color: var(--status-away);
}
.active\:border-status-border:active {
  border-color: var(--status-border);
}
.active\:border-status-busy:active {
  border-color: var(--status-busy);
}
.active\:border-status-icon:active {
  border-color: var(--status-icon);
}
.active\:border-status-offline:active {
  border-color: var(--status-offline);
}
.active\:border-tertiary:active {
  border-color: var(--border-tertiary);
}
.active\:border-transparent:active {
  border-color: transparent;
}
.active\:border-transparent\/0:active {
  border-color: rgb(0 0 0 / 0);
}
.active\:border-transparent\/10:active {
  border-color: rgb(0 0 0 / 0.1);
}
.active\:border-transparent\/100:active {
  border-color: rgb(0 0 0 / 1);
}
.active\:border-transparent\/15:active {
  border-color: rgb(0 0 0 / 0.15);
}
.active\:border-transparent\/20:active {
  border-color: rgb(0 0 0 / 0.2);
}
.active\:border-transparent\/25:active {
  border-color: rgb(0 0 0 / 0.25);
}
.active\:border-transparent\/30:active {
  border-color: rgb(0 0 0 / 0.3);
}
.active\:border-transparent\/35:active {
  border-color: rgb(0 0 0 / 0.35);
}
.active\:border-transparent\/40:active {
  border-color: rgb(0 0 0 / 0.4);
}
.active\:border-transparent\/45:active {
  border-color: rgb(0 0 0 / 0.45);
}
.active\:border-transparent\/5:active {
  border-color: rgb(0 0 0 / 0.05);
}
.active\:border-transparent\/50:active {
  border-color: rgb(0 0 0 / 0.5);
}
.active\:border-transparent\/55:active {
  border-color: rgb(0 0 0 / 0.55);
}
.active\:border-transparent\/60:active {
  border-color: rgb(0 0 0 / 0.6);
}
.active\:border-transparent\/65:active {
  border-color: rgb(0 0 0 / 0.65);
}
.active\:border-transparent\/70:active {
  border-color: rgb(0 0 0 / 0.7);
}
.active\:border-transparent\/75:active {
  border-color: rgb(0 0 0 / 0.75);
}
.active\:border-transparent\/80:active {
  border-color: rgb(0 0 0 / 0.8);
}
.active\:border-transparent\/85:active {
  border-color: rgb(0 0 0 / 0.85);
}
.active\:border-transparent\/90:active {
  border-color: rgb(0 0 0 / 0.9);
}
.active\:border-transparent\/95:active {
  border-color: rgb(0 0 0 / 0.95);
}
.active\:border-x-accent:active {
  border-left-color: var(--border-accent);
  border-right-color: var(--border-accent);
}
.active\:border-x-calendar:active {
  border-left-color: var(--border-calendar);
  border-right-color: var(--border-calendar);
}
.active\:border-x-constant-black:active {
  border-left-color: var(--general-constant-black);
  border-right-color: var(--general-constant-black);
}
.active\:border-x-constant-white:active {
  border-left-color: var(--general-constant-white);
  border-right-color: var(--general-constant-white);
}
.active\:border-x-current:active {
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.active\:border-x-focus:active {
  border-left-color: var(--border-focus);
  border-right-color: var(--border-focus);
}
.active\:border-x-hover:active {
  border-left-color: var(--border-hover);
  border-right-color: var(--border-hover);
}
.active\:border-x-inherit:active {
  border-left-color: inherit;
  border-right-color: inherit;
}
.active\:border-x-input:active {
  border-left-color: var(--border-input);
  border-right-color: var(--border-input);
}
.active\:border-x-input-active:active {
  border-left-color: var(--border-input-active);
  border-right-color: var(--border-input-active);
}
.active\:border-x-input-active-hover:active {
  border-left-color: var(--border-input-active-hover);
  border-right-color: var(--border-input-active-hover);
}
.active\:border-x-input-active-pressed:active {
  border-left-color: var(--border-input-active-pressed);
  border-right-color: var(--border-input-active-pressed);
}
.active\:border-x-input-caution:active {
  border-left-color: var(--border-input-caution);
  border-right-color: var(--border-input-caution);
}
.active\:border-x-input-caution-hover:active {
  border-left-color: var(--border-input-caution-hover);
  border-right-color: var(--border-input-caution-hover);
}
.active\:border-x-input-caution-pressed:active {
  border-left-color: var(--border-input-caution-pressed);
  border-right-color: var(--border-input-caution-pressed);
}
.active\:border-x-input-critical:active {
  border-left-color: var(--border-input-critical);
  border-right-color: var(--border-input-critical);
}
.active\:border-x-input-critical-hover:active {
  border-left-color: var(--border-input-critical-hover);
  border-right-color: var(--border-input-critical-hover);
}
.active\:border-x-input-critical-pressed:active {
  border-left-color: var(--border-input-critical-pressed);
  border-right-color: var(--border-input-critical-pressed);
}
.active\:border-x-input-disabled:active {
  border-left-color: var(--border-input-disabled);
  border-right-color: var(--border-input-disabled);
}
.active\:border-x-input-hover:active {
  border-left-color: var(--border-input-hover);
  border-right-color: var(--border-input-hover);
}
.active\:border-x-palette-blue-border:active {
  border-left-color: var(--palette-blue-border);
  border-right-color: var(--palette-blue-border);
}
.active\:border-x-palette-dark-blue-border:active {
  border-left-color: var(--palette-dark-blue-border);
  border-right-color: var(--palette-dark-blue-border);
}
.active\:border-x-palette-dark-gray-border:active {
  border-left-color: var(--palette-dark-gray-border);
  border-right-color: var(--palette-dark-gray-border);
}
.active\:border-x-palette-dark-green-border:active {
  border-left-color: var(--palette-dark-green-border);
  border-right-color: var(--palette-dark-green-border);
}
.active\:border-x-palette-gray-border:active {
  border-left-color: var(--palette-gray-border);
  border-right-color: var(--palette-gray-border);
}
.active\:border-x-palette-green-border:active {
  border-left-color: var(--palette-green-border);
  border-right-color: var(--palette-green-border);
}
.active\:border-x-palette-light-pink-border:active {
  border-left-color: var(--palette-light-pink-border);
  border-right-color: var(--palette-light-pink-border);
}
.active\:border-x-palette-maroon-border:active {
  border-left-color: var(--palette-maroon-border);
  border-right-color: var(--palette-maroon-border);
}
.active\:border-x-palette-orange-border:active {
  border-left-color: var(--palette-orange-border);
  border-right-color: var(--palette-orange-border);
}
.active\:border-x-palette-pink-border:active {
  border-left-color: var(--palette-pink-border);
  border-right-color: var(--palette-pink-border);
}
.active\:border-x-palette-red-border:active {
  border-left-color: var(--palette-red-border);
  border-right-color: var(--palette-red-border);
}
.active\:border-x-palette-violet-border:active {
  border-left-color: var(--palette-violet-border);
  border-right-color: var(--palette-violet-border);
}
.active\:border-x-palette-yellow-border:active {
  border-left-color: var(--palette-yellow-border);
  border-right-color: var(--palette-yellow-border);
}
.active\:border-x-primary:active {
  border-left-color: var(--border-primary);
  border-right-color: var(--border-primary);
}
.active\:border-x-secondary:active {
  border-left-color: var(--border-secondary);
  border-right-color: var(--border-secondary);
}
.active\:border-x-status-available:active {
  border-left-color: var(--status-available);
  border-right-color: var(--status-available);
}
.active\:border-x-status-away:active {
  border-left-color: var(--status-away);
  border-right-color: var(--status-away);
}
.active\:border-x-status-border:active {
  border-left-color: var(--status-border);
  border-right-color: var(--status-border);
}
.active\:border-x-status-busy:active {
  border-left-color: var(--status-busy);
  border-right-color: var(--status-busy);
}
.active\:border-x-status-icon:active {
  border-left-color: var(--status-icon);
  border-right-color: var(--status-icon);
}
.active\:border-x-status-offline:active {
  border-left-color: var(--status-offline);
  border-right-color: var(--status-offline);
}
.active\:border-x-tertiary:active {
  border-left-color: var(--border-tertiary);
  border-right-color: var(--border-tertiary);
}
.active\:border-x-transparent:active {
  border-left-color: transparent;
  border-right-color: transparent;
}
.active\:border-x-transparent\/0:active {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.active\:border-x-transparent\/10:active {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.active\:border-x-transparent\/100:active {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.active\:border-x-transparent\/15:active {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.active\:border-x-transparent\/20:active {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.active\:border-x-transparent\/25:active {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.active\:border-x-transparent\/30:active {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.active\:border-x-transparent\/35:active {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.active\:border-x-transparent\/40:active {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.active\:border-x-transparent\/45:active {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.active\:border-x-transparent\/5:active {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.active\:border-x-transparent\/50:active {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.active\:border-x-transparent\/55:active {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.active\:border-x-transparent\/60:active {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.active\:border-x-transparent\/65:active {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.active\:border-x-transparent\/70:active {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.active\:border-x-transparent\/75:active {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.active\:border-x-transparent\/80:active {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.active\:border-x-transparent\/85:active {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.active\:border-x-transparent\/90:active {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.active\:border-x-transparent\/95:active {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.active\:border-y-accent:active {
  border-top-color: var(--border-accent);
  border-bottom-color: var(--border-accent);
}
.active\:border-y-calendar:active {
  border-top-color: var(--border-calendar);
  border-bottom-color: var(--border-calendar);
}
.active\:border-y-constant-black:active {
  border-top-color: var(--general-constant-black);
  border-bottom-color: var(--general-constant-black);
}
.active\:border-y-constant-white:active {
  border-top-color: var(--general-constant-white);
  border-bottom-color: var(--general-constant-white);
}
.active\:border-y-current:active {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.active\:border-y-focus:active {
  border-top-color: var(--border-focus);
  border-bottom-color: var(--border-focus);
}
.active\:border-y-hover:active {
  border-top-color: var(--border-hover);
  border-bottom-color: var(--border-hover);
}
.active\:border-y-inherit:active {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.active\:border-y-input:active {
  border-top-color: var(--border-input);
  border-bottom-color: var(--border-input);
}
.active\:border-y-input-active:active {
  border-top-color: var(--border-input-active);
  border-bottom-color: var(--border-input-active);
}
.active\:border-y-input-active-hover:active {
  border-top-color: var(--border-input-active-hover);
  border-bottom-color: var(--border-input-active-hover);
}
.active\:border-y-input-active-pressed:active {
  border-top-color: var(--border-input-active-pressed);
  border-bottom-color: var(--border-input-active-pressed);
}
.active\:border-y-input-caution:active {
  border-top-color: var(--border-input-caution);
  border-bottom-color: var(--border-input-caution);
}
.active\:border-y-input-caution-hover:active {
  border-top-color: var(--border-input-caution-hover);
  border-bottom-color: var(--border-input-caution-hover);
}
.active\:border-y-input-caution-pressed:active {
  border-top-color: var(--border-input-caution-pressed);
  border-bottom-color: var(--border-input-caution-pressed);
}
.active\:border-y-input-critical:active {
  border-top-color: var(--border-input-critical);
  border-bottom-color: var(--border-input-critical);
}
.active\:border-y-input-critical-hover:active {
  border-top-color: var(--border-input-critical-hover);
  border-bottom-color: var(--border-input-critical-hover);
}
.active\:border-y-input-critical-pressed:active {
  border-top-color: var(--border-input-critical-pressed);
  border-bottom-color: var(--border-input-critical-pressed);
}
.active\:border-y-input-disabled:active {
  border-top-color: var(--border-input-disabled);
  border-bottom-color: var(--border-input-disabled);
}
.active\:border-y-input-hover:active {
  border-top-color: var(--border-input-hover);
  border-bottom-color: var(--border-input-hover);
}
.active\:border-y-palette-blue-border:active {
  border-top-color: var(--palette-blue-border);
  border-bottom-color: var(--palette-blue-border);
}
.active\:border-y-palette-dark-blue-border:active {
  border-top-color: var(--palette-dark-blue-border);
  border-bottom-color: var(--palette-dark-blue-border);
}
.active\:border-y-palette-dark-gray-border:active {
  border-top-color: var(--palette-dark-gray-border);
  border-bottom-color: var(--palette-dark-gray-border);
}
.active\:border-y-palette-dark-green-border:active {
  border-top-color: var(--palette-dark-green-border);
  border-bottom-color: var(--palette-dark-green-border);
}
.active\:border-y-palette-gray-border:active {
  border-top-color: var(--palette-gray-border);
  border-bottom-color: var(--palette-gray-border);
}
.active\:border-y-palette-green-border:active {
  border-top-color: var(--palette-green-border);
  border-bottom-color: var(--palette-green-border);
}
.active\:border-y-palette-light-pink-border:active {
  border-top-color: var(--palette-light-pink-border);
  border-bottom-color: var(--palette-light-pink-border);
}
.active\:border-y-palette-maroon-border:active {
  border-top-color: var(--palette-maroon-border);
  border-bottom-color: var(--palette-maroon-border);
}
.active\:border-y-palette-orange-border:active {
  border-top-color: var(--palette-orange-border);
  border-bottom-color: var(--palette-orange-border);
}
.active\:border-y-palette-pink-border:active {
  border-top-color: var(--palette-pink-border);
  border-bottom-color: var(--palette-pink-border);
}
.active\:border-y-palette-red-border:active {
  border-top-color: var(--palette-red-border);
  border-bottom-color: var(--palette-red-border);
}
.active\:border-y-palette-violet-border:active {
  border-top-color: var(--palette-violet-border);
  border-bottom-color: var(--palette-violet-border);
}
.active\:border-y-palette-yellow-border:active {
  border-top-color: var(--palette-yellow-border);
  border-bottom-color: var(--palette-yellow-border);
}
.active\:border-y-primary:active {
  border-top-color: var(--border-primary);
  border-bottom-color: var(--border-primary);
}
.active\:border-y-secondary:active {
  border-top-color: var(--border-secondary);
  border-bottom-color: var(--border-secondary);
}
.active\:border-y-status-available:active {
  border-top-color: var(--status-available);
  border-bottom-color: var(--status-available);
}
.active\:border-y-status-away:active {
  border-top-color: var(--status-away);
  border-bottom-color: var(--status-away);
}
.active\:border-y-status-border:active {
  border-top-color: var(--status-border);
  border-bottom-color: var(--status-border);
}
.active\:border-y-status-busy:active {
  border-top-color: var(--status-busy);
  border-bottom-color: var(--status-busy);
}
.active\:border-y-status-icon:active {
  border-top-color: var(--status-icon);
  border-bottom-color: var(--status-icon);
}
.active\:border-y-status-offline:active {
  border-top-color: var(--status-offline);
  border-bottom-color: var(--status-offline);
}
.active\:border-y-tertiary:active {
  border-top-color: var(--border-tertiary);
  border-bottom-color: var(--border-tertiary);
}
.active\:border-y-transparent:active {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.active\:border-y-transparent\/0:active {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.active\:border-y-transparent\/10:active {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.active\:border-y-transparent\/100:active {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.active\:border-y-transparent\/15:active {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.active\:border-y-transparent\/20:active {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.active\:border-y-transparent\/25:active {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.active\:border-y-transparent\/30:active {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.active\:border-y-transparent\/35:active {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.active\:border-y-transparent\/40:active {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.active\:border-y-transparent\/45:active {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.active\:border-y-transparent\/5:active {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.active\:border-y-transparent\/50:active {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.active\:border-y-transparent\/55:active {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.active\:border-y-transparent\/60:active {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.active\:border-y-transparent\/65:active {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.active\:border-y-transparent\/70:active {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.active\:border-y-transparent\/75:active {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.active\:border-y-transparent\/80:active {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.active\:border-y-transparent\/85:active {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.active\:border-y-transparent\/90:active {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.active\:border-y-transparent\/95:active {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.active\:border-b-accent:active {
  border-bottom-color: var(--border-accent);
}
.active\:border-b-calendar:active {
  border-bottom-color: var(--border-calendar);
}
.active\:border-b-constant-black:active {
  border-bottom-color: var(--general-constant-black);
}
.active\:border-b-constant-white:active {
  border-bottom-color: var(--general-constant-white);
}
.active\:border-b-current:active {
  border-bottom-color: currentColor;
}
.active\:border-b-focus:active {
  border-bottom-color: var(--border-focus);
}
.active\:border-b-hover:active {
  border-bottom-color: var(--border-hover);
}
.active\:border-b-inherit:active {
  border-bottom-color: inherit;
}
.active\:border-b-input:active {
  border-bottom-color: var(--border-input);
}
.active\:border-b-input-active:active {
  border-bottom-color: var(--border-input-active);
}
.active\:border-b-input-active-hover:active {
  border-bottom-color: var(--border-input-active-hover);
}
.active\:border-b-input-active-pressed:active {
  border-bottom-color: var(--border-input-active-pressed);
}
.active\:border-b-input-caution:active {
  border-bottom-color: var(--border-input-caution);
}
.active\:border-b-input-caution-hover:active {
  border-bottom-color: var(--border-input-caution-hover);
}
.active\:border-b-input-caution-pressed:active {
  border-bottom-color: var(--border-input-caution-pressed);
}
.active\:border-b-input-critical:active {
  border-bottom-color: var(--border-input-critical);
}
.active\:border-b-input-critical-hover:active {
  border-bottom-color: var(--border-input-critical-hover);
}
.active\:border-b-input-critical-pressed:active {
  border-bottom-color: var(--border-input-critical-pressed);
}
.active\:border-b-input-disabled:active {
  border-bottom-color: var(--border-input-disabled);
}
.active\:border-b-input-hover:active {
  border-bottom-color: var(--border-input-hover);
}
.active\:border-b-palette-blue-border:active {
  border-bottom-color: var(--palette-blue-border);
}
.active\:border-b-palette-dark-blue-border:active {
  border-bottom-color: var(--palette-dark-blue-border);
}
.active\:border-b-palette-dark-gray-border:active {
  border-bottom-color: var(--palette-dark-gray-border);
}
.active\:border-b-palette-dark-green-border:active {
  border-bottom-color: var(--palette-dark-green-border);
}
.active\:border-b-palette-gray-border:active {
  border-bottom-color: var(--palette-gray-border);
}
.active\:border-b-palette-green-border:active {
  border-bottom-color: var(--palette-green-border);
}
.active\:border-b-palette-light-pink-border:active {
  border-bottom-color: var(--palette-light-pink-border);
}
.active\:border-b-palette-maroon-border:active {
  border-bottom-color: var(--palette-maroon-border);
}
.active\:border-b-palette-orange-border:active {
  border-bottom-color: var(--palette-orange-border);
}
.active\:border-b-palette-pink-border:active {
  border-bottom-color: var(--palette-pink-border);
}
.active\:border-b-palette-red-border:active {
  border-bottom-color: var(--palette-red-border);
}
.active\:border-b-palette-violet-border:active {
  border-bottom-color: var(--palette-violet-border);
}
.active\:border-b-palette-yellow-border:active {
  border-bottom-color: var(--palette-yellow-border);
}
.active\:border-b-primary:active {
  border-bottom-color: var(--border-primary);
}
.active\:border-b-secondary:active {
  border-bottom-color: var(--border-secondary);
}
.active\:border-b-status-available:active {
  border-bottom-color: var(--status-available);
}
.active\:border-b-status-away:active {
  border-bottom-color: var(--status-away);
}
.active\:border-b-status-border:active {
  border-bottom-color: var(--status-border);
}
.active\:border-b-status-busy:active {
  border-bottom-color: var(--status-busy);
}
.active\:border-b-status-icon:active {
  border-bottom-color: var(--status-icon);
}
.active\:border-b-status-offline:active {
  border-bottom-color: var(--status-offline);
}
.active\:border-b-tertiary:active {
  border-bottom-color: var(--border-tertiary);
}
.active\:border-b-transparent:active {
  border-bottom-color: transparent;
}
.active\:border-b-transparent\/0:active {
  border-bottom-color: rgb(0 0 0 / 0);
}
.active\:border-b-transparent\/10:active {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.active\:border-b-transparent\/100:active {
  border-bottom-color: rgb(0 0 0 / 1);
}
.active\:border-b-transparent\/15:active {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.active\:border-b-transparent\/20:active {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.active\:border-b-transparent\/25:active {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.active\:border-b-transparent\/30:active {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.active\:border-b-transparent\/35:active {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.active\:border-b-transparent\/40:active {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.active\:border-b-transparent\/45:active {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.active\:border-b-transparent\/5:active {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.active\:border-b-transparent\/50:active {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.active\:border-b-transparent\/55:active {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.active\:border-b-transparent\/60:active {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.active\:border-b-transparent\/65:active {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.active\:border-b-transparent\/70:active {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.active\:border-b-transparent\/75:active {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.active\:border-b-transparent\/80:active {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.active\:border-b-transparent\/85:active {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.active\:border-b-transparent\/90:active {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.active\:border-b-transparent\/95:active {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.active\:border-e-accent:active {
  border-inline-end-color: var(--border-accent);
}
.active\:border-e-calendar:active {
  border-inline-end-color: var(--border-calendar);
}
.active\:border-e-constant-black:active {
  border-inline-end-color: var(--general-constant-black);
}
.active\:border-e-constant-white:active {
  border-inline-end-color: var(--general-constant-white);
}
.active\:border-e-current:active {
  border-inline-end-color: currentColor;
}
.active\:border-e-focus:active {
  border-inline-end-color: var(--border-focus);
}
.active\:border-e-hover:active {
  border-inline-end-color: var(--border-hover);
}
.active\:border-e-inherit:active {
  border-inline-end-color: inherit;
}
.active\:border-e-input:active {
  border-inline-end-color: var(--border-input);
}
.active\:border-e-input-active:active {
  border-inline-end-color: var(--border-input-active);
}
.active\:border-e-input-active-hover:active {
  border-inline-end-color: var(--border-input-active-hover);
}
.active\:border-e-input-active-pressed:active {
  border-inline-end-color: var(--border-input-active-pressed);
}
.active\:border-e-input-caution:active {
  border-inline-end-color: var(--border-input-caution);
}
.active\:border-e-input-caution-hover:active {
  border-inline-end-color: var(--border-input-caution-hover);
}
.active\:border-e-input-caution-pressed:active {
  border-inline-end-color: var(--border-input-caution-pressed);
}
.active\:border-e-input-critical:active {
  border-inline-end-color: var(--border-input-critical);
}
.active\:border-e-input-critical-hover:active {
  border-inline-end-color: var(--border-input-critical-hover);
}
.active\:border-e-input-critical-pressed:active {
  border-inline-end-color: var(--border-input-critical-pressed);
}
.active\:border-e-input-disabled:active {
  border-inline-end-color: var(--border-input-disabled);
}
.active\:border-e-input-hover:active {
  border-inline-end-color: var(--border-input-hover);
}
.active\:border-e-palette-blue-border:active {
  border-inline-end-color: var(--palette-blue-border);
}
.active\:border-e-palette-dark-blue-border:active {
  border-inline-end-color: var(--palette-dark-blue-border);
}
.active\:border-e-palette-dark-gray-border:active {
  border-inline-end-color: var(--palette-dark-gray-border);
}
.active\:border-e-palette-dark-green-border:active {
  border-inline-end-color: var(--palette-dark-green-border);
}
.active\:border-e-palette-gray-border:active {
  border-inline-end-color: var(--palette-gray-border);
}
.active\:border-e-palette-green-border:active {
  border-inline-end-color: var(--palette-green-border);
}
.active\:border-e-palette-light-pink-border:active {
  border-inline-end-color: var(--palette-light-pink-border);
}
.active\:border-e-palette-maroon-border:active {
  border-inline-end-color: var(--palette-maroon-border);
}
.active\:border-e-palette-orange-border:active {
  border-inline-end-color: var(--palette-orange-border);
}
.active\:border-e-palette-pink-border:active {
  border-inline-end-color: var(--palette-pink-border);
}
.active\:border-e-palette-red-border:active {
  border-inline-end-color: var(--palette-red-border);
}
.active\:border-e-palette-violet-border:active {
  border-inline-end-color: var(--palette-violet-border);
}
.active\:border-e-palette-yellow-border:active {
  border-inline-end-color: var(--palette-yellow-border);
}
.active\:border-e-primary:active {
  border-inline-end-color: var(--border-primary);
}
.active\:border-e-secondary:active {
  border-inline-end-color: var(--border-secondary);
}
.active\:border-e-status-available:active {
  border-inline-end-color: var(--status-available);
}
.active\:border-e-status-away:active {
  border-inline-end-color: var(--status-away);
}
.active\:border-e-status-border:active {
  border-inline-end-color: var(--status-border);
}
.active\:border-e-status-busy:active {
  border-inline-end-color: var(--status-busy);
}
.active\:border-e-status-icon:active {
  border-inline-end-color: var(--status-icon);
}
.active\:border-e-status-offline:active {
  border-inline-end-color: var(--status-offline);
}
.active\:border-e-tertiary:active {
  border-inline-end-color: var(--border-tertiary);
}
.active\:border-e-transparent:active {
  border-inline-end-color: transparent;
}
.active\:border-e-transparent\/0:active {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.active\:border-e-transparent\/10:active {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.active\:border-e-transparent\/100:active {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.active\:border-e-transparent\/15:active {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.active\:border-e-transparent\/20:active {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.active\:border-e-transparent\/25:active {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.active\:border-e-transparent\/30:active {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.active\:border-e-transparent\/35:active {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.active\:border-e-transparent\/40:active {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.active\:border-e-transparent\/45:active {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.active\:border-e-transparent\/5:active {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.active\:border-e-transparent\/50:active {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.active\:border-e-transparent\/55:active {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.active\:border-e-transparent\/60:active {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.active\:border-e-transparent\/65:active {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.active\:border-e-transparent\/70:active {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.active\:border-e-transparent\/75:active {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.active\:border-e-transparent\/80:active {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.active\:border-e-transparent\/85:active {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.active\:border-e-transparent\/90:active {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.active\:border-e-transparent\/95:active {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.active\:border-l-accent:active {
  border-left-color: var(--border-accent);
}
.active\:border-l-calendar:active {
  border-left-color: var(--border-calendar);
}
.active\:border-l-constant-black:active {
  border-left-color: var(--general-constant-black);
}
.active\:border-l-constant-white:active {
  border-left-color: var(--general-constant-white);
}
.active\:border-l-current:active {
  border-left-color: currentColor;
}
.active\:border-l-focus:active {
  border-left-color: var(--border-focus);
}
.active\:border-l-hover:active {
  border-left-color: var(--border-hover);
}
.active\:border-l-inherit:active {
  border-left-color: inherit;
}
.active\:border-l-input:active {
  border-left-color: var(--border-input);
}
.active\:border-l-input-active:active {
  border-left-color: var(--border-input-active);
}
.active\:border-l-input-active-hover:active {
  border-left-color: var(--border-input-active-hover);
}
.active\:border-l-input-active-pressed:active {
  border-left-color: var(--border-input-active-pressed);
}
.active\:border-l-input-caution:active {
  border-left-color: var(--border-input-caution);
}
.active\:border-l-input-caution-hover:active {
  border-left-color: var(--border-input-caution-hover);
}
.active\:border-l-input-caution-pressed:active {
  border-left-color: var(--border-input-caution-pressed);
}
.active\:border-l-input-critical:active {
  border-left-color: var(--border-input-critical);
}
.active\:border-l-input-critical-hover:active {
  border-left-color: var(--border-input-critical-hover);
}
.active\:border-l-input-critical-pressed:active {
  border-left-color: var(--border-input-critical-pressed);
}
.active\:border-l-input-disabled:active {
  border-left-color: var(--border-input-disabled);
}
.active\:border-l-input-hover:active {
  border-left-color: var(--border-input-hover);
}
.active\:border-l-palette-blue-border:active {
  border-left-color: var(--palette-blue-border);
}
.active\:border-l-palette-dark-blue-border:active {
  border-left-color: var(--palette-dark-blue-border);
}
.active\:border-l-palette-dark-gray-border:active {
  border-left-color: var(--palette-dark-gray-border);
}
.active\:border-l-palette-dark-green-border:active {
  border-left-color: var(--palette-dark-green-border);
}
.active\:border-l-palette-gray-border:active {
  border-left-color: var(--palette-gray-border);
}
.active\:border-l-palette-green-border:active {
  border-left-color: var(--palette-green-border);
}
.active\:border-l-palette-light-pink-border:active {
  border-left-color: var(--palette-light-pink-border);
}
.active\:border-l-palette-maroon-border:active {
  border-left-color: var(--palette-maroon-border);
}
.active\:border-l-palette-orange-border:active {
  border-left-color: var(--palette-orange-border);
}
.active\:border-l-palette-pink-border:active {
  border-left-color: var(--palette-pink-border);
}
.active\:border-l-palette-red-border:active {
  border-left-color: var(--palette-red-border);
}
.active\:border-l-palette-violet-border:active {
  border-left-color: var(--palette-violet-border);
}
.active\:border-l-palette-yellow-border:active {
  border-left-color: var(--palette-yellow-border);
}
.active\:border-l-primary:active {
  border-left-color: var(--border-primary);
}
.active\:border-l-secondary:active {
  border-left-color: var(--border-secondary);
}
.active\:border-l-status-available:active {
  border-left-color: var(--status-available);
}
.active\:border-l-status-away:active {
  border-left-color: var(--status-away);
}
.active\:border-l-status-border:active {
  border-left-color: var(--status-border);
}
.active\:border-l-status-busy:active {
  border-left-color: var(--status-busy);
}
.active\:border-l-status-icon:active {
  border-left-color: var(--status-icon);
}
.active\:border-l-status-offline:active {
  border-left-color: var(--status-offline);
}
.active\:border-l-tertiary:active {
  border-left-color: var(--border-tertiary);
}
.active\:border-l-transparent:active {
  border-left-color: transparent;
}
.active\:border-l-transparent\/0:active {
  border-left-color: rgb(0 0 0 / 0);
}
.active\:border-l-transparent\/10:active {
  border-left-color: rgb(0 0 0 / 0.1);
}
.active\:border-l-transparent\/100:active {
  border-left-color: rgb(0 0 0 / 1);
}
.active\:border-l-transparent\/15:active {
  border-left-color: rgb(0 0 0 / 0.15);
}
.active\:border-l-transparent\/20:active {
  border-left-color: rgb(0 0 0 / 0.2);
}
.active\:border-l-transparent\/25:active {
  border-left-color: rgb(0 0 0 / 0.25);
}
.active\:border-l-transparent\/30:active {
  border-left-color: rgb(0 0 0 / 0.3);
}
.active\:border-l-transparent\/35:active {
  border-left-color: rgb(0 0 0 / 0.35);
}
.active\:border-l-transparent\/40:active {
  border-left-color: rgb(0 0 0 / 0.4);
}
.active\:border-l-transparent\/45:active {
  border-left-color: rgb(0 0 0 / 0.45);
}
.active\:border-l-transparent\/5:active {
  border-left-color: rgb(0 0 0 / 0.05);
}
.active\:border-l-transparent\/50:active {
  border-left-color: rgb(0 0 0 / 0.5);
}
.active\:border-l-transparent\/55:active {
  border-left-color: rgb(0 0 0 / 0.55);
}
.active\:border-l-transparent\/60:active {
  border-left-color: rgb(0 0 0 / 0.6);
}
.active\:border-l-transparent\/65:active {
  border-left-color: rgb(0 0 0 / 0.65);
}
.active\:border-l-transparent\/70:active {
  border-left-color: rgb(0 0 0 / 0.7);
}
.active\:border-l-transparent\/75:active {
  border-left-color: rgb(0 0 0 / 0.75);
}
.active\:border-l-transparent\/80:active {
  border-left-color: rgb(0 0 0 / 0.8);
}
.active\:border-l-transparent\/85:active {
  border-left-color: rgb(0 0 0 / 0.85);
}
.active\:border-l-transparent\/90:active {
  border-left-color: rgb(0 0 0 / 0.9);
}
.active\:border-l-transparent\/95:active {
  border-left-color: rgb(0 0 0 / 0.95);
}
.active\:border-r-accent:active {
  border-right-color: var(--border-accent);
}
.active\:border-r-calendar:active {
  border-right-color: var(--border-calendar);
}
.active\:border-r-constant-black:active {
  border-right-color: var(--general-constant-black);
}
.active\:border-r-constant-white:active {
  border-right-color: var(--general-constant-white);
}
.active\:border-r-current:active {
  border-right-color: currentColor;
}
.active\:border-r-focus:active {
  border-right-color: var(--border-focus);
}
.active\:border-r-hover:active {
  border-right-color: var(--border-hover);
}
.active\:border-r-inherit:active {
  border-right-color: inherit;
}
.active\:border-r-input:active {
  border-right-color: var(--border-input);
}
.active\:border-r-input-active:active {
  border-right-color: var(--border-input-active);
}
.active\:border-r-input-active-hover:active {
  border-right-color: var(--border-input-active-hover);
}
.active\:border-r-input-active-pressed:active {
  border-right-color: var(--border-input-active-pressed);
}
.active\:border-r-input-caution:active {
  border-right-color: var(--border-input-caution);
}
.active\:border-r-input-caution-hover:active {
  border-right-color: var(--border-input-caution-hover);
}
.active\:border-r-input-caution-pressed:active {
  border-right-color: var(--border-input-caution-pressed);
}
.active\:border-r-input-critical:active {
  border-right-color: var(--border-input-critical);
}
.active\:border-r-input-critical-hover:active {
  border-right-color: var(--border-input-critical-hover);
}
.active\:border-r-input-critical-pressed:active {
  border-right-color: var(--border-input-critical-pressed);
}
.active\:border-r-input-disabled:active {
  border-right-color: var(--border-input-disabled);
}
.active\:border-r-input-hover:active {
  border-right-color: var(--border-input-hover);
}
.active\:border-r-palette-blue-border:active {
  border-right-color: var(--palette-blue-border);
}
.active\:border-r-palette-dark-blue-border:active {
  border-right-color: var(--palette-dark-blue-border);
}
.active\:border-r-palette-dark-gray-border:active {
  border-right-color: var(--palette-dark-gray-border);
}
.active\:border-r-palette-dark-green-border:active {
  border-right-color: var(--palette-dark-green-border);
}
.active\:border-r-palette-gray-border:active {
  border-right-color: var(--palette-gray-border);
}
.active\:border-r-palette-green-border:active {
  border-right-color: var(--palette-green-border);
}
.active\:border-r-palette-light-pink-border:active {
  border-right-color: var(--palette-light-pink-border);
}
.active\:border-r-palette-maroon-border:active {
  border-right-color: var(--palette-maroon-border);
}
.active\:border-r-palette-orange-border:active {
  border-right-color: var(--palette-orange-border);
}
.active\:border-r-palette-pink-border:active {
  border-right-color: var(--palette-pink-border);
}
.active\:border-r-palette-red-border:active {
  border-right-color: var(--palette-red-border);
}
.active\:border-r-palette-violet-border:active {
  border-right-color: var(--palette-violet-border);
}
.active\:border-r-palette-yellow-border:active {
  border-right-color: var(--palette-yellow-border);
}
.active\:border-r-primary:active {
  border-right-color: var(--border-primary);
}
.active\:border-r-secondary:active {
  border-right-color: var(--border-secondary);
}
.active\:border-r-status-available:active {
  border-right-color: var(--status-available);
}
.active\:border-r-status-away:active {
  border-right-color: var(--status-away);
}
.active\:border-r-status-border:active {
  border-right-color: var(--status-border);
}
.active\:border-r-status-busy:active {
  border-right-color: var(--status-busy);
}
.active\:border-r-status-icon:active {
  border-right-color: var(--status-icon);
}
.active\:border-r-status-offline:active {
  border-right-color: var(--status-offline);
}
.active\:border-r-tertiary:active {
  border-right-color: var(--border-tertiary);
}
.active\:border-r-transparent:active {
  border-right-color: transparent;
}
.active\:border-r-transparent\/0:active {
  border-right-color: rgb(0 0 0 / 0);
}
.active\:border-r-transparent\/10:active {
  border-right-color: rgb(0 0 0 / 0.1);
}
.active\:border-r-transparent\/100:active {
  border-right-color: rgb(0 0 0 / 1);
}
.active\:border-r-transparent\/15:active {
  border-right-color: rgb(0 0 0 / 0.15);
}
.active\:border-r-transparent\/20:active {
  border-right-color: rgb(0 0 0 / 0.2);
}
.active\:border-r-transparent\/25:active {
  border-right-color: rgb(0 0 0 / 0.25);
}
.active\:border-r-transparent\/30:active {
  border-right-color: rgb(0 0 0 / 0.3);
}
.active\:border-r-transparent\/35:active {
  border-right-color: rgb(0 0 0 / 0.35);
}
.active\:border-r-transparent\/40:active {
  border-right-color: rgb(0 0 0 / 0.4);
}
.active\:border-r-transparent\/45:active {
  border-right-color: rgb(0 0 0 / 0.45);
}
.active\:border-r-transparent\/5:active {
  border-right-color: rgb(0 0 0 / 0.05);
}
.active\:border-r-transparent\/50:active {
  border-right-color: rgb(0 0 0 / 0.5);
}
.active\:border-r-transparent\/55:active {
  border-right-color: rgb(0 0 0 / 0.55);
}
.active\:border-r-transparent\/60:active {
  border-right-color: rgb(0 0 0 / 0.6);
}
.active\:border-r-transparent\/65:active {
  border-right-color: rgb(0 0 0 / 0.65);
}
.active\:border-r-transparent\/70:active {
  border-right-color: rgb(0 0 0 / 0.7);
}
.active\:border-r-transparent\/75:active {
  border-right-color: rgb(0 0 0 / 0.75);
}
.active\:border-r-transparent\/80:active {
  border-right-color: rgb(0 0 0 / 0.8);
}
.active\:border-r-transparent\/85:active {
  border-right-color: rgb(0 0 0 / 0.85);
}
.active\:border-r-transparent\/90:active {
  border-right-color: rgb(0 0 0 / 0.9);
}
.active\:border-r-transparent\/95:active {
  border-right-color: rgb(0 0 0 / 0.95);
}
.active\:border-s-accent:active {
  border-inline-start-color: var(--border-accent);
}
.active\:border-s-calendar:active {
  border-inline-start-color: var(--border-calendar);
}
.active\:border-s-constant-black:active {
  border-inline-start-color: var(--general-constant-black);
}
.active\:border-s-constant-white:active {
  border-inline-start-color: var(--general-constant-white);
}
.active\:border-s-current:active {
  border-inline-start-color: currentColor;
}
.active\:border-s-focus:active {
  border-inline-start-color: var(--border-focus);
}
.active\:border-s-hover:active {
  border-inline-start-color: var(--border-hover);
}
.active\:border-s-inherit:active {
  border-inline-start-color: inherit;
}
.active\:border-s-input:active {
  border-inline-start-color: var(--border-input);
}
.active\:border-s-input-active:active {
  border-inline-start-color: var(--border-input-active);
}
.active\:border-s-input-active-hover:active {
  border-inline-start-color: var(--border-input-active-hover);
}
.active\:border-s-input-active-pressed:active {
  border-inline-start-color: var(--border-input-active-pressed);
}
.active\:border-s-input-caution:active {
  border-inline-start-color: var(--border-input-caution);
}
.active\:border-s-input-caution-hover:active {
  border-inline-start-color: var(--border-input-caution-hover);
}
.active\:border-s-input-caution-pressed:active {
  border-inline-start-color: var(--border-input-caution-pressed);
}
.active\:border-s-input-critical:active {
  border-inline-start-color: var(--border-input-critical);
}
.active\:border-s-input-critical-hover:active {
  border-inline-start-color: var(--border-input-critical-hover);
}
.active\:border-s-input-critical-pressed:active {
  border-inline-start-color: var(--border-input-critical-pressed);
}
.active\:border-s-input-disabled:active {
  border-inline-start-color: var(--border-input-disabled);
}
.active\:border-s-input-hover:active {
  border-inline-start-color: var(--border-input-hover);
}
.active\:border-s-palette-blue-border:active {
  border-inline-start-color: var(--palette-blue-border);
}
.active\:border-s-palette-dark-blue-border:active {
  border-inline-start-color: var(--palette-dark-blue-border);
}
.active\:border-s-palette-dark-gray-border:active {
  border-inline-start-color: var(--palette-dark-gray-border);
}
.active\:border-s-palette-dark-green-border:active {
  border-inline-start-color: var(--palette-dark-green-border);
}
.active\:border-s-palette-gray-border:active {
  border-inline-start-color: var(--palette-gray-border);
}
.active\:border-s-palette-green-border:active {
  border-inline-start-color: var(--palette-green-border);
}
.active\:border-s-palette-light-pink-border:active {
  border-inline-start-color: var(--palette-light-pink-border);
}
.active\:border-s-palette-maroon-border:active {
  border-inline-start-color: var(--palette-maroon-border);
}
.active\:border-s-palette-orange-border:active {
  border-inline-start-color: var(--palette-orange-border);
}
.active\:border-s-palette-pink-border:active {
  border-inline-start-color: var(--palette-pink-border);
}
.active\:border-s-palette-red-border:active {
  border-inline-start-color: var(--palette-red-border);
}
.active\:border-s-palette-violet-border:active {
  border-inline-start-color: var(--palette-violet-border);
}
.active\:border-s-palette-yellow-border:active {
  border-inline-start-color: var(--palette-yellow-border);
}
.active\:border-s-primary:active {
  border-inline-start-color: var(--border-primary);
}
.active\:border-s-secondary:active {
  border-inline-start-color: var(--border-secondary);
}
.active\:border-s-status-available:active {
  border-inline-start-color: var(--status-available);
}
.active\:border-s-status-away:active {
  border-inline-start-color: var(--status-away);
}
.active\:border-s-status-border:active {
  border-inline-start-color: var(--status-border);
}
.active\:border-s-status-busy:active {
  border-inline-start-color: var(--status-busy);
}
.active\:border-s-status-icon:active {
  border-inline-start-color: var(--status-icon);
}
.active\:border-s-status-offline:active {
  border-inline-start-color: var(--status-offline);
}
.active\:border-s-tertiary:active {
  border-inline-start-color: var(--border-tertiary);
}
.active\:border-s-transparent:active {
  border-inline-start-color: transparent;
}
.active\:border-s-transparent\/0:active {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.active\:border-s-transparent\/10:active {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.active\:border-s-transparent\/100:active {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.active\:border-s-transparent\/15:active {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.active\:border-s-transparent\/20:active {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.active\:border-s-transparent\/25:active {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.active\:border-s-transparent\/30:active {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.active\:border-s-transparent\/35:active {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.active\:border-s-transparent\/40:active {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.active\:border-s-transparent\/45:active {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.active\:border-s-transparent\/5:active {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.active\:border-s-transparent\/50:active {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.active\:border-s-transparent\/55:active {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.active\:border-s-transparent\/60:active {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.active\:border-s-transparent\/65:active {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.active\:border-s-transparent\/70:active {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.active\:border-s-transparent\/75:active {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.active\:border-s-transparent\/80:active {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.active\:border-s-transparent\/85:active {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.active\:border-s-transparent\/90:active {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.active\:border-s-transparent\/95:active {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.active\:border-t-accent:active {
  border-top-color: var(--border-accent);
}
.active\:border-t-calendar:active {
  border-top-color: var(--border-calendar);
}
.active\:border-t-constant-black:active {
  border-top-color: var(--general-constant-black);
}
.active\:border-t-constant-white:active {
  border-top-color: var(--general-constant-white);
}
.active\:border-t-current:active {
  border-top-color: currentColor;
}
.active\:border-t-focus:active {
  border-top-color: var(--border-focus);
}
.active\:border-t-hover:active {
  border-top-color: var(--border-hover);
}
.active\:border-t-inherit:active {
  border-top-color: inherit;
}
.active\:border-t-input:active {
  border-top-color: var(--border-input);
}
.active\:border-t-input-active:active {
  border-top-color: var(--border-input-active);
}
.active\:border-t-input-active-hover:active {
  border-top-color: var(--border-input-active-hover);
}
.active\:border-t-input-active-pressed:active {
  border-top-color: var(--border-input-active-pressed);
}
.active\:border-t-input-caution:active {
  border-top-color: var(--border-input-caution);
}
.active\:border-t-input-caution-hover:active {
  border-top-color: var(--border-input-caution-hover);
}
.active\:border-t-input-caution-pressed:active {
  border-top-color: var(--border-input-caution-pressed);
}
.active\:border-t-input-critical:active {
  border-top-color: var(--border-input-critical);
}
.active\:border-t-input-critical-hover:active {
  border-top-color: var(--border-input-critical-hover);
}
.active\:border-t-input-critical-pressed:active {
  border-top-color: var(--border-input-critical-pressed);
}
.active\:border-t-input-disabled:active {
  border-top-color: var(--border-input-disabled);
}
.active\:border-t-input-hover:active {
  border-top-color: var(--border-input-hover);
}
.active\:border-t-palette-blue-border:active {
  border-top-color: var(--palette-blue-border);
}
.active\:border-t-palette-dark-blue-border:active {
  border-top-color: var(--palette-dark-blue-border);
}
.active\:border-t-palette-dark-gray-border:active {
  border-top-color: var(--palette-dark-gray-border);
}
.active\:border-t-palette-dark-green-border:active {
  border-top-color: var(--palette-dark-green-border);
}
.active\:border-t-palette-gray-border:active {
  border-top-color: var(--palette-gray-border);
}
.active\:border-t-palette-green-border:active {
  border-top-color: var(--palette-green-border);
}
.active\:border-t-palette-light-pink-border:active {
  border-top-color: var(--palette-light-pink-border);
}
.active\:border-t-palette-maroon-border:active {
  border-top-color: var(--palette-maroon-border);
}
.active\:border-t-palette-orange-border:active {
  border-top-color: var(--palette-orange-border);
}
.active\:border-t-palette-pink-border:active {
  border-top-color: var(--palette-pink-border);
}
.active\:border-t-palette-red-border:active {
  border-top-color: var(--palette-red-border);
}
.active\:border-t-palette-violet-border:active {
  border-top-color: var(--palette-violet-border);
}
.active\:border-t-palette-yellow-border:active {
  border-top-color: var(--palette-yellow-border);
}
.active\:border-t-primary:active {
  border-top-color: var(--border-primary);
}
.active\:border-t-secondary:active {
  border-top-color: var(--border-secondary);
}
.active\:border-t-status-available:active {
  border-top-color: var(--status-available);
}
.active\:border-t-status-away:active {
  border-top-color: var(--status-away);
}
.active\:border-t-status-border:active {
  border-top-color: var(--status-border);
}
.active\:border-t-status-busy:active {
  border-top-color: var(--status-busy);
}
.active\:border-t-status-icon:active {
  border-top-color: var(--status-icon);
}
.active\:border-t-status-offline:active {
  border-top-color: var(--status-offline);
}
.active\:border-t-tertiary:active {
  border-top-color: var(--border-tertiary);
}
.active\:border-t-transparent:active {
  border-top-color: transparent;
}
.active\:border-t-transparent\/0:active {
  border-top-color: rgb(0 0 0 / 0);
}
.active\:border-t-transparent\/10:active {
  border-top-color: rgb(0 0 0 / 0.1);
}
.active\:border-t-transparent\/100:active {
  border-top-color: rgb(0 0 0 / 1);
}
.active\:border-t-transparent\/15:active {
  border-top-color: rgb(0 0 0 / 0.15);
}
.active\:border-t-transparent\/20:active {
  border-top-color: rgb(0 0 0 / 0.2);
}
.active\:border-t-transparent\/25:active {
  border-top-color: rgb(0 0 0 / 0.25);
}
.active\:border-t-transparent\/30:active {
  border-top-color: rgb(0 0 0 / 0.3);
}
.active\:border-t-transparent\/35:active {
  border-top-color: rgb(0 0 0 / 0.35);
}
.active\:border-t-transparent\/40:active {
  border-top-color: rgb(0 0 0 / 0.4);
}
.active\:border-t-transparent\/45:active {
  border-top-color: rgb(0 0 0 / 0.45);
}
.active\:border-t-transparent\/5:active {
  border-top-color: rgb(0 0 0 / 0.05);
}
.active\:border-t-transparent\/50:active {
  border-top-color: rgb(0 0 0 / 0.5);
}
.active\:border-t-transparent\/55:active {
  border-top-color: rgb(0 0 0 / 0.55);
}
.active\:border-t-transparent\/60:active {
  border-top-color: rgb(0 0 0 / 0.6);
}
.active\:border-t-transparent\/65:active {
  border-top-color: rgb(0 0 0 / 0.65);
}
.active\:border-t-transparent\/70:active {
  border-top-color: rgb(0 0 0 / 0.7);
}
.active\:border-t-transparent\/75:active {
  border-top-color: rgb(0 0 0 / 0.75);
}
.active\:border-t-transparent\/80:active {
  border-top-color: rgb(0 0 0 / 0.8);
}
.active\:border-t-transparent\/85:active {
  border-top-color: rgb(0 0 0 / 0.85);
}
.active\:border-t-transparent\/90:active {
  border-top-color: rgb(0 0 0 / 0.9);
}
.active\:border-t-transparent\/95:active {
  border-top-color: rgb(0 0 0 / 0.95);
}
.active\:border-opacity-0:active {
  --tw-border-opacity: 0;
}
.active\:border-opacity-10:active {
  --tw-border-opacity: 0.1;
}
.active\:border-opacity-100:active {
  --tw-border-opacity: 1;
}
.active\:border-opacity-15:active {
  --tw-border-opacity: 0.15;
}
.active\:border-opacity-20:active {
  --tw-border-opacity: 0.2;
}
.active\:border-opacity-25:active {
  --tw-border-opacity: 0.25;
}
.active\:border-opacity-30:active {
  --tw-border-opacity: 0.3;
}
.active\:border-opacity-35:active {
  --tw-border-opacity: 0.35;
}
.active\:border-opacity-40:active {
  --tw-border-opacity: 0.4;
}
.active\:border-opacity-45:active {
  --tw-border-opacity: 0.45;
}
.active\:border-opacity-5:active {
  --tw-border-opacity: 0.05;
}
.active\:border-opacity-50:active {
  --tw-border-opacity: 0.5;
}
.active\:border-opacity-55:active {
  --tw-border-opacity: 0.55;
}
.active\:border-opacity-60:active {
  --tw-border-opacity: 0.6;
}
.active\:border-opacity-65:active {
  --tw-border-opacity: 0.65;
}
.active\:border-opacity-70:active {
  --tw-border-opacity: 0.7;
}
.active\:border-opacity-75:active {
  --tw-border-opacity: 0.75;
}
.active\:border-opacity-80:active {
  --tw-border-opacity: 0.8;
}
.active\:border-opacity-85:active {
  --tw-border-opacity: 0.85;
}
.active\:border-opacity-90:active {
  --tw-border-opacity: 0.9;
}
.active\:border-opacity-95:active {
  --tw-border-opacity: 0.95;
}
.active\:bg-accent:active {
  background-color: var(--background-accent);
}
.active\:bg-accent-hover:active {
  background-color: var(--background-accent-hover);
}
.active\:bg-accent-pressed:active {
  background-color: var(--background-accent-pressed);
}
.active\:bg-accent-secondary:active {
  background-color: var(--background-accent-secondary);
}
.active\:bg-accent-secondary-hover:active {
  background-color: var(--background-accent-secondary-hover);
}
.active\:bg-accent-secondary-pressed:active {
  background-color: var(--background-accent-secondary-pressed);
}
.active\:bg-accent-tertiary:active {
  background-color: var(--background-accent-tertiary);
}
.active\:bg-accent-tertiary-hover:active {
  background-color: var(--background-accent-tertiary-hover);
}
.active\:bg-accent-tertiary-pressed:active {
  background-color: var(--background-accent-tertiary-pressed);
}
.active\:bg-avatar:active {
  background-color: var(--background-avatar);
}
.active\:bg-avatar-hover:active {
  background-color: var(--background-avatar-hover);
}
.active\:bg-calendar:active {
  background-color: var(--background-calendar);
}
.active\:bg-calendar-disabled:active {
  background-color: var(--background-calendar-disabled);
}
.active\:bg-canvas:active {
  background-color: var(--background-canvas);
}
.active\:bg-canvas-secondary:active {
  background-color: var(--background-canvas-secondary);
}
.active\:bg-canvas-tertiary:active {
  background-color: var(--background-canvas-tertiary);
}
.active\:bg-caution:active {
  background-color: var(--background-caution);
}
.active\:bg-caution-hover:active {
  background-color: var(--background-caution-hover);
}
.active\:bg-caution-pressed:active {
  background-color: var(--background-caution-pressed);
}
.active\:bg-caution-secondary:active {
  background-color: var(--background-caution-secondary);
}
.active\:bg-constant-black:active {
  background-color: var(--general-constant-black);
}
.active\:bg-constant-white:active {
  background-color: var(--general-constant-white);
}
.active\:bg-critical:active {
  background-color: var(--background-critical);
}
.active\:bg-critical-hover:active {
  background-color: var(--background-critical-hover);
}
.active\:bg-critical-pressed:active {
  background-color: var(--background-critical-pressed);
}
.active\:bg-critical-secondary:active {
  background-color: var(--background-critical-secondary);
}
.active\:bg-critical-secondary-hover:active {
  background-color: var(--background-critical-secondary-hover);
}
.active\:bg-critical-secondary-pressed:active {
  background-color: var(--background-critical-secondary-pressed);
}
.active\:bg-current:active {
  background-color: currentColor;
}
.active\:bg-decoration-brand:active {
  background-color: var(--decoration-brand);
}
.active\:bg-decoration-facebook:active {
  background-color: var(--decoration-facebook);
}
.active\:bg-decoration-instagram:active {
  background-color: var(--decoration-instagram);
}
.active\:bg-decoration-teleport:active {
  background-color: var(--decoration-teleport);
}
.active\:bg-decoration-twitter:active {
  background-color: var(--decoration-twitter);
}
.active\:bg-decoration-whatsapp:active {
  background-color: var(--decoration-whatsapp);
}
.active\:bg-decoration-youtube:active {
  background-color: var(--decoration-youtube);
}
.active\:bg-inherit:active {
  background-color: inherit;
}
.active\:bg-inverse:active {
  background-color: var(--background-inverse);
}
.active\:bg-inverse-hover:active {
  background-color: var(--background-inverse-hover);
}
.active\:bg-inverse-pressed:active {
  background-color: var(--background-inverse-pressed);
}
.active\:bg-inverse-secondary:active {
  background-color: var(--background-inverse-secondary);
}
.active\:bg-inverse-tertiary:active {
  background-color: var(--background-inverse-tertiary);
}
.active\:bg-inverse-tertiary-hover:active {
  background-color: var(--background-inverse-tertiary-hover);
}
.active\:bg-inverse-tertiary-pressed:active {
  background-color: var(--background-inverse-tertiary-pressed);
}
.active\:bg-menu:active {
  background-color: var(--background-menu);
}
.active\:bg-modal-overlay:active {
  background-color: var(--background-modal-overlay);
}
.active\:bg-neutral:active {
  background-color: var(--background-neutral);
}
.active\:bg-neutral-active:active {
  background-color: var(--background-neutral-active);
}
.active\:bg-neutral-disabled:active {
  background-color: var(--background-neutral-disabled);
}
.active\:bg-neutral-hover:active {
  background-color: var(--background-neutral-hover);
}
.active\:bg-neutral-pressed:active {
  background-color: var(--background-neutral-pressed);
}
.active\:bg-neutral-secondary:active {
  background-color: var(--background-neutral-secondary);
}
.active\:bg-neutral-secondary-hover:active {
  background-color: var(--background-neutral-secondary-hover);
}
.active\:bg-neutral-secondary-pressed:active {
  background-color: var(--background-neutral-secondary-pressed);
}
.active\:bg-neutral-tertiary:active {
  background-color: var(--background-neutral-tertiary);
}
.active\:bg-neutral-tertiary-hover:active {
  background-color: var(--background-neutral-tertiary-hover);
}
.active\:bg-palette-blue-background:active {
  background-color: var(--palette-blue-background);
}
.active\:bg-palette-blue-background-active:active {
  background-color: var(--palette-blue-background-active);
}
.active\:bg-palette-blue-background-hover:active {
  background-color: var(--palette-blue-background-hover);
}
.active\:bg-palette-dark-blue-background:active {
  background-color: var(--palette-dark-blue-background);
}
.active\:bg-palette-dark-blue-background-active:active {
  background-color: var(--palette-dark-blue-background-active);
}
.active\:bg-palette-dark-blue-background-hover:active {
  background-color: var(--palette-dark-blue-background-hover);
}
.active\:bg-palette-dark-gray-background:active {
  background-color: var(--palette-dark-gray-background);
}
.active\:bg-palette-dark-gray-background-active:active {
  background-color: var(--palette-dark-gray-background-active);
}
.active\:bg-palette-dark-gray-background-hover:active {
  background-color: var(--palette-dark-gray-background-hover);
}
.active\:bg-palette-dark-green-background:active {
  background-color: var(--palette-dark-green-background);
}
.active\:bg-palette-dark-green-background-active:active {
  background-color: var(--palette-dark-green-background-active);
}
.active\:bg-palette-dark-green-background-hover:active {
  background-color: var(--palette-dark-green-background-hover);
}
.active\:bg-palette-gray-background:active {
  background-color: var(--palette-gray-background);
}
.active\:bg-palette-gray-background-active:active {
  background-color: var(--palette-gray-background-active);
}
.active\:bg-palette-gray-background-hover:active {
  background-color: var(--palette-gray-background-hover);
}
.active\:bg-palette-green-background:active {
  background-color: var(--palette-green-background);
}
.active\:bg-palette-green-background-active:active {
  background-color: var(--palette-green-background-active);
}
.active\:bg-palette-green-background-hover:active {
  background-color: var(--palette-green-background-hover);
}
.active\:bg-palette-light-pink-background:active {
  background-color: var(--palette-light-pink-background);
}
.active\:bg-palette-light-pink-background-active:active {
  background-color: var(--palette-light-pink-background-active);
}
.active\:bg-palette-light-pink-background-hover:active {
  background-color: var(--palette-light-pink-background-hover);
}
.active\:bg-palette-maroon-background:active {
  background-color: var(--palette-maroon-background);
}
.active\:bg-palette-maroon-background-active:active {
  background-color: var(--palette-maroon-background-active);
}
.active\:bg-palette-maroon-background-hover:active {
  background-color: var(--palette-maroon-background-hover);
}
.active\:bg-palette-orange-background:active {
  background-color: var(--palette-orange-background);
}
.active\:bg-palette-orange-background-active:active {
  background-color: var(--palette-orange-background-active);
}
.active\:bg-palette-orange-background-hover:active {
  background-color: var(--palette-orange-background-hover);
}
.active\:bg-palette-pink-background:active {
  background-color: var(--palette-pink-background);
}
.active\:bg-palette-pink-background-active:active {
  background-color: var(--palette-pink-background-active);
}
.active\:bg-palette-pink-background-hover:active {
  background-color: var(--palette-pink-background-hover);
}
.active\:bg-palette-red-background:active {
  background-color: var(--palette-red-background);
}
.active\:bg-palette-red-background-active:active {
  background-color: var(--palette-red-background-active);
}
.active\:bg-palette-red-background-hover:active {
  background-color: var(--palette-red-background-hover);
}
.active\:bg-palette-violet-background:active {
  background-color: var(--palette-violet-background);
}
.active\:bg-palette-violet-background-active:active {
  background-color: var(--palette-violet-background-active);
}
.active\:bg-palette-violet-background-hover:active {
  background-color: var(--palette-violet-background-hover);
}
.active\:bg-palette-yellow-background:active {
  background-color: var(--palette-yellow-background);
}
.active\:bg-palette-yellow-background-active:active {
  background-color: var(--palette-yellow-background-active);
}
.active\:bg-palette-yellow-background-hover:active {
  background-color: var(--palette-yellow-background-hover);
}
.active\:bg-positive:active {
  background-color: var(--background-positive);
}
.active\:bg-positive-hover:active {
  background-color: var(--background-positive-hover);
}
.active\:bg-positive-pressed:active {
  background-color: var(--background-positive-pressed);
}
.active\:bg-positive-secondary:active {
  background-color: var(--background-positive-secondary);
}
.active\:bg-positive-secondary-hover:active {
  background-color: var(--background-positive-secondary-hover);
}
.active\:bg-positive-secondary-pressed:active {
  background-color: var(--background-positive-secondary-pressed);
}
.active\:bg-status-available:active {
  background-color: var(--status-available);
}
.active\:bg-status-away:active {
  background-color: var(--status-away);
}
.active\:bg-status-border:active {
  background-color: var(--status-border);
}
.active\:bg-status-busy:active {
  background-color: var(--status-busy);
}
.active\:bg-status-icon:active {
  background-color: var(--status-icon);
}
.active\:bg-status-offline:active {
  background-color: var(--status-offline);
}
.active\:bg-transparent:active {
  background-color: transparent;
}
.active\:bg-transparent\/0:active {
  background-color: rgb(0 0 0 / 0);
}
.active\:bg-transparent\/10:active {
  background-color: rgb(0 0 0 / 0.1);
}
.active\:bg-transparent\/100:active {
  background-color: rgb(0 0 0 / 1);
}
.active\:bg-transparent\/15:active {
  background-color: rgb(0 0 0 / 0.15);
}
.active\:bg-transparent\/20:active {
  background-color: rgb(0 0 0 / 0.2);
}
.active\:bg-transparent\/25:active {
  background-color: rgb(0 0 0 / 0.25);
}
.active\:bg-transparent\/30:active {
  background-color: rgb(0 0 0 / 0.3);
}
.active\:bg-transparent\/35:active {
  background-color: rgb(0 0 0 / 0.35);
}
.active\:bg-transparent\/40:active {
  background-color: rgb(0 0 0 / 0.4);
}
.active\:bg-transparent\/45:active {
  background-color: rgb(0 0 0 / 0.45);
}
.active\:bg-transparent\/5:active {
  background-color: rgb(0 0 0 / 0.05);
}
.active\:bg-transparent\/50:active {
  background-color: rgb(0 0 0 / 0.5);
}
.active\:bg-transparent\/55:active {
  background-color: rgb(0 0 0 / 0.55);
}
.active\:bg-transparent\/60:active {
  background-color: rgb(0 0 0 / 0.6);
}
.active\:bg-transparent\/65:active {
  background-color: rgb(0 0 0 / 0.65);
}
.active\:bg-transparent\/70:active {
  background-color: rgb(0 0 0 / 0.7);
}
.active\:bg-transparent\/75:active {
  background-color: rgb(0 0 0 / 0.75);
}
.active\:bg-transparent\/80:active {
  background-color: rgb(0 0 0 / 0.8);
}
.active\:bg-transparent\/85:active {
  background-color: rgb(0 0 0 / 0.85);
}
.active\:bg-transparent\/90:active {
  background-color: rgb(0 0 0 / 0.9);
}
.active\:bg-transparent\/95:active {
  background-color: rgb(0 0 0 / 0.95);
}
.active\:bg-opacity-0:active {
  --tw-bg-opacity: 0;
}
.active\:bg-opacity-10:active {
  --tw-bg-opacity: 0.1;
}
.active\:bg-opacity-100:active {
  --tw-bg-opacity: 1;
}
.active\:bg-opacity-15:active {
  --tw-bg-opacity: 0.15;
}
.active\:bg-opacity-20:active {
  --tw-bg-opacity: 0.2;
}
.active\:bg-opacity-25:active {
  --tw-bg-opacity: 0.25;
}
.active\:bg-opacity-30:active {
  --tw-bg-opacity: 0.3;
}
.active\:bg-opacity-35:active {
  --tw-bg-opacity: 0.35;
}
.active\:bg-opacity-40:active {
  --tw-bg-opacity: 0.4;
}
.active\:bg-opacity-45:active {
  --tw-bg-opacity: 0.45;
}
.active\:bg-opacity-5:active {
  --tw-bg-opacity: 0.05;
}
.active\:bg-opacity-50:active {
  --tw-bg-opacity: 0.5;
}
.active\:bg-opacity-55:active {
  --tw-bg-opacity: 0.55;
}
.active\:bg-opacity-60:active {
  --tw-bg-opacity: 0.6;
}
.active\:bg-opacity-65:active {
  --tw-bg-opacity: 0.65;
}
.active\:bg-opacity-70:active {
  --tw-bg-opacity: 0.7;
}
.active\:bg-opacity-75:active {
  --tw-bg-opacity: 0.75;
}
.active\:bg-opacity-80:active {
  --tw-bg-opacity: 0.8;
}
.active\:bg-opacity-85:active {
  --tw-bg-opacity: 0.85;
}
.active\:bg-opacity-90:active {
  --tw-bg-opacity: 0.9;
}
.active\:bg-opacity-95:active {
  --tw-bg-opacity: 0.95;
}
.active\:bg-gradient-to-b:active {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-bl:active {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-br:active {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-l:active {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-r:active {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-t:active {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-tl:active {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.active\:bg-gradient-to-tr:active {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.active\:bg-none:active {
  background-image: none;
}
.active\:bg-auto:active {
  background-size: auto;
}
.active\:bg-contain:active {
  background-size: contain;
}
.active\:bg-cover:active {
  background-size: cover;
}
.active\:bg-fixed:active {
  background-attachment: fixed;
}
.active\:bg-local:active {
  background-attachment: local;
}
.active\:bg-scroll:active {
  background-attachment: scroll;
}
.active\:bg-clip-border:active {
  background-clip: border-box;
}
.active\:bg-clip-padding:active {
  background-clip: padding-box;
}
.active\:bg-clip-content:active {
  background-clip: content-box;
}
.active\:bg-clip-text:active {
  -webkit-background-clip: text;
          background-clip: text;
}
.active\:bg-bottom:active {
  background-position: bottom;
}
.active\:bg-center:active {
  background-position: center;
}
.active\:bg-left:active {
  background-position: left;
}
.active\:bg-left-bottom:active {
  background-position: left bottom;
}
.active\:bg-left-top:active {
  background-position: left top;
}
.active\:bg-right:active {
  background-position: right;
}
.active\:bg-right-bottom:active {
  background-position: right bottom;
}
.active\:bg-right-top:active {
  background-position: right top;
}
.active\:bg-top:active {
  background-position: top;
}
.active\:bg-repeat:active {
  background-repeat: repeat;
}
.active\:bg-no-repeat:active {
  background-repeat: no-repeat;
}
.active\:bg-repeat-x:active {
  background-repeat: repeat-x;
}
.active\:bg-repeat-y:active {
  background-repeat: repeat-y;
}
.active\:bg-repeat-round:active {
  background-repeat: round;
}
.active\:bg-repeat-space:active {
  background-repeat: space;
}
.active\:bg-origin-border:active {
  background-origin: border-box;
}
.active\:bg-origin-padding:active {
  background-origin: padding-box;
}
.active\:bg-origin-content:active {
  background-origin: content-box;
}
.active\:fill-accent:active {
  fill: var(--icon-accent);
}
.active\:fill-caution:active {
  fill: var(--icon-caution);
}
.active\:fill-chart-accent-100:active {
  fill: var(--chart-accent-100);
}
.active\:fill-chart-accent-200:active {
  fill: var(--chart-accent-200);
}
.active\:fill-chart-accent-300:active {
  fill: var(--chart-accent-300);
}
.active\:fill-chart-accent-400:active {
  fill: var(--chart-accent-400);
}
.active\:fill-chart-accent-500:active {
  fill: var(--chart-accent-500);
}
.active\:fill-chart-accent-600:active {
  fill: var(--chart-accent-600);
}
.active\:fill-chart-accent-700:active {
  fill: var(--chart-accent-700);
}
.active\:fill-chart-accent-800:active {
  fill: var(--chart-accent-800);
}
.active\:fill-chart-neutral-100:active {
  fill: var(--chart-neutral-100);
}
.active\:fill-chart-neutral-200:active {
  fill: var(--chart-neutral-200);
}
.active\:fill-chart-neutral-300:active {
  fill: var(--chart-neutral-300);
}
.active\:fill-chart-neutral-400:active {
  fill: var(--chart-neutral-400);
}
.active\:fill-chart-neutral-500:active {
  fill: var(--chart-neutral-500);
}
.active\:fill-chart-neutral-600:active {
  fill: var(--chart-neutral-600);
}
.active\:fill-chart-neutral-700:active {
  fill: var(--chart-neutral-700);
}
.active\:fill-chart-neutral-800:active {
  fill: var(--chart-neutral-800);
}
.active\:fill-constant-black:active {
  fill: var(--general-constant-black);
}
.active\:fill-constant-white:active {
  fill: var(--general-constant-white);
}
.active\:fill-critical:active {
  fill: var(--icon-critical);
}
.active\:fill-critical-onPrimary:active {
  fill: var(--icon-critical-onPrimary);
}
.active\:fill-current:active {
  fill: currentColor;
}
.active\:fill-decoration-brand:active {
  fill: var(--decoration-brand);
}
.active\:fill-decoration-facebook:active {
  fill: var(--decoration-facebook);
}
.active\:fill-decoration-instagram:active {
  fill: var(--decoration-instagram);
}
.active\:fill-decoration-teleport:active {
  fill: var(--decoration-teleport);
}
.active\:fill-decoration-twitter:active {
  fill: var(--decoration-twitter);
}
.active\:fill-decoration-whatsapp:active {
  fill: var(--decoration-whatsapp);
}
.active\:fill-decoration-youtube:active {
  fill: var(--decoration-youtube);
}
.active\:fill-inherit:active {
  fill: inherit;
}
.active\:fill-inverse:active {
  fill: var(--icon-inverse);
}
.active\:fill-od-inner-ring:active {
  fill: var(--symbol-od-inner-ring);
}
.active\:fill-od-outer-ring:active {
  fill: var(--symbol-od-outer-ring);
}
.active\:fill-onPrimary:active {
  fill: var(--icon-onPrimary);
}
.active\:fill-positive:active {
  fill: var(--icon-positive);
}
.active\:fill-positive-hover:active {
  fill: var(--icon-positive-hover);
}
.active\:fill-primary:active {
  fill: var(--symbol-primary);
}
.active\:fill-secondary:active {
  fill: var(--icon-secondary);
}
.active\:fill-status-available:active {
  fill: var(--status-available);
}
.active\:fill-status-away:active {
  fill: var(--status-away);
}
.active\:fill-status-border:active {
  fill: var(--status-border);
}
.active\:fill-status-busy:active {
  fill: var(--status-busy);
}
.active\:fill-status-icon:active {
  fill: var(--status-icon);
}
.active\:fill-status-offline:active {
  fill: var(--status-offline);
}
.active\:fill-tertiary:active {
  fill: var(--icon-tertiary);
}
.active\:fill-text-inverse:active {
  fill: var(--text-inverse);
}
.active\:fill-text-inverse-critical:active {
  fill: var(--text-inverse-critical);
}
.active\:fill-text-inverse-positive:active {
  fill: var(--text-inverse-positive);
}
.active\:fill-text-inverse-secondary:active {
  fill: var(--text-inverse-secondary);
}
.active\:fill-transparent:active {
  fill: transparent;
}
.active\:fill-transparent\/0:active {
  fill: rgb(0 0 0 / 0);
}
.active\:fill-transparent\/10:active {
  fill: rgb(0 0 0 / 0.1);
}
.active\:fill-transparent\/100:active {
  fill: rgb(0 0 0 / 1);
}
.active\:fill-transparent\/15:active {
  fill: rgb(0 0 0 / 0.15);
}
.active\:fill-transparent\/20:active {
  fill: rgb(0 0 0 / 0.2);
}
.active\:fill-transparent\/25:active {
  fill: rgb(0 0 0 / 0.25);
}
.active\:fill-transparent\/30:active {
  fill: rgb(0 0 0 / 0.3);
}
.active\:fill-transparent\/35:active {
  fill: rgb(0 0 0 / 0.35);
}
.active\:fill-transparent\/40:active {
  fill: rgb(0 0 0 / 0.4);
}
.active\:fill-transparent\/45:active {
  fill: rgb(0 0 0 / 0.45);
}
.active\:fill-transparent\/5:active {
  fill: rgb(0 0 0 / 0.05);
}
.active\:fill-transparent\/50:active {
  fill: rgb(0 0 0 / 0.5);
}
.active\:fill-transparent\/55:active {
  fill: rgb(0 0 0 / 0.55);
}
.active\:fill-transparent\/60:active {
  fill: rgb(0 0 0 / 0.6);
}
.active\:fill-transparent\/65:active {
  fill: rgb(0 0 0 / 0.65);
}
.active\:fill-transparent\/70:active {
  fill: rgb(0 0 0 / 0.7);
}
.active\:fill-transparent\/75:active {
  fill: rgb(0 0 0 / 0.75);
}
.active\:fill-transparent\/80:active {
  fill: rgb(0 0 0 / 0.8);
}
.active\:fill-transparent\/85:active {
  fill: rgb(0 0 0 / 0.85);
}
.active\:fill-transparent\/90:active {
  fill: rgb(0 0 0 / 0.9);
}
.active\:fill-transparent\/95:active {
  fill: rgb(0 0 0 / 0.95);
}
.active\:fill-zendesk:active {
  fill: var(--symbol-zendesk);
}
.active\:stroke-accent:active {
  stroke: var(--icon-accent);
}
.active\:stroke-caution:active {
  stroke: var(--icon-caution);
}
.active\:stroke-chart-accent-100:active {
  stroke: var(--chart-accent-100);
}
.active\:stroke-chart-accent-200:active {
  stroke: var(--chart-accent-200);
}
.active\:stroke-chart-accent-300:active {
  stroke: var(--chart-accent-300);
}
.active\:stroke-chart-accent-400:active {
  stroke: var(--chart-accent-400);
}
.active\:stroke-chart-accent-500:active {
  stroke: var(--chart-accent-500);
}
.active\:stroke-chart-accent-600:active {
  stroke: var(--chart-accent-600);
}
.active\:stroke-chart-accent-700:active {
  stroke: var(--chart-accent-700);
}
.active\:stroke-chart-accent-800:active {
  stroke: var(--chart-accent-800);
}
.active\:stroke-chart-neutral-100:active {
  stroke: var(--chart-neutral-100);
}
.active\:stroke-chart-neutral-200:active {
  stroke: var(--chart-neutral-200);
}
.active\:stroke-chart-neutral-300:active {
  stroke: var(--chart-neutral-300);
}
.active\:stroke-chart-neutral-400:active {
  stroke: var(--chart-neutral-400);
}
.active\:stroke-chart-neutral-500:active {
  stroke: var(--chart-neutral-500);
}
.active\:stroke-chart-neutral-600:active {
  stroke: var(--chart-neutral-600);
}
.active\:stroke-chart-neutral-700:active {
  stroke: var(--chart-neutral-700);
}
.active\:stroke-chart-neutral-800:active {
  stroke: var(--chart-neutral-800);
}
.active\:stroke-constant-black:active {
  stroke: var(--general-constant-black);
}
.active\:stroke-constant-white:active {
  stroke: var(--general-constant-white);
}
.active\:stroke-critical:active {
  stroke: var(--icon-critical);
}
.active\:stroke-critical-onPrimary:active {
  stroke: var(--icon-critical-onPrimary);
}
.active\:stroke-current:active {
  stroke: currentColor;
}
.active\:stroke-decoration-brand:active {
  stroke: var(--decoration-brand);
}
.active\:stroke-decoration-facebook:active {
  stroke: var(--decoration-facebook);
}
.active\:stroke-decoration-instagram:active {
  stroke: var(--decoration-instagram);
}
.active\:stroke-decoration-teleport:active {
  stroke: var(--decoration-teleport);
}
.active\:stroke-decoration-twitter:active {
  stroke: var(--decoration-twitter);
}
.active\:stroke-decoration-whatsapp:active {
  stroke: var(--decoration-whatsapp);
}
.active\:stroke-decoration-youtube:active {
  stroke: var(--decoration-youtube);
}
.active\:stroke-inherit:active {
  stroke: inherit;
}
.active\:stroke-inverse:active {
  stroke: var(--icon-inverse);
}
.active\:stroke-od-inner-ring:active {
  stroke: var(--symbol-od-inner-ring);
}
.active\:stroke-od-outer-ring:active {
  stroke: var(--symbol-od-outer-ring);
}
.active\:stroke-onPrimary:active {
  stroke: var(--icon-onPrimary);
}
.active\:stroke-positive:active {
  stroke: var(--icon-positive);
}
.active\:stroke-positive-hover:active {
  stroke: var(--icon-positive-hover);
}
.active\:stroke-primary:active {
  stroke: var(--symbol-primary);
}
.active\:stroke-secondary:active {
  stroke: var(--icon-secondary);
}
.active\:stroke-status-available:active {
  stroke: var(--status-available);
}
.active\:stroke-status-away:active {
  stroke: var(--status-away);
}
.active\:stroke-status-border:active {
  stroke: var(--status-border);
}
.active\:stroke-status-busy:active {
  stroke: var(--status-busy);
}
.active\:stroke-status-icon:active {
  stroke: var(--status-icon);
}
.active\:stroke-status-offline:active {
  stroke: var(--status-offline);
}
.active\:stroke-tertiary:active {
  stroke: var(--icon-tertiary);
}
.active\:stroke-text-inverse:active {
  stroke: var(--text-inverse);
}
.active\:stroke-text-inverse-critical:active {
  stroke: var(--text-inverse-critical);
}
.active\:stroke-text-inverse-positive:active {
  stroke: var(--text-inverse-positive);
}
.active\:stroke-text-inverse-secondary:active {
  stroke: var(--text-inverse-secondary);
}
.active\:stroke-transparent:active {
  stroke: transparent;
}
.active\:stroke-transparent\/0:active {
  stroke: rgb(0 0 0 / 0);
}
.active\:stroke-transparent\/10:active {
  stroke: rgb(0 0 0 / 0.1);
}
.active\:stroke-transparent\/100:active {
  stroke: rgb(0 0 0 / 1);
}
.active\:stroke-transparent\/15:active {
  stroke: rgb(0 0 0 / 0.15);
}
.active\:stroke-transparent\/20:active {
  stroke: rgb(0 0 0 / 0.2);
}
.active\:stroke-transparent\/25:active {
  stroke: rgb(0 0 0 / 0.25);
}
.active\:stroke-transparent\/30:active {
  stroke: rgb(0 0 0 / 0.3);
}
.active\:stroke-transparent\/35:active {
  stroke: rgb(0 0 0 / 0.35);
}
.active\:stroke-transparent\/40:active {
  stroke: rgb(0 0 0 / 0.4);
}
.active\:stroke-transparent\/45:active {
  stroke: rgb(0 0 0 / 0.45);
}
.active\:stroke-transparent\/5:active {
  stroke: rgb(0 0 0 / 0.05);
}
.active\:stroke-transparent\/50:active {
  stroke: rgb(0 0 0 / 0.5);
}
.active\:stroke-transparent\/55:active {
  stroke: rgb(0 0 0 / 0.55);
}
.active\:stroke-transparent\/60:active {
  stroke: rgb(0 0 0 / 0.6);
}
.active\:stroke-transparent\/65:active {
  stroke: rgb(0 0 0 / 0.65);
}
.active\:stroke-transparent\/70:active {
  stroke: rgb(0 0 0 / 0.7);
}
.active\:stroke-transparent\/75:active {
  stroke: rgb(0 0 0 / 0.75);
}
.active\:stroke-transparent\/80:active {
  stroke: rgb(0 0 0 / 0.8);
}
.active\:stroke-transparent\/85:active {
  stroke: rgb(0 0 0 / 0.85);
}
.active\:stroke-transparent\/90:active {
  stroke: rgb(0 0 0 / 0.9);
}
.active\:stroke-transparent\/95:active {
  stroke: rgb(0 0 0 / 0.95);
}
.active\:stroke-zendesk:active {
  stroke: var(--symbol-zendesk);
}
.active\:stroke-0:active {
  stroke-width: 0;
}
.active\:stroke-1:active {
  stroke-width: 1;
}
.active\:stroke-2:active {
  stroke-width: 2;
}
.active\:text-left:active {
  text-align: left;
}
.active\:text-center:active {
  text-align: center;
}
.active\:text-right:active {
  text-align: right;
}
.active\:text-justify:active {
  text-align: justify;
}
.active\:text-start:active {
  text-align: start;
}
.active\:text-end:active {
  text-align: end;
}
.active\:text-accent:active {
  color: var(--text-accent);
}
.active\:text-accent-hover:active {
  color: var(--text-accent-hover);
}
.active\:text-accent-pressed:active {
  color: var(--text-accent-pressed);
}
.active\:text-caution:active {
  color: var(--text-caution);
}
.active\:text-caution-secondary:active {
  color: var(--text-caution-secondary);
}
.active\:text-constant-black:active {
  color: var(--general-constant-black);
}
.active\:text-constant-white:active {
  color: var(--general-constant-white);
}
.active\:text-critical:active {
  color: var(--text-critical);
}
.active\:text-critical-onPrimary:active {
  color: var(--text-critical-onPrimary);
}
.active\:text-critical-secondary:active {
  color: var(--text-critical-secondary);
}
.active\:text-current:active {
  color: currentColor;
}
.active\:text-disabled:active {
  color: var(--text-disabled);
}
.active\:text-disabled-secondary:active {
  color: var(--text-disabled-secondary);
}
.active\:text-inherit:active {
  color: inherit;
}
.active\:text-inverse:active {
  color: var(--text-inverse);
}
.active\:text-inverse-accent:active {
  color: var(--text-inverse-accent);
}
.active\:text-inverse-caution:active {
  color: var(--text-inverse-caution);
}
.active\:text-inverse-critical:active {
  color: var(--text-inverse-critical);
}
.active\:text-inverse-positive:active {
  color: var(--text-inverse-positive);
}
.active\:text-inverse-secondary:active {
  color: var(--text-inverse-secondary);
}
.active\:text-link:active {
  color: var(--text-link);
}
.active\:text-link-hover:active {
  color: var(--text-link-hover);
}
.active\:text-link-pressed:active {
  color: var(--text-link-pressed);
}
.active\:text-onPrimary:active {
  color: var(--text-onPrimary);
}
.active\:text-onPrimary-disabled:active {
  color: var(--text-onPrimary-disabled);
}
.active\:text-palette-blue-text:active {
  color: var(--palette-blue-text);
}
.active\:text-palette-blue-text-active:active {
  color: var(--palette-blue-text-active);
}
.active\:text-palette-blue-text-secondary:active {
  color: var(--palette-blue-text-secondary);
}
.active\:text-palette-dark-blue-text:active {
  color: var(--palette-dark-blue-text);
}
.active\:text-palette-dark-blue-text-active:active {
  color: var(--palette-dark-blue-text-active);
}
.active\:text-palette-dark-blue-text-secondary:active {
  color: var(--palette-dark-blue-text-secondary);
}
.active\:text-palette-dark-gray-text:active {
  color: var(--palette-dark-gray-text);
}
.active\:text-palette-dark-gray-text-active:active {
  color: var(--palette-dark-gray-text-active);
}
.active\:text-palette-dark-gray-text-secondary:active {
  color: var(--palette-dark-gray-text-secondary);
}
.active\:text-palette-dark-green-text:active {
  color: var(--palette-dark-green-text);
}
.active\:text-palette-dark-green-text-active:active {
  color: var(--palette-dark-green-text-active);
}
.active\:text-palette-dark-green-text-secondary:active {
  color: var(--palette-dark-green-text-secondary);
}
.active\:text-palette-gray-text:active {
  color: var(--palette-gray-text);
}
.active\:text-palette-gray-text-active:active {
  color: var(--palette-gray-text-active);
}
.active\:text-palette-gray-text-secondary:active {
  color: var(--palette-gray-text-secondary);
}
.active\:text-palette-green-text:active {
  color: var(--palette-green-text);
}
.active\:text-palette-green-text-active:active {
  color: var(--palette-green-text-active);
}
.active\:text-palette-green-text-secondary:active {
  color: var(--palette-green-text-secondary);
}
.active\:text-palette-light-pink-text:active {
  color: var(--palette-light-pink-text);
}
.active\:text-palette-light-pink-text-active:active {
  color: var(--palette-light-pink-text-active);
}
.active\:text-palette-light-pink-text-secondary:active {
  color: var(--palette-light-pink-text-secondary);
}
.active\:text-palette-maroon-text:active {
  color: var(--palette-maroon-text);
}
.active\:text-palette-maroon-text-active:active {
  color: var(--palette-maroon-text-active);
}
.active\:text-palette-maroon-text-secondary:active {
  color: var(--palette-maroon-text-secondary);
}
.active\:text-palette-orange-text:active {
  color: var(--palette-orange-text);
}
.active\:text-palette-orange-text-active:active {
  color: var(--palette-orange-text-active);
}
.active\:text-palette-orange-text-secondary:active {
  color: var(--palette-orange-text-secondary);
}
.active\:text-palette-pink-text:active {
  color: var(--palette-pink-text);
}
.active\:text-palette-pink-text-active:active {
  color: var(--palette-pink-text-active);
}
.active\:text-palette-pink-text-secondary:active {
  color: var(--palette-pink-text-secondary);
}
.active\:text-palette-red-text:active {
  color: var(--palette-red-text);
}
.active\:text-palette-red-text-active:active {
  color: var(--palette-red-text-active);
}
.active\:text-palette-red-text-secondary:active {
  color: var(--palette-red-text-secondary);
}
.active\:text-palette-violet-text:active {
  color: var(--palette-violet-text);
}
.active\:text-palette-violet-text-active:active {
  color: var(--palette-violet-text-active);
}
.active\:text-palette-violet-text-secondary:active {
  color: var(--palette-violet-text-secondary);
}
.active\:text-palette-yellow-text:active {
  color: var(--palette-yellow-text);
}
.active\:text-palette-yellow-text-active:active {
  color: var(--palette-yellow-text-active);
}
.active\:text-palette-yellow-text-secondary:active {
  color: var(--palette-yellow-text-secondary);
}
.active\:text-positive:active {
  color: var(--text-positive);
}
.active\:text-positive-secondary:active {
  color: var(--text-positive-secondary);
}
.active\:text-primary:active {
  color: var(--text-primary);
}
.active\:text-primary-hover:active {
  color: var(--text-primary-hover);
}
.active\:text-secondary:active {
  color: var(--text-secondary);
}
.active\:text-secondary-hover:active {
  color: var(--text-secondary-hover);
}
.active\:text-tertiary:active {
  color: var(--text-tertiary);
}
.active\:text-transparent:active {
  color: transparent;
}
.active\:text-transparent\/0:active {
  color: rgb(0 0 0 / 0);
}
.active\:text-transparent\/10:active {
  color: rgb(0 0 0 / 0.1);
}
.active\:text-transparent\/100:active {
  color: rgb(0 0 0 / 1);
}
.active\:text-transparent\/15:active {
  color: rgb(0 0 0 / 0.15);
}
.active\:text-transparent\/20:active {
  color: rgb(0 0 0 / 0.2);
}
.active\:text-transparent\/25:active {
  color: rgb(0 0 0 / 0.25);
}
.active\:text-transparent\/30:active {
  color: rgb(0 0 0 / 0.3);
}
.active\:text-transparent\/35:active {
  color: rgb(0 0 0 / 0.35);
}
.active\:text-transparent\/40:active {
  color: rgb(0 0 0 / 0.4);
}
.active\:text-transparent\/45:active {
  color: rgb(0 0 0 / 0.45);
}
.active\:text-transparent\/5:active {
  color: rgb(0 0 0 / 0.05);
}
.active\:text-transparent\/50:active {
  color: rgb(0 0 0 / 0.5);
}
.active\:text-transparent\/55:active {
  color: rgb(0 0 0 / 0.55);
}
.active\:text-transparent\/60:active {
  color: rgb(0 0 0 / 0.6);
}
.active\:text-transparent\/65:active {
  color: rgb(0 0 0 / 0.65);
}
.active\:text-transparent\/70:active {
  color: rgb(0 0 0 / 0.7);
}
.active\:text-transparent\/75:active {
  color: rgb(0 0 0 / 0.75);
}
.active\:text-transparent\/80:active {
  color: rgb(0 0 0 / 0.8);
}
.active\:text-transparent\/85:active {
  color: rgb(0 0 0 / 0.85);
}
.active\:text-transparent\/90:active {
  color: rgb(0 0 0 / 0.9);
}
.active\:text-transparent\/95:active {
  color: rgb(0 0 0 / 0.95);
}
.active\:text-opacity-0:active {
  --tw-text-opacity: 0;
}
.active\:text-opacity-10:active {
  --tw-text-opacity: 0.1;
}
.active\:text-opacity-100:active {
  --tw-text-opacity: 1;
}
.active\:text-opacity-15:active {
  --tw-text-opacity: 0.15;
}
.active\:text-opacity-20:active {
  --tw-text-opacity: 0.2;
}
.active\:text-opacity-25:active {
  --tw-text-opacity: 0.25;
}
.active\:text-opacity-30:active {
  --tw-text-opacity: 0.3;
}
.active\:text-opacity-35:active {
  --tw-text-opacity: 0.35;
}
.active\:text-opacity-40:active {
  --tw-text-opacity: 0.4;
}
.active\:text-opacity-45:active {
  --tw-text-opacity: 0.45;
}
.active\:text-opacity-5:active {
  --tw-text-opacity: 0.05;
}
.active\:text-opacity-50:active {
  --tw-text-opacity: 0.5;
}
.active\:text-opacity-55:active {
  --tw-text-opacity: 0.55;
}
.active\:text-opacity-60:active {
  --tw-text-opacity: 0.6;
}
.active\:text-opacity-65:active {
  --tw-text-opacity: 0.65;
}
.active\:text-opacity-70:active {
  --tw-text-opacity: 0.7;
}
.active\:text-opacity-75:active {
  --tw-text-opacity: 0.75;
}
.active\:text-opacity-80:active {
  --tw-text-opacity: 0.8;
}
.active\:text-opacity-85:active {
  --tw-text-opacity: 0.85;
}
.active\:text-opacity-90:active {
  --tw-text-opacity: 0.9;
}
.active\:text-opacity-95:active {
  --tw-text-opacity: 0.95;
}
.active\:underline:active {
  text-decoration-line: underline;
}
.active\:bg-blend-normal:active {
  background-blend-mode: normal;
}
.active\:bg-blend-multiply:active {
  background-blend-mode: multiply;
}
.active\:bg-blend-screen:active {
  background-blend-mode: screen;
}
.active\:bg-blend-overlay:active {
  background-blend-mode: overlay;
}
.active\:bg-blend-darken:active {
  background-blend-mode: darken;
}
.active\:bg-blend-lighten:active {
  background-blend-mode: lighten;
}
.active\:bg-blend-color-dodge:active {
  background-blend-mode: color-dodge;
}
.active\:bg-blend-color-burn:active {
  background-blend-mode: color-burn;
}
.active\:bg-blend-hard-light:active {
  background-blend-mode: hard-light;
}
.active\:bg-blend-soft-light:active {
  background-blend-mode: soft-light;
}
.active\:bg-blend-difference:active {
  background-blend-mode: difference;
}
.active\:bg-blend-exclusion:active {
  background-blend-mode: exclusion;
}
.active\:bg-blend-hue:active {
  background-blend-mode: hue;
}
.active\:bg-blend-saturation:active {
  background-blend-mode: saturation;
}
.active\:bg-blend-color:active {
  background-blend-mode: color;
}
.active\:bg-blend-luminosity:active {
  background-blend-mode: luminosity;
}
.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:outline-dashed:active {
  outline-style: dashed;
}
.active\:outline-dotted:active {
  outline-style: dotted;
}
.active\:outline-double:active {
  outline-style: double;
}
.active\:outline-0:active {
  outline-width: 0px;
}
.active\:outline-1:active {
  outline-width: 1px;
}
.active\:outline-2:active {
  outline-width: 2px;
}
.active\:outline-4:active {
  outline-width: 4px;
}
.active\:outline-8:active {
  outline-width: 8px;
}
.active\:outline-offset-0:active {
  outline-offset: 0px;
}
.active\:outline-offset-1:active {
  outline-offset: 1px;
}
.active\:outline-offset-2:active {
  outline-offset: 2px;
}
.active\:outline-offset-4:active {
  outline-offset: 4px;
}
.active\:outline-offset-8:active {
  outline-offset: 8px;
}
.active\:outline-amber-100:active {
  outline-color: #fef3c7;
}
.active\:outline-amber-100\/0:active {
  outline-color: rgb(254 243 199 / 0);
}
.active\:outline-amber-100\/10:active {
  outline-color: rgb(254 243 199 / 0.1);
}
.active\:outline-amber-100\/100:active {
  outline-color: rgb(254 243 199 / 1);
}
.active\:outline-amber-100\/15:active {
  outline-color: rgb(254 243 199 / 0.15);
}
.active\:outline-amber-100\/20:active {
  outline-color: rgb(254 243 199 / 0.2);
}
.active\:outline-amber-100\/25:active {
  outline-color: rgb(254 243 199 / 0.25);
}
.active\:outline-amber-100\/30:active {
  outline-color: rgb(254 243 199 / 0.3);
}
.active\:outline-amber-100\/35:active {
  outline-color: rgb(254 243 199 / 0.35);
}
.active\:outline-amber-100\/40:active {
  outline-color: rgb(254 243 199 / 0.4);
}
.active\:outline-amber-100\/45:active {
  outline-color: rgb(254 243 199 / 0.45);
}
.active\:outline-amber-100\/5:active {
  outline-color: rgb(254 243 199 / 0.05);
}
.active\:outline-amber-100\/50:active {
  outline-color: rgb(254 243 199 / 0.5);
}
.active\:outline-amber-100\/55:active {
  outline-color: rgb(254 243 199 / 0.55);
}
.active\:outline-amber-100\/60:active {
  outline-color: rgb(254 243 199 / 0.6);
}
.active\:outline-amber-100\/65:active {
  outline-color: rgb(254 243 199 / 0.65);
}
.active\:outline-amber-100\/70:active {
  outline-color: rgb(254 243 199 / 0.7);
}
.active\:outline-amber-100\/75:active {
  outline-color: rgb(254 243 199 / 0.75);
}
.active\:outline-amber-100\/80:active {
  outline-color: rgb(254 243 199 / 0.8);
}
.active\:outline-amber-100\/85:active {
  outline-color: rgb(254 243 199 / 0.85);
}
.active\:outline-amber-100\/90:active {
  outline-color: rgb(254 243 199 / 0.9);
}
.active\:outline-amber-100\/95:active {
  outline-color: rgb(254 243 199 / 0.95);
}
.active\:outline-amber-200:active {
  outline-color: #fde68a;
}
.active\:outline-amber-200\/0:active {
  outline-color: rgb(253 230 138 / 0);
}
.active\:outline-amber-200\/10:active {
  outline-color: rgb(253 230 138 / 0.1);
}
.active\:outline-amber-200\/100:active {
  outline-color: rgb(253 230 138 / 1);
}
.active\:outline-amber-200\/15:active {
  outline-color: rgb(253 230 138 / 0.15);
}
.active\:outline-amber-200\/20:active {
  outline-color: rgb(253 230 138 / 0.2);
}
.active\:outline-amber-200\/25:active {
  outline-color: rgb(253 230 138 / 0.25);
}
.active\:outline-amber-200\/30:active {
  outline-color: rgb(253 230 138 / 0.3);
}
.active\:outline-amber-200\/35:active {
  outline-color: rgb(253 230 138 / 0.35);
}
.active\:outline-amber-200\/40:active {
  outline-color: rgb(253 230 138 / 0.4);
}
.active\:outline-amber-200\/45:active {
  outline-color: rgb(253 230 138 / 0.45);
}
.active\:outline-amber-200\/5:active {
  outline-color: rgb(253 230 138 / 0.05);
}
.active\:outline-amber-200\/50:active {
  outline-color: rgb(253 230 138 / 0.5);
}
.active\:outline-amber-200\/55:active {
  outline-color: rgb(253 230 138 / 0.55);
}
.active\:outline-amber-200\/60:active {
  outline-color: rgb(253 230 138 / 0.6);
}
.active\:outline-amber-200\/65:active {
  outline-color: rgb(253 230 138 / 0.65);
}
.active\:outline-amber-200\/70:active {
  outline-color: rgb(253 230 138 / 0.7);
}
.active\:outline-amber-200\/75:active {
  outline-color: rgb(253 230 138 / 0.75);
}
.active\:outline-amber-200\/80:active {
  outline-color: rgb(253 230 138 / 0.8);
}
.active\:outline-amber-200\/85:active {
  outline-color: rgb(253 230 138 / 0.85);
}
.active\:outline-amber-200\/90:active {
  outline-color: rgb(253 230 138 / 0.9);
}
.active\:outline-amber-200\/95:active {
  outline-color: rgb(253 230 138 / 0.95);
}
.active\:outline-amber-300:active {
  outline-color: #fcd34d;
}
.active\:outline-amber-300\/0:active {
  outline-color: rgb(252 211 77 / 0);
}
.active\:outline-amber-300\/10:active {
  outline-color: rgb(252 211 77 / 0.1);
}
.active\:outline-amber-300\/100:active {
  outline-color: rgb(252 211 77 / 1);
}
.active\:outline-amber-300\/15:active {
  outline-color: rgb(252 211 77 / 0.15);
}
.active\:outline-amber-300\/20:active {
  outline-color: rgb(252 211 77 / 0.2);
}
.active\:outline-amber-300\/25:active {
  outline-color: rgb(252 211 77 / 0.25);
}
.active\:outline-amber-300\/30:active {
  outline-color: rgb(252 211 77 / 0.3);
}
.active\:outline-amber-300\/35:active {
  outline-color: rgb(252 211 77 / 0.35);
}
.active\:outline-amber-300\/40:active {
  outline-color: rgb(252 211 77 / 0.4);
}
.active\:outline-amber-300\/45:active {
  outline-color: rgb(252 211 77 / 0.45);
}
.active\:outline-amber-300\/5:active {
  outline-color: rgb(252 211 77 / 0.05);
}
.active\:outline-amber-300\/50:active {
  outline-color: rgb(252 211 77 / 0.5);
}
.active\:outline-amber-300\/55:active {
  outline-color: rgb(252 211 77 / 0.55);
}
.active\:outline-amber-300\/60:active {
  outline-color: rgb(252 211 77 / 0.6);
}
.active\:outline-amber-300\/65:active {
  outline-color: rgb(252 211 77 / 0.65);
}
.active\:outline-amber-300\/70:active {
  outline-color: rgb(252 211 77 / 0.7);
}
.active\:outline-amber-300\/75:active {
  outline-color: rgb(252 211 77 / 0.75);
}
.active\:outline-amber-300\/80:active {
  outline-color: rgb(252 211 77 / 0.8);
}
.active\:outline-amber-300\/85:active {
  outline-color: rgb(252 211 77 / 0.85);
}
.active\:outline-amber-300\/90:active {
  outline-color: rgb(252 211 77 / 0.9);
}
.active\:outline-amber-300\/95:active {
  outline-color: rgb(252 211 77 / 0.95);
}
.active\:outline-amber-400:active {
  outline-color: #fbbf24;
}
.active\:outline-amber-400\/0:active {
  outline-color: rgb(251 191 36 / 0);
}
.active\:outline-amber-400\/10:active {
  outline-color: rgb(251 191 36 / 0.1);
}
.active\:outline-amber-400\/100:active {
  outline-color: rgb(251 191 36 / 1);
}
.active\:outline-amber-400\/15:active {
  outline-color: rgb(251 191 36 / 0.15);
}
.active\:outline-amber-400\/20:active {
  outline-color: rgb(251 191 36 / 0.2);
}
.active\:outline-amber-400\/25:active {
  outline-color: rgb(251 191 36 / 0.25);
}
.active\:outline-amber-400\/30:active {
  outline-color: rgb(251 191 36 / 0.3);
}
.active\:outline-amber-400\/35:active {
  outline-color: rgb(251 191 36 / 0.35);
}
.active\:outline-amber-400\/40:active {
  outline-color: rgb(251 191 36 / 0.4);
}
.active\:outline-amber-400\/45:active {
  outline-color: rgb(251 191 36 / 0.45);
}
.active\:outline-amber-400\/5:active {
  outline-color: rgb(251 191 36 / 0.05);
}
.active\:outline-amber-400\/50:active {
  outline-color: rgb(251 191 36 / 0.5);
}
.active\:outline-amber-400\/55:active {
  outline-color: rgb(251 191 36 / 0.55);
}
.active\:outline-amber-400\/60:active {
  outline-color: rgb(251 191 36 / 0.6);
}
.active\:outline-amber-400\/65:active {
  outline-color: rgb(251 191 36 / 0.65);
}
.active\:outline-amber-400\/70:active {
  outline-color: rgb(251 191 36 / 0.7);
}
.active\:outline-amber-400\/75:active {
  outline-color: rgb(251 191 36 / 0.75);
}
.active\:outline-amber-400\/80:active {
  outline-color: rgb(251 191 36 / 0.8);
}
.active\:outline-amber-400\/85:active {
  outline-color: rgb(251 191 36 / 0.85);
}
.active\:outline-amber-400\/90:active {
  outline-color: rgb(251 191 36 / 0.9);
}
.active\:outline-amber-400\/95:active {
  outline-color: rgb(251 191 36 / 0.95);
}
.active\:outline-amber-50:active {
  outline-color: #fffbeb;
}
.active\:outline-amber-50\/0:active {
  outline-color: rgb(255 251 235 / 0);
}
.active\:outline-amber-50\/10:active {
  outline-color: rgb(255 251 235 / 0.1);
}
.active\:outline-amber-50\/100:active {
  outline-color: rgb(255 251 235 / 1);
}
.active\:outline-amber-50\/15:active {
  outline-color: rgb(255 251 235 / 0.15);
}
.active\:outline-amber-50\/20:active {
  outline-color: rgb(255 251 235 / 0.2);
}
.active\:outline-amber-50\/25:active {
  outline-color: rgb(255 251 235 / 0.25);
}
.active\:outline-amber-50\/30:active {
  outline-color: rgb(255 251 235 / 0.3);
}
.active\:outline-amber-50\/35:active {
  outline-color: rgb(255 251 235 / 0.35);
}
.active\:outline-amber-50\/40:active {
  outline-color: rgb(255 251 235 / 0.4);
}
.active\:outline-amber-50\/45:active {
  outline-color: rgb(255 251 235 / 0.45);
}
.active\:outline-amber-50\/5:active {
  outline-color: rgb(255 251 235 / 0.05);
}
.active\:outline-amber-50\/50:active {
  outline-color: rgb(255 251 235 / 0.5);
}
.active\:outline-amber-50\/55:active {
  outline-color: rgb(255 251 235 / 0.55);
}
.active\:outline-amber-50\/60:active {
  outline-color: rgb(255 251 235 / 0.6);
}
.active\:outline-amber-50\/65:active {
  outline-color: rgb(255 251 235 / 0.65);
}
.active\:outline-amber-50\/70:active {
  outline-color: rgb(255 251 235 / 0.7);
}
.active\:outline-amber-50\/75:active {
  outline-color: rgb(255 251 235 / 0.75);
}
.active\:outline-amber-50\/80:active {
  outline-color: rgb(255 251 235 / 0.8);
}
.active\:outline-amber-50\/85:active {
  outline-color: rgb(255 251 235 / 0.85);
}
.active\:outline-amber-50\/90:active {
  outline-color: rgb(255 251 235 / 0.9);
}
.active\:outline-amber-50\/95:active {
  outline-color: rgb(255 251 235 / 0.95);
}
.active\:outline-amber-500:active {
  outline-color: #f59e0b;
}
.active\:outline-amber-500\/0:active {
  outline-color: rgb(245 158 11 / 0);
}
.active\:outline-amber-500\/10:active {
  outline-color: rgb(245 158 11 / 0.1);
}
.active\:outline-amber-500\/100:active {
  outline-color: rgb(245 158 11 / 1);
}
.active\:outline-amber-500\/15:active {
  outline-color: rgb(245 158 11 / 0.15);
}
.active\:outline-amber-500\/20:active {
  outline-color: rgb(245 158 11 / 0.2);
}
.active\:outline-amber-500\/25:active {
  outline-color: rgb(245 158 11 / 0.25);
}
.active\:outline-amber-500\/30:active {
  outline-color: rgb(245 158 11 / 0.3);
}
.active\:outline-amber-500\/35:active {
  outline-color: rgb(245 158 11 / 0.35);
}
.active\:outline-amber-500\/40:active {
  outline-color: rgb(245 158 11 / 0.4);
}
.active\:outline-amber-500\/45:active {
  outline-color: rgb(245 158 11 / 0.45);
}
.active\:outline-amber-500\/5:active {
  outline-color: rgb(245 158 11 / 0.05);
}
.active\:outline-amber-500\/50:active {
  outline-color: rgb(245 158 11 / 0.5);
}
.active\:outline-amber-500\/55:active {
  outline-color: rgb(245 158 11 / 0.55);
}
.active\:outline-amber-500\/60:active {
  outline-color: rgb(245 158 11 / 0.6);
}
.active\:outline-amber-500\/65:active {
  outline-color: rgb(245 158 11 / 0.65);
}
.active\:outline-amber-500\/70:active {
  outline-color: rgb(245 158 11 / 0.7);
}
.active\:outline-amber-500\/75:active {
  outline-color: rgb(245 158 11 / 0.75);
}
.active\:outline-amber-500\/80:active {
  outline-color: rgb(245 158 11 / 0.8);
}
.active\:outline-amber-500\/85:active {
  outline-color: rgb(245 158 11 / 0.85);
}
.active\:outline-amber-500\/90:active {
  outline-color: rgb(245 158 11 / 0.9);
}
.active\:outline-amber-500\/95:active {
  outline-color: rgb(245 158 11 / 0.95);
}
.active\:outline-amber-600:active {
  outline-color: #d97706;
}
.active\:outline-amber-600\/0:active {
  outline-color: rgb(217 119 6 / 0);
}
.active\:outline-amber-600\/10:active {
  outline-color: rgb(217 119 6 / 0.1);
}
.active\:outline-amber-600\/100:active {
  outline-color: rgb(217 119 6 / 1);
}
.active\:outline-amber-600\/15:active {
  outline-color: rgb(217 119 6 / 0.15);
}
.active\:outline-amber-600\/20:active {
  outline-color: rgb(217 119 6 / 0.2);
}
.active\:outline-amber-600\/25:active {
  outline-color: rgb(217 119 6 / 0.25);
}
.active\:outline-amber-600\/30:active {
  outline-color: rgb(217 119 6 / 0.3);
}
.active\:outline-amber-600\/35:active {
  outline-color: rgb(217 119 6 / 0.35);
}
.active\:outline-amber-600\/40:active {
  outline-color: rgb(217 119 6 / 0.4);
}
.active\:outline-amber-600\/45:active {
  outline-color: rgb(217 119 6 / 0.45);
}
.active\:outline-amber-600\/5:active {
  outline-color: rgb(217 119 6 / 0.05);
}
.active\:outline-amber-600\/50:active {
  outline-color: rgb(217 119 6 / 0.5);
}
.active\:outline-amber-600\/55:active {
  outline-color: rgb(217 119 6 / 0.55);
}
.active\:outline-amber-600\/60:active {
  outline-color: rgb(217 119 6 / 0.6);
}
.active\:outline-amber-600\/65:active {
  outline-color: rgb(217 119 6 / 0.65);
}
.active\:outline-amber-600\/70:active {
  outline-color: rgb(217 119 6 / 0.7);
}
.active\:outline-amber-600\/75:active {
  outline-color: rgb(217 119 6 / 0.75);
}
.active\:outline-amber-600\/80:active {
  outline-color: rgb(217 119 6 / 0.8);
}
.active\:outline-amber-600\/85:active {
  outline-color: rgb(217 119 6 / 0.85);
}
.active\:outline-amber-600\/90:active {
  outline-color: rgb(217 119 6 / 0.9);
}
.active\:outline-amber-600\/95:active {
  outline-color: rgb(217 119 6 / 0.95);
}
.active\:outline-amber-700:active {
  outline-color: #b45309;
}
.active\:outline-amber-700\/0:active {
  outline-color: rgb(180 83 9 / 0);
}
.active\:outline-amber-700\/10:active {
  outline-color: rgb(180 83 9 / 0.1);
}
.active\:outline-amber-700\/100:active {
  outline-color: rgb(180 83 9 / 1);
}
.active\:outline-amber-700\/15:active {
  outline-color: rgb(180 83 9 / 0.15);
}
.active\:outline-amber-700\/20:active {
  outline-color: rgb(180 83 9 / 0.2);
}
.active\:outline-amber-700\/25:active {
  outline-color: rgb(180 83 9 / 0.25);
}
.active\:outline-amber-700\/30:active {
  outline-color: rgb(180 83 9 / 0.3);
}
.active\:outline-amber-700\/35:active {
  outline-color: rgb(180 83 9 / 0.35);
}
.active\:outline-amber-700\/40:active {
  outline-color: rgb(180 83 9 / 0.4);
}
.active\:outline-amber-700\/45:active {
  outline-color: rgb(180 83 9 / 0.45);
}
.active\:outline-amber-700\/5:active {
  outline-color: rgb(180 83 9 / 0.05);
}
.active\:outline-amber-700\/50:active {
  outline-color: rgb(180 83 9 / 0.5);
}
.active\:outline-amber-700\/55:active {
  outline-color: rgb(180 83 9 / 0.55);
}
.active\:outline-amber-700\/60:active {
  outline-color: rgb(180 83 9 / 0.6);
}
.active\:outline-amber-700\/65:active {
  outline-color: rgb(180 83 9 / 0.65);
}
.active\:outline-amber-700\/70:active {
  outline-color: rgb(180 83 9 / 0.7);
}
.active\:outline-amber-700\/75:active {
  outline-color: rgb(180 83 9 / 0.75);
}
.active\:outline-amber-700\/80:active {
  outline-color: rgb(180 83 9 / 0.8);
}
.active\:outline-amber-700\/85:active {
  outline-color: rgb(180 83 9 / 0.85);
}
.active\:outline-amber-700\/90:active {
  outline-color: rgb(180 83 9 / 0.9);
}
.active\:outline-amber-700\/95:active {
  outline-color: rgb(180 83 9 / 0.95);
}
.active\:outline-amber-800:active {
  outline-color: #92400e;
}
.active\:outline-amber-800\/0:active {
  outline-color: rgb(146 64 14 / 0);
}
.active\:outline-amber-800\/10:active {
  outline-color: rgb(146 64 14 / 0.1);
}
.active\:outline-amber-800\/100:active {
  outline-color: rgb(146 64 14 / 1);
}
.active\:outline-amber-800\/15:active {
  outline-color: rgb(146 64 14 / 0.15);
}
.active\:outline-amber-800\/20:active {
  outline-color: rgb(146 64 14 / 0.2);
}
.active\:outline-amber-800\/25:active {
  outline-color: rgb(146 64 14 / 0.25);
}
.active\:outline-amber-800\/30:active {
  outline-color: rgb(146 64 14 / 0.3);
}
.active\:outline-amber-800\/35:active {
  outline-color: rgb(146 64 14 / 0.35);
}
.active\:outline-amber-800\/40:active {
  outline-color: rgb(146 64 14 / 0.4);
}
.active\:outline-amber-800\/45:active {
  outline-color: rgb(146 64 14 / 0.45);
}
.active\:outline-amber-800\/5:active {
  outline-color: rgb(146 64 14 / 0.05);
}
.active\:outline-amber-800\/50:active {
  outline-color: rgb(146 64 14 / 0.5);
}
.active\:outline-amber-800\/55:active {
  outline-color: rgb(146 64 14 / 0.55);
}
.active\:outline-amber-800\/60:active {
  outline-color: rgb(146 64 14 / 0.6);
}
.active\:outline-amber-800\/65:active {
  outline-color: rgb(146 64 14 / 0.65);
}
.active\:outline-amber-800\/70:active {
  outline-color: rgb(146 64 14 / 0.7);
}
.active\:outline-amber-800\/75:active {
  outline-color: rgb(146 64 14 / 0.75);
}
.active\:outline-amber-800\/80:active {
  outline-color: rgb(146 64 14 / 0.8);
}
.active\:outline-amber-800\/85:active {
  outline-color: rgb(146 64 14 / 0.85);
}
.active\:outline-amber-800\/90:active {
  outline-color: rgb(146 64 14 / 0.9);
}
.active\:outline-amber-800\/95:active {
  outline-color: rgb(146 64 14 / 0.95);
}
.active\:outline-amber-900:active {
  outline-color: #78350f;
}
.active\:outline-amber-900\/0:active {
  outline-color: rgb(120 53 15 / 0);
}
.active\:outline-amber-900\/10:active {
  outline-color: rgb(120 53 15 / 0.1);
}
.active\:outline-amber-900\/100:active {
  outline-color: rgb(120 53 15 / 1);
}
.active\:outline-amber-900\/15:active {
  outline-color: rgb(120 53 15 / 0.15);
}
.active\:outline-amber-900\/20:active {
  outline-color: rgb(120 53 15 / 0.2);
}
.active\:outline-amber-900\/25:active {
  outline-color: rgb(120 53 15 / 0.25);
}
.active\:outline-amber-900\/30:active {
  outline-color: rgb(120 53 15 / 0.3);
}
.active\:outline-amber-900\/35:active {
  outline-color: rgb(120 53 15 / 0.35);
}
.active\:outline-amber-900\/40:active {
  outline-color: rgb(120 53 15 / 0.4);
}
.active\:outline-amber-900\/45:active {
  outline-color: rgb(120 53 15 / 0.45);
}
.active\:outline-amber-900\/5:active {
  outline-color: rgb(120 53 15 / 0.05);
}
.active\:outline-amber-900\/50:active {
  outline-color: rgb(120 53 15 / 0.5);
}
.active\:outline-amber-900\/55:active {
  outline-color: rgb(120 53 15 / 0.55);
}
.active\:outline-amber-900\/60:active {
  outline-color: rgb(120 53 15 / 0.6);
}
.active\:outline-amber-900\/65:active {
  outline-color: rgb(120 53 15 / 0.65);
}
.active\:outline-amber-900\/70:active {
  outline-color: rgb(120 53 15 / 0.7);
}
.active\:outline-amber-900\/75:active {
  outline-color: rgb(120 53 15 / 0.75);
}
.active\:outline-amber-900\/80:active {
  outline-color: rgb(120 53 15 / 0.8);
}
.active\:outline-amber-900\/85:active {
  outline-color: rgb(120 53 15 / 0.85);
}
.active\:outline-amber-900\/90:active {
  outline-color: rgb(120 53 15 / 0.9);
}
.active\:outline-amber-900\/95:active {
  outline-color: rgb(120 53 15 / 0.95);
}
.active\:outline-amber-950:active {
  outline-color: #451a03;
}
.active\:outline-amber-950\/0:active {
  outline-color: rgb(69 26 3 / 0);
}
.active\:outline-amber-950\/10:active {
  outline-color: rgb(69 26 3 / 0.1);
}
.active\:outline-amber-950\/100:active {
  outline-color: rgb(69 26 3 / 1);
}
.active\:outline-amber-950\/15:active {
  outline-color: rgb(69 26 3 / 0.15);
}
.active\:outline-amber-950\/20:active {
  outline-color: rgb(69 26 3 / 0.2);
}
.active\:outline-amber-950\/25:active {
  outline-color: rgb(69 26 3 / 0.25);
}
.active\:outline-amber-950\/30:active {
  outline-color: rgb(69 26 3 / 0.3);
}
.active\:outline-amber-950\/35:active {
  outline-color: rgb(69 26 3 / 0.35);
}
.active\:outline-amber-950\/40:active {
  outline-color: rgb(69 26 3 / 0.4);
}
.active\:outline-amber-950\/45:active {
  outline-color: rgb(69 26 3 / 0.45);
}
.active\:outline-amber-950\/5:active {
  outline-color: rgb(69 26 3 / 0.05);
}
.active\:outline-amber-950\/50:active {
  outline-color: rgb(69 26 3 / 0.5);
}
.active\:outline-amber-950\/55:active {
  outline-color: rgb(69 26 3 / 0.55);
}
.active\:outline-amber-950\/60:active {
  outline-color: rgb(69 26 3 / 0.6);
}
.active\:outline-amber-950\/65:active {
  outline-color: rgb(69 26 3 / 0.65);
}
.active\:outline-amber-950\/70:active {
  outline-color: rgb(69 26 3 / 0.7);
}
.active\:outline-amber-950\/75:active {
  outline-color: rgb(69 26 3 / 0.75);
}
.active\:outline-amber-950\/80:active {
  outline-color: rgb(69 26 3 / 0.8);
}
.active\:outline-amber-950\/85:active {
  outline-color: rgb(69 26 3 / 0.85);
}
.active\:outline-amber-950\/90:active {
  outline-color: rgb(69 26 3 / 0.9);
}
.active\:outline-amber-950\/95:active {
  outline-color: rgb(69 26 3 / 0.95);
}
.active\:outline-black:active {
  outline-color: #000;
}
.active\:outline-black\/0:active {
  outline-color: rgb(0 0 0 / 0);
}
.active\:outline-black\/10:active {
  outline-color: rgb(0 0 0 / 0.1);
}
.active\:outline-black\/100:active {
  outline-color: rgb(0 0 0 / 1);
}
.active\:outline-black\/15:active {
  outline-color: rgb(0 0 0 / 0.15);
}
.active\:outline-black\/20:active {
  outline-color: rgb(0 0 0 / 0.2);
}
.active\:outline-black\/25:active {
  outline-color: rgb(0 0 0 / 0.25);
}
.active\:outline-black\/30:active {
  outline-color: rgb(0 0 0 / 0.3);
}
.active\:outline-black\/35:active {
  outline-color: rgb(0 0 0 / 0.35);
}
.active\:outline-black\/40:active {
  outline-color: rgb(0 0 0 / 0.4);
}
.active\:outline-black\/45:active {
  outline-color: rgb(0 0 0 / 0.45);
}
.active\:outline-black\/5:active {
  outline-color: rgb(0 0 0 / 0.05);
}
.active\:outline-black\/50:active {
  outline-color: rgb(0 0 0 / 0.5);
}
.active\:outline-black\/55:active {
  outline-color: rgb(0 0 0 / 0.55);
}
.active\:outline-black\/60:active {
  outline-color: rgb(0 0 0 / 0.6);
}
.active\:outline-black\/65:active {
  outline-color: rgb(0 0 0 / 0.65);
}
.active\:outline-black\/70:active {
  outline-color: rgb(0 0 0 / 0.7);
}
.active\:outline-black\/75:active {
  outline-color: rgb(0 0 0 / 0.75);
}
.active\:outline-black\/80:active {
  outline-color: rgb(0 0 0 / 0.8);
}
.active\:outline-black\/85:active {
  outline-color: rgb(0 0 0 / 0.85);
}
.active\:outline-black\/90:active {
  outline-color: rgb(0 0 0 / 0.9);
}
.active\:outline-black\/95:active {
  outline-color: rgb(0 0 0 / 0.95);
}
.active\:outline-blue-100:active {
  outline-color: #dbeafe;
}
.active\:outline-blue-100\/0:active {
  outline-color: rgb(219 234 254 / 0);
}
.active\:outline-blue-100\/10:active {
  outline-color: rgb(219 234 254 / 0.1);
}
.active\:outline-blue-100\/100:active {
  outline-color: rgb(219 234 254 / 1);
}
.active\:outline-blue-100\/15:active {
  outline-color: rgb(219 234 254 / 0.15);
}
.active\:outline-blue-100\/20:active {
  outline-color: rgb(219 234 254 / 0.2);
}
.active\:outline-blue-100\/25:active {
  outline-color: rgb(219 234 254 / 0.25);
}
.active\:outline-blue-100\/30:active {
  outline-color: rgb(219 234 254 / 0.3);
}
.active\:outline-blue-100\/35:active {
  outline-color: rgb(219 234 254 / 0.35);
}
.active\:outline-blue-100\/40:active {
  outline-color: rgb(219 234 254 / 0.4);
}
.active\:outline-blue-100\/45:active {
  outline-color: rgb(219 234 254 / 0.45);
}
.active\:outline-blue-100\/5:active {
  outline-color: rgb(219 234 254 / 0.05);
}
.active\:outline-blue-100\/50:active {
  outline-color: rgb(219 234 254 / 0.5);
}
.active\:outline-blue-100\/55:active {
  outline-color: rgb(219 234 254 / 0.55);
}
.active\:outline-blue-100\/60:active {
  outline-color: rgb(219 234 254 / 0.6);
}
.active\:outline-blue-100\/65:active {
  outline-color: rgb(219 234 254 / 0.65);
}
.active\:outline-blue-100\/70:active {
  outline-color: rgb(219 234 254 / 0.7);
}
.active\:outline-blue-100\/75:active {
  outline-color: rgb(219 234 254 / 0.75);
}
.active\:outline-blue-100\/80:active {
  outline-color: rgb(219 234 254 / 0.8);
}
.active\:outline-blue-100\/85:active {
  outline-color: rgb(219 234 254 / 0.85);
}
.active\:outline-blue-100\/90:active {
  outline-color: rgb(219 234 254 / 0.9);
}
.active\:outline-blue-100\/95:active {
  outline-color: rgb(219 234 254 / 0.95);
}
.active\:outline-blue-200:active {
  outline-color: #bfdbfe;
}
.active\:outline-blue-200\/0:active {
  outline-color: rgb(191 219 254 / 0);
}
.active\:outline-blue-200\/10:active {
  outline-color: rgb(191 219 254 / 0.1);
}
.active\:outline-blue-200\/100:active {
  outline-color: rgb(191 219 254 / 1);
}
.active\:outline-blue-200\/15:active {
  outline-color: rgb(191 219 254 / 0.15);
}
.active\:outline-blue-200\/20:active {
  outline-color: rgb(191 219 254 / 0.2);
}
.active\:outline-blue-200\/25:active {
  outline-color: rgb(191 219 254 / 0.25);
}
.active\:outline-blue-200\/30:active {
  outline-color: rgb(191 219 254 / 0.3);
}
.active\:outline-blue-200\/35:active {
  outline-color: rgb(191 219 254 / 0.35);
}
.active\:outline-blue-200\/40:active {
  outline-color: rgb(191 219 254 / 0.4);
}
.active\:outline-blue-200\/45:active {
  outline-color: rgb(191 219 254 / 0.45);
}
.active\:outline-blue-200\/5:active {
  outline-color: rgb(191 219 254 / 0.05);
}
.active\:outline-blue-200\/50:active {
  outline-color: rgb(191 219 254 / 0.5);
}
.active\:outline-blue-200\/55:active {
  outline-color: rgb(191 219 254 / 0.55);
}
.active\:outline-blue-200\/60:active {
  outline-color: rgb(191 219 254 / 0.6);
}
.active\:outline-blue-200\/65:active {
  outline-color: rgb(191 219 254 / 0.65);
}
.active\:outline-blue-200\/70:active {
  outline-color: rgb(191 219 254 / 0.7);
}
.active\:outline-blue-200\/75:active {
  outline-color: rgb(191 219 254 / 0.75);
}
.active\:outline-blue-200\/80:active {
  outline-color: rgb(191 219 254 / 0.8);
}
.active\:outline-blue-200\/85:active {
  outline-color: rgb(191 219 254 / 0.85);
}
.active\:outline-blue-200\/90:active {
  outline-color: rgb(191 219 254 / 0.9);
}
.active\:outline-blue-200\/95:active {
  outline-color: rgb(191 219 254 / 0.95);
}
.active\:outline-blue-300:active {
  outline-color: #93c5fd;
}
.active\:outline-blue-300\/0:active {
  outline-color: rgb(147 197 253 / 0);
}
.active\:outline-blue-300\/10:active {
  outline-color: rgb(147 197 253 / 0.1);
}
.active\:outline-blue-300\/100:active {
  outline-color: rgb(147 197 253 / 1);
}
.active\:outline-blue-300\/15:active {
  outline-color: rgb(147 197 253 / 0.15);
}
.active\:outline-blue-300\/20:active {
  outline-color: rgb(147 197 253 / 0.2);
}
.active\:outline-blue-300\/25:active {
  outline-color: rgb(147 197 253 / 0.25);
}
.active\:outline-blue-300\/30:active {
  outline-color: rgb(147 197 253 / 0.3);
}
.active\:outline-blue-300\/35:active {
  outline-color: rgb(147 197 253 / 0.35);
}
.active\:outline-blue-300\/40:active {
  outline-color: rgb(147 197 253 / 0.4);
}
.active\:outline-blue-300\/45:active {
  outline-color: rgb(147 197 253 / 0.45);
}
.active\:outline-blue-300\/5:active {
  outline-color: rgb(147 197 253 / 0.05);
}
.active\:outline-blue-300\/50:active {
  outline-color: rgb(147 197 253 / 0.5);
}
.active\:outline-blue-300\/55:active {
  outline-color: rgb(147 197 253 / 0.55);
}
.active\:outline-blue-300\/60:active {
  outline-color: rgb(147 197 253 / 0.6);
}
.active\:outline-blue-300\/65:active {
  outline-color: rgb(147 197 253 / 0.65);
}
.active\:outline-blue-300\/70:active {
  outline-color: rgb(147 197 253 / 0.7);
}
.active\:outline-blue-300\/75:active {
  outline-color: rgb(147 197 253 / 0.75);
}
.active\:outline-blue-300\/80:active {
  outline-color: rgb(147 197 253 / 0.8);
}
.active\:outline-blue-300\/85:active {
  outline-color: rgb(147 197 253 / 0.85);
}
.active\:outline-blue-300\/90:active {
  outline-color: rgb(147 197 253 / 0.9);
}
.active\:outline-blue-300\/95:active {
  outline-color: rgb(147 197 253 / 0.95);
}
.active\:outline-blue-400:active {
  outline-color: #60a5fa;
}
.active\:outline-blue-400\/0:active {
  outline-color: rgb(96 165 250 / 0);
}
.active\:outline-blue-400\/10:active {
  outline-color: rgb(96 165 250 / 0.1);
}
.active\:outline-blue-400\/100:active {
  outline-color: rgb(96 165 250 / 1);
}
.active\:outline-blue-400\/15:active {
  outline-color: rgb(96 165 250 / 0.15);
}
.active\:outline-blue-400\/20:active {
  outline-color: rgb(96 165 250 / 0.2);
}
.active\:outline-blue-400\/25:active {
  outline-color: rgb(96 165 250 / 0.25);
}
.active\:outline-blue-400\/30:active {
  outline-color: rgb(96 165 250 / 0.3);
}
.active\:outline-blue-400\/35:active {
  outline-color: rgb(96 165 250 / 0.35);
}
.active\:outline-blue-400\/40:active {
  outline-color: rgb(96 165 250 / 0.4);
}
.active\:outline-blue-400\/45:active {
  outline-color: rgb(96 165 250 / 0.45);
}
.active\:outline-blue-400\/5:active {
  outline-color: rgb(96 165 250 / 0.05);
}
.active\:outline-blue-400\/50:active {
  outline-color: rgb(96 165 250 / 0.5);
}
.active\:outline-blue-400\/55:active {
  outline-color: rgb(96 165 250 / 0.55);
}
.active\:outline-blue-400\/60:active {
  outline-color: rgb(96 165 250 / 0.6);
}
.active\:outline-blue-400\/65:active {
  outline-color: rgb(96 165 250 / 0.65);
}
.active\:outline-blue-400\/70:active {
  outline-color: rgb(96 165 250 / 0.7);
}
.active\:outline-blue-400\/75:active {
  outline-color: rgb(96 165 250 / 0.75);
}
.active\:outline-blue-400\/80:active {
  outline-color: rgb(96 165 250 / 0.8);
}
.active\:outline-blue-400\/85:active {
  outline-color: rgb(96 165 250 / 0.85);
}
.active\:outline-blue-400\/90:active {
  outline-color: rgb(96 165 250 / 0.9);
}
.active\:outline-blue-400\/95:active {
  outline-color: rgb(96 165 250 / 0.95);
}
.active\:outline-blue-50:active {
  outline-color: #eff6ff;
}
.active\:outline-blue-50\/0:active {
  outline-color: rgb(239 246 255 / 0);
}
.active\:outline-blue-50\/10:active {
  outline-color: rgb(239 246 255 / 0.1);
}
.active\:outline-blue-50\/100:active {
  outline-color: rgb(239 246 255 / 1);
}
.active\:outline-blue-50\/15:active {
  outline-color: rgb(239 246 255 / 0.15);
}
.active\:outline-blue-50\/20:active {
  outline-color: rgb(239 246 255 / 0.2);
}
.active\:outline-blue-50\/25:active {
  outline-color: rgb(239 246 255 / 0.25);
}
.active\:outline-blue-50\/30:active {
  outline-color: rgb(239 246 255 / 0.3);
}
.active\:outline-blue-50\/35:active {
  outline-color: rgb(239 246 255 / 0.35);
}
.active\:outline-blue-50\/40:active {
  outline-color: rgb(239 246 255 / 0.4);
}
.active\:outline-blue-50\/45:active {
  outline-color: rgb(239 246 255 / 0.45);
}
.active\:outline-blue-50\/5:active {
  outline-color: rgb(239 246 255 / 0.05);
}
.active\:outline-blue-50\/50:active {
  outline-color: rgb(239 246 255 / 0.5);
}
.active\:outline-blue-50\/55:active {
  outline-color: rgb(239 246 255 / 0.55);
}
.active\:outline-blue-50\/60:active {
  outline-color: rgb(239 246 255 / 0.6);
}
.active\:outline-blue-50\/65:active {
  outline-color: rgb(239 246 255 / 0.65);
}
.active\:outline-blue-50\/70:active {
  outline-color: rgb(239 246 255 / 0.7);
}
.active\:outline-blue-50\/75:active {
  outline-color: rgb(239 246 255 / 0.75);
}
.active\:outline-blue-50\/80:active {
  outline-color: rgb(239 246 255 / 0.8);
}
.active\:outline-blue-50\/85:active {
  outline-color: rgb(239 246 255 / 0.85);
}
.active\:outline-blue-50\/90:active {
  outline-color: rgb(239 246 255 / 0.9);
}
.active\:outline-blue-50\/95:active {
  outline-color: rgb(239 246 255 / 0.95);
}
.active\:outline-blue-500:active {
  outline-color: #3b82f6;
}
.active\:outline-blue-500\/0:active {
  outline-color: rgb(59 130 246 / 0);
}
.active\:outline-blue-500\/10:active {
  outline-color: rgb(59 130 246 / 0.1);
}
.active\:outline-blue-500\/100:active {
  outline-color: rgb(59 130 246 / 1);
}
.active\:outline-blue-500\/15:active {
  outline-color: rgb(59 130 246 / 0.15);
}
.active\:outline-blue-500\/20:active {
  outline-color: rgb(59 130 246 / 0.2);
}
.active\:outline-blue-500\/25:active {
  outline-color: rgb(59 130 246 / 0.25);
}
.active\:outline-blue-500\/30:active {
  outline-color: rgb(59 130 246 / 0.3);
}
.active\:outline-blue-500\/35:active {
  outline-color: rgb(59 130 246 / 0.35);
}
.active\:outline-blue-500\/40:active {
  outline-color: rgb(59 130 246 / 0.4);
}
.active\:outline-blue-500\/45:active {
  outline-color: rgb(59 130 246 / 0.45);
}
.active\:outline-blue-500\/5:active {
  outline-color: rgb(59 130 246 / 0.05);
}
.active\:outline-blue-500\/50:active {
  outline-color: rgb(59 130 246 / 0.5);
}
.active\:outline-blue-500\/55:active {
  outline-color: rgb(59 130 246 / 0.55);
}
.active\:outline-blue-500\/60:active {
  outline-color: rgb(59 130 246 / 0.6);
}
.active\:outline-blue-500\/65:active {
  outline-color: rgb(59 130 246 / 0.65);
}
.active\:outline-blue-500\/70:active {
  outline-color: rgb(59 130 246 / 0.7);
}
.active\:outline-blue-500\/75:active {
  outline-color: rgb(59 130 246 / 0.75);
}
.active\:outline-blue-500\/80:active {
  outline-color: rgb(59 130 246 / 0.8);
}
.active\:outline-blue-500\/85:active {
  outline-color: rgb(59 130 246 / 0.85);
}
.active\:outline-blue-500\/90:active {
  outline-color: rgb(59 130 246 / 0.9);
}
.active\:outline-blue-500\/95:active {
  outline-color: rgb(59 130 246 / 0.95);
}
.active\:outline-blue-600:active {
  outline-color: #2563eb;
}
.active\:outline-blue-600\/0:active {
  outline-color: rgb(37 99 235 / 0);
}
.active\:outline-blue-600\/10:active {
  outline-color: rgb(37 99 235 / 0.1);
}
.active\:outline-blue-600\/100:active {
  outline-color: rgb(37 99 235 / 1);
}
.active\:outline-blue-600\/15:active {
  outline-color: rgb(37 99 235 / 0.15);
}
.active\:outline-blue-600\/20:active {
  outline-color: rgb(37 99 235 / 0.2);
}
.active\:outline-blue-600\/25:active {
  outline-color: rgb(37 99 235 / 0.25);
}
.active\:outline-blue-600\/30:active {
  outline-color: rgb(37 99 235 / 0.3);
}
.active\:outline-blue-600\/35:active {
  outline-color: rgb(37 99 235 / 0.35);
}
.active\:outline-blue-600\/40:active {
  outline-color: rgb(37 99 235 / 0.4);
}
.active\:outline-blue-600\/45:active {
  outline-color: rgb(37 99 235 / 0.45);
}
.active\:outline-blue-600\/5:active {
  outline-color: rgb(37 99 235 / 0.05);
}
.active\:outline-blue-600\/50:active {
  outline-color: rgb(37 99 235 / 0.5);
}
.active\:outline-blue-600\/55:active {
  outline-color: rgb(37 99 235 / 0.55);
}
.active\:outline-blue-600\/60:active {
  outline-color: rgb(37 99 235 / 0.6);
}
.active\:outline-blue-600\/65:active {
  outline-color: rgb(37 99 235 / 0.65);
}
.active\:outline-blue-600\/70:active {
  outline-color: rgb(37 99 235 / 0.7);
}
.active\:outline-blue-600\/75:active {
  outline-color: rgb(37 99 235 / 0.75);
}
.active\:outline-blue-600\/80:active {
  outline-color: rgb(37 99 235 / 0.8);
}
.active\:outline-blue-600\/85:active {
  outline-color: rgb(37 99 235 / 0.85);
}
.active\:outline-blue-600\/90:active {
  outline-color: rgb(37 99 235 / 0.9);
}
.active\:outline-blue-600\/95:active {
  outline-color: rgb(37 99 235 / 0.95);
}
.active\:outline-blue-700:active {
  outline-color: #1d4ed8;
}
.active\:outline-blue-700\/0:active {
  outline-color: rgb(29 78 216 / 0);
}
.active\:outline-blue-700\/10:active {
  outline-color: rgb(29 78 216 / 0.1);
}
.active\:outline-blue-700\/100:active {
  outline-color: rgb(29 78 216 / 1);
}
.active\:outline-blue-700\/15:active {
  outline-color: rgb(29 78 216 / 0.15);
}
.active\:outline-blue-700\/20:active {
  outline-color: rgb(29 78 216 / 0.2);
}
.active\:outline-blue-700\/25:active {
  outline-color: rgb(29 78 216 / 0.25);
}
.active\:outline-blue-700\/30:active {
  outline-color: rgb(29 78 216 / 0.3);
}
.active\:outline-blue-700\/35:active {
  outline-color: rgb(29 78 216 / 0.35);
}
.active\:outline-blue-700\/40:active {
  outline-color: rgb(29 78 216 / 0.4);
}
.active\:outline-blue-700\/45:active {
  outline-color: rgb(29 78 216 / 0.45);
}
.active\:outline-blue-700\/5:active {
  outline-color: rgb(29 78 216 / 0.05);
}
.active\:outline-blue-700\/50:active {
  outline-color: rgb(29 78 216 / 0.5);
}
.active\:outline-blue-700\/55:active {
  outline-color: rgb(29 78 216 / 0.55);
}
.active\:outline-blue-700\/60:active {
  outline-color: rgb(29 78 216 / 0.6);
}
.active\:outline-blue-700\/65:active {
  outline-color: rgb(29 78 216 / 0.65);
}
.active\:outline-blue-700\/70:active {
  outline-color: rgb(29 78 216 / 0.7);
}
.active\:outline-blue-700\/75:active {
  outline-color: rgb(29 78 216 / 0.75);
}
.active\:outline-blue-700\/80:active {
  outline-color: rgb(29 78 216 / 0.8);
}
.active\:outline-blue-700\/85:active {
  outline-color: rgb(29 78 216 / 0.85);
}
.active\:outline-blue-700\/90:active {
  outline-color: rgb(29 78 216 / 0.9);
}
.active\:outline-blue-700\/95:active {
  outline-color: rgb(29 78 216 / 0.95);
}
.active\:outline-blue-800:active {
  outline-color: #1e40af;
}
.active\:outline-blue-800\/0:active {
  outline-color: rgb(30 64 175 / 0);
}
.active\:outline-blue-800\/10:active {
  outline-color: rgb(30 64 175 / 0.1);
}
.active\:outline-blue-800\/100:active {
  outline-color: rgb(30 64 175 / 1);
}
.active\:outline-blue-800\/15:active {
  outline-color: rgb(30 64 175 / 0.15);
}
.active\:outline-blue-800\/20:active {
  outline-color: rgb(30 64 175 / 0.2);
}
.active\:outline-blue-800\/25:active {
  outline-color: rgb(30 64 175 / 0.25);
}
.active\:outline-blue-800\/30:active {
  outline-color: rgb(30 64 175 / 0.3);
}
.active\:outline-blue-800\/35:active {
  outline-color: rgb(30 64 175 / 0.35);
}
.active\:outline-blue-800\/40:active {
  outline-color: rgb(30 64 175 / 0.4);
}
.active\:outline-blue-800\/45:active {
  outline-color: rgb(30 64 175 / 0.45);
}
.active\:outline-blue-800\/5:active {
  outline-color: rgb(30 64 175 / 0.05);
}
.active\:outline-blue-800\/50:active {
  outline-color: rgb(30 64 175 / 0.5);
}
.active\:outline-blue-800\/55:active {
  outline-color: rgb(30 64 175 / 0.55);
}
.active\:outline-blue-800\/60:active {
  outline-color: rgb(30 64 175 / 0.6);
}
.active\:outline-blue-800\/65:active {
  outline-color: rgb(30 64 175 / 0.65);
}
.active\:outline-blue-800\/70:active {
  outline-color: rgb(30 64 175 / 0.7);
}
.active\:outline-blue-800\/75:active {
  outline-color: rgb(30 64 175 / 0.75);
}
.active\:outline-blue-800\/80:active {
  outline-color: rgb(30 64 175 / 0.8);
}
.active\:outline-blue-800\/85:active {
  outline-color: rgb(30 64 175 / 0.85);
}
.active\:outline-blue-800\/90:active {
  outline-color: rgb(30 64 175 / 0.9);
}
.active\:outline-blue-800\/95:active {
  outline-color: rgb(30 64 175 / 0.95);
}
.active\:outline-blue-900:active {
  outline-color: #1e3a8a;
}
.active\:outline-blue-900\/0:active {
  outline-color: rgb(30 58 138 / 0);
}
.active\:outline-blue-900\/10:active {
  outline-color: rgb(30 58 138 / 0.1);
}
.active\:outline-blue-900\/100:active {
  outline-color: rgb(30 58 138 / 1);
}
.active\:outline-blue-900\/15:active {
  outline-color: rgb(30 58 138 / 0.15);
}
.active\:outline-blue-900\/20:active {
  outline-color: rgb(30 58 138 / 0.2);
}
.active\:outline-blue-900\/25:active {
  outline-color: rgb(30 58 138 / 0.25);
}
.active\:outline-blue-900\/30:active {
  outline-color: rgb(30 58 138 / 0.3);
}
.active\:outline-blue-900\/35:active {
  outline-color: rgb(30 58 138 / 0.35);
}
.active\:outline-blue-900\/40:active {
  outline-color: rgb(30 58 138 / 0.4);
}
.active\:outline-blue-900\/45:active {
  outline-color: rgb(30 58 138 / 0.45);
}
.active\:outline-blue-900\/5:active {
  outline-color: rgb(30 58 138 / 0.05);
}
.active\:outline-blue-900\/50:active {
  outline-color: rgb(30 58 138 / 0.5);
}
.active\:outline-blue-900\/55:active {
  outline-color: rgb(30 58 138 / 0.55);
}
.active\:outline-blue-900\/60:active {
  outline-color: rgb(30 58 138 / 0.6);
}
.active\:outline-blue-900\/65:active {
  outline-color: rgb(30 58 138 / 0.65);
}
.active\:outline-blue-900\/70:active {
  outline-color: rgb(30 58 138 / 0.7);
}
.active\:outline-blue-900\/75:active {
  outline-color: rgb(30 58 138 / 0.75);
}
.active\:outline-blue-900\/80:active {
  outline-color: rgb(30 58 138 / 0.8);
}
.active\:outline-blue-900\/85:active {
  outline-color: rgb(30 58 138 / 0.85);
}
.active\:outline-blue-900\/90:active {
  outline-color: rgb(30 58 138 / 0.9);
}
.active\:outline-blue-900\/95:active {
  outline-color: rgb(30 58 138 / 0.95);
}
.active\:outline-blue-950:active {
  outline-color: #172554;
}
.active\:outline-blue-950\/0:active {
  outline-color: rgb(23 37 84 / 0);
}
.active\:outline-blue-950\/10:active {
  outline-color: rgb(23 37 84 / 0.1);
}
.active\:outline-blue-950\/100:active {
  outline-color: rgb(23 37 84 / 1);
}
.active\:outline-blue-950\/15:active {
  outline-color: rgb(23 37 84 / 0.15);
}
.active\:outline-blue-950\/20:active {
  outline-color: rgb(23 37 84 / 0.2);
}
.active\:outline-blue-950\/25:active {
  outline-color: rgb(23 37 84 / 0.25);
}
.active\:outline-blue-950\/30:active {
  outline-color: rgb(23 37 84 / 0.3);
}
.active\:outline-blue-950\/35:active {
  outline-color: rgb(23 37 84 / 0.35);
}
.active\:outline-blue-950\/40:active {
  outline-color: rgb(23 37 84 / 0.4);
}
.active\:outline-blue-950\/45:active {
  outline-color: rgb(23 37 84 / 0.45);
}
.active\:outline-blue-950\/5:active {
  outline-color: rgb(23 37 84 / 0.05);
}
.active\:outline-blue-950\/50:active {
  outline-color: rgb(23 37 84 / 0.5);
}
.active\:outline-blue-950\/55:active {
  outline-color: rgb(23 37 84 / 0.55);
}
.active\:outline-blue-950\/60:active {
  outline-color: rgb(23 37 84 / 0.6);
}
.active\:outline-blue-950\/65:active {
  outline-color: rgb(23 37 84 / 0.65);
}
.active\:outline-blue-950\/70:active {
  outline-color: rgb(23 37 84 / 0.7);
}
.active\:outline-blue-950\/75:active {
  outline-color: rgb(23 37 84 / 0.75);
}
.active\:outline-blue-950\/80:active {
  outline-color: rgb(23 37 84 / 0.8);
}
.active\:outline-blue-950\/85:active {
  outline-color: rgb(23 37 84 / 0.85);
}
.active\:outline-blue-950\/90:active {
  outline-color: rgb(23 37 84 / 0.9);
}
.active\:outline-blue-950\/95:active {
  outline-color: rgb(23 37 84 / 0.95);
}
.active\:outline-current:active {
  outline-color: currentColor;
}
.active\:outline-cyan-100:active {
  outline-color: #cffafe;
}
.active\:outline-cyan-100\/0:active {
  outline-color: rgb(207 250 254 / 0);
}
.active\:outline-cyan-100\/10:active {
  outline-color: rgb(207 250 254 / 0.1);
}
.active\:outline-cyan-100\/100:active {
  outline-color: rgb(207 250 254 / 1);
}
.active\:outline-cyan-100\/15:active {
  outline-color: rgb(207 250 254 / 0.15);
}
.active\:outline-cyan-100\/20:active {
  outline-color: rgb(207 250 254 / 0.2);
}
.active\:outline-cyan-100\/25:active {
  outline-color: rgb(207 250 254 / 0.25);
}
.active\:outline-cyan-100\/30:active {
  outline-color: rgb(207 250 254 / 0.3);
}
.active\:outline-cyan-100\/35:active {
  outline-color: rgb(207 250 254 / 0.35);
}
.active\:outline-cyan-100\/40:active {
  outline-color: rgb(207 250 254 / 0.4);
}
.active\:outline-cyan-100\/45:active {
  outline-color: rgb(207 250 254 / 0.45);
}
.active\:outline-cyan-100\/5:active {
  outline-color: rgb(207 250 254 / 0.05);
}
.active\:outline-cyan-100\/50:active {
  outline-color: rgb(207 250 254 / 0.5);
}
.active\:outline-cyan-100\/55:active {
  outline-color: rgb(207 250 254 / 0.55);
}
.active\:outline-cyan-100\/60:active {
  outline-color: rgb(207 250 254 / 0.6);
}
.active\:outline-cyan-100\/65:active {
  outline-color: rgb(207 250 254 / 0.65);
}
.active\:outline-cyan-100\/70:active {
  outline-color: rgb(207 250 254 / 0.7);
}
.active\:outline-cyan-100\/75:active {
  outline-color: rgb(207 250 254 / 0.75);
}
.active\:outline-cyan-100\/80:active {
  outline-color: rgb(207 250 254 / 0.8);
}
.active\:outline-cyan-100\/85:active {
  outline-color: rgb(207 250 254 / 0.85);
}
.active\:outline-cyan-100\/90:active {
  outline-color: rgb(207 250 254 / 0.9);
}
.active\:outline-cyan-100\/95:active {
  outline-color: rgb(207 250 254 / 0.95);
}
.active\:outline-cyan-200:active {
  outline-color: #a5f3fc;
}
.active\:outline-cyan-200\/0:active {
  outline-color: rgb(165 243 252 / 0);
}
.active\:outline-cyan-200\/10:active {
  outline-color: rgb(165 243 252 / 0.1);
}
.active\:outline-cyan-200\/100:active {
  outline-color: rgb(165 243 252 / 1);
}
.active\:outline-cyan-200\/15:active {
  outline-color: rgb(165 243 252 / 0.15);
}
.active\:outline-cyan-200\/20:active {
  outline-color: rgb(165 243 252 / 0.2);
}
.active\:outline-cyan-200\/25:active {
  outline-color: rgb(165 243 252 / 0.25);
}
.active\:outline-cyan-200\/30:active {
  outline-color: rgb(165 243 252 / 0.3);
}
.active\:outline-cyan-200\/35:active {
  outline-color: rgb(165 243 252 / 0.35);
}
.active\:outline-cyan-200\/40:active {
  outline-color: rgb(165 243 252 / 0.4);
}
.active\:outline-cyan-200\/45:active {
  outline-color: rgb(165 243 252 / 0.45);
}
.active\:outline-cyan-200\/5:active {
  outline-color: rgb(165 243 252 / 0.05);
}
.active\:outline-cyan-200\/50:active {
  outline-color: rgb(165 243 252 / 0.5);
}
.active\:outline-cyan-200\/55:active {
  outline-color: rgb(165 243 252 / 0.55);
}
.active\:outline-cyan-200\/60:active {
  outline-color: rgb(165 243 252 / 0.6);
}
.active\:outline-cyan-200\/65:active {
  outline-color: rgb(165 243 252 / 0.65);
}
.active\:outline-cyan-200\/70:active {
  outline-color: rgb(165 243 252 / 0.7);
}
.active\:outline-cyan-200\/75:active {
  outline-color: rgb(165 243 252 / 0.75);
}
.active\:outline-cyan-200\/80:active {
  outline-color: rgb(165 243 252 / 0.8);
}
.active\:outline-cyan-200\/85:active {
  outline-color: rgb(165 243 252 / 0.85);
}
.active\:outline-cyan-200\/90:active {
  outline-color: rgb(165 243 252 / 0.9);
}
.active\:outline-cyan-200\/95:active {
  outline-color: rgb(165 243 252 / 0.95);
}
.active\:outline-cyan-300:active {
  outline-color: #67e8f9;
}
.active\:outline-cyan-300\/0:active {
  outline-color: rgb(103 232 249 / 0);
}
.active\:outline-cyan-300\/10:active {
  outline-color: rgb(103 232 249 / 0.1);
}
.active\:outline-cyan-300\/100:active {
  outline-color: rgb(103 232 249 / 1);
}
.active\:outline-cyan-300\/15:active {
  outline-color: rgb(103 232 249 / 0.15);
}
.active\:outline-cyan-300\/20:active {
  outline-color: rgb(103 232 249 / 0.2);
}
.active\:outline-cyan-300\/25:active {
  outline-color: rgb(103 232 249 / 0.25);
}
.active\:outline-cyan-300\/30:active {
  outline-color: rgb(103 232 249 / 0.3);
}
.active\:outline-cyan-300\/35:active {
  outline-color: rgb(103 232 249 / 0.35);
}
.active\:outline-cyan-300\/40:active {
  outline-color: rgb(103 232 249 / 0.4);
}
.active\:outline-cyan-300\/45:active {
  outline-color: rgb(103 232 249 / 0.45);
}
.active\:outline-cyan-300\/5:active {
  outline-color: rgb(103 232 249 / 0.05);
}
.active\:outline-cyan-300\/50:active {
  outline-color: rgb(103 232 249 / 0.5);
}
.active\:outline-cyan-300\/55:active {
  outline-color: rgb(103 232 249 / 0.55);
}
.active\:outline-cyan-300\/60:active {
  outline-color: rgb(103 232 249 / 0.6);
}
.active\:outline-cyan-300\/65:active {
  outline-color: rgb(103 232 249 / 0.65);
}
.active\:outline-cyan-300\/70:active {
  outline-color: rgb(103 232 249 / 0.7);
}
.active\:outline-cyan-300\/75:active {
  outline-color: rgb(103 232 249 / 0.75);
}
.active\:outline-cyan-300\/80:active {
  outline-color: rgb(103 232 249 / 0.8);
}
.active\:outline-cyan-300\/85:active {
  outline-color: rgb(103 232 249 / 0.85);
}
.active\:outline-cyan-300\/90:active {
  outline-color: rgb(103 232 249 / 0.9);
}
.active\:outline-cyan-300\/95:active {
  outline-color: rgb(103 232 249 / 0.95);
}
.active\:outline-cyan-400:active {
  outline-color: #22d3ee;
}
.active\:outline-cyan-400\/0:active {
  outline-color: rgb(34 211 238 / 0);
}
.active\:outline-cyan-400\/10:active {
  outline-color: rgb(34 211 238 / 0.1);
}
.active\:outline-cyan-400\/100:active {
  outline-color: rgb(34 211 238 / 1);
}
.active\:outline-cyan-400\/15:active {
  outline-color: rgb(34 211 238 / 0.15);
}
.active\:outline-cyan-400\/20:active {
  outline-color: rgb(34 211 238 / 0.2);
}
.active\:outline-cyan-400\/25:active {
  outline-color: rgb(34 211 238 / 0.25);
}
.active\:outline-cyan-400\/30:active {
  outline-color: rgb(34 211 238 / 0.3);
}
.active\:outline-cyan-400\/35:active {
  outline-color: rgb(34 211 238 / 0.35);
}
.active\:outline-cyan-400\/40:active {
  outline-color: rgb(34 211 238 / 0.4);
}
.active\:outline-cyan-400\/45:active {
  outline-color: rgb(34 211 238 / 0.45);
}
.active\:outline-cyan-400\/5:active {
  outline-color: rgb(34 211 238 / 0.05);
}
.active\:outline-cyan-400\/50:active {
  outline-color: rgb(34 211 238 / 0.5);
}
.active\:outline-cyan-400\/55:active {
  outline-color: rgb(34 211 238 / 0.55);
}
.active\:outline-cyan-400\/60:active {
  outline-color: rgb(34 211 238 / 0.6);
}
.active\:outline-cyan-400\/65:active {
  outline-color: rgb(34 211 238 / 0.65);
}
.active\:outline-cyan-400\/70:active {
  outline-color: rgb(34 211 238 / 0.7);
}
.active\:outline-cyan-400\/75:active {
  outline-color: rgb(34 211 238 / 0.75);
}
.active\:outline-cyan-400\/80:active {
  outline-color: rgb(34 211 238 / 0.8);
}
.active\:outline-cyan-400\/85:active {
  outline-color: rgb(34 211 238 / 0.85);
}
.active\:outline-cyan-400\/90:active {
  outline-color: rgb(34 211 238 / 0.9);
}
.active\:outline-cyan-400\/95:active {
  outline-color: rgb(34 211 238 / 0.95);
}
.active\:outline-cyan-50:active {
  outline-color: #ecfeff;
}
.active\:outline-cyan-50\/0:active {
  outline-color: rgb(236 254 255 / 0);
}
.active\:outline-cyan-50\/10:active {
  outline-color: rgb(236 254 255 / 0.1);
}
.active\:outline-cyan-50\/100:active {
  outline-color: rgb(236 254 255 / 1);
}
.active\:outline-cyan-50\/15:active {
  outline-color: rgb(236 254 255 / 0.15);
}
.active\:outline-cyan-50\/20:active {
  outline-color: rgb(236 254 255 / 0.2);
}
.active\:outline-cyan-50\/25:active {
  outline-color: rgb(236 254 255 / 0.25);
}
.active\:outline-cyan-50\/30:active {
  outline-color: rgb(236 254 255 / 0.3);
}
.active\:outline-cyan-50\/35:active {
  outline-color: rgb(236 254 255 / 0.35);
}
.active\:outline-cyan-50\/40:active {
  outline-color: rgb(236 254 255 / 0.4);
}
.active\:outline-cyan-50\/45:active {
  outline-color: rgb(236 254 255 / 0.45);
}
.active\:outline-cyan-50\/5:active {
  outline-color: rgb(236 254 255 / 0.05);
}
.active\:outline-cyan-50\/50:active {
  outline-color: rgb(236 254 255 / 0.5);
}
.active\:outline-cyan-50\/55:active {
  outline-color: rgb(236 254 255 / 0.55);
}
.active\:outline-cyan-50\/60:active {
  outline-color: rgb(236 254 255 / 0.6);
}
.active\:outline-cyan-50\/65:active {
  outline-color: rgb(236 254 255 / 0.65);
}
.active\:outline-cyan-50\/70:active {
  outline-color: rgb(236 254 255 / 0.7);
}
.active\:outline-cyan-50\/75:active {
  outline-color: rgb(236 254 255 / 0.75);
}
.active\:outline-cyan-50\/80:active {
  outline-color: rgb(236 254 255 / 0.8);
}
.active\:outline-cyan-50\/85:active {
  outline-color: rgb(236 254 255 / 0.85);
}
.active\:outline-cyan-50\/90:active {
  outline-color: rgb(236 254 255 / 0.9);
}
.active\:outline-cyan-50\/95:active {
  outline-color: rgb(236 254 255 / 0.95);
}
.active\:outline-cyan-500:active {
  outline-color: #06b6d4;
}
.active\:outline-cyan-500\/0:active {
  outline-color: rgb(6 182 212 / 0);
}
.active\:outline-cyan-500\/10:active {
  outline-color: rgb(6 182 212 / 0.1);
}
.active\:outline-cyan-500\/100:active {
  outline-color: rgb(6 182 212 / 1);
}
.active\:outline-cyan-500\/15:active {
  outline-color: rgb(6 182 212 / 0.15);
}
.active\:outline-cyan-500\/20:active {
  outline-color: rgb(6 182 212 / 0.2);
}
.active\:outline-cyan-500\/25:active {
  outline-color: rgb(6 182 212 / 0.25);
}
.active\:outline-cyan-500\/30:active {
  outline-color: rgb(6 182 212 / 0.3);
}
.active\:outline-cyan-500\/35:active {
  outline-color: rgb(6 182 212 / 0.35);
}
.active\:outline-cyan-500\/40:active {
  outline-color: rgb(6 182 212 / 0.4);
}
.active\:outline-cyan-500\/45:active {
  outline-color: rgb(6 182 212 / 0.45);
}
.active\:outline-cyan-500\/5:active {
  outline-color: rgb(6 182 212 / 0.05);
}
.active\:outline-cyan-500\/50:active {
  outline-color: rgb(6 182 212 / 0.5);
}
.active\:outline-cyan-500\/55:active {
  outline-color: rgb(6 182 212 / 0.55);
}
.active\:outline-cyan-500\/60:active {
  outline-color: rgb(6 182 212 / 0.6);
}
.active\:outline-cyan-500\/65:active {
  outline-color: rgb(6 182 212 / 0.65);
}
.active\:outline-cyan-500\/70:active {
  outline-color: rgb(6 182 212 / 0.7);
}
.active\:outline-cyan-500\/75:active {
  outline-color: rgb(6 182 212 / 0.75);
}
.active\:outline-cyan-500\/80:active {
  outline-color: rgb(6 182 212 / 0.8);
}
.active\:outline-cyan-500\/85:active {
  outline-color: rgb(6 182 212 / 0.85);
}
.active\:outline-cyan-500\/90:active {
  outline-color: rgb(6 182 212 / 0.9);
}
.active\:outline-cyan-500\/95:active {
  outline-color: rgb(6 182 212 / 0.95);
}
.active\:outline-cyan-600:active {
  outline-color: #0891b2;
}
.active\:outline-cyan-600\/0:active {
  outline-color: rgb(8 145 178 / 0);
}
.active\:outline-cyan-600\/10:active {
  outline-color: rgb(8 145 178 / 0.1);
}
.active\:outline-cyan-600\/100:active {
  outline-color: rgb(8 145 178 / 1);
}
.active\:outline-cyan-600\/15:active {
  outline-color: rgb(8 145 178 / 0.15);
}
.active\:outline-cyan-600\/20:active {
  outline-color: rgb(8 145 178 / 0.2);
}
.active\:outline-cyan-600\/25:active {
  outline-color: rgb(8 145 178 / 0.25);
}
.active\:outline-cyan-600\/30:active {
  outline-color: rgb(8 145 178 / 0.3);
}
.active\:outline-cyan-600\/35:active {
  outline-color: rgb(8 145 178 / 0.35);
}
.active\:outline-cyan-600\/40:active {
  outline-color: rgb(8 145 178 / 0.4);
}
.active\:outline-cyan-600\/45:active {
  outline-color: rgb(8 145 178 / 0.45);
}
.active\:outline-cyan-600\/5:active {
  outline-color: rgb(8 145 178 / 0.05);
}
.active\:outline-cyan-600\/50:active {
  outline-color: rgb(8 145 178 / 0.5);
}
.active\:outline-cyan-600\/55:active {
  outline-color: rgb(8 145 178 / 0.55);
}
.active\:outline-cyan-600\/60:active {
  outline-color: rgb(8 145 178 / 0.6);
}
.active\:outline-cyan-600\/65:active {
  outline-color: rgb(8 145 178 / 0.65);
}
.active\:outline-cyan-600\/70:active {
  outline-color: rgb(8 145 178 / 0.7);
}
.active\:outline-cyan-600\/75:active {
  outline-color: rgb(8 145 178 / 0.75);
}
.active\:outline-cyan-600\/80:active {
  outline-color: rgb(8 145 178 / 0.8);
}
.active\:outline-cyan-600\/85:active {
  outline-color: rgb(8 145 178 / 0.85);
}
.active\:outline-cyan-600\/90:active {
  outline-color: rgb(8 145 178 / 0.9);
}
.active\:outline-cyan-600\/95:active {
  outline-color: rgb(8 145 178 / 0.95);
}
.active\:outline-cyan-700:active {
  outline-color: #0e7490;
}
.active\:outline-cyan-700\/0:active {
  outline-color: rgb(14 116 144 / 0);
}
.active\:outline-cyan-700\/10:active {
  outline-color: rgb(14 116 144 / 0.1);
}
.active\:outline-cyan-700\/100:active {
  outline-color: rgb(14 116 144 / 1);
}
.active\:outline-cyan-700\/15:active {
  outline-color: rgb(14 116 144 / 0.15);
}
.active\:outline-cyan-700\/20:active {
  outline-color: rgb(14 116 144 / 0.2);
}
.active\:outline-cyan-700\/25:active {
  outline-color: rgb(14 116 144 / 0.25);
}
.active\:outline-cyan-700\/30:active {
  outline-color: rgb(14 116 144 / 0.3);
}
.active\:outline-cyan-700\/35:active {
  outline-color: rgb(14 116 144 / 0.35);
}
.active\:outline-cyan-700\/40:active {
  outline-color: rgb(14 116 144 / 0.4);
}
.active\:outline-cyan-700\/45:active {
  outline-color: rgb(14 116 144 / 0.45);
}
.active\:outline-cyan-700\/5:active {
  outline-color: rgb(14 116 144 / 0.05);
}
.active\:outline-cyan-700\/50:active {
  outline-color: rgb(14 116 144 / 0.5);
}
.active\:outline-cyan-700\/55:active {
  outline-color: rgb(14 116 144 / 0.55);
}
.active\:outline-cyan-700\/60:active {
  outline-color: rgb(14 116 144 / 0.6);
}
.active\:outline-cyan-700\/65:active {
  outline-color: rgb(14 116 144 / 0.65);
}
.active\:outline-cyan-700\/70:active {
  outline-color: rgb(14 116 144 / 0.7);
}
.active\:outline-cyan-700\/75:active {
  outline-color: rgb(14 116 144 / 0.75);
}
.active\:outline-cyan-700\/80:active {
  outline-color: rgb(14 116 144 / 0.8);
}
.active\:outline-cyan-700\/85:active {
  outline-color: rgb(14 116 144 / 0.85);
}
.active\:outline-cyan-700\/90:active {
  outline-color: rgb(14 116 144 / 0.9);
}
.active\:outline-cyan-700\/95:active {
  outline-color: rgb(14 116 144 / 0.95);
}
.active\:outline-cyan-800:active {
  outline-color: #155e75;
}
.active\:outline-cyan-800\/0:active {
  outline-color: rgb(21 94 117 / 0);
}
.active\:outline-cyan-800\/10:active {
  outline-color: rgb(21 94 117 / 0.1);
}
.active\:outline-cyan-800\/100:active {
  outline-color: rgb(21 94 117 / 1);
}
.active\:outline-cyan-800\/15:active {
  outline-color: rgb(21 94 117 / 0.15);
}
.active\:outline-cyan-800\/20:active {
  outline-color: rgb(21 94 117 / 0.2);
}
.active\:outline-cyan-800\/25:active {
  outline-color: rgb(21 94 117 / 0.25);
}
.active\:outline-cyan-800\/30:active {
  outline-color: rgb(21 94 117 / 0.3);
}
.active\:outline-cyan-800\/35:active {
  outline-color: rgb(21 94 117 / 0.35);
}
.active\:outline-cyan-800\/40:active {
  outline-color: rgb(21 94 117 / 0.4);
}
.active\:outline-cyan-800\/45:active {
  outline-color: rgb(21 94 117 / 0.45);
}
.active\:outline-cyan-800\/5:active {
  outline-color: rgb(21 94 117 / 0.05);
}
.active\:outline-cyan-800\/50:active {
  outline-color: rgb(21 94 117 / 0.5);
}
.active\:outline-cyan-800\/55:active {
  outline-color: rgb(21 94 117 / 0.55);
}
.active\:outline-cyan-800\/60:active {
  outline-color: rgb(21 94 117 / 0.6);
}
.active\:outline-cyan-800\/65:active {
  outline-color: rgb(21 94 117 / 0.65);
}
.active\:outline-cyan-800\/70:active {
  outline-color: rgb(21 94 117 / 0.7);
}
.active\:outline-cyan-800\/75:active {
  outline-color: rgb(21 94 117 / 0.75);
}
.active\:outline-cyan-800\/80:active {
  outline-color: rgb(21 94 117 / 0.8);
}
.active\:outline-cyan-800\/85:active {
  outline-color: rgb(21 94 117 / 0.85);
}
.active\:outline-cyan-800\/90:active {
  outline-color: rgb(21 94 117 / 0.9);
}
.active\:outline-cyan-800\/95:active {
  outline-color: rgb(21 94 117 / 0.95);
}
.active\:outline-cyan-900:active {
  outline-color: #164e63;
}
.active\:outline-cyan-900\/0:active {
  outline-color: rgb(22 78 99 / 0);
}
.active\:outline-cyan-900\/10:active {
  outline-color: rgb(22 78 99 / 0.1);
}
.active\:outline-cyan-900\/100:active {
  outline-color: rgb(22 78 99 / 1);
}
.active\:outline-cyan-900\/15:active {
  outline-color: rgb(22 78 99 / 0.15);
}
.active\:outline-cyan-900\/20:active {
  outline-color: rgb(22 78 99 / 0.2);
}
.active\:outline-cyan-900\/25:active {
  outline-color: rgb(22 78 99 / 0.25);
}
.active\:outline-cyan-900\/30:active {
  outline-color: rgb(22 78 99 / 0.3);
}
.active\:outline-cyan-900\/35:active {
  outline-color: rgb(22 78 99 / 0.35);
}
.active\:outline-cyan-900\/40:active {
  outline-color: rgb(22 78 99 / 0.4);
}
.active\:outline-cyan-900\/45:active {
  outline-color: rgb(22 78 99 / 0.45);
}
.active\:outline-cyan-900\/5:active {
  outline-color: rgb(22 78 99 / 0.05);
}
.active\:outline-cyan-900\/50:active {
  outline-color: rgb(22 78 99 / 0.5);
}
.active\:outline-cyan-900\/55:active {
  outline-color: rgb(22 78 99 / 0.55);
}
.active\:outline-cyan-900\/60:active {
  outline-color: rgb(22 78 99 / 0.6);
}
.active\:outline-cyan-900\/65:active {
  outline-color: rgb(22 78 99 / 0.65);
}
.active\:outline-cyan-900\/70:active {
  outline-color: rgb(22 78 99 / 0.7);
}
.active\:outline-cyan-900\/75:active {
  outline-color: rgb(22 78 99 / 0.75);
}
.active\:outline-cyan-900\/80:active {
  outline-color: rgb(22 78 99 / 0.8);
}
.active\:outline-cyan-900\/85:active {
  outline-color: rgb(22 78 99 / 0.85);
}
.active\:outline-cyan-900\/90:active {
  outline-color: rgb(22 78 99 / 0.9);
}
.active\:outline-cyan-900\/95:active {
  outline-color: rgb(22 78 99 / 0.95);
}
.active\:outline-cyan-950:active {
  outline-color: #083344;
}
.active\:outline-cyan-950\/0:active {
  outline-color: rgb(8 51 68 / 0);
}
.active\:outline-cyan-950\/10:active {
  outline-color: rgb(8 51 68 / 0.1);
}
.active\:outline-cyan-950\/100:active {
  outline-color: rgb(8 51 68 / 1);
}
.active\:outline-cyan-950\/15:active {
  outline-color: rgb(8 51 68 / 0.15);
}
.active\:outline-cyan-950\/20:active {
  outline-color: rgb(8 51 68 / 0.2);
}
.active\:outline-cyan-950\/25:active {
  outline-color: rgb(8 51 68 / 0.25);
}
.active\:outline-cyan-950\/30:active {
  outline-color: rgb(8 51 68 / 0.3);
}
.active\:outline-cyan-950\/35:active {
  outline-color: rgb(8 51 68 / 0.35);
}
.active\:outline-cyan-950\/40:active {
  outline-color: rgb(8 51 68 / 0.4);
}
.active\:outline-cyan-950\/45:active {
  outline-color: rgb(8 51 68 / 0.45);
}
.active\:outline-cyan-950\/5:active {
  outline-color: rgb(8 51 68 / 0.05);
}
.active\:outline-cyan-950\/50:active {
  outline-color: rgb(8 51 68 / 0.5);
}
.active\:outline-cyan-950\/55:active {
  outline-color: rgb(8 51 68 / 0.55);
}
.active\:outline-cyan-950\/60:active {
  outline-color: rgb(8 51 68 / 0.6);
}
.active\:outline-cyan-950\/65:active {
  outline-color: rgb(8 51 68 / 0.65);
}
.active\:outline-cyan-950\/70:active {
  outline-color: rgb(8 51 68 / 0.7);
}
.active\:outline-cyan-950\/75:active {
  outline-color: rgb(8 51 68 / 0.75);
}
.active\:outline-cyan-950\/80:active {
  outline-color: rgb(8 51 68 / 0.8);
}
.active\:outline-cyan-950\/85:active {
  outline-color: rgb(8 51 68 / 0.85);
}
.active\:outline-cyan-950\/90:active {
  outline-color: rgb(8 51 68 / 0.9);
}
.active\:outline-cyan-950\/95:active {
  outline-color: rgb(8 51 68 / 0.95);
}
.active\:outline-emerald-100:active {
  outline-color: #d1fae5;
}
.active\:outline-emerald-100\/0:active {
  outline-color: rgb(209 250 229 / 0);
}
.active\:outline-emerald-100\/10:active {
  outline-color: rgb(209 250 229 / 0.1);
}
.active\:outline-emerald-100\/100:active {
  outline-color: rgb(209 250 229 / 1);
}
.active\:outline-emerald-100\/15:active {
  outline-color: rgb(209 250 229 / 0.15);
}
.active\:outline-emerald-100\/20:active {
  outline-color: rgb(209 250 229 / 0.2);
}
.active\:outline-emerald-100\/25:active {
  outline-color: rgb(209 250 229 / 0.25);
}
.active\:outline-emerald-100\/30:active {
  outline-color: rgb(209 250 229 / 0.3);
}
.active\:outline-emerald-100\/35:active {
  outline-color: rgb(209 250 229 / 0.35);
}
.active\:outline-emerald-100\/40:active {
  outline-color: rgb(209 250 229 / 0.4);
}
.active\:outline-emerald-100\/45:active {
  outline-color: rgb(209 250 229 / 0.45);
}
.active\:outline-emerald-100\/5:active {
  outline-color: rgb(209 250 229 / 0.05);
}
.active\:outline-emerald-100\/50:active {
  outline-color: rgb(209 250 229 / 0.5);
}
.active\:outline-emerald-100\/55:active {
  outline-color: rgb(209 250 229 / 0.55);
}
.active\:outline-emerald-100\/60:active {
  outline-color: rgb(209 250 229 / 0.6);
}
.active\:outline-emerald-100\/65:active {
  outline-color: rgb(209 250 229 / 0.65);
}
.active\:outline-emerald-100\/70:active {
  outline-color: rgb(209 250 229 / 0.7);
}
.active\:outline-emerald-100\/75:active {
  outline-color: rgb(209 250 229 / 0.75);
}
.active\:outline-emerald-100\/80:active {
  outline-color: rgb(209 250 229 / 0.8);
}
.active\:outline-emerald-100\/85:active {
  outline-color: rgb(209 250 229 / 0.85);
}
.active\:outline-emerald-100\/90:active {
  outline-color: rgb(209 250 229 / 0.9);
}
.active\:outline-emerald-100\/95:active {
  outline-color: rgb(209 250 229 / 0.95);
}
.active\:outline-emerald-200:active {
  outline-color: #a7f3d0;
}
.active\:outline-emerald-200\/0:active {
  outline-color: rgb(167 243 208 / 0);
}
.active\:outline-emerald-200\/10:active {
  outline-color: rgb(167 243 208 / 0.1);
}
.active\:outline-emerald-200\/100:active {
  outline-color: rgb(167 243 208 / 1);
}
.active\:outline-emerald-200\/15:active {
  outline-color: rgb(167 243 208 / 0.15);
}
.active\:outline-emerald-200\/20:active {
  outline-color: rgb(167 243 208 / 0.2);
}
.active\:outline-emerald-200\/25:active {
  outline-color: rgb(167 243 208 / 0.25);
}
.active\:outline-emerald-200\/30:active {
  outline-color: rgb(167 243 208 / 0.3);
}
.active\:outline-emerald-200\/35:active {
  outline-color: rgb(167 243 208 / 0.35);
}
.active\:outline-emerald-200\/40:active {
  outline-color: rgb(167 243 208 / 0.4);
}
.active\:outline-emerald-200\/45:active {
  outline-color: rgb(167 243 208 / 0.45);
}
.active\:outline-emerald-200\/5:active {
  outline-color: rgb(167 243 208 / 0.05);
}
.active\:outline-emerald-200\/50:active {
  outline-color: rgb(167 243 208 / 0.5);
}
.active\:outline-emerald-200\/55:active {
  outline-color: rgb(167 243 208 / 0.55);
}
.active\:outline-emerald-200\/60:active {
  outline-color: rgb(167 243 208 / 0.6);
}
.active\:outline-emerald-200\/65:active {
  outline-color: rgb(167 243 208 / 0.65);
}
.active\:outline-emerald-200\/70:active {
  outline-color: rgb(167 243 208 / 0.7);
}
.active\:outline-emerald-200\/75:active {
  outline-color: rgb(167 243 208 / 0.75);
}
.active\:outline-emerald-200\/80:active {
  outline-color: rgb(167 243 208 / 0.8);
}
.active\:outline-emerald-200\/85:active {
  outline-color: rgb(167 243 208 / 0.85);
}
.active\:outline-emerald-200\/90:active {
  outline-color: rgb(167 243 208 / 0.9);
}
.active\:outline-emerald-200\/95:active {
  outline-color: rgb(167 243 208 / 0.95);
}
.active\:outline-emerald-300:active {
  outline-color: #6ee7b7;
}
.active\:outline-emerald-300\/0:active {
  outline-color: rgb(110 231 183 / 0);
}
.active\:outline-emerald-300\/10:active {
  outline-color: rgb(110 231 183 / 0.1);
}
.active\:outline-emerald-300\/100:active {
  outline-color: rgb(110 231 183 / 1);
}
.active\:outline-emerald-300\/15:active {
  outline-color: rgb(110 231 183 / 0.15);
}
.active\:outline-emerald-300\/20:active {
  outline-color: rgb(110 231 183 / 0.2);
}
.active\:outline-emerald-300\/25:active {
  outline-color: rgb(110 231 183 / 0.25);
}
.active\:outline-emerald-300\/30:active {
  outline-color: rgb(110 231 183 / 0.3);
}
.active\:outline-emerald-300\/35:active {
  outline-color: rgb(110 231 183 / 0.35);
}
.active\:outline-emerald-300\/40:active {
  outline-color: rgb(110 231 183 / 0.4);
}
.active\:outline-emerald-300\/45:active {
  outline-color: rgb(110 231 183 / 0.45);
}
.active\:outline-emerald-300\/5:active {
  outline-color: rgb(110 231 183 / 0.05);
}
.active\:outline-emerald-300\/50:active {
  outline-color: rgb(110 231 183 / 0.5);
}
.active\:outline-emerald-300\/55:active {
  outline-color: rgb(110 231 183 / 0.55);
}
.active\:outline-emerald-300\/60:active {
  outline-color: rgb(110 231 183 / 0.6);
}
.active\:outline-emerald-300\/65:active {
  outline-color: rgb(110 231 183 / 0.65);
}
.active\:outline-emerald-300\/70:active {
  outline-color: rgb(110 231 183 / 0.7);
}
.active\:outline-emerald-300\/75:active {
  outline-color: rgb(110 231 183 / 0.75);
}
.active\:outline-emerald-300\/80:active {
  outline-color: rgb(110 231 183 / 0.8);
}
.active\:outline-emerald-300\/85:active {
  outline-color: rgb(110 231 183 / 0.85);
}
.active\:outline-emerald-300\/90:active {
  outline-color: rgb(110 231 183 / 0.9);
}
.active\:outline-emerald-300\/95:active {
  outline-color: rgb(110 231 183 / 0.95);
}
.active\:outline-emerald-400:active {
  outline-color: #34d399;
}
.active\:outline-emerald-400\/0:active {
  outline-color: rgb(52 211 153 / 0);
}
.active\:outline-emerald-400\/10:active {
  outline-color: rgb(52 211 153 / 0.1);
}
.active\:outline-emerald-400\/100:active {
  outline-color: rgb(52 211 153 / 1);
}
.active\:outline-emerald-400\/15:active {
  outline-color: rgb(52 211 153 / 0.15);
}
.active\:outline-emerald-400\/20:active {
  outline-color: rgb(52 211 153 / 0.2);
}
.active\:outline-emerald-400\/25:active {
  outline-color: rgb(52 211 153 / 0.25);
}
.active\:outline-emerald-400\/30:active {
  outline-color: rgb(52 211 153 / 0.3);
}
.active\:outline-emerald-400\/35:active {
  outline-color: rgb(52 211 153 / 0.35);
}
.active\:outline-emerald-400\/40:active {
  outline-color: rgb(52 211 153 / 0.4);
}
.active\:outline-emerald-400\/45:active {
  outline-color: rgb(52 211 153 / 0.45);
}
.active\:outline-emerald-400\/5:active {
  outline-color: rgb(52 211 153 / 0.05);
}
.active\:outline-emerald-400\/50:active {
  outline-color: rgb(52 211 153 / 0.5);
}
.active\:outline-emerald-400\/55:active {
  outline-color: rgb(52 211 153 / 0.55);
}
.active\:outline-emerald-400\/60:active {
  outline-color: rgb(52 211 153 / 0.6);
}
.active\:outline-emerald-400\/65:active {
  outline-color: rgb(52 211 153 / 0.65);
}
.active\:outline-emerald-400\/70:active {
  outline-color: rgb(52 211 153 / 0.7);
}
.active\:outline-emerald-400\/75:active {
  outline-color: rgb(52 211 153 / 0.75);
}
.active\:outline-emerald-400\/80:active {
  outline-color: rgb(52 211 153 / 0.8);
}
.active\:outline-emerald-400\/85:active {
  outline-color: rgb(52 211 153 / 0.85);
}
.active\:outline-emerald-400\/90:active {
  outline-color: rgb(52 211 153 / 0.9);
}
.active\:outline-emerald-400\/95:active {
  outline-color: rgb(52 211 153 / 0.95);
}
.active\:outline-emerald-50:active {
  outline-color: #ecfdf5;
}
.active\:outline-emerald-50\/0:active {
  outline-color: rgb(236 253 245 / 0);
}
.active\:outline-emerald-50\/10:active {
  outline-color: rgb(236 253 245 / 0.1);
}
.active\:outline-emerald-50\/100:active {
  outline-color: rgb(236 253 245 / 1);
}
.active\:outline-emerald-50\/15:active {
  outline-color: rgb(236 253 245 / 0.15);
}
.active\:outline-emerald-50\/20:active {
  outline-color: rgb(236 253 245 / 0.2);
}
.active\:outline-emerald-50\/25:active {
  outline-color: rgb(236 253 245 / 0.25);
}
.active\:outline-emerald-50\/30:active {
  outline-color: rgb(236 253 245 / 0.3);
}
.active\:outline-emerald-50\/35:active {
  outline-color: rgb(236 253 245 / 0.35);
}
.active\:outline-emerald-50\/40:active {
  outline-color: rgb(236 253 245 / 0.4);
}
.active\:outline-emerald-50\/45:active {
  outline-color: rgb(236 253 245 / 0.45);
}
.active\:outline-emerald-50\/5:active {
  outline-color: rgb(236 253 245 / 0.05);
}
.active\:outline-emerald-50\/50:active {
  outline-color: rgb(236 253 245 / 0.5);
}
.active\:outline-emerald-50\/55:active {
  outline-color: rgb(236 253 245 / 0.55);
}
.active\:outline-emerald-50\/60:active {
  outline-color: rgb(236 253 245 / 0.6);
}
.active\:outline-emerald-50\/65:active {
  outline-color: rgb(236 253 245 / 0.65);
}
.active\:outline-emerald-50\/70:active {
  outline-color: rgb(236 253 245 / 0.7);
}
.active\:outline-emerald-50\/75:active {
  outline-color: rgb(236 253 245 / 0.75);
}
.active\:outline-emerald-50\/80:active {
  outline-color: rgb(236 253 245 / 0.8);
}
.active\:outline-emerald-50\/85:active {
  outline-color: rgb(236 253 245 / 0.85);
}
.active\:outline-emerald-50\/90:active {
  outline-color: rgb(236 253 245 / 0.9);
}
.active\:outline-emerald-50\/95:active {
  outline-color: rgb(236 253 245 / 0.95);
}
.active\:outline-emerald-500:active {
  outline-color: #10b981;
}
.active\:outline-emerald-500\/0:active {
  outline-color: rgb(16 185 129 / 0);
}
.active\:outline-emerald-500\/10:active {
  outline-color: rgb(16 185 129 / 0.1);
}
.active\:outline-emerald-500\/100:active {
  outline-color: rgb(16 185 129 / 1);
}
.active\:outline-emerald-500\/15:active {
  outline-color: rgb(16 185 129 / 0.15);
}
.active\:outline-emerald-500\/20:active {
  outline-color: rgb(16 185 129 / 0.2);
}
.active\:outline-emerald-500\/25:active {
  outline-color: rgb(16 185 129 / 0.25);
}
.active\:outline-emerald-500\/30:active {
  outline-color: rgb(16 185 129 / 0.3);
}
.active\:outline-emerald-500\/35:active {
  outline-color: rgb(16 185 129 / 0.35);
}
.active\:outline-emerald-500\/40:active {
  outline-color: rgb(16 185 129 / 0.4);
}
.active\:outline-emerald-500\/45:active {
  outline-color: rgb(16 185 129 / 0.45);
}
.active\:outline-emerald-500\/5:active {
  outline-color: rgb(16 185 129 / 0.05);
}
.active\:outline-emerald-500\/50:active {
  outline-color: rgb(16 185 129 / 0.5);
}
.active\:outline-emerald-500\/55:active {
  outline-color: rgb(16 185 129 / 0.55);
}
.active\:outline-emerald-500\/60:active {
  outline-color: rgb(16 185 129 / 0.6);
}
.active\:outline-emerald-500\/65:active {
  outline-color: rgb(16 185 129 / 0.65);
}
.active\:outline-emerald-500\/70:active {
  outline-color: rgb(16 185 129 / 0.7);
}
.active\:outline-emerald-500\/75:active {
  outline-color: rgb(16 185 129 / 0.75);
}
.active\:outline-emerald-500\/80:active {
  outline-color: rgb(16 185 129 / 0.8);
}
.active\:outline-emerald-500\/85:active {
  outline-color: rgb(16 185 129 / 0.85);
}
.active\:outline-emerald-500\/90:active {
  outline-color: rgb(16 185 129 / 0.9);
}
.active\:outline-emerald-500\/95:active {
  outline-color: rgb(16 185 129 / 0.95);
}
.active\:outline-emerald-600:active {
  outline-color: #059669;
}
.active\:outline-emerald-600\/0:active {
  outline-color: rgb(5 150 105 / 0);
}
.active\:outline-emerald-600\/10:active {
  outline-color: rgb(5 150 105 / 0.1);
}
.active\:outline-emerald-600\/100:active {
  outline-color: rgb(5 150 105 / 1);
}
.active\:outline-emerald-600\/15:active {
  outline-color: rgb(5 150 105 / 0.15);
}
.active\:outline-emerald-600\/20:active {
  outline-color: rgb(5 150 105 / 0.2);
}
.active\:outline-emerald-600\/25:active {
  outline-color: rgb(5 150 105 / 0.25);
}
.active\:outline-emerald-600\/30:active {
  outline-color: rgb(5 150 105 / 0.3);
}
.active\:outline-emerald-600\/35:active {
  outline-color: rgb(5 150 105 / 0.35);
}
.active\:outline-emerald-600\/40:active {
  outline-color: rgb(5 150 105 / 0.4);
}
.active\:outline-emerald-600\/45:active {
  outline-color: rgb(5 150 105 / 0.45);
}
.active\:outline-emerald-600\/5:active {
  outline-color: rgb(5 150 105 / 0.05);
}
.active\:outline-emerald-600\/50:active {
  outline-color: rgb(5 150 105 / 0.5);
}
.active\:outline-emerald-600\/55:active {
  outline-color: rgb(5 150 105 / 0.55);
}
.active\:outline-emerald-600\/60:active {
  outline-color: rgb(5 150 105 / 0.6);
}
.active\:outline-emerald-600\/65:active {
  outline-color: rgb(5 150 105 / 0.65);
}
.active\:outline-emerald-600\/70:active {
  outline-color: rgb(5 150 105 / 0.7);
}
.active\:outline-emerald-600\/75:active {
  outline-color: rgb(5 150 105 / 0.75);
}
.active\:outline-emerald-600\/80:active {
  outline-color: rgb(5 150 105 / 0.8);
}
.active\:outline-emerald-600\/85:active {
  outline-color: rgb(5 150 105 / 0.85);
}
.active\:outline-emerald-600\/90:active {
  outline-color: rgb(5 150 105 / 0.9);
}
.active\:outline-emerald-600\/95:active {
  outline-color: rgb(5 150 105 / 0.95);
}
.active\:outline-emerald-700:active {
  outline-color: #047857;
}
.active\:outline-emerald-700\/0:active {
  outline-color: rgb(4 120 87 / 0);
}
.active\:outline-emerald-700\/10:active {
  outline-color: rgb(4 120 87 / 0.1);
}
.active\:outline-emerald-700\/100:active {
  outline-color: rgb(4 120 87 / 1);
}
.active\:outline-emerald-700\/15:active {
  outline-color: rgb(4 120 87 / 0.15);
}
.active\:outline-emerald-700\/20:active {
  outline-color: rgb(4 120 87 / 0.2);
}
.active\:outline-emerald-700\/25:active {
  outline-color: rgb(4 120 87 / 0.25);
}
.active\:outline-emerald-700\/30:active {
  outline-color: rgb(4 120 87 / 0.3);
}
.active\:outline-emerald-700\/35:active {
  outline-color: rgb(4 120 87 / 0.35);
}
.active\:outline-emerald-700\/40:active {
  outline-color: rgb(4 120 87 / 0.4);
}
.active\:outline-emerald-700\/45:active {
  outline-color: rgb(4 120 87 / 0.45);
}
.active\:outline-emerald-700\/5:active {
  outline-color: rgb(4 120 87 / 0.05);
}
.active\:outline-emerald-700\/50:active {
  outline-color: rgb(4 120 87 / 0.5);
}
.active\:outline-emerald-700\/55:active {
  outline-color: rgb(4 120 87 / 0.55);
}
.active\:outline-emerald-700\/60:active {
  outline-color: rgb(4 120 87 / 0.6);
}
.active\:outline-emerald-700\/65:active {
  outline-color: rgb(4 120 87 / 0.65);
}
.active\:outline-emerald-700\/70:active {
  outline-color: rgb(4 120 87 / 0.7);
}
.active\:outline-emerald-700\/75:active {
  outline-color: rgb(4 120 87 / 0.75);
}
.active\:outline-emerald-700\/80:active {
  outline-color: rgb(4 120 87 / 0.8);
}
.active\:outline-emerald-700\/85:active {
  outline-color: rgb(4 120 87 / 0.85);
}
.active\:outline-emerald-700\/90:active {
  outline-color: rgb(4 120 87 / 0.9);
}
.active\:outline-emerald-700\/95:active {
  outline-color: rgb(4 120 87 / 0.95);
}
.active\:outline-emerald-800:active {
  outline-color: #065f46;
}
.active\:outline-emerald-800\/0:active {
  outline-color: rgb(6 95 70 / 0);
}
.active\:outline-emerald-800\/10:active {
  outline-color: rgb(6 95 70 / 0.1);
}
.active\:outline-emerald-800\/100:active {
  outline-color: rgb(6 95 70 / 1);
}
.active\:outline-emerald-800\/15:active {
  outline-color: rgb(6 95 70 / 0.15);
}
.active\:outline-emerald-800\/20:active {
  outline-color: rgb(6 95 70 / 0.2);
}
.active\:outline-emerald-800\/25:active {
  outline-color: rgb(6 95 70 / 0.25);
}
.active\:outline-emerald-800\/30:active {
  outline-color: rgb(6 95 70 / 0.3);
}
.active\:outline-emerald-800\/35:active {
  outline-color: rgb(6 95 70 / 0.35);
}
.active\:outline-emerald-800\/40:active {
  outline-color: rgb(6 95 70 / 0.4);
}
.active\:outline-emerald-800\/45:active {
  outline-color: rgb(6 95 70 / 0.45);
}
.active\:outline-emerald-800\/5:active {
  outline-color: rgb(6 95 70 / 0.05);
}
.active\:outline-emerald-800\/50:active {
  outline-color: rgb(6 95 70 / 0.5);
}
.active\:outline-emerald-800\/55:active {
  outline-color: rgb(6 95 70 / 0.55);
}
.active\:outline-emerald-800\/60:active {
  outline-color: rgb(6 95 70 / 0.6);
}
.active\:outline-emerald-800\/65:active {
  outline-color: rgb(6 95 70 / 0.65);
}
.active\:outline-emerald-800\/70:active {
  outline-color: rgb(6 95 70 / 0.7);
}
.active\:outline-emerald-800\/75:active {
  outline-color: rgb(6 95 70 / 0.75);
}
.active\:outline-emerald-800\/80:active {
  outline-color: rgb(6 95 70 / 0.8);
}
.active\:outline-emerald-800\/85:active {
  outline-color: rgb(6 95 70 / 0.85);
}
.active\:outline-emerald-800\/90:active {
  outline-color: rgb(6 95 70 / 0.9);
}
.active\:outline-emerald-800\/95:active {
  outline-color: rgb(6 95 70 / 0.95);
}
.active\:outline-emerald-900:active {
  outline-color: #064e3b;
}
.active\:outline-emerald-900\/0:active {
  outline-color: rgb(6 78 59 / 0);
}
.active\:outline-emerald-900\/10:active {
  outline-color: rgb(6 78 59 / 0.1);
}
.active\:outline-emerald-900\/100:active {
  outline-color: rgb(6 78 59 / 1);
}
.active\:outline-emerald-900\/15:active {
  outline-color: rgb(6 78 59 / 0.15);
}
.active\:outline-emerald-900\/20:active {
  outline-color: rgb(6 78 59 / 0.2);
}
.active\:outline-emerald-900\/25:active {
  outline-color: rgb(6 78 59 / 0.25);
}
.active\:outline-emerald-900\/30:active {
  outline-color: rgb(6 78 59 / 0.3);
}
.active\:outline-emerald-900\/35:active {
  outline-color: rgb(6 78 59 / 0.35);
}
.active\:outline-emerald-900\/40:active {
  outline-color: rgb(6 78 59 / 0.4);
}
.active\:outline-emerald-900\/45:active {
  outline-color: rgb(6 78 59 / 0.45);
}
.active\:outline-emerald-900\/5:active {
  outline-color: rgb(6 78 59 / 0.05);
}
.active\:outline-emerald-900\/50:active {
  outline-color: rgb(6 78 59 / 0.5);
}
.active\:outline-emerald-900\/55:active {
  outline-color: rgb(6 78 59 / 0.55);
}
.active\:outline-emerald-900\/60:active {
  outline-color: rgb(6 78 59 / 0.6);
}
.active\:outline-emerald-900\/65:active {
  outline-color: rgb(6 78 59 / 0.65);
}
.active\:outline-emerald-900\/70:active {
  outline-color: rgb(6 78 59 / 0.7);
}
.active\:outline-emerald-900\/75:active {
  outline-color: rgb(6 78 59 / 0.75);
}
.active\:outline-emerald-900\/80:active {
  outline-color: rgb(6 78 59 / 0.8);
}
.active\:outline-emerald-900\/85:active {
  outline-color: rgb(6 78 59 / 0.85);
}
.active\:outline-emerald-900\/90:active {
  outline-color: rgb(6 78 59 / 0.9);
}
.active\:outline-emerald-900\/95:active {
  outline-color: rgb(6 78 59 / 0.95);
}
.active\:outline-emerald-950:active {
  outline-color: #022c22;
}
.active\:outline-emerald-950\/0:active {
  outline-color: rgb(2 44 34 / 0);
}
.active\:outline-emerald-950\/10:active {
  outline-color: rgb(2 44 34 / 0.1);
}
.active\:outline-emerald-950\/100:active {
  outline-color: rgb(2 44 34 / 1);
}
.active\:outline-emerald-950\/15:active {
  outline-color: rgb(2 44 34 / 0.15);
}
.active\:outline-emerald-950\/20:active {
  outline-color: rgb(2 44 34 / 0.2);
}
.active\:outline-emerald-950\/25:active {
  outline-color: rgb(2 44 34 / 0.25);
}
.active\:outline-emerald-950\/30:active {
  outline-color: rgb(2 44 34 / 0.3);
}
.active\:outline-emerald-950\/35:active {
  outline-color: rgb(2 44 34 / 0.35);
}
.active\:outline-emerald-950\/40:active {
  outline-color: rgb(2 44 34 / 0.4);
}
.active\:outline-emerald-950\/45:active {
  outline-color: rgb(2 44 34 / 0.45);
}
.active\:outline-emerald-950\/5:active {
  outline-color: rgb(2 44 34 / 0.05);
}
.active\:outline-emerald-950\/50:active {
  outline-color: rgb(2 44 34 / 0.5);
}
.active\:outline-emerald-950\/55:active {
  outline-color: rgb(2 44 34 / 0.55);
}
.active\:outline-emerald-950\/60:active {
  outline-color: rgb(2 44 34 / 0.6);
}
.active\:outline-emerald-950\/65:active {
  outline-color: rgb(2 44 34 / 0.65);
}
.active\:outline-emerald-950\/70:active {
  outline-color: rgb(2 44 34 / 0.7);
}
.active\:outline-emerald-950\/75:active {
  outline-color: rgb(2 44 34 / 0.75);
}
.active\:outline-emerald-950\/80:active {
  outline-color: rgb(2 44 34 / 0.8);
}
.active\:outline-emerald-950\/85:active {
  outline-color: rgb(2 44 34 / 0.85);
}
.active\:outline-emerald-950\/90:active {
  outline-color: rgb(2 44 34 / 0.9);
}
.active\:outline-emerald-950\/95:active {
  outline-color: rgb(2 44 34 / 0.95);
}
.active\:outline-fuchsia-100:active {
  outline-color: #fae8ff;
}
.active\:outline-fuchsia-100\/0:active {
  outline-color: rgb(250 232 255 / 0);
}
.active\:outline-fuchsia-100\/10:active {
  outline-color: rgb(250 232 255 / 0.1);
}
.active\:outline-fuchsia-100\/100:active {
  outline-color: rgb(250 232 255 / 1);
}
.active\:outline-fuchsia-100\/15:active {
  outline-color: rgb(250 232 255 / 0.15);
}
.active\:outline-fuchsia-100\/20:active {
  outline-color: rgb(250 232 255 / 0.2);
}
.active\:outline-fuchsia-100\/25:active {
  outline-color: rgb(250 232 255 / 0.25);
}
.active\:outline-fuchsia-100\/30:active {
  outline-color: rgb(250 232 255 / 0.3);
}
.active\:outline-fuchsia-100\/35:active {
  outline-color: rgb(250 232 255 / 0.35);
}
.active\:outline-fuchsia-100\/40:active {
  outline-color: rgb(250 232 255 / 0.4);
}
.active\:outline-fuchsia-100\/45:active {
  outline-color: rgb(250 232 255 / 0.45);
}
.active\:outline-fuchsia-100\/5:active {
  outline-color: rgb(250 232 255 / 0.05);
}
.active\:outline-fuchsia-100\/50:active {
  outline-color: rgb(250 232 255 / 0.5);
}
.active\:outline-fuchsia-100\/55:active {
  outline-color: rgb(250 232 255 / 0.55);
}
.active\:outline-fuchsia-100\/60:active {
  outline-color: rgb(250 232 255 / 0.6);
}
.active\:outline-fuchsia-100\/65:active {
  outline-color: rgb(250 232 255 / 0.65);
}
.active\:outline-fuchsia-100\/70:active {
  outline-color: rgb(250 232 255 / 0.7);
}
.active\:outline-fuchsia-100\/75:active {
  outline-color: rgb(250 232 255 / 0.75);
}
.active\:outline-fuchsia-100\/80:active {
  outline-color: rgb(250 232 255 / 0.8);
}
.active\:outline-fuchsia-100\/85:active {
  outline-color: rgb(250 232 255 / 0.85);
}
.active\:outline-fuchsia-100\/90:active {
  outline-color: rgb(250 232 255 / 0.9);
}
.active\:outline-fuchsia-100\/95:active {
  outline-color: rgb(250 232 255 / 0.95);
}
.active\:outline-fuchsia-200:active {
  outline-color: #f5d0fe;
}
.active\:outline-fuchsia-200\/0:active {
  outline-color: rgb(245 208 254 / 0);
}
.active\:outline-fuchsia-200\/10:active {
  outline-color: rgb(245 208 254 / 0.1);
}
.active\:outline-fuchsia-200\/100:active {
  outline-color: rgb(245 208 254 / 1);
}
.active\:outline-fuchsia-200\/15:active {
  outline-color: rgb(245 208 254 / 0.15);
}
.active\:outline-fuchsia-200\/20:active {
  outline-color: rgb(245 208 254 / 0.2);
}
.active\:outline-fuchsia-200\/25:active {
  outline-color: rgb(245 208 254 / 0.25);
}
.active\:outline-fuchsia-200\/30:active {
  outline-color: rgb(245 208 254 / 0.3);
}
.active\:outline-fuchsia-200\/35:active {
  outline-color: rgb(245 208 254 / 0.35);
}
.active\:outline-fuchsia-200\/40:active {
  outline-color: rgb(245 208 254 / 0.4);
}
.active\:outline-fuchsia-200\/45:active {
  outline-color: rgb(245 208 254 / 0.45);
}
.active\:outline-fuchsia-200\/5:active {
  outline-color: rgb(245 208 254 / 0.05);
}
.active\:outline-fuchsia-200\/50:active {
  outline-color: rgb(245 208 254 / 0.5);
}
.active\:outline-fuchsia-200\/55:active {
  outline-color: rgb(245 208 254 / 0.55);
}
.active\:outline-fuchsia-200\/60:active {
  outline-color: rgb(245 208 254 / 0.6);
}
.active\:outline-fuchsia-200\/65:active {
  outline-color: rgb(245 208 254 / 0.65);
}
.active\:outline-fuchsia-200\/70:active {
  outline-color: rgb(245 208 254 / 0.7);
}
.active\:outline-fuchsia-200\/75:active {
  outline-color: rgb(245 208 254 / 0.75);
}
.active\:outline-fuchsia-200\/80:active {
  outline-color: rgb(245 208 254 / 0.8);
}
.active\:outline-fuchsia-200\/85:active {
  outline-color: rgb(245 208 254 / 0.85);
}
.active\:outline-fuchsia-200\/90:active {
  outline-color: rgb(245 208 254 / 0.9);
}
.active\:outline-fuchsia-200\/95:active {
  outline-color: rgb(245 208 254 / 0.95);
}
.active\:outline-fuchsia-300:active {
  outline-color: #f0abfc;
}
.active\:outline-fuchsia-300\/0:active {
  outline-color: rgb(240 171 252 / 0);
}
.active\:outline-fuchsia-300\/10:active {
  outline-color: rgb(240 171 252 / 0.1);
}
.active\:outline-fuchsia-300\/100:active {
  outline-color: rgb(240 171 252 / 1);
}
.active\:outline-fuchsia-300\/15:active {
  outline-color: rgb(240 171 252 / 0.15);
}
.active\:outline-fuchsia-300\/20:active {
  outline-color: rgb(240 171 252 / 0.2);
}
.active\:outline-fuchsia-300\/25:active {
  outline-color: rgb(240 171 252 / 0.25);
}
.active\:outline-fuchsia-300\/30:active {
  outline-color: rgb(240 171 252 / 0.3);
}
.active\:outline-fuchsia-300\/35:active {
  outline-color: rgb(240 171 252 / 0.35);
}
.active\:outline-fuchsia-300\/40:active {
  outline-color: rgb(240 171 252 / 0.4);
}
.active\:outline-fuchsia-300\/45:active {
  outline-color: rgb(240 171 252 / 0.45);
}
.active\:outline-fuchsia-300\/5:active {
  outline-color: rgb(240 171 252 / 0.05);
}
.active\:outline-fuchsia-300\/50:active {
  outline-color: rgb(240 171 252 / 0.5);
}
.active\:outline-fuchsia-300\/55:active {
  outline-color: rgb(240 171 252 / 0.55);
}
.active\:outline-fuchsia-300\/60:active {
  outline-color: rgb(240 171 252 / 0.6);
}
.active\:outline-fuchsia-300\/65:active {
  outline-color: rgb(240 171 252 / 0.65);
}
.active\:outline-fuchsia-300\/70:active {
  outline-color: rgb(240 171 252 / 0.7);
}
.active\:outline-fuchsia-300\/75:active {
  outline-color: rgb(240 171 252 / 0.75);
}
.active\:outline-fuchsia-300\/80:active {
  outline-color: rgb(240 171 252 / 0.8);
}
.active\:outline-fuchsia-300\/85:active {
  outline-color: rgb(240 171 252 / 0.85);
}
.active\:outline-fuchsia-300\/90:active {
  outline-color: rgb(240 171 252 / 0.9);
}
.active\:outline-fuchsia-300\/95:active {
  outline-color: rgb(240 171 252 / 0.95);
}
.active\:outline-fuchsia-400:active {
  outline-color: #e879f9;
}
.active\:outline-fuchsia-400\/0:active {
  outline-color: rgb(232 121 249 / 0);
}
.active\:outline-fuchsia-400\/10:active {
  outline-color: rgb(232 121 249 / 0.1);
}
.active\:outline-fuchsia-400\/100:active {
  outline-color: rgb(232 121 249 / 1);
}
.active\:outline-fuchsia-400\/15:active {
  outline-color: rgb(232 121 249 / 0.15);
}
.active\:outline-fuchsia-400\/20:active {
  outline-color: rgb(232 121 249 / 0.2);
}
.active\:outline-fuchsia-400\/25:active {
  outline-color: rgb(232 121 249 / 0.25);
}
.active\:outline-fuchsia-400\/30:active {
  outline-color: rgb(232 121 249 / 0.3);
}
.active\:outline-fuchsia-400\/35:active {
  outline-color: rgb(232 121 249 / 0.35);
}
.active\:outline-fuchsia-400\/40:active {
  outline-color: rgb(232 121 249 / 0.4);
}
.active\:outline-fuchsia-400\/45:active {
  outline-color: rgb(232 121 249 / 0.45);
}
.active\:outline-fuchsia-400\/5:active {
  outline-color: rgb(232 121 249 / 0.05);
}
.active\:outline-fuchsia-400\/50:active {
  outline-color: rgb(232 121 249 / 0.5);
}
.active\:outline-fuchsia-400\/55:active {
  outline-color: rgb(232 121 249 / 0.55);
}
.active\:outline-fuchsia-400\/60:active {
  outline-color: rgb(232 121 249 / 0.6);
}
.active\:outline-fuchsia-400\/65:active {
  outline-color: rgb(232 121 249 / 0.65);
}
.active\:outline-fuchsia-400\/70:active {
  outline-color: rgb(232 121 249 / 0.7);
}
.active\:outline-fuchsia-400\/75:active {
  outline-color: rgb(232 121 249 / 0.75);
}
.active\:outline-fuchsia-400\/80:active {
  outline-color: rgb(232 121 249 / 0.8);
}
.active\:outline-fuchsia-400\/85:active {
  outline-color: rgb(232 121 249 / 0.85);
}
.active\:outline-fuchsia-400\/90:active {
  outline-color: rgb(232 121 249 / 0.9);
}
.active\:outline-fuchsia-400\/95:active {
  outline-color: rgb(232 121 249 / 0.95);
}
.active\:outline-fuchsia-50:active {
  outline-color: #fdf4ff;
}
.active\:outline-fuchsia-50\/0:active {
  outline-color: rgb(253 244 255 / 0);
}
.active\:outline-fuchsia-50\/10:active {
  outline-color: rgb(253 244 255 / 0.1);
}
.active\:outline-fuchsia-50\/100:active {
  outline-color: rgb(253 244 255 / 1);
}
.active\:outline-fuchsia-50\/15:active {
  outline-color: rgb(253 244 255 / 0.15);
}
.active\:outline-fuchsia-50\/20:active {
  outline-color: rgb(253 244 255 / 0.2);
}
.active\:outline-fuchsia-50\/25:active {
  outline-color: rgb(253 244 255 / 0.25);
}
.active\:outline-fuchsia-50\/30:active {
  outline-color: rgb(253 244 255 / 0.3);
}
.active\:outline-fuchsia-50\/35:active {
  outline-color: rgb(253 244 255 / 0.35);
}
.active\:outline-fuchsia-50\/40:active {
  outline-color: rgb(253 244 255 / 0.4);
}
.active\:outline-fuchsia-50\/45:active {
  outline-color: rgb(253 244 255 / 0.45);
}
.active\:outline-fuchsia-50\/5:active {
  outline-color: rgb(253 244 255 / 0.05);
}
.active\:outline-fuchsia-50\/50:active {
  outline-color: rgb(253 244 255 / 0.5);
}
.active\:outline-fuchsia-50\/55:active {
  outline-color: rgb(253 244 255 / 0.55);
}
.active\:outline-fuchsia-50\/60:active {
  outline-color: rgb(253 244 255 / 0.6);
}
.active\:outline-fuchsia-50\/65:active {
  outline-color: rgb(253 244 255 / 0.65);
}
.active\:outline-fuchsia-50\/70:active {
  outline-color: rgb(253 244 255 / 0.7);
}
.active\:outline-fuchsia-50\/75:active {
  outline-color: rgb(253 244 255 / 0.75);
}
.active\:outline-fuchsia-50\/80:active {
  outline-color: rgb(253 244 255 / 0.8);
}
.active\:outline-fuchsia-50\/85:active {
  outline-color: rgb(253 244 255 / 0.85);
}
.active\:outline-fuchsia-50\/90:active {
  outline-color: rgb(253 244 255 / 0.9);
}
.active\:outline-fuchsia-50\/95:active {
  outline-color: rgb(253 244 255 / 0.95);
}
.active\:outline-fuchsia-500:active {
  outline-color: #d946ef;
}
.active\:outline-fuchsia-500\/0:active {
  outline-color: rgb(217 70 239 / 0);
}
.active\:outline-fuchsia-500\/10:active {
  outline-color: rgb(217 70 239 / 0.1);
}
.active\:outline-fuchsia-500\/100:active {
  outline-color: rgb(217 70 239 / 1);
}
.active\:outline-fuchsia-500\/15:active {
  outline-color: rgb(217 70 239 / 0.15);
}
.active\:outline-fuchsia-500\/20:active {
  outline-color: rgb(217 70 239 / 0.2);
}
.active\:outline-fuchsia-500\/25:active {
  outline-color: rgb(217 70 239 / 0.25);
}
.active\:outline-fuchsia-500\/30:active {
  outline-color: rgb(217 70 239 / 0.3);
}
.active\:outline-fuchsia-500\/35:active {
  outline-color: rgb(217 70 239 / 0.35);
}
.active\:outline-fuchsia-500\/40:active {
  outline-color: rgb(217 70 239 / 0.4);
}
.active\:outline-fuchsia-500\/45:active {
  outline-color: rgb(217 70 239 / 0.45);
}
.active\:outline-fuchsia-500\/5:active {
  outline-color: rgb(217 70 239 / 0.05);
}
.active\:outline-fuchsia-500\/50:active {
  outline-color: rgb(217 70 239 / 0.5);
}
.active\:outline-fuchsia-500\/55:active {
  outline-color: rgb(217 70 239 / 0.55);
}
.active\:outline-fuchsia-500\/60:active {
  outline-color: rgb(217 70 239 / 0.6);
}
.active\:outline-fuchsia-500\/65:active {
  outline-color: rgb(217 70 239 / 0.65);
}
.active\:outline-fuchsia-500\/70:active {
  outline-color: rgb(217 70 239 / 0.7);
}
.active\:outline-fuchsia-500\/75:active {
  outline-color: rgb(217 70 239 / 0.75);
}
.active\:outline-fuchsia-500\/80:active {
  outline-color: rgb(217 70 239 / 0.8);
}
.active\:outline-fuchsia-500\/85:active {
  outline-color: rgb(217 70 239 / 0.85);
}
.active\:outline-fuchsia-500\/90:active {
  outline-color: rgb(217 70 239 / 0.9);
}
.active\:outline-fuchsia-500\/95:active {
  outline-color: rgb(217 70 239 / 0.95);
}
.active\:outline-fuchsia-600:active {
  outline-color: #c026d3;
}
.active\:outline-fuchsia-600\/0:active {
  outline-color: rgb(192 38 211 / 0);
}
.active\:outline-fuchsia-600\/10:active {
  outline-color: rgb(192 38 211 / 0.1);
}
.active\:outline-fuchsia-600\/100:active {
  outline-color: rgb(192 38 211 / 1);
}
.active\:outline-fuchsia-600\/15:active {
  outline-color: rgb(192 38 211 / 0.15);
}
.active\:outline-fuchsia-600\/20:active {
  outline-color: rgb(192 38 211 / 0.2);
}
.active\:outline-fuchsia-600\/25:active {
  outline-color: rgb(192 38 211 / 0.25);
}
.active\:outline-fuchsia-600\/30:active {
  outline-color: rgb(192 38 211 / 0.3);
}
.active\:outline-fuchsia-600\/35:active {
  outline-color: rgb(192 38 211 / 0.35);
}
.active\:outline-fuchsia-600\/40:active {
  outline-color: rgb(192 38 211 / 0.4);
}
.active\:outline-fuchsia-600\/45:active {
  outline-color: rgb(192 38 211 / 0.45);
}
.active\:outline-fuchsia-600\/5:active {
  outline-color: rgb(192 38 211 / 0.05);
}
.active\:outline-fuchsia-600\/50:active {
  outline-color: rgb(192 38 211 / 0.5);
}
.active\:outline-fuchsia-600\/55:active {
  outline-color: rgb(192 38 211 / 0.55);
}
.active\:outline-fuchsia-600\/60:active {
  outline-color: rgb(192 38 211 / 0.6);
}
.active\:outline-fuchsia-600\/65:active {
  outline-color: rgb(192 38 211 / 0.65);
}
.active\:outline-fuchsia-600\/70:active {
  outline-color: rgb(192 38 211 / 0.7);
}
.active\:outline-fuchsia-600\/75:active {
  outline-color: rgb(192 38 211 / 0.75);
}
.active\:outline-fuchsia-600\/80:active {
  outline-color: rgb(192 38 211 / 0.8);
}
.active\:outline-fuchsia-600\/85:active {
  outline-color: rgb(192 38 211 / 0.85);
}
.active\:outline-fuchsia-600\/90:active {
  outline-color: rgb(192 38 211 / 0.9);
}
.active\:outline-fuchsia-600\/95:active {
  outline-color: rgb(192 38 211 / 0.95);
}
.active\:outline-fuchsia-700:active {
  outline-color: #a21caf;
}
.active\:outline-fuchsia-700\/0:active {
  outline-color: rgb(162 28 175 / 0);
}
.active\:outline-fuchsia-700\/10:active {
  outline-color: rgb(162 28 175 / 0.1);
}
.active\:outline-fuchsia-700\/100:active {
  outline-color: rgb(162 28 175 / 1);
}
.active\:outline-fuchsia-700\/15:active {
  outline-color: rgb(162 28 175 / 0.15);
}
.active\:outline-fuchsia-700\/20:active {
  outline-color: rgb(162 28 175 / 0.2);
}
.active\:outline-fuchsia-700\/25:active {
  outline-color: rgb(162 28 175 / 0.25);
}
.active\:outline-fuchsia-700\/30:active {
  outline-color: rgb(162 28 175 / 0.3);
}
.active\:outline-fuchsia-700\/35:active {
  outline-color: rgb(162 28 175 / 0.35);
}
.active\:outline-fuchsia-700\/40:active {
  outline-color: rgb(162 28 175 / 0.4);
}
.active\:outline-fuchsia-700\/45:active {
  outline-color: rgb(162 28 175 / 0.45);
}
.active\:outline-fuchsia-700\/5:active {
  outline-color: rgb(162 28 175 / 0.05);
}
.active\:outline-fuchsia-700\/50:active {
  outline-color: rgb(162 28 175 / 0.5);
}
.active\:outline-fuchsia-700\/55:active {
  outline-color: rgb(162 28 175 / 0.55);
}
.active\:outline-fuchsia-700\/60:active {
  outline-color: rgb(162 28 175 / 0.6);
}
.active\:outline-fuchsia-700\/65:active {
  outline-color: rgb(162 28 175 / 0.65);
}
.active\:outline-fuchsia-700\/70:active {
  outline-color: rgb(162 28 175 / 0.7);
}
.active\:outline-fuchsia-700\/75:active {
  outline-color: rgb(162 28 175 / 0.75);
}
.active\:outline-fuchsia-700\/80:active {
  outline-color: rgb(162 28 175 / 0.8);
}
.active\:outline-fuchsia-700\/85:active {
  outline-color: rgb(162 28 175 / 0.85);
}
.active\:outline-fuchsia-700\/90:active {
  outline-color: rgb(162 28 175 / 0.9);
}
.active\:outline-fuchsia-700\/95:active {
  outline-color: rgb(162 28 175 / 0.95);
}
.active\:outline-fuchsia-800:active {
  outline-color: #86198f;
}
.active\:outline-fuchsia-800\/0:active {
  outline-color: rgb(134 25 143 / 0);
}
.active\:outline-fuchsia-800\/10:active {
  outline-color: rgb(134 25 143 / 0.1);
}
.active\:outline-fuchsia-800\/100:active {
  outline-color: rgb(134 25 143 / 1);
}
.active\:outline-fuchsia-800\/15:active {
  outline-color: rgb(134 25 143 / 0.15);
}
.active\:outline-fuchsia-800\/20:active {
  outline-color: rgb(134 25 143 / 0.2);
}
.active\:outline-fuchsia-800\/25:active {
  outline-color: rgb(134 25 143 / 0.25);
}
.active\:outline-fuchsia-800\/30:active {
  outline-color: rgb(134 25 143 / 0.3);
}
.active\:outline-fuchsia-800\/35:active {
  outline-color: rgb(134 25 143 / 0.35);
}
.active\:outline-fuchsia-800\/40:active {
  outline-color: rgb(134 25 143 / 0.4);
}
.active\:outline-fuchsia-800\/45:active {
  outline-color: rgb(134 25 143 / 0.45);
}
.active\:outline-fuchsia-800\/5:active {
  outline-color: rgb(134 25 143 / 0.05);
}
.active\:outline-fuchsia-800\/50:active {
  outline-color: rgb(134 25 143 / 0.5);
}
.active\:outline-fuchsia-800\/55:active {
  outline-color: rgb(134 25 143 / 0.55);
}
.active\:outline-fuchsia-800\/60:active {
  outline-color: rgb(134 25 143 / 0.6);
}
.active\:outline-fuchsia-800\/65:active {
  outline-color: rgb(134 25 143 / 0.65);
}
.active\:outline-fuchsia-800\/70:active {
  outline-color: rgb(134 25 143 / 0.7);
}
.active\:outline-fuchsia-800\/75:active {
  outline-color: rgb(134 25 143 / 0.75);
}
.active\:outline-fuchsia-800\/80:active {
  outline-color: rgb(134 25 143 / 0.8);
}
.active\:outline-fuchsia-800\/85:active {
  outline-color: rgb(134 25 143 / 0.85);
}
.active\:outline-fuchsia-800\/90:active {
  outline-color: rgb(134 25 143 / 0.9);
}
.active\:outline-fuchsia-800\/95:active {
  outline-color: rgb(134 25 143 / 0.95);
}
.active\:outline-fuchsia-900:active {
  outline-color: #701a75;
}
.active\:outline-fuchsia-900\/0:active {
  outline-color: rgb(112 26 117 / 0);
}
.active\:outline-fuchsia-900\/10:active {
  outline-color: rgb(112 26 117 / 0.1);
}
.active\:outline-fuchsia-900\/100:active {
  outline-color: rgb(112 26 117 / 1);
}
.active\:outline-fuchsia-900\/15:active {
  outline-color: rgb(112 26 117 / 0.15);
}
.active\:outline-fuchsia-900\/20:active {
  outline-color: rgb(112 26 117 / 0.2);
}
.active\:outline-fuchsia-900\/25:active {
  outline-color: rgb(112 26 117 / 0.25);
}
.active\:outline-fuchsia-900\/30:active {
  outline-color: rgb(112 26 117 / 0.3);
}
.active\:outline-fuchsia-900\/35:active {
  outline-color: rgb(112 26 117 / 0.35);
}
.active\:outline-fuchsia-900\/40:active {
  outline-color: rgb(112 26 117 / 0.4);
}
.active\:outline-fuchsia-900\/45:active {
  outline-color: rgb(112 26 117 / 0.45);
}
.active\:outline-fuchsia-900\/5:active {
  outline-color: rgb(112 26 117 / 0.05);
}
.active\:outline-fuchsia-900\/50:active {
  outline-color: rgb(112 26 117 / 0.5);
}
.active\:outline-fuchsia-900\/55:active {
  outline-color: rgb(112 26 117 / 0.55);
}
.active\:outline-fuchsia-900\/60:active {
  outline-color: rgb(112 26 117 / 0.6);
}
.active\:outline-fuchsia-900\/65:active {
  outline-color: rgb(112 26 117 / 0.65);
}
.active\:outline-fuchsia-900\/70:active {
  outline-color: rgb(112 26 117 / 0.7);
}
.active\:outline-fuchsia-900\/75:active {
  outline-color: rgb(112 26 117 / 0.75);
}
.active\:outline-fuchsia-900\/80:active {
  outline-color: rgb(112 26 117 / 0.8);
}
.active\:outline-fuchsia-900\/85:active {
  outline-color: rgb(112 26 117 / 0.85);
}
.active\:outline-fuchsia-900\/90:active {
  outline-color: rgb(112 26 117 / 0.9);
}
.active\:outline-fuchsia-900\/95:active {
  outline-color: rgb(112 26 117 / 0.95);
}
.active\:outline-fuchsia-950:active {
  outline-color: #4a044e;
}
.active\:outline-fuchsia-950\/0:active {
  outline-color: rgb(74 4 78 / 0);
}
.active\:outline-fuchsia-950\/10:active {
  outline-color: rgb(74 4 78 / 0.1);
}
.active\:outline-fuchsia-950\/100:active {
  outline-color: rgb(74 4 78 / 1);
}
.active\:outline-fuchsia-950\/15:active {
  outline-color: rgb(74 4 78 / 0.15);
}
.active\:outline-fuchsia-950\/20:active {
  outline-color: rgb(74 4 78 / 0.2);
}
.active\:outline-fuchsia-950\/25:active {
  outline-color: rgb(74 4 78 / 0.25);
}
.active\:outline-fuchsia-950\/30:active {
  outline-color: rgb(74 4 78 / 0.3);
}
.active\:outline-fuchsia-950\/35:active {
  outline-color: rgb(74 4 78 / 0.35);
}
.active\:outline-fuchsia-950\/40:active {
  outline-color: rgb(74 4 78 / 0.4);
}
.active\:outline-fuchsia-950\/45:active {
  outline-color: rgb(74 4 78 / 0.45);
}
.active\:outline-fuchsia-950\/5:active {
  outline-color: rgb(74 4 78 / 0.05);
}
.active\:outline-fuchsia-950\/50:active {
  outline-color: rgb(74 4 78 / 0.5);
}
.active\:outline-fuchsia-950\/55:active {
  outline-color: rgb(74 4 78 / 0.55);
}
.active\:outline-fuchsia-950\/60:active {
  outline-color: rgb(74 4 78 / 0.6);
}
.active\:outline-fuchsia-950\/65:active {
  outline-color: rgb(74 4 78 / 0.65);
}
.active\:outline-fuchsia-950\/70:active {
  outline-color: rgb(74 4 78 / 0.7);
}
.active\:outline-fuchsia-950\/75:active {
  outline-color: rgb(74 4 78 / 0.75);
}
.active\:outline-fuchsia-950\/80:active {
  outline-color: rgb(74 4 78 / 0.8);
}
.active\:outline-fuchsia-950\/85:active {
  outline-color: rgb(74 4 78 / 0.85);
}
.active\:outline-fuchsia-950\/90:active {
  outline-color: rgb(74 4 78 / 0.9);
}
.active\:outline-fuchsia-950\/95:active {
  outline-color: rgb(74 4 78 / 0.95);
}
.active\:outline-gray-100:active {
  outline-color: #f3f4f6;
}
.active\:outline-gray-100\/0:active {
  outline-color: rgb(243 244 246 / 0);
}
.active\:outline-gray-100\/10:active {
  outline-color: rgb(243 244 246 / 0.1);
}
.active\:outline-gray-100\/100:active {
  outline-color: rgb(243 244 246 / 1);
}
.active\:outline-gray-100\/15:active {
  outline-color: rgb(243 244 246 / 0.15);
}
.active\:outline-gray-100\/20:active {
  outline-color: rgb(243 244 246 / 0.2);
}
.active\:outline-gray-100\/25:active {
  outline-color: rgb(243 244 246 / 0.25);
}
.active\:outline-gray-100\/30:active {
  outline-color: rgb(243 244 246 / 0.3);
}
.active\:outline-gray-100\/35:active {
  outline-color: rgb(243 244 246 / 0.35);
}
.active\:outline-gray-100\/40:active {
  outline-color: rgb(243 244 246 / 0.4);
}
.active\:outline-gray-100\/45:active {
  outline-color: rgb(243 244 246 / 0.45);
}
.active\:outline-gray-100\/5:active {
  outline-color: rgb(243 244 246 / 0.05);
}
.active\:outline-gray-100\/50:active {
  outline-color: rgb(243 244 246 / 0.5);
}
.active\:outline-gray-100\/55:active {
  outline-color: rgb(243 244 246 / 0.55);
}
.active\:outline-gray-100\/60:active {
  outline-color: rgb(243 244 246 / 0.6);
}
.active\:outline-gray-100\/65:active {
  outline-color: rgb(243 244 246 / 0.65);
}
.active\:outline-gray-100\/70:active {
  outline-color: rgb(243 244 246 / 0.7);
}
.active\:outline-gray-100\/75:active {
  outline-color: rgb(243 244 246 / 0.75);
}
.active\:outline-gray-100\/80:active {
  outline-color: rgb(243 244 246 / 0.8);
}
.active\:outline-gray-100\/85:active {
  outline-color: rgb(243 244 246 / 0.85);
}
.active\:outline-gray-100\/90:active {
  outline-color: rgb(243 244 246 / 0.9);
}
.active\:outline-gray-100\/95:active {
  outline-color: rgb(243 244 246 / 0.95);
}
.active\:outline-gray-200:active {
  outline-color: #e5e7eb;
}
.active\:outline-gray-200\/0:active {
  outline-color: rgb(229 231 235 / 0);
}
.active\:outline-gray-200\/10:active {
  outline-color: rgb(229 231 235 / 0.1);
}
.active\:outline-gray-200\/100:active {
  outline-color: rgb(229 231 235 / 1);
}
.active\:outline-gray-200\/15:active {
  outline-color: rgb(229 231 235 / 0.15);
}
.active\:outline-gray-200\/20:active {
  outline-color: rgb(229 231 235 / 0.2);
}
.active\:outline-gray-200\/25:active {
  outline-color: rgb(229 231 235 / 0.25);
}
.active\:outline-gray-200\/30:active {
  outline-color: rgb(229 231 235 / 0.3);
}
.active\:outline-gray-200\/35:active {
  outline-color: rgb(229 231 235 / 0.35);
}
.active\:outline-gray-200\/40:active {
  outline-color: rgb(229 231 235 / 0.4);
}
.active\:outline-gray-200\/45:active {
  outline-color: rgb(229 231 235 / 0.45);
}
.active\:outline-gray-200\/5:active {
  outline-color: rgb(229 231 235 / 0.05);
}
.active\:outline-gray-200\/50:active {
  outline-color: rgb(229 231 235 / 0.5);
}
.active\:outline-gray-200\/55:active {
  outline-color: rgb(229 231 235 / 0.55);
}
.active\:outline-gray-200\/60:active {
  outline-color: rgb(229 231 235 / 0.6);
}
.active\:outline-gray-200\/65:active {
  outline-color: rgb(229 231 235 / 0.65);
}
.active\:outline-gray-200\/70:active {
  outline-color: rgb(229 231 235 / 0.7);
}
.active\:outline-gray-200\/75:active {
  outline-color: rgb(229 231 235 / 0.75);
}
.active\:outline-gray-200\/80:active {
  outline-color: rgb(229 231 235 / 0.8);
}
.active\:outline-gray-200\/85:active {
  outline-color: rgb(229 231 235 / 0.85);
}
.active\:outline-gray-200\/90:active {
  outline-color: rgb(229 231 235 / 0.9);
}
.active\:outline-gray-200\/95:active {
  outline-color: rgb(229 231 235 / 0.95);
}
.active\:outline-gray-300:active {
  outline-color: #d1d5db;
}
.active\:outline-gray-300\/0:active {
  outline-color: rgb(209 213 219 / 0);
}
.active\:outline-gray-300\/10:active {
  outline-color: rgb(209 213 219 / 0.1);
}
.active\:outline-gray-300\/100:active {
  outline-color: rgb(209 213 219 / 1);
}
.active\:outline-gray-300\/15:active {
  outline-color: rgb(209 213 219 / 0.15);
}
.active\:outline-gray-300\/20:active {
  outline-color: rgb(209 213 219 / 0.2);
}
.active\:outline-gray-300\/25:active {
  outline-color: rgb(209 213 219 / 0.25);
}
.active\:outline-gray-300\/30:active {
  outline-color: rgb(209 213 219 / 0.3);
}
.active\:outline-gray-300\/35:active {
  outline-color: rgb(209 213 219 / 0.35);
}
.active\:outline-gray-300\/40:active {
  outline-color: rgb(209 213 219 / 0.4);
}
.active\:outline-gray-300\/45:active {
  outline-color: rgb(209 213 219 / 0.45);
}
.active\:outline-gray-300\/5:active {
  outline-color: rgb(209 213 219 / 0.05);
}
.active\:outline-gray-300\/50:active {
  outline-color: rgb(209 213 219 / 0.5);
}
.active\:outline-gray-300\/55:active {
  outline-color: rgb(209 213 219 / 0.55);
}
.active\:outline-gray-300\/60:active {
  outline-color: rgb(209 213 219 / 0.6);
}
.active\:outline-gray-300\/65:active {
  outline-color: rgb(209 213 219 / 0.65);
}
.active\:outline-gray-300\/70:active {
  outline-color: rgb(209 213 219 / 0.7);
}
.active\:outline-gray-300\/75:active {
  outline-color: rgb(209 213 219 / 0.75);
}
.active\:outline-gray-300\/80:active {
  outline-color: rgb(209 213 219 / 0.8);
}
.active\:outline-gray-300\/85:active {
  outline-color: rgb(209 213 219 / 0.85);
}
.active\:outline-gray-300\/90:active {
  outline-color: rgb(209 213 219 / 0.9);
}
.active\:outline-gray-300\/95:active {
  outline-color: rgb(209 213 219 / 0.95);
}
.active\:outline-gray-400:active {
  outline-color: #9ca3af;
}
.active\:outline-gray-400\/0:active {
  outline-color: rgb(156 163 175 / 0);
}
.active\:outline-gray-400\/10:active {
  outline-color: rgb(156 163 175 / 0.1);
}
.active\:outline-gray-400\/100:active {
  outline-color: rgb(156 163 175 / 1);
}
.active\:outline-gray-400\/15:active {
  outline-color: rgb(156 163 175 / 0.15);
}
.active\:outline-gray-400\/20:active {
  outline-color: rgb(156 163 175 / 0.2);
}
.active\:outline-gray-400\/25:active {
  outline-color: rgb(156 163 175 / 0.25);
}
.active\:outline-gray-400\/30:active {
  outline-color: rgb(156 163 175 / 0.3);
}
.active\:outline-gray-400\/35:active {
  outline-color: rgb(156 163 175 / 0.35);
}
.active\:outline-gray-400\/40:active {
  outline-color: rgb(156 163 175 / 0.4);
}
.active\:outline-gray-400\/45:active {
  outline-color: rgb(156 163 175 / 0.45);
}
.active\:outline-gray-400\/5:active {
  outline-color: rgb(156 163 175 / 0.05);
}
.active\:outline-gray-400\/50:active {
  outline-color: rgb(156 163 175 / 0.5);
}
.active\:outline-gray-400\/55:active {
  outline-color: rgb(156 163 175 / 0.55);
}
.active\:outline-gray-400\/60:active {
  outline-color: rgb(156 163 175 / 0.6);
}
.active\:outline-gray-400\/65:active {
  outline-color: rgb(156 163 175 / 0.65);
}
.active\:outline-gray-400\/70:active {
  outline-color: rgb(156 163 175 / 0.7);
}
.active\:outline-gray-400\/75:active {
  outline-color: rgb(156 163 175 / 0.75);
}
.active\:outline-gray-400\/80:active {
  outline-color: rgb(156 163 175 / 0.8);
}
.active\:outline-gray-400\/85:active {
  outline-color: rgb(156 163 175 / 0.85);
}
.active\:outline-gray-400\/90:active {
  outline-color: rgb(156 163 175 / 0.9);
}
.active\:outline-gray-400\/95:active {
  outline-color: rgb(156 163 175 / 0.95);
}
.active\:outline-gray-50:active {
  outline-color: #f9fafb;
}
.active\:outline-gray-50\/0:active {
  outline-color: rgb(249 250 251 / 0);
}
.active\:outline-gray-50\/10:active {
  outline-color: rgb(249 250 251 / 0.1);
}
.active\:outline-gray-50\/100:active {
  outline-color: rgb(249 250 251 / 1);
}
.active\:outline-gray-50\/15:active {
  outline-color: rgb(249 250 251 / 0.15);
}
.active\:outline-gray-50\/20:active {
  outline-color: rgb(249 250 251 / 0.2);
}
.active\:outline-gray-50\/25:active {
  outline-color: rgb(249 250 251 / 0.25);
}
.active\:outline-gray-50\/30:active {
  outline-color: rgb(249 250 251 / 0.3);
}
.active\:outline-gray-50\/35:active {
  outline-color: rgb(249 250 251 / 0.35);
}
.active\:outline-gray-50\/40:active {
  outline-color: rgb(249 250 251 / 0.4);
}
.active\:outline-gray-50\/45:active {
  outline-color: rgb(249 250 251 / 0.45);
}
.active\:outline-gray-50\/5:active {
  outline-color: rgb(249 250 251 / 0.05);
}
.active\:outline-gray-50\/50:active {
  outline-color: rgb(249 250 251 / 0.5);
}
.active\:outline-gray-50\/55:active {
  outline-color: rgb(249 250 251 / 0.55);
}
.active\:outline-gray-50\/60:active {
  outline-color: rgb(249 250 251 / 0.6);
}
.active\:outline-gray-50\/65:active {
  outline-color: rgb(249 250 251 / 0.65);
}
.active\:outline-gray-50\/70:active {
  outline-color: rgb(249 250 251 / 0.7);
}
.active\:outline-gray-50\/75:active {
  outline-color: rgb(249 250 251 / 0.75);
}
.active\:outline-gray-50\/80:active {
  outline-color: rgb(249 250 251 / 0.8);
}
.active\:outline-gray-50\/85:active {
  outline-color: rgb(249 250 251 / 0.85);
}
.active\:outline-gray-50\/90:active {
  outline-color: rgb(249 250 251 / 0.9);
}
.active\:outline-gray-50\/95:active {
  outline-color: rgb(249 250 251 / 0.95);
}
.active\:outline-gray-500:active {
  outline-color: #6b7280;
}
.active\:outline-gray-500\/0:active {
  outline-color: rgb(107 114 128 / 0);
}
.active\:outline-gray-500\/10:active {
  outline-color: rgb(107 114 128 / 0.1);
}
.active\:outline-gray-500\/100:active {
  outline-color: rgb(107 114 128 / 1);
}
.active\:outline-gray-500\/15:active {
  outline-color: rgb(107 114 128 / 0.15);
}
.active\:outline-gray-500\/20:active {
  outline-color: rgb(107 114 128 / 0.2);
}
.active\:outline-gray-500\/25:active {
  outline-color: rgb(107 114 128 / 0.25);
}
.active\:outline-gray-500\/30:active {
  outline-color: rgb(107 114 128 / 0.3);
}
.active\:outline-gray-500\/35:active {
  outline-color: rgb(107 114 128 / 0.35);
}
.active\:outline-gray-500\/40:active {
  outline-color: rgb(107 114 128 / 0.4);
}
.active\:outline-gray-500\/45:active {
  outline-color: rgb(107 114 128 / 0.45);
}
.active\:outline-gray-500\/5:active {
  outline-color: rgb(107 114 128 / 0.05);
}
.active\:outline-gray-500\/50:active {
  outline-color: rgb(107 114 128 / 0.5);
}
.active\:outline-gray-500\/55:active {
  outline-color: rgb(107 114 128 / 0.55);
}
.active\:outline-gray-500\/60:active {
  outline-color: rgb(107 114 128 / 0.6);
}
.active\:outline-gray-500\/65:active {
  outline-color: rgb(107 114 128 / 0.65);
}
.active\:outline-gray-500\/70:active {
  outline-color: rgb(107 114 128 / 0.7);
}
.active\:outline-gray-500\/75:active {
  outline-color: rgb(107 114 128 / 0.75);
}
.active\:outline-gray-500\/80:active {
  outline-color: rgb(107 114 128 / 0.8);
}
.active\:outline-gray-500\/85:active {
  outline-color: rgb(107 114 128 / 0.85);
}
.active\:outline-gray-500\/90:active {
  outline-color: rgb(107 114 128 / 0.9);
}
.active\:outline-gray-500\/95:active {
  outline-color: rgb(107 114 128 / 0.95);
}
.active\:outline-gray-600:active {
  outline-color: #4b5563;
}
.active\:outline-gray-600\/0:active {
  outline-color: rgb(75 85 99 / 0);
}
.active\:outline-gray-600\/10:active {
  outline-color: rgb(75 85 99 / 0.1);
}
.active\:outline-gray-600\/100:active {
  outline-color: rgb(75 85 99 / 1);
}
.active\:outline-gray-600\/15:active {
  outline-color: rgb(75 85 99 / 0.15);
}
.active\:outline-gray-600\/20:active {
  outline-color: rgb(75 85 99 / 0.2);
}
.active\:outline-gray-600\/25:active {
  outline-color: rgb(75 85 99 / 0.25);
}
.active\:outline-gray-600\/30:active {
  outline-color: rgb(75 85 99 / 0.3);
}
.active\:outline-gray-600\/35:active {
  outline-color: rgb(75 85 99 / 0.35);
}
.active\:outline-gray-600\/40:active {
  outline-color: rgb(75 85 99 / 0.4);
}
.active\:outline-gray-600\/45:active {
  outline-color: rgb(75 85 99 / 0.45);
}
.active\:outline-gray-600\/5:active {
  outline-color: rgb(75 85 99 / 0.05);
}
.active\:outline-gray-600\/50:active {
  outline-color: rgb(75 85 99 / 0.5);
}
.active\:outline-gray-600\/55:active {
  outline-color: rgb(75 85 99 / 0.55);
}
.active\:outline-gray-600\/60:active {
  outline-color: rgb(75 85 99 / 0.6);
}
.active\:outline-gray-600\/65:active {
  outline-color: rgb(75 85 99 / 0.65);
}
.active\:outline-gray-600\/70:active {
  outline-color: rgb(75 85 99 / 0.7);
}
.active\:outline-gray-600\/75:active {
  outline-color: rgb(75 85 99 / 0.75);
}
.active\:outline-gray-600\/80:active {
  outline-color: rgb(75 85 99 / 0.8);
}
.active\:outline-gray-600\/85:active {
  outline-color: rgb(75 85 99 / 0.85);
}
.active\:outline-gray-600\/90:active {
  outline-color: rgb(75 85 99 / 0.9);
}
.active\:outline-gray-600\/95:active {
  outline-color: rgb(75 85 99 / 0.95);
}
.active\:outline-gray-700:active {
  outline-color: #374151;
}
.active\:outline-gray-700\/0:active {
  outline-color: rgb(55 65 81 / 0);
}
.active\:outline-gray-700\/10:active {
  outline-color: rgb(55 65 81 / 0.1);
}
.active\:outline-gray-700\/100:active {
  outline-color: rgb(55 65 81 / 1);
}
.active\:outline-gray-700\/15:active {
  outline-color: rgb(55 65 81 / 0.15);
}
.active\:outline-gray-700\/20:active {
  outline-color: rgb(55 65 81 / 0.2);
}
.active\:outline-gray-700\/25:active {
  outline-color: rgb(55 65 81 / 0.25);
}
.active\:outline-gray-700\/30:active {
  outline-color: rgb(55 65 81 / 0.3);
}
.active\:outline-gray-700\/35:active {
  outline-color: rgb(55 65 81 / 0.35);
}
.active\:outline-gray-700\/40:active {
  outline-color: rgb(55 65 81 / 0.4);
}
.active\:outline-gray-700\/45:active {
  outline-color: rgb(55 65 81 / 0.45);
}
.active\:outline-gray-700\/5:active {
  outline-color: rgb(55 65 81 / 0.05);
}
.active\:outline-gray-700\/50:active {
  outline-color: rgb(55 65 81 / 0.5);
}
.active\:outline-gray-700\/55:active {
  outline-color: rgb(55 65 81 / 0.55);
}
.active\:outline-gray-700\/60:active {
  outline-color: rgb(55 65 81 / 0.6);
}
.active\:outline-gray-700\/65:active {
  outline-color: rgb(55 65 81 / 0.65);
}
.active\:outline-gray-700\/70:active {
  outline-color: rgb(55 65 81 / 0.7);
}
.active\:outline-gray-700\/75:active {
  outline-color: rgb(55 65 81 / 0.75);
}
.active\:outline-gray-700\/80:active {
  outline-color: rgb(55 65 81 / 0.8);
}
.active\:outline-gray-700\/85:active {
  outline-color: rgb(55 65 81 / 0.85);
}
.active\:outline-gray-700\/90:active {
  outline-color: rgb(55 65 81 / 0.9);
}
.active\:outline-gray-700\/95:active {
  outline-color: rgb(55 65 81 / 0.95);
}
.active\:outline-gray-800:active {
  outline-color: #1f2937;
}
.active\:outline-gray-800\/0:active {
  outline-color: rgb(31 41 55 / 0);
}
.active\:outline-gray-800\/10:active {
  outline-color: rgb(31 41 55 / 0.1);
}
.active\:outline-gray-800\/100:active {
  outline-color: rgb(31 41 55 / 1);
}
.active\:outline-gray-800\/15:active {
  outline-color: rgb(31 41 55 / 0.15);
}
.active\:outline-gray-800\/20:active {
  outline-color: rgb(31 41 55 / 0.2);
}
.active\:outline-gray-800\/25:active {
  outline-color: rgb(31 41 55 / 0.25);
}
.active\:outline-gray-800\/30:active {
  outline-color: rgb(31 41 55 / 0.3);
}
.active\:outline-gray-800\/35:active {
  outline-color: rgb(31 41 55 / 0.35);
}
.active\:outline-gray-800\/40:active {
  outline-color: rgb(31 41 55 / 0.4);
}
.active\:outline-gray-800\/45:active {
  outline-color: rgb(31 41 55 / 0.45);
}
.active\:outline-gray-800\/5:active {
  outline-color: rgb(31 41 55 / 0.05);
}
.active\:outline-gray-800\/50:active {
  outline-color: rgb(31 41 55 / 0.5);
}
.active\:outline-gray-800\/55:active {
  outline-color: rgb(31 41 55 / 0.55);
}
.active\:outline-gray-800\/60:active {
  outline-color: rgb(31 41 55 / 0.6);
}
.active\:outline-gray-800\/65:active {
  outline-color: rgb(31 41 55 / 0.65);
}
.active\:outline-gray-800\/70:active {
  outline-color: rgb(31 41 55 / 0.7);
}
.active\:outline-gray-800\/75:active {
  outline-color: rgb(31 41 55 / 0.75);
}
.active\:outline-gray-800\/80:active {
  outline-color: rgb(31 41 55 / 0.8);
}
.active\:outline-gray-800\/85:active {
  outline-color: rgb(31 41 55 / 0.85);
}
.active\:outline-gray-800\/90:active {
  outline-color: rgb(31 41 55 / 0.9);
}
.active\:outline-gray-800\/95:active {
  outline-color: rgb(31 41 55 / 0.95);
}
.active\:outline-gray-900:active {
  outline-color: #111827;
}
.active\:outline-gray-900\/0:active {
  outline-color: rgb(17 24 39 / 0);
}
.active\:outline-gray-900\/10:active {
  outline-color: rgb(17 24 39 / 0.1);
}
.active\:outline-gray-900\/100:active {
  outline-color: rgb(17 24 39 / 1);
}
.active\:outline-gray-900\/15:active {
  outline-color: rgb(17 24 39 / 0.15);
}
.active\:outline-gray-900\/20:active {
  outline-color: rgb(17 24 39 / 0.2);
}
.active\:outline-gray-900\/25:active {
  outline-color: rgb(17 24 39 / 0.25);
}
.active\:outline-gray-900\/30:active {
  outline-color: rgb(17 24 39 / 0.3);
}
.active\:outline-gray-900\/35:active {
  outline-color: rgb(17 24 39 / 0.35);
}
.active\:outline-gray-900\/40:active {
  outline-color: rgb(17 24 39 / 0.4);
}
.active\:outline-gray-900\/45:active {
  outline-color: rgb(17 24 39 / 0.45);
}
.active\:outline-gray-900\/5:active {
  outline-color: rgb(17 24 39 / 0.05);
}
.active\:outline-gray-900\/50:active {
  outline-color: rgb(17 24 39 / 0.5);
}
.active\:outline-gray-900\/55:active {
  outline-color: rgb(17 24 39 / 0.55);
}
.active\:outline-gray-900\/60:active {
  outline-color: rgb(17 24 39 / 0.6);
}
.active\:outline-gray-900\/65:active {
  outline-color: rgb(17 24 39 / 0.65);
}
.active\:outline-gray-900\/70:active {
  outline-color: rgb(17 24 39 / 0.7);
}
.active\:outline-gray-900\/75:active {
  outline-color: rgb(17 24 39 / 0.75);
}
.active\:outline-gray-900\/80:active {
  outline-color: rgb(17 24 39 / 0.8);
}
.active\:outline-gray-900\/85:active {
  outline-color: rgb(17 24 39 / 0.85);
}
.active\:outline-gray-900\/90:active {
  outline-color: rgb(17 24 39 / 0.9);
}
.active\:outline-gray-900\/95:active {
  outline-color: rgb(17 24 39 / 0.95);
}
.active\:outline-gray-950:active {
  outline-color: #030712;
}
.active\:outline-gray-950\/0:active {
  outline-color: rgb(3 7 18 / 0);
}
.active\:outline-gray-950\/10:active {
  outline-color: rgb(3 7 18 / 0.1);
}
.active\:outline-gray-950\/100:active {
  outline-color: rgb(3 7 18 / 1);
}
.active\:outline-gray-950\/15:active {
  outline-color: rgb(3 7 18 / 0.15);
}
.active\:outline-gray-950\/20:active {
  outline-color: rgb(3 7 18 / 0.2);
}
.active\:outline-gray-950\/25:active {
  outline-color: rgb(3 7 18 / 0.25);
}
.active\:outline-gray-950\/30:active {
  outline-color: rgb(3 7 18 / 0.3);
}
.active\:outline-gray-950\/35:active {
  outline-color: rgb(3 7 18 / 0.35);
}
.active\:outline-gray-950\/40:active {
  outline-color: rgb(3 7 18 / 0.4);
}
.active\:outline-gray-950\/45:active {
  outline-color: rgb(3 7 18 / 0.45);
}
.active\:outline-gray-950\/5:active {
  outline-color: rgb(3 7 18 / 0.05);
}
.active\:outline-gray-950\/50:active {
  outline-color: rgb(3 7 18 / 0.5);
}
.active\:outline-gray-950\/55:active {
  outline-color: rgb(3 7 18 / 0.55);
}
.active\:outline-gray-950\/60:active {
  outline-color: rgb(3 7 18 / 0.6);
}
.active\:outline-gray-950\/65:active {
  outline-color: rgb(3 7 18 / 0.65);
}
.active\:outline-gray-950\/70:active {
  outline-color: rgb(3 7 18 / 0.7);
}
.active\:outline-gray-950\/75:active {
  outline-color: rgb(3 7 18 / 0.75);
}
.active\:outline-gray-950\/80:active {
  outline-color: rgb(3 7 18 / 0.8);
}
.active\:outline-gray-950\/85:active {
  outline-color: rgb(3 7 18 / 0.85);
}
.active\:outline-gray-950\/90:active {
  outline-color: rgb(3 7 18 / 0.9);
}
.active\:outline-gray-950\/95:active {
  outline-color: rgb(3 7 18 / 0.95);
}
.active\:outline-green-100:active {
  outline-color: #dcfce7;
}
.active\:outline-green-100\/0:active {
  outline-color: rgb(220 252 231 / 0);
}
.active\:outline-green-100\/10:active {
  outline-color: rgb(220 252 231 / 0.1);
}
.active\:outline-green-100\/100:active {
  outline-color: rgb(220 252 231 / 1);
}
.active\:outline-green-100\/15:active {
  outline-color: rgb(220 252 231 / 0.15);
}
.active\:outline-green-100\/20:active {
  outline-color: rgb(220 252 231 / 0.2);
}
.active\:outline-green-100\/25:active {
  outline-color: rgb(220 252 231 / 0.25);
}
.active\:outline-green-100\/30:active {
  outline-color: rgb(220 252 231 / 0.3);
}
.active\:outline-green-100\/35:active {
  outline-color: rgb(220 252 231 / 0.35);
}
.active\:outline-green-100\/40:active {
  outline-color: rgb(220 252 231 / 0.4);
}
.active\:outline-green-100\/45:active {
  outline-color: rgb(220 252 231 / 0.45);
}
.active\:outline-green-100\/5:active {
  outline-color: rgb(220 252 231 / 0.05);
}
.active\:outline-green-100\/50:active {
  outline-color: rgb(220 252 231 / 0.5);
}
.active\:outline-green-100\/55:active {
  outline-color: rgb(220 252 231 / 0.55);
}
.active\:outline-green-100\/60:active {
  outline-color: rgb(220 252 231 / 0.6);
}
.active\:outline-green-100\/65:active {
  outline-color: rgb(220 252 231 / 0.65);
}
.active\:outline-green-100\/70:active {
  outline-color: rgb(220 252 231 / 0.7);
}
.active\:outline-green-100\/75:active {
  outline-color: rgb(220 252 231 / 0.75);
}
.active\:outline-green-100\/80:active {
  outline-color: rgb(220 252 231 / 0.8);
}
.active\:outline-green-100\/85:active {
  outline-color: rgb(220 252 231 / 0.85);
}
.active\:outline-green-100\/90:active {
  outline-color: rgb(220 252 231 / 0.9);
}
.active\:outline-green-100\/95:active {
  outline-color: rgb(220 252 231 / 0.95);
}
.active\:outline-green-200:active {
  outline-color: #bbf7d0;
}
.active\:outline-green-200\/0:active {
  outline-color: rgb(187 247 208 / 0);
}
.active\:outline-green-200\/10:active {
  outline-color: rgb(187 247 208 / 0.1);
}
.active\:outline-green-200\/100:active {
  outline-color: rgb(187 247 208 / 1);
}
.active\:outline-green-200\/15:active {
  outline-color: rgb(187 247 208 / 0.15);
}
.active\:outline-green-200\/20:active {
  outline-color: rgb(187 247 208 / 0.2);
}
.active\:outline-green-200\/25:active {
  outline-color: rgb(187 247 208 / 0.25);
}
.active\:outline-green-200\/30:active {
  outline-color: rgb(187 247 208 / 0.3);
}
.active\:outline-green-200\/35:active {
  outline-color: rgb(187 247 208 / 0.35);
}
.active\:outline-green-200\/40:active {
  outline-color: rgb(187 247 208 / 0.4);
}
.active\:outline-green-200\/45:active {
  outline-color: rgb(187 247 208 / 0.45);
}
.active\:outline-green-200\/5:active {
  outline-color: rgb(187 247 208 / 0.05);
}
.active\:outline-green-200\/50:active {
  outline-color: rgb(187 247 208 / 0.5);
}
.active\:outline-green-200\/55:active {
  outline-color: rgb(187 247 208 / 0.55);
}
.active\:outline-green-200\/60:active {
  outline-color: rgb(187 247 208 / 0.6);
}
.active\:outline-green-200\/65:active {
  outline-color: rgb(187 247 208 / 0.65);
}
.active\:outline-green-200\/70:active {
  outline-color: rgb(187 247 208 / 0.7);
}
.active\:outline-green-200\/75:active {
  outline-color: rgb(187 247 208 / 0.75);
}
.active\:outline-green-200\/80:active {
  outline-color: rgb(187 247 208 / 0.8);
}
.active\:outline-green-200\/85:active {
  outline-color: rgb(187 247 208 / 0.85);
}
.active\:outline-green-200\/90:active {
  outline-color: rgb(187 247 208 / 0.9);
}
.active\:outline-green-200\/95:active {
  outline-color: rgb(187 247 208 / 0.95);
}
.active\:outline-green-300:active {
  outline-color: #86efac;
}
.active\:outline-green-300\/0:active {
  outline-color: rgb(134 239 172 / 0);
}
.active\:outline-green-300\/10:active {
  outline-color: rgb(134 239 172 / 0.1);
}
.active\:outline-green-300\/100:active {
  outline-color: rgb(134 239 172 / 1);
}
.active\:outline-green-300\/15:active {
  outline-color: rgb(134 239 172 / 0.15);
}
.active\:outline-green-300\/20:active {
  outline-color: rgb(134 239 172 / 0.2);
}
.active\:outline-green-300\/25:active {
  outline-color: rgb(134 239 172 / 0.25);
}
.active\:outline-green-300\/30:active {
  outline-color: rgb(134 239 172 / 0.3);
}
.active\:outline-green-300\/35:active {
  outline-color: rgb(134 239 172 / 0.35);
}
.active\:outline-green-300\/40:active {
  outline-color: rgb(134 239 172 / 0.4);
}
.active\:outline-green-300\/45:active {
  outline-color: rgb(134 239 172 / 0.45);
}
.active\:outline-green-300\/5:active {
  outline-color: rgb(134 239 172 / 0.05);
}
.active\:outline-green-300\/50:active {
  outline-color: rgb(134 239 172 / 0.5);
}
.active\:outline-green-300\/55:active {
  outline-color: rgb(134 239 172 / 0.55);
}
.active\:outline-green-300\/60:active {
  outline-color: rgb(134 239 172 / 0.6);
}
.active\:outline-green-300\/65:active {
  outline-color: rgb(134 239 172 / 0.65);
}
.active\:outline-green-300\/70:active {
  outline-color: rgb(134 239 172 / 0.7);
}
.active\:outline-green-300\/75:active {
  outline-color: rgb(134 239 172 / 0.75);
}
.active\:outline-green-300\/80:active {
  outline-color: rgb(134 239 172 / 0.8);
}
.active\:outline-green-300\/85:active {
  outline-color: rgb(134 239 172 / 0.85);
}
.active\:outline-green-300\/90:active {
  outline-color: rgb(134 239 172 / 0.9);
}
.active\:outline-green-300\/95:active {
  outline-color: rgb(134 239 172 / 0.95);
}
.active\:outline-green-400:active {
  outline-color: #4ade80;
}
.active\:outline-green-400\/0:active {
  outline-color: rgb(74 222 128 / 0);
}
.active\:outline-green-400\/10:active {
  outline-color: rgb(74 222 128 / 0.1);
}
.active\:outline-green-400\/100:active {
  outline-color: rgb(74 222 128 / 1);
}
.active\:outline-green-400\/15:active {
  outline-color: rgb(74 222 128 / 0.15);
}
.active\:outline-green-400\/20:active {
  outline-color: rgb(74 222 128 / 0.2);
}
.active\:outline-green-400\/25:active {
  outline-color: rgb(74 222 128 / 0.25);
}
.active\:outline-green-400\/30:active {
  outline-color: rgb(74 222 128 / 0.3);
}
.active\:outline-green-400\/35:active {
  outline-color: rgb(74 222 128 / 0.35);
}
.active\:outline-green-400\/40:active {
  outline-color: rgb(74 222 128 / 0.4);
}
.active\:outline-green-400\/45:active {
  outline-color: rgb(74 222 128 / 0.45);
}
.active\:outline-green-400\/5:active {
  outline-color: rgb(74 222 128 / 0.05);
}
.active\:outline-green-400\/50:active {
  outline-color: rgb(74 222 128 / 0.5);
}
.active\:outline-green-400\/55:active {
  outline-color: rgb(74 222 128 / 0.55);
}
.active\:outline-green-400\/60:active {
  outline-color: rgb(74 222 128 / 0.6);
}
.active\:outline-green-400\/65:active {
  outline-color: rgb(74 222 128 / 0.65);
}
.active\:outline-green-400\/70:active {
  outline-color: rgb(74 222 128 / 0.7);
}
.active\:outline-green-400\/75:active {
  outline-color: rgb(74 222 128 / 0.75);
}
.active\:outline-green-400\/80:active {
  outline-color: rgb(74 222 128 / 0.8);
}
.active\:outline-green-400\/85:active {
  outline-color: rgb(74 222 128 / 0.85);
}
.active\:outline-green-400\/90:active {
  outline-color: rgb(74 222 128 / 0.9);
}
.active\:outline-green-400\/95:active {
  outline-color: rgb(74 222 128 / 0.95);
}
.active\:outline-green-50:active {
  outline-color: #f0fdf4;
}
.active\:outline-green-50\/0:active {
  outline-color: rgb(240 253 244 / 0);
}
.active\:outline-green-50\/10:active {
  outline-color: rgb(240 253 244 / 0.1);
}
.active\:outline-green-50\/100:active {
  outline-color: rgb(240 253 244 / 1);
}
.active\:outline-green-50\/15:active {
  outline-color: rgb(240 253 244 / 0.15);
}
.active\:outline-green-50\/20:active {
  outline-color: rgb(240 253 244 / 0.2);
}
.active\:outline-green-50\/25:active {
  outline-color: rgb(240 253 244 / 0.25);
}
.active\:outline-green-50\/30:active {
  outline-color: rgb(240 253 244 / 0.3);
}
.active\:outline-green-50\/35:active {
  outline-color: rgb(240 253 244 / 0.35);
}
.active\:outline-green-50\/40:active {
  outline-color: rgb(240 253 244 / 0.4);
}
.active\:outline-green-50\/45:active {
  outline-color: rgb(240 253 244 / 0.45);
}
.active\:outline-green-50\/5:active {
  outline-color: rgb(240 253 244 / 0.05);
}
.active\:outline-green-50\/50:active {
  outline-color: rgb(240 253 244 / 0.5);
}
.active\:outline-green-50\/55:active {
  outline-color: rgb(240 253 244 / 0.55);
}
.active\:outline-green-50\/60:active {
  outline-color: rgb(240 253 244 / 0.6);
}
.active\:outline-green-50\/65:active {
  outline-color: rgb(240 253 244 / 0.65);
}
.active\:outline-green-50\/70:active {
  outline-color: rgb(240 253 244 / 0.7);
}
.active\:outline-green-50\/75:active {
  outline-color: rgb(240 253 244 / 0.75);
}
.active\:outline-green-50\/80:active {
  outline-color: rgb(240 253 244 / 0.8);
}
.active\:outline-green-50\/85:active {
  outline-color: rgb(240 253 244 / 0.85);
}
.active\:outline-green-50\/90:active {
  outline-color: rgb(240 253 244 / 0.9);
}
.active\:outline-green-50\/95:active {
  outline-color: rgb(240 253 244 / 0.95);
}
.active\:outline-green-500:active {
  outline-color: #22c55e;
}
.active\:outline-green-500\/0:active {
  outline-color: rgb(34 197 94 / 0);
}
.active\:outline-green-500\/10:active {
  outline-color: rgb(34 197 94 / 0.1);
}
.active\:outline-green-500\/100:active {
  outline-color: rgb(34 197 94 / 1);
}
.active\:outline-green-500\/15:active {
  outline-color: rgb(34 197 94 / 0.15);
}
.active\:outline-green-500\/20:active {
  outline-color: rgb(34 197 94 / 0.2);
}
.active\:outline-green-500\/25:active {
  outline-color: rgb(34 197 94 / 0.25);
}
.active\:outline-green-500\/30:active {
  outline-color: rgb(34 197 94 / 0.3);
}
.active\:outline-green-500\/35:active {
  outline-color: rgb(34 197 94 / 0.35);
}
.active\:outline-green-500\/40:active {
  outline-color: rgb(34 197 94 / 0.4);
}
.active\:outline-green-500\/45:active {
  outline-color: rgb(34 197 94 / 0.45);
}
.active\:outline-green-500\/5:active {
  outline-color: rgb(34 197 94 / 0.05);
}
.active\:outline-green-500\/50:active {
  outline-color: rgb(34 197 94 / 0.5);
}
.active\:outline-green-500\/55:active {
  outline-color: rgb(34 197 94 / 0.55);
}
.active\:outline-green-500\/60:active {
  outline-color: rgb(34 197 94 / 0.6);
}
.active\:outline-green-500\/65:active {
  outline-color: rgb(34 197 94 / 0.65);
}
.active\:outline-green-500\/70:active {
  outline-color: rgb(34 197 94 / 0.7);
}
.active\:outline-green-500\/75:active {
  outline-color: rgb(34 197 94 / 0.75);
}
.active\:outline-green-500\/80:active {
  outline-color: rgb(34 197 94 / 0.8);
}
.active\:outline-green-500\/85:active {
  outline-color: rgb(34 197 94 / 0.85);
}
.active\:outline-green-500\/90:active {
  outline-color: rgb(34 197 94 / 0.9);
}
.active\:outline-green-500\/95:active {
  outline-color: rgb(34 197 94 / 0.95);
}
.active\:outline-green-600:active {
  outline-color: #16a34a;
}
.active\:outline-green-600\/0:active {
  outline-color: rgb(22 163 74 / 0);
}
.active\:outline-green-600\/10:active {
  outline-color: rgb(22 163 74 / 0.1);
}
.active\:outline-green-600\/100:active {
  outline-color: rgb(22 163 74 / 1);
}
.active\:outline-green-600\/15:active {
  outline-color: rgb(22 163 74 / 0.15);
}
.active\:outline-green-600\/20:active {
  outline-color: rgb(22 163 74 / 0.2);
}
.active\:outline-green-600\/25:active {
  outline-color: rgb(22 163 74 / 0.25);
}
.active\:outline-green-600\/30:active {
  outline-color: rgb(22 163 74 / 0.3);
}
.active\:outline-green-600\/35:active {
  outline-color: rgb(22 163 74 / 0.35);
}
.active\:outline-green-600\/40:active {
  outline-color: rgb(22 163 74 / 0.4);
}
.active\:outline-green-600\/45:active {
  outline-color: rgb(22 163 74 / 0.45);
}
.active\:outline-green-600\/5:active {
  outline-color: rgb(22 163 74 / 0.05);
}
.active\:outline-green-600\/50:active {
  outline-color: rgb(22 163 74 / 0.5);
}
.active\:outline-green-600\/55:active {
  outline-color: rgb(22 163 74 / 0.55);
}
.active\:outline-green-600\/60:active {
  outline-color: rgb(22 163 74 / 0.6);
}
.active\:outline-green-600\/65:active {
  outline-color: rgb(22 163 74 / 0.65);
}
.active\:outline-green-600\/70:active {
  outline-color: rgb(22 163 74 / 0.7);
}
.active\:outline-green-600\/75:active {
  outline-color: rgb(22 163 74 / 0.75);
}
.active\:outline-green-600\/80:active {
  outline-color: rgb(22 163 74 / 0.8);
}
.active\:outline-green-600\/85:active {
  outline-color: rgb(22 163 74 / 0.85);
}
.active\:outline-green-600\/90:active {
  outline-color: rgb(22 163 74 / 0.9);
}
.active\:outline-green-600\/95:active {
  outline-color: rgb(22 163 74 / 0.95);
}
.active\:outline-green-700:active {
  outline-color: #15803d;
}
.active\:outline-green-700\/0:active {
  outline-color: rgb(21 128 61 / 0);
}
.active\:outline-green-700\/10:active {
  outline-color: rgb(21 128 61 / 0.1);
}
.active\:outline-green-700\/100:active {
  outline-color: rgb(21 128 61 / 1);
}
.active\:outline-green-700\/15:active {
  outline-color: rgb(21 128 61 / 0.15);
}
.active\:outline-green-700\/20:active {
  outline-color: rgb(21 128 61 / 0.2);
}
.active\:outline-green-700\/25:active {
  outline-color: rgb(21 128 61 / 0.25);
}
.active\:outline-green-700\/30:active {
  outline-color: rgb(21 128 61 / 0.3);
}
.active\:outline-green-700\/35:active {
  outline-color: rgb(21 128 61 / 0.35);
}
.active\:outline-green-700\/40:active {
  outline-color: rgb(21 128 61 / 0.4);
}
.active\:outline-green-700\/45:active {
  outline-color: rgb(21 128 61 / 0.45);
}
.active\:outline-green-700\/5:active {
  outline-color: rgb(21 128 61 / 0.05);
}
.active\:outline-green-700\/50:active {
  outline-color: rgb(21 128 61 / 0.5);
}
.active\:outline-green-700\/55:active {
  outline-color: rgb(21 128 61 / 0.55);
}
.active\:outline-green-700\/60:active {
  outline-color: rgb(21 128 61 / 0.6);
}
.active\:outline-green-700\/65:active {
  outline-color: rgb(21 128 61 / 0.65);
}
.active\:outline-green-700\/70:active {
  outline-color: rgb(21 128 61 / 0.7);
}
.active\:outline-green-700\/75:active {
  outline-color: rgb(21 128 61 / 0.75);
}
.active\:outline-green-700\/80:active {
  outline-color: rgb(21 128 61 / 0.8);
}
.active\:outline-green-700\/85:active {
  outline-color: rgb(21 128 61 / 0.85);
}
.active\:outline-green-700\/90:active {
  outline-color: rgb(21 128 61 / 0.9);
}
.active\:outline-green-700\/95:active {
  outline-color: rgb(21 128 61 / 0.95);
}
.active\:outline-green-800:active {
  outline-color: #166534;
}
.active\:outline-green-800\/0:active {
  outline-color: rgb(22 101 52 / 0);
}
.active\:outline-green-800\/10:active {
  outline-color: rgb(22 101 52 / 0.1);
}
.active\:outline-green-800\/100:active {
  outline-color: rgb(22 101 52 / 1);
}
.active\:outline-green-800\/15:active {
  outline-color: rgb(22 101 52 / 0.15);
}
.active\:outline-green-800\/20:active {
  outline-color: rgb(22 101 52 / 0.2);
}
.active\:outline-green-800\/25:active {
  outline-color: rgb(22 101 52 / 0.25);
}
.active\:outline-green-800\/30:active {
  outline-color: rgb(22 101 52 / 0.3);
}
.active\:outline-green-800\/35:active {
  outline-color: rgb(22 101 52 / 0.35);
}
.active\:outline-green-800\/40:active {
  outline-color: rgb(22 101 52 / 0.4);
}
.active\:outline-green-800\/45:active {
  outline-color: rgb(22 101 52 / 0.45);
}
.active\:outline-green-800\/5:active {
  outline-color: rgb(22 101 52 / 0.05);
}
.active\:outline-green-800\/50:active {
  outline-color: rgb(22 101 52 / 0.5);
}
.active\:outline-green-800\/55:active {
  outline-color: rgb(22 101 52 / 0.55);
}
.active\:outline-green-800\/60:active {
  outline-color: rgb(22 101 52 / 0.6);
}
.active\:outline-green-800\/65:active {
  outline-color: rgb(22 101 52 / 0.65);
}
.active\:outline-green-800\/70:active {
  outline-color: rgb(22 101 52 / 0.7);
}
.active\:outline-green-800\/75:active {
  outline-color: rgb(22 101 52 / 0.75);
}
.active\:outline-green-800\/80:active {
  outline-color: rgb(22 101 52 / 0.8);
}
.active\:outline-green-800\/85:active {
  outline-color: rgb(22 101 52 / 0.85);
}
.active\:outline-green-800\/90:active {
  outline-color: rgb(22 101 52 / 0.9);
}
.active\:outline-green-800\/95:active {
  outline-color: rgb(22 101 52 / 0.95);
}
.active\:outline-green-900:active {
  outline-color: #14532d;
}
.active\:outline-green-900\/0:active {
  outline-color: rgb(20 83 45 / 0);
}
.active\:outline-green-900\/10:active {
  outline-color: rgb(20 83 45 / 0.1);
}
.active\:outline-green-900\/100:active {
  outline-color: rgb(20 83 45 / 1);
}
.active\:outline-green-900\/15:active {
  outline-color: rgb(20 83 45 / 0.15);
}
.active\:outline-green-900\/20:active {
  outline-color: rgb(20 83 45 / 0.2);
}
.active\:outline-green-900\/25:active {
  outline-color: rgb(20 83 45 / 0.25);
}
.active\:outline-green-900\/30:active {
  outline-color: rgb(20 83 45 / 0.3);
}
.active\:outline-green-900\/35:active {
  outline-color: rgb(20 83 45 / 0.35);
}
.active\:outline-green-900\/40:active {
  outline-color: rgb(20 83 45 / 0.4);
}
.active\:outline-green-900\/45:active {
  outline-color: rgb(20 83 45 / 0.45);
}
.active\:outline-green-900\/5:active {
  outline-color: rgb(20 83 45 / 0.05);
}
.active\:outline-green-900\/50:active {
  outline-color: rgb(20 83 45 / 0.5);
}
.active\:outline-green-900\/55:active {
  outline-color: rgb(20 83 45 / 0.55);
}
.active\:outline-green-900\/60:active {
  outline-color: rgb(20 83 45 / 0.6);
}
.active\:outline-green-900\/65:active {
  outline-color: rgb(20 83 45 / 0.65);
}
.active\:outline-green-900\/70:active {
  outline-color: rgb(20 83 45 / 0.7);
}
.active\:outline-green-900\/75:active {
  outline-color: rgb(20 83 45 / 0.75);
}
.active\:outline-green-900\/80:active {
  outline-color: rgb(20 83 45 / 0.8);
}
.active\:outline-green-900\/85:active {
  outline-color: rgb(20 83 45 / 0.85);
}
.active\:outline-green-900\/90:active {
  outline-color: rgb(20 83 45 / 0.9);
}
.active\:outline-green-900\/95:active {
  outline-color: rgb(20 83 45 / 0.95);
}
.active\:outline-green-950:active {
  outline-color: #052e16;
}
.active\:outline-green-950\/0:active {
  outline-color: rgb(5 46 22 / 0);
}
.active\:outline-green-950\/10:active {
  outline-color: rgb(5 46 22 / 0.1);
}
.active\:outline-green-950\/100:active {
  outline-color: rgb(5 46 22 / 1);
}
.active\:outline-green-950\/15:active {
  outline-color: rgb(5 46 22 / 0.15);
}
.active\:outline-green-950\/20:active {
  outline-color: rgb(5 46 22 / 0.2);
}
.active\:outline-green-950\/25:active {
  outline-color: rgb(5 46 22 / 0.25);
}
.active\:outline-green-950\/30:active {
  outline-color: rgb(5 46 22 / 0.3);
}
.active\:outline-green-950\/35:active {
  outline-color: rgb(5 46 22 / 0.35);
}
.active\:outline-green-950\/40:active {
  outline-color: rgb(5 46 22 / 0.4);
}
.active\:outline-green-950\/45:active {
  outline-color: rgb(5 46 22 / 0.45);
}
.active\:outline-green-950\/5:active {
  outline-color: rgb(5 46 22 / 0.05);
}
.active\:outline-green-950\/50:active {
  outline-color: rgb(5 46 22 / 0.5);
}
.active\:outline-green-950\/55:active {
  outline-color: rgb(5 46 22 / 0.55);
}
.active\:outline-green-950\/60:active {
  outline-color: rgb(5 46 22 / 0.6);
}
.active\:outline-green-950\/65:active {
  outline-color: rgb(5 46 22 / 0.65);
}
.active\:outline-green-950\/70:active {
  outline-color: rgb(5 46 22 / 0.7);
}
.active\:outline-green-950\/75:active {
  outline-color: rgb(5 46 22 / 0.75);
}
.active\:outline-green-950\/80:active {
  outline-color: rgb(5 46 22 / 0.8);
}
.active\:outline-green-950\/85:active {
  outline-color: rgb(5 46 22 / 0.85);
}
.active\:outline-green-950\/90:active {
  outline-color: rgb(5 46 22 / 0.9);
}
.active\:outline-green-950\/95:active {
  outline-color: rgb(5 46 22 / 0.95);
}
.active\:outline-indigo-100:active {
  outline-color: #e0e7ff;
}
.active\:outline-indigo-100\/0:active {
  outline-color: rgb(224 231 255 / 0);
}
.active\:outline-indigo-100\/10:active {
  outline-color: rgb(224 231 255 / 0.1);
}
.active\:outline-indigo-100\/100:active {
  outline-color: rgb(224 231 255 / 1);
}
.active\:outline-indigo-100\/15:active {
  outline-color: rgb(224 231 255 / 0.15);
}
.active\:outline-indigo-100\/20:active {
  outline-color: rgb(224 231 255 / 0.2);
}
.active\:outline-indigo-100\/25:active {
  outline-color: rgb(224 231 255 / 0.25);
}
.active\:outline-indigo-100\/30:active {
  outline-color: rgb(224 231 255 / 0.3);
}
.active\:outline-indigo-100\/35:active {
  outline-color: rgb(224 231 255 / 0.35);
}
.active\:outline-indigo-100\/40:active {
  outline-color: rgb(224 231 255 / 0.4);
}
.active\:outline-indigo-100\/45:active {
  outline-color: rgb(224 231 255 / 0.45);
}
.active\:outline-indigo-100\/5:active {
  outline-color: rgb(224 231 255 / 0.05);
}
.active\:outline-indigo-100\/50:active {
  outline-color: rgb(224 231 255 / 0.5);
}
.active\:outline-indigo-100\/55:active {
  outline-color: rgb(224 231 255 / 0.55);
}
.active\:outline-indigo-100\/60:active {
  outline-color: rgb(224 231 255 / 0.6);
}
.active\:outline-indigo-100\/65:active {
  outline-color: rgb(224 231 255 / 0.65);
}
.active\:outline-indigo-100\/70:active {
  outline-color: rgb(224 231 255 / 0.7);
}
.active\:outline-indigo-100\/75:active {
  outline-color: rgb(224 231 255 / 0.75);
}
.active\:outline-indigo-100\/80:active {
  outline-color: rgb(224 231 255 / 0.8);
}
.active\:outline-indigo-100\/85:active {
  outline-color: rgb(224 231 255 / 0.85);
}
.active\:outline-indigo-100\/90:active {
  outline-color: rgb(224 231 255 / 0.9);
}
.active\:outline-indigo-100\/95:active {
  outline-color: rgb(224 231 255 / 0.95);
}
.active\:outline-indigo-200:active {
  outline-color: #c7d2fe;
}
.active\:outline-indigo-200\/0:active {
  outline-color: rgb(199 210 254 / 0);
}
.active\:outline-indigo-200\/10:active {
  outline-color: rgb(199 210 254 / 0.1);
}
.active\:outline-indigo-200\/100:active {
  outline-color: rgb(199 210 254 / 1);
}
.active\:outline-indigo-200\/15:active {
  outline-color: rgb(199 210 254 / 0.15);
}
.active\:outline-indigo-200\/20:active {
  outline-color: rgb(199 210 254 / 0.2);
}
.active\:outline-indigo-200\/25:active {
  outline-color: rgb(199 210 254 / 0.25);
}
.active\:outline-indigo-200\/30:active {
  outline-color: rgb(199 210 254 / 0.3);
}
.active\:outline-indigo-200\/35:active {
  outline-color: rgb(199 210 254 / 0.35);
}
.active\:outline-indigo-200\/40:active {
  outline-color: rgb(199 210 254 / 0.4);
}
.active\:outline-indigo-200\/45:active {
  outline-color: rgb(199 210 254 / 0.45);
}
.active\:outline-indigo-200\/5:active {
  outline-color: rgb(199 210 254 / 0.05);
}
.active\:outline-indigo-200\/50:active {
  outline-color: rgb(199 210 254 / 0.5);
}
.active\:outline-indigo-200\/55:active {
  outline-color: rgb(199 210 254 / 0.55);
}
.active\:outline-indigo-200\/60:active {
  outline-color: rgb(199 210 254 / 0.6);
}
.active\:outline-indigo-200\/65:active {
  outline-color: rgb(199 210 254 / 0.65);
}
.active\:outline-indigo-200\/70:active {
  outline-color: rgb(199 210 254 / 0.7);
}
.active\:outline-indigo-200\/75:active {
  outline-color: rgb(199 210 254 / 0.75);
}
.active\:outline-indigo-200\/80:active {
  outline-color: rgb(199 210 254 / 0.8);
}
.active\:outline-indigo-200\/85:active {
  outline-color: rgb(199 210 254 / 0.85);
}
.active\:outline-indigo-200\/90:active {
  outline-color: rgb(199 210 254 / 0.9);
}
.active\:outline-indigo-200\/95:active {
  outline-color: rgb(199 210 254 / 0.95);
}
.active\:outline-indigo-300:active {
  outline-color: #a5b4fc;
}
.active\:outline-indigo-300\/0:active {
  outline-color: rgb(165 180 252 / 0);
}
.active\:outline-indigo-300\/10:active {
  outline-color: rgb(165 180 252 / 0.1);
}
.active\:outline-indigo-300\/100:active {
  outline-color: rgb(165 180 252 / 1);
}
.active\:outline-indigo-300\/15:active {
  outline-color: rgb(165 180 252 / 0.15);
}
.active\:outline-indigo-300\/20:active {
  outline-color: rgb(165 180 252 / 0.2);
}
.active\:outline-indigo-300\/25:active {
  outline-color: rgb(165 180 252 / 0.25);
}
.active\:outline-indigo-300\/30:active {
  outline-color: rgb(165 180 252 / 0.3);
}
.active\:outline-indigo-300\/35:active {
  outline-color: rgb(165 180 252 / 0.35);
}
.active\:outline-indigo-300\/40:active {
  outline-color: rgb(165 180 252 / 0.4);
}
.active\:outline-indigo-300\/45:active {
  outline-color: rgb(165 180 252 / 0.45);
}
.active\:outline-indigo-300\/5:active {
  outline-color: rgb(165 180 252 / 0.05);
}
.active\:outline-indigo-300\/50:active {
  outline-color: rgb(165 180 252 / 0.5);
}
.active\:outline-indigo-300\/55:active {
  outline-color: rgb(165 180 252 / 0.55);
}
.active\:outline-indigo-300\/60:active {
  outline-color: rgb(165 180 252 / 0.6);
}
.active\:outline-indigo-300\/65:active {
  outline-color: rgb(165 180 252 / 0.65);
}
.active\:outline-indigo-300\/70:active {
  outline-color: rgb(165 180 252 / 0.7);
}
.active\:outline-indigo-300\/75:active {
  outline-color: rgb(165 180 252 / 0.75);
}
.active\:outline-indigo-300\/80:active {
  outline-color: rgb(165 180 252 / 0.8);
}
.active\:outline-indigo-300\/85:active {
  outline-color: rgb(165 180 252 / 0.85);
}
.active\:outline-indigo-300\/90:active {
  outline-color: rgb(165 180 252 / 0.9);
}
.active\:outline-indigo-300\/95:active {
  outline-color: rgb(165 180 252 / 0.95);
}
.active\:outline-indigo-400:active {
  outline-color: #818cf8;
}
.active\:outline-indigo-400\/0:active {
  outline-color: rgb(129 140 248 / 0);
}
.active\:outline-indigo-400\/10:active {
  outline-color: rgb(129 140 248 / 0.1);
}
.active\:outline-indigo-400\/100:active {
  outline-color: rgb(129 140 248 / 1);
}
.active\:outline-indigo-400\/15:active {
  outline-color: rgb(129 140 248 / 0.15);
}
.active\:outline-indigo-400\/20:active {
  outline-color: rgb(129 140 248 / 0.2);
}
.active\:outline-indigo-400\/25:active {
  outline-color: rgb(129 140 248 / 0.25);
}
.active\:outline-indigo-400\/30:active {
  outline-color: rgb(129 140 248 / 0.3);
}
.active\:outline-indigo-400\/35:active {
  outline-color: rgb(129 140 248 / 0.35);
}
.active\:outline-indigo-400\/40:active {
  outline-color: rgb(129 140 248 / 0.4);
}
.active\:outline-indigo-400\/45:active {
  outline-color: rgb(129 140 248 / 0.45);
}
.active\:outline-indigo-400\/5:active {
  outline-color: rgb(129 140 248 / 0.05);
}
.active\:outline-indigo-400\/50:active {
  outline-color: rgb(129 140 248 / 0.5);
}
.active\:outline-indigo-400\/55:active {
  outline-color: rgb(129 140 248 / 0.55);
}
.active\:outline-indigo-400\/60:active {
  outline-color: rgb(129 140 248 / 0.6);
}
.active\:outline-indigo-400\/65:active {
  outline-color: rgb(129 140 248 / 0.65);
}
.active\:outline-indigo-400\/70:active {
  outline-color: rgb(129 140 248 / 0.7);
}
.active\:outline-indigo-400\/75:active {
  outline-color: rgb(129 140 248 / 0.75);
}
.active\:outline-indigo-400\/80:active {
  outline-color: rgb(129 140 248 / 0.8);
}
.active\:outline-indigo-400\/85:active {
  outline-color: rgb(129 140 248 / 0.85);
}
.active\:outline-indigo-400\/90:active {
  outline-color: rgb(129 140 248 / 0.9);
}
.active\:outline-indigo-400\/95:active {
  outline-color: rgb(129 140 248 / 0.95);
}
.active\:outline-indigo-50:active {
  outline-color: #eef2ff;
}
.active\:outline-indigo-50\/0:active {
  outline-color: rgb(238 242 255 / 0);
}
.active\:outline-indigo-50\/10:active {
  outline-color: rgb(238 242 255 / 0.1);
}
.active\:outline-indigo-50\/100:active {
  outline-color: rgb(238 242 255 / 1);
}
.active\:outline-indigo-50\/15:active {
  outline-color: rgb(238 242 255 / 0.15);
}
.active\:outline-indigo-50\/20:active {
  outline-color: rgb(238 242 255 / 0.2);
}
.active\:outline-indigo-50\/25:active {
  outline-color: rgb(238 242 255 / 0.25);
}
.active\:outline-indigo-50\/30:active {
  outline-color: rgb(238 242 255 / 0.3);
}
.active\:outline-indigo-50\/35:active {
  outline-color: rgb(238 242 255 / 0.35);
}
.active\:outline-indigo-50\/40:active {
  outline-color: rgb(238 242 255 / 0.4);
}
.active\:outline-indigo-50\/45:active {
  outline-color: rgb(238 242 255 / 0.45);
}
.active\:outline-indigo-50\/5:active {
  outline-color: rgb(238 242 255 / 0.05);
}
.active\:outline-indigo-50\/50:active {
  outline-color: rgb(238 242 255 / 0.5);
}
.active\:outline-indigo-50\/55:active {
  outline-color: rgb(238 242 255 / 0.55);
}
.active\:outline-indigo-50\/60:active {
  outline-color: rgb(238 242 255 / 0.6);
}
.active\:outline-indigo-50\/65:active {
  outline-color: rgb(238 242 255 / 0.65);
}
.active\:outline-indigo-50\/70:active {
  outline-color: rgb(238 242 255 / 0.7);
}
.active\:outline-indigo-50\/75:active {
  outline-color: rgb(238 242 255 / 0.75);
}
.active\:outline-indigo-50\/80:active {
  outline-color: rgb(238 242 255 / 0.8);
}
.active\:outline-indigo-50\/85:active {
  outline-color: rgb(238 242 255 / 0.85);
}
.active\:outline-indigo-50\/90:active {
  outline-color: rgb(238 242 255 / 0.9);
}
.active\:outline-indigo-50\/95:active {
  outline-color: rgb(238 242 255 / 0.95);
}
.active\:outline-indigo-500:active {
  outline-color: #6366f1;
}
.active\:outline-indigo-500\/0:active {
  outline-color: rgb(99 102 241 / 0);
}
.active\:outline-indigo-500\/10:active {
  outline-color: rgb(99 102 241 / 0.1);
}
.active\:outline-indigo-500\/100:active {
  outline-color: rgb(99 102 241 / 1);
}
.active\:outline-indigo-500\/15:active {
  outline-color: rgb(99 102 241 / 0.15);
}
.active\:outline-indigo-500\/20:active {
  outline-color: rgb(99 102 241 / 0.2);
}
.active\:outline-indigo-500\/25:active {
  outline-color: rgb(99 102 241 / 0.25);
}
.active\:outline-indigo-500\/30:active {
  outline-color: rgb(99 102 241 / 0.3);
}
.active\:outline-indigo-500\/35:active {
  outline-color: rgb(99 102 241 / 0.35);
}
.active\:outline-indigo-500\/40:active {
  outline-color: rgb(99 102 241 / 0.4);
}
.active\:outline-indigo-500\/45:active {
  outline-color: rgb(99 102 241 / 0.45);
}
.active\:outline-indigo-500\/5:active {
  outline-color: rgb(99 102 241 / 0.05);
}
.active\:outline-indigo-500\/50:active {
  outline-color: rgb(99 102 241 / 0.5);
}
.active\:outline-indigo-500\/55:active {
  outline-color: rgb(99 102 241 / 0.55);
}
.active\:outline-indigo-500\/60:active {
  outline-color: rgb(99 102 241 / 0.6);
}
.active\:outline-indigo-500\/65:active {
  outline-color: rgb(99 102 241 / 0.65);
}
.active\:outline-indigo-500\/70:active {
  outline-color: rgb(99 102 241 / 0.7);
}
.active\:outline-indigo-500\/75:active {
  outline-color: rgb(99 102 241 / 0.75);
}
.active\:outline-indigo-500\/80:active {
  outline-color: rgb(99 102 241 / 0.8);
}
.active\:outline-indigo-500\/85:active {
  outline-color: rgb(99 102 241 / 0.85);
}
.active\:outline-indigo-500\/90:active {
  outline-color: rgb(99 102 241 / 0.9);
}
.active\:outline-indigo-500\/95:active {
  outline-color: rgb(99 102 241 / 0.95);
}
.active\:outline-indigo-600:active {
  outline-color: #4f46e5;
}
.active\:outline-indigo-600\/0:active {
  outline-color: rgb(79 70 229 / 0);
}
.active\:outline-indigo-600\/10:active {
  outline-color: rgb(79 70 229 / 0.1);
}
.active\:outline-indigo-600\/100:active {
  outline-color: rgb(79 70 229 / 1);
}
.active\:outline-indigo-600\/15:active {
  outline-color: rgb(79 70 229 / 0.15);
}
.active\:outline-indigo-600\/20:active {
  outline-color: rgb(79 70 229 / 0.2);
}
.active\:outline-indigo-600\/25:active {
  outline-color: rgb(79 70 229 / 0.25);
}
.active\:outline-indigo-600\/30:active {
  outline-color: rgb(79 70 229 / 0.3);
}
.active\:outline-indigo-600\/35:active {
  outline-color: rgb(79 70 229 / 0.35);
}
.active\:outline-indigo-600\/40:active {
  outline-color: rgb(79 70 229 / 0.4);
}
.active\:outline-indigo-600\/45:active {
  outline-color: rgb(79 70 229 / 0.45);
}
.active\:outline-indigo-600\/5:active {
  outline-color: rgb(79 70 229 / 0.05);
}
.active\:outline-indigo-600\/50:active {
  outline-color: rgb(79 70 229 / 0.5);
}
.active\:outline-indigo-600\/55:active {
  outline-color: rgb(79 70 229 / 0.55);
}
.active\:outline-indigo-600\/60:active {
  outline-color: rgb(79 70 229 / 0.6);
}
.active\:outline-indigo-600\/65:active {
  outline-color: rgb(79 70 229 / 0.65);
}
.active\:outline-indigo-600\/70:active {
  outline-color: rgb(79 70 229 / 0.7);
}
.active\:outline-indigo-600\/75:active {
  outline-color: rgb(79 70 229 / 0.75);
}
.active\:outline-indigo-600\/80:active {
  outline-color: rgb(79 70 229 / 0.8);
}
.active\:outline-indigo-600\/85:active {
  outline-color: rgb(79 70 229 / 0.85);
}
.active\:outline-indigo-600\/90:active {
  outline-color: rgb(79 70 229 / 0.9);
}
.active\:outline-indigo-600\/95:active {
  outline-color: rgb(79 70 229 / 0.95);
}
.active\:outline-indigo-700:active {
  outline-color: #4338ca;
}
.active\:outline-indigo-700\/0:active {
  outline-color: rgb(67 56 202 / 0);
}
.active\:outline-indigo-700\/10:active {
  outline-color: rgb(67 56 202 / 0.1);
}
.active\:outline-indigo-700\/100:active {
  outline-color: rgb(67 56 202 / 1);
}
.active\:outline-indigo-700\/15:active {
  outline-color: rgb(67 56 202 / 0.15);
}
.active\:outline-indigo-700\/20:active {
  outline-color: rgb(67 56 202 / 0.2);
}
.active\:outline-indigo-700\/25:active {
  outline-color: rgb(67 56 202 / 0.25);
}
.active\:outline-indigo-700\/30:active {
  outline-color: rgb(67 56 202 / 0.3);
}
.active\:outline-indigo-700\/35:active {
  outline-color: rgb(67 56 202 / 0.35);
}
.active\:outline-indigo-700\/40:active {
  outline-color: rgb(67 56 202 / 0.4);
}
.active\:outline-indigo-700\/45:active {
  outline-color: rgb(67 56 202 / 0.45);
}
.active\:outline-indigo-700\/5:active {
  outline-color: rgb(67 56 202 / 0.05);
}
.active\:outline-indigo-700\/50:active {
  outline-color: rgb(67 56 202 / 0.5);
}
.active\:outline-indigo-700\/55:active {
  outline-color: rgb(67 56 202 / 0.55);
}
.active\:outline-indigo-700\/60:active {
  outline-color: rgb(67 56 202 / 0.6);
}
.active\:outline-indigo-700\/65:active {
  outline-color: rgb(67 56 202 / 0.65);
}
.active\:outline-indigo-700\/70:active {
  outline-color: rgb(67 56 202 / 0.7);
}
.active\:outline-indigo-700\/75:active {
  outline-color: rgb(67 56 202 / 0.75);
}
.active\:outline-indigo-700\/80:active {
  outline-color: rgb(67 56 202 / 0.8);
}
.active\:outline-indigo-700\/85:active {
  outline-color: rgb(67 56 202 / 0.85);
}
.active\:outline-indigo-700\/90:active {
  outline-color: rgb(67 56 202 / 0.9);
}
.active\:outline-indigo-700\/95:active {
  outline-color: rgb(67 56 202 / 0.95);
}
.active\:outline-indigo-800:active {
  outline-color: #3730a3;
}
.active\:outline-indigo-800\/0:active {
  outline-color: rgb(55 48 163 / 0);
}
.active\:outline-indigo-800\/10:active {
  outline-color: rgb(55 48 163 / 0.1);
}
.active\:outline-indigo-800\/100:active {
  outline-color: rgb(55 48 163 / 1);
}
.active\:outline-indigo-800\/15:active {
  outline-color: rgb(55 48 163 / 0.15);
}
.active\:outline-indigo-800\/20:active {
  outline-color: rgb(55 48 163 / 0.2);
}
.active\:outline-indigo-800\/25:active {
  outline-color: rgb(55 48 163 / 0.25);
}
.active\:outline-indigo-800\/30:active {
  outline-color: rgb(55 48 163 / 0.3);
}
.active\:outline-indigo-800\/35:active {
  outline-color: rgb(55 48 163 / 0.35);
}
.active\:outline-indigo-800\/40:active {
  outline-color: rgb(55 48 163 / 0.4);
}
.active\:outline-indigo-800\/45:active {
  outline-color: rgb(55 48 163 / 0.45);
}
.active\:outline-indigo-800\/5:active {
  outline-color: rgb(55 48 163 / 0.05);
}
.active\:outline-indigo-800\/50:active {
  outline-color: rgb(55 48 163 / 0.5);
}
.active\:outline-indigo-800\/55:active {
  outline-color: rgb(55 48 163 / 0.55);
}
.active\:outline-indigo-800\/60:active {
  outline-color: rgb(55 48 163 / 0.6);
}
.active\:outline-indigo-800\/65:active {
  outline-color: rgb(55 48 163 / 0.65);
}
.active\:outline-indigo-800\/70:active {
  outline-color: rgb(55 48 163 / 0.7);
}
.active\:outline-indigo-800\/75:active {
  outline-color: rgb(55 48 163 / 0.75);
}
.active\:outline-indigo-800\/80:active {
  outline-color: rgb(55 48 163 / 0.8);
}
.active\:outline-indigo-800\/85:active {
  outline-color: rgb(55 48 163 / 0.85);
}
.active\:outline-indigo-800\/90:active {
  outline-color: rgb(55 48 163 / 0.9);
}
.active\:outline-indigo-800\/95:active {
  outline-color: rgb(55 48 163 / 0.95);
}
.active\:outline-indigo-900:active {
  outline-color: #312e81;
}
.active\:outline-indigo-900\/0:active {
  outline-color: rgb(49 46 129 / 0);
}
.active\:outline-indigo-900\/10:active {
  outline-color: rgb(49 46 129 / 0.1);
}
.active\:outline-indigo-900\/100:active {
  outline-color: rgb(49 46 129 / 1);
}
.active\:outline-indigo-900\/15:active {
  outline-color: rgb(49 46 129 / 0.15);
}
.active\:outline-indigo-900\/20:active {
  outline-color: rgb(49 46 129 / 0.2);
}
.active\:outline-indigo-900\/25:active {
  outline-color: rgb(49 46 129 / 0.25);
}
.active\:outline-indigo-900\/30:active {
  outline-color: rgb(49 46 129 / 0.3);
}
.active\:outline-indigo-900\/35:active {
  outline-color: rgb(49 46 129 / 0.35);
}
.active\:outline-indigo-900\/40:active {
  outline-color: rgb(49 46 129 / 0.4);
}
.active\:outline-indigo-900\/45:active {
  outline-color: rgb(49 46 129 / 0.45);
}
.active\:outline-indigo-900\/5:active {
  outline-color: rgb(49 46 129 / 0.05);
}
.active\:outline-indigo-900\/50:active {
  outline-color: rgb(49 46 129 / 0.5);
}
.active\:outline-indigo-900\/55:active {
  outline-color: rgb(49 46 129 / 0.55);
}
.active\:outline-indigo-900\/60:active {
  outline-color: rgb(49 46 129 / 0.6);
}
.active\:outline-indigo-900\/65:active {
  outline-color: rgb(49 46 129 / 0.65);
}
.active\:outline-indigo-900\/70:active {
  outline-color: rgb(49 46 129 / 0.7);
}
.active\:outline-indigo-900\/75:active {
  outline-color: rgb(49 46 129 / 0.75);
}
.active\:outline-indigo-900\/80:active {
  outline-color: rgb(49 46 129 / 0.8);
}
.active\:outline-indigo-900\/85:active {
  outline-color: rgb(49 46 129 / 0.85);
}
.active\:outline-indigo-900\/90:active {
  outline-color: rgb(49 46 129 / 0.9);
}
.active\:outline-indigo-900\/95:active {
  outline-color: rgb(49 46 129 / 0.95);
}
.active\:outline-indigo-950:active {
  outline-color: #1e1b4b;
}
.active\:outline-indigo-950\/0:active {
  outline-color: rgb(30 27 75 / 0);
}
.active\:outline-indigo-950\/10:active {
  outline-color: rgb(30 27 75 / 0.1);
}
.active\:outline-indigo-950\/100:active {
  outline-color: rgb(30 27 75 / 1);
}
.active\:outline-indigo-950\/15:active {
  outline-color: rgb(30 27 75 / 0.15);
}
.active\:outline-indigo-950\/20:active {
  outline-color: rgb(30 27 75 / 0.2);
}
.active\:outline-indigo-950\/25:active {
  outline-color: rgb(30 27 75 / 0.25);
}
.active\:outline-indigo-950\/30:active {
  outline-color: rgb(30 27 75 / 0.3);
}
.active\:outline-indigo-950\/35:active {
  outline-color: rgb(30 27 75 / 0.35);
}
.active\:outline-indigo-950\/40:active {
  outline-color: rgb(30 27 75 / 0.4);
}
.active\:outline-indigo-950\/45:active {
  outline-color: rgb(30 27 75 / 0.45);
}
.active\:outline-indigo-950\/5:active {
  outline-color: rgb(30 27 75 / 0.05);
}
.active\:outline-indigo-950\/50:active {
  outline-color: rgb(30 27 75 / 0.5);
}
.active\:outline-indigo-950\/55:active {
  outline-color: rgb(30 27 75 / 0.55);
}
.active\:outline-indigo-950\/60:active {
  outline-color: rgb(30 27 75 / 0.6);
}
.active\:outline-indigo-950\/65:active {
  outline-color: rgb(30 27 75 / 0.65);
}
.active\:outline-indigo-950\/70:active {
  outline-color: rgb(30 27 75 / 0.7);
}
.active\:outline-indigo-950\/75:active {
  outline-color: rgb(30 27 75 / 0.75);
}
.active\:outline-indigo-950\/80:active {
  outline-color: rgb(30 27 75 / 0.8);
}
.active\:outline-indigo-950\/85:active {
  outline-color: rgb(30 27 75 / 0.85);
}
.active\:outline-indigo-950\/90:active {
  outline-color: rgb(30 27 75 / 0.9);
}
.active\:outline-indigo-950\/95:active {
  outline-color: rgb(30 27 75 / 0.95);
}
.active\:outline-inherit:active {
  outline-color: inherit;
}
.active\:outline-lime-100:active {
  outline-color: #ecfccb;
}
.active\:outline-lime-100\/0:active {
  outline-color: rgb(236 252 203 / 0);
}
.active\:outline-lime-100\/10:active {
  outline-color: rgb(236 252 203 / 0.1);
}
.active\:outline-lime-100\/100:active {
  outline-color: rgb(236 252 203 / 1);
}
.active\:outline-lime-100\/15:active {
  outline-color: rgb(236 252 203 / 0.15);
}
.active\:outline-lime-100\/20:active {
  outline-color: rgb(236 252 203 / 0.2);
}
.active\:outline-lime-100\/25:active {
  outline-color: rgb(236 252 203 / 0.25);
}
.active\:outline-lime-100\/30:active {
  outline-color: rgb(236 252 203 / 0.3);
}
.active\:outline-lime-100\/35:active {
  outline-color: rgb(236 252 203 / 0.35);
}
.active\:outline-lime-100\/40:active {
  outline-color: rgb(236 252 203 / 0.4);
}
.active\:outline-lime-100\/45:active {
  outline-color: rgb(236 252 203 / 0.45);
}
.active\:outline-lime-100\/5:active {
  outline-color: rgb(236 252 203 / 0.05);
}
.active\:outline-lime-100\/50:active {
  outline-color: rgb(236 252 203 / 0.5);
}
.active\:outline-lime-100\/55:active {
  outline-color: rgb(236 252 203 / 0.55);
}
.active\:outline-lime-100\/60:active {
  outline-color: rgb(236 252 203 / 0.6);
}
.active\:outline-lime-100\/65:active {
  outline-color: rgb(236 252 203 / 0.65);
}
.active\:outline-lime-100\/70:active {
  outline-color: rgb(236 252 203 / 0.7);
}
.active\:outline-lime-100\/75:active {
  outline-color: rgb(236 252 203 / 0.75);
}
.active\:outline-lime-100\/80:active {
  outline-color: rgb(236 252 203 / 0.8);
}
.active\:outline-lime-100\/85:active {
  outline-color: rgb(236 252 203 / 0.85);
}
.active\:outline-lime-100\/90:active {
  outline-color: rgb(236 252 203 / 0.9);
}
.active\:outline-lime-100\/95:active {
  outline-color: rgb(236 252 203 / 0.95);
}
.active\:outline-lime-200:active {
  outline-color: #d9f99d;
}
.active\:outline-lime-200\/0:active {
  outline-color: rgb(217 249 157 / 0);
}
.active\:outline-lime-200\/10:active {
  outline-color: rgb(217 249 157 / 0.1);
}
.active\:outline-lime-200\/100:active {
  outline-color: rgb(217 249 157 / 1);
}
.active\:outline-lime-200\/15:active {
  outline-color: rgb(217 249 157 / 0.15);
}
.active\:outline-lime-200\/20:active {
  outline-color: rgb(217 249 157 / 0.2);
}
.active\:outline-lime-200\/25:active {
  outline-color: rgb(217 249 157 / 0.25);
}
.active\:outline-lime-200\/30:active {
  outline-color: rgb(217 249 157 / 0.3);
}
.active\:outline-lime-200\/35:active {
  outline-color: rgb(217 249 157 / 0.35);
}
.active\:outline-lime-200\/40:active {
  outline-color: rgb(217 249 157 / 0.4);
}
.active\:outline-lime-200\/45:active {
  outline-color: rgb(217 249 157 / 0.45);
}
.active\:outline-lime-200\/5:active {
  outline-color: rgb(217 249 157 / 0.05);
}
.active\:outline-lime-200\/50:active {
  outline-color: rgb(217 249 157 / 0.5);
}
.active\:outline-lime-200\/55:active {
  outline-color: rgb(217 249 157 / 0.55);
}
.active\:outline-lime-200\/60:active {
  outline-color: rgb(217 249 157 / 0.6);
}
.active\:outline-lime-200\/65:active {
  outline-color: rgb(217 249 157 / 0.65);
}
.active\:outline-lime-200\/70:active {
  outline-color: rgb(217 249 157 / 0.7);
}
.active\:outline-lime-200\/75:active {
  outline-color: rgb(217 249 157 / 0.75);
}
.active\:outline-lime-200\/80:active {
  outline-color: rgb(217 249 157 / 0.8);
}
.active\:outline-lime-200\/85:active {
  outline-color: rgb(217 249 157 / 0.85);
}
.active\:outline-lime-200\/90:active {
  outline-color: rgb(217 249 157 / 0.9);
}
.active\:outline-lime-200\/95:active {
  outline-color: rgb(217 249 157 / 0.95);
}
.active\:outline-lime-300:active {
  outline-color: #bef264;
}
.active\:outline-lime-300\/0:active {
  outline-color: rgb(190 242 100 / 0);
}
.active\:outline-lime-300\/10:active {
  outline-color: rgb(190 242 100 / 0.1);
}
.active\:outline-lime-300\/100:active {
  outline-color: rgb(190 242 100 / 1);
}
.active\:outline-lime-300\/15:active {
  outline-color: rgb(190 242 100 / 0.15);
}
.active\:outline-lime-300\/20:active {
  outline-color: rgb(190 242 100 / 0.2);
}
.active\:outline-lime-300\/25:active {
  outline-color: rgb(190 242 100 / 0.25);
}
.active\:outline-lime-300\/30:active {
  outline-color: rgb(190 242 100 / 0.3);
}
.active\:outline-lime-300\/35:active {
  outline-color: rgb(190 242 100 / 0.35);
}
.active\:outline-lime-300\/40:active {
  outline-color: rgb(190 242 100 / 0.4);
}
.active\:outline-lime-300\/45:active {
  outline-color: rgb(190 242 100 / 0.45);
}
.active\:outline-lime-300\/5:active {
  outline-color: rgb(190 242 100 / 0.05);
}
.active\:outline-lime-300\/50:active {
  outline-color: rgb(190 242 100 / 0.5);
}
.active\:outline-lime-300\/55:active {
  outline-color: rgb(190 242 100 / 0.55);
}
.active\:outline-lime-300\/60:active {
  outline-color: rgb(190 242 100 / 0.6);
}
.active\:outline-lime-300\/65:active {
  outline-color: rgb(190 242 100 / 0.65);
}
.active\:outline-lime-300\/70:active {
  outline-color: rgb(190 242 100 / 0.7);
}
.active\:outline-lime-300\/75:active {
  outline-color: rgb(190 242 100 / 0.75);
}
.active\:outline-lime-300\/80:active {
  outline-color: rgb(190 242 100 / 0.8);
}
.active\:outline-lime-300\/85:active {
  outline-color: rgb(190 242 100 / 0.85);
}
.active\:outline-lime-300\/90:active {
  outline-color: rgb(190 242 100 / 0.9);
}
.active\:outline-lime-300\/95:active {
  outline-color: rgb(190 242 100 / 0.95);
}
.active\:outline-lime-400:active {
  outline-color: #a3e635;
}
.active\:outline-lime-400\/0:active {
  outline-color: rgb(163 230 53 / 0);
}
.active\:outline-lime-400\/10:active {
  outline-color: rgb(163 230 53 / 0.1);
}
.active\:outline-lime-400\/100:active {
  outline-color: rgb(163 230 53 / 1);
}
.active\:outline-lime-400\/15:active {
  outline-color: rgb(163 230 53 / 0.15);
}
.active\:outline-lime-400\/20:active {
  outline-color: rgb(163 230 53 / 0.2);
}
.active\:outline-lime-400\/25:active {
  outline-color: rgb(163 230 53 / 0.25);
}
.active\:outline-lime-400\/30:active {
  outline-color: rgb(163 230 53 / 0.3);
}
.active\:outline-lime-400\/35:active {
  outline-color: rgb(163 230 53 / 0.35);
}
.active\:outline-lime-400\/40:active {
  outline-color: rgb(163 230 53 / 0.4);
}
.active\:outline-lime-400\/45:active {
  outline-color: rgb(163 230 53 / 0.45);
}
.active\:outline-lime-400\/5:active {
  outline-color: rgb(163 230 53 / 0.05);
}
.active\:outline-lime-400\/50:active {
  outline-color: rgb(163 230 53 / 0.5);
}
.active\:outline-lime-400\/55:active {
  outline-color: rgb(163 230 53 / 0.55);
}
.active\:outline-lime-400\/60:active {
  outline-color: rgb(163 230 53 / 0.6);
}
.active\:outline-lime-400\/65:active {
  outline-color: rgb(163 230 53 / 0.65);
}
.active\:outline-lime-400\/70:active {
  outline-color: rgb(163 230 53 / 0.7);
}
.active\:outline-lime-400\/75:active {
  outline-color: rgb(163 230 53 / 0.75);
}
.active\:outline-lime-400\/80:active {
  outline-color: rgb(163 230 53 / 0.8);
}
.active\:outline-lime-400\/85:active {
  outline-color: rgb(163 230 53 / 0.85);
}
.active\:outline-lime-400\/90:active {
  outline-color: rgb(163 230 53 / 0.9);
}
.active\:outline-lime-400\/95:active {
  outline-color: rgb(163 230 53 / 0.95);
}
.active\:outline-lime-50:active {
  outline-color: #f7fee7;
}
.active\:outline-lime-50\/0:active {
  outline-color: rgb(247 254 231 / 0);
}
.active\:outline-lime-50\/10:active {
  outline-color: rgb(247 254 231 / 0.1);
}
.active\:outline-lime-50\/100:active {
  outline-color: rgb(247 254 231 / 1);
}
.active\:outline-lime-50\/15:active {
  outline-color: rgb(247 254 231 / 0.15);
}
.active\:outline-lime-50\/20:active {
  outline-color: rgb(247 254 231 / 0.2);
}
.active\:outline-lime-50\/25:active {
  outline-color: rgb(247 254 231 / 0.25);
}
.active\:outline-lime-50\/30:active {
  outline-color: rgb(247 254 231 / 0.3);
}
.active\:outline-lime-50\/35:active {
  outline-color: rgb(247 254 231 / 0.35);
}
.active\:outline-lime-50\/40:active {
  outline-color: rgb(247 254 231 / 0.4);
}
.active\:outline-lime-50\/45:active {
  outline-color: rgb(247 254 231 / 0.45);
}
.active\:outline-lime-50\/5:active {
  outline-color: rgb(247 254 231 / 0.05);
}
.active\:outline-lime-50\/50:active {
  outline-color: rgb(247 254 231 / 0.5);
}
.active\:outline-lime-50\/55:active {
  outline-color: rgb(247 254 231 / 0.55);
}
.active\:outline-lime-50\/60:active {
  outline-color: rgb(247 254 231 / 0.6);
}
.active\:outline-lime-50\/65:active {
  outline-color: rgb(247 254 231 / 0.65);
}
.active\:outline-lime-50\/70:active {
  outline-color: rgb(247 254 231 / 0.7);
}
.active\:outline-lime-50\/75:active {
  outline-color: rgb(247 254 231 / 0.75);
}
.active\:outline-lime-50\/80:active {
  outline-color: rgb(247 254 231 / 0.8);
}
.active\:outline-lime-50\/85:active {
  outline-color: rgb(247 254 231 / 0.85);
}
.active\:outline-lime-50\/90:active {
  outline-color: rgb(247 254 231 / 0.9);
}
.active\:outline-lime-50\/95:active {
  outline-color: rgb(247 254 231 / 0.95);
}
.active\:outline-lime-500:active {
  outline-color: #84cc16;
}
.active\:outline-lime-500\/0:active {
  outline-color: rgb(132 204 22 / 0);
}
.active\:outline-lime-500\/10:active {
  outline-color: rgb(132 204 22 / 0.1);
}
.active\:outline-lime-500\/100:active {
  outline-color: rgb(132 204 22 / 1);
}
.active\:outline-lime-500\/15:active {
  outline-color: rgb(132 204 22 / 0.15);
}
.active\:outline-lime-500\/20:active {
  outline-color: rgb(132 204 22 / 0.2);
}
.active\:outline-lime-500\/25:active {
  outline-color: rgb(132 204 22 / 0.25);
}
.active\:outline-lime-500\/30:active {
  outline-color: rgb(132 204 22 / 0.3);
}
.active\:outline-lime-500\/35:active {
  outline-color: rgb(132 204 22 / 0.35);
}
.active\:outline-lime-500\/40:active {
  outline-color: rgb(132 204 22 / 0.4);
}
.active\:outline-lime-500\/45:active {
  outline-color: rgb(132 204 22 / 0.45);
}
.active\:outline-lime-500\/5:active {
  outline-color: rgb(132 204 22 / 0.05);
}
.active\:outline-lime-500\/50:active {
  outline-color: rgb(132 204 22 / 0.5);
}
.active\:outline-lime-500\/55:active {
  outline-color: rgb(132 204 22 / 0.55);
}
.active\:outline-lime-500\/60:active {
  outline-color: rgb(132 204 22 / 0.6);
}
.active\:outline-lime-500\/65:active {
  outline-color: rgb(132 204 22 / 0.65);
}
.active\:outline-lime-500\/70:active {
  outline-color: rgb(132 204 22 / 0.7);
}
.active\:outline-lime-500\/75:active {
  outline-color: rgb(132 204 22 / 0.75);
}
.active\:outline-lime-500\/80:active {
  outline-color: rgb(132 204 22 / 0.8);
}
.active\:outline-lime-500\/85:active {
  outline-color: rgb(132 204 22 / 0.85);
}
.active\:outline-lime-500\/90:active {
  outline-color: rgb(132 204 22 / 0.9);
}
.active\:outline-lime-500\/95:active {
  outline-color: rgb(132 204 22 / 0.95);
}
.active\:outline-lime-600:active {
  outline-color: #65a30d;
}
.active\:outline-lime-600\/0:active {
  outline-color: rgb(101 163 13 / 0);
}
.active\:outline-lime-600\/10:active {
  outline-color: rgb(101 163 13 / 0.1);
}
.active\:outline-lime-600\/100:active {
  outline-color: rgb(101 163 13 / 1);
}
.active\:outline-lime-600\/15:active {
  outline-color: rgb(101 163 13 / 0.15);
}
.active\:outline-lime-600\/20:active {
  outline-color: rgb(101 163 13 / 0.2);
}
.active\:outline-lime-600\/25:active {
  outline-color: rgb(101 163 13 / 0.25);
}
.active\:outline-lime-600\/30:active {
  outline-color: rgb(101 163 13 / 0.3);
}
.active\:outline-lime-600\/35:active {
  outline-color: rgb(101 163 13 / 0.35);
}
.active\:outline-lime-600\/40:active {
  outline-color: rgb(101 163 13 / 0.4);
}
.active\:outline-lime-600\/45:active {
  outline-color: rgb(101 163 13 / 0.45);
}
.active\:outline-lime-600\/5:active {
  outline-color: rgb(101 163 13 / 0.05);
}
.active\:outline-lime-600\/50:active {
  outline-color: rgb(101 163 13 / 0.5);
}
.active\:outline-lime-600\/55:active {
  outline-color: rgb(101 163 13 / 0.55);
}
.active\:outline-lime-600\/60:active {
  outline-color: rgb(101 163 13 / 0.6);
}
.active\:outline-lime-600\/65:active {
  outline-color: rgb(101 163 13 / 0.65);
}
.active\:outline-lime-600\/70:active {
  outline-color: rgb(101 163 13 / 0.7);
}
.active\:outline-lime-600\/75:active {
  outline-color: rgb(101 163 13 / 0.75);
}
.active\:outline-lime-600\/80:active {
  outline-color: rgb(101 163 13 / 0.8);
}
.active\:outline-lime-600\/85:active {
  outline-color: rgb(101 163 13 / 0.85);
}
.active\:outline-lime-600\/90:active {
  outline-color: rgb(101 163 13 / 0.9);
}
.active\:outline-lime-600\/95:active {
  outline-color: rgb(101 163 13 / 0.95);
}
.active\:outline-lime-700:active {
  outline-color: #4d7c0f;
}
.active\:outline-lime-700\/0:active {
  outline-color: rgb(77 124 15 / 0);
}
.active\:outline-lime-700\/10:active {
  outline-color: rgb(77 124 15 / 0.1);
}
.active\:outline-lime-700\/100:active {
  outline-color: rgb(77 124 15 / 1);
}
.active\:outline-lime-700\/15:active {
  outline-color: rgb(77 124 15 / 0.15);
}
.active\:outline-lime-700\/20:active {
  outline-color: rgb(77 124 15 / 0.2);
}
.active\:outline-lime-700\/25:active {
  outline-color: rgb(77 124 15 / 0.25);
}
.active\:outline-lime-700\/30:active {
  outline-color: rgb(77 124 15 / 0.3);
}
.active\:outline-lime-700\/35:active {
  outline-color: rgb(77 124 15 / 0.35);
}
.active\:outline-lime-700\/40:active {
  outline-color: rgb(77 124 15 / 0.4);
}
.active\:outline-lime-700\/45:active {
  outline-color: rgb(77 124 15 / 0.45);
}
.active\:outline-lime-700\/5:active {
  outline-color: rgb(77 124 15 / 0.05);
}
.active\:outline-lime-700\/50:active {
  outline-color: rgb(77 124 15 / 0.5);
}
.active\:outline-lime-700\/55:active {
  outline-color: rgb(77 124 15 / 0.55);
}
.active\:outline-lime-700\/60:active {
  outline-color: rgb(77 124 15 / 0.6);
}
.active\:outline-lime-700\/65:active {
  outline-color: rgb(77 124 15 / 0.65);
}
.active\:outline-lime-700\/70:active {
  outline-color: rgb(77 124 15 / 0.7);
}
.active\:outline-lime-700\/75:active {
  outline-color: rgb(77 124 15 / 0.75);
}
.active\:outline-lime-700\/80:active {
  outline-color: rgb(77 124 15 / 0.8);
}
.active\:outline-lime-700\/85:active {
  outline-color: rgb(77 124 15 / 0.85);
}
.active\:outline-lime-700\/90:active {
  outline-color: rgb(77 124 15 / 0.9);
}
.active\:outline-lime-700\/95:active {
  outline-color: rgb(77 124 15 / 0.95);
}
.active\:outline-lime-800:active {
  outline-color: #3f6212;
}
.active\:outline-lime-800\/0:active {
  outline-color: rgb(63 98 18 / 0);
}
.active\:outline-lime-800\/10:active {
  outline-color: rgb(63 98 18 / 0.1);
}
.active\:outline-lime-800\/100:active {
  outline-color: rgb(63 98 18 / 1);
}
.active\:outline-lime-800\/15:active {
  outline-color: rgb(63 98 18 / 0.15);
}
.active\:outline-lime-800\/20:active {
  outline-color: rgb(63 98 18 / 0.2);
}
.active\:outline-lime-800\/25:active {
  outline-color: rgb(63 98 18 / 0.25);
}
.active\:outline-lime-800\/30:active {
  outline-color: rgb(63 98 18 / 0.3);
}
.active\:outline-lime-800\/35:active {
  outline-color: rgb(63 98 18 / 0.35);
}
.active\:outline-lime-800\/40:active {
  outline-color: rgb(63 98 18 / 0.4);
}
.active\:outline-lime-800\/45:active {
  outline-color: rgb(63 98 18 / 0.45);
}
.active\:outline-lime-800\/5:active {
  outline-color: rgb(63 98 18 / 0.05);
}
.active\:outline-lime-800\/50:active {
  outline-color: rgb(63 98 18 / 0.5);
}
.active\:outline-lime-800\/55:active {
  outline-color: rgb(63 98 18 / 0.55);
}
.active\:outline-lime-800\/60:active {
  outline-color: rgb(63 98 18 / 0.6);
}
.active\:outline-lime-800\/65:active {
  outline-color: rgb(63 98 18 / 0.65);
}
.active\:outline-lime-800\/70:active {
  outline-color: rgb(63 98 18 / 0.7);
}
.active\:outline-lime-800\/75:active {
  outline-color: rgb(63 98 18 / 0.75);
}
.active\:outline-lime-800\/80:active {
  outline-color: rgb(63 98 18 / 0.8);
}
.active\:outline-lime-800\/85:active {
  outline-color: rgb(63 98 18 / 0.85);
}
.active\:outline-lime-800\/90:active {
  outline-color: rgb(63 98 18 / 0.9);
}
.active\:outline-lime-800\/95:active {
  outline-color: rgb(63 98 18 / 0.95);
}
.active\:outline-lime-900:active {
  outline-color: #365314;
}
.active\:outline-lime-900\/0:active {
  outline-color: rgb(54 83 20 / 0);
}
.active\:outline-lime-900\/10:active {
  outline-color: rgb(54 83 20 / 0.1);
}
.active\:outline-lime-900\/100:active {
  outline-color: rgb(54 83 20 / 1);
}
.active\:outline-lime-900\/15:active {
  outline-color: rgb(54 83 20 / 0.15);
}
.active\:outline-lime-900\/20:active {
  outline-color: rgb(54 83 20 / 0.2);
}
.active\:outline-lime-900\/25:active {
  outline-color: rgb(54 83 20 / 0.25);
}
.active\:outline-lime-900\/30:active {
  outline-color: rgb(54 83 20 / 0.3);
}
.active\:outline-lime-900\/35:active {
  outline-color: rgb(54 83 20 / 0.35);
}
.active\:outline-lime-900\/40:active {
  outline-color: rgb(54 83 20 / 0.4);
}
.active\:outline-lime-900\/45:active {
  outline-color: rgb(54 83 20 / 0.45);
}
.active\:outline-lime-900\/5:active {
  outline-color: rgb(54 83 20 / 0.05);
}
.active\:outline-lime-900\/50:active {
  outline-color: rgb(54 83 20 / 0.5);
}
.active\:outline-lime-900\/55:active {
  outline-color: rgb(54 83 20 / 0.55);
}
.active\:outline-lime-900\/60:active {
  outline-color: rgb(54 83 20 / 0.6);
}
.active\:outline-lime-900\/65:active {
  outline-color: rgb(54 83 20 / 0.65);
}
.active\:outline-lime-900\/70:active {
  outline-color: rgb(54 83 20 / 0.7);
}
.active\:outline-lime-900\/75:active {
  outline-color: rgb(54 83 20 / 0.75);
}
.active\:outline-lime-900\/80:active {
  outline-color: rgb(54 83 20 / 0.8);
}
.active\:outline-lime-900\/85:active {
  outline-color: rgb(54 83 20 / 0.85);
}
.active\:outline-lime-900\/90:active {
  outline-color: rgb(54 83 20 / 0.9);
}
.active\:outline-lime-900\/95:active {
  outline-color: rgb(54 83 20 / 0.95);
}
.active\:outline-lime-950:active {
  outline-color: #1a2e05;
}
.active\:outline-lime-950\/0:active {
  outline-color: rgb(26 46 5 / 0);
}
.active\:outline-lime-950\/10:active {
  outline-color: rgb(26 46 5 / 0.1);
}
.active\:outline-lime-950\/100:active {
  outline-color: rgb(26 46 5 / 1);
}
.active\:outline-lime-950\/15:active {
  outline-color: rgb(26 46 5 / 0.15);
}
.active\:outline-lime-950\/20:active {
  outline-color: rgb(26 46 5 / 0.2);
}
.active\:outline-lime-950\/25:active {
  outline-color: rgb(26 46 5 / 0.25);
}
.active\:outline-lime-950\/30:active {
  outline-color: rgb(26 46 5 / 0.3);
}
.active\:outline-lime-950\/35:active {
  outline-color: rgb(26 46 5 / 0.35);
}
.active\:outline-lime-950\/40:active {
  outline-color: rgb(26 46 5 / 0.4);
}
.active\:outline-lime-950\/45:active {
  outline-color: rgb(26 46 5 / 0.45);
}
.active\:outline-lime-950\/5:active {
  outline-color: rgb(26 46 5 / 0.05);
}
.active\:outline-lime-950\/50:active {
  outline-color: rgb(26 46 5 / 0.5);
}
.active\:outline-lime-950\/55:active {
  outline-color: rgb(26 46 5 / 0.55);
}
.active\:outline-lime-950\/60:active {
  outline-color: rgb(26 46 5 / 0.6);
}
.active\:outline-lime-950\/65:active {
  outline-color: rgb(26 46 5 / 0.65);
}
.active\:outline-lime-950\/70:active {
  outline-color: rgb(26 46 5 / 0.7);
}
.active\:outline-lime-950\/75:active {
  outline-color: rgb(26 46 5 / 0.75);
}
.active\:outline-lime-950\/80:active {
  outline-color: rgb(26 46 5 / 0.8);
}
.active\:outline-lime-950\/85:active {
  outline-color: rgb(26 46 5 / 0.85);
}
.active\:outline-lime-950\/90:active {
  outline-color: rgb(26 46 5 / 0.9);
}
.active\:outline-lime-950\/95:active {
  outline-color: rgb(26 46 5 / 0.95);
}
.active\:outline-neutral-100:active {
  outline-color: #f5f5f5;
}
.active\:outline-neutral-100\/0:active {
  outline-color: rgb(245 245 245 / 0);
}
.active\:outline-neutral-100\/10:active {
  outline-color: rgb(245 245 245 / 0.1);
}
.active\:outline-neutral-100\/100:active {
  outline-color: rgb(245 245 245 / 1);
}
.active\:outline-neutral-100\/15:active {
  outline-color: rgb(245 245 245 / 0.15);
}
.active\:outline-neutral-100\/20:active {
  outline-color: rgb(245 245 245 / 0.2);
}
.active\:outline-neutral-100\/25:active {
  outline-color: rgb(245 245 245 / 0.25);
}
.active\:outline-neutral-100\/30:active {
  outline-color: rgb(245 245 245 / 0.3);
}
.active\:outline-neutral-100\/35:active {
  outline-color: rgb(245 245 245 / 0.35);
}
.active\:outline-neutral-100\/40:active {
  outline-color: rgb(245 245 245 / 0.4);
}
.active\:outline-neutral-100\/45:active {
  outline-color: rgb(245 245 245 / 0.45);
}
.active\:outline-neutral-100\/5:active {
  outline-color: rgb(245 245 245 / 0.05);
}
.active\:outline-neutral-100\/50:active {
  outline-color: rgb(245 245 245 / 0.5);
}
.active\:outline-neutral-100\/55:active {
  outline-color: rgb(245 245 245 / 0.55);
}
.active\:outline-neutral-100\/60:active {
  outline-color: rgb(245 245 245 / 0.6);
}
.active\:outline-neutral-100\/65:active {
  outline-color: rgb(245 245 245 / 0.65);
}
.active\:outline-neutral-100\/70:active {
  outline-color: rgb(245 245 245 / 0.7);
}
.active\:outline-neutral-100\/75:active {
  outline-color: rgb(245 245 245 / 0.75);
}
.active\:outline-neutral-100\/80:active {
  outline-color: rgb(245 245 245 / 0.8);
}
.active\:outline-neutral-100\/85:active {
  outline-color: rgb(245 245 245 / 0.85);
}
.active\:outline-neutral-100\/90:active {
  outline-color: rgb(245 245 245 / 0.9);
}
.active\:outline-neutral-100\/95:active {
  outline-color: rgb(245 245 245 / 0.95);
}
.active\:outline-neutral-200:active {
  outline-color: #e5e5e5;
}
.active\:outline-neutral-200\/0:active {
  outline-color: rgb(229 229 229 / 0);
}
.active\:outline-neutral-200\/10:active {
  outline-color: rgb(229 229 229 / 0.1);
}
.active\:outline-neutral-200\/100:active {
  outline-color: rgb(229 229 229 / 1);
}
.active\:outline-neutral-200\/15:active {
  outline-color: rgb(229 229 229 / 0.15);
}
.active\:outline-neutral-200\/20:active {
  outline-color: rgb(229 229 229 / 0.2);
}
.active\:outline-neutral-200\/25:active {
  outline-color: rgb(229 229 229 / 0.25);
}
.active\:outline-neutral-200\/30:active {
  outline-color: rgb(229 229 229 / 0.3);
}
.active\:outline-neutral-200\/35:active {
  outline-color: rgb(229 229 229 / 0.35);
}
.active\:outline-neutral-200\/40:active {
  outline-color: rgb(229 229 229 / 0.4);
}
.active\:outline-neutral-200\/45:active {
  outline-color: rgb(229 229 229 / 0.45);
}
.active\:outline-neutral-200\/5:active {
  outline-color: rgb(229 229 229 / 0.05);
}
.active\:outline-neutral-200\/50:active {
  outline-color: rgb(229 229 229 / 0.5);
}
.active\:outline-neutral-200\/55:active {
  outline-color: rgb(229 229 229 / 0.55);
}
.active\:outline-neutral-200\/60:active {
  outline-color: rgb(229 229 229 / 0.6);
}
.active\:outline-neutral-200\/65:active {
  outline-color: rgb(229 229 229 / 0.65);
}
.active\:outline-neutral-200\/70:active {
  outline-color: rgb(229 229 229 / 0.7);
}
.active\:outline-neutral-200\/75:active {
  outline-color: rgb(229 229 229 / 0.75);
}
.active\:outline-neutral-200\/80:active {
  outline-color: rgb(229 229 229 / 0.8);
}
.active\:outline-neutral-200\/85:active {
  outline-color: rgb(229 229 229 / 0.85);
}
.active\:outline-neutral-200\/90:active {
  outline-color: rgb(229 229 229 / 0.9);
}
.active\:outline-neutral-200\/95:active {
  outline-color: rgb(229 229 229 / 0.95);
}
.active\:outline-neutral-300:active {
  outline-color: #d4d4d4;
}
.active\:outline-neutral-300\/0:active {
  outline-color: rgb(212 212 212 / 0);
}
.active\:outline-neutral-300\/10:active {
  outline-color: rgb(212 212 212 / 0.1);
}
.active\:outline-neutral-300\/100:active {
  outline-color: rgb(212 212 212 / 1);
}
.active\:outline-neutral-300\/15:active {
  outline-color: rgb(212 212 212 / 0.15);
}
.active\:outline-neutral-300\/20:active {
  outline-color: rgb(212 212 212 / 0.2);
}
.active\:outline-neutral-300\/25:active {
  outline-color: rgb(212 212 212 / 0.25);
}
.active\:outline-neutral-300\/30:active {
  outline-color: rgb(212 212 212 / 0.3);
}
.active\:outline-neutral-300\/35:active {
  outline-color: rgb(212 212 212 / 0.35);
}
.active\:outline-neutral-300\/40:active {
  outline-color: rgb(212 212 212 / 0.4);
}
.active\:outline-neutral-300\/45:active {
  outline-color: rgb(212 212 212 / 0.45);
}
.active\:outline-neutral-300\/5:active {
  outline-color: rgb(212 212 212 / 0.05);
}
.active\:outline-neutral-300\/50:active {
  outline-color: rgb(212 212 212 / 0.5);
}
.active\:outline-neutral-300\/55:active {
  outline-color: rgb(212 212 212 / 0.55);
}
.active\:outline-neutral-300\/60:active {
  outline-color: rgb(212 212 212 / 0.6);
}
.active\:outline-neutral-300\/65:active {
  outline-color: rgb(212 212 212 / 0.65);
}
.active\:outline-neutral-300\/70:active {
  outline-color: rgb(212 212 212 / 0.7);
}
.active\:outline-neutral-300\/75:active {
  outline-color: rgb(212 212 212 / 0.75);
}
.active\:outline-neutral-300\/80:active {
  outline-color: rgb(212 212 212 / 0.8);
}
.active\:outline-neutral-300\/85:active {
  outline-color: rgb(212 212 212 / 0.85);
}
.active\:outline-neutral-300\/90:active {
  outline-color: rgb(212 212 212 / 0.9);
}
.active\:outline-neutral-300\/95:active {
  outline-color: rgb(212 212 212 / 0.95);
}
.active\:outline-neutral-400:active {
  outline-color: #a3a3a3;
}
.active\:outline-neutral-400\/0:active {
  outline-color: rgb(163 163 163 / 0);
}
.active\:outline-neutral-400\/10:active {
  outline-color: rgb(163 163 163 / 0.1);
}
.active\:outline-neutral-400\/100:active {
  outline-color: rgb(163 163 163 / 1);
}
.active\:outline-neutral-400\/15:active {
  outline-color: rgb(163 163 163 / 0.15);
}
.active\:outline-neutral-400\/20:active {
  outline-color: rgb(163 163 163 / 0.2);
}
.active\:outline-neutral-400\/25:active {
  outline-color: rgb(163 163 163 / 0.25);
}
.active\:outline-neutral-400\/30:active {
  outline-color: rgb(163 163 163 / 0.3);
}
.active\:outline-neutral-400\/35:active {
  outline-color: rgb(163 163 163 / 0.35);
}
.active\:outline-neutral-400\/40:active {
  outline-color: rgb(163 163 163 / 0.4);
}
.active\:outline-neutral-400\/45:active {
  outline-color: rgb(163 163 163 / 0.45);
}
.active\:outline-neutral-400\/5:active {
  outline-color: rgb(163 163 163 / 0.05);
}
.active\:outline-neutral-400\/50:active {
  outline-color: rgb(163 163 163 / 0.5);
}
.active\:outline-neutral-400\/55:active {
  outline-color: rgb(163 163 163 / 0.55);
}
.active\:outline-neutral-400\/60:active {
  outline-color: rgb(163 163 163 / 0.6);
}
.active\:outline-neutral-400\/65:active {
  outline-color: rgb(163 163 163 / 0.65);
}
.active\:outline-neutral-400\/70:active {
  outline-color: rgb(163 163 163 / 0.7);
}
.active\:outline-neutral-400\/75:active {
  outline-color: rgb(163 163 163 / 0.75);
}
.active\:outline-neutral-400\/80:active {
  outline-color: rgb(163 163 163 / 0.8);
}
.active\:outline-neutral-400\/85:active {
  outline-color: rgb(163 163 163 / 0.85);
}
.active\:outline-neutral-400\/90:active {
  outline-color: rgb(163 163 163 / 0.9);
}
.active\:outline-neutral-400\/95:active {
  outline-color: rgb(163 163 163 / 0.95);
}
.active\:outline-neutral-50:active {
  outline-color: #fafafa;
}
.active\:outline-neutral-50\/0:active {
  outline-color: rgb(250 250 250 / 0);
}
.active\:outline-neutral-50\/10:active {
  outline-color: rgb(250 250 250 / 0.1);
}
.active\:outline-neutral-50\/100:active {
  outline-color: rgb(250 250 250 / 1);
}
.active\:outline-neutral-50\/15:active {
  outline-color: rgb(250 250 250 / 0.15);
}
.active\:outline-neutral-50\/20:active {
  outline-color: rgb(250 250 250 / 0.2);
}
.active\:outline-neutral-50\/25:active {
  outline-color: rgb(250 250 250 / 0.25);
}
.active\:outline-neutral-50\/30:active {
  outline-color: rgb(250 250 250 / 0.3);
}
.active\:outline-neutral-50\/35:active {
  outline-color: rgb(250 250 250 / 0.35);
}
.active\:outline-neutral-50\/40:active {
  outline-color: rgb(250 250 250 / 0.4);
}
.active\:outline-neutral-50\/45:active {
  outline-color: rgb(250 250 250 / 0.45);
}
.active\:outline-neutral-50\/5:active {
  outline-color: rgb(250 250 250 / 0.05);
}
.active\:outline-neutral-50\/50:active {
  outline-color: rgb(250 250 250 / 0.5);
}
.active\:outline-neutral-50\/55:active {
  outline-color: rgb(250 250 250 / 0.55);
}
.active\:outline-neutral-50\/60:active {
  outline-color: rgb(250 250 250 / 0.6);
}
.active\:outline-neutral-50\/65:active {
  outline-color: rgb(250 250 250 / 0.65);
}
.active\:outline-neutral-50\/70:active {
  outline-color: rgb(250 250 250 / 0.7);
}
.active\:outline-neutral-50\/75:active {
  outline-color: rgb(250 250 250 / 0.75);
}
.active\:outline-neutral-50\/80:active {
  outline-color: rgb(250 250 250 / 0.8);
}
.active\:outline-neutral-50\/85:active {
  outline-color: rgb(250 250 250 / 0.85);
}
.active\:outline-neutral-50\/90:active {
  outline-color: rgb(250 250 250 / 0.9);
}
.active\:outline-neutral-50\/95:active {
  outline-color: rgb(250 250 250 / 0.95);
}
.active\:outline-neutral-500:active {
  outline-color: #737373;
}
.active\:outline-neutral-500\/0:active {
  outline-color: rgb(115 115 115 / 0);
}
.active\:outline-neutral-500\/10:active {
  outline-color: rgb(115 115 115 / 0.1);
}
.active\:outline-neutral-500\/100:active {
  outline-color: rgb(115 115 115 / 1);
}
.active\:outline-neutral-500\/15:active {
  outline-color: rgb(115 115 115 / 0.15);
}
.active\:outline-neutral-500\/20:active {
  outline-color: rgb(115 115 115 / 0.2);
}
.active\:outline-neutral-500\/25:active {
  outline-color: rgb(115 115 115 / 0.25);
}
.active\:outline-neutral-500\/30:active {
  outline-color: rgb(115 115 115 / 0.3);
}
.active\:outline-neutral-500\/35:active {
  outline-color: rgb(115 115 115 / 0.35);
}
.active\:outline-neutral-500\/40:active {
  outline-color: rgb(115 115 115 / 0.4);
}
.active\:outline-neutral-500\/45:active {
  outline-color: rgb(115 115 115 / 0.45);
}
.active\:outline-neutral-500\/5:active {
  outline-color: rgb(115 115 115 / 0.05);
}
.active\:outline-neutral-500\/50:active {
  outline-color: rgb(115 115 115 / 0.5);
}
.active\:outline-neutral-500\/55:active {
  outline-color: rgb(115 115 115 / 0.55);
}
.active\:outline-neutral-500\/60:active {
  outline-color: rgb(115 115 115 / 0.6);
}
.active\:outline-neutral-500\/65:active {
  outline-color: rgb(115 115 115 / 0.65);
}
.active\:outline-neutral-500\/70:active {
  outline-color: rgb(115 115 115 / 0.7);
}
.active\:outline-neutral-500\/75:active {
  outline-color: rgb(115 115 115 / 0.75);
}
.active\:outline-neutral-500\/80:active {
  outline-color: rgb(115 115 115 / 0.8);
}
.active\:outline-neutral-500\/85:active {
  outline-color: rgb(115 115 115 / 0.85);
}
.active\:outline-neutral-500\/90:active {
  outline-color: rgb(115 115 115 / 0.9);
}
.active\:outline-neutral-500\/95:active {
  outline-color: rgb(115 115 115 / 0.95);
}
.active\:outline-neutral-600:active {
  outline-color: #525252;
}
.active\:outline-neutral-600\/0:active {
  outline-color: rgb(82 82 82 / 0);
}
.active\:outline-neutral-600\/10:active {
  outline-color: rgb(82 82 82 / 0.1);
}
.active\:outline-neutral-600\/100:active {
  outline-color: rgb(82 82 82 / 1);
}
.active\:outline-neutral-600\/15:active {
  outline-color: rgb(82 82 82 / 0.15);
}
.active\:outline-neutral-600\/20:active {
  outline-color: rgb(82 82 82 / 0.2);
}
.active\:outline-neutral-600\/25:active {
  outline-color: rgb(82 82 82 / 0.25);
}
.active\:outline-neutral-600\/30:active {
  outline-color: rgb(82 82 82 / 0.3);
}
.active\:outline-neutral-600\/35:active {
  outline-color: rgb(82 82 82 / 0.35);
}
.active\:outline-neutral-600\/40:active {
  outline-color: rgb(82 82 82 / 0.4);
}
.active\:outline-neutral-600\/45:active {
  outline-color: rgb(82 82 82 / 0.45);
}
.active\:outline-neutral-600\/5:active {
  outline-color: rgb(82 82 82 / 0.05);
}
.active\:outline-neutral-600\/50:active {
  outline-color: rgb(82 82 82 / 0.5);
}
.active\:outline-neutral-600\/55:active {
  outline-color: rgb(82 82 82 / 0.55);
}
.active\:outline-neutral-600\/60:active {
  outline-color: rgb(82 82 82 / 0.6);
}
.active\:outline-neutral-600\/65:active {
  outline-color: rgb(82 82 82 / 0.65);
}
.active\:outline-neutral-600\/70:active {
  outline-color: rgb(82 82 82 / 0.7);
}
.active\:outline-neutral-600\/75:active {
  outline-color: rgb(82 82 82 / 0.75);
}
.active\:outline-neutral-600\/80:active {
  outline-color: rgb(82 82 82 / 0.8);
}
.active\:outline-neutral-600\/85:active {
  outline-color: rgb(82 82 82 / 0.85);
}
.active\:outline-neutral-600\/90:active {
  outline-color: rgb(82 82 82 / 0.9);
}
.active\:outline-neutral-600\/95:active {
  outline-color: rgb(82 82 82 / 0.95);
}
.active\:outline-neutral-700:active {
  outline-color: #404040;
}
.active\:outline-neutral-700\/0:active {
  outline-color: rgb(64 64 64 / 0);
}
.active\:outline-neutral-700\/10:active {
  outline-color: rgb(64 64 64 / 0.1);
}
.active\:outline-neutral-700\/100:active {
  outline-color: rgb(64 64 64 / 1);
}
.active\:outline-neutral-700\/15:active {
  outline-color: rgb(64 64 64 / 0.15);
}
.active\:outline-neutral-700\/20:active {
  outline-color: rgb(64 64 64 / 0.2);
}
.active\:outline-neutral-700\/25:active {
  outline-color: rgb(64 64 64 / 0.25);
}
.active\:outline-neutral-700\/30:active {
  outline-color: rgb(64 64 64 / 0.3);
}
.active\:outline-neutral-700\/35:active {
  outline-color: rgb(64 64 64 / 0.35);
}
.active\:outline-neutral-700\/40:active {
  outline-color: rgb(64 64 64 / 0.4);
}
.active\:outline-neutral-700\/45:active {
  outline-color: rgb(64 64 64 / 0.45);
}
.active\:outline-neutral-700\/5:active {
  outline-color: rgb(64 64 64 / 0.05);
}
.active\:outline-neutral-700\/50:active {
  outline-color: rgb(64 64 64 / 0.5);
}
.active\:outline-neutral-700\/55:active {
  outline-color: rgb(64 64 64 / 0.55);
}
.active\:outline-neutral-700\/60:active {
  outline-color: rgb(64 64 64 / 0.6);
}
.active\:outline-neutral-700\/65:active {
  outline-color: rgb(64 64 64 / 0.65);
}
.active\:outline-neutral-700\/70:active {
  outline-color: rgb(64 64 64 / 0.7);
}
.active\:outline-neutral-700\/75:active {
  outline-color: rgb(64 64 64 / 0.75);
}
.active\:outline-neutral-700\/80:active {
  outline-color: rgb(64 64 64 / 0.8);
}
.active\:outline-neutral-700\/85:active {
  outline-color: rgb(64 64 64 / 0.85);
}
.active\:outline-neutral-700\/90:active {
  outline-color: rgb(64 64 64 / 0.9);
}
.active\:outline-neutral-700\/95:active {
  outline-color: rgb(64 64 64 / 0.95);
}
.active\:outline-neutral-800:active {
  outline-color: #262626;
}
.active\:outline-neutral-800\/0:active {
  outline-color: rgb(38 38 38 / 0);
}
.active\:outline-neutral-800\/10:active {
  outline-color: rgb(38 38 38 / 0.1);
}
.active\:outline-neutral-800\/100:active {
  outline-color: rgb(38 38 38 / 1);
}
.active\:outline-neutral-800\/15:active {
  outline-color: rgb(38 38 38 / 0.15);
}
.active\:outline-neutral-800\/20:active {
  outline-color: rgb(38 38 38 / 0.2);
}
.active\:outline-neutral-800\/25:active {
  outline-color: rgb(38 38 38 / 0.25);
}
.active\:outline-neutral-800\/30:active {
  outline-color: rgb(38 38 38 / 0.3);
}
.active\:outline-neutral-800\/35:active {
  outline-color: rgb(38 38 38 / 0.35);
}
.active\:outline-neutral-800\/40:active {
  outline-color: rgb(38 38 38 / 0.4);
}
.active\:outline-neutral-800\/45:active {
  outline-color: rgb(38 38 38 / 0.45);
}
.active\:outline-neutral-800\/5:active {
  outline-color: rgb(38 38 38 / 0.05);
}
.active\:outline-neutral-800\/50:active {
  outline-color: rgb(38 38 38 / 0.5);
}
.active\:outline-neutral-800\/55:active {
  outline-color: rgb(38 38 38 / 0.55);
}
.active\:outline-neutral-800\/60:active {
  outline-color: rgb(38 38 38 / 0.6);
}
.active\:outline-neutral-800\/65:active {
  outline-color: rgb(38 38 38 / 0.65);
}
.active\:outline-neutral-800\/70:active {
  outline-color: rgb(38 38 38 / 0.7);
}
.active\:outline-neutral-800\/75:active {
  outline-color: rgb(38 38 38 / 0.75);
}
.active\:outline-neutral-800\/80:active {
  outline-color: rgb(38 38 38 / 0.8);
}
.active\:outline-neutral-800\/85:active {
  outline-color: rgb(38 38 38 / 0.85);
}
.active\:outline-neutral-800\/90:active {
  outline-color: rgb(38 38 38 / 0.9);
}
.active\:outline-neutral-800\/95:active {
  outline-color: rgb(38 38 38 / 0.95);
}
.active\:outline-neutral-900:active {
  outline-color: #171717;
}
.active\:outline-neutral-900\/0:active {
  outline-color: rgb(23 23 23 / 0);
}
.active\:outline-neutral-900\/10:active {
  outline-color: rgb(23 23 23 / 0.1);
}
.active\:outline-neutral-900\/100:active {
  outline-color: rgb(23 23 23 / 1);
}
.active\:outline-neutral-900\/15:active {
  outline-color: rgb(23 23 23 / 0.15);
}
.active\:outline-neutral-900\/20:active {
  outline-color: rgb(23 23 23 / 0.2);
}
.active\:outline-neutral-900\/25:active {
  outline-color: rgb(23 23 23 / 0.25);
}
.active\:outline-neutral-900\/30:active {
  outline-color: rgb(23 23 23 / 0.3);
}
.active\:outline-neutral-900\/35:active {
  outline-color: rgb(23 23 23 / 0.35);
}
.active\:outline-neutral-900\/40:active {
  outline-color: rgb(23 23 23 / 0.4);
}
.active\:outline-neutral-900\/45:active {
  outline-color: rgb(23 23 23 / 0.45);
}
.active\:outline-neutral-900\/5:active {
  outline-color: rgb(23 23 23 / 0.05);
}
.active\:outline-neutral-900\/50:active {
  outline-color: rgb(23 23 23 / 0.5);
}
.active\:outline-neutral-900\/55:active {
  outline-color: rgb(23 23 23 / 0.55);
}
.active\:outline-neutral-900\/60:active {
  outline-color: rgb(23 23 23 / 0.6);
}
.active\:outline-neutral-900\/65:active {
  outline-color: rgb(23 23 23 / 0.65);
}
.active\:outline-neutral-900\/70:active {
  outline-color: rgb(23 23 23 / 0.7);
}
.active\:outline-neutral-900\/75:active {
  outline-color: rgb(23 23 23 / 0.75);
}
.active\:outline-neutral-900\/80:active {
  outline-color: rgb(23 23 23 / 0.8);
}
.active\:outline-neutral-900\/85:active {
  outline-color: rgb(23 23 23 / 0.85);
}
.active\:outline-neutral-900\/90:active {
  outline-color: rgb(23 23 23 / 0.9);
}
.active\:outline-neutral-900\/95:active {
  outline-color: rgb(23 23 23 / 0.95);
}
.active\:outline-neutral-950:active {
  outline-color: #0a0a0a;
}
.active\:outline-neutral-950\/0:active {
  outline-color: rgb(10 10 10 / 0);
}
.active\:outline-neutral-950\/10:active {
  outline-color: rgb(10 10 10 / 0.1);
}
.active\:outline-neutral-950\/100:active {
  outline-color: rgb(10 10 10 / 1);
}
.active\:outline-neutral-950\/15:active {
  outline-color: rgb(10 10 10 / 0.15);
}
.active\:outline-neutral-950\/20:active {
  outline-color: rgb(10 10 10 / 0.2);
}
.active\:outline-neutral-950\/25:active {
  outline-color: rgb(10 10 10 / 0.25);
}
.active\:outline-neutral-950\/30:active {
  outline-color: rgb(10 10 10 / 0.3);
}
.active\:outline-neutral-950\/35:active {
  outline-color: rgb(10 10 10 / 0.35);
}
.active\:outline-neutral-950\/40:active {
  outline-color: rgb(10 10 10 / 0.4);
}
.active\:outline-neutral-950\/45:active {
  outline-color: rgb(10 10 10 / 0.45);
}
.active\:outline-neutral-950\/5:active {
  outline-color: rgb(10 10 10 / 0.05);
}
.active\:outline-neutral-950\/50:active {
  outline-color: rgb(10 10 10 / 0.5);
}
.active\:outline-neutral-950\/55:active {
  outline-color: rgb(10 10 10 / 0.55);
}
.active\:outline-neutral-950\/60:active {
  outline-color: rgb(10 10 10 / 0.6);
}
.active\:outline-neutral-950\/65:active {
  outline-color: rgb(10 10 10 / 0.65);
}
.active\:outline-neutral-950\/70:active {
  outline-color: rgb(10 10 10 / 0.7);
}
.active\:outline-neutral-950\/75:active {
  outline-color: rgb(10 10 10 / 0.75);
}
.active\:outline-neutral-950\/80:active {
  outline-color: rgb(10 10 10 / 0.8);
}
.active\:outline-neutral-950\/85:active {
  outline-color: rgb(10 10 10 / 0.85);
}
.active\:outline-neutral-950\/90:active {
  outline-color: rgb(10 10 10 / 0.9);
}
.active\:outline-neutral-950\/95:active {
  outline-color: rgb(10 10 10 / 0.95);
}
.active\:outline-orange-100:active {
  outline-color: #ffedd5;
}
.active\:outline-orange-100\/0:active {
  outline-color: rgb(255 237 213 / 0);
}
.active\:outline-orange-100\/10:active {
  outline-color: rgb(255 237 213 / 0.1);
}
.active\:outline-orange-100\/100:active {
  outline-color: rgb(255 237 213 / 1);
}
.active\:outline-orange-100\/15:active {
  outline-color: rgb(255 237 213 / 0.15);
}
.active\:outline-orange-100\/20:active {
  outline-color: rgb(255 237 213 / 0.2);
}
.active\:outline-orange-100\/25:active {
  outline-color: rgb(255 237 213 / 0.25);
}
.active\:outline-orange-100\/30:active {
  outline-color: rgb(255 237 213 / 0.3);
}
.active\:outline-orange-100\/35:active {
  outline-color: rgb(255 237 213 / 0.35);
}
.active\:outline-orange-100\/40:active {
  outline-color: rgb(255 237 213 / 0.4);
}
.active\:outline-orange-100\/45:active {
  outline-color: rgb(255 237 213 / 0.45);
}
.active\:outline-orange-100\/5:active {
  outline-color: rgb(255 237 213 / 0.05);
}
.active\:outline-orange-100\/50:active {
  outline-color: rgb(255 237 213 / 0.5);
}
.active\:outline-orange-100\/55:active {
  outline-color: rgb(255 237 213 / 0.55);
}
.active\:outline-orange-100\/60:active {
  outline-color: rgb(255 237 213 / 0.6);
}
.active\:outline-orange-100\/65:active {
  outline-color: rgb(255 237 213 / 0.65);
}
.active\:outline-orange-100\/70:active {
  outline-color: rgb(255 237 213 / 0.7);
}
.active\:outline-orange-100\/75:active {
  outline-color: rgb(255 237 213 / 0.75);
}
.active\:outline-orange-100\/80:active {
  outline-color: rgb(255 237 213 / 0.8);
}
.active\:outline-orange-100\/85:active {
  outline-color: rgb(255 237 213 / 0.85);
}
.active\:outline-orange-100\/90:active {
  outline-color: rgb(255 237 213 / 0.9);
}
.active\:outline-orange-100\/95:active {
  outline-color: rgb(255 237 213 / 0.95);
}
.active\:outline-orange-200:active {
  outline-color: #fed7aa;
}
.active\:outline-orange-200\/0:active {
  outline-color: rgb(254 215 170 / 0);
}
.active\:outline-orange-200\/10:active {
  outline-color: rgb(254 215 170 / 0.1);
}
.active\:outline-orange-200\/100:active {
  outline-color: rgb(254 215 170 / 1);
}
.active\:outline-orange-200\/15:active {
  outline-color: rgb(254 215 170 / 0.15);
}
.active\:outline-orange-200\/20:active {
  outline-color: rgb(254 215 170 / 0.2);
}
.active\:outline-orange-200\/25:active {
  outline-color: rgb(254 215 170 / 0.25);
}
.active\:outline-orange-200\/30:active {
  outline-color: rgb(254 215 170 / 0.3);
}
.active\:outline-orange-200\/35:active {
  outline-color: rgb(254 215 170 / 0.35);
}
.active\:outline-orange-200\/40:active {
  outline-color: rgb(254 215 170 / 0.4);
}
.active\:outline-orange-200\/45:active {
  outline-color: rgb(254 215 170 / 0.45);
}
.active\:outline-orange-200\/5:active {
  outline-color: rgb(254 215 170 / 0.05);
}
.active\:outline-orange-200\/50:active {
  outline-color: rgb(254 215 170 / 0.5);
}
.active\:outline-orange-200\/55:active {
  outline-color: rgb(254 215 170 / 0.55);
}
.active\:outline-orange-200\/60:active {
  outline-color: rgb(254 215 170 / 0.6);
}
.active\:outline-orange-200\/65:active {
  outline-color: rgb(254 215 170 / 0.65);
}
.active\:outline-orange-200\/70:active {
  outline-color: rgb(254 215 170 / 0.7);
}
.active\:outline-orange-200\/75:active {
  outline-color: rgb(254 215 170 / 0.75);
}
.active\:outline-orange-200\/80:active {
  outline-color: rgb(254 215 170 / 0.8);
}
.active\:outline-orange-200\/85:active {
  outline-color: rgb(254 215 170 / 0.85);
}
.active\:outline-orange-200\/90:active {
  outline-color: rgb(254 215 170 / 0.9);
}
.active\:outline-orange-200\/95:active {
  outline-color: rgb(254 215 170 / 0.95);
}
.active\:outline-orange-300:active {
  outline-color: #fdba74;
}
.active\:outline-orange-300\/0:active {
  outline-color: rgb(253 186 116 / 0);
}
.active\:outline-orange-300\/10:active {
  outline-color: rgb(253 186 116 / 0.1);
}
.active\:outline-orange-300\/100:active {
  outline-color: rgb(253 186 116 / 1);
}
.active\:outline-orange-300\/15:active {
  outline-color: rgb(253 186 116 / 0.15);
}
.active\:outline-orange-300\/20:active {
  outline-color: rgb(253 186 116 / 0.2);
}
.active\:outline-orange-300\/25:active {
  outline-color: rgb(253 186 116 / 0.25);
}
.active\:outline-orange-300\/30:active {
  outline-color: rgb(253 186 116 / 0.3);
}
.active\:outline-orange-300\/35:active {
  outline-color: rgb(253 186 116 / 0.35);
}
.active\:outline-orange-300\/40:active {
  outline-color: rgb(253 186 116 / 0.4);
}
.active\:outline-orange-300\/45:active {
  outline-color: rgb(253 186 116 / 0.45);
}
.active\:outline-orange-300\/5:active {
  outline-color: rgb(253 186 116 / 0.05);
}
.active\:outline-orange-300\/50:active {
  outline-color: rgb(253 186 116 / 0.5);
}
.active\:outline-orange-300\/55:active {
  outline-color: rgb(253 186 116 / 0.55);
}
.active\:outline-orange-300\/60:active {
  outline-color: rgb(253 186 116 / 0.6);
}
.active\:outline-orange-300\/65:active {
  outline-color: rgb(253 186 116 / 0.65);
}
.active\:outline-orange-300\/70:active {
  outline-color: rgb(253 186 116 / 0.7);
}
.active\:outline-orange-300\/75:active {
  outline-color: rgb(253 186 116 / 0.75);
}
.active\:outline-orange-300\/80:active {
  outline-color: rgb(253 186 116 / 0.8);
}
.active\:outline-orange-300\/85:active {
  outline-color: rgb(253 186 116 / 0.85);
}
.active\:outline-orange-300\/90:active {
  outline-color: rgb(253 186 116 / 0.9);
}
.active\:outline-orange-300\/95:active {
  outline-color: rgb(253 186 116 / 0.95);
}
.active\:outline-orange-400:active {
  outline-color: #fb923c;
}
.active\:outline-orange-400\/0:active {
  outline-color: rgb(251 146 60 / 0);
}
.active\:outline-orange-400\/10:active {
  outline-color: rgb(251 146 60 / 0.1);
}
.active\:outline-orange-400\/100:active {
  outline-color: rgb(251 146 60 / 1);
}
.active\:outline-orange-400\/15:active {
  outline-color: rgb(251 146 60 / 0.15);
}
.active\:outline-orange-400\/20:active {
  outline-color: rgb(251 146 60 / 0.2);
}
.active\:outline-orange-400\/25:active {
  outline-color: rgb(251 146 60 / 0.25);
}
.active\:outline-orange-400\/30:active {
  outline-color: rgb(251 146 60 / 0.3);
}
.active\:outline-orange-400\/35:active {
  outline-color: rgb(251 146 60 / 0.35);
}
.active\:outline-orange-400\/40:active {
  outline-color: rgb(251 146 60 / 0.4);
}
.active\:outline-orange-400\/45:active {
  outline-color: rgb(251 146 60 / 0.45);
}
.active\:outline-orange-400\/5:active {
  outline-color: rgb(251 146 60 / 0.05);
}
.active\:outline-orange-400\/50:active {
  outline-color: rgb(251 146 60 / 0.5);
}
.active\:outline-orange-400\/55:active {
  outline-color: rgb(251 146 60 / 0.55);
}
.active\:outline-orange-400\/60:active {
  outline-color: rgb(251 146 60 / 0.6);
}
.active\:outline-orange-400\/65:active {
  outline-color: rgb(251 146 60 / 0.65);
}
.active\:outline-orange-400\/70:active {
  outline-color: rgb(251 146 60 / 0.7);
}
.active\:outline-orange-400\/75:active {
  outline-color: rgb(251 146 60 / 0.75);
}
.active\:outline-orange-400\/80:active {
  outline-color: rgb(251 146 60 / 0.8);
}
.active\:outline-orange-400\/85:active {
  outline-color: rgb(251 146 60 / 0.85);
}
.active\:outline-orange-400\/90:active {
  outline-color: rgb(251 146 60 / 0.9);
}
.active\:outline-orange-400\/95:active {
  outline-color: rgb(251 146 60 / 0.95);
}
.active\:outline-orange-50:active {
  outline-color: #fff7ed;
}
.active\:outline-orange-50\/0:active {
  outline-color: rgb(255 247 237 / 0);
}
.active\:outline-orange-50\/10:active {
  outline-color: rgb(255 247 237 / 0.1);
}
.active\:outline-orange-50\/100:active {
  outline-color: rgb(255 247 237 / 1);
}
.active\:outline-orange-50\/15:active {
  outline-color: rgb(255 247 237 / 0.15);
}
.active\:outline-orange-50\/20:active {
  outline-color: rgb(255 247 237 / 0.2);
}
.active\:outline-orange-50\/25:active {
  outline-color: rgb(255 247 237 / 0.25);
}
.active\:outline-orange-50\/30:active {
  outline-color: rgb(255 247 237 / 0.3);
}
.active\:outline-orange-50\/35:active {
  outline-color: rgb(255 247 237 / 0.35);
}
.active\:outline-orange-50\/40:active {
  outline-color: rgb(255 247 237 / 0.4);
}
.active\:outline-orange-50\/45:active {
  outline-color: rgb(255 247 237 / 0.45);
}
.active\:outline-orange-50\/5:active {
  outline-color: rgb(255 247 237 / 0.05);
}
.active\:outline-orange-50\/50:active {
  outline-color: rgb(255 247 237 / 0.5);
}
.active\:outline-orange-50\/55:active {
  outline-color: rgb(255 247 237 / 0.55);
}
.active\:outline-orange-50\/60:active {
  outline-color: rgb(255 247 237 / 0.6);
}
.active\:outline-orange-50\/65:active {
  outline-color: rgb(255 247 237 / 0.65);
}
.active\:outline-orange-50\/70:active {
  outline-color: rgb(255 247 237 / 0.7);
}
.active\:outline-orange-50\/75:active {
  outline-color: rgb(255 247 237 / 0.75);
}
.active\:outline-orange-50\/80:active {
  outline-color: rgb(255 247 237 / 0.8);
}
.active\:outline-orange-50\/85:active {
  outline-color: rgb(255 247 237 / 0.85);
}
.active\:outline-orange-50\/90:active {
  outline-color: rgb(255 247 237 / 0.9);
}
.active\:outline-orange-50\/95:active {
  outline-color: rgb(255 247 237 / 0.95);
}
.active\:outline-orange-500:active {
  outline-color: #f97316;
}
.active\:outline-orange-500\/0:active {
  outline-color: rgb(249 115 22 / 0);
}
.active\:outline-orange-500\/10:active {
  outline-color: rgb(249 115 22 / 0.1);
}
.active\:outline-orange-500\/100:active {
  outline-color: rgb(249 115 22 / 1);
}
.active\:outline-orange-500\/15:active {
  outline-color: rgb(249 115 22 / 0.15);
}
.active\:outline-orange-500\/20:active {
  outline-color: rgb(249 115 22 / 0.2);
}
.active\:outline-orange-500\/25:active {
  outline-color: rgb(249 115 22 / 0.25);
}
.active\:outline-orange-500\/30:active {
  outline-color: rgb(249 115 22 / 0.3);
}
.active\:outline-orange-500\/35:active {
  outline-color: rgb(249 115 22 / 0.35);
}
.active\:outline-orange-500\/40:active {
  outline-color: rgb(249 115 22 / 0.4);
}
.active\:outline-orange-500\/45:active {
  outline-color: rgb(249 115 22 / 0.45);
}
.active\:outline-orange-500\/5:active {
  outline-color: rgb(249 115 22 / 0.05);
}
.active\:outline-orange-500\/50:active {
  outline-color: rgb(249 115 22 / 0.5);
}
.active\:outline-orange-500\/55:active {
  outline-color: rgb(249 115 22 / 0.55);
}
.active\:outline-orange-500\/60:active {
  outline-color: rgb(249 115 22 / 0.6);
}
.active\:outline-orange-500\/65:active {
  outline-color: rgb(249 115 22 / 0.65);
}
.active\:outline-orange-500\/70:active {
  outline-color: rgb(249 115 22 / 0.7);
}
.active\:outline-orange-500\/75:active {
  outline-color: rgb(249 115 22 / 0.75);
}
.active\:outline-orange-500\/80:active {
  outline-color: rgb(249 115 22 / 0.8);
}
.active\:outline-orange-500\/85:active {
  outline-color: rgb(249 115 22 / 0.85);
}
.active\:outline-orange-500\/90:active {
  outline-color: rgb(249 115 22 / 0.9);
}
.active\:outline-orange-500\/95:active {
  outline-color: rgb(249 115 22 / 0.95);
}
.active\:outline-orange-600:active {
  outline-color: #ea580c;
}
.active\:outline-orange-600\/0:active {
  outline-color: rgb(234 88 12 / 0);
}
.active\:outline-orange-600\/10:active {
  outline-color: rgb(234 88 12 / 0.1);
}
.active\:outline-orange-600\/100:active {
  outline-color: rgb(234 88 12 / 1);
}
.active\:outline-orange-600\/15:active {
  outline-color: rgb(234 88 12 / 0.15);
}
.active\:outline-orange-600\/20:active {
  outline-color: rgb(234 88 12 / 0.2);
}
.active\:outline-orange-600\/25:active {
  outline-color: rgb(234 88 12 / 0.25);
}
.active\:outline-orange-600\/30:active {
  outline-color: rgb(234 88 12 / 0.3);
}
.active\:outline-orange-600\/35:active {
  outline-color: rgb(234 88 12 / 0.35);
}
.active\:outline-orange-600\/40:active {
  outline-color: rgb(234 88 12 / 0.4);
}
.active\:outline-orange-600\/45:active {
  outline-color: rgb(234 88 12 / 0.45);
}
.active\:outline-orange-600\/5:active {
  outline-color: rgb(234 88 12 / 0.05);
}
.active\:outline-orange-600\/50:active {
  outline-color: rgb(234 88 12 / 0.5);
}
.active\:outline-orange-600\/55:active {
  outline-color: rgb(234 88 12 / 0.55);
}
.active\:outline-orange-600\/60:active {
  outline-color: rgb(234 88 12 / 0.6);
}
.active\:outline-orange-600\/65:active {
  outline-color: rgb(234 88 12 / 0.65);
}
.active\:outline-orange-600\/70:active {
  outline-color: rgb(234 88 12 / 0.7);
}
.active\:outline-orange-600\/75:active {
  outline-color: rgb(234 88 12 / 0.75);
}
.active\:outline-orange-600\/80:active {
  outline-color: rgb(234 88 12 / 0.8);
}
.active\:outline-orange-600\/85:active {
  outline-color: rgb(234 88 12 / 0.85);
}
.active\:outline-orange-600\/90:active {
  outline-color: rgb(234 88 12 / 0.9);
}
.active\:outline-orange-600\/95:active {
  outline-color: rgb(234 88 12 / 0.95);
}
.active\:outline-orange-700:active {
  outline-color: #c2410c;
}
.active\:outline-orange-700\/0:active {
  outline-color: rgb(194 65 12 / 0);
}
.active\:outline-orange-700\/10:active {
  outline-color: rgb(194 65 12 / 0.1);
}
.active\:outline-orange-700\/100:active {
  outline-color: rgb(194 65 12 / 1);
}
.active\:outline-orange-700\/15:active {
  outline-color: rgb(194 65 12 / 0.15);
}
.active\:outline-orange-700\/20:active {
  outline-color: rgb(194 65 12 / 0.2);
}
.active\:outline-orange-700\/25:active {
  outline-color: rgb(194 65 12 / 0.25);
}
.active\:outline-orange-700\/30:active {
  outline-color: rgb(194 65 12 / 0.3);
}
.active\:outline-orange-700\/35:active {
  outline-color: rgb(194 65 12 / 0.35);
}
.active\:outline-orange-700\/40:active {
  outline-color: rgb(194 65 12 / 0.4);
}
.active\:outline-orange-700\/45:active {
  outline-color: rgb(194 65 12 / 0.45);
}
.active\:outline-orange-700\/5:active {
  outline-color: rgb(194 65 12 / 0.05);
}
.active\:outline-orange-700\/50:active {
  outline-color: rgb(194 65 12 / 0.5);
}
.active\:outline-orange-700\/55:active {
  outline-color: rgb(194 65 12 / 0.55);
}
.active\:outline-orange-700\/60:active {
  outline-color: rgb(194 65 12 / 0.6);
}
.active\:outline-orange-700\/65:active {
  outline-color: rgb(194 65 12 / 0.65);
}
.active\:outline-orange-700\/70:active {
  outline-color: rgb(194 65 12 / 0.7);
}
.active\:outline-orange-700\/75:active {
  outline-color: rgb(194 65 12 / 0.75);
}
.active\:outline-orange-700\/80:active {
  outline-color: rgb(194 65 12 / 0.8);
}
.active\:outline-orange-700\/85:active {
  outline-color: rgb(194 65 12 / 0.85);
}
.active\:outline-orange-700\/90:active {
  outline-color: rgb(194 65 12 / 0.9);
}
.active\:outline-orange-700\/95:active {
  outline-color: rgb(194 65 12 / 0.95);
}
.active\:outline-orange-800:active {
  outline-color: #9a3412;
}
.active\:outline-orange-800\/0:active {
  outline-color: rgb(154 52 18 / 0);
}
.active\:outline-orange-800\/10:active {
  outline-color: rgb(154 52 18 / 0.1);
}
.active\:outline-orange-800\/100:active {
  outline-color: rgb(154 52 18 / 1);
}
.active\:outline-orange-800\/15:active {
  outline-color: rgb(154 52 18 / 0.15);
}
.active\:outline-orange-800\/20:active {
  outline-color: rgb(154 52 18 / 0.2);
}
.active\:outline-orange-800\/25:active {
  outline-color: rgb(154 52 18 / 0.25);
}
.active\:outline-orange-800\/30:active {
  outline-color: rgb(154 52 18 / 0.3);
}
.active\:outline-orange-800\/35:active {
  outline-color: rgb(154 52 18 / 0.35);
}
.active\:outline-orange-800\/40:active {
  outline-color: rgb(154 52 18 / 0.4);
}
.active\:outline-orange-800\/45:active {
  outline-color: rgb(154 52 18 / 0.45);
}
.active\:outline-orange-800\/5:active {
  outline-color: rgb(154 52 18 / 0.05);
}
.active\:outline-orange-800\/50:active {
  outline-color: rgb(154 52 18 / 0.5);
}
.active\:outline-orange-800\/55:active {
  outline-color: rgb(154 52 18 / 0.55);
}
.active\:outline-orange-800\/60:active {
  outline-color: rgb(154 52 18 / 0.6);
}
.active\:outline-orange-800\/65:active {
  outline-color: rgb(154 52 18 / 0.65);
}
.active\:outline-orange-800\/70:active {
  outline-color: rgb(154 52 18 / 0.7);
}
.active\:outline-orange-800\/75:active {
  outline-color: rgb(154 52 18 / 0.75);
}
.active\:outline-orange-800\/80:active {
  outline-color: rgb(154 52 18 / 0.8);
}
.active\:outline-orange-800\/85:active {
  outline-color: rgb(154 52 18 / 0.85);
}
.active\:outline-orange-800\/90:active {
  outline-color: rgb(154 52 18 / 0.9);
}
.active\:outline-orange-800\/95:active {
  outline-color: rgb(154 52 18 / 0.95);
}
.active\:outline-orange-900:active {
  outline-color: #7c2d12;
}
.active\:outline-orange-900\/0:active {
  outline-color: rgb(124 45 18 / 0);
}
.active\:outline-orange-900\/10:active {
  outline-color: rgb(124 45 18 / 0.1);
}
.active\:outline-orange-900\/100:active {
  outline-color: rgb(124 45 18 / 1);
}
.active\:outline-orange-900\/15:active {
  outline-color: rgb(124 45 18 / 0.15);
}
.active\:outline-orange-900\/20:active {
  outline-color: rgb(124 45 18 / 0.2);
}
.active\:outline-orange-900\/25:active {
  outline-color: rgb(124 45 18 / 0.25);
}
.active\:outline-orange-900\/30:active {
  outline-color: rgb(124 45 18 / 0.3);
}
.active\:outline-orange-900\/35:active {
  outline-color: rgb(124 45 18 / 0.35);
}
.active\:outline-orange-900\/40:active {
  outline-color: rgb(124 45 18 / 0.4);
}
.active\:outline-orange-900\/45:active {
  outline-color: rgb(124 45 18 / 0.45);
}
.active\:outline-orange-900\/5:active {
  outline-color: rgb(124 45 18 / 0.05);
}
.active\:outline-orange-900\/50:active {
  outline-color: rgb(124 45 18 / 0.5);
}
.active\:outline-orange-900\/55:active {
  outline-color: rgb(124 45 18 / 0.55);
}
.active\:outline-orange-900\/60:active {
  outline-color: rgb(124 45 18 / 0.6);
}
.active\:outline-orange-900\/65:active {
  outline-color: rgb(124 45 18 / 0.65);
}
.active\:outline-orange-900\/70:active {
  outline-color: rgb(124 45 18 / 0.7);
}
.active\:outline-orange-900\/75:active {
  outline-color: rgb(124 45 18 / 0.75);
}
.active\:outline-orange-900\/80:active {
  outline-color: rgb(124 45 18 / 0.8);
}
.active\:outline-orange-900\/85:active {
  outline-color: rgb(124 45 18 / 0.85);
}
.active\:outline-orange-900\/90:active {
  outline-color: rgb(124 45 18 / 0.9);
}
.active\:outline-orange-900\/95:active {
  outline-color: rgb(124 45 18 / 0.95);
}
.active\:outline-orange-950:active {
  outline-color: #431407;
}
.active\:outline-orange-950\/0:active {
  outline-color: rgb(67 20 7 / 0);
}
.active\:outline-orange-950\/10:active {
  outline-color: rgb(67 20 7 / 0.1);
}
.active\:outline-orange-950\/100:active {
  outline-color: rgb(67 20 7 / 1);
}
.active\:outline-orange-950\/15:active {
  outline-color: rgb(67 20 7 / 0.15);
}
.active\:outline-orange-950\/20:active {
  outline-color: rgb(67 20 7 / 0.2);
}
.active\:outline-orange-950\/25:active {
  outline-color: rgb(67 20 7 / 0.25);
}
.active\:outline-orange-950\/30:active {
  outline-color: rgb(67 20 7 / 0.3);
}
.active\:outline-orange-950\/35:active {
  outline-color: rgb(67 20 7 / 0.35);
}
.active\:outline-orange-950\/40:active {
  outline-color: rgb(67 20 7 / 0.4);
}
.active\:outline-orange-950\/45:active {
  outline-color: rgb(67 20 7 / 0.45);
}
.active\:outline-orange-950\/5:active {
  outline-color: rgb(67 20 7 / 0.05);
}
.active\:outline-orange-950\/50:active {
  outline-color: rgb(67 20 7 / 0.5);
}
.active\:outline-orange-950\/55:active {
  outline-color: rgb(67 20 7 / 0.55);
}
.active\:outline-orange-950\/60:active {
  outline-color: rgb(67 20 7 / 0.6);
}
.active\:outline-orange-950\/65:active {
  outline-color: rgb(67 20 7 / 0.65);
}
.active\:outline-orange-950\/70:active {
  outline-color: rgb(67 20 7 / 0.7);
}
.active\:outline-orange-950\/75:active {
  outline-color: rgb(67 20 7 / 0.75);
}
.active\:outline-orange-950\/80:active {
  outline-color: rgb(67 20 7 / 0.8);
}
.active\:outline-orange-950\/85:active {
  outline-color: rgb(67 20 7 / 0.85);
}
.active\:outline-orange-950\/90:active {
  outline-color: rgb(67 20 7 / 0.9);
}
.active\:outline-orange-950\/95:active {
  outline-color: rgb(67 20 7 / 0.95);
}
.active\:outline-pink-100:active {
  outline-color: #fce7f3;
}
.active\:outline-pink-100\/0:active {
  outline-color: rgb(252 231 243 / 0);
}
.active\:outline-pink-100\/10:active {
  outline-color: rgb(252 231 243 / 0.1);
}
.active\:outline-pink-100\/100:active {
  outline-color: rgb(252 231 243 / 1);
}
.active\:outline-pink-100\/15:active {
  outline-color: rgb(252 231 243 / 0.15);
}
.active\:outline-pink-100\/20:active {
  outline-color: rgb(252 231 243 / 0.2);
}
.active\:outline-pink-100\/25:active {
  outline-color: rgb(252 231 243 / 0.25);
}
.active\:outline-pink-100\/30:active {
  outline-color: rgb(252 231 243 / 0.3);
}
.active\:outline-pink-100\/35:active {
  outline-color: rgb(252 231 243 / 0.35);
}
.active\:outline-pink-100\/40:active {
  outline-color: rgb(252 231 243 / 0.4);
}
.active\:outline-pink-100\/45:active {
  outline-color: rgb(252 231 243 / 0.45);
}
.active\:outline-pink-100\/5:active {
  outline-color: rgb(252 231 243 / 0.05);
}
.active\:outline-pink-100\/50:active {
  outline-color: rgb(252 231 243 / 0.5);
}
.active\:outline-pink-100\/55:active {
  outline-color: rgb(252 231 243 / 0.55);
}
.active\:outline-pink-100\/60:active {
  outline-color: rgb(252 231 243 / 0.6);
}
.active\:outline-pink-100\/65:active {
  outline-color: rgb(252 231 243 / 0.65);
}
.active\:outline-pink-100\/70:active {
  outline-color: rgb(252 231 243 / 0.7);
}
.active\:outline-pink-100\/75:active {
  outline-color: rgb(252 231 243 / 0.75);
}
.active\:outline-pink-100\/80:active {
  outline-color: rgb(252 231 243 / 0.8);
}
.active\:outline-pink-100\/85:active {
  outline-color: rgb(252 231 243 / 0.85);
}
.active\:outline-pink-100\/90:active {
  outline-color: rgb(252 231 243 / 0.9);
}
.active\:outline-pink-100\/95:active {
  outline-color: rgb(252 231 243 / 0.95);
}
.active\:outline-pink-200:active {
  outline-color: #fbcfe8;
}
.active\:outline-pink-200\/0:active {
  outline-color: rgb(251 207 232 / 0);
}
.active\:outline-pink-200\/10:active {
  outline-color: rgb(251 207 232 / 0.1);
}
.active\:outline-pink-200\/100:active {
  outline-color: rgb(251 207 232 / 1);
}
.active\:outline-pink-200\/15:active {
  outline-color: rgb(251 207 232 / 0.15);
}
.active\:outline-pink-200\/20:active {
  outline-color: rgb(251 207 232 / 0.2);
}
.active\:outline-pink-200\/25:active {
  outline-color: rgb(251 207 232 / 0.25);
}
.active\:outline-pink-200\/30:active {
  outline-color: rgb(251 207 232 / 0.3);
}
.active\:outline-pink-200\/35:active {
  outline-color: rgb(251 207 232 / 0.35);
}
.active\:outline-pink-200\/40:active {
  outline-color: rgb(251 207 232 / 0.4);
}
.active\:outline-pink-200\/45:active {
  outline-color: rgb(251 207 232 / 0.45);
}
.active\:outline-pink-200\/5:active {
  outline-color: rgb(251 207 232 / 0.05);
}
.active\:outline-pink-200\/50:active {
  outline-color: rgb(251 207 232 / 0.5);
}
.active\:outline-pink-200\/55:active {
  outline-color: rgb(251 207 232 / 0.55);
}
.active\:outline-pink-200\/60:active {
  outline-color: rgb(251 207 232 / 0.6);
}
.active\:outline-pink-200\/65:active {
  outline-color: rgb(251 207 232 / 0.65);
}
.active\:outline-pink-200\/70:active {
  outline-color: rgb(251 207 232 / 0.7);
}
.active\:outline-pink-200\/75:active {
  outline-color: rgb(251 207 232 / 0.75);
}
.active\:outline-pink-200\/80:active {
  outline-color: rgb(251 207 232 / 0.8);
}
.active\:outline-pink-200\/85:active {
  outline-color: rgb(251 207 232 / 0.85);
}
.active\:outline-pink-200\/90:active {
  outline-color: rgb(251 207 232 / 0.9);
}
.active\:outline-pink-200\/95:active {
  outline-color: rgb(251 207 232 / 0.95);
}
.active\:outline-pink-300:active {
  outline-color: #f9a8d4;
}
.active\:outline-pink-300\/0:active {
  outline-color: rgb(249 168 212 / 0);
}
.active\:outline-pink-300\/10:active {
  outline-color: rgb(249 168 212 / 0.1);
}
.active\:outline-pink-300\/100:active {
  outline-color: rgb(249 168 212 / 1);
}
.active\:outline-pink-300\/15:active {
  outline-color: rgb(249 168 212 / 0.15);
}
.active\:outline-pink-300\/20:active {
  outline-color: rgb(249 168 212 / 0.2);
}
.active\:outline-pink-300\/25:active {
  outline-color: rgb(249 168 212 / 0.25);
}
.active\:outline-pink-300\/30:active {
  outline-color: rgb(249 168 212 / 0.3);
}
.active\:outline-pink-300\/35:active {
  outline-color: rgb(249 168 212 / 0.35);
}
.active\:outline-pink-300\/40:active {
  outline-color: rgb(249 168 212 / 0.4);
}
.active\:outline-pink-300\/45:active {
  outline-color: rgb(249 168 212 / 0.45);
}
.active\:outline-pink-300\/5:active {
  outline-color: rgb(249 168 212 / 0.05);
}
.active\:outline-pink-300\/50:active {
  outline-color: rgb(249 168 212 / 0.5);
}
.active\:outline-pink-300\/55:active {
  outline-color: rgb(249 168 212 / 0.55);
}
.active\:outline-pink-300\/60:active {
  outline-color: rgb(249 168 212 / 0.6);
}
.active\:outline-pink-300\/65:active {
  outline-color: rgb(249 168 212 / 0.65);
}
.active\:outline-pink-300\/70:active {
  outline-color: rgb(249 168 212 / 0.7);
}
.active\:outline-pink-300\/75:active {
  outline-color: rgb(249 168 212 / 0.75);
}
.active\:outline-pink-300\/80:active {
  outline-color: rgb(249 168 212 / 0.8);
}
.active\:outline-pink-300\/85:active {
  outline-color: rgb(249 168 212 / 0.85);
}
.active\:outline-pink-300\/90:active {
  outline-color: rgb(249 168 212 / 0.9);
}
.active\:outline-pink-300\/95:active {
  outline-color: rgb(249 168 212 / 0.95);
}
.active\:outline-pink-400:active {
  outline-color: #f472b6;
}
.active\:outline-pink-400\/0:active {
  outline-color: rgb(244 114 182 / 0);
}
.active\:outline-pink-400\/10:active {
  outline-color: rgb(244 114 182 / 0.1);
}
.active\:outline-pink-400\/100:active {
  outline-color: rgb(244 114 182 / 1);
}
.active\:outline-pink-400\/15:active {
  outline-color: rgb(244 114 182 / 0.15);
}
.active\:outline-pink-400\/20:active {
  outline-color: rgb(244 114 182 / 0.2);
}
.active\:outline-pink-400\/25:active {
  outline-color: rgb(244 114 182 / 0.25);
}
.active\:outline-pink-400\/30:active {
  outline-color: rgb(244 114 182 / 0.3);
}
.active\:outline-pink-400\/35:active {
  outline-color: rgb(244 114 182 / 0.35);
}
.active\:outline-pink-400\/40:active {
  outline-color: rgb(244 114 182 / 0.4);
}
.active\:outline-pink-400\/45:active {
  outline-color: rgb(244 114 182 / 0.45);
}
.active\:outline-pink-400\/5:active {
  outline-color: rgb(244 114 182 / 0.05);
}
.active\:outline-pink-400\/50:active {
  outline-color: rgb(244 114 182 / 0.5);
}
.active\:outline-pink-400\/55:active {
  outline-color: rgb(244 114 182 / 0.55);
}
.active\:outline-pink-400\/60:active {
  outline-color: rgb(244 114 182 / 0.6);
}
.active\:outline-pink-400\/65:active {
  outline-color: rgb(244 114 182 / 0.65);
}
.active\:outline-pink-400\/70:active {
  outline-color: rgb(244 114 182 / 0.7);
}
.active\:outline-pink-400\/75:active {
  outline-color: rgb(244 114 182 / 0.75);
}
.active\:outline-pink-400\/80:active {
  outline-color: rgb(244 114 182 / 0.8);
}
.active\:outline-pink-400\/85:active {
  outline-color: rgb(244 114 182 / 0.85);
}
.active\:outline-pink-400\/90:active {
  outline-color: rgb(244 114 182 / 0.9);
}
.active\:outline-pink-400\/95:active {
  outline-color: rgb(244 114 182 / 0.95);
}
.active\:outline-pink-50:active {
  outline-color: #fdf2f8;
}
.active\:outline-pink-50\/0:active {
  outline-color: rgb(253 242 248 / 0);
}
.active\:outline-pink-50\/10:active {
  outline-color: rgb(253 242 248 / 0.1);
}
.active\:outline-pink-50\/100:active {
  outline-color: rgb(253 242 248 / 1);
}
.active\:outline-pink-50\/15:active {
  outline-color: rgb(253 242 248 / 0.15);
}
.active\:outline-pink-50\/20:active {
  outline-color: rgb(253 242 248 / 0.2);
}
.active\:outline-pink-50\/25:active {
  outline-color: rgb(253 242 248 / 0.25);
}
.active\:outline-pink-50\/30:active {
  outline-color: rgb(253 242 248 / 0.3);
}
.active\:outline-pink-50\/35:active {
  outline-color: rgb(253 242 248 / 0.35);
}
.active\:outline-pink-50\/40:active {
  outline-color: rgb(253 242 248 / 0.4);
}
.active\:outline-pink-50\/45:active {
  outline-color: rgb(253 242 248 / 0.45);
}
.active\:outline-pink-50\/5:active {
  outline-color: rgb(253 242 248 / 0.05);
}
.active\:outline-pink-50\/50:active {
  outline-color: rgb(253 242 248 / 0.5);
}
.active\:outline-pink-50\/55:active {
  outline-color: rgb(253 242 248 / 0.55);
}
.active\:outline-pink-50\/60:active {
  outline-color: rgb(253 242 248 / 0.6);
}
.active\:outline-pink-50\/65:active {
  outline-color: rgb(253 242 248 / 0.65);
}
.active\:outline-pink-50\/70:active {
  outline-color: rgb(253 242 248 / 0.7);
}
.active\:outline-pink-50\/75:active {
  outline-color: rgb(253 242 248 / 0.75);
}
.active\:outline-pink-50\/80:active {
  outline-color: rgb(253 242 248 / 0.8);
}
.active\:outline-pink-50\/85:active {
  outline-color: rgb(253 242 248 / 0.85);
}
.active\:outline-pink-50\/90:active {
  outline-color: rgb(253 242 248 / 0.9);
}
.active\:outline-pink-50\/95:active {
  outline-color: rgb(253 242 248 / 0.95);
}
.active\:outline-pink-500:active {
  outline-color: #ec4899;
}
.active\:outline-pink-500\/0:active {
  outline-color: rgb(236 72 153 / 0);
}
.active\:outline-pink-500\/10:active {
  outline-color: rgb(236 72 153 / 0.1);
}
.active\:outline-pink-500\/100:active {
  outline-color: rgb(236 72 153 / 1);
}
.active\:outline-pink-500\/15:active {
  outline-color: rgb(236 72 153 / 0.15);
}
.active\:outline-pink-500\/20:active {
  outline-color: rgb(236 72 153 / 0.2);
}
.active\:outline-pink-500\/25:active {
  outline-color: rgb(236 72 153 / 0.25);
}
.active\:outline-pink-500\/30:active {
  outline-color: rgb(236 72 153 / 0.3);
}
.active\:outline-pink-500\/35:active {
  outline-color: rgb(236 72 153 / 0.35);
}
.active\:outline-pink-500\/40:active {
  outline-color: rgb(236 72 153 / 0.4);
}
.active\:outline-pink-500\/45:active {
  outline-color: rgb(236 72 153 / 0.45);
}
.active\:outline-pink-500\/5:active {
  outline-color: rgb(236 72 153 / 0.05);
}
.active\:outline-pink-500\/50:active {
  outline-color: rgb(236 72 153 / 0.5);
}
.active\:outline-pink-500\/55:active {
  outline-color: rgb(236 72 153 / 0.55);
}
.active\:outline-pink-500\/60:active {
  outline-color: rgb(236 72 153 / 0.6);
}
.active\:outline-pink-500\/65:active {
  outline-color: rgb(236 72 153 / 0.65);
}
.active\:outline-pink-500\/70:active {
  outline-color: rgb(236 72 153 / 0.7);
}
.active\:outline-pink-500\/75:active {
  outline-color: rgb(236 72 153 / 0.75);
}
.active\:outline-pink-500\/80:active {
  outline-color: rgb(236 72 153 / 0.8);
}
.active\:outline-pink-500\/85:active {
  outline-color: rgb(236 72 153 / 0.85);
}
.active\:outline-pink-500\/90:active {
  outline-color: rgb(236 72 153 / 0.9);
}
.active\:outline-pink-500\/95:active {
  outline-color: rgb(236 72 153 / 0.95);
}
.active\:outline-pink-600:active {
  outline-color: #db2777;
}
.active\:outline-pink-600\/0:active {
  outline-color: rgb(219 39 119 / 0);
}
.active\:outline-pink-600\/10:active {
  outline-color: rgb(219 39 119 / 0.1);
}
.active\:outline-pink-600\/100:active {
  outline-color: rgb(219 39 119 / 1);
}
.active\:outline-pink-600\/15:active {
  outline-color: rgb(219 39 119 / 0.15);
}
.active\:outline-pink-600\/20:active {
  outline-color: rgb(219 39 119 / 0.2);
}
.active\:outline-pink-600\/25:active {
  outline-color: rgb(219 39 119 / 0.25);
}
.active\:outline-pink-600\/30:active {
  outline-color: rgb(219 39 119 / 0.3);
}
.active\:outline-pink-600\/35:active {
  outline-color: rgb(219 39 119 / 0.35);
}
.active\:outline-pink-600\/40:active {
  outline-color: rgb(219 39 119 / 0.4);
}
.active\:outline-pink-600\/45:active {
  outline-color: rgb(219 39 119 / 0.45);
}
.active\:outline-pink-600\/5:active {
  outline-color: rgb(219 39 119 / 0.05);
}
.active\:outline-pink-600\/50:active {
  outline-color: rgb(219 39 119 / 0.5);
}
.active\:outline-pink-600\/55:active {
  outline-color: rgb(219 39 119 / 0.55);
}
.active\:outline-pink-600\/60:active {
  outline-color: rgb(219 39 119 / 0.6);
}
.active\:outline-pink-600\/65:active {
  outline-color: rgb(219 39 119 / 0.65);
}
.active\:outline-pink-600\/70:active {
  outline-color: rgb(219 39 119 / 0.7);
}
.active\:outline-pink-600\/75:active {
  outline-color: rgb(219 39 119 / 0.75);
}
.active\:outline-pink-600\/80:active {
  outline-color: rgb(219 39 119 / 0.8);
}
.active\:outline-pink-600\/85:active {
  outline-color: rgb(219 39 119 / 0.85);
}
.active\:outline-pink-600\/90:active {
  outline-color: rgb(219 39 119 / 0.9);
}
.active\:outline-pink-600\/95:active {
  outline-color: rgb(219 39 119 / 0.95);
}
.active\:outline-pink-700:active {
  outline-color: #be185d;
}
.active\:outline-pink-700\/0:active {
  outline-color: rgb(190 24 93 / 0);
}
.active\:outline-pink-700\/10:active {
  outline-color: rgb(190 24 93 / 0.1);
}
.active\:outline-pink-700\/100:active {
  outline-color: rgb(190 24 93 / 1);
}
.active\:outline-pink-700\/15:active {
  outline-color: rgb(190 24 93 / 0.15);
}
.active\:outline-pink-700\/20:active {
  outline-color: rgb(190 24 93 / 0.2);
}
.active\:outline-pink-700\/25:active {
  outline-color: rgb(190 24 93 / 0.25);
}
.active\:outline-pink-700\/30:active {
  outline-color: rgb(190 24 93 / 0.3);
}
.active\:outline-pink-700\/35:active {
  outline-color: rgb(190 24 93 / 0.35);
}
.active\:outline-pink-700\/40:active {
  outline-color: rgb(190 24 93 / 0.4);
}
.active\:outline-pink-700\/45:active {
  outline-color: rgb(190 24 93 / 0.45);
}
.active\:outline-pink-700\/5:active {
  outline-color: rgb(190 24 93 / 0.05);
}
.active\:outline-pink-700\/50:active {
  outline-color: rgb(190 24 93 / 0.5);
}
.active\:outline-pink-700\/55:active {
  outline-color: rgb(190 24 93 / 0.55);
}
.active\:outline-pink-700\/60:active {
  outline-color: rgb(190 24 93 / 0.6);
}
.active\:outline-pink-700\/65:active {
  outline-color: rgb(190 24 93 / 0.65);
}
.active\:outline-pink-700\/70:active {
  outline-color: rgb(190 24 93 / 0.7);
}
.active\:outline-pink-700\/75:active {
  outline-color: rgb(190 24 93 / 0.75);
}
.active\:outline-pink-700\/80:active {
  outline-color: rgb(190 24 93 / 0.8);
}
.active\:outline-pink-700\/85:active {
  outline-color: rgb(190 24 93 / 0.85);
}
.active\:outline-pink-700\/90:active {
  outline-color: rgb(190 24 93 / 0.9);
}
.active\:outline-pink-700\/95:active {
  outline-color: rgb(190 24 93 / 0.95);
}
.active\:outline-pink-800:active {
  outline-color: #9d174d;
}
.active\:outline-pink-800\/0:active {
  outline-color: rgb(157 23 77 / 0);
}
.active\:outline-pink-800\/10:active {
  outline-color: rgb(157 23 77 / 0.1);
}
.active\:outline-pink-800\/100:active {
  outline-color: rgb(157 23 77 / 1);
}
.active\:outline-pink-800\/15:active {
  outline-color: rgb(157 23 77 / 0.15);
}
.active\:outline-pink-800\/20:active {
  outline-color: rgb(157 23 77 / 0.2);
}
.active\:outline-pink-800\/25:active {
  outline-color: rgb(157 23 77 / 0.25);
}
.active\:outline-pink-800\/30:active {
  outline-color: rgb(157 23 77 / 0.3);
}
.active\:outline-pink-800\/35:active {
  outline-color: rgb(157 23 77 / 0.35);
}
.active\:outline-pink-800\/40:active {
  outline-color: rgb(157 23 77 / 0.4);
}
.active\:outline-pink-800\/45:active {
  outline-color: rgb(157 23 77 / 0.45);
}
.active\:outline-pink-800\/5:active {
  outline-color: rgb(157 23 77 / 0.05);
}
.active\:outline-pink-800\/50:active {
  outline-color: rgb(157 23 77 / 0.5);
}
.active\:outline-pink-800\/55:active {
  outline-color: rgb(157 23 77 / 0.55);
}
.active\:outline-pink-800\/60:active {
  outline-color: rgb(157 23 77 / 0.6);
}
.active\:outline-pink-800\/65:active {
  outline-color: rgb(157 23 77 / 0.65);
}
.active\:outline-pink-800\/70:active {
  outline-color: rgb(157 23 77 / 0.7);
}
.active\:outline-pink-800\/75:active {
  outline-color: rgb(157 23 77 / 0.75);
}
.active\:outline-pink-800\/80:active {
  outline-color: rgb(157 23 77 / 0.8);
}
.active\:outline-pink-800\/85:active {
  outline-color: rgb(157 23 77 / 0.85);
}
.active\:outline-pink-800\/90:active {
  outline-color: rgb(157 23 77 / 0.9);
}
.active\:outline-pink-800\/95:active {
  outline-color: rgb(157 23 77 / 0.95);
}
.active\:outline-pink-900:active {
  outline-color: #831843;
}
.active\:outline-pink-900\/0:active {
  outline-color: rgb(131 24 67 / 0);
}
.active\:outline-pink-900\/10:active {
  outline-color: rgb(131 24 67 / 0.1);
}
.active\:outline-pink-900\/100:active {
  outline-color: rgb(131 24 67 / 1);
}
.active\:outline-pink-900\/15:active {
  outline-color: rgb(131 24 67 / 0.15);
}
.active\:outline-pink-900\/20:active {
  outline-color: rgb(131 24 67 / 0.2);
}
.active\:outline-pink-900\/25:active {
  outline-color: rgb(131 24 67 / 0.25);
}
.active\:outline-pink-900\/30:active {
  outline-color: rgb(131 24 67 / 0.3);
}
.active\:outline-pink-900\/35:active {
  outline-color: rgb(131 24 67 / 0.35);
}
.active\:outline-pink-900\/40:active {
  outline-color: rgb(131 24 67 / 0.4);
}
.active\:outline-pink-900\/45:active {
  outline-color: rgb(131 24 67 / 0.45);
}
.active\:outline-pink-900\/5:active {
  outline-color: rgb(131 24 67 / 0.05);
}
.active\:outline-pink-900\/50:active {
  outline-color: rgb(131 24 67 / 0.5);
}
.active\:outline-pink-900\/55:active {
  outline-color: rgb(131 24 67 / 0.55);
}
.active\:outline-pink-900\/60:active {
  outline-color: rgb(131 24 67 / 0.6);
}
.active\:outline-pink-900\/65:active {
  outline-color: rgb(131 24 67 / 0.65);
}
.active\:outline-pink-900\/70:active {
  outline-color: rgb(131 24 67 / 0.7);
}
.active\:outline-pink-900\/75:active {
  outline-color: rgb(131 24 67 / 0.75);
}
.active\:outline-pink-900\/80:active {
  outline-color: rgb(131 24 67 / 0.8);
}
.active\:outline-pink-900\/85:active {
  outline-color: rgb(131 24 67 / 0.85);
}
.active\:outline-pink-900\/90:active {
  outline-color: rgb(131 24 67 / 0.9);
}
.active\:outline-pink-900\/95:active {
  outline-color: rgb(131 24 67 / 0.95);
}
.active\:outline-pink-950:active {
  outline-color: #500724;
}
.active\:outline-pink-950\/0:active {
  outline-color: rgb(80 7 36 / 0);
}
.active\:outline-pink-950\/10:active {
  outline-color: rgb(80 7 36 / 0.1);
}
.active\:outline-pink-950\/100:active {
  outline-color: rgb(80 7 36 / 1);
}
.active\:outline-pink-950\/15:active {
  outline-color: rgb(80 7 36 / 0.15);
}
.active\:outline-pink-950\/20:active {
  outline-color: rgb(80 7 36 / 0.2);
}
.active\:outline-pink-950\/25:active {
  outline-color: rgb(80 7 36 / 0.25);
}
.active\:outline-pink-950\/30:active {
  outline-color: rgb(80 7 36 / 0.3);
}
.active\:outline-pink-950\/35:active {
  outline-color: rgb(80 7 36 / 0.35);
}
.active\:outline-pink-950\/40:active {
  outline-color: rgb(80 7 36 / 0.4);
}
.active\:outline-pink-950\/45:active {
  outline-color: rgb(80 7 36 / 0.45);
}
.active\:outline-pink-950\/5:active {
  outline-color: rgb(80 7 36 / 0.05);
}
.active\:outline-pink-950\/50:active {
  outline-color: rgb(80 7 36 / 0.5);
}
.active\:outline-pink-950\/55:active {
  outline-color: rgb(80 7 36 / 0.55);
}
.active\:outline-pink-950\/60:active {
  outline-color: rgb(80 7 36 / 0.6);
}
.active\:outline-pink-950\/65:active {
  outline-color: rgb(80 7 36 / 0.65);
}
.active\:outline-pink-950\/70:active {
  outline-color: rgb(80 7 36 / 0.7);
}
.active\:outline-pink-950\/75:active {
  outline-color: rgb(80 7 36 / 0.75);
}
.active\:outline-pink-950\/80:active {
  outline-color: rgb(80 7 36 / 0.8);
}
.active\:outline-pink-950\/85:active {
  outline-color: rgb(80 7 36 / 0.85);
}
.active\:outline-pink-950\/90:active {
  outline-color: rgb(80 7 36 / 0.9);
}
.active\:outline-pink-950\/95:active {
  outline-color: rgb(80 7 36 / 0.95);
}
.active\:outline-purple-100:active {
  outline-color: #f3e8ff;
}
.active\:outline-purple-100\/0:active {
  outline-color: rgb(243 232 255 / 0);
}
.active\:outline-purple-100\/10:active {
  outline-color: rgb(243 232 255 / 0.1);
}
.active\:outline-purple-100\/100:active {
  outline-color: rgb(243 232 255 / 1);
}
.active\:outline-purple-100\/15:active {
  outline-color: rgb(243 232 255 / 0.15);
}
.active\:outline-purple-100\/20:active {
  outline-color: rgb(243 232 255 / 0.2);
}
.active\:outline-purple-100\/25:active {
  outline-color: rgb(243 232 255 / 0.25);
}
.active\:outline-purple-100\/30:active {
  outline-color: rgb(243 232 255 / 0.3);
}
.active\:outline-purple-100\/35:active {
  outline-color: rgb(243 232 255 / 0.35);
}
.active\:outline-purple-100\/40:active {
  outline-color: rgb(243 232 255 / 0.4);
}
.active\:outline-purple-100\/45:active {
  outline-color: rgb(243 232 255 / 0.45);
}
.active\:outline-purple-100\/5:active {
  outline-color: rgb(243 232 255 / 0.05);
}
.active\:outline-purple-100\/50:active {
  outline-color: rgb(243 232 255 / 0.5);
}
.active\:outline-purple-100\/55:active {
  outline-color: rgb(243 232 255 / 0.55);
}
.active\:outline-purple-100\/60:active {
  outline-color: rgb(243 232 255 / 0.6);
}
.active\:outline-purple-100\/65:active {
  outline-color: rgb(243 232 255 / 0.65);
}
.active\:outline-purple-100\/70:active {
  outline-color: rgb(243 232 255 / 0.7);
}
.active\:outline-purple-100\/75:active {
  outline-color: rgb(243 232 255 / 0.75);
}
.active\:outline-purple-100\/80:active {
  outline-color: rgb(243 232 255 / 0.8);
}
.active\:outline-purple-100\/85:active {
  outline-color: rgb(243 232 255 / 0.85);
}
.active\:outline-purple-100\/90:active {
  outline-color: rgb(243 232 255 / 0.9);
}
.active\:outline-purple-100\/95:active {
  outline-color: rgb(243 232 255 / 0.95);
}
.active\:outline-purple-200:active {
  outline-color: #e9d5ff;
}
.active\:outline-purple-200\/0:active {
  outline-color: rgb(233 213 255 / 0);
}
.active\:outline-purple-200\/10:active {
  outline-color: rgb(233 213 255 / 0.1);
}
.active\:outline-purple-200\/100:active {
  outline-color: rgb(233 213 255 / 1);
}
.active\:outline-purple-200\/15:active {
  outline-color: rgb(233 213 255 / 0.15);
}
.active\:outline-purple-200\/20:active {
  outline-color: rgb(233 213 255 / 0.2);
}
.active\:outline-purple-200\/25:active {
  outline-color: rgb(233 213 255 / 0.25);
}
.active\:outline-purple-200\/30:active {
  outline-color: rgb(233 213 255 / 0.3);
}
.active\:outline-purple-200\/35:active {
  outline-color: rgb(233 213 255 / 0.35);
}
.active\:outline-purple-200\/40:active {
  outline-color: rgb(233 213 255 / 0.4);
}
.active\:outline-purple-200\/45:active {
  outline-color: rgb(233 213 255 / 0.45);
}
.active\:outline-purple-200\/5:active {
  outline-color: rgb(233 213 255 / 0.05);
}
.active\:outline-purple-200\/50:active {
  outline-color: rgb(233 213 255 / 0.5);
}
.active\:outline-purple-200\/55:active {
  outline-color: rgb(233 213 255 / 0.55);
}
.active\:outline-purple-200\/60:active {
  outline-color: rgb(233 213 255 / 0.6);
}
.active\:outline-purple-200\/65:active {
  outline-color: rgb(233 213 255 / 0.65);
}
.active\:outline-purple-200\/70:active {
  outline-color: rgb(233 213 255 / 0.7);
}
.active\:outline-purple-200\/75:active {
  outline-color: rgb(233 213 255 / 0.75);
}
.active\:outline-purple-200\/80:active {
  outline-color: rgb(233 213 255 / 0.8);
}
.active\:outline-purple-200\/85:active {
  outline-color: rgb(233 213 255 / 0.85);
}
.active\:outline-purple-200\/90:active {
  outline-color: rgb(233 213 255 / 0.9);
}
.active\:outline-purple-200\/95:active {
  outline-color: rgb(233 213 255 / 0.95);
}
.active\:outline-purple-300:active {
  outline-color: #d8b4fe;
}
.active\:outline-purple-300\/0:active {
  outline-color: rgb(216 180 254 / 0);
}
.active\:outline-purple-300\/10:active {
  outline-color: rgb(216 180 254 / 0.1);
}
.active\:outline-purple-300\/100:active {
  outline-color: rgb(216 180 254 / 1);
}
.active\:outline-purple-300\/15:active {
  outline-color: rgb(216 180 254 / 0.15);
}
.active\:outline-purple-300\/20:active {
  outline-color: rgb(216 180 254 / 0.2);
}
.active\:outline-purple-300\/25:active {
  outline-color: rgb(216 180 254 / 0.25);
}
.active\:outline-purple-300\/30:active {
  outline-color: rgb(216 180 254 / 0.3);
}
.active\:outline-purple-300\/35:active {
  outline-color: rgb(216 180 254 / 0.35);
}
.active\:outline-purple-300\/40:active {
  outline-color: rgb(216 180 254 / 0.4);
}
.active\:outline-purple-300\/45:active {
  outline-color: rgb(216 180 254 / 0.45);
}
.active\:outline-purple-300\/5:active {
  outline-color: rgb(216 180 254 / 0.05);
}
.active\:outline-purple-300\/50:active {
  outline-color: rgb(216 180 254 / 0.5);
}
.active\:outline-purple-300\/55:active {
  outline-color: rgb(216 180 254 / 0.55);
}
.active\:outline-purple-300\/60:active {
  outline-color: rgb(216 180 254 / 0.6);
}
.active\:outline-purple-300\/65:active {
  outline-color: rgb(216 180 254 / 0.65);
}
.active\:outline-purple-300\/70:active {
  outline-color: rgb(216 180 254 / 0.7);
}
.active\:outline-purple-300\/75:active {
  outline-color: rgb(216 180 254 / 0.75);
}
.active\:outline-purple-300\/80:active {
  outline-color: rgb(216 180 254 / 0.8);
}
.active\:outline-purple-300\/85:active {
  outline-color: rgb(216 180 254 / 0.85);
}
.active\:outline-purple-300\/90:active {
  outline-color: rgb(216 180 254 / 0.9);
}
.active\:outline-purple-300\/95:active {
  outline-color: rgb(216 180 254 / 0.95);
}
.active\:outline-purple-400:active {
  outline-color: #c084fc;
}
.active\:outline-purple-400\/0:active {
  outline-color: rgb(192 132 252 / 0);
}
.active\:outline-purple-400\/10:active {
  outline-color: rgb(192 132 252 / 0.1);
}
.active\:outline-purple-400\/100:active {
  outline-color: rgb(192 132 252 / 1);
}
.active\:outline-purple-400\/15:active {
  outline-color: rgb(192 132 252 / 0.15);
}
.active\:outline-purple-400\/20:active {
  outline-color: rgb(192 132 252 / 0.2);
}
.active\:outline-purple-400\/25:active {
  outline-color: rgb(192 132 252 / 0.25);
}
.active\:outline-purple-400\/30:active {
  outline-color: rgb(192 132 252 / 0.3);
}
.active\:outline-purple-400\/35:active {
  outline-color: rgb(192 132 252 / 0.35);
}
.active\:outline-purple-400\/40:active {
  outline-color: rgb(192 132 252 / 0.4);
}
.active\:outline-purple-400\/45:active {
  outline-color: rgb(192 132 252 / 0.45);
}
.active\:outline-purple-400\/5:active {
  outline-color: rgb(192 132 252 / 0.05);
}
.active\:outline-purple-400\/50:active {
  outline-color: rgb(192 132 252 / 0.5);
}
.active\:outline-purple-400\/55:active {
  outline-color: rgb(192 132 252 / 0.55);
}
.active\:outline-purple-400\/60:active {
  outline-color: rgb(192 132 252 / 0.6);
}
.active\:outline-purple-400\/65:active {
  outline-color: rgb(192 132 252 / 0.65);
}
.active\:outline-purple-400\/70:active {
  outline-color: rgb(192 132 252 / 0.7);
}
.active\:outline-purple-400\/75:active {
  outline-color: rgb(192 132 252 / 0.75);
}
.active\:outline-purple-400\/80:active {
  outline-color: rgb(192 132 252 / 0.8);
}
.active\:outline-purple-400\/85:active {
  outline-color: rgb(192 132 252 / 0.85);
}
.active\:outline-purple-400\/90:active {
  outline-color: rgb(192 132 252 / 0.9);
}
.active\:outline-purple-400\/95:active {
  outline-color: rgb(192 132 252 / 0.95);
}
.active\:outline-purple-50:active {
  outline-color: #faf5ff;
}
.active\:outline-purple-50\/0:active {
  outline-color: rgb(250 245 255 / 0);
}
.active\:outline-purple-50\/10:active {
  outline-color: rgb(250 245 255 / 0.1);
}
.active\:outline-purple-50\/100:active {
  outline-color: rgb(250 245 255 / 1);
}
.active\:outline-purple-50\/15:active {
  outline-color: rgb(250 245 255 / 0.15);
}
.active\:outline-purple-50\/20:active {
  outline-color: rgb(250 245 255 / 0.2);
}
.active\:outline-purple-50\/25:active {
  outline-color: rgb(250 245 255 / 0.25);
}
.active\:outline-purple-50\/30:active {
  outline-color: rgb(250 245 255 / 0.3);
}
.active\:outline-purple-50\/35:active {
  outline-color: rgb(250 245 255 / 0.35);
}
.active\:outline-purple-50\/40:active {
  outline-color: rgb(250 245 255 / 0.4);
}
.active\:outline-purple-50\/45:active {
  outline-color: rgb(250 245 255 / 0.45);
}
.active\:outline-purple-50\/5:active {
  outline-color: rgb(250 245 255 / 0.05);
}
.active\:outline-purple-50\/50:active {
  outline-color: rgb(250 245 255 / 0.5);
}
.active\:outline-purple-50\/55:active {
  outline-color: rgb(250 245 255 / 0.55);
}
.active\:outline-purple-50\/60:active {
  outline-color: rgb(250 245 255 / 0.6);
}
.active\:outline-purple-50\/65:active {
  outline-color: rgb(250 245 255 / 0.65);
}
.active\:outline-purple-50\/70:active {
  outline-color: rgb(250 245 255 / 0.7);
}
.active\:outline-purple-50\/75:active {
  outline-color: rgb(250 245 255 / 0.75);
}
.active\:outline-purple-50\/80:active {
  outline-color: rgb(250 245 255 / 0.8);
}
.active\:outline-purple-50\/85:active {
  outline-color: rgb(250 245 255 / 0.85);
}
.active\:outline-purple-50\/90:active {
  outline-color: rgb(250 245 255 / 0.9);
}
.active\:outline-purple-50\/95:active {
  outline-color: rgb(250 245 255 / 0.95);
}
.active\:outline-purple-500:active {
  outline-color: #a855f7;
}
.active\:outline-purple-500\/0:active {
  outline-color: rgb(168 85 247 / 0);
}
.active\:outline-purple-500\/10:active {
  outline-color: rgb(168 85 247 / 0.1);
}
.active\:outline-purple-500\/100:active {
  outline-color: rgb(168 85 247 / 1);
}
.active\:outline-purple-500\/15:active {
  outline-color: rgb(168 85 247 / 0.15);
}
.active\:outline-purple-500\/20:active {
  outline-color: rgb(168 85 247 / 0.2);
}
.active\:outline-purple-500\/25:active {
  outline-color: rgb(168 85 247 / 0.25);
}
.active\:outline-purple-500\/30:active {
  outline-color: rgb(168 85 247 / 0.3);
}
.active\:outline-purple-500\/35:active {
  outline-color: rgb(168 85 247 / 0.35);
}
.active\:outline-purple-500\/40:active {
  outline-color: rgb(168 85 247 / 0.4);
}
.active\:outline-purple-500\/45:active {
  outline-color: rgb(168 85 247 / 0.45);
}
.active\:outline-purple-500\/5:active {
  outline-color: rgb(168 85 247 / 0.05);
}
.active\:outline-purple-500\/50:active {
  outline-color: rgb(168 85 247 / 0.5);
}
.active\:outline-purple-500\/55:active {
  outline-color: rgb(168 85 247 / 0.55);
}
.active\:outline-purple-500\/60:active {
  outline-color: rgb(168 85 247 / 0.6);
}
.active\:outline-purple-500\/65:active {
  outline-color: rgb(168 85 247 / 0.65);
}
.active\:outline-purple-500\/70:active {
  outline-color: rgb(168 85 247 / 0.7);
}
.active\:outline-purple-500\/75:active {
  outline-color: rgb(168 85 247 / 0.75);
}
.active\:outline-purple-500\/80:active {
  outline-color: rgb(168 85 247 / 0.8);
}
.active\:outline-purple-500\/85:active {
  outline-color: rgb(168 85 247 / 0.85);
}
.active\:outline-purple-500\/90:active {
  outline-color: rgb(168 85 247 / 0.9);
}
.active\:outline-purple-500\/95:active {
  outline-color: rgb(168 85 247 / 0.95);
}
.active\:outline-purple-600:active {
  outline-color: #9333ea;
}
.active\:outline-purple-600\/0:active {
  outline-color: rgb(147 51 234 / 0);
}
.active\:outline-purple-600\/10:active {
  outline-color: rgb(147 51 234 / 0.1);
}
.active\:outline-purple-600\/100:active {
  outline-color: rgb(147 51 234 / 1);
}
.active\:outline-purple-600\/15:active {
  outline-color: rgb(147 51 234 / 0.15);
}
.active\:outline-purple-600\/20:active {
  outline-color: rgb(147 51 234 / 0.2);
}
.active\:outline-purple-600\/25:active {
  outline-color: rgb(147 51 234 / 0.25);
}
.active\:outline-purple-600\/30:active {
  outline-color: rgb(147 51 234 / 0.3);
}
.active\:outline-purple-600\/35:active {
  outline-color: rgb(147 51 234 / 0.35);
}
.active\:outline-purple-600\/40:active {
  outline-color: rgb(147 51 234 / 0.4);
}
.active\:outline-purple-600\/45:active {
  outline-color: rgb(147 51 234 / 0.45);
}
.active\:outline-purple-600\/5:active {
  outline-color: rgb(147 51 234 / 0.05);
}
.active\:outline-purple-600\/50:active {
  outline-color: rgb(147 51 234 / 0.5);
}
.active\:outline-purple-600\/55:active {
  outline-color: rgb(147 51 234 / 0.55);
}
.active\:outline-purple-600\/60:active {
  outline-color: rgb(147 51 234 / 0.6);
}
.active\:outline-purple-600\/65:active {
  outline-color: rgb(147 51 234 / 0.65);
}
.active\:outline-purple-600\/70:active {
  outline-color: rgb(147 51 234 / 0.7);
}
.active\:outline-purple-600\/75:active {
  outline-color: rgb(147 51 234 / 0.75);
}
.active\:outline-purple-600\/80:active {
  outline-color: rgb(147 51 234 / 0.8);
}
.active\:outline-purple-600\/85:active {
  outline-color: rgb(147 51 234 / 0.85);
}
.active\:outline-purple-600\/90:active {
  outline-color: rgb(147 51 234 / 0.9);
}
.active\:outline-purple-600\/95:active {
  outline-color: rgb(147 51 234 / 0.95);
}
.active\:outline-purple-700:active {
  outline-color: #7e22ce;
}
.active\:outline-purple-700\/0:active {
  outline-color: rgb(126 34 206 / 0);
}
.active\:outline-purple-700\/10:active {
  outline-color: rgb(126 34 206 / 0.1);
}
.active\:outline-purple-700\/100:active {
  outline-color: rgb(126 34 206 / 1);
}
.active\:outline-purple-700\/15:active {
  outline-color: rgb(126 34 206 / 0.15);
}
.active\:outline-purple-700\/20:active {
  outline-color: rgb(126 34 206 / 0.2);
}
.active\:outline-purple-700\/25:active {
  outline-color: rgb(126 34 206 / 0.25);
}
.active\:outline-purple-700\/30:active {
  outline-color: rgb(126 34 206 / 0.3);
}
.active\:outline-purple-700\/35:active {
  outline-color: rgb(126 34 206 / 0.35);
}
.active\:outline-purple-700\/40:active {
  outline-color: rgb(126 34 206 / 0.4);
}
.active\:outline-purple-700\/45:active {
  outline-color: rgb(126 34 206 / 0.45);
}
.active\:outline-purple-700\/5:active {
  outline-color: rgb(126 34 206 / 0.05);
}
.active\:outline-purple-700\/50:active {
  outline-color: rgb(126 34 206 / 0.5);
}
.active\:outline-purple-700\/55:active {
  outline-color: rgb(126 34 206 / 0.55);
}
.active\:outline-purple-700\/60:active {
  outline-color: rgb(126 34 206 / 0.6);
}
.active\:outline-purple-700\/65:active {
  outline-color: rgb(126 34 206 / 0.65);
}
.active\:outline-purple-700\/70:active {
  outline-color: rgb(126 34 206 / 0.7);
}
.active\:outline-purple-700\/75:active {
  outline-color: rgb(126 34 206 / 0.75);
}
.active\:outline-purple-700\/80:active {
  outline-color: rgb(126 34 206 / 0.8);
}
.active\:outline-purple-700\/85:active {
  outline-color: rgb(126 34 206 / 0.85);
}
.active\:outline-purple-700\/90:active {
  outline-color: rgb(126 34 206 / 0.9);
}
.active\:outline-purple-700\/95:active {
  outline-color: rgb(126 34 206 / 0.95);
}
.active\:outline-purple-800:active {
  outline-color: #6b21a8;
}
.active\:outline-purple-800\/0:active {
  outline-color: rgb(107 33 168 / 0);
}
.active\:outline-purple-800\/10:active {
  outline-color: rgb(107 33 168 / 0.1);
}
.active\:outline-purple-800\/100:active {
  outline-color: rgb(107 33 168 / 1);
}
.active\:outline-purple-800\/15:active {
  outline-color: rgb(107 33 168 / 0.15);
}
.active\:outline-purple-800\/20:active {
  outline-color: rgb(107 33 168 / 0.2);
}
.active\:outline-purple-800\/25:active {
  outline-color: rgb(107 33 168 / 0.25);
}
.active\:outline-purple-800\/30:active {
  outline-color: rgb(107 33 168 / 0.3);
}
.active\:outline-purple-800\/35:active {
  outline-color: rgb(107 33 168 / 0.35);
}
.active\:outline-purple-800\/40:active {
  outline-color: rgb(107 33 168 / 0.4);
}
.active\:outline-purple-800\/45:active {
  outline-color: rgb(107 33 168 / 0.45);
}
.active\:outline-purple-800\/5:active {
  outline-color: rgb(107 33 168 / 0.05);
}
.active\:outline-purple-800\/50:active {
  outline-color: rgb(107 33 168 / 0.5);
}
.active\:outline-purple-800\/55:active {
  outline-color: rgb(107 33 168 / 0.55);
}
.active\:outline-purple-800\/60:active {
  outline-color: rgb(107 33 168 / 0.6);
}
.active\:outline-purple-800\/65:active {
  outline-color: rgb(107 33 168 / 0.65);
}
.active\:outline-purple-800\/70:active {
  outline-color: rgb(107 33 168 / 0.7);
}
.active\:outline-purple-800\/75:active {
  outline-color: rgb(107 33 168 / 0.75);
}
.active\:outline-purple-800\/80:active {
  outline-color: rgb(107 33 168 / 0.8);
}
.active\:outline-purple-800\/85:active {
  outline-color: rgb(107 33 168 / 0.85);
}
.active\:outline-purple-800\/90:active {
  outline-color: rgb(107 33 168 / 0.9);
}
.active\:outline-purple-800\/95:active {
  outline-color: rgb(107 33 168 / 0.95);
}
.active\:outline-purple-900:active {
  outline-color: #581c87;
}
.active\:outline-purple-900\/0:active {
  outline-color: rgb(88 28 135 / 0);
}
.active\:outline-purple-900\/10:active {
  outline-color: rgb(88 28 135 / 0.1);
}
.active\:outline-purple-900\/100:active {
  outline-color: rgb(88 28 135 / 1);
}
.active\:outline-purple-900\/15:active {
  outline-color: rgb(88 28 135 / 0.15);
}
.active\:outline-purple-900\/20:active {
  outline-color: rgb(88 28 135 / 0.2);
}
.active\:outline-purple-900\/25:active {
  outline-color: rgb(88 28 135 / 0.25);
}
.active\:outline-purple-900\/30:active {
  outline-color: rgb(88 28 135 / 0.3);
}
.active\:outline-purple-900\/35:active {
  outline-color: rgb(88 28 135 / 0.35);
}
.active\:outline-purple-900\/40:active {
  outline-color: rgb(88 28 135 / 0.4);
}
.active\:outline-purple-900\/45:active {
  outline-color: rgb(88 28 135 / 0.45);
}
.active\:outline-purple-900\/5:active {
  outline-color: rgb(88 28 135 / 0.05);
}
.active\:outline-purple-900\/50:active {
  outline-color: rgb(88 28 135 / 0.5);
}
.active\:outline-purple-900\/55:active {
  outline-color: rgb(88 28 135 / 0.55);
}
.active\:outline-purple-900\/60:active {
  outline-color: rgb(88 28 135 / 0.6);
}
.active\:outline-purple-900\/65:active {
  outline-color: rgb(88 28 135 / 0.65);
}
.active\:outline-purple-900\/70:active {
  outline-color: rgb(88 28 135 / 0.7);
}
.active\:outline-purple-900\/75:active {
  outline-color: rgb(88 28 135 / 0.75);
}
.active\:outline-purple-900\/80:active {
  outline-color: rgb(88 28 135 / 0.8);
}
.active\:outline-purple-900\/85:active {
  outline-color: rgb(88 28 135 / 0.85);
}
.active\:outline-purple-900\/90:active {
  outline-color: rgb(88 28 135 / 0.9);
}
.active\:outline-purple-900\/95:active {
  outline-color: rgb(88 28 135 / 0.95);
}
.active\:outline-purple-950:active {
  outline-color: #3b0764;
}
.active\:outline-purple-950\/0:active {
  outline-color: rgb(59 7 100 / 0);
}
.active\:outline-purple-950\/10:active {
  outline-color: rgb(59 7 100 / 0.1);
}
.active\:outline-purple-950\/100:active {
  outline-color: rgb(59 7 100 / 1);
}
.active\:outline-purple-950\/15:active {
  outline-color: rgb(59 7 100 / 0.15);
}
.active\:outline-purple-950\/20:active {
  outline-color: rgb(59 7 100 / 0.2);
}
.active\:outline-purple-950\/25:active {
  outline-color: rgb(59 7 100 / 0.25);
}
.active\:outline-purple-950\/30:active {
  outline-color: rgb(59 7 100 / 0.3);
}
.active\:outline-purple-950\/35:active {
  outline-color: rgb(59 7 100 / 0.35);
}
.active\:outline-purple-950\/40:active {
  outline-color: rgb(59 7 100 / 0.4);
}
.active\:outline-purple-950\/45:active {
  outline-color: rgb(59 7 100 / 0.45);
}
.active\:outline-purple-950\/5:active {
  outline-color: rgb(59 7 100 / 0.05);
}
.active\:outline-purple-950\/50:active {
  outline-color: rgb(59 7 100 / 0.5);
}
.active\:outline-purple-950\/55:active {
  outline-color: rgb(59 7 100 / 0.55);
}
.active\:outline-purple-950\/60:active {
  outline-color: rgb(59 7 100 / 0.6);
}
.active\:outline-purple-950\/65:active {
  outline-color: rgb(59 7 100 / 0.65);
}
.active\:outline-purple-950\/70:active {
  outline-color: rgb(59 7 100 / 0.7);
}
.active\:outline-purple-950\/75:active {
  outline-color: rgb(59 7 100 / 0.75);
}
.active\:outline-purple-950\/80:active {
  outline-color: rgb(59 7 100 / 0.8);
}
.active\:outline-purple-950\/85:active {
  outline-color: rgb(59 7 100 / 0.85);
}
.active\:outline-purple-950\/90:active {
  outline-color: rgb(59 7 100 / 0.9);
}
.active\:outline-purple-950\/95:active {
  outline-color: rgb(59 7 100 / 0.95);
}
.active\:outline-red-100:active {
  outline-color: #fee2e2;
}
.active\:outline-red-100\/0:active {
  outline-color: rgb(254 226 226 / 0);
}
.active\:outline-red-100\/10:active {
  outline-color: rgb(254 226 226 / 0.1);
}
.active\:outline-red-100\/100:active {
  outline-color: rgb(254 226 226 / 1);
}
.active\:outline-red-100\/15:active {
  outline-color: rgb(254 226 226 / 0.15);
}
.active\:outline-red-100\/20:active {
  outline-color: rgb(254 226 226 / 0.2);
}
.active\:outline-red-100\/25:active {
  outline-color: rgb(254 226 226 / 0.25);
}
.active\:outline-red-100\/30:active {
  outline-color: rgb(254 226 226 / 0.3);
}
.active\:outline-red-100\/35:active {
  outline-color: rgb(254 226 226 / 0.35);
}
.active\:outline-red-100\/40:active {
  outline-color: rgb(254 226 226 / 0.4);
}
.active\:outline-red-100\/45:active {
  outline-color: rgb(254 226 226 / 0.45);
}
.active\:outline-red-100\/5:active {
  outline-color: rgb(254 226 226 / 0.05);
}
.active\:outline-red-100\/50:active {
  outline-color: rgb(254 226 226 / 0.5);
}
.active\:outline-red-100\/55:active {
  outline-color: rgb(254 226 226 / 0.55);
}
.active\:outline-red-100\/60:active {
  outline-color: rgb(254 226 226 / 0.6);
}
.active\:outline-red-100\/65:active {
  outline-color: rgb(254 226 226 / 0.65);
}
.active\:outline-red-100\/70:active {
  outline-color: rgb(254 226 226 / 0.7);
}
.active\:outline-red-100\/75:active {
  outline-color: rgb(254 226 226 / 0.75);
}
.active\:outline-red-100\/80:active {
  outline-color: rgb(254 226 226 / 0.8);
}
.active\:outline-red-100\/85:active {
  outline-color: rgb(254 226 226 / 0.85);
}
.active\:outline-red-100\/90:active {
  outline-color: rgb(254 226 226 / 0.9);
}
.active\:outline-red-100\/95:active {
  outline-color: rgb(254 226 226 / 0.95);
}
.active\:outline-red-200:active {
  outline-color: #fecaca;
}
.active\:outline-red-200\/0:active {
  outline-color: rgb(254 202 202 / 0);
}
.active\:outline-red-200\/10:active {
  outline-color: rgb(254 202 202 / 0.1);
}
.active\:outline-red-200\/100:active {
  outline-color: rgb(254 202 202 / 1);
}
.active\:outline-red-200\/15:active {
  outline-color: rgb(254 202 202 / 0.15);
}
.active\:outline-red-200\/20:active {
  outline-color: rgb(254 202 202 / 0.2);
}
.active\:outline-red-200\/25:active {
  outline-color: rgb(254 202 202 / 0.25);
}
.active\:outline-red-200\/30:active {
  outline-color: rgb(254 202 202 / 0.3);
}
.active\:outline-red-200\/35:active {
  outline-color: rgb(254 202 202 / 0.35);
}
.active\:outline-red-200\/40:active {
  outline-color: rgb(254 202 202 / 0.4);
}
.active\:outline-red-200\/45:active {
  outline-color: rgb(254 202 202 / 0.45);
}
.active\:outline-red-200\/5:active {
  outline-color: rgb(254 202 202 / 0.05);
}
.active\:outline-red-200\/50:active {
  outline-color: rgb(254 202 202 / 0.5);
}
.active\:outline-red-200\/55:active {
  outline-color: rgb(254 202 202 / 0.55);
}
.active\:outline-red-200\/60:active {
  outline-color: rgb(254 202 202 / 0.6);
}
.active\:outline-red-200\/65:active {
  outline-color: rgb(254 202 202 / 0.65);
}
.active\:outline-red-200\/70:active {
  outline-color: rgb(254 202 202 / 0.7);
}
.active\:outline-red-200\/75:active {
  outline-color: rgb(254 202 202 / 0.75);
}
.active\:outline-red-200\/80:active {
  outline-color: rgb(254 202 202 / 0.8);
}
.active\:outline-red-200\/85:active {
  outline-color: rgb(254 202 202 / 0.85);
}
.active\:outline-red-200\/90:active {
  outline-color: rgb(254 202 202 / 0.9);
}
.active\:outline-red-200\/95:active {
  outline-color: rgb(254 202 202 / 0.95);
}
.active\:outline-red-300:active {
  outline-color: #fca5a5;
}
.active\:outline-red-300\/0:active {
  outline-color: rgb(252 165 165 / 0);
}
.active\:outline-red-300\/10:active {
  outline-color: rgb(252 165 165 / 0.1);
}
.active\:outline-red-300\/100:active {
  outline-color: rgb(252 165 165 / 1);
}
.active\:outline-red-300\/15:active {
  outline-color: rgb(252 165 165 / 0.15);
}
.active\:outline-red-300\/20:active {
  outline-color: rgb(252 165 165 / 0.2);
}
.active\:outline-red-300\/25:active {
  outline-color: rgb(252 165 165 / 0.25);
}
.active\:outline-red-300\/30:active {
  outline-color: rgb(252 165 165 / 0.3);
}
.active\:outline-red-300\/35:active {
  outline-color: rgb(252 165 165 / 0.35);
}
.active\:outline-red-300\/40:active {
  outline-color: rgb(252 165 165 / 0.4);
}
.active\:outline-red-300\/45:active {
  outline-color: rgb(252 165 165 / 0.45);
}
.active\:outline-red-300\/5:active {
  outline-color: rgb(252 165 165 / 0.05);
}
.active\:outline-red-300\/50:active {
  outline-color: rgb(252 165 165 / 0.5);
}
.active\:outline-red-300\/55:active {
  outline-color: rgb(252 165 165 / 0.55);
}
.active\:outline-red-300\/60:active {
  outline-color: rgb(252 165 165 / 0.6);
}
.active\:outline-red-300\/65:active {
  outline-color: rgb(252 165 165 / 0.65);
}
.active\:outline-red-300\/70:active {
  outline-color: rgb(252 165 165 / 0.7);
}
.active\:outline-red-300\/75:active {
  outline-color: rgb(252 165 165 / 0.75);
}
.active\:outline-red-300\/80:active {
  outline-color: rgb(252 165 165 / 0.8);
}
.active\:outline-red-300\/85:active {
  outline-color: rgb(252 165 165 / 0.85);
}
.active\:outline-red-300\/90:active {
  outline-color: rgb(252 165 165 / 0.9);
}
.active\:outline-red-300\/95:active {
  outline-color: rgb(252 165 165 / 0.95);
}
.active\:outline-red-400:active {
  outline-color: #f87171;
}
.active\:outline-red-400\/0:active {
  outline-color: rgb(248 113 113 / 0);
}
.active\:outline-red-400\/10:active {
  outline-color: rgb(248 113 113 / 0.1);
}
.active\:outline-red-400\/100:active {
  outline-color: rgb(248 113 113 / 1);
}
.active\:outline-red-400\/15:active {
  outline-color: rgb(248 113 113 / 0.15);
}
.active\:outline-red-400\/20:active {
  outline-color: rgb(248 113 113 / 0.2);
}
.active\:outline-red-400\/25:active {
  outline-color: rgb(248 113 113 / 0.25);
}
.active\:outline-red-400\/30:active {
  outline-color: rgb(248 113 113 / 0.3);
}
.active\:outline-red-400\/35:active {
  outline-color: rgb(248 113 113 / 0.35);
}
.active\:outline-red-400\/40:active {
  outline-color: rgb(248 113 113 / 0.4);
}
.active\:outline-red-400\/45:active {
  outline-color: rgb(248 113 113 / 0.45);
}
.active\:outline-red-400\/5:active {
  outline-color: rgb(248 113 113 / 0.05);
}
.active\:outline-red-400\/50:active {
  outline-color: rgb(248 113 113 / 0.5);
}
.active\:outline-red-400\/55:active {
  outline-color: rgb(248 113 113 / 0.55);
}
.active\:outline-red-400\/60:active {
  outline-color: rgb(248 113 113 / 0.6);
}
.active\:outline-red-400\/65:active {
  outline-color: rgb(248 113 113 / 0.65);
}
.active\:outline-red-400\/70:active {
  outline-color: rgb(248 113 113 / 0.7);
}
.active\:outline-red-400\/75:active {
  outline-color: rgb(248 113 113 / 0.75);
}
.active\:outline-red-400\/80:active {
  outline-color: rgb(248 113 113 / 0.8);
}
.active\:outline-red-400\/85:active {
  outline-color: rgb(248 113 113 / 0.85);
}
.active\:outline-red-400\/90:active {
  outline-color: rgb(248 113 113 / 0.9);
}
.active\:outline-red-400\/95:active {
  outline-color: rgb(248 113 113 / 0.95);
}
.active\:outline-red-50:active {
  outline-color: #fef2f2;
}
.active\:outline-red-50\/0:active {
  outline-color: rgb(254 242 242 / 0);
}
.active\:outline-red-50\/10:active {
  outline-color: rgb(254 242 242 / 0.1);
}
.active\:outline-red-50\/100:active {
  outline-color: rgb(254 242 242 / 1);
}
.active\:outline-red-50\/15:active {
  outline-color: rgb(254 242 242 / 0.15);
}
.active\:outline-red-50\/20:active {
  outline-color: rgb(254 242 242 / 0.2);
}
.active\:outline-red-50\/25:active {
  outline-color: rgb(254 242 242 / 0.25);
}
.active\:outline-red-50\/30:active {
  outline-color: rgb(254 242 242 / 0.3);
}
.active\:outline-red-50\/35:active {
  outline-color: rgb(254 242 242 / 0.35);
}
.active\:outline-red-50\/40:active {
  outline-color: rgb(254 242 242 / 0.4);
}
.active\:outline-red-50\/45:active {
  outline-color: rgb(254 242 242 / 0.45);
}
.active\:outline-red-50\/5:active {
  outline-color: rgb(254 242 242 / 0.05);
}
.active\:outline-red-50\/50:active {
  outline-color: rgb(254 242 242 / 0.5);
}
.active\:outline-red-50\/55:active {
  outline-color: rgb(254 242 242 / 0.55);
}
.active\:outline-red-50\/60:active {
  outline-color: rgb(254 242 242 / 0.6);
}
.active\:outline-red-50\/65:active {
  outline-color: rgb(254 242 242 / 0.65);
}
.active\:outline-red-50\/70:active {
  outline-color: rgb(254 242 242 / 0.7);
}
.active\:outline-red-50\/75:active {
  outline-color: rgb(254 242 242 / 0.75);
}
.active\:outline-red-50\/80:active {
  outline-color: rgb(254 242 242 / 0.8);
}
.active\:outline-red-50\/85:active {
  outline-color: rgb(254 242 242 / 0.85);
}
.active\:outline-red-50\/90:active {
  outline-color: rgb(254 242 242 / 0.9);
}
.active\:outline-red-50\/95:active {
  outline-color: rgb(254 242 242 / 0.95);
}
.active\:outline-red-500:active {
  outline-color: #ef4444;
}
.active\:outline-red-500\/0:active {
  outline-color: rgb(239 68 68 / 0);
}
.active\:outline-red-500\/10:active {
  outline-color: rgb(239 68 68 / 0.1);
}
.active\:outline-red-500\/100:active {
  outline-color: rgb(239 68 68 / 1);
}
.active\:outline-red-500\/15:active {
  outline-color: rgb(239 68 68 / 0.15);
}
.active\:outline-red-500\/20:active {
  outline-color: rgb(239 68 68 / 0.2);
}
.active\:outline-red-500\/25:active {
  outline-color: rgb(239 68 68 / 0.25);
}
.active\:outline-red-500\/30:active {
  outline-color: rgb(239 68 68 / 0.3);
}
.active\:outline-red-500\/35:active {
  outline-color: rgb(239 68 68 / 0.35);
}
.active\:outline-red-500\/40:active {
  outline-color: rgb(239 68 68 / 0.4);
}
.active\:outline-red-500\/45:active {
  outline-color: rgb(239 68 68 / 0.45);
}
.active\:outline-red-500\/5:active {
  outline-color: rgb(239 68 68 / 0.05);
}
.active\:outline-red-500\/50:active {
  outline-color: rgb(239 68 68 / 0.5);
}
.active\:outline-red-500\/55:active {
  outline-color: rgb(239 68 68 / 0.55);
}
.active\:outline-red-500\/60:active {
  outline-color: rgb(239 68 68 / 0.6);
}
.active\:outline-red-500\/65:active {
  outline-color: rgb(239 68 68 / 0.65);
}
.active\:outline-red-500\/70:active {
  outline-color: rgb(239 68 68 / 0.7);
}
.active\:outline-red-500\/75:active {
  outline-color: rgb(239 68 68 / 0.75);
}
.active\:outline-red-500\/80:active {
  outline-color: rgb(239 68 68 / 0.8);
}
.active\:outline-red-500\/85:active {
  outline-color: rgb(239 68 68 / 0.85);
}
.active\:outline-red-500\/90:active {
  outline-color: rgb(239 68 68 / 0.9);
}
.active\:outline-red-500\/95:active {
  outline-color: rgb(239 68 68 / 0.95);
}
.active\:outline-red-600:active {
  outline-color: #dc2626;
}
.active\:outline-red-600\/0:active {
  outline-color: rgb(220 38 38 / 0);
}
.active\:outline-red-600\/10:active {
  outline-color: rgb(220 38 38 / 0.1);
}
.active\:outline-red-600\/100:active {
  outline-color: rgb(220 38 38 / 1);
}
.active\:outline-red-600\/15:active {
  outline-color: rgb(220 38 38 / 0.15);
}
.active\:outline-red-600\/20:active {
  outline-color: rgb(220 38 38 / 0.2);
}
.active\:outline-red-600\/25:active {
  outline-color: rgb(220 38 38 / 0.25);
}
.active\:outline-red-600\/30:active {
  outline-color: rgb(220 38 38 / 0.3);
}
.active\:outline-red-600\/35:active {
  outline-color: rgb(220 38 38 / 0.35);
}
.active\:outline-red-600\/40:active {
  outline-color: rgb(220 38 38 / 0.4);
}
.active\:outline-red-600\/45:active {
  outline-color: rgb(220 38 38 / 0.45);
}
.active\:outline-red-600\/5:active {
  outline-color: rgb(220 38 38 / 0.05);
}
.active\:outline-red-600\/50:active {
  outline-color: rgb(220 38 38 / 0.5);
}
.active\:outline-red-600\/55:active {
  outline-color: rgb(220 38 38 / 0.55);
}
.active\:outline-red-600\/60:active {
  outline-color: rgb(220 38 38 / 0.6);
}
.active\:outline-red-600\/65:active {
  outline-color: rgb(220 38 38 / 0.65);
}
.active\:outline-red-600\/70:active {
  outline-color: rgb(220 38 38 / 0.7);
}
.active\:outline-red-600\/75:active {
  outline-color: rgb(220 38 38 / 0.75);
}
.active\:outline-red-600\/80:active {
  outline-color: rgb(220 38 38 / 0.8);
}
.active\:outline-red-600\/85:active {
  outline-color: rgb(220 38 38 / 0.85);
}
.active\:outline-red-600\/90:active {
  outline-color: rgb(220 38 38 / 0.9);
}
.active\:outline-red-600\/95:active {
  outline-color: rgb(220 38 38 / 0.95);
}
.active\:outline-red-700:active {
  outline-color: #b91c1c;
}
.active\:outline-red-700\/0:active {
  outline-color: rgb(185 28 28 / 0);
}
.active\:outline-red-700\/10:active {
  outline-color: rgb(185 28 28 / 0.1);
}
.active\:outline-red-700\/100:active {
  outline-color: rgb(185 28 28 / 1);
}
.active\:outline-red-700\/15:active {
  outline-color: rgb(185 28 28 / 0.15);
}
.active\:outline-red-700\/20:active {
  outline-color: rgb(185 28 28 / 0.2);
}
.active\:outline-red-700\/25:active {
  outline-color: rgb(185 28 28 / 0.25);
}
.active\:outline-red-700\/30:active {
  outline-color: rgb(185 28 28 / 0.3);
}
.active\:outline-red-700\/35:active {
  outline-color: rgb(185 28 28 / 0.35);
}
.active\:outline-red-700\/40:active {
  outline-color: rgb(185 28 28 / 0.4);
}
.active\:outline-red-700\/45:active {
  outline-color: rgb(185 28 28 / 0.45);
}
.active\:outline-red-700\/5:active {
  outline-color: rgb(185 28 28 / 0.05);
}
.active\:outline-red-700\/50:active {
  outline-color: rgb(185 28 28 / 0.5);
}
.active\:outline-red-700\/55:active {
  outline-color: rgb(185 28 28 / 0.55);
}
.active\:outline-red-700\/60:active {
  outline-color: rgb(185 28 28 / 0.6);
}
.active\:outline-red-700\/65:active {
  outline-color: rgb(185 28 28 / 0.65);
}
.active\:outline-red-700\/70:active {
  outline-color: rgb(185 28 28 / 0.7);
}
.active\:outline-red-700\/75:active {
  outline-color: rgb(185 28 28 / 0.75);
}
.active\:outline-red-700\/80:active {
  outline-color: rgb(185 28 28 / 0.8);
}
.active\:outline-red-700\/85:active {
  outline-color: rgb(185 28 28 / 0.85);
}
.active\:outline-red-700\/90:active {
  outline-color: rgb(185 28 28 / 0.9);
}
.active\:outline-red-700\/95:active {
  outline-color: rgb(185 28 28 / 0.95);
}
.active\:outline-red-800:active {
  outline-color: #991b1b;
}
.active\:outline-red-800\/0:active {
  outline-color: rgb(153 27 27 / 0);
}
.active\:outline-red-800\/10:active {
  outline-color: rgb(153 27 27 / 0.1);
}
.active\:outline-red-800\/100:active {
  outline-color: rgb(153 27 27 / 1);
}
.active\:outline-red-800\/15:active {
  outline-color: rgb(153 27 27 / 0.15);
}
.active\:outline-red-800\/20:active {
  outline-color: rgb(153 27 27 / 0.2);
}
.active\:outline-red-800\/25:active {
  outline-color: rgb(153 27 27 / 0.25);
}
.active\:outline-red-800\/30:active {
  outline-color: rgb(153 27 27 / 0.3);
}
.active\:outline-red-800\/35:active {
  outline-color: rgb(153 27 27 / 0.35);
}
.active\:outline-red-800\/40:active {
  outline-color: rgb(153 27 27 / 0.4);
}
.active\:outline-red-800\/45:active {
  outline-color: rgb(153 27 27 / 0.45);
}
.active\:outline-red-800\/5:active {
  outline-color: rgb(153 27 27 / 0.05);
}
.active\:outline-red-800\/50:active {
  outline-color: rgb(153 27 27 / 0.5);
}
.active\:outline-red-800\/55:active {
  outline-color: rgb(153 27 27 / 0.55);
}
.active\:outline-red-800\/60:active {
  outline-color: rgb(153 27 27 / 0.6);
}
.active\:outline-red-800\/65:active {
  outline-color: rgb(153 27 27 / 0.65);
}
.active\:outline-red-800\/70:active {
  outline-color: rgb(153 27 27 / 0.7);
}
.active\:outline-red-800\/75:active {
  outline-color: rgb(153 27 27 / 0.75);
}
.active\:outline-red-800\/80:active {
  outline-color: rgb(153 27 27 / 0.8);
}
.active\:outline-red-800\/85:active {
  outline-color: rgb(153 27 27 / 0.85);
}
.active\:outline-red-800\/90:active {
  outline-color: rgb(153 27 27 / 0.9);
}
.active\:outline-red-800\/95:active {
  outline-color: rgb(153 27 27 / 0.95);
}
.active\:outline-red-900:active {
  outline-color: #7f1d1d;
}
.active\:outline-red-900\/0:active {
  outline-color: rgb(127 29 29 / 0);
}
.active\:outline-red-900\/10:active {
  outline-color: rgb(127 29 29 / 0.1);
}
.active\:outline-red-900\/100:active {
  outline-color: rgb(127 29 29 / 1);
}
.active\:outline-red-900\/15:active {
  outline-color: rgb(127 29 29 / 0.15);
}
.active\:outline-red-900\/20:active {
  outline-color: rgb(127 29 29 / 0.2);
}
.active\:outline-red-900\/25:active {
  outline-color: rgb(127 29 29 / 0.25);
}
.active\:outline-red-900\/30:active {
  outline-color: rgb(127 29 29 / 0.3);
}
.active\:outline-red-900\/35:active {
  outline-color: rgb(127 29 29 / 0.35);
}
.active\:outline-red-900\/40:active {
  outline-color: rgb(127 29 29 / 0.4);
}
.active\:outline-red-900\/45:active {
  outline-color: rgb(127 29 29 / 0.45);
}
.active\:outline-red-900\/5:active {
  outline-color: rgb(127 29 29 / 0.05);
}
.active\:outline-red-900\/50:active {
  outline-color: rgb(127 29 29 / 0.5);
}
.active\:outline-red-900\/55:active {
  outline-color: rgb(127 29 29 / 0.55);
}
.active\:outline-red-900\/60:active {
  outline-color: rgb(127 29 29 / 0.6);
}
.active\:outline-red-900\/65:active {
  outline-color: rgb(127 29 29 / 0.65);
}
.active\:outline-red-900\/70:active {
  outline-color: rgb(127 29 29 / 0.7);
}
.active\:outline-red-900\/75:active {
  outline-color: rgb(127 29 29 / 0.75);
}
.active\:outline-red-900\/80:active {
  outline-color: rgb(127 29 29 / 0.8);
}
.active\:outline-red-900\/85:active {
  outline-color: rgb(127 29 29 / 0.85);
}
.active\:outline-red-900\/90:active {
  outline-color: rgb(127 29 29 / 0.9);
}
.active\:outline-red-900\/95:active {
  outline-color: rgb(127 29 29 / 0.95);
}
.active\:outline-red-950:active {
  outline-color: #450a0a;
}
.active\:outline-red-950\/0:active {
  outline-color: rgb(69 10 10 / 0);
}
.active\:outline-red-950\/10:active {
  outline-color: rgb(69 10 10 / 0.1);
}
.active\:outline-red-950\/100:active {
  outline-color: rgb(69 10 10 / 1);
}
.active\:outline-red-950\/15:active {
  outline-color: rgb(69 10 10 / 0.15);
}
.active\:outline-red-950\/20:active {
  outline-color: rgb(69 10 10 / 0.2);
}
.active\:outline-red-950\/25:active {
  outline-color: rgb(69 10 10 / 0.25);
}
.active\:outline-red-950\/30:active {
  outline-color: rgb(69 10 10 / 0.3);
}
.active\:outline-red-950\/35:active {
  outline-color: rgb(69 10 10 / 0.35);
}
.active\:outline-red-950\/40:active {
  outline-color: rgb(69 10 10 / 0.4);
}
.active\:outline-red-950\/45:active {
  outline-color: rgb(69 10 10 / 0.45);
}
.active\:outline-red-950\/5:active {
  outline-color: rgb(69 10 10 / 0.05);
}
.active\:outline-red-950\/50:active {
  outline-color: rgb(69 10 10 / 0.5);
}
.active\:outline-red-950\/55:active {
  outline-color: rgb(69 10 10 / 0.55);
}
.active\:outline-red-950\/60:active {
  outline-color: rgb(69 10 10 / 0.6);
}
.active\:outline-red-950\/65:active {
  outline-color: rgb(69 10 10 / 0.65);
}
.active\:outline-red-950\/70:active {
  outline-color: rgb(69 10 10 / 0.7);
}
.active\:outline-red-950\/75:active {
  outline-color: rgb(69 10 10 / 0.75);
}
.active\:outline-red-950\/80:active {
  outline-color: rgb(69 10 10 / 0.8);
}
.active\:outline-red-950\/85:active {
  outline-color: rgb(69 10 10 / 0.85);
}
.active\:outline-red-950\/90:active {
  outline-color: rgb(69 10 10 / 0.9);
}
.active\:outline-red-950\/95:active {
  outline-color: rgb(69 10 10 / 0.95);
}
.active\:outline-rose-100:active {
  outline-color: #ffe4e6;
}
.active\:outline-rose-100\/0:active {
  outline-color: rgb(255 228 230 / 0);
}
.active\:outline-rose-100\/10:active {
  outline-color: rgb(255 228 230 / 0.1);
}
.active\:outline-rose-100\/100:active {
  outline-color: rgb(255 228 230 / 1);
}
.active\:outline-rose-100\/15:active {
  outline-color: rgb(255 228 230 / 0.15);
}
.active\:outline-rose-100\/20:active {
  outline-color: rgb(255 228 230 / 0.2);
}
.active\:outline-rose-100\/25:active {
  outline-color: rgb(255 228 230 / 0.25);
}
.active\:outline-rose-100\/30:active {
  outline-color: rgb(255 228 230 / 0.3);
}
.active\:outline-rose-100\/35:active {
  outline-color: rgb(255 228 230 / 0.35);
}
.active\:outline-rose-100\/40:active {
  outline-color: rgb(255 228 230 / 0.4);
}
.active\:outline-rose-100\/45:active {
  outline-color: rgb(255 228 230 / 0.45);
}
.active\:outline-rose-100\/5:active {
  outline-color: rgb(255 228 230 / 0.05);
}
.active\:outline-rose-100\/50:active {
  outline-color: rgb(255 228 230 / 0.5);
}
.active\:outline-rose-100\/55:active {
  outline-color: rgb(255 228 230 / 0.55);
}
.active\:outline-rose-100\/60:active {
  outline-color: rgb(255 228 230 / 0.6);
}
.active\:outline-rose-100\/65:active {
  outline-color: rgb(255 228 230 / 0.65);
}
.active\:outline-rose-100\/70:active {
  outline-color: rgb(255 228 230 / 0.7);
}
.active\:outline-rose-100\/75:active {
  outline-color: rgb(255 228 230 / 0.75);
}
.active\:outline-rose-100\/80:active {
  outline-color: rgb(255 228 230 / 0.8);
}
.active\:outline-rose-100\/85:active {
  outline-color: rgb(255 228 230 / 0.85);
}
.active\:outline-rose-100\/90:active {
  outline-color: rgb(255 228 230 / 0.9);
}
.active\:outline-rose-100\/95:active {
  outline-color: rgb(255 228 230 / 0.95);
}
.active\:outline-rose-200:active {
  outline-color: #fecdd3;
}
.active\:outline-rose-200\/0:active {
  outline-color: rgb(254 205 211 / 0);
}
.active\:outline-rose-200\/10:active {
  outline-color: rgb(254 205 211 / 0.1);
}
.active\:outline-rose-200\/100:active {
  outline-color: rgb(254 205 211 / 1);
}
.active\:outline-rose-200\/15:active {
  outline-color: rgb(254 205 211 / 0.15);
}
.active\:outline-rose-200\/20:active {
  outline-color: rgb(254 205 211 / 0.2);
}
.active\:outline-rose-200\/25:active {
  outline-color: rgb(254 205 211 / 0.25);
}
.active\:outline-rose-200\/30:active {
  outline-color: rgb(254 205 211 / 0.3);
}
.active\:outline-rose-200\/35:active {
  outline-color: rgb(254 205 211 / 0.35);
}
.active\:outline-rose-200\/40:active {
  outline-color: rgb(254 205 211 / 0.4);
}
.active\:outline-rose-200\/45:active {
  outline-color: rgb(254 205 211 / 0.45);
}
.active\:outline-rose-200\/5:active {
  outline-color: rgb(254 205 211 / 0.05);
}
.active\:outline-rose-200\/50:active {
  outline-color: rgb(254 205 211 / 0.5);
}
.active\:outline-rose-200\/55:active {
  outline-color: rgb(254 205 211 / 0.55);
}
.active\:outline-rose-200\/60:active {
  outline-color: rgb(254 205 211 / 0.6);
}
.active\:outline-rose-200\/65:active {
  outline-color: rgb(254 205 211 / 0.65);
}
.active\:outline-rose-200\/70:active {
  outline-color: rgb(254 205 211 / 0.7);
}
.active\:outline-rose-200\/75:active {
  outline-color: rgb(254 205 211 / 0.75);
}
.active\:outline-rose-200\/80:active {
  outline-color: rgb(254 205 211 / 0.8);
}
.active\:outline-rose-200\/85:active {
  outline-color: rgb(254 205 211 / 0.85);
}
.active\:outline-rose-200\/90:active {
  outline-color: rgb(254 205 211 / 0.9);
}
.active\:outline-rose-200\/95:active {
  outline-color: rgb(254 205 211 / 0.95);
}
.active\:outline-rose-300:active {
  outline-color: #fda4af;
}
.active\:outline-rose-300\/0:active {
  outline-color: rgb(253 164 175 / 0);
}
.active\:outline-rose-300\/10:active {
  outline-color: rgb(253 164 175 / 0.1);
}
.active\:outline-rose-300\/100:active {
  outline-color: rgb(253 164 175 / 1);
}
.active\:outline-rose-300\/15:active {
  outline-color: rgb(253 164 175 / 0.15);
}
.active\:outline-rose-300\/20:active {
  outline-color: rgb(253 164 175 / 0.2);
}
.active\:outline-rose-300\/25:active {
  outline-color: rgb(253 164 175 / 0.25);
}
.active\:outline-rose-300\/30:active {
  outline-color: rgb(253 164 175 / 0.3);
}
.active\:outline-rose-300\/35:active {
  outline-color: rgb(253 164 175 / 0.35);
}
.active\:outline-rose-300\/40:active {
  outline-color: rgb(253 164 175 / 0.4);
}
.active\:outline-rose-300\/45:active {
  outline-color: rgb(253 164 175 / 0.45);
}
.active\:outline-rose-300\/5:active {
  outline-color: rgb(253 164 175 / 0.05);
}
.active\:outline-rose-300\/50:active {
  outline-color: rgb(253 164 175 / 0.5);
}
.active\:outline-rose-300\/55:active {
  outline-color: rgb(253 164 175 / 0.55);
}
.active\:outline-rose-300\/60:active {
  outline-color: rgb(253 164 175 / 0.6);
}
.active\:outline-rose-300\/65:active {
  outline-color: rgb(253 164 175 / 0.65);
}
.active\:outline-rose-300\/70:active {
  outline-color: rgb(253 164 175 / 0.7);
}
.active\:outline-rose-300\/75:active {
  outline-color: rgb(253 164 175 / 0.75);
}
.active\:outline-rose-300\/80:active {
  outline-color: rgb(253 164 175 / 0.8);
}
.active\:outline-rose-300\/85:active {
  outline-color: rgb(253 164 175 / 0.85);
}
.active\:outline-rose-300\/90:active {
  outline-color: rgb(253 164 175 / 0.9);
}
.active\:outline-rose-300\/95:active {
  outline-color: rgb(253 164 175 / 0.95);
}
.active\:outline-rose-400:active {
  outline-color: #fb7185;
}
.active\:outline-rose-400\/0:active {
  outline-color: rgb(251 113 133 / 0);
}
.active\:outline-rose-400\/10:active {
  outline-color: rgb(251 113 133 / 0.1);
}
.active\:outline-rose-400\/100:active {
  outline-color: rgb(251 113 133 / 1);
}
.active\:outline-rose-400\/15:active {
  outline-color: rgb(251 113 133 / 0.15);
}
.active\:outline-rose-400\/20:active {
  outline-color: rgb(251 113 133 / 0.2);
}
.active\:outline-rose-400\/25:active {
  outline-color: rgb(251 113 133 / 0.25);
}
.active\:outline-rose-400\/30:active {
  outline-color: rgb(251 113 133 / 0.3);
}
.active\:outline-rose-400\/35:active {
  outline-color: rgb(251 113 133 / 0.35);
}
.active\:outline-rose-400\/40:active {
  outline-color: rgb(251 113 133 / 0.4);
}
.active\:outline-rose-400\/45:active {
  outline-color: rgb(251 113 133 / 0.45);
}
.active\:outline-rose-400\/5:active {
  outline-color: rgb(251 113 133 / 0.05);
}
.active\:outline-rose-400\/50:active {
  outline-color: rgb(251 113 133 / 0.5);
}
.active\:outline-rose-400\/55:active {
  outline-color: rgb(251 113 133 / 0.55);
}
.active\:outline-rose-400\/60:active {
  outline-color: rgb(251 113 133 / 0.6);
}
.active\:outline-rose-400\/65:active {
  outline-color: rgb(251 113 133 / 0.65);
}
.active\:outline-rose-400\/70:active {
  outline-color: rgb(251 113 133 / 0.7);
}
.active\:outline-rose-400\/75:active {
  outline-color: rgb(251 113 133 / 0.75);
}
.active\:outline-rose-400\/80:active {
  outline-color: rgb(251 113 133 / 0.8);
}
.active\:outline-rose-400\/85:active {
  outline-color: rgb(251 113 133 / 0.85);
}
.active\:outline-rose-400\/90:active {
  outline-color: rgb(251 113 133 / 0.9);
}
.active\:outline-rose-400\/95:active {
  outline-color: rgb(251 113 133 / 0.95);
}
.active\:outline-rose-50:active {
  outline-color: #fff1f2;
}
.active\:outline-rose-50\/0:active {
  outline-color: rgb(255 241 242 / 0);
}
.active\:outline-rose-50\/10:active {
  outline-color: rgb(255 241 242 / 0.1);
}
.active\:outline-rose-50\/100:active {
  outline-color: rgb(255 241 242 / 1);
}
.active\:outline-rose-50\/15:active {
  outline-color: rgb(255 241 242 / 0.15);
}
.active\:outline-rose-50\/20:active {
  outline-color: rgb(255 241 242 / 0.2);
}
.active\:outline-rose-50\/25:active {
  outline-color: rgb(255 241 242 / 0.25);
}
.active\:outline-rose-50\/30:active {
  outline-color: rgb(255 241 242 / 0.3);
}
.active\:outline-rose-50\/35:active {
  outline-color: rgb(255 241 242 / 0.35);
}
.active\:outline-rose-50\/40:active {
  outline-color: rgb(255 241 242 / 0.4);
}
.active\:outline-rose-50\/45:active {
  outline-color: rgb(255 241 242 / 0.45);
}
.active\:outline-rose-50\/5:active {
  outline-color: rgb(255 241 242 / 0.05);
}
.active\:outline-rose-50\/50:active {
  outline-color: rgb(255 241 242 / 0.5);
}
.active\:outline-rose-50\/55:active {
  outline-color: rgb(255 241 242 / 0.55);
}
.active\:outline-rose-50\/60:active {
  outline-color: rgb(255 241 242 / 0.6);
}
.active\:outline-rose-50\/65:active {
  outline-color: rgb(255 241 242 / 0.65);
}
.active\:outline-rose-50\/70:active {
  outline-color: rgb(255 241 242 / 0.7);
}
.active\:outline-rose-50\/75:active {
  outline-color: rgb(255 241 242 / 0.75);
}
.active\:outline-rose-50\/80:active {
  outline-color: rgb(255 241 242 / 0.8);
}
.active\:outline-rose-50\/85:active {
  outline-color: rgb(255 241 242 / 0.85);
}
.active\:outline-rose-50\/90:active {
  outline-color: rgb(255 241 242 / 0.9);
}
.active\:outline-rose-50\/95:active {
  outline-color: rgb(255 241 242 / 0.95);
}
.active\:outline-rose-500:active {
  outline-color: #f43f5e;
}
.active\:outline-rose-500\/0:active {
  outline-color: rgb(244 63 94 / 0);
}
.active\:outline-rose-500\/10:active {
  outline-color: rgb(244 63 94 / 0.1);
}
.active\:outline-rose-500\/100:active {
  outline-color: rgb(244 63 94 / 1);
}
.active\:outline-rose-500\/15:active {
  outline-color: rgb(244 63 94 / 0.15);
}
.active\:outline-rose-500\/20:active {
  outline-color: rgb(244 63 94 / 0.2);
}
.active\:outline-rose-500\/25:active {
  outline-color: rgb(244 63 94 / 0.25);
}
.active\:outline-rose-500\/30:active {
  outline-color: rgb(244 63 94 / 0.3);
}
.active\:outline-rose-500\/35:active {
  outline-color: rgb(244 63 94 / 0.35);
}
.active\:outline-rose-500\/40:active {
  outline-color: rgb(244 63 94 / 0.4);
}
.active\:outline-rose-500\/45:active {
  outline-color: rgb(244 63 94 / 0.45);
}
.active\:outline-rose-500\/5:active {
  outline-color: rgb(244 63 94 / 0.05);
}
.active\:outline-rose-500\/50:active {
  outline-color: rgb(244 63 94 / 0.5);
}
.active\:outline-rose-500\/55:active {
  outline-color: rgb(244 63 94 / 0.55);
}
.active\:outline-rose-500\/60:active {
  outline-color: rgb(244 63 94 / 0.6);
}
.active\:outline-rose-500\/65:active {
  outline-color: rgb(244 63 94 / 0.65);
}
.active\:outline-rose-500\/70:active {
  outline-color: rgb(244 63 94 / 0.7);
}
.active\:outline-rose-500\/75:active {
  outline-color: rgb(244 63 94 / 0.75);
}
.active\:outline-rose-500\/80:active {
  outline-color: rgb(244 63 94 / 0.8);
}
.active\:outline-rose-500\/85:active {
  outline-color: rgb(244 63 94 / 0.85);
}
.active\:outline-rose-500\/90:active {
  outline-color: rgb(244 63 94 / 0.9);
}
.active\:outline-rose-500\/95:active {
  outline-color: rgb(244 63 94 / 0.95);
}
.active\:outline-rose-600:active {
  outline-color: #e11d48;
}
.active\:outline-rose-600\/0:active {
  outline-color: rgb(225 29 72 / 0);
}
.active\:outline-rose-600\/10:active {
  outline-color: rgb(225 29 72 / 0.1);
}
.active\:outline-rose-600\/100:active {
  outline-color: rgb(225 29 72 / 1);
}
.active\:outline-rose-600\/15:active {
  outline-color: rgb(225 29 72 / 0.15);
}
.active\:outline-rose-600\/20:active {
  outline-color: rgb(225 29 72 / 0.2);
}
.active\:outline-rose-600\/25:active {
  outline-color: rgb(225 29 72 / 0.25);
}
.active\:outline-rose-600\/30:active {
  outline-color: rgb(225 29 72 / 0.3);
}
.active\:outline-rose-600\/35:active {
  outline-color: rgb(225 29 72 / 0.35);
}
.active\:outline-rose-600\/40:active {
  outline-color: rgb(225 29 72 / 0.4);
}
.active\:outline-rose-600\/45:active {
  outline-color: rgb(225 29 72 / 0.45);
}
.active\:outline-rose-600\/5:active {
  outline-color: rgb(225 29 72 / 0.05);
}
.active\:outline-rose-600\/50:active {
  outline-color: rgb(225 29 72 / 0.5);
}
.active\:outline-rose-600\/55:active {
  outline-color: rgb(225 29 72 / 0.55);
}
.active\:outline-rose-600\/60:active {
  outline-color: rgb(225 29 72 / 0.6);
}
.active\:outline-rose-600\/65:active {
  outline-color: rgb(225 29 72 / 0.65);
}
.active\:outline-rose-600\/70:active {
  outline-color: rgb(225 29 72 / 0.7);
}
.active\:outline-rose-600\/75:active {
  outline-color: rgb(225 29 72 / 0.75);
}
.active\:outline-rose-600\/80:active {
  outline-color: rgb(225 29 72 / 0.8);
}
.active\:outline-rose-600\/85:active {
  outline-color: rgb(225 29 72 / 0.85);
}
.active\:outline-rose-600\/90:active {
  outline-color: rgb(225 29 72 / 0.9);
}
.active\:outline-rose-600\/95:active {
  outline-color: rgb(225 29 72 / 0.95);
}
.active\:outline-rose-700:active {
  outline-color: #be123c;
}
.active\:outline-rose-700\/0:active {
  outline-color: rgb(190 18 60 / 0);
}
.active\:outline-rose-700\/10:active {
  outline-color: rgb(190 18 60 / 0.1);
}
.active\:outline-rose-700\/100:active {
  outline-color: rgb(190 18 60 / 1);
}
.active\:outline-rose-700\/15:active {
  outline-color: rgb(190 18 60 / 0.15);
}
.active\:outline-rose-700\/20:active {
  outline-color: rgb(190 18 60 / 0.2);
}
.active\:outline-rose-700\/25:active {
  outline-color: rgb(190 18 60 / 0.25);
}
.active\:outline-rose-700\/30:active {
  outline-color: rgb(190 18 60 / 0.3);
}
.active\:outline-rose-700\/35:active {
  outline-color: rgb(190 18 60 / 0.35);
}
.active\:outline-rose-700\/40:active {
  outline-color: rgb(190 18 60 / 0.4);
}
.active\:outline-rose-700\/45:active {
  outline-color: rgb(190 18 60 / 0.45);
}
.active\:outline-rose-700\/5:active {
  outline-color: rgb(190 18 60 / 0.05);
}
.active\:outline-rose-700\/50:active {
  outline-color: rgb(190 18 60 / 0.5);
}
.active\:outline-rose-700\/55:active {
  outline-color: rgb(190 18 60 / 0.55);
}
.active\:outline-rose-700\/60:active {
  outline-color: rgb(190 18 60 / 0.6);
}
.active\:outline-rose-700\/65:active {
  outline-color: rgb(190 18 60 / 0.65);
}
.active\:outline-rose-700\/70:active {
  outline-color: rgb(190 18 60 / 0.7);
}
.active\:outline-rose-700\/75:active {
  outline-color: rgb(190 18 60 / 0.75);
}
.active\:outline-rose-700\/80:active {
  outline-color: rgb(190 18 60 / 0.8);
}
.active\:outline-rose-700\/85:active {
  outline-color: rgb(190 18 60 / 0.85);
}
.active\:outline-rose-700\/90:active {
  outline-color: rgb(190 18 60 / 0.9);
}
.active\:outline-rose-700\/95:active {
  outline-color: rgb(190 18 60 / 0.95);
}
.active\:outline-rose-800:active {
  outline-color: #9f1239;
}
.active\:outline-rose-800\/0:active {
  outline-color: rgb(159 18 57 / 0);
}
.active\:outline-rose-800\/10:active {
  outline-color: rgb(159 18 57 / 0.1);
}
.active\:outline-rose-800\/100:active {
  outline-color: rgb(159 18 57 / 1);
}
.active\:outline-rose-800\/15:active {
  outline-color: rgb(159 18 57 / 0.15);
}
.active\:outline-rose-800\/20:active {
  outline-color: rgb(159 18 57 / 0.2);
}
.active\:outline-rose-800\/25:active {
  outline-color: rgb(159 18 57 / 0.25);
}
.active\:outline-rose-800\/30:active {
  outline-color: rgb(159 18 57 / 0.3);
}
.active\:outline-rose-800\/35:active {
  outline-color: rgb(159 18 57 / 0.35);
}
.active\:outline-rose-800\/40:active {
  outline-color: rgb(159 18 57 / 0.4);
}
.active\:outline-rose-800\/45:active {
  outline-color: rgb(159 18 57 / 0.45);
}
.active\:outline-rose-800\/5:active {
  outline-color: rgb(159 18 57 / 0.05);
}
.active\:outline-rose-800\/50:active {
  outline-color: rgb(159 18 57 / 0.5);
}
.active\:outline-rose-800\/55:active {
  outline-color: rgb(159 18 57 / 0.55);
}
.active\:outline-rose-800\/60:active {
  outline-color: rgb(159 18 57 / 0.6);
}
.active\:outline-rose-800\/65:active {
  outline-color: rgb(159 18 57 / 0.65);
}
.active\:outline-rose-800\/70:active {
  outline-color: rgb(159 18 57 / 0.7);
}
.active\:outline-rose-800\/75:active {
  outline-color: rgb(159 18 57 / 0.75);
}
.active\:outline-rose-800\/80:active {
  outline-color: rgb(159 18 57 / 0.8);
}
.active\:outline-rose-800\/85:active {
  outline-color: rgb(159 18 57 / 0.85);
}
.active\:outline-rose-800\/90:active {
  outline-color: rgb(159 18 57 / 0.9);
}
.active\:outline-rose-800\/95:active {
  outline-color: rgb(159 18 57 / 0.95);
}
.active\:outline-rose-900:active {
  outline-color: #881337;
}
.active\:outline-rose-900\/0:active {
  outline-color: rgb(136 19 55 / 0);
}
.active\:outline-rose-900\/10:active {
  outline-color: rgb(136 19 55 / 0.1);
}
.active\:outline-rose-900\/100:active {
  outline-color: rgb(136 19 55 / 1);
}
.active\:outline-rose-900\/15:active {
  outline-color: rgb(136 19 55 / 0.15);
}
.active\:outline-rose-900\/20:active {
  outline-color: rgb(136 19 55 / 0.2);
}
.active\:outline-rose-900\/25:active {
  outline-color: rgb(136 19 55 / 0.25);
}
.active\:outline-rose-900\/30:active {
  outline-color: rgb(136 19 55 / 0.3);
}
.active\:outline-rose-900\/35:active {
  outline-color: rgb(136 19 55 / 0.35);
}
.active\:outline-rose-900\/40:active {
  outline-color: rgb(136 19 55 / 0.4);
}
.active\:outline-rose-900\/45:active {
  outline-color: rgb(136 19 55 / 0.45);
}
.active\:outline-rose-900\/5:active {
  outline-color: rgb(136 19 55 / 0.05);
}
.active\:outline-rose-900\/50:active {
  outline-color: rgb(136 19 55 / 0.5);
}
.active\:outline-rose-900\/55:active {
  outline-color: rgb(136 19 55 / 0.55);
}
.active\:outline-rose-900\/60:active {
  outline-color: rgb(136 19 55 / 0.6);
}
.active\:outline-rose-900\/65:active {
  outline-color: rgb(136 19 55 / 0.65);
}
.active\:outline-rose-900\/70:active {
  outline-color: rgb(136 19 55 / 0.7);
}
.active\:outline-rose-900\/75:active {
  outline-color: rgb(136 19 55 / 0.75);
}
.active\:outline-rose-900\/80:active {
  outline-color: rgb(136 19 55 / 0.8);
}
.active\:outline-rose-900\/85:active {
  outline-color: rgb(136 19 55 / 0.85);
}
.active\:outline-rose-900\/90:active {
  outline-color: rgb(136 19 55 / 0.9);
}
.active\:outline-rose-900\/95:active {
  outline-color: rgb(136 19 55 / 0.95);
}
.active\:outline-rose-950:active {
  outline-color: #4c0519;
}
.active\:outline-rose-950\/0:active {
  outline-color: rgb(76 5 25 / 0);
}
.active\:outline-rose-950\/10:active {
  outline-color: rgb(76 5 25 / 0.1);
}
.active\:outline-rose-950\/100:active {
  outline-color: rgb(76 5 25 / 1);
}
.active\:outline-rose-950\/15:active {
  outline-color: rgb(76 5 25 / 0.15);
}
.active\:outline-rose-950\/20:active {
  outline-color: rgb(76 5 25 / 0.2);
}
.active\:outline-rose-950\/25:active {
  outline-color: rgb(76 5 25 / 0.25);
}
.active\:outline-rose-950\/30:active {
  outline-color: rgb(76 5 25 / 0.3);
}
.active\:outline-rose-950\/35:active {
  outline-color: rgb(76 5 25 / 0.35);
}
.active\:outline-rose-950\/40:active {
  outline-color: rgb(76 5 25 / 0.4);
}
.active\:outline-rose-950\/45:active {
  outline-color: rgb(76 5 25 / 0.45);
}
.active\:outline-rose-950\/5:active {
  outline-color: rgb(76 5 25 / 0.05);
}
.active\:outline-rose-950\/50:active {
  outline-color: rgb(76 5 25 / 0.5);
}
.active\:outline-rose-950\/55:active {
  outline-color: rgb(76 5 25 / 0.55);
}
.active\:outline-rose-950\/60:active {
  outline-color: rgb(76 5 25 / 0.6);
}
.active\:outline-rose-950\/65:active {
  outline-color: rgb(76 5 25 / 0.65);
}
.active\:outline-rose-950\/70:active {
  outline-color: rgb(76 5 25 / 0.7);
}
.active\:outline-rose-950\/75:active {
  outline-color: rgb(76 5 25 / 0.75);
}
.active\:outline-rose-950\/80:active {
  outline-color: rgb(76 5 25 / 0.8);
}
.active\:outline-rose-950\/85:active {
  outline-color: rgb(76 5 25 / 0.85);
}
.active\:outline-rose-950\/90:active {
  outline-color: rgb(76 5 25 / 0.9);
}
.active\:outline-rose-950\/95:active {
  outline-color: rgb(76 5 25 / 0.95);
}
.active\:outline-sky-100:active {
  outline-color: #e0f2fe;
}
.active\:outline-sky-100\/0:active {
  outline-color: rgb(224 242 254 / 0);
}
.active\:outline-sky-100\/10:active {
  outline-color: rgb(224 242 254 / 0.1);
}
.active\:outline-sky-100\/100:active {
  outline-color: rgb(224 242 254 / 1);
}
.active\:outline-sky-100\/15:active {
  outline-color: rgb(224 242 254 / 0.15);
}
.active\:outline-sky-100\/20:active {
  outline-color: rgb(224 242 254 / 0.2);
}
.active\:outline-sky-100\/25:active {
  outline-color: rgb(224 242 254 / 0.25);
}
.active\:outline-sky-100\/30:active {
  outline-color: rgb(224 242 254 / 0.3);
}
.active\:outline-sky-100\/35:active {
  outline-color: rgb(224 242 254 / 0.35);
}
.active\:outline-sky-100\/40:active {
  outline-color: rgb(224 242 254 / 0.4);
}
.active\:outline-sky-100\/45:active {
  outline-color: rgb(224 242 254 / 0.45);
}
.active\:outline-sky-100\/5:active {
  outline-color: rgb(224 242 254 / 0.05);
}
.active\:outline-sky-100\/50:active {
  outline-color: rgb(224 242 254 / 0.5);
}
.active\:outline-sky-100\/55:active {
  outline-color: rgb(224 242 254 / 0.55);
}
.active\:outline-sky-100\/60:active {
  outline-color: rgb(224 242 254 / 0.6);
}
.active\:outline-sky-100\/65:active {
  outline-color: rgb(224 242 254 / 0.65);
}
.active\:outline-sky-100\/70:active {
  outline-color: rgb(224 242 254 / 0.7);
}
.active\:outline-sky-100\/75:active {
  outline-color: rgb(224 242 254 / 0.75);
}
.active\:outline-sky-100\/80:active {
  outline-color: rgb(224 242 254 / 0.8);
}
.active\:outline-sky-100\/85:active {
  outline-color: rgb(224 242 254 / 0.85);
}
.active\:outline-sky-100\/90:active {
  outline-color: rgb(224 242 254 / 0.9);
}
.active\:outline-sky-100\/95:active {
  outline-color: rgb(224 242 254 / 0.95);
}
.active\:outline-sky-200:active {
  outline-color: #bae6fd;
}
.active\:outline-sky-200\/0:active {
  outline-color: rgb(186 230 253 / 0);
}
.active\:outline-sky-200\/10:active {
  outline-color: rgb(186 230 253 / 0.1);
}
.active\:outline-sky-200\/100:active {
  outline-color: rgb(186 230 253 / 1);
}
.active\:outline-sky-200\/15:active {
  outline-color: rgb(186 230 253 / 0.15);
}
.active\:outline-sky-200\/20:active {
  outline-color: rgb(186 230 253 / 0.2);
}
.active\:outline-sky-200\/25:active {
  outline-color: rgb(186 230 253 / 0.25);
}
.active\:outline-sky-200\/30:active {
  outline-color: rgb(186 230 253 / 0.3);
}
.active\:outline-sky-200\/35:active {
  outline-color: rgb(186 230 253 / 0.35);
}
.active\:outline-sky-200\/40:active {
  outline-color: rgb(186 230 253 / 0.4);
}
.active\:outline-sky-200\/45:active {
  outline-color: rgb(186 230 253 / 0.45);
}
.active\:outline-sky-200\/5:active {
  outline-color: rgb(186 230 253 / 0.05);
}
.active\:outline-sky-200\/50:active {
  outline-color: rgb(186 230 253 / 0.5);
}
.active\:outline-sky-200\/55:active {
  outline-color: rgb(186 230 253 / 0.55);
}
.active\:outline-sky-200\/60:active {
  outline-color: rgb(186 230 253 / 0.6);
}
.active\:outline-sky-200\/65:active {
  outline-color: rgb(186 230 253 / 0.65);
}
.active\:outline-sky-200\/70:active {
  outline-color: rgb(186 230 253 / 0.7);
}
.active\:outline-sky-200\/75:active {
  outline-color: rgb(186 230 253 / 0.75);
}
.active\:outline-sky-200\/80:active {
  outline-color: rgb(186 230 253 / 0.8);
}
.active\:outline-sky-200\/85:active {
  outline-color: rgb(186 230 253 / 0.85);
}
.active\:outline-sky-200\/90:active {
  outline-color: rgb(186 230 253 / 0.9);
}
.active\:outline-sky-200\/95:active {
  outline-color: rgb(186 230 253 / 0.95);
}
.active\:outline-sky-300:active {
  outline-color: #7dd3fc;
}
.active\:outline-sky-300\/0:active {
  outline-color: rgb(125 211 252 / 0);
}
.active\:outline-sky-300\/10:active {
  outline-color: rgb(125 211 252 / 0.1);
}
.active\:outline-sky-300\/100:active {
  outline-color: rgb(125 211 252 / 1);
}
.active\:outline-sky-300\/15:active {
  outline-color: rgb(125 211 252 / 0.15);
}
.active\:outline-sky-300\/20:active {
  outline-color: rgb(125 211 252 / 0.2);
}
.active\:outline-sky-300\/25:active {
  outline-color: rgb(125 211 252 / 0.25);
}
.active\:outline-sky-300\/30:active {
  outline-color: rgb(125 211 252 / 0.3);
}
.active\:outline-sky-300\/35:active {
  outline-color: rgb(125 211 252 / 0.35);
}
.active\:outline-sky-300\/40:active {
  outline-color: rgb(125 211 252 / 0.4);
}
.active\:outline-sky-300\/45:active {
  outline-color: rgb(125 211 252 / 0.45);
}
.active\:outline-sky-300\/5:active {
  outline-color: rgb(125 211 252 / 0.05);
}
.active\:outline-sky-300\/50:active {
  outline-color: rgb(125 211 252 / 0.5);
}
.active\:outline-sky-300\/55:active {
  outline-color: rgb(125 211 252 / 0.55);
}
.active\:outline-sky-300\/60:active {
  outline-color: rgb(125 211 252 / 0.6);
}
.active\:outline-sky-300\/65:active {
  outline-color: rgb(125 211 252 / 0.65);
}
.active\:outline-sky-300\/70:active {
  outline-color: rgb(125 211 252 / 0.7);
}
.active\:outline-sky-300\/75:active {
  outline-color: rgb(125 211 252 / 0.75);
}
.active\:outline-sky-300\/80:active {
  outline-color: rgb(125 211 252 / 0.8);
}
.active\:outline-sky-300\/85:active {
  outline-color: rgb(125 211 252 / 0.85);
}
.active\:outline-sky-300\/90:active {
  outline-color: rgb(125 211 252 / 0.9);
}
.active\:outline-sky-300\/95:active {
  outline-color: rgb(125 211 252 / 0.95);
}
.active\:outline-sky-400:active {
  outline-color: #38bdf8;
}
.active\:outline-sky-400\/0:active {
  outline-color: rgb(56 189 248 / 0);
}
.active\:outline-sky-400\/10:active {
  outline-color: rgb(56 189 248 / 0.1);
}
.active\:outline-sky-400\/100:active {
  outline-color: rgb(56 189 248 / 1);
}
.active\:outline-sky-400\/15:active {
  outline-color: rgb(56 189 248 / 0.15);
}
.active\:outline-sky-400\/20:active {
  outline-color: rgb(56 189 248 / 0.2);
}
.active\:outline-sky-400\/25:active {
  outline-color: rgb(56 189 248 / 0.25);
}
.active\:outline-sky-400\/30:active {
  outline-color: rgb(56 189 248 / 0.3);
}
.active\:outline-sky-400\/35:active {
  outline-color: rgb(56 189 248 / 0.35);
}
.active\:outline-sky-400\/40:active {
  outline-color: rgb(56 189 248 / 0.4);
}
.active\:outline-sky-400\/45:active {
  outline-color: rgb(56 189 248 / 0.45);
}
.active\:outline-sky-400\/5:active {
  outline-color: rgb(56 189 248 / 0.05);
}
.active\:outline-sky-400\/50:active {
  outline-color: rgb(56 189 248 / 0.5);
}
.active\:outline-sky-400\/55:active {
  outline-color: rgb(56 189 248 / 0.55);
}
.active\:outline-sky-400\/60:active {
  outline-color: rgb(56 189 248 / 0.6);
}
.active\:outline-sky-400\/65:active {
  outline-color: rgb(56 189 248 / 0.65);
}
.active\:outline-sky-400\/70:active {
  outline-color: rgb(56 189 248 / 0.7);
}
.active\:outline-sky-400\/75:active {
  outline-color: rgb(56 189 248 / 0.75);
}
.active\:outline-sky-400\/80:active {
  outline-color: rgb(56 189 248 / 0.8);
}
.active\:outline-sky-400\/85:active {
  outline-color: rgb(56 189 248 / 0.85);
}
.active\:outline-sky-400\/90:active {
  outline-color: rgb(56 189 248 / 0.9);
}
.active\:outline-sky-400\/95:active {
  outline-color: rgb(56 189 248 / 0.95);
}
.active\:outline-sky-50:active {
  outline-color: #f0f9ff;
}
.active\:outline-sky-50\/0:active {
  outline-color: rgb(240 249 255 / 0);
}
.active\:outline-sky-50\/10:active {
  outline-color: rgb(240 249 255 / 0.1);
}
.active\:outline-sky-50\/100:active {
  outline-color: rgb(240 249 255 / 1);
}
.active\:outline-sky-50\/15:active {
  outline-color: rgb(240 249 255 / 0.15);
}
.active\:outline-sky-50\/20:active {
  outline-color: rgb(240 249 255 / 0.2);
}
.active\:outline-sky-50\/25:active {
  outline-color: rgb(240 249 255 / 0.25);
}
.active\:outline-sky-50\/30:active {
  outline-color: rgb(240 249 255 / 0.3);
}
.active\:outline-sky-50\/35:active {
  outline-color: rgb(240 249 255 / 0.35);
}
.active\:outline-sky-50\/40:active {
  outline-color: rgb(240 249 255 / 0.4);
}
.active\:outline-sky-50\/45:active {
  outline-color: rgb(240 249 255 / 0.45);
}
.active\:outline-sky-50\/5:active {
  outline-color: rgb(240 249 255 / 0.05);
}
.active\:outline-sky-50\/50:active {
  outline-color: rgb(240 249 255 / 0.5);
}
.active\:outline-sky-50\/55:active {
  outline-color: rgb(240 249 255 / 0.55);
}
.active\:outline-sky-50\/60:active {
  outline-color: rgb(240 249 255 / 0.6);
}
.active\:outline-sky-50\/65:active {
  outline-color: rgb(240 249 255 / 0.65);
}
.active\:outline-sky-50\/70:active {
  outline-color: rgb(240 249 255 / 0.7);
}
.active\:outline-sky-50\/75:active {
  outline-color: rgb(240 249 255 / 0.75);
}
.active\:outline-sky-50\/80:active {
  outline-color: rgb(240 249 255 / 0.8);
}
.active\:outline-sky-50\/85:active {
  outline-color: rgb(240 249 255 / 0.85);
}
.active\:outline-sky-50\/90:active {
  outline-color: rgb(240 249 255 / 0.9);
}
.active\:outline-sky-50\/95:active {
  outline-color: rgb(240 249 255 / 0.95);
}
.active\:outline-sky-500:active {
  outline-color: #0ea5e9;
}
.active\:outline-sky-500\/0:active {
  outline-color: rgb(14 165 233 / 0);
}
.active\:outline-sky-500\/10:active {
  outline-color: rgb(14 165 233 / 0.1);
}
.active\:outline-sky-500\/100:active {
  outline-color: rgb(14 165 233 / 1);
}
.active\:outline-sky-500\/15:active {
  outline-color: rgb(14 165 233 / 0.15);
}
.active\:outline-sky-500\/20:active {
  outline-color: rgb(14 165 233 / 0.2);
}
.active\:outline-sky-500\/25:active {
  outline-color: rgb(14 165 233 / 0.25);
}
.active\:outline-sky-500\/30:active {
  outline-color: rgb(14 165 233 / 0.3);
}
.active\:outline-sky-500\/35:active {
  outline-color: rgb(14 165 233 / 0.35);
}
.active\:outline-sky-500\/40:active {
  outline-color: rgb(14 165 233 / 0.4);
}
.active\:outline-sky-500\/45:active {
  outline-color: rgb(14 165 233 / 0.45);
}
.active\:outline-sky-500\/5:active {
  outline-color: rgb(14 165 233 / 0.05);
}
.active\:outline-sky-500\/50:active {
  outline-color: rgb(14 165 233 / 0.5);
}
.active\:outline-sky-500\/55:active {
  outline-color: rgb(14 165 233 / 0.55);
}
.active\:outline-sky-500\/60:active {
  outline-color: rgb(14 165 233 / 0.6);
}
.active\:outline-sky-500\/65:active {
  outline-color: rgb(14 165 233 / 0.65);
}
.active\:outline-sky-500\/70:active {
  outline-color: rgb(14 165 233 / 0.7);
}
.active\:outline-sky-500\/75:active {
  outline-color: rgb(14 165 233 / 0.75);
}
.active\:outline-sky-500\/80:active {
  outline-color: rgb(14 165 233 / 0.8);
}
.active\:outline-sky-500\/85:active {
  outline-color: rgb(14 165 233 / 0.85);
}
.active\:outline-sky-500\/90:active {
  outline-color: rgb(14 165 233 / 0.9);
}
.active\:outline-sky-500\/95:active {
  outline-color: rgb(14 165 233 / 0.95);
}
.active\:outline-sky-600:active {
  outline-color: #0284c7;
}
.active\:outline-sky-600\/0:active {
  outline-color: rgb(2 132 199 / 0);
}
.active\:outline-sky-600\/10:active {
  outline-color: rgb(2 132 199 / 0.1);
}
.active\:outline-sky-600\/100:active {
  outline-color: rgb(2 132 199 / 1);
}
.active\:outline-sky-600\/15:active {
  outline-color: rgb(2 132 199 / 0.15);
}
.active\:outline-sky-600\/20:active {
  outline-color: rgb(2 132 199 / 0.2);
}
.active\:outline-sky-600\/25:active {
  outline-color: rgb(2 132 199 / 0.25);
}
.active\:outline-sky-600\/30:active {
  outline-color: rgb(2 132 199 / 0.3);
}
.active\:outline-sky-600\/35:active {
  outline-color: rgb(2 132 199 / 0.35);
}
.active\:outline-sky-600\/40:active {
  outline-color: rgb(2 132 199 / 0.4);
}
.active\:outline-sky-600\/45:active {
  outline-color: rgb(2 132 199 / 0.45);
}
.active\:outline-sky-600\/5:active {
  outline-color: rgb(2 132 199 / 0.05);
}
.active\:outline-sky-600\/50:active {
  outline-color: rgb(2 132 199 / 0.5);
}
.active\:outline-sky-600\/55:active {
  outline-color: rgb(2 132 199 / 0.55);
}
.active\:outline-sky-600\/60:active {
  outline-color: rgb(2 132 199 / 0.6);
}
.active\:outline-sky-600\/65:active {
  outline-color: rgb(2 132 199 / 0.65);
}
.active\:outline-sky-600\/70:active {
  outline-color: rgb(2 132 199 / 0.7);
}
.active\:outline-sky-600\/75:active {
  outline-color: rgb(2 132 199 / 0.75);
}
.active\:outline-sky-600\/80:active {
  outline-color: rgb(2 132 199 / 0.8);
}
.active\:outline-sky-600\/85:active {
  outline-color: rgb(2 132 199 / 0.85);
}
.active\:outline-sky-600\/90:active {
  outline-color: rgb(2 132 199 / 0.9);
}
.active\:outline-sky-600\/95:active {
  outline-color: rgb(2 132 199 / 0.95);
}
.active\:outline-sky-700:active {
  outline-color: #0369a1;
}
.active\:outline-sky-700\/0:active {
  outline-color: rgb(3 105 161 / 0);
}
.active\:outline-sky-700\/10:active {
  outline-color: rgb(3 105 161 / 0.1);
}
.active\:outline-sky-700\/100:active {
  outline-color: rgb(3 105 161 / 1);
}
.active\:outline-sky-700\/15:active {
  outline-color: rgb(3 105 161 / 0.15);
}
.active\:outline-sky-700\/20:active {
  outline-color: rgb(3 105 161 / 0.2);
}
.active\:outline-sky-700\/25:active {
  outline-color: rgb(3 105 161 / 0.25);
}
.active\:outline-sky-700\/30:active {
  outline-color: rgb(3 105 161 / 0.3);
}
.active\:outline-sky-700\/35:active {
  outline-color: rgb(3 105 161 / 0.35);
}
.active\:outline-sky-700\/40:active {
  outline-color: rgb(3 105 161 / 0.4);
}
.active\:outline-sky-700\/45:active {
  outline-color: rgb(3 105 161 / 0.45);
}
.active\:outline-sky-700\/5:active {
  outline-color: rgb(3 105 161 / 0.05);
}
.active\:outline-sky-700\/50:active {
  outline-color: rgb(3 105 161 / 0.5);
}
.active\:outline-sky-700\/55:active {
  outline-color: rgb(3 105 161 / 0.55);
}
.active\:outline-sky-700\/60:active {
  outline-color: rgb(3 105 161 / 0.6);
}
.active\:outline-sky-700\/65:active {
  outline-color: rgb(3 105 161 / 0.65);
}
.active\:outline-sky-700\/70:active {
  outline-color: rgb(3 105 161 / 0.7);
}
.active\:outline-sky-700\/75:active {
  outline-color: rgb(3 105 161 / 0.75);
}
.active\:outline-sky-700\/80:active {
  outline-color: rgb(3 105 161 / 0.8);
}
.active\:outline-sky-700\/85:active {
  outline-color: rgb(3 105 161 / 0.85);
}
.active\:outline-sky-700\/90:active {
  outline-color: rgb(3 105 161 / 0.9);
}
.active\:outline-sky-700\/95:active {
  outline-color: rgb(3 105 161 / 0.95);
}
.active\:outline-sky-800:active {
  outline-color: #075985;
}
.active\:outline-sky-800\/0:active {
  outline-color: rgb(7 89 133 / 0);
}
.active\:outline-sky-800\/10:active {
  outline-color: rgb(7 89 133 / 0.1);
}
.active\:outline-sky-800\/100:active {
  outline-color: rgb(7 89 133 / 1);
}
.active\:outline-sky-800\/15:active {
  outline-color: rgb(7 89 133 / 0.15);
}
.active\:outline-sky-800\/20:active {
  outline-color: rgb(7 89 133 / 0.2);
}
.active\:outline-sky-800\/25:active {
  outline-color: rgb(7 89 133 / 0.25);
}
.active\:outline-sky-800\/30:active {
  outline-color: rgb(7 89 133 / 0.3);
}
.active\:outline-sky-800\/35:active {
  outline-color: rgb(7 89 133 / 0.35);
}
.active\:outline-sky-800\/40:active {
  outline-color: rgb(7 89 133 / 0.4);
}
.active\:outline-sky-800\/45:active {
  outline-color: rgb(7 89 133 / 0.45);
}
.active\:outline-sky-800\/5:active {
  outline-color: rgb(7 89 133 / 0.05);
}
.active\:outline-sky-800\/50:active {
  outline-color: rgb(7 89 133 / 0.5);
}
.active\:outline-sky-800\/55:active {
  outline-color: rgb(7 89 133 / 0.55);
}
.active\:outline-sky-800\/60:active {
  outline-color: rgb(7 89 133 / 0.6);
}
.active\:outline-sky-800\/65:active {
  outline-color: rgb(7 89 133 / 0.65);
}
.active\:outline-sky-800\/70:active {
  outline-color: rgb(7 89 133 / 0.7);
}
.active\:outline-sky-800\/75:active {
  outline-color: rgb(7 89 133 / 0.75);
}
.active\:outline-sky-800\/80:active {
  outline-color: rgb(7 89 133 / 0.8);
}
.active\:outline-sky-800\/85:active {
  outline-color: rgb(7 89 133 / 0.85);
}
.active\:outline-sky-800\/90:active {
  outline-color: rgb(7 89 133 / 0.9);
}
.active\:outline-sky-800\/95:active {
  outline-color: rgb(7 89 133 / 0.95);
}
.active\:outline-sky-900:active {
  outline-color: #0c4a6e;
}
.active\:outline-sky-900\/0:active {
  outline-color: rgb(12 74 110 / 0);
}
.active\:outline-sky-900\/10:active {
  outline-color: rgb(12 74 110 / 0.1);
}
.active\:outline-sky-900\/100:active {
  outline-color: rgb(12 74 110 / 1);
}
.active\:outline-sky-900\/15:active {
  outline-color: rgb(12 74 110 / 0.15);
}
.active\:outline-sky-900\/20:active {
  outline-color: rgb(12 74 110 / 0.2);
}
.active\:outline-sky-900\/25:active {
  outline-color: rgb(12 74 110 / 0.25);
}
.active\:outline-sky-900\/30:active {
  outline-color: rgb(12 74 110 / 0.3);
}
.active\:outline-sky-900\/35:active {
  outline-color: rgb(12 74 110 / 0.35);
}
.active\:outline-sky-900\/40:active {
  outline-color: rgb(12 74 110 / 0.4);
}
.active\:outline-sky-900\/45:active {
  outline-color: rgb(12 74 110 / 0.45);
}
.active\:outline-sky-900\/5:active {
  outline-color: rgb(12 74 110 / 0.05);
}
.active\:outline-sky-900\/50:active {
  outline-color: rgb(12 74 110 / 0.5);
}
.active\:outline-sky-900\/55:active {
  outline-color: rgb(12 74 110 / 0.55);
}
.active\:outline-sky-900\/60:active {
  outline-color: rgb(12 74 110 / 0.6);
}
.active\:outline-sky-900\/65:active {
  outline-color: rgb(12 74 110 / 0.65);
}
.active\:outline-sky-900\/70:active {
  outline-color: rgb(12 74 110 / 0.7);
}
.active\:outline-sky-900\/75:active {
  outline-color: rgb(12 74 110 / 0.75);
}
.active\:outline-sky-900\/80:active {
  outline-color: rgb(12 74 110 / 0.8);
}
.active\:outline-sky-900\/85:active {
  outline-color: rgb(12 74 110 / 0.85);
}
.active\:outline-sky-900\/90:active {
  outline-color: rgb(12 74 110 / 0.9);
}
.active\:outline-sky-900\/95:active {
  outline-color: rgb(12 74 110 / 0.95);
}
.active\:outline-sky-950:active {
  outline-color: #082f49;
}
.active\:outline-sky-950\/0:active {
  outline-color: rgb(8 47 73 / 0);
}
.active\:outline-sky-950\/10:active {
  outline-color: rgb(8 47 73 / 0.1);
}
.active\:outline-sky-950\/100:active {
  outline-color: rgb(8 47 73 / 1);
}
.active\:outline-sky-950\/15:active {
  outline-color: rgb(8 47 73 / 0.15);
}
.active\:outline-sky-950\/20:active {
  outline-color: rgb(8 47 73 / 0.2);
}
.active\:outline-sky-950\/25:active {
  outline-color: rgb(8 47 73 / 0.25);
}
.active\:outline-sky-950\/30:active {
  outline-color: rgb(8 47 73 / 0.3);
}
.active\:outline-sky-950\/35:active {
  outline-color: rgb(8 47 73 / 0.35);
}
.active\:outline-sky-950\/40:active {
  outline-color: rgb(8 47 73 / 0.4);
}
.active\:outline-sky-950\/45:active {
  outline-color: rgb(8 47 73 / 0.45);
}
.active\:outline-sky-950\/5:active {
  outline-color: rgb(8 47 73 / 0.05);
}
.active\:outline-sky-950\/50:active {
  outline-color: rgb(8 47 73 / 0.5);
}
.active\:outline-sky-950\/55:active {
  outline-color: rgb(8 47 73 / 0.55);
}
.active\:outline-sky-950\/60:active {
  outline-color: rgb(8 47 73 / 0.6);
}
.active\:outline-sky-950\/65:active {
  outline-color: rgb(8 47 73 / 0.65);
}
.active\:outline-sky-950\/70:active {
  outline-color: rgb(8 47 73 / 0.7);
}
.active\:outline-sky-950\/75:active {
  outline-color: rgb(8 47 73 / 0.75);
}
.active\:outline-sky-950\/80:active {
  outline-color: rgb(8 47 73 / 0.8);
}
.active\:outline-sky-950\/85:active {
  outline-color: rgb(8 47 73 / 0.85);
}
.active\:outline-sky-950\/90:active {
  outline-color: rgb(8 47 73 / 0.9);
}
.active\:outline-sky-950\/95:active {
  outline-color: rgb(8 47 73 / 0.95);
}
.active\:outline-slate-100:active {
  outline-color: #f1f5f9;
}
.active\:outline-slate-100\/0:active {
  outline-color: rgb(241 245 249 / 0);
}
.active\:outline-slate-100\/10:active {
  outline-color: rgb(241 245 249 / 0.1);
}
.active\:outline-slate-100\/100:active {
  outline-color: rgb(241 245 249 / 1);
}
.active\:outline-slate-100\/15:active {
  outline-color: rgb(241 245 249 / 0.15);
}
.active\:outline-slate-100\/20:active {
  outline-color: rgb(241 245 249 / 0.2);
}
.active\:outline-slate-100\/25:active {
  outline-color: rgb(241 245 249 / 0.25);
}
.active\:outline-slate-100\/30:active {
  outline-color: rgb(241 245 249 / 0.3);
}
.active\:outline-slate-100\/35:active {
  outline-color: rgb(241 245 249 / 0.35);
}
.active\:outline-slate-100\/40:active {
  outline-color: rgb(241 245 249 / 0.4);
}
.active\:outline-slate-100\/45:active {
  outline-color: rgb(241 245 249 / 0.45);
}
.active\:outline-slate-100\/5:active {
  outline-color: rgb(241 245 249 / 0.05);
}
.active\:outline-slate-100\/50:active {
  outline-color: rgb(241 245 249 / 0.5);
}
.active\:outline-slate-100\/55:active {
  outline-color: rgb(241 245 249 / 0.55);
}
.active\:outline-slate-100\/60:active {
  outline-color: rgb(241 245 249 / 0.6);
}
.active\:outline-slate-100\/65:active {
  outline-color: rgb(241 245 249 / 0.65);
}
.active\:outline-slate-100\/70:active {
  outline-color: rgb(241 245 249 / 0.7);
}
.active\:outline-slate-100\/75:active {
  outline-color: rgb(241 245 249 / 0.75);
}
.active\:outline-slate-100\/80:active {
  outline-color: rgb(241 245 249 / 0.8);
}
.active\:outline-slate-100\/85:active {
  outline-color: rgb(241 245 249 / 0.85);
}
.active\:outline-slate-100\/90:active {
  outline-color: rgb(241 245 249 / 0.9);
}
.active\:outline-slate-100\/95:active {
  outline-color: rgb(241 245 249 / 0.95);
}
.active\:outline-slate-200:active {
  outline-color: #e2e8f0;
}
.active\:outline-slate-200\/0:active {
  outline-color: rgb(226 232 240 / 0);
}
.active\:outline-slate-200\/10:active {
  outline-color: rgb(226 232 240 / 0.1);
}
.active\:outline-slate-200\/100:active {
  outline-color: rgb(226 232 240 / 1);
}
.active\:outline-slate-200\/15:active {
  outline-color: rgb(226 232 240 / 0.15);
}
.active\:outline-slate-200\/20:active {
  outline-color: rgb(226 232 240 / 0.2);
}
.active\:outline-slate-200\/25:active {
  outline-color: rgb(226 232 240 / 0.25);
}
.active\:outline-slate-200\/30:active {
  outline-color: rgb(226 232 240 / 0.3);
}
.active\:outline-slate-200\/35:active {
  outline-color: rgb(226 232 240 / 0.35);
}
.active\:outline-slate-200\/40:active {
  outline-color: rgb(226 232 240 / 0.4);
}
.active\:outline-slate-200\/45:active {
  outline-color: rgb(226 232 240 / 0.45);
}
.active\:outline-slate-200\/5:active {
  outline-color: rgb(226 232 240 / 0.05);
}
.active\:outline-slate-200\/50:active {
  outline-color: rgb(226 232 240 / 0.5);
}
.active\:outline-slate-200\/55:active {
  outline-color: rgb(226 232 240 / 0.55);
}
.active\:outline-slate-200\/60:active {
  outline-color: rgb(226 232 240 / 0.6);
}
.active\:outline-slate-200\/65:active {
  outline-color: rgb(226 232 240 / 0.65);
}
.active\:outline-slate-200\/70:active {
  outline-color: rgb(226 232 240 / 0.7);
}
.active\:outline-slate-200\/75:active {
  outline-color: rgb(226 232 240 / 0.75);
}
.active\:outline-slate-200\/80:active {
  outline-color: rgb(226 232 240 / 0.8);
}
.active\:outline-slate-200\/85:active {
  outline-color: rgb(226 232 240 / 0.85);
}
.active\:outline-slate-200\/90:active {
  outline-color: rgb(226 232 240 / 0.9);
}
.active\:outline-slate-200\/95:active {
  outline-color: rgb(226 232 240 / 0.95);
}
.active\:outline-slate-300:active {
  outline-color: #cbd5e1;
}
.active\:outline-slate-300\/0:active {
  outline-color: rgb(203 213 225 / 0);
}
.active\:outline-slate-300\/10:active {
  outline-color: rgb(203 213 225 / 0.1);
}
.active\:outline-slate-300\/100:active {
  outline-color: rgb(203 213 225 / 1);
}
.active\:outline-slate-300\/15:active {
  outline-color: rgb(203 213 225 / 0.15);
}
.active\:outline-slate-300\/20:active {
  outline-color: rgb(203 213 225 / 0.2);
}
.active\:outline-slate-300\/25:active {
  outline-color: rgb(203 213 225 / 0.25);
}
.active\:outline-slate-300\/30:active {
  outline-color: rgb(203 213 225 / 0.3);
}
.active\:outline-slate-300\/35:active {
  outline-color: rgb(203 213 225 / 0.35);
}
.active\:outline-slate-300\/40:active {
  outline-color: rgb(203 213 225 / 0.4);
}
.active\:outline-slate-300\/45:active {
  outline-color: rgb(203 213 225 / 0.45);
}
.active\:outline-slate-300\/5:active {
  outline-color: rgb(203 213 225 / 0.05);
}
.active\:outline-slate-300\/50:active {
  outline-color: rgb(203 213 225 / 0.5);
}
.active\:outline-slate-300\/55:active {
  outline-color: rgb(203 213 225 / 0.55);
}
.active\:outline-slate-300\/60:active {
  outline-color: rgb(203 213 225 / 0.6);
}
.active\:outline-slate-300\/65:active {
  outline-color: rgb(203 213 225 / 0.65);
}
.active\:outline-slate-300\/70:active {
  outline-color: rgb(203 213 225 / 0.7);
}
.active\:outline-slate-300\/75:active {
  outline-color: rgb(203 213 225 / 0.75);
}
.active\:outline-slate-300\/80:active {
  outline-color: rgb(203 213 225 / 0.8);
}
.active\:outline-slate-300\/85:active {
  outline-color: rgb(203 213 225 / 0.85);
}
.active\:outline-slate-300\/90:active {
  outline-color: rgb(203 213 225 / 0.9);
}
.active\:outline-slate-300\/95:active {
  outline-color: rgb(203 213 225 / 0.95);
}
.active\:outline-slate-400:active {
  outline-color: #94a3b8;
}
.active\:outline-slate-400\/0:active {
  outline-color: rgb(148 163 184 / 0);
}
.active\:outline-slate-400\/10:active {
  outline-color: rgb(148 163 184 / 0.1);
}
.active\:outline-slate-400\/100:active {
  outline-color: rgb(148 163 184 / 1);
}
.active\:outline-slate-400\/15:active {
  outline-color: rgb(148 163 184 / 0.15);
}
.active\:outline-slate-400\/20:active {
  outline-color: rgb(148 163 184 / 0.2);
}
.active\:outline-slate-400\/25:active {
  outline-color: rgb(148 163 184 / 0.25);
}
.active\:outline-slate-400\/30:active {
  outline-color: rgb(148 163 184 / 0.3);
}
.active\:outline-slate-400\/35:active {
  outline-color: rgb(148 163 184 / 0.35);
}
.active\:outline-slate-400\/40:active {
  outline-color: rgb(148 163 184 / 0.4);
}
.active\:outline-slate-400\/45:active {
  outline-color: rgb(148 163 184 / 0.45);
}
.active\:outline-slate-400\/5:active {
  outline-color: rgb(148 163 184 / 0.05);
}
.active\:outline-slate-400\/50:active {
  outline-color: rgb(148 163 184 / 0.5);
}
.active\:outline-slate-400\/55:active {
  outline-color: rgb(148 163 184 / 0.55);
}
.active\:outline-slate-400\/60:active {
  outline-color: rgb(148 163 184 / 0.6);
}
.active\:outline-slate-400\/65:active {
  outline-color: rgb(148 163 184 / 0.65);
}
.active\:outline-slate-400\/70:active {
  outline-color: rgb(148 163 184 / 0.7);
}
.active\:outline-slate-400\/75:active {
  outline-color: rgb(148 163 184 / 0.75);
}
.active\:outline-slate-400\/80:active {
  outline-color: rgb(148 163 184 / 0.8);
}
.active\:outline-slate-400\/85:active {
  outline-color: rgb(148 163 184 / 0.85);
}
.active\:outline-slate-400\/90:active {
  outline-color: rgb(148 163 184 / 0.9);
}
.active\:outline-slate-400\/95:active {
  outline-color: rgb(148 163 184 / 0.95);
}
.active\:outline-slate-50:active {
  outline-color: #f8fafc;
}
.active\:outline-slate-50\/0:active {
  outline-color: rgb(248 250 252 / 0);
}
.active\:outline-slate-50\/10:active {
  outline-color: rgb(248 250 252 / 0.1);
}
.active\:outline-slate-50\/100:active {
  outline-color: rgb(248 250 252 / 1);
}
.active\:outline-slate-50\/15:active {
  outline-color: rgb(248 250 252 / 0.15);
}
.active\:outline-slate-50\/20:active {
  outline-color: rgb(248 250 252 / 0.2);
}
.active\:outline-slate-50\/25:active {
  outline-color: rgb(248 250 252 / 0.25);
}
.active\:outline-slate-50\/30:active {
  outline-color: rgb(248 250 252 / 0.3);
}
.active\:outline-slate-50\/35:active {
  outline-color: rgb(248 250 252 / 0.35);
}
.active\:outline-slate-50\/40:active {
  outline-color: rgb(248 250 252 / 0.4);
}
.active\:outline-slate-50\/45:active {
  outline-color: rgb(248 250 252 / 0.45);
}
.active\:outline-slate-50\/5:active {
  outline-color: rgb(248 250 252 / 0.05);
}
.active\:outline-slate-50\/50:active {
  outline-color: rgb(248 250 252 / 0.5);
}
.active\:outline-slate-50\/55:active {
  outline-color: rgb(248 250 252 / 0.55);
}
.active\:outline-slate-50\/60:active {
  outline-color: rgb(248 250 252 / 0.6);
}
.active\:outline-slate-50\/65:active {
  outline-color: rgb(248 250 252 / 0.65);
}
.active\:outline-slate-50\/70:active {
  outline-color: rgb(248 250 252 / 0.7);
}
.active\:outline-slate-50\/75:active {
  outline-color: rgb(248 250 252 / 0.75);
}
.active\:outline-slate-50\/80:active {
  outline-color: rgb(248 250 252 / 0.8);
}
.active\:outline-slate-50\/85:active {
  outline-color: rgb(248 250 252 / 0.85);
}
.active\:outline-slate-50\/90:active {
  outline-color: rgb(248 250 252 / 0.9);
}
.active\:outline-slate-50\/95:active {
  outline-color: rgb(248 250 252 / 0.95);
}
.active\:outline-slate-500:active {
  outline-color: #64748b;
}
.active\:outline-slate-500\/0:active {
  outline-color: rgb(100 116 139 / 0);
}
.active\:outline-slate-500\/10:active {
  outline-color: rgb(100 116 139 / 0.1);
}
.active\:outline-slate-500\/100:active {
  outline-color: rgb(100 116 139 / 1);
}
.active\:outline-slate-500\/15:active {
  outline-color: rgb(100 116 139 / 0.15);
}
.active\:outline-slate-500\/20:active {
  outline-color: rgb(100 116 139 / 0.2);
}
.active\:outline-slate-500\/25:active {
  outline-color: rgb(100 116 139 / 0.25);
}
.active\:outline-slate-500\/30:active {
  outline-color: rgb(100 116 139 / 0.3);
}
.active\:outline-slate-500\/35:active {
  outline-color: rgb(100 116 139 / 0.35);
}
.active\:outline-slate-500\/40:active {
  outline-color: rgb(100 116 139 / 0.4);
}
.active\:outline-slate-500\/45:active {
  outline-color: rgb(100 116 139 / 0.45);
}
.active\:outline-slate-500\/5:active {
  outline-color: rgb(100 116 139 / 0.05);
}
.active\:outline-slate-500\/50:active {
  outline-color: rgb(100 116 139 / 0.5);
}
.active\:outline-slate-500\/55:active {
  outline-color: rgb(100 116 139 / 0.55);
}
.active\:outline-slate-500\/60:active {
  outline-color: rgb(100 116 139 / 0.6);
}
.active\:outline-slate-500\/65:active {
  outline-color: rgb(100 116 139 / 0.65);
}
.active\:outline-slate-500\/70:active {
  outline-color: rgb(100 116 139 / 0.7);
}
.active\:outline-slate-500\/75:active {
  outline-color: rgb(100 116 139 / 0.75);
}
.active\:outline-slate-500\/80:active {
  outline-color: rgb(100 116 139 / 0.8);
}
.active\:outline-slate-500\/85:active {
  outline-color: rgb(100 116 139 / 0.85);
}
.active\:outline-slate-500\/90:active {
  outline-color: rgb(100 116 139 / 0.9);
}
.active\:outline-slate-500\/95:active {
  outline-color: rgb(100 116 139 / 0.95);
}
.active\:outline-slate-600:active {
  outline-color: #475569;
}
.active\:outline-slate-600\/0:active {
  outline-color: rgb(71 85 105 / 0);
}
.active\:outline-slate-600\/10:active {
  outline-color: rgb(71 85 105 / 0.1);
}
.active\:outline-slate-600\/100:active {
  outline-color: rgb(71 85 105 / 1);
}
.active\:outline-slate-600\/15:active {
  outline-color: rgb(71 85 105 / 0.15);
}
.active\:outline-slate-600\/20:active {
  outline-color: rgb(71 85 105 / 0.2);
}
.active\:outline-slate-600\/25:active {
  outline-color: rgb(71 85 105 / 0.25);
}
.active\:outline-slate-600\/30:active {
  outline-color: rgb(71 85 105 / 0.3);
}
.active\:outline-slate-600\/35:active {
  outline-color: rgb(71 85 105 / 0.35);
}
.active\:outline-slate-600\/40:active {
  outline-color: rgb(71 85 105 / 0.4);
}
.active\:outline-slate-600\/45:active {
  outline-color: rgb(71 85 105 / 0.45);
}
.active\:outline-slate-600\/5:active {
  outline-color: rgb(71 85 105 / 0.05);
}
.active\:outline-slate-600\/50:active {
  outline-color: rgb(71 85 105 / 0.5);
}
.active\:outline-slate-600\/55:active {
  outline-color: rgb(71 85 105 / 0.55);
}
.active\:outline-slate-600\/60:active {
  outline-color: rgb(71 85 105 / 0.6);
}
.active\:outline-slate-600\/65:active {
  outline-color: rgb(71 85 105 / 0.65);
}
.active\:outline-slate-600\/70:active {
  outline-color: rgb(71 85 105 / 0.7);
}
.active\:outline-slate-600\/75:active {
  outline-color: rgb(71 85 105 / 0.75);
}
.active\:outline-slate-600\/80:active {
  outline-color: rgb(71 85 105 / 0.8);
}
.active\:outline-slate-600\/85:active {
  outline-color: rgb(71 85 105 / 0.85);
}
.active\:outline-slate-600\/90:active {
  outline-color: rgb(71 85 105 / 0.9);
}
.active\:outline-slate-600\/95:active {
  outline-color: rgb(71 85 105 / 0.95);
}
.active\:outline-slate-700:active {
  outline-color: #334155;
}
.active\:outline-slate-700\/0:active {
  outline-color: rgb(51 65 85 / 0);
}
.active\:outline-slate-700\/10:active {
  outline-color: rgb(51 65 85 / 0.1);
}
.active\:outline-slate-700\/100:active {
  outline-color: rgb(51 65 85 / 1);
}
.active\:outline-slate-700\/15:active {
  outline-color: rgb(51 65 85 / 0.15);
}
.active\:outline-slate-700\/20:active {
  outline-color: rgb(51 65 85 / 0.2);
}
.active\:outline-slate-700\/25:active {
  outline-color: rgb(51 65 85 / 0.25);
}
.active\:outline-slate-700\/30:active {
  outline-color: rgb(51 65 85 / 0.3);
}
.active\:outline-slate-700\/35:active {
  outline-color: rgb(51 65 85 / 0.35);
}
.active\:outline-slate-700\/40:active {
  outline-color: rgb(51 65 85 / 0.4);
}
.active\:outline-slate-700\/45:active {
  outline-color: rgb(51 65 85 / 0.45);
}
.active\:outline-slate-700\/5:active {
  outline-color: rgb(51 65 85 / 0.05);
}
.active\:outline-slate-700\/50:active {
  outline-color: rgb(51 65 85 / 0.5);
}
.active\:outline-slate-700\/55:active {
  outline-color: rgb(51 65 85 / 0.55);
}
.active\:outline-slate-700\/60:active {
  outline-color: rgb(51 65 85 / 0.6);
}
.active\:outline-slate-700\/65:active {
  outline-color: rgb(51 65 85 / 0.65);
}
.active\:outline-slate-700\/70:active {
  outline-color: rgb(51 65 85 / 0.7);
}
.active\:outline-slate-700\/75:active {
  outline-color: rgb(51 65 85 / 0.75);
}
.active\:outline-slate-700\/80:active {
  outline-color: rgb(51 65 85 / 0.8);
}
.active\:outline-slate-700\/85:active {
  outline-color: rgb(51 65 85 / 0.85);
}
.active\:outline-slate-700\/90:active {
  outline-color: rgb(51 65 85 / 0.9);
}
.active\:outline-slate-700\/95:active {
  outline-color: rgb(51 65 85 / 0.95);
}
.active\:outline-slate-800:active {
  outline-color: #1e293b;
}
.active\:outline-slate-800\/0:active {
  outline-color: rgb(30 41 59 / 0);
}
.active\:outline-slate-800\/10:active {
  outline-color: rgb(30 41 59 / 0.1);
}
.active\:outline-slate-800\/100:active {
  outline-color: rgb(30 41 59 / 1);
}
.active\:outline-slate-800\/15:active {
  outline-color: rgb(30 41 59 / 0.15);
}
.active\:outline-slate-800\/20:active {
  outline-color: rgb(30 41 59 / 0.2);
}
.active\:outline-slate-800\/25:active {
  outline-color: rgb(30 41 59 / 0.25);
}
.active\:outline-slate-800\/30:active {
  outline-color: rgb(30 41 59 / 0.3);
}
.active\:outline-slate-800\/35:active {
  outline-color: rgb(30 41 59 / 0.35);
}
.active\:outline-slate-800\/40:active {
  outline-color: rgb(30 41 59 / 0.4);
}
.active\:outline-slate-800\/45:active {
  outline-color: rgb(30 41 59 / 0.45);
}
.active\:outline-slate-800\/5:active {
  outline-color: rgb(30 41 59 / 0.05);
}
.active\:outline-slate-800\/50:active {
  outline-color: rgb(30 41 59 / 0.5);
}
.active\:outline-slate-800\/55:active {
  outline-color: rgb(30 41 59 / 0.55);
}
.active\:outline-slate-800\/60:active {
  outline-color: rgb(30 41 59 / 0.6);
}
.active\:outline-slate-800\/65:active {
  outline-color: rgb(30 41 59 / 0.65);
}
.active\:outline-slate-800\/70:active {
  outline-color: rgb(30 41 59 / 0.7);
}
.active\:outline-slate-800\/75:active {
  outline-color: rgb(30 41 59 / 0.75);
}
.active\:outline-slate-800\/80:active {
  outline-color: rgb(30 41 59 / 0.8);
}
.active\:outline-slate-800\/85:active {
  outline-color: rgb(30 41 59 / 0.85);
}
.active\:outline-slate-800\/90:active {
  outline-color: rgb(30 41 59 / 0.9);
}
.active\:outline-slate-800\/95:active {
  outline-color: rgb(30 41 59 / 0.95);
}
.active\:outline-slate-900:active {
  outline-color: #0f172a;
}
.active\:outline-slate-900\/0:active {
  outline-color: rgb(15 23 42 / 0);
}
.active\:outline-slate-900\/10:active {
  outline-color: rgb(15 23 42 / 0.1);
}
.active\:outline-slate-900\/100:active {
  outline-color: rgb(15 23 42 / 1);
}
.active\:outline-slate-900\/15:active {
  outline-color: rgb(15 23 42 / 0.15);
}
.active\:outline-slate-900\/20:active {
  outline-color: rgb(15 23 42 / 0.2);
}
.active\:outline-slate-900\/25:active {
  outline-color: rgb(15 23 42 / 0.25);
}
.active\:outline-slate-900\/30:active {
  outline-color: rgb(15 23 42 / 0.3);
}
.active\:outline-slate-900\/35:active {
  outline-color: rgb(15 23 42 / 0.35);
}
.active\:outline-slate-900\/40:active {
  outline-color: rgb(15 23 42 / 0.4);
}
.active\:outline-slate-900\/45:active {
  outline-color: rgb(15 23 42 / 0.45);
}
.active\:outline-slate-900\/5:active {
  outline-color: rgb(15 23 42 / 0.05);
}
.active\:outline-slate-900\/50:active {
  outline-color: rgb(15 23 42 / 0.5);
}
.active\:outline-slate-900\/55:active {
  outline-color: rgb(15 23 42 / 0.55);
}
.active\:outline-slate-900\/60:active {
  outline-color: rgb(15 23 42 / 0.6);
}
.active\:outline-slate-900\/65:active {
  outline-color: rgb(15 23 42 / 0.65);
}
.active\:outline-slate-900\/70:active {
  outline-color: rgb(15 23 42 / 0.7);
}
.active\:outline-slate-900\/75:active {
  outline-color: rgb(15 23 42 / 0.75);
}
.active\:outline-slate-900\/80:active {
  outline-color: rgb(15 23 42 / 0.8);
}
.active\:outline-slate-900\/85:active {
  outline-color: rgb(15 23 42 / 0.85);
}
.active\:outline-slate-900\/90:active {
  outline-color: rgb(15 23 42 / 0.9);
}
.active\:outline-slate-900\/95:active {
  outline-color: rgb(15 23 42 / 0.95);
}
.active\:outline-slate-950:active {
  outline-color: #020617;
}
.active\:outline-slate-950\/0:active {
  outline-color: rgb(2 6 23 / 0);
}
.active\:outline-slate-950\/10:active {
  outline-color: rgb(2 6 23 / 0.1);
}
.active\:outline-slate-950\/100:active {
  outline-color: rgb(2 6 23 / 1);
}
.active\:outline-slate-950\/15:active {
  outline-color: rgb(2 6 23 / 0.15);
}
.active\:outline-slate-950\/20:active {
  outline-color: rgb(2 6 23 / 0.2);
}
.active\:outline-slate-950\/25:active {
  outline-color: rgb(2 6 23 / 0.25);
}
.active\:outline-slate-950\/30:active {
  outline-color: rgb(2 6 23 / 0.3);
}
.active\:outline-slate-950\/35:active {
  outline-color: rgb(2 6 23 / 0.35);
}
.active\:outline-slate-950\/40:active {
  outline-color: rgb(2 6 23 / 0.4);
}
.active\:outline-slate-950\/45:active {
  outline-color: rgb(2 6 23 / 0.45);
}
.active\:outline-slate-950\/5:active {
  outline-color: rgb(2 6 23 / 0.05);
}
.active\:outline-slate-950\/50:active {
  outline-color: rgb(2 6 23 / 0.5);
}
.active\:outline-slate-950\/55:active {
  outline-color: rgb(2 6 23 / 0.55);
}
.active\:outline-slate-950\/60:active {
  outline-color: rgb(2 6 23 / 0.6);
}
.active\:outline-slate-950\/65:active {
  outline-color: rgb(2 6 23 / 0.65);
}
.active\:outline-slate-950\/70:active {
  outline-color: rgb(2 6 23 / 0.7);
}
.active\:outline-slate-950\/75:active {
  outline-color: rgb(2 6 23 / 0.75);
}
.active\:outline-slate-950\/80:active {
  outline-color: rgb(2 6 23 / 0.8);
}
.active\:outline-slate-950\/85:active {
  outline-color: rgb(2 6 23 / 0.85);
}
.active\:outline-slate-950\/90:active {
  outline-color: rgb(2 6 23 / 0.9);
}
.active\:outline-slate-950\/95:active {
  outline-color: rgb(2 6 23 / 0.95);
}
.active\:outline-stone-100:active {
  outline-color: #f5f5f4;
}
.active\:outline-stone-100\/0:active {
  outline-color: rgb(245 245 244 / 0);
}
.active\:outline-stone-100\/10:active {
  outline-color: rgb(245 245 244 / 0.1);
}
.active\:outline-stone-100\/100:active {
  outline-color: rgb(245 245 244 / 1);
}
.active\:outline-stone-100\/15:active {
  outline-color: rgb(245 245 244 / 0.15);
}
.active\:outline-stone-100\/20:active {
  outline-color: rgb(245 245 244 / 0.2);
}
.active\:outline-stone-100\/25:active {
  outline-color: rgb(245 245 244 / 0.25);
}
.active\:outline-stone-100\/30:active {
  outline-color: rgb(245 245 244 / 0.3);
}
.active\:outline-stone-100\/35:active {
  outline-color: rgb(245 245 244 / 0.35);
}
.active\:outline-stone-100\/40:active {
  outline-color: rgb(245 245 244 / 0.4);
}
.active\:outline-stone-100\/45:active {
  outline-color: rgb(245 245 244 / 0.45);
}
.active\:outline-stone-100\/5:active {
  outline-color: rgb(245 245 244 / 0.05);
}
.active\:outline-stone-100\/50:active {
  outline-color: rgb(245 245 244 / 0.5);
}
.active\:outline-stone-100\/55:active {
  outline-color: rgb(245 245 244 / 0.55);
}
.active\:outline-stone-100\/60:active {
  outline-color: rgb(245 245 244 / 0.6);
}
.active\:outline-stone-100\/65:active {
  outline-color: rgb(245 245 244 / 0.65);
}
.active\:outline-stone-100\/70:active {
  outline-color: rgb(245 245 244 / 0.7);
}
.active\:outline-stone-100\/75:active {
  outline-color: rgb(245 245 244 / 0.75);
}
.active\:outline-stone-100\/80:active {
  outline-color: rgb(245 245 244 / 0.8);
}
.active\:outline-stone-100\/85:active {
  outline-color: rgb(245 245 244 / 0.85);
}
.active\:outline-stone-100\/90:active {
  outline-color: rgb(245 245 244 / 0.9);
}
.active\:outline-stone-100\/95:active {
  outline-color: rgb(245 245 244 / 0.95);
}
.active\:outline-stone-200:active {
  outline-color: #e7e5e4;
}
.active\:outline-stone-200\/0:active {
  outline-color: rgb(231 229 228 / 0);
}
.active\:outline-stone-200\/10:active {
  outline-color: rgb(231 229 228 / 0.1);
}
.active\:outline-stone-200\/100:active {
  outline-color: rgb(231 229 228 / 1);
}
.active\:outline-stone-200\/15:active {
  outline-color: rgb(231 229 228 / 0.15);
}
.active\:outline-stone-200\/20:active {
  outline-color: rgb(231 229 228 / 0.2);
}
.active\:outline-stone-200\/25:active {
  outline-color: rgb(231 229 228 / 0.25);
}
.active\:outline-stone-200\/30:active {
  outline-color: rgb(231 229 228 / 0.3);
}
.active\:outline-stone-200\/35:active {
  outline-color: rgb(231 229 228 / 0.35);
}
.active\:outline-stone-200\/40:active {
  outline-color: rgb(231 229 228 / 0.4);
}
.active\:outline-stone-200\/45:active {
  outline-color: rgb(231 229 228 / 0.45);
}
.active\:outline-stone-200\/5:active {
  outline-color: rgb(231 229 228 / 0.05);
}
.active\:outline-stone-200\/50:active {
  outline-color: rgb(231 229 228 / 0.5);
}
.active\:outline-stone-200\/55:active {
  outline-color: rgb(231 229 228 / 0.55);
}
.active\:outline-stone-200\/60:active {
  outline-color: rgb(231 229 228 / 0.6);
}
.active\:outline-stone-200\/65:active {
  outline-color: rgb(231 229 228 / 0.65);
}
.active\:outline-stone-200\/70:active {
  outline-color: rgb(231 229 228 / 0.7);
}
.active\:outline-stone-200\/75:active {
  outline-color: rgb(231 229 228 / 0.75);
}
.active\:outline-stone-200\/80:active {
  outline-color: rgb(231 229 228 / 0.8);
}
.active\:outline-stone-200\/85:active {
  outline-color: rgb(231 229 228 / 0.85);
}
.active\:outline-stone-200\/90:active {
  outline-color: rgb(231 229 228 / 0.9);
}
.active\:outline-stone-200\/95:active {
  outline-color: rgb(231 229 228 / 0.95);
}
.active\:outline-stone-300:active {
  outline-color: #d6d3d1;
}
.active\:outline-stone-300\/0:active {
  outline-color: rgb(214 211 209 / 0);
}
.active\:outline-stone-300\/10:active {
  outline-color: rgb(214 211 209 / 0.1);
}
.active\:outline-stone-300\/100:active {
  outline-color: rgb(214 211 209 / 1);
}
.active\:outline-stone-300\/15:active {
  outline-color: rgb(214 211 209 / 0.15);
}
.active\:outline-stone-300\/20:active {
  outline-color: rgb(214 211 209 / 0.2);
}
.active\:outline-stone-300\/25:active {
  outline-color: rgb(214 211 209 / 0.25);
}
.active\:outline-stone-300\/30:active {
  outline-color: rgb(214 211 209 / 0.3);
}
.active\:outline-stone-300\/35:active {
  outline-color: rgb(214 211 209 / 0.35);
}
.active\:outline-stone-300\/40:active {
  outline-color: rgb(214 211 209 / 0.4);
}
.active\:outline-stone-300\/45:active {
  outline-color: rgb(214 211 209 / 0.45);
}
.active\:outline-stone-300\/5:active {
  outline-color: rgb(214 211 209 / 0.05);
}
.active\:outline-stone-300\/50:active {
  outline-color: rgb(214 211 209 / 0.5);
}
.active\:outline-stone-300\/55:active {
  outline-color: rgb(214 211 209 / 0.55);
}
.active\:outline-stone-300\/60:active {
  outline-color: rgb(214 211 209 / 0.6);
}
.active\:outline-stone-300\/65:active {
  outline-color: rgb(214 211 209 / 0.65);
}
.active\:outline-stone-300\/70:active {
  outline-color: rgb(214 211 209 / 0.7);
}
.active\:outline-stone-300\/75:active {
  outline-color: rgb(214 211 209 / 0.75);
}
.active\:outline-stone-300\/80:active {
  outline-color: rgb(214 211 209 / 0.8);
}
.active\:outline-stone-300\/85:active {
  outline-color: rgb(214 211 209 / 0.85);
}
.active\:outline-stone-300\/90:active {
  outline-color: rgb(214 211 209 / 0.9);
}
.active\:outline-stone-300\/95:active {
  outline-color: rgb(214 211 209 / 0.95);
}
.active\:outline-stone-400:active {
  outline-color: #a8a29e;
}
.active\:outline-stone-400\/0:active {
  outline-color: rgb(168 162 158 / 0);
}
.active\:outline-stone-400\/10:active {
  outline-color: rgb(168 162 158 / 0.1);
}
.active\:outline-stone-400\/100:active {
  outline-color: rgb(168 162 158 / 1);
}
.active\:outline-stone-400\/15:active {
  outline-color: rgb(168 162 158 / 0.15);
}
.active\:outline-stone-400\/20:active {
  outline-color: rgb(168 162 158 / 0.2);
}
.active\:outline-stone-400\/25:active {
  outline-color: rgb(168 162 158 / 0.25);
}
.active\:outline-stone-400\/30:active {
  outline-color: rgb(168 162 158 / 0.3);
}
.active\:outline-stone-400\/35:active {
  outline-color: rgb(168 162 158 / 0.35);
}
.active\:outline-stone-400\/40:active {
  outline-color: rgb(168 162 158 / 0.4);
}
.active\:outline-stone-400\/45:active {
  outline-color: rgb(168 162 158 / 0.45);
}
.active\:outline-stone-400\/5:active {
  outline-color: rgb(168 162 158 / 0.05);
}
.active\:outline-stone-400\/50:active {
  outline-color: rgb(168 162 158 / 0.5);
}
.active\:outline-stone-400\/55:active {
  outline-color: rgb(168 162 158 / 0.55);
}
.active\:outline-stone-400\/60:active {
  outline-color: rgb(168 162 158 / 0.6);
}
.active\:outline-stone-400\/65:active {
  outline-color: rgb(168 162 158 / 0.65);
}
.active\:outline-stone-400\/70:active {
  outline-color: rgb(168 162 158 / 0.7);
}
.active\:outline-stone-400\/75:active {
  outline-color: rgb(168 162 158 / 0.75);
}
.active\:outline-stone-400\/80:active {
  outline-color: rgb(168 162 158 / 0.8);
}
.active\:outline-stone-400\/85:active {
  outline-color: rgb(168 162 158 / 0.85);
}
.active\:outline-stone-400\/90:active {
  outline-color: rgb(168 162 158 / 0.9);
}
.active\:outline-stone-400\/95:active {
  outline-color: rgb(168 162 158 / 0.95);
}
.active\:outline-stone-50:active {
  outline-color: #fafaf9;
}
.active\:outline-stone-50\/0:active {
  outline-color: rgb(250 250 249 / 0);
}
.active\:outline-stone-50\/10:active {
  outline-color: rgb(250 250 249 / 0.1);
}
.active\:outline-stone-50\/100:active {
  outline-color: rgb(250 250 249 / 1);
}
.active\:outline-stone-50\/15:active {
  outline-color: rgb(250 250 249 / 0.15);
}
.active\:outline-stone-50\/20:active {
  outline-color: rgb(250 250 249 / 0.2);
}
.active\:outline-stone-50\/25:active {
  outline-color: rgb(250 250 249 / 0.25);
}
.active\:outline-stone-50\/30:active {
  outline-color: rgb(250 250 249 / 0.3);
}
.active\:outline-stone-50\/35:active {
  outline-color: rgb(250 250 249 / 0.35);
}
.active\:outline-stone-50\/40:active {
  outline-color: rgb(250 250 249 / 0.4);
}
.active\:outline-stone-50\/45:active {
  outline-color: rgb(250 250 249 / 0.45);
}
.active\:outline-stone-50\/5:active {
  outline-color: rgb(250 250 249 / 0.05);
}
.active\:outline-stone-50\/50:active {
  outline-color: rgb(250 250 249 / 0.5);
}
.active\:outline-stone-50\/55:active {
  outline-color: rgb(250 250 249 / 0.55);
}
.active\:outline-stone-50\/60:active {
  outline-color: rgb(250 250 249 / 0.6);
}
.active\:outline-stone-50\/65:active {
  outline-color: rgb(250 250 249 / 0.65);
}
.active\:outline-stone-50\/70:active {
  outline-color: rgb(250 250 249 / 0.7);
}
.active\:outline-stone-50\/75:active {
  outline-color: rgb(250 250 249 / 0.75);
}
.active\:outline-stone-50\/80:active {
  outline-color: rgb(250 250 249 / 0.8);
}
.active\:outline-stone-50\/85:active {
  outline-color: rgb(250 250 249 / 0.85);
}
.active\:outline-stone-50\/90:active {
  outline-color: rgb(250 250 249 / 0.9);
}
.active\:outline-stone-50\/95:active {
  outline-color: rgb(250 250 249 / 0.95);
}
.active\:outline-stone-500:active {
  outline-color: #78716c;
}
.active\:outline-stone-500\/0:active {
  outline-color: rgb(120 113 108 / 0);
}
.active\:outline-stone-500\/10:active {
  outline-color: rgb(120 113 108 / 0.1);
}
.active\:outline-stone-500\/100:active {
  outline-color: rgb(120 113 108 / 1);
}
.active\:outline-stone-500\/15:active {
  outline-color: rgb(120 113 108 / 0.15);
}
.active\:outline-stone-500\/20:active {
  outline-color: rgb(120 113 108 / 0.2);
}
.active\:outline-stone-500\/25:active {
  outline-color: rgb(120 113 108 / 0.25);
}
.active\:outline-stone-500\/30:active {
  outline-color: rgb(120 113 108 / 0.3);
}
.active\:outline-stone-500\/35:active {
  outline-color: rgb(120 113 108 / 0.35);
}
.active\:outline-stone-500\/40:active {
  outline-color: rgb(120 113 108 / 0.4);
}
.active\:outline-stone-500\/45:active {
  outline-color: rgb(120 113 108 / 0.45);
}
.active\:outline-stone-500\/5:active {
  outline-color: rgb(120 113 108 / 0.05);
}
.active\:outline-stone-500\/50:active {
  outline-color: rgb(120 113 108 / 0.5);
}
.active\:outline-stone-500\/55:active {
  outline-color: rgb(120 113 108 / 0.55);
}
.active\:outline-stone-500\/60:active {
  outline-color: rgb(120 113 108 / 0.6);
}
.active\:outline-stone-500\/65:active {
  outline-color: rgb(120 113 108 / 0.65);
}
.active\:outline-stone-500\/70:active {
  outline-color: rgb(120 113 108 / 0.7);
}
.active\:outline-stone-500\/75:active {
  outline-color: rgb(120 113 108 / 0.75);
}
.active\:outline-stone-500\/80:active {
  outline-color: rgb(120 113 108 / 0.8);
}
.active\:outline-stone-500\/85:active {
  outline-color: rgb(120 113 108 / 0.85);
}
.active\:outline-stone-500\/90:active {
  outline-color: rgb(120 113 108 / 0.9);
}
.active\:outline-stone-500\/95:active {
  outline-color: rgb(120 113 108 / 0.95);
}
.active\:outline-stone-600:active {
  outline-color: #57534e;
}
.active\:outline-stone-600\/0:active {
  outline-color: rgb(87 83 78 / 0);
}
.active\:outline-stone-600\/10:active {
  outline-color: rgb(87 83 78 / 0.1);
}
.active\:outline-stone-600\/100:active {
  outline-color: rgb(87 83 78 / 1);
}
.active\:outline-stone-600\/15:active {
  outline-color: rgb(87 83 78 / 0.15);
}
.active\:outline-stone-600\/20:active {
  outline-color: rgb(87 83 78 / 0.2);
}
.active\:outline-stone-600\/25:active {
  outline-color: rgb(87 83 78 / 0.25);
}
.active\:outline-stone-600\/30:active {
  outline-color: rgb(87 83 78 / 0.3);
}
.active\:outline-stone-600\/35:active {
  outline-color: rgb(87 83 78 / 0.35);
}
.active\:outline-stone-600\/40:active {
  outline-color: rgb(87 83 78 / 0.4);
}
.active\:outline-stone-600\/45:active {
  outline-color: rgb(87 83 78 / 0.45);
}
.active\:outline-stone-600\/5:active {
  outline-color: rgb(87 83 78 / 0.05);
}
.active\:outline-stone-600\/50:active {
  outline-color: rgb(87 83 78 / 0.5);
}
.active\:outline-stone-600\/55:active {
  outline-color: rgb(87 83 78 / 0.55);
}
.active\:outline-stone-600\/60:active {
  outline-color: rgb(87 83 78 / 0.6);
}
.active\:outline-stone-600\/65:active {
  outline-color: rgb(87 83 78 / 0.65);
}
.active\:outline-stone-600\/70:active {
  outline-color: rgb(87 83 78 / 0.7);
}
.active\:outline-stone-600\/75:active {
  outline-color: rgb(87 83 78 / 0.75);
}
.active\:outline-stone-600\/80:active {
  outline-color: rgb(87 83 78 / 0.8);
}
.active\:outline-stone-600\/85:active {
  outline-color: rgb(87 83 78 / 0.85);
}
.active\:outline-stone-600\/90:active {
  outline-color: rgb(87 83 78 / 0.9);
}
.active\:outline-stone-600\/95:active {
  outline-color: rgb(87 83 78 / 0.95);
}
.active\:outline-stone-700:active {
  outline-color: #44403c;
}
.active\:outline-stone-700\/0:active {
  outline-color: rgb(68 64 60 / 0);
}
.active\:outline-stone-700\/10:active {
  outline-color: rgb(68 64 60 / 0.1);
}
.active\:outline-stone-700\/100:active {
  outline-color: rgb(68 64 60 / 1);
}
.active\:outline-stone-700\/15:active {
  outline-color: rgb(68 64 60 / 0.15);
}
.active\:outline-stone-700\/20:active {
  outline-color: rgb(68 64 60 / 0.2);
}
.active\:outline-stone-700\/25:active {
  outline-color: rgb(68 64 60 / 0.25);
}
.active\:outline-stone-700\/30:active {
  outline-color: rgb(68 64 60 / 0.3);
}
.active\:outline-stone-700\/35:active {
  outline-color: rgb(68 64 60 / 0.35);
}
.active\:outline-stone-700\/40:active {
  outline-color: rgb(68 64 60 / 0.4);
}
.active\:outline-stone-700\/45:active {
  outline-color: rgb(68 64 60 / 0.45);
}
.active\:outline-stone-700\/5:active {
  outline-color: rgb(68 64 60 / 0.05);
}
.active\:outline-stone-700\/50:active {
  outline-color: rgb(68 64 60 / 0.5);
}
.active\:outline-stone-700\/55:active {
  outline-color: rgb(68 64 60 / 0.55);
}
.active\:outline-stone-700\/60:active {
  outline-color: rgb(68 64 60 / 0.6);
}
.active\:outline-stone-700\/65:active {
  outline-color: rgb(68 64 60 / 0.65);
}
.active\:outline-stone-700\/70:active {
  outline-color: rgb(68 64 60 / 0.7);
}
.active\:outline-stone-700\/75:active {
  outline-color: rgb(68 64 60 / 0.75);
}
.active\:outline-stone-700\/80:active {
  outline-color: rgb(68 64 60 / 0.8);
}
.active\:outline-stone-700\/85:active {
  outline-color: rgb(68 64 60 / 0.85);
}
.active\:outline-stone-700\/90:active {
  outline-color: rgb(68 64 60 / 0.9);
}
.active\:outline-stone-700\/95:active {
  outline-color: rgb(68 64 60 / 0.95);
}
.active\:outline-stone-800:active {
  outline-color: #292524;
}
.active\:outline-stone-800\/0:active {
  outline-color: rgb(41 37 36 / 0);
}
.active\:outline-stone-800\/10:active {
  outline-color: rgb(41 37 36 / 0.1);
}
.active\:outline-stone-800\/100:active {
  outline-color: rgb(41 37 36 / 1);
}
.active\:outline-stone-800\/15:active {
  outline-color: rgb(41 37 36 / 0.15);
}
.active\:outline-stone-800\/20:active {
  outline-color: rgb(41 37 36 / 0.2);
}
.active\:outline-stone-800\/25:active {
  outline-color: rgb(41 37 36 / 0.25);
}
.active\:outline-stone-800\/30:active {
  outline-color: rgb(41 37 36 / 0.3);
}
.active\:outline-stone-800\/35:active {
  outline-color: rgb(41 37 36 / 0.35);
}
.active\:outline-stone-800\/40:active {
  outline-color: rgb(41 37 36 / 0.4);
}
.active\:outline-stone-800\/45:active {
  outline-color: rgb(41 37 36 / 0.45);
}
.active\:outline-stone-800\/5:active {
  outline-color: rgb(41 37 36 / 0.05);
}
.active\:outline-stone-800\/50:active {
  outline-color: rgb(41 37 36 / 0.5);
}
.active\:outline-stone-800\/55:active {
  outline-color: rgb(41 37 36 / 0.55);
}
.active\:outline-stone-800\/60:active {
  outline-color: rgb(41 37 36 / 0.6);
}
.active\:outline-stone-800\/65:active {
  outline-color: rgb(41 37 36 / 0.65);
}
.active\:outline-stone-800\/70:active {
  outline-color: rgb(41 37 36 / 0.7);
}
.active\:outline-stone-800\/75:active {
  outline-color: rgb(41 37 36 / 0.75);
}
.active\:outline-stone-800\/80:active {
  outline-color: rgb(41 37 36 / 0.8);
}
.active\:outline-stone-800\/85:active {
  outline-color: rgb(41 37 36 / 0.85);
}
.active\:outline-stone-800\/90:active {
  outline-color: rgb(41 37 36 / 0.9);
}
.active\:outline-stone-800\/95:active {
  outline-color: rgb(41 37 36 / 0.95);
}
.active\:outline-stone-900:active {
  outline-color: #1c1917;
}
.active\:outline-stone-900\/0:active {
  outline-color: rgb(28 25 23 / 0);
}
.active\:outline-stone-900\/10:active {
  outline-color: rgb(28 25 23 / 0.1);
}
.active\:outline-stone-900\/100:active {
  outline-color: rgb(28 25 23 / 1);
}
.active\:outline-stone-900\/15:active {
  outline-color: rgb(28 25 23 / 0.15);
}
.active\:outline-stone-900\/20:active {
  outline-color: rgb(28 25 23 / 0.2);
}
.active\:outline-stone-900\/25:active {
  outline-color: rgb(28 25 23 / 0.25);
}
.active\:outline-stone-900\/30:active {
  outline-color: rgb(28 25 23 / 0.3);
}
.active\:outline-stone-900\/35:active {
  outline-color: rgb(28 25 23 / 0.35);
}
.active\:outline-stone-900\/40:active {
  outline-color: rgb(28 25 23 / 0.4);
}
.active\:outline-stone-900\/45:active {
  outline-color: rgb(28 25 23 / 0.45);
}
.active\:outline-stone-900\/5:active {
  outline-color: rgb(28 25 23 / 0.05);
}
.active\:outline-stone-900\/50:active {
  outline-color: rgb(28 25 23 / 0.5);
}
.active\:outline-stone-900\/55:active {
  outline-color: rgb(28 25 23 / 0.55);
}
.active\:outline-stone-900\/60:active {
  outline-color: rgb(28 25 23 / 0.6);
}
.active\:outline-stone-900\/65:active {
  outline-color: rgb(28 25 23 / 0.65);
}
.active\:outline-stone-900\/70:active {
  outline-color: rgb(28 25 23 / 0.7);
}
.active\:outline-stone-900\/75:active {
  outline-color: rgb(28 25 23 / 0.75);
}
.active\:outline-stone-900\/80:active {
  outline-color: rgb(28 25 23 / 0.8);
}
.active\:outline-stone-900\/85:active {
  outline-color: rgb(28 25 23 / 0.85);
}
.active\:outline-stone-900\/90:active {
  outline-color: rgb(28 25 23 / 0.9);
}
.active\:outline-stone-900\/95:active {
  outline-color: rgb(28 25 23 / 0.95);
}
.active\:outline-stone-950:active {
  outline-color: #0c0a09;
}
.active\:outline-stone-950\/0:active {
  outline-color: rgb(12 10 9 / 0);
}
.active\:outline-stone-950\/10:active {
  outline-color: rgb(12 10 9 / 0.1);
}
.active\:outline-stone-950\/100:active {
  outline-color: rgb(12 10 9 / 1);
}
.active\:outline-stone-950\/15:active {
  outline-color: rgb(12 10 9 / 0.15);
}
.active\:outline-stone-950\/20:active {
  outline-color: rgb(12 10 9 / 0.2);
}
.active\:outline-stone-950\/25:active {
  outline-color: rgb(12 10 9 / 0.25);
}
.active\:outline-stone-950\/30:active {
  outline-color: rgb(12 10 9 / 0.3);
}
.active\:outline-stone-950\/35:active {
  outline-color: rgb(12 10 9 / 0.35);
}
.active\:outline-stone-950\/40:active {
  outline-color: rgb(12 10 9 / 0.4);
}
.active\:outline-stone-950\/45:active {
  outline-color: rgb(12 10 9 / 0.45);
}
.active\:outline-stone-950\/5:active {
  outline-color: rgb(12 10 9 / 0.05);
}
.active\:outline-stone-950\/50:active {
  outline-color: rgb(12 10 9 / 0.5);
}
.active\:outline-stone-950\/55:active {
  outline-color: rgb(12 10 9 / 0.55);
}
.active\:outline-stone-950\/60:active {
  outline-color: rgb(12 10 9 / 0.6);
}
.active\:outline-stone-950\/65:active {
  outline-color: rgb(12 10 9 / 0.65);
}
.active\:outline-stone-950\/70:active {
  outline-color: rgb(12 10 9 / 0.7);
}
.active\:outline-stone-950\/75:active {
  outline-color: rgb(12 10 9 / 0.75);
}
.active\:outline-stone-950\/80:active {
  outline-color: rgb(12 10 9 / 0.8);
}
.active\:outline-stone-950\/85:active {
  outline-color: rgb(12 10 9 / 0.85);
}
.active\:outline-stone-950\/90:active {
  outline-color: rgb(12 10 9 / 0.9);
}
.active\:outline-stone-950\/95:active {
  outline-color: rgb(12 10 9 / 0.95);
}
.active\:outline-teal-100:active {
  outline-color: #ccfbf1;
}
.active\:outline-teal-100\/0:active {
  outline-color: rgb(204 251 241 / 0);
}
.active\:outline-teal-100\/10:active {
  outline-color: rgb(204 251 241 / 0.1);
}
.active\:outline-teal-100\/100:active {
  outline-color: rgb(204 251 241 / 1);
}
.active\:outline-teal-100\/15:active {
  outline-color: rgb(204 251 241 / 0.15);
}
.active\:outline-teal-100\/20:active {
  outline-color: rgb(204 251 241 / 0.2);
}
.active\:outline-teal-100\/25:active {
  outline-color: rgb(204 251 241 / 0.25);
}
.active\:outline-teal-100\/30:active {
  outline-color: rgb(204 251 241 / 0.3);
}
.active\:outline-teal-100\/35:active {
  outline-color: rgb(204 251 241 / 0.35);
}
.active\:outline-teal-100\/40:active {
  outline-color: rgb(204 251 241 / 0.4);
}
.active\:outline-teal-100\/45:active {
  outline-color: rgb(204 251 241 / 0.45);
}
.active\:outline-teal-100\/5:active {
  outline-color: rgb(204 251 241 / 0.05);
}
.active\:outline-teal-100\/50:active {
  outline-color: rgb(204 251 241 / 0.5);
}
.active\:outline-teal-100\/55:active {
  outline-color: rgb(204 251 241 / 0.55);
}
.active\:outline-teal-100\/60:active {
  outline-color: rgb(204 251 241 / 0.6);
}
.active\:outline-teal-100\/65:active {
  outline-color: rgb(204 251 241 / 0.65);
}
.active\:outline-teal-100\/70:active {
  outline-color: rgb(204 251 241 / 0.7);
}
.active\:outline-teal-100\/75:active {
  outline-color: rgb(204 251 241 / 0.75);
}
.active\:outline-teal-100\/80:active {
  outline-color: rgb(204 251 241 / 0.8);
}
.active\:outline-teal-100\/85:active {
  outline-color: rgb(204 251 241 / 0.85);
}
.active\:outline-teal-100\/90:active {
  outline-color: rgb(204 251 241 / 0.9);
}
.active\:outline-teal-100\/95:active {
  outline-color: rgb(204 251 241 / 0.95);
}
.active\:outline-teal-200:active {
  outline-color: #99f6e4;
}
.active\:outline-teal-200\/0:active {
  outline-color: rgb(153 246 228 / 0);
}
.active\:outline-teal-200\/10:active {
  outline-color: rgb(153 246 228 / 0.1);
}
.active\:outline-teal-200\/100:active {
  outline-color: rgb(153 246 228 / 1);
}
.active\:outline-teal-200\/15:active {
  outline-color: rgb(153 246 228 / 0.15);
}
.active\:outline-teal-200\/20:active {
  outline-color: rgb(153 246 228 / 0.2);
}
.active\:outline-teal-200\/25:active {
  outline-color: rgb(153 246 228 / 0.25);
}
.active\:outline-teal-200\/30:active {
  outline-color: rgb(153 246 228 / 0.3);
}
.active\:outline-teal-200\/35:active {
  outline-color: rgb(153 246 228 / 0.35);
}
.active\:outline-teal-200\/40:active {
  outline-color: rgb(153 246 228 / 0.4);
}
.active\:outline-teal-200\/45:active {
  outline-color: rgb(153 246 228 / 0.45);
}
.active\:outline-teal-200\/5:active {
  outline-color: rgb(153 246 228 / 0.05);
}
.active\:outline-teal-200\/50:active {
  outline-color: rgb(153 246 228 / 0.5);
}
.active\:outline-teal-200\/55:active {
  outline-color: rgb(153 246 228 / 0.55);
}
.active\:outline-teal-200\/60:active {
  outline-color: rgb(153 246 228 / 0.6);
}
.active\:outline-teal-200\/65:active {
  outline-color: rgb(153 246 228 / 0.65);
}
.active\:outline-teal-200\/70:active {
  outline-color: rgb(153 246 228 / 0.7);
}
.active\:outline-teal-200\/75:active {
  outline-color: rgb(153 246 228 / 0.75);
}
.active\:outline-teal-200\/80:active {
  outline-color: rgb(153 246 228 / 0.8);
}
.active\:outline-teal-200\/85:active {
  outline-color: rgb(153 246 228 / 0.85);
}
.active\:outline-teal-200\/90:active {
  outline-color: rgb(153 246 228 / 0.9);
}
.active\:outline-teal-200\/95:active {
  outline-color: rgb(153 246 228 / 0.95);
}
.active\:outline-teal-300:active {
  outline-color: #5eead4;
}
.active\:outline-teal-300\/0:active {
  outline-color: rgb(94 234 212 / 0);
}
.active\:outline-teal-300\/10:active {
  outline-color: rgb(94 234 212 / 0.1);
}
.active\:outline-teal-300\/100:active {
  outline-color: rgb(94 234 212 / 1);
}
.active\:outline-teal-300\/15:active {
  outline-color: rgb(94 234 212 / 0.15);
}
.active\:outline-teal-300\/20:active {
  outline-color: rgb(94 234 212 / 0.2);
}
.active\:outline-teal-300\/25:active {
  outline-color: rgb(94 234 212 / 0.25);
}
.active\:outline-teal-300\/30:active {
  outline-color: rgb(94 234 212 / 0.3);
}
.active\:outline-teal-300\/35:active {
  outline-color: rgb(94 234 212 / 0.35);
}
.active\:outline-teal-300\/40:active {
  outline-color: rgb(94 234 212 / 0.4);
}
.active\:outline-teal-300\/45:active {
  outline-color: rgb(94 234 212 / 0.45);
}
.active\:outline-teal-300\/5:active {
  outline-color: rgb(94 234 212 / 0.05);
}
.active\:outline-teal-300\/50:active {
  outline-color: rgb(94 234 212 / 0.5);
}
.active\:outline-teal-300\/55:active {
  outline-color: rgb(94 234 212 / 0.55);
}
.active\:outline-teal-300\/60:active {
  outline-color: rgb(94 234 212 / 0.6);
}
.active\:outline-teal-300\/65:active {
  outline-color: rgb(94 234 212 / 0.65);
}
.active\:outline-teal-300\/70:active {
  outline-color: rgb(94 234 212 / 0.7);
}
.active\:outline-teal-300\/75:active {
  outline-color: rgb(94 234 212 / 0.75);
}
.active\:outline-teal-300\/80:active {
  outline-color: rgb(94 234 212 / 0.8);
}
.active\:outline-teal-300\/85:active {
  outline-color: rgb(94 234 212 / 0.85);
}
.active\:outline-teal-300\/90:active {
  outline-color: rgb(94 234 212 / 0.9);
}
.active\:outline-teal-300\/95:active {
  outline-color: rgb(94 234 212 / 0.95);
}
.active\:outline-teal-400:active {
  outline-color: #2dd4bf;
}
.active\:outline-teal-400\/0:active {
  outline-color: rgb(45 212 191 / 0);
}
.active\:outline-teal-400\/10:active {
  outline-color: rgb(45 212 191 / 0.1);
}
.active\:outline-teal-400\/100:active {
  outline-color: rgb(45 212 191 / 1);
}
.active\:outline-teal-400\/15:active {
  outline-color: rgb(45 212 191 / 0.15);
}
.active\:outline-teal-400\/20:active {
  outline-color: rgb(45 212 191 / 0.2);
}
.active\:outline-teal-400\/25:active {
  outline-color: rgb(45 212 191 / 0.25);
}
.active\:outline-teal-400\/30:active {
  outline-color: rgb(45 212 191 / 0.3);
}
.active\:outline-teal-400\/35:active {
  outline-color: rgb(45 212 191 / 0.35);
}
.active\:outline-teal-400\/40:active {
  outline-color: rgb(45 212 191 / 0.4);
}
.active\:outline-teal-400\/45:active {
  outline-color: rgb(45 212 191 / 0.45);
}
.active\:outline-teal-400\/5:active {
  outline-color: rgb(45 212 191 / 0.05);
}
.active\:outline-teal-400\/50:active {
  outline-color: rgb(45 212 191 / 0.5);
}
.active\:outline-teal-400\/55:active {
  outline-color: rgb(45 212 191 / 0.55);
}
.active\:outline-teal-400\/60:active {
  outline-color: rgb(45 212 191 / 0.6);
}
.active\:outline-teal-400\/65:active {
  outline-color: rgb(45 212 191 / 0.65);
}
.active\:outline-teal-400\/70:active {
  outline-color: rgb(45 212 191 / 0.7);
}
.active\:outline-teal-400\/75:active {
  outline-color: rgb(45 212 191 / 0.75);
}
.active\:outline-teal-400\/80:active {
  outline-color: rgb(45 212 191 / 0.8);
}
.active\:outline-teal-400\/85:active {
  outline-color: rgb(45 212 191 / 0.85);
}
.active\:outline-teal-400\/90:active {
  outline-color: rgb(45 212 191 / 0.9);
}
.active\:outline-teal-400\/95:active {
  outline-color: rgb(45 212 191 / 0.95);
}
.active\:outline-teal-50:active {
  outline-color: #f0fdfa;
}
.active\:outline-teal-50\/0:active {
  outline-color: rgb(240 253 250 / 0);
}
.active\:outline-teal-50\/10:active {
  outline-color: rgb(240 253 250 / 0.1);
}
.active\:outline-teal-50\/100:active {
  outline-color: rgb(240 253 250 / 1);
}
.active\:outline-teal-50\/15:active {
  outline-color: rgb(240 253 250 / 0.15);
}
.active\:outline-teal-50\/20:active {
  outline-color: rgb(240 253 250 / 0.2);
}
.active\:outline-teal-50\/25:active {
  outline-color: rgb(240 253 250 / 0.25);
}
.active\:outline-teal-50\/30:active {
  outline-color: rgb(240 253 250 / 0.3);
}
.active\:outline-teal-50\/35:active {
  outline-color: rgb(240 253 250 / 0.35);
}
.active\:outline-teal-50\/40:active {
  outline-color: rgb(240 253 250 / 0.4);
}
.active\:outline-teal-50\/45:active {
  outline-color: rgb(240 253 250 / 0.45);
}
.active\:outline-teal-50\/5:active {
  outline-color: rgb(240 253 250 / 0.05);
}
.active\:outline-teal-50\/50:active {
  outline-color: rgb(240 253 250 / 0.5);
}
.active\:outline-teal-50\/55:active {
  outline-color: rgb(240 253 250 / 0.55);
}
.active\:outline-teal-50\/60:active {
  outline-color: rgb(240 253 250 / 0.6);
}
.active\:outline-teal-50\/65:active {
  outline-color: rgb(240 253 250 / 0.65);
}
.active\:outline-teal-50\/70:active {
  outline-color: rgb(240 253 250 / 0.7);
}
.active\:outline-teal-50\/75:active {
  outline-color: rgb(240 253 250 / 0.75);
}
.active\:outline-teal-50\/80:active {
  outline-color: rgb(240 253 250 / 0.8);
}
.active\:outline-teal-50\/85:active {
  outline-color: rgb(240 253 250 / 0.85);
}
.active\:outline-teal-50\/90:active {
  outline-color: rgb(240 253 250 / 0.9);
}
.active\:outline-teal-50\/95:active {
  outline-color: rgb(240 253 250 / 0.95);
}
.active\:outline-teal-500:active {
  outline-color: #14b8a6;
}
.active\:outline-teal-500\/0:active {
  outline-color: rgb(20 184 166 / 0);
}
.active\:outline-teal-500\/10:active {
  outline-color: rgb(20 184 166 / 0.1);
}
.active\:outline-teal-500\/100:active {
  outline-color: rgb(20 184 166 / 1);
}
.active\:outline-teal-500\/15:active {
  outline-color: rgb(20 184 166 / 0.15);
}
.active\:outline-teal-500\/20:active {
  outline-color: rgb(20 184 166 / 0.2);
}
.active\:outline-teal-500\/25:active {
  outline-color: rgb(20 184 166 / 0.25);
}
.active\:outline-teal-500\/30:active {
  outline-color: rgb(20 184 166 / 0.3);
}
.active\:outline-teal-500\/35:active {
  outline-color: rgb(20 184 166 / 0.35);
}
.active\:outline-teal-500\/40:active {
  outline-color: rgb(20 184 166 / 0.4);
}
.active\:outline-teal-500\/45:active {
  outline-color: rgb(20 184 166 / 0.45);
}
.active\:outline-teal-500\/5:active {
  outline-color: rgb(20 184 166 / 0.05);
}
.active\:outline-teal-500\/50:active {
  outline-color: rgb(20 184 166 / 0.5);
}
.active\:outline-teal-500\/55:active {
  outline-color: rgb(20 184 166 / 0.55);
}
.active\:outline-teal-500\/60:active {
  outline-color: rgb(20 184 166 / 0.6);
}
.active\:outline-teal-500\/65:active {
  outline-color: rgb(20 184 166 / 0.65);
}
.active\:outline-teal-500\/70:active {
  outline-color: rgb(20 184 166 / 0.7);
}
.active\:outline-teal-500\/75:active {
  outline-color: rgb(20 184 166 / 0.75);
}
.active\:outline-teal-500\/80:active {
  outline-color: rgb(20 184 166 / 0.8);
}
.active\:outline-teal-500\/85:active {
  outline-color: rgb(20 184 166 / 0.85);
}
.active\:outline-teal-500\/90:active {
  outline-color: rgb(20 184 166 / 0.9);
}
.active\:outline-teal-500\/95:active {
  outline-color: rgb(20 184 166 / 0.95);
}
.active\:outline-teal-600:active {
  outline-color: #0d9488;
}
.active\:outline-teal-600\/0:active {
  outline-color: rgb(13 148 136 / 0);
}
.active\:outline-teal-600\/10:active {
  outline-color: rgb(13 148 136 / 0.1);
}
.active\:outline-teal-600\/100:active {
  outline-color: rgb(13 148 136 / 1);
}
.active\:outline-teal-600\/15:active {
  outline-color: rgb(13 148 136 / 0.15);
}
.active\:outline-teal-600\/20:active {
  outline-color: rgb(13 148 136 / 0.2);
}
.active\:outline-teal-600\/25:active {
  outline-color: rgb(13 148 136 / 0.25);
}
.active\:outline-teal-600\/30:active {
  outline-color: rgb(13 148 136 / 0.3);
}
.active\:outline-teal-600\/35:active {
  outline-color: rgb(13 148 136 / 0.35);
}
.active\:outline-teal-600\/40:active {
  outline-color: rgb(13 148 136 / 0.4);
}
.active\:outline-teal-600\/45:active {
  outline-color: rgb(13 148 136 / 0.45);
}
.active\:outline-teal-600\/5:active {
  outline-color: rgb(13 148 136 / 0.05);
}
.active\:outline-teal-600\/50:active {
  outline-color: rgb(13 148 136 / 0.5);
}
.active\:outline-teal-600\/55:active {
  outline-color: rgb(13 148 136 / 0.55);
}
.active\:outline-teal-600\/60:active {
  outline-color: rgb(13 148 136 / 0.6);
}
.active\:outline-teal-600\/65:active {
  outline-color: rgb(13 148 136 / 0.65);
}
.active\:outline-teal-600\/70:active {
  outline-color: rgb(13 148 136 / 0.7);
}
.active\:outline-teal-600\/75:active {
  outline-color: rgb(13 148 136 / 0.75);
}
.active\:outline-teal-600\/80:active {
  outline-color: rgb(13 148 136 / 0.8);
}
.active\:outline-teal-600\/85:active {
  outline-color: rgb(13 148 136 / 0.85);
}
.active\:outline-teal-600\/90:active {
  outline-color: rgb(13 148 136 / 0.9);
}
.active\:outline-teal-600\/95:active {
  outline-color: rgb(13 148 136 / 0.95);
}
.active\:outline-teal-700:active {
  outline-color: #0f766e;
}
.active\:outline-teal-700\/0:active {
  outline-color: rgb(15 118 110 / 0);
}
.active\:outline-teal-700\/10:active {
  outline-color: rgb(15 118 110 / 0.1);
}
.active\:outline-teal-700\/100:active {
  outline-color: rgb(15 118 110 / 1);
}
.active\:outline-teal-700\/15:active {
  outline-color: rgb(15 118 110 / 0.15);
}
.active\:outline-teal-700\/20:active {
  outline-color: rgb(15 118 110 / 0.2);
}
.active\:outline-teal-700\/25:active {
  outline-color: rgb(15 118 110 / 0.25);
}
.active\:outline-teal-700\/30:active {
  outline-color: rgb(15 118 110 / 0.3);
}
.active\:outline-teal-700\/35:active {
  outline-color: rgb(15 118 110 / 0.35);
}
.active\:outline-teal-700\/40:active {
  outline-color: rgb(15 118 110 / 0.4);
}
.active\:outline-teal-700\/45:active {
  outline-color: rgb(15 118 110 / 0.45);
}
.active\:outline-teal-700\/5:active {
  outline-color: rgb(15 118 110 / 0.05);
}
.active\:outline-teal-700\/50:active {
  outline-color: rgb(15 118 110 / 0.5);
}
.active\:outline-teal-700\/55:active {
  outline-color: rgb(15 118 110 / 0.55);
}
.active\:outline-teal-700\/60:active {
  outline-color: rgb(15 118 110 / 0.6);
}
.active\:outline-teal-700\/65:active {
  outline-color: rgb(15 118 110 / 0.65);
}
.active\:outline-teal-700\/70:active {
  outline-color: rgb(15 118 110 / 0.7);
}
.active\:outline-teal-700\/75:active {
  outline-color: rgb(15 118 110 / 0.75);
}
.active\:outline-teal-700\/80:active {
  outline-color: rgb(15 118 110 / 0.8);
}
.active\:outline-teal-700\/85:active {
  outline-color: rgb(15 118 110 / 0.85);
}
.active\:outline-teal-700\/90:active {
  outline-color: rgb(15 118 110 / 0.9);
}
.active\:outline-teal-700\/95:active {
  outline-color: rgb(15 118 110 / 0.95);
}
.active\:outline-teal-800:active {
  outline-color: #115e59;
}
.active\:outline-teal-800\/0:active {
  outline-color: rgb(17 94 89 / 0);
}
.active\:outline-teal-800\/10:active {
  outline-color: rgb(17 94 89 / 0.1);
}
.active\:outline-teal-800\/100:active {
  outline-color: rgb(17 94 89 / 1);
}
.active\:outline-teal-800\/15:active {
  outline-color: rgb(17 94 89 / 0.15);
}
.active\:outline-teal-800\/20:active {
  outline-color: rgb(17 94 89 / 0.2);
}
.active\:outline-teal-800\/25:active {
  outline-color: rgb(17 94 89 / 0.25);
}
.active\:outline-teal-800\/30:active {
  outline-color: rgb(17 94 89 / 0.3);
}
.active\:outline-teal-800\/35:active {
  outline-color: rgb(17 94 89 / 0.35);
}
.active\:outline-teal-800\/40:active {
  outline-color: rgb(17 94 89 / 0.4);
}
.active\:outline-teal-800\/45:active {
  outline-color: rgb(17 94 89 / 0.45);
}
.active\:outline-teal-800\/5:active {
  outline-color: rgb(17 94 89 / 0.05);
}
.active\:outline-teal-800\/50:active {
  outline-color: rgb(17 94 89 / 0.5);
}
.active\:outline-teal-800\/55:active {
  outline-color: rgb(17 94 89 / 0.55);
}
.active\:outline-teal-800\/60:active {
  outline-color: rgb(17 94 89 / 0.6);
}
.active\:outline-teal-800\/65:active {
  outline-color: rgb(17 94 89 / 0.65);
}
.active\:outline-teal-800\/70:active {
  outline-color: rgb(17 94 89 / 0.7);
}
.active\:outline-teal-800\/75:active {
  outline-color: rgb(17 94 89 / 0.75);
}
.active\:outline-teal-800\/80:active {
  outline-color: rgb(17 94 89 / 0.8);
}
.active\:outline-teal-800\/85:active {
  outline-color: rgb(17 94 89 / 0.85);
}
.active\:outline-teal-800\/90:active {
  outline-color: rgb(17 94 89 / 0.9);
}
.active\:outline-teal-800\/95:active {
  outline-color: rgb(17 94 89 / 0.95);
}
.active\:outline-teal-900:active {
  outline-color: #134e4a;
}
.active\:outline-teal-900\/0:active {
  outline-color: rgb(19 78 74 / 0);
}
.active\:outline-teal-900\/10:active {
  outline-color: rgb(19 78 74 / 0.1);
}
.active\:outline-teal-900\/100:active {
  outline-color: rgb(19 78 74 / 1);
}
.active\:outline-teal-900\/15:active {
  outline-color: rgb(19 78 74 / 0.15);
}
.active\:outline-teal-900\/20:active {
  outline-color: rgb(19 78 74 / 0.2);
}
.active\:outline-teal-900\/25:active {
  outline-color: rgb(19 78 74 / 0.25);
}
.active\:outline-teal-900\/30:active {
  outline-color: rgb(19 78 74 / 0.3);
}
.active\:outline-teal-900\/35:active {
  outline-color: rgb(19 78 74 / 0.35);
}
.active\:outline-teal-900\/40:active {
  outline-color: rgb(19 78 74 / 0.4);
}
.active\:outline-teal-900\/45:active {
  outline-color: rgb(19 78 74 / 0.45);
}
.active\:outline-teal-900\/5:active {
  outline-color: rgb(19 78 74 / 0.05);
}
.active\:outline-teal-900\/50:active {
  outline-color: rgb(19 78 74 / 0.5);
}
.active\:outline-teal-900\/55:active {
  outline-color: rgb(19 78 74 / 0.55);
}
.active\:outline-teal-900\/60:active {
  outline-color: rgb(19 78 74 / 0.6);
}
.active\:outline-teal-900\/65:active {
  outline-color: rgb(19 78 74 / 0.65);
}
.active\:outline-teal-900\/70:active {
  outline-color: rgb(19 78 74 / 0.7);
}
.active\:outline-teal-900\/75:active {
  outline-color: rgb(19 78 74 / 0.75);
}
.active\:outline-teal-900\/80:active {
  outline-color: rgb(19 78 74 / 0.8);
}
.active\:outline-teal-900\/85:active {
  outline-color: rgb(19 78 74 / 0.85);
}
.active\:outline-teal-900\/90:active {
  outline-color: rgb(19 78 74 / 0.9);
}
.active\:outline-teal-900\/95:active {
  outline-color: rgb(19 78 74 / 0.95);
}
.active\:outline-teal-950:active {
  outline-color: #042f2e;
}
.active\:outline-teal-950\/0:active {
  outline-color: rgb(4 47 46 / 0);
}
.active\:outline-teal-950\/10:active {
  outline-color: rgb(4 47 46 / 0.1);
}
.active\:outline-teal-950\/100:active {
  outline-color: rgb(4 47 46 / 1);
}
.active\:outline-teal-950\/15:active {
  outline-color: rgb(4 47 46 / 0.15);
}
.active\:outline-teal-950\/20:active {
  outline-color: rgb(4 47 46 / 0.2);
}
.active\:outline-teal-950\/25:active {
  outline-color: rgb(4 47 46 / 0.25);
}
.active\:outline-teal-950\/30:active {
  outline-color: rgb(4 47 46 / 0.3);
}
.active\:outline-teal-950\/35:active {
  outline-color: rgb(4 47 46 / 0.35);
}
.active\:outline-teal-950\/40:active {
  outline-color: rgb(4 47 46 / 0.4);
}
.active\:outline-teal-950\/45:active {
  outline-color: rgb(4 47 46 / 0.45);
}
.active\:outline-teal-950\/5:active {
  outline-color: rgb(4 47 46 / 0.05);
}
.active\:outline-teal-950\/50:active {
  outline-color: rgb(4 47 46 / 0.5);
}
.active\:outline-teal-950\/55:active {
  outline-color: rgb(4 47 46 / 0.55);
}
.active\:outline-teal-950\/60:active {
  outline-color: rgb(4 47 46 / 0.6);
}
.active\:outline-teal-950\/65:active {
  outline-color: rgb(4 47 46 / 0.65);
}
.active\:outline-teal-950\/70:active {
  outline-color: rgb(4 47 46 / 0.7);
}
.active\:outline-teal-950\/75:active {
  outline-color: rgb(4 47 46 / 0.75);
}
.active\:outline-teal-950\/80:active {
  outline-color: rgb(4 47 46 / 0.8);
}
.active\:outline-teal-950\/85:active {
  outline-color: rgb(4 47 46 / 0.85);
}
.active\:outline-teal-950\/90:active {
  outline-color: rgb(4 47 46 / 0.9);
}
.active\:outline-teal-950\/95:active {
  outline-color: rgb(4 47 46 / 0.95);
}
.active\:outline-transparent:active {
  outline-color: transparent;
}
.active\:outline-transparent\/0:active {
  outline-color: rgb(0 0 0 / 0);
}
.active\:outline-transparent\/10:active {
  outline-color: rgb(0 0 0 / 0.1);
}
.active\:outline-transparent\/100:active {
  outline-color: rgb(0 0 0 / 1);
}
.active\:outline-transparent\/15:active {
  outline-color: rgb(0 0 0 / 0.15);
}
.active\:outline-transparent\/20:active {
  outline-color: rgb(0 0 0 / 0.2);
}
.active\:outline-transparent\/25:active {
  outline-color: rgb(0 0 0 / 0.25);
}
.active\:outline-transparent\/30:active {
  outline-color: rgb(0 0 0 / 0.3);
}
.active\:outline-transparent\/35:active {
  outline-color: rgb(0 0 0 / 0.35);
}
.active\:outline-transparent\/40:active {
  outline-color: rgb(0 0 0 / 0.4);
}
.active\:outline-transparent\/45:active {
  outline-color: rgb(0 0 0 / 0.45);
}
.active\:outline-transparent\/5:active {
  outline-color: rgb(0 0 0 / 0.05);
}
.active\:outline-transparent\/50:active {
  outline-color: rgb(0 0 0 / 0.5);
}
.active\:outline-transparent\/55:active {
  outline-color: rgb(0 0 0 / 0.55);
}
.active\:outline-transparent\/60:active {
  outline-color: rgb(0 0 0 / 0.6);
}
.active\:outline-transparent\/65:active {
  outline-color: rgb(0 0 0 / 0.65);
}
.active\:outline-transparent\/70:active {
  outline-color: rgb(0 0 0 / 0.7);
}
.active\:outline-transparent\/75:active {
  outline-color: rgb(0 0 0 / 0.75);
}
.active\:outline-transparent\/80:active {
  outline-color: rgb(0 0 0 / 0.8);
}
.active\:outline-transparent\/85:active {
  outline-color: rgb(0 0 0 / 0.85);
}
.active\:outline-transparent\/90:active {
  outline-color: rgb(0 0 0 / 0.9);
}
.active\:outline-transparent\/95:active {
  outline-color: rgb(0 0 0 / 0.95);
}
.active\:outline-violet-100:active {
  outline-color: #ede9fe;
}
.active\:outline-violet-100\/0:active {
  outline-color: rgb(237 233 254 / 0);
}
.active\:outline-violet-100\/10:active {
  outline-color: rgb(237 233 254 / 0.1);
}
.active\:outline-violet-100\/100:active {
  outline-color: rgb(237 233 254 / 1);
}
.active\:outline-violet-100\/15:active {
  outline-color: rgb(237 233 254 / 0.15);
}
.active\:outline-violet-100\/20:active {
  outline-color: rgb(237 233 254 / 0.2);
}
.active\:outline-violet-100\/25:active {
  outline-color: rgb(237 233 254 / 0.25);
}
.active\:outline-violet-100\/30:active {
  outline-color: rgb(237 233 254 / 0.3);
}
.active\:outline-violet-100\/35:active {
  outline-color: rgb(237 233 254 / 0.35);
}
.active\:outline-violet-100\/40:active {
  outline-color: rgb(237 233 254 / 0.4);
}
.active\:outline-violet-100\/45:active {
  outline-color: rgb(237 233 254 / 0.45);
}
.active\:outline-violet-100\/5:active {
  outline-color: rgb(237 233 254 / 0.05);
}
.active\:outline-violet-100\/50:active {
  outline-color: rgb(237 233 254 / 0.5);
}
.active\:outline-violet-100\/55:active {
  outline-color: rgb(237 233 254 / 0.55);
}
.active\:outline-violet-100\/60:active {
  outline-color: rgb(237 233 254 / 0.6);
}
.active\:outline-violet-100\/65:active {
  outline-color: rgb(237 233 254 / 0.65);
}
.active\:outline-violet-100\/70:active {
  outline-color: rgb(237 233 254 / 0.7);
}
.active\:outline-violet-100\/75:active {
  outline-color: rgb(237 233 254 / 0.75);
}
.active\:outline-violet-100\/80:active {
  outline-color: rgb(237 233 254 / 0.8);
}
.active\:outline-violet-100\/85:active {
  outline-color: rgb(237 233 254 / 0.85);
}
.active\:outline-violet-100\/90:active {
  outline-color: rgb(237 233 254 / 0.9);
}
.active\:outline-violet-100\/95:active {
  outline-color: rgb(237 233 254 / 0.95);
}
.active\:outline-violet-200:active {
  outline-color: #ddd6fe;
}
.active\:outline-violet-200\/0:active {
  outline-color: rgb(221 214 254 / 0);
}
.active\:outline-violet-200\/10:active {
  outline-color: rgb(221 214 254 / 0.1);
}
.active\:outline-violet-200\/100:active {
  outline-color: rgb(221 214 254 / 1);
}
.active\:outline-violet-200\/15:active {
  outline-color: rgb(221 214 254 / 0.15);
}
.active\:outline-violet-200\/20:active {
  outline-color: rgb(221 214 254 / 0.2);
}
.active\:outline-violet-200\/25:active {
  outline-color: rgb(221 214 254 / 0.25);
}
.active\:outline-violet-200\/30:active {
  outline-color: rgb(221 214 254 / 0.3);
}
.active\:outline-violet-200\/35:active {
  outline-color: rgb(221 214 254 / 0.35);
}
.active\:outline-violet-200\/40:active {
  outline-color: rgb(221 214 254 / 0.4);
}
.active\:outline-violet-200\/45:active {
  outline-color: rgb(221 214 254 / 0.45);
}
.active\:outline-violet-200\/5:active {
  outline-color: rgb(221 214 254 / 0.05);
}
.active\:outline-violet-200\/50:active {
  outline-color: rgb(221 214 254 / 0.5);
}
.active\:outline-violet-200\/55:active {
  outline-color: rgb(221 214 254 / 0.55);
}
.active\:outline-violet-200\/60:active {
  outline-color: rgb(221 214 254 / 0.6);
}
.active\:outline-violet-200\/65:active {
  outline-color: rgb(221 214 254 / 0.65);
}
.active\:outline-violet-200\/70:active {
  outline-color: rgb(221 214 254 / 0.7);
}
.active\:outline-violet-200\/75:active {
  outline-color: rgb(221 214 254 / 0.75);
}
.active\:outline-violet-200\/80:active {
  outline-color: rgb(221 214 254 / 0.8);
}
.active\:outline-violet-200\/85:active {
  outline-color: rgb(221 214 254 / 0.85);
}
.active\:outline-violet-200\/90:active {
  outline-color: rgb(221 214 254 / 0.9);
}
.active\:outline-violet-200\/95:active {
  outline-color: rgb(221 214 254 / 0.95);
}
.active\:outline-violet-300:active {
  outline-color: #c4b5fd;
}
.active\:outline-violet-300\/0:active {
  outline-color: rgb(196 181 253 / 0);
}
.active\:outline-violet-300\/10:active {
  outline-color: rgb(196 181 253 / 0.1);
}
.active\:outline-violet-300\/100:active {
  outline-color: rgb(196 181 253 / 1);
}
.active\:outline-violet-300\/15:active {
  outline-color: rgb(196 181 253 / 0.15);
}
.active\:outline-violet-300\/20:active {
  outline-color: rgb(196 181 253 / 0.2);
}
.active\:outline-violet-300\/25:active {
  outline-color: rgb(196 181 253 / 0.25);
}
.active\:outline-violet-300\/30:active {
  outline-color: rgb(196 181 253 / 0.3);
}
.active\:outline-violet-300\/35:active {
  outline-color: rgb(196 181 253 / 0.35);
}
.active\:outline-violet-300\/40:active {
  outline-color: rgb(196 181 253 / 0.4);
}
.active\:outline-violet-300\/45:active {
  outline-color: rgb(196 181 253 / 0.45);
}
.active\:outline-violet-300\/5:active {
  outline-color: rgb(196 181 253 / 0.05);
}
.active\:outline-violet-300\/50:active {
  outline-color: rgb(196 181 253 / 0.5);
}
.active\:outline-violet-300\/55:active {
  outline-color: rgb(196 181 253 / 0.55);
}
.active\:outline-violet-300\/60:active {
  outline-color: rgb(196 181 253 / 0.6);
}
.active\:outline-violet-300\/65:active {
  outline-color: rgb(196 181 253 / 0.65);
}
.active\:outline-violet-300\/70:active {
  outline-color: rgb(196 181 253 / 0.7);
}
.active\:outline-violet-300\/75:active {
  outline-color: rgb(196 181 253 / 0.75);
}
.active\:outline-violet-300\/80:active {
  outline-color: rgb(196 181 253 / 0.8);
}
.active\:outline-violet-300\/85:active {
  outline-color: rgb(196 181 253 / 0.85);
}
.active\:outline-violet-300\/90:active {
  outline-color: rgb(196 181 253 / 0.9);
}
.active\:outline-violet-300\/95:active {
  outline-color: rgb(196 181 253 / 0.95);
}
.active\:outline-violet-400:active {
  outline-color: #a78bfa;
}
.active\:outline-violet-400\/0:active {
  outline-color: rgb(167 139 250 / 0);
}
.active\:outline-violet-400\/10:active {
  outline-color: rgb(167 139 250 / 0.1);
}
.active\:outline-violet-400\/100:active {
  outline-color: rgb(167 139 250 / 1);
}
.active\:outline-violet-400\/15:active {
  outline-color: rgb(167 139 250 / 0.15);
}
.active\:outline-violet-400\/20:active {
  outline-color: rgb(167 139 250 / 0.2);
}
.active\:outline-violet-400\/25:active {
  outline-color: rgb(167 139 250 / 0.25);
}
.active\:outline-violet-400\/30:active {
  outline-color: rgb(167 139 250 / 0.3);
}
.active\:outline-violet-400\/35:active {
  outline-color: rgb(167 139 250 / 0.35);
}
.active\:outline-violet-400\/40:active {
  outline-color: rgb(167 139 250 / 0.4);
}
.active\:outline-violet-400\/45:active {
  outline-color: rgb(167 139 250 / 0.45);
}
.active\:outline-violet-400\/5:active {
  outline-color: rgb(167 139 250 / 0.05);
}
.active\:outline-violet-400\/50:active {
  outline-color: rgb(167 139 250 / 0.5);
}
.active\:outline-violet-400\/55:active {
  outline-color: rgb(167 139 250 / 0.55);
}
.active\:outline-violet-400\/60:active {
  outline-color: rgb(167 139 250 / 0.6);
}
.active\:outline-violet-400\/65:active {
  outline-color: rgb(167 139 250 / 0.65);
}
.active\:outline-violet-400\/70:active {
  outline-color: rgb(167 139 250 / 0.7);
}
.active\:outline-violet-400\/75:active {
  outline-color: rgb(167 139 250 / 0.75);
}
.active\:outline-violet-400\/80:active {
  outline-color: rgb(167 139 250 / 0.8);
}
.active\:outline-violet-400\/85:active {
  outline-color: rgb(167 139 250 / 0.85);
}
.active\:outline-violet-400\/90:active {
  outline-color: rgb(167 139 250 / 0.9);
}
.active\:outline-violet-400\/95:active {
  outline-color: rgb(167 139 250 / 0.95);
}
.active\:outline-violet-50:active {
  outline-color: #f5f3ff;
}
.active\:outline-violet-50\/0:active {
  outline-color: rgb(245 243 255 / 0);
}
.active\:outline-violet-50\/10:active {
  outline-color: rgb(245 243 255 / 0.1);
}
.active\:outline-violet-50\/100:active {
  outline-color: rgb(245 243 255 / 1);
}
.active\:outline-violet-50\/15:active {
  outline-color: rgb(245 243 255 / 0.15);
}
.active\:outline-violet-50\/20:active {
  outline-color: rgb(245 243 255 / 0.2);
}
.active\:outline-violet-50\/25:active {
  outline-color: rgb(245 243 255 / 0.25);
}
.active\:outline-violet-50\/30:active {
  outline-color: rgb(245 243 255 / 0.3);
}
.active\:outline-violet-50\/35:active {
  outline-color: rgb(245 243 255 / 0.35);
}
.active\:outline-violet-50\/40:active {
  outline-color: rgb(245 243 255 / 0.4);
}
.active\:outline-violet-50\/45:active {
  outline-color: rgb(245 243 255 / 0.45);
}
.active\:outline-violet-50\/5:active {
  outline-color: rgb(245 243 255 / 0.05);
}
.active\:outline-violet-50\/50:active {
  outline-color: rgb(245 243 255 / 0.5);
}
.active\:outline-violet-50\/55:active {
  outline-color: rgb(245 243 255 / 0.55);
}
.active\:outline-violet-50\/60:active {
  outline-color: rgb(245 243 255 / 0.6);
}
.active\:outline-violet-50\/65:active {
  outline-color: rgb(245 243 255 / 0.65);
}
.active\:outline-violet-50\/70:active {
  outline-color: rgb(245 243 255 / 0.7);
}
.active\:outline-violet-50\/75:active {
  outline-color: rgb(245 243 255 / 0.75);
}
.active\:outline-violet-50\/80:active {
  outline-color: rgb(245 243 255 / 0.8);
}
.active\:outline-violet-50\/85:active {
  outline-color: rgb(245 243 255 / 0.85);
}
.active\:outline-violet-50\/90:active {
  outline-color: rgb(245 243 255 / 0.9);
}
.active\:outline-violet-50\/95:active {
  outline-color: rgb(245 243 255 / 0.95);
}
.active\:outline-violet-500:active {
  outline-color: #8b5cf6;
}
.active\:outline-violet-500\/0:active {
  outline-color: rgb(139 92 246 / 0);
}
.active\:outline-violet-500\/10:active {
  outline-color: rgb(139 92 246 / 0.1);
}
.active\:outline-violet-500\/100:active {
  outline-color: rgb(139 92 246 / 1);
}
.active\:outline-violet-500\/15:active {
  outline-color: rgb(139 92 246 / 0.15);
}
.active\:outline-violet-500\/20:active {
  outline-color: rgb(139 92 246 / 0.2);
}
.active\:outline-violet-500\/25:active {
  outline-color: rgb(139 92 246 / 0.25);
}
.active\:outline-violet-500\/30:active {
  outline-color: rgb(139 92 246 / 0.3);
}
.active\:outline-violet-500\/35:active {
  outline-color: rgb(139 92 246 / 0.35);
}
.active\:outline-violet-500\/40:active {
  outline-color: rgb(139 92 246 / 0.4);
}
.active\:outline-violet-500\/45:active {
  outline-color: rgb(139 92 246 / 0.45);
}
.active\:outline-violet-500\/5:active {
  outline-color: rgb(139 92 246 / 0.05);
}
.active\:outline-violet-500\/50:active {
  outline-color: rgb(139 92 246 / 0.5);
}
.active\:outline-violet-500\/55:active {
  outline-color: rgb(139 92 246 / 0.55);
}
.active\:outline-violet-500\/60:active {
  outline-color: rgb(139 92 246 / 0.6);
}
.active\:outline-violet-500\/65:active {
  outline-color: rgb(139 92 246 / 0.65);
}
.active\:outline-violet-500\/70:active {
  outline-color: rgb(139 92 246 / 0.7);
}
.active\:outline-violet-500\/75:active {
  outline-color: rgb(139 92 246 / 0.75);
}
.active\:outline-violet-500\/80:active {
  outline-color: rgb(139 92 246 / 0.8);
}
.active\:outline-violet-500\/85:active {
  outline-color: rgb(139 92 246 / 0.85);
}
.active\:outline-violet-500\/90:active {
  outline-color: rgb(139 92 246 / 0.9);
}
.active\:outline-violet-500\/95:active {
  outline-color: rgb(139 92 246 / 0.95);
}
.active\:outline-violet-600:active {
  outline-color: #7c3aed;
}
.active\:outline-violet-600\/0:active {
  outline-color: rgb(124 58 237 / 0);
}
.active\:outline-violet-600\/10:active {
  outline-color: rgb(124 58 237 / 0.1);
}
.active\:outline-violet-600\/100:active {
  outline-color: rgb(124 58 237 / 1);
}
.active\:outline-violet-600\/15:active {
  outline-color: rgb(124 58 237 / 0.15);
}
.active\:outline-violet-600\/20:active {
  outline-color: rgb(124 58 237 / 0.2);
}
.active\:outline-violet-600\/25:active {
  outline-color: rgb(124 58 237 / 0.25);
}
.active\:outline-violet-600\/30:active {
  outline-color: rgb(124 58 237 / 0.3);
}
.active\:outline-violet-600\/35:active {
  outline-color: rgb(124 58 237 / 0.35);
}
.active\:outline-violet-600\/40:active {
  outline-color: rgb(124 58 237 / 0.4);
}
.active\:outline-violet-600\/45:active {
  outline-color: rgb(124 58 237 / 0.45);
}
.active\:outline-violet-600\/5:active {
  outline-color: rgb(124 58 237 / 0.05);
}
.active\:outline-violet-600\/50:active {
  outline-color: rgb(124 58 237 / 0.5);
}
.active\:outline-violet-600\/55:active {
  outline-color: rgb(124 58 237 / 0.55);
}
.active\:outline-violet-600\/60:active {
  outline-color: rgb(124 58 237 / 0.6);
}
.active\:outline-violet-600\/65:active {
  outline-color: rgb(124 58 237 / 0.65);
}
.active\:outline-violet-600\/70:active {
  outline-color: rgb(124 58 237 / 0.7);
}
.active\:outline-violet-600\/75:active {
  outline-color: rgb(124 58 237 / 0.75);
}
.active\:outline-violet-600\/80:active {
  outline-color: rgb(124 58 237 / 0.8);
}
.active\:outline-violet-600\/85:active {
  outline-color: rgb(124 58 237 / 0.85);
}
.active\:outline-violet-600\/90:active {
  outline-color: rgb(124 58 237 / 0.9);
}
.active\:outline-violet-600\/95:active {
  outline-color: rgb(124 58 237 / 0.95);
}
.active\:outline-violet-700:active {
  outline-color: #6d28d9;
}
.active\:outline-violet-700\/0:active {
  outline-color: rgb(109 40 217 / 0);
}
.active\:outline-violet-700\/10:active {
  outline-color: rgb(109 40 217 / 0.1);
}
.active\:outline-violet-700\/100:active {
  outline-color: rgb(109 40 217 / 1);
}
.active\:outline-violet-700\/15:active {
  outline-color: rgb(109 40 217 / 0.15);
}
.active\:outline-violet-700\/20:active {
  outline-color: rgb(109 40 217 / 0.2);
}
.active\:outline-violet-700\/25:active {
  outline-color: rgb(109 40 217 / 0.25);
}
.active\:outline-violet-700\/30:active {
  outline-color: rgb(109 40 217 / 0.3);
}
.active\:outline-violet-700\/35:active {
  outline-color: rgb(109 40 217 / 0.35);
}
.active\:outline-violet-700\/40:active {
  outline-color: rgb(109 40 217 / 0.4);
}
.active\:outline-violet-700\/45:active {
  outline-color: rgb(109 40 217 / 0.45);
}
.active\:outline-violet-700\/5:active {
  outline-color: rgb(109 40 217 / 0.05);
}
.active\:outline-violet-700\/50:active {
  outline-color: rgb(109 40 217 / 0.5);
}
.active\:outline-violet-700\/55:active {
  outline-color: rgb(109 40 217 / 0.55);
}
.active\:outline-violet-700\/60:active {
  outline-color: rgb(109 40 217 / 0.6);
}
.active\:outline-violet-700\/65:active {
  outline-color: rgb(109 40 217 / 0.65);
}
.active\:outline-violet-700\/70:active {
  outline-color: rgb(109 40 217 / 0.7);
}
.active\:outline-violet-700\/75:active {
  outline-color: rgb(109 40 217 / 0.75);
}
.active\:outline-violet-700\/80:active {
  outline-color: rgb(109 40 217 / 0.8);
}
.active\:outline-violet-700\/85:active {
  outline-color: rgb(109 40 217 / 0.85);
}
.active\:outline-violet-700\/90:active {
  outline-color: rgb(109 40 217 / 0.9);
}
.active\:outline-violet-700\/95:active {
  outline-color: rgb(109 40 217 / 0.95);
}
.active\:outline-violet-800:active {
  outline-color: #5b21b6;
}
.active\:outline-violet-800\/0:active {
  outline-color: rgb(91 33 182 / 0);
}
.active\:outline-violet-800\/10:active {
  outline-color: rgb(91 33 182 / 0.1);
}
.active\:outline-violet-800\/100:active {
  outline-color: rgb(91 33 182 / 1);
}
.active\:outline-violet-800\/15:active {
  outline-color: rgb(91 33 182 / 0.15);
}
.active\:outline-violet-800\/20:active {
  outline-color: rgb(91 33 182 / 0.2);
}
.active\:outline-violet-800\/25:active {
  outline-color: rgb(91 33 182 / 0.25);
}
.active\:outline-violet-800\/30:active {
  outline-color: rgb(91 33 182 / 0.3);
}
.active\:outline-violet-800\/35:active {
  outline-color: rgb(91 33 182 / 0.35);
}
.active\:outline-violet-800\/40:active {
  outline-color: rgb(91 33 182 / 0.4);
}
.active\:outline-violet-800\/45:active {
  outline-color: rgb(91 33 182 / 0.45);
}
.active\:outline-violet-800\/5:active {
  outline-color: rgb(91 33 182 / 0.05);
}
.active\:outline-violet-800\/50:active {
  outline-color: rgb(91 33 182 / 0.5);
}
.active\:outline-violet-800\/55:active {
  outline-color: rgb(91 33 182 / 0.55);
}
.active\:outline-violet-800\/60:active {
  outline-color: rgb(91 33 182 / 0.6);
}
.active\:outline-violet-800\/65:active {
  outline-color: rgb(91 33 182 / 0.65);
}
.active\:outline-violet-800\/70:active {
  outline-color: rgb(91 33 182 / 0.7);
}
.active\:outline-violet-800\/75:active {
  outline-color: rgb(91 33 182 / 0.75);
}
.active\:outline-violet-800\/80:active {
  outline-color: rgb(91 33 182 / 0.8);
}
.active\:outline-violet-800\/85:active {
  outline-color: rgb(91 33 182 / 0.85);
}
.active\:outline-violet-800\/90:active {
  outline-color: rgb(91 33 182 / 0.9);
}
.active\:outline-violet-800\/95:active {
  outline-color: rgb(91 33 182 / 0.95);
}
.active\:outline-violet-900:active {
  outline-color: #4c1d95;
}
.active\:outline-violet-900\/0:active {
  outline-color: rgb(76 29 149 / 0);
}
.active\:outline-violet-900\/10:active {
  outline-color: rgb(76 29 149 / 0.1);
}
.active\:outline-violet-900\/100:active {
  outline-color: rgb(76 29 149 / 1);
}
.active\:outline-violet-900\/15:active {
  outline-color: rgb(76 29 149 / 0.15);
}
.active\:outline-violet-900\/20:active {
  outline-color: rgb(76 29 149 / 0.2);
}
.active\:outline-violet-900\/25:active {
  outline-color: rgb(76 29 149 / 0.25);
}
.active\:outline-violet-900\/30:active {
  outline-color: rgb(76 29 149 / 0.3);
}
.active\:outline-violet-900\/35:active {
  outline-color: rgb(76 29 149 / 0.35);
}
.active\:outline-violet-900\/40:active {
  outline-color: rgb(76 29 149 / 0.4);
}
.active\:outline-violet-900\/45:active {
  outline-color: rgb(76 29 149 / 0.45);
}
.active\:outline-violet-900\/5:active {
  outline-color: rgb(76 29 149 / 0.05);
}
.active\:outline-violet-900\/50:active {
  outline-color: rgb(76 29 149 / 0.5);
}
.active\:outline-violet-900\/55:active {
  outline-color: rgb(76 29 149 / 0.55);
}
.active\:outline-violet-900\/60:active {
  outline-color: rgb(76 29 149 / 0.6);
}
.active\:outline-violet-900\/65:active {
  outline-color: rgb(76 29 149 / 0.65);
}
.active\:outline-violet-900\/70:active {
  outline-color: rgb(76 29 149 / 0.7);
}
.active\:outline-violet-900\/75:active {
  outline-color: rgb(76 29 149 / 0.75);
}
.active\:outline-violet-900\/80:active {
  outline-color: rgb(76 29 149 / 0.8);
}
.active\:outline-violet-900\/85:active {
  outline-color: rgb(76 29 149 / 0.85);
}
.active\:outline-violet-900\/90:active {
  outline-color: rgb(76 29 149 / 0.9);
}
.active\:outline-violet-900\/95:active {
  outline-color: rgb(76 29 149 / 0.95);
}
.active\:outline-violet-950:active {
  outline-color: #2e1065;
}
.active\:outline-violet-950\/0:active {
  outline-color: rgb(46 16 101 / 0);
}
.active\:outline-violet-950\/10:active {
  outline-color: rgb(46 16 101 / 0.1);
}
.active\:outline-violet-950\/100:active {
  outline-color: rgb(46 16 101 / 1);
}
.active\:outline-violet-950\/15:active {
  outline-color: rgb(46 16 101 / 0.15);
}
.active\:outline-violet-950\/20:active {
  outline-color: rgb(46 16 101 / 0.2);
}
.active\:outline-violet-950\/25:active {
  outline-color: rgb(46 16 101 / 0.25);
}
.active\:outline-violet-950\/30:active {
  outline-color: rgb(46 16 101 / 0.3);
}
.active\:outline-violet-950\/35:active {
  outline-color: rgb(46 16 101 / 0.35);
}
.active\:outline-violet-950\/40:active {
  outline-color: rgb(46 16 101 / 0.4);
}
.active\:outline-violet-950\/45:active {
  outline-color: rgb(46 16 101 / 0.45);
}
.active\:outline-violet-950\/5:active {
  outline-color: rgb(46 16 101 / 0.05);
}
.active\:outline-violet-950\/50:active {
  outline-color: rgb(46 16 101 / 0.5);
}
.active\:outline-violet-950\/55:active {
  outline-color: rgb(46 16 101 / 0.55);
}
.active\:outline-violet-950\/60:active {
  outline-color: rgb(46 16 101 / 0.6);
}
.active\:outline-violet-950\/65:active {
  outline-color: rgb(46 16 101 / 0.65);
}
.active\:outline-violet-950\/70:active {
  outline-color: rgb(46 16 101 / 0.7);
}
.active\:outline-violet-950\/75:active {
  outline-color: rgb(46 16 101 / 0.75);
}
.active\:outline-violet-950\/80:active {
  outline-color: rgb(46 16 101 / 0.8);
}
.active\:outline-violet-950\/85:active {
  outline-color: rgb(46 16 101 / 0.85);
}
.active\:outline-violet-950\/90:active {
  outline-color: rgb(46 16 101 / 0.9);
}
.active\:outline-violet-950\/95:active {
  outline-color: rgb(46 16 101 / 0.95);
}
.active\:outline-white:active {
  outline-color: #fff;
}
.active\:outline-white\/0:active {
  outline-color: rgb(255 255 255 / 0);
}
.active\:outline-white\/10:active {
  outline-color: rgb(255 255 255 / 0.1);
}
.active\:outline-white\/100:active {
  outline-color: rgb(255 255 255 / 1);
}
.active\:outline-white\/15:active {
  outline-color: rgb(255 255 255 / 0.15);
}
.active\:outline-white\/20:active {
  outline-color: rgb(255 255 255 / 0.2);
}
.active\:outline-white\/25:active {
  outline-color: rgb(255 255 255 / 0.25);
}
.active\:outline-white\/30:active {
  outline-color: rgb(255 255 255 / 0.3);
}
.active\:outline-white\/35:active {
  outline-color: rgb(255 255 255 / 0.35);
}
.active\:outline-white\/40:active {
  outline-color: rgb(255 255 255 / 0.4);
}
.active\:outline-white\/45:active {
  outline-color: rgb(255 255 255 / 0.45);
}
.active\:outline-white\/5:active {
  outline-color: rgb(255 255 255 / 0.05);
}
.active\:outline-white\/50:active {
  outline-color: rgb(255 255 255 / 0.5);
}
.active\:outline-white\/55:active {
  outline-color: rgb(255 255 255 / 0.55);
}
.active\:outline-white\/60:active {
  outline-color: rgb(255 255 255 / 0.6);
}
.active\:outline-white\/65:active {
  outline-color: rgb(255 255 255 / 0.65);
}
.active\:outline-white\/70:active {
  outline-color: rgb(255 255 255 / 0.7);
}
.active\:outline-white\/75:active {
  outline-color: rgb(255 255 255 / 0.75);
}
.active\:outline-white\/80:active {
  outline-color: rgb(255 255 255 / 0.8);
}
.active\:outline-white\/85:active {
  outline-color: rgb(255 255 255 / 0.85);
}
.active\:outline-white\/90:active {
  outline-color: rgb(255 255 255 / 0.9);
}
.active\:outline-white\/95:active {
  outline-color: rgb(255 255 255 / 0.95);
}
.active\:outline-yellow-100:active {
  outline-color: #fef9c3;
}
.active\:outline-yellow-100\/0:active {
  outline-color: rgb(254 249 195 / 0);
}
.active\:outline-yellow-100\/10:active {
  outline-color: rgb(254 249 195 / 0.1);
}
.active\:outline-yellow-100\/100:active {
  outline-color: rgb(254 249 195 / 1);
}
.active\:outline-yellow-100\/15:active {
  outline-color: rgb(254 249 195 / 0.15);
}
.active\:outline-yellow-100\/20:active {
  outline-color: rgb(254 249 195 / 0.2);
}
.active\:outline-yellow-100\/25:active {
  outline-color: rgb(254 249 195 / 0.25);
}
.active\:outline-yellow-100\/30:active {
  outline-color: rgb(254 249 195 / 0.3);
}
.active\:outline-yellow-100\/35:active {
  outline-color: rgb(254 249 195 / 0.35);
}
.active\:outline-yellow-100\/40:active {
  outline-color: rgb(254 249 195 / 0.4);
}
.active\:outline-yellow-100\/45:active {
  outline-color: rgb(254 249 195 / 0.45);
}
.active\:outline-yellow-100\/5:active {
  outline-color: rgb(254 249 195 / 0.05);
}
.active\:outline-yellow-100\/50:active {
  outline-color: rgb(254 249 195 / 0.5);
}
.active\:outline-yellow-100\/55:active {
  outline-color: rgb(254 249 195 / 0.55);
}
.active\:outline-yellow-100\/60:active {
  outline-color: rgb(254 249 195 / 0.6);
}
.active\:outline-yellow-100\/65:active {
  outline-color: rgb(254 249 195 / 0.65);
}
.active\:outline-yellow-100\/70:active {
  outline-color: rgb(254 249 195 / 0.7);
}
.active\:outline-yellow-100\/75:active {
  outline-color: rgb(254 249 195 / 0.75);
}
.active\:outline-yellow-100\/80:active {
  outline-color: rgb(254 249 195 / 0.8);
}
.active\:outline-yellow-100\/85:active {
  outline-color: rgb(254 249 195 / 0.85);
}
.active\:outline-yellow-100\/90:active {
  outline-color: rgb(254 249 195 / 0.9);
}
.active\:outline-yellow-100\/95:active {
  outline-color: rgb(254 249 195 / 0.95);
}
.active\:outline-yellow-200:active {
  outline-color: #fef08a;
}
.active\:outline-yellow-200\/0:active {
  outline-color: rgb(254 240 138 / 0);
}
.active\:outline-yellow-200\/10:active {
  outline-color: rgb(254 240 138 / 0.1);
}
.active\:outline-yellow-200\/100:active {
  outline-color: rgb(254 240 138 / 1);
}
.active\:outline-yellow-200\/15:active {
  outline-color: rgb(254 240 138 / 0.15);
}
.active\:outline-yellow-200\/20:active {
  outline-color: rgb(254 240 138 / 0.2);
}
.active\:outline-yellow-200\/25:active {
  outline-color: rgb(254 240 138 / 0.25);
}
.active\:outline-yellow-200\/30:active {
  outline-color: rgb(254 240 138 / 0.3);
}
.active\:outline-yellow-200\/35:active {
  outline-color: rgb(254 240 138 / 0.35);
}
.active\:outline-yellow-200\/40:active {
  outline-color: rgb(254 240 138 / 0.4);
}
.active\:outline-yellow-200\/45:active {
  outline-color: rgb(254 240 138 / 0.45);
}
.active\:outline-yellow-200\/5:active {
  outline-color: rgb(254 240 138 / 0.05);
}
.active\:outline-yellow-200\/50:active {
  outline-color: rgb(254 240 138 / 0.5);
}
.active\:outline-yellow-200\/55:active {
  outline-color: rgb(254 240 138 / 0.55);
}
.active\:outline-yellow-200\/60:active {
  outline-color: rgb(254 240 138 / 0.6);
}
.active\:outline-yellow-200\/65:active {
  outline-color: rgb(254 240 138 / 0.65);
}
.active\:outline-yellow-200\/70:active {
  outline-color: rgb(254 240 138 / 0.7);
}
.active\:outline-yellow-200\/75:active {
  outline-color: rgb(254 240 138 / 0.75);
}
.active\:outline-yellow-200\/80:active {
  outline-color: rgb(254 240 138 / 0.8);
}
.active\:outline-yellow-200\/85:active {
  outline-color: rgb(254 240 138 / 0.85);
}
.active\:outline-yellow-200\/90:active {
  outline-color: rgb(254 240 138 / 0.9);
}
.active\:outline-yellow-200\/95:active {
  outline-color: rgb(254 240 138 / 0.95);
}
.active\:outline-yellow-300:active {
  outline-color: #fde047;
}
.active\:outline-yellow-300\/0:active {
  outline-color: rgb(253 224 71 / 0);
}
.active\:outline-yellow-300\/10:active {
  outline-color: rgb(253 224 71 / 0.1);
}
.active\:outline-yellow-300\/100:active {
  outline-color: rgb(253 224 71 / 1);
}
.active\:outline-yellow-300\/15:active {
  outline-color: rgb(253 224 71 / 0.15);
}
.active\:outline-yellow-300\/20:active {
  outline-color: rgb(253 224 71 / 0.2);
}
.active\:outline-yellow-300\/25:active {
  outline-color: rgb(253 224 71 / 0.25);
}
.active\:outline-yellow-300\/30:active {
  outline-color: rgb(253 224 71 / 0.3);
}
.active\:outline-yellow-300\/35:active {
  outline-color: rgb(253 224 71 / 0.35);
}
.active\:outline-yellow-300\/40:active {
  outline-color: rgb(253 224 71 / 0.4);
}
.active\:outline-yellow-300\/45:active {
  outline-color: rgb(253 224 71 / 0.45);
}
.active\:outline-yellow-300\/5:active {
  outline-color: rgb(253 224 71 / 0.05);
}
.active\:outline-yellow-300\/50:active {
  outline-color: rgb(253 224 71 / 0.5);
}
.active\:outline-yellow-300\/55:active {
  outline-color: rgb(253 224 71 / 0.55);
}
.active\:outline-yellow-300\/60:active {
  outline-color: rgb(253 224 71 / 0.6);
}
.active\:outline-yellow-300\/65:active {
  outline-color: rgb(253 224 71 / 0.65);
}
.active\:outline-yellow-300\/70:active {
  outline-color: rgb(253 224 71 / 0.7);
}
.active\:outline-yellow-300\/75:active {
  outline-color: rgb(253 224 71 / 0.75);
}
.active\:outline-yellow-300\/80:active {
  outline-color: rgb(253 224 71 / 0.8);
}
.active\:outline-yellow-300\/85:active {
  outline-color: rgb(253 224 71 / 0.85);
}
.active\:outline-yellow-300\/90:active {
  outline-color: rgb(253 224 71 / 0.9);
}
.active\:outline-yellow-300\/95:active {
  outline-color: rgb(253 224 71 / 0.95);
}
.active\:outline-yellow-400:active {
  outline-color: #facc15;
}
.active\:outline-yellow-400\/0:active {
  outline-color: rgb(250 204 21 / 0);
}
.active\:outline-yellow-400\/10:active {
  outline-color: rgb(250 204 21 / 0.1);
}
.active\:outline-yellow-400\/100:active {
  outline-color: rgb(250 204 21 / 1);
}
.active\:outline-yellow-400\/15:active {
  outline-color: rgb(250 204 21 / 0.15);
}
.active\:outline-yellow-400\/20:active {
  outline-color: rgb(250 204 21 / 0.2);
}
.active\:outline-yellow-400\/25:active {
  outline-color: rgb(250 204 21 / 0.25);
}
.active\:outline-yellow-400\/30:active {
  outline-color: rgb(250 204 21 / 0.3);
}
.active\:outline-yellow-400\/35:active {
  outline-color: rgb(250 204 21 / 0.35);
}
.active\:outline-yellow-400\/40:active {
  outline-color: rgb(250 204 21 / 0.4);
}
.active\:outline-yellow-400\/45:active {
  outline-color: rgb(250 204 21 / 0.45);
}
.active\:outline-yellow-400\/5:active {
  outline-color: rgb(250 204 21 / 0.05);
}
.active\:outline-yellow-400\/50:active {
  outline-color: rgb(250 204 21 / 0.5);
}
.active\:outline-yellow-400\/55:active {
  outline-color: rgb(250 204 21 / 0.55);
}
.active\:outline-yellow-400\/60:active {
  outline-color: rgb(250 204 21 / 0.6);
}
.active\:outline-yellow-400\/65:active {
  outline-color: rgb(250 204 21 / 0.65);
}
.active\:outline-yellow-400\/70:active {
  outline-color: rgb(250 204 21 / 0.7);
}
.active\:outline-yellow-400\/75:active {
  outline-color: rgb(250 204 21 / 0.75);
}
.active\:outline-yellow-400\/80:active {
  outline-color: rgb(250 204 21 / 0.8);
}
.active\:outline-yellow-400\/85:active {
  outline-color: rgb(250 204 21 / 0.85);
}
.active\:outline-yellow-400\/90:active {
  outline-color: rgb(250 204 21 / 0.9);
}
.active\:outline-yellow-400\/95:active {
  outline-color: rgb(250 204 21 / 0.95);
}
.active\:outline-yellow-50:active {
  outline-color: #fefce8;
}
.active\:outline-yellow-50\/0:active {
  outline-color: rgb(254 252 232 / 0);
}
.active\:outline-yellow-50\/10:active {
  outline-color: rgb(254 252 232 / 0.1);
}
.active\:outline-yellow-50\/100:active {
  outline-color: rgb(254 252 232 / 1);
}
.active\:outline-yellow-50\/15:active {
  outline-color: rgb(254 252 232 / 0.15);
}
.active\:outline-yellow-50\/20:active {
  outline-color: rgb(254 252 232 / 0.2);
}
.active\:outline-yellow-50\/25:active {
  outline-color: rgb(254 252 232 / 0.25);
}
.active\:outline-yellow-50\/30:active {
  outline-color: rgb(254 252 232 / 0.3);
}
.active\:outline-yellow-50\/35:active {
  outline-color: rgb(254 252 232 / 0.35);
}
.active\:outline-yellow-50\/40:active {
  outline-color: rgb(254 252 232 / 0.4);
}
.active\:outline-yellow-50\/45:active {
  outline-color: rgb(254 252 232 / 0.45);
}
.active\:outline-yellow-50\/5:active {
  outline-color: rgb(254 252 232 / 0.05);
}
.active\:outline-yellow-50\/50:active {
  outline-color: rgb(254 252 232 / 0.5);
}
.active\:outline-yellow-50\/55:active {
  outline-color: rgb(254 252 232 / 0.55);
}
.active\:outline-yellow-50\/60:active {
  outline-color: rgb(254 252 232 / 0.6);
}
.active\:outline-yellow-50\/65:active {
  outline-color: rgb(254 252 232 / 0.65);
}
.active\:outline-yellow-50\/70:active {
  outline-color: rgb(254 252 232 / 0.7);
}
.active\:outline-yellow-50\/75:active {
  outline-color: rgb(254 252 232 / 0.75);
}
.active\:outline-yellow-50\/80:active {
  outline-color: rgb(254 252 232 / 0.8);
}
.active\:outline-yellow-50\/85:active {
  outline-color: rgb(254 252 232 / 0.85);
}
.active\:outline-yellow-50\/90:active {
  outline-color: rgb(254 252 232 / 0.9);
}
.active\:outline-yellow-50\/95:active {
  outline-color: rgb(254 252 232 / 0.95);
}
.active\:outline-yellow-500:active {
  outline-color: #eab308;
}
.active\:outline-yellow-500\/0:active {
  outline-color: rgb(234 179 8 / 0);
}
.active\:outline-yellow-500\/10:active {
  outline-color: rgb(234 179 8 / 0.1);
}
.active\:outline-yellow-500\/100:active {
  outline-color: rgb(234 179 8 / 1);
}
.active\:outline-yellow-500\/15:active {
  outline-color: rgb(234 179 8 / 0.15);
}
.active\:outline-yellow-500\/20:active {
  outline-color: rgb(234 179 8 / 0.2);
}
.active\:outline-yellow-500\/25:active {
  outline-color: rgb(234 179 8 / 0.25);
}
.active\:outline-yellow-500\/30:active {
  outline-color: rgb(234 179 8 / 0.3);
}
.active\:outline-yellow-500\/35:active {
  outline-color: rgb(234 179 8 / 0.35);
}
.active\:outline-yellow-500\/40:active {
  outline-color: rgb(234 179 8 / 0.4);
}
.active\:outline-yellow-500\/45:active {
  outline-color: rgb(234 179 8 / 0.45);
}
.active\:outline-yellow-500\/5:active {
  outline-color: rgb(234 179 8 / 0.05);
}
.active\:outline-yellow-500\/50:active {
  outline-color: rgb(234 179 8 / 0.5);
}
.active\:outline-yellow-500\/55:active {
  outline-color: rgb(234 179 8 / 0.55);
}
.active\:outline-yellow-500\/60:active {
  outline-color: rgb(234 179 8 / 0.6);
}
.active\:outline-yellow-500\/65:active {
  outline-color: rgb(234 179 8 / 0.65);
}
.active\:outline-yellow-500\/70:active {
  outline-color: rgb(234 179 8 / 0.7);
}
.active\:outline-yellow-500\/75:active {
  outline-color: rgb(234 179 8 / 0.75);
}
.active\:outline-yellow-500\/80:active {
  outline-color: rgb(234 179 8 / 0.8);
}
.active\:outline-yellow-500\/85:active {
  outline-color: rgb(234 179 8 / 0.85);
}
.active\:outline-yellow-500\/90:active {
  outline-color: rgb(234 179 8 / 0.9);
}
.active\:outline-yellow-500\/95:active {
  outline-color: rgb(234 179 8 / 0.95);
}
.active\:outline-yellow-600:active {
  outline-color: #ca8a04;
}
.active\:outline-yellow-600\/0:active {
  outline-color: rgb(202 138 4 / 0);
}
.active\:outline-yellow-600\/10:active {
  outline-color: rgb(202 138 4 / 0.1);
}
.active\:outline-yellow-600\/100:active {
  outline-color: rgb(202 138 4 / 1);
}
.active\:outline-yellow-600\/15:active {
  outline-color: rgb(202 138 4 / 0.15);
}
.active\:outline-yellow-600\/20:active {
  outline-color: rgb(202 138 4 / 0.2);
}
.active\:outline-yellow-600\/25:active {
  outline-color: rgb(202 138 4 / 0.25);
}
.active\:outline-yellow-600\/30:active {
  outline-color: rgb(202 138 4 / 0.3);
}
.active\:outline-yellow-600\/35:active {
  outline-color: rgb(202 138 4 / 0.35);
}
.active\:outline-yellow-600\/40:active {
  outline-color: rgb(202 138 4 / 0.4);
}
.active\:outline-yellow-600\/45:active {
  outline-color: rgb(202 138 4 / 0.45);
}
.active\:outline-yellow-600\/5:active {
  outline-color: rgb(202 138 4 / 0.05);
}
.active\:outline-yellow-600\/50:active {
  outline-color: rgb(202 138 4 / 0.5);
}
.active\:outline-yellow-600\/55:active {
  outline-color: rgb(202 138 4 / 0.55);
}
.active\:outline-yellow-600\/60:active {
  outline-color: rgb(202 138 4 / 0.6);
}
.active\:outline-yellow-600\/65:active {
  outline-color: rgb(202 138 4 / 0.65);
}
.active\:outline-yellow-600\/70:active {
  outline-color: rgb(202 138 4 / 0.7);
}
.active\:outline-yellow-600\/75:active {
  outline-color: rgb(202 138 4 / 0.75);
}
.active\:outline-yellow-600\/80:active {
  outline-color: rgb(202 138 4 / 0.8);
}
.active\:outline-yellow-600\/85:active {
  outline-color: rgb(202 138 4 / 0.85);
}
.active\:outline-yellow-600\/90:active {
  outline-color: rgb(202 138 4 / 0.9);
}
.active\:outline-yellow-600\/95:active {
  outline-color: rgb(202 138 4 / 0.95);
}
.active\:outline-yellow-700:active {
  outline-color: #a16207;
}
.active\:outline-yellow-700\/0:active {
  outline-color: rgb(161 98 7 / 0);
}
.active\:outline-yellow-700\/10:active {
  outline-color: rgb(161 98 7 / 0.1);
}
.active\:outline-yellow-700\/100:active {
  outline-color: rgb(161 98 7 / 1);
}
.active\:outline-yellow-700\/15:active {
  outline-color: rgb(161 98 7 / 0.15);
}
.active\:outline-yellow-700\/20:active {
  outline-color: rgb(161 98 7 / 0.2);
}
.active\:outline-yellow-700\/25:active {
  outline-color: rgb(161 98 7 / 0.25);
}
.active\:outline-yellow-700\/30:active {
  outline-color: rgb(161 98 7 / 0.3);
}
.active\:outline-yellow-700\/35:active {
  outline-color: rgb(161 98 7 / 0.35);
}
.active\:outline-yellow-700\/40:active {
  outline-color: rgb(161 98 7 / 0.4);
}
.active\:outline-yellow-700\/45:active {
  outline-color: rgb(161 98 7 / 0.45);
}
.active\:outline-yellow-700\/5:active {
  outline-color: rgb(161 98 7 / 0.05);
}
.active\:outline-yellow-700\/50:active {
  outline-color: rgb(161 98 7 / 0.5);
}
.active\:outline-yellow-700\/55:active {
  outline-color: rgb(161 98 7 / 0.55);
}
.active\:outline-yellow-700\/60:active {
  outline-color: rgb(161 98 7 / 0.6);
}
.active\:outline-yellow-700\/65:active {
  outline-color: rgb(161 98 7 / 0.65);
}
.active\:outline-yellow-700\/70:active {
  outline-color: rgb(161 98 7 / 0.7);
}
.active\:outline-yellow-700\/75:active {
  outline-color: rgb(161 98 7 / 0.75);
}
.active\:outline-yellow-700\/80:active {
  outline-color: rgb(161 98 7 / 0.8);
}
.active\:outline-yellow-700\/85:active {
  outline-color: rgb(161 98 7 / 0.85);
}
.active\:outline-yellow-700\/90:active {
  outline-color: rgb(161 98 7 / 0.9);
}
.active\:outline-yellow-700\/95:active {
  outline-color: rgb(161 98 7 / 0.95);
}
.active\:outline-yellow-800:active {
  outline-color: #854d0e;
}
.active\:outline-yellow-800\/0:active {
  outline-color: rgb(133 77 14 / 0);
}
.active\:outline-yellow-800\/10:active {
  outline-color: rgb(133 77 14 / 0.1);
}
.active\:outline-yellow-800\/100:active {
  outline-color: rgb(133 77 14 / 1);
}
.active\:outline-yellow-800\/15:active {
  outline-color: rgb(133 77 14 / 0.15);
}
.active\:outline-yellow-800\/20:active {
  outline-color: rgb(133 77 14 / 0.2);
}
.active\:outline-yellow-800\/25:active {
  outline-color: rgb(133 77 14 / 0.25);
}
.active\:outline-yellow-800\/30:active {
  outline-color: rgb(133 77 14 / 0.3);
}
.active\:outline-yellow-800\/35:active {
  outline-color: rgb(133 77 14 / 0.35);
}
.active\:outline-yellow-800\/40:active {
  outline-color: rgb(133 77 14 / 0.4);
}
.active\:outline-yellow-800\/45:active {
  outline-color: rgb(133 77 14 / 0.45);
}
.active\:outline-yellow-800\/5:active {
  outline-color: rgb(133 77 14 / 0.05);
}
.active\:outline-yellow-800\/50:active {
  outline-color: rgb(133 77 14 / 0.5);
}
.active\:outline-yellow-800\/55:active {
  outline-color: rgb(133 77 14 / 0.55);
}
.active\:outline-yellow-800\/60:active {
  outline-color: rgb(133 77 14 / 0.6);
}
.active\:outline-yellow-800\/65:active {
  outline-color: rgb(133 77 14 / 0.65);
}
.active\:outline-yellow-800\/70:active {
  outline-color: rgb(133 77 14 / 0.7);
}
.active\:outline-yellow-800\/75:active {
  outline-color: rgb(133 77 14 / 0.75);
}
.active\:outline-yellow-800\/80:active {
  outline-color: rgb(133 77 14 / 0.8);
}
.active\:outline-yellow-800\/85:active {
  outline-color: rgb(133 77 14 / 0.85);
}
.active\:outline-yellow-800\/90:active {
  outline-color: rgb(133 77 14 / 0.9);
}
.active\:outline-yellow-800\/95:active {
  outline-color: rgb(133 77 14 / 0.95);
}
.active\:outline-yellow-900:active {
  outline-color: #713f12;
}
.active\:outline-yellow-900\/0:active {
  outline-color: rgb(113 63 18 / 0);
}
.active\:outline-yellow-900\/10:active {
  outline-color: rgb(113 63 18 / 0.1);
}
.active\:outline-yellow-900\/100:active {
  outline-color: rgb(113 63 18 / 1);
}
.active\:outline-yellow-900\/15:active {
  outline-color: rgb(113 63 18 / 0.15);
}
.active\:outline-yellow-900\/20:active {
  outline-color: rgb(113 63 18 / 0.2);
}
.active\:outline-yellow-900\/25:active {
  outline-color: rgb(113 63 18 / 0.25);
}
.active\:outline-yellow-900\/30:active {
  outline-color: rgb(113 63 18 / 0.3);
}
.active\:outline-yellow-900\/35:active {
  outline-color: rgb(113 63 18 / 0.35);
}
.active\:outline-yellow-900\/40:active {
  outline-color: rgb(113 63 18 / 0.4);
}
.active\:outline-yellow-900\/45:active {
  outline-color: rgb(113 63 18 / 0.45);
}
.active\:outline-yellow-900\/5:active {
  outline-color: rgb(113 63 18 / 0.05);
}
.active\:outline-yellow-900\/50:active {
  outline-color: rgb(113 63 18 / 0.5);
}
.active\:outline-yellow-900\/55:active {
  outline-color: rgb(113 63 18 / 0.55);
}
.active\:outline-yellow-900\/60:active {
  outline-color: rgb(113 63 18 / 0.6);
}
.active\:outline-yellow-900\/65:active {
  outline-color: rgb(113 63 18 / 0.65);
}
.active\:outline-yellow-900\/70:active {
  outline-color: rgb(113 63 18 / 0.7);
}
.active\:outline-yellow-900\/75:active {
  outline-color: rgb(113 63 18 / 0.75);
}
.active\:outline-yellow-900\/80:active {
  outline-color: rgb(113 63 18 / 0.8);
}
.active\:outline-yellow-900\/85:active {
  outline-color: rgb(113 63 18 / 0.85);
}
.active\:outline-yellow-900\/90:active {
  outline-color: rgb(113 63 18 / 0.9);
}
.active\:outline-yellow-900\/95:active {
  outline-color: rgb(113 63 18 / 0.95);
}
.active\:outline-yellow-950:active {
  outline-color: #422006;
}
.active\:outline-yellow-950\/0:active {
  outline-color: rgb(66 32 6 / 0);
}
.active\:outline-yellow-950\/10:active {
  outline-color: rgb(66 32 6 / 0.1);
}
.active\:outline-yellow-950\/100:active {
  outline-color: rgb(66 32 6 / 1);
}
.active\:outline-yellow-950\/15:active {
  outline-color: rgb(66 32 6 / 0.15);
}
.active\:outline-yellow-950\/20:active {
  outline-color: rgb(66 32 6 / 0.2);
}
.active\:outline-yellow-950\/25:active {
  outline-color: rgb(66 32 6 / 0.25);
}
.active\:outline-yellow-950\/30:active {
  outline-color: rgb(66 32 6 / 0.3);
}
.active\:outline-yellow-950\/35:active {
  outline-color: rgb(66 32 6 / 0.35);
}
.active\:outline-yellow-950\/40:active {
  outline-color: rgb(66 32 6 / 0.4);
}
.active\:outline-yellow-950\/45:active {
  outline-color: rgb(66 32 6 / 0.45);
}
.active\:outline-yellow-950\/5:active {
  outline-color: rgb(66 32 6 / 0.05);
}
.active\:outline-yellow-950\/50:active {
  outline-color: rgb(66 32 6 / 0.5);
}
.active\:outline-yellow-950\/55:active {
  outline-color: rgb(66 32 6 / 0.55);
}
.active\:outline-yellow-950\/60:active {
  outline-color: rgb(66 32 6 / 0.6);
}
.active\:outline-yellow-950\/65:active {
  outline-color: rgb(66 32 6 / 0.65);
}
.active\:outline-yellow-950\/70:active {
  outline-color: rgb(66 32 6 / 0.7);
}
.active\:outline-yellow-950\/75:active {
  outline-color: rgb(66 32 6 / 0.75);
}
.active\:outline-yellow-950\/80:active {
  outline-color: rgb(66 32 6 / 0.8);
}
.active\:outline-yellow-950\/85:active {
  outline-color: rgb(66 32 6 / 0.85);
}
.active\:outline-yellow-950\/90:active {
  outline-color: rgb(66 32 6 / 0.9);
}
.active\:outline-yellow-950\/95:active {
  outline-color: rgb(66 32 6 / 0.95);
}
.active\:outline-zinc-100:active {
  outline-color: #f4f4f5;
}
.active\:outline-zinc-100\/0:active {
  outline-color: rgb(244 244 245 / 0);
}
.active\:outline-zinc-100\/10:active {
  outline-color: rgb(244 244 245 / 0.1);
}
.active\:outline-zinc-100\/100:active {
  outline-color: rgb(244 244 245 / 1);
}
.active\:outline-zinc-100\/15:active {
  outline-color: rgb(244 244 245 / 0.15);
}
.active\:outline-zinc-100\/20:active {
  outline-color: rgb(244 244 245 / 0.2);
}
.active\:outline-zinc-100\/25:active {
  outline-color: rgb(244 244 245 / 0.25);
}
.active\:outline-zinc-100\/30:active {
  outline-color: rgb(244 244 245 / 0.3);
}
.active\:outline-zinc-100\/35:active {
  outline-color: rgb(244 244 245 / 0.35);
}
.active\:outline-zinc-100\/40:active {
  outline-color: rgb(244 244 245 / 0.4);
}
.active\:outline-zinc-100\/45:active {
  outline-color: rgb(244 244 245 / 0.45);
}
.active\:outline-zinc-100\/5:active {
  outline-color: rgb(244 244 245 / 0.05);
}
.active\:outline-zinc-100\/50:active {
  outline-color: rgb(244 244 245 / 0.5);
}
.active\:outline-zinc-100\/55:active {
  outline-color: rgb(244 244 245 / 0.55);
}
.active\:outline-zinc-100\/60:active {
  outline-color: rgb(244 244 245 / 0.6);
}
.active\:outline-zinc-100\/65:active {
  outline-color: rgb(244 244 245 / 0.65);
}
.active\:outline-zinc-100\/70:active {
  outline-color: rgb(244 244 245 / 0.7);
}
.active\:outline-zinc-100\/75:active {
  outline-color: rgb(244 244 245 / 0.75);
}
.active\:outline-zinc-100\/80:active {
  outline-color: rgb(244 244 245 / 0.8);
}
.active\:outline-zinc-100\/85:active {
  outline-color: rgb(244 244 245 / 0.85);
}
.active\:outline-zinc-100\/90:active {
  outline-color: rgb(244 244 245 / 0.9);
}
.active\:outline-zinc-100\/95:active {
  outline-color: rgb(244 244 245 / 0.95);
}
.active\:outline-zinc-200:active {
  outline-color: #e4e4e7;
}
.active\:outline-zinc-200\/0:active {
  outline-color: rgb(228 228 231 / 0);
}
.active\:outline-zinc-200\/10:active {
  outline-color: rgb(228 228 231 / 0.1);
}
.active\:outline-zinc-200\/100:active {
  outline-color: rgb(228 228 231 / 1);
}
.active\:outline-zinc-200\/15:active {
  outline-color: rgb(228 228 231 / 0.15);
}
.active\:outline-zinc-200\/20:active {
  outline-color: rgb(228 228 231 / 0.2);
}
.active\:outline-zinc-200\/25:active {
  outline-color: rgb(228 228 231 / 0.25);
}
.active\:outline-zinc-200\/30:active {
  outline-color: rgb(228 228 231 / 0.3);
}
.active\:outline-zinc-200\/35:active {
  outline-color: rgb(228 228 231 / 0.35);
}
.active\:outline-zinc-200\/40:active {
  outline-color: rgb(228 228 231 / 0.4);
}
.active\:outline-zinc-200\/45:active {
  outline-color: rgb(228 228 231 / 0.45);
}
.active\:outline-zinc-200\/5:active {
  outline-color: rgb(228 228 231 / 0.05);
}
.active\:outline-zinc-200\/50:active {
  outline-color: rgb(228 228 231 / 0.5);
}
.active\:outline-zinc-200\/55:active {
  outline-color: rgb(228 228 231 / 0.55);
}
.active\:outline-zinc-200\/60:active {
  outline-color: rgb(228 228 231 / 0.6);
}
.active\:outline-zinc-200\/65:active {
  outline-color: rgb(228 228 231 / 0.65);
}
.active\:outline-zinc-200\/70:active {
  outline-color: rgb(228 228 231 / 0.7);
}
.active\:outline-zinc-200\/75:active {
  outline-color: rgb(228 228 231 / 0.75);
}
.active\:outline-zinc-200\/80:active {
  outline-color: rgb(228 228 231 / 0.8);
}
.active\:outline-zinc-200\/85:active {
  outline-color: rgb(228 228 231 / 0.85);
}
.active\:outline-zinc-200\/90:active {
  outline-color: rgb(228 228 231 / 0.9);
}
.active\:outline-zinc-200\/95:active {
  outline-color: rgb(228 228 231 / 0.95);
}
.active\:outline-zinc-300:active {
  outline-color: #d4d4d8;
}
.active\:outline-zinc-300\/0:active {
  outline-color: rgb(212 212 216 / 0);
}
.active\:outline-zinc-300\/10:active {
  outline-color: rgb(212 212 216 / 0.1);
}
.active\:outline-zinc-300\/100:active {
  outline-color: rgb(212 212 216 / 1);
}
.active\:outline-zinc-300\/15:active {
  outline-color: rgb(212 212 216 / 0.15);
}
.active\:outline-zinc-300\/20:active {
  outline-color: rgb(212 212 216 / 0.2);
}
.active\:outline-zinc-300\/25:active {
  outline-color: rgb(212 212 216 / 0.25);
}
.active\:outline-zinc-300\/30:active {
  outline-color: rgb(212 212 216 / 0.3);
}
.active\:outline-zinc-300\/35:active {
  outline-color: rgb(212 212 216 / 0.35);
}
.active\:outline-zinc-300\/40:active {
  outline-color: rgb(212 212 216 / 0.4);
}
.active\:outline-zinc-300\/45:active {
  outline-color: rgb(212 212 216 / 0.45);
}
.active\:outline-zinc-300\/5:active {
  outline-color: rgb(212 212 216 / 0.05);
}
.active\:outline-zinc-300\/50:active {
  outline-color: rgb(212 212 216 / 0.5);
}
.active\:outline-zinc-300\/55:active {
  outline-color: rgb(212 212 216 / 0.55);
}
.active\:outline-zinc-300\/60:active {
  outline-color: rgb(212 212 216 / 0.6);
}
.active\:outline-zinc-300\/65:active {
  outline-color: rgb(212 212 216 / 0.65);
}
.active\:outline-zinc-300\/70:active {
  outline-color: rgb(212 212 216 / 0.7);
}
.active\:outline-zinc-300\/75:active {
  outline-color: rgb(212 212 216 / 0.75);
}
.active\:outline-zinc-300\/80:active {
  outline-color: rgb(212 212 216 / 0.8);
}
.active\:outline-zinc-300\/85:active {
  outline-color: rgb(212 212 216 / 0.85);
}
.active\:outline-zinc-300\/90:active {
  outline-color: rgb(212 212 216 / 0.9);
}
.active\:outline-zinc-300\/95:active {
  outline-color: rgb(212 212 216 / 0.95);
}
.active\:outline-zinc-400:active {
  outline-color: #a1a1aa;
}
.active\:outline-zinc-400\/0:active {
  outline-color: rgb(161 161 170 / 0);
}
.active\:outline-zinc-400\/10:active {
  outline-color: rgb(161 161 170 / 0.1);
}
.active\:outline-zinc-400\/100:active {
  outline-color: rgb(161 161 170 / 1);
}
.active\:outline-zinc-400\/15:active {
  outline-color: rgb(161 161 170 / 0.15);
}
.active\:outline-zinc-400\/20:active {
  outline-color: rgb(161 161 170 / 0.2);
}
.active\:outline-zinc-400\/25:active {
  outline-color: rgb(161 161 170 / 0.25);
}
.active\:outline-zinc-400\/30:active {
  outline-color: rgb(161 161 170 / 0.3);
}
.active\:outline-zinc-400\/35:active {
  outline-color: rgb(161 161 170 / 0.35);
}
.active\:outline-zinc-400\/40:active {
  outline-color: rgb(161 161 170 / 0.4);
}
.active\:outline-zinc-400\/45:active {
  outline-color: rgb(161 161 170 / 0.45);
}
.active\:outline-zinc-400\/5:active {
  outline-color: rgb(161 161 170 / 0.05);
}
.active\:outline-zinc-400\/50:active {
  outline-color: rgb(161 161 170 / 0.5);
}
.active\:outline-zinc-400\/55:active {
  outline-color: rgb(161 161 170 / 0.55);
}
.active\:outline-zinc-400\/60:active {
  outline-color: rgb(161 161 170 / 0.6);
}
.active\:outline-zinc-400\/65:active {
  outline-color: rgb(161 161 170 / 0.65);
}
.active\:outline-zinc-400\/70:active {
  outline-color: rgb(161 161 170 / 0.7);
}
.active\:outline-zinc-400\/75:active {
  outline-color: rgb(161 161 170 / 0.75);
}
.active\:outline-zinc-400\/80:active {
  outline-color: rgb(161 161 170 / 0.8);
}
.active\:outline-zinc-400\/85:active {
  outline-color: rgb(161 161 170 / 0.85);
}
.active\:outline-zinc-400\/90:active {
  outline-color: rgb(161 161 170 / 0.9);
}
.active\:outline-zinc-400\/95:active {
  outline-color: rgb(161 161 170 / 0.95);
}
.active\:outline-zinc-50:active {
  outline-color: #fafafa;
}
.active\:outline-zinc-50\/0:active {
  outline-color: rgb(250 250 250 / 0);
}
.active\:outline-zinc-50\/10:active {
  outline-color: rgb(250 250 250 / 0.1);
}
.active\:outline-zinc-50\/100:active {
  outline-color: rgb(250 250 250 / 1);
}
.active\:outline-zinc-50\/15:active {
  outline-color: rgb(250 250 250 / 0.15);
}
.active\:outline-zinc-50\/20:active {
  outline-color: rgb(250 250 250 / 0.2);
}
.active\:outline-zinc-50\/25:active {
  outline-color: rgb(250 250 250 / 0.25);
}
.active\:outline-zinc-50\/30:active {
  outline-color: rgb(250 250 250 / 0.3);
}
.active\:outline-zinc-50\/35:active {
  outline-color: rgb(250 250 250 / 0.35);
}
.active\:outline-zinc-50\/40:active {
  outline-color: rgb(250 250 250 / 0.4);
}
.active\:outline-zinc-50\/45:active {
  outline-color: rgb(250 250 250 / 0.45);
}
.active\:outline-zinc-50\/5:active {
  outline-color: rgb(250 250 250 / 0.05);
}
.active\:outline-zinc-50\/50:active {
  outline-color: rgb(250 250 250 / 0.5);
}
.active\:outline-zinc-50\/55:active {
  outline-color: rgb(250 250 250 / 0.55);
}
.active\:outline-zinc-50\/60:active {
  outline-color: rgb(250 250 250 / 0.6);
}
.active\:outline-zinc-50\/65:active {
  outline-color: rgb(250 250 250 / 0.65);
}
.active\:outline-zinc-50\/70:active {
  outline-color: rgb(250 250 250 / 0.7);
}
.active\:outline-zinc-50\/75:active {
  outline-color: rgb(250 250 250 / 0.75);
}
.active\:outline-zinc-50\/80:active {
  outline-color: rgb(250 250 250 / 0.8);
}
.active\:outline-zinc-50\/85:active {
  outline-color: rgb(250 250 250 / 0.85);
}
.active\:outline-zinc-50\/90:active {
  outline-color: rgb(250 250 250 / 0.9);
}
.active\:outline-zinc-50\/95:active {
  outline-color: rgb(250 250 250 / 0.95);
}
.active\:outline-zinc-500:active {
  outline-color: #71717a;
}
.active\:outline-zinc-500\/0:active {
  outline-color: rgb(113 113 122 / 0);
}
.active\:outline-zinc-500\/10:active {
  outline-color: rgb(113 113 122 / 0.1);
}
.active\:outline-zinc-500\/100:active {
  outline-color: rgb(113 113 122 / 1);
}
.active\:outline-zinc-500\/15:active {
  outline-color: rgb(113 113 122 / 0.15);
}
.active\:outline-zinc-500\/20:active {
  outline-color: rgb(113 113 122 / 0.2);
}
.active\:outline-zinc-500\/25:active {
  outline-color: rgb(113 113 122 / 0.25);
}
.active\:outline-zinc-500\/30:active {
  outline-color: rgb(113 113 122 / 0.3);
}
.active\:outline-zinc-500\/35:active {
  outline-color: rgb(113 113 122 / 0.35);
}
.active\:outline-zinc-500\/40:active {
  outline-color: rgb(113 113 122 / 0.4);
}
.active\:outline-zinc-500\/45:active {
  outline-color: rgb(113 113 122 / 0.45);
}
.active\:outline-zinc-500\/5:active {
  outline-color: rgb(113 113 122 / 0.05);
}
.active\:outline-zinc-500\/50:active {
  outline-color: rgb(113 113 122 / 0.5);
}
.active\:outline-zinc-500\/55:active {
  outline-color: rgb(113 113 122 / 0.55);
}
.active\:outline-zinc-500\/60:active {
  outline-color: rgb(113 113 122 / 0.6);
}
.active\:outline-zinc-500\/65:active {
  outline-color: rgb(113 113 122 / 0.65);
}
.active\:outline-zinc-500\/70:active {
  outline-color: rgb(113 113 122 / 0.7);
}
.active\:outline-zinc-500\/75:active {
  outline-color: rgb(113 113 122 / 0.75);
}
.active\:outline-zinc-500\/80:active {
  outline-color: rgb(113 113 122 / 0.8);
}
.active\:outline-zinc-500\/85:active {
  outline-color: rgb(113 113 122 / 0.85);
}
.active\:outline-zinc-500\/90:active {
  outline-color: rgb(113 113 122 / 0.9);
}
.active\:outline-zinc-500\/95:active {
  outline-color: rgb(113 113 122 / 0.95);
}
.active\:outline-zinc-600:active {
  outline-color: #52525b;
}
.active\:outline-zinc-600\/0:active {
  outline-color: rgb(82 82 91 / 0);
}
.active\:outline-zinc-600\/10:active {
  outline-color: rgb(82 82 91 / 0.1);
}
.active\:outline-zinc-600\/100:active {
  outline-color: rgb(82 82 91 / 1);
}
.active\:outline-zinc-600\/15:active {
  outline-color: rgb(82 82 91 / 0.15);
}
.active\:outline-zinc-600\/20:active {
  outline-color: rgb(82 82 91 / 0.2);
}
.active\:outline-zinc-600\/25:active {
  outline-color: rgb(82 82 91 / 0.25);
}
.active\:outline-zinc-600\/30:active {
  outline-color: rgb(82 82 91 / 0.3);
}
.active\:outline-zinc-600\/35:active {
  outline-color: rgb(82 82 91 / 0.35);
}
.active\:outline-zinc-600\/40:active {
  outline-color: rgb(82 82 91 / 0.4);
}
.active\:outline-zinc-600\/45:active {
  outline-color: rgb(82 82 91 / 0.45);
}
.active\:outline-zinc-600\/5:active {
  outline-color: rgb(82 82 91 / 0.05);
}
.active\:outline-zinc-600\/50:active {
  outline-color: rgb(82 82 91 / 0.5);
}
.active\:outline-zinc-600\/55:active {
  outline-color: rgb(82 82 91 / 0.55);
}
.active\:outline-zinc-600\/60:active {
  outline-color: rgb(82 82 91 / 0.6);
}
.active\:outline-zinc-600\/65:active {
  outline-color: rgb(82 82 91 / 0.65);
}
.active\:outline-zinc-600\/70:active {
  outline-color: rgb(82 82 91 / 0.7);
}
.active\:outline-zinc-600\/75:active {
  outline-color: rgb(82 82 91 / 0.75);
}
.active\:outline-zinc-600\/80:active {
  outline-color: rgb(82 82 91 / 0.8);
}
.active\:outline-zinc-600\/85:active {
  outline-color: rgb(82 82 91 / 0.85);
}
.active\:outline-zinc-600\/90:active {
  outline-color: rgb(82 82 91 / 0.9);
}
.active\:outline-zinc-600\/95:active {
  outline-color: rgb(82 82 91 / 0.95);
}
.active\:outline-zinc-700:active {
  outline-color: #3f3f46;
}
.active\:outline-zinc-700\/0:active {
  outline-color: rgb(63 63 70 / 0);
}
.active\:outline-zinc-700\/10:active {
  outline-color: rgb(63 63 70 / 0.1);
}
.active\:outline-zinc-700\/100:active {
  outline-color: rgb(63 63 70 / 1);
}
.active\:outline-zinc-700\/15:active {
  outline-color: rgb(63 63 70 / 0.15);
}
.active\:outline-zinc-700\/20:active {
  outline-color: rgb(63 63 70 / 0.2);
}
.active\:outline-zinc-700\/25:active {
  outline-color: rgb(63 63 70 / 0.25);
}
.active\:outline-zinc-700\/30:active {
  outline-color: rgb(63 63 70 / 0.3);
}
.active\:outline-zinc-700\/35:active {
  outline-color: rgb(63 63 70 / 0.35);
}
.active\:outline-zinc-700\/40:active {
  outline-color: rgb(63 63 70 / 0.4);
}
.active\:outline-zinc-700\/45:active {
  outline-color: rgb(63 63 70 / 0.45);
}
.active\:outline-zinc-700\/5:active {
  outline-color: rgb(63 63 70 / 0.05);
}
.active\:outline-zinc-700\/50:active {
  outline-color: rgb(63 63 70 / 0.5);
}
.active\:outline-zinc-700\/55:active {
  outline-color: rgb(63 63 70 / 0.55);
}
.active\:outline-zinc-700\/60:active {
  outline-color: rgb(63 63 70 / 0.6);
}
.active\:outline-zinc-700\/65:active {
  outline-color: rgb(63 63 70 / 0.65);
}
.active\:outline-zinc-700\/70:active {
  outline-color: rgb(63 63 70 / 0.7);
}
.active\:outline-zinc-700\/75:active {
  outline-color: rgb(63 63 70 / 0.75);
}
.active\:outline-zinc-700\/80:active {
  outline-color: rgb(63 63 70 / 0.8);
}
.active\:outline-zinc-700\/85:active {
  outline-color: rgb(63 63 70 / 0.85);
}
.active\:outline-zinc-700\/90:active {
  outline-color: rgb(63 63 70 / 0.9);
}
.active\:outline-zinc-700\/95:active {
  outline-color: rgb(63 63 70 / 0.95);
}
.active\:outline-zinc-800:active {
  outline-color: #27272a;
}
.active\:outline-zinc-800\/0:active {
  outline-color: rgb(39 39 42 / 0);
}
.active\:outline-zinc-800\/10:active {
  outline-color: rgb(39 39 42 / 0.1);
}
.active\:outline-zinc-800\/100:active {
  outline-color: rgb(39 39 42 / 1);
}
.active\:outline-zinc-800\/15:active {
  outline-color: rgb(39 39 42 / 0.15);
}
.active\:outline-zinc-800\/20:active {
  outline-color: rgb(39 39 42 / 0.2);
}
.active\:outline-zinc-800\/25:active {
  outline-color: rgb(39 39 42 / 0.25);
}
.active\:outline-zinc-800\/30:active {
  outline-color: rgb(39 39 42 / 0.3);
}
.active\:outline-zinc-800\/35:active {
  outline-color: rgb(39 39 42 / 0.35);
}
.active\:outline-zinc-800\/40:active {
  outline-color: rgb(39 39 42 / 0.4);
}
.active\:outline-zinc-800\/45:active {
  outline-color: rgb(39 39 42 / 0.45);
}
.active\:outline-zinc-800\/5:active {
  outline-color: rgb(39 39 42 / 0.05);
}
.active\:outline-zinc-800\/50:active {
  outline-color: rgb(39 39 42 / 0.5);
}
.active\:outline-zinc-800\/55:active {
  outline-color: rgb(39 39 42 / 0.55);
}
.active\:outline-zinc-800\/60:active {
  outline-color: rgb(39 39 42 / 0.6);
}
.active\:outline-zinc-800\/65:active {
  outline-color: rgb(39 39 42 / 0.65);
}
.active\:outline-zinc-800\/70:active {
  outline-color: rgb(39 39 42 / 0.7);
}
.active\:outline-zinc-800\/75:active {
  outline-color: rgb(39 39 42 / 0.75);
}
.active\:outline-zinc-800\/80:active {
  outline-color: rgb(39 39 42 / 0.8);
}
.active\:outline-zinc-800\/85:active {
  outline-color: rgb(39 39 42 / 0.85);
}
.active\:outline-zinc-800\/90:active {
  outline-color: rgb(39 39 42 / 0.9);
}
.active\:outline-zinc-800\/95:active {
  outline-color: rgb(39 39 42 / 0.95);
}
.active\:outline-zinc-900:active {
  outline-color: #18181b;
}
.active\:outline-zinc-900\/0:active {
  outline-color: rgb(24 24 27 / 0);
}
.active\:outline-zinc-900\/10:active {
  outline-color: rgb(24 24 27 / 0.1);
}
.active\:outline-zinc-900\/100:active {
  outline-color: rgb(24 24 27 / 1);
}
.active\:outline-zinc-900\/15:active {
  outline-color: rgb(24 24 27 / 0.15);
}
.active\:outline-zinc-900\/20:active {
  outline-color: rgb(24 24 27 / 0.2);
}
.active\:outline-zinc-900\/25:active {
  outline-color: rgb(24 24 27 / 0.25);
}
.active\:outline-zinc-900\/30:active {
  outline-color: rgb(24 24 27 / 0.3);
}
.active\:outline-zinc-900\/35:active {
  outline-color: rgb(24 24 27 / 0.35);
}
.active\:outline-zinc-900\/40:active {
  outline-color: rgb(24 24 27 / 0.4);
}
.active\:outline-zinc-900\/45:active {
  outline-color: rgb(24 24 27 / 0.45);
}
.active\:outline-zinc-900\/5:active {
  outline-color: rgb(24 24 27 / 0.05);
}
.active\:outline-zinc-900\/50:active {
  outline-color: rgb(24 24 27 / 0.5);
}
.active\:outline-zinc-900\/55:active {
  outline-color: rgb(24 24 27 / 0.55);
}
.active\:outline-zinc-900\/60:active {
  outline-color: rgb(24 24 27 / 0.6);
}
.active\:outline-zinc-900\/65:active {
  outline-color: rgb(24 24 27 / 0.65);
}
.active\:outline-zinc-900\/70:active {
  outline-color: rgb(24 24 27 / 0.7);
}
.active\:outline-zinc-900\/75:active {
  outline-color: rgb(24 24 27 / 0.75);
}
.active\:outline-zinc-900\/80:active {
  outline-color: rgb(24 24 27 / 0.8);
}
.active\:outline-zinc-900\/85:active {
  outline-color: rgb(24 24 27 / 0.85);
}
.active\:outline-zinc-900\/90:active {
  outline-color: rgb(24 24 27 / 0.9);
}
.active\:outline-zinc-900\/95:active {
  outline-color: rgb(24 24 27 / 0.95);
}
.active\:outline-zinc-950:active {
  outline-color: #09090b;
}
.active\:outline-zinc-950\/0:active {
  outline-color: rgb(9 9 11 / 0);
}
.active\:outline-zinc-950\/10:active {
  outline-color: rgb(9 9 11 / 0.1);
}
.active\:outline-zinc-950\/100:active {
  outline-color: rgb(9 9 11 / 1);
}
.active\:outline-zinc-950\/15:active {
  outline-color: rgb(9 9 11 / 0.15);
}
.active\:outline-zinc-950\/20:active {
  outline-color: rgb(9 9 11 / 0.2);
}
.active\:outline-zinc-950\/25:active {
  outline-color: rgb(9 9 11 / 0.25);
}
.active\:outline-zinc-950\/30:active {
  outline-color: rgb(9 9 11 / 0.3);
}
.active\:outline-zinc-950\/35:active {
  outline-color: rgb(9 9 11 / 0.35);
}
.active\:outline-zinc-950\/40:active {
  outline-color: rgb(9 9 11 / 0.4);
}
.active\:outline-zinc-950\/45:active {
  outline-color: rgb(9 9 11 / 0.45);
}
.active\:outline-zinc-950\/5:active {
  outline-color: rgb(9 9 11 / 0.05);
}
.active\:outline-zinc-950\/50:active {
  outline-color: rgb(9 9 11 / 0.5);
}
.active\:outline-zinc-950\/55:active {
  outline-color: rgb(9 9 11 / 0.55);
}
.active\:outline-zinc-950\/60:active {
  outline-color: rgb(9 9 11 / 0.6);
}
.active\:outline-zinc-950\/65:active {
  outline-color: rgb(9 9 11 / 0.65);
}
.active\:outline-zinc-950\/70:active {
  outline-color: rgb(9 9 11 / 0.7);
}
.active\:outline-zinc-950\/75:active {
  outline-color: rgb(9 9 11 / 0.75);
}
.active\:outline-zinc-950\/80:active {
  outline-color: rgb(9 9 11 / 0.8);
}
.active\:outline-zinc-950\/85:active {
  outline-color: rgb(9 9 11 / 0.85);
}
.active\:outline-zinc-950\/90:active {
  outline-color: rgb(9 9 11 / 0.9);
}
.active\:outline-zinc-950\/95:active {
  outline-color: rgb(9 9 11 / 0.95);
}
.active\:ring-0:active {
  --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);
}
.active\:ring-1:active {
  --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);
}
.active\:ring-2:active {
  --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);
}
.active\:ring-4:active {
  --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);
}
.active\:ring-8:active {
  --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(8px + 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);
}
.active\:ring-inset:active {
  --tw-ring-inset: inset;
}
.active\:ring-accent:active {
  --tw-ring-color: var(--border-accent);
}
.active\:ring-calendar:active {
  --tw-ring-color: var(--border-calendar);
}
.active\:ring-constant-black:active {
  --tw-ring-color: var(--general-constant-black);
}
.active\:ring-constant-white:active {
  --tw-ring-color: var(--general-constant-white);
}
.active\:ring-current:active {
  --tw-ring-color: currentColor;
}
.active\:ring-focus:active {
  --tw-ring-color: var(--border-focus);
}
.active\:ring-hover:active {
  --tw-ring-color: var(--border-hover);
}
.active\:ring-inherit:active {
  --tw-ring-color: inherit;
}
.active\:ring-input:active {
  --tw-ring-color: var(--border-input);
}
.active\:ring-input-active:active {
  --tw-ring-color: var(--border-input-active);
}
.active\:ring-input-active-hover:active {
  --tw-ring-color: var(--border-input-active-hover);
}
.active\:ring-input-active-pressed:active {
  --tw-ring-color: var(--border-input-active-pressed);
}
.active\:ring-input-caution:active {
  --tw-ring-color: var(--border-input-caution);
}
.active\:ring-input-caution-hover:active {
  --tw-ring-color: var(--border-input-caution-hover);
}
.active\:ring-input-caution-pressed:active {
  --tw-ring-color: var(--border-input-caution-pressed);
}
.active\:ring-input-critical:active {
  --tw-ring-color: var(--border-input-critical);
}
.active\:ring-input-critical-hover:active {
  --tw-ring-color: var(--border-input-critical-hover);
}
.active\:ring-input-critical-pressed:active {
  --tw-ring-color: var(--border-input-critical-pressed);
}
.active\:ring-input-disabled:active {
  --tw-ring-color: var(--border-input-disabled);
}
.active\:ring-input-hover:active {
  --tw-ring-color: var(--border-input-hover);
}
.active\:ring-primary:active {
  --tw-ring-color: var(--border-primary);
}
.active\:ring-secondary:active {
  --tw-ring-color: var(--border-secondary);
}
.active\:ring-tertiary:active {
  --tw-ring-color: var(--border-tertiary);
}
.active\:ring-transparent:active {
  --tw-ring-color: transparent;
}
.active\:ring-transparent\/0:active {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.active\:ring-transparent\/10:active {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.active\:ring-transparent\/100:active {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.active\:ring-transparent\/15:active {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}
.active\:ring-transparent\/20:active {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.active\:ring-transparent\/25:active {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.active\:ring-transparent\/30:active {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.active\:ring-transparent\/35:active {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}
.active\:ring-transparent\/40:active {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.active\:ring-transparent\/45:active {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}
.active\:ring-transparent\/5:active {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.active\:ring-transparent\/50:active {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.active\:ring-transparent\/55:active {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}
.active\:ring-transparent\/60:active {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.active\:ring-transparent\/65:active {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}
.active\:ring-transparent\/70:active {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.active\:ring-transparent\/75:active {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.active\:ring-transparent\/80:active {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.active\:ring-transparent\/85:active {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}
.active\:ring-transparent\/90:active {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.active\:ring-transparent\/95:active {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.active\:ring-opacity-0:active {
  --tw-ring-opacity: 0;
}
.active\:ring-opacity-10:active {
  --tw-ring-opacity: 0.1;
}
.active\:ring-opacity-100:active {
  --tw-ring-opacity: 1;
}
.active\:ring-opacity-15:active {
  --tw-ring-opacity: 0.15;
}
.active\:ring-opacity-20:active {
  --tw-ring-opacity: 0.2;
}
.active\:ring-opacity-25:active {
  --tw-ring-opacity: 0.25;
}
.active\:ring-opacity-30:active {
  --tw-ring-opacity: 0.3;
}
.active\:ring-opacity-35:active {
  --tw-ring-opacity: 0.35;
}
.active\:ring-opacity-40:active {
  --tw-ring-opacity: 0.4;
}
.active\:ring-opacity-45:active {
  --tw-ring-opacity: 0.45;
}
.active\:ring-opacity-5:active {
  --tw-ring-opacity: 0.05;
}
.active\:ring-opacity-50:active {
  --tw-ring-opacity: 0.5;
}
.active\:ring-opacity-55:active {
  --tw-ring-opacity: 0.55;
}
.active\:ring-opacity-60:active {
  --tw-ring-opacity: 0.6;
}
.active\:ring-opacity-65:active {
  --tw-ring-opacity: 0.65;
}
.active\:ring-opacity-70:active {
  --tw-ring-opacity: 0.7;
}
.active\:ring-opacity-75:active {
  --tw-ring-opacity: 0.75;
}
.active\:ring-opacity-80:active {
  --tw-ring-opacity: 0.8;
}
.active\:ring-opacity-85:active {
  --tw-ring-opacity: 0.85;
}
.active\:ring-opacity-90:active {
  --tw-ring-opacity: 0.9;
}
.active\:ring-opacity-95:active {
  --tw-ring-opacity: 0.95;
}
.active\:ring-offset-0:active {
  --tw-ring-offset-width: 0px;
}
.active\:ring-offset-1:active {
  --tw-ring-offset-width: 1px;
}
.active\:ring-offset-2:active {
  --tw-ring-offset-width: 2px;
}
.active\:ring-offset-4:active {
  --tw-ring-offset-width: 4px;
}
.active\:ring-offset-8:active {
  --tw-ring-offset-width: 8px;
}
.active\:ring-offset-amber-100:active {
  --tw-ring-offset-color: #fef3c7;
}
.active\:ring-offset-amber-100\/0:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0);
}
.active\:ring-offset-amber-100\/10:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.1);
}
.active\:ring-offset-amber-100\/100:active {
  --tw-ring-offset-color: rgb(254 243 199 / 1);
}
.active\:ring-offset-amber-100\/15:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.15);
}
.active\:ring-offset-amber-100\/20:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.2);
}
.active\:ring-offset-amber-100\/25:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.25);
}
.active\:ring-offset-amber-100\/30:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.3);
}
.active\:ring-offset-amber-100\/35:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.35);
}
.active\:ring-offset-amber-100\/40:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.4);
}
.active\:ring-offset-amber-100\/45:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.45);
}
.active\:ring-offset-amber-100\/5:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.05);
}
.active\:ring-offset-amber-100\/50:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.5);
}
.active\:ring-offset-amber-100\/55:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.55);
}
.active\:ring-offset-amber-100\/60:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.6);
}
.active\:ring-offset-amber-100\/65:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.65);
}
.active\:ring-offset-amber-100\/70:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.7);
}
.active\:ring-offset-amber-100\/75:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.75);
}
.active\:ring-offset-amber-100\/80:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.8);
}
.active\:ring-offset-amber-100\/85:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.85);
}
.active\:ring-offset-amber-100\/90:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.9);
}
.active\:ring-offset-amber-100\/95:active {
  --tw-ring-offset-color: rgb(254 243 199 / 0.95);
}
.active\:ring-offset-amber-200:active {
  --tw-ring-offset-color: #fde68a;
}
.active\:ring-offset-amber-200\/0:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0);
}
.active\:ring-offset-amber-200\/10:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.1);
}
.active\:ring-offset-amber-200\/100:active {
  --tw-ring-offset-color: rgb(253 230 138 / 1);
}
.active\:ring-offset-amber-200\/15:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.15);
}
.active\:ring-offset-amber-200\/20:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.2);
}
.active\:ring-offset-amber-200\/25:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.25);
}
.active\:ring-offset-amber-200\/30:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.3);
}
.active\:ring-offset-amber-200\/35:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.35);
}
.active\:ring-offset-amber-200\/40:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.4);
}
.active\:ring-offset-amber-200\/45:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.45);
}
.active\:ring-offset-amber-200\/5:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.05);
}
.active\:ring-offset-amber-200\/50:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.5);
}
.active\:ring-offset-amber-200\/55:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.55);
}
.active\:ring-offset-amber-200\/60:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.6);
}
.active\:ring-offset-amber-200\/65:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.65);
}
.active\:ring-offset-amber-200\/70:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.7);
}
.active\:ring-offset-amber-200\/75:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.75);
}
.active\:ring-offset-amber-200\/80:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.8);
}
.active\:ring-offset-amber-200\/85:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.85);
}
.active\:ring-offset-amber-200\/90:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.9);
}
.active\:ring-offset-amber-200\/95:active {
  --tw-ring-offset-color: rgb(253 230 138 / 0.95);
}
.active\:ring-offset-amber-300:active {
  --tw-ring-offset-color: #fcd34d;
}
.active\:ring-offset-amber-300\/0:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0);
}
.active\:ring-offset-amber-300\/10:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.1);
}
.active\:ring-offset-amber-300\/100:active {
  --tw-ring-offset-color: rgb(252 211 77 / 1);
}
.active\:ring-offset-amber-300\/15:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.15);
}
.active\:ring-offset-amber-300\/20:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.2);
}
.active\:ring-offset-amber-300\/25:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.25);
}
.active\:ring-offset-amber-300\/30:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.3);
}
.active\:ring-offset-amber-300\/35:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.35);
}
.active\:ring-offset-amber-300\/40:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.4);
}
.active\:ring-offset-amber-300\/45:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.45);
}
.active\:ring-offset-amber-300\/5:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.05);
}
.active\:ring-offset-amber-300\/50:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.5);
}
.active\:ring-offset-amber-300\/55:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.55);
}
.active\:ring-offset-amber-300\/60:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.6);
}
.active\:ring-offset-amber-300\/65:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.65);
}
.active\:ring-offset-amber-300\/70:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.7);
}
.active\:ring-offset-amber-300\/75:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.75);
}
.active\:ring-offset-amber-300\/80:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.8);
}
.active\:ring-offset-amber-300\/85:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.85);
}
.active\:ring-offset-amber-300\/90:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.9);
}
.active\:ring-offset-amber-300\/95:active {
  --tw-ring-offset-color: rgb(252 211 77 / 0.95);
}
.active\:ring-offset-amber-400:active {
  --tw-ring-offset-color: #fbbf24;
}
.active\:ring-offset-amber-400\/0:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0);
}
.active\:ring-offset-amber-400\/10:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.1);
}
.active\:ring-offset-amber-400\/100:active {
  --tw-ring-offset-color: rgb(251 191 36 / 1);
}
.active\:ring-offset-amber-400\/15:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.15);
}
.active\:ring-offset-amber-400\/20:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.2);
}
.active\:ring-offset-amber-400\/25:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.25);
}
.active\:ring-offset-amber-400\/30:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.3);
}
.active\:ring-offset-amber-400\/35:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.35);
}
.active\:ring-offset-amber-400\/40:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.4);
}
.active\:ring-offset-amber-400\/45:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.45);
}
.active\:ring-offset-amber-400\/5:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.05);
}
.active\:ring-offset-amber-400\/50:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.5);
}
.active\:ring-offset-amber-400\/55:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.55);
}
.active\:ring-offset-amber-400\/60:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.6);
}
.active\:ring-offset-amber-400\/65:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.65);
}
.active\:ring-offset-amber-400\/70:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.7);
}
.active\:ring-offset-amber-400\/75:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.75);
}
.active\:ring-offset-amber-400\/80:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.8);
}
.active\:ring-offset-amber-400\/85:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.85);
}
.active\:ring-offset-amber-400\/90:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.9);
}
.active\:ring-offset-amber-400\/95:active {
  --tw-ring-offset-color: rgb(251 191 36 / 0.95);
}
.active\:ring-offset-amber-50:active {
  --tw-ring-offset-color: #fffbeb;
}
.active\:ring-offset-amber-50\/0:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0);
}
.active\:ring-offset-amber-50\/10:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.1);
}
.active\:ring-offset-amber-50\/100:active {
  --tw-ring-offset-color: rgb(255 251 235 / 1);
}
.active\:ring-offset-amber-50\/15:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.15);
}
.active\:ring-offset-amber-50\/20:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.2);
}
.active\:ring-offset-amber-50\/25:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.25);
}
.active\:ring-offset-amber-50\/30:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.3);
}
.active\:ring-offset-amber-50\/35:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.35);
}
.active\:ring-offset-amber-50\/40:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.4);
}
.active\:ring-offset-amber-50\/45:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.45);
}
.active\:ring-offset-amber-50\/5:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.05);
}
.active\:ring-offset-amber-50\/50:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.5);
}
.active\:ring-offset-amber-50\/55:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.55);
}
.active\:ring-offset-amber-50\/60:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.6);
}
.active\:ring-offset-amber-50\/65:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.65);
}
.active\:ring-offset-amber-50\/70:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.7);
}
.active\:ring-offset-amber-50\/75:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.75);
}
.active\:ring-offset-amber-50\/80:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.8);
}
.active\:ring-offset-amber-50\/85:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.85);
}
.active\:ring-offset-amber-50\/90:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.9);
}
.active\:ring-offset-amber-50\/95:active {
  --tw-ring-offset-color: rgb(255 251 235 / 0.95);
}
.active\:ring-offset-amber-500:active {
  --tw-ring-offset-color: #f59e0b;
}
.active\:ring-offset-amber-500\/0:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0);
}
.active\:ring-offset-amber-500\/10:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.1);
}
.active\:ring-offset-amber-500\/100:active {
  --tw-ring-offset-color: rgb(245 158 11 / 1);
}
.active\:ring-offset-amber-500\/15:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.15);
}
.active\:ring-offset-amber-500\/20:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.2);
}
.active\:ring-offset-amber-500\/25:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.25);
}
.active\:ring-offset-amber-500\/30:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.3);
}
.active\:ring-offset-amber-500\/35:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.35);
}
.active\:ring-offset-amber-500\/40:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.4);
}
.active\:ring-offset-amber-500\/45:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.45);
}
.active\:ring-offset-amber-500\/5:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.05);
}
.active\:ring-offset-amber-500\/50:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.5);
}
.active\:ring-offset-amber-500\/55:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.55);
}
.active\:ring-offset-amber-500\/60:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.6);
}
.active\:ring-offset-amber-500\/65:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.65);
}
.active\:ring-offset-amber-500\/70:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.7);
}
.active\:ring-offset-amber-500\/75:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.75);
}
.active\:ring-offset-amber-500\/80:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.8);
}
.active\:ring-offset-amber-500\/85:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.85);
}
.active\:ring-offset-amber-500\/90:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.9);
}
.active\:ring-offset-amber-500\/95:active {
  --tw-ring-offset-color: rgb(245 158 11 / 0.95);
}
.active\:ring-offset-amber-600:active {
  --tw-ring-offset-color: #d97706;
}
.active\:ring-offset-amber-600\/0:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0);
}
.active\:ring-offset-amber-600\/10:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.1);
}
.active\:ring-offset-amber-600\/100:active {
  --tw-ring-offset-color: rgb(217 119 6 / 1);
}
.active\:ring-offset-amber-600\/15:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.15);
}
.active\:ring-offset-amber-600\/20:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.2);
}
.active\:ring-offset-amber-600\/25:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.25);
}
.active\:ring-offset-amber-600\/30:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.3);
}
.active\:ring-offset-amber-600\/35:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.35);
}
.active\:ring-offset-amber-600\/40:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.4);
}
.active\:ring-offset-amber-600\/45:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.45);
}
.active\:ring-offset-amber-600\/5:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.05);
}
.active\:ring-offset-amber-600\/50:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.5);
}
.active\:ring-offset-amber-600\/55:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.55);
}
.active\:ring-offset-amber-600\/60:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.6);
}
.active\:ring-offset-amber-600\/65:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.65);
}
.active\:ring-offset-amber-600\/70:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.7);
}
.active\:ring-offset-amber-600\/75:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.75);
}
.active\:ring-offset-amber-600\/80:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.8);
}
.active\:ring-offset-amber-600\/85:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.85);
}
.active\:ring-offset-amber-600\/90:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.9);
}
.active\:ring-offset-amber-600\/95:active {
  --tw-ring-offset-color: rgb(217 119 6 / 0.95);
}
.active\:ring-offset-amber-700:active {
  --tw-ring-offset-color: #b45309;
}
.active\:ring-offset-amber-700\/0:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0);
}
.active\:ring-offset-amber-700\/10:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.1);
}
.active\:ring-offset-amber-700\/100:active {
  --tw-ring-offset-color: rgb(180 83 9 / 1);
}
.active\:ring-offset-amber-700\/15:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.15);
}
.active\:ring-offset-amber-700\/20:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.2);
}
.active\:ring-offset-amber-700\/25:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.25);
}
.active\:ring-offset-amber-700\/30:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.3);
}
.active\:ring-offset-amber-700\/35:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.35);
}
.active\:ring-offset-amber-700\/40:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.4);
}
.active\:ring-offset-amber-700\/45:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.45);
}
.active\:ring-offset-amber-700\/5:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.05);
}
.active\:ring-offset-amber-700\/50:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.5);
}
.active\:ring-offset-amber-700\/55:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.55);
}
.active\:ring-offset-amber-700\/60:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.6);
}
.active\:ring-offset-amber-700\/65:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.65);
}
.active\:ring-offset-amber-700\/70:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.7);
}
.active\:ring-offset-amber-700\/75:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.75);
}
.active\:ring-offset-amber-700\/80:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.8);
}
.active\:ring-offset-amber-700\/85:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.85);
}
.active\:ring-offset-amber-700\/90:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.9);
}
.active\:ring-offset-amber-700\/95:active {
  --tw-ring-offset-color: rgb(180 83 9 / 0.95);
}
.active\:ring-offset-amber-800:active {
  --tw-ring-offset-color: #92400e;
}
.active\:ring-offset-amber-800\/0:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0);
}
.active\:ring-offset-amber-800\/10:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.1);
}
.active\:ring-offset-amber-800\/100:active {
  --tw-ring-offset-color: rgb(146 64 14 / 1);
}
.active\:ring-offset-amber-800\/15:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.15);
}
.active\:ring-offset-amber-800\/20:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.2);
}
.active\:ring-offset-amber-800\/25:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.25);
}
.active\:ring-offset-amber-800\/30:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.3);
}
.active\:ring-offset-amber-800\/35:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.35);
}
.active\:ring-offset-amber-800\/40:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.4);
}
.active\:ring-offset-amber-800\/45:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.45);
}
.active\:ring-offset-amber-800\/5:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.05);
}
.active\:ring-offset-amber-800\/50:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.5);
}
.active\:ring-offset-amber-800\/55:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.55);
}
.active\:ring-offset-amber-800\/60:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.6);
}
.active\:ring-offset-amber-800\/65:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.65);
}
.active\:ring-offset-amber-800\/70:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.7);
}
.active\:ring-offset-amber-800\/75:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.75);
}
.active\:ring-offset-amber-800\/80:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.8);
}
.active\:ring-offset-amber-800\/85:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.85);
}
.active\:ring-offset-amber-800\/90:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.9);
}
.active\:ring-offset-amber-800\/95:active {
  --tw-ring-offset-color: rgb(146 64 14 / 0.95);
}
.active\:ring-offset-amber-900:active {
  --tw-ring-offset-color: #78350f;
}
.active\:ring-offset-amber-900\/0:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0);
}
.active\:ring-offset-amber-900\/10:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.1);
}
.active\:ring-offset-amber-900\/100:active {
  --tw-ring-offset-color: rgb(120 53 15 / 1);
}
.active\:ring-offset-amber-900\/15:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.15);
}
.active\:ring-offset-amber-900\/20:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.2);
}
.active\:ring-offset-amber-900\/25:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.25);
}
.active\:ring-offset-amber-900\/30:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.3);
}
.active\:ring-offset-amber-900\/35:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.35);
}
.active\:ring-offset-amber-900\/40:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.4);
}
.active\:ring-offset-amber-900\/45:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.45);
}
.active\:ring-offset-amber-900\/5:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.05);
}
.active\:ring-offset-amber-900\/50:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.5);
}
.active\:ring-offset-amber-900\/55:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.55);
}
.active\:ring-offset-amber-900\/60:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.6);
}
.active\:ring-offset-amber-900\/65:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.65);
}
.active\:ring-offset-amber-900\/70:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.7);
}
.active\:ring-offset-amber-900\/75:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.75);
}
.active\:ring-offset-amber-900\/80:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.8);
}
.active\:ring-offset-amber-900\/85:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.85);
}
.active\:ring-offset-amber-900\/90:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.9);
}
.active\:ring-offset-amber-900\/95:active {
  --tw-ring-offset-color: rgb(120 53 15 / 0.95);
}
.active\:ring-offset-amber-950:active {
  --tw-ring-offset-color: #451a03;
}
.active\:ring-offset-amber-950\/0:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0);
}
.active\:ring-offset-amber-950\/10:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.1);
}
.active\:ring-offset-amber-950\/100:active {
  --tw-ring-offset-color: rgb(69 26 3 / 1);
}
.active\:ring-offset-amber-950\/15:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.15);
}
.active\:ring-offset-amber-950\/20:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.2);
}
.active\:ring-offset-amber-950\/25:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.25);
}
.active\:ring-offset-amber-950\/30:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.3);
}
.active\:ring-offset-amber-950\/35:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.35);
}
.active\:ring-offset-amber-950\/40:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.4);
}
.active\:ring-offset-amber-950\/45:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.45);
}
.active\:ring-offset-amber-950\/5:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.05);
}
.active\:ring-offset-amber-950\/50:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.5);
}
.active\:ring-offset-amber-950\/55:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.55);
}
.active\:ring-offset-amber-950\/60:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.6);
}
.active\:ring-offset-amber-950\/65:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.65);
}
.active\:ring-offset-amber-950\/70:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.7);
}
.active\:ring-offset-amber-950\/75:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.75);
}
.active\:ring-offset-amber-950\/80:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.8);
}
.active\:ring-offset-amber-950\/85:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.85);
}
.active\:ring-offset-amber-950\/90:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.9);
}
.active\:ring-offset-amber-950\/95:active {
  --tw-ring-offset-color: rgb(69 26 3 / 0.95);
}
.active\:ring-offset-black:active {
  --tw-ring-offset-color: #000;
}
.active\:ring-offset-black\/0:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.active\:ring-offset-black\/10:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.active\:ring-offset-black\/100:active {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.active\:ring-offset-black\/15:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.active\:ring-offset-black\/20:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.active\:ring-offset-black\/25:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.active\:ring-offset-black\/30:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.active\:ring-offset-black\/35:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.active\:ring-offset-black\/40:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.active\:ring-offset-black\/45:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.active\:ring-offset-black\/5:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.active\:ring-offset-black\/50:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.active\:ring-offset-black\/55:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.active\:ring-offset-black\/60:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.active\:ring-offset-black\/65:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.active\:ring-offset-black\/70:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.active\:ring-offset-black\/75:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.active\:ring-offset-black\/80:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.active\:ring-offset-black\/85:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.active\:ring-offset-black\/90:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.active\:ring-offset-black\/95:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.active\:ring-offset-blue-100:active {
  --tw-ring-offset-color: #dbeafe;
}
.active\:ring-offset-blue-100\/0:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0);
}
.active\:ring-offset-blue-100\/10:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.1);
}
.active\:ring-offset-blue-100\/100:active {
  --tw-ring-offset-color: rgb(219 234 254 / 1);
}
.active\:ring-offset-blue-100\/15:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.15);
}
.active\:ring-offset-blue-100\/20:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.2);
}
.active\:ring-offset-blue-100\/25:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.25);
}
.active\:ring-offset-blue-100\/30:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.3);
}
.active\:ring-offset-blue-100\/35:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.35);
}
.active\:ring-offset-blue-100\/40:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.4);
}
.active\:ring-offset-blue-100\/45:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.45);
}
.active\:ring-offset-blue-100\/5:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.05);
}
.active\:ring-offset-blue-100\/50:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.5);
}
.active\:ring-offset-blue-100\/55:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.55);
}
.active\:ring-offset-blue-100\/60:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.6);
}
.active\:ring-offset-blue-100\/65:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.65);
}
.active\:ring-offset-blue-100\/70:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.7);
}
.active\:ring-offset-blue-100\/75:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.75);
}
.active\:ring-offset-blue-100\/80:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.8);
}
.active\:ring-offset-blue-100\/85:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.85);
}
.active\:ring-offset-blue-100\/90:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.9);
}
.active\:ring-offset-blue-100\/95:active {
  --tw-ring-offset-color: rgb(219 234 254 / 0.95);
}
.active\:ring-offset-blue-200:active {
  --tw-ring-offset-color: #bfdbfe;
}
.active\:ring-offset-blue-200\/0:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0);
}
.active\:ring-offset-blue-200\/10:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.1);
}
.active\:ring-offset-blue-200\/100:active {
  --tw-ring-offset-color: rgb(191 219 254 / 1);
}
.active\:ring-offset-blue-200\/15:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.15);
}
.active\:ring-offset-blue-200\/20:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.2);
}
.active\:ring-offset-blue-200\/25:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.25);
}
.active\:ring-offset-blue-200\/30:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.3);
}
.active\:ring-offset-blue-200\/35:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.35);
}
.active\:ring-offset-blue-200\/40:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.4);
}
.active\:ring-offset-blue-200\/45:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.45);
}
.active\:ring-offset-blue-200\/5:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.05);
}
.active\:ring-offset-blue-200\/50:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.5);
}
.active\:ring-offset-blue-200\/55:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.55);
}
.active\:ring-offset-blue-200\/60:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.6);
}
.active\:ring-offset-blue-200\/65:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.65);
}
.active\:ring-offset-blue-200\/70:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.7);
}
.active\:ring-offset-blue-200\/75:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.75);
}
.active\:ring-offset-blue-200\/80:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.8);
}
.active\:ring-offset-blue-200\/85:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.85);
}
.active\:ring-offset-blue-200\/90:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.9);
}
.active\:ring-offset-blue-200\/95:active {
  --tw-ring-offset-color: rgb(191 219 254 / 0.95);
}
.active\:ring-offset-blue-300:active {
  --tw-ring-offset-color: #93c5fd;
}
.active\:ring-offset-blue-300\/0:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0);
}
.active\:ring-offset-blue-300\/10:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.1);
}
.active\:ring-offset-blue-300\/100:active {
  --tw-ring-offset-color: rgb(147 197 253 / 1);
}
.active\:ring-offset-blue-300\/15:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.15);
}
.active\:ring-offset-blue-300\/20:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.2);
}
.active\:ring-offset-blue-300\/25:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.25);
}
.active\:ring-offset-blue-300\/30:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.3);
}
.active\:ring-offset-blue-300\/35:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.35);
}
.active\:ring-offset-blue-300\/40:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.4);
}
.active\:ring-offset-blue-300\/45:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.45);
}
.active\:ring-offset-blue-300\/5:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.05);
}
.active\:ring-offset-blue-300\/50:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.5);
}
.active\:ring-offset-blue-300\/55:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.55);
}
.active\:ring-offset-blue-300\/60:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.6);
}
.active\:ring-offset-blue-300\/65:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.65);
}
.active\:ring-offset-blue-300\/70:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.7);
}
.active\:ring-offset-blue-300\/75:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.75);
}
.active\:ring-offset-blue-300\/80:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.8);
}
.active\:ring-offset-blue-300\/85:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.85);
}
.active\:ring-offset-blue-300\/90:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.9);
}
.active\:ring-offset-blue-300\/95:active {
  --tw-ring-offset-color: rgb(147 197 253 / 0.95);
}
.active\:ring-offset-blue-400:active {
  --tw-ring-offset-color: #60a5fa;
}
.active\:ring-offset-blue-400\/0:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}
.active\:ring-offset-blue-400\/10:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}
.active\:ring-offset-blue-400\/100:active {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}
.active\:ring-offset-blue-400\/15:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.15);
}
.active\:ring-offset-blue-400\/20:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}
.active\:ring-offset-blue-400\/25:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}
.active\:ring-offset-blue-400\/30:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}
.active\:ring-offset-blue-400\/35:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.35);
}
.active\:ring-offset-blue-400\/40:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}
.active\:ring-offset-blue-400\/45:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.45);
}
.active\:ring-offset-blue-400\/5:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}
.active\:ring-offset-blue-400\/50:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}
.active\:ring-offset-blue-400\/55:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.55);
}
.active\:ring-offset-blue-400\/60:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}
.active\:ring-offset-blue-400\/65:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.65);
}
.active\:ring-offset-blue-400\/70:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}
.active\:ring-offset-blue-400\/75:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}
.active\:ring-offset-blue-400\/80:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}
.active\:ring-offset-blue-400\/85:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.85);
}
.active\:ring-offset-blue-400\/90:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}
.active\:ring-offset-blue-400\/95:active {
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}
.active\:ring-offset-blue-50:active {
  --tw-ring-offset-color: #eff6ff;
}
.active\:ring-offset-blue-50\/0:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0);
}
.active\:ring-offset-blue-50\/10:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.1);
}
.active\:ring-offset-blue-50\/100:active {
  --tw-ring-offset-color: rgb(239 246 255 / 1);
}
.active\:ring-offset-blue-50\/15:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.15);
}
.active\:ring-offset-blue-50\/20:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.2);
}
.active\:ring-offset-blue-50\/25:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.25);
}
.active\:ring-offset-blue-50\/30:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.3);
}
.active\:ring-offset-blue-50\/35:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.35);
}
.active\:ring-offset-blue-50\/40:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.4);
}
.active\:ring-offset-blue-50\/45:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.45);
}
.active\:ring-offset-blue-50\/5:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.05);
}
.active\:ring-offset-blue-50\/50:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.5);
}
.active\:ring-offset-blue-50\/55:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.55);
}
.active\:ring-offset-blue-50\/60:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.6);
}
.active\:ring-offset-blue-50\/65:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.65);
}
.active\:ring-offset-blue-50\/70:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.7);
}
.active\:ring-offset-blue-50\/75:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.75);
}
.active\:ring-offset-blue-50\/80:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.8);
}
.active\:ring-offset-blue-50\/85:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.85);
}
.active\:ring-offset-blue-50\/90:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.9);
}
.active\:ring-offset-blue-50\/95:active {
  --tw-ring-offset-color: rgb(239 246 255 / 0.95);
}
.active\:ring-offset-blue-500:active {
  --tw-ring-offset-color: #3b82f6;
}
.active\:ring-offset-blue-500\/0:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0);
}
.active\:ring-offset-blue-500\/10:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.1);
}
.active\:ring-offset-blue-500\/100:active {
  --tw-ring-offset-color: rgb(59 130 246 / 1);
}
.active\:ring-offset-blue-500\/15:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.15);
}
.active\:ring-offset-blue-500\/20:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.2);
}
.active\:ring-offset-blue-500\/25:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.25);
}
.active\:ring-offset-blue-500\/30:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.3);
}
.active\:ring-offset-blue-500\/35:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.35);
}
.active\:ring-offset-blue-500\/40:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.4);
}
.active\:ring-offset-blue-500\/45:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.45);
}
.active\:ring-offset-blue-500\/5:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.05);
}
.active\:ring-offset-blue-500\/50:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.5);
}
.active\:ring-offset-blue-500\/55:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.55);
}
.active\:ring-offset-blue-500\/60:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.6);
}
.active\:ring-offset-blue-500\/65:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.65);
}
.active\:ring-offset-blue-500\/70:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.7);
}
.active\:ring-offset-blue-500\/75:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.75);
}
.active\:ring-offset-blue-500\/80:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.8);
}
.active\:ring-offset-blue-500\/85:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.85);
}
.active\:ring-offset-blue-500\/90:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.9);
}
.active\:ring-offset-blue-500\/95:active {
  --tw-ring-offset-color: rgb(59 130 246 / 0.95);
}
.active\:ring-offset-blue-600:active {
  --tw-ring-offset-color: #2563eb;
}
.active\:ring-offset-blue-600\/0:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0);
}
.active\:ring-offset-blue-600\/10:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.1);
}
.active\:ring-offset-blue-600\/100:active {
  --tw-ring-offset-color: rgb(37 99 235 / 1);
}
.active\:ring-offset-blue-600\/15:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.15);
}
.active\:ring-offset-blue-600\/20:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.2);
}
.active\:ring-offset-blue-600\/25:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.25);
}
.active\:ring-offset-blue-600\/30:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.3);
}
.active\:ring-offset-blue-600\/35:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.35);
}
.active\:ring-offset-blue-600\/40:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.4);
}
.active\:ring-offset-blue-600\/45:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.45);
}
.active\:ring-offset-blue-600\/5:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.05);
}
.active\:ring-offset-blue-600\/50:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.5);
}
.active\:ring-offset-blue-600\/55:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.55);
}
.active\:ring-offset-blue-600\/60:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.6);
}
.active\:ring-offset-blue-600\/65:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.65);
}
.active\:ring-offset-blue-600\/70:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.7);
}
.active\:ring-offset-blue-600\/75:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.75);
}
.active\:ring-offset-blue-600\/80:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.8);
}
.active\:ring-offset-blue-600\/85:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.85);
}
.active\:ring-offset-blue-600\/90:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.9);
}
.active\:ring-offset-blue-600\/95:active {
  --tw-ring-offset-color: rgb(37 99 235 / 0.95);
}
.active\:ring-offset-blue-700:active {
  --tw-ring-offset-color: #1d4ed8;
}
.active\:ring-offset-blue-700\/0:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0);
}
.active\:ring-offset-blue-700\/10:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.1);
}
.active\:ring-offset-blue-700\/100:active {
  --tw-ring-offset-color: rgb(29 78 216 / 1);
}
.active\:ring-offset-blue-700\/15:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.15);
}
.active\:ring-offset-blue-700\/20:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.2);
}
.active\:ring-offset-blue-700\/25:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.25);
}
.active\:ring-offset-blue-700\/30:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.3);
}
.active\:ring-offset-blue-700\/35:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.35);
}
.active\:ring-offset-blue-700\/40:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.4);
}
.active\:ring-offset-blue-700\/45:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.45);
}
.active\:ring-offset-blue-700\/5:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.05);
}
.active\:ring-offset-blue-700\/50:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.5);
}
.active\:ring-offset-blue-700\/55:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.55);
}
.active\:ring-offset-blue-700\/60:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.6);
}
.active\:ring-offset-blue-700\/65:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.65);
}
.active\:ring-offset-blue-700\/70:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.7);
}
.active\:ring-offset-blue-700\/75:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.75);
}
.active\:ring-offset-blue-700\/80:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.8);
}
.active\:ring-offset-blue-700\/85:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.85);
}
.active\:ring-offset-blue-700\/90:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.9);
}
.active\:ring-offset-blue-700\/95:active {
  --tw-ring-offset-color: rgb(29 78 216 / 0.95);
}
.active\:ring-offset-blue-800:active {
  --tw-ring-offset-color: #1e40af;
}
.active\:ring-offset-blue-800\/0:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0);
}
.active\:ring-offset-blue-800\/10:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.1);
}
.active\:ring-offset-blue-800\/100:active {
  --tw-ring-offset-color: rgb(30 64 175 / 1);
}
.active\:ring-offset-blue-800\/15:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.15);
}
.active\:ring-offset-blue-800\/20:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.2);
}
.active\:ring-offset-blue-800\/25:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.25);
}
.active\:ring-offset-blue-800\/30:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.3);
}
.active\:ring-offset-blue-800\/35:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.35);
}
.active\:ring-offset-blue-800\/40:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.4);
}
.active\:ring-offset-blue-800\/45:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.45);
}
.active\:ring-offset-blue-800\/5:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.05);
}
.active\:ring-offset-blue-800\/50:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.5);
}
.active\:ring-offset-blue-800\/55:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.55);
}
.active\:ring-offset-blue-800\/60:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.6);
}
.active\:ring-offset-blue-800\/65:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.65);
}
.active\:ring-offset-blue-800\/70:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.7);
}
.active\:ring-offset-blue-800\/75:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.75);
}
.active\:ring-offset-blue-800\/80:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.8);
}
.active\:ring-offset-blue-800\/85:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.85);
}
.active\:ring-offset-blue-800\/90:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.9);
}
.active\:ring-offset-blue-800\/95:active {
  --tw-ring-offset-color: rgb(30 64 175 / 0.95);
}
.active\:ring-offset-blue-900:active {
  --tw-ring-offset-color: #1e3a8a;
}
.active\:ring-offset-blue-900\/0:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0);
}
.active\:ring-offset-blue-900\/10:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.1);
}
.active\:ring-offset-blue-900\/100:active {
  --tw-ring-offset-color: rgb(30 58 138 / 1);
}
.active\:ring-offset-blue-900\/15:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.15);
}
.active\:ring-offset-blue-900\/20:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.2);
}
.active\:ring-offset-blue-900\/25:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.25);
}
.active\:ring-offset-blue-900\/30:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.3);
}
.active\:ring-offset-blue-900\/35:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.35);
}
.active\:ring-offset-blue-900\/40:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.4);
}
.active\:ring-offset-blue-900\/45:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.45);
}
.active\:ring-offset-blue-900\/5:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.05);
}
.active\:ring-offset-blue-900\/50:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.5);
}
.active\:ring-offset-blue-900\/55:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.55);
}
.active\:ring-offset-blue-900\/60:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.6);
}
.active\:ring-offset-blue-900\/65:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.65);
}
.active\:ring-offset-blue-900\/70:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.7);
}
.active\:ring-offset-blue-900\/75:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.75);
}
.active\:ring-offset-blue-900\/80:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.8);
}
.active\:ring-offset-blue-900\/85:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.85);
}
.active\:ring-offset-blue-900\/90:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.9);
}
.active\:ring-offset-blue-900\/95:active {
  --tw-ring-offset-color: rgb(30 58 138 / 0.95);
}
.active\:ring-offset-blue-950:active {
  --tw-ring-offset-color: #172554;
}
.active\:ring-offset-blue-950\/0:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0);
}
.active\:ring-offset-blue-950\/10:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.1);
}
.active\:ring-offset-blue-950\/100:active {
  --tw-ring-offset-color: rgb(23 37 84 / 1);
}
.active\:ring-offset-blue-950\/15:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.15);
}
.active\:ring-offset-blue-950\/20:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.2);
}
.active\:ring-offset-blue-950\/25:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.25);
}
.active\:ring-offset-blue-950\/30:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.3);
}
.active\:ring-offset-blue-950\/35:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.35);
}
.active\:ring-offset-blue-950\/40:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.4);
}
.active\:ring-offset-blue-950\/45:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.45);
}
.active\:ring-offset-blue-950\/5:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.05);
}
.active\:ring-offset-blue-950\/50:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.5);
}
.active\:ring-offset-blue-950\/55:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.55);
}
.active\:ring-offset-blue-950\/60:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.6);
}
.active\:ring-offset-blue-950\/65:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.65);
}
.active\:ring-offset-blue-950\/70:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.7);
}
.active\:ring-offset-blue-950\/75:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.75);
}
.active\:ring-offset-blue-950\/80:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.8);
}
.active\:ring-offset-blue-950\/85:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.85);
}
.active\:ring-offset-blue-950\/90:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.9);
}
.active\:ring-offset-blue-950\/95:active {
  --tw-ring-offset-color: rgb(23 37 84 / 0.95);
}
.active\:ring-offset-current:active {
  --tw-ring-offset-color: currentColor;
}
.active\:ring-offset-cyan-100:active {
  --tw-ring-offset-color: #cffafe;
}
.active\:ring-offset-cyan-100\/0:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0);
}
.active\:ring-offset-cyan-100\/10:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.1);
}
.active\:ring-offset-cyan-100\/100:active {
  --tw-ring-offset-color: rgb(207 250 254 / 1);
}
.active\:ring-offset-cyan-100\/15:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.15);
}
.active\:ring-offset-cyan-100\/20:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.2);
}
.active\:ring-offset-cyan-100\/25:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.25);
}
.active\:ring-offset-cyan-100\/30:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.3);
}
.active\:ring-offset-cyan-100\/35:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.35);
}
.active\:ring-offset-cyan-100\/40:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.4);
}
.active\:ring-offset-cyan-100\/45:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.45);
}
.active\:ring-offset-cyan-100\/5:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.05);
}
.active\:ring-offset-cyan-100\/50:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.5);
}
.active\:ring-offset-cyan-100\/55:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.55);
}
.active\:ring-offset-cyan-100\/60:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.6);
}
.active\:ring-offset-cyan-100\/65:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.65);
}
.active\:ring-offset-cyan-100\/70:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.7);
}
.active\:ring-offset-cyan-100\/75:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.75);
}
.active\:ring-offset-cyan-100\/80:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.8);
}
.active\:ring-offset-cyan-100\/85:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.85);
}
.active\:ring-offset-cyan-100\/90:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.9);
}
.active\:ring-offset-cyan-100\/95:active {
  --tw-ring-offset-color: rgb(207 250 254 / 0.95);
}
.active\:ring-offset-cyan-200:active {
  --tw-ring-offset-color: #a5f3fc;
}
.active\:ring-offset-cyan-200\/0:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0);
}
.active\:ring-offset-cyan-200\/10:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.1);
}
.active\:ring-offset-cyan-200\/100:active {
  --tw-ring-offset-color: rgb(165 243 252 / 1);
}
.active\:ring-offset-cyan-200\/15:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.15);
}
.active\:ring-offset-cyan-200\/20:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.2);
}
.active\:ring-offset-cyan-200\/25:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.25);
}
.active\:ring-offset-cyan-200\/30:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.3);
}
.active\:ring-offset-cyan-200\/35:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.35);
}
.active\:ring-offset-cyan-200\/40:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.4);
}
.active\:ring-offset-cyan-200\/45:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.45);
}
.active\:ring-offset-cyan-200\/5:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.05);
}
.active\:ring-offset-cyan-200\/50:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.5);
}
.active\:ring-offset-cyan-200\/55:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.55);
}
.active\:ring-offset-cyan-200\/60:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.6);
}
.active\:ring-offset-cyan-200\/65:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.65);
}
.active\:ring-offset-cyan-200\/70:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.7);
}
.active\:ring-offset-cyan-200\/75:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.75);
}
.active\:ring-offset-cyan-200\/80:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.8);
}
.active\:ring-offset-cyan-200\/85:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.85);
}
.active\:ring-offset-cyan-200\/90:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.9);
}
.active\:ring-offset-cyan-200\/95:active {
  --tw-ring-offset-color: rgb(165 243 252 / 0.95);
}
.active\:ring-offset-cyan-300:active {
  --tw-ring-offset-color: #67e8f9;
}
.active\:ring-offset-cyan-300\/0:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0);
}
.active\:ring-offset-cyan-300\/10:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.1);
}
.active\:ring-offset-cyan-300\/100:active {
  --tw-ring-offset-color: rgb(103 232 249 / 1);
}
.active\:ring-offset-cyan-300\/15:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.15);
}
.active\:ring-offset-cyan-300\/20:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.2);
}
.active\:ring-offset-cyan-300\/25:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.25);
}
.active\:ring-offset-cyan-300\/30:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.3);
}
.active\:ring-offset-cyan-300\/35:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.35);
}
.active\:ring-offset-cyan-300\/40:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.4);
}
.active\:ring-offset-cyan-300\/45:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.45);
}
.active\:ring-offset-cyan-300\/5:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.05);
}
.active\:ring-offset-cyan-300\/50:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.5);
}
.active\:ring-offset-cyan-300\/55:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.55);
}
.active\:ring-offset-cyan-300\/60:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.6);
}
.active\:ring-offset-cyan-300\/65:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.65);
}
.active\:ring-offset-cyan-300\/70:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.7);
}
.active\:ring-offset-cyan-300\/75:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.75);
}
.active\:ring-offset-cyan-300\/80:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.8);
}
.active\:ring-offset-cyan-300\/85:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.85);
}
.active\:ring-offset-cyan-300\/90:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.9);
}
.active\:ring-offset-cyan-300\/95:active {
  --tw-ring-offset-color: rgb(103 232 249 / 0.95);
}
.active\:ring-offset-cyan-400:active {
  --tw-ring-offset-color: #22d3ee;
}
.active\:ring-offset-cyan-400\/0:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0);
}
.active\:ring-offset-cyan-400\/10:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.1);
}
.active\:ring-offset-cyan-400\/100:active {
  --tw-ring-offset-color: rgb(34 211 238 / 1);
}
.active\:ring-offset-cyan-400\/15:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.15);
}
.active\:ring-offset-cyan-400\/20:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.2);
}
.active\:ring-offset-cyan-400\/25:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.25);
}
.active\:ring-offset-cyan-400\/30:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.3);
}
.active\:ring-offset-cyan-400\/35:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.35);
}
.active\:ring-offset-cyan-400\/40:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.4);
}
.active\:ring-offset-cyan-400\/45:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.45);
}
.active\:ring-offset-cyan-400\/5:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.05);
}
.active\:ring-offset-cyan-400\/50:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.5);
}
.active\:ring-offset-cyan-400\/55:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.55);
}
.active\:ring-offset-cyan-400\/60:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.6);
}
.active\:ring-offset-cyan-400\/65:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.65);
}
.active\:ring-offset-cyan-400\/70:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.7);
}
.active\:ring-offset-cyan-400\/75:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.75);
}
.active\:ring-offset-cyan-400\/80:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.8);
}
.active\:ring-offset-cyan-400\/85:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.85);
}
.active\:ring-offset-cyan-400\/90:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.9);
}
.active\:ring-offset-cyan-400\/95:active {
  --tw-ring-offset-color: rgb(34 211 238 / 0.95);
}
.active\:ring-offset-cyan-50:active {
  --tw-ring-offset-color: #ecfeff;
}
.active\:ring-offset-cyan-50\/0:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0);
}
.active\:ring-offset-cyan-50\/10:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.1);
}
.active\:ring-offset-cyan-50\/100:active {
  --tw-ring-offset-color: rgb(236 254 255 / 1);
}
.active\:ring-offset-cyan-50\/15:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.15);
}
.active\:ring-offset-cyan-50\/20:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.2);
}
.active\:ring-offset-cyan-50\/25:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.25);
}
.active\:ring-offset-cyan-50\/30:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.3);
}
.active\:ring-offset-cyan-50\/35:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.35);
}
.active\:ring-offset-cyan-50\/40:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.4);
}
.active\:ring-offset-cyan-50\/45:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.45);
}
.active\:ring-offset-cyan-50\/5:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.05);
}
.active\:ring-offset-cyan-50\/50:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.5);
}
.active\:ring-offset-cyan-50\/55:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.55);
}
.active\:ring-offset-cyan-50\/60:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.6);
}
.active\:ring-offset-cyan-50\/65:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.65);
}
.active\:ring-offset-cyan-50\/70:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.7);
}
.active\:ring-offset-cyan-50\/75:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.75);
}
.active\:ring-offset-cyan-50\/80:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.8);
}
.active\:ring-offset-cyan-50\/85:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.85);
}
.active\:ring-offset-cyan-50\/90:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.9);
}
.active\:ring-offset-cyan-50\/95:active {
  --tw-ring-offset-color: rgb(236 254 255 / 0.95);
}
.active\:ring-offset-cyan-500:active {
  --tw-ring-offset-color: #06b6d4;
}
.active\:ring-offset-cyan-500\/0:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.active\:ring-offset-cyan-500\/10:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.active\:ring-offset-cyan-500\/100:active {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.active\:ring-offset-cyan-500\/15:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.15);
}
.active\:ring-offset-cyan-500\/20:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.active\:ring-offset-cyan-500\/25:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.active\:ring-offset-cyan-500\/30:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.active\:ring-offset-cyan-500\/35:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.35);
}
.active\:ring-offset-cyan-500\/40:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.active\:ring-offset-cyan-500\/45:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.45);
}
.active\:ring-offset-cyan-500\/5:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.active\:ring-offset-cyan-500\/50:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.active\:ring-offset-cyan-500\/55:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.55);
}
.active\:ring-offset-cyan-500\/60:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.active\:ring-offset-cyan-500\/65:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.65);
}
.active\:ring-offset-cyan-500\/70:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.active\:ring-offset-cyan-500\/75:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.active\:ring-offset-cyan-500\/80:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.active\:ring-offset-cyan-500\/85:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.85);
}
.active\:ring-offset-cyan-500\/90:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.active\:ring-offset-cyan-500\/95:active {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.active\:ring-offset-cyan-600:active {
  --tw-ring-offset-color: #0891b2;
}
.active\:ring-offset-cyan-600\/0:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0);
}
.active\:ring-offset-cyan-600\/10:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.1);
}
.active\:ring-offset-cyan-600\/100:active {
  --tw-ring-offset-color: rgb(8 145 178 / 1);
}
.active\:ring-offset-cyan-600\/15:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.15);
}
.active\:ring-offset-cyan-600\/20:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.2);
}
.active\:ring-offset-cyan-600\/25:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.25);
}
.active\:ring-offset-cyan-600\/30:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.3);
}
.active\:ring-offset-cyan-600\/35:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.35);
}
.active\:ring-offset-cyan-600\/40:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.4);
}
.active\:ring-offset-cyan-600\/45:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.45);
}
.active\:ring-offset-cyan-600\/5:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.05);
}
.active\:ring-offset-cyan-600\/50:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.5);
}
.active\:ring-offset-cyan-600\/55:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.55);
}
.active\:ring-offset-cyan-600\/60:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.6);
}
.active\:ring-offset-cyan-600\/65:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.65);
}
.active\:ring-offset-cyan-600\/70:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.7);
}
.active\:ring-offset-cyan-600\/75:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.75);
}
.active\:ring-offset-cyan-600\/80:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.8);
}
.active\:ring-offset-cyan-600\/85:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.85);
}
.active\:ring-offset-cyan-600\/90:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.9);
}
.active\:ring-offset-cyan-600\/95:active {
  --tw-ring-offset-color: rgb(8 145 178 / 0.95);
}
.active\:ring-offset-cyan-700:active {
  --tw-ring-offset-color: #0e7490;
}
.active\:ring-offset-cyan-700\/0:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0);
}
.active\:ring-offset-cyan-700\/10:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.1);
}
.active\:ring-offset-cyan-700\/100:active {
  --tw-ring-offset-color: rgb(14 116 144 / 1);
}
.active\:ring-offset-cyan-700\/15:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.15);
}
.active\:ring-offset-cyan-700\/20:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.2);
}
.active\:ring-offset-cyan-700\/25:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.25);
}
.active\:ring-offset-cyan-700\/30:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.3);
}
.active\:ring-offset-cyan-700\/35:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.35);
}
.active\:ring-offset-cyan-700\/40:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.4);
}
.active\:ring-offset-cyan-700\/45:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.45);
}
.active\:ring-offset-cyan-700\/5:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.05);
}
.active\:ring-offset-cyan-700\/50:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.5);
}
.active\:ring-offset-cyan-700\/55:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.55);
}
.active\:ring-offset-cyan-700\/60:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.6);
}
.active\:ring-offset-cyan-700\/65:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.65);
}
.active\:ring-offset-cyan-700\/70:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.7);
}
.active\:ring-offset-cyan-700\/75:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.75);
}
.active\:ring-offset-cyan-700\/80:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.8);
}
.active\:ring-offset-cyan-700\/85:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.85);
}
.active\:ring-offset-cyan-700\/90:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.9);
}
.active\:ring-offset-cyan-700\/95:active {
  --tw-ring-offset-color: rgb(14 116 144 / 0.95);
}
.active\:ring-offset-cyan-800:active {
  --tw-ring-offset-color: #155e75;
}
.active\:ring-offset-cyan-800\/0:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0);
}
.active\:ring-offset-cyan-800\/10:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.1);
}
.active\:ring-offset-cyan-800\/100:active {
  --tw-ring-offset-color: rgb(21 94 117 / 1);
}
.active\:ring-offset-cyan-800\/15:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.15);
}
.active\:ring-offset-cyan-800\/20:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.2);
}
.active\:ring-offset-cyan-800\/25:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.25);
}
.active\:ring-offset-cyan-800\/30:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.3);
}
.active\:ring-offset-cyan-800\/35:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.35);
}
.active\:ring-offset-cyan-800\/40:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.4);
}
.active\:ring-offset-cyan-800\/45:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.45);
}
.active\:ring-offset-cyan-800\/5:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.05);
}
.active\:ring-offset-cyan-800\/50:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.5);
}
.active\:ring-offset-cyan-800\/55:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.55);
}
.active\:ring-offset-cyan-800\/60:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.6);
}
.active\:ring-offset-cyan-800\/65:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.65);
}
.active\:ring-offset-cyan-800\/70:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.7);
}
.active\:ring-offset-cyan-800\/75:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.75);
}
.active\:ring-offset-cyan-800\/80:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.8);
}
.active\:ring-offset-cyan-800\/85:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.85);
}
.active\:ring-offset-cyan-800\/90:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.9);
}
.active\:ring-offset-cyan-800\/95:active {
  --tw-ring-offset-color: rgb(21 94 117 / 0.95);
}
.active\:ring-offset-cyan-900:active {
  --tw-ring-offset-color: #164e63;
}
.active\:ring-offset-cyan-900\/0:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0);
}
.active\:ring-offset-cyan-900\/10:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.1);
}
.active\:ring-offset-cyan-900\/100:active {
  --tw-ring-offset-color: rgb(22 78 99 / 1);
}
.active\:ring-offset-cyan-900\/15:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.15);
}
.active\:ring-offset-cyan-900\/20:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.2);
}
.active\:ring-offset-cyan-900\/25:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.25);
}
.active\:ring-offset-cyan-900\/30:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.3);
}
.active\:ring-offset-cyan-900\/35:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.35);
}
.active\:ring-offset-cyan-900\/40:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.4);
}
.active\:ring-offset-cyan-900\/45:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.45);
}
.active\:ring-offset-cyan-900\/5:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.05);
}
.active\:ring-offset-cyan-900\/50:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.5);
}
.active\:ring-offset-cyan-900\/55:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.55);
}
.active\:ring-offset-cyan-900\/60:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.6);
}
.active\:ring-offset-cyan-900\/65:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.65);
}
.active\:ring-offset-cyan-900\/70:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.7);
}
.active\:ring-offset-cyan-900\/75:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.75);
}
.active\:ring-offset-cyan-900\/80:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.8);
}
.active\:ring-offset-cyan-900\/85:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.85);
}
.active\:ring-offset-cyan-900\/90:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.9);
}
.active\:ring-offset-cyan-900\/95:active {
  --tw-ring-offset-color: rgb(22 78 99 / 0.95);
}
.active\:ring-offset-cyan-950:active {
  --tw-ring-offset-color: #083344;
}
.active\:ring-offset-cyan-950\/0:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0);
}
.active\:ring-offset-cyan-950\/10:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.1);
}
.active\:ring-offset-cyan-950\/100:active {
  --tw-ring-offset-color: rgb(8 51 68 / 1);
}
.active\:ring-offset-cyan-950\/15:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.15);
}
.active\:ring-offset-cyan-950\/20:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.2);
}
.active\:ring-offset-cyan-950\/25:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.25);
}
.active\:ring-offset-cyan-950\/30:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.3);
}
.active\:ring-offset-cyan-950\/35:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.35);
}
.active\:ring-offset-cyan-950\/40:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.4);
}
.active\:ring-offset-cyan-950\/45:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.45);
}
.active\:ring-offset-cyan-950\/5:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.05);
}
.active\:ring-offset-cyan-950\/50:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.5);
}
.active\:ring-offset-cyan-950\/55:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.55);
}
.active\:ring-offset-cyan-950\/60:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.6);
}
.active\:ring-offset-cyan-950\/65:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.65);
}
.active\:ring-offset-cyan-950\/70:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.7);
}
.active\:ring-offset-cyan-950\/75:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.75);
}
.active\:ring-offset-cyan-950\/80:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.8);
}
.active\:ring-offset-cyan-950\/85:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.85);
}
.active\:ring-offset-cyan-950\/90:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.9);
}
.active\:ring-offset-cyan-950\/95:active {
  --tw-ring-offset-color: rgb(8 51 68 / 0.95);
}
.active\:ring-offset-emerald-100:active {
  --tw-ring-offset-color: #d1fae5;
}
.active\:ring-offset-emerald-100\/0:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0);
}
.active\:ring-offset-emerald-100\/10:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.1);
}
.active\:ring-offset-emerald-100\/100:active {
  --tw-ring-offset-color: rgb(209 250 229 / 1);
}
.active\:ring-offset-emerald-100\/15:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.15);
}
.active\:ring-offset-emerald-100\/20:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.2);
}
.active\:ring-offset-emerald-100\/25:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.25);
}
.active\:ring-offset-emerald-100\/30:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.3);
}
.active\:ring-offset-emerald-100\/35:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.35);
}
.active\:ring-offset-emerald-100\/40:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.4);
}
.active\:ring-offset-emerald-100\/45:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.45);
}
.active\:ring-offset-emerald-100\/5:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.05);
}
.active\:ring-offset-emerald-100\/50:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.5);
}
.active\:ring-offset-emerald-100\/55:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.55);
}
.active\:ring-offset-emerald-100\/60:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.6);
}
.active\:ring-offset-emerald-100\/65:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.65);
}
.active\:ring-offset-emerald-100\/70:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.7);
}
.active\:ring-offset-emerald-100\/75:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.75);
}
.active\:ring-offset-emerald-100\/80:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.8);
}
.active\:ring-offset-emerald-100\/85:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.85);
}
.active\:ring-offset-emerald-100\/90:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.9);
}
.active\:ring-offset-emerald-100\/95:active {
  --tw-ring-offset-color: rgb(209 250 229 / 0.95);
}
.active\:ring-offset-emerald-200:active {
  --tw-ring-offset-color: #a7f3d0;
}
.active\:ring-offset-emerald-200\/0:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0);
}
.active\:ring-offset-emerald-200\/10:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.1);
}
.active\:ring-offset-emerald-200\/100:active {
  --tw-ring-offset-color: rgb(167 243 208 / 1);
}
.active\:ring-offset-emerald-200\/15:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.15);
}
.active\:ring-offset-emerald-200\/20:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.2);
}
.active\:ring-offset-emerald-200\/25:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.25);
}
.active\:ring-offset-emerald-200\/30:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.3);
}
.active\:ring-offset-emerald-200\/35:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.35);
}
.active\:ring-offset-emerald-200\/40:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.4);
}
.active\:ring-offset-emerald-200\/45:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.45);
}
.active\:ring-offset-emerald-200\/5:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.05);
}
.active\:ring-offset-emerald-200\/50:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.5);
}
.active\:ring-offset-emerald-200\/55:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.55);
}
.active\:ring-offset-emerald-200\/60:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.6);
}
.active\:ring-offset-emerald-200\/65:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.65);
}
.active\:ring-offset-emerald-200\/70:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.7);
}
.active\:ring-offset-emerald-200\/75:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.75);
}
.active\:ring-offset-emerald-200\/80:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.8);
}
.active\:ring-offset-emerald-200\/85:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.85);
}
.active\:ring-offset-emerald-200\/90:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.9);
}
.active\:ring-offset-emerald-200\/95:active {
  --tw-ring-offset-color: rgb(167 243 208 / 0.95);
}
.active\:ring-offset-emerald-300:active {
  --tw-ring-offset-color: #6ee7b7;
}
.active\:ring-offset-emerald-300\/0:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0);
}
.active\:ring-offset-emerald-300\/10:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.1);
}
.active\:ring-offset-emerald-300\/100:active {
  --tw-ring-offset-color: rgb(110 231 183 / 1);
}
.active\:ring-offset-emerald-300\/15:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.15);
}
.active\:ring-offset-emerald-300\/20:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.2);
}
.active\:ring-offset-emerald-300\/25:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.25);
}
.active\:ring-offset-emerald-300\/30:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.3);
}
.active\:ring-offset-emerald-300\/35:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.35);
}
.active\:ring-offset-emerald-300\/40:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.4);
}
.active\:ring-offset-emerald-300\/45:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.45);
}
.active\:ring-offset-emerald-300\/5:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.05);
}
.active\:ring-offset-emerald-300\/50:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.5);
}
.active\:ring-offset-emerald-300\/55:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.55);
}
.active\:ring-offset-emerald-300\/60:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.6);
}
.active\:ring-offset-emerald-300\/65:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.65);
}
.active\:ring-offset-emerald-300\/70:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.7);
}
.active\:ring-offset-emerald-300\/75:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.75);
}
.active\:ring-offset-emerald-300\/80:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.8);
}
.active\:ring-offset-emerald-300\/85:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.85);
}
.active\:ring-offset-emerald-300\/90:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.9);
}
.active\:ring-offset-emerald-300\/95:active {
  --tw-ring-offset-color: rgb(110 231 183 / 0.95);
}
.active\:ring-offset-emerald-400:active {
  --tw-ring-offset-color: #34d399;
}
.active\:ring-offset-emerald-400\/0:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0);
}
.active\:ring-offset-emerald-400\/10:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.1);
}
.active\:ring-offset-emerald-400\/100:active {
  --tw-ring-offset-color: rgb(52 211 153 / 1);
}
.active\:ring-offset-emerald-400\/15:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.15);
}
.active\:ring-offset-emerald-400\/20:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.2);
}
.active\:ring-offset-emerald-400\/25:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.25);
}
.active\:ring-offset-emerald-400\/30:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.3);
}
.active\:ring-offset-emerald-400\/35:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.35);
}
.active\:ring-offset-emerald-400\/40:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.4);
}
.active\:ring-offset-emerald-400\/45:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.45);
}
.active\:ring-offset-emerald-400\/5:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.05);
}
.active\:ring-offset-emerald-400\/50:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.5);
}
.active\:ring-offset-emerald-400\/55:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.55);
}
.active\:ring-offset-emerald-400\/60:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.6);
}
.active\:ring-offset-emerald-400\/65:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.65);
}
.active\:ring-offset-emerald-400\/70:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.7);
}
.active\:ring-offset-emerald-400\/75:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.75);
}
.active\:ring-offset-emerald-400\/80:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.8);
}
.active\:ring-offset-emerald-400\/85:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.85);
}
.active\:ring-offset-emerald-400\/90:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.9);
}
.active\:ring-offset-emerald-400\/95:active {
  --tw-ring-offset-color: rgb(52 211 153 / 0.95);
}
.active\:ring-offset-emerald-50:active {
  --tw-ring-offset-color: #ecfdf5;
}
.active\:ring-offset-emerald-50\/0:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0);
}
.active\:ring-offset-emerald-50\/10:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.1);
}
.active\:ring-offset-emerald-50\/100:active {
  --tw-ring-offset-color: rgb(236 253 245 / 1);
}
.active\:ring-offset-emerald-50\/15:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.15);
}
.active\:ring-offset-emerald-50\/20:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.2);
}
.active\:ring-offset-emerald-50\/25:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.25);
}
.active\:ring-offset-emerald-50\/30:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.3);
}
.active\:ring-offset-emerald-50\/35:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.35);
}
.active\:ring-offset-emerald-50\/40:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.4);
}
.active\:ring-offset-emerald-50\/45:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.45);
}
.active\:ring-offset-emerald-50\/5:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.05);
}
.active\:ring-offset-emerald-50\/50:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.5);
}
.active\:ring-offset-emerald-50\/55:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.55);
}
.active\:ring-offset-emerald-50\/60:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.6);
}
.active\:ring-offset-emerald-50\/65:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.65);
}
.active\:ring-offset-emerald-50\/70:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.7);
}
.active\:ring-offset-emerald-50\/75:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.75);
}
.active\:ring-offset-emerald-50\/80:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.8);
}
.active\:ring-offset-emerald-50\/85:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.85);
}
.active\:ring-offset-emerald-50\/90:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.9);
}
.active\:ring-offset-emerald-50\/95:active {
  --tw-ring-offset-color: rgb(236 253 245 / 0.95);
}
.active\:ring-offset-emerald-500:active {
  --tw-ring-offset-color: #10b981;
}
.active\:ring-offset-emerald-500\/0:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0);
}
.active\:ring-offset-emerald-500\/10:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.1);
}
.active\:ring-offset-emerald-500\/100:active {
  --tw-ring-offset-color: rgb(16 185 129 / 1);
}
.active\:ring-offset-emerald-500\/15:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.15);
}
.active\:ring-offset-emerald-500\/20:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.2);
}
.active\:ring-offset-emerald-500\/25:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.25);
}
.active\:ring-offset-emerald-500\/30:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.3);
}
.active\:ring-offset-emerald-500\/35:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.35);
}
.active\:ring-offset-emerald-500\/40:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.4);
}
.active\:ring-offset-emerald-500\/45:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.45);
}
.active\:ring-offset-emerald-500\/5:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.05);
}
.active\:ring-offset-emerald-500\/50:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.5);
}
.active\:ring-offset-emerald-500\/55:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.55);
}
.active\:ring-offset-emerald-500\/60:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.6);
}
.active\:ring-offset-emerald-500\/65:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.65);
}
.active\:ring-offset-emerald-500\/70:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.7);
}
.active\:ring-offset-emerald-500\/75:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.75);
}
.active\:ring-offset-emerald-500\/80:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.8);
}
.active\:ring-offset-emerald-500\/85:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.85);
}
.active\:ring-offset-emerald-500\/90:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.9);
}
.active\:ring-offset-emerald-500\/95:active {
  --tw-ring-offset-color: rgb(16 185 129 / 0.95);
}
.active\:ring-offset-emerald-600:active {
  --tw-ring-offset-color: #059669;
}
.active\:ring-offset-emerald-600\/0:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0);
}
.active\:ring-offset-emerald-600\/10:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.1);
}
.active\:ring-offset-emerald-600\/100:active {
  --tw-ring-offset-color: rgb(5 150 105 / 1);
}
.active\:ring-offset-emerald-600\/15:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.15);
}
.active\:ring-offset-emerald-600\/20:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.2);
}
.active\:ring-offset-emerald-600\/25:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.25);
}
.active\:ring-offset-emerald-600\/30:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.3);
}
.active\:ring-offset-emerald-600\/35:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.35);
}
.active\:ring-offset-emerald-600\/40:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.4);
}
.active\:ring-offset-emerald-600\/45:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.45);
}
.active\:ring-offset-emerald-600\/5:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.05);
}
.active\:ring-offset-emerald-600\/50:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.5);
}
.active\:ring-offset-emerald-600\/55:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.55);
}
.active\:ring-offset-emerald-600\/60:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.6);
}
.active\:ring-offset-emerald-600\/65:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.65);
}
.active\:ring-offset-emerald-600\/70:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.7);
}
.active\:ring-offset-emerald-600\/75:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.75);
}
.active\:ring-offset-emerald-600\/80:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.8);
}
.active\:ring-offset-emerald-600\/85:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.85);
}
.active\:ring-offset-emerald-600\/90:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.9);
}
.active\:ring-offset-emerald-600\/95:active {
  --tw-ring-offset-color: rgb(5 150 105 / 0.95);
}
.active\:ring-offset-emerald-700:active {
  --tw-ring-offset-color: #047857;
}
.active\:ring-offset-emerald-700\/0:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0);
}
.active\:ring-offset-emerald-700\/10:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.1);
}
.active\:ring-offset-emerald-700\/100:active {
  --tw-ring-offset-color: rgb(4 120 87 / 1);
}
.active\:ring-offset-emerald-700\/15:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.15);
}
.active\:ring-offset-emerald-700\/20:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.2);
}
.active\:ring-offset-emerald-700\/25:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.25);
}
.active\:ring-offset-emerald-700\/30:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.3);
}
.active\:ring-offset-emerald-700\/35:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.35);
}
.active\:ring-offset-emerald-700\/40:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.4);
}
.active\:ring-offset-emerald-700\/45:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.45);
}
.active\:ring-offset-emerald-700\/5:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.05);
}
.active\:ring-offset-emerald-700\/50:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.5);
}
.active\:ring-offset-emerald-700\/55:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.55);
}
.active\:ring-offset-emerald-700\/60:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.6);
}
.active\:ring-offset-emerald-700\/65:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.65);
}
.active\:ring-offset-emerald-700\/70:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.7);
}
.active\:ring-offset-emerald-700\/75:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.75);
}
.active\:ring-offset-emerald-700\/80:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.8);
}
.active\:ring-offset-emerald-700\/85:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.85);
}
.active\:ring-offset-emerald-700\/90:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.9);
}
.active\:ring-offset-emerald-700\/95:active {
  --tw-ring-offset-color: rgb(4 120 87 / 0.95);
}
.active\:ring-offset-emerald-800:active {
  --tw-ring-offset-color: #065f46;
}
.active\:ring-offset-emerald-800\/0:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0);
}
.active\:ring-offset-emerald-800\/10:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.1);
}
.active\:ring-offset-emerald-800\/100:active {
  --tw-ring-offset-color: rgb(6 95 70 / 1);
}
.active\:ring-offset-emerald-800\/15:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.15);
}
.active\:ring-offset-emerald-800\/20:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.2);
}
.active\:ring-offset-emerald-800\/25:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.25);
}
.active\:ring-offset-emerald-800\/30:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.3);
}
.active\:ring-offset-emerald-800\/35:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.35);
}
.active\:ring-offset-emerald-800\/40:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.4);
}
.active\:ring-offset-emerald-800\/45:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.45);
}
.active\:ring-offset-emerald-800\/5:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.05);
}
.active\:ring-offset-emerald-800\/50:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.5);
}
.active\:ring-offset-emerald-800\/55:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.55);
}
.active\:ring-offset-emerald-800\/60:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.6);
}
.active\:ring-offset-emerald-800\/65:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.65);
}
.active\:ring-offset-emerald-800\/70:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.7);
}
.active\:ring-offset-emerald-800\/75:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.75);
}
.active\:ring-offset-emerald-800\/80:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.8);
}
.active\:ring-offset-emerald-800\/85:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.85);
}
.active\:ring-offset-emerald-800\/90:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.9);
}
.active\:ring-offset-emerald-800\/95:active {
  --tw-ring-offset-color: rgb(6 95 70 / 0.95);
}
.active\:ring-offset-emerald-900:active {
  --tw-ring-offset-color: #064e3b;
}
.active\:ring-offset-emerald-900\/0:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0);
}
.active\:ring-offset-emerald-900\/10:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.1);
}
.active\:ring-offset-emerald-900\/100:active {
  --tw-ring-offset-color: rgb(6 78 59 / 1);
}
.active\:ring-offset-emerald-900\/15:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.15);
}
.active\:ring-offset-emerald-900\/20:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.2);
}
.active\:ring-offset-emerald-900\/25:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.25);
}
.active\:ring-offset-emerald-900\/30:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.3);
}
.active\:ring-offset-emerald-900\/35:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.35);
}
.active\:ring-offset-emerald-900\/40:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.4);
}
.active\:ring-offset-emerald-900\/45:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.45);
}
.active\:ring-offset-emerald-900\/5:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.05);
}
.active\:ring-offset-emerald-900\/50:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.5);
}
.active\:ring-offset-emerald-900\/55:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.55);
}
.active\:ring-offset-emerald-900\/60:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.6);
}
.active\:ring-offset-emerald-900\/65:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.65);
}
.active\:ring-offset-emerald-900\/70:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.7);
}
.active\:ring-offset-emerald-900\/75:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.75);
}
.active\:ring-offset-emerald-900\/80:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.8);
}
.active\:ring-offset-emerald-900\/85:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.85);
}
.active\:ring-offset-emerald-900\/90:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.9);
}
.active\:ring-offset-emerald-900\/95:active {
  --tw-ring-offset-color: rgb(6 78 59 / 0.95);
}
.active\:ring-offset-emerald-950:active {
  --tw-ring-offset-color: #022c22;
}
.active\:ring-offset-emerald-950\/0:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0);
}
.active\:ring-offset-emerald-950\/10:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.1);
}
.active\:ring-offset-emerald-950\/100:active {
  --tw-ring-offset-color: rgb(2 44 34 / 1);
}
.active\:ring-offset-emerald-950\/15:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.15);
}
.active\:ring-offset-emerald-950\/20:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.2);
}
.active\:ring-offset-emerald-950\/25:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.25);
}
.active\:ring-offset-emerald-950\/30:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.3);
}
.active\:ring-offset-emerald-950\/35:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.35);
}
.active\:ring-offset-emerald-950\/40:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.4);
}
.active\:ring-offset-emerald-950\/45:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.45);
}
.active\:ring-offset-emerald-950\/5:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.05);
}
.active\:ring-offset-emerald-950\/50:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.5);
}
.active\:ring-offset-emerald-950\/55:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.55);
}
.active\:ring-offset-emerald-950\/60:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.6);
}
.active\:ring-offset-emerald-950\/65:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.65);
}
.active\:ring-offset-emerald-950\/70:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.7);
}
.active\:ring-offset-emerald-950\/75:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.75);
}
.active\:ring-offset-emerald-950\/80:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.8);
}
.active\:ring-offset-emerald-950\/85:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.85);
}
.active\:ring-offset-emerald-950\/90:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.9);
}
.active\:ring-offset-emerald-950\/95:active {
  --tw-ring-offset-color: rgb(2 44 34 / 0.95);
}
.active\:ring-offset-fuchsia-100:active {
  --tw-ring-offset-color: #fae8ff;
}
.active\:ring-offset-fuchsia-100\/0:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}
.active\:ring-offset-fuchsia-100\/10:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}
.active\:ring-offset-fuchsia-100\/100:active {
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}
.active\:ring-offset-fuchsia-100\/15:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.15);
}
.active\:ring-offset-fuchsia-100\/20:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}
.active\:ring-offset-fuchsia-100\/25:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}
.active\:ring-offset-fuchsia-100\/30:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}
.active\:ring-offset-fuchsia-100\/35:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.35);
}
.active\:ring-offset-fuchsia-100\/40:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}
.active\:ring-offset-fuchsia-100\/45:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.45);
}
.active\:ring-offset-fuchsia-100\/5:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}
.active\:ring-offset-fuchsia-100\/50:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}
.active\:ring-offset-fuchsia-100\/55:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.55);
}
.active\:ring-offset-fuchsia-100\/60:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}
.active\:ring-offset-fuchsia-100\/65:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.65);
}
.active\:ring-offset-fuchsia-100\/70:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}
.active\:ring-offset-fuchsia-100\/75:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}
.active\:ring-offset-fuchsia-100\/80:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}
.active\:ring-offset-fuchsia-100\/85:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.85);
}
.active\:ring-offset-fuchsia-100\/90:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}
.active\:ring-offset-fuchsia-100\/95:active {
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}
.active\:ring-offset-fuchsia-200:active {
  --tw-ring-offset-color: #f5d0fe;
}
.active\:ring-offset-fuchsia-200\/0:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}
.active\:ring-offset-fuchsia-200\/10:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}
.active\:ring-offset-fuchsia-200\/100:active {
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}
.active\:ring-offset-fuchsia-200\/15:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.15);
}
.active\:ring-offset-fuchsia-200\/20:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}
.active\:ring-offset-fuchsia-200\/25:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}
.active\:ring-offset-fuchsia-200\/30:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}
.active\:ring-offset-fuchsia-200\/35:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.35);
}
.active\:ring-offset-fuchsia-200\/40:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}
.active\:ring-offset-fuchsia-200\/45:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.45);
}
.active\:ring-offset-fuchsia-200\/5:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}
.active\:ring-offset-fuchsia-200\/50:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}
.active\:ring-offset-fuchsia-200\/55:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.55);
}
.active\:ring-offset-fuchsia-200\/60:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}
.active\:ring-offset-fuchsia-200\/65:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.65);
}
.active\:ring-offset-fuchsia-200\/70:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}
.active\:ring-offset-fuchsia-200\/75:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}
.active\:ring-offset-fuchsia-200\/80:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}
.active\:ring-offset-fuchsia-200\/85:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.85);
}
.active\:ring-offset-fuchsia-200\/90:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}
.active\:ring-offset-fuchsia-200\/95:active {
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}
.active\:ring-offset-fuchsia-300:active {
  --tw-ring-offset-color: #f0abfc;
}
.active\:ring-offset-fuchsia-300\/0:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}
.active\:ring-offset-fuchsia-300\/10:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}
.active\:ring-offset-fuchsia-300\/100:active {
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}
.active\:ring-offset-fuchsia-300\/15:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.15);
}
.active\:ring-offset-fuchsia-300\/20:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}
.active\:ring-offset-fuchsia-300\/25:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}
.active\:ring-offset-fuchsia-300\/30:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}
.active\:ring-offset-fuchsia-300\/35:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.35);
}
.active\:ring-offset-fuchsia-300\/40:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}
.active\:ring-offset-fuchsia-300\/45:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.45);
}
.active\:ring-offset-fuchsia-300\/5:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}
.active\:ring-offset-fuchsia-300\/50:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}
.active\:ring-offset-fuchsia-300\/55:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.55);
}
.active\:ring-offset-fuchsia-300\/60:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}
.active\:ring-offset-fuchsia-300\/65:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.65);
}
.active\:ring-offset-fuchsia-300\/70:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}
.active\:ring-offset-fuchsia-300\/75:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}
.active\:ring-offset-fuchsia-300\/80:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}
.active\:ring-offset-fuchsia-300\/85:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.85);
}
.active\:ring-offset-fuchsia-300\/90:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}
.active\:ring-offset-fuchsia-300\/95:active {
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}
.active\:ring-offset-fuchsia-400:active {
  --tw-ring-offset-color: #e879f9;
}
.active\:ring-offset-fuchsia-400\/0:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}
.active\:ring-offset-fuchsia-400\/10:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}
.active\:ring-offset-fuchsia-400\/100:active {
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}
.active\:ring-offset-fuchsia-400\/15:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.15);
}
.active\:ring-offset-fuchsia-400\/20:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}
.active\:ring-offset-fuchsia-400\/25:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}
.active\:ring-offset-fuchsia-400\/30:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}
.active\:ring-offset-fuchsia-400\/35:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.35);
}
.active\:ring-offset-fuchsia-400\/40:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}
.active\:ring-offset-fuchsia-400\/45:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.45);
}
.active\:ring-offset-fuchsia-400\/5:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}
.active\:ring-offset-fuchsia-400\/50:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}
.active\:ring-offset-fuchsia-400\/55:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.55);
}
.active\:ring-offset-fuchsia-400\/60:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}
.active\:ring-offset-fuchsia-400\/65:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.65);
}
.active\:ring-offset-fuchsia-400\/70:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}
.active\:ring-offset-fuchsia-400\/75:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}
.active\:ring-offset-fuchsia-400\/80:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}
.active\:ring-offset-fuchsia-400\/85:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.85);
}
.active\:ring-offset-fuchsia-400\/90:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}
.active\:ring-offset-fuchsia-400\/95:active {
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}
.active\:ring-offset-fuchsia-50:active {
  --tw-ring-offset-color: #fdf4ff;
}
.active\:ring-offset-fuchsia-50\/0:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}
.active\:ring-offset-fuchsia-50\/10:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}
.active\:ring-offset-fuchsia-50\/100:active {
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}
.active\:ring-offset-fuchsia-50\/15:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.15);
}
.active\:ring-offset-fuchsia-50\/20:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}
.active\:ring-offset-fuchsia-50\/25:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}
.active\:ring-offset-fuchsia-50\/30:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}
.active\:ring-offset-fuchsia-50\/35:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.35);
}
.active\:ring-offset-fuchsia-50\/40:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}
.active\:ring-offset-fuchsia-50\/45:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.45);
}
.active\:ring-offset-fuchsia-50\/5:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}
.active\:ring-offset-fuchsia-50\/50:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}
.active\:ring-offset-fuchsia-50\/55:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.55);
}
.active\:ring-offset-fuchsia-50\/60:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}
.active\:ring-offset-fuchsia-50\/65:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.65);
}
.active\:ring-offset-fuchsia-50\/70:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}
.active\:ring-offset-fuchsia-50\/75:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}
.active\:ring-offset-fuchsia-50\/80:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}
.active\:ring-offset-fuchsia-50\/85:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.85);
}
.active\:ring-offset-fuchsia-50\/90:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}
.active\:ring-offset-fuchsia-50\/95:active {
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}
.active\:ring-offset-fuchsia-500:active {
  --tw-ring-offset-color: #d946ef;
}
.active\:ring-offset-fuchsia-500\/0:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}
.active\:ring-offset-fuchsia-500\/10:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}
.active\:ring-offset-fuchsia-500\/100:active {
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}
.active\:ring-offset-fuchsia-500\/15:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.15);
}
.active\:ring-offset-fuchsia-500\/20:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}
.active\:ring-offset-fuchsia-500\/25:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}
.active\:ring-offset-fuchsia-500\/30:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}
.active\:ring-offset-fuchsia-500\/35:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.35);
}
.active\:ring-offset-fuchsia-500\/40:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}
.active\:ring-offset-fuchsia-500\/45:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.45);
}
.active\:ring-offset-fuchsia-500\/5:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}
.active\:ring-offset-fuchsia-500\/50:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}
.active\:ring-offset-fuchsia-500\/55:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.55);
}
.active\:ring-offset-fuchsia-500\/60:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}
.active\:ring-offset-fuchsia-500\/65:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.65);
}
.active\:ring-offset-fuchsia-500\/70:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}
.active\:ring-offset-fuchsia-500\/75:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}
.active\:ring-offset-fuchsia-500\/80:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}
.active\:ring-offset-fuchsia-500\/85:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.85);
}
.active\:ring-offset-fuchsia-500\/90:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}
.active\:ring-offset-fuchsia-500\/95:active {
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}
.active\:ring-offset-fuchsia-600:active {
  --tw-ring-offset-color: #c026d3;
}
.active\:ring-offset-fuchsia-600\/0:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}
.active\:ring-offset-fuchsia-600\/10:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}
.active\:ring-offset-fuchsia-600\/100:active {
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}
.active\:ring-offset-fuchsia-600\/15:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.15);
}
.active\:ring-offset-fuchsia-600\/20:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}
.active\:ring-offset-fuchsia-600\/25:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}
.active\:ring-offset-fuchsia-600\/30:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}
.active\:ring-offset-fuchsia-600\/35:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.35);
}
.active\:ring-offset-fuchsia-600\/40:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}
.active\:ring-offset-fuchsia-600\/45:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.45);
}
.active\:ring-offset-fuchsia-600\/5:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}
.active\:ring-offset-fuchsia-600\/50:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}
.active\:ring-offset-fuchsia-600\/55:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.55);
}
.active\:ring-offset-fuchsia-600\/60:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}
.active\:ring-offset-fuchsia-600\/65:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.65);
}
.active\:ring-offset-fuchsia-600\/70:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}
.active\:ring-offset-fuchsia-600\/75:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}
.active\:ring-offset-fuchsia-600\/80:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}
.active\:ring-offset-fuchsia-600\/85:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.85);
}
.active\:ring-offset-fuchsia-600\/90:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}
.active\:ring-offset-fuchsia-600\/95:active {
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}
.active\:ring-offset-fuchsia-700:active {
  --tw-ring-offset-color: #a21caf;
}
.active\:ring-offset-fuchsia-700\/0:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}
.active\:ring-offset-fuchsia-700\/10:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}
.active\:ring-offset-fuchsia-700\/100:active {
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}
.active\:ring-offset-fuchsia-700\/15:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.15);
}
.active\:ring-offset-fuchsia-700\/20:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}
.active\:ring-offset-fuchsia-700\/25:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}
.active\:ring-offset-fuchsia-700\/30:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}
.active\:ring-offset-fuchsia-700\/35:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.35);
}
.active\:ring-offset-fuchsia-700\/40:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}
.active\:ring-offset-fuchsia-700\/45:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.45);
}
.active\:ring-offset-fuchsia-700\/5:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}
.active\:ring-offset-fuchsia-700\/50:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}
.active\:ring-offset-fuchsia-700\/55:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.55);
}
.active\:ring-offset-fuchsia-700\/60:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}
.active\:ring-offset-fuchsia-700\/65:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.65);
}
.active\:ring-offset-fuchsia-700\/70:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}
.active\:ring-offset-fuchsia-700\/75:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}
.active\:ring-offset-fuchsia-700\/80:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}
.active\:ring-offset-fuchsia-700\/85:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.85);
}
.active\:ring-offset-fuchsia-700\/90:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}
.active\:ring-offset-fuchsia-700\/95:active {
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}
.active\:ring-offset-fuchsia-800:active {
  --tw-ring-offset-color: #86198f;
}
.active\:ring-offset-fuchsia-800\/0:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}
.active\:ring-offset-fuchsia-800\/10:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}
.active\:ring-offset-fuchsia-800\/100:active {
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}
.active\:ring-offset-fuchsia-800\/15:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.15);
}
.active\:ring-offset-fuchsia-800\/20:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}
.active\:ring-offset-fuchsia-800\/25:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}
.active\:ring-offset-fuchsia-800\/30:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}
.active\:ring-offset-fuchsia-800\/35:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.35);
}
.active\:ring-offset-fuchsia-800\/40:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}
.active\:ring-offset-fuchsia-800\/45:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.45);
}
.active\:ring-offset-fuchsia-800\/5:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}
.active\:ring-offset-fuchsia-800\/50:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}
.active\:ring-offset-fuchsia-800\/55:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.55);
}
.active\:ring-offset-fuchsia-800\/60:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}
.active\:ring-offset-fuchsia-800\/65:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.65);
}
.active\:ring-offset-fuchsia-800\/70:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}
.active\:ring-offset-fuchsia-800\/75:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}
.active\:ring-offset-fuchsia-800\/80:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}
.active\:ring-offset-fuchsia-800\/85:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.85);
}
.active\:ring-offset-fuchsia-800\/90:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}
.active\:ring-offset-fuchsia-800\/95:active {
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}
.active\:ring-offset-fuchsia-900:active {
  --tw-ring-offset-color: #701a75;
}
.active\:ring-offset-fuchsia-900\/0:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}
.active\:ring-offset-fuchsia-900\/10:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}
.active\:ring-offset-fuchsia-900\/100:active {
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}
.active\:ring-offset-fuchsia-900\/15:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.15);
}
.active\:ring-offset-fuchsia-900\/20:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}
.active\:ring-offset-fuchsia-900\/25:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}
.active\:ring-offset-fuchsia-900\/30:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}
.active\:ring-offset-fuchsia-900\/35:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.35);
}
.active\:ring-offset-fuchsia-900\/40:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}
.active\:ring-offset-fuchsia-900\/45:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.45);
}
.active\:ring-offset-fuchsia-900\/5:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}
.active\:ring-offset-fuchsia-900\/50:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}
.active\:ring-offset-fuchsia-900\/55:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.55);
}
.active\:ring-offset-fuchsia-900\/60:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}
.active\:ring-offset-fuchsia-900\/65:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.65);
}
.active\:ring-offset-fuchsia-900\/70:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}
.active\:ring-offset-fuchsia-900\/75:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}
.active\:ring-offset-fuchsia-900\/80:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}
.active\:ring-offset-fuchsia-900\/85:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.85);
}
.active\:ring-offset-fuchsia-900\/90:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}
.active\:ring-offset-fuchsia-900\/95:active {
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}
.active\:ring-offset-fuchsia-950:active {
  --tw-ring-offset-color: #4a044e;
}
.active\:ring-offset-fuchsia-950\/0:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}
.active\:ring-offset-fuchsia-950\/10:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}
.active\:ring-offset-fuchsia-950\/100:active {
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}
.active\:ring-offset-fuchsia-950\/15:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.15);
}
.active\:ring-offset-fuchsia-950\/20:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}
.active\:ring-offset-fuchsia-950\/25:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}
.active\:ring-offset-fuchsia-950\/30:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}
.active\:ring-offset-fuchsia-950\/35:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.35);
}
.active\:ring-offset-fuchsia-950\/40:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}
.active\:ring-offset-fuchsia-950\/45:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.45);
}
.active\:ring-offset-fuchsia-950\/5:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}
.active\:ring-offset-fuchsia-950\/50:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}
.active\:ring-offset-fuchsia-950\/55:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.55);
}
.active\:ring-offset-fuchsia-950\/60:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}
.active\:ring-offset-fuchsia-950\/65:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.65);
}
.active\:ring-offset-fuchsia-950\/70:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}
.active\:ring-offset-fuchsia-950\/75:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}
.active\:ring-offset-fuchsia-950\/80:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}
.active\:ring-offset-fuchsia-950\/85:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.85);
}
.active\:ring-offset-fuchsia-950\/90:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}
.active\:ring-offset-fuchsia-950\/95:active {
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}
.active\:ring-offset-gray-100:active {
  --tw-ring-offset-color: #f3f4f6;
}
.active\:ring-offset-gray-100\/0:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0);
}
.active\:ring-offset-gray-100\/10:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.1);
}
.active\:ring-offset-gray-100\/100:active {
  --tw-ring-offset-color: rgb(243 244 246 / 1);
}
.active\:ring-offset-gray-100\/15:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.15);
}
.active\:ring-offset-gray-100\/20:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.2);
}
.active\:ring-offset-gray-100\/25:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.25);
}
.active\:ring-offset-gray-100\/30:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.3);
}
.active\:ring-offset-gray-100\/35:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.35);
}
.active\:ring-offset-gray-100\/40:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.4);
}
.active\:ring-offset-gray-100\/45:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.45);
}
.active\:ring-offset-gray-100\/5:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.05);
}
.active\:ring-offset-gray-100\/50:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.5);
}
.active\:ring-offset-gray-100\/55:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.55);
}
.active\:ring-offset-gray-100\/60:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.6);
}
.active\:ring-offset-gray-100\/65:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.65);
}
.active\:ring-offset-gray-100\/70:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.7);
}
.active\:ring-offset-gray-100\/75:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.75);
}
.active\:ring-offset-gray-100\/80:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.8);
}
.active\:ring-offset-gray-100\/85:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.85);
}
.active\:ring-offset-gray-100\/90:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.9);
}
.active\:ring-offset-gray-100\/95:active {
  --tw-ring-offset-color: rgb(243 244 246 / 0.95);
}
.active\:ring-offset-gray-200:active {
  --tw-ring-offset-color: #e5e7eb;
}
.active\:ring-offset-gray-200\/0:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}
.active\:ring-offset-gray-200\/10:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}
.active\:ring-offset-gray-200\/100:active {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}
.active\:ring-offset-gray-200\/15:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.15);
}
.active\:ring-offset-gray-200\/20:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}
.active\:ring-offset-gray-200\/25:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}
.active\:ring-offset-gray-200\/30:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}
.active\:ring-offset-gray-200\/35:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.35);
}
.active\:ring-offset-gray-200\/40:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}
.active\:ring-offset-gray-200\/45:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.45);
}
.active\:ring-offset-gray-200\/5:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}
.active\:ring-offset-gray-200\/50:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}
.active\:ring-offset-gray-200\/55:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.55);
}
.active\:ring-offset-gray-200\/60:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}
.active\:ring-offset-gray-200\/65:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.65);
}
.active\:ring-offset-gray-200\/70:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}
.active\:ring-offset-gray-200\/75:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}
.active\:ring-offset-gray-200\/80:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}
.active\:ring-offset-gray-200\/85:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.85);
}
.active\:ring-offset-gray-200\/90:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}
.active\:ring-offset-gray-200\/95:active {
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}
.active\:ring-offset-gray-300:active {
  --tw-ring-offset-color: #d1d5db;
}
.active\:ring-offset-gray-300\/0:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0);
}
.active\:ring-offset-gray-300\/10:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.1);
}
.active\:ring-offset-gray-300\/100:active {
  --tw-ring-offset-color: rgb(209 213 219 / 1);
}
.active\:ring-offset-gray-300\/15:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.15);
}
.active\:ring-offset-gray-300\/20:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.2);
}
.active\:ring-offset-gray-300\/25:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.25);
}
.active\:ring-offset-gray-300\/30:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.3);
}
.active\:ring-offset-gray-300\/35:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.35);
}
.active\:ring-offset-gray-300\/40:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.4);
}
.active\:ring-offset-gray-300\/45:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.45);
}
.active\:ring-offset-gray-300\/5:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.05);
}
.active\:ring-offset-gray-300\/50:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.5);
}
.active\:ring-offset-gray-300\/55:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.55);
}
.active\:ring-offset-gray-300\/60:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.6);
}
.active\:ring-offset-gray-300\/65:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.65);
}
.active\:ring-offset-gray-300\/70:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.7);
}
.active\:ring-offset-gray-300\/75:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.75);
}
.active\:ring-offset-gray-300\/80:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.8);
}
.active\:ring-offset-gray-300\/85:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.85);
}
.active\:ring-offset-gray-300\/90:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.9);
}
.active\:ring-offset-gray-300\/95:active {
  --tw-ring-offset-color: rgb(209 213 219 / 0.95);
}
.active\:ring-offset-gray-400:active {
  --tw-ring-offset-color: #9ca3af;
}
.active\:ring-offset-gray-400\/0:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}
.active\:ring-offset-gray-400\/10:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}
.active\:ring-offset-gray-400\/100:active {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.active\:ring-offset-gray-400\/15:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.15);
}
.active\:ring-offset-gray-400\/20:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}
.active\:ring-offset-gray-400\/25:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}
.active\:ring-offset-gray-400\/30:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}
.active\:ring-offset-gray-400\/35:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.35);
}
.active\:ring-offset-gray-400\/40:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}
.active\:ring-offset-gray-400\/45:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.45);
}
.active\:ring-offset-gray-400\/5:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}
.active\:ring-offset-gray-400\/50:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.active\:ring-offset-gray-400\/55:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.55);
}
.active\:ring-offset-gray-400\/60:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}
.active\:ring-offset-gray-400\/65:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.65);
}
.active\:ring-offset-gray-400\/70:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}
.active\:ring-offset-gray-400\/75:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}
.active\:ring-offset-gray-400\/80:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}
.active\:ring-offset-gray-400\/85:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.85);
}
.active\:ring-offset-gray-400\/90:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}
.active\:ring-offset-gray-400\/95:active {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}
.active\:ring-offset-gray-50:active {
  --tw-ring-offset-color: #f9fafb;
}
.active\:ring-offset-gray-50\/0:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0);
}
.active\:ring-offset-gray-50\/10:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.1);
}
.active\:ring-offset-gray-50\/100:active {
  --tw-ring-offset-color: rgb(249 250 251 / 1);
}
.active\:ring-offset-gray-50\/15:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.15);
}
.active\:ring-offset-gray-50\/20:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.2);
}
.active\:ring-offset-gray-50\/25:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.25);
}
.active\:ring-offset-gray-50\/30:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.3);
}
.active\:ring-offset-gray-50\/35:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.35);
}
.active\:ring-offset-gray-50\/40:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.4);
}
.active\:ring-offset-gray-50\/45:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.45);
}
.active\:ring-offset-gray-50\/5:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.05);
}
.active\:ring-offset-gray-50\/50:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.5);
}
.active\:ring-offset-gray-50\/55:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.55);
}
.active\:ring-offset-gray-50\/60:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.6);
}
.active\:ring-offset-gray-50\/65:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.65);
}
.active\:ring-offset-gray-50\/70:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.7);
}
.active\:ring-offset-gray-50\/75:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.75);
}
.active\:ring-offset-gray-50\/80:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.8);
}
.active\:ring-offset-gray-50\/85:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.85);
}
.active\:ring-offset-gray-50\/90:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.9);
}
.active\:ring-offset-gray-50\/95:active {
  --tw-ring-offset-color: rgb(249 250 251 / 0.95);
}
.active\:ring-offset-gray-500:active {
  --tw-ring-offset-color: #6b7280;
}
.active\:ring-offset-gray-500\/0:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0);
}
.active\:ring-offset-gray-500\/10:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.1);
}
.active\:ring-offset-gray-500\/100:active {
  --tw-ring-offset-color: rgb(107 114 128 / 1);
}
.active\:ring-offset-gray-500\/15:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.15);
}
.active\:ring-offset-gray-500\/20:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.2);
}
.active\:ring-offset-gray-500\/25:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.25);
}
.active\:ring-offset-gray-500\/30:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.3);
}
.active\:ring-offset-gray-500\/35:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.35);
}
.active\:ring-offset-gray-500\/40:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.4);
}
.active\:ring-offset-gray-500\/45:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.45);
}
.active\:ring-offset-gray-500\/5:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.05);
}
.active\:ring-offset-gray-500\/50:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.5);
}
.active\:ring-offset-gray-500\/55:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.55);
}
.active\:ring-offset-gray-500\/60:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.6);
}
.active\:ring-offset-gray-500\/65:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.65);
}
.active\:ring-offset-gray-500\/70:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.7);
}
.active\:ring-offset-gray-500\/75:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.75);
}
.active\:ring-offset-gray-500\/80:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.8);
}
.active\:ring-offset-gray-500\/85:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.85);
}
.active\:ring-offset-gray-500\/90:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.9);
}
.active\:ring-offset-gray-500\/95:active {
  --tw-ring-offset-color: rgb(107 114 128 / 0.95);
}
.active\:ring-offset-gray-600:active {
  --tw-ring-offset-color: #4b5563;
}
.active\:ring-offset-gray-600\/0:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0);
}
.active\:ring-offset-gray-600\/10:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.1);
}
.active\:ring-offset-gray-600\/100:active {
  --tw-ring-offset-color: rgb(75 85 99 / 1);
}
.active\:ring-offset-gray-600\/15:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.15);
}
.active\:ring-offset-gray-600\/20:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.2);
}
.active\:ring-offset-gray-600\/25:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.25);
}
.active\:ring-offset-gray-600\/30:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.3);
}
.active\:ring-offset-gray-600\/35:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.35);
}
.active\:ring-offset-gray-600\/40:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.4);
}
.active\:ring-offset-gray-600\/45:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.45);
}
.active\:ring-offset-gray-600\/5:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.05);
}
.active\:ring-offset-gray-600\/50:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.5);
}
.active\:ring-offset-gray-600\/55:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.55);
}
.active\:ring-offset-gray-600\/60:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.6);
}
.active\:ring-offset-gray-600\/65:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.65);
}
.active\:ring-offset-gray-600\/70:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.7);
}
.active\:ring-offset-gray-600\/75:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.75);
}
.active\:ring-offset-gray-600\/80:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.8);
}
.active\:ring-offset-gray-600\/85:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.85);
}
.active\:ring-offset-gray-600\/90:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.9);
}
.active\:ring-offset-gray-600\/95:active {
  --tw-ring-offset-color: rgb(75 85 99 / 0.95);
}
.active\:ring-offset-gray-700:active {
  --tw-ring-offset-color: #374151;
}
.active\:ring-offset-gray-700\/0:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}
.active\:ring-offset-gray-700\/10:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}
.active\:ring-offset-gray-700\/100:active {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}
.active\:ring-offset-gray-700\/15:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.15);
}
.active\:ring-offset-gray-700\/20:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}
.active\:ring-offset-gray-700\/25:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}
.active\:ring-offset-gray-700\/30:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}
.active\:ring-offset-gray-700\/35:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.35);
}
.active\:ring-offset-gray-700\/40:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}
.active\:ring-offset-gray-700\/45:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.45);
}
.active\:ring-offset-gray-700\/5:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}
.active\:ring-offset-gray-700\/50:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}
.active\:ring-offset-gray-700\/55:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.55);
}
.active\:ring-offset-gray-700\/60:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}
.active\:ring-offset-gray-700\/65:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.65);
}
.active\:ring-offset-gray-700\/70:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}
.active\:ring-offset-gray-700\/75:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}
.active\:ring-offset-gray-700\/80:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}
.active\:ring-offset-gray-700\/85:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.85);
}
.active\:ring-offset-gray-700\/90:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}
.active\:ring-offset-gray-700\/95:active {
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}
.active\:ring-offset-gray-800:active {
  --tw-ring-offset-color: #1f2937;
}
.active\:ring-offset-gray-800\/0:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0);
}
.active\:ring-offset-gray-800\/10:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.1);
}
.active\:ring-offset-gray-800\/100:active {
  --tw-ring-offset-color: rgb(31 41 55 / 1);
}
.active\:ring-offset-gray-800\/15:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.15);
}
.active\:ring-offset-gray-800\/20:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.2);
}
.active\:ring-offset-gray-800\/25:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.25);
}
.active\:ring-offset-gray-800\/30:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.3);
}
.active\:ring-offset-gray-800\/35:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.35);
}
.active\:ring-offset-gray-800\/40:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.4);
}
.active\:ring-offset-gray-800\/45:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.45);
}
.active\:ring-offset-gray-800\/5:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.05);
}
.active\:ring-offset-gray-800\/50:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.5);
}
.active\:ring-offset-gray-800\/55:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.55);
}
.active\:ring-offset-gray-800\/60:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.6);
}
.active\:ring-offset-gray-800\/65:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.65);
}
.active\:ring-offset-gray-800\/70:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.7);
}
.active\:ring-offset-gray-800\/75:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.75);
}
.active\:ring-offset-gray-800\/80:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.8);
}
.active\:ring-offset-gray-800\/85:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.85);
}
.active\:ring-offset-gray-800\/90:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.9);
}
.active\:ring-offset-gray-800\/95:active {
  --tw-ring-offset-color: rgb(31 41 55 / 0.95);
}
.active\:ring-offset-gray-900:active {
  --tw-ring-offset-color: #111827;
}
.active\:ring-offset-gray-900\/0:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0);
}
.active\:ring-offset-gray-900\/10:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.1);
}
.active\:ring-offset-gray-900\/100:active {
  --tw-ring-offset-color: rgb(17 24 39 / 1);
}
.active\:ring-offset-gray-900\/15:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.15);
}
.active\:ring-offset-gray-900\/20:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.2);
}
.active\:ring-offset-gray-900\/25:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.25);
}
.active\:ring-offset-gray-900\/30:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.3);
}
.active\:ring-offset-gray-900\/35:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.35);
}
.active\:ring-offset-gray-900\/40:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.4);
}
.active\:ring-offset-gray-900\/45:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.45);
}
.active\:ring-offset-gray-900\/5:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.05);
}
.active\:ring-offset-gray-900\/50:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.5);
}
.active\:ring-offset-gray-900\/55:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.55);
}
.active\:ring-offset-gray-900\/60:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.6);
}
.active\:ring-offset-gray-900\/65:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.65);
}
.active\:ring-offset-gray-900\/70:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.7);
}
.active\:ring-offset-gray-900\/75:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.75);
}
.active\:ring-offset-gray-900\/80:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.8);
}
.active\:ring-offset-gray-900\/85:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.85);
}
.active\:ring-offset-gray-900\/90:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.9);
}
.active\:ring-offset-gray-900\/95:active {
  --tw-ring-offset-color: rgb(17 24 39 / 0.95);
}
.active\:ring-offset-gray-950:active {
  --tw-ring-offset-color: #030712;
}
.active\:ring-offset-gray-950\/0:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0);
}
.active\:ring-offset-gray-950\/10:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.1);
}
.active\:ring-offset-gray-950\/100:active {
  --tw-ring-offset-color: rgb(3 7 18 / 1);
}
.active\:ring-offset-gray-950\/15:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.15);
}
.active\:ring-offset-gray-950\/20:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.2);
}
.active\:ring-offset-gray-950\/25:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.25);
}
.active\:ring-offset-gray-950\/30:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.3);
}
.active\:ring-offset-gray-950\/35:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.35);
}
.active\:ring-offset-gray-950\/40:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.4);
}
.active\:ring-offset-gray-950\/45:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.45);
}
.active\:ring-offset-gray-950\/5:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.05);
}
.active\:ring-offset-gray-950\/50:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.5);
}
.active\:ring-offset-gray-950\/55:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.55);
}
.active\:ring-offset-gray-950\/60:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.6);
}
.active\:ring-offset-gray-950\/65:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.65);
}
.active\:ring-offset-gray-950\/70:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.7);
}
.active\:ring-offset-gray-950\/75:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.75);
}
.active\:ring-offset-gray-950\/80:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.8);
}
.active\:ring-offset-gray-950\/85:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.85);
}
.active\:ring-offset-gray-950\/90:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.9);
}
.active\:ring-offset-gray-950\/95:active {
  --tw-ring-offset-color: rgb(3 7 18 / 0.95);
}
.active\:ring-offset-green-100:active {
  --tw-ring-offset-color: #dcfce7;
}
.active\:ring-offset-green-100\/0:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0);
}
.active\:ring-offset-green-100\/10:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.1);
}
.active\:ring-offset-green-100\/100:active {
  --tw-ring-offset-color: rgb(220 252 231 / 1);
}
.active\:ring-offset-green-100\/15:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.15);
}
.active\:ring-offset-green-100\/20:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.2);
}
.active\:ring-offset-green-100\/25:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.25);
}
.active\:ring-offset-green-100\/30:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.3);
}
.active\:ring-offset-green-100\/35:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.35);
}
.active\:ring-offset-green-100\/40:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.4);
}
.active\:ring-offset-green-100\/45:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.45);
}
.active\:ring-offset-green-100\/5:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.05);
}
.active\:ring-offset-green-100\/50:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.5);
}
.active\:ring-offset-green-100\/55:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.55);
}
.active\:ring-offset-green-100\/60:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.6);
}
.active\:ring-offset-green-100\/65:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.65);
}
.active\:ring-offset-green-100\/70:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.7);
}
.active\:ring-offset-green-100\/75:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.75);
}
.active\:ring-offset-green-100\/80:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.8);
}
.active\:ring-offset-green-100\/85:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.85);
}
.active\:ring-offset-green-100\/90:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.9);
}
.active\:ring-offset-green-100\/95:active {
  --tw-ring-offset-color: rgb(220 252 231 / 0.95);
}
.active\:ring-offset-green-200:active {
  --tw-ring-offset-color: #bbf7d0;
}
.active\:ring-offset-green-200\/0:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0);
}
.active\:ring-offset-green-200\/10:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.1);
}
.active\:ring-offset-green-200\/100:active {
  --tw-ring-offset-color: rgb(187 247 208 / 1);
}
.active\:ring-offset-green-200\/15:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.15);
}
.active\:ring-offset-green-200\/20:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.2);
}
.active\:ring-offset-green-200\/25:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.25);
}
.active\:ring-offset-green-200\/30:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.3);
}
.active\:ring-offset-green-200\/35:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.35);
}
.active\:ring-offset-green-200\/40:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.4);
}
.active\:ring-offset-green-200\/45:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.45);
}
.active\:ring-offset-green-200\/5:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.05);
}
.active\:ring-offset-green-200\/50:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.5);
}
.active\:ring-offset-green-200\/55:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.55);
}
.active\:ring-offset-green-200\/60:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.6);
}
.active\:ring-offset-green-200\/65:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.65);
}
.active\:ring-offset-green-200\/70:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.7);
}
.active\:ring-offset-green-200\/75:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.75);
}
.active\:ring-offset-green-200\/80:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.8);
}
.active\:ring-offset-green-200\/85:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.85);
}
.active\:ring-offset-green-200\/90:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.9);
}
.active\:ring-offset-green-200\/95:active {
  --tw-ring-offset-color: rgb(187 247 208 / 0.95);
}
.active\:ring-offset-green-300:active {
  --tw-ring-offset-color: #86efac;
}
.active\:ring-offset-green-300\/0:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0);
}
.active\:ring-offset-green-300\/10:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.1);
}
.active\:ring-offset-green-300\/100:active {
  --tw-ring-offset-color: rgb(134 239 172 / 1);
}
.active\:ring-offset-green-300\/15:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.15);
}
.active\:ring-offset-green-300\/20:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.2);
}
.active\:ring-offset-green-300\/25:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.25);
}
.active\:ring-offset-green-300\/30:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.3);
}
.active\:ring-offset-green-300\/35:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.35);
}
.active\:ring-offset-green-300\/40:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.4);
}
.active\:ring-offset-green-300\/45:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.45);
}
.active\:ring-offset-green-300\/5:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.05);
}
.active\:ring-offset-green-300\/50:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.5);
}
.active\:ring-offset-green-300\/55:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.55);
}
.active\:ring-offset-green-300\/60:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.6);
}
.active\:ring-offset-green-300\/65:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.65);
}
.active\:ring-offset-green-300\/70:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.7);
}
.active\:ring-offset-green-300\/75:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.75);
}
.active\:ring-offset-green-300\/80:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.8);
}
.active\:ring-offset-green-300\/85:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.85);
}
.active\:ring-offset-green-300\/90:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.9);
}
.active\:ring-offset-green-300\/95:active {
  --tw-ring-offset-color: rgb(134 239 172 / 0.95);
}
.active\:ring-offset-green-400:active {
  --tw-ring-offset-color: #4ade80;
}
.active\:ring-offset-green-400\/0:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}
.active\:ring-offset-green-400\/10:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}
.active\:ring-offset-green-400\/100:active {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}
.active\:ring-offset-green-400\/15:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.15);
}
.active\:ring-offset-green-400\/20:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}
.active\:ring-offset-green-400\/25:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}
.active\:ring-offset-green-400\/30:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}
.active\:ring-offset-green-400\/35:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.35);
}
.active\:ring-offset-green-400\/40:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}
.active\:ring-offset-green-400\/45:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.45);
}
.active\:ring-offset-green-400\/5:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}
.active\:ring-offset-green-400\/50:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}
.active\:ring-offset-green-400\/55:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.55);
}
.active\:ring-offset-green-400\/60:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}
.active\:ring-offset-green-400\/65:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.65);
}
.active\:ring-offset-green-400\/70:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}
.active\:ring-offset-green-400\/75:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}
.active\:ring-offset-green-400\/80:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}
.active\:ring-offset-green-400\/85:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.85);
}
.active\:ring-offset-green-400\/90:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}
.active\:ring-offset-green-400\/95:active {
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}
.active\:ring-offset-green-50:active {
  --tw-ring-offset-color: #f0fdf4;
}
.active\:ring-offset-green-50\/0:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0);
}
.active\:ring-offset-green-50\/10:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.1);
}
.active\:ring-offset-green-50\/100:active {
  --tw-ring-offset-color: rgb(240 253 244 / 1);
}
.active\:ring-offset-green-50\/15:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.15);
}
.active\:ring-offset-green-50\/20:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.2);
}
.active\:ring-offset-green-50\/25:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.25);
}
.active\:ring-offset-green-50\/30:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.3);
}
.active\:ring-offset-green-50\/35:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.35);
}
.active\:ring-offset-green-50\/40:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.4);
}
.active\:ring-offset-green-50\/45:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.45);
}
.active\:ring-offset-green-50\/5:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.05);
}
.active\:ring-offset-green-50\/50:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.5);
}
.active\:ring-offset-green-50\/55:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.55);
}
.active\:ring-offset-green-50\/60:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.6);
}
.active\:ring-offset-green-50\/65:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.65);
}
.active\:ring-offset-green-50\/70:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.7);
}
.active\:ring-offset-green-50\/75:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.75);
}
.active\:ring-offset-green-50\/80:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.8);
}
.active\:ring-offset-green-50\/85:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.85);
}
.active\:ring-offset-green-50\/90:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.9);
}
.active\:ring-offset-green-50\/95:active {
  --tw-ring-offset-color: rgb(240 253 244 / 0.95);
}
.active\:ring-offset-green-500:active {
  --tw-ring-offset-color: #22c55e;
}
.active\:ring-offset-green-500\/0:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0);
}
.active\:ring-offset-green-500\/10:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.1);
}
.active\:ring-offset-green-500\/100:active {
  --tw-ring-offset-color: rgb(34 197 94 / 1);
}
.active\:ring-offset-green-500\/15:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.15);
}
.active\:ring-offset-green-500\/20:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.2);
}
.active\:ring-offset-green-500\/25:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.25);
}
.active\:ring-offset-green-500\/30:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.3);
}
.active\:ring-offset-green-500\/35:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.35);
}
.active\:ring-offset-green-500\/40:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.4);
}
.active\:ring-offset-green-500\/45:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.45);
}
.active\:ring-offset-green-500\/5:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.05);
}
.active\:ring-offset-green-500\/50:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.5);
}
.active\:ring-offset-green-500\/55:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.55);
}
.active\:ring-offset-green-500\/60:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.6);
}
.active\:ring-offset-green-500\/65:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.65);
}
.active\:ring-offset-green-500\/70:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.7);
}
.active\:ring-offset-green-500\/75:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.75);
}
.active\:ring-offset-green-500\/80:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.8);
}
.active\:ring-offset-green-500\/85:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.85);
}
.active\:ring-offset-green-500\/90:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.9);
}
.active\:ring-offset-green-500\/95:active {
  --tw-ring-offset-color: rgb(34 197 94 / 0.95);
}
.active\:ring-offset-green-600:active {
  --tw-ring-offset-color: #16a34a;
}
.active\:ring-offset-green-600\/0:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}
.active\:ring-offset-green-600\/10:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}
.active\:ring-offset-green-600\/100:active {
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}
.active\:ring-offset-green-600\/15:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.15);
}
.active\:ring-offset-green-600\/20:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}
.active\:ring-offset-green-600\/25:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}
.active\:ring-offset-green-600\/30:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}
.active\:ring-offset-green-600\/35:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.35);
}
.active\:ring-offset-green-600\/40:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}
.active\:ring-offset-green-600\/45:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.45);
}
.active\:ring-offset-green-600\/5:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}
.active\:ring-offset-green-600\/50:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}
.active\:ring-offset-green-600\/55:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.55);
}
.active\:ring-offset-green-600\/60:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}
.active\:ring-offset-green-600\/65:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.65);
}
.active\:ring-offset-green-600\/70:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}
.active\:ring-offset-green-600\/75:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}
.active\:ring-offset-green-600\/80:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}
.active\:ring-offset-green-600\/85:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.85);
}
.active\:ring-offset-green-600\/90:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}
.active\:ring-offset-green-600\/95:active {
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}
.active\:ring-offset-green-700:active {
  --tw-ring-offset-color: #15803d;
}
.active\:ring-offset-green-700\/0:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0);
}
.active\:ring-offset-green-700\/10:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.1);
}
.active\:ring-offset-green-700\/100:active {
  --tw-ring-offset-color: rgb(21 128 61 / 1);
}
.active\:ring-offset-green-700\/15:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.15);
}
.active\:ring-offset-green-700\/20:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.2);
}
.active\:ring-offset-green-700\/25:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.25);
}
.active\:ring-offset-green-700\/30:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.3);
}
.active\:ring-offset-green-700\/35:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.35);
}
.active\:ring-offset-green-700\/40:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.4);
}
.active\:ring-offset-green-700\/45:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.45);
}
.active\:ring-offset-green-700\/5:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.05);
}
.active\:ring-offset-green-700\/50:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.5);
}
.active\:ring-offset-green-700\/55:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.55);
}
.active\:ring-offset-green-700\/60:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.6);
}
.active\:ring-offset-green-700\/65:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.65);
}
.active\:ring-offset-green-700\/70:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.7);
}
.active\:ring-offset-green-700\/75:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.75);
}
.active\:ring-offset-green-700\/80:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.8);
}
.active\:ring-offset-green-700\/85:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.85);
}
.active\:ring-offset-green-700\/90:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.9);
}
.active\:ring-offset-green-700\/95:active {
  --tw-ring-offset-color: rgb(21 128 61 / 0.95);
}
.active\:ring-offset-green-800:active {
  --tw-ring-offset-color: #166534;
}
.active\:ring-offset-green-800\/0:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0);
}
.active\:ring-offset-green-800\/10:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.1);
}
.active\:ring-offset-green-800\/100:active {
  --tw-ring-offset-color: rgb(22 101 52 / 1);
}
.active\:ring-offset-green-800\/15:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.15);
}
.active\:ring-offset-green-800\/20:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.2);
}
.active\:ring-offset-green-800\/25:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.25);
}
.active\:ring-offset-green-800\/30:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.3);
}
.active\:ring-offset-green-800\/35:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.35);
}
.active\:ring-offset-green-800\/40:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.4);
}
.active\:ring-offset-green-800\/45:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.45);
}
.active\:ring-offset-green-800\/5:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.05);
}
.active\:ring-offset-green-800\/50:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.5);
}
.active\:ring-offset-green-800\/55:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.55);
}
.active\:ring-offset-green-800\/60:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.6);
}
.active\:ring-offset-green-800\/65:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.65);
}
.active\:ring-offset-green-800\/70:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.7);
}
.active\:ring-offset-green-800\/75:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.75);
}
.active\:ring-offset-green-800\/80:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.8);
}
.active\:ring-offset-green-800\/85:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.85);
}
.active\:ring-offset-green-800\/90:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.9);
}
.active\:ring-offset-green-800\/95:active {
  --tw-ring-offset-color: rgb(22 101 52 / 0.95);
}
.active\:ring-offset-green-900:active {
  --tw-ring-offset-color: #14532d;
}
.active\:ring-offset-green-900\/0:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0);
}
.active\:ring-offset-green-900\/10:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.1);
}
.active\:ring-offset-green-900\/100:active {
  --tw-ring-offset-color: rgb(20 83 45 / 1);
}
.active\:ring-offset-green-900\/15:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.15);
}
.active\:ring-offset-green-900\/20:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.2);
}
.active\:ring-offset-green-900\/25:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.25);
}
.active\:ring-offset-green-900\/30:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.3);
}
.active\:ring-offset-green-900\/35:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.35);
}
.active\:ring-offset-green-900\/40:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.4);
}
.active\:ring-offset-green-900\/45:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.45);
}
.active\:ring-offset-green-900\/5:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.05);
}
.active\:ring-offset-green-900\/50:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.5);
}
.active\:ring-offset-green-900\/55:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.55);
}
.active\:ring-offset-green-900\/60:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.6);
}
.active\:ring-offset-green-900\/65:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.65);
}
.active\:ring-offset-green-900\/70:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.7);
}
.active\:ring-offset-green-900\/75:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.75);
}
.active\:ring-offset-green-900\/80:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.8);
}
.active\:ring-offset-green-900\/85:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.85);
}
.active\:ring-offset-green-900\/90:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.9);
}
.active\:ring-offset-green-900\/95:active {
  --tw-ring-offset-color: rgb(20 83 45 / 0.95);
}
.active\:ring-offset-green-950:active {
  --tw-ring-offset-color: #052e16;
}
.active\:ring-offset-green-950\/0:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0);
}
.active\:ring-offset-green-950\/10:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.1);
}
.active\:ring-offset-green-950\/100:active {
  --tw-ring-offset-color: rgb(5 46 22 / 1);
}
.active\:ring-offset-green-950\/15:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.15);
}
.active\:ring-offset-green-950\/20:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.2);
}
.active\:ring-offset-green-950\/25:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.25);
}
.active\:ring-offset-green-950\/30:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.3);
}
.active\:ring-offset-green-950\/35:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.35);
}
.active\:ring-offset-green-950\/40:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.4);
}
.active\:ring-offset-green-950\/45:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.45);
}
.active\:ring-offset-green-950\/5:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.05);
}
.active\:ring-offset-green-950\/50:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.5);
}
.active\:ring-offset-green-950\/55:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.55);
}
.active\:ring-offset-green-950\/60:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.6);
}
.active\:ring-offset-green-950\/65:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.65);
}
.active\:ring-offset-green-950\/70:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.7);
}
.active\:ring-offset-green-950\/75:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.75);
}
.active\:ring-offset-green-950\/80:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.8);
}
.active\:ring-offset-green-950\/85:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.85);
}
.active\:ring-offset-green-950\/90:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.9);
}
.active\:ring-offset-green-950\/95:active {
  --tw-ring-offset-color: rgb(5 46 22 / 0.95);
}
.active\:ring-offset-indigo-100:active {
  --tw-ring-offset-color: #e0e7ff;
}
.active\:ring-offset-indigo-100\/0:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0);
}
.active\:ring-offset-indigo-100\/10:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.1);
}
.active\:ring-offset-indigo-100\/100:active {
  --tw-ring-offset-color: rgb(224 231 255 / 1);
}
.active\:ring-offset-indigo-100\/15:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.15);
}
.active\:ring-offset-indigo-100\/20:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.2);
}
.active\:ring-offset-indigo-100\/25:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.25);
}
.active\:ring-offset-indigo-100\/30:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.3);
}
.active\:ring-offset-indigo-100\/35:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.35);
}
.active\:ring-offset-indigo-100\/40:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.4);
}
.active\:ring-offset-indigo-100\/45:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.45);
}
.active\:ring-offset-indigo-100\/5:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.05);
}
.active\:ring-offset-indigo-100\/50:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.5);
}
.active\:ring-offset-indigo-100\/55:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.55);
}
.active\:ring-offset-indigo-100\/60:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.6);
}
.active\:ring-offset-indigo-100\/65:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.65);
}
.active\:ring-offset-indigo-100\/70:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.7);
}
.active\:ring-offset-indigo-100\/75:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.75);
}
.active\:ring-offset-indigo-100\/80:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.8);
}
.active\:ring-offset-indigo-100\/85:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.85);
}
.active\:ring-offset-indigo-100\/90:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.9);
}
.active\:ring-offset-indigo-100\/95:active {
  --tw-ring-offset-color: rgb(224 231 255 / 0.95);
}
.active\:ring-offset-indigo-200:active {
  --tw-ring-offset-color: #c7d2fe;
}
.active\:ring-offset-indigo-200\/0:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0);
}
.active\:ring-offset-indigo-200\/10:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.1);
}
.active\:ring-offset-indigo-200\/100:active {
  --tw-ring-offset-color: rgb(199 210 254 / 1);
}
.active\:ring-offset-indigo-200\/15:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.15);
}
.active\:ring-offset-indigo-200\/20:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.2);
}
.active\:ring-offset-indigo-200\/25:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.25);
}
.active\:ring-offset-indigo-200\/30:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.3);
}
.active\:ring-offset-indigo-200\/35:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.35);
}
.active\:ring-offset-indigo-200\/40:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.4);
}
.active\:ring-offset-indigo-200\/45:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.45);
}
.active\:ring-offset-indigo-200\/5:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.05);
}
.active\:ring-offset-indigo-200\/50:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.5);
}
.active\:ring-offset-indigo-200\/55:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.55);
}
.active\:ring-offset-indigo-200\/60:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.6);
}
.active\:ring-offset-indigo-200\/65:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.65);
}
.active\:ring-offset-indigo-200\/70:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.7);
}
.active\:ring-offset-indigo-200\/75:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.75);
}
.active\:ring-offset-indigo-200\/80:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.8);
}
.active\:ring-offset-indigo-200\/85:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.85);
}
.active\:ring-offset-indigo-200\/90:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.9);
}
.active\:ring-offset-indigo-200\/95:active {
  --tw-ring-offset-color: rgb(199 210 254 / 0.95);
}
.active\:ring-offset-indigo-300:active {
  --tw-ring-offset-color: #a5b4fc;
}
.active\:ring-offset-indigo-300\/0:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0);
}
.active\:ring-offset-indigo-300\/10:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.1);
}
.active\:ring-offset-indigo-300\/100:active {
  --tw-ring-offset-color: rgb(165 180 252 / 1);
}
.active\:ring-offset-indigo-300\/15:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.15);
}
.active\:ring-offset-indigo-300\/20:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.2);
}
.active\:ring-offset-indigo-300\/25:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.25);
}
.active\:ring-offset-indigo-300\/30:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.3);
}
.active\:ring-offset-indigo-300\/35:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.35);
}
.active\:ring-offset-indigo-300\/40:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.4);
}
.active\:ring-offset-indigo-300\/45:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.45);
}
.active\:ring-offset-indigo-300\/5:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.05);
}
.active\:ring-offset-indigo-300\/50:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.5);
}
.active\:ring-offset-indigo-300\/55:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.55);
}
.active\:ring-offset-indigo-300\/60:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.6);
}
.active\:ring-offset-indigo-300\/65:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.65);
}
.active\:ring-offset-indigo-300\/70:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.7);
}
.active\:ring-offset-indigo-300\/75:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.75);
}
.active\:ring-offset-indigo-300\/80:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.8);
}
.active\:ring-offset-indigo-300\/85:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.85);
}
.active\:ring-offset-indigo-300\/90:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.9);
}
.active\:ring-offset-indigo-300\/95:active {
  --tw-ring-offset-color: rgb(165 180 252 / 0.95);
}
.active\:ring-offset-indigo-400:active {
  --tw-ring-offset-color: #818cf8;
}
.active\:ring-offset-indigo-400\/0:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0);
}
.active\:ring-offset-indigo-400\/10:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.1);
}
.active\:ring-offset-indigo-400\/100:active {
  --tw-ring-offset-color: rgb(129 140 248 / 1);
}
.active\:ring-offset-indigo-400\/15:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.15);
}
.active\:ring-offset-indigo-400\/20:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.2);
}
.active\:ring-offset-indigo-400\/25:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.25);
}
.active\:ring-offset-indigo-400\/30:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.3);
}
.active\:ring-offset-indigo-400\/35:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.35);
}
.active\:ring-offset-indigo-400\/40:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.4);
}
.active\:ring-offset-indigo-400\/45:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.45);
}
.active\:ring-offset-indigo-400\/5:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.05);
}
.active\:ring-offset-indigo-400\/50:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.5);
}
.active\:ring-offset-indigo-400\/55:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.55);
}
.active\:ring-offset-indigo-400\/60:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.6);
}
.active\:ring-offset-indigo-400\/65:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.65);
}
.active\:ring-offset-indigo-400\/70:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.7);
}
.active\:ring-offset-indigo-400\/75:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.75);
}
.active\:ring-offset-indigo-400\/80:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.8);
}
.active\:ring-offset-indigo-400\/85:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.85);
}
.active\:ring-offset-indigo-400\/90:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.9);
}
.active\:ring-offset-indigo-400\/95:active {
  --tw-ring-offset-color: rgb(129 140 248 / 0.95);
}
.active\:ring-offset-indigo-50:active {
  --tw-ring-offset-color: #eef2ff;
}
.active\:ring-offset-indigo-50\/0:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0);
}
.active\:ring-offset-indigo-50\/10:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.1);
}
.active\:ring-offset-indigo-50\/100:active {
  --tw-ring-offset-color: rgb(238 242 255 / 1);
}
.active\:ring-offset-indigo-50\/15:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.15);
}
.active\:ring-offset-indigo-50\/20:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.2);
}
.active\:ring-offset-indigo-50\/25:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.25);
}
.active\:ring-offset-indigo-50\/30:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.3);
}
.active\:ring-offset-indigo-50\/35:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.35);
}
.active\:ring-offset-indigo-50\/40:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.4);
}
.active\:ring-offset-indigo-50\/45:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.45);
}
.active\:ring-offset-indigo-50\/5:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.05);
}
.active\:ring-offset-indigo-50\/50:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.5);
}
.active\:ring-offset-indigo-50\/55:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.55);
}
.active\:ring-offset-indigo-50\/60:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.6);
}
.active\:ring-offset-indigo-50\/65:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.65);
}
.active\:ring-offset-indigo-50\/70:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.7);
}
.active\:ring-offset-indigo-50\/75:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.75);
}
.active\:ring-offset-indigo-50\/80:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.8);
}
.active\:ring-offset-indigo-50\/85:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.85);
}
.active\:ring-offset-indigo-50\/90:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.9);
}
.active\:ring-offset-indigo-50\/95:active {
  --tw-ring-offset-color: rgb(238 242 255 / 0.95);
}
.active\:ring-offset-indigo-500:active {
  --tw-ring-offset-color: #6366f1;
}
.active\:ring-offset-indigo-500\/0:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0);
}
.active\:ring-offset-indigo-500\/10:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.1);
}
.active\:ring-offset-indigo-500\/100:active {
  --tw-ring-offset-color: rgb(99 102 241 / 1);
}
.active\:ring-offset-indigo-500\/15:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.15);
}
.active\:ring-offset-indigo-500\/20:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.2);
}
.active\:ring-offset-indigo-500\/25:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.25);
}
.active\:ring-offset-indigo-500\/30:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.3);
}
.active\:ring-offset-indigo-500\/35:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.35);
}
.active\:ring-offset-indigo-500\/40:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.4);
}
.active\:ring-offset-indigo-500\/45:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.45);
}
.active\:ring-offset-indigo-500\/5:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.05);
}
.active\:ring-offset-indigo-500\/50:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.5);
}
.active\:ring-offset-indigo-500\/55:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.55);
}
.active\:ring-offset-indigo-500\/60:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.6);
}
.active\:ring-offset-indigo-500\/65:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.65);
}
.active\:ring-offset-indigo-500\/70:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.7);
}
.active\:ring-offset-indigo-500\/75:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.75);
}
.active\:ring-offset-indigo-500\/80:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.8);
}
.active\:ring-offset-indigo-500\/85:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.85);
}
.active\:ring-offset-indigo-500\/90:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.9);
}
.active\:ring-offset-indigo-500\/95:active {
  --tw-ring-offset-color: rgb(99 102 241 / 0.95);
}
.active\:ring-offset-indigo-600:active {
  --tw-ring-offset-color: #4f46e5;
}
.active\:ring-offset-indigo-600\/0:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0);
}
.active\:ring-offset-indigo-600\/10:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.1);
}
.active\:ring-offset-indigo-600\/100:active {
  --tw-ring-offset-color: rgb(79 70 229 / 1);
}
.active\:ring-offset-indigo-600\/15:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.15);
}
.active\:ring-offset-indigo-600\/20:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.2);
}
.active\:ring-offset-indigo-600\/25:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.25);
}
.active\:ring-offset-indigo-600\/30:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.3);
}
.active\:ring-offset-indigo-600\/35:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.35);
}
.active\:ring-offset-indigo-600\/40:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.4);
}
.active\:ring-offset-indigo-600\/45:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.45);
}
.active\:ring-offset-indigo-600\/5:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.05);
}
.active\:ring-offset-indigo-600\/50:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.5);
}
.active\:ring-offset-indigo-600\/55:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.55);
}
.active\:ring-offset-indigo-600\/60:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.6);
}
.active\:ring-offset-indigo-600\/65:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.65);
}
.active\:ring-offset-indigo-600\/70:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.7);
}
.active\:ring-offset-indigo-600\/75:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.75);
}
.active\:ring-offset-indigo-600\/80:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.8);
}
.active\:ring-offset-indigo-600\/85:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.85);
}
.active\:ring-offset-indigo-600\/90:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.9);
}
.active\:ring-offset-indigo-600\/95:active {
  --tw-ring-offset-color: rgb(79 70 229 / 0.95);
}
.active\:ring-offset-indigo-700:active {
  --tw-ring-offset-color: #4338ca;
}
.active\:ring-offset-indigo-700\/0:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0);
}
.active\:ring-offset-indigo-700\/10:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.1);
}
.active\:ring-offset-indigo-700\/100:active {
  --tw-ring-offset-color: rgb(67 56 202 / 1);
}
.active\:ring-offset-indigo-700\/15:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.15);
}
.active\:ring-offset-indigo-700\/20:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.2);
}
.active\:ring-offset-indigo-700\/25:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.25);
}
.active\:ring-offset-indigo-700\/30:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.3);
}
.active\:ring-offset-indigo-700\/35:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.35);
}
.active\:ring-offset-indigo-700\/40:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.4);
}
.active\:ring-offset-indigo-700\/45:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.45);
}
.active\:ring-offset-indigo-700\/5:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.05);
}
.active\:ring-offset-indigo-700\/50:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.5);
}
.active\:ring-offset-indigo-700\/55:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.55);
}
.active\:ring-offset-indigo-700\/60:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.6);
}
.active\:ring-offset-indigo-700\/65:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.65);
}
.active\:ring-offset-indigo-700\/70:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.7);
}
.active\:ring-offset-indigo-700\/75:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.75);
}
.active\:ring-offset-indigo-700\/80:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.8);
}
.active\:ring-offset-indigo-700\/85:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.85);
}
.active\:ring-offset-indigo-700\/90:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.9);
}
.active\:ring-offset-indigo-700\/95:active {
  --tw-ring-offset-color: rgb(67 56 202 / 0.95);
}
.active\:ring-offset-indigo-800:active {
  --tw-ring-offset-color: #3730a3;
}
.active\:ring-offset-indigo-800\/0:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0);
}
.active\:ring-offset-indigo-800\/10:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.1);
}
.active\:ring-offset-indigo-800\/100:active {
  --tw-ring-offset-color: rgb(55 48 163 / 1);
}
.active\:ring-offset-indigo-800\/15:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.15);
}
.active\:ring-offset-indigo-800\/20:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.2);
}
.active\:ring-offset-indigo-800\/25:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.25);
}
.active\:ring-offset-indigo-800\/30:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.3);
}
.active\:ring-offset-indigo-800\/35:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.35);
}
.active\:ring-offset-indigo-800\/40:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.4);
}
.active\:ring-offset-indigo-800\/45:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.45);
}
.active\:ring-offset-indigo-800\/5:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.05);
}
.active\:ring-offset-indigo-800\/50:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.5);
}
.active\:ring-offset-indigo-800\/55:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.55);
}
.active\:ring-offset-indigo-800\/60:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.6);
}
.active\:ring-offset-indigo-800\/65:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.65);
}
.active\:ring-offset-indigo-800\/70:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.7);
}
.active\:ring-offset-indigo-800\/75:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.75);
}
.active\:ring-offset-indigo-800\/80:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.8);
}
.active\:ring-offset-indigo-800\/85:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.85);
}
.active\:ring-offset-indigo-800\/90:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.9);
}
.active\:ring-offset-indigo-800\/95:active {
  --tw-ring-offset-color: rgb(55 48 163 / 0.95);
}
.active\:ring-offset-indigo-900:active {
  --tw-ring-offset-color: #312e81;
}
.active\:ring-offset-indigo-900\/0:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0);
}
.active\:ring-offset-indigo-900\/10:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.1);
}
.active\:ring-offset-indigo-900\/100:active {
  --tw-ring-offset-color: rgb(49 46 129 / 1);
}
.active\:ring-offset-indigo-900\/15:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.15);
}
.active\:ring-offset-indigo-900\/20:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.2);
}
.active\:ring-offset-indigo-900\/25:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.25);
}
.active\:ring-offset-indigo-900\/30:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.3);
}
.active\:ring-offset-indigo-900\/35:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.35);
}
.active\:ring-offset-indigo-900\/40:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.4);
}
.active\:ring-offset-indigo-900\/45:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.45);
}
.active\:ring-offset-indigo-900\/5:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.05);
}
.active\:ring-offset-indigo-900\/50:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.5);
}
.active\:ring-offset-indigo-900\/55:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.55);
}
.active\:ring-offset-indigo-900\/60:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.6);
}
.active\:ring-offset-indigo-900\/65:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.65);
}
.active\:ring-offset-indigo-900\/70:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.7);
}
.active\:ring-offset-indigo-900\/75:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.75);
}
.active\:ring-offset-indigo-900\/80:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.8);
}
.active\:ring-offset-indigo-900\/85:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.85);
}
.active\:ring-offset-indigo-900\/90:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.9);
}
.active\:ring-offset-indigo-900\/95:active {
  --tw-ring-offset-color: rgb(49 46 129 / 0.95);
}
.active\:ring-offset-indigo-950:active {
  --tw-ring-offset-color: #1e1b4b;
}
.active\:ring-offset-indigo-950\/0:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0);
}
.active\:ring-offset-indigo-950\/10:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.1);
}
.active\:ring-offset-indigo-950\/100:active {
  --tw-ring-offset-color: rgb(30 27 75 / 1);
}
.active\:ring-offset-indigo-950\/15:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.15);
}
.active\:ring-offset-indigo-950\/20:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.2);
}
.active\:ring-offset-indigo-950\/25:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.25);
}
.active\:ring-offset-indigo-950\/30:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.3);
}
.active\:ring-offset-indigo-950\/35:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.35);
}
.active\:ring-offset-indigo-950\/40:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.4);
}
.active\:ring-offset-indigo-950\/45:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.45);
}
.active\:ring-offset-indigo-950\/5:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.05);
}
.active\:ring-offset-indigo-950\/50:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.5);
}
.active\:ring-offset-indigo-950\/55:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.55);
}
.active\:ring-offset-indigo-950\/60:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.6);
}
.active\:ring-offset-indigo-950\/65:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.65);
}
.active\:ring-offset-indigo-950\/70:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.7);
}
.active\:ring-offset-indigo-950\/75:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.75);
}
.active\:ring-offset-indigo-950\/80:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.8);
}
.active\:ring-offset-indigo-950\/85:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.85);
}
.active\:ring-offset-indigo-950\/90:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.9);
}
.active\:ring-offset-indigo-950\/95:active {
  --tw-ring-offset-color: rgb(30 27 75 / 0.95);
}
.active\:ring-offset-inherit:active {
  --tw-ring-offset-color: inherit;
}
.active\:ring-offset-lime-100:active {
  --tw-ring-offset-color: #ecfccb;
}
.active\:ring-offset-lime-100\/0:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0);
}
.active\:ring-offset-lime-100\/10:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.1);
}
.active\:ring-offset-lime-100\/100:active {
  --tw-ring-offset-color: rgb(236 252 203 / 1);
}
.active\:ring-offset-lime-100\/15:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.15);
}
.active\:ring-offset-lime-100\/20:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.2);
}
.active\:ring-offset-lime-100\/25:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.25);
}
.active\:ring-offset-lime-100\/30:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.3);
}
.active\:ring-offset-lime-100\/35:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.35);
}
.active\:ring-offset-lime-100\/40:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.4);
}
.active\:ring-offset-lime-100\/45:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.45);
}
.active\:ring-offset-lime-100\/5:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.05);
}
.active\:ring-offset-lime-100\/50:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.5);
}
.active\:ring-offset-lime-100\/55:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.55);
}
.active\:ring-offset-lime-100\/60:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.6);
}
.active\:ring-offset-lime-100\/65:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.65);
}
.active\:ring-offset-lime-100\/70:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.7);
}
.active\:ring-offset-lime-100\/75:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.75);
}
.active\:ring-offset-lime-100\/80:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.8);
}
.active\:ring-offset-lime-100\/85:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.85);
}
.active\:ring-offset-lime-100\/90:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.9);
}
.active\:ring-offset-lime-100\/95:active {
  --tw-ring-offset-color: rgb(236 252 203 / 0.95);
}
.active\:ring-offset-lime-200:active {
  --tw-ring-offset-color: #d9f99d;
}
.active\:ring-offset-lime-200\/0:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0);
}
.active\:ring-offset-lime-200\/10:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.1);
}
.active\:ring-offset-lime-200\/100:active {
  --tw-ring-offset-color: rgb(217 249 157 / 1);
}
.active\:ring-offset-lime-200\/15:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.15);
}
.active\:ring-offset-lime-200\/20:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.2);
}
.active\:ring-offset-lime-200\/25:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.25);
}
.active\:ring-offset-lime-200\/30:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.3);
}
.active\:ring-offset-lime-200\/35:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.35);
}
.active\:ring-offset-lime-200\/40:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.4);
}
.active\:ring-offset-lime-200\/45:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.45);
}
.active\:ring-offset-lime-200\/5:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.05);
}
.active\:ring-offset-lime-200\/50:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.5);
}
.active\:ring-offset-lime-200\/55:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.55);
}
.active\:ring-offset-lime-200\/60:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.6);
}
.active\:ring-offset-lime-200\/65:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.65);
}
.active\:ring-offset-lime-200\/70:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.7);
}
.active\:ring-offset-lime-200\/75:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.75);
}
.active\:ring-offset-lime-200\/80:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.8);
}
.active\:ring-offset-lime-200\/85:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.85);
}
.active\:ring-offset-lime-200\/90:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.9);
}
.active\:ring-offset-lime-200\/95:active {
  --tw-ring-offset-color: rgb(217 249 157 / 0.95);
}
.active\:ring-offset-lime-300:active {
  --tw-ring-offset-color: #bef264;
}
.active\:ring-offset-lime-300\/0:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0);
}
.active\:ring-offset-lime-300\/10:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.1);
}
.active\:ring-offset-lime-300\/100:active {
  --tw-ring-offset-color: rgb(190 242 100 / 1);
}
.active\:ring-offset-lime-300\/15:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.15);
}
.active\:ring-offset-lime-300\/20:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.2);
}
.active\:ring-offset-lime-300\/25:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.25);
}
.active\:ring-offset-lime-300\/30:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.3);
}
.active\:ring-offset-lime-300\/35:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.35);
}
.active\:ring-offset-lime-300\/40:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.4);
}
.active\:ring-offset-lime-300\/45:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.45);
}
.active\:ring-offset-lime-300\/5:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.05);
}
.active\:ring-offset-lime-300\/50:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.5);
}
.active\:ring-offset-lime-300\/55:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.55);
}
.active\:ring-offset-lime-300\/60:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.6);
}
.active\:ring-offset-lime-300\/65:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.65);
}
.active\:ring-offset-lime-300\/70:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.7);
}
.active\:ring-offset-lime-300\/75:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.75);
}
.active\:ring-offset-lime-300\/80:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.8);
}
.active\:ring-offset-lime-300\/85:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.85);
}
.active\:ring-offset-lime-300\/90:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.9);
}
.active\:ring-offset-lime-300\/95:active {
  --tw-ring-offset-color: rgb(190 242 100 / 0.95);
}
.active\:ring-offset-lime-400:active {
  --tw-ring-offset-color: #a3e635;
}
.active\:ring-offset-lime-400\/0:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0);
}
.active\:ring-offset-lime-400\/10:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.1);
}
.active\:ring-offset-lime-400\/100:active {
  --tw-ring-offset-color: rgb(163 230 53 / 1);
}
.active\:ring-offset-lime-400\/15:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.15);
}
.active\:ring-offset-lime-400\/20:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.2);
}
.active\:ring-offset-lime-400\/25:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.25);
}
.active\:ring-offset-lime-400\/30:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.3);
}
.active\:ring-offset-lime-400\/35:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.35);
}
.active\:ring-offset-lime-400\/40:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.4);
}
.active\:ring-offset-lime-400\/45:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.45);
}
.active\:ring-offset-lime-400\/5:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.05);
}
.active\:ring-offset-lime-400\/50:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.5);
}
.active\:ring-offset-lime-400\/55:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.55);
}
.active\:ring-offset-lime-400\/60:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.6);
}
.active\:ring-offset-lime-400\/65:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.65);
}
.active\:ring-offset-lime-400\/70:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.7);
}
.active\:ring-offset-lime-400\/75:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.75);
}
.active\:ring-offset-lime-400\/80:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.8);
}
.active\:ring-offset-lime-400\/85:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.85);
}
.active\:ring-offset-lime-400\/90:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.9);
}
.active\:ring-offset-lime-400\/95:active {
  --tw-ring-offset-color: rgb(163 230 53 / 0.95);
}
.active\:ring-offset-lime-50:active {
  --tw-ring-offset-color: #f7fee7;
}
.active\:ring-offset-lime-50\/0:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0);
}
.active\:ring-offset-lime-50\/10:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.1);
}
.active\:ring-offset-lime-50\/100:active {
  --tw-ring-offset-color: rgb(247 254 231 / 1);
}
.active\:ring-offset-lime-50\/15:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.15);
}
.active\:ring-offset-lime-50\/20:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.2);
}
.active\:ring-offset-lime-50\/25:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.25);
}
.active\:ring-offset-lime-50\/30:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.3);
}
.active\:ring-offset-lime-50\/35:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.35);
}
.active\:ring-offset-lime-50\/40:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.4);
}
.active\:ring-offset-lime-50\/45:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.45);
}
.active\:ring-offset-lime-50\/5:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.05);
}
.active\:ring-offset-lime-50\/50:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.5);
}
.active\:ring-offset-lime-50\/55:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.55);
}
.active\:ring-offset-lime-50\/60:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.6);
}
.active\:ring-offset-lime-50\/65:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.65);
}
.active\:ring-offset-lime-50\/70:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.7);
}
.active\:ring-offset-lime-50\/75:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.75);
}
.active\:ring-offset-lime-50\/80:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.8);
}
.active\:ring-offset-lime-50\/85:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.85);
}
.active\:ring-offset-lime-50\/90:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.9);
}
.active\:ring-offset-lime-50\/95:active {
  --tw-ring-offset-color: rgb(247 254 231 / 0.95);
}
.active\:ring-offset-lime-500:active {
  --tw-ring-offset-color: #84cc16;
}
.active\:ring-offset-lime-500\/0:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0);
}
.active\:ring-offset-lime-500\/10:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.1);
}
.active\:ring-offset-lime-500\/100:active {
  --tw-ring-offset-color: rgb(132 204 22 / 1);
}
.active\:ring-offset-lime-500\/15:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.15);
}
.active\:ring-offset-lime-500\/20:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.2);
}
.active\:ring-offset-lime-500\/25:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.25);
}
.active\:ring-offset-lime-500\/30:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.3);
}
.active\:ring-offset-lime-500\/35:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.35);
}
.active\:ring-offset-lime-500\/40:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.4);
}
.active\:ring-offset-lime-500\/45:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.45);
}
.active\:ring-offset-lime-500\/5:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.05);
}
.active\:ring-offset-lime-500\/50:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.5);
}
.active\:ring-offset-lime-500\/55:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.55);
}
.active\:ring-offset-lime-500\/60:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.6);
}
.active\:ring-offset-lime-500\/65:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.65);
}
.active\:ring-offset-lime-500\/70:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.7);
}
.active\:ring-offset-lime-500\/75:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.75);
}
.active\:ring-offset-lime-500\/80:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.8);
}
.active\:ring-offset-lime-500\/85:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.85);
}
.active\:ring-offset-lime-500\/90:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.9);
}
.active\:ring-offset-lime-500\/95:active {
  --tw-ring-offset-color: rgb(132 204 22 / 0.95);
}
.active\:ring-offset-lime-600:active {
  --tw-ring-offset-color: #65a30d;
}
.active\:ring-offset-lime-600\/0:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}
.active\:ring-offset-lime-600\/10:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}
.active\:ring-offset-lime-600\/100:active {
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}
.active\:ring-offset-lime-600\/15:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.15);
}
.active\:ring-offset-lime-600\/20:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}
.active\:ring-offset-lime-600\/25:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}
.active\:ring-offset-lime-600\/30:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}
.active\:ring-offset-lime-600\/35:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.35);
}
.active\:ring-offset-lime-600\/40:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}
.active\:ring-offset-lime-600\/45:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.45);
}
.active\:ring-offset-lime-600\/5:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}
.active\:ring-offset-lime-600\/50:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}
.active\:ring-offset-lime-600\/55:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.55);
}
.active\:ring-offset-lime-600\/60:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}
.active\:ring-offset-lime-600\/65:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.65);
}
.active\:ring-offset-lime-600\/70:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}
.active\:ring-offset-lime-600\/75:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}
.active\:ring-offset-lime-600\/80:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}
.active\:ring-offset-lime-600\/85:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.85);
}
.active\:ring-offset-lime-600\/90:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}
.active\:ring-offset-lime-600\/95:active {
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}
.active\:ring-offset-lime-700:active {
  --tw-ring-offset-color: #4d7c0f;
}
.active\:ring-offset-lime-700\/0:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0);
}
.active\:ring-offset-lime-700\/10:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.1);
}
.active\:ring-offset-lime-700\/100:active {
  --tw-ring-offset-color: rgb(77 124 15 / 1);
}
.active\:ring-offset-lime-700\/15:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.15);
}
.active\:ring-offset-lime-700\/20:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.2);
}
.active\:ring-offset-lime-700\/25:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.25);
}
.active\:ring-offset-lime-700\/30:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.3);
}
.active\:ring-offset-lime-700\/35:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.35);
}
.active\:ring-offset-lime-700\/40:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.4);
}
.active\:ring-offset-lime-700\/45:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.45);
}
.active\:ring-offset-lime-700\/5:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.05);
}
.active\:ring-offset-lime-700\/50:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.5);
}
.active\:ring-offset-lime-700\/55:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.55);
}
.active\:ring-offset-lime-700\/60:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.6);
}
.active\:ring-offset-lime-700\/65:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.65);
}
.active\:ring-offset-lime-700\/70:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.7);
}
.active\:ring-offset-lime-700\/75:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.75);
}
.active\:ring-offset-lime-700\/80:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.8);
}
.active\:ring-offset-lime-700\/85:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.85);
}
.active\:ring-offset-lime-700\/90:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.9);
}
.active\:ring-offset-lime-700\/95:active {
  --tw-ring-offset-color: rgb(77 124 15 / 0.95);
}
.active\:ring-offset-lime-800:active {
  --tw-ring-offset-color: #3f6212;
}
.active\:ring-offset-lime-800\/0:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0);
}
.active\:ring-offset-lime-800\/10:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.1);
}
.active\:ring-offset-lime-800\/100:active {
  --tw-ring-offset-color: rgb(63 98 18 / 1);
}
.active\:ring-offset-lime-800\/15:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.15);
}
.active\:ring-offset-lime-800\/20:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.2);
}
.active\:ring-offset-lime-800\/25:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.25);
}
.active\:ring-offset-lime-800\/30:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.3);
}
.active\:ring-offset-lime-800\/35:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.35);
}
.active\:ring-offset-lime-800\/40:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.4);
}
.active\:ring-offset-lime-800\/45:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.45);
}
.active\:ring-offset-lime-800\/5:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.05);
}
.active\:ring-offset-lime-800\/50:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.5);
}
.active\:ring-offset-lime-800\/55:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.55);
}
.active\:ring-offset-lime-800\/60:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.6);
}
.active\:ring-offset-lime-800\/65:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.65);
}
.active\:ring-offset-lime-800\/70:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.7);
}
.active\:ring-offset-lime-800\/75:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.75);
}
.active\:ring-offset-lime-800\/80:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.8);
}
.active\:ring-offset-lime-800\/85:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.85);
}
.active\:ring-offset-lime-800\/90:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.9);
}
.active\:ring-offset-lime-800\/95:active {
  --tw-ring-offset-color: rgb(63 98 18 / 0.95);
}
.active\:ring-offset-lime-900:active {
  --tw-ring-offset-color: #365314;
}
.active\:ring-offset-lime-900\/0:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0);
}
.active\:ring-offset-lime-900\/10:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.1);
}
.active\:ring-offset-lime-900\/100:active {
  --tw-ring-offset-color: rgb(54 83 20 / 1);
}
.active\:ring-offset-lime-900\/15:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.15);
}
.active\:ring-offset-lime-900\/20:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.2);
}
.active\:ring-offset-lime-900\/25:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.25);
}
.active\:ring-offset-lime-900\/30:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.3);
}
.active\:ring-offset-lime-900\/35:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.35);
}
.active\:ring-offset-lime-900\/40:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.4);
}
.active\:ring-offset-lime-900\/45:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.45);
}
.active\:ring-offset-lime-900\/5:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.05);
}
.active\:ring-offset-lime-900\/50:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.5);
}
.active\:ring-offset-lime-900\/55:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.55);
}
.active\:ring-offset-lime-900\/60:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.6);
}
.active\:ring-offset-lime-900\/65:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.65);
}
.active\:ring-offset-lime-900\/70:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.7);
}
.active\:ring-offset-lime-900\/75:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.75);
}
.active\:ring-offset-lime-900\/80:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.8);
}
.active\:ring-offset-lime-900\/85:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.85);
}
.active\:ring-offset-lime-900\/90:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.9);
}
.active\:ring-offset-lime-900\/95:active {
  --tw-ring-offset-color: rgb(54 83 20 / 0.95);
}
.active\:ring-offset-lime-950:active {
  --tw-ring-offset-color: #1a2e05;
}
.active\:ring-offset-lime-950\/0:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0);
}
.active\:ring-offset-lime-950\/10:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.1);
}
.active\:ring-offset-lime-950\/100:active {
  --tw-ring-offset-color: rgb(26 46 5 / 1);
}
.active\:ring-offset-lime-950\/15:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.15);
}
.active\:ring-offset-lime-950\/20:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.2);
}
.active\:ring-offset-lime-950\/25:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.25);
}
.active\:ring-offset-lime-950\/30:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.3);
}
.active\:ring-offset-lime-950\/35:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.35);
}
.active\:ring-offset-lime-950\/40:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.4);
}
.active\:ring-offset-lime-950\/45:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.45);
}
.active\:ring-offset-lime-950\/5:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.05);
}
.active\:ring-offset-lime-950\/50:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.5);
}
.active\:ring-offset-lime-950\/55:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.55);
}
.active\:ring-offset-lime-950\/60:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.6);
}
.active\:ring-offset-lime-950\/65:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.65);
}
.active\:ring-offset-lime-950\/70:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.7);
}
.active\:ring-offset-lime-950\/75:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.75);
}
.active\:ring-offset-lime-950\/80:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.8);
}
.active\:ring-offset-lime-950\/85:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.85);
}
.active\:ring-offset-lime-950\/90:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.9);
}
.active\:ring-offset-lime-950\/95:active {
  --tw-ring-offset-color: rgb(26 46 5 / 0.95);
}
.active\:ring-offset-neutral-100:active {
  --tw-ring-offset-color: #f5f5f5;
}
.active\:ring-offset-neutral-100\/0:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}
.active\:ring-offset-neutral-100\/10:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}
.active\:ring-offset-neutral-100\/100:active {
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}
.active\:ring-offset-neutral-100\/15:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.15);
}
.active\:ring-offset-neutral-100\/20:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}
.active\:ring-offset-neutral-100\/25:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}
.active\:ring-offset-neutral-100\/30:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}
.active\:ring-offset-neutral-100\/35:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.35);
}
.active\:ring-offset-neutral-100\/40:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}
.active\:ring-offset-neutral-100\/45:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.45);
}
.active\:ring-offset-neutral-100\/5:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}
.active\:ring-offset-neutral-100\/50:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}
.active\:ring-offset-neutral-100\/55:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.55);
}
.active\:ring-offset-neutral-100\/60:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}
.active\:ring-offset-neutral-100\/65:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.65);
}
.active\:ring-offset-neutral-100\/70:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}
.active\:ring-offset-neutral-100\/75:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}
.active\:ring-offset-neutral-100\/80:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}
.active\:ring-offset-neutral-100\/85:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.85);
}
.active\:ring-offset-neutral-100\/90:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}
.active\:ring-offset-neutral-100\/95:active {
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}
.active\:ring-offset-neutral-200:active {
  --tw-ring-offset-color: #e5e5e5;
}
.active\:ring-offset-neutral-200\/0:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0);
}
.active\:ring-offset-neutral-200\/10:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.1);
}
.active\:ring-offset-neutral-200\/100:active {
  --tw-ring-offset-color: rgb(229 229 229 / 1);
}
.active\:ring-offset-neutral-200\/15:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.15);
}
.active\:ring-offset-neutral-200\/20:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.2);
}
.active\:ring-offset-neutral-200\/25:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.25);
}
.active\:ring-offset-neutral-200\/30:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.3);
}
.active\:ring-offset-neutral-200\/35:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.35);
}
.active\:ring-offset-neutral-200\/40:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.4);
}
.active\:ring-offset-neutral-200\/45:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.45);
}
.active\:ring-offset-neutral-200\/5:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.05);
}
.active\:ring-offset-neutral-200\/50:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.5);
}
.active\:ring-offset-neutral-200\/55:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.55);
}
.active\:ring-offset-neutral-200\/60:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.6);
}
.active\:ring-offset-neutral-200\/65:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.65);
}
.active\:ring-offset-neutral-200\/70:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.7);
}
.active\:ring-offset-neutral-200\/75:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.75);
}
.active\:ring-offset-neutral-200\/80:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.8);
}
.active\:ring-offset-neutral-200\/85:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.85);
}
.active\:ring-offset-neutral-200\/90:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.9);
}
.active\:ring-offset-neutral-200\/95:active {
  --tw-ring-offset-color: rgb(229 229 229 / 0.95);
}
.active\:ring-offset-neutral-300:active {
  --tw-ring-offset-color: #d4d4d4;
}
.active\:ring-offset-neutral-300\/0:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0);
}
.active\:ring-offset-neutral-300\/10:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.1);
}
.active\:ring-offset-neutral-300\/100:active {
  --tw-ring-offset-color: rgb(212 212 212 / 1);
}
.active\:ring-offset-neutral-300\/15:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.15);
}
.active\:ring-offset-neutral-300\/20:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.2);
}
.active\:ring-offset-neutral-300\/25:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.25);
}
.active\:ring-offset-neutral-300\/30:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.3);
}
.active\:ring-offset-neutral-300\/35:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.35);
}
.active\:ring-offset-neutral-300\/40:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.4);
}
.active\:ring-offset-neutral-300\/45:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.45);
}
.active\:ring-offset-neutral-300\/5:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.05);
}
.active\:ring-offset-neutral-300\/50:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.5);
}
.active\:ring-offset-neutral-300\/55:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.55);
}
.active\:ring-offset-neutral-300\/60:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.6);
}
.active\:ring-offset-neutral-300\/65:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.65);
}
.active\:ring-offset-neutral-300\/70:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.7);
}
.active\:ring-offset-neutral-300\/75:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.75);
}
.active\:ring-offset-neutral-300\/80:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.8);
}
.active\:ring-offset-neutral-300\/85:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.85);
}
.active\:ring-offset-neutral-300\/90:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.9);
}
.active\:ring-offset-neutral-300\/95:active {
  --tw-ring-offset-color: rgb(212 212 212 / 0.95);
}
.active\:ring-offset-neutral-400:active {
  --tw-ring-offset-color: #a3a3a3;
}
.active\:ring-offset-neutral-400\/0:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0);
}
.active\:ring-offset-neutral-400\/10:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.1);
}
.active\:ring-offset-neutral-400\/100:active {
  --tw-ring-offset-color: rgb(163 163 163 / 1);
}
.active\:ring-offset-neutral-400\/15:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.15);
}
.active\:ring-offset-neutral-400\/20:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.2);
}
.active\:ring-offset-neutral-400\/25:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.25);
}
.active\:ring-offset-neutral-400\/30:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.3);
}
.active\:ring-offset-neutral-400\/35:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.35);
}
.active\:ring-offset-neutral-400\/40:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.4);
}
.active\:ring-offset-neutral-400\/45:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.45);
}
.active\:ring-offset-neutral-400\/5:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.05);
}
.active\:ring-offset-neutral-400\/50:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.5);
}
.active\:ring-offset-neutral-400\/55:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.55);
}
.active\:ring-offset-neutral-400\/60:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.6);
}
.active\:ring-offset-neutral-400\/65:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.65);
}
.active\:ring-offset-neutral-400\/70:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.7);
}
.active\:ring-offset-neutral-400\/75:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.75);
}
.active\:ring-offset-neutral-400\/80:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.8);
}
.active\:ring-offset-neutral-400\/85:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.85);
}
.active\:ring-offset-neutral-400\/90:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.9);
}
.active\:ring-offset-neutral-400\/95:active {
  --tw-ring-offset-color: rgb(163 163 163 / 0.95);
}
.active\:ring-offset-neutral-50:active {
  --tw-ring-offset-color: #fafafa;
}
.active\:ring-offset-neutral-50\/0:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.active\:ring-offset-neutral-50\/10:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.active\:ring-offset-neutral-50\/100:active {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.active\:ring-offset-neutral-50\/15:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.active\:ring-offset-neutral-50\/20:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.active\:ring-offset-neutral-50\/25:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.active\:ring-offset-neutral-50\/30:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.active\:ring-offset-neutral-50\/35:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.active\:ring-offset-neutral-50\/40:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.active\:ring-offset-neutral-50\/45:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.active\:ring-offset-neutral-50\/5:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.active\:ring-offset-neutral-50\/50:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.active\:ring-offset-neutral-50\/55:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.active\:ring-offset-neutral-50\/60:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.active\:ring-offset-neutral-50\/65:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.active\:ring-offset-neutral-50\/70:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.active\:ring-offset-neutral-50\/75:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.active\:ring-offset-neutral-50\/80:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.active\:ring-offset-neutral-50\/85:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.active\:ring-offset-neutral-50\/90:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.active\:ring-offset-neutral-50\/95:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.active\:ring-offset-neutral-500:active {
  --tw-ring-offset-color: #737373;
}
.active\:ring-offset-neutral-500\/0:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0);
}
.active\:ring-offset-neutral-500\/10:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.1);
}
.active\:ring-offset-neutral-500\/100:active {
  --tw-ring-offset-color: rgb(115 115 115 / 1);
}
.active\:ring-offset-neutral-500\/15:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.15);
}
.active\:ring-offset-neutral-500\/20:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.2);
}
.active\:ring-offset-neutral-500\/25:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.25);
}
.active\:ring-offset-neutral-500\/30:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.3);
}
.active\:ring-offset-neutral-500\/35:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.35);
}
.active\:ring-offset-neutral-500\/40:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.4);
}
.active\:ring-offset-neutral-500\/45:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.45);
}
.active\:ring-offset-neutral-500\/5:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.05);
}
.active\:ring-offset-neutral-500\/50:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.5);
}
.active\:ring-offset-neutral-500\/55:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.55);
}
.active\:ring-offset-neutral-500\/60:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.6);
}
.active\:ring-offset-neutral-500\/65:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.65);
}
.active\:ring-offset-neutral-500\/70:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.7);
}
.active\:ring-offset-neutral-500\/75:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.75);
}
.active\:ring-offset-neutral-500\/80:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.8);
}
.active\:ring-offset-neutral-500\/85:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.85);
}
.active\:ring-offset-neutral-500\/90:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.9);
}
.active\:ring-offset-neutral-500\/95:active {
  --tw-ring-offset-color: rgb(115 115 115 / 0.95);
}
.active\:ring-offset-neutral-600:active {
  --tw-ring-offset-color: #525252;
}
.active\:ring-offset-neutral-600\/0:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0);
}
.active\:ring-offset-neutral-600\/10:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.1);
}
.active\:ring-offset-neutral-600\/100:active {
  --tw-ring-offset-color: rgb(82 82 82 / 1);
}
.active\:ring-offset-neutral-600\/15:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.15);
}
.active\:ring-offset-neutral-600\/20:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.2);
}
.active\:ring-offset-neutral-600\/25:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.25);
}
.active\:ring-offset-neutral-600\/30:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.3);
}
.active\:ring-offset-neutral-600\/35:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.35);
}
.active\:ring-offset-neutral-600\/40:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.4);
}
.active\:ring-offset-neutral-600\/45:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.45);
}
.active\:ring-offset-neutral-600\/5:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.05);
}
.active\:ring-offset-neutral-600\/50:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.5);
}
.active\:ring-offset-neutral-600\/55:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.55);
}
.active\:ring-offset-neutral-600\/60:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.6);
}
.active\:ring-offset-neutral-600\/65:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.65);
}
.active\:ring-offset-neutral-600\/70:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.7);
}
.active\:ring-offset-neutral-600\/75:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.75);
}
.active\:ring-offset-neutral-600\/80:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.8);
}
.active\:ring-offset-neutral-600\/85:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.85);
}
.active\:ring-offset-neutral-600\/90:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.9);
}
.active\:ring-offset-neutral-600\/95:active {
  --tw-ring-offset-color: rgb(82 82 82 / 0.95);
}
.active\:ring-offset-neutral-700:active {
  --tw-ring-offset-color: #404040;
}
.active\:ring-offset-neutral-700\/0:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.active\:ring-offset-neutral-700\/10:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.active\:ring-offset-neutral-700\/100:active {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.active\:ring-offset-neutral-700\/15:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.15);
}
.active\:ring-offset-neutral-700\/20:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.active\:ring-offset-neutral-700\/25:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.active\:ring-offset-neutral-700\/30:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.active\:ring-offset-neutral-700\/35:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.35);
}
.active\:ring-offset-neutral-700\/40:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.active\:ring-offset-neutral-700\/45:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.45);
}
.active\:ring-offset-neutral-700\/5:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.active\:ring-offset-neutral-700\/50:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.active\:ring-offset-neutral-700\/55:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.55);
}
.active\:ring-offset-neutral-700\/60:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.active\:ring-offset-neutral-700\/65:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.65);
}
.active\:ring-offset-neutral-700\/70:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.active\:ring-offset-neutral-700\/75:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.active\:ring-offset-neutral-700\/80:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.active\:ring-offset-neutral-700\/85:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.85);
}
.active\:ring-offset-neutral-700\/90:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.active\:ring-offset-neutral-700\/95:active {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.active\:ring-offset-neutral-800:active {
  --tw-ring-offset-color: #262626;
}
.active\:ring-offset-neutral-800\/0:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0);
}
.active\:ring-offset-neutral-800\/10:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.1);
}
.active\:ring-offset-neutral-800\/100:active {
  --tw-ring-offset-color: rgb(38 38 38 / 1);
}
.active\:ring-offset-neutral-800\/15:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.15);
}
.active\:ring-offset-neutral-800\/20:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.2);
}
.active\:ring-offset-neutral-800\/25:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.25);
}
.active\:ring-offset-neutral-800\/30:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.3);
}
.active\:ring-offset-neutral-800\/35:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.35);
}
.active\:ring-offset-neutral-800\/40:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.4);
}
.active\:ring-offset-neutral-800\/45:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.45);
}
.active\:ring-offset-neutral-800\/5:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.05);
}
.active\:ring-offset-neutral-800\/50:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.5);
}
.active\:ring-offset-neutral-800\/55:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.55);
}
.active\:ring-offset-neutral-800\/60:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.6);
}
.active\:ring-offset-neutral-800\/65:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.65);
}
.active\:ring-offset-neutral-800\/70:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.7);
}
.active\:ring-offset-neutral-800\/75:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.75);
}
.active\:ring-offset-neutral-800\/80:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.8);
}
.active\:ring-offset-neutral-800\/85:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.85);
}
.active\:ring-offset-neutral-800\/90:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.9);
}
.active\:ring-offset-neutral-800\/95:active {
  --tw-ring-offset-color: rgb(38 38 38 / 0.95);
}
.active\:ring-offset-neutral-900:active {
  --tw-ring-offset-color: #171717;
}
.active\:ring-offset-neutral-900\/0:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}
.active\:ring-offset-neutral-900\/10:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}
.active\:ring-offset-neutral-900\/100:active {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}
.active\:ring-offset-neutral-900\/15:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.15);
}
.active\:ring-offset-neutral-900\/20:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}
.active\:ring-offset-neutral-900\/25:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}
.active\:ring-offset-neutral-900\/30:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}
.active\:ring-offset-neutral-900\/35:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.35);
}
.active\:ring-offset-neutral-900\/40:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}
.active\:ring-offset-neutral-900\/45:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.45);
}
.active\:ring-offset-neutral-900\/5:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}
.active\:ring-offset-neutral-900\/50:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}
.active\:ring-offset-neutral-900\/55:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.55);
}
.active\:ring-offset-neutral-900\/60:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}
.active\:ring-offset-neutral-900\/65:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.65);
}
.active\:ring-offset-neutral-900\/70:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}
.active\:ring-offset-neutral-900\/75:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}
.active\:ring-offset-neutral-900\/80:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}
.active\:ring-offset-neutral-900\/85:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.85);
}
.active\:ring-offset-neutral-900\/90:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}
.active\:ring-offset-neutral-900\/95:active {
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}
.active\:ring-offset-neutral-950:active {
  --tw-ring-offset-color: #0a0a0a;
}
.active\:ring-offset-neutral-950\/0:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0);
}
.active\:ring-offset-neutral-950\/10:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.1);
}
.active\:ring-offset-neutral-950\/100:active {
  --tw-ring-offset-color: rgb(10 10 10 / 1);
}
.active\:ring-offset-neutral-950\/15:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.15);
}
.active\:ring-offset-neutral-950\/20:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.2);
}
.active\:ring-offset-neutral-950\/25:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.25);
}
.active\:ring-offset-neutral-950\/30:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.3);
}
.active\:ring-offset-neutral-950\/35:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.35);
}
.active\:ring-offset-neutral-950\/40:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.4);
}
.active\:ring-offset-neutral-950\/45:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.45);
}
.active\:ring-offset-neutral-950\/5:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.05);
}
.active\:ring-offset-neutral-950\/50:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.5);
}
.active\:ring-offset-neutral-950\/55:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.55);
}
.active\:ring-offset-neutral-950\/60:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.6);
}
.active\:ring-offset-neutral-950\/65:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.65);
}
.active\:ring-offset-neutral-950\/70:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.7);
}
.active\:ring-offset-neutral-950\/75:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.75);
}
.active\:ring-offset-neutral-950\/80:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.8);
}
.active\:ring-offset-neutral-950\/85:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.85);
}
.active\:ring-offset-neutral-950\/90:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.9);
}
.active\:ring-offset-neutral-950\/95:active {
  --tw-ring-offset-color: rgb(10 10 10 / 0.95);
}
.active\:ring-offset-orange-100:active {
  --tw-ring-offset-color: #ffedd5;
}
.active\:ring-offset-orange-100\/0:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0);
}
.active\:ring-offset-orange-100\/10:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.1);
}
.active\:ring-offset-orange-100\/100:active {
  --tw-ring-offset-color: rgb(255 237 213 / 1);
}
.active\:ring-offset-orange-100\/15:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.15);
}
.active\:ring-offset-orange-100\/20:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.2);
}
.active\:ring-offset-orange-100\/25:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.25);
}
.active\:ring-offset-orange-100\/30:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.3);
}
.active\:ring-offset-orange-100\/35:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.35);
}
.active\:ring-offset-orange-100\/40:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.4);
}
.active\:ring-offset-orange-100\/45:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.45);
}
.active\:ring-offset-orange-100\/5:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.05);
}
.active\:ring-offset-orange-100\/50:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.5);
}
.active\:ring-offset-orange-100\/55:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.55);
}
.active\:ring-offset-orange-100\/60:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.6);
}
.active\:ring-offset-orange-100\/65:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.65);
}
.active\:ring-offset-orange-100\/70:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.7);
}
.active\:ring-offset-orange-100\/75:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.75);
}
.active\:ring-offset-orange-100\/80:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.8);
}
.active\:ring-offset-orange-100\/85:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.85);
}
.active\:ring-offset-orange-100\/90:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.9);
}
.active\:ring-offset-orange-100\/95:active {
  --tw-ring-offset-color: rgb(255 237 213 / 0.95);
}
.active\:ring-offset-orange-200:active {
  --tw-ring-offset-color: #fed7aa;
}
.active\:ring-offset-orange-200\/0:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0);
}
.active\:ring-offset-orange-200\/10:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.1);
}
.active\:ring-offset-orange-200\/100:active {
  --tw-ring-offset-color: rgb(254 215 170 / 1);
}
.active\:ring-offset-orange-200\/15:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.15);
}
.active\:ring-offset-orange-200\/20:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.2);
}
.active\:ring-offset-orange-200\/25:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.25);
}
.active\:ring-offset-orange-200\/30:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.3);
}
.active\:ring-offset-orange-200\/35:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.35);
}
.active\:ring-offset-orange-200\/40:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.4);
}
.active\:ring-offset-orange-200\/45:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.45);
}
.active\:ring-offset-orange-200\/5:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.05);
}
.active\:ring-offset-orange-200\/50:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.5);
}
.active\:ring-offset-orange-200\/55:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.55);
}
.active\:ring-offset-orange-200\/60:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.6);
}
.active\:ring-offset-orange-200\/65:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.65);
}
.active\:ring-offset-orange-200\/70:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.7);
}
.active\:ring-offset-orange-200\/75:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.75);
}
.active\:ring-offset-orange-200\/80:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.8);
}
.active\:ring-offset-orange-200\/85:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.85);
}
.active\:ring-offset-orange-200\/90:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.9);
}
.active\:ring-offset-orange-200\/95:active {
  --tw-ring-offset-color: rgb(254 215 170 / 0.95);
}
.active\:ring-offset-orange-300:active {
  --tw-ring-offset-color: #fdba74;
}
.active\:ring-offset-orange-300\/0:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0);
}
.active\:ring-offset-orange-300\/10:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.1);
}
.active\:ring-offset-orange-300\/100:active {
  --tw-ring-offset-color: rgb(253 186 116 / 1);
}
.active\:ring-offset-orange-300\/15:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.15);
}
.active\:ring-offset-orange-300\/20:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.2);
}
.active\:ring-offset-orange-300\/25:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.25);
}
.active\:ring-offset-orange-300\/30:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.3);
}
.active\:ring-offset-orange-300\/35:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.35);
}
.active\:ring-offset-orange-300\/40:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.4);
}
.active\:ring-offset-orange-300\/45:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.45);
}
.active\:ring-offset-orange-300\/5:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.05);
}
.active\:ring-offset-orange-300\/50:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.5);
}
.active\:ring-offset-orange-300\/55:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.55);
}
.active\:ring-offset-orange-300\/60:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.6);
}
.active\:ring-offset-orange-300\/65:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.65);
}
.active\:ring-offset-orange-300\/70:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.7);
}
.active\:ring-offset-orange-300\/75:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.75);
}
.active\:ring-offset-orange-300\/80:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.8);
}
.active\:ring-offset-orange-300\/85:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.85);
}
.active\:ring-offset-orange-300\/90:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.9);
}
.active\:ring-offset-orange-300\/95:active {
  --tw-ring-offset-color: rgb(253 186 116 / 0.95);
}
.active\:ring-offset-orange-400:active {
  --tw-ring-offset-color: #fb923c;
}
.active\:ring-offset-orange-400\/0:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}
.active\:ring-offset-orange-400\/10:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}
.active\:ring-offset-orange-400\/100:active {
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}
.active\:ring-offset-orange-400\/15:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.15);
}
.active\:ring-offset-orange-400\/20:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}
.active\:ring-offset-orange-400\/25:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}
.active\:ring-offset-orange-400\/30:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}
.active\:ring-offset-orange-400\/35:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.35);
}
.active\:ring-offset-orange-400\/40:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}
.active\:ring-offset-orange-400\/45:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.45);
}
.active\:ring-offset-orange-400\/5:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}
.active\:ring-offset-orange-400\/50:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}
.active\:ring-offset-orange-400\/55:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.55);
}
.active\:ring-offset-orange-400\/60:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}
.active\:ring-offset-orange-400\/65:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.65);
}
.active\:ring-offset-orange-400\/70:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}
.active\:ring-offset-orange-400\/75:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}
.active\:ring-offset-orange-400\/80:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}
.active\:ring-offset-orange-400\/85:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.85);
}
.active\:ring-offset-orange-400\/90:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}
.active\:ring-offset-orange-400\/95:active {
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}
.active\:ring-offset-orange-50:active {
  --tw-ring-offset-color: #fff7ed;
}
.active\:ring-offset-orange-50\/0:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0);
}
.active\:ring-offset-orange-50\/10:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.1);
}
.active\:ring-offset-orange-50\/100:active {
  --tw-ring-offset-color: rgb(255 247 237 / 1);
}
.active\:ring-offset-orange-50\/15:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.15);
}
.active\:ring-offset-orange-50\/20:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.2);
}
.active\:ring-offset-orange-50\/25:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.25);
}
.active\:ring-offset-orange-50\/30:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.3);
}
.active\:ring-offset-orange-50\/35:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.35);
}
.active\:ring-offset-orange-50\/40:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.4);
}
.active\:ring-offset-orange-50\/45:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.45);
}
.active\:ring-offset-orange-50\/5:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.05);
}
.active\:ring-offset-orange-50\/50:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.5);
}
.active\:ring-offset-orange-50\/55:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.55);
}
.active\:ring-offset-orange-50\/60:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.6);
}
.active\:ring-offset-orange-50\/65:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.65);
}
.active\:ring-offset-orange-50\/70:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.7);
}
.active\:ring-offset-orange-50\/75:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.75);
}
.active\:ring-offset-orange-50\/80:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.8);
}
.active\:ring-offset-orange-50\/85:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.85);
}
.active\:ring-offset-orange-50\/90:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.9);
}
.active\:ring-offset-orange-50\/95:active {
  --tw-ring-offset-color: rgb(255 247 237 / 0.95);
}
.active\:ring-offset-orange-500:active {
  --tw-ring-offset-color: #f97316;
}
.active\:ring-offset-orange-500\/0:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0);
}
.active\:ring-offset-orange-500\/10:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.1);
}
.active\:ring-offset-orange-500\/100:active {
  --tw-ring-offset-color: rgb(249 115 22 / 1);
}
.active\:ring-offset-orange-500\/15:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.15);
}
.active\:ring-offset-orange-500\/20:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.2);
}
.active\:ring-offset-orange-500\/25:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.25);
}
.active\:ring-offset-orange-500\/30:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.3);
}
.active\:ring-offset-orange-500\/35:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.35);
}
.active\:ring-offset-orange-500\/40:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.4);
}
.active\:ring-offset-orange-500\/45:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.45);
}
.active\:ring-offset-orange-500\/5:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.05);
}
.active\:ring-offset-orange-500\/50:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.5);
}
.active\:ring-offset-orange-500\/55:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.55);
}
.active\:ring-offset-orange-500\/60:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.6);
}
.active\:ring-offset-orange-500\/65:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.65);
}
.active\:ring-offset-orange-500\/70:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.7);
}
.active\:ring-offset-orange-500\/75:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.75);
}
.active\:ring-offset-orange-500\/80:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.8);
}
.active\:ring-offset-orange-500\/85:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.85);
}
.active\:ring-offset-orange-500\/90:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.9);
}
.active\:ring-offset-orange-500\/95:active {
  --tw-ring-offset-color: rgb(249 115 22 / 0.95);
}
.active\:ring-offset-orange-600:active {
  --tw-ring-offset-color: #ea580c;
}
.active\:ring-offset-orange-600\/0:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0);
}
.active\:ring-offset-orange-600\/10:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.1);
}
.active\:ring-offset-orange-600\/100:active {
  --tw-ring-offset-color: rgb(234 88 12 / 1);
}
.active\:ring-offset-orange-600\/15:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.15);
}
.active\:ring-offset-orange-600\/20:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.2);
}
.active\:ring-offset-orange-600\/25:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.25);
}
.active\:ring-offset-orange-600\/30:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.3);
}
.active\:ring-offset-orange-600\/35:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.35);
}
.active\:ring-offset-orange-600\/40:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.4);
}
.active\:ring-offset-orange-600\/45:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.45);
}
.active\:ring-offset-orange-600\/5:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.05);
}
.active\:ring-offset-orange-600\/50:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.5);
}
.active\:ring-offset-orange-600\/55:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.55);
}
.active\:ring-offset-orange-600\/60:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.6);
}
.active\:ring-offset-orange-600\/65:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.65);
}
.active\:ring-offset-orange-600\/70:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.7);
}
.active\:ring-offset-orange-600\/75:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.75);
}
.active\:ring-offset-orange-600\/80:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.8);
}
.active\:ring-offset-orange-600\/85:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.85);
}
.active\:ring-offset-orange-600\/90:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.9);
}
.active\:ring-offset-orange-600\/95:active {
  --tw-ring-offset-color: rgb(234 88 12 / 0.95);
}
.active\:ring-offset-orange-700:active {
  --tw-ring-offset-color: #c2410c;
}
.active\:ring-offset-orange-700\/0:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0);
}
.active\:ring-offset-orange-700\/10:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.1);
}
.active\:ring-offset-orange-700\/100:active {
  --tw-ring-offset-color: rgb(194 65 12 / 1);
}
.active\:ring-offset-orange-700\/15:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.15);
}
.active\:ring-offset-orange-700\/20:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.2);
}
.active\:ring-offset-orange-700\/25:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.25);
}
.active\:ring-offset-orange-700\/30:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.3);
}
.active\:ring-offset-orange-700\/35:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.35);
}
.active\:ring-offset-orange-700\/40:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.4);
}
.active\:ring-offset-orange-700\/45:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.45);
}
.active\:ring-offset-orange-700\/5:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.05);
}
.active\:ring-offset-orange-700\/50:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.5);
}
.active\:ring-offset-orange-700\/55:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.55);
}
.active\:ring-offset-orange-700\/60:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.6);
}
.active\:ring-offset-orange-700\/65:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.65);
}
.active\:ring-offset-orange-700\/70:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.7);
}
.active\:ring-offset-orange-700\/75:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.75);
}
.active\:ring-offset-orange-700\/80:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.8);
}
.active\:ring-offset-orange-700\/85:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.85);
}
.active\:ring-offset-orange-700\/90:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.9);
}
.active\:ring-offset-orange-700\/95:active {
  --tw-ring-offset-color: rgb(194 65 12 / 0.95);
}
.active\:ring-offset-orange-800:active {
  --tw-ring-offset-color: #9a3412;
}
.active\:ring-offset-orange-800\/0:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0);
}
.active\:ring-offset-orange-800\/10:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.1);
}
.active\:ring-offset-orange-800\/100:active {
  --tw-ring-offset-color: rgb(154 52 18 / 1);
}
.active\:ring-offset-orange-800\/15:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.15);
}
.active\:ring-offset-orange-800\/20:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.2);
}
.active\:ring-offset-orange-800\/25:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.25);
}
.active\:ring-offset-orange-800\/30:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.3);
}
.active\:ring-offset-orange-800\/35:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.35);
}
.active\:ring-offset-orange-800\/40:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.4);
}
.active\:ring-offset-orange-800\/45:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.45);
}
.active\:ring-offset-orange-800\/5:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.05);
}
.active\:ring-offset-orange-800\/50:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.5);
}
.active\:ring-offset-orange-800\/55:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.55);
}
.active\:ring-offset-orange-800\/60:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.6);
}
.active\:ring-offset-orange-800\/65:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.65);
}
.active\:ring-offset-orange-800\/70:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.7);
}
.active\:ring-offset-orange-800\/75:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.75);
}
.active\:ring-offset-orange-800\/80:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.8);
}
.active\:ring-offset-orange-800\/85:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.85);
}
.active\:ring-offset-orange-800\/90:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.9);
}
.active\:ring-offset-orange-800\/95:active {
  --tw-ring-offset-color: rgb(154 52 18 / 0.95);
}
.active\:ring-offset-orange-900:active {
  --tw-ring-offset-color: #7c2d12;
}
.active\:ring-offset-orange-900\/0:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0);
}
.active\:ring-offset-orange-900\/10:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.1);
}
.active\:ring-offset-orange-900\/100:active {
  --tw-ring-offset-color: rgb(124 45 18 / 1);
}
.active\:ring-offset-orange-900\/15:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.15);
}
.active\:ring-offset-orange-900\/20:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.2);
}
.active\:ring-offset-orange-900\/25:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.25);
}
.active\:ring-offset-orange-900\/30:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.3);
}
.active\:ring-offset-orange-900\/35:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.35);
}
.active\:ring-offset-orange-900\/40:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.4);
}
.active\:ring-offset-orange-900\/45:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.45);
}
.active\:ring-offset-orange-900\/5:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.05);
}
.active\:ring-offset-orange-900\/50:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.5);
}
.active\:ring-offset-orange-900\/55:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.55);
}
.active\:ring-offset-orange-900\/60:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.6);
}
.active\:ring-offset-orange-900\/65:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.65);
}
.active\:ring-offset-orange-900\/70:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.7);
}
.active\:ring-offset-orange-900\/75:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.75);
}
.active\:ring-offset-orange-900\/80:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.8);
}
.active\:ring-offset-orange-900\/85:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.85);
}
.active\:ring-offset-orange-900\/90:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.9);
}
.active\:ring-offset-orange-900\/95:active {
  --tw-ring-offset-color: rgb(124 45 18 / 0.95);
}
.active\:ring-offset-orange-950:active {
  --tw-ring-offset-color: #431407;
}
.active\:ring-offset-orange-950\/0:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0);
}
.active\:ring-offset-orange-950\/10:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.1);
}
.active\:ring-offset-orange-950\/100:active {
  --tw-ring-offset-color: rgb(67 20 7 / 1);
}
.active\:ring-offset-orange-950\/15:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.15);
}
.active\:ring-offset-orange-950\/20:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.2);
}
.active\:ring-offset-orange-950\/25:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.25);
}
.active\:ring-offset-orange-950\/30:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.3);
}
.active\:ring-offset-orange-950\/35:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.35);
}
.active\:ring-offset-orange-950\/40:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.4);
}
.active\:ring-offset-orange-950\/45:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.45);
}
.active\:ring-offset-orange-950\/5:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.05);
}
.active\:ring-offset-orange-950\/50:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.5);
}
.active\:ring-offset-orange-950\/55:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.55);
}
.active\:ring-offset-orange-950\/60:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.6);
}
.active\:ring-offset-orange-950\/65:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.65);
}
.active\:ring-offset-orange-950\/70:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.7);
}
.active\:ring-offset-orange-950\/75:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.75);
}
.active\:ring-offset-orange-950\/80:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.8);
}
.active\:ring-offset-orange-950\/85:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.85);
}
.active\:ring-offset-orange-950\/90:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.9);
}
.active\:ring-offset-orange-950\/95:active {
  --tw-ring-offset-color: rgb(67 20 7 / 0.95);
}
.active\:ring-offset-pink-100:active {
  --tw-ring-offset-color: #fce7f3;
}
.active\:ring-offset-pink-100\/0:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0);
}
.active\:ring-offset-pink-100\/10:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.1);
}
.active\:ring-offset-pink-100\/100:active {
  --tw-ring-offset-color: rgb(252 231 243 / 1);
}
.active\:ring-offset-pink-100\/15:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.15);
}
.active\:ring-offset-pink-100\/20:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.2);
}
.active\:ring-offset-pink-100\/25:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.25);
}
.active\:ring-offset-pink-100\/30:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.3);
}
.active\:ring-offset-pink-100\/35:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.35);
}
.active\:ring-offset-pink-100\/40:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.4);
}
.active\:ring-offset-pink-100\/45:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.45);
}
.active\:ring-offset-pink-100\/5:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.05);
}
.active\:ring-offset-pink-100\/50:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.5);
}
.active\:ring-offset-pink-100\/55:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.55);
}
.active\:ring-offset-pink-100\/60:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.6);
}
.active\:ring-offset-pink-100\/65:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.65);
}
.active\:ring-offset-pink-100\/70:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.7);
}
.active\:ring-offset-pink-100\/75:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.75);
}
.active\:ring-offset-pink-100\/80:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.8);
}
.active\:ring-offset-pink-100\/85:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.85);
}
.active\:ring-offset-pink-100\/90:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.9);
}
.active\:ring-offset-pink-100\/95:active {
  --tw-ring-offset-color: rgb(252 231 243 / 0.95);
}
.active\:ring-offset-pink-200:active {
  --tw-ring-offset-color: #fbcfe8;
}
.active\:ring-offset-pink-200\/0:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0);
}
.active\:ring-offset-pink-200\/10:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.1);
}
.active\:ring-offset-pink-200\/100:active {
  --tw-ring-offset-color: rgb(251 207 232 / 1);
}
.active\:ring-offset-pink-200\/15:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.15);
}
.active\:ring-offset-pink-200\/20:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.2);
}
.active\:ring-offset-pink-200\/25:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.25);
}
.active\:ring-offset-pink-200\/30:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.3);
}
.active\:ring-offset-pink-200\/35:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.35);
}
.active\:ring-offset-pink-200\/40:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.4);
}
.active\:ring-offset-pink-200\/45:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.45);
}
.active\:ring-offset-pink-200\/5:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.05);
}
.active\:ring-offset-pink-200\/50:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.5);
}
.active\:ring-offset-pink-200\/55:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.55);
}
.active\:ring-offset-pink-200\/60:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.6);
}
.active\:ring-offset-pink-200\/65:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.65);
}
.active\:ring-offset-pink-200\/70:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.7);
}
.active\:ring-offset-pink-200\/75:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.75);
}
.active\:ring-offset-pink-200\/80:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.8);
}
.active\:ring-offset-pink-200\/85:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.85);
}
.active\:ring-offset-pink-200\/90:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.9);
}
.active\:ring-offset-pink-200\/95:active {
  --tw-ring-offset-color: rgb(251 207 232 / 0.95);
}
.active\:ring-offset-pink-300:active {
  --tw-ring-offset-color: #f9a8d4;
}
.active\:ring-offset-pink-300\/0:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0);
}
.active\:ring-offset-pink-300\/10:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.1);
}
.active\:ring-offset-pink-300\/100:active {
  --tw-ring-offset-color: rgb(249 168 212 / 1);
}
.active\:ring-offset-pink-300\/15:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.15);
}
.active\:ring-offset-pink-300\/20:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.2);
}
.active\:ring-offset-pink-300\/25:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.25);
}
.active\:ring-offset-pink-300\/30:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.3);
}
.active\:ring-offset-pink-300\/35:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.35);
}
.active\:ring-offset-pink-300\/40:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.4);
}
.active\:ring-offset-pink-300\/45:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.45);
}
.active\:ring-offset-pink-300\/5:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.05);
}
.active\:ring-offset-pink-300\/50:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.5);
}
.active\:ring-offset-pink-300\/55:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.55);
}
.active\:ring-offset-pink-300\/60:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.6);
}
.active\:ring-offset-pink-300\/65:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.65);
}
.active\:ring-offset-pink-300\/70:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.7);
}
.active\:ring-offset-pink-300\/75:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.75);
}
.active\:ring-offset-pink-300\/80:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.8);
}
.active\:ring-offset-pink-300\/85:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.85);
}
.active\:ring-offset-pink-300\/90:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.9);
}
.active\:ring-offset-pink-300\/95:active {
  --tw-ring-offset-color: rgb(249 168 212 / 0.95);
}
.active\:ring-offset-pink-400:active {
  --tw-ring-offset-color: #f472b6;
}
.active\:ring-offset-pink-400\/0:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0);
}
.active\:ring-offset-pink-400\/10:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.1);
}
.active\:ring-offset-pink-400\/100:active {
  --tw-ring-offset-color: rgb(244 114 182 / 1);
}
.active\:ring-offset-pink-400\/15:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.15);
}
.active\:ring-offset-pink-400\/20:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.2);
}
.active\:ring-offset-pink-400\/25:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.25);
}
.active\:ring-offset-pink-400\/30:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.3);
}
.active\:ring-offset-pink-400\/35:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.35);
}
.active\:ring-offset-pink-400\/40:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.4);
}
.active\:ring-offset-pink-400\/45:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.45);
}
.active\:ring-offset-pink-400\/5:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.05);
}
.active\:ring-offset-pink-400\/50:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.5);
}
.active\:ring-offset-pink-400\/55:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.55);
}
.active\:ring-offset-pink-400\/60:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.6);
}
.active\:ring-offset-pink-400\/65:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.65);
}
.active\:ring-offset-pink-400\/70:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.7);
}
.active\:ring-offset-pink-400\/75:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.75);
}
.active\:ring-offset-pink-400\/80:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.8);
}
.active\:ring-offset-pink-400\/85:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.85);
}
.active\:ring-offset-pink-400\/90:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.9);
}
.active\:ring-offset-pink-400\/95:active {
  --tw-ring-offset-color: rgb(244 114 182 / 0.95);
}
.active\:ring-offset-pink-50:active {
  --tw-ring-offset-color: #fdf2f8;
}
.active\:ring-offset-pink-50\/0:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0);
}
.active\:ring-offset-pink-50\/10:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.1);
}
.active\:ring-offset-pink-50\/100:active {
  --tw-ring-offset-color: rgb(253 242 248 / 1);
}
.active\:ring-offset-pink-50\/15:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.15);
}
.active\:ring-offset-pink-50\/20:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.2);
}
.active\:ring-offset-pink-50\/25:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.25);
}
.active\:ring-offset-pink-50\/30:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.3);
}
.active\:ring-offset-pink-50\/35:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.35);
}
.active\:ring-offset-pink-50\/40:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.4);
}
.active\:ring-offset-pink-50\/45:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.45);
}
.active\:ring-offset-pink-50\/5:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.05);
}
.active\:ring-offset-pink-50\/50:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.5);
}
.active\:ring-offset-pink-50\/55:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.55);
}
.active\:ring-offset-pink-50\/60:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.6);
}
.active\:ring-offset-pink-50\/65:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.65);
}
.active\:ring-offset-pink-50\/70:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.7);
}
.active\:ring-offset-pink-50\/75:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.75);
}
.active\:ring-offset-pink-50\/80:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.8);
}
.active\:ring-offset-pink-50\/85:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.85);
}
.active\:ring-offset-pink-50\/90:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.9);
}
.active\:ring-offset-pink-50\/95:active {
  --tw-ring-offset-color: rgb(253 242 248 / 0.95);
}
.active\:ring-offset-pink-500:active {
  --tw-ring-offset-color: #ec4899;
}
.active\:ring-offset-pink-500\/0:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0);
}
.active\:ring-offset-pink-500\/10:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.1);
}
.active\:ring-offset-pink-500\/100:active {
  --tw-ring-offset-color: rgb(236 72 153 / 1);
}
.active\:ring-offset-pink-500\/15:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.15);
}
.active\:ring-offset-pink-500\/20:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.2);
}
.active\:ring-offset-pink-500\/25:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.25);
}
.active\:ring-offset-pink-500\/30:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.3);
}
.active\:ring-offset-pink-500\/35:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.35);
}
.active\:ring-offset-pink-500\/40:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.4);
}
.active\:ring-offset-pink-500\/45:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.45);
}
.active\:ring-offset-pink-500\/5:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.05);
}
.active\:ring-offset-pink-500\/50:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.5);
}
.active\:ring-offset-pink-500\/55:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.55);
}
.active\:ring-offset-pink-500\/60:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.6);
}
.active\:ring-offset-pink-500\/65:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.65);
}
.active\:ring-offset-pink-500\/70:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.7);
}
.active\:ring-offset-pink-500\/75:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.75);
}
.active\:ring-offset-pink-500\/80:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.8);
}
.active\:ring-offset-pink-500\/85:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.85);
}
.active\:ring-offset-pink-500\/90:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.9);
}
.active\:ring-offset-pink-500\/95:active {
  --tw-ring-offset-color: rgb(236 72 153 / 0.95);
}
.active\:ring-offset-pink-600:active {
  --tw-ring-offset-color: #db2777;
}
.active\:ring-offset-pink-600\/0:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0);
}
.active\:ring-offset-pink-600\/10:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.1);
}
.active\:ring-offset-pink-600\/100:active {
  --tw-ring-offset-color: rgb(219 39 119 / 1);
}
.active\:ring-offset-pink-600\/15:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.15);
}
.active\:ring-offset-pink-600\/20:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.2);
}
.active\:ring-offset-pink-600\/25:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.25);
}
.active\:ring-offset-pink-600\/30:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.3);
}
.active\:ring-offset-pink-600\/35:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.35);
}
.active\:ring-offset-pink-600\/40:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.4);
}
.active\:ring-offset-pink-600\/45:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.45);
}
.active\:ring-offset-pink-600\/5:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.05);
}
.active\:ring-offset-pink-600\/50:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.5);
}
.active\:ring-offset-pink-600\/55:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.55);
}
.active\:ring-offset-pink-600\/60:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.6);
}
.active\:ring-offset-pink-600\/65:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.65);
}
.active\:ring-offset-pink-600\/70:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.7);
}
.active\:ring-offset-pink-600\/75:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.75);
}
.active\:ring-offset-pink-600\/80:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.8);
}
.active\:ring-offset-pink-600\/85:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.85);
}
.active\:ring-offset-pink-600\/90:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.9);
}
.active\:ring-offset-pink-600\/95:active {
  --tw-ring-offset-color: rgb(219 39 119 / 0.95);
}
.active\:ring-offset-pink-700:active {
  --tw-ring-offset-color: #be185d;
}
.active\:ring-offset-pink-700\/0:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0);
}
.active\:ring-offset-pink-700\/10:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.1);
}
.active\:ring-offset-pink-700\/100:active {
  --tw-ring-offset-color: rgb(190 24 93 / 1);
}
.active\:ring-offset-pink-700\/15:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.15);
}
.active\:ring-offset-pink-700\/20:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.2);
}
.active\:ring-offset-pink-700\/25:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.25);
}
.active\:ring-offset-pink-700\/30:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.3);
}
.active\:ring-offset-pink-700\/35:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.35);
}
.active\:ring-offset-pink-700\/40:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.4);
}
.active\:ring-offset-pink-700\/45:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.45);
}
.active\:ring-offset-pink-700\/5:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.05);
}
.active\:ring-offset-pink-700\/50:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.5);
}
.active\:ring-offset-pink-700\/55:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.55);
}
.active\:ring-offset-pink-700\/60:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.6);
}
.active\:ring-offset-pink-700\/65:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.65);
}
.active\:ring-offset-pink-700\/70:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.7);
}
.active\:ring-offset-pink-700\/75:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.75);
}
.active\:ring-offset-pink-700\/80:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.8);
}
.active\:ring-offset-pink-700\/85:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.85);
}
.active\:ring-offset-pink-700\/90:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.9);
}
.active\:ring-offset-pink-700\/95:active {
  --tw-ring-offset-color: rgb(190 24 93 / 0.95);
}
.active\:ring-offset-pink-800:active {
  --tw-ring-offset-color: #9d174d;
}
.active\:ring-offset-pink-800\/0:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0);
}
.active\:ring-offset-pink-800\/10:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.1);
}
.active\:ring-offset-pink-800\/100:active {
  --tw-ring-offset-color: rgb(157 23 77 / 1);
}
.active\:ring-offset-pink-800\/15:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.15);
}
.active\:ring-offset-pink-800\/20:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.2);
}
.active\:ring-offset-pink-800\/25:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.25);
}
.active\:ring-offset-pink-800\/30:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.3);
}
.active\:ring-offset-pink-800\/35:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.35);
}
.active\:ring-offset-pink-800\/40:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.4);
}
.active\:ring-offset-pink-800\/45:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.45);
}
.active\:ring-offset-pink-800\/5:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.05);
}
.active\:ring-offset-pink-800\/50:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.5);
}
.active\:ring-offset-pink-800\/55:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.55);
}
.active\:ring-offset-pink-800\/60:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.6);
}
.active\:ring-offset-pink-800\/65:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.65);
}
.active\:ring-offset-pink-800\/70:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.7);
}
.active\:ring-offset-pink-800\/75:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.75);
}
.active\:ring-offset-pink-800\/80:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.8);
}
.active\:ring-offset-pink-800\/85:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.85);
}
.active\:ring-offset-pink-800\/90:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.9);
}
.active\:ring-offset-pink-800\/95:active {
  --tw-ring-offset-color: rgb(157 23 77 / 0.95);
}
.active\:ring-offset-pink-900:active {
  --tw-ring-offset-color: #831843;
}
.active\:ring-offset-pink-900\/0:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0);
}
.active\:ring-offset-pink-900\/10:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.1);
}
.active\:ring-offset-pink-900\/100:active {
  --tw-ring-offset-color: rgb(131 24 67 / 1);
}
.active\:ring-offset-pink-900\/15:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.15);
}
.active\:ring-offset-pink-900\/20:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.2);
}
.active\:ring-offset-pink-900\/25:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.25);
}
.active\:ring-offset-pink-900\/30:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.3);
}
.active\:ring-offset-pink-900\/35:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.35);
}
.active\:ring-offset-pink-900\/40:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.4);
}
.active\:ring-offset-pink-900\/45:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.45);
}
.active\:ring-offset-pink-900\/5:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.05);
}
.active\:ring-offset-pink-900\/50:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.5);
}
.active\:ring-offset-pink-900\/55:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.55);
}
.active\:ring-offset-pink-900\/60:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.6);
}
.active\:ring-offset-pink-900\/65:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.65);
}
.active\:ring-offset-pink-900\/70:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.7);
}
.active\:ring-offset-pink-900\/75:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.75);
}
.active\:ring-offset-pink-900\/80:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.8);
}
.active\:ring-offset-pink-900\/85:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.85);
}
.active\:ring-offset-pink-900\/90:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.9);
}
.active\:ring-offset-pink-900\/95:active {
  --tw-ring-offset-color: rgb(131 24 67 / 0.95);
}
.active\:ring-offset-pink-950:active {
  --tw-ring-offset-color: #500724;
}
.active\:ring-offset-pink-950\/0:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0);
}
.active\:ring-offset-pink-950\/10:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.1);
}
.active\:ring-offset-pink-950\/100:active {
  --tw-ring-offset-color: rgb(80 7 36 / 1);
}
.active\:ring-offset-pink-950\/15:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.15);
}
.active\:ring-offset-pink-950\/20:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.2);
}
.active\:ring-offset-pink-950\/25:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.25);
}
.active\:ring-offset-pink-950\/30:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.3);
}
.active\:ring-offset-pink-950\/35:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.35);
}
.active\:ring-offset-pink-950\/40:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.4);
}
.active\:ring-offset-pink-950\/45:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.45);
}
.active\:ring-offset-pink-950\/5:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.05);
}
.active\:ring-offset-pink-950\/50:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.5);
}
.active\:ring-offset-pink-950\/55:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.55);
}
.active\:ring-offset-pink-950\/60:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.6);
}
.active\:ring-offset-pink-950\/65:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.65);
}
.active\:ring-offset-pink-950\/70:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.7);
}
.active\:ring-offset-pink-950\/75:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.75);
}
.active\:ring-offset-pink-950\/80:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.8);
}
.active\:ring-offset-pink-950\/85:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.85);
}
.active\:ring-offset-pink-950\/90:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.9);
}
.active\:ring-offset-pink-950\/95:active {
  --tw-ring-offset-color: rgb(80 7 36 / 0.95);
}
.active\:ring-offset-purple-100:active {
  --tw-ring-offset-color: #f3e8ff;
}
.active\:ring-offset-purple-100\/0:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0);
}
.active\:ring-offset-purple-100\/10:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.1);
}
.active\:ring-offset-purple-100\/100:active {
  --tw-ring-offset-color: rgb(243 232 255 / 1);
}
.active\:ring-offset-purple-100\/15:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.15);
}
.active\:ring-offset-purple-100\/20:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.2);
}
.active\:ring-offset-purple-100\/25:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.25);
}
.active\:ring-offset-purple-100\/30:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.3);
}
.active\:ring-offset-purple-100\/35:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.35);
}
.active\:ring-offset-purple-100\/40:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.4);
}
.active\:ring-offset-purple-100\/45:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.45);
}
.active\:ring-offset-purple-100\/5:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.05);
}
.active\:ring-offset-purple-100\/50:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.5);
}
.active\:ring-offset-purple-100\/55:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.55);
}
.active\:ring-offset-purple-100\/60:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.6);
}
.active\:ring-offset-purple-100\/65:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.65);
}
.active\:ring-offset-purple-100\/70:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.7);
}
.active\:ring-offset-purple-100\/75:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.75);
}
.active\:ring-offset-purple-100\/80:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.8);
}
.active\:ring-offset-purple-100\/85:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.85);
}
.active\:ring-offset-purple-100\/90:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.9);
}
.active\:ring-offset-purple-100\/95:active {
  --tw-ring-offset-color: rgb(243 232 255 / 0.95);
}
.active\:ring-offset-purple-200:active {
  --tw-ring-offset-color: #e9d5ff;
}
.active\:ring-offset-purple-200\/0:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0);
}
.active\:ring-offset-purple-200\/10:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.1);
}
.active\:ring-offset-purple-200\/100:active {
  --tw-ring-offset-color: rgb(233 213 255 / 1);
}
.active\:ring-offset-purple-200\/15:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.15);
}
.active\:ring-offset-purple-200\/20:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.2);
}
.active\:ring-offset-purple-200\/25:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.25);
}
.active\:ring-offset-purple-200\/30:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.3);
}
.active\:ring-offset-purple-200\/35:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.35);
}
.active\:ring-offset-purple-200\/40:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.4);
}
.active\:ring-offset-purple-200\/45:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.45);
}
.active\:ring-offset-purple-200\/5:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.05);
}
.active\:ring-offset-purple-200\/50:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.5);
}
.active\:ring-offset-purple-200\/55:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.55);
}
.active\:ring-offset-purple-200\/60:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.6);
}
.active\:ring-offset-purple-200\/65:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.65);
}
.active\:ring-offset-purple-200\/70:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.7);
}
.active\:ring-offset-purple-200\/75:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.75);
}
.active\:ring-offset-purple-200\/80:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.8);
}
.active\:ring-offset-purple-200\/85:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.85);
}
.active\:ring-offset-purple-200\/90:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.9);
}
.active\:ring-offset-purple-200\/95:active {
  --tw-ring-offset-color: rgb(233 213 255 / 0.95);
}
.active\:ring-offset-purple-300:active {
  --tw-ring-offset-color: #d8b4fe;
}
.active\:ring-offset-purple-300\/0:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0);
}
.active\:ring-offset-purple-300\/10:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.1);
}
.active\:ring-offset-purple-300\/100:active {
  --tw-ring-offset-color: rgb(216 180 254 / 1);
}
.active\:ring-offset-purple-300\/15:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.15);
}
.active\:ring-offset-purple-300\/20:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.2);
}
.active\:ring-offset-purple-300\/25:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.25);
}
.active\:ring-offset-purple-300\/30:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.3);
}
.active\:ring-offset-purple-300\/35:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.35);
}
.active\:ring-offset-purple-300\/40:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.4);
}
.active\:ring-offset-purple-300\/45:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.45);
}
.active\:ring-offset-purple-300\/5:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.05);
}
.active\:ring-offset-purple-300\/50:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.5);
}
.active\:ring-offset-purple-300\/55:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.55);
}
.active\:ring-offset-purple-300\/60:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.6);
}
.active\:ring-offset-purple-300\/65:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.65);
}
.active\:ring-offset-purple-300\/70:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.7);
}
.active\:ring-offset-purple-300\/75:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.75);
}
.active\:ring-offset-purple-300\/80:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.8);
}
.active\:ring-offset-purple-300\/85:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.85);
}
.active\:ring-offset-purple-300\/90:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.9);
}
.active\:ring-offset-purple-300\/95:active {
  --tw-ring-offset-color: rgb(216 180 254 / 0.95);
}
.active\:ring-offset-purple-400:active {
  --tw-ring-offset-color: #c084fc;
}
.active\:ring-offset-purple-400\/0:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0);
}
.active\:ring-offset-purple-400\/10:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.1);
}
.active\:ring-offset-purple-400\/100:active {
  --tw-ring-offset-color: rgb(192 132 252 / 1);
}
.active\:ring-offset-purple-400\/15:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.15);
}
.active\:ring-offset-purple-400\/20:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.2);
}
.active\:ring-offset-purple-400\/25:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.25);
}
.active\:ring-offset-purple-400\/30:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.3);
}
.active\:ring-offset-purple-400\/35:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.35);
}
.active\:ring-offset-purple-400\/40:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.4);
}
.active\:ring-offset-purple-400\/45:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.45);
}
.active\:ring-offset-purple-400\/5:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.05);
}
.active\:ring-offset-purple-400\/50:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.5);
}
.active\:ring-offset-purple-400\/55:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.55);
}
.active\:ring-offset-purple-400\/60:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.6);
}
.active\:ring-offset-purple-400\/65:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.65);
}
.active\:ring-offset-purple-400\/70:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.7);
}
.active\:ring-offset-purple-400\/75:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.75);
}
.active\:ring-offset-purple-400\/80:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.8);
}
.active\:ring-offset-purple-400\/85:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.85);
}
.active\:ring-offset-purple-400\/90:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.9);
}
.active\:ring-offset-purple-400\/95:active {
  --tw-ring-offset-color: rgb(192 132 252 / 0.95);
}
.active\:ring-offset-purple-50:active {
  --tw-ring-offset-color: #faf5ff;
}
.active\:ring-offset-purple-50\/0:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0);
}
.active\:ring-offset-purple-50\/10:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.1);
}
.active\:ring-offset-purple-50\/100:active {
  --tw-ring-offset-color: rgb(250 245 255 / 1);
}
.active\:ring-offset-purple-50\/15:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.15);
}
.active\:ring-offset-purple-50\/20:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.2);
}
.active\:ring-offset-purple-50\/25:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.25);
}
.active\:ring-offset-purple-50\/30:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.3);
}
.active\:ring-offset-purple-50\/35:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.35);
}
.active\:ring-offset-purple-50\/40:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.4);
}
.active\:ring-offset-purple-50\/45:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.45);
}
.active\:ring-offset-purple-50\/5:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.05);
}
.active\:ring-offset-purple-50\/50:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.5);
}
.active\:ring-offset-purple-50\/55:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.55);
}
.active\:ring-offset-purple-50\/60:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.6);
}
.active\:ring-offset-purple-50\/65:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.65);
}
.active\:ring-offset-purple-50\/70:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.7);
}
.active\:ring-offset-purple-50\/75:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.75);
}
.active\:ring-offset-purple-50\/80:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.8);
}
.active\:ring-offset-purple-50\/85:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.85);
}
.active\:ring-offset-purple-50\/90:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.9);
}
.active\:ring-offset-purple-50\/95:active {
  --tw-ring-offset-color: rgb(250 245 255 / 0.95);
}
.active\:ring-offset-purple-500:active {
  --tw-ring-offset-color: #a855f7;
}
.active\:ring-offset-purple-500\/0:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0);
}
.active\:ring-offset-purple-500\/10:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.1);
}
.active\:ring-offset-purple-500\/100:active {
  --tw-ring-offset-color: rgb(168 85 247 / 1);
}
.active\:ring-offset-purple-500\/15:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.15);
}
.active\:ring-offset-purple-500\/20:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.2);
}
.active\:ring-offset-purple-500\/25:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.25);
}
.active\:ring-offset-purple-500\/30:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.3);
}
.active\:ring-offset-purple-500\/35:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.35);
}
.active\:ring-offset-purple-500\/40:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.4);
}
.active\:ring-offset-purple-500\/45:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.45);
}
.active\:ring-offset-purple-500\/5:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.05);
}
.active\:ring-offset-purple-500\/50:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.5);
}
.active\:ring-offset-purple-500\/55:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.55);
}
.active\:ring-offset-purple-500\/60:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.6);
}
.active\:ring-offset-purple-500\/65:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.65);
}
.active\:ring-offset-purple-500\/70:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.7);
}
.active\:ring-offset-purple-500\/75:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.75);
}
.active\:ring-offset-purple-500\/80:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.8);
}
.active\:ring-offset-purple-500\/85:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.85);
}
.active\:ring-offset-purple-500\/90:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.9);
}
.active\:ring-offset-purple-500\/95:active {
  --tw-ring-offset-color: rgb(168 85 247 / 0.95);
}
.active\:ring-offset-purple-600:active {
  --tw-ring-offset-color: #9333ea;
}
.active\:ring-offset-purple-600\/0:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0);
}
.active\:ring-offset-purple-600\/10:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.1);
}
.active\:ring-offset-purple-600\/100:active {
  --tw-ring-offset-color: rgb(147 51 234 / 1);
}
.active\:ring-offset-purple-600\/15:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.15);
}
.active\:ring-offset-purple-600\/20:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.2);
}
.active\:ring-offset-purple-600\/25:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.25);
}
.active\:ring-offset-purple-600\/30:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.3);
}
.active\:ring-offset-purple-600\/35:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.35);
}
.active\:ring-offset-purple-600\/40:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.4);
}
.active\:ring-offset-purple-600\/45:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.45);
}
.active\:ring-offset-purple-600\/5:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.05);
}
.active\:ring-offset-purple-600\/50:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.5);
}
.active\:ring-offset-purple-600\/55:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.55);
}
.active\:ring-offset-purple-600\/60:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.6);
}
.active\:ring-offset-purple-600\/65:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.65);
}
.active\:ring-offset-purple-600\/70:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.7);
}
.active\:ring-offset-purple-600\/75:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.75);
}
.active\:ring-offset-purple-600\/80:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.8);
}
.active\:ring-offset-purple-600\/85:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.85);
}
.active\:ring-offset-purple-600\/90:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.9);
}
.active\:ring-offset-purple-600\/95:active {
  --tw-ring-offset-color: rgb(147 51 234 / 0.95);
}
.active\:ring-offset-purple-700:active {
  --tw-ring-offset-color: #7e22ce;
}
.active\:ring-offset-purple-700\/0:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0);
}
.active\:ring-offset-purple-700\/10:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.1);
}
.active\:ring-offset-purple-700\/100:active {
  --tw-ring-offset-color: rgb(126 34 206 / 1);
}
.active\:ring-offset-purple-700\/15:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.15);
}
.active\:ring-offset-purple-700\/20:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.2);
}
.active\:ring-offset-purple-700\/25:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.25);
}
.active\:ring-offset-purple-700\/30:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.3);
}
.active\:ring-offset-purple-700\/35:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.35);
}
.active\:ring-offset-purple-700\/40:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.4);
}
.active\:ring-offset-purple-700\/45:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.45);
}
.active\:ring-offset-purple-700\/5:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.05);
}
.active\:ring-offset-purple-700\/50:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.5);
}
.active\:ring-offset-purple-700\/55:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.55);
}
.active\:ring-offset-purple-700\/60:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.6);
}
.active\:ring-offset-purple-700\/65:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.65);
}
.active\:ring-offset-purple-700\/70:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.7);
}
.active\:ring-offset-purple-700\/75:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.75);
}
.active\:ring-offset-purple-700\/80:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.8);
}
.active\:ring-offset-purple-700\/85:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.85);
}
.active\:ring-offset-purple-700\/90:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.9);
}
.active\:ring-offset-purple-700\/95:active {
  --tw-ring-offset-color: rgb(126 34 206 / 0.95);
}
.active\:ring-offset-purple-800:active {
  --tw-ring-offset-color: #6b21a8;
}
.active\:ring-offset-purple-800\/0:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0);
}
.active\:ring-offset-purple-800\/10:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.1);
}
.active\:ring-offset-purple-800\/100:active {
  --tw-ring-offset-color: rgb(107 33 168 / 1);
}
.active\:ring-offset-purple-800\/15:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.15);
}
.active\:ring-offset-purple-800\/20:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.2);
}
.active\:ring-offset-purple-800\/25:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.25);
}
.active\:ring-offset-purple-800\/30:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.3);
}
.active\:ring-offset-purple-800\/35:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.35);
}
.active\:ring-offset-purple-800\/40:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.4);
}
.active\:ring-offset-purple-800\/45:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.45);
}
.active\:ring-offset-purple-800\/5:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.05);
}
.active\:ring-offset-purple-800\/50:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.5);
}
.active\:ring-offset-purple-800\/55:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.55);
}
.active\:ring-offset-purple-800\/60:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.6);
}
.active\:ring-offset-purple-800\/65:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.65);
}
.active\:ring-offset-purple-800\/70:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.7);
}
.active\:ring-offset-purple-800\/75:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.75);
}
.active\:ring-offset-purple-800\/80:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.8);
}
.active\:ring-offset-purple-800\/85:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.85);
}
.active\:ring-offset-purple-800\/90:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.9);
}
.active\:ring-offset-purple-800\/95:active {
  --tw-ring-offset-color: rgb(107 33 168 / 0.95);
}
.active\:ring-offset-purple-900:active {
  --tw-ring-offset-color: #581c87;
}
.active\:ring-offset-purple-900\/0:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0);
}
.active\:ring-offset-purple-900\/10:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.1);
}
.active\:ring-offset-purple-900\/100:active {
  --tw-ring-offset-color: rgb(88 28 135 / 1);
}
.active\:ring-offset-purple-900\/15:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.15);
}
.active\:ring-offset-purple-900\/20:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.2);
}
.active\:ring-offset-purple-900\/25:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.25);
}
.active\:ring-offset-purple-900\/30:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.3);
}
.active\:ring-offset-purple-900\/35:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.35);
}
.active\:ring-offset-purple-900\/40:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.4);
}
.active\:ring-offset-purple-900\/45:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.45);
}
.active\:ring-offset-purple-900\/5:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.05);
}
.active\:ring-offset-purple-900\/50:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.5);
}
.active\:ring-offset-purple-900\/55:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.55);
}
.active\:ring-offset-purple-900\/60:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.6);
}
.active\:ring-offset-purple-900\/65:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.65);
}
.active\:ring-offset-purple-900\/70:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.7);
}
.active\:ring-offset-purple-900\/75:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.75);
}
.active\:ring-offset-purple-900\/80:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.8);
}
.active\:ring-offset-purple-900\/85:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.85);
}
.active\:ring-offset-purple-900\/90:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.9);
}
.active\:ring-offset-purple-900\/95:active {
  --tw-ring-offset-color: rgb(88 28 135 / 0.95);
}
.active\:ring-offset-purple-950:active {
  --tw-ring-offset-color: #3b0764;
}
.active\:ring-offset-purple-950\/0:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0);
}
.active\:ring-offset-purple-950\/10:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.1);
}
.active\:ring-offset-purple-950\/100:active {
  --tw-ring-offset-color: rgb(59 7 100 / 1);
}
.active\:ring-offset-purple-950\/15:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.15);
}
.active\:ring-offset-purple-950\/20:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.2);
}
.active\:ring-offset-purple-950\/25:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.25);
}
.active\:ring-offset-purple-950\/30:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.3);
}
.active\:ring-offset-purple-950\/35:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.35);
}
.active\:ring-offset-purple-950\/40:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.4);
}
.active\:ring-offset-purple-950\/45:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.45);
}
.active\:ring-offset-purple-950\/5:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.05);
}
.active\:ring-offset-purple-950\/50:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.5);
}
.active\:ring-offset-purple-950\/55:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.55);
}
.active\:ring-offset-purple-950\/60:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.6);
}
.active\:ring-offset-purple-950\/65:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.65);
}
.active\:ring-offset-purple-950\/70:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.7);
}
.active\:ring-offset-purple-950\/75:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.75);
}
.active\:ring-offset-purple-950\/80:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.8);
}
.active\:ring-offset-purple-950\/85:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.85);
}
.active\:ring-offset-purple-950\/90:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.9);
}
.active\:ring-offset-purple-950\/95:active {
  --tw-ring-offset-color: rgb(59 7 100 / 0.95);
}
.active\:ring-offset-red-100:active {
  --tw-ring-offset-color: #fee2e2;
}
.active\:ring-offset-red-100\/0:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0);
}
.active\:ring-offset-red-100\/10:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.1);
}
.active\:ring-offset-red-100\/100:active {
  --tw-ring-offset-color: rgb(254 226 226 / 1);
}
.active\:ring-offset-red-100\/15:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.15);
}
.active\:ring-offset-red-100\/20:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.2);
}
.active\:ring-offset-red-100\/25:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.25);
}
.active\:ring-offset-red-100\/30:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.3);
}
.active\:ring-offset-red-100\/35:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.35);
}
.active\:ring-offset-red-100\/40:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.4);
}
.active\:ring-offset-red-100\/45:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.45);
}
.active\:ring-offset-red-100\/5:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.05);
}
.active\:ring-offset-red-100\/50:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.5);
}
.active\:ring-offset-red-100\/55:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.55);
}
.active\:ring-offset-red-100\/60:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.6);
}
.active\:ring-offset-red-100\/65:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.65);
}
.active\:ring-offset-red-100\/70:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.7);
}
.active\:ring-offset-red-100\/75:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.75);
}
.active\:ring-offset-red-100\/80:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.8);
}
.active\:ring-offset-red-100\/85:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.85);
}
.active\:ring-offset-red-100\/90:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.9);
}
.active\:ring-offset-red-100\/95:active {
  --tw-ring-offset-color: rgb(254 226 226 / 0.95);
}
.active\:ring-offset-red-200:active {
  --tw-ring-offset-color: #fecaca;
}
.active\:ring-offset-red-200\/0:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0);
}
.active\:ring-offset-red-200\/10:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.1);
}
.active\:ring-offset-red-200\/100:active {
  --tw-ring-offset-color: rgb(254 202 202 / 1);
}
.active\:ring-offset-red-200\/15:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.15);
}
.active\:ring-offset-red-200\/20:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.2);
}
.active\:ring-offset-red-200\/25:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.25);
}
.active\:ring-offset-red-200\/30:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.3);
}
.active\:ring-offset-red-200\/35:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.35);
}
.active\:ring-offset-red-200\/40:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.4);
}
.active\:ring-offset-red-200\/45:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.45);
}
.active\:ring-offset-red-200\/5:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.05);
}
.active\:ring-offset-red-200\/50:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.5);
}
.active\:ring-offset-red-200\/55:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.55);
}
.active\:ring-offset-red-200\/60:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.6);
}
.active\:ring-offset-red-200\/65:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.65);
}
.active\:ring-offset-red-200\/70:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.7);
}
.active\:ring-offset-red-200\/75:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.75);
}
.active\:ring-offset-red-200\/80:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.8);
}
.active\:ring-offset-red-200\/85:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.85);
}
.active\:ring-offset-red-200\/90:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.9);
}
.active\:ring-offset-red-200\/95:active {
  --tw-ring-offset-color: rgb(254 202 202 / 0.95);
}
.active\:ring-offset-red-300:active {
  --tw-ring-offset-color: #fca5a5;
}
.active\:ring-offset-red-300\/0:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0);
}
.active\:ring-offset-red-300\/10:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.1);
}
.active\:ring-offset-red-300\/100:active {
  --tw-ring-offset-color: rgb(252 165 165 / 1);
}
.active\:ring-offset-red-300\/15:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.15);
}
.active\:ring-offset-red-300\/20:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.2);
}
.active\:ring-offset-red-300\/25:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.25);
}
.active\:ring-offset-red-300\/30:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.3);
}
.active\:ring-offset-red-300\/35:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.35);
}
.active\:ring-offset-red-300\/40:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.4);
}
.active\:ring-offset-red-300\/45:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.45);
}
.active\:ring-offset-red-300\/5:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.05);
}
.active\:ring-offset-red-300\/50:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.5);
}
.active\:ring-offset-red-300\/55:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.55);
}
.active\:ring-offset-red-300\/60:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.6);
}
.active\:ring-offset-red-300\/65:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.65);
}
.active\:ring-offset-red-300\/70:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.7);
}
.active\:ring-offset-red-300\/75:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.75);
}
.active\:ring-offset-red-300\/80:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.8);
}
.active\:ring-offset-red-300\/85:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.85);
}
.active\:ring-offset-red-300\/90:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.9);
}
.active\:ring-offset-red-300\/95:active {
  --tw-ring-offset-color: rgb(252 165 165 / 0.95);
}
.active\:ring-offset-red-400:active {
  --tw-ring-offset-color: #f87171;
}
.active\:ring-offset-red-400\/0:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.active\:ring-offset-red-400\/10:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.active\:ring-offset-red-400\/100:active {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.active\:ring-offset-red-400\/15:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.15);
}
.active\:ring-offset-red-400\/20:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.active\:ring-offset-red-400\/25:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.active\:ring-offset-red-400\/30:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.active\:ring-offset-red-400\/35:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.35);
}
.active\:ring-offset-red-400\/40:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.active\:ring-offset-red-400\/45:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.45);
}
.active\:ring-offset-red-400\/5:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.active\:ring-offset-red-400\/50:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.active\:ring-offset-red-400\/55:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.55);
}
.active\:ring-offset-red-400\/60:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.active\:ring-offset-red-400\/65:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.65);
}
.active\:ring-offset-red-400\/70:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.active\:ring-offset-red-400\/75:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.active\:ring-offset-red-400\/80:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.active\:ring-offset-red-400\/85:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.85);
}
.active\:ring-offset-red-400\/90:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.active\:ring-offset-red-400\/95:active {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.active\:ring-offset-red-50:active {
  --tw-ring-offset-color: #fef2f2;
}
.active\:ring-offset-red-50\/0:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0);
}
.active\:ring-offset-red-50\/10:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.1);
}
.active\:ring-offset-red-50\/100:active {
  --tw-ring-offset-color: rgb(254 242 242 / 1);
}
.active\:ring-offset-red-50\/15:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.15);
}
.active\:ring-offset-red-50\/20:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.2);
}
.active\:ring-offset-red-50\/25:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.25);
}
.active\:ring-offset-red-50\/30:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.3);
}
.active\:ring-offset-red-50\/35:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.35);
}
.active\:ring-offset-red-50\/40:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.4);
}
.active\:ring-offset-red-50\/45:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.45);
}
.active\:ring-offset-red-50\/5:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.05);
}
.active\:ring-offset-red-50\/50:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.5);
}
.active\:ring-offset-red-50\/55:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.55);
}
.active\:ring-offset-red-50\/60:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.6);
}
.active\:ring-offset-red-50\/65:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.65);
}
.active\:ring-offset-red-50\/70:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.7);
}
.active\:ring-offset-red-50\/75:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.75);
}
.active\:ring-offset-red-50\/80:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.8);
}
.active\:ring-offset-red-50\/85:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.85);
}
.active\:ring-offset-red-50\/90:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.9);
}
.active\:ring-offset-red-50\/95:active {
  --tw-ring-offset-color: rgb(254 242 242 / 0.95);
}
.active\:ring-offset-red-500:active {
  --tw-ring-offset-color: #ef4444;
}
.active\:ring-offset-red-500\/0:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0);
}
.active\:ring-offset-red-500\/10:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.1);
}
.active\:ring-offset-red-500\/100:active {
  --tw-ring-offset-color: rgb(239 68 68 / 1);
}
.active\:ring-offset-red-500\/15:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.15);
}
.active\:ring-offset-red-500\/20:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.2);
}
.active\:ring-offset-red-500\/25:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.25);
}
.active\:ring-offset-red-500\/30:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.3);
}
.active\:ring-offset-red-500\/35:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.35);
}
.active\:ring-offset-red-500\/40:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.4);
}
.active\:ring-offset-red-500\/45:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.45);
}
.active\:ring-offset-red-500\/5:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.05);
}
.active\:ring-offset-red-500\/50:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.5);
}
.active\:ring-offset-red-500\/55:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.55);
}
.active\:ring-offset-red-500\/60:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.6);
}
.active\:ring-offset-red-500\/65:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.65);
}
.active\:ring-offset-red-500\/70:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.7);
}
.active\:ring-offset-red-500\/75:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.75);
}
.active\:ring-offset-red-500\/80:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.8);
}
.active\:ring-offset-red-500\/85:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.85);
}
.active\:ring-offset-red-500\/90:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.9);
}
.active\:ring-offset-red-500\/95:active {
  --tw-ring-offset-color: rgb(239 68 68 / 0.95);
}
.active\:ring-offset-red-600:active {
  --tw-ring-offset-color: #dc2626;
}
.active\:ring-offset-red-600\/0:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0);
}
.active\:ring-offset-red-600\/10:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.1);
}
.active\:ring-offset-red-600\/100:active {
  --tw-ring-offset-color: rgb(220 38 38 / 1);
}
.active\:ring-offset-red-600\/15:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.15);
}
.active\:ring-offset-red-600\/20:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.2);
}
.active\:ring-offset-red-600\/25:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.25);
}
.active\:ring-offset-red-600\/30:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.3);
}
.active\:ring-offset-red-600\/35:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.35);
}
.active\:ring-offset-red-600\/40:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.4);
}
.active\:ring-offset-red-600\/45:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.45);
}
.active\:ring-offset-red-600\/5:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.05);
}
.active\:ring-offset-red-600\/50:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.5);
}
.active\:ring-offset-red-600\/55:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.55);
}
.active\:ring-offset-red-600\/60:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.6);
}
.active\:ring-offset-red-600\/65:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.65);
}
.active\:ring-offset-red-600\/70:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.7);
}
.active\:ring-offset-red-600\/75:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.75);
}
.active\:ring-offset-red-600\/80:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.8);
}
.active\:ring-offset-red-600\/85:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.85);
}
.active\:ring-offset-red-600\/90:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.9);
}
.active\:ring-offset-red-600\/95:active {
  --tw-ring-offset-color: rgb(220 38 38 / 0.95);
}
.active\:ring-offset-red-700:active {
  --tw-ring-offset-color: #b91c1c;
}
.active\:ring-offset-red-700\/0:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0);
}
.active\:ring-offset-red-700\/10:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.1);
}
.active\:ring-offset-red-700\/100:active {
  --tw-ring-offset-color: rgb(185 28 28 / 1);
}
.active\:ring-offset-red-700\/15:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.15);
}
.active\:ring-offset-red-700\/20:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.2);
}
.active\:ring-offset-red-700\/25:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.25);
}
.active\:ring-offset-red-700\/30:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.3);
}
.active\:ring-offset-red-700\/35:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.35);
}
.active\:ring-offset-red-700\/40:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.4);
}
.active\:ring-offset-red-700\/45:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.45);
}
.active\:ring-offset-red-700\/5:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.05);
}
.active\:ring-offset-red-700\/50:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.5);
}
.active\:ring-offset-red-700\/55:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.55);
}
.active\:ring-offset-red-700\/60:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.6);
}
.active\:ring-offset-red-700\/65:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.65);
}
.active\:ring-offset-red-700\/70:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.7);
}
.active\:ring-offset-red-700\/75:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.75);
}
.active\:ring-offset-red-700\/80:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.8);
}
.active\:ring-offset-red-700\/85:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.85);
}
.active\:ring-offset-red-700\/90:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.9);
}
.active\:ring-offset-red-700\/95:active {
  --tw-ring-offset-color: rgb(185 28 28 / 0.95);
}
.active\:ring-offset-red-800:active {
  --tw-ring-offset-color: #991b1b;
}
.active\:ring-offset-red-800\/0:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0);
}
.active\:ring-offset-red-800\/10:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.1);
}
.active\:ring-offset-red-800\/100:active {
  --tw-ring-offset-color: rgb(153 27 27 / 1);
}
.active\:ring-offset-red-800\/15:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.15);
}
.active\:ring-offset-red-800\/20:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.2);
}
.active\:ring-offset-red-800\/25:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.25);
}
.active\:ring-offset-red-800\/30:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.3);
}
.active\:ring-offset-red-800\/35:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.35);
}
.active\:ring-offset-red-800\/40:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.4);
}
.active\:ring-offset-red-800\/45:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.45);
}
.active\:ring-offset-red-800\/5:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.05);
}
.active\:ring-offset-red-800\/50:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.5);
}
.active\:ring-offset-red-800\/55:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.55);
}
.active\:ring-offset-red-800\/60:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.6);
}
.active\:ring-offset-red-800\/65:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.65);
}
.active\:ring-offset-red-800\/70:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.7);
}
.active\:ring-offset-red-800\/75:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.75);
}
.active\:ring-offset-red-800\/80:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.8);
}
.active\:ring-offset-red-800\/85:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.85);
}
.active\:ring-offset-red-800\/90:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.9);
}
.active\:ring-offset-red-800\/95:active {
  --tw-ring-offset-color: rgb(153 27 27 / 0.95);
}
.active\:ring-offset-red-900:active {
  --tw-ring-offset-color: #7f1d1d;
}
.active\:ring-offset-red-900\/0:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0);
}
.active\:ring-offset-red-900\/10:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.1);
}
.active\:ring-offset-red-900\/100:active {
  --tw-ring-offset-color: rgb(127 29 29 / 1);
}
.active\:ring-offset-red-900\/15:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.15);
}
.active\:ring-offset-red-900\/20:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.2);
}
.active\:ring-offset-red-900\/25:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.25);
}
.active\:ring-offset-red-900\/30:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.3);
}
.active\:ring-offset-red-900\/35:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.35);
}
.active\:ring-offset-red-900\/40:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.4);
}
.active\:ring-offset-red-900\/45:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.45);
}
.active\:ring-offset-red-900\/5:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.05);
}
.active\:ring-offset-red-900\/50:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.5);
}
.active\:ring-offset-red-900\/55:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.55);
}
.active\:ring-offset-red-900\/60:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.6);
}
.active\:ring-offset-red-900\/65:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.65);
}
.active\:ring-offset-red-900\/70:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.7);
}
.active\:ring-offset-red-900\/75:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.75);
}
.active\:ring-offset-red-900\/80:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.8);
}
.active\:ring-offset-red-900\/85:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.85);
}
.active\:ring-offset-red-900\/90:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.9);
}
.active\:ring-offset-red-900\/95:active {
  --tw-ring-offset-color: rgb(127 29 29 / 0.95);
}
.active\:ring-offset-red-950:active {
  --tw-ring-offset-color: #450a0a;
}
.active\:ring-offset-red-950\/0:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0);
}
.active\:ring-offset-red-950\/10:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.1);
}
.active\:ring-offset-red-950\/100:active {
  --tw-ring-offset-color: rgb(69 10 10 / 1);
}
.active\:ring-offset-red-950\/15:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.15);
}
.active\:ring-offset-red-950\/20:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.2);
}
.active\:ring-offset-red-950\/25:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.25);
}
.active\:ring-offset-red-950\/30:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.3);
}
.active\:ring-offset-red-950\/35:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.35);
}
.active\:ring-offset-red-950\/40:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.4);
}
.active\:ring-offset-red-950\/45:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.45);
}
.active\:ring-offset-red-950\/5:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.05);
}
.active\:ring-offset-red-950\/50:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.5);
}
.active\:ring-offset-red-950\/55:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.55);
}
.active\:ring-offset-red-950\/60:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.6);
}
.active\:ring-offset-red-950\/65:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.65);
}
.active\:ring-offset-red-950\/70:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.7);
}
.active\:ring-offset-red-950\/75:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.75);
}
.active\:ring-offset-red-950\/80:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.8);
}
.active\:ring-offset-red-950\/85:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.85);
}
.active\:ring-offset-red-950\/90:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.9);
}
.active\:ring-offset-red-950\/95:active {
  --tw-ring-offset-color: rgb(69 10 10 / 0.95);
}
.active\:ring-offset-rose-100:active {
  --tw-ring-offset-color: #ffe4e6;
}
.active\:ring-offset-rose-100\/0:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0);
}
.active\:ring-offset-rose-100\/10:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.1);
}
.active\:ring-offset-rose-100\/100:active {
  --tw-ring-offset-color: rgb(255 228 230 / 1);
}
.active\:ring-offset-rose-100\/15:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.15);
}
.active\:ring-offset-rose-100\/20:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.2);
}
.active\:ring-offset-rose-100\/25:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.25);
}
.active\:ring-offset-rose-100\/30:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.3);
}
.active\:ring-offset-rose-100\/35:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.35);
}
.active\:ring-offset-rose-100\/40:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.4);
}
.active\:ring-offset-rose-100\/45:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.45);
}
.active\:ring-offset-rose-100\/5:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.05);
}
.active\:ring-offset-rose-100\/50:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.5);
}
.active\:ring-offset-rose-100\/55:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.55);
}
.active\:ring-offset-rose-100\/60:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.6);
}
.active\:ring-offset-rose-100\/65:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.65);
}
.active\:ring-offset-rose-100\/70:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.7);
}
.active\:ring-offset-rose-100\/75:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.75);
}
.active\:ring-offset-rose-100\/80:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.8);
}
.active\:ring-offset-rose-100\/85:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.85);
}
.active\:ring-offset-rose-100\/90:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.9);
}
.active\:ring-offset-rose-100\/95:active {
  --tw-ring-offset-color: rgb(255 228 230 / 0.95);
}
.active\:ring-offset-rose-200:active {
  --tw-ring-offset-color: #fecdd3;
}
.active\:ring-offset-rose-200\/0:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0);
}
.active\:ring-offset-rose-200\/10:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.1);
}
.active\:ring-offset-rose-200\/100:active {
  --tw-ring-offset-color: rgb(254 205 211 / 1);
}
.active\:ring-offset-rose-200\/15:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.15);
}
.active\:ring-offset-rose-200\/20:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.2);
}
.active\:ring-offset-rose-200\/25:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.25);
}
.active\:ring-offset-rose-200\/30:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.3);
}
.active\:ring-offset-rose-200\/35:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.35);
}
.active\:ring-offset-rose-200\/40:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.4);
}
.active\:ring-offset-rose-200\/45:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.45);
}
.active\:ring-offset-rose-200\/5:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.05);
}
.active\:ring-offset-rose-200\/50:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.5);
}
.active\:ring-offset-rose-200\/55:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.55);
}
.active\:ring-offset-rose-200\/60:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.6);
}
.active\:ring-offset-rose-200\/65:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.65);
}
.active\:ring-offset-rose-200\/70:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.7);
}
.active\:ring-offset-rose-200\/75:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.75);
}
.active\:ring-offset-rose-200\/80:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.8);
}
.active\:ring-offset-rose-200\/85:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.85);
}
.active\:ring-offset-rose-200\/90:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.9);
}
.active\:ring-offset-rose-200\/95:active {
  --tw-ring-offset-color: rgb(254 205 211 / 0.95);
}
.active\:ring-offset-rose-300:active {
  --tw-ring-offset-color: #fda4af;
}
.active\:ring-offset-rose-300\/0:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0);
}
.active\:ring-offset-rose-300\/10:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.1);
}
.active\:ring-offset-rose-300\/100:active {
  --tw-ring-offset-color: rgb(253 164 175 / 1);
}
.active\:ring-offset-rose-300\/15:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.15);
}
.active\:ring-offset-rose-300\/20:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.2);
}
.active\:ring-offset-rose-300\/25:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.25);
}
.active\:ring-offset-rose-300\/30:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.3);
}
.active\:ring-offset-rose-300\/35:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.35);
}
.active\:ring-offset-rose-300\/40:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.4);
}
.active\:ring-offset-rose-300\/45:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.45);
}
.active\:ring-offset-rose-300\/5:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.05);
}
.active\:ring-offset-rose-300\/50:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.5);
}
.active\:ring-offset-rose-300\/55:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.55);
}
.active\:ring-offset-rose-300\/60:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.6);
}
.active\:ring-offset-rose-300\/65:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.65);
}
.active\:ring-offset-rose-300\/70:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.7);
}
.active\:ring-offset-rose-300\/75:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.75);
}
.active\:ring-offset-rose-300\/80:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.8);
}
.active\:ring-offset-rose-300\/85:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.85);
}
.active\:ring-offset-rose-300\/90:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.9);
}
.active\:ring-offset-rose-300\/95:active {
  --tw-ring-offset-color: rgb(253 164 175 / 0.95);
}
.active\:ring-offset-rose-400:active {
  --tw-ring-offset-color: #fb7185;
}
.active\:ring-offset-rose-400\/0:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0);
}
.active\:ring-offset-rose-400\/10:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.1);
}
.active\:ring-offset-rose-400\/100:active {
  --tw-ring-offset-color: rgb(251 113 133 / 1);
}
.active\:ring-offset-rose-400\/15:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.15);
}
.active\:ring-offset-rose-400\/20:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.2);
}
.active\:ring-offset-rose-400\/25:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.25);
}
.active\:ring-offset-rose-400\/30:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.3);
}
.active\:ring-offset-rose-400\/35:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.35);
}
.active\:ring-offset-rose-400\/40:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.4);
}
.active\:ring-offset-rose-400\/45:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.45);
}
.active\:ring-offset-rose-400\/5:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.05);
}
.active\:ring-offset-rose-400\/50:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.5);
}
.active\:ring-offset-rose-400\/55:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.55);
}
.active\:ring-offset-rose-400\/60:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.6);
}
.active\:ring-offset-rose-400\/65:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.65);
}
.active\:ring-offset-rose-400\/70:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.7);
}
.active\:ring-offset-rose-400\/75:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.75);
}
.active\:ring-offset-rose-400\/80:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.8);
}
.active\:ring-offset-rose-400\/85:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.85);
}
.active\:ring-offset-rose-400\/90:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.9);
}
.active\:ring-offset-rose-400\/95:active {
  --tw-ring-offset-color: rgb(251 113 133 / 0.95);
}
.active\:ring-offset-rose-50:active {
  --tw-ring-offset-color: #fff1f2;
}
.active\:ring-offset-rose-50\/0:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0);
}
.active\:ring-offset-rose-50\/10:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.1);
}
.active\:ring-offset-rose-50\/100:active {
  --tw-ring-offset-color: rgb(255 241 242 / 1);
}
.active\:ring-offset-rose-50\/15:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.15);
}
.active\:ring-offset-rose-50\/20:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.2);
}
.active\:ring-offset-rose-50\/25:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.25);
}
.active\:ring-offset-rose-50\/30:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.3);
}
.active\:ring-offset-rose-50\/35:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.35);
}
.active\:ring-offset-rose-50\/40:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.4);
}
.active\:ring-offset-rose-50\/45:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.45);
}
.active\:ring-offset-rose-50\/5:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.05);
}
.active\:ring-offset-rose-50\/50:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.5);
}
.active\:ring-offset-rose-50\/55:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.55);
}
.active\:ring-offset-rose-50\/60:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.6);
}
.active\:ring-offset-rose-50\/65:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.65);
}
.active\:ring-offset-rose-50\/70:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.7);
}
.active\:ring-offset-rose-50\/75:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.75);
}
.active\:ring-offset-rose-50\/80:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.8);
}
.active\:ring-offset-rose-50\/85:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.85);
}
.active\:ring-offset-rose-50\/90:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.9);
}
.active\:ring-offset-rose-50\/95:active {
  --tw-ring-offset-color: rgb(255 241 242 / 0.95);
}
.active\:ring-offset-rose-500:active {
  --tw-ring-offset-color: #f43f5e;
}
.active\:ring-offset-rose-500\/0:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0);
}
.active\:ring-offset-rose-500\/10:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.1);
}
.active\:ring-offset-rose-500\/100:active {
  --tw-ring-offset-color: rgb(244 63 94 / 1);
}
.active\:ring-offset-rose-500\/15:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.15);
}
.active\:ring-offset-rose-500\/20:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.2);
}
.active\:ring-offset-rose-500\/25:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.25);
}
.active\:ring-offset-rose-500\/30:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.3);
}
.active\:ring-offset-rose-500\/35:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.35);
}
.active\:ring-offset-rose-500\/40:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.4);
}
.active\:ring-offset-rose-500\/45:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.45);
}
.active\:ring-offset-rose-500\/5:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.05);
}
.active\:ring-offset-rose-500\/50:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.5);
}
.active\:ring-offset-rose-500\/55:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.55);
}
.active\:ring-offset-rose-500\/60:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.6);
}
.active\:ring-offset-rose-500\/65:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.65);
}
.active\:ring-offset-rose-500\/70:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.7);
}
.active\:ring-offset-rose-500\/75:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.75);
}
.active\:ring-offset-rose-500\/80:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.8);
}
.active\:ring-offset-rose-500\/85:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.85);
}
.active\:ring-offset-rose-500\/90:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.9);
}
.active\:ring-offset-rose-500\/95:active {
  --tw-ring-offset-color: rgb(244 63 94 / 0.95);
}
.active\:ring-offset-rose-600:active {
  --tw-ring-offset-color: #e11d48;
}
.active\:ring-offset-rose-600\/0:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0);
}
.active\:ring-offset-rose-600\/10:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.1);
}
.active\:ring-offset-rose-600\/100:active {
  --tw-ring-offset-color: rgb(225 29 72 / 1);
}
.active\:ring-offset-rose-600\/15:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.15);
}
.active\:ring-offset-rose-600\/20:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.2);
}
.active\:ring-offset-rose-600\/25:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.25);
}
.active\:ring-offset-rose-600\/30:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.3);
}
.active\:ring-offset-rose-600\/35:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.35);
}
.active\:ring-offset-rose-600\/40:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.4);
}
.active\:ring-offset-rose-600\/45:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.45);
}
.active\:ring-offset-rose-600\/5:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.05);
}
.active\:ring-offset-rose-600\/50:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.5);
}
.active\:ring-offset-rose-600\/55:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.55);
}
.active\:ring-offset-rose-600\/60:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.6);
}
.active\:ring-offset-rose-600\/65:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.65);
}
.active\:ring-offset-rose-600\/70:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.7);
}
.active\:ring-offset-rose-600\/75:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.75);
}
.active\:ring-offset-rose-600\/80:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.8);
}
.active\:ring-offset-rose-600\/85:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.85);
}
.active\:ring-offset-rose-600\/90:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.9);
}
.active\:ring-offset-rose-600\/95:active {
  --tw-ring-offset-color: rgb(225 29 72 / 0.95);
}
.active\:ring-offset-rose-700:active {
  --tw-ring-offset-color: #be123c;
}
.active\:ring-offset-rose-700\/0:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0);
}
.active\:ring-offset-rose-700\/10:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.1);
}
.active\:ring-offset-rose-700\/100:active {
  --tw-ring-offset-color: rgb(190 18 60 / 1);
}
.active\:ring-offset-rose-700\/15:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.15);
}
.active\:ring-offset-rose-700\/20:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.2);
}
.active\:ring-offset-rose-700\/25:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.25);
}
.active\:ring-offset-rose-700\/30:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.3);
}
.active\:ring-offset-rose-700\/35:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.35);
}
.active\:ring-offset-rose-700\/40:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.4);
}
.active\:ring-offset-rose-700\/45:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.45);
}
.active\:ring-offset-rose-700\/5:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.05);
}
.active\:ring-offset-rose-700\/50:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.5);
}
.active\:ring-offset-rose-700\/55:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.55);
}
.active\:ring-offset-rose-700\/60:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.6);
}
.active\:ring-offset-rose-700\/65:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.65);
}
.active\:ring-offset-rose-700\/70:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.7);
}
.active\:ring-offset-rose-700\/75:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.75);
}
.active\:ring-offset-rose-700\/80:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.8);
}
.active\:ring-offset-rose-700\/85:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.85);
}
.active\:ring-offset-rose-700\/90:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.9);
}
.active\:ring-offset-rose-700\/95:active {
  --tw-ring-offset-color: rgb(190 18 60 / 0.95);
}
.active\:ring-offset-rose-800:active {
  --tw-ring-offset-color: #9f1239;
}
.active\:ring-offset-rose-800\/0:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0);
}
.active\:ring-offset-rose-800\/10:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.1);
}
.active\:ring-offset-rose-800\/100:active {
  --tw-ring-offset-color: rgb(159 18 57 / 1);
}
.active\:ring-offset-rose-800\/15:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.15);
}
.active\:ring-offset-rose-800\/20:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.2);
}
.active\:ring-offset-rose-800\/25:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.25);
}
.active\:ring-offset-rose-800\/30:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.3);
}
.active\:ring-offset-rose-800\/35:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.35);
}
.active\:ring-offset-rose-800\/40:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.4);
}
.active\:ring-offset-rose-800\/45:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.45);
}
.active\:ring-offset-rose-800\/5:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.05);
}
.active\:ring-offset-rose-800\/50:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.5);
}
.active\:ring-offset-rose-800\/55:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.55);
}
.active\:ring-offset-rose-800\/60:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.6);
}
.active\:ring-offset-rose-800\/65:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.65);
}
.active\:ring-offset-rose-800\/70:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.7);
}
.active\:ring-offset-rose-800\/75:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.75);
}
.active\:ring-offset-rose-800\/80:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.8);
}
.active\:ring-offset-rose-800\/85:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.85);
}
.active\:ring-offset-rose-800\/90:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.9);
}
.active\:ring-offset-rose-800\/95:active {
  --tw-ring-offset-color: rgb(159 18 57 / 0.95);
}
.active\:ring-offset-rose-900:active {
  --tw-ring-offset-color: #881337;
}
.active\:ring-offset-rose-900\/0:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0);
}
.active\:ring-offset-rose-900\/10:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.1);
}
.active\:ring-offset-rose-900\/100:active {
  --tw-ring-offset-color: rgb(136 19 55 / 1);
}
.active\:ring-offset-rose-900\/15:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.15);
}
.active\:ring-offset-rose-900\/20:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.2);
}
.active\:ring-offset-rose-900\/25:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.25);
}
.active\:ring-offset-rose-900\/30:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.3);
}
.active\:ring-offset-rose-900\/35:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.35);
}
.active\:ring-offset-rose-900\/40:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.4);
}
.active\:ring-offset-rose-900\/45:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.45);
}
.active\:ring-offset-rose-900\/5:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.05);
}
.active\:ring-offset-rose-900\/50:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.5);
}
.active\:ring-offset-rose-900\/55:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.55);
}
.active\:ring-offset-rose-900\/60:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.6);
}
.active\:ring-offset-rose-900\/65:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.65);
}
.active\:ring-offset-rose-900\/70:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.7);
}
.active\:ring-offset-rose-900\/75:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.75);
}
.active\:ring-offset-rose-900\/80:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.8);
}
.active\:ring-offset-rose-900\/85:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.85);
}
.active\:ring-offset-rose-900\/90:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.9);
}
.active\:ring-offset-rose-900\/95:active {
  --tw-ring-offset-color: rgb(136 19 55 / 0.95);
}
.active\:ring-offset-rose-950:active {
  --tw-ring-offset-color: #4c0519;
}
.active\:ring-offset-rose-950\/0:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0);
}
.active\:ring-offset-rose-950\/10:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.1);
}
.active\:ring-offset-rose-950\/100:active {
  --tw-ring-offset-color: rgb(76 5 25 / 1);
}
.active\:ring-offset-rose-950\/15:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.15);
}
.active\:ring-offset-rose-950\/20:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.2);
}
.active\:ring-offset-rose-950\/25:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.25);
}
.active\:ring-offset-rose-950\/30:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.3);
}
.active\:ring-offset-rose-950\/35:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.35);
}
.active\:ring-offset-rose-950\/40:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.4);
}
.active\:ring-offset-rose-950\/45:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.45);
}
.active\:ring-offset-rose-950\/5:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.05);
}
.active\:ring-offset-rose-950\/50:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.5);
}
.active\:ring-offset-rose-950\/55:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.55);
}
.active\:ring-offset-rose-950\/60:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.6);
}
.active\:ring-offset-rose-950\/65:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.65);
}
.active\:ring-offset-rose-950\/70:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.7);
}
.active\:ring-offset-rose-950\/75:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.75);
}
.active\:ring-offset-rose-950\/80:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.8);
}
.active\:ring-offset-rose-950\/85:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.85);
}
.active\:ring-offset-rose-950\/90:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.9);
}
.active\:ring-offset-rose-950\/95:active {
  --tw-ring-offset-color: rgb(76 5 25 / 0.95);
}
.active\:ring-offset-sky-100:active {
  --tw-ring-offset-color: #e0f2fe;
}
.active\:ring-offset-sky-100\/0:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0);
}
.active\:ring-offset-sky-100\/10:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.1);
}
.active\:ring-offset-sky-100\/100:active {
  --tw-ring-offset-color: rgb(224 242 254 / 1);
}
.active\:ring-offset-sky-100\/15:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.15);
}
.active\:ring-offset-sky-100\/20:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.2);
}
.active\:ring-offset-sky-100\/25:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.25);
}
.active\:ring-offset-sky-100\/30:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.3);
}
.active\:ring-offset-sky-100\/35:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.35);
}
.active\:ring-offset-sky-100\/40:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.4);
}
.active\:ring-offset-sky-100\/45:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.45);
}
.active\:ring-offset-sky-100\/5:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.05);
}
.active\:ring-offset-sky-100\/50:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.5);
}
.active\:ring-offset-sky-100\/55:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.55);
}
.active\:ring-offset-sky-100\/60:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.6);
}
.active\:ring-offset-sky-100\/65:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.65);
}
.active\:ring-offset-sky-100\/70:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.7);
}
.active\:ring-offset-sky-100\/75:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.75);
}
.active\:ring-offset-sky-100\/80:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.8);
}
.active\:ring-offset-sky-100\/85:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.85);
}
.active\:ring-offset-sky-100\/90:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.9);
}
.active\:ring-offset-sky-100\/95:active {
  --tw-ring-offset-color: rgb(224 242 254 / 0.95);
}
.active\:ring-offset-sky-200:active {
  --tw-ring-offset-color: #bae6fd;
}
.active\:ring-offset-sky-200\/0:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0);
}
.active\:ring-offset-sky-200\/10:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.1);
}
.active\:ring-offset-sky-200\/100:active {
  --tw-ring-offset-color: rgb(186 230 253 / 1);
}
.active\:ring-offset-sky-200\/15:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.15);
}
.active\:ring-offset-sky-200\/20:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.2);
}
.active\:ring-offset-sky-200\/25:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.25);
}
.active\:ring-offset-sky-200\/30:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.3);
}
.active\:ring-offset-sky-200\/35:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.35);
}
.active\:ring-offset-sky-200\/40:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.4);
}
.active\:ring-offset-sky-200\/45:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.45);
}
.active\:ring-offset-sky-200\/5:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.05);
}
.active\:ring-offset-sky-200\/50:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.5);
}
.active\:ring-offset-sky-200\/55:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.55);
}
.active\:ring-offset-sky-200\/60:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.6);
}
.active\:ring-offset-sky-200\/65:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.65);
}
.active\:ring-offset-sky-200\/70:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.7);
}
.active\:ring-offset-sky-200\/75:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.75);
}
.active\:ring-offset-sky-200\/80:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.8);
}
.active\:ring-offset-sky-200\/85:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.85);
}
.active\:ring-offset-sky-200\/90:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.9);
}
.active\:ring-offset-sky-200\/95:active {
  --tw-ring-offset-color: rgb(186 230 253 / 0.95);
}
.active\:ring-offset-sky-300:active {
  --tw-ring-offset-color: #7dd3fc;
}
.active\:ring-offset-sky-300\/0:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0);
}
.active\:ring-offset-sky-300\/10:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.1);
}
.active\:ring-offset-sky-300\/100:active {
  --tw-ring-offset-color: rgb(125 211 252 / 1);
}
.active\:ring-offset-sky-300\/15:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.15);
}
.active\:ring-offset-sky-300\/20:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.2);
}
.active\:ring-offset-sky-300\/25:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.25);
}
.active\:ring-offset-sky-300\/30:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.3);
}
.active\:ring-offset-sky-300\/35:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.35);
}
.active\:ring-offset-sky-300\/40:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.4);
}
.active\:ring-offset-sky-300\/45:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.45);
}
.active\:ring-offset-sky-300\/5:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.05);
}
.active\:ring-offset-sky-300\/50:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.5);
}
.active\:ring-offset-sky-300\/55:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.55);
}
.active\:ring-offset-sky-300\/60:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.6);
}
.active\:ring-offset-sky-300\/65:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.65);
}
.active\:ring-offset-sky-300\/70:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.7);
}
.active\:ring-offset-sky-300\/75:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.75);
}
.active\:ring-offset-sky-300\/80:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.8);
}
.active\:ring-offset-sky-300\/85:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.85);
}
.active\:ring-offset-sky-300\/90:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.9);
}
.active\:ring-offset-sky-300\/95:active {
  --tw-ring-offset-color: rgb(125 211 252 / 0.95);
}
.active\:ring-offset-sky-400:active {
  --tw-ring-offset-color: #38bdf8;
}
.active\:ring-offset-sky-400\/0:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0);
}
.active\:ring-offset-sky-400\/10:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.1);
}
.active\:ring-offset-sky-400\/100:active {
  --tw-ring-offset-color: rgb(56 189 248 / 1);
}
.active\:ring-offset-sky-400\/15:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.15);
}
.active\:ring-offset-sky-400\/20:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.2);
}
.active\:ring-offset-sky-400\/25:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.25);
}
.active\:ring-offset-sky-400\/30:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.3);
}
.active\:ring-offset-sky-400\/35:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.35);
}
.active\:ring-offset-sky-400\/40:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.4);
}
.active\:ring-offset-sky-400\/45:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.45);
}
.active\:ring-offset-sky-400\/5:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.05);
}
.active\:ring-offset-sky-400\/50:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.5);
}
.active\:ring-offset-sky-400\/55:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.55);
}
.active\:ring-offset-sky-400\/60:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.6);
}
.active\:ring-offset-sky-400\/65:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.65);
}
.active\:ring-offset-sky-400\/70:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.7);
}
.active\:ring-offset-sky-400\/75:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.75);
}
.active\:ring-offset-sky-400\/80:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.8);
}
.active\:ring-offset-sky-400\/85:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.85);
}
.active\:ring-offset-sky-400\/90:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.9);
}
.active\:ring-offset-sky-400\/95:active {
  --tw-ring-offset-color: rgb(56 189 248 / 0.95);
}
.active\:ring-offset-sky-50:active {
  --tw-ring-offset-color: #f0f9ff;
}
.active\:ring-offset-sky-50\/0:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0);
}
.active\:ring-offset-sky-50\/10:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.1);
}
.active\:ring-offset-sky-50\/100:active {
  --tw-ring-offset-color: rgb(240 249 255 / 1);
}
.active\:ring-offset-sky-50\/15:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.15);
}
.active\:ring-offset-sky-50\/20:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.2);
}
.active\:ring-offset-sky-50\/25:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.25);
}
.active\:ring-offset-sky-50\/30:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.3);
}
.active\:ring-offset-sky-50\/35:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.35);
}
.active\:ring-offset-sky-50\/40:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.4);
}
.active\:ring-offset-sky-50\/45:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.45);
}
.active\:ring-offset-sky-50\/5:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.05);
}
.active\:ring-offset-sky-50\/50:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.5);
}
.active\:ring-offset-sky-50\/55:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.55);
}
.active\:ring-offset-sky-50\/60:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.6);
}
.active\:ring-offset-sky-50\/65:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.65);
}
.active\:ring-offset-sky-50\/70:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.7);
}
.active\:ring-offset-sky-50\/75:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.75);
}
.active\:ring-offset-sky-50\/80:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.8);
}
.active\:ring-offset-sky-50\/85:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.85);
}
.active\:ring-offset-sky-50\/90:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.9);
}
.active\:ring-offset-sky-50\/95:active {
  --tw-ring-offset-color: rgb(240 249 255 / 0.95);
}
.active\:ring-offset-sky-500:active {
  --tw-ring-offset-color: #0ea5e9;
}
.active\:ring-offset-sky-500\/0:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0);
}
.active\:ring-offset-sky-500\/10:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.1);
}
.active\:ring-offset-sky-500\/100:active {
  --tw-ring-offset-color: rgb(14 165 233 / 1);
}
.active\:ring-offset-sky-500\/15:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.15);
}
.active\:ring-offset-sky-500\/20:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.2);
}
.active\:ring-offset-sky-500\/25:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.25);
}
.active\:ring-offset-sky-500\/30:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.3);
}
.active\:ring-offset-sky-500\/35:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.35);
}
.active\:ring-offset-sky-500\/40:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.4);
}
.active\:ring-offset-sky-500\/45:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.45);
}
.active\:ring-offset-sky-500\/5:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.05);
}
.active\:ring-offset-sky-500\/50:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.5);
}
.active\:ring-offset-sky-500\/55:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.55);
}
.active\:ring-offset-sky-500\/60:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.6);
}
.active\:ring-offset-sky-500\/65:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.65);
}
.active\:ring-offset-sky-500\/70:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.7);
}
.active\:ring-offset-sky-500\/75:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.75);
}
.active\:ring-offset-sky-500\/80:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.8);
}
.active\:ring-offset-sky-500\/85:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.85);
}
.active\:ring-offset-sky-500\/90:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.9);
}
.active\:ring-offset-sky-500\/95:active {
  --tw-ring-offset-color: rgb(14 165 233 / 0.95);
}
.active\:ring-offset-sky-600:active {
  --tw-ring-offset-color: #0284c7;
}
.active\:ring-offset-sky-600\/0:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0);
}
.active\:ring-offset-sky-600\/10:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.1);
}
.active\:ring-offset-sky-600\/100:active {
  --tw-ring-offset-color: rgb(2 132 199 / 1);
}
.active\:ring-offset-sky-600\/15:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.15);
}
.active\:ring-offset-sky-600\/20:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.2);
}
.active\:ring-offset-sky-600\/25:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.25);
}
.active\:ring-offset-sky-600\/30:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.3);
}
.active\:ring-offset-sky-600\/35:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.35);
}
.active\:ring-offset-sky-600\/40:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.4);
}
.active\:ring-offset-sky-600\/45:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.45);
}
.active\:ring-offset-sky-600\/5:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.05);
}
.active\:ring-offset-sky-600\/50:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.5);
}
.active\:ring-offset-sky-600\/55:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.55);
}
.active\:ring-offset-sky-600\/60:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.6);
}
.active\:ring-offset-sky-600\/65:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.65);
}
.active\:ring-offset-sky-600\/70:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.7);
}
.active\:ring-offset-sky-600\/75:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.75);
}
.active\:ring-offset-sky-600\/80:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.8);
}
.active\:ring-offset-sky-600\/85:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.85);
}
.active\:ring-offset-sky-600\/90:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.9);
}
.active\:ring-offset-sky-600\/95:active {
  --tw-ring-offset-color: rgb(2 132 199 / 0.95);
}
.active\:ring-offset-sky-700:active {
  --tw-ring-offset-color: #0369a1;
}
.active\:ring-offset-sky-700\/0:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0);
}
.active\:ring-offset-sky-700\/10:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.1);
}
.active\:ring-offset-sky-700\/100:active {
  --tw-ring-offset-color: rgb(3 105 161 / 1);
}
.active\:ring-offset-sky-700\/15:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.15);
}
.active\:ring-offset-sky-700\/20:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.2);
}
.active\:ring-offset-sky-700\/25:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.25);
}
.active\:ring-offset-sky-700\/30:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.3);
}
.active\:ring-offset-sky-700\/35:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.35);
}
.active\:ring-offset-sky-700\/40:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.4);
}
.active\:ring-offset-sky-700\/45:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.45);
}
.active\:ring-offset-sky-700\/5:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.05);
}
.active\:ring-offset-sky-700\/50:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.5);
}
.active\:ring-offset-sky-700\/55:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.55);
}
.active\:ring-offset-sky-700\/60:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.6);
}
.active\:ring-offset-sky-700\/65:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.65);
}
.active\:ring-offset-sky-700\/70:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.7);
}
.active\:ring-offset-sky-700\/75:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.75);
}
.active\:ring-offset-sky-700\/80:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.8);
}
.active\:ring-offset-sky-700\/85:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.85);
}
.active\:ring-offset-sky-700\/90:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.9);
}
.active\:ring-offset-sky-700\/95:active {
  --tw-ring-offset-color: rgb(3 105 161 / 0.95);
}
.active\:ring-offset-sky-800:active {
  --tw-ring-offset-color: #075985;
}
.active\:ring-offset-sky-800\/0:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0);
}
.active\:ring-offset-sky-800\/10:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.1);
}
.active\:ring-offset-sky-800\/100:active {
  --tw-ring-offset-color: rgb(7 89 133 / 1);
}
.active\:ring-offset-sky-800\/15:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.15);
}
.active\:ring-offset-sky-800\/20:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.2);
}
.active\:ring-offset-sky-800\/25:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.25);
}
.active\:ring-offset-sky-800\/30:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.3);
}
.active\:ring-offset-sky-800\/35:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.35);
}
.active\:ring-offset-sky-800\/40:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.4);
}
.active\:ring-offset-sky-800\/45:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.45);
}
.active\:ring-offset-sky-800\/5:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.05);
}
.active\:ring-offset-sky-800\/50:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.5);
}
.active\:ring-offset-sky-800\/55:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.55);
}
.active\:ring-offset-sky-800\/60:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.6);
}
.active\:ring-offset-sky-800\/65:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.65);
}
.active\:ring-offset-sky-800\/70:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.7);
}
.active\:ring-offset-sky-800\/75:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.75);
}
.active\:ring-offset-sky-800\/80:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.8);
}
.active\:ring-offset-sky-800\/85:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.85);
}
.active\:ring-offset-sky-800\/90:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.9);
}
.active\:ring-offset-sky-800\/95:active {
  --tw-ring-offset-color: rgb(7 89 133 / 0.95);
}
.active\:ring-offset-sky-900:active {
  --tw-ring-offset-color: #0c4a6e;
}
.active\:ring-offset-sky-900\/0:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0);
}
.active\:ring-offset-sky-900\/10:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.1);
}
.active\:ring-offset-sky-900\/100:active {
  --tw-ring-offset-color: rgb(12 74 110 / 1);
}
.active\:ring-offset-sky-900\/15:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.15);
}
.active\:ring-offset-sky-900\/20:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.2);
}
.active\:ring-offset-sky-900\/25:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.25);
}
.active\:ring-offset-sky-900\/30:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.3);
}
.active\:ring-offset-sky-900\/35:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.35);
}
.active\:ring-offset-sky-900\/40:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.4);
}
.active\:ring-offset-sky-900\/45:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.45);
}
.active\:ring-offset-sky-900\/5:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.05);
}
.active\:ring-offset-sky-900\/50:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.5);
}
.active\:ring-offset-sky-900\/55:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.55);
}
.active\:ring-offset-sky-900\/60:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.6);
}
.active\:ring-offset-sky-900\/65:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.65);
}
.active\:ring-offset-sky-900\/70:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.7);
}
.active\:ring-offset-sky-900\/75:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.75);
}
.active\:ring-offset-sky-900\/80:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.8);
}
.active\:ring-offset-sky-900\/85:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.85);
}
.active\:ring-offset-sky-900\/90:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.9);
}
.active\:ring-offset-sky-900\/95:active {
  --tw-ring-offset-color: rgb(12 74 110 / 0.95);
}
.active\:ring-offset-sky-950:active {
  --tw-ring-offset-color: #082f49;
}
.active\:ring-offset-sky-950\/0:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0);
}
.active\:ring-offset-sky-950\/10:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.1);
}
.active\:ring-offset-sky-950\/100:active {
  --tw-ring-offset-color: rgb(8 47 73 / 1);
}
.active\:ring-offset-sky-950\/15:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.15);
}
.active\:ring-offset-sky-950\/20:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.2);
}
.active\:ring-offset-sky-950\/25:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.25);
}
.active\:ring-offset-sky-950\/30:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.3);
}
.active\:ring-offset-sky-950\/35:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.35);
}
.active\:ring-offset-sky-950\/40:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.4);
}
.active\:ring-offset-sky-950\/45:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.45);
}
.active\:ring-offset-sky-950\/5:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.05);
}
.active\:ring-offset-sky-950\/50:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.5);
}
.active\:ring-offset-sky-950\/55:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.55);
}
.active\:ring-offset-sky-950\/60:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.6);
}
.active\:ring-offset-sky-950\/65:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.65);
}
.active\:ring-offset-sky-950\/70:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.7);
}
.active\:ring-offset-sky-950\/75:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.75);
}
.active\:ring-offset-sky-950\/80:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.8);
}
.active\:ring-offset-sky-950\/85:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.85);
}
.active\:ring-offset-sky-950\/90:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.9);
}
.active\:ring-offset-sky-950\/95:active {
  --tw-ring-offset-color: rgb(8 47 73 / 0.95);
}
.active\:ring-offset-slate-100:active {
  --tw-ring-offset-color: #f1f5f9;
}
.active\:ring-offset-slate-100\/0:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0);
}
.active\:ring-offset-slate-100\/10:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.1);
}
.active\:ring-offset-slate-100\/100:active {
  --tw-ring-offset-color: rgb(241 245 249 / 1);
}
.active\:ring-offset-slate-100\/15:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.15);
}
.active\:ring-offset-slate-100\/20:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.2);
}
.active\:ring-offset-slate-100\/25:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.25);
}
.active\:ring-offset-slate-100\/30:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.3);
}
.active\:ring-offset-slate-100\/35:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.35);
}
.active\:ring-offset-slate-100\/40:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.4);
}
.active\:ring-offset-slate-100\/45:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.45);
}
.active\:ring-offset-slate-100\/5:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.05);
}
.active\:ring-offset-slate-100\/50:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.5);
}
.active\:ring-offset-slate-100\/55:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.55);
}
.active\:ring-offset-slate-100\/60:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.6);
}
.active\:ring-offset-slate-100\/65:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.65);
}
.active\:ring-offset-slate-100\/70:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.7);
}
.active\:ring-offset-slate-100\/75:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.75);
}
.active\:ring-offset-slate-100\/80:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.8);
}
.active\:ring-offset-slate-100\/85:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.85);
}
.active\:ring-offset-slate-100\/90:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.9);
}
.active\:ring-offset-slate-100\/95:active {
  --tw-ring-offset-color: rgb(241 245 249 / 0.95);
}
.active\:ring-offset-slate-200:active {
  --tw-ring-offset-color: #e2e8f0;
}
.active\:ring-offset-slate-200\/0:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0);
}
.active\:ring-offset-slate-200\/10:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.1);
}
.active\:ring-offset-slate-200\/100:active {
  --tw-ring-offset-color: rgb(226 232 240 / 1);
}
.active\:ring-offset-slate-200\/15:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.15);
}
.active\:ring-offset-slate-200\/20:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.2);
}
.active\:ring-offset-slate-200\/25:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.25);
}
.active\:ring-offset-slate-200\/30:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.3);
}
.active\:ring-offset-slate-200\/35:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.35);
}
.active\:ring-offset-slate-200\/40:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.4);
}
.active\:ring-offset-slate-200\/45:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.45);
}
.active\:ring-offset-slate-200\/5:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.05);
}
.active\:ring-offset-slate-200\/50:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.5);
}
.active\:ring-offset-slate-200\/55:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.55);
}
.active\:ring-offset-slate-200\/60:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.6);
}
.active\:ring-offset-slate-200\/65:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.65);
}
.active\:ring-offset-slate-200\/70:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.7);
}
.active\:ring-offset-slate-200\/75:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.75);
}
.active\:ring-offset-slate-200\/80:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.8);
}
.active\:ring-offset-slate-200\/85:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.85);
}
.active\:ring-offset-slate-200\/90:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.9);
}
.active\:ring-offset-slate-200\/95:active {
  --tw-ring-offset-color: rgb(226 232 240 / 0.95);
}
.active\:ring-offset-slate-300:active {
  --tw-ring-offset-color: #cbd5e1;
}
.active\:ring-offset-slate-300\/0:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0);
}
.active\:ring-offset-slate-300\/10:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.1);
}
.active\:ring-offset-slate-300\/100:active {
  --tw-ring-offset-color: rgb(203 213 225 / 1);
}
.active\:ring-offset-slate-300\/15:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.15);
}
.active\:ring-offset-slate-300\/20:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.2);
}
.active\:ring-offset-slate-300\/25:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.25);
}
.active\:ring-offset-slate-300\/30:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.3);
}
.active\:ring-offset-slate-300\/35:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.35);
}
.active\:ring-offset-slate-300\/40:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.4);
}
.active\:ring-offset-slate-300\/45:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.45);
}
.active\:ring-offset-slate-300\/5:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.05);
}
.active\:ring-offset-slate-300\/50:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.5);
}
.active\:ring-offset-slate-300\/55:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.55);
}
.active\:ring-offset-slate-300\/60:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.6);
}
.active\:ring-offset-slate-300\/65:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.65);
}
.active\:ring-offset-slate-300\/70:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.7);
}
.active\:ring-offset-slate-300\/75:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.75);
}
.active\:ring-offset-slate-300\/80:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.8);
}
.active\:ring-offset-slate-300\/85:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.85);
}
.active\:ring-offset-slate-300\/90:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.9);
}
.active\:ring-offset-slate-300\/95:active {
  --tw-ring-offset-color: rgb(203 213 225 / 0.95);
}
.active\:ring-offset-slate-400:active {
  --tw-ring-offset-color: #94a3b8;
}
.active\:ring-offset-slate-400\/0:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0);
}
.active\:ring-offset-slate-400\/10:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.1);
}
.active\:ring-offset-slate-400\/100:active {
  --tw-ring-offset-color: rgb(148 163 184 / 1);
}
.active\:ring-offset-slate-400\/15:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.15);
}
.active\:ring-offset-slate-400\/20:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.2);
}
.active\:ring-offset-slate-400\/25:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.25);
}
.active\:ring-offset-slate-400\/30:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.3);
}
.active\:ring-offset-slate-400\/35:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.35);
}
.active\:ring-offset-slate-400\/40:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.4);
}
.active\:ring-offset-slate-400\/45:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.45);
}
.active\:ring-offset-slate-400\/5:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.05);
}
.active\:ring-offset-slate-400\/50:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.5);
}
.active\:ring-offset-slate-400\/55:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.55);
}
.active\:ring-offset-slate-400\/60:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.6);
}
.active\:ring-offset-slate-400\/65:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.65);
}
.active\:ring-offset-slate-400\/70:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.7);
}
.active\:ring-offset-slate-400\/75:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.75);
}
.active\:ring-offset-slate-400\/80:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.8);
}
.active\:ring-offset-slate-400\/85:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.85);
}
.active\:ring-offset-slate-400\/90:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.9);
}
.active\:ring-offset-slate-400\/95:active {
  --tw-ring-offset-color: rgb(148 163 184 / 0.95);
}
.active\:ring-offset-slate-50:active {
  --tw-ring-offset-color: #f8fafc;
}
.active\:ring-offset-slate-50\/0:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0);
}
.active\:ring-offset-slate-50\/10:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.1);
}
.active\:ring-offset-slate-50\/100:active {
  --tw-ring-offset-color: rgb(248 250 252 / 1);
}
.active\:ring-offset-slate-50\/15:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.15);
}
.active\:ring-offset-slate-50\/20:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.2);
}
.active\:ring-offset-slate-50\/25:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.25);
}
.active\:ring-offset-slate-50\/30:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.3);
}
.active\:ring-offset-slate-50\/35:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.35);
}
.active\:ring-offset-slate-50\/40:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.4);
}
.active\:ring-offset-slate-50\/45:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.45);
}
.active\:ring-offset-slate-50\/5:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.05);
}
.active\:ring-offset-slate-50\/50:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.5);
}
.active\:ring-offset-slate-50\/55:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.55);
}
.active\:ring-offset-slate-50\/60:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.6);
}
.active\:ring-offset-slate-50\/65:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.65);
}
.active\:ring-offset-slate-50\/70:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.7);
}
.active\:ring-offset-slate-50\/75:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.75);
}
.active\:ring-offset-slate-50\/80:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.8);
}
.active\:ring-offset-slate-50\/85:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.85);
}
.active\:ring-offset-slate-50\/90:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.9);
}
.active\:ring-offset-slate-50\/95:active {
  --tw-ring-offset-color: rgb(248 250 252 / 0.95);
}
.active\:ring-offset-slate-500:active {
  --tw-ring-offset-color: #64748b;
}
.active\:ring-offset-slate-500\/0:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0);
}
.active\:ring-offset-slate-500\/10:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.1);
}
.active\:ring-offset-slate-500\/100:active {
  --tw-ring-offset-color: rgb(100 116 139 / 1);
}
.active\:ring-offset-slate-500\/15:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.15);
}
.active\:ring-offset-slate-500\/20:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.2);
}
.active\:ring-offset-slate-500\/25:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.25);
}
.active\:ring-offset-slate-500\/30:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.3);
}
.active\:ring-offset-slate-500\/35:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.35);
}
.active\:ring-offset-slate-500\/40:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.4);
}
.active\:ring-offset-slate-500\/45:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.45);
}
.active\:ring-offset-slate-500\/5:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.05);
}
.active\:ring-offset-slate-500\/50:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.5);
}
.active\:ring-offset-slate-500\/55:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.55);
}
.active\:ring-offset-slate-500\/60:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.6);
}
.active\:ring-offset-slate-500\/65:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.65);
}
.active\:ring-offset-slate-500\/70:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.7);
}
.active\:ring-offset-slate-500\/75:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.75);
}
.active\:ring-offset-slate-500\/80:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.8);
}
.active\:ring-offset-slate-500\/85:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.85);
}
.active\:ring-offset-slate-500\/90:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.9);
}
.active\:ring-offset-slate-500\/95:active {
  --tw-ring-offset-color: rgb(100 116 139 / 0.95);
}
.active\:ring-offset-slate-600:active {
  --tw-ring-offset-color: #475569;
}
.active\:ring-offset-slate-600\/0:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0);
}
.active\:ring-offset-slate-600\/10:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.1);
}
.active\:ring-offset-slate-600\/100:active {
  --tw-ring-offset-color: rgb(71 85 105 / 1);
}
.active\:ring-offset-slate-600\/15:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.15);
}
.active\:ring-offset-slate-600\/20:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.2);
}
.active\:ring-offset-slate-600\/25:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.25);
}
.active\:ring-offset-slate-600\/30:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.3);
}
.active\:ring-offset-slate-600\/35:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.35);
}
.active\:ring-offset-slate-600\/40:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.4);
}
.active\:ring-offset-slate-600\/45:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.45);
}
.active\:ring-offset-slate-600\/5:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.05);
}
.active\:ring-offset-slate-600\/50:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.5);
}
.active\:ring-offset-slate-600\/55:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.55);
}
.active\:ring-offset-slate-600\/60:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.6);
}
.active\:ring-offset-slate-600\/65:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.65);
}
.active\:ring-offset-slate-600\/70:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.7);
}
.active\:ring-offset-slate-600\/75:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.75);
}
.active\:ring-offset-slate-600\/80:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.8);
}
.active\:ring-offset-slate-600\/85:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.85);
}
.active\:ring-offset-slate-600\/90:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.9);
}
.active\:ring-offset-slate-600\/95:active {
  --tw-ring-offset-color: rgb(71 85 105 / 0.95);
}
.active\:ring-offset-slate-700:active {
  --tw-ring-offset-color: #334155;
}
.active\:ring-offset-slate-700\/0:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0);
}
.active\:ring-offset-slate-700\/10:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.1);
}
.active\:ring-offset-slate-700\/100:active {
  --tw-ring-offset-color: rgb(51 65 85 / 1);
}
.active\:ring-offset-slate-700\/15:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.15);
}
.active\:ring-offset-slate-700\/20:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.2);
}
.active\:ring-offset-slate-700\/25:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.25);
}
.active\:ring-offset-slate-700\/30:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.3);
}
.active\:ring-offset-slate-700\/35:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.35);
}
.active\:ring-offset-slate-700\/40:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.4);
}
.active\:ring-offset-slate-700\/45:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.45);
}
.active\:ring-offset-slate-700\/5:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.05);
}
.active\:ring-offset-slate-700\/50:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.5);
}
.active\:ring-offset-slate-700\/55:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.55);
}
.active\:ring-offset-slate-700\/60:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.6);
}
.active\:ring-offset-slate-700\/65:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.65);
}
.active\:ring-offset-slate-700\/70:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.7);
}
.active\:ring-offset-slate-700\/75:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.75);
}
.active\:ring-offset-slate-700\/80:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.8);
}
.active\:ring-offset-slate-700\/85:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.85);
}
.active\:ring-offset-slate-700\/90:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.9);
}
.active\:ring-offset-slate-700\/95:active {
  --tw-ring-offset-color: rgb(51 65 85 / 0.95);
}
.active\:ring-offset-slate-800:active {
  --tw-ring-offset-color: #1e293b;
}
.active\:ring-offset-slate-800\/0:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0);
}
.active\:ring-offset-slate-800\/10:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.1);
}
.active\:ring-offset-slate-800\/100:active {
  --tw-ring-offset-color: rgb(30 41 59 / 1);
}
.active\:ring-offset-slate-800\/15:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.15);
}
.active\:ring-offset-slate-800\/20:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.2);
}
.active\:ring-offset-slate-800\/25:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.25);
}
.active\:ring-offset-slate-800\/30:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.3);
}
.active\:ring-offset-slate-800\/35:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.35);
}
.active\:ring-offset-slate-800\/40:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.4);
}
.active\:ring-offset-slate-800\/45:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.45);
}
.active\:ring-offset-slate-800\/5:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.05);
}
.active\:ring-offset-slate-800\/50:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.5);
}
.active\:ring-offset-slate-800\/55:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.55);
}
.active\:ring-offset-slate-800\/60:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.6);
}
.active\:ring-offset-slate-800\/65:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.65);
}
.active\:ring-offset-slate-800\/70:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.7);
}
.active\:ring-offset-slate-800\/75:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.75);
}
.active\:ring-offset-slate-800\/80:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.8);
}
.active\:ring-offset-slate-800\/85:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.85);
}
.active\:ring-offset-slate-800\/90:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.9);
}
.active\:ring-offset-slate-800\/95:active {
  --tw-ring-offset-color: rgb(30 41 59 / 0.95);
}
.active\:ring-offset-slate-900:active {
  --tw-ring-offset-color: #0f172a;
}
.active\:ring-offset-slate-900\/0:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0);
}
.active\:ring-offset-slate-900\/10:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.1);
}
.active\:ring-offset-slate-900\/100:active {
  --tw-ring-offset-color: rgb(15 23 42 / 1);
}
.active\:ring-offset-slate-900\/15:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.15);
}
.active\:ring-offset-slate-900\/20:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.2);
}
.active\:ring-offset-slate-900\/25:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.25);
}
.active\:ring-offset-slate-900\/30:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.3);
}
.active\:ring-offset-slate-900\/35:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.35);
}
.active\:ring-offset-slate-900\/40:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.4);
}
.active\:ring-offset-slate-900\/45:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.45);
}
.active\:ring-offset-slate-900\/5:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.05);
}
.active\:ring-offset-slate-900\/50:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.5);
}
.active\:ring-offset-slate-900\/55:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.55);
}
.active\:ring-offset-slate-900\/60:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.6);
}
.active\:ring-offset-slate-900\/65:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.65);
}
.active\:ring-offset-slate-900\/70:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.7);
}
.active\:ring-offset-slate-900\/75:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.75);
}
.active\:ring-offset-slate-900\/80:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.8);
}
.active\:ring-offset-slate-900\/85:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.85);
}
.active\:ring-offset-slate-900\/90:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.9);
}
.active\:ring-offset-slate-900\/95:active {
  --tw-ring-offset-color: rgb(15 23 42 / 0.95);
}
.active\:ring-offset-slate-950:active {
  --tw-ring-offset-color: #020617;
}
.active\:ring-offset-slate-950\/0:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0);
}
.active\:ring-offset-slate-950\/10:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.1);
}
.active\:ring-offset-slate-950\/100:active {
  --tw-ring-offset-color: rgb(2 6 23 / 1);
}
.active\:ring-offset-slate-950\/15:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.15);
}
.active\:ring-offset-slate-950\/20:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.2);
}
.active\:ring-offset-slate-950\/25:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.25);
}
.active\:ring-offset-slate-950\/30:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.3);
}
.active\:ring-offset-slate-950\/35:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.35);
}
.active\:ring-offset-slate-950\/40:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.4);
}
.active\:ring-offset-slate-950\/45:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.45);
}
.active\:ring-offset-slate-950\/5:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.05);
}
.active\:ring-offset-slate-950\/50:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.5);
}
.active\:ring-offset-slate-950\/55:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.55);
}
.active\:ring-offset-slate-950\/60:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.6);
}
.active\:ring-offset-slate-950\/65:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.65);
}
.active\:ring-offset-slate-950\/70:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.7);
}
.active\:ring-offset-slate-950\/75:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.75);
}
.active\:ring-offset-slate-950\/80:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.8);
}
.active\:ring-offset-slate-950\/85:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.85);
}
.active\:ring-offset-slate-950\/90:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.9);
}
.active\:ring-offset-slate-950\/95:active {
  --tw-ring-offset-color: rgb(2 6 23 / 0.95);
}
.active\:ring-offset-stone-100:active {
  --tw-ring-offset-color: #f5f5f4;
}
.active\:ring-offset-stone-100\/0:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0);
}
.active\:ring-offset-stone-100\/10:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.1);
}
.active\:ring-offset-stone-100\/100:active {
  --tw-ring-offset-color: rgb(245 245 244 / 1);
}
.active\:ring-offset-stone-100\/15:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.15);
}
.active\:ring-offset-stone-100\/20:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.2);
}
.active\:ring-offset-stone-100\/25:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.25);
}
.active\:ring-offset-stone-100\/30:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.3);
}
.active\:ring-offset-stone-100\/35:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.35);
}
.active\:ring-offset-stone-100\/40:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.4);
}
.active\:ring-offset-stone-100\/45:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.45);
}
.active\:ring-offset-stone-100\/5:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.05);
}
.active\:ring-offset-stone-100\/50:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.5);
}
.active\:ring-offset-stone-100\/55:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.55);
}
.active\:ring-offset-stone-100\/60:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.6);
}
.active\:ring-offset-stone-100\/65:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.65);
}
.active\:ring-offset-stone-100\/70:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.7);
}
.active\:ring-offset-stone-100\/75:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.75);
}
.active\:ring-offset-stone-100\/80:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.8);
}
.active\:ring-offset-stone-100\/85:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.85);
}
.active\:ring-offset-stone-100\/90:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.9);
}
.active\:ring-offset-stone-100\/95:active {
  --tw-ring-offset-color: rgb(245 245 244 / 0.95);
}
.active\:ring-offset-stone-200:active {
  --tw-ring-offset-color: #e7e5e4;
}
.active\:ring-offset-stone-200\/0:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0);
}
.active\:ring-offset-stone-200\/10:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.1);
}
.active\:ring-offset-stone-200\/100:active {
  --tw-ring-offset-color: rgb(231 229 228 / 1);
}
.active\:ring-offset-stone-200\/15:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.15);
}
.active\:ring-offset-stone-200\/20:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.2);
}
.active\:ring-offset-stone-200\/25:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.25);
}
.active\:ring-offset-stone-200\/30:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.3);
}
.active\:ring-offset-stone-200\/35:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.35);
}
.active\:ring-offset-stone-200\/40:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.4);
}
.active\:ring-offset-stone-200\/45:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.45);
}
.active\:ring-offset-stone-200\/5:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.05);
}
.active\:ring-offset-stone-200\/50:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.5);
}
.active\:ring-offset-stone-200\/55:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.55);
}
.active\:ring-offset-stone-200\/60:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.6);
}
.active\:ring-offset-stone-200\/65:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.65);
}
.active\:ring-offset-stone-200\/70:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.7);
}
.active\:ring-offset-stone-200\/75:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.75);
}
.active\:ring-offset-stone-200\/80:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.8);
}
.active\:ring-offset-stone-200\/85:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.85);
}
.active\:ring-offset-stone-200\/90:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.9);
}
.active\:ring-offset-stone-200\/95:active {
  --tw-ring-offset-color: rgb(231 229 228 / 0.95);
}
.active\:ring-offset-stone-300:active {
  --tw-ring-offset-color: #d6d3d1;
}
.active\:ring-offset-stone-300\/0:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0);
}
.active\:ring-offset-stone-300\/10:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.1);
}
.active\:ring-offset-stone-300\/100:active {
  --tw-ring-offset-color: rgb(214 211 209 / 1);
}
.active\:ring-offset-stone-300\/15:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.15);
}
.active\:ring-offset-stone-300\/20:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.2);
}
.active\:ring-offset-stone-300\/25:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.25);
}
.active\:ring-offset-stone-300\/30:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.3);
}
.active\:ring-offset-stone-300\/35:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.35);
}
.active\:ring-offset-stone-300\/40:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.4);
}
.active\:ring-offset-stone-300\/45:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.45);
}
.active\:ring-offset-stone-300\/5:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.05);
}
.active\:ring-offset-stone-300\/50:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.5);
}
.active\:ring-offset-stone-300\/55:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.55);
}
.active\:ring-offset-stone-300\/60:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.6);
}
.active\:ring-offset-stone-300\/65:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.65);
}
.active\:ring-offset-stone-300\/70:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.7);
}
.active\:ring-offset-stone-300\/75:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.75);
}
.active\:ring-offset-stone-300\/80:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.8);
}
.active\:ring-offset-stone-300\/85:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.85);
}
.active\:ring-offset-stone-300\/90:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.9);
}
.active\:ring-offset-stone-300\/95:active {
  --tw-ring-offset-color: rgb(214 211 209 / 0.95);
}
.active\:ring-offset-stone-400:active {
  --tw-ring-offset-color: #a8a29e;
}
.active\:ring-offset-stone-400\/0:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0);
}
.active\:ring-offset-stone-400\/10:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.1);
}
.active\:ring-offset-stone-400\/100:active {
  --tw-ring-offset-color: rgb(168 162 158 / 1);
}
.active\:ring-offset-stone-400\/15:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.15);
}
.active\:ring-offset-stone-400\/20:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.2);
}
.active\:ring-offset-stone-400\/25:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.25);
}
.active\:ring-offset-stone-400\/30:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.3);
}
.active\:ring-offset-stone-400\/35:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.35);
}
.active\:ring-offset-stone-400\/40:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.4);
}
.active\:ring-offset-stone-400\/45:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.45);
}
.active\:ring-offset-stone-400\/5:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.05);
}
.active\:ring-offset-stone-400\/50:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.5);
}
.active\:ring-offset-stone-400\/55:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.55);
}
.active\:ring-offset-stone-400\/60:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.6);
}
.active\:ring-offset-stone-400\/65:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.65);
}
.active\:ring-offset-stone-400\/70:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.7);
}
.active\:ring-offset-stone-400\/75:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.75);
}
.active\:ring-offset-stone-400\/80:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.8);
}
.active\:ring-offset-stone-400\/85:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.85);
}
.active\:ring-offset-stone-400\/90:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.9);
}
.active\:ring-offset-stone-400\/95:active {
  --tw-ring-offset-color: rgb(168 162 158 / 0.95);
}
.active\:ring-offset-stone-50:active {
  --tw-ring-offset-color: #fafaf9;
}
.active\:ring-offset-stone-50\/0:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0);
}
.active\:ring-offset-stone-50\/10:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.1);
}
.active\:ring-offset-stone-50\/100:active {
  --tw-ring-offset-color: rgb(250 250 249 / 1);
}
.active\:ring-offset-stone-50\/15:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.15);
}
.active\:ring-offset-stone-50\/20:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.2);
}
.active\:ring-offset-stone-50\/25:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.25);
}
.active\:ring-offset-stone-50\/30:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.3);
}
.active\:ring-offset-stone-50\/35:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.35);
}
.active\:ring-offset-stone-50\/40:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.4);
}
.active\:ring-offset-stone-50\/45:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.45);
}
.active\:ring-offset-stone-50\/5:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.05);
}
.active\:ring-offset-stone-50\/50:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.5);
}
.active\:ring-offset-stone-50\/55:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.55);
}
.active\:ring-offset-stone-50\/60:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.6);
}
.active\:ring-offset-stone-50\/65:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.65);
}
.active\:ring-offset-stone-50\/70:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.7);
}
.active\:ring-offset-stone-50\/75:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.75);
}
.active\:ring-offset-stone-50\/80:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.8);
}
.active\:ring-offset-stone-50\/85:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.85);
}
.active\:ring-offset-stone-50\/90:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.9);
}
.active\:ring-offset-stone-50\/95:active {
  --tw-ring-offset-color: rgb(250 250 249 / 0.95);
}
.active\:ring-offset-stone-500:active {
  --tw-ring-offset-color: #78716c;
}
.active\:ring-offset-stone-500\/0:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0);
}
.active\:ring-offset-stone-500\/10:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.1);
}
.active\:ring-offset-stone-500\/100:active {
  --tw-ring-offset-color: rgb(120 113 108 / 1);
}
.active\:ring-offset-stone-500\/15:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.15);
}
.active\:ring-offset-stone-500\/20:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.2);
}
.active\:ring-offset-stone-500\/25:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.25);
}
.active\:ring-offset-stone-500\/30:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.3);
}
.active\:ring-offset-stone-500\/35:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.35);
}
.active\:ring-offset-stone-500\/40:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.4);
}
.active\:ring-offset-stone-500\/45:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.45);
}
.active\:ring-offset-stone-500\/5:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.05);
}
.active\:ring-offset-stone-500\/50:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.5);
}
.active\:ring-offset-stone-500\/55:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.55);
}
.active\:ring-offset-stone-500\/60:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.6);
}
.active\:ring-offset-stone-500\/65:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.65);
}
.active\:ring-offset-stone-500\/70:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.7);
}
.active\:ring-offset-stone-500\/75:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.75);
}
.active\:ring-offset-stone-500\/80:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.8);
}
.active\:ring-offset-stone-500\/85:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.85);
}
.active\:ring-offset-stone-500\/90:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.9);
}
.active\:ring-offset-stone-500\/95:active {
  --tw-ring-offset-color: rgb(120 113 108 / 0.95);
}
.active\:ring-offset-stone-600:active {
  --tw-ring-offset-color: #57534e;
}
.active\:ring-offset-stone-600\/0:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0);
}
.active\:ring-offset-stone-600\/10:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.1);
}
.active\:ring-offset-stone-600\/100:active {
  --tw-ring-offset-color: rgb(87 83 78 / 1);
}
.active\:ring-offset-stone-600\/15:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.15);
}
.active\:ring-offset-stone-600\/20:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.2);
}
.active\:ring-offset-stone-600\/25:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.25);
}
.active\:ring-offset-stone-600\/30:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.3);
}
.active\:ring-offset-stone-600\/35:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.35);
}
.active\:ring-offset-stone-600\/40:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.4);
}
.active\:ring-offset-stone-600\/45:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.45);
}
.active\:ring-offset-stone-600\/5:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.05);
}
.active\:ring-offset-stone-600\/50:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.5);
}
.active\:ring-offset-stone-600\/55:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.55);
}
.active\:ring-offset-stone-600\/60:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.6);
}
.active\:ring-offset-stone-600\/65:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.65);
}
.active\:ring-offset-stone-600\/70:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.7);
}
.active\:ring-offset-stone-600\/75:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.75);
}
.active\:ring-offset-stone-600\/80:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.8);
}
.active\:ring-offset-stone-600\/85:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.85);
}
.active\:ring-offset-stone-600\/90:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.9);
}
.active\:ring-offset-stone-600\/95:active {
  --tw-ring-offset-color: rgb(87 83 78 / 0.95);
}
.active\:ring-offset-stone-700:active {
  --tw-ring-offset-color: #44403c;
}
.active\:ring-offset-stone-700\/0:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0);
}
.active\:ring-offset-stone-700\/10:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.1);
}
.active\:ring-offset-stone-700\/100:active {
  --tw-ring-offset-color: rgb(68 64 60 / 1);
}
.active\:ring-offset-stone-700\/15:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.15);
}
.active\:ring-offset-stone-700\/20:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.2);
}
.active\:ring-offset-stone-700\/25:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.25);
}
.active\:ring-offset-stone-700\/30:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.3);
}
.active\:ring-offset-stone-700\/35:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.35);
}
.active\:ring-offset-stone-700\/40:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.4);
}
.active\:ring-offset-stone-700\/45:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.45);
}
.active\:ring-offset-stone-700\/5:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.05);
}
.active\:ring-offset-stone-700\/50:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.5);
}
.active\:ring-offset-stone-700\/55:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.55);
}
.active\:ring-offset-stone-700\/60:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.6);
}
.active\:ring-offset-stone-700\/65:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.65);
}
.active\:ring-offset-stone-700\/70:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.7);
}
.active\:ring-offset-stone-700\/75:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.75);
}
.active\:ring-offset-stone-700\/80:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.8);
}
.active\:ring-offset-stone-700\/85:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.85);
}
.active\:ring-offset-stone-700\/90:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.9);
}
.active\:ring-offset-stone-700\/95:active {
  --tw-ring-offset-color: rgb(68 64 60 / 0.95);
}
.active\:ring-offset-stone-800:active {
  --tw-ring-offset-color: #292524;
}
.active\:ring-offset-stone-800\/0:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0);
}
.active\:ring-offset-stone-800\/10:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.1);
}
.active\:ring-offset-stone-800\/100:active {
  --tw-ring-offset-color: rgb(41 37 36 / 1);
}
.active\:ring-offset-stone-800\/15:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.15);
}
.active\:ring-offset-stone-800\/20:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.2);
}
.active\:ring-offset-stone-800\/25:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.25);
}
.active\:ring-offset-stone-800\/30:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.3);
}
.active\:ring-offset-stone-800\/35:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.35);
}
.active\:ring-offset-stone-800\/40:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.4);
}
.active\:ring-offset-stone-800\/45:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.45);
}
.active\:ring-offset-stone-800\/5:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.05);
}
.active\:ring-offset-stone-800\/50:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.5);
}
.active\:ring-offset-stone-800\/55:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.55);
}
.active\:ring-offset-stone-800\/60:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.6);
}
.active\:ring-offset-stone-800\/65:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.65);
}
.active\:ring-offset-stone-800\/70:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.7);
}
.active\:ring-offset-stone-800\/75:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.75);
}
.active\:ring-offset-stone-800\/80:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.8);
}
.active\:ring-offset-stone-800\/85:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.85);
}
.active\:ring-offset-stone-800\/90:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.9);
}
.active\:ring-offset-stone-800\/95:active {
  --tw-ring-offset-color: rgb(41 37 36 / 0.95);
}
.active\:ring-offset-stone-900:active {
  --tw-ring-offset-color: #1c1917;
}
.active\:ring-offset-stone-900\/0:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0);
}
.active\:ring-offset-stone-900\/10:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.1);
}
.active\:ring-offset-stone-900\/100:active {
  --tw-ring-offset-color: rgb(28 25 23 / 1);
}
.active\:ring-offset-stone-900\/15:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.15);
}
.active\:ring-offset-stone-900\/20:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.2);
}
.active\:ring-offset-stone-900\/25:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.25);
}
.active\:ring-offset-stone-900\/30:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.3);
}
.active\:ring-offset-stone-900\/35:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.35);
}
.active\:ring-offset-stone-900\/40:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.4);
}
.active\:ring-offset-stone-900\/45:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.45);
}
.active\:ring-offset-stone-900\/5:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.05);
}
.active\:ring-offset-stone-900\/50:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.5);
}
.active\:ring-offset-stone-900\/55:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.55);
}
.active\:ring-offset-stone-900\/60:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.6);
}
.active\:ring-offset-stone-900\/65:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.65);
}
.active\:ring-offset-stone-900\/70:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.7);
}
.active\:ring-offset-stone-900\/75:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.75);
}
.active\:ring-offset-stone-900\/80:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.8);
}
.active\:ring-offset-stone-900\/85:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.85);
}
.active\:ring-offset-stone-900\/90:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.9);
}
.active\:ring-offset-stone-900\/95:active {
  --tw-ring-offset-color: rgb(28 25 23 / 0.95);
}
.active\:ring-offset-stone-950:active {
  --tw-ring-offset-color: #0c0a09;
}
.active\:ring-offset-stone-950\/0:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0);
}
.active\:ring-offset-stone-950\/10:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.1);
}
.active\:ring-offset-stone-950\/100:active {
  --tw-ring-offset-color: rgb(12 10 9 / 1);
}
.active\:ring-offset-stone-950\/15:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.15);
}
.active\:ring-offset-stone-950\/20:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.2);
}
.active\:ring-offset-stone-950\/25:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.25);
}
.active\:ring-offset-stone-950\/30:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.3);
}
.active\:ring-offset-stone-950\/35:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.35);
}
.active\:ring-offset-stone-950\/40:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.4);
}
.active\:ring-offset-stone-950\/45:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.45);
}
.active\:ring-offset-stone-950\/5:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.05);
}
.active\:ring-offset-stone-950\/50:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.5);
}
.active\:ring-offset-stone-950\/55:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.55);
}
.active\:ring-offset-stone-950\/60:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.6);
}
.active\:ring-offset-stone-950\/65:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.65);
}
.active\:ring-offset-stone-950\/70:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.7);
}
.active\:ring-offset-stone-950\/75:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.75);
}
.active\:ring-offset-stone-950\/80:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.8);
}
.active\:ring-offset-stone-950\/85:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.85);
}
.active\:ring-offset-stone-950\/90:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.9);
}
.active\:ring-offset-stone-950\/95:active {
  --tw-ring-offset-color: rgb(12 10 9 / 0.95);
}
.active\:ring-offset-teal-100:active {
  --tw-ring-offset-color: #ccfbf1;
}
.active\:ring-offset-teal-100\/0:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0);
}
.active\:ring-offset-teal-100\/10:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.1);
}
.active\:ring-offset-teal-100\/100:active {
  --tw-ring-offset-color: rgb(204 251 241 / 1);
}
.active\:ring-offset-teal-100\/15:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.15);
}
.active\:ring-offset-teal-100\/20:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.2);
}
.active\:ring-offset-teal-100\/25:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.25);
}
.active\:ring-offset-teal-100\/30:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.3);
}
.active\:ring-offset-teal-100\/35:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.35);
}
.active\:ring-offset-teal-100\/40:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.4);
}
.active\:ring-offset-teal-100\/45:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.45);
}
.active\:ring-offset-teal-100\/5:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.05);
}
.active\:ring-offset-teal-100\/50:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.5);
}
.active\:ring-offset-teal-100\/55:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.55);
}
.active\:ring-offset-teal-100\/60:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.6);
}
.active\:ring-offset-teal-100\/65:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.65);
}
.active\:ring-offset-teal-100\/70:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.7);
}
.active\:ring-offset-teal-100\/75:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.75);
}
.active\:ring-offset-teal-100\/80:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.8);
}
.active\:ring-offset-teal-100\/85:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.85);
}
.active\:ring-offset-teal-100\/90:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.9);
}
.active\:ring-offset-teal-100\/95:active {
  --tw-ring-offset-color: rgb(204 251 241 / 0.95);
}
.active\:ring-offset-teal-200:active {
  --tw-ring-offset-color: #99f6e4;
}
.active\:ring-offset-teal-200\/0:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0);
}
.active\:ring-offset-teal-200\/10:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.1);
}
.active\:ring-offset-teal-200\/100:active {
  --tw-ring-offset-color: rgb(153 246 228 / 1);
}
.active\:ring-offset-teal-200\/15:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.15);
}
.active\:ring-offset-teal-200\/20:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.2);
}
.active\:ring-offset-teal-200\/25:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.25);
}
.active\:ring-offset-teal-200\/30:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.3);
}
.active\:ring-offset-teal-200\/35:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.35);
}
.active\:ring-offset-teal-200\/40:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.4);
}
.active\:ring-offset-teal-200\/45:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.45);
}
.active\:ring-offset-teal-200\/5:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.05);
}
.active\:ring-offset-teal-200\/50:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.5);
}
.active\:ring-offset-teal-200\/55:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.55);
}
.active\:ring-offset-teal-200\/60:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.6);
}
.active\:ring-offset-teal-200\/65:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.65);
}
.active\:ring-offset-teal-200\/70:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.7);
}
.active\:ring-offset-teal-200\/75:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.75);
}
.active\:ring-offset-teal-200\/80:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.8);
}
.active\:ring-offset-teal-200\/85:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.85);
}
.active\:ring-offset-teal-200\/90:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.9);
}
.active\:ring-offset-teal-200\/95:active {
  --tw-ring-offset-color: rgb(153 246 228 / 0.95);
}
.active\:ring-offset-teal-300:active {
  --tw-ring-offset-color: #5eead4;
}
.active\:ring-offset-teal-300\/0:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0);
}
.active\:ring-offset-teal-300\/10:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.1);
}
.active\:ring-offset-teal-300\/100:active {
  --tw-ring-offset-color: rgb(94 234 212 / 1);
}
.active\:ring-offset-teal-300\/15:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.15);
}
.active\:ring-offset-teal-300\/20:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.2);
}
.active\:ring-offset-teal-300\/25:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.25);
}
.active\:ring-offset-teal-300\/30:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.3);
}
.active\:ring-offset-teal-300\/35:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.35);
}
.active\:ring-offset-teal-300\/40:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.4);
}
.active\:ring-offset-teal-300\/45:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.45);
}
.active\:ring-offset-teal-300\/5:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.05);
}
.active\:ring-offset-teal-300\/50:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.5);
}
.active\:ring-offset-teal-300\/55:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.55);
}
.active\:ring-offset-teal-300\/60:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.6);
}
.active\:ring-offset-teal-300\/65:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.65);
}
.active\:ring-offset-teal-300\/70:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.7);
}
.active\:ring-offset-teal-300\/75:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.75);
}
.active\:ring-offset-teal-300\/80:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.8);
}
.active\:ring-offset-teal-300\/85:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.85);
}
.active\:ring-offset-teal-300\/90:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.9);
}
.active\:ring-offset-teal-300\/95:active {
  --tw-ring-offset-color: rgb(94 234 212 / 0.95);
}
.active\:ring-offset-teal-400:active {
  --tw-ring-offset-color: #2dd4bf;
}
.active\:ring-offset-teal-400\/0:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0);
}
.active\:ring-offset-teal-400\/10:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.1);
}
.active\:ring-offset-teal-400\/100:active {
  --tw-ring-offset-color: rgb(45 212 191 / 1);
}
.active\:ring-offset-teal-400\/15:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.15);
}
.active\:ring-offset-teal-400\/20:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.2);
}
.active\:ring-offset-teal-400\/25:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.25);
}
.active\:ring-offset-teal-400\/30:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.3);
}
.active\:ring-offset-teal-400\/35:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.35);
}
.active\:ring-offset-teal-400\/40:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.4);
}
.active\:ring-offset-teal-400\/45:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.45);
}
.active\:ring-offset-teal-400\/5:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.05);
}
.active\:ring-offset-teal-400\/50:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.5);
}
.active\:ring-offset-teal-400\/55:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.55);
}
.active\:ring-offset-teal-400\/60:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.6);
}
.active\:ring-offset-teal-400\/65:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.65);
}
.active\:ring-offset-teal-400\/70:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.7);
}
.active\:ring-offset-teal-400\/75:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.75);
}
.active\:ring-offset-teal-400\/80:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.8);
}
.active\:ring-offset-teal-400\/85:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.85);
}
.active\:ring-offset-teal-400\/90:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.9);
}
.active\:ring-offset-teal-400\/95:active {
  --tw-ring-offset-color: rgb(45 212 191 / 0.95);
}
.active\:ring-offset-teal-50:active {
  --tw-ring-offset-color: #f0fdfa;
}
.active\:ring-offset-teal-50\/0:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0);
}
.active\:ring-offset-teal-50\/10:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.1);
}
.active\:ring-offset-teal-50\/100:active {
  --tw-ring-offset-color: rgb(240 253 250 / 1);
}
.active\:ring-offset-teal-50\/15:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.15);
}
.active\:ring-offset-teal-50\/20:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.2);
}
.active\:ring-offset-teal-50\/25:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.25);
}
.active\:ring-offset-teal-50\/30:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.3);
}
.active\:ring-offset-teal-50\/35:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.35);
}
.active\:ring-offset-teal-50\/40:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.4);
}
.active\:ring-offset-teal-50\/45:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.45);
}
.active\:ring-offset-teal-50\/5:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.05);
}
.active\:ring-offset-teal-50\/50:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.5);
}
.active\:ring-offset-teal-50\/55:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.55);
}
.active\:ring-offset-teal-50\/60:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.6);
}
.active\:ring-offset-teal-50\/65:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.65);
}
.active\:ring-offset-teal-50\/70:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.7);
}
.active\:ring-offset-teal-50\/75:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.75);
}
.active\:ring-offset-teal-50\/80:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.8);
}
.active\:ring-offset-teal-50\/85:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.85);
}
.active\:ring-offset-teal-50\/90:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.9);
}
.active\:ring-offset-teal-50\/95:active {
  --tw-ring-offset-color: rgb(240 253 250 / 0.95);
}
.active\:ring-offset-teal-500:active {
  --tw-ring-offset-color: #14b8a6;
}
.active\:ring-offset-teal-500\/0:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0);
}
.active\:ring-offset-teal-500\/10:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.1);
}
.active\:ring-offset-teal-500\/100:active {
  --tw-ring-offset-color: rgb(20 184 166 / 1);
}
.active\:ring-offset-teal-500\/15:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.15);
}
.active\:ring-offset-teal-500\/20:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.2);
}
.active\:ring-offset-teal-500\/25:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.25);
}
.active\:ring-offset-teal-500\/30:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.3);
}
.active\:ring-offset-teal-500\/35:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.35);
}
.active\:ring-offset-teal-500\/40:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.4);
}
.active\:ring-offset-teal-500\/45:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.45);
}
.active\:ring-offset-teal-500\/5:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.05);
}
.active\:ring-offset-teal-500\/50:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.5);
}
.active\:ring-offset-teal-500\/55:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.55);
}
.active\:ring-offset-teal-500\/60:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.6);
}
.active\:ring-offset-teal-500\/65:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.65);
}
.active\:ring-offset-teal-500\/70:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.7);
}
.active\:ring-offset-teal-500\/75:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.75);
}
.active\:ring-offset-teal-500\/80:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.8);
}
.active\:ring-offset-teal-500\/85:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.85);
}
.active\:ring-offset-teal-500\/90:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.9);
}
.active\:ring-offset-teal-500\/95:active {
  --tw-ring-offset-color: rgb(20 184 166 / 0.95);
}
.active\:ring-offset-teal-600:active {
  --tw-ring-offset-color: #0d9488;
}
.active\:ring-offset-teal-600\/0:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0);
}
.active\:ring-offset-teal-600\/10:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.1);
}
.active\:ring-offset-teal-600\/100:active {
  --tw-ring-offset-color: rgb(13 148 136 / 1);
}
.active\:ring-offset-teal-600\/15:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.15);
}
.active\:ring-offset-teal-600\/20:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.2);
}
.active\:ring-offset-teal-600\/25:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.25);
}
.active\:ring-offset-teal-600\/30:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.3);
}
.active\:ring-offset-teal-600\/35:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.35);
}
.active\:ring-offset-teal-600\/40:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.4);
}
.active\:ring-offset-teal-600\/45:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.45);
}
.active\:ring-offset-teal-600\/5:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.05);
}
.active\:ring-offset-teal-600\/50:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.5);
}
.active\:ring-offset-teal-600\/55:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.55);
}
.active\:ring-offset-teal-600\/60:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.6);
}
.active\:ring-offset-teal-600\/65:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.65);
}
.active\:ring-offset-teal-600\/70:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.7);
}
.active\:ring-offset-teal-600\/75:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.75);
}
.active\:ring-offset-teal-600\/80:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.8);
}
.active\:ring-offset-teal-600\/85:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.85);
}
.active\:ring-offset-teal-600\/90:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.9);
}
.active\:ring-offset-teal-600\/95:active {
  --tw-ring-offset-color: rgb(13 148 136 / 0.95);
}
.active\:ring-offset-teal-700:active {
  --tw-ring-offset-color: #0f766e;
}
.active\:ring-offset-teal-700\/0:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0);
}
.active\:ring-offset-teal-700\/10:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.1);
}
.active\:ring-offset-teal-700\/100:active {
  --tw-ring-offset-color: rgb(15 118 110 / 1);
}
.active\:ring-offset-teal-700\/15:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.15);
}
.active\:ring-offset-teal-700\/20:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.2);
}
.active\:ring-offset-teal-700\/25:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.25);
}
.active\:ring-offset-teal-700\/30:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.3);
}
.active\:ring-offset-teal-700\/35:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.35);
}
.active\:ring-offset-teal-700\/40:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.4);
}
.active\:ring-offset-teal-700\/45:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.45);
}
.active\:ring-offset-teal-700\/5:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.05);
}
.active\:ring-offset-teal-700\/50:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.5);
}
.active\:ring-offset-teal-700\/55:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.55);
}
.active\:ring-offset-teal-700\/60:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.6);
}
.active\:ring-offset-teal-700\/65:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.65);
}
.active\:ring-offset-teal-700\/70:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.7);
}
.active\:ring-offset-teal-700\/75:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.75);
}
.active\:ring-offset-teal-700\/80:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.8);
}
.active\:ring-offset-teal-700\/85:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.85);
}
.active\:ring-offset-teal-700\/90:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.9);
}
.active\:ring-offset-teal-700\/95:active {
  --tw-ring-offset-color: rgb(15 118 110 / 0.95);
}
.active\:ring-offset-teal-800:active {
  --tw-ring-offset-color: #115e59;
}
.active\:ring-offset-teal-800\/0:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0);
}
.active\:ring-offset-teal-800\/10:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.1);
}
.active\:ring-offset-teal-800\/100:active {
  --tw-ring-offset-color: rgb(17 94 89 / 1);
}
.active\:ring-offset-teal-800\/15:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.15);
}
.active\:ring-offset-teal-800\/20:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.2);
}
.active\:ring-offset-teal-800\/25:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.25);
}
.active\:ring-offset-teal-800\/30:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.3);
}
.active\:ring-offset-teal-800\/35:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.35);
}
.active\:ring-offset-teal-800\/40:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.4);
}
.active\:ring-offset-teal-800\/45:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.45);
}
.active\:ring-offset-teal-800\/5:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.05);
}
.active\:ring-offset-teal-800\/50:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.5);
}
.active\:ring-offset-teal-800\/55:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.55);
}
.active\:ring-offset-teal-800\/60:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.6);
}
.active\:ring-offset-teal-800\/65:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.65);
}
.active\:ring-offset-teal-800\/70:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.7);
}
.active\:ring-offset-teal-800\/75:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.75);
}
.active\:ring-offset-teal-800\/80:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.8);
}
.active\:ring-offset-teal-800\/85:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.85);
}
.active\:ring-offset-teal-800\/90:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.9);
}
.active\:ring-offset-teal-800\/95:active {
  --tw-ring-offset-color: rgb(17 94 89 / 0.95);
}
.active\:ring-offset-teal-900:active {
  --tw-ring-offset-color: #134e4a;
}
.active\:ring-offset-teal-900\/0:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0);
}
.active\:ring-offset-teal-900\/10:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.1);
}
.active\:ring-offset-teal-900\/100:active {
  --tw-ring-offset-color: rgb(19 78 74 / 1);
}
.active\:ring-offset-teal-900\/15:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.15);
}
.active\:ring-offset-teal-900\/20:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.2);
}
.active\:ring-offset-teal-900\/25:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.25);
}
.active\:ring-offset-teal-900\/30:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.3);
}
.active\:ring-offset-teal-900\/35:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.35);
}
.active\:ring-offset-teal-900\/40:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.4);
}
.active\:ring-offset-teal-900\/45:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.45);
}
.active\:ring-offset-teal-900\/5:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.05);
}
.active\:ring-offset-teal-900\/50:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.5);
}
.active\:ring-offset-teal-900\/55:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.55);
}
.active\:ring-offset-teal-900\/60:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.6);
}
.active\:ring-offset-teal-900\/65:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.65);
}
.active\:ring-offset-teal-900\/70:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.7);
}
.active\:ring-offset-teal-900\/75:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.75);
}
.active\:ring-offset-teal-900\/80:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.8);
}
.active\:ring-offset-teal-900\/85:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.85);
}
.active\:ring-offset-teal-900\/90:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.9);
}
.active\:ring-offset-teal-900\/95:active {
  --tw-ring-offset-color: rgb(19 78 74 / 0.95);
}
.active\:ring-offset-teal-950:active {
  --tw-ring-offset-color: #042f2e;
}
.active\:ring-offset-teal-950\/0:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0);
}
.active\:ring-offset-teal-950\/10:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.1);
}
.active\:ring-offset-teal-950\/100:active {
  --tw-ring-offset-color: rgb(4 47 46 / 1);
}
.active\:ring-offset-teal-950\/15:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.15);
}
.active\:ring-offset-teal-950\/20:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.2);
}
.active\:ring-offset-teal-950\/25:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.25);
}
.active\:ring-offset-teal-950\/30:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.3);
}
.active\:ring-offset-teal-950\/35:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.35);
}
.active\:ring-offset-teal-950\/40:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.4);
}
.active\:ring-offset-teal-950\/45:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.45);
}
.active\:ring-offset-teal-950\/5:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.05);
}
.active\:ring-offset-teal-950\/50:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.5);
}
.active\:ring-offset-teal-950\/55:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.55);
}
.active\:ring-offset-teal-950\/60:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.6);
}
.active\:ring-offset-teal-950\/65:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.65);
}
.active\:ring-offset-teal-950\/70:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.7);
}
.active\:ring-offset-teal-950\/75:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.75);
}
.active\:ring-offset-teal-950\/80:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.8);
}
.active\:ring-offset-teal-950\/85:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.85);
}
.active\:ring-offset-teal-950\/90:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.9);
}
.active\:ring-offset-teal-950\/95:active {
  --tw-ring-offset-color: rgb(4 47 46 / 0.95);
}
.active\:ring-offset-transparent:active {
  --tw-ring-offset-color: transparent;
}
.active\:ring-offset-transparent\/0:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.active\:ring-offset-transparent\/10:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.active\:ring-offset-transparent\/100:active {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.active\:ring-offset-transparent\/15:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.active\:ring-offset-transparent\/20:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.active\:ring-offset-transparent\/25:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.active\:ring-offset-transparent\/30:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.active\:ring-offset-transparent\/35:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.active\:ring-offset-transparent\/40:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.active\:ring-offset-transparent\/45:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.active\:ring-offset-transparent\/5:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.active\:ring-offset-transparent\/50:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.active\:ring-offset-transparent\/55:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.active\:ring-offset-transparent\/60:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.active\:ring-offset-transparent\/65:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.active\:ring-offset-transparent\/70:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.active\:ring-offset-transparent\/75:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.active\:ring-offset-transparent\/80:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.active\:ring-offset-transparent\/85:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.active\:ring-offset-transparent\/90:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.active\:ring-offset-transparent\/95:active {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.active\:ring-offset-violet-100:active {
  --tw-ring-offset-color: #ede9fe;
}
.active\:ring-offset-violet-100\/0:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0);
}
.active\:ring-offset-violet-100\/10:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.1);
}
.active\:ring-offset-violet-100\/100:active {
  --tw-ring-offset-color: rgb(237 233 254 / 1);
}
.active\:ring-offset-violet-100\/15:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.15);
}
.active\:ring-offset-violet-100\/20:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.2);
}
.active\:ring-offset-violet-100\/25:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.25);
}
.active\:ring-offset-violet-100\/30:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.3);
}
.active\:ring-offset-violet-100\/35:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.35);
}
.active\:ring-offset-violet-100\/40:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.4);
}
.active\:ring-offset-violet-100\/45:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.45);
}
.active\:ring-offset-violet-100\/5:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.05);
}
.active\:ring-offset-violet-100\/50:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.5);
}
.active\:ring-offset-violet-100\/55:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.55);
}
.active\:ring-offset-violet-100\/60:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.6);
}
.active\:ring-offset-violet-100\/65:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.65);
}
.active\:ring-offset-violet-100\/70:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.7);
}
.active\:ring-offset-violet-100\/75:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.75);
}
.active\:ring-offset-violet-100\/80:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.8);
}
.active\:ring-offset-violet-100\/85:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.85);
}
.active\:ring-offset-violet-100\/90:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.9);
}
.active\:ring-offset-violet-100\/95:active {
  --tw-ring-offset-color: rgb(237 233 254 / 0.95);
}
.active\:ring-offset-violet-200:active {
  --tw-ring-offset-color: #ddd6fe;
}
.active\:ring-offset-violet-200\/0:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0);
}
.active\:ring-offset-violet-200\/10:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.1);
}
.active\:ring-offset-violet-200\/100:active {
  --tw-ring-offset-color: rgb(221 214 254 / 1);
}
.active\:ring-offset-violet-200\/15:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.15);
}
.active\:ring-offset-violet-200\/20:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.2);
}
.active\:ring-offset-violet-200\/25:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.25);
}
.active\:ring-offset-violet-200\/30:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.3);
}
.active\:ring-offset-violet-200\/35:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.35);
}
.active\:ring-offset-violet-200\/40:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.4);
}
.active\:ring-offset-violet-200\/45:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.45);
}
.active\:ring-offset-violet-200\/5:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.05);
}
.active\:ring-offset-violet-200\/50:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.5);
}
.active\:ring-offset-violet-200\/55:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.55);
}
.active\:ring-offset-violet-200\/60:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.6);
}
.active\:ring-offset-violet-200\/65:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.65);
}
.active\:ring-offset-violet-200\/70:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.7);
}
.active\:ring-offset-violet-200\/75:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.75);
}
.active\:ring-offset-violet-200\/80:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.8);
}
.active\:ring-offset-violet-200\/85:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.85);
}
.active\:ring-offset-violet-200\/90:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.9);
}
.active\:ring-offset-violet-200\/95:active {
  --tw-ring-offset-color: rgb(221 214 254 / 0.95);
}
.active\:ring-offset-violet-300:active {
  --tw-ring-offset-color: #c4b5fd;
}
.active\:ring-offset-violet-300\/0:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0);
}
.active\:ring-offset-violet-300\/10:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.1);
}
.active\:ring-offset-violet-300\/100:active {
  --tw-ring-offset-color: rgb(196 181 253 / 1);
}
.active\:ring-offset-violet-300\/15:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.15);
}
.active\:ring-offset-violet-300\/20:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.2);
}
.active\:ring-offset-violet-300\/25:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.25);
}
.active\:ring-offset-violet-300\/30:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.3);
}
.active\:ring-offset-violet-300\/35:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.35);
}
.active\:ring-offset-violet-300\/40:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.4);
}
.active\:ring-offset-violet-300\/45:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.45);
}
.active\:ring-offset-violet-300\/5:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.05);
}
.active\:ring-offset-violet-300\/50:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.5);
}
.active\:ring-offset-violet-300\/55:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.55);
}
.active\:ring-offset-violet-300\/60:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.6);
}
.active\:ring-offset-violet-300\/65:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.65);
}
.active\:ring-offset-violet-300\/70:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.7);
}
.active\:ring-offset-violet-300\/75:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.75);
}
.active\:ring-offset-violet-300\/80:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.8);
}
.active\:ring-offset-violet-300\/85:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.85);
}
.active\:ring-offset-violet-300\/90:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.9);
}
.active\:ring-offset-violet-300\/95:active {
  --tw-ring-offset-color: rgb(196 181 253 / 0.95);
}
.active\:ring-offset-violet-400:active {
  --tw-ring-offset-color: #a78bfa;
}
.active\:ring-offset-violet-400\/0:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0);
}
.active\:ring-offset-violet-400\/10:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.1);
}
.active\:ring-offset-violet-400\/100:active {
  --tw-ring-offset-color: rgb(167 139 250 / 1);
}
.active\:ring-offset-violet-400\/15:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.15);
}
.active\:ring-offset-violet-400\/20:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.2);
}
.active\:ring-offset-violet-400\/25:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.25);
}
.active\:ring-offset-violet-400\/30:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.3);
}
.active\:ring-offset-violet-400\/35:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.35);
}
.active\:ring-offset-violet-400\/40:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.4);
}
.active\:ring-offset-violet-400\/45:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.45);
}
.active\:ring-offset-violet-400\/5:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.05);
}
.active\:ring-offset-violet-400\/50:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.5);
}
.active\:ring-offset-violet-400\/55:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.55);
}
.active\:ring-offset-violet-400\/60:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.6);
}
.active\:ring-offset-violet-400\/65:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.65);
}
.active\:ring-offset-violet-400\/70:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.7);
}
.active\:ring-offset-violet-400\/75:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.75);
}
.active\:ring-offset-violet-400\/80:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.8);
}
.active\:ring-offset-violet-400\/85:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.85);
}
.active\:ring-offset-violet-400\/90:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.9);
}
.active\:ring-offset-violet-400\/95:active {
  --tw-ring-offset-color: rgb(167 139 250 / 0.95);
}
.active\:ring-offset-violet-50:active {
  --tw-ring-offset-color: #f5f3ff;
}
.active\:ring-offset-violet-50\/0:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0);
}
.active\:ring-offset-violet-50\/10:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.1);
}
.active\:ring-offset-violet-50\/100:active {
  --tw-ring-offset-color: rgb(245 243 255 / 1);
}
.active\:ring-offset-violet-50\/15:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.15);
}
.active\:ring-offset-violet-50\/20:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.2);
}
.active\:ring-offset-violet-50\/25:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.25);
}
.active\:ring-offset-violet-50\/30:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.3);
}
.active\:ring-offset-violet-50\/35:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.35);
}
.active\:ring-offset-violet-50\/40:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.4);
}
.active\:ring-offset-violet-50\/45:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.45);
}
.active\:ring-offset-violet-50\/5:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.05);
}
.active\:ring-offset-violet-50\/50:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.5);
}
.active\:ring-offset-violet-50\/55:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.55);
}
.active\:ring-offset-violet-50\/60:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.6);
}
.active\:ring-offset-violet-50\/65:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.65);
}
.active\:ring-offset-violet-50\/70:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.7);
}
.active\:ring-offset-violet-50\/75:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.75);
}
.active\:ring-offset-violet-50\/80:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.8);
}
.active\:ring-offset-violet-50\/85:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.85);
}
.active\:ring-offset-violet-50\/90:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.9);
}
.active\:ring-offset-violet-50\/95:active {
  --tw-ring-offset-color: rgb(245 243 255 / 0.95);
}
.active\:ring-offset-violet-500:active {
  --tw-ring-offset-color: #8b5cf6;
}
.active\:ring-offset-violet-500\/0:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0);
}
.active\:ring-offset-violet-500\/10:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.1);
}
.active\:ring-offset-violet-500\/100:active {
  --tw-ring-offset-color: rgb(139 92 246 / 1);
}
.active\:ring-offset-violet-500\/15:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.15);
}
.active\:ring-offset-violet-500\/20:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.2);
}
.active\:ring-offset-violet-500\/25:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.25);
}
.active\:ring-offset-violet-500\/30:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.3);
}
.active\:ring-offset-violet-500\/35:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.35);
}
.active\:ring-offset-violet-500\/40:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.4);
}
.active\:ring-offset-violet-500\/45:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.45);
}
.active\:ring-offset-violet-500\/5:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.05);
}
.active\:ring-offset-violet-500\/50:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.5);
}
.active\:ring-offset-violet-500\/55:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.55);
}
.active\:ring-offset-violet-500\/60:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.6);
}
.active\:ring-offset-violet-500\/65:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.65);
}
.active\:ring-offset-violet-500\/70:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.7);
}
.active\:ring-offset-violet-500\/75:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.75);
}
.active\:ring-offset-violet-500\/80:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.8);
}
.active\:ring-offset-violet-500\/85:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.85);
}
.active\:ring-offset-violet-500\/90:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.9);
}
.active\:ring-offset-violet-500\/95:active {
  --tw-ring-offset-color: rgb(139 92 246 / 0.95);
}
.active\:ring-offset-violet-600:active {
  --tw-ring-offset-color: #7c3aed;
}
.active\:ring-offset-violet-600\/0:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0);
}
.active\:ring-offset-violet-600\/10:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.1);
}
.active\:ring-offset-violet-600\/100:active {
  --tw-ring-offset-color: rgb(124 58 237 / 1);
}
.active\:ring-offset-violet-600\/15:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.15);
}
.active\:ring-offset-violet-600\/20:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.2);
}
.active\:ring-offset-violet-600\/25:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.25);
}
.active\:ring-offset-violet-600\/30:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.3);
}
.active\:ring-offset-violet-600\/35:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.35);
}
.active\:ring-offset-violet-600\/40:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.4);
}
.active\:ring-offset-violet-600\/45:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.45);
}
.active\:ring-offset-violet-600\/5:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.05);
}
.active\:ring-offset-violet-600\/50:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.5);
}
.active\:ring-offset-violet-600\/55:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.55);
}
.active\:ring-offset-violet-600\/60:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.6);
}
.active\:ring-offset-violet-600\/65:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.65);
}
.active\:ring-offset-violet-600\/70:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.7);
}
.active\:ring-offset-violet-600\/75:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.75);
}
.active\:ring-offset-violet-600\/80:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.8);
}
.active\:ring-offset-violet-600\/85:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.85);
}
.active\:ring-offset-violet-600\/90:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.9);
}
.active\:ring-offset-violet-600\/95:active {
  --tw-ring-offset-color: rgb(124 58 237 / 0.95);
}
.active\:ring-offset-violet-700:active {
  --tw-ring-offset-color: #6d28d9;
}
.active\:ring-offset-violet-700\/0:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0);
}
.active\:ring-offset-violet-700\/10:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.1);
}
.active\:ring-offset-violet-700\/100:active {
  --tw-ring-offset-color: rgb(109 40 217 / 1);
}
.active\:ring-offset-violet-700\/15:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.15);
}
.active\:ring-offset-violet-700\/20:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.2);
}
.active\:ring-offset-violet-700\/25:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.25);
}
.active\:ring-offset-violet-700\/30:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.3);
}
.active\:ring-offset-violet-700\/35:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.35);
}
.active\:ring-offset-violet-700\/40:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.4);
}
.active\:ring-offset-violet-700\/45:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.45);
}
.active\:ring-offset-violet-700\/5:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.05);
}
.active\:ring-offset-violet-700\/50:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.5);
}
.active\:ring-offset-violet-700\/55:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.55);
}
.active\:ring-offset-violet-700\/60:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.6);
}
.active\:ring-offset-violet-700\/65:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.65);
}
.active\:ring-offset-violet-700\/70:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.7);
}
.active\:ring-offset-violet-700\/75:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.75);
}
.active\:ring-offset-violet-700\/80:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.8);
}
.active\:ring-offset-violet-700\/85:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.85);
}
.active\:ring-offset-violet-700\/90:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.9);
}
.active\:ring-offset-violet-700\/95:active {
  --tw-ring-offset-color: rgb(109 40 217 / 0.95);
}
.active\:ring-offset-violet-800:active {
  --tw-ring-offset-color: #5b21b6;
}
.active\:ring-offset-violet-800\/0:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0);
}
.active\:ring-offset-violet-800\/10:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.1);
}
.active\:ring-offset-violet-800\/100:active {
  --tw-ring-offset-color: rgb(91 33 182 / 1);
}
.active\:ring-offset-violet-800\/15:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.15);
}
.active\:ring-offset-violet-800\/20:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.2);
}
.active\:ring-offset-violet-800\/25:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.25);
}
.active\:ring-offset-violet-800\/30:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.3);
}
.active\:ring-offset-violet-800\/35:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.35);
}
.active\:ring-offset-violet-800\/40:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.4);
}
.active\:ring-offset-violet-800\/45:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.45);
}
.active\:ring-offset-violet-800\/5:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.05);
}
.active\:ring-offset-violet-800\/50:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.5);
}
.active\:ring-offset-violet-800\/55:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.55);
}
.active\:ring-offset-violet-800\/60:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.6);
}
.active\:ring-offset-violet-800\/65:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.65);
}
.active\:ring-offset-violet-800\/70:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.7);
}
.active\:ring-offset-violet-800\/75:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.75);
}
.active\:ring-offset-violet-800\/80:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.8);
}
.active\:ring-offset-violet-800\/85:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.85);
}
.active\:ring-offset-violet-800\/90:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.9);
}
.active\:ring-offset-violet-800\/95:active {
  --tw-ring-offset-color: rgb(91 33 182 / 0.95);
}
.active\:ring-offset-violet-900:active {
  --tw-ring-offset-color: #4c1d95;
}
.active\:ring-offset-violet-900\/0:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0);
}
.active\:ring-offset-violet-900\/10:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.1);
}
.active\:ring-offset-violet-900\/100:active {
  --tw-ring-offset-color: rgb(76 29 149 / 1);
}
.active\:ring-offset-violet-900\/15:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.15);
}
.active\:ring-offset-violet-900\/20:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.2);
}
.active\:ring-offset-violet-900\/25:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.25);
}
.active\:ring-offset-violet-900\/30:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.3);
}
.active\:ring-offset-violet-900\/35:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.35);
}
.active\:ring-offset-violet-900\/40:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.4);
}
.active\:ring-offset-violet-900\/45:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.45);
}
.active\:ring-offset-violet-900\/5:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.05);
}
.active\:ring-offset-violet-900\/50:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.5);
}
.active\:ring-offset-violet-900\/55:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.55);
}
.active\:ring-offset-violet-900\/60:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.6);
}
.active\:ring-offset-violet-900\/65:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.65);
}
.active\:ring-offset-violet-900\/70:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.7);
}
.active\:ring-offset-violet-900\/75:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.75);
}
.active\:ring-offset-violet-900\/80:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.8);
}
.active\:ring-offset-violet-900\/85:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.85);
}
.active\:ring-offset-violet-900\/90:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.9);
}
.active\:ring-offset-violet-900\/95:active {
  --tw-ring-offset-color: rgb(76 29 149 / 0.95);
}
.active\:ring-offset-violet-950:active {
  --tw-ring-offset-color: #2e1065;
}
.active\:ring-offset-violet-950\/0:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0);
}
.active\:ring-offset-violet-950\/10:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.1);
}
.active\:ring-offset-violet-950\/100:active {
  --tw-ring-offset-color: rgb(46 16 101 / 1);
}
.active\:ring-offset-violet-950\/15:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.15);
}
.active\:ring-offset-violet-950\/20:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.2);
}
.active\:ring-offset-violet-950\/25:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.25);
}
.active\:ring-offset-violet-950\/30:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.3);
}
.active\:ring-offset-violet-950\/35:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.35);
}
.active\:ring-offset-violet-950\/40:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.4);
}
.active\:ring-offset-violet-950\/45:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.45);
}
.active\:ring-offset-violet-950\/5:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.05);
}
.active\:ring-offset-violet-950\/50:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.5);
}
.active\:ring-offset-violet-950\/55:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.55);
}
.active\:ring-offset-violet-950\/60:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.6);
}
.active\:ring-offset-violet-950\/65:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.65);
}
.active\:ring-offset-violet-950\/70:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.7);
}
.active\:ring-offset-violet-950\/75:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.75);
}
.active\:ring-offset-violet-950\/80:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.8);
}
.active\:ring-offset-violet-950\/85:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.85);
}
.active\:ring-offset-violet-950\/90:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.9);
}
.active\:ring-offset-violet-950\/95:active {
  --tw-ring-offset-color: rgb(46 16 101 / 0.95);
}
.active\:ring-offset-white:active {
  --tw-ring-offset-color: #fff;
}
.active\:ring-offset-white\/0:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.active\:ring-offset-white\/10:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.active\:ring-offset-white\/100:active {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.active\:ring-offset-white\/15:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}
.active\:ring-offset-white\/20:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.active\:ring-offset-white\/25:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.active\:ring-offset-white\/30:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.active\:ring-offset-white\/35:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}
.active\:ring-offset-white\/40:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.active\:ring-offset-white\/45:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}
.active\:ring-offset-white\/5:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.active\:ring-offset-white\/50:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.active\:ring-offset-white\/55:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}
.active\:ring-offset-white\/60:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.active\:ring-offset-white\/65:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}
.active\:ring-offset-white\/70:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.active\:ring-offset-white\/75:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.active\:ring-offset-white\/80:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.active\:ring-offset-white\/85:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}
.active\:ring-offset-white\/90:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.active\:ring-offset-white\/95:active {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.active\:ring-offset-yellow-100:active {
  --tw-ring-offset-color: #fef9c3;
}
.active\:ring-offset-yellow-100\/0:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}
.active\:ring-offset-yellow-100\/10:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}
.active\:ring-offset-yellow-100\/100:active {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}
.active\:ring-offset-yellow-100\/15:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}
.active\:ring-offset-yellow-100\/20:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}
.active\:ring-offset-yellow-100\/25:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}
.active\:ring-offset-yellow-100\/30:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}
.active\:ring-offset-yellow-100\/35:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}
.active\:ring-offset-yellow-100\/40:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}
.active\:ring-offset-yellow-100\/45:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}
.active\:ring-offset-yellow-100\/5:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}
.active\:ring-offset-yellow-100\/50:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}
.active\:ring-offset-yellow-100\/55:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}
.active\:ring-offset-yellow-100\/60:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}
.active\:ring-offset-yellow-100\/65:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}
.active\:ring-offset-yellow-100\/70:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}
.active\:ring-offset-yellow-100\/75:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}
.active\:ring-offset-yellow-100\/80:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}
.active\:ring-offset-yellow-100\/85:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}
.active\:ring-offset-yellow-100\/90:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}
.active\:ring-offset-yellow-100\/95:active {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}
.active\:ring-offset-yellow-200:active {
  --tw-ring-offset-color: #fef08a;
}
.active\:ring-offset-yellow-200\/0:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}
.active\:ring-offset-yellow-200\/10:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}
.active\:ring-offset-yellow-200\/100:active {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}
.active\:ring-offset-yellow-200\/15:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}
.active\:ring-offset-yellow-200\/20:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}
.active\:ring-offset-yellow-200\/25:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}
.active\:ring-offset-yellow-200\/30:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}
.active\:ring-offset-yellow-200\/35:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}
.active\:ring-offset-yellow-200\/40:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}
.active\:ring-offset-yellow-200\/45:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}
.active\:ring-offset-yellow-200\/5:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}
.active\:ring-offset-yellow-200\/50:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}
.active\:ring-offset-yellow-200\/55:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}
.active\:ring-offset-yellow-200\/60:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}
.active\:ring-offset-yellow-200\/65:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}
.active\:ring-offset-yellow-200\/70:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}
.active\:ring-offset-yellow-200\/75:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}
.active\:ring-offset-yellow-200\/80:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}
.active\:ring-offset-yellow-200\/85:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}
.active\:ring-offset-yellow-200\/90:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}
.active\:ring-offset-yellow-200\/95:active {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}
.active\:ring-offset-yellow-300:active {
  --tw-ring-offset-color: #fde047;
}
.active\:ring-offset-yellow-300\/0:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}
.active\:ring-offset-yellow-300\/10:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}
.active\:ring-offset-yellow-300\/100:active {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}
.active\:ring-offset-yellow-300\/15:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}
.active\:ring-offset-yellow-300\/20:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}
.active\:ring-offset-yellow-300\/25:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}
.active\:ring-offset-yellow-300\/30:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}
.active\:ring-offset-yellow-300\/35:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}
.active\:ring-offset-yellow-300\/40:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}
.active\:ring-offset-yellow-300\/45:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}
.active\:ring-offset-yellow-300\/5:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}
.active\:ring-offset-yellow-300\/50:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}
.active\:ring-offset-yellow-300\/55:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}
.active\:ring-offset-yellow-300\/60:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}
.active\:ring-offset-yellow-300\/65:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}
.active\:ring-offset-yellow-300\/70:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}
.active\:ring-offset-yellow-300\/75:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}
.active\:ring-offset-yellow-300\/80:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}
.active\:ring-offset-yellow-300\/85:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}
.active\:ring-offset-yellow-300\/90:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}
.active\:ring-offset-yellow-300\/95:active {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}
.active\:ring-offset-yellow-400:active {
  --tw-ring-offset-color: #facc15;
}
.active\:ring-offset-yellow-400\/0:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}
.active\:ring-offset-yellow-400\/10:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}
.active\:ring-offset-yellow-400\/100:active {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}
.active\:ring-offset-yellow-400\/15:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}
.active\:ring-offset-yellow-400\/20:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}
.active\:ring-offset-yellow-400\/25:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}
.active\:ring-offset-yellow-400\/30:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}
.active\:ring-offset-yellow-400\/35:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}
.active\:ring-offset-yellow-400\/40:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}
.active\:ring-offset-yellow-400\/45:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}
.active\:ring-offset-yellow-400\/5:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}
.active\:ring-offset-yellow-400\/50:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}
.active\:ring-offset-yellow-400\/55:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}
.active\:ring-offset-yellow-400\/60:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}
.active\:ring-offset-yellow-400\/65:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}
.active\:ring-offset-yellow-400\/70:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}
.active\:ring-offset-yellow-400\/75:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}
.active\:ring-offset-yellow-400\/80:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}
.active\:ring-offset-yellow-400\/85:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}
.active\:ring-offset-yellow-400\/90:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}
.active\:ring-offset-yellow-400\/95:active {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}
.active\:ring-offset-yellow-50:active {
  --tw-ring-offset-color: #fefce8;
}
.active\:ring-offset-yellow-50\/0:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}
.active\:ring-offset-yellow-50\/10:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}
.active\:ring-offset-yellow-50\/100:active {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}
.active\:ring-offset-yellow-50\/15:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}
.active\:ring-offset-yellow-50\/20:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}
.active\:ring-offset-yellow-50\/25:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}
.active\:ring-offset-yellow-50\/30:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}
.active\:ring-offset-yellow-50\/35:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}
.active\:ring-offset-yellow-50\/40:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}
.active\:ring-offset-yellow-50\/45:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}
.active\:ring-offset-yellow-50\/5:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}
.active\:ring-offset-yellow-50\/50:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}
.active\:ring-offset-yellow-50\/55:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}
.active\:ring-offset-yellow-50\/60:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}
.active\:ring-offset-yellow-50\/65:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}
.active\:ring-offset-yellow-50\/70:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}
.active\:ring-offset-yellow-50\/75:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}
.active\:ring-offset-yellow-50\/80:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}
.active\:ring-offset-yellow-50\/85:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}
.active\:ring-offset-yellow-50\/90:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}
.active\:ring-offset-yellow-50\/95:active {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}
.active\:ring-offset-yellow-500:active {
  --tw-ring-offset-color: #eab308;
}
.active\:ring-offset-yellow-500\/0:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}
.active\:ring-offset-yellow-500\/10:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}
.active\:ring-offset-yellow-500\/100:active {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}
.active\:ring-offset-yellow-500\/15:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}
.active\:ring-offset-yellow-500\/20:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}
.active\:ring-offset-yellow-500\/25:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}
.active\:ring-offset-yellow-500\/30:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}
.active\:ring-offset-yellow-500\/35:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}
.active\:ring-offset-yellow-500\/40:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}
.active\:ring-offset-yellow-500\/45:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}
.active\:ring-offset-yellow-500\/5:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}
.active\:ring-offset-yellow-500\/50:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}
.active\:ring-offset-yellow-500\/55:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}
.active\:ring-offset-yellow-500\/60:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}
.active\:ring-offset-yellow-500\/65:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}
.active\:ring-offset-yellow-500\/70:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}
.active\:ring-offset-yellow-500\/75:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}
.active\:ring-offset-yellow-500\/80:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}
.active\:ring-offset-yellow-500\/85:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}
.active\:ring-offset-yellow-500\/90:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}
.active\:ring-offset-yellow-500\/95:active {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}
.active\:ring-offset-yellow-600:active {
  --tw-ring-offset-color: #ca8a04;
}
.active\:ring-offset-yellow-600\/0:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}
.active\:ring-offset-yellow-600\/10:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}
.active\:ring-offset-yellow-600\/100:active {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}
.active\:ring-offset-yellow-600\/15:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}
.active\:ring-offset-yellow-600\/20:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}
.active\:ring-offset-yellow-600\/25:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}
.active\:ring-offset-yellow-600\/30:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}
.active\:ring-offset-yellow-600\/35:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}
.active\:ring-offset-yellow-600\/40:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}
.active\:ring-offset-yellow-600\/45:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}
.active\:ring-offset-yellow-600\/5:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}
.active\:ring-offset-yellow-600\/50:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}
.active\:ring-offset-yellow-600\/55:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}
.active\:ring-offset-yellow-600\/60:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}
.active\:ring-offset-yellow-600\/65:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}
.active\:ring-offset-yellow-600\/70:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}
.active\:ring-offset-yellow-600\/75:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}
.active\:ring-offset-yellow-600\/80:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}
.active\:ring-offset-yellow-600\/85:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}
.active\:ring-offset-yellow-600\/90:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}
.active\:ring-offset-yellow-600\/95:active {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}
.active\:ring-offset-yellow-700:active {
  --tw-ring-offset-color: #a16207;
}
.active\:ring-offset-yellow-700\/0:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}
.active\:ring-offset-yellow-700\/10:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}
.active\:ring-offset-yellow-700\/100:active {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}
.active\:ring-offset-yellow-700\/15:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}
.active\:ring-offset-yellow-700\/20:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}
.active\:ring-offset-yellow-700\/25:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}
.active\:ring-offset-yellow-700\/30:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}
.active\:ring-offset-yellow-700\/35:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}
.active\:ring-offset-yellow-700\/40:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}
.active\:ring-offset-yellow-700\/45:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}
.active\:ring-offset-yellow-700\/5:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}
.active\:ring-offset-yellow-700\/50:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}
.active\:ring-offset-yellow-700\/55:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}
.active\:ring-offset-yellow-700\/60:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}
.active\:ring-offset-yellow-700\/65:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}
.active\:ring-offset-yellow-700\/70:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}
.active\:ring-offset-yellow-700\/75:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}
.active\:ring-offset-yellow-700\/80:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}
.active\:ring-offset-yellow-700\/85:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}
.active\:ring-offset-yellow-700\/90:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}
.active\:ring-offset-yellow-700\/95:active {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}
.active\:ring-offset-yellow-800:active {
  --tw-ring-offset-color: #854d0e;
}
.active\:ring-offset-yellow-800\/0:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}
.active\:ring-offset-yellow-800\/10:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}
.active\:ring-offset-yellow-800\/100:active {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}
.active\:ring-offset-yellow-800\/15:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}
.active\:ring-offset-yellow-800\/20:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}
.active\:ring-offset-yellow-800\/25:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}
.active\:ring-offset-yellow-800\/30:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}
.active\:ring-offset-yellow-800\/35:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}
.active\:ring-offset-yellow-800\/40:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}
.active\:ring-offset-yellow-800\/45:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}
.active\:ring-offset-yellow-800\/5:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}
.active\:ring-offset-yellow-800\/50:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}
.active\:ring-offset-yellow-800\/55:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}
.active\:ring-offset-yellow-800\/60:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}
.active\:ring-offset-yellow-800\/65:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}
.active\:ring-offset-yellow-800\/70:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}
.active\:ring-offset-yellow-800\/75:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}
.active\:ring-offset-yellow-800\/80:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}
.active\:ring-offset-yellow-800\/85:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}
.active\:ring-offset-yellow-800\/90:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}
.active\:ring-offset-yellow-800\/95:active {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}
.active\:ring-offset-yellow-900:active {
  --tw-ring-offset-color: #713f12;
}
.active\:ring-offset-yellow-900\/0:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}
.active\:ring-offset-yellow-900\/10:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}
.active\:ring-offset-yellow-900\/100:active {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}
.active\:ring-offset-yellow-900\/15:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}
.active\:ring-offset-yellow-900\/20:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}
.active\:ring-offset-yellow-900\/25:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}
.active\:ring-offset-yellow-900\/30:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}
.active\:ring-offset-yellow-900\/35:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}
.active\:ring-offset-yellow-900\/40:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}
.active\:ring-offset-yellow-900\/45:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}
.active\:ring-offset-yellow-900\/5:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}
.active\:ring-offset-yellow-900\/50:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}
.active\:ring-offset-yellow-900\/55:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}
.active\:ring-offset-yellow-900\/60:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}
.active\:ring-offset-yellow-900\/65:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}
.active\:ring-offset-yellow-900\/70:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}
.active\:ring-offset-yellow-900\/75:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}
.active\:ring-offset-yellow-900\/80:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}
.active\:ring-offset-yellow-900\/85:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}
.active\:ring-offset-yellow-900\/90:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}
.active\:ring-offset-yellow-900\/95:active {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}
.active\:ring-offset-yellow-950:active {
  --tw-ring-offset-color: #422006;
}
.active\:ring-offset-yellow-950\/0:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}
.active\:ring-offset-yellow-950\/10:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}
.active\:ring-offset-yellow-950\/100:active {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}
.active\:ring-offset-yellow-950\/15:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}
.active\:ring-offset-yellow-950\/20:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}
.active\:ring-offset-yellow-950\/25:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}
.active\:ring-offset-yellow-950\/30:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}
.active\:ring-offset-yellow-950\/35:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}
.active\:ring-offset-yellow-950\/40:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}
.active\:ring-offset-yellow-950\/45:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}
.active\:ring-offset-yellow-950\/5:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}
.active\:ring-offset-yellow-950\/50:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}
.active\:ring-offset-yellow-950\/55:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}
.active\:ring-offset-yellow-950\/60:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}
.active\:ring-offset-yellow-950\/65:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}
.active\:ring-offset-yellow-950\/70:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}
.active\:ring-offset-yellow-950\/75:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}
.active\:ring-offset-yellow-950\/80:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}
.active\:ring-offset-yellow-950\/85:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}
.active\:ring-offset-yellow-950\/90:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}
.active\:ring-offset-yellow-950\/95:active {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}
.active\:ring-offset-zinc-100:active {
  --tw-ring-offset-color: #f4f4f5;
}
.active\:ring-offset-zinc-100\/0:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0);
}
.active\:ring-offset-zinc-100\/10:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.1);
}
.active\:ring-offset-zinc-100\/100:active {
  --tw-ring-offset-color: rgb(244 244 245 / 1);
}
.active\:ring-offset-zinc-100\/15:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.15);
}
.active\:ring-offset-zinc-100\/20:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.2);
}
.active\:ring-offset-zinc-100\/25:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.25);
}
.active\:ring-offset-zinc-100\/30:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.3);
}
.active\:ring-offset-zinc-100\/35:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.35);
}
.active\:ring-offset-zinc-100\/40:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.4);
}
.active\:ring-offset-zinc-100\/45:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.45);
}
.active\:ring-offset-zinc-100\/5:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.05);
}
.active\:ring-offset-zinc-100\/50:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.5);
}
.active\:ring-offset-zinc-100\/55:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.55);
}
.active\:ring-offset-zinc-100\/60:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.6);
}
.active\:ring-offset-zinc-100\/65:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.65);
}
.active\:ring-offset-zinc-100\/70:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.7);
}
.active\:ring-offset-zinc-100\/75:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.75);
}
.active\:ring-offset-zinc-100\/80:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.8);
}
.active\:ring-offset-zinc-100\/85:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.85);
}
.active\:ring-offset-zinc-100\/90:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.9);
}
.active\:ring-offset-zinc-100\/95:active {
  --tw-ring-offset-color: rgb(244 244 245 / 0.95);
}
.active\:ring-offset-zinc-200:active {
  --tw-ring-offset-color: #e4e4e7;
}
.active\:ring-offset-zinc-200\/0:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0);
}
.active\:ring-offset-zinc-200\/10:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.1);
}
.active\:ring-offset-zinc-200\/100:active {
  --tw-ring-offset-color: rgb(228 228 231 / 1);
}
.active\:ring-offset-zinc-200\/15:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.15);
}
.active\:ring-offset-zinc-200\/20:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.2);
}
.active\:ring-offset-zinc-200\/25:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.25);
}
.active\:ring-offset-zinc-200\/30:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.3);
}
.active\:ring-offset-zinc-200\/35:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.35);
}
.active\:ring-offset-zinc-200\/40:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.4);
}
.active\:ring-offset-zinc-200\/45:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.45);
}
.active\:ring-offset-zinc-200\/5:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.05);
}
.active\:ring-offset-zinc-200\/50:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.5);
}
.active\:ring-offset-zinc-200\/55:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.55);
}
.active\:ring-offset-zinc-200\/60:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.6);
}
.active\:ring-offset-zinc-200\/65:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.65);
}
.active\:ring-offset-zinc-200\/70:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.7);
}
.active\:ring-offset-zinc-200\/75:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.75);
}
.active\:ring-offset-zinc-200\/80:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.8);
}
.active\:ring-offset-zinc-200\/85:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.85);
}
.active\:ring-offset-zinc-200\/90:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.9);
}
.active\:ring-offset-zinc-200\/95:active {
  --tw-ring-offset-color: rgb(228 228 231 / 0.95);
}
.active\:ring-offset-zinc-300:active {
  --tw-ring-offset-color: #d4d4d8;
}
.active\:ring-offset-zinc-300\/0:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0);
}
.active\:ring-offset-zinc-300\/10:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.1);
}
.active\:ring-offset-zinc-300\/100:active {
  --tw-ring-offset-color: rgb(212 212 216 / 1);
}
.active\:ring-offset-zinc-300\/15:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.15);
}
.active\:ring-offset-zinc-300\/20:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.2);
}
.active\:ring-offset-zinc-300\/25:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.25);
}
.active\:ring-offset-zinc-300\/30:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.3);
}
.active\:ring-offset-zinc-300\/35:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.35);
}
.active\:ring-offset-zinc-300\/40:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.4);
}
.active\:ring-offset-zinc-300\/45:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.45);
}
.active\:ring-offset-zinc-300\/5:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.05);
}
.active\:ring-offset-zinc-300\/50:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.5);
}
.active\:ring-offset-zinc-300\/55:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.55);
}
.active\:ring-offset-zinc-300\/60:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.6);
}
.active\:ring-offset-zinc-300\/65:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.65);
}
.active\:ring-offset-zinc-300\/70:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.7);
}
.active\:ring-offset-zinc-300\/75:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.75);
}
.active\:ring-offset-zinc-300\/80:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.8);
}
.active\:ring-offset-zinc-300\/85:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.85);
}
.active\:ring-offset-zinc-300\/90:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.9);
}
.active\:ring-offset-zinc-300\/95:active {
  --tw-ring-offset-color: rgb(212 212 216 / 0.95);
}
.active\:ring-offset-zinc-400:active {
  --tw-ring-offset-color: #a1a1aa;
}
.active\:ring-offset-zinc-400\/0:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0);
}
.active\:ring-offset-zinc-400\/10:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.1);
}
.active\:ring-offset-zinc-400\/100:active {
  --tw-ring-offset-color: rgb(161 161 170 / 1);
}
.active\:ring-offset-zinc-400\/15:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.15);
}
.active\:ring-offset-zinc-400\/20:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.2);
}
.active\:ring-offset-zinc-400\/25:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.25);
}
.active\:ring-offset-zinc-400\/30:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.3);
}
.active\:ring-offset-zinc-400\/35:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.35);
}
.active\:ring-offset-zinc-400\/40:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.4);
}
.active\:ring-offset-zinc-400\/45:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.45);
}
.active\:ring-offset-zinc-400\/5:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.05);
}
.active\:ring-offset-zinc-400\/50:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.5);
}
.active\:ring-offset-zinc-400\/55:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.55);
}
.active\:ring-offset-zinc-400\/60:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.6);
}
.active\:ring-offset-zinc-400\/65:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.65);
}
.active\:ring-offset-zinc-400\/70:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.7);
}
.active\:ring-offset-zinc-400\/75:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.75);
}
.active\:ring-offset-zinc-400\/80:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.8);
}
.active\:ring-offset-zinc-400\/85:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.85);
}
.active\:ring-offset-zinc-400\/90:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.9);
}
.active\:ring-offset-zinc-400\/95:active {
  --tw-ring-offset-color: rgb(161 161 170 / 0.95);
}
.active\:ring-offset-zinc-50:active {
  --tw-ring-offset-color: #fafafa;
}
.active\:ring-offset-zinc-50\/0:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.active\:ring-offset-zinc-50\/10:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.active\:ring-offset-zinc-50\/100:active {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.active\:ring-offset-zinc-50\/15:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.active\:ring-offset-zinc-50\/20:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.active\:ring-offset-zinc-50\/25:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.active\:ring-offset-zinc-50\/30:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.active\:ring-offset-zinc-50\/35:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.active\:ring-offset-zinc-50\/40:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.active\:ring-offset-zinc-50\/45:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.active\:ring-offset-zinc-50\/5:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.active\:ring-offset-zinc-50\/50:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.active\:ring-offset-zinc-50\/55:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.active\:ring-offset-zinc-50\/60:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.active\:ring-offset-zinc-50\/65:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.active\:ring-offset-zinc-50\/70:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.active\:ring-offset-zinc-50\/75:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.active\:ring-offset-zinc-50\/80:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.active\:ring-offset-zinc-50\/85:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.active\:ring-offset-zinc-50\/90:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.active\:ring-offset-zinc-50\/95:active {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.active\:ring-offset-zinc-500:active {
  --tw-ring-offset-color: #71717a;
}
.active\:ring-offset-zinc-500\/0:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0);
}
.active\:ring-offset-zinc-500\/10:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.1);
}
.active\:ring-offset-zinc-500\/100:active {
  --tw-ring-offset-color: rgb(113 113 122 / 1);
}
.active\:ring-offset-zinc-500\/15:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.15);
}
.active\:ring-offset-zinc-500\/20:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.2);
}
.active\:ring-offset-zinc-500\/25:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.25);
}
.active\:ring-offset-zinc-500\/30:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.3);
}
.active\:ring-offset-zinc-500\/35:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.35);
}
.active\:ring-offset-zinc-500\/40:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.4);
}
.active\:ring-offset-zinc-500\/45:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.45);
}
.active\:ring-offset-zinc-500\/5:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.05);
}
.active\:ring-offset-zinc-500\/50:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.5);
}
.active\:ring-offset-zinc-500\/55:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.55);
}
.active\:ring-offset-zinc-500\/60:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.6);
}
.active\:ring-offset-zinc-500\/65:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.65);
}
.active\:ring-offset-zinc-500\/70:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.7);
}
.active\:ring-offset-zinc-500\/75:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.75);
}
.active\:ring-offset-zinc-500\/80:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.8);
}
.active\:ring-offset-zinc-500\/85:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.85);
}
.active\:ring-offset-zinc-500\/90:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.9);
}
.active\:ring-offset-zinc-500\/95:active {
  --tw-ring-offset-color: rgb(113 113 122 / 0.95);
}
.active\:ring-offset-zinc-600:active {
  --tw-ring-offset-color: #52525b;
}
.active\:ring-offset-zinc-600\/0:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0);
}
.active\:ring-offset-zinc-600\/10:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.1);
}
.active\:ring-offset-zinc-600\/100:active {
  --tw-ring-offset-color: rgb(82 82 91 / 1);
}
.active\:ring-offset-zinc-600\/15:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.15);
}
.active\:ring-offset-zinc-600\/20:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.2);
}
.active\:ring-offset-zinc-600\/25:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.25);
}
.active\:ring-offset-zinc-600\/30:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.3);
}
.active\:ring-offset-zinc-600\/35:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.35);
}
.active\:ring-offset-zinc-600\/40:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.4);
}
.active\:ring-offset-zinc-600\/45:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.45);
}
.active\:ring-offset-zinc-600\/5:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.05);
}
.active\:ring-offset-zinc-600\/50:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.5);
}
.active\:ring-offset-zinc-600\/55:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.55);
}
.active\:ring-offset-zinc-600\/60:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.6);
}
.active\:ring-offset-zinc-600\/65:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.65);
}
.active\:ring-offset-zinc-600\/70:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.7);
}
.active\:ring-offset-zinc-600\/75:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.75);
}
.active\:ring-offset-zinc-600\/80:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.8);
}
.active\:ring-offset-zinc-600\/85:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.85);
}
.active\:ring-offset-zinc-600\/90:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.9);
}
.active\:ring-offset-zinc-600\/95:active {
  --tw-ring-offset-color: rgb(82 82 91 / 0.95);
}
.active\:ring-offset-zinc-700:active {
  --tw-ring-offset-color: #3f3f46;
}
.active\:ring-offset-zinc-700\/0:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0);
}
.active\:ring-offset-zinc-700\/10:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.1);
}
.active\:ring-offset-zinc-700\/100:active {
  --tw-ring-offset-color: rgb(63 63 70 / 1);
}
.active\:ring-offset-zinc-700\/15:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.15);
}
.active\:ring-offset-zinc-700\/20:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.2);
}
.active\:ring-offset-zinc-700\/25:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.25);
}
.active\:ring-offset-zinc-700\/30:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.3);
}
.active\:ring-offset-zinc-700\/35:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.35);
}
.active\:ring-offset-zinc-700\/40:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.4);
}
.active\:ring-offset-zinc-700\/45:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.45);
}
.active\:ring-offset-zinc-700\/5:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.05);
}
.active\:ring-offset-zinc-700\/50:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.5);
}
.active\:ring-offset-zinc-700\/55:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.55);
}
.active\:ring-offset-zinc-700\/60:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.6);
}
.active\:ring-offset-zinc-700\/65:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.65);
}
.active\:ring-offset-zinc-700\/70:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.7);
}
.active\:ring-offset-zinc-700\/75:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.75);
}
.active\:ring-offset-zinc-700\/80:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.8);
}
.active\:ring-offset-zinc-700\/85:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.85);
}
.active\:ring-offset-zinc-700\/90:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.9);
}
.active\:ring-offset-zinc-700\/95:active {
  --tw-ring-offset-color: rgb(63 63 70 / 0.95);
}
.active\:ring-offset-zinc-800:active {
  --tw-ring-offset-color: #27272a;
}
.active\:ring-offset-zinc-800\/0:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0);
}
.active\:ring-offset-zinc-800\/10:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.1);
}
.active\:ring-offset-zinc-800\/100:active {
  --tw-ring-offset-color: rgb(39 39 42 / 1);
}
.active\:ring-offset-zinc-800\/15:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.15);
}
.active\:ring-offset-zinc-800\/20:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.2);
}
.active\:ring-offset-zinc-800\/25:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.25);
}
.active\:ring-offset-zinc-800\/30:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.3);
}
.active\:ring-offset-zinc-800\/35:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.35);
}
.active\:ring-offset-zinc-800\/40:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.4);
}
.active\:ring-offset-zinc-800\/45:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.45);
}
.active\:ring-offset-zinc-800\/5:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.05);
}
.active\:ring-offset-zinc-800\/50:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.5);
}
.active\:ring-offset-zinc-800\/55:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.55);
}
.active\:ring-offset-zinc-800\/60:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.6);
}
.active\:ring-offset-zinc-800\/65:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.65);
}
.active\:ring-offset-zinc-800\/70:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.7);
}
.active\:ring-offset-zinc-800\/75:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.75);
}
.active\:ring-offset-zinc-800\/80:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.8);
}
.active\:ring-offset-zinc-800\/85:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.85);
}
.active\:ring-offset-zinc-800\/90:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.9);
}
.active\:ring-offset-zinc-800\/95:active {
  --tw-ring-offset-color: rgb(39 39 42 / 0.95);
}
.active\:ring-offset-zinc-900:active {
  --tw-ring-offset-color: #18181b;
}
.active\:ring-offset-zinc-900\/0:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}
.active\:ring-offset-zinc-900\/10:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}
.active\:ring-offset-zinc-900\/100:active {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}
.active\:ring-offset-zinc-900\/15:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}
.active\:ring-offset-zinc-900\/20:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}
.active\:ring-offset-zinc-900\/25:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}
.active\:ring-offset-zinc-900\/30:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}
.active\:ring-offset-zinc-900\/35:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}
.active\:ring-offset-zinc-900\/40:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}
.active\:ring-offset-zinc-900\/45:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}
.active\:ring-offset-zinc-900\/5:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}
.active\:ring-offset-zinc-900\/50:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}
.active\:ring-offset-zinc-900\/55:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}
.active\:ring-offset-zinc-900\/60:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}
.active\:ring-offset-zinc-900\/65:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}
.active\:ring-offset-zinc-900\/70:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}
.active\:ring-offset-zinc-900\/75:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}
.active\:ring-offset-zinc-900\/80:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}
.active\:ring-offset-zinc-900\/85:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}
.active\:ring-offset-zinc-900\/90:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}
.active\:ring-offset-zinc-900\/95:active {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}
.active\:ring-offset-zinc-950:active {
  --tw-ring-offset-color: #09090b;
}
.active\:ring-offset-zinc-950\/0:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0);
}
.active\:ring-offset-zinc-950\/10:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.1);
}
.active\:ring-offset-zinc-950\/100:active {
  --tw-ring-offset-color: rgb(9 9 11 / 1);
}
.active\:ring-offset-zinc-950\/15:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.15);
}
.active\:ring-offset-zinc-950\/20:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.2);
}
.active\:ring-offset-zinc-950\/25:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.25);
}
.active\:ring-offset-zinc-950\/30:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.3);
}
.active\:ring-offset-zinc-950\/35:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.35);
}
.active\:ring-offset-zinc-950\/40:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.4);
}
.active\:ring-offset-zinc-950\/45:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.45);
}
.active\:ring-offset-zinc-950\/5:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.05);
}
.active\:ring-offset-zinc-950\/50:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.5);
}
.active\:ring-offset-zinc-950\/55:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.55);
}
.active\:ring-offset-zinc-950\/60:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.6);
}
.active\:ring-offset-zinc-950\/65:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.65);
}
.active\:ring-offset-zinc-950\/70:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.7);
}
.active\:ring-offset-zinc-950\/75:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.75);
}
.active\:ring-offset-zinc-950\/80:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.8);
}
.active\:ring-offset-zinc-950\/85:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.85);
}
.active\:ring-offset-zinc-950\/90:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.9);
}
.active\:ring-offset-zinc-950\/95:active {
  --tw-ring-offset-color: rgb(9 9 11 / 0.95);
}
.active\:shadow-10:active {
  box-shadow: var(--shadow-10);
}
.active\:shadow-20:active {
  box-shadow: var(--shadow-20);
}
.active\:shadow-30:active {
  box-shadow: var(--shadow-30);
}
.active\:shadow-40:active {
  box-shadow: var(--shadow-40);
}
.active\:shadow-50:active {
  box-shadow: var(--shadow-50);
}
.active\:\[box-shadow\:0px_0px_0px_1\.5px_var\(--border-primary\)\]:active {
  box-shadow: 0px 0px 0px 1.5px var(--border-primary);
}
.disabled\:border-collapse:disabled {
  border-collapse: collapse;
}
.disabled\:border-separate:disabled {
  border-collapse: separate;
}
.disabled\:border-spacing-0:disabled {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-0\.5:disabled {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-1:disabled {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-1\.5:disabled {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-10:disabled {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-11:disabled {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-12:disabled {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-14:disabled {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-16:disabled {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-2:disabled {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-2\.5:disabled {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-20:disabled {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-24:disabled {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-28:disabled {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-3:disabled {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-3\.5:disabled {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-32:disabled {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-36:disabled {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-4:disabled {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-40:disabled {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-44:disabled {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-48:disabled {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-5:disabled {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-52:disabled {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-56:disabled {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-6:disabled {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-60:disabled {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-64:disabled {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-7:disabled {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-72:disabled {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-8:disabled {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-80:disabled {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-9:disabled {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-96:disabled {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-px:disabled {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-0:disabled {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-0\.5:disabled {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-1:disabled {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-1\.5:disabled {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-10:disabled {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-11:disabled {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-12:disabled {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-14:disabled {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-16:disabled {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-2:disabled {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-2\.5:disabled {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-20:disabled {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-24:disabled {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-28:disabled {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-3:disabled {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-3\.5:disabled {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-32:disabled {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-36:disabled {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-4:disabled {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-40:disabled {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-44:disabled {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-48:disabled {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-5:disabled {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-52:disabled {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-56:disabled {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-6:disabled {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-60:disabled {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-64:disabled {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-7:disabled {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-72:disabled {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-8:disabled {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-80:disabled {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-9:disabled {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-96:disabled {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-x-px:disabled {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-0:disabled {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-0\.5:disabled {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-1:disabled {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-1\.5:disabled {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-10:disabled {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-11:disabled {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-12:disabled {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-14:disabled {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-16:disabled {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-2:disabled {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-2\.5:disabled {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-20:disabled {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-24:disabled {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-28:disabled {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-3:disabled {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-3\.5:disabled {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-32:disabled {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-36:disabled {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-4:disabled {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-40:disabled {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-44:disabled {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-48:disabled {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-5:disabled {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-52:disabled {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-56:disabled {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-6:disabled {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-60:disabled {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-64:disabled {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-7:disabled {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-72:disabled {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-8:disabled {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-80:disabled {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-9:disabled {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-96:disabled {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:border-spacing-y-px:disabled {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:text-ellipsis:disabled {
  text-overflow: ellipsis;
}
.disabled\:text-clip:disabled {
  text-overflow: clip;
}
.disabled\:text-wrap:disabled {
  text-wrap: wrap;
}
.disabled\:text-nowrap:disabled {
  text-wrap: nowrap;
}
.disabled\:text-balance:disabled {
  text-wrap: balance;
}
.disabled\:text-pretty:disabled {
  text-wrap: pretty;
}
.disabled\:border-0:disabled {
  border-width: 0px;
}
.disabled\:border-2:disabled {
  border-width: 2px;
}
.disabled\:border-4:disabled {
  border-width: 4px;
}
.disabled\:border-8:disabled {
  border-width: 8px;
}
.disabled\:border-x:disabled {
  border-left-width: 1px;
  border-right-width: 1px;
}
.disabled\:border-x-0:disabled {
  border-left-width: 0px;
  border-right-width: 0px;
}
.disabled\:border-x-2:disabled {
  border-left-width: 2px;
  border-right-width: 2px;
}
.disabled\:border-x-4:disabled {
  border-left-width: 4px;
  border-right-width: 4px;
}
.disabled\:border-x-8:disabled {
  border-left-width: 8px;
  border-right-width: 8px;
}
.disabled\:border-y:disabled {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.disabled\:border-y-0:disabled {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.disabled\:border-y-2:disabled {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.disabled\:border-y-4:disabled {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.disabled\:border-y-8:disabled {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.disabled\:border-b:disabled {
  border-bottom-width: 1px;
}
.disabled\:border-b-0:disabled {
  border-bottom-width: 0px;
}
.disabled\:border-b-2:disabled {
  border-bottom-width: 2px;
}
.disabled\:border-b-4:disabled {
  border-bottom-width: 4px;
}
.disabled\:border-b-8:disabled {
  border-bottom-width: 8px;
}
.disabled\:border-e:disabled {
  border-inline-end-width: 1px;
}
.disabled\:border-e-0:disabled {
  border-inline-end-width: 0px;
}
.disabled\:border-e-2:disabled {
  border-inline-end-width: 2px;
}
.disabled\:border-e-4:disabled {
  border-inline-end-width: 4px;
}
.disabled\:border-e-8:disabled {
  border-inline-end-width: 8px;
}
.disabled\:border-l:disabled {
  border-left-width: 1px;
}
.disabled\:border-l-0:disabled {
  border-left-width: 0px;
}
.disabled\:border-l-2:disabled {
  border-left-width: 2px;
}
.disabled\:border-l-4:disabled {
  border-left-width: 4px;
}
.disabled\:border-l-8:disabled {
  border-left-width: 8px;
}
.disabled\:border-r:disabled {
  border-right-width: 1px;
}
.disabled\:border-r-0:disabled {
  border-right-width: 0px;
}
.disabled\:border-r-2:disabled {
  border-right-width: 2px;
}
.disabled\:border-r-4:disabled {
  border-right-width: 4px;
}
.disabled\:border-r-8:disabled {
  border-right-width: 8px;
}
.disabled\:border-s:disabled {
  border-inline-start-width: 1px;
}
.disabled\:border-s-0:disabled {
  border-inline-start-width: 0px;
}
.disabled\:border-s-2:disabled {
  border-inline-start-width: 2px;
}
.disabled\:border-s-4:disabled {
  border-inline-start-width: 4px;
}
.disabled\:border-s-8:disabled {
  border-inline-start-width: 8px;
}
.disabled\:border-t:disabled {
  border-top-width: 1px;
}
.disabled\:border-t-0:disabled {
  border-top-width: 0px;
}
.disabled\:border-t-2:disabled {
  border-top-width: 2px;
}
.disabled\:border-t-4:disabled {
  border-top-width: 4px;
}
.disabled\:border-t-8:disabled {
  border-top-width: 8px;
}
.disabled\:border-solid:disabled {
  border-style: solid;
}
.disabled\:border-dashed:disabled {
  border-style: dashed;
}
.disabled\:border-dotted:disabled {
  border-style: dotted;
}
.disabled\:border-double:disabled {
  border-style: double;
}
.disabled\:border-hidden:disabled {
  border-style: hidden;
}
.disabled\:border-none:disabled {
  border-style: none;
}
.disabled\:border-accent:disabled {
  border-color: var(--border-accent);
}
.disabled\:border-calendar:disabled {
  border-color: var(--border-calendar);
}
.disabled\:border-constant-black:disabled {
  border-color: var(--general-constant-black);
}
.disabled\:border-constant-white:disabled {
  border-color: var(--general-constant-white);
}
.disabled\:border-current:disabled {
  border-color: currentColor;
}
.disabled\:border-focus:disabled {
  border-color: var(--border-focus);
}
.disabled\:border-hover:disabled {
  border-color: var(--border-hover);
}
.disabled\:border-inherit:disabled {
  border-color: inherit;
}
.disabled\:border-input:disabled {
  border-color: var(--border-input);
}
.disabled\:border-input-active:disabled {
  border-color: var(--border-input-active);
}
.disabled\:border-input-active-hover:disabled {
  border-color: var(--border-input-active-hover);
}
.disabled\:border-input-active-pressed:disabled {
  border-color: var(--border-input-active-pressed);
}
.disabled\:border-input-caution:disabled {
  border-color: var(--border-input-caution);
}
.disabled\:border-input-caution-hover:disabled {
  border-color: var(--border-input-caution-hover);
}
.disabled\:border-input-caution-pressed:disabled {
  border-color: var(--border-input-caution-pressed);
}
.disabled\:border-input-critical:disabled {
  border-color: var(--border-input-critical);
}
.disabled\:border-input-critical-hover:disabled {
  border-color: var(--border-input-critical-hover);
}
.disabled\:border-input-critical-pressed:disabled {
  border-color: var(--border-input-critical-pressed);
}
.disabled\:border-input-disabled:disabled {
  border-color: var(--border-input-disabled);
}
.disabled\:border-input-hover:disabled {
  border-color: var(--border-input-hover);
}
.disabled\:border-palette-blue-border:disabled {
  border-color: var(--palette-blue-border);
}
.disabled\:border-palette-dark-blue-border:disabled {
  border-color: var(--palette-dark-blue-border);
}
.disabled\:border-palette-dark-gray-border:disabled {
  border-color: var(--palette-dark-gray-border);
}
.disabled\:border-palette-dark-green-border:disabled {
  border-color: var(--palette-dark-green-border);
}
.disabled\:border-palette-gray-border:disabled {
  border-color: var(--palette-gray-border);
}
.disabled\:border-palette-green-border:disabled {
  border-color: var(--palette-green-border);
}
.disabled\:border-palette-light-pink-border:disabled {
  border-color: var(--palette-light-pink-border);
}
.disabled\:border-palette-maroon-border:disabled {
  border-color: var(--palette-maroon-border);
}
.disabled\:border-palette-orange-border:disabled {
  border-color: var(--palette-orange-border);
}
.disabled\:border-palette-pink-border:disabled {
  border-color: var(--palette-pink-border);
}
.disabled\:border-palette-red-border:disabled {
  border-color: var(--palette-red-border);
}
.disabled\:border-palette-violet-border:disabled {
  border-color: var(--palette-violet-border);
}
.disabled\:border-palette-yellow-border:disabled {
  border-color: var(--palette-yellow-border);
}
.disabled\:border-primary:disabled {
  border-color: var(--border-primary);
}
.disabled\:border-secondary:disabled {
  border-color: var(--border-secondary);
}
.disabled\:border-status-available:disabled {
  border-color: var(--status-available);
}
.disabled\:border-status-away:disabled {
  border-color: var(--status-away);
}
.disabled\:border-status-border:disabled {
  border-color: var(--status-border);
}
.disabled\:border-status-busy:disabled {
  border-color: var(--status-busy);
}
.disabled\:border-status-icon:disabled {
  border-color: var(--status-icon);
}
.disabled\:border-status-offline:disabled {
  border-color: var(--status-offline);
}
.disabled\:border-tertiary:disabled {
  border-color: var(--border-tertiary);
}
.disabled\:border-transparent:disabled {
  border-color: transparent;
}
.disabled\:border-transparent\/0:disabled {
  border-color: rgb(0 0 0 / 0);
}
.disabled\:border-transparent\/10:disabled {
  border-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-transparent\/100:disabled {
  border-color: rgb(0 0 0 / 1);
}
.disabled\:border-transparent\/15:disabled {
  border-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-transparent\/20:disabled {
  border-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-transparent\/25:disabled {
  border-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-transparent\/30:disabled {
  border-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-transparent\/35:disabled {
  border-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-transparent\/40:disabled {
  border-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-transparent\/45:disabled {
  border-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-transparent\/5:disabled {
  border-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-transparent\/50:disabled {
  border-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-transparent\/55:disabled {
  border-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-transparent\/60:disabled {
  border-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-transparent\/65:disabled {
  border-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-transparent\/70:disabled {
  border-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-transparent\/75:disabled {
  border-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-transparent\/80:disabled {
  border-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-transparent\/85:disabled {
  border-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-transparent\/90:disabled {
  border-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-transparent\/95:disabled {
  border-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-x-accent:disabled {
  border-left-color: var(--border-accent);
  border-right-color: var(--border-accent);
}
.disabled\:border-x-calendar:disabled {
  border-left-color: var(--border-calendar);
  border-right-color: var(--border-calendar);
}
.disabled\:border-x-constant-black:disabled {
  border-left-color: var(--general-constant-black);
  border-right-color: var(--general-constant-black);
}
.disabled\:border-x-constant-white:disabled {
  border-left-color: var(--general-constant-white);
  border-right-color: var(--general-constant-white);
}
.disabled\:border-x-current:disabled {
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.disabled\:border-x-focus:disabled {
  border-left-color: var(--border-focus);
  border-right-color: var(--border-focus);
}
.disabled\:border-x-hover:disabled {
  border-left-color: var(--border-hover);
  border-right-color: var(--border-hover);
}
.disabled\:border-x-inherit:disabled {
  border-left-color: inherit;
  border-right-color: inherit;
}
.disabled\:border-x-input:disabled {
  border-left-color: var(--border-input);
  border-right-color: var(--border-input);
}
.disabled\:border-x-input-active:disabled {
  border-left-color: var(--border-input-active);
  border-right-color: var(--border-input-active);
}
.disabled\:border-x-input-active-hover:disabled {
  border-left-color: var(--border-input-active-hover);
  border-right-color: var(--border-input-active-hover);
}
.disabled\:border-x-input-active-pressed:disabled {
  border-left-color: var(--border-input-active-pressed);
  border-right-color: var(--border-input-active-pressed);
}
.disabled\:border-x-input-caution:disabled {
  border-left-color: var(--border-input-caution);
  border-right-color: var(--border-input-caution);
}
.disabled\:border-x-input-caution-hover:disabled {
  border-left-color: var(--border-input-caution-hover);
  border-right-color: var(--border-input-caution-hover);
}
.disabled\:border-x-input-caution-pressed:disabled {
  border-left-color: var(--border-input-caution-pressed);
  border-right-color: var(--border-input-caution-pressed);
}
.disabled\:border-x-input-critical:disabled {
  border-left-color: var(--border-input-critical);
  border-right-color: var(--border-input-critical);
}
.disabled\:border-x-input-critical-hover:disabled {
  border-left-color: var(--border-input-critical-hover);
  border-right-color: var(--border-input-critical-hover);
}
.disabled\:border-x-input-critical-pressed:disabled {
  border-left-color: var(--border-input-critical-pressed);
  border-right-color: var(--border-input-critical-pressed);
}
.disabled\:border-x-input-disabled:disabled {
  border-left-color: var(--border-input-disabled);
  border-right-color: var(--border-input-disabled);
}
.disabled\:border-x-input-hover:disabled {
  border-left-color: var(--border-input-hover);
  border-right-color: var(--border-input-hover);
}
.disabled\:border-x-palette-blue-border:disabled {
  border-left-color: var(--palette-blue-border);
  border-right-color: var(--palette-blue-border);
}
.disabled\:border-x-palette-dark-blue-border:disabled {
  border-left-color: var(--palette-dark-blue-border);
  border-right-color: var(--palette-dark-blue-border);
}
.disabled\:border-x-palette-dark-gray-border:disabled {
  border-left-color: var(--palette-dark-gray-border);
  border-right-color: var(--palette-dark-gray-border);
}
.disabled\:border-x-palette-dark-green-border:disabled {
  border-left-color: var(--palette-dark-green-border);
  border-right-color: var(--palette-dark-green-border);
}
.disabled\:border-x-palette-gray-border:disabled {
  border-left-color: var(--palette-gray-border);
  border-right-color: var(--palette-gray-border);
}
.disabled\:border-x-palette-green-border:disabled {
  border-left-color: var(--palette-green-border);
  border-right-color: var(--palette-green-border);
}
.disabled\:border-x-palette-light-pink-border:disabled {
  border-left-color: var(--palette-light-pink-border);
  border-right-color: var(--palette-light-pink-border);
}
.disabled\:border-x-palette-maroon-border:disabled {
  border-left-color: var(--palette-maroon-border);
  border-right-color: var(--palette-maroon-border);
}
.disabled\:border-x-palette-orange-border:disabled {
  border-left-color: var(--palette-orange-border);
  border-right-color: var(--palette-orange-border);
}
.disabled\:border-x-palette-pink-border:disabled {
  border-left-color: var(--palette-pink-border);
  border-right-color: var(--palette-pink-border);
}
.disabled\:border-x-palette-red-border:disabled {
  border-left-color: var(--palette-red-border);
  border-right-color: var(--palette-red-border);
}
.disabled\:border-x-palette-violet-border:disabled {
  border-left-color: var(--palette-violet-border);
  border-right-color: var(--palette-violet-border);
}
.disabled\:border-x-palette-yellow-border:disabled {
  border-left-color: var(--palette-yellow-border);
  border-right-color: var(--palette-yellow-border);
}
.disabled\:border-x-primary:disabled {
  border-left-color: var(--border-primary);
  border-right-color: var(--border-primary);
}
.disabled\:border-x-secondary:disabled {
  border-left-color: var(--border-secondary);
  border-right-color: var(--border-secondary);
}
.disabled\:border-x-status-available:disabled {
  border-left-color: var(--status-available);
  border-right-color: var(--status-available);
}
.disabled\:border-x-status-away:disabled {
  border-left-color: var(--status-away);
  border-right-color: var(--status-away);
}
.disabled\:border-x-status-border:disabled {
  border-left-color: var(--status-border);
  border-right-color: var(--status-border);
}
.disabled\:border-x-status-busy:disabled {
  border-left-color: var(--status-busy);
  border-right-color: var(--status-busy);
}
.disabled\:border-x-status-icon:disabled {
  border-left-color: var(--status-icon);
  border-right-color: var(--status-icon);
}
.disabled\:border-x-status-offline:disabled {
  border-left-color: var(--status-offline);
  border-right-color: var(--status-offline);
}
.disabled\:border-x-tertiary:disabled {
  border-left-color: var(--border-tertiary);
  border-right-color: var(--border-tertiary);
}
.disabled\:border-x-transparent:disabled {
  border-left-color: transparent;
  border-right-color: transparent;
}
.disabled\:border-x-transparent\/0:disabled {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.disabled\:border-x-transparent\/10:disabled {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-x-transparent\/100:disabled {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.disabled\:border-x-transparent\/15:disabled {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-x-transparent\/20:disabled {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-x-transparent\/25:disabled {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-x-transparent\/30:disabled {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-x-transparent\/35:disabled {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-x-transparent\/40:disabled {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-x-transparent\/45:disabled {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-x-transparent\/5:disabled {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-x-transparent\/50:disabled {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-x-transparent\/55:disabled {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-x-transparent\/60:disabled {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-x-transparent\/65:disabled {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-x-transparent\/70:disabled {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-x-transparent\/75:disabled {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-x-transparent\/80:disabled {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-x-transparent\/85:disabled {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-x-transparent\/90:disabled {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-x-transparent\/95:disabled {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-y-accent:disabled {
  border-top-color: var(--border-accent);
  border-bottom-color: var(--border-accent);
}
.disabled\:border-y-calendar:disabled {
  border-top-color: var(--border-calendar);
  border-bottom-color: var(--border-calendar);
}
.disabled\:border-y-constant-black:disabled {
  border-top-color: var(--general-constant-black);
  border-bottom-color: var(--general-constant-black);
}
.disabled\:border-y-constant-white:disabled {
  border-top-color: var(--general-constant-white);
  border-bottom-color: var(--general-constant-white);
}
.disabled\:border-y-current:disabled {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.disabled\:border-y-focus:disabled {
  border-top-color: var(--border-focus);
  border-bottom-color: var(--border-focus);
}
.disabled\:border-y-hover:disabled {
  border-top-color: var(--border-hover);
  border-bottom-color: var(--border-hover);
}
.disabled\:border-y-inherit:disabled {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.disabled\:border-y-input:disabled {
  border-top-color: var(--border-input);
  border-bottom-color: var(--border-input);
}
.disabled\:border-y-input-active:disabled {
  border-top-color: var(--border-input-active);
  border-bottom-color: var(--border-input-active);
}
.disabled\:border-y-input-active-hover:disabled {
  border-top-color: var(--border-input-active-hover);
  border-bottom-color: var(--border-input-active-hover);
}
.disabled\:border-y-input-active-pressed:disabled {
  border-top-color: var(--border-input-active-pressed);
  border-bottom-color: var(--border-input-active-pressed);
}
.disabled\:border-y-input-caution:disabled {
  border-top-color: var(--border-input-caution);
  border-bottom-color: var(--border-input-caution);
}
.disabled\:border-y-input-caution-hover:disabled {
  border-top-color: var(--border-input-caution-hover);
  border-bottom-color: var(--border-input-caution-hover);
}
.disabled\:border-y-input-caution-pressed:disabled {
  border-top-color: var(--border-input-caution-pressed);
  border-bottom-color: var(--border-input-caution-pressed);
}
.disabled\:border-y-input-critical:disabled {
  border-top-color: var(--border-input-critical);
  border-bottom-color: var(--border-input-critical);
}
.disabled\:border-y-input-critical-hover:disabled {
  border-top-color: var(--border-input-critical-hover);
  border-bottom-color: var(--border-input-critical-hover);
}
.disabled\:border-y-input-critical-pressed:disabled {
  border-top-color: var(--border-input-critical-pressed);
  border-bottom-color: var(--border-input-critical-pressed);
}
.disabled\:border-y-input-disabled:disabled {
  border-top-color: var(--border-input-disabled);
  border-bottom-color: var(--border-input-disabled);
}
.disabled\:border-y-input-hover:disabled {
  border-top-color: var(--border-input-hover);
  border-bottom-color: var(--border-input-hover);
}
.disabled\:border-y-palette-blue-border:disabled {
  border-top-color: var(--palette-blue-border);
  border-bottom-color: var(--palette-blue-border);
}
.disabled\:border-y-palette-dark-blue-border:disabled {
  border-top-color: var(--palette-dark-blue-border);
  border-bottom-color: var(--palette-dark-blue-border);
}
.disabled\:border-y-palette-dark-gray-border:disabled {
  border-top-color: var(--palette-dark-gray-border);
  border-bottom-color: var(--palette-dark-gray-border);
}
.disabled\:border-y-palette-dark-green-border:disabled {
  border-top-color: var(--palette-dark-green-border);
  border-bottom-color: var(--palette-dark-green-border);
}
.disabled\:border-y-palette-gray-border:disabled {
  border-top-color: var(--palette-gray-border);
  border-bottom-color: var(--palette-gray-border);
}
.disabled\:border-y-palette-green-border:disabled {
  border-top-color: var(--palette-green-border);
  border-bottom-color: var(--palette-green-border);
}
.disabled\:border-y-palette-light-pink-border:disabled {
  border-top-color: var(--palette-light-pink-border);
  border-bottom-color: var(--palette-light-pink-border);
}
.disabled\:border-y-palette-maroon-border:disabled {
  border-top-color: var(--palette-maroon-border);
  border-bottom-color: var(--palette-maroon-border);
}
.disabled\:border-y-palette-orange-border:disabled {
  border-top-color: var(--palette-orange-border);
  border-bottom-color: var(--palette-orange-border);
}
.disabled\:border-y-palette-pink-border:disabled {
  border-top-color: var(--palette-pink-border);
  border-bottom-color: var(--palette-pink-border);
}
.disabled\:border-y-palette-red-border:disabled {
  border-top-color: var(--palette-red-border);
  border-bottom-color: var(--palette-red-border);
}
.disabled\:border-y-palette-violet-border:disabled {
  border-top-color: var(--palette-violet-border);
  border-bottom-color: var(--palette-violet-border);
}
.disabled\:border-y-palette-yellow-border:disabled {
  border-top-color: var(--palette-yellow-border);
  border-bottom-color: var(--palette-yellow-border);
}
.disabled\:border-y-primary:disabled {
  border-top-color: var(--border-primary);
  border-bottom-color: var(--border-primary);
}
.disabled\:border-y-secondary:disabled {
  border-top-color: var(--border-secondary);
  border-bottom-color: var(--border-secondary);
}
.disabled\:border-y-status-available:disabled {
  border-top-color: var(--status-available);
  border-bottom-color: var(--status-available);
}
.disabled\:border-y-status-away:disabled {
  border-top-color: var(--status-away);
  border-bottom-color: var(--status-away);
}
.disabled\:border-y-status-border:disabled {
  border-top-color: var(--status-border);
  border-bottom-color: var(--status-border);
}
.disabled\:border-y-status-busy:disabled {
  border-top-color: var(--status-busy);
  border-bottom-color: var(--status-busy);
}
.disabled\:border-y-status-icon:disabled {
  border-top-color: var(--status-icon);
  border-bottom-color: var(--status-icon);
}
.disabled\:border-y-status-offline:disabled {
  border-top-color: var(--status-offline);
  border-bottom-color: var(--status-offline);
}
.disabled\:border-y-tertiary:disabled {
  border-top-color: var(--border-tertiary);
  border-bottom-color: var(--border-tertiary);
}
.disabled\:border-y-transparent:disabled {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.disabled\:border-y-transparent\/0:disabled {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.disabled\:border-y-transparent\/10:disabled {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-y-transparent\/100:disabled {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.disabled\:border-y-transparent\/15:disabled {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-y-transparent\/20:disabled {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-y-transparent\/25:disabled {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-y-transparent\/30:disabled {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-y-transparent\/35:disabled {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-y-transparent\/40:disabled {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-y-transparent\/45:disabled {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-y-transparent\/5:disabled {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-y-transparent\/50:disabled {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-y-transparent\/55:disabled {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-y-transparent\/60:disabled {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-y-transparent\/65:disabled {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-y-transparent\/70:disabled {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-y-transparent\/75:disabled {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-y-transparent\/80:disabled {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-y-transparent\/85:disabled {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-y-transparent\/90:disabled {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-y-transparent\/95:disabled {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-b-accent:disabled {
  border-bottom-color: var(--border-accent);
}
.disabled\:border-b-calendar:disabled {
  border-bottom-color: var(--border-calendar);
}
.disabled\:border-b-constant-black:disabled {
  border-bottom-color: var(--general-constant-black);
}
.disabled\:border-b-constant-white:disabled {
  border-bottom-color: var(--general-constant-white);
}
.disabled\:border-b-current:disabled {
  border-bottom-color: currentColor;
}
.disabled\:border-b-focus:disabled {
  border-bottom-color: var(--border-focus);
}
.disabled\:border-b-hover:disabled {
  border-bottom-color: var(--border-hover);
}
.disabled\:border-b-inherit:disabled {
  border-bottom-color: inherit;
}
.disabled\:border-b-input:disabled {
  border-bottom-color: var(--border-input);
}
.disabled\:border-b-input-active:disabled {
  border-bottom-color: var(--border-input-active);
}
.disabled\:border-b-input-active-hover:disabled {
  border-bottom-color: var(--border-input-active-hover);
}
.disabled\:border-b-input-active-pressed:disabled {
  border-bottom-color: var(--border-input-active-pressed);
}
.disabled\:border-b-input-caution:disabled {
  border-bottom-color: var(--border-input-caution);
}
.disabled\:border-b-input-caution-hover:disabled {
  border-bottom-color: var(--border-input-caution-hover);
}
.disabled\:border-b-input-caution-pressed:disabled {
  border-bottom-color: var(--border-input-caution-pressed);
}
.disabled\:border-b-input-critical:disabled {
  border-bottom-color: var(--border-input-critical);
}
.disabled\:border-b-input-critical-hover:disabled {
  border-bottom-color: var(--border-input-critical-hover);
}
.disabled\:border-b-input-critical-pressed:disabled {
  border-bottom-color: var(--border-input-critical-pressed);
}
.disabled\:border-b-input-disabled:disabled {
  border-bottom-color: var(--border-input-disabled);
}
.disabled\:border-b-input-hover:disabled {
  border-bottom-color: var(--border-input-hover);
}
.disabled\:border-b-palette-blue-border:disabled {
  border-bottom-color: var(--palette-blue-border);
}
.disabled\:border-b-palette-dark-blue-border:disabled {
  border-bottom-color: var(--palette-dark-blue-border);
}
.disabled\:border-b-palette-dark-gray-border:disabled {
  border-bottom-color: var(--palette-dark-gray-border);
}
.disabled\:border-b-palette-dark-green-border:disabled {
  border-bottom-color: var(--palette-dark-green-border);
}
.disabled\:border-b-palette-gray-border:disabled {
  border-bottom-color: var(--palette-gray-border);
}
.disabled\:border-b-palette-green-border:disabled {
  border-bottom-color: var(--palette-green-border);
}
.disabled\:border-b-palette-light-pink-border:disabled {
  border-bottom-color: var(--palette-light-pink-border);
}
.disabled\:border-b-palette-maroon-border:disabled {
  border-bottom-color: var(--palette-maroon-border);
}
.disabled\:border-b-palette-orange-border:disabled {
  border-bottom-color: var(--palette-orange-border);
}
.disabled\:border-b-palette-pink-border:disabled {
  border-bottom-color: var(--palette-pink-border);
}
.disabled\:border-b-palette-red-border:disabled {
  border-bottom-color: var(--palette-red-border);
}
.disabled\:border-b-palette-violet-border:disabled {
  border-bottom-color: var(--palette-violet-border);
}
.disabled\:border-b-palette-yellow-border:disabled {
  border-bottom-color: var(--palette-yellow-border);
}
.disabled\:border-b-primary:disabled {
  border-bottom-color: var(--border-primary);
}
.disabled\:border-b-secondary:disabled {
  border-bottom-color: var(--border-secondary);
}
.disabled\:border-b-status-available:disabled {
  border-bottom-color: var(--status-available);
}
.disabled\:border-b-status-away:disabled {
  border-bottom-color: var(--status-away);
}
.disabled\:border-b-status-border:disabled {
  border-bottom-color: var(--status-border);
}
.disabled\:border-b-status-busy:disabled {
  border-bottom-color: var(--status-busy);
}
.disabled\:border-b-status-icon:disabled {
  border-bottom-color: var(--status-icon);
}
.disabled\:border-b-status-offline:disabled {
  border-bottom-color: var(--status-offline);
}
.disabled\:border-b-tertiary:disabled {
  border-bottom-color: var(--border-tertiary);
}
.disabled\:border-b-transparent:disabled {
  border-bottom-color: transparent;
}
.disabled\:border-b-transparent\/0:disabled {
  border-bottom-color: rgb(0 0 0 / 0);
}
.disabled\:border-b-transparent\/10:disabled {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-b-transparent\/100:disabled {
  border-bottom-color: rgb(0 0 0 / 1);
}
.disabled\:border-b-transparent\/15:disabled {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-b-transparent\/20:disabled {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-b-transparent\/25:disabled {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-b-transparent\/30:disabled {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-b-transparent\/35:disabled {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-b-transparent\/40:disabled {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-b-transparent\/45:disabled {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-b-transparent\/5:disabled {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-b-transparent\/50:disabled {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-b-transparent\/55:disabled {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-b-transparent\/60:disabled {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-b-transparent\/65:disabled {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-b-transparent\/70:disabled {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-b-transparent\/75:disabled {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-b-transparent\/80:disabled {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-b-transparent\/85:disabled {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-b-transparent\/90:disabled {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-b-transparent\/95:disabled {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-e-accent:disabled {
  border-inline-end-color: var(--border-accent);
}
.disabled\:border-e-calendar:disabled {
  border-inline-end-color: var(--border-calendar);
}
.disabled\:border-e-constant-black:disabled {
  border-inline-end-color: var(--general-constant-black);
}
.disabled\:border-e-constant-white:disabled {
  border-inline-end-color: var(--general-constant-white);
}
.disabled\:border-e-current:disabled {
  border-inline-end-color: currentColor;
}
.disabled\:border-e-focus:disabled {
  border-inline-end-color: var(--border-focus);
}
.disabled\:border-e-hover:disabled {
  border-inline-end-color: var(--border-hover);
}
.disabled\:border-e-inherit:disabled {
  border-inline-end-color: inherit;
}
.disabled\:border-e-input:disabled {
  border-inline-end-color: var(--border-input);
}
.disabled\:border-e-input-active:disabled {
  border-inline-end-color: var(--border-input-active);
}
.disabled\:border-e-input-active-hover:disabled {
  border-inline-end-color: var(--border-input-active-hover);
}
.disabled\:border-e-input-active-pressed:disabled {
  border-inline-end-color: var(--border-input-active-pressed);
}
.disabled\:border-e-input-caution:disabled {
  border-inline-end-color: var(--border-input-caution);
}
.disabled\:border-e-input-caution-hover:disabled {
  border-inline-end-color: var(--border-input-caution-hover);
}
.disabled\:border-e-input-caution-pressed:disabled {
  border-inline-end-color: var(--border-input-caution-pressed);
}
.disabled\:border-e-input-critical:disabled {
  border-inline-end-color: var(--border-input-critical);
}
.disabled\:border-e-input-critical-hover:disabled {
  border-inline-end-color: var(--border-input-critical-hover);
}
.disabled\:border-e-input-critical-pressed:disabled {
  border-inline-end-color: var(--border-input-critical-pressed);
}
.disabled\:border-e-input-disabled:disabled {
  border-inline-end-color: var(--border-input-disabled);
}
.disabled\:border-e-input-hover:disabled {
  border-inline-end-color: var(--border-input-hover);
}
.disabled\:border-e-palette-blue-border:disabled {
  border-inline-end-color: var(--palette-blue-border);
}
.disabled\:border-e-palette-dark-blue-border:disabled {
  border-inline-end-color: var(--palette-dark-blue-border);
}
.disabled\:border-e-palette-dark-gray-border:disabled {
  border-inline-end-color: var(--palette-dark-gray-border);
}
.disabled\:border-e-palette-dark-green-border:disabled {
  border-inline-end-color: var(--palette-dark-green-border);
}
.disabled\:border-e-palette-gray-border:disabled {
  border-inline-end-color: var(--palette-gray-border);
}
.disabled\:border-e-palette-green-border:disabled {
  border-inline-end-color: var(--palette-green-border);
}
.disabled\:border-e-palette-light-pink-border:disabled {
  border-inline-end-color: var(--palette-light-pink-border);
}
.disabled\:border-e-palette-maroon-border:disabled {
  border-inline-end-color: var(--palette-maroon-border);
}
.disabled\:border-e-palette-orange-border:disabled {
  border-inline-end-color: var(--palette-orange-border);
}
.disabled\:border-e-palette-pink-border:disabled {
  border-inline-end-color: var(--palette-pink-border);
}
.disabled\:border-e-palette-red-border:disabled {
  border-inline-end-color: var(--palette-red-border);
}
.disabled\:border-e-palette-violet-border:disabled {
  border-inline-end-color: var(--palette-violet-border);
}
.disabled\:border-e-palette-yellow-border:disabled {
  border-inline-end-color: var(--palette-yellow-border);
}
.disabled\:border-e-primary:disabled {
  border-inline-end-color: var(--border-primary);
}
.disabled\:border-e-secondary:disabled {
  border-inline-end-color: var(--border-secondary);
}
.disabled\:border-e-status-available:disabled {
  border-inline-end-color: var(--status-available);
}
.disabled\:border-e-status-away:disabled {
  border-inline-end-color: var(--status-away);
}
.disabled\:border-e-status-border:disabled {
  border-inline-end-color: var(--status-border);
}
.disabled\:border-e-status-busy:disabled {
  border-inline-end-color: var(--status-busy);
}
.disabled\:border-e-status-icon:disabled {
  border-inline-end-color: var(--status-icon);
}
.disabled\:border-e-status-offline:disabled {
  border-inline-end-color: var(--status-offline);
}
.disabled\:border-e-tertiary:disabled {
  border-inline-end-color: var(--border-tertiary);
}
.disabled\:border-e-transparent:disabled {
  border-inline-end-color: transparent;
}
.disabled\:border-e-transparent\/0:disabled {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.disabled\:border-e-transparent\/10:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-e-transparent\/100:disabled {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.disabled\:border-e-transparent\/15:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-e-transparent\/20:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-e-transparent\/25:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-e-transparent\/30:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-e-transparent\/35:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-e-transparent\/40:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-e-transparent\/45:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-e-transparent\/5:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-e-transparent\/50:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-e-transparent\/55:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-e-transparent\/60:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-e-transparent\/65:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-e-transparent\/70:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-e-transparent\/75:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-e-transparent\/80:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-e-transparent\/85:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-e-transparent\/90:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-e-transparent\/95:disabled {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-l-accent:disabled {
  border-left-color: var(--border-accent);
}
.disabled\:border-l-calendar:disabled {
  border-left-color: var(--border-calendar);
}
.disabled\:border-l-constant-black:disabled {
  border-left-color: var(--general-constant-black);
}
.disabled\:border-l-constant-white:disabled {
  border-left-color: var(--general-constant-white);
}
.disabled\:border-l-current:disabled {
  border-left-color: currentColor;
}
.disabled\:border-l-focus:disabled {
  border-left-color: var(--border-focus);
}
.disabled\:border-l-hover:disabled {
  border-left-color: var(--border-hover);
}
.disabled\:border-l-inherit:disabled {
  border-left-color: inherit;
}
.disabled\:border-l-input:disabled {
  border-left-color: var(--border-input);
}
.disabled\:border-l-input-active:disabled {
  border-left-color: var(--border-input-active);
}
.disabled\:border-l-input-active-hover:disabled {
  border-left-color: var(--border-input-active-hover);
}
.disabled\:border-l-input-active-pressed:disabled {
  border-left-color: var(--border-input-active-pressed);
}
.disabled\:border-l-input-caution:disabled {
  border-left-color: var(--border-input-caution);
}
.disabled\:border-l-input-caution-hover:disabled {
  border-left-color: var(--border-input-caution-hover);
}
.disabled\:border-l-input-caution-pressed:disabled {
  border-left-color: var(--border-input-caution-pressed);
}
.disabled\:border-l-input-critical:disabled {
  border-left-color: var(--border-input-critical);
}
.disabled\:border-l-input-critical-hover:disabled {
  border-left-color: var(--border-input-critical-hover);
}
.disabled\:border-l-input-critical-pressed:disabled {
  border-left-color: var(--border-input-critical-pressed);
}
.disabled\:border-l-input-disabled:disabled {
  border-left-color: var(--border-input-disabled);
}
.disabled\:border-l-input-hover:disabled {
  border-left-color: var(--border-input-hover);
}
.disabled\:border-l-palette-blue-border:disabled {
  border-left-color: var(--palette-blue-border);
}
.disabled\:border-l-palette-dark-blue-border:disabled {
  border-left-color: var(--palette-dark-blue-border);
}
.disabled\:border-l-palette-dark-gray-border:disabled {
  border-left-color: var(--palette-dark-gray-border);
}
.disabled\:border-l-palette-dark-green-border:disabled {
  border-left-color: var(--palette-dark-green-border);
}
.disabled\:border-l-palette-gray-border:disabled {
  border-left-color: var(--palette-gray-border);
}
.disabled\:border-l-palette-green-border:disabled {
  border-left-color: var(--palette-green-border);
}
.disabled\:border-l-palette-light-pink-border:disabled {
  border-left-color: var(--palette-light-pink-border);
}
.disabled\:border-l-palette-maroon-border:disabled {
  border-left-color: var(--palette-maroon-border);
}
.disabled\:border-l-palette-orange-border:disabled {
  border-left-color: var(--palette-orange-border);
}
.disabled\:border-l-palette-pink-border:disabled {
  border-left-color: var(--palette-pink-border);
}
.disabled\:border-l-palette-red-border:disabled {
  border-left-color: var(--palette-red-border);
}
.disabled\:border-l-palette-violet-border:disabled {
  border-left-color: var(--palette-violet-border);
}
.disabled\:border-l-palette-yellow-border:disabled {
  border-left-color: var(--palette-yellow-border);
}
.disabled\:border-l-primary:disabled {
  border-left-color: var(--border-primary);
}
.disabled\:border-l-secondary:disabled {
  border-left-color: var(--border-secondary);
}
.disabled\:border-l-status-available:disabled {
  border-left-color: var(--status-available);
}
.disabled\:border-l-status-away:disabled {
  border-left-color: var(--status-away);
}
.disabled\:border-l-status-border:disabled {
  border-left-color: var(--status-border);
}
.disabled\:border-l-status-busy:disabled {
  border-left-color: var(--status-busy);
}
.disabled\:border-l-status-icon:disabled {
  border-left-color: var(--status-icon);
}
.disabled\:border-l-status-offline:disabled {
  border-left-color: var(--status-offline);
}
.disabled\:border-l-tertiary:disabled {
  border-left-color: var(--border-tertiary);
}
.disabled\:border-l-transparent:disabled {
  border-left-color: transparent;
}
.disabled\:border-l-transparent\/0:disabled {
  border-left-color: rgb(0 0 0 / 0);
}
.disabled\:border-l-transparent\/10:disabled {
  border-left-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-l-transparent\/100:disabled {
  border-left-color: rgb(0 0 0 / 1);
}
.disabled\:border-l-transparent\/15:disabled {
  border-left-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-l-transparent\/20:disabled {
  border-left-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-l-transparent\/25:disabled {
  border-left-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-l-transparent\/30:disabled {
  border-left-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-l-transparent\/35:disabled {
  border-left-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-l-transparent\/40:disabled {
  border-left-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-l-transparent\/45:disabled {
  border-left-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-l-transparent\/5:disabled {
  border-left-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-l-transparent\/50:disabled {
  border-left-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-l-transparent\/55:disabled {
  border-left-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-l-transparent\/60:disabled {
  border-left-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-l-transparent\/65:disabled {
  border-left-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-l-transparent\/70:disabled {
  border-left-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-l-transparent\/75:disabled {
  border-left-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-l-transparent\/80:disabled {
  border-left-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-l-transparent\/85:disabled {
  border-left-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-l-transparent\/90:disabled {
  border-left-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-l-transparent\/95:disabled {
  border-left-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-r-accent:disabled {
  border-right-color: var(--border-accent);
}
.disabled\:border-r-calendar:disabled {
  border-right-color: var(--border-calendar);
}
.disabled\:border-r-constant-black:disabled {
  border-right-color: var(--general-constant-black);
}
.disabled\:border-r-constant-white:disabled {
  border-right-color: var(--general-constant-white);
}
.disabled\:border-r-current:disabled {
  border-right-color: currentColor;
}
.disabled\:border-r-focus:disabled {
  border-right-color: var(--border-focus);
}
.disabled\:border-r-hover:disabled {
  border-right-color: var(--border-hover);
}
.disabled\:border-r-inherit:disabled {
  border-right-color: inherit;
}
.disabled\:border-r-input:disabled {
  border-right-color: var(--border-input);
}
.disabled\:border-r-input-active:disabled {
  border-right-color: var(--border-input-active);
}
.disabled\:border-r-input-active-hover:disabled {
  border-right-color: var(--border-input-active-hover);
}
.disabled\:border-r-input-active-pressed:disabled {
  border-right-color: var(--border-input-active-pressed);
}
.disabled\:border-r-input-caution:disabled {
  border-right-color: var(--border-input-caution);
}
.disabled\:border-r-input-caution-hover:disabled {
  border-right-color: var(--border-input-caution-hover);
}
.disabled\:border-r-input-caution-pressed:disabled {
  border-right-color: var(--border-input-caution-pressed);
}
.disabled\:border-r-input-critical:disabled {
  border-right-color: var(--border-input-critical);
}
.disabled\:border-r-input-critical-hover:disabled {
  border-right-color: var(--border-input-critical-hover);
}
.disabled\:border-r-input-critical-pressed:disabled {
  border-right-color: var(--border-input-critical-pressed);
}
.disabled\:border-r-input-disabled:disabled {
  border-right-color: var(--border-input-disabled);
}
.disabled\:border-r-input-hover:disabled {
  border-right-color: var(--border-input-hover);
}
.disabled\:border-r-palette-blue-border:disabled {
  border-right-color: var(--palette-blue-border);
}
.disabled\:border-r-palette-dark-blue-border:disabled {
  border-right-color: var(--palette-dark-blue-border);
}
.disabled\:border-r-palette-dark-gray-border:disabled {
  border-right-color: var(--palette-dark-gray-border);
}
.disabled\:border-r-palette-dark-green-border:disabled {
  border-right-color: var(--palette-dark-green-border);
}
.disabled\:border-r-palette-gray-border:disabled {
  border-right-color: var(--palette-gray-border);
}
.disabled\:border-r-palette-green-border:disabled {
  border-right-color: var(--palette-green-border);
}
.disabled\:border-r-palette-light-pink-border:disabled {
  border-right-color: var(--palette-light-pink-border);
}
.disabled\:border-r-palette-maroon-border:disabled {
  border-right-color: var(--palette-maroon-border);
}
.disabled\:border-r-palette-orange-border:disabled {
  border-right-color: var(--palette-orange-border);
}
.disabled\:border-r-palette-pink-border:disabled {
  border-right-color: var(--palette-pink-border);
}
.disabled\:border-r-palette-red-border:disabled {
  border-right-color: var(--palette-red-border);
}
.disabled\:border-r-palette-violet-border:disabled {
  border-right-color: var(--palette-violet-border);
}
.disabled\:border-r-palette-yellow-border:disabled {
  border-right-color: var(--palette-yellow-border);
}
.disabled\:border-r-primary:disabled {
  border-right-color: var(--border-primary);
}
.disabled\:border-r-secondary:disabled {
  border-right-color: var(--border-secondary);
}
.disabled\:border-r-status-available:disabled {
  border-right-color: var(--status-available);
}
.disabled\:border-r-status-away:disabled {
  border-right-color: var(--status-away);
}
.disabled\:border-r-status-border:disabled {
  border-right-color: var(--status-border);
}
.disabled\:border-r-status-busy:disabled {
  border-right-color: var(--status-busy);
}
.disabled\:border-r-status-icon:disabled {
  border-right-color: var(--status-icon);
}
.disabled\:border-r-status-offline:disabled {
  border-right-color: var(--status-offline);
}
.disabled\:border-r-tertiary:disabled {
  border-right-color: var(--border-tertiary);
}
.disabled\:border-r-transparent:disabled {
  border-right-color: transparent;
}
.disabled\:border-r-transparent\/0:disabled {
  border-right-color: rgb(0 0 0 / 0);
}
.disabled\:border-r-transparent\/10:disabled {
  border-right-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-r-transparent\/100:disabled {
  border-right-color: rgb(0 0 0 / 1);
}
.disabled\:border-r-transparent\/15:disabled {
  border-right-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-r-transparent\/20:disabled {
  border-right-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-r-transparent\/25:disabled {
  border-right-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-r-transparent\/30:disabled {
  border-right-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-r-transparent\/35:disabled {
  border-right-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-r-transparent\/40:disabled {
  border-right-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-r-transparent\/45:disabled {
  border-right-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-r-transparent\/5:disabled {
  border-right-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-r-transparent\/50:disabled {
  border-right-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-r-transparent\/55:disabled {
  border-right-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-r-transparent\/60:disabled {
  border-right-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-r-transparent\/65:disabled {
  border-right-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-r-transparent\/70:disabled {
  border-right-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-r-transparent\/75:disabled {
  border-right-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-r-transparent\/80:disabled {
  border-right-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-r-transparent\/85:disabled {
  border-right-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-r-transparent\/90:disabled {
  border-right-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-r-transparent\/95:disabled {
  border-right-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-s-accent:disabled {
  border-inline-start-color: var(--border-accent);
}
.disabled\:border-s-calendar:disabled {
  border-inline-start-color: var(--border-calendar);
}
.disabled\:border-s-constant-black:disabled {
  border-inline-start-color: var(--general-constant-black);
}
.disabled\:border-s-constant-white:disabled {
  border-inline-start-color: var(--general-constant-white);
}
.disabled\:border-s-current:disabled {
  border-inline-start-color: currentColor;
}
.disabled\:border-s-focus:disabled {
  border-inline-start-color: var(--border-focus);
}
.disabled\:border-s-hover:disabled {
  border-inline-start-color: var(--border-hover);
}
.disabled\:border-s-inherit:disabled {
  border-inline-start-color: inherit;
}
.disabled\:border-s-input:disabled {
  border-inline-start-color: var(--border-input);
}
.disabled\:border-s-input-active:disabled {
  border-inline-start-color: var(--border-input-active);
}
.disabled\:border-s-input-active-hover:disabled {
  border-inline-start-color: var(--border-input-active-hover);
}
.disabled\:border-s-input-active-pressed:disabled {
  border-inline-start-color: var(--border-input-active-pressed);
}
.disabled\:border-s-input-caution:disabled {
  border-inline-start-color: var(--border-input-caution);
}
.disabled\:border-s-input-caution-hover:disabled {
  border-inline-start-color: var(--border-input-caution-hover);
}
.disabled\:border-s-input-caution-pressed:disabled {
  border-inline-start-color: var(--border-input-caution-pressed);
}
.disabled\:border-s-input-critical:disabled {
  border-inline-start-color: var(--border-input-critical);
}
.disabled\:border-s-input-critical-hover:disabled {
  border-inline-start-color: var(--border-input-critical-hover);
}
.disabled\:border-s-input-critical-pressed:disabled {
  border-inline-start-color: var(--border-input-critical-pressed);
}
.disabled\:border-s-input-disabled:disabled {
  border-inline-start-color: var(--border-input-disabled);
}
.disabled\:border-s-input-hover:disabled {
  border-inline-start-color: var(--border-input-hover);
}
.disabled\:border-s-palette-blue-border:disabled {
  border-inline-start-color: var(--palette-blue-border);
}
.disabled\:border-s-palette-dark-blue-border:disabled {
  border-inline-start-color: var(--palette-dark-blue-border);
}
.disabled\:border-s-palette-dark-gray-border:disabled {
  border-inline-start-color: var(--palette-dark-gray-border);
}
.disabled\:border-s-palette-dark-green-border:disabled {
  border-inline-start-color: var(--palette-dark-green-border);
}
.disabled\:border-s-palette-gray-border:disabled {
  border-inline-start-color: var(--palette-gray-border);
}
.disabled\:border-s-palette-green-border:disabled {
  border-inline-start-color: var(--palette-green-border);
}
.disabled\:border-s-palette-light-pink-border:disabled {
  border-inline-start-color: var(--palette-light-pink-border);
}
.disabled\:border-s-palette-maroon-border:disabled {
  border-inline-start-color: var(--palette-maroon-border);
}
.disabled\:border-s-palette-orange-border:disabled {
  border-inline-start-color: var(--palette-orange-border);
}
.disabled\:border-s-palette-pink-border:disabled {
  border-inline-start-color: var(--palette-pink-border);
}
.disabled\:border-s-palette-red-border:disabled {
  border-inline-start-color: var(--palette-red-border);
}
.disabled\:border-s-palette-violet-border:disabled {
  border-inline-start-color: var(--palette-violet-border);
}
.disabled\:border-s-palette-yellow-border:disabled {
  border-inline-start-color: var(--palette-yellow-border);
}
.disabled\:border-s-primary:disabled {
  border-inline-start-color: var(--border-primary);
}
.disabled\:border-s-secondary:disabled {
  border-inline-start-color: var(--border-secondary);
}
.disabled\:border-s-status-available:disabled {
  border-inline-start-color: var(--status-available);
}
.disabled\:border-s-status-away:disabled {
  border-inline-start-color: var(--status-away);
}
.disabled\:border-s-status-border:disabled {
  border-inline-start-color: var(--status-border);
}
.disabled\:border-s-status-busy:disabled {
  border-inline-start-color: var(--status-busy);
}
.disabled\:border-s-status-icon:disabled {
  border-inline-start-color: var(--status-icon);
}
.disabled\:border-s-status-offline:disabled {
  border-inline-start-color: var(--status-offline);
}
.disabled\:border-s-tertiary:disabled {
  border-inline-start-color: var(--border-tertiary);
}
.disabled\:border-s-transparent:disabled {
  border-inline-start-color: transparent;
}
.disabled\:border-s-transparent\/0:disabled {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.disabled\:border-s-transparent\/10:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-s-transparent\/100:disabled {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.disabled\:border-s-transparent\/15:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-s-transparent\/20:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-s-transparent\/25:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-s-transparent\/30:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-s-transparent\/35:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-s-transparent\/40:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-s-transparent\/45:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-s-transparent\/5:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-s-transparent\/50:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-s-transparent\/55:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-s-transparent\/60:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-s-transparent\/65:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-s-transparent\/70:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-s-transparent\/75:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-s-transparent\/80:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-s-transparent\/85:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-s-transparent\/90:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-s-transparent\/95:disabled {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-t-accent:disabled {
  border-top-color: var(--border-accent);
}
.disabled\:border-t-calendar:disabled {
  border-top-color: var(--border-calendar);
}
.disabled\:border-t-constant-black:disabled {
  border-top-color: var(--general-constant-black);
}
.disabled\:border-t-constant-white:disabled {
  border-top-color: var(--general-constant-white);
}
.disabled\:border-t-current:disabled {
  border-top-color: currentColor;
}
.disabled\:border-t-focus:disabled {
  border-top-color: var(--border-focus);
}
.disabled\:border-t-hover:disabled {
  border-top-color: var(--border-hover);
}
.disabled\:border-t-inherit:disabled {
  border-top-color: inherit;
}
.disabled\:border-t-input:disabled {
  border-top-color: var(--border-input);
}
.disabled\:border-t-input-active:disabled {
  border-top-color: var(--border-input-active);
}
.disabled\:border-t-input-active-hover:disabled {
  border-top-color: var(--border-input-active-hover);
}
.disabled\:border-t-input-active-pressed:disabled {
  border-top-color: var(--border-input-active-pressed);
}
.disabled\:border-t-input-caution:disabled {
  border-top-color: var(--border-input-caution);
}
.disabled\:border-t-input-caution-hover:disabled {
  border-top-color: var(--border-input-caution-hover);
}
.disabled\:border-t-input-caution-pressed:disabled {
  border-top-color: var(--border-input-caution-pressed);
}
.disabled\:border-t-input-critical:disabled {
  border-top-color: var(--border-input-critical);
}
.disabled\:border-t-input-critical-hover:disabled {
  border-top-color: var(--border-input-critical-hover);
}
.disabled\:border-t-input-critical-pressed:disabled {
  border-top-color: var(--border-input-critical-pressed);
}
.disabled\:border-t-input-disabled:disabled {
  border-top-color: var(--border-input-disabled);
}
.disabled\:border-t-input-hover:disabled {
  border-top-color: var(--border-input-hover);
}
.disabled\:border-t-palette-blue-border:disabled {
  border-top-color: var(--palette-blue-border);
}
.disabled\:border-t-palette-dark-blue-border:disabled {
  border-top-color: var(--palette-dark-blue-border);
}
.disabled\:border-t-palette-dark-gray-border:disabled {
  border-top-color: var(--palette-dark-gray-border);
}
.disabled\:border-t-palette-dark-green-border:disabled {
  border-top-color: var(--palette-dark-green-border);
}
.disabled\:border-t-palette-gray-border:disabled {
  border-top-color: var(--palette-gray-border);
}
.disabled\:border-t-palette-green-border:disabled {
  border-top-color: var(--palette-green-border);
}
.disabled\:border-t-palette-light-pink-border:disabled {
  border-top-color: var(--palette-light-pink-border);
}
.disabled\:border-t-palette-maroon-border:disabled {
  border-top-color: var(--palette-maroon-border);
}
.disabled\:border-t-palette-orange-border:disabled {
  border-top-color: var(--palette-orange-border);
}
.disabled\:border-t-palette-pink-border:disabled {
  border-top-color: var(--palette-pink-border);
}
.disabled\:border-t-palette-red-border:disabled {
  border-top-color: var(--palette-red-border);
}
.disabled\:border-t-palette-violet-border:disabled {
  border-top-color: var(--palette-violet-border);
}
.disabled\:border-t-palette-yellow-border:disabled {
  border-top-color: var(--palette-yellow-border);
}
.disabled\:border-t-primary:disabled {
  border-top-color: var(--border-primary);
}
.disabled\:border-t-secondary:disabled {
  border-top-color: var(--border-secondary);
}
.disabled\:border-t-status-available:disabled {
  border-top-color: var(--status-available);
}
.disabled\:border-t-status-away:disabled {
  border-top-color: var(--status-away);
}
.disabled\:border-t-status-border:disabled {
  border-top-color: var(--status-border);
}
.disabled\:border-t-status-busy:disabled {
  border-top-color: var(--status-busy);
}
.disabled\:border-t-status-icon:disabled {
  border-top-color: var(--status-icon);
}
.disabled\:border-t-status-offline:disabled {
  border-top-color: var(--status-offline);
}
.disabled\:border-t-tertiary:disabled {
  border-top-color: var(--border-tertiary);
}
.disabled\:border-t-transparent:disabled {
  border-top-color: transparent;
}
.disabled\:border-t-transparent\/0:disabled {
  border-top-color: rgb(0 0 0 / 0);
}
.disabled\:border-t-transparent\/10:disabled {
  border-top-color: rgb(0 0 0 / 0.1);
}
.disabled\:border-t-transparent\/100:disabled {
  border-top-color: rgb(0 0 0 / 1);
}
.disabled\:border-t-transparent\/15:disabled {
  border-top-color: rgb(0 0 0 / 0.15);
}
.disabled\:border-t-transparent\/20:disabled {
  border-top-color: rgb(0 0 0 / 0.2);
}
.disabled\:border-t-transparent\/25:disabled {
  border-top-color: rgb(0 0 0 / 0.25);
}
.disabled\:border-t-transparent\/30:disabled {
  border-top-color: rgb(0 0 0 / 0.3);
}
.disabled\:border-t-transparent\/35:disabled {
  border-top-color: rgb(0 0 0 / 0.35);
}
.disabled\:border-t-transparent\/40:disabled {
  border-top-color: rgb(0 0 0 / 0.4);
}
.disabled\:border-t-transparent\/45:disabled {
  border-top-color: rgb(0 0 0 / 0.45);
}
.disabled\:border-t-transparent\/5:disabled {
  border-top-color: rgb(0 0 0 / 0.05);
}
.disabled\:border-t-transparent\/50:disabled {
  border-top-color: rgb(0 0 0 / 0.5);
}
.disabled\:border-t-transparent\/55:disabled {
  border-top-color: rgb(0 0 0 / 0.55);
}
.disabled\:border-t-transparent\/60:disabled {
  border-top-color: rgb(0 0 0 / 0.6);
}
.disabled\:border-t-transparent\/65:disabled {
  border-top-color: rgb(0 0 0 / 0.65);
}
.disabled\:border-t-transparent\/70:disabled {
  border-top-color: rgb(0 0 0 / 0.7);
}
.disabled\:border-t-transparent\/75:disabled {
  border-top-color: rgb(0 0 0 / 0.75);
}
.disabled\:border-t-transparent\/80:disabled {
  border-top-color: rgb(0 0 0 / 0.8);
}
.disabled\:border-t-transparent\/85:disabled {
  border-top-color: rgb(0 0 0 / 0.85);
}
.disabled\:border-t-transparent\/90:disabled {
  border-top-color: rgb(0 0 0 / 0.9);
}
.disabled\:border-t-transparent\/95:disabled {
  border-top-color: rgb(0 0 0 / 0.95);
}
.disabled\:border-opacity-0:disabled {
  --tw-border-opacity: 0;
}
.disabled\:border-opacity-10:disabled {
  --tw-border-opacity: 0.1;
}
.disabled\:border-opacity-100:disabled {
  --tw-border-opacity: 1;
}
.disabled\:border-opacity-15:disabled {
  --tw-border-opacity: 0.15;
}
.disabled\:border-opacity-20:disabled {
  --tw-border-opacity: 0.2;
}
.disabled\:border-opacity-25:disabled {
  --tw-border-opacity: 0.25;
}
.disabled\:border-opacity-30:disabled {
  --tw-border-opacity: 0.3;
}
.disabled\:border-opacity-35:disabled {
  --tw-border-opacity: 0.35;
}
.disabled\:border-opacity-40:disabled {
  --tw-border-opacity: 0.4;
}
.disabled\:border-opacity-45:disabled {
  --tw-border-opacity: 0.45;
}
.disabled\:border-opacity-5:disabled {
  --tw-border-opacity: 0.05;
}
.disabled\:border-opacity-50:disabled {
  --tw-border-opacity: 0.5;
}
.disabled\:border-opacity-55:disabled {
  --tw-border-opacity: 0.55;
}
.disabled\:border-opacity-60:disabled {
  --tw-border-opacity: 0.6;
}
.disabled\:border-opacity-65:disabled {
  --tw-border-opacity: 0.65;
}
.disabled\:border-opacity-70:disabled {
  --tw-border-opacity: 0.7;
}
.disabled\:border-opacity-75:disabled {
  --tw-border-opacity: 0.75;
}
.disabled\:border-opacity-80:disabled {
  --tw-border-opacity: 0.8;
}
.disabled\:border-opacity-85:disabled {
  --tw-border-opacity: 0.85;
}
.disabled\:border-opacity-90:disabled {
  --tw-border-opacity: 0.9;
}
.disabled\:border-opacity-95:disabled {
  --tw-border-opacity: 0.95;
}
.disabled\:bg-accent:disabled {
  background-color: var(--background-accent);
}
.disabled\:bg-accent-hover:disabled {
  background-color: var(--background-accent-hover);
}
.disabled\:bg-accent-pressed:disabled {
  background-color: var(--background-accent-pressed);
}
.disabled\:bg-accent-secondary:disabled {
  background-color: var(--background-accent-secondary);
}
.disabled\:bg-accent-secondary-hover:disabled {
  background-color: var(--background-accent-secondary-hover);
}
.disabled\:bg-accent-secondary-pressed:disabled {
  background-color: var(--background-accent-secondary-pressed);
}
.disabled\:bg-accent-tertiary:disabled {
  background-color: var(--background-accent-tertiary);
}
.disabled\:bg-accent-tertiary-hover:disabled {
  background-color: var(--background-accent-tertiary-hover);
}
.disabled\:bg-accent-tertiary-pressed:disabled {
  background-color: var(--background-accent-tertiary-pressed);
}
.disabled\:bg-avatar:disabled {
  background-color: var(--background-avatar);
}
.disabled\:bg-avatar-hover:disabled {
  background-color: var(--background-avatar-hover);
}
.disabled\:bg-calendar:disabled {
  background-color: var(--background-calendar);
}
.disabled\:bg-calendar-disabled:disabled {
  background-color: var(--background-calendar-disabled);
}
.disabled\:bg-canvas:disabled {
  background-color: var(--background-canvas);
}
.disabled\:bg-canvas-secondary:disabled {
  background-color: var(--background-canvas-secondary);
}
.disabled\:bg-canvas-tertiary:disabled {
  background-color: var(--background-canvas-tertiary);
}
.disabled\:bg-caution:disabled {
  background-color: var(--background-caution);
}
.disabled\:bg-caution-hover:disabled {
  background-color: var(--background-caution-hover);
}
.disabled\:bg-caution-pressed:disabled {
  background-color: var(--background-caution-pressed);
}
.disabled\:bg-caution-secondary:disabled {
  background-color: var(--background-caution-secondary);
}
.disabled\:bg-constant-black:disabled {
  background-color: var(--general-constant-black);
}
.disabled\:bg-constant-white:disabled {
  background-color: var(--general-constant-white);
}
.disabled\:bg-critical:disabled {
  background-color: var(--background-critical);
}
.disabled\:bg-critical-hover:disabled {
  background-color: var(--background-critical-hover);
}
.disabled\:bg-critical-pressed:disabled {
  background-color: var(--background-critical-pressed);
}
.disabled\:bg-critical-secondary:disabled {
  background-color: var(--background-critical-secondary);
}
.disabled\:bg-critical-secondary-hover:disabled {
  background-color: var(--background-critical-secondary-hover);
}
.disabled\:bg-critical-secondary-pressed:disabled {
  background-color: var(--background-critical-secondary-pressed);
}
.disabled\:bg-current:disabled {
  background-color: currentColor;
}
.disabled\:bg-decoration-brand:disabled {
  background-color: var(--decoration-brand);
}
.disabled\:bg-decoration-facebook:disabled {
  background-color: var(--decoration-facebook);
}
.disabled\:bg-decoration-instagram:disabled {
  background-color: var(--decoration-instagram);
}
.disabled\:bg-decoration-teleport:disabled {
  background-color: var(--decoration-teleport);
}
.disabled\:bg-decoration-twitter:disabled {
  background-color: var(--decoration-twitter);
}
.disabled\:bg-decoration-whatsapp:disabled {
  background-color: var(--decoration-whatsapp);
}
.disabled\:bg-decoration-youtube:disabled {
  background-color: var(--decoration-youtube);
}
.disabled\:bg-inherit:disabled {
  background-color: inherit;
}
.disabled\:bg-inverse:disabled {
  background-color: var(--background-inverse);
}
.disabled\:bg-inverse-hover:disabled {
  background-color: var(--background-inverse-hover);
}
.disabled\:bg-inverse-pressed:disabled {
  background-color: var(--background-inverse-pressed);
}
.disabled\:bg-inverse-secondary:disabled {
  background-color: var(--background-inverse-secondary);
}
.disabled\:bg-inverse-tertiary:disabled {
  background-color: var(--background-inverse-tertiary);
}
.disabled\:bg-inverse-tertiary-hover:disabled {
  background-color: var(--background-inverse-tertiary-hover);
}
.disabled\:bg-inverse-tertiary-pressed:disabled {
  background-color: var(--background-inverse-tertiary-pressed);
}
.disabled\:bg-menu:disabled {
  background-color: var(--background-menu);
}
.disabled\:bg-modal-overlay:disabled {
  background-color: var(--background-modal-overlay);
}
.disabled\:bg-neutral:disabled {
  background-color: var(--background-neutral);
}
.disabled\:bg-neutral-active:disabled {
  background-color: var(--background-neutral-active);
}
.disabled\:bg-neutral-disabled:disabled {
  background-color: var(--background-neutral-disabled);
}
.disabled\:bg-neutral-hover:disabled {
  background-color: var(--background-neutral-hover);
}
.disabled\:bg-neutral-pressed:disabled {
  background-color: var(--background-neutral-pressed);
}
.disabled\:bg-neutral-secondary:disabled {
  background-color: var(--background-neutral-secondary);
}
.disabled\:bg-neutral-secondary-hover:disabled {
  background-color: var(--background-neutral-secondary-hover);
}
.disabled\:bg-neutral-secondary-pressed:disabled {
  background-color: var(--background-neutral-secondary-pressed);
}
.disabled\:bg-neutral-tertiary:disabled {
  background-color: var(--background-neutral-tertiary);
}
.disabled\:bg-neutral-tertiary-hover:disabled {
  background-color: var(--background-neutral-tertiary-hover);
}
.disabled\:bg-palette-blue-background:disabled {
  background-color: var(--palette-blue-background);
}
.disabled\:bg-palette-blue-background-active:disabled {
  background-color: var(--palette-blue-background-active);
}
.disabled\:bg-palette-blue-background-hover:disabled {
  background-color: var(--palette-blue-background-hover);
}
.disabled\:bg-palette-dark-blue-background:disabled {
  background-color: var(--palette-dark-blue-background);
}
.disabled\:bg-palette-dark-blue-background-active:disabled {
  background-color: var(--palette-dark-blue-background-active);
}
.disabled\:bg-palette-dark-blue-background-hover:disabled {
  background-color: var(--palette-dark-blue-background-hover);
}
.disabled\:bg-palette-dark-gray-background:disabled {
  background-color: var(--palette-dark-gray-background);
}
.disabled\:bg-palette-dark-gray-background-active:disabled {
  background-color: var(--palette-dark-gray-background-active);
}
.disabled\:bg-palette-dark-gray-background-hover:disabled {
  background-color: var(--palette-dark-gray-background-hover);
}
.disabled\:bg-palette-dark-green-background:disabled {
  background-color: var(--palette-dark-green-background);
}
.disabled\:bg-palette-dark-green-background-active:disabled {
  background-color: var(--palette-dark-green-background-active);
}
.disabled\:bg-palette-dark-green-background-hover:disabled {
  background-color: var(--palette-dark-green-background-hover);
}
.disabled\:bg-palette-gray-background:disabled {
  background-color: var(--palette-gray-background);
}
.disabled\:bg-palette-gray-background-active:disabled {
  background-color: var(--palette-gray-background-active);
}
.disabled\:bg-palette-gray-background-hover:disabled {
  background-color: var(--palette-gray-background-hover);
}
.disabled\:bg-palette-green-background:disabled {
  background-color: var(--palette-green-background);
}
.disabled\:bg-palette-green-background-active:disabled {
  background-color: var(--palette-green-background-active);
}
.disabled\:bg-palette-green-background-hover:disabled {
  background-color: var(--palette-green-background-hover);
}
.disabled\:bg-palette-light-pink-background:disabled {
  background-color: var(--palette-light-pink-background);
}
.disabled\:bg-palette-light-pink-background-active:disabled {
  background-color: var(--palette-light-pink-background-active);
}
.disabled\:bg-palette-light-pink-background-hover:disabled {
  background-color: var(--palette-light-pink-background-hover);
}
.disabled\:bg-palette-maroon-background:disabled {
  background-color: var(--palette-maroon-background);
}
.disabled\:bg-palette-maroon-background-active:disabled {
  background-color: var(--palette-maroon-background-active);
}
.disabled\:bg-palette-maroon-background-hover:disabled {
  background-color: var(--palette-maroon-background-hover);
}
.disabled\:bg-palette-orange-background:disabled {
  background-color: var(--palette-orange-background);
}
.disabled\:bg-palette-orange-background-active:disabled {
  background-color: var(--palette-orange-background-active);
}
.disabled\:bg-palette-orange-background-hover:disabled {
  background-color: var(--palette-orange-background-hover);
}
.disabled\:bg-palette-pink-background:disabled {
  background-color: var(--palette-pink-background);
}
.disabled\:bg-palette-pink-background-active:disabled {
  background-color: var(--palette-pink-background-active);
}
.disabled\:bg-palette-pink-background-hover:disabled {
  background-color: var(--palette-pink-background-hover);
}
.disabled\:bg-palette-red-background:disabled {
  background-color: var(--palette-red-background);
}
.disabled\:bg-palette-red-background-active:disabled {
  background-color: var(--palette-red-background-active);
}
.disabled\:bg-palette-red-background-hover:disabled {
  background-color: var(--palette-red-background-hover);
}
.disabled\:bg-palette-violet-background:disabled {
  background-color: var(--palette-violet-background);
}
.disabled\:bg-palette-violet-background-active:disabled {
  background-color: var(--palette-violet-background-active);
}
.disabled\:bg-palette-violet-background-hover:disabled {
  background-color: var(--palette-violet-background-hover);
}
.disabled\:bg-palette-yellow-background:disabled {
  background-color: var(--palette-yellow-background);
}
.disabled\:bg-palette-yellow-background-active:disabled {
  background-color: var(--palette-yellow-background-active);
}
.disabled\:bg-palette-yellow-background-hover:disabled {
  background-color: var(--palette-yellow-background-hover);
}
.disabled\:bg-positive:disabled {
  background-color: var(--background-positive);
}
.disabled\:bg-positive-hover:disabled {
  background-color: var(--background-positive-hover);
}
.disabled\:bg-positive-pressed:disabled {
  background-color: var(--background-positive-pressed);
}
.disabled\:bg-positive-secondary:disabled {
  background-color: var(--background-positive-secondary);
}
.disabled\:bg-positive-secondary-hover:disabled {
  background-color: var(--background-positive-secondary-hover);
}
.disabled\:bg-positive-secondary-pressed:disabled {
  background-color: var(--background-positive-secondary-pressed);
}
.disabled\:bg-status-available:disabled {
  background-color: var(--status-available);
}
.disabled\:bg-status-away:disabled {
  background-color: var(--status-away);
}
.disabled\:bg-status-border:disabled {
  background-color: var(--status-border);
}
.disabled\:bg-status-busy:disabled {
  background-color: var(--status-busy);
}
.disabled\:bg-status-icon:disabled {
  background-color: var(--status-icon);
}
.disabled\:bg-status-offline:disabled {
  background-color: var(--status-offline);
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:bg-transparent\/0:disabled {
  background-color: rgb(0 0 0 / 0);
}
.disabled\:bg-transparent\/10:disabled {
  background-color: rgb(0 0 0 / 0.1);
}
.disabled\:bg-transparent\/100:disabled {
  background-color: rgb(0 0 0 / 1);
}
.disabled\:bg-transparent\/15:disabled {
  background-color: rgb(0 0 0 / 0.15);
}
.disabled\:bg-transparent\/20:disabled {
  background-color: rgb(0 0 0 / 0.2);
}
.disabled\:bg-transparent\/25:disabled {
  background-color: rgb(0 0 0 / 0.25);
}
.disabled\:bg-transparent\/30:disabled {
  background-color: rgb(0 0 0 / 0.3);
}
.disabled\:bg-transparent\/35:disabled {
  background-color: rgb(0 0 0 / 0.35);
}
.disabled\:bg-transparent\/40:disabled {
  background-color: rgb(0 0 0 / 0.4);
}
.disabled\:bg-transparent\/45:disabled {
  background-color: rgb(0 0 0 / 0.45);
}
.disabled\:bg-transparent\/5:disabled {
  background-color: rgb(0 0 0 / 0.05);
}
.disabled\:bg-transparent\/50:disabled {
  background-color: rgb(0 0 0 / 0.5);
}
.disabled\:bg-transparent\/55:disabled {
  background-color: rgb(0 0 0 / 0.55);
}
.disabled\:bg-transparent\/60:disabled {
  background-color: rgb(0 0 0 / 0.6);
}
.disabled\:bg-transparent\/65:disabled {
  background-color: rgb(0 0 0 / 0.65);
}
.disabled\:bg-transparent\/70:disabled {
  background-color: rgb(0 0 0 / 0.7);
}
.disabled\:bg-transparent\/75:disabled {
  background-color: rgb(0 0 0 / 0.75);
}
.disabled\:bg-transparent\/80:disabled {
  background-color: rgb(0 0 0 / 0.8);
}
.disabled\:bg-transparent\/85:disabled {
  background-color: rgb(0 0 0 / 0.85);
}
.disabled\:bg-transparent\/90:disabled {
  background-color: rgb(0 0 0 / 0.9);
}
.disabled\:bg-transparent\/95:disabled {
  background-color: rgb(0 0 0 / 0.95);
}
.disabled\:bg-opacity-0:disabled {
  --tw-bg-opacity: 0;
}
.disabled\:bg-opacity-10:disabled {
  --tw-bg-opacity: 0.1;
}
.disabled\:bg-opacity-100:disabled {
  --tw-bg-opacity: 1;
}
.disabled\:bg-opacity-15:disabled {
  --tw-bg-opacity: 0.15;
}
.disabled\:bg-opacity-20:disabled {
  --tw-bg-opacity: 0.2;
}
.disabled\:bg-opacity-25:disabled {
  --tw-bg-opacity: 0.25;
}
.disabled\:bg-opacity-30:disabled {
  --tw-bg-opacity: 0.3;
}
.disabled\:bg-opacity-35:disabled {
  --tw-bg-opacity: 0.35;
}
.disabled\:bg-opacity-40:disabled {
  --tw-bg-opacity: 0.4;
}
.disabled\:bg-opacity-45:disabled {
  --tw-bg-opacity: 0.45;
}
.disabled\:bg-opacity-5:disabled {
  --tw-bg-opacity: 0.05;
}
.disabled\:bg-opacity-50:disabled {
  --tw-bg-opacity: 0.5;
}
.disabled\:bg-opacity-55:disabled {
  --tw-bg-opacity: 0.55;
}
.disabled\:bg-opacity-60:disabled {
  --tw-bg-opacity: 0.6;
}
.disabled\:bg-opacity-65:disabled {
  --tw-bg-opacity: 0.65;
}
.disabled\:bg-opacity-70:disabled {
  --tw-bg-opacity: 0.7;
}
.disabled\:bg-opacity-75:disabled {
  --tw-bg-opacity: 0.75;
}
.disabled\:bg-opacity-80:disabled {
  --tw-bg-opacity: 0.8;
}
.disabled\:bg-opacity-85:disabled {
  --tw-bg-opacity: 0.85;
}
.disabled\:bg-opacity-90:disabled {
  --tw-bg-opacity: 0.9;
}
.disabled\:bg-opacity-95:disabled {
  --tw-bg-opacity: 0.95;
}
.disabled\:bg-gradient-to-b:disabled {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-bl:disabled {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-br:disabled {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-l:disabled {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-r:disabled {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-t:disabled {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-tl:disabled {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.disabled\:bg-gradient-to-tr:disabled {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.disabled\:bg-none:disabled {
  background-image: none;
}
.disabled\:bg-auto:disabled {
  background-size: auto;
}
.disabled\:bg-contain:disabled {
  background-size: contain;
}
.disabled\:bg-cover:disabled {
  background-size: cover;
}
.disabled\:bg-fixed:disabled {
  background-attachment: fixed;
}
.disabled\:bg-local:disabled {
  background-attachment: local;
}
.disabled\:bg-scroll:disabled {
  background-attachment: scroll;
}
.disabled\:bg-clip-border:disabled {
  background-clip: border-box;
}
.disabled\:bg-clip-padding:disabled {
  background-clip: padding-box;
}
.disabled\:bg-clip-content:disabled {
  background-clip: content-box;
}
.disabled\:bg-clip-text:disabled {
  -webkit-background-clip: text;
          background-clip: text;
}
.disabled\:bg-bottom:disabled {
  background-position: bottom;
}
.disabled\:bg-center:disabled {
  background-position: center;
}
.disabled\:bg-left:disabled {
  background-position: left;
}
.disabled\:bg-left-bottom:disabled {
  background-position: left bottom;
}
.disabled\:bg-left-top:disabled {
  background-position: left top;
}
.disabled\:bg-right:disabled {
  background-position: right;
}
.disabled\:bg-right-bottom:disabled {
  background-position: right bottom;
}
.disabled\:bg-right-top:disabled {
  background-position: right top;
}
.disabled\:bg-top:disabled {
  background-position: top;
}
.disabled\:bg-repeat:disabled {
  background-repeat: repeat;
}
.disabled\:bg-no-repeat:disabled {
  background-repeat: no-repeat;
}
.disabled\:bg-repeat-x:disabled {
  background-repeat: repeat-x;
}
.disabled\:bg-repeat-y:disabled {
  background-repeat: repeat-y;
}
.disabled\:bg-repeat-round:disabled {
  background-repeat: round;
}
.disabled\:bg-repeat-space:disabled {
  background-repeat: space;
}
.disabled\:bg-origin-border:disabled {
  background-origin: border-box;
}
.disabled\:bg-origin-padding:disabled {
  background-origin: padding-box;
}
.disabled\:bg-origin-content:disabled {
  background-origin: content-box;
}
.disabled\:fill-accent:disabled {
  fill: var(--icon-accent);
}
.disabled\:fill-caution:disabled {
  fill: var(--icon-caution);
}
.disabled\:fill-chart-accent-100:disabled {
  fill: var(--chart-accent-100);
}
.disabled\:fill-chart-accent-200:disabled {
  fill: var(--chart-accent-200);
}
.disabled\:fill-chart-accent-300:disabled {
  fill: var(--chart-accent-300);
}
.disabled\:fill-chart-accent-400:disabled {
  fill: var(--chart-accent-400);
}
.disabled\:fill-chart-accent-500:disabled {
  fill: var(--chart-accent-500);
}
.disabled\:fill-chart-accent-600:disabled {
  fill: var(--chart-accent-600);
}
.disabled\:fill-chart-accent-700:disabled {
  fill: var(--chart-accent-700);
}
.disabled\:fill-chart-accent-800:disabled {
  fill: var(--chart-accent-800);
}
.disabled\:fill-chart-neutral-100:disabled {
  fill: var(--chart-neutral-100);
}
.disabled\:fill-chart-neutral-200:disabled {
  fill: var(--chart-neutral-200);
}
.disabled\:fill-chart-neutral-300:disabled {
  fill: var(--chart-neutral-300);
}
.disabled\:fill-chart-neutral-400:disabled {
  fill: var(--chart-neutral-400);
}
.disabled\:fill-chart-neutral-500:disabled {
  fill: var(--chart-neutral-500);
}
.disabled\:fill-chart-neutral-600:disabled {
  fill: var(--chart-neutral-600);
}
.disabled\:fill-chart-neutral-700:disabled {
  fill: var(--chart-neutral-700);
}
.disabled\:fill-chart-neutral-800:disabled {
  fill: var(--chart-neutral-800);
}
.disabled\:fill-constant-black:disabled {
  fill: var(--general-constant-black);
}
.disabled\:fill-constant-white:disabled {
  fill: var(--general-constant-white);
}
.disabled\:fill-critical:disabled {
  fill: var(--icon-critical);
}
.disabled\:fill-critical-onPrimary:disabled {
  fill: var(--icon-critical-onPrimary);
}
.disabled\:fill-current:disabled {
  fill: currentColor;
}
.disabled\:fill-decoration-brand:disabled {
  fill: var(--decoration-brand);
}
.disabled\:fill-decoration-facebook:disabled {
  fill: var(--decoration-facebook);
}
.disabled\:fill-decoration-instagram:disabled {
  fill: var(--decoration-instagram);
}
.disabled\:fill-decoration-teleport:disabled {
  fill: var(--decoration-teleport);
}
.disabled\:fill-decoration-twitter:disabled {
  fill: var(--decoration-twitter);
}
.disabled\:fill-decoration-whatsapp:disabled {
  fill: var(--decoration-whatsapp);
}
.disabled\:fill-decoration-youtube:disabled {
  fill: var(--decoration-youtube);
}
.disabled\:fill-inherit:disabled {
  fill: inherit;
}
.disabled\:fill-inverse:disabled {
  fill: var(--icon-inverse);
}
.disabled\:fill-od-inner-ring:disabled {
  fill: var(--symbol-od-inner-ring);
}
.disabled\:fill-od-outer-ring:disabled {
  fill: var(--symbol-od-outer-ring);
}
.disabled\:fill-onPrimary:disabled {
  fill: var(--icon-onPrimary);
}
.disabled\:fill-positive:disabled {
  fill: var(--icon-positive);
}
.disabled\:fill-positive-hover:disabled {
  fill: var(--icon-positive-hover);
}
.disabled\:fill-primary:disabled {
  fill: var(--symbol-primary);
}
.disabled\:fill-secondary:disabled {
  fill: var(--icon-secondary);
}
.disabled\:fill-status-available:disabled {
  fill: var(--status-available);
}
.disabled\:fill-status-away:disabled {
  fill: var(--status-away);
}
.disabled\:fill-status-border:disabled {
  fill: var(--status-border);
}
.disabled\:fill-status-busy:disabled {
  fill: var(--status-busy);
}
.disabled\:fill-status-icon:disabled {
  fill: var(--status-icon);
}
.disabled\:fill-status-offline:disabled {
  fill: var(--status-offline);
}
.disabled\:fill-tertiary:disabled {
  fill: var(--icon-tertiary);
}
.disabled\:fill-text-inverse:disabled {
  fill: var(--text-inverse);
}
.disabled\:fill-text-inverse-critical:disabled {
  fill: var(--text-inverse-critical);
}
.disabled\:fill-text-inverse-positive:disabled {
  fill: var(--text-inverse-positive);
}
.disabled\:fill-text-inverse-secondary:disabled {
  fill: var(--text-inverse-secondary);
}
.disabled\:fill-transparent:disabled {
  fill: transparent;
}
.disabled\:fill-transparent\/0:disabled {
  fill: rgb(0 0 0 / 0);
}
.disabled\:fill-transparent\/10:disabled {
  fill: rgb(0 0 0 / 0.1);
}
.disabled\:fill-transparent\/100:disabled {
  fill: rgb(0 0 0 / 1);
}
.disabled\:fill-transparent\/15:disabled {
  fill: rgb(0 0 0 / 0.15);
}
.disabled\:fill-transparent\/20:disabled {
  fill: rgb(0 0 0 / 0.2);
}
.disabled\:fill-transparent\/25:disabled {
  fill: rgb(0 0 0 / 0.25);
}
.disabled\:fill-transparent\/30:disabled {
  fill: rgb(0 0 0 / 0.3);
}
.disabled\:fill-transparent\/35:disabled {
  fill: rgb(0 0 0 / 0.35);
}
.disabled\:fill-transparent\/40:disabled {
  fill: rgb(0 0 0 / 0.4);
}
.disabled\:fill-transparent\/45:disabled {
  fill: rgb(0 0 0 / 0.45);
}
.disabled\:fill-transparent\/5:disabled {
  fill: rgb(0 0 0 / 0.05);
}
.disabled\:fill-transparent\/50:disabled {
  fill: rgb(0 0 0 / 0.5);
}
.disabled\:fill-transparent\/55:disabled {
  fill: rgb(0 0 0 / 0.55);
}
.disabled\:fill-transparent\/60:disabled {
  fill: rgb(0 0 0 / 0.6);
}
.disabled\:fill-transparent\/65:disabled {
  fill: rgb(0 0 0 / 0.65);
}
.disabled\:fill-transparent\/70:disabled {
  fill: rgb(0 0 0 / 0.7);
}
.disabled\:fill-transparent\/75:disabled {
  fill: rgb(0 0 0 / 0.75);
}
.disabled\:fill-transparent\/80:disabled {
  fill: rgb(0 0 0 / 0.8);
}
.disabled\:fill-transparent\/85:disabled {
  fill: rgb(0 0 0 / 0.85);
}
.disabled\:fill-transparent\/90:disabled {
  fill: rgb(0 0 0 / 0.9);
}
.disabled\:fill-transparent\/95:disabled {
  fill: rgb(0 0 0 / 0.95);
}
.disabled\:fill-zendesk:disabled {
  fill: var(--symbol-zendesk);
}
.disabled\:stroke-accent:disabled {
  stroke: var(--icon-accent);
}
.disabled\:stroke-caution:disabled {
  stroke: var(--icon-caution);
}
.disabled\:stroke-chart-accent-100:disabled {
  stroke: var(--chart-accent-100);
}
.disabled\:stroke-chart-accent-200:disabled {
  stroke: var(--chart-accent-200);
}
.disabled\:stroke-chart-accent-300:disabled {
  stroke: var(--chart-accent-300);
}
.disabled\:stroke-chart-accent-400:disabled {
  stroke: var(--chart-accent-400);
}
.disabled\:stroke-chart-accent-500:disabled {
  stroke: var(--chart-accent-500);
}
.disabled\:stroke-chart-accent-600:disabled {
  stroke: var(--chart-accent-600);
}
.disabled\:stroke-chart-accent-700:disabled {
  stroke: var(--chart-accent-700);
}
.disabled\:stroke-chart-accent-800:disabled {
  stroke: var(--chart-accent-800);
}
.disabled\:stroke-chart-neutral-100:disabled {
  stroke: var(--chart-neutral-100);
}
.disabled\:stroke-chart-neutral-200:disabled {
  stroke: var(--chart-neutral-200);
}
.disabled\:stroke-chart-neutral-300:disabled {
  stroke: var(--chart-neutral-300);
}
.disabled\:stroke-chart-neutral-400:disabled {
  stroke: var(--chart-neutral-400);
}
.disabled\:stroke-chart-neutral-500:disabled {
  stroke: var(--chart-neutral-500);
}
.disabled\:stroke-chart-neutral-600:disabled {
  stroke: var(--chart-neutral-600);
}
.disabled\:stroke-chart-neutral-700:disabled {
  stroke: var(--chart-neutral-700);
}
.disabled\:stroke-chart-neutral-800:disabled {
  stroke: var(--chart-neutral-800);
}
.disabled\:stroke-constant-black:disabled {
  stroke: var(--general-constant-black);
}
.disabled\:stroke-constant-white:disabled {
  stroke: var(--general-constant-white);
}
.disabled\:stroke-critical:disabled {
  stroke: var(--icon-critical);
}
.disabled\:stroke-critical-onPrimary:disabled {
  stroke: var(--icon-critical-onPrimary);
}
.disabled\:stroke-current:disabled {
  stroke: currentColor;
}
.disabled\:stroke-decoration-brand:disabled {
  stroke: var(--decoration-brand);
}
.disabled\:stroke-decoration-facebook:disabled {
  stroke: var(--decoration-facebook);
}
.disabled\:stroke-decoration-instagram:disabled {
  stroke: var(--decoration-instagram);
}
.disabled\:stroke-decoration-teleport:disabled {
  stroke: var(--decoration-teleport);
}
.disabled\:stroke-decoration-twitter:disabled {
  stroke: var(--decoration-twitter);
}
.disabled\:stroke-decoration-whatsapp:disabled {
  stroke: var(--decoration-whatsapp);
}
.disabled\:stroke-decoration-youtube:disabled {
  stroke: var(--decoration-youtube);
}
.disabled\:stroke-inherit:disabled {
  stroke: inherit;
}
.disabled\:stroke-inverse:disabled {
  stroke: var(--icon-inverse);
}
.disabled\:stroke-od-inner-ring:disabled {
  stroke: var(--symbol-od-inner-ring);
}
.disabled\:stroke-od-outer-ring:disabled {
  stroke: var(--symbol-od-outer-ring);
}
.disabled\:stroke-onPrimary:disabled {
  stroke: var(--icon-onPrimary);
}
.disabled\:stroke-positive:disabled {
  stroke: var(--icon-positive);
}
.disabled\:stroke-positive-hover:disabled {
  stroke: var(--icon-positive-hover);
}
.disabled\:stroke-primary:disabled {
  stroke: var(--symbol-primary);
}
.disabled\:stroke-secondary:disabled {
  stroke: var(--icon-secondary);
}
.disabled\:stroke-status-available:disabled {
  stroke: var(--status-available);
}
.disabled\:stroke-status-away:disabled {
  stroke: var(--status-away);
}
.disabled\:stroke-status-border:disabled {
  stroke: var(--status-border);
}
.disabled\:stroke-status-busy:disabled {
  stroke: var(--status-busy);
}
.disabled\:stroke-status-icon:disabled {
  stroke: var(--status-icon);
}
.disabled\:stroke-status-offline:disabled {
  stroke: var(--status-offline);
}
.disabled\:stroke-tertiary:disabled {
  stroke: var(--icon-tertiary);
}
.disabled\:stroke-text-inverse:disabled {
  stroke: var(--text-inverse);
}
.disabled\:stroke-text-inverse-critical:disabled {
  stroke: var(--text-inverse-critical);
}
.disabled\:stroke-text-inverse-positive:disabled {
  stroke: var(--text-inverse-positive);
}
.disabled\:stroke-text-inverse-secondary:disabled {
  stroke: var(--text-inverse-secondary);
}
.disabled\:stroke-transparent:disabled {
  stroke: transparent;
}
.disabled\:stroke-transparent\/0:disabled {
  stroke: rgb(0 0 0 / 0);
}
.disabled\:stroke-transparent\/10:disabled {
  stroke: rgb(0 0 0 / 0.1);
}
.disabled\:stroke-transparent\/100:disabled {
  stroke: rgb(0 0 0 / 1);
}
.disabled\:stroke-transparent\/15:disabled {
  stroke: rgb(0 0 0 / 0.15);
}
.disabled\:stroke-transparent\/20:disabled {
  stroke: rgb(0 0 0 / 0.2);
}
.disabled\:stroke-transparent\/25:disabled {
  stroke: rgb(0 0 0 / 0.25);
}
.disabled\:stroke-transparent\/30:disabled {
  stroke: rgb(0 0 0 / 0.3);
}
.disabled\:stroke-transparent\/35:disabled {
  stroke: rgb(0 0 0 / 0.35);
}
.disabled\:stroke-transparent\/40:disabled {
  stroke: rgb(0 0 0 / 0.4);
}
.disabled\:stroke-transparent\/45:disabled {
  stroke: rgb(0 0 0 / 0.45);
}
.disabled\:stroke-transparent\/5:disabled {
  stroke: rgb(0 0 0 / 0.05);
}
.disabled\:stroke-transparent\/50:disabled {
  stroke: rgb(0 0 0 / 0.5);
}
.disabled\:stroke-transparent\/55:disabled {
  stroke: rgb(0 0 0 / 0.55);
}
.disabled\:stroke-transparent\/60:disabled {
  stroke: rgb(0 0 0 / 0.6);
}
.disabled\:stroke-transparent\/65:disabled {
  stroke: rgb(0 0 0 / 0.65);
}
.disabled\:stroke-transparent\/70:disabled {
  stroke: rgb(0 0 0 / 0.7);
}
.disabled\:stroke-transparent\/75:disabled {
  stroke: rgb(0 0 0 / 0.75);
}
.disabled\:stroke-transparent\/80:disabled {
  stroke: rgb(0 0 0 / 0.8);
}
.disabled\:stroke-transparent\/85:disabled {
  stroke: rgb(0 0 0 / 0.85);
}
.disabled\:stroke-transparent\/90:disabled {
  stroke: rgb(0 0 0 / 0.9);
}
.disabled\:stroke-transparent\/95:disabled {
  stroke: rgb(0 0 0 / 0.95);
}
.disabled\:stroke-zendesk:disabled {
  stroke: var(--symbol-zendesk);
}
.disabled\:stroke-0:disabled {
  stroke-width: 0;
}
.disabled\:stroke-1:disabled {
  stroke-width: 1;
}
.disabled\:stroke-2:disabled {
  stroke-width: 2;
}
.disabled\:text-left:disabled {
  text-align: left;
}
.disabled\:text-center:disabled {
  text-align: center;
}
.disabled\:text-right:disabled {
  text-align: right;
}
.disabled\:text-justify:disabled {
  text-align: justify;
}
.disabled\:text-start:disabled {
  text-align: start;
}
.disabled\:text-end:disabled {
  text-align: end;
}
.disabled\:text-accent:disabled {
  color: var(--text-accent);
}
.disabled\:text-accent-hover:disabled {
  color: var(--text-accent-hover);
}
.disabled\:text-accent-pressed:disabled {
  color: var(--text-accent-pressed);
}
.disabled\:text-caution:disabled {
  color: var(--text-caution);
}
.disabled\:text-caution-secondary:disabled {
  color: var(--text-caution-secondary);
}
.disabled\:text-constant-black:disabled {
  color: var(--general-constant-black);
}
.disabled\:text-constant-white:disabled {
  color: var(--general-constant-white);
}
.disabled\:text-critical:disabled {
  color: var(--text-critical);
}
.disabled\:text-critical-onPrimary:disabled {
  color: var(--text-critical-onPrimary);
}
.disabled\:text-critical-secondary:disabled {
  color: var(--text-critical-secondary);
}
.disabled\:text-current:disabled {
  color: currentColor;
}
.disabled\:text-disabled:disabled {
  color: var(--text-disabled);
}
.disabled\:text-disabled-secondary:disabled {
  color: var(--text-disabled-secondary);
}
.disabled\:text-inherit:disabled {
  color: inherit;
}
.disabled\:text-inverse:disabled {
  color: var(--text-inverse);
}
.disabled\:text-inverse-accent:disabled {
  color: var(--text-inverse-accent);
}
.disabled\:text-inverse-caution:disabled {
  color: var(--text-inverse-caution);
}
.disabled\:text-inverse-critical:disabled {
  color: var(--text-inverse-critical);
}
.disabled\:text-inverse-positive:disabled {
  color: var(--text-inverse-positive);
}
.disabled\:text-inverse-secondary:disabled {
  color: var(--text-inverse-secondary);
}
.disabled\:text-link:disabled {
  color: var(--text-link);
}
.disabled\:text-link-hover:disabled {
  color: var(--text-link-hover);
}
.disabled\:text-link-pressed:disabled {
  color: var(--text-link-pressed);
}
.disabled\:text-onPrimary:disabled {
  color: var(--text-onPrimary);
}
.disabled\:text-onPrimary-disabled:disabled {
  color: var(--text-onPrimary-disabled);
}
.disabled\:text-palette-blue-text:disabled {
  color: var(--palette-blue-text);
}
.disabled\:text-palette-blue-text-active:disabled {
  color: var(--palette-blue-text-active);
}
.disabled\:text-palette-blue-text-secondary:disabled {
  color: var(--palette-blue-text-secondary);
}
.disabled\:text-palette-dark-blue-text:disabled {
  color: var(--palette-dark-blue-text);
}
.disabled\:text-palette-dark-blue-text-active:disabled {
  color: var(--palette-dark-blue-text-active);
}
.disabled\:text-palette-dark-blue-text-secondary:disabled {
  color: var(--palette-dark-blue-text-secondary);
}
.disabled\:text-palette-dark-gray-text:disabled {
  color: var(--palette-dark-gray-text);
}
.disabled\:text-palette-dark-gray-text-active:disabled {
  color: var(--palette-dark-gray-text-active);
}
.disabled\:text-palette-dark-gray-text-secondary:disabled {
  color: var(--palette-dark-gray-text-secondary);
}
.disabled\:text-palette-dark-green-text:disabled {
  color: var(--palette-dark-green-text);
}
.disabled\:text-palette-dark-green-text-active:disabled {
  color: var(--palette-dark-green-text-active);
}
.disabled\:text-palette-dark-green-text-secondary:disabled {
  color: var(--palette-dark-green-text-secondary);
}
.disabled\:text-palette-gray-text:disabled {
  color: var(--palette-gray-text);
}
.disabled\:text-palette-gray-text-active:disabled {
  color: var(--palette-gray-text-active);
}
.disabled\:text-palette-gray-text-secondary:disabled {
  color: var(--palette-gray-text-secondary);
}
.disabled\:text-palette-green-text:disabled {
  color: var(--palette-green-text);
}
.disabled\:text-palette-green-text-active:disabled {
  color: var(--palette-green-text-active);
}
.disabled\:text-palette-green-text-secondary:disabled {
  color: var(--palette-green-text-secondary);
}
.disabled\:text-palette-light-pink-text:disabled {
  color: var(--palette-light-pink-text);
}
.disabled\:text-palette-light-pink-text-active:disabled {
  color: var(--palette-light-pink-text-active);
}
.disabled\:text-palette-light-pink-text-secondary:disabled {
  color: var(--palette-light-pink-text-secondary);
}
.disabled\:text-palette-maroon-text:disabled {
  color: var(--palette-maroon-text);
}
.disabled\:text-palette-maroon-text-active:disabled {
  color: var(--palette-maroon-text-active);
}
.disabled\:text-palette-maroon-text-secondary:disabled {
  color: var(--palette-maroon-text-secondary);
}
.disabled\:text-palette-orange-text:disabled {
  color: var(--palette-orange-text);
}
.disabled\:text-palette-orange-text-active:disabled {
  color: var(--palette-orange-text-active);
}
.disabled\:text-palette-orange-text-secondary:disabled {
  color: var(--palette-orange-text-secondary);
}
.disabled\:text-palette-pink-text:disabled {
  color: var(--palette-pink-text);
}
.disabled\:text-palette-pink-text-active:disabled {
  color: var(--palette-pink-text-active);
}
.disabled\:text-palette-pink-text-secondary:disabled {
  color: var(--palette-pink-text-secondary);
}
.disabled\:text-palette-red-text:disabled {
  color: var(--palette-red-text);
}
.disabled\:text-palette-red-text-active:disabled {
  color: var(--palette-red-text-active);
}
.disabled\:text-palette-red-text-secondary:disabled {
  color: var(--palette-red-text-secondary);
}
.disabled\:text-palette-violet-text:disabled {
  color: var(--palette-violet-text);
}
.disabled\:text-palette-violet-text-active:disabled {
  color: var(--palette-violet-text-active);
}
.disabled\:text-palette-violet-text-secondary:disabled {
  color: var(--palette-violet-text-secondary);
}
.disabled\:text-palette-yellow-text:disabled {
  color: var(--palette-yellow-text);
}
.disabled\:text-palette-yellow-text-active:disabled {
  color: var(--palette-yellow-text-active);
}
.disabled\:text-palette-yellow-text-secondary:disabled {
  color: var(--palette-yellow-text-secondary);
}
.disabled\:text-positive:disabled {
  color: var(--text-positive);
}
.disabled\:text-positive-secondary:disabled {
  color: var(--text-positive-secondary);
}
.disabled\:text-primary:disabled {
  color: var(--text-primary);
}
.disabled\:text-primary-hover:disabled {
  color: var(--text-primary-hover);
}
.disabled\:text-secondary:disabled {
  color: var(--text-secondary);
}
.disabled\:text-secondary-hover:disabled {
  color: var(--text-secondary-hover);
}
.disabled\:text-tertiary:disabled {
  color: var(--text-tertiary);
}
.disabled\:text-transparent:disabled {
  color: transparent;
}
.disabled\:text-transparent\/0:disabled {
  color: rgb(0 0 0 / 0);
}
.disabled\:text-transparent\/10:disabled {
  color: rgb(0 0 0 / 0.1);
}
.disabled\:text-transparent\/100:disabled {
  color: rgb(0 0 0 / 1);
}
.disabled\:text-transparent\/15:disabled {
  color: rgb(0 0 0 / 0.15);
}
.disabled\:text-transparent\/20:disabled {
  color: rgb(0 0 0 / 0.2);
}
.disabled\:text-transparent\/25:disabled {
  color: rgb(0 0 0 / 0.25);
}
.disabled\:text-transparent\/30:disabled {
  color: rgb(0 0 0 / 0.3);
}
.disabled\:text-transparent\/35:disabled {
  color: rgb(0 0 0 / 0.35);
}
.disabled\:text-transparent\/40:disabled {
  color: rgb(0 0 0 / 0.4);
}
.disabled\:text-transparent\/45:disabled {
  color: rgb(0 0 0 / 0.45);
}
.disabled\:text-transparent\/5:disabled {
  color: rgb(0 0 0 / 0.05);
}
.disabled\:text-transparent\/50:disabled {
  color: rgb(0 0 0 / 0.5);
}
.disabled\:text-transparent\/55:disabled {
  color: rgb(0 0 0 / 0.55);
}
.disabled\:text-transparent\/60:disabled {
  color: rgb(0 0 0 / 0.6);
}
.disabled\:text-transparent\/65:disabled {
  color: rgb(0 0 0 / 0.65);
}
.disabled\:text-transparent\/70:disabled {
  color: rgb(0 0 0 / 0.7);
}
.disabled\:text-transparent\/75:disabled {
  color: rgb(0 0 0 / 0.75);
}
.disabled\:text-transparent\/80:disabled {
  color: rgb(0 0 0 / 0.8);
}
.disabled\:text-transparent\/85:disabled {
  color: rgb(0 0 0 / 0.85);
}
.disabled\:text-transparent\/90:disabled {
  color: rgb(0 0 0 / 0.9);
}
.disabled\:text-transparent\/95:disabled {
  color: rgb(0 0 0 / 0.95);
}
.disabled\:text-opacity-0:disabled {
  --tw-text-opacity: 0;
}
.disabled\:text-opacity-10:disabled {
  --tw-text-opacity: 0.1;
}
.disabled\:text-opacity-100:disabled {
  --tw-text-opacity: 1;
}
.disabled\:text-opacity-15:disabled {
  --tw-text-opacity: 0.15;
}
.disabled\:text-opacity-20:disabled {
  --tw-text-opacity: 0.2;
}
.disabled\:text-opacity-25:disabled {
  --tw-text-opacity: 0.25;
}
.disabled\:text-opacity-30:disabled {
  --tw-text-opacity: 0.3;
}
.disabled\:text-opacity-35:disabled {
  --tw-text-opacity: 0.35;
}
.disabled\:text-opacity-40:disabled {
  --tw-text-opacity: 0.4;
}
.disabled\:text-opacity-45:disabled {
  --tw-text-opacity: 0.45;
}
.disabled\:text-opacity-5:disabled {
  --tw-text-opacity: 0.05;
}
.disabled\:text-opacity-50:disabled {
  --tw-text-opacity: 0.5;
}
.disabled\:text-opacity-55:disabled {
  --tw-text-opacity: 0.55;
}
.disabled\:text-opacity-60:disabled {
  --tw-text-opacity: 0.6;
}
.disabled\:text-opacity-65:disabled {
  --tw-text-opacity: 0.65;
}
.disabled\:text-opacity-70:disabled {
  --tw-text-opacity: 0.7;
}
.disabled\:text-opacity-75:disabled {
  --tw-text-opacity: 0.75;
}
.disabled\:text-opacity-80:disabled {
  --tw-text-opacity: 0.8;
}
.disabled\:text-opacity-85:disabled {
  --tw-text-opacity: 0.85;
}
.disabled\:text-opacity-90:disabled {
  --tw-text-opacity: 0.9;
}
.disabled\:text-opacity-95:disabled {
  --tw-text-opacity: 0.95;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:bg-blend-normal:disabled {
  background-blend-mode: normal;
}
.disabled\:bg-blend-multiply:disabled {
  background-blend-mode: multiply;
}
.disabled\:bg-blend-screen:disabled {
  background-blend-mode: screen;
}
.disabled\:bg-blend-overlay:disabled {
  background-blend-mode: overlay;
}
.disabled\:bg-blend-darken:disabled {
  background-blend-mode: darken;
}
.disabled\:bg-blend-lighten:disabled {
  background-blend-mode: lighten;
}
.disabled\:bg-blend-color-dodge:disabled {
  background-blend-mode: color-dodge;
}
.disabled\:bg-blend-color-burn:disabled {
  background-blend-mode: color-burn;
}
.disabled\:bg-blend-hard-light:disabled {
  background-blend-mode: hard-light;
}
.disabled\:bg-blend-soft-light:disabled {
  background-blend-mode: soft-light;
}
.disabled\:bg-blend-difference:disabled {
  background-blend-mode: difference;
}
.disabled\:bg-blend-exclusion:disabled {
  background-blend-mode: exclusion;
}
.disabled\:bg-blend-hue:disabled {
  background-blend-mode: hue;
}
.disabled\:bg-blend-saturation:disabled {
  background-blend-mode: saturation;
}
.disabled\:bg-blend-color:disabled {
  background-blend-mode: color;
}
.disabled\:bg-blend-luminosity:disabled {
  background-blend-mode: luminosity;
}
.disabled\:outline-none:disabled {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:outline-dashed:disabled {
  outline-style: dashed;
}
.disabled\:outline-dotted:disabled {
  outline-style: dotted;
}
.disabled\:outline-double:disabled {
  outline-style: double;
}
.disabled\:outline-0:disabled {
  outline-width: 0px;
}
.disabled\:outline-1:disabled {
  outline-width: 1px;
}
.disabled\:outline-2:disabled {
  outline-width: 2px;
}
.disabled\:outline-4:disabled {
  outline-width: 4px;
}
.disabled\:outline-8:disabled {
  outline-width: 8px;
}
.disabled\:outline-offset-0:disabled {
  outline-offset: 0px;
}
.disabled\:outline-offset-1:disabled {
  outline-offset: 1px;
}
.disabled\:outline-offset-2:disabled {
  outline-offset: 2px;
}
.disabled\:outline-offset-4:disabled {
  outline-offset: 4px;
}
.disabled\:outline-offset-8:disabled {
  outline-offset: 8px;
}
.disabled\:outline-amber-100:disabled {
  outline-color: #fef3c7;
}
.disabled\:outline-amber-100\/0:disabled {
  outline-color: rgb(254 243 199 / 0);
}
.disabled\:outline-amber-100\/10:disabled {
  outline-color: rgb(254 243 199 / 0.1);
}
.disabled\:outline-amber-100\/100:disabled {
  outline-color: rgb(254 243 199 / 1);
}
.disabled\:outline-amber-100\/15:disabled {
  outline-color: rgb(254 243 199 / 0.15);
}
.disabled\:outline-amber-100\/20:disabled {
  outline-color: rgb(254 243 199 / 0.2);
}
.disabled\:outline-amber-100\/25:disabled {
  outline-color: rgb(254 243 199 / 0.25);
}
.disabled\:outline-amber-100\/30:disabled {
  outline-color: rgb(254 243 199 / 0.3);
}
.disabled\:outline-amber-100\/35:disabled {
  outline-color: rgb(254 243 199 / 0.35);
}
.disabled\:outline-amber-100\/40:disabled {
  outline-color: rgb(254 243 199 / 0.4);
}
.disabled\:outline-amber-100\/45:disabled {
  outline-color: rgb(254 243 199 / 0.45);
}
.disabled\:outline-amber-100\/5:disabled {
  outline-color: rgb(254 243 199 / 0.05);
}
.disabled\:outline-amber-100\/50:disabled {
  outline-color: rgb(254 243 199 / 0.5);
}
.disabled\:outline-amber-100\/55:disabled {
  outline-color: rgb(254 243 199 / 0.55);
}
.disabled\:outline-amber-100\/60:disabled {
  outline-color: rgb(254 243 199 / 0.6);
}
.disabled\:outline-amber-100\/65:disabled {
  outline-color: rgb(254 243 199 / 0.65);
}
.disabled\:outline-amber-100\/70:disabled {
  outline-color: rgb(254 243 199 / 0.7);
}
.disabled\:outline-amber-100\/75:disabled {
  outline-color: rgb(254 243 199 / 0.75);
}
.disabled\:outline-amber-100\/80:disabled {
  outline-color: rgb(254 243 199 / 0.8);
}
.disabled\:outline-amber-100\/85:disabled {
  outline-color: rgb(254 243 199 / 0.85);
}
.disabled\:outline-amber-100\/90:disabled {
  outline-color: rgb(254 243 199 / 0.9);
}
.disabled\:outline-amber-100\/95:disabled {
  outline-color: rgb(254 243 199 / 0.95);
}
.disabled\:outline-amber-200:disabled {
  outline-color: #fde68a;
}
.disabled\:outline-amber-200\/0:disabled {
  outline-color: rgb(253 230 138 / 0);
}
.disabled\:outline-amber-200\/10:disabled {
  outline-color: rgb(253 230 138 / 0.1);
}
.disabled\:outline-amber-200\/100:disabled {
  outline-color: rgb(253 230 138 / 1);
}
.disabled\:outline-amber-200\/15:disabled {
  outline-color: rgb(253 230 138 / 0.15);
}
.disabled\:outline-amber-200\/20:disabled {
  outline-color: rgb(253 230 138 / 0.2);
}
.disabled\:outline-amber-200\/25:disabled {
  outline-color: rgb(253 230 138 / 0.25);
}
.disabled\:outline-amber-200\/30:disabled {
  outline-color: rgb(253 230 138 / 0.3);
}
.disabled\:outline-amber-200\/35:disabled {
  outline-color: rgb(253 230 138 / 0.35);
}
.disabled\:outline-amber-200\/40:disabled {
  outline-color: rgb(253 230 138 / 0.4);
}
.disabled\:outline-amber-200\/45:disabled {
  outline-color: rgb(253 230 138 / 0.45);
}
.disabled\:outline-amber-200\/5:disabled {
  outline-color: rgb(253 230 138 / 0.05);
}
.disabled\:outline-amber-200\/50:disabled {
  outline-color: rgb(253 230 138 / 0.5);
}
.disabled\:outline-amber-200\/55:disabled {
  outline-color: rgb(253 230 138 / 0.55);
}
.disabled\:outline-amber-200\/60:disabled {
  outline-color: rgb(253 230 138 / 0.6);
}
.disabled\:outline-amber-200\/65:disabled {
  outline-color: rgb(253 230 138 / 0.65);
}
.disabled\:outline-amber-200\/70:disabled {
  outline-color: rgb(253 230 138 / 0.7);
}
.disabled\:outline-amber-200\/75:disabled {
  outline-color: rgb(253 230 138 / 0.75);
}
.disabled\:outline-amber-200\/80:disabled {
  outline-color: rgb(253 230 138 / 0.8);
}
.disabled\:outline-amber-200\/85:disabled {
  outline-color: rgb(253 230 138 / 0.85);
}
.disabled\:outline-amber-200\/90:disabled {
  outline-color: rgb(253 230 138 / 0.9);
}
.disabled\:outline-amber-200\/95:disabled {
  outline-color: rgb(253 230 138 / 0.95);
}
.disabled\:outline-amber-300:disabled {
  outline-color: #fcd34d;
}
.disabled\:outline-amber-300\/0:disabled {
  outline-color: rgb(252 211 77 / 0);
}
.disabled\:outline-amber-300\/10:disabled {
  outline-color: rgb(252 211 77 / 0.1);
}
.disabled\:outline-amber-300\/100:disabled {
  outline-color: rgb(252 211 77 / 1);
}
.disabled\:outline-amber-300\/15:disabled {
  outline-color: rgb(252 211 77 / 0.15);
}
.disabled\:outline-amber-300\/20:disabled {
  outline-color: rgb(252 211 77 / 0.2);
}
.disabled\:outline-amber-300\/25:disabled {
  outline-color: rgb(252 211 77 / 0.25);
}
.disabled\:outline-amber-300\/30:disabled {
  outline-color: rgb(252 211 77 / 0.3);
}
.disabled\:outline-amber-300\/35:disabled {
  outline-color: rgb(252 211 77 / 0.35);
}
.disabled\:outline-amber-300\/40:disabled {
  outline-color: rgb(252 211 77 / 0.4);
}
.disabled\:outline-amber-300\/45:disabled {
  outline-color: rgb(252 211 77 / 0.45);
}
.disabled\:outline-amber-300\/5:disabled {
  outline-color: rgb(252 211 77 / 0.05);
}
.disabled\:outline-amber-300\/50:disabled {
  outline-color: rgb(252 211 77 / 0.5);
}
.disabled\:outline-amber-300\/55:disabled {
  outline-color: rgb(252 211 77 / 0.55);
}
.disabled\:outline-amber-300\/60:disabled {
  outline-color: rgb(252 211 77 / 0.6);
}
.disabled\:outline-amber-300\/65:disabled {
  outline-color: rgb(252 211 77 / 0.65);
}
.disabled\:outline-amber-300\/70:disabled {
  outline-color: rgb(252 211 77 / 0.7);
}
.disabled\:outline-amber-300\/75:disabled {
  outline-color: rgb(252 211 77 / 0.75);
}
.disabled\:outline-amber-300\/80:disabled {
  outline-color: rgb(252 211 77 / 0.8);
}
.disabled\:outline-amber-300\/85:disabled {
  outline-color: rgb(252 211 77 / 0.85);
}
.disabled\:outline-amber-300\/90:disabled {
  outline-color: rgb(252 211 77 / 0.9);
}
.disabled\:outline-amber-300\/95:disabled {
  outline-color: rgb(252 211 77 / 0.95);
}
.disabled\:outline-amber-400:disabled {
  outline-color: #fbbf24;
}
.disabled\:outline-amber-400\/0:disabled {
  outline-color: rgb(251 191 36 / 0);
}
.disabled\:outline-amber-400\/10:disabled {
  outline-color: rgb(251 191 36 / 0.1);
}
.disabled\:outline-amber-400\/100:disabled {
  outline-color: rgb(251 191 36 / 1);
}
.disabled\:outline-amber-400\/15:disabled {
  outline-color: rgb(251 191 36 / 0.15);
}
.disabled\:outline-amber-400\/20:disabled {
  outline-color: rgb(251 191 36 / 0.2);
}
.disabled\:outline-amber-400\/25:disabled {
  outline-color: rgb(251 191 36 / 0.25);
}
.disabled\:outline-amber-400\/30:disabled {
  outline-color: rgb(251 191 36 / 0.3);
}
.disabled\:outline-amber-400\/35:disabled {
  outline-color: rgb(251 191 36 / 0.35);
}
.disabled\:outline-amber-400\/40:disabled {
  outline-color: rgb(251 191 36 / 0.4);
}
.disabled\:outline-amber-400\/45:disabled {
  outline-color: rgb(251 191 36 / 0.45);
}
.disabled\:outline-amber-400\/5:disabled {
  outline-color: rgb(251 191 36 / 0.05);
}
.disabled\:outline-amber-400\/50:disabled {
  outline-color: rgb(251 191 36 / 0.5);
}
.disabled\:outline-amber-400\/55:disabled {
  outline-color: rgb(251 191 36 / 0.55);
}
.disabled\:outline-amber-400\/60:disabled {
  outline-color: rgb(251 191 36 / 0.6);
}
.disabled\:outline-amber-400\/65:disabled {
  outline-color: rgb(251 191 36 / 0.65);
}
.disabled\:outline-amber-400\/70:disabled {
  outline-color: rgb(251 191 36 / 0.7);
}
.disabled\:outline-amber-400\/75:disabled {
  outline-color: rgb(251 191 36 / 0.75);
}
.disabled\:outline-amber-400\/80:disabled {
  outline-color: rgb(251 191 36 / 0.8);
}
.disabled\:outline-amber-400\/85:disabled {
  outline-color: rgb(251 191 36 / 0.85);
}
.disabled\:outline-amber-400\/90:disabled {
  outline-color: rgb(251 191 36 / 0.9);
}
.disabled\:outline-amber-400\/95:disabled {
  outline-color: rgb(251 191 36 / 0.95);
}
.disabled\:outline-amber-50:disabled {
  outline-color: #fffbeb;
}
.disabled\:outline-amber-50\/0:disabled {
  outline-color: rgb(255 251 235 / 0);
}
.disabled\:outline-amber-50\/10:disabled {
  outline-color: rgb(255 251 235 / 0.1);
}
.disabled\:outline-amber-50\/100:disabled {
  outline-color: rgb(255 251 235 / 1);
}
.disabled\:outline-amber-50\/15:disabled {
  outline-color: rgb(255 251 235 / 0.15);
}
.disabled\:outline-amber-50\/20:disabled {
  outline-color: rgb(255 251 235 / 0.2);
}
.disabled\:outline-amber-50\/25:disabled {
  outline-color: rgb(255 251 235 / 0.25);
}
.disabled\:outline-amber-50\/30:disabled {
  outline-color: rgb(255 251 235 / 0.3);
}
.disabled\:outline-amber-50\/35:disabled {
  outline-color: rgb(255 251 235 / 0.35);
}
.disabled\:outline-amber-50\/40:disabled {
  outline-color: rgb(255 251 235 / 0.4);
}
.disabled\:outline-amber-50\/45:disabled {
  outline-color: rgb(255 251 235 / 0.45);
}
.disabled\:outline-amber-50\/5:disabled {
  outline-color: rgb(255 251 235 / 0.05);
}
.disabled\:outline-amber-50\/50:disabled {
  outline-color: rgb(255 251 235 / 0.5);
}
.disabled\:outline-amber-50\/55:disabled {
  outline-color: rgb(255 251 235 / 0.55);
}
.disabled\:outline-amber-50\/60:disabled {
  outline-color: rgb(255 251 235 / 0.6);
}
.disabled\:outline-amber-50\/65:disabled {
  outline-color: rgb(255 251 235 / 0.65);
}
.disabled\:outline-amber-50\/70:disabled {
  outline-color: rgb(255 251 235 / 0.7);
}
.disabled\:outline-amber-50\/75:disabled {
  outline-color: rgb(255 251 235 / 0.75);
}
.disabled\:outline-amber-50\/80:disabled {
  outline-color: rgb(255 251 235 / 0.8);
}
.disabled\:outline-amber-50\/85:disabled {
  outline-color: rgb(255 251 235 / 0.85);
}
.disabled\:outline-amber-50\/90:disabled {
  outline-color: rgb(255 251 235 / 0.9);
}
.disabled\:outline-amber-50\/95:disabled {
  outline-color: rgb(255 251 235 / 0.95);
}
.disabled\:outline-amber-500:disabled {
  outline-color: #f59e0b;
}
.disabled\:outline-amber-500\/0:disabled {
  outline-color: rgb(245 158 11 / 0);
}
.disabled\:outline-amber-500\/10:disabled {
  outline-color: rgb(245 158 11 / 0.1);
}
.disabled\:outline-amber-500\/100:disabled {
  outline-color: rgb(245 158 11 / 1);
}
.disabled\:outline-amber-500\/15:disabled {
  outline-color: rgb(245 158 11 / 0.15);
}
.disabled\:outline-amber-500\/20:disabled {
  outline-color: rgb(245 158 11 / 0.2);
}
.disabled\:outline-amber-500\/25:disabled {
  outline-color: rgb(245 158 11 / 0.25);
}
.disabled\:outline-amber-500\/30:disabled {
  outline-color: rgb(245 158 11 / 0.3);
}
.disabled\:outline-amber-500\/35:disabled {
  outline-color: rgb(245 158 11 / 0.35);
}
.disabled\:outline-amber-500\/40:disabled {
  outline-color: rgb(245 158 11 / 0.4);
}
.disabled\:outline-amber-500\/45:disabled {
  outline-color: rgb(245 158 11 / 0.45);
}
.disabled\:outline-amber-500\/5:disabled {
  outline-color: rgb(245 158 11 / 0.05);
}
.disabled\:outline-amber-500\/50:disabled {
  outline-color: rgb(245 158 11 / 0.5);
}
.disabled\:outline-amber-500\/55:disabled {
  outline-color: rgb(245 158 11 / 0.55);
}
.disabled\:outline-amber-500\/60:disabled {
  outline-color: rgb(245 158 11 / 0.6);
}
.disabled\:outline-amber-500\/65:disabled {
  outline-color: rgb(245 158 11 / 0.65);
}
.disabled\:outline-amber-500\/70:disabled {
  outline-color: rgb(245 158 11 / 0.7);
}
.disabled\:outline-amber-500\/75:disabled {
  outline-color: rgb(245 158 11 / 0.75);
}
.disabled\:outline-amber-500\/80:disabled {
  outline-color: rgb(245 158 11 / 0.8);
}
.disabled\:outline-amber-500\/85:disabled {
  outline-color: rgb(245 158 11 / 0.85);
}
.disabled\:outline-amber-500\/90:disabled {
  outline-color: rgb(245 158 11 / 0.9);
}
.disabled\:outline-amber-500\/95:disabled {
  outline-color: rgb(245 158 11 / 0.95);
}
.disabled\:outline-amber-600:disabled {
  outline-color: #d97706;
}
.disabled\:outline-amber-600\/0:disabled {
  outline-color: rgb(217 119 6 / 0);
}
.disabled\:outline-amber-600\/10:disabled {
  outline-color: rgb(217 119 6 / 0.1);
}
.disabled\:outline-amber-600\/100:disabled {
  outline-color: rgb(217 119 6 / 1);
}
.disabled\:outline-amber-600\/15:disabled {
  outline-color: rgb(217 119 6 / 0.15);
}
.disabled\:outline-amber-600\/20:disabled {
  outline-color: rgb(217 119 6 / 0.2);
}
.disabled\:outline-amber-600\/25:disabled {
  outline-color: rgb(217 119 6 / 0.25);
}
.disabled\:outline-amber-600\/30:disabled {
  outline-color: rgb(217 119 6 / 0.3);
}
.disabled\:outline-amber-600\/35:disabled {
  outline-color: rgb(217 119 6 / 0.35);
}
.disabled\:outline-amber-600\/40:disabled {
  outline-color: rgb(217 119 6 / 0.4);
}
.disabled\:outline-amber-600\/45:disabled {
  outline-color: rgb(217 119 6 / 0.45);
}
.disabled\:outline-amber-600\/5:disabled {
  outline-color: rgb(217 119 6 / 0.05);
}
.disabled\:outline-amber-600\/50:disabled {
  outline-color: rgb(217 119 6 / 0.5);
}
.disabled\:outline-amber-600\/55:disabled {
  outline-color: rgb(217 119 6 / 0.55);
}
.disabled\:outline-amber-600\/60:disabled {
  outline-color: rgb(217 119 6 / 0.6);
}
.disabled\:outline-amber-600\/65:disabled {
  outline-color: rgb(217 119 6 / 0.65);
}
.disabled\:outline-amber-600\/70:disabled {
  outline-color: rgb(217 119 6 / 0.7);
}
.disabled\:outline-amber-600\/75:disabled {
  outline-color: rgb(217 119 6 / 0.75);
}
.disabled\:outline-amber-600\/80:disabled {
  outline-color: rgb(217 119 6 / 0.8);
}
.disabled\:outline-amber-600\/85:disabled {
  outline-color: rgb(217 119 6 / 0.85);
}
.disabled\:outline-amber-600\/90:disabled {
  outline-color: rgb(217 119 6 / 0.9);
}
.disabled\:outline-amber-600\/95:disabled {
  outline-color: rgb(217 119 6 / 0.95);
}
.disabled\:outline-amber-700:disabled {
  outline-color: #b45309;
}
.disabled\:outline-amber-700\/0:disabled {
  outline-color: rgb(180 83 9 / 0);
}
.disabled\:outline-amber-700\/10:disabled {
  outline-color: rgb(180 83 9 / 0.1);
}
.disabled\:outline-amber-700\/100:disabled {
  outline-color: rgb(180 83 9 / 1);
}
.disabled\:outline-amber-700\/15:disabled {
  outline-color: rgb(180 83 9 / 0.15);
}
.disabled\:outline-amber-700\/20:disabled {
  outline-color: rgb(180 83 9 / 0.2);
}
.disabled\:outline-amber-700\/25:disabled {
  outline-color: rgb(180 83 9 / 0.25);
}
.disabled\:outline-amber-700\/30:disabled {
  outline-color: rgb(180 83 9 / 0.3);
}
.disabled\:outline-amber-700\/35:disabled {
  outline-color: rgb(180 83 9 / 0.35);
}
.disabled\:outline-amber-700\/40:disabled {
  outline-color: rgb(180 83 9 / 0.4);
}
.disabled\:outline-amber-700\/45:disabled {
  outline-color: rgb(180 83 9 / 0.45);
}
.disabled\:outline-amber-700\/5:disabled {
  outline-color: rgb(180 83 9 / 0.05);
}
.disabled\:outline-amber-700\/50:disabled {
  outline-color: rgb(180 83 9 / 0.5);
}
.disabled\:outline-amber-700\/55:disabled {
  outline-color: rgb(180 83 9 / 0.55);
}
.disabled\:outline-amber-700\/60:disabled {
  outline-color: rgb(180 83 9 / 0.6);
}
.disabled\:outline-amber-700\/65:disabled {
  outline-color: rgb(180 83 9 / 0.65);
}
.disabled\:outline-amber-700\/70:disabled {
  outline-color: rgb(180 83 9 / 0.7);
}
.disabled\:outline-amber-700\/75:disabled {
  outline-color: rgb(180 83 9 / 0.75);
}
.disabled\:outline-amber-700\/80:disabled {
  outline-color: rgb(180 83 9 / 0.8);
}
.disabled\:outline-amber-700\/85:disabled {
  outline-color: rgb(180 83 9 / 0.85);
}
.disabled\:outline-amber-700\/90:disabled {
  outline-color: rgb(180 83 9 / 0.9);
}
.disabled\:outline-amber-700\/95:disabled {
  outline-color: rgb(180 83 9 / 0.95);
}
.disabled\:outline-amber-800:disabled {
  outline-color: #92400e;
}
.disabled\:outline-amber-800\/0:disabled {
  outline-color: rgb(146 64 14 / 0);
}
.disabled\:outline-amber-800\/10:disabled {
  outline-color: rgb(146 64 14 / 0.1);
}
.disabled\:outline-amber-800\/100:disabled {
  outline-color: rgb(146 64 14 / 1);
}
.disabled\:outline-amber-800\/15:disabled {
  outline-color: rgb(146 64 14 / 0.15);
}
.disabled\:outline-amber-800\/20:disabled {
  outline-color: rgb(146 64 14 / 0.2);
}
.disabled\:outline-amber-800\/25:disabled {
  outline-color: rgb(146 64 14 / 0.25);
}
.disabled\:outline-amber-800\/30:disabled {
  outline-color: rgb(146 64 14 / 0.3);
}
.disabled\:outline-amber-800\/35:disabled {
  outline-color: rgb(146 64 14 / 0.35);
}
.disabled\:outline-amber-800\/40:disabled {
  outline-color: rgb(146 64 14 / 0.4);
}
.disabled\:outline-amber-800\/45:disabled {
  outline-color: rgb(146 64 14 / 0.45);
}
.disabled\:outline-amber-800\/5:disabled {
  outline-color: rgb(146 64 14 / 0.05);
}
.disabled\:outline-amber-800\/50:disabled {
  outline-color: rgb(146 64 14 / 0.5);
}
.disabled\:outline-amber-800\/55:disabled {
  outline-color: rgb(146 64 14 / 0.55);
}
.disabled\:outline-amber-800\/60:disabled {
  outline-color: rgb(146 64 14 / 0.6);
}
.disabled\:outline-amber-800\/65:disabled {
  outline-color: rgb(146 64 14 / 0.65);
}
.disabled\:outline-amber-800\/70:disabled {
  outline-color: rgb(146 64 14 / 0.7);
}
.disabled\:outline-amber-800\/75:disabled {
  outline-color: rgb(146 64 14 / 0.75);
}
.disabled\:outline-amber-800\/80:disabled {
  outline-color: rgb(146 64 14 / 0.8);
}
.disabled\:outline-amber-800\/85:disabled {
  outline-color: rgb(146 64 14 / 0.85);
}
.disabled\:outline-amber-800\/90:disabled {
  outline-color: rgb(146 64 14 / 0.9);
}
.disabled\:outline-amber-800\/95:disabled {
  outline-color: rgb(146 64 14 / 0.95);
}
.disabled\:outline-amber-900:disabled {
  outline-color: #78350f;
}
.disabled\:outline-amber-900\/0:disabled {
  outline-color: rgb(120 53 15 / 0);
}
.disabled\:outline-amber-900\/10:disabled {
  outline-color: rgb(120 53 15 / 0.1);
}
.disabled\:outline-amber-900\/100:disabled {
  outline-color: rgb(120 53 15 / 1);
}
.disabled\:outline-amber-900\/15:disabled {
  outline-color: rgb(120 53 15 / 0.15);
}
.disabled\:outline-amber-900\/20:disabled {
  outline-color: rgb(120 53 15 / 0.2);
}
.disabled\:outline-amber-900\/25:disabled {
  outline-color: rgb(120 53 15 / 0.25);
}
.disabled\:outline-amber-900\/30:disabled {
  outline-color: rgb(120 53 15 / 0.3);
}
.disabled\:outline-amber-900\/35:disabled {
  outline-color: rgb(120 53 15 / 0.35);
}
.disabled\:outline-amber-900\/40:disabled {
  outline-color: rgb(120 53 15 / 0.4);
}
.disabled\:outline-amber-900\/45:disabled {
  outline-color: rgb(120 53 15 / 0.45);
}
.disabled\:outline-amber-900\/5:disabled {
  outline-color: rgb(120 53 15 / 0.05);
}
.disabled\:outline-amber-900\/50:disabled {
  outline-color: rgb(120 53 15 / 0.5);
}
.disabled\:outline-amber-900\/55:disabled {
  outline-color: rgb(120 53 15 / 0.55);
}
.disabled\:outline-amber-900\/60:disabled {
  outline-color: rgb(120 53 15 / 0.6);
}
.disabled\:outline-amber-900\/65:disabled {
  outline-color: rgb(120 53 15 / 0.65);
}
.disabled\:outline-amber-900\/70:disabled {
  outline-color: rgb(120 53 15 / 0.7);
}
.disabled\:outline-amber-900\/75:disabled {
  outline-color: rgb(120 53 15 / 0.75);
}
.disabled\:outline-amber-900\/80:disabled {
  outline-color: rgb(120 53 15 / 0.8);
}
.disabled\:outline-amber-900\/85:disabled {
  outline-color: rgb(120 53 15 / 0.85);
}
.disabled\:outline-amber-900\/90:disabled {
  outline-color: rgb(120 53 15 / 0.9);
}
.disabled\:outline-amber-900\/95:disabled {
  outline-color: rgb(120 53 15 / 0.95);
}
.disabled\:outline-amber-950:disabled {
  outline-color: #451a03;
}
.disabled\:outline-amber-950\/0:disabled {
  outline-color: rgb(69 26 3 / 0);
}
.disabled\:outline-amber-950\/10:disabled {
  outline-color: rgb(69 26 3 / 0.1);
}
.disabled\:outline-amber-950\/100:disabled {
  outline-color: rgb(69 26 3 / 1);
}
.disabled\:outline-amber-950\/15:disabled {
  outline-color: rgb(69 26 3 / 0.15);
}
.disabled\:outline-amber-950\/20:disabled {
  outline-color: rgb(69 26 3 / 0.2);
}
.disabled\:outline-amber-950\/25:disabled {
  outline-color: rgb(69 26 3 / 0.25);
}
.disabled\:outline-amber-950\/30:disabled {
  outline-color: rgb(69 26 3 / 0.3);
}
.disabled\:outline-amber-950\/35:disabled {
  outline-color: rgb(69 26 3 / 0.35);
}
.disabled\:outline-amber-950\/40:disabled {
  outline-color: rgb(69 26 3 / 0.4);
}
.disabled\:outline-amber-950\/45:disabled {
  outline-color: rgb(69 26 3 / 0.45);
}
.disabled\:outline-amber-950\/5:disabled {
  outline-color: rgb(69 26 3 / 0.05);
}
.disabled\:outline-amber-950\/50:disabled {
  outline-color: rgb(69 26 3 / 0.5);
}
.disabled\:outline-amber-950\/55:disabled {
  outline-color: rgb(69 26 3 / 0.55);
}
.disabled\:outline-amber-950\/60:disabled {
  outline-color: rgb(69 26 3 / 0.6);
}
.disabled\:outline-amber-950\/65:disabled {
  outline-color: rgb(69 26 3 / 0.65);
}
.disabled\:outline-amber-950\/70:disabled {
  outline-color: rgb(69 26 3 / 0.7);
}
.disabled\:outline-amber-950\/75:disabled {
  outline-color: rgb(69 26 3 / 0.75);
}
.disabled\:outline-amber-950\/80:disabled {
  outline-color: rgb(69 26 3 / 0.8);
}
.disabled\:outline-amber-950\/85:disabled {
  outline-color: rgb(69 26 3 / 0.85);
}
.disabled\:outline-amber-950\/90:disabled {
  outline-color: rgb(69 26 3 / 0.9);
}
.disabled\:outline-amber-950\/95:disabled {
  outline-color: rgb(69 26 3 / 0.95);
}
.disabled\:outline-black:disabled {
  outline-color: #000;
}
.disabled\:outline-black\/0:disabled {
  outline-color: rgb(0 0 0 / 0);
}
.disabled\:outline-black\/10:disabled {
  outline-color: rgb(0 0 0 / 0.1);
}
.disabled\:outline-black\/100:disabled {
  outline-color: rgb(0 0 0 / 1);
}
.disabled\:outline-black\/15:disabled {
  outline-color: rgb(0 0 0 / 0.15);
}
.disabled\:outline-black\/20:disabled {
  outline-color: rgb(0 0 0 / 0.2);
}
.disabled\:outline-black\/25:disabled {
  outline-color: rgb(0 0 0 / 0.25);
}
.disabled\:outline-black\/30:disabled {
  outline-color: rgb(0 0 0 / 0.3);
}
.disabled\:outline-black\/35:disabled {
  outline-color: rgb(0 0 0 / 0.35);
}
.disabled\:outline-black\/40:disabled {
  outline-color: rgb(0 0 0 / 0.4);
}
.disabled\:outline-black\/45:disabled {
  outline-color: rgb(0 0 0 / 0.45);
}
.disabled\:outline-black\/5:disabled {
  outline-color: rgb(0 0 0 / 0.05);
}
.disabled\:outline-black\/50:disabled {
  outline-color: rgb(0 0 0 / 0.5);
}
.disabled\:outline-black\/55:disabled {
  outline-color: rgb(0 0 0 / 0.55);
}
.disabled\:outline-black\/60:disabled {
  outline-color: rgb(0 0 0 / 0.6);
}
.disabled\:outline-black\/65:disabled {
  outline-color: rgb(0 0 0 / 0.65);
}
.disabled\:outline-black\/70:disabled {
  outline-color: rgb(0 0 0 / 0.7);
}
.disabled\:outline-black\/75:disabled {
  outline-color: rgb(0 0 0 / 0.75);
}
.disabled\:outline-black\/80:disabled {
  outline-color: rgb(0 0 0 / 0.8);
}
.disabled\:outline-black\/85:disabled {
  outline-color: rgb(0 0 0 / 0.85);
}
.disabled\:outline-black\/90:disabled {
  outline-color: rgb(0 0 0 / 0.9);
}
.disabled\:outline-black\/95:disabled {
  outline-color: rgb(0 0 0 / 0.95);
}
.disabled\:outline-blue-100:disabled {
  outline-color: #dbeafe;
}
.disabled\:outline-blue-100\/0:disabled {
  outline-color: rgb(219 234 254 / 0);
}
.disabled\:outline-blue-100\/10:disabled {
  outline-color: rgb(219 234 254 / 0.1);
}
.disabled\:outline-blue-100\/100:disabled {
  outline-color: rgb(219 234 254 / 1);
}
.disabled\:outline-blue-100\/15:disabled {
  outline-color: rgb(219 234 254 / 0.15);
}
.disabled\:outline-blue-100\/20:disabled {
  outline-color: rgb(219 234 254 / 0.2);
}
.disabled\:outline-blue-100\/25:disabled {
  outline-color: rgb(219 234 254 / 0.25);
}
.disabled\:outline-blue-100\/30:disabled {
  outline-color: rgb(219 234 254 / 0.3);
}
.disabled\:outline-blue-100\/35:disabled {
  outline-color: rgb(219 234 254 / 0.35);
}
.disabled\:outline-blue-100\/40:disabled {
  outline-color: rgb(219 234 254 / 0.4);
}
.disabled\:outline-blue-100\/45:disabled {
  outline-color: rgb(219 234 254 / 0.45);
}
.disabled\:outline-blue-100\/5:disabled {
  outline-color: rgb(219 234 254 / 0.05);
}
.disabled\:outline-blue-100\/50:disabled {
  outline-color: rgb(219 234 254 / 0.5);
}
.disabled\:outline-blue-100\/55:disabled {
  outline-color: rgb(219 234 254 / 0.55);
}
.disabled\:outline-blue-100\/60:disabled {
  outline-color: rgb(219 234 254 / 0.6);
}
.disabled\:outline-blue-100\/65:disabled {
  outline-color: rgb(219 234 254 / 0.65);
}
.disabled\:outline-blue-100\/70:disabled {
  outline-color: rgb(219 234 254 / 0.7);
}
.disabled\:outline-blue-100\/75:disabled {
  outline-color: rgb(219 234 254 / 0.75);
}
.disabled\:outline-blue-100\/80:disabled {
  outline-color: rgb(219 234 254 / 0.8);
}
.disabled\:outline-blue-100\/85:disabled {
  outline-color: rgb(219 234 254 / 0.85);
}
.disabled\:outline-blue-100\/90:disabled {
  outline-color: rgb(219 234 254 / 0.9);
}
.disabled\:outline-blue-100\/95:disabled {
  outline-color: rgb(219 234 254 / 0.95);
}
.disabled\:outline-blue-200:disabled {
  outline-color: #bfdbfe;
}
.disabled\:outline-blue-200\/0:disabled {
  outline-color: rgb(191 219 254 / 0);
}
.disabled\:outline-blue-200\/10:disabled {
  outline-color: rgb(191 219 254 / 0.1);
}
.disabled\:outline-blue-200\/100:disabled {
  outline-color: rgb(191 219 254 / 1);
}
.disabled\:outline-blue-200\/15:disabled {
  outline-color: rgb(191 219 254 / 0.15);
}
.disabled\:outline-blue-200\/20:disabled {
  outline-color: rgb(191 219 254 / 0.2);
}
.disabled\:outline-blue-200\/25:disabled {
  outline-color: rgb(191 219 254 / 0.25);
}
.disabled\:outline-blue-200\/30:disabled {
  outline-color: rgb(191 219 254 / 0.3);
}
.disabled\:outline-blue-200\/35:disabled {
  outline-color: rgb(191 219 254 / 0.35);
}
.disabled\:outline-blue-200\/40:disabled {
  outline-color: rgb(191 219 254 / 0.4);
}
.disabled\:outline-blue-200\/45:disabled {
  outline-color: rgb(191 219 254 / 0.45);
}
.disabled\:outline-blue-200\/5:disabled {
  outline-color: rgb(191 219 254 / 0.05);
}
.disabled\:outline-blue-200\/50:disabled {
  outline-color: rgb(191 219 254 / 0.5);
}
.disabled\:outline-blue-200\/55:disabled {
  outline-color: rgb(191 219 254 / 0.55);
}
.disabled\:outline-blue-200\/60:disabled {
  outline-color: rgb(191 219 254 / 0.6);
}
.disabled\:outline-blue-200\/65:disabled {
  outline-color: rgb(191 219 254 / 0.65);
}
.disabled\:outline-blue-200\/70:disabled {
  outline-color: rgb(191 219 254 / 0.7);
}
.disabled\:outline-blue-200\/75:disabled {
  outline-color: rgb(191 219 254 / 0.75);
}
.disabled\:outline-blue-200\/80:disabled {
  outline-color: rgb(191 219 254 / 0.8);
}
.disabled\:outline-blue-200\/85:disabled {
  outline-color: rgb(191 219 254 / 0.85);
}
.disabled\:outline-blue-200\/90:disabled {
  outline-color: rgb(191 219 254 / 0.9);
}
.disabled\:outline-blue-200\/95:disabled {
  outline-color: rgb(191 219 254 / 0.95);
}
.disabled\:outline-blue-300:disabled {
  outline-color: #93c5fd;
}
.disabled\:outline-blue-300\/0:disabled {
  outline-color: rgb(147 197 253 / 0);
}
.disabled\:outline-blue-300\/10:disabled {
  outline-color: rgb(147 197 253 / 0.1);
}
.disabled\:outline-blue-300\/100:disabled {
  outline-color: rgb(147 197 253 / 1);
}
.disabled\:outline-blue-300\/15:disabled {
  outline-color: rgb(147 197 253 / 0.15);
}
.disabled\:outline-blue-300\/20:disabled {
  outline-color: rgb(147 197 253 / 0.2);
}
.disabled\:outline-blue-300\/25:disabled {
  outline-color: rgb(147 197 253 / 0.25);
}
.disabled\:outline-blue-300\/30:disabled {
  outline-color: rgb(147 197 253 / 0.3);
}
.disabled\:outline-blue-300\/35:disabled {
  outline-color: rgb(147 197 253 / 0.35);
}
.disabled\:outline-blue-300\/40:disabled {
  outline-color: rgb(147 197 253 / 0.4);
}
.disabled\:outline-blue-300\/45:disabled {
  outline-color: rgb(147 197 253 / 0.45);
}
.disabled\:outline-blue-300\/5:disabled {
  outline-color: rgb(147 197 253 / 0.05);
}
.disabled\:outline-blue-300\/50:disabled {
  outline-color: rgb(147 197 253 / 0.5);
}
.disabled\:outline-blue-300\/55:disabled {
  outline-color: rgb(147 197 253 / 0.55);
}
.disabled\:outline-blue-300\/60:disabled {
  outline-color: rgb(147 197 253 / 0.6);
}
.disabled\:outline-blue-300\/65:disabled {
  outline-color: rgb(147 197 253 / 0.65);
}
.disabled\:outline-blue-300\/70:disabled {
  outline-color: rgb(147 197 253 / 0.7);
}
.disabled\:outline-blue-300\/75:disabled {
  outline-color: rgb(147 197 253 / 0.75);
}
.disabled\:outline-blue-300\/80:disabled {
  outline-color: rgb(147 197 253 / 0.8);
}
.disabled\:outline-blue-300\/85:disabled {
  outline-color: rgb(147 197 253 / 0.85);
}
.disabled\:outline-blue-300\/90:disabled {
  outline-color: rgb(147 197 253 / 0.9);
}
.disabled\:outline-blue-300\/95:disabled {
  outline-color: rgb(147 197 253 / 0.95);
}
.disabled\:outline-blue-400:disabled {
  outline-color: #60a5fa;
}
.disabled\:outline-blue-400\/0:disabled {
  outline-color: rgb(96 165 250 / 0);
}
.disabled\:outline-blue-400\/10:disabled {
  outline-color: rgb(96 165 250 / 0.1);
}
.disabled\:outline-blue-400\/100:disabled {
  outline-color: rgb(96 165 250 / 1);
}
.disabled\:outline-blue-400\/15:disabled {
  outline-color: rgb(96 165 250 / 0.15);
}
.disabled\:outline-blue-400\/20:disabled {
  outline-color: rgb(96 165 250 / 0.2);
}
.disabled\:outline-blue-400\/25:disabled {
  outline-color: rgb(96 165 250 / 0.25);
}
.disabled\:outline-blue-400\/30:disabled {
  outline-color: rgb(96 165 250 / 0.3);
}
.disabled\:outline-blue-400\/35:disabled {
  outline-color: rgb(96 165 250 / 0.35);
}
.disabled\:outline-blue-400\/40:disabled {
  outline-color: rgb(96 165 250 / 0.4);
}
.disabled\:outline-blue-400\/45:disabled {
  outline-color: rgb(96 165 250 / 0.45);
}
.disabled\:outline-blue-400\/5:disabled {
  outline-color: rgb(96 165 250 / 0.05);
}
.disabled\:outline-blue-400\/50:disabled {
  outline-color: rgb(96 165 250 / 0.5);
}
.disabled\:outline-blue-400\/55:disabled {
  outline-color: rgb(96 165 250 / 0.55);
}
.disabled\:outline-blue-400\/60:disabled {
  outline-color: rgb(96 165 250 / 0.6);
}
.disabled\:outline-blue-400\/65:disabled {
  outline-color: rgb(96 165 250 / 0.65);
}
.disabled\:outline-blue-400\/70:disabled {
  outline-color: rgb(96 165 250 / 0.7);
}
.disabled\:outline-blue-400\/75:disabled {
  outline-color: rgb(96 165 250 / 0.75);
}
.disabled\:outline-blue-400\/80:disabled {
  outline-color: rgb(96 165 250 / 0.8);
}
.disabled\:outline-blue-400\/85:disabled {
  outline-color: rgb(96 165 250 / 0.85);
}
.disabled\:outline-blue-400\/90:disabled {
  outline-color: rgb(96 165 250 / 0.9);
}
.disabled\:outline-blue-400\/95:disabled {
  outline-color: rgb(96 165 250 / 0.95);
}
.disabled\:outline-blue-50:disabled {
  outline-color: #eff6ff;
}
.disabled\:outline-blue-50\/0:disabled {
  outline-color: rgb(239 246 255 / 0);
}
.disabled\:outline-blue-50\/10:disabled {
  outline-color: rgb(239 246 255 / 0.1);
}
.disabled\:outline-blue-50\/100:disabled {
  outline-color: rgb(239 246 255 / 1);
}
.disabled\:outline-blue-50\/15:disabled {
  outline-color: rgb(239 246 255 / 0.15);
}
.disabled\:outline-blue-50\/20:disabled {
  outline-color: rgb(239 246 255 / 0.2);
}
.disabled\:outline-blue-50\/25:disabled {
  outline-color: rgb(239 246 255 / 0.25);
}
.disabled\:outline-blue-50\/30:disabled {
  outline-color: rgb(239 246 255 / 0.3);
}
.disabled\:outline-blue-50\/35:disabled {
  outline-color: rgb(239 246 255 / 0.35);
}
.disabled\:outline-blue-50\/40:disabled {
  outline-color: rgb(239 246 255 / 0.4);
}
.disabled\:outline-blue-50\/45:disabled {
  outline-color: rgb(239 246 255 / 0.45);
}
.disabled\:outline-blue-50\/5:disabled {
  outline-color: rgb(239 246 255 / 0.05);
}
.disabled\:outline-blue-50\/50:disabled {
  outline-color: rgb(239 246 255 / 0.5);
}
.disabled\:outline-blue-50\/55:disabled {
  outline-color: rgb(239 246 255 / 0.55);
}
.disabled\:outline-blue-50\/60:disabled {
  outline-color: rgb(239 246 255 / 0.6);
}
.disabled\:outline-blue-50\/65:disabled {
  outline-color: rgb(239 246 255 / 0.65);
}
.disabled\:outline-blue-50\/70:disabled {
  outline-color: rgb(239 246 255 / 0.7);
}
.disabled\:outline-blue-50\/75:disabled {
  outline-color: rgb(239 246 255 / 0.75);
}
.disabled\:outline-blue-50\/80:disabled {
  outline-color: rgb(239 246 255 / 0.8);
}
.disabled\:outline-blue-50\/85:disabled {
  outline-color: rgb(239 246 255 / 0.85);
}
.disabled\:outline-blue-50\/90:disabled {
  outline-color: rgb(239 246 255 / 0.9);
}
.disabled\:outline-blue-50\/95:disabled {
  outline-color: rgb(239 246 255 / 0.95);
}
.disabled\:outline-blue-500:disabled {
  outline-color: #3b82f6;
}
.disabled\:outline-blue-500\/0:disabled {
  outline-color: rgb(59 130 246 / 0);
}
.disabled\:outline-blue-500\/10:disabled {
  outline-color: rgb(59 130 246 / 0.1);
}
.disabled\:outline-blue-500\/100:disabled {
  outline-color: rgb(59 130 246 / 1);
}
.disabled\:outline-blue-500\/15:disabled {
  outline-color: rgb(59 130 246 / 0.15);
}
.disabled\:outline-blue-500\/20:disabled {
  outline-color: rgb(59 130 246 / 0.2);
}
.disabled\:outline-blue-500\/25:disabled {
  outline-color: rgb(59 130 246 / 0.25);
}
.disabled\:outline-blue-500\/30:disabled {
  outline-color: rgb(59 130 246 / 0.3);
}
.disabled\:outline-blue-500\/35:disabled {
  outline-color: rgb(59 130 246 / 0.35);
}
.disabled\:outline-blue-500\/40:disabled {
  outline-color: rgb(59 130 246 / 0.4);
}
.disabled\:outline-blue-500\/45:disabled {
  outline-color: rgb(59 130 246 / 0.45);
}
.disabled\:outline-blue-500\/5:disabled {
  outline-color: rgb(59 130 246 / 0.05);
}
.disabled\:outline-blue-500\/50:disabled {
  outline-color: rgb(59 130 246 / 0.5);
}
.disabled\:outline-blue-500\/55:disabled {
  outline-color: rgb(59 130 246 / 0.55);
}
.disabled\:outline-blue-500\/60:disabled {
  outline-color: rgb(59 130 246 / 0.6);
}
.disabled\:outline-blue-500\/65:disabled {
  outline-color: rgb(59 130 246 / 0.65);
}
.disabled\:outline-blue-500\/70:disabled {
  outline-color: rgb(59 130 246 / 0.7);
}
.disabled\:outline-blue-500\/75:disabled {
  outline-color: rgb(59 130 246 / 0.75);
}
.disabled\:outline-blue-500\/80:disabled {
  outline-color: rgb(59 130 246 / 0.8);
}
.disabled\:outline-blue-500\/85:disabled {
  outline-color: rgb(59 130 246 / 0.85);
}
.disabled\:outline-blue-500\/90:disabled {
  outline-color: rgb(59 130 246 / 0.9);
}
.disabled\:outline-blue-500\/95:disabled {
  outline-color: rgb(59 130 246 / 0.95);
}
.disabled\:outline-blue-600:disabled {
  outline-color: #2563eb;
}
.disabled\:outline-blue-600\/0:disabled {
  outline-color: rgb(37 99 235 / 0);
}
.disabled\:outline-blue-600\/10:disabled {
  outline-color: rgb(37 99 235 / 0.1);
}
.disabled\:outline-blue-600\/100:disabled {
  outline-color: rgb(37 99 235 / 1);
}
.disabled\:outline-blue-600\/15:disabled {
  outline-color: rgb(37 99 235 / 0.15);
}
.disabled\:outline-blue-600\/20:disabled {
  outline-color: rgb(37 99 235 / 0.2);
}
.disabled\:outline-blue-600\/25:disabled {
  outline-color: rgb(37 99 235 / 0.25);
}
.disabled\:outline-blue-600\/30:disabled {
  outline-color: rgb(37 99 235 / 0.3);
}
.disabled\:outline-blue-600\/35:disabled {
  outline-color: rgb(37 99 235 / 0.35);
}
.disabled\:outline-blue-600\/40:disabled {
  outline-color: rgb(37 99 235 / 0.4);
}
.disabled\:outline-blue-600\/45:disabled {
  outline-color: rgb(37 99 235 / 0.45);
}
.disabled\:outline-blue-600\/5:disabled {
  outline-color: rgb(37 99 235 / 0.05);
}
.disabled\:outline-blue-600\/50:disabled {
  outline-color: rgb(37 99 235 / 0.5);
}
.disabled\:outline-blue-600\/55:disabled {
  outline-color: rgb(37 99 235 / 0.55);
}
.disabled\:outline-blue-600\/60:disabled {
  outline-color: rgb(37 99 235 / 0.6);
}
.disabled\:outline-blue-600\/65:disabled {
  outline-color: rgb(37 99 235 / 0.65);
}
.disabled\:outline-blue-600\/70:disabled {
  outline-color: rgb(37 99 235 / 0.7);
}
.disabled\:outline-blue-600\/75:disabled {
  outline-color: rgb(37 99 235 / 0.75);
}
.disabled\:outline-blue-600\/80:disabled {
  outline-color: rgb(37 99 235 / 0.8);
}
.disabled\:outline-blue-600\/85:disabled {
  outline-color: rgb(37 99 235 / 0.85);
}
.disabled\:outline-blue-600\/90:disabled {
  outline-color: rgb(37 99 235 / 0.9);
}
.disabled\:outline-blue-600\/95:disabled {
  outline-color: rgb(37 99 235 / 0.95);
}
.disabled\:outline-blue-700:disabled {
  outline-color: #1d4ed8;
}
.disabled\:outline-blue-700\/0:disabled {
  outline-color: rgb(29 78 216 / 0);
}
.disabled\:outline-blue-700\/10:disabled {
  outline-color: rgb(29 78 216 / 0.1);
}
.disabled\:outline-blue-700\/100:disabled {
  outline-color: rgb(29 78 216 / 1);
}
.disabled\:outline-blue-700\/15:disabled {
  outline-color: rgb(29 78 216 / 0.15);
}
.disabled\:outline-blue-700\/20:disabled {
  outline-color: rgb(29 78 216 / 0.2);
}
.disabled\:outline-blue-700\/25:disabled {
  outline-color: rgb(29 78 216 / 0.25);
}
.disabled\:outline-blue-700\/30:disabled {
  outline-color: rgb(29 78 216 / 0.3);
}
.disabled\:outline-blue-700\/35:disabled {
  outline-color: rgb(29 78 216 / 0.35);
}
.disabled\:outline-blue-700\/40:disabled {
  outline-color: rgb(29 78 216 / 0.4);
}
.disabled\:outline-blue-700\/45:disabled {
  outline-color: rgb(29 78 216 / 0.45);
}
.disabled\:outline-blue-700\/5:disabled {
  outline-color: rgb(29 78 216 / 0.05);
}
.disabled\:outline-blue-700\/50:disabled {
  outline-color: rgb(29 78 216 / 0.5);
}
.disabled\:outline-blue-700\/55:disabled {
  outline-color: rgb(29 78 216 / 0.55);
}
.disabled\:outline-blue-700\/60:disabled {
  outline-color: rgb(29 78 216 / 0.6);
}
.disabled\:outline-blue-700\/65:disabled {
  outline-color: rgb(29 78 216 / 0.65);
}
.disabled\:outline-blue-700\/70:disabled {
  outline-color: rgb(29 78 216 / 0.7);
}
.disabled\:outline-blue-700\/75:disabled {
  outline-color: rgb(29 78 216 / 0.75);
}
.disabled\:outline-blue-700\/80:disabled {
  outline-color: rgb(29 78 216 / 0.8);
}
.disabled\:outline-blue-700\/85:disabled {
  outline-color: rgb(29 78 216 / 0.85);
}
.disabled\:outline-blue-700\/90:disabled {
  outline-color: rgb(29 78 216 / 0.9);
}
.disabled\:outline-blue-700\/95:disabled {
  outline-color: rgb(29 78 216 / 0.95);
}
.disabled\:outline-blue-800:disabled {
  outline-color: #1e40af;
}
.disabled\:outline-blue-800\/0:disabled {
  outline-color: rgb(30 64 175 / 0);
}
.disabled\:outline-blue-800\/10:disabled {
  outline-color: rgb(30 64 175 / 0.1);
}
.disabled\:outline-blue-800\/100:disabled {
  outline-color: rgb(30 64 175 / 1);
}
.disabled\:outline-blue-800\/15:disabled {
  outline-color: rgb(30 64 175 / 0.15);
}
.disabled\:outline-blue-800\/20:disabled {
  outline-color: rgb(30 64 175 / 0.2);
}
.disabled\:outline-blue-800\/25:disabled {
  outline-color: rgb(30 64 175 / 0.25);
}
.disabled\:outline-blue-800\/30:disabled {
  outline-color: rgb(30 64 175 / 0.3);
}
.disabled\:outline-blue-800\/35:disabled {
  outline-color: rgb(30 64 175 / 0.35);
}
.disabled\:outline-blue-800\/40:disabled {
  outline-color: rgb(30 64 175 / 0.4);
}
.disabled\:outline-blue-800\/45:disabled {
  outline-color: rgb(30 64 175 / 0.45);
}
.disabled\:outline-blue-800\/5:disabled {
  outline-color: rgb(30 64 175 / 0.05);
}
.disabled\:outline-blue-800\/50:disabled {
  outline-color: rgb(30 64 175 / 0.5);
}
.disabled\:outline-blue-800\/55:disabled {
  outline-color: rgb(30 64 175 / 0.55);
}
.disabled\:outline-blue-800\/60:disabled {
  outline-color: rgb(30 64 175 / 0.6);
}
.disabled\:outline-blue-800\/65:disabled {
  outline-color: rgb(30 64 175 / 0.65);
}
.disabled\:outline-blue-800\/70:disabled {
  outline-color: rgb(30 64 175 / 0.7);
}
.disabled\:outline-blue-800\/75:disabled {
  outline-color: rgb(30 64 175 / 0.75);
}
.disabled\:outline-blue-800\/80:disabled {
  outline-color: rgb(30 64 175 / 0.8);
}
.disabled\:outline-blue-800\/85:disabled {
  outline-color: rgb(30 64 175 / 0.85);
}
.disabled\:outline-blue-800\/90:disabled {
  outline-color: rgb(30 64 175 / 0.9);
}
.disabled\:outline-blue-800\/95:disabled {
  outline-color: rgb(30 64 175 / 0.95);
}
.disabled\:outline-blue-900:disabled {
  outline-color: #1e3a8a;
}
.disabled\:outline-blue-900\/0:disabled {
  outline-color: rgb(30 58 138 / 0);
}
.disabled\:outline-blue-900\/10:disabled {
  outline-color: rgb(30 58 138 / 0.1);
}
.disabled\:outline-blue-900\/100:disabled {
  outline-color: rgb(30 58 138 / 1);
}
.disabled\:outline-blue-900\/15:disabled {
  outline-color: rgb(30 58 138 / 0.15);
}
.disabled\:outline-blue-900\/20:disabled {
  outline-color: rgb(30 58 138 / 0.2);
}
.disabled\:outline-blue-900\/25:disabled {
  outline-color: rgb(30 58 138 / 0.25);
}
.disabled\:outline-blue-900\/30:disabled {
  outline-color: rgb(30 58 138 / 0.3);
}
.disabled\:outline-blue-900\/35:disabled {
  outline-color: rgb(30 58 138 / 0.35);
}
.disabled\:outline-blue-900\/40:disabled {
  outline-color: rgb(30 58 138 / 0.4);
}
.disabled\:outline-blue-900\/45:disabled {
  outline-color: rgb(30 58 138 / 0.45);
}
.disabled\:outline-blue-900\/5:disabled {
  outline-color: rgb(30 58 138 / 0.05);
}
.disabled\:outline-blue-900\/50:disabled {
  outline-color: rgb(30 58 138 / 0.5);
}
.disabled\:outline-blue-900\/55:disabled {
  outline-color: rgb(30 58 138 / 0.55);
}
.disabled\:outline-blue-900\/60:disabled {
  outline-color: rgb(30 58 138 / 0.6);
}
.disabled\:outline-blue-900\/65:disabled {
  outline-color: rgb(30 58 138 / 0.65);
}
.disabled\:outline-blue-900\/70:disabled {
  outline-color: rgb(30 58 138 / 0.7);
}
.disabled\:outline-blue-900\/75:disabled {
  outline-color: rgb(30 58 138 / 0.75);
}
.disabled\:outline-blue-900\/80:disabled {
  outline-color: rgb(30 58 138 / 0.8);
}
.disabled\:outline-blue-900\/85:disabled {
  outline-color: rgb(30 58 138 / 0.85);
}
.disabled\:outline-blue-900\/90:disabled {
  outline-color: rgb(30 58 138 / 0.9);
}
.disabled\:outline-blue-900\/95:disabled {
  outline-color: rgb(30 58 138 / 0.95);
}
.disabled\:outline-blue-950:disabled {
  outline-color: #172554;
}
.disabled\:outline-blue-950\/0:disabled {
  outline-color: rgb(23 37 84 / 0);
}
.disabled\:outline-blue-950\/10:disabled {
  outline-color: rgb(23 37 84 / 0.1);
}
.disabled\:outline-blue-950\/100:disabled {
  outline-color: rgb(23 37 84 / 1);
}
.disabled\:outline-blue-950\/15:disabled {
  outline-color: rgb(23 37 84 / 0.15);
}
.disabled\:outline-blue-950\/20:disabled {
  outline-color: rgb(23 37 84 / 0.2);
}
.disabled\:outline-blue-950\/25:disabled {
  outline-color: rgb(23 37 84 / 0.25);
}
.disabled\:outline-blue-950\/30:disabled {
  outline-color: rgb(23 37 84 / 0.3);
}
.disabled\:outline-blue-950\/35:disabled {
  outline-color: rgb(23 37 84 / 0.35);
}
.disabled\:outline-blue-950\/40:disabled {
  outline-color: rgb(23 37 84 / 0.4);
}
.disabled\:outline-blue-950\/45:disabled {
  outline-color: rgb(23 37 84 / 0.45);
}
.disabled\:outline-blue-950\/5:disabled {
  outline-color: rgb(23 37 84 / 0.05);
}
.disabled\:outline-blue-950\/50:disabled {
  outline-color: rgb(23 37 84 / 0.5);
}
.disabled\:outline-blue-950\/55:disabled {
  outline-color: rgb(23 37 84 / 0.55);
}
.disabled\:outline-blue-950\/60:disabled {
  outline-color: rgb(23 37 84 / 0.6);
}
.disabled\:outline-blue-950\/65:disabled {
  outline-color: rgb(23 37 84 / 0.65);
}
.disabled\:outline-blue-950\/70:disabled {
  outline-color: rgb(23 37 84 / 0.7);
}
.disabled\:outline-blue-950\/75:disabled {
  outline-color: rgb(23 37 84 / 0.75);
}
.disabled\:outline-blue-950\/80:disabled {
  outline-color: rgb(23 37 84 / 0.8);
}
.disabled\:outline-blue-950\/85:disabled {
  outline-color: rgb(23 37 84 / 0.85);
}
.disabled\:outline-blue-950\/90:disabled {
  outline-color: rgb(23 37 84 / 0.9);
}
.disabled\:outline-blue-950\/95:disabled {
  outline-color: rgb(23 37 84 / 0.95);
}
.disabled\:outline-current:disabled {
  outline-color: currentColor;
}
.disabled\:outline-cyan-100:disabled {
  outline-color: #cffafe;
}
.disabled\:outline-cyan-100\/0:disabled {
  outline-color: rgb(207 250 254 / 0);
}
.disabled\:outline-cyan-100\/10:disabled {
  outline-color: rgb(207 250 254 / 0.1);
}
.disabled\:outline-cyan-100\/100:disabled {
  outline-color: rgb(207 250 254 / 1);
}
.disabled\:outline-cyan-100\/15:disabled {
  outline-color: rgb(207 250 254 / 0.15);
}
.disabled\:outline-cyan-100\/20:disabled {
  outline-color: rgb(207 250 254 / 0.2);
}
.disabled\:outline-cyan-100\/25:disabled {
  outline-color: rgb(207 250 254 / 0.25);
}
.disabled\:outline-cyan-100\/30:disabled {
  outline-color: rgb(207 250 254 / 0.3);
}
.disabled\:outline-cyan-100\/35:disabled {
  outline-color: rgb(207 250 254 / 0.35);
}
.disabled\:outline-cyan-100\/40:disabled {
  outline-color: rgb(207 250 254 / 0.4);
}
.disabled\:outline-cyan-100\/45:disabled {
  outline-color: rgb(207 250 254 / 0.45);
}
.disabled\:outline-cyan-100\/5:disabled {
  outline-color: rgb(207 250 254 / 0.05);
}
.disabled\:outline-cyan-100\/50:disabled {
  outline-color: rgb(207 250 254 / 0.5);
}
.disabled\:outline-cyan-100\/55:disabled {
  outline-color: rgb(207 250 254 / 0.55);
}
.disabled\:outline-cyan-100\/60:disabled {
  outline-color: rgb(207 250 254 / 0.6);
}
.disabled\:outline-cyan-100\/65:disabled {
  outline-color: rgb(207 250 254 / 0.65);
}
.disabled\:outline-cyan-100\/70:disabled {
  outline-color: rgb(207 250 254 / 0.7);
}
.disabled\:outline-cyan-100\/75:disabled {
  outline-color: rgb(207 250 254 / 0.75);
}
.disabled\:outline-cyan-100\/80:disabled {
  outline-color: rgb(207 250 254 / 0.8);
}
.disabled\:outline-cyan-100\/85:disabled {
  outline-color: rgb(207 250 254 / 0.85);
}
.disabled\:outline-cyan-100\/90:disabled {
  outline-color: rgb(207 250 254 / 0.9);
}
.disabled\:outline-cyan-100\/95:disabled {
  outline-color: rgb(207 250 254 / 0.95);
}
.disabled\:outline-cyan-200:disabled {
  outline-color: #a5f3fc;
}
.disabled\:outline-cyan-200\/0:disabled {
  outline-color: rgb(165 243 252 / 0);
}
.disabled\:outline-cyan-200\/10:disabled {
  outline-color: rgb(165 243 252 / 0.1);
}
.disabled\:outline-cyan-200\/100:disabled {
  outline-color: rgb(165 243 252 / 1);
}
.disabled\:outline-cyan-200\/15:disabled {
  outline-color: rgb(165 243 252 / 0.15);
}
.disabled\:outline-cyan-200\/20:disabled {
  outline-color: rgb(165 243 252 / 0.2);
}
.disabled\:outline-cyan-200\/25:disabled {
  outline-color: rgb(165 243 252 / 0.25);
}
.disabled\:outline-cyan-200\/30:disabled {
  outline-color: rgb(165 243 252 / 0.3);
}
.disabled\:outline-cyan-200\/35:disabled {
  outline-color: rgb(165 243 252 / 0.35);
}
.disabled\:outline-cyan-200\/40:disabled {
  outline-color: rgb(165 243 252 / 0.4);
}
.disabled\:outline-cyan-200\/45:disabled {
  outline-color: rgb(165 243 252 / 0.45);
}
.disabled\:outline-cyan-200\/5:disabled {
  outline-color: rgb(165 243 252 / 0.05);
}
.disabled\:outline-cyan-200\/50:disabled {
  outline-color: rgb(165 243 252 / 0.5);
}
.disabled\:outline-cyan-200\/55:disabled {
  outline-color: rgb(165 243 252 / 0.55);
}
.disabled\:outline-cyan-200\/60:disabled {
  outline-color: rgb(165 243 252 / 0.6);
}
.disabled\:outline-cyan-200\/65:disabled {
  outline-color: rgb(165 243 252 / 0.65);
}
.disabled\:outline-cyan-200\/70:disabled {
  outline-color: rgb(165 243 252 / 0.7);
}
.disabled\:outline-cyan-200\/75:disabled {
  outline-color: rgb(165 243 252 / 0.75);
}
.disabled\:outline-cyan-200\/80:disabled {
  outline-color: rgb(165 243 252 / 0.8);
}
.disabled\:outline-cyan-200\/85:disabled {
  outline-color: rgb(165 243 252 / 0.85);
}
.disabled\:outline-cyan-200\/90:disabled {
  outline-color: rgb(165 243 252 / 0.9);
}
.disabled\:outline-cyan-200\/95:disabled {
  outline-color: rgb(165 243 252 / 0.95);
}
.disabled\:outline-cyan-300:disabled {
  outline-color: #67e8f9;
}
.disabled\:outline-cyan-300\/0:disabled {
  outline-color: rgb(103 232 249 / 0);
}
.disabled\:outline-cyan-300\/10:disabled {
  outline-color: rgb(103 232 249 / 0.1);
}
.disabled\:outline-cyan-300\/100:disabled {
  outline-color: rgb(103 232 249 / 1);
}
.disabled\:outline-cyan-300\/15:disabled {
  outline-color: rgb(103 232 249 / 0.15);
}
.disabled\:outline-cyan-300\/20:disabled {
  outline-color: rgb(103 232 249 / 0.2);
}
.disabled\:outline-cyan-300\/25:disabled {
  outline-color: rgb(103 232 249 / 0.25);
}
.disabled\:outline-cyan-300\/30:disabled {
  outline-color: rgb(103 232 249 / 0.3);
}
.disabled\:outline-cyan-300\/35:disabled {
  outline-color: rgb(103 232 249 / 0.35);
}
.disabled\:outline-cyan-300\/40:disabled {
  outline-color: rgb(103 232 249 / 0.4);
}
.disabled\:outline-cyan-300\/45:disabled {
  outline-color: rgb(103 232 249 / 0.45);
}
.disabled\:outline-cyan-300\/5:disabled {
  outline-color: rgb(103 232 249 / 0.05);
}
.disabled\:outline-cyan-300\/50:disabled {
  outline-color: rgb(103 232 249 / 0.5);
}
.disabled\:outline-cyan-300\/55:disabled {
  outline-color: rgb(103 232 249 / 0.55);
}
.disabled\:outline-cyan-300\/60:disabled {
  outline-color: rgb(103 232 249 / 0.6);
}
.disabled\:outline-cyan-300\/65:disabled {
  outline-color: rgb(103 232 249 / 0.65);
}
.disabled\:outline-cyan-300\/70:disabled {
  outline-color: rgb(103 232 249 / 0.7);
}
.disabled\:outline-cyan-300\/75:disabled {
  outline-color: rgb(103 232 249 / 0.75);
}
.disabled\:outline-cyan-300\/80:disabled {
  outline-color: rgb(103 232 249 / 0.8);
}
.disabled\:outline-cyan-300\/85:disabled {
  outline-color: rgb(103 232 249 / 0.85);
}
.disabled\:outline-cyan-300\/90:disabled {
  outline-color: rgb(103 232 249 / 0.9);
}
.disabled\:outline-cyan-300\/95:disabled {
  outline-color: rgb(103 232 249 / 0.95);
}
.disabled\:outline-cyan-400:disabled {
  outline-color: #22d3ee;
}
.disabled\:outline-cyan-400\/0:disabled {
  outline-color: rgb(34 211 238 / 0);
}
.disabled\:outline-cyan-400\/10:disabled {
  outline-color: rgb(34 211 238 / 0.1);
}
.disabled\:outline-cyan-400\/100:disabled {
  outline-color: rgb(34 211 238 / 1);
}
.disabled\:outline-cyan-400\/15:disabled {
  outline-color: rgb(34 211 238 / 0.15);
}
.disabled\:outline-cyan-400\/20:disabled {
  outline-color: rgb(34 211 238 / 0.2);
}
.disabled\:outline-cyan-400\/25:disabled {
  outline-color: rgb(34 211 238 / 0.25);
}
.disabled\:outline-cyan-400\/30:disabled {
  outline-color: rgb(34 211 238 / 0.3);
}
.disabled\:outline-cyan-400\/35:disabled {
  outline-color: rgb(34 211 238 / 0.35);
}
.disabled\:outline-cyan-400\/40:disabled {
  outline-color: rgb(34 211 238 / 0.4);
}
.disabled\:outline-cyan-400\/45:disabled {
  outline-color: rgb(34 211 238 / 0.45);
}
.disabled\:outline-cyan-400\/5:disabled {
  outline-color: rgb(34 211 238 / 0.05);
}
.disabled\:outline-cyan-400\/50:disabled {
  outline-color: rgb(34 211 238 / 0.5);
}
.disabled\:outline-cyan-400\/55:disabled {
  outline-color: rgb(34 211 238 / 0.55);
}
.disabled\:outline-cyan-400\/60:disabled {
  outline-color: rgb(34 211 238 / 0.6);
}
.disabled\:outline-cyan-400\/65:disabled {
  outline-color: rgb(34 211 238 / 0.65);
}
.disabled\:outline-cyan-400\/70:disabled {
  outline-color: rgb(34 211 238 / 0.7);
}
.disabled\:outline-cyan-400\/75:disabled {
  outline-color: rgb(34 211 238 / 0.75);
}
.disabled\:outline-cyan-400\/80:disabled {
  outline-color: rgb(34 211 238 / 0.8);
}
.disabled\:outline-cyan-400\/85:disabled {
  outline-color: rgb(34 211 238 / 0.85);
}
.disabled\:outline-cyan-400\/90:disabled {
  outline-color: rgb(34 211 238 / 0.9);
}
.disabled\:outline-cyan-400\/95:disabled {
  outline-color: rgb(34 211 238 / 0.95);
}
.disabled\:outline-cyan-50:disabled {
  outline-color: #ecfeff;
}
.disabled\:outline-cyan-50\/0:disabled {
  outline-color: rgb(236 254 255 / 0);
}
.disabled\:outline-cyan-50\/10:disabled {
  outline-color: rgb(236 254 255 / 0.1);
}
.disabled\:outline-cyan-50\/100:disabled {
  outline-color: rgb(236 254 255 / 1);
}
.disabled\:outline-cyan-50\/15:disabled {
  outline-color: rgb(236 254 255 / 0.15);
}
.disabled\:outline-cyan-50\/20:disabled {
  outline-color: rgb(236 254 255 / 0.2);
}
.disabled\:outline-cyan-50\/25:disabled {
  outline-color: rgb(236 254 255 / 0.25);
}
.disabled\:outline-cyan-50\/30:disabled {
  outline-color: rgb(236 254 255 / 0.3);
}
.disabled\:outline-cyan-50\/35:disabled {
  outline-color: rgb(236 254 255 / 0.35);
}
.disabled\:outline-cyan-50\/40:disabled {
  outline-color: rgb(236 254 255 / 0.4);
}
.disabled\:outline-cyan-50\/45:disabled {
  outline-color: rgb(236 254 255 / 0.45);
}
.disabled\:outline-cyan-50\/5:disabled {
  outline-color: rgb(236 254 255 / 0.05);
}
.disabled\:outline-cyan-50\/50:disabled {
  outline-color: rgb(236 254 255 / 0.5);
}
.disabled\:outline-cyan-50\/55:disabled {
  outline-color: rgb(236 254 255 / 0.55);
}
.disabled\:outline-cyan-50\/60:disabled {
  outline-color: rgb(236 254 255 / 0.6);
}
.disabled\:outline-cyan-50\/65:disabled {
  outline-color: rgb(236 254 255 / 0.65);
}
.disabled\:outline-cyan-50\/70:disabled {
  outline-color: rgb(236 254 255 / 0.7);
}
.disabled\:outline-cyan-50\/75:disabled {
  outline-color: rgb(236 254 255 / 0.75);
}
.disabled\:outline-cyan-50\/80:disabled {
  outline-color: rgb(236 254 255 / 0.8);
}
.disabled\:outline-cyan-50\/85:disabled {
  outline-color: rgb(236 254 255 / 0.85);
}
.disabled\:outline-cyan-50\/90:disabled {
  outline-color: rgb(236 254 255 / 0.9);
}
.disabled\:outline-cyan-50\/95:disabled {
  outline-color: rgb(236 254 255 / 0.95);
}
.disabled\:outline-cyan-500:disabled {
  outline-color: #06b6d4;
}
.disabled\:outline-cyan-500\/0:disabled {
  outline-color: rgb(6 182 212 / 0);
}
.disabled\:outline-cyan-500\/10:disabled {
  outline-color: rgb(6 182 212 / 0.1);
}
.disabled\:outline-cyan-500\/100:disabled {
  outline-color: rgb(6 182 212 / 1);
}
.disabled\:outline-cyan-500\/15:disabled {
  outline-color: rgb(6 182 212 / 0.15);
}
.disabled\:outline-cyan-500\/20:disabled {
  outline-color: rgb(6 182 212 / 0.2);
}
.disabled\:outline-cyan-500\/25:disabled {
  outline-color: rgb(6 182 212 / 0.25);
}
.disabled\:outline-cyan-500\/30:disabled {
  outline-color: rgb(6 182 212 / 0.3);
}
.disabled\:outline-cyan-500\/35:disabled {
  outline-color: rgb(6 182 212 / 0.35);
}
.disabled\:outline-cyan-500\/40:disabled {
  outline-color: rgb(6 182 212 / 0.4);
}
.disabled\:outline-cyan-500\/45:disabled {
  outline-color: rgb(6 182 212 / 0.45);
}
.disabled\:outline-cyan-500\/5:disabled {
  outline-color: rgb(6 182 212 / 0.05);
}
.disabled\:outline-cyan-500\/50:disabled {
  outline-color: rgb(6 182 212 / 0.5);
}
.disabled\:outline-cyan-500\/55:disabled {
  outline-color: rgb(6 182 212 / 0.55);
}
.disabled\:outline-cyan-500\/60:disabled {
  outline-color: rgb(6 182 212 / 0.6);
}
.disabled\:outline-cyan-500\/65:disabled {
  outline-color: rgb(6 182 212 / 0.65);
}
.disabled\:outline-cyan-500\/70:disabled {
  outline-color: rgb(6 182 212 / 0.7);
}
.disabled\:outline-cyan-500\/75:disabled {
  outline-color: rgb(6 182 212 / 0.75);
}
.disabled\:outline-cyan-500\/80:disabled {
  outline-color: rgb(6 182 212 / 0.8);
}
.disabled\:outline-cyan-500\/85:disabled {
  outline-color: rgb(6 182 212 / 0.85);
}
.disabled\:outline-cyan-500\/90:disabled {
  outline-color: rgb(6 182 212 / 0.9);
}
.disabled\:outline-cyan-500\/95:disabled {
  outline-color: rgb(6 182 212 / 0.95);
}
.disabled\:outline-cyan-600:disabled {
  outline-color: #0891b2;
}
.disabled\:outline-cyan-600\/0:disabled {
  outline-color: rgb(8 145 178 / 0);
}
.disabled\:outline-cyan-600\/10:disabled {
  outline-color: rgb(8 145 178 / 0.1);
}
.disabled\:outline-cyan-600\/100:disabled {
  outline-color: rgb(8 145 178 / 1);
}
.disabled\:outline-cyan-600\/15:disabled {
  outline-color: rgb(8 145 178 / 0.15);
}
.disabled\:outline-cyan-600\/20:disabled {
  outline-color: rgb(8 145 178 / 0.2);
}
.disabled\:outline-cyan-600\/25:disabled {
  outline-color: rgb(8 145 178 / 0.25);
}
.disabled\:outline-cyan-600\/30:disabled {
  outline-color: rgb(8 145 178 / 0.3);
}
.disabled\:outline-cyan-600\/35:disabled {
  outline-color: rgb(8 145 178 / 0.35);
}
.disabled\:outline-cyan-600\/40:disabled {
  outline-color: rgb(8 145 178 / 0.4);
}
.disabled\:outline-cyan-600\/45:disabled {
  outline-color: rgb(8 145 178 / 0.45);
}
.disabled\:outline-cyan-600\/5:disabled {
  outline-color: rgb(8 145 178 / 0.05);
}
.disabled\:outline-cyan-600\/50:disabled {
  outline-color: rgb(8 145 178 / 0.5);
}
.disabled\:outline-cyan-600\/55:disabled {
  outline-color: rgb(8 145 178 / 0.55);
}
.disabled\:outline-cyan-600\/60:disabled {
  outline-color: rgb(8 145 178 / 0.6);
}
.disabled\:outline-cyan-600\/65:disabled {
  outline-color: rgb(8 145 178 / 0.65);
}
.disabled\:outline-cyan-600\/70:disabled {
  outline-color: rgb(8 145 178 / 0.7);
}
.disabled\:outline-cyan-600\/75:disabled {
  outline-color: rgb(8 145 178 / 0.75);
}
.disabled\:outline-cyan-600\/80:disabled {
  outline-color: rgb(8 145 178 / 0.8);
}
.disabled\:outline-cyan-600\/85:disabled {
  outline-color: rgb(8 145 178 / 0.85);
}
.disabled\:outline-cyan-600\/90:disabled {
  outline-color: rgb(8 145 178 / 0.9);
}
.disabled\:outline-cyan-600\/95:disabled {
  outline-color: rgb(8 145 178 / 0.95);
}
.disabled\:outline-cyan-700:disabled {
  outline-color: #0e7490;
}
.disabled\:outline-cyan-700\/0:disabled {
  outline-color: rgb(14 116 144 / 0);
}
.disabled\:outline-cyan-700\/10:disabled {
  outline-color: rgb(14 116 144 / 0.1);
}
.disabled\:outline-cyan-700\/100:disabled {
  outline-color: rgb(14 116 144 / 1);
}
.disabled\:outline-cyan-700\/15:disabled {
  outline-color: rgb(14 116 144 / 0.15);
}
.disabled\:outline-cyan-700\/20:disabled {
  outline-color: rgb(14 116 144 / 0.2);
}
.disabled\:outline-cyan-700\/25:disabled {
  outline-color: rgb(14 116 144 / 0.25);
}
.disabled\:outline-cyan-700\/30:disabled {
  outline-color: rgb(14 116 144 / 0.3);
}
.disabled\:outline-cyan-700\/35:disabled {
  outline-color: rgb(14 116 144 / 0.35);
}
.disabled\:outline-cyan-700\/40:disabled {
  outline-color: rgb(14 116 144 / 0.4);
}
.disabled\:outline-cyan-700\/45:disabled {
  outline-color: rgb(14 116 144 / 0.45);
}
.disabled\:outline-cyan-700\/5:disabled {
  outline-color: rgb(14 116 144 / 0.05);
}
.disabled\:outline-cyan-700\/50:disabled {
  outline-color: rgb(14 116 144 / 0.5);
}
.disabled\:outline-cyan-700\/55:disabled {
  outline-color: rgb(14 116 144 / 0.55);
}
.disabled\:outline-cyan-700\/60:disabled {
  outline-color: rgb(14 116 144 / 0.6);
}
.disabled\:outline-cyan-700\/65:disabled {
  outline-color: rgb(14 116 144 / 0.65);
}
.disabled\:outline-cyan-700\/70:disabled {
  outline-color: rgb(14 116 144 / 0.7);
}
.disabled\:outline-cyan-700\/75:disabled {
  outline-color: rgb(14 116 144 / 0.75);
}
.disabled\:outline-cyan-700\/80:disabled {
  outline-color: rgb(14 116 144 / 0.8);
}
.disabled\:outline-cyan-700\/85:disabled {
  outline-color: rgb(14 116 144 / 0.85);
}
.disabled\:outline-cyan-700\/90:disabled {
  outline-color: rgb(14 116 144 / 0.9);
}
.disabled\:outline-cyan-700\/95:disabled {
  outline-color: rgb(14 116 144 / 0.95);
}
.disabled\:outline-cyan-800:disabled {
  outline-color: #155e75;
}
.disabled\:outline-cyan-800\/0:disabled {
  outline-color: rgb(21 94 117 / 0);
}
.disabled\:outline-cyan-800\/10:disabled {
  outline-color: rgb(21 94 117 / 0.1);
}
.disabled\:outline-cyan-800\/100:disabled {
  outline-color: rgb(21 94 117 / 1);
}
.disabled\:outline-cyan-800\/15:disabled {
  outline-color: rgb(21 94 117 / 0.15);
}
.disabled\:outline-cyan-800\/20:disabled {
  outline-color: rgb(21 94 117 / 0.2);
}
.disabled\:outline-cyan-800\/25:disabled {
  outline-color: rgb(21 94 117 / 0.25);
}
.disabled\:outline-cyan-800\/30:disabled {
  outline-color: rgb(21 94 117 / 0.3);
}
.disabled\:outline-cyan-800\/35:disabled {
  outline-color: rgb(21 94 117 / 0.35);
}
.disabled\:outline-cyan-800\/40:disabled {
  outline-color: rgb(21 94 117 / 0.4);
}
.disabled\:outline-cyan-800\/45:disabled {
  outline-color: rgb(21 94 117 / 0.45);
}
.disabled\:outline-cyan-800\/5:disabled {
  outline-color: rgb(21 94 117 / 0.05);
}
.disabled\:outline-cyan-800\/50:disabled {
  outline-color: rgb(21 94 117 / 0.5);
}
.disabled\:outline-cyan-800\/55:disabled {
  outline-color: rgb(21 94 117 / 0.55);
}
.disabled\:outline-cyan-800\/60:disabled {
  outline-color: rgb(21 94 117 / 0.6);
}
.disabled\:outline-cyan-800\/65:disabled {
  outline-color: rgb(21 94 117 / 0.65);
}
.disabled\:outline-cyan-800\/70:disabled {
  outline-color: rgb(21 94 117 / 0.7);
}
.disabled\:outline-cyan-800\/75:disabled {
  outline-color: rgb(21 94 117 / 0.75);
}
.disabled\:outline-cyan-800\/80:disabled {
  outline-color: rgb(21 94 117 / 0.8);
}
.disabled\:outline-cyan-800\/85:disabled {
  outline-color: rgb(21 94 117 / 0.85);
}
.disabled\:outline-cyan-800\/90:disabled {
  outline-color: rgb(21 94 117 / 0.9);
}
.disabled\:outline-cyan-800\/95:disabled {
  outline-color: rgb(21 94 117 / 0.95);
}
.disabled\:outline-cyan-900:disabled {
  outline-color: #164e63;
}
.disabled\:outline-cyan-900\/0:disabled {
  outline-color: rgb(22 78 99 / 0);
}
.disabled\:outline-cyan-900\/10:disabled {
  outline-color: rgb(22 78 99 / 0.1);
}
.disabled\:outline-cyan-900\/100:disabled {
  outline-color: rgb(22 78 99 / 1);
}
.disabled\:outline-cyan-900\/15:disabled {
  outline-color: rgb(22 78 99 / 0.15);
}
.disabled\:outline-cyan-900\/20:disabled {
  outline-color: rgb(22 78 99 / 0.2);
}
.disabled\:outline-cyan-900\/25:disabled {
  outline-color: rgb(22 78 99 / 0.25);
}
.disabled\:outline-cyan-900\/30:disabled {
  outline-color: rgb(22 78 99 / 0.3);
}
.disabled\:outline-cyan-900\/35:disabled {
  outline-color: rgb(22 78 99 / 0.35);
}
.disabled\:outline-cyan-900\/40:disabled {
  outline-color: rgb(22 78 99 / 0.4);
}
.disabled\:outline-cyan-900\/45:disabled {
  outline-color: rgb(22 78 99 / 0.45);
}
.disabled\:outline-cyan-900\/5:disabled {
  outline-color: rgb(22 78 99 / 0.05);
}
.disabled\:outline-cyan-900\/50:disabled {
  outline-color: rgb(22 78 99 / 0.5);
}
.disabled\:outline-cyan-900\/55:disabled {
  outline-color: rgb(22 78 99 / 0.55);
}
.disabled\:outline-cyan-900\/60:disabled {
  outline-color: rgb(22 78 99 / 0.6);
}
.disabled\:outline-cyan-900\/65:disabled {
  outline-color: rgb(22 78 99 / 0.65);
}
.disabled\:outline-cyan-900\/70:disabled {
  outline-color: rgb(22 78 99 / 0.7);
}
.disabled\:outline-cyan-900\/75:disabled {
  outline-color: rgb(22 78 99 / 0.75);
}
.disabled\:outline-cyan-900\/80:disabled {
  outline-color: rgb(22 78 99 / 0.8);
}
.disabled\:outline-cyan-900\/85:disabled {
  outline-color: rgb(22 78 99 / 0.85);
}
.disabled\:outline-cyan-900\/90:disabled {
  outline-color: rgb(22 78 99 / 0.9);
}
.disabled\:outline-cyan-900\/95:disabled {
  outline-color: rgb(22 78 99 / 0.95);
}
.disabled\:outline-cyan-950:disabled {
  outline-color: #083344;
}
.disabled\:outline-cyan-950\/0:disabled {
  outline-color: rgb(8 51 68 / 0);
}
.disabled\:outline-cyan-950\/10:disabled {
  outline-color: rgb(8 51 68 / 0.1);
}
.disabled\:outline-cyan-950\/100:disabled {
  outline-color: rgb(8 51 68 / 1);
}
.disabled\:outline-cyan-950\/15:disabled {
  outline-color: rgb(8 51 68 / 0.15);
}
.disabled\:outline-cyan-950\/20:disabled {
  outline-color: rgb(8 51 68 / 0.2);
}
.disabled\:outline-cyan-950\/25:disabled {
  outline-color: rgb(8 51 68 / 0.25);
}
.disabled\:outline-cyan-950\/30:disabled {
  outline-color: rgb(8 51 68 / 0.3);
}
.disabled\:outline-cyan-950\/35:disabled {
  outline-color: rgb(8 51 68 / 0.35);
}
.disabled\:outline-cyan-950\/40:disabled {
  outline-color: rgb(8 51 68 / 0.4);
}
.disabled\:outline-cyan-950\/45:disabled {
  outline-color: rgb(8 51 68 / 0.45);
}
.disabled\:outline-cyan-950\/5:disabled {
  outline-color: rgb(8 51 68 / 0.05);
}
.disabled\:outline-cyan-950\/50:disabled {
  outline-color: rgb(8 51 68 / 0.5);
}
.disabled\:outline-cyan-950\/55:disabled {
  outline-color: rgb(8 51 68 / 0.55);
}
.disabled\:outline-cyan-950\/60:disabled {
  outline-color: rgb(8 51 68 / 0.6);
}
.disabled\:outline-cyan-950\/65:disabled {
  outline-color: rgb(8 51 68 / 0.65);
}
.disabled\:outline-cyan-950\/70:disabled {
  outline-color: rgb(8 51 68 / 0.7);
}
.disabled\:outline-cyan-950\/75:disabled {
  outline-color: rgb(8 51 68 / 0.75);
}
.disabled\:outline-cyan-950\/80:disabled {
  outline-color: rgb(8 51 68 / 0.8);
}
.disabled\:outline-cyan-950\/85:disabled {
  outline-color: rgb(8 51 68 / 0.85);
}
.disabled\:outline-cyan-950\/90:disabled {
  outline-color: rgb(8 51 68 / 0.9);
}
.disabled\:outline-cyan-950\/95:disabled {
  outline-color: rgb(8 51 68 / 0.95);
}
.disabled\:outline-emerald-100:disabled {
  outline-color: #d1fae5;
}
.disabled\:outline-emerald-100\/0:disabled {
  outline-color: rgb(209 250 229 / 0);
}
.disabled\:outline-emerald-100\/10:disabled {
  outline-color: rgb(209 250 229 / 0.1);
}
.disabled\:outline-emerald-100\/100:disabled {
  outline-color: rgb(209 250 229 / 1);
}
.disabled\:outline-emerald-100\/15:disabled {
  outline-color: rgb(209 250 229 / 0.15);
}
.disabled\:outline-emerald-100\/20:disabled {
  outline-color: rgb(209 250 229 / 0.2);
}
.disabled\:outline-emerald-100\/25:disabled {
  outline-color: rgb(209 250 229 / 0.25);
}
.disabled\:outline-emerald-100\/30:disabled {
  outline-color: rgb(209 250 229 / 0.3);
}
.disabled\:outline-emerald-100\/35:disabled {
  outline-color: rgb(209 250 229 / 0.35);
}
.disabled\:outline-emerald-100\/40:disabled {
  outline-color: rgb(209 250 229 / 0.4);
}
.disabled\:outline-emerald-100\/45:disabled {
  outline-color: rgb(209 250 229 / 0.45);
}
.disabled\:outline-emerald-100\/5:disabled {
  outline-color: rgb(209 250 229 / 0.05);
}
.disabled\:outline-emerald-100\/50:disabled {
  outline-color: rgb(209 250 229 / 0.5);
}
.disabled\:outline-emerald-100\/55:disabled {
  outline-color: rgb(209 250 229 / 0.55);
}
.disabled\:outline-emerald-100\/60:disabled {
  outline-color: rgb(209 250 229 / 0.6);
}
.disabled\:outline-emerald-100\/65:disabled {
  outline-color: rgb(209 250 229 / 0.65);
}
.disabled\:outline-emerald-100\/70:disabled {
  outline-color: rgb(209 250 229 / 0.7);
}
.disabled\:outline-emerald-100\/75:disabled {
  outline-color: rgb(209 250 229 / 0.75);
}
.disabled\:outline-emerald-100\/80:disabled {
  outline-color: rgb(209 250 229 / 0.8);
}
.disabled\:outline-emerald-100\/85:disabled {
  outline-color: rgb(209 250 229 / 0.85);
}
.disabled\:outline-emerald-100\/90:disabled {
  outline-color: rgb(209 250 229 / 0.9);
}
.disabled\:outline-emerald-100\/95:disabled {
  outline-color: rgb(209 250 229 / 0.95);
}
.disabled\:outline-emerald-200:disabled {
  outline-color: #a7f3d0;
}
.disabled\:outline-emerald-200\/0:disabled {
  outline-color: rgb(167 243 208 / 0);
}
.disabled\:outline-emerald-200\/10:disabled {
  outline-color: rgb(167 243 208 / 0.1);
}
.disabled\:outline-emerald-200\/100:disabled {
  outline-color: rgb(167 243 208 / 1);
}
.disabled\:outline-emerald-200\/15:disabled {
  outline-color: rgb(167 243 208 / 0.15);
}
.disabled\:outline-emerald-200\/20:disabled {
  outline-color: rgb(167 243 208 / 0.2);
}
.disabled\:outline-emerald-200\/25:disabled {
  outline-color: rgb(167 243 208 / 0.25);
}
.disabled\:outline-emerald-200\/30:disabled {
  outline-color: rgb(167 243 208 / 0.3);
}
.disabled\:outline-emerald-200\/35:disabled {
  outline-color: rgb(167 243 208 / 0.35);
}
.disabled\:outline-emerald-200\/40:disabled {
  outline-color: rgb(167 243 208 / 0.4);
}
.disabled\:outline-emerald-200\/45:disabled {
  outline-color: rgb(167 243 208 / 0.45);
}
.disabled\:outline-emerald-200\/5:disabled {
  outline-color: rgb(167 243 208 / 0.05);
}
.disabled\:outline-emerald-200\/50:disabled {
  outline-color: rgb(167 243 208 / 0.5);
}
.disabled\:outline-emerald-200\/55:disabled {
  outline-color: rgb(167 243 208 / 0.55);
}
.disabled\:outline-emerald-200\/60:disabled {
  outline-color: rgb(167 243 208 / 0.6);
}
.disabled\:outline-emerald-200\/65:disabled {
  outline-color: rgb(167 243 208 / 0.65);
}
.disabled\:outline-emerald-200\/70:disabled {
  outline-color: rgb(167 243 208 / 0.7);
}
.disabled\:outline-emerald-200\/75:disabled {
  outline-color: rgb(167 243 208 / 0.75);
}
.disabled\:outline-emerald-200\/80:disabled {
  outline-color: rgb(167 243 208 / 0.8);
}
.disabled\:outline-emerald-200\/85:disabled {
  outline-color: rgb(167 243 208 / 0.85);
}
.disabled\:outline-emerald-200\/90:disabled {
  outline-color: rgb(167 243 208 / 0.9);
}
.disabled\:outline-emerald-200\/95:disabled {
  outline-color: rgb(167 243 208 / 0.95);
}
.disabled\:outline-emerald-300:disabled {
  outline-color: #6ee7b7;
}
.disabled\:outline-emerald-300\/0:disabled {
  outline-color: rgb(110 231 183 / 0);
}
.disabled\:outline-emerald-300\/10:disabled {
  outline-color: rgb(110 231 183 / 0.1);
}
.disabled\:outline-emerald-300\/100:disabled {
  outline-color: rgb(110 231 183 / 1);
}
.disabled\:outline-emerald-300\/15:disabled {
  outline-color: rgb(110 231 183 / 0.15);
}
.disabled\:outline-emerald-300\/20:disabled {
  outline-color: rgb(110 231 183 / 0.2);
}
.disabled\:outline-emerald-300\/25:disabled {
  outline-color: rgb(110 231 183 / 0.25);
}
.disabled\:outline-emerald-300\/30:disabled {
  outline-color: rgb(110 231 183 / 0.3);
}
.disabled\:outline-emerald-300\/35:disabled {
  outline-color: rgb(110 231 183 / 0.35);
}
.disabled\:outline-emerald-300\/40:disabled {
  outline-color: rgb(110 231 183 / 0.4);
}
.disabled\:outline-emerald-300\/45:disabled {
  outline-color: rgb(110 231 183 / 0.45);
}
.disabled\:outline-emerald-300\/5:disabled {
  outline-color: rgb(110 231 183 / 0.05);
}
.disabled\:outline-emerald-300\/50:disabled {
  outline-color: rgb(110 231 183 / 0.5);
}
.disabled\:outline-emerald-300\/55:disabled {
  outline-color: rgb(110 231 183 / 0.55);
}
.disabled\:outline-emerald-300\/60:disabled {
  outline-color: rgb(110 231 183 / 0.6);
}
.disabled\:outline-emerald-300\/65:disabled {
  outline-color: rgb(110 231 183 / 0.65);
}
.disabled\:outline-emerald-300\/70:disabled {
  outline-color: rgb(110 231 183 / 0.7);
}
.disabled\:outline-emerald-300\/75:disabled {
  outline-color: rgb(110 231 183 / 0.75);
}
.disabled\:outline-emerald-300\/80:disabled {
  outline-color: rgb(110 231 183 / 0.8);
}
.disabled\:outline-emerald-300\/85:disabled {
  outline-color: rgb(110 231 183 / 0.85);
}
.disabled\:outline-emerald-300\/90:disabled {
  outline-color: rgb(110 231 183 / 0.9);
}
.disabled\:outline-emerald-300\/95:disabled {
  outline-color: rgb(110 231 183 / 0.95);
}
.disabled\:outline-emerald-400:disabled {
  outline-color: #34d399;
}
.disabled\:outline-emerald-400\/0:disabled {
  outline-color: rgb(52 211 153 / 0);
}
.disabled\:outline-emerald-400\/10:disabled {
  outline-color: rgb(52 211 153 / 0.1);
}
.disabled\:outline-emerald-400\/100:disabled {
  outline-color: rgb(52 211 153 / 1);
}
.disabled\:outline-emerald-400\/15:disabled {
  outline-color: rgb(52 211 153 / 0.15);
}
.disabled\:outline-emerald-400\/20:disabled {
  outline-color: rgb(52 211 153 / 0.2);
}
.disabled\:outline-emerald-400\/25:disabled {
  outline-color: rgb(52 211 153 / 0.25);
}
.disabled\:outline-emerald-400\/30:disabled {
  outline-color: rgb(52 211 153 / 0.3);
}
.disabled\:outline-emerald-400\/35:disabled {
  outline-color: rgb(52 211 153 / 0.35);
}
.disabled\:outline-emerald-400\/40:disabled {
  outline-color: rgb(52 211 153 / 0.4);
}
.disabled\:outline-emerald-400\/45:disabled {
  outline-color: rgb(52 211 153 / 0.45);
}
.disabled\:outline-emerald-400\/5:disabled {
  outline-color: rgb(52 211 153 / 0.05);
}
.disabled\:outline-emerald-400\/50:disabled {
  outline-color: rgb(52 211 153 / 0.5);
}
.disabled\:outline-emerald-400\/55:disabled {
  outline-color: rgb(52 211 153 / 0.55);
}
.disabled\:outline-emerald-400\/60:disabled {
  outline-color: rgb(52 211 153 / 0.6);
}
.disabled\:outline-emerald-400\/65:disabled {
  outline-color: rgb(52 211 153 / 0.65);
}
.disabled\:outline-emerald-400\/70:disabled {
  outline-color: rgb(52 211 153 / 0.7);
}
.disabled\:outline-emerald-400\/75:disabled {
  outline-color: rgb(52 211 153 / 0.75);
}
.disabled\:outline-emerald-400\/80:disabled {
  outline-color: rgb(52 211 153 / 0.8);
}
.disabled\:outline-emerald-400\/85:disabled {
  outline-color: rgb(52 211 153 / 0.85);
}
.disabled\:outline-emerald-400\/90:disabled {
  outline-color: rgb(52 211 153 / 0.9);
}
.disabled\:outline-emerald-400\/95:disabled {
  outline-color: rgb(52 211 153 / 0.95);
}
.disabled\:outline-emerald-50:disabled {
  outline-color: #ecfdf5;
}
.disabled\:outline-emerald-50\/0:disabled {
  outline-color: rgb(236 253 245 / 0);
}
.disabled\:outline-emerald-50\/10:disabled {
  outline-color: rgb(236 253 245 / 0.1);
}
.disabled\:outline-emerald-50\/100:disabled {
  outline-color: rgb(236 253 245 / 1);
}
.disabled\:outline-emerald-50\/15:disabled {
  outline-color: rgb(236 253 245 / 0.15);
}
.disabled\:outline-emerald-50\/20:disabled {
  outline-color: rgb(236 253 245 / 0.2);
}
.disabled\:outline-emerald-50\/25:disabled {
  outline-color: rgb(236 253 245 / 0.25);
}
.disabled\:outline-emerald-50\/30:disabled {
  outline-color: rgb(236 253 245 / 0.3);
}
.disabled\:outline-emerald-50\/35:disabled {
  outline-color: rgb(236 253 245 / 0.35);
}
.disabled\:outline-emerald-50\/40:disabled {
  outline-color: rgb(236 253 245 / 0.4);
}
.disabled\:outline-emerald-50\/45:disabled {
  outline-color: rgb(236 253 245 / 0.45);
}
.disabled\:outline-emerald-50\/5:disabled {
  outline-color: rgb(236 253 245 / 0.05);
}
.disabled\:outline-emerald-50\/50:disabled {
  outline-color: rgb(236 253 245 / 0.5);
}
.disabled\:outline-emerald-50\/55:disabled {
  outline-color: rgb(236 253 245 / 0.55);
}
.disabled\:outline-emerald-50\/60:disabled {
  outline-color: rgb(236 253 245 / 0.6);
}
.disabled\:outline-emerald-50\/65:disabled {
  outline-color: rgb(236 253 245 / 0.65);
}
.disabled\:outline-emerald-50\/70:disabled {
  outline-color: rgb(236 253 245 / 0.7);
}
.disabled\:outline-emerald-50\/75:disabled {
  outline-color: rgb(236 253 245 / 0.75);
}
.disabled\:outline-emerald-50\/80:disabled {
  outline-color: rgb(236 253 245 / 0.8);
}
.disabled\:outline-emerald-50\/85:disabled {
  outline-color: rgb(236 253 245 / 0.85);
}
.disabled\:outline-emerald-50\/90:disabled {
  outline-color: rgb(236 253 245 / 0.9);
}
.disabled\:outline-emerald-50\/95:disabled {
  outline-color: rgb(236 253 245 / 0.95);
}
.disabled\:outline-emerald-500:disabled {
  outline-color: #10b981;
}
.disabled\:outline-emerald-500\/0:disabled {
  outline-color: rgb(16 185 129 / 0);
}
.disabled\:outline-emerald-500\/10:disabled {
  outline-color: rgb(16 185 129 / 0.1);
}
.disabled\:outline-emerald-500\/100:disabled {
  outline-color: rgb(16 185 129 / 1);
}
.disabled\:outline-emerald-500\/15:disabled {
  outline-color: rgb(16 185 129 / 0.15);
}
.disabled\:outline-emerald-500\/20:disabled {
  outline-color: rgb(16 185 129 / 0.2);
}
.disabled\:outline-emerald-500\/25:disabled {
  outline-color: rgb(16 185 129 / 0.25);
}
.disabled\:outline-emerald-500\/30:disabled {
  outline-color: rgb(16 185 129 / 0.3);
}
.disabled\:outline-emerald-500\/35:disabled {
  outline-color: rgb(16 185 129 / 0.35);
}
.disabled\:outline-emerald-500\/40:disabled {
  outline-color: rgb(16 185 129 / 0.4);
}
.disabled\:outline-emerald-500\/45:disabled {
  outline-color: rgb(16 185 129 / 0.45);
}
.disabled\:outline-emerald-500\/5:disabled {
  outline-color: rgb(16 185 129 / 0.05);
}
.disabled\:outline-emerald-500\/50:disabled {
  outline-color: rgb(16 185 129 / 0.5);
}
.disabled\:outline-emerald-500\/55:disabled {
  outline-color: rgb(16 185 129 / 0.55);
}
.disabled\:outline-emerald-500\/60:disabled {
  outline-color: rgb(16 185 129 / 0.6);
}
.disabled\:outline-emerald-500\/65:disabled {
  outline-color: rgb(16 185 129 / 0.65);
}
.disabled\:outline-emerald-500\/70:disabled {
  outline-color: rgb(16 185 129 / 0.7);
}
.disabled\:outline-emerald-500\/75:disabled {
  outline-color: rgb(16 185 129 / 0.75);
}
.disabled\:outline-emerald-500\/80:disabled {
  outline-color: rgb(16 185 129 / 0.8);
}
.disabled\:outline-emerald-500\/85:disabled {
  outline-color: rgb(16 185 129 / 0.85);
}
.disabled\:outline-emerald-500\/90:disabled {
  outline-color: rgb(16 185 129 / 0.9);
}
.disabled\:outline-emerald-500\/95:disabled {
  outline-color: rgb(16 185 129 / 0.95);
}
.disabled\:outline-emerald-600:disabled {
  outline-color: #059669;
}
.disabled\:outline-emerald-600\/0:disabled {
  outline-color: rgb(5 150 105 / 0);
}
.disabled\:outline-emerald-600\/10:disabled {
  outline-color: rgb(5 150 105 / 0.1);
}
.disabled\:outline-emerald-600\/100:disabled {
  outline-color: rgb(5 150 105 / 1);
}
.disabled\:outline-emerald-600\/15:disabled {
  outline-color: rgb(5 150 105 / 0.15);
}
.disabled\:outline-emerald-600\/20:disabled {
  outline-color: rgb(5 150 105 / 0.2);
}
.disabled\:outline-emerald-600\/25:disabled {
  outline-color: rgb(5 150 105 / 0.25);
}
.disabled\:outline-emerald-600\/30:disabled {
  outline-color: rgb(5 150 105 / 0.3);
}
.disabled\:outline-emerald-600\/35:disabled {
  outline-color: rgb(5 150 105 / 0.35);
}
.disabled\:outline-emerald-600\/40:disabled {
  outline-color: rgb(5 150 105 / 0.4);
}
.disabled\:outline-emerald-600\/45:disabled {
  outline-color: rgb(5 150 105 / 0.45);
}
.disabled\:outline-emerald-600\/5:disabled {
  outline-color: rgb(5 150 105 / 0.05);
}
.disabled\:outline-emerald-600\/50:disabled {
  outline-color: rgb(5 150 105 / 0.5);
}
.disabled\:outline-emerald-600\/55:disabled {
  outline-color: rgb(5 150 105 / 0.55);
}
.disabled\:outline-emerald-600\/60:disabled {
  outline-color: rgb(5 150 105 / 0.6);
}
.disabled\:outline-emerald-600\/65:disabled {
  outline-color: rgb(5 150 105 / 0.65);
}
.disabled\:outline-emerald-600\/70:disabled {
  outline-color: rgb(5 150 105 / 0.7);
}
.disabled\:outline-emerald-600\/75:disabled {
  outline-color: rgb(5 150 105 / 0.75);
}
.disabled\:outline-emerald-600\/80:disabled {
  outline-color: rgb(5 150 105 / 0.8);
}
.disabled\:outline-emerald-600\/85:disabled {
  outline-color: rgb(5 150 105 / 0.85);
}
.disabled\:outline-emerald-600\/90:disabled {
  outline-color: rgb(5 150 105 / 0.9);
}
.disabled\:outline-emerald-600\/95:disabled {
  outline-color: rgb(5 150 105 / 0.95);
}
.disabled\:outline-emerald-700:disabled {
  outline-color: #047857;
}
.disabled\:outline-emerald-700\/0:disabled {
  outline-color: rgb(4 120 87 / 0);
}
.disabled\:outline-emerald-700\/10:disabled {
  outline-color: rgb(4 120 87 / 0.1);
}
.disabled\:outline-emerald-700\/100:disabled {
  outline-color: rgb(4 120 87 / 1);
}
.disabled\:outline-emerald-700\/15:disabled {
  outline-color: rgb(4 120 87 / 0.15);
}
.disabled\:outline-emerald-700\/20:disabled {
  outline-color: rgb(4 120 87 / 0.2);
}
.disabled\:outline-emerald-700\/25:disabled {
  outline-color: rgb(4 120 87 / 0.25);
}
.disabled\:outline-emerald-700\/30:disabled {
  outline-color: rgb(4 120 87 / 0.3);
}
.disabled\:outline-emerald-700\/35:disabled {
  outline-color: rgb(4 120 87 / 0.35);
}
.disabled\:outline-emerald-700\/40:disabled {
  outline-color: rgb(4 120 87 / 0.4);
}
.disabled\:outline-emerald-700\/45:disabled {
  outline-color: rgb(4 120 87 / 0.45);
}
.disabled\:outline-emerald-700\/5:disabled {
  outline-color: rgb(4 120 87 / 0.05);
}
.disabled\:outline-emerald-700\/50:disabled {
  outline-color: rgb(4 120 87 / 0.5);
}
.disabled\:outline-emerald-700\/55:disabled {
  outline-color: rgb(4 120 87 / 0.55);
}
.disabled\:outline-emerald-700\/60:disabled {
  outline-color: rgb(4 120 87 / 0.6);
}
.disabled\:outline-emerald-700\/65:disabled {
  outline-color: rgb(4 120 87 / 0.65);
}
.disabled\:outline-emerald-700\/70:disabled {
  outline-color: rgb(4 120 87 / 0.7);
}
.disabled\:outline-emerald-700\/75:disabled {
  outline-color: rgb(4 120 87 / 0.75);
}
.disabled\:outline-emerald-700\/80:disabled {
  outline-color: rgb(4 120 87 / 0.8);
}
.disabled\:outline-emerald-700\/85:disabled {
  outline-color: rgb(4 120 87 / 0.85);
}
.disabled\:outline-emerald-700\/90:disabled {
  outline-color: rgb(4 120 87 / 0.9);
}
.disabled\:outline-emerald-700\/95:disabled {
  outline-color: rgb(4 120 87 / 0.95);
}
.disabled\:outline-emerald-800:disabled {
  outline-color: #065f46;
}
.disabled\:outline-emerald-800\/0:disabled {
  outline-color: rgb(6 95 70 / 0);
}
.disabled\:outline-emerald-800\/10:disabled {
  outline-color: rgb(6 95 70 / 0.1);
}
.disabled\:outline-emerald-800\/100:disabled {
  outline-color: rgb(6 95 70 / 1);
}
.disabled\:outline-emerald-800\/15:disabled {
  outline-color: rgb(6 95 70 / 0.15);
}
.disabled\:outline-emerald-800\/20:disabled {
  outline-color: rgb(6 95 70 / 0.2);
}
.disabled\:outline-emerald-800\/25:disabled {
  outline-color: rgb(6 95 70 / 0.25);
}
.disabled\:outline-emerald-800\/30:disabled {
  outline-color: rgb(6 95 70 / 0.3);
}
.disabled\:outline-emerald-800\/35:disabled {
  outline-color: rgb(6 95 70 / 0.35);
}
.disabled\:outline-emerald-800\/40:disabled {
  outline-color: rgb(6 95 70 / 0.4);
}
.disabled\:outline-emerald-800\/45:disabled {
  outline-color: rgb(6 95 70 / 0.45);
}
.disabled\:outline-emerald-800\/5:disabled {
  outline-color: rgb(6 95 70 / 0.05);
}
.disabled\:outline-emerald-800\/50:disabled {
  outline-color: rgb(6 95 70 / 0.5);
}
.disabled\:outline-emerald-800\/55:disabled {
  outline-color: rgb(6 95 70 / 0.55);
}
.disabled\:outline-emerald-800\/60:disabled {
  outline-color: rgb(6 95 70 / 0.6);
}
.disabled\:outline-emerald-800\/65:disabled {
  outline-color: rgb(6 95 70 / 0.65);
}
.disabled\:outline-emerald-800\/70:disabled {
  outline-color: rgb(6 95 70 / 0.7);
}
.disabled\:outline-emerald-800\/75:disabled {
  outline-color: rgb(6 95 70 / 0.75);
}
.disabled\:outline-emerald-800\/80:disabled {
  outline-color: rgb(6 95 70 / 0.8);
}
.disabled\:outline-emerald-800\/85:disabled {
  outline-color: rgb(6 95 70 / 0.85);
}
.disabled\:outline-emerald-800\/90:disabled {
  outline-color: rgb(6 95 70 / 0.9);
}
.disabled\:outline-emerald-800\/95:disabled {
  outline-color: rgb(6 95 70 / 0.95);
}
.disabled\:outline-emerald-900:disabled {
  outline-color: #064e3b;
}
.disabled\:outline-emerald-900\/0:disabled {
  outline-color: rgb(6 78 59 / 0);
}
.disabled\:outline-emerald-900\/10:disabled {
  outline-color: rgb(6 78 59 / 0.1);
}
.disabled\:outline-emerald-900\/100:disabled {
  outline-color: rgb(6 78 59 / 1);
}
.disabled\:outline-emerald-900\/15:disabled {
  outline-color: rgb(6 78 59 / 0.15);
}
.disabled\:outline-emerald-900\/20:disabled {
  outline-color: rgb(6 78 59 / 0.2);
}
.disabled\:outline-emerald-900\/25:disabled {
  outline-color: rgb(6 78 59 / 0.25);
}
.disabled\:outline-emerald-900\/30:disabled {
  outline-color: rgb(6 78 59 / 0.3);
}
.disabled\:outline-emerald-900\/35:disabled {
  outline-color: rgb(6 78 59 / 0.35);
}
.disabled\:outline-emerald-900\/40:disabled {
  outline-color: rgb(6 78 59 / 0.4);
}
.disabled\:outline-emerald-900\/45:disabled {
  outline-color: rgb(6 78 59 / 0.45);
}
.disabled\:outline-emerald-900\/5:disabled {
  outline-color: rgb(6 78 59 / 0.05);
}
.disabled\:outline-emerald-900\/50:disabled {
  outline-color: rgb(6 78 59 / 0.5);
}
.disabled\:outline-emerald-900\/55:disabled {
  outline-color: rgb(6 78 59 / 0.55);
}
.disabled\:outline-emerald-900\/60:disabled {
  outline-color: rgb(6 78 59 / 0.6);
}
.disabled\:outline-emerald-900\/65:disabled {
  outline-color: rgb(6 78 59 / 0.65);
}
.disabled\:outline-emerald-900\/70:disabled {
  outline-color: rgb(6 78 59 / 0.7);
}
.disabled\:outline-emerald-900\/75:disabled {
  outline-color: rgb(6 78 59 / 0.75);
}
.disabled\:outline-emerald-900\/80:disabled {
  outline-color: rgb(6 78 59 / 0.8);
}
.disabled\:outline-emerald-900\/85:disabled {
  outline-color: rgb(6 78 59 / 0.85);
}
.disabled\:outline-emerald-900\/90:disabled {
  outline-color: rgb(6 78 59 / 0.9);
}
.disabled\:outline-emerald-900\/95:disabled {
  outline-color: rgb(6 78 59 / 0.95);
}
.disabled\:outline-emerald-950:disabled {
  outline-color: #022c22;
}
.disabled\:outline-emerald-950\/0:disabled {
  outline-color: rgb(2 44 34 / 0);
}
.disabled\:outline-emerald-950\/10:disabled {
  outline-color: rgb(2 44 34 / 0.1);
}
.disabled\:outline-emerald-950\/100:disabled {
  outline-color: rgb(2 44 34 / 1);
}
.disabled\:outline-emerald-950\/15:disabled {
  outline-color: rgb(2 44 34 / 0.15);
}
.disabled\:outline-emerald-950\/20:disabled {
  outline-color: rgb(2 44 34 / 0.2);
}
.disabled\:outline-emerald-950\/25:disabled {
  outline-color: rgb(2 44 34 / 0.25);
}
.disabled\:outline-emerald-950\/30:disabled {
  outline-color: rgb(2 44 34 / 0.3);
}
.disabled\:outline-emerald-950\/35:disabled {
  outline-color: rgb(2 44 34 / 0.35);
}
.disabled\:outline-emerald-950\/40:disabled {
  outline-color: rgb(2 44 34 / 0.4);
}
.disabled\:outline-emerald-950\/45:disabled {
  outline-color: rgb(2 44 34 / 0.45);
}
.disabled\:outline-emerald-950\/5:disabled {
  outline-color: rgb(2 44 34 / 0.05);
}
.disabled\:outline-emerald-950\/50:disabled {
  outline-color: rgb(2 44 34 / 0.5);
}
.disabled\:outline-emerald-950\/55:disabled {
  outline-color: rgb(2 44 34 / 0.55);
}
.disabled\:outline-emerald-950\/60:disabled {
  outline-color: rgb(2 44 34 / 0.6);
}
.disabled\:outline-emerald-950\/65:disabled {
  outline-color: rgb(2 44 34 / 0.65);
}
.disabled\:outline-emerald-950\/70:disabled {
  outline-color: rgb(2 44 34 / 0.7);
}
.disabled\:outline-emerald-950\/75:disabled {
  outline-color: rgb(2 44 34 / 0.75);
}
.disabled\:outline-emerald-950\/80:disabled {
  outline-color: rgb(2 44 34 / 0.8);
}
.disabled\:outline-emerald-950\/85:disabled {
  outline-color: rgb(2 44 34 / 0.85);
}
.disabled\:outline-emerald-950\/90:disabled {
  outline-color: rgb(2 44 34 / 0.9);
}
.disabled\:outline-emerald-950\/95:disabled {
  outline-color: rgb(2 44 34 / 0.95);
}
.disabled\:outline-fuchsia-100:disabled {
  outline-color: #fae8ff;
}
.disabled\:outline-fuchsia-100\/0:disabled {
  outline-color: rgb(250 232 255 / 0);
}
.disabled\:outline-fuchsia-100\/10:disabled {
  outline-color: rgb(250 232 255 / 0.1);
}
.disabled\:outline-fuchsia-100\/100:disabled {
  outline-color: rgb(250 232 255 / 1);
}
.disabled\:outline-fuchsia-100\/15:disabled {
  outline-color: rgb(250 232 255 / 0.15);
}
.disabled\:outline-fuchsia-100\/20:disabled {
  outline-color: rgb(250 232 255 / 0.2);
}
.disabled\:outline-fuchsia-100\/25:disabled {
  outline-color: rgb(250 232 255 / 0.25);
}
.disabled\:outline-fuchsia-100\/30:disabled {
  outline-color: rgb(250 232 255 / 0.3);
}
.disabled\:outline-fuchsia-100\/35:disabled {
  outline-color: rgb(250 232 255 / 0.35);
}
.disabled\:outline-fuchsia-100\/40:disabled {
  outline-color: rgb(250 232 255 / 0.4);
}
.disabled\:outline-fuchsia-100\/45:disabled {
  outline-color: rgb(250 232 255 / 0.45);
}
.disabled\:outline-fuchsia-100\/5:disabled {
  outline-color: rgb(250 232 255 / 0.05);
}
.disabled\:outline-fuchsia-100\/50:disabled {
  outline-color: rgb(250 232 255 / 0.5);
}
.disabled\:outline-fuchsia-100\/55:disabled {
  outline-color: rgb(250 232 255 / 0.55);
}
.disabled\:outline-fuchsia-100\/60:disabled {
  outline-color: rgb(250 232 255 / 0.6);
}
.disabled\:outline-fuchsia-100\/65:disabled {
  outline-color: rgb(250 232 255 / 0.65);
}
.disabled\:outline-fuchsia-100\/70:disabled {
  outline-color: rgb(250 232 255 / 0.7);
}
.disabled\:outline-fuchsia-100\/75:disabled {
  outline-color: rgb(250 232 255 / 0.75);
}
.disabled\:outline-fuchsia-100\/80:disabled {
  outline-color: rgb(250 232 255 / 0.8);
}
.disabled\:outline-fuchsia-100\/85:disabled {
  outline-color: rgb(250 232 255 / 0.85);
}
.disabled\:outline-fuchsia-100\/90:disabled {
  outline-color: rgb(250 232 255 / 0.9);
}
.disabled\:outline-fuchsia-100\/95:disabled {
  outline-color: rgb(250 232 255 / 0.95);
}
.disabled\:outline-fuchsia-200:disabled {
  outline-color: #f5d0fe;
}
.disabled\:outline-fuchsia-200\/0:disabled {
  outline-color: rgb(245 208 254 / 0);
}
.disabled\:outline-fuchsia-200\/10:disabled {
  outline-color: rgb(245 208 254 / 0.1);
}
.disabled\:outline-fuchsia-200\/100:disabled {
  outline-color: rgb(245 208 254 / 1);
}
.disabled\:outline-fuchsia-200\/15:disabled {
  outline-color: rgb(245 208 254 / 0.15);
}
.disabled\:outline-fuchsia-200\/20:disabled {
  outline-color: rgb(245 208 254 / 0.2);
}
.disabled\:outline-fuchsia-200\/25:disabled {
  outline-color: rgb(245 208 254 / 0.25);
}
.disabled\:outline-fuchsia-200\/30:disabled {
  outline-color: rgb(245 208 254 / 0.3);
}
.disabled\:outline-fuchsia-200\/35:disabled {
  outline-color: rgb(245 208 254 / 0.35);
}
.disabled\:outline-fuchsia-200\/40:disabled {
  outline-color: rgb(245 208 254 / 0.4);
}
.disabled\:outline-fuchsia-200\/45:disabled {
  outline-color: rgb(245 208 254 / 0.45);
}
.disabled\:outline-fuchsia-200\/5:disabled {
  outline-color: rgb(245 208 254 / 0.05);
}
.disabled\:outline-fuchsia-200\/50:disabled {
  outline-color: rgb(245 208 254 / 0.5);
}
.disabled\:outline-fuchsia-200\/55:disabled {
  outline-color: rgb(245 208 254 / 0.55);
}
.disabled\:outline-fuchsia-200\/60:disabled {
  outline-color: rgb(245 208 254 / 0.6);
}
.disabled\:outline-fuchsia-200\/65:disabled {
  outline-color: rgb(245 208 254 / 0.65);
}
.disabled\:outline-fuchsia-200\/70:disabled {
  outline-color: rgb(245 208 254 / 0.7);
}
.disabled\:outline-fuchsia-200\/75:disabled {
  outline-color: rgb(245 208 254 / 0.75);
}
.disabled\:outline-fuchsia-200\/80:disabled {
  outline-color: rgb(245 208 254 / 0.8);
}
.disabled\:outline-fuchsia-200\/85:disabled {
  outline-color: rgb(245 208 254 / 0.85);
}
.disabled\:outline-fuchsia-200\/90:disabled {
  outline-color: rgb(245 208 254 / 0.9);
}
.disabled\:outline-fuchsia-200\/95:disabled {
  outline-color: rgb(245 208 254 / 0.95);
}
.disabled\:outline-fuchsia-300:disabled {
  outline-color: #f0abfc;
}
.disabled\:outline-fuchsia-300\/0:disabled {
  outline-color: rgb(240 171 252 / 0);
}
.disabled\:outline-fuchsia-300\/10:disabled {
  outline-color: rgb(240 171 252 / 0.1);
}
.disabled\:outline-fuchsia-300\/100:disabled {
  outline-color: rgb(240 171 252 / 1);
}
.disabled\:outline-fuchsia-300\/15:disabled {
  outline-color: rgb(240 171 252 / 0.15);
}
.disabled\:outline-fuchsia-300\/20:disabled {
  outline-color: rgb(240 171 252 / 0.2);
}
.disabled\:outline-fuchsia-300\/25:disabled {
  outline-color: rgb(240 171 252 / 0.25);
}
.disabled\:outline-fuchsia-300\/30:disabled {
  outline-color: rgb(240 171 252 / 0.3);
}
.disabled\:outline-fuchsia-300\/35:disabled {
  outline-color: rgb(240 171 252 / 0.35);
}
.disabled\:outline-fuchsia-300\/40:disabled {
  outline-color: rgb(240 171 252 / 0.4);
}
.disabled\:outline-fuchsia-300\/45:disabled {
  outline-color: rgb(240 171 252 / 0.45);
}
.disabled\:outline-fuchsia-300\/5:disabled {
  outline-color: rgb(240 171 252 / 0.05);
}
.disabled\:outline-fuchsia-300\/50:disabled {
  outline-color: rgb(240 171 252 / 0.5);
}
.disabled\:outline-fuchsia-300\/55:disabled {
  outline-color: rgb(240 171 252 / 0.55);
}
.disabled\:outline-fuchsia-300\/60:disabled {
  outline-color: rgb(240 171 252 / 0.6);
}
.disabled\:outline-fuchsia-300\/65:disabled {
  outline-color: rgb(240 171 252 / 0.65);
}
.disabled\:outline-fuchsia-300\/70:disabled {
  outline-color: rgb(240 171 252 / 0.7);
}
.disabled\:outline-fuchsia-300\/75:disabled {
  outline-color: rgb(240 171 252 / 0.75);
}
.disabled\:outline-fuchsia-300\/80:disabled {
  outline-color: rgb(240 171 252 / 0.8);
}
.disabled\:outline-fuchsia-300\/85:disabled {
  outline-color: rgb(240 171 252 / 0.85);
}
.disabled\:outline-fuchsia-300\/90:disabled {
  outline-color: rgb(240 171 252 / 0.9);
}
.disabled\:outline-fuchsia-300\/95:disabled {
  outline-color: rgb(240 171 252 / 0.95);
}
.disabled\:outline-fuchsia-400:disabled {
  outline-color: #e879f9;
}
.disabled\:outline-fuchsia-400\/0:disabled {
  outline-color: rgb(232 121 249 / 0);
}
.disabled\:outline-fuchsia-400\/10:disabled {
  outline-color: rgb(232 121 249 / 0.1);
}
.disabled\:outline-fuchsia-400\/100:disabled {
  outline-color: rgb(232 121 249 / 1);
}
.disabled\:outline-fuchsia-400\/15:disabled {
  outline-color: rgb(232 121 249 / 0.15);
}
.disabled\:outline-fuchsia-400\/20:disabled {
  outline-color: rgb(232 121 249 / 0.2);
}
.disabled\:outline-fuchsia-400\/25:disabled {
  outline-color: rgb(232 121 249 / 0.25);
}
.disabled\:outline-fuchsia-400\/30:disabled {
  outline-color: rgb(232 121 249 / 0.3);
}
.disabled\:outline-fuchsia-400\/35:disabled {
  outline-color: rgb(232 121 249 / 0.35);
}
.disabled\:outline-fuchsia-400\/40:disabled {
  outline-color: rgb(232 121 249 / 0.4);
}
.disabled\:outline-fuchsia-400\/45:disabled {
  outline-color: rgb(232 121 249 / 0.45);
}
.disabled\:outline-fuchsia-400\/5:disabled {
  outline-color: rgb(232 121 249 / 0.05);
}
.disabled\:outline-fuchsia-400\/50:disabled {
  outline-color: rgb(232 121 249 / 0.5);
}
.disabled\:outline-fuchsia-400\/55:disabled {
  outline-color: rgb(232 121 249 / 0.55);
}
.disabled\:outline-fuchsia-400\/60:disabled {
  outline-color: rgb(232 121 249 / 0.6);
}
.disabled\:outline-fuchsia-400\/65:disabled {
  outline-color: rgb(232 121 249 / 0.65);
}
.disabled\:outline-fuchsia-400\/70:disabled {
  outline-color: rgb(232 121 249 / 0.7);
}
.disabled\:outline-fuchsia-400\/75:disabled {
  outline-color: rgb(232 121 249 / 0.75);
}
.disabled\:outline-fuchsia-400\/80:disabled {
  outline-color: rgb(232 121 249 / 0.8);
}
.disabled\:outline-fuchsia-400\/85:disabled {
  outline-color: rgb(232 121 249 / 0.85);
}
.disabled\:outline-fuchsia-400\/90:disabled {
  outline-color: rgb(232 121 249 / 0.9);
}
.disabled\:outline-fuchsia-400\/95:disabled {
  outline-color: rgb(232 121 249 / 0.95);
}
.disabled\:outline-fuchsia-50:disabled {
  outline-color: #fdf4ff;
}
.disabled\:outline-fuchsia-50\/0:disabled {
  outline-color: rgb(253 244 255 / 0);
}
.disabled\:outline-fuchsia-50\/10:disabled {
  outline-color: rgb(253 244 255 / 0.1);
}
.disabled\:outline-fuchsia-50\/100:disabled {
  outline-color: rgb(253 244 255 / 1);
}
.disabled\:outline-fuchsia-50\/15:disabled {
  outline-color: rgb(253 244 255 / 0.15);
}
.disabled\:outline-fuchsia-50\/20:disabled {
  outline-color: rgb(253 244 255 / 0.2);
}
.disabled\:outline-fuchsia-50\/25:disabled {
  outline-color: rgb(253 244 255 / 0.25);
}
.disabled\:outline-fuchsia-50\/30:disabled {
  outline-color: rgb(253 244 255 / 0.3);
}
.disabled\:outline-fuchsia-50\/35:disabled {
  outline-color: rgb(253 244 255 / 0.35);
}
.disabled\:outline-fuchsia-50\/40:disabled {
  outline-color: rgb(253 244 255 / 0.4);
}
.disabled\:outline-fuchsia-50\/45:disabled {
  outline-color: rgb(253 244 255 / 0.45);
}
.disabled\:outline-fuchsia-50\/5:disabled {
  outline-color: rgb(253 244 255 / 0.05);
}
.disabled\:outline-fuchsia-50\/50:disabled {
  outline-color: rgb(253 244 255 / 0.5);
}
.disabled\:outline-fuchsia-50\/55:disabled {
  outline-color: rgb(253 244 255 / 0.55);
}
.disabled\:outline-fuchsia-50\/60:disabled {
  outline-color: rgb(253 244 255 / 0.6);
}
.disabled\:outline-fuchsia-50\/65:disabled {
  outline-color: rgb(253 244 255 / 0.65);
}
.disabled\:outline-fuchsia-50\/70:disabled {
  outline-color: rgb(253 244 255 / 0.7);
}
.disabled\:outline-fuchsia-50\/75:disabled {
  outline-color: rgb(253 244 255 / 0.75);
}
.disabled\:outline-fuchsia-50\/80:disabled {
  outline-color: rgb(253 244 255 / 0.8);
}
.disabled\:outline-fuchsia-50\/85:disabled {
  outline-color: rgb(253 244 255 / 0.85);
}
.disabled\:outline-fuchsia-50\/90:disabled {
  outline-color: rgb(253 244 255 / 0.9);
}
.disabled\:outline-fuchsia-50\/95:disabled {
  outline-color: rgb(253 244 255 / 0.95);
}
.disabled\:outline-fuchsia-500:disabled {
  outline-color: #d946ef;
}
.disabled\:outline-fuchsia-500\/0:disabled {
  outline-color: rgb(217 70 239 / 0);
}
.disabled\:outline-fuchsia-500\/10:disabled {
  outline-color: rgb(217 70 239 / 0.1);
}
.disabled\:outline-fuchsia-500\/100:disabled {
  outline-color: rgb(217 70 239 / 1);
}
.disabled\:outline-fuchsia-500\/15:disabled {
  outline-color: rgb(217 70 239 / 0.15);
}
.disabled\:outline-fuchsia-500\/20:disabled {
  outline-color: rgb(217 70 239 / 0.2);
}
.disabled\:outline-fuchsia-500\/25:disabled {
  outline-color: rgb(217 70 239 / 0.25);
}
.disabled\:outline-fuchsia-500\/30:disabled {
  outline-color: rgb(217 70 239 / 0.3);
}
.disabled\:outline-fuchsia-500\/35:disabled {
  outline-color: rgb(217 70 239 / 0.35);
}
.disabled\:outline-fuchsia-500\/40:disabled {
  outline-color: rgb(217 70 239 / 0.4);
}
.disabled\:outline-fuchsia-500\/45:disabled {
  outline-color: rgb(217 70 239 / 0.45);
}
.disabled\:outline-fuchsia-500\/5:disabled {
  outline-color: rgb(217 70 239 / 0.05);
}
.disabled\:outline-fuchsia-500\/50:disabled {
  outline-color: rgb(217 70 239 / 0.5);
}
.disabled\:outline-fuchsia-500\/55:disabled {
  outline-color: rgb(217 70 239 / 0.55);
}
.disabled\:outline-fuchsia-500\/60:disabled {
  outline-color: rgb(217 70 239 / 0.6);
}
.disabled\:outline-fuchsia-500\/65:disabled {
  outline-color: rgb(217 70 239 / 0.65);
}
.disabled\:outline-fuchsia-500\/70:disabled {
  outline-color: rgb(217 70 239 / 0.7);
}
.disabled\:outline-fuchsia-500\/75:disabled {
  outline-color: rgb(217 70 239 / 0.75);
}
.disabled\:outline-fuchsia-500\/80:disabled {
  outline-color: rgb(217 70 239 / 0.8);
}
.disabled\:outline-fuchsia-500\/85:disabled {
  outline-color: rgb(217 70 239 / 0.85);
}
.disabled\:outline-fuchsia-500\/90:disabled {
  outline-color: rgb(217 70 239 / 0.9);
}
.disabled\:outline-fuchsia-500\/95:disabled {
  outline-color: rgb(217 70 239 / 0.95);
}
.disabled\:outline-fuchsia-600:disabled {
  outline-color: #c026d3;
}
.disabled\:outline-fuchsia-600\/0:disabled {
  outline-color: rgb(192 38 211 / 0);
}
.disabled\:outline-fuchsia-600\/10:disabled {
  outline-color: rgb(192 38 211 / 0.1);
}
.disabled\:outline-fuchsia-600\/100:disabled {
  outline-color: rgb(192 38 211 / 1);
}
.disabled\:outline-fuchsia-600\/15:disabled {
  outline-color: rgb(192 38 211 / 0.15);
}
.disabled\:outline-fuchsia-600\/20:disabled {
  outline-color: rgb(192 38 211 / 0.2);
}
.disabled\:outline-fuchsia-600\/25:disabled {
  outline-color: rgb(192 38 211 / 0.25);
}
.disabled\:outline-fuchsia-600\/30:disabled {
  outline-color: rgb(192 38 211 / 0.3);
}
.disabled\:outline-fuchsia-600\/35:disabled {
  outline-color: rgb(192 38 211 / 0.35);
}
.disabled\:outline-fuchsia-600\/40:disabled {
  outline-color: rgb(192 38 211 / 0.4);
}
.disabled\:outline-fuchsia-600\/45:disabled {
  outline-color: rgb(192 38 211 / 0.45);
}
.disabled\:outline-fuchsia-600\/5:disabled {
  outline-color: rgb(192 38 211 / 0.05);
}
.disabled\:outline-fuchsia-600\/50:disabled {
  outline-color: rgb(192 38 211 / 0.5);
}
.disabled\:outline-fuchsia-600\/55:disabled {
  outline-color: rgb(192 38 211 / 0.55);
}
.disabled\:outline-fuchsia-600\/60:disabled {
  outline-color: rgb(192 38 211 / 0.6);
}
.disabled\:outline-fuchsia-600\/65:disabled {
  outline-color: rgb(192 38 211 / 0.65);
}
.disabled\:outline-fuchsia-600\/70:disabled {
  outline-color: rgb(192 38 211 / 0.7);
}
.disabled\:outline-fuchsia-600\/75:disabled {
  outline-color: rgb(192 38 211 / 0.75);
}
.disabled\:outline-fuchsia-600\/80:disabled {
  outline-color: rgb(192 38 211 / 0.8);
}
.disabled\:outline-fuchsia-600\/85:disabled {
  outline-color: rgb(192 38 211 / 0.85);
}
.disabled\:outline-fuchsia-600\/90:disabled {
  outline-color: rgb(192 38 211 / 0.9);
}
.disabled\:outline-fuchsia-600\/95:disabled {
  outline-color: rgb(192 38 211 / 0.95);
}
.disabled\:outline-fuchsia-700:disabled {
  outline-color: #a21caf;
}
.disabled\:outline-fuchsia-700\/0:disabled {
  outline-color: rgb(162 28 175 / 0);
}
.disabled\:outline-fuchsia-700\/10:disabled {
  outline-color: rgb(162 28 175 / 0.1);
}
.disabled\:outline-fuchsia-700\/100:disabled {
  outline-color: rgb(162 28 175 / 1);
}
.disabled\:outline-fuchsia-700\/15:disabled {
  outline-color: rgb(162 28 175 / 0.15);
}
.disabled\:outline-fuchsia-700\/20:disabled {
  outline-color: rgb(162 28 175 / 0.2);
}
.disabled\:outline-fuchsia-700\/25:disabled {
  outline-color: rgb(162 28 175 / 0.25);
}
.disabled\:outline-fuchsia-700\/30:disabled {
  outline-color: rgb(162 28 175 / 0.3);
}
.disabled\:outline-fuchsia-700\/35:disabled {
  outline-color: rgb(162 28 175 / 0.35);
}
.disabled\:outline-fuchsia-700\/40:disabled {
  outline-color: rgb(162 28 175 / 0.4);
}
.disabled\:outline-fuchsia-700\/45:disabled {
  outline-color: rgb(162 28 175 / 0.45);
}
.disabled\:outline-fuchsia-700\/5:disabled {
  outline-color: rgb(162 28 175 / 0.05);
}
.disabled\:outline-fuchsia-700\/50:disabled {
  outline-color: rgb(162 28 175 / 0.5);
}
.disabled\:outline-fuchsia-700\/55:disabled {
  outline-color: rgb(162 28 175 / 0.55);
}
.disabled\:outline-fuchsia-700\/60:disabled {
  outline-color: rgb(162 28 175 / 0.6);
}
.disabled\:outline-fuchsia-700\/65:disabled {
  outline-color: rgb(162 28 175 / 0.65);
}
.disabled\:outline-fuchsia-700\/70:disabled {
  outline-color: rgb(162 28 175 / 0.7);
}
.disabled\:outline-fuchsia-700\/75:disabled {
  outline-color: rgb(162 28 175 / 0.75);
}
.disabled\:outline-fuchsia-700\/80:disabled {
  outline-color: rgb(162 28 175 / 0.8);
}
.disabled\:outline-fuchsia-700\/85:disabled {
  outline-color: rgb(162 28 175 / 0.85);
}
.disabled\:outline-fuchsia-700\/90:disabled {
  outline-color: rgb(162 28 175 / 0.9);
}
.disabled\:outline-fuchsia-700\/95:disabled {
  outline-color: rgb(162 28 175 / 0.95);
}
.disabled\:outline-fuchsia-800:disabled {
  outline-color: #86198f;
}
.disabled\:outline-fuchsia-800\/0:disabled {
  outline-color: rgb(134 25 143 / 0);
}
.disabled\:outline-fuchsia-800\/10:disabled {
  outline-color: rgb(134 25 143 / 0.1);
}
.disabled\:outline-fuchsia-800\/100:disabled {
  outline-color: rgb(134 25 143 / 1);
}
.disabled\:outline-fuchsia-800\/15:disabled {
  outline-color: rgb(134 25 143 / 0.15);
}
.disabled\:outline-fuchsia-800\/20:disabled {
  outline-color: rgb(134 25 143 / 0.2);
}
.disabled\:outline-fuchsia-800\/25:disabled {
  outline-color: rgb(134 25 143 / 0.25);
}
.disabled\:outline-fuchsia-800\/30:disabled {
  outline-color: rgb(134 25 143 / 0.3);
}
.disabled\:outline-fuchsia-800\/35:disabled {
  outline-color: rgb(134 25 143 / 0.35);
}
.disabled\:outline-fuchsia-800\/40:disabled {
  outline-color: rgb(134 25 143 / 0.4);
}
.disabled\:outline-fuchsia-800\/45:disabled {
  outline-color: rgb(134 25 143 / 0.45);
}
.disabled\:outline-fuchsia-800\/5:disabled {
  outline-color: rgb(134 25 143 / 0.05);
}
.disabled\:outline-fuchsia-800\/50:disabled {
  outline-color: rgb(134 25 143 / 0.5);
}
.disabled\:outline-fuchsia-800\/55:disabled {
  outline-color: rgb(134 25 143 / 0.55);
}
.disabled\:outline-fuchsia-800\/60:disabled {
  outline-color: rgb(134 25 143 / 0.6);
}
.disabled\:outline-fuchsia-800\/65:disabled {
  outline-color: rgb(134 25 143 / 0.65);
}
.disabled\:outline-fuchsia-800\/70:disabled {
  outline-color: rgb(134 25 143 / 0.7);
}
.disabled\:outline-fuchsia-800\/75:disabled {
  outline-color: rgb(134 25 143 / 0.75);
}
.disabled\:outline-fuchsia-800\/80:disabled {
  outline-color: rgb(134 25 143 / 0.8);
}
.disabled\:outline-fuchsia-800\/85:disabled {
  outline-color: rgb(134 25 143 / 0.85);
}
.disabled\:outline-fuchsia-800\/90:disabled {
  outline-color: rgb(134 25 143 / 0.9);
}
.disabled\:outline-fuchsia-800\/95:disabled {
  outline-color: rgb(134 25 143 / 0.95);
}
.disabled\:outline-fuchsia-900:disabled {
  outline-color: #701a75;
}
.disabled\:outline-fuchsia-900\/0:disabled {
  outline-color: rgb(112 26 117 / 0);
}
.disabled\:outline-fuchsia-900\/10:disabled {
  outline-color: rgb(112 26 117 / 0.1);
}
.disabled\:outline-fuchsia-900\/100:disabled {
  outline-color: rgb(112 26 117 / 1);
}
.disabled\:outline-fuchsia-900\/15:disabled {
  outline-color: rgb(112 26 117 / 0.15);
}
.disabled\:outline-fuchsia-900\/20:disabled {
  outline-color: rgb(112 26 117 / 0.2);
}
.disabled\:outline-fuchsia-900\/25:disabled {
  outline-color: rgb(112 26 117 / 0.25);
}
.disabled\:outline-fuchsia-900\/30:disabled {
  outline-color: rgb(112 26 117 / 0.3);
}
.disabled\:outline-fuchsia-900\/35:disabled {
  outline-color: rgb(112 26 117 / 0.35);
}
.disabled\:outline-fuchsia-900\/40:disabled {
  outline-color: rgb(112 26 117 / 0.4);
}
.disabled\:outline-fuchsia-900\/45:disabled {
  outline-color: rgb(112 26 117 / 0.45);
}
.disabled\:outline-fuchsia-900\/5:disabled {
  outline-color: rgb(112 26 117 / 0.05);
}
.disabled\:outline-fuchsia-900\/50:disabled {
  outline-color: rgb(112 26 117 / 0.5);
}
.disabled\:outline-fuchsia-900\/55:disabled {
  outline-color: rgb(112 26 117 / 0.55);
}
.disabled\:outline-fuchsia-900\/60:disabled {
  outline-color: rgb(112 26 117 / 0.6);
}
.disabled\:outline-fuchsia-900\/65:disabled {
  outline-color: rgb(112 26 117 / 0.65);
}
.disabled\:outline-fuchsia-900\/70:disabled {
  outline-color: rgb(112 26 117 / 0.7);
}
.disabled\:outline-fuchsia-900\/75:disabled {
  outline-color: rgb(112 26 117 / 0.75);
}
.disabled\:outline-fuchsia-900\/80:disabled {
  outline-color: rgb(112 26 117 / 0.8);
}
.disabled\:outline-fuchsia-900\/85:disabled {
  outline-color: rgb(112 26 117 / 0.85);
}
.disabled\:outline-fuchsia-900\/90:disabled {
  outline-color: rgb(112 26 117 / 0.9);
}
.disabled\:outline-fuchsia-900\/95:disabled {
  outline-color: rgb(112 26 117 / 0.95);
}
.disabled\:outline-fuchsia-950:disabled {
  outline-color: #4a044e;
}
.disabled\:outline-fuchsia-950\/0:disabled {
  outline-color: rgb(74 4 78 / 0);
}
.disabled\:outline-fuchsia-950\/10:disabled {
  outline-color: rgb(74 4 78 / 0.1);
}
.disabled\:outline-fuchsia-950\/100:disabled {
  outline-color: rgb(74 4 78 / 1);
}
.disabled\:outline-fuchsia-950\/15:disabled {
  outline-color: rgb(74 4 78 / 0.15);
}
.disabled\:outline-fuchsia-950\/20:disabled {
  outline-color: rgb(74 4 78 / 0.2);
}
.disabled\:outline-fuchsia-950\/25:disabled {
  outline-color: rgb(74 4 78 / 0.25);
}
.disabled\:outline-fuchsia-950\/30:disabled {
  outline-color: rgb(74 4 78 / 0.3);
}
.disabled\:outline-fuchsia-950\/35:disabled {
  outline-color: rgb(74 4 78 / 0.35);
}
.disabled\:outline-fuchsia-950\/40:disabled {
  outline-color: rgb(74 4 78 / 0.4);
}
.disabled\:outline-fuchsia-950\/45:disabled {
  outline-color: rgb(74 4 78 / 0.45);
}
.disabled\:outline-fuchsia-950\/5:disabled {
  outline-color: rgb(74 4 78 / 0.05);
}
.disabled\:outline-fuchsia-950\/50:disabled {
  outline-color: rgb(74 4 78 / 0.5);
}
.disabled\:outline-fuchsia-950\/55:disabled {
  outline-color: rgb(74 4 78 / 0.55);
}
.disabled\:outline-fuchsia-950\/60:disabled {
  outline-color: rgb(74 4 78 / 0.6);
}
.disabled\:outline-fuchsia-950\/65:disabled {
  outline-color: rgb(74 4 78 / 0.65);
}
.disabled\:outline-fuchsia-950\/70:disabled {
  outline-color: rgb(74 4 78 / 0.7);
}
.disabled\:outline-fuchsia-950\/75:disabled {
  outline-color: rgb(74 4 78 / 0.75);
}
.disabled\:outline-fuchsia-950\/80:disabled {
  outline-color: rgb(74 4 78 / 0.8);
}
.disabled\:outline-fuchsia-950\/85:disabled {
  outline-color: rgb(74 4 78 / 0.85);
}
.disabled\:outline-fuchsia-950\/90:disabled {
  outline-color: rgb(74 4 78 / 0.9);
}
.disabled\:outline-fuchsia-950\/95:disabled {
  outline-color: rgb(74 4 78 / 0.95);
}
.disabled\:outline-gray-100:disabled {
  outline-color: #f3f4f6;
}
.disabled\:outline-gray-100\/0:disabled {
  outline-color: rgb(243 244 246 / 0);
}
.disabled\:outline-gray-100\/10:disabled {
  outline-color: rgb(243 244 246 / 0.1);
}
.disabled\:outline-gray-100\/100:disabled {
  outline-color: rgb(243 244 246 / 1);
}
.disabled\:outline-gray-100\/15:disabled {
  outline-color: rgb(243 244 246 / 0.15);
}
.disabled\:outline-gray-100\/20:disabled {
  outline-color: rgb(243 244 246 / 0.2);
}
.disabled\:outline-gray-100\/25:disabled {
  outline-color: rgb(243 244 246 / 0.25);
}
.disabled\:outline-gray-100\/30:disabled {
  outline-color: rgb(243 244 246 / 0.3);
}
.disabled\:outline-gray-100\/35:disabled {
  outline-color: rgb(243 244 246 / 0.35);
}
.disabled\:outline-gray-100\/40:disabled {
  outline-color: rgb(243 244 246 / 0.4);
}
.disabled\:outline-gray-100\/45:disabled {
  outline-color: rgb(243 244 246 / 0.45);
}
.disabled\:outline-gray-100\/5:disabled {
  outline-color: rgb(243 244 246 / 0.05);
}
.disabled\:outline-gray-100\/50:disabled {
  outline-color: rgb(243 244 246 / 0.5);
}
.disabled\:outline-gray-100\/55:disabled {
  outline-color: rgb(243 244 246 / 0.55);
}
.disabled\:outline-gray-100\/60:disabled {
  outline-color: rgb(243 244 246 / 0.6);
}
.disabled\:outline-gray-100\/65:disabled {
  outline-color: rgb(243 244 246 / 0.65);
}
.disabled\:outline-gray-100\/70:disabled {
  outline-color: rgb(243 244 246 / 0.7);
}
.disabled\:outline-gray-100\/75:disabled {
  outline-color: rgb(243 244 246 / 0.75);
}
.disabled\:outline-gray-100\/80:disabled {
  outline-color: rgb(243 244 246 / 0.8);
}
.disabled\:outline-gray-100\/85:disabled {
  outline-color: rgb(243 244 246 / 0.85);
}
.disabled\:outline-gray-100\/90:disabled {
  outline-color: rgb(243 244 246 / 0.9);
}
.disabled\:outline-gray-100\/95:disabled {
  outline-color: rgb(243 244 246 / 0.95);
}
.disabled\:outline-gray-200:disabled {
  outline-color: #e5e7eb;
}
.disabled\:outline-gray-200\/0:disabled {
  outline-color: rgb(229 231 235 / 0);
}
.disabled\:outline-gray-200\/10:disabled {
  outline-color: rgb(229 231 235 / 0.1);
}
.disabled\:outline-gray-200\/100:disabled {
  outline-color: rgb(229 231 235 / 1);
}
.disabled\:outline-gray-200\/15:disabled {
  outline-color: rgb(229 231 235 / 0.15);
}
.disabled\:outline-gray-200\/20:disabled {
  outline-color: rgb(229 231 235 / 0.2);
}
.disabled\:outline-gray-200\/25:disabled {
  outline-color: rgb(229 231 235 / 0.25);
}
.disabled\:outline-gray-200\/30:disabled {
  outline-color: rgb(229 231 235 / 0.3);
}
.disabled\:outline-gray-200\/35:disabled {
  outline-color: rgb(229 231 235 / 0.35);
}
.disabled\:outline-gray-200\/40:disabled {
  outline-color: rgb(229 231 235 / 0.4);
}
.disabled\:outline-gray-200\/45:disabled {
  outline-color: rgb(229 231 235 / 0.45);
}
.disabled\:outline-gray-200\/5:disabled {
  outline-color: rgb(229 231 235 / 0.05);
}
.disabled\:outline-gray-200\/50:disabled {
  outline-color: rgb(229 231 235 / 0.5);
}
.disabled\:outline-gray-200\/55:disabled {
  outline-color: rgb(229 231 235 / 0.55);
}
.disabled\:outline-gray-200\/60:disabled {
  outline-color: rgb(229 231 235 / 0.6);
}
.disabled\:outline-gray-200\/65:disabled {
  outline-color: rgb(229 231 235 / 0.65);
}
.disabled\:outline-gray-200\/70:disabled {
  outline-color: rgb(229 231 235 / 0.7);
}
.disabled\:outline-gray-200\/75:disabled {
  outline-color: rgb(229 231 235 / 0.75);
}
.disabled\:outline-gray-200\/80:disabled {
  outline-color: rgb(229 231 235 / 0.8);
}
.disabled\:outline-gray-200\/85:disabled {
  outline-color: rgb(229 231 235 / 0.85);
}
.disabled\:outline-gray-200\/90:disabled {
  outline-color: rgb(229 231 235 / 0.9);
}
.disabled\:outline-gray-200\/95:disabled {
  outline-color: rgb(229 231 235 / 0.95);
}
.disabled\:outline-gray-300:disabled {
  outline-color: #d1d5db;
}
.disabled\:outline-gray-300\/0:disabled {
  outline-color: rgb(209 213 219 / 0);
}
.disabled\:outline-gray-300\/10:disabled {
  outline-color: rgb(209 213 219 / 0.1);
}
.disabled\:outline-gray-300\/100:disabled {
  outline-color: rgb(209 213 219 / 1);
}
.disabled\:outline-gray-300\/15:disabled {
  outline-color: rgb(209 213 219 / 0.15);
}
.disabled\:outline-gray-300\/20:disabled {
  outline-color: rgb(209 213 219 / 0.2);
}
.disabled\:outline-gray-300\/25:disabled {
  outline-color: rgb(209 213 219 / 0.25);
}
.disabled\:outline-gray-300\/30:disabled {
  outline-color: rgb(209 213 219 / 0.3);
}
.disabled\:outline-gray-300\/35:disabled {
  outline-color: rgb(209 213 219 / 0.35);
}
.disabled\:outline-gray-300\/40:disabled {
  outline-color: rgb(209 213 219 / 0.4);
}
.disabled\:outline-gray-300\/45:disabled {
  outline-color: rgb(209 213 219 / 0.45);
}
.disabled\:outline-gray-300\/5:disabled {
  outline-color: rgb(209 213 219 / 0.05);
}
.disabled\:outline-gray-300\/50:disabled {
  outline-color: rgb(209 213 219 / 0.5);
}
.disabled\:outline-gray-300\/55:disabled {
  outline-color: rgb(209 213 219 / 0.55);
}
.disabled\:outline-gray-300\/60:disabled {
  outline-color: rgb(209 213 219 / 0.6);
}
.disabled\:outline-gray-300\/65:disabled {
  outline-color: rgb(209 213 219 / 0.65);
}
.disabled\:outline-gray-300\/70:disabled {
  outline-color: rgb(209 213 219 / 0.7);
}
.disabled\:outline-gray-300\/75:disabled {
  outline-color: rgb(209 213 219 / 0.75);
}
.disabled\:outline-gray-300\/80:disabled {
  outline-color: rgb(209 213 219 / 0.8);
}
.disabled\:outline-gray-300\/85:disabled {
  outline-color: rgb(209 213 219 / 0.85);
}
.disabled\:outline-gray-300\/90:disabled {
  outline-color: rgb(209 213 219 / 0.9);
}
.disabled\:outline-gray-300\/95:disabled {
  outline-color: rgb(209 213 219 / 0.95);
}
.disabled\:outline-gray-400:disabled {
  outline-color: #9ca3af;
}
.disabled\:outline-gray-400\/0:disabled {
  outline-color: rgb(156 163 175 / 0);
}
.disabled\:outline-gray-400\/10:disabled {
  outline-color: rgb(156 163 175 / 0.1);
}
.disabled\:outline-gray-400\/100:disabled {
  outline-color: rgb(156 163 175 / 1);
}
.disabled\:outline-gray-400\/15:disabled {
  outline-color: rgb(156 163 175 / 0.15);
}
.disabled\:outline-gray-400\/20:disabled {
  outline-color: rgb(156 163 175 / 0.2);
}
.disabled\:outline-gray-400\/25:disabled {
  outline-color: rgb(156 163 175 / 0.25);
}
.disabled\:outline-gray-400\/30:disabled {
  outline-color: rgb(156 163 175 / 0.3);
}
.disabled\:outline-gray-400\/35:disabled {
  outline-color: rgb(156 163 175 / 0.35);
}
.disabled\:outline-gray-400\/40:disabled {
  outline-color: rgb(156 163 175 / 0.4);
}
.disabled\:outline-gray-400\/45:disabled {
  outline-color: rgb(156 163 175 / 0.45);
}
.disabled\:outline-gray-400\/5:disabled {
  outline-color: rgb(156 163 175 / 0.05);
}
.disabled\:outline-gray-400\/50:disabled {
  outline-color: rgb(156 163 175 / 0.5);
}
.disabled\:outline-gray-400\/55:disabled {
  outline-color: rgb(156 163 175 / 0.55);
}
.disabled\:outline-gray-400\/60:disabled {
  outline-color: rgb(156 163 175 / 0.6);
}
.disabled\:outline-gray-400\/65:disabled {
  outline-color: rgb(156 163 175 / 0.65);
}
.disabled\:outline-gray-400\/70:disabled {
  outline-color: rgb(156 163 175 / 0.7);
}
.disabled\:outline-gray-400\/75:disabled {
  outline-color: rgb(156 163 175 / 0.75);
}
.disabled\:outline-gray-400\/80:disabled {
  outline-color: rgb(156 163 175 / 0.8);
}
.disabled\:outline-gray-400\/85:disabled {
  outline-color: rgb(156 163 175 / 0.85);
}
.disabled\:outline-gray-400\/90:disabled {
  outline-color: rgb(156 163 175 / 0.9);
}
.disabled\:outline-gray-400\/95:disabled {
  outline-color: rgb(156 163 175 / 0.95);
}
.disabled\:outline-gray-50:disabled {
  outline-color: #f9fafb;
}
.disabled\:outline-gray-50\/0:disabled {
  outline-color: rgb(249 250 251 / 0);
}
.disabled\:outline-gray-50\/10:disabled {
  outline-color: rgb(249 250 251 / 0.1);
}
.disabled\:outline-gray-50\/100:disabled {
  outline-color: rgb(249 250 251 / 1);
}
.disabled\:outline-gray-50\/15:disabled {
  outline-color: rgb(249 250 251 / 0.15);
}
.disabled\:outline-gray-50\/20:disabled {
  outline-color: rgb(249 250 251 / 0.2);
}
.disabled\:outline-gray-50\/25:disabled {
  outline-color: rgb(249 250 251 / 0.25);
}
.disabled\:outline-gray-50\/30:disabled {
  outline-color: rgb(249 250 251 / 0.3);
}
.disabled\:outline-gray-50\/35:disabled {
  outline-color: rgb(249 250 251 / 0.35);
}
.disabled\:outline-gray-50\/40:disabled {
  outline-color: rgb(249 250 251 / 0.4);
}
.disabled\:outline-gray-50\/45:disabled {
  outline-color: rgb(249 250 251 / 0.45);
}
.disabled\:outline-gray-50\/5:disabled {
  outline-color: rgb(249 250 251 / 0.05);
}
.disabled\:outline-gray-50\/50:disabled {
  outline-color: rgb(249 250 251 / 0.5);
}
.disabled\:outline-gray-50\/55:disabled {
  outline-color: rgb(249 250 251 / 0.55);
}
.disabled\:outline-gray-50\/60:disabled {
  outline-color: rgb(249 250 251 / 0.6);
}
.disabled\:outline-gray-50\/65:disabled {
  outline-color: rgb(249 250 251 / 0.65);
}
.disabled\:outline-gray-50\/70:disabled {
  outline-color: rgb(249 250 251 / 0.7);
}
.disabled\:outline-gray-50\/75:disabled {
  outline-color: rgb(249 250 251 / 0.75);
}
.disabled\:outline-gray-50\/80:disabled {
  outline-color: rgb(249 250 251 / 0.8);
}
.disabled\:outline-gray-50\/85:disabled {
  outline-color: rgb(249 250 251 / 0.85);
}
.disabled\:outline-gray-50\/90:disabled {
  outline-color: rgb(249 250 251 / 0.9);
}
.disabled\:outline-gray-50\/95:disabled {
  outline-color: rgb(249 250 251 / 0.95);
}
.disabled\:outline-gray-500:disabled {
  outline-color: #6b7280;
}
.disabled\:outline-gray-500\/0:disabled {
  outline-color: rgb(107 114 128 / 0);
}
.disabled\:outline-gray-500\/10:disabled {
  outline-color: rgb(107 114 128 / 0.1);
}
.disabled\:outline-gray-500\/100:disabled {
  outline-color: rgb(107 114 128 / 1);
}
.disabled\:outline-gray-500\/15:disabled {
  outline-color: rgb(107 114 128 / 0.15);
}
.disabled\:outline-gray-500\/20:disabled {
  outline-color: rgb(107 114 128 / 0.2);
}
.disabled\:outline-gray-500\/25:disabled {
  outline-color: rgb(107 114 128 / 0.25);
}
.disabled\:outline-gray-500\/30:disabled {
  outline-color: rgb(107 114 128 / 0.3);
}
.disabled\:outline-gray-500\/35:disabled {
  outline-color: rgb(107 114 128 / 0.35);
}
.disabled\:outline-gray-500\/40:disabled {
  outline-color: rgb(107 114 128 / 0.4);
}
.disabled\:outline-gray-500\/45:disabled {
  outline-color: rgb(107 114 128 / 0.45);
}
.disabled\:outline-gray-500\/5:disabled {
  outline-color: rgb(107 114 128 / 0.05);
}
.disabled\:outline-gray-500\/50:disabled {
  outline-color: rgb(107 114 128 / 0.5);
}
.disabled\:outline-gray-500\/55:disabled {
  outline-color: rgb(107 114 128 / 0.55);
}
.disabled\:outline-gray-500\/60:disabled {
  outline-color: rgb(107 114 128 / 0.6);
}
.disabled\:outline-gray-500\/65:disabled {
  outline-color: rgb(107 114 128 / 0.65);
}
.disabled\:outline-gray-500\/70:disabled {
  outline-color: rgb(107 114 128 / 0.7);
}
.disabled\:outline-gray-500\/75:disabled {
  outline-color: rgb(107 114 128 / 0.75);
}
.disabled\:outline-gray-500\/80:disabled {
  outline-color: rgb(107 114 128 / 0.8);
}
.disabled\:outline-gray-500\/85:disabled {
  outline-color: rgb(107 114 128 / 0.85);
}
.disabled\:outline-gray-500\/90:disabled {
  outline-color: rgb(107 114 128 / 0.9);
}
.disabled\:outline-gray-500\/95:disabled {
  outline-color: rgb(107 114 128 / 0.95);
}
.disabled\:outline-gray-600:disabled {
  outline-color: #4b5563;
}
.disabled\:outline-gray-600\/0:disabled {
  outline-color: rgb(75 85 99 / 0);
}
.disabled\:outline-gray-600\/10:disabled {
  outline-color: rgb(75 85 99 / 0.1);
}
.disabled\:outline-gray-600\/100:disabled {
  outline-color: rgb(75 85 99 / 1);
}
.disabled\:outline-gray-600\/15:disabled {
  outline-color: rgb(75 85 99 / 0.15);
}
.disabled\:outline-gray-600\/20:disabled {
  outline-color: rgb(75 85 99 / 0.2);
}
.disabled\:outline-gray-600\/25:disabled {
  outline-color: rgb(75 85 99 / 0.25);
}
.disabled\:outline-gray-600\/30:disabled {
  outline-color: rgb(75 85 99 / 0.3);
}
.disabled\:outline-gray-600\/35:disabled {
  outline-color: rgb(75 85 99 / 0.35);
}
.disabled\:outline-gray-600\/40:disabled {
  outline-color: rgb(75 85 99 / 0.4);
}
.disabled\:outline-gray-600\/45:disabled {
  outline-color: rgb(75 85 99 / 0.45);
}
.disabled\:outline-gray-600\/5:disabled {
  outline-color: rgb(75 85 99 / 0.05);
}
.disabled\:outline-gray-600\/50:disabled {
  outline-color: rgb(75 85 99 / 0.5);
}
.disabled\:outline-gray-600\/55:disabled {
  outline-color: rgb(75 85 99 / 0.55);
}
.disabled\:outline-gray-600\/60:disabled {
  outline-color: rgb(75 85 99 / 0.6);
}
.disabled\:outline-gray-600\/65:disabled {
  outline-color: rgb(75 85 99 / 0.65);
}
.disabled\:outline-gray-600\/70:disabled {
  outline-color: rgb(75 85 99 / 0.7);
}
.disabled\:outline-gray-600\/75:disabled {
  outline-color: rgb(75 85 99 / 0.75);
}
.disabled\:outline-gray-600\/80:disabled {
  outline-color: rgb(75 85 99 / 0.8);
}
.disabled\:outline-gray-600\/85:disabled {
  outline-color: rgb(75 85 99 / 0.85);
}
.disabled\:outline-gray-600\/90:disabled {
  outline-color: rgb(75 85 99 / 0.9);
}
.disabled\:outline-gray-600\/95:disabled {
  outline-color: rgb(75 85 99 / 0.95);
}
.disabled\:outline-gray-700:disabled {
  outline-color: #374151;
}
.disabled\:outline-gray-700\/0:disabled {
  outline-color: rgb(55 65 81 / 0);
}
.disabled\:outline-gray-700\/10:disabled {
  outline-color: rgb(55 65 81 / 0.1);
}
.disabled\:outline-gray-700\/100:disabled {
  outline-color: rgb(55 65 81 / 1);
}
.disabled\:outline-gray-700\/15:disabled {
  outline-color: rgb(55 65 81 / 0.15);
}
.disabled\:outline-gray-700\/20:disabled {
  outline-color: rgb(55 65 81 / 0.2);
}
.disabled\:outline-gray-700\/25:disabled {
  outline-color: rgb(55 65 81 / 0.25);
}
.disabled\:outline-gray-700\/30:disabled {
  outline-color: rgb(55 65 81 / 0.3);
}
.disabled\:outline-gray-700\/35:disabled {
  outline-color: rgb(55 65 81 / 0.35);
}
.disabled\:outline-gray-700\/40:disabled {
  outline-color: rgb(55 65 81 / 0.4);
}
.disabled\:outline-gray-700\/45:disabled {
  outline-color: rgb(55 65 81 / 0.45);
}
.disabled\:outline-gray-700\/5:disabled {
  outline-color: rgb(55 65 81 / 0.05);
}
.disabled\:outline-gray-700\/50:disabled {
  outline-color: rgb(55 65 81 / 0.5);
}
.disabled\:outline-gray-700\/55:disabled {
  outline-color: rgb(55 65 81 / 0.55);
}
.disabled\:outline-gray-700\/60:disabled {
  outline-color: rgb(55 65 81 / 0.6);
}
.disabled\:outline-gray-700\/65:disabled {
  outline-color: rgb(55 65 81 / 0.65);
}
.disabled\:outline-gray-700\/70:disabled {
  outline-color: rgb(55 65 81 / 0.7);
}
.disabled\:outline-gray-700\/75:disabled {
  outline-color: rgb(55 65 81 / 0.75);
}
.disabled\:outline-gray-700\/80:disabled {
  outline-color: rgb(55 65 81 / 0.8);
}
.disabled\:outline-gray-700\/85:disabled {
  outline-color: rgb(55 65 81 / 0.85);
}
.disabled\:outline-gray-700\/90:disabled {
  outline-color: rgb(55 65 81 / 0.9);
}
.disabled\:outline-gray-700\/95:disabled {
  outline-color: rgb(55 65 81 / 0.95);
}
.disabled\:outline-gray-800:disabled {
  outline-color: #1f2937;
}
.disabled\:outline-gray-800\/0:disabled {
  outline-color: rgb(31 41 55 / 0);
}
.disabled\:outline-gray-800\/10:disabled {
  outline-color: rgb(31 41 55 / 0.1);
}
.disabled\:outline-gray-800\/100:disabled {
  outline-color: rgb(31 41 55 / 1);
}
.disabled\:outline-gray-800\/15:disabled {
  outline-color: rgb(31 41 55 / 0.15);
}
.disabled\:outline-gray-800\/20:disabled {
  outline-color: rgb(31 41 55 / 0.2);
}
.disabled\:outline-gray-800\/25:disabled {
  outline-color: rgb(31 41 55 / 0.25);
}
.disabled\:outline-gray-800\/30:disabled {
  outline-color: rgb(31 41 55 / 0.3);
}
.disabled\:outline-gray-800\/35:disabled {
  outline-color: rgb(31 41 55 / 0.35);
}
.disabled\:outline-gray-800\/40:disabled {
  outline-color: rgb(31 41 55 / 0.4);
}
.disabled\:outline-gray-800\/45:disabled {
  outline-color: rgb(31 41 55 / 0.45);
}
.disabled\:outline-gray-800\/5:disabled {
  outline-color: rgb(31 41 55 / 0.05);
}
.disabled\:outline-gray-800\/50:disabled {
  outline-color: rgb(31 41 55 / 0.5);
}
.disabled\:outline-gray-800\/55:disabled {
  outline-color: rgb(31 41 55 / 0.55);
}
.disabled\:outline-gray-800\/60:disabled {
  outline-color: rgb(31 41 55 / 0.6);
}
.disabled\:outline-gray-800\/65:disabled {
  outline-color: rgb(31 41 55 / 0.65);
}
.disabled\:outline-gray-800\/70:disabled {
  outline-color: rgb(31 41 55 / 0.7);
}
.disabled\:outline-gray-800\/75:disabled {
  outline-color: rgb(31 41 55 / 0.75);
}
.disabled\:outline-gray-800\/80:disabled {
  outline-color: rgb(31 41 55 / 0.8);
}
.disabled\:outline-gray-800\/85:disabled {
  outline-color: rgb(31 41 55 / 0.85);
}
.disabled\:outline-gray-800\/90:disabled {
  outline-color: rgb(31 41 55 / 0.9);
}
.disabled\:outline-gray-800\/95:disabled {
  outline-color: rgb(31 41 55 / 0.95);
}
.disabled\:outline-gray-900:disabled {
  outline-color: #111827;
}
.disabled\:outline-gray-900\/0:disabled {
  outline-color: rgb(17 24 39 / 0);
}
.disabled\:outline-gray-900\/10:disabled {
  outline-color: rgb(17 24 39 / 0.1);
}
.disabled\:outline-gray-900\/100:disabled {
  outline-color: rgb(17 24 39 / 1);
}
.disabled\:outline-gray-900\/15:disabled {
  outline-color: rgb(17 24 39 / 0.15);
}
.disabled\:outline-gray-900\/20:disabled {
  outline-color: rgb(17 24 39 / 0.2);
}
.disabled\:outline-gray-900\/25:disabled {
  outline-color: rgb(17 24 39 / 0.25);
}
.disabled\:outline-gray-900\/30:disabled {
  outline-color: rgb(17 24 39 / 0.3);
}
.disabled\:outline-gray-900\/35:disabled {
  outline-color: rgb(17 24 39 / 0.35);
}
.disabled\:outline-gray-900\/40:disabled {
  outline-color: rgb(17 24 39 / 0.4);
}
.disabled\:outline-gray-900\/45:disabled {
  outline-color: rgb(17 24 39 / 0.45);
}
.disabled\:outline-gray-900\/5:disabled {
  outline-color: rgb(17 24 39 / 0.05);
}
.disabled\:outline-gray-900\/50:disabled {
  outline-color: rgb(17 24 39 / 0.5);
}
.disabled\:outline-gray-900\/55:disabled {
  outline-color: rgb(17 24 39 / 0.55);
}
.disabled\:outline-gray-900\/60:disabled {
  outline-color: rgb(17 24 39 / 0.6);
}
.disabled\:outline-gray-900\/65:disabled {
  outline-color: rgb(17 24 39 / 0.65);
}
.disabled\:outline-gray-900\/70:disabled {
  outline-color: rgb(17 24 39 / 0.7);
}
.disabled\:outline-gray-900\/75:disabled {
  outline-color: rgb(17 24 39 / 0.75);
}
.disabled\:outline-gray-900\/80:disabled {
  outline-color: rgb(17 24 39 / 0.8);
}
.disabled\:outline-gray-900\/85:disabled {
  outline-color: rgb(17 24 39 / 0.85);
}
.disabled\:outline-gray-900\/90:disabled {
  outline-color: rgb(17 24 39 / 0.9);
}
.disabled\:outline-gray-900\/95:disabled {
  outline-color: rgb(17 24 39 / 0.95);
}
.disabled\:outline-gray-950:disabled {
  outline-color: #030712;
}
.disabled\:outline-gray-950\/0:disabled {
  outline-color: rgb(3 7 18 / 0);
}
.disabled\:outline-gray-950\/10:disabled {
  outline-color: rgb(3 7 18 / 0.1);
}
.disabled\:outline-gray-950\/100:disabled {
  outline-color: rgb(3 7 18 / 1);
}
.disabled\:outline-gray-950\/15:disabled {
  outline-color: rgb(3 7 18 / 0.15);
}
.disabled\:outline-gray-950\/20:disabled {
  outline-color: rgb(3 7 18 / 0.2);
}
.disabled\:outline-gray-950\/25:disabled {
  outline-color: rgb(3 7 18 / 0.25);
}
.disabled\:outline-gray-950\/30:disabled {
  outline-color: rgb(3 7 18 / 0.3);
}
.disabled\:outline-gray-950\/35:disabled {
  outline-color: rgb(3 7 18 / 0.35);
}
.disabled\:outline-gray-950\/40:disabled {
  outline-color: rgb(3 7 18 / 0.4);
}
.disabled\:outline-gray-950\/45:disabled {
  outline-color: rgb(3 7 18 / 0.45);
}
.disabled\:outline-gray-950\/5:disabled {
  outline-color: rgb(3 7 18 / 0.05);
}
.disabled\:outline-gray-950\/50:disabled {
  outline-color: rgb(3 7 18 / 0.5);
}
.disabled\:outline-gray-950\/55:disabled {
  outline-color: rgb(3 7 18 / 0.55);
}
.disabled\:outline-gray-950\/60:disabled {
  outline-color: rgb(3 7 18 / 0.6);
}
.disabled\:outline-gray-950\/65:disabled {
  outline-color: rgb(3 7 18 / 0.65);
}
.disabled\:outline-gray-950\/70:disabled {
  outline-color: rgb(3 7 18 / 0.7);
}
.disabled\:outline-gray-950\/75:disabled {
  outline-color: rgb(3 7 18 / 0.75);
}
.disabled\:outline-gray-950\/80:disabled {
  outline-color: rgb(3 7 18 / 0.8);
}
.disabled\:outline-gray-950\/85:disabled {
  outline-color: rgb(3 7 18 / 0.85);
}
.disabled\:outline-gray-950\/90:disabled {
  outline-color: rgb(3 7 18 / 0.9);
}
.disabled\:outline-gray-950\/95:disabled {
  outline-color: rgb(3 7 18 / 0.95);
}
.disabled\:outline-green-100:disabled {
  outline-color: #dcfce7;
}
.disabled\:outline-green-100\/0:disabled {
  outline-color: rgb(220 252 231 / 0);
}
.disabled\:outline-green-100\/10:disabled {
  outline-color: rgb(220 252 231 / 0.1);
}
.disabled\:outline-green-100\/100:disabled {
  outline-color: rgb(220 252 231 / 1);
}
.disabled\:outline-green-100\/15:disabled {
  outline-color: rgb(220 252 231 / 0.15);
}
.disabled\:outline-green-100\/20:disabled {
  outline-color: rgb(220 252 231 / 0.2);
}
.disabled\:outline-green-100\/25:disabled {
  outline-color: rgb(220 252 231 / 0.25);
}
.disabled\:outline-green-100\/30:disabled {
  outline-color: rgb(220 252 231 / 0.3);
}
.disabled\:outline-green-100\/35:disabled {
  outline-color: rgb(220 252 231 / 0.35);
}
.disabled\:outline-green-100\/40:disabled {
  outline-color: rgb(220 252 231 / 0.4);
}
.disabled\:outline-green-100\/45:disabled {
  outline-color: rgb(220 252 231 / 0.45);
}
.disabled\:outline-green-100\/5:disabled {
  outline-color: rgb(220 252 231 / 0.05);
}
.disabled\:outline-green-100\/50:disabled {
  outline-color: rgb(220 252 231 / 0.5);
}
.disabled\:outline-green-100\/55:disabled {
  outline-color: rgb(220 252 231 / 0.55);
}
.disabled\:outline-green-100\/60:disabled {
  outline-color: rgb(220 252 231 / 0.6);
}
.disabled\:outline-green-100\/65:disabled {
  outline-color: rgb(220 252 231 / 0.65);
}
.disabled\:outline-green-100\/70:disabled {
  outline-color: rgb(220 252 231 / 0.7);
}
.disabled\:outline-green-100\/75:disabled {
  outline-color: rgb(220 252 231 / 0.75);
}
.disabled\:outline-green-100\/80:disabled {
  outline-color: rgb(220 252 231 / 0.8);
}
.disabled\:outline-green-100\/85:disabled {
  outline-color: rgb(220 252 231 / 0.85);
}
.disabled\:outline-green-100\/90:disabled {
  outline-color: rgb(220 252 231 / 0.9);
}
.disabled\:outline-green-100\/95:disabled {
  outline-color: rgb(220 252 231 / 0.95);
}
.disabled\:outline-green-200:disabled {
  outline-color: #bbf7d0;
}
.disabled\:outline-green-200\/0:disabled {
  outline-color: rgb(187 247 208 / 0);
}
.disabled\:outline-green-200\/10:disabled {
  outline-color: rgb(187 247 208 / 0.1);
}
.disabled\:outline-green-200\/100:disabled {
  outline-color: rgb(187 247 208 / 1);
}
.disabled\:outline-green-200\/15:disabled {
  outline-color: rgb(187 247 208 / 0.15);
}
.disabled\:outline-green-200\/20:disabled {
  outline-color: rgb(187 247 208 / 0.2);
}
.disabled\:outline-green-200\/25:disabled {
  outline-color: rgb(187 247 208 / 0.25);
}
.disabled\:outline-green-200\/30:disabled {
  outline-color: rgb(187 247 208 / 0.3);
}
.disabled\:outline-green-200\/35:disabled {
  outline-color: rgb(187 247 208 / 0.35);
}
.disabled\:outline-green-200\/40:disabled {
  outline-color: rgb(187 247 208 / 0.4);
}
.disabled\:outline-green-200\/45:disabled {
  outline-color: rgb(187 247 208 / 0.45);
}
.disabled\:outline-green-200\/5:disabled {
  outline-color: rgb(187 247 208 / 0.05);
}
.disabled\:outline-green-200\/50:disabled {
  outline-color: rgb(187 247 208 / 0.5);
}
.disabled\:outline-green-200\/55:disabled {
  outline-color: rgb(187 247 208 / 0.55);
}
.disabled\:outline-green-200\/60:disabled {
  outline-color: rgb(187 247 208 / 0.6);
}
.disabled\:outline-green-200\/65:disabled {
  outline-color: rgb(187 247 208 / 0.65);
}
.disabled\:outline-green-200\/70:disabled {
  outline-color: rgb(187 247 208 / 0.7);
}
.disabled\:outline-green-200\/75:disabled {
  outline-color: rgb(187 247 208 / 0.75);
}
.disabled\:outline-green-200\/80:disabled {
  outline-color: rgb(187 247 208 / 0.8);
}
.disabled\:outline-green-200\/85:disabled {
  outline-color: rgb(187 247 208 / 0.85);
}
.disabled\:outline-green-200\/90:disabled {
  outline-color: rgb(187 247 208 / 0.9);
}
.disabled\:outline-green-200\/95:disabled {
  outline-color: rgb(187 247 208 / 0.95);
}
.disabled\:outline-green-300:disabled {
  outline-color: #86efac;
}
.disabled\:outline-green-300\/0:disabled {
  outline-color: rgb(134 239 172 / 0);
}
.disabled\:outline-green-300\/10:disabled {
  outline-color: rgb(134 239 172 / 0.1);
}
.disabled\:outline-green-300\/100:disabled {
  outline-color: rgb(134 239 172 / 1);
}
.disabled\:outline-green-300\/15:disabled {
  outline-color: rgb(134 239 172 / 0.15);
}
.disabled\:outline-green-300\/20:disabled {
  outline-color: rgb(134 239 172 / 0.2);
}
.disabled\:outline-green-300\/25:disabled {
  outline-color: rgb(134 239 172 / 0.25);
}
.disabled\:outline-green-300\/30:disabled {
  outline-color: rgb(134 239 172 / 0.3);
}
.disabled\:outline-green-300\/35:disabled {
  outline-color: rgb(134 239 172 / 0.35);
}
.disabled\:outline-green-300\/40:disabled {
  outline-color: rgb(134 239 172 / 0.4);
}
.disabled\:outline-green-300\/45:disabled {
  outline-color: rgb(134 239 172 / 0.45);
}
.disabled\:outline-green-300\/5:disabled {
  outline-color: rgb(134 239 172 / 0.05);
}
.disabled\:outline-green-300\/50:disabled {
  outline-color: rgb(134 239 172 / 0.5);
}
.disabled\:outline-green-300\/55:disabled {
  outline-color: rgb(134 239 172 / 0.55);
}
.disabled\:outline-green-300\/60:disabled {
  outline-color: rgb(134 239 172 / 0.6);
}
.disabled\:outline-green-300\/65:disabled {
  outline-color: rgb(134 239 172 / 0.65);
}
.disabled\:outline-green-300\/70:disabled {
  outline-color: rgb(134 239 172 / 0.7);
}
.disabled\:outline-green-300\/75:disabled {
  outline-color: rgb(134 239 172 / 0.75);
}
.disabled\:outline-green-300\/80:disabled {
  outline-color: rgb(134 239 172 / 0.8);
}
.disabled\:outline-green-300\/85:disabled {
  outline-color: rgb(134 239 172 / 0.85);
}
.disabled\:outline-green-300\/90:disabled {
  outline-color: rgb(134 239 172 / 0.9);
}
.disabled\:outline-green-300\/95:disabled {
  outline-color: rgb(134 239 172 / 0.95);
}
.disabled\:outline-green-400:disabled {
  outline-color: #4ade80;
}
.disabled\:outline-green-400\/0:disabled {
  outline-color: rgb(74 222 128 / 0);
}
.disabled\:outline-green-400\/10:disabled {
  outline-color: rgb(74 222 128 / 0.1);
}
.disabled\:outline-green-400\/100:disabled {
  outline-color: rgb(74 222 128 / 1);
}
.disabled\:outline-green-400\/15:disabled {
  outline-color: rgb(74 222 128 / 0.15);
}
.disabled\:outline-green-400\/20:disabled {
  outline-color: rgb(74 222 128 / 0.2);
}
.disabled\:outline-green-400\/25:disabled {
  outline-color: rgb(74 222 128 / 0.25);
}
.disabled\:outline-green-400\/30:disabled {
  outline-color: rgb(74 222 128 / 0.3);
}
.disabled\:outline-green-400\/35:disabled {
  outline-color: rgb(74 222 128 / 0.35);
}
.disabled\:outline-green-400\/40:disabled {
  outline-color: rgb(74 222 128 / 0.4);
}
.disabled\:outline-green-400\/45:disabled {
  outline-color: rgb(74 222 128 / 0.45);
}
.disabled\:outline-green-400\/5:disabled {
  outline-color: rgb(74 222 128 / 0.05);
}
.disabled\:outline-green-400\/50:disabled {
  outline-color: rgb(74 222 128 / 0.5);
}
.disabled\:outline-green-400\/55:disabled {
  outline-color: rgb(74 222 128 / 0.55);
}
.disabled\:outline-green-400\/60:disabled {
  outline-color: rgb(74 222 128 / 0.6);
}
.disabled\:outline-green-400\/65:disabled {
  outline-color: rgb(74 222 128 / 0.65);
}
.disabled\:outline-green-400\/70:disabled {
  outline-color: rgb(74 222 128 / 0.7);
}
.disabled\:outline-green-400\/75:disabled {
  outline-color: rgb(74 222 128 / 0.75);
}
.disabled\:outline-green-400\/80:disabled {
  outline-color: rgb(74 222 128 / 0.8);
}
.disabled\:outline-green-400\/85:disabled {
  outline-color: rgb(74 222 128 / 0.85);
}
.disabled\:outline-green-400\/90:disabled {
  outline-color: rgb(74 222 128 / 0.9);
}
.disabled\:outline-green-400\/95:disabled {
  outline-color: rgb(74 222 128 / 0.95);
}
.disabled\:outline-green-50:disabled {
  outline-color: #f0fdf4;
}
.disabled\:outline-green-50\/0:disabled {
  outline-color: rgb(240 253 244 / 0);
}
.disabled\:outline-green-50\/10:disabled {
  outline-color: rgb(240 253 244 / 0.1);
}
.disabled\:outline-green-50\/100:disabled {
  outline-color: rgb(240 253 244 / 1);
}
.disabled\:outline-green-50\/15:disabled {
  outline-color: rgb(240 253 244 / 0.15);
}
.disabled\:outline-green-50\/20:disabled {
  outline-color: rgb(240 253 244 / 0.2);
}
.disabled\:outline-green-50\/25:disabled {
  outline-color: rgb(240 253 244 / 0.25);
}
.disabled\:outline-green-50\/30:disabled {
  outline-color: rgb(240 253 244 / 0.3);
}
.disabled\:outline-green-50\/35:disabled {
  outline-color: rgb(240 253 244 / 0.35);
}
.disabled\:outline-green-50\/40:disabled {
  outline-color: rgb(240 253 244 / 0.4);
}
.disabled\:outline-green-50\/45:disabled {
  outline-color: rgb(240 253 244 / 0.45);
}
.disabled\:outline-green-50\/5:disabled {
  outline-color: rgb(240 253 244 / 0.05);
}
.disabled\:outline-green-50\/50:disabled {
  outline-color: rgb(240 253 244 / 0.5);
}
.disabled\:outline-green-50\/55:disabled {
  outline-color: rgb(240 253 244 / 0.55);
}
.disabled\:outline-green-50\/60:disabled {
  outline-color: rgb(240 253 244 / 0.6);
}
.disabled\:outline-green-50\/65:disabled {
  outline-color: rgb(240 253 244 / 0.65);
}
.disabled\:outline-green-50\/70:disabled {
  outline-color: rgb(240 253 244 / 0.7);
}
.disabled\:outline-green-50\/75:disabled {
  outline-color: rgb(240 253 244 / 0.75);
}
.disabled\:outline-green-50\/80:disabled {
  outline-color: rgb(240 253 244 / 0.8);
}
.disabled\:outline-green-50\/85:disabled {
  outline-color: rgb(240 253 244 / 0.85);
}
.disabled\:outline-green-50\/90:disabled {
  outline-color: rgb(240 253 244 / 0.9);
}
.disabled\:outline-green-50\/95:disabled {
  outline-color: rgb(240 253 244 / 0.95);
}
.disabled\:outline-green-500:disabled {
  outline-color: #22c55e;
}
.disabled\:outline-green-500\/0:disabled {
  outline-color: rgb(34 197 94 / 0);
}
.disabled\:outline-green-500\/10:disabled {
  outline-color: rgb(34 197 94 / 0.1);
}
.disabled\:outline-green-500\/100:disabled {
  outline-color: rgb(34 197 94 / 1);
}
.disabled\:outline-green-500\/15:disabled {
  outline-color: rgb(34 197 94 / 0.15);
}
.disabled\:outline-green-500\/20:disabled {
  outline-color: rgb(34 197 94 / 0.2);
}
.disabled\:outline-green-500\/25:disabled {
  outline-color: rgb(34 197 94 / 0.25);
}
.disabled\:outline-green-500\/30:disabled {
  outline-color: rgb(34 197 94 / 0.3);
}
.disabled\:outline-green-500\/35:disabled {
  outline-color: rgb(34 197 94 / 0.35);
}
.disabled\:outline-green-500\/40:disabled {
  outline-color: rgb(34 197 94 / 0.4);
}
.disabled\:outline-green-500\/45:disabled {
  outline-color: rgb(34 197 94 / 0.45);
}
.disabled\:outline-green-500\/5:disabled {
  outline-color: rgb(34 197 94 / 0.05);
}
.disabled\:outline-green-500\/50:disabled {
  outline-color: rgb(34 197 94 / 0.5);
}
.disabled\:outline-green-500\/55:disabled {
  outline-color: rgb(34 197 94 / 0.55);
}
.disabled\:outline-green-500\/60:disabled {
  outline-color: rgb(34 197 94 / 0.6);
}
.disabled\:outline-green-500\/65:disabled {
  outline-color: rgb(34 197 94 / 0.65);
}
.disabled\:outline-green-500\/70:disabled {
  outline-color: rgb(34 197 94 / 0.7);
}
.disabled\:outline-green-500\/75:disabled {
  outline-color: rgb(34 197 94 / 0.75);
}
.disabled\:outline-green-500\/80:disabled {
  outline-color: rgb(34 197 94 / 0.8);
}
.disabled\:outline-green-500\/85:disabled {
  outline-color: rgb(34 197 94 / 0.85);
}
.disabled\:outline-green-500\/90:disabled {
  outline-color: rgb(34 197 94 / 0.9);
}
.disabled\:outline-green-500\/95:disabled {
  outline-color: rgb(34 197 94 / 0.95);
}
.disabled\:outline-green-600:disabled {
  outline-color: #16a34a;
}
.disabled\:outline-green-600\/0:disabled {
  outline-color: rgb(22 163 74 / 0);
}
.disabled\:outline-green-600\/10:disabled {
  outline-color: rgb(22 163 74 / 0.1);
}
.disabled\:outline-green-600\/100:disabled {
  outline-color: rgb(22 163 74 / 1);
}
.disabled\:outline-green-600\/15:disabled {
  outline-color: rgb(22 163 74 / 0.15);
}
.disabled\:outline-green-600\/20:disabled {
  outline-color: rgb(22 163 74 / 0.2);
}
.disabled\:outline-green-600\/25:disabled {
  outline-color: rgb(22 163 74 / 0.25);
}
.disabled\:outline-green-600\/30:disabled {
  outline-color: rgb(22 163 74 / 0.3);
}
.disabled\:outline-green-600\/35:disabled {
  outline-color: rgb(22 163 74 / 0.35);
}
.disabled\:outline-green-600\/40:disabled {
  outline-color: rgb(22 163 74 / 0.4);
}
.disabled\:outline-green-600\/45:disabled {
  outline-color: rgb(22 163 74 / 0.45);
}
.disabled\:outline-green-600\/5:disabled {
  outline-color: rgb(22 163 74 / 0.05);
}
.disabled\:outline-green-600\/50:disabled {
  outline-color: rgb(22 163 74 / 0.5);
}
.disabled\:outline-green-600\/55:disabled {
  outline-color: rgb(22 163 74 / 0.55);
}
.disabled\:outline-green-600\/60:disabled {
  outline-color: rgb(22 163 74 / 0.6);
}
.disabled\:outline-green-600\/65:disabled {
  outline-color: rgb(22 163 74 / 0.65);
}
.disabled\:outline-green-600\/70:disabled {
  outline-color: rgb(22 163 74 / 0.7);
}
.disabled\:outline-green-600\/75:disabled {
  outline-color: rgb(22 163 74 / 0.75);
}
.disabled\:outline-green-600\/80:disabled {
  outline-color: rgb(22 163 74 / 0.8);
}
.disabled\:outline-green-600\/85:disabled {
  outline-color: rgb(22 163 74 / 0.85);
}
.disabled\:outline-green-600\/90:disabled {
  outline-color: rgb(22 163 74 / 0.9);
}
.disabled\:outline-green-600\/95:disabled {
  outline-color: rgb(22 163 74 / 0.95);
}
.disabled\:outline-green-700:disabled {
  outline-color: #15803d;
}
.disabled\:outline-green-700\/0:disabled {
  outline-color: rgb(21 128 61 / 0);
}
.disabled\:outline-green-700\/10:disabled {
  outline-color: rgb(21 128 61 / 0.1);
}
.disabled\:outline-green-700\/100:disabled {
  outline-color: rgb(21 128 61 / 1);
}
.disabled\:outline-green-700\/15:disabled {
  outline-color: rgb(21 128 61 / 0.15);
}
.disabled\:outline-green-700\/20:disabled {
  outline-color: rgb(21 128 61 / 0.2);
}
.disabled\:outline-green-700\/25:disabled {
  outline-color: rgb(21 128 61 / 0.25);
}
.disabled\:outline-green-700\/30:disabled {
  outline-color: rgb(21 128 61 / 0.3);
}
.disabled\:outline-green-700\/35:disabled {
  outline-color: rgb(21 128 61 / 0.35);
}
.disabled\:outline-green-700\/40:disabled {
  outline-color: rgb(21 128 61 / 0.4);
}
.disabled\:outline-green-700\/45:disabled {
  outline-color: rgb(21 128 61 / 0.45);
}
.disabled\:outline-green-700\/5:disabled {
  outline-color: rgb(21 128 61 / 0.05);
}
.disabled\:outline-green-700\/50:disabled {
  outline-color: rgb(21 128 61 / 0.5);
}
.disabled\:outline-green-700\/55:disabled {
  outline-color: rgb(21 128 61 / 0.55);
}
.disabled\:outline-green-700\/60:disabled {
  outline-color: rgb(21 128 61 / 0.6);
}
.disabled\:outline-green-700\/65:disabled {
  outline-color: rgb(21 128 61 / 0.65);
}
.disabled\:outline-green-700\/70:disabled {
  outline-color: rgb(21 128 61 / 0.7);
}
.disabled\:outline-green-700\/75:disabled {
  outline-color: rgb(21 128 61 / 0.75);
}
.disabled\:outline-green-700\/80:disabled {
  outline-color: rgb(21 128 61 / 0.8);
}
.disabled\:outline-green-700\/85:disabled {
  outline-color: rgb(21 128 61 / 0.85);
}
.disabled\:outline-green-700\/90:disabled {
  outline-color: rgb(21 128 61 / 0.9);
}
.disabled\:outline-green-700\/95:disabled {
  outline-color: rgb(21 128 61 / 0.95);
}
.disabled\:outline-green-800:disabled {
  outline-color: #166534;
}
.disabled\:outline-green-800\/0:disabled {
  outline-color: rgb(22 101 52 / 0);
}
.disabled\:outline-green-800\/10:disabled {
  outline-color: rgb(22 101 52 / 0.1);
}
.disabled\:outline-green-800\/100:disabled {
  outline-color: rgb(22 101 52 / 1);
}
.disabled\:outline-green-800\/15:disabled {
  outline-color: rgb(22 101 52 / 0.15);
}
.disabled\:outline-green-800\/20:disabled {
  outline-color: rgb(22 101 52 / 0.2);
}
.disabled\:outline-green-800\/25:disabled {
  outline-color: rgb(22 101 52 / 0.25);
}
.disabled\:outline-green-800\/30:disabled {
  outline-color: rgb(22 101 52 / 0.3);
}
.disabled\:outline-green-800\/35:disabled {
  outline-color: rgb(22 101 52 / 0.35);
}
.disabled\:outline-green-800\/40:disabled {
  outline-color: rgb(22 101 52 / 0.4);
}
.disabled\:outline-green-800\/45:disabled {
  outline-color: rgb(22 101 52 / 0.45);
}
.disabled\:outline-green-800\/5:disabled {
  outline-color: rgb(22 101 52 / 0.05);
}
.disabled\:outline-green-800\/50:disabled {
  outline-color: rgb(22 101 52 / 0.5);
}
.disabled\:outline-green-800\/55:disabled {
  outline-color: rgb(22 101 52 / 0.55);
}
.disabled\:outline-green-800\/60:disabled {
  outline-color: rgb(22 101 52 / 0.6);
}
.disabled\:outline-green-800\/65:disabled {
  outline-color: rgb(22 101 52 / 0.65);
}
.disabled\:outline-green-800\/70:disabled {
  outline-color: rgb(22 101 52 / 0.7);
}
.disabled\:outline-green-800\/75:disabled {
  outline-color: rgb(22 101 52 / 0.75);
}
.disabled\:outline-green-800\/80:disabled {
  outline-color: rgb(22 101 52 / 0.8);
}
.disabled\:outline-green-800\/85:disabled {
  outline-color: rgb(22 101 52 / 0.85);
}
.disabled\:outline-green-800\/90:disabled {
  outline-color: rgb(22 101 52 / 0.9);
}
.disabled\:outline-green-800\/95:disabled {
  outline-color: rgb(22 101 52 / 0.95);
}
.disabled\:outline-green-900:disabled {
  outline-color: #14532d;
}
.disabled\:outline-green-900\/0:disabled {
  outline-color: rgb(20 83 45 / 0);
}
.disabled\:outline-green-900\/10:disabled {
  outline-color: rgb(20 83 45 / 0.1);
}
.disabled\:outline-green-900\/100:disabled {
  outline-color: rgb(20 83 45 / 1);
}
.disabled\:outline-green-900\/15:disabled {
  outline-color: rgb(20 83 45 / 0.15);
}
.disabled\:outline-green-900\/20:disabled {
  outline-color: rgb(20 83 45 / 0.2);
}
.disabled\:outline-green-900\/25:disabled {
  outline-color: rgb(20 83 45 / 0.25);
}
.disabled\:outline-green-900\/30:disabled {
  outline-color: rgb(20 83 45 / 0.3);
}
.disabled\:outline-green-900\/35:disabled {
  outline-color: rgb(20 83 45 / 0.35);
}
.disabled\:outline-green-900\/40:disabled {
  outline-color: rgb(20 83 45 / 0.4);
}
.disabled\:outline-green-900\/45:disabled {
  outline-color: rgb(20 83 45 / 0.45);
}
.disabled\:outline-green-900\/5:disabled {
  outline-color: rgb(20 83 45 / 0.05);
}
.disabled\:outline-green-900\/50:disabled {
  outline-color: rgb(20 83 45 / 0.5);
}
.disabled\:outline-green-900\/55:disabled {
  outline-color: rgb(20 83 45 / 0.55);
}
.disabled\:outline-green-900\/60:disabled {
  outline-color: rgb(20 83 45 / 0.6);
}
.disabled\:outline-green-900\/65:disabled {
  outline-color: rgb(20 83 45 / 0.65);
}
.disabled\:outline-green-900\/70:disabled {
  outline-color: rgb(20 83 45 / 0.7);
}
.disabled\:outline-green-900\/75:disabled {
  outline-color: rgb(20 83 45 / 0.75);
}
.disabled\:outline-green-900\/80:disabled {
  outline-color: rgb(20 83 45 / 0.8);
}
.disabled\:outline-green-900\/85:disabled {
  outline-color: rgb(20 83 45 / 0.85);
}
.disabled\:outline-green-900\/90:disabled {
  outline-color: rgb(20 83 45 / 0.9);
}
.disabled\:outline-green-900\/95:disabled {
  outline-color: rgb(20 83 45 / 0.95);
}
.disabled\:outline-green-950:disabled {
  outline-color: #052e16;
}
.disabled\:outline-green-950\/0:disabled {
  outline-color: rgb(5 46 22 / 0);
}
.disabled\:outline-green-950\/10:disabled {
  outline-color: rgb(5 46 22 / 0.1);
}
.disabled\:outline-green-950\/100:disabled {
  outline-color: rgb(5 46 22 / 1);
}
.disabled\:outline-green-950\/15:disabled {
  outline-color: rgb(5 46 22 / 0.15);
}
.disabled\:outline-green-950\/20:disabled {
  outline-color: rgb(5 46 22 / 0.2);
}
.disabled\:outline-green-950\/25:disabled {
  outline-color: rgb(5 46 22 / 0.25);
}
.disabled\:outline-green-950\/30:disabled {
  outline-color: rgb(5 46 22 / 0.3);
}
.disabled\:outline-green-950\/35:disabled {
  outline-color: rgb(5 46 22 / 0.35);
}
.disabled\:outline-green-950\/40:disabled {
  outline-color: rgb(5 46 22 / 0.4);
}
.disabled\:outline-green-950\/45:disabled {
  outline-color: rgb(5 46 22 / 0.45);
}
.disabled\:outline-green-950\/5:disabled {
  outline-color: rgb(5 46 22 / 0.05);
}
.disabled\:outline-green-950\/50:disabled {
  outline-color: rgb(5 46 22 / 0.5);
}
.disabled\:outline-green-950\/55:disabled {
  outline-color: rgb(5 46 22 / 0.55);
}
.disabled\:outline-green-950\/60:disabled {
  outline-color: rgb(5 46 22 / 0.6);
}
.disabled\:outline-green-950\/65:disabled {
  outline-color: rgb(5 46 22 / 0.65);
}
.disabled\:outline-green-950\/70:disabled {
  outline-color: rgb(5 46 22 / 0.7);
}
.disabled\:outline-green-950\/75:disabled {
  outline-color: rgb(5 46 22 / 0.75);
}
.disabled\:outline-green-950\/80:disabled {
  outline-color: rgb(5 46 22 / 0.8);
}
.disabled\:outline-green-950\/85:disabled {
  outline-color: rgb(5 46 22 / 0.85);
}
.disabled\:outline-green-950\/90:disabled {
  outline-color: rgb(5 46 22 / 0.9);
}
.disabled\:outline-green-950\/95:disabled {
  outline-color: rgb(5 46 22 / 0.95);
}
.disabled\:outline-indigo-100:disabled {
  outline-color: #e0e7ff;
}
.disabled\:outline-indigo-100\/0:disabled {
  outline-color: rgb(224 231 255 / 0);
}
.disabled\:outline-indigo-100\/10:disabled {
  outline-color: rgb(224 231 255 / 0.1);
}
.disabled\:outline-indigo-100\/100:disabled {
  outline-color: rgb(224 231 255 / 1);
}
.disabled\:outline-indigo-100\/15:disabled {
  outline-color: rgb(224 231 255 / 0.15);
}
.disabled\:outline-indigo-100\/20:disabled {
  outline-color: rgb(224 231 255 / 0.2);
}
.disabled\:outline-indigo-100\/25:disabled {
  outline-color: rgb(224 231 255 / 0.25);
}
.disabled\:outline-indigo-100\/30:disabled {
  outline-color: rgb(224 231 255 / 0.3);
}
.disabled\:outline-indigo-100\/35:disabled {
  outline-color: rgb(224 231 255 / 0.35);
}
.disabled\:outline-indigo-100\/40:disabled {
  outline-color: rgb(224 231 255 / 0.4);
}
.disabled\:outline-indigo-100\/45:disabled {
  outline-color: rgb(224 231 255 / 0.45);
}
.disabled\:outline-indigo-100\/5:disabled {
  outline-color: rgb(224 231 255 / 0.05);
}
.disabled\:outline-indigo-100\/50:disabled {
  outline-color: rgb(224 231 255 / 0.5);
}
.disabled\:outline-indigo-100\/55:disabled {
  outline-color: rgb(224 231 255 / 0.55);
}
.disabled\:outline-indigo-100\/60:disabled {
  outline-color: rgb(224 231 255 / 0.6);
}
.disabled\:outline-indigo-100\/65:disabled {
  outline-color: rgb(224 231 255 / 0.65);
}
.disabled\:outline-indigo-100\/70:disabled {
  outline-color: rgb(224 231 255 / 0.7);
}
.disabled\:outline-indigo-100\/75:disabled {
  outline-color: rgb(224 231 255 / 0.75);
}
.disabled\:outline-indigo-100\/80:disabled {
  outline-color: rgb(224 231 255 / 0.8);
}
.disabled\:outline-indigo-100\/85:disabled {
  outline-color: rgb(224 231 255 / 0.85);
}
.disabled\:outline-indigo-100\/90:disabled {
  outline-color: rgb(224 231 255 / 0.9);
}
.disabled\:outline-indigo-100\/95:disabled {
  outline-color: rgb(224 231 255 / 0.95);
}
.disabled\:outline-indigo-200:disabled {
  outline-color: #c7d2fe;
}
.disabled\:outline-indigo-200\/0:disabled {
  outline-color: rgb(199 210 254 / 0);
}
.disabled\:outline-indigo-200\/10:disabled {
  outline-color: rgb(199 210 254 / 0.1);
}
.disabled\:outline-indigo-200\/100:disabled {
  outline-color: rgb(199 210 254 / 1);
}
.disabled\:outline-indigo-200\/15:disabled {
  outline-color: rgb(199 210 254 / 0.15);
}
.disabled\:outline-indigo-200\/20:disabled {
  outline-color: rgb(199 210 254 / 0.2);
}
.disabled\:outline-indigo-200\/25:disabled {
  outline-color: rgb(199 210 254 / 0.25);
}
.disabled\:outline-indigo-200\/30:disabled {
  outline-color: rgb(199 210 254 / 0.3);
}
.disabled\:outline-indigo-200\/35:disabled {
  outline-color: rgb(199 210 254 / 0.35);
}
.disabled\:outline-indigo-200\/40:disabled {
  outline-color: rgb(199 210 254 / 0.4);
}
.disabled\:outline-indigo-200\/45:disabled {
  outline-color: rgb(199 210 254 / 0.45);
}
.disabled\:outline-indigo-200\/5:disabled {
  outline-color: rgb(199 210 254 / 0.05);
}
.disabled\:outline-indigo-200\/50:disabled {
  outline-color: rgb(199 210 254 / 0.5);
}
.disabled\:outline-indigo-200\/55:disabled {
  outline-color: rgb(199 210 254 / 0.55);
}
.disabled\:outline-indigo-200\/60:disabled {
  outline-color: rgb(199 210 254 / 0.6);
}
.disabled\:outline-indigo-200\/65:disabled {
  outline-color: rgb(199 210 254 / 0.65);
}
.disabled\:outline-indigo-200\/70:disabled {
  outline-color: rgb(199 210 254 / 0.7);
}
.disabled\:outline-indigo-200\/75:disabled {
  outline-color: rgb(199 210 254 / 0.75);
}
.disabled\:outline-indigo-200\/80:disabled {
  outline-color: rgb(199 210 254 / 0.8);
}
.disabled\:outline-indigo-200\/85:disabled {
  outline-color: rgb(199 210 254 / 0.85);
}
.disabled\:outline-indigo-200\/90:disabled {
  outline-color: rgb(199 210 254 / 0.9);
}
.disabled\:outline-indigo-200\/95:disabled {
  outline-color: rgb(199 210 254 / 0.95);
}
.disabled\:outline-indigo-300:disabled {
  outline-color: #a5b4fc;
}
.disabled\:outline-indigo-300\/0:disabled {
  outline-color: rgb(165 180 252 / 0);
}
.disabled\:outline-indigo-300\/10:disabled {
  outline-color: rgb(165 180 252 / 0.1);
}
.disabled\:outline-indigo-300\/100:disabled {
  outline-color: rgb(165 180 252 / 1);
}
.disabled\:outline-indigo-300\/15:disabled {
  outline-color: rgb(165 180 252 / 0.15);
}
.disabled\:outline-indigo-300\/20:disabled {
  outline-color: rgb(165 180 252 / 0.2);
}
.disabled\:outline-indigo-300\/25:disabled {
  outline-color: rgb(165 180 252 / 0.25);
}
.disabled\:outline-indigo-300\/30:disabled {
  outline-color: rgb(165 180 252 / 0.3);
}
.disabled\:outline-indigo-300\/35:disabled {
  outline-color: rgb(165 180 252 / 0.35);
}
.disabled\:outline-indigo-300\/40:disabled {
  outline-color: rgb(165 180 252 / 0.4);
}
.disabled\:outline-indigo-300\/45:disabled {
  outline-color: rgb(165 180 252 / 0.45);
}
.disabled\:outline-indigo-300\/5:disabled {
  outline-color: rgb(165 180 252 / 0.05);
}
.disabled\:outline-indigo-300\/50:disabled {
  outline-color: rgb(165 180 252 / 0.5);
}
.disabled\:outline-indigo-300\/55:disabled {
  outline-color: rgb(165 180 252 / 0.55);
}
.disabled\:outline-indigo-300\/60:disabled {
  outline-color: rgb(165 180 252 / 0.6);
}
.disabled\:outline-indigo-300\/65:disabled {
  outline-color: rgb(165 180 252 / 0.65);
}
.disabled\:outline-indigo-300\/70:disabled {
  outline-color: rgb(165 180 252 / 0.7);
}
.disabled\:outline-indigo-300\/75:disabled {
  outline-color: rgb(165 180 252 / 0.75);
}
.disabled\:outline-indigo-300\/80:disabled {
  outline-color: rgb(165 180 252 / 0.8);
}
.disabled\:outline-indigo-300\/85:disabled {
  outline-color: rgb(165 180 252 / 0.85);
}
.disabled\:outline-indigo-300\/90:disabled {
  outline-color: rgb(165 180 252 / 0.9);
}
.disabled\:outline-indigo-300\/95:disabled {
  outline-color: rgb(165 180 252 / 0.95);
}
.disabled\:outline-indigo-400:disabled {
  outline-color: #818cf8;
}
.disabled\:outline-indigo-400\/0:disabled {
  outline-color: rgb(129 140 248 / 0);
}
.disabled\:outline-indigo-400\/10:disabled {
  outline-color: rgb(129 140 248 / 0.1);
}
.disabled\:outline-indigo-400\/100:disabled {
  outline-color: rgb(129 140 248 / 1);
}
.disabled\:outline-indigo-400\/15:disabled {
  outline-color: rgb(129 140 248 / 0.15);
}
.disabled\:outline-indigo-400\/20:disabled {
  outline-color: rgb(129 140 248 / 0.2);
}
.disabled\:outline-indigo-400\/25:disabled {
  outline-color: rgb(129 140 248 / 0.25);
}
.disabled\:outline-indigo-400\/30:disabled {
  outline-color: rgb(129 140 248 / 0.3);
}
.disabled\:outline-indigo-400\/35:disabled {
  outline-color: rgb(129 140 248 / 0.35);
}
.disabled\:outline-indigo-400\/40:disabled {
  outline-color: rgb(129 140 248 / 0.4);
}
.disabled\:outline-indigo-400\/45:disabled {
  outline-color: rgb(129 140 248 / 0.45);
}
.disabled\:outline-indigo-400\/5:disabled {
  outline-color: rgb(129 140 248 / 0.05);
}
.disabled\:outline-indigo-400\/50:disabled {
  outline-color: rgb(129 140 248 / 0.5);
}
.disabled\:outline-indigo-400\/55:disabled {
  outline-color: rgb(129 140 248 / 0.55);
}
.disabled\:outline-indigo-400\/60:disabled {
  outline-color: rgb(129 140 248 / 0.6);
}
.disabled\:outline-indigo-400\/65:disabled {
  outline-color: rgb(129 140 248 / 0.65);
}
.disabled\:outline-indigo-400\/70:disabled {
  outline-color: rgb(129 140 248 / 0.7);
}
.disabled\:outline-indigo-400\/75:disabled {
  outline-color: rgb(129 140 248 / 0.75);
}
.disabled\:outline-indigo-400\/80:disabled {
  outline-color: rgb(129 140 248 / 0.8);
}
.disabled\:outline-indigo-400\/85:disabled {
  outline-color: rgb(129 140 248 / 0.85);
}
.disabled\:outline-indigo-400\/90:disabled {
  outline-color: rgb(129 140 248 / 0.9);
}
.disabled\:outline-indigo-400\/95:disabled {
  outline-color: rgb(129 140 248 / 0.95);
}
.disabled\:outline-indigo-50:disabled {
  outline-color: #eef2ff;
}
.disabled\:outline-indigo-50\/0:disabled {
  outline-color: rgb(238 242 255 / 0);
}
.disabled\:outline-indigo-50\/10:disabled {
  outline-color: rgb(238 242 255 / 0.1);
}
.disabled\:outline-indigo-50\/100:disabled {
  outline-color: rgb(238 242 255 / 1);
}
.disabled\:outline-indigo-50\/15:disabled {
  outline-color: rgb(238 242 255 / 0.15);
}
.disabled\:outline-indigo-50\/20:disabled {
  outline-color: rgb(238 242 255 / 0.2);
}
.disabled\:outline-indigo-50\/25:disabled {
  outline-color: rgb(238 242 255 / 0.25);
}
.disabled\:outline-indigo-50\/30:disabled {
  outline-color: rgb(238 242 255 / 0.3);
}
.disabled\:outline-indigo-50\/35:disabled {
  outline-color: rgb(238 242 255 / 0.35);
}
.disabled\:outline-indigo-50\/40:disabled {
  outline-color: rgb(238 242 255 / 0.4);
}
.disabled\:outline-indigo-50\/45:disabled {
  outline-color: rgb(238 242 255 / 0.45);
}
.disabled\:outline-indigo-50\/5:disabled {
  outline-color: rgb(238 242 255 / 0.05);
}
.disabled\:outline-indigo-50\/50:disabled {
  outline-color: rgb(238 242 255 / 0.5);
}
.disabled\:outline-indigo-50\/55:disabled {
  outline-color: rgb(238 242 255 / 0.55);
}
.disabled\:outline-indigo-50\/60:disabled {
  outline-color: rgb(238 242 255 / 0.6);
}
.disabled\:outline-indigo-50\/65:disabled {
  outline-color: rgb(238 242 255 / 0.65);
}
.disabled\:outline-indigo-50\/70:disabled {
  outline-color: rgb(238 242 255 / 0.7);
}
.disabled\:outline-indigo-50\/75:disabled {
  outline-color: rgb(238 242 255 / 0.75);
}
.disabled\:outline-indigo-50\/80:disabled {
  outline-color: rgb(238 242 255 / 0.8);
}
.disabled\:outline-indigo-50\/85:disabled {
  outline-color: rgb(238 242 255 / 0.85);
}
.disabled\:outline-indigo-50\/90:disabled {
  outline-color: rgb(238 242 255 / 0.9);
}
.disabled\:outline-indigo-50\/95:disabled {
  outline-color: rgb(238 242 255 / 0.95);
}
.disabled\:outline-indigo-500:disabled {
  outline-color: #6366f1;
}
.disabled\:outline-indigo-500\/0:disabled {
  outline-color: rgb(99 102 241 / 0);
}
.disabled\:outline-indigo-500\/10:disabled {
  outline-color: rgb(99 102 241 / 0.1);
}
.disabled\:outline-indigo-500\/100:disabled {
  outline-color: rgb(99 102 241 / 1);
}
.disabled\:outline-indigo-500\/15:disabled {
  outline-color: rgb(99 102 241 / 0.15);
}
.disabled\:outline-indigo-500\/20:disabled {
  outline-color: rgb(99 102 241 / 0.2);
}
.disabled\:outline-indigo-500\/25:disabled {
  outline-color: rgb(99 102 241 / 0.25);
}
.disabled\:outline-indigo-500\/30:disabled {
  outline-color: rgb(99 102 241 / 0.3);
}
.disabled\:outline-indigo-500\/35:disabled {
  outline-color: rgb(99 102 241 / 0.35);
}
.disabled\:outline-indigo-500\/40:disabled {
  outline-color: rgb(99 102 241 / 0.4);
}
.disabled\:outline-indigo-500\/45:disabled {
  outline-color: rgb(99 102 241 / 0.45);
}
.disabled\:outline-indigo-500\/5:disabled {
  outline-color: rgb(99 102 241 / 0.05);
}
.disabled\:outline-indigo-500\/50:disabled {
  outline-color: rgb(99 102 241 / 0.5);
}
.disabled\:outline-indigo-500\/55:disabled {
  outline-color: rgb(99 102 241 / 0.55);
}
.disabled\:outline-indigo-500\/60:disabled {
  outline-color: rgb(99 102 241 / 0.6);
}
.disabled\:outline-indigo-500\/65:disabled {
  outline-color: rgb(99 102 241 / 0.65);
}
.disabled\:outline-indigo-500\/70:disabled {
  outline-color: rgb(99 102 241 / 0.7);
}
.disabled\:outline-indigo-500\/75:disabled {
  outline-color: rgb(99 102 241 / 0.75);
}
.disabled\:outline-indigo-500\/80:disabled {
  outline-color: rgb(99 102 241 / 0.8);
}
.disabled\:outline-indigo-500\/85:disabled {
  outline-color: rgb(99 102 241 / 0.85);
}
.disabled\:outline-indigo-500\/90:disabled {
  outline-color: rgb(99 102 241 / 0.9);
}
.disabled\:outline-indigo-500\/95:disabled {
  outline-color: rgb(99 102 241 / 0.95);
}
.disabled\:outline-indigo-600:disabled {
  outline-color: #4f46e5;
}
.disabled\:outline-indigo-600\/0:disabled {
  outline-color: rgb(79 70 229 / 0);
}
.disabled\:outline-indigo-600\/10:disabled {
  outline-color: rgb(79 70 229 / 0.1);
}
.disabled\:outline-indigo-600\/100:disabled {
  outline-color: rgb(79 70 229 / 1);
}
.disabled\:outline-indigo-600\/15:disabled {
  outline-color: rgb(79 70 229 / 0.15);
}
.disabled\:outline-indigo-600\/20:disabled {
  outline-color: rgb(79 70 229 / 0.2);
}
.disabled\:outline-indigo-600\/25:disabled {
  outline-color: rgb(79 70 229 / 0.25);
}
.disabled\:outline-indigo-600\/30:disabled {
  outline-color: rgb(79 70 229 / 0.3);
}
.disabled\:outline-indigo-600\/35:disabled {
  outline-color: rgb(79 70 229 / 0.35);
}
.disabled\:outline-indigo-600\/40:disabled {
  outline-color: rgb(79 70 229 / 0.4);
}
.disabled\:outline-indigo-600\/45:disabled {
  outline-color: rgb(79 70 229 / 0.45);
}
.disabled\:outline-indigo-600\/5:disabled {
  outline-color: rgb(79 70 229 / 0.05);
}
.disabled\:outline-indigo-600\/50:disabled {
  outline-color: rgb(79 70 229 / 0.5);
}
.disabled\:outline-indigo-600\/55:disabled {
  outline-color: rgb(79 70 229 / 0.55);
}
.disabled\:outline-indigo-600\/60:disabled {
  outline-color: rgb(79 70 229 / 0.6);
}
.disabled\:outline-indigo-600\/65:disabled {
  outline-color: rgb(79 70 229 / 0.65);
}
.disabled\:outline-indigo-600\/70:disabled {
  outline-color: rgb(79 70 229 / 0.7);
}
.disabled\:outline-indigo-600\/75:disabled {
  outline-color: rgb(79 70 229 / 0.75);
}
.disabled\:outline-indigo-600\/80:disabled {
  outline-color: rgb(79 70 229 / 0.8);
}
.disabled\:outline-indigo-600\/85:disabled {
  outline-color: rgb(79 70 229 / 0.85);
}
.disabled\:outline-indigo-600\/90:disabled {
  outline-color: rgb(79 70 229 / 0.9);
}
.disabled\:outline-indigo-600\/95:disabled {
  outline-color: rgb(79 70 229 / 0.95);
}
.disabled\:outline-indigo-700:disabled {
  outline-color: #4338ca;
}
.disabled\:outline-indigo-700\/0:disabled {
  outline-color: rgb(67 56 202 / 0);
}
.disabled\:outline-indigo-700\/10:disabled {
  outline-color: rgb(67 56 202 / 0.1);
}
.disabled\:outline-indigo-700\/100:disabled {
  outline-color: rgb(67 56 202 / 1);
}
.disabled\:outline-indigo-700\/15:disabled {
  outline-color: rgb(67 56 202 / 0.15);
}
.disabled\:outline-indigo-700\/20:disabled {
  outline-color: rgb(67 56 202 / 0.2);
}
.disabled\:outline-indigo-700\/25:disabled {
  outline-color: rgb(67 56 202 / 0.25);
}
.disabled\:outline-indigo-700\/30:disabled {
  outline-color: rgb(67 56 202 / 0.3);
}
.disabled\:outline-indigo-700\/35:disabled {
  outline-color: rgb(67 56 202 / 0.35);
}
.disabled\:outline-indigo-700\/40:disabled {
  outline-color: rgb(67 56 202 / 0.4);
}
.disabled\:outline-indigo-700\/45:disabled {
  outline-color: rgb(67 56 202 / 0.45);
}
.disabled\:outline-indigo-700\/5:disabled {
  outline-color: rgb(67 56 202 / 0.05);
}
.disabled\:outline-indigo-700\/50:disabled {
  outline-color: rgb(67 56 202 / 0.5);
}
.disabled\:outline-indigo-700\/55:disabled {
  outline-color: rgb(67 56 202 / 0.55);
}
.disabled\:outline-indigo-700\/60:disabled {
  outline-color: rgb(67 56 202 / 0.6);
}
.disabled\:outline-indigo-700\/65:disabled {
  outline-color: rgb(67 56 202 / 0.65);
}
.disabled\:outline-indigo-700\/70:disabled {
  outline-color: rgb(67 56 202 / 0.7);
}
.disabled\:outline-indigo-700\/75:disabled {
  outline-color: rgb(67 56 202 / 0.75);
}
.disabled\:outline-indigo-700\/80:disabled {
  outline-color: rgb(67 56 202 / 0.8);
}
.disabled\:outline-indigo-700\/85:disabled {
  outline-color: rgb(67 56 202 / 0.85);
}
.disabled\:outline-indigo-700\/90:disabled {
  outline-color: rgb(67 56 202 / 0.9);
}
.disabled\:outline-indigo-700\/95:disabled {
  outline-color: rgb(67 56 202 / 0.95);
}
.disabled\:outline-indigo-800:disabled {
  outline-color: #3730a3;
}
.disabled\:outline-indigo-800\/0:disabled {
  outline-color: rgb(55 48 163 / 0);
}
.disabled\:outline-indigo-800\/10:disabled {
  outline-color: rgb(55 48 163 / 0.1);
}
.disabled\:outline-indigo-800\/100:disabled {
  outline-color: rgb(55 48 163 / 1);
}
.disabled\:outline-indigo-800\/15:disabled {
  outline-color: rgb(55 48 163 / 0.15);
}
.disabled\:outline-indigo-800\/20:disabled {
  outline-color: rgb(55 48 163 / 0.2);
}
.disabled\:outline-indigo-800\/25:disabled {
  outline-color: rgb(55 48 163 / 0.25);
}
.disabled\:outline-indigo-800\/30:disabled {
  outline-color: rgb(55 48 163 / 0.3);
}
.disabled\:outline-indigo-800\/35:disabled {
  outline-color: rgb(55 48 163 / 0.35);
}
.disabled\:outline-indigo-800\/40:disabled {
  outline-color: rgb(55 48 163 / 0.4);
}
.disabled\:outline-indigo-800\/45:disabled {
  outline-color: rgb(55 48 163 / 0.45);
}
.disabled\:outline-indigo-800\/5:disabled {
  outline-color: rgb(55 48 163 / 0.05);
}
.disabled\:outline-indigo-800\/50:disabled {
  outline-color: rgb(55 48 163 / 0.5);
}
.disabled\:outline-indigo-800\/55:disabled {
  outline-color: rgb(55 48 163 / 0.55);
}
.disabled\:outline-indigo-800\/60:disabled {
  outline-color: rgb(55 48 163 / 0.6);
}
.disabled\:outline-indigo-800\/65:disabled {
  outline-color: rgb(55 48 163 / 0.65);
}
.disabled\:outline-indigo-800\/70:disabled {
  outline-color: rgb(55 48 163 / 0.7);
}
.disabled\:outline-indigo-800\/75:disabled {
  outline-color: rgb(55 48 163 / 0.75);
}
.disabled\:outline-indigo-800\/80:disabled {
  outline-color: rgb(55 48 163 / 0.8);
}
.disabled\:outline-indigo-800\/85:disabled {
  outline-color: rgb(55 48 163 / 0.85);
}
.disabled\:outline-indigo-800\/90:disabled {
  outline-color: rgb(55 48 163 / 0.9);
}
.disabled\:outline-indigo-800\/95:disabled {
  outline-color: rgb(55 48 163 / 0.95);
}
.disabled\:outline-indigo-900:disabled {
  outline-color: #312e81;
}
.disabled\:outline-indigo-900\/0:disabled {
  outline-color: rgb(49 46 129 / 0);
}
.disabled\:outline-indigo-900\/10:disabled {
  outline-color: rgb(49 46 129 / 0.1);
}
.disabled\:outline-indigo-900\/100:disabled {
  outline-color: rgb(49 46 129 / 1);
}
.disabled\:outline-indigo-900\/15:disabled {
  outline-color: rgb(49 46 129 / 0.15);
}
.disabled\:outline-indigo-900\/20:disabled {
  outline-color: rgb(49 46 129 / 0.2);
}
.disabled\:outline-indigo-900\/25:disabled {
  outline-color: rgb(49 46 129 / 0.25);
}
.disabled\:outline-indigo-900\/30:disabled {
  outline-color: rgb(49 46 129 / 0.3);
}
.disabled\:outline-indigo-900\/35:disabled {
  outline-color: rgb(49 46 129 / 0.35);
}
.disabled\:outline-indigo-900\/40:disabled {
  outline-color: rgb(49 46 129 / 0.4);
}
.disabled\:outline-indigo-900\/45:disabled {
  outline-color: rgb(49 46 129 / 0.45);
}
.disabled\:outline-indigo-900\/5:disabled {
  outline-color: rgb(49 46 129 / 0.05);
}
.disabled\:outline-indigo-900\/50:disabled {
  outline-color: rgb(49 46 129 / 0.5);
}
.disabled\:outline-indigo-900\/55:disabled {
  outline-color: rgb(49 46 129 / 0.55);
}
.disabled\:outline-indigo-900\/60:disabled {
  outline-color: rgb(49 46 129 / 0.6);
}
.disabled\:outline-indigo-900\/65:disabled {
  outline-color: rgb(49 46 129 / 0.65);
}
.disabled\:outline-indigo-900\/70:disabled {
  outline-color: rgb(49 46 129 / 0.7);
}
.disabled\:outline-indigo-900\/75:disabled {
  outline-color: rgb(49 46 129 / 0.75);
}
.disabled\:outline-indigo-900\/80:disabled {
  outline-color: rgb(49 46 129 / 0.8);
}
.disabled\:outline-indigo-900\/85:disabled {
  outline-color: rgb(49 46 129 / 0.85);
}
.disabled\:outline-indigo-900\/90:disabled {
  outline-color: rgb(49 46 129 / 0.9);
}
.disabled\:outline-indigo-900\/95:disabled {
  outline-color: rgb(49 46 129 / 0.95);
}
.disabled\:outline-indigo-950:disabled {
  outline-color: #1e1b4b;
}
.disabled\:outline-indigo-950\/0:disabled {
  outline-color: rgb(30 27 75 / 0);
}
.disabled\:outline-indigo-950\/10:disabled {
  outline-color: rgb(30 27 75 / 0.1);
}
.disabled\:outline-indigo-950\/100:disabled {
  outline-color: rgb(30 27 75 / 1);
}
.disabled\:outline-indigo-950\/15:disabled {
  outline-color: rgb(30 27 75 / 0.15);
}
.disabled\:outline-indigo-950\/20:disabled {
  outline-color: rgb(30 27 75 / 0.2);
}
.disabled\:outline-indigo-950\/25:disabled {
  outline-color: rgb(30 27 75 / 0.25);
}
.disabled\:outline-indigo-950\/30:disabled {
  outline-color: rgb(30 27 75 / 0.3);
}
.disabled\:outline-indigo-950\/35:disabled {
  outline-color: rgb(30 27 75 / 0.35);
}
.disabled\:outline-indigo-950\/40:disabled {
  outline-color: rgb(30 27 75 / 0.4);
}
.disabled\:outline-indigo-950\/45:disabled {
  outline-color: rgb(30 27 75 / 0.45);
}
.disabled\:outline-indigo-950\/5:disabled {
  outline-color: rgb(30 27 75 / 0.05);
}
.disabled\:outline-indigo-950\/50:disabled {
  outline-color: rgb(30 27 75 / 0.5);
}
.disabled\:outline-indigo-950\/55:disabled {
  outline-color: rgb(30 27 75 / 0.55);
}
.disabled\:outline-indigo-950\/60:disabled {
  outline-color: rgb(30 27 75 / 0.6);
}
.disabled\:outline-indigo-950\/65:disabled {
  outline-color: rgb(30 27 75 / 0.65);
}
.disabled\:outline-indigo-950\/70:disabled {
  outline-color: rgb(30 27 75 / 0.7);
}
.disabled\:outline-indigo-950\/75:disabled {
  outline-color: rgb(30 27 75 / 0.75);
}
.disabled\:outline-indigo-950\/80:disabled {
  outline-color: rgb(30 27 75 / 0.8);
}
.disabled\:outline-indigo-950\/85:disabled {
  outline-color: rgb(30 27 75 / 0.85);
}
.disabled\:outline-indigo-950\/90:disabled {
  outline-color: rgb(30 27 75 / 0.9);
}
.disabled\:outline-indigo-950\/95:disabled {
  outline-color: rgb(30 27 75 / 0.95);
}
.disabled\:outline-inherit:disabled {
  outline-color: inherit;
}
.disabled\:outline-lime-100:disabled {
  outline-color: #ecfccb;
}
.disabled\:outline-lime-100\/0:disabled {
  outline-color: rgb(236 252 203 / 0);
}
.disabled\:outline-lime-100\/10:disabled {
  outline-color: rgb(236 252 203 / 0.1);
}
.disabled\:outline-lime-100\/100:disabled {
  outline-color: rgb(236 252 203 / 1);
}
.disabled\:outline-lime-100\/15:disabled {
  outline-color: rgb(236 252 203 / 0.15);
}
.disabled\:outline-lime-100\/20:disabled {
  outline-color: rgb(236 252 203 / 0.2);
}
.disabled\:outline-lime-100\/25:disabled {
  outline-color: rgb(236 252 203 / 0.25);
}
.disabled\:outline-lime-100\/30:disabled {
  outline-color: rgb(236 252 203 / 0.3);
}
.disabled\:outline-lime-100\/35:disabled {
  outline-color: rgb(236 252 203 / 0.35);
}
.disabled\:outline-lime-100\/40:disabled {
  outline-color: rgb(236 252 203 / 0.4);
}
.disabled\:outline-lime-100\/45:disabled {
  outline-color: rgb(236 252 203 / 0.45);
}
.disabled\:outline-lime-100\/5:disabled {
  outline-color: rgb(236 252 203 / 0.05);
}
.disabled\:outline-lime-100\/50:disabled {
  outline-color: rgb(236 252 203 / 0.5);
}
.disabled\:outline-lime-100\/55:disabled {
  outline-color: rgb(236 252 203 / 0.55);
}
.disabled\:outline-lime-100\/60:disabled {
  outline-color: rgb(236 252 203 / 0.6);
}
.disabled\:outline-lime-100\/65:disabled {
  outline-color: rgb(236 252 203 / 0.65);
}
.disabled\:outline-lime-100\/70:disabled {
  outline-color: rgb(236 252 203 / 0.7);
}
.disabled\:outline-lime-100\/75:disabled {
  outline-color: rgb(236 252 203 / 0.75);
}
.disabled\:outline-lime-100\/80:disabled {
  outline-color: rgb(236 252 203 / 0.8);
}
.disabled\:outline-lime-100\/85:disabled {
  outline-color: rgb(236 252 203 / 0.85);
}
.disabled\:outline-lime-100\/90:disabled {
  outline-color: rgb(236 252 203 / 0.9);
}
.disabled\:outline-lime-100\/95:disabled {
  outline-color: rgb(236 252 203 / 0.95);
}
.disabled\:outline-lime-200:disabled {
  outline-color: #d9f99d;
}
.disabled\:outline-lime-200\/0:disabled {
  outline-color: rgb(217 249 157 / 0);
}
.disabled\:outline-lime-200\/10:disabled {
  outline-color: rgb(217 249 157 / 0.1);
}
.disabled\:outline-lime-200\/100:disabled {
  outline-color: rgb(217 249 157 / 1);
}
.disabled\:outline-lime-200\/15:disabled {
  outline-color: rgb(217 249 157 / 0.15);
}
.disabled\:outline-lime-200\/20:disabled {
  outline-color: rgb(217 249 157 / 0.2);
}
.disabled\:outline-lime-200\/25:disabled {
  outline-color: rgb(217 249 157 / 0.25);
}
.disabled\:outline-lime-200\/30:disabled {
  outline-color: rgb(217 249 157 / 0.3);
}
.disabled\:outline-lime-200\/35:disabled {
  outline-color: rgb(217 249 157 / 0.35);
}
.disabled\:outline-lime-200\/40:disabled {
  outline-color: rgb(217 249 157 / 0.4);
}
.disabled\:outline-lime-200\/45:disabled {
  outline-color: rgb(217 249 157 / 0.45);
}
.disabled\:outline-lime-200\/5:disabled {
  outline-color: rgb(217 249 157 / 0.05);
}
.disabled\:outline-lime-200\/50:disabled {
  outline-color: rgb(217 249 157 / 0.5);
}
.disabled\:outline-lime-200\/55:disabled {
  outline-color: rgb(217 249 157 / 0.55);
}
.disabled\:outline-lime-200\/60:disabled {
  outline-color: rgb(217 249 157 / 0.6);
}
.disabled\:outline-lime-200\/65:disabled {
  outline-color: rgb(217 249 157 / 0.65);
}
.disabled\:outline-lime-200\/70:disabled {
  outline-color: rgb(217 249 157 / 0.7);
}
.disabled\:outline-lime-200\/75:disabled {
  outline-color: rgb(217 249 157 / 0.75);
}
.disabled\:outline-lime-200\/80:disabled {
  outline-color: rgb(217 249 157 / 0.8);
}
.disabled\:outline-lime-200\/85:disabled {
  outline-color: rgb(217 249 157 / 0.85);
}
.disabled\:outline-lime-200\/90:disabled {
  outline-color: rgb(217 249 157 / 0.9);
}
.disabled\:outline-lime-200\/95:disabled {
  outline-color: rgb(217 249 157 / 0.95);
}
.disabled\:outline-lime-300:disabled {
  outline-color: #bef264;
}
.disabled\:outline-lime-300\/0:disabled {
  outline-color: rgb(190 242 100 / 0);
}
.disabled\:outline-lime-300\/10:disabled {
  outline-color: rgb(190 242 100 / 0.1);
}
.disabled\:outline-lime-300\/100:disabled {
  outline-color: rgb(190 242 100 / 1);
}
.disabled\:outline-lime-300\/15:disabled {
  outline-color: rgb(190 242 100 / 0.15);
}
.disabled\:outline-lime-300\/20:disabled {
  outline-color: rgb(190 242 100 / 0.2);
}
.disabled\:outline-lime-300\/25:disabled {
  outline-color: rgb(190 242 100 / 0.25);
}
.disabled\:outline-lime-300\/30:disabled {
  outline-color: rgb(190 242 100 / 0.3);
}
.disabled\:outline-lime-300\/35:disabled {
  outline-color: rgb(190 242 100 / 0.35);
}
.disabled\:outline-lime-300\/40:disabled {
  outline-color: rgb(190 242 100 / 0.4);
}
.disabled\:outline-lime-300\/45:disabled {
  outline-color: rgb(190 242 100 / 0.45);
}
.disabled\:outline-lime-300\/5:disabled {
  outline-color: rgb(190 242 100 / 0.05);
}
.disabled\:outline-lime-300\/50:disabled {
  outline-color: rgb(190 242 100 / 0.5);
}
.disabled\:outline-lime-300\/55:disabled {
  outline-color: rgb(190 242 100 / 0.55);
}
.disabled\:outline-lime-300\/60:disabled {
  outline-color: rgb(190 242 100 / 0.6);
}
.disabled\:outline-lime-300\/65:disabled {
  outline-color: rgb(190 242 100 / 0.65);
}
.disabled\:outline-lime-300\/70:disabled {
  outline-color: rgb(190 242 100 / 0.7);
}
.disabled\:outline-lime-300\/75:disabled {
  outline-color: rgb(190 242 100 / 0.75);
}
.disabled\:outline-lime-300\/80:disabled {
  outline-color: rgb(190 242 100 / 0.8);
}
.disabled\:outline-lime-300\/85:disabled {
  outline-color: rgb(190 242 100 / 0.85);
}
.disabled\:outline-lime-300\/90:disabled {
  outline-color: rgb(190 242 100 / 0.9);
}
.disabled\:outline-lime-300\/95:disabled {
  outline-color: rgb(190 242 100 / 0.95);
}
.disabled\:outline-lime-400:disabled {
  outline-color: #a3e635;
}
.disabled\:outline-lime-400\/0:disabled {
  outline-color: rgb(163 230 53 / 0);
}
.disabled\:outline-lime-400\/10:disabled {
  outline-color: rgb(163 230 53 / 0.1);
}
.disabled\:outline-lime-400\/100:disabled {
  outline-color: rgb(163 230 53 / 1);
}
.disabled\:outline-lime-400\/15:disabled {
  outline-color: rgb(163 230 53 / 0.15);
}
.disabled\:outline-lime-400\/20:disabled {
  outline-color: rgb(163 230 53 / 0.2);
}
.disabled\:outline-lime-400\/25:disabled {
  outline-color: rgb(163 230 53 / 0.25);
}
.disabled\:outline-lime-400\/30:disabled {
  outline-color: rgb(163 230 53 / 0.3);
}
.disabled\:outline-lime-400\/35:disabled {
  outline-color: rgb(163 230 53 / 0.35);
}
.disabled\:outline-lime-400\/40:disabled {
  outline-color: rgb(163 230 53 / 0.4);
}
.disabled\:outline-lime-400\/45:disabled {
  outline-color: rgb(163 230 53 / 0.45);
}
.disabled\:outline-lime-400\/5:disabled {
  outline-color: rgb(163 230 53 / 0.05);
}
.disabled\:outline-lime-400\/50:disabled {
  outline-color: rgb(163 230 53 / 0.5);
}
.disabled\:outline-lime-400\/55:disabled {
  outline-color: rgb(163 230 53 / 0.55);
}
.disabled\:outline-lime-400\/60:disabled {
  outline-color: rgb(163 230 53 / 0.6);
}
.disabled\:outline-lime-400\/65:disabled {
  outline-color: rgb(163 230 53 / 0.65);
}
.disabled\:outline-lime-400\/70:disabled {
  outline-color: rgb(163 230 53 / 0.7);
}
.disabled\:outline-lime-400\/75:disabled {
  outline-color: rgb(163 230 53 / 0.75);
}
.disabled\:outline-lime-400\/80:disabled {
  outline-color: rgb(163 230 53 / 0.8);
}
.disabled\:outline-lime-400\/85:disabled {
  outline-color: rgb(163 230 53 / 0.85);
}
.disabled\:outline-lime-400\/90:disabled {
  outline-color: rgb(163 230 53 / 0.9);
}
.disabled\:outline-lime-400\/95:disabled {
  outline-color: rgb(163 230 53 / 0.95);
}
.disabled\:outline-lime-50:disabled {
  outline-color: #f7fee7;
}
.disabled\:outline-lime-50\/0:disabled {
  outline-color: rgb(247 254 231 / 0);
}
.disabled\:outline-lime-50\/10:disabled {
  outline-color: rgb(247 254 231 / 0.1);
}
.disabled\:outline-lime-50\/100:disabled {
  outline-color: rgb(247 254 231 / 1);
}
.disabled\:outline-lime-50\/15:disabled {
  outline-color: rgb(247 254 231 / 0.15);
}
.disabled\:outline-lime-50\/20:disabled {
  outline-color: rgb(247 254 231 / 0.2);
}
.disabled\:outline-lime-50\/25:disabled {
  outline-color: rgb(247 254 231 / 0.25);
}
.disabled\:outline-lime-50\/30:disabled {
  outline-color: rgb(247 254 231 / 0.3);
}
.disabled\:outline-lime-50\/35:disabled {
  outline-color: rgb(247 254 231 / 0.35);
}
.disabled\:outline-lime-50\/40:disabled {
  outline-color: rgb(247 254 231 / 0.4);
}
.disabled\:outline-lime-50\/45:disabled {
  outline-color: rgb(247 254 231 / 0.45);
}
.disabled\:outline-lime-50\/5:disabled {
  outline-color: rgb(247 254 231 / 0.05);
}
.disabled\:outline-lime-50\/50:disabled {
  outline-color: rgb(247 254 231 / 0.5);
}
.disabled\:outline-lime-50\/55:disabled {
  outline-color: rgb(247 254 231 / 0.55);
}
.disabled\:outline-lime-50\/60:disabled {
  outline-color: rgb(247 254 231 / 0.6);
}
.disabled\:outline-lime-50\/65:disabled {
  outline-color: rgb(247 254 231 / 0.65);
}
.disabled\:outline-lime-50\/70:disabled {
  outline-color: rgb(247 254 231 / 0.7);
}
.disabled\:outline-lime-50\/75:disabled {
  outline-color: rgb(247 254 231 / 0.75);
}
.disabled\:outline-lime-50\/80:disabled {
  outline-color: rgb(247 254 231 / 0.8);
}
.disabled\:outline-lime-50\/85:disabled {
  outline-color: rgb(247 254 231 / 0.85);
}
.disabled\:outline-lime-50\/90:disabled {
  outline-color: rgb(247 254 231 / 0.9);
}
.disabled\:outline-lime-50\/95:disabled {
  outline-color: rgb(247 254 231 / 0.95);
}
.disabled\:outline-lime-500:disabled {
  outline-color: #84cc16;
}
.disabled\:outline-lime-500\/0:disabled {
  outline-color: rgb(132 204 22 / 0);
}
.disabled\:outline-lime-500\/10:disabled {
  outline-color: rgb(132 204 22 / 0.1);
}
.disabled\:outline-lime-500\/100:disabled {
  outline-color: rgb(132 204 22 / 1);
}
.disabled\:outline-lime-500\/15:disabled {
  outline-color: rgb(132 204 22 / 0.15);
}
.disabled\:outline-lime-500\/20:disabled {
  outline-color: rgb(132 204 22 / 0.2);
}
.disabled\:outline-lime-500\/25:disabled {
  outline-color: rgb(132 204 22 / 0.25);
}
.disabled\:outline-lime-500\/30:disabled {
  outline-color: rgb(132 204 22 / 0.3);
}
.disabled\:outline-lime-500\/35:disabled {
  outline-color: rgb(132 204 22 / 0.35);
}
.disabled\:outline-lime-500\/40:disabled {
  outline-color: rgb(132 204 22 / 0.4);
}
.disabled\:outline-lime-500\/45:disabled {
  outline-color: rgb(132 204 22 / 0.45);
}
.disabled\:outline-lime-500\/5:disabled {
  outline-color: rgb(132 204 22 / 0.05);
}
.disabled\:outline-lime-500\/50:disabled {
  outline-color: rgb(132 204 22 / 0.5);
}
.disabled\:outline-lime-500\/55:disabled {
  outline-color: rgb(132 204 22 / 0.55);
}
.disabled\:outline-lime-500\/60:disabled {
  outline-color: rgb(132 204 22 / 0.6);
}
.disabled\:outline-lime-500\/65:disabled {
  outline-color: rgb(132 204 22 / 0.65);
}
.disabled\:outline-lime-500\/70:disabled {
  outline-color: rgb(132 204 22 / 0.7);
}
.disabled\:outline-lime-500\/75:disabled {
  outline-color: rgb(132 204 22 / 0.75);
}
.disabled\:outline-lime-500\/80:disabled {
  outline-color: rgb(132 204 22 / 0.8);
}
.disabled\:outline-lime-500\/85:disabled {
  outline-color: rgb(132 204 22 / 0.85);
}
.disabled\:outline-lime-500\/90:disabled {
  outline-color: rgb(132 204 22 / 0.9);
}
.disabled\:outline-lime-500\/95:disabled {
  outline-color: rgb(132 204 22 / 0.95);
}
.disabled\:outline-lime-600:disabled {
  outline-color: #65a30d;
}
.disabled\:outline-lime-600\/0:disabled {
  outline-color: rgb(101 163 13 / 0);
}
.disabled\:outline-lime-600\/10:disabled {
  outline-color: rgb(101 163 13 / 0.1);
}
.disabled\:outline-lime-600\/100:disabled {
  outline-color: rgb(101 163 13 / 1);
}
.disabled\:outline-lime-600\/15:disabled {
  outline-color: rgb(101 163 13 / 0.15);
}
.disabled\:outline-lime-600\/20:disabled {
  outline-color: rgb(101 163 13 / 0.2);
}
.disabled\:outline-lime-600\/25:disabled {
  outline-color: rgb(101 163 13 / 0.25);
}
.disabled\:outline-lime-600\/30:disabled {
  outline-color: rgb(101 163 13 / 0.3);
}
.disabled\:outline-lime-600\/35:disabled {
  outline-color: rgb(101 163 13 / 0.35);
}
.disabled\:outline-lime-600\/40:disabled {
  outline-color: rgb(101 163 13 / 0.4);
}
.disabled\:outline-lime-600\/45:disabled {
  outline-color: rgb(101 163 13 / 0.45);
}
.disabled\:outline-lime-600\/5:disabled {
  outline-color: rgb(101 163 13 / 0.05);
}
.disabled\:outline-lime-600\/50:disabled {
  outline-color: rgb(101 163 13 / 0.5);
}
.disabled\:outline-lime-600\/55:disabled {
  outline-color: rgb(101 163 13 / 0.55);
}
.disabled\:outline-lime-600\/60:disabled {
  outline-color: rgb(101 163 13 / 0.6);
}
.disabled\:outline-lime-600\/65:disabled {
  outline-color: rgb(101 163 13 / 0.65);
}
.disabled\:outline-lime-600\/70:disabled {
  outline-color: rgb(101 163 13 / 0.7);
}
.disabled\:outline-lime-600\/75:disabled {
  outline-color: rgb(101 163 13 / 0.75);
}
.disabled\:outline-lime-600\/80:disabled {
  outline-color: rgb(101 163 13 / 0.8);
}
.disabled\:outline-lime-600\/85:disabled {
  outline-color: rgb(101 163 13 / 0.85);
}
.disabled\:outline-lime-600\/90:disabled {
  outline-color: rgb(101 163 13 / 0.9);
}
.disabled\:outline-lime-600\/95:disabled {
  outline-color: rgb(101 163 13 / 0.95);
}
.disabled\:outline-lime-700:disabled {
  outline-color: #4d7c0f;
}
.disabled\:outline-lime-700\/0:disabled {
  outline-color: rgb(77 124 15 / 0);
}
.disabled\:outline-lime-700\/10:disabled {
  outline-color: rgb(77 124 15 / 0.1);
}
.disabled\:outline-lime-700\/100:disabled {
  outline-color: rgb(77 124 15 / 1);
}
.disabled\:outline-lime-700\/15:disabled {
  outline-color: rgb(77 124 15 / 0.15);
}
.disabled\:outline-lime-700\/20:disabled {
  outline-color: rgb(77 124 15 / 0.2);
}
.disabled\:outline-lime-700\/25:disabled {
  outline-color: rgb(77 124 15 / 0.25);
}
.disabled\:outline-lime-700\/30:disabled {
  outline-color: rgb(77 124 15 / 0.3);
}
.disabled\:outline-lime-700\/35:disabled {
  outline-color: rgb(77 124 15 / 0.35);
}
.disabled\:outline-lime-700\/40:disabled {
  outline-color: rgb(77 124 15 / 0.4);
}
.disabled\:outline-lime-700\/45:disabled {
  outline-color: rgb(77 124 15 / 0.45);
}
.disabled\:outline-lime-700\/5:disabled {
  outline-color: rgb(77 124 15 / 0.05);
}
.disabled\:outline-lime-700\/50:disabled {
  outline-color: rgb(77 124 15 / 0.5);
}
.disabled\:outline-lime-700\/55:disabled {
  outline-color: rgb(77 124 15 / 0.55);
}
.disabled\:outline-lime-700\/60:disabled {
  outline-color: rgb(77 124 15 / 0.6);
}
.disabled\:outline-lime-700\/65:disabled {
  outline-color: rgb(77 124 15 / 0.65);
}
.disabled\:outline-lime-700\/70:disabled {
  outline-color: rgb(77 124 15 / 0.7);
}
.disabled\:outline-lime-700\/75:disabled {
  outline-color: rgb(77 124 15 / 0.75);
}
.disabled\:outline-lime-700\/80:disabled {
  outline-color: rgb(77 124 15 / 0.8);
}
.disabled\:outline-lime-700\/85:disabled {
  outline-color: rgb(77 124 15 / 0.85);
}
.disabled\:outline-lime-700\/90:disabled {
  outline-color: rgb(77 124 15 / 0.9);
}
.disabled\:outline-lime-700\/95:disabled {
  outline-color: rgb(77 124 15 / 0.95);
}
.disabled\:outline-lime-800:disabled {
  outline-color: #3f6212;
}
.disabled\:outline-lime-800\/0:disabled {
  outline-color: rgb(63 98 18 / 0);
}
.disabled\:outline-lime-800\/10:disabled {
  outline-color: rgb(63 98 18 / 0.1);
}
.disabled\:outline-lime-800\/100:disabled {
  outline-color: rgb(63 98 18 / 1);
}
.disabled\:outline-lime-800\/15:disabled {
  outline-color: rgb(63 98 18 / 0.15);
}
.disabled\:outline-lime-800\/20:disabled {
  outline-color: rgb(63 98 18 / 0.2);
}
.disabled\:outline-lime-800\/25:disabled {
  outline-color: rgb(63 98 18 / 0.25);
}
.disabled\:outline-lime-800\/30:disabled {
  outline-color: rgb(63 98 18 / 0.3);
}
.disabled\:outline-lime-800\/35:disabled {
  outline-color: rgb(63 98 18 / 0.35);
}
.disabled\:outline-lime-800\/40:disabled {
  outline-color: rgb(63 98 18 / 0.4);
}
.disabled\:outline-lime-800\/45:disabled {
  outline-color: rgb(63 98 18 / 0.45);
}
.disabled\:outline-lime-800\/5:disabled {
  outline-color: rgb(63 98 18 / 0.05);
}
.disabled\:outline-lime-800\/50:disabled {
  outline-color: rgb(63 98 18 / 0.5);
}
.disabled\:outline-lime-800\/55:disabled {
  outline-color: rgb(63 98 18 / 0.55);
}
.disabled\:outline-lime-800\/60:disabled {
  outline-color: rgb(63 98 18 / 0.6);
}
.disabled\:outline-lime-800\/65:disabled {
  outline-color: rgb(63 98 18 / 0.65);
}
.disabled\:outline-lime-800\/70:disabled {
  outline-color: rgb(63 98 18 / 0.7);
}
.disabled\:outline-lime-800\/75:disabled {
  outline-color: rgb(63 98 18 / 0.75);
}
.disabled\:outline-lime-800\/80:disabled {
  outline-color: rgb(63 98 18 / 0.8);
}
.disabled\:outline-lime-800\/85:disabled {
  outline-color: rgb(63 98 18 / 0.85);
}
.disabled\:outline-lime-800\/90:disabled {
  outline-color: rgb(63 98 18 / 0.9);
}
.disabled\:outline-lime-800\/95:disabled {
  outline-color: rgb(63 98 18 / 0.95);
}
.disabled\:outline-lime-900:disabled {
  outline-color: #365314;
}
.disabled\:outline-lime-900\/0:disabled {
  outline-color: rgb(54 83 20 / 0);
}
.disabled\:outline-lime-900\/10:disabled {
  outline-color: rgb(54 83 20 / 0.1);
}
.disabled\:outline-lime-900\/100:disabled {
  outline-color: rgb(54 83 20 / 1);
}
.disabled\:outline-lime-900\/15:disabled {
  outline-color: rgb(54 83 20 / 0.15);
}
.disabled\:outline-lime-900\/20:disabled {
  outline-color: rgb(54 83 20 / 0.2);
}
.disabled\:outline-lime-900\/25:disabled {
  outline-color: rgb(54 83 20 / 0.25);
}
.disabled\:outline-lime-900\/30:disabled {
  outline-color: rgb(54 83 20 / 0.3);
}
.disabled\:outline-lime-900\/35:disabled {
  outline-color: rgb(54 83 20 / 0.35);
}
.disabled\:outline-lime-900\/40:disabled {
  outline-color: rgb(54 83 20 / 0.4);
}
.disabled\:outline-lime-900\/45:disabled {
  outline-color: rgb(54 83 20 / 0.45);
}
.disabled\:outline-lime-900\/5:disabled {
  outline-color: rgb(54 83 20 / 0.05);
}
.disabled\:outline-lime-900\/50:disabled {
  outline-color: rgb(54 83 20 / 0.5);
}
.disabled\:outline-lime-900\/55:disabled {
  outline-color: rgb(54 83 20 / 0.55);
}
.disabled\:outline-lime-900\/60:disabled {
  outline-color: rgb(54 83 20 / 0.6);
}
.disabled\:outline-lime-900\/65:disabled {
  outline-color: rgb(54 83 20 / 0.65);
}
.disabled\:outline-lime-900\/70:disabled {
  outline-color: rgb(54 83 20 / 0.7);
}
.disabled\:outline-lime-900\/75:disabled {
  outline-color: rgb(54 83 20 / 0.75);
}
.disabled\:outline-lime-900\/80:disabled {
  outline-color: rgb(54 83 20 / 0.8);
}
.disabled\:outline-lime-900\/85:disabled {
  outline-color: rgb(54 83 20 / 0.85);
}
.disabled\:outline-lime-900\/90:disabled {
  outline-color: rgb(54 83 20 / 0.9);
}
.disabled\:outline-lime-900\/95:disabled {
  outline-color: rgb(54 83 20 / 0.95);
}
.disabled\:outline-lime-950:disabled {
  outline-color: #1a2e05;
}
.disabled\:outline-lime-950\/0:disabled {
  outline-color: rgb(26 46 5 / 0);
}
.disabled\:outline-lime-950\/10:disabled {
  outline-color: rgb(26 46 5 / 0.1);
}
.disabled\:outline-lime-950\/100:disabled {
  outline-color: rgb(26 46 5 / 1);
}
.disabled\:outline-lime-950\/15:disabled {
  outline-color: rgb(26 46 5 / 0.15);
}
.disabled\:outline-lime-950\/20:disabled {
  outline-color: rgb(26 46 5 / 0.2);
}
.disabled\:outline-lime-950\/25:disabled {
  outline-color: rgb(26 46 5 / 0.25);
}
.disabled\:outline-lime-950\/30:disabled {
  outline-color: rgb(26 46 5 / 0.3);
}
.disabled\:outline-lime-950\/35:disabled {
  outline-color: rgb(26 46 5 / 0.35);
}
.disabled\:outline-lime-950\/40:disabled {
  outline-color: rgb(26 46 5 / 0.4);
}
.disabled\:outline-lime-950\/45:disabled {
  outline-color: rgb(26 46 5 / 0.45);
}
.disabled\:outline-lime-950\/5:disabled {
  outline-color: rgb(26 46 5 / 0.05);
}
.disabled\:outline-lime-950\/50:disabled {
  outline-color: rgb(26 46 5 / 0.5);
}
.disabled\:outline-lime-950\/55:disabled {
  outline-color: rgb(26 46 5 / 0.55);
}
.disabled\:outline-lime-950\/60:disabled {
  outline-color: rgb(26 46 5 / 0.6);
}
.disabled\:outline-lime-950\/65:disabled {
  outline-color: rgb(26 46 5 / 0.65);
}
.disabled\:outline-lime-950\/70:disabled {
  outline-color: rgb(26 46 5 / 0.7);
}
.disabled\:outline-lime-950\/75:disabled {
  outline-color: rgb(26 46 5 / 0.75);
}
.disabled\:outline-lime-950\/80:disabled {
  outline-color: rgb(26 46 5 / 0.8);
}
.disabled\:outline-lime-950\/85:disabled {
  outline-color: rgb(26 46 5 / 0.85);
}
.disabled\:outline-lime-950\/90:disabled {
  outline-color: rgb(26 46 5 / 0.9);
}
.disabled\:outline-lime-950\/95:disabled {
  outline-color: rgb(26 46 5 / 0.95);
}
.disabled\:outline-neutral-100:disabled {
  outline-color: #f5f5f5;
}
.disabled\:outline-neutral-100\/0:disabled {
  outline-color: rgb(245 245 245 / 0);
}
.disabled\:outline-neutral-100\/10:disabled {
  outline-color: rgb(245 245 245 / 0.1);
}
.disabled\:outline-neutral-100\/100:disabled {
  outline-color: rgb(245 245 245 / 1);
}
.disabled\:outline-neutral-100\/15:disabled {
  outline-color: rgb(245 245 245 / 0.15);
}
.disabled\:outline-neutral-100\/20:disabled {
  outline-color: rgb(245 245 245 / 0.2);
}
.disabled\:outline-neutral-100\/25:disabled {
  outline-color: rgb(245 245 245 / 0.25);
}
.disabled\:outline-neutral-100\/30:disabled {
  outline-color: rgb(245 245 245 / 0.3);
}
.disabled\:outline-neutral-100\/35:disabled {
  outline-color: rgb(245 245 245 / 0.35);
}
.disabled\:outline-neutral-100\/40:disabled {
  outline-color: rgb(245 245 245 / 0.4);
}
.disabled\:outline-neutral-100\/45:disabled {
  outline-color: rgb(245 245 245 / 0.45);
}
.disabled\:outline-neutral-100\/5:disabled {
  outline-color: rgb(245 245 245 / 0.05);
}
.disabled\:outline-neutral-100\/50:disabled {
  outline-color: rgb(245 245 245 / 0.5);
}
.disabled\:outline-neutral-100\/55:disabled {
  outline-color: rgb(245 245 245 / 0.55);
}
.disabled\:outline-neutral-100\/60:disabled {
  outline-color: rgb(245 245 245 / 0.6);
}
.disabled\:outline-neutral-100\/65:disabled {
  outline-color: rgb(245 245 245 / 0.65);
}
.disabled\:outline-neutral-100\/70:disabled {
  outline-color: rgb(245 245 245 / 0.7);
}
.disabled\:outline-neutral-100\/75:disabled {
  outline-color: rgb(245 245 245 / 0.75);
}
.disabled\:outline-neutral-100\/80:disabled {
  outline-color: rgb(245 245 245 / 0.8);
}
.disabled\:outline-neutral-100\/85:disabled {
  outline-color: rgb(245 245 245 / 0.85);
}
.disabled\:outline-neutral-100\/90:disabled {
  outline-color: rgb(245 245 245 / 0.9);
}
.disabled\:outline-neutral-100\/95:disabled {
  outline-color: rgb(245 245 245 / 0.95);
}
.disabled\:outline-neutral-200:disabled {
  outline-color: #e5e5e5;
}
.disabled\:outline-neutral-200\/0:disabled {
  outline-color: rgb(229 229 229 / 0);
}
.disabled\:outline-neutral-200\/10:disabled {
  outline-color: rgb(229 229 229 / 0.1);
}
.disabled\:outline-neutral-200\/100:disabled {
  outline-color: rgb(229 229 229 / 1);
}
.disabled\:outline-neutral-200\/15:disabled {
  outline-color: rgb(229 229 229 / 0.15);
}
.disabled\:outline-neutral-200\/20:disabled {
  outline-color: rgb(229 229 229 / 0.2);
}
.disabled\:outline-neutral-200\/25:disabled {
  outline-color: rgb(229 229 229 / 0.25);
}
.disabled\:outline-neutral-200\/30:disabled {
  outline-color: rgb(229 229 229 / 0.3);
}
.disabled\:outline-neutral-200\/35:disabled {
  outline-color: rgb(229 229 229 / 0.35);
}
.disabled\:outline-neutral-200\/40:disabled {
  outline-color: rgb(229 229 229 / 0.4);
}
.disabled\:outline-neutral-200\/45:disabled {
  outline-color: rgb(229 229 229 / 0.45);
}
.disabled\:outline-neutral-200\/5:disabled {
  outline-color: rgb(229 229 229 / 0.05);
}
.disabled\:outline-neutral-200\/50:disabled {
  outline-color: rgb(229 229 229 / 0.5);
}
.disabled\:outline-neutral-200\/55:disabled {
  outline-color: rgb(229 229 229 / 0.55);
}
.disabled\:outline-neutral-200\/60:disabled {
  outline-color: rgb(229 229 229 / 0.6);
}
.disabled\:outline-neutral-200\/65:disabled {
  outline-color: rgb(229 229 229 / 0.65);
}
.disabled\:outline-neutral-200\/70:disabled {
  outline-color: rgb(229 229 229 / 0.7);
}
.disabled\:outline-neutral-200\/75:disabled {
  outline-color: rgb(229 229 229 / 0.75);
}
.disabled\:outline-neutral-200\/80:disabled {
  outline-color: rgb(229 229 229 / 0.8);
}
.disabled\:outline-neutral-200\/85:disabled {
  outline-color: rgb(229 229 229 / 0.85);
}
.disabled\:outline-neutral-200\/90:disabled {
  outline-color: rgb(229 229 229 / 0.9);
}
.disabled\:outline-neutral-200\/95:disabled {
  outline-color: rgb(229 229 229 / 0.95);
}
.disabled\:outline-neutral-300:disabled {
  outline-color: #d4d4d4;
}
.disabled\:outline-neutral-300\/0:disabled {
  outline-color: rgb(212 212 212 / 0);
}
.disabled\:outline-neutral-300\/10:disabled {
  outline-color: rgb(212 212 212 / 0.1);
}
.disabled\:outline-neutral-300\/100:disabled {
  outline-color: rgb(212 212 212 / 1);
}
.disabled\:outline-neutral-300\/15:disabled {
  outline-color: rgb(212 212 212 / 0.15);
}
.disabled\:outline-neutral-300\/20:disabled {
  outline-color: rgb(212 212 212 / 0.2);
}
.disabled\:outline-neutral-300\/25:disabled {
  outline-color: rgb(212 212 212 / 0.25);
}
.disabled\:outline-neutral-300\/30:disabled {
  outline-color: rgb(212 212 212 / 0.3);
}
.disabled\:outline-neutral-300\/35:disabled {
  outline-color: rgb(212 212 212 / 0.35);
}
.disabled\:outline-neutral-300\/40:disabled {
  outline-color: rgb(212 212 212 / 0.4);
}
.disabled\:outline-neutral-300\/45:disabled {
  outline-color: rgb(212 212 212 / 0.45);
}
.disabled\:outline-neutral-300\/5:disabled {
  outline-color: rgb(212 212 212 / 0.05);
}
.disabled\:outline-neutral-300\/50:disabled {
  outline-color: rgb(212 212 212 / 0.5);
}
.disabled\:outline-neutral-300\/55:disabled {
  outline-color: rgb(212 212 212 / 0.55);
}
.disabled\:outline-neutral-300\/60:disabled {
  outline-color: rgb(212 212 212 / 0.6);
}
.disabled\:outline-neutral-300\/65:disabled {
  outline-color: rgb(212 212 212 / 0.65);
}
.disabled\:outline-neutral-300\/70:disabled {
  outline-color: rgb(212 212 212 / 0.7);
}
.disabled\:outline-neutral-300\/75:disabled {
  outline-color: rgb(212 212 212 / 0.75);
}
.disabled\:outline-neutral-300\/80:disabled {
  outline-color: rgb(212 212 212 / 0.8);
}
.disabled\:outline-neutral-300\/85:disabled {
  outline-color: rgb(212 212 212 / 0.85);
}
.disabled\:outline-neutral-300\/90:disabled {
  outline-color: rgb(212 212 212 / 0.9);
}
.disabled\:outline-neutral-300\/95:disabled {
  outline-color: rgb(212 212 212 / 0.95);
}
.disabled\:outline-neutral-400:disabled {
  outline-color: #a3a3a3;
}
.disabled\:outline-neutral-400\/0:disabled {
  outline-color: rgb(163 163 163 / 0);
}
.disabled\:outline-neutral-400\/10:disabled {
  outline-color: rgb(163 163 163 / 0.1);
}
.disabled\:outline-neutral-400\/100:disabled {
  outline-color: rgb(163 163 163 / 1);
}
.disabled\:outline-neutral-400\/15:disabled {
  outline-color: rgb(163 163 163 / 0.15);
}
.disabled\:outline-neutral-400\/20:disabled {
  outline-color: rgb(163 163 163 / 0.2);
}
.disabled\:outline-neutral-400\/25:disabled {
  outline-color: rgb(163 163 163 / 0.25);
}
.disabled\:outline-neutral-400\/30:disabled {
  outline-color: rgb(163 163 163 / 0.3);
}
.disabled\:outline-neutral-400\/35:disabled {
  outline-color: rgb(163 163 163 / 0.35);
}
.disabled\:outline-neutral-400\/40:disabled {
  outline-color: rgb(163 163 163 / 0.4);
}
.disabled\:outline-neutral-400\/45:disabled {
  outline-color: rgb(163 163 163 / 0.45);
}
.disabled\:outline-neutral-400\/5:disabled {
  outline-color: rgb(163 163 163 / 0.05);
}
.disabled\:outline-neutral-400\/50:disabled {
  outline-color: rgb(163 163 163 / 0.5);
}
.disabled\:outline-neutral-400\/55:disabled {
  outline-color: rgb(163 163 163 / 0.55);
}
.disabled\:outline-neutral-400\/60:disabled {
  outline-color: rgb(163 163 163 / 0.6);
}
.disabled\:outline-neutral-400\/65:disabled {
  outline-color: rgb(163 163 163 / 0.65);
}
.disabled\:outline-neutral-400\/70:disabled {
  outline-color: rgb(163 163 163 / 0.7);
}
.disabled\:outline-neutral-400\/75:disabled {
  outline-color: rgb(163 163 163 / 0.75);
}
.disabled\:outline-neutral-400\/80:disabled {
  outline-color: rgb(163 163 163 / 0.8);
}
.disabled\:outline-neutral-400\/85:disabled {
  outline-color: rgb(163 163 163 / 0.85);
}
.disabled\:outline-neutral-400\/90:disabled {
  outline-color: rgb(163 163 163 / 0.9);
}
.disabled\:outline-neutral-400\/95:disabled {
  outline-color: rgb(163 163 163 / 0.95);
}
.disabled\:outline-neutral-50:disabled {
  outline-color: #fafafa;
}
.disabled\:outline-neutral-50\/0:disabled {
  outline-color: rgb(250 250 250 / 0);
}
.disabled\:outline-neutral-50\/10:disabled {
  outline-color: rgb(250 250 250 / 0.1);
}
.disabled\:outline-neutral-50\/100:disabled {
  outline-color: rgb(250 250 250 / 1);
}
.disabled\:outline-neutral-50\/15:disabled {
  outline-color: rgb(250 250 250 / 0.15);
}
.disabled\:outline-neutral-50\/20:disabled {
  outline-color: rgb(250 250 250 / 0.2);
}
.disabled\:outline-neutral-50\/25:disabled {
  outline-color: rgb(250 250 250 / 0.25);
}
.disabled\:outline-neutral-50\/30:disabled {
  outline-color: rgb(250 250 250 / 0.3);
}
.disabled\:outline-neutral-50\/35:disabled {
  outline-color: rgb(250 250 250 / 0.35);
}
.disabled\:outline-neutral-50\/40:disabled {
  outline-color: rgb(250 250 250 / 0.4);
}
.disabled\:outline-neutral-50\/45:disabled {
  outline-color: rgb(250 250 250 / 0.45);
}
.disabled\:outline-neutral-50\/5:disabled {
  outline-color: rgb(250 250 250 / 0.05);
}
.disabled\:outline-neutral-50\/50:disabled {
  outline-color: rgb(250 250 250 / 0.5);
}
.disabled\:outline-neutral-50\/55:disabled {
  outline-color: rgb(250 250 250 / 0.55);
}
.disabled\:outline-neutral-50\/60:disabled {
  outline-color: rgb(250 250 250 / 0.6);
}
.disabled\:outline-neutral-50\/65:disabled {
  outline-color: rgb(250 250 250 / 0.65);
}
.disabled\:outline-neutral-50\/70:disabled {
  outline-color: rgb(250 250 250 / 0.7);
}
.disabled\:outline-neutral-50\/75:disabled {
  outline-color: rgb(250 250 250 / 0.75);
}
.disabled\:outline-neutral-50\/80:disabled {
  outline-color: rgb(250 250 250 / 0.8);
}
.disabled\:outline-neutral-50\/85:disabled {
  outline-color: rgb(250 250 250 / 0.85);
}
.disabled\:outline-neutral-50\/90:disabled {
  outline-color: rgb(250 250 250 / 0.9);
}
.disabled\:outline-neutral-50\/95:disabled {
  outline-color: rgb(250 250 250 / 0.95);
}
.disabled\:outline-neutral-500:disabled {
  outline-color: #737373;
}
.disabled\:outline-neutral-500\/0:disabled {
  outline-color: rgb(115 115 115 / 0);
}
.disabled\:outline-neutral-500\/10:disabled {
  outline-color: rgb(115 115 115 / 0.1);
}
.disabled\:outline-neutral-500\/100:disabled {
  outline-color: rgb(115 115 115 / 1);
}
.disabled\:outline-neutral-500\/15:disabled {
  outline-color: rgb(115 115 115 / 0.15);
}
.disabled\:outline-neutral-500\/20:disabled {
  outline-color: rgb(115 115 115 / 0.2);
}
.disabled\:outline-neutral-500\/25:disabled {
  outline-color: rgb(115 115 115 / 0.25);
}
.disabled\:outline-neutral-500\/30:disabled {
  outline-color: rgb(115 115 115 / 0.3);
}
.disabled\:outline-neutral-500\/35:disabled {
  outline-color: rgb(115 115 115 / 0.35);
}
.disabled\:outline-neutral-500\/40:disabled {
  outline-color: rgb(115 115 115 / 0.4);
}
.disabled\:outline-neutral-500\/45:disabled {
  outline-color: rgb(115 115 115 / 0.45);
}
.disabled\:outline-neutral-500\/5:disabled {
  outline-color: rgb(115 115 115 / 0.05);
}
.disabled\:outline-neutral-500\/50:disabled {
  outline-color: rgb(115 115 115 / 0.5);
}
.disabled\:outline-neutral-500\/55:disabled {
  outline-color: rgb(115 115 115 / 0.55);
}
.disabled\:outline-neutral-500\/60:disabled {
  outline-color: rgb(115 115 115 / 0.6);
}
.disabled\:outline-neutral-500\/65:disabled {
  outline-color: rgb(115 115 115 / 0.65);
}
.disabled\:outline-neutral-500\/70:disabled {
  outline-color: rgb(115 115 115 / 0.7);
}
.disabled\:outline-neutral-500\/75:disabled {
  outline-color: rgb(115 115 115 / 0.75);
}
.disabled\:outline-neutral-500\/80:disabled {
  outline-color: rgb(115 115 115 / 0.8);
}
.disabled\:outline-neutral-500\/85:disabled {
  outline-color: rgb(115 115 115 / 0.85);
}
.disabled\:outline-neutral-500\/90:disabled {
  outline-color: rgb(115 115 115 / 0.9);
}
.disabled\:outline-neutral-500\/95:disabled {
  outline-color: rgb(115 115 115 / 0.95);
}
.disabled\:outline-neutral-600:disabled {
  outline-color: #525252;
}
.disabled\:outline-neutral-600\/0:disabled {
  outline-color: rgb(82 82 82 / 0);
}
.disabled\:outline-neutral-600\/10:disabled {
  outline-color: rgb(82 82 82 / 0.1);
}
.disabled\:outline-neutral-600\/100:disabled {
  outline-color: rgb(82 82 82 / 1);
}
.disabled\:outline-neutral-600\/15:disabled {
  outline-color: rgb(82 82 82 / 0.15);
}
.disabled\:outline-neutral-600\/20:disabled {
  outline-color: rgb(82 82 82 / 0.2);
}
.disabled\:outline-neutral-600\/25:disabled {
  outline-color: rgb(82 82 82 / 0.25);
}
.disabled\:outline-neutral-600\/30:disabled {
  outline-color: rgb(82 82 82 / 0.3);
}
.disabled\:outline-neutral-600\/35:disabled {
  outline-color: rgb(82 82 82 / 0.35);
}
.disabled\:outline-neutral-600\/40:disabled {
  outline-color: rgb(82 82 82 / 0.4);
}
.disabled\:outline-neutral-600\/45:disabled {
  outline-color: rgb(82 82 82 / 0.45);
}
.disabled\:outline-neutral-600\/5:disabled {
  outline-color: rgb(82 82 82 / 0.05);
}
.disabled\:outline-neutral-600\/50:disabled {
  outline-color: rgb(82 82 82 / 0.5);
}
.disabled\:outline-neutral-600\/55:disabled {
  outline-color: rgb(82 82 82 / 0.55);
}
.disabled\:outline-neutral-600\/60:disabled {
  outline-color: rgb(82 82 82 / 0.6);
}
.disabled\:outline-neutral-600\/65:disabled {
  outline-color: rgb(82 82 82 / 0.65);
}
.disabled\:outline-neutral-600\/70:disabled {
  outline-color: rgb(82 82 82 / 0.7);
}
.disabled\:outline-neutral-600\/75:disabled {
  outline-color: rgb(82 82 82 / 0.75);
}
.disabled\:outline-neutral-600\/80:disabled {
  outline-color: rgb(82 82 82 / 0.8);
}
.disabled\:outline-neutral-600\/85:disabled {
  outline-color: rgb(82 82 82 / 0.85);
}
.disabled\:outline-neutral-600\/90:disabled {
  outline-color: rgb(82 82 82 / 0.9);
}
.disabled\:outline-neutral-600\/95:disabled {
  outline-color: rgb(82 82 82 / 0.95);
}
.disabled\:outline-neutral-700:disabled {
  outline-color: #404040;
}
.disabled\:outline-neutral-700\/0:disabled {
  outline-color: rgb(64 64 64 / 0);
}
.disabled\:outline-neutral-700\/10:disabled {
  outline-color: rgb(64 64 64 / 0.1);
}
.disabled\:outline-neutral-700\/100:disabled {
  outline-color: rgb(64 64 64 / 1);
}
.disabled\:outline-neutral-700\/15:disabled {
  outline-color: rgb(64 64 64 / 0.15);
}
.disabled\:outline-neutral-700\/20:disabled {
  outline-color: rgb(64 64 64 / 0.2);
}
.disabled\:outline-neutral-700\/25:disabled {
  outline-color: rgb(64 64 64 / 0.25);
}
.disabled\:outline-neutral-700\/30:disabled {
  outline-color: rgb(64 64 64 / 0.3);
}
.disabled\:outline-neutral-700\/35:disabled {
  outline-color: rgb(64 64 64 / 0.35);
}
.disabled\:outline-neutral-700\/40:disabled {
  outline-color: rgb(64 64 64 / 0.4);
}
.disabled\:outline-neutral-700\/45:disabled {
  outline-color: rgb(64 64 64 / 0.45);
}
.disabled\:outline-neutral-700\/5:disabled {
  outline-color: rgb(64 64 64 / 0.05);
}
.disabled\:outline-neutral-700\/50:disabled {
  outline-color: rgb(64 64 64 / 0.5);
}
.disabled\:outline-neutral-700\/55:disabled {
  outline-color: rgb(64 64 64 / 0.55);
}
.disabled\:outline-neutral-700\/60:disabled {
  outline-color: rgb(64 64 64 / 0.6);
}
.disabled\:outline-neutral-700\/65:disabled {
  outline-color: rgb(64 64 64 / 0.65);
}
.disabled\:outline-neutral-700\/70:disabled {
  outline-color: rgb(64 64 64 / 0.7);
}
.disabled\:outline-neutral-700\/75:disabled {
  outline-color: rgb(64 64 64 / 0.75);
}
.disabled\:outline-neutral-700\/80:disabled {
  outline-color: rgb(64 64 64 / 0.8);
}
.disabled\:outline-neutral-700\/85:disabled {
  outline-color: rgb(64 64 64 / 0.85);
}
.disabled\:outline-neutral-700\/90:disabled {
  outline-color: rgb(64 64 64 / 0.9);
}
.disabled\:outline-neutral-700\/95:disabled {
  outline-color: rgb(64 64 64 / 0.95);
}
.disabled\:outline-neutral-800:disabled {
  outline-color: #262626;
}
.disabled\:outline-neutral-800\/0:disabled {
  outline-color: rgb(38 38 38 / 0);
}
.disabled\:outline-neutral-800\/10:disabled {
  outline-color: rgb(38 38 38 / 0.1);
}
.disabled\:outline-neutral-800\/100:disabled {
  outline-color: rgb(38 38 38 / 1);
}
.disabled\:outline-neutral-800\/15:disabled {
  outline-color: rgb(38 38 38 / 0.15);
}
.disabled\:outline-neutral-800\/20:disabled {
  outline-color: rgb(38 38 38 / 0.2);
}
.disabled\:outline-neutral-800\/25:disabled {
  outline-color: rgb(38 38 38 / 0.25);
}
.disabled\:outline-neutral-800\/30:disabled {
  outline-color: rgb(38 38 38 / 0.3);
}
.disabled\:outline-neutral-800\/35:disabled {
  outline-color: rgb(38 38 38 / 0.35);
}
.disabled\:outline-neutral-800\/40:disabled {
  outline-color: rgb(38 38 38 / 0.4);
}
.disabled\:outline-neutral-800\/45:disabled {
  outline-color: rgb(38 38 38 / 0.45);
}
.disabled\:outline-neutral-800\/5:disabled {
  outline-color: rgb(38 38 38 / 0.05);
}
.disabled\:outline-neutral-800\/50:disabled {
  outline-color: rgb(38 38 38 / 0.5);
}
.disabled\:outline-neutral-800\/55:disabled {
  outline-color: rgb(38 38 38 / 0.55);
}
.disabled\:outline-neutral-800\/60:disabled {
  outline-color: rgb(38 38 38 / 0.6);
}
.disabled\:outline-neutral-800\/65:disabled {
  outline-color: rgb(38 38 38 / 0.65);
}
.disabled\:outline-neutral-800\/70:disabled {
  outline-color: rgb(38 38 38 / 0.7);
}
.disabled\:outline-neutral-800\/75:disabled {
  outline-color: rgb(38 38 38 / 0.75);
}
.disabled\:outline-neutral-800\/80:disabled {
  outline-color: rgb(38 38 38 / 0.8);
}
.disabled\:outline-neutral-800\/85:disabled {
  outline-color: rgb(38 38 38 / 0.85);
}
.disabled\:outline-neutral-800\/90:disabled {
  outline-color: rgb(38 38 38 / 0.9);
}
.disabled\:outline-neutral-800\/95:disabled {
  outline-color: rgb(38 38 38 / 0.95);
}
.disabled\:outline-neutral-900:disabled {
  outline-color: #171717;
}
.disabled\:outline-neutral-900\/0:disabled {
  outline-color: rgb(23 23 23 / 0);
}
.disabled\:outline-neutral-900\/10:disabled {
  outline-color: rgb(23 23 23 / 0.1);
}
.disabled\:outline-neutral-900\/100:disabled {
  outline-color: rgb(23 23 23 / 1);
}
.disabled\:outline-neutral-900\/15:disabled {
  outline-color: rgb(23 23 23 / 0.15);
}
.disabled\:outline-neutral-900\/20:disabled {
  outline-color: rgb(23 23 23 / 0.2);
}
.disabled\:outline-neutral-900\/25:disabled {
  outline-color: rgb(23 23 23 / 0.25);
}
.disabled\:outline-neutral-900\/30:disabled {
  outline-color: rgb(23 23 23 / 0.3);
}
.disabled\:outline-neutral-900\/35:disabled {
  outline-color: rgb(23 23 23 / 0.35);
}
.disabled\:outline-neutral-900\/40:disabled {
  outline-color: rgb(23 23 23 / 0.4);
}
.disabled\:outline-neutral-900\/45:disabled {
  outline-color: rgb(23 23 23 / 0.45);
}
.disabled\:outline-neutral-900\/5:disabled {
  outline-color: rgb(23 23 23 / 0.05);
}
.disabled\:outline-neutral-900\/50:disabled {
  outline-color: rgb(23 23 23 / 0.5);
}
.disabled\:outline-neutral-900\/55:disabled {
  outline-color: rgb(23 23 23 / 0.55);
}
.disabled\:outline-neutral-900\/60:disabled {
  outline-color: rgb(23 23 23 / 0.6);
}
.disabled\:outline-neutral-900\/65:disabled {
  outline-color: rgb(23 23 23 / 0.65);
}
.disabled\:outline-neutral-900\/70:disabled {
  outline-color: rgb(23 23 23 / 0.7);
}
.disabled\:outline-neutral-900\/75:disabled {
  outline-color: rgb(23 23 23 / 0.75);
}
.disabled\:outline-neutral-900\/80:disabled {
  outline-color: rgb(23 23 23 / 0.8);
}
.disabled\:outline-neutral-900\/85:disabled {
  outline-color: rgb(23 23 23 / 0.85);
}
.disabled\:outline-neutral-900\/90:disabled {
  outline-color: rgb(23 23 23 / 0.9);
}
.disabled\:outline-neutral-900\/95:disabled {
  outline-color: rgb(23 23 23 / 0.95);
}
.disabled\:outline-neutral-950:disabled {
  outline-color: #0a0a0a;
}
.disabled\:outline-neutral-950\/0:disabled {
  outline-color: rgb(10 10 10 / 0);
}
.disabled\:outline-neutral-950\/10:disabled {
  outline-color: rgb(10 10 10 / 0.1);
}
.disabled\:outline-neutral-950\/100:disabled {
  outline-color: rgb(10 10 10 / 1);
}
.disabled\:outline-neutral-950\/15:disabled {
  outline-color: rgb(10 10 10 / 0.15);
}
.disabled\:outline-neutral-950\/20:disabled {
  outline-color: rgb(10 10 10 / 0.2);
}
.disabled\:outline-neutral-950\/25:disabled {
  outline-color: rgb(10 10 10 / 0.25);
}
.disabled\:outline-neutral-950\/30:disabled {
  outline-color: rgb(10 10 10 / 0.3);
}
.disabled\:outline-neutral-950\/35:disabled {
  outline-color: rgb(10 10 10 / 0.35);
}
.disabled\:outline-neutral-950\/40:disabled {
  outline-color: rgb(10 10 10 / 0.4);
}
.disabled\:outline-neutral-950\/45:disabled {
  outline-color: rgb(10 10 10 / 0.45);
}
.disabled\:outline-neutral-950\/5:disabled {
  outline-color: rgb(10 10 10 / 0.05);
}
.disabled\:outline-neutral-950\/50:disabled {
  outline-color: rgb(10 10 10 / 0.5);
}
.disabled\:outline-neutral-950\/55:disabled {
  outline-color: rgb(10 10 10 / 0.55);
}
.disabled\:outline-neutral-950\/60:disabled {
  outline-color: rgb(10 10 10 / 0.6);
}
.disabled\:outline-neutral-950\/65:disabled {
  outline-color: rgb(10 10 10 / 0.65);
}
.disabled\:outline-neutral-950\/70:disabled {
  outline-color: rgb(10 10 10 / 0.7);
}
.disabled\:outline-neutral-950\/75:disabled {
  outline-color: rgb(10 10 10 / 0.75);
}
.disabled\:outline-neutral-950\/80:disabled {
  outline-color: rgb(10 10 10 / 0.8);
}
.disabled\:outline-neutral-950\/85:disabled {
  outline-color: rgb(10 10 10 / 0.85);
}
.disabled\:outline-neutral-950\/90:disabled {
  outline-color: rgb(10 10 10 / 0.9);
}
.disabled\:outline-neutral-950\/95:disabled {
  outline-color: rgb(10 10 10 / 0.95);
}
.disabled\:outline-orange-100:disabled {
  outline-color: #ffedd5;
}
.disabled\:outline-orange-100\/0:disabled {
  outline-color: rgb(255 237 213 / 0);
}
.disabled\:outline-orange-100\/10:disabled {
  outline-color: rgb(255 237 213 / 0.1);
}
.disabled\:outline-orange-100\/100:disabled {
  outline-color: rgb(255 237 213 / 1);
}
.disabled\:outline-orange-100\/15:disabled {
  outline-color: rgb(255 237 213 / 0.15);
}
.disabled\:outline-orange-100\/20:disabled {
  outline-color: rgb(255 237 213 / 0.2);
}
.disabled\:outline-orange-100\/25:disabled {
  outline-color: rgb(255 237 213 / 0.25);
}
.disabled\:outline-orange-100\/30:disabled {
  outline-color: rgb(255 237 213 / 0.3);
}
.disabled\:outline-orange-100\/35:disabled {
  outline-color: rgb(255 237 213 / 0.35);
}
.disabled\:outline-orange-100\/40:disabled {
  outline-color: rgb(255 237 213 / 0.4);
}
.disabled\:outline-orange-100\/45:disabled {
  outline-color: rgb(255 237 213 / 0.45);
}
.disabled\:outline-orange-100\/5:disabled {
  outline-color: rgb(255 237 213 / 0.05);
}
.disabled\:outline-orange-100\/50:disabled {
  outline-color: rgb(255 237 213 / 0.5);
}
.disabled\:outline-orange-100\/55:disabled {
  outline-color: rgb(255 237 213 / 0.55);
}
.disabled\:outline-orange-100\/60:disabled {
  outline-color: rgb(255 237 213 / 0.6);
}
.disabled\:outline-orange-100\/65:disabled {
  outline-color: rgb(255 237 213 / 0.65);
}
.disabled\:outline-orange-100\/70:disabled {
  outline-color: rgb(255 237 213 / 0.7);
}
.disabled\:outline-orange-100\/75:disabled {
  outline-color: rgb(255 237 213 / 0.75);
}
.disabled\:outline-orange-100\/80:disabled {
  outline-color: rgb(255 237 213 / 0.8);
}
.disabled\:outline-orange-100\/85:disabled {
  outline-color: rgb(255 237 213 / 0.85);
}
.disabled\:outline-orange-100\/90:disabled {
  outline-color: rgb(255 237 213 / 0.9);
}
.disabled\:outline-orange-100\/95:disabled {
  outline-color: rgb(255 237 213 / 0.95);
}
.disabled\:outline-orange-200:disabled {
  outline-color: #fed7aa;
}
.disabled\:outline-orange-200\/0:disabled {
  outline-color: rgb(254 215 170 / 0);
}
.disabled\:outline-orange-200\/10:disabled {
  outline-color: rgb(254 215 170 / 0.1);
}
.disabled\:outline-orange-200\/100:disabled {
  outline-color: rgb(254 215 170 / 1);
}
.disabled\:outline-orange-200\/15:disabled {
  outline-color: rgb(254 215 170 / 0.15);
}
.disabled\:outline-orange-200\/20:disabled {
  outline-color: rgb(254 215 170 / 0.2);
}
.disabled\:outline-orange-200\/25:disabled {
  outline-color: rgb(254 215 170 / 0.25);
}
.disabled\:outline-orange-200\/30:disabled {
  outline-color: rgb(254 215 170 / 0.3);
}
.disabled\:outline-orange-200\/35:disabled {
  outline-color: rgb(254 215 170 / 0.35);
}
.disabled\:outline-orange-200\/40:disabled {
  outline-color: rgb(254 215 170 / 0.4);
}
.disabled\:outline-orange-200\/45:disabled {
  outline-color: rgb(254 215 170 / 0.45);
}
.disabled\:outline-orange-200\/5:disabled {
  outline-color: rgb(254 215 170 / 0.05);
}
.disabled\:outline-orange-200\/50:disabled {
  outline-color: rgb(254 215 170 / 0.5);
}
.disabled\:outline-orange-200\/55:disabled {
  outline-color: rgb(254 215 170 / 0.55);
}
.disabled\:outline-orange-200\/60:disabled {
  outline-color: rgb(254 215 170 / 0.6);
}
.disabled\:outline-orange-200\/65:disabled {
  outline-color: rgb(254 215 170 / 0.65);
}
.disabled\:outline-orange-200\/70:disabled {
  outline-color: rgb(254 215 170 / 0.7);
}
.disabled\:outline-orange-200\/75:disabled {
  outline-color: rgb(254 215 170 / 0.75);
}
.disabled\:outline-orange-200\/80:disabled {
  outline-color: rgb(254 215 170 / 0.8);
}
.disabled\:outline-orange-200\/85:disabled {
  outline-color: rgb(254 215 170 / 0.85);
}
.disabled\:outline-orange-200\/90:disabled {
  outline-color: rgb(254 215 170 / 0.9);
}
.disabled\:outline-orange-200\/95:disabled {
  outline-color: rgb(254 215 170 / 0.95);
}
.disabled\:outline-orange-300:disabled {
  outline-color: #fdba74;
}
.disabled\:outline-orange-300\/0:disabled {
  outline-color: rgb(253 186 116 / 0);
}
.disabled\:outline-orange-300\/10:disabled {
  outline-color: rgb(253 186 116 / 0.1);
}
.disabled\:outline-orange-300\/100:disabled {
  outline-color: rgb(253 186 116 / 1);
}
.disabled\:outline-orange-300\/15:disabled {
  outline-color: rgb(253 186 116 / 0.15);
}
.disabled\:outline-orange-300\/20:disabled {
  outline-color: rgb(253 186 116 / 0.2);
}
.disabled\:outline-orange-300\/25:disabled {
  outline-color: rgb(253 186 116 / 0.25);
}
.disabled\:outline-orange-300\/30:disabled {
  outline-color: rgb(253 186 116 / 0.3);
}
.disabled\:outline-orange-300\/35:disabled {
  outline-color: rgb(253 186 116 / 0.35);
}
.disabled\:outline-orange-300\/40:disabled {
  outline-color: rgb(253 186 116 / 0.4);
}
.disabled\:outline-orange-300\/45:disabled {
  outline-color: rgb(253 186 116 / 0.45);
}
.disabled\:outline-orange-300\/5:disabled {
  outline-color: rgb(253 186 116 / 0.05);
}
.disabled\:outline-orange-300\/50:disabled {
  outline-color: rgb(253 186 116 / 0.5);
}
.disabled\:outline-orange-300\/55:disabled {
  outline-color: rgb(253 186 116 / 0.55);
}
.disabled\:outline-orange-300\/60:disabled {
  outline-color: rgb(253 186 116 / 0.6);
}
.disabled\:outline-orange-300\/65:disabled {
  outline-color: rgb(253 186 116 / 0.65);
}
.disabled\:outline-orange-300\/70:disabled {
  outline-color: rgb(253 186 116 / 0.7);
}
.disabled\:outline-orange-300\/75:disabled {
  outline-color: rgb(253 186 116 / 0.75);
}
.disabled\:outline-orange-300\/80:disabled {
  outline-color: rgb(253 186 116 / 0.8);
}
.disabled\:outline-orange-300\/85:disabled {
  outline-color: rgb(253 186 116 / 0.85);
}
.disabled\:outline-orange-300\/90:disabled {
  outline-color: rgb(253 186 116 / 0.9);
}
.disabled\:outline-orange-300\/95:disabled {
  outline-color: rgb(253 186 116 / 0.95);
}
.disabled\:outline-orange-400:disabled {
  outline-color: #fb923c;
}
.disabled\:outline-orange-400\/0:disabled {
  outline-color: rgb(251 146 60 / 0);
}
.disabled\:outline-orange-400\/10:disabled {
  outline-color: rgb(251 146 60 / 0.1);
}
.disabled\:outline-orange-400\/100:disabled {
  outline-color: rgb(251 146 60 / 1);
}
.disabled\:outline-orange-400\/15:disabled {
  outline-color: rgb(251 146 60 / 0.15);
}
.disabled\:outline-orange-400\/20:disabled {
  outline-color: rgb(251 146 60 / 0.2);
}
.disabled\:outline-orange-400\/25:disabled {
  outline-color: rgb(251 146 60 / 0.25);
}
.disabled\:outline-orange-400\/30:disabled {
  outline-color: rgb(251 146 60 / 0.3);
}
.disabled\:outline-orange-400\/35:disabled {
  outline-color: rgb(251 146 60 / 0.35);
}
.disabled\:outline-orange-400\/40:disabled {
  outline-color: rgb(251 146 60 / 0.4);
}
.disabled\:outline-orange-400\/45:disabled {
  outline-color: rgb(251 146 60 / 0.45);
}
.disabled\:outline-orange-400\/5:disabled {
  outline-color: rgb(251 146 60 / 0.05);
}
.disabled\:outline-orange-400\/50:disabled {
  outline-color: rgb(251 146 60 / 0.5);
}
.disabled\:outline-orange-400\/55:disabled {
  outline-color: rgb(251 146 60 / 0.55);
}
.disabled\:outline-orange-400\/60:disabled {
  outline-color: rgb(251 146 60 / 0.6);
}
.disabled\:outline-orange-400\/65:disabled {
  outline-color: rgb(251 146 60 / 0.65);
}
.disabled\:outline-orange-400\/70:disabled {
  outline-color: rgb(251 146 60 / 0.7);
}
.disabled\:outline-orange-400\/75:disabled {
  outline-color: rgb(251 146 60 / 0.75);
}
.disabled\:outline-orange-400\/80:disabled {
  outline-color: rgb(251 146 60 / 0.8);
}
.disabled\:outline-orange-400\/85:disabled {
  outline-color: rgb(251 146 60 / 0.85);
}
.disabled\:outline-orange-400\/90:disabled {
  outline-color: rgb(251 146 60 / 0.9);
}
.disabled\:outline-orange-400\/95:disabled {
  outline-color: rgb(251 146 60 / 0.95);
}
.disabled\:outline-orange-50:disabled {
  outline-color: #fff7ed;
}
.disabled\:outline-orange-50\/0:disabled {
  outline-color: rgb(255 247 237 / 0);
}
.disabled\:outline-orange-50\/10:disabled {
  outline-color: rgb(255 247 237 / 0.1);
}
.disabled\:outline-orange-50\/100:disabled {
  outline-color: rgb(255 247 237 / 1);
}
.disabled\:outline-orange-50\/15:disabled {
  outline-color: rgb(255 247 237 / 0.15);
}
.disabled\:outline-orange-50\/20:disabled {
  outline-color: rgb(255 247 237 / 0.2);
}
.disabled\:outline-orange-50\/25:disabled {
  outline-color: rgb(255 247 237 / 0.25);
}
.disabled\:outline-orange-50\/30:disabled {
  outline-color: rgb(255 247 237 / 0.3);
}
.disabled\:outline-orange-50\/35:disabled {
  outline-color: rgb(255 247 237 / 0.35);
}
.disabled\:outline-orange-50\/40:disabled {
  outline-color: rgb(255 247 237 / 0.4);
}
.disabled\:outline-orange-50\/45:disabled {
  outline-color: rgb(255 247 237 / 0.45);
}
.disabled\:outline-orange-50\/5:disabled {
  outline-color: rgb(255 247 237 / 0.05);
}
.disabled\:outline-orange-50\/50:disabled {
  outline-color: rgb(255 247 237 / 0.5);
}
.disabled\:outline-orange-50\/55:disabled {
  outline-color: rgb(255 247 237 / 0.55);
}
.disabled\:outline-orange-50\/60:disabled {
  outline-color: rgb(255 247 237 / 0.6);
}
.disabled\:outline-orange-50\/65:disabled {
  outline-color: rgb(255 247 237 / 0.65);
}
.disabled\:outline-orange-50\/70:disabled {
  outline-color: rgb(255 247 237 / 0.7);
}
.disabled\:outline-orange-50\/75:disabled {
  outline-color: rgb(255 247 237 / 0.75);
}
.disabled\:outline-orange-50\/80:disabled {
  outline-color: rgb(255 247 237 / 0.8);
}
.disabled\:outline-orange-50\/85:disabled {
  outline-color: rgb(255 247 237 / 0.85);
}
.disabled\:outline-orange-50\/90:disabled {
  outline-color: rgb(255 247 237 / 0.9);
}
.disabled\:outline-orange-50\/95:disabled {
  outline-color: rgb(255 247 237 / 0.95);
}
.disabled\:outline-orange-500:disabled {
  outline-color: #f97316;
}
.disabled\:outline-orange-500\/0:disabled {
  outline-color: rgb(249 115 22 / 0);
}
.disabled\:outline-orange-500\/10:disabled {
  outline-color: rgb(249 115 22 / 0.1);
}
.disabled\:outline-orange-500\/100:disabled {
  outline-color: rgb(249 115 22 / 1);
}
.disabled\:outline-orange-500\/15:disabled {
  outline-color: rgb(249 115 22 / 0.15);
}
.disabled\:outline-orange-500\/20:disabled {
  outline-color: rgb(249 115 22 / 0.2);
}
.disabled\:outline-orange-500\/25:disabled {
  outline-color: rgb(249 115 22 / 0.25);
}
.disabled\:outline-orange-500\/30:disabled {
  outline-color: rgb(249 115 22 / 0.3);
}
.disabled\:outline-orange-500\/35:disabled {
  outline-color: rgb(249 115 22 / 0.35);
}
.disabled\:outline-orange-500\/40:disabled {
  outline-color: rgb(249 115 22 / 0.4);
}
.disabled\:outline-orange-500\/45:disabled {
  outline-color: rgb(249 115 22 / 0.45);
}
.disabled\:outline-orange-500\/5:disabled {
  outline-color: rgb(249 115 22 / 0.05);
}
.disabled\:outline-orange-500\/50:disabled {
  outline-color: rgb(249 115 22 / 0.5);
}
.disabled\:outline-orange-500\/55:disabled {
  outline-color: rgb(249 115 22 / 0.55);
}
.disabled\:outline-orange-500\/60:disabled {
  outline-color: rgb(249 115 22 / 0.6);
}
.disabled\:outline-orange-500\/65:disabled {
  outline-color: rgb(249 115 22 / 0.65);
}
.disabled\:outline-orange-500\/70:disabled {
  outline-color: rgb(249 115 22 / 0.7);
}
.disabled\:outline-orange-500\/75:disabled {
  outline-color: rgb(249 115 22 / 0.75);
}
.disabled\:outline-orange-500\/80:disabled {
  outline-color: rgb(249 115 22 / 0.8);
}
.disabled\:outline-orange-500\/85:disabled {
  outline-color: rgb(249 115 22 / 0.85);
}
.disabled\:outline-orange-500\/90:disabled {
  outline-color: rgb(249 115 22 / 0.9);
}
.disabled\:outline-orange-500\/95:disabled {
  outline-color: rgb(249 115 22 / 0.95);
}
.disabled\:outline-orange-600:disabled {
  outline-color: #ea580c;
}
.disabled\:outline-orange-600\/0:disabled {
  outline-color: rgb(234 88 12 / 0);
}
.disabled\:outline-orange-600\/10:disabled {
  outline-color: rgb(234 88 12 / 0.1);
}
.disabled\:outline-orange-600\/100:disabled {
  outline-color: rgb(234 88 12 / 1);
}
.disabled\:outline-orange-600\/15:disabled {
  outline-color: rgb(234 88 12 / 0.15);
}
.disabled\:outline-orange-600\/20:disabled {
  outline-color: rgb(234 88 12 / 0.2);
}
.disabled\:outline-orange-600\/25:disabled {
  outline-color: rgb(234 88 12 / 0.25);
}
.disabled\:outline-orange-600\/30:disabled {
  outline-color: rgb(234 88 12 / 0.3);
}
.disabled\:outline-orange-600\/35:disabled {
  outline-color: rgb(234 88 12 / 0.35);
}
.disabled\:outline-orange-600\/40:disabled {
  outline-color: rgb(234 88 12 / 0.4);
}
.disabled\:outline-orange-600\/45:disabled {
  outline-color: rgb(234 88 12 / 0.45);
}
.disabled\:outline-orange-600\/5:disabled {
  outline-color: rgb(234 88 12 / 0.05);
}
.disabled\:outline-orange-600\/50:disabled {
  outline-color: rgb(234 88 12 / 0.5);
}
.disabled\:outline-orange-600\/55:disabled {
  outline-color: rgb(234 88 12 / 0.55);
}
.disabled\:outline-orange-600\/60:disabled {
  outline-color: rgb(234 88 12 / 0.6);
}
.disabled\:outline-orange-600\/65:disabled {
  outline-color: rgb(234 88 12 / 0.65);
}
.disabled\:outline-orange-600\/70:disabled {
  outline-color: rgb(234 88 12 / 0.7);
}
.disabled\:outline-orange-600\/75:disabled {
  outline-color: rgb(234 88 12 / 0.75);
}
.disabled\:outline-orange-600\/80:disabled {
  outline-color: rgb(234 88 12 / 0.8);
}
.disabled\:outline-orange-600\/85:disabled {
  outline-color: rgb(234 88 12 / 0.85);
}
.disabled\:outline-orange-600\/90:disabled {
  outline-color: rgb(234 88 12 / 0.9);
}
.disabled\:outline-orange-600\/95:disabled {
  outline-color: rgb(234 88 12 / 0.95);
}
.disabled\:outline-orange-700:disabled {
  outline-color: #c2410c;
}
.disabled\:outline-orange-700\/0:disabled {
  outline-color: rgb(194 65 12 / 0);
}
.disabled\:outline-orange-700\/10:disabled {
  outline-color: rgb(194 65 12 / 0.1);
}
.disabled\:outline-orange-700\/100:disabled {
  outline-color: rgb(194 65 12 / 1);
}
.disabled\:outline-orange-700\/15:disabled {
  outline-color: rgb(194 65 12 / 0.15);
}
.disabled\:outline-orange-700\/20:disabled {
  outline-color: rgb(194 65 12 / 0.2);
}
.disabled\:outline-orange-700\/25:disabled {
  outline-color: rgb(194 65 12 / 0.25);
}
.disabled\:outline-orange-700\/30:disabled {
  outline-color: rgb(194 65 12 / 0.3);
}
.disabled\:outline-orange-700\/35:disabled {
  outline-color: rgb(194 65 12 / 0.35);
}
.disabled\:outline-orange-700\/40:disabled {
  outline-color: rgb(194 65 12 / 0.4);
}
.disabled\:outline-orange-700\/45:disabled {
  outline-color: rgb(194 65 12 / 0.45);
}
.disabled\:outline-orange-700\/5:disabled {
  outline-color: rgb(194 65 12 / 0.05);
}
.disabled\:outline-orange-700\/50:disabled {
  outline-color: rgb(194 65 12 / 0.5);
}
.disabled\:outline-orange-700\/55:disabled {
  outline-color: rgb(194 65 12 / 0.55);
}
.disabled\:outline-orange-700\/60:disabled {
  outline-color: rgb(194 65 12 / 0.6);
}
.disabled\:outline-orange-700\/65:disabled {
  outline-color: rgb(194 65 12 / 0.65);
}
.disabled\:outline-orange-700\/70:disabled {
  outline-color: rgb(194 65 12 / 0.7);
}
.disabled\:outline-orange-700\/75:disabled {
  outline-color: rgb(194 65 12 / 0.75);
}
.disabled\:outline-orange-700\/80:disabled {
  outline-color: rgb(194 65 12 / 0.8);
}
.disabled\:outline-orange-700\/85:disabled {
  outline-color: rgb(194 65 12 / 0.85);
}
.disabled\:outline-orange-700\/90:disabled {
  outline-color: rgb(194 65 12 / 0.9);
}
.disabled\:outline-orange-700\/95:disabled {
  outline-color: rgb(194 65 12 / 0.95);
}
.disabled\:outline-orange-800:disabled {
  outline-color: #9a3412;
}
.disabled\:outline-orange-800\/0:disabled {
  outline-color: rgb(154 52 18 / 0);
}
.disabled\:outline-orange-800\/10:disabled {
  outline-color: rgb(154 52 18 / 0.1);
}
.disabled\:outline-orange-800\/100:disabled {
  outline-color: rgb(154 52 18 / 1);
}
.disabled\:outline-orange-800\/15:disabled {
  outline-color: rgb(154 52 18 / 0.15);
}
.disabled\:outline-orange-800\/20:disabled {
  outline-color: rgb(154 52 18 / 0.2);
}
.disabled\:outline-orange-800\/25:disabled {
  outline-color: rgb(154 52 18 / 0.25);
}
.disabled\:outline-orange-800\/30:disabled {
  outline-color: rgb(154 52 18 / 0.3);
}
.disabled\:outline-orange-800\/35:disabled {
  outline-color: rgb(154 52 18 / 0.35);
}
.disabled\:outline-orange-800\/40:disabled {
  outline-color: rgb(154 52 18 / 0.4);
}
.disabled\:outline-orange-800\/45:disabled {
  outline-color: rgb(154 52 18 / 0.45);
}
.disabled\:outline-orange-800\/5:disabled {
  outline-color: rgb(154 52 18 / 0.05);
}
.disabled\:outline-orange-800\/50:disabled {
  outline-color: rgb(154 52 18 / 0.5);
}
.disabled\:outline-orange-800\/55:disabled {
  outline-color: rgb(154 52 18 / 0.55);
}
.disabled\:outline-orange-800\/60:disabled {
  outline-color: rgb(154 52 18 / 0.6);
}
.disabled\:outline-orange-800\/65:disabled {
  outline-color: rgb(154 52 18 / 0.65);
}
.disabled\:outline-orange-800\/70:disabled {
  outline-color: rgb(154 52 18 / 0.7);
}
.disabled\:outline-orange-800\/75:disabled {
  outline-color: rgb(154 52 18 / 0.75);
}
.disabled\:outline-orange-800\/80:disabled {
  outline-color: rgb(154 52 18 / 0.8);
}
.disabled\:outline-orange-800\/85:disabled {
  outline-color: rgb(154 52 18 / 0.85);
}
.disabled\:outline-orange-800\/90:disabled {
  outline-color: rgb(154 52 18 / 0.9);
}
.disabled\:outline-orange-800\/95:disabled {
  outline-color: rgb(154 52 18 / 0.95);
}
.disabled\:outline-orange-900:disabled {
  outline-color: #7c2d12;
}
.disabled\:outline-orange-900\/0:disabled {
  outline-color: rgb(124 45 18 / 0);
}
.disabled\:outline-orange-900\/10:disabled {
  outline-color: rgb(124 45 18 / 0.1);
}
.disabled\:outline-orange-900\/100:disabled {
  outline-color: rgb(124 45 18 / 1);
}
.disabled\:outline-orange-900\/15:disabled {
  outline-color: rgb(124 45 18 / 0.15);
}
.disabled\:outline-orange-900\/20:disabled {
  outline-color: rgb(124 45 18 / 0.2);
}
.disabled\:outline-orange-900\/25:disabled {
  outline-color: rgb(124 45 18 / 0.25);
}
.disabled\:outline-orange-900\/30:disabled {
  outline-color: rgb(124 45 18 / 0.3);
}
.disabled\:outline-orange-900\/35:disabled {
  outline-color: rgb(124 45 18 / 0.35);
}
.disabled\:outline-orange-900\/40:disabled {
  outline-color: rgb(124 45 18 / 0.4);
}
.disabled\:outline-orange-900\/45:disabled {
  outline-color: rgb(124 45 18 / 0.45);
}
.disabled\:outline-orange-900\/5:disabled {
  outline-color: rgb(124 45 18 / 0.05);
}
.disabled\:outline-orange-900\/50:disabled {
  outline-color: rgb(124 45 18 / 0.5);
}
.disabled\:outline-orange-900\/55:disabled {
  outline-color: rgb(124 45 18 / 0.55);
}
.disabled\:outline-orange-900\/60:disabled {
  outline-color: rgb(124 45 18 / 0.6);
}
.disabled\:outline-orange-900\/65:disabled {
  outline-color: rgb(124 45 18 / 0.65);
}
.disabled\:outline-orange-900\/70:disabled {
  outline-color: rgb(124 45 18 / 0.7);
}
.disabled\:outline-orange-900\/75:disabled {
  outline-color: rgb(124 45 18 / 0.75);
}
.disabled\:outline-orange-900\/80:disabled {
  outline-color: rgb(124 45 18 / 0.8);
}
.disabled\:outline-orange-900\/85:disabled {
  outline-color: rgb(124 45 18 / 0.85);
}
.disabled\:outline-orange-900\/90:disabled {
  outline-color: rgb(124 45 18 / 0.9);
}
.disabled\:outline-orange-900\/95:disabled {
  outline-color: rgb(124 45 18 / 0.95);
}
.disabled\:outline-orange-950:disabled {
  outline-color: #431407;
}
.disabled\:outline-orange-950\/0:disabled {
  outline-color: rgb(67 20 7 / 0);
}
.disabled\:outline-orange-950\/10:disabled {
  outline-color: rgb(67 20 7 / 0.1);
}
.disabled\:outline-orange-950\/100:disabled {
  outline-color: rgb(67 20 7 / 1);
}
.disabled\:outline-orange-950\/15:disabled {
  outline-color: rgb(67 20 7 / 0.15);
}
.disabled\:outline-orange-950\/20:disabled {
  outline-color: rgb(67 20 7 / 0.2);
}
.disabled\:outline-orange-950\/25:disabled {
  outline-color: rgb(67 20 7 / 0.25);
}
.disabled\:outline-orange-950\/30:disabled {
  outline-color: rgb(67 20 7 / 0.3);
}
.disabled\:outline-orange-950\/35:disabled {
  outline-color: rgb(67 20 7 / 0.35);
}
.disabled\:outline-orange-950\/40:disabled {
  outline-color: rgb(67 20 7 / 0.4);
}
.disabled\:outline-orange-950\/45:disabled {
  outline-color: rgb(67 20 7 / 0.45);
}
.disabled\:outline-orange-950\/5:disabled {
  outline-color: rgb(67 20 7 / 0.05);
}
.disabled\:outline-orange-950\/50:disabled {
  outline-color: rgb(67 20 7 / 0.5);
}
.disabled\:outline-orange-950\/55:disabled {
  outline-color: rgb(67 20 7 / 0.55);
}
.disabled\:outline-orange-950\/60:disabled {
  outline-color: rgb(67 20 7 / 0.6);
}
.disabled\:outline-orange-950\/65:disabled {
  outline-color: rgb(67 20 7 / 0.65);
}
.disabled\:outline-orange-950\/70:disabled {
  outline-color: rgb(67 20 7 / 0.7);
}
.disabled\:outline-orange-950\/75:disabled {
  outline-color: rgb(67 20 7 / 0.75);
}
.disabled\:outline-orange-950\/80:disabled {
  outline-color: rgb(67 20 7 / 0.8);
}
.disabled\:outline-orange-950\/85:disabled {
  outline-color: rgb(67 20 7 / 0.85);
}
.disabled\:outline-orange-950\/90:disabled {
  outline-color: rgb(67 20 7 / 0.9);
}
.disabled\:outline-orange-950\/95:disabled {
  outline-color: rgb(67 20 7 / 0.95);
}
.disabled\:outline-pink-100:disabled {
  outline-color: #fce7f3;
}
.disabled\:outline-pink-100\/0:disabled {
  outline-color: rgb(252 231 243 / 0);
}
.disabled\:outline-pink-100\/10:disabled {
  outline-color: rgb(252 231 243 / 0.1);
}
.disabled\:outline-pink-100\/100:disabled {
  outline-color: rgb(252 231 243 / 1);
}
.disabled\:outline-pink-100\/15:disabled {
  outline-color: rgb(252 231 243 / 0.15);
}
.disabled\:outline-pink-100\/20:disabled {
  outline-color: rgb(252 231 243 / 0.2);
}
.disabled\:outline-pink-100\/25:disabled {
  outline-color: rgb(252 231 243 / 0.25);
}
.disabled\:outline-pink-100\/30:disabled {
  outline-color: rgb(252 231 243 / 0.3);
}
.disabled\:outline-pink-100\/35:disabled {
  outline-color: rgb(252 231 243 / 0.35);
}
.disabled\:outline-pink-100\/40:disabled {
  outline-color: rgb(252 231 243 / 0.4);
}
.disabled\:outline-pink-100\/45:disabled {
  outline-color: rgb(252 231 243 / 0.45);
}
.disabled\:outline-pink-100\/5:disabled {
  outline-color: rgb(252 231 243 / 0.05);
}
.disabled\:outline-pink-100\/50:disabled {
  outline-color: rgb(252 231 243 / 0.5);
}
.disabled\:outline-pink-100\/55:disabled {
  outline-color: rgb(252 231 243 / 0.55);
}
.disabled\:outline-pink-100\/60:disabled {
  outline-color: rgb(252 231 243 / 0.6);
}
.disabled\:outline-pink-100\/65:disabled {
  outline-color: rgb(252 231 243 / 0.65);
}
.disabled\:outline-pink-100\/70:disabled {
  outline-color: rgb(252 231 243 / 0.7);
}
.disabled\:outline-pink-100\/75:disabled {
  outline-color: rgb(252 231 243 / 0.75);
}
.disabled\:outline-pink-100\/80:disabled {
  outline-color: rgb(252 231 243 / 0.8);
}
.disabled\:outline-pink-100\/85:disabled {
  outline-color: rgb(252 231 243 / 0.85);
}
.disabled\:outline-pink-100\/90:disabled {
  outline-color: rgb(252 231 243 / 0.9);
}
.disabled\:outline-pink-100\/95:disabled {
  outline-color: rgb(252 231 243 / 0.95);
}
.disabled\:outline-pink-200:disabled {
  outline-color: #fbcfe8;
}
.disabled\:outline-pink-200\/0:disabled {
  outline-color: rgb(251 207 232 / 0);
}
.disabled\:outline-pink-200\/10:disabled {
  outline-color: rgb(251 207 232 / 0.1);
}
.disabled\:outline-pink-200\/100:disabled {
  outline-color: rgb(251 207 232 / 1);
}
.disabled\:outline-pink-200\/15:disabled {
  outline-color: rgb(251 207 232 / 0.15);
}
.disabled\:outline-pink-200\/20:disabled {
  outline-color: rgb(251 207 232 / 0.2);
}
.disabled\:outline-pink-200\/25:disabled {
  outline-color: rgb(251 207 232 / 0.25);
}
.disabled\:outline-pink-200\/30:disabled {
  outline-color: rgb(251 207 232 / 0.3);
}
.disabled\:outline-pink-200\/35:disabled {
  outline-color: rgb(251 207 232 / 0.35);
}
.disabled\:outline-pink-200\/40:disabled {
  outline-color: rgb(251 207 232 / 0.4);
}
.disabled\:outline-pink-200\/45:disabled {
  outline-color: rgb(251 207 232 / 0.45);
}
.disabled\:outline-pink-200\/5:disabled {
  outline-color: rgb(251 207 232 / 0.05);
}
.disabled\:outline-pink-200\/50:disabled {
  outline-color: rgb(251 207 232 / 0.5);
}
.disabled\:outline-pink-200\/55:disabled {
  outline-color: rgb(251 207 232 / 0.55);
}
.disabled\:outline-pink-200\/60:disabled {
  outline-color: rgb(251 207 232 / 0.6);
}
.disabled\:outline-pink-200\/65:disabled {
  outline-color: rgb(251 207 232 / 0.65);
}
.disabled\:outline-pink-200\/70:disabled {
  outline-color: rgb(251 207 232 / 0.7);
}
.disabled\:outline-pink-200\/75:disabled {
  outline-color: rgb(251 207 232 / 0.75);
}
.disabled\:outline-pink-200\/80:disabled {
  outline-color: rgb(251 207 232 / 0.8);
}
.disabled\:outline-pink-200\/85:disabled {
  outline-color: rgb(251 207 232 / 0.85);
}
.disabled\:outline-pink-200\/90:disabled {
  outline-color: rgb(251 207 232 / 0.9);
}
.disabled\:outline-pink-200\/95:disabled {
  outline-color: rgb(251 207 232 / 0.95);
}
.disabled\:outline-pink-300:disabled {
  outline-color: #f9a8d4;
}
.disabled\:outline-pink-300\/0:disabled {
  outline-color: rgb(249 168 212 / 0);
}
.disabled\:outline-pink-300\/10:disabled {
  outline-color: rgb(249 168 212 / 0.1);
}
.disabled\:outline-pink-300\/100:disabled {
  outline-color: rgb(249 168 212 / 1);
}
.disabled\:outline-pink-300\/15:disabled {
  outline-color: rgb(249 168 212 / 0.15);
}
.disabled\:outline-pink-300\/20:disabled {
  outline-color: rgb(249 168 212 / 0.2);
}
.disabled\:outline-pink-300\/25:disabled {
  outline-color: rgb(249 168 212 / 0.25);
}
.disabled\:outline-pink-300\/30:disabled {
  outline-color: rgb(249 168 212 / 0.3);
}
.disabled\:outline-pink-300\/35:disabled {
  outline-color: rgb(249 168 212 / 0.35);
}
.disabled\:outline-pink-300\/40:disabled {
  outline-color: rgb(249 168 212 / 0.4);
}
.disabled\:outline-pink-300\/45:disabled {
  outline-color: rgb(249 168 212 / 0.45);
}
.disabled\:outline-pink-300\/5:disabled {
  outline-color: rgb(249 168 212 / 0.05);
}
.disabled\:outline-pink-300\/50:disabled {
  outline-color: rgb(249 168 212 / 0.5);
}
.disabled\:outline-pink-300\/55:disabled {
  outline-color: rgb(249 168 212 / 0.55);
}
.disabled\:outline-pink-300\/60:disabled {
  outline-color: rgb(249 168 212 / 0.6);
}
.disabled\:outline-pink-300\/65:disabled {
  outline-color: rgb(249 168 212 / 0.65);
}
.disabled\:outline-pink-300\/70:disabled {
  outline-color: rgb(249 168 212 / 0.7);
}
.disabled\:outline-pink-300\/75:disabled {
  outline-color: rgb(249 168 212 / 0.75);
}
.disabled\:outline-pink-300\/80:disabled {
  outline-color: rgb(249 168 212 / 0.8);
}
.disabled\:outline-pink-300\/85:disabled {
  outline-color: rgb(249 168 212 / 0.85);
}
.disabled\:outline-pink-300\/90:disabled {
  outline-color: rgb(249 168 212 / 0.9);
}
.disabled\:outline-pink-300\/95:disabled {
  outline-color: rgb(249 168 212 / 0.95);
}
.disabled\:outline-pink-400:disabled {
  outline-color: #f472b6;
}
.disabled\:outline-pink-400\/0:disabled {
  outline-color: rgb(244 114 182 / 0);
}
.disabled\:outline-pink-400\/10:disabled {
  outline-color: rgb(244 114 182 / 0.1);
}
.disabled\:outline-pink-400\/100:disabled {
  outline-color: rgb(244 114 182 / 1);
}
.disabled\:outline-pink-400\/15:disabled {
  outline-color: rgb(244 114 182 / 0.15);
}
.disabled\:outline-pink-400\/20:disabled {
  outline-color: rgb(244 114 182 / 0.2);
}
.disabled\:outline-pink-400\/25:disabled {
  outline-color: rgb(244 114 182 / 0.25);
}
.disabled\:outline-pink-400\/30:disabled {
  outline-color: rgb(244 114 182 / 0.3);
}
.disabled\:outline-pink-400\/35:disabled {
  outline-color: rgb(244 114 182 / 0.35);
}
.disabled\:outline-pink-400\/40:disabled {
  outline-color: rgb(244 114 182 / 0.4);
}
.disabled\:outline-pink-400\/45:disabled {
  outline-color: rgb(244 114 182 / 0.45);
}
.disabled\:outline-pink-400\/5:disabled {
  outline-color: rgb(244 114 182 / 0.05);
}
.disabled\:outline-pink-400\/50:disabled {
  outline-color: rgb(244 114 182 / 0.5);
}
.disabled\:outline-pink-400\/55:disabled {
  outline-color: rgb(244 114 182 / 0.55);
}
.disabled\:outline-pink-400\/60:disabled {
  outline-color: rgb(244 114 182 / 0.6);
}
.disabled\:outline-pink-400\/65:disabled {
  outline-color: rgb(244 114 182 / 0.65);
}
.disabled\:outline-pink-400\/70:disabled {
  outline-color: rgb(244 114 182 / 0.7);
}
.disabled\:outline-pink-400\/75:disabled {
  outline-color: rgb(244 114 182 / 0.75);
}
.disabled\:outline-pink-400\/80:disabled {
  outline-color: rgb(244 114 182 / 0.8);
}
.disabled\:outline-pink-400\/85:disabled {
  outline-color: rgb(244 114 182 / 0.85);
}
.disabled\:outline-pink-400\/90:disabled {
  outline-color: rgb(244 114 182 / 0.9);
}
.disabled\:outline-pink-400\/95:disabled {
  outline-color: rgb(244 114 182 / 0.95);
}
.disabled\:outline-pink-50:disabled {
  outline-color: #fdf2f8;
}
.disabled\:outline-pink-50\/0:disabled {
  outline-color: rgb(253 242 248 / 0);
}
.disabled\:outline-pink-50\/10:disabled {
  outline-color: rgb(253 242 248 / 0.1);
}
.disabled\:outline-pink-50\/100:disabled {
  outline-color: rgb(253 242 248 / 1);
}
.disabled\:outline-pink-50\/15:disabled {
  outline-color: rgb(253 242 248 / 0.15);
}
.disabled\:outline-pink-50\/20:disabled {
  outline-color: rgb(253 242 248 / 0.2);
}
.disabled\:outline-pink-50\/25:disabled {
  outline-color: rgb(253 242 248 / 0.25);
}
.disabled\:outline-pink-50\/30:disabled {
  outline-color: rgb(253 242 248 / 0.3);
}
.disabled\:outline-pink-50\/35:disabled {
  outline-color: rgb(253 242 248 / 0.35);
}
.disabled\:outline-pink-50\/40:disabled {
  outline-color: rgb(253 242 248 / 0.4);
}
.disabled\:outline-pink-50\/45:disabled {
  outline-color: rgb(253 242 248 / 0.45);
}
.disabled\:outline-pink-50\/5:disabled {
  outline-color: rgb(253 242 248 / 0.05);
}
.disabled\:outline-pink-50\/50:disabled {
  outline-color: rgb(253 242 248 / 0.5);
}
.disabled\:outline-pink-50\/55:disabled {
  outline-color: rgb(253 242 248 / 0.55);
}
.disabled\:outline-pink-50\/60:disabled {
  outline-color: rgb(253 242 248 / 0.6);
}
.disabled\:outline-pink-50\/65:disabled {
  outline-color: rgb(253 242 248 / 0.65);
}
.disabled\:outline-pink-50\/70:disabled {
  outline-color: rgb(253 242 248 / 0.7);
}
.disabled\:outline-pink-50\/75:disabled {
  outline-color: rgb(253 242 248 / 0.75);
}
.disabled\:outline-pink-50\/80:disabled {
  outline-color: rgb(253 242 248 / 0.8);
}
.disabled\:outline-pink-50\/85:disabled {
  outline-color: rgb(253 242 248 / 0.85);
}
.disabled\:outline-pink-50\/90:disabled {
  outline-color: rgb(253 242 248 / 0.9);
}
.disabled\:outline-pink-50\/95:disabled {
  outline-color: rgb(253 242 248 / 0.95);
}
.disabled\:outline-pink-500:disabled {
  outline-color: #ec4899;
}
.disabled\:outline-pink-500\/0:disabled {
  outline-color: rgb(236 72 153 / 0);
}
.disabled\:outline-pink-500\/10:disabled {
  outline-color: rgb(236 72 153 / 0.1);
}
.disabled\:outline-pink-500\/100:disabled {
  outline-color: rgb(236 72 153 / 1);
}
.disabled\:outline-pink-500\/15:disabled {
  outline-color: rgb(236 72 153 / 0.15);
}
.disabled\:outline-pink-500\/20:disabled {
  outline-color: rgb(236 72 153 / 0.2);
}
.disabled\:outline-pink-500\/25:disabled {
  outline-color: rgb(236 72 153 / 0.25);
}
.disabled\:outline-pink-500\/30:disabled {
  outline-color: rgb(236 72 153 / 0.3);
}
.disabled\:outline-pink-500\/35:disabled {
  outline-color: rgb(236 72 153 / 0.35);
}
.disabled\:outline-pink-500\/40:disabled {
  outline-color: rgb(236 72 153 / 0.4);
}
.disabled\:outline-pink-500\/45:disabled {
  outline-color: rgb(236 72 153 / 0.45);
}
.disabled\:outline-pink-500\/5:disabled {
  outline-color: rgb(236 72 153 / 0.05);
}
.disabled\:outline-pink-500\/50:disabled {
  outline-color: rgb(236 72 153 / 0.5);
}
.disabled\:outline-pink-500\/55:disabled {
  outline-color: rgb(236 72 153 / 0.55);
}
.disabled\:outline-pink-500\/60:disabled {
  outline-color: rgb(236 72 153 / 0.6);
}
.disabled\:outline-pink-500\/65:disabled {
  outline-color: rgb(236 72 153 / 0.65);
}
.disabled\:outline-pink-500\/70:disabled {
  outline-color: rgb(236 72 153 / 0.7);
}
.disabled\:outline-pink-500\/75:disabled {
  outline-color: rgb(236 72 153 / 0.75);
}
.disabled\:outline-pink-500\/80:disabled {
  outline-color: rgb(236 72 153 / 0.8);
}
.disabled\:outline-pink-500\/85:disabled {
  outline-color: rgb(236 72 153 / 0.85);
}
.disabled\:outline-pink-500\/90:disabled {
  outline-color: rgb(236 72 153 / 0.9);
}
.disabled\:outline-pink-500\/95:disabled {
  outline-color: rgb(236 72 153 / 0.95);
}
.disabled\:outline-pink-600:disabled {
  outline-color: #db2777;
}
.disabled\:outline-pink-600\/0:disabled {
  outline-color: rgb(219 39 119 / 0);
}
.disabled\:outline-pink-600\/10:disabled {
  outline-color: rgb(219 39 119 / 0.1);
}
.disabled\:outline-pink-600\/100:disabled {
  outline-color: rgb(219 39 119 / 1);
}
.disabled\:outline-pink-600\/15:disabled {
  outline-color: rgb(219 39 119 / 0.15);
}
.disabled\:outline-pink-600\/20:disabled {
  outline-color: rgb(219 39 119 / 0.2);
}
.disabled\:outline-pink-600\/25:disabled {
  outline-color: rgb(219 39 119 / 0.25);
}
.disabled\:outline-pink-600\/30:disabled {
  outline-color: rgb(219 39 119 / 0.3);
}
.disabled\:outline-pink-600\/35:disabled {
  outline-color: rgb(219 39 119 / 0.35);
}
.disabled\:outline-pink-600\/40:disabled {
  outline-color: rgb(219 39 119 / 0.4);
}
.disabled\:outline-pink-600\/45:disabled {
  outline-color: rgb(219 39 119 / 0.45);
}
.disabled\:outline-pink-600\/5:disabled {
  outline-color: rgb(219 39 119 / 0.05);
}
.disabled\:outline-pink-600\/50:disabled {
  outline-color: rgb(219 39 119 / 0.5);
}
.disabled\:outline-pink-600\/55:disabled {
  outline-color: rgb(219 39 119 / 0.55);
}
.disabled\:outline-pink-600\/60:disabled {
  outline-color: rgb(219 39 119 / 0.6);
}
.disabled\:outline-pink-600\/65:disabled {
  outline-color: rgb(219 39 119 / 0.65);
}
.disabled\:outline-pink-600\/70:disabled {
  outline-color: rgb(219 39 119 / 0.7);
}
.disabled\:outline-pink-600\/75:disabled {
  outline-color: rgb(219 39 119 / 0.75);
}
.disabled\:outline-pink-600\/80:disabled {
  outline-color: rgb(219 39 119 / 0.8);
}
.disabled\:outline-pink-600\/85:disabled {
  outline-color: rgb(219 39 119 / 0.85);
}
.disabled\:outline-pink-600\/90:disabled {
  outline-color: rgb(219 39 119 / 0.9);
}
.disabled\:outline-pink-600\/95:disabled {
  outline-color: rgb(219 39 119 / 0.95);
}
.disabled\:outline-pink-700:disabled {
  outline-color: #be185d;
}
.disabled\:outline-pink-700\/0:disabled {
  outline-color: rgb(190 24 93 / 0);
}
.disabled\:outline-pink-700\/10:disabled {
  outline-color: rgb(190 24 93 / 0.1);
}
.disabled\:outline-pink-700\/100:disabled {
  outline-color: rgb(190 24 93 / 1);
}
.disabled\:outline-pink-700\/15:disabled {
  outline-color: rgb(190 24 93 / 0.15);
}
.disabled\:outline-pink-700\/20:disabled {
  outline-color: rgb(190 24 93 / 0.2);
}
.disabled\:outline-pink-700\/25:disabled {
  outline-color: rgb(190 24 93 / 0.25);
}
.disabled\:outline-pink-700\/30:disabled {
  outline-color: rgb(190 24 93 / 0.3);
}
.disabled\:outline-pink-700\/35:disabled {
  outline-color: rgb(190 24 93 / 0.35);
}
.disabled\:outline-pink-700\/40:disabled {
  outline-color: rgb(190 24 93 / 0.4);
}
.disabled\:outline-pink-700\/45:disabled {
  outline-color: rgb(190 24 93 / 0.45);
}
.disabled\:outline-pink-700\/5:disabled {
  outline-color: rgb(190 24 93 / 0.05);
}
.disabled\:outline-pink-700\/50:disabled {
  outline-color: rgb(190 24 93 / 0.5);
}
.disabled\:outline-pink-700\/55:disabled {
  outline-color: rgb(190 24 93 / 0.55);
}
.disabled\:outline-pink-700\/60:disabled {
  outline-color: rgb(190 24 93 / 0.6);
}
.disabled\:outline-pink-700\/65:disabled {
  outline-color: rgb(190 24 93 / 0.65);
}
.disabled\:outline-pink-700\/70:disabled {
  outline-color: rgb(190 24 93 / 0.7);
}
.disabled\:outline-pink-700\/75:disabled {
  outline-color: rgb(190 24 93 / 0.75);
}
.disabled\:outline-pink-700\/80:disabled {
  outline-color: rgb(190 24 93 / 0.8);
}
.disabled\:outline-pink-700\/85:disabled {
  outline-color: rgb(190 24 93 / 0.85);
}
.disabled\:outline-pink-700\/90:disabled {
  outline-color: rgb(190 24 93 / 0.9);
}
.disabled\:outline-pink-700\/95:disabled {
  outline-color: rgb(190 24 93 / 0.95);
}
.disabled\:outline-pink-800:disabled {
  outline-color: #9d174d;
}
.disabled\:outline-pink-800\/0:disabled {
  outline-color: rgb(157 23 77 / 0);
}
.disabled\:outline-pink-800\/10:disabled {
  outline-color: rgb(157 23 77 / 0.1);
}
.disabled\:outline-pink-800\/100:disabled {
  outline-color: rgb(157 23 77 / 1);
}
.disabled\:outline-pink-800\/15:disabled {
  outline-color: rgb(157 23 77 / 0.15);
}
.disabled\:outline-pink-800\/20:disabled {
  outline-color: rgb(157 23 77 / 0.2);
}
.disabled\:outline-pink-800\/25:disabled {
  outline-color: rgb(157 23 77 / 0.25);
}
.disabled\:outline-pink-800\/30:disabled {
  outline-color: rgb(157 23 77 / 0.3);
}
.disabled\:outline-pink-800\/35:disabled {
  outline-color: rgb(157 23 77 / 0.35);
}
.disabled\:outline-pink-800\/40:disabled {
  outline-color: rgb(157 23 77 / 0.4);
}
.disabled\:outline-pink-800\/45:disabled {
  outline-color: rgb(157 23 77 / 0.45);
}
.disabled\:outline-pink-800\/5:disabled {
  outline-color: rgb(157 23 77 / 0.05);
}
.disabled\:outline-pink-800\/50:disabled {
  outline-color: rgb(157 23 77 / 0.5);
}
.disabled\:outline-pink-800\/55:disabled {
  outline-color: rgb(157 23 77 / 0.55);
}
.disabled\:outline-pink-800\/60:disabled {
  outline-color: rgb(157 23 77 / 0.6);
}
.disabled\:outline-pink-800\/65:disabled {
  outline-color: rgb(157 23 77 / 0.65);
}
.disabled\:outline-pink-800\/70:disabled {
  outline-color: rgb(157 23 77 / 0.7);
}
.disabled\:outline-pink-800\/75:disabled {
  outline-color: rgb(157 23 77 / 0.75);
}
.disabled\:outline-pink-800\/80:disabled {
  outline-color: rgb(157 23 77 / 0.8);
}
.disabled\:outline-pink-800\/85:disabled {
  outline-color: rgb(157 23 77 / 0.85);
}
.disabled\:outline-pink-800\/90:disabled {
  outline-color: rgb(157 23 77 / 0.9);
}
.disabled\:outline-pink-800\/95:disabled {
  outline-color: rgb(157 23 77 / 0.95);
}
.disabled\:outline-pink-900:disabled {
  outline-color: #831843;
}
.disabled\:outline-pink-900\/0:disabled {
  outline-color: rgb(131 24 67 / 0);
}
.disabled\:outline-pink-900\/10:disabled {
  outline-color: rgb(131 24 67 / 0.1);
}
.disabled\:outline-pink-900\/100:disabled {
  outline-color: rgb(131 24 67 / 1);
}
.disabled\:outline-pink-900\/15:disabled {
  outline-color: rgb(131 24 67 / 0.15);
}
.disabled\:outline-pink-900\/20:disabled {
  outline-color: rgb(131 24 67 / 0.2);
}
.disabled\:outline-pink-900\/25:disabled {
  outline-color: rgb(131 24 67 / 0.25);
}
.disabled\:outline-pink-900\/30:disabled {
  outline-color: rgb(131 24 67 / 0.3);
}
.disabled\:outline-pink-900\/35:disabled {
  outline-color: rgb(131 24 67 / 0.35);
}
.disabled\:outline-pink-900\/40:disabled {
  outline-color: rgb(131 24 67 / 0.4);
}
.disabled\:outline-pink-900\/45:disabled {
  outline-color: rgb(131 24 67 / 0.45);
}
.disabled\:outline-pink-900\/5:disabled {
  outline-color: rgb(131 24 67 / 0.05);
}
.disabled\:outline-pink-900\/50:disabled {
  outline-color: rgb(131 24 67 / 0.5);
}
.disabled\:outline-pink-900\/55:disabled {
  outline-color: rgb(131 24 67 / 0.55);
}
.disabled\:outline-pink-900\/60:disabled {
  outline-color: rgb(131 24 67 / 0.6);
}
.disabled\:outline-pink-900\/65:disabled {
  outline-color: rgb(131 24 67 / 0.65);
}
.disabled\:outline-pink-900\/70:disabled {
  outline-color: rgb(131 24 67 / 0.7);
}
.disabled\:outline-pink-900\/75:disabled {
  outline-color: rgb(131 24 67 / 0.75);
}
.disabled\:outline-pink-900\/80:disabled {
  outline-color: rgb(131 24 67 / 0.8);
}
.disabled\:outline-pink-900\/85:disabled {
  outline-color: rgb(131 24 67 / 0.85);
}
.disabled\:outline-pink-900\/90:disabled {
  outline-color: rgb(131 24 67 / 0.9);
}
.disabled\:outline-pink-900\/95:disabled {
  outline-color: rgb(131 24 67 / 0.95);
}
.disabled\:outline-pink-950:disabled {
  outline-color: #500724;
}
.disabled\:outline-pink-950\/0:disabled {
  outline-color: rgb(80 7 36 / 0);
}
.disabled\:outline-pink-950\/10:disabled {
  outline-color: rgb(80 7 36 / 0.1);
}
.disabled\:outline-pink-950\/100:disabled {
  outline-color: rgb(80 7 36 / 1);
}
.disabled\:outline-pink-950\/15:disabled {
  outline-color: rgb(80 7 36 / 0.15);
}
.disabled\:outline-pink-950\/20:disabled {
  outline-color: rgb(80 7 36 / 0.2);
}
.disabled\:outline-pink-950\/25:disabled {
  outline-color: rgb(80 7 36 / 0.25);
}
.disabled\:outline-pink-950\/30:disabled {
  outline-color: rgb(80 7 36 / 0.3);
}
.disabled\:outline-pink-950\/35:disabled {
  outline-color: rgb(80 7 36 / 0.35);
}
.disabled\:outline-pink-950\/40:disabled {
  outline-color: rgb(80 7 36 / 0.4);
}
.disabled\:outline-pink-950\/45:disabled {
  outline-color: rgb(80 7 36 / 0.45);
}
.disabled\:outline-pink-950\/5:disabled {
  outline-color: rgb(80 7 36 / 0.05);
}
.disabled\:outline-pink-950\/50:disabled {
  outline-color: rgb(80 7 36 / 0.5);
}
.disabled\:outline-pink-950\/55:disabled {
  outline-color: rgb(80 7 36 / 0.55);
}
.disabled\:outline-pink-950\/60:disabled {
  outline-color: rgb(80 7 36 / 0.6);
}
.disabled\:outline-pink-950\/65:disabled {
  outline-color: rgb(80 7 36 / 0.65);
}
.disabled\:outline-pink-950\/70:disabled {
  outline-color: rgb(80 7 36 / 0.7);
}
.disabled\:outline-pink-950\/75:disabled {
  outline-color: rgb(80 7 36 / 0.75);
}
.disabled\:outline-pink-950\/80:disabled {
  outline-color: rgb(80 7 36 / 0.8);
}
.disabled\:outline-pink-950\/85:disabled {
  outline-color: rgb(80 7 36 / 0.85);
}
.disabled\:outline-pink-950\/90:disabled {
  outline-color: rgb(80 7 36 / 0.9);
}
.disabled\:outline-pink-950\/95:disabled {
  outline-color: rgb(80 7 36 / 0.95);
}
.disabled\:outline-purple-100:disabled {
  outline-color: #f3e8ff;
}
.disabled\:outline-purple-100\/0:disabled {
  outline-color: rgb(243 232 255 / 0);
}
.disabled\:outline-purple-100\/10:disabled {
  outline-color: rgb(243 232 255 / 0.1);
}
.disabled\:outline-purple-100\/100:disabled {
  outline-color: rgb(243 232 255 / 1);
}
.disabled\:outline-purple-100\/15:disabled {
  outline-color: rgb(243 232 255 / 0.15);
}
.disabled\:outline-purple-100\/20:disabled {
  outline-color: rgb(243 232 255 / 0.2);
}
.disabled\:outline-purple-100\/25:disabled {
  outline-color: rgb(243 232 255 / 0.25);
}
.disabled\:outline-purple-100\/30:disabled {
  outline-color: rgb(243 232 255 / 0.3);
}
.disabled\:outline-purple-100\/35:disabled {
  outline-color: rgb(243 232 255 / 0.35);
}
.disabled\:outline-purple-100\/40:disabled {
  outline-color: rgb(243 232 255 / 0.4);
}
.disabled\:outline-purple-100\/45:disabled {
  outline-color: rgb(243 232 255 / 0.45);
}
.disabled\:outline-purple-100\/5:disabled {
  outline-color: rgb(243 232 255 / 0.05);
}
.disabled\:outline-purple-100\/50:disabled {
  outline-color: rgb(243 232 255 / 0.5);
}
.disabled\:outline-purple-100\/55:disabled {
  outline-color: rgb(243 232 255 / 0.55);
}
.disabled\:outline-purple-100\/60:disabled {
  outline-color: rgb(243 232 255 / 0.6);
}
.disabled\:outline-purple-100\/65:disabled {
  outline-color: rgb(243 232 255 / 0.65);
}
.disabled\:outline-purple-100\/70:disabled {
  outline-color: rgb(243 232 255 / 0.7);
}
.disabled\:outline-purple-100\/75:disabled {
  outline-color: rgb(243 232 255 / 0.75);
}
.disabled\:outline-purple-100\/80:disabled {
  outline-color: rgb(243 232 255 / 0.8);
}
.disabled\:outline-purple-100\/85:disabled {
  outline-color: rgb(243 232 255 / 0.85);
}
.disabled\:outline-purple-100\/90:disabled {
  outline-color: rgb(243 232 255 / 0.9);
}
.disabled\:outline-purple-100\/95:disabled {
  outline-color: rgb(243 232 255 / 0.95);
}
.disabled\:outline-purple-200:disabled {
  outline-color: #e9d5ff;
}
.disabled\:outline-purple-200\/0:disabled {
  outline-color: rgb(233 213 255 / 0);
}
.disabled\:outline-purple-200\/10:disabled {
  outline-color: rgb(233 213 255 / 0.1);
}
.disabled\:outline-purple-200\/100:disabled {
  outline-color: rgb(233 213 255 / 1);
}
.disabled\:outline-purple-200\/15:disabled {
  outline-color: rgb(233 213 255 / 0.15);
}
.disabled\:outline-purple-200\/20:disabled {
  outline-color: rgb(233 213 255 / 0.2);
}
.disabled\:outline-purple-200\/25:disabled {
  outline-color: rgb(233 213 255 / 0.25);
}
.disabled\:outline-purple-200\/30:disabled {
  outline-color: rgb(233 213 255 / 0.3);
}
.disabled\:outline-purple-200\/35:disabled {
  outline-color: rgb(233 213 255 / 0.35);
}
.disabled\:outline-purple-200\/40:disabled {
  outline-color: rgb(233 213 255 / 0.4);
}
.disabled\:outline-purple-200\/45:disabled {
  outline-color: rgb(233 213 255 / 0.45);
}
.disabled\:outline-purple-200\/5:disabled {
  outline-color: rgb(233 213 255 / 0.05);
}
.disabled\:outline-purple-200\/50:disabled {
  outline-color: rgb(233 213 255 / 0.5);
}
.disabled\:outline-purple-200\/55:disabled {
  outline-color: rgb(233 213 255 / 0.55);
}
.disabled\:outline-purple-200\/60:disabled {
  outline-color: rgb(233 213 255 / 0.6);
}
.disabled\:outline-purple-200\/65:disabled {
  outline-color: rgb(233 213 255 / 0.65);
}
.disabled\:outline-purple-200\/70:disabled {
  outline-color: rgb(233 213 255 / 0.7);
}
.disabled\:outline-purple-200\/75:disabled {
  outline-color: rgb(233 213 255 / 0.75);
}
.disabled\:outline-purple-200\/80:disabled {
  outline-color: rgb(233 213 255 / 0.8);
}
.disabled\:outline-purple-200\/85:disabled {
  outline-color: rgb(233 213 255 / 0.85);
}
.disabled\:outline-purple-200\/90:disabled {
  outline-color: rgb(233 213 255 / 0.9);
}
.disabled\:outline-purple-200\/95:disabled {
  outline-color: rgb(233 213 255 / 0.95);
}
.disabled\:outline-purple-300:disabled {
  outline-color: #d8b4fe;
}
.disabled\:outline-purple-300\/0:disabled {
  outline-color: rgb(216 180 254 / 0);
}
.disabled\:outline-purple-300\/10:disabled {
  outline-color: rgb(216 180 254 / 0.1);
}
.disabled\:outline-purple-300\/100:disabled {
  outline-color: rgb(216 180 254 / 1);
}
.disabled\:outline-purple-300\/15:disabled {
  outline-color: rgb(216 180 254 / 0.15);
}
.disabled\:outline-purple-300\/20:disabled {
  outline-color: rgb(216 180 254 / 0.2);
}
.disabled\:outline-purple-300\/25:disabled {
  outline-color: rgb(216 180 254 / 0.25);
}
.disabled\:outline-purple-300\/30:disabled {
  outline-color: rgb(216 180 254 / 0.3);
}
.disabled\:outline-purple-300\/35:disabled {
  outline-color: rgb(216 180 254 / 0.35);
}
.disabled\:outline-purple-300\/40:disabled {
  outline-color: rgb(216 180 254 / 0.4);
}
.disabled\:outline-purple-300\/45:disabled {
  outline-color: rgb(216 180 254 / 0.45);
}
.disabled\:outline-purple-300\/5:disabled {
  outline-color: rgb(216 180 254 / 0.05);
}
.disabled\:outline-purple-300\/50:disabled {
  outline-color: rgb(216 180 254 / 0.5);
}
.disabled\:outline-purple-300\/55:disabled {
  outline-color: rgb(216 180 254 / 0.55);
}
.disabled\:outline-purple-300\/60:disabled {
  outline-color: rgb(216 180 254 / 0.6);
}
.disabled\:outline-purple-300\/65:disabled {
  outline-color: rgb(216 180 254 / 0.65);
}
.disabled\:outline-purple-300\/70:disabled {
  outline-color: rgb(216 180 254 / 0.7);
}
.disabled\:outline-purple-300\/75:disabled {
  outline-color: rgb(216 180 254 / 0.75);
}
.disabled\:outline-purple-300\/80:disabled {
  outline-color: rgb(216 180 254 / 0.8);
}
.disabled\:outline-purple-300\/85:disabled {
  outline-color: rgb(216 180 254 / 0.85);
}
.disabled\:outline-purple-300\/90:disabled {
  outline-color: rgb(216 180 254 / 0.9);
}
.disabled\:outline-purple-300\/95:disabled {
  outline-color: rgb(216 180 254 / 0.95);
}
.disabled\:outline-purple-400:disabled {
  outline-color: #c084fc;
}
.disabled\:outline-purple-400\/0:disabled {
  outline-color: rgb(192 132 252 / 0);
}
.disabled\:outline-purple-400\/10:disabled {
  outline-color: rgb(192 132 252 / 0.1);
}
.disabled\:outline-purple-400\/100:disabled {
  outline-color: rgb(192 132 252 / 1);
}
.disabled\:outline-purple-400\/15:disabled {
  outline-color: rgb(192 132 252 / 0.15);
}
.disabled\:outline-purple-400\/20:disabled {
  outline-color: rgb(192 132 252 / 0.2);
}
.disabled\:outline-purple-400\/25:disabled {
  outline-color: rgb(192 132 252 / 0.25);
}
.disabled\:outline-purple-400\/30:disabled {
  outline-color: rgb(192 132 252 / 0.3);
}
.disabled\:outline-purple-400\/35:disabled {
  outline-color: rgb(192 132 252 / 0.35);
}
.disabled\:outline-purple-400\/40:disabled {
  outline-color: rgb(192 132 252 / 0.4);
}
.disabled\:outline-purple-400\/45:disabled {
  outline-color: rgb(192 132 252 / 0.45);
}
.disabled\:outline-purple-400\/5:disabled {
  outline-color: rgb(192 132 252 / 0.05);
}
.disabled\:outline-purple-400\/50:disabled {
  outline-color: rgb(192 132 252 / 0.5);
}
.disabled\:outline-purple-400\/55:disabled {
  outline-color: rgb(192 132 252 / 0.55);
}
.disabled\:outline-purple-400\/60:disabled {
  outline-color: rgb(192 132 252 / 0.6);
}
.disabled\:outline-purple-400\/65:disabled {
  outline-color: rgb(192 132 252 / 0.65);
}
.disabled\:outline-purple-400\/70:disabled {
  outline-color: rgb(192 132 252 / 0.7);
}
.disabled\:outline-purple-400\/75:disabled {
  outline-color: rgb(192 132 252 / 0.75);
}
.disabled\:outline-purple-400\/80:disabled {
  outline-color: rgb(192 132 252 / 0.8);
}
.disabled\:outline-purple-400\/85:disabled {
  outline-color: rgb(192 132 252 / 0.85);
}
.disabled\:outline-purple-400\/90:disabled {
  outline-color: rgb(192 132 252 / 0.9);
}
.disabled\:outline-purple-400\/95:disabled {
  outline-color: rgb(192 132 252 / 0.95);
}
.disabled\:outline-purple-50:disabled {
  outline-color: #faf5ff;
}
.disabled\:outline-purple-50\/0:disabled {
  outline-color: rgb(250 245 255 / 0);
}
.disabled\:outline-purple-50\/10:disabled {
  outline-color: rgb(250 245 255 / 0.1);
}
.disabled\:outline-purple-50\/100:disabled {
  outline-color: rgb(250 245 255 / 1);
}
.disabled\:outline-purple-50\/15:disabled {
  outline-color: rgb(250 245 255 / 0.15);
}
.disabled\:outline-purple-50\/20:disabled {
  outline-color: rgb(250 245 255 / 0.2);
}
.disabled\:outline-purple-50\/25:disabled {
  outline-color: rgb(250 245 255 / 0.25);
}
.disabled\:outline-purple-50\/30:disabled {
  outline-color: rgb(250 245 255 / 0.3);
}
.disabled\:outline-purple-50\/35:disabled {
  outline-color: rgb(250 245 255 / 0.35);
}
.disabled\:outline-purple-50\/40:disabled {
  outline-color: rgb(250 245 255 / 0.4);
}
.disabled\:outline-purple-50\/45:disabled {
  outline-color: rgb(250 245 255 / 0.45);
}
.disabled\:outline-purple-50\/5:disabled {
  outline-color: rgb(250 245 255 / 0.05);
}
.disabled\:outline-purple-50\/50:disabled {
  outline-color: rgb(250 245 255 / 0.5);
}
.disabled\:outline-purple-50\/55:disabled {
  outline-color: rgb(250 245 255 / 0.55);
}
.disabled\:outline-purple-50\/60:disabled {
  outline-color: rgb(250 245 255 / 0.6);
}
.disabled\:outline-purple-50\/65:disabled {
  outline-color: rgb(250 245 255 / 0.65);
}
.disabled\:outline-purple-50\/70:disabled {
  outline-color: rgb(250 245 255 / 0.7);
}
.disabled\:outline-purple-50\/75:disabled {
  outline-color: rgb(250 245 255 / 0.75);
}
.disabled\:outline-purple-50\/80:disabled {
  outline-color: rgb(250 245 255 / 0.8);
}
.disabled\:outline-purple-50\/85:disabled {
  outline-color: rgb(250 245 255 / 0.85);
}
.disabled\:outline-purple-50\/90:disabled {
  outline-color: rgb(250 245 255 / 0.9);
}
.disabled\:outline-purple-50\/95:disabled {
  outline-color: rgb(250 245 255 / 0.95);
}
.disabled\:outline-purple-500:disabled {
  outline-color: #a855f7;
}
.disabled\:outline-purple-500\/0:disabled {
  outline-color: rgb(168 85 247 / 0);
}
.disabled\:outline-purple-500\/10:disabled {
  outline-color: rgb(168 85 247 / 0.1);
}
.disabled\:outline-purple-500\/100:disabled {
  outline-color: rgb(168 85 247 / 1);
}
.disabled\:outline-purple-500\/15:disabled {
  outline-color: rgb(168 85 247 / 0.15);
}
.disabled\:outline-purple-500\/20:disabled {
  outline-color: rgb(168 85 247 / 0.2);
}
.disabled\:outline-purple-500\/25:disabled {
  outline-color: rgb(168 85 247 / 0.25);
}
.disabled\:outline-purple-500\/30:disabled {
  outline-color: rgb(168 85 247 / 0.3);
}
.disabled\:outline-purple-500\/35:disabled {
  outline-color: rgb(168 85 247 / 0.35);
}
.disabled\:outline-purple-500\/40:disabled {
  outline-color: rgb(168 85 247 / 0.4);
}
.disabled\:outline-purple-500\/45:disabled {
  outline-color: rgb(168 85 247 / 0.45);
}
.disabled\:outline-purple-500\/5:disabled {
  outline-color: rgb(168 85 247 / 0.05);
}
.disabled\:outline-purple-500\/50:disabled {
  outline-color: rgb(168 85 247 / 0.5);
}
.disabled\:outline-purple-500\/55:disabled {
  outline-color: rgb(168 85 247 / 0.55);
}
.disabled\:outline-purple-500\/60:disabled {
  outline-color: rgb(168 85 247 / 0.6);
}
.disabled\:outline-purple-500\/65:disabled {
  outline-color: rgb(168 85 247 / 0.65);
}
.disabled\:outline-purple-500\/70:disabled {
  outline-color: rgb(168 85 247 / 0.7);
}
.disabled\:outline-purple-500\/75:disabled {
  outline-color: rgb(168 85 247 / 0.75);
}
.disabled\:outline-purple-500\/80:disabled {
  outline-color: rgb(168 85 247 / 0.8);
}
.disabled\:outline-purple-500\/85:disabled {
  outline-color: rgb(168 85 247 / 0.85);
}
.disabled\:outline-purple-500\/90:disabled {
  outline-color: rgb(168 85 247 / 0.9);
}
.disabled\:outline-purple-500\/95:disabled {
  outline-color: rgb(168 85 247 / 0.95);
}
.disabled\:outline-purple-600:disabled {
  outline-color: #9333ea;
}
.disabled\:outline-purple-600\/0:disabled {
  outline-color: rgb(147 51 234 / 0);
}
.disabled\:outline-purple-600\/10:disabled {
  outline-color: rgb(147 51 234 / 0.1);
}
.disabled\:outline-purple-600\/100:disabled {
  outline-color: rgb(147 51 234 / 1);
}
.disabled\:outline-purple-600\/15:disabled {
  outline-color: rgb(147 51 234 / 0.15);
}
.disabled\:outline-purple-600\/20:disabled {
  outline-color: rgb(147 51 234 / 0.2);
}
.disabled\:outline-purple-600\/25:disabled {
  outline-color: rgb(147 51 234 / 0.25);
}
.disabled\:outline-purple-600\/30:disabled {
  outline-color: rgb(147 51 234 / 0.3);
}
.disabled\:outline-purple-600\/35:disabled {
  outline-color: rgb(147 51 234 / 0.35);
}
.disabled\:outline-purple-600\/40:disabled {
  outline-color: rgb(147 51 234 / 0.4);
}
.disabled\:outline-purple-600\/45:disabled {
  outline-color: rgb(147 51 234 / 0.45);
}
.disabled\:outline-purple-600\/5:disabled {
  outline-color: rgb(147 51 234 / 0.05);
}
.disabled\:outline-purple-600\/50:disabled {
  outline-color: rgb(147 51 234 / 0.5);
}
.disabled\:outline-purple-600\/55:disabled {
  outline-color: rgb(147 51 234 / 0.55);
}
.disabled\:outline-purple-600\/60:disabled {
  outline-color: rgb(147 51 234 / 0.6);
}
.disabled\:outline-purple-600\/65:disabled {
  outline-color: rgb(147 51 234 / 0.65);
}
.disabled\:outline-purple-600\/70:disabled {
  outline-color: rgb(147 51 234 / 0.7);
}
.disabled\:outline-purple-600\/75:disabled {
  outline-color: rgb(147 51 234 / 0.75);
}
.disabled\:outline-purple-600\/80:disabled {
  outline-color: rgb(147 51 234 / 0.8);
}
.disabled\:outline-purple-600\/85:disabled {
  outline-color: rgb(147 51 234 / 0.85);
}
.disabled\:outline-purple-600\/90:disabled {
  outline-color: rgb(147 51 234 / 0.9);
}
.disabled\:outline-purple-600\/95:disabled {
  outline-color: rgb(147 51 234 / 0.95);
}
.disabled\:outline-purple-700:disabled {
  outline-color: #7e22ce;
}
.disabled\:outline-purple-700\/0:disabled {
  outline-color: rgb(126 34 206 / 0);
}
.disabled\:outline-purple-700\/10:disabled {
  outline-color: rgb(126 34 206 / 0.1);
}
.disabled\:outline-purple-700\/100:disabled {
  outline-color: rgb(126 34 206 / 1);
}
.disabled\:outline-purple-700\/15:disabled {
  outline-color: rgb(126 34 206 / 0.15);
}
.disabled\:outline-purple-700\/20:disabled {
  outline-color: rgb(126 34 206 / 0.2);
}
.disabled\:outline-purple-700\/25:disabled {
  outline-color: rgb(126 34 206 / 0.25);
}
.disabled\:outline-purple-700\/30:disabled {
  outline-color: rgb(126 34 206 / 0.3);
}
.disabled\:outline-purple-700\/35:disabled {
  outline-color: rgb(126 34 206 / 0.35);
}
.disabled\:outline-purple-700\/40:disabled {
  outline-color: rgb(126 34 206 / 0.4);
}
.disabled\:outline-purple-700\/45:disabled {
  outline-color: rgb(126 34 206 / 0.45);
}
.disabled\:outline-purple-700\/5:disabled {
  outline-color: rgb(126 34 206 / 0.05);
}
.disabled\:outline-purple-700\/50:disabled {
  outline-color: rgb(126 34 206 / 0.5);
}
.disabled\:outline-purple-700\/55:disabled {
  outline-color: rgb(126 34 206 / 0.55);
}
.disabled\:outline-purple-700\/60:disabled {
  outline-color: rgb(126 34 206 / 0.6);
}
.disabled\:outline-purple-700\/65:disabled {
  outline-color: rgb(126 34 206 / 0.65);
}
.disabled\:outline-purple-700\/70:disabled {
  outline-color: rgb(126 34 206 / 0.7);
}
.disabled\:outline-purple-700\/75:disabled {
  outline-color: rgb(126 34 206 / 0.75);
}
.disabled\:outline-purple-700\/80:disabled {
  outline-color: rgb(126 34 206 / 0.8);
}
.disabled\:outline-purple-700\/85:disabled {
  outline-color: rgb(126 34 206 / 0.85);
}
.disabled\:outline-purple-700\/90:disabled {
  outline-color: rgb(126 34 206 / 0.9);
}
.disabled\:outline-purple-700\/95:disabled {
  outline-color: rgb(126 34 206 / 0.95);
}
.disabled\:outline-purple-800:disabled {
  outline-color: #6b21a8;
}
.disabled\:outline-purple-800\/0:disabled {
  outline-color: rgb(107 33 168 / 0);
}
.disabled\:outline-purple-800\/10:disabled {
  outline-color: rgb(107 33 168 / 0.1);
}
.disabled\:outline-purple-800\/100:disabled {
  outline-color: rgb(107 33 168 / 1);
}
.disabled\:outline-purple-800\/15:disabled {
  outline-color: rgb(107 33 168 / 0.15);
}
.disabled\:outline-purple-800\/20:disabled {
  outline-color: rgb(107 33 168 / 0.2);
}
.disabled\:outline-purple-800\/25:disabled {
  outline-color: rgb(107 33 168 / 0.25);
}
.disabled\:outline-purple-800\/30:disabled {
  outline-color: rgb(107 33 168 / 0.3);
}
.disabled\:outline-purple-800\/35:disabled {
  outline-color: rgb(107 33 168 / 0.35);
}
.disabled\:outline-purple-800\/40:disabled {
  outline-color: rgb(107 33 168 / 0.4);
}
.disabled\:outline-purple-800\/45:disabled {
  outline-color: rgb(107 33 168 / 0.45);
}
.disabled\:outline-purple-800\/5:disabled {
  outline-color: rgb(107 33 168 / 0.05);
}
.disabled\:outline-purple-800\/50:disabled {
  outline-color: rgb(107 33 168 / 0.5);
}
.disabled\:outline-purple-800\/55:disabled {
  outline-color: rgb(107 33 168 / 0.55);
}
.disabled\:outline-purple-800\/60:disabled {
  outline-color: rgb(107 33 168 / 0.6);
}
.disabled\:outline-purple-800\/65:disabled {
  outline-color: rgb(107 33 168 / 0.65);
}
.disabled\:outline-purple-800\/70:disabled {
  outline-color: rgb(107 33 168 / 0.7);
}
.disabled\:outline-purple-800\/75:disabled {
  outline-color: rgb(107 33 168 / 0.75);
}
.disabled\:outline-purple-800\/80:disabled {
  outline-color: rgb(107 33 168 / 0.8);
}
.disabled\:outline-purple-800\/85:disabled {
  outline-color: rgb(107 33 168 / 0.85);
}
.disabled\:outline-purple-800\/90:disabled {
  outline-color: rgb(107 33 168 / 0.9);
}
.disabled\:outline-purple-800\/95:disabled {
  outline-color: rgb(107 33 168 / 0.95);
}
.disabled\:outline-purple-900:disabled {
  outline-color: #581c87;
}
.disabled\:outline-purple-900\/0:disabled {
  outline-color: rgb(88 28 135 / 0);
}
.disabled\:outline-purple-900\/10:disabled {
  outline-color: rgb(88 28 135 / 0.1);
}
.disabled\:outline-purple-900\/100:disabled {
  outline-color: rgb(88 28 135 / 1);
}
.disabled\:outline-purple-900\/15:disabled {
  outline-color: rgb(88 28 135 / 0.15);
}
.disabled\:outline-purple-900\/20:disabled {
  outline-color: rgb(88 28 135 / 0.2);
}
.disabled\:outline-purple-900\/25:disabled {
  outline-color: rgb(88 28 135 / 0.25);
}
.disabled\:outline-purple-900\/30:disabled {
  outline-color: rgb(88 28 135 / 0.3);
}
.disabled\:outline-purple-900\/35:disabled {
  outline-color: rgb(88 28 135 / 0.35);
}
.disabled\:outline-purple-900\/40:disabled {
  outline-color: rgb(88 28 135 / 0.4);
}
.disabled\:outline-purple-900\/45:disabled {
  outline-color: rgb(88 28 135 / 0.45);
}
.disabled\:outline-purple-900\/5:disabled {
  outline-color: rgb(88 28 135 / 0.05);
}
.disabled\:outline-purple-900\/50:disabled {
  outline-color: rgb(88 28 135 / 0.5);
}
.disabled\:outline-purple-900\/55:disabled {
  outline-color: rgb(88 28 135 / 0.55);
}
.disabled\:outline-purple-900\/60:disabled {
  outline-color: rgb(88 28 135 / 0.6);
}
.disabled\:outline-purple-900\/65:disabled {
  outline-color: rgb(88 28 135 / 0.65);
}
.disabled\:outline-purple-900\/70:disabled {
  outline-color: rgb(88 28 135 / 0.7);
}
.disabled\:outline-purple-900\/75:disabled {
  outline-color: rgb(88 28 135 / 0.75);
}
.disabled\:outline-purple-900\/80:disabled {
  outline-color: rgb(88 28 135 / 0.8);
}
.disabled\:outline-purple-900\/85:disabled {
  outline-color: rgb(88 28 135 / 0.85);
}
.disabled\:outline-purple-900\/90:disabled {
  outline-color: rgb(88 28 135 / 0.9);
}
.disabled\:outline-purple-900\/95:disabled {
  outline-color: rgb(88 28 135 / 0.95);
}
.disabled\:outline-purple-950:disabled {
  outline-color: #3b0764;
}
.disabled\:outline-purple-950\/0:disabled {
  outline-color: rgb(59 7 100 / 0);
}
.disabled\:outline-purple-950\/10:disabled {
  outline-color: rgb(59 7 100 / 0.1);
}
.disabled\:outline-purple-950\/100:disabled {
  outline-color: rgb(59 7 100 / 1);
}
.disabled\:outline-purple-950\/15:disabled {
  outline-color: rgb(59 7 100 / 0.15);
}
.disabled\:outline-purple-950\/20:disabled {
  outline-color: rgb(59 7 100 / 0.2);
}
.disabled\:outline-purple-950\/25:disabled {
  outline-color: rgb(59 7 100 / 0.25);
}
.disabled\:outline-purple-950\/30:disabled {
  outline-color: rgb(59 7 100 / 0.3);
}
.disabled\:outline-purple-950\/35:disabled {
  outline-color: rgb(59 7 100 / 0.35);
}
.disabled\:outline-purple-950\/40:disabled {
  outline-color: rgb(59 7 100 / 0.4);
}
.disabled\:outline-purple-950\/45:disabled {
  outline-color: rgb(59 7 100 / 0.45);
}
.disabled\:outline-purple-950\/5:disabled {
  outline-color: rgb(59 7 100 / 0.05);
}
.disabled\:outline-purple-950\/50:disabled {
  outline-color: rgb(59 7 100 / 0.5);
}
.disabled\:outline-purple-950\/55:disabled {
  outline-color: rgb(59 7 100 / 0.55);
}
.disabled\:outline-purple-950\/60:disabled {
  outline-color: rgb(59 7 100 / 0.6);
}
.disabled\:outline-purple-950\/65:disabled {
  outline-color: rgb(59 7 100 / 0.65);
}
.disabled\:outline-purple-950\/70:disabled {
  outline-color: rgb(59 7 100 / 0.7);
}
.disabled\:outline-purple-950\/75:disabled {
  outline-color: rgb(59 7 100 / 0.75);
}
.disabled\:outline-purple-950\/80:disabled {
  outline-color: rgb(59 7 100 / 0.8);
}
.disabled\:outline-purple-950\/85:disabled {
  outline-color: rgb(59 7 100 / 0.85);
}
.disabled\:outline-purple-950\/90:disabled {
  outline-color: rgb(59 7 100 / 0.9);
}
.disabled\:outline-purple-950\/95:disabled {
  outline-color: rgb(59 7 100 / 0.95);
}
.disabled\:outline-red-100:disabled {
  outline-color: #fee2e2;
}
.disabled\:outline-red-100\/0:disabled {
  outline-color: rgb(254 226 226 / 0);
}
.disabled\:outline-red-100\/10:disabled {
  outline-color: rgb(254 226 226 / 0.1);
}
.disabled\:outline-red-100\/100:disabled {
  outline-color: rgb(254 226 226 / 1);
}
.disabled\:outline-red-100\/15:disabled {
  outline-color: rgb(254 226 226 / 0.15);
}
.disabled\:outline-red-100\/20:disabled {
  outline-color: rgb(254 226 226 / 0.2);
}
.disabled\:outline-red-100\/25:disabled {
  outline-color: rgb(254 226 226 / 0.25);
}
.disabled\:outline-red-100\/30:disabled {
  outline-color: rgb(254 226 226 / 0.3);
}
.disabled\:outline-red-100\/35:disabled {
  outline-color: rgb(254 226 226 / 0.35);
}
.disabled\:outline-red-100\/40:disabled {
  outline-color: rgb(254 226 226 / 0.4);
}
.disabled\:outline-red-100\/45:disabled {
  outline-color: rgb(254 226 226 / 0.45);
}
.disabled\:outline-red-100\/5:disabled {
  outline-color: rgb(254 226 226 / 0.05);
}
.disabled\:outline-red-100\/50:disabled {
  outline-color: rgb(254 226 226 / 0.5);
}
.disabled\:outline-red-100\/55:disabled {
  outline-color: rgb(254 226 226 / 0.55);
}
.disabled\:outline-red-100\/60:disabled {
  outline-color: rgb(254 226 226 / 0.6);
}
.disabled\:outline-red-100\/65:disabled {
  outline-color: rgb(254 226 226 / 0.65);
}
.disabled\:outline-red-100\/70:disabled {
  outline-color: rgb(254 226 226 / 0.7);
}
.disabled\:outline-red-100\/75:disabled {
  outline-color: rgb(254 226 226 / 0.75);
}
.disabled\:outline-red-100\/80:disabled {
  outline-color: rgb(254 226 226 / 0.8);
}
.disabled\:outline-red-100\/85:disabled {
  outline-color: rgb(254 226 226 / 0.85);
}
.disabled\:outline-red-100\/90:disabled {
  outline-color: rgb(254 226 226 / 0.9);
}
.disabled\:outline-red-100\/95:disabled {
  outline-color: rgb(254 226 226 / 0.95);
}
.disabled\:outline-red-200:disabled {
  outline-color: #fecaca;
}
.disabled\:outline-red-200\/0:disabled {
  outline-color: rgb(254 202 202 / 0);
}
.disabled\:outline-red-200\/10:disabled {
  outline-color: rgb(254 202 202 / 0.1);
}
.disabled\:outline-red-200\/100:disabled {
  outline-color: rgb(254 202 202 / 1);
}
.disabled\:outline-red-200\/15:disabled {
  outline-color: rgb(254 202 202 / 0.15);
}
.disabled\:outline-red-200\/20:disabled {
  outline-color: rgb(254 202 202 / 0.2);
}
.disabled\:outline-red-200\/25:disabled {
  outline-color: rgb(254 202 202 / 0.25);
}
.disabled\:outline-red-200\/30:disabled {
  outline-color: rgb(254 202 202 / 0.3);
}
.disabled\:outline-red-200\/35:disabled {
  outline-color: rgb(254 202 202 / 0.35);
}
.disabled\:outline-red-200\/40:disabled {
  outline-color: rgb(254 202 202 / 0.4);
}
.disabled\:outline-red-200\/45:disabled {
  outline-color: rgb(254 202 202 / 0.45);
}
.disabled\:outline-red-200\/5:disabled {
  outline-color: rgb(254 202 202 / 0.05);
}
.disabled\:outline-red-200\/50:disabled {
  outline-color: rgb(254 202 202 / 0.5);
}
.disabled\:outline-red-200\/55:disabled {
  outline-color: rgb(254 202 202 / 0.55);
}
.disabled\:outline-red-200\/60:disabled {
  outline-color: rgb(254 202 202 / 0.6);
}
.disabled\:outline-red-200\/65:disabled {
  outline-color: rgb(254 202 202 / 0.65);
}
.disabled\:outline-red-200\/70:disabled {
  outline-color: rgb(254 202 202 / 0.7);
}
.disabled\:outline-red-200\/75:disabled {
  outline-color: rgb(254 202 202 / 0.75);
}
.disabled\:outline-red-200\/80:disabled {
  outline-color: rgb(254 202 202 / 0.8);
}
.disabled\:outline-red-200\/85:disabled {
  outline-color: rgb(254 202 202 / 0.85);
}
.disabled\:outline-red-200\/90:disabled {
  outline-color: rgb(254 202 202 / 0.9);
}
.disabled\:outline-red-200\/95:disabled {
  outline-color: rgb(254 202 202 / 0.95);
}
.disabled\:outline-red-300:disabled {
  outline-color: #fca5a5;
}
.disabled\:outline-red-300\/0:disabled {
  outline-color: rgb(252 165 165 / 0);
}
.disabled\:outline-red-300\/10:disabled {
  outline-color: rgb(252 165 165 / 0.1);
}
.disabled\:outline-red-300\/100:disabled {
  outline-color: rgb(252 165 165 / 1);
}
.disabled\:outline-red-300\/15:disabled {
  outline-color: rgb(252 165 165 / 0.15);
}
.disabled\:outline-red-300\/20:disabled {
  outline-color: rgb(252 165 165 / 0.2);
}
.disabled\:outline-red-300\/25:disabled {
  outline-color: rgb(252 165 165 / 0.25);
}
.disabled\:outline-red-300\/30:disabled {
  outline-color: rgb(252 165 165 / 0.3);
}
.disabled\:outline-red-300\/35:disabled {
  outline-color: rgb(252 165 165 / 0.35);
}
.disabled\:outline-red-300\/40:disabled {
  outline-color: rgb(252 165 165 / 0.4);
}
.disabled\:outline-red-300\/45:disabled {
  outline-color: rgb(252 165 165 / 0.45);
}
.disabled\:outline-red-300\/5:disabled {
  outline-color: rgb(252 165 165 / 0.05);
}
.disabled\:outline-red-300\/50:disabled {
  outline-color: rgb(252 165 165 / 0.5);
}
.disabled\:outline-red-300\/55:disabled {
  outline-color: rgb(252 165 165 / 0.55);
}
.disabled\:outline-red-300\/60:disabled {
  outline-color: rgb(252 165 165 / 0.6);
}
.disabled\:outline-red-300\/65:disabled {
  outline-color: rgb(252 165 165 / 0.65);
}
.disabled\:outline-red-300\/70:disabled {
  outline-color: rgb(252 165 165 / 0.7);
}
.disabled\:outline-red-300\/75:disabled {
  outline-color: rgb(252 165 165 / 0.75);
}
.disabled\:outline-red-300\/80:disabled {
  outline-color: rgb(252 165 165 / 0.8);
}
.disabled\:outline-red-300\/85:disabled {
  outline-color: rgb(252 165 165 / 0.85);
}
.disabled\:outline-red-300\/90:disabled {
  outline-color: rgb(252 165 165 / 0.9);
}
.disabled\:outline-red-300\/95:disabled {
  outline-color: rgb(252 165 165 / 0.95);
}
.disabled\:outline-red-400:disabled {
  outline-color: #f87171;
}
.disabled\:outline-red-400\/0:disabled {
  outline-color: rgb(248 113 113 / 0);
}
.disabled\:outline-red-400\/10:disabled {
  outline-color: rgb(248 113 113 / 0.1);
}
.disabled\:outline-red-400\/100:disabled {
  outline-color: rgb(248 113 113 / 1);
}
.disabled\:outline-red-400\/15:disabled {
  outline-color: rgb(248 113 113 / 0.15);
}
.disabled\:outline-red-400\/20:disabled {
  outline-color: rgb(248 113 113 / 0.2);
}
.disabled\:outline-red-400\/25:disabled {
  outline-color: rgb(248 113 113 / 0.25);
}
.disabled\:outline-red-400\/30:disabled {
  outline-color: rgb(248 113 113 / 0.3);
}
.disabled\:outline-red-400\/35:disabled {
  outline-color: rgb(248 113 113 / 0.35);
}
.disabled\:outline-red-400\/40:disabled {
  outline-color: rgb(248 113 113 / 0.4);
}
.disabled\:outline-red-400\/45:disabled {
  outline-color: rgb(248 113 113 / 0.45);
}
.disabled\:outline-red-400\/5:disabled {
  outline-color: rgb(248 113 113 / 0.05);
}
.disabled\:outline-red-400\/50:disabled {
  outline-color: rgb(248 113 113 / 0.5);
}
.disabled\:outline-red-400\/55:disabled {
  outline-color: rgb(248 113 113 / 0.55);
}
.disabled\:outline-red-400\/60:disabled {
  outline-color: rgb(248 113 113 / 0.6);
}
.disabled\:outline-red-400\/65:disabled {
  outline-color: rgb(248 113 113 / 0.65);
}
.disabled\:outline-red-400\/70:disabled {
  outline-color: rgb(248 113 113 / 0.7);
}
.disabled\:outline-red-400\/75:disabled {
  outline-color: rgb(248 113 113 / 0.75);
}
.disabled\:outline-red-400\/80:disabled {
  outline-color: rgb(248 113 113 / 0.8);
}
.disabled\:outline-red-400\/85:disabled {
  outline-color: rgb(248 113 113 / 0.85);
}
.disabled\:outline-red-400\/90:disabled {
  outline-color: rgb(248 113 113 / 0.9);
}
.disabled\:outline-red-400\/95:disabled {
  outline-color: rgb(248 113 113 / 0.95);
}
.disabled\:outline-red-50:disabled {
  outline-color: #fef2f2;
}
.disabled\:outline-red-50\/0:disabled {
  outline-color: rgb(254 242 242 / 0);
}
.disabled\:outline-red-50\/10:disabled {
  outline-color: rgb(254 242 242 / 0.1);
}
.disabled\:outline-red-50\/100:disabled {
  outline-color: rgb(254 242 242 / 1);
}
.disabled\:outline-red-50\/15:disabled {
  outline-color: rgb(254 242 242 / 0.15);
}
.disabled\:outline-red-50\/20:disabled {
  outline-color: rgb(254 242 242 / 0.2);
}
.disabled\:outline-red-50\/25:disabled {
  outline-color: rgb(254 242 242 / 0.25);
}
.disabled\:outline-red-50\/30:disabled {
  outline-color: rgb(254 242 242 / 0.3);
}
.disabled\:outline-red-50\/35:disabled {
  outline-color: rgb(254 242 242 / 0.35);
}
.disabled\:outline-red-50\/40:disabled {
  outline-color: rgb(254 242 242 / 0.4);
}
.disabled\:outline-red-50\/45:disabled {
  outline-color: rgb(254 242 242 / 0.45);
}
.disabled\:outline-red-50\/5:disabled {
  outline-color: rgb(254 242 242 / 0.05);
}
.disabled\:outline-red-50\/50:disabled {
  outline-color: rgb(254 242 242 / 0.5);
}
.disabled\:outline-red-50\/55:disabled {
  outline-color: rgb(254 242 242 / 0.55);
}
.disabled\:outline-red-50\/60:disabled {
  outline-color: rgb(254 242 242 / 0.6);
}
.disabled\:outline-red-50\/65:disabled {
  outline-color: rgb(254 242 242 / 0.65);
}
.disabled\:outline-red-50\/70:disabled {
  outline-color: rgb(254 242 242 / 0.7);
}
.disabled\:outline-red-50\/75:disabled {
  outline-color: rgb(254 242 242 / 0.75);
}
.disabled\:outline-red-50\/80:disabled {
  outline-color: rgb(254 242 242 / 0.8);
}
.disabled\:outline-red-50\/85:disabled {
  outline-color: rgb(254 242 242 / 0.85);
}
.disabled\:outline-red-50\/90:disabled {
  outline-color: rgb(254 242 242 / 0.9);
}
.disabled\:outline-red-50\/95:disabled {
  outline-color: rgb(254 242 242 / 0.95);
}
.disabled\:outline-red-500:disabled {
  outline-color: #ef4444;
}
.disabled\:outline-red-500\/0:disabled {
  outline-color: rgb(239 68 68 / 0);
}
.disabled\:outline-red-500\/10:disabled {
  outline-color: rgb(239 68 68 / 0.1);
}
.disabled\:outline-red-500\/100:disabled {
  outline-color: rgb(239 68 68 / 1);
}
.disabled\:outline-red-500\/15:disabled {
  outline-color: rgb(239 68 68 / 0.15);
}
.disabled\:outline-red-500\/20:disabled {
  outline-color: rgb(239 68 68 / 0.2);
}
.disabled\:outline-red-500\/25:disabled {
  outline-color: rgb(239 68 68 / 0.25);
}
.disabled\:outline-red-500\/30:disabled {
  outline-color: rgb(239 68 68 / 0.3);
}
.disabled\:outline-red-500\/35:disabled {
  outline-color: rgb(239 68 68 / 0.35);
}
.disabled\:outline-red-500\/40:disabled {
  outline-color: rgb(239 68 68 / 0.4);
}
.disabled\:outline-red-500\/45:disabled {
  outline-color: rgb(239 68 68 / 0.45);
}
.disabled\:outline-red-500\/5:disabled {
  outline-color: rgb(239 68 68 / 0.05);
}
.disabled\:outline-red-500\/50:disabled {
  outline-color: rgb(239 68 68 / 0.5);
}
.disabled\:outline-red-500\/55:disabled {
  outline-color: rgb(239 68 68 / 0.55);
}
.disabled\:outline-red-500\/60:disabled {
  outline-color: rgb(239 68 68 / 0.6);
}
.disabled\:outline-red-500\/65:disabled {
  outline-color: rgb(239 68 68 / 0.65);
}
.disabled\:outline-red-500\/70:disabled {
  outline-color: rgb(239 68 68 / 0.7);
}
.disabled\:outline-red-500\/75:disabled {
  outline-color: rgb(239 68 68 / 0.75);
}
.disabled\:outline-red-500\/80:disabled {
  outline-color: rgb(239 68 68 / 0.8);
}
.disabled\:outline-red-500\/85:disabled {
  outline-color: rgb(239 68 68 / 0.85);
}
.disabled\:outline-red-500\/90:disabled {
  outline-color: rgb(239 68 68 / 0.9);
}
.disabled\:outline-red-500\/95:disabled {
  outline-color: rgb(239 68 68 / 0.95);
}
.disabled\:outline-red-600:disabled {
  outline-color: #dc2626;
}
.disabled\:outline-red-600\/0:disabled {
  outline-color: rgb(220 38 38 / 0);
}
.disabled\:outline-red-600\/10:disabled {
  outline-color: rgb(220 38 38 / 0.1);
}
.disabled\:outline-red-600\/100:disabled {
  outline-color: rgb(220 38 38 / 1);
}
.disabled\:outline-red-600\/15:disabled {
  outline-color: rgb(220 38 38 / 0.15);
}
.disabled\:outline-red-600\/20:disabled {
  outline-color: rgb(220 38 38 / 0.2);
}
.disabled\:outline-red-600\/25:disabled {
  outline-color: rgb(220 38 38 / 0.25);
}
.disabled\:outline-red-600\/30:disabled {
  outline-color: rgb(220 38 38 / 0.3);
}
.disabled\:outline-red-600\/35:disabled {
  outline-color: rgb(220 38 38 / 0.35);
}
.disabled\:outline-red-600\/40:disabled {
  outline-color: rgb(220 38 38 / 0.4);
}
.disabled\:outline-red-600\/45:disabled {
  outline-color: rgb(220 38 38 / 0.45);
}
.disabled\:outline-red-600\/5:disabled {
  outline-color: rgb(220 38 38 / 0.05);
}
.disabled\:outline-red-600\/50:disabled {
  outline-color: rgb(220 38 38 / 0.5);
}
.disabled\:outline-red-600\/55:disabled {
  outline-color: rgb(220 38 38 / 0.55);
}
.disabled\:outline-red-600\/60:disabled {
  outline-color: rgb(220 38 38 / 0.6);
}
.disabled\:outline-red-600\/65:disabled {
  outline-color: rgb(220 38 38 / 0.65);
}
.disabled\:outline-red-600\/70:disabled {
  outline-color: rgb(220 38 38 / 0.7);
}
.disabled\:outline-red-600\/75:disabled {
  outline-color: rgb(220 38 38 / 0.75);
}
.disabled\:outline-red-600\/80:disabled {
  outline-color: rgb(220 38 38 / 0.8);
}
.disabled\:outline-red-600\/85:disabled {
  outline-color: rgb(220 38 38 / 0.85);
}
.disabled\:outline-red-600\/90:disabled {
  outline-color: rgb(220 38 38 / 0.9);
}
.disabled\:outline-red-600\/95:disabled {
  outline-color: rgb(220 38 38 / 0.95);
}
.disabled\:outline-red-700:disabled {
  outline-color: #b91c1c;
}
.disabled\:outline-red-700\/0:disabled {
  outline-color: rgb(185 28 28 / 0);
}
.disabled\:outline-red-700\/10:disabled {
  outline-color: rgb(185 28 28 / 0.1);
}
.disabled\:outline-red-700\/100:disabled {
  outline-color: rgb(185 28 28 / 1);
}
.disabled\:outline-red-700\/15:disabled {
  outline-color: rgb(185 28 28 / 0.15);
}
.disabled\:outline-red-700\/20:disabled {
  outline-color: rgb(185 28 28 / 0.2);
}
.disabled\:outline-red-700\/25:disabled {
  outline-color: rgb(185 28 28 / 0.25);
}
.disabled\:outline-red-700\/30:disabled {
  outline-color: rgb(185 28 28 / 0.3);
}
.disabled\:outline-red-700\/35:disabled {
  outline-color: rgb(185 28 28 / 0.35);
}
.disabled\:outline-red-700\/40:disabled {
  outline-color: rgb(185 28 28 / 0.4);
}
.disabled\:outline-red-700\/45:disabled {
  outline-color: rgb(185 28 28 / 0.45);
}
.disabled\:outline-red-700\/5:disabled {
  outline-color: rgb(185 28 28 / 0.05);
}
.disabled\:outline-red-700\/50:disabled {
  outline-color: rgb(185 28 28 / 0.5);
}
.disabled\:outline-red-700\/55:disabled {
  outline-color: rgb(185 28 28 / 0.55);
}
.disabled\:outline-red-700\/60:disabled {
  outline-color: rgb(185 28 28 / 0.6);
}
.disabled\:outline-red-700\/65:disabled {
  outline-color: rgb(185 28 28 / 0.65);
}
.disabled\:outline-red-700\/70:disabled {
  outline-color: rgb(185 28 28 / 0.7);
}
.disabled\:outline-red-700\/75:disabled {
  outline-color: rgb(185 28 28 / 0.75);
}
.disabled\:outline-red-700\/80:disabled {
  outline-color: rgb(185 28 28 / 0.8);
}
.disabled\:outline-red-700\/85:disabled {
  outline-color: rgb(185 28 28 / 0.85);
}
.disabled\:outline-red-700\/90:disabled {
  outline-color: rgb(185 28 28 / 0.9);
}
.disabled\:outline-red-700\/95:disabled {
  outline-color: rgb(185 28 28 / 0.95);
}
.disabled\:outline-red-800:disabled {
  outline-color: #991b1b;
}
.disabled\:outline-red-800\/0:disabled {
  outline-color: rgb(153 27 27 / 0);
}
.disabled\:outline-red-800\/10:disabled {
  outline-color: rgb(153 27 27 / 0.1);
}
.disabled\:outline-red-800\/100:disabled {
  outline-color: rgb(153 27 27 / 1);
}
.disabled\:outline-red-800\/15:disabled {
  outline-color: rgb(153 27 27 / 0.15);
}
.disabled\:outline-red-800\/20:disabled {
  outline-color: rgb(153 27 27 / 0.2);
}
.disabled\:outline-red-800\/25:disabled {
  outline-color: rgb(153 27 27 / 0.25);
}
.disabled\:outline-red-800\/30:disabled {
  outline-color: rgb(153 27 27 / 0.3);
}
.disabled\:outline-red-800\/35:disabled {
  outline-color: rgb(153 27 27 / 0.35);
}
.disabled\:outline-red-800\/40:disabled {
  outline-color: rgb(153 27 27 / 0.4);
}
.disabled\:outline-red-800\/45:disabled {
  outline-color: rgb(153 27 27 / 0.45);
}
.disabled\:outline-red-800\/5:disabled {
  outline-color: rgb(153 27 27 / 0.05);
}
.disabled\:outline-red-800\/50:disabled {
  outline-color: rgb(153 27 27 / 0.5);
}
.disabled\:outline-red-800\/55:disabled {
  outline-color: rgb(153 27 27 / 0.55);
}
.disabled\:outline-red-800\/60:disabled {
  outline-color: rgb(153 27 27 / 0.6);
}
.disabled\:outline-red-800\/65:disabled {
  outline-color: rgb(153 27 27 / 0.65);
}
.disabled\:outline-red-800\/70:disabled {
  outline-color: rgb(153 27 27 / 0.7);
}
.disabled\:outline-red-800\/75:disabled {
  outline-color: rgb(153 27 27 / 0.75);
}
.disabled\:outline-red-800\/80:disabled {
  outline-color: rgb(153 27 27 / 0.8);
}
.disabled\:outline-red-800\/85:disabled {
  outline-color: rgb(153 27 27 / 0.85);
}
.disabled\:outline-red-800\/90:disabled {
  outline-color: rgb(153 27 27 / 0.9);
}
.disabled\:outline-red-800\/95:disabled {
  outline-color: rgb(153 27 27 / 0.95);
}
.disabled\:outline-red-900:disabled {
  outline-color: #7f1d1d;
}
.disabled\:outline-red-900\/0:disabled {
  outline-color: rgb(127 29 29 / 0);
}
.disabled\:outline-red-900\/10:disabled {
  outline-color: rgb(127 29 29 / 0.1);
}
.disabled\:outline-red-900\/100:disabled {
  outline-color: rgb(127 29 29 / 1);
}
.disabled\:outline-red-900\/15:disabled {
  outline-color: rgb(127 29 29 / 0.15);
}
.disabled\:outline-red-900\/20:disabled {
  outline-color: rgb(127 29 29 / 0.2);
}
.disabled\:outline-red-900\/25:disabled {
  outline-color: rgb(127 29 29 / 0.25);
}
.disabled\:outline-red-900\/30:disabled {
  outline-color: rgb(127 29 29 / 0.3);
}
.disabled\:outline-red-900\/35:disabled {
  outline-color: rgb(127 29 29 / 0.35);
}
.disabled\:outline-red-900\/40:disabled {
  outline-color: rgb(127 29 29 / 0.4);
}
.disabled\:outline-red-900\/45:disabled {
  outline-color: rgb(127 29 29 / 0.45);
}
.disabled\:outline-red-900\/5:disabled {
  outline-color: rgb(127 29 29 / 0.05);
}
.disabled\:outline-red-900\/50:disabled {
  outline-color: rgb(127 29 29 / 0.5);
}
.disabled\:outline-red-900\/55:disabled {
  outline-color: rgb(127 29 29 / 0.55);
}
.disabled\:outline-red-900\/60:disabled {
  outline-color: rgb(127 29 29 / 0.6);
}
.disabled\:outline-red-900\/65:disabled {
  outline-color: rgb(127 29 29 / 0.65);
}
.disabled\:outline-red-900\/70:disabled {
  outline-color: rgb(127 29 29 / 0.7);
}
.disabled\:outline-red-900\/75:disabled {
  outline-color: rgb(127 29 29 / 0.75);
}
.disabled\:outline-red-900\/80:disabled {
  outline-color: rgb(127 29 29 / 0.8);
}
.disabled\:outline-red-900\/85:disabled {
  outline-color: rgb(127 29 29 / 0.85);
}
.disabled\:outline-red-900\/90:disabled {
  outline-color: rgb(127 29 29 / 0.9);
}
.disabled\:outline-red-900\/95:disabled {
  outline-color: rgb(127 29 29 / 0.95);
}
.disabled\:outline-red-950:disabled {
  outline-color: #450a0a;
}
.disabled\:outline-red-950\/0:disabled {
  outline-color: rgb(69 10 10 / 0);
}
.disabled\:outline-red-950\/10:disabled {
  outline-color: rgb(69 10 10 / 0.1);
}
.disabled\:outline-red-950\/100:disabled {
  outline-color: rgb(69 10 10 / 1);
}
.disabled\:outline-red-950\/15:disabled {
  outline-color: rgb(69 10 10 / 0.15);
}
.disabled\:outline-red-950\/20:disabled {
  outline-color: rgb(69 10 10 / 0.2);
}
.disabled\:outline-red-950\/25:disabled {
  outline-color: rgb(69 10 10 / 0.25);
}
.disabled\:outline-red-950\/30:disabled {
  outline-color: rgb(69 10 10 / 0.3);
}
.disabled\:outline-red-950\/35:disabled {
  outline-color: rgb(69 10 10 / 0.35);
}
.disabled\:outline-red-950\/40:disabled {
  outline-color: rgb(69 10 10 / 0.4);
}
.disabled\:outline-red-950\/45:disabled {
  outline-color: rgb(69 10 10 / 0.45);
}
.disabled\:outline-red-950\/5:disabled {
  outline-color: rgb(69 10 10 / 0.05);
}
.disabled\:outline-red-950\/50:disabled {
  outline-color: rgb(69 10 10 / 0.5);
}
.disabled\:outline-red-950\/55:disabled {
  outline-color: rgb(69 10 10 / 0.55);
}
.disabled\:outline-red-950\/60:disabled {
  outline-color: rgb(69 10 10 / 0.6);
}
.disabled\:outline-red-950\/65:disabled {
  outline-color: rgb(69 10 10 / 0.65);
}
.disabled\:outline-red-950\/70:disabled {
  outline-color: rgb(69 10 10 / 0.7);
}
.disabled\:outline-red-950\/75:disabled {
  outline-color: rgb(69 10 10 / 0.75);
}
.disabled\:outline-red-950\/80:disabled {
  outline-color: rgb(69 10 10 / 0.8);
}
.disabled\:outline-red-950\/85:disabled {
  outline-color: rgb(69 10 10 / 0.85);
}
.disabled\:outline-red-950\/90:disabled {
  outline-color: rgb(69 10 10 / 0.9);
}
.disabled\:outline-red-950\/95:disabled {
  outline-color: rgb(69 10 10 / 0.95);
}
.disabled\:outline-rose-100:disabled {
  outline-color: #ffe4e6;
}
.disabled\:outline-rose-100\/0:disabled {
  outline-color: rgb(255 228 230 / 0);
}
.disabled\:outline-rose-100\/10:disabled {
  outline-color: rgb(255 228 230 / 0.1);
}
.disabled\:outline-rose-100\/100:disabled {
  outline-color: rgb(255 228 230 / 1);
}
.disabled\:outline-rose-100\/15:disabled {
  outline-color: rgb(255 228 230 / 0.15);
}
.disabled\:outline-rose-100\/20:disabled {
  outline-color: rgb(255 228 230 / 0.2);
}
.disabled\:outline-rose-100\/25:disabled {
  outline-color: rgb(255 228 230 / 0.25);
}
.disabled\:outline-rose-100\/30:disabled {
  outline-color: rgb(255 228 230 / 0.3);
}
.disabled\:outline-rose-100\/35:disabled {
  outline-color: rgb(255 228 230 / 0.35);
}
.disabled\:outline-rose-100\/40:disabled {
  outline-color: rgb(255 228 230 / 0.4);
}
.disabled\:outline-rose-100\/45:disabled {
  outline-color: rgb(255 228 230 / 0.45);
}
.disabled\:outline-rose-100\/5:disabled {
  outline-color: rgb(255 228 230 / 0.05);
}
.disabled\:outline-rose-100\/50:disabled {
  outline-color: rgb(255 228 230 / 0.5);
}
.disabled\:outline-rose-100\/55:disabled {
  outline-color: rgb(255 228 230 / 0.55);
}
.disabled\:outline-rose-100\/60:disabled {
  outline-color: rgb(255 228 230 / 0.6);
}
.disabled\:outline-rose-100\/65:disabled {
  outline-color: rgb(255 228 230 / 0.65);
}
.disabled\:outline-rose-100\/70:disabled {
  outline-color: rgb(255 228 230 / 0.7);
}
.disabled\:outline-rose-100\/75:disabled {
  outline-color: rgb(255 228 230 / 0.75);
}
.disabled\:outline-rose-100\/80:disabled {
  outline-color: rgb(255 228 230 / 0.8);
}
.disabled\:outline-rose-100\/85:disabled {
  outline-color: rgb(255 228 230 / 0.85);
}
.disabled\:outline-rose-100\/90:disabled {
  outline-color: rgb(255 228 230 / 0.9);
}
.disabled\:outline-rose-100\/95:disabled {
  outline-color: rgb(255 228 230 / 0.95);
}
.disabled\:outline-rose-200:disabled {
  outline-color: #fecdd3;
}
.disabled\:outline-rose-200\/0:disabled {
  outline-color: rgb(254 205 211 / 0);
}
.disabled\:outline-rose-200\/10:disabled {
  outline-color: rgb(254 205 211 / 0.1);
}
.disabled\:outline-rose-200\/100:disabled {
  outline-color: rgb(254 205 211 / 1);
}
.disabled\:outline-rose-200\/15:disabled {
  outline-color: rgb(254 205 211 / 0.15);
}
.disabled\:outline-rose-200\/20:disabled {
  outline-color: rgb(254 205 211 / 0.2);
}
.disabled\:outline-rose-200\/25:disabled {
  outline-color: rgb(254 205 211 / 0.25);
}
.disabled\:outline-rose-200\/30:disabled {
  outline-color: rgb(254 205 211 / 0.3);
}
.disabled\:outline-rose-200\/35:disabled {
  outline-color: rgb(254 205 211 / 0.35);
}
.disabled\:outline-rose-200\/40:disabled {
  outline-color: rgb(254 205 211 / 0.4);
}
.disabled\:outline-rose-200\/45:disabled {
  outline-color: rgb(254 205 211 / 0.45);
}
.disabled\:outline-rose-200\/5:disabled {
  outline-color: rgb(254 205 211 / 0.05);
}
.disabled\:outline-rose-200\/50:disabled {
  outline-color: rgb(254 205 211 / 0.5);
}
.disabled\:outline-rose-200\/55:disabled {
  outline-color: rgb(254 205 211 / 0.55);
}
.disabled\:outline-rose-200\/60:disabled {
  outline-color: rgb(254 205 211 / 0.6);
}
.disabled\:outline-rose-200\/65:disabled {
  outline-color: rgb(254 205 211 / 0.65);
}
.disabled\:outline-rose-200\/70:disabled {
  outline-color: rgb(254 205 211 / 0.7);
}
.disabled\:outline-rose-200\/75:disabled {
  outline-color: rgb(254 205 211 / 0.75);
}
.disabled\:outline-rose-200\/80:disabled {
  outline-color: rgb(254 205 211 / 0.8);
}
.disabled\:outline-rose-200\/85:disabled {
  outline-color: rgb(254 205 211 / 0.85);
}
.disabled\:outline-rose-200\/90:disabled {
  outline-color: rgb(254 205 211 / 0.9);
}
.disabled\:outline-rose-200\/95:disabled {
  outline-color: rgb(254 205 211 / 0.95);
}
.disabled\:outline-rose-300:disabled {
  outline-color: #fda4af;
}
.disabled\:outline-rose-300\/0:disabled {
  outline-color: rgb(253 164 175 / 0);
}
.disabled\:outline-rose-300\/10:disabled {
  outline-color: rgb(253 164 175 / 0.1);
}
.disabled\:outline-rose-300\/100:disabled {
  outline-color: rgb(253 164 175 / 1);
}
.disabled\:outline-rose-300\/15:disabled {
  outline-color: rgb(253 164 175 / 0.15);
}
.disabled\:outline-rose-300\/20:disabled {
  outline-color: rgb(253 164 175 / 0.2);
}
.disabled\:outline-rose-300\/25:disabled {
  outline-color: rgb(253 164 175 / 0.25);
}
.disabled\:outline-rose-300\/30:disabled {
  outline-color: rgb(253 164 175 / 0.3);
}
.disabled\:outline-rose-300\/35:disabled {
  outline-color: rgb(253 164 175 / 0.35);
}
.disabled\:outline-rose-300\/40:disabled {
  outline-color: rgb(253 164 175 / 0.4);
}
.disabled\:outline-rose-300\/45:disabled {
  outline-color: rgb(253 164 175 / 0.45);
}
.disabled\:outline-rose-300\/5:disabled {
  outline-color: rgb(253 164 175 / 0.05);
}
.disabled\:outline-rose-300\/50:disabled {
  outline-color: rgb(253 164 175 / 0.5);
}
.disabled\:outline-rose-300\/55:disabled {
  outline-color: rgb(253 164 175 / 0.55);
}
.disabled\:outline-rose-300\/60:disabled {
  outline-color: rgb(253 164 175 / 0.6);
}
.disabled\:outline-rose-300\/65:disabled {
  outline-color: rgb(253 164 175 / 0.65);
}
.disabled\:outline-rose-300\/70:disabled {
  outline-color: rgb(253 164 175 / 0.7);
}
.disabled\:outline-rose-300\/75:disabled {
  outline-color: rgb(253 164 175 / 0.75);
}
.disabled\:outline-rose-300\/80:disabled {
  outline-color: rgb(253 164 175 / 0.8);
}
.disabled\:outline-rose-300\/85:disabled {
  outline-color: rgb(253 164 175 / 0.85);
}
.disabled\:outline-rose-300\/90:disabled {
  outline-color: rgb(253 164 175 / 0.9);
}
.disabled\:outline-rose-300\/95:disabled {
  outline-color: rgb(253 164 175 / 0.95);
}
.disabled\:outline-rose-400:disabled {
  outline-color: #fb7185;
}
.disabled\:outline-rose-400\/0:disabled {
  outline-color: rgb(251 113 133 / 0);
}
.disabled\:outline-rose-400\/10:disabled {
  outline-color: rgb(251 113 133 / 0.1);
}
.disabled\:outline-rose-400\/100:disabled {
  outline-color: rgb(251 113 133 / 1);
}
.disabled\:outline-rose-400\/15:disabled {
  outline-color: rgb(251 113 133 / 0.15);
}
.disabled\:outline-rose-400\/20:disabled {
  outline-color: rgb(251 113 133 / 0.2);
}
.disabled\:outline-rose-400\/25:disabled {
  outline-color: rgb(251 113 133 / 0.25);
}
.disabled\:outline-rose-400\/30:disabled {
  outline-color: rgb(251 113 133 / 0.3);
}
.disabled\:outline-rose-400\/35:disabled {
  outline-color: rgb(251 113 133 / 0.35);
}
.disabled\:outline-rose-400\/40:disabled {
  outline-color: rgb(251 113 133 / 0.4);
}
.disabled\:outline-rose-400\/45:disabled {
  outline-color: rgb(251 113 133 / 0.45);
}
.disabled\:outline-rose-400\/5:disabled {
  outline-color: rgb(251 113 133 / 0.05);
}
.disabled\:outline-rose-400\/50:disabled {
  outline-color: rgb(251 113 133 / 0.5);
}
.disabled\:outline-rose-400\/55:disabled {
  outline-color: rgb(251 113 133 / 0.55);
}
.disabled\:outline-rose-400\/60:disabled {
  outline-color: rgb(251 113 133 / 0.6);
}
.disabled\:outline-rose-400\/65:disabled {
  outline-color: rgb(251 113 133 / 0.65);
}
.disabled\:outline-rose-400\/70:disabled {
  outline-color: rgb(251 113 133 / 0.7);
}
.disabled\:outline-rose-400\/75:disabled {
  outline-color: rgb(251 113 133 / 0.75);
}
.disabled\:outline-rose-400\/80:disabled {
  outline-color: rgb(251 113 133 / 0.8);
}
.disabled\:outline-rose-400\/85:disabled {
  outline-color: rgb(251 113 133 / 0.85);
}
.disabled\:outline-rose-400\/90:disabled {
  outline-color: rgb(251 113 133 / 0.9);
}
.disabled\:outline-rose-400\/95:disabled {
  outline-color: rgb(251 113 133 / 0.95);
}
.disabled\:outline-rose-50:disabled {
  outline-color: #fff1f2;
}
.disabled\:outline-rose-50\/0:disabled {
  outline-color: rgb(255 241 242 / 0);
}
.disabled\:outline-rose-50\/10:disabled {
  outline-color: rgb(255 241 242 / 0.1);
}
.disabled\:outline-rose-50\/100:disabled {
  outline-color: rgb(255 241 242 / 1);
}
.disabled\:outline-rose-50\/15:disabled {
  outline-color: rgb(255 241 242 / 0.15);
}
.disabled\:outline-rose-50\/20:disabled {
  outline-color: rgb(255 241 242 / 0.2);
}
.disabled\:outline-rose-50\/25:disabled {
  outline-color: rgb(255 241 242 / 0.25);
}
.disabled\:outline-rose-50\/30:disabled {
  outline-color: rgb(255 241 242 / 0.3);
}
.disabled\:outline-rose-50\/35:disabled {
  outline-color: rgb(255 241 242 / 0.35);
}
.disabled\:outline-rose-50\/40:disabled {
  outline-color: rgb(255 241 242 / 0.4);
}
.disabled\:outline-rose-50\/45:disabled {
  outline-color: rgb(255 241 242 / 0.45);
}
.disabled\:outline-rose-50\/5:disabled {
  outline-color: rgb(255 241 242 / 0.05);
}
.disabled\:outline-rose-50\/50:disabled {
  outline-color: rgb(255 241 242 / 0.5);
}
.disabled\:outline-rose-50\/55:disabled {
  outline-color: rgb(255 241 242 / 0.55);
}
.disabled\:outline-rose-50\/60:disabled {
  outline-color: rgb(255 241 242 / 0.6);
}
.disabled\:outline-rose-50\/65:disabled {
  outline-color: rgb(255 241 242 / 0.65);
}
.disabled\:outline-rose-50\/70:disabled {
  outline-color: rgb(255 241 242 / 0.7);
}
.disabled\:outline-rose-50\/75:disabled {
  outline-color: rgb(255 241 242 / 0.75);
}
.disabled\:outline-rose-50\/80:disabled {
  outline-color: rgb(255 241 242 / 0.8);
}
.disabled\:outline-rose-50\/85:disabled {
  outline-color: rgb(255 241 242 / 0.85);
}
.disabled\:outline-rose-50\/90:disabled {
  outline-color: rgb(255 241 242 / 0.9);
}
.disabled\:outline-rose-50\/95:disabled {
  outline-color: rgb(255 241 242 / 0.95);
}
.disabled\:outline-rose-500:disabled {
  outline-color: #f43f5e;
}
.disabled\:outline-rose-500\/0:disabled {
  outline-color: rgb(244 63 94 / 0);
}
.disabled\:outline-rose-500\/10:disabled {
  outline-color: rgb(244 63 94 / 0.1);
}
.disabled\:outline-rose-500\/100:disabled {
  outline-color: rgb(244 63 94 / 1);
}
.disabled\:outline-rose-500\/15:disabled {
  outline-color: rgb(244 63 94 / 0.15);
}
.disabled\:outline-rose-500\/20:disabled {
  outline-color: rgb(244 63 94 / 0.2);
}
.disabled\:outline-rose-500\/25:disabled {
  outline-color: rgb(244 63 94 / 0.25);
}
.disabled\:outline-rose-500\/30:disabled {
  outline-color: rgb(244 63 94 / 0.3);
}
.disabled\:outline-rose-500\/35:disabled {
  outline-color: rgb(244 63 94 / 0.35);
}
.disabled\:outline-rose-500\/40:disabled {
  outline-color: rgb(244 63 94 / 0.4);
}
.disabled\:outline-rose-500\/45:disabled {
  outline-color: rgb(244 63 94 / 0.45);
}
.disabled\:outline-rose-500\/5:disabled {
  outline-color: rgb(244 63 94 / 0.05);
}
.disabled\:outline-rose-500\/50:disabled {
  outline-color: rgb(244 63 94 / 0.5);
}
.disabled\:outline-rose-500\/55:disabled {
  outline-color: rgb(244 63 94 / 0.55);
}
.disabled\:outline-rose-500\/60:disabled {
  outline-color: rgb(244 63 94 / 0.6);
}
.disabled\:outline-rose-500\/65:disabled {
  outline-color: rgb(244 63 94 / 0.65);
}
.disabled\:outline-rose-500\/70:disabled {
  outline-color: rgb(244 63 94 / 0.7);
}
.disabled\:outline-rose-500\/75:disabled {
  outline-color: rgb(244 63 94 / 0.75);
}
.disabled\:outline-rose-500\/80:disabled {
  outline-color: rgb(244 63 94 / 0.8);
}
.disabled\:outline-rose-500\/85:disabled {
  outline-color: rgb(244 63 94 / 0.85);
}
.disabled\:outline-rose-500\/90:disabled {
  outline-color: rgb(244 63 94 / 0.9);
}
.disabled\:outline-rose-500\/95:disabled {
  outline-color: rgb(244 63 94 / 0.95);
}
.disabled\:outline-rose-600:disabled {
  outline-color: #e11d48;
}
.disabled\:outline-rose-600\/0:disabled {
  outline-color: rgb(225 29 72 / 0);
}
.disabled\:outline-rose-600\/10:disabled {
  outline-color: rgb(225 29 72 / 0.1);
}
.disabled\:outline-rose-600\/100:disabled {
  outline-color: rgb(225 29 72 / 1);
}
.disabled\:outline-rose-600\/15:disabled {
  outline-color: rgb(225 29 72 / 0.15);
}
.disabled\:outline-rose-600\/20:disabled {
  outline-color: rgb(225 29 72 / 0.2);
}
.disabled\:outline-rose-600\/25:disabled {
  outline-color: rgb(225 29 72 / 0.25);
}
.disabled\:outline-rose-600\/30:disabled {
  outline-color: rgb(225 29 72 / 0.3);
}
.disabled\:outline-rose-600\/35:disabled {
  outline-color: rgb(225 29 72 / 0.35);
}
.disabled\:outline-rose-600\/40:disabled {
  outline-color: rgb(225 29 72 / 0.4);
}
.disabled\:outline-rose-600\/45:disabled {
  outline-color: rgb(225 29 72 / 0.45);
}
.disabled\:outline-rose-600\/5:disabled {
  outline-color: rgb(225 29 72 / 0.05);
}
.disabled\:outline-rose-600\/50:disabled {
  outline-color: rgb(225 29 72 / 0.5);
}
.disabled\:outline-rose-600\/55:disabled {
  outline-color: rgb(225 29 72 / 0.55);
}
.disabled\:outline-rose-600\/60:disabled {
  outline-color: rgb(225 29 72 / 0.6);
}
.disabled\:outline-rose-600\/65:disabled {
  outline-color: rgb(225 29 72 / 0.65);
}
.disabled\:outline-rose-600\/70:disabled {
  outline-color: rgb(225 29 72 / 0.7);
}
.disabled\:outline-rose-600\/75:disabled {
  outline-color: rgb(225 29 72 / 0.75);
}
.disabled\:outline-rose-600\/80:disabled {
  outline-color: rgb(225 29 72 / 0.8);
}
.disabled\:outline-rose-600\/85:disabled {
  outline-color: rgb(225 29 72 / 0.85);
}
.disabled\:outline-rose-600\/90:disabled {
  outline-color: rgb(225 29 72 / 0.9);
}
.disabled\:outline-rose-600\/95:disabled {
  outline-color: rgb(225 29 72 / 0.95);
}
.disabled\:outline-rose-700:disabled {
  outline-color: #be123c;
}
.disabled\:outline-rose-700\/0:disabled {
  outline-color: rgb(190 18 60 / 0);
}
.disabled\:outline-rose-700\/10:disabled {
  outline-color: rgb(190 18 60 / 0.1);
}
.disabled\:outline-rose-700\/100:disabled {
  outline-color: rgb(190 18 60 / 1);
}
.disabled\:outline-rose-700\/15:disabled {
  outline-color: rgb(190 18 60 / 0.15);
}
.disabled\:outline-rose-700\/20:disabled {
  outline-color: rgb(190 18 60 / 0.2);
}
.disabled\:outline-rose-700\/25:disabled {
  outline-color: rgb(190 18 60 / 0.25);
}
.disabled\:outline-rose-700\/30:disabled {
  outline-color: rgb(190 18 60 / 0.3);
}
.disabled\:outline-rose-700\/35:disabled {
  outline-color: rgb(190 18 60 / 0.35);
}
.disabled\:outline-rose-700\/40:disabled {
  outline-color: rgb(190 18 60 / 0.4);
}
.disabled\:outline-rose-700\/45:disabled {
  outline-color: rgb(190 18 60 / 0.45);
}
.disabled\:outline-rose-700\/5:disabled {
  outline-color: rgb(190 18 60 / 0.05);
}
.disabled\:outline-rose-700\/50:disabled {
  outline-color: rgb(190 18 60 / 0.5);
}
.disabled\:outline-rose-700\/55:disabled {
  outline-color: rgb(190 18 60 / 0.55);
}
.disabled\:outline-rose-700\/60:disabled {
  outline-color: rgb(190 18 60 / 0.6);
}
.disabled\:outline-rose-700\/65:disabled {
  outline-color: rgb(190 18 60 / 0.65);
}
.disabled\:outline-rose-700\/70:disabled {
  outline-color: rgb(190 18 60 / 0.7);
}
.disabled\:outline-rose-700\/75:disabled {
  outline-color: rgb(190 18 60 / 0.75);
}
.disabled\:outline-rose-700\/80:disabled {
  outline-color: rgb(190 18 60 / 0.8);
}
.disabled\:outline-rose-700\/85:disabled {
  outline-color: rgb(190 18 60 / 0.85);
}
.disabled\:outline-rose-700\/90:disabled {
  outline-color: rgb(190 18 60 / 0.9);
}
.disabled\:outline-rose-700\/95:disabled {
  outline-color: rgb(190 18 60 / 0.95);
}
.disabled\:outline-rose-800:disabled {
  outline-color: #9f1239;
}
.disabled\:outline-rose-800\/0:disabled {
  outline-color: rgb(159 18 57 / 0);
}
.disabled\:outline-rose-800\/10:disabled {
  outline-color: rgb(159 18 57 / 0.1);
}
.disabled\:outline-rose-800\/100:disabled {
  outline-color: rgb(159 18 57 / 1);
}
.disabled\:outline-rose-800\/15:disabled {
  outline-color: rgb(159 18 57 / 0.15);
}
.disabled\:outline-rose-800\/20:disabled {
  outline-color: rgb(159 18 57 / 0.2);
}
.disabled\:outline-rose-800\/25:disabled {
  outline-color: rgb(159 18 57 / 0.25);
}
.disabled\:outline-rose-800\/30:disabled {
  outline-color: rgb(159 18 57 / 0.3);
}
.disabled\:outline-rose-800\/35:disabled {
  outline-color: rgb(159 18 57 / 0.35);
}
.disabled\:outline-rose-800\/40:disabled {
  outline-color: rgb(159 18 57 / 0.4);
}
.disabled\:outline-rose-800\/45:disabled {
  outline-color: rgb(159 18 57 / 0.45);
}
.disabled\:outline-rose-800\/5:disabled {
  outline-color: rgb(159 18 57 / 0.05);
}
.disabled\:outline-rose-800\/50:disabled {
  outline-color: rgb(159 18 57 / 0.5);
}
.disabled\:outline-rose-800\/55:disabled {
  outline-color: rgb(159 18 57 / 0.55);
}
.disabled\:outline-rose-800\/60:disabled {
  outline-color: rgb(159 18 57 / 0.6);
}
.disabled\:outline-rose-800\/65:disabled {
  outline-color: rgb(159 18 57 / 0.65);
}
.disabled\:outline-rose-800\/70:disabled {
  outline-color: rgb(159 18 57 / 0.7);
}
.disabled\:outline-rose-800\/75:disabled {
  outline-color: rgb(159 18 57 / 0.75);
}
.disabled\:outline-rose-800\/80:disabled {
  outline-color: rgb(159 18 57 / 0.8);
}
.disabled\:outline-rose-800\/85:disabled {
  outline-color: rgb(159 18 57 / 0.85);
}
.disabled\:outline-rose-800\/90:disabled {
  outline-color: rgb(159 18 57 / 0.9);
}
.disabled\:outline-rose-800\/95:disabled {
  outline-color: rgb(159 18 57 / 0.95);
}
.disabled\:outline-rose-900:disabled {
  outline-color: #881337;
}
.disabled\:outline-rose-900\/0:disabled {
  outline-color: rgb(136 19 55 / 0);
}
.disabled\:outline-rose-900\/10:disabled {
  outline-color: rgb(136 19 55 / 0.1);
}
.disabled\:outline-rose-900\/100:disabled {
  outline-color: rgb(136 19 55 / 1);
}
.disabled\:outline-rose-900\/15:disabled {
  outline-color: rgb(136 19 55 / 0.15);
}
.disabled\:outline-rose-900\/20:disabled {
  outline-color: rgb(136 19 55 / 0.2);
}
.disabled\:outline-rose-900\/25:disabled {
  outline-color: rgb(136 19 55 / 0.25);
}
.disabled\:outline-rose-900\/30:disabled {
  outline-color: rgb(136 19 55 / 0.3);
}
.disabled\:outline-rose-900\/35:disabled {
  outline-color: rgb(136 19 55 / 0.35);
}
.disabled\:outline-rose-900\/40:disabled {
  outline-color: rgb(136 19 55 / 0.4);
}
.disabled\:outline-rose-900\/45:disabled {
  outline-color: rgb(136 19 55 / 0.45);
}
.disabled\:outline-rose-900\/5:disabled {
  outline-color: rgb(136 19 55 / 0.05);
}
.disabled\:outline-rose-900\/50:disabled {
  outline-color: rgb(136 19 55 / 0.5);
}
.disabled\:outline-rose-900\/55:disabled {
  outline-color: rgb(136 19 55 / 0.55);
}
.disabled\:outline-rose-900\/60:disabled {
  outline-color: rgb(136 19 55 / 0.6);
}
.disabled\:outline-rose-900\/65:disabled {
  outline-color: rgb(136 19 55 / 0.65);
}
.disabled\:outline-rose-900\/70:disabled {
  outline-color: rgb(136 19 55 / 0.7);
}
.disabled\:outline-rose-900\/75:disabled {
  outline-color: rgb(136 19 55 / 0.75);
}
.disabled\:outline-rose-900\/80:disabled {
  outline-color: rgb(136 19 55 / 0.8);
}
.disabled\:outline-rose-900\/85:disabled {
  outline-color: rgb(136 19 55 / 0.85);
}
.disabled\:outline-rose-900\/90:disabled {
  outline-color: rgb(136 19 55 / 0.9);
}
.disabled\:outline-rose-900\/95:disabled {
  outline-color: rgb(136 19 55 / 0.95);
}
.disabled\:outline-rose-950:disabled {
  outline-color: #4c0519;
}
.disabled\:outline-rose-950\/0:disabled {
  outline-color: rgb(76 5 25 / 0);
}
.disabled\:outline-rose-950\/10:disabled {
  outline-color: rgb(76 5 25 / 0.1);
}
.disabled\:outline-rose-950\/100:disabled {
  outline-color: rgb(76 5 25 / 1);
}
.disabled\:outline-rose-950\/15:disabled {
  outline-color: rgb(76 5 25 / 0.15);
}
.disabled\:outline-rose-950\/20:disabled {
  outline-color: rgb(76 5 25 / 0.2);
}
.disabled\:outline-rose-950\/25:disabled {
  outline-color: rgb(76 5 25 / 0.25);
}
.disabled\:outline-rose-950\/30:disabled {
  outline-color: rgb(76 5 25 / 0.3);
}
.disabled\:outline-rose-950\/35:disabled {
  outline-color: rgb(76 5 25 / 0.35);
}
.disabled\:outline-rose-950\/40:disabled {
  outline-color: rgb(76 5 25 / 0.4);
}
.disabled\:outline-rose-950\/45:disabled {
  outline-color: rgb(76 5 25 / 0.45);
}
.disabled\:outline-rose-950\/5:disabled {
  outline-color: rgb(76 5 25 / 0.05);
}
.disabled\:outline-rose-950\/50:disabled {
  outline-color: rgb(76 5 25 / 0.5);
}
.disabled\:outline-rose-950\/55:disabled {
  outline-color: rgb(76 5 25 / 0.55);
}
.disabled\:outline-rose-950\/60:disabled {
  outline-color: rgb(76 5 25 / 0.6);
}
.disabled\:outline-rose-950\/65:disabled {
  outline-color: rgb(76 5 25 / 0.65);
}
.disabled\:outline-rose-950\/70:disabled {
  outline-color: rgb(76 5 25 / 0.7);
}
.disabled\:outline-rose-950\/75:disabled {
  outline-color: rgb(76 5 25 / 0.75);
}
.disabled\:outline-rose-950\/80:disabled {
  outline-color: rgb(76 5 25 / 0.8);
}
.disabled\:outline-rose-950\/85:disabled {
  outline-color: rgb(76 5 25 / 0.85);
}
.disabled\:outline-rose-950\/90:disabled {
  outline-color: rgb(76 5 25 / 0.9);
}
.disabled\:outline-rose-950\/95:disabled {
  outline-color: rgb(76 5 25 / 0.95);
}
.disabled\:outline-sky-100:disabled {
  outline-color: #e0f2fe;
}
.disabled\:outline-sky-100\/0:disabled {
  outline-color: rgb(224 242 254 / 0);
}
.disabled\:outline-sky-100\/10:disabled {
  outline-color: rgb(224 242 254 / 0.1);
}
.disabled\:outline-sky-100\/100:disabled {
  outline-color: rgb(224 242 254 / 1);
}
.disabled\:outline-sky-100\/15:disabled {
  outline-color: rgb(224 242 254 / 0.15);
}
.disabled\:outline-sky-100\/20:disabled {
  outline-color: rgb(224 242 254 / 0.2);
}
.disabled\:outline-sky-100\/25:disabled {
  outline-color: rgb(224 242 254 / 0.25);
}
.disabled\:outline-sky-100\/30:disabled {
  outline-color: rgb(224 242 254 / 0.3);
}
.disabled\:outline-sky-100\/35:disabled {
  outline-color: rgb(224 242 254 / 0.35);
}
.disabled\:outline-sky-100\/40:disabled {
  outline-color: rgb(224 242 254 / 0.4);
}
.disabled\:outline-sky-100\/45:disabled {
  outline-color: rgb(224 242 254 / 0.45);
}
.disabled\:outline-sky-100\/5:disabled {
  outline-color: rgb(224 242 254 / 0.05);
}
.disabled\:outline-sky-100\/50:disabled {
  outline-color: rgb(224 242 254 / 0.5);
}
.disabled\:outline-sky-100\/55:disabled {
  outline-color: rgb(224 242 254 / 0.55);
}
.disabled\:outline-sky-100\/60:disabled {
  outline-color: rgb(224 242 254 / 0.6);
}
.disabled\:outline-sky-100\/65:disabled {
  outline-color: rgb(224 242 254 / 0.65);
}
.disabled\:outline-sky-100\/70:disabled {
  outline-color: rgb(224 242 254 / 0.7);
}
.disabled\:outline-sky-100\/75:disabled {
  outline-color: rgb(224 242 254 / 0.75);
}
.disabled\:outline-sky-100\/80:disabled {
  outline-color: rgb(224 242 254 / 0.8);
}
.disabled\:outline-sky-100\/85:disabled {
  outline-color: rgb(224 242 254 / 0.85);
}
.disabled\:outline-sky-100\/90:disabled {
  outline-color: rgb(224 242 254 / 0.9);
}
.disabled\:outline-sky-100\/95:disabled {
  outline-color: rgb(224 242 254 / 0.95);
}
.disabled\:outline-sky-200:disabled {
  outline-color: #bae6fd;
}
.disabled\:outline-sky-200\/0:disabled {
  outline-color: rgb(186 230 253 / 0);
}
.disabled\:outline-sky-200\/10:disabled {
  outline-color: rgb(186 230 253 / 0.1);
}
.disabled\:outline-sky-200\/100:disabled {
  outline-color: rgb(186 230 253 / 1);
}
.disabled\:outline-sky-200\/15:disabled {
  outline-color: rgb(186 230 253 / 0.15);
}
.disabled\:outline-sky-200\/20:disabled {
  outline-color: rgb(186 230 253 / 0.2);
}
.disabled\:outline-sky-200\/25:disabled {
  outline-color: rgb(186 230 253 / 0.25);
}
.disabled\:outline-sky-200\/30:disabled {
  outline-color: rgb(186 230 253 / 0.3);
}
.disabled\:outline-sky-200\/35:disabled {
  outline-color: rgb(186 230 253 / 0.35);
}
.disabled\:outline-sky-200\/40:disabled {
  outline-color: rgb(186 230 253 / 0.4);
}
.disabled\:outline-sky-200\/45:disabled {
  outline-color: rgb(186 230 253 / 0.45);
}
.disabled\:outline-sky-200\/5:disabled {
  outline-color: rgb(186 230 253 / 0.05);
}
.disabled\:outline-sky-200\/50:disabled {
  outline-color: rgb(186 230 253 / 0.5);
}
.disabled\:outline-sky-200\/55:disabled {
  outline-color: rgb(186 230 253 / 0.55);
}
.disabled\:outline-sky-200\/60:disabled {
  outline-color: rgb(186 230 253 / 0.6);
}
.disabled\:outline-sky-200\/65:disabled {
  outline-color: rgb(186 230 253 / 0.65);
}
.disabled\:outline-sky-200\/70:disabled {
  outline-color: rgb(186 230 253 / 0.7);
}
.disabled\:outline-sky-200\/75:disabled {
  outline-color: rgb(186 230 253 / 0.75);
}
.disabled\:outline-sky-200\/80:disabled {
  outline-color: rgb(186 230 253 / 0.8);
}
.disabled\:outline-sky-200\/85:disabled {
  outline-color: rgb(186 230 253 / 0.85);
}
.disabled\:outline-sky-200\/90:disabled {
  outline-color: rgb(186 230 253 / 0.9);
}
.disabled\:outline-sky-200\/95:disabled {
  outline-color: rgb(186 230 253 / 0.95);
}
.disabled\:outline-sky-300:disabled {
  outline-color: #7dd3fc;
}
.disabled\:outline-sky-300\/0:disabled {
  outline-color: rgb(125 211 252 / 0);
}
.disabled\:outline-sky-300\/10:disabled {
  outline-color: rgb(125 211 252 / 0.1);
}
.disabled\:outline-sky-300\/100:disabled {
  outline-color: rgb(125 211 252 / 1);
}
.disabled\:outline-sky-300\/15:disabled {
  outline-color: rgb(125 211 252 / 0.15);
}
.disabled\:outline-sky-300\/20:disabled {
  outline-color: rgb(125 211 252 / 0.2);
}
.disabled\:outline-sky-300\/25:disabled {
  outline-color: rgb(125 211 252 / 0.25);
}
.disabled\:outline-sky-300\/30:disabled {
  outline-color: rgb(125 211 252 / 0.3);
}
.disabled\:outline-sky-300\/35:disabled {
  outline-color: rgb(125 211 252 / 0.35);
}
.disabled\:outline-sky-300\/40:disabled {
  outline-color: rgb(125 211 252 / 0.4);
}
.disabled\:outline-sky-300\/45:disabled {
  outline-color: rgb(125 211 252 / 0.45);
}
.disabled\:outline-sky-300\/5:disabled {
  outline-color: rgb(125 211 252 / 0.05);
}
.disabled\:outline-sky-300\/50:disabled {
  outline-color: rgb(125 211 252 / 0.5);
}
.disabled\:outline-sky-300\/55:disabled {
  outline-color: rgb(125 211 252 / 0.55);
}
.disabled\:outline-sky-300\/60:disabled {
  outline-color: rgb(125 211 252 / 0.6);
}
.disabled\:outline-sky-300\/65:disabled {
  outline-color: rgb(125 211 252 / 0.65);
}
.disabled\:outline-sky-300\/70:disabled {
  outline-color: rgb(125 211 252 / 0.7);
}
.disabled\:outline-sky-300\/75:disabled {
  outline-color: rgb(125 211 252 / 0.75);
}
.disabled\:outline-sky-300\/80:disabled {
  outline-color: rgb(125 211 252 / 0.8);
}
.disabled\:outline-sky-300\/85:disabled {
  outline-color: rgb(125 211 252 / 0.85);
}
.disabled\:outline-sky-300\/90:disabled {
  outline-color: rgb(125 211 252 / 0.9);
}
.disabled\:outline-sky-300\/95:disabled {
  outline-color: rgb(125 211 252 / 0.95);
}
.disabled\:outline-sky-400:disabled {
  outline-color: #38bdf8;
}
.disabled\:outline-sky-400\/0:disabled {
  outline-color: rgb(56 189 248 / 0);
}
.disabled\:outline-sky-400\/10:disabled {
  outline-color: rgb(56 189 248 / 0.1);
}
.disabled\:outline-sky-400\/100:disabled {
  outline-color: rgb(56 189 248 / 1);
}
.disabled\:outline-sky-400\/15:disabled {
  outline-color: rgb(56 189 248 / 0.15);
}
.disabled\:outline-sky-400\/20:disabled {
  outline-color: rgb(56 189 248 / 0.2);
}
.disabled\:outline-sky-400\/25:disabled {
  outline-color: rgb(56 189 248 / 0.25);
}
.disabled\:outline-sky-400\/30:disabled {
  outline-color: rgb(56 189 248 / 0.3);
}
.disabled\:outline-sky-400\/35:disabled {
  outline-color: rgb(56 189 248 / 0.35);
}
.disabled\:outline-sky-400\/40:disabled {
  outline-color: rgb(56 189 248 / 0.4);
}
.disabled\:outline-sky-400\/45:disabled {
  outline-color: rgb(56 189 248 / 0.45);
}
.disabled\:outline-sky-400\/5:disabled {
  outline-color: rgb(56 189 248 / 0.05);
}
.disabled\:outline-sky-400\/50:disabled {
  outline-color: rgb(56 189 248 / 0.5);
}
.disabled\:outline-sky-400\/55:disabled {
  outline-color: rgb(56 189 248 / 0.55);
}
.disabled\:outline-sky-400\/60:disabled {
  outline-color: rgb(56 189 248 / 0.6);
}
.disabled\:outline-sky-400\/65:disabled {
  outline-color: rgb(56 189 248 / 0.65);
}
.disabled\:outline-sky-400\/70:disabled {
  outline-color: rgb(56 189 248 / 0.7);
}
.disabled\:outline-sky-400\/75:disabled {
  outline-color: rgb(56 189 248 / 0.75);
}
.disabled\:outline-sky-400\/80:disabled {
  outline-color: rgb(56 189 248 / 0.8);
}
.disabled\:outline-sky-400\/85:disabled {
  outline-color: rgb(56 189 248 / 0.85);
}
.disabled\:outline-sky-400\/90:disabled {
  outline-color: rgb(56 189 248 / 0.9);
}
.disabled\:outline-sky-400\/95:disabled {
  outline-color: rgb(56 189 248 / 0.95);
}
.disabled\:outline-sky-50:disabled {
  outline-color: #f0f9ff;
}
.disabled\:outline-sky-50\/0:disabled {
  outline-color: rgb(240 249 255 / 0);
}
.disabled\:outline-sky-50\/10:disabled {
  outline-color: rgb(240 249 255 / 0.1);
}
.disabled\:outline-sky-50\/100:disabled {
  outline-color: rgb(240 249 255 / 1);
}
.disabled\:outline-sky-50\/15:disabled {
  outline-color: rgb(240 249 255 / 0.15);
}
.disabled\:outline-sky-50\/20:disabled {
  outline-color: rgb(240 249 255 / 0.2);
}
.disabled\:outline-sky-50\/25:disabled {
  outline-color: rgb(240 249 255 / 0.25);
}
.disabled\:outline-sky-50\/30:disabled {
  outline-color: rgb(240 249 255 / 0.3);
}
.disabled\:outline-sky-50\/35:disabled {
  outline-color: rgb(240 249 255 / 0.35);
}
.disabled\:outline-sky-50\/40:disabled {
  outline-color: rgb(240 249 255 / 0.4);
}
.disabled\:outline-sky-50\/45:disabled {
  outline-color: rgb(240 249 255 / 0.45);
}
.disabled\:outline-sky-50\/5:disabled {
  outline-color: rgb(240 249 255 / 0.05);
}
.disabled\:outline-sky-50\/50:disabled {
  outline-color: rgb(240 249 255 / 0.5);
}
.disabled\:outline-sky-50\/55:disabled {
  outline-color: rgb(240 249 255 / 0.55);
}
.disabled\:outline-sky-50\/60:disabled {
  outline-color: rgb(240 249 255 / 0.6);
}
.disabled\:outline-sky-50\/65:disabled {
  outline-color: rgb(240 249 255 / 0.65);
}
.disabled\:outline-sky-50\/70:disabled {
  outline-color: rgb(240 249 255 / 0.7);
}
.disabled\:outline-sky-50\/75:disabled {
  outline-color: rgb(240 249 255 / 0.75);
}
.disabled\:outline-sky-50\/80:disabled {
  outline-color: rgb(240 249 255 / 0.8);
}
.disabled\:outline-sky-50\/85:disabled {
  outline-color: rgb(240 249 255 / 0.85);
}
.disabled\:outline-sky-50\/90:disabled {
  outline-color: rgb(240 249 255 / 0.9);
}
.disabled\:outline-sky-50\/95:disabled {
  outline-color: rgb(240 249 255 / 0.95);
}
.disabled\:outline-sky-500:disabled {
  outline-color: #0ea5e9;
}
.disabled\:outline-sky-500\/0:disabled {
  outline-color: rgb(14 165 233 / 0);
}
.disabled\:outline-sky-500\/10:disabled {
  outline-color: rgb(14 165 233 / 0.1);
}
.disabled\:outline-sky-500\/100:disabled {
  outline-color: rgb(14 165 233 / 1);
}
.disabled\:outline-sky-500\/15:disabled {
  outline-color: rgb(14 165 233 / 0.15);
}
.disabled\:outline-sky-500\/20:disabled {
  outline-color: rgb(14 165 233 / 0.2);
}
.disabled\:outline-sky-500\/25:disabled {
  outline-color: rgb(14 165 233 / 0.25);
}
.disabled\:outline-sky-500\/30:disabled {
  outline-color: rgb(14 165 233 / 0.3);
}
.disabled\:outline-sky-500\/35:disabled {
  outline-color: rgb(14 165 233 / 0.35);
}
.disabled\:outline-sky-500\/40:disabled {
  outline-color: rgb(14 165 233 / 0.4);
}
.disabled\:outline-sky-500\/45:disabled {
  outline-color: rgb(14 165 233 / 0.45);
}
.disabled\:outline-sky-500\/5:disabled {
  outline-color: rgb(14 165 233 / 0.05);
}
.disabled\:outline-sky-500\/50:disabled {
  outline-color: rgb(14 165 233 / 0.5);
}
.disabled\:outline-sky-500\/55:disabled {
  outline-color: rgb(14 165 233 / 0.55);
}
.disabled\:outline-sky-500\/60:disabled {
  outline-color: rgb(14 165 233 / 0.6);
}
.disabled\:outline-sky-500\/65:disabled {
  outline-color: rgb(14 165 233 / 0.65);
}
.disabled\:outline-sky-500\/70:disabled {
  outline-color: rgb(14 165 233 / 0.7);
}
.disabled\:outline-sky-500\/75:disabled {
  outline-color: rgb(14 165 233 / 0.75);
}
.disabled\:outline-sky-500\/80:disabled {
  outline-color: rgb(14 165 233 / 0.8);
}
.disabled\:outline-sky-500\/85:disabled {
  outline-color: rgb(14 165 233 / 0.85);
}
.disabled\:outline-sky-500\/90:disabled {
  outline-color: rgb(14 165 233 / 0.9);
}
.disabled\:outline-sky-500\/95:disabled {
  outline-color: rgb(14 165 233 / 0.95);
}
.disabled\:outline-sky-600:disabled {
  outline-color: #0284c7;
}
.disabled\:outline-sky-600\/0:disabled {
  outline-color: rgb(2 132 199 / 0);
}
.disabled\:outline-sky-600\/10:disabled {
  outline-color: rgb(2 132 199 / 0.1);
}
.disabled\:outline-sky-600\/100:disabled {
  outline-color: rgb(2 132 199 / 1);
}
.disabled\:outline-sky-600\/15:disabled {
  outline-color: rgb(2 132 199 / 0.15);
}
.disabled\:outline-sky-600\/20:disabled {
  outline-color: rgb(2 132 199 / 0.2);
}
.disabled\:outline-sky-600\/25:disabled {
  outline-color: rgb(2 132 199 / 0.25);
}
.disabled\:outline-sky-600\/30:disabled {
  outline-color: rgb(2 132 199 / 0.3);
}
.disabled\:outline-sky-600\/35:disabled {
  outline-color: rgb(2 132 199 / 0.35);
}
.disabled\:outline-sky-600\/40:disabled {
  outline-color: rgb(2 132 199 / 0.4);
}
.disabled\:outline-sky-600\/45:disabled {
  outline-color: rgb(2 132 199 / 0.45);
}
.disabled\:outline-sky-600\/5:disabled {
  outline-color: rgb(2 132 199 / 0.05);
}
.disabled\:outline-sky-600\/50:disabled {
  outline-color: rgb(2 132 199 / 0.5);
}
.disabled\:outline-sky-600\/55:disabled {
  outline-color: rgb(2 132 199 / 0.55);
}
.disabled\:outline-sky-600\/60:disabled {
  outline-color: rgb(2 132 199 / 0.6);
}
.disabled\:outline-sky-600\/65:disabled {
  outline-color: rgb(2 132 199 / 0.65);
}
.disabled\:outline-sky-600\/70:disabled {
  outline-color: rgb(2 132 199 / 0.7);
}
.disabled\:outline-sky-600\/75:disabled {
  outline-color: rgb(2 132 199 / 0.75);
}
.disabled\:outline-sky-600\/80:disabled {
  outline-color: rgb(2 132 199 / 0.8);
}
.disabled\:outline-sky-600\/85:disabled {
  outline-color: rgb(2 132 199 / 0.85);
}
.disabled\:outline-sky-600\/90:disabled {
  outline-color: rgb(2 132 199 / 0.9);
}
.disabled\:outline-sky-600\/95:disabled {
  outline-color: rgb(2 132 199 / 0.95);
}
.disabled\:outline-sky-700:disabled {
  outline-color: #0369a1;
}
.disabled\:outline-sky-700\/0:disabled {
  outline-color: rgb(3 105 161 / 0);
}
.disabled\:outline-sky-700\/10:disabled {
  outline-color: rgb(3 105 161 / 0.1);
}
.disabled\:outline-sky-700\/100:disabled {
  outline-color: rgb(3 105 161 / 1);
}
.disabled\:outline-sky-700\/15:disabled {
  outline-color: rgb(3 105 161 / 0.15);
}
.disabled\:outline-sky-700\/20:disabled {
  outline-color: rgb(3 105 161 / 0.2);
}
.disabled\:outline-sky-700\/25:disabled {
  outline-color: rgb(3 105 161 / 0.25);
}
.disabled\:outline-sky-700\/30:disabled {
  outline-color: rgb(3 105 161 / 0.3);
}
.disabled\:outline-sky-700\/35:disabled {
  outline-color: rgb(3 105 161 / 0.35);
}
.disabled\:outline-sky-700\/40:disabled {
  outline-color: rgb(3 105 161 / 0.4);
}
.disabled\:outline-sky-700\/45:disabled {
  outline-color: rgb(3 105 161 / 0.45);
}
.disabled\:outline-sky-700\/5:disabled {
  outline-color: rgb(3 105 161 / 0.05);
}
.disabled\:outline-sky-700\/50:disabled {
  outline-color: rgb(3 105 161 / 0.5);
}
.disabled\:outline-sky-700\/55:disabled {
  outline-color: rgb(3 105 161 / 0.55);
}
.disabled\:outline-sky-700\/60:disabled {
  outline-color: rgb(3 105 161 / 0.6);
}
.disabled\:outline-sky-700\/65:disabled {
  outline-color: rgb(3 105 161 / 0.65);
}
.disabled\:outline-sky-700\/70:disabled {
  outline-color: rgb(3 105 161 / 0.7);
}
.disabled\:outline-sky-700\/75:disabled {
  outline-color: rgb(3 105 161 / 0.75);
}
.disabled\:outline-sky-700\/80:disabled {
  outline-color: rgb(3 105 161 / 0.8);
}
.disabled\:outline-sky-700\/85:disabled {
  outline-color: rgb(3 105 161 / 0.85);
}
.disabled\:outline-sky-700\/90:disabled {
  outline-color: rgb(3 105 161 / 0.9);
}
.disabled\:outline-sky-700\/95:disabled {
  outline-color: rgb(3 105 161 / 0.95);
}
.disabled\:outline-sky-800:disabled {
  outline-color: #075985;
}
.disabled\:outline-sky-800\/0:disabled {
  outline-color: rgb(7 89 133 / 0);
}
.disabled\:outline-sky-800\/10:disabled {
  outline-color: rgb(7 89 133 / 0.1);
}
.disabled\:outline-sky-800\/100:disabled {
  outline-color: rgb(7 89 133 / 1);
}
.disabled\:outline-sky-800\/15:disabled {
  outline-color: rgb(7 89 133 / 0.15);
}
.disabled\:outline-sky-800\/20:disabled {
  outline-color: rgb(7 89 133 / 0.2);
}
.disabled\:outline-sky-800\/25:disabled {
  outline-color: rgb(7 89 133 / 0.25);
}
.disabled\:outline-sky-800\/30:disabled {
  outline-color: rgb(7 89 133 / 0.3);
}
.disabled\:outline-sky-800\/35:disabled {
  outline-color: rgb(7 89 133 / 0.35);
}
.disabled\:outline-sky-800\/40:disabled {
  outline-color: rgb(7 89 133 / 0.4);
}
.disabled\:outline-sky-800\/45:disabled {
  outline-color: rgb(7 89 133 / 0.45);
}
.disabled\:outline-sky-800\/5:disabled {
  outline-color: rgb(7 89 133 / 0.05);
}
.disabled\:outline-sky-800\/50:disabled {
  outline-color: rgb(7 89 133 / 0.5);
}
.disabled\:outline-sky-800\/55:disabled {
  outline-color: rgb(7 89 133 / 0.55);
}
.disabled\:outline-sky-800\/60:disabled {
  outline-color: rgb(7 89 133 / 0.6);
}
.disabled\:outline-sky-800\/65:disabled {
  outline-color: rgb(7 89 133 / 0.65);
}
.disabled\:outline-sky-800\/70:disabled {
  outline-color: rgb(7 89 133 / 0.7);
}
.disabled\:outline-sky-800\/75:disabled {
  outline-color: rgb(7 89 133 / 0.75);
}
.disabled\:outline-sky-800\/80:disabled {
  outline-color: rgb(7 89 133 / 0.8);
}
.disabled\:outline-sky-800\/85:disabled {
  outline-color: rgb(7 89 133 / 0.85);
}
.disabled\:outline-sky-800\/90:disabled {
  outline-color: rgb(7 89 133 / 0.9);
}
.disabled\:outline-sky-800\/95:disabled {
  outline-color: rgb(7 89 133 / 0.95);
}
.disabled\:outline-sky-900:disabled {
  outline-color: #0c4a6e;
}
.disabled\:outline-sky-900\/0:disabled {
  outline-color: rgb(12 74 110 / 0);
}
.disabled\:outline-sky-900\/10:disabled {
  outline-color: rgb(12 74 110 / 0.1);
}
.disabled\:outline-sky-900\/100:disabled {
  outline-color: rgb(12 74 110 / 1);
}
.disabled\:outline-sky-900\/15:disabled {
  outline-color: rgb(12 74 110 / 0.15);
}
.disabled\:outline-sky-900\/20:disabled {
  outline-color: rgb(12 74 110 / 0.2);
}
.disabled\:outline-sky-900\/25:disabled {
  outline-color: rgb(12 74 110 / 0.25);
}
.disabled\:outline-sky-900\/30:disabled {
  outline-color: rgb(12 74 110 / 0.3);
}
.disabled\:outline-sky-900\/35:disabled {
  outline-color: rgb(12 74 110 / 0.35);
}
.disabled\:outline-sky-900\/40:disabled {
  outline-color: rgb(12 74 110 / 0.4);
}
.disabled\:outline-sky-900\/45:disabled {
  outline-color: rgb(12 74 110 / 0.45);
}
.disabled\:outline-sky-900\/5:disabled {
  outline-color: rgb(12 74 110 / 0.05);
}
.disabled\:outline-sky-900\/50:disabled {
  outline-color: rgb(12 74 110 / 0.5);
}
.disabled\:outline-sky-900\/55:disabled {
  outline-color: rgb(12 74 110 / 0.55);
}
.disabled\:outline-sky-900\/60:disabled {
  outline-color: rgb(12 74 110 / 0.6);
}
.disabled\:outline-sky-900\/65:disabled {
  outline-color: rgb(12 74 110 / 0.65);
}
.disabled\:outline-sky-900\/70:disabled {
  outline-color: rgb(12 74 110 / 0.7);
}
.disabled\:outline-sky-900\/75:disabled {
  outline-color: rgb(12 74 110 / 0.75);
}
.disabled\:outline-sky-900\/80:disabled {
  outline-color: rgb(12 74 110 / 0.8);
}
.disabled\:outline-sky-900\/85:disabled {
  outline-color: rgb(12 74 110 / 0.85);
}
.disabled\:outline-sky-900\/90:disabled {
  outline-color: rgb(12 74 110 / 0.9);
}
.disabled\:outline-sky-900\/95:disabled {
  outline-color: rgb(12 74 110 / 0.95);
}
.disabled\:outline-sky-950:disabled {
  outline-color: #082f49;
}
.disabled\:outline-sky-950\/0:disabled {
  outline-color: rgb(8 47 73 / 0);
}
.disabled\:outline-sky-950\/10:disabled {
  outline-color: rgb(8 47 73 / 0.1);
}
.disabled\:outline-sky-950\/100:disabled {
  outline-color: rgb(8 47 73 / 1);
}
.disabled\:outline-sky-950\/15:disabled {
  outline-color: rgb(8 47 73 / 0.15);
}
.disabled\:outline-sky-950\/20:disabled {
  outline-color: rgb(8 47 73 / 0.2);
}
.disabled\:outline-sky-950\/25:disabled {
  outline-color: rgb(8 47 73 / 0.25);
}
.disabled\:outline-sky-950\/30:disabled {
  outline-color: rgb(8 47 73 / 0.3);
}
.disabled\:outline-sky-950\/35:disabled {
  outline-color: rgb(8 47 73 / 0.35);
}
.disabled\:outline-sky-950\/40:disabled {
  outline-color: rgb(8 47 73 / 0.4);
}
.disabled\:outline-sky-950\/45:disabled {
  outline-color: rgb(8 47 73 / 0.45);
}
.disabled\:outline-sky-950\/5:disabled {
  outline-color: rgb(8 47 73 / 0.05);
}
.disabled\:outline-sky-950\/50:disabled {
  outline-color: rgb(8 47 73 / 0.5);
}
.disabled\:outline-sky-950\/55:disabled {
  outline-color: rgb(8 47 73 / 0.55);
}
.disabled\:outline-sky-950\/60:disabled {
  outline-color: rgb(8 47 73 / 0.6);
}
.disabled\:outline-sky-950\/65:disabled {
  outline-color: rgb(8 47 73 / 0.65);
}
.disabled\:outline-sky-950\/70:disabled {
  outline-color: rgb(8 47 73 / 0.7);
}
.disabled\:outline-sky-950\/75:disabled {
  outline-color: rgb(8 47 73 / 0.75);
}
.disabled\:outline-sky-950\/80:disabled {
  outline-color: rgb(8 47 73 / 0.8);
}
.disabled\:outline-sky-950\/85:disabled {
  outline-color: rgb(8 47 73 / 0.85);
}
.disabled\:outline-sky-950\/90:disabled {
  outline-color: rgb(8 47 73 / 0.9);
}
.disabled\:outline-sky-950\/95:disabled {
  outline-color: rgb(8 47 73 / 0.95);
}
.disabled\:outline-slate-100:disabled {
  outline-color: #f1f5f9;
}
.disabled\:outline-slate-100\/0:disabled {
  outline-color: rgb(241 245 249 / 0);
}
.disabled\:outline-slate-100\/10:disabled {
  outline-color: rgb(241 245 249 / 0.1);
}
.disabled\:outline-slate-100\/100:disabled {
  outline-color: rgb(241 245 249 / 1);
}
.disabled\:outline-slate-100\/15:disabled {
  outline-color: rgb(241 245 249 / 0.15);
}
.disabled\:outline-slate-100\/20:disabled {
  outline-color: rgb(241 245 249 / 0.2);
}
.disabled\:outline-slate-100\/25:disabled {
  outline-color: rgb(241 245 249 / 0.25);
}
.disabled\:outline-slate-100\/30:disabled {
  outline-color: rgb(241 245 249 / 0.3);
}
.disabled\:outline-slate-100\/35:disabled {
  outline-color: rgb(241 245 249 / 0.35);
}
.disabled\:outline-slate-100\/40:disabled {
  outline-color: rgb(241 245 249 / 0.4);
}
.disabled\:outline-slate-100\/45:disabled {
  outline-color: rgb(241 245 249 / 0.45);
}
.disabled\:outline-slate-100\/5:disabled {
  outline-color: rgb(241 245 249 / 0.05);
}
.disabled\:outline-slate-100\/50:disabled {
  outline-color: rgb(241 245 249 / 0.5);
}
.disabled\:outline-slate-100\/55:disabled {
  outline-color: rgb(241 245 249 / 0.55);
}
.disabled\:outline-slate-100\/60:disabled {
  outline-color: rgb(241 245 249 / 0.6);
}
.disabled\:outline-slate-100\/65:disabled {
  outline-color: rgb(241 245 249 / 0.65);
}
.disabled\:outline-slate-100\/70:disabled {
  outline-color: rgb(241 245 249 / 0.7);
}
.disabled\:outline-slate-100\/75:disabled {
  outline-color: rgb(241 245 249 / 0.75);
}
.disabled\:outline-slate-100\/80:disabled {
  outline-color: rgb(241 245 249 / 0.8);
}
.disabled\:outline-slate-100\/85:disabled {
  outline-color: rgb(241 245 249 / 0.85);
}
.disabled\:outline-slate-100\/90:disabled {
  outline-color: rgb(241 245 249 / 0.9);
}
.disabled\:outline-slate-100\/95:disabled {
  outline-color: rgb(241 245 249 / 0.95);
}
.disabled\:outline-slate-200:disabled {
  outline-color: #e2e8f0;
}
.disabled\:outline-slate-200\/0:disabled {
  outline-color: rgb(226 232 240 / 0);
}
.disabled\:outline-slate-200\/10:disabled {
  outline-color: rgb(226 232 240 / 0.1);
}
.disabled\:outline-slate-200\/100:disabled {
  outline-color: rgb(226 232 240 / 1);
}
.disabled\:outline-slate-200\/15:disabled {
  outline-color: rgb(226 232 240 / 0.15);
}
.disabled\:outline-slate-200\/20:disabled {
  outline-color: rgb(226 232 240 / 0.2);
}
.disabled\:outline-slate-200\/25:disabled {
  outline-color: rgb(226 232 240 / 0.25);
}
.disabled\:outline-slate-200\/30:disabled {
  outline-color: rgb(226 232 240 / 0.3);
}
.disabled\:outline-slate-200\/35:disabled {
  outline-color: rgb(226 232 240 / 0.35);
}
.disabled\:outline-slate-200\/40:disabled {
  outline-color: rgb(226 232 240 / 0.4);
}
.disabled\:outline-slate-200\/45:disabled {
  outline-color: rgb(226 232 240 / 0.45);
}
.disabled\:outline-slate-200\/5:disabled {
  outline-color: rgb(226 232 240 / 0.05);
}
.disabled\:outline-slate-200\/50:disabled {
  outline-color: rgb(226 232 240 / 0.5);
}
.disabled\:outline-slate-200\/55:disabled {
  outline-color: rgb(226 232 240 / 0.55);
}
.disabled\:outline-slate-200\/60:disabled {
  outline-color: rgb(226 232 240 / 0.6);
}
.disabled\:outline-slate-200\/65:disabled {
  outline-color: rgb(226 232 240 / 0.65);
}
.disabled\:outline-slate-200\/70:disabled {
  outline-color: rgb(226 232 240 / 0.7);
}
.disabled\:outline-slate-200\/75:disabled {
  outline-color: rgb(226 232 240 / 0.75);
}
.disabled\:outline-slate-200\/80:disabled {
  outline-color: rgb(226 232 240 / 0.8);
}
.disabled\:outline-slate-200\/85:disabled {
  outline-color: rgb(226 232 240 / 0.85);
}
.disabled\:outline-slate-200\/90:disabled {
  outline-color: rgb(226 232 240 / 0.9);
}
.disabled\:outline-slate-200\/95:disabled {
  outline-color: rgb(226 232 240 / 0.95);
}
.disabled\:outline-slate-300:disabled {
  outline-color: #cbd5e1;
}
.disabled\:outline-slate-300\/0:disabled {
  outline-color: rgb(203 213 225 / 0);
}
.disabled\:outline-slate-300\/10:disabled {
  outline-color: rgb(203 213 225 / 0.1);
}
.disabled\:outline-slate-300\/100:disabled {
  outline-color: rgb(203 213 225 / 1);
}
.disabled\:outline-slate-300\/15:disabled {
  outline-color: rgb(203 213 225 / 0.15);
}
.disabled\:outline-slate-300\/20:disabled {
  outline-color: rgb(203 213 225 / 0.2);
}
.disabled\:outline-slate-300\/25:disabled {
  outline-color: rgb(203 213 225 / 0.25);
}
.disabled\:outline-slate-300\/30:disabled {
  outline-color: rgb(203 213 225 / 0.3);
}
.disabled\:outline-slate-300\/35:disabled {
  outline-color: rgb(203 213 225 / 0.35);
}
.disabled\:outline-slate-300\/40:disabled {
  outline-color: rgb(203 213 225 / 0.4);
}
.disabled\:outline-slate-300\/45:disabled {
  outline-color: rgb(203 213 225 / 0.45);
}
.disabled\:outline-slate-300\/5:disabled {
  outline-color: rgb(203 213 225 / 0.05);
}
.disabled\:outline-slate-300\/50:disabled {
  outline-color: rgb(203 213 225 / 0.5);
}
.disabled\:outline-slate-300\/55:disabled {
  outline-color: rgb(203 213 225 / 0.55);
}
.disabled\:outline-slate-300\/60:disabled {
  outline-color: rgb(203 213 225 / 0.6);
}
.disabled\:outline-slate-300\/65:disabled {
  outline-color: rgb(203 213 225 / 0.65);
}
.disabled\:outline-slate-300\/70:disabled {
  outline-color: rgb(203 213 225 / 0.7);
}
.disabled\:outline-slate-300\/75:disabled {
  outline-color: rgb(203 213 225 / 0.75);
}
.disabled\:outline-slate-300\/80:disabled {
  outline-color: rgb(203 213 225 / 0.8);
}
.disabled\:outline-slate-300\/85:disabled {
  outline-color: rgb(203 213 225 / 0.85);
}
.disabled\:outline-slate-300\/90:disabled {
  outline-color: rgb(203 213 225 / 0.9);
}
.disabled\:outline-slate-300\/95:disabled {
  outline-color: rgb(203 213 225 / 0.95);
}
.disabled\:outline-slate-400:disabled {
  outline-color: #94a3b8;
}
.disabled\:outline-slate-400\/0:disabled {
  outline-color: rgb(148 163 184 / 0);
}
.disabled\:outline-slate-400\/10:disabled {
  outline-color: rgb(148 163 184 / 0.1);
}
.disabled\:outline-slate-400\/100:disabled {
  outline-color: rgb(148 163 184 / 1);
}
.disabled\:outline-slate-400\/15:disabled {
  outline-color: rgb(148 163 184 / 0.15);
}
.disabled\:outline-slate-400\/20:disabled {
  outline-color: rgb(148 163 184 / 0.2);
}
.disabled\:outline-slate-400\/25:disabled {
  outline-color: rgb(148 163 184 / 0.25);
}
.disabled\:outline-slate-400\/30:disabled {
  outline-color: rgb(148 163 184 / 0.3);
}
.disabled\:outline-slate-400\/35:disabled {
  outline-color: rgb(148 163 184 / 0.35);
}
.disabled\:outline-slate-400\/40:disabled {
  outline-color: rgb(148 163 184 / 0.4);
}
.disabled\:outline-slate-400\/45:disabled {
  outline-color: rgb(148 163 184 / 0.45);
}
.disabled\:outline-slate-400\/5:disabled {
  outline-color: rgb(148 163 184 / 0.05);
}
.disabled\:outline-slate-400\/50:disabled {
  outline-color: rgb(148 163 184 / 0.5);
}
.disabled\:outline-slate-400\/55:disabled {
  outline-color: rgb(148 163 184 / 0.55);
}
.disabled\:outline-slate-400\/60:disabled {
  outline-color: rgb(148 163 184 / 0.6);
}
.disabled\:outline-slate-400\/65:disabled {
  outline-color: rgb(148 163 184 / 0.65);
}
.disabled\:outline-slate-400\/70:disabled {
  outline-color: rgb(148 163 184 / 0.7);
}
.disabled\:outline-slate-400\/75:disabled {
  outline-color: rgb(148 163 184 / 0.75);
}
.disabled\:outline-slate-400\/80:disabled {
  outline-color: rgb(148 163 184 / 0.8);
}
.disabled\:outline-slate-400\/85:disabled {
  outline-color: rgb(148 163 184 / 0.85);
}
.disabled\:outline-slate-400\/90:disabled {
  outline-color: rgb(148 163 184 / 0.9);
}
.disabled\:outline-slate-400\/95:disabled {
  outline-color: rgb(148 163 184 / 0.95);
}
.disabled\:outline-slate-50:disabled {
  outline-color: #f8fafc;
}
.disabled\:outline-slate-50\/0:disabled {
  outline-color: rgb(248 250 252 / 0);
}
.disabled\:outline-slate-50\/10:disabled {
  outline-color: rgb(248 250 252 / 0.1);
}
.disabled\:outline-slate-50\/100:disabled {
  outline-color: rgb(248 250 252 / 1);
}
.disabled\:outline-slate-50\/15:disabled {
  outline-color: rgb(248 250 252 / 0.15);
}
.disabled\:outline-slate-50\/20:disabled {
  outline-color: rgb(248 250 252 / 0.2);
}
.disabled\:outline-slate-50\/25:disabled {
  outline-color: rgb(248 250 252 / 0.25);
}
.disabled\:outline-slate-50\/30:disabled {
  outline-color: rgb(248 250 252 / 0.3);
}
.disabled\:outline-slate-50\/35:disabled {
  outline-color: rgb(248 250 252 / 0.35);
}
.disabled\:outline-slate-50\/40:disabled {
  outline-color: rgb(248 250 252 / 0.4);
}
.disabled\:outline-slate-50\/45:disabled {
  outline-color: rgb(248 250 252 / 0.45);
}
.disabled\:outline-slate-50\/5:disabled {
  outline-color: rgb(248 250 252 / 0.05);
}
.disabled\:outline-slate-50\/50:disabled {
  outline-color: rgb(248 250 252 / 0.5);
}
.disabled\:outline-slate-50\/55:disabled {
  outline-color: rgb(248 250 252 / 0.55);
}
.disabled\:outline-slate-50\/60:disabled {
  outline-color: rgb(248 250 252 / 0.6);
}
.disabled\:outline-slate-50\/65:disabled {
  outline-color: rgb(248 250 252 / 0.65);
}
.disabled\:outline-slate-50\/70:disabled {
  outline-color: rgb(248 250 252 / 0.7);
}
.disabled\:outline-slate-50\/75:disabled {
  outline-color: rgb(248 250 252 / 0.75);
}
.disabled\:outline-slate-50\/80:disabled {
  outline-color: rgb(248 250 252 / 0.8);
}
.disabled\:outline-slate-50\/85:disabled {
  outline-color: rgb(248 250 252 / 0.85);
}
.disabled\:outline-slate-50\/90:disabled {
  outline-color: rgb(248 250 252 / 0.9);
}
.disabled\:outline-slate-50\/95:disabled {
  outline-color: rgb(248 250 252 / 0.95);
}
.disabled\:outline-slate-500:disabled {
  outline-color: #64748b;
}
.disabled\:outline-slate-500\/0:disabled {
  outline-color: rgb(100 116 139 / 0);
}
.disabled\:outline-slate-500\/10:disabled {
  outline-color: rgb(100 116 139 / 0.1);
}
.disabled\:outline-slate-500\/100:disabled {
  outline-color: rgb(100 116 139 / 1);
}
.disabled\:outline-slate-500\/15:disabled {
  outline-color: rgb(100 116 139 / 0.15);
}
.disabled\:outline-slate-500\/20:disabled {
  outline-color: rgb(100 116 139 / 0.2);
}
.disabled\:outline-slate-500\/25:disabled {
  outline-color: rgb(100 116 139 / 0.25);
}
.disabled\:outline-slate-500\/30:disabled {
  outline-color: rgb(100 116 139 / 0.3);
}
.disabled\:outline-slate-500\/35:disabled {
  outline-color: rgb(100 116 139 / 0.35);
}
.disabled\:outline-slate-500\/40:disabled {
  outline-color: rgb(100 116 139 / 0.4);
}
.disabled\:outline-slate-500\/45:disabled {
  outline-color: rgb(100 116 139 / 0.45);
}
.disabled\:outline-slate-500\/5:disabled {
  outline-color: rgb(100 116 139 / 0.05);
}
.disabled\:outline-slate-500\/50:disabled {
  outline-color: rgb(100 116 139 / 0.5);
}
.disabled\:outline-slate-500\/55:disabled {
  outline-color: rgb(100 116 139 / 0.55);
}
.disabled\:outline-slate-500\/60:disabled {
  outline-color: rgb(100 116 139 / 0.6);
}
.disabled\:outline-slate-500\/65:disabled {
  outline-color: rgb(100 116 139 / 0.65);
}
.disabled\:outline-slate-500\/70:disabled {
  outline-color: rgb(100 116 139 / 0.7);
}
.disabled\:outline-slate-500\/75:disabled {
  outline-color: rgb(100 116 139 / 0.75);
}
.disabled\:outline-slate-500\/80:disabled {
  outline-color: rgb(100 116 139 / 0.8);
}
.disabled\:outline-slate-500\/85:disabled {
  outline-color: rgb(100 116 139 / 0.85);
}
.disabled\:outline-slate-500\/90:disabled {
  outline-color: rgb(100 116 139 / 0.9);
}
.disabled\:outline-slate-500\/95:disabled {
  outline-color: rgb(100 116 139 / 0.95);
}
.disabled\:outline-slate-600:disabled {
  outline-color: #475569;
}
.disabled\:outline-slate-600\/0:disabled {
  outline-color: rgb(71 85 105 / 0);
}
.disabled\:outline-slate-600\/10:disabled {
  outline-color: rgb(71 85 105 / 0.1);
}
.disabled\:outline-slate-600\/100:disabled {
  outline-color: rgb(71 85 105 / 1);
}
.disabled\:outline-slate-600\/15:disabled {
  outline-color: rgb(71 85 105 / 0.15);
}
.disabled\:outline-slate-600\/20:disabled {
  outline-color: rgb(71 85 105 / 0.2);
}
.disabled\:outline-slate-600\/25:disabled {
  outline-color: rgb(71 85 105 / 0.25);
}
.disabled\:outline-slate-600\/30:disabled {
  outline-color: rgb(71 85 105 / 0.3);
}
.disabled\:outline-slate-600\/35:disabled {
  outline-color: rgb(71 85 105 / 0.35);
}
.disabled\:outline-slate-600\/40:disabled {
  outline-color: rgb(71 85 105 / 0.4);
}
.disabled\:outline-slate-600\/45:disabled {
  outline-color: rgb(71 85 105 / 0.45);
}
.disabled\:outline-slate-600\/5:disabled {
  outline-color: rgb(71 85 105 / 0.05);
}
.disabled\:outline-slate-600\/50:disabled {
  outline-color: rgb(71 85 105 / 0.5);
}
.disabled\:outline-slate-600\/55:disabled {
  outline-color: rgb(71 85 105 / 0.55);
}
.disabled\:outline-slate-600\/60:disabled {
  outline-color: rgb(71 85 105 / 0.6);
}
.disabled\:outline-slate-600\/65:disabled {
  outline-color: rgb(71 85 105 / 0.65);
}
.disabled\:outline-slate-600\/70:disabled {
  outline-color: rgb(71 85 105 / 0.7);
}
.disabled\:outline-slate-600\/75:disabled {
  outline-color: rgb(71 85 105 / 0.75);
}
.disabled\:outline-slate-600\/80:disabled {
  outline-color: rgb(71 85 105 / 0.8);
}
.disabled\:outline-slate-600\/85:disabled {
  outline-color: rgb(71 85 105 / 0.85);
}
.disabled\:outline-slate-600\/90:disabled {
  outline-color: rgb(71 85 105 / 0.9);
}
.disabled\:outline-slate-600\/95:disabled {
  outline-color: rgb(71 85 105 / 0.95);
}
.disabled\:outline-slate-700:disabled {
  outline-color: #334155;
}
.disabled\:outline-slate-700\/0:disabled {
  outline-color: rgb(51 65 85 / 0);
}
.disabled\:outline-slate-700\/10:disabled {
  outline-color: rgb(51 65 85 / 0.1);
}
.disabled\:outline-slate-700\/100:disabled {
  outline-color: rgb(51 65 85 / 1);
}
.disabled\:outline-slate-700\/15:disabled {
  outline-color: rgb(51 65 85 / 0.15);
}
.disabled\:outline-slate-700\/20:disabled {
  outline-color: rgb(51 65 85 / 0.2);
}
.disabled\:outline-slate-700\/25:disabled {
  outline-color: rgb(51 65 85 / 0.25);
}
.disabled\:outline-slate-700\/30:disabled {
  outline-color: rgb(51 65 85 / 0.3);
}
.disabled\:outline-slate-700\/35:disabled {
  outline-color: rgb(51 65 85 / 0.35);
}
.disabled\:outline-slate-700\/40:disabled {
  outline-color: rgb(51 65 85 / 0.4);
}
.disabled\:outline-slate-700\/45:disabled {
  outline-color: rgb(51 65 85 / 0.45);
}
.disabled\:outline-slate-700\/5:disabled {
  outline-color: rgb(51 65 85 / 0.05);
}
.disabled\:outline-slate-700\/50:disabled {
  outline-color: rgb(51 65 85 / 0.5);
}
.disabled\:outline-slate-700\/55:disabled {
  outline-color: rgb(51 65 85 / 0.55);
}
.disabled\:outline-slate-700\/60:disabled {
  outline-color: rgb(51 65 85 / 0.6);
}
.disabled\:outline-slate-700\/65:disabled {
  outline-color: rgb(51 65 85 / 0.65);
}
.disabled\:outline-slate-700\/70:disabled {
  outline-color: rgb(51 65 85 / 0.7);
}
.disabled\:outline-slate-700\/75:disabled {
  outline-color: rgb(51 65 85 / 0.75);
}
.disabled\:outline-slate-700\/80:disabled {
  outline-color: rgb(51 65 85 / 0.8);
}
.disabled\:outline-slate-700\/85:disabled {
  outline-color: rgb(51 65 85 / 0.85);
}
.disabled\:outline-slate-700\/90:disabled {
  outline-color: rgb(51 65 85 / 0.9);
}
.disabled\:outline-slate-700\/95:disabled {
  outline-color: rgb(51 65 85 / 0.95);
}
.disabled\:outline-slate-800:disabled {
  outline-color: #1e293b;
}
.disabled\:outline-slate-800\/0:disabled {
  outline-color: rgb(30 41 59 / 0);
}
.disabled\:outline-slate-800\/10:disabled {
  outline-color: rgb(30 41 59 / 0.1);
}
.disabled\:outline-slate-800\/100:disabled {
  outline-color: rgb(30 41 59 / 1);
}
.disabled\:outline-slate-800\/15:disabled {
  outline-color: rgb(30 41 59 / 0.15);
}
.disabled\:outline-slate-800\/20:disabled {
  outline-color: rgb(30 41 59 / 0.2);
}
.disabled\:outline-slate-800\/25:disabled {
  outline-color: rgb(30 41 59 / 0.25);
}
.disabled\:outline-slate-800\/30:disabled {
  outline-color: rgb(30 41 59 / 0.3);
}
.disabled\:outline-slate-800\/35:disabled {
  outline-color: rgb(30 41 59 / 0.35);
}
.disabled\:outline-slate-800\/40:disabled {
  outline-color: rgb(30 41 59 / 0.4);
}
.disabled\:outline-slate-800\/45:disabled {
  outline-color: rgb(30 41 59 / 0.45);
}
.disabled\:outline-slate-800\/5:disabled {
  outline-color: rgb(30 41 59 / 0.05);
}
.disabled\:outline-slate-800\/50:disabled {
  outline-color: rgb(30 41 59 / 0.5);
}
.disabled\:outline-slate-800\/55:disabled {
  outline-color: rgb(30 41 59 / 0.55);
}
.disabled\:outline-slate-800\/60:disabled {
  outline-color: rgb(30 41 59 / 0.6);
}
.disabled\:outline-slate-800\/65:disabled {
  outline-color: rgb(30 41 59 / 0.65);
}
.disabled\:outline-slate-800\/70:disabled {
  outline-color: rgb(30 41 59 / 0.7);
}
.disabled\:outline-slate-800\/75:disabled {
  outline-color: rgb(30 41 59 / 0.75);
}
.disabled\:outline-slate-800\/80:disabled {
  outline-color: rgb(30 41 59 / 0.8);
}
.disabled\:outline-slate-800\/85:disabled {
  outline-color: rgb(30 41 59 / 0.85);
}
.disabled\:outline-slate-800\/90:disabled {
  outline-color: rgb(30 41 59 / 0.9);
}
.disabled\:outline-slate-800\/95:disabled {
  outline-color: rgb(30 41 59 / 0.95);
}
.disabled\:outline-slate-900:disabled {
  outline-color: #0f172a;
}
.disabled\:outline-slate-900\/0:disabled {
  outline-color: rgb(15 23 42 / 0);
}
.disabled\:outline-slate-900\/10:disabled {
  outline-color: rgb(15 23 42 / 0.1);
}
.disabled\:outline-slate-900\/100:disabled {
  outline-color: rgb(15 23 42 / 1);
}
.disabled\:outline-slate-900\/15:disabled {
  outline-color: rgb(15 23 42 / 0.15);
}
.disabled\:outline-slate-900\/20:disabled {
  outline-color: rgb(15 23 42 / 0.2);
}
.disabled\:outline-slate-900\/25:disabled {
  outline-color: rgb(15 23 42 / 0.25);
}
.disabled\:outline-slate-900\/30:disabled {
  outline-color: rgb(15 23 42 / 0.3);
}
.disabled\:outline-slate-900\/35:disabled {
  outline-color: rgb(15 23 42 / 0.35);
}
.disabled\:outline-slate-900\/40:disabled {
  outline-color: rgb(15 23 42 / 0.4);
}
.disabled\:outline-slate-900\/45:disabled {
  outline-color: rgb(15 23 42 / 0.45);
}
.disabled\:outline-slate-900\/5:disabled {
  outline-color: rgb(15 23 42 / 0.05);
}
.disabled\:outline-slate-900\/50:disabled {
  outline-color: rgb(15 23 42 / 0.5);
}
.disabled\:outline-slate-900\/55:disabled {
  outline-color: rgb(15 23 42 / 0.55);
}
.disabled\:outline-slate-900\/60:disabled {
  outline-color: rgb(15 23 42 / 0.6);
}
.disabled\:outline-slate-900\/65:disabled {
  outline-color: rgb(15 23 42 / 0.65);
}
.disabled\:outline-slate-900\/70:disabled {
  outline-color: rgb(15 23 42 / 0.7);
}
.disabled\:outline-slate-900\/75:disabled {
  outline-color: rgb(15 23 42 / 0.75);
}
.disabled\:outline-slate-900\/80:disabled {
  outline-color: rgb(15 23 42 / 0.8);
}
.disabled\:outline-slate-900\/85:disabled {
  outline-color: rgb(15 23 42 / 0.85);
}
.disabled\:outline-slate-900\/90:disabled {
  outline-color: rgb(15 23 42 / 0.9);
}
.disabled\:outline-slate-900\/95:disabled {
  outline-color: rgb(15 23 42 / 0.95);
}
.disabled\:outline-slate-950:disabled {
  outline-color: #020617;
}
.disabled\:outline-slate-950\/0:disabled {
  outline-color: rgb(2 6 23 / 0);
}
.disabled\:outline-slate-950\/10:disabled {
  outline-color: rgb(2 6 23 / 0.1);
}
.disabled\:outline-slate-950\/100:disabled {
  outline-color: rgb(2 6 23 / 1);
}
.disabled\:outline-slate-950\/15:disabled {
  outline-color: rgb(2 6 23 / 0.15);
}
.disabled\:outline-slate-950\/20:disabled {
  outline-color: rgb(2 6 23 / 0.2);
}
.disabled\:outline-slate-950\/25:disabled {
  outline-color: rgb(2 6 23 / 0.25);
}
.disabled\:outline-slate-950\/30:disabled {
  outline-color: rgb(2 6 23 / 0.3);
}
.disabled\:outline-slate-950\/35:disabled {
  outline-color: rgb(2 6 23 / 0.35);
}
.disabled\:outline-slate-950\/40:disabled {
  outline-color: rgb(2 6 23 / 0.4);
}
.disabled\:outline-slate-950\/45:disabled {
  outline-color: rgb(2 6 23 / 0.45);
}
.disabled\:outline-slate-950\/5:disabled {
  outline-color: rgb(2 6 23 / 0.05);
}
.disabled\:outline-slate-950\/50:disabled {
  outline-color: rgb(2 6 23 / 0.5);
}
.disabled\:outline-slate-950\/55:disabled {
  outline-color: rgb(2 6 23 / 0.55);
}
.disabled\:outline-slate-950\/60:disabled {
  outline-color: rgb(2 6 23 / 0.6);
}
.disabled\:outline-slate-950\/65:disabled {
  outline-color: rgb(2 6 23 / 0.65);
}
.disabled\:outline-slate-950\/70:disabled {
  outline-color: rgb(2 6 23 / 0.7);
}
.disabled\:outline-slate-950\/75:disabled {
  outline-color: rgb(2 6 23 / 0.75);
}
.disabled\:outline-slate-950\/80:disabled {
  outline-color: rgb(2 6 23 / 0.8);
}
.disabled\:outline-slate-950\/85:disabled {
  outline-color: rgb(2 6 23 / 0.85);
}
.disabled\:outline-slate-950\/90:disabled {
  outline-color: rgb(2 6 23 / 0.9);
}
.disabled\:outline-slate-950\/95:disabled {
  outline-color: rgb(2 6 23 / 0.95);
}
.disabled\:outline-stone-100:disabled {
  outline-color: #f5f5f4;
}
.disabled\:outline-stone-100\/0:disabled {
  outline-color: rgb(245 245 244 / 0);
}
.disabled\:outline-stone-100\/10:disabled {
  outline-color: rgb(245 245 244 / 0.1);
}
.disabled\:outline-stone-100\/100:disabled {
  outline-color: rgb(245 245 244 / 1);
}
.disabled\:outline-stone-100\/15:disabled {
  outline-color: rgb(245 245 244 / 0.15);
}
.disabled\:outline-stone-100\/20:disabled {
  outline-color: rgb(245 245 244 / 0.2);
}
.disabled\:outline-stone-100\/25:disabled {
  outline-color: rgb(245 245 244 / 0.25);
}
.disabled\:outline-stone-100\/30:disabled {
  outline-color: rgb(245 245 244 / 0.3);
}
.disabled\:outline-stone-100\/35:disabled {
  outline-color: rgb(245 245 244 / 0.35);
}
.disabled\:outline-stone-100\/40:disabled {
  outline-color: rgb(245 245 244 / 0.4);
}
.disabled\:outline-stone-100\/45:disabled {
  outline-color: rgb(245 245 244 / 0.45);
}
.disabled\:outline-stone-100\/5:disabled {
  outline-color: rgb(245 245 244 / 0.05);
}
.disabled\:outline-stone-100\/50:disabled {
  outline-color: rgb(245 245 244 / 0.5);
}
.disabled\:outline-stone-100\/55:disabled {
  outline-color: rgb(245 245 244 / 0.55);
}
.disabled\:outline-stone-100\/60:disabled {
  outline-color: rgb(245 245 244 / 0.6);
}
.disabled\:outline-stone-100\/65:disabled {
  outline-color: rgb(245 245 244 / 0.65);
}
.disabled\:outline-stone-100\/70:disabled {
  outline-color: rgb(245 245 244 / 0.7);
}
.disabled\:outline-stone-100\/75:disabled {
  outline-color: rgb(245 245 244 / 0.75);
}
.disabled\:outline-stone-100\/80:disabled {
  outline-color: rgb(245 245 244 / 0.8);
}
.disabled\:outline-stone-100\/85:disabled {
  outline-color: rgb(245 245 244 / 0.85);
}
.disabled\:outline-stone-100\/90:disabled {
  outline-color: rgb(245 245 244 / 0.9);
}
.disabled\:outline-stone-100\/95:disabled {
  outline-color: rgb(245 245 244 / 0.95);
}
.disabled\:outline-stone-200:disabled {
  outline-color: #e7e5e4;
}
.disabled\:outline-stone-200\/0:disabled {
  outline-color: rgb(231 229 228 / 0);
}
.disabled\:outline-stone-200\/10:disabled {
  outline-color: rgb(231 229 228 / 0.1);
}
.disabled\:outline-stone-200\/100:disabled {
  outline-color: rgb(231 229 228 / 1);
}
.disabled\:outline-stone-200\/15:disabled {
  outline-color: rgb(231 229 228 / 0.15);
}
.disabled\:outline-stone-200\/20:disabled {
  outline-color: rgb(231 229 228 / 0.2);
}
.disabled\:outline-stone-200\/25:disabled {
  outline-color: rgb(231 229 228 / 0.25);
}
.disabled\:outline-stone-200\/30:disabled {
  outline-color: rgb(231 229 228 / 0.3);
}
.disabled\:outline-stone-200\/35:disabled {
  outline-color: rgb(231 229 228 / 0.35);
}
.disabled\:outline-stone-200\/40:disabled {
  outline-color: rgb(231 229 228 / 0.4);
}
.disabled\:outline-stone-200\/45:disabled {
  outline-color: rgb(231 229 228 / 0.45);
}
.disabled\:outline-stone-200\/5:disabled {
  outline-color: rgb(231 229 228 / 0.05);
}
.disabled\:outline-stone-200\/50:disabled {
  outline-color: rgb(231 229 228 / 0.5);
}
.disabled\:outline-stone-200\/55:disabled {
  outline-color: rgb(231 229 228 / 0.55);
}
.disabled\:outline-stone-200\/60:disabled {
  outline-color: rgb(231 229 228 / 0.6);
}
.disabled\:outline-stone-200\/65:disabled {
  outline-color: rgb(231 229 228 / 0.65);
}
.disabled\:outline-stone-200\/70:disabled {
  outline-color: rgb(231 229 228 / 0.7);
}
.disabled\:outline-stone-200\/75:disabled {
  outline-color: rgb(231 229 228 / 0.75);
}
.disabled\:outline-stone-200\/80:disabled {
  outline-color: rgb(231 229 228 / 0.8);
}
.disabled\:outline-stone-200\/85:disabled {
  outline-color: rgb(231 229 228 / 0.85);
}
.disabled\:outline-stone-200\/90:disabled {
  outline-color: rgb(231 229 228 / 0.9);
}
.disabled\:outline-stone-200\/95:disabled {
  outline-color: rgb(231 229 228 / 0.95);
}
.disabled\:outline-stone-300:disabled {
  outline-color: #d6d3d1;
}
.disabled\:outline-stone-300\/0:disabled {
  outline-color: rgb(214 211 209 / 0);
}
.disabled\:outline-stone-300\/10:disabled {
  outline-color: rgb(214 211 209 / 0.1);
}
.disabled\:outline-stone-300\/100:disabled {
  outline-color: rgb(214 211 209 / 1);
}
.disabled\:outline-stone-300\/15:disabled {
  outline-color: rgb(214 211 209 / 0.15);
}
.disabled\:outline-stone-300\/20:disabled {
  outline-color: rgb(214 211 209 / 0.2);
}
.disabled\:outline-stone-300\/25:disabled {
  outline-color: rgb(214 211 209 / 0.25);
}
.disabled\:outline-stone-300\/30:disabled {
  outline-color: rgb(214 211 209 / 0.3);
}
.disabled\:outline-stone-300\/35:disabled {
  outline-color: rgb(214 211 209 / 0.35);
}
.disabled\:outline-stone-300\/40:disabled {
  outline-color: rgb(214 211 209 / 0.4);
}
.disabled\:outline-stone-300\/45:disabled {
  outline-color: rgb(214 211 209 / 0.45);
}
.disabled\:outline-stone-300\/5:disabled {
  outline-color: rgb(214 211 209 / 0.05);
}
.disabled\:outline-stone-300\/50:disabled {
  outline-color: rgb(214 211 209 / 0.5);
}
.disabled\:outline-stone-300\/55:disabled {
  outline-color: rgb(214 211 209 / 0.55);
}
.disabled\:outline-stone-300\/60:disabled {
  outline-color: rgb(214 211 209 / 0.6);
}
.disabled\:outline-stone-300\/65:disabled {
  outline-color: rgb(214 211 209 / 0.65);
}
.disabled\:outline-stone-300\/70:disabled {
  outline-color: rgb(214 211 209 / 0.7);
}
.disabled\:outline-stone-300\/75:disabled {
  outline-color: rgb(214 211 209 / 0.75);
}
.disabled\:outline-stone-300\/80:disabled {
  outline-color: rgb(214 211 209 / 0.8);
}
.disabled\:outline-stone-300\/85:disabled {
  outline-color: rgb(214 211 209 / 0.85);
}
.disabled\:outline-stone-300\/90:disabled {
  outline-color: rgb(214 211 209 / 0.9);
}
.disabled\:outline-stone-300\/95:disabled {
  outline-color: rgb(214 211 209 / 0.95);
}
.disabled\:outline-stone-400:disabled {
  outline-color: #a8a29e;
}
.disabled\:outline-stone-400\/0:disabled {
  outline-color: rgb(168 162 158 / 0);
}
.disabled\:outline-stone-400\/10:disabled {
  outline-color: rgb(168 162 158 / 0.1);
}
.disabled\:outline-stone-400\/100:disabled {
  outline-color: rgb(168 162 158 / 1);
}
.disabled\:outline-stone-400\/15:disabled {
  outline-color: rgb(168 162 158 / 0.15);
}
.disabled\:outline-stone-400\/20:disabled {
  outline-color: rgb(168 162 158 / 0.2);
}
.disabled\:outline-stone-400\/25:disabled {
  outline-color: rgb(168 162 158 / 0.25);
}
.disabled\:outline-stone-400\/30:disabled {
  outline-color: rgb(168 162 158 / 0.3);
}
.disabled\:outline-stone-400\/35:disabled {
  outline-color: rgb(168 162 158 / 0.35);
}
.disabled\:outline-stone-400\/40:disabled {
  outline-color: rgb(168 162 158 / 0.4);
}
.disabled\:outline-stone-400\/45:disabled {
  outline-color: rgb(168 162 158 / 0.45);
}
.disabled\:outline-stone-400\/5:disabled {
  outline-color: rgb(168 162 158 / 0.05);
}
.disabled\:outline-stone-400\/50:disabled {
  outline-color: rgb(168 162 158 / 0.5);
}
.disabled\:outline-stone-400\/55:disabled {
  outline-color: rgb(168 162 158 / 0.55);
}
.disabled\:outline-stone-400\/60:disabled {
  outline-color: rgb(168 162 158 / 0.6);
}
.disabled\:outline-stone-400\/65:disabled {
  outline-color: rgb(168 162 158 / 0.65);
}
.disabled\:outline-stone-400\/70:disabled {
  outline-color: rgb(168 162 158 / 0.7);
}
.disabled\:outline-stone-400\/75:disabled {
  outline-color: rgb(168 162 158 / 0.75);
}
.disabled\:outline-stone-400\/80:disabled {
  outline-color: rgb(168 162 158 / 0.8);
}
.disabled\:outline-stone-400\/85:disabled {
  outline-color: rgb(168 162 158 / 0.85);
}
.disabled\:outline-stone-400\/90:disabled {
  outline-color: rgb(168 162 158 / 0.9);
}
.disabled\:outline-stone-400\/95:disabled {
  outline-color: rgb(168 162 158 / 0.95);
}
.disabled\:outline-stone-50:disabled {
  outline-color: #fafaf9;
}
.disabled\:outline-stone-50\/0:disabled {
  outline-color: rgb(250 250 249 / 0);
}
.disabled\:outline-stone-50\/10:disabled {
  outline-color: rgb(250 250 249 / 0.1);
}
.disabled\:outline-stone-50\/100:disabled {
  outline-color: rgb(250 250 249 / 1);
}
.disabled\:outline-stone-50\/15:disabled {
  outline-color: rgb(250 250 249 / 0.15);
}
.disabled\:outline-stone-50\/20:disabled {
  outline-color: rgb(250 250 249 / 0.2);
}
.disabled\:outline-stone-50\/25:disabled {
  outline-color: rgb(250 250 249 / 0.25);
}
.disabled\:outline-stone-50\/30:disabled {
  outline-color: rgb(250 250 249 / 0.3);
}
.disabled\:outline-stone-50\/35:disabled {
  outline-color: rgb(250 250 249 / 0.35);
}
.disabled\:outline-stone-50\/40:disabled {
  outline-color: rgb(250 250 249 / 0.4);
}
.disabled\:outline-stone-50\/45:disabled {
  outline-color: rgb(250 250 249 / 0.45);
}
.disabled\:outline-stone-50\/5:disabled {
  outline-color: rgb(250 250 249 / 0.05);
}
.disabled\:outline-stone-50\/50:disabled {
  outline-color: rgb(250 250 249 / 0.5);
}
.disabled\:outline-stone-50\/55:disabled {
  outline-color: rgb(250 250 249 / 0.55);
}
.disabled\:outline-stone-50\/60:disabled {
  outline-color: rgb(250 250 249 / 0.6);
}
.disabled\:outline-stone-50\/65:disabled {
  outline-color: rgb(250 250 249 / 0.65);
}
.disabled\:outline-stone-50\/70:disabled {
  outline-color: rgb(250 250 249 / 0.7);
}
.disabled\:outline-stone-50\/75:disabled {
  outline-color: rgb(250 250 249 / 0.75);
}
.disabled\:outline-stone-50\/80:disabled {
  outline-color: rgb(250 250 249 / 0.8);
}
.disabled\:outline-stone-50\/85:disabled {
  outline-color: rgb(250 250 249 / 0.85);
}
.disabled\:outline-stone-50\/90:disabled {
  outline-color: rgb(250 250 249 / 0.9);
}
.disabled\:outline-stone-50\/95:disabled {
  outline-color: rgb(250 250 249 / 0.95);
}
.disabled\:outline-stone-500:disabled {
  outline-color: #78716c;
}
.disabled\:outline-stone-500\/0:disabled {
  outline-color: rgb(120 113 108 / 0);
}
.disabled\:outline-stone-500\/10:disabled {
  outline-color: rgb(120 113 108 / 0.1);
}
.disabled\:outline-stone-500\/100:disabled {
  outline-color: rgb(120 113 108 / 1);
}
.disabled\:outline-stone-500\/15:disabled {
  outline-color: rgb(120 113 108 / 0.15);
}
.disabled\:outline-stone-500\/20:disabled {
  outline-color: rgb(120 113 108 / 0.2);
}
.disabled\:outline-stone-500\/25:disabled {
  outline-color: rgb(120 113 108 / 0.25);
}
.disabled\:outline-stone-500\/30:disabled {
  outline-color: rgb(120 113 108 / 0.3);
}
.disabled\:outline-stone-500\/35:disabled {
  outline-color: rgb(120 113 108 / 0.35);
}
.disabled\:outline-stone-500\/40:disabled {
  outline-color: rgb(120 113 108 / 0.4);
}
.disabled\:outline-stone-500\/45:disabled {
  outline-color: rgb(120 113 108 / 0.45);
}
.disabled\:outline-stone-500\/5:disabled {
  outline-color: rgb(120 113 108 / 0.05);
}
.disabled\:outline-stone-500\/50:disabled {
  outline-color: rgb(120 113 108 / 0.5);
}
.disabled\:outline-stone-500\/55:disabled {
  outline-color: rgb(120 113 108 / 0.55);
}
.disabled\:outline-stone-500\/60:disabled {
  outline-color: rgb(120 113 108 / 0.6);
}
.disabled\:outline-stone-500\/65:disabled {
  outline-color: rgb(120 113 108 / 0.65);
}
.disabled\:outline-stone-500\/70:disabled {
  outline-color: rgb(120 113 108 / 0.7);
}
.disabled\:outline-stone-500\/75:disabled {
  outline-color: rgb(120 113 108 / 0.75);
}
.disabled\:outline-stone-500\/80:disabled {
  outline-color: rgb(120 113 108 / 0.8);
}
.disabled\:outline-stone-500\/85:disabled {
  outline-color: rgb(120 113 108 / 0.85);
}
.disabled\:outline-stone-500\/90:disabled {
  outline-color: rgb(120 113 108 / 0.9);
}
.disabled\:outline-stone-500\/95:disabled {
  outline-color: rgb(120 113 108 / 0.95);
}
.disabled\:outline-stone-600:disabled {
  outline-color: #57534e;
}
.disabled\:outline-stone-600\/0:disabled {
  outline-color: rgb(87 83 78 / 0);
}
.disabled\:outline-stone-600\/10:disabled {
  outline-color: rgb(87 83 78 / 0.1);
}
.disabled\:outline-stone-600\/100:disabled {
  outline-color: rgb(87 83 78 / 1);
}
.disabled\:outline-stone-600\/15:disabled {
  outline-color: rgb(87 83 78 / 0.15);
}
.disabled\:outline-stone-600\/20:disabled {
  outline-color: rgb(87 83 78 / 0.2);
}
.disabled\:outline-stone-600\/25:disabled {
  outline-color: rgb(87 83 78 / 0.25);
}
.disabled\:outline-stone-600\/30:disabled {
  outline-color: rgb(87 83 78 / 0.3);
}
.disabled\:outline-stone-600\/35:disabled {
  outline-color: rgb(87 83 78 / 0.35);
}
.disabled\:outline-stone-600\/40:disabled {
  outline-color: rgb(87 83 78 / 0.4);
}
.disabled\:outline-stone-600\/45:disabled {
  outline-color: rgb(87 83 78 / 0.45);
}
.disabled\:outline-stone-600\/5:disabled {
  outline-color: rgb(87 83 78 / 0.05);
}
.disabled\:outline-stone-600\/50:disabled {
  outline-color: rgb(87 83 78 / 0.5);
}
.disabled\:outline-stone-600\/55:disabled {
  outline-color: rgb(87 83 78 / 0.55);
}
.disabled\:outline-stone-600\/60:disabled {
  outline-color: rgb(87 83 78 / 0.6);
}
.disabled\:outline-stone-600\/65:disabled {
  outline-color: rgb(87 83 78 / 0.65);
}
.disabled\:outline-stone-600\/70:disabled {
  outline-color: rgb(87 83 78 / 0.7);
}
.disabled\:outline-stone-600\/75:disabled {
  outline-color: rgb(87 83 78 / 0.75);
}
.disabled\:outline-stone-600\/80:disabled {
  outline-color: rgb(87 83 78 / 0.8);
}
.disabled\:outline-stone-600\/85:disabled {
  outline-color: rgb(87 83 78 / 0.85);
}
.disabled\:outline-stone-600\/90:disabled {
  outline-color: rgb(87 83 78 / 0.9);
}
.disabled\:outline-stone-600\/95:disabled {
  outline-color: rgb(87 83 78 / 0.95);
}
.disabled\:outline-stone-700:disabled {
  outline-color: #44403c;
}
.disabled\:outline-stone-700\/0:disabled {
  outline-color: rgb(68 64 60 / 0);
}
.disabled\:outline-stone-700\/10:disabled {
  outline-color: rgb(68 64 60 / 0.1);
}
.disabled\:outline-stone-700\/100:disabled {
  outline-color: rgb(68 64 60 / 1);
}
.disabled\:outline-stone-700\/15:disabled {
  outline-color: rgb(68 64 60 / 0.15);
}
.disabled\:outline-stone-700\/20:disabled {
  outline-color: rgb(68 64 60 / 0.2);
}
.disabled\:outline-stone-700\/25:disabled {
  outline-color: rgb(68 64 60 / 0.25);
}
.disabled\:outline-stone-700\/30:disabled {
  outline-color: rgb(68 64 60 / 0.3);
}
.disabled\:outline-stone-700\/35:disabled {
  outline-color: rgb(68 64 60 / 0.35);
}
.disabled\:outline-stone-700\/40:disabled {
  outline-color: rgb(68 64 60 / 0.4);
}
.disabled\:outline-stone-700\/45:disabled {
  outline-color: rgb(68 64 60 / 0.45);
}
.disabled\:outline-stone-700\/5:disabled {
  outline-color: rgb(68 64 60 / 0.05);
}
.disabled\:outline-stone-700\/50:disabled {
  outline-color: rgb(68 64 60 / 0.5);
}
.disabled\:outline-stone-700\/55:disabled {
  outline-color: rgb(68 64 60 / 0.55);
}
.disabled\:outline-stone-700\/60:disabled {
  outline-color: rgb(68 64 60 / 0.6);
}
.disabled\:outline-stone-700\/65:disabled {
  outline-color: rgb(68 64 60 / 0.65);
}
.disabled\:outline-stone-700\/70:disabled {
  outline-color: rgb(68 64 60 / 0.7);
}
.disabled\:outline-stone-700\/75:disabled {
  outline-color: rgb(68 64 60 / 0.75);
}
.disabled\:outline-stone-700\/80:disabled {
  outline-color: rgb(68 64 60 / 0.8);
}
.disabled\:outline-stone-700\/85:disabled {
  outline-color: rgb(68 64 60 / 0.85);
}
.disabled\:outline-stone-700\/90:disabled {
  outline-color: rgb(68 64 60 / 0.9);
}
.disabled\:outline-stone-700\/95:disabled {
  outline-color: rgb(68 64 60 / 0.95);
}
.disabled\:outline-stone-800:disabled {
  outline-color: #292524;
}
.disabled\:outline-stone-800\/0:disabled {
  outline-color: rgb(41 37 36 / 0);
}
.disabled\:outline-stone-800\/10:disabled {
  outline-color: rgb(41 37 36 / 0.1);
}
.disabled\:outline-stone-800\/100:disabled {
  outline-color: rgb(41 37 36 / 1);
}
.disabled\:outline-stone-800\/15:disabled {
  outline-color: rgb(41 37 36 / 0.15);
}
.disabled\:outline-stone-800\/20:disabled {
  outline-color: rgb(41 37 36 / 0.2);
}
.disabled\:outline-stone-800\/25:disabled {
  outline-color: rgb(41 37 36 / 0.25);
}
.disabled\:outline-stone-800\/30:disabled {
  outline-color: rgb(41 37 36 / 0.3);
}
.disabled\:outline-stone-800\/35:disabled {
  outline-color: rgb(41 37 36 / 0.35);
}
.disabled\:outline-stone-800\/40:disabled {
  outline-color: rgb(41 37 36 / 0.4);
}
.disabled\:outline-stone-800\/45:disabled {
  outline-color: rgb(41 37 36 / 0.45);
}
.disabled\:outline-stone-800\/5:disabled {
  outline-color: rgb(41 37 36 / 0.05);
}
.disabled\:outline-stone-800\/50:disabled {
  outline-color: rgb(41 37 36 / 0.5);
}
.disabled\:outline-stone-800\/55:disabled {
  outline-color: rgb(41 37 36 / 0.55);
}
.disabled\:outline-stone-800\/60:disabled {
  outline-color: rgb(41 37 36 / 0.6);
}
.disabled\:outline-stone-800\/65:disabled {
  outline-color: rgb(41 37 36 / 0.65);
}
.disabled\:outline-stone-800\/70:disabled {
  outline-color: rgb(41 37 36 / 0.7);
}
.disabled\:outline-stone-800\/75:disabled {
  outline-color: rgb(41 37 36 / 0.75);
}
.disabled\:outline-stone-800\/80:disabled {
  outline-color: rgb(41 37 36 / 0.8);
}
.disabled\:outline-stone-800\/85:disabled {
  outline-color: rgb(41 37 36 / 0.85);
}
.disabled\:outline-stone-800\/90:disabled {
  outline-color: rgb(41 37 36 / 0.9);
}
.disabled\:outline-stone-800\/95:disabled {
  outline-color: rgb(41 37 36 / 0.95);
}
.disabled\:outline-stone-900:disabled {
  outline-color: #1c1917;
}
.disabled\:outline-stone-900\/0:disabled {
  outline-color: rgb(28 25 23 / 0);
}
.disabled\:outline-stone-900\/10:disabled {
  outline-color: rgb(28 25 23 / 0.1);
}
.disabled\:outline-stone-900\/100:disabled {
  outline-color: rgb(28 25 23 / 1);
}
.disabled\:outline-stone-900\/15:disabled {
  outline-color: rgb(28 25 23 / 0.15);
}
.disabled\:outline-stone-900\/20:disabled {
  outline-color: rgb(28 25 23 / 0.2);
}
.disabled\:outline-stone-900\/25:disabled {
  outline-color: rgb(28 25 23 / 0.25);
}
.disabled\:outline-stone-900\/30:disabled {
  outline-color: rgb(28 25 23 / 0.3);
}
.disabled\:outline-stone-900\/35:disabled {
  outline-color: rgb(28 25 23 / 0.35);
}
.disabled\:outline-stone-900\/40:disabled {
  outline-color: rgb(28 25 23 / 0.4);
}
.disabled\:outline-stone-900\/45:disabled {
  outline-color: rgb(28 25 23 / 0.45);
}
.disabled\:outline-stone-900\/5:disabled {
  outline-color: rgb(28 25 23 / 0.05);
}
.disabled\:outline-stone-900\/50:disabled {
  outline-color: rgb(28 25 23 / 0.5);
}
.disabled\:outline-stone-900\/55:disabled {
  outline-color: rgb(28 25 23 / 0.55);
}
.disabled\:outline-stone-900\/60:disabled {
  outline-color: rgb(28 25 23 / 0.6);
}
.disabled\:outline-stone-900\/65:disabled {
  outline-color: rgb(28 25 23 / 0.65);
}
.disabled\:outline-stone-900\/70:disabled {
  outline-color: rgb(28 25 23 / 0.7);
}
.disabled\:outline-stone-900\/75:disabled {
  outline-color: rgb(28 25 23 / 0.75);
}
.disabled\:outline-stone-900\/80:disabled {
  outline-color: rgb(28 25 23 / 0.8);
}
.disabled\:outline-stone-900\/85:disabled {
  outline-color: rgb(28 25 23 / 0.85);
}
.disabled\:outline-stone-900\/90:disabled {
  outline-color: rgb(28 25 23 / 0.9);
}
.disabled\:outline-stone-900\/95:disabled {
  outline-color: rgb(28 25 23 / 0.95);
}
.disabled\:outline-stone-950:disabled {
  outline-color: #0c0a09;
}
.disabled\:outline-stone-950\/0:disabled {
  outline-color: rgb(12 10 9 / 0);
}
.disabled\:outline-stone-950\/10:disabled {
  outline-color: rgb(12 10 9 / 0.1);
}
.disabled\:outline-stone-950\/100:disabled {
  outline-color: rgb(12 10 9 / 1);
}
.disabled\:outline-stone-950\/15:disabled {
  outline-color: rgb(12 10 9 / 0.15);
}
.disabled\:outline-stone-950\/20:disabled {
  outline-color: rgb(12 10 9 / 0.2);
}
.disabled\:outline-stone-950\/25:disabled {
  outline-color: rgb(12 10 9 / 0.25);
}
.disabled\:outline-stone-950\/30:disabled {
  outline-color: rgb(12 10 9 / 0.3);
}
.disabled\:outline-stone-950\/35:disabled {
  outline-color: rgb(12 10 9 / 0.35);
}
.disabled\:outline-stone-950\/40:disabled {
  outline-color: rgb(12 10 9 / 0.4);
}
.disabled\:outline-stone-950\/45:disabled {
  outline-color: rgb(12 10 9 / 0.45);
}
.disabled\:outline-stone-950\/5:disabled {
  outline-color: rgb(12 10 9 / 0.05);
}
.disabled\:outline-stone-950\/50:disabled {
  outline-color: rgb(12 10 9 / 0.5);
}
.disabled\:outline-stone-950\/55:disabled {
  outline-color: rgb(12 10 9 / 0.55);
}
.disabled\:outline-stone-950\/60:disabled {
  outline-color: rgb(12 10 9 / 0.6);
}
.disabled\:outline-stone-950\/65:disabled {
  outline-color: rgb(12 10 9 / 0.65);
}
.disabled\:outline-stone-950\/70:disabled {
  outline-color: rgb(12 10 9 / 0.7);
}
.disabled\:outline-stone-950\/75:disabled {
  outline-color: rgb(12 10 9 / 0.75);
}
.disabled\:outline-stone-950\/80:disabled {
  outline-color: rgb(12 10 9 / 0.8);
}
.disabled\:outline-stone-950\/85:disabled {
  outline-color: rgb(12 10 9 / 0.85);
}
.disabled\:outline-stone-950\/90:disabled {
  outline-color: rgb(12 10 9 / 0.9);
}
.disabled\:outline-stone-950\/95:disabled {
  outline-color: rgb(12 10 9 / 0.95);
}
.disabled\:outline-teal-100:disabled {
  outline-color: #ccfbf1;
}
.disabled\:outline-teal-100\/0:disabled {
  outline-color: rgb(204 251 241 / 0);
}
.disabled\:outline-teal-100\/10:disabled {
  outline-color: rgb(204 251 241 / 0.1);
}
.disabled\:outline-teal-100\/100:disabled {
  outline-color: rgb(204 251 241 / 1);
}
.disabled\:outline-teal-100\/15:disabled {
  outline-color: rgb(204 251 241 / 0.15);
}
.disabled\:outline-teal-100\/20:disabled {
  outline-color: rgb(204 251 241 / 0.2);
}
.disabled\:outline-teal-100\/25:disabled {
  outline-color: rgb(204 251 241 / 0.25);
}
.disabled\:outline-teal-100\/30:disabled {
  outline-color: rgb(204 251 241 / 0.3);
}
.disabled\:outline-teal-100\/35:disabled {
  outline-color: rgb(204 251 241 / 0.35);
}
.disabled\:outline-teal-100\/40:disabled {
  outline-color: rgb(204 251 241 / 0.4);
}
.disabled\:outline-teal-100\/45:disabled {
  outline-color: rgb(204 251 241 / 0.45);
}
.disabled\:outline-teal-100\/5:disabled {
  outline-color: rgb(204 251 241 / 0.05);
}
.disabled\:outline-teal-100\/50:disabled {
  outline-color: rgb(204 251 241 / 0.5);
}
.disabled\:outline-teal-100\/55:disabled {
  outline-color: rgb(204 251 241 / 0.55);
}
.disabled\:outline-teal-100\/60:disabled {
  outline-color: rgb(204 251 241 / 0.6);
}
.disabled\:outline-teal-100\/65:disabled {
  outline-color: rgb(204 251 241 / 0.65);
}
.disabled\:outline-teal-100\/70:disabled {
  outline-color: rgb(204 251 241 / 0.7);
}
.disabled\:outline-teal-100\/75:disabled {
  outline-color: rgb(204 251 241 / 0.75);
}
.disabled\:outline-teal-100\/80:disabled {
  outline-color: rgb(204 251 241 / 0.8);
}
.disabled\:outline-teal-100\/85:disabled {
  outline-color: rgb(204 251 241 / 0.85);
}
.disabled\:outline-teal-100\/90:disabled {
  outline-color: rgb(204 251 241 / 0.9);
}
.disabled\:outline-teal-100\/95:disabled {
  outline-color: rgb(204 251 241 / 0.95);
}
.disabled\:outline-teal-200:disabled {
  outline-color: #99f6e4;
}
.disabled\:outline-teal-200\/0:disabled {
  outline-color: rgb(153 246 228 / 0);
}
.disabled\:outline-teal-200\/10:disabled {
  outline-color: rgb(153 246 228 / 0.1);
}
.disabled\:outline-teal-200\/100:disabled {
  outline-color: rgb(153 246 228 / 1);
}
.disabled\:outline-teal-200\/15:disabled {
  outline-color: rgb(153 246 228 / 0.15);
}
.disabled\:outline-teal-200\/20:disabled {
  outline-color: rgb(153 246 228 / 0.2);
}
.disabled\:outline-teal-200\/25:disabled {
  outline-color: rgb(153 246 228 / 0.25);
}
.disabled\:outline-teal-200\/30:disabled {
  outline-color: rgb(153 246 228 / 0.3);
}
.disabled\:outline-teal-200\/35:disabled {
  outline-color: rgb(153 246 228 / 0.35);
}
.disabled\:outline-teal-200\/40:disabled {
  outline-color: rgb(153 246 228 / 0.4);
}
.disabled\:outline-teal-200\/45:disabled {
  outline-color: rgb(153 246 228 / 0.45);
}
.disabled\:outline-teal-200\/5:disabled {
  outline-color: rgb(153 246 228 / 0.05);
}
.disabled\:outline-teal-200\/50:disabled {
  outline-color: rgb(153 246 228 / 0.5);
}
.disabled\:outline-teal-200\/55:disabled {
  outline-color: rgb(153 246 228 / 0.55);
}
.disabled\:outline-teal-200\/60:disabled {
  outline-color: rgb(153 246 228 / 0.6);
}
.disabled\:outline-teal-200\/65:disabled {
  outline-color: rgb(153 246 228 / 0.65);
}
.disabled\:outline-teal-200\/70:disabled {
  outline-color: rgb(153 246 228 / 0.7);
}
.disabled\:outline-teal-200\/75:disabled {
  outline-color: rgb(153 246 228 / 0.75);
}
.disabled\:outline-teal-200\/80:disabled {
  outline-color: rgb(153 246 228 / 0.8);
}
.disabled\:outline-teal-200\/85:disabled {
  outline-color: rgb(153 246 228 / 0.85);
}
.disabled\:outline-teal-200\/90:disabled {
  outline-color: rgb(153 246 228 / 0.9);
}
.disabled\:outline-teal-200\/95:disabled {
  outline-color: rgb(153 246 228 / 0.95);
}
.disabled\:outline-teal-300:disabled {
  outline-color: #5eead4;
}
.disabled\:outline-teal-300\/0:disabled {
  outline-color: rgb(94 234 212 / 0);
}
.disabled\:outline-teal-300\/10:disabled {
  outline-color: rgb(94 234 212 / 0.1);
}
.disabled\:outline-teal-300\/100:disabled {
  outline-color: rgb(94 234 212 / 1);
}
.disabled\:outline-teal-300\/15:disabled {
  outline-color: rgb(94 234 212 / 0.15);
}
.disabled\:outline-teal-300\/20:disabled {
  outline-color: rgb(94 234 212 / 0.2);
}
.disabled\:outline-teal-300\/25:disabled {
  outline-color: rgb(94 234 212 / 0.25);
}
.disabled\:outline-teal-300\/30:disabled {
  outline-color: rgb(94 234 212 / 0.3);
}
.disabled\:outline-teal-300\/35:disabled {
  outline-color: rgb(94 234 212 / 0.35);
}
.disabled\:outline-teal-300\/40:disabled {
  outline-color: rgb(94 234 212 / 0.4);
}
.disabled\:outline-teal-300\/45:disabled {
  outline-color: rgb(94 234 212 / 0.45);
}
.disabled\:outline-teal-300\/5:disabled {
  outline-color: rgb(94 234 212 / 0.05);
}
.disabled\:outline-teal-300\/50:disabled {
  outline-color: rgb(94 234 212 / 0.5);
}
.disabled\:outline-teal-300\/55:disabled {
  outline-color: rgb(94 234 212 / 0.55);
}
.disabled\:outline-teal-300\/60:disabled {
  outline-color: rgb(94 234 212 / 0.6);
}
.disabled\:outline-teal-300\/65:disabled {
  outline-color: rgb(94 234 212 / 0.65);
}
.disabled\:outline-teal-300\/70:disabled {
  outline-color: rgb(94 234 212 / 0.7);
}
.disabled\:outline-teal-300\/75:disabled {
  outline-color: rgb(94 234 212 / 0.75);
}
.disabled\:outline-teal-300\/80:disabled {
  outline-color: rgb(94 234 212 / 0.8);
}
.disabled\:outline-teal-300\/85:disabled {
  outline-color: rgb(94 234 212 / 0.85);
}
.disabled\:outline-teal-300\/90:disabled {
  outline-color: rgb(94 234 212 / 0.9);
}
.disabled\:outline-teal-300\/95:disabled {
  outline-color: rgb(94 234 212 / 0.95);
}
.disabled\:outline-teal-400:disabled {
  outline-color: #2dd4bf;
}
.disabled\:outline-teal-400\/0:disabled {
  outline-color: rgb(45 212 191 / 0);
}
.disabled\:outline-teal-400\/10:disabled {
  outline-color: rgb(45 212 191 / 0.1);
}
.disabled\:outline-teal-400\/100:disabled {
  outline-color: rgb(45 212 191 / 1);
}
.disabled\:outline-teal-400\/15:disabled {
  outline-color: rgb(45 212 191 / 0.15);
}
.disabled\:outline-teal-400\/20:disabled {
  outline-color: rgb(45 212 191 / 0.2);
}
.disabled\:outline-teal-400\/25:disabled {
  outline-color: rgb(45 212 191 / 0.25);
}
.disabled\:outline-teal-400\/30:disabled {
  outline-color: rgb(45 212 191 / 0.3);
}
.disabled\:outline-teal-400\/35:disabled {
  outline-color: rgb(45 212 191 / 0.35);
}
.disabled\:outline-teal-400\/40:disabled {
  outline-color: rgb(45 212 191 / 0.4);
}
.disabled\:outline-teal-400\/45:disabled {
  outline-color: rgb(45 212 191 / 0.45);
}
.disabled\:outline-teal-400\/5:disabled {
  outline-color: rgb(45 212 191 / 0.05);
}
.disabled\:outline-teal-400\/50:disabled {
  outline-color: rgb(45 212 191 / 0.5);
}
.disabled\:outline-teal-400\/55:disabled {
  outline-color: rgb(45 212 191 / 0.55);
}
.disabled\:outline-teal-400\/60:disabled {
  outline-color: rgb(45 212 191 / 0.6);
}
.disabled\:outline-teal-400\/65:disabled {
  outline-color: rgb(45 212 191 / 0.65);
}
.disabled\:outline-teal-400\/70:disabled {
  outline-color: rgb(45 212 191 / 0.7);
}
.disabled\:outline-teal-400\/75:disabled {
  outline-color: rgb(45 212 191 / 0.75);
}
.disabled\:outline-teal-400\/80:disabled {
  outline-color: rgb(45 212 191 / 0.8);
}
.disabled\:outline-teal-400\/85:disabled {
  outline-color: rgb(45 212 191 / 0.85);
}
.disabled\:outline-teal-400\/90:disabled {
  outline-color: rgb(45 212 191 / 0.9);
}
.disabled\:outline-teal-400\/95:disabled {
  outline-color: rgb(45 212 191 / 0.95);
}
.disabled\:outline-teal-50:disabled {
  outline-color: #f0fdfa;
}
.disabled\:outline-teal-50\/0:disabled {
  outline-color: rgb(240 253 250 / 0);
}
.disabled\:outline-teal-50\/10:disabled {
  outline-color: rgb(240 253 250 / 0.1);
}
.disabled\:outline-teal-50\/100:disabled {
  outline-color: rgb(240 253 250 / 1);
}
.disabled\:outline-teal-50\/15:disabled {
  outline-color: rgb(240 253 250 / 0.15);
}
.disabled\:outline-teal-50\/20:disabled {
  outline-color: rgb(240 253 250 / 0.2);
}
.disabled\:outline-teal-50\/25:disabled {
  outline-color: rgb(240 253 250 / 0.25);
}
.disabled\:outline-teal-50\/30:disabled {
  outline-color: rgb(240 253 250 / 0.3);
}
.disabled\:outline-teal-50\/35:disabled {
  outline-color: rgb(240 253 250 / 0.35);
}
.disabled\:outline-teal-50\/40:disabled {
  outline-color: rgb(240 253 250 / 0.4);
}
.disabled\:outline-teal-50\/45:disabled {
  outline-color: rgb(240 253 250 / 0.45);
}
.disabled\:outline-teal-50\/5:disabled {
  outline-color: rgb(240 253 250 / 0.05);
}
.disabled\:outline-teal-50\/50:disabled {
  outline-color: rgb(240 253 250 / 0.5);
}
.disabled\:outline-teal-50\/55:disabled {
  outline-color: rgb(240 253 250 / 0.55);
}
.disabled\:outline-teal-50\/60:disabled {
  outline-color: rgb(240 253 250 / 0.6);
}
.disabled\:outline-teal-50\/65:disabled {
  outline-color: rgb(240 253 250 / 0.65);
}
.disabled\:outline-teal-50\/70:disabled {
  outline-color: rgb(240 253 250 / 0.7);
}
.disabled\:outline-teal-50\/75:disabled {
  outline-color: rgb(240 253 250 / 0.75);
}
.disabled\:outline-teal-50\/80:disabled {
  outline-color: rgb(240 253 250 / 0.8);
}
.disabled\:outline-teal-50\/85:disabled {
  outline-color: rgb(240 253 250 / 0.85);
}
.disabled\:outline-teal-50\/90:disabled {
  outline-color: rgb(240 253 250 / 0.9);
}
.disabled\:outline-teal-50\/95:disabled {
  outline-color: rgb(240 253 250 / 0.95);
}
.disabled\:outline-teal-500:disabled {
  outline-color: #14b8a6;
}
.disabled\:outline-teal-500\/0:disabled {
  outline-color: rgb(20 184 166 / 0);
}
.disabled\:outline-teal-500\/10:disabled {
  outline-color: rgb(20 184 166 / 0.1);
}
.disabled\:outline-teal-500\/100:disabled {
  outline-color: rgb(20 184 166 / 1);
}
.disabled\:outline-teal-500\/15:disabled {
  outline-color: rgb(20 184 166 / 0.15);
}
.disabled\:outline-teal-500\/20:disabled {
  outline-color: rgb(20 184 166 / 0.2);
}
.disabled\:outline-teal-500\/25:disabled {
  outline-color: rgb(20 184 166 / 0.25);
}
.disabled\:outline-teal-500\/30:disabled {
  outline-color: rgb(20 184 166 / 0.3);
}
.disabled\:outline-teal-500\/35:disabled {
  outline-color: rgb(20 184 166 / 0.35);
}
.disabled\:outline-teal-500\/40:disabled {
  outline-color: rgb(20 184 166 / 0.4);
}
.disabled\:outline-teal-500\/45:disabled {
  outline-color: rgb(20 184 166 / 0.45);
}
.disabled\:outline-teal-500\/5:disabled {
  outline-color: rgb(20 184 166 / 0.05);
}
.disabled\:outline-teal-500\/50:disabled {
  outline-color: rgb(20 184 166 / 0.5);
}
.disabled\:outline-teal-500\/55:disabled {
  outline-color: rgb(20 184 166 / 0.55);
}
.disabled\:outline-teal-500\/60:disabled {
  outline-color: rgb(20 184 166 / 0.6);
}
.disabled\:outline-teal-500\/65:disabled {
  outline-color: rgb(20 184 166 / 0.65);
}
.disabled\:outline-teal-500\/70:disabled {
  outline-color: rgb(20 184 166 / 0.7);
}
.disabled\:outline-teal-500\/75:disabled {
  outline-color: rgb(20 184 166 / 0.75);
}
.disabled\:outline-teal-500\/80:disabled {
  outline-color: rgb(20 184 166 / 0.8);
}
.disabled\:outline-teal-500\/85:disabled {
  outline-color: rgb(20 184 166 / 0.85);
}
.disabled\:outline-teal-500\/90:disabled {
  outline-color: rgb(20 184 166 / 0.9);
}
.disabled\:outline-teal-500\/95:disabled {
  outline-color: rgb(20 184 166 / 0.95);
}
.disabled\:outline-teal-600:disabled {
  outline-color: #0d9488;
}
.disabled\:outline-teal-600\/0:disabled {
  outline-color: rgb(13 148 136 / 0);
}
.disabled\:outline-teal-600\/10:disabled {
  outline-color: rgb(13 148 136 / 0.1);
}
.disabled\:outline-teal-600\/100:disabled {
  outline-color: rgb(13 148 136 / 1);
}
.disabled\:outline-teal-600\/15:disabled {
  outline-color: rgb(13 148 136 / 0.15);
}
.disabled\:outline-teal-600\/20:disabled {
  outline-color: rgb(13 148 136 / 0.2);
}
.disabled\:outline-teal-600\/25:disabled {
  outline-color: rgb(13 148 136 / 0.25);
}
.disabled\:outline-teal-600\/30:disabled {
  outline-color: rgb(13 148 136 / 0.3);
}
.disabled\:outline-teal-600\/35:disabled {
  outline-color: rgb(13 148 136 / 0.35);
}
.disabled\:outline-teal-600\/40:disabled {
  outline-color: rgb(13 148 136 / 0.4);
}
.disabled\:outline-teal-600\/45:disabled {
  outline-color: rgb(13 148 136 / 0.45);
}
.disabled\:outline-teal-600\/5:disabled {
  outline-color: rgb(13 148 136 / 0.05);
}
.disabled\:outline-teal-600\/50:disabled {
  outline-color: rgb(13 148 136 / 0.5);
}
.disabled\:outline-teal-600\/55:disabled {
  outline-color: rgb(13 148 136 / 0.55);
}
.disabled\:outline-teal-600\/60:disabled {
  outline-color: rgb(13 148 136 / 0.6);
}
.disabled\:outline-teal-600\/65:disabled {
  outline-color: rgb(13 148 136 / 0.65);
}
.disabled\:outline-teal-600\/70:disabled {
  outline-color: rgb(13 148 136 / 0.7);
}
.disabled\:outline-teal-600\/75:disabled {
  outline-color: rgb(13 148 136 / 0.75);
}
.disabled\:outline-teal-600\/80:disabled {
  outline-color: rgb(13 148 136 / 0.8);
}
.disabled\:outline-teal-600\/85:disabled {
  outline-color: rgb(13 148 136 / 0.85);
}
.disabled\:outline-teal-600\/90:disabled {
  outline-color: rgb(13 148 136 / 0.9);
}
.disabled\:outline-teal-600\/95:disabled {
  outline-color: rgb(13 148 136 / 0.95);
}
.disabled\:outline-teal-700:disabled {
  outline-color: #0f766e;
}
.disabled\:outline-teal-700\/0:disabled {
  outline-color: rgb(15 118 110 / 0);
}
.disabled\:outline-teal-700\/10:disabled {
  outline-color: rgb(15 118 110 / 0.1);
}
.disabled\:outline-teal-700\/100:disabled {
  outline-color: rgb(15 118 110 / 1);
}
.disabled\:outline-teal-700\/15:disabled {
  outline-color: rgb(15 118 110 / 0.15);
}
.disabled\:outline-teal-700\/20:disabled {
  outline-color: rgb(15 118 110 / 0.2);
}
.disabled\:outline-teal-700\/25:disabled {
  outline-color: rgb(15 118 110 / 0.25);
}
.disabled\:outline-teal-700\/30:disabled {
  outline-color: rgb(15 118 110 / 0.3);
}
.disabled\:outline-teal-700\/35:disabled {
  outline-color: rgb(15 118 110 / 0.35);
}
.disabled\:outline-teal-700\/40:disabled {
  outline-color: rgb(15 118 110 / 0.4);
}
.disabled\:outline-teal-700\/45:disabled {
  outline-color: rgb(15 118 110 / 0.45);
}
.disabled\:outline-teal-700\/5:disabled {
  outline-color: rgb(15 118 110 / 0.05);
}
.disabled\:outline-teal-700\/50:disabled {
  outline-color: rgb(15 118 110 / 0.5);
}
.disabled\:outline-teal-700\/55:disabled {
  outline-color: rgb(15 118 110 / 0.55);
}
.disabled\:outline-teal-700\/60:disabled {
  outline-color: rgb(15 118 110 / 0.6);
}
.disabled\:outline-teal-700\/65:disabled {
  outline-color: rgb(15 118 110 / 0.65);
}
.disabled\:outline-teal-700\/70:disabled {
  outline-color: rgb(15 118 110 / 0.7);
}
.disabled\:outline-teal-700\/75:disabled {
  outline-color: rgb(15 118 110 / 0.75);
}
.disabled\:outline-teal-700\/80:disabled {
  outline-color: rgb(15 118 110 / 0.8);
}
.disabled\:outline-teal-700\/85:disabled {
  outline-color: rgb(15 118 110 / 0.85);
}
.disabled\:outline-teal-700\/90:disabled {
  outline-color: rgb(15 118 110 / 0.9);
}
.disabled\:outline-teal-700\/95:disabled {
  outline-color: rgb(15 118 110 / 0.95);
}
.disabled\:outline-teal-800:disabled {
  outline-color: #115e59;
}
.disabled\:outline-teal-800\/0:disabled {
  outline-color: rgb(17 94 89 / 0);
}
.disabled\:outline-teal-800\/10:disabled {
  outline-color: rgb(17 94 89 / 0.1);
}
.disabled\:outline-teal-800\/100:disabled {
  outline-color: rgb(17 94 89 / 1);
}
.disabled\:outline-teal-800\/15:disabled {
  outline-color: rgb(17 94 89 / 0.15);
}
.disabled\:outline-teal-800\/20:disabled {
  outline-color: rgb(17 94 89 / 0.2);
}
.disabled\:outline-teal-800\/25:disabled {
  outline-color: rgb(17 94 89 / 0.25);
}
.disabled\:outline-teal-800\/30:disabled {
  outline-color: rgb(17 94 89 / 0.3);
}
.disabled\:outline-teal-800\/35:disabled {
  outline-color: rgb(17 94 89 / 0.35);
}
.disabled\:outline-teal-800\/40:disabled {
  outline-color: rgb(17 94 89 / 0.4);
}
.disabled\:outline-teal-800\/45:disabled {
  outline-color: rgb(17 94 89 / 0.45);
}
.disabled\:outline-teal-800\/5:disabled {
  outline-color: rgb(17 94 89 / 0.05);
}
.disabled\:outline-teal-800\/50:disabled {
  outline-color: rgb(17 94 89 / 0.5);
}
.disabled\:outline-teal-800\/55:disabled {
  outline-color: rgb(17 94 89 / 0.55);
}
.disabled\:outline-teal-800\/60:disabled {
  outline-color: rgb(17 94 89 / 0.6);
}
.disabled\:outline-teal-800\/65:disabled {
  outline-color: rgb(17 94 89 / 0.65);
}
.disabled\:outline-teal-800\/70:disabled {
  outline-color: rgb(17 94 89 / 0.7);
}
.disabled\:outline-teal-800\/75:disabled {
  outline-color: rgb(17 94 89 / 0.75);
}
.disabled\:outline-teal-800\/80:disabled {
  outline-color: rgb(17 94 89 / 0.8);
}
.disabled\:outline-teal-800\/85:disabled {
  outline-color: rgb(17 94 89 / 0.85);
}
.disabled\:outline-teal-800\/90:disabled {
  outline-color: rgb(17 94 89 / 0.9);
}
.disabled\:outline-teal-800\/95:disabled {
  outline-color: rgb(17 94 89 / 0.95);
}
.disabled\:outline-teal-900:disabled {
  outline-color: #134e4a;
}
.disabled\:outline-teal-900\/0:disabled {
  outline-color: rgb(19 78 74 / 0);
}
.disabled\:outline-teal-900\/10:disabled {
  outline-color: rgb(19 78 74 / 0.1);
}
.disabled\:outline-teal-900\/100:disabled {
  outline-color: rgb(19 78 74 / 1);
}
.disabled\:outline-teal-900\/15:disabled {
  outline-color: rgb(19 78 74 / 0.15);
}
.disabled\:outline-teal-900\/20:disabled {
  outline-color: rgb(19 78 74 / 0.2);
}
.disabled\:outline-teal-900\/25:disabled {
  outline-color: rgb(19 78 74 / 0.25);
}
.disabled\:outline-teal-900\/30:disabled {
  outline-color: rgb(19 78 74 / 0.3);
}
.disabled\:outline-teal-900\/35:disabled {
  outline-color: rgb(19 78 74 / 0.35);
}
.disabled\:outline-teal-900\/40:disabled {
  outline-color: rgb(19 78 74 / 0.4);
}
.disabled\:outline-teal-900\/45:disabled {
  outline-color: rgb(19 78 74 / 0.45);
}
.disabled\:outline-teal-900\/5:disabled {
  outline-color: rgb(19 78 74 / 0.05);
}
.disabled\:outline-teal-900\/50:disabled {
  outline-color: rgb(19 78 74 / 0.5);
}
.disabled\:outline-teal-900\/55:disabled {
  outline-color: rgb(19 78 74 / 0.55);
}
.disabled\:outline-teal-900\/60:disabled {
  outline-color: rgb(19 78 74 / 0.6);
}
.disabled\:outline-teal-900\/65:disabled {
  outline-color: rgb(19 78 74 / 0.65);
}
.disabled\:outline-teal-900\/70:disabled {
  outline-color: rgb(19 78 74 / 0.7);
}
.disabled\:outline-teal-900\/75:disabled {
  outline-color: rgb(19 78 74 / 0.75);
}
.disabled\:outline-teal-900\/80:disabled {
  outline-color: rgb(19 78 74 / 0.8);
}
.disabled\:outline-teal-900\/85:disabled {
  outline-color: rgb(19 78 74 / 0.85);
}
.disabled\:outline-teal-900\/90:disabled {
  outline-color: rgb(19 78 74 / 0.9);
}
.disabled\:outline-teal-900\/95:disabled {
  outline-color: rgb(19 78 74 / 0.95);
}
.disabled\:outline-teal-950:disabled {
  outline-color: #042f2e;
}
.disabled\:outline-teal-950\/0:disabled {
  outline-color: rgb(4 47 46 / 0);
}
.disabled\:outline-teal-950\/10:disabled {
  outline-color: rgb(4 47 46 / 0.1);
}
.disabled\:outline-teal-950\/100:disabled {
  outline-color: rgb(4 47 46 / 1);
}
.disabled\:outline-teal-950\/15:disabled {
  outline-color: rgb(4 47 46 / 0.15);
}
.disabled\:outline-teal-950\/20:disabled {
  outline-color: rgb(4 47 46 / 0.2);
}
.disabled\:outline-teal-950\/25:disabled {
  outline-color: rgb(4 47 46 / 0.25);
}
.disabled\:outline-teal-950\/30:disabled {
  outline-color: rgb(4 47 46 / 0.3);
}
.disabled\:outline-teal-950\/35:disabled {
  outline-color: rgb(4 47 46 / 0.35);
}
.disabled\:outline-teal-950\/40:disabled {
  outline-color: rgb(4 47 46 / 0.4);
}
.disabled\:outline-teal-950\/45:disabled {
  outline-color: rgb(4 47 46 / 0.45);
}
.disabled\:outline-teal-950\/5:disabled {
  outline-color: rgb(4 47 46 / 0.05);
}
.disabled\:outline-teal-950\/50:disabled {
  outline-color: rgb(4 47 46 / 0.5);
}
.disabled\:outline-teal-950\/55:disabled {
  outline-color: rgb(4 47 46 / 0.55);
}
.disabled\:outline-teal-950\/60:disabled {
  outline-color: rgb(4 47 46 / 0.6);
}
.disabled\:outline-teal-950\/65:disabled {
  outline-color: rgb(4 47 46 / 0.65);
}
.disabled\:outline-teal-950\/70:disabled {
  outline-color: rgb(4 47 46 / 0.7);
}
.disabled\:outline-teal-950\/75:disabled {
  outline-color: rgb(4 47 46 / 0.75);
}
.disabled\:outline-teal-950\/80:disabled {
  outline-color: rgb(4 47 46 / 0.8);
}
.disabled\:outline-teal-950\/85:disabled {
  outline-color: rgb(4 47 46 / 0.85);
}
.disabled\:outline-teal-950\/90:disabled {
  outline-color: rgb(4 47 46 / 0.9);
}
.disabled\:outline-teal-950\/95:disabled {
  outline-color: rgb(4 47 46 / 0.95);
}
.disabled\:outline-transparent:disabled {
  outline-color: transparent;
}
.disabled\:outline-transparent\/0:disabled {
  outline-color: rgb(0 0 0 / 0);
}
.disabled\:outline-transparent\/10:disabled {
  outline-color: rgb(0 0 0 / 0.1);
}
.disabled\:outline-transparent\/100:disabled {
  outline-color: rgb(0 0 0 / 1);
}
.disabled\:outline-transparent\/15:disabled {
  outline-color: rgb(0 0 0 / 0.15);
}
.disabled\:outline-transparent\/20:disabled {
  outline-color: rgb(0 0 0 / 0.2);
}
.disabled\:outline-transparent\/25:disabled {
  outline-color: rgb(0 0 0 / 0.25);
}
.disabled\:outline-transparent\/30:disabled {
  outline-color: rgb(0 0 0 / 0.3);
}
.disabled\:outline-transparent\/35:disabled {
  outline-color: rgb(0 0 0 / 0.35);
}
.disabled\:outline-transparent\/40:disabled {
  outline-color: rgb(0 0 0 / 0.4);
}
.disabled\:outline-transparent\/45:disabled {
  outline-color: rgb(0 0 0 / 0.45);
}
.disabled\:outline-transparent\/5:disabled {
  outline-color: rgb(0 0 0 / 0.05);
}
.disabled\:outline-transparent\/50:disabled {
  outline-color: rgb(0 0 0 / 0.5);
}
.disabled\:outline-transparent\/55:disabled {
  outline-color: rgb(0 0 0 / 0.55);
}
.disabled\:outline-transparent\/60:disabled {
  outline-color: rgb(0 0 0 / 0.6);
}
.disabled\:outline-transparent\/65:disabled {
  outline-color: rgb(0 0 0 / 0.65);
}
.disabled\:outline-transparent\/70:disabled {
  outline-color: rgb(0 0 0 / 0.7);
}
.disabled\:outline-transparent\/75:disabled {
  outline-color: rgb(0 0 0 / 0.75);
}
.disabled\:outline-transparent\/80:disabled {
  outline-color: rgb(0 0 0 / 0.8);
}
.disabled\:outline-transparent\/85:disabled {
  outline-color: rgb(0 0 0 / 0.85);
}
.disabled\:outline-transparent\/90:disabled {
  outline-color: rgb(0 0 0 / 0.9);
}
.disabled\:outline-transparent\/95:disabled {
  outline-color: rgb(0 0 0 / 0.95);
}
.disabled\:outline-violet-100:disabled {
  outline-color: #ede9fe;
}
.disabled\:outline-violet-100\/0:disabled {
  outline-color: rgb(237 233 254 / 0);
}
.disabled\:outline-violet-100\/10:disabled {
  outline-color: rgb(237 233 254 / 0.1);
}
.disabled\:outline-violet-100\/100:disabled {
  outline-color: rgb(237 233 254 / 1);
}
.disabled\:outline-violet-100\/15:disabled {
  outline-color: rgb(237 233 254 / 0.15);
}
.disabled\:outline-violet-100\/20:disabled {
  outline-color: rgb(237 233 254 / 0.2);
}
.disabled\:outline-violet-100\/25:disabled {
  outline-color: rgb(237 233 254 / 0.25);
}
.disabled\:outline-violet-100\/30:disabled {
  outline-color: rgb(237 233 254 / 0.3);
}
.disabled\:outline-violet-100\/35:disabled {
  outline-color: rgb(237 233 254 / 0.35);
}
.disabled\:outline-violet-100\/40:disabled {
  outline-color: rgb(237 233 254 / 0.4);
}
.disabled\:outline-violet-100\/45:disabled {
  outline-color: rgb(237 233 254 / 0.45);
}
.disabled\:outline-violet-100\/5:disabled {
  outline-color: rgb(237 233 254 / 0.05);
}
.disabled\:outline-violet-100\/50:disabled {
  outline-color: rgb(237 233 254 / 0.5);
}
.disabled\:outline-violet-100\/55:disabled {
  outline-color: rgb(237 233 254 / 0.55);
}
.disabled\:outline-violet-100\/60:disabled {
  outline-color: rgb(237 233 254 / 0.6);
}
.disabled\:outline-violet-100\/65:disabled {
  outline-color: rgb(237 233 254 / 0.65);
}
.disabled\:outline-violet-100\/70:disabled {
  outline-color: rgb(237 233 254 / 0.7);
}
.disabled\:outline-violet-100\/75:disabled {
  outline-color: rgb(237 233 254 / 0.75);
}
.disabled\:outline-violet-100\/80:disabled {
  outline-color: rgb(237 233 254 / 0.8);
}
.disabled\:outline-violet-100\/85:disabled {
  outline-color: rgb(237 233 254 / 0.85);
}
.disabled\:outline-violet-100\/90:disabled {
  outline-color: rgb(237 233 254 / 0.9);
}
.disabled\:outline-violet-100\/95:disabled {
  outline-color: rgb(237 233 254 / 0.95);
}
.disabled\:outline-violet-200:disabled {
  outline-color: #ddd6fe;
}
.disabled\:outline-violet-200\/0:disabled {
  outline-color: rgb(221 214 254 / 0);
}
.disabled\:outline-violet-200\/10:disabled {
  outline-color: rgb(221 214 254 / 0.1);
}
.disabled\:outline-violet-200\/100:disabled {
  outline-color: rgb(221 214 254 / 1);
}
.disabled\:outline-violet-200\/15:disabled {
  outline-color: rgb(221 214 254 / 0.15);
}
.disabled\:outline-violet-200\/20:disabled {
  outline-color: rgb(221 214 254 / 0.2);
}
.disabled\:outline-violet-200\/25:disabled {
  outline-color: rgb(221 214 254 / 0.25);
}
.disabled\:outline-violet-200\/30:disabled {
  outline-color: rgb(221 214 254 / 0.3);
}
.disabled\:outline-violet-200\/35:disabled {
  outline-color: rgb(221 214 254 / 0.35);
}
.disabled\:outline-violet-200\/40:disabled {
  outline-color: rgb(221 214 254 / 0.4);
}
.disabled\:outline-violet-200\/45:disabled {
  outline-color: rgb(221 214 254 / 0.45);
}
.disabled\:outline-violet-200\/5:disabled {
  outline-color: rgb(221 214 254 / 0.05);
}
.disabled\:outline-violet-200\/50:disabled {
  outline-color: rgb(221 214 254 / 0.5);
}
.disabled\:outline-violet-200\/55:disabled {
  outline-color: rgb(221 214 254 / 0.55);
}
.disabled\:outline-violet-200\/60:disabled {
  outline-color: rgb(221 214 254 / 0.6);
}
.disabled\:outline-violet-200\/65:disabled {
  outline-color: rgb(221 214 254 / 0.65);
}
.disabled\:outline-violet-200\/70:disabled {
  outline-color: rgb(221 214 254 / 0.7);
}
.disabled\:outline-violet-200\/75:disabled {
  outline-color: rgb(221 214 254 / 0.75);
}
.disabled\:outline-violet-200\/80:disabled {
  outline-color: rgb(221 214 254 / 0.8);
}
.disabled\:outline-violet-200\/85:disabled {
  outline-color: rgb(221 214 254 / 0.85);
}
.disabled\:outline-violet-200\/90:disabled {
  outline-color: rgb(221 214 254 / 0.9);
}
.disabled\:outline-violet-200\/95:disabled {
  outline-color: rgb(221 214 254 / 0.95);
}
.disabled\:outline-violet-300:disabled {
  outline-color: #c4b5fd;
}
.disabled\:outline-violet-300\/0:disabled {
  outline-color: rgb(196 181 253 / 0);
}
.disabled\:outline-violet-300\/10:disabled {
  outline-color: rgb(196 181 253 / 0.1);
}
.disabled\:outline-violet-300\/100:disabled {
  outline-color: rgb(196 181 253 / 1);
}
.disabled\:outline-violet-300\/15:disabled {
  outline-color: rgb(196 181 253 / 0.15);
}
.disabled\:outline-violet-300\/20:disabled {
  outline-color: rgb(196 181 253 / 0.2);
}
.disabled\:outline-violet-300\/25:disabled {
  outline-color: rgb(196 181 253 / 0.25);
}
.disabled\:outline-violet-300\/30:disabled {
  outline-color: rgb(196 181 253 / 0.3);
}
.disabled\:outline-violet-300\/35:disabled {
  outline-color: rgb(196 181 253 / 0.35);
}
.disabled\:outline-violet-300\/40:disabled {
  outline-color: rgb(196 181 253 / 0.4);
}
.disabled\:outline-violet-300\/45:disabled {
  outline-color: rgb(196 181 253 / 0.45);
}
.disabled\:outline-violet-300\/5:disabled {
  outline-color: rgb(196 181 253 / 0.05);
}
.disabled\:outline-violet-300\/50:disabled {
  outline-color: rgb(196 181 253 / 0.5);
}
.disabled\:outline-violet-300\/55:disabled {
  outline-color: rgb(196 181 253 / 0.55);
}
.disabled\:outline-violet-300\/60:disabled {
  outline-color: rgb(196 181 253 / 0.6);
}
.disabled\:outline-violet-300\/65:disabled {
  outline-color: rgb(196 181 253 / 0.65);
}
.disabled\:outline-violet-300\/70:disabled {
  outline-color: rgb(196 181 253 / 0.7);
}
.disabled\:outline-violet-300\/75:disabled {
  outline-color: rgb(196 181 253 / 0.75);
}
.disabled\:outline-violet-300\/80:disabled {
  outline-color: rgb(196 181 253 / 0.8);
}
.disabled\:outline-violet-300\/85:disabled {
  outline-color: rgb(196 181 253 / 0.85);
}
.disabled\:outline-violet-300\/90:disabled {
  outline-color: rgb(196 181 253 / 0.9);
}
.disabled\:outline-violet-300\/95:disabled {
  outline-color: rgb(196 181 253 / 0.95);
}
.disabled\:outline-violet-400:disabled {
  outline-color: #a78bfa;
}
.disabled\:outline-violet-400\/0:disabled {
  outline-color: rgb(167 139 250 / 0);
}
.disabled\:outline-violet-400\/10:disabled {
  outline-color: rgb(167 139 250 / 0.1);
}
.disabled\:outline-violet-400\/100:disabled {
  outline-color: rgb(167 139 250 / 1);
}
.disabled\:outline-violet-400\/15:disabled {
  outline-color: rgb(167 139 250 / 0.15);
}
.disabled\:outline-violet-400\/20:disabled {
  outline-color: rgb(167 139 250 / 0.2);
}
.disabled\:outline-violet-400\/25:disabled {
  outline-color: rgb(167 139 250 / 0.25);
}
.disabled\:outline-violet-400\/30:disabled {
  outline-color: rgb(167 139 250 / 0.3);
}
.disabled\:outline-violet-400\/35:disabled {
  outline-color: rgb(167 139 250 / 0.35);
}
.disabled\:outline-violet-400\/40:disabled {
  outline-color: rgb(167 139 250 / 0.4);
}
.disabled\:outline-violet-400\/45:disabled {
  outline-color: rgb(167 139 250 / 0.45);
}
.disabled\:outline-violet-400\/5:disabled {
  outline-color: rgb(167 139 250 / 0.05);
}
.disabled\:outline-violet-400\/50:disabled {
  outline-color: rgb(167 139 250 / 0.5);
}
.disabled\:outline-violet-400\/55:disabled {
  outline-color: rgb(167 139 250 / 0.55);
}
.disabled\:outline-violet-400\/60:disabled {
  outline-color: rgb(167 139 250 / 0.6);
}
.disabled\:outline-violet-400\/65:disabled {
  outline-color: rgb(167 139 250 / 0.65);
}
.disabled\:outline-violet-400\/70:disabled {
  outline-color: rgb(167 139 250 / 0.7);
}
.disabled\:outline-violet-400\/75:disabled {
  outline-color: rgb(167 139 250 / 0.75);
}
.disabled\:outline-violet-400\/80:disabled {
  outline-color: rgb(167 139 250 / 0.8);
}
.disabled\:outline-violet-400\/85:disabled {
  outline-color: rgb(167 139 250 / 0.85);
}
.disabled\:outline-violet-400\/90:disabled {
  outline-color: rgb(167 139 250 / 0.9);
}
.disabled\:outline-violet-400\/95:disabled {
  outline-color: rgb(167 139 250 / 0.95);
}
.disabled\:outline-violet-50:disabled {
  outline-color: #f5f3ff;
}
.disabled\:outline-violet-50\/0:disabled {
  outline-color: rgb(245 243 255 / 0);
}
.disabled\:outline-violet-50\/10:disabled {
  outline-color: rgb(245 243 255 / 0.1);
}
.disabled\:outline-violet-50\/100:disabled {
  outline-color: rgb(245 243 255 / 1);
}
.disabled\:outline-violet-50\/15:disabled {
  outline-color: rgb(245 243 255 / 0.15);
}
.disabled\:outline-violet-50\/20:disabled {
  outline-color: rgb(245 243 255 / 0.2);
}
.disabled\:outline-violet-50\/25:disabled {
  outline-color: rgb(245 243 255 / 0.25);
}
.disabled\:outline-violet-50\/30:disabled {
  outline-color: rgb(245 243 255 / 0.3);
}
.disabled\:outline-violet-50\/35:disabled {
  outline-color: rgb(245 243 255 / 0.35);
}
.disabled\:outline-violet-50\/40:disabled {
  outline-color: rgb(245 243 255 / 0.4);
}
.disabled\:outline-violet-50\/45:disabled {
  outline-color: rgb(245 243 255 / 0.45);
}
.disabled\:outline-violet-50\/5:disabled {
  outline-color: rgb(245 243 255 / 0.05);
}
.disabled\:outline-violet-50\/50:disabled {
  outline-color: rgb(245 243 255 / 0.5);
}
.disabled\:outline-violet-50\/55:disabled {
  outline-color: rgb(245 243 255 / 0.55);
}
.disabled\:outline-violet-50\/60:disabled {
  outline-color: rgb(245 243 255 / 0.6);
}
.disabled\:outline-violet-50\/65:disabled {
  outline-color: rgb(245 243 255 / 0.65);
}
.disabled\:outline-violet-50\/70:disabled {
  outline-color: rgb(245 243 255 / 0.7);
}
.disabled\:outline-violet-50\/75:disabled {
  outline-color: rgb(245 243 255 / 0.75);
}
.disabled\:outline-violet-50\/80:disabled {
  outline-color: rgb(245 243 255 / 0.8);
}
.disabled\:outline-violet-50\/85:disabled {
  outline-color: rgb(245 243 255 / 0.85);
}
.disabled\:outline-violet-50\/90:disabled {
  outline-color: rgb(245 243 255 / 0.9);
}
.disabled\:outline-violet-50\/95:disabled {
  outline-color: rgb(245 243 255 / 0.95);
}
.disabled\:outline-violet-500:disabled {
  outline-color: #8b5cf6;
}
.disabled\:outline-violet-500\/0:disabled {
  outline-color: rgb(139 92 246 / 0);
}
.disabled\:outline-violet-500\/10:disabled {
  outline-color: rgb(139 92 246 / 0.1);
}
.disabled\:outline-violet-500\/100:disabled {
  outline-color: rgb(139 92 246 / 1);
}
.disabled\:outline-violet-500\/15:disabled {
  outline-color: rgb(139 92 246 / 0.15);
}
.disabled\:outline-violet-500\/20:disabled {
  outline-color: rgb(139 92 246 / 0.2);
}
.disabled\:outline-violet-500\/25:disabled {
  outline-color: rgb(139 92 246 / 0.25);
}
.disabled\:outline-violet-500\/30:disabled {
  outline-color: rgb(139 92 246 / 0.3);
}
.disabled\:outline-violet-500\/35:disabled {
  outline-color: rgb(139 92 246 / 0.35);
}
.disabled\:outline-violet-500\/40:disabled {
  outline-color: rgb(139 92 246 / 0.4);
}
.disabled\:outline-violet-500\/45:disabled {
  outline-color: rgb(139 92 246 / 0.45);
}
.disabled\:outline-violet-500\/5:disabled {
  outline-color: rgb(139 92 246 / 0.05);
}
.disabled\:outline-violet-500\/50:disabled {
  outline-color: rgb(139 92 246 / 0.5);
}
.disabled\:outline-violet-500\/55:disabled {
  outline-color: rgb(139 92 246 / 0.55);
}
.disabled\:outline-violet-500\/60:disabled {
  outline-color: rgb(139 92 246 / 0.6);
}
.disabled\:outline-violet-500\/65:disabled {
  outline-color: rgb(139 92 246 / 0.65);
}
.disabled\:outline-violet-500\/70:disabled {
  outline-color: rgb(139 92 246 / 0.7);
}
.disabled\:outline-violet-500\/75:disabled {
  outline-color: rgb(139 92 246 / 0.75);
}
.disabled\:outline-violet-500\/80:disabled {
  outline-color: rgb(139 92 246 / 0.8);
}
.disabled\:outline-violet-500\/85:disabled {
  outline-color: rgb(139 92 246 / 0.85);
}
.disabled\:outline-violet-500\/90:disabled {
  outline-color: rgb(139 92 246 / 0.9);
}
.disabled\:outline-violet-500\/95:disabled {
  outline-color: rgb(139 92 246 / 0.95);
}
.disabled\:outline-violet-600:disabled {
  outline-color: #7c3aed;
}
.disabled\:outline-violet-600\/0:disabled {
  outline-color: rgb(124 58 237 / 0);
}
.disabled\:outline-violet-600\/10:disabled {
  outline-color: rgb(124 58 237 / 0.1);
}
.disabled\:outline-violet-600\/100:disabled {
  outline-color: rgb(124 58 237 / 1);
}
.disabled\:outline-violet-600\/15:disabled {
  outline-color: rgb(124 58 237 / 0.15);
}
.disabled\:outline-violet-600\/20:disabled {
  outline-color: rgb(124 58 237 / 0.2);
}
.disabled\:outline-violet-600\/25:disabled {
  outline-color: rgb(124 58 237 / 0.25);
}
.disabled\:outline-violet-600\/30:disabled {
  outline-color: rgb(124 58 237 / 0.3);
}
.disabled\:outline-violet-600\/35:disabled {
  outline-color: rgb(124 58 237 / 0.35);
}
.disabled\:outline-violet-600\/40:disabled {
  outline-color: rgb(124 58 237 / 0.4);
}
.disabled\:outline-violet-600\/45:disabled {
  outline-color: rgb(124 58 237 / 0.45);
}
.disabled\:outline-violet-600\/5:disabled {
  outline-color: rgb(124 58 237 / 0.05);
}
.disabled\:outline-violet-600\/50:disabled {
  outline-color: rgb(124 58 237 / 0.5);
}
.disabled\:outline-violet-600\/55:disabled {
  outline-color: rgb(124 58 237 / 0.55);
}
.disabled\:outline-violet-600\/60:disabled {
  outline-color: rgb(124 58 237 / 0.6);
}
.disabled\:outline-violet-600\/65:disabled {
  outline-color: rgb(124 58 237 / 0.65);
}
.disabled\:outline-violet-600\/70:disabled {
  outline-color: rgb(124 58 237 / 0.7);
}
.disabled\:outline-violet-600\/75:disabled {
  outline-color: rgb(124 58 237 / 0.75);
}
.disabled\:outline-violet-600\/80:disabled {
  outline-color: rgb(124 58 237 / 0.8);
}
.disabled\:outline-violet-600\/85:disabled {
  outline-color: rgb(124 58 237 / 0.85);
}
.disabled\:outline-violet-600\/90:disabled {
  outline-color: rgb(124 58 237 / 0.9);
}
.disabled\:outline-violet-600\/95:disabled {
  outline-color: rgb(124 58 237 / 0.95);
}
.disabled\:outline-violet-700:disabled {
  outline-color: #6d28d9;
}
.disabled\:outline-violet-700\/0:disabled {
  outline-color: rgb(109 40 217 / 0);
}
.disabled\:outline-violet-700\/10:disabled {
  outline-color: rgb(109 40 217 / 0.1);
}
.disabled\:outline-violet-700\/100:disabled {
  outline-color: rgb(109 40 217 / 1);
}
.disabled\:outline-violet-700\/15:disabled {
  outline-color: rgb(109 40 217 / 0.15);
}
.disabled\:outline-violet-700\/20:disabled {
  outline-color: rgb(109 40 217 / 0.2);
}
.disabled\:outline-violet-700\/25:disabled {
  outline-color: rgb(109 40 217 / 0.25);
}
.disabled\:outline-violet-700\/30:disabled {
  outline-color: rgb(109 40 217 / 0.3);
}
.disabled\:outline-violet-700\/35:disabled {
  outline-color: rgb(109 40 217 / 0.35);
}
.disabled\:outline-violet-700\/40:disabled {
  outline-color: rgb(109 40 217 / 0.4);
}
.disabled\:outline-violet-700\/45:disabled {
  outline-color: rgb(109 40 217 / 0.45);
}
.disabled\:outline-violet-700\/5:disabled {
  outline-color: rgb(109 40 217 / 0.05);
}
.disabled\:outline-violet-700\/50:disabled {
  outline-color: rgb(109 40 217 / 0.5);
}
.disabled\:outline-violet-700\/55:disabled {
  outline-color: rgb(109 40 217 / 0.55);
}
.disabled\:outline-violet-700\/60:disabled {
  outline-color: rgb(109 40 217 / 0.6);
}
.disabled\:outline-violet-700\/65:disabled {
  outline-color: rgb(109 40 217 / 0.65);
}
.disabled\:outline-violet-700\/70:disabled {
  outline-color: rgb(109 40 217 / 0.7);
}
.disabled\:outline-violet-700\/75:disabled {
  outline-color: rgb(109 40 217 / 0.75);
}
.disabled\:outline-violet-700\/80:disabled {
  outline-color: rgb(109 40 217 / 0.8);
}
.disabled\:outline-violet-700\/85:disabled {
  outline-color: rgb(109 40 217 / 0.85);
}
.disabled\:outline-violet-700\/90:disabled {
  outline-color: rgb(109 40 217 / 0.9);
}
.disabled\:outline-violet-700\/95:disabled {
  outline-color: rgb(109 40 217 / 0.95);
}
.disabled\:outline-violet-800:disabled {
  outline-color: #5b21b6;
}
.disabled\:outline-violet-800\/0:disabled {
  outline-color: rgb(91 33 182 / 0);
}
.disabled\:outline-violet-800\/10:disabled {
  outline-color: rgb(91 33 182 / 0.1);
}
.disabled\:outline-violet-800\/100:disabled {
  outline-color: rgb(91 33 182 / 1);
}
.disabled\:outline-violet-800\/15:disabled {
  outline-color: rgb(91 33 182 / 0.15);
}
.disabled\:outline-violet-800\/20:disabled {
  outline-color: rgb(91 33 182 / 0.2);
}
.disabled\:outline-violet-800\/25:disabled {
  outline-color: rgb(91 33 182 / 0.25);
}
.disabled\:outline-violet-800\/30:disabled {
  outline-color: rgb(91 33 182 / 0.3);
}
.disabled\:outline-violet-800\/35:disabled {
  outline-color: rgb(91 33 182 / 0.35);
}
.disabled\:outline-violet-800\/40:disabled {
  outline-color: rgb(91 33 182 / 0.4);
}
.disabled\:outline-violet-800\/45:disabled {
  outline-color: rgb(91 33 182 / 0.45);
}
.disabled\:outline-violet-800\/5:disabled {
  outline-color: rgb(91 33 182 / 0.05);
}
.disabled\:outline-violet-800\/50:disabled {
  outline-color: rgb(91 33 182 / 0.5);
}
.disabled\:outline-violet-800\/55:disabled {
  outline-color: rgb(91 33 182 / 0.55);
}
.disabled\:outline-violet-800\/60:disabled {
  outline-color: rgb(91 33 182 / 0.6);
}
.disabled\:outline-violet-800\/65:disabled {
  outline-color: rgb(91 33 182 / 0.65);
}
.disabled\:outline-violet-800\/70:disabled {
  outline-color: rgb(91 33 182 / 0.7);
}
.disabled\:outline-violet-800\/75:disabled {
  outline-color: rgb(91 33 182 / 0.75);
}
.disabled\:outline-violet-800\/80:disabled {
  outline-color: rgb(91 33 182 / 0.8);
}
.disabled\:outline-violet-800\/85:disabled {
  outline-color: rgb(91 33 182 / 0.85);
}
.disabled\:outline-violet-800\/90:disabled {
  outline-color: rgb(91 33 182 / 0.9);
}
.disabled\:outline-violet-800\/95:disabled {
  outline-color: rgb(91 33 182 / 0.95);
}
.disabled\:outline-violet-900:disabled {
  outline-color: #4c1d95;
}
.disabled\:outline-violet-900\/0:disabled {
  outline-color: rgb(76 29 149 / 0);
}
.disabled\:outline-violet-900\/10:disabled {
  outline-color: rgb(76 29 149 / 0.1);
}
.disabled\:outline-violet-900\/100:disabled {
  outline-color: rgb(76 29 149 / 1);
}
.disabled\:outline-violet-900\/15:disabled {
  outline-color: rgb(76 29 149 / 0.15);
}
.disabled\:outline-violet-900\/20:disabled {
  outline-color: rgb(76 29 149 / 0.2);
}
.disabled\:outline-violet-900\/25:disabled {
  outline-color: rgb(76 29 149 / 0.25);
}
.disabled\:outline-violet-900\/30:disabled {
  outline-color: rgb(76 29 149 / 0.3);
}
.disabled\:outline-violet-900\/35:disabled {
  outline-color: rgb(76 29 149 / 0.35);
}
.disabled\:outline-violet-900\/40:disabled {
  outline-color: rgb(76 29 149 / 0.4);
}
.disabled\:outline-violet-900\/45:disabled {
  outline-color: rgb(76 29 149 / 0.45);
}
.disabled\:outline-violet-900\/5:disabled {
  outline-color: rgb(76 29 149 / 0.05);
}
.disabled\:outline-violet-900\/50:disabled {
  outline-color: rgb(76 29 149 / 0.5);
}
.disabled\:outline-violet-900\/55:disabled {
  outline-color: rgb(76 29 149 / 0.55);
}
.disabled\:outline-violet-900\/60:disabled {
  outline-color: rgb(76 29 149 / 0.6);
}
.disabled\:outline-violet-900\/65:disabled {
  outline-color: rgb(76 29 149 / 0.65);
}
.disabled\:outline-violet-900\/70:disabled {
  outline-color: rgb(76 29 149 / 0.7);
}
.disabled\:outline-violet-900\/75:disabled {
  outline-color: rgb(76 29 149 / 0.75);
}
.disabled\:outline-violet-900\/80:disabled {
  outline-color: rgb(76 29 149 / 0.8);
}
.disabled\:outline-violet-900\/85:disabled {
  outline-color: rgb(76 29 149 / 0.85);
}
.disabled\:outline-violet-900\/90:disabled {
  outline-color: rgb(76 29 149 / 0.9);
}
.disabled\:outline-violet-900\/95:disabled {
  outline-color: rgb(76 29 149 / 0.95);
}
.disabled\:outline-violet-950:disabled {
  outline-color: #2e1065;
}
.disabled\:outline-violet-950\/0:disabled {
  outline-color: rgb(46 16 101 / 0);
}
.disabled\:outline-violet-950\/10:disabled {
  outline-color: rgb(46 16 101 / 0.1);
}
.disabled\:outline-violet-950\/100:disabled {
  outline-color: rgb(46 16 101 / 1);
}
.disabled\:outline-violet-950\/15:disabled {
  outline-color: rgb(46 16 101 / 0.15);
}
.disabled\:outline-violet-950\/20:disabled {
  outline-color: rgb(46 16 101 / 0.2);
}
.disabled\:outline-violet-950\/25:disabled {
  outline-color: rgb(46 16 101 / 0.25);
}
.disabled\:outline-violet-950\/30:disabled {
  outline-color: rgb(46 16 101 / 0.3);
}
.disabled\:outline-violet-950\/35:disabled {
  outline-color: rgb(46 16 101 / 0.35);
}
.disabled\:outline-violet-950\/40:disabled {
  outline-color: rgb(46 16 101 / 0.4);
}
.disabled\:outline-violet-950\/45:disabled {
  outline-color: rgb(46 16 101 / 0.45);
}
.disabled\:outline-violet-950\/5:disabled {
  outline-color: rgb(46 16 101 / 0.05);
}
.disabled\:outline-violet-950\/50:disabled {
  outline-color: rgb(46 16 101 / 0.5);
}
.disabled\:outline-violet-950\/55:disabled {
  outline-color: rgb(46 16 101 / 0.55);
}
.disabled\:outline-violet-950\/60:disabled {
  outline-color: rgb(46 16 101 / 0.6);
}
.disabled\:outline-violet-950\/65:disabled {
  outline-color: rgb(46 16 101 / 0.65);
}
.disabled\:outline-violet-950\/70:disabled {
  outline-color: rgb(46 16 101 / 0.7);
}
.disabled\:outline-violet-950\/75:disabled {
  outline-color: rgb(46 16 101 / 0.75);
}
.disabled\:outline-violet-950\/80:disabled {
  outline-color: rgb(46 16 101 / 0.8);
}
.disabled\:outline-violet-950\/85:disabled {
  outline-color: rgb(46 16 101 / 0.85);
}
.disabled\:outline-violet-950\/90:disabled {
  outline-color: rgb(46 16 101 / 0.9);
}
.disabled\:outline-violet-950\/95:disabled {
  outline-color: rgb(46 16 101 / 0.95);
}
.disabled\:outline-white:disabled {
  outline-color: #fff;
}
.disabled\:outline-white\/0:disabled {
  outline-color: rgb(255 255 255 / 0);
}
.disabled\:outline-white\/10:disabled {
  outline-color: rgb(255 255 255 / 0.1);
}
.disabled\:outline-white\/100:disabled {
  outline-color: rgb(255 255 255 / 1);
}
.disabled\:outline-white\/15:disabled {
  outline-color: rgb(255 255 255 / 0.15);
}
.disabled\:outline-white\/20:disabled {
  outline-color: rgb(255 255 255 / 0.2);
}
.disabled\:outline-white\/25:disabled {
  outline-color: rgb(255 255 255 / 0.25);
}
.disabled\:outline-white\/30:disabled {
  outline-color: rgb(255 255 255 / 0.3);
}
.disabled\:outline-white\/35:disabled {
  outline-color: rgb(255 255 255 / 0.35);
}
.disabled\:outline-white\/40:disabled {
  outline-color: rgb(255 255 255 / 0.4);
}
.disabled\:outline-white\/45:disabled {
  outline-color: rgb(255 255 255 / 0.45);
}
.disabled\:outline-white\/5:disabled {
  outline-color: rgb(255 255 255 / 0.05);
}
.disabled\:outline-white\/50:disabled {
  outline-color: rgb(255 255 255 / 0.5);
}
.disabled\:outline-white\/55:disabled {
  outline-color: rgb(255 255 255 / 0.55);
}
.disabled\:outline-white\/60:disabled {
  outline-color: rgb(255 255 255 / 0.6);
}
.disabled\:outline-white\/65:disabled {
  outline-color: rgb(255 255 255 / 0.65);
}
.disabled\:outline-white\/70:disabled {
  outline-color: rgb(255 255 255 / 0.7);
}
.disabled\:outline-white\/75:disabled {
  outline-color: rgb(255 255 255 / 0.75);
}
.disabled\:outline-white\/80:disabled {
  outline-color: rgb(255 255 255 / 0.8);
}
.disabled\:outline-white\/85:disabled {
  outline-color: rgb(255 255 255 / 0.85);
}
.disabled\:outline-white\/90:disabled {
  outline-color: rgb(255 255 255 / 0.9);
}
.disabled\:outline-white\/95:disabled {
  outline-color: rgb(255 255 255 / 0.95);
}
.disabled\:outline-yellow-100:disabled {
  outline-color: #fef9c3;
}
.disabled\:outline-yellow-100\/0:disabled {
  outline-color: rgb(254 249 195 / 0);
}
.disabled\:outline-yellow-100\/10:disabled {
  outline-color: rgb(254 249 195 / 0.1);
}
.disabled\:outline-yellow-100\/100:disabled {
  outline-color: rgb(254 249 195 / 1);
}
.disabled\:outline-yellow-100\/15:disabled {
  outline-color: rgb(254 249 195 / 0.15);
}
.disabled\:outline-yellow-100\/20:disabled {
  outline-color: rgb(254 249 195 / 0.2);
}
.disabled\:outline-yellow-100\/25:disabled {
  outline-color: rgb(254 249 195 / 0.25);
}
.disabled\:outline-yellow-100\/30:disabled {
  outline-color: rgb(254 249 195 / 0.3);
}
.disabled\:outline-yellow-100\/35:disabled {
  outline-color: rgb(254 249 195 / 0.35);
}
.disabled\:outline-yellow-100\/40:disabled {
  outline-color: rgb(254 249 195 / 0.4);
}
.disabled\:outline-yellow-100\/45:disabled {
  outline-color: rgb(254 249 195 / 0.45);
}
.disabled\:outline-yellow-100\/5:disabled {
  outline-color: rgb(254 249 195 / 0.05);
}
.disabled\:outline-yellow-100\/50:disabled {
  outline-color: rgb(254 249 195 / 0.5);
}
.disabled\:outline-yellow-100\/55:disabled {
  outline-color: rgb(254 249 195 / 0.55);
}
.disabled\:outline-yellow-100\/60:disabled {
  outline-color: rgb(254 249 195 / 0.6);
}
.disabled\:outline-yellow-100\/65:disabled {
  outline-color: rgb(254 249 195 / 0.65);
}
.disabled\:outline-yellow-100\/70:disabled {
  outline-color: rgb(254 249 195 / 0.7);
}
.disabled\:outline-yellow-100\/75:disabled {
  outline-color: rgb(254 249 195 / 0.75);
}
.disabled\:outline-yellow-100\/80:disabled {
  outline-color: rgb(254 249 195 / 0.8);
}
.disabled\:outline-yellow-100\/85:disabled {
  outline-color: rgb(254 249 195 / 0.85);
}
.disabled\:outline-yellow-100\/90:disabled {
  outline-color: rgb(254 249 195 / 0.9);
}
.disabled\:outline-yellow-100\/95:disabled {
  outline-color: rgb(254 249 195 / 0.95);
}
.disabled\:outline-yellow-200:disabled {
  outline-color: #fef08a;
}
.disabled\:outline-yellow-200\/0:disabled {
  outline-color: rgb(254 240 138 / 0);
}
.disabled\:outline-yellow-200\/10:disabled {
  outline-color: rgb(254 240 138 / 0.1);
}
.disabled\:outline-yellow-200\/100:disabled {
  outline-color: rgb(254 240 138 / 1);
}
.disabled\:outline-yellow-200\/15:disabled {
  outline-color: rgb(254 240 138 / 0.15);
}
.disabled\:outline-yellow-200\/20:disabled {
  outline-color: rgb(254 240 138 / 0.2);
}
.disabled\:outline-yellow-200\/25:disabled {
  outline-color: rgb(254 240 138 / 0.25);
}
.disabled\:outline-yellow-200\/30:disabled {
  outline-color: rgb(254 240 138 / 0.3);
}
.disabled\:outline-yellow-200\/35:disabled {
  outline-color: rgb(254 240 138 / 0.35);
}
.disabled\:outline-yellow-200\/40:disabled {
  outline-color: rgb(254 240 138 / 0.4);
}
.disabled\:outline-yellow-200\/45:disabled {
  outline-color: rgb(254 240 138 / 0.45);
}
.disabled\:outline-yellow-200\/5:disabled {
  outline-color: rgb(254 240 138 / 0.05);
}
.disabled\:outline-yellow-200\/50:disabled {
  outline-color: rgb(254 240 138 / 0.5);
}
.disabled\:outline-yellow-200\/55:disabled {
  outline-color: rgb(254 240 138 / 0.55);
}
.disabled\:outline-yellow-200\/60:disabled {
  outline-color: rgb(254 240 138 / 0.6);
}
.disabled\:outline-yellow-200\/65:disabled {
  outline-color: rgb(254 240 138 / 0.65);
}
.disabled\:outline-yellow-200\/70:disabled {
  outline-color: rgb(254 240 138 / 0.7);
}
.disabled\:outline-yellow-200\/75:disabled {
  outline-color: rgb(254 240 138 / 0.75);
}
.disabled\:outline-yellow-200\/80:disabled {
  outline-color: rgb(254 240 138 / 0.8);
}
.disabled\:outline-yellow-200\/85:disabled {
  outline-color: rgb(254 240 138 / 0.85);
}
.disabled\:outline-yellow-200\/90:disabled {
  outline-color: rgb(254 240 138 / 0.9);
}
.disabled\:outline-yellow-200\/95:disabled {
  outline-color: rgb(254 240 138 / 0.95);
}
.disabled\:outline-yellow-300:disabled {
  outline-color: #fde047;
}
.disabled\:outline-yellow-300\/0:disabled {
  outline-color: rgb(253 224 71 / 0);
}
.disabled\:outline-yellow-300\/10:disabled {
  outline-color: rgb(253 224 71 / 0.1);
}
.disabled\:outline-yellow-300\/100:disabled {
  outline-color: rgb(253 224 71 / 1);
}
.disabled\:outline-yellow-300\/15:disabled {
  outline-color: rgb(253 224 71 / 0.15);
}
.disabled\:outline-yellow-300\/20:disabled {
  outline-color: rgb(253 224 71 / 0.2);
}
.disabled\:outline-yellow-300\/25:disabled {
  outline-color: rgb(253 224 71 / 0.25);
}
.disabled\:outline-yellow-300\/30:disabled {
  outline-color: rgb(253 224 71 / 0.3);
}
.disabled\:outline-yellow-300\/35:disabled {
  outline-color: rgb(253 224 71 / 0.35);
}
.disabled\:outline-yellow-300\/40:disabled {
  outline-color: rgb(253 224 71 / 0.4);
}
.disabled\:outline-yellow-300\/45:disabled {
  outline-color: rgb(253 224 71 / 0.45);
}
.disabled\:outline-yellow-300\/5:disabled {
  outline-color: rgb(253 224 71 / 0.05);
}
.disabled\:outline-yellow-300\/50:disabled {
  outline-color: rgb(253 224 71 / 0.5);
}
.disabled\:outline-yellow-300\/55:disabled {
  outline-color: rgb(253 224 71 / 0.55);
}
.disabled\:outline-yellow-300\/60:disabled {
  outline-color: rgb(253 224 71 / 0.6);
}
.disabled\:outline-yellow-300\/65:disabled {
  outline-color: rgb(253 224 71 / 0.65);
}
.disabled\:outline-yellow-300\/70:disabled {
  outline-color: rgb(253 224 71 / 0.7);
}
.disabled\:outline-yellow-300\/75:disabled {
  outline-color: rgb(253 224 71 / 0.75);
}
.disabled\:outline-yellow-300\/80:disabled {
  outline-color: rgb(253 224 71 / 0.8);
}
.disabled\:outline-yellow-300\/85:disabled {
  outline-color: rgb(253 224 71 / 0.85);
}
.disabled\:outline-yellow-300\/90:disabled {
  outline-color: rgb(253 224 71 / 0.9);
}
.disabled\:outline-yellow-300\/95:disabled {
  outline-color: rgb(253 224 71 / 0.95);
}
.disabled\:outline-yellow-400:disabled {
  outline-color: #facc15;
}
.disabled\:outline-yellow-400\/0:disabled {
  outline-color: rgb(250 204 21 / 0);
}
.disabled\:outline-yellow-400\/10:disabled {
  outline-color: rgb(250 204 21 / 0.1);
}
.disabled\:outline-yellow-400\/100:disabled {
  outline-color: rgb(250 204 21 / 1);
}
.disabled\:outline-yellow-400\/15:disabled {
  outline-color: rgb(250 204 21 / 0.15);
}
.disabled\:outline-yellow-400\/20:disabled {
  outline-color: rgb(250 204 21 / 0.2);
}
.disabled\:outline-yellow-400\/25:disabled {
  outline-color: rgb(250 204 21 / 0.25);
}
.disabled\:outline-yellow-400\/30:disabled {
  outline-color: rgb(250 204 21 / 0.3);
}
.disabled\:outline-yellow-400\/35:disabled {
  outline-color: rgb(250 204 21 / 0.35);
}
.disabled\:outline-yellow-400\/40:disabled {
  outline-color: rgb(250 204 21 / 0.4);
}
.disabled\:outline-yellow-400\/45:disabled {
  outline-color: rgb(250 204 21 / 0.45);
}
.disabled\:outline-yellow-400\/5:disabled {
  outline-color: rgb(250 204 21 / 0.05);
}
.disabled\:outline-yellow-400\/50:disabled {
  outline-color: rgb(250 204 21 / 0.5);
}
.disabled\:outline-yellow-400\/55:disabled {
  outline-color: rgb(250 204 21 / 0.55);
}
.disabled\:outline-yellow-400\/60:disabled {
  outline-color: rgb(250 204 21 / 0.6);
}
.disabled\:outline-yellow-400\/65:disabled {
  outline-color: rgb(250 204 21 / 0.65);
}
.disabled\:outline-yellow-400\/70:disabled {
  outline-color: rgb(250 204 21 / 0.7);
}
.disabled\:outline-yellow-400\/75:disabled {
  outline-color: rgb(250 204 21 / 0.75);
}
.disabled\:outline-yellow-400\/80:disabled {
  outline-color: rgb(250 204 21 / 0.8);
}
.disabled\:outline-yellow-400\/85:disabled {
  outline-color: rgb(250 204 21 / 0.85);
}
.disabled\:outline-yellow-400\/90:disabled {
  outline-color: rgb(250 204 21 / 0.9);
}
.disabled\:outline-yellow-400\/95:disabled {
  outline-color: rgb(250 204 21 / 0.95);
}
.disabled\:outline-yellow-50:disabled {
  outline-color: #fefce8;
}
.disabled\:outline-yellow-50\/0:disabled {
  outline-color: rgb(254 252 232 / 0);
}
.disabled\:outline-yellow-50\/10:disabled {
  outline-color: rgb(254 252 232 / 0.1);
}
.disabled\:outline-yellow-50\/100:disabled {
  outline-color: rgb(254 252 232 / 1);
}
.disabled\:outline-yellow-50\/15:disabled {
  outline-color: rgb(254 252 232 / 0.15);
}
.disabled\:outline-yellow-50\/20:disabled {
  outline-color: rgb(254 252 232 / 0.2);
}
.disabled\:outline-yellow-50\/25:disabled {
  outline-color: rgb(254 252 232 / 0.25);
}
.disabled\:outline-yellow-50\/30:disabled {
  outline-color: rgb(254 252 232 / 0.3);
}
.disabled\:outline-yellow-50\/35:disabled {
  outline-color: rgb(254 252 232 / 0.35);
}
.disabled\:outline-yellow-50\/40:disabled {
  outline-color: rgb(254 252 232 / 0.4);
}
.disabled\:outline-yellow-50\/45:disabled {
  outline-color: rgb(254 252 232 / 0.45);
}
.disabled\:outline-yellow-50\/5:disabled {
  outline-color: rgb(254 252 232 / 0.05);
}
.disabled\:outline-yellow-50\/50:disabled {
  outline-color: rgb(254 252 232 / 0.5);
}
.disabled\:outline-yellow-50\/55:disabled {
  outline-color: rgb(254 252 232 / 0.55);
}
.disabled\:outline-yellow-50\/60:disabled {
  outline-color: rgb(254 252 232 / 0.6);
}
.disabled\:outline-yellow-50\/65:disabled {
  outline-color: rgb(254 252 232 / 0.65);
}
.disabled\:outline-yellow-50\/70:disabled {
  outline-color: rgb(254 252 232 / 0.7);
}
.disabled\:outline-yellow-50\/75:disabled {
  outline-color: rgb(254 252 232 / 0.75);
}
.disabled\:outline-yellow-50\/80:disabled {
  outline-color: rgb(254 252 232 / 0.8);
}
.disabled\:outline-yellow-50\/85:disabled {
  outline-color: rgb(254 252 232 / 0.85);
}
.disabled\:outline-yellow-50\/90:disabled {
  outline-color: rgb(254 252 232 / 0.9);
}
.disabled\:outline-yellow-50\/95:disabled {
  outline-color: rgb(254 252 232 / 0.95);
}
.disabled\:outline-yellow-500:disabled {
  outline-color: #eab308;
}
.disabled\:outline-yellow-500\/0:disabled {
  outline-color: rgb(234 179 8 / 0);
}
.disabled\:outline-yellow-500\/10:disabled {
  outline-color: rgb(234 179 8 / 0.1);
}
.disabled\:outline-yellow-500\/100:disabled {
  outline-color: rgb(234 179 8 / 1);
}
.disabled\:outline-yellow-500\/15:disabled {
  outline-color: rgb(234 179 8 / 0.15);
}
.disabled\:outline-yellow-500\/20:disabled {
  outline-color: rgb(234 179 8 / 0.2);
}
.disabled\:outline-yellow-500\/25:disabled {
  outline-color: rgb(234 179 8 / 0.25);
}
.disabled\:outline-yellow-500\/30:disabled {
  outline-color: rgb(234 179 8 / 0.3);
}
.disabled\:outline-yellow-500\/35:disabled {
  outline-color: rgb(234 179 8 / 0.35);
}
.disabled\:outline-yellow-500\/40:disabled {
  outline-color: rgb(234 179 8 / 0.4);
}
.disabled\:outline-yellow-500\/45:disabled {
  outline-color: rgb(234 179 8 / 0.45);
}
.disabled\:outline-yellow-500\/5:disabled {
  outline-color: rgb(234 179 8 / 0.05);
}
.disabled\:outline-yellow-500\/50:disabled {
  outline-color: rgb(234 179 8 / 0.5);
}
.disabled\:outline-yellow-500\/55:disabled {
  outline-color: rgb(234 179 8 / 0.55);
}
.disabled\:outline-yellow-500\/60:disabled {
  outline-color: rgb(234 179 8 / 0.6);
}
.disabled\:outline-yellow-500\/65:disabled {
  outline-color: rgb(234 179 8 / 0.65);
}
.disabled\:outline-yellow-500\/70:disabled {
  outline-color: rgb(234 179 8 / 0.7);
}
.disabled\:outline-yellow-500\/75:disabled {
  outline-color: rgb(234 179 8 / 0.75);
}
.disabled\:outline-yellow-500\/80:disabled {
  outline-color: rgb(234 179 8 / 0.8);
}
.disabled\:outline-yellow-500\/85:disabled {
  outline-color: rgb(234 179 8 / 0.85);
}
.disabled\:outline-yellow-500\/90:disabled {
  outline-color: rgb(234 179 8 / 0.9);
}
.disabled\:outline-yellow-500\/95:disabled {
  outline-color: rgb(234 179 8 / 0.95);
}
.disabled\:outline-yellow-600:disabled {
  outline-color: #ca8a04;
}
.disabled\:outline-yellow-600\/0:disabled {
  outline-color: rgb(202 138 4 / 0);
}
.disabled\:outline-yellow-600\/10:disabled {
  outline-color: rgb(202 138 4 / 0.1);
}
.disabled\:outline-yellow-600\/100:disabled {
  outline-color: rgb(202 138 4 / 1);
}
.disabled\:outline-yellow-600\/15:disabled {
  outline-color: rgb(202 138 4 / 0.15);
}
.disabled\:outline-yellow-600\/20:disabled {
  outline-color: rgb(202 138 4 / 0.2);
}
.disabled\:outline-yellow-600\/25:disabled {
  outline-color: rgb(202 138 4 / 0.25);
}
.disabled\:outline-yellow-600\/30:disabled {
  outline-color: rgb(202 138 4 / 0.3);
}
.disabled\:outline-yellow-600\/35:disabled {
  outline-color: rgb(202 138 4 / 0.35);
}
.disabled\:outline-yellow-600\/40:disabled {
  outline-color: rgb(202 138 4 / 0.4);
}
.disabled\:outline-yellow-600\/45:disabled {
  outline-color: rgb(202 138 4 / 0.45);
}
.disabled\:outline-yellow-600\/5:disabled {
  outline-color: rgb(202 138 4 / 0.05);
}
.disabled\:outline-yellow-600\/50:disabled {
  outline-color: rgb(202 138 4 / 0.5);
}
.disabled\:outline-yellow-600\/55:disabled {
  outline-color: rgb(202 138 4 / 0.55);
}
.disabled\:outline-yellow-600\/60:disabled {
  outline-color: rgb(202 138 4 / 0.6);
}
.disabled\:outline-yellow-600\/65:disabled {
  outline-color: rgb(202 138 4 / 0.65);
}
.disabled\:outline-yellow-600\/70:disabled {
  outline-color: rgb(202 138 4 / 0.7);
}
.disabled\:outline-yellow-600\/75:disabled {
  outline-color: rgb(202 138 4 / 0.75);
}
.disabled\:outline-yellow-600\/80:disabled {
  outline-color: rgb(202 138 4 / 0.8);
}
.disabled\:outline-yellow-600\/85:disabled {
  outline-color: rgb(202 138 4 / 0.85);
}
.disabled\:outline-yellow-600\/90:disabled {
  outline-color: rgb(202 138 4 / 0.9);
}
.disabled\:outline-yellow-600\/95:disabled {
  outline-color: rgb(202 138 4 / 0.95);
}
.disabled\:outline-yellow-700:disabled {
  outline-color: #a16207;
}
.disabled\:outline-yellow-700\/0:disabled {
  outline-color: rgb(161 98 7 / 0);
}
.disabled\:outline-yellow-700\/10:disabled {
  outline-color: rgb(161 98 7 / 0.1);
}
.disabled\:outline-yellow-700\/100:disabled {
  outline-color: rgb(161 98 7 / 1);
}
.disabled\:outline-yellow-700\/15:disabled {
  outline-color: rgb(161 98 7 / 0.15);
}
.disabled\:outline-yellow-700\/20:disabled {
  outline-color: rgb(161 98 7 / 0.2);
}
.disabled\:outline-yellow-700\/25:disabled {
  outline-color: rgb(161 98 7 / 0.25);
}
.disabled\:outline-yellow-700\/30:disabled {
  outline-color: rgb(161 98 7 / 0.3);
}
.disabled\:outline-yellow-700\/35:disabled {
  outline-color: rgb(161 98 7 / 0.35);
}
.disabled\:outline-yellow-700\/40:disabled {
  outline-color: rgb(161 98 7 / 0.4);
}
.disabled\:outline-yellow-700\/45:disabled {
  outline-color: rgb(161 98 7 / 0.45);
}
.disabled\:outline-yellow-700\/5:disabled {
  outline-color: rgb(161 98 7 / 0.05);
}
.disabled\:outline-yellow-700\/50:disabled {
  outline-color: rgb(161 98 7 / 0.5);
}
.disabled\:outline-yellow-700\/55:disabled {
  outline-color: rgb(161 98 7 / 0.55);
}
.disabled\:outline-yellow-700\/60:disabled {
  outline-color: rgb(161 98 7 / 0.6);
}
.disabled\:outline-yellow-700\/65:disabled {
  outline-color: rgb(161 98 7 / 0.65);
}
.disabled\:outline-yellow-700\/70:disabled {
  outline-color: rgb(161 98 7 / 0.7);
}
.disabled\:outline-yellow-700\/75:disabled {
  outline-color: rgb(161 98 7 / 0.75);
}
.disabled\:outline-yellow-700\/80:disabled {
  outline-color: rgb(161 98 7 / 0.8);
}
.disabled\:outline-yellow-700\/85:disabled {
  outline-color: rgb(161 98 7 / 0.85);
}
.disabled\:outline-yellow-700\/90:disabled {
  outline-color: rgb(161 98 7 / 0.9);
}
.disabled\:outline-yellow-700\/95:disabled {
  outline-color: rgb(161 98 7 / 0.95);
}
.disabled\:outline-yellow-800:disabled {
  outline-color: #854d0e;
}
.disabled\:outline-yellow-800\/0:disabled {
  outline-color: rgb(133 77 14 / 0);
}
.disabled\:outline-yellow-800\/10:disabled {
  outline-color: rgb(133 77 14 / 0.1);
}
.disabled\:outline-yellow-800\/100:disabled {
  outline-color: rgb(133 77 14 / 1);
}
.disabled\:outline-yellow-800\/15:disabled {
  outline-color: rgb(133 77 14 / 0.15);
}
.disabled\:outline-yellow-800\/20:disabled {
  outline-color: rgb(133 77 14 / 0.2);
}
.disabled\:outline-yellow-800\/25:disabled {
  outline-color: rgb(133 77 14 / 0.25);
}
.disabled\:outline-yellow-800\/30:disabled {
  outline-color: rgb(133 77 14 / 0.3);
}
.disabled\:outline-yellow-800\/35:disabled {
  outline-color: rgb(133 77 14 / 0.35);
}
.disabled\:outline-yellow-800\/40:disabled {
  outline-color: rgb(133 77 14 / 0.4);
}
.disabled\:outline-yellow-800\/45:disabled {
  outline-color: rgb(133 77 14 / 0.45);
}
.disabled\:outline-yellow-800\/5:disabled {
  outline-color: rgb(133 77 14 / 0.05);
}
.disabled\:outline-yellow-800\/50:disabled {
  outline-color: rgb(133 77 14 / 0.5);
}
.disabled\:outline-yellow-800\/55:disabled {
  outline-color: rgb(133 77 14 / 0.55);
}
.disabled\:outline-yellow-800\/60:disabled {
  outline-color: rgb(133 77 14 / 0.6);
}
.disabled\:outline-yellow-800\/65:disabled {
  outline-color: rgb(133 77 14 / 0.65);
}
.disabled\:outline-yellow-800\/70:disabled {
  outline-color: rgb(133 77 14 / 0.7);
}
.disabled\:outline-yellow-800\/75:disabled {
  outline-color: rgb(133 77 14 / 0.75);
}
.disabled\:outline-yellow-800\/80:disabled {
  outline-color: rgb(133 77 14 / 0.8);
}
.disabled\:outline-yellow-800\/85:disabled {
  outline-color: rgb(133 77 14 / 0.85);
}
.disabled\:outline-yellow-800\/90:disabled {
  outline-color: rgb(133 77 14 / 0.9);
}
.disabled\:outline-yellow-800\/95:disabled {
  outline-color: rgb(133 77 14 / 0.95);
}
.disabled\:outline-yellow-900:disabled {
  outline-color: #713f12;
}
.disabled\:outline-yellow-900\/0:disabled {
  outline-color: rgb(113 63 18 / 0);
}
.disabled\:outline-yellow-900\/10:disabled {
  outline-color: rgb(113 63 18 / 0.1);
}
.disabled\:outline-yellow-900\/100:disabled {
  outline-color: rgb(113 63 18 / 1);
}
.disabled\:outline-yellow-900\/15:disabled {
  outline-color: rgb(113 63 18 / 0.15);
}
.disabled\:outline-yellow-900\/20:disabled {
  outline-color: rgb(113 63 18 / 0.2);
}
.disabled\:outline-yellow-900\/25:disabled {
  outline-color: rgb(113 63 18 / 0.25);
}
.disabled\:outline-yellow-900\/30:disabled {
  outline-color: rgb(113 63 18 / 0.3);
}
.disabled\:outline-yellow-900\/35:disabled {
  outline-color: rgb(113 63 18 / 0.35);
}
.disabled\:outline-yellow-900\/40:disabled {
  outline-color: rgb(113 63 18 / 0.4);
}
.disabled\:outline-yellow-900\/45:disabled {
  outline-color: rgb(113 63 18 / 0.45);
}
.disabled\:outline-yellow-900\/5:disabled {
  outline-color: rgb(113 63 18 / 0.05);
}
.disabled\:outline-yellow-900\/50:disabled {
  outline-color: rgb(113 63 18 / 0.5);
}
.disabled\:outline-yellow-900\/55:disabled {
  outline-color: rgb(113 63 18 / 0.55);
}
.disabled\:outline-yellow-900\/60:disabled {
  outline-color: rgb(113 63 18 / 0.6);
}
.disabled\:outline-yellow-900\/65:disabled {
  outline-color: rgb(113 63 18 / 0.65);
}
.disabled\:outline-yellow-900\/70:disabled {
  outline-color: rgb(113 63 18 / 0.7);
}
.disabled\:outline-yellow-900\/75:disabled {
  outline-color: rgb(113 63 18 / 0.75);
}
.disabled\:outline-yellow-900\/80:disabled {
  outline-color: rgb(113 63 18 / 0.8);
}
.disabled\:outline-yellow-900\/85:disabled {
  outline-color: rgb(113 63 18 / 0.85);
}
.disabled\:outline-yellow-900\/90:disabled {
  outline-color: rgb(113 63 18 / 0.9);
}
.disabled\:outline-yellow-900\/95:disabled {
  outline-color: rgb(113 63 18 / 0.95);
}
.disabled\:outline-yellow-950:disabled {
  outline-color: #422006;
}
.disabled\:outline-yellow-950\/0:disabled {
  outline-color: rgb(66 32 6 / 0);
}
.disabled\:outline-yellow-950\/10:disabled {
  outline-color: rgb(66 32 6 / 0.1);
}
.disabled\:outline-yellow-950\/100:disabled {
  outline-color: rgb(66 32 6 / 1);
}
.disabled\:outline-yellow-950\/15:disabled {
  outline-color: rgb(66 32 6 / 0.15);
}
.disabled\:outline-yellow-950\/20:disabled {
  outline-color: rgb(66 32 6 / 0.2);
}
.disabled\:outline-yellow-950\/25:disabled {
  outline-color: rgb(66 32 6 / 0.25);
}
.disabled\:outline-yellow-950\/30:disabled {
  outline-color: rgb(66 32 6 / 0.3);
}
.disabled\:outline-yellow-950\/35:disabled {
  outline-color: rgb(66 32 6 / 0.35);
}
.disabled\:outline-yellow-950\/40:disabled {
  outline-color: rgb(66 32 6 / 0.4);
}
.disabled\:outline-yellow-950\/45:disabled {
  outline-color: rgb(66 32 6 / 0.45);
}
.disabled\:outline-yellow-950\/5:disabled {
  outline-color: rgb(66 32 6 / 0.05);
}
.disabled\:outline-yellow-950\/50:disabled {
  outline-color: rgb(66 32 6 / 0.5);
}
.disabled\:outline-yellow-950\/55:disabled {
  outline-color: rgb(66 32 6 / 0.55);
}
.disabled\:outline-yellow-950\/60:disabled {
  outline-color: rgb(66 32 6 / 0.6);
}
.disabled\:outline-yellow-950\/65:disabled {
  outline-color: rgb(66 32 6 / 0.65);
}
.disabled\:outline-yellow-950\/70:disabled {
  outline-color: rgb(66 32 6 / 0.7);
}
.disabled\:outline-yellow-950\/75:disabled {
  outline-color: rgb(66 32 6 / 0.75);
}
.disabled\:outline-yellow-950\/80:disabled {
  outline-color: rgb(66 32 6 / 0.8);
}
.disabled\:outline-yellow-950\/85:disabled {
  outline-color: rgb(66 32 6 / 0.85);
}
.disabled\:outline-yellow-950\/90:disabled {
  outline-color: rgb(66 32 6 / 0.9);
}
.disabled\:outline-yellow-950\/95:disabled {
  outline-color: rgb(66 32 6 / 0.95);
}
.disabled\:outline-zinc-100:disabled {
  outline-color: #f4f4f5;
}
.disabled\:outline-zinc-100\/0:disabled {
  outline-color: rgb(244 244 245 / 0);
}
.disabled\:outline-zinc-100\/10:disabled {
  outline-color: rgb(244 244 245 / 0.1);
}
.disabled\:outline-zinc-100\/100:disabled {
  outline-color: rgb(244 244 245 / 1);
}
.disabled\:outline-zinc-100\/15:disabled {
  outline-color: rgb(244 244 245 / 0.15);
}
.disabled\:outline-zinc-100\/20:disabled {
  outline-color: rgb(244 244 245 / 0.2);
}
.disabled\:outline-zinc-100\/25:disabled {
  outline-color: rgb(244 244 245 / 0.25);
}
.disabled\:outline-zinc-100\/30:disabled {
  outline-color: rgb(244 244 245 / 0.3);
}
.disabled\:outline-zinc-100\/35:disabled {
  outline-color: rgb(244 244 245 / 0.35);
}
.disabled\:outline-zinc-100\/40:disabled {
  outline-color: rgb(244 244 245 / 0.4);
}
.disabled\:outline-zinc-100\/45:disabled {
  outline-color: rgb(244 244 245 / 0.45);
}
.disabled\:outline-zinc-100\/5:disabled {
  outline-color: rgb(244 244 245 / 0.05);
}
.disabled\:outline-zinc-100\/50:disabled {
  outline-color: rgb(244 244 245 / 0.5);
}
.disabled\:outline-zinc-100\/55:disabled {
  outline-color: rgb(244 244 245 / 0.55);
}
.disabled\:outline-zinc-100\/60:disabled {
  outline-color: rgb(244 244 245 / 0.6);
}
.disabled\:outline-zinc-100\/65:disabled {
  outline-color: rgb(244 244 245 / 0.65);
}
.disabled\:outline-zinc-100\/70:disabled {
  outline-color: rgb(244 244 245 / 0.7);
}
.disabled\:outline-zinc-100\/75:disabled {
  outline-color: rgb(244 244 245 / 0.75);
}
.disabled\:outline-zinc-100\/80:disabled {
  outline-color: rgb(244 244 245 / 0.8);
}
.disabled\:outline-zinc-100\/85:disabled {
  outline-color: rgb(244 244 245 / 0.85);
}
.disabled\:outline-zinc-100\/90:disabled {
  outline-color: rgb(244 244 245 / 0.9);
}
.disabled\:outline-zinc-100\/95:disabled {
  outline-color: rgb(244 244 245 / 0.95);
}
.disabled\:outline-zinc-200:disabled {
  outline-color: #e4e4e7;
}
.disabled\:outline-zinc-200\/0:disabled {
  outline-color: rgb(228 228 231 / 0);
}
.disabled\:outline-zinc-200\/10:disabled {
  outline-color: rgb(228 228 231 / 0.1);
}
.disabled\:outline-zinc-200\/100:disabled {
  outline-color: rgb(228 228 231 / 1);
}
.disabled\:outline-zinc-200\/15:disabled {
  outline-color: rgb(228 228 231 / 0.15);
}
.disabled\:outline-zinc-200\/20:disabled {
  outline-color: rgb(228 228 231 / 0.2);
}
.disabled\:outline-zinc-200\/25:disabled {
  outline-color: rgb(228 228 231 / 0.25);
}
.disabled\:outline-zinc-200\/30:disabled {
  outline-color: rgb(228 228 231 / 0.3);
}
.disabled\:outline-zinc-200\/35:disabled {
  outline-color: rgb(228 228 231 / 0.35);
}
.disabled\:outline-zinc-200\/40:disabled {
  outline-color: rgb(228 228 231 / 0.4);
}
.disabled\:outline-zinc-200\/45:disabled {
  outline-color: rgb(228 228 231 / 0.45);
}
.disabled\:outline-zinc-200\/5:disabled {
  outline-color: rgb(228 228 231 / 0.05);
}
.disabled\:outline-zinc-200\/50:disabled {
  outline-color: rgb(228 228 231 / 0.5);
}
.disabled\:outline-zinc-200\/55:disabled {
  outline-color: rgb(228 228 231 / 0.55);
}
.disabled\:outline-zinc-200\/60:disabled {
  outline-color: rgb(228 228 231 / 0.6);
}
.disabled\:outline-zinc-200\/65:disabled {
  outline-color: rgb(228 228 231 / 0.65);
}
.disabled\:outline-zinc-200\/70:disabled {
  outline-color: rgb(228 228 231 / 0.7);
}
.disabled\:outline-zinc-200\/75:disabled {
  outline-color: rgb(228 228 231 / 0.75);
}
.disabled\:outline-zinc-200\/80:disabled {
  outline-color: rgb(228 228 231 / 0.8);
}
.disabled\:outline-zinc-200\/85:disabled {
  outline-color: rgb(228 228 231 / 0.85);
}
.disabled\:outline-zinc-200\/90:disabled {
  outline-color: rgb(228 228 231 / 0.9);
}
.disabled\:outline-zinc-200\/95:disabled {
  outline-color: rgb(228 228 231 / 0.95);
}
.disabled\:outline-zinc-300:disabled {
  outline-color: #d4d4d8;
}
.disabled\:outline-zinc-300\/0:disabled {
  outline-color: rgb(212 212 216 / 0);
}
.disabled\:outline-zinc-300\/10:disabled {
  outline-color: rgb(212 212 216 / 0.1);
}
.disabled\:outline-zinc-300\/100:disabled {
  outline-color: rgb(212 212 216 / 1);
}
.disabled\:outline-zinc-300\/15:disabled {
  outline-color: rgb(212 212 216 / 0.15);
}
.disabled\:outline-zinc-300\/20:disabled {
  outline-color: rgb(212 212 216 / 0.2);
}
.disabled\:outline-zinc-300\/25:disabled {
  outline-color: rgb(212 212 216 / 0.25);
}
.disabled\:outline-zinc-300\/30:disabled {
  outline-color: rgb(212 212 216 / 0.3);
}
.disabled\:outline-zinc-300\/35:disabled {
  outline-color: rgb(212 212 216 / 0.35);
}
.disabled\:outline-zinc-300\/40:disabled {
  outline-color: rgb(212 212 216 / 0.4);
}
.disabled\:outline-zinc-300\/45:disabled {
  outline-color: rgb(212 212 216 / 0.45);
}
.disabled\:outline-zinc-300\/5:disabled {
  outline-color: rgb(212 212 216 / 0.05);
}
.disabled\:outline-zinc-300\/50:disabled {
  outline-color: rgb(212 212 216 / 0.5);
}
.disabled\:outline-zinc-300\/55:disabled {
  outline-color: rgb(212 212 216 / 0.55);
}
.disabled\:outline-zinc-300\/60:disabled {
  outline-color: rgb(212 212 216 / 0.6);
}
.disabled\:outline-zinc-300\/65:disabled {
  outline-color: rgb(212 212 216 / 0.65);
}
.disabled\:outline-zinc-300\/70:disabled {
  outline-color: rgb(212 212 216 / 0.7);
}
.disabled\:outline-zinc-300\/75:disabled {
  outline-color: rgb(212 212 216 / 0.75);
}
.disabled\:outline-zinc-300\/80:disabled {
  outline-color: rgb(212 212 216 / 0.8);
}
.disabled\:outline-zinc-300\/85:disabled {
  outline-color: rgb(212 212 216 / 0.85);
}
.disabled\:outline-zinc-300\/90:disabled {
  outline-color: rgb(212 212 216 / 0.9);
}
.disabled\:outline-zinc-300\/95:disabled {
  outline-color: rgb(212 212 216 / 0.95);
}
.disabled\:outline-zinc-400:disabled {
  outline-color: #a1a1aa;
}
.disabled\:outline-zinc-400\/0:disabled {
  outline-color: rgb(161 161 170 / 0);
}
.disabled\:outline-zinc-400\/10:disabled {
  outline-color: rgb(161 161 170 / 0.1);
}
.disabled\:outline-zinc-400\/100:disabled {
  outline-color: rgb(161 161 170 / 1);
}
.disabled\:outline-zinc-400\/15:disabled {
  outline-color: rgb(161 161 170 / 0.15);
}
.disabled\:outline-zinc-400\/20:disabled {
  outline-color: rgb(161 161 170 / 0.2);
}
.disabled\:outline-zinc-400\/25:disabled {
  outline-color: rgb(161 161 170 / 0.25);
}
.disabled\:outline-zinc-400\/30:disabled {
  outline-color: rgb(161 161 170 / 0.3);
}
.disabled\:outline-zinc-400\/35:disabled {
  outline-color: rgb(161 161 170 / 0.35);
}
.disabled\:outline-zinc-400\/40:disabled {
  outline-color: rgb(161 161 170 / 0.4);
}
.disabled\:outline-zinc-400\/45:disabled {
  outline-color: rgb(161 161 170 / 0.45);
}
.disabled\:outline-zinc-400\/5:disabled {
  outline-color: rgb(161 161 170 / 0.05);
}
.disabled\:outline-zinc-400\/50:disabled {
  outline-color: rgb(161 161 170 / 0.5);
}
.disabled\:outline-zinc-400\/55:disabled {
  outline-color: rgb(161 161 170 / 0.55);
}
.disabled\:outline-zinc-400\/60:disabled {
  outline-color: rgb(161 161 170 / 0.6);
}
.disabled\:outline-zinc-400\/65:disabled {
  outline-color: rgb(161 161 170 / 0.65);
}
.disabled\:outline-zinc-400\/70:disabled {
  outline-color: rgb(161 161 170 / 0.7);
}
.disabled\:outline-zinc-400\/75:disabled {
  outline-color: rgb(161 161 170 / 0.75);
}
.disabled\:outline-zinc-400\/80:disabled {
  outline-color: rgb(161 161 170 / 0.8);
}
.disabled\:outline-zinc-400\/85:disabled {
  outline-color: rgb(161 161 170 / 0.85);
}
.disabled\:outline-zinc-400\/90:disabled {
  outline-color: rgb(161 161 170 / 0.9);
}
.disabled\:outline-zinc-400\/95:disabled {
  outline-color: rgb(161 161 170 / 0.95);
}
.disabled\:outline-zinc-50:disabled {
  outline-color: #fafafa;
}
.disabled\:outline-zinc-50\/0:disabled {
  outline-color: rgb(250 250 250 / 0);
}
.disabled\:outline-zinc-50\/10:disabled {
  outline-color: rgb(250 250 250 / 0.1);
}
.disabled\:outline-zinc-50\/100:disabled {
  outline-color: rgb(250 250 250 / 1);
}
.disabled\:outline-zinc-50\/15:disabled {
  outline-color: rgb(250 250 250 / 0.15);
}
.disabled\:outline-zinc-50\/20:disabled {
  outline-color: rgb(250 250 250 / 0.2);
}
.disabled\:outline-zinc-50\/25:disabled {
  outline-color: rgb(250 250 250 / 0.25);
}
.disabled\:outline-zinc-50\/30:disabled {
  outline-color: rgb(250 250 250 / 0.3);
}
.disabled\:outline-zinc-50\/35:disabled {
  outline-color: rgb(250 250 250 / 0.35);
}
.disabled\:outline-zinc-50\/40:disabled {
  outline-color: rgb(250 250 250 / 0.4);
}
.disabled\:outline-zinc-50\/45:disabled {
  outline-color: rgb(250 250 250 / 0.45);
}
.disabled\:outline-zinc-50\/5:disabled {
  outline-color: rgb(250 250 250 / 0.05);
}
.disabled\:outline-zinc-50\/50:disabled {
  outline-color: rgb(250 250 250 / 0.5);
}
.disabled\:outline-zinc-50\/55:disabled {
  outline-color: rgb(250 250 250 / 0.55);
}
.disabled\:outline-zinc-50\/60:disabled {
  outline-color: rgb(250 250 250 / 0.6);
}
.disabled\:outline-zinc-50\/65:disabled {
  outline-color: rgb(250 250 250 / 0.65);
}
.disabled\:outline-zinc-50\/70:disabled {
  outline-color: rgb(250 250 250 / 0.7);
}
.disabled\:outline-zinc-50\/75:disabled {
  outline-color: rgb(250 250 250 / 0.75);
}
.disabled\:outline-zinc-50\/80:disabled {
  outline-color: rgb(250 250 250 / 0.8);
}
.disabled\:outline-zinc-50\/85:disabled {
  outline-color: rgb(250 250 250 / 0.85);
}
.disabled\:outline-zinc-50\/90:disabled {
  outline-color: rgb(250 250 250 / 0.9);
}
.disabled\:outline-zinc-50\/95:disabled {
  outline-color: rgb(250 250 250 / 0.95);
}
.disabled\:outline-zinc-500:disabled {
  outline-color: #71717a;
}
.disabled\:outline-zinc-500\/0:disabled {
  outline-color: rgb(113 113 122 / 0);
}
.disabled\:outline-zinc-500\/10:disabled {
  outline-color: rgb(113 113 122 / 0.1);
}
.disabled\:outline-zinc-500\/100:disabled {
  outline-color: rgb(113 113 122 / 1);
}
.disabled\:outline-zinc-500\/15:disabled {
  outline-color: rgb(113 113 122 / 0.15);
}
.disabled\:outline-zinc-500\/20:disabled {
  outline-color: rgb(113 113 122 / 0.2);
}
.disabled\:outline-zinc-500\/25:disabled {
  outline-color: rgb(113 113 122 / 0.25);
}
.disabled\:outline-zinc-500\/30:disabled {
  outline-color: rgb(113 113 122 / 0.3);
}
.disabled\:outline-zinc-500\/35:disabled {
  outline-color: rgb(113 113 122 / 0.35);
}
.disabled\:outline-zinc-500\/40:disabled {
  outline-color: rgb(113 113 122 / 0.4);
}
.disabled\:outline-zinc-500\/45:disabled {
  outline-color: rgb(113 113 122 / 0.45);
}
.disabled\:outline-zinc-500\/5:disabled {
  outline-color: rgb(113 113 122 / 0.05);
}
.disabled\:outline-zinc-500\/50:disabled {
  outline-color: rgb(113 113 122 / 0.5);
}
.disabled\:outline-zinc-500\/55:disabled {
  outline-color: rgb(113 113 122 / 0.55);
}
.disabled\:outline-zinc-500\/60:disabled {
  outline-color: rgb(113 113 122 / 0.6);
}
.disabled\:outline-zinc-500\/65:disabled {
  outline-color: rgb(113 113 122 / 0.65);
}
.disabled\:outline-zinc-500\/70:disabled {
  outline-color: rgb(113 113 122 / 0.7);
}
.disabled\:outline-zinc-500\/75:disabled {
  outline-color: rgb(113 113 122 / 0.75);
}
.disabled\:outline-zinc-500\/80:disabled {
  outline-color: rgb(113 113 122 / 0.8);
}
.disabled\:outline-zinc-500\/85:disabled {
  outline-color: rgb(113 113 122 / 0.85);
}
.disabled\:outline-zinc-500\/90:disabled {
  outline-color: rgb(113 113 122 / 0.9);
}
.disabled\:outline-zinc-500\/95:disabled {
  outline-color: rgb(113 113 122 / 0.95);
}
.disabled\:outline-zinc-600:disabled {
  outline-color: #52525b;
}
.disabled\:outline-zinc-600\/0:disabled {
  outline-color: rgb(82 82 91 / 0);
}
.disabled\:outline-zinc-600\/10:disabled {
  outline-color: rgb(82 82 91 / 0.1);
}
.disabled\:outline-zinc-600\/100:disabled {
  outline-color: rgb(82 82 91 / 1);
}
.disabled\:outline-zinc-600\/15:disabled {
  outline-color: rgb(82 82 91 / 0.15);
}
.disabled\:outline-zinc-600\/20:disabled {
  outline-color: rgb(82 82 91 / 0.2);
}
.disabled\:outline-zinc-600\/25:disabled {
  outline-color: rgb(82 82 91 / 0.25);
}
.disabled\:outline-zinc-600\/30:disabled {
  outline-color: rgb(82 82 91 / 0.3);
}
.disabled\:outline-zinc-600\/35:disabled {
  outline-color: rgb(82 82 91 / 0.35);
}
.disabled\:outline-zinc-600\/40:disabled {
  outline-color: rgb(82 82 91 / 0.4);
}
.disabled\:outline-zinc-600\/45:disabled {
  outline-color: rgb(82 82 91 / 0.45);
}
.disabled\:outline-zinc-600\/5:disabled {
  outline-color: rgb(82 82 91 / 0.05);
}
.disabled\:outline-zinc-600\/50:disabled {
  outline-color: rgb(82 82 91 / 0.5);
}
.disabled\:outline-zinc-600\/55:disabled {
  outline-color: rgb(82 82 91 / 0.55);
}
.disabled\:outline-zinc-600\/60:disabled {
  outline-color: rgb(82 82 91 / 0.6);
}
.disabled\:outline-zinc-600\/65:disabled {
  outline-color: rgb(82 82 91 / 0.65);
}
.disabled\:outline-zinc-600\/70:disabled {
  outline-color: rgb(82 82 91 / 0.7);
}
.disabled\:outline-zinc-600\/75:disabled {
  outline-color: rgb(82 82 91 / 0.75);
}
.disabled\:outline-zinc-600\/80:disabled {
  outline-color: rgb(82 82 91 / 0.8);
}
.disabled\:outline-zinc-600\/85:disabled {
  outline-color: rgb(82 82 91 / 0.85);
}
.disabled\:outline-zinc-600\/90:disabled {
  outline-color: rgb(82 82 91 / 0.9);
}
.disabled\:outline-zinc-600\/95:disabled {
  outline-color: rgb(82 82 91 / 0.95);
}
.disabled\:outline-zinc-700:disabled {
  outline-color: #3f3f46;
}
.disabled\:outline-zinc-700\/0:disabled {
  outline-color: rgb(63 63 70 / 0);
}
.disabled\:outline-zinc-700\/10:disabled {
  outline-color: rgb(63 63 70 / 0.1);
}
.disabled\:outline-zinc-700\/100:disabled {
  outline-color: rgb(63 63 70 / 1);
}
.disabled\:outline-zinc-700\/15:disabled {
  outline-color: rgb(63 63 70 / 0.15);
}
.disabled\:outline-zinc-700\/20:disabled {
  outline-color: rgb(63 63 70 / 0.2);
}
.disabled\:outline-zinc-700\/25:disabled {
  outline-color: rgb(63 63 70 / 0.25);
}
.disabled\:outline-zinc-700\/30:disabled {
  outline-color: rgb(63 63 70 / 0.3);
}
.disabled\:outline-zinc-700\/35:disabled {
  outline-color: rgb(63 63 70 / 0.35);
}
.disabled\:outline-zinc-700\/40:disabled {
  outline-color: rgb(63 63 70 / 0.4);
}
.disabled\:outline-zinc-700\/45:disabled {
  outline-color: rgb(63 63 70 / 0.45);
}
.disabled\:outline-zinc-700\/5:disabled {
  outline-color: rgb(63 63 70 / 0.05);
}
.disabled\:outline-zinc-700\/50:disabled {
  outline-color: rgb(63 63 70 / 0.5);
}
.disabled\:outline-zinc-700\/55:disabled {
  outline-color: rgb(63 63 70 / 0.55);
}
.disabled\:outline-zinc-700\/60:disabled {
  outline-color: rgb(63 63 70 / 0.6);
}
.disabled\:outline-zinc-700\/65:disabled {
  outline-color: rgb(63 63 70 / 0.65);
}
.disabled\:outline-zinc-700\/70:disabled {
  outline-color: rgb(63 63 70 / 0.7);
}
.disabled\:outline-zinc-700\/75:disabled {
  outline-color: rgb(63 63 70 / 0.75);
}
.disabled\:outline-zinc-700\/80:disabled {
  outline-color: rgb(63 63 70 / 0.8);
}
.disabled\:outline-zinc-700\/85:disabled {
  outline-color: rgb(63 63 70 / 0.85);
}
.disabled\:outline-zinc-700\/90:disabled {
  outline-color: rgb(63 63 70 / 0.9);
}
.disabled\:outline-zinc-700\/95:disabled {
  outline-color: rgb(63 63 70 / 0.95);
}
.disabled\:outline-zinc-800:disabled {
  outline-color: #27272a;
}
.disabled\:outline-zinc-800\/0:disabled {
  outline-color: rgb(39 39 42 / 0);
}
.disabled\:outline-zinc-800\/10:disabled {
  outline-color: rgb(39 39 42 / 0.1);
}
.disabled\:outline-zinc-800\/100:disabled {
  outline-color: rgb(39 39 42 / 1);
}
.disabled\:outline-zinc-800\/15:disabled {
  outline-color: rgb(39 39 42 / 0.15);
}
.disabled\:outline-zinc-800\/20:disabled {
  outline-color: rgb(39 39 42 / 0.2);
}
.disabled\:outline-zinc-800\/25:disabled {
  outline-color: rgb(39 39 42 / 0.25);
}
.disabled\:outline-zinc-800\/30:disabled {
  outline-color: rgb(39 39 42 / 0.3);
}
.disabled\:outline-zinc-800\/35:disabled {
  outline-color: rgb(39 39 42 / 0.35);
}
.disabled\:outline-zinc-800\/40:disabled {
  outline-color: rgb(39 39 42 / 0.4);
}
.disabled\:outline-zinc-800\/45:disabled {
  outline-color: rgb(39 39 42 / 0.45);
}
.disabled\:outline-zinc-800\/5:disabled {
  outline-color: rgb(39 39 42 / 0.05);
}
.disabled\:outline-zinc-800\/50:disabled {
  outline-color: rgb(39 39 42 / 0.5);
}
.disabled\:outline-zinc-800\/55:disabled {
  outline-color: rgb(39 39 42 / 0.55);
}
.disabled\:outline-zinc-800\/60:disabled {
  outline-color: rgb(39 39 42 / 0.6);
}
.disabled\:outline-zinc-800\/65:disabled {
  outline-color: rgb(39 39 42 / 0.65);
}
.disabled\:outline-zinc-800\/70:disabled {
  outline-color: rgb(39 39 42 / 0.7);
}
.disabled\:outline-zinc-800\/75:disabled {
  outline-color: rgb(39 39 42 / 0.75);
}
.disabled\:outline-zinc-800\/80:disabled {
  outline-color: rgb(39 39 42 / 0.8);
}
.disabled\:outline-zinc-800\/85:disabled {
  outline-color: rgb(39 39 42 / 0.85);
}
.disabled\:outline-zinc-800\/90:disabled {
  outline-color: rgb(39 39 42 / 0.9);
}
.disabled\:outline-zinc-800\/95:disabled {
  outline-color: rgb(39 39 42 / 0.95);
}
.disabled\:outline-zinc-900:disabled {
  outline-color: #18181b;
}
.disabled\:outline-zinc-900\/0:disabled {
  outline-color: rgb(24 24 27 / 0);
}
.disabled\:outline-zinc-900\/10:disabled {
  outline-color: rgb(24 24 27 / 0.1);
}
.disabled\:outline-zinc-900\/100:disabled {
  outline-color: rgb(24 24 27 / 1);
}
.disabled\:outline-zinc-900\/15:disabled {
  outline-color: rgb(24 24 27 / 0.15);
}
.disabled\:outline-zinc-900\/20:disabled {
  outline-color: rgb(24 24 27 / 0.2);
}
.disabled\:outline-zinc-900\/25:disabled {
  outline-color: rgb(24 24 27 / 0.25);
}
.disabled\:outline-zinc-900\/30:disabled {
  outline-color: rgb(24 24 27 / 0.3);
}
.disabled\:outline-zinc-900\/35:disabled {
  outline-color: rgb(24 24 27 / 0.35);
}
.disabled\:outline-zinc-900\/40:disabled {
  outline-color: rgb(24 24 27 / 0.4);
}
.disabled\:outline-zinc-900\/45:disabled {
  outline-color: rgb(24 24 27 / 0.45);
}
.disabled\:outline-zinc-900\/5:disabled {
  outline-color: rgb(24 24 27 / 0.05);
}
.disabled\:outline-zinc-900\/50:disabled {
  outline-color: rgb(24 24 27 / 0.5);
}
.disabled\:outline-zinc-900\/55:disabled {
  outline-color: rgb(24 24 27 / 0.55);
}
.disabled\:outline-zinc-900\/60:disabled {
  outline-color: rgb(24 24 27 / 0.6);
}
.disabled\:outline-zinc-900\/65:disabled {
  outline-color: rgb(24 24 27 / 0.65);
}
.disabled\:outline-zinc-900\/70:disabled {
  outline-color: rgb(24 24 27 / 0.7);
}
.disabled\:outline-zinc-900\/75:disabled {
  outline-color: rgb(24 24 27 / 0.75);
}
.disabled\:outline-zinc-900\/80:disabled {
  outline-color: rgb(24 24 27 / 0.8);
}
.disabled\:outline-zinc-900\/85:disabled {
  outline-color: rgb(24 24 27 / 0.85);
}
.disabled\:outline-zinc-900\/90:disabled {
  outline-color: rgb(24 24 27 / 0.9);
}
.disabled\:outline-zinc-900\/95:disabled {
  outline-color: rgb(24 24 27 / 0.95);
}
.disabled\:outline-zinc-950:disabled {
  outline-color: #09090b;
}
.disabled\:outline-zinc-950\/0:disabled {
  outline-color: rgb(9 9 11 / 0);
}
.disabled\:outline-zinc-950\/10:disabled {
  outline-color: rgb(9 9 11 / 0.1);
}
.disabled\:outline-zinc-950\/100:disabled {
  outline-color: rgb(9 9 11 / 1);
}
.disabled\:outline-zinc-950\/15:disabled {
  outline-color: rgb(9 9 11 / 0.15);
}
.disabled\:outline-zinc-950\/20:disabled {
  outline-color: rgb(9 9 11 / 0.2);
}
.disabled\:outline-zinc-950\/25:disabled {
  outline-color: rgb(9 9 11 / 0.25);
}
.disabled\:outline-zinc-950\/30:disabled {
  outline-color: rgb(9 9 11 / 0.3);
}
.disabled\:outline-zinc-950\/35:disabled {
  outline-color: rgb(9 9 11 / 0.35);
}
.disabled\:outline-zinc-950\/40:disabled {
  outline-color: rgb(9 9 11 / 0.4);
}
.disabled\:outline-zinc-950\/45:disabled {
  outline-color: rgb(9 9 11 / 0.45);
}
.disabled\:outline-zinc-950\/5:disabled {
  outline-color: rgb(9 9 11 / 0.05);
}
.disabled\:outline-zinc-950\/50:disabled {
  outline-color: rgb(9 9 11 / 0.5);
}
.disabled\:outline-zinc-950\/55:disabled {
  outline-color: rgb(9 9 11 / 0.55);
}
.disabled\:outline-zinc-950\/60:disabled {
  outline-color: rgb(9 9 11 / 0.6);
}
.disabled\:outline-zinc-950\/65:disabled {
  outline-color: rgb(9 9 11 / 0.65);
}
.disabled\:outline-zinc-950\/70:disabled {
  outline-color: rgb(9 9 11 / 0.7);
}
.disabled\:outline-zinc-950\/75:disabled {
  outline-color: rgb(9 9 11 / 0.75);
}
.disabled\:outline-zinc-950\/80:disabled {
  outline-color: rgb(9 9 11 / 0.8);
}
.disabled\:outline-zinc-950\/85:disabled {
  outline-color: rgb(9 9 11 / 0.85);
}
.disabled\:outline-zinc-950\/90:disabled {
  outline-color: rgb(9 9 11 / 0.9);
}
.disabled\:outline-zinc-950\/95:disabled {
  outline-color: rgb(9 9 11 / 0.95);
}
.disabled\:ring-0:disabled {
  --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);
}
.disabled\:ring-1:disabled {
  --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);
}
.disabled\:ring-2:disabled {
  --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);
}
.disabled\:ring-4:disabled {
  --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);
}
.disabled\:ring-8:disabled {
  --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(8px + 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);
}
.disabled\:ring-inset:disabled {
  --tw-ring-inset: inset;
}
.disabled\:ring-accent:disabled {
  --tw-ring-color: var(--border-accent);
}
.disabled\:ring-calendar:disabled {
  --tw-ring-color: var(--border-calendar);
}
.disabled\:ring-constant-black:disabled {
  --tw-ring-color: var(--general-constant-black);
}
.disabled\:ring-constant-white:disabled {
  --tw-ring-color: var(--general-constant-white);
}
.disabled\:ring-current:disabled {
  --tw-ring-color: currentColor;
}
.disabled\:ring-focus:disabled {
  --tw-ring-color: var(--border-focus);
}
.disabled\:ring-hover:disabled {
  --tw-ring-color: var(--border-hover);
}
.disabled\:ring-inherit:disabled {
  --tw-ring-color: inherit;
}
.disabled\:ring-input:disabled {
  --tw-ring-color: var(--border-input);
}
.disabled\:ring-input-active:disabled {
  --tw-ring-color: var(--border-input-active);
}
.disabled\:ring-input-active-hover:disabled {
  --tw-ring-color: var(--border-input-active-hover);
}
.disabled\:ring-input-active-pressed:disabled {
  --tw-ring-color: var(--border-input-active-pressed);
}
.disabled\:ring-input-caution:disabled {
  --tw-ring-color: var(--border-input-caution);
}
.disabled\:ring-input-caution-hover:disabled {
  --tw-ring-color: var(--border-input-caution-hover);
}
.disabled\:ring-input-caution-pressed:disabled {
  --tw-ring-color: var(--border-input-caution-pressed);
}
.disabled\:ring-input-critical:disabled {
  --tw-ring-color: var(--border-input-critical);
}
.disabled\:ring-input-critical-hover:disabled {
  --tw-ring-color: var(--border-input-critical-hover);
}
.disabled\:ring-input-critical-pressed:disabled {
  --tw-ring-color: var(--border-input-critical-pressed);
}
.disabled\:ring-input-disabled:disabled {
  --tw-ring-color: var(--border-input-disabled);
}
.disabled\:ring-input-hover:disabled {
  --tw-ring-color: var(--border-input-hover);
}
.disabled\:ring-primary:disabled {
  --tw-ring-color: var(--border-primary);
}
.disabled\:ring-secondary:disabled {
  --tw-ring-color: var(--border-secondary);
}
.disabled\:ring-tertiary:disabled {
  --tw-ring-color: var(--border-tertiary);
}
.disabled\:ring-transparent:disabled {
  --tw-ring-color: transparent;
}
.disabled\:ring-transparent\/0:disabled {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.disabled\:ring-transparent\/10:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.disabled\:ring-transparent\/100:disabled {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.disabled\:ring-transparent\/15:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}
.disabled\:ring-transparent\/20:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.disabled\:ring-transparent\/25:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.disabled\:ring-transparent\/30:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.disabled\:ring-transparent\/35:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}
.disabled\:ring-transparent\/40:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.disabled\:ring-transparent\/45:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}
.disabled\:ring-transparent\/5:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.disabled\:ring-transparent\/50:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.disabled\:ring-transparent\/55:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}
.disabled\:ring-transparent\/60:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.disabled\:ring-transparent\/65:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}
.disabled\:ring-transparent\/70:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.disabled\:ring-transparent\/75:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.disabled\:ring-transparent\/80:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.disabled\:ring-transparent\/85:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}
.disabled\:ring-transparent\/90:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.disabled\:ring-transparent\/95:disabled {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.disabled\:ring-opacity-0:disabled {
  --tw-ring-opacity: 0;
}
.disabled\:ring-opacity-10:disabled {
  --tw-ring-opacity: 0.1;
}
.disabled\:ring-opacity-100:disabled {
  --tw-ring-opacity: 1;
}
.disabled\:ring-opacity-15:disabled {
  --tw-ring-opacity: 0.15;
}
.disabled\:ring-opacity-20:disabled {
  --tw-ring-opacity: 0.2;
}
.disabled\:ring-opacity-25:disabled {
  --tw-ring-opacity: 0.25;
}
.disabled\:ring-opacity-30:disabled {
  --tw-ring-opacity: 0.3;
}
.disabled\:ring-opacity-35:disabled {
  --tw-ring-opacity: 0.35;
}
.disabled\:ring-opacity-40:disabled {
  --tw-ring-opacity: 0.4;
}
.disabled\:ring-opacity-45:disabled {
  --tw-ring-opacity: 0.45;
}
.disabled\:ring-opacity-5:disabled {
  --tw-ring-opacity: 0.05;
}
.disabled\:ring-opacity-50:disabled {
  --tw-ring-opacity: 0.5;
}
.disabled\:ring-opacity-55:disabled {
  --tw-ring-opacity: 0.55;
}
.disabled\:ring-opacity-60:disabled {
  --tw-ring-opacity: 0.6;
}
.disabled\:ring-opacity-65:disabled {
  --tw-ring-opacity: 0.65;
}
.disabled\:ring-opacity-70:disabled {
  --tw-ring-opacity: 0.7;
}
.disabled\:ring-opacity-75:disabled {
  --tw-ring-opacity: 0.75;
}
.disabled\:ring-opacity-80:disabled {
  --tw-ring-opacity: 0.8;
}
.disabled\:ring-opacity-85:disabled {
  --tw-ring-opacity: 0.85;
}
.disabled\:ring-opacity-90:disabled {
  --tw-ring-opacity: 0.9;
}
.disabled\:ring-opacity-95:disabled {
  --tw-ring-opacity: 0.95;
}
.disabled\:ring-offset-0:disabled {
  --tw-ring-offset-width: 0px;
}
.disabled\:ring-offset-1:disabled {
  --tw-ring-offset-width: 1px;
}
.disabled\:ring-offset-2:disabled {
  --tw-ring-offset-width: 2px;
}
.disabled\:ring-offset-4:disabled {
  --tw-ring-offset-width: 4px;
}
.disabled\:ring-offset-8:disabled {
  --tw-ring-offset-width: 8px;
}
.disabled\:ring-offset-amber-100:disabled {
  --tw-ring-offset-color: #fef3c7;
}
.disabled\:ring-offset-amber-100\/0:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0);
}
.disabled\:ring-offset-amber-100\/10:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.1);
}
.disabled\:ring-offset-amber-100\/100:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 1);
}
.disabled\:ring-offset-amber-100\/15:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.15);
}
.disabled\:ring-offset-amber-100\/20:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.2);
}
.disabled\:ring-offset-amber-100\/25:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.25);
}
.disabled\:ring-offset-amber-100\/30:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.3);
}
.disabled\:ring-offset-amber-100\/35:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.35);
}
.disabled\:ring-offset-amber-100\/40:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.4);
}
.disabled\:ring-offset-amber-100\/45:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.45);
}
.disabled\:ring-offset-amber-100\/5:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.05);
}
.disabled\:ring-offset-amber-100\/50:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.5);
}
.disabled\:ring-offset-amber-100\/55:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.55);
}
.disabled\:ring-offset-amber-100\/60:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.6);
}
.disabled\:ring-offset-amber-100\/65:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.65);
}
.disabled\:ring-offset-amber-100\/70:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.7);
}
.disabled\:ring-offset-amber-100\/75:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.75);
}
.disabled\:ring-offset-amber-100\/80:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.8);
}
.disabled\:ring-offset-amber-100\/85:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.85);
}
.disabled\:ring-offset-amber-100\/90:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.9);
}
.disabled\:ring-offset-amber-100\/95:disabled {
  --tw-ring-offset-color: rgb(254 243 199 / 0.95);
}
.disabled\:ring-offset-amber-200:disabled {
  --tw-ring-offset-color: #fde68a;
}
.disabled\:ring-offset-amber-200\/0:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0);
}
.disabled\:ring-offset-amber-200\/10:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.1);
}
.disabled\:ring-offset-amber-200\/100:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 1);
}
.disabled\:ring-offset-amber-200\/15:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.15);
}
.disabled\:ring-offset-amber-200\/20:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.2);
}
.disabled\:ring-offset-amber-200\/25:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.25);
}
.disabled\:ring-offset-amber-200\/30:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.3);
}
.disabled\:ring-offset-amber-200\/35:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.35);
}
.disabled\:ring-offset-amber-200\/40:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.4);
}
.disabled\:ring-offset-amber-200\/45:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.45);
}
.disabled\:ring-offset-amber-200\/5:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.05);
}
.disabled\:ring-offset-amber-200\/50:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.5);
}
.disabled\:ring-offset-amber-200\/55:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.55);
}
.disabled\:ring-offset-amber-200\/60:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.6);
}
.disabled\:ring-offset-amber-200\/65:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.65);
}
.disabled\:ring-offset-amber-200\/70:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.7);
}
.disabled\:ring-offset-amber-200\/75:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.75);
}
.disabled\:ring-offset-amber-200\/80:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.8);
}
.disabled\:ring-offset-amber-200\/85:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.85);
}
.disabled\:ring-offset-amber-200\/90:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.9);
}
.disabled\:ring-offset-amber-200\/95:disabled {
  --tw-ring-offset-color: rgb(253 230 138 / 0.95);
}
.disabled\:ring-offset-amber-300:disabled {
  --tw-ring-offset-color: #fcd34d;
}
.disabled\:ring-offset-amber-300\/0:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0);
}
.disabled\:ring-offset-amber-300\/10:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.1);
}
.disabled\:ring-offset-amber-300\/100:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 1);
}
.disabled\:ring-offset-amber-300\/15:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.15);
}
.disabled\:ring-offset-amber-300\/20:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.2);
}
.disabled\:ring-offset-amber-300\/25:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.25);
}
.disabled\:ring-offset-amber-300\/30:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.3);
}
.disabled\:ring-offset-amber-300\/35:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.35);
}
.disabled\:ring-offset-amber-300\/40:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.4);
}
.disabled\:ring-offset-amber-300\/45:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.45);
}
.disabled\:ring-offset-amber-300\/5:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.05);
}
.disabled\:ring-offset-amber-300\/50:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.5);
}
.disabled\:ring-offset-amber-300\/55:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.55);
}
.disabled\:ring-offset-amber-300\/60:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.6);
}
.disabled\:ring-offset-amber-300\/65:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.65);
}
.disabled\:ring-offset-amber-300\/70:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.7);
}
.disabled\:ring-offset-amber-300\/75:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.75);
}
.disabled\:ring-offset-amber-300\/80:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.8);
}
.disabled\:ring-offset-amber-300\/85:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.85);
}
.disabled\:ring-offset-amber-300\/90:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.9);
}
.disabled\:ring-offset-amber-300\/95:disabled {
  --tw-ring-offset-color: rgb(252 211 77 / 0.95);
}
.disabled\:ring-offset-amber-400:disabled {
  --tw-ring-offset-color: #fbbf24;
}
.disabled\:ring-offset-amber-400\/0:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0);
}
.disabled\:ring-offset-amber-400\/10:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.1);
}
.disabled\:ring-offset-amber-400\/100:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 1);
}
.disabled\:ring-offset-amber-400\/15:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.15);
}
.disabled\:ring-offset-amber-400\/20:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.2);
}
.disabled\:ring-offset-amber-400\/25:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.25);
}
.disabled\:ring-offset-amber-400\/30:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.3);
}
.disabled\:ring-offset-amber-400\/35:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.35);
}
.disabled\:ring-offset-amber-400\/40:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.4);
}
.disabled\:ring-offset-amber-400\/45:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.45);
}
.disabled\:ring-offset-amber-400\/5:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.05);
}
.disabled\:ring-offset-amber-400\/50:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.5);
}
.disabled\:ring-offset-amber-400\/55:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.55);
}
.disabled\:ring-offset-amber-400\/60:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.6);
}
.disabled\:ring-offset-amber-400\/65:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.65);
}
.disabled\:ring-offset-amber-400\/70:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.7);
}
.disabled\:ring-offset-amber-400\/75:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.75);
}
.disabled\:ring-offset-amber-400\/80:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.8);
}
.disabled\:ring-offset-amber-400\/85:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.85);
}
.disabled\:ring-offset-amber-400\/90:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.9);
}
.disabled\:ring-offset-amber-400\/95:disabled {
  --tw-ring-offset-color: rgb(251 191 36 / 0.95);
}
.disabled\:ring-offset-amber-50:disabled {
  --tw-ring-offset-color: #fffbeb;
}
.disabled\:ring-offset-amber-50\/0:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0);
}
.disabled\:ring-offset-amber-50\/10:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.1);
}
.disabled\:ring-offset-amber-50\/100:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 1);
}
.disabled\:ring-offset-amber-50\/15:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.15);
}
.disabled\:ring-offset-amber-50\/20:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.2);
}
.disabled\:ring-offset-amber-50\/25:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.25);
}
.disabled\:ring-offset-amber-50\/30:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.3);
}
.disabled\:ring-offset-amber-50\/35:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.35);
}
.disabled\:ring-offset-amber-50\/40:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.4);
}
.disabled\:ring-offset-amber-50\/45:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.45);
}
.disabled\:ring-offset-amber-50\/5:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.05);
}
.disabled\:ring-offset-amber-50\/50:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.5);
}
.disabled\:ring-offset-amber-50\/55:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.55);
}
.disabled\:ring-offset-amber-50\/60:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.6);
}
.disabled\:ring-offset-amber-50\/65:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.65);
}
.disabled\:ring-offset-amber-50\/70:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.7);
}
.disabled\:ring-offset-amber-50\/75:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.75);
}
.disabled\:ring-offset-amber-50\/80:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.8);
}
.disabled\:ring-offset-amber-50\/85:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.85);
}
.disabled\:ring-offset-amber-50\/90:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.9);
}
.disabled\:ring-offset-amber-50\/95:disabled {
  --tw-ring-offset-color: rgb(255 251 235 / 0.95);
}
.disabled\:ring-offset-amber-500:disabled {
  --tw-ring-offset-color: #f59e0b;
}
.disabled\:ring-offset-amber-500\/0:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0);
}
.disabled\:ring-offset-amber-500\/10:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.1);
}
.disabled\:ring-offset-amber-500\/100:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 1);
}
.disabled\:ring-offset-amber-500\/15:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.15);
}
.disabled\:ring-offset-amber-500\/20:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.2);
}
.disabled\:ring-offset-amber-500\/25:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.25);
}
.disabled\:ring-offset-amber-500\/30:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.3);
}
.disabled\:ring-offset-amber-500\/35:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.35);
}
.disabled\:ring-offset-amber-500\/40:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.4);
}
.disabled\:ring-offset-amber-500\/45:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.45);
}
.disabled\:ring-offset-amber-500\/5:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.05);
}
.disabled\:ring-offset-amber-500\/50:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.5);
}
.disabled\:ring-offset-amber-500\/55:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.55);
}
.disabled\:ring-offset-amber-500\/60:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.6);
}
.disabled\:ring-offset-amber-500\/65:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.65);
}
.disabled\:ring-offset-amber-500\/70:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.7);
}
.disabled\:ring-offset-amber-500\/75:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.75);
}
.disabled\:ring-offset-amber-500\/80:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.8);
}
.disabled\:ring-offset-amber-500\/85:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.85);
}
.disabled\:ring-offset-amber-500\/90:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.9);
}
.disabled\:ring-offset-amber-500\/95:disabled {
  --tw-ring-offset-color: rgb(245 158 11 / 0.95);
}
.disabled\:ring-offset-amber-600:disabled {
  --tw-ring-offset-color: #d97706;
}
.disabled\:ring-offset-amber-600\/0:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0);
}
.disabled\:ring-offset-amber-600\/10:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.1);
}
.disabled\:ring-offset-amber-600\/100:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 1);
}
.disabled\:ring-offset-amber-600\/15:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.15);
}
.disabled\:ring-offset-amber-600\/20:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.2);
}
.disabled\:ring-offset-amber-600\/25:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.25);
}
.disabled\:ring-offset-amber-600\/30:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.3);
}
.disabled\:ring-offset-amber-600\/35:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.35);
}
.disabled\:ring-offset-amber-600\/40:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.4);
}
.disabled\:ring-offset-amber-600\/45:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.45);
}
.disabled\:ring-offset-amber-600\/5:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.05);
}
.disabled\:ring-offset-amber-600\/50:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.5);
}
.disabled\:ring-offset-amber-600\/55:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.55);
}
.disabled\:ring-offset-amber-600\/60:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.6);
}
.disabled\:ring-offset-amber-600\/65:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.65);
}
.disabled\:ring-offset-amber-600\/70:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.7);
}
.disabled\:ring-offset-amber-600\/75:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.75);
}
.disabled\:ring-offset-amber-600\/80:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.8);
}
.disabled\:ring-offset-amber-600\/85:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.85);
}
.disabled\:ring-offset-amber-600\/90:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.9);
}
.disabled\:ring-offset-amber-600\/95:disabled {
  --tw-ring-offset-color: rgb(217 119 6 / 0.95);
}
.disabled\:ring-offset-amber-700:disabled {
  --tw-ring-offset-color: #b45309;
}
.disabled\:ring-offset-amber-700\/0:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0);
}
.disabled\:ring-offset-amber-700\/10:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.1);
}
.disabled\:ring-offset-amber-700\/100:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 1);
}
.disabled\:ring-offset-amber-700\/15:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.15);
}
.disabled\:ring-offset-amber-700\/20:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.2);
}
.disabled\:ring-offset-amber-700\/25:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.25);
}
.disabled\:ring-offset-amber-700\/30:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.3);
}
.disabled\:ring-offset-amber-700\/35:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.35);
}
.disabled\:ring-offset-amber-700\/40:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.4);
}
.disabled\:ring-offset-amber-700\/45:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.45);
}
.disabled\:ring-offset-amber-700\/5:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.05);
}
.disabled\:ring-offset-amber-700\/50:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.5);
}
.disabled\:ring-offset-amber-700\/55:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.55);
}
.disabled\:ring-offset-amber-700\/60:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.6);
}
.disabled\:ring-offset-amber-700\/65:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.65);
}
.disabled\:ring-offset-amber-700\/70:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.7);
}
.disabled\:ring-offset-amber-700\/75:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.75);
}
.disabled\:ring-offset-amber-700\/80:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.8);
}
.disabled\:ring-offset-amber-700\/85:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.85);
}
.disabled\:ring-offset-amber-700\/90:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.9);
}
.disabled\:ring-offset-amber-700\/95:disabled {
  --tw-ring-offset-color: rgb(180 83 9 / 0.95);
}
.disabled\:ring-offset-amber-800:disabled {
  --tw-ring-offset-color: #92400e;
}
.disabled\:ring-offset-amber-800\/0:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0);
}
.disabled\:ring-offset-amber-800\/10:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.1);
}
.disabled\:ring-offset-amber-800\/100:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 1);
}
.disabled\:ring-offset-amber-800\/15:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.15);
}
.disabled\:ring-offset-amber-800\/20:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.2);
}
.disabled\:ring-offset-amber-800\/25:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.25);
}
.disabled\:ring-offset-amber-800\/30:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.3);
}
.disabled\:ring-offset-amber-800\/35:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.35);
}
.disabled\:ring-offset-amber-800\/40:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.4);
}
.disabled\:ring-offset-amber-800\/45:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.45);
}
.disabled\:ring-offset-amber-800\/5:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.05);
}
.disabled\:ring-offset-amber-800\/50:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.5);
}
.disabled\:ring-offset-amber-800\/55:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.55);
}
.disabled\:ring-offset-amber-800\/60:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.6);
}
.disabled\:ring-offset-amber-800\/65:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.65);
}
.disabled\:ring-offset-amber-800\/70:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.7);
}
.disabled\:ring-offset-amber-800\/75:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.75);
}
.disabled\:ring-offset-amber-800\/80:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.8);
}
.disabled\:ring-offset-amber-800\/85:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.85);
}
.disabled\:ring-offset-amber-800\/90:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.9);
}
.disabled\:ring-offset-amber-800\/95:disabled {
  --tw-ring-offset-color: rgb(146 64 14 / 0.95);
}
.disabled\:ring-offset-amber-900:disabled {
  --tw-ring-offset-color: #78350f;
}
.disabled\:ring-offset-amber-900\/0:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0);
}
.disabled\:ring-offset-amber-900\/10:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.1);
}
.disabled\:ring-offset-amber-900\/100:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 1);
}
.disabled\:ring-offset-amber-900\/15:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.15);
}
.disabled\:ring-offset-amber-900\/20:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.2);
}
.disabled\:ring-offset-amber-900\/25:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.25);
}
.disabled\:ring-offset-amber-900\/30:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.3);
}
.disabled\:ring-offset-amber-900\/35:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.35);
}
.disabled\:ring-offset-amber-900\/40:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.4);
}
.disabled\:ring-offset-amber-900\/45:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.45);
}
.disabled\:ring-offset-amber-900\/5:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.05);
}
.disabled\:ring-offset-amber-900\/50:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.5);
}
.disabled\:ring-offset-amber-900\/55:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.55);
}
.disabled\:ring-offset-amber-900\/60:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.6);
}
.disabled\:ring-offset-amber-900\/65:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.65);
}
.disabled\:ring-offset-amber-900\/70:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.7);
}
.disabled\:ring-offset-amber-900\/75:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.75);
}
.disabled\:ring-offset-amber-900\/80:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.8);
}
.disabled\:ring-offset-amber-900\/85:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.85);
}
.disabled\:ring-offset-amber-900\/90:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.9);
}
.disabled\:ring-offset-amber-900\/95:disabled {
  --tw-ring-offset-color: rgb(120 53 15 / 0.95);
}
.disabled\:ring-offset-amber-950:disabled {
  --tw-ring-offset-color: #451a03;
}
.disabled\:ring-offset-amber-950\/0:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0);
}
.disabled\:ring-offset-amber-950\/10:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.1);
}
.disabled\:ring-offset-amber-950\/100:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 1);
}
.disabled\:ring-offset-amber-950\/15:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.15);
}
.disabled\:ring-offset-amber-950\/20:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.2);
}
.disabled\:ring-offset-amber-950\/25:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.25);
}
.disabled\:ring-offset-amber-950\/30:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.3);
}
.disabled\:ring-offset-amber-950\/35:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.35);
}
.disabled\:ring-offset-amber-950\/40:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.4);
}
.disabled\:ring-offset-amber-950\/45:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.45);
}
.disabled\:ring-offset-amber-950\/5:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.05);
}
.disabled\:ring-offset-amber-950\/50:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.5);
}
.disabled\:ring-offset-amber-950\/55:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.55);
}
.disabled\:ring-offset-amber-950\/60:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.6);
}
.disabled\:ring-offset-amber-950\/65:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.65);
}
.disabled\:ring-offset-amber-950\/70:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.7);
}
.disabled\:ring-offset-amber-950\/75:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.75);
}
.disabled\:ring-offset-amber-950\/80:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.8);
}
.disabled\:ring-offset-amber-950\/85:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.85);
}
.disabled\:ring-offset-amber-950\/90:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.9);
}
.disabled\:ring-offset-amber-950\/95:disabled {
  --tw-ring-offset-color: rgb(69 26 3 / 0.95);
}
.disabled\:ring-offset-black:disabled {
  --tw-ring-offset-color: #000;
}
.disabled\:ring-offset-black\/0:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.disabled\:ring-offset-black\/10:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.disabled\:ring-offset-black\/100:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.disabled\:ring-offset-black\/15:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.disabled\:ring-offset-black\/20:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.disabled\:ring-offset-black\/25:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.disabled\:ring-offset-black\/30:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.disabled\:ring-offset-black\/35:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.disabled\:ring-offset-black\/40:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.disabled\:ring-offset-black\/45:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.disabled\:ring-offset-black\/5:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.disabled\:ring-offset-black\/50:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.disabled\:ring-offset-black\/55:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.disabled\:ring-offset-black\/60:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.disabled\:ring-offset-black\/65:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.disabled\:ring-offset-black\/70:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.disabled\:ring-offset-black\/75:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.disabled\:ring-offset-black\/80:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.disabled\:ring-offset-black\/85:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.disabled\:ring-offset-black\/90:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.disabled\:ring-offset-black\/95:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.disabled\:ring-offset-blue-100:disabled {
  --tw-ring-offset-color: #dbeafe;
}
.disabled\:ring-offset-blue-100\/0:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0);
}
.disabled\:ring-offset-blue-100\/10:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.1);
}
.disabled\:ring-offset-blue-100\/100:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 1);
}
.disabled\:ring-offset-blue-100\/15:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.15);
}
.disabled\:ring-offset-blue-100\/20:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.2);
}
.disabled\:ring-offset-blue-100\/25:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.25);
}
.disabled\:ring-offset-blue-100\/30:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.3);
}
.disabled\:ring-offset-blue-100\/35:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.35);
}
.disabled\:ring-offset-blue-100\/40:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.4);
}
.disabled\:ring-offset-blue-100\/45:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.45);
}
.disabled\:ring-offset-blue-100\/5:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.05);
}
.disabled\:ring-offset-blue-100\/50:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.5);
}
.disabled\:ring-offset-blue-100\/55:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.55);
}
.disabled\:ring-offset-blue-100\/60:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.6);
}
.disabled\:ring-offset-blue-100\/65:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.65);
}
.disabled\:ring-offset-blue-100\/70:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.7);
}
.disabled\:ring-offset-blue-100\/75:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.75);
}
.disabled\:ring-offset-blue-100\/80:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.8);
}
.disabled\:ring-offset-blue-100\/85:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.85);
}
.disabled\:ring-offset-blue-100\/90:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.9);
}
.disabled\:ring-offset-blue-100\/95:disabled {
  --tw-ring-offset-color: rgb(219 234 254 / 0.95);
}
.disabled\:ring-offset-blue-200:disabled {
  --tw-ring-offset-color: #bfdbfe;
}
.disabled\:ring-offset-blue-200\/0:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0);
}
.disabled\:ring-offset-blue-200\/10:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.1);
}
.disabled\:ring-offset-blue-200\/100:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 1);
}
.disabled\:ring-offset-blue-200\/15:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.15);
}
.disabled\:ring-offset-blue-200\/20:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.2);
}
.disabled\:ring-offset-blue-200\/25:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.25);
}
.disabled\:ring-offset-blue-200\/30:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.3);
}
.disabled\:ring-offset-blue-200\/35:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.35);
}
.disabled\:ring-offset-blue-200\/40:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.4);
}
.disabled\:ring-offset-blue-200\/45:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.45);
}
.disabled\:ring-offset-blue-200\/5:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.05);
}
.disabled\:ring-offset-blue-200\/50:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.5);
}
.disabled\:ring-offset-blue-200\/55:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.55);
}
.disabled\:ring-offset-blue-200\/60:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.6);
}
.disabled\:ring-offset-blue-200\/65:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.65);
}
.disabled\:ring-offset-blue-200\/70:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.7);
}
.disabled\:ring-offset-blue-200\/75:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.75);
}
.disabled\:ring-offset-blue-200\/80:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.8);
}
.disabled\:ring-offset-blue-200\/85:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.85);
}
.disabled\:ring-offset-blue-200\/90:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.9);
}
.disabled\:ring-offset-blue-200\/95:disabled {
  --tw-ring-offset-color: rgb(191 219 254 / 0.95);
}
.disabled\:ring-offset-blue-300:disabled {
  --tw-ring-offset-color: #93c5fd;
}
.disabled\:ring-offset-blue-300\/0:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0);
}
.disabled\:ring-offset-blue-300\/10:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.1);
}
.disabled\:ring-offset-blue-300\/100:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 1);
}
.disabled\:ring-offset-blue-300\/15:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.15);
}
.disabled\:ring-offset-blue-300\/20:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.2);
}
.disabled\:ring-offset-blue-300\/25:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.25);
}
.disabled\:ring-offset-blue-300\/30:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.3);
}
.disabled\:ring-offset-blue-300\/35:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.35);
}
.disabled\:ring-offset-blue-300\/40:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.4);
}
.disabled\:ring-offset-blue-300\/45:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.45);
}
.disabled\:ring-offset-blue-300\/5:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.05);
}
.disabled\:ring-offset-blue-300\/50:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.5);
}
.disabled\:ring-offset-blue-300\/55:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.55);
}
.disabled\:ring-offset-blue-300\/60:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.6);
}
.disabled\:ring-offset-blue-300\/65:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.65);
}
.disabled\:ring-offset-blue-300\/70:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.7);
}
.disabled\:ring-offset-blue-300\/75:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.75);
}
.disabled\:ring-offset-blue-300\/80:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.8);
}
.disabled\:ring-offset-blue-300\/85:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.85);
}
.disabled\:ring-offset-blue-300\/90:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.9);
}
.disabled\:ring-offset-blue-300\/95:disabled {
  --tw-ring-offset-color: rgb(147 197 253 / 0.95);
}
.disabled\:ring-offset-blue-400:disabled {
  --tw-ring-offset-color: #60a5fa;
}
.disabled\:ring-offset-blue-400\/0:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}
.disabled\:ring-offset-blue-400\/10:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}
.disabled\:ring-offset-blue-400\/100:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}
.disabled\:ring-offset-blue-400\/15:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.15);
}
.disabled\:ring-offset-blue-400\/20:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}
.disabled\:ring-offset-blue-400\/25:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}
.disabled\:ring-offset-blue-400\/30:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}
.disabled\:ring-offset-blue-400\/35:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.35);
}
.disabled\:ring-offset-blue-400\/40:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}
.disabled\:ring-offset-blue-400\/45:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.45);
}
.disabled\:ring-offset-blue-400\/5:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}
.disabled\:ring-offset-blue-400\/50:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}
.disabled\:ring-offset-blue-400\/55:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.55);
}
.disabled\:ring-offset-blue-400\/60:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}
.disabled\:ring-offset-blue-400\/65:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.65);
}
.disabled\:ring-offset-blue-400\/70:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}
.disabled\:ring-offset-blue-400\/75:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}
.disabled\:ring-offset-blue-400\/80:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}
.disabled\:ring-offset-blue-400\/85:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.85);
}
.disabled\:ring-offset-blue-400\/90:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}
.disabled\:ring-offset-blue-400\/95:disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}
.disabled\:ring-offset-blue-50:disabled {
  --tw-ring-offset-color: #eff6ff;
}
.disabled\:ring-offset-blue-50\/0:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0);
}
.disabled\:ring-offset-blue-50\/10:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.1);
}
.disabled\:ring-offset-blue-50\/100:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 1);
}
.disabled\:ring-offset-blue-50\/15:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.15);
}
.disabled\:ring-offset-blue-50\/20:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.2);
}
.disabled\:ring-offset-blue-50\/25:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.25);
}
.disabled\:ring-offset-blue-50\/30:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.3);
}
.disabled\:ring-offset-blue-50\/35:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.35);
}
.disabled\:ring-offset-blue-50\/40:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.4);
}
.disabled\:ring-offset-blue-50\/45:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.45);
}
.disabled\:ring-offset-blue-50\/5:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.05);
}
.disabled\:ring-offset-blue-50\/50:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.5);
}
.disabled\:ring-offset-blue-50\/55:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.55);
}
.disabled\:ring-offset-blue-50\/60:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.6);
}
.disabled\:ring-offset-blue-50\/65:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.65);
}
.disabled\:ring-offset-blue-50\/70:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.7);
}
.disabled\:ring-offset-blue-50\/75:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.75);
}
.disabled\:ring-offset-blue-50\/80:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.8);
}
.disabled\:ring-offset-blue-50\/85:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.85);
}
.disabled\:ring-offset-blue-50\/90:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.9);
}
.disabled\:ring-offset-blue-50\/95:disabled {
  --tw-ring-offset-color: rgb(239 246 255 / 0.95);
}
.disabled\:ring-offset-blue-500:disabled {
  --tw-ring-offset-color: #3b82f6;
}
.disabled\:ring-offset-blue-500\/0:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0);
}
.disabled\:ring-offset-blue-500\/10:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.1);
}
.disabled\:ring-offset-blue-500\/100:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 1);
}
.disabled\:ring-offset-blue-500\/15:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.15);
}
.disabled\:ring-offset-blue-500\/20:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.2);
}
.disabled\:ring-offset-blue-500\/25:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.25);
}
.disabled\:ring-offset-blue-500\/30:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.3);
}
.disabled\:ring-offset-blue-500\/35:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.35);
}
.disabled\:ring-offset-blue-500\/40:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.4);
}
.disabled\:ring-offset-blue-500\/45:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.45);
}
.disabled\:ring-offset-blue-500\/5:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.05);
}
.disabled\:ring-offset-blue-500\/50:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.5);
}
.disabled\:ring-offset-blue-500\/55:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.55);
}
.disabled\:ring-offset-blue-500\/60:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.6);
}
.disabled\:ring-offset-blue-500\/65:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.65);
}
.disabled\:ring-offset-blue-500\/70:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.7);
}
.disabled\:ring-offset-blue-500\/75:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.75);
}
.disabled\:ring-offset-blue-500\/80:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.8);
}
.disabled\:ring-offset-blue-500\/85:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.85);
}
.disabled\:ring-offset-blue-500\/90:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.9);
}
.disabled\:ring-offset-blue-500\/95:disabled {
  --tw-ring-offset-color: rgb(59 130 246 / 0.95);
}
.disabled\:ring-offset-blue-600:disabled {
  --tw-ring-offset-color: #2563eb;
}
.disabled\:ring-offset-blue-600\/0:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0);
}
.disabled\:ring-offset-blue-600\/10:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.1);
}
.disabled\:ring-offset-blue-600\/100:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 1);
}
.disabled\:ring-offset-blue-600\/15:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.15);
}
.disabled\:ring-offset-blue-600\/20:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.2);
}
.disabled\:ring-offset-blue-600\/25:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.25);
}
.disabled\:ring-offset-blue-600\/30:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.3);
}
.disabled\:ring-offset-blue-600\/35:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.35);
}
.disabled\:ring-offset-blue-600\/40:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.4);
}
.disabled\:ring-offset-blue-600\/45:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.45);
}
.disabled\:ring-offset-blue-600\/5:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.05);
}
.disabled\:ring-offset-blue-600\/50:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.5);
}
.disabled\:ring-offset-blue-600\/55:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.55);
}
.disabled\:ring-offset-blue-600\/60:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.6);
}
.disabled\:ring-offset-blue-600\/65:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.65);
}
.disabled\:ring-offset-blue-600\/70:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.7);
}
.disabled\:ring-offset-blue-600\/75:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.75);
}
.disabled\:ring-offset-blue-600\/80:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.8);
}
.disabled\:ring-offset-blue-600\/85:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.85);
}
.disabled\:ring-offset-blue-600\/90:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.9);
}
.disabled\:ring-offset-blue-600\/95:disabled {
  --tw-ring-offset-color: rgb(37 99 235 / 0.95);
}
.disabled\:ring-offset-blue-700:disabled {
  --tw-ring-offset-color: #1d4ed8;
}
.disabled\:ring-offset-blue-700\/0:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0);
}
.disabled\:ring-offset-blue-700\/10:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.1);
}
.disabled\:ring-offset-blue-700\/100:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 1);
}
.disabled\:ring-offset-blue-700\/15:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.15);
}
.disabled\:ring-offset-blue-700\/20:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.2);
}
.disabled\:ring-offset-blue-700\/25:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.25);
}
.disabled\:ring-offset-blue-700\/30:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.3);
}
.disabled\:ring-offset-blue-700\/35:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.35);
}
.disabled\:ring-offset-blue-700\/40:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.4);
}
.disabled\:ring-offset-blue-700\/45:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.45);
}
.disabled\:ring-offset-blue-700\/5:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.05);
}
.disabled\:ring-offset-blue-700\/50:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.5);
}
.disabled\:ring-offset-blue-700\/55:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.55);
}
.disabled\:ring-offset-blue-700\/60:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.6);
}
.disabled\:ring-offset-blue-700\/65:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.65);
}
.disabled\:ring-offset-blue-700\/70:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.7);
}
.disabled\:ring-offset-blue-700\/75:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.75);
}
.disabled\:ring-offset-blue-700\/80:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.8);
}
.disabled\:ring-offset-blue-700\/85:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.85);
}
.disabled\:ring-offset-blue-700\/90:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.9);
}
.disabled\:ring-offset-blue-700\/95:disabled {
  --tw-ring-offset-color: rgb(29 78 216 / 0.95);
}
.disabled\:ring-offset-blue-800:disabled {
  --tw-ring-offset-color: #1e40af;
}
.disabled\:ring-offset-blue-800\/0:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0);
}
.disabled\:ring-offset-blue-800\/10:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.1);
}
.disabled\:ring-offset-blue-800\/100:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 1);
}
.disabled\:ring-offset-blue-800\/15:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.15);
}
.disabled\:ring-offset-blue-800\/20:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.2);
}
.disabled\:ring-offset-blue-800\/25:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.25);
}
.disabled\:ring-offset-blue-800\/30:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.3);
}
.disabled\:ring-offset-blue-800\/35:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.35);
}
.disabled\:ring-offset-blue-800\/40:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.4);
}
.disabled\:ring-offset-blue-800\/45:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.45);
}
.disabled\:ring-offset-blue-800\/5:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.05);
}
.disabled\:ring-offset-blue-800\/50:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.5);
}
.disabled\:ring-offset-blue-800\/55:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.55);
}
.disabled\:ring-offset-blue-800\/60:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.6);
}
.disabled\:ring-offset-blue-800\/65:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.65);
}
.disabled\:ring-offset-blue-800\/70:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.7);
}
.disabled\:ring-offset-blue-800\/75:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.75);
}
.disabled\:ring-offset-blue-800\/80:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.8);
}
.disabled\:ring-offset-blue-800\/85:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.85);
}
.disabled\:ring-offset-blue-800\/90:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.9);
}
.disabled\:ring-offset-blue-800\/95:disabled {
  --tw-ring-offset-color: rgb(30 64 175 / 0.95);
}
.disabled\:ring-offset-blue-900:disabled {
  --tw-ring-offset-color: #1e3a8a;
}
.disabled\:ring-offset-blue-900\/0:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0);
}
.disabled\:ring-offset-blue-900\/10:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.1);
}
.disabled\:ring-offset-blue-900\/100:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 1);
}
.disabled\:ring-offset-blue-900\/15:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.15);
}
.disabled\:ring-offset-blue-900\/20:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.2);
}
.disabled\:ring-offset-blue-900\/25:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.25);
}
.disabled\:ring-offset-blue-900\/30:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.3);
}
.disabled\:ring-offset-blue-900\/35:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.35);
}
.disabled\:ring-offset-blue-900\/40:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.4);
}
.disabled\:ring-offset-blue-900\/45:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.45);
}
.disabled\:ring-offset-blue-900\/5:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.05);
}
.disabled\:ring-offset-blue-900\/50:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.5);
}
.disabled\:ring-offset-blue-900\/55:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.55);
}
.disabled\:ring-offset-blue-900\/60:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.6);
}
.disabled\:ring-offset-blue-900\/65:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.65);
}
.disabled\:ring-offset-blue-900\/70:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.7);
}
.disabled\:ring-offset-blue-900\/75:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.75);
}
.disabled\:ring-offset-blue-900\/80:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.8);
}
.disabled\:ring-offset-blue-900\/85:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.85);
}
.disabled\:ring-offset-blue-900\/90:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.9);
}
.disabled\:ring-offset-blue-900\/95:disabled {
  --tw-ring-offset-color: rgb(30 58 138 / 0.95);
}
.disabled\:ring-offset-blue-950:disabled {
  --tw-ring-offset-color: #172554;
}
.disabled\:ring-offset-blue-950\/0:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0);
}
.disabled\:ring-offset-blue-950\/10:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.1);
}
.disabled\:ring-offset-blue-950\/100:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 1);
}
.disabled\:ring-offset-blue-950\/15:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.15);
}
.disabled\:ring-offset-blue-950\/20:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.2);
}
.disabled\:ring-offset-blue-950\/25:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.25);
}
.disabled\:ring-offset-blue-950\/30:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.3);
}
.disabled\:ring-offset-blue-950\/35:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.35);
}
.disabled\:ring-offset-blue-950\/40:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.4);
}
.disabled\:ring-offset-blue-950\/45:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.45);
}
.disabled\:ring-offset-blue-950\/5:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.05);
}
.disabled\:ring-offset-blue-950\/50:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.5);
}
.disabled\:ring-offset-blue-950\/55:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.55);
}
.disabled\:ring-offset-blue-950\/60:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.6);
}
.disabled\:ring-offset-blue-950\/65:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.65);
}
.disabled\:ring-offset-blue-950\/70:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.7);
}
.disabled\:ring-offset-blue-950\/75:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.75);
}
.disabled\:ring-offset-blue-950\/80:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.8);
}
.disabled\:ring-offset-blue-950\/85:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.85);
}
.disabled\:ring-offset-blue-950\/90:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.9);
}
.disabled\:ring-offset-blue-950\/95:disabled {
  --tw-ring-offset-color: rgb(23 37 84 / 0.95);
}
.disabled\:ring-offset-current:disabled {
  --tw-ring-offset-color: currentColor;
}
.disabled\:ring-offset-cyan-100:disabled {
  --tw-ring-offset-color: #cffafe;
}
.disabled\:ring-offset-cyan-100\/0:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0);
}
.disabled\:ring-offset-cyan-100\/10:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.1);
}
.disabled\:ring-offset-cyan-100\/100:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 1);
}
.disabled\:ring-offset-cyan-100\/15:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.15);
}
.disabled\:ring-offset-cyan-100\/20:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.2);
}
.disabled\:ring-offset-cyan-100\/25:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.25);
}
.disabled\:ring-offset-cyan-100\/30:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.3);
}
.disabled\:ring-offset-cyan-100\/35:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.35);
}
.disabled\:ring-offset-cyan-100\/40:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.4);
}
.disabled\:ring-offset-cyan-100\/45:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.45);
}
.disabled\:ring-offset-cyan-100\/5:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.05);
}
.disabled\:ring-offset-cyan-100\/50:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.5);
}
.disabled\:ring-offset-cyan-100\/55:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.55);
}
.disabled\:ring-offset-cyan-100\/60:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.6);
}
.disabled\:ring-offset-cyan-100\/65:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.65);
}
.disabled\:ring-offset-cyan-100\/70:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.7);
}
.disabled\:ring-offset-cyan-100\/75:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.75);
}
.disabled\:ring-offset-cyan-100\/80:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.8);
}
.disabled\:ring-offset-cyan-100\/85:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.85);
}
.disabled\:ring-offset-cyan-100\/90:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.9);
}
.disabled\:ring-offset-cyan-100\/95:disabled {
  --tw-ring-offset-color: rgb(207 250 254 / 0.95);
}
.disabled\:ring-offset-cyan-200:disabled {
  --tw-ring-offset-color: #a5f3fc;
}
.disabled\:ring-offset-cyan-200\/0:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0);
}
.disabled\:ring-offset-cyan-200\/10:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.1);
}
.disabled\:ring-offset-cyan-200\/100:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 1);
}
.disabled\:ring-offset-cyan-200\/15:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.15);
}
.disabled\:ring-offset-cyan-200\/20:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.2);
}
.disabled\:ring-offset-cyan-200\/25:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.25);
}
.disabled\:ring-offset-cyan-200\/30:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.3);
}
.disabled\:ring-offset-cyan-200\/35:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.35);
}
.disabled\:ring-offset-cyan-200\/40:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.4);
}
.disabled\:ring-offset-cyan-200\/45:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.45);
}
.disabled\:ring-offset-cyan-200\/5:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.05);
}
.disabled\:ring-offset-cyan-200\/50:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.5);
}
.disabled\:ring-offset-cyan-200\/55:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.55);
}
.disabled\:ring-offset-cyan-200\/60:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.6);
}
.disabled\:ring-offset-cyan-200\/65:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.65);
}
.disabled\:ring-offset-cyan-200\/70:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.7);
}
.disabled\:ring-offset-cyan-200\/75:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.75);
}
.disabled\:ring-offset-cyan-200\/80:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.8);
}
.disabled\:ring-offset-cyan-200\/85:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.85);
}
.disabled\:ring-offset-cyan-200\/90:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.9);
}
.disabled\:ring-offset-cyan-200\/95:disabled {
  --tw-ring-offset-color: rgb(165 243 252 / 0.95);
}
.disabled\:ring-offset-cyan-300:disabled {
  --tw-ring-offset-color: #67e8f9;
}
.disabled\:ring-offset-cyan-300\/0:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0);
}
.disabled\:ring-offset-cyan-300\/10:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.1);
}
.disabled\:ring-offset-cyan-300\/100:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 1);
}
.disabled\:ring-offset-cyan-300\/15:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.15);
}
.disabled\:ring-offset-cyan-300\/20:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.2);
}
.disabled\:ring-offset-cyan-300\/25:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.25);
}
.disabled\:ring-offset-cyan-300\/30:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.3);
}
.disabled\:ring-offset-cyan-300\/35:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.35);
}
.disabled\:ring-offset-cyan-300\/40:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.4);
}
.disabled\:ring-offset-cyan-300\/45:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.45);
}
.disabled\:ring-offset-cyan-300\/5:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.05);
}
.disabled\:ring-offset-cyan-300\/50:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.5);
}
.disabled\:ring-offset-cyan-300\/55:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.55);
}
.disabled\:ring-offset-cyan-300\/60:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.6);
}
.disabled\:ring-offset-cyan-300\/65:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.65);
}
.disabled\:ring-offset-cyan-300\/70:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.7);
}
.disabled\:ring-offset-cyan-300\/75:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.75);
}
.disabled\:ring-offset-cyan-300\/80:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.8);
}
.disabled\:ring-offset-cyan-300\/85:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.85);
}
.disabled\:ring-offset-cyan-300\/90:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.9);
}
.disabled\:ring-offset-cyan-300\/95:disabled {
  --tw-ring-offset-color: rgb(103 232 249 / 0.95);
}
.disabled\:ring-offset-cyan-400:disabled {
  --tw-ring-offset-color: #22d3ee;
}
.disabled\:ring-offset-cyan-400\/0:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0);
}
.disabled\:ring-offset-cyan-400\/10:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.1);
}
.disabled\:ring-offset-cyan-400\/100:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 1);
}
.disabled\:ring-offset-cyan-400\/15:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.15);
}
.disabled\:ring-offset-cyan-400\/20:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.2);
}
.disabled\:ring-offset-cyan-400\/25:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.25);
}
.disabled\:ring-offset-cyan-400\/30:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.3);
}
.disabled\:ring-offset-cyan-400\/35:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.35);
}
.disabled\:ring-offset-cyan-400\/40:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.4);
}
.disabled\:ring-offset-cyan-400\/45:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.45);
}
.disabled\:ring-offset-cyan-400\/5:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.05);
}
.disabled\:ring-offset-cyan-400\/50:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.5);
}
.disabled\:ring-offset-cyan-400\/55:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.55);
}
.disabled\:ring-offset-cyan-400\/60:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.6);
}
.disabled\:ring-offset-cyan-400\/65:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.65);
}
.disabled\:ring-offset-cyan-400\/70:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.7);
}
.disabled\:ring-offset-cyan-400\/75:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.75);
}
.disabled\:ring-offset-cyan-400\/80:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.8);
}
.disabled\:ring-offset-cyan-400\/85:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.85);
}
.disabled\:ring-offset-cyan-400\/90:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.9);
}
.disabled\:ring-offset-cyan-400\/95:disabled {
  --tw-ring-offset-color: rgb(34 211 238 / 0.95);
}
.disabled\:ring-offset-cyan-50:disabled {
  --tw-ring-offset-color: #ecfeff;
}
.disabled\:ring-offset-cyan-50\/0:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0);
}
.disabled\:ring-offset-cyan-50\/10:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.1);
}
.disabled\:ring-offset-cyan-50\/100:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 1);
}
.disabled\:ring-offset-cyan-50\/15:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.15);
}
.disabled\:ring-offset-cyan-50\/20:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.2);
}
.disabled\:ring-offset-cyan-50\/25:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.25);
}
.disabled\:ring-offset-cyan-50\/30:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.3);
}
.disabled\:ring-offset-cyan-50\/35:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.35);
}
.disabled\:ring-offset-cyan-50\/40:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.4);
}
.disabled\:ring-offset-cyan-50\/45:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.45);
}
.disabled\:ring-offset-cyan-50\/5:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.05);
}
.disabled\:ring-offset-cyan-50\/50:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.5);
}
.disabled\:ring-offset-cyan-50\/55:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.55);
}
.disabled\:ring-offset-cyan-50\/60:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.6);
}
.disabled\:ring-offset-cyan-50\/65:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.65);
}
.disabled\:ring-offset-cyan-50\/70:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.7);
}
.disabled\:ring-offset-cyan-50\/75:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.75);
}
.disabled\:ring-offset-cyan-50\/80:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.8);
}
.disabled\:ring-offset-cyan-50\/85:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.85);
}
.disabled\:ring-offset-cyan-50\/90:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.9);
}
.disabled\:ring-offset-cyan-50\/95:disabled {
  --tw-ring-offset-color: rgb(236 254 255 / 0.95);
}
.disabled\:ring-offset-cyan-500:disabled {
  --tw-ring-offset-color: #06b6d4;
}
.disabled\:ring-offset-cyan-500\/0:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.disabled\:ring-offset-cyan-500\/10:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.disabled\:ring-offset-cyan-500\/100:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.disabled\:ring-offset-cyan-500\/15:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.15);
}
.disabled\:ring-offset-cyan-500\/20:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.disabled\:ring-offset-cyan-500\/25:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.disabled\:ring-offset-cyan-500\/30:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.disabled\:ring-offset-cyan-500\/35:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.35);
}
.disabled\:ring-offset-cyan-500\/40:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.disabled\:ring-offset-cyan-500\/45:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.45);
}
.disabled\:ring-offset-cyan-500\/5:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.disabled\:ring-offset-cyan-500\/50:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.disabled\:ring-offset-cyan-500\/55:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.55);
}
.disabled\:ring-offset-cyan-500\/60:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.disabled\:ring-offset-cyan-500\/65:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.65);
}
.disabled\:ring-offset-cyan-500\/70:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.disabled\:ring-offset-cyan-500\/75:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.disabled\:ring-offset-cyan-500\/80:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.disabled\:ring-offset-cyan-500\/85:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.85);
}
.disabled\:ring-offset-cyan-500\/90:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.disabled\:ring-offset-cyan-500\/95:disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.disabled\:ring-offset-cyan-600:disabled {
  --tw-ring-offset-color: #0891b2;
}
.disabled\:ring-offset-cyan-600\/0:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0);
}
.disabled\:ring-offset-cyan-600\/10:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.1);
}
.disabled\:ring-offset-cyan-600\/100:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 1);
}
.disabled\:ring-offset-cyan-600\/15:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.15);
}
.disabled\:ring-offset-cyan-600\/20:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.2);
}
.disabled\:ring-offset-cyan-600\/25:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.25);
}
.disabled\:ring-offset-cyan-600\/30:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.3);
}
.disabled\:ring-offset-cyan-600\/35:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.35);
}
.disabled\:ring-offset-cyan-600\/40:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.4);
}
.disabled\:ring-offset-cyan-600\/45:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.45);
}
.disabled\:ring-offset-cyan-600\/5:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.05);
}
.disabled\:ring-offset-cyan-600\/50:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.5);
}
.disabled\:ring-offset-cyan-600\/55:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.55);
}
.disabled\:ring-offset-cyan-600\/60:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.6);
}
.disabled\:ring-offset-cyan-600\/65:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.65);
}
.disabled\:ring-offset-cyan-600\/70:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.7);
}
.disabled\:ring-offset-cyan-600\/75:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.75);
}
.disabled\:ring-offset-cyan-600\/80:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.8);
}
.disabled\:ring-offset-cyan-600\/85:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.85);
}
.disabled\:ring-offset-cyan-600\/90:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.9);
}
.disabled\:ring-offset-cyan-600\/95:disabled {
  --tw-ring-offset-color: rgb(8 145 178 / 0.95);
}
.disabled\:ring-offset-cyan-700:disabled {
  --tw-ring-offset-color: #0e7490;
}
.disabled\:ring-offset-cyan-700\/0:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0);
}
.disabled\:ring-offset-cyan-700\/10:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.1);
}
.disabled\:ring-offset-cyan-700\/100:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 1);
}
.disabled\:ring-offset-cyan-700\/15:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.15);
}
.disabled\:ring-offset-cyan-700\/20:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.2);
}
.disabled\:ring-offset-cyan-700\/25:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.25);
}
.disabled\:ring-offset-cyan-700\/30:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.3);
}
.disabled\:ring-offset-cyan-700\/35:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.35);
}
.disabled\:ring-offset-cyan-700\/40:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.4);
}
.disabled\:ring-offset-cyan-700\/45:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.45);
}
.disabled\:ring-offset-cyan-700\/5:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.05);
}
.disabled\:ring-offset-cyan-700\/50:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.5);
}
.disabled\:ring-offset-cyan-700\/55:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.55);
}
.disabled\:ring-offset-cyan-700\/60:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.6);
}
.disabled\:ring-offset-cyan-700\/65:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.65);
}
.disabled\:ring-offset-cyan-700\/70:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.7);
}
.disabled\:ring-offset-cyan-700\/75:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.75);
}
.disabled\:ring-offset-cyan-700\/80:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.8);
}
.disabled\:ring-offset-cyan-700\/85:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.85);
}
.disabled\:ring-offset-cyan-700\/90:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.9);
}
.disabled\:ring-offset-cyan-700\/95:disabled {
  --tw-ring-offset-color: rgb(14 116 144 / 0.95);
}
.disabled\:ring-offset-cyan-800:disabled {
  --tw-ring-offset-color: #155e75;
}
.disabled\:ring-offset-cyan-800\/0:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0);
}
.disabled\:ring-offset-cyan-800\/10:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.1);
}
.disabled\:ring-offset-cyan-800\/100:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 1);
}
.disabled\:ring-offset-cyan-800\/15:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.15);
}
.disabled\:ring-offset-cyan-800\/20:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.2);
}
.disabled\:ring-offset-cyan-800\/25:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.25);
}
.disabled\:ring-offset-cyan-800\/30:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.3);
}
.disabled\:ring-offset-cyan-800\/35:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.35);
}
.disabled\:ring-offset-cyan-800\/40:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.4);
}
.disabled\:ring-offset-cyan-800\/45:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.45);
}
.disabled\:ring-offset-cyan-800\/5:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.05);
}
.disabled\:ring-offset-cyan-800\/50:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.5);
}
.disabled\:ring-offset-cyan-800\/55:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.55);
}
.disabled\:ring-offset-cyan-800\/60:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.6);
}
.disabled\:ring-offset-cyan-800\/65:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.65);
}
.disabled\:ring-offset-cyan-800\/70:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.7);
}
.disabled\:ring-offset-cyan-800\/75:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.75);
}
.disabled\:ring-offset-cyan-800\/80:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.8);
}
.disabled\:ring-offset-cyan-800\/85:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.85);
}
.disabled\:ring-offset-cyan-800\/90:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.9);
}
.disabled\:ring-offset-cyan-800\/95:disabled {
  --tw-ring-offset-color: rgb(21 94 117 / 0.95);
}
.disabled\:ring-offset-cyan-900:disabled {
  --tw-ring-offset-color: #164e63;
}
.disabled\:ring-offset-cyan-900\/0:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0);
}
.disabled\:ring-offset-cyan-900\/10:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.1);
}
.disabled\:ring-offset-cyan-900\/100:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 1);
}
.disabled\:ring-offset-cyan-900\/15:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.15);
}
.disabled\:ring-offset-cyan-900\/20:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.2);
}
.disabled\:ring-offset-cyan-900\/25:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.25);
}
.disabled\:ring-offset-cyan-900\/30:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.3);
}
.disabled\:ring-offset-cyan-900\/35:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.35);
}
.disabled\:ring-offset-cyan-900\/40:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.4);
}
.disabled\:ring-offset-cyan-900\/45:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.45);
}
.disabled\:ring-offset-cyan-900\/5:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.05);
}
.disabled\:ring-offset-cyan-900\/50:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.5);
}
.disabled\:ring-offset-cyan-900\/55:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.55);
}
.disabled\:ring-offset-cyan-900\/60:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.6);
}
.disabled\:ring-offset-cyan-900\/65:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.65);
}
.disabled\:ring-offset-cyan-900\/70:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.7);
}
.disabled\:ring-offset-cyan-900\/75:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.75);
}
.disabled\:ring-offset-cyan-900\/80:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.8);
}
.disabled\:ring-offset-cyan-900\/85:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.85);
}
.disabled\:ring-offset-cyan-900\/90:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.9);
}
.disabled\:ring-offset-cyan-900\/95:disabled {
  --tw-ring-offset-color: rgb(22 78 99 / 0.95);
}
.disabled\:ring-offset-cyan-950:disabled {
  --tw-ring-offset-color: #083344;
}
.disabled\:ring-offset-cyan-950\/0:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0);
}
.disabled\:ring-offset-cyan-950\/10:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.1);
}
.disabled\:ring-offset-cyan-950\/100:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 1);
}
.disabled\:ring-offset-cyan-950\/15:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.15);
}
.disabled\:ring-offset-cyan-950\/20:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.2);
}
.disabled\:ring-offset-cyan-950\/25:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.25);
}
.disabled\:ring-offset-cyan-950\/30:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.3);
}
.disabled\:ring-offset-cyan-950\/35:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.35);
}
.disabled\:ring-offset-cyan-950\/40:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.4);
}
.disabled\:ring-offset-cyan-950\/45:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.45);
}
.disabled\:ring-offset-cyan-950\/5:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.05);
}
.disabled\:ring-offset-cyan-950\/50:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.5);
}
.disabled\:ring-offset-cyan-950\/55:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.55);
}
.disabled\:ring-offset-cyan-950\/60:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.6);
}
.disabled\:ring-offset-cyan-950\/65:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.65);
}
.disabled\:ring-offset-cyan-950\/70:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.7);
}
.disabled\:ring-offset-cyan-950\/75:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.75);
}
.disabled\:ring-offset-cyan-950\/80:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.8);
}
.disabled\:ring-offset-cyan-950\/85:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.85);
}
.disabled\:ring-offset-cyan-950\/90:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.9);
}
.disabled\:ring-offset-cyan-950\/95:disabled {
  --tw-ring-offset-color: rgb(8 51 68 / 0.95);
}
.disabled\:ring-offset-emerald-100:disabled {
  --tw-ring-offset-color: #d1fae5;
}
.disabled\:ring-offset-emerald-100\/0:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0);
}
.disabled\:ring-offset-emerald-100\/10:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.1);
}
.disabled\:ring-offset-emerald-100\/100:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 1);
}
.disabled\:ring-offset-emerald-100\/15:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.15);
}
.disabled\:ring-offset-emerald-100\/20:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.2);
}
.disabled\:ring-offset-emerald-100\/25:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.25);
}
.disabled\:ring-offset-emerald-100\/30:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.3);
}
.disabled\:ring-offset-emerald-100\/35:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.35);
}
.disabled\:ring-offset-emerald-100\/40:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.4);
}
.disabled\:ring-offset-emerald-100\/45:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.45);
}
.disabled\:ring-offset-emerald-100\/5:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.05);
}
.disabled\:ring-offset-emerald-100\/50:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.5);
}
.disabled\:ring-offset-emerald-100\/55:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.55);
}
.disabled\:ring-offset-emerald-100\/60:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.6);
}
.disabled\:ring-offset-emerald-100\/65:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.65);
}
.disabled\:ring-offset-emerald-100\/70:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.7);
}
.disabled\:ring-offset-emerald-100\/75:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.75);
}
.disabled\:ring-offset-emerald-100\/80:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.8);
}
.disabled\:ring-offset-emerald-100\/85:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.85);
}
.disabled\:ring-offset-emerald-100\/90:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.9);
}
.disabled\:ring-offset-emerald-100\/95:disabled {
  --tw-ring-offset-color: rgb(209 250 229 / 0.95);
}
.disabled\:ring-offset-emerald-200:disabled {
  --tw-ring-offset-color: #a7f3d0;
}
.disabled\:ring-offset-emerald-200\/0:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0);
}
.disabled\:ring-offset-emerald-200\/10:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.1);
}
.disabled\:ring-offset-emerald-200\/100:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 1);
}
.disabled\:ring-offset-emerald-200\/15:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.15);
}
.disabled\:ring-offset-emerald-200\/20:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.2);
}
.disabled\:ring-offset-emerald-200\/25:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.25);
}
.disabled\:ring-offset-emerald-200\/30:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.3);
}
.disabled\:ring-offset-emerald-200\/35:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.35);
}
.disabled\:ring-offset-emerald-200\/40:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.4);
}
.disabled\:ring-offset-emerald-200\/45:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.45);
}
.disabled\:ring-offset-emerald-200\/5:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.05);
}
.disabled\:ring-offset-emerald-200\/50:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.5);
}
.disabled\:ring-offset-emerald-200\/55:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.55);
}
.disabled\:ring-offset-emerald-200\/60:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.6);
}
.disabled\:ring-offset-emerald-200\/65:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.65);
}
.disabled\:ring-offset-emerald-200\/70:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.7);
}
.disabled\:ring-offset-emerald-200\/75:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.75);
}
.disabled\:ring-offset-emerald-200\/80:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.8);
}
.disabled\:ring-offset-emerald-200\/85:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.85);
}
.disabled\:ring-offset-emerald-200\/90:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.9);
}
.disabled\:ring-offset-emerald-200\/95:disabled {
  --tw-ring-offset-color: rgb(167 243 208 / 0.95);
}
.disabled\:ring-offset-emerald-300:disabled {
  --tw-ring-offset-color: #6ee7b7;
}
.disabled\:ring-offset-emerald-300\/0:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0);
}
.disabled\:ring-offset-emerald-300\/10:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.1);
}
.disabled\:ring-offset-emerald-300\/100:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 1);
}
.disabled\:ring-offset-emerald-300\/15:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.15);
}
.disabled\:ring-offset-emerald-300\/20:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.2);
}
.disabled\:ring-offset-emerald-300\/25:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.25);
}
.disabled\:ring-offset-emerald-300\/30:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.3);
}
.disabled\:ring-offset-emerald-300\/35:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.35);
}
.disabled\:ring-offset-emerald-300\/40:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.4);
}
.disabled\:ring-offset-emerald-300\/45:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.45);
}
.disabled\:ring-offset-emerald-300\/5:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.05);
}
.disabled\:ring-offset-emerald-300\/50:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.5);
}
.disabled\:ring-offset-emerald-300\/55:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.55);
}
.disabled\:ring-offset-emerald-300\/60:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.6);
}
.disabled\:ring-offset-emerald-300\/65:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.65);
}
.disabled\:ring-offset-emerald-300\/70:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.7);
}
.disabled\:ring-offset-emerald-300\/75:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.75);
}
.disabled\:ring-offset-emerald-300\/80:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.8);
}
.disabled\:ring-offset-emerald-300\/85:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.85);
}
.disabled\:ring-offset-emerald-300\/90:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.9);
}
.disabled\:ring-offset-emerald-300\/95:disabled {
  --tw-ring-offset-color: rgb(110 231 183 / 0.95);
}
.disabled\:ring-offset-emerald-400:disabled {
  --tw-ring-offset-color: #34d399;
}
.disabled\:ring-offset-emerald-400\/0:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0);
}
.disabled\:ring-offset-emerald-400\/10:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.1);
}
.disabled\:ring-offset-emerald-400\/100:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 1);
}
.disabled\:ring-offset-emerald-400\/15:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.15);
}
.disabled\:ring-offset-emerald-400\/20:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.2);
}
.disabled\:ring-offset-emerald-400\/25:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.25);
}
.disabled\:ring-offset-emerald-400\/30:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.3);
}
.disabled\:ring-offset-emerald-400\/35:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.35);
}
.disabled\:ring-offset-emerald-400\/40:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.4);
}
.disabled\:ring-offset-emerald-400\/45:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.45);
}
.disabled\:ring-offset-emerald-400\/5:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.05);
}
.disabled\:ring-offset-emerald-400\/50:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.5);
}
.disabled\:ring-offset-emerald-400\/55:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.55);
}
.disabled\:ring-offset-emerald-400\/60:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.6);
}
.disabled\:ring-offset-emerald-400\/65:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.65);
}
.disabled\:ring-offset-emerald-400\/70:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.7);
}
.disabled\:ring-offset-emerald-400\/75:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.75);
}
.disabled\:ring-offset-emerald-400\/80:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.8);
}
.disabled\:ring-offset-emerald-400\/85:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.85);
}
.disabled\:ring-offset-emerald-400\/90:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.9);
}
.disabled\:ring-offset-emerald-400\/95:disabled {
  --tw-ring-offset-color: rgb(52 211 153 / 0.95);
}
.disabled\:ring-offset-emerald-50:disabled {
  --tw-ring-offset-color: #ecfdf5;
}
.disabled\:ring-offset-emerald-50\/0:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0);
}
.disabled\:ring-offset-emerald-50\/10:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.1);
}
.disabled\:ring-offset-emerald-50\/100:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 1);
}
.disabled\:ring-offset-emerald-50\/15:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.15);
}
.disabled\:ring-offset-emerald-50\/20:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.2);
}
.disabled\:ring-offset-emerald-50\/25:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.25);
}
.disabled\:ring-offset-emerald-50\/30:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.3);
}
.disabled\:ring-offset-emerald-50\/35:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.35);
}
.disabled\:ring-offset-emerald-50\/40:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.4);
}
.disabled\:ring-offset-emerald-50\/45:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.45);
}
.disabled\:ring-offset-emerald-50\/5:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.05);
}
.disabled\:ring-offset-emerald-50\/50:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.5);
}
.disabled\:ring-offset-emerald-50\/55:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.55);
}
.disabled\:ring-offset-emerald-50\/60:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.6);
}
.disabled\:ring-offset-emerald-50\/65:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.65);
}
.disabled\:ring-offset-emerald-50\/70:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.7);
}
.disabled\:ring-offset-emerald-50\/75:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.75);
}
.disabled\:ring-offset-emerald-50\/80:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.8);
}
.disabled\:ring-offset-emerald-50\/85:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.85);
}
.disabled\:ring-offset-emerald-50\/90:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.9);
}
.disabled\:ring-offset-emerald-50\/95:disabled {
  --tw-ring-offset-color: rgb(236 253 245 / 0.95);
}
.disabled\:ring-offset-emerald-500:disabled {
  --tw-ring-offset-color: #10b981;
}
.disabled\:ring-offset-emerald-500\/0:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0);
}
.disabled\:ring-offset-emerald-500\/10:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.1);
}
.disabled\:ring-offset-emerald-500\/100:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 1);
}
.disabled\:ring-offset-emerald-500\/15:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.15);
}
.disabled\:ring-offset-emerald-500\/20:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.2);
}
.disabled\:ring-offset-emerald-500\/25:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.25);
}
.disabled\:ring-offset-emerald-500\/30:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.3);
}
.disabled\:ring-offset-emerald-500\/35:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.35);
}
.disabled\:ring-offset-emerald-500\/40:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.4);
}
.disabled\:ring-offset-emerald-500\/45:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.45);
}
.disabled\:ring-offset-emerald-500\/5:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.05);
}
.disabled\:ring-offset-emerald-500\/50:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.5);
}
.disabled\:ring-offset-emerald-500\/55:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.55);
}
.disabled\:ring-offset-emerald-500\/60:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.6);
}
.disabled\:ring-offset-emerald-500\/65:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.65);
}
.disabled\:ring-offset-emerald-500\/70:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.7);
}
.disabled\:ring-offset-emerald-500\/75:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.75);
}
.disabled\:ring-offset-emerald-500\/80:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.8);
}
.disabled\:ring-offset-emerald-500\/85:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.85);
}
.disabled\:ring-offset-emerald-500\/90:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.9);
}
.disabled\:ring-offset-emerald-500\/95:disabled {
  --tw-ring-offset-color: rgb(16 185 129 / 0.95);
}
.disabled\:ring-offset-emerald-600:disabled {
  --tw-ring-offset-color: #059669;
}
.disabled\:ring-offset-emerald-600\/0:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0);
}
.disabled\:ring-offset-emerald-600\/10:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.1);
}
.disabled\:ring-offset-emerald-600\/100:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 1);
}
.disabled\:ring-offset-emerald-600\/15:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.15);
}
.disabled\:ring-offset-emerald-600\/20:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.2);
}
.disabled\:ring-offset-emerald-600\/25:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.25);
}
.disabled\:ring-offset-emerald-600\/30:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.3);
}
.disabled\:ring-offset-emerald-600\/35:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.35);
}
.disabled\:ring-offset-emerald-600\/40:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.4);
}
.disabled\:ring-offset-emerald-600\/45:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.45);
}
.disabled\:ring-offset-emerald-600\/5:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.05);
}
.disabled\:ring-offset-emerald-600\/50:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.5);
}
.disabled\:ring-offset-emerald-600\/55:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.55);
}
.disabled\:ring-offset-emerald-600\/60:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.6);
}
.disabled\:ring-offset-emerald-600\/65:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.65);
}
.disabled\:ring-offset-emerald-600\/70:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.7);
}
.disabled\:ring-offset-emerald-600\/75:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.75);
}
.disabled\:ring-offset-emerald-600\/80:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.8);
}
.disabled\:ring-offset-emerald-600\/85:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.85);
}
.disabled\:ring-offset-emerald-600\/90:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.9);
}
.disabled\:ring-offset-emerald-600\/95:disabled {
  --tw-ring-offset-color: rgb(5 150 105 / 0.95);
}
.disabled\:ring-offset-emerald-700:disabled {
  --tw-ring-offset-color: #047857;
}
.disabled\:ring-offset-emerald-700\/0:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0);
}
.disabled\:ring-offset-emerald-700\/10:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.1);
}
.disabled\:ring-offset-emerald-700\/100:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 1);
}
.disabled\:ring-offset-emerald-700\/15:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.15);
}
.disabled\:ring-offset-emerald-700\/20:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.2);
}
.disabled\:ring-offset-emerald-700\/25:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.25);
}
.disabled\:ring-offset-emerald-700\/30:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.3);
}
.disabled\:ring-offset-emerald-700\/35:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.35);
}
.disabled\:ring-offset-emerald-700\/40:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.4);
}
.disabled\:ring-offset-emerald-700\/45:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.45);
}
.disabled\:ring-offset-emerald-700\/5:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.05);
}
.disabled\:ring-offset-emerald-700\/50:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.5);
}
.disabled\:ring-offset-emerald-700\/55:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.55);
}
.disabled\:ring-offset-emerald-700\/60:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.6);
}
.disabled\:ring-offset-emerald-700\/65:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.65);
}
.disabled\:ring-offset-emerald-700\/70:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.7);
}
.disabled\:ring-offset-emerald-700\/75:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.75);
}
.disabled\:ring-offset-emerald-700\/80:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.8);
}
.disabled\:ring-offset-emerald-700\/85:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.85);
}
.disabled\:ring-offset-emerald-700\/90:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.9);
}
.disabled\:ring-offset-emerald-700\/95:disabled {
  --tw-ring-offset-color: rgb(4 120 87 / 0.95);
}
.disabled\:ring-offset-emerald-800:disabled {
  --tw-ring-offset-color: #065f46;
}
.disabled\:ring-offset-emerald-800\/0:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0);
}
.disabled\:ring-offset-emerald-800\/10:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.1);
}
.disabled\:ring-offset-emerald-800\/100:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 1);
}
.disabled\:ring-offset-emerald-800\/15:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.15);
}
.disabled\:ring-offset-emerald-800\/20:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.2);
}
.disabled\:ring-offset-emerald-800\/25:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.25);
}
.disabled\:ring-offset-emerald-800\/30:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.3);
}
.disabled\:ring-offset-emerald-800\/35:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.35);
}
.disabled\:ring-offset-emerald-800\/40:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.4);
}
.disabled\:ring-offset-emerald-800\/45:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.45);
}
.disabled\:ring-offset-emerald-800\/5:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.05);
}
.disabled\:ring-offset-emerald-800\/50:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.5);
}
.disabled\:ring-offset-emerald-800\/55:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.55);
}
.disabled\:ring-offset-emerald-800\/60:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.6);
}
.disabled\:ring-offset-emerald-800\/65:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.65);
}
.disabled\:ring-offset-emerald-800\/70:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.7);
}
.disabled\:ring-offset-emerald-800\/75:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.75);
}
.disabled\:ring-offset-emerald-800\/80:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.8);
}
.disabled\:ring-offset-emerald-800\/85:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.85);
}
.disabled\:ring-offset-emerald-800\/90:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.9);
}
.disabled\:ring-offset-emerald-800\/95:disabled {
  --tw-ring-offset-color: rgb(6 95 70 / 0.95);
}
.disabled\:ring-offset-emerald-900:disabled {
  --tw-ring-offset-color: #064e3b;
}
.disabled\:ring-offset-emerald-900\/0:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0);
}
.disabled\:ring-offset-emerald-900\/10:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.1);
}
.disabled\:ring-offset-emerald-900\/100:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 1);
}
.disabled\:ring-offset-emerald-900\/15:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.15);
}
.disabled\:ring-offset-emerald-900\/20:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.2);
}
.disabled\:ring-offset-emerald-900\/25:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.25);
}
.disabled\:ring-offset-emerald-900\/30:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.3);
}
.disabled\:ring-offset-emerald-900\/35:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.35);
}
.disabled\:ring-offset-emerald-900\/40:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.4);
}
.disabled\:ring-offset-emerald-900\/45:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.45);
}
.disabled\:ring-offset-emerald-900\/5:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.05);
}
.disabled\:ring-offset-emerald-900\/50:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.5);
}
.disabled\:ring-offset-emerald-900\/55:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.55);
}
.disabled\:ring-offset-emerald-900\/60:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.6);
}
.disabled\:ring-offset-emerald-900\/65:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.65);
}
.disabled\:ring-offset-emerald-900\/70:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.7);
}
.disabled\:ring-offset-emerald-900\/75:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.75);
}
.disabled\:ring-offset-emerald-900\/80:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.8);
}
.disabled\:ring-offset-emerald-900\/85:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.85);
}
.disabled\:ring-offset-emerald-900\/90:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.9);
}
.disabled\:ring-offset-emerald-900\/95:disabled {
  --tw-ring-offset-color: rgb(6 78 59 / 0.95);
}
.disabled\:ring-offset-emerald-950:disabled {
  --tw-ring-offset-color: #022c22;
}
.disabled\:ring-offset-emerald-950\/0:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0);
}
.disabled\:ring-offset-emerald-950\/10:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.1);
}
.disabled\:ring-offset-emerald-950\/100:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 1);
}
.disabled\:ring-offset-emerald-950\/15:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.15);
}
.disabled\:ring-offset-emerald-950\/20:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.2);
}
.disabled\:ring-offset-emerald-950\/25:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.25);
}
.disabled\:ring-offset-emerald-950\/30:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.3);
}
.disabled\:ring-offset-emerald-950\/35:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.35);
}
.disabled\:ring-offset-emerald-950\/40:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.4);
}
.disabled\:ring-offset-emerald-950\/45:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.45);
}
.disabled\:ring-offset-emerald-950\/5:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.05);
}
.disabled\:ring-offset-emerald-950\/50:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.5);
}
.disabled\:ring-offset-emerald-950\/55:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.55);
}
.disabled\:ring-offset-emerald-950\/60:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.6);
}
.disabled\:ring-offset-emerald-950\/65:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.65);
}
.disabled\:ring-offset-emerald-950\/70:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.7);
}
.disabled\:ring-offset-emerald-950\/75:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.75);
}
.disabled\:ring-offset-emerald-950\/80:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.8);
}
.disabled\:ring-offset-emerald-950\/85:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.85);
}
.disabled\:ring-offset-emerald-950\/90:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.9);
}
.disabled\:ring-offset-emerald-950\/95:disabled {
  --tw-ring-offset-color: rgb(2 44 34 / 0.95);
}
.disabled\:ring-offset-fuchsia-100:disabled {
  --tw-ring-offset-color: #fae8ff;
}
.disabled\:ring-offset-fuchsia-100\/0:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}
.disabled\:ring-offset-fuchsia-100\/10:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}
.disabled\:ring-offset-fuchsia-100\/100:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}
.disabled\:ring-offset-fuchsia-100\/15:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.15);
}
.disabled\:ring-offset-fuchsia-100\/20:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}
.disabled\:ring-offset-fuchsia-100\/25:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}
.disabled\:ring-offset-fuchsia-100\/30:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}
.disabled\:ring-offset-fuchsia-100\/35:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.35);
}
.disabled\:ring-offset-fuchsia-100\/40:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}
.disabled\:ring-offset-fuchsia-100\/45:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.45);
}
.disabled\:ring-offset-fuchsia-100\/5:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}
.disabled\:ring-offset-fuchsia-100\/50:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}
.disabled\:ring-offset-fuchsia-100\/55:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.55);
}
.disabled\:ring-offset-fuchsia-100\/60:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}
.disabled\:ring-offset-fuchsia-100\/65:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.65);
}
.disabled\:ring-offset-fuchsia-100\/70:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}
.disabled\:ring-offset-fuchsia-100\/75:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}
.disabled\:ring-offset-fuchsia-100\/80:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}
.disabled\:ring-offset-fuchsia-100\/85:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.85);
}
.disabled\:ring-offset-fuchsia-100\/90:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}
.disabled\:ring-offset-fuchsia-100\/95:disabled {
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}
.disabled\:ring-offset-fuchsia-200:disabled {
  --tw-ring-offset-color: #f5d0fe;
}
.disabled\:ring-offset-fuchsia-200\/0:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}
.disabled\:ring-offset-fuchsia-200\/10:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}
.disabled\:ring-offset-fuchsia-200\/100:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}
.disabled\:ring-offset-fuchsia-200\/15:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.15);
}
.disabled\:ring-offset-fuchsia-200\/20:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}
.disabled\:ring-offset-fuchsia-200\/25:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}
.disabled\:ring-offset-fuchsia-200\/30:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}
.disabled\:ring-offset-fuchsia-200\/35:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.35);
}
.disabled\:ring-offset-fuchsia-200\/40:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}
.disabled\:ring-offset-fuchsia-200\/45:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.45);
}
.disabled\:ring-offset-fuchsia-200\/5:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}
.disabled\:ring-offset-fuchsia-200\/50:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}
.disabled\:ring-offset-fuchsia-200\/55:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.55);
}
.disabled\:ring-offset-fuchsia-200\/60:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}
.disabled\:ring-offset-fuchsia-200\/65:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.65);
}
.disabled\:ring-offset-fuchsia-200\/70:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}
.disabled\:ring-offset-fuchsia-200\/75:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}
.disabled\:ring-offset-fuchsia-200\/80:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}
.disabled\:ring-offset-fuchsia-200\/85:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.85);
}
.disabled\:ring-offset-fuchsia-200\/90:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}
.disabled\:ring-offset-fuchsia-200\/95:disabled {
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}
.disabled\:ring-offset-fuchsia-300:disabled {
  --tw-ring-offset-color: #f0abfc;
}
.disabled\:ring-offset-fuchsia-300\/0:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}
.disabled\:ring-offset-fuchsia-300\/10:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}
.disabled\:ring-offset-fuchsia-300\/100:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}
.disabled\:ring-offset-fuchsia-300\/15:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.15);
}
.disabled\:ring-offset-fuchsia-300\/20:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}
.disabled\:ring-offset-fuchsia-300\/25:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}
.disabled\:ring-offset-fuchsia-300\/30:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}
.disabled\:ring-offset-fuchsia-300\/35:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.35);
}
.disabled\:ring-offset-fuchsia-300\/40:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}
.disabled\:ring-offset-fuchsia-300\/45:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.45);
}
.disabled\:ring-offset-fuchsia-300\/5:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}
.disabled\:ring-offset-fuchsia-300\/50:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}
.disabled\:ring-offset-fuchsia-300\/55:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.55);
}
.disabled\:ring-offset-fuchsia-300\/60:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}
.disabled\:ring-offset-fuchsia-300\/65:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.65);
}
.disabled\:ring-offset-fuchsia-300\/70:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}
.disabled\:ring-offset-fuchsia-300\/75:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}
.disabled\:ring-offset-fuchsia-300\/80:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}
.disabled\:ring-offset-fuchsia-300\/85:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.85);
}
.disabled\:ring-offset-fuchsia-300\/90:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}
.disabled\:ring-offset-fuchsia-300\/95:disabled {
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}
.disabled\:ring-offset-fuchsia-400:disabled {
  --tw-ring-offset-color: #e879f9;
}
.disabled\:ring-offset-fuchsia-400\/0:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}
.disabled\:ring-offset-fuchsia-400\/10:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}
.disabled\:ring-offset-fuchsia-400\/100:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}
.disabled\:ring-offset-fuchsia-400\/15:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.15);
}
.disabled\:ring-offset-fuchsia-400\/20:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}
.disabled\:ring-offset-fuchsia-400\/25:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}
.disabled\:ring-offset-fuchsia-400\/30:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}
.disabled\:ring-offset-fuchsia-400\/35:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.35);
}
.disabled\:ring-offset-fuchsia-400\/40:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}
.disabled\:ring-offset-fuchsia-400\/45:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.45);
}
.disabled\:ring-offset-fuchsia-400\/5:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}
.disabled\:ring-offset-fuchsia-400\/50:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}
.disabled\:ring-offset-fuchsia-400\/55:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.55);
}
.disabled\:ring-offset-fuchsia-400\/60:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}
.disabled\:ring-offset-fuchsia-400\/65:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.65);
}
.disabled\:ring-offset-fuchsia-400\/70:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}
.disabled\:ring-offset-fuchsia-400\/75:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}
.disabled\:ring-offset-fuchsia-400\/80:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}
.disabled\:ring-offset-fuchsia-400\/85:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.85);
}
.disabled\:ring-offset-fuchsia-400\/90:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}
.disabled\:ring-offset-fuchsia-400\/95:disabled {
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}
.disabled\:ring-offset-fuchsia-50:disabled {
  --tw-ring-offset-color: #fdf4ff;
}
.disabled\:ring-offset-fuchsia-50\/0:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}
.disabled\:ring-offset-fuchsia-50\/10:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}
.disabled\:ring-offset-fuchsia-50\/100:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}
.disabled\:ring-offset-fuchsia-50\/15:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.15);
}
.disabled\:ring-offset-fuchsia-50\/20:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}
.disabled\:ring-offset-fuchsia-50\/25:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}
.disabled\:ring-offset-fuchsia-50\/30:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}
.disabled\:ring-offset-fuchsia-50\/35:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.35);
}
.disabled\:ring-offset-fuchsia-50\/40:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}
.disabled\:ring-offset-fuchsia-50\/45:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.45);
}
.disabled\:ring-offset-fuchsia-50\/5:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}
.disabled\:ring-offset-fuchsia-50\/50:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}
.disabled\:ring-offset-fuchsia-50\/55:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.55);
}
.disabled\:ring-offset-fuchsia-50\/60:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}
.disabled\:ring-offset-fuchsia-50\/65:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.65);
}
.disabled\:ring-offset-fuchsia-50\/70:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}
.disabled\:ring-offset-fuchsia-50\/75:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}
.disabled\:ring-offset-fuchsia-50\/80:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}
.disabled\:ring-offset-fuchsia-50\/85:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.85);
}
.disabled\:ring-offset-fuchsia-50\/90:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}
.disabled\:ring-offset-fuchsia-50\/95:disabled {
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}
.disabled\:ring-offset-fuchsia-500:disabled {
  --tw-ring-offset-color: #d946ef;
}
.disabled\:ring-offset-fuchsia-500\/0:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}
.disabled\:ring-offset-fuchsia-500\/10:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}
.disabled\:ring-offset-fuchsia-500\/100:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}
.disabled\:ring-offset-fuchsia-500\/15:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.15);
}
.disabled\:ring-offset-fuchsia-500\/20:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}
.disabled\:ring-offset-fuchsia-500\/25:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}
.disabled\:ring-offset-fuchsia-500\/30:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}
.disabled\:ring-offset-fuchsia-500\/35:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.35);
}
.disabled\:ring-offset-fuchsia-500\/40:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}
.disabled\:ring-offset-fuchsia-500\/45:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.45);
}
.disabled\:ring-offset-fuchsia-500\/5:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}
.disabled\:ring-offset-fuchsia-500\/50:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}
.disabled\:ring-offset-fuchsia-500\/55:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.55);
}
.disabled\:ring-offset-fuchsia-500\/60:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}
.disabled\:ring-offset-fuchsia-500\/65:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.65);
}
.disabled\:ring-offset-fuchsia-500\/70:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}
.disabled\:ring-offset-fuchsia-500\/75:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}
.disabled\:ring-offset-fuchsia-500\/80:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}
.disabled\:ring-offset-fuchsia-500\/85:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.85);
}
.disabled\:ring-offset-fuchsia-500\/90:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}
.disabled\:ring-offset-fuchsia-500\/95:disabled {
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}
.disabled\:ring-offset-fuchsia-600:disabled {
  --tw-ring-offset-color: #c026d3;
}
.disabled\:ring-offset-fuchsia-600\/0:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}
.disabled\:ring-offset-fuchsia-600\/10:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}
.disabled\:ring-offset-fuchsia-600\/100:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}
.disabled\:ring-offset-fuchsia-600\/15:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.15);
}
.disabled\:ring-offset-fuchsia-600\/20:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}
.disabled\:ring-offset-fuchsia-600\/25:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}
.disabled\:ring-offset-fuchsia-600\/30:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}
.disabled\:ring-offset-fuchsia-600\/35:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.35);
}
.disabled\:ring-offset-fuchsia-600\/40:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}
.disabled\:ring-offset-fuchsia-600\/45:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.45);
}
.disabled\:ring-offset-fuchsia-600\/5:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}
.disabled\:ring-offset-fuchsia-600\/50:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}
.disabled\:ring-offset-fuchsia-600\/55:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.55);
}
.disabled\:ring-offset-fuchsia-600\/60:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}
.disabled\:ring-offset-fuchsia-600\/65:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.65);
}
.disabled\:ring-offset-fuchsia-600\/70:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}
.disabled\:ring-offset-fuchsia-600\/75:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}
.disabled\:ring-offset-fuchsia-600\/80:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}
.disabled\:ring-offset-fuchsia-600\/85:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.85);
}
.disabled\:ring-offset-fuchsia-600\/90:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}
.disabled\:ring-offset-fuchsia-600\/95:disabled {
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}
.disabled\:ring-offset-fuchsia-700:disabled {
  --tw-ring-offset-color: #a21caf;
}
.disabled\:ring-offset-fuchsia-700\/0:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}
.disabled\:ring-offset-fuchsia-700\/10:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}
.disabled\:ring-offset-fuchsia-700\/100:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}
.disabled\:ring-offset-fuchsia-700\/15:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.15);
}
.disabled\:ring-offset-fuchsia-700\/20:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}
.disabled\:ring-offset-fuchsia-700\/25:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}
.disabled\:ring-offset-fuchsia-700\/30:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}
.disabled\:ring-offset-fuchsia-700\/35:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.35);
}
.disabled\:ring-offset-fuchsia-700\/40:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}
.disabled\:ring-offset-fuchsia-700\/45:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.45);
}
.disabled\:ring-offset-fuchsia-700\/5:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}
.disabled\:ring-offset-fuchsia-700\/50:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}
.disabled\:ring-offset-fuchsia-700\/55:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.55);
}
.disabled\:ring-offset-fuchsia-700\/60:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}
.disabled\:ring-offset-fuchsia-700\/65:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.65);
}
.disabled\:ring-offset-fuchsia-700\/70:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}
.disabled\:ring-offset-fuchsia-700\/75:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}
.disabled\:ring-offset-fuchsia-700\/80:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}
.disabled\:ring-offset-fuchsia-700\/85:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.85);
}
.disabled\:ring-offset-fuchsia-700\/90:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}
.disabled\:ring-offset-fuchsia-700\/95:disabled {
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}
.disabled\:ring-offset-fuchsia-800:disabled {
  --tw-ring-offset-color: #86198f;
}
.disabled\:ring-offset-fuchsia-800\/0:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}
.disabled\:ring-offset-fuchsia-800\/10:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}
.disabled\:ring-offset-fuchsia-800\/100:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}
.disabled\:ring-offset-fuchsia-800\/15:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.15);
}
.disabled\:ring-offset-fuchsia-800\/20:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}
.disabled\:ring-offset-fuchsia-800\/25:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}
.disabled\:ring-offset-fuchsia-800\/30:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}
.disabled\:ring-offset-fuchsia-800\/35:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.35);
}
.disabled\:ring-offset-fuchsia-800\/40:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}
.disabled\:ring-offset-fuchsia-800\/45:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.45);
}
.disabled\:ring-offset-fuchsia-800\/5:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}
.disabled\:ring-offset-fuchsia-800\/50:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}
.disabled\:ring-offset-fuchsia-800\/55:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.55);
}
.disabled\:ring-offset-fuchsia-800\/60:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}
.disabled\:ring-offset-fuchsia-800\/65:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.65);
}
.disabled\:ring-offset-fuchsia-800\/70:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}
.disabled\:ring-offset-fuchsia-800\/75:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}
.disabled\:ring-offset-fuchsia-800\/80:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}
.disabled\:ring-offset-fuchsia-800\/85:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.85);
}
.disabled\:ring-offset-fuchsia-800\/90:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}
.disabled\:ring-offset-fuchsia-800\/95:disabled {
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}
.disabled\:ring-offset-fuchsia-900:disabled {
  --tw-ring-offset-color: #701a75;
}
.disabled\:ring-offset-fuchsia-900\/0:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}
.disabled\:ring-offset-fuchsia-900\/10:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}
.disabled\:ring-offset-fuchsia-900\/100:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}
.disabled\:ring-offset-fuchsia-900\/15:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.15);
}
.disabled\:ring-offset-fuchsia-900\/20:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}
.disabled\:ring-offset-fuchsia-900\/25:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}
.disabled\:ring-offset-fuchsia-900\/30:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}
.disabled\:ring-offset-fuchsia-900\/35:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.35);
}
.disabled\:ring-offset-fuchsia-900\/40:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}
.disabled\:ring-offset-fuchsia-900\/45:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.45);
}
.disabled\:ring-offset-fuchsia-900\/5:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}
.disabled\:ring-offset-fuchsia-900\/50:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}
.disabled\:ring-offset-fuchsia-900\/55:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.55);
}
.disabled\:ring-offset-fuchsia-900\/60:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}
.disabled\:ring-offset-fuchsia-900\/65:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.65);
}
.disabled\:ring-offset-fuchsia-900\/70:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}
.disabled\:ring-offset-fuchsia-900\/75:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}
.disabled\:ring-offset-fuchsia-900\/80:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}
.disabled\:ring-offset-fuchsia-900\/85:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.85);
}
.disabled\:ring-offset-fuchsia-900\/90:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}
.disabled\:ring-offset-fuchsia-900\/95:disabled {
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}
.disabled\:ring-offset-fuchsia-950:disabled {
  --tw-ring-offset-color: #4a044e;
}
.disabled\:ring-offset-fuchsia-950\/0:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}
.disabled\:ring-offset-fuchsia-950\/10:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}
.disabled\:ring-offset-fuchsia-950\/100:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}
.disabled\:ring-offset-fuchsia-950\/15:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.15);
}
.disabled\:ring-offset-fuchsia-950\/20:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}
.disabled\:ring-offset-fuchsia-950\/25:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}
.disabled\:ring-offset-fuchsia-950\/30:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}
.disabled\:ring-offset-fuchsia-950\/35:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.35);
}
.disabled\:ring-offset-fuchsia-950\/40:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}
.disabled\:ring-offset-fuchsia-950\/45:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.45);
}
.disabled\:ring-offset-fuchsia-950\/5:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}
.disabled\:ring-offset-fuchsia-950\/50:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}
.disabled\:ring-offset-fuchsia-950\/55:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.55);
}
.disabled\:ring-offset-fuchsia-950\/60:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}
.disabled\:ring-offset-fuchsia-950\/65:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.65);
}
.disabled\:ring-offset-fuchsia-950\/70:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}
.disabled\:ring-offset-fuchsia-950\/75:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}
.disabled\:ring-offset-fuchsia-950\/80:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}
.disabled\:ring-offset-fuchsia-950\/85:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.85);
}
.disabled\:ring-offset-fuchsia-950\/90:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}
.disabled\:ring-offset-fuchsia-950\/95:disabled {
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}
.disabled\:ring-offset-gray-100:disabled {
  --tw-ring-offset-color: #f3f4f6;
}
.disabled\:ring-offset-gray-100\/0:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0);
}
.disabled\:ring-offset-gray-100\/10:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.1);
}
.disabled\:ring-offset-gray-100\/100:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 1);
}
.disabled\:ring-offset-gray-100\/15:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.15);
}
.disabled\:ring-offset-gray-100\/20:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.2);
}
.disabled\:ring-offset-gray-100\/25:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.25);
}
.disabled\:ring-offset-gray-100\/30:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.3);
}
.disabled\:ring-offset-gray-100\/35:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.35);
}
.disabled\:ring-offset-gray-100\/40:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.4);
}
.disabled\:ring-offset-gray-100\/45:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.45);
}
.disabled\:ring-offset-gray-100\/5:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.05);
}
.disabled\:ring-offset-gray-100\/50:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.5);
}
.disabled\:ring-offset-gray-100\/55:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.55);
}
.disabled\:ring-offset-gray-100\/60:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.6);
}
.disabled\:ring-offset-gray-100\/65:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.65);
}
.disabled\:ring-offset-gray-100\/70:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.7);
}
.disabled\:ring-offset-gray-100\/75:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.75);
}
.disabled\:ring-offset-gray-100\/80:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.8);
}
.disabled\:ring-offset-gray-100\/85:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.85);
}
.disabled\:ring-offset-gray-100\/90:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.9);
}
.disabled\:ring-offset-gray-100\/95:disabled {
  --tw-ring-offset-color: rgb(243 244 246 / 0.95);
}
.disabled\:ring-offset-gray-200:disabled {
  --tw-ring-offset-color: #e5e7eb;
}
.disabled\:ring-offset-gray-200\/0:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}
.disabled\:ring-offset-gray-200\/10:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}
.disabled\:ring-offset-gray-200\/100:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}
.disabled\:ring-offset-gray-200\/15:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.15);
}
.disabled\:ring-offset-gray-200\/20:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}
.disabled\:ring-offset-gray-200\/25:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}
.disabled\:ring-offset-gray-200\/30:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}
.disabled\:ring-offset-gray-200\/35:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.35);
}
.disabled\:ring-offset-gray-200\/40:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}
.disabled\:ring-offset-gray-200\/45:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.45);
}
.disabled\:ring-offset-gray-200\/5:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}
.disabled\:ring-offset-gray-200\/50:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}
.disabled\:ring-offset-gray-200\/55:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.55);
}
.disabled\:ring-offset-gray-200\/60:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}
.disabled\:ring-offset-gray-200\/65:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.65);
}
.disabled\:ring-offset-gray-200\/70:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}
.disabled\:ring-offset-gray-200\/75:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}
.disabled\:ring-offset-gray-200\/80:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}
.disabled\:ring-offset-gray-200\/85:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.85);
}
.disabled\:ring-offset-gray-200\/90:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}
.disabled\:ring-offset-gray-200\/95:disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}
.disabled\:ring-offset-gray-300:disabled {
  --tw-ring-offset-color: #d1d5db;
}
.disabled\:ring-offset-gray-300\/0:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0);
}
.disabled\:ring-offset-gray-300\/10:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.1);
}
.disabled\:ring-offset-gray-300\/100:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 1);
}
.disabled\:ring-offset-gray-300\/15:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.15);
}
.disabled\:ring-offset-gray-300\/20:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.2);
}
.disabled\:ring-offset-gray-300\/25:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.25);
}
.disabled\:ring-offset-gray-300\/30:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.3);
}
.disabled\:ring-offset-gray-300\/35:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.35);
}
.disabled\:ring-offset-gray-300\/40:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.4);
}
.disabled\:ring-offset-gray-300\/45:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.45);
}
.disabled\:ring-offset-gray-300\/5:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.05);
}
.disabled\:ring-offset-gray-300\/50:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.5);
}
.disabled\:ring-offset-gray-300\/55:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.55);
}
.disabled\:ring-offset-gray-300\/60:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.6);
}
.disabled\:ring-offset-gray-300\/65:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.65);
}
.disabled\:ring-offset-gray-300\/70:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.7);
}
.disabled\:ring-offset-gray-300\/75:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.75);
}
.disabled\:ring-offset-gray-300\/80:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.8);
}
.disabled\:ring-offset-gray-300\/85:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.85);
}
.disabled\:ring-offset-gray-300\/90:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.9);
}
.disabled\:ring-offset-gray-300\/95:disabled {
  --tw-ring-offset-color: rgb(209 213 219 / 0.95);
}
.disabled\:ring-offset-gray-400:disabled {
  --tw-ring-offset-color: #9ca3af;
}
.disabled\:ring-offset-gray-400\/0:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}
.disabled\:ring-offset-gray-400\/10:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}
.disabled\:ring-offset-gray-400\/100:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.disabled\:ring-offset-gray-400\/15:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.15);
}
.disabled\:ring-offset-gray-400\/20:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}
.disabled\:ring-offset-gray-400\/25:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}
.disabled\:ring-offset-gray-400\/30:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}
.disabled\:ring-offset-gray-400\/35:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.35);
}
.disabled\:ring-offset-gray-400\/40:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}
.disabled\:ring-offset-gray-400\/45:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.45);
}
.disabled\:ring-offset-gray-400\/5:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}
.disabled\:ring-offset-gray-400\/50:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.disabled\:ring-offset-gray-400\/55:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.55);
}
.disabled\:ring-offset-gray-400\/60:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}
.disabled\:ring-offset-gray-400\/65:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.65);
}
.disabled\:ring-offset-gray-400\/70:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}
.disabled\:ring-offset-gray-400\/75:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}
.disabled\:ring-offset-gray-400\/80:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}
.disabled\:ring-offset-gray-400\/85:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.85);
}
.disabled\:ring-offset-gray-400\/90:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}
.disabled\:ring-offset-gray-400\/95:disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}
.disabled\:ring-offset-gray-50:disabled {
  --tw-ring-offset-color: #f9fafb;
}
.disabled\:ring-offset-gray-50\/0:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0);
}
.disabled\:ring-offset-gray-50\/10:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.1);
}
.disabled\:ring-offset-gray-50\/100:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 1);
}
.disabled\:ring-offset-gray-50\/15:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.15);
}
.disabled\:ring-offset-gray-50\/20:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.2);
}
.disabled\:ring-offset-gray-50\/25:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.25);
}
.disabled\:ring-offset-gray-50\/30:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.3);
}
.disabled\:ring-offset-gray-50\/35:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.35);
}
.disabled\:ring-offset-gray-50\/40:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.4);
}
.disabled\:ring-offset-gray-50\/45:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.45);
}
.disabled\:ring-offset-gray-50\/5:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.05);
}
.disabled\:ring-offset-gray-50\/50:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.5);
}
.disabled\:ring-offset-gray-50\/55:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.55);
}
.disabled\:ring-offset-gray-50\/60:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.6);
}
.disabled\:ring-offset-gray-50\/65:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.65);
}
.disabled\:ring-offset-gray-50\/70:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.7);
}
.disabled\:ring-offset-gray-50\/75:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.75);
}
.disabled\:ring-offset-gray-50\/80:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.8);
}
.disabled\:ring-offset-gray-50\/85:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.85);
}
.disabled\:ring-offset-gray-50\/90:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.9);
}
.disabled\:ring-offset-gray-50\/95:disabled {
  --tw-ring-offset-color: rgb(249 250 251 / 0.95);
}
.disabled\:ring-offset-gray-500:disabled {
  --tw-ring-offset-color: #6b7280;
}
.disabled\:ring-offset-gray-500\/0:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0);
}
.disabled\:ring-offset-gray-500\/10:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.1);
}
.disabled\:ring-offset-gray-500\/100:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 1);
}
.disabled\:ring-offset-gray-500\/15:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.15);
}
.disabled\:ring-offset-gray-500\/20:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.2);
}
.disabled\:ring-offset-gray-500\/25:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.25);
}
.disabled\:ring-offset-gray-500\/30:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.3);
}
.disabled\:ring-offset-gray-500\/35:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.35);
}
.disabled\:ring-offset-gray-500\/40:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.4);
}
.disabled\:ring-offset-gray-500\/45:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.45);
}
.disabled\:ring-offset-gray-500\/5:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.05);
}
.disabled\:ring-offset-gray-500\/50:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.5);
}
.disabled\:ring-offset-gray-500\/55:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.55);
}
.disabled\:ring-offset-gray-500\/60:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.6);
}
.disabled\:ring-offset-gray-500\/65:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.65);
}
.disabled\:ring-offset-gray-500\/70:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.7);
}
.disabled\:ring-offset-gray-500\/75:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.75);
}
.disabled\:ring-offset-gray-500\/80:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.8);
}
.disabled\:ring-offset-gray-500\/85:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.85);
}
.disabled\:ring-offset-gray-500\/90:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.9);
}
.disabled\:ring-offset-gray-500\/95:disabled {
  --tw-ring-offset-color: rgb(107 114 128 / 0.95);
}
.disabled\:ring-offset-gray-600:disabled {
  --tw-ring-offset-color: #4b5563;
}
.disabled\:ring-offset-gray-600\/0:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0);
}
.disabled\:ring-offset-gray-600\/10:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.1);
}
.disabled\:ring-offset-gray-600\/100:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 1);
}
.disabled\:ring-offset-gray-600\/15:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.15);
}
.disabled\:ring-offset-gray-600\/20:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.2);
}
.disabled\:ring-offset-gray-600\/25:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.25);
}
.disabled\:ring-offset-gray-600\/30:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.3);
}
.disabled\:ring-offset-gray-600\/35:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.35);
}
.disabled\:ring-offset-gray-600\/40:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.4);
}
.disabled\:ring-offset-gray-600\/45:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.45);
}
.disabled\:ring-offset-gray-600\/5:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.05);
}
.disabled\:ring-offset-gray-600\/50:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.5);
}
.disabled\:ring-offset-gray-600\/55:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.55);
}
.disabled\:ring-offset-gray-600\/60:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.6);
}
.disabled\:ring-offset-gray-600\/65:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.65);
}
.disabled\:ring-offset-gray-600\/70:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.7);
}
.disabled\:ring-offset-gray-600\/75:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.75);
}
.disabled\:ring-offset-gray-600\/80:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.8);
}
.disabled\:ring-offset-gray-600\/85:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.85);
}
.disabled\:ring-offset-gray-600\/90:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.9);
}
.disabled\:ring-offset-gray-600\/95:disabled {
  --tw-ring-offset-color: rgb(75 85 99 / 0.95);
}
.disabled\:ring-offset-gray-700:disabled {
  --tw-ring-offset-color: #374151;
}
.disabled\:ring-offset-gray-700\/0:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}
.disabled\:ring-offset-gray-700\/10:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}
.disabled\:ring-offset-gray-700\/100:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}
.disabled\:ring-offset-gray-700\/15:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.15);
}
.disabled\:ring-offset-gray-700\/20:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}
.disabled\:ring-offset-gray-700\/25:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}
.disabled\:ring-offset-gray-700\/30:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}
.disabled\:ring-offset-gray-700\/35:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.35);
}
.disabled\:ring-offset-gray-700\/40:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}
.disabled\:ring-offset-gray-700\/45:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.45);
}
.disabled\:ring-offset-gray-700\/5:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}
.disabled\:ring-offset-gray-700\/50:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}
.disabled\:ring-offset-gray-700\/55:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.55);
}
.disabled\:ring-offset-gray-700\/60:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}
.disabled\:ring-offset-gray-700\/65:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.65);
}
.disabled\:ring-offset-gray-700\/70:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}
.disabled\:ring-offset-gray-700\/75:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}
.disabled\:ring-offset-gray-700\/80:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}
.disabled\:ring-offset-gray-700\/85:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.85);
}
.disabled\:ring-offset-gray-700\/90:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}
.disabled\:ring-offset-gray-700\/95:disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}
.disabled\:ring-offset-gray-800:disabled {
  --tw-ring-offset-color: #1f2937;
}
.disabled\:ring-offset-gray-800\/0:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0);
}
.disabled\:ring-offset-gray-800\/10:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.1);
}
.disabled\:ring-offset-gray-800\/100:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 1);
}
.disabled\:ring-offset-gray-800\/15:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.15);
}
.disabled\:ring-offset-gray-800\/20:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.2);
}
.disabled\:ring-offset-gray-800\/25:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.25);
}
.disabled\:ring-offset-gray-800\/30:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.3);
}
.disabled\:ring-offset-gray-800\/35:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.35);
}
.disabled\:ring-offset-gray-800\/40:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.4);
}
.disabled\:ring-offset-gray-800\/45:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.45);
}
.disabled\:ring-offset-gray-800\/5:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.05);
}
.disabled\:ring-offset-gray-800\/50:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.5);
}
.disabled\:ring-offset-gray-800\/55:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.55);
}
.disabled\:ring-offset-gray-800\/60:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.6);
}
.disabled\:ring-offset-gray-800\/65:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.65);
}
.disabled\:ring-offset-gray-800\/70:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.7);
}
.disabled\:ring-offset-gray-800\/75:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.75);
}
.disabled\:ring-offset-gray-800\/80:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.8);
}
.disabled\:ring-offset-gray-800\/85:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.85);
}
.disabled\:ring-offset-gray-800\/90:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.9);
}
.disabled\:ring-offset-gray-800\/95:disabled {
  --tw-ring-offset-color: rgb(31 41 55 / 0.95);
}
.disabled\:ring-offset-gray-900:disabled {
  --tw-ring-offset-color: #111827;
}
.disabled\:ring-offset-gray-900\/0:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0);
}
.disabled\:ring-offset-gray-900\/10:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.1);
}
.disabled\:ring-offset-gray-900\/100:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 1);
}
.disabled\:ring-offset-gray-900\/15:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.15);
}
.disabled\:ring-offset-gray-900\/20:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.2);
}
.disabled\:ring-offset-gray-900\/25:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.25);
}
.disabled\:ring-offset-gray-900\/30:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.3);
}
.disabled\:ring-offset-gray-900\/35:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.35);
}
.disabled\:ring-offset-gray-900\/40:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.4);
}
.disabled\:ring-offset-gray-900\/45:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.45);
}
.disabled\:ring-offset-gray-900\/5:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.05);
}
.disabled\:ring-offset-gray-900\/50:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.5);
}
.disabled\:ring-offset-gray-900\/55:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.55);
}
.disabled\:ring-offset-gray-900\/60:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.6);
}
.disabled\:ring-offset-gray-900\/65:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.65);
}
.disabled\:ring-offset-gray-900\/70:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.7);
}
.disabled\:ring-offset-gray-900\/75:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.75);
}
.disabled\:ring-offset-gray-900\/80:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.8);
}
.disabled\:ring-offset-gray-900\/85:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.85);
}
.disabled\:ring-offset-gray-900\/90:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.9);
}
.disabled\:ring-offset-gray-900\/95:disabled {
  --tw-ring-offset-color: rgb(17 24 39 / 0.95);
}
.disabled\:ring-offset-gray-950:disabled {
  --tw-ring-offset-color: #030712;
}
.disabled\:ring-offset-gray-950\/0:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0);
}
.disabled\:ring-offset-gray-950\/10:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.1);
}
.disabled\:ring-offset-gray-950\/100:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 1);
}
.disabled\:ring-offset-gray-950\/15:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.15);
}
.disabled\:ring-offset-gray-950\/20:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.2);
}
.disabled\:ring-offset-gray-950\/25:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.25);
}
.disabled\:ring-offset-gray-950\/30:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.3);
}
.disabled\:ring-offset-gray-950\/35:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.35);
}
.disabled\:ring-offset-gray-950\/40:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.4);
}
.disabled\:ring-offset-gray-950\/45:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.45);
}
.disabled\:ring-offset-gray-950\/5:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.05);
}
.disabled\:ring-offset-gray-950\/50:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.5);
}
.disabled\:ring-offset-gray-950\/55:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.55);
}
.disabled\:ring-offset-gray-950\/60:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.6);
}
.disabled\:ring-offset-gray-950\/65:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.65);
}
.disabled\:ring-offset-gray-950\/70:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.7);
}
.disabled\:ring-offset-gray-950\/75:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.75);
}
.disabled\:ring-offset-gray-950\/80:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.8);
}
.disabled\:ring-offset-gray-950\/85:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.85);
}
.disabled\:ring-offset-gray-950\/90:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.9);
}
.disabled\:ring-offset-gray-950\/95:disabled {
  --tw-ring-offset-color: rgb(3 7 18 / 0.95);
}
.disabled\:ring-offset-green-100:disabled {
  --tw-ring-offset-color: #dcfce7;
}
.disabled\:ring-offset-green-100\/0:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0);
}
.disabled\:ring-offset-green-100\/10:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.1);
}
.disabled\:ring-offset-green-100\/100:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 1);
}
.disabled\:ring-offset-green-100\/15:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.15);
}
.disabled\:ring-offset-green-100\/20:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.2);
}
.disabled\:ring-offset-green-100\/25:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.25);
}
.disabled\:ring-offset-green-100\/30:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.3);
}
.disabled\:ring-offset-green-100\/35:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.35);
}
.disabled\:ring-offset-green-100\/40:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.4);
}
.disabled\:ring-offset-green-100\/45:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.45);
}
.disabled\:ring-offset-green-100\/5:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.05);
}
.disabled\:ring-offset-green-100\/50:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.5);
}
.disabled\:ring-offset-green-100\/55:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.55);
}
.disabled\:ring-offset-green-100\/60:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.6);
}
.disabled\:ring-offset-green-100\/65:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.65);
}
.disabled\:ring-offset-green-100\/70:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.7);
}
.disabled\:ring-offset-green-100\/75:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.75);
}
.disabled\:ring-offset-green-100\/80:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.8);
}
.disabled\:ring-offset-green-100\/85:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.85);
}
.disabled\:ring-offset-green-100\/90:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.9);
}
.disabled\:ring-offset-green-100\/95:disabled {
  --tw-ring-offset-color: rgb(220 252 231 / 0.95);
}
.disabled\:ring-offset-green-200:disabled {
  --tw-ring-offset-color: #bbf7d0;
}
.disabled\:ring-offset-green-200\/0:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0);
}
.disabled\:ring-offset-green-200\/10:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.1);
}
.disabled\:ring-offset-green-200\/100:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 1);
}
.disabled\:ring-offset-green-200\/15:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.15);
}
.disabled\:ring-offset-green-200\/20:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.2);
}
.disabled\:ring-offset-green-200\/25:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.25);
}
.disabled\:ring-offset-green-200\/30:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.3);
}
.disabled\:ring-offset-green-200\/35:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.35);
}
.disabled\:ring-offset-green-200\/40:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.4);
}
.disabled\:ring-offset-green-200\/45:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.45);
}
.disabled\:ring-offset-green-200\/5:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.05);
}
.disabled\:ring-offset-green-200\/50:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.5);
}
.disabled\:ring-offset-green-200\/55:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.55);
}
.disabled\:ring-offset-green-200\/60:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.6);
}
.disabled\:ring-offset-green-200\/65:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.65);
}
.disabled\:ring-offset-green-200\/70:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.7);
}
.disabled\:ring-offset-green-200\/75:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.75);
}
.disabled\:ring-offset-green-200\/80:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.8);
}
.disabled\:ring-offset-green-200\/85:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.85);
}
.disabled\:ring-offset-green-200\/90:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.9);
}
.disabled\:ring-offset-green-200\/95:disabled {
  --tw-ring-offset-color: rgb(187 247 208 / 0.95);
}
.disabled\:ring-offset-green-300:disabled {
  --tw-ring-offset-color: #86efac;
}
.disabled\:ring-offset-green-300\/0:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0);
}
.disabled\:ring-offset-green-300\/10:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.1);
}
.disabled\:ring-offset-green-300\/100:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 1);
}
.disabled\:ring-offset-green-300\/15:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.15);
}
.disabled\:ring-offset-green-300\/20:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.2);
}
.disabled\:ring-offset-green-300\/25:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.25);
}
.disabled\:ring-offset-green-300\/30:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.3);
}
.disabled\:ring-offset-green-300\/35:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.35);
}
.disabled\:ring-offset-green-300\/40:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.4);
}
.disabled\:ring-offset-green-300\/45:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.45);
}
.disabled\:ring-offset-green-300\/5:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.05);
}
.disabled\:ring-offset-green-300\/50:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.5);
}
.disabled\:ring-offset-green-300\/55:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.55);
}
.disabled\:ring-offset-green-300\/60:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.6);
}
.disabled\:ring-offset-green-300\/65:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.65);
}
.disabled\:ring-offset-green-300\/70:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.7);
}
.disabled\:ring-offset-green-300\/75:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.75);
}
.disabled\:ring-offset-green-300\/80:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.8);
}
.disabled\:ring-offset-green-300\/85:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.85);
}
.disabled\:ring-offset-green-300\/90:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.9);
}
.disabled\:ring-offset-green-300\/95:disabled {
  --tw-ring-offset-color: rgb(134 239 172 / 0.95);
}
.disabled\:ring-offset-green-400:disabled {
  --tw-ring-offset-color: #4ade80;
}
.disabled\:ring-offset-green-400\/0:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}
.disabled\:ring-offset-green-400\/10:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}
.disabled\:ring-offset-green-400\/100:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}
.disabled\:ring-offset-green-400\/15:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.15);
}
.disabled\:ring-offset-green-400\/20:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}
.disabled\:ring-offset-green-400\/25:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}
.disabled\:ring-offset-green-400\/30:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}
.disabled\:ring-offset-green-400\/35:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.35);
}
.disabled\:ring-offset-green-400\/40:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}
.disabled\:ring-offset-green-400\/45:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.45);
}
.disabled\:ring-offset-green-400\/5:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}
.disabled\:ring-offset-green-400\/50:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}
.disabled\:ring-offset-green-400\/55:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.55);
}
.disabled\:ring-offset-green-400\/60:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}
.disabled\:ring-offset-green-400\/65:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.65);
}
.disabled\:ring-offset-green-400\/70:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}
.disabled\:ring-offset-green-400\/75:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}
.disabled\:ring-offset-green-400\/80:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}
.disabled\:ring-offset-green-400\/85:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.85);
}
.disabled\:ring-offset-green-400\/90:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}
.disabled\:ring-offset-green-400\/95:disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}
.disabled\:ring-offset-green-50:disabled {
  --tw-ring-offset-color: #f0fdf4;
}
.disabled\:ring-offset-green-50\/0:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0);
}
.disabled\:ring-offset-green-50\/10:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.1);
}
.disabled\:ring-offset-green-50\/100:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 1);
}
.disabled\:ring-offset-green-50\/15:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.15);
}
.disabled\:ring-offset-green-50\/20:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.2);
}
.disabled\:ring-offset-green-50\/25:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.25);
}
.disabled\:ring-offset-green-50\/30:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.3);
}
.disabled\:ring-offset-green-50\/35:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.35);
}
.disabled\:ring-offset-green-50\/40:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.4);
}
.disabled\:ring-offset-green-50\/45:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.45);
}
.disabled\:ring-offset-green-50\/5:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.05);
}
.disabled\:ring-offset-green-50\/50:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.5);
}
.disabled\:ring-offset-green-50\/55:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.55);
}
.disabled\:ring-offset-green-50\/60:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.6);
}
.disabled\:ring-offset-green-50\/65:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.65);
}
.disabled\:ring-offset-green-50\/70:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.7);
}
.disabled\:ring-offset-green-50\/75:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.75);
}
.disabled\:ring-offset-green-50\/80:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.8);
}
.disabled\:ring-offset-green-50\/85:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.85);
}
.disabled\:ring-offset-green-50\/90:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.9);
}
.disabled\:ring-offset-green-50\/95:disabled {
  --tw-ring-offset-color: rgb(240 253 244 / 0.95);
}
.disabled\:ring-offset-green-500:disabled {
  --tw-ring-offset-color: #22c55e;
}
.disabled\:ring-offset-green-500\/0:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0);
}
.disabled\:ring-offset-green-500\/10:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.1);
}
.disabled\:ring-offset-green-500\/100:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 1);
}
.disabled\:ring-offset-green-500\/15:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.15);
}
.disabled\:ring-offset-green-500\/20:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.2);
}
.disabled\:ring-offset-green-500\/25:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.25);
}
.disabled\:ring-offset-green-500\/30:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.3);
}
.disabled\:ring-offset-green-500\/35:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.35);
}
.disabled\:ring-offset-green-500\/40:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.4);
}
.disabled\:ring-offset-green-500\/45:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.45);
}
.disabled\:ring-offset-green-500\/5:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.05);
}
.disabled\:ring-offset-green-500\/50:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.5);
}
.disabled\:ring-offset-green-500\/55:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.55);
}
.disabled\:ring-offset-green-500\/60:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.6);
}
.disabled\:ring-offset-green-500\/65:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.65);
}
.disabled\:ring-offset-green-500\/70:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.7);
}
.disabled\:ring-offset-green-500\/75:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.75);
}
.disabled\:ring-offset-green-500\/80:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.8);
}
.disabled\:ring-offset-green-500\/85:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.85);
}
.disabled\:ring-offset-green-500\/90:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.9);
}
.disabled\:ring-offset-green-500\/95:disabled {
  --tw-ring-offset-color: rgb(34 197 94 / 0.95);
}
.disabled\:ring-offset-green-600:disabled {
  --tw-ring-offset-color: #16a34a;
}
.disabled\:ring-offset-green-600\/0:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}
.disabled\:ring-offset-green-600\/10:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}
.disabled\:ring-offset-green-600\/100:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}
.disabled\:ring-offset-green-600\/15:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.15);
}
.disabled\:ring-offset-green-600\/20:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}
.disabled\:ring-offset-green-600\/25:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}
.disabled\:ring-offset-green-600\/30:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}
.disabled\:ring-offset-green-600\/35:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.35);
}
.disabled\:ring-offset-green-600\/40:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}
.disabled\:ring-offset-green-600\/45:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.45);
}
.disabled\:ring-offset-green-600\/5:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}
.disabled\:ring-offset-green-600\/50:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}
.disabled\:ring-offset-green-600\/55:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.55);
}
.disabled\:ring-offset-green-600\/60:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}
.disabled\:ring-offset-green-600\/65:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.65);
}
.disabled\:ring-offset-green-600\/70:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}
.disabled\:ring-offset-green-600\/75:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}
.disabled\:ring-offset-green-600\/80:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}
.disabled\:ring-offset-green-600\/85:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.85);
}
.disabled\:ring-offset-green-600\/90:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}
.disabled\:ring-offset-green-600\/95:disabled {
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}
.disabled\:ring-offset-green-700:disabled {
  --tw-ring-offset-color: #15803d;
}
.disabled\:ring-offset-green-700\/0:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0);
}
.disabled\:ring-offset-green-700\/10:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.1);
}
.disabled\:ring-offset-green-700\/100:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 1);
}
.disabled\:ring-offset-green-700\/15:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.15);
}
.disabled\:ring-offset-green-700\/20:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.2);
}
.disabled\:ring-offset-green-700\/25:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.25);
}
.disabled\:ring-offset-green-700\/30:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.3);
}
.disabled\:ring-offset-green-700\/35:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.35);
}
.disabled\:ring-offset-green-700\/40:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.4);
}
.disabled\:ring-offset-green-700\/45:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.45);
}
.disabled\:ring-offset-green-700\/5:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.05);
}
.disabled\:ring-offset-green-700\/50:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.5);
}
.disabled\:ring-offset-green-700\/55:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.55);
}
.disabled\:ring-offset-green-700\/60:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.6);
}
.disabled\:ring-offset-green-700\/65:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.65);
}
.disabled\:ring-offset-green-700\/70:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.7);
}
.disabled\:ring-offset-green-700\/75:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.75);
}
.disabled\:ring-offset-green-700\/80:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.8);
}
.disabled\:ring-offset-green-700\/85:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.85);
}
.disabled\:ring-offset-green-700\/90:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.9);
}
.disabled\:ring-offset-green-700\/95:disabled {
  --tw-ring-offset-color: rgb(21 128 61 / 0.95);
}
.disabled\:ring-offset-green-800:disabled {
  --tw-ring-offset-color: #166534;
}
.disabled\:ring-offset-green-800\/0:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0);
}
.disabled\:ring-offset-green-800\/10:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.1);
}
.disabled\:ring-offset-green-800\/100:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 1);
}
.disabled\:ring-offset-green-800\/15:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.15);
}
.disabled\:ring-offset-green-800\/20:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.2);
}
.disabled\:ring-offset-green-800\/25:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.25);
}
.disabled\:ring-offset-green-800\/30:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.3);
}
.disabled\:ring-offset-green-800\/35:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.35);
}
.disabled\:ring-offset-green-800\/40:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.4);
}
.disabled\:ring-offset-green-800\/45:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.45);
}
.disabled\:ring-offset-green-800\/5:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.05);
}
.disabled\:ring-offset-green-800\/50:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.5);
}
.disabled\:ring-offset-green-800\/55:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.55);
}
.disabled\:ring-offset-green-800\/60:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.6);
}
.disabled\:ring-offset-green-800\/65:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.65);
}
.disabled\:ring-offset-green-800\/70:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.7);
}
.disabled\:ring-offset-green-800\/75:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.75);
}
.disabled\:ring-offset-green-800\/80:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.8);
}
.disabled\:ring-offset-green-800\/85:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.85);
}
.disabled\:ring-offset-green-800\/90:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.9);
}
.disabled\:ring-offset-green-800\/95:disabled {
  --tw-ring-offset-color: rgb(22 101 52 / 0.95);
}
.disabled\:ring-offset-green-900:disabled {
  --tw-ring-offset-color: #14532d;
}
.disabled\:ring-offset-green-900\/0:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0);
}
.disabled\:ring-offset-green-900\/10:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.1);
}
.disabled\:ring-offset-green-900\/100:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 1);
}
.disabled\:ring-offset-green-900\/15:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.15);
}
.disabled\:ring-offset-green-900\/20:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.2);
}
.disabled\:ring-offset-green-900\/25:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.25);
}
.disabled\:ring-offset-green-900\/30:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.3);
}
.disabled\:ring-offset-green-900\/35:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.35);
}
.disabled\:ring-offset-green-900\/40:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.4);
}
.disabled\:ring-offset-green-900\/45:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.45);
}
.disabled\:ring-offset-green-900\/5:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.05);
}
.disabled\:ring-offset-green-900\/50:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.5);
}
.disabled\:ring-offset-green-900\/55:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.55);
}
.disabled\:ring-offset-green-900\/60:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.6);
}
.disabled\:ring-offset-green-900\/65:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.65);
}
.disabled\:ring-offset-green-900\/70:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.7);
}
.disabled\:ring-offset-green-900\/75:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.75);
}
.disabled\:ring-offset-green-900\/80:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.8);
}
.disabled\:ring-offset-green-900\/85:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.85);
}
.disabled\:ring-offset-green-900\/90:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.9);
}
.disabled\:ring-offset-green-900\/95:disabled {
  --tw-ring-offset-color: rgb(20 83 45 / 0.95);
}
.disabled\:ring-offset-green-950:disabled {
  --tw-ring-offset-color: #052e16;
}
.disabled\:ring-offset-green-950\/0:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0);
}
.disabled\:ring-offset-green-950\/10:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.1);
}
.disabled\:ring-offset-green-950\/100:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 1);
}
.disabled\:ring-offset-green-950\/15:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.15);
}
.disabled\:ring-offset-green-950\/20:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.2);
}
.disabled\:ring-offset-green-950\/25:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.25);
}
.disabled\:ring-offset-green-950\/30:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.3);
}
.disabled\:ring-offset-green-950\/35:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.35);
}
.disabled\:ring-offset-green-950\/40:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.4);
}
.disabled\:ring-offset-green-950\/45:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.45);
}
.disabled\:ring-offset-green-950\/5:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.05);
}
.disabled\:ring-offset-green-950\/50:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.5);
}
.disabled\:ring-offset-green-950\/55:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.55);
}
.disabled\:ring-offset-green-950\/60:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.6);
}
.disabled\:ring-offset-green-950\/65:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.65);
}
.disabled\:ring-offset-green-950\/70:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.7);
}
.disabled\:ring-offset-green-950\/75:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.75);
}
.disabled\:ring-offset-green-950\/80:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.8);
}
.disabled\:ring-offset-green-950\/85:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.85);
}
.disabled\:ring-offset-green-950\/90:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.9);
}
.disabled\:ring-offset-green-950\/95:disabled {
  --tw-ring-offset-color: rgb(5 46 22 / 0.95);
}
.disabled\:ring-offset-indigo-100:disabled {
  --tw-ring-offset-color: #e0e7ff;
}
.disabled\:ring-offset-indigo-100\/0:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0);
}
.disabled\:ring-offset-indigo-100\/10:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.1);
}
.disabled\:ring-offset-indigo-100\/100:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 1);
}
.disabled\:ring-offset-indigo-100\/15:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.15);
}
.disabled\:ring-offset-indigo-100\/20:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.2);
}
.disabled\:ring-offset-indigo-100\/25:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.25);
}
.disabled\:ring-offset-indigo-100\/30:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.3);
}
.disabled\:ring-offset-indigo-100\/35:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.35);
}
.disabled\:ring-offset-indigo-100\/40:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.4);
}
.disabled\:ring-offset-indigo-100\/45:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.45);
}
.disabled\:ring-offset-indigo-100\/5:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.05);
}
.disabled\:ring-offset-indigo-100\/50:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.5);
}
.disabled\:ring-offset-indigo-100\/55:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.55);
}
.disabled\:ring-offset-indigo-100\/60:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.6);
}
.disabled\:ring-offset-indigo-100\/65:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.65);
}
.disabled\:ring-offset-indigo-100\/70:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.7);
}
.disabled\:ring-offset-indigo-100\/75:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.75);
}
.disabled\:ring-offset-indigo-100\/80:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.8);
}
.disabled\:ring-offset-indigo-100\/85:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.85);
}
.disabled\:ring-offset-indigo-100\/90:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.9);
}
.disabled\:ring-offset-indigo-100\/95:disabled {
  --tw-ring-offset-color: rgb(224 231 255 / 0.95);
}
.disabled\:ring-offset-indigo-200:disabled {
  --tw-ring-offset-color: #c7d2fe;
}
.disabled\:ring-offset-indigo-200\/0:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0);
}
.disabled\:ring-offset-indigo-200\/10:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.1);
}
.disabled\:ring-offset-indigo-200\/100:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 1);
}
.disabled\:ring-offset-indigo-200\/15:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.15);
}
.disabled\:ring-offset-indigo-200\/20:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.2);
}
.disabled\:ring-offset-indigo-200\/25:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.25);
}
.disabled\:ring-offset-indigo-200\/30:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.3);
}
.disabled\:ring-offset-indigo-200\/35:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.35);
}
.disabled\:ring-offset-indigo-200\/40:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.4);
}
.disabled\:ring-offset-indigo-200\/45:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.45);
}
.disabled\:ring-offset-indigo-200\/5:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.05);
}
.disabled\:ring-offset-indigo-200\/50:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.5);
}
.disabled\:ring-offset-indigo-200\/55:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.55);
}
.disabled\:ring-offset-indigo-200\/60:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.6);
}
.disabled\:ring-offset-indigo-200\/65:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.65);
}
.disabled\:ring-offset-indigo-200\/70:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.7);
}
.disabled\:ring-offset-indigo-200\/75:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.75);
}
.disabled\:ring-offset-indigo-200\/80:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.8);
}
.disabled\:ring-offset-indigo-200\/85:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.85);
}
.disabled\:ring-offset-indigo-200\/90:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.9);
}
.disabled\:ring-offset-indigo-200\/95:disabled {
  --tw-ring-offset-color: rgb(199 210 254 / 0.95);
}
.disabled\:ring-offset-indigo-300:disabled {
  --tw-ring-offset-color: #a5b4fc;
}
.disabled\:ring-offset-indigo-300\/0:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0);
}
.disabled\:ring-offset-indigo-300\/10:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.1);
}
.disabled\:ring-offset-indigo-300\/100:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 1);
}
.disabled\:ring-offset-indigo-300\/15:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.15);
}
.disabled\:ring-offset-indigo-300\/20:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.2);
}
.disabled\:ring-offset-indigo-300\/25:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.25);
}
.disabled\:ring-offset-indigo-300\/30:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.3);
}
.disabled\:ring-offset-indigo-300\/35:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.35);
}
.disabled\:ring-offset-indigo-300\/40:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.4);
}
.disabled\:ring-offset-indigo-300\/45:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.45);
}
.disabled\:ring-offset-indigo-300\/5:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.05);
}
.disabled\:ring-offset-indigo-300\/50:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.5);
}
.disabled\:ring-offset-indigo-300\/55:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.55);
}
.disabled\:ring-offset-indigo-300\/60:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.6);
}
.disabled\:ring-offset-indigo-300\/65:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.65);
}
.disabled\:ring-offset-indigo-300\/70:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.7);
}
.disabled\:ring-offset-indigo-300\/75:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.75);
}
.disabled\:ring-offset-indigo-300\/80:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.8);
}
.disabled\:ring-offset-indigo-300\/85:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.85);
}
.disabled\:ring-offset-indigo-300\/90:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.9);
}
.disabled\:ring-offset-indigo-300\/95:disabled {
  --tw-ring-offset-color: rgb(165 180 252 / 0.95);
}
.disabled\:ring-offset-indigo-400:disabled {
  --tw-ring-offset-color: #818cf8;
}
.disabled\:ring-offset-indigo-400\/0:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0);
}
.disabled\:ring-offset-indigo-400\/10:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.1);
}
.disabled\:ring-offset-indigo-400\/100:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 1);
}
.disabled\:ring-offset-indigo-400\/15:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.15);
}
.disabled\:ring-offset-indigo-400\/20:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.2);
}
.disabled\:ring-offset-indigo-400\/25:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.25);
}
.disabled\:ring-offset-indigo-400\/30:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.3);
}
.disabled\:ring-offset-indigo-400\/35:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.35);
}
.disabled\:ring-offset-indigo-400\/40:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.4);
}
.disabled\:ring-offset-indigo-400\/45:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.45);
}
.disabled\:ring-offset-indigo-400\/5:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.05);
}
.disabled\:ring-offset-indigo-400\/50:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.5);
}
.disabled\:ring-offset-indigo-400\/55:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.55);
}
.disabled\:ring-offset-indigo-400\/60:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.6);
}
.disabled\:ring-offset-indigo-400\/65:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.65);
}
.disabled\:ring-offset-indigo-400\/70:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.7);
}
.disabled\:ring-offset-indigo-400\/75:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.75);
}
.disabled\:ring-offset-indigo-400\/80:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.8);
}
.disabled\:ring-offset-indigo-400\/85:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.85);
}
.disabled\:ring-offset-indigo-400\/90:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.9);
}
.disabled\:ring-offset-indigo-400\/95:disabled {
  --tw-ring-offset-color: rgb(129 140 248 / 0.95);
}
.disabled\:ring-offset-indigo-50:disabled {
  --tw-ring-offset-color: #eef2ff;
}
.disabled\:ring-offset-indigo-50\/0:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0);
}
.disabled\:ring-offset-indigo-50\/10:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.1);
}
.disabled\:ring-offset-indigo-50\/100:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 1);
}
.disabled\:ring-offset-indigo-50\/15:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.15);
}
.disabled\:ring-offset-indigo-50\/20:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.2);
}
.disabled\:ring-offset-indigo-50\/25:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.25);
}
.disabled\:ring-offset-indigo-50\/30:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.3);
}
.disabled\:ring-offset-indigo-50\/35:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.35);
}
.disabled\:ring-offset-indigo-50\/40:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.4);
}
.disabled\:ring-offset-indigo-50\/45:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.45);
}
.disabled\:ring-offset-indigo-50\/5:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.05);
}
.disabled\:ring-offset-indigo-50\/50:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.5);
}
.disabled\:ring-offset-indigo-50\/55:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.55);
}
.disabled\:ring-offset-indigo-50\/60:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.6);
}
.disabled\:ring-offset-indigo-50\/65:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.65);
}
.disabled\:ring-offset-indigo-50\/70:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.7);
}
.disabled\:ring-offset-indigo-50\/75:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.75);
}
.disabled\:ring-offset-indigo-50\/80:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.8);
}
.disabled\:ring-offset-indigo-50\/85:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.85);
}
.disabled\:ring-offset-indigo-50\/90:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.9);
}
.disabled\:ring-offset-indigo-50\/95:disabled {
  --tw-ring-offset-color: rgb(238 242 255 / 0.95);
}
.disabled\:ring-offset-indigo-500:disabled {
  --tw-ring-offset-color: #6366f1;
}
.disabled\:ring-offset-indigo-500\/0:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0);
}
.disabled\:ring-offset-indigo-500\/10:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.1);
}
.disabled\:ring-offset-indigo-500\/100:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 1);
}
.disabled\:ring-offset-indigo-500\/15:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.15);
}
.disabled\:ring-offset-indigo-500\/20:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.2);
}
.disabled\:ring-offset-indigo-500\/25:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.25);
}
.disabled\:ring-offset-indigo-500\/30:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.3);
}
.disabled\:ring-offset-indigo-500\/35:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.35);
}
.disabled\:ring-offset-indigo-500\/40:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.4);
}
.disabled\:ring-offset-indigo-500\/45:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.45);
}
.disabled\:ring-offset-indigo-500\/5:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.05);
}
.disabled\:ring-offset-indigo-500\/50:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.5);
}
.disabled\:ring-offset-indigo-500\/55:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.55);
}
.disabled\:ring-offset-indigo-500\/60:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.6);
}
.disabled\:ring-offset-indigo-500\/65:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.65);
}
.disabled\:ring-offset-indigo-500\/70:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.7);
}
.disabled\:ring-offset-indigo-500\/75:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.75);
}
.disabled\:ring-offset-indigo-500\/80:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.8);
}
.disabled\:ring-offset-indigo-500\/85:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.85);
}
.disabled\:ring-offset-indigo-500\/90:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.9);
}
.disabled\:ring-offset-indigo-500\/95:disabled {
  --tw-ring-offset-color: rgb(99 102 241 / 0.95);
}
.disabled\:ring-offset-indigo-600:disabled {
  --tw-ring-offset-color: #4f46e5;
}
.disabled\:ring-offset-indigo-600\/0:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0);
}
.disabled\:ring-offset-indigo-600\/10:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.1);
}
.disabled\:ring-offset-indigo-600\/100:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 1);
}
.disabled\:ring-offset-indigo-600\/15:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.15);
}
.disabled\:ring-offset-indigo-600\/20:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.2);
}
.disabled\:ring-offset-indigo-600\/25:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.25);
}
.disabled\:ring-offset-indigo-600\/30:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.3);
}
.disabled\:ring-offset-indigo-600\/35:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.35);
}
.disabled\:ring-offset-indigo-600\/40:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.4);
}
.disabled\:ring-offset-indigo-600\/45:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.45);
}
.disabled\:ring-offset-indigo-600\/5:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.05);
}
.disabled\:ring-offset-indigo-600\/50:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.5);
}
.disabled\:ring-offset-indigo-600\/55:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.55);
}
.disabled\:ring-offset-indigo-600\/60:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.6);
}
.disabled\:ring-offset-indigo-600\/65:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.65);
}
.disabled\:ring-offset-indigo-600\/70:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.7);
}
.disabled\:ring-offset-indigo-600\/75:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.75);
}
.disabled\:ring-offset-indigo-600\/80:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.8);
}
.disabled\:ring-offset-indigo-600\/85:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.85);
}
.disabled\:ring-offset-indigo-600\/90:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.9);
}
.disabled\:ring-offset-indigo-600\/95:disabled {
  --tw-ring-offset-color: rgb(79 70 229 / 0.95);
}
.disabled\:ring-offset-indigo-700:disabled {
  --tw-ring-offset-color: #4338ca;
}
.disabled\:ring-offset-indigo-700\/0:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0);
}
.disabled\:ring-offset-indigo-700\/10:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.1);
}
.disabled\:ring-offset-indigo-700\/100:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 1);
}
.disabled\:ring-offset-indigo-700\/15:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.15);
}
.disabled\:ring-offset-indigo-700\/20:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.2);
}
.disabled\:ring-offset-indigo-700\/25:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.25);
}
.disabled\:ring-offset-indigo-700\/30:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.3);
}
.disabled\:ring-offset-indigo-700\/35:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.35);
}
.disabled\:ring-offset-indigo-700\/40:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.4);
}
.disabled\:ring-offset-indigo-700\/45:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.45);
}
.disabled\:ring-offset-indigo-700\/5:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.05);
}
.disabled\:ring-offset-indigo-700\/50:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.5);
}
.disabled\:ring-offset-indigo-700\/55:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.55);
}
.disabled\:ring-offset-indigo-700\/60:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.6);
}
.disabled\:ring-offset-indigo-700\/65:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.65);
}
.disabled\:ring-offset-indigo-700\/70:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.7);
}
.disabled\:ring-offset-indigo-700\/75:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.75);
}
.disabled\:ring-offset-indigo-700\/80:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.8);
}
.disabled\:ring-offset-indigo-700\/85:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.85);
}
.disabled\:ring-offset-indigo-700\/90:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.9);
}
.disabled\:ring-offset-indigo-700\/95:disabled {
  --tw-ring-offset-color: rgb(67 56 202 / 0.95);
}
.disabled\:ring-offset-indigo-800:disabled {
  --tw-ring-offset-color: #3730a3;
}
.disabled\:ring-offset-indigo-800\/0:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0);
}
.disabled\:ring-offset-indigo-800\/10:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.1);
}
.disabled\:ring-offset-indigo-800\/100:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 1);
}
.disabled\:ring-offset-indigo-800\/15:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.15);
}
.disabled\:ring-offset-indigo-800\/20:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.2);
}
.disabled\:ring-offset-indigo-800\/25:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.25);
}
.disabled\:ring-offset-indigo-800\/30:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.3);
}
.disabled\:ring-offset-indigo-800\/35:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.35);
}
.disabled\:ring-offset-indigo-800\/40:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.4);
}
.disabled\:ring-offset-indigo-800\/45:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.45);
}
.disabled\:ring-offset-indigo-800\/5:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.05);
}
.disabled\:ring-offset-indigo-800\/50:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.5);
}
.disabled\:ring-offset-indigo-800\/55:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.55);
}
.disabled\:ring-offset-indigo-800\/60:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.6);
}
.disabled\:ring-offset-indigo-800\/65:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.65);
}
.disabled\:ring-offset-indigo-800\/70:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.7);
}
.disabled\:ring-offset-indigo-800\/75:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.75);
}
.disabled\:ring-offset-indigo-800\/80:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.8);
}
.disabled\:ring-offset-indigo-800\/85:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.85);
}
.disabled\:ring-offset-indigo-800\/90:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.9);
}
.disabled\:ring-offset-indigo-800\/95:disabled {
  --tw-ring-offset-color: rgb(55 48 163 / 0.95);
}
.disabled\:ring-offset-indigo-900:disabled {
  --tw-ring-offset-color: #312e81;
}
.disabled\:ring-offset-indigo-900\/0:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0);
}
.disabled\:ring-offset-indigo-900\/10:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.1);
}
.disabled\:ring-offset-indigo-900\/100:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 1);
}
.disabled\:ring-offset-indigo-900\/15:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.15);
}
.disabled\:ring-offset-indigo-900\/20:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.2);
}
.disabled\:ring-offset-indigo-900\/25:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.25);
}
.disabled\:ring-offset-indigo-900\/30:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.3);
}
.disabled\:ring-offset-indigo-900\/35:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.35);
}
.disabled\:ring-offset-indigo-900\/40:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.4);
}
.disabled\:ring-offset-indigo-900\/45:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.45);
}
.disabled\:ring-offset-indigo-900\/5:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.05);
}
.disabled\:ring-offset-indigo-900\/50:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.5);
}
.disabled\:ring-offset-indigo-900\/55:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.55);
}
.disabled\:ring-offset-indigo-900\/60:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.6);
}
.disabled\:ring-offset-indigo-900\/65:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.65);
}
.disabled\:ring-offset-indigo-900\/70:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.7);
}
.disabled\:ring-offset-indigo-900\/75:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.75);
}
.disabled\:ring-offset-indigo-900\/80:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.8);
}
.disabled\:ring-offset-indigo-900\/85:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.85);
}
.disabled\:ring-offset-indigo-900\/90:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.9);
}
.disabled\:ring-offset-indigo-900\/95:disabled {
  --tw-ring-offset-color: rgb(49 46 129 / 0.95);
}
.disabled\:ring-offset-indigo-950:disabled {
  --tw-ring-offset-color: #1e1b4b;
}
.disabled\:ring-offset-indigo-950\/0:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0);
}
.disabled\:ring-offset-indigo-950\/10:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.1);
}
.disabled\:ring-offset-indigo-950\/100:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 1);
}
.disabled\:ring-offset-indigo-950\/15:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.15);
}
.disabled\:ring-offset-indigo-950\/20:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.2);
}
.disabled\:ring-offset-indigo-950\/25:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.25);
}
.disabled\:ring-offset-indigo-950\/30:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.3);
}
.disabled\:ring-offset-indigo-950\/35:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.35);
}
.disabled\:ring-offset-indigo-950\/40:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.4);
}
.disabled\:ring-offset-indigo-950\/45:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.45);
}
.disabled\:ring-offset-indigo-950\/5:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.05);
}
.disabled\:ring-offset-indigo-950\/50:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.5);
}
.disabled\:ring-offset-indigo-950\/55:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.55);
}
.disabled\:ring-offset-indigo-950\/60:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.6);
}
.disabled\:ring-offset-indigo-950\/65:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.65);
}
.disabled\:ring-offset-indigo-950\/70:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.7);
}
.disabled\:ring-offset-indigo-950\/75:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.75);
}
.disabled\:ring-offset-indigo-950\/80:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.8);
}
.disabled\:ring-offset-indigo-950\/85:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.85);
}
.disabled\:ring-offset-indigo-950\/90:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.9);
}
.disabled\:ring-offset-indigo-950\/95:disabled {
  --tw-ring-offset-color: rgb(30 27 75 / 0.95);
}
.disabled\:ring-offset-inherit:disabled {
  --tw-ring-offset-color: inherit;
}
.disabled\:ring-offset-lime-100:disabled {
  --tw-ring-offset-color: #ecfccb;
}
.disabled\:ring-offset-lime-100\/0:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0);
}
.disabled\:ring-offset-lime-100\/10:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.1);
}
.disabled\:ring-offset-lime-100\/100:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 1);
}
.disabled\:ring-offset-lime-100\/15:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.15);
}
.disabled\:ring-offset-lime-100\/20:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.2);
}
.disabled\:ring-offset-lime-100\/25:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.25);
}
.disabled\:ring-offset-lime-100\/30:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.3);
}
.disabled\:ring-offset-lime-100\/35:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.35);
}
.disabled\:ring-offset-lime-100\/40:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.4);
}
.disabled\:ring-offset-lime-100\/45:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.45);
}
.disabled\:ring-offset-lime-100\/5:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.05);
}
.disabled\:ring-offset-lime-100\/50:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.5);
}
.disabled\:ring-offset-lime-100\/55:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.55);
}
.disabled\:ring-offset-lime-100\/60:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.6);
}
.disabled\:ring-offset-lime-100\/65:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.65);
}
.disabled\:ring-offset-lime-100\/70:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.7);
}
.disabled\:ring-offset-lime-100\/75:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.75);
}
.disabled\:ring-offset-lime-100\/80:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.8);
}
.disabled\:ring-offset-lime-100\/85:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.85);
}
.disabled\:ring-offset-lime-100\/90:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.9);
}
.disabled\:ring-offset-lime-100\/95:disabled {
  --tw-ring-offset-color: rgb(236 252 203 / 0.95);
}
.disabled\:ring-offset-lime-200:disabled {
  --tw-ring-offset-color: #d9f99d;
}
.disabled\:ring-offset-lime-200\/0:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0);
}
.disabled\:ring-offset-lime-200\/10:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.1);
}
.disabled\:ring-offset-lime-200\/100:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 1);
}
.disabled\:ring-offset-lime-200\/15:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.15);
}
.disabled\:ring-offset-lime-200\/20:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.2);
}
.disabled\:ring-offset-lime-200\/25:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.25);
}
.disabled\:ring-offset-lime-200\/30:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.3);
}
.disabled\:ring-offset-lime-200\/35:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.35);
}
.disabled\:ring-offset-lime-200\/40:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.4);
}
.disabled\:ring-offset-lime-200\/45:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.45);
}
.disabled\:ring-offset-lime-200\/5:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.05);
}
.disabled\:ring-offset-lime-200\/50:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.5);
}
.disabled\:ring-offset-lime-200\/55:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.55);
}
.disabled\:ring-offset-lime-200\/60:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.6);
}
.disabled\:ring-offset-lime-200\/65:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.65);
}
.disabled\:ring-offset-lime-200\/70:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.7);
}
.disabled\:ring-offset-lime-200\/75:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.75);
}
.disabled\:ring-offset-lime-200\/80:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.8);
}
.disabled\:ring-offset-lime-200\/85:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.85);
}
.disabled\:ring-offset-lime-200\/90:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.9);
}
.disabled\:ring-offset-lime-200\/95:disabled {
  --tw-ring-offset-color: rgb(217 249 157 / 0.95);
}
.disabled\:ring-offset-lime-300:disabled {
  --tw-ring-offset-color: #bef264;
}
.disabled\:ring-offset-lime-300\/0:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0);
}
.disabled\:ring-offset-lime-300\/10:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.1);
}
.disabled\:ring-offset-lime-300\/100:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 1);
}
.disabled\:ring-offset-lime-300\/15:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.15);
}
.disabled\:ring-offset-lime-300\/20:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.2);
}
.disabled\:ring-offset-lime-300\/25:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.25);
}
.disabled\:ring-offset-lime-300\/30:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.3);
}
.disabled\:ring-offset-lime-300\/35:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.35);
}
.disabled\:ring-offset-lime-300\/40:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.4);
}
.disabled\:ring-offset-lime-300\/45:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.45);
}
.disabled\:ring-offset-lime-300\/5:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.05);
}
.disabled\:ring-offset-lime-300\/50:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.5);
}
.disabled\:ring-offset-lime-300\/55:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.55);
}
.disabled\:ring-offset-lime-300\/60:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.6);
}
.disabled\:ring-offset-lime-300\/65:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.65);
}
.disabled\:ring-offset-lime-300\/70:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.7);
}
.disabled\:ring-offset-lime-300\/75:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.75);
}
.disabled\:ring-offset-lime-300\/80:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.8);
}
.disabled\:ring-offset-lime-300\/85:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.85);
}
.disabled\:ring-offset-lime-300\/90:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.9);
}
.disabled\:ring-offset-lime-300\/95:disabled {
  --tw-ring-offset-color: rgb(190 242 100 / 0.95);
}
.disabled\:ring-offset-lime-400:disabled {
  --tw-ring-offset-color: #a3e635;
}
.disabled\:ring-offset-lime-400\/0:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0);
}
.disabled\:ring-offset-lime-400\/10:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.1);
}
.disabled\:ring-offset-lime-400\/100:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 1);
}
.disabled\:ring-offset-lime-400\/15:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.15);
}
.disabled\:ring-offset-lime-400\/20:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.2);
}
.disabled\:ring-offset-lime-400\/25:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.25);
}
.disabled\:ring-offset-lime-400\/30:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.3);
}
.disabled\:ring-offset-lime-400\/35:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.35);
}
.disabled\:ring-offset-lime-400\/40:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.4);
}
.disabled\:ring-offset-lime-400\/45:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.45);
}
.disabled\:ring-offset-lime-400\/5:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.05);
}
.disabled\:ring-offset-lime-400\/50:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.5);
}
.disabled\:ring-offset-lime-400\/55:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.55);
}
.disabled\:ring-offset-lime-400\/60:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.6);
}
.disabled\:ring-offset-lime-400\/65:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.65);
}
.disabled\:ring-offset-lime-400\/70:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.7);
}
.disabled\:ring-offset-lime-400\/75:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.75);
}
.disabled\:ring-offset-lime-400\/80:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.8);
}
.disabled\:ring-offset-lime-400\/85:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.85);
}
.disabled\:ring-offset-lime-400\/90:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.9);
}
.disabled\:ring-offset-lime-400\/95:disabled {
  --tw-ring-offset-color: rgb(163 230 53 / 0.95);
}
.disabled\:ring-offset-lime-50:disabled {
  --tw-ring-offset-color: #f7fee7;
}
.disabled\:ring-offset-lime-50\/0:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0);
}
.disabled\:ring-offset-lime-50\/10:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.1);
}
.disabled\:ring-offset-lime-50\/100:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 1);
}
.disabled\:ring-offset-lime-50\/15:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.15);
}
.disabled\:ring-offset-lime-50\/20:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.2);
}
.disabled\:ring-offset-lime-50\/25:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.25);
}
.disabled\:ring-offset-lime-50\/30:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.3);
}
.disabled\:ring-offset-lime-50\/35:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.35);
}
.disabled\:ring-offset-lime-50\/40:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.4);
}
.disabled\:ring-offset-lime-50\/45:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.45);
}
.disabled\:ring-offset-lime-50\/5:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.05);
}
.disabled\:ring-offset-lime-50\/50:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.5);
}
.disabled\:ring-offset-lime-50\/55:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.55);
}
.disabled\:ring-offset-lime-50\/60:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.6);
}
.disabled\:ring-offset-lime-50\/65:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.65);
}
.disabled\:ring-offset-lime-50\/70:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.7);
}
.disabled\:ring-offset-lime-50\/75:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.75);
}
.disabled\:ring-offset-lime-50\/80:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.8);
}
.disabled\:ring-offset-lime-50\/85:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.85);
}
.disabled\:ring-offset-lime-50\/90:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.9);
}
.disabled\:ring-offset-lime-50\/95:disabled {
  --tw-ring-offset-color: rgb(247 254 231 / 0.95);
}
.disabled\:ring-offset-lime-500:disabled {
  --tw-ring-offset-color: #84cc16;
}
.disabled\:ring-offset-lime-500\/0:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0);
}
.disabled\:ring-offset-lime-500\/10:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.1);
}
.disabled\:ring-offset-lime-500\/100:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 1);
}
.disabled\:ring-offset-lime-500\/15:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.15);
}
.disabled\:ring-offset-lime-500\/20:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.2);
}
.disabled\:ring-offset-lime-500\/25:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.25);
}
.disabled\:ring-offset-lime-500\/30:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.3);
}
.disabled\:ring-offset-lime-500\/35:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.35);
}
.disabled\:ring-offset-lime-500\/40:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.4);
}
.disabled\:ring-offset-lime-500\/45:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.45);
}
.disabled\:ring-offset-lime-500\/5:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.05);
}
.disabled\:ring-offset-lime-500\/50:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.5);
}
.disabled\:ring-offset-lime-500\/55:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.55);
}
.disabled\:ring-offset-lime-500\/60:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.6);
}
.disabled\:ring-offset-lime-500\/65:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.65);
}
.disabled\:ring-offset-lime-500\/70:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.7);
}
.disabled\:ring-offset-lime-500\/75:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.75);
}
.disabled\:ring-offset-lime-500\/80:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.8);
}
.disabled\:ring-offset-lime-500\/85:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.85);
}
.disabled\:ring-offset-lime-500\/90:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.9);
}
.disabled\:ring-offset-lime-500\/95:disabled {
  --tw-ring-offset-color: rgb(132 204 22 / 0.95);
}
.disabled\:ring-offset-lime-600:disabled {
  --tw-ring-offset-color: #65a30d;
}
.disabled\:ring-offset-lime-600\/0:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}
.disabled\:ring-offset-lime-600\/10:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}
.disabled\:ring-offset-lime-600\/100:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}
.disabled\:ring-offset-lime-600\/15:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.15);
}
.disabled\:ring-offset-lime-600\/20:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}
.disabled\:ring-offset-lime-600\/25:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}
.disabled\:ring-offset-lime-600\/30:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}
.disabled\:ring-offset-lime-600\/35:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.35);
}
.disabled\:ring-offset-lime-600\/40:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}
.disabled\:ring-offset-lime-600\/45:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.45);
}
.disabled\:ring-offset-lime-600\/5:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}
.disabled\:ring-offset-lime-600\/50:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}
.disabled\:ring-offset-lime-600\/55:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.55);
}
.disabled\:ring-offset-lime-600\/60:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}
.disabled\:ring-offset-lime-600\/65:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.65);
}
.disabled\:ring-offset-lime-600\/70:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}
.disabled\:ring-offset-lime-600\/75:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}
.disabled\:ring-offset-lime-600\/80:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}
.disabled\:ring-offset-lime-600\/85:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.85);
}
.disabled\:ring-offset-lime-600\/90:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}
.disabled\:ring-offset-lime-600\/95:disabled {
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}
.disabled\:ring-offset-lime-700:disabled {
  --tw-ring-offset-color: #4d7c0f;
}
.disabled\:ring-offset-lime-700\/0:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0);
}
.disabled\:ring-offset-lime-700\/10:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.1);
}
.disabled\:ring-offset-lime-700\/100:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 1);
}
.disabled\:ring-offset-lime-700\/15:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.15);
}
.disabled\:ring-offset-lime-700\/20:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.2);
}
.disabled\:ring-offset-lime-700\/25:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.25);
}
.disabled\:ring-offset-lime-700\/30:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.3);
}
.disabled\:ring-offset-lime-700\/35:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.35);
}
.disabled\:ring-offset-lime-700\/40:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.4);
}
.disabled\:ring-offset-lime-700\/45:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.45);
}
.disabled\:ring-offset-lime-700\/5:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.05);
}
.disabled\:ring-offset-lime-700\/50:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.5);
}
.disabled\:ring-offset-lime-700\/55:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.55);
}
.disabled\:ring-offset-lime-700\/60:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.6);
}
.disabled\:ring-offset-lime-700\/65:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.65);
}
.disabled\:ring-offset-lime-700\/70:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.7);
}
.disabled\:ring-offset-lime-700\/75:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.75);
}
.disabled\:ring-offset-lime-700\/80:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.8);
}
.disabled\:ring-offset-lime-700\/85:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.85);
}
.disabled\:ring-offset-lime-700\/90:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.9);
}
.disabled\:ring-offset-lime-700\/95:disabled {
  --tw-ring-offset-color: rgb(77 124 15 / 0.95);
}
.disabled\:ring-offset-lime-800:disabled {
  --tw-ring-offset-color: #3f6212;
}
.disabled\:ring-offset-lime-800\/0:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0);
}
.disabled\:ring-offset-lime-800\/10:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.1);
}
.disabled\:ring-offset-lime-800\/100:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 1);
}
.disabled\:ring-offset-lime-800\/15:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.15);
}
.disabled\:ring-offset-lime-800\/20:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.2);
}
.disabled\:ring-offset-lime-800\/25:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.25);
}
.disabled\:ring-offset-lime-800\/30:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.3);
}
.disabled\:ring-offset-lime-800\/35:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.35);
}
.disabled\:ring-offset-lime-800\/40:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.4);
}
.disabled\:ring-offset-lime-800\/45:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.45);
}
.disabled\:ring-offset-lime-800\/5:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.05);
}
.disabled\:ring-offset-lime-800\/50:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.5);
}
.disabled\:ring-offset-lime-800\/55:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.55);
}
.disabled\:ring-offset-lime-800\/60:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.6);
}
.disabled\:ring-offset-lime-800\/65:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.65);
}
.disabled\:ring-offset-lime-800\/70:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.7);
}
.disabled\:ring-offset-lime-800\/75:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.75);
}
.disabled\:ring-offset-lime-800\/80:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.8);
}
.disabled\:ring-offset-lime-800\/85:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.85);
}
.disabled\:ring-offset-lime-800\/90:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.9);
}
.disabled\:ring-offset-lime-800\/95:disabled {
  --tw-ring-offset-color: rgb(63 98 18 / 0.95);
}
.disabled\:ring-offset-lime-900:disabled {
  --tw-ring-offset-color: #365314;
}
.disabled\:ring-offset-lime-900\/0:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0);
}
.disabled\:ring-offset-lime-900\/10:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.1);
}
.disabled\:ring-offset-lime-900\/100:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 1);
}
.disabled\:ring-offset-lime-900\/15:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.15);
}
.disabled\:ring-offset-lime-900\/20:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.2);
}
.disabled\:ring-offset-lime-900\/25:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.25);
}
.disabled\:ring-offset-lime-900\/30:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.3);
}
.disabled\:ring-offset-lime-900\/35:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.35);
}
.disabled\:ring-offset-lime-900\/40:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.4);
}
.disabled\:ring-offset-lime-900\/45:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.45);
}
.disabled\:ring-offset-lime-900\/5:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.05);
}
.disabled\:ring-offset-lime-900\/50:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.5);
}
.disabled\:ring-offset-lime-900\/55:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.55);
}
.disabled\:ring-offset-lime-900\/60:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.6);
}
.disabled\:ring-offset-lime-900\/65:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.65);
}
.disabled\:ring-offset-lime-900\/70:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.7);
}
.disabled\:ring-offset-lime-900\/75:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.75);
}
.disabled\:ring-offset-lime-900\/80:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.8);
}
.disabled\:ring-offset-lime-900\/85:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.85);
}
.disabled\:ring-offset-lime-900\/90:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.9);
}
.disabled\:ring-offset-lime-900\/95:disabled {
  --tw-ring-offset-color: rgb(54 83 20 / 0.95);
}
.disabled\:ring-offset-lime-950:disabled {
  --tw-ring-offset-color: #1a2e05;
}
.disabled\:ring-offset-lime-950\/0:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0);
}
.disabled\:ring-offset-lime-950\/10:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.1);
}
.disabled\:ring-offset-lime-950\/100:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 1);
}
.disabled\:ring-offset-lime-950\/15:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.15);
}
.disabled\:ring-offset-lime-950\/20:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.2);
}
.disabled\:ring-offset-lime-950\/25:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.25);
}
.disabled\:ring-offset-lime-950\/30:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.3);
}
.disabled\:ring-offset-lime-950\/35:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.35);
}
.disabled\:ring-offset-lime-950\/40:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.4);
}
.disabled\:ring-offset-lime-950\/45:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.45);
}
.disabled\:ring-offset-lime-950\/5:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.05);
}
.disabled\:ring-offset-lime-950\/50:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.5);
}
.disabled\:ring-offset-lime-950\/55:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.55);
}
.disabled\:ring-offset-lime-950\/60:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.6);
}
.disabled\:ring-offset-lime-950\/65:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.65);
}
.disabled\:ring-offset-lime-950\/70:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.7);
}
.disabled\:ring-offset-lime-950\/75:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.75);
}
.disabled\:ring-offset-lime-950\/80:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.8);
}
.disabled\:ring-offset-lime-950\/85:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.85);
}
.disabled\:ring-offset-lime-950\/90:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.9);
}
.disabled\:ring-offset-lime-950\/95:disabled {
  --tw-ring-offset-color: rgb(26 46 5 / 0.95);
}
.disabled\:ring-offset-neutral-100:disabled {
  --tw-ring-offset-color: #f5f5f5;
}
.disabled\:ring-offset-neutral-100\/0:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}
.disabled\:ring-offset-neutral-100\/10:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}
.disabled\:ring-offset-neutral-100\/100:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}
.disabled\:ring-offset-neutral-100\/15:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.15);
}
.disabled\:ring-offset-neutral-100\/20:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}
.disabled\:ring-offset-neutral-100\/25:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}
.disabled\:ring-offset-neutral-100\/30:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}
.disabled\:ring-offset-neutral-100\/35:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.35);
}
.disabled\:ring-offset-neutral-100\/40:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}
.disabled\:ring-offset-neutral-100\/45:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.45);
}
.disabled\:ring-offset-neutral-100\/5:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}
.disabled\:ring-offset-neutral-100\/50:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}
.disabled\:ring-offset-neutral-100\/55:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.55);
}
.disabled\:ring-offset-neutral-100\/60:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}
.disabled\:ring-offset-neutral-100\/65:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.65);
}
.disabled\:ring-offset-neutral-100\/70:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}
.disabled\:ring-offset-neutral-100\/75:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}
.disabled\:ring-offset-neutral-100\/80:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}
.disabled\:ring-offset-neutral-100\/85:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.85);
}
.disabled\:ring-offset-neutral-100\/90:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}
.disabled\:ring-offset-neutral-100\/95:disabled {
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}
.disabled\:ring-offset-neutral-200:disabled {
  --tw-ring-offset-color: #e5e5e5;
}
.disabled\:ring-offset-neutral-200\/0:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0);
}
.disabled\:ring-offset-neutral-200\/10:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.1);
}
.disabled\:ring-offset-neutral-200\/100:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 1);
}
.disabled\:ring-offset-neutral-200\/15:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.15);
}
.disabled\:ring-offset-neutral-200\/20:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.2);
}
.disabled\:ring-offset-neutral-200\/25:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.25);
}
.disabled\:ring-offset-neutral-200\/30:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.3);
}
.disabled\:ring-offset-neutral-200\/35:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.35);
}
.disabled\:ring-offset-neutral-200\/40:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.4);
}
.disabled\:ring-offset-neutral-200\/45:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.45);
}
.disabled\:ring-offset-neutral-200\/5:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.05);
}
.disabled\:ring-offset-neutral-200\/50:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.5);
}
.disabled\:ring-offset-neutral-200\/55:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.55);
}
.disabled\:ring-offset-neutral-200\/60:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.6);
}
.disabled\:ring-offset-neutral-200\/65:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.65);
}
.disabled\:ring-offset-neutral-200\/70:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.7);
}
.disabled\:ring-offset-neutral-200\/75:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.75);
}
.disabled\:ring-offset-neutral-200\/80:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.8);
}
.disabled\:ring-offset-neutral-200\/85:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.85);
}
.disabled\:ring-offset-neutral-200\/90:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.9);
}
.disabled\:ring-offset-neutral-200\/95:disabled {
  --tw-ring-offset-color: rgb(229 229 229 / 0.95);
}
.disabled\:ring-offset-neutral-300:disabled {
  --tw-ring-offset-color: #d4d4d4;
}
.disabled\:ring-offset-neutral-300\/0:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0);
}
.disabled\:ring-offset-neutral-300\/10:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.1);
}
.disabled\:ring-offset-neutral-300\/100:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 1);
}
.disabled\:ring-offset-neutral-300\/15:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.15);
}
.disabled\:ring-offset-neutral-300\/20:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.2);
}
.disabled\:ring-offset-neutral-300\/25:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.25);
}
.disabled\:ring-offset-neutral-300\/30:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.3);
}
.disabled\:ring-offset-neutral-300\/35:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.35);
}
.disabled\:ring-offset-neutral-300\/40:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.4);
}
.disabled\:ring-offset-neutral-300\/45:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.45);
}
.disabled\:ring-offset-neutral-300\/5:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.05);
}
.disabled\:ring-offset-neutral-300\/50:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.5);
}
.disabled\:ring-offset-neutral-300\/55:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.55);
}
.disabled\:ring-offset-neutral-300\/60:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.6);
}
.disabled\:ring-offset-neutral-300\/65:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.65);
}
.disabled\:ring-offset-neutral-300\/70:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.7);
}
.disabled\:ring-offset-neutral-300\/75:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.75);
}
.disabled\:ring-offset-neutral-300\/80:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.8);
}
.disabled\:ring-offset-neutral-300\/85:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.85);
}
.disabled\:ring-offset-neutral-300\/90:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.9);
}
.disabled\:ring-offset-neutral-300\/95:disabled {
  --tw-ring-offset-color: rgb(212 212 212 / 0.95);
}
.disabled\:ring-offset-neutral-400:disabled {
  --tw-ring-offset-color: #a3a3a3;
}
.disabled\:ring-offset-neutral-400\/0:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0);
}
.disabled\:ring-offset-neutral-400\/10:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.1);
}
.disabled\:ring-offset-neutral-400\/100:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 1);
}
.disabled\:ring-offset-neutral-400\/15:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.15);
}
.disabled\:ring-offset-neutral-400\/20:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.2);
}
.disabled\:ring-offset-neutral-400\/25:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.25);
}
.disabled\:ring-offset-neutral-400\/30:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.3);
}
.disabled\:ring-offset-neutral-400\/35:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.35);
}
.disabled\:ring-offset-neutral-400\/40:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.4);
}
.disabled\:ring-offset-neutral-400\/45:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.45);
}
.disabled\:ring-offset-neutral-400\/5:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.05);
}
.disabled\:ring-offset-neutral-400\/50:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.5);
}
.disabled\:ring-offset-neutral-400\/55:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.55);
}
.disabled\:ring-offset-neutral-400\/60:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.6);
}
.disabled\:ring-offset-neutral-400\/65:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.65);
}
.disabled\:ring-offset-neutral-400\/70:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.7);
}
.disabled\:ring-offset-neutral-400\/75:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.75);
}
.disabled\:ring-offset-neutral-400\/80:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.8);
}
.disabled\:ring-offset-neutral-400\/85:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.85);
}
.disabled\:ring-offset-neutral-400\/90:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.9);
}
.disabled\:ring-offset-neutral-400\/95:disabled {
  --tw-ring-offset-color: rgb(163 163 163 / 0.95);
}
.disabled\:ring-offset-neutral-50:disabled {
  --tw-ring-offset-color: #fafafa;
}
.disabled\:ring-offset-neutral-50\/0:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.disabled\:ring-offset-neutral-50\/10:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.disabled\:ring-offset-neutral-50\/100:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.disabled\:ring-offset-neutral-50\/15:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.disabled\:ring-offset-neutral-50\/20:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.disabled\:ring-offset-neutral-50\/25:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.disabled\:ring-offset-neutral-50\/30:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.disabled\:ring-offset-neutral-50\/35:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.disabled\:ring-offset-neutral-50\/40:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.disabled\:ring-offset-neutral-50\/45:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.disabled\:ring-offset-neutral-50\/5:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.disabled\:ring-offset-neutral-50\/50:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.disabled\:ring-offset-neutral-50\/55:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.disabled\:ring-offset-neutral-50\/60:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.disabled\:ring-offset-neutral-50\/65:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.disabled\:ring-offset-neutral-50\/70:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.disabled\:ring-offset-neutral-50\/75:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.disabled\:ring-offset-neutral-50\/80:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.disabled\:ring-offset-neutral-50\/85:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.disabled\:ring-offset-neutral-50\/90:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.disabled\:ring-offset-neutral-50\/95:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.disabled\:ring-offset-neutral-500:disabled {
  --tw-ring-offset-color: #737373;
}
.disabled\:ring-offset-neutral-500\/0:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0);
}
.disabled\:ring-offset-neutral-500\/10:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.1);
}
.disabled\:ring-offset-neutral-500\/100:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 1);
}
.disabled\:ring-offset-neutral-500\/15:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.15);
}
.disabled\:ring-offset-neutral-500\/20:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.2);
}
.disabled\:ring-offset-neutral-500\/25:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.25);
}
.disabled\:ring-offset-neutral-500\/30:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.3);
}
.disabled\:ring-offset-neutral-500\/35:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.35);
}
.disabled\:ring-offset-neutral-500\/40:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.4);
}
.disabled\:ring-offset-neutral-500\/45:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.45);
}
.disabled\:ring-offset-neutral-500\/5:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.05);
}
.disabled\:ring-offset-neutral-500\/50:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.5);
}
.disabled\:ring-offset-neutral-500\/55:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.55);
}
.disabled\:ring-offset-neutral-500\/60:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.6);
}
.disabled\:ring-offset-neutral-500\/65:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.65);
}
.disabled\:ring-offset-neutral-500\/70:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.7);
}
.disabled\:ring-offset-neutral-500\/75:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.75);
}
.disabled\:ring-offset-neutral-500\/80:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.8);
}
.disabled\:ring-offset-neutral-500\/85:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.85);
}
.disabled\:ring-offset-neutral-500\/90:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.9);
}
.disabled\:ring-offset-neutral-500\/95:disabled {
  --tw-ring-offset-color: rgb(115 115 115 / 0.95);
}
.disabled\:ring-offset-neutral-600:disabled {
  --tw-ring-offset-color: #525252;
}
.disabled\:ring-offset-neutral-600\/0:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0);
}
.disabled\:ring-offset-neutral-600\/10:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.1);
}
.disabled\:ring-offset-neutral-600\/100:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 1);
}
.disabled\:ring-offset-neutral-600\/15:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.15);
}
.disabled\:ring-offset-neutral-600\/20:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.2);
}
.disabled\:ring-offset-neutral-600\/25:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.25);
}
.disabled\:ring-offset-neutral-600\/30:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.3);
}
.disabled\:ring-offset-neutral-600\/35:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.35);
}
.disabled\:ring-offset-neutral-600\/40:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.4);
}
.disabled\:ring-offset-neutral-600\/45:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.45);
}
.disabled\:ring-offset-neutral-600\/5:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.05);
}
.disabled\:ring-offset-neutral-600\/50:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.5);
}
.disabled\:ring-offset-neutral-600\/55:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.55);
}
.disabled\:ring-offset-neutral-600\/60:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.6);
}
.disabled\:ring-offset-neutral-600\/65:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.65);
}
.disabled\:ring-offset-neutral-600\/70:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.7);
}
.disabled\:ring-offset-neutral-600\/75:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.75);
}
.disabled\:ring-offset-neutral-600\/80:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.8);
}
.disabled\:ring-offset-neutral-600\/85:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.85);
}
.disabled\:ring-offset-neutral-600\/90:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.9);
}
.disabled\:ring-offset-neutral-600\/95:disabled {
  --tw-ring-offset-color: rgb(82 82 82 / 0.95);
}
.disabled\:ring-offset-neutral-700:disabled {
  --tw-ring-offset-color: #404040;
}
.disabled\:ring-offset-neutral-700\/0:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.disabled\:ring-offset-neutral-700\/10:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.disabled\:ring-offset-neutral-700\/100:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.disabled\:ring-offset-neutral-700\/15:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.15);
}
.disabled\:ring-offset-neutral-700\/20:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.disabled\:ring-offset-neutral-700\/25:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.disabled\:ring-offset-neutral-700\/30:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.disabled\:ring-offset-neutral-700\/35:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.35);
}
.disabled\:ring-offset-neutral-700\/40:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.disabled\:ring-offset-neutral-700\/45:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.45);
}
.disabled\:ring-offset-neutral-700\/5:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.disabled\:ring-offset-neutral-700\/50:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.disabled\:ring-offset-neutral-700\/55:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.55);
}
.disabled\:ring-offset-neutral-700\/60:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.disabled\:ring-offset-neutral-700\/65:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.65);
}
.disabled\:ring-offset-neutral-700\/70:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.disabled\:ring-offset-neutral-700\/75:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.disabled\:ring-offset-neutral-700\/80:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.disabled\:ring-offset-neutral-700\/85:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.85);
}
.disabled\:ring-offset-neutral-700\/90:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.disabled\:ring-offset-neutral-700\/95:disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.disabled\:ring-offset-neutral-800:disabled {
  --tw-ring-offset-color: #262626;
}
.disabled\:ring-offset-neutral-800\/0:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0);
}
.disabled\:ring-offset-neutral-800\/10:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.1);
}
.disabled\:ring-offset-neutral-800\/100:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 1);
}
.disabled\:ring-offset-neutral-800\/15:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.15);
}
.disabled\:ring-offset-neutral-800\/20:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.2);
}
.disabled\:ring-offset-neutral-800\/25:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.25);
}
.disabled\:ring-offset-neutral-800\/30:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.3);
}
.disabled\:ring-offset-neutral-800\/35:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.35);
}
.disabled\:ring-offset-neutral-800\/40:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.4);
}
.disabled\:ring-offset-neutral-800\/45:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.45);
}
.disabled\:ring-offset-neutral-800\/5:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.05);
}
.disabled\:ring-offset-neutral-800\/50:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.5);
}
.disabled\:ring-offset-neutral-800\/55:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.55);
}
.disabled\:ring-offset-neutral-800\/60:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.6);
}
.disabled\:ring-offset-neutral-800\/65:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.65);
}
.disabled\:ring-offset-neutral-800\/70:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.7);
}
.disabled\:ring-offset-neutral-800\/75:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.75);
}
.disabled\:ring-offset-neutral-800\/80:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.8);
}
.disabled\:ring-offset-neutral-800\/85:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.85);
}
.disabled\:ring-offset-neutral-800\/90:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.9);
}
.disabled\:ring-offset-neutral-800\/95:disabled {
  --tw-ring-offset-color: rgb(38 38 38 / 0.95);
}
.disabled\:ring-offset-neutral-900:disabled {
  --tw-ring-offset-color: #171717;
}
.disabled\:ring-offset-neutral-900\/0:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}
.disabled\:ring-offset-neutral-900\/10:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}
.disabled\:ring-offset-neutral-900\/100:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}
.disabled\:ring-offset-neutral-900\/15:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.15);
}
.disabled\:ring-offset-neutral-900\/20:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}
.disabled\:ring-offset-neutral-900\/25:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}
.disabled\:ring-offset-neutral-900\/30:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}
.disabled\:ring-offset-neutral-900\/35:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.35);
}
.disabled\:ring-offset-neutral-900\/40:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}
.disabled\:ring-offset-neutral-900\/45:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.45);
}
.disabled\:ring-offset-neutral-900\/5:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}
.disabled\:ring-offset-neutral-900\/50:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}
.disabled\:ring-offset-neutral-900\/55:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.55);
}
.disabled\:ring-offset-neutral-900\/60:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}
.disabled\:ring-offset-neutral-900\/65:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.65);
}
.disabled\:ring-offset-neutral-900\/70:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}
.disabled\:ring-offset-neutral-900\/75:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}
.disabled\:ring-offset-neutral-900\/80:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}
.disabled\:ring-offset-neutral-900\/85:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.85);
}
.disabled\:ring-offset-neutral-900\/90:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}
.disabled\:ring-offset-neutral-900\/95:disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}
.disabled\:ring-offset-neutral-950:disabled {
  --tw-ring-offset-color: #0a0a0a;
}
.disabled\:ring-offset-neutral-950\/0:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0);
}
.disabled\:ring-offset-neutral-950\/10:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.1);
}
.disabled\:ring-offset-neutral-950\/100:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 1);
}
.disabled\:ring-offset-neutral-950\/15:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.15);
}
.disabled\:ring-offset-neutral-950\/20:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.2);
}
.disabled\:ring-offset-neutral-950\/25:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.25);
}
.disabled\:ring-offset-neutral-950\/30:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.3);
}
.disabled\:ring-offset-neutral-950\/35:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.35);
}
.disabled\:ring-offset-neutral-950\/40:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.4);
}
.disabled\:ring-offset-neutral-950\/45:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.45);
}
.disabled\:ring-offset-neutral-950\/5:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.05);
}
.disabled\:ring-offset-neutral-950\/50:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.5);
}
.disabled\:ring-offset-neutral-950\/55:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.55);
}
.disabled\:ring-offset-neutral-950\/60:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.6);
}
.disabled\:ring-offset-neutral-950\/65:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.65);
}
.disabled\:ring-offset-neutral-950\/70:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.7);
}
.disabled\:ring-offset-neutral-950\/75:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.75);
}
.disabled\:ring-offset-neutral-950\/80:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.8);
}
.disabled\:ring-offset-neutral-950\/85:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.85);
}
.disabled\:ring-offset-neutral-950\/90:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.9);
}
.disabled\:ring-offset-neutral-950\/95:disabled {
  --tw-ring-offset-color: rgb(10 10 10 / 0.95);
}
.disabled\:ring-offset-orange-100:disabled {
  --tw-ring-offset-color: #ffedd5;
}
.disabled\:ring-offset-orange-100\/0:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0);
}
.disabled\:ring-offset-orange-100\/10:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.1);
}
.disabled\:ring-offset-orange-100\/100:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 1);
}
.disabled\:ring-offset-orange-100\/15:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.15);
}
.disabled\:ring-offset-orange-100\/20:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.2);
}
.disabled\:ring-offset-orange-100\/25:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.25);
}
.disabled\:ring-offset-orange-100\/30:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.3);
}
.disabled\:ring-offset-orange-100\/35:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.35);
}
.disabled\:ring-offset-orange-100\/40:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.4);
}
.disabled\:ring-offset-orange-100\/45:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.45);
}
.disabled\:ring-offset-orange-100\/5:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.05);
}
.disabled\:ring-offset-orange-100\/50:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.5);
}
.disabled\:ring-offset-orange-100\/55:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.55);
}
.disabled\:ring-offset-orange-100\/60:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.6);
}
.disabled\:ring-offset-orange-100\/65:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.65);
}
.disabled\:ring-offset-orange-100\/70:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.7);
}
.disabled\:ring-offset-orange-100\/75:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.75);
}
.disabled\:ring-offset-orange-100\/80:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.8);
}
.disabled\:ring-offset-orange-100\/85:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.85);
}
.disabled\:ring-offset-orange-100\/90:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.9);
}
.disabled\:ring-offset-orange-100\/95:disabled {
  --tw-ring-offset-color: rgb(255 237 213 / 0.95);
}
.disabled\:ring-offset-orange-200:disabled {
  --tw-ring-offset-color: #fed7aa;
}
.disabled\:ring-offset-orange-200\/0:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0);
}
.disabled\:ring-offset-orange-200\/10:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.1);
}
.disabled\:ring-offset-orange-200\/100:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 1);
}
.disabled\:ring-offset-orange-200\/15:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.15);
}
.disabled\:ring-offset-orange-200\/20:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.2);
}
.disabled\:ring-offset-orange-200\/25:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.25);
}
.disabled\:ring-offset-orange-200\/30:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.3);
}
.disabled\:ring-offset-orange-200\/35:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.35);
}
.disabled\:ring-offset-orange-200\/40:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.4);
}
.disabled\:ring-offset-orange-200\/45:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.45);
}
.disabled\:ring-offset-orange-200\/5:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.05);
}
.disabled\:ring-offset-orange-200\/50:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.5);
}
.disabled\:ring-offset-orange-200\/55:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.55);
}
.disabled\:ring-offset-orange-200\/60:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.6);
}
.disabled\:ring-offset-orange-200\/65:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.65);
}
.disabled\:ring-offset-orange-200\/70:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.7);
}
.disabled\:ring-offset-orange-200\/75:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.75);
}
.disabled\:ring-offset-orange-200\/80:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.8);
}
.disabled\:ring-offset-orange-200\/85:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.85);
}
.disabled\:ring-offset-orange-200\/90:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.9);
}
.disabled\:ring-offset-orange-200\/95:disabled {
  --tw-ring-offset-color: rgb(254 215 170 / 0.95);
}
.disabled\:ring-offset-orange-300:disabled {
  --tw-ring-offset-color: #fdba74;
}
.disabled\:ring-offset-orange-300\/0:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0);
}
.disabled\:ring-offset-orange-300\/10:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.1);
}
.disabled\:ring-offset-orange-300\/100:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 1);
}
.disabled\:ring-offset-orange-300\/15:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.15);
}
.disabled\:ring-offset-orange-300\/20:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.2);
}
.disabled\:ring-offset-orange-300\/25:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.25);
}
.disabled\:ring-offset-orange-300\/30:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.3);
}
.disabled\:ring-offset-orange-300\/35:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.35);
}
.disabled\:ring-offset-orange-300\/40:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.4);
}
.disabled\:ring-offset-orange-300\/45:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.45);
}
.disabled\:ring-offset-orange-300\/5:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.05);
}
.disabled\:ring-offset-orange-300\/50:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.5);
}
.disabled\:ring-offset-orange-300\/55:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.55);
}
.disabled\:ring-offset-orange-300\/60:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.6);
}
.disabled\:ring-offset-orange-300\/65:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.65);
}
.disabled\:ring-offset-orange-300\/70:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.7);
}
.disabled\:ring-offset-orange-300\/75:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.75);
}
.disabled\:ring-offset-orange-300\/80:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.8);
}
.disabled\:ring-offset-orange-300\/85:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.85);
}
.disabled\:ring-offset-orange-300\/90:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.9);
}
.disabled\:ring-offset-orange-300\/95:disabled {
  --tw-ring-offset-color: rgb(253 186 116 / 0.95);
}
.disabled\:ring-offset-orange-400:disabled {
  --tw-ring-offset-color: #fb923c;
}
.disabled\:ring-offset-orange-400\/0:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}
.disabled\:ring-offset-orange-400\/10:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}
.disabled\:ring-offset-orange-400\/100:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}
.disabled\:ring-offset-orange-400\/15:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.15);
}
.disabled\:ring-offset-orange-400\/20:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}
.disabled\:ring-offset-orange-400\/25:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}
.disabled\:ring-offset-orange-400\/30:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}
.disabled\:ring-offset-orange-400\/35:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.35);
}
.disabled\:ring-offset-orange-400\/40:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}
.disabled\:ring-offset-orange-400\/45:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.45);
}
.disabled\:ring-offset-orange-400\/5:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}
.disabled\:ring-offset-orange-400\/50:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}
.disabled\:ring-offset-orange-400\/55:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.55);
}
.disabled\:ring-offset-orange-400\/60:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}
.disabled\:ring-offset-orange-400\/65:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.65);
}
.disabled\:ring-offset-orange-400\/70:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}
.disabled\:ring-offset-orange-400\/75:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}
.disabled\:ring-offset-orange-400\/80:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}
.disabled\:ring-offset-orange-400\/85:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.85);
}
.disabled\:ring-offset-orange-400\/90:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}
.disabled\:ring-offset-orange-400\/95:disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}
.disabled\:ring-offset-orange-50:disabled {
  --tw-ring-offset-color: #fff7ed;
}
.disabled\:ring-offset-orange-50\/0:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0);
}
.disabled\:ring-offset-orange-50\/10:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.1);
}
.disabled\:ring-offset-orange-50\/100:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 1);
}
.disabled\:ring-offset-orange-50\/15:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.15);
}
.disabled\:ring-offset-orange-50\/20:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.2);
}
.disabled\:ring-offset-orange-50\/25:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.25);
}
.disabled\:ring-offset-orange-50\/30:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.3);
}
.disabled\:ring-offset-orange-50\/35:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.35);
}
.disabled\:ring-offset-orange-50\/40:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.4);
}
.disabled\:ring-offset-orange-50\/45:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.45);
}
.disabled\:ring-offset-orange-50\/5:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.05);
}
.disabled\:ring-offset-orange-50\/50:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.5);
}
.disabled\:ring-offset-orange-50\/55:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.55);
}
.disabled\:ring-offset-orange-50\/60:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.6);
}
.disabled\:ring-offset-orange-50\/65:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.65);
}
.disabled\:ring-offset-orange-50\/70:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.7);
}
.disabled\:ring-offset-orange-50\/75:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.75);
}
.disabled\:ring-offset-orange-50\/80:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.8);
}
.disabled\:ring-offset-orange-50\/85:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.85);
}
.disabled\:ring-offset-orange-50\/90:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.9);
}
.disabled\:ring-offset-orange-50\/95:disabled {
  --tw-ring-offset-color: rgb(255 247 237 / 0.95);
}
.disabled\:ring-offset-orange-500:disabled {
  --tw-ring-offset-color: #f97316;
}
.disabled\:ring-offset-orange-500\/0:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0);
}
.disabled\:ring-offset-orange-500\/10:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.1);
}
.disabled\:ring-offset-orange-500\/100:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 1);
}
.disabled\:ring-offset-orange-500\/15:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.15);
}
.disabled\:ring-offset-orange-500\/20:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.2);
}
.disabled\:ring-offset-orange-500\/25:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.25);
}
.disabled\:ring-offset-orange-500\/30:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.3);
}
.disabled\:ring-offset-orange-500\/35:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.35);
}
.disabled\:ring-offset-orange-500\/40:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.4);
}
.disabled\:ring-offset-orange-500\/45:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.45);
}
.disabled\:ring-offset-orange-500\/5:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.05);
}
.disabled\:ring-offset-orange-500\/50:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.5);
}
.disabled\:ring-offset-orange-500\/55:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.55);
}
.disabled\:ring-offset-orange-500\/60:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.6);
}
.disabled\:ring-offset-orange-500\/65:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.65);
}
.disabled\:ring-offset-orange-500\/70:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.7);
}
.disabled\:ring-offset-orange-500\/75:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.75);
}
.disabled\:ring-offset-orange-500\/80:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.8);
}
.disabled\:ring-offset-orange-500\/85:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.85);
}
.disabled\:ring-offset-orange-500\/90:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.9);
}
.disabled\:ring-offset-orange-500\/95:disabled {
  --tw-ring-offset-color: rgb(249 115 22 / 0.95);
}
.disabled\:ring-offset-orange-600:disabled {
  --tw-ring-offset-color: #ea580c;
}
.disabled\:ring-offset-orange-600\/0:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0);
}
.disabled\:ring-offset-orange-600\/10:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.1);
}
.disabled\:ring-offset-orange-600\/100:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 1);
}
.disabled\:ring-offset-orange-600\/15:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.15);
}
.disabled\:ring-offset-orange-600\/20:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.2);
}
.disabled\:ring-offset-orange-600\/25:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.25);
}
.disabled\:ring-offset-orange-600\/30:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.3);
}
.disabled\:ring-offset-orange-600\/35:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.35);
}
.disabled\:ring-offset-orange-600\/40:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.4);
}
.disabled\:ring-offset-orange-600\/45:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.45);
}
.disabled\:ring-offset-orange-600\/5:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.05);
}
.disabled\:ring-offset-orange-600\/50:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.5);
}
.disabled\:ring-offset-orange-600\/55:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.55);
}
.disabled\:ring-offset-orange-600\/60:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.6);
}
.disabled\:ring-offset-orange-600\/65:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.65);
}
.disabled\:ring-offset-orange-600\/70:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.7);
}
.disabled\:ring-offset-orange-600\/75:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.75);
}
.disabled\:ring-offset-orange-600\/80:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.8);
}
.disabled\:ring-offset-orange-600\/85:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.85);
}
.disabled\:ring-offset-orange-600\/90:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.9);
}
.disabled\:ring-offset-orange-600\/95:disabled {
  --tw-ring-offset-color: rgb(234 88 12 / 0.95);
}
.disabled\:ring-offset-orange-700:disabled {
  --tw-ring-offset-color: #c2410c;
}
.disabled\:ring-offset-orange-700\/0:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0);
}
.disabled\:ring-offset-orange-700\/10:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.1);
}
.disabled\:ring-offset-orange-700\/100:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 1);
}
.disabled\:ring-offset-orange-700\/15:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.15);
}
.disabled\:ring-offset-orange-700\/20:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.2);
}
.disabled\:ring-offset-orange-700\/25:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.25);
}
.disabled\:ring-offset-orange-700\/30:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.3);
}
.disabled\:ring-offset-orange-700\/35:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.35);
}
.disabled\:ring-offset-orange-700\/40:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.4);
}
.disabled\:ring-offset-orange-700\/45:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.45);
}
.disabled\:ring-offset-orange-700\/5:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.05);
}
.disabled\:ring-offset-orange-700\/50:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.5);
}
.disabled\:ring-offset-orange-700\/55:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.55);
}
.disabled\:ring-offset-orange-700\/60:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.6);
}
.disabled\:ring-offset-orange-700\/65:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.65);
}
.disabled\:ring-offset-orange-700\/70:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.7);
}
.disabled\:ring-offset-orange-700\/75:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.75);
}
.disabled\:ring-offset-orange-700\/80:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.8);
}
.disabled\:ring-offset-orange-700\/85:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.85);
}
.disabled\:ring-offset-orange-700\/90:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.9);
}
.disabled\:ring-offset-orange-700\/95:disabled {
  --tw-ring-offset-color: rgb(194 65 12 / 0.95);
}
.disabled\:ring-offset-orange-800:disabled {
  --tw-ring-offset-color: #9a3412;
}
.disabled\:ring-offset-orange-800\/0:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0);
}
.disabled\:ring-offset-orange-800\/10:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.1);
}
.disabled\:ring-offset-orange-800\/100:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 1);
}
.disabled\:ring-offset-orange-800\/15:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.15);
}
.disabled\:ring-offset-orange-800\/20:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.2);
}
.disabled\:ring-offset-orange-800\/25:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.25);
}
.disabled\:ring-offset-orange-800\/30:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.3);
}
.disabled\:ring-offset-orange-800\/35:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.35);
}
.disabled\:ring-offset-orange-800\/40:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.4);
}
.disabled\:ring-offset-orange-800\/45:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.45);
}
.disabled\:ring-offset-orange-800\/5:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.05);
}
.disabled\:ring-offset-orange-800\/50:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.5);
}
.disabled\:ring-offset-orange-800\/55:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.55);
}
.disabled\:ring-offset-orange-800\/60:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.6);
}
.disabled\:ring-offset-orange-800\/65:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.65);
}
.disabled\:ring-offset-orange-800\/70:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.7);
}
.disabled\:ring-offset-orange-800\/75:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.75);
}
.disabled\:ring-offset-orange-800\/80:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.8);
}
.disabled\:ring-offset-orange-800\/85:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.85);
}
.disabled\:ring-offset-orange-800\/90:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.9);
}
.disabled\:ring-offset-orange-800\/95:disabled {
  --tw-ring-offset-color: rgb(154 52 18 / 0.95);
}
.disabled\:ring-offset-orange-900:disabled {
  --tw-ring-offset-color: #7c2d12;
}
.disabled\:ring-offset-orange-900\/0:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0);
}
.disabled\:ring-offset-orange-900\/10:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.1);
}
.disabled\:ring-offset-orange-900\/100:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 1);
}
.disabled\:ring-offset-orange-900\/15:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.15);
}
.disabled\:ring-offset-orange-900\/20:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.2);
}
.disabled\:ring-offset-orange-900\/25:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.25);
}
.disabled\:ring-offset-orange-900\/30:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.3);
}
.disabled\:ring-offset-orange-900\/35:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.35);
}
.disabled\:ring-offset-orange-900\/40:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.4);
}
.disabled\:ring-offset-orange-900\/45:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.45);
}
.disabled\:ring-offset-orange-900\/5:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.05);
}
.disabled\:ring-offset-orange-900\/50:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.5);
}
.disabled\:ring-offset-orange-900\/55:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.55);
}
.disabled\:ring-offset-orange-900\/60:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.6);
}
.disabled\:ring-offset-orange-900\/65:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.65);
}
.disabled\:ring-offset-orange-900\/70:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.7);
}
.disabled\:ring-offset-orange-900\/75:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.75);
}
.disabled\:ring-offset-orange-900\/80:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.8);
}
.disabled\:ring-offset-orange-900\/85:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.85);
}
.disabled\:ring-offset-orange-900\/90:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.9);
}
.disabled\:ring-offset-orange-900\/95:disabled {
  --tw-ring-offset-color: rgb(124 45 18 / 0.95);
}
.disabled\:ring-offset-orange-950:disabled {
  --tw-ring-offset-color: #431407;
}
.disabled\:ring-offset-orange-950\/0:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0);
}
.disabled\:ring-offset-orange-950\/10:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.1);
}
.disabled\:ring-offset-orange-950\/100:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 1);
}
.disabled\:ring-offset-orange-950\/15:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.15);
}
.disabled\:ring-offset-orange-950\/20:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.2);
}
.disabled\:ring-offset-orange-950\/25:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.25);
}
.disabled\:ring-offset-orange-950\/30:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.3);
}
.disabled\:ring-offset-orange-950\/35:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.35);
}
.disabled\:ring-offset-orange-950\/40:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.4);
}
.disabled\:ring-offset-orange-950\/45:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.45);
}
.disabled\:ring-offset-orange-950\/5:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.05);
}
.disabled\:ring-offset-orange-950\/50:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.5);
}
.disabled\:ring-offset-orange-950\/55:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.55);
}
.disabled\:ring-offset-orange-950\/60:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.6);
}
.disabled\:ring-offset-orange-950\/65:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.65);
}
.disabled\:ring-offset-orange-950\/70:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.7);
}
.disabled\:ring-offset-orange-950\/75:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.75);
}
.disabled\:ring-offset-orange-950\/80:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.8);
}
.disabled\:ring-offset-orange-950\/85:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.85);
}
.disabled\:ring-offset-orange-950\/90:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.9);
}
.disabled\:ring-offset-orange-950\/95:disabled {
  --tw-ring-offset-color: rgb(67 20 7 / 0.95);
}
.disabled\:ring-offset-pink-100:disabled {
  --tw-ring-offset-color: #fce7f3;
}
.disabled\:ring-offset-pink-100\/0:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0);
}
.disabled\:ring-offset-pink-100\/10:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.1);
}
.disabled\:ring-offset-pink-100\/100:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 1);
}
.disabled\:ring-offset-pink-100\/15:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.15);
}
.disabled\:ring-offset-pink-100\/20:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.2);
}
.disabled\:ring-offset-pink-100\/25:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.25);
}
.disabled\:ring-offset-pink-100\/30:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.3);
}
.disabled\:ring-offset-pink-100\/35:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.35);
}
.disabled\:ring-offset-pink-100\/40:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.4);
}
.disabled\:ring-offset-pink-100\/45:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.45);
}
.disabled\:ring-offset-pink-100\/5:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.05);
}
.disabled\:ring-offset-pink-100\/50:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.5);
}
.disabled\:ring-offset-pink-100\/55:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.55);
}
.disabled\:ring-offset-pink-100\/60:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.6);
}
.disabled\:ring-offset-pink-100\/65:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.65);
}
.disabled\:ring-offset-pink-100\/70:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.7);
}
.disabled\:ring-offset-pink-100\/75:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.75);
}
.disabled\:ring-offset-pink-100\/80:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.8);
}
.disabled\:ring-offset-pink-100\/85:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.85);
}
.disabled\:ring-offset-pink-100\/90:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.9);
}
.disabled\:ring-offset-pink-100\/95:disabled {
  --tw-ring-offset-color: rgb(252 231 243 / 0.95);
}
.disabled\:ring-offset-pink-200:disabled {
  --tw-ring-offset-color: #fbcfe8;
}
.disabled\:ring-offset-pink-200\/0:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0);
}
.disabled\:ring-offset-pink-200\/10:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.1);
}
.disabled\:ring-offset-pink-200\/100:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 1);
}
.disabled\:ring-offset-pink-200\/15:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.15);
}
.disabled\:ring-offset-pink-200\/20:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.2);
}
.disabled\:ring-offset-pink-200\/25:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.25);
}
.disabled\:ring-offset-pink-200\/30:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.3);
}
.disabled\:ring-offset-pink-200\/35:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.35);
}
.disabled\:ring-offset-pink-200\/40:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.4);
}
.disabled\:ring-offset-pink-200\/45:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.45);
}
.disabled\:ring-offset-pink-200\/5:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.05);
}
.disabled\:ring-offset-pink-200\/50:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.5);
}
.disabled\:ring-offset-pink-200\/55:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.55);
}
.disabled\:ring-offset-pink-200\/60:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.6);
}
.disabled\:ring-offset-pink-200\/65:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.65);
}
.disabled\:ring-offset-pink-200\/70:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.7);
}
.disabled\:ring-offset-pink-200\/75:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.75);
}
.disabled\:ring-offset-pink-200\/80:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.8);
}
.disabled\:ring-offset-pink-200\/85:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.85);
}
.disabled\:ring-offset-pink-200\/90:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.9);
}
.disabled\:ring-offset-pink-200\/95:disabled {
  --tw-ring-offset-color: rgb(251 207 232 / 0.95);
}
.disabled\:ring-offset-pink-300:disabled {
  --tw-ring-offset-color: #f9a8d4;
}
.disabled\:ring-offset-pink-300\/0:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0);
}
.disabled\:ring-offset-pink-300\/10:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.1);
}
.disabled\:ring-offset-pink-300\/100:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 1);
}
.disabled\:ring-offset-pink-300\/15:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.15);
}
.disabled\:ring-offset-pink-300\/20:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.2);
}
.disabled\:ring-offset-pink-300\/25:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.25);
}
.disabled\:ring-offset-pink-300\/30:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.3);
}
.disabled\:ring-offset-pink-300\/35:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.35);
}
.disabled\:ring-offset-pink-300\/40:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.4);
}
.disabled\:ring-offset-pink-300\/45:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.45);
}
.disabled\:ring-offset-pink-300\/5:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.05);
}
.disabled\:ring-offset-pink-300\/50:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.5);
}
.disabled\:ring-offset-pink-300\/55:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.55);
}
.disabled\:ring-offset-pink-300\/60:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.6);
}
.disabled\:ring-offset-pink-300\/65:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.65);
}
.disabled\:ring-offset-pink-300\/70:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.7);
}
.disabled\:ring-offset-pink-300\/75:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.75);
}
.disabled\:ring-offset-pink-300\/80:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.8);
}
.disabled\:ring-offset-pink-300\/85:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.85);
}
.disabled\:ring-offset-pink-300\/90:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.9);
}
.disabled\:ring-offset-pink-300\/95:disabled {
  --tw-ring-offset-color: rgb(249 168 212 / 0.95);
}
.disabled\:ring-offset-pink-400:disabled {
  --tw-ring-offset-color: #f472b6;
}
.disabled\:ring-offset-pink-400\/0:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0);
}
.disabled\:ring-offset-pink-400\/10:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.1);
}
.disabled\:ring-offset-pink-400\/100:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 1);
}
.disabled\:ring-offset-pink-400\/15:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.15);
}
.disabled\:ring-offset-pink-400\/20:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.2);
}
.disabled\:ring-offset-pink-400\/25:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.25);
}
.disabled\:ring-offset-pink-400\/30:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.3);
}
.disabled\:ring-offset-pink-400\/35:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.35);
}
.disabled\:ring-offset-pink-400\/40:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.4);
}
.disabled\:ring-offset-pink-400\/45:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.45);
}
.disabled\:ring-offset-pink-400\/5:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.05);
}
.disabled\:ring-offset-pink-400\/50:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.5);
}
.disabled\:ring-offset-pink-400\/55:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.55);
}
.disabled\:ring-offset-pink-400\/60:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.6);
}
.disabled\:ring-offset-pink-400\/65:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.65);
}
.disabled\:ring-offset-pink-400\/70:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.7);
}
.disabled\:ring-offset-pink-400\/75:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.75);
}
.disabled\:ring-offset-pink-400\/80:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.8);
}
.disabled\:ring-offset-pink-400\/85:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.85);
}
.disabled\:ring-offset-pink-400\/90:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.9);
}
.disabled\:ring-offset-pink-400\/95:disabled {
  --tw-ring-offset-color: rgb(244 114 182 / 0.95);
}
.disabled\:ring-offset-pink-50:disabled {
  --tw-ring-offset-color: #fdf2f8;
}
.disabled\:ring-offset-pink-50\/0:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0);
}
.disabled\:ring-offset-pink-50\/10:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.1);
}
.disabled\:ring-offset-pink-50\/100:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 1);
}
.disabled\:ring-offset-pink-50\/15:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.15);
}
.disabled\:ring-offset-pink-50\/20:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.2);
}
.disabled\:ring-offset-pink-50\/25:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.25);
}
.disabled\:ring-offset-pink-50\/30:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.3);
}
.disabled\:ring-offset-pink-50\/35:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.35);
}
.disabled\:ring-offset-pink-50\/40:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.4);
}
.disabled\:ring-offset-pink-50\/45:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.45);
}
.disabled\:ring-offset-pink-50\/5:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.05);
}
.disabled\:ring-offset-pink-50\/50:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.5);
}
.disabled\:ring-offset-pink-50\/55:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.55);
}
.disabled\:ring-offset-pink-50\/60:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.6);
}
.disabled\:ring-offset-pink-50\/65:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.65);
}
.disabled\:ring-offset-pink-50\/70:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.7);
}
.disabled\:ring-offset-pink-50\/75:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.75);
}
.disabled\:ring-offset-pink-50\/80:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.8);
}
.disabled\:ring-offset-pink-50\/85:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.85);
}
.disabled\:ring-offset-pink-50\/90:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.9);
}
.disabled\:ring-offset-pink-50\/95:disabled {
  --tw-ring-offset-color: rgb(253 242 248 / 0.95);
}
.disabled\:ring-offset-pink-500:disabled {
  --tw-ring-offset-color: #ec4899;
}
.disabled\:ring-offset-pink-500\/0:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0);
}
.disabled\:ring-offset-pink-500\/10:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.1);
}
.disabled\:ring-offset-pink-500\/100:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 1);
}
.disabled\:ring-offset-pink-500\/15:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.15);
}
.disabled\:ring-offset-pink-500\/20:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.2);
}
.disabled\:ring-offset-pink-500\/25:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.25);
}
.disabled\:ring-offset-pink-500\/30:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.3);
}
.disabled\:ring-offset-pink-500\/35:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.35);
}
.disabled\:ring-offset-pink-500\/40:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.4);
}
.disabled\:ring-offset-pink-500\/45:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.45);
}
.disabled\:ring-offset-pink-500\/5:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.05);
}
.disabled\:ring-offset-pink-500\/50:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.5);
}
.disabled\:ring-offset-pink-500\/55:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.55);
}
.disabled\:ring-offset-pink-500\/60:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.6);
}
.disabled\:ring-offset-pink-500\/65:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.65);
}
.disabled\:ring-offset-pink-500\/70:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.7);
}
.disabled\:ring-offset-pink-500\/75:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.75);
}
.disabled\:ring-offset-pink-500\/80:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.8);
}
.disabled\:ring-offset-pink-500\/85:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.85);
}
.disabled\:ring-offset-pink-500\/90:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.9);
}
.disabled\:ring-offset-pink-500\/95:disabled {
  --tw-ring-offset-color: rgb(236 72 153 / 0.95);
}
.disabled\:ring-offset-pink-600:disabled {
  --tw-ring-offset-color: #db2777;
}
.disabled\:ring-offset-pink-600\/0:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0);
}
.disabled\:ring-offset-pink-600\/10:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.1);
}
.disabled\:ring-offset-pink-600\/100:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 1);
}
.disabled\:ring-offset-pink-600\/15:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.15);
}
.disabled\:ring-offset-pink-600\/20:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.2);
}
.disabled\:ring-offset-pink-600\/25:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.25);
}
.disabled\:ring-offset-pink-600\/30:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.3);
}
.disabled\:ring-offset-pink-600\/35:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.35);
}
.disabled\:ring-offset-pink-600\/40:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.4);
}
.disabled\:ring-offset-pink-600\/45:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.45);
}
.disabled\:ring-offset-pink-600\/5:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.05);
}
.disabled\:ring-offset-pink-600\/50:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.5);
}
.disabled\:ring-offset-pink-600\/55:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.55);
}
.disabled\:ring-offset-pink-600\/60:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.6);
}
.disabled\:ring-offset-pink-600\/65:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.65);
}
.disabled\:ring-offset-pink-600\/70:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.7);
}
.disabled\:ring-offset-pink-600\/75:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.75);
}
.disabled\:ring-offset-pink-600\/80:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.8);
}
.disabled\:ring-offset-pink-600\/85:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.85);
}
.disabled\:ring-offset-pink-600\/90:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.9);
}
.disabled\:ring-offset-pink-600\/95:disabled {
  --tw-ring-offset-color: rgb(219 39 119 / 0.95);
}
.disabled\:ring-offset-pink-700:disabled {
  --tw-ring-offset-color: #be185d;
}
.disabled\:ring-offset-pink-700\/0:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0);
}
.disabled\:ring-offset-pink-700\/10:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.1);
}
.disabled\:ring-offset-pink-700\/100:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 1);
}
.disabled\:ring-offset-pink-700\/15:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.15);
}
.disabled\:ring-offset-pink-700\/20:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.2);
}
.disabled\:ring-offset-pink-700\/25:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.25);
}
.disabled\:ring-offset-pink-700\/30:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.3);
}
.disabled\:ring-offset-pink-700\/35:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.35);
}
.disabled\:ring-offset-pink-700\/40:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.4);
}
.disabled\:ring-offset-pink-700\/45:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.45);
}
.disabled\:ring-offset-pink-700\/5:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.05);
}
.disabled\:ring-offset-pink-700\/50:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.5);
}
.disabled\:ring-offset-pink-700\/55:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.55);
}
.disabled\:ring-offset-pink-700\/60:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.6);
}
.disabled\:ring-offset-pink-700\/65:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.65);
}
.disabled\:ring-offset-pink-700\/70:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.7);
}
.disabled\:ring-offset-pink-700\/75:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.75);
}
.disabled\:ring-offset-pink-700\/80:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.8);
}
.disabled\:ring-offset-pink-700\/85:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.85);
}
.disabled\:ring-offset-pink-700\/90:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.9);
}
.disabled\:ring-offset-pink-700\/95:disabled {
  --tw-ring-offset-color: rgb(190 24 93 / 0.95);
}
.disabled\:ring-offset-pink-800:disabled {
  --tw-ring-offset-color: #9d174d;
}
.disabled\:ring-offset-pink-800\/0:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0);
}
.disabled\:ring-offset-pink-800\/10:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.1);
}
.disabled\:ring-offset-pink-800\/100:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 1);
}
.disabled\:ring-offset-pink-800\/15:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.15);
}
.disabled\:ring-offset-pink-800\/20:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.2);
}
.disabled\:ring-offset-pink-800\/25:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.25);
}
.disabled\:ring-offset-pink-800\/30:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.3);
}
.disabled\:ring-offset-pink-800\/35:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.35);
}
.disabled\:ring-offset-pink-800\/40:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.4);
}
.disabled\:ring-offset-pink-800\/45:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.45);
}
.disabled\:ring-offset-pink-800\/5:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.05);
}
.disabled\:ring-offset-pink-800\/50:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.5);
}
.disabled\:ring-offset-pink-800\/55:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.55);
}
.disabled\:ring-offset-pink-800\/60:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.6);
}
.disabled\:ring-offset-pink-800\/65:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.65);
}
.disabled\:ring-offset-pink-800\/70:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.7);
}
.disabled\:ring-offset-pink-800\/75:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.75);
}
.disabled\:ring-offset-pink-800\/80:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.8);
}
.disabled\:ring-offset-pink-800\/85:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.85);
}
.disabled\:ring-offset-pink-800\/90:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.9);
}
.disabled\:ring-offset-pink-800\/95:disabled {
  --tw-ring-offset-color: rgb(157 23 77 / 0.95);
}
.disabled\:ring-offset-pink-900:disabled {
  --tw-ring-offset-color: #831843;
}
.disabled\:ring-offset-pink-900\/0:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0);
}
.disabled\:ring-offset-pink-900\/10:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.1);
}
.disabled\:ring-offset-pink-900\/100:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 1);
}
.disabled\:ring-offset-pink-900\/15:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.15);
}
.disabled\:ring-offset-pink-900\/20:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.2);
}
.disabled\:ring-offset-pink-900\/25:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.25);
}
.disabled\:ring-offset-pink-900\/30:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.3);
}
.disabled\:ring-offset-pink-900\/35:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.35);
}
.disabled\:ring-offset-pink-900\/40:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.4);
}
.disabled\:ring-offset-pink-900\/45:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.45);
}
.disabled\:ring-offset-pink-900\/5:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.05);
}
.disabled\:ring-offset-pink-900\/50:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.5);
}
.disabled\:ring-offset-pink-900\/55:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.55);
}
.disabled\:ring-offset-pink-900\/60:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.6);
}
.disabled\:ring-offset-pink-900\/65:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.65);
}
.disabled\:ring-offset-pink-900\/70:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.7);
}
.disabled\:ring-offset-pink-900\/75:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.75);
}
.disabled\:ring-offset-pink-900\/80:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.8);
}
.disabled\:ring-offset-pink-900\/85:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.85);
}
.disabled\:ring-offset-pink-900\/90:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.9);
}
.disabled\:ring-offset-pink-900\/95:disabled {
  --tw-ring-offset-color: rgb(131 24 67 / 0.95);
}
.disabled\:ring-offset-pink-950:disabled {
  --tw-ring-offset-color: #500724;
}
.disabled\:ring-offset-pink-950\/0:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0);
}
.disabled\:ring-offset-pink-950\/10:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.1);
}
.disabled\:ring-offset-pink-950\/100:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 1);
}
.disabled\:ring-offset-pink-950\/15:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.15);
}
.disabled\:ring-offset-pink-950\/20:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.2);
}
.disabled\:ring-offset-pink-950\/25:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.25);
}
.disabled\:ring-offset-pink-950\/30:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.3);
}
.disabled\:ring-offset-pink-950\/35:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.35);
}
.disabled\:ring-offset-pink-950\/40:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.4);
}
.disabled\:ring-offset-pink-950\/45:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.45);
}
.disabled\:ring-offset-pink-950\/5:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.05);
}
.disabled\:ring-offset-pink-950\/50:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.5);
}
.disabled\:ring-offset-pink-950\/55:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.55);
}
.disabled\:ring-offset-pink-950\/60:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.6);
}
.disabled\:ring-offset-pink-950\/65:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.65);
}
.disabled\:ring-offset-pink-950\/70:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.7);
}
.disabled\:ring-offset-pink-950\/75:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.75);
}
.disabled\:ring-offset-pink-950\/80:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.8);
}
.disabled\:ring-offset-pink-950\/85:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.85);
}
.disabled\:ring-offset-pink-950\/90:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.9);
}
.disabled\:ring-offset-pink-950\/95:disabled {
  --tw-ring-offset-color: rgb(80 7 36 / 0.95);
}
.disabled\:ring-offset-purple-100:disabled {
  --tw-ring-offset-color: #f3e8ff;
}
.disabled\:ring-offset-purple-100\/0:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0);
}
.disabled\:ring-offset-purple-100\/10:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.1);
}
.disabled\:ring-offset-purple-100\/100:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 1);
}
.disabled\:ring-offset-purple-100\/15:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.15);
}
.disabled\:ring-offset-purple-100\/20:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.2);
}
.disabled\:ring-offset-purple-100\/25:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.25);
}
.disabled\:ring-offset-purple-100\/30:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.3);
}
.disabled\:ring-offset-purple-100\/35:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.35);
}
.disabled\:ring-offset-purple-100\/40:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.4);
}
.disabled\:ring-offset-purple-100\/45:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.45);
}
.disabled\:ring-offset-purple-100\/5:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.05);
}
.disabled\:ring-offset-purple-100\/50:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.5);
}
.disabled\:ring-offset-purple-100\/55:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.55);
}
.disabled\:ring-offset-purple-100\/60:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.6);
}
.disabled\:ring-offset-purple-100\/65:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.65);
}
.disabled\:ring-offset-purple-100\/70:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.7);
}
.disabled\:ring-offset-purple-100\/75:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.75);
}
.disabled\:ring-offset-purple-100\/80:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.8);
}
.disabled\:ring-offset-purple-100\/85:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.85);
}
.disabled\:ring-offset-purple-100\/90:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.9);
}
.disabled\:ring-offset-purple-100\/95:disabled {
  --tw-ring-offset-color: rgb(243 232 255 / 0.95);
}
.disabled\:ring-offset-purple-200:disabled {
  --tw-ring-offset-color: #e9d5ff;
}
.disabled\:ring-offset-purple-200\/0:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0);
}
.disabled\:ring-offset-purple-200\/10:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.1);
}
.disabled\:ring-offset-purple-200\/100:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 1);
}
.disabled\:ring-offset-purple-200\/15:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.15);
}
.disabled\:ring-offset-purple-200\/20:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.2);
}
.disabled\:ring-offset-purple-200\/25:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.25);
}
.disabled\:ring-offset-purple-200\/30:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.3);
}
.disabled\:ring-offset-purple-200\/35:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.35);
}
.disabled\:ring-offset-purple-200\/40:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.4);
}
.disabled\:ring-offset-purple-200\/45:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.45);
}
.disabled\:ring-offset-purple-200\/5:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.05);
}
.disabled\:ring-offset-purple-200\/50:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.5);
}
.disabled\:ring-offset-purple-200\/55:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.55);
}
.disabled\:ring-offset-purple-200\/60:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.6);
}
.disabled\:ring-offset-purple-200\/65:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.65);
}
.disabled\:ring-offset-purple-200\/70:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.7);
}
.disabled\:ring-offset-purple-200\/75:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.75);
}
.disabled\:ring-offset-purple-200\/80:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.8);
}
.disabled\:ring-offset-purple-200\/85:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.85);
}
.disabled\:ring-offset-purple-200\/90:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.9);
}
.disabled\:ring-offset-purple-200\/95:disabled {
  --tw-ring-offset-color: rgb(233 213 255 / 0.95);
}
.disabled\:ring-offset-purple-300:disabled {
  --tw-ring-offset-color: #d8b4fe;
}
.disabled\:ring-offset-purple-300\/0:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0);
}
.disabled\:ring-offset-purple-300\/10:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.1);
}
.disabled\:ring-offset-purple-300\/100:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 1);
}
.disabled\:ring-offset-purple-300\/15:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.15);
}
.disabled\:ring-offset-purple-300\/20:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.2);
}
.disabled\:ring-offset-purple-300\/25:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.25);
}
.disabled\:ring-offset-purple-300\/30:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.3);
}
.disabled\:ring-offset-purple-300\/35:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.35);
}
.disabled\:ring-offset-purple-300\/40:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.4);
}
.disabled\:ring-offset-purple-300\/45:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.45);
}
.disabled\:ring-offset-purple-300\/5:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.05);
}
.disabled\:ring-offset-purple-300\/50:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.5);
}
.disabled\:ring-offset-purple-300\/55:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.55);
}
.disabled\:ring-offset-purple-300\/60:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.6);
}
.disabled\:ring-offset-purple-300\/65:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.65);
}
.disabled\:ring-offset-purple-300\/70:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.7);
}
.disabled\:ring-offset-purple-300\/75:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.75);
}
.disabled\:ring-offset-purple-300\/80:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.8);
}
.disabled\:ring-offset-purple-300\/85:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.85);
}
.disabled\:ring-offset-purple-300\/90:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.9);
}
.disabled\:ring-offset-purple-300\/95:disabled {
  --tw-ring-offset-color: rgb(216 180 254 / 0.95);
}
.disabled\:ring-offset-purple-400:disabled {
  --tw-ring-offset-color: #c084fc;
}
.disabled\:ring-offset-purple-400\/0:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0);
}
.disabled\:ring-offset-purple-400\/10:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.1);
}
.disabled\:ring-offset-purple-400\/100:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 1);
}
.disabled\:ring-offset-purple-400\/15:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.15);
}
.disabled\:ring-offset-purple-400\/20:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.2);
}
.disabled\:ring-offset-purple-400\/25:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.25);
}
.disabled\:ring-offset-purple-400\/30:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.3);
}
.disabled\:ring-offset-purple-400\/35:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.35);
}
.disabled\:ring-offset-purple-400\/40:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.4);
}
.disabled\:ring-offset-purple-400\/45:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.45);
}
.disabled\:ring-offset-purple-400\/5:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.05);
}
.disabled\:ring-offset-purple-400\/50:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.5);
}
.disabled\:ring-offset-purple-400\/55:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.55);
}
.disabled\:ring-offset-purple-400\/60:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.6);
}
.disabled\:ring-offset-purple-400\/65:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.65);
}
.disabled\:ring-offset-purple-400\/70:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.7);
}
.disabled\:ring-offset-purple-400\/75:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.75);
}
.disabled\:ring-offset-purple-400\/80:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.8);
}
.disabled\:ring-offset-purple-400\/85:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.85);
}
.disabled\:ring-offset-purple-400\/90:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.9);
}
.disabled\:ring-offset-purple-400\/95:disabled {
  --tw-ring-offset-color: rgb(192 132 252 / 0.95);
}
.disabled\:ring-offset-purple-50:disabled {
  --tw-ring-offset-color: #faf5ff;
}
.disabled\:ring-offset-purple-50\/0:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0);
}
.disabled\:ring-offset-purple-50\/10:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.1);
}
.disabled\:ring-offset-purple-50\/100:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 1);
}
.disabled\:ring-offset-purple-50\/15:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.15);
}
.disabled\:ring-offset-purple-50\/20:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.2);
}
.disabled\:ring-offset-purple-50\/25:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.25);
}
.disabled\:ring-offset-purple-50\/30:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.3);
}
.disabled\:ring-offset-purple-50\/35:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.35);
}
.disabled\:ring-offset-purple-50\/40:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.4);
}
.disabled\:ring-offset-purple-50\/45:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.45);
}
.disabled\:ring-offset-purple-50\/5:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.05);
}
.disabled\:ring-offset-purple-50\/50:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.5);
}
.disabled\:ring-offset-purple-50\/55:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.55);
}
.disabled\:ring-offset-purple-50\/60:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.6);
}
.disabled\:ring-offset-purple-50\/65:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.65);
}
.disabled\:ring-offset-purple-50\/70:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.7);
}
.disabled\:ring-offset-purple-50\/75:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.75);
}
.disabled\:ring-offset-purple-50\/80:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.8);
}
.disabled\:ring-offset-purple-50\/85:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.85);
}
.disabled\:ring-offset-purple-50\/90:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.9);
}
.disabled\:ring-offset-purple-50\/95:disabled {
  --tw-ring-offset-color: rgb(250 245 255 / 0.95);
}
.disabled\:ring-offset-purple-500:disabled {
  --tw-ring-offset-color: #a855f7;
}
.disabled\:ring-offset-purple-500\/0:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0);
}
.disabled\:ring-offset-purple-500\/10:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.1);
}
.disabled\:ring-offset-purple-500\/100:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 1);
}
.disabled\:ring-offset-purple-500\/15:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.15);
}
.disabled\:ring-offset-purple-500\/20:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.2);
}
.disabled\:ring-offset-purple-500\/25:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.25);
}
.disabled\:ring-offset-purple-500\/30:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.3);
}
.disabled\:ring-offset-purple-500\/35:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.35);
}
.disabled\:ring-offset-purple-500\/40:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.4);
}
.disabled\:ring-offset-purple-500\/45:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.45);
}
.disabled\:ring-offset-purple-500\/5:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.05);
}
.disabled\:ring-offset-purple-500\/50:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.5);
}
.disabled\:ring-offset-purple-500\/55:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.55);
}
.disabled\:ring-offset-purple-500\/60:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.6);
}
.disabled\:ring-offset-purple-500\/65:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.65);
}
.disabled\:ring-offset-purple-500\/70:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.7);
}
.disabled\:ring-offset-purple-500\/75:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.75);
}
.disabled\:ring-offset-purple-500\/80:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.8);
}
.disabled\:ring-offset-purple-500\/85:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.85);
}
.disabled\:ring-offset-purple-500\/90:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.9);
}
.disabled\:ring-offset-purple-500\/95:disabled {
  --tw-ring-offset-color: rgb(168 85 247 / 0.95);
}
.disabled\:ring-offset-purple-600:disabled {
  --tw-ring-offset-color: #9333ea;
}
.disabled\:ring-offset-purple-600\/0:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0);
}
.disabled\:ring-offset-purple-600\/10:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.1);
}
.disabled\:ring-offset-purple-600\/100:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 1);
}
.disabled\:ring-offset-purple-600\/15:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.15);
}
.disabled\:ring-offset-purple-600\/20:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.2);
}
.disabled\:ring-offset-purple-600\/25:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.25);
}
.disabled\:ring-offset-purple-600\/30:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.3);
}
.disabled\:ring-offset-purple-600\/35:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.35);
}
.disabled\:ring-offset-purple-600\/40:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.4);
}
.disabled\:ring-offset-purple-600\/45:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.45);
}
.disabled\:ring-offset-purple-600\/5:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.05);
}
.disabled\:ring-offset-purple-600\/50:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.5);
}
.disabled\:ring-offset-purple-600\/55:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.55);
}
.disabled\:ring-offset-purple-600\/60:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.6);
}
.disabled\:ring-offset-purple-600\/65:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.65);
}
.disabled\:ring-offset-purple-600\/70:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.7);
}
.disabled\:ring-offset-purple-600\/75:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.75);
}
.disabled\:ring-offset-purple-600\/80:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.8);
}
.disabled\:ring-offset-purple-600\/85:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.85);
}
.disabled\:ring-offset-purple-600\/90:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.9);
}
.disabled\:ring-offset-purple-600\/95:disabled {
  --tw-ring-offset-color: rgb(147 51 234 / 0.95);
}
.disabled\:ring-offset-purple-700:disabled {
  --tw-ring-offset-color: #7e22ce;
}
.disabled\:ring-offset-purple-700\/0:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0);
}
.disabled\:ring-offset-purple-700\/10:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.1);
}
.disabled\:ring-offset-purple-700\/100:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 1);
}
.disabled\:ring-offset-purple-700\/15:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.15);
}
.disabled\:ring-offset-purple-700\/20:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.2);
}
.disabled\:ring-offset-purple-700\/25:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.25);
}
.disabled\:ring-offset-purple-700\/30:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.3);
}
.disabled\:ring-offset-purple-700\/35:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.35);
}
.disabled\:ring-offset-purple-700\/40:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.4);
}
.disabled\:ring-offset-purple-700\/45:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.45);
}
.disabled\:ring-offset-purple-700\/5:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.05);
}
.disabled\:ring-offset-purple-700\/50:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.5);
}
.disabled\:ring-offset-purple-700\/55:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.55);
}
.disabled\:ring-offset-purple-700\/60:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.6);
}
.disabled\:ring-offset-purple-700\/65:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.65);
}
.disabled\:ring-offset-purple-700\/70:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.7);
}
.disabled\:ring-offset-purple-700\/75:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.75);
}
.disabled\:ring-offset-purple-700\/80:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.8);
}
.disabled\:ring-offset-purple-700\/85:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.85);
}
.disabled\:ring-offset-purple-700\/90:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.9);
}
.disabled\:ring-offset-purple-700\/95:disabled {
  --tw-ring-offset-color: rgb(126 34 206 / 0.95);
}
.disabled\:ring-offset-purple-800:disabled {
  --tw-ring-offset-color: #6b21a8;
}
.disabled\:ring-offset-purple-800\/0:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0);
}
.disabled\:ring-offset-purple-800\/10:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.1);
}
.disabled\:ring-offset-purple-800\/100:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 1);
}
.disabled\:ring-offset-purple-800\/15:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.15);
}
.disabled\:ring-offset-purple-800\/20:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.2);
}
.disabled\:ring-offset-purple-800\/25:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.25);
}
.disabled\:ring-offset-purple-800\/30:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.3);
}
.disabled\:ring-offset-purple-800\/35:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.35);
}
.disabled\:ring-offset-purple-800\/40:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.4);
}
.disabled\:ring-offset-purple-800\/45:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.45);
}
.disabled\:ring-offset-purple-800\/5:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.05);
}
.disabled\:ring-offset-purple-800\/50:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.5);
}
.disabled\:ring-offset-purple-800\/55:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.55);
}
.disabled\:ring-offset-purple-800\/60:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.6);
}
.disabled\:ring-offset-purple-800\/65:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.65);
}
.disabled\:ring-offset-purple-800\/70:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.7);
}
.disabled\:ring-offset-purple-800\/75:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.75);
}
.disabled\:ring-offset-purple-800\/80:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.8);
}
.disabled\:ring-offset-purple-800\/85:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.85);
}
.disabled\:ring-offset-purple-800\/90:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.9);
}
.disabled\:ring-offset-purple-800\/95:disabled {
  --tw-ring-offset-color: rgb(107 33 168 / 0.95);
}
.disabled\:ring-offset-purple-900:disabled {
  --tw-ring-offset-color: #581c87;
}
.disabled\:ring-offset-purple-900\/0:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0);
}
.disabled\:ring-offset-purple-900\/10:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.1);
}
.disabled\:ring-offset-purple-900\/100:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 1);
}
.disabled\:ring-offset-purple-900\/15:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.15);
}
.disabled\:ring-offset-purple-900\/20:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.2);
}
.disabled\:ring-offset-purple-900\/25:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.25);
}
.disabled\:ring-offset-purple-900\/30:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.3);
}
.disabled\:ring-offset-purple-900\/35:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.35);
}
.disabled\:ring-offset-purple-900\/40:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.4);
}
.disabled\:ring-offset-purple-900\/45:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.45);
}
.disabled\:ring-offset-purple-900\/5:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.05);
}
.disabled\:ring-offset-purple-900\/50:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.5);
}
.disabled\:ring-offset-purple-900\/55:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.55);
}
.disabled\:ring-offset-purple-900\/60:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.6);
}
.disabled\:ring-offset-purple-900\/65:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.65);
}
.disabled\:ring-offset-purple-900\/70:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.7);
}
.disabled\:ring-offset-purple-900\/75:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.75);
}
.disabled\:ring-offset-purple-900\/80:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.8);
}
.disabled\:ring-offset-purple-900\/85:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.85);
}
.disabled\:ring-offset-purple-900\/90:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.9);
}
.disabled\:ring-offset-purple-900\/95:disabled {
  --tw-ring-offset-color: rgb(88 28 135 / 0.95);
}
.disabled\:ring-offset-purple-950:disabled {
  --tw-ring-offset-color: #3b0764;
}
.disabled\:ring-offset-purple-950\/0:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0);
}
.disabled\:ring-offset-purple-950\/10:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.1);
}
.disabled\:ring-offset-purple-950\/100:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 1);
}
.disabled\:ring-offset-purple-950\/15:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.15);
}
.disabled\:ring-offset-purple-950\/20:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.2);
}
.disabled\:ring-offset-purple-950\/25:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.25);
}
.disabled\:ring-offset-purple-950\/30:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.3);
}
.disabled\:ring-offset-purple-950\/35:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.35);
}
.disabled\:ring-offset-purple-950\/40:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.4);
}
.disabled\:ring-offset-purple-950\/45:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.45);
}
.disabled\:ring-offset-purple-950\/5:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.05);
}
.disabled\:ring-offset-purple-950\/50:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.5);
}
.disabled\:ring-offset-purple-950\/55:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.55);
}
.disabled\:ring-offset-purple-950\/60:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.6);
}
.disabled\:ring-offset-purple-950\/65:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.65);
}
.disabled\:ring-offset-purple-950\/70:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.7);
}
.disabled\:ring-offset-purple-950\/75:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.75);
}
.disabled\:ring-offset-purple-950\/80:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.8);
}
.disabled\:ring-offset-purple-950\/85:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.85);
}
.disabled\:ring-offset-purple-950\/90:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.9);
}
.disabled\:ring-offset-purple-950\/95:disabled {
  --tw-ring-offset-color: rgb(59 7 100 / 0.95);
}
.disabled\:ring-offset-red-100:disabled {
  --tw-ring-offset-color: #fee2e2;
}
.disabled\:ring-offset-red-100\/0:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0);
}
.disabled\:ring-offset-red-100\/10:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.1);
}
.disabled\:ring-offset-red-100\/100:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 1);
}
.disabled\:ring-offset-red-100\/15:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.15);
}
.disabled\:ring-offset-red-100\/20:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.2);
}
.disabled\:ring-offset-red-100\/25:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.25);
}
.disabled\:ring-offset-red-100\/30:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.3);
}
.disabled\:ring-offset-red-100\/35:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.35);
}
.disabled\:ring-offset-red-100\/40:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.4);
}
.disabled\:ring-offset-red-100\/45:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.45);
}
.disabled\:ring-offset-red-100\/5:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.05);
}
.disabled\:ring-offset-red-100\/50:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.5);
}
.disabled\:ring-offset-red-100\/55:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.55);
}
.disabled\:ring-offset-red-100\/60:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.6);
}
.disabled\:ring-offset-red-100\/65:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.65);
}
.disabled\:ring-offset-red-100\/70:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.7);
}
.disabled\:ring-offset-red-100\/75:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.75);
}
.disabled\:ring-offset-red-100\/80:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.8);
}
.disabled\:ring-offset-red-100\/85:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.85);
}
.disabled\:ring-offset-red-100\/90:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.9);
}
.disabled\:ring-offset-red-100\/95:disabled {
  --tw-ring-offset-color: rgb(254 226 226 / 0.95);
}
.disabled\:ring-offset-red-200:disabled {
  --tw-ring-offset-color: #fecaca;
}
.disabled\:ring-offset-red-200\/0:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0);
}
.disabled\:ring-offset-red-200\/10:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.1);
}
.disabled\:ring-offset-red-200\/100:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 1);
}
.disabled\:ring-offset-red-200\/15:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.15);
}
.disabled\:ring-offset-red-200\/20:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.2);
}
.disabled\:ring-offset-red-200\/25:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.25);
}
.disabled\:ring-offset-red-200\/30:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.3);
}
.disabled\:ring-offset-red-200\/35:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.35);
}
.disabled\:ring-offset-red-200\/40:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.4);
}
.disabled\:ring-offset-red-200\/45:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.45);
}
.disabled\:ring-offset-red-200\/5:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.05);
}
.disabled\:ring-offset-red-200\/50:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.5);
}
.disabled\:ring-offset-red-200\/55:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.55);
}
.disabled\:ring-offset-red-200\/60:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.6);
}
.disabled\:ring-offset-red-200\/65:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.65);
}
.disabled\:ring-offset-red-200\/70:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.7);
}
.disabled\:ring-offset-red-200\/75:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.75);
}
.disabled\:ring-offset-red-200\/80:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.8);
}
.disabled\:ring-offset-red-200\/85:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.85);
}
.disabled\:ring-offset-red-200\/90:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.9);
}
.disabled\:ring-offset-red-200\/95:disabled {
  --tw-ring-offset-color: rgb(254 202 202 / 0.95);
}
.disabled\:ring-offset-red-300:disabled {
  --tw-ring-offset-color: #fca5a5;
}
.disabled\:ring-offset-red-300\/0:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0);
}
.disabled\:ring-offset-red-300\/10:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.1);
}
.disabled\:ring-offset-red-300\/100:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 1);
}
.disabled\:ring-offset-red-300\/15:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.15);
}
.disabled\:ring-offset-red-300\/20:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.2);
}
.disabled\:ring-offset-red-300\/25:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.25);
}
.disabled\:ring-offset-red-300\/30:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.3);
}
.disabled\:ring-offset-red-300\/35:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.35);
}
.disabled\:ring-offset-red-300\/40:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.4);
}
.disabled\:ring-offset-red-300\/45:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.45);
}
.disabled\:ring-offset-red-300\/5:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.05);
}
.disabled\:ring-offset-red-300\/50:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.5);
}
.disabled\:ring-offset-red-300\/55:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.55);
}
.disabled\:ring-offset-red-300\/60:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.6);
}
.disabled\:ring-offset-red-300\/65:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.65);
}
.disabled\:ring-offset-red-300\/70:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.7);
}
.disabled\:ring-offset-red-300\/75:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.75);
}
.disabled\:ring-offset-red-300\/80:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.8);
}
.disabled\:ring-offset-red-300\/85:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.85);
}
.disabled\:ring-offset-red-300\/90:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.9);
}
.disabled\:ring-offset-red-300\/95:disabled {
  --tw-ring-offset-color: rgb(252 165 165 / 0.95);
}
.disabled\:ring-offset-red-400:disabled {
  --tw-ring-offset-color: #f87171;
}
.disabled\:ring-offset-red-400\/0:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.disabled\:ring-offset-red-400\/10:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.disabled\:ring-offset-red-400\/100:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.disabled\:ring-offset-red-400\/15:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.15);
}
.disabled\:ring-offset-red-400\/20:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.disabled\:ring-offset-red-400\/25:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.disabled\:ring-offset-red-400\/30:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.disabled\:ring-offset-red-400\/35:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.35);
}
.disabled\:ring-offset-red-400\/40:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.disabled\:ring-offset-red-400\/45:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.45);
}
.disabled\:ring-offset-red-400\/5:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.disabled\:ring-offset-red-400\/50:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.disabled\:ring-offset-red-400\/55:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.55);
}
.disabled\:ring-offset-red-400\/60:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.disabled\:ring-offset-red-400\/65:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.65);
}
.disabled\:ring-offset-red-400\/70:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.disabled\:ring-offset-red-400\/75:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.disabled\:ring-offset-red-400\/80:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.disabled\:ring-offset-red-400\/85:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.85);
}
.disabled\:ring-offset-red-400\/90:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.disabled\:ring-offset-red-400\/95:disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.disabled\:ring-offset-red-50:disabled {
  --tw-ring-offset-color: #fef2f2;
}
.disabled\:ring-offset-red-50\/0:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0);
}
.disabled\:ring-offset-red-50\/10:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.1);
}
.disabled\:ring-offset-red-50\/100:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 1);
}
.disabled\:ring-offset-red-50\/15:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.15);
}
.disabled\:ring-offset-red-50\/20:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.2);
}
.disabled\:ring-offset-red-50\/25:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.25);
}
.disabled\:ring-offset-red-50\/30:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.3);
}
.disabled\:ring-offset-red-50\/35:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.35);
}
.disabled\:ring-offset-red-50\/40:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.4);
}
.disabled\:ring-offset-red-50\/45:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.45);
}
.disabled\:ring-offset-red-50\/5:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.05);
}
.disabled\:ring-offset-red-50\/50:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.5);
}
.disabled\:ring-offset-red-50\/55:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.55);
}
.disabled\:ring-offset-red-50\/60:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.6);
}
.disabled\:ring-offset-red-50\/65:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.65);
}
.disabled\:ring-offset-red-50\/70:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.7);
}
.disabled\:ring-offset-red-50\/75:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.75);
}
.disabled\:ring-offset-red-50\/80:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.8);
}
.disabled\:ring-offset-red-50\/85:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.85);
}
.disabled\:ring-offset-red-50\/90:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.9);
}
.disabled\:ring-offset-red-50\/95:disabled {
  --tw-ring-offset-color: rgb(254 242 242 / 0.95);
}
.disabled\:ring-offset-red-500:disabled {
  --tw-ring-offset-color: #ef4444;
}
.disabled\:ring-offset-red-500\/0:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0);
}
.disabled\:ring-offset-red-500\/10:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.1);
}
.disabled\:ring-offset-red-500\/100:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 1);
}
.disabled\:ring-offset-red-500\/15:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.15);
}
.disabled\:ring-offset-red-500\/20:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.2);
}
.disabled\:ring-offset-red-500\/25:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.25);
}
.disabled\:ring-offset-red-500\/30:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.3);
}
.disabled\:ring-offset-red-500\/35:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.35);
}
.disabled\:ring-offset-red-500\/40:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.4);
}
.disabled\:ring-offset-red-500\/45:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.45);
}
.disabled\:ring-offset-red-500\/5:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.05);
}
.disabled\:ring-offset-red-500\/50:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.5);
}
.disabled\:ring-offset-red-500\/55:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.55);
}
.disabled\:ring-offset-red-500\/60:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.6);
}
.disabled\:ring-offset-red-500\/65:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.65);
}
.disabled\:ring-offset-red-500\/70:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.7);
}
.disabled\:ring-offset-red-500\/75:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.75);
}
.disabled\:ring-offset-red-500\/80:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.8);
}
.disabled\:ring-offset-red-500\/85:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.85);
}
.disabled\:ring-offset-red-500\/90:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.9);
}
.disabled\:ring-offset-red-500\/95:disabled {
  --tw-ring-offset-color: rgb(239 68 68 / 0.95);
}
.disabled\:ring-offset-red-600:disabled {
  --tw-ring-offset-color: #dc2626;
}
.disabled\:ring-offset-red-600\/0:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0);
}
.disabled\:ring-offset-red-600\/10:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.1);
}
.disabled\:ring-offset-red-600\/100:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 1);
}
.disabled\:ring-offset-red-600\/15:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.15);
}
.disabled\:ring-offset-red-600\/20:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.2);
}
.disabled\:ring-offset-red-600\/25:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.25);
}
.disabled\:ring-offset-red-600\/30:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.3);
}
.disabled\:ring-offset-red-600\/35:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.35);
}
.disabled\:ring-offset-red-600\/40:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.4);
}
.disabled\:ring-offset-red-600\/45:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.45);
}
.disabled\:ring-offset-red-600\/5:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.05);
}
.disabled\:ring-offset-red-600\/50:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.5);
}
.disabled\:ring-offset-red-600\/55:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.55);
}
.disabled\:ring-offset-red-600\/60:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.6);
}
.disabled\:ring-offset-red-600\/65:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.65);
}
.disabled\:ring-offset-red-600\/70:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.7);
}
.disabled\:ring-offset-red-600\/75:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.75);
}
.disabled\:ring-offset-red-600\/80:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.8);
}
.disabled\:ring-offset-red-600\/85:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.85);
}
.disabled\:ring-offset-red-600\/90:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.9);
}
.disabled\:ring-offset-red-600\/95:disabled {
  --tw-ring-offset-color: rgb(220 38 38 / 0.95);
}
.disabled\:ring-offset-red-700:disabled {
  --tw-ring-offset-color: #b91c1c;
}
.disabled\:ring-offset-red-700\/0:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0);
}
.disabled\:ring-offset-red-700\/10:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.1);
}
.disabled\:ring-offset-red-700\/100:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 1);
}
.disabled\:ring-offset-red-700\/15:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.15);
}
.disabled\:ring-offset-red-700\/20:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.2);
}
.disabled\:ring-offset-red-700\/25:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.25);
}
.disabled\:ring-offset-red-700\/30:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.3);
}
.disabled\:ring-offset-red-700\/35:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.35);
}
.disabled\:ring-offset-red-700\/40:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.4);
}
.disabled\:ring-offset-red-700\/45:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.45);
}
.disabled\:ring-offset-red-700\/5:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.05);
}
.disabled\:ring-offset-red-700\/50:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.5);
}
.disabled\:ring-offset-red-700\/55:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.55);
}
.disabled\:ring-offset-red-700\/60:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.6);
}
.disabled\:ring-offset-red-700\/65:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.65);
}
.disabled\:ring-offset-red-700\/70:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.7);
}
.disabled\:ring-offset-red-700\/75:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.75);
}
.disabled\:ring-offset-red-700\/80:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.8);
}
.disabled\:ring-offset-red-700\/85:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.85);
}
.disabled\:ring-offset-red-700\/90:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.9);
}
.disabled\:ring-offset-red-700\/95:disabled {
  --tw-ring-offset-color: rgb(185 28 28 / 0.95);
}
.disabled\:ring-offset-red-800:disabled {
  --tw-ring-offset-color: #991b1b;
}
.disabled\:ring-offset-red-800\/0:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0);
}
.disabled\:ring-offset-red-800\/10:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.1);
}
.disabled\:ring-offset-red-800\/100:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 1);
}
.disabled\:ring-offset-red-800\/15:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.15);
}
.disabled\:ring-offset-red-800\/20:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.2);
}
.disabled\:ring-offset-red-800\/25:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.25);
}
.disabled\:ring-offset-red-800\/30:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.3);
}
.disabled\:ring-offset-red-800\/35:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.35);
}
.disabled\:ring-offset-red-800\/40:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.4);
}
.disabled\:ring-offset-red-800\/45:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.45);
}
.disabled\:ring-offset-red-800\/5:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.05);
}
.disabled\:ring-offset-red-800\/50:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.5);
}
.disabled\:ring-offset-red-800\/55:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.55);
}
.disabled\:ring-offset-red-800\/60:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.6);
}
.disabled\:ring-offset-red-800\/65:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.65);
}
.disabled\:ring-offset-red-800\/70:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.7);
}
.disabled\:ring-offset-red-800\/75:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.75);
}
.disabled\:ring-offset-red-800\/80:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.8);
}
.disabled\:ring-offset-red-800\/85:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.85);
}
.disabled\:ring-offset-red-800\/90:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.9);
}
.disabled\:ring-offset-red-800\/95:disabled {
  --tw-ring-offset-color: rgb(153 27 27 / 0.95);
}
.disabled\:ring-offset-red-900:disabled {
  --tw-ring-offset-color: #7f1d1d;
}
.disabled\:ring-offset-red-900\/0:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0);
}
.disabled\:ring-offset-red-900\/10:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.1);
}
.disabled\:ring-offset-red-900\/100:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 1);
}
.disabled\:ring-offset-red-900\/15:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.15);
}
.disabled\:ring-offset-red-900\/20:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.2);
}
.disabled\:ring-offset-red-900\/25:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.25);
}
.disabled\:ring-offset-red-900\/30:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.3);
}
.disabled\:ring-offset-red-900\/35:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.35);
}
.disabled\:ring-offset-red-900\/40:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.4);
}
.disabled\:ring-offset-red-900\/45:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.45);
}
.disabled\:ring-offset-red-900\/5:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.05);
}
.disabled\:ring-offset-red-900\/50:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.5);
}
.disabled\:ring-offset-red-900\/55:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.55);
}
.disabled\:ring-offset-red-900\/60:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.6);
}
.disabled\:ring-offset-red-900\/65:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.65);
}
.disabled\:ring-offset-red-900\/70:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.7);
}
.disabled\:ring-offset-red-900\/75:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.75);
}
.disabled\:ring-offset-red-900\/80:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.8);
}
.disabled\:ring-offset-red-900\/85:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.85);
}
.disabled\:ring-offset-red-900\/90:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.9);
}
.disabled\:ring-offset-red-900\/95:disabled {
  --tw-ring-offset-color: rgb(127 29 29 / 0.95);
}
.disabled\:ring-offset-red-950:disabled {
  --tw-ring-offset-color: #450a0a;
}
.disabled\:ring-offset-red-950\/0:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0);
}
.disabled\:ring-offset-red-950\/10:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.1);
}
.disabled\:ring-offset-red-950\/100:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 1);
}
.disabled\:ring-offset-red-950\/15:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.15);
}
.disabled\:ring-offset-red-950\/20:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.2);
}
.disabled\:ring-offset-red-950\/25:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.25);
}
.disabled\:ring-offset-red-950\/30:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.3);
}
.disabled\:ring-offset-red-950\/35:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.35);
}
.disabled\:ring-offset-red-950\/40:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.4);
}
.disabled\:ring-offset-red-950\/45:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.45);
}
.disabled\:ring-offset-red-950\/5:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.05);
}
.disabled\:ring-offset-red-950\/50:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.5);
}
.disabled\:ring-offset-red-950\/55:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.55);
}
.disabled\:ring-offset-red-950\/60:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.6);
}
.disabled\:ring-offset-red-950\/65:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.65);
}
.disabled\:ring-offset-red-950\/70:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.7);
}
.disabled\:ring-offset-red-950\/75:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.75);
}
.disabled\:ring-offset-red-950\/80:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.8);
}
.disabled\:ring-offset-red-950\/85:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.85);
}
.disabled\:ring-offset-red-950\/90:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.9);
}
.disabled\:ring-offset-red-950\/95:disabled {
  --tw-ring-offset-color: rgb(69 10 10 / 0.95);
}
.disabled\:ring-offset-rose-100:disabled {
  --tw-ring-offset-color: #ffe4e6;
}
.disabled\:ring-offset-rose-100\/0:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0);
}
.disabled\:ring-offset-rose-100\/10:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.1);
}
.disabled\:ring-offset-rose-100\/100:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 1);
}
.disabled\:ring-offset-rose-100\/15:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.15);
}
.disabled\:ring-offset-rose-100\/20:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.2);
}
.disabled\:ring-offset-rose-100\/25:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.25);
}
.disabled\:ring-offset-rose-100\/30:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.3);
}
.disabled\:ring-offset-rose-100\/35:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.35);
}
.disabled\:ring-offset-rose-100\/40:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.4);
}
.disabled\:ring-offset-rose-100\/45:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.45);
}
.disabled\:ring-offset-rose-100\/5:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.05);
}
.disabled\:ring-offset-rose-100\/50:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.5);
}
.disabled\:ring-offset-rose-100\/55:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.55);
}
.disabled\:ring-offset-rose-100\/60:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.6);
}
.disabled\:ring-offset-rose-100\/65:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.65);
}
.disabled\:ring-offset-rose-100\/70:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.7);
}
.disabled\:ring-offset-rose-100\/75:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.75);
}
.disabled\:ring-offset-rose-100\/80:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.8);
}
.disabled\:ring-offset-rose-100\/85:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.85);
}
.disabled\:ring-offset-rose-100\/90:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.9);
}
.disabled\:ring-offset-rose-100\/95:disabled {
  --tw-ring-offset-color: rgb(255 228 230 / 0.95);
}
.disabled\:ring-offset-rose-200:disabled {
  --tw-ring-offset-color: #fecdd3;
}
.disabled\:ring-offset-rose-200\/0:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0);
}
.disabled\:ring-offset-rose-200\/10:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.1);
}
.disabled\:ring-offset-rose-200\/100:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 1);
}
.disabled\:ring-offset-rose-200\/15:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.15);
}
.disabled\:ring-offset-rose-200\/20:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.2);
}
.disabled\:ring-offset-rose-200\/25:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.25);
}
.disabled\:ring-offset-rose-200\/30:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.3);
}
.disabled\:ring-offset-rose-200\/35:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.35);
}
.disabled\:ring-offset-rose-200\/40:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.4);
}
.disabled\:ring-offset-rose-200\/45:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.45);
}
.disabled\:ring-offset-rose-200\/5:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.05);
}
.disabled\:ring-offset-rose-200\/50:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.5);
}
.disabled\:ring-offset-rose-200\/55:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.55);
}
.disabled\:ring-offset-rose-200\/60:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.6);
}
.disabled\:ring-offset-rose-200\/65:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.65);
}
.disabled\:ring-offset-rose-200\/70:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.7);
}
.disabled\:ring-offset-rose-200\/75:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.75);
}
.disabled\:ring-offset-rose-200\/80:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.8);
}
.disabled\:ring-offset-rose-200\/85:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.85);
}
.disabled\:ring-offset-rose-200\/90:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.9);
}
.disabled\:ring-offset-rose-200\/95:disabled {
  --tw-ring-offset-color: rgb(254 205 211 / 0.95);
}
.disabled\:ring-offset-rose-300:disabled {
  --tw-ring-offset-color: #fda4af;
}
.disabled\:ring-offset-rose-300\/0:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0);
}
.disabled\:ring-offset-rose-300\/10:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.1);
}
.disabled\:ring-offset-rose-300\/100:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 1);
}
.disabled\:ring-offset-rose-300\/15:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.15);
}
.disabled\:ring-offset-rose-300\/20:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.2);
}
.disabled\:ring-offset-rose-300\/25:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.25);
}
.disabled\:ring-offset-rose-300\/30:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.3);
}
.disabled\:ring-offset-rose-300\/35:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.35);
}
.disabled\:ring-offset-rose-300\/40:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.4);
}
.disabled\:ring-offset-rose-300\/45:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.45);
}
.disabled\:ring-offset-rose-300\/5:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.05);
}
.disabled\:ring-offset-rose-300\/50:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.5);
}
.disabled\:ring-offset-rose-300\/55:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.55);
}
.disabled\:ring-offset-rose-300\/60:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.6);
}
.disabled\:ring-offset-rose-300\/65:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.65);
}
.disabled\:ring-offset-rose-300\/70:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.7);
}
.disabled\:ring-offset-rose-300\/75:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.75);
}
.disabled\:ring-offset-rose-300\/80:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.8);
}
.disabled\:ring-offset-rose-300\/85:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.85);
}
.disabled\:ring-offset-rose-300\/90:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.9);
}
.disabled\:ring-offset-rose-300\/95:disabled {
  --tw-ring-offset-color: rgb(253 164 175 / 0.95);
}
.disabled\:ring-offset-rose-400:disabled {
  --tw-ring-offset-color: #fb7185;
}
.disabled\:ring-offset-rose-400\/0:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0);
}
.disabled\:ring-offset-rose-400\/10:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.1);
}
.disabled\:ring-offset-rose-400\/100:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 1);
}
.disabled\:ring-offset-rose-400\/15:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.15);
}
.disabled\:ring-offset-rose-400\/20:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.2);
}
.disabled\:ring-offset-rose-400\/25:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.25);
}
.disabled\:ring-offset-rose-400\/30:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.3);
}
.disabled\:ring-offset-rose-400\/35:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.35);
}
.disabled\:ring-offset-rose-400\/40:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.4);
}
.disabled\:ring-offset-rose-400\/45:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.45);
}
.disabled\:ring-offset-rose-400\/5:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.05);
}
.disabled\:ring-offset-rose-400\/50:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.5);
}
.disabled\:ring-offset-rose-400\/55:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.55);
}
.disabled\:ring-offset-rose-400\/60:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.6);
}
.disabled\:ring-offset-rose-400\/65:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.65);
}
.disabled\:ring-offset-rose-400\/70:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.7);
}
.disabled\:ring-offset-rose-400\/75:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.75);
}
.disabled\:ring-offset-rose-400\/80:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.8);
}
.disabled\:ring-offset-rose-400\/85:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.85);
}
.disabled\:ring-offset-rose-400\/90:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.9);
}
.disabled\:ring-offset-rose-400\/95:disabled {
  --tw-ring-offset-color: rgb(251 113 133 / 0.95);
}
.disabled\:ring-offset-rose-50:disabled {
  --tw-ring-offset-color: #fff1f2;
}
.disabled\:ring-offset-rose-50\/0:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0);
}
.disabled\:ring-offset-rose-50\/10:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.1);
}
.disabled\:ring-offset-rose-50\/100:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 1);
}
.disabled\:ring-offset-rose-50\/15:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.15);
}
.disabled\:ring-offset-rose-50\/20:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.2);
}
.disabled\:ring-offset-rose-50\/25:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.25);
}
.disabled\:ring-offset-rose-50\/30:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.3);
}
.disabled\:ring-offset-rose-50\/35:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.35);
}
.disabled\:ring-offset-rose-50\/40:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.4);
}
.disabled\:ring-offset-rose-50\/45:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.45);
}
.disabled\:ring-offset-rose-50\/5:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.05);
}
.disabled\:ring-offset-rose-50\/50:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.5);
}
.disabled\:ring-offset-rose-50\/55:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.55);
}
.disabled\:ring-offset-rose-50\/60:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.6);
}
.disabled\:ring-offset-rose-50\/65:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.65);
}
.disabled\:ring-offset-rose-50\/70:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.7);
}
.disabled\:ring-offset-rose-50\/75:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.75);
}
.disabled\:ring-offset-rose-50\/80:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.8);
}
.disabled\:ring-offset-rose-50\/85:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.85);
}
.disabled\:ring-offset-rose-50\/90:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.9);
}
.disabled\:ring-offset-rose-50\/95:disabled {
  --tw-ring-offset-color: rgb(255 241 242 / 0.95);
}
.disabled\:ring-offset-rose-500:disabled {
  --tw-ring-offset-color: #f43f5e;
}
.disabled\:ring-offset-rose-500\/0:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0);
}
.disabled\:ring-offset-rose-500\/10:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.1);
}
.disabled\:ring-offset-rose-500\/100:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 1);
}
.disabled\:ring-offset-rose-500\/15:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.15);
}
.disabled\:ring-offset-rose-500\/20:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.2);
}
.disabled\:ring-offset-rose-500\/25:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.25);
}
.disabled\:ring-offset-rose-500\/30:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.3);
}
.disabled\:ring-offset-rose-500\/35:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.35);
}
.disabled\:ring-offset-rose-500\/40:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.4);
}
.disabled\:ring-offset-rose-500\/45:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.45);
}
.disabled\:ring-offset-rose-500\/5:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.05);
}
.disabled\:ring-offset-rose-500\/50:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.5);
}
.disabled\:ring-offset-rose-500\/55:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.55);
}
.disabled\:ring-offset-rose-500\/60:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.6);
}
.disabled\:ring-offset-rose-500\/65:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.65);
}
.disabled\:ring-offset-rose-500\/70:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.7);
}
.disabled\:ring-offset-rose-500\/75:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.75);
}
.disabled\:ring-offset-rose-500\/80:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.8);
}
.disabled\:ring-offset-rose-500\/85:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.85);
}
.disabled\:ring-offset-rose-500\/90:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.9);
}
.disabled\:ring-offset-rose-500\/95:disabled {
  --tw-ring-offset-color: rgb(244 63 94 / 0.95);
}
.disabled\:ring-offset-rose-600:disabled {
  --tw-ring-offset-color: #e11d48;
}
.disabled\:ring-offset-rose-600\/0:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0);
}
.disabled\:ring-offset-rose-600\/10:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.1);
}
.disabled\:ring-offset-rose-600\/100:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 1);
}
.disabled\:ring-offset-rose-600\/15:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.15);
}
.disabled\:ring-offset-rose-600\/20:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.2);
}
.disabled\:ring-offset-rose-600\/25:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.25);
}
.disabled\:ring-offset-rose-600\/30:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.3);
}
.disabled\:ring-offset-rose-600\/35:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.35);
}
.disabled\:ring-offset-rose-600\/40:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.4);
}
.disabled\:ring-offset-rose-600\/45:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.45);
}
.disabled\:ring-offset-rose-600\/5:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.05);
}
.disabled\:ring-offset-rose-600\/50:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.5);
}
.disabled\:ring-offset-rose-600\/55:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.55);
}
.disabled\:ring-offset-rose-600\/60:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.6);
}
.disabled\:ring-offset-rose-600\/65:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.65);
}
.disabled\:ring-offset-rose-600\/70:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.7);
}
.disabled\:ring-offset-rose-600\/75:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.75);
}
.disabled\:ring-offset-rose-600\/80:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.8);
}
.disabled\:ring-offset-rose-600\/85:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.85);
}
.disabled\:ring-offset-rose-600\/90:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.9);
}
.disabled\:ring-offset-rose-600\/95:disabled {
  --tw-ring-offset-color: rgb(225 29 72 / 0.95);
}
.disabled\:ring-offset-rose-700:disabled {
  --tw-ring-offset-color: #be123c;
}
.disabled\:ring-offset-rose-700\/0:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0);
}
.disabled\:ring-offset-rose-700\/10:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.1);
}
.disabled\:ring-offset-rose-700\/100:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 1);
}
.disabled\:ring-offset-rose-700\/15:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.15);
}
.disabled\:ring-offset-rose-700\/20:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.2);
}
.disabled\:ring-offset-rose-700\/25:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.25);
}
.disabled\:ring-offset-rose-700\/30:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.3);
}
.disabled\:ring-offset-rose-700\/35:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.35);
}
.disabled\:ring-offset-rose-700\/40:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.4);
}
.disabled\:ring-offset-rose-700\/45:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.45);
}
.disabled\:ring-offset-rose-700\/5:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.05);
}
.disabled\:ring-offset-rose-700\/50:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.5);
}
.disabled\:ring-offset-rose-700\/55:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.55);
}
.disabled\:ring-offset-rose-700\/60:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.6);
}
.disabled\:ring-offset-rose-700\/65:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.65);
}
.disabled\:ring-offset-rose-700\/70:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.7);
}
.disabled\:ring-offset-rose-700\/75:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.75);
}
.disabled\:ring-offset-rose-700\/80:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.8);
}
.disabled\:ring-offset-rose-700\/85:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.85);
}
.disabled\:ring-offset-rose-700\/90:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.9);
}
.disabled\:ring-offset-rose-700\/95:disabled {
  --tw-ring-offset-color: rgb(190 18 60 / 0.95);
}
.disabled\:ring-offset-rose-800:disabled {
  --tw-ring-offset-color: #9f1239;
}
.disabled\:ring-offset-rose-800\/0:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0);
}
.disabled\:ring-offset-rose-800\/10:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.1);
}
.disabled\:ring-offset-rose-800\/100:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 1);
}
.disabled\:ring-offset-rose-800\/15:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.15);
}
.disabled\:ring-offset-rose-800\/20:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.2);
}
.disabled\:ring-offset-rose-800\/25:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.25);
}
.disabled\:ring-offset-rose-800\/30:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.3);
}
.disabled\:ring-offset-rose-800\/35:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.35);
}
.disabled\:ring-offset-rose-800\/40:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.4);
}
.disabled\:ring-offset-rose-800\/45:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.45);
}
.disabled\:ring-offset-rose-800\/5:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.05);
}
.disabled\:ring-offset-rose-800\/50:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.5);
}
.disabled\:ring-offset-rose-800\/55:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.55);
}
.disabled\:ring-offset-rose-800\/60:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.6);
}
.disabled\:ring-offset-rose-800\/65:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.65);
}
.disabled\:ring-offset-rose-800\/70:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.7);
}
.disabled\:ring-offset-rose-800\/75:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.75);
}
.disabled\:ring-offset-rose-800\/80:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.8);
}
.disabled\:ring-offset-rose-800\/85:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.85);
}
.disabled\:ring-offset-rose-800\/90:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.9);
}
.disabled\:ring-offset-rose-800\/95:disabled {
  --tw-ring-offset-color: rgb(159 18 57 / 0.95);
}
.disabled\:ring-offset-rose-900:disabled {
  --tw-ring-offset-color: #881337;
}
.disabled\:ring-offset-rose-900\/0:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0);
}
.disabled\:ring-offset-rose-900\/10:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.1);
}
.disabled\:ring-offset-rose-900\/100:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 1);
}
.disabled\:ring-offset-rose-900\/15:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.15);
}
.disabled\:ring-offset-rose-900\/20:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.2);
}
.disabled\:ring-offset-rose-900\/25:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.25);
}
.disabled\:ring-offset-rose-900\/30:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.3);
}
.disabled\:ring-offset-rose-900\/35:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.35);
}
.disabled\:ring-offset-rose-900\/40:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.4);
}
.disabled\:ring-offset-rose-900\/45:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.45);
}
.disabled\:ring-offset-rose-900\/5:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.05);
}
.disabled\:ring-offset-rose-900\/50:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.5);
}
.disabled\:ring-offset-rose-900\/55:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.55);
}
.disabled\:ring-offset-rose-900\/60:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.6);
}
.disabled\:ring-offset-rose-900\/65:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.65);
}
.disabled\:ring-offset-rose-900\/70:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.7);
}
.disabled\:ring-offset-rose-900\/75:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.75);
}
.disabled\:ring-offset-rose-900\/80:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.8);
}
.disabled\:ring-offset-rose-900\/85:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.85);
}
.disabled\:ring-offset-rose-900\/90:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.9);
}
.disabled\:ring-offset-rose-900\/95:disabled {
  --tw-ring-offset-color: rgb(136 19 55 / 0.95);
}
.disabled\:ring-offset-rose-950:disabled {
  --tw-ring-offset-color: #4c0519;
}
.disabled\:ring-offset-rose-950\/0:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0);
}
.disabled\:ring-offset-rose-950\/10:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.1);
}
.disabled\:ring-offset-rose-950\/100:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 1);
}
.disabled\:ring-offset-rose-950\/15:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.15);
}
.disabled\:ring-offset-rose-950\/20:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.2);
}
.disabled\:ring-offset-rose-950\/25:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.25);
}
.disabled\:ring-offset-rose-950\/30:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.3);
}
.disabled\:ring-offset-rose-950\/35:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.35);
}
.disabled\:ring-offset-rose-950\/40:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.4);
}
.disabled\:ring-offset-rose-950\/45:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.45);
}
.disabled\:ring-offset-rose-950\/5:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.05);
}
.disabled\:ring-offset-rose-950\/50:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.5);
}
.disabled\:ring-offset-rose-950\/55:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.55);
}
.disabled\:ring-offset-rose-950\/60:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.6);
}
.disabled\:ring-offset-rose-950\/65:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.65);
}
.disabled\:ring-offset-rose-950\/70:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.7);
}
.disabled\:ring-offset-rose-950\/75:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.75);
}
.disabled\:ring-offset-rose-950\/80:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.8);
}
.disabled\:ring-offset-rose-950\/85:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.85);
}
.disabled\:ring-offset-rose-950\/90:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.9);
}
.disabled\:ring-offset-rose-950\/95:disabled {
  --tw-ring-offset-color: rgb(76 5 25 / 0.95);
}
.disabled\:ring-offset-sky-100:disabled {
  --tw-ring-offset-color: #e0f2fe;
}
.disabled\:ring-offset-sky-100\/0:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0);
}
.disabled\:ring-offset-sky-100\/10:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.1);
}
.disabled\:ring-offset-sky-100\/100:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 1);
}
.disabled\:ring-offset-sky-100\/15:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.15);
}
.disabled\:ring-offset-sky-100\/20:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.2);
}
.disabled\:ring-offset-sky-100\/25:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.25);
}
.disabled\:ring-offset-sky-100\/30:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.3);
}
.disabled\:ring-offset-sky-100\/35:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.35);
}
.disabled\:ring-offset-sky-100\/40:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.4);
}
.disabled\:ring-offset-sky-100\/45:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.45);
}
.disabled\:ring-offset-sky-100\/5:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.05);
}
.disabled\:ring-offset-sky-100\/50:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.5);
}
.disabled\:ring-offset-sky-100\/55:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.55);
}
.disabled\:ring-offset-sky-100\/60:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.6);
}
.disabled\:ring-offset-sky-100\/65:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.65);
}
.disabled\:ring-offset-sky-100\/70:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.7);
}
.disabled\:ring-offset-sky-100\/75:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.75);
}
.disabled\:ring-offset-sky-100\/80:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.8);
}
.disabled\:ring-offset-sky-100\/85:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.85);
}
.disabled\:ring-offset-sky-100\/90:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.9);
}
.disabled\:ring-offset-sky-100\/95:disabled {
  --tw-ring-offset-color: rgb(224 242 254 / 0.95);
}
.disabled\:ring-offset-sky-200:disabled {
  --tw-ring-offset-color: #bae6fd;
}
.disabled\:ring-offset-sky-200\/0:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0);
}
.disabled\:ring-offset-sky-200\/10:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.1);
}
.disabled\:ring-offset-sky-200\/100:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 1);
}
.disabled\:ring-offset-sky-200\/15:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.15);
}
.disabled\:ring-offset-sky-200\/20:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.2);
}
.disabled\:ring-offset-sky-200\/25:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.25);
}
.disabled\:ring-offset-sky-200\/30:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.3);
}
.disabled\:ring-offset-sky-200\/35:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.35);
}
.disabled\:ring-offset-sky-200\/40:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.4);
}
.disabled\:ring-offset-sky-200\/45:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.45);
}
.disabled\:ring-offset-sky-200\/5:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.05);
}
.disabled\:ring-offset-sky-200\/50:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.5);
}
.disabled\:ring-offset-sky-200\/55:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.55);
}
.disabled\:ring-offset-sky-200\/60:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.6);
}
.disabled\:ring-offset-sky-200\/65:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.65);
}
.disabled\:ring-offset-sky-200\/70:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.7);
}
.disabled\:ring-offset-sky-200\/75:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.75);
}
.disabled\:ring-offset-sky-200\/80:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.8);
}
.disabled\:ring-offset-sky-200\/85:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.85);
}
.disabled\:ring-offset-sky-200\/90:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.9);
}
.disabled\:ring-offset-sky-200\/95:disabled {
  --tw-ring-offset-color: rgb(186 230 253 / 0.95);
}
.disabled\:ring-offset-sky-300:disabled {
  --tw-ring-offset-color: #7dd3fc;
}
.disabled\:ring-offset-sky-300\/0:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0);
}
.disabled\:ring-offset-sky-300\/10:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.1);
}
.disabled\:ring-offset-sky-300\/100:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 1);
}
.disabled\:ring-offset-sky-300\/15:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.15);
}
.disabled\:ring-offset-sky-300\/20:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.2);
}
.disabled\:ring-offset-sky-300\/25:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.25);
}
.disabled\:ring-offset-sky-300\/30:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.3);
}
.disabled\:ring-offset-sky-300\/35:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.35);
}
.disabled\:ring-offset-sky-300\/40:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.4);
}
.disabled\:ring-offset-sky-300\/45:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.45);
}
.disabled\:ring-offset-sky-300\/5:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.05);
}
.disabled\:ring-offset-sky-300\/50:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.5);
}
.disabled\:ring-offset-sky-300\/55:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.55);
}
.disabled\:ring-offset-sky-300\/60:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.6);
}
.disabled\:ring-offset-sky-300\/65:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.65);
}
.disabled\:ring-offset-sky-300\/70:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.7);
}
.disabled\:ring-offset-sky-300\/75:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.75);
}
.disabled\:ring-offset-sky-300\/80:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.8);
}
.disabled\:ring-offset-sky-300\/85:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.85);
}
.disabled\:ring-offset-sky-300\/90:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.9);
}
.disabled\:ring-offset-sky-300\/95:disabled {
  --tw-ring-offset-color: rgb(125 211 252 / 0.95);
}
.disabled\:ring-offset-sky-400:disabled {
  --tw-ring-offset-color: #38bdf8;
}
.disabled\:ring-offset-sky-400\/0:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0);
}
.disabled\:ring-offset-sky-400\/10:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.1);
}
.disabled\:ring-offset-sky-400\/100:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 1);
}
.disabled\:ring-offset-sky-400\/15:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.15);
}
.disabled\:ring-offset-sky-400\/20:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.2);
}
.disabled\:ring-offset-sky-400\/25:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.25);
}
.disabled\:ring-offset-sky-400\/30:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.3);
}
.disabled\:ring-offset-sky-400\/35:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.35);
}
.disabled\:ring-offset-sky-400\/40:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.4);
}
.disabled\:ring-offset-sky-400\/45:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.45);
}
.disabled\:ring-offset-sky-400\/5:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.05);
}
.disabled\:ring-offset-sky-400\/50:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.5);
}
.disabled\:ring-offset-sky-400\/55:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.55);
}
.disabled\:ring-offset-sky-400\/60:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.6);
}
.disabled\:ring-offset-sky-400\/65:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.65);
}
.disabled\:ring-offset-sky-400\/70:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.7);
}
.disabled\:ring-offset-sky-400\/75:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.75);
}
.disabled\:ring-offset-sky-400\/80:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.8);
}
.disabled\:ring-offset-sky-400\/85:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.85);
}
.disabled\:ring-offset-sky-400\/90:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.9);
}
.disabled\:ring-offset-sky-400\/95:disabled {
  --tw-ring-offset-color: rgb(56 189 248 / 0.95);
}
.disabled\:ring-offset-sky-50:disabled {
  --tw-ring-offset-color: #f0f9ff;
}
.disabled\:ring-offset-sky-50\/0:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0);
}
.disabled\:ring-offset-sky-50\/10:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.1);
}
.disabled\:ring-offset-sky-50\/100:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 1);
}
.disabled\:ring-offset-sky-50\/15:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.15);
}
.disabled\:ring-offset-sky-50\/20:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.2);
}
.disabled\:ring-offset-sky-50\/25:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.25);
}
.disabled\:ring-offset-sky-50\/30:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.3);
}
.disabled\:ring-offset-sky-50\/35:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.35);
}
.disabled\:ring-offset-sky-50\/40:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.4);
}
.disabled\:ring-offset-sky-50\/45:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.45);
}
.disabled\:ring-offset-sky-50\/5:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.05);
}
.disabled\:ring-offset-sky-50\/50:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.5);
}
.disabled\:ring-offset-sky-50\/55:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.55);
}
.disabled\:ring-offset-sky-50\/60:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.6);
}
.disabled\:ring-offset-sky-50\/65:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.65);
}
.disabled\:ring-offset-sky-50\/70:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.7);
}
.disabled\:ring-offset-sky-50\/75:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.75);
}
.disabled\:ring-offset-sky-50\/80:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.8);
}
.disabled\:ring-offset-sky-50\/85:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.85);
}
.disabled\:ring-offset-sky-50\/90:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.9);
}
.disabled\:ring-offset-sky-50\/95:disabled {
  --tw-ring-offset-color: rgb(240 249 255 / 0.95);
}
.disabled\:ring-offset-sky-500:disabled {
  --tw-ring-offset-color: #0ea5e9;
}
.disabled\:ring-offset-sky-500\/0:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0);
}
.disabled\:ring-offset-sky-500\/10:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.1);
}
.disabled\:ring-offset-sky-500\/100:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 1);
}
.disabled\:ring-offset-sky-500\/15:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.15);
}
.disabled\:ring-offset-sky-500\/20:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.2);
}
.disabled\:ring-offset-sky-500\/25:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.25);
}
.disabled\:ring-offset-sky-500\/30:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.3);
}
.disabled\:ring-offset-sky-500\/35:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.35);
}
.disabled\:ring-offset-sky-500\/40:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.4);
}
.disabled\:ring-offset-sky-500\/45:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.45);
}
.disabled\:ring-offset-sky-500\/5:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.05);
}
.disabled\:ring-offset-sky-500\/50:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.5);
}
.disabled\:ring-offset-sky-500\/55:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.55);
}
.disabled\:ring-offset-sky-500\/60:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.6);
}
.disabled\:ring-offset-sky-500\/65:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.65);
}
.disabled\:ring-offset-sky-500\/70:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.7);
}
.disabled\:ring-offset-sky-500\/75:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.75);
}
.disabled\:ring-offset-sky-500\/80:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.8);
}
.disabled\:ring-offset-sky-500\/85:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.85);
}
.disabled\:ring-offset-sky-500\/90:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.9);
}
.disabled\:ring-offset-sky-500\/95:disabled {
  --tw-ring-offset-color: rgb(14 165 233 / 0.95);
}
.disabled\:ring-offset-sky-600:disabled {
  --tw-ring-offset-color: #0284c7;
}
.disabled\:ring-offset-sky-600\/0:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0);
}
.disabled\:ring-offset-sky-600\/10:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.1);
}
.disabled\:ring-offset-sky-600\/100:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 1);
}
.disabled\:ring-offset-sky-600\/15:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.15);
}
.disabled\:ring-offset-sky-600\/20:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.2);
}
.disabled\:ring-offset-sky-600\/25:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.25);
}
.disabled\:ring-offset-sky-600\/30:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.3);
}
.disabled\:ring-offset-sky-600\/35:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.35);
}
.disabled\:ring-offset-sky-600\/40:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.4);
}
.disabled\:ring-offset-sky-600\/45:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.45);
}
.disabled\:ring-offset-sky-600\/5:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.05);
}
.disabled\:ring-offset-sky-600\/50:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.5);
}
.disabled\:ring-offset-sky-600\/55:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.55);
}
.disabled\:ring-offset-sky-600\/60:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.6);
}
.disabled\:ring-offset-sky-600\/65:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.65);
}
.disabled\:ring-offset-sky-600\/70:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.7);
}
.disabled\:ring-offset-sky-600\/75:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.75);
}
.disabled\:ring-offset-sky-600\/80:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.8);
}
.disabled\:ring-offset-sky-600\/85:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.85);
}
.disabled\:ring-offset-sky-600\/90:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.9);
}
.disabled\:ring-offset-sky-600\/95:disabled {
  --tw-ring-offset-color: rgb(2 132 199 / 0.95);
}
.disabled\:ring-offset-sky-700:disabled {
  --tw-ring-offset-color: #0369a1;
}
.disabled\:ring-offset-sky-700\/0:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0);
}
.disabled\:ring-offset-sky-700\/10:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.1);
}
.disabled\:ring-offset-sky-700\/100:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 1);
}
.disabled\:ring-offset-sky-700\/15:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.15);
}
.disabled\:ring-offset-sky-700\/20:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.2);
}
.disabled\:ring-offset-sky-700\/25:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.25);
}
.disabled\:ring-offset-sky-700\/30:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.3);
}
.disabled\:ring-offset-sky-700\/35:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.35);
}
.disabled\:ring-offset-sky-700\/40:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.4);
}
.disabled\:ring-offset-sky-700\/45:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.45);
}
.disabled\:ring-offset-sky-700\/5:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.05);
}
.disabled\:ring-offset-sky-700\/50:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.5);
}
.disabled\:ring-offset-sky-700\/55:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.55);
}
.disabled\:ring-offset-sky-700\/60:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.6);
}
.disabled\:ring-offset-sky-700\/65:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.65);
}
.disabled\:ring-offset-sky-700\/70:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.7);
}
.disabled\:ring-offset-sky-700\/75:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.75);
}
.disabled\:ring-offset-sky-700\/80:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.8);
}
.disabled\:ring-offset-sky-700\/85:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.85);
}
.disabled\:ring-offset-sky-700\/90:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.9);
}
.disabled\:ring-offset-sky-700\/95:disabled {
  --tw-ring-offset-color: rgb(3 105 161 / 0.95);
}
.disabled\:ring-offset-sky-800:disabled {
  --tw-ring-offset-color: #075985;
}
.disabled\:ring-offset-sky-800\/0:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0);
}
.disabled\:ring-offset-sky-800\/10:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.1);
}
.disabled\:ring-offset-sky-800\/100:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 1);
}
.disabled\:ring-offset-sky-800\/15:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.15);
}
.disabled\:ring-offset-sky-800\/20:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.2);
}
.disabled\:ring-offset-sky-800\/25:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.25);
}
.disabled\:ring-offset-sky-800\/30:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.3);
}
.disabled\:ring-offset-sky-800\/35:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.35);
}
.disabled\:ring-offset-sky-800\/40:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.4);
}
.disabled\:ring-offset-sky-800\/45:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.45);
}
.disabled\:ring-offset-sky-800\/5:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.05);
}
.disabled\:ring-offset-sky-800\/50:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.5);
}
.disabled\:ring-offset-sky-800\/55:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.55);
}
.disabled\:ring-offset-sky-800\/60:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.6);
}
.disabled\:ring-offset-sky-800\/65:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.65);
}
.disabled\:ring-offset-sky-800\/70:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.7);
}
.disabled\:ring-offset-sky-800\/75:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.75);
}
.disabled\:ring-offset-sky-800\/80:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.8);
}
.disabled\:ring-offset-sky-800\/85:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.85);
}
.disabled\:ring-offset-sky-800\/90:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.9);
}
.disabled\:ring-offset-sky-800\/95:disabled {
  --tw-ring-offset-color: rgb(7 89 133 / 0.95);
}
.disabled\:ring-offset-sky-900:disabled {
  --tw-ring-offset-color: #0c4a6e;
}
.disabled\:ring-offset-sky-900\/0:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0);
}
.disabled\:ring-offset-sky-900\/10:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.1);
}
.disabled\:ring-offset-sky-900\/100:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 1);
}
.disabled\:ring-offset-sky-900\/15:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.15);
}
.disabled\:ring-offset-sky-900\/20:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.2);
}
.disabled\:ring-offset-sky-900\/25:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.25);
}
.disabled\:ring-offset-sky-900\/30:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.3);
}
.disabled\:ring-offset-sky-900\/35:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.35);
}
.disabled\:ring-offset-sky-900\/40:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.4);
}
.disabled\:ring-offset-sky-900\/45:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.45);
}
.disabled\:ring-offset-sky-900\/5:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.05);
}
.disabled\:ring-offset-sky-900\/50:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.5);
}
.disabled\:ring-offset-sky-900\/55:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.55);
}
.disabled\:ring-offset-sky-900\/60:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.6);
}
.disabled\:ring-offset-sky-900\/65:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.65);
}
.disabled\:ring-offset-sky-900\/70:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.7);
}
.disabled\:ring-offset-sky-900\/75:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.75);
}
.disabled\:ring-offset-sky-900\/80:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.8);
}
.disabled\:ring-offset-sky-900\/85:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.85);
}
.disabled\:ring-offset-sky-900\/90:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.9);
}
.disabled\:ring-offset-sky-900\/95:disabled {
  --tw-ring-offset-color: rgb(12 74 110 / 0.95);
}
.disabled\:ring-offset-sky-950:disabled {
  --tw-ring-offset-color: #082f49;
}
.disabled\:ring-offset-sky-950\/0:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0);
}
.disabled\:ring-offset-sky-950\/10:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.1);
}
.disabled\:ring-offset-sky-950\/100:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 1);
}
.disabled\:ring-offset-sky-950\/15:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.15);
}
.disabled\:ring-offset-sky-950\/20:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.2);
}
.disabled\:ring-offset-sky-950\/25:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.25);
}
.disabled\:ring-offset-sky-950\/30:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.3);
}
.disabled\:ring-offset-sky-950\/35:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.35);
}
.disabled\:ring-offset-sky-950\/40:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.4);
}
.disabled\:ring-offset-sky-950\/45:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.45);
}
.disabled\:ring-offset-sky-950\/5:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.05);
}
.disabled\:ring-offset-sky-950\/50:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.5);
}
.disabled\:ring-offset-sky-950\/55:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.55);
}
.disabled\:ring-offset-sky-950\/60:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.6);
}
.disabled\:ring-offset-sky-950\/65:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.65);
}
.disabled\:ring-offset-sky-950\/70:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.7);
}
.disabled\:ring-offset-sky-950\/75:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.75);
}
.disabled\:ring-offset-sky-950\/80:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.8);
}
.disabled\:ring-offset-sky-950\/85:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.85);
}
.disabled\:ring-offset-sky-950\/90:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.9);
}
.disabled\:ring-offset-sky-950\/95:disabled {
  --tw-ring-offset-color: rgb(8 47 73 / 0.95);
}
.disabled\:ring-offset-slate-100:disabled {
  --tw-ring-offset-color: #f1f5f9;
}
.disabled\:ring-offset-slate-100\/0:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0);
}
.disabled\:ring-offset-slate-100\/10:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.1);
}
.disabled\:ring-offset-slate-100\/100:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 1);
}
.disabled\:ring-offset-slate-100\/15:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.15);
}
.disabled\:ring-offset-slate-100\/20:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.2);
}
.disabled\:ring-offset-slate-100\/25:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.25);
}
.disabled\:ring-offset-slate-100\/30:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.3);
}
.disabled\:ring-offset-slate-100\/35:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.35);
}
.disabled\:ring-offset-slate-100\/40:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.4);
}
.disabled\:ring-offset-slate-100\/45:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.45);
}
.disabled\:ring-offset-slate-100\/5:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.05);
}
.disabled\:ring-offset-slate-100\/50:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.5);
}
.disabled\:ring-offset-slate-100\/55:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.55);
}
.disabled\:ring-offset-slate-100\/60:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.6);
}
.disabled\:ring-offset-slate-100\/65:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.65);
}
.disabled\:ring-offset-slate-100\/70:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.7);
}
.disabled\:ring-offset-slate-100\/75:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.75);
}
.disabled\:ring-offset-slate-100\/80:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.8);
}
.disabled\:ring-offset-slate-100\/85:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.85);
}
.disabled\:ring-offset-slate-100\/90:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.9);
}
.disabled\:ring-offset-slate-100\/95:disabled {
  --tw-ring-offset-color: rgb(241 245 249 / 0.95);
}
.disabled\:ring-offset-slate-200:disabled {
  --tw-ring-offset-color: #e2e8f0;
}
.disabled\:ring-offset-slate-200\/0:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0);
}
.disabled\:ring-offset-slate-200\/10:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.1);
}
.disabled\:ring-offset-slate-200\/100:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 1);
}
.disabled\:ring-offset-slate-200\/15:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.15);
}
.disabled\:ring-offset-slate-200\/20:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.2);
}
.disabled\:ring-offset-slate-200\/25:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.25);
}
.disabled\:ring-offset-slate-200\/30:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.3);
}
.disabled\:ring-offset-slate-200\/35:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.35);
}
.disabled\:ring-offset-slate-200\/40:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.4);
}
.disabled\:ring-offset-slate-200\/45:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.45);
}
.disabled\:ring-offset-slate-200\/5:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.05);
}
.disabled\:ring-offset-slate-200\/50:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.5);
}
.disabled\:ring-offset-slate-200\/55:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.55);
}
.disabled\:ring-offset-slate-200\/60:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.6);
}
.disabled\:ring-offset-slate-200\/65:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.65);
}
.disabled\:ring-offset-slate-200\/70:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.7);
}
.disabled\:ring-offset-slate-200\/75:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.75);
}
.disabled\:ring-offset-slate-200\/80:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.8);
}
.disabled\:ring-offset-slate-200\/85:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.85);
}
.disabled\:ring-offset-slate-200\/90:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.9);
}
.disabled\:ring-offset-slate-200\/95:disabled {
  --tw-ring-offset-color: rgb(226 232 240 / 0.95);
}
.disabled\:ring-offset-slate-300:disabled {
  --tw-ring-offset-color: #cbd5e1;
}
.disabled\:ring-offset-slate-300\/0:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0);
}
.disabled\:ring-offset-slate-300\/10:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.1);
}
.disabled\:ring-offset-slate-300\/100:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 1);
}
.disabled\:ring-offset-slate-300\/15:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.15);
}
.disabled\:ring-offset-slate-300\/20:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.2);
}
.disabled\:ring-offset-slate-300\/25:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.25);
}
.disabled\:ring-offset-slate-300\/30:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.3);
}
.disabled\:ring-offset-slate-300\/35:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.35);
}
.disabled\:ring-offset-slate-300\/40:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.4);
}
.disabled\:ring-offset-slate-300\/45:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.45);
}
.disabled\:ring-offset-slate-300\/5:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.05);
}
.disabled\:ring-offset-slate-300\/50:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.5);
}
.disabled\:ring-offset-slate-300\/55:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.55);
}
.disabled\:ring-offset-slate-300\/60:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.6);
}
.disabled\:ring-offset-slate-300\/65:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.65);
}
.disabled\:ring-offset-slate-300\/70:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.7);
}
.disabled\:ring-offset-slate-300\/75:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.75);
}
.disabled\:ring-offset-slate-300\/80:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.8);
}
.disabled\:ring-offset-slate-300\/85:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.85);
}
.disabled\:ring-offset-slate-300\/90:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.9);
}
.disabled\:ring-offset-slate-300\/95:disabled {
  --tw-ring-offset-color: rgb(203 213 225 / 0.95);
}
.disabled\:ring-offset-slate-400:disabled {
  --tw-ring-offset-color: #94a3b8;
}
.disabled\:ring-offset-slate-400\/0:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0);
}
.disabled\:ring-offset-slate-400\/10:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.1);
}
.disabled\:ring-offset-slate-400\/100:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 1);
}
.disabled\:ring-offset-slate-400\/15:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.15);
}
.disabled\:ring-offset-slate-400\/20:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.2);
}
.disabled\:ring-offset-slate-400\/25:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.25);
}
.disabled\:ring-offset-slate-400\/30:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.3);
}
.disabled\:ring-offset-slate-400\/35:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.35);
}
.disabled\:ring-offset-slate-400\/40:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.4);
}
.disabled\:ring-offset-slate-400\/45:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.45);
}
.disabled\:ring-offset-slate-400\/5:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.05);
}
.disabled\:ring-offset-slate-400\/50:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.5);
}
.disabled\:ring-offset-slate-400\/55:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.55);
}
.disabled\:ring-offset-slate-400\/60:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.6);
}
.disabled\:ring-offset-slate-400\/65:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.65);
}
.disabled\:ring-offset-slate-400\/70:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.7);
}
.disabled\:ring-offset-slate-400\/75:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.75);
}
.disabled\:ring-offset-slate-400\/80:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.8);
}
.disabled\:ring-offset-slate-400\/85:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.85);
}
.disabled\:ring-offset-slate-400\/90:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.9);
}
.disabled\:ring-offset-slate-400\/95:disabled {
  --tw-ring-offset-color: rgb(148 163 184 / 0.95);
}
.disabled\:ring-offset-slate-50:disabled {
  --tw-ring-offset-color: #f8fafc;
}
.disabled\:ring-offset-slate-50\/0:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0);
}
.disabled\:ring-offset-slate-50\/10:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.1);
}
.disabled\:ring-offset-slate-50\/100:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 1);
}
.disabled\:ring-offset-slate-50\/15:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.15);
}
.disabled\:ring-offset-slate-50\/20:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.2);
}
.disabled\:ring-offset-slate-50\/25:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.25);
}
.disabled\:ring-offset-slate-50\/30:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.3);
}
.disabled\:ring-offset-slate-50\/35:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.35);
}
.disabled\:ring-offset-slate-50\/40:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.4);
}
.disabled\:ring-offset-slate-50\/45:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.45);
}
.disabled\:ring-offset-slate-50\/5:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.05);
}
.disabled\:ring-offset-slate-50\/50:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.5);
}
.disabled\:ring-offset-slate-50\/55:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.55);
}
.disabled\:ring-offset-slate-50\/60:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.6);
}
.disabled\:ring-offset-slate-50\/65:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.65);
}
.disabled\:ring-offset-slate-50\/70:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.7);
}
.disabled\:ring-offset-slate-50\/75:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.75);
}
.disabled\:ring-offset-slate-50\/80:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.8);
}
.disabled\:ring-offset-slate-50\/85:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.85);
}
.disabled\:ring-offset-slate-50\/90:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.9);
}
.disabled\:ring-offset-slate-50\/95:disabled {
  --tw-ring-offset-color: rgb(248 250 252 / 0.95);
}
.disabled\:ring-offset-slate-500:disabled {
  --tw-ring-offset-color: #64748b;
}
.disabled\:ring-offset-slate-500\/0:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0);
}
.disabled\:ring-offset-slate-500\/10:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.1);
}
.disabled\:ring-offset-slate-500\/100:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 1);
}
.disabled\:ring-offset-slate-500\/15:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.15);
}
.disabled\:ring-offset-slate-500\/20:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.2);
}
.disabled\:ring-offset-slate-500\/25:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.25);
}
.disabled\:ring-offset-slate-500\/30:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.3);
}
.disabled\:ring-offset-slate-500\/35:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.35);
}
.disabled\:ring-offset-slate-500\/40:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.4);
}
.disabled\:ring-offset-slate-500\/45:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.45);
}
.disabled\:ring-offset-slate-500\/5:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.05);
}
.disabled\:ring-offset-slate-500\/50:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.5);
}
.disabled\:ring-offset-slate-500\/55:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.55);
}
.disabled\:ring-offset-slate-500\/60:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.6);
}
.disabled\:ring-offset-slate-500\/65:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.65);
}
.disabled\:ring-offset-slate-500\/70:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.7);
}
.disabled\:ring-offset-slate-500\/75:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.75);
}
.disabled\:ring-offset-slate-500\/80:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.8);
}
.disabled\:ring-offset-slate-500\/85:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.85);
}
.disabled\:ring-offset-slate-500\/90:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.9);
}
.disabled\:ring-offset-slate-500\/95:disabled {
  --tw-ring-offset-color: rgb(100 116 139 / 0.95);
}
.disabled\:ring-offset-slate-600:disabled {
  --tw-ring-offset-color: #475569;
}
.disabled\:ring-offset-slate-600\/0:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0);
}
.disabled\:ring-offset-slate-600\/10:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.1);
}
.disabled\:ring-offset-slate-600\/100:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 1);
}
.disabled\:ring-offset-slate-600\/15:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.15);
}
.disabled\:ring-offset-slate-600\/20:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.2);
}
.disabled\:ring-offset-slate-600\/25:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.25);
}
.disabled\:ring-offset-slate-600\/30:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.3);
}
.disabled\:ring-offset-slate-600\/35:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.35);
}
.disabled\:ring-offset-slate-600\/40:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.4);
}
.disabled\:ring-offset-slate-600\/45:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.45);
}
.disabled\:ring-offset-slate-600\/5:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.05);
}
.disabled\:ring-offset-slate-600\/50:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.5);
}
.disabled\:ring-offset-slate-600\/55:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.55);
}
.disabled\:ring-offset-slate-600\/60:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.6);
}
.disabled\:ring-offset-slate-600\/65:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.65);
}
.disabled\:ring-offset-slate-600\/70:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.7);
}
.disabled\:ring-offset-slate-600\/75:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.75);
}
.disabled\:ring-offset-slate-600\/80:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.8);
}
.disabled\:ring-offset-slate-600\/85:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.85);
}
.disabled\:ring-offset-slate-600\/90:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.9);
}
.disabled\:ring-offset-slate-600\/95:disabled {
  --tw-ring-offset-color: rgb(71 85 105 / 0.95);
}
.disabled\:ring-offset-slate-700:disabled {
  --tw-ring-offset-color: #334155;
}
.disabled\:ring-offset-slate-700\/0:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0);
}
.disabled\:ring-offset-slate-700\/10:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.1);
}
.disabled\:ring-offset-slate-700\/100:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 1);
}
.disabled\:ring-offset-slate-700\/15:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.15);
}
.disabled\:ring-offset-slate-700\/20:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.2);
}
.disabled\:ring-offset-slate-700\/25:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.25);
}
.disabled\:ring-offset-slate-700\/30:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.3);
}
.disabled\:ring-offset-slate-700\/35:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.35);
}
.disabled\:ring-offset-slate-700\/40:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.4);
}
.disabled\:ring-offset-slate-700\/45:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.45);
}
.disabled\:ring-offset-slate-700\/5:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.05);
}
.disabled\:ring-offset-slate-700\/50:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.5);
}
.disabled\:ring-offset-slate-700\/55:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.55);
}
.disabled\:ring-offset-slate-700\/60:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.6);
}
.disabled\:ring-offset-slate-700\/65:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.65);
}
.disabled\:ring-offset-slate-700\/70:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.7);
}
.disabled\:ring-offset-slate-700\/75:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.75);
}
.disabled\:ring-offset-slate-700\/80:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.8);
}
.disabled\:ring-offset-slate-700\/85:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.85);
}
.disabled\:ring-offset-slate-700\/90:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.9);
}
.disabled\:ring-offset-slate-700\/95:disabled {
  --tw-ring-offset-color: rgb(51 65 85 / 0.95);
}
.disabled\:ring-offset-slate-800:disabled {
  --tw-ring-offset-color: #1e293b;
}
.disabled\:ring-offset-slate-800\/0:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0);
}
.disabled\:ring-offset-slate-800\/10:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.1);
}
.disabled\:ring-offset-slate-800\/100:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 1);
}
.disabled\:ring-offset-slate-800\/15:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.15);
}
.disabled\:ring-offset-slate-800\/20:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.2);
}
.disabled\:ring-offset-slate-800\/25:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.25);
}
.disabled\:ring-offset-slate-800\/30:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.3);
}
.disabled\:ring-offset-slate-800\/35:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.35);
}
.disabled\:ring-offset-slate-800\/40:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.4);
}
.disabled\:ring-offset-slate-800\/45:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.45);
}
.disabled\:ring-offset-slate-800\/5:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.05);
}
.disabled\:ring-offset-slate-800\/50:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.5);
}
.disabled\:ring-offset-slate-800\/55:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.55);
}
.disabled\:ring-offset-slate-800\/60:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.6);
}
.disabled\:ring-offset-slate-800\/65:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.65);
}
.disabled\:ring-offset-slate-800\/70:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.7);
}
.disabled\:ring-offset-slate-800\/75:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.75);
}
.disabled\:ring-offset-slate-800\/80:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.8);
}
.disabled\:ring-offset-slate-800\/85:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.85);
}
.disabled\:ring-offset-slate-800\/90:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.9);
}
.disabled\:ring-offset-slate-800\/95:disabled {
  --tw-ring-offset-color: rgb(30 41 59 / 0.95);
}
.disabled\:ring-offset-slate-900:disabled {
  --tw-ring-offset-color: #0f172a;
}
.disabled\:ring-offset-slate-900\/0:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0);
}
.disabled\:ring-offset-slate-900\/10:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.1);
}
.disabled\:ring-offset-slate-900\/100:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 1);
}
.disabled\:ring-offset-slate-900\/15:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.15);
}
.disabled\:ring-offset-slate-900\/20:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.2);
}
.disabled\:ring-offset-slate-900\/25:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.25);
}
.disabled\:ring-offset-slate-900\/30:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.3);
}
.disabled\:ring-offset-slate-900\/35:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.35);
}
.disabled\:ring-offset-slate-900\/40:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.4);
}
.disabled\:ring-offset-slate-900\/45:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.45);
}
.disabled\:ring-offset-slate-900\/5:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.05);
}
.disabled\:ring-offset-slate-900\/50:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.5);
}
.disabled\:ring-offset-slate-900\/55:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.55);
}
.disabled\:ring-offset-slate-900\/60:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.6);
}
.disabled\:ring-offset-slate-900\/65:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.65);
}
.disabled\:ring-offset-slate-900\/70:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.7);
}
.disabled\:ring-offset-slate-900\/75:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.75);
}
.disabled\:ring-offset-slate-900\/80:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.8);
}
.disabled\:ring-offset-slate-900\/85:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.85);
}
.disabled\:ring-offset-slate-900\/90:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.9);
}
.disabled\:ring-offset-slate-900\/95:disabled {
  --tw-ring-offset-color: rgb(15 23 42 / 0.95);
}
.disabled\:ring-offset-slate-950:disabled {
  --tw-ring-offset-color: #020617;
}
.disabled\:ring-offset-slate-950\/0:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0);
}
.disabled\:ring-offset-slate-950\/10:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.1);
}
.disabled\:ring-offset-slate-950\/100:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 1);
}
.disabled\:ring-offset-slate-950\/15:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.15);
}
.disabled\:ring-offset-slate-950\/20:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.2);
}
.disabled\:ring-offset-slate-950\/25:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.25);
}
.disabled\:ring-offset-slate-950\/30:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.3);
}
.disabled\:ring-offset-slate-950\/35:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.35);
}
.disabled\:ring-offset-slate-950\/40:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.4);
}
.disabled\:ring-offset-slate-950\/45:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.45);
}
.disabled\:ring-offset-slate-950\/5:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.05);
}
.disabled\:ring-offset-slate-950\/50:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.5);
}
.disabled\:ring-offset-slate-950\/55:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.55);
}
.disabled\:ring-offset-slate-950\/60:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.6);
}
.disabled\:ring-offset-slate-950\/65:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.65);
}
.disabled\:ring-offset-slate-950\/70:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.7);
}
.disabled\:ring-offset-slate-950\/75:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.75);
}
.disabled\:ring-offset-slate-950\/80:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.8);
}
.disabled\:ring-offset-slate-950\/85:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.85);
}
.disabled\:ring-offset-slate-950\/90:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.9);
}
.disabled\:ring-offset-slate-950\/95:disabled {
  --tw-ring-offset-color: rgb(2 6 23 / 0.95);
}
.disabled\:ring-offset-stone-100:disabled {
  --tw-ring-offset-color: #f5f5f4;
}
.disabled\:ring-offset-stone-100\/0:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0);
}
.disabled\:ring-offset-stone-100\/10:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.1);
}
.disabled\:ring-offset-stone-100\/100:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 1);
}
.disabled\:ring-offset-stone-100\/15:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.15);
}
.disabled\:ring-offset-stone-100\/20:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.2);
}
.disabled\:ring-offset-stone-100\/25:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.25);
}
.disabled\:ring-offset-stone-100\/30:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.3);
}
.disabled\:ring-offset-stone-100\/35:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.35);
}
.disabled\:ring-offset-stone-100\/40:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.4);
}
.disabled\:ring-offset-stone-100\/45:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.45);
}
.disabled\:ring-offset-stone-100\/5:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.05);
}
.disabled\:ring-offset-stone-100\/50:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.5);
}
.disabled\:ring-offset-stone-100\/55:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.55);
}
.disabled\:ring-offset-stone-100\/60:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.6);
}
.disabled\:ring-offset-stone-100\/65:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.65);
}
.disabled\:ring-offset-stone-100\/70:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.7);
}
.disabled\:ring-offset-stone-100\/75:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.75);
}
.disabled\:ring-offset-stone-100\/80:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.8);
}
.disabled\:ring-offset-stone-100\/85:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.85);
}
.disabled\:ring-offset-stone-100\/90:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.9);
}
.disabled\:ring-offset-stone-100\/95:disabled {
  --tw-ring-offset-color: rgb(245 245 244 / 0.95);
}
.disabled\:ring-offset-stone-200:disabled {
  --tw-ring-offset-color: #e7e5e4;
}
.disabled\:ring-offset-stone-200\/0:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0);
}
.disabled\:ring-offset-stone-200\/10:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.1);
}
.disabled\:ring-offset-stone-200\/100:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 1);
}
.disabled\:ring-offset-stone-200\/15:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.15);
}
.disabled\:ring-offset-stone-200\/20:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.2);
}
.disabled\:ring-offset-stone-200\/25:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.25);
}
.disabled\:ring-offset-stone-200\/30:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.3);
}
.disabled\:ring-offset-stone-200\/35:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.35);
}
.disabled\:ring-offset-stone-200\/40:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.4);
}
.disabled\:ring-offset-stone-200\/45:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.45);
}
.disabled\:ring-offset-stone-200\/5:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.05);
}
.disabled\:ring-offset-stone-200\/50:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.5);
}
.disabled\:ring-offset-stone-200\/55:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.55);
}
.disabled\:ring-offset-stone-200\/60:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.6);
}
.disabled\:ring-offset-stone-200\/65:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.65);
}
.disabled\:ring-offset-stone-200\/70:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.7);
}
.disabled\:ring-offset-stone-200\/75:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.75);
}
.disabled\:ring-offset-stone-200\/80:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.8);
}
.disabled\:ring-offset-stone-200\/85:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.85);
}
.disabled\:ring-offset-stone-200\/90:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.9);
}
.disabled\:ring-offset-stone-200\/95:disabled {
  --tw-ring-offset-color: rgb(231 229 228 / 0.95);
}
.disabled\:ring-offset-stone-300:disabled {
  --tw-ring-offset-color: #d6d3d1;
}
.disabled\:ring-offset-stone-300\/0:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0);
}
.disabled\:ring-offset-stone-300\/10:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.1);
}
.disabled\:ring-offset-stone-300\/100:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 1);
}
.disabled\:ring-offset-stone-300\/15:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.15);
}
.disabled\:ring-offset-stone-300\/20:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.2);
}
.disabled\:ring-offset-stone-300\/25:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.25);
}
.disabled\:ring-offset-stone-300\/30:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.3);
}
.disabled\:ring-offset-stone-300\/35:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.35);
}
.disabled\:ring-offset-stone-300\/40:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.4);
}
.disabled\:ring-offset-stone-300\/45:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.45);
}
.disabled\:ring-offset-stone-300\/5:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.05);
}
.disabled\:ring-offset-stone-300\/50:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.5);
}
.disabled\:ring-offset-stone-300\/55:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.55);
}
.disabled\:ring-offset-stone-300\/60:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.6);
}
.disabled\:ring-offset-stone-300\/65:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.65);
}
.disabled\:ring-offset-stone-300\/70:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.7);
}
.disabled\:ring-offset-stone-300\/75:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.75);
}
.disabled\:ring-offset-stone-300\/80:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.8);
}
.disabled\:ring-offset-stone-300\/85:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.85);
}
.disabled\:ring-offset-stone-300\/90:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.9);
}
.disabled\:ring-offset-stone-300\/95:disabled {
  --tw-ring-offset-color: rgb(214 211 209 / 0.95);
}
.disabled\:ring-offset-stone-400:disabled {
  --tw-ring-offset-color: #a8a29e;
}
.disabled\:ring-offset-stone-400\/0:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0);
}
.disabled\:ring-offset-stone-400\/10:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.1);
}
.disabled\:ring-offset-stone-400\/100:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 1);
}
.disabled\:ring-offset-stone-400\/15:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.15);
}
.disabled\:ring-offset-stone-400\/20:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.2);
}
.disabled\:ring-offset-stone-400\/25:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.25);
}
.disabled\:ring-offset-stone-400\/30:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.3);
}
.disabled\:ring-offset-stone-400\/35:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.35);
}
.disabled\:ring-offset-stone-400\/40:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.4);
}
.disabled\:ring-offset-stone-400\/45:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.45);
}
.disabled\:ring-offset-stone-400\/5:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.05);
}
.disabled\:ring-offset-stone-400\/50:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.5);
}
.disabled\:ring-offset-stone-400\/55:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.55);
}
.disabled\:ring-offset-stone-400\/60:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.6);
}
.disabled\:ring-offset-stone-400\/65:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.65);
}
.disabled\:ring-offset-stone-400\/70:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.7);
}
.disabled\:ring-offset-stone-400\/75:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.75);
}
.disabled\:ring-offset-stone-400\/80:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.8);
}
.disabled\:ring-offset-stone-400\/85:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.85);
}
.disabled\:ring-offset-stone-400\/90:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.9);
}
.disabled\:ring-offset-stone-400\/95:disabled {
  --tw-ring-offset-color: rgb(168 162 158 / 0.95);
}
.disabled\:ring-offset-stone-50:disabled {
  --tw-ring-offset-color: #fafaf9;
}
.disabled\:ring-offset-stone-50\/0:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0);
}
.disabled\:ring-offset-stone-50\/10:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.1);
}
.disabled\:ring-offset-stone-50\/100:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 1);
}
.disabled\:ring-offset-stone-50\/15:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.15);
}
.disabled\:ring-offset-stone-50\/20:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.2);
}
.disabled\:ring-offset-stone-50\/25:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.25);
}
.disabled\:ring-offset-stone-50\/30:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.3);
}
.disabled\:ring-offset-stone-50\/35:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.35);
}
.disabled\:ring-offset-stone-50\/40:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.4);
}
.disabled\:ring-offset-stone-50\/45:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.45);
}
.disabled\:ring-offset-stone-50\/5:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.05);
}
.disabled\:ring-offset-stone-50\/50:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.5);
}
.disabled\:ring-offset-stone-50\/55:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.55);
}
.disabled\:ring-offset-stone-50\/60:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.6);
}
.disabled\:ring-offset-stone-50\/65:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.65);
}
.disabled\:ring-offset-stone-50\/70:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.7);
}
.disabled\:ring-offset-stone-50\/75:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.75);
}
.disabled\:ring-offset-stone-50\/80:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.8);
}
.disabled\:ring-offset-stone-50\/85:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.85);
}
.disabled\:ring-offset-stone-50\/90:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.9);
}
.disabled\:ring-offset-stone-50\/95:disabled {
  --tw-ring-offset-color: rgb(250 250 249 / 0.95);
}
.disabled\:ring-offset-stone-500:disabled {
  --tw-ring-offset-color: #78716c;
}
.disabled\:ring-offset-stone-500\/0:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0);
}
.disabled\:ring-offset-stone-500\/10:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.1);
}
.disabled\:ring-offset-stone-500\/100:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 1);
}
.disabled\:ring-offset-stone-500\/15:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.15);
}
.disabled\:ring-offset-stone-500\/20:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.2);
}
.disabled\:ring-offset-stone-500\/25:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.25);
}
.disabled\:ring-offset-stone-500\/30:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.3);
}
.disabled\:ring-offset-stone-500\/35:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.35);
}
.disabled\:ring-offset-stone-500\/40:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.4);
}
.disabled\:ring-offset-stone-500\/45:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.45);
}
.disabled\:ring-offset-stone-500\/5:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.05);
}
.disabled\:ring-offset-stone-500\/50:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.5);
}
.disabled\:ring-offset-stone-500\/55:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.55);
}
.disabled\:ring-offset-stone-500\/60:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.6);
}
.disabled\:ring-offset-stone-500\/65:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.65);
}
.disabled\:ring-offset-stone-500\/70:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.7);
}
.disabled\:ring-offset-stone-500\/75:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.75);
}
.disabled\:ring-offset-stone-500\/80:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.8);
}
.disabled\:ring-offset-stone-500\/85:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.85);
}
.disabled\:ring-offset-stone-500\/90:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.9);
}
.disabled\:ring-offset-stone-500\/95:disabled {
  --tw-ring-offset-color: rgb(120 113 108 / 0.95);
}
.disabled\:ring-offset-stone-600:disabled {
  --tw-ring-offset-color: #57534e;
}
.disabled\:ring-offset-stone-600\/0:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0);
}
.disabled\:ring-offset-stone-600\/10:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.1);
}
.disabled\:ring-offset-stone-600\/100:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 1);
}
.disabled\:ring-offset-stone-600\/15:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.15);
}
.disabled\:ring-offset-stone-600\/20:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.2);
}
.disabled\:ring-offset-stone-600\/25:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.25);
}
.disabled\:ring-offset-stone-600\/30:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.3);
}
.disabled\:ring-offset-stone-600\/35:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.35);
}
.disabled\:ring-offset-stone-600\/40:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.4);
}
.disabled\:ring-offset-stone-600\/45:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.45);
}
.disabled\:ring-offset-stone-600\/5:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.05);
}
.disabled\:ring-offset-stone-600\/50:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.5);
}
.disabled\:ring-offset-stone-600\/55:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.55);
}
.disabled\:ring-offset-stone-600\/60:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.6);
}
.disabled\:ring-offset-stone-600\/65:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.65);
}
.disabled\:ring-offset-stone-600\/70:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.7);
}
.disabled\:ring-offset-stone-600\/75:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.75);
}
.disabled\:ring-offset-stone-600\/80:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.8);
}
.disabled\:ring-offset-stone-600\/85:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.85);
}
.disabled\:ring-offset-stone-600\/90:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.9);
}
.disabled\:ring-offset-stone-600\/95:disabled {
  --tw-ring-offset-color: rgb(87 83 78 / 0.95);
}
.disabled\:ring-offset-stone-700:disabled {
  --tw-ring-offset-color: #44403c;
}
.disabled\:ring-offset-stone-700\/0:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0);
}
.disabled\:ring-offset-stone-700\/10:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.1);
}
.disabled\:ring-offset-stone-700\/100:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 1);
}
.disabled\:ring-offset-stone-700\/15:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.15);
}
.disabled\:ring-offset-stone-700\/20:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.2);
}
.disabled\:ring-offset-stone-700\/25:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.25);
}
.disabled\:ring-offset-stone-700\/30:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.3);
}
.disabled\:ring-offset-stone-700\/35:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.35);
}
.disabled\:ring-offset-stone-700\/40:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.4);
}
.disabled\:ring-offset-stone-700\/45:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.45);
}
.disabled\:ring-offset-stone-700\/5:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.05);
}
.disabled\:ring-offset-stone-700\/50:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.5);
}
.disabled\:ring-offset-stone-700\/55:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.55);
}
.disabled\:ring-offset-stone-700\/60:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.6);
}
.disabled\:ring-offset-stone-700\/65:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.65);
}
.disabled\:ring-offset-stone-700\/70:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.7);
}
.disabled\:ring-offset-stone-700\/75:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.75);
}
.disabled\:ring-offset-stone-700\/80:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.8);
}
.disabled\:ring-offset-stone-700\/85:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.85);
}
.disabled\:ring-offset-stone-700\/90:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.9);
}
.disabled\:ring-offset-stone-700\/95:disabled {
  --tw-ring-offset-color: rgb(68 64 60 / 0.95);
}
.disabled\:ring-offset-stone-800:disabled {
  --tw-ring-offset-color: #292524;
}
.disabled\:ring-offset-stone-800\/0:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0);
}
.disabled\:ring-offset-stone-800\/10:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.1);
}
.disabled\:ring-offset-stone-800\/100:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 1);
}
.disabled\:ring-offset-stone-800\/15:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.15);
}
.disabled\:ring-offset-stone-800\/20:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.2);
}
.disabled\:ring-offset-stone-800\/25:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.25);
}
.disabled\:ring-offset-stone-800\/30:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.3);
}
.disabled\:ring-offset-stone-800\/35:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.35);
}
.disabled\:ring-offset-stone-800\/40:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.4);
}
.disabled\:ring-offset-stone-800\/45:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.45);
}
.disabled\:ring-offset-stone-800\/5:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.05);
}
.disabled\:ring-offset-stone-800\/50:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.5);
}
.disabled\:ring-offset-stone-800\/55:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.55);
}
.disabled\:ring-offset-stone-800\/60:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.6);
}
.disabled\:ring-offset-stone-800\/65:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.65);
}
.disabled\:ring-offset-stone-800\/70:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.7);
}
.disabled\:ring-offset-stone-800\/75:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.75);
}
.disabled\:ring-offset-stone-800\/80:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.8);
}
.disabled\:ring-offset-stone-800\/85:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.85);
}
.disabled\:ring-offset-stone-800\/90:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.9);
}
.disabled\:ring-offset-stone-800\/95:disabled {
  --tw-ring-offset-color: rgb(41 37 36 / 0.95);
}
.disabled\:ring-offset-stone-900:disabled {
  --tw-ring-offset-color: #1c1917;
}
.disabled\:ring-offset-stone-900\/0:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0);
}
.disabled\:ring-offset-stone-900\/10:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.1);
}
.disabled\:ring-offset-stone-900\/100:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 1);
}
.disabled\:ring-offset-stone-900\/15:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.15);
}
.disabled\:ring-offset-stone-900\/20:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.2);
}
.disabled\:ring-offset-stone-900\/25:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.25);
}
.disabled\:ring-offset-stone-900\/30:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.3);
}
.disabled\:ring-offset-stone-900\/35:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.35);
}
.disabled\:ring-offset-stone-900\/40:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.4);
}
.disabled\:ring-offset-stone-900\/45:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.45);
}
.disabled\:ring-offset-stone-900\/5:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.05);
}
.disabled\:ring-offset-stone-900\/50:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.5);
}
.disabled\:ring-offset-stone-900\/55:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.55);
}
.disabled\:ring-offset-stone-900\/60:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.6);
}
.disabled\:ring-offset-stone-900\/65:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.65);
}
.disabled\:ring-offset-stone-900\/70:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.7);
}
.disabled\:ring-offset-stone-900\/75:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.75);
}
.disabled\:ring-offset-stone-900\/80:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.8);
}
.disabled\:ring-offset-stone-900\/85:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.85);
}
.disabled\:ring-offset-stone-900\/90:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.9);
}
.disabled\:ring-offset-stone-900\/95:disabled {
  --tw-ring-offset-color: rgb(28 25 23 / 0.95);
}
.disabled\:ring-offset-stone-950:disabled {
  --tw-ring-offset-color: #0c0a09;
}
.disabled\:ring-offset-stone-950\/0:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0);
}
.disabled\:ring-offset-stone-950\/10:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.1);
}
.disabled\:ring-offset-stone-950\/100:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 1);
}
.disabled\:ring-offset-stone-950\/15:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.15);
}
.disabled\:ring-offset-stone-950\/20:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.2);
}
.disabled\:ring-offset-stone-950\/25:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.25);
}
.disabled\:ring-offset-stone-950\/30:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.3);
}
.disabled\:ring-offset-stone-950\/35:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.35);
}
.disabled\:ring-offset-stone-950\/40:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.4);
}
.disabled\:ring-offset-stone-950\/45:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.45);
}
.disabled\:ring-offset-stone-950\/5:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.05);
}
.disabled\:ring-offset-stone-950\/50:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.5);
}
.disabled\:ring-offset-stone-950\/55:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.55);
}
.disabled\:ring-offset-stone-950\/60:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.6);
}
.disabled\:ring-offset-stone-950\/65:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.65);
}
.disabled\:ring-offset-stone-950\/70:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.7);
}
.disabled\:ring-offset-stone-950\/75:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.75);
}
.disabled\:ring-offset-stone-950\/80:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.8);
}
.disabled\:ring-offset-stone-950\/85:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.85);
}
.disabled\:ring-offset-stone-950\/90:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.9);
}
.disabled\:ring-offset-stone-950\/95:disabled {
  --tw-ring-offset-color: rgb(12 10 9 / 0.95);
}
.disabled\:ring-offset-teal-100:disabled {
  --tw-ring-offset-color: #ccfbf1;
}
.disabled\:ring-offset-teal-100\/0:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0);
}
.disabled\:ring-offset-teal-100\/10:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.1);
}
.disabled\:ring-offset-teal-100\/100:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 1);
}
.disabled\:ring-offset-teal-100\/15:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.15);
}
.disabled\:ring-offset-teal-100\/20:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.2);
}
.disabled\:ring-offset-teal-100\/25:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.25);
}
.disabled\:ring-offset-teal-100\/30:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.3);
}
.disabled\:ring-offset-teal-100\/35:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.35);
}
.disabled\:ring-offset-teal-100\/40:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.4);
}
.disabled\:ring-offset-teal-100\/45:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.45);
}
.disabled\:ring-offset-teal-100\/5:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.05);
}
.disabled\:ring-offset-teal-100\/50:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.5);
}
.disabled\:ring-offset-teal-100\/55:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.55);
}
.disabled\:ring-offset-teal-100\/60:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.6);
}
.disabled\:ring-offset-teal-100\/65:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.65);
}
.disabled\:ring-offset-teal-100\/70:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.7);
}
.disabled\:ring-offset-teal-100\/75:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.75);
}
.disabled\:ring-offset-teal-100\/80:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.8);
}
.disabled\:ring-offset-teal-100\/85:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.85);
}
.disabled\:ring-offset-teal-100\/90:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.9);
}
.disabled\:ring-offset-teal-100\/95:disabled {
  --tw-ring-offset-color: rgb(204 251 241 / 0.95);
}
.disabled\:ring-offset-teal-200:disabled {
  --tw-ring-offset-color: #99f6e4;
}
.disabled\:ring-offset-teal-200\/0:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0);
}
.disabled\:ring-offset-teal-200\/10:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.1);
}
.disabled\:ring-offset-teal-200\/100:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 1);
}
.disabled\:ring-offset-teal-200\/15:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.15);
}
.disabled\:ring-offset-teal-200\/20:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.2);
}
.disabled\:ring-offset-teal-200\/25:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.25);
}
.disabled\:ring-offset-teal-200\/30:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.3);
}
.disabled\:ring-offset-teal-200\/35:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.35);
}
.disabled\:ring-offset-teal-200\/40:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.4);
}
.disabled\:ring-offset-teal-200\/45:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.45);
}
.disabled\:ring-offset-teal-200\/5:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.05);
}
.disabled\:ring-offset-teal-200\/50:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.5);
}
.disabled\:ring-offset-teal-200\/55:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.55);
}
.disabled\:ring-offset-teal-200\/60:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.6);
}
.disabled\:ring-offset-teal-200\/65:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.65);
}
.disabled\:ring-offset-teal-200\/70:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.7);
}
.disabled\:ring-offset-teal-200\/75:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.75);
}
.disabled\:ring-offset-teal-200\/80:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.8);
}
.disabled\:ring-offset-teal-200\/85:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.85);
}
.disabled\:ring-offset-teal-200\/90:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.9);
}
.disabled\:ring-offset-teal-200\/95:disabled {
  --tw-ring-offset-color: rgb(153 246 228 / 0.95);
}
.disabled\:ring-offset-teal-300:disabled {
  --tw-ring-offset-color: #5eead4;
}
.disabled\:ring-offset-teal-300\/0:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0);
}
.disabled\:ring-offset-teal-300\/10:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.1);
}
.disabled\:ring-offset-teal-300\/100:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 1);
}
.disabled\:ring-offset-teal-300\/15:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.15);
}
.disabled\:ring-offset-teal-300\/20:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.2);
}
.disabled\:ring-offset-teal-300\/25:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.25);
}
.disabled\:ring-offset-teal-300\/30:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.3);
}
.disabled\:ring-offset-teal-300\/35:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.35);
}
.disabled\:ring-offset-teal-300\/40:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.4);
}
.disabled\:ring-offset-teal-300\/45:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.45);
}
.disabled\:ring-offset-teal-300\/5:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.05);
}
.disabled\:ring-offset-teal-300\/50:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.5);
}
.disabled\:ring-offset-teal-300\/55:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.55);
}
.disabled\:ring-offset-teal-300\/60:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.6);
}
.disabled\:ring-offset-teal-300\/65:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.65);
}
.disabled\:ring-offset-teal-300\/70:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.7);
}
.disabled\:ring-offset-teal-300\/75:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.75);
}
.disabled\:ring-offset-teal-300\/80:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.8);
}
.disabled\:ring-offset-teal-300\/85:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.85);
}
.disabled\:ring-offset-teal-300\/90:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.9);
}
.disabled\:ring-offset-teal-300\/95:disabled {
  --tw-ring-offset-color: rgb(94 234 212 / 0.95);
}
.disabled\:ring-offset-teal-400:disabled {
  --tw-ring-offset-color: #2dd4bf;
}
.disabled\:ring-offset-teal-400\/0:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0);
}
.disabled\:ring-offset-teal-400\/10:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.1);
}
.disabled\:ring-offset-teal-400\/100:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 1);
}
.disabled\:ring-offset-teal-400\/15:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.15);
}
.disabled\:ring-offset-teal-400\/20:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.2);
}
.disabled\:ring-offset-teal-400\/25:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.25);
}
.disabled\:ring-offset-teal-400\/30:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.3);
}
.disabled\:ring-offset-teal-400\/35:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.35);
}
.disabled\:ring-offset-teal-400\/40:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.4);
}
.disabled\:ring-offset-teal-400\/45:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.45);
}
.disabled\:ring-offset-teal-400\/5:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.05);
}
.disabled\:ring-offset-teal-400\/50:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.5);
}
.disabled\:ring-offset-teal-400\/55:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.55);
}
.disabled\:ring-offset-teal-400\/60:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.6);
}
.disabled\:ring-offset-teal-400\/65:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.65);
}
.disabled\:ring-offset-teal-400\/70:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.7);
}
.disabled\:ring-offset-teal-400\/75:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.75);
}
.disabled\:ring-offset-teal-400\/80:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.8);
}
.disabled\:ring-offset-teal-400\/85:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.85);
}
.disabled\:ring-offset-teal-400\/90:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.9);
}
.disabled\:ring-offset-teal-400\/95:disabled {
  --tw-ring-offset-color: rgb(45 212 191 / 0.95);
}
.disabled\:ring-offset-teal-50:disabled {
  --tw-ring-offset-color: #f0fdfa;
}
.disabled\:ring-offset-teal-50\/0:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0);
}
.disabled\:ring-offset-teal-50\/10:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.1);
}
.disabled\:ring-offset-teal-50\/100:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 1);
}
.disabled\:ring-offset-teal-50\/15:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.15);
}
.disabled\:ring-offset-teal-50\/20:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.2);
}
.disabled\:ring-offset-teal-50\/25:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.25);
}
.disabled\:ring-offset-teal-50\/30:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.3);
}
.disabled\:ring-offset-teal-50\/35:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.35);
}
.disabled\:ring-offset-teal-50\/40:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.4);
}
.disabled\:ring-offset-teal-50\/45:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.45);
}
.disabled\:ring-offset-teal-50\/5:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.05);
}
.disabled\:ring-offset-teal-50\/50:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.5);
}
.disabled\:ring-offset-teal-50\/55:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.55);
}
.disabled\:ring-offset-teal-50\/60:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.6);
}
.disabled\:ring-offset-teal-50\/65:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.65);
}
.disabled\:ring-offset-teal-50\/70:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.7);
}
.disabled\:ring-offset-teal-50\/75:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.75);
}
.disabled\:ring-offset-teal-50\/80:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.8);
}
.disabled\:ring-offset-teal-50\/85:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.85);
}
.disabled\:ring-offset-teal-50\/90:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.9);
}
.disabled\:ring-offset-teal-50\/95:disabled {
  --tw-ring-offset-color: rgb(240 253 250 / 0.95);
}
.disabled\:ring-offset-teal-500:disabled {
  --tw-ring-offset-color: #14b8a6;
}
.disabled\:ring-offset-teal-500\/0:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0);
}
.disabled\:ring-offset-teal-500\/10:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.1);
}
.disabled\:ring-offset-teal-500\/100:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 1);
}
.disabled\:ring-offset-teal-500\/15:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.15);
}
.disabled\:ring-offset-teal-500\/20:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.2);
}
.disabled\:ring-offset-teal-500\/25:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.25);
}
.disabled\:ring-offset-teal-500\/30:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.3);
}
.disabled\:ring-offset-teal-500\/35:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.35);
}
.disabled\:ring-offset-teal-500\/40:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.4);
}
.disabled\:ring-offset-teal-500\/45:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.45);
}
.disabled\:ring-offset-teal-500\/5:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.05);
}
.disabled\:ring-offset-teal-500\/50:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.5);
}
.disabled\:ring-offset-teal-500\/55:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.55);
}
.disabled\:ring-offset-teal-500\/60:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.6);
}
.disabled\:ring-offset-teal-500\/65:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.65);
}
.disabled\:ring-offset-teal-500\/70:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.7);
}
.disabled\:ring-offset-teal-500\/75:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.75);
}
.disabled\:ring-offset-teal-500\/80:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.8);
}
.disabled\:ring-offset-teal-500\/85:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.85);
}
.disabled\:ring-offset-teal-500\/90:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.9);
}
.disabled\:ring-offset-teal-500\/95:disabled {
  --tw-ring-offset-color: rgb(20 184 166 / 0.95);
}
.disabled\:ring-offset-teal-600:disabled {
  --tw-ring-offset-color: #0d9488;
}
.disabled\:ring-offset-teal-600\/0:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0);
}
.disabled\:ring-offset-teal-600\/10:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.1);
}
.disabled\:ring-offset-teal-600\/100:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 1);
}
.disabled\:ring-offset-teal-600\/15:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.15);
}
.disabled\:ring-offset-teal-600\/20:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.2);
}
.disabled\:ring-offset-teal-600\/25:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.25);
}
.disabled\:ring-offset-teal-600\/30:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.3);
}
.disabled\:ring-offset-teal-600\/35:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.35);
}
.disabled\:ring-offset-teal-600\/40:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.4);
}
.disabled\:ring-offset-teal-600\/45:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.45);
}
.disabled\:ring-offset-teal-600\/5:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.05);
}
.disabled\:ring-offset-teal-600\/50:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.5);
}
.disabled\:ring-offset-teal-600\/55:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.55);
}
.disabled\:ring-offset-teal-600\/60:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.6);
}
.disabled\:ring-offset-teal-600\/65:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.65);
}
.disabled\:ring-offset-teal-600\/70:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.7);
}
.disabled\:ring-offset-teal-600\/75:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.75);
}
.disabled\:ring-offset-teal-600\/80:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.8);
}
.disabled\:ring-offset-teal-600\/85:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.85);
}
.disabled\:ring-offset-teal-600\/90:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.9);
}
.disabled\:ring-offset-teal-600\/95:disabled {
  --tw-ring-offset-color: rgb(13 148 136 / 0.95);
}
.disabled\:ring-offset-teal-700:disabled {
  --tw-ring-offset-color: #0f766e;
}
.disabled\:ring-offset-teal-700\/0:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0);
}
.disabled\:ring-offset-teal-700\/10:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.1);
}
.disabled\:ring-offset-teal-700\/100:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 1);
}
.disabled\:ring-offset-teal-700\/15:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.15);
}
.disabled\:ring-offset-teal-700\/20:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.2);
}
.disabled\:ring-offset-teal-700\/25:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.25);
}
.disabled\:ring-offset-teal-700\/30:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.3);
}
.disabled\:ring-offset-teal-700\/35:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.35);
}
.disabled\:ring-offset-teal-700\/40:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.4);
}
.disabled\:ring-offset-teal-700\/45:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.45);
}
.disabled\:ring-offset-teal-700\/5:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.05);
}
.disabled\:ring-offset-teal-700\/50:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.5);
}
.disabled\:ring-offset-teal-700\/55:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.55);
}
.disabled\:ring-offset-teal-700\/60:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.6);
}
.disabled\:ring-offset-teal-700\/65:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.65);
}
.disabled\:ring-offset-teal-700\/70:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.7);
}
.disabled\:ring-offset-teal-700\/75:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.75);
}
.disabled\:ring-offset-teal-700\/80:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.8);
}
.disabled\:ring-offset-teal-700\/85:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.85);
}
.disabled\:ring-offset-teal-700\/90:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.9);
}
.disabled\:ring-offset-teal-700\/95:disabled {
  --tw-ring-offset-color: rgb(15 118 110 / 0.95);
}
.disabled\:ring-offset-teal-800:disabled {
  --tw-ring-offset-color: #115e59;
}
.disabled\:ring-offset-teal-800\/0:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0);
}
.disabled\:ring-offset-teal-800\/10:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.1);
}
.disabled\:ring-offset-teal-800\/100:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 1);
}
.disabled\:ring-offset-teal-800\/15:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.15);
}
.disabled\:ring-offset-teal-800\/20:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.2);
}
.disabled\:ring-offset-teal-800\/25:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.25);
}
.disabled\:ring-offset-teal-800\/30:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.3);
}
.disabled\:ring-offset-teal-800\/35:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.35);
}
.disabled\:ring-offset-teal-800\/40:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.4);
}
.disabled\:ring-offset-teal-800\/45:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.45);
}
.disabled\:ring-offset-teal-800\/5:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.05);
}
.disabled\:ring-offset-teal-800\/50:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.5);
}
.disabled\:ring-offset-teal-800\/55:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.55);
}
.disabled\:ring-offset-teal-800\/60:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.6);
}
.disabled\:ring-offset-teal-800\/65:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.65);
}
.disabled\:ring-offset-teal-800\/70:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.7);
}
.disabled\:ring-offset-teal-800\/75:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.75);
}
.disabled\:ring-offset-teal-800\/80:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.8);
}
.disabled\:ring-offset-teal-800\/85:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.85);
}
.disabled\:ring-offset-teal-800\/90:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.9);
}
.disabled\:ring-offset-teal-800\/95:disabled {
  --tw-ring-offset-color: rgb(17 94 89 / 0.95);
}
.disabled\:ring-offset-teal-900:disabled {
  --tw-ring-offset-color: #134e4a;
}
.disabled\:ring-offset-teal-900\/0:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0);
}
.disabled\:ring-offset-teal-900\/10:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.1);
}
.disabled\:ring-offset-teal-900\/100:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 1);
}
.disabled\:ring-offset-teal-900\/15:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.15);
}
.disabled\:ring-offset-teal-900\/20:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.2);
}
.disabled\:ring-offset-teal-900\/25:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.25);
}
.disabled\:ring-offset-teal-900\/30:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.3);
}
.disabled\:ring-offset-teal-900\/35:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.35);
}
.disabled\:ring-offset-teal-900\/40:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.4);
}
.disabled\:ring-offset-teal-900\/45:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.45);
}
.disabled\:ring-offset-teal-900\/5:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.05);
}
.disabled\:ring-offset-teal-900\/50:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.5);
}
.disabled\:ring-offset-teal-900\/55:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.55);
}
.disabled\:ring-offset-teal-900\/60:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.6);
}
.disabled\:ring-offset-teal-900\/65:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.65);
}
.disabled\:ring-offset-teal-900\/70:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.7);
}
.disabled\:ring-offset-teal-900\/75:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.75);
}
.disabled\:ring-offset-teal-900\/80:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.8);
}
.disabled\:ring-offset-teal-900\/85:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.85);
}
.disabled\:ring-offset-teal-900\/90:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.9);
}
.disabled\:ring-offset-teal-900\/95:disabled {
  --tw-ring-offset-color: rgb(19 78 74 / 0.95);
}
.disabled\:ring-offset-teal-950:disabled {
  --tw-ring-offset-color: #042f2e;
}
.disabled\:ring-offset-teal-950\/0:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0);
}
.disabled\:ring-offset-teal-950\/10:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.1);
}
.disabled\:ring-offset-teal-950\/100:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 1);
}
.disabled\:ring-offset-teal-950\/15:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.15);
}
.disabled\:ring-offset-teal-950\/20:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.2);
}
.disabled\:ring-offset-teal-950\/25:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.25);
}
.disabled\:ring-offset-teal-950\/30:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.3);
}
.disabled\:ring-offset-teal-950\/35:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.35);
}
.disabled\:ring-offset-teal-950\/40:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.4);
}
.disabled\:ring-offset-teal-950\/45:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.45);
}
.disabled\:ring-offset-teal-950\/5:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.05);
}
.disabled\:ring-offset-teal-950\/50:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.5);
}
.disabled\:ring-offset-teal-950\/55:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.55);
}
.disabled\:ring-offset-teal-950\/60:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.6);
}
.disabled\:ring-offset-teal-950\/65:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.65);
}
.disabled\:ring-offset-teal-950\/70:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.7);
}
.disabled\:ring-offset-teal-950\/75:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.75);
}
.disabled\:ring-offset-teal-950\/80:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.8);
}
.disabled\:ring-offset-teal-950\/85:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.85);
}
.disabled\:ring-offset-teal-950\/90:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.9);
}
.disabled\:ring-offset-teal-950\/95:disabled {
  --tw-ring-offset-color: rgb(4 47 46 / 0.95);
}
.disabled\:ring-offset-transparent:disabled {
  --tw-ring-offset-color: transparent;
}
.disabled\:ring-offset-transparent\/0:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.disabled\:ring-offset-transparent\/10:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.disabled\:ring-offset-transparent\/100:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.disabled\:ring-offset-transparent\/15:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}
.disabled\:ring-offset-transparent\/20:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.disabled\:ring-offset-transparent\/25:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.disabled\:ring-offset-transparent\/30:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.disabled\:ring-offset-transparent\/35:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}
.disabled\:ring-offset-transparent\/40:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.disabled\:ring-offset-transparent\/45:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}
.disabled\:ring-offset-transparent\/5:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.disabled\:ring-offset-transparent\/50:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.disabled\:ring-offset-transparent\/55:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}
.disabled\:ring-offset-transparent\/60:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.disabled\:ring-offset-transparent\/65:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}
.disabled\:ring-offset-transparent\/70:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.disabled\:ring-offset-transparent\/75:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.disabled\:ring-offset-transparent\/80:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.disabled\:ring-offset-transparent\/85:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}
.disabled\:ring-offset-transparent\/90:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.disabled\:ring-offset-transparent\/95:disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.disabled\:ring-offset-violet-100:disabled {
  --tw-ring-offset-color: #ede9fe;
}
.disabled\:ring-offset-violet-100\/0:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0);
}
.disabled\:ring-offset-violet-100\/10:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.1);
}
.disabled\:ring-offset-violet-100\/100:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 1);
}
.disabled\:ring-offset-violet-100\/15:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.15);
}
.disabled\:ring-offset-violet-100\/20:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.2);
}
.disabled\:ring-offset-violet-100\/25:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.25);
}
.disabled\:ring-offset-violet-100\/30:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.3);
}
.disabled\:ring-offset-violet-100\/35:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.35);
}
.disabled\:ring-offset-violet-100\/40:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.4);
}
.disabled\:ring-offset-violet-100\/45:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.45);
}
.disabled\:ring-offset-violet-100\/5:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.05);
}
.disabled\:ring-offset-violet-100\/50:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.5);
}
.disabled\:ring-offset-violet-100\/55:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.55);
}
.disabled\:ring-offset-violet-100\/60:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.6);
}
.disabled\:ring-offset-violet-100\/65:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.65);
}
.disabled\:ring-offset-violet-100\/70:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.7);
}
.disabled\:ring-offset-violet-100\/75:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.75);
}
.disabled\:ring-offset-violet-100\/80:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.8);
}
.disabled\:ring-offset-violet-100\/85:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.85);
}
.disabled\:ring-offset-violet-100\/90:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.9);
}
.disabled\:ring-offset-violet-100\/95:disabled {
  --tw-ring-offset-color: rgb(237 233 254 / 0.95);
}
.disabled\:ring-offset-violet-200:disabled {
  --tw-ring-offset-color: #ddd6fe;
}
.disabled\:ring-offset-violet-200\/0:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0);
}
.disabled\:ring-offset-violet-200\/10:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.1);
}
.disabled\:ring-offset-violet-200\/100:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 1);
}
.disabled\:ring-offset-violet-200\/15:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.15);
}
.disabled\:ring-offset-violet-200\/20:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.2);
}
.disabled\:ring-offset-violet-200\/25:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.25);
}
.disabled\:ring-offset-violet-200\/30:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.3);
}
.disabled\:ring-offset-violet-200\/35:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.35);
}
.disabled\:ring-offset-violet-200\/40:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.4);
}
.disabled\:ring-offset-violet-200\/45:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.45);
}
.disabled\:ring-offset-violet-200\/5:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.05);
}
.disabled\:ring-offset-violet-200\/50:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.5);
}
.disabled\:ring-offset-violet-200\/55:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.55);
}
.disabled\:ring-offset-violet-200\/60:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.6);
}
.disabled\:ring-offset-violet-200\/65:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.65);
}
.disabled\:ring-offset-violet-200\/70:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.7);
}
.disabled\:ring-offset-violet-200\/75:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.75);
}
.disabled\:ring-offset-violet-200\/80:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.8);
}
.disabled\:ring-offset-violet-200\/85:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.85);
}
.disabled\:ring-offset-violet-200\/90:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.9);
}
.disabled\:ring-offset-violet-200\/95:disabled {
  --tw-ring-offset-color: rgb(221 214 254 / 0.95);
}
.disabled\:ring-offset-violet-300:disabled {
  --tw-ring-offset-color: #c4b5fd;
}
.disabled\:ring-offset-violet-300\/0:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0);
}
.disabled\:ring-offset-violet-300\/10:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.1);
}
.disabled\:ring-offset-violet-300\/100:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 1);
}
.disabled\:ring-offset-violet-300\/15:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.15);
}
.disabled\:ring-offset-violet-300\/20:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.2);
}
.disabled\:ring-offset-violet-300\/25:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.25);
}
.disabled\:ring-offset-violet-300\/30:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.3);
}
.disabled\:ring-offset-violet-300\/35:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.35);
}
.disabled\:ring-offset-violet-300\/40:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.4);
}
.disabled\:ring-offset-violet-300\/45:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.45);
}
.disabled\:ring-offset-violet-300\/5:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.05);
}
.disabled\:ring-offset-violet-300\/50:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.5);
}
.disabled\:ring-offset-violet-300\/55:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.55);
}
.disabled\:ring-offset-violet-300\/60:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.6);
}
.disabled\:ring-offset-violet-300\/65:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.65);
}
.disabled\:ring-offset-violet-300\/70:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.7);
}
.disabled\:ring-offset-violet-300\/75:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.75);
}
.disabled\:ring-offset-violet-300\/80:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.8);
}
.disabled\:ring-offset-violet-300\/85:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.85);
}
.disabled\:ring-offset-violet-300\/90:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.9);
}
.disabled\:ring-offset-violet-300\/95:disabled {
  --tw-ring-offset-color: rgb(196 181 253 / 0.95);
}
.disabled\:ring-offset-violet-400:disabled {
  --tw-ring-offset-color: #a78bfa;
}
.disabled\:ring-offset-violet-400\/0:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0);
}
.disabled\:ring-offset-violet-400\/10:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.1);
}
.disabled\:ring-offset-violet-400\/100:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 1);
}
.disabled\:ring-offset-violet-400\/15:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.15);
}
.disabled\:ring-offset-violet-400\/20:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.2);
}
.disabled\:ring-offset-violet-400\/25:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.25);
}
.disabled\:ring-offset-violet-400\/30:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.3);
}
.disabled\:ring-offset-violet-400\/35:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.35);
}
.disabled\:ring-offset-violet-400\/40:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.4);
}
.disabled\:ring-offset-violet-400\/45:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.45);
}
.disabled\:ring-offset-violet-400\/5:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.05);
}
.disabled\:ring-offset-violet-400\/50:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.5);
}
.disabled\:ring-offset-violet-400\/55:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.55);
}
.disabled\:ring-offset-violet-400\/60:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.6);
}
.disabled\:ring-offset-violet-400\/65:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.65);
}
.disabled\:ring-offset-violet-400\/70:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.7);
}
.disabled\:ring-offset-violet-400\/75:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.75);
}
.disabled\:ring-offset-violet-400\/80:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.8);
}
.disabled\:ring-offset-violet-400\/85:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.85);
}
.disabled\:ring-offset-violet-400\/90:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.9);
}
.disabled\:ring-offset-violet-400\/95:disabled {
  --tw-ring-offset-color: rgb(167 139 250 / 0.95);
}
.disabled\:ring-offset-violet-50:disabled {
  --tw-ring-offset-color: #f5f3ff;
}
.disabled\:ring-offset-violet-50\/0:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0);
}
.disabled\:ring-offset-violet-50\/10:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.1);
}
.disabled\:ring-offset-violet-50\/100:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 1);
}
.disabled\:ring-offset-violet-50\/15:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.15);
}
.disabled\:ring-offset-violet-50\/20:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.2);
}
.disabled\:ring-offset-violet-50\/25:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.25);
}
.disabled\:ring-offset-violet-50\/30:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.3);
}
.disabled\:ring-offset-violet-50\/35:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.35);
}
.disabled\:ring-offset-violet-50\/40:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.4);
}
.disabled\:ring-offset-violet-50\/45:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.45);
}
.disabled\:ring-offset-violet-50\/5:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.05);
}
.disabled\:ring-offset-violet-50\/50:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.5);
}
.disabled\:ring-offset-violet-50\/55:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.55);
}
.disabled\:ring-offset-violet-50\/60:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.6);
}
.disabled\:ring-offset-violet-50\/65:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.65);
}
.disabled\:ring-offset-violet-50\/70:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.7);
}
.disabled\:ring-offset-violet-50\/75:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.75);
}
.disabled\:ring-offset-violet-50\/80:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.8);
}
.disabled\:ring-offset-violet-50\/85:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.85);
}
.disabled\:ring-offset-violet-50\/90:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.9);
}
.disabled\:ring-offset-violet-50\/95:disabled {
  --tw-ring-offset-color: rgb(245 243 255 / 0.95);
}
.disabled\:ring-offset-violet-500:disabled {
  --tw-ring-offset-color: #8b5cf6;
}
.disabled\:ring-offset-violet-500\/0:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0);
}
.disabled\:ring-offset-violet-500\/10:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.1);
}
.disabled\:ring-offset-violet-500\/100:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 1);
}
.disabled\:ring-offset-violet-500\/15:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.15);
}
.disabled\:ring-offset-violet-500\/20:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.2);
}
.disabled\:ring-offset-violet-500\/25:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.25);
}
.disabled\:ring-offset-violet-500\/30:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.3);
}
.disabled\:ring-offset-violet-500\/35:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.35);
}
.disabled\:ring-offset-violet-500\/40:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.4);
}
.disabled\:ring-offset-violet-500\/45:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.45);
}
.disabled\:ring-offset-violet-500\/5:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.05);
}
.disabled\:ring-offset-violet-500\/50:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.5);
}
.disabled\:ring-offset-violet-500\/55:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.55);
}
.disabled\:ring-offset-violet-500\/60:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.6);
}
.disabled\:ring-offset-violet-500\/65:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.65);
}
.disabled\:ring-offset-violet-500\/70:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.7);
}
.disabled\:ring-offset-violet-500\/75:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.75);
}
.disabled\:ring-offset-violet-500\/80:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.8);
}
.disabled\:ring-offset-violet-500\/85:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.85);
}
.disabled\:ring-offset-violet-500\/90:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.9);
}
.disabled\:ring-offset-violet-500\/95:disabled {
  --tw-ring-offset-color: rgb(139 92 246 / 0.95);
}
.disabled\:ring-offset-violet-600:disabled {
  --tw-ring-offset-color: #7c3aed;
}
.disabled\:ring-offset-violet-600\/0:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0);
}
.disabled\:ring-offset-violet-600\/10:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.1);
}
.disabled\:ring-offset-violet-600\/100:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 1);
}
.disabled\:ring-offset-violet-600\/15:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.15);
}
.disabled\:ring-offset-violet-600\/20:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.2);
}
.disabled\:ring-offset-violet-600\/25:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.25);
}
.disabled\:ring-offset-violet-600\/30:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.3);
}
.disabled\:ring-offset-violet-600\/35:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.35);
}
.disabled\:ring-offset-violet-600\/40:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.4);
}
.disabled\:ring-offset-violet-600\/45:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.45);
}
.disabled\:ring-offset-violet-600\/5:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.05);
}
.disabled\:ring-offset-violet-600\/50:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.5);
}
.disabled\:ring-offset-violet-600\/55:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.55);
}
.disabled\:ring-offset-violet-600\/60:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.6);
}
.disabled\:ring-offset-violet-600\/65:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.65);
}
.disabled\:ring-offset-violet-600\/70:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.7);
}
.disabled\:ring-offset-violet-600\/75:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.75);
}
.disabled\:ring-offset-violet-600\/80:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.8);
}
.disabled\:ring-offset-violet-600\/85:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.85);
}
.disabled\:ring-offset-violet-600\/90:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.9);
}
.disabled\:ring-offset-violet-600\/95:disabled {
  --tw-ring-offset-color: rgb(124 58 237 / 0.95);
}
.disabled\:ring-offset-violet-700:disabled {
  --tw-ring-offset-color: #6d28d9;
}
.disabled\:ring-offset-violet-700\/0:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0);
}
.disabled\:ring-offset-violet-700\/10:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.1);
}
.disabled\:ring-offset-violet-700\/100:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 1);
}
.disabled\:ring-offset-violet-700\/15:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.15);
}
.disabled\:ring-offset-violet-700\/20:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.2);
}
.disabled\:ring-offset-violet-700\/25:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.25);
}
.disabled\:ring-offset-violet-700\/30:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.3);
}
.disabled\:ring-offset-violet-700\/35:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.35);
}
.disabled\:ring-offset-violet-700\/40:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.4);
}
.disabled\:ring-offset-violet-700\/45:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.45);
}
.disabled\:ring-offset-violet-700\/5:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.05);
}
.disabled\:ring-offset-violet-700\/50:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.5);
}
.disabled\:ring-offset-violet-700\/55:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.55);
}
.disabled\:ring-offset-violet-700\/60:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.6);
}
.disabled\:ring-offset-violet-700\/65:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.65);
}
.disabled\:ring-offset-violet-700\/70:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.7);
}
.disabled\:ring-offset-violet-700\/75:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.75);
}
.disabled\:ring-offset-violet-700\/80:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.8);
}
.disabled\:ring-offset-violet-700\/85:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.85);
}
.disabled\:ring-offset-violet-700\/90:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.9);
}
.disabled\:ring-offset-violet-700\/95:disabled {
  --tw-ring-offset-color: rgb(109 40 217 / 0.95);
}
.disabled\:ring-offset-violet-800:disabled {
  --tw-ring-offset-color: #5b21b6;
}
.disabled\:ring-offset-violet-800\/0:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0);
}
.disabled\:ring-offset-violet-800\/10:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.1);
}
.disabled\:ring-offset-violet-800\/100:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 1);
}
.disabled\:ring-offset-violet-800\/15:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.15);
}
.disabled\:ring-offset-violet-800\/20:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.2);
}
.disabled\:ring-offset-violet-800\/25:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.25);
}
.disabled\:ring-offset-violet-800\/30:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.3);
}
.disabled\:ring-offset-violet-800\/35:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.35);
}
.disabled\:ring-offset-violet-800\/40:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.4);
}
.disabled\:ring-offset-violet-800\/45:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.45);
}
.disabled\:ring-offset-violet-800\/5:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.05);
}
.disabled\:ring-offset-violet-800\/50:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.5);
}
.disabled\:ring-offset-violet-800\/55:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.55);
}
.disabled\:ring-offset-violet-800\/60:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.6);
}
.disabled\:ring-offset-violet-800\/65:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.65);
}
.disabled\:ring-offset-violet-800\/70:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.7);
}
.disabled\:ring-offset-violet-800\/75:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.75);
}
.disabled\:ring-offset-violet-800\/80:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.8);
}
.disabled\:ring-offset-violet-800\/85:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.85);
}
.disabled\:ring-offset-violet-800\/90:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.9);
}
.disabled\:ring-offset-violet-800\/95:disabled {
  --tw-ring-offset-color: rgb(91 33 182 / 0.95);
}
.disabled\:ring-offset-violet-900:disabled {
  --tw-ring-offset-color: #4c1d95;
}
.disabled\:ring-offset-violet-900\/0:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0);
}
.disabled\:ring-offset-violet-900\/10:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.1);
}
.disabled\:ring-offset-violet-900\/100:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 1);
}
.disabled\:ring-offset-violet-900\/15:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.15);
}
.disabled\:ring-offset-violet-900\/20:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.2);
}
.disabled\:ring-offset-violet-900\/25:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.25);
}
.disabled\:ring-offset-violet-900\/30:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.3);
}
.disabled\:ring-offset-violet-900\/35:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.35);
}
.disabled\:ring-offset-violet-900\/40:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.4);
}
.disabled\:ring-offset-violet-900\/45:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.45);
}
.disabled\:ring-offset-violet-900\/5:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.05);
}
.disabled\:ring-offset-violet-900\/50:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.5);
}
.disabled\:ring-offset-violet-900\/55:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.55);
}
.disabled\:ring-offset-violet-900\/60:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.6);
}
.disabled\:ring-offset-violet-900\/65:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.65);
}
.disabled\:ring-offset-violet-900\/70:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.7);
}
.disabled\:ring-offset-violet-900\/75:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.75);
}
.disabled\:ring-offset-violet-900\/80:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.8);
}
.disabled\:ring-offset-violet-900\/85:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.85);
}
.disabled\:ring-offset-violet-900\/90:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.9);
}
.disabled\:ring-offset-violet-900\/95:disabled {
  --tw-ring-offset-color: rgb(76 29 149 / 0.95);
}
.disabled\:ring-offset-violet-950:disabled {
  --tw-ring-offset-color: #2e1065;
}
.disabled\:ring-offset-violet-950\/0:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0);
}
.disabled\:ring-offset-violet-950\/10:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.1);
}
.disabled\:ring-offset-violet-950\/100:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 1);
}
.disabled\:ring-offset-violet-950\/15:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.15);
}
.disabled\:ring-offset-violet-950\/20:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.2);
}
.disabled\:ring-offset-violet-950\/25:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.25);
}
.disabled\:ring-offset-violet-950\/30:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.3);
}
.disabled\:ring-offset-violet-950\/35:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.35);
}
.disabled\:ring-offset-violet-950\/40:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.4);
}
.disabled\:ring-offset-violet-950\/45:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.45);
}
.disabled\:ring-offset-violet-950\/5:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.05);
}
.disabled\:ring-offset-violet-950\/50:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.5);
}
.disabled\:ring-offset-violet-950\/55:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.55);
}
.disabled\:ring-offset-violet-950\/60:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.6);
}
.disabled\:ring-offset-violet-950\/65:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.65);
}
.disabled\:ring-offset-violet-950\/70:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.7);
}
.disabled\:ring-offset-violet-950\/75:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.75);
}
.disabled\:ring-offset-violet-950\/80:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.8);
}
.disabled\:ring-offset-violet-950\/85:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.85);
}
.disabled\:ring-offset-violet-950\/90:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.9);
}
.disabled\:ring-offset-violet-950\/95:disabled {
  --tw-ring-offset-color: rgb(46 16 101 / 0.95);
}
.disabled\:ring-offset-white:disabled {
  --tw-ring-offset-color: #fff;
}
.disabled\:ring-offset-white\/0:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.disabled\:ring-offset-white\/10:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.disabled\:ring-offset-white\/100:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.disabled\:ring-offset-white\/15:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}
.disabled\:ring-offset-white\/20:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.disabled\:ring-offset-white\/25:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.disabled\:ring-offset-white\/30:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.disabled\:ring-offset-white\/35:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}
.disabled\:ring-offset-white\/40:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.disabled\:ring-offset-white\/45:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}
.disabled\:ring-offset-white\/5:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.disabled\:ring-offset-white\/50:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.disabled\:ring-offset-white\/55:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}
.disabled\:ring-offset-white\/60:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.disabled\:ring-offset-white\/65:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}
.disabled\:ring-offset-white\/70:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.disabled\:ring-offset-white\/75:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.disabled\:ring-offset-white\/80:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.disabled\:ring-offset-white\/85:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}
.disabled\:ring-offset-white\/90:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.disabled\:ring-offset-white\/95:disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.disabled\:ring-offset-yellow-100:disabled {
  --tw-ring-offset-color: #fef9c3;
}
.disabled\:ring-offset-yellow-100\/0:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}
.disabled\:ring-offset-yellow-100\/10:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}
.disabled\:ring-offset-yellow-100\/100:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}
.disabled\:ring-offset-yellow-100\/15:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}
.disabled\:ring-offset-yellow-100\/20:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}
.disabled\:ring-offset-yellow-100\/25:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}
.disabled\:ring-offset-yellow-100\/30:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}
.disabled\:ring-offset-yellow-100\/35:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}
.disabled\:ring-offset-yellow-100\/40:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}
.disabled\:ring-offset-yellow-100\/45:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}
.disabled\:ring-offset-yellow-100\/5:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}
.disabled\:ring-offset-yellow-100\/50:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}
.disabled\:ring-offset-yellow-100\/55:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}
.disabled\:ring-offset-yellow-100\/60:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}
.disabled\:ring-offset-yellow-100\/65:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}
.disabled\:ring-offset-yellow-100\/70:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}
.disabled\:ring-offset-yellow-100\/75:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}
.disabled\:ring-offset-yellow-100\/80:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}
.disabled\:ring-offset-yellow-100\/85:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}
.disabled\:ring-offset-yellow-100\/90:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}
.disabled\:ring-offset-yellow-100\/95:disabled {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}
.disabled\:ring-offset-yellow-200:disabled {
  --tw-ring-offset-color: #fef08a;
}
.disabled\:ring-offset-yellow-200\/0:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}
.disabled\:ring-offset-yellow-200\/10:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}
.disabled\:ring-offset-yellow-200\/100:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}
.disabled\:ring-offset-yellow-200\/15:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}
.disabled\:ring-offset-yellow-200\/20:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}
.disabled\:ring-offset-yellow-200\/25:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}
.disabled\:ring-offset-yellow-200\/30:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}
.disabled\:ring-offset-yellow-200\/35:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}
.disabled\:ring-offset-yellow-200\/40:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}
.disabled\:ring-offset-yellow-200\/45:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}
.disabled\:ring-offset-yellow-200\/5:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}
.disabled\:ring-offset-yellow-200\/50:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}
.disabled\:ring-offset-yellow-200\/55:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}
.disabled\:ring-offset-yellow-200\/60:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}
.disabled\:ring-offset-yellow-200\/65:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}
.disabled\:ring-offset-yellow-200\/70:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}
.disabled\:ring-offset-yellow-200\/75:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}
.disabled\:ring-offset-yellow-200\/80:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}
.disabled\:ring-offset-yellow-200\/85:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}
.disabled\:ring-offset-yellow-200\/90:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}
.disabled\:ring-offset-yellow-200\/95:disabled {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}
.disabled\:ring-offset-yellow-300:disabled {
  --tw-ring-offset-color: #fde047;
}
.disabled\:ring-offset-yellow-300\/0:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}
.disabled\:ring-offset-yellow-300\/10:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}
.disabled\:ring-offset-yellow-300\/100:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}
.disabled\:ring-offset-yellow-300\/15:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}
.disabled\:ring-offset-yellow-300\/20:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}
.disabled\:ring-offset-yellow-300\/25:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}
.disabled\:ring-offset-yellow-300\/30:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}
.disabled\:ring-offset-yellow-300\/35:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}
.disabled\:ring-offset-yellow-300\/40:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}
.disabled\:ring-offset-yellow-300\/45:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}
.disabled\:ring-offset-yellow-300\/5:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}
.disabled\:ring-offset-yellow-300\/50:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}
.disabled\:ring-offset-yellow-300\/55:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}
.disabled\:ring-offset-yellow-300\/60:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}
.disabled\:ring-offset-yellow-300\/65:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}
.disabled\:ring-offset-yellow-300\/70:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}
.disabled\:ring-offset-yellow-300\/75:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}
.disabled\:ring-offset-yellow-300\/80:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}
.disabled\:ring-offset-yellow-300\/85:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}
.disabled\:ring-offset-yellow-300\/90:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}
.disabled\:ring-offset-yellow-300\/95:disabled {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}
.disabled\:ring-offset-yellow-400:disabled {
  --tw-ring-offset-color: #facc15;
}
.disabled\:ring-offset-yellow-400\/0:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}
.disabled\:ring-offset-yellow-400\/10:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}
.disabled\:ring-offset-yellow-400\/100:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}
.disabled\:ring-offset-yellow-400\/15:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}
.disabled\:ring-offset-yellow-400\/20:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}
.disabled\:ring-offset-yellow-400\/25:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}
.disabled\:ring-offset-yellow-400\/30:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}
.disabled\:ring-offset-yellow-400\/35:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}
.disabled\:ring-offset-yellow-400\/40:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}
.disabled\:ring-offset-yellow-400\/45:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}
.disabled\:ring-offset-yellow-400\/5:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}
.disabled\:ring-offset-yellow-400\/50:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}
.disabled\:ring-offset-yellow-400\/55:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}
.disabled\:ring-offset-yellow-400\/60:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}
.disabled\:ring-offset-yellow-400\/65:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}
.disabled\:ring-offset-yellow-400\/70:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}
.disabled\:ring-offset-yellow-400\/75:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}
.disabled\:ring-offset-yellow-400\/80:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}
.disabled\:ring-offset-yellow-400\/85:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}
.disabled\:ring-offset-yellow-400\/90:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}
.disabled\:ring-offset-yellow-400\/95:disabled {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}
.disabled\:ring-offset-yellow-50:disabled {
  --tw-ring-offset-color: #fefce8;
}
.disabled\:ring-offset-yellow-50\/0:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}
.disabled\:ring-offset-yellow-50\/10:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}
.disabled\:ring-offset-yellow-50\/100:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}
.disabled\:ring-offset-yellow-50\/15:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}
.disabled\:ring-offset-yellow-50\/20:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}
.disabled\:ring-offset-yellow-50\/25:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}
.disabled\:ring-offset-yellow-50\/30:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}
.disabled\:ring-offset-yellow-50\/35:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}
.disabled\:ring-offset-yellow-50\/40:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}
.disabled\:ring-offset-yellow-50\/45:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}
.disabled\:ring-offset-yellow-50\/5:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}
.disabled\:ring-offset-yellow-50\/50:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}
.disabled\:ring-offset-yellow-50\/55:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}
.disabled\:ring-offset-yellow-50\/60:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}
.disabled\:ring-offset-yellow-50\/65:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}
.disabled\:ring-offset-yellow-50\/70:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}
.disabled\:ring-offset-yellow-50\/75:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}
.disabled\:ring-offset-yellow-50\/80:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}
.disabled\:ring-offset-yellow-50\/85:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}
.disabled\:ring-offset-yellow-50\/90:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}
.disabled\:ring-offset-yellow-50\/95:disabled {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}
.disabled\:ring-offset-yellow-500:disabled {
  --tw-ring-offset-color: #eab308;
}
.disabled\:ring-offset-yellow-500\/0:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}
.disabled\:ring-offset-yellow-500\/10:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}
.disabled\:ring-offset-yellow-500\/100:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}
.disabled\:ring-offset-yellow-500\/15:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}
.disabled\:ring-offset-yellow-500\/20:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}
.disabled\:ring-offset-yellow-500\/25:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}
.disabled\:ring-offset-yellow-500\/30:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}
.disabled\:ring-offset-yellow-500\/35:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}
.disabled\:ring-offset-yellow-500\/40:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}
.disabled\:ring-offset-yellow-500\/45:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}
.disabled\:ring-offset-yellow-500\/5:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}
.disabled\:ring-offset-yellow-500\/50:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}
.disabled\:ring-offset-yellow-500\/55:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}
.disabled\:ring-offset-yellow-500\/60:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}
.disabled\:ring-offset-yellow-500\/65:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}
.disabled\:ring-offset-yellow-500\/70:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}
.disabled\:ring-offset-yellow-500\/75:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}
.disabled\:ring-offset-yellow-500\/80:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}
.disabled\:ring-offset-yellow-500\/85:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}
.disabled\:ring-offset-yellow-500\/90:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}
.disabled\:ring-offset-yellow-500\/95:disabled {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}
.disabled\:ring-offset-yellow-600:disabled {
  --tw-ring-offset-color: #ca8a04;
}
.disabled\:ring-offset-yellow-600\/0:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}
.disabled\:ring-offset-yellow-600\/10:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}
.disabled\:ring-offset-yellow-600\/100:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}
.disabled\:ring-offset-yellow-600\/15:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}
.disabled\:ring-offset-yellow-600\/20:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}
.disabled\:ring-offset-yellow-600\/25:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}
.disabled\:ring-offset-yellow-600\/30:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}
.disabled\:ring-offset-yellow-600\/35:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}
.disabled\:ring-offset-yellow-600\/40:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}
.disabled\:ring-offset-yellow-600\/45:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}
.disabled\:ring-offset-yellow-600\/5:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}
.disabled\:ring-offset-yellow-600\/50:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}
.disabled\:ring-offset-yellow-600\/55:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}
.disabled\:ring-offset-yellow-600\/60:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}
.disabled\:ring-offset-yellow-600\/65:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}
.disabled\:ring-offset-yellow-600\/70:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}
.disabled\:ring-offset-yellow-600\/75:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}
.disabled\:ring-offset-yellow-600\/80:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}
.disabled\:ring-offset-yellow-600\/85:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}
.disabled\:ring-offset-yellow-600\/90:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}
.disabled\:ring-offset-yellow-600\/95:disabled {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}
.disabled\:ring-offset-yellow-700:disabled {
  --tw-ring-offset-color: #a16207;
}
.disabled\:ring-offset-yellow-700\/0:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}
.disabled\:ring-offset-yellow-700\/10:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}
.disabled\:ring-offset-yellow-700\/100:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}
.disabled\:ring-offset-yellow-700\/15:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}
.disabled\:ring-offset-yellow-700\/20:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}
.disabled\:ring-offset-yellow-700\/25:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}
.disabled\:ring-offset-yellow-700\/30:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}
.disabled\:ring-offset-yellow-700\/35:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}
.disabled\:ring-offset-yellow-700\/40:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}
.disabled\:ring-offset-yellow-700\/45:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}
.disabled\:ring-offset-yellow-700\/5:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}
.disabled\:ring-offset-yellow-700\/50:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}
.disabled\:ring-offset-yellow-700\/55:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}
.disabled\:ring-offset-yellow-700\/60:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}
.disabled\:ring-offset-yellow-700\/65:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}
.disabled\:ring-offset-yellow-700\/70:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}
.disabled\:ring-offset-yellow-700\/75:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}
.disabled\:ring-offset-yellow-700\/80:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}
.disabled\:ring-offset-yellow-700\/85:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}
.disabled\:ring-offset-yellow-700\/90:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}
.disabled\:ring-offset-yellow-700\/95:disabled {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}
.disabled\:ring-offset-yellow-800:disabled {
  --tw-ring-offset-color: #854d0e;
}
.disabled\:ring-offset-yellow-800\/0:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}
.disabled\:ring-offset-yellow-800\/10:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}
.disabled\:ring-offset-yellow-800\/100:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}
.disabled\:ring-offset-yellow-800\/15:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}
.disabled\:ring-offset-yellow-800\/20:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}
.disabled\:ring-offset-yellow-800\/25:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}
.disabled\:ring-offset-yellow-800\/30:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}
.disabled\:ring-offset-yellow-800\/35:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}
.disabled\:ring-offset-yellow-800\/40:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}
.disabled\:ring-offset-yellow-800\/45:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}
.disabled\:ring-offset-yellow-800\/5:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}
.disabled\:ring-offset-yellow-800\/50:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}
.disabled\:ring-offset-yellow-800\/55:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}
.disabled\:ring-offset-yellow-800\/60:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}
.disabled\:ring-offset-yellow-800\/65:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}
.disabled\:ring-offset-yellow-800\/70:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}
.disabled\:ring-offset-yellow-800\/75:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}
.disabled\:ring-offset-yellow-800\/80:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}
.disabled\:ring-offset-yellow-800\/85:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}
.disabled\:ring-offset-yellow-800\/90:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}
.disabled\:ring-offset-yellow-800\/95:disabled {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}
.disabled\:ring-offset-yellow-900:disabled {
  --tw-ring-offset-color: #713f12;
}
.disabled\:ring-offset-yellow-900\/0:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}
.disabled\:ring-offset-yellow-900\/10:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}
.disabled\:ring-offset-yellow-900\/100:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}
.disabled\:ring-offset-yellow-900\/15:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}
.disabled\:ring-offset-yellow-900\/20:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}
.disabled\:ring-offset-yellow-900\/25:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}
.disabled\:ring-offset-yellow-900\/30:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}
.disabled\:ring-offset-yellow-900\/35:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}
.disabled\:ring-offset-yellow-900\/40:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}
.disabled\:ring-offset-yellow-900\/45:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}
.disabled\:ring-offset-yellow-900\/5:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}
.disabled\:ring-offset-yellow-900\/50:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}
.disabled\:ring-offset-yellow-900\/55:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}
.disabled\:ring-offset-yellow-900\/60:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}
.disabled\:ring-offset-yellow-900\/65:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}
.disabled\:ring-offset-yellow-900\/70:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}
.disabled\:ring-offset-yellow-900\/75:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}
.disabled\:ring-offset-yellow-900\/80:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}
.disabled\:ring-offset-yellow-900\/85:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}
.disabled\:ring-offset-yellow-900\/90:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}
.disabled\:ring-offset-yellow-900\/95:disabled {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}
.disabled\:ring-offset-yellow-950:disabled {
  --tw-ring-offset-color: #422006;
}
.disabled\:ring-offset-yellow-950\/0:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}
.disabled\:ring-offset-yellow-950\/10:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}
.disabled\:ring-offset-yellow-950\/100:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}
.disabled\:ring-offset-yellow-950\/15:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}
.disabled\:ring-offset-yellow-950\/20:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}
.disabled\:ring-offset-yellow-950\/25:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}
.disabled\:ring-offset-yellow-950\/30:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}
.disabled\:ring-offset-yellow-950\/35:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}
.disabled\:ring-offset-yellow-950\/40:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}
.disabled\:ring-offset-yellow-950\/45:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}
.disabled\:ring-offset-yellow-950\/5:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}
.disabled\:ring-offset-yellow-950\/50:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}
.disabled\:ring-offset-yellow-950\/55:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}
.disabled\:ring-offset-yellow-950\/60:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}
.disabled\:ring-offset-yellow-950\/65:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}
.disabled\:ring-offset-yellow-950\/70:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}
.disabled\:ring-offset-yellow-950\/75:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}
.disabled\:ring-offset-yellow-950\/80:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}
.disabled\:ring-offset-yellow-950\/85:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}
.disabled\:ring-offset-yellow-950\/90:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}
.disabled\:ring-offset-yellow-950\/95:disabled {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}
.disabled\:ring-offset-zinc-100:disabled {
  --tw-ring-offset-color: #f4f4f5;
}
.disabled\:ring-offset-zinc-100\/0:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0);
}
.disabled\:ring-offset-zinc-100\/10:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.1);
}
.disabled\:ring-offset-zinc-100\/100:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 1);
}
.disabled\:ring-offset-zinc-100\/15:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.15);
}
.disabled\:ring-offset-zinc-100\/20:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.2);
}
.disabled\:ring-offset-zinc-100\/25:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.25);
}
.disabled\:ring-offset-zinc-100\/30:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.3);
}
.disabled\:ring-offset-zinc-100\/35:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.35);
}
.disabled\:ring-offset-zinc-100\/40:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.4);
}
.disabled\:ring-offset-zinc-100\/45:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.45);
}
.disabled\:ring-offset-zinc-100\/5:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.05);
}
.disabled\:ring-offset-zinc-100\/50:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.5);
}
.disabled\:ring-offset-zinc-100\/55:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.55);
}
.disabled\:ring-offset-zinc-100\/60:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.6);
}
.disabled\:ring-offset-zinc-100\/65:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.65);
}
.disabled\:ring-offset-zinc-100\/70:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.7);
}
.disabled\:ring-offset-zinc-100\/75:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.75);
}
.disabled\:ring-offset-zinc-100\/80:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.8);
}
.disabled\:ring-offset-zinc-100\/85:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.85);
}
.disabled\:ring-offset-zinc-100\/90:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.9);
}
.disabled\:ring-offset-zinc-100\/95:disabled {
  --tw-ring-offset-color: rgb(244 244 245 / 0.95);
}
.disabled\:ring-offset-zinc-200:disabled {
  --tw-ring-offset-color: #e4e4e7;
}
.disabled\:ring-offset-zinc-200\/0:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0);
}
.disabled\:ring-offset-zinc-200\/10:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.1);
}
.disabled\:ring-offset-zinc-200\/100:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 1);
}
.disabled\:ring-offset-zinc-200\/15:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.15);
}
.disabled\:ring-offset-zinc-200\/20:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.2);
}
.disabled\:ring-offset-zinc-200\/25:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.25);
}
.disabled\:ring-offset-zinc-200\/30:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.3);
}
.disabled\:ring-offset-zinc-200\/35:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.35);
}
.disabled\:ring-offset-zinc-200\/40:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.4);
}
.disabled\:ring-offset-zinc-200\/45:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.45);
}
.disabled\:ring-offset-zinc-200\/5:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.05);
}
.disabled\:ring-offset-zinc-200\/50:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.5);
}
.disabled\:ring-offset-zinc-200\/55:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.55);
}
.disabled\:ring-offset-zinc-200\/60:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.6);
}
.disabled\:ring-offset-zinc-200\/65:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.65);
}
.disabled\:ring-offset-zinc-200\/70:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.7);
}
.disabled\:ring-offset-zinc-200\/75:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.75);
}
.disabled\:ring-offset-zinc-200\/80:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.8);
}
.disabled\:ring-offset-zinc-200\/85:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.85);
}
.disabled\:ring-offset-zinc-200\/90:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.9);
}
.disabled\:ring-offset-zinc-200\/95:disabled {
  --tw-ring-offset-color: rgb(228 228 231 / 0.95);
}
.disabled\:ring-offset-zinc-300:disabled {
  --tw-ring-offset-color: #d4d4d8;
}
.disabled\:ring-offset-zinc-300\/0:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0);
}
.disabled\:ring-offset-zinc-300\/10:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.1);
}
.disabled\:ring-offset-zinc-300\/100:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 1);
}
.disabled\:ring-offset-zinc-300\/15:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.15);
}
.disabled\:ring-offset-zinc-300\/20:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.2);
}
.disabled\:ring-offset-zinc-300\/25:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.25);
}
.disabled\:ring-offset-zinc-300\/30:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.3);
}
.disabled\:ring-offset-zinc-300\/35:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.35);
}
.disabled\:ring-offset-zinc-300\/40:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.4);
}
.disabled\:ring-offset-zinc-300\/45:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.45);
}
.disabled\:ring-offset-zinc-300\/5:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.05);
}
.disabled\:ring-offset-zinc-300\/50:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.5);
}
.disabled\:ring-offset-zinc-300\/55:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.55);
}
.disabled\:ring-offset-zinc-300\/60:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.6);
}
.disabled\:ring-offset-zinc-300\/65:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.65);
}
.disabled\:ring-offset-zinc-300\/70:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.7);
}
.disabled\:ring-offset-zinc-300\/75:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.75);
}
.disabled\:ring-offset-zinc-300\/80:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.8);
}
.disabled\:ring-offset-zinc-300\/85:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.85);
}
.disabled\:ring-offset-zinc-300\/90:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.9);
}
.disabled\:ring-offset-zinc-300\/95:disabled {
  --tw-ring-offset-color: rgb(212 212 216 / 0.95);
}
.disabled\:ring-offset-zinc-400:disabled {
  --tw-ring-offset-color: #a1a1aa;
}
.disabled\:ring-offset-zinc-400\/0:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0);
}
.disabled\:ring-offset-zinc-400\/10:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.1);
}
.disabled\:ring-offset-zinc-400\/100:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 1);
}
.disabled\:ring-offset-zinc-400\/15:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.15);
}
.disabled\:ring-offset-zinc-400\/20:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.2);
}
.disabled\:ring-offset-zinc-400\/25:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.25);
}
.disabled\:ring-offset-zinc-400\/30:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.3);
}
.disabled\:ring-offset-zinc-400\/35:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.35);
}
.disabled\:ring-offset-zinc-400\/40:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.4);
}
.disabled\:ring-offset-zinc-400\/45:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.45);
}
.disabled\:ring-offset-zinc-400\/5:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.05);
}
.disabled\:ring-offset-zinc-400\/50:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.5);
}
.disabled\:ring-offset-zinc-400\/55:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.55);
}
.disabled\:ring-offset-zinc-400\/60:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.6);
}
.disabled\:ring-offset-zinc-400\/65:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.65);
}
.disabled\:ring-offset-zinc-400\/70:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.7);
}
.disabled\:ring-offset-zinc-400\/75:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.75);
}
.disabled\:ring-offset-zinc-400\/80:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.8);
}
.disabled\:ring-offset-zinc-400\/85:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.85);
}
.disabled\:ring-offset-zinc-400\/90:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.9);
}
.disabled\:ring-offset-zinc-400\/95:disabled {
  --tw-ring-offset-color: rgb(161 161 170 / 0.95);
}
.disabled\:ring-offset-zinc-50:disabled {
  --tw-ring-offset-color: #fafafa;
}
.disabled\:ring-offset-zinc-50\/0:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.disabled\:ring-offset-zinc-50\/10:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.disabled\:ring-offset-zinc-50\/100:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.disabled\:ring-offset-zinc-50\/15:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.disabled\:ring-offset-zinc-50\/20:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.disabled\:ring-offset-zinc-50\/25:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.disabled\:ring-offset-zinc-50\/30:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.disabled\:ring-offset-zinc-50\/35:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.disabled\:ring-offset-zinc-50\/40:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.disabled\:ring-offset-zinc-50\/45:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.disabled\:ring-offset-zinc-50\/5:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.disabled\:ring-offset-zinc-50\/50:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.disabled\:ring-offset-zinc-50\/55:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.disabled\:ring-offset-zinc-50\/60:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.disabled\:ring-offset-zinc-50\/65:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.disabled\:ring-offset-zinc-50\/70:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.disabled\:ring-offset-zinc-50\/75:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.disabled\:ring-offset-zinc-50\/80:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.disabled\:ring-offset-zinc-50\/85:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.disabled\:ring-offset-zinc-50\/90:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.disabled\:ring-offset-zinc-50\/95:disabled {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.disabled\:ring-offset-zinc-500:disabled {
  --tw-ring-offset-color: #71717a;
}
.disabled\:ring-offset-zinc-500\/0:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0);
}
.disabled\:ring-offset-zinc-500\/10:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.1);
}
.disabled\:ring-offset-zinc-500\/100:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 1);
}
.disabled\:ring-offset-zinc-500\/15:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.15);
}
.disabled\:ring-offset-zinc-500\/20:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.2);
}
.disabled\:ring-offset-zinc-500\/25:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.25);
}
.disabled\:ring-offset-zinc-500\/30:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.3);
}
.disabled\:ring-offset-zinc-500\/35:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.35);
}
.disabled\:ring-offset-zinc-500\/40:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.4);
}
.disabled\:ring-offset-zinc-500\/45:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.45);
}
.disabled\:ring-offset-zinc-500\/5:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.05);
}
.disabled\:ring-offset-zinc-500\/50:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.5);
}
.disabled\:ring-offset-zinc-500\/55:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.55);
}
.disabled\:ring-offset-zinc-500\/60:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.6);
}
.disabled\:ring-offset-zinc-500\/65:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.65);
}
.disabled\:ring-offset-zinc-500\/70:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.7);
}
.disabled\:ring-offset-zinc-500\/75:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.75);
}
.disabled\:ring-offset-zinc-500\/80:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.8);
}
.disabled\:ring-offset-zinc-500\/85:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.85);
}
.disabled\:ring-offset-zinc-500\/90:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.9);
}
.disabled\:ring-offset-zinc-500\/95:disabled {
  --tw-ring-offset-color: rgb(113 113 122 / 0.95);
}
.disabled\:ring-offset-zinc-600:disabled {
  --tw-ring-offset-color: #52525b;
}
.disabled\:ring-offset-zinc-600\/0:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0);
}
.disabled\:ring-offset-zinc-600\/10:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.1);
}
.disabled\:ring-offset-zinc-600\/100:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 1);
}
.disabled\:ring-offset-zinc-600\/15:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.15);
}
.disabled\:ring-offset-zinc-600\/20:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.2);
}
.disabled\:ring-offset-zinc-600\/25:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.25);
}
.disabled\:ring-offset-zinc-600\/30:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.3);
}
.disabled\:ring-offset-zinc-600\/35:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.35);
}
.disabled\:ring-offset-zinc-600\/40:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.4);
}
.disabled\:ring-offset-zinc-600\/45:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.45);
}
.disabled\:ring-offset-zinc-600\/5:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.05);
}
.disabled\:ring-offset-zinc-600\/50:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.5);
}
.disabled\:ring-offset-zinc-600\/55:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.55);
}
.disabled\:ring-offset-zinc-600\/60:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.6);
}
.disabled\:ring-offset-zinc-600\/65:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.65);
}
.disabled\:ring-offset-zinc-600\/70:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.7);
}
.disabled\:ring-offset-zinc-600\/75:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.75);
}
.disabled\:ring-offset-zinc-600\/80:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.8);
}
.disabled\:ring-offset-zinc-600\/85:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.85);
}
.disabled\:ring-offset-zinc-600\/90:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.9);
}
.disabled\:ring-offset-zinc-600\/95:disabled {
  --tw-ring-offset-color: rgb(82 82 91 / 0.95);
}
.disabled\:ring-offset-zinc-700:disabled {
  --tw-ring-offset-color: #3f3f46;
}
.disabled\:ring-offset-zinc-700\/0:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0);
}
.disabled\:ring-offset-zinc-700\/10:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.1);
}
.disabled\:ring-offset-zinc-700\/100:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 1);
}
.disabled\:ring-offset-zinc-700\/15:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.15);
}
.disabled\:ring-offset-zinc-700\/20:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.2);
}
.disabled\:ring-offset-zinc-700\/25:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.25);
}
.disabled\:ring-offset-zinc-700\/30:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.3);
}
.disabled\:ring-offset-zinc-700\/35:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.35);
}
.disabled\:ring-offset-zinc-700\/40:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.4);
}
.disabled\:ring-offset-zinc-700\/45:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.45);
}
.disabled\:ring-offset-zinc-700\/5:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.05);
}
.disabled\:ring-offset-zinc-700\/50:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.5);
}
.disabled\:ring-offset-zinc-700\/55:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.55);
}
.disabled\:ring-offset-zinc-700\/60:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.6);
}
.disabled\:ring-offset-zinc-700\/65:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.65);
}
.disabled\:ring-offset-zinc-700\/70:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.7);
}
.disabled\:ring-offset-zinc-700\/75:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.75);
}
.disabled\:ring-offset-zinc-700\/80:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.8);
}
.disabled\:ring-offset-zinc-700\/85:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.85);
}
.disabled\:ring-offset-zinc-700\/90:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.9);
}
.disabled\:ring-offset-zinc-700\/95:disabled {
  --tw-ring-offset-color: rgb(63 63 70 / 0.95);
}
.disabled\:ring-offset-zinc-800:disabled {
  --tw-ring-offset-color: #27272a;
}
.disabled\:ring-offset-zinc-800\/0:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0);
}
.disabled\:ring-offset-zinc-800\/10:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.1);
}
.disabled\:ring-offset-zinc-800\/100:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 1);
}
.disabled\:ring-offset-zinc-800\/15:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.15);
}
.disabled\:ring-offset-zinc-800\/20:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.2);
}
.disabled\:ring-offset-zinc-800\/25:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.25);
}
.disabled\:ring-offset-zinc-800\/30:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.3);
}
.disabled\:ring-offset-zinc-800\/35:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.35);
}
.disabled\:ring-offset-zinc-800\/40:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.4);
}
.disabled\:ring-offset-zinc-800\/45:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.45);
}
.disabled\:ring-offset-zinc-800\/5:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.05);
}
.disabled\:ring-offset-zinc-800\/50:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.5);
}
.disabled\:ring-offset-zinc-800\/55:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.55);
}
.disabled\:ring-offset-zinc-800\/60:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.6);
}
.disabled\:ring-offset-zinc-800\/65:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.65);
}
.disabled\:ring-offset-zinc-800\/70:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.7);
}
.disabled\:ring-offset-zinc-800\/75:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.75);
}
.disabled\:ring-offset-zinc-800\/80:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.8);
}
.disabled\:ring-offset-zinc-800\/85:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.85);
}
.disabled\:ring-offset-zinc-800\/90:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.9);
}
.disabled\:ring-offset-zinc-800\/95:disabled {
  --tw-ring-offset-color: rgb(39 39 42 / 0.95);
}
.disabled\:ring-offset-zinc-900:disabled {
  --tw-ring-offset-color: #18181b;
}
.disabled\:ring-offset-zinc-900\/0:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}
.disabled\:ring-offset-zinc-900\/10:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}
.disabled\:ring-offset-zinc-900\/100:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}
.disabled\:ring-offset-zinc-900\/15:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}
.disabled\:ring-offset-zinc-900\/20:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}
.disabled\:ring-offset-zinc-900\/25:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}
.disabled\:ring-offset-zinc-900\/30:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}
.disabled\:ring-offset-zinc-900\/35:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}
.disabled\:ring-offset-zinc-900\/40:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}
.disabled\:ring-offset-zinc-900\/45:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}
.disabled\:ring-offset-zinc-900\/5:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}
.disabled\:ring-offset-zinc-900\/50:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}
.disabled\:ring-offset-zinc-900\/55:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}
.disabled\:ring-offset-zinc-900\/60:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}
.disabled\:ring-offset-zinc-900\/65:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}
.disabled\:ring-offset-zinc-900\/70:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}
.disabled\:ring-offset-zinc-900\/75:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}
.disabled\:ring-offset-zinc-900\/80:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}
.disabled\:ring-offset-zinc-900\/85:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}
.disabled\:ring-offset-zinc-900\/90:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}
.disabled\:ring-offset-zinc-900\/95:disabled {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}
.disabled\:ring-offset-zinc-950:disabled {
  --tw-ring-offset-color: #09090b;
}
.disabled\:ring-offset-zinc-950\/0:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0);
}
.disabled\:ring-offset-zinc-950\/10:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.1);
}
.disabled\:ring-offset-zinc-950\/100:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 1);
}
.disabled\:ring-offset-zinc-950\/15:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.15);
}
.disabled\:ring-offset-zinc-950\/20:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.2);
}
.disabled\:ring-offset-zinc-950\/25:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.25);
}
.disabled\:ring-offset-zinc-950\/30:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.3);
}
.disabled\:ring-offset-zinc-950\/35:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.35);
}
.disabled\:ring-offset-zinc-950\/40:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.4);
}
.disabled\:ring-offset-zinc-950\/45:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.45);
}
.disabled\:ring-offset-zinc-950\/5:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.05);
}
.disabled\:ring-offset-zinc-950\/50:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.5);
}
.disabled\:ring-offset-zinc-950\/55:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.55);
}
.disabled\:ring-offset-zinc-950\/60:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.6);
}
.disabled\:ring-offset-zinc-950\/65:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.65);
}
.disabled\:ring-offset-zinc-950\/70:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.7);
}
.disabled\:ring-offset-zinc-950\/75:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.75);
}
.disabled\:ring-offset-zinc-950\/80:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.8);
}
.disabled\:ring-offset-zinc-950\/85:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.85);
}
.disabled\:ring-offset-zinc-950\/90:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.9);
}
.disabled\:ring-offset-zinc-950\/95:disabled {
  --tw-ring-offset-color: rgb(9 9 11 / 0.95);
}
.disabled\:shadow-10:disabled {
  box-shadow: var(--shadow-10);
}
.disabled\:shadow-20:disabled {
  box-shadow: var(--shadow-20);
}
.disabled\:shadow-30:disabled {
  box-shadow: var(--shadow-30);
}
.disabled\:shadow-40:disabled {
  box-shadow: var(--shadow-40);
}
.disabled\:shadow-50:disabled {
  box-shadow: var(--shadow-50);
}
.group[open] .group-open\: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));
}
@media (hover: hover) and (pointer: fine) {

  .group:hover .group-hover\:visible {
    visibility: visible;
  }

  @keyframes slideIn {

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

  .group\/get-pro:hover .group-hover\/get-pro\:animate-getpro-slide-in {
    animation: slideIn 0.25s ease-out 0.15s forwards;
  }

  @keyframes slideUp {

    0% {
      transform: translateY(0%);
    }

    100% {
      transform: translateY(-100%);
    }
  }

  .group\/get-pro:hover .group-hover\/get-pro\:animate-getpro-slide-up {
    animation: slideUp 0.35s cubic-bezier(0, -0.02, 0.66, -0.56) forwards;
  }

  .group:hover .group-hover\:border-accent {
    border-color: var(--border-accent);
  }

  .group:hover .group-hover\:border-input-caution-hover {
    border-color: var(--border-input-caution-hover);
  }

  .group:hover .group-hover\:border-input-critical {
    border-color: var(--border-input-critical);
  }

  .group:hover .group-hover\:border-input-critical-hover {
    border-color: var(--border-input-critical-hover);
  }

  .group:hover .group-hover\:border-input-hover {
    border-color: var(--border-input-hover);
  }

  .group\/chip:hover .group-hover\/chip\:bg-neutral {
    background-color: var(--background-neutral);
  }

  .group\/tag:hover .group-hover\/tag\:fill-secondary {
    fill: var(--icon-secondary);
  }

  .group\/heading:hover .group-hover\/heading\:opacity-100 {
    opacity: 1;
  }

  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
.group:focus .group-focus\:visible {
  visibility: visible;
}
@keyframes slideIn {

  100% {
    transform: translateY(0%);
  }
}
.group\/get-pro:focus .group-focus\/get-pro\:animate-getpro-slide-in {
  animation: slideIn 0.25s ease-out 0.15s forwards;
}
@keyframes slideUp {

  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}
.group\/get-pro:focus .group-focus\/get-pro\:animate-getpro-slide-up {
  animation: slideUp 0.35s cubic-bezier(0, -0.02, 0.66, -0.56) forwards;
}
.group\/tag:active .group-active\/tag\:fill-primary {
  fill: var(--symbol-primary);
}
.peer\/color-swatch:checked ~ .peer-checked\/color-swatch\:border-input-active {
  border-color: var(--border-input-active);
}
.peer:checked ~ .peer-checked\:border-input-active {
  border-color: var(--border-input-active);
}
.peer:checked ~ .peer-checked\:border-input-caution {
  border-color: var(--border-input-caution);
}
.peer:checked ~ .peer-checked\:bg-inverse {
  background-color: var(--background-inverse);
}
.peer:checked ~ .peer-checked\:bg-palette-violet-background-active {
  background-color: var(--palette-violet-background-active);
}
.peer:checked ~ .peer-checked\:text-inverse {
  color: var(--text-inverse);
}
.peer:checked ~ .peer-checked\:\[--translate-x\:100\%\] {
  --translate-x: 100%;
}
.peer:checked ~ .peer-checked\:\[--visibility\:visible\] {
  --visibility: visible;
}
@media (hover: hover) and (pointer: fine) {

  .peer\/color-swatch:checked ~ .peer-checked\/color-swatch\:hover\:border-input-active-hover:hover {
    border-color: var(--border-input-active-hover);
  }

  .peer:checked ~ .peer-checked\:hover\:border-input-active-hover:hover {
    border-color: var(--border-input-active-hover);
  }

  .peer:checked ~ .peer-checked\:hover\:border-input-caution-hover:hover {
    border-color: var(--border-input-caution-hover);
  }
}
.peer:indeterminate ~ .peer-indeterminate\:border-input-active {
  border-color: var(--border-input-active);
}
.peer:indeterminate ~ .peer-indeterminate\:border-input-caution {
  border-color: var(--border-input-caution);
}
.peer:indeterminate ~ .peer-indeterminate\:bg-inverse {
  background-color: var(--background-inverse);
}
.peer:indeterminate ~ .peer-indeterminate\:text-inverse {
  color: var(--text-inverse);
}
.peer:indeterminate ~ .peer-indeterminate\:\[--visibility\:visible\] {
  --visibility: visible;
}
@media (hover: hover) and (pointer: fine) {

  .peer:indeterminate ~ .peer-indeterminate\:hover\:border-input-active-hover:hover {
    border-color: var(--border-input-active-hover);
  }

  .peer:indeterminate ~ .peer-indeterminate\:hover\:border-input-caution-hover:hover {
    border-color: var(--border-input-caution-hover);
  }

  .peer\/color-swatch:hover ~ .peer-hover\/color-swatch\:border-input-hover {
    border-color: var(--border-input-hover);
  }

  .peer:hover ~ .peer-hover\:border-input-active {
    border-color: var(--border-input-active);
  }
}
.peer:focus-visible ~ .peer-focus-visible\:border-2 {
  border-width: 2px;
}
.peer\/color-swatch:focus-visible ~ .peer-focus-visible\/color-swatch\:border-input-active {
  border-color: var(--border-input-active);
}
.peer:focus-visible ~ .peer-focus-visible\:border-input-active {
  border-color: var(--border-input-active);
}
@media (hover: hover) and (pointer: fine) {

  .peer\/color-swatch:focus-visible ~ .peer-focus-visible\/color-swatch\:hover\:border-input-active-hover:hover {
    border-color: var(--border-input-active-hover);
  }
}
.peer[aria-invalid="true"] ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:border-input-critical {
  border-color: var(--border-input-critical);
}
@media (hover: hover) and (pointer: fine) {

  .peer[aria-invalid="true"] ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:hover\:border-input-critical-hover:hover {
    border-color: var(--border-input-critical-hover);
  }

  .peer[aria-invalid="true"] ~ .group:hover .peer-\[\[aria-invalid\=\"true\"\]\]\:group-hover\:border-input-critical-hover {
    border-color: var(--border-input-critical-hover);
  }
}
.peer[aria-invalid="true"]:checked ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:peer-checked\:border-input-critical {
  border-color: var(--border-input-critical);
}
@media (hover: hover) and (pointer: fine) {

  .peer[aria-invalid="true"]:checked ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:peer-checked\:hover\:border-input-critical-hover:hover {
    border-color: var(--border-input-critical-hover);
  }
}
.peer[aria-invalid="true"]:indeterminate ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:peer-indeterminate\:border-input-critical {
  border-color: var(--border-input-critical);
}
@media (hover: hover) and (pointer: fine) {

  .peer[aria-invalid="true"]:indeterminate ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:peer-indeterminate\:hover\:border-input-critical-hover:hover {
    border-color: var(--border-input-critical-hover);
  }
}
.has-\[\:focus\]\:bg-transparent:has(:focus) {
  background-color: transparent;
}
.peer:has(:focus-visible) ~ .peer-has-\[\:focus-visible\]\:border-2 {
  border-width: 2px;
}
.peer:has(:focus-visible) ~ .peer-has-\[\:focus-visible\]\:border-input-active {
  border-color: var(--border-input-active);
}
.aria-disabled\:cursor-default[aria-disabled="true"] {
  cursor: default;
}
.aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
  cursor: not-allowed;
}
.aria-disabled\:select-none[aria-disabled="true"] {
  -moz-user-select: none;
       user-select: none;
}
.aria-disabled\:border-none[aria-disabled="true"] {
  border-style: none;
}
.aria-disabled\:border-secondary[aria-disabled="true"] {
  border-color: var(--border-secondary);
}
.aria-disabled\:bg-canvas-tertiary[aria-disabled="true"] {
  background-color: var(--background-canvas-tertiary);
}
.aria-disabled\:bg-neutral[aria-disabled="true"] {
  background-color: var(--background-neutral);
}
.aria-disabled\:bg-neutral-disabled[aria-disabled="true"] {
  background-color: var(--background-neutral-disabled);
}
.aria-disabled\:text-disabled[aria-disabled="true"] {
  color: var(--text-disabled);
}
.aria-disabled\:text-disabled-secondary[aria-disabled="true"] {
  color: var(--text-disabled-secondary);
}
.aria-disabled\:text-onPrimary-disabled[aria-disabled="true"] {
  color: var(--text-onPrimary-disabled);
}
.aria-disabled\:placeholder\:text-disabled[aria-disabled="true"]::-moz-placeholder {
  color: var(--text-disabled);
}
.aria-disabled\:placeholder\:text-disabled[aria-disabled="true"]::placeholder {
  color: var(--text-disabled);
}
@media (hover: hover) and (pointer: fine) {

  .aria-disabled\:hover\:bg-neutral:hover[aria-disabled="true"] {
    background-color: var(--background-neutral);
  }
}
.aria-disabled\:active\:bg-neutral:active[aria-disabled="true"] {
  background-color: var(--background-neutral);
}
.aria-expanded\:border-transparent[aria-expanded="true"] {
  border-color: transparent;
}
.aria-expanded\:bg-accent-pressed[aria-expanded="true"] {
  background-color: var(--background-accent-pressed);
}
.aria-expanded\:bg-canvas[aria-expanded="true"] {
  background-color: var(--background-canvas);
}
.aria-expanded\:bg-critical-pressed[aria-expanded="true"] {
  background-color: var(--background-critical-pressed);
}
.aria-expanded\:bg-critical-secondary-pressed[aria-expanded="true"] {
  background-color: var(--background-critical-secondary-pressed);
}
.aria-expanded\:bg-inverse-pressed[aria-expanded="true"] {
  background-color: var(--background-inverse-pressed);
}
.aria-expanded\:bg-inverse-tertiary-pressed[aria-expanded="true"] {
  background-color: var(--background-inverse-tertiary-pressed);
}
.aria-expanded\:bg-neutral-pressed[aria-expanded="true"] {
  background-color: var(--background-neutral-pressed);
}
.aria-expanded\:bg-neutral-secondary-pressed[aria-expanded="true"] {
  background-color: var(--background-neutral-secondary-pressed);
}
.aria-expanded\:bg-positive-secondary-pressed[aria-expanded="true"] {
  background-color: var(--background-positive-secondary-pressed);
}
.aria-expanded\:text-inverse[aria-expanded="true"] {
  color: var(--text-inverse);
}
.aria-expanded\:text-onPrimary[aria-expanded="true"] {
  color: var(--text-onPrimary);
}
.aria-hidden\:hidden[aria-hidden="true"] {
  display: none;
}
.aria-pressed\:border-transparent[aria-pressed="true"] {
  border-color: transparent;
}
.aria-pressed\:bg-accent-pressed[aria-pressed="true"] {
  background-color: var(--background-accent-pressed);
}
.aria-pressed\:bg-critical-pressed[aria-pressed="true"] {
  background-color: var(--background-critical-pressed);
}
.aria-pressed\:bg-critical-secondary-pressed[aria-pressed="true"] {
  background-color: var(--background-critical-secondary-pressed);
}
.aria-pressed\:bg-inverse[aria-pressed="true"] {
  background-color: var(--background-inverse);
}
.aria-pressed\:bg-inverse-pressed[aria-pressed="true"] {
  background-color: var(--background-inverse-pressed);
}
.aria-pressed\:bg-inverse-tertiary-pressed[aria-pressed="true"] {
  background-color: var(--background-inverse-tertiary-pressed);
}
.aria-pressed\:bg-neutral-pressed[aria-pressed="true"] {
  background-color: var(--background-neutral-pressed);
}
.aria-pressed\:text-inverse[aria-pressed="true"] {
  color: var(--text-inverse);
}
.aria-pressed\:text-onPrimary[aria-pressed="true"] {
  color: var(--text-onPrimary);
}
@media (hover: hover) and (pointer: fine) {

  .aria-pressed\:hover\:bg-inverse-hover:hover[aria-pressed="true"] {
    background-color: var(--background-inverse-hover);
  }
}
.aria-pressed\:active\:bg-inverse-pressed:active[aria-pressed="true"] {
  background-color: var(--background-inverse-pressed);
}
.aria-selected\:bg-neutral-active[aria-selected="true"] {
  background-color: var(--background-neutral-active);
}
.aria-selected\:text-primary[aria-selected="true"] {
  color: var(--text-primary);
}
.group[aria-disabled="true"] .group-aria-disabled\:fill-tertiary {
  fill: var(--icon-tertiary);
}
.group[aria-disabled="true"] .group-aria-disabled\:text-disabled {
  color: var(--text-disabled);
}
.peer\/color-swatch[aria-disabled="true"] ~ .peer-aria-disabled\/color-swatch\:border-input-disabled {
  border-color: var(--border-input-disabled);
}
.peer[aria-disabled="true"] ~ .peer-aria-disabled\:border-input-disabled {
  border-color: var(--border-input-disabled);
}
.peer[aria-disabled="true"] ~ .peer-aria-disabled\:bg-neutral-disabled {
  background-color: var(--background-neutral-disabled);
}
.peer[aria-disabled="true"] ~ .peer-aria-disabled\:text-onPrimary-disabled {
  color: var(--text-onPrimary-disabled);
}
.peer[aria-disabled="true"] ~ .peer-aria-disabled\:text-transparent {
  color: transparent;
}
@media (hover: hover) and (pointer: fine) {

  .peer[aria-disabled="true"] ~ .peer-aria-disabled\:hover\:border-input-disabled:hover {
    border-color: var(--border-input-disabled);
  }
}
.peer[aria-disabled="true"]:checked ~ .peer-aria-disabled\:peer-checked\:text-disabled {
  color: var(--text-disabled);
}
.peer[aria-disabled="true"]:indeterminate ~ .peer-aria-disabled\:peer-indeterminate\:text-disabled {
  color: var(--text-disabled);
}
.peer[aria-invalid="true"][aria-disabled="true"] ~ .peer-\[\[aria-invalid\=\"true\"\]\]\:peer-aria-disabled\:border-input-disabled {
  border-color: var(--border-input-disabled);
}
.peer[aria-expanded="true"] ~ .peer-aria-expanded\:border-2 {
  border-width: 2px;
}
.peer[aria-expanded="true"] ~ .peer-aria-expanded\:border-input-active {
  border-color: var(--border-input-active);
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[highlighted\]\:z-10[data-highlighted] {
  z-index: 10;
}
.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[highlighted\]\:bg-neutral-secondary[data-highlighted] {
  background-color: var(--background-neutral-secondary);
}
.data-\[highlighted\]\:bg-palette-violet-background-active[data-highlighted] {
  background-color: var(--palette-violet-background-active);
}
.data-\[selected\]\:bg-neutral-active[data-selected] {
  background-color: var(--background-neutral-active);
}
.data-\[selected\]\:bg-neutral-secondary[data-selected] {
  background-color: var(--background-neutral-secondary);
}
.data-\[selected\]\:bg-positive-secondary[data-selected] {
  background-color: var(--background-positive-secondary);
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}
@media (hover: hover) and (pointer: fine) {

  .hover\:data-\[highlighted\]\:bg-neutral-hover[data-highlighted]:hover {
    background-color: var(--background-neutral-hover);
  }

  .hover\:data-\[selected\]\:bg-neutral-secondary-hover[data-selected]:hover {
    background-color: var(--background-neutral-secondary-hover);
  }
}
.active\:data-\[highlighted\]\:bg-neutral-pressed[data-highlighted]:active {
  background-color: var(--background-neutral-pressed);
}
.active\:data-\[highlighted\]\:bg-palette-violet-background-active[data-highlighted]:active {
  background-color: var(--palette-violet-background-active);
}
.active\:data-\[selected\]\:bg-neutral-secondary-pressed[data-selected]:active {
  background-color: var(--background-neutral-secondary-pressed);
}
.aria-disabled\:data-\[highlighted\]\:bg-neutral[data-highlighted][aria-disabled="true"] {
  background-color: var(--background-neutral);
}
@media (-ms-high-contrast: active), (forced-colors: active) {

  .high-contrast\:border-solid {
    border-style: solid;
  }

  .high-contrast\:border-dashed {
    border-style: dashed;
  }

  .high-contrast\:border-dotted {
    border-style: dotted;
  }

  .high-contrast\:border-none {
    border-style: none;
  }

  .high-contrast\:outline {
    outline-style: solid;
  }

  .high-contrast\:outline-transparent {
    outline-color: transparent;
  }

  .high-contrast\:\[outline\:none\] {
    outline: none;
  }

  .disabled\:high-contrast\:border-dotted:disabled {
    border-style: dotted;
  }

  .peer[aria-disabled="true"] ~ .peer-aria-disabled\:high-contrast\:border-dotted {
    border-style: dotted;
  }

  .peer[aria-disabled="true"] ~ .peer-aria-disabled\:high-contrast\:outline-dotted {
    outline-style: dotted;
  }
}
:where(.where\:block) {
  display: block;
}
:where(.where\:bg-accent) {
  background-color: var(--background-accent);
}
@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

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

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

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

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

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

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

  .sm\:basis-auto {
    flex-basis: auto;
  }

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

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

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

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

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

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

  .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\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:pt-\[60px\] {
    padding-top: 60px;
  }

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

  .sm\:font-stronger {
    font-weight: 600;
  }
}
@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

  .md\:max-w-36 {
    max-width: 9rem;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 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-\[minmax\(0\2c 1fr\)\2c 16rem\] {
    grid-template-columns: minmax(0,1fr) 16rem;
  }

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:rounded-8px {
    border-radius: 8px;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .md\:bg-accent {
    background-color: var(--background-accent);
  }

  .md\:bg-canvas {
    background-color: var(--background-canvas);
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:ps-8 {
    padding-inline-start: 2rem;
  }

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

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

  .md\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:my-\[1px\] {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:-ms-6 {
    margin-inline-start: -1.5rem;
  }

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

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

  .lg\:ms-1 {
    margin-inline-start: 0.25rem;
  }

  .lg\:ms-1\.5 {
    margin-inline-start: 0.375rem;
  }

  .lg\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .lg\:ms-auto {
    margin-inline-start: auto;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-4 {
    min-height: 1rem;
  }

  .lg\:min-h-8 {
    min-height: 2rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

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

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

  .lg\:min-w-12 {
    min-width: 3rem;
  }

  .lg\:min-w-4 {
    min-width: 1rem;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-9 {
    max-width: 2.25rem;
  }

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

  .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-\[16rem\2c minmax\(0\2c 1fr\)\2c 16rem\] {
    grid-template-columns: 16rem minmax(0,1fr) 16rem;
  }

  .lg\:grid-cols-\[16rem\2c minmax\(0\2c 1fr\)\] {
    grid-template-columns: 16rem minmax(0,1fr);
  }

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

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

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

  .lg\:rounded-8px {
    border-radius: 8px;
  }

  .lg\:bg-accent {
    background-color: var(--background-accent);
  }

  .lg\:bg-canvas {
    background-color: var(--background-canvas);
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

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

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

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

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pe-1 {
    padding-inline-end: 0.25rem;
  }

  .lg\:pe-1\.5 {
    padding-inline-end: 0.375rem;
  }

  .lg\:pe-2 {
    padding-inline-end: 0.5rem;
  }

  .lg\:ps-1 {
    padding-inline-start: 0.25rem;
  }

  .lg\:ps-1\.5 {
    padding-inline-start: 0.375rem;
  }

  .lg\:ps-2 {
    padding-inline-start: 0.5rem;
  }

  .lg\:ps-3 {
    padding-inline-start: 0.75rem;
  }

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

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-\[22px\] {
    line-height: 22px;
  }

  .lg\:font-regular {
    font-weight: 400;
  }

  .lg\:font-strong {
    font-weight: 500;
  }
}
@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

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

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

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

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

  .xl\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

  .xl\:bg-\[\#aeb4b738\] {
    background-color: #aeb4b738;
  }

  .xl\:bg-none {
    background-image: none;
  }

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

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:block {
    display: block;
  }

  .dark\:hidden {
    display: none;
  }

  .dark\:rounded-none {
    border-radius: 0px;
  }

  .dark\:border-transparent {
    border-color: transparent;
  }

  .dark\:bg-\[\#161b26\] {
    --tw-bg-opacity: 1;
    background-color: rgb(22 27 38 / var(--tw-bg-opacity));
  }

  .dark\:bg-\[\#2e344080\] {
    background-color: #2e344080;
  }

  .dark\:bg-neutral-active {
    background-color: var(--background-neutral-active);
  }

  .dark\:from-\[\#3f4658\] {
    --tw-gradient-from: #3f4658 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(63 70 88 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:from-black {
    --tw-gradient-from: #000 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);
  }

  .dark\:via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .dark\:to-black {
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
  }

  .dark\:fill-\[\#cad6ec\] {
    fill: #cad6ec;
  }

  .dark\:stroke-\[\#cad6ec\] {
    stroke: #cad6ec;
  }

  .dark\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .dark\:text-\[\#bfc8cf\] {
    --tw-text-opacity: 1;
    color: rgb(191 200 207 / var(--tw-text-opacity));
  }

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .dark\:\[background\:radial-gradient\(rgba\(0\2c 0\2c 0\2c 0\.3\)\2c \#000\)\] {
    background: radial-gradient(rgba(0,0,0,0.3),#000);
  }

  .dark\:\[background\:radial-gradient\(rgba\(0\2c 0\2c 0\2c 0\.5\)\2c rgba\(0\2c 0\2c 0\2c 0\.5\)\2c rgba\(0\2c 0\2c 0\2c 0\.5\)\2c rgba\(0\2c 0\2c 0\2c 0\.9\)\2c rgba\(0\2c 0\2c 0\2c 1\)\)\] {
    background: radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.9),rgba(0,0,0,1));
  }

  .before\:dark\:from-black::before {
    content: var(--tw-content);
    --tw-gradient-from: #000 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);
  }

  .before\:dark\:via-black\/20::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .before\:dark\:to-black\/20::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
  }

  .after\:dark\:from-black::after {
    content: var(--tw-content);
    --tw-gradient-from: #000 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);
  }

  .after\:dark\:via-black\/20::after {
    content: var(--tw-content);
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .after\:dark\:to-black\/20::after {
    content: var(--tw-content);
    --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
  }

  @media (min-width: 640px) {

    .dark\:sm\:px-0 {
      padding-left: 0px;
      padding-right: 0px;
    }

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

  @media (min-width: 1024px) {

    .dark\:lg\:px-0 {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  @media (min-width: 1280px) {

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

    .dark\:xl\:bg-\[\#2e344080\] {
      background-color: #2e344080;
    }
  }
}
.\[\&\:has\(\[contenteditable\]\:focus-visible\)\>\[data-focus-ring\]\]\:border-2:has([contenteditable]:focus-visible)>[data-focus-ring] {
  border-width: 2px;
}
.\[\&\:has\(\[contenteditable\]\:focus-visible\)\>\[data-focus-ring\]\]\:border-input-active:has([contenteditable]:focus-visible)>[data-focus-ring] {
  border-color: var(--border-input-active);
}
.\[\&\:has\(textarea\)_label\]\:\[--padding\:theme\(spacing\.2\)\]:has(textarea) label {
  --padding: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {

  .hover\:\[\&\:not\(\[data-highlighted\]\)\]\:bg-neutral:not([data-highlighted]):hover {
    background-color: var(--background-neutral);
  }
}
.\[\&\>\*\]\:aspect-square>* {
  aspect-ratio: 1 / 1;
}
.\[\&\>\*\]\:truncate>* {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\[\&\>\*\]\:outline>* {
  outline-style: solid;
}
.\[\&\>p\.is-editor-empty\:first-child\]\:before\:pointer-events-none>p.is-editor-empty:first-child::before {
  content: var(--tw-content);
  pointer-events: none;
}
.\[\&\>p\.is-editor-empty\:first-child\]\:before\:float-left>p.is-editor-empty:first-child::before {
  content: var(--tw-content);
  float: left;
}
.\[\&\>p\.is-editor-empty\:first-child\]\:before\:h-0>p.is-editor-empty:first-child::before {
  content: var(--tw-content);
  height: 0px;
}
.\[\&\>p\.is-editor-empty\:first-child\]\:before\:text-secondary>p.is-editor-empty:first-child::before {
  content: var(--tw-content);
  color: var(--text-secondary);
}
.\[\&\>p\.is-editor-empty\:first-child\]\:before\:content-\[attr\(data-placeholder\)\]>p.is-editor-empty:first-child::before {
  --tw-content: attr(data-placeholder);
  content: var(--tw-content);
}
.\[\&\>p\]\:leading-8>p {
  line-height: 2rem;
}
@media (min-width: 1024px) {

  .lg\:\[\&\>p\]\:leading-6>p {
    line-height: 1.5rem;
  }
}
.\[\&\[data-selected\=\'true\'\]\]\:bg-neutral-hover[data-selected='true'] {
  background-color: var(--background-neutral-hover);
}
.\[\&\[data-selected\=\'true\'\]\]\:text-primary[data-selected='true'] {
  color: var(--text-primary);
}
.\[\&_\.border-input\]\:border-input-critical .border-input {
  border-color: var(--border-input-critical);
}

/* Euclid Circular B - Regular */
@font-face {
	font-family: Euclid;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src:
		url(/playroom/a2e11c861d5a9f3541d3.woff2) format('woff2'),
		url(/playroom/bf8d727ab20d44bfe4c1.woff) format('woff');
}

/* Euclid Circular B - Regular Italic */
@font-face {
	font-family: Euclid;
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	src:
		url(/playroom/0d3f5c1dbc4045512159.woff2) format('woff2'),
		url(/playroom/9591044e66258badf8a0.woff) format('woff');
}

/* Euclid Circular B - Medium */
@font-face {
	font-family: Euclid;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src:
		url(/playroom/6487a95382492b18bd24.woff2) format('woff2'),
		url(/playroom/f6221ca92b481bb98d1a.woff) format('woff');
}

/* Euclid Circular B - Semibold */
@font-face {
	font-family: Euclid;
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src:
		url(/playroom/ea8c07e0fffa86a947be.woff2) format('woff2'),
		url(/playroom/2990933b6baaf9ce4704.woff) format('woff');
}

/* Inter - Regular */
@font-face {
	font-family: Inter;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src:
		url(/playroom/c8ba52b05a9ef10f4758.woff2) format('woff2'),
		url(/playroom/8c206db99195777c6769.woff) format('woff');
}

/* Inter - Regular Italic */
@font-face {
	font-family: Inter;
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	src:
		url(/playroom/cb10ffd7684cd9836a05.woff2) format('woff2'),
		url(/playroom/890025e726861dba417f.woff) format('woff');
}

/* Inter - Medium */
@font-face {
	font-family: Inter;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src:
		url(/playroom/293fd13dbca5a3e450ef.woff2) format('woff2'),
		url(/playroom/9053572c46aeb4b16caa.woff) format('woff');
}

/* Inter - Semibold */
@font-face {
	font-family: Inter;
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src:
		url(/playroom/b5f0f109bc88052d4000.woff2) format('woff2'),
		url(/playroom/cca62d21c8c555c392e5.woff) format('woff');
}

/* Inter - Bold */
@font-face {
	font-family: Inter;
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src:
		url(/playroom/ec64ea577b0349e055ad.woff2) format('woff2'),
		url(/playroom/93c1301bd9f486c573b3.woff) format('woff');
}

/* Lato - Regular */
@font-face {
	font-family: Lato;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src:
		url(/playroom/be36596da218e1eec01c.woff2) format('woff2'),
		url(/playroom/292725486219768e6225.woff) format('woff');
}

/* Lato - Regular Italic */
@font-face {
	font-family: Lato;
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	src:
		url(/playroom/516d382b3da7e145024b.woff2) format('woff2'),
		url(/playroom/51e6797228a4eea81ade.woff) format('woff');
}

/* Lato - Bold */
@font-face {
	font-family: Lato;
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src:
		url(/playroom/8f28e0e1fdb195149f1c.woff2) format('woff2'),
		url(/playroom/5cd24624b77e9c2f6555.woff) format('woff');
}

/* Lato - Black */
@font-face {
	font-family: Lato;
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src:
		url(/playroom/4b21d625362d4f7d84d2.woff2) format('woff2'),
		url(/playroom/7678f69674bf3c9a8998.woff) format('woff');
}

