From aefe30343eb60a073303cfeea4c8c4faeeabd788 Mon Sep 17 00:00:00 2001 From: kritzl Date: Fri, 12 Jul 2024 10:00:30 +0200 Subject: [PATCH] clean up PR - remove unused .env.prod file - remove dist folder --- .env.prod | 7 - src/vinywaji/gui/static/css/.gitignore | 1 + src/vinywaji/gui/static/css/dist/styles.css | 24786 ------------------ 3 files changed, 1 insertion(+), 24793 deletions(-) delete mode 100644 .env.prod create mode 100644 src/vinywaji/gui/static/css/.gitignore delete mode 100644 src/vinywaji/gui/static/css/dist/styles.css diff --git a/.env.prod b/.env.prod deleted file mode 100644 index 42b5a34..0000000 --- a/.env.prod +++ /dev/null @@ -1,7 +0,0 @@ -VW_DEBUG=False -VW_SECRET_KEY=django-insecure-dev-key -VW_ALLOWED_HOSTS=localhost,127.0.0.1,::1 -VW_DB=sqlite://./db.sqlite -VW_OPENID_CLIENT_ID=dev-client -VW_OPENID_CLIENT_SECRET=public-secret -VW_OPENID_SCOPE=openid profile diff --git a/src/vinywaji/gui/static/css/.gitignore b/src/vinywaji/gui/static/css/.gitignore new file mode 100644 index 0000000..849ddff --- /dev/null +++ b/src/vinywaji/gui/static/css/.gitignore @@ -0,0 +1 @@ +dist/ diff --git a/src/vinywaji/gui/static/css/dist/styles.css b/src/vinywaji/gui/static/css/dist/styles.css deleted file mode 100644 index 23cc063..0000000 --- a/src/vinywaji/gui/static/css/dist/styles.css +++ /dev/null @@ -1,24786 +0,0 @@ -/* -! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com -*/ - -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ - -*, -::before, -::after { - box-sizing: border-box; - /* 1 */ - border-width: 0; - /* 2 */ - border-style: solid; - /* 2 */ - border-color: #e5e7eb; - /* 2 */ -} - -::before, -::after { - --tw-content: ''; -} - -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ - -html, -:host { - line-height: 1.5; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -moz-tab-size: 4; - /* 3 */ - -o-tab-size: 4; - tab-size: 4; - /* 3 */ - font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - /* 4 */ - font-feature-settings: normal; - /* 5 */ - font-variation-settings: normal; - /* 6 */ - -webkit-tap-highlight-color: transparent; - /* 7 */ -} - -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ - -body { - margin: 0; - /* 1 */ - line-height: inherit; - /* 2 */ -} - -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ - -hr { - height: 0; - /* 1 */ - color: inherit; - /* 2 */ - border-top-width: 1px; - /* 3 */ -} - -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/* -Remove the default font size and weight for headings. -*/ - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ - -a { - color: inherit; - text-decoration: inherit; -} - -/* -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - /* 1 */ - font-feature-settings: normal; - /* 2 */ - font-variation-settings: normal; - /* 3 */ - font-size: 1em; - /* 4 */ -} - -/* -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ - -table { - text-indent: 0; - /* 1 */ - border-color: inherit; - /* 2 */ - border-collapse: collapse; - /* 3 */ -} - -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - /* 1 */ - font-feature-settings: inherit; - /* 1 */ - font-variation-settings: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - font-weight: inherit; - /* 1 */ - line-height: inherit; - /* 1 */ - letter-spacing: inherit; - /* 1 */ - color: inherit; - /* 1 */ - margin: 0; - /* 2 */ - padding: 0; - /* 3 */ -} - -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ - -button, -select { - text-transform: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ - -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; - /* 1 */ - background-color: transparent; - /* 2 */ - background-image: none; - /* 2 */ -} - -/* -Use the modern Firefox focus style for all focusable elements. -*/ - -:-moz-focusring { - outline: auto; -} - -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ -} - -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ -} - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/* -Removes the default spacing and border for appropriate elements. -*/ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -fieldset { - margin: 0; - padding: 0; -} - -legend { - padding: 0; -} - -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} - -/* -Reset default styling for dialogs. -*/ - -dialog { - padding: 0; -} - -/* -Prevent resizing textareas horizontally by default. -*/ - -textarea { - resize: vertical; -} - -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -/* -Set the default cursor for buttons. -*/ - -button, -[role="button"] { - cursor: pointer; -} - -/* -Make sure disabled buttons don't get the pointer cursor. -*/ - -:disabled { - cursor: default; -} - -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - /* 1 */ - vertical-align: middle; - /* 2 */ -} - -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ - -img, -video { - max-width: 100%; - height: auto; -} - -/* Make elements with the HTML hidden attribute stay hidden by default */ - -[hidden] { - display: none; -} - -[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - background-color: #fff; - border-color: #6b7280; - border-width: 1px; - border-radius: 0px; - padding-top: 0.5rem; - padding-right: 0.75rem; - padding-bottom: 0.5rem; - padding-left: 0.75rem; - font-size: 1rem; - line-height: 1.5rem; - --tw-shadow: 0 0 #0000; -} - -[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus { - outline: 2px solid transparent; - outline-offset: 2px; - --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: #2563eb; - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); - border-color: #2563eb; -} - -input::-moz-placeholder, textarea::-moz-placeholder { - color: #6b7280; - opacity: 1; -} - -input::placeholder,textarea::placeholder { - color: #6b7280; - opacity: 1; -} - -::-webkit-datetime-edit-fields-wrapper { - padding: 0; -} - -::-webkit-date-and-time-value { - min-height: 1.5em; - text-align: inherit; -} - -::-webkit-datetime-edit { - display: inline-flex; -} - -::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field { - padding-top: 0; - padding-bottom: 0; -} - -select { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); - background-position: right 0.5rem center; - background-repeat: no-repeat; - background-size: 1.5em 1.5em; - padding-right: 2.5rem; - -webkit-print-color-adjust: exact; - print-color-adjust: exact; -} - -[multiple],[size]:where(select:not([size="1"])) { - background-image: initial; - background-position: initial; - background-repeat: unset; - background-size: initial; - padding-right: 0.75rem; - -webkit-print-color-adjust: unset; - print-color-adjust: unset; -} - -[type='checkbox'],[type='radio'] { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - padding: 0; - -webkit-print-color-adjust: exact; - print-color-adjust: exact; - display: inline-block; - vertical-align: middle; - background-origin: border-box; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - flex-shrink: 0; - height: 1rem; - width: 1rem; - color: #2563eb; - background-color: #fff; - border-color: #6b7280; - border-width: 1px; - --tw-shadow: 0 0 #0000; -} - -[type='checkbox'] { - border-radius: 0px; -} - -[type='radio'] { - border-radius: 100%; -} - -[type='checkbox']:focus,[type='radio']:focus { - outline: 2px solid transparent; - outline-offset: 2px; - --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); - --tw-ring-offset-width: 2px; - --tw-ring-offset-color: #fff; - --tw-ring-color: #2563eb; - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); -} - -[type='checkbox']:checked,[type='radio']:checked { - border-color: transparent; - background-color: currentColor; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; -} - -[type='checkbox']:checked { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); -} - -@media (forced-colors: active) { - [type='checkbox']:checked { - -webkit-appearance: auto; - -moz-appearance: auto; - appearance: auto; - } -} - -[type='radio']:checked { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); -} - -@media (forced-colors: active) { - [type='radio']:checked { - -webkit-appearance: auto; - -moz-appearance: auto; - appearance: auto; - } -} - -[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus { - border-color: transparent; - background-color: currentColor; -} - -[type='checkbox']:indeterminate { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); - border-color: transparent; - background-color: currentColor; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; -} - -@media (forced-colors: active) { - [type='checkbox']:indeterminate { - -webkit-appearance: auto; - -moz-appearance: auto; - appearance: auto; - } -} - -[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus { - border-color: transparent; - background-color: currentColor; -} - -[type='file'] { - background: unset; - border-color: inherit; - border-width: 0; - border-radius: 0; - padding: 0; - font-size: unset; - line-height: inherit; -} - -[type='file']:focus { - outline: 1px solid ButtonText; - outline: 1px auto -webkit-focus-ring-color; -} - -input[type="number"]::-webkit-inner-spin-button, - input[type="number"]::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; -} - -input[type=number] { - -moz-appearance: textfield; -} - -*, ::before, ::after { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -::backdrop { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -.static { - position: static; -} - -.absolute { - position: absolute; -} - -.relative { - position: relative; -} - -.sticky { - position: sticky; -} - -.start-1 { - inset-inline-start: 0.25rem; -} - -.top-0 { - top: 0px; -} - -.top-2 { - top: 0.5rem; -} - -.z-10 { - z-index: 10; -} - -.z-40 { - z-index: 40; -} - -.col-span-2 { - grid-column: span 2 / span 2; -} - -.col-span-3 { - grid-column: span 3 / span 3; -} - -.col-span-full { - grid-column: 1 / -1; -} - -.mx-auto { - margin-left: auto; - margin-right: auto; -} - -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} - -.my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - -.mb-8 { - margin-bottom: 2rem; -} - -.mt-4 { - margin-top: 1rem; -} - -.block { - display: block; -} - -.inline-block { - display: inline-block; -} - -.flex { - display: flex; -} - -.grid { - display: grid; -} - -.min-h-screen { - min-height: 100vh; -} - -.w-full { - width: 100%; -} - -.min-w-28 { - min-width: 7rem; -} - -.min-w-12 { - min-width: 3rem; -} - -.grow { - flex-grow: 1; -} - -.origin-\[0\] { - transform-origin: 0; -} - -.-translate-y-4 { - --tw-translate-y: -1rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.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)); -} - -.appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.grid-cols-1 { - grid-template-columns: repeat(1, 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)); -} - -.flex-col { - flex-direction: column; -} - -.items-center { - align-items: center; -} - -.items-stretch { - align-items: stretch; -} - -.justify-center { - justify-content: center; -} - -.justify-between { - justify-content: space-between; -} - -.justify-stretch { - justify-content: stretch; -} - -.gap-2 { - gap: 0.5rem; -} - -.gap-4 { - gap: 1rem; -} - -.place-self-center { - place-self: center; -} - -.rounded-2xl { - border-radius: 1rem; -} - -.rounded-lg { - border-radius: 0.5rem; -} - -.border-b { - border-bottom-width: 1px; -} - -.border-gray-300 { - --tw-border-opacity: 1; - border-color: rgb(209 213 219 / var(--tw-border-opacity)); -} - -.border-gray-500 { - --tw-border-opacity: 1; - border-color: rgb(107 114 128 / var(--tw-border-opacity)); -} - -.border-gray-800 { - --tw-border-opacity: 1; - border-color: rgb(31 41 55 / var(--tw-border-opacity)); -} - -.border-gray-700 { - --tw-border-opacity: 1; - border-color: rgb(55 65 81 / var(--tw-border-opacity)); -} - -.border-b-gray-300 { - --tw-border-opacity: 1; - border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)); -} - -.border-b-gray-400 { - --tw-border-opacity: 1; - border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)); -} - -.bg-black\/10 { - background-color: rgb(0 0 0 / 0.1); -} - -.bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - -.bg-gray-100\/0 { - background-color: rgb(243 244 246 / 0); -} - -.bg-gray-100\/10 { - background-color: rgb(243 244 246 / 0.1); -} - -.bg-gray-100\/100 { - background-color: rgb(243 244 246 / 1); -} - -.bg-gray-100\/15 { - background-color: rgb(243 244 246 / 0.15); -} - -.bg-gray-100\/20 { - background-color: rgb(243 244 246 / 0.2); -} - -.bg-gray-100\/25 { - background-color: rgb(243 244 246 / 0.25); -} - -.bg-gray-100\/30 { - background-color: rgb(243 244 246 / 0.3); -} - -.bg-gray-100\/35 { - background-color: rgb(243 244 246 / 0.35); -} - -.bg-gray-100\/40 { - background-color: rgb(243 244 246 / 0.4); -} - -.bg-gray-100\/45 { - background-color: rgb(243 244 246 / 0.45); -} - -.bg-gray-100\/5 { - background-color: rgb(243 244 246 / 0.05); -} - -.bg-gray-100\/50 { - background-color: rgb(243 244 246 / 0.5); -} - -.bg-gray-100\/55 { - background-color: rgb(243 244 246 / 0.55); -} - -.bg-gray-100\/60 { - background-color: rgb(243 244 246 / 0.6); -} - -.bg-gray-100\/65 { - background-color: rgb(243 244 246 / 0.65); -} - -.bg-gray-100\/70 { - background-color: rgb(243 244 246 / 0.7); -} - -.bg-gray-100\/75 { - background-color: rgb(243 244 246 / 0.75); -} - -.bg-gray-100\/80 { - background-color: rgb(243 244 246 / 0.8); -} - -.bg-gray-100\/85 { - background-color: rgb(243 244 246 / 0.85); -} - -.bg-gray-100\/90 { - background-color: rgb(243 244 246 / 0.9); -} - -.bg-gray-100\/95 { - background-color: rgb(243 244 246 / 0.95); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - -.bg-gray-200\/0 { - background-color: rgb(229 231 235 / 0); -} - -.bg-gray-200\/10 { - background-color: rgb(229 231 235 / 0.1); -} - -.bg-gray-200\/100 { - background-color: rgb(229 231 235 / 1); -} - -.bg-gray-200\/15 { - background-color: rgb(229 231 235 / 0.15); -} - -.bg-gray-200\/20 { - background-color: rgb(229 231 235 / 0.2); -} - -.bg-gray-200\/25 { - background-color: rgb(229 231 235 / 0.25); -} - -.bg-gray-200\/30 { - background-color: rgb(229 231 235 / 0.3); -} - -.bg-gray-200\/35 { - background-color: rgb(229 231 235 / 0.35); -} - -.bg-gray-200\/40 { - background-color: rgb(229 231 235 / 0.4); -} - -.bg-gray-200\/45 { - background-color: rgb(229 231 235 / 0.45); -} - -.bg-gray-200\/5 { - background-color: rgb(229 231 235 / 0.05); -} - -.bg-gray-200\/50 { - background-color: rgb(229 231 235 / 0.5); -} - -.bg-gray-200\/55 { - background-color: rgb(229 231 235 / 0.55); -} - -.bg-gray-200\/60 { - background-color: rgb(229 231 235 / 0.6); -} - -.bg-gray-200\/65 { - background-color: rgb(229 231 235 / 0.65); -} - -.bg-gray-200\/70 { - background-color: rgb(229 231 235 / 0.7); -} - -.bg-gray-200\/75 { - background-color: rgb(229 231 235 / 0.75); -} - -.bg-gray-200\/80 { - background-color: rgb(229 231 235 / 0.8); -} - -.bg-gray-200\/85 { - background-color: rgb(229 231 235 / 0.85); -} - -.bg-gray-200\/90 { - background-color: rgb(229 231 235 / 0.9); -} - -.bg-gray-200\/95 { - background-color: rgb(229 231 235 / 0.95); -} - -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.bg-gray-300\/0 { - background-color: rgb(209 213 219 / 0); -} - -.bg-gray-300\/10 { - background-color: rgb(209 213 219 / 0.1); -} - -.bg-gray-300\/100 { - background-color: rgb(209 213 219 / 1); -} - -.bg-gray-300\/15 { - background-color: rgb(209 213 219 / 0.15); -} - -.bg-gray-300\/20 { - background-color: rgb(209 213 219 / 0.2); -} - -.bg-gray-300\/25 { - background-color: rgb(209 213 219 / 0.25); -} - -.bg-gray-300\/30 { - background-color: rgb(209 213 219 / 0.3); -} - -.bg-gray-300\/35 { - background-color: rgb(209 213 219 / 0.35); -} - -.bg-gray-300\/40 { - background-color: rgb(209 213 219 / 0.4); -} - -.bg-gray-300\/45 { - background-color: rgb(209 213 219 / 0.45); -} - -.bg-gray-300\/5 { - background-color: rgb(209 213 219 / 0.05); -} - -.bg-gray-300\/50 { - background-color: rgb(209 213 219 / 0.5); -} - -.bg-gray-300\/55 { - background-color: rgb(209 213 219 / 0.55); -} - -.bg-gray-300\/60 { - background-color: rgb(209 213 219 / 0.6); -} - -.bg-gray-300\/65 { - background-color: rgb(209 213 219 / 0.65); -} - -.bg-gray-300\/70 { - background-color: rgb(209 213 219 / 0.7); -} - -.bg-gray-300\/75 { - background-color: rgb(209 213 219 / 0.75); -} - -.bg-gray-300\/80 { - background-color: rgb(209 213 219 / 0.8); -} - -.bg-gray-300\/85 { - background-color: rgb(209 213 219 / 0.85); -} - -.bg-gray-300\/90 { - background-color: rgb(209 213 219 / 0.9); -} - -.bg-gray-300\/95 { - background-color: rgb(209 213 219 / 0.95); -} - -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.bg-gray-400\/0 { - background-color: rgb(156 163 175 / 0); -} - -.bg-gray-400\/10 { - background-color: rgb(156 163 175 / 0.1); -} - -.bg-gray-400\/100 { - background-color: rgb(156 163 175 / 1); -} - -.bg-gray-400\/15 { - background-color: rgb(156 163 175 / 0.15); -} - -.bg-gray-400\/20 { - background-color: rgb(156 163 175 / 0.2); -} - -.bg-gray-400\/25 { - background-color: rgb(156 163 175 / 0.25); -} - -.bg-gray-400\/30 { - background-color: rgb(156 163 175 / 0.3); -} - -.bg-gray-400\/35 { - background-color: rgb(156 163 175 / 0.35); -} - -.bg-gray-400\/40 { - background-color: rgb(156 163 175 / 0.4); -} - -.bg-gray-400\/45 { - background-color: rgb(156 163 175 / 0.45); -} - -.bg-gray-400\/5 { - background-color: rgb(156 163 175 / 0.05); -} - -.bg-gray-400\/50 { - background-color: rgb(156 163 175 / 0.5); -} - -.bg-gray-400\/55 { - background-color: rgb(156 163 175 / 0.55); -} - -.bg-gray-400\/60 { - background-color: rgb(156 163 175 / 0.6); -} - -.bg-gray-400\/65 { - background-color: rgb(156 163 175 / 0.65); -} - -.bg-gray-400\/70 { - background-color: rgb(156 163 175 / 0.7); -} - -.bg-gray-400\/75 { - background-color: rgb(156 163 175 / 0.75); -} - -.bg-gray-400\/80 { - background-color: rgb(156 163 175 / 0.8); -} - -.bg-gray-400\/85 { - background-color: rgb(156 163 175 / 0.85); -} - -.bg-gray-400\/90 { - background-color: rgb(156 163 175 / 0.9); -} - -.bg-gray-400\/95 { - background-color: rgb(156 163 175 / 0.95); -} - -.bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); -} - -.bg-gray-50\/0 { - background-color: rgb(249 250 251 / 0); -} - -.bg-gray-50\/10 { - background-color: rgb(249 250 251 / 0.1); -} - -.bg-gray-50\/100 { - background-color: rgb(249 250 251 / 1); -} - -.bg-gray-50\/15 { - background-color: rgb(249 250 251 / 0.15); -} - -.bg-gray-50\/20 { - background-color: rgb(249 250 251 / 0.2); -} - -.bg-gray-50\/25 { - background-color: rgb(249 250 251 / 0.25); -} - -.bg-gray-50\/30 { - background-color: rgb(249 250 251 / 0.3); -} - -.bg-gray-50\/35 { - background-color: rgb(249 250 251 / 0.35); -} - -.bg-gray-50\/40 { - background-color: rgb(249 250 251 / 0.4); -} - -.bg-gray-50\/45 { - background-color: rgb(249 250 251 / 0.45); -} - -.bg-gray-50\/5 { - background-color: rgb(249 250 251 / 0.05); -} - -.bg-gray-50\/50 { - background-color: rgb(249 250 251 / 0.5); -} - -.bg-gray-50\/55 { - background-color: rgb(249 250 251 / 0.55); -} - -.bg-gray-50\/60 { - background-color: rgb(249 250 251 / 0.6); -} - -.bg-gray-50\/65 { - background-color: rgb(249 250 251 / 0.65); -} - -.bg-gray-50\/70 { - background-color: rgb(249 250 251 / 0.7); -} - -.bg-gray-50\/75 { - background-color: rgb(249 250 251 / 0.75); -} - -.bg-gray-50\/80 { - background-color: rgb(249 250 251 / 0.8); -} - -.bg-gray-50\/85 { - background-color: rgb(249 250 251 / 0.85); -} - -.bg-gray-50\/90 { - background-color: rgb(249 250 251 / 0.9); -} - -.bg-gray-50\/95 { - background-color: rgb(249 250 251 / 0.95); -} - -.bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - -.bg-gray-500\/0 { - background-color: rgb(107 114 128 / 0); -} - -.bg-gray-500\/10 { - background-color: rgb(107 114 128 / 0.1); -} - -.bg-gray-500\/100 { - background-color: rgb(107 114 128 / 1); -} - -.bg-gray-500\/15 { - background-color: rgb(107 114 128 / 0.15); -} - -.bg-gray-500\/20 { - background-color: rgb(107 114 128 / 0.2); -} - -.bg-gray-500\/25 { - background-color: rgb(107 114 128 / 0.25); -} - -.bg-gray-500\/30 { - background-color: rgb(107 114 128 / 0.3); -} - -.bg-gray-500\/35 { - background-color: rgb(107 114 128 / 0.35); -} - -.bg-gray-500\/40 { - background-color: rgb(107 114 128 / 0.4); -} - -.bg-gray-500\/45 { - background-color: rgb(107 114 128 / 0.45); -} - -.bg-gray-500\/5 { - background-color: rgb(107 114 128 / 0.05); -} - -.bg-gray-500\/50 { - background-color: rgb(107 114 128 / 0.5); -} - -.bg-gray-500\/55 { - background-color: rgb(107 114 128 / 0.55); -} - -.bg-gray-500\/60 { - background-color: rgb(107 114 128 / 0.6); -} - -.bg-gray-500\/65 { - background-color: rgb(107 114 128 / 0.65); -} - -.bg-gray-500\/70 { - background-color: rgb(107 114 128 / 0.7); -} - -.bg-gray-500\/75 { - background-color: rgb(107 114 128 / 0.75); -} - -.bg-gray-500\/80 { - background-color: rgb(107 114 128 / 0.8); -} - -.bg-gray-500\/85 { - background-color: rgb(107 114 128 / 0.85); -} - -.bg-gray-500\/90 { - background-color: rgb(107 114 128 / 0.9); -} - -.bg-gray-500\/95 { - background-color: rgb(107 114 128 / 0.95); -} - -.bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} - -.bg-gray-600\/0 { - background-color: rgb(75 85 99 / 0); -} - -.bg-gray-600\/10 { - background-color: rgb(75 85 99 / 0.1); -} - -.bg-gray-600\/100 { - background-color: rgb(75 85 99 / 1); -} - -.bg-gray-600\/15 { - background-color: rgb(75 85 99 / 0.15); -} - -.bg-gray-600\/20 { - background-color: rgb(75 85 99 / 0.2); -} - -.bg-gray-600\/25 { - background-color: rgb(75 85 99 / 0.25); -} - -.bg-gray-600\/30 { - background-color: rgb(75 85 99 / 0.3); -} - -.bg-gray-600\/35 { - background-color: rgb(75 85 99 / 0.35); -} - -.bg-gray-600\/40 { - background-color: rgb(75 85 99 / 0.4); -} - -.bg-gray-600\/45 { - background-color: rgb(75 85 99 / 0.45); -} - -.bg-gray-600\/5 { - background-color: rgb(75 85 99 / 0.05); -} - -.bg-gray-600\/50 { - background-color: rgb(75 85 99 / 0.5); -} - -.bg-gray-600\/55 { - background-color: rgb(75 85 99 / 0.55); -} - -.bg-gray-600\/60 { - background-color: rgb(75 85 99 / 0.6); -} - -.bg-gray-600\/65 { - background-color: rgb(75 85 99 / 0.65); -} - -.bg-gray-600\/70 { - background-color: rgb(75 85 99 / 0.7); -} - -.bg-gray-600\/75 { - background-color: rgb(75 85 99 / 0.75); -} - -.bg-gray-600\/80 { - background-color: rgb(75 85 99 / 0.8); -} - -.bg-gray-600\/85 { - background-color: rgb(75 85 99 / 0.85); -} - -.bg-gray-600\/90 { - background-color: rgb(75 85 99 / 0.9); -} - -.bg-gray-600\/95 { - background-color: rgb(75 85 99 / 0.95); -} - -.bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} - -.bg-gray-700\/0 { - background-color: rgb(55 65 81 / 0); -} - -.bg-gray-700\/10 { - background-color: rgb(55 65 81 / 0.1); -} - -.bg-gray-700\/100 { - background-color: rgb(55 65 81 / 1); -} - -.bg-gray-700\/15 { - background-color: rgb(55 65 81 / 0.15); -} - -.bg-gray-700\/20 { - background-color: rgb(55 65 81 / 0.2); -} - -.bg-gray-700\/25 { - background-color: rgb(55 65 81 / 0.25); -} - -.bg-gray-700\/30 { - background-color: rgb(55 65 81 / 0.3); -} - -.bg-gray-700\/35 { - background-color: rgb(55 65 81 / 0.35); -} - -.bg-gray-700\/40 { - background-color: rgb(55 65 81 / 0.4); -} - -.bg-gray-700\/45 { - background-color: rgb(55 65 81 / 0.45); -} - -.bg-gray-700\/5 { - background-color: rgb(55 65 81 / 0.05); -} - -.bg-gray-700\/50 { - background-color: rgb(55 65 81 / 0.5); -} - -.bg-gray-700\/55 { - background-color: rgb(55 65 81 / 0.55); -} - -.bg-gray-700\/60 { - background-color: rgb(55 65 81 / 0.6); -} - -.bg-gray-700\/65 { - background-color: rgb(55 65 81 / 0.65); -} - -.bg-gray-700\/70 { - background-color: rgb(55 65 81 / 0.7); -} - -.bg-gray-700\/75 { - background-color: rgb(55 65 81 / 0.75); -} - -.bg-gray-700\/80 { - background-color: rgb(55 65 81 / 0.8); -} - -.bg-gray-700\/85 { - background-color: rgb(55 65 81 / 0.85); -} - -.bg-gray-700\/90 { - background-color: rgb(55 65 81 / 0.9); -} - -.bg-gray-700\/95 { - background-color: rgb(55 65 81 / 0.95); -} - -.bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); -} - -.bg-gray-800\/0 { - background-color: rgb(31 41 55 / 0); -} - -.bg-gray-800\/10 { - background-color: rgb(31 41 55 / 0.1); -} - -.bg-gray-800\/100 { - background-color: rgb(31 41 55 / 1); -} - -.bg-gray-800\/15 { - background-color: rgb(31 41 55 / 0.15); -} - -.bg-gray-800\/20 { - background-color: rgb(31 41 55 / 0.2); -} - -.bg-gray-800\/25 { - background-color: rgb(31 41 55 / 0.25); -} - -.bg-gray-800\/30 { - background-color: rgb(31 41 55 / 0.3); -} - -.bg-gray-800\/35 { - background-color: rgb(31 41 55 / 0.35); -} - -.bg-gray-800\/40 { - background-color: rgb(31 41 55 / 0.4); -} - -.bg-gray-800\/45 { - background-color: rgb(31 41 55 / 0.45); -} - -.bg-gray-800\/5 { - background-color: rgb(31 41 55 / 0.05); -} - -.bg-gray-800\/50 { - background-color: rgb(31 41 55 / 0.5); -} - -.bg-gray-800\/55 { - background-color: rgb(31 41 55 / 0.55); -} - -.bg-gray-800\/60 { - background-color: rgb(31 41 55 / 0.6); -} - -.bg-gray-800\/65 { - background-color: rgb(31 41 55 / 0.65); -} - -.bg-gray-800\/70 { - background-color: rgb(31 41 55 / 0.7); -} - -.bg-gray-800\/75 { - background-color: rgb(31 41 55 / 0.75); -} - -.bg-gray-800\/80 { - background-color: rgb(31 41 55 / 0.8); -} - -.bg-gray-800\/85 { - background-color: rgb(31 41 55 / 0.85); -} - -.bg-gray-800\/90 { - background-color: rgb(31 41 55 / 0.9); -} - -.bg-gray-800\/95 { - background-color: rgb(31 41 55 / 0.95); -} - -.bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - -.bg-gray-900\/0 { - background-color: rgb(17 24 39 / 0); -} - -.bg-gray-900\/10 { - background-color: rgb(17 24 39 / 0.1); -} - -.bg-gray-900\/100 { - background-color: rgb(17 24 39 / 1); -} - -.bg-gray-900\/15 { - background-color: rgb(17 24 39 / 0.15); -} - -.bg-gray-900\/20 { - background-color: rgb(17 24 39 / 0.2); -} - -.bg-gray-900\/25 { - background-color: rgb(17 24 39 / 0.25); -} - -.bg-gray-900\/30 { - background-color: rgb(17 24 39 / 0.3); -} - -.bg-gray-900\/35 { - background-color: rgb(17 24 39 / 0.35); -} - -.bg-gray-900\/40 { - background-color: rgb(17 24 39 / 0.4); -} - -.bg-gray-900\/45 { - background-color: rgb(17 24 39 / 0.45); -} - -.bg-gray-900\/5 { - background-color: rgb(17 24 39 / 0.05); -} - -.bg-gray-900\/50 { - background-color: rgb(17 24 39 / 0.5); -} - -.bg-gray-900\/55 { - background-color: rgb(17 24 39 / 0.55); -} - -.bg-gray-900\/60 { - background-color: rgb(17 24 39 / 0.6); -} - -.bg-gray-900\/65 { - background-color: rgb(17 24 39 / 0.65); -} - -.bg-gray-900\/70 { - background-color: rgb(17 24 39 / 0.7); -} - -.bg-gray-900\/75 { - background-color: rgb(17 24 39 / 0.75); -} - -.bg-gray-900\/80 { - background-color: rgb(17 24 39 / 0.8); -} - -.bg-gray-900\/85 { - background-color: rgb(17 24 39 / 0.85); -} - -.bg-gray-900\/90 { - background-color: rgb(17 24 39 / 0.9); -} - -.bg-gray-900\/95 { - background-color: rgb(17 24 39 / 0.95); -} - -.bg-gray-950 { - --tw-bg-opacity: 1; - background-color: rgb(3 7 18 / var(--tw-bg-opacity)); -} - -.bg-gray-950\/0 { - background-color: rgb(3 7 18 / 0); -} - -.bg-gray-950\/10 { - background-color: rgb(3 7 18 / 0.1); -} - -.bg-gray-950\/100 { - background-color: rgb(3 7 18 / 1); -} - -.bg-gray-950\/15 { - background-color: rgb(3 7 18 / 0.15); -} - -.bg-gray-950\/20 { - background-color: rgb(3 7 18 / 0.2); -} - -.bg-gray-950\/25 { - background-color: rgb(3 7 18 / 0.25); -} - -.bg-gray-950\/30 { - background-color: rgb(3 7 18 / 0.3); -} - -.bg-gray-950\/35 { - background-color: rgb(3 7 18 / 0.35); -} - -.bg-gray-950\/40 { - background-color: rgb(3 7 18 / 0.4); -} - -.bg-gray-950\/45 { - background-color: rgb(3 7 18 / 0.45); -} - -.bg-gray-950\/5 { - background-color: rgb(3 7 18 / 0.05); -} - -.bg-gray-950\/50 { - background-color: rgb(3 7 18 / 0.5); -} - -.bg-gray-950\/55 { - background-color: rgb(3 7 18 / 0.55); -} - -.bg-gray-950\/60 { - background-color: rgb(3 7 18 / 0.6); -} - -.bg-gray-950\/65 { - background-color: rgb(3 7 18 / 0.65); -} - -.bg-gray-950\/70 { - background-color: rgb(3 7 18 / 0.7); -} - -.bg-gray-950\/75 { - background-color: rgb(3 7 18 / 0.75); -} - -.bg-gray-950\/80 { - background-color: rgb(3 7 18 / 0.8); -} - -.bg-gray-950\/85 { - background-color: rgb(3 7 18 / 0.85); -} - -.bg-gray-950\/90 { - background-color: rgb(3 7 18 / 0.9); -} - -.bg-gray-950\/95 { - background-color: rgb(3 7 18 / 0.95); -} - -.bg-lime-100 { - --tw-bg-opacity: 1; - background-color: rgb(236 252 203 / var(--tw-bg-opacity)); -} - -.bg-lime-100\/0 { - background-color: rgb(236 252 203 / 0); -} - -.bg-lime-100\/10 { - background-color: rgb(236 252 203 / 0.1); -} - -.bg-lime-100\/100 { - background-color: rgb(236 252 203 / 1); -} - -.bg-lime-100\/15 { - background-color: rgb(236 252 203 / 0.15); -} - -.bg-lime-100\/20 { - background-color: rgb(236 252 203 / 0.2); -} - -.bg-lime-100\/25 { - background-color: rgb(236 252 203 / 0.25); -} - -.bg-lime-100\/30 { - background-color: rgb(236 252 203 / 0.3); -} - -.bg-lime-100\/35 { - background-color: rgb(236 252 203 / 0.35); -} - -.bg-lime-100\/40 { - background-color: rgb(236 252 203 / 0.4); -} - -.bg-lime-100\/45 { - background-color: rgb(236 252 203 / 0.45); -} - -.bg-lime-100\/5 { - background-color: rgb(236 252 203 / 0.05); -} - -.bg-lime-100\/50 { - background-color: rgb(236 252 203 / 0.5); -} - -.bg-lime-100\/55 { - background-color: rgb(236 252 203 / 0.55); -} - -.bg-lime-100\/60 { - background-color: rgb(236 252 203 / 0.6); -} - -.bg-lime-100\/65 { - background-color: rgb(236 252 203 / 0.65); -} - -.bg-lime-100\/70 { - background-color: rgb(236 252 203 / 0.7); -} - -.bg-lime-100\/75 { - background-color: rgb(236 252 203 / 0.75); -} - -.bg-lime-100\/80 { - background-color: rgb(236 252 203 / 0.8); -} - -.bg-lime-100\/85 { - background-color: rgb(236 252 203 / 0.85); -} - -.bg-lime-100\/90 { - background-color: rgb(236 252 203 / 0.9); -} - -.bg-lime-100\/95 { - background-color: rgb(236 252 203 / 0.95); -} - -.bg-lime-200 { - --tw-bg-opacity: 1; - background-color: rgb(217 249 157 / var(--tw-bg-opacity)); -} - -.bg-lime-200\/0 { - background-color: rgb(217 249 157 / 0); -} - -.bg-lime-200\/10 { - background-color: rgb(217 249 157 / 0.1); -} - -.bg-lime-200\/100 { - background-color: rgb(217 249 157 / 1); -} - -.bg-lime-200\/15 { - background-color: rgb(217 249 157 / 0.15); -} - -.bg-lime-200\/20 { - background-color: rgb(217 249 157 / 0.2); -} - -.bg-lime-200\/25 { - background-color: rgb(217 249 157 / 0.25); -} - -.bg-lime-200\/30 { - background-color: rgb(217 249 157 / 0.3); -} - -.bg-lime-200\/35 { - background-color: rgb(217 249 157 / 0.35); -} - -.bg-lime-200\/40 { - background-color: rgb(217 249 157 / 0.4); -} - -.bg-lime-200\/45 { - background-color: rgb(217 249 157 / 0.45); -} - -.bg-lime-200\/5 { - background-color: rgb(217 249 157 / 0.05); -} - -.bg-lime-200\/50 { - background-color: rgb(217 249 157 / 0.5); -} - -.bg-lime-200\/55 { - background-color: rgb(217 249 157 / 0.55); -} - -.bg-lime-200\/60 { - background-color: rgb(217 249 157 / 0.6); -} - -.bg-lime-200\/65 { - background-color: rgb(217 249 157 / 0.65); -} - -.bg-lime-200\/70 { - background-color: rgb(217 249 157 / 0.7); -} - -.bg-lime-200\/75 { - background-color: rgb(217 249 157 / 0.75); -} - -.bg-lime-200\/80 { - background-color: rgb(217 249 157 / 0.8); -} - -.bg-lime-200\/85 { - background-color: rgb(217 249 157 / 0.85); -} - -.bg-lime-200\/90 { - background-color: rgb(217 249 157 / 0.9); -} - -.bg-lime-200\/95 { - background-color: rgb(217 249 157 / 0.95); -} - -.bg-lime-300 { - --tw-bg-opacity: 1; - background-color: rgb(190 242 100 / var(--tw-bg-opacity)); -} - -.bg-lime-300\/0 { - background-color: rgb(190 242 100 / 0); -} - -.bg-lime-300\/10 { - background-color: rgb(190 242 100 / 0.1); -} - -.bg-lime-300\/100 { - background-color: rgb(190 242 100 / 1); -} - -.bg-lime-300\/15 { - background-color: rgb(190 242 100 / 0.15); -} - -.bg-lime-300\/20 { - background-color: rgb(190 242 100 / 0.2); -} - -.bg-lime-300\/25 { - background-color: rgb(190 242 100 / 0.25); -} - -.bg-lime-300\/30 { - background-color: rgb(190 242 100 / 0.3); -} - -.bg-lime-300\/35 { - background-color: rgb(190 242 100 / 0.35); -} - -.bg-lime-300\/40 { - background-color: rgb(190 242 100 / 0.4); -} - -.bg-lime-300\/45 { - background-color: rgb(190 242 100 / 0.45); -} - -.bg-lime-300\/5 { - background-color: rgb(190 242 100 / 0.05); -} - -.bg-lime-300\/50 { - background-color: rgb(190 242 100 / 0.5); -} - -.bg-lime-300\/55 { - background-color: rgb(190 242 100 / 0.55); -} - -.bg-lime-300\/60 { - background-color: rgb(190 242 100 / 0.6); -} - -.bg-lime-300\/65 { - background-color: rgb(190 242 100 / 0.65); -} - -.bg-lime-300\/70 { - background-color: rgb(190 242 100 / 0.7); -} - -.bg-lime-300\/75 { - background-color: rgb(190 242 100 / 0.75); -} - -.bg-lime-300\/80 { - background-color: rgb(190 242 100 / 0.8); -} - -.bg-lime-300\/85 { - background-color: rgb(190 242 100 / 0.85); -} - -.bg-lime-300\/90 { - background-color: rgb(190 242 100 / 0.9); -} - -.bg-lime-300\/95 { - background-color: rgb(190 242 100 / 0.95); -} - -.bg-lime-400 { - --tw-bg-opacity: 1; - background-color: rgb(163 230 53 / var(--tw-bg-opacity)); -} - -.bg-lime-400\/0 { - background-color: rgb(163 230 53 / 0); -} - -.bg-lime-400\/10 { - background-color: rgb(163 230 53 / 0.1); -} - -.bg-lime-400\/100 { - background-color: rgb(163 230 53 / 1); -} - -.bg-lime-400\/15 { - background-color: rgb(163 230 53 / 0.15); -} - -.bg-lime-400\/20 { - background-color: rgb(163 230 53 / 0.2); -} - -.bg-lime-400\/25 { - background-color: rgb(163 230 53 / 0.25); -} - -.bg-lime-400\/30 { - background-color: rgb(163 230 53 / 0.3); -} - -.bg-lime-400\/35 { - background-color: rgb(163 230 53 / 0.35); -} - -.bg-lime-400\/40 { - background-color: rgb(163 230 53 / 0.4); -} - -.bg-lime-400\/45 { - background-color: rgb(163 230 53 / 0.45); -} - -.bg-lime-400\/5 { - background-color: rgb(163 230 53 / 0.05); -} - -.bg-lime-400\/50 { - background-color: rgb(163 230 53 / 0.5); -} - -.bg-lime-400\/55 { - background-color: rgb(163 230 53 / 0.55); -} - -.bg-lime-400\/60 { - background-color: rgb(163 230 53 / 0.6); -} - -.bg-lime-400\/65 { - background-color: rgb(163 230 53 / 0.65); -} - -.bg-lime-400\/70 { - background-color: rgb(163 230 53 / 0.7); -} - -.bg-lime-400\/75 { - background-color: rgb(163 230 53 / 0.75); -} - -.bg-lime-400\/80 { - background-color: rgb(163 230 53 / 0.8); -} - -.bg-lime-400\/85 { - background-color: rgb(163 230 53 / 0.85); -} - -.bg-lime-400\/90 { - background-color: rgb(163 230 53 / 0.9); -} - -.bg-lime-400\/95 { - background-color: rgb(163 230 53 / 0.95); -} - -.bg-lime-50 { - --tw-bg-opacity: 1; - background-color: rgb(247 254 231 / var(--tw-bg-opacity)); -} - -.bg-lime-50\/0 { - background-color: rgb(247 254 231 / 0); -} - -.bg-lime-50\/10 { - background-color: rgb(247 254 231 / 0.1); -} - -.bg-lime-50\/100 { - background-color: rgb(247 254 231 / 1); -} - -.bg-lime-50\/15 { - background-color: rgb(247 254 231 / 0.15); -} - -.bg-lime-50\/20 { - background-color: rgb(247 254 231 / 0.2); -} - -.bg-lime-50\/25 { - background-color: rgb(247 254 231 / 0.25); -} - -.bg-lime-50\/30 { - background-color: rgb(247 254 231 / 0.3); -} - -.bg-lime-50\/35 { - background-color: rgb(247 254 231 / 0.35); -} - -.bg-lime-50\/40 { - background-color: rgb(247 254 231 / 0.4); -} - -.bg-lime-50\/45 { - background-color: rgb(247 254 231 / 0.45); -} - -.bg-lime-50\/5 { - background-color: rgb(247 254 231 / 0.05); -} - -.bg-lime-50\/50 { - background-color: rgb(247 254 231 / 0.5); -} - -.bg-lime-50\/55 { - background-color: rgb(247 254 231 / 0.55); -} - -.bg-lime-50\/60 { - background-color: rgb(247 254 231 / 0.6); -} - -.bg-lime-50\/65 { - background-color: rgb(247 254 231 / 0.65); -} - -.bg-lime-50\/70 { - background-color: rgb(247 254 231 / 0.7); -} - -.bg-lime-50\/75 { - background-color: rgb(247 254 231 / 0.75); -} - -.bg-lime-50\/80 { - background-color: rgb(247 254 231 / 0.8); -} - -.bg-lime-50\/85 { - background-color: rgb(247 254 231 / 0.85); -} - -.bg-lime-50\/90 { - background-color: rgb(247 254 231 / 0.9); -} - -.bg-lime-50\/95 { - background-color: rgb(247 254 231 / 0.95); -} - -.bg-lime-500 { - --tw-bg-opacity: 1; - background-color: rgb(132 204 22 / var(--tw-bg-opacity)); -} - -.bg-lime-500\/0 { - background-color: rgb(132 204 22 / 0); -} - -.bg-lime-500\/10 { - background-color: rgb(132 204 22 / 0.1); -} - -.bg-lime-500\/100 { - background-color: rgb(132 204 22 / 1); -} - -.bg-lime-500\/15 { - background-color: rgb(132 204 22 / 0.15); -} - -.bg-lime-500\/20 { - background-color: rgb(132 204 22 / 0.2); -} - -.bg-lime-500\/25 { - background-color: rgb(132 204 22 / 0.25); -} - -.bg-lime-500\/30 { - background-color: rgb(132 204 22 / 0.3); -} - -.bg-lime-500\/35 { - background-color: rgb(132 204 22 / 0.35); -} - -.bg-lime-500\/40 { - background-color: rgb(132 204 22 / 0.4); -} - -.bg-lime-500\/45 { - background-color: rgb(132 204 22 / 0.45); -} - -.bg-lime-500\/5 { - background-color: rgb(132 204 22 / 0.05); -} - -.bg-lime-500\/50 { - background-color: rgb(132 204 22 / 0.5); -} - -.bg-lime-500\/55 { - background-color: rgb(132 204 22 / 0.55); -} - -.bg-lime-500\/60 { - background-color: rgb(132 204 22 / 0.6); -} - -.bg-lime-500\/65 { - background-color: rgb(132 204 22 / 0.65); -} - -.bg-lime-500\/70 { - background-color: rgb(132 204 22 / 0.7); -} - -.bg-lime-500\/75 { - background-color: rgb(132 204 22 / 0.75); -} - -.bg-lime-500\/80 { - background-color: rgb(132 204 22 / 0.8); -} - -.bg-lime-500\/85 { - background-color: rgb(132 204 22 / 0.85); -} - -.bg-lime-500\/90 { - background-color: rgb(132 204 22 / 0.9); -} - -.bg-lime-500\/95 { - background-color: rgb(132 204 22 / 0.95); -} - -.bg-lime-600 { - --tw-bg-opacity: 1; - background-color: rgb(101 163 13 / var(--tw-bg-opacity)); -} - -.bg-lime-600\/0 { - background-color: rgb(101 163 13 / 0); -} - -.bg-lime-600\/10 { - background-color: rgb(101 163 13 / 0.1); -} - -.bg-lime-600\/100 { - background-color: rgb(101 163 13 / 1); -} - -.bg-lime-600\/15 { - background-color: rgb(101 163 13 / 0.15); -} - -.bg-lime-600\/20 { - background-color: rgb(101 163 13 / 0.2); -} - -.bg-lime-600\/25 { - background-color: rgb(101 163 13 / 0.25); -} - -.bg-lime-600\/30 { - background-color: rgb(101 163 13 / 0.3); -} - -.bg-lime-600\/35 { - background-color: rgb(101 163 13 / 0.35); -} - -.bg-lime-600\/40 { - background-color: rgb(101 163 13 / 0.4); -} - -.bg-lime-600\/45 { - background-color: rgb(101 163 13 / 0.45); -} - -.bg-lime-600\/5 { - background-color: rgb(101 163 13 / 0.05); -} - -.bg-lime-600\/50 { - background-color: rgb(101 163 13 / 0.5); -} - -.bg-lime-600\/55 { - background-color: rgb(101 163 13 / 0.55); -} - -.bg-lime-600\/60 { - background-color: rgb(101 163 13 / 0.6); -} - -.bg-lime-600\/65 { - background-color: rgb(101 163 13 / 0.65); -} - -.bg-lime-600\/70 { - background-color: rgb(101 163 13 / 0.7); -} - -.bg-lime-600\/75 { - background-color: rgb(101 163 13 / 0.75); -} - -.bg-lime-600\/80 { - background-color: rgb(101 163 13 / 0.8); -} - -.bg-lime-600\/85 { - background-color: rgb(101 163 13 / 0.85); -} - -.bg-lime-600\/90 { - background-color: rgb(101 163 13 / 0.9); -} - -.bg-lime-600\/95 { - background-color: rgb(101 163 13 / 0.95); -} - -.bg-lime-700 { - --tw-bg-opacity: 1; - background-color: rgb(77 124 15 / var(--tw-bg-opacity)); -} - -.bg-lime-700\/0 { - background-color: rgb(77 124 15 / 0); -} - -.bg-lime-700\/10 { - background-color: rgb(77 124 15 / 0.1); -} - -.bg-lime-700\/100 { - background-color: rgb(77 124 15 / 1); -} - -.bg-lime-700\/15 { - background-color: rgb(77 124 15 / 0.15); -} - -.bg-lime-700\/20 { - background-color: rgb(77 124 15 / 0.2); -} - -.bg-lime-700\/25 { - background-color: rgb(77 124 15 / 0.25); -} - -.bg-lime-700\/30 { - background-color: rgb(77 124 15 / 0.3); -} - -.bg-lime-700\/35 { - background-color: rgb(77 124 15 / 0.35); -} - -.bg-lime-700\/40 { - background-color: rgb(77 124 15 / 0.4); -} - -.bg-lime-700\/45 { - background-color: rgb(77 124 15 / 0.45); -} - -.bg-lime-700\/5 { - background-color: rgb(77 124 15 / 0.05); -} - -.bg-lime-700\/50 { - background-color: rgb(77 124 15 / 0.5); -} - -.bg-lime-700\/55 { - background-color: rgb(77 124 15 / 0.55); -} - -.bg-lime-700\/60 { - background-color: rgb(77 124 15 / 0.6); -} - -.bg-lime-700\/65 { - background-color: rgb(77 124 15 / 0.65); -} - -.bg-lime-700\/70 { - background-color: rgb(77 124 15 / 0.7); -} - -.bg-lime-700\/75 { - background-color: rgb(77 124 15 / 0.75); -} - -.bg-lime-700\/80 { - background-color: rgb(77 124 15 / 0.8); -} - -.bg-lime-700\/85 { - background-color: rgb(77 124 15 / 0.85); -} - -.bg-lime-700\/90 { - background-color: rgb(77 124 15 / 0.9); -} - -.bg-lime-700\/95 { - background-color: rgb(77 124 15 / 0.95); -} - -.bg-lime-800 { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); -} - -.bg-lime-800\/0 { - background-color: rgb(63 98 18 / 0); -} - -.bg-lime-800\/10 { - background-color: rgb(63 98 18 / 0.1); -} - -.bg-lime-800\/100 { - background-color: rgb(63 98 18 / 1); -} - -.bg-lime-800\/15 { - background-color: rgb(63 98 18 / 0.15); -} - -.bg-lime-800\/20 { - background-color: rgb(63 98 18 / 0.2); -} - -.bg-lime-800\/25 { - background-color: rgb(63 98 18 / 0.25); -} - -.bg-lime-800\/30 { - background-color: rgb(63 98 18 / 0.3); -} - -.bg-lime-800\/35 { - background-color: rgb(63 98 18 / 0.35); -} - -.bg-lime-800\/40 { - background-color: rgb(63 98 18 / 0.4); -} - -.bg-lime-800\/45 { - background-color: rgb(63 98 18 / 0.45); -} - -.bg-lime-800\/5 { - background-color: rgb(63 98 18 / 0.05); -} - -.bg-lime-800\/50 { - background-color: rgb(63 98 18 / 0.5); -} - -.bg-lime-800\/55 { - background-color: rgb(63 98 18 / 0.55); -} - -.bg-lime-800\/60 { - background-color: rgb(63 98 18 / 0.6); -} - -.bg-lime-800\/65 { - background-color: rgb(63 98 18 / 0.65); -} - -.bg-lime-800\/70 { - background-color: rgb(63 98 18 / 0.7); -} - -.bg-lime-800\/75 { - background-color: rgb(63 98 18 / 0.75); -} - -.bg-lime-800\/80 { - background-color: rgb(63 98 18 / 0.8); -} - -.bg-lime-800\/85 { - background-color: rgb(63 98 18 / 0.85); -} - -.bg-lime-800\/90 { - background-color: rgb(63 98 18 / 0.9); -} - -.bg-lime-800\/95 { - background-color: rgb(63 98 18 / 0.95); -} - -.bg-lime-900 { - --tw-bg-opacity: 1; - background-color: rgb(54 83 20 / var(--tw-bg-opacity)); -} - -.bg-lime-900\/0 { - background-color: rgb(54 83 20 / 0); -} - -.bg-lime-900\/10 { - background-color: rgb(54 83 20 / 0.1); -} - -.bg-lime-900\/100 { - background-color: rgb(54 83 20 / 1); -} - -.bg-lime-900\/15 { - background-color: rgb(54 83 20 / 0.15); -} - -.bg-lime-900\/20 { - background-color: rgb(54 83 20 / 0.2); -} - -.bg-lime-900\/25 { - background-color: rgb(54 83 20 / 0.25); -} - -.bg-lime-900\/30 { - background-color: rgb(54 83 20 / 0.3); -} - -.bg-lime-900\/35 { - background-color: rgb(54 83 20 / 0.35); -} - -.bg-lime-900\/40 { - background-color: rgb(54 83 20 / 0.4); -} - -.bg-lime-900\/45 { - background-color: rgb(54 83 20 / 0.45); -} - -.bg-lime-900\/5 { - background-color: rgb(54 83 20 / 0.05); -} - -.bg-lime-900\/50 { - background-color: rgb(54 83 20 / 0.5); -} - -.bg-lime-900\/55 { - background-color: rgb(54 83 20 / 0.55); -} - -.bg-lime-900\/60 { - background-color: rgb(54 83 20 / 0.6); -} - -.bg-lime-900\/65 { - background-color: rgb(54 83 20 / 0.65); -} - -.bg-lime-900\/70 { - background-color: rgb(54 83 20 / 0.7); -} - -.bg-lime-900\/75 { - background-color: rgb(54 83 20 / 0.75); -} - -.bg-lime-900\/80 { - background-color: rgb(54 83 20 / 0.8); -} - -.bg-lime-900\/85 { - background-color: rgb(54 83 20 / 0.85); -} - -.bg-lime-900\/90 { - background-color: rgb(54 83 20 / 0.9); -} - -.bg-lime-900\/95 { - background-color: rgb(54 83 20 / 0.95); -} - -.bg-lime-950 { - --tw-bg-opacity: 1; - background-color: rgb(26 46 5 / var(--tw-bg-opacity)); -} - -.bg-lime-950\/0 { - background-color: rgb(26 46 5 / 0); -} - -.bg-lime-950\/10 { - background-color: rgb(26 46 5 / 0.1); -} - -.bg-lime-950\/100 { - background-color: rgb(26 46 5 / 1); -} - -.bg-lime-950\/15 { - background-color: rgb(26 46 5 / 0.15); -} - -.bg-lime-950\/20 { - background-color: rgb(26 46 5 / 0.2); -} - -.bg-lime-950\/25 { - background-color: rgb(26 46 5 / 0.25); -} - -.bg-lime-950\/30 { - background-color: rgb(26 46 5 / 0.3); -} - -.bg-lime-950\/35 { - background-color: rgb(26 46 5 / 0.35); -} - -.bg-lime-950\/40 { - background-color: rgb(26 46 5 / 0.4); -} - -.bg-lime-950\/45 { - background-color: rgb(26 46 5 / 0.45); -} - -.bg-lime-950\/5 { - background-color: rgb(26 46 5 / 0.05); -} - -.bg-lime-950\/50 { - background-color: rgb(26 46 5 / 0.5); -} - -.bg-lime-950\/55 { - background-color: rgb(26 46 5 / 0.55); -} - -.bg-lime-950\/60 { - background-color: rgb(26 46 5 / 0.6); -} - -.bg-lime-950\/65 { - background-color: rgb(26 46 5 / 0.65); -} - -.bg-lime-950\/70 { - background-color: rgb(26 46 5 / 0.7); -} - -.bg-lime-950\/75 { - background-color: rgb(26 46 5 / 0.75); -} - -.bg-lime-950\/80 { - background-color: rgb(26 46 5 / 0.8); -} - -.bg-lime-950\/85 { - background-color: rgb(26 46 5 / 0.85); -} - -.bg-lime-950\/90 { - background-color: rgb(26 46 5 / 0.9); -} - -.bg-lime-950\/95 { - background-color: rgb(26 46 5 / 0.95); -} - -.bg-orange-100 { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); -} - -.bg-orange-100\/0 { - background-color: rgb(255 237 213 / 0); -} - -.bg-orange-100\/10 { - background-color: rgb(255 237 213 / 0.1); -} - -.bg-orange-100\/100 { - background-color: rgb(255 237 213 / 1); -} - -.bg-orange-100\/15 { - background-color: rgb(255 237 213 / 0.15); -} - -.bg-orange-100\/20 { - background-color: rgb(255 237 213 / 0.2); -} - -.bg-orange-100\/25 { - background-color: rgb(255 237 213 / 0.25); -} - -.bg-orange-100\/30 { - background-color: rgb(255 237 213 / 0.3); -} - -.bg-orange-100\/35 { - background-color: rgb(255 237 213 / 0.35); -} - -.bg-orange-100\/40 { - background-color: rgb(255 237 213 / 0.4); -} - -.bg-orange-100\/45 { - background-color: rgb(255 237 213 / 0.45); -} - -.bg-orange-100\/5 { - background-color: rgb(255 237 213 / 0.05); -} - -.bg-orange-100\/50 { - background-color: rgb(255 237 213 / 0.5); -} - -.bg-orange-100\/55 { - background-color: rgb(255 237 213 / 0.55); -} - -.bg-orange-100\/60 { - background-color: rgb(255 237 213 / 0.6); -} - -.bg-orange-100\/65 { - background-color: rgb(255 237 213 / 0.65); -} - -.bg-orange-100\/70 { - background-color: rgb(255 237 213 / 0.7); -} - -.bg-orange-100\/75 { - background-color: rgb(255 237 213 / 0.75); -} - -.bg-orange-100\/80 { - background-color: rgb(255 237 213 / 0.8); -} - -.bg-orange-100\/85 { - background-color: rgb(255 237 213 / 0.85); -} - -.bg-orange-100\/90 { - background-color: rgb(255 237 213 / 0.9); -} - -.bg-orange-100\/95 { - background-color: rgb(255 237 213 / 0.95); -} - -.bg-orange-200 { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); -} - -.bg-orange-200\/0 { - background-color: rgb(254 215 170 / 0); -} - -.bg-orange-200\/10 { - background-color: rgb(254 215 170 / 0.1); -} - -.bg-orange-200\/100 { - background-color: rgb(254 215 170 / 1); -} - -.bg-orange-200\/15 { - background-color: rgb(254 215 170 / 0.15); -} - -.bg-orange-200\/20 { - background-color: rgb(254 215 170 / 0.2); -} - -.bg-orange-200\/25 { - background-color: rgb(254 215 170 / 0.25); -} - -.bg-orange-200\/30 { - background-color: rgb(254 215 170 / 0.3); -} - -.bg-orange-200\/35 { - background-color: rgb(254 215 170 / 0.35); -} - -.bg-orange-200\/40 { - background-color: rgb(254 215 170 / 0.4); -} - -.bg-orange-200\/45 { - background-color: rgb(254 215 170 / 0.45); -} - -.bg-orange-200\/5 { - background-color: rgb(254 215 170 / 0.05); -} - -.bg-orange-200\/50 { - background-color: rgb(254 215 170 / 0.5); -} - -.bg-orange-200\/55 { - background-color: rgb(254 215 170 / 0.55); -} - -.bg-orange-200\/60 { - background-color: rgb(254 215 170 / 0.6); -} - -.bg-orange-200\/65 { - background-color: rgb(254 215 170 / 0.65); -} - -.bg-orange-200\/70 { - background-color: rgb(254 215 170 / 0.7); -} - -.bg-orange-200\/75 { - background-color: rgb(254 215 170 / 0.75); -} - -.bg-orange-200\/80 { - background-color: rgb(254 215 170 / 0.8); -} - -.bg-orange-200\/85 { - background-color: rgb(254 215 170 / 0.85); -} - -.bg-orange-200\/90 { - background-color: rgb(254 215 170 / 0.9); -} - -.bg-orange-200\/95 { - background-color: rgb(254 215 170 / 0.95); -} - -.bg-orange-300 { - --tw-bg-opacity: 1; - background-color: rgb(253 186 116 / var(--tw-bg-opacity)); -} - -.bg-orange-300\/0 { - background-color: rgb(253 186 116 / 0); -} - -.bg-orange-300\/10 { - background-color: rgb(253 186 116 / 0.1); -} - -.bg-orange-300\/100 { - background-color: rgb(253 186 116 / 1); -} - -.bg-orange-300\/15 { - background-color: rgb(253 186 116 / 0.15); -} - -.bg-orange-300\/20 { - background-color: rgb(253 186 116 / 0.2); -} - -.bg-orange-300\/25 { - background-color: rgb(253 186 116 / 0.25); -} - -.bg-orange-300\/30 { - background-color: rgb(253 186 116 / 0.3); -} - -.bg-orange-300\/35 { - background-color: rgb(253 186 116 / 0.35); -} - -.bg-orange-300\/40 { - background-color: rgb(253 186 116 / 0.4); -} - -.bg-orange-300\/45 { - background-color: rgb(253 186 116 / 0.45); -} - -.bg-orange-300\/5 { - background-color: rgb(253 186 116 / 0.05); -} - -.bg-orange-300\/50 { - background-color: rgb(253 186 116 / 0.5); -} - -.bg-orange-300\/55 { - background-color: rgb(253 186 116 / 0.55); -} - -.bg-orange-300\/60 { - background-color: rgb(253 186 116 / 0.6); -} - -.bg-orange-300\/65 { - background-color: rgb(253 186 116 / 0.65); -} - -.bg-orange-300\/70 { - background-color: rgb(253 186 116 / 0.7); -} - -.bg-orange-300\/75 { - background-color: rgb(253 186 116 / 0.75); -} - -.bg-orange-300\/80 { - background-color: rgb(253 186 116 / 0.8); -} - -.bg-orange-300\/85 { - background-color: rgb(253 186 116 / 0.85); -} - -.bg-orange-300\/90 { - background-color: rgb(253 186 116 / 0.9); -} - -.bg-orange-300\/95 { - background-color: rgb(253 186 116 / 0.95); -} - -.bg-orange-400 { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); -} - -.bg-orange-400\/0 { - background-color: rgb(251 146 60 / 0); -} - -.bg-orange-400\/10 { - background-color: rgb(251 146 60 / 0.1); -} - -.bg-orange-400\/100 { - background-color: rgb(251 146 60 / 1); -} - -.bg-orange-400\/15 { - background-color: rgb(251 146 60 / 0.15); -} - -.bg-orange-400\/20 { - background-color: rgb(251 146 60 / 0.2); -} - -.bg-orange-400\/25 { - background-color: rgb(251 146 60 / 0.25); -} - -.bg-orange-400\/30 { - background-color: rgb(251 146 60 / 0.3); -} - -.bg-orange-400\/35 { - background-color: rgb(251 146 60 / 0.35); -} - -.bg-orange-400\/40 { - background-color: rgb(251 146 60 / 0.4); -} - -.bg-orange-400\/45 { - background-color: rgb(251 146 60 / 0.45); -} - -.bg-orange-400\/5 { - background-color: rgb(251 146 60 / 0.05); -} - -.bg-orange-400\/50 { - background-color: rgb(251 146 60 / 0.5); -} - -.bg-orange-400\/55 { - background-color: rgb(251 146 60 / 0.55); -} - -.bg-orange-400\/60 { - background-color: rgb(251 146 60 / 0.6); -} - -.bg-orange-400\/65 { - background-color: rgb(251 146 60 / 0.65); -} - -.bg-orange-400\/70 { - background-color: rgb(251 146 60 / 0.7); -} - -.bg-orange-400\/75 { - background-color: rgb(251 146 60 / 0.75); -} - -.bg-orange-400\/80 { - background-color: rgb(251 146 60 / 0.8); -} - -.bg-orange-400\/85 { - background-color: rgb(251 146 60 / 0.85); -} - -.bg-orange-400\/90 { - background-color: rgb(251 146 60 / 0.9); -} - -.bg-orange-400\/95 { - background-color: rgb(251 146 60 / 0.95); -} - -.bg-orange-50 { - --tw-bg-opacity: 1; - background-color: rgb(255 247 237 / var(--tw-bg-opacity)); -} - -.bg-orange-50\/0 { - background-color: rgb(255 247 237 / 0); -} - -.bg-orange-50\/10 { - background-color: rgb(255 247 237 / 0.1); -} - -.bg-orange-50\/100 { - background-color: rgb(255 247 237 / 1); -} - -.bg-orange-50\/15 { - background-color: rgb(255 247 237 / 0.15); -} - -.bg-orange-50\/20 { - background-color: rgb(255 247 237 / 0.2); -} - -.bg-orange-50\/25 { - background-color: rgb(255 247 237 / 0.25); -} - -.bg-orange-50\/30 { - background-color: rgb(255 247 237 / 0.3); -} - -.bg-orange-50\/35 { - background-color: rgb(255 247 237 / 0.35); -} - -.bg-orange-50\/40 { - background-color: rgb(255 247 237 / 0.4); -} - -.bg-orange-50\/45 { - background-color: rgb(255 247 237 / 0.45); -} - -.bg-orange-50\/5 { - background-color: rgb(255 247 237 / 0.05); -} - -.bg-orange-50\/50 { - background-color: rgb(255 247 237 / 0.5); -} - -.bg-orange-50\/55 { - background-color: rgb(255 247 237 / 0.55); -} - -.bg-orange-50\/60 { - background-color: rgb(255 247 237 / 0.6); -} - -.bg-orange-50\/65 { - background-color: rgb(255 247 237 / 0.65); -} - -.bg-orange-50\/70 { - background-color: rgb(255 247 237 / 0.7); -} - -.bg-orange-50\/75 { - background-color: rgb(255 247 237 / 0.75); -} - -.bg-orange-50\/80 { - background-color: rgb(255 247 237 / 0.8); -} - -.bg-orange-50\/85 { - background-color: rgb(255 247 237 / 0.85); -} - -.bg-orange-50\/90 { - background-color: rgb(255 247 237 / 0.9); -} - -.bg-orange-50\/95 { - background-color: rgb(255 247 237 / 0.95); -} - -.bg-orange-500 { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); -} - -.bg-orange-500\/0 { - background-color: rgb(249 115 22 / 0); -} - -.bg-orange-500\/10 { - background-color: rgb(249 115 22 / 0.1); -} - -.bg-orange-500\/100 { - background-color: rgb(249 115 22 / 1); -} - -.bg-orange-500\/15 { - background-color: rgb(249 115 22 / 0.15); -} - -.bg-orange-500\/20 { - background-color: rgb(249 115 22 / 0.2); -} - -.bg-orange-500\/25 { - background-color: rgb(249 115 22 / 0.25); -} - -.bg-orange-500\/30 { - background-color: rgb(249 115 22 / 0.3); -} - -.bg-orange-500\/35 { - background-color: rgb(249 115 22 / 0.35); -} - -.bg-orange-500\/40 { - background-color: rgb(249 115 22 / 0.4); -} - -.bg-orange-500\/45 { - background-color: rgb(249 115 22 / 0.45); -} - -.bg-orange-500\/5 { - background-color: rgb(249 115 22 / 0.05); -} - -.bg-orange-500\/50 { - background-color: rgb(249 115 22 / 0.5); -} - -.bg-orange-500\/55 { - background-color: rgb(249 115 22 / 0.55); -} - -.bg-orange-500\/60 { - background-color: rgb(249 115 22 / 0.6); -} - -.bg-orange-500\/65 { - background-color: rgb(249 115 22 / 0.65); -} - -.bg-orange-500\/70 { - background-color: rgb(249 115 22 / 0.7); -} - -.bg-orange-500\/75 { - background-color: rgb(249 115 22 / 0.75); -} - -.bg-orange-500\/80 { - background-color: rgb(249 115 22 / 0.8); -} - -.bg-orange-500\/85 { - background-color: rgb(249 115 22 / 0.85); -} - -.bg-orange-500\/90 { - background-color: rgb(249 115 22 / 0.9); -} - -.bg-orange-500\/95 { - background-color: rgb(249 115 22 / 0.95); -} - -.bg-orange-600 { - --tw-bg-opacity: 1; - background-color: rgb(234 88 12 / var(--tw-bg-opacity)); -} - -.bg-orange-600\/0 { - background-color: rgb(234 88 12 / 0); -} - -.bg-orange-600\/10 { - background-color: rgb(234 88 12 / 0.1); -} - -.bg-orange-600\/100 { - background-color: rgb(234 88 12 / 1); -} - -.bg-orange-600\/15 { - background-color: rgb(234 88 12 / 0.15); -} - -.bg-orange-600\/20 { - background-color: rgb(234 88 12 / 0.2); -} - -.bg-orange-600\/25 { - background-color: rgb(234 88 12 / 0.25); -} - -.bg-orange-600\/30 { - background-color: rgb(234 88 12 / 0.3); -} - -.bg-orange-600\/35 { - background-color: rgb(234 88 12 / 0.35); -} - -.bg-orange-600\/40 { - background-color: rgb(234 88 12 / 0.4); -} - -.bg-orange-600\/45 { - background-color: rgb(234 88 12 / 0.45); -} - -.bg-orange-600\/5 { - background-color: rgb(234 88 12 / 0.05); -} - -.bg-orange-600\/50 { - background-color: rgb(234 88 12 / 0.5); -} - -.bg-orange-600\/55 { - background-color: rgb(234 88 12 / 0.55); -} - -.bg-orange-600\/60 { - background-color: rgb(234 88 12 / 0.6); -} - -.bg-orange-600\/65 { - background-color: rgb(234 88 12 / 0.65); -} - -.bg-orange-600\/70 { - background-color: rgb(234 88 12 / 0.7); -} - -.bg-orange-600\/75 { - background-color: rgb(234 88 12 / 0.75); -} - -.bg-orange-600\/80 { - background-color: rgb(234 88 12 / 0.8); -} - -.bg-orange-600\/85 { - background-color: rgb(234 88 12 / 0.85); -} - -.bg-orange-600\/90 { - background-color: rgb(234 88 12 / 0.9); -} - -.bg-orange-600\/95 { - background-color: rgb(234 88 12 / 0.95); -} - -.bg-orange-700 { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); -} - -.bg-orange-700\/0 { - background-color: rgb(194 65 12 / 0); -} - -.bg-orange-700\/10 { - background-color: rgb(194 65 12 / 0.1); -} - -.bg-orange-700\/100 { - background-color: rgb(194 65 12 / 1); -} - -.bg-orange-700\/15 { - background-color: rgb(194 65 12 / 0.15); -} - -.bg-orange-700\/20 { - background-color: rgb(194 65 12 / 0.2); -} - -.bg-orange-700\/25 { - background-color: rgb(194 65 12 / 0.25); -} - -.bg-orange-700\/30 { - background-color: rgb(194 65 12 / 0.3); -} - -.bg-orange-700\/35 { - background-color: rgb(194 65 12 / 0.35); -} - -.bg-orange-700\/40 { - background-color: rgb(194 65 12 / 0.4); -} - -.bg-orange-700\/45 { - background-color: rgb(194 65 12 / 0.45); -} - -.bg-orange-700\/5 { - background-color: rgb(194 65 12 / 0.05); -} - -.bg-orange-700\/50 { - background-color: rgb(194 65 12 / 0.5); -} - -.bg-orange-700\/55 { - background-color: rgb(194 65 12 / 0.55); -} - -.bg-orange-700\/60 { - background-color: rgb(194 65 12 / 0.6); -} - -.bg-orange-700\/65 { - background-color: rgb(194 65 12 / 0.65); -} - -.bg-orange-700\/70 { - background-color: rgb(194 65 12 / 0.7); -} - -.bg-orange-700\/75 { - background-color: rgb(194 65 12 / 0.75); -} - -.bg-orange-700\/80 { - background-color: rgb(194 65 12 / 0.8); -} - -.bg-orange-700\/85 { - background-color: rgb(194 65 12 / 0.85); -} - -.bg-orange-700\/90 { - background-color: rgb(194 65 12 / 0.9); -} - -.bg-orange-700\/95 { - background-color: rgb(194 65 12 / 0.95); -} - -.bg-orange-800 { - --tw-bg-opacity: 1; - background-color: rgb(154 52 18 / var(--tw-bg-opacity)); -} - -.bg-orange-800\/0 { - background-color: rgb(154 52 18 / 0); -} - -.bg-orange-800\/10 { - background-color: rgb(154 52 18 / 0.1); -} - -.bg-orange-800\/100 { - background-color: rgb(154 52 18 / 1); -} - -.bg-orange-800\/15 { - background-color: rgb(154 52 18 / 0.15); -} - -.bg-orange-800\/20 { - background-color: rgb(154 52 18 / 0.2); -} - -.bg-orange-800\/25 { - background-color: rgb(154 52 18 / 0.25); -} - -.bg-orange-800\/30 { - background-color: rgb(154 52 18 / 0.3); -} - -.bg-orange-800\/35 { - background-color: rgb(154 52 18 / 0.35); -} - -.bg-orange-800\/40 { - background-color: rgb(154 52 18 / 0.4); -} - -.bg-orange-800\/45 { - background-color: rgb(154 52 18 / 0.45); -} - -.bg-orange-800\/5 { - background-color: rgb(154 52 18 / 0.05); -} - -.bg-orange-800\/50 { - background-color: rgb(154 52 18 / 0.5); -} - -.bg-orange-800\/55 { - background-color: rgb(154 52 18 / 0.55); -} - -.bg-orange-800\/60 { - background-color: rgb(154 52 18 / 0.6); -} - -.bg-orange-800\/65 { - background-color: rgb(154 52 18 / 0.65); -} - -.bg-orange-800\/70 { - background-color: rgb(154 52 18 / 0.7); -} - -.bg-orange-800\/75 { - background-color: rgb(154 52 18 / 0.75); -} - -.bg-orange-800\/80 { - background-color: rgb(154 52 18 / 0.8); -} - -.bg-orange-800\/85 { - background-color: rgb(154 52 18 / 0.85); -} - -.bg-orange-800\/90 { - background-color: rgb(154 52 18 / 0.9); -} - -.bg-orange-800\/95 { - background-color: rgb(154 52 18 / 0.95); -} - -.bg-orange-900 { - --tw-bg-opacity: 1; - background-color: rgb(124 45 18 / var(--tw-bg-opacity)); -} - -.bg-orange-900\/0 { - background-color: rgb(124 45 18 / 0); -} - -.bg-orange-900\/10 { - background-color: rgb(124 45 18 / 0.1); -} - -.bg-orange-900\/100 { - background-color: rgb(124 45 18 / 1); -} - -.bg-orange-900\/15 { - background-color: rgb(124 45 18 / 0.15); -} - -.bg-orange-900\/20 { - background-color: rgb(124 45 18 / 0.2); -} - -.bg-orange-900\/25 { - background-color: rgb(124 45 18 / 0.25); -} - -.bg-orange-900\/30 { - background-color: rgb(124 45 18 / 0.3); -} - -.bg-orange-900\/35 { - background-color: rgb(124 45 18 / 0.35); -} - -.bg-orange-900\/40 { - background-color: rgb(124 45 18 / 0.4); -} - -.bg-orange-900\/45 { - background-color: rgb(124 45 18 / 0.45); -} - -.bg-orange-900\/5 { - background-color: rgb(124 45 18 / 0.05); -} - -.bg-orange-900\/50 { - background-color: rgb(124 45 18 / 0.5); -} - -.bg-orange-900\/55 { - background-color: rgb(124 45 18 / 0.55); -} - -.bg-orange-900\/60 { - background-color: rgb(124 45 18 / 0.6); -} - -.bg-orange-900\/65 { - background-color: rgb(124 45 18 / 0.65); -} - -.bg-orange-900\/70 { - background-color: rgb(124 45 18 / 0.7); -} - -.bg-orange-900\/75 { - background-color: rgb(124 45 18 / 0.75); -} - -.bg-orange-900\/80 { - background-color: rgb(124 45 18 / 0.8); -} - -.bg-orange-900\/85 { - background-color: rgb(124 45 18 / 0.85); -} - -.bg-orange-900\/90 { - background-color: rgb(124 45 18 / 0.9); -} - -.bg-orange-900\/95 { - background-color: rgb(124 45 18 / 0.95); -} - -.bg-orange-950 { - --tw-bg-opacity: 1; - background-color: rgb(67 20 7 / var(--tw-bg-opacity)); -} - -.bg-orange-950\/0 { - background-color: rgb(67 20 7 / 0); -} - -.bg-orange-950\/10 { - background-color: rgb(67 20 7 / 0.1); -} - -.bg-orange-950\/100 { - background-color: rgb(67 20 7 / 1); -} - -.bg-orange-950\/15 { - background-color: rgb(67 20 7 / 0.15); -} - -.bg-orange-950\/20 { - background-color: rgb(67 20 7 / 0.2); -} - -.bg-orange-950\/25 { - background-color: rgb(67 20 7 / 0.25); -} - -.bg-orange-950\/30 { - background-color: rgb(67 20 7 / 0.3); -} - -.bg-orange-950\/35 { - background-color: rgb(67 20 7 / 0.35); -} - -.bg-orange-950\/40 { - background-color: rgb(67 20 7 / 0.4); -} - -.bg-orange-950\/45 { - background-color: rgb(67 20 7 / 0.45); -} - -.bg-orange-950\/5 { - background-color: rgb(67 20 7 / 0.05); -} - -.bg-orange-950\/50 { - background-color: rgb(67 20 7 / 0.5); -} - -.bg-orange-950\/55 { - background-color: rgb(67 20 7 / 0.55); -} - -.bg-orange-950\/60 { - background-color: rgb(67 20 7 / 0.6); -} - -.bg-orange-950\/65 { - background-color: rgb(67 20 7 / 0.65); -} - -.bg-orange-950\/70 { - background-color: rgb(67 20 7 / 0.7); -} - -.bg-orange-950\/75 { - background-color: rgb(67 20 7 / 0.75); -} - -.bg-orange-950\/80 { - background-color: rgb(67 20 7 / 0.8); -} - -.bg-orange-950\/85 { - background-color: rgb(67 20 7 / 0.85); -} - -.bg-orange-950\/90 { - background-color: rgb(67 20 7 / 0.9); -} - -.bg-orange-950\/95 { - background-color: rgb(67 20 7 / 0.95); -} - -.bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgb(204 251 241 / var(--tw-bg-opacity)); -} - -.bg-primary-100\/0 { - background-color: rgb(204 251 241 / 0); -} - -.bg-primary-100\/10 { - background-color: rgb(204 251 241 / 0.1); -} - -.bg-primary-100\/100 { - background-color: rgb(204 251 241 / 1); -} - -.bg-primary-100\/15 { - background-color: rgb(204 251 241 / 0.15); -} - -.bg-primary-100\/20 { - background-color: rgb(204 251 241 / 0.2); -} - -.bg-primary-100\/25 { - background-color: rgb(204 251 241 / 0.25); -} - -.bg-primary-100\/30 { - background-color: rgb(204 251 241 / 0.3); -} - -.bg-primary-100\/35 { - background-color: rgb(204 251 241 / 0.35); -} - -.bg-primary-100\/40 { - background-color: rgb(204 251 241 / 0.4); -} - -.bg-primary-100\/45 { - background-color: rgb(204 251 241 / 0.45); -} - -.bg-primary-100\/5 { - background-color: rgb(204 251 241 / 0.05); -} - -.bg-primary-100\/50 { - background-color: rgb(204 251 241 / 0.5); -} - -.bg-primary-100\/55 { - background-color: rgb(204 251 241 / 0.55); -} - -.bg-primary-100\/60 { - background-color: rgb(204 251 241 / 0.6); -} - -.bg-primary-100\/65 { - background-color: rgb(204 251 241 / 0.65); -} - -.bg-primary-100\/70 { - background-color: rgb(204 251 241 / 0.7); -} - -.bg-primary-100\/75 { - background-color: rgb(204 251 241 / 0.75); -} - -.bg-primary-100\/80 { - background-color: rgb(204 251 241 / 0.8); -} - -.bg-primary-100\/85 { - background-color: rgb(204 251 241 / 0.85); -} - -.bg-primary-100\/90 { - background-color: rgb(204 251 241 / 0.9); -} - -.bg-primary-100\/95 { - background-color: rgb(204 251 241 / 0.95); -} - -.bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgb(153 246 228 / var(--tw-bg-opacity)); -} - -.bg-primary-200\/0 { - background-color: rgb(153 246 228 / 0); -} - -.bg-primary-200\/10 { - background-color: rgb(153 246 228 / 0.1); -} - -.bg-primary-200\/100 { - background-color: rgb(153 246 228 / 1); -} - -.bg-primary-200\/15 { - background-color: rgb(153 246 228 / 0.15); -} - -.bg-primary-200\/20 { - background-color: rgb(153 246 228 / 0.2); -} - -.bg-primary-200\/25 { - background-color: rgb(153 246 228 / 0.25); -} - -.bg-primary-200\/30 { - background-color: rgb(153 246 228 / 0.3); -} - -.bg-primary-200\/35 { - background-color: rgb(153 246 228 / 0.35); -} - -.bg-primary-200\/40 { - background-color: rgb(153 246 228 / 0.4); -} - -.bg-primary-200\/45 { - background-color: rgb(153 246 228 / 0.45); -} - -.bg-primary-200\/5 { - background-color: rgb(153 246 228 / 0.05); -} - -.bg-primary-200\/50 { - background-color: rgb(153 246 228 / 0.5); -} - -.bg-primary-200\/55 { - background-color: rgb(153 246 228 / 0.55); -} - -.bg-primary-200\/60 { - background-color: rgb(153 246 228 / 0.6); -} - -.bg-primary-200\/65 { - background-color: rgb(153 246 228 / 0.65); -} - -.bg-primary-200\/70 { - background-color: rgb(153 246 228 / 0.7); -} - -.bg-primary-200\/75 { - background-color: rgb(153 246 228 / 0.75); -} - -.bg-primary-200\/80 { - background-color: rgb(153 246 228 / 0.8); -} - -.bg-primary-200\/85 { - background-color: rgb(153 246 228 / 0.85); -} - -.bg-primary-200\/90 { - background-color: rgb(153 246 228 / 0.9); -} - -.bg-primary-200\/95 { - background-color: rgb(153 246 228 / 0.95); -} - -.bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgb(94 234 212 / var(--tw-bg-opacity)); -} - -.bg-primary-300\/0 { - background-color: rgb(94 234 212 / 0); -} - -.bg-primary-300\/10 { - background-color: rgb(94 234 212 / 0.1); -} - -.bg-primary-300\/100 { - background-color: rgb(94 234 212 / 1); -} - -.bg-primary-300\/15 { - background-color: rgb(94 234 212 / 0.15); -} - -.bg-primary-300\/20 { - background-color: rgb(94 234 212 / 0.2); -} - -.bg-primary-300\/25 { - background-color: rgb(94 234 212 / 0.25); -} - -.bg-primary-300\/30 { - background-color: rgb(94 234 212 / 0.3); -} - -.bg-primary-300\/35 { - background-color: rgb(94 234 212 / 0.35); -} - -.bg-primary-300\/40 { - background-color: rgb(94 234 212 / 0.4); -} - -.bg-primary-300\/45 { - background-color: rgb(94 234 212 / 0.45); -} - -.bg-primary-300\/5 { - background-color: rgb(94 234 212 / 0.05); -} - -.bg-primary-300\/50 { - background-color: rgb(94 234 212 / 0.5); -} - -.bg-primary-300\/55 { - background-color: rgb(94 234 212 / 0.55); -} - -.bg-primary-300\/60 { - background-color: rgb(94 234 212 / 0.6); -} - -.bg-primary-300\/65 { - background-color: rgb(94 234 212 / 0.65); -} - -.bg-primary-300\/70 { - background-color: rgb(94 234 212 / 0.7); -} - -.bg-primary-300\/75 { - background-color: rgb(94 234 212 / 0.75); -} - -.bg-primary-300\/80 { - background-color: rgb(94 234 212 / 0.8); -} - -.bg-primary-300\/85 { - background-color: rgb(94 234 212 / 0.85); -} - -.bg-primary-300\/90 { - background-color: rgb(94 234 212 / 0.9); -} - -.bg-primary-300\/95 { - background-color: rgb(94 234 212 / 0.95); -} - -.bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); -} - -.bg-primary-400\/0 { - background-color: rgb(45 212 191 / 0); -} - -.bg-primary-400\/10 { - background-color: rgb(45 212 191 / 0.1); -} - -.bg-primary-400\/100 { - background-color: rgb(45 212 191 / 1); -} - -.bg-primary-400\/15 { - background-color: rgb(45 212 191 / 0.15); -} - -.bg-primary-400\/20 { - background-color: rgb(45 212 191 / 0.2); -} - -.bg-primary-400\/25 { - background-color: rgb(45 212 191 / 0.25); -} - -.bg-primary-400\/30 { - background-color: rgb(45 212 191 / 0.3); -} - -.bg-primary-400\/35 { - background-color: rgb(45 212 191 / 0.35); -} - -.bg-primary-400\/40 { - background-color: rgb(45 212 191 / 0.4); -} - -.bg-primary-400\/45 { - background-color: rgb(45 212 191 / 0.45); -} - -.bg-primary-400\/5 { - background-color: rgb(45 212 191 / 0.05); -} - -.bg-primary-400\/50 { - background-color: rgb(45 212 191 / 0.5); -} - -.bg-primary-400\/55 { - background-color: rgb(45 212 191 / 0.55); -} - -.bg-primary-400\/60 { - background-color: rgb(45 212 191 / 0.6); -} - -.bg-primary-400\/65 { - background-color: rgb(45 212 191 / 0.65); -} - -.bg-primary-400\/70 { - background-color: rgb(45 212 191 / 0.7); -} - -.bg-primary-400\/75 { - background-color: rgb(45 212 191 / 0.75); -} - -.bg-primary-400\/80 { - background-color: rgb(45 212 191 / 0.8); -} - -.bg-primary-400\/85 { - background-color: rgb(45 212 191 / 0.85); -} - -.bg-primary-400\/90 { - background-color: rgb(45 212 191 / 0.9); -} - -.bg-primary-400\/95 { - background-color: rgb(45 212 191 / 0.95); -} - -.bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgb(240 253 250 / var(--tw-bg-opacity)); -} - -.bg-primary-50\/0 { - background-color: rgb(240 253 250 / 0); -} - -.bg-primary-50\/10 { - background-color: rgb(240 253 250 / 0.1); -} - -.bg-primary-50\/100 { - background-color: rgb(240 253 250 / 1); -} - -.bg-primary-50\/15 { - background-color: rgb(240 253 250 / 0.15); -} - -.bg-primary-50\/20 { - background-color: rgb(240 253 250 / 0.2); -} - -.bg-primary-50\/25 { - background-color: rgb(240 253 250 / 0.25); -} - -.bg-primary-50\/30 { - background-color: rgb(240 253 250 / 0.3); -} - -.bg-primary-50\/35 { - background-color: rgb(240 253 250 / 0.35); -} - -.bg-primary-50\/40 { - background-color: rgb(240 253 250 / 0.4); -} - -.bg-primary-50\/45 { - background-color: rgb(240 253 250 / 0.45); -} - -.bg-primary-50\/5 { - background-color: rgb(240 253 250 / 0.05); -} - -.bg-primary-50\/50 { - background-color: rgb(240 253 250 / 0.5); -} - -.bg-primary-50\/55 { - background-color: rgb(240 253 250 / 0.55); -} - -.bg-primary-50\/60 { - background-color: rgb(240 253 250 / 0.6); -} - -.bg-primary-50\/65 { - background-color: rgb(240 253 250 / 0.65); -} - -.bg-primary-50\/70 { - background-color: rgb(240 253 250 / 0.7); -} - -.bg-primary-50\/75 { - background-color: rgb(240 253 250 / 0.75); -} - -.bg-primary-50\/80 { - background-color: rgb(240 253 250 / 0.8); -} - -.bg-primary-50\/85 { - background-color: rgb(240 253 250 / 0.85); -} - -.bg-primary-50\/90 { - background-color: rgb(240 253 250 / 0.9); -} - -.bg-primary-50\/95 { - background-color: rgb(240 253 250 / 0.95); -} - -.bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); -} - -.bg-primary-500\/0 { - background-color: rgb(20 184 166 / 0); -} - -.bg-primary-500\/10 { - background-color: rgb(20 184 166 / 0.1); -} - -.bg-primary-500\/100 { - background-color: rgb(20 184 166 / 1); -} - -.bg-primary-500\/15 { - background-color: rgb(20 184 166 / 0.15); -} - -.bg-primary-500\/20 { - background-color: rgb(20 184 166 / 0.2); -} - -.bg-primary-500\/25 { - background-color: rgb(20 184 166 / 0.25); -} - -.bg-primary-500\/30 { - background-color: rgb(20 184 166 / 0.3); -} - -.bg-primary-500\/35 { - background-color: rgb(20 184 166 / 0.35); -} - -.bg-primary-500\/40 { - background-color: rgb(20 184 166 / 0.4); -} - -.bg-primary-500\/45 { - background-color: rgb(20 184 166 / 0.45); -} - -.bg-primary-500\/5 { - background-color: rgb(20 184 166 / 0.05); -} - -.bg-primary-500\/50 { - background-color: rgb(20 184 166 / 0.5); -} - -.bg-primary-500\/55 { - background-color: rgb(20 184 166 / 0.55); -} - -.bg-primary-500\/60 { - background-color: rgb(20 184 166 / 0.6); -} - -.bg-primary-500\/65 { - background-color: rgb(20 184 166 / 0.65); -} - -.bg-primary-500\/70 { - background-color: rgb(20 184 166 / 0.7); -} - -.bg-primary-500\/75 { - background-color: rgb(20 184 166 / 0.75); -} - -.bg-primary-500\/80 { - background-color: rgb(20 184 166 / 0.8); -} - -.bg-primary-500\/85 { - background-color: rgb(20 184 166 / 0.85); -} - -.bg-primary-500\/90 { - background-color: rgb(20 184 166 / 0.9); -} - -.bg-primary-500\/95 { - background-color: rgb(20 184 166 / 0.95); -} - -.bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); -} - -.bg-primary-600\/0 { - background-color: rgb(13 148 136 / 0); -} - -.bg-primary-600\/10 { - background-color: rgb(13 148 136 / 0.1); -} - -.bg-primary-600\/100 { - background-color: rgb(13 148 136 / 1); -} - -.bg-primary-600\/15 { - background-color: rgb(13 148 136 / 0.15); -} - -.bg-primary-600\/20 { - background-color: rgb(13 148 136 / 0.2); -} - -.bg-primary-600\/25 { - background-color: rgb(13 148 136 / 0.25); -} - -.bg-primary-600\/30 { - background-color: rgb(13 148 136 / 0.3); -} - -.bg-primary-600\/35 { - background-color: rgb(13 148 136 / 0.35); -} - -.bg-primary-600\/40 { - background-color: rgb(13 148 136 / 0.4); -} - -.bg-primary-600\/45 { - background-color: rgb(13 148 136 / 0.45); -} - -.bg-primary-600\/5 { - background-color: rgb(13 148 136 / 0.05); -} - -.bg-primary-600\/50 { - background-color: rgb(13 148 136 / 0.5); -} - -.bg-primary-600\/55 { - background-color: rgb(13 148 136 / 0.55); -} - -.bg-primary-600\/60 { - background-color: rgb(13 148 136 / 0.6); -} - -.bg-primary-600\/65 { - background-color: rgb(13 148 136 / 0.65); -} - -.bg-primary-600\/70 { - background-color: rgb(13 148 136 / 0.7); -} - -.bg-primary-600\/75 { - background-color: rgb(13 148 136 / 0.75); -} - -.bg-primary-600\/80 { - background-color: rgb(13 148 136 / 0.8); -} - -.bg-primary-600\/85 { - background-color: rgb(13 148 136 / 0.85); -} - -.bg-primary-600\/90 { - background-color: rgb(13 148 136 / 0.9); -} - -.bg-primary-600\/95 { - background-color: rgb(13 148 136 / 0.95); -} - -.bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgb(15 118 110 / var(--tw-bg-opacity)); -} - -.bg-primary-700\/0 { - background-color: rgb(15 118 110 / 0); -} - -.bg-primary-700\/10 { - background-color: rgb(15 118 110 / 0.1); -} - -.bg-primary-700\/100 { - background-color: rgb(15 118 110 / 1); -} - -.bg-primary-700\/15 { - background-color: rgb(15 118 110 / 0.15); -} - -.bg-primary-700\/20 { - background-color: rgb(15 118 110 / 0.2); -} - -.bg-primary-700\/25 { - background-color: rgb(15 118 110 / 0.25); -} - -.bg-primary-700\/30 { - background-color: rgb(15 118 110 / 0.3); -} - -.bg-primary-700\/35 { - background-color: rgb(15 118 110 / 0.35); -} - -.bg-primary-700\/40 { - background-color: rgb(15 118 110 / 0.4); -} - -.bg-primary-700\/45 { - background-color: rgb(15 118 110 / 0.45); -} - -.bg-primary-700\/5 { - background-color: rgb(15 118 110 / 0.05); -} - -.bg-primary-700\/50 { - background-color: rgb(15 118 110 / 0.5); -} - -.bg-primary-700\/55 { - background-color: rgb(15 118 110 / 0.55); -} - -.bg-primary-700\/60 { - background-color: rgb(15 118 110 / 0.6); -} - -.bg-primary-700\/65 { - background-color: rgb(15 118 110 / 0.65); -} - -.bg-primary-700\/70 { - background-color: rgb(15 118 110 / 0.7); -} - -.bg-primary-700\/75 { - background-color: rgb(15 118 110 / 0.75); -} - -.bg-primary-700\/80 { - background-color: rgb(15 118 110 / 0.8); -} - -.bg-primary-700\/85 { - background-color: rgb(15 118 110 / 0.85); -} - -.bg-primary-700\/90 { - background-color: rgb(15 118 110 / 0.9); -} - -.bg-primary-700\/95 { - background-color: rgb(15 118 110 / 0.95); -} - -.bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); -} - -.bg-primary-800\/0 { - background-color: rgb(17 94 89 / 0); -} - -.bg-primary-800\/10 { - background-color: rgb(17 94 89 / 0.1); -} - -.bg-primary-800\/100 { - background-color: rgb(17 94 89 / 1); -} - -.bg-primary-800\/15 { - background-color: rgb(17 94 89 / 0.15); -} - -.bg-primary-800\/20 { - background-color: rgb(17 94 89 / 0.2); -} - -.bg-primary-800\/25 { - background-color: rgb(17 94 89 / 0.25); -} - -.bg-primary-800\/30 { - background-color: rgb(17 94 89 / 0.3); -} - -.bg-primary-800\/35 { - background-color: rgb(17 94 89 / 0.35); -} - -.bg-primary-800\/40 { - background-color: rgb(17 94 89 / 0.4); -} - -.bg-primary-800\/45 { - background-color: rgb(17 94 89 / 0.45); -} - -.bg-primary-800\/5 { - background-color: rgb(17 94 89 / 0.05); -} - -.bg-primary-800\/50 { - background-color: rgb(17 94 89 / 0.5); -} - -.bg-primary-800\/55 { - background-color: rgb(17 94 89 / 0.55); -} - -.bg-primary-800\/60 { - background-color: rgb(17 94 89 / 0.6); -} - -.bg-primary-800\/65 { - background-color: rgb(17 94 89 / 0.65); -} - -.bg-primary-800\/70 { - background-color: rgb(17 94 89 / 0.7); -} - -.bg-primary-800\/75 { - background-color: rgb(17 94 89 / 0.75); -} - -.bg-primary-800\/80 { - background-color: rgb(17 94 89 / 0.8); -} - -.bg-primary-800\/85 { - background-color: rgb(17 94 89 / 0.85); -} - -.bg-primary-800\/90 { - background-color: rgb(17 94 89 / 0.9); -} - -.bg-primary-800\/95 { - background-color: rgb(17 94 89 / 0.95); -} - -.bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgb(19 78 74 / var(--tw-bg-opacity)); -} - -.bg-primary-900\/0 { - background-color: rgb(19 78 74 / 0); -} - -.bg-primary-900\/10 { - background-color: rgb(19 78 74 / 0.1); -} - -.bg-primary-900\/100 { - background-color: rgb(19 78 74 / 1); -} - -.bg-primary-900\/15 { - background-color: rgb(19 78 74 / 0.15); -} - -.bg-primary-900\/20 { - background-color: rgb(19 78 74 / 0.2); -} - -.bg-primary-900\/25 { - background-color: rgb(19 78 74 / 0.25); -} - -.bg-primary-900\/30 { - background-color: rgb(19 78 74 / 0.3); -} - -.bg-primary-900\/35 { - background-color: rgb(19 78 74 / 0.35); -} - -.bg-primary-900\/40 { - background-color: rgb(19 78 74 / 0.4); -} - -.bg-primary-900\/45 { - background-color: rgb(19 78 74 / 0.45); -} - -.bg-primary-900\/5 { - background-color: rgb(19 78 74 / 0.05); -} - -.bg-primary-900\/50 { - background-color: rgb(19 78 74 / 0.5); -} - -.bg-primary-900\/55 { - background-color: rgb(19 78 74 / 0.55); -} - -.bg-primary-900\/60 { - background-color: rgb(19 78 74 / 0.6); -} - -.bg-primary-900\/65 { - background-color: rgb(19 78 74 / 0.65); -} - -.bg-primary-900\/70 { - background-color: rgb(19 78 74 / 0.7); -} - -.bg-primary-900\/75 { - background-color: rgb(19 78 74 / 0.75); -} - -.bg-primary-900\/80 { - background-color: rgb(19 78 74 / 0.8); -} - -.bg-primary-900\/85 { - background-color: rgb(19 78 74 / 0.85); -} - -.bg-primary-900\/90 { - background-color: rgb(19 78 74 / 0.9); -} - -.bg-primary-900\/95 { - background-color: rgb(19 78 74 / 0.95); -} - -.bg-primary-950 { - --tw-bg-opacity: 1; - background-color: rgb(4 47 46 / var(--tw-bg-opacity)); -} - -.bg-primary-950\/0 { - background-color: rgb(4 47 46 / 0); -} - -.bg-primary-950\/10 { - background-color: rgb(4 47 46 / 0.1); -} - -.bg-primary-950\/100 { - background-color: rgb(4 47 46 / 1); -} - -.bg-primary-950\/15 { - background-color: rgb(4 47 46 / 0.15); -} - -.bg-primary-950\/20 { - background-color: rgb(4 47 46 / 0.2); -} - -.bg-primary-950\/25 { - background-color: rgb(4 47 46 / 0.25); -} - -.bg-primary-950\/30 { - background-color: rgb(4 47 46 / 0.3); -} - -.bg-primary-950\/35 { - background-color: rgb(4 47 46 / 0.35); -} - -.bg-primary-950\/40 { - background-color: rgb(4 47 46 / 0.4); -} - -.bg-primary-950\/45 { - background-color: rgb(4 47 46 / 0.45); -} - -.bg-primary-950\/5 { - background-color: rgb(4 47 46 / 0.05); -} - -.bg-primary-950\/50 { - background-color: rgb(4 47 46 / 0.5); -} - -.bg-primary-950\/55 { - background-color: rgb(4 47 46 / 0.55); -} - -.bg-primary-950\/60 { - background-color: rgb(4 47 46 / 0.6); -} - -.bg-primary-950\/65 { - background-color: rgb(4 47 46 / 0.65); -} - -.bg-primary-950\/70 { - background-color: rgb(4 47 46 / 0.7); -} - -.bg-primary-950\/75 { - background-color: rgb(4 47 46 / 0.75); -} - -.bg-primary-950\/80 { - background-color: rgb(4 47 46 / 0.8); -} - -.bg-primary-950\/85 { - background-color: rgb(4 47 46 / 0.85); -} - -.bg-primary-950\/90 { - background-color: rgb(4 47 46 / 0.9); -} - -.bg-primary-950\/95 { - background-color: rgb(4 47 46 / 0.95); -} - -.bg-transparent { - background-color: transparent; -} - -.bg-white { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} - -.bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgb(248 113 113 / var(--tw-bg-opacity)); -} - -.px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} - -.px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; -} - -.px-4 { - padding-left: 1rem; - padding-right: 1rem; -} - -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} - -.pb-2 { - padding-bottom: 0.5rem; -} - -.pb-2\.5 { - padding-bottom: 0.625rem; -} - -.pt-4 { - padding-top: 1rem; -} - -.text-center { - text-align: center; -} - -.align-middle { - vertical-align: middle; -} - -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} - -.text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; -} - -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} - -.font-bold { - font-weight: 700; -} - -.italic { - font-style: italic; -} - -.leading-\[4rem\] { - line-height: 4rem; -} - -.leading-normal { - line-height: 1.5; -} - -.text-black { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -.text-gray-500 { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.text-gray-600 { - --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); -} - -.text-gray-900 { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - -.underline { - text-decoration-line: underline; -} - -.shadow-lg { - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.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-floating { - transition-property: transform, color, padding, top; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.duration-300 { - transition-duration: 300ms; -} - -.hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-100\/0:hover { - background-color: rgb(243 244 246 / 0); -} - -.hover\:bg-gray-100\/10:hover { - background-color: rgb(243 244 246 / 0.1); -} - -.hover\:bg-gray-100\/100:hover { - background-color: rgb(243 244 246 / 1); -} - -.hover\:bg-gray-100\/15:hover { - background-color: rgb(243 244 246 / 0.15); -} - -.hover\:bg-gray-100\/20:hover { - background-color: rgb(243 244 246 / 0.2); -} - -.hover\:bg-gray-100\/25:hover { - background-color: rgb(243 244 246 / 0.25); -} - -.hover\:bg-gray-100\/30:hover { - background-color: rgb(243 244 246 / 0.3); -} - -.hover\:bg-gray-100\/35:hover { - background-color: rgb(243 244 246 / 0.35); -} - -.hover\:bg-gray-100\/40:hover { - background-color: rgb(243 244 246 / 0.4); -} - -.hover\:bg-gray-100\/45:hover { - background-color: rgb(243 244 246 / 0.45); -} - -.hover\:bg-gray-100\/5:hover { - background-color: rgb(243 244 246 / 0.05); -} - -.hover\:bg-gray-100\/50:hover { - background-color: rgb(243 244 246 / 0.5); -} - -.hover\:bg-gray-100\/55:hover { - background-color: rgb(243 244 246 / 0.55); -} - -.hover\:bg-gray-100\/60:hover { - background-color: rgb(243 244 246 / 0.6); -} - -.hover\:bg-gray-100\/65:hover { - background-color: rgb(243 244 246 / 0.65); -} - -.hover\:bg-gray-100\/70:hover { - background-color: rgb(243 244 246 / 0.7); -} - -.hover\:bg-gray-100\/75:hover { - background-color: rgb(243 244 246 / 0.75); -} - -.hover\:bg-gray-100\/80:hover { - background-color: rgb(243 244 246 / 0.8); -} - -.hover\:bg-gray-100\/85:hover { - background-color: rgb(243 244 246 / 0.85); -} - -.hover\:bg-gray-100\/90:hover { - background-color: rgb(243 244 246 / 0.9); -} - -.hover\:bg-gray-100\/95:hover { - background-color: rgb(243 244 246 / 0.95); -} - -.hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-200\/0:hover { - background-color: rgb(229 231 235 / 0); -} - -.hover\:bg-gray-200\/10:hover { - background-color: rgb(229 231 235 / 0.1); -} - -.hover\:bg-gray-200\/100:hover { - background-color: rgb(229 231 235 / 1); -} - -.hover\:bg-gray-200\/15:hover { - background-color: rgb(229 231 235 / 0.15); -} - -.hover\:bg-gray-200\/20:hover { - background-color: rgb(229 231 235 / 0.2); -} - -.hover\:bg-gray-200\/25:hover { - background-color: rgb(229 231 235 / 0.25); -} - -.hover\:bg-gray-200\/30:hover { - background-color: rgb(229 231 235 / 0.3); -} - -.hover\:bg-gray-200\/35:hover { - background-color: rgb(229 231 235 / 0.35); -} - -.hover\:bg-gray-200\/40:hover { - background-color: rgb(229 231 235 / 0.4); -} - -.hover\:bg-gray-200\/45:hover { - background-color: rgb(229 231 235 / 0.45); -} - -.hover\:bg-gray-200\/5:hover { - background-color: rgb(229 231 235 / 0.05); -} - -.hover\:bg-gray-200\/50:hover { - background-color: rgb(229 231 235 / 0.5); -} - -.hover\:bg-gray-200\/55:hover { - background-color: rgb(229 231 235 / 0.55); -} - -.hover\:bg-gray-200\/60:hover { - background-color: rgb(229 231 235 / 0.6); -} - -.hover\:bg-gray-200\/65:hover { - background-color: rgb(229 231 235 / 0.65); -} - -.hover\:bg-gray-200\/70:hover { - background-color: rgb(229 231 235 / 0.7); -} - -.hover\:bg-gray-200\/75:hover { - background-color: rgb(229 231 235 / 0.75); -} - -.hover\:bg-gray-200\/80:hover { - background-color: rgb(229 231 235 / 0.8); -} - -.hover\:bg-gray-200\/85:hover { - background-color: rgb(229 231 235 / 0.85); -} - -.hover\:bg-gray-200\/90:hover { - background-color: rgb(229 231 235 / 0.9); -} - -.hover\:bg-gray-200\/95:hover { - background-color: rgb(229 231 235 / 0.95); -} - -.hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-300\/0:hover { - background-color: rgb(209 213 219 / 0); -} - -.hover\:bg-gray-300\/10:hover { - background-color: rgb(209 213 219 / 0.1); -} - -.hover\:bg-gray-300\/100:hover { - background-color: rgb(209 213 219 / 1); -} - -.hover\:bg-gray-300\/15:hover { - background-color: rgb(209 213 219 / 0.15); -} - -.hover\:bg-gray-300\/20:hover { - background-color: rgb(209 213 219 / 0.2); -} - -.hover\:bg-gray-300\/25:hover { - background-color: rgb(209 213 219 / 0.25); -} - -.hover\:bg-gray-300\/30:hover { - background-color: rgb(209 213 219 / 0.3); -} - -.hover\:bg-gray-300\/35:hover { - background-color: rgb(209 213 219 / 0.35); -} - -.hover\:bg-gray-300\/40:hover { - background-color: rgb(209 213 219 / 0.4); -} - -.hover\:bg-gray-300\/45:hover { - background-color: rgb(209 213 219 / 0.45); -} - -.hover\:bg-gray-300\/5:hover { - background-color: rgb(209 213 219 / 0.05); -} - -.hover\:bg-gray-300\/50:hover { - background-color: rgb(209 213 219 / 0.5); -} - -.hover\:bg-gray-300\/55:hover { - background-color: rgb(209 213 219 / 0.55); -} - -.hover\:bg-gray-300\/60:hover { - background-color: rgb(209 213 219 / 0.6); -} - -.hover\:bg-gray-300\/65:hover { - background-color: rgb(209 213 219 / 0.65); -} - -.hover\:bg-gray-300\/70:hover { - background-color: rgb(209 213 219 / 0.7); -} - -.hover\:bg-gray-300\/75:hover { - background-color: rgb(209 213 219 / 0.75); -} - -.hover\:bg-gray-300\/80:hover { - background-color: rgb(209 213 219 / 0.8); -} - -.hover\:bg-gray-300\/85:hover { - background-color: rgb(209 213 219 / 0.85); -} - -.hover\:bg-gray-300\/90:hover { - background-color: rgb(209 213 219 / 0.9); -} - -.hover\:bg-gray-300\/95:hover { - background-color: rgb(209 213 219 / 0.95); -} - -.hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-400\/0:hover { - background-color: rgb(156 163 175 / 0); -} - -.hover\:bg-gray-400\/10:hover { - background-color: rgb(156 163 175 / 0.1); -} - -.hover\:bg-gray-400\/100:hover { - background-color: rgb(156 163 175 / 1); -} - -.hover\:bg-gray-400\/15:hover { - background-color: rgb(156 163 175 / 0.15); -} - -.hover\:bg-gray-400\/20:hover { - background-color: rgb(156 163 175 / 0.2); -} - -.hover\:bg-gray-400\/25:hover { - background-color: rgb(156 163 175 / 0.25); -} - -.hover\:bg-gray-400\/30:hover { - background-color: rgb(156 163 175 / 0.3); -} - -.hover\:bg-gray-400\/35:hover { - background-color: rgb(156 163 175 / 0.35); -} - -.hover\:bg-gray-400\/40:hover { - background-color: rgb(156 163 175 / 0.4); -} - -.hover\:bg-gray-400\/45:hover { - background-color: rgb(156 163 175 / 0.45); -} - -.hover\:bg-gray-400\/5:hover { - background-color: rgb(156 163 175 / 0.05); -} - -.hover\:bg-gray-400\/50:hover { - background-color: rgb(156 163 175 / 0.5); -} - -.hover\:bg-gray-400\/55:hover { - background-color: rgb(156 163 175 / 0.55); -} - -.hover\:bg-gray-400\/60:hover { - background-color: rgb(156 163 175 / 0.6); -} - -.hover\:bg-gray-400\/65:hover { - background-color: rgb(156 163 175 / 0.65); -} - -.hover\:bg-gray-400\/70:hover { - background-color: rgb(156 163 175 / 0.7); -} - -.hover\:bg-gray-400\/75:hover { - background-color: rgb(156 163 175 / 0.75); -} - -.hover\:bg-gray-400\/80:hover { - background-color: rgb(156 163 175 / 0.8); -} - -.hover\:bg-gray-400\/85:hover { - background-color: rgb(156 163 175 / 0.85); -} - -.hover\:bg-gray-400\/90:hover { - background-color: rgb(156 163 175 / 0.9); -} - -.hover\:bg-gray-400\/95:hover { - background-color: rgb(156 163 175 / 0.95); -} - -.hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-50\/0:hover { - background-color: rgb(249 250 251 / 0); -} - -.hover\:bg-gray-50\/10:hover { - background-color: rgb(249 250 251 / 0.1); -} - -.hover\:bg-gray-50\/100:hover { - background-color: rgb(249 250 251 / 1); -} - -.hover\:bg-gray-50\/15:hover { - background-color: rgb(249 250 251 / 0.15); -} - -.hover\:bg-gray-50\/20:hover { - background-color: rgb(249 250 251 / 0.2); -} - -.hover\:bg-gray-50\/25:hover { - background-color: rgb(249 250 251 / 0.25); -} - -.hover\:bg-gray-50\/30:hover { - background-color: rgb(249 250 251 / 0.3); -} - -.hover\:bg-gray-50\/35:hover { - background-color: rgb(249 250 251 / 0.35); -} - -.hover\:bg-gray-50\/40:hover { - background-color: rgb(249 250 251 / 0.4); -} - -.hover\:bg-gray-50\/45:hover { - background-color: rgb(249 250 251 / 0.45); -} - -.hover\:bg-gray-50\/5:hover { - background-color: rgb(249 250 251 / 0.05); -} - -.hover\:bg-gray-50\/50:hover { - background-color: rgb(249 250 251 / 0.5); -} - -.hover\:bg-gray-50\/55:hover { - background-color: rgb(249 250 251 / 0.55); -} - -.hover\:bg-gray-50\/60:hover { - background-color: rgb(249 250 251 / 0.6); -} - -.hover\:bg-gray-50\/65:hover { - background-color: rgb(249 250 251 / 0.65); -} - -.hover\:bg-gray-50\/70:hover { - background-color: rgb(249 250 251 / 0.7); -} - -.hover\:bg-gray-50\/75:hover { - background-color: rgb(249 250 251 / 0.75); -} - -.hover\:bg-gray-50\/80:hover { - background-color: rgb(249 250 251 / 0.8); -} - -.hover\:bg-gray-50\/85:hover { - background-color: rgb(249 250 251 / 0.85); -} - -.hover\:bg-gray-50\/90:hover { - background-color: rgb(249 250 251 / 0.9); -} - -.hover\:bg-gray-50\/95:hover { - background-color: rgb(249 250 251 / 0.95); -} - -.hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-500\/0:hover { - background-color: rgb(107 114 128 / 0); -} - -.hover\:bg-gray-500\/10:hover { - background-color: rgb(107 114 128 / 0.1); -} - -.hover\:bg-gray-500\/100:hover { - background-color: rgb(107 114 128 / 1); -} - -.hover\:bg-gray-500\/15:hover { - background-color: rgb(107 114 128 / 0.15); -} - -.hover\:bg-gray-500\/20:hover { - background-color: rgb(107 114 128 / 0.2); -} - -.hover\:bg-gray-500\/25:hover { - background-color: rgb(107 114 128 / 0.25); -} - -.hover\:bg-gray-500\/30:hover { - background-color: rgb(107 114 128 / 0.3); -} - -.hover\:bg-gray-500\/35:hover { - background-color: rgb(107 114 128 / 0.35); -} - -.hover\:bg-gray-500\/40:hover { - background-color: rgb(107 114 128 / 0.4); -} - -.hover\:bg-gray-500\/45:hover { - background-color: rgb(107 114 128 / 0.45); -} - -.hover\:bg-gray-500\/5:hover { - background-color: rgb(107 114 128 / 0.05); -} - -.hover\:bg-gray-500\/50:hover { - background-color: rgb(107 114 128 / 0.5); -} - -.hover\:bg-gray-500\/55:hover { - background-color: rgb(107 114 128 / 0.55); -} - -.hover\:bg-gray-500\/60:hover { - background-color: rgb(107 114 128 / 0.6); -} - -.hover\:bg-gray-500\/65:hover { - background-color: rgb(107 114 128 / 0.65); -} - -.hover\:bg-gray-500\/70:hover { - background-color: rgb(107 114 128 / 0.7); -} - -.hover\:bg-gray-500\/75:hover { - background-color: rgb(107 114 128 / 0.75); -} - -.hover\:bg-gray-500\/80:hover { - background-color: rgb(107 114 128 / 0.8); -} - -.hover\:bg-gray-500\/85:hover { - background-color: rgb(107 114 128 / 0.85); -} - -.hover\:bg-gray-500\/90:hover { - background-color: rgb(107 114 128 / 0.9); -} - -.hover\:bg-gray-500\/95:hover { - background-color: rgb(107 114 128 / 0.95); -} - -.hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-600\/0:hover { - background-color: rgb(75 85 99 / 0); -} - -.hover\:bg-gray-600\/10:hover { - background-color: rgb(75 85 99 / 0.1); -} - -.hover\:bg-gray-600\/100:hover { - background-color: rgb(75 85 99 / 1); -} - -.hover\:bg-gray-600\/15:hover { - background-color: rgb(75 85 99 / 0.15); -} - -.hover\:bg-gray-600\/20:hover { - background-color: rgb(75 85 99 / 0.2); -} - -.hover\:bg-gray-600\/25:hover { - background-color: rgb(75 85 99 / 0.25); -} - -.hover\:bg-gray-600\/30:hover { - background-color: rgb(75 85 99 / 0.3); -} - -.hover\:bg-gray-600\/35:hover { - background-color: rgb(75 85 99 / 0.35); -} - -.hover\:bg-gray-600\/40:hover { - background-color: rgb(75 85 99 / 0.4); -} - -.hover\:bg-gray-600\/45:hover { - background-color: rgb(75 85 99 / 0.45); -} - -.hover\:bg-gray-600\/5:hover { - background-color: rgb(75 85 99 / 0.05); -} - -.hover\:bg-gray-600\/50:hover { - background-color: rgb(75 85 99 / 0.5); -} - -.hover\:bg-gray-600\/55:hover { - background-color: rgb(75 85 99 / 0.55); -} - -.hover\:bg-gray-600\/60:hover { - background-color: rgb(75 85 99 / 0.6); -} - -.hover\:bg-gray-600\/65:hover { - background-color: rgb(75 85 99 / 0.65); -} - -.hover\:bg-gray-600\/70:hover { - background-color: rgb(75 85 99 / 0.7); -} - -.hover\:bg-gray-600\/75:hover { - background-color: rgb(75 85 99 / 0.75); -} - -.hover\:bg-gray-600\/80:hover { - background-color: rgb(75 85 99 / 0.8); -} - -.hover\:bg-gray-600\/85:hover { - background-color: rgb(75 85 99 / 0.85); -} - -.hover\:bg-gray-600\/90:hover { - background-color: rgb(75 85 99 / 0.9); -} - -.hover\:bg-gray-600\/95:hover { - background-color: rgb(75 85 99 / 0.95); -} - -.hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-700\/0:hover { - background-color: rgb(55 65 81 / 0); -} - -.hover\:bg-gray-700\/10:hover { - background-color: rgb(55 65 81 / 0.1); -} - -.hover\:bg-gray-700\/100:hover { - background-color: rgb(55 65 81 / 1); -} - -.hover\:bg-gray-700\/15:hover { - background-color: rgb(55 65 81 / 0.15); -} - -.hover\:bg-gray-700\/20:hover { - background-color: rgb(55 65 81 / 0.2); -} - -.hover\:bg-gray-700\/25:hover { - background-color: rgb(55 65 81 / 0.25); -} - -.hover\:bg-gray-700\/30:hover { - background-color: rgb(55 65 81 / 0.3); -} - -.hover\:bg-gray-700\/35:hover { - background-color: rgb(55 65 81 / 0.35); -} - -.hover\:bg-gray-700\/40:hover { - background-color: rgb(55 65 81 / 0.4); -} - -.hover\:bg-gray-700\/45:hover { - background-color: rgb(55 65 81 / 0.45); -} - -.hover\:bg-gray-700\/5:hover { - background-color: rgb(55 65 81 / 0.05); -} - -.hover\:bg-gray-700\/50:hover { - background-color: rgb(55 65 81 / 0.5); -} - -.hover\:bg-gray-700\/55:hover { - background-color: rgb(55 65 81 / 0.55); -} - -.hover\:bg-gray-700\/60:hover { - background-color: rgb(55 65 81 / 0.6); -} - -.hover\:bg-gray-700\/65:hover { - background-color: rgb(55 65 81 / 0.65); -} - -.hover\:bg-gray-700\/70:hover { - background-color: rgb(55 65 81 / 0.7); -} - -.hover\:bg-gray-700\/75:hover { - background-color: rgb(55 65 81 / 0.75); -} - -.hover\:bg-gray-700\/80:hover { - background-color: rgb(55 65 81 / 0.8); -} - -.hover\:bg-gray-700\/85:hover { - background-color: rgb(55 65 81 / 0.85); -} - -.hover\:bg-gray-700\/90:hover { - background-color: rgb(55 65 81 / 0.9); -} - -.hover\:bg-gray-700\/95:hover { - background-color: rgb(55 65 81 / 0.95); -} - -.hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-800\/0:hover { - background-color: rgb(31 41 55 / 0); -} - -.hover\:bg-gray-800\/10:hover { - background-color: rgb(31 41 55 / 0.1); -} - -.hover\:bg-gray-800\/100:hover { - background-color: rgb(31 41 55 / 1); -} - -.hover\:bg-gray-800\/15:hover { - background-color: rgb(31 41 55 / 0.15); -} - -.hover\:bg-gray-800\/20:hover { - background-color: rgb(31 41 55 / 0.2); -} - -.hover\:bg-gray-800\/25:hover { - background-color: rgb(31 41 55 / 0.25); -} - -.hover\:bg-gray-800\/30:hover { - background-color: rgb(31 41 55 / 0.3); -} - -.hover\:bg-gray-800\/35:hover { - background-color: rgb(31 41 55 / 0.35); -} - -.hover\:bg-gray-800\/40:hover { - background-color: rgb(31 41 55 / 0.4); -} - -.hover\:bg-gray-800\/45:hover { - background-color: rgb(31 41 55 / 0.45); -} - -.hover\:bg-gray-800\/5:hover { - background-color: rgb(31 41 55 / 0.05); -} - -.hover\:bg-gray-800\/50:hover { - background-color: rgb(31 41 55 / 0.5); -} - -.hover\:bg-gray-800\/55:hover { - background-color: rgb(31 41 55 / 0.55); -} - -.hover\:bg-gray-800\/60:hover { - background-color: rgb(31 41 55 / 0.6); -} - -.hover\:bg-gray-800\/65:hover { - background-color: rgb(31 41 55 / 0.65); -} - -.hover\:bg-gray-800\/70:hover { - background-color: rgb(31 41 55 / 0.7); -} - -.hover\:bg-gray-800\/75:hover { - background-color: rgb(31 41 55 / 0.75); -} - -.hover\:bg-gray-800\/80:hover { - background-color: rgb(31 41 55 / 0.8); -} - -.hover\:bg-gray-800\/85:hover { - background-color: rgb(31 41 55 / 0.85); -} - -.hover\:bg-gray-800\/90:hover { - background-color: rgb(31 41 55 / 0.9); -} - -.hover\:bg-gray-800\/95:hover { - background-color: rgb(31 41 55 / 0.95); -} - -.hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-900\/0:hover { - background-color: rgb(17 24 39 / 0); -} - -.hover\:bg-gray-900\/10:hover { - background-color: rgb(17 24 39 / 0.1); -} - -.hover\:bg-gray-900\/100:hover { - background-color: rgb(17 24 39 / 1); -} - -.hover\:bg-gray-900\/15:hover { - background-color: rgb(17 24 39 / 0.15); -} - -.hover\:bg-gray-900\/20:hover { - background-color: rgb(17 24 39 / 0.2); -} - -.hover\:bg-gray-900\/25:hover { - background-color: rgb(17 24 39 / 0.25); -} - -.hover\:bg-gray-900\/30:hover { - background-color: rgb(17 24 39 / 0.3); -} - -.hover\:bg-gray-900\/35:hover { - background-color: rgb(17 24 39 / 0.35); -} - -.hover\:bg-gray-900\/40:hover { - background-color: rgb(17 24 39 / 0.4); -} - -.hover\:bg-gray-900\/45:hover { - background-color: rgb(17 24 39 / 0.45); -} - -.hover\:bg-gray-900\/5:hover { - background-color: rgb(17 24 39 / 0.05); -} - -.hover\:bg-gray-900\/50:hover { - background-color: rgb(17 24 39 / 0.5); -} - -.hover\:bg-gray-900\/55:hover { - background-color: rgb(17 24 39 / 0.55); -} - -.hover\:bg-gray-900\/60:hover { - background-color: rgb(17 24 39 / 0.6); -} - -.hover\:bg-gray-900\/65:hover { - background-color: rgb(17 24 39 / 0.65); -} - -.hover\:bg-gray-900\/70:hover { - background-color: rgb(17 24 39 / 0.7); -} - -.hover\:bg-gray-900\/75:hover { - background-color: rgb(17 24 39 / 0.75); -} - -.hover\:bg-gray-900\/80:hover { - background-color: rgb(17 24 39 / 0.8); -} - -.hover\:bg-gray-900\/85:hover { - background-color: rgb(17 24 39 / 0.85); -} - -.hover\:bg-gray-900\/90:hover { - background-color: rgb(17 24 39 / 0.9); -} - -.hover\:bg-gray-900\/95:hover { - background-color: rgb(17 24 39 / 0.95); -} - -.hover\:bg-gray-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(3 7 18 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-950\/0:hover { - background-color: rgb(3 7 18 / 0); -} - -.hover\:bg-gray-950\/10:hover { - background-color: rgb(3 7 18 / 0.1); -} - -.hover\:bg-gray-950\/100:hover { - background-color: rgb(3 7 18 / 1); -} - -.hover\:bg-gray-950\/15:hover { - background-color: rgb(3 7 18 / 0.15); -} - -.hover\:bg-gray-950\/20:hover { - background-color: rgb(3 7 18 / 0.2); -} - -.hover\:bg-gray-950\/25:hover { - background-color: rgb(3 7 18 / 0.25); -} - -.hover\:bg-gray-950\/30:hover { - background-color: rgb(3 7 18 / 0.3); -} - -.hover\:bg-gray-950\/35:hover { - background-color: rgb(3 7 18 / 0.35); -} - -.hover\:bg-gray-950\/40:hover { - background-color: rgb(3 7 18 / 0.4); -} - -.hover\:bg-gray-950\/45:hover { - background-color: rgb(3 7 18 / 0.45); -} - -.hover\:bg-gray-950\/5:hover { - background-color: rgb(3 7 18 / 0.05); -} - -.hover\:bg-gray-950\/50:hover { - background-color: rgb(3 7 18 / 0.5); -} - -.hover\:bg-gray-950\/55:hover { - background-color: rgb(3 7 18 / 0.55); -} - -.hover\:bg-gray-950\/60:hover { - background-color: rgb(3 7 18 / 0.6); -} - -.hover\:bg-gray-950\/65:hover { - background-color: rgb(3 7 18 / 0.65); -} - -.hover\:bg-gray-950\/70:hover { - background-color: rgb(3 7 18 / 0.7); -} - -.hover\:bg-gray-950\/75:hover { - background-color: rgb(3 7 18 / 0.75); -} - -.hover\:bg-gray-950\/80:hover { - background-color: rgb(3 7 18 / 0.8); -} - -.hover\:bg-gray-950\/85:hover { - background-color: rgb(3 7 18 / 0.85); -} - -.hover\:bg-gray-950\/90:hover { - background-color: rgb(3 7 18 / 0.9); -} - -.hover\:bg-gray-950\/95:hover { - background-color: rgb(3 7 18 / 0.95); -} - -.hover\:bg-lime-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(236 252 203 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-100\/0:hover { - background-color: rgb(236 252 203 / 0); -} - -.hover\:bg-lime-100\/10:hover { - background-color: rgb(236 252 203 / 0.1); -} - -.hover\:bg-lime-100\/100:hover { - background-color: rgb(236 252 203 / 1); -} - -.hover\:bg-lime-100\/15:hover { - background-color: rgb(236 252 203 / 0.15); -} - -.hover\:bg-lime-100\/20:hover { - background-color: rgb(236 252 203 / 0.2); -} - -.hover\:bg-lime-100\/25:hover { - background-color: rgb(236 252 203 / 0.25); -} - -.hover\:bg-lime-100\/30:hover { - background-color: rgb(236 252 203 / 0.3); -} - -.hover\:bg-lime-100\/35:hover { - background-color: rgb(236 252 203 / 0.35); -} - -.hover\:bg-lime-100\/40:hover { - background-color: rgb(236 252 203 / 0.4); -} - -.hover\:bg-lime-100\/45:hover { - background-color: rgb(236 252 203 / 0.45); -} - -.hover\:bg-lime-100\/5:hover { - background-color: rgb(236 252 203 / 0.05); -} - -.hover\:bg-lime-100\/50:hover { - background-color: rgb(236 252 203 / 0.5); -} - -.hover\:bg-lime-100\/55:hover { - background-color: rgb(236 252 203 / 0.55); -} - -.hover\:bg-lime-100\/60:hover { - background-color: rgb(236 252 203 / 0.6); -} - -.hover\:bg-lime-100\/65:hover { - background-color: rgb(236 252 203 / 0.65); -} - -.hover\:bg-lime-100\/70:hover { - background-color: rgb(236 252 203 / 0.7); -} - -.hover\:bg-lime-100\/75:hover { - background-color: rgb(236 252 203 / 0.75); -} - -.hover\:bg-lime-100\/80:hover { - background-color: rgb(236 252 203 / 0.8); -} - -.hover\:bg-lime-100\/85:hover { - background-color: rgb(236 252 203 / 0.85); -} - -.hover\:bg-lime-100\/90:hover { - background-color: rgb(236 252 203 / 0.9); -} - -.hover\:bg-lime-100\/95:hover { - background-color: rgb(236 252 203 / 0.95); -} - -.hover\:bg-lime-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(217 249 157 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-200\/0:hover { - background-color: rgb(217 249 157 / 0); -} - -.hover\:bg-lime-200\/10:hover { - background-color: rgb(217 249 157 / 0.1); -} - -.hover\:bg-lime-200\/100:hover { - background-color: rgb(217 249 157 / 1); -} - -.hover\:bg-lime-200\/15:hover { - background-color: rgb(217 249 157 / 0.15); -} - -.hover\:bg-lime-200\/20:hover { - background-color: rgb(217 249 157 / 0.2); -} - -.hover\:bg-lime-200\/25:hover { - background-color: rgb(217 249 157 / 0.25); -} - -.hover\:bg-lime-200\/30:hover { - background-color: rgb(217 249 157 / 0.3); -} - -.hover\:bg-lime-200\/35:hover { - background-color: rgb(217 249 157 / 0.35); -} - -.hover\:bg-lime-200\/40:hover { - background-color: rgb(217 249 157 / 0.4); -} - -.hover\:bg-lime-200\/45:hover { - background-color: rgb(217 249 157 / 0.45); -} - -.hover\:bg-lime-200\/5:hover { - background-color: rgb(217 249 157 / 0.05); -} - -.hover\:bg-lime-200\/50:hover { - background-color: rgb(217 249 157 / 0.5); -} - -.hover\:bg-lime-200\/55:hover { - background-color: rgb(217 249 157 / 0.55); -} - -.hover\:bg-lime-200\/60:hover { - background-color: rgb(217 249 157 / 0.6); -} - -.hover\:bg-lime-200\/65:hover { - background-color: rgb(217 249 157 / 0.65); -} - -.hover\:bg-lime-200\/70:hover { - background-color: rgb(217 249 157 / 0.7); -} - -.hover\:bg-lime-200\/75:hover { - background-color: rgb(217 249 157 / 0.75); -} - -.hover\:bg-lime-200\/80:hover { - background-color: rgb(217 249 157 / 0.8); -} - -.hover\:bg-lime-200\/85:hover { - background-color: rgb(217 249 157 / 0.85); -} - -.hover\:bg-lime-200\/90:hover { - background-color: rgb(217 249 157 / 0.9); -} - -.hover\:bg-lime-200\/95:hover { - background-color: rgb(217 249 157 / 0.95); -} - -.hover\:bg-lime-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(190 242 100 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-300\/0:hover { - background-color: rgb(190 242 100 / 0); -} - -.hover\:bg-lime-300\/10:hover { - background-color: rgb(190 242 100 / 0.1); -} - -.hover\:bg-lime-300\/100:hover { - background-color: rgb(190 242 100 / 1); -} - -.hover\:bg-lime-300\/15:hover { - background-color: rgb(190 242 100 / 0.15); -} - -.hover\:bg-lime-300\/20:hover { - background-color: rgb(190 242 100 / 0.2); -} - -.hover\:bg-lime-300\/25:hover { - background-color: rgb(190 242 100 / 0.25); -} - -.hover\:bg-lime-300\/30:hover { - background-color: rgb(190 242 100 / 0.3); -} - -.hover\:bg-lime-300\/35:hover { - background-color: rgb(190 242 100 / 0.35); -} - -.hover\:bg-lime-300\/40:hover { - background-color: rgb(190 242 100 / 0.4); -} - -.hover\:bg-lime-300\/45:hover { - background-color: rgb(190 242 100 / 0.45); -} - -.hover\:bg-lime-300\/5:hover { - background-color: rgb(190 242 100 / 0.05); -} - -.hover\:bg-lime-300\/50:hover { - background-color: rgb(190 242 100 / 0.5); -} - -.hover\:bg-lime-300\/55:hover { - background-color: rgb(190 242 100 / 0.55); -} - -.hover\:bg-lime-300\/60:hover { - background-color: rgb(190 242 100 / 0.6); -} - -.hover\:bg-lime-300\/65:hover { - background-color: rgb(190 242 100 / 0.65); -} - -.hover\:bg-lime-300\/70:hover { - background-color: rgb(190 242 100 / 0.7); -} - -.hover\:bg-lime-300\/75:hover { - background-color: rgb(190 242 100 / 0.75); -} - -.hover\:bg-lime-300\/80:hover { - background-color: rgb(190 242 100 / 0.8); -} - -.hover\:bg-lime-300\/85:hover { - background-color: rgb(190 242 100 / 0.85); -} - -.hover\:bg-lime-300\/90:hover { - background-color: rgb(190 242 100 / 0.9); -} - -.hover\:bg-lime-300\/95:hover { - background-color: rgb(190 242 100 / 0.95); -} - -.hover\:bg-lime-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(163 230 53 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-400\/0:hover { - background-color: rgb(163 230 53 / 0); -} - -.hover\:bg-lime-400\/10:hover { - background-color: rgb(163 230 53 / 0.1); -} - -.hover\:bg-lime-400\/100:hover { - background-color: rgb(163 230 53 / 1); -} - -.hover\:bg-lime-400\/15:hover { - background-color: rgb(163 230 53 / 0.15); -} - -.hover\:bg-lime-400\/20:hover { - background-color: rgb(163 230 53 / 0.2); -} - -.hover\:bg-lime-400\/25:hover { - background-color: rgb(163 230 53 / 0.25); -} - -.hover\:bg-lime-400\/30:hover { - background-color: rgb(163 230 53 / 0.3); -} - -.hover\:bg-lime-400\/35:hover { - background-color: rgb(163 230 53 / 0.35); -} - -.hover\:bg-lime-400\/40:hover { - background-color: rgb(163 230 53 / 0.4); -} - -.hover\:bg-lime-400\/45:hover { - background-color: rgb(163 230 53 / 0.45); -} - -.hover\:bg-lime-400\/5:hover { - background-color: rgb(163 230 53 / 0.05); -} - -.hover\:bg-lime-400\/50:hover { - background-color: rgb(163 230 53 / 0.5); -} - -.hover\:bg-lime-400\/55:hover { - background-color: rgb(163 230 53 / 0.55); -} - -.hover\:bg-lime-400\/60:hover { - background-color: rgb(163 230 53 / 0.6); -} - -.hover\:bg-lime-400\/65:hover { - background-color: rgb(163 230 53 / 0.65); -} - -.hover\:bg-lime-400\/70:hover { - background-color: rgb(163 230 53 / 0.7); -} - -.hover\:bg-lime-400\/75:hover { - background-color: rgb(163 230 53 / 0.75); -} - -.hover\:bg-lime-400\/80:hover { - background-color: rgb(163 230 53 / 0.8); -} - -.hover\:bg-lime-400\/85:hover { - background-color: rgb(163 230 53 / 0.85); -} - -.hover\:bg-lime-400\/90:hover { - background-color: rgb(163 230 53 / 0.9); -} - -.hover\:bg-lime-400\/95:hover { - background-color: rgb(163 230 53 / 0.95); -} - -.hover\:bg-lime-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(247 254 231 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-50\/0:hover { - background-color: rgb(247 254 231 / 0); -} - -.hover\:bg-lime-50\/10:hover { - background-color: rgb(247 254 231 / 0.1); -} - -.hover\:bg-lime-50\/100:hover { - background-color: rgb(247 254 231 / 1); -} - -.hover\:bg-lime-50\/15:hover { - background-color: rgb(247 254 231 / 0.15); -} - -.hover\:bg-lime-50\/20:hover { - background-color: rgb(247 254 231 / 0.2); -} - -.hover\:bg-lime-50\/25:hover { - background-color: rgb(247 254 231 / 0.25); -} - -.hover\:bg-lime-50\/30:hover { - background-color: rgb(247 254 231 / 0.3); -} - -.hover\:bg-lime-50\/35:hover { - background-color: rgb(247 254 231 / 0.35); -} - -.hover\:bg-lime-50\/40:hover { - background-color: rgb(247 254 231 / 0.4); -} - -.hover\:bg-lime-50\/45:hover { - background-color: rgb(247 254 231 / 0.45); -} - -.hover\:bg-lime-50\/5:hover { - background-color: rgb(247 254 231 / 0.05); -} - -.hover\:bg-lime-50\/50:hover { - background-color: rgb(247 254 231 / 0.5); -} - -.hover\:bg-lime-50\/55:hover { - background-color: rgb(247 254 231 / 0.55); -} - -.hover\:bg-lime-50\/60:hover { - background-color: rgb(247 254 231 / 0.6); -} - -.hover\:bg-lime-50\/65:hover { - background-color: rgb(247 254 231 / 0.65); -} - -.hover\:bg-lime-50\/70:hover { - background-color: rgb(247 254 231 / 0.7); -} - -.hover\:bg-lime-50\/75:hover { - background-color: rgb(247 254 231 / 0.75); -} - -.hover\:bg-lime-50\/80:hover { - background-color: rgb(247 254 231 / 0.8); -} - -.hover\:bg-lime-50\/85:hover { - background-color: rgb(247 254 231 / 0.85); -} - -.hover\:bg-lime-50\/90:hover { - background-color: rgb(247 254 231 / 0.9); -} - -.hover\:bg-lime-50\/95:hover { - background-color: rgb(247 254 231 / 0.95); -} - -.hover\:bg-lime-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(132 204 22 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-500\/0:hover { - background-color: rgb(132 204 22 / 0); -} - -.hover\:bg-lime-500\/10:hover { - background-color: rgb(132 204 22 / 0.1); -} - -.hover\:bg-lime-500\/100:hover { - background-color: rgb(132 204 22 / 1); -} - -.hover\:bg-lime-500\/15:hover { - background-color: rgb(132 204 22 / 0.15); -} - -.hover\:bg-lime-500\/20:hover { - background-color: rgb(132 204 22 / 0.2); -} - -.hover\:bg-lime-500\/25:hover { - background-color: rgb(132 204 22 / 0.25); -} - -.hover\:bg-lime-500\/30:hover { - background-color: rgb(132 204 22 / 0.3); -} - -.hover\:bg-lime-500\/35:hover { - background-color: rgb(132 204 22 / 0.35); -} - -.hover\:bg-lime-500\/40:hover { - background-color: rgb(132 204 22 / 0.4); -} - -.hover\:bg-lime-500\/45:hover { - background-color: rgb(132 204 22 / 0.45); -} - -.hover\:bg-lime-500\/5:hover { - background-color: rgb(132 204 22 / 0.05); -} - -.hover\:bg-lime-500\/50:hover { - background-color: rgb(132 204 22 / 0.5); -} - -.hover\:bg-lime-500\/55:hover { - background-color: rgb(132 204 22 / 0.55); -} - -.hover\:bg-lime-500\/60:hover { - background-color: rgb(132 204 22 / 0.6); -} - -.hover\:bg-lime-500\/65:hover { - background-color: rgb(132 204 22 / 0.65); -} - -.hover\:bg-lime-500\/70:hover { - background-color: rgb(132 204 22 / 0.7); -} - -.hover\:bg-lime-500\/75:hover { - background-color: rgb(132 204 22 / 0.75); -} - -.hover\:bg-lime-500\/80:hover { - background-color: rgb(132 204 22 / 0.8); -} - -.hover\:bg-lime-500\/85:hover { - background-color: rgb(132 204 22 / 0.85); -} - -.hover\:bg-lime-500\/90:hover { - background-color: rgb(132 204 22 / 0.9); -} - -.hover\:bg-lime-500\/95:hover { - background-color: rgb(132 204 22 / 0.95); -} - -.hover\:bg-lime-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(101 163 13 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-600\/0:hover { - background-color: rgb(101 163 13 / 0); -} - -.hover\:bg-lime-600\/10:hover { - background-color: rgb(101 163 13 / 0.1); -} - -.hover\:bg-lime-600\/100:hover { - background-color: rgb(101 163 13 / 1); -} - -.hover\:bg-lime-600\/15:hover { - background-color: rgb(101 163 13 / 0.15); -} - -.hover\:bg-lime-600\/20:hover { - background-color: rgb(101 163 13 / 0.2); -} - -.hover\:bg-lime-600\/25:hover { - background-color: rgb(101 163 13 / 0.25); -} - -.hover\:bg-lime-600\/30:hover { - background-color: rgb(101 163 13 / 0.3); -} - -.hover\:bg-lime-600\/35:hover { - background-color: rgb(101 163 13 / 0.35); -} - -.hover\:bg-lime-600\/40:hover { - background-color: rgb(101 163 13 / 0.4); -} - -.hover\:bg-lime-600\/45:hover { - background-color: rgb(101 163 13 / 0.45); -} - -.hover\:bg-lime-600\/5:hover { - background-color: rgb(101 163 13 / 0.05); -} - -.hover\:bg-lime-600\/50:hover { - background-color: rgb(101 163 13 / 0.5); -} - -.hover\:bg-lime-600\/55:hover { - background-color: rgb(101 163 13 / 0.55); -} - -.hover\:bg-lime-600\/60:hover { - background-color: rgb(101 163 13 / 0.6); -} - -.hover\:bg-lime-600\/65:hover { - background-color: rgb(101 163 13 / 0.65); -} - -.hover\:bg-lime-600\/70:hover { - background-color: rgb(101 163 13 / 0.7); -} - -.hover\:bg-lime-600\/75:hover { - background-color: rgb(101 163 13 / 0.75); -} - -.hover\:bg-lime-600\/80:hover { - background-color: rgb(101 163 13 / 0.8); -} - -.hover\:bg-lime-600\/85:hover { - background-color: rgb(101 163 13 / 0.85); -} - -.hover\:bg-lime-600\/90:hover { - background-color: rgb(101 163 13 / 0.9); -} - -.hover\:bg-lime-600\/95:hover { - background-color: rgb(101 163 13 / 0.95); -} - -.hover\:bg-lime-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(77 124 15 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-700\/0:hover { - background-color: rgb(77 124 15 / 0); -} - -.hover\:bg-lime-700\/10:hover { - background-color: rgb(77 124 15 / 0.1); -} - -.hover\:bg-lime-700\/100:hover { - background-color: rgb(77 124 15 / 1); -} - -.hover\:bg-lime-700\/15:hover { - background-color: rgb(77 124 15 / 0.15); -} - -.hover\:bg-lime-700\/20:hover { - background-color: rgb(77 124 15 / 0.2); -} - -.hover\:bg-lime-700\/25:hover { - background-color: rgb(77 124 15 / 0.25); -} - -.hover\:bg-lime-700\/30:hover { - background-color: rgb(77 124 15 / 0.3); -} - -.hover\:bg-lime-700\/35:hover { - background-color: rgb(77 124 15 / 0.35); -} - -.hover\:bg-lime-700\/40:hover { - background-color: rgb(77 124 15 / 0.4); -} - -.hover\:bg-lime-700\/45:hover { - background-color: rgb(77 124 15 / 0.45); -} - -.hover\:bg-lime-700\/5:hover { - background-color: rgb(77 124 15 / 0.05); -} - -.hover\:bg-lime-700\/50:hover { - background-color: rgb(77 124 15 / 0.5); -} - -.hover\:bg-lime-700\/55:hover { - background-color: rgb(77 124 15 / 0.55); -} - -.hover\:bg-lime-700\/60:hover { - background-color: rgb(77 124 15 / 0.6); -} - -.hover\:bg-lime-700\/65:hover { - background-color: rgb(77 124 15 / 0.65); -} - -.hover\:bg-lime-700\/70:hover { - background-color: rgb(77 124 15 / 0.7); -} - -.hover\:bg-lime-700\/75:hover { - background-color: rgb(77 124 15 / 0.75); -} - -.hover\:bg-lime-700\/80:hover { - background-color: rgb(77 124 15 / 0.8); -} - -.hover\:bg-lime-700\/85:hover { - background-color: rgb(77 124 15 / 0.85); -} - -.hover\:bg-lime-700\/90:hover { - background-color: rgb(77 124 15 / 0.9); -} - -.hover\:bg-lime-700\/95:hover { - background-color: rgb(77 124 15 / 0.95); -} - -.hover\:bg-lime-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-800\/0:hover { - background-color: rgb(63 98 18 / 0); -} - -.hover\:bg-lime-800\/10:hover { - background-color: rgb(63 98 18 / 0.1); -} - -.hover\:bg-lime-800\/100:hover { - background-color: rgb(63 98 18 / 1); -} - -.hover\:bg-lime-800\/15:hover { - background-color: rgb(63 98 18 / 0.15); -} - -.hover\:bg-lime-800\/20:hover { - background-color: rgb(63 98 18 / 0.2); -} - -.hover\:bg-lime-800\/25:hover { - background-color: rgb(63 98 18 / 0.25); -} - -.hover\:bg-lime-800\/30:hover { - background-color: rgb(63 98 18 / 0.3); -} - -.hover\:bg-lime-800\/35:hover { - background-color: rgb(63 98 18 / 0.35); -} - -.hover\:bg-lime-800\/40:hover { - background-color: rgb(63 98 18 / 0.4); -} - -.hover\:bg-lime-800\/45:hover { - background-color: rgb(63 98 18 / 0.45); -} - -.hover\:bg-lime-800\/5:hover { - background-color: rgb(63 98 18 / 0.05); -} - -.hover\:bg-lime-800\/50:hover { - background-color: rgb(63 98 18 / 0.5); -} - -.hover\:bg-lime-800\/55:hover { - background-color: rgb(63 98 18 / 0.55); -} - -.hover\:bg-lime-800\/60:hover { - background-color: rgb(63 98 18 / 0.6); -} - -.hover\:bg-lime-800\/65:hover { - background-color: rgb(63 98 18 / 0.65); -} - -.hover\:bg-lime-800\/70:hover { - background-color: rgb(63 98 18 / 0.7); -} - -.hover\:bg-lime-800\/75:hover { - background-color: rgb(63 98 18 / 0.75); -} - -.hover\:bg-lime-800\/80:hover { - background-color: rgb(63 98 18 / 0.8); -} - -.hover\:bg-lime-800\/85:hover { - background-color: rgb(63 98 18 / 0.85); -} - -.hover\:bg-lime-800\/90:hover { - background-color: rgb(63 98 18 / 0.9); -} - -.hover\:bg-lime-800\/95:hover { - background-color: rgb(63 98 18 / 0.95); -} - -.hover\:bg-lime-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(54 83 20 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-900\/0:hover { - background-color: rgb(54 83 20 / 0); -} - -.hover\:bg-lime-900\/10:hover { - background-color: rgb(54 83 20 / 0.1); -} - -.hover\:bg-lime-900\/100:hover { - background-color: rgb(54 83 20 / 1); -} - -.hover\:bg-lime-900\/15:hover { - background-color: rgb(54 83 20 / 0.15); -} - -.hover\:bg-lime-900\/20:hover { - background-color: rgb(54 83 20 / 0.2); -} - -.hover\:bg-lime-900\/25:hover { - background-color: rgb(54 83 20 / 0.25); -} - -.hover\:bg-lime-900\/30:hover { - background-color: rgb(54 83 20 / 0.3); -} - -.hover\:bg-lime-900\/35:hover { - background-color: rgb(54 83 20 / 0.35); -} - -.hover\:bg-lime-900\/40:hover { - background-color: rgb(54 83 20 / 0.4); -} - -.hover\:bg-lime-900\/45:hover { - background-color: rgb(54 83 20 / 0.45); -} - -.hover\:bg-lime-900\/5:hover { - background-color: rgb(54 83 20 / 0.05); -} - -.hover\:bg-lime-900\/50:hover { - background-color: rgb(54 83 20 / 0.5); -} - -.hover\:bg-lime-900\/55:hover { - background-color: rgb(54 83 20 / 0.55); -} - -.hover\:bg-lime-900\/60:hover { - background-color: rgb(54 83 20 / 0.6); -} - -.hover\:bg-lime-900\/65:hover { - background-color: rgb(54 83 20 / 0.65); -} - -.hover\:bg-lime-900\/70:hover { - background-color: rgb(54 83 20 / 0.7); -} - -.hover\:bg-lime-900\/75:hover { - background-color: rgb(54 83 20 / 0.75); -} - -.hover\:bg-lime-900\/80:hover { - background-color: rgb(54 83 20 / 0.8); -} - -.hover\:bg-lime-900\/85:hover { - background-color: rgb(54 83 20 / 0.85); -} - -.hover\:bg-lime-900\/90:hover { - background-color: rgb(54 83 20 / 0.9); -} - -.hover\:bg-lime-900\/95:hover { - background-color: rgb(54 83 20 / 0.95); -} - -.hover\:bg-lime-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(26 46 5 / var(--tw-bg-opacity)); -} - -.hover\:bg-lime-950\/0:hover { - background-color: rgb(26 46 5 / 0); -} - -.hover\:bg-lime-950\/10:hover { - background-color: rgb(26 46 5 / 0.1); -} - -.hover\:bg-lime-950\/100:hover { - background-color: rgb(26 46 5 / 1); -} - -.hover\:bg-lime-950\/15:hover { - background-color: rgb(26 46 5 / 0.15); -} - -.hover\:bg-lime-950\/20:hover { - background-color: rgb(26 46 5 / 0.2); -} - -.hover\:bg-lime-950\/25:hover { - background-color: rgb(26 46 5 / 0.25); -} - -.hover\:bg-lime-950\/30:hover { - background-color: rgb(26 46 5 / 0.3); -} - -.hover\:bg-lime-950\/35:hover { - background-color: rgb(26 46 5 / 0.35); -} - -.hover\:bg-lime-950\/40:hover { - background-color: rgb(26 46 5 / 0.4); -} - -.hover\:bg-lime-950\/45:hover { - background-color: rgb(26 46 5 / 0.45); -} - -.hover\:bg-lime-950\/5:hover { - background-color: rgb(26 46 5 / 0.05); -} - -.hover\:bg-lime-950\/50:hover { - background-color: rgb(26 46 5 / 0.5); -} - -.hover\:bg-lime-950\/55:hover { - background-color: rgb(26 46 5 / 0.55); -} - -.hover\:bg-lime-950\/60:hover { - background-color: rgb(26 46 5 / 0.6); -} - -.hover\:bg-lime-950\/65:hover { - background-color: rgb(26 46 5 / 0.65); -} - -.hover\:bg-lime-950\/70:hover { - background-color: rgb(26 46 5 / 0.7); -} - -.hover\:bg-lime-950\/75:hover { - background-color: rgb(26 46 5 / 0.75); -} - -.hover\:bg-lime-950\/80:hover { - background-color: rgb(26 46 5 / 0.8); -} - -.hover\:bg-lime-950\/85:hover { - background-color: rgb(26 46 5 / 0.85); -} - -.hover\:bg-lime-950\/90:hover { - background-color: rgb(26 46 5 / 0.9); -} - -.hover\:bg-lime-950\/95:hover { - background-color: rgb(26 46 5 / 0.95); -} - -.hover\:bg-orange-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-100\/0:hover { - background-color: rgb(255 237 213 / 0); -} - -.hover\:bg-orange-100\/10:hover { - background-color: rgb(255 237 213 / 0.1); -} - -.hover\:bg-orange-100\/100:hover { - background-color: rgb(255 237 213 / 1); -} - -.hover\:bg-orange-100\/15:hover { - background-color: rgb(255 237 213 / 0.15); -} - -.hover\:bg-orange-100\/20:hover { - background-color: rgb(255 237 213 / 0.2); -} - -.hover\:bg-orange-100\/25:hover { - background-color: rgb(255 237 213 / 0.25); -} - -.hover\:bg-orange-100\/30:hover { - background-color: rgb(255 237 213 / 0.3); -} - -.hover\:bg-orange-100\/35:hover { - background-color: rgb(255 237 213 / 0.35); -} - -.hover\:bg-orange-100\/40:hover { - background-color: rgb(255 237 213 / 0.4); -} - -.hover\:bg-orange-100\/45:hover { - background-color: rgb(255 237 213 / 0.45); -} - -.hover\:bg-orange-100\/5:hover { - background-color: rgb(255 237 213 / 0.05); -} - -.hover\:bg-orange-100\/50:hover { - background-color: rgb(255 237 213 / 0.5); -} - -.hover\:bg-orange-100\/55:hover { - background-color: rgb(255 237 213 / 0.55); -} - -.hover\:bg-orange-100\/60:hover { - background-color: rgb(255 237 213 / 0.6); -} - -.hover\:bg-orange-100\/65:hover { - background-color: rgb(255 237 213 / 0.65); -} - -.hover\:bg-orange-100\/70:hover { - background-color: rgb(255 237 213 / 0.7); -} - -.hover\:bg-orange-100\/75:hover { - background-color: rgb(255 237 213 / 0.75); -} - -.hover\:bg-orange-100\/80:hover { - background-color: rgb(255 237 213 / 0.8); -} - -.hover\:bg-orange-100\/85:hover { - background-color: rgb(255 237 213 / 0.85); -} - -.hover\:bg-orange-100\/90:hover { - background-color: rgb(255 237 213 / 0.9); -} - -.hover\:bg-orange-100\/95:hover { - background-color: rgb(255 237 213 / 0.95); -} - -.hover\:bg-orange-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-200\/0:hover { - background-color: rgb(254 215 170 / 0); -} - -.hover\:bg-orange-200\/10:hover { - background-color: rgb(254 215 170 / 0.1); -} - -.hover\:bg-orange-200\/100:hover { - background-color: rgb(254 215 170 / 1); -} - -.hover\:bg-orange-200\/15:hover { - background-color: rgb(254 215 170 / 0.15); -} - -.hover\:bg-orange-200\/20:hover { - background-color: rgb(254 215 170 / 0.2); -} - -.hover\:bg-orange-200\/25:hover { - background-color: rgb(254 215 170 / 0.25); -} - -.hover\:bg-orange-200\/30:hover { - background-color: rgb(254 215 170 / 0.3); -} - -.hover\:bg-orange-200\/35:hover { - background-color: rgb(254 215 170 / 0.35); -} - -.hover\:bg-orange-200\/40:hover { - background-color: rgb(254 215 170 / 0.4); -} - -.hover\:bg-orange-200\/45:hover { - background-color: rgb(254 215 170 / 0.45); -} - -.hover\:bg-orange-200\/5:hover { - background-color: rgb(254 215 170 / 0.05); -} - -.hover\:bg-orange-200\/50:hover { - background-color: rgb(254 215 170 / 0.5); -} - -.hover\:bg-orange-200\/55:hover { - background-color: rgb(254 215 170 / 0.55); -} - -.hover\:bg-orange-200\/60:hover { - background-color: rgb(254 215 170 / 0.6); -} - -.hover\:bg-orange-200\/65:hover { - background-color: rgb(254 215 170 / 0.65); -} - -.hover\:bg-orange-200\/70:hover { - background-color: rgb(254 215 170 / 0.7); -} - -.hover\:bg-orange-200\/75:hover { - background-color: rgb(254 215 170 / 0.75); -} - -.hover\:bg-orange-200\/80:hover { - background-color: rgb(254 215 170 / 0.8); -} - -.hover\:bg-orange-200\/85:hover { - background-color: rgb(254 215 170 / 0.85); -} - -.hover\:bg-orange-200\/90:hover { - background-color: rgb(254 215 170 / 0.9); -} - -.hover\:bg-orange-200\/95:hover { - background-color: rgb(254 215 170 / 0.95); -} - -.hover\:bg-orange-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(253 186 116 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-300\/0:hover { - background-color: rgb(253 186 116 / 0); -} - -.hover\:bg-orange-300\/10:hover { - background-color: rgb(253 186 116 / 0.1); -} - -.hover\:bg-orange-300\/100:hover { - background-color: rgb(253 186 116 / 1); -} - -.hover\:bg-orange-300\/15:hover { - background-color: rgb(253 186 116 / 0.15); -} - -.hover\:bg-orange-300\/20:hover { - background-color: rgb(253 186 116 / 0.2); -} - -.hover\:bg-orange-300\/25:hover { - background-color: rgb(253 186 116 / 0.25); -} - -.hover\:bg-orange-300\/30:hover { - background-color: rgb(253 186 116 / 0.3); -} - -.hover\:bg-orange-300\/35:hover { - background-color: rgb(253 186 116 / 0.35); -} - -.hover\:bg-orange-300\/40:hover { - background-color: rgb(253 186 116 / 0.4); -} - -.hover\:bg-orange-300\/45:hover { - background-color: rgb(253 186 116 / 0.45); -} - -.hover\:bg-orange-300\/5:hover { - background-color: rgb(253 186 116 / 0.05); -} - -.hover\:bg-orange-300\/50:hover { - background-color: rgb(253 186 116 / 0.5); -} - -.hover\:bg-orange-300\/55:hover { - background-color: rgb(253 186 116 / 0.55); -} - -.hover\:bg-orange-300\/60:hover { - background-color: rgb(253 186 116 / 0.6); -} - -.hover\:bg-orange-300\/65:hover { - background-color: rgb(253 186 116 / 0.65); -} - -.hover\:bg-orange-300\/70:hover { - background-color: rgb(253 186 116 / 0.7); -} - -.hover\:bg-orange-300\/75:hover { - background-color: rgb(253 186 116 / 0.75); -} - -.hover\:bg-orange-300\/80:hover { - background-color: rgb(253 186 116 / 0.8); -} - -.hover\:bg-orange-300\/85:hover { - background-color: rgb(253 186 116 / 0.85); -} - -.hover\:bg-orange-300\/90:hover { - background-color: rgb(253 186 116 / 0.9); -} - -.hover\:bg-orange-300\/95:hover { - background-color: rgb(253 186 116 / 0.95); -} - -.hover\:bg-orange-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-400\/0:hover { - background-color: rgb(251 146 60 / 0); -} - -.hover\:bg-orange-400\/10:hover { - background-color: rgb(251 146 60 / 0.1); -} - -.hover\:bg-orange-400\/100:hover { - background-color: rgb(251 146 60 / 1); -} - -.hover\:bg-orange-400\/15:hover { - background-color: rgb(251 146 60 / 0.15); -} - -.hover\:bg-orange-400\/20:hover { - background-color: rgb(251 146 60 / 0.2); -} - -.hover\:bg-orange-400\/25:hover { - background-color: rgb(251 146 60 / 0.25); -} - -.hover\:bg-orange-400\/30:hover { - background-color: rgb(251 146 60 / 0.3); -} - -.hover\:bg-orange-400\/35:hover { - background-color: rgb(251 146 60 / 0.35); -} - -.hover\:bg-orange-400\/40:hover { - background-color: rgb(251 146 60 / 0.4); -} - -.hover\:bg-orange-400\/45:hover { - background-color: rgb(251 146 60 / 0.45); -} - -.hover\:bg-orange-400\/5:hover { - background-color: rgb(251 146 60 / 0.05); -} - -.hover\:bg-orange-400\/50:hover { - background-color: rgb(251 146 60 / 0.5); -} - -.hover\:bg-orange-400\/55:hover { - background-color: rgb(251 146 60 / 0.55); -} - -.hover\:bg-orange-400\/60:hover { - background-color: rgb(251 146 60 / 0.6); -} - -.hover\:bg-orange-400\/65:hover { - background-color: rgb(251 146 60 / 0.65); -} - -.hover\:bg-orange-400\/70:hover { - background-color: rgb(251 146 60 / 0.7); -} - -.hover\:bg-orange-400\/75:hover { - background-color: rgb(251 146 60 / 0.75); -} - -.hover\:bg-orange-400\/80:hover { - background-color: rgb(251 146 60 / 0.8); -} - -.hover\:bg-orange-400\/85:hover { - background-color: rgb(251 146 60 / 0.85); -} - -.hover\:bg-orange-400\/90:hover { - background-color: rgb(251 146 60 / 0.9); -} - -.hover\:bg-orange-400\/95:hover { - background-color: rgb(251 146 60 / 0.95); -} - -.hover\:bg-orange-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 247 237 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-50\/0:hover { - background-color: rgb(255 247 237 / 0); -} - -.hover\:bg-orange-50\/10:hover { - background-color: rgb(255 247 237 / 0.1); -} - -.hover\:bg-orange-50\/100:hover { - background-color: rgb(255 247 237 / 1); -} - -.hover\:bg-orange-50\/15:hover { - background-color: rgb(255 247 237 / 0.15); -} - -.hover\:bg-orange-50\/20:hover { - background-color: rgb(255 247 237 / 0.2); -} - -.hover\:bg-orange-50\/25:hover { - background-color: rgb(255 247 237 / 0.25); -} - -.hover\:bg-orange-50\/30:hover { - background-color: rgb(255 247 237 / 0.3); -} - -.hover\:bg-orange-50\/35:hover { - background-color: rgb(255 247 237 / 0.35); -} - -.hover\:bg-orange-50\/40:hover { - background-color: rgb(255 247 237 / 0.4); -} - -.hover\:bg-orange-50\/45:hover { - background-color: rgb(255 247 237 / 0.45); -} - -.hover\:bg-orange-50\/5:hover { - background-color: rgb(255 247 237 / 0.05); -} - -.hover\:bg-orange-50\/50:hover { - background-color: rgb(255 247 237 / 0.5); -} - -.hover\:bg-orange-50\/55:hover { - background-color: rgb(255 247 237 / 0.55); -} - -.hover\:bg-orange-50\/60:hover { - background-color: rgb(255 247 237 / 0.6); -} - -.hover\:bg-orange-50\/65:hover { - background-color: rgb(255 247 237 / 0.65); -} - -.hover\:bg-orange-50\/70:hover { - background-color: rgb(255 247 237 / 0.7); -} - -.hover\:bg-orange-50\/75:hover { - background-color: rgb(255 247 237 / 0.75); -} - -.hover\:bg-orange-50\/80:hover { - background-color: rgb(255 247 237 / 0.8); -} - -.hover\:bg-orange-50\/85:hover { - background-color: rgb(255 247 237 / 0.85); -} - -.hover\:bg-orange-50\/90:hover { - background-color: rgb(255 247 237 / 0.9); -} - -.hover\:bg-orange-50\/95:hover { - background-color: rgb(255 247 237 / 0.95); -} - -.hover\:bg-orange-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-500\/0:hover { - background-color: rgb(249 115 22 / 0); -} - -.hover\:bg-orange-500\/10:hover { - background-color: rgb(249 115 22 / 0.1); -} - -.hover\:bg-orange-500\/100:hover { - background-color: rgb(249 115 22 / 1); -} - -.hover\:bg-orange-500\/15:hover { - background-color: rgb(249 115 22 / 0.15); -} - -.hover\:bg-orange-500\/20:hover { - background-color: rgb(249 115 22 / 0.2); -} - -.hover\:bg-orange-500\/25:hover { - background-color: rgb(249 115 22 / 0.25); -} - -.hover\:bg-orange-500\/30:hover { - background-color: rgb(249 115 22 / 0.3); -} - -.hover\:bg-orange-500\/35:hover { - background-color: rgb(249 115 22 / 0.35); -} - -.hover\:bg-orange-500\/40:hover { - background-color: rgb(249 115 22 / 0.4); -} - -.hover\:bg-orange-500\/45:hover { - background-color: rgb(249 115 22 / 0.45); -} - -.hover\:bg-orange-500\/5:hover { - background-color: rgb(249 115 22 / 0.05); -} - -.hover\:bg-orange-500\/50:hover { - background-color: rgb(249 115 22 / 0.5); -} - -.hover\:bg-orange-500\/55:hover { - background-color: rgb(249 115 22 / 0.55); -} - -.hover\:bg-orange-500\/60:hover { - background-color: rgb(249 115 22 / 0.6); -} - -.hover\:bg-orange-500\/65:hover { - background-color: rgb(249 115 22 / 0.65); -} - -.hover\:bg-orange-500\/70:hover { - background-color: rgb(249 115 22 / 0.7); -} - -.hover\:bg-orange-500\/75:hover { - background-color: rgb(249 115 22 / 0.75); -} - -.hover\:bg-orange-500\/80:hover { - background-color: rgb(249 115 22 / 0.8); -} - -.hover\:bg-orange-500\/85:hover { - background-color: rgb(249 115 22 / 0.85); -} - -.hover\:bg-orange-500\/90:hover { - background-color: rgb(249 115 22 / 0.9); -} - -.hover\:bg-orange-500\/95:hover { - background-color: rgb(249 115 22 / 0.95); -} - -.hover\:bg-orange-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(234 88 12 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-600\/0:hover { - background-color: rgb(234 88 12 / 0); -} - -.hover\:bg-orange-600\/10:hover { - background-color: rgb(234 88 12 / 0.1); -} - -.hover\:bg-orange-600\/100:hover { - background-color: rgb(234 88 12 / 1); -} - -.hover\:bg-orange-600\/15:hover { - background-color: rgb(234 88 12 / 0.15); -} - -.hover\:bg-orange-600\/20:hover { - background-color: rgb(234 88 12 / 0.2); -} - -.hover\:bg-orange-600\/25:hover { - background-color: rgb(234 88 12 / 0.25); -} - -.hover\:bg-orange-600\/30:hover { - background-color: rgb(234 88 12 / 0.3); -} - -.hover\:bg-orange-600\/35:hover { - background-color: rgb(234 88 12 / 0.35); -} - -.hover\:bg-orange-600\/40:hover { - background-color: rgb(234 88 12 / 0.4); -} - -.hover\:bg-orange-600\/45:hover { - background-color: rgb(234 88 12 / 0.45); -} - -.hover\:bg-orange-600\/5:hover { - background-color: rgb(234 88 12 / 0.05); -} - -.hover\:bg-orange-600\/50:hover { - background-color: rgb(234 88 12 / 0.5); -} - -.hover\:bg-orange-600\/55:hover { - background-color: rgb(234 88 12 / 0.55); -} - -.hover\:bg-orange-600\/60:hover { - background-color: rgb(234 88 12 / 0.6); -} - -.hover\:bg-orange-600\/65:hover { - background-color: rgb(234 88 12 / 0.65); -} - -.hover\:bg-orange-600\/70:hover { - background-color: rgb(234 88 12 / 0.7); -} - -.hover\:bg-orange-600\/75:hover { - background-color: rgb(234 88 12 / 0.75); -} - -.hover\:bg-orange-600\/80:hover { - background-color: rgb(234 88 12 / 0.8); -} - -.hover\:bg-orange-600\/85:hover { - background-color: rgb(234 88 12 / 0.85); -} - -.hover\:bg-orange-600\/90:hover { - background-color: rgb(234 88 12 / 0.9); -} - -.hover\:bg-orange-600\/95:hover { - background-color: rgb(234 88 12 / 0.95); -} - -.hover\:bg-orange-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-700\/0:hover { - background-color: rgb(194 65 12 / 0); -} - -.hover\:bg-orange-700\/10:hover { - background-color: rgb(194 65 12 / 0.1); -} - -.hover\:bg-orange-700\/100:hover { - background-color: rgb(194 65 12 / 1); -} - -.hover\:bg-orange-700\/15:hover { - background-color: rgb(194 65 12 / 0.15); -} - -.hover\:bg-orange-700\/20:hover { - background-color: rgb(194 65 12 / 0.2); -} - -.hover\:bg-orange-700\/25:hover { - background-color: rgb(194 65 12 / 0.25); -} - -.hover\:bg-orange-700\/30:hover { - background-color: rgb(194 65 12 / 0.3); -} - -.hover\:bg-orange-700\/35:hover { - background-color: rgb(194 65 12 / 0.35); -} - -.hover\:bg-orange-700\/40:hover { - background-color: rgb(194 65 12 / 0.4); -} - -.hover\:bg-orange-700\/45:hover { - background-color: rgb(194 65 12 / 0.45); -} - -.hover\:bg-orange-700\/5:hover { - background-color: rgb(194 65 12 / 0.05); -} - -.hover\:bg-orange-700\/50:hover { - background-color: rgb(194 65 12 / 0.5); -} - -.hover\:bg-orange-700\/55:hover { - background-color: rgb(194 65 12 / 0.55); -} - -.hover\:bg-orange-700\/60:hover { - background-color: rgb(194 65 12 / 0.6); -} - -.hover\:bg-orange-700\/65:hover { - background-color: rgb(194 65 12 / 0.65); -} - -.hover\:bg-orange-700\/70:hover { - background-color: rgb(194 65 12 / 0.7); -} - -.hover\:bg-orange-700\/75:hover { - background-color: rgb(194 65 12 / 0.75); -} - -.hover\:bg-orange-700\/80:hover { - background-color: rgb(194 65 12 / 0.8); -} - -.hover\:bg-orange-700\/85:hover { - background-color: rgb(194 65 12 / 0.85); -} - -.hover\:bg-orange-700\/90:hover { - background-color: rgb(194 65 12 / 0.9); -} - -.hover\:bg-orange-700\/95:hover { - background-color: rgb(194 65 12 / 0.95); -} - -.hover\:bg-orange-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(154 52 18 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-800\/0:hover { - background-color: rgb(154 52 18 / 0); -} - -.hover\:bg-orange-800\/10:hover { - background-color: rgb(154 52 18 / 0.1); -} - -.hover\:bg-orange-800\/100:hover { - background-color: rgb(154 52 18 / 1); -} - -.hover\:bg-orange-800\/15:hover { - background-color: rgb(154 52 18 / 0.15); -} - -.hover\:bg-orange-800\/20:hover { - background-color: rgb(154 52 18 / 0.2); -} - -.hover\:bg-orange-800\/25:hover { - background-color: rgb(154 52 18 / 0.25); -} - -.hover\:bg-orange-800\/30:hover { - background-color: rgb(154 52 18 / 0.3); -} - -.hover\:bg-orange-800\/35:hover { - background-color: rgb(154 52 18 / 0.35); -} - -.hover\:bg-orange-800\/40:hover { - background-color: rgb(154 52 18 / 0.4); -} - -.hover\:bg-orange-800\/45:hover { - background-color: rgb(154 52 18 / 0.45); -} - -.hover\:bg-orange-800\/5:hover { - background-color: rgb(154 52 18 / 0.05); -} - -.hover\:bg-orange-800\/50:hover { - background-color: rgb(154 52 18 / 0.5); -} - -.hover\:bg-orange-800\/55:hover { - background-color: rgb(154 52 18 / 0.55); -} - -.hover\:bg-orange-800\/60:hover { - background-color: rgb(154 52 18 / 0.6); -} - -.hover\:bg-orange-800\/65:hover { - background-color: rgb(154 52 18 / 0.65); -} - -.hover\:bg-orange-800\/70:hover { - background-color: rgb(154 52 18 / 0.7); -} - -.hover\:bg-orange-800\/75:hover { - background-color: rgb(154 52 18 / 0.75); -} - -.hover\:bg-orange-800\/80:hover { - background-color: rgb(154 52 18 / 0.8); -} - -.hover\:bg-orange-800\/85:hover { - background-color: rgb(154 52 18 / 0.85); -} - -.hover\:bg-orange-800\/90:hover { - background-color: rgb(154 52 18 / 0.9); -} - -.hover\:bg-orange-800\/95:hover { - background-color: rgb(154 52 18 / 0.95); -} - -.hover\:bg-orange-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(124 45 18 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-900\/0:hover { - background-color: rgb(124 45 18 / 0); -} - -.hover\:bg-orange-900\/10:hover { - background-color: rgb(124 45 18 / 0.1); -} - -.hover\:bg-orange-900\/100:hover { - background-color: rgb(124 45 18 / 1); -} - -.hover\:bg-orange-900\/15:hover { - background-color: rgb(124 45 18 / 0.15); -} - -.hover\:bg-orange-900\/20:hover { - background-color: rgb(124 45 18 / 0.2); -} - -.hover\:bg-orange-900\/25:hover { - background-color: rgb(124 45 18 / 0.25); -} - -.hover\:bg-orange-900\/30:hover { - background-color: rgb(124 45 18 / 0.3); -} - -.hover\:bg-orange-900\/35:hover { - background-color: rgb(124 45 18 / 0.35); -} - -.hover\:bg-orange-900\/40:hover { - background-color: rgb(124 45 18 / 0.4); -} - -.hover\:bg-orange-900\/45:hover { - background-color: rgb(124 45 18 / 0.45); -} - -.hover\:bg-orange-900\/5:hover { - background-color: rgb(124 45 18 / 0.05); -} - -.hover\:bg-orange-900\/50:hover { - background-color: rgb(124 45 18 / 0.5); -} - -.hover\:bg-orange-900\/55:hover { - background-color: rgb(124 45 18 / 0.55); -} - -.hover\:bg-orange-900\/60:hover { - background-color: rgb(124 45 18 / 0.6); -} - -.hover\:bg-orange-900\/65:hover { - background-color: rgb(124 45 18 / 0.65); -} - -.hover\:bg-orange-900\/70:hover { - background-color: rgb(124 45 18 / 0.7); -} - -.hover\:bg-orange-900\/75:hover { - background-color: rgb(124 45 18 / 0.75); -} - -.hover\:bg-orange-900\/80:hover { - background-color: rgb(124 45 18 / 0.8); -} - -.hover\:bg-orange-900\/85:hover { - background-color: rgb(124 45 18 / 0.85); -} - -.hover\:bg-orange-900\/90:hover { - background-color: rgb(124 45 18 / 0.9); -} - -.hover\:bg-orange-900\/95:hover { - background-color: rgb(124 45 18 / 0.95); -} - -.hover\:bg-orange-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(67 20 7 / var(--tw-bg-opacity)); -} - -.hover\:bg-orange-950\/0:hover { - background-color: rgb(67 20 7 / 0); -} - -.hover\:bg-orange-950\/10:hover { - background-color: rgb(67 20 7 / 0.1); -} - -.hover\:bg-orange-950\/100:hover { - background-color: rgb(67 20 7 / 1); -} - -.hover\:bg-orange-950\/15:hover { - background-color: rgb(67 20 7 / 0.15); -} - -.hover\:bg-orange-950\/20:hover { - background-color: rgb(67 20 7 / 0.2); -} - -.hover\:bg-orange-950\/25:hover { - background-color: rgb(67 20 7 / 0.25); -} - -.hover\:bg-orange-950\/30:hover { - background-color: rgb(67 20 7 / 0.3); -} - -.hover\:bg-orange-950\/35:hover { - background-color: rgb(67 20 7 / 0.35); -} - -.hover\:bg-orange-950\/40:hover { - background-color: rgb(67 20 7 / 0.4); -} - -.hover\:bg-orange-950\/45:hover { - background-color: rgb(67 20 7 / 0.45); -} - -.hover\:bg-orange-950\/5:hover { - background-color: rgb(67 20 7 / 0.05); -} - -.hover\:bg-orange-950\/50:hover { - background-color: rgb(67 20 7 / 0.5); -} - -.hover\:bg-orange-950\/55:hover { - background-color: rgb(67 20 7 / 0.55); -} - -.hover\:bg-orange-950\/60:hover { - background-color: rgb(67 20 7 / 0.6); -} - -.hover\:bg-orange-950\/65:hover { - background-color: rgb(67 20 7 / 0.65); -} - -.hover\:bg-orange-950\/70:hover { - background-color: rgb(67 20 7 / 0.7); -} - -.hover\:bg-orange-950\/75:hover { - background-color: rgb(67 20 7 / 0.75); -} - -.hover\:bg-orange-950\/80:hover { - background-color: rgb(67 20 7 / 0.8); -} - -.hover\:bg-orange-950\/85:hover { - background-color: rgb(67 20 7 / 0.85); -} - -.hover\:bg-orange-950\/90:hover { - background-color: rgb(67 20 7 / 0.9); -} - -.hover\:bg-orange-950\/95:hover { - background-color: rgb(67 20 7 / 0.95); -} - -.hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(204 251 241 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-100\/0:hover { - background-color: rgb(204 251 241 / 0); -} - -.hover\:bg-primary-100\/10:hover { - background-color: rgb(204 251 241 / 0.1); -} - -.hover\:bg-primary-100\/100:hover { - background-color: rgb(204 251 241 / 1); -} - -.hover\:bg-primary-100\/15:hover { - background-color: rgb(204 251 241 / 0.15); -} - -.hover\:bg-primary-100\/20:hover { - background-color: rgb(204 251 241 / 0.2); -} - -.hover\:bg-primary-100\/25:hover { - background-color: rgb(204 251 241 / 0.25); -} - -.hover\:bg-primary-100\/30:hover { - background-color: rgb(204 251 241 / 0.3); -} - -.hover\:bg-primary-100\/35:hover { - background-color: rgb(204 251 241 / 0.35); -} - -.hover\:bg-primary-100\/40:hover { - background-color: rgb(204 251 241 / 0.4); -} - -.hover\:bg-primary-100\/45:hover { - background-color: rgb(204 251 241 / 0.45); -} - -.hover\:bg-primary-100\/5:hover { - background-color: rgb(204 251 241 / 0.05); -} - -.hover\:bg-primary-100\/50:hover { - background-color: rgb(204 251 241 / 0.5); -} - -.hover\:bg-primary-100\/55:hover { - background-color: rgb(204 251 241 / 0.55); -} - -.hover\:bg-primary-100\/60:hover { - background-color: rgb(204 251 241 / 0.6); -} - -.hover\:bg-primary-100\/65:hover { - background-color: rgb(204 251 241 / 0.65); -} - -.hover\:bg-primary-100\/70:hover { - background-color: rgb(204 251 241 / 0.7); -} - -.hover\:bg-primary-100\/75:hover { - background-color: rgb(204 251 241 / 0.75); -} - -.hover\:bg-primary-100\/80:hover { - background-color: rgb(204 251 241 / 0.8); -} - -.hover\:bg-primary-100\/85:hover { - background-color: rgb(204 251 241 / 0.85); -} - -.hover\:bg-primary-100\/90:hover { - background-color: rgb(204 251 241 / 0.9); -} - -.hover\:bg-primary-100\/95:hover { - background-color: rgb(204 251 241 / 0.95); -} - -.hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(153 246 228 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-200\/0:hover { - background-color: rgb(153 246 228 / 0); -} - -.hover\:bg-primary-200\/10:hover { - background-color: rgb(153 246 228 / 0.1); -} - -.hover\:bg-primary-200\/100:hover { - background-color: rgb(153 246 228 / 1); -} - -.hover\:bg-primary-200\/15:hover { - background-color: rgb(153 246 228 / 0.15); -} - -.hover\:bg-primary-200\/20:hover { - background-color: rgb(153 246 228 / 0.2); -} - -.hover\:bg-primary-200\/25:hover { - background-color: rgb(153 246 228 / 0.25); -} - -.hover\:bg-primary-200\/30:hover { - background-color: rgb(153 246 228 / 0.3); -} - -.hover\:bg-primary-200\/35:hover { - background-color: rgb(153 246 228 / 0.35); -} - -.hover\:bg-primary-200\/40:hover { - background-color: rgb(153 246 228 / 0.4); -} - -.hover\:bg-primary-200\/45:hover { - background-color: rgb(153 246 228 / 0.45); -} - -.hover\:bg-primary-200\/5:hover { - background-color: rgb(153 246 228 / 0.05); -} - -.hover\:bg-primary-200\/50:hover { - background-color: rgb(153 246 228 / 0.5); -} - -.hover\:bg-primary-200\/55:hover { - background-color: rgb(153 246 228 / 0.55); -} - -.hover\:bg-primary-200\/60:hover { - background-color: rgb(153 246 228 / 0.6); -} - -.hover\:bg-primary-200\/65:hover { - background-color: rgb(153 246 228 / 0.65); -} - -.hover\:bg-primary-200\/70:hover { - background-color: rgb(153 246 228 / 0.7); -} - -.hover\:bg-primary-200\/75:hover { - background-color: rgb(153 246 228 / 0.75); -} - -.hover\:bg-primary-200\/80:hover { - background-color: rgb(153 246 228 / 0.8); -} - -.hover\:bg-primary-200\/85:hover { - background-color: rgb(153 246 228 / 0.85); -} - -.hover\:bg-primary-200\/90:hover { - background-color: rgb(153 246 228 / 0.9); -} - -.hover\:bg-primary-200\/95:hover { - background-color: rgb(153 246 228 / 0.95); -} - -.hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(94 234 212 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-300\/0:hover { - background-color: rgb(94 234 212 / 0); -} - -.hover\:bg-primary-300\/10:hover { - background-color: rgb(94 234 212 / 0.1); -} - -.hover\:bg-primary-300\/100:hover { - background-color: rgb(94 234 212 / 1); -} - -.hover\:bg-primary-300\/15:hover { - background-color: rgb(94 234 212 / 0.15); -} - -.hover\:bg-primary-300\/20:hover { - background-color: rgb(94 234 212 / 0.2); -} - -.hover\:bg-primary-300\/25:hover { - background-color: rgb(94 234 212 / 0.25); -} - -.hover\:bg-primary-300\/30:hover { - background-color: rgb(94 234 212 / 0.3); -} - -.hover\:bg-primary-300\/35:hover { - background-color: rgb(94 234 212 / 0.35); -} - -.hover\:bg-primary-300\/40:hover { - background-color: rgb(94 234 212 / 0.4); -} - -.hover\:bg-primary-300\/45:hover { - background-color: rgb(94 234 212 / 0.45); -} - -.hover\:bg-primary-300\/5:hover { - background-color: rgb(94 234 212 / 0.05); -} - -.hover\:bg-primary-300\/50:hover { - background-color: rgb(94 234 212 / 0.5); -} - -.hover\:bg-primary-300\/55:hover { - background-color: rgb(94 234 212 / 0.55); -} - -.hover\:bg-primary-300\/60:hover { - background-color: rgb(94 234 212 / 0.6); -} - -.hover\:bg-primary-300\/65:hover { - background-color: rgb(94 234 212 / 0.65); -} - -.hover\:bg-primary-300\/70:hover { - background-color: rgb(94 234 212 / 0.7); -} - -.hover\:bg-primary-300\/75:hover { - background-color: rgb(94 234 212 / 0.75); -} - -.hover\:bg-primary-300\/80:hover { - background-color: rgb(94 234 212 / 0.8); -} - -.hover\:bg-primary-300\/85:hover { - background-color: rgb(94 234 212 / 0.85); -} - -.hover\:bg-primary-300\/90:hover { - background-color: rgb(94 234 212 / 0.9); -} - -.hover\:bg-primary-300\/95:hover { - background-color: rgb(94 234 212 / 0.95); -} - -.hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-400\/0:hover { - background-color: rgb(45 212 191 / 0); -} - -.hover\:bg-primary-400\/10:hover { - background-color: rgb(45 212 191 / 0.1); -} - -.hover\:bg-primary-400\/100:hover { - background-color: rgb(45 212 191 / 1); -} - -.hover\:bg-primary-400\/15:hover { - background-color: rgb(45 212 191 / 0.15); -} - -.hover\:bg-primary-400\/20:hover { - background-color: rgb(45 212 191 / 0.2); -} - -.hover\:bg-primary-400\/25:hover { - background-color: rgb(45 212 191 / 0.25); -} - -.hover\:bg-primary-400\/30:hover { - background-color: rgb(45 212 191 / 0.3); -} - -.hover\:bg-primary-400\/35:hover { - background-color: rgb(45 212 191 / 0.35); -} - -.hover\:bg-primary-400\/40:hover { - background-color: rgb(45 212 191 / 0.4); -} - -.hover\:bg-primary-400\/45:hover { - background-color: rgb(45 212 191 / 0.45); -} - -.hover\:bg-primary-400\/5:hover { - background-color: rgb(45 212 191 / 0.05); -} - -.hover\:bg-primary-400\/50:hover { - background-color: rgb(45 212 191 / 0.5); -} - -.hover\:bg-primary-400\/55:hover { - background-color: rgb(45 212 191 / 0.55); -} - -.hover\:bg-primary-400\/60:hover { - background-color: rgb(45 212 191 / 0.6); -} - -.hover\:bg-primary-400\/65:hover { - background-color: rgb(45 212 191 / 0.65); -} - -.hover\:bg-primary-400\/70:hover { - background-color: rgb(45 212 191 / 0.7); -} - -.hover\:bg-primary-400\/75:hover { - background-color: rgb(45 212 191 / 0.75); -} - -.hover\:bg-primary-400\/80:hover { - background-color: rgb(45 212 191 / 0.8); -} - -.hover\:bg-primary-400\/85:hover { - background-color: rgb(45 212 191 / 0.85); -} - -.hover\:bg-primary-400\/90:hover { - background-color: rgb(45 212 191 / 0.9); -} - -.hover\:bg-primary-400\/95:hover { - background-color: rgb(45 212 191 / 0.95); -} - -.hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(240 253 250 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-50\/0:hover { - background-color: rgb(240 253 250 / 0); -} - -.hover\:bg-primary-50\/10:hover { - background-color: rgb(240 253 250 / 0.1); -} - -.hover\:bg-primary-50\/100:hover { - background-color: rgb(240 253 250 / 1); -} - -.hover\:bg-primary-50\/15:hover { - background-color: rgb(240 253 250 / 0.15); -} - -.hover\:bg-primary-50\/20:hover { - background-color: rgb(240 253 250 / 0.2); -} - -.hover\:bg-primary-50\/25:hover { - background-color: rgb(240 253 250 / 0.25); -} - -.hover\:bg-primary-50\/30:hover { - background-color: rgb(240 253 250 / 0.3); -} - -.hover\:bg-primary-50\/35:hover { - background-color: rgb(240 253 250 / 0.35); -} - -.hover\:bg-primary-50\/40:hover { - background-color: rgb(240 253 250 / 0.4); -} - -.hover\:bg-primary-50\/45:hover { - background-color: rgb(240 253 250 / 0.45); -} - -.hover\:bg-primary-50\/5:hover { - background-color: rgb(240 253 250 / 0.05); -} - -.hover\:bg-primary-50\/50:hover { - background-color: rgb(240 253 250 / 0.5); -} - -.hover\:bg-primary-50\/55:hover { - background-color: rgb(240 253 250 / 0.55); -} - -.hover\:bg-primary-50\/60:hover { - background-color: rgb(240 253 250 / 0.6); -} - -.hover\:bg-primary-50\/65:hover { - background-color: rgb(240 253 250 / 0.65); -} - -.hover\:bg-primary-50\/70:hover { - background-color: rgb(240 253 250 / 0.7); -} - -.hover\:bg-primary-50\/75:hover { - background-color: rgb(240 253 250 / 0.75); -} - -.hover\:bg-primary-50\/80:hover { - background-color: rgb(240 253 250 / 0.8); -} - -.hover\:bg-primary-50\/85:hover { - background-color: rgb(240 253 250 / 0.85); -} - -.hover\:bg-primary-50\/90:hover { - background-color: rgb(240 253 250 / 0.9); -} - -.hover\:bg-primary-50\/95:hover { - background-color: rgb(240 253 250 / 0.95); -} - -.hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-500\/0:hover { - background-color: rgb(20 184 166 / 0); -} - -.hover\:bg-primary-500\/10:hover { - background-color: rgb(20 184 166 / 0.1); -} - -.hover\:bg-primary-500\/100:hover { - background-color: rgb(20 184 166 / 1); -} - -.hover\:bg-primary-500\/15:hover { - background-color: rgb(20 184 166 / 0.15); -} - -.hover\:bg-primary-500\/20:hover { - background-color: rgb(20 184 166 / 0.2); -} - -.hover\:bg-primary-500\/25:hover { - background-color: rgb(20 184 166 / 0.25); -} - -.hover\:bg-primary-500\/30:hover { - background-color: rgb(20 184 166 / 0.3); -} - -.hover\:bg-primary-500\/35:hover { - background-color: rgb(20 184 166 / 0.35); -} - -.hover\:bg-primary-500\/40:hover { - background-color: rgb(20 184 166 / 0.4); -} - -.hover\:bg-primary-500\/45:hover { - background-color: rgb(20 184 166 / 0.45); -} - -.hover\:bg-primary-500\/5:hover { - background-color: rgb(20 184 166 / 0.05); -} - -.hover\:bg-primary-500\/50:hover { - background-color: rgb(20 184 166 / 0.5); -} - -.hover\:bg-primary-500\/55:hover { - background-color: rgb(20 184 166 / 0.55); -} - -.hover\:bg-primary-500\/60:hover { - background-color: rgb(20 184 166 / 0.6); -} - -.hover\:bg-primary-500\/65:hover { - background-color: rgb(20 184 166 / 0.65); -} - -.hover\:bg-primary-500\/70:hover { - background-color: rgb(20 184 166 / 0.7); -} - -.hover\:bg-primary-500\/75:hover { - background-color: rgb(20 184 166 / 0.75); -} - -.hover\:bg-primary-500\/80:hover { - background-color: rgb(20 184 166 / 0.8); -} - -.hover\:bg-primary-500\/85:hover { - background-color: rgb(20 184 166 / 0.85); -} - -.hover\:bg-primary-500\/90:hover { - background-color: rgb(20 184 166 / 0.9); -} - -.hover\:bg-primary-500\/95:hover { - background-color: rgb(20 184 166 / 0.95); -} - -.hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-600\/0:hover { - background-color: rgb(13 148 136 / 0); -} - -.hover\:bg-primary-600\/10:hover { - background-color: rgb(13 148 136 / 0.1); -} - -.hover\:bg-primary-600\/100:hover { - background-color: rgb(13 148 136 / 1); -} - -.hover\:bg-primary-600\/15:hover { - background-color: rgb(13 148 136 / 0.15); -} - -.hover\:bg-primary-600\/20:hover { - background-color: rgb(13 148 136 / 0.2); -} - -.hover\:bg-primary-600\/25:hover { - background-color: rgb(13 148 136 / 0.25); -} - -.hover\:bg-primary-600\/30:hover { - background-color: rgb(13 148 136 / 0.3); -} - -.hover\:bg-primary-600\/35:hover { - background-color: rgb(13 148 136 / 0.35); -} - -.hover\:bg-primary-600\/40:hover { - background-color: rgb(13 148 136 / 0.4); -} - -.hover\:bg-primary-600\/45:hover { - background-color: rgb(13 148 136 / 0.45); -} - -.hover\:bg-primary-600\/5:hover { - background-color: rgb(13 148 136 / 0.05); -} - -.hover\:bg-primary-600\/50:hover { - background-color: rgb(13 148 136 / 0.5); -} - -.hover\:bg-primary-600\/55:hover { - background-color: rgb(13 148 136 / 0.55); -} - -.hover\:bg-primary-600\/60:hover { - background-color: rgb(13 148 136 / 0.6); -} - -.hover\:bg-primary-600\/65:hover { - background-color: rgb(13 148 136 / 0.65); -} - -.hover\:bg-primary-600\/70:hover { - background-color: rgb(13 148 136 / 0.7); -} - -.hover\:bg-primary-600\/75:hover { - background-color: rgb(13 148 136 / 0.75); -} - -.hover\:bg-primary-600\/80:hover { - background-color: rgb(13 148 136 / 0.8); -} - -.hover\:bg-primary-600\/85:hover { - background-color: rgb(13 148 136 / 0.85); -} - -.hover\:bg-primary-600\/90:hover { - background-color: rgb(13 148 136 / 0.9); -} - -.hover\:bg-primary-600\/95:hover { - background-color: rgb(13 148 136 / 0.95); -} - -.hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(15 118 110 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-700\/0:hover { - background-color: rgb(15 118 110 / 0); -} - -.hover\:bg-primary-700\/10:hover { - background-color: rgb(15 118 110 / 0.1); -} - -.hover\:bg-primary-700\/100:hover { - background-color: rgb(15 118 110 / 1); -} - -.hover\:bg-primary-700\/15:hover { - background-color: rgb(15 118 110 / 0.15); -} - -.hover\:bg-primary-700\/20:hover { - background-color: rgb(15 118 110 / 0.2); -} - -.hover\:bg-primary-700\/25:hover { - background-color: rgb(15 118 110 / 0.25); -} - -.hover\:bg-primary-700\/30:hover { - background-color: rgb(15 118 110 / 0.3); -} - -.hover\:bg-primary-700\/35:hover { - background-color: rgb(15 118 110 / 0.35); -} - -.hover\:bg-primary-700\/40:hover { - background-color: rgb(15 118 110 / 0.4); -} - -.hover\:bg-primary-700\/45:hover { - background-color: rgb(15 118 110 / 0.45); -} - -.hover\:bg-primary-700\/5:hover { - background-color: rgb(15 118 110 / 0.05); -} - -.hover\:bg-primary-700\/50:hover { - background-color: rgb(15 118 110 / 0.5); -} - -.hover\:bg-primary-700\/55:hover { - background-color: rgb(15 118 110 / 0.55); -} - -.hover\:bg-primary-700\/60:hover { - background-color: rgb(15 118 110 / 0.6); -} - -.hover\:bg-primary-700\/65:hover { - background-color: rgb(15 118 110 / 0.65); -} - -.hover\:bg-primary-700\/70:hover { - background-color: rgb(15 118 110 / 0.7); -} - -.hover\:bg-primary-700\/75:hover { - background-color: rgb(15 118 110 / 0.75); -} - -.hover\:bg-primary-700\/80:hover { - background-color: rgb(15 118 110 / 0.8); -} - -.hover\:bg-primary-700\/85:hover { - background-color: rgb(15 118 110 / 0.85); -} - -.hover\:bg-primary-700\/90:hover { - background-color: rgb(15 118 110 / 0.9); -} - -.hover\:bg-primary-700\/95:hover { - background-color: rgb(15 118 110 / 0.95); -} - -.hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-800\/0:hover { - background-color: rgb(17 94 89 / 0); -} - -.hover\:bg-primary-800\/10:hover { - background-color: rgb(17 94 89 / 0.1); -} - -.hover\:bg-primary-800\/100:hover { - background-color: rgb(17 94 89 / 1); -} - -.hover\:bg-primary-800\/15:hover { - background-color: rgb(17 94 89 / 0.15); -} - -.hover\:bg-primary-800\/20:hover { - background-color: rgb(17 94 89 / 0.2); -} - -.hover\:bg-primary-800\/25:hover { - background-color: rgb(17 94 89 / 0.25); -} - -.hover\:bg-primary-800\/30:hover { - background-color: rgb(17 94 89 / 0.3); -} - -.hover\:bg-primary-800\/35:hover { - background-color: rgb(17 94 89 / 0.35); -} - -.hover\:bg-primary-800\/40:hover { - background-color: rgb(17 94 89 / 0.4); -} - -.hover\:bg-primary-800\/45:hover { - background-color: rgb(17 94 89 / 0.45); -} - -.hover\:bg-primary-800\/5:hover { - background-color: rgb(17 94 89 / 0.05); -} - -.hover\:bg-primary-800\/50:hover { - background-color: rgb(17 94 89 / 0.5); -} - -.hover\:bg-primary-800\/55:hover { - background-color: rgb(17 94 89 / 0.55); -} - -.hover\:bg-primary-800\/60:hover { - background-color: rgb(17 94 89 / 0.6); -} - -.hover\:bg-primary-800\/65:hover { - background-color: rgb(17 94 89 / 0.65); -} - -.hover\:bg-primary-800\/70:hover { - background-color: rgb(17 94 89 / 0.7); -} - -.hover\:bg-primary-800\/75:hover { - background-color: rgb(17 94 89 / 0.75); -} - -.hover\:bg-primary-800\/80:hover { - background-color: rgb(17 94 89 / 0.8); -} - -.hover\:bg-primary-800\/85:hover { - background-color: rgb(17 94 89 / 0.85); -} - -.hover\:bg-primary-800\/90:hover { - background-color: rgb(17 94 89 / 0.9); -} - -.hover\:bg-primary-800\/95:hover { - background-color: rgb(17 94 89 / 0.95); -} - -.hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(19 78 74 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-900\/0:hover { - background-color: rgb(19 78 74 / 0); -} - -.hover\:bg-primary-900\/10:hover { - background-color: rgb(19 78 74 / 0.1); -} - -.hover\:bg-primary-900\/100:hover { - background-color: rgb(19 78 74 / 1); -} - -.hover\:bg-primary-900\/15:hover { - background-color: rgb(19 78 74 / 0.15); -} - -.hover\:bg-primary-900\/20:hover { - background-color: rgb(19 78 74 / 0.2); -} - -.hover\:bg-primary-900\/25:hover { - background-color: rgb(19 78 74 / 0.25); -} - -.hover\:bg-primary-900\/30:hover { - background-color: rgb(19 78 74 / 0.3); -} - -.hover\:bg-primary-900\/35:hover { - background-color: rgb(19 78 74 / 0.35); -} - -.hover\:bg-primary-900\/40:hover { - background-color: rgb(19 78 74 / 0.4); -} - -.hover\:bg-primary-900\/45:hover { - background-color: rgb(19 78 74 / 0.45); -} - -.hover\:bg-primary-900\/5:hover { - background-color: rgb(19 78 74 / 0.05); -} - -.hover\:bg-primary-900\/50:hover { - background-color: rgb(19 78 74 / 0.5); -} - -.hover\:bg-primary-900\/55:hover { - background-color: rgb(19 78 74 / 0.55); -} - -.hover\:bg-primary-900\/60:hover { - background-color: rgb(19 78 74 / 0.6); -} - -.hover\:bg-primary-900\/65:hover { - background-color: rgb(19 78 74 / 0.65); -} - -.hover\:bg-primary-900\/70:hover { - background-color: rgb(19 78 74 / 0.7); -} - -.hover\:bg-primary-900\/75:hover { - background-color: rgb(19 78 74 / 0.75); -} - -.hover\:bg-primary-900\/80:hover { - background-color: rgb(19 78 74 / 0.8); -} - -.hover\:bg-primary-900\/85:hover { - background-color: rgb(19 78 74 / 0.85); -} - -.hover\:bg-primary-900\/90:hover { - background-color: rgb(19 78 74 / 0.9); -} - -.hover\:bg-primary-900\/95:hover { - background-color: rgb(19 78 74 / 0.95); -} - -.hover\:bg-primary-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(4 47 46 / var(--tw-bg-opacity)); -} - -.hover\:bg-primary-950\/0:hover { - background-color: rgb(4 47 46 / 0); -} - -.hover\:bg-primary-950\/10:hover { - background-color: rgb(4 47 46 / 0.1); -} - -.hover\:bg-primary-950\/100:hover { - background-color: rgb(4 47 46 / 1); -} - -.hover\:bg-primary-950\/15:hover { - background-color: rgb(4 47 46 / 0.15); -} - -.hover\:bg-primary-950\/20:hover { - background-color: rgb(4 47 46 / 0.2); -} - -.hover\:bg-primary-950\/25:hover { - background-color: rgb(4 47 46 / 0.25); -} - -.hover\:bg-primary-950\/30:hover { - background-color: rgb(4 47 46 / 0.3); -} - -.hover\:bg-primary-950\/35:hover { - background-color: rgb(4 47 46 / 0.35); -} - -.hover\:bg-primary-950\/40:hover { - background-color: rgb(4 47 46 / 0.4); -} - -.hover\:bg-primary-950\/45:hover { - background-color: rgb(4 47 46 / 0.45); -} - -.hover\:bg-primary-950\/5:hover { - background-color: rgb(4 47 46 / 0.05); -} - -.hover\:bg-primary-950\/50:hover { - background-color: rgb(4 47 46 / 0.5); -} - -.hover\:bg-primary-950\/55:hover { - background-color: rgb(4 47 46 / 0.55); -} - -.hover\:bg-primary-950\/60:hover { - background-color: rgb(4 47 46 / 0.6); -} - -.hover\:bg-primary-950\/65:hover { - background-color: rgb(4 47 46 / 0.65); -} - -.hover\:bg-primary-950\/70:hover { - background-color: rgb(4 47 46 / 0.7); -} - -.hover\:bg-primary-950\/75:hover { - background-color: rgb(4 47 46 / 0.75); -} - -.hover\:bg-primary-950\/80:hover { - background-color: rgb(4 47 46 / 0.8); -} - -.hover\:bg-primary-950\/85:hover { - background-color: rgb(4 47 46 / 0.85); -} - -.hover\:bg-primary-950\/90:hover { - background-color: rgb(4 47 46 / 0.9); -} - -.hover\:bg-primary-950\/95:hover { - background-color: rgb(4 47 46 / 0.95); -} - -.hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(239 68 68 / var(--tw-bg-opacity)); -} - -.hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.hover\:decoration-2:hover { - text-decoration-thickness: 2px; -} - -.focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgb(37 99 235 / var(--tw-border-opacity)); -} - -.focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-100\/0:focus { - background-color: rgb(243 244 246 / 0); -} - -.focus\:bg-gray-100\/10:focus { - background-color: rgb(243 244 246 / 0.1); -} - -.focus\:bg-gray-100\/100:focus { - background-color: rgb(243 244 246 / 1); -} - -.focus\:bg-gray-100\/15:focus { - background-color: rgb(243 244 246 / 0.15); -} - -.focus\:bg-gray-100\/20:focus { - background-color: rgb(243 244 246 / 0.2); -} - -.focus\:bg-gray-100\/25:focus { - background-color: rgb(243 244 246 / 0.25); -} - -.focus\:bg-gray-100\/30:focus { - background-color: rgb(243 244 246 / 0.3); -} - -.focus\:bg-gray-100\/35:focus { - background-color: rgb(243 244 246 / 0.35); -} - -.focus\:bg-gray-100\/40:focus { - background-color: rgb(243 244 246 / 0.4); -} - -.focus\:bg-gray-100\/45:focus { - background-color: rgb(243 244 246 / 0.45); -} - -.focus\:bg-gray-100\/5:focus { - background-color: rgb(243 244 246 / 0.05); -} - -.focus\:bg-gray-100\/50:focus { - background-color: rgb(243 244 246 / 0.5); -} - -.focus\:bg-gray-100\/55:focus { - background-color: rgb(243 244 246 / 0.55); -} - -.focus\:bg-gray-100\/60:focus { - background-color: rgb(243 244 246 / 0.6); -} - -.focus\:bg-gray-100\/65:focus { - background-color: rgb(243 244 246 / 0.65); -} - -.focus\:bg-gray-100\/70:focus { - background-color: rgb(243 244 246 / 0.7); -} - -.focus\:bg-gray-100\/75:focus { - background-color: rgb(243 244 246 / 0.75); -} - -.focus\:bg-gray-100\/80:focus { - background-color: rgb(243 244 246 / 0.8); -} - -.focus\:bg-gray-100\/85:focus { - background-color: rgb(243 244 246 / 0.85); -} - -.focus\:bg-gray-100\/90:focus { - background-color: rgb(243 244 246 / 0.9); -} - -.focus\:bg-gray-100\/95:focus { - background-color: rgb(243 244 246 / 0.95); -} - -.focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-200\/0:focus { - background-color: rgb(229 231 235 / 0); -} - -.focus\:bg-gray-200\/10:focus { - background-color: rgb(229 231 235 / 0.1); -} - -.focus\:bg-gray-200\/100:focus { - background-color: rgb(229 231 235 / 1); -} - -.focus\:bg-gray-200\/15:focus { - background-color: rgb(229 231 235 / 0.15); -} - -.focus\:bg-gray-200\/20:focus { - background-color: rgb(229 231 235 / 0.2); -} - -.focus\:bg-gray-200\/25:focus { - background-color: rgb(229 231 235 / 0.25); -} - -.focus\:bg-gray-200\/30:focus { - background-color: rgb(229 231 235 / 0.3); -} - -.focus\:bg-gray-200\/35:focus { - background-color: rgb(229 231 235 / 0.35); -} - -.focus\:bg-gray-200\/40:focus { - background-color: rgb(229 231 235 / 0.4); -} - -.focus\:bg-gray-200\/45:focus { - background-color: rgb(229 231 235 / 0.45); -} - -.focus\:bg-gray-200\/5:focus { - background-color: rgb(229 231 235 / 0.05); -} - -.focus\:bg-gray-200\/50:focus { - background-color: rgb(229 231 235 / 0.5); -} - -.focus\:bg-gray-200\/55:focus { - background-color: rgb(229 231 235 / 0.55); -} - -.focus\:bg-gray-200\/60:focus { - background-color: rgb(229 231 235 / 0.6); -} - -.focus\:bg-gray-200\/65:focus { - background-color: rgb(229 231 235 / 0.65); -} - -.focus\:bg-gray-200\/70:focus { - background-color: rgb(229 231 235 / 0.7); -} - -.focus\:bg-gray-200\/75:focus { - background-color: rgb(229 231 235 / 0.75); -} - -.focus\:bg-gray-200\/80:focus { - background-color: rgb(229 231 235 / 0.8); -} - -.focus\:bg-gray-200\/85:focus { - background-color: rgb(229 231 235 / 0.85); -} - -.focus\:bg-gray-200\/90:focus { - background-color: rgb(229 231 235 / 0.9); -} - -.focus\:bg-gray-200\/95:focus { - background-color: rgb(229 231 235 / 0.95); -} - -.focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-300\/0:focus { - background-color: rgb(209 213 219 / 0); -} - -.focus\:bg-gray-300\/10:focus { - background-color: rgb(209 213 219 / 0.1); -} - -.focus\:bg-gray-300\/100:focus { - background-color: rgb(209 213 219 / 1); -} - -.focus\:bg-gray-300\/15:focus { - background-color: rgb(209 213 219 / 0.15); -} - -.focus\:bg-gray-300\/20:focus { - background-color: rgb(209 213 219 / 0.2); -} - -.focus\:bg-gray-300\/25:focus { - background-color: rgb(209 213 219 / 0.25); -} - -.focus\:bg-gray-300\/30:focus { - background-color: rgb(209 213 219 / 0.3); -} - -.focus\:bg-gray-300\/35:focus { - background-color: rgb(209 213 219 / 0.35); -} - -.focus\:bg-gray-300\/40:focus { - background-color: rgb(209 213 219 / 0.4); -} - -.focus\:bg-gray-300\/45:focus { - background-color: rgb(209 213 219 / 0.45); -} - -.focus\:bg-gray-300\/5:focus { - background-color: rgb(209 213 219 / 0.05); -} - -.focus\:bg-gray-300\/50:focus { - background-color: rgb(209 213 219 / 0.5); -} - -.focus\:bg-gray-300\/55:focus { - background-color: rgb(209 213 219 / 0.55); -} - -.focus\:bg-gray-300\/60:focus { - background-color: rgb(209 213 219 / 0.6); -} - -.focus\:bg-gray-300\/65:focus { - background-color: rgb(209 213 219 / 0.65); -} - -.focus\:bg-gray-300\/70:focus { - background-color: rgb(209 213 219 / 0.7); -} - -.focus\:bg-gray-300\/75:focus { - background-color: rgb(209 213 219 / 0.75); -} - -.focus\:bg-gray-300\/80:focus { - background-color: rgb(209 213 219 / 0.8); -} - -.focus\:bg-gray-300\/85:focus { - background-color: rgb(209 213 219 / 0.85); -} - -.focus\:bg-gray-300\/90:focus { - background-color: rgb(209 213 219 / 0.9); -} - -.focus\:bg-gray-300\/95:focus { - background-color: rgb(209 213 219 / 0.95); -} - -.focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-400\/0:focus { - background-color: rgb(156 163 175 / 0); -} - -.focus\:bg-gray-400\/10:focus { - background-color: rgb(156 163 175 / 0.1); -} - -.focus\:bg-gray-400\/100:focus { - background-color: rgb(156 163 175 / 1); -} - -.focus\:bg-gray-400\/15:focus { - background-color: rgb(156 163 175 / 0.15); -} - -.focus\:bg-gray-400\/20:focus { - background-color: rgb(156 163 175 / 0.2); -} - -.focus\:bg-gray-400\/25:focus { - background-color: rgb(156 163 175 / 0.25); -} - -.focus\:bg-gray-400\/30:focus { - background-color: rgb(156 163 175 / 0.3); -} - -.focus\:bg-gray-400\/35:focus { - background-color: rgb(156 163 175 / 0.35); -} - -.focus\:bg-gray-400\/40:focus { - background-color: rgb(156 163 175 / 0.4); -} - -.focus\:bg-gray-400\/45:focus { - background-color: rgb(156 163 175 / 0.45); -} - -.focus\:bg-gray-400\/5:focus { - background-color: rgb(156 163 175 / 0.05); -} - -.focus\:bg-gray-400\/50:focus { - background-color: rgb(156 163 175 / 0.5); -} - -.focus\:bg-gray-400\/55:focus { - background-color: rgb(156 163 175 / 0.55); -} - -.focus\:bg-gray-400\/60:focus { - background-color: rgb(156 163 175 / 0.6); -} - -.focus\:bg-gray-400\/65:focus { - background-color: rgb(156 163 175 / 0.65); -} - -.focus\:bg-gray-400\/70:focus { - background-color: rgb(156 163 175 / 0.7); -} - -.focus\:bg-gray-400\/75:focus { - background-color: rgb(156 163 175 / 0.75); -} - -.focus\:bg-gray-400\/80:focus { - background-color: rgb(156 163 175 / 0.8); -} - -.focus\:bg-gray-400\/85:focus { - background-color: rgb(156 163 175 / 0.85); -} - -.focus\:bg-gray-400\/90:focus { - background-color: rgb(156 163 175 / 0.9); -} - -.focus\:bg-gray-400\/95:focus { - background-color: rgb(156 163 175 / 0.95); -} - -.focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-50\/0:focus { - background-color: rgb(249 250 251 / 0); -} - -.focus\:bg-gray-50\/10:focus { - background-color: rgb(249 250 251 / 0.1); -} - -.focus\:bg-gray-50\/100:focus { - background-color: rgb(249 250 251 / 1); -} - -.focus\:bg-gray-50\/15:focus { - background-color: rgb(249 250 251 / 0.15); -} - -.focus\:bg-gray-50\/20:focus { - background-color: rgb(249 250 251 / 0.2); -} - -.focus\:bg-gray-50\/25:focus { - background-color: rgb(249 250 251 / 0.25); -} - -.focus\:bg-gray-50\/30:focus { - background-color: rgb(249 250 251 / 0.3); -} - -.focus\:bg-gray-50\/35:focus { - background-color: rgb(249 250 251 / 0.35); -} - -.focus\:bg-gray-50\/40:focus { - background-color: rgb(249 250 251 / 0.4); -} - -.focus\:bg-gray-50\/45:focus { - background-color: rgb(249 250 251 / 0.45); -} - -.focus\:bg-gray-50\/5:focus { - background-color: rgb(249 250 251 / 0.05); -} - -.focus\:bg-gray-50\/50:focus { - background-color: rgb(249 250 251 / 0.5); -} - -.focus\:bg-gray-50\/55:focus { - background-color: rgb(249 250 251 / 0.55); -} - -.focus\:bg-gray-50\/60:focus { - background-color: rgb(249 250 251 / 0.6); -} - -.focus\:bg-gray-50\/65:focus { - background-color: rgb(249 250 251 / 0.65); -} - -.focus\:bg-gray-50\/70:focus { - background-color: rgb(249 250 251 / 0.7); -} - -.focus\:bg-gray-50\/75:focus { - background-color: rgb(249 250 251 / 0.75); -} - -.focus\:bg-gray-50\/80:focus { - background-color: rgb(249 250 251 / 0.8); -} - -.focus\:bg-gray-50\/85:focus { - background-color: rgb(249 250 251 / 0.85); -} - -.focus\:bg-gray-50\/90:focus { - background-color: rgb(249 250 251 / 0.9); -} - -.focus\:bg-gray-50\/95:focus { - background-color: rgb(249 250 251 / 0.95); -} - -.focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-500\/0:focus { - background-color: rgb(107 114 128 / 0); -} - -.focus\:bg-gray-500\/10:focus { - background-color: rgb(107 114 128 / 0.1); -} - -.focus\:bg-gray-500\/100:focus { - background-color: rgb(107 114 128 / 1); -} - -.focus\:bg-gray-500\/15:focus { - background-color: rgb(107 114 128 / 0.15); -} - -.focus\:bg-gray-500\/20:focus { - background-color: rgb(107 114 128 / 0.2); -} - -.focus\:bg-gray-500\/25:focus { - background-color: rgb(107 114 128 / 0.25); -} - -.focus\:bg-gray-500\/30:focus { - background-color: rgb(107 114 128 / 0.3); -} - -.focus\:bg-gray-500\/35:focus { - background-color: rgb(107 114 128 / 0.35); -} - -.focus\:bg-gray-500\/40:focus { - background-color: rgb(107 114 128 / 0.4); -} - -.focus\:bg-gray-500\/45:focus { - background-color: rgb(107 114 128 / 0.45); -} - -.focus\:bg-gray-500\/5:focus { - background-color: rgb(107 114 128 / 0.05); -} - -.focus\:bg-gray-500\/50:focus { - background-color: rgb(107 114 128 / 0.5); -} - -.focus\:bg-gray-500\/55:focus { - background-color: rgb(107 114 128 / 0.55); -} - -.focus\:bg-gray-500\/60:focus { - background-color: rgb(107 114 128 / 0.6); -} - -.focus\:bg-gray-500\/65:focus { - background-color: rgb(107 114 128 / 0.65); -} - -.focus\:bg-gray-500\/70:focus { - background-color: rgb(107 114 128 / 0.7); -} - -.focus\:bg-gray-500\/75:focus { - background-color: rgb(107 114 128 / 0.75); -} - -.focus\:bg-gray-500\/80:focus { - background-color: rgb(107 114 128 / 0.8); -} - -.focus\:bg-gray-500\/85:focus { - background-color: rgb(107 114 128 / 0.85); -} - -.focus\:bg-gray-500\/90:focus { - background-color: rgb(107 114 128 / 0.9); -} - -.focus\:bg-gray-500\/95:focus { - background-color: rgb(107 114 128 / 0.95); -} - -.focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-600\/0:focus { - background-color: rgb(75 85 99 / 0); -} - -.focus\:bg-gray-600\/10:focus { - background-color: rgb(75 85 99 / 0.1); -} - -.focus\:bg-gray-600\/100:focus { - background-color: rgb(75 85 99 / 1); -} - -.focus\:bg-gray-600\/15:focus { - background-color: rgb(75 85 99 / 0.15); -} - -.focus\:bg-gray-600\/20:focus { - background-color: rgb(75 85 99 / 0.2); -} - -.focus\:bg-gray-600\/25:focus { - background-color: rgb(75 85 99 / 0.25); -} - -.focus\:bg-gray-600\/30:focus { - background-color: rgb(75 85 99 / 0.3); -} - -.focus\:bg-gray-600\/35:focus { - background-color: rgb(75 85 99 / 0.35); -} - -.focus\:bg-gray-600\/40:focus { - background-color: rgb(75 85 99 / 0.4); -} - -.focus\:bg-gray-600\/45:focus { - background-color: rgb(75 85 99 / 0.45); -} - -.focus\:bg-gray-600\/5:focus { - background-color: rgb(75 85 99 / 0.05); -} - -.focus\:bg-gray-600\/50:focus { - background-color: rgb(75 85 99 / 0.5); -} - -.focus\:bg-gray-600\/55:focus { - background-color: rgb(75 85 99 / 0.55); -} - -.focus\:bg-gray-600\/60:focus { - background-color: rgb(75 85 99 / 0.6); -} - -.focus\:bg-gray-600\/65:focus { - background-color: rgb(75 85 99 / 0.65); -} - -.focus\:bg-gray-600\/70:focus { - background-color: rgb(75 85 99 / 0.7); -} - -.focus\:bg-gray-600\/75:focus { - background-color: rgb(75 85 99 / 0.75); -} - -.focus\:bg-gray-600\/80:focus { - background-color: rgb(75 85 99 / 0.8); -} - -.focus\:bg-gray-600\/85:focus { - background-color: rgb(75 85 99 / 0.85); -} - -.focus\:bg-gray-600\/90:focus { - background-color: rgb(75 85 99 / 0.9); -} - -.focus\:bg-gray-600\/95:focus { - background-color: rgb(75 85 99 / 0.95); -} - -.focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-700\/0:focus { - background-color: rgb(55 65 81 / 0); -} - -.focus\:bg-gray-700\/10:focus { - background-color: rgb(55 65 81 / 0.1); -} - -.focus\:bg-gray-700\/100:focus { - background-color: rgb(55 65 81 / 1); -} - -.focus\:bg-gray-700\/15:focus { - background-color: rgb(55 65 81 / 0.15); -} - -.focus\:bg-gray-700\/20:focus { - background-color: rgb(55 65 81 / 0.2); -} - -.focus\:bg-gray-700\/25:focus { - background-color: rgb(55 65 81 / 0.25); -} - -.focus\:bg-gray-700\/30:focus { - background-color: rgb(55 65 81 / 0.3); -} - -.focus\:bg-gray-700\/35:focus { - background-color: rgb(55 65 81 / 0.35); -} - -.focus\:bg-gray-700\/40:focus { - background-color: rgb(55 65 81 / 0.4); -} - -.focus\:bg-gray-700\/45:focus { - background-color: rgb(55 65 81 / 0.45); -} - -.focus\:bg-gray-700\/5:focus { - background-color: rgb(55 65 81 / 0.05); -} - -.focus\:bg-gray-700\/50:focus { - background-color: rgb(55 65 81 / 0.5); -} - -.focus\:bg-gray-700\/55:focus { - background-color: rgb(55 65 81 / 0.55); -} - -.focus\:bg-gray-700\/60:focus { - background-color: rgb(55 65 81 / 0.6); -} - -.focus\:bg-gray-700\/65:focus { - background-color: rgb(55 65 81 / 0.65); -} - -.focus\:bg-gray-700\/70:focus { - background-color: rgb(55 65 81 / 0.7); -} - -.focus\:bg-gray-700\/75:focus { - background-color: rgb(55 65 81 / 0.75); -} - -.focus\:bg-gray-700\/80:focus { - background-color: rgb(55 65 81 / 0.8); -} - -.focus\:bg-gray-700\/85:focus { - background-color: rgb(55 65 81 / 0.85); -} - -.focus\:bg-gray-700\/90:focus { - background-color: rgb(55 65 81 / 0.9); -} - -.focus\:bg-gray-700\/95:focus { - background-color: rgb(55 65 81 / 0.95); -} - -.focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-800\/0:focus { - background-color: rgb(31 41 55 / 0); -} - -.focus\:bg-gray-800\/10:focus { - background-color: rgb(31 41 55 / 0.1); -} - -.focus\:bg-gray-800\/100:focus { - background-color: rgb(31 41 55 / 1); -} - -.focus\:bg-gray-800\/15:focus { - background-color: rgb(31 41 55 / 0.15); -} - -.focus\:bg-gray-800\/20:focus { - background-color: rgb(31 41 55 / 0.2); -} - -.focus\:bg-gray-800\/25:focus { - background-color: rgb(31 41 55 / 0.25); -} - -.focus\:bg-gray-800\/30:focus { - background-color: rgb(31 41 55 / 0.3); -} - -.focus\:bg-gray-800\/35:focus { - background-color: rgb(31 41 55 / 0.35); -} - -.focus\:bg-gray-800\/40:focus { - background-color: rgb(31 41 55 / 0.4); -} - -.focus\:bg-gray-800\/45:focus { - background-color: rgb(31 41 55 / 0.45); -} - -.focus\:bg-gray-800\/5:focus { - background-color: rgb(31 41 55 / 0.05); -} - -.focus\:bg-gray-800\/50:focus { - background-color: rgb(31 41 55 / 0.5); -} - -.focus\:bg-gray-800\/55:focus { - background-color: rgb(31 41 55 / 0.55); -} - -.focus\:bg-gray-800\/60:focus { - background-color: rgb(31 41 55 / 0.6); -} - -.focus\:bg-gray-800\/65:focus { - background-color: rgb(31 41 55 / 0.65); -} - -.focus\:bg-gray-800\/70:focus { - background-color: rgb(31 41 55 / 0.7); -} - -.focus\:bg-gray-800\/75:focus { - background-color: rgb(31 41 55 / 0.75); -} - -.focus\:bg-gray-800\/80:focus { - background-color: rgb(31 41 55 / 0.8); -} - -.focus\:bg-gray-800\/85:focus { - background-color: rgb(31 41 55 / 0.85); -} - -.focus\:bg-gray-800\/90:focus { - background-color: rgb(31 41 55 / 0.9); -} - -.focus\:bg-gray-800\/95:focus { - background-color: rgb(31 41 55 / 0.95); -} - -.focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-900\/0:focus { - background-color: rgb(17 24 39 / 0); -} - -.focus\:bg-gray-900\/10:focus { - background-color: rgb(17 24 39 / 0.1); -} - -.focus\:bg-gray-900\/100:focus { - background-color: rgb(17 24 39 / 1); -} - -.focus\:bg-gray-900\/15:focus { - background-color: rgb(17 24 39 / 0.15); -} - -.focus\:bg-gray-900\/20:focus { - background-color: rgb(17 24 39 / 0.2); -} - -.focus\:bg-gray-900\/25:focus { - background-color: rgb(17 24 39 / 0.25); -} - -.focus\:bg-gray-900\/30:focus { - background-color: rgb(17 24 39 / 0.3); -} - -.focus\:bg-gray-900\/35:focus { - background-color: rgb(17 24 39 / 0.35); -} - -.focus\:bg-gray-900\/40:focus { - background-color: rgb(17 24 39 / 0.4); -} - -.focus\:bg-gray-900\/45:focus { - background-color: rgb(17 24 39 / 0.45); -} - -.focus\:bg-gray-900\/5:focus { - background-color: rgb(17 24 39 / 0.05); -} - -.focus\:bg-gray-900\/50:focus { - background-color: rgb(17 24 39 / 0.5); -} - -.focus\:bg-gray-900\/55:focus { - background-color: rgb(17 24 39 / 0.55); -} - -.focus\:bg-gray-900\/60:focus { - background-color: rgb(17 24 39 / 0.6); -} - -.focus\:bg-gray-900\/65:focus { - background-color: rgb(17 24 39 / 0.65); -} - -.focus\:bg-gray-900\/70:focus { - background-color: rgb(17 24 39 / 0.7); -} - -.focus\:bg-gray-900\/75:focus { - background-color: rgb(17 24 39 / 0.75); -} - -.focus\:bg-gray-900\/80:focus { - background-color: rgb(17 24 39 / 0.8); -} - -.focus\:bg-gray-900\/85:focus { - background-color: rgb(17 24 39 / 0.85); -} - -.focus\:bg-gray-900\/90:focus { - background-color: rgb(17 24 39 / 0.9); -} - -.focus\:bg-gray-900\/95:focus { - background-color: rgb(17 24 39 / 0.95); -} - -.focus\:bg-gray-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(3 7 18 / var(--tw-bg-opacity)); -} - -.focus\:bg-gray-950\/0:focus { - background-color: rgb(3 7 18 / 0); -} - -.focus\:bg-gray-950\/10:focus { - background-color: rgb(3 7 18 / 0.1); -} - -.focus\:bg-gray-950\/100:focus { - background-color: rgb(3 7 18 / 1); -} - -.focus\:bg-gray-950\/15:focus { - background-color: rgb(3 7 18 / 0.15); -} - -.focus\:bg-gray-950\/20:focus { - background-color: rgb(3 7 18 / 0.2); -} - -.focus\:bg-gray-950\/25:focus { - background-color: rgb(3 7 18 / 0.25); -} - -.focus\:bg-gray-950\/30:focus { - background-color: rgb(3 7 18 / 0.3); -} - -.focus\:bg-gray-950\/35:focus { - background-color: rgb(3 7 18 / 0.35); -} - -.focus\:bg-gray-950\/40:focus { - background-color: rgb(3 7 18 / 0.4); -} - -.focus\:bg-gray-950\/45:focus { - background-color: rgb(3 7 18 / 0.45); -} - -.focus\:bg-gray-950\/5:focus { - background-color: rgb(3 7 18 / 0.05); -} - -.focus\:bg-gray-950\/50:focus { - background-color: rgb(3 7 18 / 0.5); -} - -.focus\:bg-gray-950\/55:focus { - background-color: rgb(3 7 18 / 0.55); -} - -.focus\:bg-gray-950\/60:focus { - background-color: rgb(3 7 18 / 0.6); -} - -.focus\:bg-gray-950\/65:focus { - background-color: rgb(3 7 18 / 0.65); -} - -.focus\:bg-gray-950\/70:focus { - background-color: rgb(3 7 18 / 0.7); -} - -.focus\:bg-gray-950\/75:focus { - background-color: rgb(3 7 18 / 0.75); -} - -.focus\:bg-gray-950\/80:focus { - background-color: rgb(3 7 18 / 0.8); -} - -.focus\:bg-gray-950\/85:focus { - background-color: rgb(3 7 18 / 0.85); -} - -.focus\:bg-gray-950\/90:focus { - background-color: rgb(3 7 18 / 0.9); -} - -.focus\:bg-gray-950\/95:focus { - background-color: rgb(3 7 18 / 0.95); -} - -.focus\:bg-lime-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(236 252 203 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-100\/0:focus { - background-color: rgb(236 252 203 / 0); -} - -.focus\:bg-lime-100\/10:focus { - background-color: rgb(236 252 203 / 0.1); -} - -.focus\:bg-lime-100\/100:focus { - background-color: rgb(236 252 203 / 1); -} - -.focus\:bg-lime-100\/15:focus { - background-color: rgb(236 252 203 / 0.15); -} - -.focus\:bg-lime-100\/20:focus { - background-color: rgb(236 252 203 / 0.2); -} - -.focus\:bg-lime-100\/25:focus { - background-color: rgb(236 252 203 / 0.25); -} - -.focus\:bg-lime-100\/30:focus { - background-color: rgb(236 252 203 / 0.3); -} - -.focus\:bg-lime-100\/35:focus { - background-color: rgb(236 252 203 / 0.35); -} - -.focus\:bg-lime-100\/40:focus { - background-color: rgb(236 252 203 / 0.4); -} - -.focus\:bg-lime-100\/45:focus { - background-color: rgb(236 252 203 / 0.45); -} - -.focus\:bg-lime-100\/5:focus { - background-color: rgb(236 252 203 / 0.05); -} - -.focus\:bg-lime-100\/50:focus { - background-color: rgb(236 252 203 / 0.5); -} - -.focus\:bg-lime-100\/55:focus { - background-color: rgb(236 252 203 / 0.55); -} - -.focus\:bg-lime-100\/60:focus { - background-color: rgb(236 252 203 / 0.6); -} - -.focus\:bg-lime-100\/65:focus { - background-color: rgb(236 252 203 / 0.65); -} - -.focus\:bg-lime-100\/70:focus { - background-color: rgb(236 252 203 / 0.7); -} - -.focus\:bg-lime-100\/75:focus { - background-color: rgb(236 252 203 / 0.75); -} - -.focus\:bg-lime-100\/80:focus { - background-color: rgb(236 252 203 / 0.8); -} - -.focus\:bg-lime-100\/85:focus { - background-color: rgb(236 252 203 / 0.85); -} - -.focus\:bg-lime-100\/90:focus { - background-color: rgb(236 252 203 / 0.9); -} - -.focus\:bg-lime-100\/95:focus { - background-color: rgb(236 252 203 / 0.95); -} - -.focus\:bg-lime-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(217 249 157 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-200\/0:focus { - background-color: rgb(217 249 157 / 0); -} - -.focus\:bg-lime-200\/10:focus { - background-color: rgb(217 249 157 / 0.1); -} - -.focus\:bg-lime-200\/100:focus { - background-color: rgb(217 249 157 / 1); -} - -.focus\:bg-lime-200\/15:focus { - background-color: rgb(217 249 157 / 0.15); -} - -.focus\:bg-lime-200\/20:focus { - background-color: rgb(217 249 157 / 0.2); -} - -.focus\:bg-lime-200\/25:focus { - background-color: rgb(217 249 157 / 0.25); -} - -.focus\:bg-lime-200\/30:focus { - background-color: rgb(217 249 157 / 0.3); -} - -.focus\:bg-lime-200\/35:focus { - background-color: rgb(217 249 157 / 0.35); -} - -.focus\:bg-lime-200\/40:focus { - background-color: rgb(217 249 157 / 0.4); -} - -.focus\:bg-lime-200\/45:focus { - background-color: rgb(217 249 157 / 0.45); -} - -.focus\:bg-lime-200\/5:focus { - background-color: rgb(217 249 157 / 0.05); -} - -.focus\:bg-lime-200\/50:focus { - background-color: rgb(217 249 157 / 0.5); -} - -.focus\:bg-lime-200\/55:focus { - background-color: rgb(217 249 157 / 0.55); -} - -.focus\:bg-lime-200\/60:focus { - background-color: rgb(217 249 157 / 0.6); -} - -.focus\:bg-lime-200\/65:focus { - background-color: rgb(217 249 157 / 0.65); -} - -.focus\:bg-lime-200\/70:focus { - background-color: rgb(217 249 157 / 0.7); -} - -.focus\:bg-lime-200\/75:focus { - background-color: rgb(217 249 157 / 0.75); -} - -.focus\:bg-lime-200\/80:focus { - background-color: rgb(217 249 157 / 0.8); -} - -.focus\:bg-lime-200\/85:focus { - background-color: rgb(217 249 157 / 0.85); -} - -.focus\:bg-lime-200\/90:focus { - background-color: rgb(217 249 157 / 0.9); -} - -.focus\:bg-lime-200\/95:focus { - background-color: rgb(217 249 157 / 0.95); -} - -.focus\:bg-lime-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(190 242 100 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-300\/0:focus { - background-color: rgb(190 242 100 / 0); -} - -.focus\:bg-lime-300\/10:focus { - background-color: rgb(190 242 100 / 0.1); -} - -.focus\:bg-lime-300\/100:focus { - background-color: rgb(190 242 100 / 1); -} - -.focus\:bg-lime-300\/15:focus { - background-color: rgb(190 242 100 / 0.15); -} - -.focus\:bg-lime-300\/20:focus { - background-color: rgb(190 242 100 / 0.2); -} - -.focus\:bg-lime-300\/25:focus { - background-color: rgb(190 242 100 / 0.25); -} - -.focus\:bg-lime-300\/30:focus { - background-color: rgb(190 242 100 / 0.3); -} - -.focus\:bg-lime-300\/35:focus { - background-color: rgb(190 242 100 / 0.35); -} - -.focus\:bg-lime-300\/40:focus { - background-color: rgb(190 242 100 / 0.4); -} - -.focus\:bg-lime-300\/45:focus { - background-color: rgb(190 242 100 / 0.45); -} - -.focus\:bg-lime-300\/5:focus { - background-color: rgb(190 242 100 / 0.05); -} - -.focus\:bg-lime-300\/50:focus { - background-color: rgb(190 242 100 / 0.5); -} - -.focus\:bg-lime-300\/55:focus { - background-color: rgb(190 242 100 / 0.55); -} - -.focus\:bg-lime-300\/60:focus { - background-color: rgb(190 242 100 / 0.6); -} - -.focus\:bg-lime-300\/65:focus { - background-color: rgb(190 242 100 / 0.65); -} - -.focus\:bg-lime-300\/70:focus { - background-color: rgb(190 242 100 / 0.7); -} - -.focus\:bg-lime-300\/75:focus { - background-color: rgb(190 242 100 / 0.75); -} - -.focus\:bg-lime-300\/80:focus { - background-color: rgb(190 242 100 / 0.8); -} - -.focus\:bg-lime-300\/85:focus { - background-color: rgb(190 242 100 / 0.85); -} - -.focus\:bg-lime-300\/90:focus { - background-color: rgb(190 242 100 / 0.9); -} - -.focus\:bg-lime-300\/95:focus { - background-color: rgb(190 242 100 / 0.95); -} - -.focus\:bg-lime-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(163 230 53 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-400\/0:focus { - background-color: rgb(163 230 53 / 0); -} - -.focus\:bg-lime-400\/10:focus { - background-color: rgb(163 230 53 / 0.1); -} - -.focus\:bg-lime-400\/100:focus { - background-color: rgb(163 230 53 / 1); -} - -.focus\:bg-lime-400\/15:focus { - background-color: rgb(163 230 53 / 0.15); -} - -.focus\:bg-lime-400\/20:focus { - background-color: rgb(163 230 53 / 0.2); -} - -.focus\:bg-lime-400\/25:focus { - background-color: rgb(163 230 53 / 0.25); -} - -.focus\:bg-lime-400\/30:focus { - background-color: rgb(163 230 53 / 0.3); -} - -.focus\:bg-lime-400\/35:focus { - background-color: rgb(163 230 53 / 0.35); -} - -.focus\:bg-lime-400\/40:focus { - background-color: rgb(163 230 53 / 0.4); -} - -.focus\:bg-lime-400\/45:focus { - background-color: rgb(163 230 53 / 0.45); -} - -.focus\:bg-lime-400\/5:focus { - background-color: rgb(163 230 53 / 0.05); -} - -.focus\:bg-lime-400\/50:focus { - background-color: rgb(163 230 53 / 0.5); -} - -.focus\:bg-lime-400\/55:focus { - background-color: rgb(163 230 53 / 0.55); -} - -.focus\:bg-lime-400\/60:focus { - background-color: rgb(163 230 53 / 0.6); -} - -.focus\:bg-lime-400\/65:focus { - background-color: rgb(163 230 53 / 0.65); -} - -.focus\:bg-lime-400\/70:focus { - background-color: rgb(163 230 53 / 0.7); -} - -.focus\:bg-lime-400\/75:focus { - background-color: rgb(163 230 53 / 0.75); -} - -.focus\:bg-lime-400\/80:focus { - background-color: rgb(163 230 53 / 0.8); -} - -.focus\:bg-lime-400\/85:focus { - background-color: rgb(163 230 53 / 0.85); -} - -.focus\:bg-lime-400\/90:focus { - background-color: rgb(163 230 53 / 0.9); -} - -.focus\:bg-lime-400\/95:focus { - background-color: rgb(163 230 53 / 0.95); -} - -.focus\:bg-lime-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(247 254 231 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-50\/0:focus { - background-color: rgb(247 254 231 / 0); -} - -.focus\:bg-lime-50\/10:focus { - background-color: rgb(247 254 231 / 0.1); -} - -.focus\:bg-lime-50\/100:focus { - background-color: rgb(247 254 231 / 1); -} - -.focus\:bg-lime-50\/15:focus { - background-color: rgb(247 254 231 / 0.15); -} - -.focus\:bg-lime-50\/20:focus { - background-color: rgb(247 254 231 / 0.2); -} - -.focus\:bg-lime-50\/25:focus { - background-color: rgb(247 254 231 / 0.25); -} - -.focus\:bg-lime-50\/30:focus { - background-color: rgb(247 254 231 / 0.3); -} - -.focus\:bg-lime-50\/35:focus { - background-color: rgb(247 254 231 / 0.35); -} - -.focus\:bg-lime-50\/40:focus { - background-color: rgb(247 254 231 / 0.4); -} - -.focus\:bg-lime-50\/45:focus { - background-color: rgb(247 254 231 / 0.45); -} - -.focus\:bg-lime-50\/5:focus { - background-color: rgb(247 254 231 / 0.05); -} - -.focus\:bg-lime-50\/50:focus { - background-color: rgb(247 254 231 / 0.5); -} - -.focus\:bg-lime-50\/55:focus { - background-color: rgb(247 254 231 / 0.55); -} - -.focus\:bg-lime-50\/60:focus { - background-color: rgb(247 254 231 / 0.6); -} - -.focus\:bg-lime-50\/65:focus { - background-color: rgb(247 254 231 / 0.65); -} - -.focus\:bg-lime-50\/70:focus { - background-color: rgb(247 254 231 / 0.7); -} - -.focus\:bg-lime-50\/75:focus { - background-color: rgb(247 254 231 / 0.75); -} - -.focus\:bg-lime-50\/80:focus { - background-color: rgb(247 254 231 / 0.8); -} - -.focus\:bg-lime-50\/85:focus { - background-color: rgb(247 254 231 / 0.85); -} - -.focus\:bg-lime-50\/90:focus { - background-color: rgb(247 254 231 / 0.9); -} - -.focus\:bg-lime-50\/95:focus { - background-color: rgb(247 254 231 / 0.95); -} - -.focus\:bg-lime-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(132 204 22 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-500\/0:focus { - background-color: rgb(132 204 22 / 0); -} - -.focus\:bg-lime-500\/10:focus { - background-color: rgb(132 204 22 / 0.1); -} - -.focus\:bg-lime-500\/100:focus { - background-color: rgb(132 204 22 / 1); -} - -.focus\:bg-lime-500\/15:focus { - background-color: rgb(132 204 22 / 0.15); -} - -.focus\:bg-lime-500\/20:focus { - background-color: rgb(132 204 22 / 0.2); -} - -.focus\:bg-lime-500\/25:focus { - background-color: rgb(132 204 22 / 0.25); -} - -.focus\:bg-lime-500\/30:focus { - background-color: rgb(132 204 22 / 0.3); -} - -.focus\:bg-lime-500\/35:focus { - background-color: rgb(132 204 22 / 0.35); -} - -.focus\:bg-lime-500\/40:focus { - background-color: rgb(132 204 22 / 0.4); -} - -.focus\:bg-lime-500\/45:focus { - background-color: rgb(132 204 22 / 0.45); -} - -.focus\:bg-lime-500\/5:focus { - background-color: rgb(132 204 22 / 0.05); -} - -.focus\:bg-lime-500\/50:focus { - background-color: rgb(132 204 22 / 0.5); -} - -.focus\:bg-lime-500\/55:focus { - background-color: rgb(132 204 22 / 0.55); -} - -.focus\:bg-lime-500\/60:focus { - background-color: rgb(132 204 22 / 0.6); -} - -.focus\:bg-lime-500\/65:focus { - background-color: rgb(132 204 22 / 0.65); -} - -.focus\:bg-lime-500\/70:focus { - background-color: rgb(132 204 22 / 0.7); -} - -.focus\:bg-lime-500\/75:focus { - background-color: rgb(132 204 22 / 0.75); -} - -.focus\:bg-lime-500\/80:focus { - background-color: rgb(132 204 22 / 0.8); -} - -.focus\:bg-lime-500\/85:focus { - background-color: rgb(132 204 22 / 0.85); -} - -.focus\:bg-lime-500\/90:focus { - background-color: rgb(132 204 22 / 0.9); -} - -.focus\:bg-lime-500\/95:focus { - background-color: rgb(132 204 22 / 0.95); -} - -.focus\:bg-lime-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(101 163 13 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-600\/0:focus { - background-color: rgb(101 163 13 / 0); -} - -.focus\:bg-lime-600\/10:focus { - background-color: rgb(101 163 13 / 0.1); -} - -.focus\:bg-lime-600\/100:focus { - background-color: rgb(101 163 13 / 1); -} - -.focus\:bg-lime-600\/15:focus { - background-color: rgb(101 163 13 / 0.15); -} - -.focus\:bg-lime-600\/20:focus { - background-color: rgb(101 163 13 / 0.2); -} - -.focus\:bg-lime-600\/25:focus { - background-color: rgb(101 163 13 / 0.25); -} - -.focus\:bg-lime-600\/30:focus { - background-color: rgb(101 163 13 / 0.3); -} - -.focus\:bg-lime-600\/35:focus { - background-color: rgb(101 163 13 / 0.35); -} - -.focus\:bg-lime-600\/40:focus { - background-color: rgb(101 163 13 / 0.4); -} - -.focus\:bg-lime-600\/45:focus { - background-color: rgb(101 163 13 / 0.45); -} - -.focus\:bg-lime-600\/5:focus { - background-color: rgb(101 163 13 / 0.05); -} - -.focus\:bg-lime-600\/50:focus { - background-color: rgb(101 163 13 / 0.5); -} - -.focus\:bg-lime-600\/55:focus { - background-color: rgb(101 163 13 / 0.55); -} - -.focus\:bg-lime-600\/60:focus { - background-color: rgb(101 163 13 / 0.6); -} - -.focus\:bg-lime-600\/65:focus { - background-color: rgb(101 163 13 / 0.65); -} - -.focus\:bg-lime-600\/70:focus { - background-color: rgb(101 163 13 / 0.7); -} - -.focus\:bg-lime-600\/75:focus { - background-color: rgb(101 163 13 / 0.75); -} - -.focus\:bg-lime-600\/80:focus { - background-color: rgb(101 163 13 / 0.8); -} - -.focus\:bg-lime-600\/85:focus { - background-color: rgb(101 163 13 / 0.85); -} - -.focus\:bg-lime-600\/90:focus { - background-color: rgb(101 163 13 / 0.9); -} - -.focus\:bg-lime-600\/95:focus { - background-color: rgb(101 163 13 / 0.95); -} - -.focus\:bg-lime-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(77 124 15 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-700\/0:focus { - background-color: rgb(77 124 15 / 0); -} - -.focus\:bg-lime-700\/10:focus { - background-color: rgb(77 124 15 / 0.1); -} - -.focus\:bg-lime-700\/100:focus { - background-color: rgb(77 124 15 / 1); -} - -.focus\:bg-lime-700\/15:focus { - background-color: rgb(77 124 15 / 0.15); -} - -.focus\:bg-lime-700\/20:focus { - background-color: rgb(77 124 15 / 0.2); -} - -.focus\:bg-lime-700\/25:focus { - background-color: rgb(77 124 15 / 0.25); -} - -.focus\:bg-lime-700\/30:focus { - background-color: rgb(77 124 15 / 0.3); -} - -.focus\:bg-lime-700\/35:focus { - background-color: rgb(77 124 15 / 0.35); -} - -.focus\:bg-lime-700\/40:focus { - background-color: rgb(77 124 15 / 0.4); -} - -.focus\:bg-lime-700\/45:focus { - background-color: rgb(77 124 15 / 0.45); -} - -.focus\:bg-lime-700\/5:focus { - background-color: rgb(77 124 15 / 0.05); -} - -.focus\:bg-lime-700\/50:focus { - background-color: rgb(77 124 15 / 0.5); -} - -.focus\:bg-lime-700\/55:focus { - background-color: rgb(77 124 15 / 0.55); -} - -.focus\:bg-lime-700\/60:focus { - background-color: rgb(77 124 15 / 0.6); -} - -.focus\:bg-lime-700\/65:focus { - background-color: rgb(77 124 15 / 0.65); -} - -.focus\:bg-lime-700\/70:focus { - background-color: rgb(77 124 15 / 0.7); -} - -.focus\:bg-lime-700\/75:focus { - background-color: rgb(77 124 15 / 0.75); -} - -.focus\:bg-lime-700\/80:focus { - background-color: rgb(77 124 15 / 0.8); -} - -.focus\:bg-lime-700\/85:focus { - background-color: rgb(77 124 15 / 0.85); -} - -.focus\:bg-lime-700\/90:focus { - background-color: rgb(77 124 15 / 0.9); -} - -.focus\:bg-lime-700\/95:focus { - background-color: rgb(77 124 15 / 0.95); -} - -.focus\:bg-lime-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-800\/0:focus { - background-color: rgb(63 98 18 / 0); -} - -.focus\:bg-lime-800\/10:focus { - background-color: rgb(63 98 18 / 0.1); -} - -.focus\:bg-lime-800\/100:focus { - background-color: rgb(63 98 18 / 1); -} - -.focus\:bg-lime-800\/15:focus { - background-color: rgb(63 98 18 / 0.15); -} - -.focus\:bg-lime-800\/20:focus { - background-color: rgb(63 98 18 / 0.2); -} - -.focus\:bg-lime-800\/25:focus { - background-color: rgb(63 98 18 / 0.25); -} - -.focus\:bg-lime-800\/30:focus { - background-color: rgb(63 98 18 / 0.3); -} - -.focus\:bg-lime-800\/35:focus { - background-color: rgb(63 98 18 / 0.35); -} - -.focus\:bg-lime-800\/40:focus { - background-color: rgb(63 98 18 / 0.4); -} - -.focus\:bg-lime-800\/45:focus { - background-color: rgb(63 98 18 / 0.45); -} - -.focus\:bg-lime-800\/5:focus { - background-color: rgb(63 98 18 / 0.05); -} - -.focus\:bg-lime-800\/50:focus { - background-color: rgb(63 98 18 / 0.5); -} - -.focus\:bg-lime-800\/55:focus { - background-color: rgb(63 98 18 / 0.55); -} - -.focus\:bg-lime-800\/60:focus { - background-color: rgb(63 98 18 / 0.6); -} - -.focus\:bg-lime-800\/65:focus { - background-color: rgb(63 98 18 / 0.65); -} - -.focus\:bg-lime-800\/70:focus { - background-color: rgb(63 98 18 / 0.7); -} - -.focus\:bg-lime-800\/75:focus { - background-color: rgb(63 98 18 / 0.75); -} - -.focus\:bg-lime-800\/80:focus { - background-color: rgb(63 98 18 / 0.8); -} - -.focus\:bg-lime-800\/85:focus { - background-color: rgb(63 98 18 / 0.85); -} - -.focus\:bg-lime-800\/90:focus { - background-color: rgb(63 98 18 / 0.9); -} - -.focus\:bg-lime-800\/95:focus { - background-color: rgb(63 98 18 / 0.95); -} - -.focus\:bg-lime-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(54 83 20 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-900\/0:focus { - background-color: rgb(54 83 20 / 0); -} - -.focus\:bg-lime-900\/10:focus { - background-color: rgb(54 83 20 / 0.1); -} - -.focus\:bg-lime-900\/100:focus { - background-color: rgb(54 83 20 / 1); -} - -.focus\:bg-lime-900\/15:focus { - background-color: rgb(54 83 20 / 0.15); -} - -.focus\:bg-lime-900\/20:focus { - background-color: rgb(54 83 20 / 0.2); -} - -.focus\:bg-lime-900\/25:focus { - background-color: rgb(54 83 20 / 0.25); -} - -.focus\:bg-lime-900\/30:focus { - background-color: rgb(54 83 20 / 0.3); -} - -.focus\:bg-lime-900\/35:focus { - background-color: rgb(54 83 20 / 0.35); -} - -.focus\:bg-lime-900\/40:focus { - background-color: rgb(54 83 20 / 0.4); -} - -.focus\:bg-lime-900\/45:focus { - background-color: rgb(54 83 20 / 0.45); -} - -.focus\:bg-lime-900\/5:focus { - background-color: rgb(54 83 20 / 0.05); -} - -.focus\:bg-lime-900\/50:focus { - background-color: rgb(54 83 20 / 0.5); -} - -.focus\:bg-lime-900\/55:focus { - background-color: rgb(54 83 20 / 0.55); -} - -.focus\:bg-lime-900\/60:focus { - background-color: rgb(54 83 20 / 0.6); -} - -.focus\:bg-lime-900\/65:focus { - background-color: rgb(54 83 20 / 0.65); -} - -.focus\:bg-lime-900\/70:focus { - background-color: rgb(54 83 20 / 0.7); -} - -.focus\:bg-lime-900\/75:focus { - background-color: rgb(54 83 20 / 0.75); -} - -.focus\:bg-lime-900\/80:focus { - background-color: rgb(54 83 20 / 0.8); -} - -.focus\:bg-lime-900\/85:focus { - background-color: rgb(54 83 20 / 0.85); -} - -.focus\:bg-lime-900\/90:focus { - background-color: rgb(54 83 20 / 0.9); -} - -.focus\:bg-lime-900\/95:focus { - background-color: rgb(54 83 20 / 0.95); -} - -.focus\:bg-lime-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(26 46 5 / var(--tw-bg-opacity)); -} - -.focus\:bg-lime-950\/0:focus { - background-color: rgb(26 46 5 / 0); -} - -.focus\:bg-lime-950\/10:focus { - background-color: rgb(26 46 5 / 0.1); -} - -.focus\:bg-lime-950\/100:focus { - background-color: rgb(26 46 5 / 1); -} - -.focus\:bg-lime-950\/15:focus { - background-color: rgb(26 46 5 / 0.15); -} - -.focus\:bg-lime-950\/20:focus { - background-color: rgb(26 46 5 / 0.2); -} - -.focus\:bg-lime-950\/25:focus { - background-color: rgb(26 46 5 / 0.25); -} - -.focus\:bg-lime-950\/30:focus { - background-color: rgb(26 46 5 / 0.3); -} - -.focus\:bg-lime-950\/35:focus { - background-color: rgb(26 46 5 / 0.35); -} - -.focus\:bg-lime-950\/40:focus { - background-color: rgb(26 46 5 / 0.4); -} - -.focus\:bg-lime-950\/45:focus { - background-color: rgb(26 46 5 / 0.45); -} - -.focus\:bg-lime-950\/5:focus { - background-color: rgb(26 46 5 / 0.05); -} - -.focus\:bg-lime-950\/50:focus { - background-color: rgb(26 46 5 / 0.5); -} - -.focus\:bg-lime-950\/55:focus { - background-color: rgb(26 46 5 / 0.55); -} - -.focus\:bg-lime-950\/60:focus { - background-color: rgb(26 46 5 / 0.6); -} - -.focus\:bg-lime-950\/65:focus { - background-color: rgb(26 46 5 / 0.65); -} - -.focus\:bg-lime-950\/70:focus { - background-color: rgb(26 46 5 / 0.7); -} - -.focus\:bg-lime-950\/75:focus { - background-color: rgb(26 46 5 / 0.75); -} - -.focus\:bg-lime-950\/80:focus { - background-color: rgb(26 46 5 / 0.8); -} - -.focus\:bg-lime-950\/85:focus { - background-color: rgb(26 46 5 / 0.85); -} - -.focus\:bg-lime-950\/90:focus { - background-color: rgb(26 46 5 / 0.9); -} - -.focus\:bg-lime-950\/95:focus { - background-color: rgb(26 46 5 / 0.95); -} - -.focus\:bg-orange-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-100\/0:focus { - background-color: rgb(255 237 213 / 0); -} - -.focus\:bg-orange-100\/10:focus { - background-color: rgb(255 237 213 / 0.1); -} - -.focus\:bg-orange-100\/100:focus { - background-color: rgb(255 237 213 / 1); -} - -.focus\:bg-orange-100\/15:focus { - background-color: rgb(255 237 213 / 0.15); -} - -.focus\:bg-orange-100\/20:focus { - background-color: rgb(255 237 213 / 0.2); -} - -.focus\:bg-orange-100\/25:focus { - background-color: rgb(255 237 213 / 0.25); -} - -.focus\:bg-orange-100\/30:focus { - background-color: rgb(255 237 213 / 0.3); -} - -.focus\:bg-orange-100\/35:focus { - background-color: rgb(255 237 213 / 0.35); -} - -.focus\:bg-orange-100\/40:focus { - background-color: rgb(255 237 213 / 0.4); -} - -.focus\:bg-orange-100\/45:focus { - background-color: rgb(255 237 213 / 0.45); -} - -.focus\:bg-orange-100\/5:focus { - background-color: rgb(255 237 213 / 0.05); -} - -.focus\:bg-orange-100\/50:focus { - background-color: rgb(255 237 213 / 0.5); -} - -.focus\:bg-orange-100\/55:focus { - background-color: rgb(255 237 213 / 0.55); -} - -.focus\:bg-orange-100\/60:focus { - background-color: rgb(255 237 213 / 0.6); -} - -.focus\:bg-orange-100\/65:focus { - background-color: rgb(255 237 213 / 0.65); -} - -.focus\:bg-orange-100\/70:focus { - background-color: rgb(255 237 213 / 0.7); -} - -.focus\:bg-orange-100\/75:focus { - background-color: rgb(255 237 213 / 0.75); -} - -.focus\:bg-orange-100\/80:focus { - background-color: rgb(255 237 213 / 0.8); -} - -.focus\:bg-orange-100\/85:focus { - background-color: rgb(255 237 213 / 0.85); -} - -.focus\:bg-orange-100\/90:focus { - background-color: rgb(255 237 213 / 0.9); -} - -.focus\:bg-orange-100\/95:focus { - background-color: rgb(255 237 213 / 0.95); -} - -.focus\:bg-orange-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-200\/0:focus { - background-color: rgb(254 215 170 / 0); -} - -.focus\:bg-orange-200\/10:focus { - background-color: rgb(254 215 170 / 0.1); -} - -.focus\:bg-orange-200\/100:focus { - background-color: rgb(254 215 170 / 1); -} - -.focus\:bg-orange-200\/15:focus { - background-color: rgb(254 215 170 / 0.15); -} - -.focus\:bg-orange-200\/20:focus { - background-color: rgb(254 215 170 / 0.2); -} - -.focus\:bg-orange-200\/25:focus { - background-color: rgb(254 215 170 / 0.25); -} - -.focus\:bg-orange-200\/30:focus { - background-color: rgb(254 215 170 / 0.3); -} - -.focus\:bg-orange-200\/35:focus { - background-color: rgb(254 215 170 / 0.35); -} - -.focus\:bg-orange-200\/40:focus { - background-color: rgb(254 215 170 / 0.4); -} - -.focus\:bg-orange-200\/45:focus { - background-color: rgb(254 215 170 / 0.45); -} - -.focus\:bg-orange-200\/5:focus { - background-color: rgb(254 215 170 / 0.05); -} - -.focus\:bg-orange-200\/50:focus { - background-color: rgb(254 215 170 / 0.5); -} - -.focus\:bg-orange-200\/55:focus { - background-color: rgb(254 215 170 / 0.55); -} - -.focus\:bg-orange-200\/60:focus { - background-color: rgb(254 215 170 / 0.6); -} - -.focus\:bg-orange-200\/65:focus { - background-color: rgb(254 215 170 / 0.65); -} - -.focus\:bg-orange-200\/70:focus { - background-color: rgb(254 215 170 / 0.7); -} - -.focus\:bg-orange-200\/75:focus { - background-color: rgb(254 215 170 / 0.75); -} - -.focus\:bg-orange-200\/80:focus { - background-color: rgb(254 215 170 / 0.8); -} - -.focus\:bg-orange-200\/85:focus { - background-color: rgb(254 215 170 / 0.85); -} - -.focus\:bg-orange-200\/90:focus { - background-color: rgb(254 215 170 / 0.9); -} - -.focus\:bg-orange-200\/95:focus { - background-color: rgb(254 215 170 / 0.95); -} - -.focus\:bg-orange-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(253 186 116 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-300\/0:focus { - background-color: rgb(253 186 116 / 0); -} - -.focus\:bg-orange-300\/10:focus { - background-color: rgb(253 186 116 / 0.1); -} - -.focus\:bg-orange-300\/100:focus { - background-color: rgb(253 186 116 / 1); -} - -.focus\:bg-orange-300\/15:focus { - background-color: rgb(253 186 116 / 0.15); -} - -.focus\:bg-orange-300\/20:focus { - background-color: rgb(253 186 116 / 0.2); -} - -.focus\:bg-orange-300\/25:focus { - background-color: rgb(253 186 116 / 0.25); -} - -.focus\:bg-orange-300\/30:focus { - background-color: rgb(253 186 116 / 0.3); -} - -.focus\:bg-orange-300\/35:focus { - background-color: rgb(253 186 116 / 0.35); -} - -.focus\:bg-orange-300\/40:focus { - background-color: rgb(253 186 116 / 0.4); -} - -.focus\:bg-orange-300\/45:focus { - background-color: rgb(253 186 116 / 0.45); -} - -.focus\:bg-orange-300\/5:focus { - background-color: rgb(253 186 116 / 0.05); -} - -.focus\:bg-orange-300\/50:focus { - background-color: rgb(253 186 116 / 0.5); -} - -.focus\:bg-orange-300\/55:focus { - background-color: rgb(253 186 116 / 0.55); -} - -.focus\:bg-orange-300\/60:focus { - background-color: rgb(253 186 116 / 0.6); -} - -.focus\:bg-orange-300\/65:focus { - background-color: rgb(253 186 116 / 0.65); -} - -.focus\:bg-orange-300\/70:focus { - background-color: rgb(253 186 116 / 0.7); -} - -.focus\:bg-orange-300\/75:focus { - background-color: rgb(253 186 116 / 0.75); -} - -.focus\:bg-orange-300\/80:focus { - background-color: rgb(253 186 116 / 0.8); -} - -.focus\:bg-orange-300\/85:focus { - background-color: rgb(253 186 116 / 0.85); -} - -.focus\:bg-orange-300\/90:focus { - background-color: rgb(253 186 116 / 0.9); -} - -.focus\:bg-orange-300\/95:focus { - background-color: rgb(253 186 116 / 0.95); -} - -.focus\:bg-orange-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-400\/0:focus { - background-color: rgb(251 146 60 / 0); -} - -.focus\:bg-orange-400\/10:focus { - background-color: rgb(251 146 60 / 0.1); -} - -.focus\:bg-orange-400\/100:focus { - background-color: rgb(251 146 60 / 1); -} - -.focus\:bg-orange-400\/15:focus { - background-color: rgb(251 146 60 / 0.15); -} - -.focus\:bg-orange-400\/20:focus { - background-color: rgb(251 146 60 / 0.2); -} - -.focus\:bg-orange-400\/25:focus { - background-color: rgb(251 146 60 / 0.25); -} - -.focus\:bg-orange-400\/30:focus { - background-color: rgb(251 146 60 / 0.3); -} - -.focus\:bg-orange-400\/35:focus { - background-color: rgb(251 146 60 / 0.35); -} - -.focus\:bg-orange-400\/40:focus { - background-color: rgb(251 146 60 / 0.4); -} - -.focus\:bg-orange-400\/45:focus { - background-color: rgb(251 146 60 / 0.45); -} - -.focus\:bg-orange-400\/5:focus { - background-color: rgb(251 146 60 / 0.05); -} - -.focus\:bg-orange-400\/50:focus { - background-color: rgb(251 146 60 / 0.5); -} - -.focus\:bg-orange-400\/55:focus { - background-color: rgb(251 146 60 / 0.55); -} - -.focus\:bg-orange-400\/60:focus { - background-color: rgb(251 146 60 / 0.6); -} - -.focus\:bg-orange-400\/65:focus { - background-color: rgb(251 146 60 / 0.65); -} - -.focus\:bg-orange-400\/70:focus { - background-color: rgb(251 146 60 / 0.7); -} - -.focus\:bg-orange-400\/75:focus { - background-color: rgb(251 146 60 / 0.75); -} - -.focus\:bg-orange-400\/80:focus { - background-color: rgb(251 146 60 / 0.8); -} - -.focus\:bg-orange-400\/85:focus { - background-color: rgb(251 146 60 / 0.85); -} - -.focus\:bg-orange-400\/90:focus { - background-color: rgb(251 146 60 / 0.9); -} - -.focus\:bg-orange-400\/95:focus { - background-color: rgb(251 146 60 / 0.95); -} - -.focus\:bg-orange-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(255 247 237 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-50\/0:focus { - background-color: rgb(255 247 237 / 0); -} - -.focus\:bg-orange-50\/10:focus { - background-color: rgb(255 247 237 / 0.1); -} - -.focus\:bg-orange-50\/100:focus { - background-color: rgb(255 247 237 / 1); -} - -.focus\:bg-orange-50\/15:focus { - background-color: rgb(255 247 237 / 0.15); -} - -.focus\:bg-orange-50\/20:focus { - background-color: rgb(255 247 237 / 0.2); -} - -.focus\:bg-orange-50\/25:focus { - background-color: rgb(255 247 237 / 0.25); -} - -.focus\:bg-orange-50\/30:focus { - background-color: rgb(255 247 237 / 0.3); -} - -.focus\:bg-orange-50\/35:focus { - background-color: rgb(255 247 237 / 0.35); -} - -.focus\:bg-orange-50\/40:focus { - background-color: rgb(255 247 237 / 0.4); -} - -.focus\:bg-orange-50\/45:focus { - background-color: rgb(255 247 237 / 0.45); -} - -.focus\:bg-orange-50\/5:focus { - background-color: rgb(255 247 237 / 0.05); -} - -.focus\:bg-orange-50\/50:focus { - background-color: rgb(255 247 237 / 0.5); -} - -.focus\:bg-orange-50\/55:focus { - background-color: rgb(255 247 237 / 0.55); -} - -.focus\:bg-orange-50\/60:focus { - background-color: rgb(255 247 237 / 0.6); -} - -.focus\:bg-orange-50\/65:focus { - background-color: rgb(255 247 237 / 0.65); -} - -.focus\:bg-orange-50\/70:focus { - background-color: rgb(255 247 237 / 0.7); -} - -.focus\:bg-orange-50\/75:focus { - background-color: rgb(255 247 237 / 0.75); -} - -.focus\:bg-orange-50\/80:focus { - background-color: rgb(255 247 237 / 0.8); -} - -.focus\:bg-orange-50\/85:focus { - background-color: rgb(255 247 237 / 0.85); -} - -.focus\:bg-orange-50\/90:focus { - background-color: rgb(255 247 237 / 0.9); -} - -.focus\:bg-orange-50\/95:focus { - background-color: rgb(255 247 237 / 0.95); -} - -.focus\:bg-orange-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-500\/0:focus { - background-color: rgb(249 115 22 / 0); -} - -.focus\:bg-orange-500\/10:focus { - background-color: rgb(249 115 22 / 0.1); -} - -.focus\:bg-orange-500\/100:focus { - background-color: rgb(249 115 22 / 1); -} - -.focus\:bg-orange-500\/15:focus { - background-color: rgb(249 115 22 / 0.15); -} - -.focus\:bg-orange-500\/20:focus { - background-color: rgb(249 115 22 / 0.2); -} - -.focus\:bg-orange-500\/25:focus { - background-color: rgb(249 115 22 / 0.25); -} - -.focus\:bg-orange-500\/30:focus { - background-color: rgb(249 115 22 / 0.3); -} - -.focus\:bg-orange-500\/35:focus { - background-color: rgb(249 115 22 / 0.35); -} - -.focus\:bg-orange-500\/40:focus { - background-color: rgb(249 115 22 / 0.4); -} - -.focus\:bg-orange-500\/45:focus { - background-color: rgb(249 115 22 / 0.45); -} - -.focus\:bg-orange-500\/5:focus { - background-color: rgb(249 115 22 / 0.05); -} - -.focus\:bg-orange-500\/50:focus { - background-color: rgb(249 115 22 / 0.5); -} - -.focus\:bg-orange-500\/55:focus { - background-color: rgb(249 115 22 / 0.55); -} - -.focus\:bg-orange-500\/60:focus { - background-color: rgb(249 115 22 / 0.6); -} - -.focus\:bg-orange-500\/65:focus { - background-color: rgb(249 115 22 / 0.65); -} - -.focus\:bg-orange-500\/70:focus { - background-color: rgb(249 115 22 / 0.7); -} - -.focus\:bg-orange-500\/75:focus { - background-color: rgb(249 115 22 / 0.75); -} - -.focus\:bg-orange-500\/80:focus { - background-color: rgb(249 115 22 / 0.8); -} - -.focus\:bg-orange-500\/85:focus { - background-color: rgb(249 115 22 / 0.85); -} - -.focus\:bg-orange-500\/90:focus { - background-color: rgb(249 115 22 / 0.9); -} - -.focus\:bg-orange-500\/95:focus { - background-color: rgb(249 115 22 / 0.95); -} - -.focus\:bg-orange-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(234 88 12 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-600\/0:focus { - background-color: rgb(234 88 12 / 0); -} - -.focus\:bg-orange-600\/10:focus { - background-color: rgb(234 88 12 / 0.1); -} - -.focus\:bg-orange-600\/100:focus { - background-color: rgb(234 88 12 / 1); -} - -.focus\:bg-orange-600\/15:focus { - background-color: rgb(234 88 12 / 0.15); -} - -.focus\:bg-orange-600\/20:focus { - background-color: rgb(234 88 12 / 0.2); -} - -.focus\:bg-orange-600\/25:focus { - background-color: rgb(234 88 12 / 0.25); -} - -.focus\:bg-orange-600\/30:focus { - background-color: rgb(234 88 12 / 0.3); -} - -.focus\:bg-orange-600\/35:focus { - background-color: rgb(234 88 12 / 0.35); -} - -.focus\:bg-orange-600\/40:focus { - background-color: rgb(234 88 12 / 0.4); -} - -.focus\:bg-orange-600\/45:focus { - background-color: rgb(234 88 12 / 0.45); -} - -.focus\:bg-orange-600\/5:focus { - background-color: rgb(234 88 12 / 0.05); -} - -.focus\:bg-orange-600\/50:focus { - background-color: rgb(234 88 12 / 0.5); -} - -.focus\:bg-orange-600\/55:focus { - background-color: rgb(234 88 12 / 0.55); -} - -.focus\:bg-orange-600\/60:focus { - background-color: rgb(234 88 12 / 0.6); -} - -.focus\:bg-orange-600\/65:focus { - background-color: rgb(234 88 12 / 0.65); -} - -.focus\:bg-orange-600\/70:focus { - background-color: rgb(234 88 12 / 0.7); -} - -.focus\:bg-orange-600\/75:focus { - background-color: rgb(234 88 12 / 0.75); -} - -.focus\:bg-orange-600\/80:focus { - background-color: rgb(234 88 12 / 0.8); -} - -.focus\:bg-orange-600\/85:focus { - background-color: rgb(234 88 12 / 0.85); -} - -.focus\:bg-orange-600\/90:focus { - background-color: rgb(234 88 12 / 0.9); -} - -.focus\:bg-orange-600\/95:focus { - background-color: rgb(234 88 12 / 0.95); -} - -.focus\:bg-orange-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-700\/0:focus { - background-color: rgb(194 65 12 / 0); -} - -.focus\:bg-orange-700\/10:focus { - background-color: rgb(194 65 12 / 0.1); -} - -.focus\:bg-orange-700\/100:focus { - background-color: rgb(194 65 12 / 1); -} - -.focus\:bg-orange-700\/15:focus { - background-color: rgb(194 65 12 / 0.15); -} - -.focus\:bg-orange-700\/20:focus { - background-color: rgb(194 65 12 / 0.2); -} - -.focus\:bg-orange-700\/25:focus { - background-color: rgb(194 65 12 / 0.25); -} - -.focus\:bg-orange-700\/30:focus { - background-color: rgb(194 65 12 / 0.3); -} - -.focus\:bg-orange-700\/35:focus { - background-color: rgb(194 65 12 / 0.35); -} - -.focus\:bg-orange-700\/40:focus { - background-color: rgb(194 65 12 / 0.4); -} - -.focus\:bg-orange-700\/45:focus { - background-color: rgb(194 65 12 / 0.45); -} - -.focus\:bg-orange-700\/5:focus { - background-color: rgb(194 65 12 / 0.05); -} - -.focus\:bg-orange-700\/50:focus { - background-color: rgb(194 65 12 / 0.5); -} - -.focus\:bg-orange-700\/55:focus { - background-color: rgb(194 65 12 / 0.55); -} - -.focus\:bg-orange-700\/60:focus { - background-color: rgb(194 65 12 / 0.6); -} - -.focus\:bg-orange-700\/65:focus { - background-color: rgb(194 65 12 / 0.65); -} - -.focus\:bg-orange-700\/70:focus { - background-color: rgb(194 65 12 / 0.7); -} - -.focus\:bg-orange-700\/75:focus { - background-color: rgb(194 65 12 / 0.75); -} - -.focus\:bg-orange-700\/80:focus { - background-color: rgb(194 65 12 / 0.8); -} - -.focus\:bg-orange-700\/85:focus { - background-color: rgb(194 65 12 / 0.85); -} - -.focus\:bg-orange-700\/90:focus { - background-color: rgb(194 65 12 / 0.9); -} - -.focus\:bg-orange-700\/95:focus { - background-color: rgb(194 65 12 / 0.95); -} - -.focus\:bg-orange-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(154 52 18 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-800\/0:focus { - background-color: rgb(154 52 18 / 0); -} - -.focus\:bg-orange-800\/10:focus { - background-color: rgb(154 52 18 / 0.1); -} - -.focus\:bg-orange-800\/100:focus { - background-color: rgb(154 52 18 / 1); -} - -.focus\:bg-orange-800\/15:focus { - background-color: rgb(154 52 18 / 0.15); -} - -.focus\:bg-orange-800\/20:focus { - background-color: rgb(154 52 18 / 0.2); -} - -.focus\:bg-orange-800\/25:focus { - background-color: rgb(154 52 18 / 0.25); -} - -.focus\:bg-orange-800\/30:focus { - background-color: rgb(154 52 18 / 0.3); -} - -.focus\:bg-orange-800\/35:focus { - background-color: rgb(154 52 18 / 0.35); -} - -.focus\:bg-orange-800\/40:focus { - background-color: rgb(154 52 18 / 0.4); -} - -.focus\:bg-orange-800\/45:focus { - background-color: rgb(154 52 18 / 0.45); -} - -.focus\:bg-orange-800\/5:focus { - background-color: rgb(154 52 18 / 0.05); -} - -.focus\:bg-orange-800\/50:focus { - background-color: rgb(154 52 18 / 0.5); -} - -.focus\:bg-orange-800\/55:focus { - background-color: rgb(154 52 18 / 0.55); -} - -.focus\:bg-orange-800\/60:focus { - background-color: rgb(154 52 18 / 0.6); -} - -.focus\:bg-orange-800\/65:focus { - background-color: rgb(154 52 18 / 0.65); -} - -.focus\:bg-orange-800\/70:focus { - background-color: rgb(154 52 18 / 0.7); -} - -.focus\:bg-orange-800\/75:focus { - background-color: rgb(154 52 18 / 0.75); -} - -.focus\:bg-orange-800\/80:focus { - background-color: rgb(154 52 18 / 0.8); -} - -.focus\:bg-orange-800\/85:focus { - background-color: rgb(154 52 18 / 0.85); -} - -.focus\:bg-orange-800\/90:focus { - background-color: rgb(154 52 18 / 0.9); -} - -.focus\:bg-orange-800\/95:focus { - background-color: rgb(154 52 18 / 0.95); -} - -.focus\:bg-orange-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(124 45 18 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-900\/0:focus { - background-color: rgb(124 45 18 / 0); -} - -.focus\:bg-orange-900\/10:focus { - background-color: rgb(124 45 18 / 0.1); -} - -.focus\:bg-orange-900\/100:focus { - background-color: rgb(124 45 18 / 1); -} - -.focus\:bg-orange-900\/15:focus { - background-color: rgb(124 45 18 / 0.15); -} - -.focus\:bg-orange-900\/20:focus { - background-color: rgb(124 45 18 / 0.2); -} - -.focus\:bg-orange-900\/25:focus { - background-color: rgb(124 45 18 / 0.25); -} - -.focus\:bg-orange-900\/30:focus { - background-color: rgb(124 45 18 / 0.3); -} - -.focus\:bg-orange-900\/35:focus { - background-color: rgb(124 45 18 / 0.35); -} - -.focus\:bg-orange-900\/40:focus { - background-color: rgb(124 45 18 / 0.4); -} - -.focus\:bg-orange-900\/45:focus { - background-color: rgb(124 45 18 / 0.45); -} - -.focus\:bg-orange-900\/5:focus { - background-color: rgb(124 45 18 / 0.05); -} - -.focus\:bg-orange-900\/50:focus { - background-color: rgb(124 45 18 / 0.5); -} - -.focus\:bg-orange-900\/55:focus { - background-color: rgb(124 45 18 / 0.55); -} - -.focus\:bg-orange-900\/60:focus { - background-color: rgb(124 45 18 / 0.6); -} - -.focus\:bg-orange-900\/65:focus { - background-color: rgb(124 45 18 / 0.65); -} - -.focus\:bg-orange-900\/70:focus { - background-color: rgb(124 45 18 / 0.7); -} - -.focus\:bg-orange-900\/75:focus { - background-color: rgb(124 45 18 / 0.75); -} - -.focus\:bg-orange-900\/80:focus { - background-color: rgb(124 45 18 / 0.8); -} - -.focus\:bg-orange-900\/85:focus { - background-color: rgb(124 45 18 / 0.85); -} - -.focus\:bg-orange-900\/90:focus { - background-color: rgb(124 45 18 / 0.9); -} - -.focus\:bg-orange-900\/95:focus { - background-color: rgb(124 45 18 / 0.95); -} - -.focus\:bg-orange-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(67 20 7 / var(--tw-bg-opacity)); -} - -.focus\:bg-orange-950\/0:focus { - background-color: rgb(67 20 7 / 0); -} - -.focus\:bg-orange-950\/10:focus { - background-color: rgb(67 20 7 / 0.1); -} - -.focus\:bg-orange-950\/100:focus { - background-color: rgb(67 20 7 / 1); -} - -.focus\:bg-orange-950\/15:focus { - background-color: rgb(67 20 7 / 0.15); -} - -.focus\:bg-orange-950\/20:focus { - background-color: rgb(67 20 7 / 0.2); -} - -.focus\:bg-orange-950\/25:focus { - background-color: rgb(67 20 7 / 0.25); -} - -.focus\:bg-orange-950\/30:focus { - background-color: rgb(67 20 7 / 0.3); -} - -.focus\:bg-orange-950\/35:focus { - background-color: rgb(67 20 7 / 0.35); -} - -.focus\:bg-orange-950\/40:focus { - background-color: rgb(67 20 7 / 0.4); -} - -.focus\:bg-orange-950\/45:focus { - background-color: rgb(67 20 7 / 0.45); -} - -.focus\:bg-orange-950\/5:focus { - background-color: rgb(67 20 7 / 0.05); -} - -.focus\:bg-orange-950\/50:focus { - background-color: rgb(67 20 7 / 0.5); -} - -.focus\:bg-orange-950\/55:focus { - background-color: rgb(67 20 7 / 0.55); -} - -.focus\:bg-orange-950\/60:focus { - background-color: rgb(67 20 7 / 0.6); -} - -.focus\:bg-orange-950\/65:focus { - background-color: rgb(67 20 7 / 0.65); -} - -.focus\:bg-orange-950\/70:focus { - background-color: rgb(67 20 7 / 0.7); -} - -.focus\:bg-orange-950\/75:focus { - background-color: rgb(67 20 7 / 0.75); -} - -.focus\:bg-orange-950\/80:focus { - background-color: rgb(67 20 7 / 0.8); -} - -.focus\:bg-orange-950\/85:focus { - background-color: rgb(67 20 7 / 0.85); -} - -.focus\:bg-orange-950\/90:focus { - background-color: rgb(67 20 7 / 0.9); -} - -.focus\:bg-orange-950\/95:focus { - background-color: rgb(67 20 7 / 0.95); -} - -.focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(204 251 241 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-100\/0:focus { - background-color: rgb(204 251 241 / 0); -} - -.focus\:bg-primary-100\/10:focus { - background-color: rgb(204 251 241 / 0.1); -} - -.focus\:bg-primary-100\/100:focus { - background-color: rgb(204 251 241 / 1); -} - -.focus\:bg-primary-100\/15:focus { - background-color: rgb(204 251 241 / 0.15); -} - -.focus\:bg-primary-100\/20:focus { - background-color: rgb(204 251 241 / 0.2); -} - -.focus\:bg-primary-100\/25:focus { - background-color: rgb(204 251 241 / 0.25); -} - -.focus\:bg-primary-100\/30:focus { - background-color: rgb(204 251 241 / 0.3); -} - -.focus\:bg-primary-100\/35:focus { - background-color: rgb(204 251 241 / 0.35); -} - -.focus\:bg-primary-100\/40:focus { - background-color: rgb(204 251 241 / 0.4); -} - -.focus\:bg-primary-100\/45:focus { - background-color: rgb(204 251 241 / 0.45); -} - -.focus\:bg-primary-100\/5:focus { - background-color: rgb(204 251 241 / 0.05); -} - -.focus\:bg-primary-100\/50:focus { - background-color: rgb(204 251 241 / 0.5); -} - -.focus\:bg-primary-100\/55:focus { - background-color: rgb(204 251 241 / 0.55); -} - -.focus\:bg-primary-100\/60:focus { - background-color: rgb(204 251 241 / 0.6); -} - -.focus\:bg-primary-100\/65:focus { - background-color: rgb(204 251 241 / 0.65); -} - -.focus\:bg-primary-100\/70:focus { - background-color: rgb(204 251 241 / 0.7); -} - -.focus\:bg-primary-100\/75:focus { - background-color: rgb(204 251 241 / 0.75); -} - -.focus\:bg-primary-100\/80:focus { - background-color: rgb(204 251 241 / 0.8); -} - -.focus\:bg-primary-100\/85:focus { - background-color: rgb(204 251 241 / 0.85); -} - -.focus\:bg-primary-100\/90:focus { - background-color: rgb(204 251 241 / 0.9); -} - -.focus\:bg-primary-100\/95:focus { - background-color: rgb(204 251 241 / 0.95); -} - -.focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(153 246 228 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-200\/0:focus { - background-color: rgb(153 246 228 / 0); -} - -.focus\:bg-primary-200\/10:focus { - background-color: rgb(153 246 228 / 0.1); -} - -.focus\:bg-primary-200\/100:focus { - background-color: rgb(153 246 228 / 1); -} - -.focus\:bg-primary-200\/15:focus { - background-color: rgb(153 246 228 / 0.15); -} - -.focus\:bg-primary-200\/20:focus { - background-color: rgb(153 246 228 / 0.2); -} - -.focus\:bg-primary-200\/25:focus { - background-color: rgb(153 246 228 / 0.25); -} - -.focus\:bg-primary-200\/30:focus { - background-color: rgb(153 246 228 / 0.3); -} - -.focus\:bg-primary-200\/35:focus { - background-color: rgb(153 246 228 / 0.35); -} - -.focus\:bg-primary-200\/40:focus { - background-color: rgb(153 246 228 / 0.4); -} - -.focus\:bg-primary-200\/45:focus { - background-color: rgb(153 246 228 / 0.45); -} - -.focus\:bg-primary-200\/5:focus { - background-color: rgb(153 246 228 / 0.05); -} - -.focus\:bg-primary-200\/50:focus { - background-color: rgb(153 246 228 / 0.5); -} - -.focus\:bg-primary-200\/55:focus { - background-color: rgb(153 246 228 / 0.55); -} - -.focus\:bg-primary-200\/60:focus { - background-color: rgb(153 246 228 / 0.6); -} - -.focus\:bg-primary-200\/65:focus { - background-color: rgb(153 246 228 / 0.65); -} - -.focus\:bg-primary-200\/70:focus { - background-color: rgb(153 246 228 / 0.7); -} - -.focus\:bg-primary-200\/75:focus { - background-color: rgb(153 246 228 / 0.75); -} - -.focus\:bg-primary-200\/80:focus { - background-color: rgb(153 246 228 / 0.8); -} - -.focus\:bg-primary-200\/85:focus { - background-color: rgb(153 246 228 / 0.85); -} - -.focus\:bg-primary-200\/90:focus { - background-color: rgb(153 246 228 / 0.9); -} - -.focus\:bg-primary-200\/95:focus { - background-color: rgb(153 246 228 / 0.95); -} - -.focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(94 234 212 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-300\/0:focus { - background-color: rgb(94 234 212 / 0); -} - -.focus\:bg-primary-300\/10:focus { - background-color: rgb(94 234 212 / 0.1); -} - -.focus\:bg-primary-300\/100:focus { - background-color: rgb(94 234 212 / 1); -} - -.focus\:bg-primary-300\/15:focus { - background-color: rgb(94 234 212 / 0.15); -} - -.focus\:bg-primary-300\/20:focus { - background-color: rgb(94 234 212 / 0.2); -} - -.focus\:bg-primary-300\/25:focus { - background-color: rgb(94 234 212 / 0.25); -} - -.focus\:bg-primary-300\/30:focus { - background-color: rgb(94 234 212 / 0.3); -} - -.focus\:bg-primary-300\/35:focus { - background-color: rgb(94 234 212 / 0.35); -} - -.focus\:bg-primary-300\/40:focus { - background-color: rgb(94 234 212 / 0.4); -} - -.focus\:bg-primary-300\/45:focus { - background-color: rgb(94 234 212 / 0.45); -} - -.focus\:bg-primary-300\/5:focus { - background-color: rgb(94 234 212 / 0.05); -} - -.focus\:bg-primary-300\/50:focus { - background-color: rgb(94 234 212 / 0.5); -} - -.focus\:bg-primary-300\/55:focus { - background-color: rgb(94 234 212 / 0.55); -} - -.focus\:bg-primary-300\/60:focus { - background-color: rgb(94 234 212 / 0.6); -} - -.focus\:bg-primary-300\/65:focus { - background-color: rgb(94 234 212 / 0.65); -} - -.focus\:bg-primary-300\/70:focus { - background-color: rgb(94 234 212 / 0.7); -} - -.focus\:bg-primary-300\/75:focus { - background-color: rgb(94 234 212 / 0.75); -} - -.focus\:bg-primary-300\/80:focus { - background-color: rgb(94 234 212 / 0.8); -} - -.focus\:bg-primary-300\/85:focus { - background-color: rgb(94 234 212 / 0.85); -} - -.focus\:bg-primary-300\/90:focus { - background-color: rgb(94 234 212 / 0.9); -} - -.focus\:bg-primary-300\/95:focus { - background-color: rgb(94 234 212 / 0.95); -} - -.focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-400\/0:focus { - background-color: rgb(45 212 191 / 0); -} - -.focus\:bg-primary-400\/10:focus { - background-color: rgb(45 212 191 / 0.1); -} - -.focus\:bg-primary-400\/100:focus { - background-color: rgb(45 212 191 / 1); -} - -.focus\:bg-primary-400\/15:focus { - background-color: rgb(45 212 191 / 0.15); -} - -.focus\:bg-primary-400\/20:focus { - background-color: rgb(45 212 191 / 0.2); -} - -.focus\:bg-primary-400\/25:focus { - background-color: rgb(45 212 191 / 0.25); -} - -.focus\:bg-primary-400\/30:focus { - background-color: rgb(45 212 191 / 0.3); -} - -.focus\:bg-primary-400\/35:focus { - background-color: rgb(45 212 191 / 0.35); -} - -.focus\:bg-primary-400\/40:focus { - background-color: rgb(45 212 191 / 0.4); -} - -.focus\:bg-primary-400\/45:focus { - background-color: rgb(45 212 191 / 0.45); -} - -.focus\:bg-primary-400\/5:focus { - background-color: rgb(45 212 191 / 0.05); -} - -.focus\:bg-primary-400\/50:focus { - background-color: rgb(45 212 191 / 0.5); -} - -.focus\:bg-primary-400\/55:focus { - background-color: rgb(45 212 191 / 0.55); -} - -.focus\:bg-primary-400\/60:focus { - background-color: rgb(45 212 191 / 0.6); -} - -.focus\:bg-primary-400\/65:focus { - background-color: rgb(45 212 191 / 0.65); -} - -.focus\:bg-primary-400\/70:focus { - background-color: rgb(45 212 191 / 0.7); -} - -.focus\:bg-primary-400\/75:focus { - background-color: rgb(45 212 191 / 0.75); -} - -.focus\:bg-primary-400\/80:focus { - background-color: rgb(45 212 191 / 0.8); -} - -.focus\:bg-primary-400\/85:focus { - background-color: rgb(45 212 191 / 0.85); -} - -.focus\:bg-primary-400\/90:focus { - background-color: rgb(45 212 191 / 0.9); -} - -.focus\:bg-primary-400\/95:focus { - background-color: rgb(45 212 191 / 0.95); -} - -.focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(240 253 250 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-50\/0:focus { - background-color: rgb(240 253 250 / 0); -} - -.focus\:bg-primary-50\/10:focus { - background-color: rgb(240 253 250 / 0.1); -} - -.focus\:bg-primary-50\/100:focus { - background-color: rgb(240 253 250 / 1); -} - -.focus\:bg-primary-50\/15:focus { - background-color: rgb(240 253 250 / 0.15); -} - -.focus\:bg-primary-50\/20:focus { - background-color: rgb(240 253 250 / 0.2); -} - -.focus\:bg-primary-50\/25:focus { - background-color: rgb(240 253 250 / 0.25); -} - -.focus\:bg-primary-50\/30:focus { - background-color: rgb(240 253 250 / 0.3); -} - -.focus\:bg-primary-50\/35:focus { - background-color: rgb(240 253 250 / 0.35); -} - -.focus\:bg-primary-50\/40:focus { - background-color: rgb(240 253 250 / 0.4); -} - -.focus\:bg-primary-50\/45:focus { - background-color: rgb(240 253 250 / 0.45); -} - -.focus\:bg-primary-50\/5:focus { - background-color: rgb(240 253 250 / 0.05); -} - -.focus\:bg-primary-50\/50:focus { - background-color: rgb(240 253 250 / 0.5); -} - -.focus\:bg-primary-50\/55:focus { - background-color: rgb(240 253 250 / 0.55); -} - -.focus\:bg-primary-50\/60:focus { - background-color: rgb(240 253 250 / 0.6); -} - -.focus\:bg-primary-50\/65:focus { - background-color: rgb(240 253 250 / 0.65); -} - -.focus\:bg-primary-50\/70:focus { - background-color: rgb(240 253 250 / 0.7); -} - -.focus\:bg-primary-50\/75:focus { - background-color: rgb(240 253 250 / 0.75); -} - -.focus\:bg-primary-50\/80:focus { - background-color: rgb(240 253 250 / 0.8); -} - -.focus\:bg-primary-50\/85:focus { - background-color: rgb(240 253 250 / 0.85); -} - -.focus\:bg-primary-50\/90:focus { - background-color: rgb(240 253 250 / 0.9); -} - -.focus\:bg-primary-50\/95:focus { - background-color: rgb(240 253 250 / 0.95); -} - -.focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-500\/0:focus { - background-color: rgb(20 184 166 / 0); -} - -.focus\:bg-primary-500\/10:focus { - background-color: rgb(20 184 166 / 0.1); -} - -.focus\:bg-primary-500\/100:focus { - background-color: rgb(20 184 166 / 1); -} - -.focus\:bg-primary-500\/15:focus { - background-color: rgb(20 184 166 / 0.15); -} - -.focus\:bg-primary-500\/20:focus { - background-color: rgb(20 184 166 / 0.2); -} - -.focus\:bg-primary-500\/25:focus { - background-color: rgb(20 184 166 / 0.25); -} - -.focus\:bg-primary-500\/30:focus { - background-color: rgb(20 184 166 / 0.3); -} - -.focus\:bg-primary-500\/35:focus { - background-color: rgb(20 184 166 / 0.35); -} - -.focus\:bg-primary-500\/40:focus { - background-color: rgb(20 184 166 / 0.4); -} - -.focus\:bg-primary-500\/45:focus { - background-color: rgb(20 184 166 / 0.45); -} - -.focus\:bg-primary-500\/5:focus { - background-color: rgb(20 184 166 / 0.05); -} - -.focus\:bg-primary-500\/50:focus { - background-color: rgb(20 184 166 / 0.5); -} - -.focus\:bg-primary-500\/55:focus { - background-color: rgb(20 184 166 / 0.55); -} - -.focus\:bg-primary-500\/60:focus { - background-color: rgb(20 184 166 / 0.6); -} - -.focus\:bg-primary-500\/65:focus { - background-color: rgb(20 184 166 / 0.65); -} - -.focus\:bg-primary-500\/70:focus { - background-color: rgb(20 184 166 / 0.7); -} - -.focus\:bg-primary-500\/75:focus { - background-color: rgb(20 184 166 / 0.75); -} - -.focus\:bg-primary-500\/80:focus { - background-color: rgb(20 184 166 / 0.8); -} - -.focus\:bg-primary-500\/85:focus { - background-color: rgb(20 184 166 / 0.85); -} - -.focus\:bg-primary-500\/90:focus { - background-color: rgb(20 184 166 / 0.9); -} - -.focus\:bg-primary-500\/95:focus { - background-color: rgb(20 184 166 / 0.95); -} - -.focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-600\/0:focus { - background-color: rgb(13 148 136 / 0); -} - -.focus\:bg-primary-600\/10:focus { - background-color: rgb(13 148 136 / 0.1); -} - -.focus\:bg-primary-600\/100:focus { - background-color: rgb(13 148 136 / 1); -} - -.focus\:bg-primary-600\/15:focus { - background-color: rgb(13 148 136 / 0.15); -} - -.focus\:bg-primary-600\/20:focus { - background-color: rgb(13 148 136 / 0.2); -} - -.focus\:bg-primary-600\/25:focus { - background-color: rgb(13 148 136 / 0.25); -} - -.focus\:bg-primary-600\/30:focus { - background-color: rgb(13 148 136 / 0.3); -} - -.focus\:bg-primary-600\/35:focus { - background-color: rgb(13 148 136 / 0.35); -} - -.focus\:bg-primary-600\/40:focus { - background-color: rgb(13 148 136 / 0.4); -} - -.focus\:bg-primary-600\/45:focus { - background-color: rgb(13 148 136 / 0.45); -} - -.focus\:bg-primary-600\/5:focus { - background-color: rgb(13 148 136 / 0.05); -} - -.focus\:bg-primary-600\/50:focus { - background-color: rgb(13 148 136 / 0.5); -} - -.focus\:bg-primary-600\/55:focus { - background-color: rgb(13 148 136 / 0.55); -} - -.focus\:bg-primary-600\/60:focus { - background-color: rgb(13 148 136 / 0.6); -} - -.focus\:bg-primary-600\/65:focus { - background-color: rgb(13 148 136 / 0.65); -} - -.focus\:bg-primary-600\/70:focus { - background-color: rgb(13 148 136 / 0.7); -} - -.focus\:bg-primary-600\/75:focus { - background-color: rgb(13 148 136 / 0.75); -} - -.focus\:bg-primary-600\/80:focus { - background-color: rgb(13 148 136 / 0.8); -} - -.focus\:bg-primary-600\/85:focus { - background-color: rgb(13 148 136 / 0.85); -} - -.focus\:bg-primary-600\/90:focus { - background-color: rgb(13 148 136 / 0.9); -} - -.focus\:bg-primary-600\/95:focus { - background-color: rgb(13 148 136 / 0.95); -} - -.focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(15 118 110 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-700\/0:focus { - background-color: rgb(15 118 110 / 0); -} - -.focus\:bg-primary-700\/10:focus { - background-color: rgb(15 118 110 / 0.1); -} - -.focus\:bg-primary-700\/100:focus { - background-color: rgb(15 118 110 / 1); -} - -.focus\:bg-primary-700\/15:focus { - background-color: rgb(15 118 110 / 0.15); -} - -.focus\:bg-primary-700\/20:focus { - background-color: rgb(15 118 110 / 0.2); -} - -.focus\:bg-primary-700\/25:focus { - background-color: rgb(15 118 110 / 0.25); -} - -.focus\:bg-primary-700\/30:focus { - background-color: rgb(15 118 110 / 0.3); -} - -.focus\:bg-primary-700\/35:focus { - background-color: rgb(15 118 110 / 0.35); -} - -.focus\:bg-primary-700\/40:focus { - background-color: rgb(15 118 110 / 0.4); -} - -.focus\:bg-primary-700\/45:focus { - background-color: rgb(15 118 110 / 0.45); -} - -.focus\:bg-primary-700\/5:focus { - background-color: rgb(15 118 110 / 0.05); -} - -.focus\:bg-primary-700\/50:focus { - background-color: rgb(15 118 110 / 0.5); -} - -.focus\:bg-primary-700\/55:focus { - background-color: rgb(15 118 110 / 0.55); -} - -.focus\:bg-primary-700\/60:focus { - background-color: rgb(15 118 110 / 0.6); -} - -.focus\:bg-primary-700\/65:focus { - background-color: rgb(15 118 110 / 0.65); -} - -.focus\:bg-primary-700\/70:focus { - background-color: rgb(15 118 110 / 0.7); -} - -.focus\:bg-primary-700\/75:focus { - background-color: rgb(15 118 110 / 0.75); -} - -.focus\:bg-primary-700\/80:focus { - background-color: rgb(15 118 110 / 0.8); -} - -.focus\:bg-primary-700\/85:focus { - background-color: rgb(15 118 110 / 0.85); -} - -.focus\:bg-primary-700\/90:focus { - background-color: rgb(15 118 110 / 0.9); -} - -.focus\:bg-primary-700\/95:focus { - background-color: rgb(15 118 110 / 0.95); -} - -.focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-800\/0:focus { - background-color: rgb(17 94 89 / 0); -} - -.focus\:bg-primary-800\/10:focus { - background-color: rgb(17 94 89 / 0.1); -} - -.focus\:bg-primary-800\/100:focus { - background-color: rgb(17 94 89 / 1); -} - -.focus\:bg-primary-800\/15:focus { - background-color: rgb(17 94 89 / 0.15); -} - -.focus\:bg-primary-800\/20:focus { - background-color: rgb(17 94 89 / 0.2); -} - -.focus\:bg-primary-800\/25:focus { - background-color: rgb(17 94 89 / 0.25); -} - -.focus\:bg-primary-800\/30:focus { - background-color: rgb(17 94 89 / 0.3); -} - -.focus\:bg-primary-800\/35:focus { - background-color: rgb(17 94 89 / 0.35); -} - -.focus\:bg-primary-800\/40:focus { - background-color: rgb(17 94 89 / 0.4); -} - -.focus\:bg-primary-800\/45:focus { - background-color: rgb(17 94 89 / 0.45); -} - -.focus\:bg-primary-800\/5:focus { - background-color: rgb(17 94 89 / 0.05); -} - -.focus\:bg-primary-800\/50:focus { - background-color: rgb(17 94 89 / 0.5); -} - -.focus\:bg-primary-800\/55:focus { - background-color: rgb(17 94 89 / 0.55); -} - -.focus\:bg-primary-800\/60:focus { - background-color: rgb(17 94 89 / 0.6); -} - -.focus\:bg-primary-800\/65:focus { - background-color: rgb(17 94 89 / 0.65); -} - -.focus\:bg-primary-800\/70:focus { - background-color: rgb(17 94 89 / 0.7); -} - -.focus\:bg-primary-800\/75:focus { - background-color: rgb(17 94 89 / 0.75); -} - -.focus\:bg-primary-800\/80:focus { - background-color: rgb(17 94 89 / 0.8); -} - -.focus\:bg-primary-800\/85:focus { - background-color: rgb(17 94 89 / 0.85); -} - -.focus\:bg-primary-800\/90:focus { - background-color: rgb(17 94 89 / 0.9); -} - -.focus\:bg-primary-800\/95:focus { - background-color: rgb(17 94 89 / 0.95); -} - -.focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(19 78 74 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-900\/0:focus { - background-color: rgb(19 78 74 / 0); -} - -.focus\:bg-primary-900\/10:focus { - background-color: rgb(19 78 74 / 0.1); -} - -.focus\:bg-primary-900\/100:focus { - background-color: rgb(19 78 74 / 1); -} - -.focus\:bg-primary-900\/15:focus { - background-color: rgb(19 78 74 / 0.15); -} - -.focus\:bg-primary-900\/20:focus { - background-color: rgb(19 78 74 / 0.2); -} - -.focus\:bg-primary-900\/25:focus { - background-color: rgb(19 78 74 / 0.25); -} - -.focus\:bg-primary-900\/30:focus { - background-color: rgb(19 78 74 / 0.3); -} - -.focus\:bg-primary-900\/35:focus { - background-color: rgb(19 78 74 / 0.35); -} - -.focus\:bg-primary-900\/40:focus { - background-color: rgb(19 78 74 / 0.4); -} - -.focus\:bg-primary-900\/45:focus { - background-color: rgb(19 78 74 / 0.45); -} - -.focus\:bg-primary-900\/5:focus { - background-color: rgb(19 78 74 / 0.05); -} - -.focus\:bg-primary-900\/50:focus { - background-color: rgb(19 78 74 / 0.5); -} - -.focus\:bg-primary-900\/55:focus { - background-color: rgb(19 78 74 / 0.55); -} - -.focus\:bg-primary-900\/60:focus { - background-color: rgb(19 78 74 / 0.6); -} - -.focus\:bg-primary-900\/65:focus { - background-color: rgb(19 78 74 / 0.65); -} - -.focus\:bg-primary-900\/70:focus { - background-color: rgb(19 78 74 / 0.7); -} - -.focus\:bg-primary-900\/75:focus { - background-color: rgb(19 78 74 / 0.75); -} - -.focus\:bg-primary-900\/80:focus { - background-color: rgb(19 78 74 / 0.8); -} - -.focus\:bg-primary-900\/85:focus { - background-color: rgb(19 78 74 / 0.85); -} - -.focus\:bg-primary-900\/90:focus { - background-color: rgb(19 78 74 / 0.9); -} - -.focus\:bg-primary-900\/95:focus { - background-color: rgb(19 78 74 / 0.95); -} - -.focus\:bg-primary-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(4 47 46 / var(--tw-bg-opacity)); -} - -.focus\:bg-primary-950\/0:focus { - background-color: rgb(4 47 46 / 0); -} - -.focus\:bg-primary-950\/10:focus { - background-color: rgb(4 47 46 / 0.1); -} - -.focus\:bg-primary-950\/100:focus { - background-color: rgb(4 47 46 / 1); -} - -.focus\:bg-primary-950\/15:focus { - background-color: rgb(4 47 46 / 0.15); -} - -.focus\:bg-primary-950\/20:focus { - background-color: rgb(4 47 46 / 0.2); -} - -.focus\:bg-primary-950\/25:focus { - background-color: rgb(4 47 46 / 0.25); -} - -.focus\:bg-primary-950\/30:focus { - background-color: rgb(4 47 46 / 0.3); -} - -.focus\:bg-primary-950\/35:focus { - background-color: rgb(4 47 46 / 0.35); -} - -.focus\:bg-primary-950\/40:focus { - background-color: rgb(4 47 46 / 0.4); -} - -.focus\:bg-primary-950\/45:focus { - background-color: rgb(4 47 46 / 0.45); -} - -.focus\:bg-primary-950\/5:focus { - background-color: rgb(4 47 46 / 0.05); -} - -.focus\:bg-primary-950\/50:focus { - background-color: rgb(4 47 46 / 0.5); -} - -.focus\:bg-primary-950\/55:focus { - background-color: rgb(4 47 46 / 0.55); -} - -.focus\:bg-primary-950\/60:focus { - background-color: rgb(4 47 46 / 0.6); -} - -.focus\:bg-primary-950\/65:focus { - background-color: rgb(4 47 46 / 0.65); -} - -.focus\:bg-primary-950\/70:focus { - background-color: rgb(4 47 46 / 0.7); -} - -.focus\:bg-primary-950\/75:focus { - background-color: rgb(4 47 46 / 0.75); -} - -.focus\:bg-primary-950\/80:focus { - background-color: rgb(4 47 46 / 0.8); -} - -.focus\:bg-primary-950\/85:focus { - background-color: rgb(4 47 46 / 0.85); -} - -.focus\:bg-primary-950\/90:focus { - background-color: rgb(4 47 46 / 0.9); -} - -.focus\:bg-primary-950\/95:focus { - background-color: rgb(4 47 46 / 0.95); -} - -.focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; -} - -.focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 { - top: 50%; -} - -.peer:placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 { - top: 50%; -} - -.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-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)); -} - -.peer:placeholder-shown ~ .peer-placeholder-shown\:-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)); -} - -.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:focus ~ .peer-focus\:top-2 { - top: 0.5rem; -} - -.peer:focus ~ .peer-focus\:-translate-y-4 { - --tw-translate-y: -1rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:focus ~ .peer-focus\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.peer:focus ~ .peer-focus\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} - -.peer:focus ~ .peer-focus\:text-blue-600 { - --tw-text-opacity: 1; - color: rgb(37 99 235 / var(--tw-text-opacity)); -} - -@media (min-width: 640px) { - .sm\:col-span-1 { - grid-column: span 1 / span 1; - } - - .sm\:col-span-2 { - grid-column: span 2 / span 2; - } - - .sm\:mb-2 { - margin-bottom: 0.5rem; - } - - .sm\:max-w-xl { - max-width: 36rem; - } - - .sm\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .sm\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .sm\:px-0 { - padding-left: 0px; - padding-right: 0px; - } -} - -@media (min-width: 1024px) { - .lg\:max-w-4xl { - max-width: 56rem; - } -} - -@media (prefers-color-scheme: dark) { - .dark\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgb(75 85 99 / var(--tw-border-opacity)); - } - - .dark\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-100\/0 { - background-color: rgb(243 244 246 / 0); - } - - .dark\:bg-gray-100\/10 { - background-color: rgb(243 244 246 / 0.1); - } - - .dark\:bg-gray-100\/100 { - background-color: rgb(243 244 246 / 1); - } - - .dark\:bg-gray-100\/15 { - background-color: rgb(243 244 246 / 0.15); - } - - .dark\:bg-gray-100\/20 { - background-color: rgb(243 244 246 / 0.2); - } - - .dark\:bg-gray-100\/25 { - background-color: rgb(243 244 246 / 0.25); - } - - .dark\:bg-gray-100\/30 { - background-color: rgb(243 244 246 / 0.3); - } - - .dark\:bg-gray-100\/35 { - background-color: rgb(243 244 246 / 0.35); - } - - .dark\:bg-gray-100\/40 { - background-color: rgb(243 244 246 / 0.4); - } - - .dark\:bg-gray-100\/45 { - background-color: rgb(243 244 246 / 0.45); - } - - .dark\:bg-gray-100\/5 { - background-color: rgb(243 244 246 / 0.05); - } - - .dark\:bg-gray-100\/50 { - background-color: rgb(243 244 246 / 0.5); - } - - .dark\:bg-gray-100\/55 { - background-color: rgb(243 244 246 / 0.55); - } - - .dark\:bg-gray-100\/60 { - background-color: rgb(243 244 246 / 0.6); - } - - .dark\:bg-gray-100\/65 { - background-color: rgb(243 244 246 / 0.65); - } - - .dark\:bg-gray-100\/70 { - background-color: rgb(243 244 246 / 0.7); - } - - .dark\:bg-gray-100\/75 { - background-color: rgb(243 244 246 / 0.75); - } - - .dark\:bg-gray-100\/80 { - background-color: rgb(243 244 246 / 0.8); - } - - .dark\:bg-gray-100\/85 { - background-color: rgb(243 244 246 / 0.85); - } - - .dark\:bg-gray-100\/90 { - background-color: rgb(243 244 246 / 0.9); - } - - .dark\:bg-gray-100\/95 { - background-color: rgb(243 244 246 / 0.95); - } - - .dark\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-200\/0 { - background-color: rgb(229 231 235 / 0); - } - - .dark\:bg-gray-200\/10 { - background-color: rgb(229 231 235 / 0.1); - } - - .dark\:bg-gray-200\/100 { - background-color: rgb(229 231 235 / 1); - } - - .dark\:bg-gray-200\/15 { - background-color: rgb(229 231 235 / 0.15); - } - - .dark\:bg-gray-200\/20 { - background-color: rgb(229 231 235 / 0.2); - } - - .dark\:bg-gray-200\/25 { - background-color: rgb(229 231 235 / 0.25); - } - - .dark\:bg-gray-200\/30 { - background-color: rgb(229 231 235 / 0.3); - } - - .dark\:bg-gray-200\/35 { - background-color: rgb(229 231 235 / 0.35); - } - - .dark\:bg-gray-200\/40 { - background-color: rgb(229 231 235 / 0.4); - } - - .dark\:bg-gray-200\/45 { - background-color: rgb(229 231 235 / 0.45); - } - - .dark\:bg-gray-200\/5 { - background-color: rgb(229 231 235 / 0.05); - } - - .dark\:bg-gray-200\/50 { - background-color: rgb(229 231 235 / 0.5); - } - - .dark\:bg-gray-200\/55 { - background-color: rgb(229 231 235 / 0.55); - } - - .dark\:bg-gray-200\/60 { - background-color: rgb(229 231 235 / 0.6); - } - - .dark\:bg-gray-200\/65 { - background-color: rgb(229 231 235 / 0.65); - } - - .dark\:bg-gray-200\/70 { - background-color: rgb(229 231 235 / 0.7); - } - - .dark\:bg-gray-200\/75 { - background-color: rgb(229 231 235 / 0.75); - } - - .dark\:bg-gray-200\/80 { - background-color: rgb(229 231 235 / 0.8); - } - - .dark\:bg-gray-200\/85 { - background-color: rgb(229 231 235 / 0.85); - } - - .dark\:bg-gray-200\/90 { - background-color: rgb(229 231 235 / 0.9); - } - - .dark\:bg-gray-200\/95 { - background-color: rgb(229 231 235 / 0.95); - } - - .dark\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-300\/0 { - background-color: rgb(209 213 219 / 0); - } - - .dark\:bg-gray-300\/10 { - background-color: rgb(209 213 219 / 0.1); - } - - .dark\:bg-gray-300\/100 { - background-color: rgb(209 213 219 / 1); - } - - .dark\:bg-gray-300\/15 { - background-color: rgb(209 213 219 / 0.15); - } - - .dark\:bg-gray-300\/20 { - background-color: rgb(209 213 219 / 0.2); - } - - .dark\:bg-gray-300\/25 { - background-color: rgb(209 213 219 / 0.25); - } - - .dark\:bg-gray-300\/30 { - background-color: rgb(209 213 219 / 0.3); - } - - .dark\:bg-gray-300\/35 { - background-color: rgb(209 213 219 / 0.35); - } - - .dark\:bg-gray-300\/40 { - background-color: rgb(209 213 219 / 0.4); - } - - .dark\:bg-gray-300\/45 { - background-color: rgb(209 213 219 / 0.45); - } - - .dark\:bg-gray-300\/5 { - background-color: rgb(209 213 219 / 0.05); - } - - .dark\:bg-gray-300\/50 { - background-color: rgb(209 213 219 / 0.5); - } - - .dark\:bg-gray-300\/55 { - background-color: rgb(209 213 219 / 0.55); - } - - .dark\:bg-gray-300\/60 { - background-color: rgb(209 213 219 / 0.6); - } - - .dark\:bg-gray-300\/65 { - background-color: rgb(209 213 219 / 0.65); - } - - .dark\:bg-gray-300\/70 { - background-color: rgb(209 213 219 / 0.7); - } - - .dark\:bg-gray-300\/75 { - background-color: rgb(209 213 219 / 0.75); - } - - .dark\:bg-gray-300\/80 { - background-color: rgb(209 213 219 / 0.8); - } - - .dark\:bg-gray-300\/85 { - background-color: rgb(209 213 219 / 0.85); - } - - .dark\:bg-gray-300\/90 { - background-color: rgb(209 213 219 / 0.9); - } - - .dark\:bg-gray-300\/95 { - background-color: rgb(209 213 219 / 0.95); - } - - .dark\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-400\/0 { - background-color: rgb(156 163 175 / 0); - } - - .dark\:bg-gray-400\/10 { - background-color: rgb(156 163 175 / 0.1); - } - - .dark\:bg-gray-400\/100 { - background-color: rgb(156 163 175 / 1); - } - - .dark\:bg-gray-400\/15 { - background-color: rgb(156 163 175 / 0.15); - } - - .dark\:bg-gray-400\/20 { - background-color: rgb(156 163 175 / 0.2); - } - - .dark\:bg-gray-400\/25 { - background-color: rgb(156 163 175 / 0.25); - } - - .dark\:bg-gray-400\/30 { - background-color: rgb(156 163 175 / 0.3); - } - - .dark\:bg-gray-400\/35 { - background-color: rgb(156 163 175 / 0.35); - } - - .dark\:bg-gray-400\/40 { - background-color: rgb(156 163 175 / 0.4); - } - - .dark\:bg-gray-400\/45 { - background-color: rgb(156 163 175 / 0.45); - } - - .dark\:bg-gray-400\/5 { - background-color: rgb(156 163 175 / 0.05); - } - - .dark\:bg-gray-400\/50 { - background-color: rgb(156 163 175 / 0.5); - } - - .dark\:bg-gray-400\/55 { - background-color: rgb(156 163 175 / 0.55); - } - - .dark\:bg-gray-400\/60 { - background-color: rgb(156 163 175 / 0.6); - } - - .dark\:bg-gray-400\/65 { - background-color: rgb(156 163 175 / 0.65); - } - - .dark\:bg-gray-400\/70 { - background-color: rgb(156 163 175 / 0.7); - } - - .dark\:bg-gray-400\/75 { - background-color: rgb(156 163 175 / 0.75); - } - - .dark\:bg-gray-400\/80 { - background-color: rgb(156 163 175 / 0.8); - } - - .dark\:bg-gray-400\/85 { - background-color: rgb(156 163 175 / 0.85); - } - - .dark\:bg-gray-400\/90 { - background-color: rgb(156 163 175 / 0.9); - } - - .dark\:bg-gray-400\/95 { - background-color: rgb(156 163 175 / 0.95); - } - - .dark\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-50\/0 { - background-color: rgb(249 250 251 / 0); - } - - .dark\:bg-gray-50\/10 { - background-color: rgb(249 250 251 / 0.1); - } - - .dark\:bg-gray-50\/100 { - background-color: rgb(249 250 251 / 1); - } - - .dark\:bg-gray-50\/15 { - background-color: rgb(249 250 251 / 0.15); - } - - .dark\:bg-gray-50\/20 { - background-color: rgb(249 250 251 / 0.2); - } - - .dark\:bg-gray-50\/25 { - background-color: rgb(249 250 251 / 0.25); - } - - .dark\:bg-gray-50\/30 { - background-color: rgb(249 250 251 / 0.3); - } - - .dark\:bg-gray-50\/35 { - background-color: rgb(249 250 251 / 0.35); - } - - .dark\:bg-gray-50\/40 { - background-color: rgb(249 250 251 / 0.4); - } - - .dark\:bg-gray-50\/45 { - background-color: rgb(249 250 251 / 0.45); - } - - .dark\:bg-gray-50\/5 { - background-color: rgb(249 250 251 / 0.05); - } - - .dark\:bg-gray-50\/50 { - background-color: rgb(249 250 251 / 0.5); - } - - .dark\:bg-gray-50\/55 { - background-color: rgb(249 250 251 / 0.55); - } - - .dark\:bg-gray-50\/60 { - background-color: rgb(249 250 251 / 0.6); - } - - .dark\:bg-gray-50\/65 { - background-color: rgb(249 250 251 / 0.65); - } - - .dark\:bg-gray-50\/70 { - background-color: rgb(249 250 251 / 0.7); - } - - .dark\:bg-gray-50\/75 { - background-color: rgb(249 250 251 / 0.75); - } - - .dark\:bg-gray-50\/80 { - background-color: rgb(249 250 251 / 0.8); - } - - .dark\:bg-gray-50\/85 { - background-color: rgb(249 250 251 / 0.85); - } - - .dark\:bg-gray-50\/90 { - background-color: rgb(249 250 251 / 0.9); - } - - .dark\:bg-gray-50\/95 { - background-color: rgb(249 250 251 / 0.95); - } - - .dark\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-500\/0 { - background-color: rgb(107 114 128 / 0); - } - - .dark\:bg-gray-500\/10 { - background-color: rgb(107 114 128 / 0.1); - } - - .dark\:bg-gray-500\/100 { - background-color: rgb(107 114 128 / 1); - } - - .dark\:bg-gray-500\/15 { - background-color: rgb(107 114 128 / 0.15); - } - - .dark\:bg-gray-500\/20 { - background-color: rgb(107 114 128 / 0.2); - } - - .dark\:bg-gray-500\/25 { - background-color: rgb(107 114 128 / 0.25); - } - - .dark\:bg-gray-500\/30 { - background-color: rgb(107 114 128 / 0.3); - } - - .dark\:bg-gray-500\/35 { - background-color: rgb(107 114 128 / 0.35); - } - - .dark\:bg-gray-500\/40 { - background-color: rgb(107 114 128 / 0.4); - } - - .dark\:bg-gray-500\/45 { - background-color: rgb(107 114 128 / 0.45); - } - - .dark\:bg-gray-500\/5 { - background-color: rgb(107 114 128 / 0.05); - } - - .dark\:bg-gray-500\/50 { - background-color: rgb(107 114 128 / 0.5); - } - - .dark\:bg-gray-500\/55 { - background-color: rgb(107 114 128 / 0.55); - } - - .dark\:bg-gray-500\/60 { - background-color: rgb(107 114 128 / 0.6); - } - - .dark\:bg-gray-500\/65 { - background-color: rgb(107 114 128 / 0.65); - } - - .dark\:bg-gray-500\/70 { - background-color: rgb(107 114 128 / 0.7); - } - - .dark\:bg-gray-500\/75 { - background-color: rgb(107 114 128 / 0.75); - } - - .dark\:bg-gray-500\/80 { - background-color: rgb(107 114 128 / 0.8); - } - - .dark\:bg-gray-500\/85 { - background-color: rgb(107 114 128 / 0.85); - } - - .dark\:bg-gray-500\/90 { - background-color: rgb(107 114 128 / 0.9); - } - - .dark\:bg-gray-500\/95 { - background-color: rgb(107 114 128 / 0.95); - } - - .dark\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-600\/0 { - background-color: rgb(75 85 99 / 0); - } - - .dark\:bg-gray-600\/10 { - background-color: rgb(75 85 99 / 0.1); - } - - .dark\:bg-gray-600\/100 { - background-color: rgb(75 85 99 / 1); - } - - .dark\:bg-gray-600\/15 { - background-color: rgb(75 85 99 / 0.15); - } - - .dark\:bg-gray-600\/20 { - background-color: rgb(75 85 99 / 0.2); - } - - .dark\:bg-gray-600\/25 { - background-color: rgb(75 85 99 / 0.25); - } - - .dark\:bg-gray-600\/30 { - background-color: rgb(75 85 99 / 0.3); - } - - .dark\:bg-gray-600\/35 { - background-color: rgb(75 85 99 / 0.35); - } - - .dark\:bg-gray-600\/40 { - background-color: rgb(75 85 99 / 0.4); - } - - .dark\:bg-gray-600\/45 { - background-color: rgb(75 85 99 / 0.45); - } - - .dark\:bg-gray-600\/5 { - background-color: rgb(75 85 99 / 0.05); - } - - .dark\:bg-gray-600\/50 { - background-color: rgb(75 85 99 / 0.5); - } - - .dark\:bg-gray-600\/55 { - background-color: rgb(75 85 99 / 0.55); - } - - .dark\:bg-gray-600\/60 { - background-color: rgb(75 85 99 / 0.6); - } - - .dark\:bg-gray-600\/65 { - background-color: rgb(75 85 99 / 0.65); - } - - .dark\:bg-gray-600\/70 { - background-color: rgb(75 85 99 / 0.7); - } - - .dark\:bg-gray-600\/75 { - background-color: rgb(75 85 99 / 0.75); - } - - .dark\:bg-gray-600\/80 { - background-color: rgb(75 85 99 / 0.8); - } - - .dark\:bg-gray-600\/85 { - background-color: rgb(75 85 99 / 0.85); - } - - .dark\:bg-gray-600\/90 { - background-color: rgb(75 85 99 / 0.9); - } - - .dark\:bg-gray-600\/95 { - background-color: rgb(75 85 99 / 0.95); - } - - .dark\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-700\/0 { - background-color: rgb(55 65 81 / 0); - } - - .dark\:bg-gray-700\/10 { - background-color: rgb(55 65 81 / 0.1); - } - - .dark\:bg-gray-700\/100 { - background-color: rgb(55 65 81 / 1); - } - - .dark\:bg-gray-700\/15 { - background-color: rgb(55 65 81 / 0.15); - } - - .dark\:bg-gray-700\/20 { - background-color: rgb(55 65 81 / 0.2); - } - - .dark\:bg-gray-700\/25 { - background-color: rgb(55 65 81 / 0.25); - } - - .dark\:bg-gray-700\/30 { - background-color: rgb(55 65 81 / 0.3); - } - - .dark\:bg-gray-700\/35 { - background-color: rgb(55 65 81 / 0.35); - } - - .dark\:bg-gray-700\/40 { - background-color: rgb(55 65 81 / 0.4); - } - - .dark\:bg-gray-700\/45 { - background-color: rgb(55 65 81 / 0.45); - } - - .dark\:bg-gray-700\/5 { - background-color: rgb(55 65 81 / 0.05); - } - - .dark\:bg-gray-700\/50 { - background-color: rgb(55 65 81 / 0.5); - } - - .dark\:bg-gray-700\/55 { - background-color: rgb(55 65 81 / 0.55); - } - - .dark\:bg-gray-700\/60 { - background-color: rgb(55 65 81 / 0.6); - } - - .dark\:bg-gray-700\/65 { - background-color: rgb(55 65 81 / 0.65); - } - - .dark\:bg-gray-700\/70 { - background-color: rgb(55 65 81 / 0.7); - } - - .dark\:bg-gray-700\/75 { - background-color: rgb(55 65 81 / 0.75); - } - - .dark\:bg-gray-700\/80 { - background-color: rgb(55 65 81 / 0.8); - } - - .dark\:bg-gray-700\/85 { - background-color: rgb(55 65 81 / 0.85); - } - - .dark\:bg-gray-700\/90 { - background-color: rgb(55 65 81 / 0.9); - } - - .dark\:bg-gray-700\/95 { - background-color: rgb(55 65 81 / 0.95); - } - - .dark\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-800\/0 { - background-color: rgb(31 41 55 / 0); - } - - .dark\:bg-gray-800\/10 { - background-color: rgb(31 41 55 / 0.1); - } - - .dark\:bg-gray-800\/100 { - background-color: rgb(31 41 55 / 1); - } - - .dark\:bg-gray-800\/15 { - background-color: rgb(31 41 55 / 0.15); - } - - .dark\:bg-gray-800\/20 { - background-color: rgb(31 41 55 / 0.2); - } - - .dark\:bg-gray-800\/25 { - background-color: rgb(31 41 55 / 0.25); - } - - .dark\:bg-gray-800\/30 { - background-color: rgb(31 41 55 / 0.3); - } - - .dark\:bg-gray-800\/35 { - background-color: rgb(31 41 55 / 0.35); - } - - .dark\:bg-gray-800\/40 { - background-color: rgb(31 41 55 / 0.4); - } - - .dark\:bg-gray-800\/45 { - background-color: rgb(31 41 55 / 0.45); - } - - .dark\:bg-gray-800\/5 { - background-color: rgb(31 41 55 / 0.05); - } - - .dark\:bg-gray-800\/50 { - background-color: rgb(31 41 55 / 0.5); - } - - .dark\:bg-gray-800\/55 { - background-color: rgb(31 41 55 / 0.55); - } - - .dark\:bg-gray-800\/60 { - background-color: rgb(31 41 55 / 0.6); - } - - .dark\:bg-gray-800\/65 { - background-color: rgb(31 41 55 / 0.65); - } - - .dark\:bg-gray-800\/70 { - background-color: rgb(31 41 55 / 0.7); - } - - .dark\:bg-gray-800\/75 { - background-color: rgb(31 41 55 / 0.75); - } - - .dark\:bg-gray-800\/80 { - background-color: rgb(31 41 55 / 0.8); - } - - .dark\:bg-gray-800\/85 { - background-color: rgb(31 41 55 / 0.85); - } - - .dark\:bg-gray-800\/90 { - background-color: rgb(31 41 55 / 0.9); - } - - .dark\:bg-gray-800\/95 { - background-color: rgb(31 41 55 / 0.95); - } - - .dark\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-900\/0 { - background-color: rgb(17 24 39 / 0); - } - - .dark\:bg-gray-900\/10 { - background-color: rgb(17 24 39 / 0.1); - } - - .dark\:bg-gray-900\/100 { - background-color: rgb(17 24 39 / 1); - } - - .dark\:bg-gray-900\/15 { - background-color: rgb(17 24 39 / 0.15); - } - - .dark\:bg-gray-900\/20 { - background-color: rgb(17 24 39 / 0.2); - } - - .dark\:bg-gray-900\/25 { - background-color: rgb(17 24 39 / 0.25); - } - - .dark\:bg-gray-900\/30 { - background-color: rgb(17 24 39 / 0.3); - } - - .dark\:bg-gray-900\/35 { - background-color: rgb(17 24 39 / 0.35); - } - - .dark\:bg-gray-900\/40 { - background-color: rgb(17 24 39 / 0.4); - } - - .dark\:bg-gray-900\/45 { - background-color: rgb(17 24 39 / 0.45); - } - - .dark\:bg-gray-900\/5 { - background-color: rgb(17 24 39 / 0.05); - } - - .dark\:bg-gray-900\/50 { - background-color: rgb(17 24 39 / 0.5); - } - - .dark\:bg-gray-900\/55 { - background-color: rgb(17 24 39 / 0.55); - } - - .dark\:bg-gray-900\/60 { - background-color: rgb(17 24 39 / 0.6); - } - - .dark\:bg-gray-900\/65 { - background-color: rgb(17 24 39 / 0.65); - } - - .dark\:bg-gray-900\/70 { - background-color: rgb(17 24 39 / 0.7); - } - - .dark\:bg-gray-900\/75 { - background-color: rgb(17 24 39 / 0.75); - } - - .dark\:bg-gray-900\/80 { - background-color: rgb(17 24 39 / 0.8); - } - - .dark\:bg-gray-900\/85 { - background-color: rgb(17 24 39 / 0.85); - } - - .dark\:bg-gray-900\/90 { - background-color: rgb(17 24 39 / 0.9); - } - - .dark\:bg-gray-900\/95 { - background-color: rgb(17 24 39 / 0.95); - } - - .dark\:bg-gray-950 { - --tw-bg-opacity: 1; - background-color: rgb(3 7 18 / var(--tw-bg-opacity)); - } - - .dark\:bg-gray-950\/0 { - background-color: rgb(3 7 18 / 0); - } - - .dark\:bg-gray-950\/10 { - background-color: rgb(3 7 18 / 0.1); - } - - .dark\:bg-gray-950\/100 { - background-color: rgb(3 7 18 / 1); - } - - .dark\:bg-gray-950\/15 { - background-color: rgb(3 7 18 / 0.15); - } - - .dark\:bg-gray-950\/20 { - background-color: rgb(3 7 18 / 0.2); - } - - .dark\:bg-gray-950\/25 { - background-color: rgb(3 7 18 / 0.25); - } - - .dark\:bg-gray-950\/30 { - background-color: rgb(3 7 18 / 0.3); - } - - .dark\:bg-gray-950\/35 { - background-color: rgb(3 7 18 / 0.35); - } - - .dark\:bg-gray-950\/40 { - background-color: rgb(3 7 18 / 0.4); - } - - .dark\:bg-gray-950\/45 { - background-color: rgb(3 7 18 / 0.45); - } - - .dark\:bg-gray-950\/5 { - background-color: rgb(3 7 18 / 0.05); - } - - .dark\:bg-gray-950\/50 { - background-color: rgb(3 7 18 / 0.5); - } - - .dark\:bg-gray-950\/55 { - background-color: rgb(3 7 18 / 0.55); - } - - .dark\:bg-gray-950\/60 { - background-color: rgb(3 7 18 / 0.6); - } - - .dark\:bg-gray-950\/65 { - background-color: rgb(3 7 18 / 0.65); - } - - .dark\:bg-gray-950\/70 { - background-color: rgb(3 7 18 / 0.7); - } - - .dark\:bg-gray-950\/75 { - background-color: rgb(3 7 18 / 0.75); - } - - .dark\:bg-gray-950\/80 { - background-color: rgb(3 7 18 / 0.8); - } - - .dark\:bg-gray-950\/85 { - background-color: rgb(3 7 18 / 0.85); - } - - .dark\:bg-gray-950\/90 { - background-color: rgb(3 7 18 / 0.9); - } - - .dark\:bg-gray-950\/95 { - background-color: rgb(3 7 18 / 0.95); - } - - .dark\:bg-lime-100 { - --tw-bg-opacity: 1; - background-color: rgb(236 252 203 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-100\/0 { - background-color: rgb(236 252 203 / 0); - } - - .dark\:bg-lime-100\/10 { - background-color: rgb(236 252 203 / 0.1); - } - - .dark\:bg-lime-100\/100 { - background-color: rgb(236 252 203 / 1); - } - - .dark\:bg-lime-100\/15 { - background-color: rgb(236 252 203 / 0.15); - } - - .dark\:bg-lime-100\/20 { - background-color: rgb(236 252 203 / 0.2); - } - - .dark\:bg-lime-100\/25 { - background-color: rgb(236 252 203 / 0.25); - } - - .dark\:bg-lime-100\/30 { - background-color: rgb(236 252 203 / 0.3); - } - - .dark\:bg-lime-100\/35 { - background-color: rgb(236 252 203 / 0.35); - } - - .dark\:bg-lime-100\/40 { - background-color: rgb(236 252 203 / 0.4); - } - - .dark\:bg-lime-100\/45 { - background-color: rgb(236 252 203 / 0.45); - } - - .dark\:bg-lime-100\/5 { - background-color: rgb(236 252 203 / 0.05); - } - - .dark\:bg-lime-100\/50 { - background-color: rgb(236 252 203 / 0.5); - } - - .dark\:bg-lime-100\/55 { - background-color: rgb(236 252 203 / 0.55); - } - - .dark\:bg-lime-100\/60 { - background-color: rgb(236 252 203 / 0.6); - } - - .dark\:bg-lime-100\/65 { - background-color: rgb(236 252 203 / 0.65); - } - - .dark\:bg-lime-100\/70 { - background-color: rgb(236 252 203 / 0.7); - } - - .dark\:bg-lime-100\/75 { - background-color: rgb(236 252 203 / 0.75); - } - - .dark\:bg-lime-100\/80 { - background-color: rgb(236 252 203 / 0.8); - } - - .dark\:bg-lime-100\/85 { - background-color: rgb(236 252 203 / 0.85); - } - - .dark\:bg-lime-100\/90 { - background-color: rgb(236 252 203 / 0.9); - } - - .dark\:bg-lime-100\/95 { - background-color: rgb(236 252 203 / 0.95); - } - - .dark\:bg-lime-200 { - --tw-bg-opacity: 1; - background-color: rgb(217 249 157 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-200\/0 { - background-color: rgb(217 249 157 / 0); - } - - .dark\:bg-lime-200\/10 { - background-color: rgb(217 249 157 / 0.1); - } - - .dark\:bg-lime-200\/100 { - background-color: rgb(217 249 157 / 1); - } - - .dark\:bg-lime-200\/15 { - background-color: rgb(217 249 157 / 0.15); - } - - .dark\:bg-lime-200\/20 { - background-color: rgb(217 249 157 / 0.2); - } - - .dark\:bg-lime-200\/25 { - background-color: rgb(217 249 157 / 0.25); - } - - .dark\:bg-lime-200\/30 { - background-color: rgb(217 249 157 / 0.3); - } - - .dark\:bg-lime-200\/35 { - background-color: rgb(217 249 157 / 0.35); - } - - .dark\:bg-lime-200\/40 { - background-color: rgb(217 249 157 / 0.4); - } - - .dark\:bg-lime-200\/45 { - background-color: rgb(217 249 157 / 0.45); - } - - .dark\:bg-lime-200\/5 { - background-color: rgb(217 249 157 / 0.05); - } - - .dark\:bg-lime-200\/50 { - background-color: rgb(217 249 157 / 0.5); - } - - .dark\:bg-lime-200\/55 { - background-color: rgb(217 249 157 / 0.55); - } - - .dark\:bg-lime-200\/60 { - background-color: rgb(217 249 157 / 0.6); - } - - .dark\:bg-lime-200\/65 { - background-color: rgb(217 249 157 / 0.65); - } - - .dark\:bg-lime-200\/70 { - background-color: rgb(217 249 157 / 0.7); - } - - .dark\:bg-lime-200\/75 { - background-color: rgb(217 249 157 / 0.75); - } - - .dark\:bg-lime-200\/80 { - background-color: rgb(217 249 157 / 0.8); - } - - .dark\:bg-lime-200\/85 { - background-color: rgb(217 249 157 / 0.85); - } - - .dark\:bg-lime-200\/90 { - background-color: rgb(217 249 157 / 0.9); - } - - .dark\:bg-lime-200\/95 { - background-color: rgb(217 249 157 / 0.95); - } - - .dark\:bg-lime-300 { - --tw-bg-opacity: 1; - background-color: rgb(190 242 100 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-300\/0 { - background-color: rgb(190 242 100 / 0); - } - - .dark\:bg-lime-300\/10 { - background-color: rgb(190 242 100 / 0.1); - } - - .dark\:bg-lime-300\/100 { - background-color: rgb(190 242 100 / 1); - } - - .dark\:bg-lime-300\/15 { - background-color: rgb(190 242 100 / 0.15); - } - - .dark\:bg-lime-300\/20 { - background-color: rgb(190 242 100 / 0.2); - } - - .dark\:bg-lime-300\/25 { - background-color: rgb(190 242 100 / 0.25); - } - - .dark\:bg-lime-300\/30 { - background-color: rgb(190 242 100 / 0.3); - } - - .dark\:bg-lime-300\/35 { - background-color: rgb(190 242 100 / 0.35); - } - - .dark\:bg-lime-300\/40 { - background-color: rgb(190 242 100 / 0.4); - } - - .dark\:bg-lime-300\/45 { - background-color: rgb(190 242 100 / 0.45); - } - - .dark\:bg-lime-300\/5 { - background-color: rgb(190 242 100 / 0.05); - } - - .dark\:bg-lime-300\/50 { - background-color: rgb(190 242 100 / 0.5); - } - - .dark\:bg-lime-300\/55 { - background-color: rgb(190 242 100 / 0.55); - } - - .dark\:bg-lime-300\/60 { - background-color: rgb(190 242 100 / 0.6); - } - - .dark\:bg-lime-300\/65 { - background-color: rgb(190 242 100 / 0.65); - } - - .dark\:bg-lime-300\/70 { - background-color: rgb(190 242 100 / 0.7); - } - - .dark\:bg-lime-300\/75 { - background-color: rgb(190 242 100 / 0.75); - } - - .dark\:bg-lime-300\/80 { - background-color: rgb(190 242 100 / 0.8); - } - - .dark\:bg-lime-300\/85 { - background-color: rgb(190 242 100 / 0.85); - } - - .dark\:bg-lime-300\/90 { - background-color: rgb(190 242 100 / 0.9); - } - - .dark\:bg-lime-300\/95 { - background-color: rgb(190 242 100 / 0.95); - } - - .dark\:bg-lime-400 { - --tw-bg-opacity: 1; - background-color: rgb(163 230 53 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-400\/0 { - background-color: rgb(163 230 53 / 0); - } - - .dark\:bg-lime-400\/10 { - background-color: rgb(163 230 53 / 0.1); - } - - .dark\:bg-lime-400\/100 { - background-color: rgb(163 230 53 / 1); - } - - .dark\:bg-lime-400\/15 { - background-color: rgb(163 230 53 / 0.15); - } - - .dark\:bg-lime-400\/20 { - background-color: rgb(163 230 53 / 0.2); - } - - .dark\:bg-lime-400\/25 { - background-color: rgb(163 230 53 / 0.25); - } - - .dark\:bg-lime-400\/30 { - background-color: rgb(163 230 53 / 0.3); - } - - .dark\:bg-lime-400\/35 { - background-color: rgb(163 230 53 / 0.35); - } - - .dark\:bg-lime-400\/40 { - background-color: rgb(163 230 53 / 0.4); - } - - .dark\:bg-lime-400\/45 { - background-color: rgb(163 230 53 / 0.45); - } - - .dark\:bg-lime-400\/5 { - background-color: rgb(163 230 53 / 0.05); - } - - .dark\:bg-lime-400\/50 { - background-color: rgb(163 230 53 / 0.5); - } - - .dark\:bg-lime-400\/55 { - background-color: rgb(163 230 53 / 0.55); - } - - .dark\:bg-lime-400\/60 { - background-color: rgb(163 230 53 / 0.6); - } - - .dark\:bg-lime-400\/65 { - background-color: rgb(163 230 53 / 0.65); - } - - .dark\:bg-lime-400\/70 { - background-color: rgb(163 230 53 / 0.7); - } - - .dark\:bg-lime-400\/75 { - background-color: rgb(163 230 53 / 0.75); - } - - .dark\:bg-lime-400\/80 { - background-color: rgb(163 230 53 / 0.8); - } - - .dark\:bg-lime-400\/85 { - background-color: rgb(163 230 53 / 0.85); - } - - .dark\:bg-lime-400\/90 { - background-color: rgb(163 230 53 / 0.9); - } - - .dark\:bg-lime-400\/95 { - background-color: rgb(163 230 53 / 0.95); - } - - .dark\:bg-lime-50 { - --tw-bg-opacity: 1; - background-color: rgb(247 254 231 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-50\/0 { - background-color: rgb(247 254 231 / 0); - } - - .dark\:bg-lime-50\/10 { - background-color: rgb(247 254 231 / 0.1); - } - - .dark\:bg-lime-50\/100 { - background-color: rgb(247 254 231 / 1); - } - - .dark\:bg-lime-50\/15 { - background-color: rgb(247 254 231 / 0.15); - } - - .dark\:bg-lime-50\/20 { - background-color: rgb(247 254 231 / 0.2); - } - - .dark\:bg-lime-50\/25 { - background-color: rgb(247 254 231 / 0.25); - } - - .dark\:bg-lime-50\/30 { - background-color: rgb(247 254 231 / 0.3); - } - - .dark\:bg-lime-50\/35 { - background-color: rgb(247 254 231 / 0.35); - } - - .dark\:bg-lime-50\/40 { - background-color: rgb(247 254 231 / 0.4); - } - - .dark\:bg-lime-50\/45 { - background-color: rgb(247 254 231 / 0.45); - } - - .dark\:bg-lime-50\/5 { - background-color: rgb(247 254 231 / 0.05); - } - - .dark\:bg-lime-50\/50 { - background-color: rgb(247 254 231 / 0.5); - } - - .dark\:bg-lime-50\/55 { - background-color: rgb(247 254 231 / 0.55); - } - - .dark\:bg-lime-50\/60 { - background-color: rgb(247 254 231 / 0.6); - } - - .dark\:bg-lime-50\/65 { - background-color: rgb(247 254 231 / 0.65); - } - - .dark\:bg-lime-50\/70 { - background-color: rgb(247 254 231 / 0.7); - } - - .dark\:bg-lime-50\/75 { - background-color: rgb(247 254 231 / 0.75); - } - - .dark\:bg-lime-50\/80 { - background-color: rgb(247 254 231 / 0.8); - } - - .dark\:bg-lime-50\/85 { - background-color: rgb(247 254 231 / 0.85); - } - - .dark\:bg-lime-50\/90 { - background-color: rgb(247 254 231 / 0.9); - } - - .dark\:bg-lime-50\/95 { - background-color: rgb(247 254 231 / 0.95); - } - - .dark\:bg-lime-500 { - --tw-bg-opacity: 1; - background-color: rgb(132 204 22 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-500\/0 { - background-color: rgb(132 204 22 / 0); - } - - .dark\:bg-lime-500\/10 { - background-color: rgb(132 204 22 / 0.1); - } - - .dark\:bg-lime-500\/100 { - background-color: rgb(132 204 22 / 1); - } - - .dark\:bg-lime-500\/15 { - background-color: rgb(132 204 22 / 0.15); - } - - .dark\:bg-lime-500\/20 { - background-color: rgb(132 204 22 / 0.2); - } - - .dark\:bg-lime-500\/25 { - background-color: rgb(132 204 22 / 0.25); - } - - .dark\:bg-lime-500\/30 { - background-color: rgb(132 204 22 / 0.3); - } - - .dark\:bg-lime-500\/35 { - background-color: rgb(132 204 22 / 0.35); - } - - .dark\:bg-lime-500\/40 { - background-color: rgb(132 204 22 / 0.4); - } - - .dark\:bg-lime-500\/45 { - background-color: rgb(132 204 22 / 0.45); - } - - .dark\:bg-lime-500\/5 { - background-color: rgb(132 204 22 / 0.05); - } - - .dark\:bg-lime-500\/50 { - background-color: rgb(132 204 22 / 0.5); - } - - .dark\:bg-lime-500\/55 { - background-color: rgb(132 204 22 / 0.55); - } - - .dark\:bg-lime-500\/60 { - background-color: rgb(132 204 22 / 0.6); - } - - .dark\:bg-lime-500\/65 { - background-color: rgb(132 204 22 / 0.65); - } - - .dark\:bg-lime-500\/70 { - background-color: rgb(132 204 22 / 0.7); - } - - .dark\:bg-lime-500\/75 { - background-color: rgb(132 204 22 / 0.75); - } - - .dark\:bg-lime-500\/80 { - background-color: rgb(132 204 22 / 0.8); - } - - .dark\:bg-lime-500\/85 { - background-color: rgb(132 204 22 / 0.85); - } - - .dark\:bg-lime-500\/90 { - background-color: rgb(132 204 22 / 0.9); - } - - .dark\:bg-lime-500\/95 { - background-color: rgb(132 204 22 / 0.95); - } - - .dark\:bg-lime-600 { - --tw-bg-opacity: 1; - background-color: rgb(101 163 13 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-600\/0 { - background-color: rgb(101 163 13 / 0); - } - - .dark\:bg-lime-600\/10 { - background-color: rgb(101 163 13 / 0.1); - } - - .dark\:bg-lime-600\/100 { - background-color: rgb(101 163 13 / 1); - } - - .dark\:bg-lime-600\/15 { - background-color: rgb(101 163 13 / 0.15); - } - - .dark\:bg-lime-600\/20 { - background-color: rgb(101 163 13 / 0.2); - } - - .dark\:bg-lime-600\/25 { - background-color: rgb(101 163 13 / 0.25); - } - - .dark\:bg-lime-600\/30 { - background-color: rgb(101 163 13 / 0.3); - } - - .dark\:bg-lime-600\/35 { - background-color: rgb(101 163 13 / 0.35); - } - - .dark\:bg-lime-600\/40 { - background-color: rgb(101 163 13 / 0.4); - } - - .dark\:bg-lime-600\/45 { - background-color: rgb(101 163 13 / 0.45); - } - - .dark\:bg-lime-600\/5 { - background-color: rgb(101 163 13 / 0.05); - } - - .dark\:bg-lime-600\/50 { - background-color: rgb(101 163 13 / 0.5); - } - - .dark\:bg-lime-600\/55 { - background-color: rgb(101 163 13 / 0.55); - } - - .dark\:bg-lime-600\/60 { - background-color: rgb(101 163 13 / 0.6); - } - - .dark\:bg-lime-600\/65 { - background-color: rgb(101 163 13 / 0.65); - } - - .dark\:bg-lime-600\/70 { - background-color: rgb(101 163 13 / 0.7); - } - - .dark\:bg-lime-600\/75 { - background-color: rgb(101 163 13 / 0.75); - } - - .dark\:bg-lime-600\/80 { - background-color: rgb(101 163 13 / 0.8); - } - - .dark\:bg-lime-600\/85 { - background-color: rgb(101 163 13 / 0.85); - } - - .dark\:bg-lime-600\/90 { - background-color: rgb(101 163 13 / 0.9); - } - - .dark\:bg-lime-600\/95 { - background-color: rgb(101 163 13 / 0.95); - } - - .dark\:bg-lime-700 { - --tw-bg-opacity: 1; - background-color: rgb(77 124 15 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-700\/0 { - background-color: rgb(77 124 15 / 0); - } - - .dark\:bg-lime-700\/10 { - background-color: rgb(77 124 15 / 0.1); - } - - .dark\:bg-lime-700\/100 { - background-color: rgb(77 124 15 / 1); - } - - .dark\:bg-lime-700\/15 { - background-color: rgb(77 124 15 / 0.15); - } - - .dark\:bg-lime-700\/20 { - background-color: rgb(77 124 15 / 0.2); - } - - .dark\:bg-lime-700\/25 { - background-color: rgb(77 124 15 / 0.25); - } - - .dark\:bg-lime-700\/30 { - background-color: rgb(77 124 15 / 0.3); - } - - .dark\:bg-lime-700\/35 { - background-color: rgb(77 124 15 / 0.35); - } - - .dark\:bg-lime-700\/40 { - background-color: rgb(77 124 15 / 0.4); - } - - .dark\:bg-lime-700\/45 { - background-color: rgb(77 124 15 / 0.45); - } - - .dark\:bg-lime-700\/5 { - background-color: rgb(77 124 15 / 0.05); - } - - .dark\:bg-lime-700\/50 { - background-color: rgb(77 124 15 / 0.5); - } - - .dark\:bg-lime-700\/55 { - background-color: rgb(77 124 15 / 0.55); - } - - .dark\:bg-lime-700\/60 { - background-color: rgb(77 124 15 / 0.6); - } - - .dark\:bg-lime-700\/65 { - background-color: rgb(77 124 15 / 0.65); - } - - .dark\:bg-lime-700\/70 { - background-color: rgb(77 124 15 / 0.7); - } - - .dark\:bg-lime-700\/75 { - background-color: rgb(77 124 15 / 0.75); - } - - .dark\:bg-lime-700\/80 { - background-color: rgb(77 124 15 / 0.8); - } - - .dark\:bg-lime-700\/85 { - background-color: rgb(77 124 15 / 0.85); - } - - .dark\:bg-lime-700\/90 { - background-color: rgb(77 124 15 / 0.9); - } - - .dark\:bg-lime-700\/95 { - background-color: rgb(77 124 15 / 0.95); - } - - .dark\:bg-lime-800 { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-800\/0 { - background-color: rgb(63 98 18 / 0); - } - - .dark\:bg-lime-800\/10 { - background-color: rgb(63 98 18 / 0.1); - } - - .dark\:bg-lime-800\/100 { - background-color: rgb(63 98 18 / 1); - } - - .dark\:bg-lime-800\/15 { - background-color: rgb(63 98 18 / 0.15); - } - - .dark\:bg-lime-800\/20 { - background-color: rgb(63 98 18 / 0.2); - } - - .dark\:bg-lime-800\/25 { - background-color: rgb(63 98 18 / 0.25); - } - - .dark\:bg-lime-800\/30 { - background-color: rgb(63 98 18 / 0.3); - } - - .dark\:bg-lime-800\/35 { - background-color: rgb(63 98 18 / 0.35); - } - - .dark\:bg-lime-800\/40 { - background-color: rgb(63 98 18 / 0.4); - } - - .dark\:bg-lime-800\/45 { - background-color: rgb(63 98 18 / 0.45); - } - - .dark\:bg-lime-800\/5 { - background-color: rgb(63 98 18 / 0.05); - } - - .dark\:bg-lime-800\/50 { - background-color: rgb(63 98 18 / 0.5); - } - - .dark\:bg-lime-800\/55 { - background-color: rgb(63 98 18 / 0.55); - } - - .dark\:bg-lime-800\/60 { - background-color: rgb(63 98 18 / 0.6); - } - - .dark\:bg-lime-800\/65 { - background-color: rgb(63 98 18 / 0.65); - } - - .dark\:bg-lime-800\/70 { - background-color: rgb(63 98 18 / 0.7); - } - - .dark\:bg-lime-800\/75 { - background-color: rgb(63 98 18 / 0.75); - } - - .dark\:bg-lime-800\/80 { - background-color: rgb(63 98 18 / 0.8); - } - - .dark\:bg-lime-800\/85 { - background-color: rgb(63 98 18 / 0.85); - } - - .dark\:bg-lime-800\/90 { - background-color: rgb(63 98 18 / 0.9); - } - - .dark\:bg-lime-800\/95 { - background-color: rgb(63 98 18 / 0.95); - } - - .dark\:bg-lime-900 { - --tw-bg-opacity: 1; - background-color: rgb(54 83 20 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-900\/0 { - background-color: rgb(54 83 20 / 0); - } - - .dark\:bg-lime-900\/10 { - background-color: rgb(54 83 20 / 0.1); - } - - .dark\:bg-lime-900\/100 { - background-color: rgb(54 83 20 / 1); - } - - .dark\:bg-lime-900\/15 { - background-color: rgb(54 83 20 / 0.15); - } - - .dark\:bg-lime-900\/20 { - background-color: rgb(54 83 20 / 0.2); - } - - .dark\:bg-lime-900\/25 { - background-color: rgb(54 83 20 / 0.25); - } - - .dark\:bg-lime-900\/30 { - background-color: rgb(54 83 20 / 0.3); - } - - .dark\:bg-lime-900\/35 { - background-color: rgb(54 83 20 / 0.35); - } - - .dark\:bg-lime-900\/40 { - background-color: rgb(54 83 20 / 0.4); - } - - .dark\:bg-lime-900\/45 { - background-color: rgb(54 83 20 / 0.45); - } - - .dark\:bg-lime-900\/5 { - background-color: rgb(54 83 20 / 0.05); - } - - .dark\:bg-lime-900\/50 { - background-color: rgb(54 83 20 / 0.5); - } - - .dark\:bg-lime-900\/55 { - background-color: rgb(54 83 20 / 0.55); - } - - .dark\:bg-lime-900\/60 { - background-color: rgb(54 83 20 / 0.6); - } - - .dark\:bg-lime-900\/65 { - background-color: rgb(54 83 20 / 0.65); - } - - .dark\:bg-lime-900\/70 { - background-color: rgb(54 83 20 / 0.7); - } - - .dark\:bg-lime-900\/75 { - background-color: rgb(54 83 20 / 0.75); - } - - .dark\:bg-lime-900\/80 { - background-color: rgb(54 83 20 / 0.8); - } - - .dark\:bg-lime-900\/85 { - background-color: rgb(54 83 20 / 0.85); - } - - .dark\:bg-lime-900\/90 { - background-color: rgb(54 83 20 / 0.9); - } - - .dark\:bg-lime-900\/95 { - background-color: rgb(54 83 20 / 0.95); - } - - .dark\:bg-lime-950 { - --tw-bg-opacity: 1; - background-color: rgb(26 46 5 / var(--tw-bg-opacity)); - } - - .dark\:bg-lime-950\/0 { - background-color: rgb(26 46 5 / 0); - } - - .dark\:bg-lime-950\/10 { - background-color: rgb(26 46 5 / 0.1); - } - - .dark\:bg-lime-950\/100 { - background-color: rgb(26 46 5 / 1); - } - - .dark\:bg-lime-950\/15 { - background-color: rgb(26 46 5 / 0.15); - } - - .dark\:bg-lime-950\/20 { - background-color: rgb(26 46 5 / 0.2); - } - - .dark\:bg-lime-950\/25 { - background-color: rgb(26 46 5 / 0.25); - } - - .dark\:bg-lime-950\/30 { - background-color: rgb(26 46 5 / 0.3); - } - - .dark\:bg-lime-950\/35 { - background-color: rgb(26 46 5 / 0.35); - } - - .dark\:bg-lime-950\/40 { - background-color: rgb(26 46 5 / 0.4); - } - - .dark\:bg-lime-950\/45 { - background-color: rgb(26 46 5 / 0.45); - } - - .dark\:bg-lime-950\/5 { - background-color: rgb(26 46 5 / 0.05); - } - - .dark\:bg-lime-950\/50 { - background-color: rgb(26 46 5 / 0.5); - } - - .dark\:bg-lime-950\/55 { - background-color: rgb(26 46 5 / 0.55); - } - - .dark\:bg-lime-950\/60 { - background-color: rgb(26 46 5 / 0.6); - } - - .dark\:bg-lime-950\/65 { - background-color: rgb(26 46 5 / 0.65); - } - - .dark\:bg-lime-950\/70 { - background-color: rgb(26 46 5 / 0.7); - } - - .dark\:bg-lime-950\/75 { - background-color: rgb(26 46 5 / 0.75); - } - - .dark\:bg-lime-950\/80 { - background-color: rgb(26 46 5 / 0.8); - } - - .dark\:bg-lime-950\/85 { - background-color: rgb(26 46 5 / 0.85); - } - - .dark\:bg-lime-950\/90 { - background-color: rgb(26 46 5 / 0.9); - } - - .dark\:bg-lime-950\/95 { - background-color: rgb(26 46 5 / 0.95); - } - - .dark\:bg-orange-100 { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-100\/0 { - background-color: rgb(255 237 213 / 0); - } - - .dark\:bg-orange-100\/10 { - background-color: rgb(255 237 213 / 0.1); - } - - .dark\:bg-orange-100\/100 { - background-color: rgb(255 237 213 / 1); - } - - .dark\:bg-orange-100\/15 { - background-color: rgb(255 237 213 / 0.15); - } - - .dark\:bg-orange-100\/20 { - background-color: rgb(255 237 213 / 0.2); - } - - .dark\:bg-orange-100\/25 { - background-color: rgb(255 237 213 / 0.25); - } - - .dark\:bg-orange-100\/30 { - background-color: rgb(255 237 213 / 0.3); - } - - .dark\:bg-orange-100\/35 { - background-color: rgb(255 237 213 / 0.35); - } - - .dark\:bg-orange-100\/40 { - background-color: rgb(255 237 213 / 0.4); - } - - .dark\:bg-orange-100\/45 { - background-color: rgb(255 237 213 / 0.45); - } - - .dark\:bg-orange-100\/5 { - background-color: rgb(255 237 213 / 0.05); - } - - .dark\:bg-orange-100\/50 { - background-color: rgb(255 237 213 / 0.5); - } - - .dark\:bg-orange-100\/55 { - background-color: rgb(255 237 213 / 0.55); - } - - .dark\:bg-orange-100\/60 { - background-color: rgb(255 237 213 / 0.6); - } - - .dark\:bg-orange-100\/65 { - background-color: rgb(255 237 213 / 0.65); - } - - .dark\:bg-orange-100\/70 { - background-color: rgb(255 237 213 / 0.7); - } - - .dark\:bg-orange-100\/75 { - background-color: rgb(255 237 213 / 0.75); - } - - .dark\:bg-orange-100\/80 { - background-color: rgb(255 237 213 / 0.8); - } - - .dark\:bg-orange-100\/85 { - background-color: rgb(255 237 213 / 0.85); - } - - .dark\:bg-orange-100\/90 { - background-color: rgb(255 237 213 / 0.9); - } - - .dark\:bg-orange-100\/95 { - background-color: rgb(255 237 213 / 0.95); - } - - .dark\:bg-orange-200 { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-200\/0 { - background-color: rgb(254 215 170 / 0); - } - - .dark\:bg-orange-200\/10 { - background-color: rgb(254 215 170 / 0.1); - } - - .dark\:bg-orange-200\/100 { - background-color: rgb(254 215 170 / 1); - } - - .dark\:bg-orange-200\/15 { - background-color: rgb(254 215 170 / 0.15); - } - - .dark\:bg-orange-200\/20 { - background-color: rgb(254 215 170 / 0.2); - } - - .dark\:bg-orange-200\/25 { - background-color: rgb(254 215 170 / 0.25); - } - - .dark\:bg-orange-200\/30 { - background-color: rgb(254 215 170 / 0.3); - } - - .dark\:bg-orange-200\/35 { - background-color: rgb(254 215 170 / 0.35); - } - - .dark\:bg-orange-200\/40 { - background-color: rgb(254 215 170 / 0.4); - } - - .dark\:bg-orange-200\/45 { - background-color: rgb(254 215 170 / 0.45); - } - - .dark\:bg-orange-200\/5 { - background-color: rgb(254 215 170 / 0.05); - } - - .dark\:bg-orange-200\/50 { - background-color: rgb(254 215 170 / 0.5); - } - - .dark\:bg-orange-200\/55 { - background-color: rgb(254 215 170 / 0.55); - } - - .dark\:bg-orange-200\/60 { - background-color: rgb(254 215 170 / 0.6); - } - - .dark\:bg-orange-200\/65 { - background-color: rgb(254 215 170 / 0.65); - } - - .dark\:bg-orange-200\/70 { - background-color: rgb(254 215 170 / 0.7); - } - - .dark\:bg-orange-200\/75 { - background-color: rgb(254 215 170 / 0.75); - } - - .dark\:bg-orange-200\/80 { - background-color: rgb(254 215 170 / 0.8); - } - - .dark\:bg-orange-200\/85 { - background-color: rgb(254 215 170 / 0.85); - } - - .dark\:bg-orange-200\/90 { - background-color: rgb(254 215 170 / 0.9); - } - - .dark\:bg-orange-200\/95 { - background-color: rgb(254 215 170 / 0.95); - } - - .dark\:bg-orange-300 { - --tw-bg-opacity: 1; - background-color: rgb(253 186 116 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-300\/0 { - background-color: rgb(253 186 116 / 0); - } - - .dark\:bg-orange-300\/10 { - background-color: rgb(253 186 116 / 0.1); - } - - .dark\:bg-orange-300\/100 { - background-color: rgb(253 186 116 / 1); - } - - .dark\:bg-orange-300\/15 { - background-color: rgb(253 186 116 / 0.15); - } - - .dark\:bg-orange-300\/20 { - background-color: rgb(253 186 116 / 0.2); - } - - .dark\:bg-orange-300\/25 { - background-color: rgb(253 186 116 / 0.25); - } - - .dark\:bg-orange-300\/30 { - background-color: rgb(253 186 116 / 0.3); - } - - .dark\:bg-orange-300\/35 { - background-color: rgb(253 186 116 / 0.35); - } - - .dark\:bg-orange-300\/40 { - background-color: rgb(253 186 116 / 0.4); - } - - .dark\:bg-orange-300\/45 { - background-color: rgb(253 186 116 / 0.45); - } - - .dark\:bg-orange-300\/5 { - background-color: rgb(253 186 116 / 0.05); - } - - .dark\:bg-orange-300\/50 { - background-color: rgb(253 186 116 / 0.5); - } - - .dark\:bg-orange-300\/55 { - background-color: rgb(253 186 116 / 0.55); - } - - .dark\:bg-orange-300\/60 { - background-color: rgb(253 186 116 / 0.6); - } - - .dark\:bg-orange-300\/65 { - background-color: rgb(253 186 116 / 0.65); - } - - .dark\:bg-orange-300\/70 { - background-color: rgb(253 186 116 / 0.7); - } - - .dark\:bg-orange-300\/75 { - background-color: rgb(253 186 116 / 0.75); - } - - .dark\:bg-orange-300\/80 { - background-color: rgb(253 186 116 / 0.8); - } - - .dark\:bg-orange-300\/85 { - background-color: rgb(253 186 116 / 0.85); - } - - .dark\:bg-orange-300\/90 { - background-color: rgb(253 186 116 / 0.9); - } - - .dark\:bg-orange-300\/95 { - background-color: rgb(253 186 116 / 0.95); - } - - .dark\:bg-orange-400 { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-400\/0 { - background-color: rgb(251 146 60 / 0); - } - - .dark\:bg-orange-400\/10 { - background-color: rgb(251 146 60 / 0.1); - } - - .dark\:bg-orange-400\/100 { - background-color: rgb(251 146 60 / 1); - } - - .dark\:bg-orange-400\/15 { - background-color: rgb(251 146 60 / 0.15); - } - - .dark\:bg-orange-400\/20 { - background-color: rgb(251 146 60 / 0.2); - } - - .dark\:bg-orange-400\/25 { - background-color: rgb(251 146 60 / 0.25); - } - - .dark\:bg-orange-400\/30 { - background-color: rgb(251 146 60 / 0.3); - } - - .dark\:bg-orange-400\/35 { - background-color: rgb(251 146 60 / 0.35); - } - - .dark\:bg-orange-400\/40 { - background-color: rgb(251 146 60 / 0.4); - } - - .dark\:bg-orange-400\/45 { - background-color: rgb(251 146 60 / 0.45); - } - - .dark\:bg-orange-400\/5 { - background-color: rgb(251 146 60 / 0.05); - } - - .dark\:bg-orange-400\/50 { - background-color: rgb(251 146 60 / 0.5); - } - - .dark\:bg-orange-400\/55 { - background-color: rgb(251 146 60 / 0.55); - } - - .dark\:bg-orange-400\/60 { - background-color: rgb(251 146 60 / 0.6); - } - - .dark\:bg-orange-400\/65 { - background-color: rgb(251 146 60 / 0.65); - } - - .dark\:bg-orange-400\/70 { - background-color: rgb(251 146 60 / 0.7); - } - - .dark\:bg-orange-400\/75 { - background-color: rgb(251 146 60 / 0.75); - } - - .dark\:bg-orange-400\/80 { - background-color: rgb(251 146 60 / 0.8); - } - - .dark\:bg-orange-400\/85 { - background-color: rgb(251 146 60 / 0.85); - } - - .dark\:bg-orange-400\/90 { - background-color: rgb(251 146 60 / 0.9); - } - - .dark\:bg-orange-400\/95 { - background-color: rgb(251 146 60 / 0.95); - } - - .dark\:bg-orange-50 { - --tw-bg-opacity: 1; - background-color: rgb(255 247 237 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-50\/0 { - background-color: rgb(255 247 237 / 0); - } - - .dark\:bg-orange-50\/10 { - background-color: rgb(255 247 237 / 0.1); - } - - .dark\:bg-orange-50\/100 { - background-color: rgb(255 247 237 / 1); - } - - .dark\:bg-orange-50\/15 { - background-color: rgb(255 247 237 / 0.15); - } - - .dark\:bg-orange-50\/20 { - background-color: rgb(255 247 237 / 0.2); - } - - .dark\:bg-orange-50\/25 { - background-color: rgb(255 247 237 / 0.25); - } - - .dark\:bg-orange-50\/30 { - background-color: rgb(255 247 237 / 0.3); - } - - .dark\:bg-orange-50\/35 { - background-color: rgb(255 247 237 / 0.35); - } - - .dark\:bg-orange-50\/40 { - background-color: rgb(255 247 237 / 0.4); - } - - .dark\:bg-orange-50\/45 { - background-color: rgb(255 247 237 / 0.45); - } - - .dark\:bg-orange-50\/5 { - background-color: rgb(255 247 237 / 0.05); - } - - .dark\:bg-orange-50\/50 { - background-color: rgb(255 247 237 / 0.5); - } - - .dark\:bg-orange-50\/55 { - background-color: rgb(255 247 237 / 0.55); - } - - .dark\:bg-orange-50\/60 { - background-color: rgb(255 247 237 / 0.6); - } - - .dark\:bg-orange-50\/65 { - background-color: rgb(255 247 237 / 0.65); - } - - .dark\:bg-orange-50\/70 { - background-color: rgb(255 247 237 / 0.7); - } - - .dark\:bg-orange-50\/75 { - background-color: rgb(255 247 237 / 0.75); - } - - .dark\:bg-orange-50\/80 { - background-color: rgb(255 247 237 / 0.8); - } - - .dark\:bg-orange-50\/85 { - background-color: rgb(255 247 237 / 0.85); - } - - .dark\:bg-orange-50\/90 { - background-color: rgb(255 247 237 / 0.9); - } - - .dark\:bg-orange-50\/95 { - background-color: rgb(255 247 237 / 0.95); - } - - .dark\:bg-orange-500 { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-500\/0 { - background-color: rgb(249 115 22 / 0); - } - - .dark\:bg-orange-500\/10 { - background-color: rgb(249 115 22 / 0.1); - } - - .dark\:bg-orange-500\/100 { - background-color: rgb(249 115 22 / 1); - } - - .dark\:bg-orange-500\/15 { - background-color: rgb(249 115 22 / 0.15); - } - - .dark\:bg-orange-500\/20 { - background-color: rgb(249 115 22 / 0.2); - } - - .dark\:bg-orange-500\/25 { - background-color: rgb(249 115 22 / 0.25); - } - - .dark\:bg-orange-500\/30 { - background-color: rgb(249 115 22 / 0.3); - } - - .dark\:bg-orange-500\/35 { - background-color: rgb(249 115 22 / 0.35); - } - - .dark\:bg-orange-500\/40 { - background-color: rgb(249 115 22 / 0.4); - } - - .dark\:bg-orange-500\/45 { - background-color: rgb(249 115 22 / 0.45); - } - - .dark\:bg-orange-500\/5 { - background-color: rgb(249 115 22 / 0.05); - } - - .dark\:bg-orange-500\/50 { - background-color: rgb(249 115 22 / 0.5); - } - - .dark\:bg-orange-500\/55 { - background-color: rgb(249 115 22 / 0.55); - } - - .dark\:bg-orange-500\/60 { - background-color: rgb(249 115 22 / 0.6); - } - - .dark\:bg-orange-500\/65 { - background-color: rgb(249 115 22 / 0.65); - } - - .dark\:bg-orange-500\/70 { - background-color: rgb(249 115 22 / 0.7); - } - - .dark\:bg-orange-500\/75 { - background-color: rgb(249 115 22 / 0.75); - } - - .dark\:bg-orange-500\/80 { - background-color: rgb(249 115 22 / 0.8); - } - - .dark\:bg-orange-500\/85 { - background-color: rgb(249 115 22 / 0.85); - } - - .dark\:bg-orange-500\/90 { - background-color: rgb(249 115 22 / 0.9); - } - - .dark\:bg-orange-500\/95 { - background-color: rgb(249 115 22 / 0.95); - } - - .dark\:bg-orange-600 { - --tw-bg-opacity: 1; - background-color: rgb(234 88 12 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-600\/0 { - background-color: rgb(234 88 12 / 0); - } - - .dark\:bg-orange-600\/10 { - background-color: rgb(234 88 12 / 0.1); - } - - .dark\:bg-orange-600\/100 { - background-color: rgb(234 88 12 / 1); - } - - .dark\:bg-orange-600\/15 { - background-color: rgb(234 88 12 / 0.15); - } - - .dark\:bg-orange-600\/20 { - background-color: rgb(234 88 12 / 0.2); - } - - .dark\:bg-orange-600\/25 { - background-color: rgb(234 88 12 / 0.25); - } - - .dark\:bg-orange-600\/30 { - background-color: rgb(234 88 12 / 0.3); - } - - .dark\:bg-orange-600\/35 { - background-color: rgb(234 88 12 / 0.35); - } - - .dark\:bg-orange-600\/40 { - background-color: rgb(234 88 12 / 0.4); - } - - .dark\:bg-orange-600\/45 { - background-color: rgb(234 88 12 / 0.45); - } - - .dark\:bg-orange-600\/5 { - background-color: rgb(234 88 12 / 0.05); - } - - .dark\:bg-orange-600\/50 { - background-color: rgb(234 88 12 / 0.5); - } - - .dark\:bg-orange-600\/55 { - background-color: rgb(234 88 12 / 0.55); - } - - .dark\:bg-orange-600\/60 { - background-color: rgb(234 88 12 / 0.6); - } - - .dark\:bg-orange-600\/65 { - background-color: rgb(234 88 12 / 0.65); - } - - .dark\:bg-orange-600\/70 { - background-color: rgb(234 88 12 / 0.7); - } - - .dark\:bg-orange-600\/75 { - background-color: rgb(234 88 12 / 0.75); - } - - .dark\:bg-orange-600\/80 { - background-color: rgb(234 88 12 / 0.8); - } - - .dark\:bg-orange-600\/85 { - background-color: rgb(234 88 12 / 0.85); - } - - .dark\:bg-orange-600\/90 { - background-color: rgb(234 88 12 / 0.9); - } - - .dark\:bg-orange-600\/95 { - background-color: rgb(234 88 12 / 0.95); - } - - .dark\:bg-orange-700 { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-700\/0 { - background-color: rgb(194 65 12 / 0); - } - - .dark\:bg-orange-700\/10 { - background-color: rgb(194 65 12 / 0.1); - } - - .dark\:bg-orange-700\/100 { - background-color: rgb(194 65 12 / 1); - } - - .dark\:bg-orange-700\/15 { - background-color: rgb(194 65 12 / 0.15); - } - - .dark\:bg-orange-700\/20 { - background-color: rgb(194 65 12 / 0.2); - } - - .dark\:bg-orange-700\/25 { - background-color: rgb(194 65 12 / 0.25); - } - - .dark\:bg-orange-700\/30 { - background-color: rgb(194 65 12 / 0.3); - } - - .dark\:bg-orange-700\/35 { - background-color: rgb(194 65 12 / 0.35); - } - - .dark\:bg-orange-700\/40 { - background-color: rgb(194 65 12 / 0.4); - } - - .dark\:bg-orange-700\/45 { - background-color: rgb(194 65 12 / 0.45); - } - - .dark\:bg-orange-700\/5 { - background-color: rgb(194 65 12 / 0.05); - } - - .dark\:bg-orange-700\/50 { - background-color: rgb(194 65 12 / 0.5); - } - - .dark\:bg-orange-700\/55 { - background-color: rgb(194 65 12 / 0.55); - } - - .dark\:bg-orange-700\/60 { - background-color: rgb(194 65 12 / 0.6); - } - - .dark\:bg-orange-700\/65 { - background-color: rgb(194 65 12 / 0.65); - } - - .dark\:bg-orange-700\/70 { - background-color: rgb(194 65 12 / 0.7); - } - - .dark\:bg-orange-700\/75 { - background-color: rgb(194 65 12 / 0.75); - } - - .dark\:bg-orange-700\/80 { - background-color: rgb(194 65 12 / 0.8); - } - - .dark\:bg-orange-700\/85 { - background-color: rgb(194 65 12 / 0.85); - } - - .dark\:bg-orange-700\/90 { - background-color: rgb(194 65 12 / 0.9); - } - - .dark\:bg-orange-700\/95 { - background-color: rgb(194 65 12 / 0.95); - } - - .dark\:bg-orange-800 { - --tw-bg-opacity: 1; - background-color: rgb(154 52 18 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-800\/0 { - background-color: rgb(154 52 18 / 0); - } - - .dark\:bg-orange-800\/10 { - background-color: rgb(154 52 18 / 0.1); - } - - .dark\:bg-orange-800\/100 { - background-color: rgb(154 52 18 / 1); - } - - .dark\:bg-orange-800\/15 { - background-color: rgb(154 52 18 / 0.15); - } - - .dark\:bg-orange-800\/20 { - background-color: rgb(154 52 18 / 0.2); - } - - .dark\:bg-orange-800\/25 { - background-color: rgb(154 52 18 / 0.25); - } - - .dark\:bg-orange-800\/30 { - background-color: rgb(154 52 18 / 0.3); - } - - .dark\:bg-orange-800\/35 { - background-color: rgb(154 52 18 / 0.35); - } - - .dark\:bg-orange-800\/40 { - background-color: rgb(154 52 18 / 0.4); - } - - .dark\:bg-orange-800\/45 { - background-color: rgb(154 52 18 / 0.45); - } - - .dark\:bg-orange-800\/5 { - background-color: rgb(154 52 18 / 0.05); - } - - .dark\:bg-orange-800\/50 { - background-color: rgb(154 52 18 / 0.5); - } - - .dark\:bg-orange-800\/55 { - background-color: rgb(154 52 18 / 0.55); - } - - .dark\:bg-orange-800\/60 { - background-color: rgb(154 52 18 / 0.6); - } - - .dark\:bg-orange-800\/65 { - background-color: rgb(154 52 18 / 0.65); - } - - .dark\:bg-orange-800\/70 { - background-color: rgb(154 52 18 / 0.7); - } - - .dark\:bg-orange-800\/75 { - background-color: rgb(154 52 18 / 0.75); - } - - .dark\:bg-orange-800\/80 { - background-color: rgb(154 52 18 / 0.8); - } - - .dark\:bg-orange-800\/85 { - background-color: rgb(154 52 18 / 0.85); - } - - .dark\:bg-orange-800\/90 { - background-color: rgb(154 52 18 / 0.9); - } - - .dark\:bg-orange-800\/95 { - background-color: rgb(154 52 18 / 0.95); - } - - .dark\:bg-orange-900 { - --tw-bg-opacity: 1; - background-color: rgb(124 45 18 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-900\/0 { - background-color: rgb(124 45 18 / 0); - } - - .dark\:bg-orange-900\/10 { - background-color: rgb(124 45 18 / 0.1); - } - - .dark\:bg-orange-900\/100 { - background-color: rgb(124 45 18 / 1); - } - - .dark\:bg-orange-900\/15 { - background-color: rgb(124 45 18 / 0.15); - } - - .dark\:bg-orange-900\/20 { - background-color: rgb(124 45 18 / 0.2); - } - - .dark\:bg-orange-900\/25 { - background-color: rgb(124 45 18 / 0.25); - } - - .dark\:bg-orange-900\/30 { - background-color: rgb(124 45 18 / 0.3); - } - - .dark\:bg-orange-900\/35 { - background-color: rgb(124 45 18 / 0.35); - } - - .dark\:bg-orange-900\/40 { - background-color: rgb(124 45 18 / 0.4); - } - - .dark\:bg-orange-900\/45 { - background-color: rgb(124 45 18 / 0.45); - } - - .dark\:bg-orange-900\/5 { - background-color: rgb(124 45 18 / 0.05); - } - - .dark\:bg-orange-900\/50 { - background-color: rgb(124 45 18 / 0.5); - } - - .dark\:bg-orange-900\/55 { - background-color: rgb(124 45 18 / 0.55); - } - - .dark\:bg-orange-900\/60 { - background-color: rgb(124 45 18 / 0.6); - } - - .dark\:bg-orange-900\/65 { - background-color: rgb(124 45 18 / 0.65); - } - - .dark\:bg-orange-900\/70 { - background-color: rgb(124 45 18 / 0.7); - } - - .dark\:bg-orange-900\/75 { - background-color: rgb(124 45 18 / 0.75); - } - - .dark\:bg-orange-900\/80 { - background-color: rgb(124 45 18 / 0.8); - } - - .dark\:bg-orange-900\/85 { - background-color: rgb(124 45 18 / 0.85); - } - - .dark\:bg-orange-900\/90 { - background-color: rgb(124 45 18 / 0.9); - } - - .dark\:bg-orange-900\/95 { - background-color: rgb(124 45 18 / 0.95); - } - - .dark\:bg-orange-950 { - --tw-bg-opacity: 1; - background-color: rgb(67 20 7 / var(--tw-bg-opacity)); - } - - .dark\:bg-orange-950\/0 { - background-color: rgb(67 20 7 / 0); - } - - .dark\:bg-orange-950\/10 { - background-color: rgb(67 20 7 / 0.1); - } - - .dark\:bg-orange-950\/100 { - background-color: rgb(67 20 7 / 1); - } - - .dark\:bg-orange-950\/15 { - background-color: rgb(67 20 7 / 0.15); - } - - .dark\:bg-orange-950\/20 { - background-color: rgb(67 20 7 / 0.2); - } - - .dark\:bg-orange-950\/25 { - background-color: rgb(67 20 7 / 0.25); - } - - .dark\:bg-orange-950\/30 { - background-color: rgb(67 20 7 / 0.3); - } - - .dark\:bg-orange-950\/35 { - background-color: rgb(67 20 7 / 0.35); - } - - .dark\:bg-orange-950\/40 { - background-color: rgb(67 20 7 / 0.4); - } - - .dark\:bg-orange-950\/45 { - background-color: rgb(67 20 7 / 0.45); - } - - .dark\:bg-orange-950\/5 { - background-color: rgb(67 20 7 / 0.05); - } - - .dark\:bg-orange-950\/50 { - background-color: rgb(67 20 7 / 0.5); - } - - .dark\:bg-orange-950\/55 { - background-color: rgb(67 20 7 / 0.55); - } - - .dark\:bg-orange-950\/60 { - background-color: rgb(67 20 7 / 0.6); - } - - .dark\:bg-orange-950\/65 { - background-color: rgb(67 20 7 / 0.65); - } - - .dark\:bg-orange-950\/70 { - background-color: rgb(67 20 7 / 0.7); - } - - .dark\:bg-orange-950\/75 { - background-color: rgb(67 20 7 / 0.75); - } - - .dark\:bg-orange-950\/80 { - background-color: rgb(67 20 7 / 0.8); - } - - .dark\:bg-orange-950\/85 { - background-color: rgb(67 20 7 / 0.85); - } - - .dark\:bg-orange-950\/90 { - background-color: rgb(67 20 7 / 0.9); - } - - .dark\:bg-orange-950\/95 { - background-color: rgb(67 20 7 / 0.95); - } - - .dark\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgb(204 251 241 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-100\/0 { - background-color: rgb(204 251 241 / 0); - } - - .dark\:bg-primary-100\/10 { - background-color: rgb(204 251 241 / 0.1); - } - - .dark\:bg-primary-100\/100 { - background-color: rgb(204 251 241 / 1); - } - - .dark\:bg-primary-100\/15 { - background-color: rgb(204 251 241 / 0.15); - } - - .dark\:bg-primary-100\/20 { - background-color: rgb(204 251 241 / 0.2); - } - - .dark\:bg-primary-100\/25 { - background-color: rgb(204 251 241 / 0.25); - } - - .dark\:bg-primary-100\/30 { - background-color: rgb(204 251 241 / 0.3); - } - - .dark\:bg-primary-100\/35 { - background-color: rgb(204 251 241 / 0.35); - } - - .dark\:bg-primary-100\/40 { - background-color: rgb(204 251 241 / 0.4); - } - - .dark\:bg-primary-100\/45 { - background-color: rgb(204 251 241 / 0.45); - } - - .dark\:bg-primary-100\/5 { - background-color: rgb(204 251 241 / 0.05); - } - - .dark\:bg-primary-100\/50 { - background-color: rgb(204 251 241 / 0.5); - } - - .dark\:bg-primary-100\/55 { - background-color: rgb(204 251 241 / 0.55); - } - - .dark\:bg-primary-100\/60 { - background-color: rgb(204 251 241 / 0.6); - } - - .dark\:bg-primary-100\/65 { - background-color: rgb(204 251 241 / 0.65); - } - - .dark\:bg-primary-100\/70 { - background-color: rgb(204 251 241 / 0.7); - } - - .dark\:bg-primary-100\/75 { - background-color: rgb(204 251 241 / 0.75); - } - - .dark\:bg-primary-100\/80 { - background-color: rgb(204 251 241 / 0.8); - } - - .dark\:bg-primary-100\/85 { - background-color: rgb(204 251 241 / 0.85); - } - - .dark\:bg-primary-100\/90 { - background-color: rgb(204 251 241 / 0.9); - } - - .dark\:bg-primary-100\/95 { - background-color: rgb(204 251 241 / 0.95); - } - - .dark\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgb(153 246 228 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-200\/0 { - background-color: rgb(153 246 228 / 0); - } - - .dark\:bg-primary-200\/10 { - background-color: rgb(153 246 228 / 0.1); - } - - .dark\:bg-primary-200\/100 { - background-color: rgb(153 246 228 / 1); - } - - .dark\:bg-primary-200\/15 { - background-color: rgb(153 246 228 / 0.15); - } - - .dark\:bg-primary-200\/20 { - background-color: rgb(153 246 228 / 0.2); - } - - .dark\:bg-primary-200\/25 { - background-color: rgb(153 246 228 / 0.25); - } - - .dark\:bg-primary-200\/30 { - background-color: rgb(153 246 228 / 0.3); - } - - .dark\:bg-primary-200\/35 { - background-color: rgb(153 246 228 / 0.35); - } - - .dark\:bg-primary-200\/40 { - background-color: rgb(153 246 228 / 0.4); - } - - .dark\:bg-primary-200\/45 { - background-color: rgb(153 246 228 / 0.45); - } - - .dark\:bg-primary-200\/5 { - background-color: rgb(153 246 228 / 0.05); - } - - .dark\:bg-primary-200\/50 { - background-color: rgb(153 246 228 / 0.5); - } - - .dark\:bg-primary-200\/55 { - background-color: rgb(153 246 228 / 0.55); - } - - .dark\:bg-primary-200\/60 { - background-color: rgb(153 246 228 / 0.6); - } - - .dark\:bg-primary-200\/65 { - background-color: rgb(153 246 228 / 0.65); - } - - .dark\:bg-primary-200\/70 { - background-color: rgb(153 246 228 / 0.7); - } - - .dark\:bg-primary-200\/75 { - background-color: rgb(153 246 228 / 0.75); - } - - .dark\:bg-primary-200\/80 { - background-color: rgb(153 246 228 / 0.8); - } - - .dark\:bg-primary-200\/85 { - background-color: rgb(153 246 228 / 0.85); - } - - .dark\:bg-primary-200\/90 { - background-color: rgb(153 246 228 / 0.9); - } - - .dark\:bg-primary-200\/95 { - background-color: rgb(153 246 228 / 0.95); - } - - .dark\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgb(94 234 212 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-300\/0 { - background-color: rgb(94 234 212 / 0); - } - - .dark\:bg-primary-300\/10 { - background-color: rgb(94 234 212 / 0.1); - } - - .dark\:bg-primary-300\/100 { - background-color: rgb(94 234 212 / 1); - } - - .dark\:bg-primary-300\/15 { - background-color: rgb(94 234 212 / 0.15); - } - - .dark\:bg-primary-300\/20 { - background-color: rgb(94 234 212 / 0.2); - } - - .dark\:bg-primary-300\/25 { - background-color: rgb(94 234 212 / 0.25); - } - - .dark\:bg-primary-300\/30 { - background-color: rgb(94 234 212 / 0.3); - } - - .dark\:bg-primary-300\/35 { - background-color: rgb(94 234 212 / 0.35); - } - - .dark\:bg-primary-300\/40 { - background-color: rgb(94 234 212 / 0.4); - } - - .dark\:bg-primary-300\/45 { - background-color: rgb(94 234 212 / 0.45); - } - - .dark\:bg-primary-300\/5 { - background-color: rgb(94 234 212 / 0.05); - } - - .dark\:bg-primary-300\/50 { - background-color: rgb(94 234 212 / 0.5); - } - - .dark\:bg-primary-300\/55 { - background-color: rgb(94 234 212 / 0.55); - } - - .dark\:bg-primary-300\/60 { - background-color: rgb(94 234 212 / 0.6); - } - - .dark\:bg-primary-300\/65 { - background-color: rgb(94 234 212 / 0.65); - } - - .dark\:bg-primary-300\/70 { - background-color: rgb(94 234 212 / 0.7); - } - - .dark\:bg-primary-300\/75 { - background-color: rgb(94 234 212 / 0.75); - } - - .dark\:bg-primary-300\/80 { - background-color: rgb(94 234 212 / 0.8); - } - - .dark\:bg-primary-300\/85 { - background-color: rgb(94 234 212 / 0.85); - } - - .dark\:bg-primary-300\/90 { - background-color: rgb(94 234 212 / 0.9); - } - - .dark\:bg-primary-300\/95 { - background-color: rgb(94 234 212 / 0.95); - } - - .dark\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-400\/0 { - background-color: rgb(45 212 191 / 0); - } - - .dark\:bg-primary-400\/10 { - background-color: rgb(45 212 191 / 0.1); - } - - .dark\:bg-primary-400\/100 { - background-color: rgb(45 212 191 / 1); - } - - .dark\:bg-primary-400\/15 { - background-color: rgb(45 212 191 / 0.15); - } - - .dark\:bg-primary-400\/20 { - background-color: rgb(45 212 191 / 0.2); - } - - .dark\:bg-primary-400\/25 { - background-color: rgb(45 212 191 / 0.25); - } - - .dark\:bg-primary-400\/30 { - background-color: rgb(45 212 191 / 0.3); - } - - .dark\:bg-primary-400\/35 { - background-color: rgb(45 212 191 / 0.35); - } - - .dark\:bg-primary-400\/40 { - background-color: rgb(45 212 191 / 0.4); - } - - .dark\:bg-primary-400\/45 { - background-color: rgb(45 212 191 / 0.45); - } - - .dark\:bg-primary-400\/5 { - background-color: rgb(45 212 191 / 0.05); - } - - .dark\:bg-primary-400\/50 { - background-color: rgb(45 212 191 / 0.5); - } - - .dark\:bg-primary-400\/55 { - background-color: rgb(45 212 191 / 0.55); - } - - .dark\:bg-primary-400\/60 { - background-color: rgb(45 212 191 / 0.6); - } - - .dark\:bg-primary-400\/65 { - background-color: rgb(45 212 191 / 0.65); - } - - .dark\:bg-primary-400\/70 { - background-color: rgb(45 212 191 / 0.7); - } - - .dark\:bg-primary-400\/75 { - background-color: rgb(45 212 191 / 0.75); - } - - .dark\:bg-primary-400\/80 { - background-color: rgb(45 212 191 / 0.8); - } - - .dark\:bg-primary-400\/85 { - background-color: rgb(45 212 191 / 0.85); - } - - .dark\:bg-primary-400\/90 { - background-color: rgb(45 212 191 / 0.9); - } - - .dark\:bg-primary-400\/95 { - background-color: rgb(45 212 191 / 0.95); - } - - .dark\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgb(240 253 250 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-50\/0 { - background-color: rgb(240 253 250 / 0); - } - - .dark\:bg-primary-50\/10 { - background-color: rgb(240 253 250 / 0.1); - } - - .dark\:bg-primary-50\/100 { - background-color: rgb(240 253 250 / 1); - } - - .dark\:bg-primary-50\/15 { - background-color: rgb(240 253 250 / 0.15); - } - - .dark\:bg-primary-50\/20 { - background-color: rgb(240 253 250 / 0.2); - } - - .dark\:bg-primary-50\/25 { - background-color: rgb(240 253 250 / 0.25); - } - - .dark\:bg-primary-50\/30 { - background-color: rgb(240 253 250 / 0.3); - } - - .dark\:bg-primary-50\/35 { - background-color: rgb(240 253 250 / 0.35); - } - - .dark\:bg-primary-50\/40 { - background-color: rgb(240 253 250 / 0.4); - } - - .dark\:bg-primary-50\/45 { - background-color: rgb(240 253 250 / 0.45); - } - - .dark\:bg-primary-50\/5 { - background-color: rgb(240 253 250 / 0.05); - } - - .dark\:bg-primary-50\/50 { - background-color: rgb(240 253 250 / 0.5); - } - - .dark\:bg-primary-50\/55 { - background-color: rgb(240 253 250 / 0.55); - } - - .dark\:bg-primary-50\/60 { - background-color: rgb(240 253 250 / 0.6); - } - - .dark\:bg-primary-50\/65 { - background-color: rgb(240 253 250 / 0.65); - } - - .dark\:bg-primary-50\/70 { - background-color: rgb(240 253 250 / 0.7); - } - - .dark\:bg-primary-50\/75 { - background-color: rgb(240 253 250 / 0.75); - } - - .dark\:bg-primary-50\/80 { - background-color: rgb(240 253 250 / 0.8); - } - - .dark\:bg-primary-50\/85 { - background-color: rgb(240 253 250 / 0.85); - } - - .dark\:bg-primary-50\/90 { - background-color: rgb(240 253 250 / 0.9); - } - - .dark\:bg-primary-50\/95 { - background-color: rgb(240 253 250 / 0.95); - } - - .dark\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-500\/0 { - background-color: rgb(20 184 166 / 0); - } - - .dark\:bg-primary-500\/10 { - background-color: rgb(20 184 166 / 0.1); - } - - .dark\:bg-primary-500\/100 { - background-color: rgb(20 184 166 / 1); - } - - .dark\:bg-primary-500\/15 { - background-color: rgb(20 184 166 / 0.15); - } - - .dark\:bg-primary-500\/20 { - background-color: rgb(20 184 166 / 0.2); - } - - .dark\:bg-primary-500\/25 { - background-color: rgb(20 184 166 / 0.25); - } - - .dark\:bg-primary-500\/30 { - background-color: rgb(20 184 166 / 0.3); - } - - .dark\:bg-primary-500\/35 { - background-color: rgb(20 184 166 / 0.35); - } - - .dark\:bg-primary-500\/40 { - background-color: rgb(20 184 166 / 0.4); - } - - .dark\:bg-primary-500\/45 { - background-color: rgb(20 184 166 / 0.45); - } - - .dark\:bg-primary-500\/5 { - background-color: rgb(20 184 166 / 0.05); - } - - .dark\:bg-primary-500\/50 { - background-color: rgb(20 184 166 / 0.5); - } - - .dark\:bg-primary-500\/55 { - background-color: rgb(20 184 166 / 0.55); - } - - .dark\:bg-primary-500\/60 { - background-color: rgb(20 184 166 / 0.6); - } - - .dark\:bg-primary-500\/65 { - background-color: rgb(20 184 166 / 0.65); - } - - .dark\:bg-primary-500\/70 { - background-color: rgb(20 184 166 / 0.7); - } - - .dark\:bg-primary-500\/75 { - background-color: rgb(20 184 166 / 0.75); - } - - .dark\:bg-primary-500\/80 { - background-color: rgb(20 184 166 / 0.8); - } - - .dark\:bg-primary-500\/85 { - background-color: rgb(20 184 166 / 0.85); - } - - .dark\:bg-primary-500\/90 { - background-color: rgb(20 184 166 / 0.9); - } - - .dark\:bg-primary-500\/95 { - background-color: rgb(20 184 166 / 0.95); - } - - .dark\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-600\/0 { - background-color: rgb(13 148 136 / 0); - } - - .dark\:bg-primary-600\/10 { - background-color: rgb(13 148 136 / 0.1); - } - - .dark\:bg-primary-600\/100 { - background-color: rgb(13 148 136 / 1); - } - - .dark\:bg-primary-600\/15 { - background-color: rgb(13 148 136 / 0.15); - } - - .dark\:bg-primary-600\/20 { - background-color: rgb(13 148 136 / 0.2); - } - - .dark\:bg-primary-600\/25 { - background-color: rgb(13 148 136 / 0.25); - } - - .dark\:bg-primary-600\/30 { - background-color: rgb(13 148 136 / 0.3); - } - - .dark\:bg-primary-600\/35 { - background-color: rgb(13 148 136 / 0.35); - } - - .dark\:bg-primary-600\/40 { - background-color: rgb(13 148 136 / 0.4); - } - - .dark\:bg-primary-600\/45 { - background-color: rgb(13 148 136 / 0.45); - } - - .dark\:bg-primary-600\/5 { - background-color: rgb(13 148 136 / 0.05); - } - - .dark\:bg-primary-600\/50 { - background-color: rgb(13 148 136 / 0.5); - } - - .dark\:bg-primary-600\/55 { - background-color: rgb(13 148 136 / 0.55); - } - - .dark\:bg-primary-600\/60 { - background-color: rgb(13 148 136 / 0.6); - } - - .dark\:bg-primary-600\/65 { - background-color: rgb(13 148 136 / 0.65); - } - - .dark\:bg-primary-600\/70 { - background-color: rgb(13 148 136 / 0.7); - } - - .dark\:bg-primary-600\/75 { - background-color: rgb(13 148 136 / 0.75); - } - - .dark\:bg-primary-600\/80 { - background-color: rgb(13 148 136 / 0.8); - } - - .dark\:bg-primary-600\/85 { - background-color: rgb(13 148 136 / 0.85); - } - - .dark\:bg-primary-600\/90 { - background-color: rgb(13 148 136 / 0.9); - } - - .dark\:bg-primary-600\/95 { - background-color: rgb(13 148 136 / 0.95); - } - - .dark\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgb(15 118 110 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-700\/0 { - background-color: rgb(15 118 110 / 0); - } - - .dark\:bg-primary-700\/10 { - background-color: rgb(15 118 110 / 0.1); - } - - .dark\:bg-primary-700\/100 { - background-color: rgb(15 118 110 / 1); - } - - .dark\:bg-primary-700\/15 { - background-color: rgb(15 118 110 / 0.15); - } - - .dark\:bg-primary-700\/20 { - background-color: rgb(15 118 110 / 0.2); - } - - .dark\:bg-primary-700\/25 { - background-color: rgb(15 118 110 / 0.25); - } - - .dark\:bg-primary-700\/30 { - background-color: rgb(15 118 110 / 0.3); - } - - .dark\:bg-primary-700\/35 { - background-color: rgb(15 118 110 / 0.35); - } - - .dark\:bg-primary-700\/40 { - background-color: rgb(15 118 110 / 0.4); - } - - .dark\:bg-primary-700\/45 { - background-color: rgb(15 118 110 / 0.45); - } - - .dark\:bg-primary-700\/5 { - background-color: rgb(15 118 110 / 0.05); - } - - .dark\:bg-primary-700\/50 { - background-color: rgb(15 118 110 / 0.5); - } - - .dark\:bg-primary-700\/55 { - background-color: rgb(15 118 110 / 0.55); - } - - .dark\:bg-primary-700\/60 { - background-color: rgb(15 118 110 / 0.6); - } - - .dark\:bg-primary-700\/65 { - background-color: rgb(15 118 110 / 0.65); - } - - .dark\:bg-primary-700\/70 { - background-color: rgb(15 118 110 / 0.7); - } - - .dark\:bg-primary-700\/75 { - background-color: rgb(15 118 110 / 0.75); - } - - .dark\:bg-primary-700\/80 { - background-color: rgb(15 118 110 / 0.8); - } - - .dark\:bg-primary-700\/85 { - background-color: rgb(15 118 110 / 0.85); - } - - .dark\:bg-primary-700\/90 { - background-color: rgb(15 118 110 / 0.9); - } - - .dark\:bg-primary-700\/95 { - background-color: rgb(15 118 110 / 0.95); - } - - .dark\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-800\/0 { - background-color: rgb(17 94 89 / 0); - } - - .dark\:bg-primary-800\/10 { - background-color: rgb(17 94 89 / 0.1); - } - - .dark\:bg-primary-800\/100 { - background-color: rgb(17 94 89 / 1); - } - - .dark\:bg-primary-800\/15 { - background-color: rgb(17 94 89 / 0.15); - } - - .dark\:bg-primary-800\/20 { - background-color: rgb(17 94 89 / 0.2); - } - - .dark\:bg-primary-800\/25 { - background-color: rgb(17 94 89 / 0.25); - } - - .dark\:bg-primary-800\/30 { - background-color: rgb(17 94 89 / 0.3); - } - - .dark\:bg-primary-800\/35 { - background-color: rgb(17 94 89 / 0.35); - } - - .dark\:bg-primary-800\/40 { - background-color: rgb(17 94 89 / 0.4); - } - - .dark\:bg-primary-800\/45 { - background-color: rgb(17 94 89 / 0.45); - } - - .dark\:bg-primary-800\/5 { - background-color: rgb(17 94 89 / 0.05); - } - - .dark\:bg-primary-800\/50 { - background-color: rgb(17 94 89 / 0.5); - } - - .dark\:bg-primary-800\/55 { - background-color: rgb(17 94 89 / 0.55); - } - - .dark\:bg-primary-800\/60 { - background-color: rgb(17 94 89 / 0.6); - } - - .dark\:bg-primary-800\/65 { - background-color: rgb(17 94 89 / 0.65); - } - - .dark\:bg-primary-800\/70 { - background-color: rgb(17 94 89 / 0.7); - } - - .dark\:bg-primary-800\/75 { - background-color: rgb(17 94 89 / 0.75); - } - - .dark\:bg-primary-800\/80 { - background-color: rgb(17 94 89 / 0.8); - } - - .dark\:bg-primary-800\/85 { - background-color: rgb(17 94 89 / 0.85); - } - - .dark\:bg-primary-800\/90 { - background-color: rgb(17 94 89 / 0.9); - } - - .dark\:bg-primary-800\/95 { - background-color: rgb(17 94 89 / 0.95); - } - - .dark\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgb(19 78 74 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-900\/0 { - background-color: rgb(19 78 74 / 0); - } - - .dark\:bg-primary-900\/10 { - background-color: rgb(19 78 74 / 0.1); - } - - .dark\:bg-primary-900\/100 { - background-color: rgb(19 78 74 / 1); - } - - .dark\:bg-primary-900\/15 { - background-color: rgb(19 78 74 / 0.15); - } - - .dark\:bg-primary-900\/20 { - background-color: rgb(19 78 74 / 0.2); - } - - .dark\:bg-primary-900\/25 { - background-color: rgb(19 78 74 / 0.25); - } - - .dark\:bg-primary-900\/30 { - background-color: rgb(19 78 74 / 0.3); - } - - .dark\:bg-primary-900\/35 { - background-color: rgb(19 78 74 / 0.35); - } - - .dark\:bg-primary-900\/40 { - background-color: rgb(19 78 74 / 0.4); - } - - .dark\:bg-primary-900\/45 { - background-color: rgb(19 78 74 / 0.45); - } - - .dark\:bg-primary-900\/5 { - background-color: rgb(19 78 74 / 0.05); - } - - .dark\:bg-primary-900\/50 { - background-color: rgb(19 78 74 / 0.5); - } - - .dark\:bg-primary-900\/55 { - background-color: rgb(19 78 74 / 0.55); - } - - .dark\:bg-primary-900\/60 { - background-color: rgb(19 78 74 / 0.6); - } - - .dark\:bg-primary-900\/65 { - background-color: rgb(19 78 74 / 0.65); - } - - .dark\:bg-primary-900\/70 { - background-color: rgb(19 78 74 / 0.7); - } - - .dark\:bg-primary-900\/75 { - background-color: rgb(19 78 74 / 0.75); - } - - .dark\:bg-primary-900\/80 { - background-color: rgb(19 78 74 / 0.8); - } - - .dark\:bg-primary-900\/85 { - background-color: rgb(19 78 74 / 0.85); - } - - .dark\:bg-primary-900\/90 { - background-color: rgb(19 78 74 / 0.9); - } - - .dark\:bg-primary-900\/95 { - background-color: rgb(19 78 74 / 0.95); - } - - .dark\:bg-primary-950 { - --tw-bg-opacity: 1; - background-color: rgb(4 47 46 / var(--tw-bg-opacity)); - } - - .dark\:bg-primary-950\/0 { - background-color: rgb(4 47 46 / 0); - } - - .dark\:bg-primary-950\/10 { - background-color: rgb(4 47 46 / 0.1); - } - - .dark\:bg-primary-950\/100 { - background-color: rgb(4 47 46 / 1); - } - - .dark\:bg-primary-950\/15 { - background-color: rgb(4 47 46 / 0.15); - } - - .dark\:bg-primary-950\/20 { - background-color: rgb(4 47 46 / 0.2); - } - - .dark\:bg-primary-950\/25 { - background-color: rgb(4 47 46 / 0.25); - } - - .dark\:bg-primary-950\/30 { - background-color: rgb(4 47 46 / 0.3); - } - - .dark\:bg-primary-950\/35 { - background-color: rgb(4 47 46 / 0.35); - } - - .dark\:bg-primary-950\/40 { - background-color: rgb(4 47 46 / 0.4); - } - - .dark\:bg-primary-950\/45 { - background-color: rgb(4 47 46 / 0.45); - } - - .dark\:bg-primary-950\/5 { - background-color: rgb(4 47 46 / 0.05); - } - - .dark\:bg-primary-950\/50 { - background-color: rgb(4 47 46 / 0.5); - } - - .dark\:bg-primary-950\/55 { - background-color: rgb(4 47 46 / 0.55); - } - - .dark\:bg-primary-950\/60 { - background-color: rgb(4 47 46 / 0.6); - } - - .dark\:bg-primary-950\/65 { - background-color: rgb(4 47 46 / 0.65); - } - - .dark\:bg-primary-950\/70 { - background-color: rgb(4 47 46 / 0.7); - } - - .dark\:bg-primary-950\/75 { - background-color: rgb(4 47 46 / 0.75); - } - - .dark\:bg-primary-950\/80 { - background-color: rgb(4 47 46 / 0.8); - } - - .dark\:bg-primary-950\/85 { - background-color: rgb(4 47 46 / 0.85); - } - - .dark\:bg-primary-950\/90 { - background-color: rgb(4 47 46 / 0.9); - } - - .dark\:bg-primary-950\/95 { - background-color: rgb(4 47 46 / 0.95); - } - - .dark\:bg-white\/10 { - background-color: rgb(255 255 255 / 0.1); - } - - .dark\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgb(220 38 38 / var(--tw-bg-opacity)); - } - - .dark\:text-gray-400 { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); - } - - .dark\:text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); - } - - .dark\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-100\/0:hover { - background-color: rgb(243 244 246 / 0); - } - - .dark\:hover\:bg-gray-100\/10:hover { - background-color: rgb(243 244 246 / 0.1); - } - - .dark\:hover\:bg-gray-100\/100:hover { - background-color: rgb(243 244 246 / 1); - } - - .dark\:hover\:bg-gray-100\/15:hover { - background-color: rgb(243 244 246 / 0.15); - } - - .dark\:hover\:bg-gray-100\/20:hover { - background-color: rgb(243 244 246 / 0.2); - } - - .dark\:hover\:bg-gray-100\/25:hover { - background-color: rgb(243 244 246 / 0.25); - } - - .dark\:hover\:bg-gray-100\/30:hover { - background-color: rgb(243 244 246 / 0.3); - } - - .dark\:hover\:bg-gray-100\/35:hover { - background-color: rgb(243 244 246 / 0.35); - } - - .dark\:hover\:bg-gray-100\/40:hover { - background-color: rgb(243 244 246 / 0.4); - } - - .dark\:hover\:bg-gray-100\/45:hover { - background-color: rgb(243 244 246 / 0.45); - } - - .dark\:hover\:bg-gray-100\/5:hover { - background-color: rgb(243 244 246 / 0.05); - } - - .dark\:hover\:bg-gray-100\/50:hover { - background-color: rgb(243 244 246 / 0.5); - } - - .dark\:hover\:bg-gray-100\/55:hover { - background-color: rgb(243 244 246 / 0.55); - } - - .dark\:hover\:bg-gray-100\/60:hover { - background-color: rgb(243 244 246 / 0.6); - } - - .dark\:hover\:bg-gray-100\/65:hover { - background-color: rgb(243 244 246 / 0.65); - } - - .dark\:hover\:bg-gray-100\/70:hover { - background-color: rgb(243 244 246 / 0.7); - } - - .dark\:hover\:bg-gray-100\/75:hover { - background-color: rgb(243 244 246 / 0.75); - } - - .dark\:hover\:bg-gray-100\/80:hover { - background-color: rgb(243 244 246 / 0.8); - } - - .dark\:hover\:bg-gray-100\/85:hover { - background-color: rgb(243 244 246 / 0.85); - } - - .dark\:hover\:bg-gray-100\/90:hover { - background-color: rgb(243 244 246 / 0.9); - } - - .dark\:hover\:bg-gray-100\/95:hover { - background-color: rgb(243 244 246 / 0.95); - } - - .dark\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-200\/0:hover { - background-color: rgb(229 231 235 / 0); - } - - .dark\:hover\:bg-gray-200\/10:hover { - background-color: rgb(229 231 235 / 0.1); - } - - .dark\:hover\:bg-gray-200\/100:hover { - background-color: rgb(229 231 235 / 1); - } - - .dark\:hover\:bg-gray-200\/15:hover { - background-color: rgb(229 231 235 / 0.15); - } - - .dark\:hover\:bg-gray-200\/20:hover { - background-color: rgb(229 231 235 / 0.2); - } - - .dark\:hover\:bg-gray-200\/25:hover { - background-color: rgb(229 231 235 / 0.25); - } - - .dark\:hover\:bg-gray-200\/30:hover { - background-color: rgb(229 231 235 / 0.3); - } - - .dark\:hover\:bg-gray-200\/35:hover { - background-color: rgb(229 231 235 / 0.35); - } - - .dark\:hover\:bg-gray-200\/40:hover { - background-color: rgb(229 231 235 / 0.4); - } - - .dark\:hover\:bg-gray-200\/45:hover { - background-color: rgb(229 231 235 / 0.45); - } - - .dark\:hover\:bg-gray-200\/5:hover { - background-color: rgb(229 231 235 / 0.05); - } - - .dark\:hover\:bg-gray-200\/50:hover { - background-color: rgb(229 231 235 / 0.5); - } - - .dark\:hover\:bg-gray-200\/55:hover { - background-color: rgb(229 231 235 / 0.55); - } - - .dark\:hover\:bg-gray-200\/60:hover { - background-color: rgb(229 231 235 / 0.6); - } - - .dark\:hover\:bg-gray-200\/65:hover { - background-color: rgb(229 231 235 / 0.65); - } - - .dark\:hover\:bg-gray-200\/70:hover { - background-color: rgb(229 231 235 / 0.7); - } - - .dark\:hover\:bg-gray-200\/75:hover { - background-color: rgb(229 231 235 / 0.75); - } - - .dark\:hover\:bg-gray-200\/80:hover { - background-color: rgb(229 231 235 / 0.8); - } - - .dark\:hover\:bg-gray-200\/85:hover { - background-color: rgb(229 231 235 / 0.85); - } - - .dark\:hover\:bg-gray-200\/90:hover { - background-color: rgb(229 231 235 / 0.9); - } - - .dark\:hover\:bg-gray-200\/95:hover { - background-color: rgb(229 231 235 / 0.95); - } - - .dark\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-300\/0:hover { - background-color: rgb(209 213 219 / 0); - } - - .dark\:hover\:bg-gray-300\/10:hover { - background-color: rgb(209 213 219 / 0.1); - } - - .dark\:hover\:bg-gray-300\/100:hover { - background-color: rgb(209 213 219 / 1); - } - - .dark\:hover\:bg-gray-300\/15:hover { - background-color: rgb(209 213 219 / 0.15); - } - - .dark\:hover\:bg-gray-300\/20:hover { - background-color: rgb(209 213 219 / 0.2); - } - - .dark\:hover\:bg-gray-300\/25:hover { - background-color: rgb(209 213 219 / 0.25); - } - - .dark\:hover\:bg-gray-300\/30:hover { - background-color: rgb(209 213 219 / 0.3); - } - - .dark\:hover\:bg-gray-300\/35:hover { - background-color: rgb(209 213 219 / 0.35); - } - - .dark\:hover\:bg-gray-300\/40:hover { - background-color: rgb(209 213 219 / 0.4); - } - - .dark\:hover\:bg-gray-300\/45:hover { - background-color: rgb(209 213 219 / 0.45); - } - - .dark\:hover\:bg-gray-300\/5:hover { - background-color: rgb(209 213 219 / 0.05); - } - - .dark\:hover\:bg-gray-300\/50:hover { - background-color: rgb(209 213 219 / 0.5); - } - - .dark\:hover\:bg-gray-300\/55:hover { - background-color: rgb(209 213 219 / 0.55); - } - - .dark\:hover\:bg-gray-300\/60:hover { - background-color: rgb(209 213 219 / 0.6); - } - - .dark\:hover\:bg-gray-300\/65:hover { - background-color: rgb(209 213 219 / 0.65); - } - - .dark\:hover\:bg-gray-300\/70:hover { - background-color: rgb(209 213 219 / 0.7); - } - - .dark\:hover\:bg-gray-300\/75:hover { - background-color: rgb(209 213 219 / 0.75); - } - - .dark\:hover\:bg-gray-300\/80:hover { - background-color: rgb(209 213 219 / 0.8); - } - - .dark\:hover\:bg-gray-300\/85:hover { - background-color: rgb(209 213 219 / 0.85); - } - - .dark\:hover\:bg-gray-300\/90:hover { - background-color: rgb(209 213 219 / 0.9); - } - - .dark\:hover\:bg-gray-300\/95:hover { - background-color: rgb(209 213 219 / 0.95); - } - - .dark\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-400\/0:hover { - background-color: rgb(156 163 175 / 0); - } - - .dark\:hover\:bg-gray-400\/10:hover { - background-color: rgb(156 163 175 / 0.1); - } - - .dark\:hover\:bg-gray-400\/100:hover { - background-color: rgb(156 163 175 / 1); - } - - .dark\:hover\:bg-gray-400\/15:hover { - background-color: rgb(156 163 175 / 0.15); - } - - .dark\:hover\:bg-gray-400\/20:hover { - background-color: rgb(156 163 175 / 0.2); - } - - .dark\:hover\:bg-gray-400\/25:hover { - background-color: rgb(156 163 175 / 0.25); - } - - .dark\:hover\:bg-gray-400\/30:hover { - background-color: rgb(156 163 175 / 0.3); - } - - .dark\:hover\:bg-gray-400\/35:hover { - background-color: rgb(156 163 175 / 0.35); - } - - .dark\:hover\:bg-gray-400\/40:hover { - background-color: rgb(156 163 175 / 0.4); - } - - .dark\:hover\:bg-gray-400\/45:hover { - background-color: rgb(156 163 175 / 0.45); - } - - .dark\:hover\:bg-gray-400\/5:hover { - background-color: rgb(156 163 175 / 0.05); - } - - .dark\:hover\:bg-gray-400\/50:hover { - background-color: rgb(156 163 175 / 0.5); - } - - .dark\:hover\:bg-gray-400\/55:hover { - background-color: rgb(156 163 175 / 0.55); - } - - .dark\:hover\:bg-gray-400\/60:hover { - background-color: rgb(156 163 175 / 0.6); - } - - .dark\:hover\:bg-gray-400\/65:hover { - background-color: rgb(156 163 175 / 0.65); - } - - .dark\:hover\:bg-gray-400\/70:hover { - background-color: rgb(156 163 175 / 0.7); - } - - .dark\:hover\:bg-gray-400\/75:hover { - background-color: rgb(156 163 175 / 0.75); - } - - .dark\:hover\:bg-gray-400\/80:hover { - background-color: rgb(156 163 175 / 0.8); - } - - .dark\:hover\:bg-gray-400\/85:hover { - background-color: rgb(156 163 175 / 0.85); - } - - .dark\:hover\:bg-gray-400\/90:hover { - background-color: rgb(156 163 175 / 0.9); - } - - .dark\:hover\:bg-gray-400\/95:hover { - background-color: rgb(156 163 175 / 0.95); - } - - .dark\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-50\/0:hover { - background-color: rgb(249 250 251 / 0); - } - - .dark\:hover\:bg-gray-50\/10:hover { - background-color: rgb(249 250 251 / 0.1); - } - - .dark\:hover\:bg-gray-50\/100:hover { - background-color: rgb(249 250 251 / 1); - } - - .dark\:hover\:bg-gray-50\/15:hover { - background-color: rgb(249 250 251 / 0.15); - } - - .dark\:hover\:bg-gray-50\/20:hover { - background-color: rgb(249 250 251 / 0.2); - } - - .dark\:hover\:bg-gray-50\/25:hover { - background-color: rgb(249 250 251 / 0.25); - } - - .dark\:hover\:bg-gray-50\/30:hover { - background-color: rgb(249 250 251 / 0.3); - } - - .dark\:hover\:bg-gray-50\/35:hover { - background-color: rgb(249 250 251 / 0.35); - } - - .dark\:hover\:bg-gray-50\/40:hover { - background-color: rgb(249 250 251 / 0.4); - } - - .dark\:hover\:bg-gray-50\/45:hover { - background-color: rgb(249 250 251 / 0.45); - } - - .dark\:hover\:bg-gray-50\/5:hover { - background-color: rgb(249 250 251 / 0.05); - } - - .dark\:hover\:bg-gray-50\/50:hover { - background-color: rgb(249 250 251 / 0.5); - } - - .dark\:hover\:bg-gray-50\/55:hover { - background-color: rgb(249 250 251 / 0.55); - } - - .dark\:hover\:bg-gray-50\/60:hover { - background-color: rgb(249 250 251 / 0.6); - } - - .dark\:hover\:bg-gray-50\/65:hover { - background-color: rgb(249 250 251 / 0.65); - } - - .dark\:hover\:bg-gray-50\/70:hover { - background-color: rgb(249 250 251 / 0.7); - } - - .dark\:hover\:bg-gray-50\/75:hover { - background-color: rgb(249 250 251 / 0.75); - } - - .dark\:hover\:bg-gray-50\/80:hover { - background-color: rgb(249 250 251 / 0.8); - } - - .dark\:hover\:bg-gray-50\/85:hover { - background-color: rgb(249 250 251 / 0.85); - } - - .dark\:hover\:bg-gray-50\/90:hover { - background-color: rgb(249 250 251 / 0.9); - } - - .dark\:hover\:bg-gray-50\/95:hover { - background-color: rgb(249 250 251 / 0.95); - } - - .dark\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-500\/0:hover { - background-color: rgb(107 114 128 / 0); - } - - .dark\:hover\:bg-gray-500\/10:hover { - background-color: rgb(107 114 128 / 0.1); - } - - .dark\:hover\:bg-gray-500\/100:hover { - background-color: rgb(107 114 128 / 1); - } - - .dark\:hover\:bg-gray-500\/15:hover { - background-color: rgb(107 114 128 / 0.15); - } - - .dark\:hover\:bg-gray-500\/20:hover { - background-color: rgb(107 114 128 / 0.2); - } - - .dark\:hover\:bg-gray-500\/25:hover { - background-color: rgb(107 114 128 / 0.25); - } - - .dark\:hover\:bg-gray-500\/30:hover { - background-color: rgb(107 114 128 / 0.3); - } - - .dark\:hover\:bg-gray-500\/35:hover { - background-color: rgb(107 114 128 / 0.35); - } - - .dark\:hover\:bg-gray-500\/40:hover { - background-color: rgb(107 114 128 / 0.4); - } - - .dark\:hover\:bg-gray-500\/45:hover { - background-color: rgb(107 114 128 / 0.45); - } - - .dark\:hover\:bg-gray-500\/5:hover { - background-color: rgb(107 114 128 / 0.05); - } - - .dark\:hover\:bg-gray-500\/50:hover { - background-color: rgb(107 114 128 / 0.5); - } - - .dark\:hover\:bg-gray-500\/55:hover { - background-color: rgb(107 114 128 / 0.55); - } - - .dark\:hover\:bg-gray-500\/60:hover { - background-color: rgb(107 114 128 / 0.6); - } - - .dark\:hover\:bg-gray-500\/65:hover { - background-color: rgb(107 114 128 / 0.65); - } - - .dark\:hover\:bg-gray-500\/70:hover { - background-color: rgb(107 114 128 / 0.7); - } - - .dark\:hover\:bg-gray-500\/75:hover { - background-color: rgb(107 114 128 / 0.75); - } - - .dark\:hover\:bg-gray-500\/80:hover { - background-color: rgb(107 114 128 / 0.8); - } - - .dark\:hover\:bg-gray-500\/85:hover { - background-color: rgb(107 114 128 / 0.85); - } - - .dark\:hover\:bg-gray-500\/90:hover { - background-color: rgb(107 114 128 / 0.9); - } - - .dark\:hover\:bg-gray-500\/95:hover { - background-color: rgb(107 114 128 / 0.95); - } - - .dark\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-600\/0:hover { - background-color: rgb(75 85 99 / 0); - } - - .dark\:hover\:bg-gray-600\/10:hover { - background-color: rgb(75 85 99 / 0.1); - } - - .dark\:hover\:bg-gray-600\/100:hover { - background-color: rgb(75 85 99 / 1); - } - - .dark\:hover\:bg-gray-600\/15:hover { - background-color: rgb(75 85 99 / 0.15); - } - - .dark\:hover\:bg-gray-600\/20:hover { - background-color: rgb(75 85 99 / 0.2); - } - - .dark\:hover\:bg-gray-600\/25:hover { - background-color: rgb(75 85 99 / 0.25); - } - - .dark\:hover\:bg-gray-600\/30:hover { - background-color: rgb(75 85 99 / 0.3); - } - - .dark\:hover\:bg-gray-600\/35:hover { - background-color: rgb(75 85 99 / 0.35); - } - - .dark\:hover\:bg-gray-600\/40:hover { - background-color: rgb(75 85 99 / 0.4); - } - - .dark\:hover\:bg-gray-600\/45:hover { - background-color: rgb(75 85 99 / 0.45); - } - - .dark\:hover\:bg-gray-600\/5:hover { - background-color: rgb(75 85 99 / 0.05); - } - - .dark\:hover\:bg-gray-600\/50:hover { - background-color: rgb(75 85 99 / 0.5); - } - - .dark\:hover\:bg-gray-600\/55:hover { - background-color: rgb(75 85 99 / 0.55); - } - - .dark\:hover\:bg-gray-600\/60:hover { - background-color: rgb(75 85 99 / 0.6); - } - - .dark\:hover\:bg-gray-600\/65:hover { - background-color: rgb(75 85 99 / 0.65); - } - - .dark\:hover\:bg-gray-600\/70:hover { - background-color: rgb(75 85 99 / 0.7); - } - - .dark\:hover\:bg-gray-600\/75:hover { - background-color: rgb(75 85 99 / 0.75); - } - - .dark\:hover\:bg-gray-600\/80:hover { - background-color: rgb(75 85 99 / 0.8); - } - - .dark\:hover\:bg-gray-600\/85:hover { - background-color: rgb(75 85 99 / 0.85); - } - - .dark\:hover\:bg-gray-600\/90:hover { - background-color: rgb(75 85 99 / 0.9); - } - - .dark\:hover\:bg-gray-600\/95:hover { - background-color: rgb(75 85 99 / 0.95); - } - - .dark\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-700\/0:hover { - background-color: rgb(55 65 81 / 0); - } - - .dark\:hover\:bg-gray-700\/10:hover { - background-color: rgb(55 65 81 / 0.1); - } - - .dark\:hover\:bg-gray-700\/100:hover { - background-color: rgb(55 65 81 / 1); - } - - .dark\:hover\:bg-gray-700\/15:hover { - background-color: rgb(55 65 81 / 0.15); - } - - .dark\:hover\:bg-gray-700\/20:hover { - background-color: rgb(55 65 81 / 0.2); - } - - .dark\:hover\:bg-gray-700\/25:hover { - background-color: rgb(55 65 81 / 0.25); - } - - .dark\:hover\:bg-gray-700\/30:hover { - background-color: rgb(55 65 81 / 0.3); - } - - .dark\:hover\:bg-gray-700\/35:hover { - background-color: rgb(55 65 81 / 0.35); - } - - .dark\:hover\:bg-gray-700\/40:hover { - background-color: rgb(55 65 81 / 0.4); - } - - .dark\:hover\:bg-gray-700\/45:hover { - background-color: rgb(55 65 81 / 0.45); - } - - .dark\:hover\:bg-gray-700\/5:hover { - background-color: rgb(55 65 81 / 0.05); - } - - .dark\:hover\:bg-gray-700\/50:hover { - background-color: rgb(55 65 81 / 0.5); - } - - .dark\:hover\:bg-gray-700\/55:hover { - background-color: rgb(55 65 81 / 0.55); - } - - .dark\:hover\:bg-gray-700\/60:hover { - background-color: rgb(55 65 81 / 0.6); - } - - .dark\:hover\:bg-gray-700\/65:hover { - background-color: rgb(55 65 81 / 0.65); - } - - .dark\:hover\:bg-gray-700\/70:hover { - background-color: rgb(55 65 81 / 0.7); - } - - .dark\:hover\:bg-gray-700\/75:hover { - background-color: rgb(55 65 81 / 0.75); - } - - .dark\:hover\:bg-gray-700\/80:hover { - background-color: rgb(55 65 81 / 0.8); - } - - .dark\:hover\:bg-gray-700\/85:hover { - background-color: rgb(55 65 81 / 0.85); - } - - .dark\:hover\:bg-gray-700\/90:hover { - background-color: rgb(55 65 81 / 0.9); - } - - .dark\:hover\:bg-gray-700\/95:hover { - background-color: rgb(55 65 81 / 0.95); - } - - .dark\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-800\/0:hover { - background-color: rgb(31 41 55 / 0); - } - - .dark\:hover\:bg-gray-800\/10:hover { - background-color: rgb(31 41 55 / 0.1); - } - - .dark\:hover\:bg-gray-800\/100:hover { - background-color: rgb(31 41 55 / 1); - } - - .dark\:hover\:bg-gray-800\/15:hover { - background-color: rgb(31 41 55 / 0.15); - } - - .dark\:hover\:bg-gray-800\/20:hover { - background-color: rgb(31 41 55 / 0.2); - } - - .dark\:hover\:bg-gray-800\/25:hover { - background-color: rgb(31 41 55 / 0.25); - } - - .dark\:hover\:bg-gray-800\/30:hover { - background-color: rgb(31 41 55 / 0.3); - } - - .dark\:hover\:bg-gray-800\/35:hover { - background-color: rgb(31 41 55 / 0.35); - } - - .dark\:hover\:bg-gray-800\/40:hover { - background-color: rgb(31 41 55 / 0.4); - } - - .dark\:hover\:bg-gray-800\/45:hover { - background-color: rgb(31 41 55 / 0.45); - } - - .dark\:hover\:bg-gray-800\/5:hover { - background-color: rgb(31 41 55 / 0.05); - } - - .dark\:hover\:bg-gray-800\/50:hover { - background-color: rgb(31 41 55 / 0.5); - } - - .dark\:hover\:bg-gray-800\/55:hover { - background-color: rgb(31 41 55 / 0.55); - } - - .dark\:hover\:bg-gray-800\/60:hover { - background-color: rgb(31 41 55 / 0.6); - } - - .dark\:hover\:bg-gray-800\/65:hover { - background-color: rgb(31 41 55 / 0.65); - } - - .dark\:hover\:bg-gray-800\/70:hover { - background-color: rgb(31 41 55 / 0.7); - } - - .dark\:hover\:bg-gray-800\/75:hover { - background-color: rgb(31 41 55 / 0.75); - } - - .dark\:hover\:bg-gray-800\/80:hover { - background-color: rgb(31 41 55 / 0.8); - } - - .dark\:hover\:bg-gray-800\/85:hover { - background-color: rgb(31 41 55 / 0.85); - } - - .dark\:hover\:bg-gray-800\/90:hover { - background-color: rgb(31 41 55 / 0.9); - } - - .dark\:hover\:bg-gray-800\/95:hover { - background-color: rgb(31 41 55 / 0.95); - } - - .dark\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-900\/0:hover { - background-color: rgb(17 24 39 / 0); - } - - .dark\:hover\:bg-gray-900\/10:hover { - background-color: rgb(17 24 39 / 0.1); - } - - .dark\:hover\:bg-gray-900\/100:hover { - background-color: rgb(17 24 39 / 1); - } - - .dark\:hover\:bg-gray-900\/15:hover { - background-color: rgb(17 24 39 / 0.15); - } - - .dark\:hover\:bg-gray-900\/20:hover { - background-color: rgb(17 24 39 / 0.2); - } - - .dark\:hover\:bg-gray-900\/25:hover { - background-color: rgb(17 24 39 / 0.25); - } - - .dark\:hover\:bg-gray-900\/30:hover { - background-color: rgb(17 24 39 / 0.3); - } - - .dark\:hover\:bg-gray-900\/35:hover { - background-color: rgb(17 24 39 / 0.35); - } - - .dark\:hover\:bg-gray-900\/40:hover { - background-color: rgb(17 24 39 / 0.4); - } - - .dark\:hover\:bg-gray-900\/45:hover { - background-color: rgb(17 24 39 / 0.45); - } - - .dark\:hover\:bg-gray-900\/5:hover { - background-color: rgb(17 24 39 / 0.05); - } - - .dark\:hover\:bg-gray-900\/50:hover { - background-color: rgb(17 24 39 / 0.5); - } - - .dark\:hover\:bg-gray-900\/55:hover { - background-color: rgb(17 24 39 / 0.55); - } - - .dark\:hover\:bg-gray-900\/60:hover { - background-color: rgb(17 24 39 / 0.6); - } - - .dark\:hover\:bg-gray-900\/65:hover { - background-color: rgb(17 24 39 / 0.65); - } - - .dark\:hover\:bg-gray-900\/70:hover { - background-color: rgb(17 24 39 / 0.7); - } - - .dark\:hover\:bg-gray-900\/75:hover { - background-color: rgb(17 24 39 / 0.75); - } - - .dark\:hover\:bg-gray-900\/80:hover { - background-color: rgb(17 24 39 / 0.8); - } - - .dark\:hover\:bg-gray-900\/85:hover { - background-color: rgb(17 24 39 / 0.85); - } - - .dark\:hover\:bg-gray-900\/90:hover { - background-color: rgb(17 24 39 / 0.9); - } - - .dark\:hover\:bg-gray-900\/95:hover { - background-color: rgb(17 24 39 / 0.95); - } - - .dark\:hover\:bg-gray-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(3 7 18 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-gray-950\/0:hover { - background-color: rgb(3 7 18 / 0); - } - - .dark\:hover\:bg-gray-950\/10:hover { - background-color: rgb(3 7 18 / 0.1); - } - - .dark\:hover\:bg-gray-950\/100:hover { - background-color: rgb(3 7 18 / 1); - } - - .dark\:hover\:bg-gray-950\/15:hover { - background-color: rgb(3 7 18 / 0.15); - } - - .dark\:hover\:bg-gray-950\/20:hover { - background-color: rgb(3 7 18 / 0.2); - } - - .dark\:hover\:bg-gray-950\/25:hover { - background-color: rgb(3 7 18 / 0.25); - } - - .dark\:hover\:bg-gray-950\/30:hover { - background-color: rgb(3 7 18 / 0.3); - } - - .dark\:hover\:bg-gray-950\/35:hover { - background-color: rgb(3 7 18 / 0.35); - } - - .dark\:hover\:bg-gray-950\/40:hover { - background-color: rgb(3 7 18 / 0.4); - } - - .dark\:hover\:bg-gray-950\/45:hover { - background-color: rgb(3 7 18 / 0.45); - } - - .dark\:hover\:bg-gray-950\/5:hover { - background-color: rgb(3 7 18 / 0.05); - } - - .dark\:hover\:bg-gray-950\/50:hover { - background-color: rgb(3 7 18 / 0.5); - } - - .dark\:hover\:bg-gray-950\/55:hover { - background-color: rgb(3 7 18 / 0.55); - } - - .dark\:hover\:bg-gray-950\/60:hover { - background-color: rgb(3 7 18 / 0.6); - } - - .dark\:hover\:bg-gray-950\/65:hover { - background-color: rgb(3 7 18 / 0.65); - } - - .dark\:hover\:bg-gray-950\/70:hover { - background-color: rgb(3 7 18 / 0.7); - } - - .dark\:hover\:bg-gray-950\/75:hover { - background-color: rgb(3 7 18 / 0.75); - } - - .dark\:hover\:bg-gray-950\/80:hover { - background-color: rgb(3 7 18 / 0.8); - } - - .dark\:hover\:bg-gray-950\/85:hover { - background-color: rgb(3 7 18 / 0.85); - } - - .dark\:hover\:bg-gray-950\/90:hover { - background-color: rgb(3 7 18 / 0.9); - } - - .dark\:hover\:bg-gray-950\/95:hover { - background-color: rgb(3 7 18 / 0.95); - } - - .dark\:hover\:bg-lime-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(236 252 203 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-100\/0:hover { - background-color: rgb(236 252 203 / 0); - } - - .dark\:hover\:bg-lime-100\/10:hover { - background-color: rgb(236 252 203 / 0.1); - } - - .dark\:hover\:bg-lime-100\/100:hover { - background-color: rgb(236 252 203 / 1); - } - - .dark\:hover\:bg-lime-100\/15:hover { - background-color: rgb(236 252 203 / 0.15); - } - - .dark\:hover\:bg-lime-100\/20:hover { - background-color: rgb(236 252 203 / 0.2); - } - - .dark\:hover\:bg-lime-100\/25:hover { - background-color: rgb(236 252 203 / 0.25); - } - - .dark\:hover\:bg-lime-100\/30:hover { - background-color: rgb(236 252 203 / 0.3); - } - - .dark\:hover\:bg-lime-100\/35:hover { - background-color: rgb(236 252 203 / 0.35); - } - - .dark\:hover\:bg-lime-100\/40:hover { - background-color: rgb(236 252 203 / 0.4); - } - - .dark\:hover\:bg-lime-100\/45:hover { - background-color: rgb(236 252 203 / 0.45); - } - - .dark\:hover\:bg-lime-100\/5:hover { - background-color: rgb(236 252 203 / 0.05); - } - - .dark\:hover\:bg-lime-100\/50:hover { - background-color: rgb(236 252 203 / 0.5); - } - - .dark\:hover\:bg-lime-100\/55:hover { - background-color: rgb(236 252 203 / 0.55); - } - - .dark\:hover\:bg-lime-100\/60:hover { - background-color: rgb(236 252 203 / 0.6); - } - - .dark\:hover\:bg-lime-100\/65:hover { - background-color: rgb(236 252 203 / 0.65); - } - - .dark\:hover\:bg-lime-100\/70:hover { - background-color: rgb(236 252 203 / 0.7); - } - - .dark\:hover\:bg-lime-100\/75:hover { - background-color: rgb(236 252 203 / 0.75); - } - - .dark\:hover\:bg-lime-100\/80:hover { - background-color: rgb(236 252 203 / 0.8); - } - - .dark\:hover\:bg-lime-100\/85:hover { - background-color: rgb(236 252 203 / 0.85); - } - - .dark\:hover\:bg-lime-100\/90:hover { - background-color: rgb(236 252 203 / 0.9); - } - - .dark\:hover\:bg-lime-100\/95:hover { - background-color: rgb(236 252 203 / 0.95); - } - - .dark\:hover\:bg-lime-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(217 249 157 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-200\/0:hover { - background-color: rgb(217 249 157 / 0); - } - - .dark\:hover\:bg-lime-200\/10:hover { - background-color: rgb(217 249 157 / 0.1); - } - - .dark\:hover\:bg-lime-200\/100:hover { - background-color: rgb(217 249 157 / 1); - } - - .dark\:hover\:bg-lime-200\/15:hover { - background-color: rgb(217 249 157 / 0.15); - } - - .dark\:hover\:bg-lime-200\/20:hover { - background-color: rgb(217 249 157 / 0.2); - } - - .dark\:hover\:bg-lime-200\/25:hover { - background-color: rgb(217 249 157 / 0.25); - } - - .dark\:hover\:bg-lime-200\/30:hover { - background-color: rgb(217 249 157 / 0.3); - } - - .dark\:hover\:bg-lime-200\/35:hover { - background-color: rgb(217 249 157 / 0.35); - } - - .dark\:hover\:bg-lime-200\/40:hover { - background-color: rgb(217 249 157 / 0.4); - } - - .dark\:hover\:bg-lime-200\/45:hover { - background-color: rgb(217 249 157 / 0.45); - } - - .dark\:hover\:bg-lime-200\/5:hover { - background-color: rgb(217 249 157 / 0.05); - } - - .dark\:hover\:bg-lime-200\/50:hover { - background-color: rgb(217 249 157 / 0.5); - } - - .dark\:hover\:bg-lime-200\/55:hover { - background-color: rgb(217 249 157 / 0.55); - } - - .dark\:hover\:bg-lime-200\/60:hover { - background-color: rgb(217 249 157 / 0.6); - } - - .dark\:hover\:bg-lime-200\/65:hover { - background-color: rgb(217 249 157 / 0.65); - } - - .dark\:hover\:bg-lime-200\/70:hover { - background-color: rgb(217 249 157 / 0.7); - } - - .dark\:hover\:bg-lime-200\/75:hover { - background-color: rgb(217 249 157 / 0.75); - } - - .dark\:hover\:bg-lime-200\/80:hover { - background-color: rgb(217 249 157 / 0.8); - } - - .dark\:hover\:bg-lime-200\/85:hover { - background-color: rgb(217 249 157 / 0.85); - } - - .dark\:hover\:bg-lime-200\/90:hover { - background-color: rgb(217 249 157 / 0.9); - } - - .dark\:hover\:bg-lime-200\/95:hover { - background-color: rgb(217 249 157 / 0.95); - } - - .dark\:hover\:bg-lime-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(190 242 100 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-300\/0:hover { - background-color: rgb(190 242 100 / 0); - } - - .dark\:hover\:bg-lime-300\/10:hover { - background-color: rgb(190 242 100 / 0.1); - } - - .dark\:hover\:bg-lime-300\/100:hover { - background-color: rgb(190 242 100 / 1); - } - - .dark\:hover\:bg-lime-300\/15:hover { - background-color: rgb(190 242 100 / 0.15); - } - - .dark\:hover\:bg-lime-300\/20:hover { - background-color: rgb(190 242 100 / 0.2); - } - - .dark\:hover\:bg-lime-300\/25:hover { - background-color: rgb(190 242 100 / 0.25); - } - - .dark\:hover\:bg-lime-300\/30:hover { - background-color: rgb(190 242 100 / 0.3); - } - - .dark\:hover\:bg-lime-300\/35:hover { - background-color: rgb(190 242 100 / 0.35); - } - - .dark\:hover\:bg-lime-300\/40:hover { - background-color: rgb(190 242 100 / 0.4); - } - - .dark\:hover\:bg-lime-300\/45:hover { - background-color: rgb(190 242 100 / 0.45); - } - - .dark\:hover\:bg-lime-300\/5:hover { - background-color: rgb(190 242 100 / 0.05); - } - - .dark\:hover\:bg-lime-300\/50:hover { - background-color: rgb(190 242 100 / 0.5); - } - - .dark\:hover\:bg-lime-300\/55:hover { - background-color: rgb(190 242 100 / 0.55); - } - - .dark\:hover\:bg-lime-300\/60:hover { - background-color: rgb(190 242 100 / 0.6); - } - - .dark\:hover\:bg-lime-300\/65:hover { - background-color: rgb(190 242 100 / 0.65); - } - - .dark\:hover\:bg-lime-300\/70:hover { - background-color: rgb(190 242 100 / 0.7); - } - - .dark\:hover\:bg-lime-300\/75:hover { - background-color: rgb(190 242 100 / 0.75); - } - - .dark\:hover\:bg-lime-300\/80:hover { - background-color: rgb(190 242 100 / 0.8); - } - - .dark\:hover\:bg-lime-300\/85:hover { - background-color: rgb(190 242 100 / 0.85); - } - - .dark\:hover\:bg-lime-300\/90:hover { - background-color: rgb(190 242 100 / 0.9); - } - - .dark\:hover\:bg-lime-300\/95:hover { - background-color: rgb(190 242 100 / 0.95); - } - - .dark\:hover\:bg-lime-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(163 230 53 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-400\/0:hover { - background-color: rgb(163 230 53 / 0); - } - - .dark\:hover\:bg-lime-400\/10:hover { - background-color: rgb(163 230 53 / 0.1); - } - - .dark\:hover\:bg-lime-400\/100:hover { - background-color: rgb(163 230 53 / 1); - } - - .dark\:hover\:bg-lime-400\/15:hover { - background-color: rgb(163 230 53 / 0.15); - } - - .dark\:hover\:bg-lime-400\/20:hover { - background-color: rgb(163 230 53 / 0.2); - } - - .dark\:hover\:bg-lime-400\/25:hover { - background-color: rgb(163 230 53 / 0.25); - } - - .dark\:hover\:bg-lime-400\/30:hover { - background-color: rgb(163 230 53 / 0.3); - } - - .dark\:hover\:bg-lime-400\/35:hover { - background-color: rgb(163 230 53 / 0.35); - } - - .dark\:hover\:bg-lime-400\/40:hover { - background-color: rgb(163 230 53 / 0.4); - } - - .dark\:hover\:bg-lime-400\/45:hover { - background-color: rgb(163 230 53 / 0.45); - } - - .dark\:hover\:bg-lime-400\/5:hover { - background-color: rgb(163 230 53 / 0.05); - } - - .dark\:hover\:bg-lime-400\/50:hover { - background-color: rgb(163 230 53 / 0.5); - } - - .dark\:hover\:bg-lime-400\/55:hover { - background-color: rgb(163 230 53 / 0.55); - } - - .dark\:hover\:bg-lime-400\/60:hover { - background-color: rgb(163 230 53 / 0.6); - } - - .dark\:hover\:bg-lime-400\/65:hover { - background-color: rgb(163 230 53 / 0.65); - } - - .dark\:hover\:bg-lime-400\/70:hover { - background-color: rgb(163 230 53 / 0.7); - } - - .dark\:hover\:bg-lime-400\/75:hover { - background-color: rgb(163 230 53 / 0.75); - } - - .dark\:hover\:bg-lime-400\/80:hover { - background-color: rgb(163 230 53 / 0.8); - } - - .dark\:hover\:bg-lime-400\/85:hover { - background-color: rgb(163 230 53 / 0.85); - } - - .dark\:hover\:bg-lime-400\/90:hover { - background-color: rgb(163 230 53 / 0.9); - } - - .dark\:hover\:bg-lime-400\/95:hover { - background-color: rgb(163 230 53 / 0.95); - } - - .dark\:hover\:bg-lime-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(247 254 231 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-50\/0:hover { - background-color: rgb(247 254 231 / 0); - } - - .dark\:hover\:bg-lime-50\/10:hover { - background-color: rgb(247 254 231 / 0.1); - } - - .dark\:hover\:bg-lime-50\/100:hover { - background-color: rgb(247 254 231 / 1); - } - - .dark\:hover\:bg-lime-50\/15:hover { - background-color: rgb(247 254 231 / 0.15); - } - - .dark\:hover\:bg-lime-50\/20:hover { - background-color: rgb(247 254 231 / 0.2); - } - - .dark\:hover\:bg-lime-50\/25:hover { - background-color: rgb(247 254 231 / 0.25); - } - - .dark\:hover\:bg-lime-50\/30:hover { - background-color: rgb(247 254 231 / 0.3); - } - - .dark\:hover\:bg-lime-50\/35:hover { - background-color: rgb(247 254 231 / 0.35); - } - - .dark\:hover\:bg-lime-50\/40:hover { - background-color: rgb(247 254 231 / 0.4); - } - - .dark\:hover\:bg-lime-50\/45:hover { - background-color: rgb(247 254 231 / 0.45); - } - - .dark\:hover\:bg-lime-50\/5:hover { - background-color: rgb(247 254 231 / 0.05); - } - - .dark\:hover\:bg-lime-50\/50:hover { - background-color: rgb(247 254 231 / 0.5); - } - - .dark\:hover\:bg-lime-50\/55:hover { - background-color: rgb(247 254 231 / 0.55); - } - - .dark\:hover\:bg-lime-50\/60:hover { - background-color: rgb(247 254 231 / 0.6); - } - - .dark\:hover\:bg-lime-50\/65:hover { - background-color: rgb(247 254 231 / 0.65); - } - - .dark\:hover\:bg-lime-50\/70:hover { - background-color: rgb(247 254 231 / 0.7); - } - - .dark\:hover\:bg-lime-50\/75:hover { - background-color: rgb(247 254 231 / 0.75); - } - - .dark\:hover\:bg-lime-50\/80:hover { - background-color: rgb(247 254 231 / 0.8); - } - - .dark\:hover\:bg-lime-50\/85:hover { - background-color: rgb(247 254 231 / 0.85); - } - - .dark\:hover\:bg-lime-50\/90:hover { - background-color: rgb(247 254 231 / 0.9); - } - - .dark\:hover\:bg-lime-50\/95:hover { - background-color: rgb(247 254 231 / 0.95); - } - - .dark\:hover\:bg-lime-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(132 204 22 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-500\/0:hover { - background-color: rgb(132 204 22 / 0); - } - - .dark\:hover\:bg-lime-500\/10:hover { - background-color: rgb(132 204 22 / 0.1); - } - - .dark\:hover\:bg-lime-500\/100:hover { - background-color: rgb(132 204 22 / 1); - } - - .dark\:hover\:bg-lime-500\/15:hover { - background-color: rgb(132 204 22 / 0.15); - } - - .dark\:hover\:bg-lime-500\/20:hover { - background-color: rgb(132 204 22 / 0.2); - } - - .dark\:hover\:bg-lime-500\/25:hover { - background-color: rgb(132 204 22 / 0.25); - } - - .dark\:hover\:bg-lime-500\/30:hover { - background-color: rgb(132 204 22 / 0.3); - } - - .dark\:hover\:bg-lime-500\/35:hover { - background-color: rgb(132 204 22 / 0.35); - } - - .dark\:hover\:bg-lime-500\/40:hover { - background-color: rgb(132 204 22 / 0.4); - } - - .dark\:hover\:bg-lime-500\/45:hover { - background-color: rgb(132 204 22 / 0.45); - } - - .dark\:hover\:bg-lime-500\/5:hover { - background-color: rgb(132 204 22 / 0.05); - } - - .dark\:hover\:bg-lime-500\/50:hover { - background-color: rgb(132 204 22 / 0.5); - } - - .dark\:hover\:bg-lime-500\/55:hover { - background-color: rgb(132 204 22 / 0.55); - } - - .dark\:hover\:bg-lime-500\/60:hover { - background-color: rgb(132 204 22 / 0.6); - } - - .dark\:hover\:bg-lime-500\/65:hover { - background-color: rgb(132 204 22 / 0.65); - } - - .dark\:hover\:bg-lime-500\/70:hover { - background-color: rgb(132 204 22 / 0.7); - } - - .dark\:hover\:bg-lime-500\/75:hover { - background-color: rgb(132 204 22 / 0.75); - } - - .dark\:hover\:bg-lime-500\/80:hover { - background-color: rgb(132 204 22 / 0.8); - } - - .dark\:hover\:bg-lime-500\/85:hover { - background-color: rgb(132 204 22 / 0.85); - } - - .dark\:hover\:bg-lime-500\/90:hover { - background-color: rgb(132 204 22 / 0.9); - } - - .dark\:hover\:bg-lime-500\/95:hover { - background-color: rgb(132 204 22 / 0.95); - } - - .dark\:hover\:bg-lime-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(101 163 13 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-600\/0:hover { - background-color: rgb(101 163 13 / 0); - } - - .dark\:hover\:bg-lime-600\/10:hover { - background-color: rgb(101 163 13 / 0.1); - } - - .dark\:hover\:bg-lime-600\/100:hover { - background-color: rgb(101 163 13 / 1); - } - - .dark\:hover\:bg-lime-600\/15:hover { - background-color: rgb(101 163 13 / 0.15); - } - - .dark\:hover\:bg-lime-600\/20:hover { - background-color: rgb(101 163 13 / 0.2); - } - - .dark\:hover\:bg-lime-600\/25:hover { - background-color: rgb(101 163 13 / 0.25); - } - - .dark\:hover\:bg-lime-600\/30:hover { - background-color: rgb(101 163 13 / 0.3); - } - - .dark\:hover\:bg-lime-600\/35:hover { - background-color: rgb(101 163 13 / 0.35); - } - - .dark\:hover\:bg-lime-600\/40:hover { - background-color: rgb(101 163 13 / 0.4); - } - - .dark\:hover\:bg-lime-600\/45:hover { - background-color: rgb(101 163 13 / 0.45); - } - - .dark\:hover\:bg-lime-600\/5:hover { - background-color: rgb(101 163 13 / 0.05); - } - - .dark\:hover\:bg-lime-600\/50:hover { - background-color: rgb(101 163 13 / 0.5); - } - - .dark\:hover\:bg-lime-600\/55:hover { - background-color: rgb(101 163 13 / 0.55); - } - - .dark\:hover\:bg-lime-600\/60:hover { - background-color: rgb(101 163 13 / 0.6); - } - - .dark\:hover\:bg-lime-600\/65:hover { - background-color: rgb(101 163 13 / 0.65); - } - - .dark\:hover\:bg-lime-600\/70:hover { - background-color: rgb(101 163 13 / 0.7); - } - - .dark\:hover\:bg-lime-600\/75:hover { - background-color: rgb(101 163 13 / 0.75); - } - - .dark\:hover\:bg-lime-600\/80:hover { - background-color: rgb(101 163 13 / 0.8); - } - - .dark\:hover\:bg-lime-600\/85:hover { - background-color: rgb(101 163 13 / 0.85); - } - - .dark\:hover\:bg-lime-600\/90:hover { - background-color: rgb(101 163 13 / 0.9); - } - - .dark\:hover\:bg-lime-600\/95:hover { - background-color: rgb(101 163 13 / 0.95); - } - - .dark\:hover\:bg-lime-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(77 124 15 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-700\/0:hover { - background-color: rgb(77 124 15 / 0); - } - - .dark\:hover\:bg-lime-700\/10:hover { - background-color: rgb(77 124 15 / 0.1); - } - - .dark\:hover\:bg-lime-700\/100:hover { - background-color: rgb(77 124 15 / 1); - } - - .dark\:hover\:bg-lime-700\/15:hover { - background-color: rgb(77 124 15 / 0.15); - } - - .dark\:hover\:bg-lime-700\/20:hover { - background-color: rgb(77 124 15 / 0.2); - } - - .dark\:hover\:bg-lime-700\/25:hover { - background-color: rgb(77 124 15 / 0.25); - } - - .dark\:hover\:bg-lime-700\/30:hover { - background-color: rgb(77 124 15 / 0.3); - } - - .dark\:hover\:bg-lime-700\/35:hover { - background-color: rgb(77 124 15 / 0.35); - } - - .dark\:hover\:bg-lime-700\/40:hover { - background-color: rgb(77 124 15 / 0.4); - } - - .dark\:hover\:bg-lime-700\/45:hover { - background-color: rgb(77 124 15 / 0.45); - } - - .dark\:hover\:bg-lime-700\/5:hover { - background-color: rgb(77 124 15 / 0.05); - } - - .dark\:hover\:bg-lime-700\/50:hover { - background-color: rgb(77 124 15 / 0.5); - } - - .dark\:hover\:bg-lime-700\/55:hover { - background-color: rgb(77 124 15 / 0.55); - } - - .dark\:hover\:bg-lime-700\/60:hover { - background-color: rgb(77 124 15 / 0.6); - } - - .dark\:hover\:bg-lime-700\/65:hover { - background-color: rgb(77 124 15 / 0.65); - } - - .dark\:hover\:bg-lime-700\/70:hover { - background-color: rgb(77 124 15 / 0.7); - } - - .dark\:hover\:bg-lime-700\/75:hover { - background-color: rgb(77 124 15 / 0.75); - } - - .dark\:hover\:bg-lime-700\/80:hover { - background-color: rgb(77 124 15 / 0.8); - } - - .dark\:hover\:bg-lime-700\/85:hover { - background-color: rgb(77 124 15 / 0.85); - } - - .dark\:hover\:bg-lime-700\/90:hover { - background-color: rgb(77 124 15 / 0.9); - } - - .dark\:hover\:bg-lime-700\/95:hover { - background-color: rgb(77 124 15 / 0.95); - } - - .dark\:hover\:bg-lime-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-800\/0:hover { - background-color: rgb(63 98 18 / 0); - } - - .dark\:hover\:bg-lime-800\/10:hover { - background-color: rgb(63 98 18 / 0.1); - } - - .dark\:hover\:bg-lime-800\/100:hover { - background-color: rgb(63 98 18 / 1); - } - - .dark\:hover\:bg-lime-800\/15:hover { - background-color: rgb(63 98 18 / 0.15); - } - - .dark\:hover\:bg-lime-800\/20:hover { - background-color: rgb(63 98 18 / 0.2); - } - - .dark\:hover\:bg-lime-800\/25:hover { - background-color: rgb(63 98 18 / 0.25); - } - - .dark\:hover\:bg-lime-800\/30:hover { - background-color: rgb(63 98 18 / 0.3); - } - - .dark\:hover\:bg-lime-800\/35:hover { - background-color: rgb(63 98 18 / 0.35); - } - - .dark\:hover\:bg-lime-800\/40:hover { - background-color: rgb(63 98 18 / 0.4); - } - - .dark\:hover\:bg-lime-800\/45:hover { - background-color: rgb(63 98 18 / 0.45); - } - - .dark\:hover\:bg-lime-800\/5:hover { - background-color: rgb(63 98 18 / 0.05); - } - - .dark\:hover\:bg-lime-800\/50:hover { - background-color: rgb(63 98 18 / 0.5); - } - - .dark\:hover\:bg-lime-800\/55:hover { - background-color: rgb(63 98 18 / 0.55); - } - - .dark\:hover\:bg-lime-800\/60:hover { - background-color: rgb(63 98 18 / 0.6); - } - - .dark\:hover\:bg-lime-800\/65:hover { - background-color: rgb(63 98 18 / 0.65); - } - - .dark\:hover\:bg-lime-800\/70:hover { - background-color: rgb(63 98 18 / 0.7); - } - - .dark\:hover\:bg-lime-800\/75:hover { - background-color: rgb(63 98 18 / 0.75); - } - - .dark\:hover\:bg-lime-800\/80:hover { - background-color: rgb(63 98 18 / 0.8); - } - - .dark\:hover\:bg-lime-800\/85:hover { - background-color: rgb(63 98 18 / 0.85); - } - - .dark\:hover\:bg-lime-800\/90:hover { - background-color: rgb(63 98 18 / 0.9); - } - - .dark\:hover\:bg-lime-800\/95:hover { - background-color: rgb(63 98 18 / 0.95); - } - - .dark\:hover\:bg-lime-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(54 83 20 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-900\/0:hover { - background-color: rgb(54 83 20 / 0); - } - - .dark\:hover\:bg-lime-900\/10:hover { - background-color: rgb(54 83 20 / 0.1); - } - - .dark\:hover\:bg-lime-900\/100:hover { - background-color: rgb(54 83 20 / 1); - } - - .dark\:hover\:bg-lime-900\/15:hover { - background-color: rgb(54 83 20 / 0.15); - } - - .dark\:hover\:bg-lime-900\/20:hover { - background-color: rgb(54 83 20 / 0.2); - } - - .dark\:hover\:bg-lime-900\/25:hover { - background-color: rgb(54 83 20 / 0.25); - } - - .dark\:hover\:bg-lime-900\/30:hover { - background-color: rgb(54 83 20 / 0.3); - } - - .dark\:hover\:bg-lime-900\/35:hover { - background-color: rgb(54 83 20 / 0.35); - } - - .dark\:hover\:bg-lime-900\/40:hover { - background-color: rgb(54 83 20 / 0.4); - } - - .dark\:hover\:bg-lime-900\/45:hover { - background-color: rgb(54 83 20 / 0.45); - } - - .dark\:hover\:bg-lime-900\/5:hover { - background-color: rgb(54 83 20 / 0.05); - } - - .dark\:hover\:bg-lime-900\/50:hover { - background-color: rgb(54 83 20 / 0.5); - } - - .dark\:hover\:bg-lime-900\/55:hover { - background-color: rgb(54 83 20 / 0.55); - } - - .dark\:hover\:bg-lime-900\/60:hover { - background-color: rgb(54 83 20 / 0.6); - } - - .dark\:hover\:bg-lime-900\/65:hover { - background-color: rgb(54 83 20 / 0.65); - } - - .dark\:hover\:bg-lime-900\/70:hover { - background-color: rgb(54 83 20 / 0.7); - } - - .dark\:hover\:bg-lime-900\/75:hover { - background-color: rgb(54 83 20 / 0.75); - } - - .dark\:hover\:bg-lime-900\/80:hover { - background-color: rgb(54 83 20 / 0.8); - } - - .dark\:hover\:bg-lime-900\/85:hover { - background-color: rgb(54 83 20 / 0.85); - } - - .dark\:hover\:bg-lime-900\/90:hover { - background-color: rgb(54 83 20 / 0.9); - } - - .dark\:hover\:bg-lime-900\/95:hover { - background-color: rgb(54 83 20 / 0.95); - } - - .dark\:hover\:bg-lime-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(26 46 5 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-lime-950\/0:hover { - background-color: rgb(26 46 5 / 0); - } - - .dark\:hover\:bg-lime-950\/10:hover { - background-color: rgb(26 46 5 / 0.1); - } - - .dark\:hover\:bg-lime-950\/100:hover { - background-color: rgb(26 46 5 / 1); - } - - .dark\:hover\:bg-lime-950\/15:hover { - background-color: rgb(26 46 5 / 0.15); - } - - .dark\:hover\:bg-lime-950\/20:hover { - background-color: rgb(26 46 5 / 0.2); - } - - .dark\:hover\:bg-lime-950\/25:hover { - background-color: rgb(26 46 5 / 0.25); - } - - .dark\:hover\:bg-lime-950\/30:hover { - background-color: rgb(26 46 5 / 0.3); - } - - .dark\:hover\:bg-lime-950\/35:hover { - background-color: rgb(26 46 5 / 0.35); - } - - .dark\:hover\:bg-lime-950\/40:hover { - background-color: rgb(26 46 5 / 0.4); - } - - .dark\:hover\:bg-lime-950\/45:hover { - background-color: rgb(26 46 5 / 0.45); - } - - .dark\:hover\:bg-lime-950\/5:hover { - background-color: rgb(26 46 5 / 0.05); - } - - .dark\:hover\:bg-lime-950\/50:hover { - background-color: rgb(26 46 5 / 0.5); - } - - .dark\:hover\:bg-lime-950\/55:hover { - background-color: rgb(26 46 5 / 0.55); - } - - .dark\:hover\:bg-lime-950\/60:hover { - background-color: rgb(26 46 5 / 0.6); - } - - .dark\:hover\:bg-lime-950\/65:hover { - background-color: rgb(26 46 5 / 0.65); - } - - .dark\:hover\:bg-lime-950\/70:hover { - background-color: rgb(26 46 5 / 0.7); - } - - .dark\:hover\:bg-lime-950\/75:hover { - background-color: rgb(26 46 5 / 0.75); - } - - .dark\:hover\:bg-lime-950\/80:hover { - background-color: rgb(26 46 5 / 0.8); - } - - .dark\:hover\:bg-lime-950\/85:hover { - background-color: rgb(26 46 5 / 0.85); - } - - .dark\:hover\:bg-lime-950\/90:hover { - background-color: rgb(26 46 5 / 0.9); - } - - .dark\:hover\:bg-lime-950\/95:hover { - background-color: rgb(26 46 5 / 0.95); - } - - .dark\:hover\:bg-orange-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-100\/0:hover { - background-color: rgb(255 237 213 / 0); - } - - .dark\:hover\:bg-orange-100\/10:hover { - background-color: rgb(255 237 213 / 0.1); - } - - .dark\:hover\:bg-orange-100\/100:hover { - background-color: rgb(255 237 213 / 1); - } - - .dark\:hover\:bg-orange-100\/15:hover { - background-color: rgb(255 237 213 / 0.15); - } - - .dark\:hover\:bg-orange-100\/20:hover { - background-color: rgb(255 237 213 / 0.2); - } - - .dark\:hover\:bg-orange-100\/25:hover { - background-color: rgb(255 237 213 / 0.25); - } - - .dark\:hover\:bg-orange-100\/30:hover { - background-color: rgb(255 237 213 / 0.3); - } - - .dark\:hover\:bg-orange-100\/35:hover { - background-color: rgb(255 237 213 / 0.35); - } - - .dark\:hover\:bg-orange-100\/40:hover { - background-color: rgb(255 237 213 / 0.4); - } - - .dark\:hover\:bg-orange-100\/45:hover { - background-color: rgb(255 237 213 / 0.45); - } - - .dark\:hover\:bg-orange-100\/5:hover { - background-color: rgb(255 237 213 / 0.05); - } - - .dark\:hover\:bg-orange-100\/50:hover { - background-color: rgb(255 237 213 / 0.5); - } - - .dark\:hover\:bg-orange-100\/55:hover { - background-color: rgb(255 237 213 / 0.55); - } - - .dark\:hover\:bg-orange-100\/60:hover { - background-color: rgb(255 237 213 / 0.6); - } - - .dark\:hover\:bg-orange-100\/65:hover { - background-color: rgb(255 237 213 / 0.65); - } - - .dark\:hover\:bg-orange-100\/70:hover { - background-color: rgb(255 237 213 / 0.7); - } - - .dark\:hover\:bg-orange-100\/75:hover { - background-color: rgb(255 237 213 / 0.75); - } - - .dark\:hover\:bg-orange-100\/80:hover { - background-color: rgb(255 237 213 / 0.8); - } - - .dark\:hover\:bg-orange-100\/85:hover { - background-color: rgb(255 237 213 / 0.85); - } - - .dark\:hover\:bg-orange-100\/90:hover { - background-color: rgb(255 237 213 / 0.9); - } - - .dark\:hover\:bg-orange-100\/95:hover { - background-color: rgb(255 237 213 / 0.95); - } - - .dark\:hover\:bg-orange-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-200\/0:hover { - background-color: rgb(254 215 170 / 0); - } - - .dark\:hover\:bg-orange-200\/10:hover { - background-color: rgb(254 215 170 / 0.1); - } - - .dark\:hover\:bg-orange-200\/100:hover { - background-color: rgb(254 215 170 / 1); - } - - .dark\:hover\:bg-orange-200\/15:hover { - background-color: rgb(254 215 170 / 0.15); - } - - .dark\:hover\:bg-orange-200\/20:hover { - background-color: rgb(254 215 170 / 0.2); - } - - .dark\:hover\:bg-orange-200\/25:hover { - background-color: rgb(254 215 170 / 0.25); - } - - .dark\:hover\:bg-orange-200\/30:hover { - background-color: rgb(254 215 170 / 0.3); - } - - .dark\:hover\:bg-orange-200\/35:hover { - background-color: rgb(254 215 170 / 0.35); - } - - .dark\:hover\:bg-orange-200\/40:hover { - background-color: rgb(254 215 170 / 0.4); - } - - .dark\:hover\:bg-orange-200\/45:hover { - background-color: rgb(254 215 170 / 0.45); - } - - .dark\:hover\:bg-orange-200\/5:hover { - background-color: rgb(254 215 170 / 0.05); - } - - .dark\:hover\:bg-orange-200\/50:hover { - background-color: rgb(254 215 170 / 0.5); - } - - .dark\:hover\:bg-orange-200\/55:hover { - background-color: rgb(254 215 170 / 0.55); - } - - .dark\:hover\:bg-orange-200\/60:hover { - background-color: rgb(254 215 170 / 0.6); - } - - .dark\:hover\:bg-orange-200\/65:hover { - background-color: rgb(254 215 170 / 0.65); - } - - .dark\:hover\:bg-orange-200\/70:hover { - background-color: rgb(254 215 170 / 0.7); - } - - .dark\:hover\:bg-orange-200\/75:hover { - background-color: rgb(254 215 170 / 0.75); - } - - .dark\:hover\:bg-orange-200\/80:hover { - background-color: rgb(254 215 170 / 0.8); - } - - .dark\:hover\:bg-orange-200\/85:hover { - background-color: rgb(254 215 170 / 0.85); - } - - .dark\:hover\:bg-orange-200\/90:hover { - background-color: rgb(254 215 170 / 0.9); - } - - .dark\:hover\:bg-orange-200\/95:hover { - background-color: rgb(254 215 170 / 0.95); - } - - .dark\:hover\:bg-orange-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(253 186 116 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-300\/0:hover { - background-color: rgb(253 186 116 / 0); - } - - .dark\:hover\:bg-orange-300\/10:hover { - background-color: rgb(253 186 116 / 0.1); - } - - .dark\:hover\:bg-orange-300\/100:hover { - background-color: rgb(253 186 116 / 1); - } - - .dark\:hover\:bg-orange-300\/15:hover { - background-color: rgb(253 186 116 / 0.15); - } - - .dark\:hover\:bg-orange-300\/20:hover { - background-color: rgb(253 186 116 / 0.2); - } - - .dark\:hover\:bg-orange-300\/25:hover { - background-color: rgb(253 186 116 / 0.25); - } - - .dark\:hover\:bg-orange-300\/30:hover { - background-color: rgb(253 186 116 / 0.3); - } - - .dark\:hover\:bg-orange-300\/35:hover { - background-color: rgb(253 186 116 / 0.35); - } - - .dark\:hover\:bg-orange-300\/40:hover { - background-color: rgb(253 186 116 / 0.4); - } - - .dark\:hover\:bg-orange-300\/45:hover { - background-color: rgb(253 186 116 / 0.45); - } - - .dark\:hover\:bg-orange-300\/5:hover { - background-color: rgb(253 186 116 / 0.05); - } - - .dark\:hover\:bg-orange-300\/50:hover { - background-color: rgb(253 186 116 / 0.5); - } - - .dark\:hover\:bg-orange-300\/55:hover { - background-color: rgb(253 186 116 / 0.55); - } - - .dark\:hover\:bg-orange-300\/60:hover { - background-color: rgb(253 186 116 / 0.6); - } - - .dark\:hover\:bg-orange-300\/65:hover { - background-color: rgb(253 186 116 / 0.65); - } - - .dark\:hover\:bg-orange-300\/70:hover { - background-color: rgb(253 186 116 / 0.7); - } - - .dark\:hover\:bg-orange-300\/75:hover { - background-color: rgb(253 186 116 / 0.75); - } - - .dark\:hover\:bg-orange-300\/80:hover { - background-color: rgb(253 186 116 / 0.8); - } - - .dark\:hover\:bg-orange-300\/85:hover { - background-color: rgb(253 186 116 / 0.85); - } - - .dark\:hover\:bg-orange-300\/90:hover { - background-color: rgb(253 186 116 / 0.9); - } - - .dark\:hover\:bg-orange-300\/95:hover { - background-color: rgb(253 186 116 / 0.95); - } - - .dark\:hover\:bg-orange-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-400\/0:hover { - background-color: rgb(251 146 60 / 0); - } - - .dark\:hover\:bg-orange-400\/10:hover { - background-color: rgb(251 146 60 / 0.1); - } - - .dark\:hover\:bg-orange-400\/100:hover { - background-color: rgb(251 146 60 / 1); - } - - .dark\:hover\:bg-orange-400\/15:hover { - background-color: rgb(251 146 60 / 0.15); - } - - .dark\:hover\:bg-orange-400\/20:hover { - background-color: rgb(251 146 60 / 0.2); - } - - .dark\:hover\:bg-orange-400\/25:hover { - background-color: rgb(251 146 60 / 0.25); - } - - .dark\:hover\:bg-orange-400\/30:hover { - background-color: rgb(251 146 60 / 0.3); - } - - .dark\:hover\:bg-orange-400\/35:hover { - background-color: rgb(251 146 60 / 0.35); - } - - .dark\:hover\:bg-orange-400\/40:hover { - background-color: rgb(251 146 60 / 0.4); - } - - .dark\:hover\:bg-orange-400\/45:hover { - background-color: rgb(251 146 60 / 0.45); - } - - .dark\:hover\:bg-orange-400\/5:hover { - background-color: rgb(251 146 60 / 0.05); - } - - .dark\:hover\:bg-orange-400\/50:hover { - background-color: rgb(251 146 60 / 0.5); - } - - .dark\:hover\:bg-orange-400\/55:hover { - background-color: rgb(251 146 60 / 0.55); - } - - .dark\:hover\:bg-orange-400\/60:hover { - background-color: rgb(251 146 60 / 0.6); - } - - .dark\:hover\:bg-orange-400\/65:hover { - background-color: rgb(251 146 60 / 0.65); - } - - .dark\:hover\:bg-orange-400\/70:hover { - background-color: rgb(251 146 60 / 0.7); - } - - .dark\:hover\:bg-orange-400\/75:hover { - background-color: rgb(251 146 60 / 0.75); - } - - .dark\:hover\:bg-orange-400\/80:hover { - background-color: rgb(251 146 60 / 0.8); - } - - .dark\:hover\:bg-orange-400\/85:hover { - background-color: rgb(251 146 60 / 0.85); - } - - .dark\:hover\:bg-orange-400\/90:hover { - background-color: rgb(251 146 60 / 0.9); - } - - .dark\:hover\:bg-orange-400\/95:hover { - background-color: rgb(251 146 60 / 0.95); - } - - .dark\:hover\:bg-orange-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 247 237 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-50\/0:hover { - background-color: rgb(255 247 237 / 0); - } - - .dark\:hover\:bg-orange-50\/10:hover { - background-color: rgb(255 247 237 / 0.1); - } - - .dark\:hover\:bg-orange-50\/100:hover { - background-color: rgb(255 247 237 / 1); - } - - .dark\:hover\:bg-orange-50\/15:hover { - background-color: rgb(255 247 237 / 0.15); - } - - .dark\:hover\:bg-orange-50\/20:hover { - background-color: rgb(255 247 237 / 0.2); - } - - .dark\:hover\:bg-orange-50\/25:hover { - background-color: rgb(255 247 237 / 0.25); - } - - .dark\:hover\:bg-orange-50\/30:hover { - background-color: rgb(255 247 237 / 0.3); - } - - .dark\:hover\:bg-orange-50\/35:hover { - background-color: rgb(255 247 237 / 0.35); - } - - .dark\:hover\:bg-orange-50\/40:hover { - background-color: rgb(255 247 237 / 0.4); - } - - .dark\:hover\:bg-orange-50\/45:hover { - background-color: rgb(255 247 237 / 0.45); - } - - .dark\:hover\:bg-orange-50\/5:hover { - background-color: rgb(255 247 237 / 0.05); - } - - .dark\:hover\:bg-orange-50\/50:hover { - background-color: rgb(255 247 237 / 0.5); - } - - .dark\:hover\:bg-orange-50\/55:hover { - background-color: rgb(255 247 237 / 0.55); - } - - .dark\:hover\:bg-orange-50\/60:hover { - background-color: rgb(255 247 237 / 0.6); - } - - .dark\:hover\:bg-orange-50\/65:hover { - background-color: rgb(255 247 237 / 0.65); - } - - .dark\:hover\:bg-orange-50\/70:hover { - background-color: rgb(255 247 237 / 0.7); - } - - .dark\:hover\:bg-orange-50\/75:hover { - background-color: rgb(255 247 237 / 0.75); - } - - .dark\:hover\:bg-orange-50\/80:hover { - background-color: rgb(255 247 237 / 0.8); - } - - .dark\:hover\:bg-orange-50\/85:hover { - background-color: rgb(255 247 237 / 0.85); - } - - .dark\:hover\:bg-orange-50\/90:hover { - background-color: rgb(255 247 237 / 0.9); - } - - .dark\:hover\:bg-orange-50\/95:hover { - background-color: rgb(255 247 237 / 0.95); - } - - .dark\:hover\:bg-orange-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-500\/0:hover { - background-color: rgb(249 115 22 / 0); - } - - .dark\:hover\:bg-orange-500\/10:hover { - background-color: rgb(249 115 22 / 0.1); - } - - .dark\:hover\:bg-orange-500\/100:hover { - background-color: rgb(249 115 22 / 1); - } - - .dark\:hover\:bg-orange-500\/15:hover { - background-color: rgb(249 115 22 / 0.15); - } - - .dark\:hover\:bg-orange-500\/20:hover { - background-color: rgb(249 115 22 / 0.2); - } - - .dark\:hover\:bg-orange-500\/25:hover { - background-color: rgb(249 115 22 / 0.25); - } - - .dark\:hover\:bg-orange-500\/30:hover { - background-color: rgb(249 115 22 / 0.3); - } - - .dark\:hover\:bg-orange-500\/35:hover { - background-color: rgb(249 115 22 / 0.35); - } - - .dark\:hover\:bg-orange-500\/40:hover { - background-color: rgb(249 115 22 / 0.4); - } - - .dark\:hover\:bg-orange-500\/45:hover { - background-color: rgb(249 115 22 / 0.45); - } - - .dark\:hover\:bg-orange-500\/5:hover { - background-color: rgb(249 115 22 / 0.05); - } - - .dark\:hover\:bg-orange-500\/50:hover { - background-color: rgb(249 115 22 / 0.5); - } - - .dark\:hover\:bg-orange-500\/55:hover { - background-color: rgb(249 115 22 / 0.55); - } - - .dark\:hover\:bg-orange-500\/60:hover { - background-color: rgb(249 115 22 / 0.6); - } - - .dark\:hover\:bg-orange-500\/65:hover { - background-color: rgb(249 115 22 / 0.65); - } - - .dark\:hover\:bg-orange-500\/70:hover { - background-color: rgb(249 115 22 / 0.7); - } - - .dark\:hover\:bg-orange-500\/75:hover { - background-color: rgb(249 115 22 / 0.75); - } - - .dark\:hover\:bg-orange-500\/80:hover { - background-color: rgb(249 115 22 / 0.8); - } - - .dark\:hover\:bg-orange-500\/85:hover { - background-color: rgb(249 115 22 / 0.85); - } - - .dark\:hover\:bg-orange-500\/90:hover { - background-color: rgb(249 115 22 / 0.9); - } - - .dark\:hover\:bg-orange-500\/95:hover { - background-color: rgb(249 115 22 / 0.95); - } - - .dark\:hover\:bg-orange-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(234 88 12 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-600\/0:hover { - background-color: rgb(234 88 12 / 0); - } - - .dark\:hover\:bg-orange-600\/10:hover { - background-color: rgb(234 88 12 / 0.1); - } - - .dark\:hover\:bg-orange-600\/100:hover { - background-color: rgb(234 88 12 / 1); - } - - .dark\:hover\:bg-orange-600\/15:hover { - background-color: rgb(234 88 12 / 0.15); - } - - .dark\:hover\:bg-orange-600\/20:hover { - background-color: rgb(234 88 12 / 0.2); - } - - .dark\:hover\:bg-orange-600\/25:hover { - background-color: rgb(234 88 12 / 0.25); - } - - .dark\:hover\:bg-orange-600\/30:hover { - background-color: rgb(234 88 12 / 0.3); - } - - .dark\:hover\:bg-orange-600\/35:hover { - background-color: rgb(234 88 12 / 0.35); - } - - .dark\:hover\:bg-orange-600\/40:hover { - background-color: rgb(234 88 12 / 0.4); - } - - .dark\:hover\:bg-orange-600\/45:hover { - background-color: rgb(234 88 12 / 0.45); - } - - .dark\:hover\:bg-orange-600\/5:hover { - background-color: rgb(234 88 12 / 0.05); - } - - .dark\:hover\:bg-orange-600\/50:hover { - background-color: rgb(234 88 12 / 0.5); - } - - .dark\:hover\:bg-orange-600\/55:hover { - background-color: rgb(234 88 12 / 0.55); - } - - .dark\:hover\:bg-orange-600\/60:hover { - background-color: rgb(234 88 12 / 0.6); - } - - .dark\:hover\:bg-orange-600\/65:hover { - background-color: rgb(234 88 12 / 0.65); - } - - .dark\:hover\:bg-orange-600\/70:hover { - background-color: rgb(234 88 12 / 0.7); - } - - .dark\:hover\:bg-orange-600\/75:hover { - background-color: rgb(234 88 12 / 0.75); - } - - .dark\:hover\:bg-orange-600\/80:hover { - background-color: rgb(234 88 12 / 0.8); - } - - .dark\:hover\:bg-orange-600\/85:hover { - background-color: rgb(234 88 12 / 0.85); - } - - .dark\:hover\:bg-orange-600\/90:hover { - background-color: rgb(234 88 12 / 0.9); - } - - .dark\:hover\:bg-orange-600\/95:hover { - background-color: rgb(234 88 12 / 0.95); - } - - .dark\:hover\:bg-orange-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-700\/0:hover { - background-color: rgb(194 65 12 / 0); - } - - .dark\:hover\:bg-orange-700\/10:hover { - background-color: rgb(194 65 12 / 0.1); - } - - .dark\:hover\:bg-orange-700\/100:hover { - background-color: rgb(194 65 12 / 1); - } - - .dark\:hover\:bg-orange-700\/15:hover { - background-color: rgb(194 65 12 / 0.15); - } - - .dark\:hover\:bg-orange-700\/20:hover { - background-color: rgb(194 65 12 / 0.2); - } - - .dark\:hover\:bg-orange-700\/25:hover { - background-color: rgb(194 65 12 / 0.25); - } - - .dark\:hover\:bg-orange-700\/30:hover { - background-color: rgb(194 65 12 / 0.3); - } - - .dark\:hover\:bg-orange-700\/35:hover { - background-color: rgb(194 65 12 / 0.35); - } - - .dark\:hover\:bg-orange-700\/40:hover { - background-color: rgb(194 65 12 / 0.4); - } - - .dark\:hover\:bg-orange-700\/45:hover { - background-color: rgb(194 65 12 / 0.45); - } - - .dark\:hover\:bg-orange-700\/5:hover { - background-color: rgb(194 65 12 / 0.05); - } - - .dark\:hover\:bg-orange-700\/50:hover { - background-color: rgb(194 65 12 / 0.5); - } - - .dark\:hover\:bg-orange-700\/55:hover { - background-color: rgb(194 65 12 / 0.55); - } - - .dark\:hover\:bg-orange-700\/60:hover { - background-color: rgb(194 65 12 / 0.6); - } - - .dark\:hover\:bg-orange-700\/65:hover { - background-color: rgb(194 65 12 / 0.65); - } - - .dark\:hover\:bg-orange-700\/70:hover { - background-color: rgb(194 65 12 / 0.7); - } - - .dark\:hover\:bg-orange-700\/75:hover { - background-color: rgb(194 65 12 / 0.75); - } - - .dark\:hover\:bg-orange-700\/80:hover { - background-color: rgb(194 65 12 / 0.8); - } - - .dark\:hover\:bg-orange-700\/85:hover { - background-color: rgb(194 65 12 / 0.85); - } - - .dark\:hover\:bg-orange-700\/90:hover { - background-color: rgb(194 65 12 / 0.9); - } - - .dark\:hover\:bg-orange-700\/95:hover { - background-color: rgb(194 65 12 / 0.95); - } - - .dark\:hover\:bg-orange-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(154 52 18 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-800\/0:hover { - background-color: rgb(154 52 18 / 0); - } - - .dark\:hover\:bg-orange-800\/10:hover { - background-color: rgb(154 52 18 / 0.1); - } - - .dark\:hover\:bg-orange-800\/100:hover { - background-color: rgb(154 52 18 / 1); - } - - .dark\:hover\:bg-orange-800\/15:hover { - background-color: rgb(154 52 18 / 0.15); - } - - .dark\:hover\:bg-orange-800\/20:hover { - background-color: rgb(154 52 18 / 0.2); - } - - .dark\:hover\:bg-orange-800\/25:hover { - background-color: rgb(154 52 18 / 0.25); - } - - .dark\:hover\:bg-orange-800\/30:hover { - background-color: rgb(154 52 18 / 0.3); - } - - .dark\:hover\:bg-orange-800\/35:hover { - background-color: rgb(154 52 18 / 0.35); - } - - .dark\:hover\:bg-orange-800\/40:hover { - background-color: rgb(154 52 18 / 0.4); - } - - .dark\:hover\:bg-orange-800\/45:hover { - background-color: rgb(154 52 18 / 0.45); - } - - .dark\:hover\:bg-orange-800\/5:hover { - background-color: rgb(154 52 18 / 0.05); - } - - .dark\:hover\:bg-orange-800\/50:hover { - background-color: rgb(154 52 18 / 0.5); - } - - .dark\:hover\:bg-orange-800\/55:hover { - background-color: rgb(154 52 18 / 0.55); - } - - .dark\:hover\:bg-orange-800\/60:hover { - background-color: rgb(154 52 18 / 0.6); - } - - .dark\:hover\:bg-orange-800\/65:hover { - background-color: rgb(154 52 18 / 0.65); - } - - .dark\:hover\:bg-orange-800\/70:hover { - background-color: rgb(154 52 18 / 0.7); - } - - .dark\:hover\:bg-orange-800\/75:hover { - background-color: rgb(154 52 18 / 0.75); - } - - .dark\:hover\:bg-orange-800\/80:hover { - background-color: rgb(154 52 18 / 0.8); - } - - .dark\:hover\:bg-orange-800\/85:hover { - background-color: rgb(154 52 18 / 0.85); - } - - .dark\:hover\:bg-orange-800\/90:hover { - background-color: rgb(154 52 18 / 0.9); - } - - .dark\:hover\:bg-orange-800\/95:hover { - background-color: rgb(154 52 18 / 0.95); - } - - .dark\:hover\:bg-orange-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(124 45 18 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-900\/0:hover { - background-color: rgb(124 45 18 / 0); - } - - .dark\:hover\:bg-orange-900\/10:hover { - background-color: rgb(124 45 18 / 0.1); - } - - .dark\:hover\:bg-orange-900\/100:hover { - background-color: rgb(124 45 18 / 1); - } - - .dark\:hover\:bg-orange-900\/15:hover { - background-color: rgb(124 45 18 / 0.15); - } - - .dark\:hover\:bg-orange-900\/20:hover { - background-color: rgb(124 45 18 / 0.2); - } - - .dark\:hover\:bg-orange-900\/25:hover { - background-color: rgb(124 45 18 / 0.25); - } - - .dark\:hover\:bg-orange-900\/30:hover { - background-color: rgb(124 45 18 / 0.3); - } - - .dark\:hover\:bg-orange-900\/35:hover { - background-color: rgb(124 45 18 / 0.35); - } - - .dark\:hover\:bg-orange-900\/40:hover { - background-color: rgb(124 45 18 / 0.4); - } - - .dark\:hover\:bg-orange-900\/45:hover { - background-color: rgb(124 45 18 / 0.45); - } - - .dark\:hover\:bg-orange-900\/5:hover { - background-color: rgb(124 45 18 / 0.05); - } - - .dark\:hover\:bg-orange-900\/50:hover { - background-color: rgb(124 45 18 / 0.5); - } - - .dark\:hover\:bg-orange-900\/55:hover { - background-color: rgb(124 45 18 / 0.55); - } - - .dark\:hover\:bg-orange-900\/60:hover { - background-color: rgb(124 45 18 / 0.6); - } - - .dark\:hover\:bg-orange-900\/65:hover { - background-color: rgb(124 45 18 / 0.65); - } - - .dark\:hover\:bg-orange-900\/70:hover { - background-color: rgb(124 45 18 / 0.7); - } - - .dark\:hover\:bg-orange-900\/75:hover { - background-color: rgb(124 45 18 / 0.75); - } - - .dark\:hover\:bg-orange-900\/80:hover { - background-color: rgb(124 45 18 / 0.8); - } - - .dark\:hover\:bg-orange-900\/85:hover { - background-color: rgb(124 45 18 / 0.85); - } - - .dark\:hover\:bg-orange-900\/90:hover { - background-color: rgb(124 45 18 / 0.9); - } - - .dark\:hover\:bg-orange-900\/95:hover { - background-color: rgb(124 45 18 / 0.95); - } - - .dark\:hover\:bg-orange-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(67 20 7 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-orange-950\/0:hover { - background-color: rgb(67 20 7 / 0); - } - - .dark\:hover\:bg-orange-950\/10:hover { - background-color: rgb(67 20 7 / 0.1); - } - - .dark\:hover\:bg-orange-950\/100:hover { - background-color: rgb(67 20 7 / 1); - } - - .dark\:hover\:bg-orange-950\/15:hover { - background-color: rgb(67 20 7 / 0.15); - } - - .dark\:hover\:bg-orange-950\/20:hover { - background-color: rgb(67 20 7 / 0.2); - } - - .dark\:hover\:bg-orange-950\/25:hover { - background-color: rgb(67 20 7 / 0.25); - } - - .dark\:hover\:bg-orange-950\/30:hover { - background-color: rgb(67 20 7 / 0.3); - } - - .dark\:hover\:bg-orange-950\/35:hover { - background-color: rgb(67 20 7 / 0.35); - } - - .dark\:hover\:bg-orange-950\/40:hover { - background-color: rgb(67 20 7 / 0.4); - } - - .dark\:hover\:bg-orange-950\/45:hover { - background-color: rgb(67 20 7 / 0.45); - } - - .dark\:hover\:bg-orange-950\/5:hover { - background-color: rgb(67 20 7 / 0.05); - } - - .dark\:hover\:bg-orange-950\/50:hover { - background-color: rgb(67 20 7 / 0.5); - } - - .dark\:hover\:bg-orange-950\/55:hover { - background-color: rgb(67 20 7 / 0.55); - } - - .dark\:hover\:bg-orange-950\/60:hover { - background-color: rgb(67 20 7 / 0.6); - } - - .dark\:hover\:bg-orange-950\/65:hover { - background-color: rgb(67 20 7 / 0.65); - } - - .dark\:hover\:bg-orange-950\/70:hover { - background-color: rgb(67 20 7 / 0.7); - } - - .dark\:hover\:bg-orange-950\/75:hover { - background-color: rgb(67 20 7 / 0.75); - } - - .dark\:hover\:bg-orange-950\/80:hover { - background-color: rgb(67 20 7 / 0.8); - } - - .dark\:hover\:bg-orange-950\/85:hover { - background-color: rgb(67 20 7 / 0.85); - } - - .dark\:hover\:bg-orange-950\/90:hover { - background-color: rgb(67 20 7 / 0.9); - } - - .dark\:hover\:bg-orange-950\/95:hover { - background-color: rgb(67 20 7 / 0.95); - } - - .dark\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(204 251 241 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-100\/0:hover { - background-color: rgb(204 251 241 / 0); - } - - .dark\:hover\:bg-primary-100\/10:hover { - background-color: rgb(204 251 241 / 0.1); - } - - .dark\:hover\:bg-primary-100\/100:hover { - background-color: rgb(204 251 241 / 1); - } - - .dark\:hover\:bg-primary-100\/15:hover { - background-color: rgb(204 251 241 / 0.15); - } - - .dark\:hover\:bg-primary-100\/20:hover { - background-color: rgb(204 251 241 / 0.2); - } - - .dark\:hover\:bg-primary-100\/25:hover { - background-color: rgb(204 251 241 / 0.25); - } - - .dark\:hover\:bg-primary-100\/30:hover { - background-color: rgb(204 251 241 / 0.3); - } - - .dark\:hover\:bg-primary-100\/35:hover { - background-color: rgb(204 251 241 / 0.35); - } - - .dark\:hover\:bg-primary-100\/40:hover { - background-color: rgb(204 251 241 / 0.4); - } - - .dark\:hover\:bg-primary-100\/45:hover { - background-color: rgb(204 251 241 / 0.45); - } - - .dark\:hover\:bg-primary-100\/5:hover { - background-color: rgb(204 251 241 / 0.05); - } - - .dark\:hover\:bg-primary-100\/50:hover { - background-color: rgb(204 251 241 / 0.5); - } - - .dark\:hover\:bg-primary-100\/55:hover { - background-color: rgb(204 251 241 / 0.55); - } - - .dark\:hover\:bg-primary-100\/60:hover { - background-color: rgb(204 251 241 / 0.6); - } - - .dark\:hover\:bg-primary-100\/65:hover { - background-color: rgb(204 251 241 / 0.65); - } - - .dark\:hover\:bg-primary-100\/70:hover { - background-color: rgb(204 251 241 / 0.7); - } - - .dark\:hover\:bg-primary-100\/75:hover { - background-color: rgb(204 251 241 / 0.75); - } - - .dark\:hover\:bg-primary-100\/80:hover { - background-color: rgb(204 251 241 / 0.8); - } - - .dark\:hover\:bg-primary-100\/85:hover { - background-color: rgb(204 251 241 / 0.85); - } - - .dark\:hover\:bg-primary-100\/90:hover { - background-color: rgb(204 251 241 / 0.9); - } - - .dark\:hover\:bg-primary-100\/95:hover { - background-color: rgb(204 251 241 / 0.95); - } - - .dark\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(153 246 228 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-200\/0:hover { - background-color: rgb(153 246 228 / 0); - } - - .dark\:hover\:bg-primary-200\/10:hover { - background-color: rgb(153 246 228 / 0.1); - } - - .dark\:hover\:bg-primary-200\/100:hover { - background-color: rgb(153 246 228 / 1); - } - - .dark\:hover\:bg-primary-200\/15:hover { - background-color: rgb(153 246 228 / 0.15); - } - - .dark\:hover\:bg-primary-200\/20:hover { - background-color: rgb(153 246 228 / 0.2); - } - - .dark\:hover\:bg-primary-200\/25:hover { - background-color: rgb(153 246 228 / 0.25); - } - - .dark\:hover\:bg-primary-200\/30:hover { - background-color: rgb(153 246 228 / 0.3); - } - - .dark\:hover\:bg-primary-200\/35:hover { - background-color: rgb(153 246 228 / 0.35); - } - - .dark\:hover\:bg-primary-200\/40:hover { - background-color: rgb(153 246 228 / 0.4); - } - - .dark\:hover\:bg-primary-200\/45:hover { - background-color: rgb(153 246 228 / 0.45); - } - - .dark\:hover\:bg-primary-200\/5:hover { - background-color: rgb(153 246 228 / 0.05); - } - - .dark\:hover\:bg-primary-200\/50:hover { - background-color: rgb(153 246 228 / 0.5); - } - - .dark\:hover\:bg-primary-200\/55:hover { - background-color: rgb(153 246 228 / 0.55); - } - - .dark\:hover\:bg-primary-200\/60:hover { - background-color: rgb(153 246 228 / 0.6); - } - - .dark\:hover\:bg-primary-200\/65:hover { - background-color: rgb(153 246 228 / 0.65); - } - - .dark\:hover\:bg-primary-200\/70:hover { - background-color: rgb(153 246 228 / 0.7); - } - - .dark\:hover\:bg-primary-200\/75:hover { - background-color: rgb(153 246 228 / 0.75); - } - - .dark\:hover\:bg-primary-200\/80:hover { - background-color: rgb(153 246 228 / 0.8); - } - - .dark\:hover\:bg-primary-200\/85:hover { - background-color: rgb(153 246 228 / 0.85); - } - - .dark\:hover\:bg-primary-200\/90:hover { - background-color: rgb(153 246 228 / 0.9); - } - - .dark\:hover\:bg-primary-200\/95:hover { - background-color: rgb(153 246 228 / 0.95); - } - - .dark\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(94 234 212 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-300\/0:hover { - background-color: rgb(94 234 212 / 0); - } - - .dark\:hover\:bg-primary-300\/10:hover { - background-color: rgb(94 234 212 / 0.1); - } - - .dark\:hover\:bg-primary-300\/100:hover { - background-color: rgb(94 234 212 / 1); - } - - .dark\:hover\:bg-primary-300\/15:hover { - background-color: rgb(94 234 212 / 0.15); - } - - .dark\:hover\:bg-primary-300\/20:hover { - background-color: rgb(94 234 212 / 0.2); - } - - .dark\:hover\:bg-primary-300\/25:hover { - background-color: rgb(94 234 212 / 0.25); - } - - .dark\:hover\:bg-primary-300\/30:hover { - background-color: rgb(94 234 212 / 0.3); - } - - .dark\:hover\:bg-primary-300\/35:hover { - background-color: rgb(94 234 212 / 0.35); - } - - .dark\:hover\:bg-primary-300\/40:hover { - background-color: rgb(94 234 212 / 0.4); - } - - .dark\:hover\:bg-primary-300\/45:hover { - background-color: rgb(94 234 212 / 0.45); - } - - .dark\:hover\:bg-primary-300\/5:hover { - background-color: rgb(94 234 212 / 0.05); - } - - .dark\:hover\:bg-primary-300\/50:hover { - background-color: rgb(94 234 212 / 0.5); - } - - .dark\:hover\:bg-primary-300\/55:hover { - background-color: rgb(94 234 212 / 0.55); - } - - .dark\:hover\:bg-primary-300\/60:hover { - background-color: rgb(94 234 212 / 0.6); - } - - .dark\:hover\:bg-primary-300\/65:hover { - background-color: rgb(94 234 212 / 0.65); - } - - .dark\:hover\:bg-primary-300\/70:hover { - background-color: rgb(94 234 212 / 0.7); - } - - .dark\:hover\:bg-primary-300\/75:hover { - background-color: rgb(94 234 212 / 0.75); - } - - .dark\:hover\:bg-primary-300\/80:hover { - background-color: rgb(94 234 212 / 0.8); - } - - .dark\:hover\:bg-primary-300\/85:hover { - background-color: rgb(94 234 212 / 0.85); - } - - .dark\:hover\:bg-primary-300\/90:hover { - background-color: rgb(94 234 212 / 0.9); - } - - .dark\:hover\:bg-primary-300\/95:hover { - background-color: rgb(94 234 212 / 0.95); - } - - .dark\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-400\/0:hover { - background-color: rgb(45 212 191 / 0); - } - - .dark\:hover\:bg-primary-400\/10:hover { - background-color: rgb(45 212 191 / 0.1); - } - - .dark\:hover\:bg-primary-400\/100:hover { - background-color: rgb(45 212 191 / 1); - } - - .dark\:hover\:bg-primary-400\/15:hover { - background-color: rgb(45 212 191 / 0.15); - } - - .dark\:hover\:bg-primary-400\/20:hover { - background-color: rgb(45 212 191 / 0.2); - } - - .dark\:hover\:bg-primary-400\/25:hover { - background-color: rgb(45 212 191 / 0.25); - } - - .dark\:hover\:bg-primary-400\/30:hover { - background-color: rgb(45 212 191 / 0.3); - } - - .dark\:hover\:bg-primary-400\/35:hover { - background-color: rgb(45 212 191 / 0.35); - } - - .dark\:hover\:bg-primary-400\/40:hover { - background-color: rgb(45 212 191 / 0.4); - } - - .dark\:hover\:bg-primary-400\/45:hover { - background-color: rgb(45 212 191 / 0.45); - } - - .dark\:hover\:bg-primary-400\/5:hover { - background-color: rgb(45 212 191 / 0.05); - } - - .dark\:hover\:bg-primary-400\/50:hover { - background-color: rgb(45 212 191 / 0.5); - } - - .dark\:hover\:bg-primary-400\/55:hover { - background-color: rgb(45 212 191 / 0.55); - } - - .dark\:hover\:bg-primary-400\/60:hover { - background-color: rgb(45 212 191 / 0.6); - } - - .dark\:hover\:bg-primary-400\/65:hover { - background-color: rgb(45 212 191 / 0.65); - } - - .dark\:hover\:bg-primary-400\/70:hover { - background-color: rgb(45 212 191 / 0.7); - } - - .dark\:hover\:bg-primary-400\/75:hover { - background-color: rgb(45 212 191 / 0.75); - } - - .dark\:hover\:bg-primary-400\/80:hover { - background-color: rgb(45 212 191 / 0.8); - } - - .dark\:hover\:bg-primary-400\/85:hover { - background-color: rgb(45 212 191 / 0.85); - } - - .dark\:hover\:bg-primary-400\/90:hover { - background-color: rgb(45 212 191 / 0.9); - } - - .dark\:hover\:bg-primary-400\/95:hover { - background-color: rgb(45 212 191 / 0.95); - } - - .dark\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(240 253 250 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-50\/0:hover { - background-color: rgb(240 253 250 / 0); - } - - .dark\:hover\:bg-primary-50\/10:hover { - background-color: rgb(240 253 250 / 0.1); - } - - .dark\:hover\:bg-primary-50\/100:hover { - background-color: rgb(240 253 250 / 1); - } - - .dark\:hover\:bg-primary-50\/15:hover { - background-color: rgb(240 253 250 / 0.15); - } - - .dark\:hover\:bg-primary-50\/20:hover { - background-color: rgb(240 253 250 / 0.2); - } - - .dark\:hover\:bg-primary-50\/25:hover { - background-color: rgb(240 253 250 / 0.25); - } - - .dark\:hover\:bg-primary-50\/30:hover { - background-color: rgb(240 253 250 / 0.3); - } - - .dark\:hover\:bg-primary-50\/35:hover { - background-color: rgb(240 253 250 / 0.35); - } - - .dark\:hover\:bg-primary-50\/40:hover { - background-color: rgb(240 253 250 / 0.4); - } - - .dark\:hover\:bg-primary-50\/45:hover { - background-color: rgb(240 253 250 / 0.45); - } - - .dark\:hover\:bg-primary-50\/5:hover { - background-color: rgb(240 253 250 / 0.05); - } - - .dark\:hover\:bg-primary-50\/50:hover { - background-color: rgb(240 253 250 / 0.5); - } - - .dark\:hover\:bg-primary-50\/55:hover { - background-color: rgb(240 253 250 / 0.55); - } - - .dark\:hover\:bg-primary-50\/60:hover { - background-color: rgb(240 253 250 / 0.6); - } - - .dark\:hover\:bg-primary-50\/65:hover { - background-color: rgb(240 253 250 / 0.65); - } - - .dark\:hover\:bg-primary-50\/70:hover { - background-color: rgb(240 253 250 / 0.7); - } - - .dark\:hover\:bg-primary-50\/75:hover { - background-color: rgb(240 253 250 / 0.75); - } - - .dark\:hover\:bg-primary-50\/80:hover { - background-color: rgb(240 253 250 / 0.8); - } - - .dark\:hover\:bg-primary-50\/85:hover { - background-color: rgb(240 253 250 / 0.85); - } - - .dark\:hover\:bg-primary-50\/90:hover { - background-color: rgb(240 253 250 / 0.9); - } - - .dark\:hover\:bg-primary-50\/95:hover { - background-color: rgb(240 253 250 / 0.95); - } - - .dark\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-500\/0:hover { - background-color: rgb(20 184 166 / 0); - } - - .dark\:hover\:bg-primary-500\/10:hover { - background-color: rgb(20 184 166 / 0.1); - } - - .dark\:hover\:bg-primary-500\/100:hover { - background-color: rgb(20 184 166 / 1); - } - - .dark\:hover\:bg-primary-500\/15:hover { - background-color: rgb(20 184 166 / 0.15); - } - - .dark\:hover\:bg-primary-500\/20:hover { - background-color: rgb(20 184 166 / 0.2); - } - - .dark\:hover\:bg-primary-500\/25:hover { - background-color: rgb(20 184 166 / 0.25); - } - - .dark\:hover\:bg-primary-500\/30:hover { - background-color: rgb(20 184 166 / 0.3); - } - - .dark\:hover\:bg-primary-500\/35:hover { - background-color: rgb(20 184 166 / 0.35); - } - - .dark\:hover\:bg-primary-500\/40:hover { - background-color: rgb(20 184 166 / 0.4); - } - - .dark\:hover\:bg-primary-500\/45:hover { - background-color: rgb(20 184 166 / 0.45); - } - - .dark\:hover\:bg-primary-500\/5:hover { - background-color: rgb(20 184 166 / 0.05); - } - - .dark\:hover\:bg-primary-500\/50:hover { - background-color: rgb(20 184 166 / 0.5); - } - - .dark\:hover\:bg-primary-500\/55:hover { - background-color: rgb(20 184 166 / 0.55); - } - - .dark\:hover\:bg-primary-500\/60:hover { - background-color: rgb(20 184 166 / 0.6); - } - - .dark\:hover\:bg-primary-500\/65:hover { - background-color: rgb(20 184 166 / 0.65); - } - - .dark\:hover\:bg-primary-500\/70:hover { - background-color: rgb(20 184 166 / 0.7); - } - - .dark\:hover\:bg-primary-500\/75:hover { - background-color: rgb(20 184 166 / 0.75); - } - - .dark\:hover\:bg-primary-500\/80:hover { - background-color: rgb(20 184 166 / 0.8); - } - - .dark\:hover\:bg-primary-500\/85:hover { - background-color: rgb(20 184 166 / 0.85); - } - - .dark\:hover\:bg-primary-500\/90:hover { - background-color: rgb(20 184 166 / 0.9); - } - - .dark\:hover\:bg-primary-500\/95:hover { - background-color: rgb(20 184 166 / 0.95); - } - - .dark\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-600\/0:hover { - background-color: rgb(13 148 136 / 0); - } - - .dark\:hover\:bg-primary-600\/10:hover { - background-color: rgb(13 148 136 / 0.1); - } - - .dark\:hover\:bg-primary-600\/100:hover { - background-color: rgb(13 148 136 / 1); - } - - .dark\:hover\:bg-primary-600\/15:hover { - background-color: rgb(13 148 136 / 0.15); - } - - .dark\:hover\:bg-primary-600\/20:hover { - background-color: rgb(13 148 136 / 0.2); - } - - .dark\:hover\:bg-primary-600\/25:hover { - background-color: rgb(13 148 136 / 0.25); - } - - .dark\:hover\:bg-primary-600\/30:hover { - background-color: rgb(13 148 136 / 0.3); - } - - .dark\:hover\:bg-primary-600\/35:hover { - background-color: rgb(13 148 136 / 0.35); - } - - .dark\:hover\:bg-primary-600\/40:hover { - background-color: rgb(13 148 136 / 0.4); - } - - .dark\:hover\:bg-primary-600\/45:hover { - background-color: rgb(13 148 136 / 0.45); - } - - .dark\:hover\:bg-primary-600\/5:hover { - background-color: rgb(13 148 136 / 0.05); - } - - .dark\:hover\:bg-primary-600\/50:hover { - background-color: rgb(13 148 136 / 0.5); - } - - .dark\:hover\:bg-primary-600\/55:hover { - background-color: rgb(13 148 136 / 0.55); - } - - .dark\:hover\:bg-primary-600\/60:hover { - background-color: rgb(13 148 136 / 0.6); - } - - .dark\:hover\:bg-primary-600\/65:hover { - background-color: rgb(13 148 136 / 0.65); - } - - .dark\:hover\:bg-primary-600\/70:hover { - background-color: rgb(13 148 136 / 0.7); - } - - .dark\:hover\:bg-primary-600\/75:hover { - background-color: rgb(13 148 136 / 0.75); - } - - .dark\:hover\:bg-primary-600\/80:hover { - background-color: rgb(13 148 136 / 0.8); - } - - .dark\:hover\:bg-primary-600\/85:hover { - background-color: rgb(13 148 136 / 0.85); - } - - .dark\:hover\:bg-primary-600\/90:hover { - background-color: rgb(13 148 136 / 0.9); - } - - .dark\:hover\:bg-primary-600\/95:hover { - background-color: rgb(13 148 136 / 0.95); - } - - .dark\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(15 118 110 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-700\/0:hover { - background-color: rgb(15 118 110 / 0); - } - - .dark\:hover\:bg-primary-700\/10:hover { - background-color: rgb(15 118 110 / 0.1); - } - - .dark\:hover\:bg-primary-700\/100:hover { - background-color: rgb(15 118 110 / 1); - } - - .dark\:hover\:bg-primary-700\/15:hover { - background-color: rgb(15 118 110 / 0.15); - } - - .dark\:hover\:bg-primary-700\/20:hover { - background-color: rgb(15 118 110 / 0.2); - } - - .dark\:hover\:bg-primary-700\/25:hover { - background-color: rgb(15 118 110 / 0.25); - } - - .dark\:hover\:bg-primary-700\/30:hover { - background-color: rgb(15 118 110 / 0.3); - } - - .dark\:hover\:bg-primary-700\/35:hover { - background-color: rgb(15 118 110 / 0.35); - } - - .dark\:hover\:bg-primary-700\/40:hover { - background-color: rgb(15 118 110 / 0.4); - } - - .dark\:hover\:bg-primary-700\/45:hover { - background-color: rgb(15 118 110 / 0.45); - } - - .dark\:hover\:bg-primary-700\/5:hover { - background-color: rgb(15 118 110 / 0.05); - } - - .dark\:hover\:bg-primary-700\/50:hover { - background-color: rgb(15 118 110 / 0.5); - } - - .dark\:hover\:bg-primary-700\/55:hover { - background-color: rgb(15 118 110 / 0.55); - } - - .dark\:hover\:bg-primary-700\/60:hover { - background-color: rgb(15 118 110 / 0.6); - } - - .dark\:hover\:bg-primary-700\/65:hover { - background-color: rgb(15 118 110 / 0.65); - } - - .dark\:hover\:bg-primary-700\/70:hover { - background-color: rgb(15 118 110 / 0.7); - } - - .dark\:hover\:bg-primary-700\/75:hover { - background-color: rgb(15 118 110 / 0.75); - } - - .dark\:hover\:bg-primary-700\/80:hover { - background-color: rgb(15 118 110 / 0.8); - } - - .dark\:hover\:bg-primary-700\/85:hover { - background-color: rgb(15 118 110 / 0.85); - } - - .dark\:hover\:bg-primary-700\/90:hover { - background-color: rgb(15 118 110 / 0.9); - } - - .dark\:hover\:bg-primary-700\/95:hover { - background-color: rgb(15 118 110 / 0.95); - } - - .dark\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-800\/0:hover { - background-color: rgb(17 94 89 / 0); - } - - .dark\:hover\:bg-primary-800\/10:hover { - background-color: rgb(17 94 89 / 0.1); - } - - .dark\:hover\:bg-primary-800\/100:hover { - background-color: rgb(17 94 89 / 1); - } - - .dark\:hover\:bg-primary-800\/15:hover { - background-color: rgb(17 94 89 / 0.15); - } - - .dark\:hover\:bg-primary-800\/20:hover { - background-color: rgb(17 94 89 / 0.2); - } - - .dark\:hover\:bg-primary-800\/25:hover { - background-color: rgb(17 94 89 / 0.25); - } - - .dark\:hover\:bg-primary-800\/30:hover { - background-color: rgb(17 94 89 / 0.3); - } - - .dark\:hover\:bg-primary-800\/35:hover { - background-color: rgb(17 94 89 / 0.35); - } - - .dark\:hover\:bg-primary-800\/40:hover { - background-color: rgb(17 94 89 / 0.4); - } - - .dark\:hover\:bg-primary-800\/45:hover { - background-color: rgb(17 94 89 / 0.45); - } - - .dark\:hover\:bg-primary-800\/5:hover { - background-color: rgb(17 94 89 / 0.05); - } - - .dark\:hover\:bg-primary-800\/50:hover { - background-color: rgb(17 94 89 / 0.5); - } - - .dark\:hover\:bg-primary-800\/55:hover { - background-color: rgb(17 94 89 / 0.55); - } - - .dark\:hover\:bg-primary-800\/60:hover { - background-color: rgb(17 94 89 / 0.6); - } - - .dark\:hover\:bg-primary-800\/65:hover { - background-color: rgb(17 94 89 / 0.65); - } - - .dark\:hover\:bg-primary-800\/70:hover { - background-color: rgb(17 94 89 / 0.7); - } - - .dark\:hover\:bg-primary-800\/75:hover { - background-color: rgb(17 94 89 / 0.75); - } - - .dark\:hover\:bg-primary-800\/80:hover { - background-color: rgb(17 94 89 / 0.8); - } - - .dark\:hover\:bg-primary-800\/85:hover { - background-color: rgb(17 94 89 / 0.85); - } - - .dark\:hover\:bg-primary-800\/90:hover { - background-color: rgb(17 94 89 / 0.9); - } - - .dark\:hover\:bg-primary-800\/95:hover { - background-color: rgb(17 94 89 / 0.95); - } - - .dark\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(19 78 74 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-900\/0:hover { - background-color: rgb(19 78 74 / 0); - } - - .dark\:hover\:bg-primary-900\/10:hover { - background-color: rgb(19 78 74 / 0.1); - } - - .dark\:hover\:bg-primary-900\/100:hover { - background-color: rgb(19 78 74 / 1); - } - - .dark\:hover\:bg-primary-900\/15:hover { - background-color: rgb(19 78 74 / 0.15); - } - - .dark\:hover\:bg-primary-900\/20:hover { - background-color: rgb(19 78 74 / 0.2); - } - - .dark\:hover\:bg-primary-900\/25:hover { - background-color: rgb(19 78 74 / 0.25); - } - - .dark\:hover\:bg-primary-900\/30:hover { - background-color: rgb(19 78 74 / 0.3); - } - - .dark\:hover\:bg-primary-900\/35:hover { - background-color: rgb(19 78 74 / 0.35); - } - - .dark\:hover\:bg-primary-900\/40:hover { - background-color: rgb(19 78 74 / 0.4); - } - - .dark\:hover\:bg-primary-900\/45:hover { - background-color: rgb(19 78 74 / 0.45); - } - - .dark\:hover\:bg-primary-900\/5:hover { - background-color: rgb(19 78 74 / 0.05); - } - - .dark\:hover\:bg-primary-900\/50:hover { - background-color: rgb(19 78 74 / 0.5); - } - - .dark\:hover\:bg-primary-900\/55:hover { - background-color: rgb(19 78 74 / 0.55); - } - - .dark\:hover\:bg-primary-900\/60:hover { - background-color: rgb(19 78 74 / 0.6); - } - - .dark\:hover\:bg-primary-900\/65:hover { - background-color: rgb(19 78 74 / 0.65); - } - - .dark\:hover\:bg-primary-900\/70:hover { - background-color: rgb(19 78 74 / 0.7); - } - - .dark\:hover\:bg-primary-900\/75:hover { - background-color: rgb(19 78 74 / 0.75); - } - - .dark\:hover\:bg-primary-900\/80:hover { - background-color: rgb(19 78 74 / 0.8); - } - - .dark\:hover\:bg-primary-900\/85:hover { - background-color: rgb(19 78 74 / 0.85); - } - - .dark\:hover\:bg-primary-900\/90:hover { - background-color: rgb(19 78 74 / 0.9); - } - - .dark\:hover\:bg-primary-900\/95:hover { - background-color: rgb(19 78 74 / 0.95); - } - - .dark\:hover\:bg-primary-950:hover { - --tw-bg-opacity: 1; - background-color: rgb(4 47 46 / var(--tw-bg-opacity)); - } - - .dark\:hover\:bg-primary-950\/0:hover { - background-color: rgb(4 47 46 / 0); - } - - .dark\:hover\:bg-primary-950\/10:hover { - background-color: rgb(4 47 46 / 0.1); - } - - .dark\:hover\:bg-primary-950\/100:hover { - background-color: rgb(4 47 46 / 1); - } - - .dark\:hover\:bg-primary-950\/15:hover { - background-color: rgb(4 47 46 / 0.15); - } - - .dark\:hover\:bg-primary-950\/20:hover { - background-color: rgb(4 47 46 / 0.2); - } - - .dark\:hover\:bg-primary-950\/25:hover { - background-color: rgb(4 47 46 / 0.25); - } - - .dark\:hover\:bg-primary-950\/30:hover { - background-color: rgb(4 47 46 / 0.3); - } - - .dark\:hover\:bg-primary-950\/35:hover { - background-color: rgb(4 47 46 / 0.35); - } - - .dark\:hover\:bg-primary-950\/40:hover { - background-color: rgb(4 47 46 / 0.4); - } - - .dark\:hover\:bg-primary-950\/45:hover { - background-color: rgb(4 47 46 / 0.45); - } - - .dark\:hover\:bg-primary-950\/5:hover { - background-color: rgb(4 47 46 / 0.05); - } - - .dark\:hover\:bg-primary-950\/50:hover { - background-color: rgb(4 47 46 / 0.5); - } - - .dark\:hover\:bg-primary-950\/55:hover { - background-color: rgb(4 47 46 / 0.55); - } - - .dark\:hover\:bg-primary-950\/60:hover { - background-color: rgb(4 47 46 / 0.6); - } - - .dark\:hover\:bg-primary-950\/65:hover { - background-color: rgb(4 47 46 / 0.65); - } - - .dark\:hover\:bg-primary-950\/70:hover { - background-color: rgb(4 47 46 / 0.7); - } - - .dark\:hover\:bg-primary-950\/75:hover { - background-color: rgb(4 47 46 / 0.75); - } - - .dark\:hover\:bg-primary-950\/80:hover { - background-color: rgb(4 47 46 / 0.8); - } - - .dark\:hover\:bg-primary-950\/85:hover { - background-color: rgb(4 47 46 / 0.85); - } - - .dark\:hover\:bg-primary-950\/90:hover { - background-color: rgb(4 47 46 / 0.9); - } - - .dark\:hover\:bg-primary-950\/95:hover { - background-color: rgb(4 47 46 / 0.95); - } - - .dark\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(185 28 28 / var(--tw-bg-opacity)); - } - - .dark\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgb(59 130 246 / var(--tw-border-opacity)); - } - - .dark\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-100\/0:focus { - background-color: rgb(243 244 246 / 0); - } - - .dark\:focus\:bg-gray-100\/10:focus { - background-color: rgb(243 244 246 / 0.1); - } - - .dark\:focus\:bg-gray-100\/100:focus { - background-color: rgb(243 244 246 / 1); - } - - .dark\:focus\:bg-gray-100\/15:focus { - background-color: rgb(243 244 246 / 0.15); - } - - .dark\:focus\:bg-gray-100\/20:focus { - background-color: rgb(243 244 246 / 0.2); - } - - .dark\:focus\:bg-gray-100\/25:focus { - background-color: rgb(243 244 246 / 0.25); - } - - .dark\:focus\:bg-gray-100\/30:focus { - background-color: rgb(243 244 246 / 0.3); - } - - .dark\:focus\:bg-gray-100\/35:focus { - background-color: rgb(243 244 246 / 0.35); - } - - .dark\:focus\:bg-gray-100\/40:focus { - background-color: rgb(243 244 246 / 0.4); - } - - .dark\:focus\:bg-gray-100\/45:focus { - background-color: rgb(243 244 246 / 0.45); - } - - .dark\:focus\:bg-gray-100\/5:focus { - background-color: rgb(243 244 246 / 0.05); - } - - .dark\:focus\:bg-gray-100\/50:focus { - background-color: rgb(243 244 246 / 0.5); - } - - .dark\:focus\:bg-gray-100\/55:focus { - background-color: rgb(243 244 246 / 0.55); - } - - .dark\:focus\:bg-gray-100\/60:focus { - background-color: rgb(243 244 246 / 0.6); - } - - .dark\:focus\:bg-gray-100\/65:focus { - background-color: rgb(243 244 246 / 0.65); - } - - .dark\:focus\:bg-gray-100\/70:focus { - background-color: rgb(243 244 246 / 0.7); - } - - .dark\:focus\:bg-gray-100\/75:focus { - background-color: rgb(243 244 246 / 0.75); - } - - .dark\:focus\:bg-gray-100\/80:focus { - background-color: rgb(243 244 246 / 0.8); - } - - .dark\:focus\:bg-gray-100\/85:focus { - background-color: rgb(243 244 246 / 0.85); - } - - .dark\:focus\:bg-gray-100\/90:focus { - background-color: rgb(243 244 246 / 0.9); - } - - .dark\:focus\:bg-gray-100\/95:focus { - background-color: rgb(243 244 246 / 0.95); - } - - .dark\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-200\/0:focus { - background-color: rgb(229 231 235 / 0); - } - - .dark\:focus\:bg-gray-200\/10:focus { - background-color: rgb(229 231 235 / 0.1); - } - - .dark\:focus\:bg-gray-200\/100:focus { - background-color: rgb(229 231 235 / 1); - } - - .dark\:focus\:bg-gray-200\/15:focus { - background-color: rgb(229 231 235 / 0.15); - } - - .dark\:focus\:bg-gray-200\/20:focus { - background-color: rgb(229 231 235 / 0.2); - } - - .dark\:focus\:bg-gray-200\/25:focus { - background-color: rgb(229 231 235 / 0.25); - } - - .dark\:focus\:bg-gray-200\/30:focus { - background-color: rgb(229 231 235 / 0.3); - } - - .dark\:focus\:bg-gray-200\/35:focus { - background-color: rgb(229 231 235 / 0.35); - } - - .dark\:focus\:bg-gray-200\/40:focus { - background-color: rgb(229 231 235 / 0.4); - } - - .dark\:focus\:bg-gray-200\/45:focus { - background-color: rgb(229 231 235 / 0.45); - } - - .dark\:focus\:bg-gray-200\/5:focus { - background-color: rgb(229 231 235 / 0.05); - } - - .dark\:focus\:bg-gray-200\/50:focus { - background-color: rgb(229 231 235 / 0.5); - } - - .dark\:focus\:bg-gray-200\/55:focus { - background-color: rgb(229 231 235 / 0.55); - } - - .dark\:focus\:bg-gray-200\/60:focus { - background-color: rgb(229 231 235 / 0.6); - } - - .dark\:focus\:bg-gray-200\/65:focus { - background-color: rgb(229 231 235 / 0.65); - } - - .dark\:focus\:bg-gray-200\/70:focus { - background-color: rgb(229 231 235 / 0.7); - } - - .dark\:focus\:bg-gray-200\/75:focus { - background-color: rgb(229 231 235 / 0.75); - } - - .dark\:focus\:bg-gray-200\/80:focus { - background-color: rgb(229 231 235 / 0.8); - } - - .dark\:focus\:bg-gray-200\/85:focus { - background-color: rgb(229 231 235 / 0.85); - } - - .dark\:focus\:bg-gray-200\/90:focus { - background-color: rgb(229 231 235 / 0.9); - } - - .dark\:focus\:bg-gray-200\/95:focus { - background-color: rgb(229 231 235 / 0.95); - } - - .dark\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-300\/0:focus { - background-color: rgb(209 213 219 / 0); - } - - .dark\:focus\:bg-gray-300\/10:focus { - background-color: rgb(209 213 219 / 0.1); - } - - .dark\:focus\:bg-gray-300\/100:focus { - background-color: rgb(209 213 219 / 1); - } - - .dark\:focus\:bg-gray-300\/15:focus { - background-color: rgb(209 213 219 / 0.15); - } - - .dark\:focus\:bg-gray-300\/20:focus { - background-color: rgb(209 213 219 / 0.2); - } - - .dark\:focus\:bg-gray-300\/25:focus { - background-color: rgb(209 213 219 / 0.25); - } - - .dark\:focus\:bg-gray-300\/30:focus { - background-color: rgb(209 213 219 / 0.3); - } - - .dark\:focus\:bg-gray-300\/35:focus { - background-color: rgb(209 213 219 / 0.35); - } - - .dark\:focus\:bg-gray-300\/40:focus { - background-color: rgb(209 213 219 / 0.4); - } - - .dark\:focus\:bg-gray-300\/45:focus { - background-color: rgb(209 213 219 / 0.45); - } - - .dark\:focus\:bg-gray-300\/5:focus { - background-color: rgb(209 213 219 / 0.05); - } - - .dark\:focus\:bg-gray-300\/50:focus { - background-color: rgb(209 213 219 / 0.5); - } - - .dark\:focus\:bg-gray-300\/55:focus { - background-color: rgb(209 213 219 / 0.55); - } - - .dark\:focus\:bg-gray-300\/60:focus { - background-color: rgb(209 213 219 / 0.6); - } - - .dark\:focus\:bg-gray-300\/65:focus { - background-color: rgb(209 213 219 / 0.65); - } - - .dark\:focus\:bg-gray-300\/70:focus { - background-color: rgb(209 213 219 / 0.7); - } - - .dark\:focus\:bg-gray-300\/75:focus { - background-color: rgb(209 213 219 / 0.75); - } - - .dark\:focus\:bg-gray-300\/80:focus { - background-color: rgb(209 213 219 / 0.8); - } - - .dark\:focus\:bg-gray-300\/85:focus { - background-color: rgb(209 213 219 / 0.85); - } - - .dark\:focus\:bg-gray-300\/90:focus { - background-color: rgb(209 213 219 / 0.9); - } - - .dark\:focus\:bg-gray-300\/95:focus { - background-color: rgb(209 213 219 / 0.95); - } - - .dark\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-400\/0:focus { - background-color: rgb(156 163 175 / 0); - } - - .dark\:focus\:bg-gray-400\/10:focus { - background-color: rgb(156 163 175 / 0.1); - } - - .dark\:focus\:bg-gray-400\/100:focus { - background-color: rgb(156 163 175 / 1); - } - - .dark\:focus\:bg-gray-400\/15:focus { - background-color: rgb(156 163 175 / 0.15); - } - - .dark\:focus\:bg-gray-400\/20:focus { - background-color: rgb(156 163 175 / 0.2); - } - - .dark\:focus\:bg-gray-400\/25:focus { - background-color: rgb(156 163 175 / 0.25); - } - - .dark\:focus\:bg-gray-400\/30:focus { - background-color: rgb(156 163 175 / 0.3); - } - - .dark\:focus\:bg-gray-400\/35:focus { - background-color: rgb(156 163 175 / 0.35); - } - - .dark\:focus\:bg-gray-400\/40:focus { - background-color: rgb(156 163 175 / 0.4); - } - - .dark\:focus\:bg-gray-400\/45:focus { - background-color: rgb(156 163 175 / 0.45); - } - - .dark\:focus\:bg-gray-400\/5:focus { - background-color: rgb(156 163 175 / 0.05); - } - - .dark\:focus\:bg-gray-400\/50:focus { - background-color: rgb(156 163 175 / 0.5); - } - - .dark\:focus\:bg-gray-400\/55:focus { - background-color: rgb(156 163 175 / 0.55); - } - - .dark\:focus\:bg-gray-400\/60:focus { - background-color: rgb(156 163 175 / 0.6); - } - - .dark\:focus\:bg-gray-400\/65:focus { - background-color: rgb(156 163 175 / 0.65); - } - - .dark\:focus\:bg-gray-400\/70:focus { - background-color: rgb(156 163 175 / 0.7); - } - - .dark\:focus\:bg-gray-400\/75:focus { - background-color: rgb(156 163 175 / 0.75); - } - - .dark\:focus\:bg-gray-400\/80:focus { - background-color: rgb(156 163 175 / 0.8); - } - - .dark\:focus\:bg-gray-400\/85:focus { - background-color: rgb(156 163 175 / 0.85); - } - - .dark\:focus\:bg-gray-400\/90:focus { - background-color: rgb(156 163 175 / 0.9); - } - - .dark\:focus\:bg-gray-400\/95:focus { - background-color: rgb(156 163 175 / 0.95); - } - - .dark\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-50\/0:focus { - background-color: rgb(249 250 251 / 0); - } - - .dark\:focus\:bg-gray-50\/10:focus { - background-color: rgb(249 250 251 / 0.1); - } - - .dark\:focus\:bg-gray-50\/100:focus { - background-color: rgb(249 250 251 / 1); - } - - .dark\:focus\:bg-gray-50\/15:focus { - background-color: rgb(249 250 251 / 0.15); - } - - .dark\:focus\:bg-gray-50\/20:focus { - background-color: rgb(249 250 251 / 0.2); - } - - .dark\:focus\:bg-gray-50\/25:focus { - background-color: rgb(249 250 251 / 0.25); - } - - .dark\:focus\:bg-gray-50\/30:focus { - background-color: rgb(249 250 251 / 0.3); - } - - .dark\:focus\:bg-gray-50\/35:focus { - background-color: rgb(249 250 251 / 0.35); - } - - .dark\:focus\:bg-gray-50\/40:focus { - background-color: rgb(249 250 251 / 0.4); - } - - .dark\:focus\:bg-gray-50\/45:focus { - background-color: rgb(249 250 251 / 0.45); - } - - .dark\:focus\:bg-gray-50\/5:focus { - background-color: rgb(249 250 251 / 0.05); - } - - .dark\:focus\:bg-gray-50\/50:focus { - background-color: rgb(249 250 251 / 0.5); - } - - .dark\:focus\:bg-gray-50\/55:focus { - background-color: rgb(249 250 251 / 0.55); - } - - .dark\:focus\:bg-gray-50\/60:focus { - background-color: rgb(249 250 251 / 0.6); - } - - .dark\:focus\:bg-gray-50\/65:focus { - background-color: rgb(249 250 251 / 0.65); - } - - .dark\:focus\:bg-gray-50\/70:focus { - background-color: rgb(249 250 251 / 0.7); - } - - .dark\:focus\:bg-gray-50\/75:focus { - background-color: rgb(249 250 251 / 0.75); - } - - .dark\:focus\:bg-gray-50\/80:focus { - background-color: rgb(249 250 251 / 0.8); - } - - .dark\:focus\:bg-gray-50\/85:focus { - background-color: rgb(249 250 251 / 0.85); - } - - .dark\:focus\:bg-gray-50\/90:focus { - background-color: rgb(249 250 251 / 0.9); - } - - .dark\:focus\:bg-gray-50\/95:focus { - background-color: rgb(249 250 251 / 0.95); - } - - .dark\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-500\/0:focus { - background-color: rgb(107 114 128 / 0); - } - - .dark\:focus\:bg-gray-500\/10:focus { - background-color: rgb(107 114 128 / 0.1); - } - - .dark\:focus\:bg-gray-500\/100:focus { - background-color: rgb(107 114 128 / 1); - } - - .dark\:focus\:bg-gray-500\/15:focus { - background-color: rgb(107 114 128 / 0.15); - } - - .dark\:focus\:bg-gray-500\/20:focus { - background-color: rgb(107 114 128 / 0.2); - } - - .dark\:focus\:bg-gray-500\/25:focus { - background-color: rgb(107 114 128 / 0.25); - } - - .dark\:focus\:bg-gray-500\/30:focus { - background-color: rgb(107 114 128 / 0.3); - } - - .dark\:focus\:bg-gray-500\/35:focus { - background-color: rgb(107 114 128 / 0.35); - } - - .dark\:focus\:bg-gray-500\/40:focus { - background-color: rgb(107 114 128 / 0.4); - } - - .dark\:focus\:bg-gray-500\/45:focus { - background-color: rgb(107 114 128 / 0.45); - } - - .dark\:focus\:bg-gray-500\/5:focus { - background-color: rgb(107 114 128 / 0.05); - } - - .dark\:focus\:bg-gray-500\/50:focus { - background-color: rgb(107 114 128 / 0.5); - } - - .dark\:focus\:bg-gray-500\/55:focus { - background-color: rgb(107 114 128 / 0.55); - } - - .dark\:focus\:bg-gray-500\/60:focus { - background-color: rgb(107 114 128 / 0.6); - } - - .dark\:focus\:bg-gray-500\/65:focus { - background-color: rgb(107 114 128 / 0.65); - } - - .dark\:focus\:bg-gray-500\/70:focus { - background-color: rgb(107 114 128 / 0.7); - } - - .dark\:focus\:bg-gray-500\/75:focus { - background-color: rgb(107 114 128 / 0.75); - } - - .dark\:focus\:bg-gray-500\/80:focus { - background-color: rgb(107 114 128 / 0.8); - } - - .dark\:focus\:bg-gray-500\/85:focus { - background-color: rgb(107 114 128 / 0.85); - } - - .dark\:focus\:bg-gray-500\/90:focus { - background-color: rgb(107 114 128 / 0.9); - } - - .dark\:focus\:bg-gray-500\/95:focus { - background-color: rgb(107 114 128 / 0.95); - } - - .dark\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-600\/0:focus { - background-color: rgb(75 85 99 / 0); - } - - .dark\:focus\:bg-gray-600\/10:focus { - background-color: rgb(75 85 99 / 0.1); - } - - .dark\:focus\:bg-gray-600\/100:focus { - background-color: rgb(75 85 99 / 1); - } - - .dark\:focus\:bg-gray-600\/15:focus { - background-color: rgb(75 85 99 / 0.15); - } - - .dark\:focus\:bg-gray-600\/20:focus { - background-color: rgb(75 85 99 / 0.2); - } - - .dark\:focus\:bg-gray-600\/25:focus { - background-color: rgb(75 85 99 / 0.25); - } - - .dark\:focus\:bg-gray-600\/30:focus { - background-color: rgb(75 85 99 / 0.3); - } - - .dark\:focus\:bg-gray-600\/35:focus { - background-color: rgb(75 85 99 / 0.35); - } - - .dark\:focus\:bg-gray-600\/40:focus { - background-color: rgb(75 85 99 / 0.4); - } - - .dark\:focus\:bg-gray-600\/45:focus { - background-color: rgb(75 85 99 / 0.45); - } - - .dark\:focus\:bg-gray-600\/5:focus { - background-color: rgb(75 85 99 / 0.05); - } - - .dark\:focus\:bg-gray-600\/50:focus { - background-color: rgb(75 85 99 / 0.5); - } - - .dark\:focus\:bg-gray-600\/55:focus { - background-color: rgb(75 85 99 / 0.55); - } - - .dark\:focus\:bg-gray-600\/60:focus { - background-color: rgb(75 85 99 / 0.6); - } - - .dark\:focus\:bg-gray-600\/65:focus { - background-color: rgb(75 85 99 / 0.65); - } - - .dark\:focus\:bg-gray-600\/70:focus { - background-color: rgb(75 85 99 / 0.7); - } - - .dark\:focus\:bg-gray-600\/75:focus { - background-color: rgb(75 85 99 / 0.75); - } - - .dark\:focus\:bg-gray-600\/80:focus { - background-color: rgb(75 85 99 / 0.8); - } - - .dark\:focus\:bg-gray-600\/85:focus { - background-color: rgb(75 85 99 / 0.85); - } - - .dark\:focus\:bg-gray-600\/90:focus { - background-color: rgb(75 85 99 / 0.9); - } - - .dark\:focus\:bg-gray-600\/95:focus { - background-color: rgb(75 85 99 / 0.95); - } - - .dark\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-700\/0:focus { - background-color: rgb(55 65 81 / 0); - } - - .dark\:focus\:bg-gray-700\/10:focus { - background-color: rgb(55 65 81 / 0.1); - } - - .dark\:focus\:bg-gray-700\/100:focus { - background-color: rgb(55 65 81 / 1); - } - - .dark\:focus\:bg-gray-700\/15:focus { - background-color: rgb(55 65 81 / 0.15); - } - - .dark\:focus\:bg-gray-700\/20:focus { - background-color: rgb(55 65 81 / 0.2); - } - - .dark\:focus\:bg-gray-700\/25:focus { - background-color: rgb(55 65 81 / 0.25); - } - - .dark\:focus\:bg-gray-700\/30:focus { - background-color: rgb(55 65 81 / 0.3); - } - - .dark\:focus\:bg-gray-700\/35:focus { - background-color: rgb(55 65 81 / 0.35); - } - - .dark\:focus\:bg-gray-700\/40:focus { - background-color: rgb(55 65 81 / 0.4); - } - - .dark\:focus\:bg-gray-700\/45:focus { - background-color: rgb(55 65 81 / 0.45); - } - - .dark\:focus\:bg-gray-700\/5:focus { - background-color: rgb(55 65 81 / 0.05); - } - - .dark\:focus\:bg-gray-700\/50:focus { - background-color: rgb(55 65 81 / 0.5); - } - - .dark\:focus\:bg-gray-700\/55:focus { - background-color: rgb(55 65 81 / 0.55); - } - - .dark\:focus\:bg-gray-700\/60:focus { - background-color: rgb(55 65 81 / 0.6); - } - - .dark\:focus\:bg-gray-700\/65:focus { - background-color: rgb(55 65 81 / 0.65); - } - - .dark\:focus\:bg-gray-700\/70:focus { - background-color: rgb(55 65 81 / 0.7); - } - - .dark\:focus\:bg-gray-700\/75:focus { - background-color: rgb(55 65 81 / 0.75); - } - - .dark\:focus\:bg-gray-700\/80:focus { - background-color: rgb(55 65 81 / 0.8); - } - - .dark\:focus\:bg-gray-700\/85:focus { - background-color: rgb(55 65 81 / 0.85); - } - - .dark\:focus\:bg-gray-700\/90:focus { - background-color: rgb(55 65 81 / 0.9); - } - - .dark\:focus\:bg-gray-700\/95:focus { - background-color: rgb(55 65 81 / 0.95); - } - - .dark\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-800\/0:focus { - background-color: rgb(31 41 55 / 0); - } - - .dark\:focus\:bg-gray-800\/10:focus { - background-color: rgb(31 41 55 / 0.1); - } - - .dark\:focus\:bg-gray-800\/100:focus { - background-color: rgb(31 41 55 / 1); - } - - .dark\:focus\:bg-gray-800\/15:focus { - background-color: rgb(31 41 55 / 0.15); - } - - .dark\:focus\:bg-gray-800\/20:focus { - background-color: rgb(31 41 55 / 0.2); - } - - .dark\:focus\:bg-gray-800\/25:focus { - background-color: rgb(31 41 55 / 0.25); - } - - .dark\:focus\:bg-gray-800\/30:focus { - background-color: rgb(31 41 55 / 0.3); - } - - .dark\:focus\:bg-gray-800\/35:focus { - background-color: rgb(31 41 55 / 0.35); - } - - .dark\:focus\:bg-gray-800\/40:focus { - background-color: rgb(31 41 55 / 0.4); - } - - .dark\:focus\:bg-gray-800\/45:focus { - background-color: rgb(31 41 55 / 0.45); - } - - .dark\:focus\:bg-gray-800\/5:focus { - background-color: rgb(31 41 55 / 0.05); - } - - .dark\:focus\:bg-gray-800\/50:focus { - background-color: rgb(31 41 55 / 0.5); - } - - .dark\:focus\:bg-gray-800\/55:focus { - background-color: rgb(31 41 55 / 0.55); - } - - .dark\:focus\:bg-gray-800\/60:focus { - background-color: rgb(31 41 55 / 0.6); - } - - .dark\:focus\:bg-gray-800\/65:focus { - background-color: rgb(31 41 55 / 0.65); - } - - .dark\:focus\:bg-gray-800\/70:focus { - background-color: rgb(31 41 55 / 0.7); - } - - .dark\:focus\:bg-gray-800\/75:focus { - background-color: rgb(31 41 55 / 0.75); - } - - .dark\:focus\:bg-gray-800\/80:focus { - background-color: rgb(31 41 55 / 0.8); - } - - .dark\:focus\:bg-gray-800\/85:focus { - background-color: rgb(31 41 55 / 0.85); - } - - .dark\:focus\:bg-gray-800\/90:focus { - background-color: rgb(31 41 55 / 0.9); - } - - .dark\:focus\:bg-gray-800\/95:focus { - background-color: rgb(31 41 55 / 0.95); - } - - .dark\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-900\/0:focus { - background-color: rgb(17 24 39 / 0); - } - - .dark\:focus\:bg-gray-900\/10:focus { - background-color: rgb(17 24 39 / 0.1); - } - - .dark\:focus\:bg-gray-900\/100:focus { - background-color: rgb(17 24 39 / 1); - } - - .dark\:focus\:bg-gray-900\/15:focus { - background-color: rgb(17 24 39 / 0.15); - } - - .dark\:focus\:bg-gray-900\/20:focus { - background-color: rgb(17 24 39 / 0.2); - } - - .dark\:focus\:bg-gray-900\/25:focus { - background-color: rgb(17 24 39 / 0.25); - } - - .dark\:focus\:bg-gray-900\/30:focus { - background-color: rgb(17 24 39 / 0.3); - } - - .dark\:focus\:bg-gray-900\/35:focus { - background-color: rgb(17 24 39 / 0.35); - } - - .dark\:focus\:bg-gray-900\/40:focus { - background-color: rgb(17 24 39 / 0.4); - } - - .dark\:focus\:bg-gray-900\/45:focus { - background-color: rgb(17 24 39 / 0.45); - } - - .dark\:focus\:bg-gray-900\/5:focus { - background-color: rgb(17 24 39 / 0.05); - } - - .dark\:focus\:bg-gray-900\/50:focus { - background-color: rgb(17 24 39 / 0.5); - } - - .dark\:focus\:bg-gray-900\/55:focus { - background-color: rgb(17 24 39 / 0.55); - } - - .dark\:focus\:bg-gray-900\/60:focus { - background-color: rgb(17 24 39 / 0.6); - } - - .dark\:focus\:bg-gray-900\/65:focus { - background-color: rgb(17 24 39 / 0.65); - } - - .dark\:focus\:bg-gray-900\/70:focus { - background-color: rgb(17 24 39 / 0.7); - } - - .dark\:focus\:bg-gray-900\/75:focus { - background-color: rgb(17 24 39 / 0.75); - } - - .dark\:focus\:bg-gray-900\/80:focus { - background-color: rgb(17 24 39 / 0.8); - } - - .dark\:focus\:bg-gray-900\/85:focus { - background-color: rgb(17 24 39 / 0.85); - } - - .dark\:focus\:bg-gray-900\/90:focus { - background-color: rgb(17 24 39 / 0.9); - } - - .dark\:focus\:bg-gray-900\/95:focus { - background-color: rgb(17 24 39 / 0.95); - } - - .dark\:focus\:bg-gray-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(3 7 18 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-gray-950\/0:focus { - background-color: rgb(3 7 18 / 0); - } - - .dark\:focus\:bg-gray-950\/10:focus { - background-color: rgb(3 7 18 / 0.1); - } - - .dark\:focus\:bg-gray-950\/100:focus { - background-color: rgb(3 7 18 / 1); - } - - .dark\:focus\:bg-gray-950\/15:focus { - background-color: rgb(3 7 18 / 0.15); - } - - .dark\:focus\:bg-gray-950\/20:focus { - background-color: rgb(3 7 18 / 0.2); - } - - .dark\:focus\:bg-gray-950\/25:focus { - background-color: rgb(3 7 18 / 0.25); - } - - .dark\:focus\:bg-gray-950\/30:focus { - background-color: rgb(3 7 18 / 0.3); - } - - .dark\:focus\:bg-gray-950\/35:focus { - background-color: rgb(3 7 18 / 0.35); - } - - .dark\:focus\:bg-gray-950\/40:focus { - background-color: rgb(3 7 18 / 0.4); - } - - .dark\:focus\:bg-gray-950\/45:focus { - background-color: rgb(3 7 18 / 0.45); - } - - .dark\:focus\:bg-gray-950\/5:focus { - background-color: rgb(3 7 18 / 0.05); - } - - .dark\:focus\:bg-gray-950\/50:focus { - background-color: rgb(3 7 18 / 0.5); - } - - .dark\:focus\:bg-gray-950\/55:focus { - background-color: rgb(3 7 18 / 0.55); - } - - .dark\:focus\:bg-gray-950\/60:focus { - background-color: rgb(3 7 18 / 0.6); - } - - .dark\:focus\:bg-gray-950\/65:focus { - background-color: rgb(3 7 18 / 0.65); - } - - .dark\:focus\:bg-gray-950\/70:focus { - background-color: rgb(3 7 18 / 0.7); - } - - .dark\:focus\:bg-gray-950\/75:focus { - background-color: rgb(3 7 18 / 0.75); - } - - .dark\:focus\:bg-gray-950\/80:focus { - background-color: rgb(3 7 18 / 0.8); - } - - .dark\:focus\:bg-gray-950\/85:focus { - background-color: rgb(3 7 18 / 0.85); - } - - .dark\:focus\:bg-gray-950\/90:focus { - background-color: rgb(3 7 18 / 0.9); - } - - .dark\:focus\:bg-gray-950\/95:focus { - background-color: rgb(3 7 18 / 0.95); - } - - .dark\:focus\:bg-lime-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(236 252 203 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-100\/0:focus { - background-color: rgb(236 252 203 / 0); - } - - .dark\:focus\:bg-lime-100\/10:focus { - background-color: rgb(236 252 203 / 0.1); - } - - .dark\:focus\:bg-lime-100\/100:focus { - background-color: rgb(236 252 203 / 1); - } - - .dark\:focus\:bg-lime-100\/15:focus { - background-color: rgb(236 252 203 / 0.15); - } - - .dark\:focus\:bg-lime-100\/20:focus { - background-color: rgb(236 252 203 / 0.2); - } - - .dark\:focus\:bg-lime-100\/25:focus { - background-color: rgb(236 252 203 / 0.25); - } - - .dark\:focus\:bg-lime-100\/30:focus { - background-color: rgb(236 252 203 / 0.3); - } - - .dark\:focus\:bg-lime-100\/35:focus { - background-color: rgb(236 252 203 / 0.35); - } - - .dark\:focus\:bg-lime-100\/40:focus { - background-color: rgb(236 252 203 / 0.4); - } - - .dark\:focus\:bg-lime-100\/45:focus { - background-color: rgb(236 252 203 / 0.45); - } - - .dark\:focus\:bg-lime-100\/5:focus { - background-color: rgb(236 252 203 / 0.05); - } - - .dark\:focus\:bg-lime-100\/50:focus { - background-color: rgb(236 252 203 / 0.5); - } - - .dark\:focus\:bg-lime-100\/55:focus { - background-color: rgb(236 252 203 / 0.55); - } - - .dark\:focus\:bg-lime-100\/60:focus { - background-color: rgb(236 252 203 / 0.6); - } - - .dark\:focus\:bg-lime-100\/65:focus { - background-color: rgb(236 252 203 / 0.65); - } - - .dark\:focus\:bg-lime-100\/70:focus { - background-color: rgb(236 252 203 / 0.7); - } - - .dark\:focus\:bg-lime-100\/75:focus { - background-color: rgb(236 252 203 / 0.75); - } - - .dark\:focus\:bg-lime-100\/80:focus { - background-color: rgb(236 252 203 / 0.8); - } - - .dark\:focus\:bg-lime-100\/85:focus { - background-color: rgb(236 252 203 / 0.85); - } - - .dark\:focus\:bg-lime-100\/90:focus { - background-color: rgb(236 252 203 / 0.9); - } - - .dark\:focus\:bg-lime-100\/95:focus { - background-color: rgb(236 252 203 / 0.95); - } - - .dark\:focus\:bg-lime-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(217 249 157 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-200\/0:focus { - background-color: rgb(217 249 157 / 0); - } - - .dark\:focus\:bg-lime-200\/10:focus { - background-color: rgb(217 249 157 / 0.1); - } - - .dark\:focus\:bg-lime-200\/100:focus { - background-color: rgb(217 249 157 / 1); - } - - .dark\:focus\:bg-lime-200\/15:focus { - background-color: rgb(217 249 157 / 0.15); - } - - .dark\:focus\:bg-lime-200\/20:focus { - background-color: rgb(217 249 157 / 0.2); - } - - .dark\:focus\:bg-lime-200\/25:focus { - background-color: rgb(217 249 157 / 0.25); - } - - .dark\:focus\:bg-lime-200\/30:focus { - background-color: rgb(217 249 157 / 0.3); - } - - .dark\:focus\:bg-lime-200\/35:focus { - background-color: rgb(217 249 157 / 0.35); - } - - .dark\:focus\:bg-lime-200\/40:focus { - background-color: rgb(217 249 157 / 0.4); - } - - .dark\:focus\:bg-lime-200\/45:focus { - background-color: rgb(217 249 157 / 0.45); - } - - .dark\:focus\:bg-lime-200\/5:focus { - background-color: rgb(217 249 157 / 0.05); - } - - .dark\:focus\:bg-lime-200\/50:focus { - background-color: rgb(217 249 157 / 0.5); - } - - .dark\:focus\:bg-lime-200\/55:focus { - background-color: rgb(217 249 157 / 0.55); - } - - .dark\:focus\:bg-lime-200\/60:focus { - background-color: rgb(217 249 157 / 0.6); - } - - .dark\:focus\:bg-lime-200\/65:focus { - background-color: rgb(217 249 157 / 0.65); - } - - .dark\:focus\:bg-lime-200\/70:focus { - background-color: rgb(217 249 157 / 0.7); - } - - .dark\:focus\:bg-lime-200\/75:focus { - background-color: rgb(217 249 157 / 0.75); - } - - .dark\:focus\:bg-lime-200\/80:focus { - background-color: rgb(217 249 157 / 0.8); - } - - .dark\:focus\:bg-lime-200\/85:focus { - background-color: rgb(217 249 157 / 0.85); - } - - .dark\:focus\:bg-lime-200\/90:focus { - background-color: rgb(217 249 157 / 0.9); - } - - .dark\:focus\:bg-lime-200\/95:focus { - background-color: rgb(217 249 157 / 0.95); - } - - .dark\:focus\:bg-lime-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(190 242 100 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-300\/0:focus { - background-color: rgb(190 242 100 / 0); - } - - .dark\:focus\:bg-lime-300\/10:focus { - background-color: rgb(190 242 100 / 0.1); - } - - .dark\:focus\:bg-lime-300\/100:focus { - background-color: rgb(190 242 100 / 1); - } - - .dark\:focus\:bg-lime-300\/15:focus { - background-color: rgb(190 242 100 / 0.15); - } - - .dark\:focus\:bg-lime-300\/20:focus { - background-color: rgb(190 242 100 / 0.2); - } - - .dark\:focus\:bg-lime-300\/25:focus { - background-color: rgb(190 242 100 / 0.25); - } - - .dark\:focus\:bg-lime-300\/30:focus { - background-color: rgb(190 242 100 / 0.3); - } - - .dark\:focus\:bg-lime-300\/35:focus { - background-color: rgb(190 242 100 / 0.35); - } - - .dark\:focus\:bg-lime-300\/40:focus { - background-color: rgb(190 242 100 / 0.4); - } - - .dark\:focus\:bg-lime-300\/45:focus { - background-color: rgb(190 242 100 / 0.45); - } - - .dark\:focus\:bg-lime-300\/5:focus { - background-color: rgb(190 242 100 / 0.05); - } - - .dark\:focus\:bg-lime-300\/50:focus { - background-color: rgb(190 242 100 / 0.5); - } - - .dark\:focus\:bg-lime-300\/55:focus { - background-color: rgb(190 242 100 / 0.55); - } - - .dark\:focus\:bg-lime-300\/60:focus { - background-color: rgb(190 242 100 / 0.6); - } - - .dark\:focus\:bg-lime-300\/65:focus { - background-color: rgb(190 242 100 / 0.65); - } - - .dark\:focus\:bg-lime-300\/70:focus { - background-color: rgb(190 242 100 / 0.7); - } - - .dark\:focus\:bg-lime-300\/75:focus { - background-color: rgb(190 242 100 / 0.75); - } - - .dark\:focus\:bg-lime-300\/80:focus { - background-color: rgb(190 242 100 / 0.8); - } - - .dark\:focus\:bg-lime-300\/85:focus { - background-color: rgb(190 242 100 / 0.85); - } - - .dark\:focus\:bg-lime-300\/90:focus { - background-color: rgb(190 242 100 / 0.9); - } - - .dark\:focus\:bg-lime-300\/95:focus { - background-color: rgb(190 242 100 / 0.95); - } - - .dark\:focus\:bg-lime-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(163 230 53 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-400\/0:focus { - background-color: rgb(163 230 53 / 0); - } - - .dark\:focus\:bg-lime-400\/10:focus { - background-color: rgb(163 230 53 / 0.1); - } - - .dark\:focus\:bg-lime-400\/100:focus { - background-color: rgb(163 230 53 / 1); - } - - .dark\:focus\:bg-lime-400\/15:focus { - background-color: rgb(163 230 53 / 0.15); - } - - .dark\:focus\:bg-lime-400\/20:focus { - background-color: rgb(163 230 53 / 0.2); - } - - .dark\:focus\:bg-lime-400\/25:focus { - background-color: rgb(163 230 53 / 0.25); - } - - .dark\:focus\:bg-lime-400\/30:focus { - background-color: rgb(163 230 53 / 0.3); - } - - .dark\:focus\:bg-lime-400\/35:focus { - background-color: rgb(163 230 53 / 0.35); - } - - .dark\:focus\:bg-lime-400\/40:focus { - background-color: rgb(163 230 53 / 0.4); - } - - .dark\:focus\:bg-lime-400\/45:focus { - background-color: rgb(163 230 53 / 0.45); - } - - .dark\:focus\:bg-lime-400\/5:focus { - background-color: rgb(163 230 53 / 0.05); - } - - .dark\:focus\:bg-lime-400\/50:focus { - background-color: rgb(163 230 53 / 0.5); - } - - .dark\:focus\:bg-lime-400\/55:focus { - background-color: rgb(163 230 53 / 0.55); - } - - .dark\:focus\:bg-lime-400\/60:focus { - background-color: rgb(163 230 53 / 0.6); - } - - .dark\:focus\:bg-lime-400\/65:focus { - background-color: rgb(163 230 53 / 0.65); - } - - .dark\:focus\:bg-lime-400\/70:focus { - background-color: rgb(163 230 53 / 0.7); - } - - .dark\:focus\:bg-lime-400\/75:focus { - background-color: rgb(163 230 53 / 0.75); - } - - .dark\:focus\:bg-lime-400\/80:focus { - background-color: rgb(163 230 53 / 0.8); - } - - .dark\:focus\:bg-lime-400\/85:focus { - background-color: rgb(163 230 53 / 0.85); - } - - .dark\:focus\:bg-lime-400\/90:focus { - background-color: rgb(163 230 53 / 0.9); - } - - .dark\:focus\:bg-lime-400\/95:focus { - background-color: rgb(163 230 53 / 0.95); - } - - .dark\:focus\:bg-lime-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(247 254 231 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-50\/0:focus { - background-color: rgb(247 254 231 / 0); - } - - .dark\:focus\:bg-lime-50\/10:focus { - background-color: rgb(247 254 231 / 0.1); - } - - .dark\:focus\:bg-lime-50\/100:focus { - background-color: rgb(247 254 231 / 1); - } - - .dark\:focus\:bg-lime-50\/15:focus { - background-color: rgb(247 254 231 / 0.15); - } - - .dark\:focus\:bg-lime-50\/20:focus { - background-color: rgb(247 254 231 / 0.2); - } - - .dark\:focus\:bg-lime-50\/25:focus { - background-color: rgb(247 254 231 / 0.25); - } - - .dark\:focus\:bg-lime-50\/30:focus { - background-color: rgb(247 254 231 / 0.3); - } - - .dark\:focus\:bg-lime-50\/35:focus { - background-color: rgb(247 254 231 / 0.35); - } - - .dark\:focus\:bg-lime-50\/40:focus { - background-color: rgb(247 254 231 / 0.4); - } - - .dark\:focus\:bg-lime-50\/45:focus { - background-color: rgb(247 254 231 / 0.45); - } - - .dark\:focus\:bg-lime-50\/5:focus { - background-color: rgb(247 254 231 / 0.05); - } - - .dark\:focus\:bg-lime-50\/50:focus { - background-color: rgb(247 254 231 / 0.5); - } - - .dark\:focus\:bg-lime-50\/55:focus { - background-color: rgb(247 254 231 / 0.55); - } - - .dark\:focus\:bg-lime-50\/60:focus { - background-color: rgb(247 254 231 / 0.6); - } - - .dark\:focus\:bg-lime-50\/65:focus { - background-color: rgb(247 254 231 / 0.65); - } - - .dark\:focus\:bg-lime-50\/70:focus { - background-color: rgb(247 254 231 / 0.7); - } - - .dark\:focus\:bg-lime-50\/75:focus { - background-color: rgb(247 254 231 / 0.75); - } - - .dark\:focus\:bg-lime-50\/80:focus { - background-color: rgb(247 254 231 / 0.8); - } - - .dark\:focus\:bg-lime-50\/85:focus { - background-color: rgb(247 254 231 / 0.85); - } - - .dark\:focus\:bg-lime-50\/90:focus { - background-color: rgb(247 254 231 / 0.9); - } - - .dark\:focus\:bg-lime-50\/95:focus { - background-color: rgb(247 254 231 / 0.95); - } - - .dark\:focus\:bg-lime-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(132 204 22 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-500\/0:focus { - background-color: rgb(132 204 22 / 0); - } - - .dark\:focus\:bg-lime-500\/10:focus { - background-color: rgb(132 204 22 / 0.1); - } - - .dark\:focus\:bg-lime-500\/100:focus { - background-color: rgb(132 204 22 / 1); - } - - .dark\:focus\:bg-lime-500\/15:focus { - background-color: rgb(132 204 22 / 0.15); - } - - .dark\:focus\:bg-lime-500\/20:focus { - background-color: rgb(132 204 22 / 0.2); - } - - .dark\:focus\:bg-lime-500\/25:focus { - background-color: rgb(132 204 22 / 0.25); - } - - .dark\:focus\:bg-lime-500\/30:focus { - background-color: rgb(132 204 22 / 0.3); - } - - .dark\:focus\:bg-lime-500\/35:focus { - background-color: rgb(132 204 22 / 0.35); - } - - .dark\:focus\:bg-lime-500\/40:focus { - background-color: rgb(132 204 22 / 0.4); - } - - .dark\:focus\:bg-lime-500\/45:focus { - background-color: rgb(132 204 22 / 0.45); - } - - .dark\:focus\:bg-lime-500\/5:focus { - background-color: rgb(132 204 22 / 0.05); - } - - .dark\:focus\:bg-lime-500\/50:focus { - background-color: rgb(132 204 22 / 0.5); - } - - .dark\:focus\:bg-lime-500\/55:focus { - background-color: rgb(132 204 22 / 0.55); - } - - .dark\:focus\:bg-lime-500\/60:focus { - background-color: rgb(132 204 22 / 0.6); - } - - .dark\:focus\:bg-lime-500\/65:focus { - background-color: rgb(132 204 22 / 0.65); - } - - .dark\:focus\:bg-lime-500\/70:focus { - background-color: rgb(132 204 22 / 0.7); - } - - .dark\:focus\:bg-lime-500\/75:focus { - background-color: rgb(132 204 22 / 0.75); - } - - .dark\:focus\:bg-lime-500\/80:focus { - background-color: rgb(132 204 22 / 0.8); - } - - .dark\:focus\:bg-lime-500\/85:focus { - background-color: rgb(132 204 22 / 0.85); - } - - .dark\:focus\:bg-lime-500\/90:focus { - background-color: rgb(132 204 22 / 0.9); - } - - .dark\:focus\:bg-lime-500\/95:focus { - background-color: rgb(132 204 22 / 0.95); - } - - .dark\:focus\:bg-lime-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(101 163 13 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-600\/0:focus { - background-color: rgb(101 163 13 / 0); - } - - .dark\:focus\:bg-lime-600\/10:focus { - background-color: rgb(101 163 13 / 0.1); - } - - .dark\:focus\:bg-lime-600\/100:focus { - background-color: rgb(101 163 13 / 1); - } - - .dark\:focus\:bg-lime-600\/15:focus { - background-color: rgb(101 163 13 / 0.15); - } - - .dark\:focus\:bg-lime-600\/20:focus { - background-color: rgb(101 163 13 / 0.2); - } - - .dark\:focus\:bg-lime-600\/25:focus { - background-color: rgb(101 163 13 / 0.25); - } - - .dark\:focus\:bg-lime-600\/30:focus { - background-color: rgb(101 163 13 / 0.3); - } - - .dark\:focus\:bg-lime-600\/35:focus { - background-color: rgb(101 163 13 / 0.35); - } - - .dark\:focus\:bg-lime-600\/40:focus { - background-color: rgb(101 163 13 / 0.4); - } - - .dark\:focus\:bg-lime-600\/45:focus { - background-color: rgb(101 163 13 / 0.45); - } - - .dark\:focus\:bg-lime-600\/5:focus { - background-color: rgb(101 163 13 / 0.05); - } - - .dark\:focus\:bg-lime-600\/50:focus { - background-color: rgb(101 163 13 / 0.5); - } - - .dark\:focus\:bg-lime-600\/55:focus { - background-color: rgb(101 163 13 / 0.55); - } - - .dark\:focus\:bg-lime-600\/60:focus { - background-color: rgb(101 163 13 / 0.6); - } - - .dark\:focus\:bg-lime-600\/65:focus { - background-color: rgb(101 163 13 / 0.65); - } - - .dark\:focus\:bg-lime-600\/70:focus { - background-color: rgb(101 163 13 / 0.7); - } - - .dark\:focus\:bg-lime-600\/75:focus { - background-color: rgb(101 163 13 / 0.75); - } - - .dark\:focus\:bg-lime-600\/80:focus { - background-color: rgb(101 163 13 / 0.8); - } - - .dark\:focus\:bg-lime-600\/85:focus { - background-color: rgb(101 163 13 / 0.85); - } - - .dark\:focus\:bg-lime-600\/90:focus { - background-color: rgb(101 163 13 / 0.9); - } - - .dark\:focus\:bg-lime-600\/95:focus { - background-color: rgb(101 163 13 / 0.95); - } - - .dark\:focus\:bg-lime-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(77 124 15 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-700\/0:focus { - background-color: rgb(77 124 15 / 0); - } - - .dark\:focus\:bg-lime-700\/10:focus { - background-color: rgb(77 124 15 / 0.1); - } - - .dark\:focus\:bg-lime-700\/100:focus { - background-color: rgb(77 124 15 / 1); - } - - .dark\:focus\:bg-lime-700\/15:focus { - background-color: rgb(77 124 15 / 0.15); - } - - .dark\:focus\:bg-lime-700\/20:focus { - background-color: rgb(77 124 15 / 0.2); - } - - .dark\:focus\:bg-lime-700\/25:focus { - background-color: rgb(77 124 15 / 0.25); - } - - .dark\:focus\:bg-lime-700\/30:focus { - background-color: rgb(77 124 15 / 0.3); - } - - .dark\:focus\:bg-lime-700\/35:focus { - background-color: rgb(77 124 15 / 0.35); - } - - .dark\:focus\:bg-lime-700\/40:focus { - background-color: rgb(77 124 15 / 0.4); - } - - .dark\:focus\:bg-lime-700\/45:focus { - background-color: rgb(77 124 15 / 0.45); - } - - .dark\:focus\:bg-lime-700\/5:focus { - background-color: rgb(77 124 15 / 0.05); - } - - .dark\:focus\:bg-lime-700\/50:focus { - background-color: rgb(77 124 15 / 0.5); - } - - .dark\:focus\:bg-lime-700\/55:focus { - background-color: rgb(77 124 15 / 0.55); - } - - .dark\:focus\:bg-lime-700\/60:focus { - background-color: rgb(77 124 15 / 0.6); - } - - .dark\:focus\:bg-lime-700\/65:focus { - background-color: rgb(77 124 15 / 0.65); - } - - .dark\:focus\:bg-lime-700\/70:focus { - background-color: rgb(77 124 15 / 0.7); - } - - .dark\:focus\:bg-lime-700\/75:focus { - background-color: rgb(77 124 15 / 0.75); - } - - .dark\:focus\:bg-lime-700\/80:focus { - background-color: rgb(77 124 15 / 0.8); - } - - .dark\:focus\:bg-lime-700\/85:focus { - background-color: rgb(77 124 15 / 0.85); - } - - .dark\:focus\:bg-lime-700\/90:focus { - background-color: rgb(77 124 15 / 0.9); - } - - .dark\:focus\:bg-lime-700\/95:focus { - background-color: rgb(77 124 15 / 0.95); - } - - .dark\:focus\:bg-lime-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-800\/0:focus { - background-color: rgb(63 98 18 / 0); - } - - .dark\:focus\:bg-lime-800\/10:focus { - background-color: rgb(63 98 18 / 0.1); - } - - .dark\:focus\:bg-lime-800\/100:focus { - background-color: rgb(63 98 18 / 1); - } - - .dark\:focus\:bg-lime-800\/15:focus { - background-color: rgb(63 98 18 / 0.15); - } - - .dark\:focus\:bg-lime-800\/20:focus { - background-color: rgb(63 98 18 / 0.2); - } - - .dark\:focus\:bg-lime-800\/25:focus { - background-color: rgb(63 98 18 / 0.25); - } - - .dark\:focus\:bg-lime-800\/30:focus { - background-color: rgb(63 98 18 / 0.3); - } - - .dark\:focus\:bg-lime-800\/35:focus { - background-color: rgb(63 98 18 / 0.35); - } - - .dark\:focus\:bg-lime-800\/40:focus { - background-color: rgb(63 98 18 / 0.4); - } - - .dark\:focus\:bg-lime-800\/45:focus { - background-color: rgb(63 98 18 / 0.45); - } - - .dark\:focus\:bg-lime-800\/5:focus { - background-color: rgb(63 98 18 / 0.05); - } - - .dark\:focus\:bg-lime-800\/50:focus { - background-color: rgb(63 98 18 / 0.5); - } - - .dark\:focus\:bg-lime-800\/55:focus { - background-color: rgb(63 98 18 / 0.55); - } - - .dark\:focus\:bg-lime-800\/60:focus { - background-color: rgb(63 98 18 / 0.6); - } - - .dark\:focus\:bg-lime-800\/65:focus { - background-color: rgb(63 98 18 / 0.65); - } - - .dark\:focus\:bg-lime-800\/70:focus { - background-color: rgb(63 98 18 / 0.7); - } - - .dark\:focus\:bg-lime-800\/75:focus { - background-color: rgb(63 98 18 / 0.75); - } - - .dark\:focus\:bg-lime-800\/80:focus { - background-color: rgb(63 98 18 / 0.8); - } - - .dark\:focus\:bg-lime-800\/85:focus { - background-color: rgb(63 98 18 / 0.85); - } - - .dark\:focus\:bg-lime-800\/90:focus { - background-color: rgb(63 98 18 / 0.9); - } - - .dark\:focus\:bg-lime-800\/95:focus { - background-color: rgb(63 98 18 / 0.95); - } - - .dark\:focus\:bg-lime-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(54 83 20 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-900\/0:focus { - background-color: rgb(54 83 20 / 0); - } - - .dark\:focus\:bg-lime-900\/10:focus { - background-color: rgb(54 83 20 / 0.1); - } - - .dark\:focus\:bg-lime-900\/100:focus { - background-color: rgb(54 83 20 / 1); - } - - .dark\:focus\:bg-lime-900\/15:focus { - background-color: rgb(54 83 20 / 0.15); - } - - .dark\:focus\:bg-lime-900\/20:focus { - background-color: rgb(54 83 20 / 0.2); - } - - .dark\:focus\:bg-lime-900\/25:focus { - background-color: rgb(54 83 20 / 0.25); - } - - .dark\:focus\:bg-lime-900\/30:focus { - background-color: rgb(54 83 20 / 0.3); - } - - .dark\:focus\:bg-lime-900\/35:focus { - background-color: rgb(54 83 20 / 0.35); - } - - .dark\:focus\:bg-lime-900\/40:focus { - background-color: rgb(54 83 20 / 0.4); - } - - .dark\:focus\:bg-lime-900\/45:focus { - background-color: rgb(54 83 20 / 0.45); - } - - .dark\:focus\:bg-lime-900\/5:focus { - background-color: rgb(54 83 20 / 0.05); - } - - .dark\:focus\:bg-lime-900\/50:focus { - background-color: rgb(54 83 20 / 0.5); - } - - .dark\:focus\:bg-lime-900\/55:focus { - background-color: rgb(54 83 20 / 0.55); - } - - .dark\:focus\:bg-lime-900\/60:focus { - background-color: rgb(54 83 20 / 0.6); - } - - .dark\:focus\:bg-lime-900\/65:focus { - background-color: rgb(54 83 20 / 0.65); - } - - .dark\:focus\:bg-lime-900\/70:focus { - background-color: rgb(54 83 20 / 0.7); - } - - .dark\:focus\:bg-lime-900\/75:focus { - background-color: rgb(54 83 20 / 0.75); - } - - .dark\:focus\:bg-lime-900\/80:focus { - background-color: rgb(54 83 20 / 0.8); - } - - .dark\:focus\:bg-lime-900\/85:focus { - background-color: rgb(54 83 20 / 0.85); - } - - .dark\:focus\:bg-lime-900\/90:focus { - background-color: rgb(54 83 20 / 0.9); - } - - .dark\:focus\:bg-lime-900\/95:focus { - background-color: rgb(54 83 20 / 0.95); - } - - .dark\:focus\:bg-lime-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(26 46 5 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-lime-950\/0:focus { - background-color: rgb(26 46 5 / 0); - } - - .dark\:focus\:bg-lime-950\/10:focus { - background-color: rgb(26 46 5 / 0.1); - } - - .dark\:focus\:bg-lime-950\/100:focus { - background-color: rgb(26 46 5 / 1); - } - - .dark\:focus\:bg-lime-950\/15:focus { - background-color: rgb(26 46 5 / 0.15); - } - - .dark\:focus\:bg-lime-950\/20:focus { - background-color: rgb(26 46 5 / 0.2); - } - - .dark\:focus\:bg-lime-950\/25:focus { - background-color: rgb(26 46 5 / 0.25); - } - - .dark\:focus\:bg-lime-950\/30:focus { - background-color: rgb(26 46 5 / 0.3); - } - - .dark\:focus\:bg-lime-950\/35:focus { - background-color: rgb(26 46 5 / 0.35); - } - - .dark\:focus\:bg-lime-950\/40:focus { - background-color: rgb(26 46 5 / 0.4); - } - - .dark\:focus\:bg-lime-950\/45:focus { - background-color: rgb(26 46 5 / 0.45); - } - - .dark\:focus\:bg-lime-950\/5:focus { - background-color: rgb(26 46 5 / 0.05); - } - - .dark\:focus\:bg-lime-950\/50:focus { - background-color: rgb(26 46 5 / 0.5); - } - - .dark\:focus\:bg-lime-950\/55:focus { - background-color: rgb(26 46 5 / 0.55); - } - - .dark\:focus\:bg-lime-950\/60:focus { - background-color: rgb(26 46 5 / 0.6); - } - - .dark\:focus\:bg-lime-950\/65:focus { - background-color: rgb(26 46 5 / 0.65); - } - - .dark\:focus\:bg-lime-950\/70:focus { - background-color: rgb(26 46 5 / 0.7); - } - - .dark\:focus\:bg-lime-950\/75:focus { - background-color: rgb(26 46 5 / 0.75); - } - - .dark\:focus\:bg-lime-950\/80:focus { - background-color: rgb(26 46 5 / 0.8); - } - - .dark\:focus\:bg-lime-950\/85:focus { - background-color: rgb(26 46 5 / 0.85); - } - - .dark\:focus\:bg-lime-950\/90:focus { - background-color: rgb(26 46 5 / 0.9); - } - - .dark\:focus\:bg-lime-950\/95:focus { - background-color: rgb(26 46 5 / 0.95); - } - - .dark\:focus\:bg-orange-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-100\/0:focus { - background-color: rgb(255 237 213 / 0); - } - - .dark\:focus\:bg-orange-100\/10:focus { - background-color: rgb(255 237 213 / 0.1); - } - - .dark\:focus\:bg-orange-100\/100:focus { - background-color: rgb(255 237 213 / 1); - } - - .dark\:focus\:bg-orange-100\/15:focus { - background-color: rgb(255 237 213 / 0.15); - } - - .dark\:focus\:bg-orange-100\/20:focus { - background-color: rgb(255 237 213 / 0.2); - } - - .dark\:focus\:bg-orange-100\/25:focus { - background-color: rgb(255 237 213 / 0.25); - } - - .dark\:focus\:bg-orange-100\/30:focus { - background-color: rgb(255 237 213 / 0.3); - } - - .dark\:focus\:bg-orange-100\/35:focus { - background-color: rgb(255 237 213 / 0.35); - } - - .dark\:focus\:bg-orange-100\/40:focus { - background-color: rgb(255 237 213 / 0.4); - } - - .dark\:focus\:bg-orange-100\/45:focus { - background-color: rgb(255 237 213 / 0.45); - } - - .dark\:focus\:bg-orange-100\/5:focus { - background-color: rgb(255 237 213 / 0.05); - } - - .dark\:focus\:bg-orange-100\/50:focus { - background-color: rgb(255 237 213 / 0.5); - } - - .dark\:focus\:bg-orange-100\/55:focus { - background-color: rgb(255 237 213 / 0.55); - } - - .dark\:focus\:bg-orange-100\/60:focus { - background-color: rgb(255 237 213 / 0.6); - } - - .dark\:focus\:bg-orange-100\/65:focus { - background-color: rgb(255 237 213 / 0.65); - } - - .dark\:focus\:bg-orange-100\/70:focus { - background-color: rgb(255 237 213 / 0.7); - } - - .dark\:focus\:bg-orange-100\/75:focus { - background-color: rgb(255 237 213 / 0.75); - } - - .dark\:focus\:bg-orange-100\/80:focus { - background-color: rgb(255 237 213 / 0.8); - } - - .dark\:focus\:bg-orange-100\/85:focus { - background-color: rgb(255 237 213 / 0.85); - } - - .dark\:focus\:bg-orange-100\/90:focus { - background-color: rgb(255 237 213 / 0.9); - } - - .dark\:focus\:bg-orange-100\/95:focus { - background-color: rgb(255 237 213 / 0.95); - } - - .dark\:focus\:bg-orange-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-200\/0:focus { - background-color: rgb(254 215 170 / 0); - } - - .dark\:focus\:bg-orange-200\/10:focus { - background-color: rgb(254 215 170 / 0.1); - } - - .dark\:focus\:bg-orange-200\/100:focus { - background-color: rgb(254 215 170 / 1); - } - - .dark\:focus\:bg-orange-200\/15:focus { - background-color: rgb(254 215 170 / 0.15); - } - - .dark\:focus\:bg-orange-200\/20:focus { - background-color: rgb(254 215 170 / 0.2); - } - - .dark\:focus\:bg-orange-200\/25:focus { - background-color: rgb(254 215 170 / 0.25); - } - - .dark\:focus\:bg-orange-200\/30:focus { - background-color: rgb(254 215 170 / 0.3); - } - - .dark\:focus\:bg-orange-200\/35:focus { - background-color: rgb(254 215 170 / 0.35); - } - - .dark\:focus\:bg-orange-200\/40:focus { - background-color: rgb(254 215 170 / 0.4); - } - - .dark\:focus\:bg-orange-200\/45:focus { - background-color: rgb(254 215 170 / 0.45); - } - - .dark\:focus\:bg-orange-200\/5:focus { - background-color: rgb(254 215 170 / 0.05); - } - - .dark\:focus\:bg-orange-200\/50:focus { - background-color: rgb(254 215 170 / 0.5); - } - - .dark\:focus\:bg-orange-200\/55:focus { - background-color: rgb(254 215 170 / 0.55); - } - - .dark\:focus\:bg-orange-200\/60:focus { - background-color: rgb(254 215 170 / 0.6); - } - - .dark\:focus\:bg-orange-200\/65:focus { - background-color: rgb(254 215 170 / 0.65); - } - - .dark\:focus\:bg-orange-200\/70:focus { - background-color: rgb(254 215 170 / 0.7); - } - - .dark\:focus\:bg-orange-200\/75:focus { - background-color: rgb(254 215 170 / 0.75); - } - - .dark\:focus\:bg-orange-200\/80:focus { - background-color: rgb(254 215 170 / 0.8); - } - - .dark\:focus\:bg-orange-200\/85:focus { - background-color: rgb(254 215 170 / 0.85); - } - - .dark\:focus\:bg-orange-200\/90:focus { - background-color: rgb(254 215 170 / 0.9); - } - - .dark\:focus\:bg-orange-200\/95:focus { - background-color: rgb(254 215 170 / 0.95); - } - - .dark\:focus\:bg-orange-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(253 186 116 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-300\/0:focus { - background-color: rgb(253 186 116 / 0); - } - - .dark\:focus\:bg-orange-300\/10:focus { - background-color: rgb(253 186 116 / 0.1); - } - - .dark\:focus\:bg-orange-300\/100:focus { - background-color: rgb(253 186 116 / 1); - } - - .dark\:focus\:bg-orange-300\/15:focus { - background-color: rgb(253 186 116 / 0.15); - } - - .dark\:focus\:bg-orange-300\/20:focus { - background-color: rgb(253 186 116 / 0.2); - } - - .dark\:focus\:bg-orange-300\/25:focus { - background-color: rgb(253 186 116 / 0.25); - } - - .dark\:focus\:bg-orange-300\/30:focus { - background-color: rgb(253 186 116 / 0.3); - } - - .dark\:focus\:bg-orange-300\/35:focus { - background-color: rgb(253 186 116 / 0.35); - } - - .dark\:focus\:bg-orange-300\/40:focus { - background-color: rgb(253 186 116 / 0.4); - } - - .dark\:focus\:bg-orange-300\/45:focus { - background-color: rgb(253 186 116 / 0.45); - } - - .dark\:focus\:bg-orange-300\/5:focus { - background-color: rgb(253 186 116 / 0.05); - } - - .dark\:focus\:bg-orange-300\/50:focus { - background-color: rgb(253 186 116 / 0.5); - } - - .dark\:focus\:bg-orange-300\/55:focus { - background-color: rgb(253 186 116 / 0.55); - } - - .dark\:focus\:bg-orange-300\/60:focus { - background-color: rgb(253 186 116 / 0.6); - } - - .dark\:focus\:bg-orange-300\/65:focus { - background-color: rgb(253 186 116 / 0.65); - } - - .dark\:focus\:bg-orange-300\/70:focus { - background-color: rgb(253 186 116 / 0.7); - } - - .dark\:focus\:bg-orange-300\/75:focus { - background-color: rgb(253 186 116 / 0.75); - } - - .dark\:focus\:bg-orange-300\/80:focus { - background-color: rgb(253 186 116 / 0.8); - } - - .dark\:focus\:bg-orange-300\/85:focus { - background-color: rgb(253 186 116 / 0.85); - } - - .dark\:focus\:bg-orange-300\/90:focus { - background-color: rgb(253 186 116 / 0.9); - } - - .dark\:focus\:bg-orange-300\/95:focus { - background-color: rgb(253 186 116 / 0.95); - } - - .dark\:focus\:bg-orange-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-400\/0:focus { - background-color: rgb(251 146 60 / 0); - } - - .dark\:focus\:bg-orange-400\/10:focus { - background-color: rgb(251 146 60 / 0.1); - } - - .dark\:focus\:bg-orange-400\/100:focus { - background-color: rgb(251 146 60 / 1); - } - - .dark\:focus\:bg-orange-400\/15:focus { - background-color: rgb(251 146 60 / 0.15); - } - - .dark\:focus\:bg-orange-400\/20:focus { - background-color: rgb(251 146 60 / 0.2); - } - - .dark\:focus\:bg-orange-400\/25:focus { - background-color: rgb(251 146 60 / 0.25); - } - - .dark\:focus\:bg-orange-400\/30:focus { - background-color: rgb(251 146 60 / 0.3); - } - - .dark\:focus\:bg-orange-400\/35:focus { - background-color: rgb(251 146 60 / 0.35); - } - - .dark\:focus\:bg-orange-400\/40:focus { - background-color: rgb(251 146 60 / 0.4); - } - - .dark\:focus\:bg-orange-400\/45:focus { - background-color: rgb(251 146 60 / 0.45); - } - - .dark\:focus\:bg-orange-400\/5:focus { - background-color: rgb(251 146 60 / 0.05); - } - - .dark\:focus\:bg-orange-400\/50:focus { - background-color: rgb(251 146 60 / 0.5); - } - - .dark\:focus\:bg-orange-400\/55:focus { - background-color: rgb(251 146 60 / 0.55); - } - - .dark\:focus\:bg-orange-400\/60:focus { - background-color: rgb(251 146 60 / 0.6); - } - - .dark\:focus\:bg-orange-400\/65:focus { - background-color: rgb(251 146 60 / 0.65); - } - - .dark\:focus\:bg-orange-400\/70:focus { - background-color: rgb(251 146 60 / 0.7); - } - - .dark\:focus\:bg-orange-400\/75:focus { - background-color: rgb(251 146 60 / 0.75); - } - - .dark\:focus\:bg-orange-400\/80:focus { - background-color: rgb(251 146 60 / 0.8); - } - - .dark\:focus\:bg-orange-400\/85:focus { - background-color: rgb(251 146 60 / 0.85); - } - - .dark\:focus\:bg-orange-400\/90:focus { - background-color: rgb(251 146 60 / 0.9); - } - - .dark\:focus\:bg-orange-400\/95:focus { - background-color: rgb(251 146 60 / 0.95); - } - - .dark\:focus\:bg-orange-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(255 247 237 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-50\/0:focus { - background-color: rgb(255 247 237 / 0); - } - - .dark\:focus\:bg-orange-50\/10:focus { - background-color: rgb(255 247 237 / 0.1); - } - - .dark\:focus\:bg-orange-50\/100:focus { - background-color: rgb(255 247 237 / 1); - } - - .dark\:focus\:bg-orange-50\/15:focus { - background-color: rgb(255 247 237 / 0.15); - } - - .dark\:focus\:bg-orange-50\/20:focus { - background-color: rgb(255 247 237 / 0.2); - } - - .dark\:focus\:bg-orange-50\/25:focus { - background-color: rgb(255 247 237 / 0.25); - } - - .dark\:focus\:bg-orange-50\/30:focus { - background-color: rgb(255 247 237 / 0.3); - } - - .dark\:focus\:bg-orange-50\/35:focus { - background-color: rgb(255 247 237 / 0.35); - } - - .dark\:focus\:bg-orange-50\/40:focus { - background-color: rgb(255 247 237 / 0.4); - } - - .dark\:focus\:bg-orange-50\/45:focus { - background-color: rgb(255 247 237 / 0.45); - } - - .dark\:focus\:bg-orange-50\/5:focus { - background-color: rgb(255 247 237 / 0.05); - } - - .dark\:focus\:bg-orange-50\/50:focus { - background-color: rgb(255 247 237 / 0.5); - } - - .dark\:focus\:bg-orange-50\/55:focus { - background-color: rgb(255 247 237 / 0.55); - } - - .dark\:focus\:bg-orange-50\/60:focus { - background-color: rgb(255 247 237 / 0.6); - } - - .dark\:focus\:bg-orange-50\/65:focus { - background-color: rgb(255 247 237 / 0.65); - } - - .dark\:focus\:bg-orange-50\/70:focus { - background-color: rgb(255 247 237 / 0.7); - } - - .dark\:focus\:bg-orange-50\/75:focus { - background-color: rgb(255 247 237 / 0.75); - } - - .dark\:focus\:bg-orange-50\/80:focus { - background-color: rgb(255 247 237 / 0.8); - } - - .dark\:focus\:bg-orange-50\/85:focus { - background-color: rgb(255 247 237 / 0.85); - } - - .dark\:focus\:bg-orange-50\/90:focus { - background-color: rgb(255 247 237 / 0.9); - } - - .dark\:focus\:bg-orange-50\/95:focus { - background-color: rgb(255 247 237 / 0.95); - } - - .dark\:focus\:bg-orange-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-500\/0:focus { - background-color: rgb(249 115 22 / 0); - } - - .dark\:focus\:bg-orange-500\/10:focus { - background-color: rgb(249 115 22 / 0.1); - } - - .dark\:focus\:bg-orange-500\/100:focus { - background-color: rgb(249 115 22 / 1); - } - - .dark\:focus\:bg-orange-500\/15:focus { - background-color: rgb(249 115 22 / 0.15); - } - - .dark\:focus\:bg-orange-500\/20:focus { - background-color: rgb(249 115 22 / 0.2); - } - - .dark\:focus\:bg-orange-500\/25:focus { - background-color: rgb(249 115 22 / 0.25); - } - - .dark\:focus\:bg-orange-500\/30:focus { - background-color: rgb(249 115 22 / 0.3); - } - - .dark\:focus\:bg-orange-500\/35:focus { - background-color: rgb(249 115 22 / 0.35); - } - - .dark\:focus\:bg-orange-500\/40:focus { - background-color: rgb(249 115 22 / 0.4); - } - - .dark\:focus\:bg-orange-500\/45:focus { - background-color: rgb(249 115 22 / 0.45); - } - - .dark\:focus\:bg-orange-500\/5:focus { - background-color: rgb(249 115 22 / 0.05); - } - - .dark\:focus\:bg-orange-500\/50:focus { - background-color: rgb(249 115 22 / 0.5); - } - - .dark\:focus\:bg-orange-500\/55:focus { - background-color: rgb(249 115 22 / 0.55); - } - - .dark\:focus\:bg-orange-500\/60:focus { - background-color: rgb(249 115 22 / 0.6); - } - - .dark\:focus\:bg-orange-500\/65:focus { - background-color: rgb(249 115 22 / 0.65); - } - - .dark\:focus\:bg-orange-500\/70:focus { - background-color: rgb(249 115 22 / 0.7); - } - - .dark\:focus\:bg-orange-500\/75:focus { - background-color: rgb(249 115 22 / 0.75); - } - - .dark\:focus\:bg-orange-500\/80:focus { - background-color: rgb(249 115 22 / 0.8); - } - - .dark\:focus\:bg-orange-500\/85:focus { - background-color: rgb(249 115 22 / 0.85); - } - - .dark\:focus\:bg-orange-500\/90:focus { - background-color: rgb(249 115 22 / 0.9); - } - - .dark\:focus\:bg-orange-500\/95:focus { - background-color: rgb(249 115 22 / 0.95); - } - - .dark\:focus\:bg-orange-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(234 88 12 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-600\/0:focus { - background-color: rgb(234 88 12 / 0); - } - - .dark\:focus\:bg-orange-600\/10:focus { - background-color: rgb(234 88 12 / 0.1); - } - - .dark\:focus\:bg-orange-600\/100:focus { - background-color: rgb(234 88 12 / 1); - } - - .dark\:focus\:bg-orange-600\/15:focus { - background-color: rgb(234 88 12 / 0.15); - } - - .dark\:focus\:bg-orange-600\/20:focus { - background-color: rgb(234 88 12 / 0.2); - } - - .dark\:focus\:bg-orange-600\/25:focus { - background-color: rgb(234 88 12 / 0.25); - } - - .dark\:focus\:bg-orange-600\/30:focus { - background-color: rgb(234 88 12 / 0.3); - } - - .dark\:focus\:bg-orange-600\/35:focus { - background-color: rgb(234 88 12 / 0.35); - } - - .dark\:focus\:bg-orange-600\/40:focus { - background-color: rgb(234 88 12 / 0.4); - } - - .dark\:focus\:bg-orange-600\/45:focus { - background-color: rgb(234 88 12 / 0.45); - } - - .dark\:focus\:bg-orange-600\/5:focus { - background-color: rgb(234 88 12 / 0.05); - } - - .dark\:focus\:bg-orange-600\/50:focus { - background-color: rgb(234 88 12 / 0.5); - } - - .dark\:focus\:bg-orange-600\/55:focus { - background-color: rgb(234 88 12 / 0.55); - } - - .dark\:focus\:bg-orange-600\/60:focus { - background-color: rgb(234 88 12 / 0.6); - } - - .dark\:focus\:bg-orange-600\/65:focus { - background-color: rgb(234 88 12 / 0.65); - } - - .dark\:focus\:bg-orange-600\/70:focus { - background-color: rgb(234 88 12 / 0.7); - } - - .dark\:focus\:bg-orange-600\/75:focus { - background-color: rgb(234 88 12 / 0.75); - } - - .dark\:focus\:bg-orange-600\/80:focus { - background-color: rgb(234 88 12 / 0.8); - } - - .dark\:focus\:bg-orange-600\/85:focus { - background-color: rgb(234 88 12 / 0.85); - } - - .dark\:focus\:bg-orange-600\/90:focus { - background-color: rgb(234 88 12 / 0.9); - } - - .dark\:focus\:bg-orange-600\/95:focus { - background-color: rgb(234 88 12 / 0.95); - } - - .dark\:focus\:bg-orange-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-700\/0:focus { - background-color: rgb(194 65 12 / 0); - } - - .dark\:focus\:bg-orange-700\/10:focus { - background-color: rgb(194 65 12 / 0.1); - } - - .dark\:focus\:bg-orange-700\/100:focus { - background-color: rgb(194 65 12 / 1); - } - - .dark\:focus\:bg-orange-700\/15:focus { - background-color: rgb(194 65 12 / 0.15); - } - - .dark\:focus\:bg-orange-700\/20:focus { - background-color: rgb(194 65 12 / 0.2); - } - - .dark\:focus\:bg-orange-700\/25:focus { - background-color: rgb(194 65 12 / 0.25); - } - - .dark\:focus\:bg-orange-700\/30:focus { - background-color: rgb(194 65 12 / 0.3); - } - - .dark\:focus\:bg-orange-700\/35:focus { - background-color: rgb(194 65 12 / 0.35); - } - - .dark\:focus\:bg-orange-700\/40:focus { - background-color: rgb(194 65 12 / 0.4); - } - - .dark\:focus\:bg-orange-700\/45:focus { - background-color: rgb(194 65 12 / 0.45); - } - - .dark\:focus\:bg-orange-700\/5:focus { - background-color: rgb(194 65 12 / 0.05); - } - - .dark\:focus\:bg-orange-700\/50:focus { - background-color: rgb(194 65 12 / 0.5); - } - - .dark\:focus\:bg-orange-700\/55:focus { - background-color: rgb(194 65 12 / 0.55); - } - - .dark\:focus\:bg-orange-700\/60:focus { - background-color: rgb(194 65 12 / 0.6); - } - - .dark\:focus\:bg-orange-700\/65:focus { - background-color: rgb(194 65 12 / 0.65); - } - - .dark\:focus\:bg-orange-700\/70:focus { - background-color: rgb(194 65 12 / 0.7); - } - - .dark\:focus\:bg-orange-700\/75:focus { - background-color: rgb(194 65 12 / 0.75); - } - - .dark\:focus\:bg-orange-700\/80:focus { - background-color: rgb(194 65 12 / 0.8); - } - - .dark\:focus\:bg-orange-700\/85:focus { - background-color: rgb(194 65 12 / 0.85); - } - - .dark\:focus\:bg-orange-700\/90:focus { - background-color: rgb(194 65 12 / 0.9); - } - - .dark\:focus\:bg-orange-700\/95:focus { - background-color: rgb(194 65 12 / 0.95); - } - - .dark\:focus\:bg-orange-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(154 52 18 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-800\/0:focus { - background-color: rgb(154 52 18 / 0); - } - - .dark\:focus\:bg-orange-800\/10:focus { - background-color: rgb(154 52 18 / 0.1); - } - - .dark\:focus\:bg-orange-800\/100:focus { - background-color: rgb(154 52 18 / 1); - } - - .dark\:focus\:bg-orange-800\/15:focus { - background-color: rgb(154 52 18 / 0.15); - } - - .dark\:focus\:bg-orange-800\/20:focus { - background-color: rgb(154 52 18 / 0.2); - } - - .dark\:focus\:bg-orange-800\/25:focus { - background-color: rgb(154 52 18 / 0.25); - } - - .dark\:focus\:bg-orange-800\/30:focus { - background-color: rgb(154 52 18 / 0.3); - } - - .dark\:focus\:bg-orange-800\/35:focus { - background-color: rgb(154 52 18 / 0.35); - } - - .dark\:focus\:bg-orange-800\/40:focus { - background-color: rgb(154 52 18 / 0.4); - } - - .dark\:focus\:bg-orange-800\/45:focus { - background-color: rgb(154 52 18 / 0.45); - } - - .dark\:focus\:bg-orange-800\/5:focus { - background-color: rgb(154 52 18 / 0.05); - } - - .dark\:focus\:bg-orange-800\/50:focus { - background-color: rgb(154 52 18 / 0.5); - } - - .dark\:focus\:bg-orange-800\/55:focus { - background-color: rgb(154 52 18 / 0.55); - } - - .dark\:focus\:bg-orange-800\/60:focus { - background-color: rgb(154 52 18 / 0.6); - } - - .dark\:focus\:bg-orange-800\/65:focus { - background-color: rgb(154 52 18 / 0.65); - } - - .dark\:focus\:bg-orange-800\/70:focus { - background-color: rgb(154 52 18 / 0.7); - } - - .dark\:focus\:bg-orange-800\/75:focus { - background-color: rgb(154 52 18 / 0.75); - } - - .dark\:focus\:bg-orange-800\/80:focus { - background-color: rgb(154 52 18 / 0.8); - } - - .dark\:focus\:bg-orange-800\/85:focus { - background-color: rgb(154 52 18 / 0.85); - } - - .dark\:focus\:bg-orange-800\/90:focus { - background-color: rgb(154 52 18 / 0.9); - } - - .dark\:focus\:bg-orange-800\/95:focus { - background-color: rgb(154 52 18 / 0.95); - } - - .dark\:focus\:bg-orange-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(124 45 18 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-900\/0:focus { - background-color: rgb(124 45 18 / 0); - } - - .dark\:focus\:bg-orange-900\/10:focus { - background-color: rgb(124 45 18 / 0.1); - } - - .dark\:focus\:bg-orange-900\/100:focus { - background-color: rgb(124 45 18 / 1); - } - - .dark\:focus\:bg-orange-900\/15:focus { - background-color: rgb(124 45 18 / 0.15); - } - - .dark\:focus\:bg-orange-900\/20:focus { - background-color: rgb(124 45 18 / 0.2); - } - - .dark\:focus\:bg-orange-900\/25:focus { - background-color: rgb(124 45 18 / 0.25); - } - - .dark\:focus\:bg-orange-900\/30:focus { - background-color: rgb(124 45 18 / 0.3); - } - - .dark\:focus\:bg-orange-900\/35:focus { - background-color: rgb(124 45 18 / 0.35); - } - - .dark\:focus\:bg-orange-900\/40:focus { - background-color: rgb(124 45 18 / 0.4); - } - - .dark\:focus\:bg-orange-900\/45:focus { - background-color: rgb(124 45 18 / 0.45); - } - - .dark\:focus\:bg-orange-900\/5:focus { - background-color: rgb(124 45 18 / 0.05); - } - - .dark\:focus\:bg-orange-900\/50:focus { - background-color: rgb(124 45 18 / 0.5); - } - - .dark\:focus\:bg-orange-900\/55:focus { - background-color: rgb(124 45 18 / 0.55); - } - - .dark\:focus\:bg-orange-900\/60:focus { - background-color: rgb(124 45 18 / 0.6); - } - - .dark\:focus\:bg-orange-900\/65:focus { - background-color: rgb(124 45 18 / 0.65); - } - - .dark\:focus\:bg-orange-900\/70:focus { - background-color: rgb(124 45 18 / 0.7); - } - - .dark\:focus\:bg-orange-900\/75:focus { - background-color: rgb(124 45 18 / 0.75); - } - - .dark\:focus\:bg-orange-900\/80:focus { - background-color: rgb(124 45 18 / 0.8); - } - - .dark\:focus\:bg-orange-900\/85:focus { - background-color: rgb(124 45 18 / 0.85); - } - - .dark\:focus\:bg-orange-900\/90:focus { - background-color: rgb(124 45 18 / 0.9); - } - - .dark\:focus\:bg-orange-900\/95:focus { - background-color: rgb(124 45 18 / 0.95); - } - - .dark\:focus\:bg-orange-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(67 20 7 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-orange-950\/0:focus { - background-color: rgb(67 20 7 / 0); - } - - .dark\:focus\:bg-orange-950\/10:focus { - background-color: rgb(67 20 7 / 0.1); - } - - .dark\:focus\:bg-orange-950\/100:focus { - background-color: rgb(67 20 7 / 1); - } - - .dark\:focus\:bg-orange-950\/15:focus { - background-color: rgb(67 20 7 / 0.15); - } - - .dark\:focus\:bg-orange-950\/20:focus { - background-color: rgb(67 20 7 / 0.2); - } - - .dark\:focus\:bg-orange-950\/25:focus { - background-color: rgb(67 20 7 / 0.25); - } - - .dark\:focus\:bg-orange-950\/30:focus { - background-color: rgb(67 20 7 / 0.3); - } - - .dark\:focus\:bg-orange-950\/35:focus { - background-color: rgb(67 20 7 / 0.35); - } - - .dark\:focus\:bg-orange-950\/40:focus { - background-color: rgb(67 20 7 / 0.4); - } - - .dark\:focus\:bg-orange-950\/45:focus { - background-color: rgb(67 20 7 / 0.45); - } - - .dark\:focus\:bg-orange-950\/5:focus { - background-color: rgb(67 20 7 / 0.05); - } - - .dark\:focus\:bg-orange-950\/50:focus { - background-color: rgb(67 20 7 / 0.5); - } - - .dark\:focus\:bg-orange-950\/55:focus { - background-color: rgb(67 20 7 / 0.55); - } - - .dark\:focus\:bg-orange-950\/60:focus { - background-color: rgb(67 20 7 / 0.6); - } - - .dark\:focus\:bg-orange-950\/65:focus { - background-color: rgb(67 20 7 / 0.65); - } - - .dark\:focus\:bg-orange-950\/70:focus { - background-color: rgb(67 20 7 / 0.7); - } - - .dark\:focus\:bg-orange-950\/75:focus { - background-color: rgb(67 20 7 / 0.75); - } - - .dark\:focus\:bg-orange-950\/80:focus { - background-color: rgb(67 20 7 / 0.8); - } - - .dark\:focus\:bg-orange-950\/85:focus { - background-color: rgb(67 20 7 / 0.85); - } - - .dark\:focus\:bg-orange-950\/90:focus { - background-color: rgb(67 20 7 / 0.9); - } - - .dark\:focus\:bg-orange-950\/95:focus { - background-color: rgb(67 20 7 / 0.95); - } - - .dark\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgb(204 251 241 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-100\/0:focus { - background-color: rgb(204 251 241 / 0); - } - - .dark\:focus\:bg-primary-100\/10:focus { - background-color: rgb(204 251 241 / 0.1); - } - - .dark\:focus\:bg-primary-100\/100:focus { - background-color: rgb(204 251 241 / 1); - } - - .dark\:focus\:bg-primary-100\/15:focus { - background-color: rgb(204 251 241 / 0.15); - } - - .dark\:focus\:bg-primary-100\/20:focus { - background-color: rgb(204 251 241 / 0.2); - } - - .dark\:focus\:bg-primary-100\/25:focus { - background-color: rgb(204 251 241 / 0.25); - } - - .dark\:focus\:bg-primary-100\/30:focus { - background-color: rgb(204 251 241 / 0.3); - } - - .dark\:focus\:bg-primary-100\/35:focus { - background-color: rgb(204 251 241 / 0.35); - } - - .dark\:focus\:bg-primary-100\/40:focus { - background-color: rgb(204 251 241 / 0.4); - } - - .dark\:focus\:bg-primary-100\/45:focus { - background-color: rgb(204 251 241 / 0.45); - } - - .dark\:focus\:bg-primary-100\/5:focus { - background-color: rgb(204 251 241 / 0.05); - } - - .dark\:focus\:bg-primary-100\/50:focus { - background-color: rgb(204 251 241 / 0.5); - } - - .dark\:focus\:bg-primary-100\/55:focus { - background-color: rgb(204 251 241 / 0.55); - } - - .dark\:focus\:bg-primary-100\/60:focus { - background-color: rgb(204 251 241 / 0.6); - } - - .dark\:focus\:bg-primary-100\/65:focus { - background-color: rgb(204 251 241 / 0.65); - } - - .dark\:focus\:bg-primary-100\/70:focus { - background-color: rgb(204 251 241 / 0.7); - } - - .dark\:focus\:bg-primary-100\/75:focus { - background-color: rgb(204 251 241 / 0.75); - } - - .dark\:focus\:bg-primary-100\/80:focus { - background-color: rgb(204 251 241 / 0.8); - } - - .dark\:focus\:bg-primary-100\/85:focus { - background-color: rgb(204 251 241 / 0.85); - } - - .dark\:focus\:bg-primary-100\/90:focus { - background-color: rgb(204 251 241 / 0.9); - } - - .dark\:focus\:bg-primary-100\/95:focus { - background-color: rgb(204 251 241 / 0.95); - } - - .dark\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgb(153 246 228 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-200\/0:focus { - background-color: rgb(153 246 228 / 0); - } - - .dark\:focus\:bg-primary-200\/10:focus { - background-color: rgb(153 246 228 / 0.1); - } - - .dark\:focus\:bg-primary-200\/100:focus { - background-color: rgb(153 246 228 / 1); - } - - .dark\:focus\:bg-primary-200\/15:focus { - background-color: rgb(153 246 228 / 0.15); - } - - .dark\:focus\:bg-primary-200\/20:focus { - background-color: rgb(153 246 228 / 0.2); - } - - .dark\:focus\:bg-primary-200\/25:focus { - background-color: rgb(153 246 228 / 0.25); - } - - .dark\:focus\:bg-primary-200\/30:focus { - background-color: rgb(153 246 228 / 0.3); - } - - .dark\:focus\:bg-primary-200\/35:focus { - background-color: rgb(153 246 228 / 0.35); - } - - .dark\:focus\:bg-primary-200\/40:focus { - background-color: rgb(153 246 228 / 0.4); - } - - .dark\:focus\:bg-primary-200\/45:focus { - background-color: rgb(153 246 228 / 0.45); - } - - .dark\:focus\:bg-primary-200\/5:focus { - background-color: rgb(153 246 228 / 0.05); - } - - .dark\:focus\:bg-primary-200\/50:focus { - background-color: rgb(153 246 228 / 0.5); - } - - .dark\:focus\:bg-primary-200\/55:focus { - background-color: rgb(153 246 228 / 0.55); - } - - .dark\:focus\:bg-primary-200\/60:focus { - background-color: rgb(153 246 228 / 0.6); - } - - .dark\:focus\:bg-primary-200\/65:focus { - background-color: rgb(153 246 228 / 0.65); - } - - .dark\:focus\:bg-primary-200\/70:focus { - background-color: rgb(153 246 228 / 0.7); - } - - .dark\:focus\:bg-primary-200\/75:focus { - background-color: rgb(153 246 228 / 0.75); - } - - .dark\:focus\:bg-primary-200\/80:focus { - background-color: rgb(153 246 228 / 0.8); - } - - .dark\:focus\:bg-primary-200\/85:focus { - background-color: rgb(153 246 228 / 0.85); - } - - .dark\:focus\:bg-primary-200\/90:focus { - background-color: rgb(153 246 228 / 0.9); - } - - .dark\:focus\:bg-primary-200\/95:focus { - background-color: rgb(153 246 228 / 0.95); - } - - .dark\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgb(94 234 212 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-300\/0:focus { - background-color: rgb(94 234 212 / 0); - } - - .dark\:focus\:bg-primary-300\/10:focus { - background-color: rgb(94 234 212 / 0.1); - } - - .dark\:focus\:bg-primary-300\/100:focus { - background-color: rgb(94 234 212 / 1); - } - - .dark\:focus\:bg-primary-300\/15:focus { - background-color: rgb(94 234 212 / 0.15); - } - - .dark\:focus\:bg-primary-300\/20:focus { - background-color: rgb(94 234 212 / 0.2); - } - - .dark\:focus\:bg-primary-300\/25:focus { - background-color: rgb(94 234 212 / 0.25); - } - - .dark\:focus\:bg-primary-300\/30:focus { - background-color: rgb(94 234 212 / 0.3); - } - - .dark\:focus\:bg-primary-300\/35:focus { - background-color: rgb(94 234 212 / 0.35); - } - - .dark\:focus\:bg-primary-300\/40:focus { - background-color: rgb(94 234 212 / 0.4); - } - - .dark\:focus\:bg-primary-300\/45:focus { - background-color: rgb(94 234 212 / 0.45); - } - - .dark\:focus\:bg-primary-300\/5:focus { - background-color: rgb(94 234 212 / 0.05); - } - - .dark\:focus\:bg-primary-300\/50:focus { - background-color: rgb(94 234 212 / 0.5); - } - - .dark\:focus\:bg-primary-300\/55:focus { - background-color: rgb(94 234 212 / 0.55); - } - - .dark\:focus\:bg-primary-300\/60:focus { - background-color: rgb(94 234 212 / 0.6); - } - - .dark\:focus\:bg-primary-300\/65:focus { - background-color: rgb(94 234 212 / 0.65); - } - - .dark\:focus\:bg-primary-300\/70:focus { - background-color: rgb(94 234 212 / 0.7); - } - - .dark\:focus\:bg-primary-300\/75:focus { - background-color: rgb(94 234 212 / 0.75); - } - - .dark\:focus\:bg-primary-300\/80:focus { - background-color: rgb(94 234 212 / 0.8); - } - - .dark\:focus\:bg-primary-300\/85:focus { - background-color: rgb(94 234 212 / 0.85); - } - - .dark\:focus\:bg-primary-300\/90:focus { - background-color: rgb(94 234 212 / 0.9); - } - - .dark\:focus\:bg-primary-300\/95:focus { - background-color: rgb(94 234 212 / 0.95); - } - - .dark\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-400\/0:focus { - background-color: rgb(45 212 191 / 0); - } - - .dark\:focus\:bg-primary-400\/10:focus { - background-color: rgb(45 212 191 / 0.1); - } - - .dark\:focus\:bg-primary-400\/100:focus { - background-color: rgb(45 212 191 / 1); - } - - .dark\:focus\:bg-primary-400\/15:focus { - background-color: rgb(45 212 191 / 0.15); - } - - .dark\:focus\:bg-primary-400\/20:focus { - background-color: rgb(45 212 191 / 0.2); - } - - .dark\:focus\:bg-primary-400\/25:focus { - background-color: rgb(45 212 191 / 0.25); - } - - .dark\:focus\:bg-primary-400\/30:focus { - background-color: rgb(45 212 191 / 0.3); - } - - .dark\:focus\:bg-primary-400\/35:focus { - background-color: rgb(45 212 191 / 0.35); - } - - .dark\:focus\:bg-primary-400\/40:focus { - background-color: rgb(45 212 191 / 0.4); - } - - .dark\:focus\:bg-primary-400\/45:focus { - background-color: rgb(45 212 191 / 0.45); - } - - .dark\:focus\:bg-primary-400\/5:focus { - background-color: rgb(45 212 191 / 0.05); - } - - .dark\:focus\:bg-primary-400\/50:focus { - background-color: rgb(45 212 191 / 0.5); - } - - .dark\:focus\:bg-primary-400\/55:focus { - background-color: rgb(45 212 191 / 0.55); - } - - .dark\:focus\:bg-primary-400\/60:focus { - background-color: rgb(45 212 191 / 0.6); - } - - .dark\:focus\:bg-primary-400\/65:focus { - background-color: rgb(45 212 191 / 0.65); - } - - .dark\:focus\:bg-primary-400\/70:focus { - background-color: rgb(45 212 191 / 0.7); - } - - .dark\:focus\:bg-primary-400\/75:focus { - background-color: rgb(45 212 191 / 0.75); - } - - .dark\:focus\:bg-primary-400\/80:focus { - background-color: rgb(45 212 191 / 0.8); - } - - .dark\:focus\:bg-primary-400\/85:focus { - background-color: rgb(45 212 191 / 0.85); - } - - .dark\:focus\:bg-primary-400\/90:focus { - background-color: rgb(45 212 191 / 0.9); - } - - .dark\:focus\:bg-primary-400\/95:focus { - background-color: rgb(45 212 191 / 0.95); - } - - .dark\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgb(240 253 250 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-50\/0:focus { - background-color: rgb(240 253 250 / 0); - } - - .dark\:focus\:bg-primary-50\/10:focus { - background-color: rgb(240 253 250 / 0.1); - } - - .dark\:focus\:bg-primary-50\/100:focus { - background-color: rgb(240 253 250 / 1); - } - - .dark\:focus\:bg-primary-50\/15:focus { - background-color: rgb(240 253 250 / 0.15); - } - - .dark\:focus\:bg-primary-50\/20:focus { - background-color: rgb(240 253 250 / 0.2); - } - - .dark\:focus\:bg-primary-50\/25:focus { - background-color: rgb(240 253 250 / 0.25); - } - - .dark\:focus\:bg-primary-50\/30:focus { - background-color: rgb(240 253 250 / 0.3); - } - - .dark\:focus\:bg-primary-50\/35:focus { - background-color: rgb(240 253 250 / 0.35); - } - - .dark\:focus\:bg-primary-50\/40:focus { - background-color: rgb(240 253 250 / 0.4); - } - - .dark\:focus\:bg-primary-50\/45:focus { - background-color: rgb(240 253 250 / 0.45); - } - - .dark\:focus\:bg-primary-50\/5:focus { - background-color: rgb(240 253 250 / 0.05); - } - - .dark\:focus\:bg-primary-50\/50:focus { - background-color: rgb(240 253 250 / 0.5); - } - - .dark\:focus\:bg-primary-50\/55:focus { - background-color: rgb(240 253 250 / 0.55); - } - - .dark\:focus\:bg-primary-50\/60:focus { - background-color: rgb(240 253 250 / 0.6); - } - - .dark\:focus\:bg-primary-50\/65:focus { - background-color: rgb(240 253 250 / 0.65); - } - - .dark\:focus\:bg-primary-50\/70:focus { - background-color: rgb(240 253 250 / 0.7); - } - - .dark\:focus\:bg-primary-50\/75:focus { - background-color: rgb(240 253 250 / 0.75); - } - - .dark\:focus\:bg-primary-50\/80:focus { - background-color: rgb(240 253 250 / 0.8); - } - - .dark\:focus\:bg-primary-50\/85:focus { - background-color: rgb(240 253 250 / 0.85); - } - - .dark\:focus\:bg-primary-50\/90:focus { - background-color: rgb(240 253 250 / 0.9); - } - - .dark\:focus\:bg-primary-50\/95:focus { - background-color: rgb(240 253 250 / 0.95); - } - - .dark\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-500\/0:focus { - background-color: rgb(20 184 166 / 0); - } - - .dark\:focus\:bg-primary-500\/10:focus { - background-color: rgb(20 184 166 / 0.1); - } - - .dark\:focus\:bg-primary-500\/100:focus { - background-color: rgb(20 184 166 / 1); - } - - .dark\:focus\:bg-primary-500\/15:focus { - background-color: rgb(20 184 166 / 0.15); - } - - .dark\:focus\:bg-primary-500\/20:focus { - background-color: rgb(20 184 166 / 0.2); - } - - .dark\:focus\:bg-primary-500\/25:focus { - background-color: rgb(20 184 166 / 0.25); - } - - .dark\:focus\:bg-primary-500\/30:focus { - background-color: rgb(20 184 166 / 0.3); - } - - .dark\:focus\:bg-primary-500\/35:focus { - background-color: rgb(20 184 166 / 0.35); - } - - .dark\:focus\:bg-primary-500\/40:focus { - background-color: rgb(20 184 166 / 0.4); - } - - .dark\:focus\:bg-primary-500\/45:focus { - background-color: rgb(20 184 166 / 0.45); - } - - .dark\:focus\:bg-primary-500\/5:focus { - background-color: rgb(20 184 166 / 0.05); - } - - .dark\:focus\:bg-primary-500\/50:focus { - background-color: rgb(20 184 166 / 0.5); - } - - .dark\:focus\:bg-primary-500\/55:focus { - background-color: rgb(20 184 166 / 0.55); - } - - .dark\:focus\:bg-primary-500\/60:focus { - background-color: rgb(20 184 166 / 0.6); - } - - .dark\:focus\:bg-primary-500\/65:focus { - background-color: rgb(20 184 166 / 0.65); - } - - .dark\:focus\:bg-primary-500\/70:focus { - background-color: rgb(20 184 166 / 0.7); - } - - .dark\:focus\:bg-primary-500\/75:focus { - background-color: rgb(20 184 166 / 0.75); - } - - .dark\:focus\:bg-primary-500\/80:focus { - background-color: rgb(20 184 166 / 0.8); - } - - .dark\:focus\:bg-primary-500\/85:focus { - background-color: rgb(20 184 166 / 0.85); - } - - .dark\:focus\:bg-primary-500\/90:focus { - background-color: rgb(20 184 166 / 0.9); - } - - .dark\:focus\:bg-primary-500\/95:focus { - background-color: rgb(20 184 166 / 0.95); - } - - .dark\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-600\/0:focus { - background-color: rgb(13 148 136 / 0); - } - - .dark\:focus\:bg-primary-600\/10:focus { - background-color: rgb(13 148 136 / 0.1); - } - - .dark\:focus\:bg-primary-600\/100:focus { - background-color: rgb(13 148 136 / 1); - } - - .dark\:focus\:bg-primary-600\/15:focus { - background-color: rgb(13 148 136 / 0.15); - } - - .dark\:focus\:bg-primary-600\/20:focus { - background-color: rgb(13 148 136 / 0.2); - } - - .dark\:focus\:bg-primary-600\/25:focus { - background-color: rgb(13 148 136 / 0.25); - } - - .dark\:focus\:bg-primary-600\/30:focus { - background-color: rgb(13 148 136 / 0.3); - } - - .dark\:focus\:bg-primary-600\/35:focus { - background-color: rgb(13 148 136 / 0.35); - } - - .dark\:focus\:bg-primary-600\/40:focus { - background-color: rgb(13 148 136 / 0.4); - } - - .dark\:focus\:bg-primary-600\/45:focus { - background-color: rgb(13 148 136 / 0.45); - } - - .dark\:focus\:bg-primary-600\/5:focus { - background-color: rgb(13 148 136 / 0.05); - } - - .dark\:focus\:bg-primary-600\/50:focus { - background-color: rgb(13 148 136 / 0.5); - } - - .dark\:focus\:bg-primary-600\/55:focus { - background-color: rgb(13 148 136 / 0.55); - } - - .dark\:focus\:bg-primary-600\/60:focus { - background-color: rgb(13 148 136 / 0.6); - } - - .dark\:focus\:bg-primary-600\/65:focus { - background-color: rgb(13 148 136 / 0.65); - } - - .dark\:focus\:bg-primary-600\/70:focus { - background-color: rgb(13 148 136 / 0.7); - } - - .dark\:focus\:bg-primary-600\/75:focus { - background-color: rgb(13 148 136 / 0.75); - } - - .dark\:focus\:bg-primary-600\/80:focus { - background-color: rgb(13 148 136 / 0.8); - } - - .dark\:focus\:bg-primary-600\/85:focus { - background-color: rgb(13 148 136 / 0.85); - } - - .dark\:focus\:bg-primary-600\/90:focus { - background-color: rgb(13 148 136 / 0.9); - } - - .dark\:focus\:bg-primary-600\/95:focus { - background-color: rgb(13 148 136 / 0.95); - } - - .dark\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgb(15 118 110 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-700\/0:focus { - background-color: rgb(15 118 110 / 0); - } - - .dark\:focus\:bg-primary-700\/10:focus { - background-color: rgb(15 118 110 / 0.1); - } - - .dark\:focus\:bg-primary-700\/100:focus { - background-color: rgb(15 118 110 / 1); - } - - .dark\:focus\:bg-primary-700\/15:focus { - background-color: rgb(15 118 110 / 0.15); - } - - .dark\:focus\:bg-primary-700\/20:focus { - background-color: rgb(15 118 110 / 0.2); - } - - .dark\:focus\:bg-primary-700\/25:focus { - background-color: rgb(15 118 110 / 0.25); - } - - .dark\:focus\:bg-primary-700\/30:focus { - background-color: rgb(15 118 110 / 0.3); - } - - .dark\:focus\:bg-primary-700\/35:focus { - background-color: rgb(15 118 110 / 0.35); - } - - .dark\:focus\:bg-primary-700\/40:focus { - background-color: rgb(15 118 110 / 0.4); - } - - .dark\:focus\:bg-primary-700\/45:focus { - background-color: rgb(15 118 110 / 0.45); - } - - .dark\:focus\:bg-primary-700\/5:focus { - background-color: rgb(15 118 110 / 0.05); - } - - .dark\:focus\:bg-primary-700\/50:focus { - background-color: rgb(15 118 110 / 0.5); - } - - .dark\:focus\:bg-primary-700\/55:focus { - background-color: rgb(15 118 110 / 0.55); - } - - .dark\:focus\:bg-primary-700\/60:focus { - background-color: rgb(15 118 110 / 0.6); - } - - .dark\:focus\:bg-primary-700\/65:focus { - background-color: rgb(15 118 110 / 0.65); - } - - .dark\:focus\:bg-primary-700\/70:focus { - background-color: rgb(15 118 110 / 0.7); - } - - .dark\:focus\:bg-primary-700\/75:focus { - background-color: rgb(15 118 110 / 0.75); - } - - .dark\:focus\:bg-primary-700\/80:focus { - background-color: rgb(15 118 110 / 0.8); - } - - .dark\:focus\:bg-primary-700\/85:focus { - background-color: rgb(15 118 110 / 0.85); - } - - .dark\:focus\:bg-primary-700\/90:focus { - background-color: rgb(15 118 110 / 0.9); - } - - .dark\:focus\:bg-primary-700\/95:focus { - background-color: rgb(15 118 110 / 0.95); - } - - .dark\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-800\/0:focus { - background-color: rgb(17 94 89 / 0); - } - - .dark\:focus\:bg-primary-800\/10:focus { - background-color: rgb(17 94 89 / 0.1); - } - - .dark\:focus\:bg-primary-800\/100:focus { - background-color: rgb(17 94 89 / 1); - } - - .dark\:focus\:bg-primary-800\/15:focus { - background-color: rgb(17 94 89 / 0.15); - } - - .dark\:focus\:bg-primary-800\/20:focus { - background-color: rgb(17 94 89 / 0.2); - } - - .dark\:focus\:bg-primary-800\/25:focus { - background-color: rgb(17 94 89 / 0.25); - } - - .dark\:focus\:bg-primary-800\/30:focus { - background-color: rgb(17 94 89 / 0.3); - } - - .dark\:focus\:bg-primary-800\/35:focus { - background-color: rgb(17 94 89 / 0.35); - } - - .dark\:focus\:bg-primary-800\/40:focus { - background-color: rgb(17 94 89 / 0.4); - } - - .dark\:focus\:bg-primary-800\/45:focus { - background-color: rgb(17 94 89 / 0.45); - } - - .dark\:focus\:bg-primary-800\/5:focus { - background-color: rgb(17 94 89 / 0.05); - } - - .dark\:focus\:bg-primary-800\/50:focus { - background-color: rgb(17 94 89 / 0.5); - } - - .dark\:focus\:bg-primary-800\/55:focus { - background-color: rgb(17 94 89 / 0.55); - } - - .dark\:focus\:bg-primary-800\/60:focus { - background-color: rgb(17 94 89 / 0.6); - } - - .dark\:focus\:bg-primary-800\/65:focus { - background-color: rgb(17 94 89 / 0.65); - } - - .dark\:focus\:bg-primary-800\/70:focus { - background-color: rgb(17 94 89 / 0.7); - } - - .dark\:focus\:bg-primary-800\/75:focus { - background-color: rgb(17 94 89 / 0.75); - } - - .dark\:focus\:bg-primary-800\/80:focus { - background-color: rgb(17 94 89 / 0.8); - } - - .dark\:focus\:bg-primary-800\/85:focus { - background-color: rgb(17 94 89 / 0.85); - } - - .dark\:focus\:bg-primary-800\/90:focus { - background-color: rgb(17 94 89 / 0.9); - } - - .dark\:focus\:bg-primary-800\/95:focus { - background-color: rgb(17 94 89 / 0.95); - } - - .dark\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgb(19 78 74 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-900\/0:focus { - background-color: rgb(19 78 74 / 0); - } - - .dark\:focus\:bg-primary-900\/10:focus { - background-color: rgb(19 78 74 / 0.1); - } - - .dark\:focus\:bg-primary-900\/100:focus { - background-color: rgb(19 78 74 / 1); - } - - .dark\:focus\:bg-primary-900\/15:focus { - background-color: rgb(19 78 74 / 0.15); - } - - .dark\:focus\:bg-primary-900\/20:focus { - background-color: rgb(19 78 74 / 0.2); - } - - .dark\:focus\:bg-primary-900\/25:focus { - background-color: rgb(19 78 74 / 0.25); - } - - .dark\:focus\:bg-primary-900\/30:focus { - background-color: rgb(19 78 74 / 0.3); - } - - .dark\:focus\:bg-primary-900\/35:focus { - background-color: rgb(19 78 74 / 0.35); - } - - .dark\:focus\:bg-primary-900\/40:focus { - background-color: rgb(19 78 74 / 0.4); - } - - .dark\:focus\:bg-primary-900\/45:focus { - background-color: rgb(19 78 74 / 0.45); - } - - .dark\:focus\:bg-primary-900\/5:focus { - background-color: rgb(19 78 74 / 0.05); - } - - .dark\:focus\:bg-primary-900\/50:focus { - background-color: rgb(19 78 74 / 0.5); - } - - .dark\:focus\:bg-primary-900\/55:focus { - background-color: rgb(19 78 74 / 0.55); - } - - .dark\:focus\:bg-primary-900\/60:focus { - background-color: rgb(19 78 74 / 0.6); - } - - .dark\:focus\:bg-primary-900\/65:focus { - background-color: rgb(19 78 74 / 0.65); - } - - .dark\:focus\:bg-primary-900\/70:focus { - background-color: rgb(19 78 74 / 0.7); - } - - .dark\:focus\:bg-primary-900\/75:focus { - background-color: rgb(19 78 74 / 0.75); - } - - .dark\:focus\:bg-primary-900\/80:focus { - background-color: rgb(19 78 74 / 0.8); - } - - .dark\:focus\:bg-primary-900\/85:focus { - background-color: rgb(19 78 74 / 0.85); - } - - .dark\:focus\:bg-primary-900\/90:focus { - background-color: rgb(19 78 74 / 0.9); - } - - .dark\:focus\:bg-primary-900\/95:focus { - background-color: rgb(19 78 74 / 0.95); - } - - .dark\:focus\:bg-primary-950:focus { - --tw-bg-opacity: 1; - background-color: rgb(4 47 46 / var(--tw-bg-opacity)); - } - - .dark\:focus\:bg-primary-950\/0:focus { - background-color: rgb(4 47 46 / 0); - } - - .dark\:focus\:bg-primary-950\/10:focus { - background-color: rgb(4 47 46 / 0.1); - } - - .dark\:focus\:bg-primary-950\/100:focus { - background-color: rgb(4 47 46 / 1); - } - - .dark\:focus\:bg-primary-950\/15:focus { - background-color: rgb(4 47 46 / 0.15); - } - - .dark\:focus\:bg-primary-950\/20:focus { - background-color: rgb(4 47 46 / 0.2); - } - - .dark\:focus\:bg-primary-950\/25:focus { - background-color: rgb(4 47 46 / 0.25); - } - - .dark\:focus\:bg-primary-950\/30:focus { - background-color: rgb(4 47 46 / 0.3); - } - - .dark\:focus\:bg-primary-950\/35:focus { - background-color: rgb(4 47 46 / 0.35); - } - - .dark\:focus\:bg-primary-950\/40:focus { - background-color: rgb(4 47 46 / 0.4); - } - - .dark\:focus\:bg-primary-950\/45:focus { - background-color: rgb(4 47 46 / 0.45); - } - - .dark\:focus\:bg-primary-950\/5:focus { - background-color: rgb(4 47 46 / 0.05); - } - - .dark\:focus\:bg-primary-950\/50:focus { - background-color: rgb(4 47 46 / 0.5); - } - - .dark\:focus\:bg-primary-950\/55:focus { - background-color: rgb(4 47 46 / 0.55); - } - - .dark\:focus\:bg-primary-950\/60:focus { - background-color: rgb(4 47 46 / 0.6); - } - - .dark\:focus\:bg-primary-950\/65:focus { - background-color: rgb(4 47 46 / 0.65); - } - - .dark\:focus\:bg-primary-950\/70:focus { - background-color: rgb(4 47 46 / 0.7); - } - - .dark\:focus\:bg-primary-950\/75:focus { - background-color: rgb(4 47 46 / 0.75); - } - - .dark\:focus\:bg-primary-950\/80:focus { - background-color: rgb(4 47 46 / 0.8); - } - - .dark\:focus\:bg-primary-950\/85:focus { - background-color: rgb(4 47 46 / 0.85); - } - - .dark\:focus\:bg-primary-950\/90:focus { - background-color: rgb(4 47 46 / 0.9); - } - - .dark\:focus\:bg-primary-950\/95:focus { - background-color: rgb(4 47 46 / 0.95); - } - - .peer:focus ~ .peer-focus\:dark\:text-blue-500 { - --tw-text-opacity: 1; - color: rgb(59 130 246 / var(--tw-text-opacity)); - } -}